0.9.3claws92
[claws.git] / ChangeLog.claws
1 2003-08-02 [christoph]  0.9.3claws92
2
3         * configure.ac
4                 o rearrange plugin tests
5                 o add test for clamav.h to ClamAV tests
6
7 2003-08-02 [luke]       0.9.3claws91
8
9         * src/mimeview.c
10                 o fixed appearance of icon list when toggling back from the 
11                   ctree
12                 o toggling of icons using the keyboard works correctly
13                 o fixed all other keyboard shortcuts to work when icons are
14                   active
15         
16         * src/messageview.c
17                 o fixed bug 4 - focus lost when changing messageview view type
18         
19 2003-08-02 [christoph]  0.9.3claws90
20
21         * src/common/hooks.c
22                 fix crash when pointer stored in hash table could get invalid
23                 when a plugin is unloaded
24
25 2003-08-01 [christoph]  0.9.3claws89
26
27         * configure.ac
28                 o try to build all plugins (except spamassassin) by default
29                 o don't build a plugin if a dependency check fails
30
31         * src/common/hooks.c
32                 fix warning
33
34 2003-08-01 [match]      0.9.3claws88
35
36         * src/importldif.c
37                 allow single click field selection. document code.
38
39 2003-08-01 [christoph]  0.9.3claws87
40
41         * src/plugins/clamav/clamav_plugin.c
42         * src/plugins/clamav/clamav_plugin_gtk.c
43         * src/plugins/dillo_viewer/dillo_viewer.c
44         * src/plugins/image_viewer/plugin.c
45         * src/plugins/mathml_viewer/mathml_viewer.c
46         * src/plugins/spamassassin/spamassassin.c
47         * src/plugins/spamassassin/spamassassin_gtk.c
48         * src/plugins/trayicon/trayicon.c
49                 add version check to all plugins
50
51 2003-08-01 [hoa]        0.9.3claws86
52
53         * src/prefs_filtering.c
54                 fixed a cosmetic bug, during creation of dialog box,
55                 wrong widgets were shown after creation.
56
57 2003-08-01 [luke]       0.9.3claws85
58
59         * src/mainwindow.c
60                 o fixed visibility of icons/mimeview after toggling separate
61                   message/folder view (factored out some similar code too).
62
63
64 2003-07-31 [alfons]     0.9.3claws84
65
66         * src/mimeview.c
67                 tweak icon box UI a bit more, now allowing right-clicks actions
68                 getting the relevant mime data too; should fix #250, "Can't save 
69                 attachments sometimes".
70
71 2003-07-30 [alfons]     0.9.3claws83
72
73         * src/compose.c
74                 don't do auto-save-draft inside key press handler, but rather
75                 schedule it half of a second later; should fix #67, "autosave 
76                 make re-rediting message crazy"
77
78 2003-07-30 [christoph]  0.9.3claws82
79
80         * src/plugins/trayicon/trayicon.c
81                 process pending events before unloading the plugin
82
83         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
84
85 2003-07-30 [alfons]     0.9.3claws81
86
87         * src/common/hooks.c
88                 parameter 2 of g_hook_destroy() should really be a hook id
89
90 2003-07-30 [alfons]     0.9.3claws80
91
92         * src/common/plugin.c
93                 fix a possibly harmful function signature mismatch 
94                 for plugin_done
95
96 2003-07-30 [alfons]     0.9.3claws79
97
98         * src/common/hooks[.ch]
99                 const correctness
100
101 2003-07-30 [darko]      0.9.3claws78
102
103         * src/summaryview.c
104                 make it compile again
105
106 2003-07-30 [luke]       0.9.3claws77
107
108         * src/crash.c
109         * src/main.c
110                 o added/moved signal handlers for SIGTERM (normal kill command) 
111                   and SIGINT (ctl-c) to be used even without 
112                   --enable-crash-dialog, fixing bug 166
113
114         * src/summaryview.c
115                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
116                   bug 227
117
118         * src/mainwindow.c
119                 o changed sensitivity condition for 'Next new' and 'Next 
120                   unread', fixing bug 8
121
122 2003-07-29 [alfons]     0.9.3claws76
123
124         * src/common/utils.[ch]
125                 add generate_msgid()
126         * src/messageview.c
127                 save ack'ed RRR; fixes #205, "return receipt is not saved in
128                 sent folder".
129
130 2003-07-29 [alfons]     0.9.3claws75
131
132         * src/messageview.c
133                 fix a memleak (claws-only)
134
135 2003-07-29 [alfons]     0.9.3claws74
136
137         * src/mimeview.[ch]
138         * src/gtk/gtkvscrollbutton.[ch]
139                 fix UI glitch where mime icon toolbox' scroll position is not 
140                 reset after switching to another message
141                 
142
143 2003-07-29 [paul]       0.9.3claws73
144
145         * src/prefs_folder_item.c
146                 split the prefs into 2 separate pages
147
148 2003-07-29 [paul]       0.9.3claws72
149
150         * src/compose.c
151                 prepend "\n\n" to a signature without a separator too
152
153 2003-07-29 [paul]       0.9.3claws71
154
155         * src/compose.c
156                 fix bug where changing to an account without an auto-sig
157                 from an initial account without an auto-sig would insert 
158                 2 blank lines at the cursor point
159                 fix bug where changing to an account with an auto-sig
160                 from an initial account without an auto-sig would insert
161                 the sig at the cursor point
162
163 2003-07-29 [paul]       0.9.3claws70
164
165         * src/folderview.c
166                 use the colour from the folder pref unless the folder
167                 has new messages
168
169 2003-07-29 [alfons]     0.9.3claws69
170
171         * src/procmsg.[ch]
172         * src/messageview.c
173         * src/procheader.c
174                 rewrite return receipt request work a little bit (the former 
175                 implementation presumably depended too much on the UI setting
176                 flags). (we're losing the old pending flag.) 
177
178 2003-07-28 [christoph]  0.9.3claws68
179
180         * src/folder.c
181         * src/imap.c
182         * src/mh.c
183         * src/procmsg.[ch]
184                 fix copy to IMAP folder from other folder
185
186 2003-07-28 [christoph]  0.9.3claws67
187
188         * src/procmsg.c
189                 fix sync of procmsg_get_message_file_list
190
191 2003-07-28 [christoph]  0.9.3claws66
192
193         * sync with 0.9.3cvs14
194                 see ChangeLog 2003-07-18
195         * sync with 0.9.3cvs17
196                 see ChangeLog 2003-07-23
197
198         (closes Bug 234 segmentation fault after sending out mail via
199          smtp(auth))
200
201 2003-07-28 [paul]       0.9.3claws65
202
203         * po/es.po
204                 update Spanish translation, submitted by Ricardo Mones
205                 Lastra
206
207 2003-07-28 [christoph]  0.9.3claws64
208
209         * src/folder.[ch]
210         * src/imap.c
211         * src/mh.c
212                 return new message numbers as a GRelation instead of a GSList
213                 that has to be in the same order as the input list. A list
214                 would make it hard for IMAP to optimize oepration by sorting
215                 the input list. The returned list would have to be reordered
216                 to match the same order that input list has.
217
218         * src/gtk/gtkaspell.c
219                 fix missing return value, could cause a crash when garbage is
220                 on the stack that is used as the expected return value
221
222 2003-07-28 [paul]       0.9.3claws63
223
224         * sync with 0.9.4cvs1
225                 see ChangeLog 2003-07-28
226
227 2003-07-27 [alfons]     0.9.3claws62
228
229         * src/mimeview.c
230                 tweak it more to make icon list act like a check button group
231
232 2003-07-27 [christoph]  0.9.3claws61
233
234         * sync with 0.9.3cvs20
235                 see ChangeLog 2003-07-25
236
237 2003-07-27 [paul]       0.9.3claws60
238
239         * src/procmsg.c
240                 re-commit changes from 0.9.3claws58 -
241                 accidently removed in 0.9.3claws59
242
243 2003-07-27 [paul]       0.9.3claws59
244
245         * src/procmsg.[ch]
246                 a sync from 0.9.3cvs17
247                 see ChangeLog 2003-07-23
248
249 2003-07-27 [alfons]     0.9.3claws58
250
251         * src/procmsg.c
252                 add missing header members to MsgInfo; fixes the problem of 
253                 not displaying X-Faces, as noticed by Ricardo Mones
254
255 2003-07-26 [christoph]  0.9.3claws57
256
257         * sync with 0.9.3cvs18
258                 see ChangeLog 2003-07-24
259
260 2003-07-26 [christoph]  0.9.3claws56
261
262         * sync with 0.9.3cvs17
263                 see ChangeLog 2003-07-23
264
265 2003-07-26 [christoph]  0.9.3claws55
266
267         * src/folder.[ch]
268         * src/imap.c
269         * src/mbox_folder.c
270         * src/mh.c
271         * src/news.c
272                 add support for copy function that copy multiple messages
273                 (not implemented yet)
274
275         * src/summaryview.c
276                 add missing return value
277
278 2003-07-26 [paul]       0.9.3claws54
279
280         * tools/multiwebsearch.pl
281                 do whitespace substitution before passing the string
282                 to the browser. fixes bug with browsers that don't
283                 do whitespace conversion themselves.
284
285 2003-07-25 [christoph]  0.9.3claws53
286
287         * src/folder.[ch]
288         * src/imap.c
289         * src/mh.c
290                 rewrite adding of multiple messages to a folder for
291                 claws' folder system
292
293 2003-07-25 [luke]       0.9.3claws52
294
295         * src/mimeview.c
296                 o icon toggles set correctly on leaving ctree mimeview
297
298 2003-07-25 [paul]       0.9.3claws51
299
300         * partial sync with 0.9.3cvs21 [src/main.c]
301                 see ChangeLog 2003-07-25
302
303 2003-07-24 [paul]       0.9.3claws50
304
305         * tools/maildir2sylpheed.pl
306                 fix typo
307
308 2003-07-24 [paul]       0.9.3claws49
309
310         * src/mimeview.c
311                 increase the gutter size of paned so that the panes
312                 can be resized
313                 
314         * src/plugins/demo/demo.c
315                 squeeze in another typo fix
316
317 2003-07-24 [paul]       0.9.3claws48
318
319         * src/plugins/demo/demo.c
320           src/prefs_account.c
321                 small changes to the English
322                 
323         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
324           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
325           src/Makefile.am
326           src/stock_pixmap.c
327                 rename the misspelled icon
328
329 2003-07-23 [alfons]     0.9.3claws47
330
331         * src/mimeview.c
332                 make icon list look like a list of toggles
333
334 2003-07-23 [luke]       0.9.3claws46
335
336         * src/pixmaps/mimeview_gpg_expired.xpm
337         * src/pixmaps/mimeview_gpg_failed.xpm
338         * src/pixmaps/mimeview_gpg_passed.xpm
339         * src/pixmaps/mimeview_text_html.xpm
340         * src/pixmaps/mimeview_image.xpm
341                 o all icons the same size
342
343         * src/mimeview.[ch]
344                 o mimeview ctree arranged vertically above the viewer
345                 o icons changed to buttons
346                 o can use keyboard to select an icon (Enter)
347                 o resize icon list to width of icons
348
349         *  src/gtk/gtkvscrollbutton.c
350                 o sensitivity of buttons reacts to position
351
352 2003-07-23 [christoph]  0.9.3claws45
353
354         * sync with 0.9.3cvs14 (incomplete)
355                 see ChangeLog 2003-07-17
356
357 2003-07-23 [alfons]     0.9.3claws44
358
359         * src/folder.c
360         * src/procmsg.h
361                 sync with my local tree to restore some claws-only things
362
363 2003-07-23 [paul]       0.9.3claws43
364
365         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
366           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
367           src/Makefile.am
368           src/mimeview.c
369           src/procmime.h
370           src/rfc2015.c
371           src/stock_pixmap.[ch]
372                 indicate missing keys and expired sigs/keys
373                 in mime view column
374
375 2003-07-23 [paul]       0.9.3claws42
376
377         * src/compose.c
378                 Redirect fixes: enable automatic account selection and
379                 do not append signature to message on changing account
380                 fixes Bug[s] #248
381
382 2003-07-23 [paul]       0.9.3claws41
383
384         * sync with 0.9.3cvs16
385                 see ChangeLog 2003-07-23
386
387 2003-07-23 [alfons]     0.9.3claws40
388
389         * src/inc.c
390                 give progress dialog a main window, and give it the first 
391                 one (presumably the only one). fixes bug #247, "segfault on 
392                 pop-before-smtp" 
393
394 2003-07-22 [alfons]     0.9.3claws39
395
396         * src/summaryview.c
397                 shift-space scrolls up
398
399 2003-07-22 [paul]       0.9.3claws38
400
401         * sync with 0.9.3cvs15
402                 see ChangeLog 2003-07-22
403
404 2003-07-20 [alfons]     0.9.3claws37
405
406         * src/compose.c
407                 put menu inside #ifdef USE_ASPELL..#endif
408
409 2003-07-20 [christoph]  0.9.3claws36
410
411         * src/procmsg.c
412                 fix wrong flags in MsgInfo returned by
413                 procmsg_msginfo_get_full_info()
414
415         (closes Bug 221 Deleting messages from the Message View gives incorrect
416          new/unread message counts in the folder view)
417
418         * src/plugins/spamassassin/spamassassin_gtk.c
419                 add gettext macro for prefs page title
420
421 2003-07-20 [paul]       0.9.3claws35
422
423         * src/mimeview.c
424                 redraw icon list on signature check
425
426 2003-07-20 [christoph]  0.9.3claws34
427
428         * src/Makefile.am
429         * src/account.c
430         * src/folder.[ch]
431         * src/folder_item_prefs.[ch]            ** NEW **
432         * src/folderview.c
433         * src/mainwindow.c
434         * src/mh.c
435         * src/prefs_gtk.c
436         * src/prefs_scoring.c
437         * src/summaryview.c
438         * src/prefs_folder_item.[ch]
439                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
440                   Properties dialog
441                 o use prefswindow for folder properties
442
443         * src/gtk/prefswindow.[ch]
444                 change implementation to use an invisible notebook instead
445                 of unparenting widgets
446
447 2003-07-20 [christoph]  0.9.3claws33
448
449         * src/compose.h
450         * src/folder.c
451         * src/folderview.h
452         * src/headerview.h
453         * src/prefs_filtering.h
454         * src/prefs_folder_item.[ch]
455         * src/procmime.h
456         * src/procmsg.h
457         * src/summaryview.h
458                 clean up header mess
459                 (always use 1. typedefs, 2. #includes, 3. structures)
460
461         * src/common/version.h.in
462                 add casts for constants
463
464         * src/plugins/demo/demo.c
465                 fix typo
466
467         * src/plugins/spamassassin/spamassassin.c
468                 remove unused variable
469
470 2003-07-20 [alfons]     0.9.3claws32
471
472         * src/mimeview.c
473                 o make icon buttons respond on left click
474                 o minor cosmetic change
475
476 2003-07-19 [luke]       0.9.3claws31
477
478         * src/mimeview.[ch]
479         * src/gtk/gtkvscrollbutton.c
480         * src/messageview.c
481                 o improved mimeview behaviour when selecting a new message
482                 o plus code cleanups to remove compile warnings
483
484
485 2003-07-19 [alfons]     0.9.3claws30
486
487         * src/procmsg.c
488         * src/compose.c
489         * src/common/utils.[ch]
490                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
491
492 2003-07-19 [alfons]     0.9.3claws29
493
494         * src/prefs_folder_item.c
495                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
496                 string pointers
497
498 2003-07-19 [luke]       0.9.3claws28
499
500         * src/messageview.c
501         * src/mimeview.[ch]
502         * src/procmime.h
503         * src/rfc2015.c
504         * src/stock_pixmap.[ch]
505         * src/gtk/Makefile.am
506         * src/Makefile.am
507         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
508         * src/pixmaps/mime_*.xpm                ** NEW **
509                 o mimeview rearrangement with a new icon shortcut bar
510         
511 2003-07-19 [alfons]     0.9.3claws27
512
513         * src/folderview.c
514                 o plug leaking nodes_to_recollapse
515                 o add folderview_recollapse_all_nodes() (not used yet)
516
517 2003-07-19 [alfons]     0.9.3claws26
518
519         * src/compose.c
520         * src/common/utils.c
521                 honour #240 "Better SUBJECT handling" by cleaning the prefix
522                 for both forwarding as replying
523
524 2003-07-18 [christoph]  0.9.3claws25
525
526         * configure.ac
527         * src/common/sylpheed.[ch]
528         * src/common/version.h.in
529                 add version in numeric form to allow easy comparison
530
531         * src/plugins/demo/demo.c
532                 add version check
533                 - sylpheed version > plugin version => never allowed, sylpheed
534                   could contain unknown API changes
535                 - sylpheed version < minimum version required => don't load,
536                   API required not available (if linking does not fail)
537
538 2003-07-18 [alfons]     0.9.3claws24
539         
540         * src/common/plugin.[ch]
541                 const correctness
542
543 2003-07-18 [christoph]  0.9.3claws23
544
545         * src/common/hooks.c
546                 fix crash when hooks where unregisted
547
548         * src/plugins/trayicon/trayicon.c
549                 unregister detroy signal before destroying the widget
550                 (still crashes when the plugin is unloaded)
551
552 2003-07-18 [alfons]     0.9.3claws22
553         
554         * src/folderview.c
555                 delay expanding folder tree during drags until timeout triggered
556                 (needs perhaps some tweaking, so testing is welcome)
557
558 2003-07-17 [alfons]     0.9.3claws21
559
560         * src/folderview.c
561                 clean up cruft
562
563 2003-07-17 [christoph]  0.9.3claws20
564
565         * src/common/session.c
566                 fix opening of SSL connections
567
568         * src/plugins/image_viewer/Makefile.am
569                 add OPENSSL_CFLAGS (we should find a better solution to remove
570                 this dependencies if they are not required)
571
572         * src/plugins/spamassassin/spamassassin.c
573                 remove setlocale workaround (fixed in libspamc)
574
575         (closes Bug Bug 184 Entering non-ascii character deletes previous char
576          if spell checking enabled)
577
578 2003-07-17 [alfons]     0.9.3claws19
579
580         * src/common/hooks.[ch]
581         * src/plugins/clamav/clamav_plugin.c
582         * src/plugins/spamassassin/spamassassin.c
583         * src/plugins/trayicon/trayicon.c
584                 fix signedness muck 
585
586 2003-07-17 [alfons]     0.9.3claws18
587
588         * src/procmime.c
589                 plug memleak
590
591 2003-07-17 [alfons]     0.9.3claws17
592
593         * src/inc.c
594                 plug memleak
595
596 2003-07-17 [paul]       0.9.3claws16
597
598         * src/common/defs.h
599           src/mainwindow.c
600           src/manual.[ch]
601                 add link to the Claws site's FAQ page, after the suggestion
602                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
603                 Move url strings to defs.h
604                 
605         * src/mainwindow.c
606                 fix typo to prevent "unknown menu entry" warnings
607
608 2003-07-17 [alfons]     0.9.3claws15
609
610         * src/folderview.[ch]
611         * src/summaryview.[ch]
612         * src/mimeview.[ch]
613                 plug DnD leaks 
614
615 2003-07-17 [paul]       0.9.3claws14
616
617         * src/inc.c
618                 remove two instances of 'GTK_EVENTS_FLUSH' because
619                 they are unnecessary and probably cause a stack overflow
620
621 2003-07-16 [christoph]  0.9.3claws13
622
623         * src/mimeview.[ch]
624                 use an invisible GTK notebook to switch between viewers
625                 instead of reparenting widgets
626
627 2003-07-16 [christoph]  0.9.3claws12
628
629         * src/folder.c
630                 move folder_item_update_freeze() to correct place in
631                 folder_item_scan_full()
632
633 2003-07-16 [paul]       0.9.3claws11
634
635         * sync with 0.9.3cvs12
636                 see ChangeLog 2003-07-14 and 2003-07-15
637
638 2003-07-16 [christoph]  0.9.3claws10
639
640         * src/imap.[ch]
641         * src/prefs_account.[ch]
642                 sync IMAP CRAM-MD5 authentication with sylpheed-main
643
644 2003-07-15 [alfons]     0.9.3claws9
645
646         * src/main.c
647                 make --config-dir do something useful
648
649 2003-07-15 [alfons]     0.9.3claws8
650
651         * src/procmsg.c
652                 o fix a bug where 'last' didn't really point to the last message
653                   in the top level list of children, but to the last threaded
654                   message. 
655                 
656                 o clean up and make it easier to sync
657
658 2003-07-15 [alfons]     0.9.3claws7
659
660         * src/mainwindow.c
661                 make correct menu items sensitive       
662
663 2003-07-14 [alfons]     0.9.3claws6
664
665         * src/procmsg.c
666                 tune the threader so it will not subject-thread any message
667                 without a subject prefix (this will not thread correctly if 
668                 a parent is delivered after their childs, but it looks 
669                 better right now)
670
671 2003-07-13 [christoph]  0.9.3claws5
672
673         * src/mainwindow.c
674                 group "Add mailbox *..." menu items in submenu
675
676 2003-07-13 [alfons]     0.9.3claws4
677
678         * src/summaryview.c
679                 correct summary_toggle_pressed() signature and make sure
680                 signal is not passed on
681
682 2003-07-13 [alfons]     0.9.3claws3
683
684         * src/summaryview.c
685                 o for now don't pass on keys when they we're handled by 
686                   ctree::key_press_event
687                 o clean up
688
689 2003-07-13 [alfons]     0.9.3claws2
690         
691         * src/main.c
692                 add command line option "--config-dir" to get the current 
693                 configuration dir
694
695 2003-07-12 [alfons]     0.9.3claws1
696
697         * src/matcher.[ch]
698         * src/matcher_parser_parse.y
699         * src/prefs_filtering.c
700         * src/filtering.c
701                 add "Lock" filter action to lock messages;
702
703         * src/filtering.c       
704                 remove debug_print()    
705         * src/prefs_filtering.c
706                 re-organize matcher part 9: 
707                 make action text entries easily extendible;
708                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
709                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
710
711 2003-07-12 [paul]
712
713         * tools/README
714                 update old information and add missing
715                 information
716
717 2003-07-12 [paul]       0.9.3claws
718
719         * 0.9.3claws released
720         
721 2003-07-12 [paul]       0.9.0claws103
722
723         * src/Makefile.am
724                 add addrquery.h
725
726 2003-07-12 [melvin]     0.9.0claws102
727
728         * src/messageview.c
729                 Fixed bug #215: Show MIME tab for single text/html messages. 
730                 
731 2003-07-12 [paul]       0.9.0claws101
732
733         * man/sylpheed.1
734                 updated
735
736 2003-07-12 [paul]       0.9.0claws100
737
738         * po/es.po
739           po/hr.po
740           po/pl.po
741           po/sr.po
742                 update Spanish, Croatian, Polish, Serbian translations.
743                 submitted by Ricardo Mones Lastra, Dragan, Witold
744                 Wladyslaw Wojciech Wilk, Urke MMI
745
746 2003-07-12 [melvin]     0.9.0claws99
747
748         * po/fr.po
749                 Updated French translations.
750
751 2003-07-12 [paul]       0.9.0claws98
752
753         * src/addressbook.c
754                 disable 'Lookup' button as it has no effect
755
756 2003-07-11 [alfons]     0.9.0claws97
757         
758         * src/summaryview.c
759                 summary_searchbar_pressed() should return TRUE to signal that
760                 event was handled. when returning void, the return value passed
761                 to GTK is actually random, but maybe FALSE, in which case the
762                 event is handled by parent
763                 
764 2003-07-10 [paul]       0.9.0claws96
765
766         * ac/missing/gettext.m4
767                 update to version 0.12
768
769 2003-07-10 [paul]       0.9.0claws95
770
771         * src/plugins/clamav/clamav_plugin.c
772                 fix bug where multipart/alternative messages
773                 would slip through without being scanned
774
775 2003-07-10 [christoph]  0.9.0claws94
776
777         * src/folder.c
778                 correct check if folder supports removing when a message is
779                 moved. if not the message is only copied.
780
781         (closes Bug 132 crash on startup in newsgroups folders)
782
783 2003-07-09 [alfons]     0.9.0claws93
784
785         * configure.ac
786         * src/common/defs.h
787                 --with-config-dir (default .sylpheed)
788
789 2003-07-09 [christoph]  0.9.0claws92
790
791         * configure.ac
792                 use PKG_CHECK_MODULES to check for gtkmathview
793                 (version 0.4.2 now required)
794
795 2003-07-08 [melvin]     0.9.0claws91
796
797         * src/action.c
798                 Implemented a progress bar that counts the number of completed
799                 tasks when the action runs more than one command.
800
801 2003-07-08 [alfons]     0.9.0claws90
802
803         * src/procmsg.c
804                 if queued message has an invalid Message-Id, don't try to
805                 find message it refers to (fixes #209 "crash when processing 
806                 in folder")
807
808 2003-07-08 [paul]       0.9.0claws89
809
810         * sync with 0.9.3cvs2
811                 see ChangeLog 2003-07-08
812
813 2003-07-08 [match]      0.9.0claws88
814
815         * src/ldapctrl.c
816                 extend LDAP search for first/last name by parsing search term.
817
818 2003-07-08 [alfons]     0.9.0claws87
819
820         * src/send_message.c
821                 fix bug #208 "Status message stuck when sending on POP3 account"
822
823 2003-07-07 [paul]       0.9.0claws86
824
825         * po/hr.po
826                 new Croatian translation, submitted by
827                 Dragan <drleskov@inet.hr>
828
829 2003-07-07 [paul]       0.9.0claws85
830
831         * sync with 0.9.3cvs1
832                 see ChangeLog 2003-07-07
833
834 2003-07-05 [christoph]  0.9.0claws84
835
836         * src/Makefile.am
837         * src/messageview.c
838         * src/mimeview.[ch]
839         * src/stock_pixmap.[ch]
840         * src/pixmaps/messageview_text.xpm              ** NEW **
841                 move mimeview tabs to the right side and use icons
842                 instead of text to save some space
843
844         (patch by Luke Plant <lukeplant@softhome.net>)
845
846 2003-07-05 [christoph]  0.9.0claws83
847
848         * src/inc.c
849                 add NULL pointer checks
850
851         (patch by Luke Plant <lukeplant@softhome.net>)
852         (closes Bug 204 0.9.0 quits on authentication error?!)
853
854 2003-07-05 [alfons]     0.9.0claws82
855
856         * configure.ac
857                 take the clue in bug #202 "./configure script - 
858                 'if test' comparison failure" reported by John Kristoff. 
859
860 2003-07-04 [christoph]  0.9.0claws81
861
862         * src/plugins/spamassassin/spamassassin.c
863                 set timeout for spam check
864
865 2003-07-04 [christoph]  0.9.0claws80
866
867         * src/main.c
868                 destroy all FolderItems when shutting down to
869                 allow folders to clean up
870
871 2003-07-04 [melvin]     0.9.0claws79
872
873         * src/gtk/gtkaspell.c
874                 Fixed bug #184 "Entering non-ascii character deletes
875                 previous char if spell checking enabled": this makes
876                 the spell checking in multibytes (e.g. UTF-8)locales work.
877                 (Patch by Luke Plant).
878                 
879 2003-07-04 [christoph]  0.9.0claws78
880
881         * sync with 0.9.2cvs1
882                 see ChangeLog 2003-06-10
883
884 2003-07-04 [paul]       0.9.0claws77
885
886         * sync with 0.9.3 release
887                 see ChangeLog 2003-07-04
888
889 2003-07-03 [christoph]  0.9.0claws76
890
891         * src/folder.[ch]
892         * src/imap.c
893         * src/mbox_folder.c
894         * src/mh.c
895         * src/news.c
896                 move folder_item_get_path() stuff into a folder virtual function
897
898         * src/procmsg.c
899                 use folder_item_fetch_msg() to get message and do not contruct
900                 the filename from path and number
901
902 2003-07-03 [paul]       0.9.0claws75
903
904         * sync with 0.9.2cvs12
905                 see ChangeLog 2003-07-03
906
907 2003-07-02 [paul]       0.9.0claws74
908
909         * src/messageview.c
910                 fix text-selection for replying
911
912 2003-07-02 [paul]       0.9.0claws73
913
914         * sync with 0.9.2cvs11
915                 see ChangeLog 2003-07-02
916
917 2003-07-02 [paul]       0.9.0claws72
918
919         * src/procmsg.c
920                 revert last commit because it breaks more
921                 than it fixes
922
923 2003-07-02 [paul]       0.9.0claws71
924
925         * src/procmsg.c
926                 fix thread by subject/sort by date
927
928 2003-07-01 [paul]       0.9.0claws70
929
930         * sync with 0.9.2cvs10
931                 see ChangeLog 2003-07-01
932
933 2003-06-30 [paul]       0.9.0claws69
934
935         * sync with 0.9.2cvs9
936                 see ChangeLog 2003-06-30
937
938 2003-06-28 [match]      0.9.0claws68
939
940         * src/addressbook.c
941                 fix null ptr.
942
943 2003-06-27 [paul]       0.9.0claws67
944
945         * sync with 0.9.2cvs7
946                 see ChangeLog 2003-06-27
947
948 2003-06-26 [christoph]  0.9.0claws66
949
950         * src/folder.c
951                 freeze folder updates while a folder is scanned
952
953         (closes Bug 185 New message counter)
954
955 2003-06-26 [darko]      0.9.0claws65
956
957         * src/ldapserver.c
958                 fix infinite loop when adding a new LDAP server
959
960 2003-06-26 [paul]       0.9.0claws64
961
962         * sync with 0.9.2cvs6
963                 see ChangeLog 2003-06-26
964
965 2003-06-26 [paul]       0.9.0claws63
966
967         * sync with 0.9.2cvs5
968                 see ChangeLog 2003-06-25 and 2003-06-26
969
970 2003-06-25 [match]      0.9.0claws62
971
972         * src/addr_compl.c
973                 Fixed tab/backtab for dropped-down completion list to
974                 move next/previous field. (close bug 147)
975
976 2003-06-25 [christoph]  0.9.0claws61
977
978         * src/addr_compl.[ch]
979         * src/addrindex.[ch]
980         * src/folderview.c
981         * src/inc.c
982         * src/news.c
983         * src/summaryview.c
984         * src/toolbar.c
985                 fix warnings
986
987 2003-06-25 [leandro]    0.9.0claws60
988
989         * src/compose.c
990                 o cleanups
991                 o gray out "Message/Remove references" menu item if not
992                   replying to a message
993
994 2003-06-24 [leandro]    0.9.0claws59
995
996         * src/compose.[ch]
997                 o removed "Message/Create new thread" menu item
998                 o added "Message/Remove references" menu item
999                   (it's off by default and will not check anymore
1000                    if the subject changed)
1001
1002 2003-06-23 [alfons]     0.9.0claws58
1003
1004         * src/procmsg.c
1005                 try better grouping messages threaded by subject based on their age.
1006                 still not perfect - because the message tree is not sorted by date.  
1007
1008 2003-06-23 [thorsten]   0.9.0claws57
1009
1010         * src/pop.[ch]
1011                 added mail_receive_hook to allow modifications
1012                 directly after retrieval (e.g. adding headers).
1013
1014 2003-06-23 [paul]       0.9.0claws56
1015
1016         * src/sourcewindow.c
1017                  enable the use of Ctrl+A to select all text in
1018                  the sourcewindow
1019                  Patch submitted by Ivan Francolin Martinez
1020                  <ivanfm@users.sourceforge.net>
1021
1022 2003-06-22 [christoph]  0.9.0claws55
1023
1024         * src/folder.[ch]
1025                 o add notification hook for folder tree changes
1026                 o invoke hooks after folder tree scanning
1027
1028         * src/folderview.[ch]
1029                 register hook for folder tree changes that
1030                 updates the ctree
1031
1032         (there are more places that should be updated, like add, remove 
1033          or move folder)
1034
1035         (closes Bug 164 Crash on rebuild folder tree)
1036         (closes Bug 190 Crash on 'rebuilding folder tree')
1037
1038 2003-06-21 [leandro]    0.9.0claws54
1039
1040         * src/compose.[ch]
1041                 create a new thread if subject changes
1042                 (it's on by default, can be disabled in Message menu)
1043
1044 2003-06-21 [alfons]     0.9.0claws53
1045
1046         * src/summaryview.c
1047                 quiet little compiler
1048
1049 2003-06-21 [christoph]  0.9.0claws52
1050
1051         update gettext stuff to version 0.12
1052
1053 2003-06-19 [alfons]     0.9.0claws51
1054
1055         * src/common/log.c
1056         * src/common/plugin.c
1057                 move defs.h before glib.h to prevent MIN/MAX redefs
1058
1059 2003-06-19 [alfons]
1060
1061         * src/addressbook.c
1062                 translatable
1063
1064 2003-06-19 [match]      0.9.0claws50
1065
1066         * src/addressbook.[ch]
1067         * src/addrindex.[ch]
1068         * src/addr_compl.[ch]
1069         * src/editldap.[ch]
1070         * src/editldap_basedn.[ch]
1071         * src/addritem.[ch]
1072         * src/ldapquery.h
1073                 re-implemented dynamic LDAP search. works without
1074                 slowdown on display sender with addressbook
1075                 option.
1076         * src/addrbook.c
1077                 documented code.
1078
1079 2003-06-19 [paul]       0.9.0claws49
1080
1081         * src/compose.c
1082                 fix Bug #136 'Nonprovided quotation marks crash claws'
1083                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1084
1085 2003-06-19 [alfons]     0.9.0claws48
1086
1087         * src/prefs_common.[ch]
1088         * src/procmsg.c
1089                 restrict threading by subject by checking thread for
1090                 age (prefs_common.thread_by_subject_max_age)
1091
1092 2003-06-18 [christoph]  0.9.0claws47
1093
1094         * src/imap.c
1095                 fix memory leak in imap_cmd_fetch()
1096
1097 2003-06-18 [christoph]  0.9.0claws46
1098
1099         * src/prefs_gtk.c
1100                 fix memory leak in prefs_set_default() when used multiple
1101                 times or after prefs have been read
1102
1103 2003-06-18 [christoph]  0.9.0claws45
1104
1105         * src/common/plugin.c
1106                 fix memory leak in plugin_unload()
1107
1108 2003-06-18 [christoph]  0.9.0claws44
1109
1110         * src/imap.c
1111                 fix memory leak in imap_cmd_ok()
1112
1113 2003-06-18 [christoph]  0.9.0claws43
1114
1115         * src/folder.c
1116                 stop messages that are downloaded from POP3 and added to
1117                 an IMAP inbox from being filtered twice (first by POP3
1118                 and again when IMAP folder is scaned to get the UID of
1119                 the APPEND operation when no UIDPLUS is available)
1120
1121 2003-06-18 [alfons]
1122
1123         * tools/Makefile.am
1124                 phoenix <- firebird     
1125
1126 2003-06-18 [paul]
1127
1128         * tools/launch_phoenix          ** REMOVED **
1129           tools/launch_firebird         ** NEW **
1130                 renamed and edited to reflect the browser's name change from
1131                 'phoenix' to 'firebird'
1132
1133 2003-06-18 [paul]       0.9.0claws42
1134
1135         * sync with 0.9.2cvs2
1136                 see ChangeLog 2003-06-16
1137
1138 2003-06-17 [alfons]     0.9.0claws41
1139
1140         * src/procmsg.c
1141                 prevent threading problems when a node is an ancestor (parent / great parent),
1142                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1143                 for finding an sample set of messages)
1144
1145 2003-06-16 [christoph]  0.9.0claws40
1146
1147         * src/main.c
1148                 don't popup main window on --receive or --receive-all
1149
1150         * src/mainwindow.[ch]
1151         * src/plugins/trayicon/trayicon.c
1152                 allow hiding of main window by clicking on the trayicon
1153                 (doesn't work correctly in seperate window mode and may
1154                  cause unexpected GTK problems I couldn't find yet)
1155
1156         * src/common/ssl.c
1157                 remove incorrect warning
1158
1159 2003-06-15 [alfons]     0.9.0claws39
1160
1161         * src/gtk/gtkstext.c
1162                 don't output debug text;
1163                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1164                 for pointing this out);
1165
1166 2003-06-14 [alfons]     0.9.0claws38
1167         
1168         * src/messageview.c
1169                 remove printf() and make one if..else comply with coding style
1170
1171 2003-06-14 [alfons]     0.9.0claws37
1172
1173         * AUTHORS
1174                 add Martin Wicke
1175         * src/action.c
1176         * src/messageview.[ch]
1177         * src/summaryview.c
1178                 apply patch #754162 "Quoting messages filtered by actions" submitted
1179                 by Martin Wicke, which allows quoting message body changed by an
1180                 action (Thanks!).
1181
1182 2003-06-13 [alfons]     0.9.0claws36
1183
1184         * src/utils.c
1185                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1186                 use case insensitive regexp (suggested by Ivan Martinez)
1187
1188 2003-06-13 [christoph]  0.9.0claws35
1189
1190         * configure.ac
1191         * src/plugins/trayicon/Makefile.am
1192         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1193         * src/plugins/trayicon/trayicon.c
1194         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1195         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1196         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1197         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1198         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1199         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1200                 replace my own EggTrayIcon backport with the backport
1201                 used by (l|x)mule and gabber.
1202
1203 2003-06-13 [alfons]     0.9.0claws34
1204
1205         * AUTHORS
1206         * src/common/utils.c
1207                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1208
1209 2003-06-13 [alfons]     0.9.0claws33
1210
1211         * src/compose.c
1212                 clean up a little bit
1213
1214 2003-06-12 [alfons]     0.9.0claws32
1215
1216         * src/compose.c
1217                 const correctness fix
1218
1219         * src/common/sylpheed.[ch]
1220                 () -> (void)
1221                 prevent redef MIN/MAX
1222                 
1223         * src/common/utils.[ch]
1224                 () -> (void)
1225
1226 2003-06-12 [melvin]     0.9.0claws31
1227
1228         * src/compose.c
1229                 Updated to take into accounts changes in GtkAspell.
1230
1231 2003-06-12 [alfons]     0.9.0claws30
1232
1233         * src/compose.c
1234         * src/procmsg.c
1235         * src/common/utils.[ch]
1236                 handle reply subject prefixes better (initial 
1237                 suggestion by Robert Story adapted and enhanced 
1238                 using regexps)
1239
1240 2003-06-12 [melvin]     0.9.0claws29
1241
1242         * src/compose.c
1243                 Use new gtkaspell_checkers_strerror() to get the speller's
1244                 error message instead of accessing the (now private)
1245                 checkers structure.
1246                 Minor code clean up
1247
1248         * src/main.c
1249                 Use #ifdef instead of #if for USE_ASPELL
1250                 Use the new spell checkers init/quit functions 
1251
1252         * src/gtk/gtkaspell.c
1253                 Use #ifdef instead of #if for USE_ASPELL
1254                 Moved in the majority of GtkAspell structures that were
1255                 exported before by gtkaspell.h
1256         
1257         * src/gtk/gktaspell.h
1258                 Made gtkaspell.h contain only the necessary data to be
1259                 publicized by moving many structures to gtkaspell.c.
1260                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1261                 gtkaspell_checkers_new(): replaced by...
1262                 gtkaspell_checkers_init(): new function for initialization
1263                 gtkaspell_checkers_delete(): replaced by...
1264                 gtkaspell_checkers_quit(): new function
1265                 gtkaspell_checkers_strerror(): new function that returns
1266                 the checker's last error message.
1267                 
1268 2003-06-11 [melvin]     0.9.0claws28
1269
1270         * po/POTFILES.in
1271                 Updated to take into account gtkaspell.c migration to
1272                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1273
1274 2003-06-10 [alfons]     0.9.0claws27
1275
1276         * src/filtering.[ch]
1277         * src/folder.c
1278         * src/matcher.c
1279         * src/scoring.[ch]
1280                 - try fixing bug #18 (any brave testers?)
1281                 - add more robustness by refusing previously 
1282                   unchecked NULL pointers 
1283
1284 2003-06-10 [alfons]     0.9.0claws26
1285
1286         * src/procmsg.c
1287                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1288
1289 2003-06-09 [alfons]     0.9.0claws25
1290
1291         * src/prefs_common.c
1292                 fix bug #163 "Icon switching doesnt work properly" by 
1293                 preventing early freeing of prefs_common.pixmap_theme_path.
1294
1295 2003-06-09 [christoph]  0.9.0claws24
1296
1297         * src/gtk/gtkaspell.c
1298                 revert Thorsten's fix and add forgotten g_strdup for
1299                 aspell path (it should not be possible to alter the path a
1300                 GtkASpell uses from outside)
1301
1302 2003-06-09 [thorsten]   0.9.0claws23
1303
1304         * src/gtk/gtkaspell.c
1305                 dont free prefs_common.aspell_path when closing compose
1306
1307 2003-06-08 [colin]      0.9.0claws22
1308
1309         * src/plugins/spamassassin/spamassassin.c
1310                 fix prefs types
1311
1312 2003-06-07 [christoph]  0.9.0claws21
1313
1314         * src/Makefile.am
1315         * src/compose.c
1316         * src/gtkaspell.[ch]            ** REMOVE **
1317         * src/gtk/Makefile.am
1318         * src/gtk/gtkaspell.[ch]        ** NEW **
1319                 o make gtkaspell independent from sylpheed's prefs
1320                 o move gtkaspell.[ch] to gtk directory
1321
1322 2003-06-07 [christoph]  0.9.0claws20
1323
1324         * src/Makefile.am
1325         * src/crash.c
1326         * src/export.c
1327         * src/filesel.[ch]              ** REMOVE **
1328         * src/folder.c
1329         * src/main.[ch]
1330         * src/common/sylpheed.[ch]
1331         * src/gtk/Makefile.am
1332         * src/gtk/filesel.[ch]          ** NEW **
1333         * src/gtk/pluginwindow.c
1334         * src/gtk/sslcertwindow.c
1335                 move filesel.[ch] to gtk directory
1336
1337 2003-06-07 [alfons]     0.9.0claws19
1338
1339         * src/filesel.c
1340                 make (multi) file selection dialog work again (Claws-only)
1341
1342 2003-06-07 [thorsten]   0.9.0claws18
1343
1344         * po/de.po
1345                 fix typos
1346
1347 2003-06-07 [alfons]     0.9.0claws17
1348
1349         * configure.ac
1350         * src/mimeview.c
1351                 detect apache mishap in which case don't include fnmatch.h
1352                 if regex.h is already included
1353
1354 2003-06-06 [christoph]  0.9.0claws16
1355
1356         * configure.ac
1357         * src/mimeview.h
1358                 add check for fnmatch.h and include it when available
1359
1360         * src/mimeview.[ch]
1361                 fix wrong case sensitivity of Content-Types
1362
1363         * src/gtk/Makefile.am
1364                 need the same include paths in gtk directory as in
1365                 common directory because .h files in common can
1366                 include files from these directories, when included
1367                 in gtk's .h or .c files
1368
1369 2003-06-06 [alfons]     0.9.0claws15
1370
1371         * src/mimeview.c
1372         * src/summaryview.c
1373                 make it compile again because of regex.h / fnmatch.h 
1374                 include problems (related to recent mime stuff, can
1375                 someone check this?)
1376
1377 2003-06-06 [thorsten]   0.9.0claws14
1378
1379         * src/folderview.c
1380                 possible use of uninitialized pointer while dragging
1381
1382 2003-06-06 [paul]       0.9.0claws13
1383
1384         * src/compose.c
1385                 fix bug where the insert sig button would be effective
1386                 only when auto_sig was set
1387
1388 2003-06-06 [paul]       0.9.0claws12
1389
1390         * sync with 0.9.2 release
1391
1392 2003-06-02 [paul]       0.9.0claws11
1393
1394         * sync with 0.9.1cvs1
1395                 see ChangeLog 2003-06-02
1396                 
1397         * po/de.po
1398                 update by Jens
1399
1400 2003-06-01 [christoph]  0.9.0claws10
1401
1402         * src/account.c
1403                 don't use substring search to find accounts by email address
1404
1405         (closes Bug 169 Overly loose matching of "From" address)
1406
1407 2003-05-31 [christoph]  0.9.0claws9
1408
1409         * doc-src/rfc2683.txt
1410         * src/imap.c
1411                 limit IMAP command length as recommended in RFC2683
1412                 (message number lists will be split into multiple imap
1413                 sets, the limit of 1000 octets is not a hard limit)
1414
1415         (closes Bug 161 sylpheed-claws exits with segfault when logging
1416          in to certain imap-servers)
1417
1418 2003-05-29 [alfons]     0.9.0claws8
1419
1420         * src/toolbar.[ch]
1421                 add print button (calling summary_print());
1422                 fine tune setting tooltip text;
1423                 (if someone needs other buttons, please take these 
1424                 commits as a guide, instead of bothering us - also
1425                 see 0.8.11claws150) 
1426
1427 2003-05-29 [darko]      0.9.0claws7
1428
1429         * src/compose.c
1430                 fix crash when word wrapping kicks in due to
1431                 changed text by spell checker
1432
1433 2003-05-29 [paul]       0.9.0claws6
1434
1435         * src/compose.c
1436                 fix bug where changing account would insert
1437                 sig even if auto_sig was FALSE
1438                 
1439         * ChangeLog
1440           ChangeLog.jp
1441           INSTALL
1442                 sync with 0.9.1 release
1443
1444 2003-05-28 [christoph]  0.9.0claws5
1445
1446         * src/imap.c
1447                 fix truncation of too long commands
1448
1449         (closes Bug 167 IMAP hangs trying to get envelope
1450          information in imap_get_uncached_messages)
1451
1452 2003-05-27 [paul]       0.9.0claws4
1453
1454         * tools/Makefile.am
1455           tools/maildir2sylpheed.pl     ** NEW FILE **
1456                 add kmail to sylpheed mailbox conversion script
1457
1458 2003-05-27 [paul]       0.9.0claws3
1459
1460         * sync with 0.9.0cvs10
1461                 see ChangeLog 2003-05-26
1462
1463 2003-05-26 [paul]       0.9.0claws2
1464
1465         * sync with 0.9.0cvs9
1466                 see ChangeLog 2003-05-26
1467
1468 2003-05-24 [paul]       0.9.0claws1
1469
1470         * sync with 0.9.0cvs8
1471                 see ChangeLog 2003-05-23
1472
1473 2003-05-24 [paul]       0.9.0claws
1474
1475         * version 0.9.0claws released
1476
1477 2003-05-24 [paul]       0.8.11claws177
1478
1479         * src/plugins/dillo-viewer/Makefile.am
1480           src/plugins/traycon/Makefile.am
1481                 add missing files
1482                 
1483         * po/bg.po
1484           po/en_GB.po
1485           po/es.po
1486           po/it.po
1487           po/pt_BR.po
1488           po/ru.po
1489           po/sr.po
1490                 update Bulgarian, British English, Spanish, Italian, 
1491                 Brazilian Portuguese, Russian, and Serbian translations, 
1492                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1493                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1494                 Ruslan N. Balkin, and Urke MMI
1495
1496 2003-05-23 [melvin]     0.8.11claws176
1497
1498         * po/fr.po
1499                 Updated French translations
1500
1501 2003-05-22 [paul]       0.8.11claws175
1502
1503         * src/Makefile.am
1504           src/addrbook.[ch]
1505           src/addrcache.[ch]
1506           src/addr_compl.[ch]
1507           src/adressbook.[ch]
1508           src/addrindex.[ch]
1509           src/addritem.[ch]
1510           src/editaddress.c
1511           src/editgroup.c
1512           src/editldap_basedn.c
1513           src/editldap.c
1514           src/jpilot.c
1515           src/vcard.c
1516                 revert to get ldap into it previous working state
1517                 
1518         * po/zh_TW.Big5.po
1519                 new Taiwanese translation,
1520                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1521
1522 2003-05-22 [christoph]  0.8.11claws174
1523
1524         * src/plugins/spamassassin/libspamc.[ch]
1525                 sync libspamc with SpamAssaain release 2.55
1526
1527 2003-05-22 [paul]       0.8.11claws173
1528
1529         * sync with 0.9.0cvs7
1530                 see ChangeLog 2003-05-22
1531                 
1532         * src/summaryview.c
1533                 revert change in 0.8.11claws172: follow
1534                 Hiroyuki's decision and that's the end of it.
1535
1536 2003-05-21 [paul]       0.8.11claws172
1537
1538         * src/summaryview.c
1539                 fix discrepency between open_unread_on_enter
1540                 and always_show_msg
1541
1542 2003-05-21 [paul]       0.8.11claws171
1543
1544         * sync with 0.9.0cvs6
1545                 see ChangeLog 2003-05-21
1546
1547 2003-05-21 [paul]       0.8.11claws170
1548
1549         * sync with 0.9.0cvs5
1550                 see ChangeLog 2003-05-21
1551
1552 2003-05-20 [paul]       0.8.11claws169
1553
1554         * sync with 0.9.0cvs4
1555                 see ChangeLog 2003-05-20
1556                 fixes bug #152, 'encoding of IMAP folders names'
1557
1558 2003-05-20 [paul]       0.8.11claws168
1559
1560         * sync with 0.9.0cvs3
1561                 see ChangeLog 2003-05-20
1562                 
1563         * src/tools/convert_mbox.pl
1564                 minor change in the comments, submitted by Fred Marton
1565
1566 2003-05-19 [paul]       0.8.11claws167
1567
1568         * src/plugins/clamav/Makefile.am
1569           configure.ac
1570                 link clamav_lib to the plugin and not to the main program
1571
1572 2003-05-19 [christoph]
1573
1574         * src/Makefile.am
1575                 add -export-dynamic for linking
1576
1577 2003-05-19 [paul]       0.8.11claws166
1578
1579         * sync with 0.9.0cvs1
1580                 see ChangeLog 2003-05-19
1581
1582 2003-05-19 [paul]       0.8.11claws165
1583
1584         * src/inc.c
1585                 fix 'pop before smtp' timeout
1586
1587 2003-05-18 [alfons]     0.8.11claws164
1588
1589         * src/prefs_matcher.c
1590                 put "execute" action command line ("expression") in edit box
1591
1592 2003-05-18 [christoph]  0.8.11claws163
1593
1594         * src/mimeview.[ch]
1595         * src/plugins/dillo_viewer/dillo_viewer.c
1596         * src/plugins/image_viewer/viewer.c
1597         * src/plugins/mathml_viewer/mathml_viewer.c
1598                 let a viewer have a list of Content-Types
1599
1600 2003-05-18 [paul]       0.8.11claws162
1601
1602         * src/prefs_filtering.c
1603                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1604                 and REDIRECT actions
1605
1606 2003-05-17 [christoph]
1607
1608         * README.claws
1609                 o remove dynamic signatures that was syned with main
1610                 o add infos about no longer "build in" image viewer
1611                 o update bugtracker URL
1612
1613 2003-05-17 [christoph]  0.8.11claws161
1614
1615         * src/folder.c
1616         * src/folderview.c
1617         * src/imap.c
1618                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1619                 for every folder after rebuilding the folder tree.
1620
1621         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1622          messages)
1623
1624 2003-05-17 [christoph]  0.8.11claws160
1625
1626         * src/imap.c
1627                 don't use STATUS command on current folder to check for
1628                 content changes. imap_cmd_ok() now tracks changes to
1629                 folder and number of existing messages.
1630
1631 2003-05-17 [paul]       0.8.11claws159
1632
1633         * src/plugins/clamav/clamav_plugin.c
1634                 remove unnecessary debug_print
1635
1636 2003-05-16 [thorsten]   0.8.11claws158
1637
1638         * src/plugins/demo.c
1639                 included missing intl.h
1640
1641 2003-05-16 [paul]       0.8.11claws157
1642
1643         * po/POTFILES.in
1644                 remove non-existant entries
1645         
1646         * src/plugins/clamav/clamav_plugin.c
1647           src/plugins/clamav/clamav_plugin_gtk.c
1648           src/plugins/dillo_viewer/dillo_prefs.c
1649           src/plugins/dillo_viewer/dillo_viewer.c
1650                 gettextise
1651
1652 2003-05-16 [christoph]  0.8.11claws156
1653
1654         * po/POTFILES.in
1655                 include plugin .c files for translation until I
1656                 find a better solution to have plugins have their
1657                 own textdomain
1658         * src/plugins/demo/demo.c
1659         * src/plugins/image_viewer/plugin.c
1660         * src/plugins/mathml_viewer/mathml_viewer.c
1661         * src/plugins/spamassassin/spamassassin.c
1662         * src/plugins/spamassassin/spamassassin_gtk.c
1663         * src/plugins/trayicon/trayicon.c
1664                 add gettext macros for plugin name and description
1665
1666 2003-05-16 [paul]
1667
1668         * sync with 0.9.0
1669
1670 2003-05-16 [paul]       0.8.11claws155
1671
1672         * sync with lastest 0.9.0pre1
1673                 see ChangeLog 2003-05-16
1674
1675 2003-05-15 [paul]       0.8.11claws154
1676
1677         * sync with latest 0.9.0pre1
1678                 see ChangeLog 2003-05-14 and 2003-05-15
1679
1680 2003-05-14 [christoph]  0.8.11claws153
1681
1682         * src/plugins/image_viewer/viewer.c
1683         * src/plugins/image_viewer/viewer.glade         ** NEW **
1684         * src/plugins/image_viewer/viewerprefs.c
1685                 make it possible to disable the autoload function in the
1686                 imageviewer again
1687
1688 2003-05-14 [christoph]  0.8.11claws152
1689
1690         * src/folder.c
1691                 fix folder update after adding a message
1692
1693 2003-05-13 [alfons]     0.8.11claws151
1694
1695         * src/common/session.c
1696                 remove debug traces
1697                 
1698         * src/addrcache.[ch]
1699         * src/filtering.[ch]
1700         * src/folder.[c]
1701         * src/gtkaspell.[ch]
1702         * src/imap.[ch]
1703         * src/mbox_folder.[ch]
1704         * src/mh.[ch]
1705         * src/mimeview.h
1706         * src/msgcache.[ch]
1707         * src/news.[ch]
1708         * src/passphrase.[ch]
1709         * src/prefs_common.[ch]
1710         * src/prefs_gtk.[ch]
1711         * src/procmsg.c
1712         * src/scoring.[ch]
1713                 be pedantic; (in prototypes () implies (int))
1714
1715 2003-05-13 [alfons]     0.8.11claws150
1716
1717         * src/prefs_toolbar.[ch]
1718         * src/summaryview.[ch]
1719         * src/toolbar.[ch]
1720                 change misleading text in toolbar prefs;
1721                 add toolbar action for ignore thread (toggles ignore thread flag);
1722                 clean up a little bit;
1723
1724 2003-05-12 [paul]
1725
1726         * tools/convert_mbox.pl
1727                 bug fixed by Fred Marton
1728
1729 2003-05-12 [paul]
1730
1731         * sync with 0.9.0pre1
1732
1733 2003-05-09 [paul]       0.8.11claws149
1734
1735         * sync with 0.8.11cvs43
1736                 see ChangeLog 2003-05-09
1737
1738 2003-05-08 [christoph]  0.8.11claws148
1739
1740         * src/imap.[ch]
1741                 o use CAPABILIY as first command and check for PREAUTH
1742                   information in the response to it
1743                 o rewrite all imap_cmd_* functions to use an IMAPSession
1744                   instead of a SockInfo as parameter
1745                 o do STARTTLS after fetching and checking the server
1746                   capabilities
1747
1748 2003-05-08 [paul]       0.8.11claws147
1749
1750         * tools/Makefile.am
1751           tools/README
1752           tools/convert_mbox.pl         ** NEW FILE **
1753                 add mbox conversion script. Submitted by 
1754                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1755
1756 2003-05-07 [christoph]
1757
1758         * doc-src/glade.txt
1759         * src/gtk/pluginwindow.glade
1760         * src/plugins/image_viewer/viewerprefs.glade
1761         * src/plugins/spamassassin/spamassassin_gtk.glade
1762                 add glade files for user interfaces and a description how
1763                 to use glade to create the sylpheed code
1764
1765 2003-05-07 [paul]       0.8.11claws146
1766
1767         * sync with 0.8.11cvs41
1768                 see ChangeLog 2003-05-07
1769
1770 2003-05-06 [christoph]  0.8.11claws145
1771
1772         * src/main.c
1773         * src/plugins/image_viewer/viewer.c
1774                 fix usage of imlib in imageviewer plugin
1775
1776         * src/gtk/prefswindow.c
1777                 handle window close event correctly
1778
1779 2003-05-06 [paul]       0.8.11claws144
1780
1781         * src/common/ssl.c
1782                 fix typo introduced in sync
1783
1784 2003-05-06 [paul]       0.8.11claws143
1785
1786         * sync with 0.8.11cvs39
1787                 see ChangeLog 2003-05-06
1788
1789 2003-05-06 [paul]       0.8.11claws142
1790
1791         * AUTHORS
1792           po/cs.po
1793                 updated Czech translation, submitted by 
1794                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1795                 
1796         * src/plugins/clamav/clamav_plugin_gtk.c
1797                 clean up
1798
1799 2003-05-03 [alfons]     0.8.11claws141
1800
1801         * src/compose.[ch]
1802                 make paste as quotation work even when the call to 
1803                 text_inserted() was deferred (fixes bug #140 "Paste 
1804                 as quotation does not work when using "external" 
1805                 clipboard")
1806
1807 2003-05-03 [thorsten]   0.8.11claws140
1808
1809         * src/addrquery.h
1810           src/ldapquery.h
1811           src/mainwindow.c
1812                 removed C++ comments
1813         * src/addr_compl.c
1814                 function with non-int retval/param used before
1815                 implementation/declaration
1816
1817 2003-05-02 [paul]       0.8.11claws139
1818
1819         * src/addr_compl.[ch]
1820           src/addressbook.[ch]
1821           src/addrindex.c
1822           src/summaryview.c
1823                 revert match's changes to (finally) remove the bug where
1824                 opening a folder causes massive slowdown when using the 
1825                 'Display sender using address book' option
1826
1827 2003-05-01 [melvin]     0.8.11claws138
1828
1829         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1830         * src/plugins/dillo_viewer/dillo_viewer.c
1831                 Fixed bug where "Cancel" button from prefs issued
1832                 warnings.
1833                 Comply a little more to coding style
1834
1835 2003-05-01 [paul]       0.8.11claws137
1836
1837         * sync with 0.8.11cvs38
1838                 see ChangeLog 2003-05-01
1839
1840 2003-05-01 [paul]       0.8.11claws136
1841
1842         * po/bg.po
1843                 updated by George Danchev
1844
1845 2003-04-30 [christoph]  0.8.11claws135
1846
1847         * src/plugins/dillo_viewer/dillo_prefs.c
1848         * src/plugins/image_viewer/viewerprefs.c
1849         * src/plugins/spamassassin/spamassassin_gtk.c
1850                 remove gtk_widget_ref() calls for widgets in
1851                 glade code
1852
1853 2003-04-30 [paul]       0.8.11claws134
1854
1855         * src/addrindex.c
1856                 ok, this time a better fix for the bug where opening folder
1857                 has massive slowdown when using the 'Display sender using 
1858                 address book' option
1859
1860 2003-04-30 [paul]       0.8.11claws133
1861
1862         * src/addrindex.c
1863                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1864         
1865 2003-04-30 [melvin]     0.8.11claws132
1866
1867         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1868
1869         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1870                 Preferences for the dillo plugin
1871         * src/plugins/dillo_viewer/dillo_viewer.c
1872                 Support for preferences
1873         * src/plugins/dillo_viewer/Makefile.am
1874                 Added dillo_prefs.[ch]
1875
1876 2003-04-30 [alfons]     0.8.11claws131
1877
1878         * src/common/plugin.[ch]
1879                 see? this ANSI C'fication immediately gives us type
1880                 checking for free.
1881
1882 2003-04-30 [alfons]     0.8.11claws130
1883
1884         * src/common/plugin.[ch]
1885         * src/plugins/clamav/clamav_plugin.[ch]
1886         * src/plugins/clamav/clamav_plugin_gtk.c
1887         * src/plugins/demo/demo.c
1888         * src/plugins/dillo_viewer/dillo_viewer.c
1889         * src/plugins/image_viewer/plugin.c
1890         * src/plugins/image_viewer/viewer.[ch]
1891         * src/plugins/image_viewer/viewerprefs.[ch]
1892         * src/plugins/mathml_viewer/mathml_viewer.c
1893         * src/plugins/spamassassin/spamassassin.[ch]
1894         * src/plugins/spamassassin/spamassassin_gtk.c
1895         * src/plugins/trayicon/trayicon.c
1896                 clean up
1897
1898 2003-04-30 [alfons]     0.8.11claws129
1899
1900         * src/common/utils.c
1901                 make is_ascii_str() fail gracefully when NULL pointer
1902                 is passed
1903
1904 2003-04-30 [paul]       0.8.11claws128
1905
1906         * src/addrindex.c
1907                 fix bug where opening folder has massive slowdown when
1908                 using the 'Display sender using address book' option
1909
1910 2003-04-30 [paul]       0.8.11claws127
1911
1912         * src/plugins/clamav/clamav_plugin.c
1913           src/plugins/clamav/clamav_plugin_gtk.c
1914           src/plugins/demo/demo.c
1915           src/plugins/dillo_viewer/dillo_viewer.c
1916           src/plugins/image_viewer/plugin.c
1917           src/plugins/mathml_viewer/mathml_viewer.c
1918           src/plugins/spamassassin/spamassassin.c
1919           src/plugins/spamassassin/spamassassin_gtk.c
1920           src/plugins/trayicon/trayicon.c
1921                 get rid of eye-hurting function signatures
1922
1923 2003-04-30 [paul]       0.8.11claws126
1924
1925         * src/plugins/trayicon/trayicon.c
1926                 add description
1927                 
1928         * src/mimeview.c
1929                 be more descriptive
1930
1931 2003-04-30 [paul]       0.8.11claws125
1932
1933         * configure.ac
1934                 arrange the plugins in reverse alphabetical order
1935                 
1936         * src/plugins/clamav/clamav_plugin.[ch]
1937           src/plugins/clamav/clamav_plugin_gtk.c
1938                 rename some params
1939                 resize max_size window
1940                 re-arrange the order of some gui elements
1941                 improve descriptions
1942         
1943         * src/plugins/image_viewer/plugin.c
1944           src/plugins/mathml_viewer/mathml_viewer.c
1945                 add descriptions
1946                 
1947         * src/plugins/spamassassin/spamassassin_gtk.c
1948                 resize max_size window
1949                 re-arrange the order of some gui elements
1950                 
1951         * src/messageview.c
1952           src/mimeview.c
1953                 correct typos
1954
1955 2003-04-30 [alfons]     0.8.11claws124
1956
1957         * src/imap.c
1958                 fix a leak found while browsing Martin Kluge's 
1959                 valgrind log (Claws only)
1960
1961 2003-04-29 [darko]      0.8.11claws123
1962
1963         * src/gtk/gtkstext.h
1964                 include wchar.h if it is available, fixes compilation
1965                 on HP-UX systems
1966
1967 2003-04-29 [melvin]     0.8.11claws122
1968
1969         * src/prefs_actions.c
1970                 Improved help text of Actions' syntax
1971
1972 2003-04-28 [paul]       0.8.11claws121
1973
1974         * src/action.c
1975                 a better fix for the crash when performing an action
1976                 on a mime part
1977
1978 2003-04-28 [paul]       0.8.11claws120
1979
1980         * src/action.c
1981                 fix crash when performing an action on a
1982                 mime part
1983
1984 2003-04-28 [paul]       0.8.11claws119
1985
1986         * sync with 0.8.11cvs36
1987                 see ChangeLog 2003-04-28
1988
1989 2003-04-27 [paul]       0.8.11claws118
1990
1991         * more sync with 0.8.11cvs35
1992                 see ChangeLog 2003-04-25
1993
1994 2003-04-26 [christoph]  0.8.11claws117
1995
1996         * src/folder.c
1997                 fix remove virtual check
1998
1999 2003-04-26 [paul]       0.8.11claws116
2000
2001         * src/messageview.c
2002                 fix return-receipt, make it work again
2003
2004 2003-04-26 [paul]       0.8.11claws115
2005
2006         * src/mimeview.c
2007                 restore double-clicking of the [application/pgp-signature 
2008                 (Select "Check signature" to check)] line in the message view,
2009                 broken in recent sync
2010
2011 2003-04-26 [christoph]  0.8.11claws114
2012
2013         * src/folder.c
2014                 check if remove virtual really exists before
2015                 calling the function
2016
2017 2003-04-25 [match]      0.8.11claws113
2018
2019         * src/addrindex.c
2020         * src/addrbook.c
2021         * src/ldapquery.[ch]
2022         * src/ldapctrl.[ch]
2023                 fix memleak.
2024         * src/ldapserver.[ch]
2025                 fix memleak. fix segfault.
2026                 plug a Claws memleak
2027
2028 2003-04-25 [alfons]     0.8.11claws112
2029
2030         * src/folder.c
2031                 plug a Claws memleak
2032
2033 2003-04-25 [alfons]     0.8.11claws111
2034
2035         * src/common/session.c
2036                 plug a memleak
2037
2038 2003-04-25 [paul]       0.8.11claws110
2039
2040         * sync with 0.8.11cvs35
2041                 see ChangeLog 2003-04-24 and 2003-04-25
2042                 
2043         * src/gtk/pluginwindow.c
2044                 correct another strange float value
2045
2046 2003-04-24 [christoph]  0.8.11claws109
2047
2048         * src/folder.c
2049                 freeze folder item updates when unsetting new flags
2050
2051         * src/gtk/pluginwindow.c
2052                 correct strange float value
2053
2054 2003-04-23 [paul]       0.8.11claws108
2055
2056         * sync with 0.8.11cvs33
2057                 see ChangeLog 2003-04-23
2058
2059 2003-04-22 [paul]       0.8.11claws107
2060
2061         * src/Makefile.am
2062           src/messageview.c
2063           src/mimeview.c
2064           src/pgptext.[ch]      ** REMOVED **
2065                 remove pgptext.[ch] as its not used any more
2066
2067 2003-04-22 [paul]       0.8.11claws106
2068
2069         * sync with 0.8.11cvs31
2070                 see ChangeLog 2003-04-21 and 2003-04-22
2071
2072 2003-04-21 [alfons]     0.8.11claws105
2073
2074         * src/main.c
2075                 No access to GTK structures if we're a spawned child
2076                 (and clean up code a little bit...) Should fix #126.
2077
2078 2003-04-21 [melvin]     0.8.11claws104
2079
2080         * src/plugins/dillo_viewer/README
2081                 Improved slightly the text.
2082
2083 2003-04-21 [melvin]     0.8.11claws103
2084
2085         * src/plugins/dillo_viewer/README *** NEW ***
2086                 Added a README file for the Dillo plugin
2087
2088 2003-04-20 [paul]
2089
2090         * tools/README
2091           tools/outlook2sylpheed.pl
2092                 updated and improved by Ricardo Mones Lastra
2093
2094 2003-04-18 [oliver]     0.8.11claws102
2095
2096         * src/inc.c 
2097         * src/prefs_account.h
2098                 remove Pop3SessionType (used by selective download)
2099         * src/prefs_toolbar.c
2100                 enable set Default Toolbar button
2101
2102 2003-04-18 [paul]       0.8.11claws101
2103
2104         * sync with 0.8.11cvs29
2105                 see ChangeLog 2003-04-18
2106
2107 2003-04-17 [paul]       0.8.11claws100
2108
2109         * src/prefs_common.[ch]
2110           src/summaryview.c
2111                 remove 'Open next message on deletion' option,
2112                 as the same effect can now be achieved via the
2113                 'Always open messages in summary when selected'
2114                 option.
2115
2116 2003-04-17 [paul]       0.8.11claws99
2117
2118         * sync with 0.8.11cvs28
2119                 see ChangeLog 2003-04-17
2120
2121 2003-04-17 [christoph]  0.8.11claws98
2122
2123         * ac/spamassassin.m4
2124         * src/plugins/spamassassin/libspamc.[ch]
2125         * src/plugins/spamassassin/utils.[ch]
2126                 sync libspamc with SpamAssassin project
2127
2128 2003-04-17 [christoph]  0.8.11claws97
2129
2130         * src/common/socket.h
2131         * src/gtk/sslcertwindow.h
2132                 rename old USE_SSL to USE_OPENSSL
2133
2134 2003-04-17 [paul]       0.8.11claws96
2135
2136         * src/prefs_common.h
2137                 use gulong for P_COLOR so that it compiles/runs on
2138                 64-bit systems. Patch submitted by James Noyes
2139                 <jnoyes-claws@retrogeeks.com>
2140                 
2141         * po/de.po
2142                 updated by Jens
2143
2144 2003-04-17 [paul]       0.8.11claws95
2145
2146         * sync with 0.8.11cvs27
2147                 see ChangeLog 2003-04-16
2148
2149 2003-04-15 [paul]       0.8.11claws94
2150
2151         * src/prefs_common.[ch]
2152                 rearrange to stop the window getting too long:
2153                         move Receive dialog stuff to Receive tab
2154                         move Send dialog to Send tab
2155                         remove Dialogs frame
2156                 rename 'Open messages in summary with cursor keys' to
2157                 'Always open messages in summary when selected', as its
2158                 more appropriate
2159
2160 2003-04-15 [paul]       0.8.11claws93
2161
2162         * src/prefs_common.[ch]
2163           src/summaryview.c
2164                 add new option '/Interface/Open next message on deletion'
2165
2166 2003-04-15 [paul]       0.8.11claws92
2167
2168         * src/summaryview.[ch]
2169                 add /Mark/Lock and /Mark/Unlock to the pop-up
2170                 menu. Patch submitted by Ivan Francolin Martinez
2171                 <ivanfm@users.sourceforge.net>
2172
2173 2003-04-15 [paul]       0.8.11claws91
2174
2175         * sync with 0.8.11cvs24
2176                 see ChangeLog 2003-04-15
2177
2178 2003-04-14 [jens]       0.8.11claws90
2179
2180         * updated German translation and some corrections from
2181                 Roland Bless <bless@tm.uka.de>
2182
2183 2003-04-14 [paul]       0.8.11claws89
2184
2185         * sync with 0.8.11cvs22
2186                 see ChangeLog 2003-04-14
2187
2188 2003-04-13 [paul]       0.8.11claws88
2189
2190         * src/plugins/clamav/clamav_plugin.c
2191                 fix memory leaks
2192                 clean up
2193
2194 2003-04-12 [paul]       0.8.11claws87
2195
2196         * src/plugins/clamav/clamav_plugin.c
2197                 activate enable/disable archive scanning option
2198                 
2199         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2200
2201 2003-04-12 [paul]       0.8.11claws86
2202
2203         * src/plugins/Makefile.am
2204           src/plugins/clamav/Makefile.am                ** NEW FILE **
2205           src/plugins/clamav/README                     ** NEW FILE ** 
2206           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2207           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2208                 add Clam AntiVirus plugin
2209
2210 2003-04-12 [paul]       0.8.11claws85
2211
2212         * sync with 0.8.11cvs21
2213                 see ChangeLog 2003-04-11
2214
2215 2003-04-11 [paul]       0.8.11claws84
2216
2217         * po/es.po
2218                 update Spanish translation. Submitted by Ricardo
2219                 Mones Lastra.
2220
2221 2003-04-10 [christoph]  0.8.11claws83
2222
2223         * src/mbox.c
2224                 fix typo that did not move unfiltered mails to destination
2225                 folder
2226
2227         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2228          when filtering from spool)
2229
2230 2003-04-10 [christoph]  0.8.11claws82
2231
2232         * src/imap.c
2233                 use BODY.PEEK instead of BODY in in message fetch operation
2234                 to make sure the IMAP server does not set the \Seen flag for
2235                 messages. Sylpheed does that later itself, when the message
2236                 is opened in sylpheed
2237
2238         (closes Bug 111 Claws destroys unread marks)
2239
2240 2003-04-09 [oliver]     0.8.11claws81
2241         
2242         * src/folder.c
2243                 fix crash in folder_destroy
2244         * README.claws
2245                 remove selective download
2246
2247 2003-04-09 [christoph]  0.8.11claws80
2248
2249         * src/imap.c
2250                 fix crash in imap_get_msginfo() when then fetched message
2251                 is not found
2252
2253         (closes Bug 110 Crash during mail composition)
2254
2255 2003-04-08 [christoph]  0.8.11claws79
2256
2257         * src/folder.c
2258         * src/prefs_account.c
2259                 Filter new messages that are found in an INBOX folder
2260                 when 'Filter messages on receiving' is enabled in the
2261                 Folder's AccountPrefs. This allows to use Sylpheed's
2262                 filtering engine for IMAP folders where messages are
2263                 added to the INBOX by a MTA
2264
2265 2003-04-08 [paul]       0.8.11claws78
2266
2267         * src/procmsg.h
2268                 clean up after last commit
2269
2270 2003-04-08 [paul]       0.8.11claws77
2271
2272         * sync with 0.8.11cvs20
2273                 see ChangeLog 2003-04-07 and 2003-04-08
2274
2275 2003-04-07 [christoph]  0.8.11claws76
2276
2277         * src/filtering.[ch]
2278         * src/inc.[ch]
2279         * src/mbox.c
2280         * src/procmsg.[ch]
2281                 add procmsg_msginfo_filter() to execute filtering actions
2282
2283 2003-04-06 [christoph]  0.8.11claws75
2284
2285         * src/imap.c
2286                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2287
2288 2003-04-06 [christoph]  0.8.11claws74
2289
2290         * src/common/utils.[ch]
2291                 add g_int_compare() function for slist sorting
2292
2293         * src/imap.c
2294                 fetch all MsgInfos with one command in imap_get_msginfos()
2295                 using an imap set with a list of ranges
2296
2297         * src/news.c
2298                 use new g_int_compare() function
2299
2300 2003-04-06 [thorsten]   0.8.11claws73
2301
2302         * src/mh.c
2303                 corrected implementation of mh_folder_destroy()
2304
2305 2003-04-05 [christoph]  0.8.11claws72
2306
2307         * src/account.c
2308         * src/folder.[ch]
2309         * src/folderview.c
2310         * src/imap.c
2311         * src/inc.c
2312         * src/main.c
2313         * src/mainwindow.c
2314         * src/mbox_folder.c
2315         * src/mh.c
2316         * src/mimeview.h
2317         * src/msgcache.[ch]
2318         * src/news.c
2319         * src/procmime.h
2320         * src/procmsg.[ch]
2321         * src/setup.c
2322         * src/gtk/gtkutils.c
2323                 o rename structure field names class and new to klass and
2324                   new_msgs, to allow including files in C++
2325                 o add 'extern "C"' block to some header files
2326                 o add MsgInfoList and MsgNumberList as alias for GSList for
2327                   developers to know what type of list is expected
2328
2329         * src/plugins/image_viewer/plugin.c
2330         * src/plugins/image_viewer/viewer.[ch]
2331         * src/plugins/image_viewer/viewerprefs.[ch]
2332                 rename function names to prevent conflicts
2333
2334 2003-04-05 [paul]       0.8.11claws71
2335
2336         * sync with 0.8.11cvs18
2337                 see ChangeLog 2003-04-03 and 2003-04-04
2338
2339 2003-04-02 [christoph]  0.8.11claws70
2340
2341         * src/folder.[ch]
2342         * src/imap.[ch]
2343         * src/mbox_folder.[ch]
2344         * src/mh.[ch]
2345         * src/news.[ch]
2346                 o Make all virtual folder functions private
2347                 o remove unused folder code
2348
2349         * src/common/socket.[ch]
2350         * src/summaryview.c
2351                 fix warnings
2352
2353 2003-03-30 [alfons]     0.8.11claws69
2354
2355         * src/send_message.c
2356                 remove two debug traces and see if people still report
2357                 errors
2358
2359 2003-03-30 [alfons]     0.8.11claws68
2360
2361         * src/send_message.c
2362         * src/commons/session.c
2363                 add more debug traces
2364
2365 2003-03-30 [christoph]  0.8.11claws67
2366
2367         * src/folder.c
2368                 change processing folder name from .processing to processing
2369
2370         * src/common/ssl.c
2371                 disable SSL certificate check because it causes Xlib error
2372                 when the child process want's to open an GTK window
2373
2374 2003-03-30 [christoph]  0.8.11claws66
2375
2376         * src/folder.c
2377                 don't use default folder for processing folder item because
2378                 it can be a non local folder
2379
2380         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2381
2382 2003-03-30 [alfons]     0.8.11claws65
2383
2384         * src/send_message.c
2385                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2386                 to generate bad code for 'send_send_data_progressive': When
2387                 called from 'send_send_data_finished', the 'data' pointer is
2388                 cleared just before the assignment to the dialog pointer
2389
2390 2003-03-29 [christoph]  0.8.11claws64
2391
2392         * src/common/prefs.h
2393         * src/plugins/image_viewer/Makefile.am
2394         * src/plugins/image_viewer/plugin.c
2395         * src/plugins/image_viewer/viewer.[ch]
2396         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2397                 add PrefsPage for ImageViewer
2398
2399 2003-03-28 [thorsten]   0.8.11claws63
2400
2401         * src/common/session.c
2402                 added some comments
2403
2404 2003-03-28 [paul]       0.8.11claws62
2405
2406         * sync with 0.8.11cvs16
2407                 see ChangeLog 2003-03-28
2408
2409 2003-03-28 [paul]       0.8.11claws61
2410
2411         * sync with 0.8.11cvs15
2412                 see ChangeLog 2003-03-28
2413
2414 2003-03-27 [christoph]  0.8.11claws60
2415
2416         * src/folder.c
2417         * src/imap.c
2418         * src/common/socket.[ch]
2419                 set socket state to DISCONNECTED when any operation
2420                 fails to allow reconnecting in IMAP code without
2421                 checking the return code of all calls to the command
2422                 functions
2423
2424         * src/folderview.c
2425         * src/summaryview.c
2426                 remove some more stuff that depends on specific
2427                 folder types
2428
2429 2003-03-27 [paul]       0.8.11claws59
2430
2431         * sync with 0.8.11cvs14
2432                 see ChangeLog 2003-03-27
2433                 
2434         * src/selective_download.[ch]   ** REMOVED **
2435                 really removed
2436
2437 2003-03-27 [christoph]  0.8.11claws58
2438
2439         * src/folder.c
2440                 fix handling of tmp_flags in flag copy function
2441
2442 2003-03-27 [paul]       0.8.11claws57
2443
2444         * sync with 0.8.11cvs13
2445                 see ChangeLog 2003-03-27
2446
2447 2003-03-27 [oliver]     0.8.11claws56
2448
2449         * src/maiwindow.c
2450                 remove sel_download_cb
2451
2452 2003-03-27 [oliver]     0.8.11claws55
2453         
2454         * src/inc.c
2455                 remove POP3_TOP
2456         
2457 2003-03-26 [oliver]     0.8.11claws54
2458
2459         *src/pop.h
2460                 remove POP3_TOP*
2461         * README.claws
2462                 remove selective donwload readme
2463
2464 2003-03-26 [oliver]     0.8.11claws53
2465         * src/matcher.[ch]
2466         * src/matcher_parser_parse.y 
2467         * src/pop.c 
2468         * src/prefs_account.[ch]
2469         * src/prefs_filtering.c
2470                 remove selective donwload
2471
2472 2003-03-26 [oliver]     0.8.11claws52
2473
2474         * src/inc.[ch] 
2475         * src/filtering.c 
2476         * src/mainwindow.c 
2477                 remove selective donwload
2478
2479 2003-03-26 [oliver]     0.8.11claws51
2480         
2481         * src/Makefile.am
2482         * src/selective_download.[ch]   ** REMOVE **    
2483
2484 2003-03-26 [christoph]  0.8.11claws50
2485
2486         * src/news.c
2487                 fix NEWS that got broken by a sync with sylpheed-main
2488
2489 2003-03-26 [christoph]  0.8.11claws49
2490
2491         * src/mimeview.c
2492                 fix mime type guessing when no mime type is found for a file
2493
2494 2003-03-25 [christoph]  0.8.11claws48
2495
2496         * src/mimeview.c
2497         * src/procmime.c
2498                 remove mime type guessing from mime parser and use
2499                 name based mime types in viewer lookup for mime type
2500                 application/octet-stream
2501
2502 2003-03-25 [christoph]  0.8.11claws47
2503
2504         * doc-src/readme.txt
2505         * doc-src/rfc2554.txt
2506                 add RFC about SMTP AUTH
2507
2508         * src/send_message.c
2509         * src/common/smtp.[ch]
2510                 add extra error code for authentication errors and
2511                 clear temporary password when this error occurs
2512
2513         (closes Bug 84 authentication failure while sending should
2514          prompt for password again)
2515
2516 2003-03-25 [christoph]  0.8.11claws46
2517
2518         * configure.ac
2519         * src/Makefile.am
2520         * src/imageview.[ch]                            ** REMOVE **
2521         * src/messageview.[ch]
2522         * src/mimeview.[ch]
2523         * src/prefs_common.[ch]
2524         * src/textview.c
2525         * src/plugins/Makefile.am
2526         * src/plugins/image_viewer/.cvsignore           ** NEW **
2527         * src/plugins/image_viewer/Makefile.am          ** NEW **
2528         * src/plugins/image_viewer/plugin.c             ** NEW **
2529         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2530                 move image viewer into a plugin (building is enabled by default)
2531                 [ToDo: Prefs for resize and autoview]
2532
2533 2003-03-25 [paul]       0.8.11claws45
2534
2535         * sync with 0.8.11cvs12
2536                 see ChangeLog 2003-03-26
2537
2538 2003-03-25 [paul]       0.8.11claws44
2539
2540         * sync with 0.8.11cvs11
2541                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2542                 
2543         Note: Selective Download is broken.
2544                 
2545 2003-03-22 [christoph]  0.8.11claws43
2546
2547         * src/folder.c
2548                 code cleanup for flags copying
2549
2550 2003-03-22 [christoph]  0.8.11claws42
2551
2552         * src/plugins/trayicon/trayicon.c
2553                 fix setting the transparent area when the window size
2554                 is forced by the system tray
2555
2556 2003-03-22 [christoph]  0.8.11claws41
2557
2558         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2559         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2560         * src/plugins/trayicon/newmail.xpm              ** NEW **
2561         * src/plugins/trayicon/nomail.xpm               ** NEW **
2562         * src/plugins/trayicon/trayicon.c
2563         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2564                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2565                 o add icon for unread mails
2566                 o set transparency for window
2567
2568 2003-03-22 [christoph]  0.8.11claws40
2569
2570         * src/news.c
2571                 init news session to prevent crash when session is closed
2572
2573 2003-03-22 [christoph]  0.8.11claws39
2574
2575         * src/imap.c
2576         * src/common/session.[ch]
2577                 Init session data to make sure we don't have invalid pointers
2578                 for read_ch and write_ch when new multi process sessions are
2579                 not used
2580
2581         * src/main.c
2582         * src/common/plugin.c
2583         * src/common/sylpheed.c
2584         * src/plugins/demo/demo.c
2585         * src/plugins/dillo_viewer/dillo_viewer.c
2586         * src/plugins/mathml_viewer/mathml_viewer.c
2587         * src/plugins/spamassassin/spamassassin.c
2588         * src/plugins/spamassassin/spamassassin_gtk.c
2589                 add plugin types to allow loading plugins at different times
2590                 (and maybe for different frontends), because it's not good to
2591                 load GTK-Plugins gefore gtk_init was called
2592
2593         * configure.ac
2594         * src/plugins/Makefile.am
2595         * src/plugins/trayicon/.cvsignore               ** NEW **
2596         * src/plugins/trayicon/Makefile.am              ** NEW **
2597         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2598         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2599         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2600         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2601         * src/plugins/trayicon/trayicon.c               ** NEW **
2602                 New Trayicon plugin that shows an icon in a systray that uses
2603                 XEMBED protocol like Gnome's systray. Icon shows if there
2604                 are new mails and a tooltip shows information about new,
2605                 unread and total messages.
2606
2607 2003-03-22 [paul]       0.8.11claws38
2608
2609         * src/common/smtp.c
2610                 fix ESMTP AUTH CRAM-MD5
2611                 [sync with main (still version 0.8.11cvs6), see
2612                  ChangeLog 2003-03-22]
2613
2614 2003-03-21 [colin]      0.8.11claws37
2615
2616         * src/send_message.c
2617                 Fix USE_SSL => USE_OPENSSL
2618
2619 2003-03-21 [colin]      0.8.11claws36
2620
2621         * src/folderview.c
2622                 Fix counts in drag and dropped subfolders
2623
2624 2003-03-21 [colin]      0.8.11claws35
2625
2626         * src/folder.c 
2627         * src/folderview.c
2628                 speed up a bit folder dnd
2629
2630 2003-03-20 [alfons]     0.8.11claws34
2631
2632         * src/main.c
2633         * src/toolbar.c
2634         * src/procmsg.c
2635                 don't send locked queue messages
2636                 (feature request "[ 705245 ] Locking message in outbox 
2637                  should prevent sending")
2638
2639 2003-03-20 [christoph]  0.8.11claws33
2640
2641         * src/folder.c
2642                 remove NEW and UNREAD flag in special folders when scanning
2643                 
2644         * src/common/smtp.c
2645                 fix ESMTP AUTH CRAM-MD5
2646
2647 2003-03-20 [paul]       0.8.11claws32
2648
2649         * src/prefs_account.c
2650                 Re-write 'Tunnel command to open connection' as
2651                 'Use command to communicate with server', and disable
2652                 it for all except IMAP accounts
2653
2654 2003-03-20 [paul]       0.8.11claws31
2655
2656         * sync with 0.8.11cvs6
2657                 see ChangeLog 2003-03-20
2658
2659 2003-03-19 [match]      0.8.11claws30
2660
2661         * src/addritem.[ch]
2662                 include documentation. minor refactoring.
2663         * src/addr_compl.[ch]
2664         * src/addrindex.[ch]
2665         * src/addresbook.[ch]
2666         * src/summaryview.c
2667                 re-enable address lookup (was disabled in
2668                 0.8.11claws20).
2669
2670 2003-03-19 [christoph]  0.8.11claws29
2671
2672         * src/procmsg.c
2673                 add temp flag handling, will make moving and copying
2674                 messages possible again
2675
2676         * src/folder.c
2677                 correct calulation of folder stats
2678
2679 2003-03-18 [match]      0.8.11claws28
2680
2681         * src/editgroup.h
2682                 remove case sensitive comparison (closes bug 80).
2683
2684 2003-03-18 [christoph]  0.8.11claws27
2685
2686         * src/imap.c
2687                 fix imap using a tunnel command
2688
2689         (closes bug 87)
2690
2691 2003-03-18 [christoph]  0.8.11claws26
2692
2693         * src/folder.[ch]
2694         * src/imap.c
2695         * src/procmsg.[ch]
2696                 rewrite flag handling for folders
2697
2698 2003-03-18 [christoph]  0.8.11claws25
2699
2700         * src/folder.c
2701         * src/procmsg.c
2702         * src/summaryview.c
2703                 unset NEW and UNREAD flags when message is ignored, to make
2704                 sure messages don't show up as unread on other IMAP clients,
2705                 because the IGNORE_THREAD flag can not be syncronized through
2706                 the IMAP folder
2707
2708 2003-03-17 [christoph]  0.8.11claws24
2709
2710         * src/imap.c
2711                 don't use recursion to fetch uids when the number of messages
2712                 does not match. Moved code into subfunction that is used
2713                 again when needed, to prevent an endless loop.
2714
2715 2003-03-17 [thorsten]   0.8.11claws23
2716
2717         * src/imageview.[ch]
2718                 export imageview_get_resized_size() (for plugins)
2719         * src/prefs_common.[ch]
2720                 added prefs_common_get() (for plugins)
2721
2722 2003-03-17 [christoph]  0.8.11claws22
2723
2724         * src/imap.c
2725                 o remove UID guessing from copy code
2726                 o support UIDPLUS extension for APPEND command
2727
2728 2003-03-17 [paul]       0.8.11claws21
2729
2730         * src/gtk/about.c
2731                 remove 'Compiled-plugins' section.
2732                 
2733         * src/plugins/dillo_viewer/dillo_viewer.c
2734                 slight change to description text
2735
2736 2003-03-16 [match]      0.8.11claws20
2737         * src/ldapserver.[ch]           ** NEW **
2738         * src/ldapctrl.[ch]             ** NEW **
2739         * src/ldapquery.[ch]            ** NEW **
2740         * src/ldaputil.[ch]             ** NEW **
2741         * src/addrcindex.[ch]           ** NEW **
2742         * src/addrquery.h               ** NEW **
2743         * src/addritem.[ch]
2744         * src/addrcache.[ch]
2745         * src/addrindex.[ch]
2746         * src/addr_compl.[ch]
2747         * src/addressbook.[ch]
2748         * src/addrbook.[ch]
2749         * src/editgroup.c
2750         * src/editaddress.c
2751         * src/editldap.c
2752         * src/editldap_basedn.c
2753         * src/vcard.c
2754         * src/jpilot.c
2755         * src/Makefile.am
2756                 included dynamic LDAP queries. improved address
2757                 completion.
2758
2759 2003-03-16 [paul]       0.8.11claws19
2760
2761         * tools/multiwebsearch.pl
2762                 fix a fatal typo
2763
2764 2003-03-16 [christoph]  0.8.11claws18
2765
2766         * src/mimeview.c
2767         * src/plugins/dillo_viewer/dillo_viewer.c
2768         * src/plugins/mathml_viewer/mathml_viewer.c
2769                 make unregistering of MimeViewerFactorys possible
2770
2771 2003-03-16 [alfons]     0.8.11claws17
2772
2773         * configure.ac
2774                 correct typo
2775
2776 2003-03-16 [melvin]     0.8.11claws16
2777
2778         * src/plugins/dillo_viewer.c
2779                 Fixed bug where it was not possible to view more than
2780                 one text/html attachment per message (bug discovered
2781                 by Christoph Hohmann).
2782
2783 2003-03-15 [melvin]     0.8.11claws15
2784
2785         * src/prefs_actions.c
2786                 Fixed compilation warnings.
2787
2788 2003-03-15 [melvin]     0.8.11claws14
2789
2790         * src/plugins/Makefile.am
2791         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2792         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2793         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2794                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2795                 newer (http://dillo.auriga.wearlab.de/).
2796
2797 2003-03-15 [christoph]  0.8.11claws13
2798
2799         * src/imap.c
2800                 don't query imap folder for attributes because we already
2801                 for them from imap_status
2802
2803         * src/mimeview.[ch]
2804                 add support for plugable MimeViewers (unloading Viewers
2805                 not yet complete)
2806
2807         * src/plugins/Makefile.am
2808         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2809         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2810         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2811                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2812                 widget from http://helm.cs.unibo.it/mml-widget/
2813
2814 2003-03-14 [christoph]  0.8.11claws12
2815
2816         * src/folder.[ch]
2817                 o error return code's should better be negative
2818                 o replace printf with debug_print
2819
2820         * src/imap.c
2821                 improve IMAP folder scan by checking UID-NEXT
2822
2823         * src/summaryview.c
2824                 remove check that are unnecessary in my opinion
2825
2826 2003-03-13 [christoph]  0.8.11claws11
2827
2828         * src/folder.[ch]
2829         * src/foldersel.c
2830         * src/folderview.c
2831         * src/imap.c
2832         * src/mbox_folder.c
2833         * src/mh.c
2834         * src/news.c
2835         * src/prefs_scoring.c
2836         * src/summaryview.c
2837                 use a common function to get a displayable name
2838                 for a FolderItem
2839
2840 2003-03-13 [paul]       0.8.11claws10
2841
2842         * tools/Makefile.am
2843           tools/README
2844           tools/multiwebsearch.conf     ** NEW FILE **
2845           tools/multiwebsearch.pl       ** NEW FILE **
2846                 add multiwebsearch Actions script
2847
2848 2003-03-13 [colin]      0.8.11claws9
2849
2850         * src/compose.c
2851                 Remove leading emtpy lines from quoted text
2852                 before quoting it
2853
2854 2003-03-13 [melvin]     0.8.11claws8
2855
2856         * src/prefs_actions.c
2857                 Fixed a memory leak
2858                 Code clean ups
2859                 Added Cancel and OK buttons
2860                 Corrected help text
2861
2862 2003-03-13 [christoph]  0.8.11claws7
2863
2864         * src/account.c
2865         * src/folder.[ch]
2866         * src/imap.c
2867         * src/mainwindow.c
2868         * src/mbox_folder.c
2869         * src/mh.c
2870         * src/news.c
2871         * src/setup.c
2872                 replace more folder type stuff with folder class stuff
2873
2874 2003-03-13 [melvin]     0.8.11claws6
2875
2876         * src/prefs_actions.c
2877                 Added new tokens:
2878                 %u: user provided argument
2879                 %h: user provided argument (hidden on input)
2880                 %s: current text selection in the message view 
2881
2882 2003-03-13 [paul]       0.8.11claws5
2883
2884         * sync with 0.8.11cvs5
2885                 see ChangeLog 2003-03-11, 2003-03-12
2886
2887 2003-03-12 [christoph]  0.8.11claws4
2888
2889         * src/folder.c
2890                 use folder class idstr when writing folderlist.xml
2891
2892         * src/folder.h
2893         * src/imap.c
2894         * src/news.c
2895                 replace folder type checks with folder class checks
2896
2897 2003-03-12 [christoph]  0.8.11claws3
2898
2899         * src/folder.[ch]
2900         * src/imap.[ch]
2901         * src/main.c
2902         * src/mbox_folder.[ch]
2903         * src/mh.[ch]
2904         * src/news.[ch]
2905                 o create a list of known folder classes in the folder system
2906                 o use folder class id strings for folder item identifiers
2907
2908 2003-03-12 [christoph]  0.8.11claws2
2909
2910         * src/imap.c
2911                 fix imap uid validity check
2912
2913 2003-03-12 [christoph]  0.8.11claws1
2914
2915         * src/account.c
2916         * src/folder.[ch]
2917         * src/foldersel.c
2918         * src/folderview.c
2919         * src/imap.c
2920         * src/mainwindow.c
2921         * src/mbox_folder.c
2922         * src/mh.c
2923         * src/news.c
2924         * src/prefs_scoring.c
2925         * src/procmsg.c
2926         * src/setup.c
2927         * src/summaryview.c
2928                 initial restructuring of folder system, seperating
2929                 folders and folder classes
2930
2931 2003-03-12 [paul]       0.8.11claws
2932
2933         0.8.11claws release
2934
2935 2003-03-12 [christoph]
2936
2937         * src/gtk/prefswindow.c
2938                 fix translation of "Page Index"
2939
2940 2003-03-12 [paul]       0.8.10claws110
2941
2942         a sync from 0.8.11cvs4 before the release
2943
2944         * src/common/utils.c
2945                 subject_compare_for_sort(): allow null strings (fixes
2946                 summary sorting).
2947
2948 2003-03-11 [paul]       0.8.10claws109
2949
2950         * po/es.po
2951                 update Spanish translation, submitted by
2952                 Ricardo Mones Lastra
2953
2954 2003-03-11 [melvin]     0.8.10claws108
2955
2956         * po/fr.po
2957                 Updated French translations
2958
2959 2003-03-11 [paul]       0.8.10claws107
2960
2961         * manual/en/Makefile.am
2962           manual/en/*.html
2963                 update English manual, add a new page
2964                 updated by Francois Barriere <fbarriere@atmel.fr>
2965                 
2966         * po/bg.po
2967           po/it.po
2968           po/sr.po
2969                 update Bulgarian, Italian, and Serbian translations
2970                 submitted by George Danchev, Alessandro Maestri, and
2971                 Urke MMI
2972
2973 2003-03-10 [paul]       0.8.10claws106
2974
2975         * src/gtk/about.c
2976           src/gtk/prefswindow.c
2977                 make some strings translatable
2978
2979 2003-03-10 [darko]      0.8.10claws105
2980
2981         * src/compose.c
2982                 code cleanup to make Hiro happy
2983
2984 2003-03-10 [paul]       0.8.10claws104
2985
2986         * sync with 0.8.11cvs2
2987                 see ChangeLog 2003-03-10
2988
2989 2003-03-09 [melvin]     0.8.10claws103
2990
2991         * src/textview.c
2992                 textview_set_font(): fix for message display in
2993                 UTF-8 locales (thanks to Sergey Vlasov).
2994                 (was unintentionnaly reverted in 0.8.6claws6)   
2995
2996 2003-03-08 [darko]      0.8.10claws102
2997
2998         * src/compose.c
2999                 fix infinite loop in wrapping as reported
3000                 by happycactus
3001                 obsoletes patch #696482
3002
3003 2003-03-08 [christoph]  0.8.10claws101
3004
3005         * src/imap.c
3006                 add workaround for IMAP servers that do not
3007                 support the "UID SEARCH UID" command
3008
3009 2003-03-07 [christoph]  0.8.10claws100
3010
3011         * src/plugins/spamassassin/spamassassin.[ch]
3012         * src/plugins/spamassassin/spamassassin_gtk.c
3013                 code cleanup
3014
3015 2003-03-07 [paul]       0.8.10claws99
3016
3017         * po/es.po
3018                 updated Spanish translation, submitted by
3019                 Ricardo Mones Lastra
3020
3021 2003-03-07 [christoph]  0.8.10claws98
3022
3023         * src/send.c
3024                 fix in 0.8.10claws94 was wrong
3025                 local delivery does not require escaping, remove escaping
3026                 code to make signatures of mails with "." lines valid
3027                 
3028                 NOTE: requires that sendmail is executed with "-i" option,
3029                       what is the default now, but has to be changed in all
3030                       exsiting accounts)
3031
3032 2003-03-07 [paul]       0.8.10claws97
3033
3034         * sync with 0.8.11 release
3035                 see ChangeLog 2003-03-07
3036
3037 2003-03-06 [paul]       0.8.10claws96
3038
3039         * src/compose.c
3040                 revert commit 0.8.10claws92
3041
3042 2003-03-06 [paul]       0.8.10claws95
3043
3044         * src/folderview.c
3045                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3046
3047         * src/gtkaspell.c
3048                 fix bug 74, 'Crash opening editor window with pseudo-color
3049                 display'
3050                 
3051         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3052
3053 2003-03-06 [christoph]  0.8.10claws94
3054
3055         * src/send.c
3056                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3057                 all lines starting with a period get an extra period
3058                 inserted
3059                 (found by Simon 'corecode' Schubert)
3060
3061 2003-03-06 [paul]       0.8.10claws93
3062
3063         * src/folderview.c
3064                 if configured font can't be loaded fall back to gtk
3065                 default. (with thanks to Christoph)
3066                 
3067                 closes long-standing bug 15 'Crashes on startup'
3068
3069 2003-03-06 [paul]       0.8.10claws92
3070
3071         * src/compose.c
3072                 freeze text before autosave and thaw afterwards
3073                 fixes bug 67 'autosave make re-rediting message crazy'
3074
3075 2003-03-06 [christoph]  0.8.10claws91
3076
3077         * src/compose.c
3078                 ignore address comment in dupe check for Cc-list
3079
3080         (closes reopened bug 47 Replying to message strips name part of
3081          e-mail addresses of Cc: lines)
3082
3083 2003-03-06 [paul]       0.8.10claws90
3084
3085         * src/Makefile.am
3086                 remove reference to gtkxtext.h as its no longer in
3087                 the repository
3088
3089 2003-03-06 [paul]       0.8.10claws89
3090
3091         * sync with 0.8.10cvs25
3092                 see ChangeLog 2003-03-06
3093
3094 2003-03-06 [oliver]     0.8.10claws88
3095         
3096         * src/messageview.c
3097                 remove include
3098
3099 2003-03-06 [oliver]     0.8.10claws87
3100         
3101         * src/folderview.c 
3102                 remove changes introduced inclaws74
3103         * src/messageview.c
3104                 another attempt to sanely delete and update
3105                 messages deleted in separate messageview
3106
3107 2003-03-05 [christoph]  0.8.10claws86
3108
3109         * src/summaryview.c
3110                 check if "From" matches any account's address if
3111                 addressbook completion of addresses is disabled too
3112
3113         (closes Bug 70 "Display recipient in from" doesn't check
3114          folder's default account)
3115
3116 2003-03-05 [christoph]  0.8.10claws85
3117
3118         * src/compose.c
3119         * src/common/utils.[ch]
3120                 don't strip address comments when building Cc lists
3121
3122         (closes Bug 47 Replying to message strips name part of e-mail addresses
3123          of Cc: lines)
3124
3125         * src/folder.c
3126                 fix return value of copy function
3127
3128 2003-03-05 [christoph]  0.8.10claws84
3129
3130         * src/imap.c
3131                 don't ask imap server for non rfc822 headers
3132
3133         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3134
3135         * src/imap.c
3136                 destroy session on socket error to allow reconnecting
3137
3138 2003-03-05 [christoph]  0.8.10claws83
3139
3140         * configure.ac
3141                 fix building with gnome when no prefix is set
3142
3143         (closes bug 66 Gnome directory is set to NONE)
3144
3145 2003-03-05 [paul]       0.8.10claws82
3146
3147         * sync with 0.8.10cvs23
3148                 see ChangeLog 2003-03-05
3149
3150 2003-03-04 [christoph]  0.8.10claws81
3151
3152         * src/folder.c
3153                 o fix moving and copying when folder returns 0 for new
3154                   message number
3155                 o remove some code for single message copy and move
3156                   operations and use functions for multiple messages
3157
3158         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3159
3160         * src/news.c
3161                 remove unused include
3162
3163 2003-03-04 [paul]       0.8.10claws80
3164
3165         * src/gtk/about.c
3166                 list 'Compiled plugins'
3167
3168 2003-03-03 [christoph]  0.8.10claws79
3169
3170         * src/news.[ch]
3171                 have to multiply the percentage of the current fetch with
3172                 the percentage that it has of the total fetch operation
3173                 for correct values
3174
3175 2003-03-03 [christoph]  0.8.10claws78
3176
3177         * src/news.c
3178                 fix calculation of expected lines for progress indicator
3179
3180 2003-03-03 [christoph]  0.8.10claws77
3181
3182         * src/summaryview.c
3183         * src/common/utils.c
3184                 fix segfault when opening the root news folder
3185
3186 2003-03-03 [christoph]  0.8.10claws76
3187
3188         * src/mainwindow.[ch]
3189         * src/common/Makefile.am
3190         * src/common/progressindicator.[ch]
3191                 add UI independent progress indicator handling
3192
3193         * src/news.[ch]
3194                 use new progress indicator for message info fetching
3195
3196         * src/common/hooks.h
3197                 code cleanup
3198
3199 2003-03-03 [oliver]     0.8.10claws75
3200
3201         * src/toolbar.c
3202         * src/compose.c
3203                 removed commented code
3204
3205 2003-03-03 [oliver]     0.8.10claws74
3206
3207         * src/toolbar.[ch]
3208                 cleanups and refactoring
3209         * src/compose.[ch]
3210                 compose_reply_mode reply & forwarding interface for
3211                 toolbar buttons
3212         * src/folderview.c
3213                 act on messages marked for deletion in folderview_selected
3214                 based on prefs_common.immediate_exec since a message might 
3215                 have been deleted by messageview in a folder we are changing 
3216                 to (does anybody understand what I'm on about ?)
3217
3218 2003-03-03 [oliver]     0.8.10claws73
3219         
3220         * src/messageview.[ch]
3221                 new functions
3222                 - messageview_delete: delete message shown in messagview
3223                 - messageview_update_view: update messageview to currently 
3224                   selected summaryview message
3225                 - add separate messageview to msgview_list in order to update 
3226                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3227         * src/summaryview.[ch]
3228                 summary_get_selection returns a list of selected msgs
3229                 in summaryview
3230         * src/mainwindow.c
3231                 toolbar reply refactoring
3232
3233 2003-03-03 [paul]       0.8.10claws72
3234
3235         * sync with 0.8.10cvs21
3236                 see ChangeLog 2003-03-03
3237
3238 2003-03-02 [christoph]  0.8.10claws71
3239
3240         * src/common/passcrypt.c
3241                 use POSIX includes
3242
3243 2003-03-02 [christoph]  0.8.10claws70
3244
3245         * configure.ac
3246         * src/prefs_account.c
3247         * src/prefs_gtk.[ch]
3248         * src/common/.cvsignore
3249         * src/common/Makefile.am
3250         * src/common/passcrypt.c                ** NEW **
3251         * src/common/passcrypt.h.in             ** NEW **
3252                 Implement password encryption in config files
3253                 using unix encrypt and setkey functions. The crypt
3254                 key can be set as a configure parameter. Old
3255                 passwords will be converted if they do not begin
3256                 with '!'
3257
3258 2003-03-02 [paul]       0.8.10claws69
3259
3260         * src/prefs_account.c
3261                 fix compile error
3262
3263 2003-03-01 [thorsten]   0.8.10claws68
3264
3265         * po/el.po
3266           po/hr.po
3267           po/it.po
3268           po/nl.po
3269           po/sr.po
3270           po/sv.po
3271                 corrected format strings
3272         * po/en_GB.po
3273                 corrected headers
3274                 (fix compile errors with GNU gettext-0.11.5)
3275
3276 2003-03-01 [oliver]     0.8.10claws67
3277
3278         * src/summaryview.c
3279                 menu callbacks call toolbar_menu_reply
3280
3281 2003-03-01 [oliver]     0.8.10claws66
3282
3283         * src/mainwindow.c
3284         * src/messageview.c
3285                 menu callbacks call toolbar_menu_reply
3286         * src/toolbar.[ch]
3287                 callbacks from menu handled by toolbar_menu_reply
3288
3289 2003-03-01 [paul]       0.8.10claws65
3290
3291         * src/addressbook.c
3292                 revert commit 0.8.10claws54 - breaks editing of
3293                 addressbook.
3294                 
3295         * po/bg.po
3296                 update Bulgarian translation, submitted by
3297                 George Danchev
3298
3299 2003-02-28 [christoph]  0.8.10claws64
3300
3301         * src/account.c
3302         * src/addressadd.c
3303         * src/compose.c
3304         * src/gtkaspell.c
3305         * src/gtkxtext.h                ** REMOVE **
3306         * src/imap.c
3307         * src/matcher.[ch]
3308         * src/mh.c
3309         * src/news.c
3310         * src/pine.c
3311         * src/prefs_common.c
3312         * src/prefs_matcher.c
3313         * src/procheader.[ch]
3314         * src/procmsg.[ch]
3315         * src/toolbar.c
3316         * src/common/ssl_certificate.c
3317         * src/gtk/colorlabel.c
3318         * src/gtk/menu.c
3319                 o fix warnings
3320                 o remove code obsoleted by new cache and folder system rework
3321
3322 2003-02-28 [oliver]     0.8.10claws63
3323         
3324         * src/toolbar.[ch]
3325                 * fix bug where reply in Messageview replied to 
3326                 Message displayed in summaryview
3327                 (reportedd via ML by chinatinte at gmx dot ch)
3328                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3329                 didn't work in separate MessageView Toolbar
3330                 (wondering if anybody uses this at all ?)
3331         * src/summaryview.[ch]
3332                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3333                 (generalize reply and forward code);
3334         * src/messageview.c 
3335                 remove focus_in event which updated summaryview to messageview
3336
3337 2003-02-28 [paul]       0.8.10claws62
3338
3339         * po/Makefile.in.in
3340                 add the --check option
3341                 Patch submitted by Ricardo Mones Lastra
3342
3343 2003-02-28 [paul]       0.8.10claws61
3344
3345         * src/prefs_account.c
3346                 re-order 'Signature' items
3347
3348 2003-02-28 [paul]       0.8.10claws60
3349
3350         * sync with 0.8.10cvs20
3351                 see ChangeLog 2003-02-28
3352
3353 2003-02-28 [paul]       0.8.10claws59
3354
3355         * po/POTFILES.in
3356                 update to reflect recent movement of files
3357
3358 2003-02-28 [paul]       0.8.10claws58
3359
3360         * sync with 0.8.10cvs19
3361                 see ChangeLog 2003-02-28
3362
3363 2003-02-27 [martin]     0.8.10claws57
3364
3365         * src/prefs_matcher.c 
3366                 fix segfault in prefs_matcher_ok() when the
3367                 last entry is deleted and prevents that the
3368                 message "entry not saved" comes up after deleting
3369                 an entry
3370
3371 2003-02-27 [martin]     0.8.10claws56
3372
3373         * src/prefs_filtering.c 
3374                 fix segfault in prefs_filtering_ok() when the
3375                 last entry is deleted and prevents that the
3376                 message "entry not saved" comes up after deleting
3377                 an entry
3378
3379 2003-02-27 [paul]       0.8.10claws55
3380
3381         * sync with 0.8.10cvs18
3382                 see ChangeLog 2003-02-27
3383
3384 2003-02-27 [paul]       0.8.10claws54
3385
3386         * src/addressbook.c
3387                 fix bug where the address book crashes with 
3388                 multiple lookups.
3389                 Patch [687729] submitted by David Frager 
3390                 <dbfrager@users.sourceforge.net>
3391
3392 2003-02-25 [christoph]  0.8.10claws53
3393
3394         * src/Makefile.am
3395         * src/colorlabel.[ch]           ** REMOVE **
3396         * src/gtk/Makefile.am
3397         * src/gtk/colorlabel.[ch]       ** NEW **
3398                 move colorlabel files to gtk directory
3399
3400         * src/esmtp.[ch]                ** REMOVE **
3401                 has been merged into smtp.[ch] in 0.7.5
3402
3403 2003-02-25 [christoph]  0.8.10claws52
3404
3405         * src/Makefile.am
3406         * src/about.[ch]                ** REMOVE **
3407         * src/gtk/Makefile.am
3408         * src/gtk/about.[ch]            ** NEW **
3409                 move about files to gtk directory
3410
3411 2003-02-25 [christoph]  0.8.10claws51
3412
3413         * src/folder.c
3414                 some code optimization of folder scanning code
3415
3416         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3417
3418 2003-02-25 [christoph]  0.8.10claws50
3419
3420         * src/main.c
3421         * src/common/sylpheed.c
3422                 add command line parameter parsing to common code
3423
3424 2003-02-24 [christoph]
3425
3426         * Makefile.am
3427         * configure.ac
3428                 fix gnome prefix problems, the configure script now removed
3429                 `gnome-config --prefix` from `gnome-config --datadir`
3430                 and adds $(prefix} instead
3431
3432         (closes Bug 24 Makefile does not respect prefix when installing
3433          GNOME data)
3434
3435 2003-02-24 [christoph]  0.8.10claws49
3436
3437         * src/news.c
3438                 check for valid session before trying to authenticate
3439
3440         (closes Bug 60 crash if "authenticate on logon" is activated
3441          and newsserver-hostname is not valid)
3442
3443 2003-02-24 [melvin]     0.8.10claws48
3444
3445         * src/prefs_actions.c
3446                 Make sure all user's input is sent to the action and then
3447                 close the socket..
3448
3449 2003-02-23 [alfons]     0.8.10claws46
3450
3451         * src/summaryview.c
3452                 also wait cursor when deleting files
3453
3454 2003-02-23 [paul]
3455
3456         * tools/freshmeat_search.pl
3457           tools/google_search.pl
3458                 scripts should now work for any browser/browser command line
3459
3460 2003-02-22 [christoph]  0.8.10claws45
3461
3462         * src/procmsg.c
3463                 fix IMAP flag setting, IMAP flag is not handled correctly
3464                 anymore by the folder system and information about the
3465                 folder should not be saved in the MsgInfo (in my opinion)
3466
3467         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3468
3469 2003-02-22 [christoph]  0.8.10claws44
3470
3471         * src/summaryview.c
3472                 fix spelling of "label" ;-)
3473
3474 2003-02-22 [thorsten]   0.8.10claws43
3475
3476         * src/mimeview.c
3477           src/prefs_common.[ch]
3478           src/procmime.[ch]
3479                 do not use description as attachment name
3480
3481 2003-02-22 [alfons]     0.8.10claws42
3482
3483         * src/summaryview.c
3484                 freeze/thaw folder item updates when changing color labels,
3485                 and put a wait cursors on
3486
3487 2003-02-22 [thorsten]   0.8.10claws41
3488
3489         * src/mimeview.c
3490                 save-all fixes: crash if invoked on multipart container,
3491                 mimeinfo access, pathseparators, error dialog
3492
3493 2003-02-21 [alfons]     0.8.10claws40
3494
3495         * src/prefs_gtk.c
3496                 remove unused var
3497
3498 2003-02-21 [colin]      0.8.10claws39
3499
3500         * src/send.c
3501                 Fix smtp logging
3502
3503 2003-02-21 [colin]      0.8.10claws38
3504
3505         * src/summaryview.c
3506                 Freeze/thaw folderItem updates when filtering messages 
3507                 via Tools/Filter messages
3508
3509 2003-02-21 [paul]       0.8.10claws37
3510
3511         * src/compose.c
3512                 revert commit 0.8.10claws26, there are ulterior motives
3513                 for users to set a Reply-To header when posting to
3514                 newsgroups
3515
3516 2003-02-21 [paul]       0.8.10claws36
3517
3518         * sync with 0.8.10cvs17
3519                 see ChangeLog 2003-02-21
3520
3521 2003-02-20 [christoph]  0.8.10claws35
3522
3523         * src/imap.c
3524                 IMAP UID fetch speedup using SEARCH
3525
3526         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3527
3528         * src/imap.c
3529                 fix problem with UIDs in IMAP UID cache that no longer existed
3530
3531 2003-02-20 [christoph]  0.8.10claws34
3532
3533         * src/imap.c
3534         * src/procheader.c
3535         * src/procheader.h
3536                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3537
3538         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3539
3540         * src/imap.c
3541                 Rewrite imap_cmd_gen_recv use sock_getline instead
3542                 of sock_gets to avoid problems with too long reply
3543                 lines
3544     
3545 2003-02-20 [colin]      0.8.10claws33
3546         
3547         * src/prefs_account.c
3548                 Better wording
3549
3550 2003-02-20 [colin]      0.8.10claws32
3551
3552         * src/compose.c
3553                 Remove useless '&& !to_sender' 
3554
3555 2003-02-20 [darko]
3556
3557         * AUTHORS
3558                 change my e-mail address
3559
3560 2003-02-19 [colin]      0.8.10claws31
3561
3562         * src/prefs_common.c
3563                 X11 style colors for every configurable color
3564
3565 2003-02-19 [alfons]     0.8.10claws30
3566
3567         * src/prefs_gtk.[ch]
3568         * src/prefs_common.c
3569                 for color_new accept both plain integers and X11 style color
3570                 names (as found in /usr/lib/X11/rgb.txt)
3571
3572 2003-02-19 [paul]       0.8.10claws29
3573
3574         * src/mainwindow.c
3575                 add tooltips to online/offline button and account selector
3576                 button
3577
3578 2003-02-19 [paul]       0.8.10claws28
3579
3580         * src/folder.c
3581           src/news.c
3582           src/prefs_account.[ch]
3583           src/prefs_common.[ch]
3584                 move 'Maximum number of articles to download' to
3585                 account prefs.
3586                 clean up account prefs gui a little by hiding entries
3587                 rather then greying out entries
3588
3589 2003-02-19 [hiro]       0.8.10claws27
3590
3591         * src/common/utils.c
3592                 fix bug #54 'yesterdays date is displayed in the message 
3593                 summary window'
3594
3595 2003-02-19 [paul]       0.8.10claws26
3596
3597         * src/compose.c
3598                 fix bug reported in Feature Request [688596] 
3599                 'Reply-to header in news'
3600
3601 2003-02-18 [paul]       0.8.10claws25
3602
3603         * src/select-keys.c
3604                 add a 'List all keys' button to key selection dialog
3605
3606 2003-02-18 [colin]      0.8.10claws24
3607         
3608         * src/stock_pixmap.c
3609                 fix compile error
3610
3611 2003-02-18 [colin]      0.8.10claws23
3612
3613         * src/common/smtp.[ch]
3614           src/prefs_account.c
3615                 Try to starttls if it seems to be the only
3616                 way to authenticate a user
3617
3618 2003-02-18 [paul]       0.8.10claws22
3619
3620         * src/Makefile.am
3621           src/folderview.c
3622           src/stock_pixmap.[ch]
3623           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3624           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3625                 as a Drafts folder is a special folder allow it to have
3626                 its own unique icons
3627
3628 2003-02-18 [colin]      0.8.10claws21
3629
3630         * src/imap.c
3631                 Fix port selection when using starttls
3632
3633 2003-02-18 [paul]       0.8.10claws20
3634
3635         * src/mainwindow.c
3636           src/prefs_common.[ch]
3637                 make blue the default new mail colour
3638
3639 2003-02-18 [paul]       0.8.10claws19
3640
3641         * sync with 0.8.10cvs14
3642                 see ChangeLog 2003-02-18
3643
3644 2003-02-17 [jens]       0.8.10claws18
3645
3646         * src/common/md5.c
3647                 fixed a compile problem with gcc 3.3
3648                 works on 2.95.3 too (testet on PPC as it is big endian)
3649
3650 2003-02-17 [paul]       0.8.10claws17
3651
3652         * sync with 0.8.10cvs13
3653                 see ChangeLog 2003-02-17
3654
3655 2003-02-17 [paul]       0.8.10claws16
3656
3657         * sync with 0.8.10cvs12
3658                 see ChangeLog 2003-02-17
3659
3660 2003-02-16 [match]      0.8.10claws15
3661
3662         * src/addressbook.c
3663                 Eliminates reloading of address data when items
3664                 deleted or added. Applied submitted by
3665                 Luke Plant <lukeplant@softhome.net>
3666
3667 2003-02-16 [paul]       0.8.10claws14
3668
3669         * src/news.c
3670                 when a 'protocol error' is encountered disconnect from
3671                 the server. This means that the user can carry on viewing
3672                 other articles and doesn't have to either wait until the
3673                 server timesout or quit sylpheed.
3674                 Fixes bug #53 'Unable to read messages in newsgroups, 
3675                 displayed message doesn't change'
3676
3677 2003-02-15 [christoph]  0.8.10claws13
3678
3679         * src/imap.c
3680                 fix bug that stopped scanning of folders when an
3681                 IMAP folder was empty
3682
3683         (closes bug 46 stop scan messages in folders after empty folder)
3684
3685 2003-02-15 [paul]
3686
3687         * tools/Makefile.am
3688           tools/README
3689           tools/freshmeat_search.pl     ** NEW FILE **
3690           tools/google_search.pl        ** NEW FILE **
3691                 Add 2 Actions scripts which search freshmeat/google
3692                 for the selected text using the browser configured
3693                 in sylpheedrc.
3694                 
3695         Note: These scripts are very dependent on the format of the
3696         browser command and may not work on every occasion. Testing
3697         is welcome. 
3698
3699 2003-02-14 [alfons]     0.8.10claws12
3700
3701         * src/compose.c
3702                 fix breakage because of uninitialized account pointer.
3703                 please verify.
3704
3705 2003-02-14 [paul]       0.8.10claws11
3706
3707         * src/compose.c
3708           src/prefs_account.[ch]
3709           src/prefs_common.[ch]
3710                 move signature settings to Account Prefs
3711
3712 2003-02-14 [paul]       0.8.10claws10
3713
3714         * sync with 0.8.10cvs11
3715                 see ChangeLog 2003-02-14
3716
3717 2003-02-13 [thorsten]   0.8.10claws9
3718
3719         * src/news.c
3720                 revert news progressbar (GUI separation)
3721
3722 2003-02-13 [paul]       0.8.10claws8
3723
3724         * src/compose.c
3725                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3726                 paragraph 1
3727
3728 2003-02-13 [paul]       0.8.10claws7
3729
3730         * src/compose.[ch]
3731           src/summaryview.c
3732                 fix 'Follow-up and Reply-to' so that it creates a reply to
3733                 the newsgroup and the sender. If the message has the keyword
3734                 'poster' in the Followup-To header, all replies go to the
3735                 sender, re: RFC 1036, Section 2.2.3
3736                 rename all instances of 'ignore_replyto' to 'to_sender', both
3737                 were previously used, now we use just one.
3738
3739 2003-02-13 [paul]       0.8.10claws6
3740