98486f265c9fbc3924f27d25d11599df7e475cb7
[claws.git] / ChangeLog.claws
1 2003-12-07 [thorsten]   0.9.7claws29
2
3         * src/filtering.c
4                 debug_print some warning if destfolder missing
5         * src/prefs_filtering.c
6                 uninitialized filter list when deleting a folder
7
8 2003-12-06 [paul]       0.9.7claws28
9
10         * src/procheader.c
11                 add Alfons' patch to trim line feeds
12
13 2003-12-06 [paul]       0.9.7claws27
14
15         * partial sync with 0.9.7cvs8
16                 leaving claws' online/offline more or less intact
17                 see ChangeLog 2003-12-04 and 2003-12-06
18
19 2003-12-05 [christoph]  0.9.7claws26
20
21         * src/messageview.c
22         * src/privacy.[ch]
23                 revert pirvacy API changes
24
25 2003-12-05 [alfons]     0.9.7claws25
26
27         * src/matcher.[ch]
28                 clean up my old cruft
29
30 2003-12-05 [alfons]     0.9.7claws24
31
32         * src/matcher.c
33                 fix comparison buglet ;-) and make `test` matcher
34                 work again
35
36 2003-12-05 [alfons]     0.9.7claws23
37
38         * src/prefs_folder_item.c
39                 K&R 2nd Ed., page 241 (function parameter identifiers
40                 starting with an underscore are kind of insulting)
41
42 2003-12-05 [hoa]        0.9.7claws22
43
44         * src/main.c
45         * src/mainwindow.[ch]
46         * src/mainwindow.h
47                 add destructor for mainwindow so that the last 
48                 MimeInfo opened in messageview is destroyed when
49                 exiting sylpheed.
50
51 2003-12-05 [hoa]        0.9.7claws21
52
53         * src/filtering.[ch]
54         * src/matcher.[ch]
55         * src/matcher_parser_lex.l
56         * src/matcher_parser_parse.y
57         * src/prefs_actions.c
58         * src/prefs_filtering.c
59         * src/common/utils.[ch]
60                 quote arguments before giving them to command line.
61                 fixed quote of string in matcher/processing/filtering rules.
62
63         * src/messageview.c
64         * src/privacy.[ch]
65                 allows decryption to return a new whole 
66                 MIME message structure.
67
68 2003-12-04 [hoa]        0.9.7claws20
69
70         * src/filtering.[ch]
71         * src/folder.c
72         * src/mainwindow.c
73         * src/matcher.c
74         * src/matcher_parser_parse.y
75         * src/folderview.c
76                 global rules to run before folder specific rules.
77                 global rules to run after folder specific rules.
78                 
79         * src/messageview.c
80                 fixed quick addition of rules.
81         
82         * src/prefs_filtering.[ch]
83         * src/summaryview.c
84                 we can now customize the title for the dialog.
85                 updated case where we rename of delete folders.
86
87         * src/addressbook.c
88                 got back the function addressbook_browse_entry_cb()
89                 that is needed in case we compiled with LDAP support.
90
91 2003-12-04 [paul]       0.9.7claws19
92
93         * sync with 0.9.7cvs6
94                 see ChangeLog 2003-12-04
95                 fixes bug 171 'Wrong message decoing: koi8-r and 
96                 iso8859-5 looks same. Can't read many emails.'
97
98 2003-12-04 [paul]       0.9.7claws18
99
100         * po/POTFILES.in
101                 remove 'src/prefs_scoring.c'
102
103 2003-12-03 [hoa]        0.9.7claws17
104
105         * src/Makefile.am
106                 compilation of scoring.[ch] and prefs_scoring.[ch]
107                 is removed.
108         
109         * src/filtering.[ch]
110         * src/folder.c
111         * src/folder_item_prefs.[ch]
112         * src/folderview.c
113         * src/main.c
114         * src/mainwindow.c
115         * src/matcher.[ch]
116         * src/matcher_parser.h
117         * src/matcher_parser_parse.y
118         * src/prefs_filtering.[ch]
119         * src/prefs_filtering_action.c
120         * src/prefs_folder_item.c
121         * src/prefs_scoring.[ch]              * REMOVED FILES *
122         * src/procmsg.[ch]
123         * src/scoring.[ch]                    * REMOVED FILES *
124         * src/summaryview.c
125                 merged scoring and filtering.
126                 
127                 Note : compatibility is kept by parsing score like 
128                   add_score. To get the behaviour of older scoring 
129                   system, you have to define some equivalent rule :
130                   "score_lower -9999 hide"
131                   "score_greater 9999 mark"
132                   
133                   To define global rules, you have to define them 
134                   in the new global processing rules.
135                   The variable that kept the list filtering rules 
136                   was "global_processing" and has been renamed into 
137                   "filtering_rules".
138                   "global_processing" variable is now the name 
139                   of the variable that keeps the list of global 
140                   processing rules.
141                   In the configuration file, "[global]" section is 
142                   now for the global processing rules (which includes
143                   score things and new global processing rules).
144                   New "[filtering]" section is for the filtering rules.
145                   
146                   Before running with this version, during testing 
147                   phase, ** MAKE A BACKUP ** of your matcherrc file.
148                   Then, you have to make the following changes :
149                   - leave all scoring rules in "[global]" section.
150                   - move all other rules of "[global]" section to
151                       a new section named "[filtering]".
152
153 2003-12-03 [christoph]  0.9.7claws16
154
155         * src/procmime.c
156                 use default Content-Type as specified in RFC2045 if
157                 Content-Type header is syntactically incorrect
158
159 2003-12-03 [christoph]  0.9.7claws15
160
161         * src/addressbook.c
162         * src/addrindex.h
163         * src/addritem.c
164         * src/expldifdlg.h
165         * src/exportldif.c
166         * src/filtering.c
167         * src/folder.c
168         * src/folderview.c
169         * src/jpilot.c
170         * src/localfolder.c
171         * src/matcher.h
172         * src/matcher_parser_lex.l
173         * src/matcher_parser_parse.y
174         * src/news.c
175         * src/prefs_filtering_action.c
176         * src/prefs_folder_item.c
177         * src/prefs_fonts.c
178         * src/procmsg.c
179         * src/sgpgme.c
180                 clean up warnings
181
182         * src/procmime.c
183                 revert 0.9.7claws14 change
184
185 2003-12-03 [alfons]     0.9.7claws14
186
187         * src/procmime.c
188                 catch invalid Content-Type with no subtype
189
190 2003-12-03 [alfons]     0.9.7claws13
191
192         * src/alertpanel.h
193         * src/setup.c
194         * src/plugins/image_viewer/plugin.c
195                 compile again, we need stddef.h for size_t
196
197 2003-12-03 [paul]       0.9.7claws12
198
199         * src/account.c
200                 don't allow cloning of accounts with remote folders,
201                 patch submitted by Ricardo Mones Lastra
202
203 2003-12-03 [christoph]  0.9.7claws11
204
205         * src/folder.[ch]
206         * src/imap.c
207         * src/localfolder.[ch]
208         * src/mh.c
209         * src/news.c
210         * src/common/xml.[ch]
211                 add set_xml() and get_xml() virtual functions to FolderClass to
212                 save extra information for Folders (for example the rootpath
213                 only used by LocalFolder). The folderlist write function no
214                 longer needs to know the folder type to save this extra
215                 information.
216
217 2003-12-02 [christoph]  0.9.7claws10
218
219         * src/Makefile.am
220         * src/account.c
221         * src/folder.[ch]
222         * src/folderview.h
223         * src/imap.c
224         * src/localfolder.[ch]          ** NEW **
225         * src/mainwindow.c
226         * src/mh.[ch]
227         * src/news.[ch]
228         * src/prefs_account.[ch]
229         * src/prefs_filtering.h
230         * src/procmsg.h
231         * src/remotefolder.[ch]         ** NEW **
232         * src/common/xml.[ch]
233                 add item_set_xml() and item_get_xml() virtual functions to
234                 FolderClass to give folders the ability to add extra information
235                 to the saved FolderItem data. If NULL the default function for
236                 FolderItem will be used.
237
238 2003-11-29 [christoph]  0.9.7claws9
239
240         * src/procheader.c
241                 fix bug in unfolding
242
243 2003-11-29 [luke]       0.9.7claws8
244
245         * src/textview.c
246                 fix compilation for non c99 compilers
247
248 2003-11-29 [christoph]  0.9.7claws7
249
250         * src/procmime.[ch]
251         * src/mimeview.c
252                 o unknown disposition types should be handled as
253                   attachment (RFC2183)
254                 o missing headers should not default to inline
255                   (would make "Save All" useless when disposition header
256                    is not set by the sending mailer)
257                 o remove old MimeInfo data and cleanup
258
259 2003-11-29 [luke]       0.9.7claws6
260
261         * src/procmime.[ch]
262                 re-added parsing of Content-Disposition header
263                         - removes the old  'gchar* content_disposition'
264                         - adds a new field 'DispositionType disposition'
265                         - adds parameters to MimeInfo::parameters
266
267         * src/mimeview.c
268                 use the "filename" parameter for saving, and the new
269                 MimeInfo::disposition for save all.
270
271         * src/compose.c
272         * src/toolbar.[ch]
273                 add a 'check spelling' button as a possibility for 
274                 the compose toolbar
275
276         * src/stockpixmap.[ch]
277         * src/pixmaps/check_spelling.xpm        ** NEW **
278         * src/Makefile.am
279                 add a pixmap for use with 'check spelling' button or
280                 a user defined action
281
282         * src/textview.c
283                 re-apply fixed (I hope) patch for bug 57
284                 "Hidden URL in HTML Mails"
285
286 2003-11-28 [christoph]  0.9.7claws5
287
288         * src/procmime.c
289                 o be more liberal in what we accept as Content-Type parameters
290                 o ignore comments after parameters
291
292         * src/sgpgme.c
293                 o only free passphrase when an error occurs
294
295 2003-11-28 [paul]       0.9.7claws4
296
297         * src/account.c
298                 add 'Clone Account' function. patch submitted by
299                 Ricardo Mones Lastra
300
301 2003-11-27 [thorsten]   0.9.7claws3
302
303         * src/mimeview.c
304                 fix crash if 'save_all' failed twice
305
306 2003-11-27 [paul]       0.9.7claws2
307
308         * po/POTFILES.in
309                 fix a typo
310
311         * po/zh_CN.po
312                 update Simplified Chinese translation. submitted by
313                 Hansom Young
314
315 2003-11-27 [paul]       0.9.7claws1
316
317         * po/POTFILES.in
318                 clean up
319
320 2003-11-26 [paul]       0.9.7claws
321
322         * 0.9.7claws released
323
324 2003-11-26 [paul]       0.9.6claws99
325
326         * src/Makefile.am
327                 add reference to pixmaps/mime_message.xpm
328
329 2003-11-26 [paul]       0.9.6claws98
330
331         * po/POTFILES.in
332                 remove reference to src/sigstatus.c
333
334 2003-11-26 [christoph]  0.9.6claws97
335
336         * src/Makefile.am
337         * src/prefs_common.c
338         * src/rfc2015.c
339         * src/sigstatus.[ch]            ** REMOVE **
340                 remove signature result popup option and window
341
342 2003-11-26 [paul]       0.9.6claws96
343
344         * po/es.po
345           po/ja.po
346           po/pl.po
347           po/sk.po
348           po/sr.po
349                 update translations. submitted by Ricardo Mones Lastra,
350                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
351
352 2003-11-25 [christoph]  0.9.6claws95
353
354         * src/procmime.c
355                 display mime structure only in debug mode
356
357 2003-11-25 [melvin]     0.9.6claws94
358
359         * po/fr.po
360                 Updated French translations + typos fixes of older
361                 translations (thanks to Fabien Vantard for pointing
362                 to some of them)
363
364 2003-11-25 [melvin]     0.9.6claws93
365
366         * src/editldap.c
367                 Fixed a couple of typos.
368
369 2003-11-24 [paul]       0.9.6claws92
370
371         * po/POTFILES.in
372                 add 'src/textview.c'
373
374 2003-11-24 [paul]       0.9.6claws91
375
376         * src/sgpgme.c
377                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
378
379 2003-11-24 [paul]       0.9.6claws90
380
381         * src/plugins/image_viewer/viewer.c
382                 image_viewer_show_mimepart(): 
383                 use procmime_mimeinfo_get_parameter() to get the file name
384
385 2003-11-24 [paul]       0.9.6claws89
386
387         * src/textview.c
388                 textview_show_mime_part(): rewrite text hint
389
390 2003-11-22 [paul]       0.9.6claws88
391
392         * sync with 0.9.7cvs5
393                 see ChangeLog 2003-11-21
394
395 2003-11-21 [paul]       0.9.6claws87
396
397         * src/mimeview.c
398                 define shortcut key 'o' for 'Open with...'
399
400 2003-11-21 [alfons]     0.9.6claws86
401
402         * src/messageview.c
403                 fix bug #383 'Deleting message from "separate message view" 
404                 uses local Trash folder'
405
406 2003-11-21 [christoph]  0.9.6claws85
407
408         * src/mimeview.c
409                 fix content-type guessing by name parameter when finding
410                 the correct viewer
411
412 2003-11-21 [alfons]     0.9.6claws84
413
414         * src/main.c
415                 no mail incorporation allowed with --offline param.
416                 fixes bug #374, "--offline ignored"
417
418 2003-11-20 [christoph]  0.9.6claws83
419
420         * src/mimeinfo.c
421                 use signed MimeInfo when checking the signature and not
422                 the selected one
423
424 2003-11-19 [alfons]     0.9.6claws82
425
426         * src/mainwindow.c
427                 fix crash when toggling separate views, patch submitted
428                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
429                 fixes bug #342, "separate views  cause crash"
430
431 2003-11-19 [paul]       0.9.6claws81
432
433         * src/compose.c
434                 compose_redirect_write_headers_from_headerlist(): 
435                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
436                 
437         * src/main.c
438                 code cleanup (inherited from 0.9.7cvs4)
439                 
440         * tools/tb2sylpheed
441                 bugfix: added missing attribute-list start. submitted by
442                 Urke MMI
443
444 2003-11-19 [luke]       0.9.6claws80
445
446         * src/textview.c
447                 revert my last commit until I get time to fix it
448
449 2003-11-18 [christoph]  0.9.6claws79
450
451         * src/mimeview.[ch]
452                 check parent MimeInfos for signatures and display the
453                 result of the parent when found
454
455         * src/pgpmime.c
456                 o avoid NULL pointer warnings
457                 o use procmime_mimeinfo_get_parameter()
458
459         * src/sgpgme.c
460                 small text changes
461
462 2003-11-17 [luke]       0.9.6claws78
463
464         * src/textview.c
465                 add check for disguised URLs, fixing bug 57
466                 "Hidden URL in HTML Mails"
467
468 2003-11-16 [christoph]  0.9.6claws77
469
470         * src/procmime.c
471                 fix crash when parsing invalid Content-Type header
472
473 2003-11-16 [christoph]  0.9.6claws76
474
475         * src/pgpmime.c
476         * src/privacy.c
477         * src/procmime.c
478         * src/sgpgme.[ch]
479                 implement message decrypting
480
481         * src/rfc2015.c
482                 remove old code
483
484 2003-11-14 [luke]       0.9.6claws75
485
486         * src/mimeview.c
487                 fix a couple of problems that treated application/* and
488                 application/octet-stream the wrong way around
489                 (since 0.9.6claws10), causing "Open" to do nothing.
490
491 2003-11-14 [christoph]  0.9.6claws74
492
493         * src/messageview.c
494         * src/pgpmime.c
495         * src/privacy.[ch]
496                 prepare for message part decrypting
497
498         * src/sgpgme.c
499                 add output for expired signatures
500
501         * src/rfc2015.c
502                 remove some old code
503
504 2003-11-10 [christoph]  0.9.6claws73
505
506         * src/mimeview.c
507                 add "Full info" button for bad and warn signature status
508
509         * src/sgpgme.c
510                 generate full signature info like gpg's output
511                 (gpg -v --with-fingerprint --verify)
512
513 2003-11-10 [christoph]  0.9.6claws72
514
515         * src/mimeview.c
516         * src/pgpmime.c
517         * src/privacy.[ch]
518         * src/sgpgme.[ch]
519         * src/textview.[ch]
520                 o add code to view full signature info
521                 o do automatic signature checks
522
523 2003-11-10 [alfons]     0.9.6claws71
524
525         * src/summaryview.c
526                 don't crash when gtkut_font_load() returns invalid font (has
527                 something to do with locale settings)
528                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
529
530 2003-11-09 [alfons]     0.9.6claws70
531
532         * src/procmime.c
533                 plug leak
534
535 2003-11-08 [luke]       0.9.6claws69
536
537         * src/summaryview.c
538                 fix some typos
539
540         * src/compose.c
541                 rewrite compose_attach_parts(), fixing various bugs mainly
542                 to do with re-editing.
543
544         * src/mimeview.c
545                 "save all" now only saves attachments with names/filenames
546
547 2003-11-04 [match]      0.9.6claws68
548
549         * src/ldapctrl.[ch]
550                 fix broken LDAP support.
551
552         * src/ldapquery.c
553                 remove printf's.
554
555 2003-11-04 [luke]       0.9.6claws67
556
557         * src/mimeview.c
558                 o  fixed bug 4 "focus lost on messages with attachments"
559                 o  fixed 'Save all' attachments for new mime changes
560                 o  right clicking on icons consistent with right clicking on
561                    mime tree
562                   - fixes a bug where wrong part is saved when you
563                     choose 'Save as' from popup menu
564                   - fixes bug 308 "No way to "save all" attachments"
565                 o  fixed a compiler warning.
566
567         * src/textview.c
568                 o  removed flickering in mime tree when using "n" and "p"
569                    shortcuts
570                 o  fixed bug where selecting the textview and pressing e.g.
571                    'y' causes sylpheed to respond twice.
572
573         * src/summaryview.c
574                 removed hard coding of * and ! shortcuts (which only served
575                 to cause problems if you tried to redefine the shortcuts)
576
577 2003-11-04 [luke]       0.9.6claws66
578
579         * src/plugins/image_viewer/viewer.c
580         * src/plugins/image_viewer/viewerprefs.c
581         * src/plugins/image_viewer/viewerprefs.glade
582                 o  allow toggling of image scaling by clicking on image
583                 o  respond to image's container widget resize
584
585         * src/procmime.c
586                 o  fix bad parsing of message when re-editing/viewing a
587                    message saved to the drafts folder
588
589 2003-11-02 [match]      0.9.6claws65
590
591         * src/browseldap.h
592                 fix if not building LDAP support.
593         * src/addrindex.c
594         * src/ldapquery.[ch]
595         * src/editldap.h
596                 include support for contains query. feature req 529354.
597
598 2003-11-02 [alfons]     0.9.6claws64
599
600         * src/browseldap.c
601                 fix build bustage if not compiling ldap support
602
603 2003-11-01 [match]      0.9.6claws63
604
605         * po/POTFILES.in
606         * src/Makefile.am
607         * src/addr_compl.[ch]
608         * src/addrbook.c
609         * src/addrcache.[ch]
610         * src/addrdefs.h        ** NEW **
611         * src/addressbook.c
612         * src/addressitem.h
613         * src/addrindex.[ch]
614         * src/addritem.h
615         * src/addrquery.[ch]
616         * src/ldapquery.[ch]
617         * src/ldapserver.[ch]
618                 refactor LDAP query mechanism.
619
620         * src/browseldap.[ch]   ** NEW **
621         * src/ldaplocate.[ch]   ** NEW **
622                 add feature to browse LDAP entry that was retrieved using
623                 an explicit LDAP search.
624
625 2003-11-01 [alfons]     0.9.6claws62
626
627         * src/prefs_gtk.c
628                 prefs_write_param(): fail when we see an invalid type; all the
629                 callers seem to handle this gracefully by reverting changes
630
631 2003-10-30 [christoph]  0.9.6claws61
632
633         * configure.ac
634         * ac/openssl.m4
635         * ac/spamassassin.m4
636         * src/Makefile.am
637                 use extra variables for all libraries to make sure plugins
638                 are only linked with libraries they really need. $LIBS is always
639                 added to the linking parameters, but we only what the libraries
640                 listed in the Makefile
641
642 2003-10-29 [paul]       0.9.6claws60
643
644         * src/mimeview.c
645                 don't use Subject for unknown part name
646
647 2003-10-29 [paul]       0.9.6claws59
648
649         * src/compose.c
650                 get name of attachment(s) when re-editing, fwd'ing or
651                 redirecting
652                 
653         * src/mimeview.c
654                 get name of attachment(s) when saving
655
656 2003-10-29 [hoa]        0.9.6claws58
657
658         * src/textview.c
659                 implemented multipart/alternative in MIME message viewer.
660
661 2003-10-28 [christoph]  0.9.6claws57
662
663         * configure.ac
664                 make sure MathML-Viewer is not built with the
665                 Gtk2 version of GtkMathView
666
667 2003-10-28 [paul]       0.9.6claws56
668
669         * sync with 0.9.7cvs1
670                 see ChangeLog 2003-10-28
671
672 2003-10-27 [alfons]     0.9.6claws55
673
674         * src/matcher_parser_parse.y
675         * src/gtk/colorlabel.c
676                 allow setting color label to 0 in filtering/processing rules
677                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
678
679 2003-10-26 [alfons]     0.9.6claws54
680
681         * src/summary_search.c
682                 fix misnomer and correct selecting initial search node  
683
684 2003-10-26 [christoph]  0.9.6claws53
685
686         * src/pgpmime.c
687         * src/sgpgme.c
688                 change display of signature info to use only name of
689                 signer, otherwise the text gets too long.
690
691         * src/procmime.c
692                 don't use MimeInfo's filename to generate tmp filename
693
694 2003-10-25 [christoph]  0.9.6claws52
695
696         * src/procmime.c
697                 fix message body searching
698
699 2003-10-25 [paul]       0.9.6claws51
700
701         * src/compose.c
702                 use g_basename rather than basename
703
704 2003-10-24 [christoph]  0.9.6claws50
705
706         * src/sgpgme.c
707                 change fetching of signature key's trust
708
709 2003-10-24 [paul]       0.9.6claws49
710
711         * po/sk.po
712                 update Slovak translation
713                 submitted by Andrej Kacian
714                 
715         * src/mainwindow.c
716                 remove unknown menu entry /File/Add mailbox/mbox...
717
718 2003-10-24 [hoa]        0.9.6claws48
719
720         * src/Makefile.am
721                 removed all references to mbox folders
722
723         * src/carray.[ch]               * REMOVED *
724         * src/chash.[ch]                * REMOVED *
725         * src/maillock.[ch]             * REMOVED *
726         * src/mailmbox.[ch]             * REMOVED *
727         * src/mailmbox_folder.[ch]      * REMOVED *
728         * src/mailmbox_parse.[ch]       * REMOVED *
729         * src/mailmbox_types.[ch]       * REMOVED *
730         * src/mbox_folder.[ch]          * REMOVED *
731                 remove implementation of mbox folders
732                 and old mailbox folder.
733                 mbox folder implementation will be added
734                 as a plugin so that implementation can be entirely
735                 synchronized with the files of the project they are
736                 extracted from (libEtPan!).
737         
738         * src/mainwindow.c
739         * src/folder.c
740         * src/folderview.[ch]
741         * src/procmsg.h         
742                 Disable as much code that references mbox folders
743                 as possible.
744                 Some UI thing still need to know that folder is mbox
745                 (when we have to enter the name of the mailbox and
746                 we want to add /var/mail/$USER).
747
748 2003-10-23 [christoph]  0.9.6claws47
749
750         * src/noticeview.c
751                 don't always display button when noticeview is made visible
752
753         * src/mimeview.c
754         * src/pgpmime.c
755         * src/privacy.[ch]
756         * src/sgpgme.[ch]
757                 get signature information from crypto system
758
759 2003-10-22 [paul]       0.9.6claws46
760
761         * po/es.po
762                 updated by Ricardo Mones Lastra
763
764 2003-10-22 [paul]       0.9.6claws45
765
766         * src/Makefile.am
767                 update to reflect the changes to the icons that
768                 happened in 0.9.6claws35
769
770 2003-10-22 [alfons]     0.9.6claws44
771         
772         * src/carray.h
773                 inline carray_count() 
774
775 2003-10-21 [alfons]     0.9.6claws43
776
777         * src/carray.h
778                 glib wrappers
779         * src/carray.c
780                 disable
781         * src/mailmbox.[ch]
782         * src/mailmbox_folder.c
783         * src/mailmbox_parse.c
784         * src/mailmbox_types.[ch]
785                 %s/uint32_t/guint
786
787 2003-10-21 [luke]       0.9.6claws42
788
789         * src/stock_pixmaps.[ch]
790         * src/mimeview.c
791         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
792         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
793                 o remove mime_application_octet_stream.xpm icon (it was never
794                   really needed)
795                 o remove redundant icon messageview_text.xpm
796
797         * src/mainwindow.c
798                 fix visibility of signature noticeview when toggling 'separate
799                 message view'
800
801 2003-10-21 [christoph]  0.9.6claws41
802
803         * src/procmime.c
804                 decode multipart and rfc822 mime parts to allow further
805                 parsing when required
806
807 2003-10-21 [christoph]  0.9.6claws40
808
809         * src/procmime.[ch]
810         * src/textview.c
811                 remove obsolete charset parameter in MimeInfo and fix
812                 TextView to use the charset from the parameter hash table
813
814         * src/plugins/dillo_viewer/Makefile.am
815         * src/plugins/trayicon/Makefile.am
816                 add OPENSSL_CFLAGS to fix building with using
817                 --with-openssl-* parameters
818
819 2003-10-21 [paul]       0.9.6claws39
820
821         * src/prefs_matcher.[ch]
822                 replace remnants of the old, renamed 'Execute' matchtype
823                 add a brief description to the Info window
824
825 2003-10-21 [hoa]        0.9.6claws38
826         
827         * src/Makefile.am
828         * src/carray.[ch]               * NEW *
829         * src/chash.[ch]                * NEW *
830         * src/folder.c
831         * src/maillock.[ch]             * NEW *
832         * src/mailmbox.[ch]             * NEW *
833         * src/mailmbox_folder.[ch]      * NEW *
834         * src/mailmbox_parse.[ch]       * NEW *
835         * src/mailmbox_types.[ch]       * NEW *
836                 implementation of mbox folder with unique message numbers
837
838                 made use of libEtPan! implementation of mbox for lower-layer.
839
840 2003-10-20 [alfons]     0.9.6claws37
841
842         * src/noticeview.c
843                 fix invalid argument warning
844         * src/pgpmime.c
845                 no in place variable
846
847 2003-10-20 [paul]       0.9.6claws36
848
849         * src/compose.[ch]
850           src/filtering.c
851           src/messageview.c
852                 fix crash when using Forward in Filtering when
853                 external editor option is set
854                 
855                 Patch submitted by Simon 'corecode' Schubert
856                 <corecode@corecode.ath.cx> 
857
858 2003-10-20 [paul]       0.9.6claws35
859
860         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
861           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
862           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
863           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
864           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
865           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
866           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
867           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
868           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
869           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
870           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
871           src/mimeview.c
872           src/stock_pixmap.[ch]
873                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
874                 icons. add privacy_warn.xpm icon
875
876 2003-10-20 [hoa]  0.9.6claws34
877
878         * src/folder_item_prefs.[ch]
879         * src/prefs_folder_item.c
880         * src/main.c
881                 Added a property per folder to choose whether we 
882                 want to apply processing on it on startup or if we
883                 prefer to wait the folder selection to apply it.
884         
885         * src/messageview.c
886                 fixed C89 compatibility (for old compilers, for
887                 example gcc 2.95.x).
888
889 2003-10-17 [christoph]  0.9.6claws33
890
891         * src/mimeview.c
892         * src/noticeview.[ch]
893                 change noticeview icon to indicate signature status
894
895 2003-10-17 [christoph]  0.9.6claws32
896
897         * src/Makefile.am
898         * src/main.c
899         * src/mimeview.c
900         * src/noticeview.c
901         * src/pgpmime.[ch]                              ** NEW **
902         * src/privacy.[ch]
903         * src/rfc2015.c
904         * src/sgpgme.c                                  ** NEW **
905                 reimplement PGP/Mime signature checking (unfinished)
906
907 2003-10-15 [christoph]  0.9.6claws31
908
909         * src/procmime.[ch]
910                 fix procmime_get_text_content() and
911                 procmime_get_first_text_content()
912
913 2003-10-15 [christoph]  0.9.6claws30
914
915         * src/plugins/spamassassin/spamassassin_gtk.c
916         * src/plugins/spamassassin/spamassassin_gtk.glade
917                 fix timeout tooltip
918
919 2003-10-15 [paul]       0.9.6claws29
920
921         * src/messageview.c
922                 workaround for buggy smtp servers. on sending a
923                 return receipt strip the name part from the address
924                 when creating headers
925                 
926 2003-10-15 [paul]       0.9.6claws28
927
928         * sync with 0.9.7 release
929                 see ChangeLog 2003-10-15
930
931 2003-10-14 [christoph]  0.9.6claws27
932
933         * src/plugins/clamav/clamav_plugin.c
934                 fix clamav plugin
935
936 2003-10-14 [christoph]  0.9.6claws26
937
938         * src/compose.c
939         * src/mimeview.c
940         * src/procmime.[ch]
941         * src/rfc2015.c
942         * src/textview.c
943         * src/plugins/clamav/clamav_plugin.c
944                 use GNode to create the mime tree (some changes to functions
945                 that traverse the tree are just quick and dirty. Maybe we
946                 can find better solutions with g_node_*-functions)
947
948 2003-10-14 [luke]       0.9.6claws25
949
950         * src/mimeview.c
951                 fix a navigation bug (stupid typo of mine)
952
953 2003-10-14 [christoph]  0.9.6claws24
954
955         * src/textview.c
956                 fix missing last line in plain/text mails
957
958 2003-10-13 [luke]       0.9.6claws23
959
960         * src/summaryview.c
961                 fix bug 334 (part 1)
962
963 2003-10-13 [kov]        0.9.6claws22
964
965         * src/mimeview.c
966                 error checking when the user enters a non-directory at
967                 the file selection dialog.
968                 work-around for users entering directory location without
969                 adding a leading G_DIR_SEPARATOR.
970
971 2003-10-13 [luke]       0.9.6claws21
972
973         * src/compose.c
974                 error reporting for inserting files, including catching
975                 invalid characters for current locale/encoding
976
977 2003-10-13 [paul]       0.9.6claws20
978
979         * src/folderview.c
980                 fix bug #347 'subscribe newsgroups crashes'
981
982 2003-10-13 [paul]       0.9.6claws19
983
984         * src/compose.c
985                 when using 'Reply to all' include the 'send replies
986                 to' folder property
987                 
988         * po/ja.po
989                 update Japanese translation. submitted by Rui Hirokawa 
990                 <rui_hirokawa@ybb.ne.jp>        
991
992 2003-10-13 [hoa]        0.9.6claws18
993
994         * src/account.c
995         * src/compose.c
996         * src/messageview.c
997         * src/procheader.c
998         * src/procheader.h
999                 rename get_header_from_msginfo() into
1000                 procheader_get_header_from_msginfo() so that we have a
1001                 coherent exported naming.
1002                 avoid parsing of header contained in a string via
1003                 a newly written temporary file.
1004
1005         Patch submitted by Simon 'corecode' Schubert
1006                 <corecode@corecode.ath.cx>
1007
1008 2003-10-12 [hoa]        0.9.6claws17
1009
1010         * src/filtering.c
1011         * src/filtering.h
1012         * src/matcher.c
1013         * src/matcher.h
1014         * src/matcher_parser_parse.y
1015         * src/prefs_filtering_action.c
1016                 added "stop" action : stop applying the filtering rules.
1017                 added "set score" and "increase/decrease score" actions.
1018                 That two last action replace the "change_score" action
1019                 introduced by alfons in 0.8.8claws85.
1020                 "set score" is to set a given score to the message.
1021                 "increase/decrease score" will increase or decrease the
1022                 score if the given value is respectively positive or
1023                 negative. If someone find a some better name for this last
1024                 rule, it can be modified.
1025
1026 2003-10-12 [paul]       0.9.6claws16
1027
1028         * AUTHORS
1029           po/ja.po
1030                 update Japanese translation. submitted by Rui Hirokawa 
1031                 <rui_hirokawa@ybb.ne.jp>
1032
1033 2003-10-12 [christoph]  0.9.6claws15
1034
1035         * src/procmime.c
1036                 fix crash caused by incorrect headers
1037
1038 2003-10-10 [christoph]  0.9.6claws14
1039
1040         * src/main.c
1041         * src/privacy.[ch]
1042         * src/rfc2015.[ch]
1043                 implement detection of signed message parts for rfc2015
1044
1045 2003-10-10 [thorsten]   0.9.6claws13
1046
1047         * src/mimeview.c
1048                 fix typo
1049
1050 2003-10-10 [christoph]  0.9.6claws12
1051
1052         * src/stock_pixmap.[ch]
1053         * src/pixmaps/mime_message.xpm                  ** NEW **
1054                 add a new icon for mime type "message"
1055
1056         * src/privacy.[ch]
1057         * src/procmime.[ch]
1058                 add crypto api
1059
1060         * src/mimeview.c
1061                 o use crypto api
1062                 o add icons for message type mime parts
1063
1064 2003-10-10 [christoph]  0.9.6claws11
1065
1066         * src/mainwindow.c
1067         * src/messageview.[ch]
1068         * src/mimeview.[ch]
1069         * src/procmime.[ch]
1070         * src/procmsg.[ch]
1071         * src/rfc2015.c
1072         * src/summaryview.c
1073         * src/textview.[ch]
1074                 o remove switching between TextView and MimeView in MessageView
1075                   (if required we can hide the icon box and the MimeView will
1076                    look exaxtly like the TextView)
1077                 o temporary remove signature and decrypting GPGME code
1078
1079 2003-10-09 [christoph]  0.9.6claws10
1080
1081         * src/action.c
1082         * src/compose.c
1083         * src/messageview.c
1084         * src/mimeview.c
1085         * src/procmime.[ch]
1086         * src/procmsg.c
1087         * src/rfc2015.c
1088         * src/textview.c
1089         * src/common/utils.[ch]
1090         * src/plugins/clamav/clamav_plugin.c
1091         * src/plugins/dillo_viewer/dillo_viewer.c
1092         * src/plugins/image_viewer/viewer.c
1093         * src/plugins/mathml_viewer/mathml_viewer.c
1094                 new mime parser (several things need fixing)
1095
1096 2003-10-09 [paul]       0.9.6claws9
1097
1098         * src/imap.c
1099                 a little more sync with 0.9.6cvs2 and a tidy up
1100
1101 2003-10-08 [paul]       0.9.6claws8
1102
1103         * sync with 0.9.6cvs2
1104                 see ChangeLog 2003-10-03
1105
1106 2003-10-05 [christoph]  0.9.6claws7
1107
1108         * src/summaryview.c
1109                 don't use flags to check if a message is in a news folder
1110
1111         (closes Bug 282 clicking on folder with copied Messages from News
1112          immediately after having copied them crashes Sylpheed-Claws)
1113
1114 2003-10-05 [christoph]  0.9.6claws6
1115
1116         * src/Makefile.am
1117         * src/progressdialog.[ch]               ** REMOVE **
1118         * src/gtk/Makefile.am
1119         * src/gtk/progressdialog.[ch]           ** NEW **
1120                 move progressdialog to gtk directory
1121
1122 2003-10-04 [christoph]  0.9.6claws5
1123
1124         * src/prefs_toolbar.c
1125         * src/gtk/prefswindow.c
1126                 remove widget_show_all for pages root widget
1127
1128         * src/plugins/spamassassin/spamassassin.[ch]
1129         * src/plugins/spamassassin/spamassassin_gtk.c
1130         * src/plugins/spamassassin/spamassassin_gtk.glade
1131                 add support for new libspamc transports
1132
1133 2003-10-04 [christoph]  0.9.6claws4
1134
1135         * src/plugins/spamassassin/libspamc.[ch]
1136         * src/plugins/spamassassin/spamassassin.c
1137         * src/plugins/spamassassin/utils.[ch]
1138                 update libspamc to version from SpamAssassin 2.60
1139
1140 2003-10-03 [christoph]  0.9.6claws3
1141
1142         * src/send_message.c
1143                 fix missing format string bug found by
1144                 Georgi Guninski <guninski@guninski.com>
1145
1146 2003-10-03 [paul]       0.9.6claws2
1147
1148         * po/zh_CN.po
1149                 update Simpilified Chinese translation, submitted by
1150                 Hansom Young
1151
1152 2003-10-02 [christoph]  0.9.6claws1
1153
1154         * src/imap.c
1155                 add UIDPLUS support for COPY and EXPUNGE
1156
1157 2003-10-02 [paul]       0.9.6claws
1158
1159         * 0.9.6claws released
1160
1161 2003-10-02 [paul]
1162
1163         * po/es.po
1164           po/sk.po
1165                 update Spanish and Slovak translations
1166                 submitted by Ricardo Mones Lastra and Andrej Kacian
1167  
1168 2003-10-02 [paul]       0.9.5claws43
1169
1170         * po/en_GB.po
1171                 update British English translation
1172
1173 2003-10-02 [paul]       0.9.5claws42
1174
1175         * po/hr.po
1176                 update Croatian translation, submitted by Dragan
1177
1178 2003-10-01 [paul]       0.9.5claws41
1179
1180         * po/pl.po
1181           po/sr.po
1182                 update Polish and Serbian translations, submitted by
1183                 Emil and Urke MMI
1184
1185 2003-10-01 [melvin]     0.9.5claws40
1186
1187         * po/fr.po
1188                 Updated French translations
1189
1190 2003-10-01 [melvin]     0.9.5claws39
1191
1192         * src/prefs_fonts.c
1193                 Fixed a Gtk warning
1194
1195         * src/plugins/dillo_prefs.c     
1196                 Quasi unnoticeable UI clean-up.
1197
1198 2003-10-01 [paul]
1199
1200         * tools/README
1201           tools/maildir2sylpheed.pl
1202                 bug fixes, rewrites, submitted by Matthias Förste 
1203                 <itsjustme@users.sourceforge.net>
1204
1205 2003-09-29 [paul]       0.9.5claws38
1206
1207         * src/inc.c
1208                 fix my coding carelessness
1209
1210 2003-09-29 [paul]       0.9.5claws37
1211
1212         * po/POTFILES.in
1213           src/Makefile.am
1214           src/main.c
1215           src/prefs_common.[ch]
1216           src/prefs_fonts.[ch]  ** NEW FILES **
1217                 move Font config options to Other Prefs/Display/Fonts
1218                 (user's current configuration is preserved)
1219
1220 2003-09-29 [paul]       0.9.5claws36
1221
1222         * src/inc.c
1223           src/prefs_account.c
1224                 allow 'local_mbox' value to point to either a directory 
1225                 (/var/mail -  default, new) or a file (/var/mail/username
1226                 - original)
1227
1228 2003-09-28 [paul]       0.9.5claws35
1229
1230         * src/rfc2015.c
1231                 on signature check, where key exists, print the
1232                 Key ID
1233
1234 2003-09-27 [alfons]     0.9.5claws34
1235
1236         * src/action.c
1237                 o make progress bar not fill/expand when resizing dialog
1238                 o use default fixed text font for actions output
1239
1240 2003-09-27 [paul]       0.9.5claws33
1241
1242         * src/prefs_common.[ch]
1243           src/procmsg.c
1244           src/send_message.c
1245                 remove External Program settings from Common Prefs/Send
1246                 as they are now unnecessary due to Local account settings.
1247                 plus a little tidying-up after 0.9.5claws31
1248
1249 2003-09-27 [paul]       0.9.5claws32
1250
1251         * src/prefs_account.c
1252                 o make correction to gui text:
1253                   'Local mailbox file' -> 'Local mailbox directory'
1254                 o give 'local_mbox' option a reasonable default value:
1255                   '/var/mail'
1256                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
1257                   value
1258
1259 2003-09-26 [paul]       0.9.5claws31
1260
1261         * src/inc.c
1262           src/prefs_common.[ch]
1263                 remove 'Incorporate from spool' common pref,
1264                 force creation of a 'Local' account
1265
1266 2003-09-26 [christoph]  0.9.5claws30
1267
1268         * src/folder.c
1269         * src/msgcache.c
1270                 add more NULL pointer checks
1271
1272 2003-09-25 [christoph]  0.9.5claws29
1273
1274         * src/folder.c
1275                 o don't fetch source message to get it's message id
1276                 o immediately scan dest folder when copying a message did not
1277                   return a new message number and not do it when the first message
1278                   without a new message number is found
1279
1280 2003-09-23 [christoph]  0.9.5claws28
1281
1282         * src/compose.c
1283                 fix generating of headers
1284
1285         (patch by David Relson <relson@osagesoftware.com>)
1286
1287 2003-09-23 [paul]       0.9.5claws27
1288
1289         * po/zh_CN.po
1290                 update Simplified Chinese translation. submitted by
1291                 Hansom Young
1292
1293 2003-09-23 [paul]       0.9.5claws26
1294
1295         * tools/Makefile.am
1296           tools/README
1297           tools/vcard2xml.py    ** NEW FILE **
1298                 add a script that converts an evolution vcard to
1299                 sylpheed's xml format
1300                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
1301
1302 2003-09-22 [paul]       0.9.5claws25
1303
1304         * src/plugins/clamav/clamav_plugin.c
1305                 don't skip MULTIPART parts
1306
1307 2003-09-21 [christoph]  0.9.5claws24
1308
1309         * src/alertpanel.c
1310                 remove unneeded include
1311
1312         * src/folder.c
1313                 clean up copy/move mess with duplicated code
1314
1315         * src/imap.c
1316                 fix problem that sometimes the folder was not scanned
1317                 also it was changed
1318
1319 2003-09-21 [christoph]  0.9.5claws23
1320
1321         * src/Makefile.am
1322         * src/logwindow.[ch]                    ** REMOVE **
1323         * src/mainwindow.c
1324         * src/prefs_common.c
1325         * src/gtk/Makefile.am
1326         * src/gtk/logwindow.[ch]                ** ADD **
1327                 make logwindow prefs_common independent and move
1328                 it to gtk directory
1329
1330 2003-09-20 [christoph]  0.9.5claws22
1331
1332         * src/compose.c
1333                 add extra space for address code conversion
1334                 (4 * unconvered size could be too small for short headers)
1335
1336 2003-09-20 [christoph]  0.9.5claws21
1337
1338         * src/compose.c
1339                 increase temp buffer size when writing headers
1340
1341 2003-09-19 [darko]      0.9.5claws20
1342
1343         * src/compose.c
1344                 don't ignore value of 'Save copy of outgoing messages to
1345                 this folder instead of Sent' in message redirect
1346
1347 2003-09-17 [christoph]  0.9.5claws19
1348
1349         * src/compose.c
1350                 use ", " as address seperator for mail headers and pass whole
1351                 header line at once to compose_convert_header to make sure
1352                 it is correctly folded
1353
1354         (closes Bug 64 Problem when sending to many recipients)
1355
1356 2003-09-17 [hoa]        0.9.5claws18
1357         
1358         * src/matcher.[ch]
1359           src/matcher_parser_parse.y
1360           src/prefs_matcher.c
1361                 changed the keyword used for command execution in condition
1362                 keyword is changed from "execute" to "test"
1363                 so that it is not the same as the one used for action.
1364                 This will fix a bug when using filtering dialog.
1365                 All semantic in the code is also changed to reflect
1366                 the keyword change.
1367
1368 2003-09-17 [paul]
1369         
1370         * sync with 0.9.6 release
1371
1372 2003-09-17 [paul]       0.9.5claws17
1373
1374         * sync with 0.9.5cvs8
1375                 see ChangeLog 2003-09-16 and 2003-09-17
1376
1377 2003-09-16 [paul]       0.9.5claws16
1378
1379         * sync with 0.9.5cvs6
1380                 see ChangeLog 2003-09-16
1381
1382 2003-09-15 [paul]       0.9.5claws15
1383
1384         * sync with 0.9.5cvs5
1385                 see ChangeLog 2003-09-15
1386
1387 2003-09-14 [alfons]     0.9.5claws14
1388
1389         * src/inc.c
1390                 make "Go to inbox after receiving new mail" again;
1391                 regression of a sync, restored to sylpheed main 
1392                 behaviour. (misses still some bits)
1393
1394 2003-09-14 [alfons]     0.9.5claws13
1395
1396         * src/prefs_filtering_action.c
1397                 o add proper message if empty execute command line
1398                 o don't select first action item after registering a
1399                   new action to prevent (what seems to be a GTK) bug
1400                   #36, "filtering will only accept one action change 
1401                   per invocation".
1402
1403 2003-09-14 [alfons]     0.9.5claws12
1404
1405         * src/prefs_filtering.c
1406         * src/prefs_filtering_action.c
1407         * src/prefs_matcher.c
1408                 fix function signature for key_pressed_event signal handlers
1409
1410 2003-09-14 [alfons]     0.9.5claws11
1411
1412         * src/mainwindow.c
1413                 fix regression caused by fix for invalid bug #7
1414                 (should fix #246, "Multiple selections are deselected when 
1415                 moving from search window to main window")
1416                 
1417 2003-09-14 [alfons]     0.9.5claws10
1418         
1419         * src/actions.[ch]
1420         * src/filtering.[ch]
1421         * src/prefs_actions.c
1422                 allow `filtering actions` in actions; only for advanced users
1423                 right now: try for example, "%as{mark color 2}" 
1424         
1425 2003-09-13 [paul]       0.9.5claws9
1426         
1427         * po/pl.po
1428           po/zh_CN.po   ** NEW FILE **
1429                 update Polish translation, submitted by Emil 
1430                 <eminowbl@posejdon.wpk.p.lodz.pl>
1431                 add new Simplified Chinese translation, submitted by
1432                 Hansom Young <hansom_young@yahoo.com>
1433
1434 2003-09-12 [alfons]     0.9.5claws8
1435
1436         * src/summaryview.c
1437                 don't open separate message views when View | Separate message view
1438                 is active 
1439                 (please look carefully for any navigation regressions)
1440
1441 2003-09-11 [alfons]     0.9.5claws7
1442
1443         * src/mainwindow.c
1444                 make default message view, opened by View | Separate message 
1445                 view, look like a claws message view (which includes a menu
1446                 bar and a toolbar)
1447                 (fixes bug #298, "message view loses tool bar") 
1448
1449 2003-09-11 [christoph]  0.9.5claws6
1450
1451         * src/folderview.c
1452                 fix double deleting of newsgroup folders
1453
1454         (closes Bug 305 crash after deleting of a newsgroup)
1455
1456 2003-09-11 [paul]       0.9.5claws5
1457
1458         * src/rfc2015.c
1459           src/common/utils.h
1460                 more sync'ing from 0.9.5cvs2
1461
1462 2003-09-11 [christoph]  0.9.5claws4
1463
1464         * src/compose.c
1465         * src/rfc2015.c
1466         * src/common/utils.h
1467                 fix sync with 0.9.5cvs2
1468
1469 2003-09-11 [paul]       0.9.5claws3
1470
1471         * sync with 0.9.5cvs4
1472                 see ChangeLog 2003-09-11
1473
1474 2003-09-11 [paul]       0.9.5claws2
1475
1476         * sync with 0.9.5cvs2
1477                 see ChangeLog 2003-09-05
1478                 
1479 2003-09-11 [paul]       0.9.5claws1
1480
1481         * sync with 0.9.5cvs3
1482                 see ChangeLog 2003-09-10
1483
1484 2003-09-10 [paul]       0.9.5claws
1485
1486         * 0.9.5claws released
1487
1488 2003-09-10 [paul]       0.9.4claws78
1489
1490         * src/Makefile.am
1491                 add missing files
1492
1493 2003-09-10 [melvin]     0.9.4claws77
1494
1495         * po/fr.po
1496                 Updated French translations
1497
1498 2003-09-10 [paul]       0.9.4claws76
1499
1500         * po/es.po
1501           po/sk.po
1502           po/sr.po
1503                 update Spanish, Slovak, and Serbian translations.
1504                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1505                 and Urke MMI
1506                 
1507         * AUTHORS
1508                 add translation team section
1509
1510 2003-09-09 [christoph]  0.9.4claws75
1511
1512         * src/folder.c
1513                 free item->prefs in folder_item_destroy
1514
1515 2003-09-09 [alfons]     0.9.4claws74
1516
1517         * src/folderview.c
1518                 o proper check for root node sorting
1519                 o remove unnecessary gtk_ctree_remove_node 
1520
1521         (should fix bug #300, "crash while moving folder")      
1522
1523 2003-09-08 [christoph]  0.9.4claws73
1524
1525         * src/folderview.c
1526                 o fix double adding of IMAP FolderItems to GtkCTree
1527                 o fix crash then mbox folder is removed
1528
1529 2003-09-08 [christoph]  0.9.4claws72
1530
1531         * src/folder.c
1532         * src/folderview.c
1533         * src/mainwindow.c
1534                 fix new folder notification
1535
1536         * src/mbox_folder.c
1537                 fix cache path
1538
1539 2003-09-08 [christoph]  0.9.4claws71
1540
1541         * src/compose.c
1542                 replace '\n' and '\r' before removing trailing spaces
1543
1544         * src/folder.[ch]
1545         * src/folderview.c
1546                 add information about new or removed items in folder tree change
1547                 notification and use this in folderview to add and remove only
1548                 the appected items and not refresh the whole tree
1549
1550 2003-09-07 [match]      0.9.4claws70
1551
1552         * src/Makefile.am
1553         * src/addr_compl.c
1554         * src/addressbook.c
1555         * src/addressitem.h
1556         * src/addrindex.c
1557         * src/addritem.c
1558         * src/addritem.h
1559         * src/addrquery.c                       ** NEW **
1560         * src/addrquery.h
1561         * src/ldapquery.c
1562         * src/ldapserver.c
1563         * src/stock_pixmap.c
1564         * src/stock_pixmap.h
1565         * src/pixmaps/address_search.xpm        ** NEW **
1566                 re-introduce Lookup button for LDAP 'static' searches.
1567
1568 2003-09-07 [alfons]     0.9.4claws69
1569         
1570         * src/summaryview.c
1571                 abandon setting usize for messageview because it gives layout problems
1572                 with the quick search bar and the headerview; fixes assorted UI glitches:
1573                 
1574                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1575                 o bug #280, "Window resiizes for line length but does not revert"
1576
1577 2003-09-07 [christoph]  0.9.4claws68
1578
1579         * src/compose.c
1580                 o make sure we don't have any newlines in header values
1581                 o check custom headers for spaces and newlines and ignore
1582                   malformed header names
1583
1584 2003-09-06 [christoph]  0.9.4claws67
1585
1586         * src/folder.c
1587         * src/folderview.c
1588                 invoke notification hook for folder tree changes after append
1589                 and remove folder
1590
1591         (closes Bug 294 Crash while moving folder with many subdirectories)
1592
1593 2003-09-06 [christoph]  0.9.4claws66
1594
1595         * src/folder.c
1596                 destroy folder's MsgCache if FolderItem is removed to make sure
1597                 it is not saved when the FolderItem is destroyed
1598
1599 2003-09-06 [christoph]  0.9.4claws65
1600
1601         * src/plugins/clamav/clamav_plugin.c
1602                 fix copy & paste bug
1603
1604 2003-09-05 [christoph]  0.9.4claws64
1605
1606         * src/folder.c
1607         * src/messageview.[ch]
1608         * src/procmsg.[ch]
1609         * src/summaryview.c
1610                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1611                 by MessageView to clear it when the message is deleted. Should
1612                 work even if messages are deleted in MainWindow or by
1613                 processing.
1614
1615 2003-09-05 [alfons]     0.9.4claws63
1616
1617         * src/messageview.c
1618                 deleting a message in a message view frees its msginfo, make 
1619                 messageview_update_all() aware of that (should fix bug #293,
1620                 "deleting message caused crash")
1621
1622 2003-09-05 [melvin]     0.9.4claws62
1623
1624         * src/action.c
1625                 Improve synchronous action exit code (fixes 
1626                 a ~5 seconds delay after action exit on RedHat 9)
1627
1628 2003-09-04 [christoph]  0.9.4claws61
1629
1630         * src/compose.c
1631         * src/rfc2015.c
1632         * src/common/utils.[ch]
1633                 add util function to create mime boundary and use it
1634                 in compose and gpg code
1635
1636 2003-09-04 [alfons]     0.9.4claws60
1637
1638         * src/folder.c
1639                 source folder item's GNode should already have been freed in 
1640                 a previous call to src->folder->klass->remove_folder()
1641                 (should fix bug #287, "crash when moving folders")
1642
1643 2003-09-03 [thorsten]   0.9.4claws59
1644
1645         * src/plugins/spamassassin/spamassassin_gtk.c
1646                 fix compile error
1647
1648 2003-09-03 [christoph]  0.9.4claws58
1649
1650         * src/plugins/spamassassin/spamassassin.[ch]
1651         * src/plugins/spamassassin/spamassassin_gtk.c
1652                 add timeout config option
1653
1654 2003-09-03 [paul]       0.9.4claws57
1655
1656         * po/sk.po      ** NEW FILE **
1657                 add Slovak translation. Submitted by Andrej Kacian 
1658                 <andrej@kacian.sk>
1659
1660 2003-09-03 [paul]       0.9.4claws56
1661
1662         * src/plugins/clamav/clamav_plugin_gtk.c
1663                 gui tweaks: replace a label with a tooltip, modify the
1664                 text, use gtk_check_button_new(); instead of
1665                 gtk_check_button_new_with_label("");
1666
1667 2003-09-02 [alfons]     0.9.4claws55
1668
1669         * src/gtk/filesel.c
1670                 remember last used dir when attaching multiple files (should fix
1671                 bug #290, "Attach File does not remember directory")
1672
1673 2003-09-01 [paul]       0.9.4claws54
1674
1675         * po/es.po
1676                 updated by Ricardo Mones Lastra
1677
1678 2003-09-01 [alfons]     0.9.4claws53
1679
1680         * src/gtk/gtkaspell.[ch]
1681                 be pedantic and strict and use const gchar * instead of guchar *
1682
1683 2003-09-01 [alfons]     0.9.4claws52
1684
1685         * src/mainwindow.c
1686         * src/summaryviewc.
1687                 re-enable Save As when multiple messages are selected
1688
1689 2003-09-01 [paul]       0.9.4claws51
1690
1691         * src/textview.c
1692                 g_free(trimmed_uri);
1693
1694 2003-09-01 [paul]       0.9.4claws50
1695
1696         * sync with 0.9.4cvs13
1697                 see ChangeLog 2003-09-01
1698
1699 2003-09-01 [paul]       0.9.4claws49
1700
1701         * src/textview.c
1702                 trim uri before sending to the statusbar
1703                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1704                 in the message window causes main S-C window to enlarge 
1705                 past screen edges'
1706
1707 2003-09-01 [paul]       0.9.4claws48
1708
1709         * sync with 0.9.4cvs12
1710                 see ChangeLog 2003-09-01
1711
1712 2003-08-30 [christoph]  0.9.4claws47
1713
1714         * src/compose.c
1715         * src/folder_item_prefs.[ch]
1716         * src/prefs_folder_item.c
1717         * src/gtk/gtkaspell.[ch]
1718                 commit per folder dictionary patch by
1719                 Paul Evans <nerd@freeuk.com>
1720
1721 2003-08-30 [christoph]  0.9.4claws46
1722
1723         * src/plugins/spamassassin/spamassassin_gtk.c
1724         * src/plugins/spamassassin/spamassassin_gtk.glade
1725                 reduce GUI clutter by placing hints into tooltips
1726
1727 2003-08-30 [paul]       0.9.4claws45
1728
1729         * src/compose.c
1730                 add 'Content-Disposition: inline' to a text/plain
1731                 part when using PGP/MIME signing
1732
1733 2003-08-30 [paul]       0.9.4claws44
1734
1735         * src/prefs_common.c
1736           src/prefs_spelling.c
1737           src/prefs_spelling.glade
1738                 reduce GUI clutter by placing hints into tooltips
1739
1740 2003-08-29 [christoph]  0.9.4claws43
1741
1742         * configure.ac
1743                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1744
1745         * src/stock_pixmap.c
1746                 change unecessary warning into a debug message
1747
1748         * src/plugins/clamav/Makefile.am
1749                 Fix error "-I$(CLAMAV_LIBS)"
1750
1751 2003-08-29 [christoph]  0.9.4claws42
1752
1753         * intl/Makefile.in
1754         * src/Makefile.am
1755         * src/matcher.h
1756         * src/common/Makefile.am
1757         * src/common/passcrypt.c
1758                 commit fixes and patches for some of the IRIX problems found by
1759                 Ivan Rayner <ivanr@sgi.com>
1760
1761 2003-08-29 [paul]       0.9.4claws41
1762
1763         * src/prefs_filtering.c
1764                 add 'Top' and 'Bottom' buttons, based on changes in
1765                 src/prefs_filter.c in 0.9.4cvs11.
1766
1767 2003-08-27 [christoph]  0.9.4claws40
1768
1769         * src/folderview.c
1770                 fix bug that the current summary settings were copied to the
1771                 wrong folder item, when the folder item prefs are opened.
1772                 Copying is not required because summary settings and
1773                 folder_item_prefs do not contain the same settings
1774
1775 2003-08-27 [thorsten]   0.9.4claws39
1776
1777         * src/imap.c
1778                 fix compile error
1779
1780 2003-08-26 [paul]       0.9.4claws38
1781
1782         * sync with 0.9.4cvs9
1783                 see ChangeLog 2003-08-26
1784
1785 2003-08-25 [paul]       0.9.4claws37
1786
1787         * sync with 0.9.4cvs8
1788                 see ChangeLog 2003-08-25
1789
1790 2003-08-24 [christoph]  0.9.4claws36
1791
1792         * src/prefs_filtering.c
1793                 shouldn't remove items from a GSList while iterating over the
1794                 list (makes cur invalid and cur->next not accessable)
1795
1796         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1797          crashed)
1798
1799 2003-08-23 [christoph]  0.9.4claws35
1800
1801         * src/news.c
1802                 news folders should be scanned when opened
1803
1804 2003-08-22 [christoph]  0.9.4claws34
1805
1806         * src/prefs_folder_item.c
1807                 use macro to assign strings that always frees the old string
1808
1809         * src/gtk/gtkaspell.[ch]
1810                 add gtkaspell_set_dictionary_menu_active_item() to set active
1811                 item in dictionary option menu
1812
1813         * src/prefs_spelling.c
1814                 use gtkaspell_set_dictionary_menu_active_item() to select
1815                 dictionary
1816
1817 2003-08-21 [christoph]  0.9.4claws33
1818
1819         * src/folder.[ch]
1820         * src/imap.c
1821         * src/mbox_folder.c
1822         * src/mh.c
1823         * src/news.c
1824                 optimize folder system
1825
1826         * src/gtk/gtkstext.c
1827                 fix division by zero when font has 0 width for ' '
1828
1829 2003-08-21 [paul]       0.9.4claws32
1830
1831         * sync with 0.9.4cvs7
1832                 see ChangeLog 2003-08-20
1833
1834 2003-08-19 [paul]       0.9.4claws31
1835
1836         * src/common/defs.h
1837                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1838                 SYLDOC_FAQ_HTML_INDEX.
1839         * src/manual.c
1840                 use LC_MESSAGES instead of LC_ALL to find the current
1841                 language
1842
1843           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1844
1845 2003-08-19 [paul]       0.9.4claws30
1846
1847         * po/bg.po
1848                 updated by George Danchev
1849
1850 2003-08-18 [luke]       0.9.4claws29
1851         * src/mimeview.[ch]
1852         * src/gtk/gtkvscrollbutton.[ch]
1853                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1854                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1855                 o removed horizontal separator between icons
1856
1857 2003-08-17 [christoph]  0.9.4claws28
1858
1859         * src/procmsg.c
1860                 no subject threading when the subject has no reply prefix
1861
1862 2003-08-16 [christoph]  0.9.4claws27
1863
1864         * src/mainwindow.c
1865                 remember and restore window sizes and position when the main
1866                 window is hidden or shown
1867
1868         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1869          minimised/reopened using trayicon)
1870
1871 2003-08-16 [paul]       0.9.4claws26
1872
1873         * src/crash.c
1874                 add #include "defs.h"
1875
1876 2003-08-16 [paul]       0.9.4claws25
1877
1878         * src/plugins/clamav/clamav_plugin.c
1879                 reword a debug_print
1880                 
1881         * src/plugins/dillo_viewer/dillo_prefs.c
1882                 cosmetic: change the labels' text, add tooltips, and
1883                 left-align the hint
1884
1885 2003-08-15 [christoph]  0.9.4claws24
1886
1887         * src/news.c
1888                 complete last change (forgot some changes)
1889
1890 2003-08-15 [christoph]  0.9.4claws23
1891
1892         * src/news.c
1893                 o check number of messages and don't return a 0 message
1894                   when no messages are available
1895                 o don't parse xref header anymore
1896
1897         (closes Bug 203 I'm not getting any news)
1898
1899 2003-08-15 [paul]       0.9.4claws22
1900
1901         * src/common/defs.h
1902           src/crash.c
1903                 update and define claws bugzilla location
1904
1905 2003-08-15 [paul]       0.9.4claws21
1906
1907         * po/ru.po
1908                 update submitted by Ruslan N. Balkin
1909
1910 2003-08-14 [christoph]  0.9.4claws20
1911
1912         * src/procmsg.c
1913                 fix search for oldest node in subject threading
1914
1915 2003-08-14 [christoph]  0.9.4claws19
1916
1917         * src/procmsg.c
1918         * src/common/utils.h
1919                 add possibility to check all nodes with the same subject for
1920                 subject threading, not only the oldest node. Should not break
1921                 threads anymore if the oldest node is thread_by_subject_max_age
1922                 days older then parent, because it can now find a child of
1923                 oldest node as new parent.
1924
1925 2003-08-11 [christoph]  0.9.4claws18
1926
1927         * src/plugins/spamassassin/spamassassin.c
1928                 run spam check in background process
1929
1930 2003-08-10 [alfons]     0.9.4claws17
1931
1932         * src/summaryview.c
1933                 make `Select All' sensitive too
1934
1935 2003-08-10 [christoph]  0.9.4claws16
1936
1937         * src/imap.c
1938                 add more checks in imap_close
1939
1940 2003-08-09 [alfons]     0.9.4claws15
1941
1942         * src/prefs_spelling.c
1943                 no spell checking UI if not requested
1944
1945 2003-08-09 [alfons]     0.9.4claws14
1946
1947         * src/gtk/prefswindow.c
1948                 make it compile
1949
1950 2003-08-09 [christoph]  0.9.4claws13
1951
1952         * src/prefs_spelling.c
1953         * src/gtk/prefswindow.[ch]
1954         * src/plugins/clamav/clamav_plugin_gtk.c
1955         * src/plugins/spamassassin/spamassassin_gtk.c
1956                 sort prefs pages by heighest weight in tree
1957
1958 2003-08-09 [paul]       0.9.4claws12
1959
1960         * sync with 0.9.4cvs6
1961                 see ChangeLog 2003-08-07
1962                 
1963         * AUTHORS
1964                 add Leandro and Luke to claws-branch section
1965
1966 2003-08-09 [christoph]  0.9.4claws11
1967
1968         * src/gtk/Makefile.am
1969         * src/gtk/colorsel.[ch]                 ** NEW **
1970                 create a color selection dialog that can be used as a simple
1971                 function call with it's own gtk main loop like filesel.[ch]
1972
1973         * src/Makefile.am
1974         * src/main.c
1975         * src/prefs_common.c
1976         * src/prefs_spelling.[ch]               ** NEW **
1977         * src/prefs_spelling.glade              ** NEW **
1978         * src/gtk/gtkutils.[ch]
1979                 move "Spell Checker" prefs to new prefs dialog
1980
1981         * src/prefs_folder_item.c
1982                 use new colorsel dialog
1983
1984 2003-08-08 [paul]       0.9.4claws10
1985
1986         * src/inc.c
1987                 clear the progress bar unconditionally
1988
1989 2003-08-08 [paul]       0.9.4claws9
1990
1991         * sync with 0.9.4cvs4
1992                 see ChangeLog 2003-07-31
1993
1994 2003-08-07 [christoph]  0.9.4claws8
1995
1996         * configure.ac
1997                 fix bug in image viewer plugin part
1998
1999         * src/imap.c
2000                 don't execute close command if the folder item is not selected
2001
2002 2003-08-07 [hoa]        0.9.4claws7
2003
2004         * src/filtering.[ch]
2005         * src/matcher_parser.h
2006         * src/matcher_parser_parse.y
2007                 can define several actions for each filtering rule
2008                 can import old versions of filtering rules
2009
2010         * src/prefs_filtering.c
2011                 call to a new dialog box to define actions
2012
2013         * src/prefs_filtering_action.[ch]
2014                 dialog box to define actions for filtering rules
2015
2016 2003-08-06 [christoph]  0.9.4claws6
2017
2018         * src/imap.c
2019                 make sure source folder is selected when copying messages
2020
2021 2003-08-06 [christoph]  0.9.4claws5
2022
2023         * sync with 0.9.4cvs2
2024                 see ChangeLog 2003-07-29                
2025
2026 2003-08-05 [paul]       0.9.4claws4
2027
2028         * sync with 0.9.4cvs3
2029                 see ChangeLog 2003-07-30
2030
2031 2003-08-04 [match]      0.9.4claws3
2032
2033         * po/POTFILES.in
2034                 export of LDIF files.
2035
2036 2003-08-04 [match]      0.9.4claws2
2037
2038         * src/ldif.[ch]
2039                 support for export LDIF. documented.
2040         * src/importldif.[ch]
2041         * src/exportldif.[ch]
2042                 add tooltips. documented.
2043         * src/exphtmldlg.[ch]
2044         * src/common/xmlprops.[ch]
2045                 documented.
2046         * src/exportldif.[ch]                   ** NEW **
2047         * src/expldifdlg.[ch]                   ** NEW **
2048         * src/addressbook.[ch]
2049         * src/Makefile.am
2050                 export of LDIF files.
2051                 documented.
2052
2053 2003-08-04 [christoph]  0.9.4claws1
2054
2055         * .cvsignore
2056         * Makefile.am
2057         * configure.ac
2058         * sylpheed-claws.pc.in                  ** NEW **
2059         * src/Makefile.am
2060         * src/common/Makefile.am
2061         * src/gtk/Makefile.am
2062                 install sylpheed header files in $(pkgincludedir) and create a
2063                 pkg-config file to allow building a plugin without the source
2064                 package
2065
2066 2003-08-04 [paul]       0.9.4claws
2067
2068         * version 0.9.4claws
2069
2070 2003-08-04 [paul]       0.9.3claws97
2071
2072         * po/es.po
2073                 update Spanish translation. Submitted by Ricardo
2074                 Mones Lastra.
2075
2076 2003-08-03 [paul]       0.9.3claws96
2077
2078         * po/hr.po
2079           po/sr.po
2080                 update Croatian and Serbian translations. Submitted by
2081                 Dragan and Urke MMI respectively
2082
2083 2003-08-03 [alfons]     0.9.3claws95
2084
2085         * src/summaryview.c
2086                 mark flag has precedence over important flag - seems
2087                 to have been changed in sync of 0.9.3claws45. this fixes
2088                 a regression where messages that were scored as important
2089                 don't show their mark flags. (using the same column for
2090                 both importance as mark flags is the real problem
2091                 ofcourse)
2092
2093 2003-08-03 [melvin]     0.9.3claws94
2094
2095         * po/fr.po
2096                 Updated French translations.
2097
2098 2003-08-03 [melvin]     0.9.3claws93
2099
2100         * src/Makefile.am
2101                 Fixed typo introduced after 0.9.3claws92 
2102                 that prevented compilation
2103                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2104                 CPPFLAGS and YFLAGS to allow user setting these.
2105         * src/common/Makefile.am
2106         * src/gtk/Makefile.am
2107         * src/plugins/clamav/Makefile.am
2108         * src/plugins/demo/Makefile.am
2109         * src/plugins/dillo_viewer/Makefile.am
2110         * src/plugins/image_viewer/Makefile.am
2111         * src/plugins/mathml_viewer/Makefile.am
2112         * src/plugins/spamassassin/Makefile.am
2113         * src/plugins/trayicon/Makefile.am
2114         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2115                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2116                 CPPFLAGS and YFLAGS to allow user setting these.
2117
2118 2003-08-02 [christoph]  0.9.3claws92
2119
2120         * configure.ac
2121                 o rearrange plugin tests
2122                 o add test for clamav.h to ClamAV tests
2123
2124 2003-08-02 [luke]       0.9.3claws91
2125
2126         * src/mimeview.c
2127                 o fixed appearance of icon list when toggling back from the 
2128                   ctree
2129                 o toggling of icons using the keyboard works correctly
2130                 o fixed all other keyboard shortcuts to work when icons are
2131                   active
2132         
2133         * src/messageview.c
2134                 o fixed bug 4 - focus lost when changing messageview view type
2135
2136 2003-08-02 [christoph]  0.9.3claws90
2137
2138         * src/common/hooks.c
2139                 fix crash when pointer stored in hash table could get invalid
2140                 when a plugin is unloaded
2141
2142 2003-08-01 [christoph]  0.9.3claws89
2143
2144         * configure.ac
2145                 o try to build all plugins (except spamassassin) by default
2146                 o don't build a plugin if a dependency check fails
2147
2148         * src/common/hooks.c
2149                 fix warning
2150
2151 2003-08-01 [match]      0.9.3claws88
2152
2153         * src/importldif.c
2154                 allow single click field selection. document code.
2155
2156 2003-08-01 [christoph]  0.9.3claws87
2157
2158         * src/plugins/clamav/clamav_plugin.c
2159         * src/plugins/clamav/clamav_plugin_gtk.c
2160         * src/plugins/dillo_viewer/dillo_viewer.c
2161         * src/plugins/image_viewer/plugin.c
2162         * src/plugins/mathml_viewer/mathml_viewer.c
2163         * src/plugins/spamassassin/spamassassin.c
2164         * src/plugins/spamassassin/spamassassin_gtk.c
2165         * src/plugins/trayicon/trayicon.c
2166                 add version check to all plugins
2167
2168 2003-08-01 [hoa]        0.9.3claws86
2169
2170         * src/prefs_filtering.c
2171                 fixed a cosmetic bug, during creation of dialog box,
2172                 wrong widgets were shown after creation.
2173
2174 2003-08-01 [luke]       0.9.3claws85
2175
2176         * src/mainwindow.c
2177                 o fixed visibility of icons/mimeview after toggling separate
2178                   message/folder view (factored out some similar code too).
2179
2180
2181 2003-07-31 [alfons]     0.9.3claws84
2182
2183         * src/mimeview.c
2184                 tweak icon box UI a bit more, now allowing right-clicks actions
2185                 getting the relevant mime data too; should fix #250, "Can't save 
2186                 attachments sometimes".
2187
2188 2003-07-30 [alfons]     0.9.3claws83
2189
2190         * src/compose.c
2191                 don't do auto-save-draft inside key press handler, but rather
2192                 schedule it half of a second later; should fix #67, "autosave 
2193                 make re-rediting message crazy"
2194
2195 2003-07-30 [christoph]  0.9.3claws82
2196
2197         * src/plugins/trayicon/trayicon.c
2198                 process pending events before unloading the plugin
2199
2200         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
2201
2202 2003-07-30 [alfons]     0.9.3claws81
2203
2204         * src/common/hooks.c
2205                 parameter 2 of g_hook_destroy() should really be a hook id
2206
2207 2003-07-30 [alfons]     0.9.3claws80
2208
2209         * src/common/plugin.c
2210                 fix a possibly harmful function signature mismatch 
2211                 for plugin_done
2212
2213 2003-07-30 [alfons]     0.9.3claws79
2214
2215         * src/common/hooks[.ch]
2216                 const correctness
2217
2218 2003-07-30 [darko]      0.9.3claws78
2219
2220         * src/summaryview.c
2221                 make it compile again
2222
2223 2003-07-30 [luke]       0.9.3claws77
2224
2225         * src/crash.c
2226         * src/main.c
2227                 o added/moved signal handlers for SIGTERM (normal kill command) 
2228                   and SIGINT (ctl-c) to be used even without 
2229                   --enable-crash-dialog, fixing bug 166
2230
2231         * src/summaryview.c
2232                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
2233                   bug 227
2234
2235         * src/mainwindow.c
2236                 o changed sensitivity condition for 'Next new' and 'Next 
2237                   unread', fixing bug 8
2238
2239 2003-07-29 [alfons]     0.9.3claws76
2240
2241         * src/common/utils.[ch]
2242                 add generate_msgid()
2243         * src/messageview.c
2244                 save ack'ed RRR; fixes #205, "return receipt is not saved in
2245                 sent folder".
2246
2247 2003-07-29 [alfons]     0.9.3claws75
2248
2249         * src/messageview.c
2250                 fix a memleak (claws-only)
2251
2252 2003-07-29 [alfons]     0.9.3claws74
2253
2254         * src/mimeview.[ch]
2255         * src/gtk/gtkvscrollbutton.[ch]
2256                 fix UI glitch where mime icon toolbox' scroll position is not 
2257                 reset after switching to another message
2258                 
2259
2260 2003-07-29 [paul]       0.9.3claws73
2261
2262         * src/prefs_folder_item.c
2263                 split the prefs into 2 separate pages
2264
2265 2003-07-29 [paul]       0.9.3claws72
2266
2267         * src/compose.c
2268                 prepend "\n\n" to a signature without a separator too
2269
2270 2003-07-29 [paul]       0.9.3claws71
2271
2272         * src/compose.c
2273                 fix bug where changing to an account without an auto-sig
2274                 from an initial account without an auto-sig would insert 
2275                 2 blank lines at the cursor point
2276                 fix bug where changing to an account with an auto-sig
2277                 from an initial account without an auto-sig would insert
2278                 the sig at the cursor point
2279
2280 2003-07-29 [paul]       0.9.3claws70
2281
2282         * src/folderview.c
2283                 use the colour from the folder pref unless the folder
2284                 has new messages
2285
2286 2003-07-29 [alfons]     0.9.3claws69
2287
2288         * src/procmsg.[ch]
2289         * src/messageview.c
2290         * src/procheader.c
2291                 rewrite return receipt request work a little bit (the former 
2292                 implementation presumably depended too much on the UI setting
2293                 flags). (we're losing the old pending flag.) 
2294
2295 2003-07-28 [christoph]  0.9.3claws68
2296
2297         * src/folder.c
2298         * src/imap.c
2299         * src/mh.c
2300         * src/procmsg.[ch]
2301                 fix copy to IMAP folder from other folder
2302
2303 2003-07-28 [christoph]  0.9.3claws67
2304
2305         * src/procmsg.c
2306                 fix sync of procmsg_get_message_file_list
2307
2308 2003-07-28 [christoph]  0.9.3claws66
2309
2310         * sync with 0.9.3cvs14
2311                 see ChangeLog 2003-07-18
2312         * sync with 0.9.3cvs17
2313                 see ChangeLog 2003-07-23
2314
2315         (closes Bug 234 segmentation fault after sending out mail via
2316          smtp(auth))
2317
2318 2003-07-28 [paul]       0.9.3claws65
2319
2320         * po/es.po
2321                 update Spanish translation, submitted by Ricardo Mones
2322                 Lastra
2323
2324 2003-07-28 [christoph]  0.9.3claws64
2325
2326         * src/folder.[ch]
2327         * src/imap.c
2328         * src/mh.c
2329                 return new message numbers as a GRelation instead of a GSList
2330                 that has to be in the same order as the input list. A list
2331                 would make it hard for IMAP to optimize oepration by sorting
2332                 the input list. The returned list would have to be reordered
2333                 to match the same order that input list has.
2334
2335         * src/gtk/gtkaspell.c
2336                 fix missing return value, could cause a crash when garbage is
2337                 on the stack that is used as the expected return value
2338
2339 2003-07-28 [paul]       0.9.3claws63
2340
2341         * sync with 0.9.4cvs1
2342                 see ChangeLog 2003-07-28
2343
2344 2003-07-27 [alfons]     0.9.3claws62
2345
2346         * src/mimeview.c
2347                 tweak it more to make icon list act like a check button group
2348
2349 2003-07-27 [christoph]  0.9.3claws61
2350
2351         * sync with 0.9.3cvs20
2352                 see ChangeLog 2003-07-25
2353
2354 2003-07-27 [paul]       0.9.3claws60
2355
2356         * src/procmsg.c
2357                 re-commit changes from 0.9.3claws58 -
2358                 accidently removed in 0.9.3claws59
2359
2360 2003-07-27 [paul]       0.9.3claws59
2361
2362         * src/procmsg.[ch]
2363                 a sync from 0.9.3cvs17
2364                 see ChangeLog 2003-07-23
2365
2366 2003-07-27 [alfons]     0.9.3claws58
2367
2368         * src/procmsg.c
2369                 add missing header members to MsgInfo; fixes the problem of 
2370                 not displaying X-Faces, as noticed by Ricardo Mones
2371
2372 2003-07-26 [christoph]  0.9.3claws57
2373
2374         * sync with 0.9.3cvs18
2375                 see ChangeLog 2003-07-24
2376
2377 2003-07-26 [christoph]  0.9.3claws56
2378
2379         * sync with 0.9.3cvs17
2380                 see ChangeLog 2003-07-23
2381
2382 2003-07-26 [christoph]  0.9.3claws55
2383
2384         * src/folder.[ch]
2385         * src/imap.c
2386         * src/mbox_folder.c
2387         * src/mh.c
2388         * src/news.c
2389                 add support for copy function that copy multiple messages
2390                 (not implemented yet)
2391
2392         * src/summaryview.c
2393                 add missing return value
2394
2395 2003-07-26 [paul]       0.9.3claws54
2396
2397         * tools/multiwebsearch.pl
2398                 do whitespace substitution before passing the string
2399                 to the browser. fixes bug with browsers that don't
2400                 do whitespace conversion themselves.
2401
2402 2003-07-25 [christoph]  0.9.3claws53
2403
2404         * src/folder.[ch]
2405         * src/imap.c
2406         * src/mh.c
2407                 rewrite adding of multiple messages to a folder for
2408                 claws' folder system
2409
2410 2003-07-25 [luke]       0.9.3claws52
2411
2412         * src/mimeview.c
2413                 o icon toggles set correctly on leaving ctree mimeview
2414
2415 2003-07-25 [paul]       0.9.3claws51
2416
2417         * partial sync with 0.9.3cvs21 [src/main.c]
2418                 see ChangeLog 2003-07-25
2419
2420 2003-07-24 [paul]       0.9.3claws50
2421
2422         * tools/maildir2sylpheed.pl
2423                 fix typo
2424
2425 2003-07-24 [paul]       0.9.3claws49
2426
2427         * src/mimeview.c
2428                 increase the gutter size of paned so that the panes
2429                 can be resized
2430                 
2431         * src/plugins/demo/demo.c
2432                 squeeze in another typo fix
2433
2434 2003-07-24 [paul]       0.9.3claws48
2435
2436         * src/plugins/demo/demo.c
2437           src/prefs_account.c
2438                 small changes to the English
2439                 
2440         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
2441           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
2442           src/Makefile.am
2443           src/stock_pixmap.c
2444                 rename the misspelled icon
2445
2446 2003-07-23 [alfons]     0.9.3claws47
2447
2448         * src/mimeview.c
2449                 make icon list look like a list of toggles
2450
2451 2003-07-23 [luke]       0.9.3claws46
2452
2453         * src/pixmaps/mimeview_gpg_expired.xpm
2454         * src/pixmaps/mimeview_gpg_failed.xpm
2455         * src/pixmaps/mimeview_gpg_passed.xpm
2456         * src/pixmaps/mimeview_text_html.xpm
2457         * src/pixmaps/mimeview_image.xpm
2458                 o all icons the same size
2459
2460         * src/mimeview.[ch]
2461                 o mimeview ctree arranged vertically above the viewer
2462                 o icons changed to buttons
2463                 o can use keyboard to select an icon (Enter)
2464                 o resize icon list to width of icons
2465
2466         *  src/gtk/gtkvscrollbutton.c
2467                 o sensitivity of buttons reacts to position
2468
2469 2003-07-23 [christoph]  0.9.3claws45
2470
2471         * sync with 0.9.3cvs14 (incomplete)
2472                 see ChangeLog 2003-07-17
2473
2474 2003-07-23 [alfons]     0.9.3claws44
2475
2476         * src/folder.c
2477         * src/procmsg.h
2478                 sync with my local tree to restore some claws-only things
2479
2480 2003-07-23 [paul]       0.9.3claws43
2481
2482         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
2483           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
2484           src/Makefile.am
2485           src/mimeview.c
2486           src/procmime.h
2487           src/rfc2015.c
2488           src/stock_pixmap.[ch]
2489                 indicate missing keys and expired sigs/keys
2490                 in mime view column
2491
2492 2003-07-23 [paul]       0.9.3claws42
2493
2494         * src/compose.c
2495                 Redirect fixes: enable automatic account selection and
2496                 do not append signature to message on changing account
2497                 fixes Bug[s] #248
2498
2499 2003-07-23 [paul]       0.9.3claws41
2500
2501         * sync with 0.9.3cvs16
2502                 see ChangeLog 2003-07-23
2503
2504 2003-07-23 [alfons]     0.9.3claws40
2505
2506         * src/inc.c
2507                 give progress dialog a main window, and give it the first 
2508                 one (presumably the only one). fixes bug #247, "segfault on 
2509                 pop-before-smtp" 
2510
2511 2003-07-22 [alfons]     0.9.3claws39
2512
2513         * src/summaryview.c
2514                 shift-space scrolls up
2515
2516 2003-07-22 [paul]       0.9.3claws38
2517
2518         * sync with 0.9.3cvs15
2519                 see ChangeLog 2003-07-22
2520
2521 2003-07-20 [alfons]     0.9.3claws37
2522
2523         * src/compose.c
2524                 put menu inside #ifdef USE_ASPELL..#endif
2525
2526 2003-07-20 [christoph]  0.9.3claws36
2527
2528         * src/procmsg.c
2529                 fix wrong flags in MsgInfo returned by
2530                 procmsg_msginfo_get_full_info()
2531
2532         (closes Bug 221 Deleting messages from the Message View gives incorrect
2533          new/unread message counts in the folder view)
2534
2535         * src/plugins/spamassassin/spamassassin_gtk.c
2536                 add gettext macro for prefs page title
2537
2538 2003-07-20 [paul]       0.9.3claws35
2539
2540         * src/mimeview.c
2541                 redraw icon list on signature check
2542
2543 2003-07-20 [christoph]  0.9.3claws34
2544
2545         * src/Makefile.am
2546         * src/account.c
2547         * src/folder.[ch]
2548         * src/folder_item_prefs.[ch]            ** NEW **
2549         * src/folderview.c
2550         * src/mainwindow.c
2551         * src/mh.c
2552         * src/prefs_gtk.c
2553         * src/prefs_scoring.c
2554         * src/summaryview.c
2555         * src/prefs_folder_item.[ch]
2556                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2557                   Properties dialog
2558                 o use prefswindow for folder properties
2559
2560         * src/gtk/prefswindow.[ch]
2561                 change implementation to use an invisible notebook instead
2562                 of unparenting widgets
2563
2564 2003-07-20 [christoph]  0.9.3claws33
2565
2566         * src/compose.h
2567         * src/folder.c
2568         * src/folderview.h
2569         * src/headerview.h
2570         * src/prefs_filtering.h
2571         * src/prefs_folder_item.[ch]
2572         * src/procmime.h
2573         * src/procmsg.h
2574         * src/summaryview.h
2575                 clean up header mess
2576                 (always use 1. typedefs, 2. #includes, 3. structures)
2577
2578         * src/common/version.h.in
2579                 add casts for constants
2580
2581         * src/plugins/demo/demo.c
2582                 fix typo
2583
2584         * src/plugins/spamassassin/spamassassin.c
2585                 remove unused variable
2586
2587 2003-07-20 [alfons]     0.9.3claws32
2588
2589         * src/mimeview.c
2590                 o make icon buttons respond on left click
2591                 o minor cosmetic change
2592
2593 2003-07-19 [luke]       0.9.3claws31
2594
2595         * src/mimeview.[ch]
2596         * src/gtk/gtkvscrollbutton.c
2597         * src/messageview.c
2598                 o improved mimeview behaviour when selecting a new message
2599                 o plus code cleanups to remove compile warnings
2600
2601
2602 2003-07-19 [alfons]     0.9.3claws30
2603
2604         * src/procmsg.c
2605         * src/compose.c
2606         * src/common/utils.[ch]
2607                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2608
2609 2003-07-19 [alfons]     0.9.3claws29
2610
2611         * src/prefs_folder_item.c
2612                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2613                 string pointers
2614
2615 2003-07-19 [luke]       0.9.3claws28
2616
2617         * src/messageview.c
2618         * src/mimeview.[ch]
2619         * src/procmime.h
2620         * src/rfc2015.c
2621         * src/stock_pixmap.[ch]
2622         * src/gtk/Makefile.am
2623         * src/Makefile.am
2624         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2625         * src/pixmaps/mime_*.xpm                ** NEW **
2626                 o mimeview rearrangement with a new icon shortcut bar
2627
2628 2003-07-19 [alfons]     0.9.3claws27
2629
2630         * src/folderview.c
2631                 o plug leaking nodes_to_recollapse
2632                 o add folderview_recollapse_all_nodes() (not used yet)
2633
2634 2003-07-19 [alfons]     0.9.3claws26
2635
2636         * src/compose.c
2637         * src/common/utils.c
2638                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2639                 for both forwarding as replying
2640
2641 2003-07-18 [christoph]  0.9.3claws25
2642
2643         * configure.ac
2644         * src/common/sylpheed.[ch]
2645         * src/common/version.h.in
2646                 add version in numeric form to allow easy comparison
2647
2648         * src/plugins/demo/demo.c
2649                 add version check
2650                 - sylpheed version > plugin version => never allowed, sylpheed
2651                   could contain unknown API changes
2652                 - sylpheed version < minimum version required => don't load,
2653                   API required not available (if linking does not fail)
2654
2655 2003-07-18 [alfons]     0.9.3claws24
2656         
2657         * src/common/plugin.[ch]
2658                 const correctness
2659
2660 2003-07-18 [christoph]  0.9.3claws23
2661
2662         * src/common/hooks.c
2663                 fix crash when hooks where unregisted
2664
2665         * src/plugins/trayicon/trayicon.c
2666                 unregister detroy signal before destroying the widget
2667                 (still crashes when the plugin is unloaded)
2668
2669 2003-07-18 [alfons]     0.9.3claws22
2670         
2671         * src/folderview.c
2672                 delay expanding folder tree during drags until timeout triggered
2673                 (needs perhaps some tweaking, so testing is welcome)
2674
2675 2003-07-17 [alfons]     0.9.3claws21
2676
2677         * src/folderview.c
2678                 clean up cruft
2679
2680 2003-07-17 [christoph]  0.9.3claws20
2681
2682         * src/common/session.c
2683                 fix opening of SSL connections
2684
2685         * src/plugins/image_viewer/Makefile.am
2686                 add OPENSSL_CFLAGS (we should find a better solution to remove
2687                 this dependencies if they are not required)
2688
2689         * src/plugins/spamassassin/spamassassin.c
2690                 remove setlocale workaround (fixed in libspamc)
2691
2692         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2693          if spell checking enabled)
2694
2695 2003-07-17 [alfons]     0.9.3claws19
2696
2697         * src/common/hooks.[ch]
2698         * src/plugins/clamav/clamav_plugin.c
2699         * src/plugins/spamassassin/spamassassin.c
2700         * src/plugins/trayicon/trayicon.c
2701                 fix signedness muck 
2702
2703 2003-07-17 [alfons]     0.9.3claws18
2704
2705         * src/procmime.c
2706                 plug memleak
2707
2708 2003-07-17 [alfons]     0.9.3claws17
2709
2710         * src/inc.c
2711                 plug memleak
2712
2713 2003-07-17 [paul]       0.9.3claws16
2714
2715         * src/common/defs.h
2716           src/mainwindow.c
2717           src/manual.[ch]
2718                 add link to the Claws site's FAQ page, after the suggestion
2719                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2720                 Move url strings to defs.h
2721                 
2722         * src/mainwindow.c
2723                 fix typo to prevent "unknown menu entry" warnings
2724
2725 2003-07-17 [alfons]     0.9.3claws15
2726
2727         * src/folderview.[ch]
2728         * src/summaryview.[ch]
2729         * src/mimeview.[ch]
2730                 plug DnD leaks 
2731
2732 2003-07-17 [paul]       0.9.3claws14
2733
2734         * src/inc.c
2735                 remove two instances of 'GTK_EVENTS_FLUSH' because
2736                 they are unnecessary and probably cause a stack overflow
2737
2738 2003-07-16 [christoph]  0.9.3claws13
2739
2740         * src/mimeview.[ch]
2741                 use an invisible GTK notebook to switch between viewers
2742                 instead of reparenting widgets
2743
2744 2003-07-16 [christoph]  0.9.3claws12
2745
2746         * src/folder.c
2747                 move folder_item_update_freeze() to correct place in
2748                 folder_item_scan_full()
2749
2750 2003-07-16 [paul]       0.9.3claws11
2751
2752         * sync with 0.9.3cvs12
2753                 see ChangeLog 2003-07-14 and 2003-07-15
2754
2755 2003-07-16 [christoph]  0.9.3claws10
2756
2757         * src/imap.[ch]
2758         * src/prefs_account.[ch]
2759                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2760
2761 2003-07-15 [alfons]     0.9.3claws9
2762
2763         * src/main.c
2764                 make --config-dir do something useful
2765
2766 2003-07-15 [alfons]     0.9.3claws8
2767
2768         * src/procmsg.c
2769                 o fix a bug where 'last' didn't really point to the last message
2770                   in the top level list of children, but to the last threaded
2771                   message. 
2772                 
2773                 o clean up and make it easier to sync
2774
2775 2003-07-15 [alfons]     0.9.3claws7
2776
2777         * src/mainwindow.c
2778                 make correct menu items sensitive       
2779
2780 2003-07-14 [alfons]     0.9.3claws6
2781
2782         * src/procmsg.c
2783                 tune the threader so it will not subject-thread any message
2784                 without a subject prefix (this will not thread correctly if 
2785                 a parent is delivered after their childs, but it looks 
2786                 better right now)
2787
2788 2003-07-13 [christoph]  0.9.3claws5
2789
2790         * src/mainwindow.c
2791                 group "Add mailbox *..." menu items in submenu
2792
2793 2003-07-13 [alfons]     0.9.3claws4
2794
2795         * src/summaryview.c
2796                 correct summary_toggle_pressed() signature and make sure
2797                 signal is not passed on
2798
2799 2003-07-13 [alfons]     0.9.3claws3
2800
2801         * src/summaryview.c
2802                 o for now don't pass on keys when they we're handled by 
2803                   ctree::key_press_event
2804                 o clean up
2805
2806 2003-07-13 [alfons]     0.9.3claws2
2807         
2808         * src/main.c
2809                 add command line option "--config-dir" to get the current 
2810                 configuration dir
2811
2812 2003-07-12 [alfons]     0.9.3claws1
2813
2814         * src/matcher.[ch]
2815         * src/matcher_parser_parse.y
2816         * src/prefs_filtering.c
2817         * src/filtering.c
2818                 add "Lock" filter action to lock messages;
2819
2820         * src/filtering.c       
2821                 remove debug_print()    
2822         * src/prefs_filtering.c
2823                 re-organize matcher part 9: 
2824                 make action text entries easily extendible;
2825                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2826                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2827
2828 2003-07-12 [paul]
2829
2830         * tools/README
2831                 update old information and add missing
2832                 information
2833
2834 2003-07-12 [paul]       0.9.3claws
2835
2836         * 0.9.3claws released
2837         
2838 2003-07-12 [paul]       0.9.0claws103
2839
2840         * src/Makefile.am
2841                 add addrquery.h
2842
2843 2003-07-12 [melvin]     0.9.0claws102
2844
2845         * src/messageview.c
2846                 Fixed bug #215: Show MIME tab for single text/html messages. 
2847                 
2848 2003-07-12 [paul]       0.9.0claws101
2849
2850         * man/sylpheed.1
2851                 updated
2852
2853 2003-07-12 [paul]       0.9.0claws100
2854
2855         * po/es.po
2856           po/hr.po
2857           po/pl.po
2858           po/sr.po
2859                 update Spanish, Croatian, Polish, Serbian translations.
2860                 submitted by Ricardo Mones Lastra, Dragan, Witold
2861                 Wladyslaw Wojciech Wilk, Urke MMI
2862
2863 2003-07-12 [melvin]     0.9.0claws99
2864
2865         * po/fr.po
2866                 Updated French translations.
2867
2868 2003-07-12 [paul]       0.9.0claws98
2869
2870         * src/addressbook.c
2871                 disable 'Lookup' button as it has no effect
2872
2873 2003-07-11 [alfons]     0.9.0claws97
2874         
2875         * src/summaryview.c
2876                 summary_searchbar_pressed() should return TRUE to signal that
2877                 event was handled. when returning void, the return value passed
2878                 to GTK is actually random, but maybe FALSE, in which case the
2879                 event is handled by parent
2880                 
2881 2003-07-10 [paul]       0.9.0claws96
2882
2883         * ac/missing/gettext.m4
2884                 update to version 0.12
2885
2886 2003-07-10 [paul]       0.9.0claws95
2887
2888         * src/plugins/clamav/clamav_plugin.c
2889                 fix bug where multipart/alternative messages
2890                 would slip through without being scanned
2891
2892 2003-07-10 [christoph]  0.9.0claws94
2893
2894         * src/folder.c
2895                 correct check if folder supports removing when a message is
2896                 moved. if not the message is only copied.
2897
2898         (closes Bug 132 crash on startup in newsgroups folders)
2899
2900 2003-07-09 [alfons]     0.9.0claws93
2901
2902         * configure.ac
2903         * src/common/defs.h
2904                 --with-config-dir (default .sylpheed)
2905
2906 2003-07-09 [christoph]  0.9.0claws92
2907
2908         * configure.ac
2909                 use PKG_CHECK_MODULES to check for gtkmathview
2910                 (version 0.4.2 now required)
2911
2912 2003-07-08 [melvin]     0.9.0claws91
2913
2914         * src/action.c
2915                 Implemented a progress bar that counts the number of completed
2916                 tasks when the action runs more than one command.
2917
2918 2003-07-08 [alfons]     0.9.0claws90
2919
2920         * src/procmsg.c
2921                 if queued message has an invalid Message-Id, don't try to
2922                 find message it refers to (fixes #209 "crash when processing 
2923                 in folder")
2924
2925 2003-07-08 [paul]       0.9.0claws89
2926
2927         * sync with 0.9.3cvs2
2928                 see ChangeLog 2003-07-08
2929
2930 2003-07-08 [match]      0.9.0claws88
2931
2932         * src/ldapctrl.c
2933                 extend LDAP search for first/last name by parsing search term.
2934
2935 2003-07-08 [alfons]     0.9.0claws87
2936
2937         * src/send_message.c
2938                 fix bug #208 "Status message stuck when sending on POP3 account"
2939
2940 2003-07-07 [paul]       0.9.0claws86
2941
2942         * po/hr.po
2943                 new Croatian translation, submitted by
2944                 Dragan <drleskov@inet.hr>
2945
2946 2003-07-07 [paul]       0.9.0claws85
2947
2948         * sync with 0.9.3cvs1
2949                 see ChangeLog 2003-07-07
2950
2951 2003-07-05 [christoph]  0.9.0claws84
2952
2953         * src/Makefile.am
2954         * src/messageview.c
2955         * src/mimeview.[ch]
2956         * src/stock_pixmap.[ch]
2957         * src/pixmaps/messageview_text.xpm              ** NEW **
2958                 move mimeview tabs to the right side and use icons
2959                 instead of text to save some space
2960
2961         (patch by Luke Plant <lukeplant@softhome.net>)
2962
2963 2003-07-05 [christoph]  0.9.0claws83
2964
2965         * src/inc.c
2966                 add NULL pointer checks
2967
2968         (patch by Luke Plant <lukeplant@softhome.net>)
2969         (closes Bug 204 0.9.0 quits on authentication error?!)
2970
2971 2003-07-05 [alfons]     0.9.0claws82
2972
2973         * configure.ac
2974                 take the clue in bug #202 "./configure script - 
2975                 'if test' comparison failure" reported by John Kristoff. 
2976
2977 2003-07-04 [christoph]  0.9.0claws81
2978
2979         * src/plugins/spamassassin/spamassassin.c
2980                 set timeout for spam check
2981
2982 2003-07-04 [christoph]  0.9.0claws80
2983
2984         * src/main.c
2985                 destroy all FolderItems when shutting down to
2986                 allow folders to clean up
2987
2988 2003-07-04 [melvin]     0.9.0claws79
2989
2990         * src/gtk/gtkaspell.c
2991                 Fixed bug #184 "Entering non-ascii character deletes
2992                 previous char if spell checking enabled": this makes
2993                 the spell checking in multibytes (e.g. UTF-8)locales work.
2994                 (Patch by Luke Plant).
2995                 
2996 2003-07-04 [christoph]  0.9.0claws78
2997
2998         * sync with 0.9.2cvs1
2999                 see ChangeLog 2003-06-10
3000
3001 2003-07-04 [paul]       0.9.0claws77
3002
3003         * sync with 0.9.3 release
3004                 see ChangeLog 2003-07-04
3005
3006 2003-07-03 [christoph]  0.9.0claws76
3007
3008         * src/folder.[ch]
3009         * src/imap.c
3010         * src/mbox_folder.c
3011         * src/mh.c
3012         * src/news.c
3013                 move folder_item_get_path() stuff into a folder virtual function
3014
3015         * src/procmsg.c
3016                 use folder_item_fetch_msg() to get message and do not contruct
3017                 the filename from path and number
3018
3019 2003-07-03 [paul]       0.9.0claws75
3020
3021         * sync with 0.9.2cvs12
3022                 see ChangeLog 2003-07-03
3023
3024 2003-07-02 [paul]       0.9.0claws74
3025
3026         * src/messageview.c
3027                 fix text-selection for replying
3028
3029 2003-07-02 [paul]       0.9.0claws73
3030
3031         * sync with 0.9.2cvs11
3032                 see ChangeLog 2003-07-02
3033
3034 2003-07-02 [paul]       0.9.0claws72
3035
3036         * src/procmsg.c
3037                 revert last commit because it breaks more
3038                 than it fixes
3039
3040 2003-07-02 [paul]       0.9.0claws71
3041
3042         * src/procmsg.c
3043                 fix thread by subject/sort by date
3044
3045 2003-07-01 [paul]       0.9.0claws70
3046
3047         * sync with 0.9.2cvs10
3048                 see ChangeLog 2003-07-01
3049
3050 2003-06-30 [paul]       0.9.0claws69
3051
3052         * sync with 0.9.2cvs9
3053                 see ChangeLog 2003-06-30
3054
3055 2003-06-28 [match]      0.9.0claws68
3056
3057         * src/addressbook.c
3058                 fix null ptr.
3059
3060 2003-06-27 [paul]       0.9.0claws67
3061
3062         * sync with 0.9.2cvs7
3063                 see ChangeLog 2003-06-27
3064
3065 2003-06-26 [christoph]  0.9.0claws66
3066
3067         * src/folder.c
3068                 freeze folder updates while a folder is scanned
3069
3070         (closes Bug 185 New message counter)
3071
3072 2003-06-26 [darko]      0.9.0claws65
3073
3074         * src/ldapserver.c
3075                 fix infinite loop when adding a new LDAP server
3076
3077 2003-06-26 [paul]       0.9.0claws64
3078
3079         * sync with 0.9.2cvs6
3080                 see ChangeLog 2003-06-26
3081
3082 2003-06-26 [paul]       0.9.0claws63
3083
3084         * sync with 0.9.2cvs5
3085                 see ChangeLog 2003-06-25 and 2003-06-26
3086
3087 2003-06-25 [match]      0.9.0claws62
3088
3089         * src/addr_compl.c
3090                 Fixed tab/backtab for dropped-down completion list to
3091                 move next/previous field. (close bug 147)
3092
3093 2003-06-25 [christoph]  0.9.0claws61
3094
3095         * src/addr_compl.[ch]
3096         * src/addrindex.[ch]
3097         * src/folderview.c
3098         * src/inc.c
3099         * src/news.c
3100         * src/summaryview.c
3101         * src/toolbar.c
3102                 fix warnings
3103
3104 2003-06-25 [leandro]    0.9.0claws60
3105
3106         * src/compose.c
3107                 o cleanups
3108                 o gray out "Message/Remove references" menu item if not
3109                   replying to a message
3110
3111 2003-06-24 [leandro]    0.9.0claws59
3112
3113         * src/compose.[ch]
3114                 o removed "Message/Create new thread" menu item
3115                 o added "Message/Remove references" menu item
3116                   (it's off by default and will not check anymore
3117                    if the subject changed)
3118
3119 2003-06-23 [alfons]     0.9.0claws58
3120
3121         * src/procmsg.c
3122                 try better grouping messages threaded by subject based on their age.
3123                 still not perfect - because the message tree is not sorted by date.  
3124
3125 2003-06-23 [thorsten]   0.9.0claws57
3126
3127         * src/pop.[ch]
3128                 added mail_receive_hook to allow modifications
3129                 directly after retrieval (e.g. adding headers).
3130
3131 2003-06-23 [paul]       0.9.0claws56
3132
3133         * src/sourcewindow.c
3134                  enable the use of Ctrl+A to select all text in
3135                  the sourcewindow
3136                  Patch submitted by Ivan Francolin Martinez
3137                  <ivanfm@users.sourceforge.net>
3138
3139 2003-06-22 [christoph]  0.9.0claws55
3140
3141         * src/folder.[ch]
3142                 o add notification hook for folder tree changes
3143                 o invoke hooks after folder tree scanning
3144
3145         * src/folderview.[ch]
3146                 register hook for folder tree changes that
3147                 updates the ctree
3148
3149         (there are more places that should be updated, like add, remove 
3150          or move folder)
3151
3152         (closes Bug 164 Crash on rebuild folder tree)
3153         (closes Bug 190 Crash on 'rebuilding folder tree')
3154
3155 2003-06-21 [leandro]    0.9.0claws54
3156
3157         * src/compose.[ch]
3158                 create a new thread if subject changes
3159                 (it's on by default, can be disabled in Message menu)
3160
3161 2003-06-21 [alfons]     0.9.0claws53
3162
3163         * src/summaryview.c
3164                 quiet little compiler
3165
3166 2003-06-21 [christoph]  0.9.0claws52
3167
3168         update gettext stuff to version 0.12
3169
3170 2003-06-19 [alfons]     0.9.0claws51
3171
3172         * src/common/log.c
3173         * src/common/plugin.c
3174                 move defs.h before glib.h to prevent MIN/MAX redefs
3175
3176 2003-06-19 [alfons]
3177
3178         * src/addressbook.c
3179                 translatable
3180
3181 2003-06-19 [match]      0.9.0claws50
3182
3183         * src/addressbook.[ch]
3184         * src/addrindex.[ch]
3185         * src/addr_compl.[ch]
3186         * src/editldap.[ch]
3187         * src/editldap_basedn.[ch]
3188         * src/addritem.[ch]
3189         * src/ldapquery.h
3190                 re-implemented dynamic LDAP search. works without
3191                 slowdown on display sender with addressbook
3192                 option.
3193         * src/addrbook.c
3194                 documented code.
3195
3196 2003-06-19 [paul]       0.9.0claws49
3197
3198         * src/compose.c
3199                 fix Bug #136 'Nonprovided quotation marks crash claws'
3200                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
3201
3202 2003-06-19 [alfons]     0.9.0claws48
3203
3204         * src/prefs_common.[ch]
3205         * src/procmsg.c
3206                 restrict threading by subject by checking thread for
3207                 age (prefs_common.thread_by_subject_max_age)
3208
3209 2003-06-18 [christoph]  0.9.0claws47
3210
3211         * src/imap.c
3212                 fix memory leak in imap_cmd_fetch()
3213
3214 2003-06-18 [christoph]  0.9.0claws46
3215
3216         * src/prefs_gtk.c
3217                 fix memory leak in prefs_set_default() when used multiple
3218                 times or after prefs have been read
3219
3220 2003-06-18 [christoph]  0.9.0claws45
3221
3222         * src/common/plugin.c
3223                 fix memory leak in plugin_unload()
3224
3225 2003-06-18 [christoph]  0.9.0claws44
3226
3227         * src/imap.c
3228                 fix memory leak in imap_cmd_ok()
3229
3230 2003-06-18 [christoph]  0.9.0claws43
3231
3232         * src/folder.c
3233                 stop messages that are downloaded from POP3 and added to
3234                 an IMAP inbox from being filtered twice (first by POP3
3235                 and again when IMAP folder is scaned to get the UID of
3236                 the APPEND operation when no UIDPLUS is available)
3237
3238 2003-06-18 [alfons]
3239
3240         * tools/Makefile.am
3241                 phoenix <- firebird     
3242
3243 2003-06-18 [paul]
3244
3245         * tools/launch_phoenix          ** REMOVED **
3246           tools/launch_firebird         ** NEW **
3247                 renamed and edited to reflect the browser's name change from
3248                 'phoenix' to 'firebird'
3249
3250 2003-06-18 [paul]       0.9.0claws42
3251
3252         * sync with 0.9.2cvs2
3253                 see ChangeLog 2003-06-16
3254
3255 2003-06-17 [alfons]     0.9.0claws41
3256
3257         * src/procmsg.c
3258                 prevent threading problems when a node is an ancestor (parent / great parent),
3259                 which mostly happens with circular references (thanks to Phillipe Gramoullé
3260                 for finding an sample set of messages)
3261
3262 2003-06-16 [christoph]  0.9.0claws40
3263
3264         * src/main.c
3265                 don't popup main window on --receive or --receive-all
3266
3267         * src/mainwindow.[ch]
3268         * src/plugins/trayicon/trayicon.c
3269                 allow hiding of main window by clicking on the trayicon
3270                 (doesn't work correctly in seperate window mode and may
3271                  cause unexpected GTK problems I couldn't find yet)
3272
3273         * src/common/ssl.c
3274                 remove incorrect warning
3275
3276 2003-06-15 [alfons]     0.9.0claws39
3277
3278         * src/gtk/gtkstext.c
3279                 don't output debug text;
3280                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
3281                 for pointing this out);
3282
3283 2003-06-14 [alfons]     0.9.0claws38
3284         
3285         * src/messageview.c
3286                 remove printf() and make one if..else comply with coding style
3287
3288 2003-06-14 [alfons]     0.9.0claws37
3289
3290         * AUTHORS
3291                 add Martin Wicke
3292         * src/action.c
3293         * src/messageview.[ch]
3294         * src/summaryview.c
3295                 apply patch #754162 "Quoting messages filtered by actions" submitted
3296                 by Martin Wicke, which allows quoting message body changed by an
3297                 action (Thanks!).
3298
3299 2003-06-13 [alfons]     0.9.0claws36
3300
3301         * src/utils.c
3302                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
3303                 use case insensitive regexp (suggested by Ivan Martinez)
3304
3305 2003-06-13 [christoph]  0.9.0claws35
3306
3307         * configure.ac
3308         * src/plugins/trayicon/Makefile.am
3309         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
3310         * src/plugins/trayicon/trayicon.c
3311         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
3312         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
3313         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
3314         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
3315         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
3316         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
3317                 replace my own EggTrayIcon backport with the backport
3318                 used by (l|x)mule and gabber.
3319
3320 2003-06-13 [alfons]     0.9.0claws34
3321
3322         * AUTHORS
3323         * src/common/utils.c
3324                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
3325
3326 2003-06-13 [alfons]     0.9.0claws33
3327
3328         * src/compose.c
3329                 clean up a little bit
3330
3331 2003-06-12 [alfons]     0.9.0claws32
3332
3333         * src/compose.c
3334                 const correctness fix
3335
3336         * src/common/sylpheed.[ch]
3337                 () -> (void)
3338                 prevent redef MIN/MAX
3339                 
3340         * src/common/utils.[ch]
3341                 () -> (void)
3342
3343 2003-06-12 [melvin]     0.9.0claws31
3344
3345         * src/compose.c
3346                 Updated to take into accounts changes in GtkAspell.
3347
3348 2003-06-12 [alfons]     0.9.0claws30
3349
3350         * src/compose.c
3351         * src/procmsg.c
3352         * src/common/utils.[ch]
3353                 handle reply subject prefixes better (initial 
3354                 suggestion by Robert Story adapted and enhanced 
3355                 using regexps)
3356
3357 2003-06-12 [melvin]     0.9.0claws29
3358
3359         * src/compose.c
3360                 Use new gtkaspell_checkers_strerror() to get the speller's
3361                 error message instead of accessing the (now private)
3362                 checkers structure.
3363                 Minor code clean up
3364
3365         * src/main.c
3366                 Use #ifdef instead of #if for USE_ASPELL
3367                 Use the new spell checkers init/quit functions 
3368
3369         * src/gtk/gtkaspell.c
3370                 Use #ifdef instead of #if for USE_ASPELL
3371                 Moved in the majority of GtkAspell structures that were
3372                 exported before by gtkaspell.h
3373         
3374         * src/gtk/gktaspell.h
3375                 Made gtkaspell.h contain only the necessary data to be
3376                 publicized by moving many structures to gtkaspell.c.
3377                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3378                 gtkaspell_checkers_new(): replaced by...
3379                 gtkaspell_checkers_init(): new function for initialization
3380                 gtkaspell_checkers_delete(): replaced by...
3381                 gtkaspell_checkers_quit(): new function
3382                 gtkaspell_checkers_strerror(): new function that returns
3383                 the checker's last error message.
3384                 
3385 2003-06-11 [melvin]     0.9.0claws28
3386
3387         * po/POTFILES.in
3388                 Updated to take into account gtkaspell.c migration to
3389                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3390
3391 2003-06-10 [alfons]     0.9.0claws27
3392
3393         * src/filtering.[ch]
3394         * src/folder.c
3395         * src/matcher.c
3396         * src/scoring.[ch]
3397                 - try fixing bug #18 (any brave testers?)
3398                 - add more robustness by refusing previously 
3399                   unchecked NULL pointers 
3400
3401 2003-06-10 [alfons]     0.9.0claws26
3402
3403         * src/procmsg.c
3404                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
3405
3406 2003-06-09 [alfons]     0.9.0claws25
3407
3408         * src/prefs_common.c
3409                 fix bug #163 "Icon switching doesnt work properly" by 
3410                 preventing early freeing of prefs_common.pixmap_theme_path.
3411
3412 2003-06-09 [christoph]  0.9.0claws24
3413
3414         * src/gtk/gtkaspell.c
3415                 revert Thorsten's fix and add forgotten g_strdup for
3416                 aspell path (it should not be possible to alter the path a
3417                 GtkASpell uses from outside)
3418
3419 2003-06-09 [thorsten]   0.9.0claws23
3420
3421         * src/gtk/gtkaspell.c
3422                 dont free prefs_common.aspell_path when closing compose
3423
3424 2003-06-08 [colin]      0.9.0claws22
3425
3426         * src/plugins/spamassassin/spamassassin.c
3427                 fix prefs types
3428
3429 2003-06-07 [christoph]  0.9.0claws21
3430
3431         * src/Makefile.am
3432         * src/compose.c
3433         * src/gtkaspell.[ch]            ** REMOVE **
3434         * src/gtk/Makefile.am
3435         * src/gtk/gtkaspell.[ch]        ** NEW **
3436                 o make gtkaspell independent from sylpheed's prefs
3437                 o move gtkaspell.[ch] to gtk directory
3438
3439 2003-06-07 [christoph]  0.9.0claws20
3440
3441         * src/Makefile.am
3442         * src/crash.c
3443         * src/export.c
3444         * src/filesel.[ch]              ** REMOVE **
3445         * src/folder.c
3446         * src/main.[ch]
3447         * src/common/sylpheed.[ch]
3448         * src/gtk/Makefile.am
3449         * src/gtk/filesel.[ch]          ** NEW **
3450         * src/gtk/pluginwindow.c
3451         * src/gtk/sslcertwindow.c
3452                 move filesel.[ch] to gtk directory
3453
3454 2003-06-07 [alfons]     0.9.0claws19
3455
3456         * src/filesel.c
3457                 make (multi) file selection dialog work again (Claws-only)
3458
3459 2003-06-07 [thorsten]   0.9.0claws18
3460
3461         * po/de.po
3462                 fix typos
3463
3464 2003-06-07 [alfons]     0.9.0claws17
3465
3466         * configure.ac
3467         * src/mimeview.c
3468                 detect apache mishap in which case don't include fnmatch.h
3469                 if regex.h is already included
3470
3471 2003-06-06 [christoph]  0.9.0claws16
3472
3473         * configure.ac
3474         * src/mimeview.h
3475                 add check for fnmatch.h and include it when available
3476
3477         * src/mimeview.[ch]
3478                 fix wrong case sensitivity of Content-Types
3479
3480         * src/gtk/Makefile.am
3481                 need the same include paths in gtk directory as in
3482                 common directory because .h files in common can
3483                 include files from these directories, when included
3484                 in gtk's .h or .c files
3485
3486 2003-06-06 [alfons]     0.9.0claws15
3487
3488         * src/mimeview.c
3489         * src/summaryview.c
3490                 make it compile again because of regex.h / fnmatch.h 
3491                 include problems (related to recent mime stuff, can
3492                 someone check this?)
3493
3494 2003-06-06 [thorsten]   0.9.0claws14
3495
3496         * src/folderview.c
3497                 possible use of uninitialized pointer while dragging
3498
3499 2003-06-06 [paul]       0.9.0claws13
3500
3501         * src/compose.c
3502                 fix bug where the insert sig button would be effective
3503                 only when auto_sig was set
3504
3505 2003-06-06 [paul]       0.9.0claws12
3506
3507         * sync with 0.9.2 release
3508
3509 2003-06-02 [paul]       0.9.0claws11
3510
3511         * sync with 0.9.1cvs1
3512                 see ChangeLog 2003-06-02
3513                 
3514         * po/de.po
3515                 update by Jens
3516
3517 2003-06-01 [christoph]  0.9.0claws10
3518
3519         * src/account.c
3520                 don't use substring search to find accounts by email address
3521
3522         (closes Bug 169 Overly loose matching of "From" address)
3523
3524 2003-05-31 [christoph]  0.9.0claws9
3525
3526         * doc-src/rfc2683.txt
3527         * src/imap.c
3528                 limit IMAP command length as recommended in RFC2683
3529                 (message number lists will be split into multiple imap
3530                 sets, the limit of 1000 octets is not a hard limit)
3531
3532         (closes Bug 161 sylpheed-claws exits with segfault when logging
3533          in to certain imap-servers)
3534
3535 2003-05-29 [alfons]     0.9.0claws8
3536
3537         * src/toolbar.[ch]
3538                 add print button (calling summary_print());
3539                 fine tune setting tooltip text;
3540                 (if someone needs other buttons, please take these 
3541                 commits as a guide, instead of bothering us - also
3542                 see 0.8.11claws150) 
3543
3544 2003-05-29 [darko]      0.9.0claws7
3545
3546         * src/compose.c
3547                 fix crash when word wrapping kicks in due to
3548                 changed text by spell checker
3549
3550 2003-05-29 [paul]       0.9.0claws6
3551
3552         * src/compose.c
3553                 fix bug where changing account would insert
3554                 sig even if auto_sig was FALSE
3555                 
3556         * ChangeLog
3557           ChangeLog.jp
3558           INSTALL
3559                 sync with 0.9.1 release
3560
3561 2003-05-28 [christoph]  0.9.0claws5
3562
3563         * src/imap.c
3564                 fix truncation of too long commands
3565
3566         (closes Bug 167 IMAP hangs trying to get envelope
3567          information in imap_get_uncached_messages)
3568
3569 2003-05-27 [paul]       0.9.0claws4
3570
3571         * tools/Makefile.am
3572           tools/maildir2sylpheed.pl     ** NEW FILE **
3573                 add kmail to sylpheed mailbox conversion script
3574
3575 2003-05-27 [paul]       0.9.0claws3
3576
3577         * sync with 0.9.0cvs10
3578                 see ChangeLog 2003-05-26
3579
3580 2003-05-26 [paul]       0.9.0claws2
3581
3582         * sync with 0.9.0cvs9
3583                 see ChangeLog 2003-05-26
3584
3585 2003-05-24 [paul]       0.9.0claws1
3586
3587         * sync with 0.9.0cvs8
3588                 see ChangeLog 2003-05-23
3589
3590 2003-05-24 [paul]       0.9.0claws
3591
3592         * version 0.9.0claws released
3593
3594 2003-05-24 [paul]       0.8.11claws177
3595
3596         * src/plugins/dillo-viewer/Makefile.am
3597           src/plugins/traycon/Makefile.am
3598                 add missing files
3599                 
3600         * po/bg.po
3601           po/en_GB.po
3602           po/es.po
3603           po/it.po
3604           po/pt_BR.po
3605           po/ru.po
3606           po/sr.po
3607                 update Bulgarian, British English, Spanish, Italian, 
3608                 Brazilian Portuguese, Russian, and Serbian translations, 
3609                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3610                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3611                 Ruslan N. Balkin, and Urke MMI
3612
3613 2003-05-23 [melvin]     0.8.11claws176
3614
3615         * po/fr.po
3616                 Updated French translations
3617
3618 2003-05-22 [paul]       0.8.11claws175
3619
3620         * src/Makefile.am
3621           src/addrbook.[ch]
3622           src/addrcache.[ch]
3623           src/addr_compl.[ch]
3624           src/adressbook.[ch]
3625           src/addrindex.[ch]
3626           src/addritem.[ch]
3627           src/editaddress.c
3628           src/editgroup.c
3629           src/editldap_basedn.c
3630           src/editldap.c
3631           src/jpilot.c
3632           src/vcard.c
3633                 revert to get ldap into it previous working state
3634                 
3635         * po/zh_TW.Big5.po
3636                 new Taiwanese translation,
3637                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3638
3639 2003-05-22 [christoph]  0.8.11claws174
3640
3641         * src/plugins/spamassassin/libspamc.[ch]
3642                 sync libspamc with SpamAssaain release 2.55
3643
3644 2003-05-22 [paul]       0.8.11claws173
3645
3646         * sync with 0.9.0cvs7
3647                 see ChangeLog 2003-05-22
3648                 
3649         * src/summaryview.c
3650                 revert change in 0.8.11claws172: follow
3651                 Hiroyuki's decision and that's the end of it.
3652
3653 2003-05-21 [paul]       0.8.11claws172
3654
3655         * src/summaryview.c
3656                 fix discrepency between open_unread_on_enter
3657                 and always_show_msg
3658
3659 2003-05-21 [paul]       0.8.11claws171
3660
3661         * sync with 0.9.0cvs6
3662                 see ChangeLog 2003-05-21
3663
3664 2003-05-21 [paul]       0.8.11claws170
3665
3666         * sync with 0.9.0cvs5
3667                 see ChangeLog 2003-05-21
3668
3669 2003-05-20 [paul]       0.8.11claws169
3670
3671         * sync with 0.9.0cvs4
3672                 see ChangeLog 2003-05-20
3673                 fixes bug #152, 'encoding of IMAP folders names'
3674
3675 2003-05-20 [paul]       0.8.11claws168
3676
3677         * sync with 0.9.0cvs3
3678                 see ChangeLog 2003-05-20
3679                 
3680         * src/tools/convert_mbox.pl
3681                 minor change in the comments, submitted by Fred Marton
3682
3683 2003-05-19 [paul]       0.8.11claws167
3684
3685         * src/plugins/clamav/Makefile.am
3686           configure.ac
3687                 link clamav_lib to the plugin and not to the main program
3688
3689 2003-05-19 [christoph]
3690
3691         * src/Makefile.am
3692                 add -export-dynamic for linking
3693
3694 2003-05-19 [paul]       0.8.11claws166
3695
3696         * sync with 0.9.0cvs1
3697                 see ChangeLog 2003-05-19
3698
3699 2003-05-19 [paul]       0.8.11claws165
3700
3701         * src/inc.c
3702                 fix 'pop before smtp' timeout
3703
3704 2003-05-18 [alfons]     0.8.11claws164
3705
3706         * src/prefs_matcher.c
3707                 put "execute" action command line ("expression") in edit box
3708
3709 2003-05-18 [christoph]  0.8.11claws163
3710
3711         * src/mimeview.[ch]
3712         * src/plugins/dillo_viewer/dillo_viewer.c
3713         * src/plugins/image_viewer/viewer.c
3714         * src/plugins/mathml_viewer/mathml_viewer.c
3715                 let a viewer have a list of Content-Types
3716
3717 2003-05-18 [paul]       0.8.11claws162
3718
3719         * src/prefs_filtering.c
3720                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3721                 and REDIRECT actions
3722
3723 2003-05-17 [christoph]
3724
3725         * README.claws
3726                 o remove dynamic signatures that was syned with main
3727                 o add infos about no longer "build in" image viewer
3728                 o update bugtracker URL
3729
3730 2003-05-17 [christoph]  0.8.11claws161
3731
3732         * src/folder.c
3733         * src/folderview.c
3734         * src/imap.c
3735                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3736                 for every folder after rebuilding the folder tree.
3737
3738         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3739          messages)
3740
3741 2003-05-17 [christoph]  0.8.11claws160
3742
3743         * src/imap.c
3744                 don't use STATUS command on current folder to check for
3745                 content changes. imap_cmd_ok() now tracks changes to
3746                 folder and number of existing messages.
3747
3748 2003-05-17 [paul]       0.8.11claws159
3749
3750         * src/plugins/clamav/clamav_plugin.c
3751                 remove unnecessary debug_print
3752
3753 2003-05-16 [thorsten]   0.8.11claws158
3754
3755         * src/plugins/demo.c
3756                 included missing intl.h
3757
3758 2003-05-16 [paul]       0.8.11claws157
3759
3760         * po/POTFILES.in
3761                 remove non-existant entries
3762         
3763         * src/plugins/clamav/clamav_plugin.c
3764           src/plugins/clamav/clamav_plugin_gtk.c
3765           src/plugins/dillo_viewer/dillo_prefs.c
3766           src/plugins/dillo_viewer/dillo_viewer.c
3767                 gettextise
3768
3769 2003-05-16 [christoph]  0.8.11claws156
3770
3771         * po/POTFILES.in
3772                 include plugin .c files for translation until I
3773                 find a better solution to have plugins have their
3774                 own textdomain
3775         * src/plugins/demo/demo.c
3776         * src/plugins/image_viewer/plugin.c
3777         * src/plugins/mathml_viewer/mathml_viewer.c
3778         * src/plugins/spamassassin/spamassassin.c
3779         * src/plugins/spamassassin/spamassassin_gtk.c
3780         * src/plugins/trayicon/trayicon.c
3781                 add gettext macros for plugin name and description
3782
3783 2003-05-16 [paul]
3784
3785         * sync with 0.9.0
3786
3787 2003-05-16 [paul]       0.8.11claws155
3788
3789         * sync with lastest 0.9.0pre1
3790                 see ChangeLog 2003-05-16
3791
3792 2003-05-15 [paul]       0.8.11claws154
3793
3794         * sync with latest 0.9.0pre1
3795                 see ChangeLog 2003-05-14 and 2003-05-15
3796
3797 2003-05-14 [christoph]  0.8.11claws153
3798
3799         * src/plugins/image_viewer/viewer.c
3800         * src/plugins/image_viewer/viewer.glade         ** NEW **
3801         * src/plugins/image_viewer/viewerprefs.c
3802                 make it possible to disable the autoload function in the
3803                 imageviewer again
3804
3805 2003-05-14 [christoph]  0.8.11claws152
3806
3807         * src/folder.c
3808                 fix folder update after adding a message
3809
3810 2003-05-13 [alfons]     0.8.11claws151
3811
3812         * src/common/session.c
3813                 remove debug traces
3814                 
3815         * src/addrcache.[ch]
3816         * src/filtering.[ch]
3817         * src/folder.[c]
3818         * src/gtkaspell.[ch]
3819         * src/imap.[ch]
3820         * src/mbox_folder.[ch]
3821         * src/mh.[ch]
3822         * src/mimeview.h
3823         * src/msgcache.[ch]
3824         * src/news.[ch]
3825         * src/passphrase.[ch]
3826         * src/prefs_common.[ch]
3827         * src/prefs_gtk.[ch]
3828         * src/procmsg.c
3829         * src/scoring.[ch]
3830                 be pedantic; (in prototypes () implies (int))
3831
3832 2003-05-13 [alfons]     0.8.11claws150
3833
3834         * src/prefs_toolbar.[ch]
3835         * src/summaryview.[ch]
3836         * src/toolbar.[ch]
3837                 change misleading text in toolbar prefs;
3838                 add toolbar action for ignore thread (toggles ignore thread flag);
3839                 clean up a little bit;
3840
3841 2003-05-12 [paul]
3842
3843         * tools/convert_mbox.pl
3844                 bug fixed by Fred Marton
3845
3846 2003-05-12 [paul]
3847
3848         * sync with 0.9.0pre1
3849
3850 2003-05-09 [paul]       0.8.11claws149
3851
3852         * sync with 0.8.11cvs43
3853                 see ChangeLog 2003-05-09
3854
3855 2003-05-08 [christoph]  0.8.11claws148
3856
3857         * src/imap.[ch]
3858                 o use CAPABILIY as first command and check for PREAUTH
3859                   information in the response to it
3860                 o rewrite all imap_cmd_* functions to use an IMAPSession
3861                   instead of a SockInfo as parameter
3862                 o do STARTTLS after fetching and checking the server
3863                   capabilities
3864
3865 2003-05-08 [paul]       0.8.11claws147
3866
3867         * tools/Makefile.am
3868           tools/README
3869           tools/convert_mbox.pl         ** NEW FILE **
3870                 add mbox conversion script. Submitted by 
3871                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3872
3873 2003-05-07 [christoph]
3874
3875         * doc-src/glade.txt
3876         * src/gtk/pluginwindow.glade
3877         * src/plugins/image_viewer/viewerprefs.glade
3878         * src/plugins/spamassassin/spamassassin_gtk.glade
3879                 add glade files for user interfaces and a description how
3880                 to use glade to create the sylpheed code
3881
3882 2003-05-07 [paul]       0.8.11claws146
3883
3884         * sync with 0.8.11cvs41
3885                 see ChangeLog 2003-05-07
3886
3887 2003-05-06 [christoph]  0.8.11claws145
3888
3889         * src/main.c
3890         * src/plugins/image_viewer/viewer.c
3891                 fix usage of imlib in imageviewer plugin
3892
3893         * src/gtk/prefswindow.c
3894                 handle window close event correctly
3895
3896 2003-05-06 [paul]       0.8.11claws144
3897
3898         * src/common/ssl.c
3899                 fix typo introduced in sync
3900
3901 2003-05-06 [paul]       0.8.11claws143
3902
3903         * sync with 0.8.11cvs39
3904                 see ChangeLog 2003-05-06
3905
3906 2003-05-06 [paul]       0.8.11claws142
3907
3908         * AUTHORS
3909           po/cs.po
3910                 updated Czech translation, submitted by 
3911                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3912                 
3913         * src/plugins/clamav/clamav_plugin_gtk.c
3914                 clean up
3915
3916 2003-05-03 [alfons]     0.8.11claws141
3917
3918         * src/compose.[ch]
3919                 make paste as quotation work even when the call to 
3920                 text_inserted() was deferred (fixes bug #140 "Paste 
3921                 as quotation does not work when using "external" 
3922                 clipboard")
3923
3924 2003-05-03 [thorsten]   0.8.11claws140
3925
3926         * src/addrquery.h
3927           src/ldapquery.h
3928           src/mainwindow.c
3929                 removed C++ comments
3930         * src/addr_compl.c
3931                 function with non-int retval/param used before
3932                 implementation/declaration
3933
3934 2003-05-02 [paul]       0.8.11claws139
3935
3936         * src/addr_compl.[ch]
3937           src/addressbook.[ch]
3938           src/addrindex.c
3939           src/summaryview.c
3940                 revert match's changes to (finally) remove the bug where
3941                 opening a folder causes massive slowdown when using the 
3942                 'Display sender using address book' option
3943
3944 2003-05-01 [melvin]     0.8.11claws138
3945
3946         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3947         * src/plugins/dillo_viewer/dillo_viewer.c
3948                 Fixed bug where "Cancel" button from prefs issued
3949                 warnings.
3950                 Comply a little more to coding style
3951
3952 2003-05-01 [paul]       0.8.11claws137
3953
3954         * sync with 0.8.11cvs38
3955                 see ChangeLog 2003-05-01
3956
3957 2003-05-01 [paul]       0.8.11claws136
3958
3959         * po/bg.po
3960                 updated by George Danchev
3961
3962 2003-04-30 [christoph]  0.8.11claws135
3963
3964         * src/plugins/dillo_viewer/dillo_prefs.c
3965         * src/plugins/image_viewer/viewerprefs.c
3966         * src/plugins/spamassassin/spamassassin_gtk.c
3967                 remove gtk_widget_ref() calls for widgets in
3968                 glade code
3969
3970 2003-04-30 [paul]       0.8.11claws134
3971
3972         * src/addrindex.c
3973                 ok, this time a better fix for the bug where opening folder
3974                 has massive slowdown when using the 'Display sender using 
3975                 address book' option
3976
3977 2003-04-30 [paul]       0.8.11claws133
3978
3979         * src/addrindex.c
3980                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3981         
3982 2003-04-30 [melvin]     0.8.11claws132
3983
3984         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3985
3986         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3987                 Preferences for the dillo plugin
3988         * src/plugins/dillo_viewer/dillo_viewer.c
3989                 Support for preferences
3990         * src/plugins/dillo_viewer/Makefile.am
3991                 Added dillo_prefs.[ch]
3992
3993 2003-04-30 [alfons]     0.8.11claws131
3994
3995         * src/common/plugin.[ch]
3996                 see? this ANSI C'fication immediately gives us type
3997                 checking for free.
3998
3999 2003-04-30 [alfons]     0.8.11claws130
4000
4001         * src/common/plugin.[ch]
4002         * src/plugins/clamav/clamav_plugin.[ch]
4003         * src/plugins/clamav/clamav_plugin_gtk.c
4004         * src/plugins/demo/demo.c
4005         * src/plugins/dillo_viewer/dillo_viewer.c
4006         * src/plugins/image_viewer/plugin.c
4007         * src/plugins/image_viewer/viewer.[ch]
4008         * src/plugins/image_viewer/viewerprefs.[ch]
4009         * src/plugins/mathml_viewer/mathml_viewer.c
4010         * src/plugins/spamassassin/spamassassin.[ch]
4011         * src/plugins/spamassassin/spamassassin_gtk.c
4012         * src/plugins/trayicon/trayicon.c
4013                 clean up
4014
4015 2003-04-30 [alfons]     0.8.11claws129
4016
4017         * src/common/utils.c
4018                 make is_ascii_str() fail gracefully when NULL pointer
4019                 is passed
4020
4021 2003-04-30 [paul]       0.8.11claws128
4022
4023         * src/addrindex.c
4024                 fix bug where opening folder has massive slowdown when
4025                 using the 'Display sender using address book' option
4026
4027 2003-04-30 [paul]       0.8.11claws127
4028
4029         * src/plugins/clamav/clamav_plugin.c
4030           src/plugins/clamav/clamav_plugin_gtk.c
4031           src/plugins/demo/demo.c
4032           src/plugins/dillo_viewer/dillo_viewer.c
4033           src/plugins/image_viewer/plugin.c
4034           src/plugins/mathml_viewer/mathml_viewer.c
4035           src/plugins/spamassassin/spamassassin.c
4036           src/plugins/spamassassin/spamassassin_gtk.c
4037           src/plugins/trayicon/trayicon.c
4038                 get rid of eye-hurting function signatures
4039
4040 2003-04-30 [paul]       0.8.11claws126
4041
4042         * src/plugins/trayicon/trayicon.c
4043                 add description
4044                 
4045         * src/mimeview.c
4046                 be more descriptive
4047
4048 2003-04-30 [paul]       0.8.11claws125
4049
4050         * configure.ac
4051                 arrange the plugins in reverse alphabetical order
4052                 
4053         * src/plugins/clamav/clamav_plugin.[ch]
4054           src/plugins/clamav/clamav_plugin_gtk.c
4055                 rename some params
4056                 resize max_size window
4057                 re-arrange the order of some gui elements
4058                 improve descriptions
4059         
4060         * src/plugins/image_viewer/plugin.c
4061           src/plugins/mathml_viewer/mathml_viewer.c
4062                 add descriptions
4063                 
4064         * src/plugins/spamassassin/spamassassin_gtk.c
4065                 resize max_size window
4066                 re-arrange the order of some gui elements
4067                 
4068         * src/messageview.c
4069           src/mimeview.c
4070                 correct typos
4071
4072 2003-04-30 [alfons]     0.8.11claws124
4073
4074         * src/imap.c
4075                 fix a leak found while browsing Martin Kluge's 
4076                 valgrind log (Claws only)
4077
4078 2003-04-29 [darko]      0.8.11claws123
4079
4080         * src/gtk/gtkstext.h
4081                 include wchar.h if it is available, fixes compilation
4082                 on HP-UX systems
4083
4084 2003-04-29 [melvin]     0.8.11claws122
4085
4086         * src/prefs_actions.c
4087                 Improved help text of Actions' syntax
4088
4089 2003-04-28 [paul]       0.8.11claws121
4090
4091         * src/action.c
4092                 a better fix for the crash when performing an action
4093                 on a mime part
4094
4095 2003-04-28 [paul]       0.8.11claws120
4096
4097         * src/action.c
4098                 fix crash when performing an action on a
4099                 mime part
4100
4101 2003-04-28 [paul]       0.8.11claws119
4102
4103         * sync with 0.8.11cvs36
4104                 see ChangeLog 2003-04-28
4105
4106 2003-04-27 [paul]       0.8.11claws118
4107
4108         * more sync with 0.8.11cvs35
4109                 see ChangeLog 2003-04-25
4110
4111 2003-04-26 [christoph]  0.8.11claws117
4112
4113         * src/folder.c
4114                 fix remove virtual check
4115
4116 2003-04-26 [paul]       0.8.11claws116
4117
4118         * src/messageview.c
4119                 fix return-receipt, make it work again
4120
4121 2003-04-26 [paul]       0.8.11claws115
4122
4123         * src/mimeview.c
4124                 restore double-clicking of the [application/pgp-signature 
4125                 (Select "Check signature" to check)] line in the message view,
4126                 broken in recent sync
4127
4128 2003-04-26 [christoph]  0.8.11claws114
4129
4130         * src/folder.c
4131                 check if remove virtual really exists before
4132                 calling the function
4133
4134 2003-04-25 [match]      0.8.11claws113
4135
4136         * src/addrindex.c
4137         * src/addrbook.c
4138         * src/ldapquery.[ch]
4139         * src/ldapctrl.[ch]
4140                 fix memleak.
4141         * src/ldapserver.[ch]
4142                 fix memleak. fix segfault.
4143                 plug a Claws memleak
4144
4145 2003-04-25 [alfons]     0.8.11claws112
4146
4147         * src/folder.c
4148                 plug a Claws memleak
4149
4150 2003-04-25 [alfons]     0.8.11claws111
4151
4152         * src/common/session.c
4153                 plug a memleak
4154
4155 2003-04-25 [paul]       0.8.11claws110
4156
4157         * sync with 0.8.11cvs35
4158                 see ChangeLog 2003-04-24 and 2003-04-25
4159                 
4160         * src/gtk/pluginwindow.c
4161                 correct another strange float value
4162
4163 2003-04-24 [christoph]  0.8.11claws109
4164
4165         * src/folder.c
4166                 freeze folder item updates when unsetting new flags
4167
4168         * src/gtk/pluginwindow.c
4169                 correct strange float value
4170
4171 2003-04-23 [paul]       0.8.11claws108
4172
4173         * sync with 0.8.11cvs33
4174                 see ChangeLog 2003-04-23
4175
4176 2003-04-22 [paul]       0.8.11claws107
4177
4178         * src/Makefile.am
4179           src/messageview.c
4180           src/mimeview.c
4181           src/pgptext.[ch]      ** REMOVED **
4182                 remove pgptext.[ch] as its not used any more
4183
4184 2003-04-22 [paul]       0.8.11claws106
4185
4186         * sync with 0.8.11cvs31
4187                 see ChangeLog 2003-04-21 and 2003-04-22
4188
4189 2003-04-21 [alfons]     0.8.11claws105
4190
4191         * src/main.c
4192                 No access to GTK structures if we're a spawned child
4193                 (and clean up code a little bit...) Should fix #126.
4194
4195 2003-04-21 [melvin]     0.8.11claws104
4196
4197         * src/plugins/dillo_viewer/README
4198                 Improved slightly the text.
4199
4200 2003-04-21 [melvin]     0.8.11claws103
4201
4202         * src/plugins/dillo_viewer/README *** NEW ***
4203                 Added a README file for the Dillo plugin
4204
4205 2003-04-20 [paul]
4206
4207         * tools/README
4208           tools/outlook2sylpheed.pl
4209                 updated and improved by Ricardo Mones Lastra
4210
4211 2003-04-18 [oliver]     0.8.11claws102
4212
4213         * src/inc.c 
4214         * src/prefs_account.h
4215                 remove Pop3SessionType (used by selective download)
4216         * src/prefs_toolbar.c
4217                 enable set Default Toolbar button
4218
4219 2003-04-18 [paul]       0.8.11claws101
4220
4221         * sync with 0.8.11cvs29
4222                 see ChangeLog 2003-04-18
4223
4224 2003-04-17 [paul]       0.8.11claws100
4225
4226         * src/prefs_common.[ch]
4227           src/summaryview.c
4228                 remove 'Open next message on deletion' option,
4229                 as the same effect can now be achieved via the
4230                 'Always open messages in summary when selected'
4231                 option.
4232
4233 2003-04-17 [paul]       0.8.11claws99
4234
4235         * sync with 0.8.11cvs28
4236                 see ChangeLog 2003-04-17
4237
4238 2003-04-17 [christoph]  0.8.11claws98
4239
4240         * ac/spamassassin.m4
4241         * src/plugins/spamassassin/libspamc.[ch]
4242         * src/plugins/spamassassin/utils.[ch]
4243                 sync libspamc with SpamAssassin project
4244
4245 2003-04-17 [christoph]  0.8.11claws97
4246
4247         * src/common/socket.h
4248         * src/gtk/sslcertwindow.h
4249                 rename old USE_SSL to USE_OPENSSL
4250
4251 2003-04-17 [paul]       0.8.11claws96
4252
4253         * src/prefs_common.h
4254                 use gulong for P_COLOR so that it compiles/runs on
4255                 64-bit systems. Patch submitted by James Noyes
4256                 <jnoyes-claws@retrogeeks.com>
4257                 
4258         * po/de.po
4259                 updated by Jens
4260
4261 2003-04-17 [paul]       0.8.11claws95
4262
4263         * sync with 0.8.11cvs27
4264                 see ChangeLog 2003-04-16
4265
4266 2003-04-15 [paul]       0.8.11claws94
4267
4268         * src/prefs_common.[ch]
4269                 rearrange to stop the window getting too long:
4270                         move Receive dialog stuff to Receive tab
4271                         move Send dialog to Send tab
4272                         remove Dialogs frame
4273                 rename 'Open messages in summary with cursor keys' to
4274                 'Always open messages in summary when selected', as its
4275                 more appropriate
4276
4277 2003-04-15 [paul]       0.8.11claws93
4278
4279         * src/prefs_common.[ch]
4280           src/summaryview.c
4281                 add new option '/Interface/Open next message on deletion'
4282
4283 2003-04-15 [paul]       0.8.11claws92
4284
4285         * src/summaryview.[ch]
4286                 add /Mark/Lock and /Mark/Unlock to the pop-up
4287                 menu. Patch submitted by Ivan Francolin Martinez
4288                 <ivanfm@users.sourceforge.net>
4289
4290 2003-04-15 [paul]       0.8.11claws91
4291
4292         * sync with 0.8.11cvs24
4293                 see ChangeLog 2003-04-15
4294
4295 2003-04-14 [jens]       0.8.11claws90
4296
4297         * updated German translation and some corrections from
4298                 Roland Bless <bless@tm.uka.de>
4299
4300 2003-04-14 [paul]       0.8.11claws89
4301
4302         * sync with 0.8.11cvs22
4303                 see ChangeLog 2003-04-14
4304
4305 2003-04-13 [paul]       0.8.11claws88
4306
4307         * src/plugins/clamav/clamav_plugin.c
4308                 fix memory leaks
4309                 clean up
4310
4311 2003-04-12 [paul]       0.8.11claws87
4312
4313         * src/plugins/clamav/clamav_plugin.c
4314                 activate enable/disable archive scanning option
4315                 
4316         * src/plugins/clamav/.cvsignore         ** NEW FILE **
4317
4318 2003-04-12 [paul]       0.8.11claws86
4319
4320         * src/plugins/Makefile.am
4321           src/plugins/clamav/Makefile.am                ** NEW FILE **
4322           src/plugins/clamav/README                     ** NEW FILE ** 
4323           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
4324           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
4325                 add Clam AntiVirus plugin
4326
4327 2003-04-12 [paul]       0.8.11claws85
4328
4329         * sync with 0.8.11cvs21
4330                 see ChangeLog 2003-04-11
4331
4332 2003-04-11 [paul]       0.8.11claws84
4333
4334         * po/es.po
4335                 update Spanish translation. Submitted by Ricardo
4336                 Mones Lastra.
4337
4338 2003-04-10 [christoph]  0.8.11claws83
4339
4340         * src/mbox.c
4341                 fix typo that did not move unfiltered mails to destination
4342                 folder
4343
4344         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
4345          when filtering from spool)
4346
4347 2003-04-10 [christoph]  0.8.11claws82
4348
4349         * src/imap.c
4350                 use BODY.PEEK instead of BODY in in message fetch operation
4351                 to make sure the IMAP server does not set the \Seen flag for
4352                 messages. Sylpheed does that later itself, when the message
4353                 is opened in sylpheed
4354
4355         (closes Bug 111 Claws destroys unread marks)
4356
4357 2003-04-09 [oliver]     0.8.11claws81
4358         
4359         * src/folder.c
4360                 fix crash in folder_destroy
4361         * README.claws
4362                 remove selective download
4363
4364 2003-04-09 [christoph]  0.8.11claws80
4365
4366         * src/imap.c
4367                 fix crash in imap_get_msginfo() when then fetched message
4368                 is not found
4369
4370         (closes Bug 110 Crash during mail composition)
4371
4372 2003-04-08 [christoph]  0.8.11claws79
4373
4374         * src/folder.c
4375         * src/prefs_account.c
4376                 Filter new messages that are found in an INBOX folder
4377                 when 'Filter messages on receiving' is enabled in the
4378                 Folder's AccountPrefs. This allows to use Sylpheed's
4379                 filtering engine for IMAP folders where messages are
4380                 added to the INBOX by a MTA
4381
4382 2003-04-08 [paul]       0.8.11claws78
4383
4384         * src/procmsg.h
4385                 clean up after last commit
4386
4387 2003-04-08 [paul]       0.8.11claws77
4388
4389         * sync with 0.8.11cvs20
4390                 see ChangeLog 2003-04-07 and 2003-04-08
4391
4392 2003-04-07 [christoph]  0.8.11claws76
4393
4394         * src/filtering.[ch]
4395         * src/inc.[ch]
4396         * src/mbox.c
4397         * src/procmsg.[ch]
4398                 add procmsg_msginfo_filter() to execute filtering actions
4399
4400 2003-04-06 [christoph]  0.8.11claws75
4401
4402         * src/imap.c
4403                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
4404
4405 2003-04-06 [christoph]  0.8.11claws74
4406
4407         * src/common/utils.[ch]
4408                 add g_int_compare() function for slist sorting
4409
4410         * src/imap.c
4411                 fetch all MsgInfos with one command in imap_get_msginfos()
4412                 using an imap set with a list of ranges
4413
4414         * src/news.c
4415                 use new g_int_compare() function
4416
4417 2003-04-06 [thorsten]   0.8.11claws73
4418
4419         * src/mh.c
4420                 corrected implementation of mh_folder_destroy()
4421
4422 2003-04-05 [christoph]  0.8.11claws72
4423
4424         * src/account.c
4425         * src/folder.[ch]
4426         * src/folderview.c
4427         * src/imap.c
4428         * src/inc.c
4429         * src/main.c
4430         * src/mainwindow.c
4431         * src/mbox_folder.c
4432         * src/mh.c
4433         * src/mimeview.h
4434         * src/msgcache.[ch]
4435         * src/news.c
4436         * src/procmime.h
4437         * src/procmsg.[ch]
4438         * src/setup.c
4439         * src/gtk/gtkutils.c
4440                 o rename structure field names class and new to klass and
4441                   new_msgs, to allow including files in C++
4442                 o add 'extern "C"' block to some header files
4443                 o add MsgInfoList and MsgNumberList as alias for GSList for
4444                   developers to know what type of list is expected
4445
4446         * src/plugins/image_viewer/plugin.c
4447         * src/plugins/image_viewer/viewer.[ch]
4448         * src/plugins/image_viewer/viewerprefs.[ch]
4449                 rename function names to prevent conflicts
4450
4451 2003-04-05 [paul]       0.8.11claws71
4452
4453         * sync with 0.8.11cvs18
4454                 see ChangeLog 2003-04-03 and 2003-04-04
4455
4456 2003-04-02 [christoph]  0.8.11claws70
4457
4458         * src/folder.[ch]
4459         * src/imap.[ch]
4460         * src/mbox_folder.[ch]
4461         * src/mh.[ch]
4462         * src/news.[ch]
4463                 o Make all virtual folder functions private
4464                 o remove unused folder code
4465
4466         * src/common/socket.[ch]
4467         * src/summaryview.c
4468                 fix warnings
4469
4470 2003-03-30 [alfons]     0.8.11claws69
4471
4472         * src/send_message.c
4473                 remove two debug traces and see if people still report
4474                 errors
4475
4476 2003-03-30 [alfons]     0.8.11claws68
4477
4478         * src/send_message.c
4479         * src/commons/session.c
4480                 add more debug traces
4481
4482 2003-03-30 [christoph]  0.8.11claws67
4483
4484         * src/folder.c
4485                 change processing folder name from .processing to processing
4486
4487         * src/common/ssl.c
4488                 disable SSL certificate check because it causes Xlib error
4489                 when the child process want's to open an GTK window
4490
4491 2003-03-30 [christoph]  0.8.11claws66
4492
4493         * src/folder.c
4494                 don't use default folder for processing folder item because
4495                 it can be a non local folder
4496
4497         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4498
4499 2003-03-30 [alfons]     0.8.11claws65
4500
4501         * src/send_message.c
4502                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4503                 to generate bad code for 'send_send_data_progressive': When
4504                 called from 'send_send_data_finished', the 'data' pointer is
4505                 cleared just before the assignment to the dialog pointer
4506
4507 2003-03-29 [christoph]  0.8.11claws64
4508
4509         * src/common/prefs.h
4510         * src/plugins/image_viewer/Makefile.am
4511         * src/plugins/image_viewer/plugin.c
4512         * src/plugins/image_viewer/viewer.[ch]
4513         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4514                 add PrefsPage for ImageViewer
4515
4516 2003-03-28 [thorsten]   0.8.11claws63
4517
4518         * src/common/session.c
4519                 added some comments
4520
4521 2003-03-28 [paul]       0.8.11claws62
4522
4523         * sync with 0.8.11cvs16
4524                 see ChangeLog 2003-03-28
4525
4526 2003-03-28 [paul]       0.8.11claws61
4527
4528         * sync with 0.8.11cvs15
4529                 see ChangeLog 2003-03-28
4530
4531 2003-03-27 [christoph]  0.8.11claws60
4532
4533         * src/folder.c
4534         * src/imap.c
4535         * src/common/socket.[ch]
4536                 set socket state to DISCONNECTED when any operation
4537                 fails to allow reconnecting in IMAP code without
4538                 checking the return code of all calls to the command
4539                 functions
4540
4541         * src/folderview.c
4542         * src/summaryview.c
4543                 remove some more stuff that depends on specific
4544                 folder types
4545
4546 2003-03-27 [paul]       0.8.11claws59
4547
4548         * sync with 0.8.11cvs14
4549                 see ChangeLog 2003-03-27
4550                 
4551         * src/selective_download.[ch]   ** REMOVED **
4552                 really removed
4553
4554 2003-03-27 [christoph]  0.8.11claws58
4555
4556         * src/folder.c
4557                 fix handling of tmp_flags in flag copy function
4558
4559 2003-03-27 [paul]       0.8.11claws57
4560
4561         * sync with 0.8.11cvs13
4562                 see ChangeLog 2003-03-27
4563
4564 2003-03-27 [oliver]     0.8.11claws56
4565
4566         * src/maiwindow.c
4567                 remove sel_download_cb
4568
4569 2003-03-27 [oliver]     0.8.11claws55
4570         
4571         * src/inc.c
4572                 remove POP3_TOP
4573         
4574 2003-03-26 [oliver]     0.8.11claws54
4575
4576         *src/pop.h
4577                 remove POP3_TOP*
4578         * README.claws
4579                 remove selective donwload readme
4580
4581 2003-03-26 [oliver]     0.8.11claws53
4582         * src/matcher.[ch]
4583         * src/matcher_parser_parse.y 
4584         * src/pop.c 
4585         * src/prefs_account.[ch]
4586         * src/prefs_filtering.c
4587                 remove selective donwload
4588
4589 2003-03-26 [oliver]     0.8.11claws52
4590
4591         * src/inc.[ch] 
4592         * src/filtering.c 
4593         * src/mainwindow.c 
4594                 remove selective donwload
4595
4596 2003-03-26 [oliver]     0.8.11claws51
4597         
4598         * src/Makefile.am
4599         * src/selective_download.[ch]   ** REMOVE **    
4600
4601 2003-03-26 [christoph]  0.8.11claws50
4602
4603         * src/news.c
4604                 fix NEWS that got broken by a sync with sylpheed-main
4605
4606 2003-03-26 [christoph]  0.8.11claws49
4607
4608         * src/mimeview.c
4609                 fix mime type guessing when no mime type is found for a file
4610
4611 2003-03-25 [christoph]  0.8.11claws48
4612
4613         * src/mimeview.c
4614         * src/procmime.c
4615                 remove mime type guessing from mime parser and use
4616                 name based mime types in viewer lookup for mime type
4617                 application/octet-stream
4618
4619 2003-03-25 [christoph]  0.8.11claws47
4620
4621         * doc-src/readme.txt
4622         * doc-src/rfc2554.txt
4623                 add RFC about SMTP AUTH
4624
4625         * src/send_message.c
4626         * src/common/smtp.[ch]
4627                 add extra error code for authentication errors and
4628                 clear temporary password when this error occurs
4629
4630         (closes Bug 84 authentication failure while sending should
4631          prompt for password again)
4632
4633 2003-03-25 [christoph]  0.8.11claws46
4634
4635         * configure.ac
4636         * src/Makefile.am
4637         * src/imageview.[ch]                            ** REMOVE **
4638         * src/messageview.[ch]
4639         * src/mimeview.[ch]
4640         * src/prefs_common.[ch]
4641         * src/textview.c
4642         * src/plugins/Makefile.am
4643         * src/plugins/image_viewer/.cvsignore           ** NEW **
4644         * src/plugins/image_viewer/Makefile.am          ** NEW **
4645         * src/plugins/image_viewer/plugin.c             ** NEW **
4646         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4647                 move image viewer into a plugin (building is enabled by default)
4648                 [ToDo: Prefs for resize and autoview]
4649
4650 2003-03-25 [paul]       0.8.11claws45
4651
4652         * sync with 0.8.11cvs12
4653                 see ChangeLog 2003-03-26
4654
4655 2003-03-25 [paul]       0.8.11claws44
4656
4657         * sync with 0.8.11cvs11
4658                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4659                 
4660         Note: Selective Download is broken.
4661                 
4662 2003-03-22 [christoph]  0.8.11claws43
4663
4664         * src/folder.c
4665                 code cleanup for flags copying
4666
4667 2003-03-22 [christoph]  0.8.11claws42
4668
4669         * src/plugins/trayicon/trayicon.c
4670                 fix setting the transparent area when the window size
4671                 is forced by the system tray
4672
4673 2003-03-22 [christoph]  0.8.11claws41
4674
4675         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4676         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4677         * src/plugins/trayicon/newmail.xpm              ** NEW **
4678         * src/plugins/trayicon/nomail.xpm               ** NEW **
4679         * src/plugins/trayicon/trayicon.c
4680         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4681                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4682                 o add icon for unread mails
4683                 o set transparency for window
4684
4685 2003-03-22 [christoph]  0.8.11claws40
4686
4687         * src/news.c
4688                 init news session to prevent crash when session is closed
4689
4690 2003-03-22 [christoph]  0.8.11claws39
4691
4692         * src/imap.c
4693         * src/common/session.[ch]
4694                 Init session data to make sure we don't have invalid pointers
4695                 for read_ch and write_ch when new multi process sessions are
4696                 not used
4697
4698         * src/main.c
4699         * src/common/plugin.c
4700         * src/common/sylpheed.c
4701         * src/plugins/demo/demo.c
4702         * src/plugins/dillo_viewer/dillo_viewer.c
4703         * src/plugins/mathml_viewer/mathml_viewer.c
4704         * src/plugins/spamassassin/spamassassin.c
4705         * src/plugins/spamassassin/spamassassin_gtk.c
4706                 add plugin types to allow loading plugins at different times
4707                 (and maybe for different frontends), because it's not good to
4708                 load GTK-Plugins gefore gtk_init was called
4709
4710         * configure.ac
4711         * src/plugins/Makefile.am
4712         * src/plugins/trayicon/.cvsignore               ** NEW **
4713         * src/plugins/trayicon/Makefile.am              ** NEW **
4714         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4715         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4716         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4717         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4718         * src/plugins/trayicon/trayicon.c               ** NEW **
4719                 New Trayicon plugin that shows an icon in a systray that uses
4720                 XEMBED protocol like Gnome's systray. Icon shows if there
4721                 are new mails and a tooltip shows information about new,
4722                 unread and total messages.
4723
4724 2003-03-22 [paul]       0.8.11claws38
4725
4726         * src/common/smtp.c
4727                 fix ESMTP AUTH CRAM-MD5
4728                 [sync with main (still version 0.8.11cvs6), see
4729                  ChangeLog 2003-03-22]
4730
4731 2003-03-21 [colin]      0.8.11claws37
4732
4733         * src/send_message.c
4734                 Fix USE_SSL => USE_OPENSSL
4735
4736 2003-03-21 [colin]      0.8.11claws36
4737
4738         * src/folderview.c
4739                 Fix counts in drag and dropped subfolders
4740
4741 2003-03-21 [colin]      0.8.11claws35
4742
4743         * src/folder.c 
4744         * src/folderview.c
4745                 speed up a bit folder dnd
4746
4747 2003-03-20 [alfons]     0.8.11claws34
4748
4749         * src/main.c
4750         * src/toolbar.c
4751         * src/procmsg.c
4752                 don't send locked queue messages
4753                 (feature request "[ 705245 ] Locking message in outbox 
4754                  should prevent sending")
4755
4756 2003-03-20 [christoph]  0.8.11claws33
4757
4758         * src/folder.c
4759                 remove NEW and UNREAD flag in special folders when scanning
4760                 
4761         * src/common/smtp.c
4762                 fix ESMTP AUTH CRAM-MD5
4763
4764 2003-03-20 [paul]       0.8.11claws32
4765
4766         * src/prefs_account.c
4767                 Re-write 'Tunnel command to open connection' as
4768                 'Use command to communicate with server', and disable
4769                 it for all except IMAP accounts
4770
4771 2003-03-20 [paul]       0.8.11claws31
4772
4773         * sync with 0.8.11cvs6
4774                 see ChangeLog 2003-03-20
4775
4776 2003-03-19 [match]      0.8.11claws30
4777
4778         * src/addritem.[ch]
4779                 include documentation. minor refactoring.
4780         * src/addr_compl.[ch]
4781         * src/addrindex.[ch]
4782         * src/addresbook.[ch]
4783         * src/summaryview.c
4784                 re-enable address lookup (was disabled in
4785                 0.8.11claws20).
4786
4787 2003-03-19 [christoph]  0.8.11claws29
4788
4789         * src/procmsg.c
4790                 add temp flag handling, will make moving and copying
4791                 messages possible again
4792
4793         * src/folder.c
4794                 correct calulation of folder stats
4795
4796 2003-03-18 [match]      0.8.11claws28
4797
4798         * src/editgroup.h
4799                 remove case sensitive comparison (closes bug 80).
4800
4801 2003-03-18 [christoph]  0.8.11claws27
4802
4803         * src/imap.c
4804                 fix imap using a tunnel command
4805
4806         (closes bug 87)
4807
4808 2003-03-18 [christoph]  0.8.11claws26
4809
4810         * src/folder.[ch]
4811         * src/imap.c
4812         * src/procmsg.[ch]
4813                 rewrite flag handling for folders
4814
4815 2003-03-18 [christoph]  0.8.11claws25
4816
4817         * src/folder.c
4818         * src/procmsg.c
4819         * src/summaryview.c
4820                 unset NEW and UNREAD flags when message is ignored, to make
4821                 sure messages don't show up as unread on other IMAP clients,
4822                 because the IGNORE_THREAD flag can not be syncronized through
4823                 the IMAP folder
4824
4825 2003-03-17 [christoph]  0.8.11claws24
4826
4827         * src/imap.c
4828                 don't use recursion to fetch uids when the number of messages
4829                 does not match. Moved code into subfunction that is used
4830                 again when needed, to prevent an endless loop.
4831
4832 2003-03-17 [thorsten]   0.8.11claws23
4833
4834         * src/imageview.[ch]
4835                 export imageview_get_resized_size() (for plugins)
4836         * src/prefs_common.[ch]
4837                 added prefs_common_get() (for plugins)
4838
4839 2003-03-17 [christoph]  0.8.11claws22
4840
4841         * src/imap.c
4842                 o remove UID guessing from copy code
4843                 o support UIDPLUS extension for APPEND command
4844
4845 2003-03-17 [paul]       0.8.11claws21
4846
4847         * src/gtk/about.c
4848                 remove 'Compiled-plugins' section.
4849                 
4850         * src/plugins/dillo_viewer/dillo_viewer.c
4851                 slight change to description text
4852
4853 2003-03-16 [match]      0.8.11claws20
4854         * src/ldapserver.[ch]           ** NEW **
4855         * src/ldapctrl.[ch]             ** NEW **
4856         * src/ldapquery.[ch]            ** NEW **
4857         * src/ldaputil.[ch]             ** NEW **
4858         * src/addrcindex.[ch]           ** NEW **
4859         * src/addrquery.h               ** NEW **
4860         * src/addritem.[ch]
4861         * src/addrcache.[ch]
4862         * src/addrindex.[ch]
4863         * src/addr_compl.[ch]
4864         * src/addressbook.[ch]
4865         * src/addrbook.[ch]
4866         * src/editgroup.c
4867         * src/editaddress.c
4868         * src/editldap.c
4869         * src/editldap_basedn.c
4870         * src/vcard.c
4871         * src/jpilot.c
4872         * src/Makefile.am
4873                 included dynamic LDAP queries. improved address
4874                 completion.
4875
4876 2003-03-16 [paul]       0.8.11claws19
4877
4878         * tools/multiwebsearch.pl
4879                 fix a fatal typo
4880
4881 2003-03-16 [christoph]  0.8.11claws18
4882
4883         * src/mimeview.c
4884         * src/plugins/dillo_viewer/dillo_viewer.c
4885         * src/plugins/mathml_viewer/mathml_viewer.c
4886                 make unregistering of MimeViewerFactorys possible
4887
4888 2003-03-16 [alfons]     0.8.11claws17
4889
4890         * configure.ac
4891                 correct typo
4892
4893 2003-03-16 [melvin]     0.8.11claws16
4894
4895         * src/plugins/dillo_viewer.c
4896                 Fixed bug where it was not possible to view more than
4897                 one text/html attachment per message (bug discovered
4898                 by Christoph Hohmann).
4899
4900 2003-03-15 [melvin]     0.8.11claws15
4901
4902         * src/prefs_actions.c
4903                 Fixed compilation warnings.
4904
4905 2003-03-15 [melvin]     0.8.11claws14
4906
4907         * src/plugins/Makefile.am
4908         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4909         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4910         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4911                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4912                 newer (http://dillo.auriga.wearlab.de/).
4913
4914 2003-03-15 [christoph]  0.8.11claws13
4915
4916         * src/imap.c
4917                 don't query imap folder for attributes because we already
4918                 for them from imap_status
4919
4920         * src/mimeview.[ch]
4921                 add support for plugable MimeViewers (unloading Viewers
4922                 not yet complete)
4923
4924         * src/plugins/Makefile.am
4925         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4926         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4927         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4928                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4929                 widget from http://helm.cs.unibo.it/mml-widget/
4930
4931 2003-03-14 [christoph]  0.8.11claws12
4932
4933         * src/folder.[ch]
4934                 o error return code's should better be negative
4935                 o replace printf with debug_print
4936
4937         * src/imap.c
4938                 improve IMAP folder scan by checking UID-NEXT
4939
4940         * src/summaryview.c
4941                 remove check that are unnecessary in my opinion
4942
4943 2003-03-13 [christoph]  0.8.11claws11
4944
4945         * src/folder.[ch]
4946         * src/foldersel.c
4947         * src/folderview.c
4948         * src/imap.c
4949         * src/mbox_folder.c
4950         * src/mh.c
4951         * src/news.c
4952         * src/prefs_scoring.c
4953         * src/summaryview.c
4954                 use a common function to get a displayable name
4955                 for a FolderItem
4956
4957 2003-03-13 [paul]       0.8.11claws10
4958
4959         * tools/Makefile.am
4960           tools/README
4961           tools/multiwebsearch.conf     ** NEW FILE **
4962           tools/multiwebsearch.pl       ** NEW FILE **
4963                 add multiwebsearch Actions script
4964
4965 2003-03-13 [colin]      0.8.11claws9
4966
4967         * src/compose.c
4968                 Remove leading emtpy lines from quoted text
4969                 before quoting it
4970
4971 2003-03-13 [melvin]     0.8.11claws8
4972
4973         * src/prefs_actions.c
4974                 Fixed a memory leak
4975                 Code clean ups
4976                 Added Cancel and OK buttons
4977                 Corrected help text
4978
4979 2003-03-13 [christoph]  0.8.11claws7
4980
4981         * src/account.c
4982         * src/folder.[ch]
4983         * src/imap.c
4984         * src/mainwindow.c
4985         * src/mbox_folder.c
4986         * src/mh.c
4987         * src/news.c
4988         * src/setup.c
4989                 replace more folder type stuff with folder class stuff
4990
4991 2003-03-13 [melvin]     0.8.11claws6
4992
4993         * src/prefs_actions.c
4994                 Added new tokens:
4995                 %u: user provided argument
4996                 %h: user provided argument (hidden on input)
4997                 %s: current text selection in the message view 
4998
4999 2003-03-13 [paul]       0.8.11claws5
5000
5001         * sync with 0.8.11cvs5
5002                 see ChangeLog 2003-03-11, 2003-03-12
5003
5004 2003-03-12 [christoph]  0.8.11claws4
5005
5006         * src/folder.c
5007                 use folder class idstr when writing folderlist.xml
5008
5009         * src/folder.h
5010         * src/imap.c
5011         * src/news.c
5012                 replace folder type checks with folder class checks
5013
5014 2003-03-12 [christoph]  0.8.11claws3
5015
5016         * src/folder.[ch]
5017         * src/imap.[ch]
5018         * src/main.c
5019         * src/mbox_folder.[ch]
5020         * src/mh.[ch]
5021         * src/news.[ch]
5022                 o create a list of known folder classes in the folder system
5023                 o use folder class id strings for folder item identifiers
5024
5025 2003-03-12 [christoph]  0.8.11claws2
5026
5027         * src/imap.c
5028                 fix imap uid validity check
5029
5030 2003-03-12 [christoph]  0.8.11claws1
5031
5032         * src/account.c
5033         * src/folder.[ch]
5034         * src/foldersel.c
5035         * src/folderview.c
5036         * src/imap.c
5037         * src/mainwindow.c
5038         * src/mbox_folder.c
5039         * src/mh.c
5040         * src/news.c
5041         * src/prefs_scoring.c
5042         * src/procmsg.c
5043         * src/setup.c
5044         * src/summaryview.c
5045                 initial restructuring of folder system, seperating
5046                 folders and folder classes
5047
5048 2003-03-12 [paul]       0.8.11claws
5049
5050         0.8.11claws release
5051
5052 2003-03-12 [christoph]
5053
5054         * src/gtk/prefswindow.c
5055                 fix translation of "Page Index"
5056
5057 2003-03-12 [paul]       0.8.10claws110
5058
5059         a sync from 0.8.11cvs4 before the release
5060
5061         * src/common/utils.c
5062                 subject_compare_for_sort(): allow null strings (fixes
5063                 summary sorting).
5064
5065 2003-03-11 [paul]       0.8.10claws109
5066
5067         * po/es.po
5068                 update Spanish translation, submitted by
5069                 Ricardo Mones Lastra
5070
5071 2003-03-11 [melvin]     0.8.10claws108
5072
5073         * po/fr.po
5074                 Updated French translations
5075
5076 2003-03-11 [paul]       0.8.10claws107
5077
5078         * manual/en/Makefile.am
5079           manual/en/*.html
5080                 update English manual, add a new page
5081                 updated by Francois Barriere <fbarriere@atmel.fr>
5082                 
5083         * po/bg.po
5084           po/it.po
5085           po/sr.po
5086                 update Bulgarian, Italian, and Serbian translations
5087                 submitted by George Danchev, Alessandro Maestri, and
5088                 Urke MMI
5089
5090 2003-03-10 [paul]       0.8.10claws106
5091
5092         * src/gtk/about.c
5093           src/gtk/prefswindow.c
5094                 make some strings translatable
5095
5096 2003-03-10 [darko]      0.8.10claws105
5097
5098         * src/compose.c
5099                 code cleanup to make Hiro happy
5100
5101 2003-03-10 [paul]       0.8.10claws104
5102
5103         * sync with 0.8.11cvs2
5104                 see ChangeLog 2003-03-10
5105
5106 2003-03-09 [melvin]     0.8.10claws103
5107
5108         * src/textview.c
5109                 textview_set_font(): fix for message display in
5110                 UTF-8 locales (thanks to Sergey Vlasov).
5111                 (was unintentionnaly reverted in 0.8.6claws6)   
5112
5113 2003-03-08 [darko]      0.8.10claws102
5114
5115         * src/compose.c
5116                 fix infinite loop in wrapping as reported
5117                 by happycactus
5118                 obsoletes patch #696482
5119
5120 2003-03-08 [christoph]  0.8.10claws101
5121
5122         * src/imap.c
5123                 add workaround for IMAP servers that do not
5124                 support the "UID SEARCH UID" command
5125
5126 2003-03-07 [christoph]  0.8.10claws100
5127
5128         * src/plugins/spamassassin/spamassassin.[ch]
5129         * src/plugins/spamassassin/spamassassin_gtk.c
5130                 code cleanup
5131
5132 2003-03-07 [paul]       0.8.10claws99
5133
5134         * po/es.po
5135                 updated Spanish translation, submitted by
5136                 Ricardo Mones Lastra
5137
5138 2003-03-07 [christoph]  0.8.10claws98
5139
5140         * src/send.c
5141                 fix in 0.8.10claws94 was wrong
5142                 local delivery does not require escaping, remove escaping
5143                 code to make signatures of mails with "." lines valid
5144                 
5145                 NOTE: requires that sendmail is executed with "-i" option,
5146                       what is the default now, but has to be changed in all
5147                       exsiting accounts)
5148
5149 2003-03-07 [paul]       0.8.10claws97
5150
5151         * sync with 0.8.11 release
5152                 see ChangeLog 2003-03-07
5153
5154 2003-03-06 [paul]       0.8.10claws96
5155
5156         * src/compose.c
5157                 revert commit 0.8.10claws92
5158
5159 2003-03-06 [paul]       0.8.10claws95
5160
5161         * src/folderview.c
5162                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
5163
5164         * src/gtkaspell.c
5165                 fix bug 74, 'Crash opening editor window with pseudo-color
5166                 display'
5167                 
5168         Patches submitted by Kevin Vigor <kevin@vigor.nu>
5169
5170 2003-03-06 [christoph]  0.8.10claws94
5171
5172         * src/send.c
5173                 fix rfc2821 (4.5.2) violation in SMTP data sending,
5174                 all lines starting with a period get an extra period
5175                 inserted
5176                 (found by Simon 'corecode' Schubert)
5177
5178 2003-03-06 [paul]       0.8.10claws93
5179
5180         * src/folderview.c
5181                 if configured font can't be loaded fall back to gtk
5182                 default. (with thanks to Christoph)
5183                 
5184                 closes long-standing bug 15 'Crashes on startup'
5185
5186 2003-03-06 [paul]       0.8.10claws92
5187
5188         * src/compose.c
5189                 freeze text before autosave and thaw afterwards
5190                 fixes bug 67 'autosave make re-rediting message crazy'
5191
5192 2003-03-06 [christoph]  0.8.10claws91
5193
5194         * src/compose.c
5195                 ignore address comment in dupe check for Cc-list
5196
5197         (closes reopened bug 47 Replying to message strips name part of
5198          e-mail addresses of Cc: lines)
5199
5200 2003-03-06 [paul]       0.8.10claws90
5201
5202         * src/Makefile.am
5203                 remove reference to gtkxtext.h as its no longer in
5204                 the repository
5205
5206 2003-03-06 [paul]       0.8.10claws89
5207
5208         * sync with 0.8.10cvs25
5209                 see ChangeLog 2003-03-06
5210
5211 2003-03-06 [oliver]     0.8.10claws88
5212         
5213         * src/messageview.c
5214                 remove include
5215
5216 2003-03-06 [oliver]     0.8.10claws87
5217         
5218         * src/folderview.c 
5219                 remove changes introduced inclaws74
5220         * src/messageview.c
5221                 another attempt to sanely delete and update
5222                 messages deleted in separate messageview
5223
5224 2003-03-05 [christoph]  0.8.10claws86
5225
5226         * src/summaryview.c
5227                 check if "From" matches any account's address if
5228                 addressbook completion of addresses is disabled too
5229
5230         (closes Bug 70 "Display recipient in from" doesn't check
5231          folder's default account)
5232
5233 2003-03-05 [christoph]  0.8.10claws85
5234
5235         * src/compose.c
5236         * src/common/utils.[ch]
5237                 don't strip address comments when building Cc lists
5238
5239         (closes Bug 47 Replying to message strips name part of e-mail addresses
5240          of Cc: lines)
5241
5242         * src/folder.c
5243                 fix return value of copy function
5244
5245 2003-03-05 [christoph]  0.8.10claws84
5246
5247         * src/imap.c
5248                 don't ask imap server for non rfc822 headers
5249
5250         (closes bug 71 IMAP FETCH asks for FROM header field twice)
5251
5252         * src/imap.c
5253                 destroy session on socket error to allow reconnecting
5254
5255 2003-03-05 [christoph]  0.8.10claws83
5256
5257         * configure.ac
5258                 fix building with gnome when no prefix is set
5259
5260         (closes bug 66 Gnome directory is set to NONE)
5261
5262 2003-03-05 [paul]       0.8.10claws82
5263
5264         * sync with 0.8.10cvs23
5265                 see ChangeLog 2003-03-05
5266
5267 2003-03-04 [christoph]  0.8.10claws81
5268
5269         * src/folder.c
5270                 o fix moving and copying when folder returns 0 for new
5271                   message number
5272                 o remove some code for single message copy and move
5273                   operations and use functions for multiple messages
5274
5275         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
5276
5277         * src/news.c
5278                 remove unused include
5279
5280 2003-03-04 [paul]       0.8.10claws80
5281
5282         * src/gtk/about.c
5283                 list 'Compiled plugins'
5284
5285 2003-03-03 [christoph]  0.8.10claws79
5286
5287         * src/news.[ch]
5288                 have to multiply the percentage of the current fetch with
5289                 the percentage that it has of the total fetch operation
5290                 for correct values
5291
5292 2003-03-03 [christoph]  0.8.10claws78
5293
5294         * src/news.c
5295                 fix calculation of expected lines for progress indicator
5296
5297 2003-03-03 [christoph]  0.8.10claws77
5298
5299         * src/summaryview.c
5300         * src/common/utils.c
5301                 fix segfault when opening the root news folder
5302
5303 2003-03-03 [christoph]  0.8.10claws76
5304
5305         * src/mainwindow.[ch]
5306         * src/common/Makefile.am
5307         * src/common/progressindicator.[ch]
5308                 add UI independent progress indicator handling
5309
5310         * src/news.[ch]
5311                 use new progress indicator for message info fetching
5312
5313         * src/common/hooks.h
5314                 code cleanup
5315
5316 2003-03-03 [oliver]     0.8.10claws75
5317
5318         * src/toolbar.c
5319         * src/compose.c
5320                 removed commented code
5321
5322 2003-03-03 [oliver]     0.8.10claws74
5323
5324         * src/toolbar.[ch]
5325                 cleanups and refactoring
5326         * src/compose.[ch]
5327                 compose_reply_mode reply & forwarding interface for
5328                 toolbar buttons
5329         * src/folderview.c
5330                 act on messages marked for deletion in folderview_selected
5331                 based on prefs_common.immediate_exec since a message might 
5332                 have been deleted by messageview in a folder we are changing 
5333                 to (does anybody understand what I'm on about ?)
5334
5335 2003-03-03 [oliver]     0.8.10claws73
5336         
5337         * src/messageview.[ch]
5338                 new functions
5339                 - messageview_delete: delete message shown in messagview
5340                 - messageview_update_view: update messageview to currently 
5341                   selected summaryview message
5342                 - add separate messageview to msgview_list in order to update 
5343                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
5344         * src/summaryview.[ch]
5345                 summary_get_selection returns a list of selected msgs
5346                 in summaryview
5347         * src/mainwindow.c
5348                 toolbar reply refactoring
5349
5350 2003-03-03 [paul]       0.8.10claws72
5351
5352         * sync with 0.8.10cvs21
5353                 see ChangeLog 2003-03-03
5354
5355 2003-03-02 [christoph]  0.8.10claws71
5356
5357         * src/common/passcrypt.c
5358                 use POSIX includes
5359
5360 2003-03-02 [christoph]  0.8.10claws70
5361
5362         * configure.ac
5363         * src/prefs_account.c
5364         * src/prefs_gtk.[ch]
5365         * src/common/.cvsignore
5366         * src/common/Makefile.am
5367         * src/common/passcrypt.c                ** NEW **
5368         * src/common/passcrypt.h.in             ** NEW **
5369                 Implement password encryption in config files
5370                 using unix encrypt and setkey functions. The crypt
5371                 key can be set as a configure parameter. Old
5372                 passwords will be converted if they do not begin
5373                 with '!'
5374
5375 2003-03-02 [paul]       0.8.10claws69
5376
5377         * src/prefs_account.c
5378                 fix compile error
5379
5380 2003-03-01 [thorsten]   0.8.10claws68
5381
5382         * po/el.po
5383           po/hr.po
5384           po/it.po
5385           po/nl.po
5386           po/sr.po
5387           po/sv.po
5388                 corrected format strings
5389         * po/en_GB.po
5390                 corrected headers
5391                 (fix compile errors with GNU gettext-0.11.5)
5392
5393 2003-03-01 [oliver]     0.8.10claws67
5394
5395         * src/summaryview.c
5396                 menu callbacks call toolbar_menu_reply
5397
5398 2003-03-01 [oliver]     0.8.10claws66
5399
5400         * src/mainwindow.c
5401         * src/messageview.c
5402                 menu callbacks call toolbar_menu_reply
5403         * src/toolbar.[ch]
5404                 callbacks from menu handled by toolbar_menu_reply
5405
5406 2003-03-01 [paul]       0.8.10claws65
5407
5408         * src/addressbook.c
5409                 revert commit 0.8.10claws54 - breaks editing of
5410                 addressbook.
5411                 
5412         * po/bg.po
5413                 update Bulgarian translation, submitted by
5414                 George Danchev
5415
5416 2003-02-28 [christoph]  0.8.10claws64
5417
5418         * src/account.c
5419         * src/addressadd.c
5420         * src/compose.c
5421         * src/gtkaspell.c
5422         * src/gtkxtext.h                ** REMOVE **
5423         * src/imap.c
5424         * src/matcher.[ch]
5425         * src/mh.c
5426         * src/news.c
5427         * src/pine.c
5428         * src/prefs_common.c
5429         * src/prefs_matcher.c
5430         * src/procheader.[ch]
5431         * src/procmsg.[ch]
5432         * src/toolbar.c
5433         * src/common/ssl_certificate.c
5434         * src/gtk/colorlabel.c
5435         * src/gtk/menu.c
5436                 o fix warnings
5437                 o remove code obsoleted by new cache and folder system rework
5438
5439 2003-02-28 [oliver]     0.8.10claws63
5440         
5441         * src/toolbar.[ch]
5442                 * fix bug where reply in Messageview replied to 
5443                 Message displayed in summaryview
5444                 (reportedd via ML by chinatinte at gmx dot ch)
5445                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
5446                 didn't work in separate MessageView Toolbar
5447                 (wondering if anybody uses this at all ?)
5448         * src/summaryview.[ch]
5449                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
5450                 (generalize reply and forward code);
5451         * src/messageview.c 
5452                 remove focus_in event which updated summaryview to messageview
5453
5454 2003-02-28 [paul]       0.8.10claws62
5455
5456         * po/Makefile.in.in
5457                 add the --check option
5458                 Patch submitted by Ricardo Mones Lastra
5459
5460 2003-02-28 [paul]       0.8.10claws61
5461
5462         * src/prefs_account.c
5463                 re-order 'Signature' items
5464
5465 2003-02-28 [paul]       0.8.10claws60
5466
5467         * sync with 0.8.10cvs20
5468                 see ChangeLog 2003-02-28
5469
5470 2003-02-28 [paul]       0.8.10claws59
5471
5472         * po/POTFILES.in
5473                 update to reflect recent movement of files
5474
5475 2003-02-28 [paul]       0.8.10claws58
5476
5477         * sync with 0.8.10cvs19
5478                 see ChangeLog 2003-02-28
5479
5480 2003-02-27 [martin]     0.8.10claws57
5481
5482         * src/prefs_matcher.c 
5483                 fix segfault in prefs_matcher_ok() when the
5484                 last entry is deleted and prevents that the
5485                 message "entry not saved" comes up after deleting
5486                 an entry
5487
5488 2003-02-27 [martin]     0.8.10claws56
5489
5490         * src/prefs_filtering.c 
5491                 fix segfault in prefs_filtering_ok() when the
5492                 last entry is deleted and prevents that the
5493                 message "entry not saved" comes up after deleting
5494                 an entry
5495
5496 2003-02-27 [paul]       0.8.10claws55
5497
5498         * sync with 0.8.10cvs18
5499                 see ChangeLog 2003-02-27
5500
5501 2003-02-27 [paul]       0.8.10claws54
5502
5503         * src/addressbook.c
5504                 fix bug where the address book crashes with 
5505                 multiple lookups.
5506                 Patch [687729] submitted by David Frager 
5507                 <dbfrager@users.sourceforge.net>
5508
5509 2003-02-25 [christoph]  0.8.10claws53
5510
5511         * src/Makefile.am
5512         * src/colorlabel.[ch]           ** REMOVE **
5513         * src/gtk/Makefile.am
5514         * src/gtk/colorlabel.[ch]       ** NEW **
5515                 move colorlabel files to gtk directory
5516
5517         * src/esmtp.[ch]                ** REMOVE **
5518                 has been merged into smtp.[ch] in 0.7.5
5519
5520 2003-02-25 [christoph]  0.8.10claws52
5521
5522         * src/Makefile.am
5523         * src/about.[ch]                ** REMOVE **
5524         * src/gtk/Makefile.am
5525         * src/gtk/about.[ch]            ** NEW **
5526                 move about files to gtk directory
5527
5528 2003-02-25 [christoph]  0.8.10claws51
5529
5530         * src/folder.c
5531                 some code optimization of folder scanning code
5532
5533         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5534
5535 2003-02-25 [christoph]  0.8.10claws50
5536
5537         * src/main.c
5538         * src/common/sylpheed.c
5539                 add command line parameter parsing to common code
5540
5541 2003-02-24 [christoph]
5542
5543         * Makefile.am
5544         * configure.ac
5545                 fix gnome prefix problems, the configure script now removed
5546                 `gnome-config --prefix` from `gnome-config --datadir`
5547                 and adds $(prefix} instead
5548
5549         (closes Bug 24 Makefile does not respect prefix when installing
5550          GNOME data)
5551
5552 2003-02-24 [christoph]  0.8.10claws49
5553
5554         * src/news.c
5555                 check for valid session before trying to authenticate
5556
5557         (closes Bug 60 crash if "authenticate on logon" is activated
5558          and newsserver-hostname is not valid)
5559
5560 2003-02-24 [melvin]     0.8.10claws48
5561
5562         * src/prefs_actions.c
5563                 Make sure all user's input is sent to the action and then
5564                 close the socket..
5565
5566 2003-02-23 [alfons]     0.8.10claws46
5567
5568         * src/summaryview.c
5569                 also wait cursor when deleting files
5570
5571 2003-02-23 [paul]
5572
5573         * tools/freshmeat_search.pl
5574           tools/google_search.pl
5575                 scripts should now work for any browser/browser command line
5576
5577 2003-02-22 [christoph]  0.8.10claws45
5578
5579         * src/procmsg.c
5580                 fix IMAP flag setting, IMAP flag is not handled correctly
5581                 anymore by the folder system and information about the
5582                 folder should not be saved in the MsgInfo (in my opinion)
5583
5584         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5585
5586 2003-02-22 [christoph]  0.8.10claws44
5587
5588         * src/summaryview.c
5589                 fix spelling of "label" ;-)
5590
5591 2003-02-22 [thorsten]   0.8.10claws43
5592
5593         * src/mimeview.c
5594           src/prefs_common.[ch]
5595           src/procmime.[ch]
5596                 do not use description as attachment name
5597
5598 2003-02-22 [alfons]     0.8.10claws42
5599
5600         * src/summaryview.c
5601                 freeze/thaw folder item updates when changing color labels,
5602                 and put a wait cursors on
5603
5604 2003-02-22 [thorsten]   0.8.10claws41
5605
5606         * src/mimeview.c
5607                 save-all fixes: crash if invoked on multipart container,
5608                 mimeinfo access, pathseparators, error dialog
5609
5610 2003-02-21 [alfons]     0.8.10claws40
5611
5612         * src/prefs_gtk.c
5613                 remove unused var
5614
5615 2003-02-21 [colin]      0.8.10claws39
5616
5617         * src/send.c
5618                 Fix smtp logging
5619
5620 2003-02-21 [colin]      0.8.10claws38
5621
5622         * src/summaryview.c
5623                 Freeze/thaw folderItem updates when filtering messages 
5624                 via Tools/Filter messages
5625
5626 2003-02-21 [paul]       0.8.10claws37
5627
5628         * src/compose.c
5629                 revert commit 0.8.10claws26, there are ulterior motives
5630                 for users to set a Reply-To header when posting to
5631                 newsgroups
5632
5633 2003-02-21 [paul]       0.8.10claws36
5634
5635         * sync with 0.8.10cvs17
5636                 see ChangeLog 2003-02-21
5637
5638 2003-02-20 [christoph]  0.8.10claws35
5639
5640         * src/imap.c
5641                 IMAP UID fetch speedup using SEARCH
5642
5643         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5644
5645         * src/imap.c
5646                 fix problem with UIDs in IMAP UID cache that no longer existed
5647
5648 2003-02-20 [christoph]  0.8.10claws34
5649
5650         * src/imap.c
5651         * src/procheader.c
5652         * src/procheader.h
5653                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5654
5655         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5656
5657         * src/imap.c
5658                 Rewrite imap_cmd_gen_recv use sock_getline instead
5659                 of sock_gets to avoid problems with too long reply
5660                 lines
5661     
5662 2003-02-20 [colin]      0.8.10claws33
5663         
5664         * src/prefs_account.c
5665                 Better wording
5666
5667 2003-02-20 [colin]      0.8.10claws32
5668
5669         * src/compose.c
5670                 Remove useless '&& !to_sender' 
5671
5672 2003-02-20 [darko]
5673
5674         * AUTHORS
5675                 change my e-mail address
5676
5677 2003-02-19 [colin]      0.8.10claws31
5678
5679         * src/prefs_common.c
5680                 X11 style colors for every configurable color
5681
5682 2003-02-19 [alfons]     0.8.10claws30
5683
5684         * src/prefs_gtk.[ch]
5685         * src/prefs_common.c
5686                 for color_new accept both plain integers and X11 style color
5687                 names (as found in /usr/lib/X11/rgb.txt)
5688
5689 2003-02-19 [paul]       0.8.10claws29
5690
5691         * src/mainwindow.c
5692                 add tooltips to online/offline button and account selector
5693                 button
5694
5695 2003-02-19 [paul]       0.8.10claws28
5696
5697         * src/folder.c
5698           src/news.c
5699           src/prefs_account.[ch]
5700           src/prefs_common.[ch]
5701                 move 'Maximum number of articles to download' to
5702                 account prefs.
5703                 clean up account prefs gui a little by hiding entries
5704                 rather then greying out entries
5705
5706 2003-02-19 [hiro]       0.8.10claws27
5707
5708         * src/common/utils.c
5709                 fix bug #54 'yesterdays date is displayed in the message 
5710                 summary window'
5711
5712 2003-02-19 [paul]       0.8.10claws26
5713
5714         * src/compose.c
5715                 fix bug reported in Feature Request [688596] 
5716                 'Reply-to header in news'
5717
5718 2003-02-18 [paul]       0.8.10claws25
5719
5720         * src/select-keys.c
5721                 add a 'List all keys' button to key selection dialog
5722
5723 2003-02-18 [colin]      0.8.10claws24
5724         
5725         * src/stock_pixmap.c
5726                 fix compile error
5727
5728 2003-02-18 [colin]      0.8.10claws23
5729
5730         * src/common/smtp.[ch]
5731           src/prefs_account.c
5732                 Try to starttls if it seems to be the only
5733                 way to authenticate a user
5734
5735 2003-02-18 [paul]       0.8.10claws22
5736
5737         * src/Makefile.am
5738           src/folderview.c
5739           src/stock_pixmap.[ch]
5740           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5741           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5742                 as a Drafts folder is a special folder allow it to have
5743                 its own unique icons
5744
5745 2003-02-18 [colin]      0.8.10claws21
5746
5747         * src/imap.c
5748                 Fix port selection when using starttls
5749
5750 2003-02-18 [paul]       0.8.10claws20
5751
5752         * src/mainwindow.c
5753           src/prefs_common.[ch]
5754                 make blue the default new mail colour
5755
5756 2003-02-18 [paul]       0.8.10claws19
5757
5758         * sync with 0.8.10cvs14
5759                 see ChangeLog 2003-02-18
5760
5761 2003-02-17 [jens]       0.8.10claws18
5762
5763         * src/common/md5.c
5764                 fixed a compile problem with gcc 3.3
5765                 works on 2.95.3 too (testet on PPC as it is big endian)
5766
5767 2003-02-17 [paul]       0.8.10claws17
5768
5769         * sync with 0.8.10cvs13
5770                 see ChangeLog 2003-02-17
5771
5772 2003-02-17 [paul]       0.8.10claws16
5773
5774         * sync with 0.8.10cvs12
5775                 see ChangeLog 2003-02-17
5776
5777 2003-02-16 [match]      0.8.10claws15
5778
5779         * src/addressbook.c
5780                 Eliminates reloading of address data when items
5781                 deleted or added. Applied submitted by
5782                 Luke Plant <lukeplant@softhome.net>
5783
5784 2003-02-16 [paul]       0.8.10claws14
5785
5786         * src/news.c
5787                 when a 'protocol error' is encountered disconnect from
5788                 the server. This means that the user can carry on viewing
5789                 other articles and doesn't have to either wait until the
5790                 server timesout or quit sylpheed.
5791                 Fixes bug #53 'Unable to read messages in newsgroups, 
5792                 displayed message doesn't change'
5793
5794 2003-02-15 [christoph]  0.8.10claws13
5795
5796         * src/imap.c
5797                 fix bug that stopped scanning of folders when an
5798                 IMAP folder was empty
5799
5800         (closes bug 46 stop scan messages in folders after empty folder)
5801
5802 2003-02-15 [paul]
5803
5804         * tools/Makefile.am
5805           tools/README
5806           tools/freshmeat_search.pl     ** NEW FILE **
5807           tools/google_search.pl        ** NEW FILE **
5808                 Add 2 Actions scripts which search freshmeat/google
5809                 for the selected text using the browser configured
5810                 in sylpheedrc.
5811                 
5812         Note: These scripts are very dependent on the format of the
5813         browser command and may not work on every occasion. Testing
5814         is welcome. 
5815
5816 2003-02-14 [alfons]     0.8.10claws12
5817
5818         * src/compose.c
5819                 fix breakage because of uninitialized account pointer.
5820                 please verify.
5821
5822 2003-02-14 [paul]       0.8.10claws11
5823
5824         * src/compose.c
5825           src/prefs_account.[ch]
5826           src/prefs_common.[ch]
5827                 move signature settings to Account Prefs
5828
5829 2003-02-14 [paul]       0.8.10claws10
5830
5831         * sync with 0.8.10cvs11
5832                 see ChangeLog 2003-02-14
5833
5834 2003-02-13 [thorsten]   0.8.10claws9
5835
5836         * src/news.c
5837                 revert news progressbar (GUI separation)
5838
5839 2003-02-13 [paul]       0.8.10claws8
5840
5841         * src/compose.c
5842                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5843                 paragraph 1
5844
5845 2003-02-13 [paul]       0.8.10claws7
5846
5847         * src/compose.[ch]
5848           src/summaryview.c
5849                 fix 'Follow-up and Reply-to' so that it creates a reply to
5850                 the newsgroup and the sender. If the message has the keyword
5851                 'poster' in the Followup-To header, all replies go to the
5852                 sender, re: RFC 1036, Section 2.2.3
5853                 rename all instances of 'ignore_replyto' to 'to_sender', both
5854                 were previously used, now we use just one.
5855
5856 2003-02-13 [paul]       0.8.10claws6
5857
5858         * sync with 0.8.10cvs9
5859                 see ChangeLog 2003-02-13
5860
5861 2003-02-13 [paul]       0.8.10claws5
5862
5863         * configure.ac
5864                 show which plugins are configured in the configure
5865                 output.
5866
5867 2003-02-12 [thorsten]   0.8.10claws4
5868
5869         * src/news.c
5870                 show progress while fetching news headers
5871
5872 2003-02-12 [christoph]  0.8.10claws3
5873
5874         * configure.ac
5875         * src/plugins/Makefile.am
5876                 use AM_CONDITIONAL to enable plugins, automake correctly
5877                 manages this when creating distdir
5878
5879 2003-02-12 [christoph]  0.8.10claws2
5880
5881         * ac/spamassassin.m4
5882         * src/plugins/spamassassin/Makefile.am
5883                 fix building SpamAssassin plugin without OpenSSL
5884
5885 2003-02-12 [paul]       0.8.10claws1
5886
5887         * ac/Makefile.am
5888           src/Makefile.am
5889           src/plugins/Makefile.am
5890                 fix failure of 'make release'
5891
5892 2003-02-12 [paul]       0.8.10claws
5893
5894         * 0.8.10claws released
5895
5896 2003-02-12 [paul]       0.8.9claws56
5897
5898         * po/bg.po
5899           po/es.po
5900           po/it.po
5901           po/ru.po
5902           po/sr.po
5903                 updated translations by George Danchev, Ricardo Mones Lastra,
5904                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5905                 
5906         * sylpheed.spec.in
5907                 Allow the building of RPMs by a regular user. Submitted
5908                 by Sergei Astanin
5909
5910 2003-02-11 [alfons]     0.8.9claws55
5911
5912         * src/colorlabel.c
5913                 don't use pixmaps for label color rect but draw rectangles
5914                 so we can respect the color map of palette based visuals
5915                 (fixes the long time crashes on Suns - thanks to Andreas
5916                 Engel and Steve O'Hara-Smith for testing)
5917
5918 2003-02-11 [christoph]  0.8.9claws54
5919
5920         * src/matcher_parser_parse.y
5921                 correct bug where filering rules of not existing folders in
5922                 matcherrc were added to global filtering
5923                 
5924         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5925          main filter-rules after removing directory, http://bugs.debian.org/180253)
5926         
5927 2003-02-11 [paul]       0.8.9claws53
5928
5929         * sync with 0.8.10cvs7
5930                 see ChangeLog 2003-02-09
5931
5932 2003-02-11 [melvin]     0.8.9claws52
5933
5934         * po/fr.po
5935                 Updated French tranlsations
5936
5937 2003-02-10 [paul]       0.8.9claws51
5938
5939         * sylpheed.spec.in
5940                 correct --enable-openssl
5941                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5942
5943 2003-02-09 [martin]     0.8.9claws50
5944
5945         * src/prefs_matcher.c
5946                 fix segfault in prefs_matcher_substitute_cb() when
5947                 no row is selected
5948
5949 2003-02-09 [paul]       0.8.9claws49
5950
5951         * src/folderview.c
5952                 fix bug where a newsgroup folder's processing rules were
5953                 merged with the global filtering rules when the newsgroup
5954                 folder was deleted, causing some seriously bad results,
5955                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5956
5957 2003-02-08 [melvin]     0.8.9claws48
5958
5959         * src/compose.c
5960                 Corrected and modified an alert message.
5961
5962 2003-02-07 [paul]       0.8.9claws47
5963
5964         * src/folderview.c
5965                 fix bug where both an 'Account properties' window and a
5966                 'Folder properties' window were opened when clicking on
5967                 'Properties' in an NNTP or IMAP folder's popup menu.
5968
5969 2003-02-07 [paul]       0.8.9claws46
5970
5971         * sync with 0.8.10cvs6
5972                 see ChangeLog 2003-02-06
5973
5974 2003-02-06 [christoph]  0.8.9claws45
5975
5976         * src/mbox.c
5977                 freeze folder updates while importing mbox files
5978                 (closes bug 43 importing mbox took hours)
5979                 
5980         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5981
5982 2003-02-06 [thorsten]   0.8.9claws44
5983
5984         * po/de.po
5985                 Updated german translations
5986
5987 2003-02-06 [thorsten]   0.8.9claws43
5988
5989         * src/news.h
5990                 use guint for message numbers (fix count in grouplist dialog)
5991
5992 2003-02-05 [paul]       0.8.9claws42
5993
5994         * sync with 0.8.10cvs2
5995                 see ChangeLog 2003-02-05
5996
5997 2003-02-04 [colin]      0.8.9claws41
5998
5999         * src/prefs_common.[ch]
6000           src/procmsg.c
6001           src/summaryview.c
6002                 Add an option to disable threading by subject
6003
6004 2003-02-04 [christoph]  0.8.9claws40
6005
6006         * src/inc.c
6007                 only abort fetching mails from multiple accounts when the
6008                 error is fatal and does not allow to check any more accounts
6009                 (currently only disk full error)
6010
6011         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
6012          receive mails for other accouts)
6013
6014 2003-02-04 [christoph]  0.8.9claws39
6015
6016         * src/folder.c
6017                 first add the new message to the cache, then
6018                 send the update notification
6019
6020         (closes bug 39 after sending message folderview doesnt get updated)
6021
6022 2003-02-04 [colin]      0.8.9claws38
6023
6024         * src/inc.c
6025                 _really_ fix this Connecting... status
6026
6027 2003-02-04 [paul]       0.8.9claws37
6028
6029         * sync with 0.8.10
6030                 see ChangeLog 2003-02-04
6031
6032 2003-02-04 [paul]       0.8.9claws36
6033
6034         * sync with 0.8.9cvs6
6035                 see ChangeLog 2003-02-03
6036
6037 2003-02-04 [paul]       0.8.9claws35
6038
6039         * po/pt_BR.po
6040                 updated by André Filipe de Assunção e Brito 
6041                 <bedecko@netsite.com.br>
6042
6043 2003-02-03 [thorsten]   0.8.9claws34
6044
6045         * po/de.po
6046                 Updated german translations
6047
6048 2003-02-02 [paul]       0.8.9claws33
6049
6050         * po/es.po
6051                 updated by Ricardo Mones Lastra
6052
6053 2003-02-02 [thorsten]   0.8.9claws32
6054
6055         * src/mh.c
6056                 Fix mh_get_msginfo() segfault if file is inaccessible
6057
6058 2003-01-31 [colin]      0.8.9claws31
6059
6060         * src/procheader.c
6061                 Fix last commit's bug
6062
6063 2003-01-31 [colin]      0.8.9claws30
6064
6065         * src/procheader.c
6066                 Missing a change for gpg-signed messages
6067
6068 2003-01-31 [paul]       0.8.9claws29
6069
6070         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
6071           src/procheader.c
6072           src/stock_pixmap.[ch]
6073           src/summaryview.c
6074                 indicate GnuPG signed messages by displaying an icon
6075                 in the Attachment column.
6076
6077 2003-01-31 [paul]       0.8.9claws28
6078
6079         * sync with 0.8.9cvs4
6080                 see ChangeLog 2003-01-31
6081
6082 2003-01-31 [alfons]     0.8.9claws27
6083
6084         * src/textview.c
6085                 tune URI parser to accept mailto URLs with a '?'
6086                 (patch from Ruslan Balkin)
6087
6088 2003-01-31 [colin]      0.8.9claws26
6089
6090         * src/summaryview.c
6091                 Fix a leak introduced in claws24
6092
6093 2003-01-31 [colin]      0.8.9claws25
6094
6095         * src/summaryview.c
6096                 Freeze/Thaw folder updates when deleting dups
6097
6098 2003-01-31 [colin]      0.8.9claws24
6099         
6100         * src/addr_compl.c
6101           src/summaryview.c
6102           src/msgcache.c
6103                 little speed improvements
6104
6105 2003-01-31 [colin]      0.8.9claws23
6106
6107         * src/summaryview.c
6108                 Fix segfault when forwarding nothing
6109                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
6110                 
6111 2003-01-30 [paul]       0.8.9claws22
6112
6113         * sync with 0.8.9cvs3
6114                 see ChangeLog 2003-01-30
6115
6116 2003-01-30 [paul]       0.8.9claws21
6117
6118         * sync with 0.8.9cvs2
6119                 see ChangeLog 2003-01-30
6120
6121 2003-01-29 [paul]       0.8.9claws20
6122
6123         * sync with 0.8.9cvs1
6124                 see ChangeLog 2003-01-29
6125
6126 2003-01-28 [paul]       0.8.9claws19
6127
6128         * po/POTFILES.in
6129                 update to reflect changes. 
6130                 thanks to Ricardo Mones Lastra
6131
6132 2003-01-27 [christoph]  0.8.9claws18
6133
6134         * ac/openssl.m4
6135         * ac/spamassassin.m4
6136         * src/plugins/spamassassin/README
6137         * src/plugins/spamassassin/libspamc.[ch]
6138         * src/plugins/spamassassin/utils.[ch]
6139                 updated to latest libspamc
6140
6141 2003-01-27 [christoph]  0.8.9claws17
6142
6143         * src/folder.c
6144                 fix wrong use of procheader_get_header_fields
6145
6146 2003-01-27 [christoph]  0.8.9claws16
6147
6148         * src/news.c
6149         * src/prefs_account.[ch]
6150         * src/common/nntp.[ch]
6151                 allow to force authentication for NNTP servers
6152
6153         Patch submitted by Florian Mickler <dmk@d-labs.de>
6154
6155 2003-01-26 [paul]       0.8.9claws15
6156
6157         * src/summaryview.c
6158                 speed up of marking messages as read
6159                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
6160
6161 2003-01-26 [christoph]  0.8.9claws14
6162
6163         * src/Makefile.am
6164         * src/mgutils.[ch]              ** REMOVE **
6165         * src/xml.[ch]                  ** REMOVE **
6166         * src/xmlprops.[ch]             ** REMOVE **
6167         * src/common/Makefile.am
6168         * src/common/mgutils.[ch]       ** NEW **
6169         * src/common/xml.[ch]           ** NEW **
6170         * src/common/xmlprops.[ch]      ** NEW **
6171                 move xml files to common directory
6172
6173 2003-01-26 [christoph]  0.8.9claws13
6174
6175         * src/plugins/spamassassin/spamassassin_gtk.c
6176                 only set gtk entry text if string is available
6177
6178 2003-01-26 [melvin]     0.8.9claws12
6179
6180         * src/description_window.c
6181                 Allow resizing of the window
6182                 Allow automatic horizontal scroll bar
6183                 Do not vertically expand and fill
6184
6185 2003-01-26 [christoph]  0.8.9claws11
6186
6187         * src/Makefile.am
6188         * src/gtkutils.[ch]             ** REMOVE **
6189         * src/common/sylpheed.c
6190         * src/gtk/Makefile.am
6191         * src/gtk/description_window.c
6192         * src/gtk/gtkutils.[ch]         ** NEW **
6193         * src/gtk/prefswindow.c
6194                 move gtkutils to gtk directory
6195
6196 2003-01-26 [paul]       0.8.9claws10
6197
6198         * src/summaryview.c
6199                 rename summary_unread_clicked() to summary_status_clicked()
6200
6201 2003-01-26 [melvin]     0.8.9claws9
6202
6203         * src/prefs_actions.c
6204                 Cosmetical changes to the help text
6205
6206 2003-01-26 [paul]       0.8.9claws8
6207
6208         * src/folder.[ch]
6209           src/mainwindow.c
6210           src/prefs_common.c
6211           src/prefs_sumamry_column.c
6212           summaryview.[ch]
6213                 rename the 'Unread' column to 'Status'
6214
6215 2003-01-25 [match]      0.8.9claws7
6216
6217         * src/mgutils.[ch]
6218                 removed reference to LDAP constants. removed error2string.
6219                 included functions to support LDAP dynamic queries.
6220         * src/syldap.h
6221                 moved LDAP constants here.
6222         * src/addressbook.c
6223         * src/addrindex.c
6224         * src/importldif.c
6225                 removed references to LDAP constants and references to
6226                 error2string.
6227
6228 2003-01-25 [paul]       0.8.9claws6
6229
6230         * src/summaryview.c
6231                 summary_thread_build(), summary_thread_init(): remove 
6232                 unneeded reference to summaryview->folder_item
6233
6234 2003-01-25 [christoph]  0.8.9claws5
6235
6236         * src/gtk/description_window.c
6237                 o allow description texts to expand over multiple columns
6238                 o translate all columns
6239         * src/prefs_actions.c
6240                 change syntax description to use new multi column feature
6241
6242         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6243
6244 2003-01-25 [match]      0.8.9claws4
6245
6246         * src/vcard.c
6247                 fixed bug with Quoted-Printable
6248
6249 2003-01-25 [paul]       0.8.9claws3
6250
6251         * src/folder.[ch]
6252           src/summaryview.[ch]
6253                 implement per-folder collapsed/expanded threads setting
6254                 
6255         * src/prefs_common.c
6256                 remove global collapsed/expanded threads option
6257
6258 2003-01-25 [christoph]  0.8.9claws2
6259
6260         * po/POTFILES.in
6261                 add pluginwindow and prefswindow
6262         * src/compose.c
6263                 make send respond correctly to messages that could be added
6264                 to the queue folder, but the UID of the message is unknown
6265         * src/folder.c
6266         * src/imap.c
6267                 don't return guessed UIDs in imap_add_msg anymore. We return
6268                 0 to tell the folder system it was appened but the UID is
6269                 unknown. Folder system now get's the UID by scaning the folder
6270                 and searching the cache for the Message-ID
6271                 (closes bug #29 Messages queued, but not sent)
6272
6273 2003-01-25 [paul]       0.8.9claws1
6274
6275         * src/codeconv.c
6276                 conv_encode_header():  fix bug when long headers with 8-bit
6277                 characters are used, so that the encoded words are wrapped.
6278                 If the space in the original text falls on the wrap boundary,
6279                 it can be lost.
6280                 Patch by Sergey Vlasov.
6281                 
6282         * src/folderview.c
6283                  fix bug where a change to the sorting method or thread view
6284                  of a folder's messages is lost if simpify-subject is set and
6285                  toggled on or off.
6286                  Patch by Luke Plant.
6287
6288 2003-01-24 [paul]       0.8.9claws
6289
6290         * sylpheed-0.8.9claws released
6291         
6292         * Makefile.am
6293           sylpheed.spec.in
6294                 remove reference to 'INSTALL.jp'
6295
6296 2003-01-23 [paul]       0.8.8claws128
6297
6298         * po/es.po
6299           po/it.po
6300           po/ru.po
6301           po/sr.po
6302                 updated translations. submitted by Ricardo Mones Lastra,
6303                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
6304
6305 2003-01-23 [colin]      0.8.8claws127
6306
6307         * src/compose.c
6308                 Fix drafted and queued news articles re-edition
6309
6310 2003-01-23 [melvin]     0.8.8claws126
6311
6312         * po/fr.po
6313                 Updated French translations
6314
6315 2003-01-23 [colin]      0.8.8claws125
6316
6317         * src/inc.c
6318                 Fix "Connecting to..." status message
6319
6320 2003-01-22 [paul]       0.8.8claws124
6321
6322         * po/bg.po
6323                 updated by George Danchev
6324                 
6325         * src/folder.c
6326                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
6327                 and folder deletion
6328
6329 2003-01-21 [paul]       0.8.8claws123
6330
6331         * po/bg.po
6332                 updated by George Danchev
6333                 
6334         * src/about.c
6335                 its now 2003
6336                 
6337         * src/toolbar.c
6338                 don't translate 'Separator'
6339                 
6340         * src/plugins/spamassassin/Makefile.am
6341                 add aspell to CPPFLAGS
6342                 
6343         * src/plugins/spamassassin/spamassassin.c
6344           src/plugins/spamassassin/spamassassin_gtk.c
6345                 set correct default for spamassassin_receive_spam
6346                 slightly re-word descriptions and some
6347                 other minor changes
6348
6349 2003-01-19 [alfons]     0.8.8claws122
6350                 
6351         * src/mimeview.c
6352                 mimeview_save_as(): we might as well show the file name for
6353                 the single case "Save As" too
6354
6355 2003-01-19 [alfons]     0.8.8claws121
6356
6357         * src/crash.c
6358                 change bug tracker URL to bugzilla URL
6359
6360 2003-01-19 [alfons]     0.8.8claws120
6361
6362         * src/mimeview.c
6363                 mimeview_save_all(): display name of file before overwriting;
6364                 continue saving all, even when one overwrite was cancelled
6365
6366 2003-01-19 [christoph]  0.8.8claws119
6367
6368         * src/summaryview.c
6369         * src/procmsg.[ch]
6370                 fix wrong usage of procmsg_find_children in summaryview
6371                 by using procmsg_update_unread_children instead of
6372                 summaryview_update_unread_children
6373
6374 2003-01-19 [christoph]  0.8.8claws118
6375
6376         * src/procmsg.c
6377                 fix infinite loop in procmsg_find_children
6378                  (closes bug #25 sylpheed crashes on delete.)
6379
6380         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6381
6382 2003-01-19 [paul]       0.8.8claws117
6383
6384         * po/pt_BR.po
6385                 updated by Ivan Francolin Martinez
6386
6387 2003-01-18 [melvin]     0.8.8claws116
6388
6389         * src/prefs_actions.c
6390                 Removed syntax limitation of only one '&' at the end of command.
6391                         Now actions that contain '>/dev/null 2>&1' are possible.
6392
6393 2003-01-18 [melvin]     0.8.8claws115
6394
6395         * src/prefs_actions.c
6396                 Actions IO dialog: when the action ends
6397                 the "Close" button now has focus and [Escape] closes the
6398                 window.
6399
6400 2003-01-18 [christoph]  0.8.8claws114
6401
6402         * src/procmsg.c
6403                 o add debug output when MsgInfos are really freed
6404                 o free GSLists in procmsg_find_children and
6405                   procmsg_update_unread_children
6406
6407 2003-01-18 [christoph]  0.8.8claws113
6408
6409         * src/mainwindow.c
6410                 reorder Configuration menu
6411
6412 2003-01-18 [christoph]  0.8.8claws112
6413
6414         * src/compose.c
6415                 fix applying templates to forwarded messages
6416
6417         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6418
6419 2003-01-17 [christoph]  0.8.8claws111
6420
6421         * src/folder.c
6422                 destroy folder items, when a folder item is removed
6423
6424 2003-01-17 [christoph]  0.8.8claws110
6425
6426         * src/folder.c
6427                 fix wrong folder stats update when ignored message is
6428                 deleted
6429
6430 2003-01-17 [colin]      0.8.8claws109
6431         
6432         * src/mainwindow.c
6433         * src/summaryview.c
6434                 Quicksearch bugfixes: 
6435                 - hide help button at startup if not extended
6436                 - switch to extended when looking for replies
6437
6438 2003-01-17 [paul]
6439
6440         * sync with 0.8.9 release
6441
6442 2003-01-17 [paul]       0.8.8claws108
6443
6444         * sync with 0.8.8cvs11
6445                 see ChangeLog 2003-01-17
6446
6447 2003-01-16 [colin]      0.8.8claws107
6448
6449         * src/procmsg.c
6450                 Changed encryption test to re-ask passphrase
6451                 if an encrypted message hasn't been decrypted
6452                 Fixes bug #5
6453
6454 2003-01-16 [christoph]  0.8.8claws106
6455
6456         * src/prefs_gtk.c
6457         * src/prefs_toolbar.c
6458         * src/gtk/prefswindow.h
6459         * src/plugins/spamassassin/spamassassin_gtk.c
6460                 remove page destroy function that is not used anymore
6461
6462 2003-01-16 [paul]       0.8.8claws105
6463
6464         * sync with 0.8.8cvs9
6465                 see ChangeLog 2002-01-16
6466
6467 2003-01-16 [colin]      0.8.8claws104
6468
6469         * src/compose.[ch]
6470                 Fix bug with autosaved drafts for IMAP, when draft
6471                 folder is specified - fixes bugzilla bug #20
6472
6473 2003-01-15 [paul]       0.8.8claws103
6474
6475         * src/compose.[ch]
6476           src/procmsg.c
6477                 store folder and message-id of message forwarding
6478                 in queue header and set forward flag after sending
6479
6480 2003-01-15 [paul]       0.8.8claws102
6481
6482         * sync with 0.8.8cvs8
6483                 see ChangeLog 2002-01-15
6484
6485 2003-01-15 [colin]      0.8.8claws101
6486
6487         * src/Makefile.am
6488                 Fix linking with GNU libiconv
6489
6490 2003-01-15 [darko]      0.8.8claws100
6491
6492         * src/pine.c
6493                 fix crash when importing pine address book
6494                 entry with an empty name (reported by DY
6495                 <dybulk at tri8.net>)
6496
6497 2003-01-14 [paul]       0.8.8claws99
6498
6499         * configure.in  ** REMOVED **
6500           configure.ac  ** NEW FILE **
6501                 rename configure.in to configure.ac, as it is now
6502                 preferred
6503
6504 2003-01-14 [melvin]     0.8.8claws98
6505
6506         * src/folderview.c
6507                 folderview_check_new(): More precise function description
6508
6509 2003-01-14 [melvin]     0.8.8claws97
6510
6511         * src/folderview.c
6512                 folderview_check_new(): return the number of new messages 
6513                         since last check.
6514         * src/inc.c
6515                 inc_account_mail(): Disable counting of new messages for IMAP
6516                         and NNTP until bug [19] and [14] are fixed.
6517
6518 2003-01-14 [paul]       0.8.8claws96
6519
6520         * sync with 0.8.8cvs6
6521                 see ChangeLog 2003-01-14
6522
6523 2003-01-13 [alfons]     0.8.8claws95
6524
6525         * src/textview.c
6526                 tune email address validation (c. 0.8.8claws89): if . is 
6527                 just one char away from @, the address is invalid too 
6528                 (correctly rejects addresses like foo@.com)
6529
6530 2003-01-13 [paul]       0.8.8claws94
6531
6532         * src/messageview.c
6533           src/toolbar.c
6534                 fixes to the Message View toolbar and menu:
6535                 fix non-functioning Forward button
6536                 make Reply button consider default_reply_list
6537                 remove 'Follow-up...' menu entry
6538                 add 'Forward' and 'Redirect' menu entries
6539
6540 2003-01-13 [melvin]     0.8.8claws93
6541
6542         * src/inc.c
6543                 Fixed typo that could make new messages count incorrect.
6544
6545 2003-01-13 [melvin]     0.8.8claws92
6546
6547         * src/folderview.[ch]
6548                 folderview_check_new(): return the number of new messages.
6549         * src/inc.c
6550                 Should fix bug [14] where new mail notification worked 
6551                         incorrectly with IMAP accounts.
6552                 inc_spool_account(): return number of new msgs, or -1 on error
6553                 inc_all_spool(): return number of new msgs
6554                 
6555 2003-01-13 [melvin]     0.8.8claws91
6556
6557         * src/prefs_actions.c
6558                 Justify help text.
6559
6560 2003-01-12 [thorsten]   0.8.8claws90
6561
6562         * src/common/prefs.c
6563                 close file before rename
6564
6565 2003-01-12 [alfons]     0.8.8claws89
6566
6567         * AUTHORS
6568                 add Christian Mertes
6569         * src/common/utils.[ch]
6570                 g_stricase_hash(), g_stricase_equal(): functions for 
6571                 case insensitive hash tables
6572         * src/textview.c
6573                 use top level domain names to validate email address, based
6574                 on a patch by Christian Mertes (thanks!), but changed 
6575                 implementation to use a hash table 
6576
6577 2003-01-12 [paul]       0.8.8claws88
6578
6579         * po/bg.po
6580                 updated by George Danchev
6581
6582 2003-01-12 [alfons]     0.8.8claws87
6583
6584         * src/summaryview.c
6585                 delete / execute performance: use new style folder update
6586
6587 2003-01-12 [paul]       0.8.8claws86
6588
6589         * sync with 0.8.8cvs5
6590                 see ChangeLog 2003-01-13 (!)
6591
6592 2003-01-12 [alfons]     0.8.8claws85
6593
6594         * src/filtering.c
6595         * src/matcher_parser_parse.y
6596                 prepare change_score filtering action
6597         * src/matcher.[ch]
6598                 give up const-correctness on functions that call non-const-correct functions;
6599                 several casts to gpointer in g_free();
6600                 add change_score;
6601
6602 2003-01-12 [christoph]  0.8.8claws84
6603
6604         * src/compose.c
6605                 fix 2 warnings
6606
6607         * src/gtk/prefswindow.[ch]
6608         * src/plugins/spamassassin/spamassassin_gtk.c
6609                 changed the call of the widget create function
6610                 for PrefsPages, because sometimes the widget
6611                 create function needs a widget that already has
6612                 been attached to a window (to create GDK pixmaps
6613                 for exmaple). So we simply pass the GtkWindow as
6614                 the second parameter now.
6615
6616         * src/main.c
6617         * src/mainwindow.c
6618         * src/prefs_toolbar.[ch]
6619                 rewrite Toolbar Preferences using the new
6620                 prefs window
6621
6622 2003-01-11 [alfons]     0.8.8claws83
6623
6624         * src/addressadd.c
6625                 fix crash when adding sender to addressbook because status bar
6626                 isn't there (the status bar doesn't seem to be used though,
6627                 but I'll let Match decide what to do with it)
6628
6629 2003-01-11 [colin]      0.8.8claws82
6630
6631         * src/main.c
6632           src/toolbar.c
6633                 Two useless changes reversed
6634
6635 2003-01-11 [colin]      0.8.8claws81
6636
6637         * src/mainwindow.c
6638           src/mainwindow.h
6639                 Add mainwindow_get_mainwindow()
6640         * src/alertpanel.c
6641           src/alertpanel.h
6642                 Add alertpanel_error_log() 
6643         * src/compose.c
6644           src/inc.c
6645           src/messageview.c
6646           src/toolbar.c
6647           src/main.c
6648           src/procmsg.c
6649                 Network errors get a View Log button
6650
6651 2003-01-10 [alfons]     0.8.8claws80
6652
6653         * src/prefs_toolbar.c
6654         * src/toolbar.c
6655                 use the translatable string for "Separator" as file name for
6656                 separator toolbar items (probably make this uppercase?)
6657
6658 2003-01-10 [alfons]     0.8.8claws79
6659
6660         * src/prefs_toolbar.c
6661                 put right A_SEPARATOR description string in "displayed
6662                 toolbar items list" so manually added separators are
6663                 saved correctly (bug #10, "Adding a separator to the main 
6664                 toolbar fails, entry in xml file is wrong")
6665
6666 2003-01-10 [christoph]  0.8.8claws78
6667
6668         * src/imap.c
6669                 o fix warnings
6670                 o use CAPABILITY to check if NAMESPACE is available
6671
6672 2003-01-10 [christoph]  0.8.8claws77
6673
6674         * src/imap.[ch]
6675                 apply UIDPLUS IMAP extension support patch
6676
6677         Patch submitted by Simon 'corecode' Schubert
6678
6679 2003-01-10 [paul]       0.8.8claws76
6680
6681         * src/folderview.c
6682                 a sync from main which fixes the news account folders'
6683                 Properties bug
6684
6685 2003-01-10 [christoph]  0.8.8claws75
6686
6687         * src/folder.c
6688                 don't accept 0 as a valid uid returned by copy and move
6689                 functions. 0 means the message was copied or moved but the
6690                 new uid could not be fetched. It is not an error condition
6691                 for the copy or move operation.
6692
6693 2003-01-10 [paul]       0.8.8claws74
6694
6695         * src/prefs_filtering.c
6696                 change English used in Alert when entry is not
6697                 saved.
6698                 
6699         * sync with 0.8.8cvs4
6700                 see ChangeLog 2003-01-10
6701
6702 2003-01-10 [darko]      0.8.8claws73
6703
6704         * src/pine.c
6705                 fix crash when importing address book entry
6706                 without a valid address
6707
6708 2003-01-09 [alfons]     0.8.8claws72
6709
6710         * src/inc.c
6711                 filtering performance: use new style folder update
6712
6713 2003-01-09 [christoph]  0.8.8claws71
6714
6715         * src/compose.c
6716         * src/gtk/menu.[ch]
6717                 fix wrong selecting of mime encoding type, when
6718                 opening property dialog of attachments in the
6719                 compose window. 7bit was always selected and that
6720                 destoryed files with 8bit data.
6721                 (closes bug #9 Sylpheed-claws destroys attachments when
6722                  changing MIME-types)
6723
6724 2003-01-09 [paul]       0.8.8claws70
6725
6726         * sync with 0.8.8cvs3
6727                 see ChangeLog 2003-01-09
6728
6729 2003-01-08 [alfons]     0.8.8claws69
6730         
6731         * src/addressadd.c
6732                 apply patch by Kim Schulz to fix build breakage
6733                 because of missing variable
6734
6735 2003-01-08 [paul]       0.8.8claws68
6736
6737         * sync with 0.8.8cvs2
6738                 see ChangeLog 2002-01-08
6739
6740 2003-01-08 [paul]       0.8.8claws67
6741
6742         * po/it.po
6743                 updated by Alessandro Maestri
6744                 
6745         * src/addressadd.c
6746                 when using 'Add sender to addressbook' allow
6747                 name to be edited and remarks to be entered
6748                 Patch submitted by Luke Plant
6749
6750 2003-01-08 [darko]      0.8.8claws66
6751
6752         * README.claws, src/summaryview.c
6753                 fix description for marked messages
6754
6755 2003-01-08 [paul]
6756
6757         * tools/Makefile.am
6758           tools/launch_phoenix  ** NEW FILE **
6759                 add script that enables using Phoenix as the default
6760                 web browser. 
6761                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6762                 
6763         * tools/OOo2sylpheed.pl
6764                 remove full path to sylpheed executable, just 'sylpheed'
6765                 will do
6766                 
6767         * tools/README
6768                 add launch_phoenix informtion and re-arrange and compress
6769                 the data a little
6770
6771 2003-01-07 [christoph]  0.8.8claws65
6772
6773         * src/folder.c
6774                 fix update for source folder when moving messages
6775         * src/procmsg.[ch]
6776         * src/summaryview.c
6777                 use function to set to_folder for message infos and
6778                 automatically update the op_count for old and new
6779                 folder
6780
6781 2003-01-07 [melvin]     0.8.8claws64
6782
6783         * src/prefs_actions.c
6784                 Fixed bug where an '%p' Action on a displayed image crashed 
6785                         Sylpheed
6786                 Code clean up (get rid of duplicated code and removed unnecessary 
6787                                 structure member)
6788
6789 2003-01-07 [christoph]  0.8.8claws63
6790
6791         * src/compose.c
6792         * src/folder.[ch]
6793         * src/folderview.c
6794         * src/import.c
6795         * src/inc.c
6796         * src/main.c
6797         * src/mainwindow.c
6798         * src/messageview.c
6799         * src/prefs_folder_item.c
6800         * src/procmsg.c
6801         * src/summaryview.c
6802         * src/toolbar.c
6803                 o remove all folder update triggering from the UI code. The folder
6804                   system should know much better when a folder needs an update.
6805                 o to prevent multiple updates in a row the folder updates can be
6806                   frozen for some time.
6807
6808                 Note: - Please verify that no updates are missing
6809                       - Check where freeze/thaws should be added
6810
6811 2003-01-07 [christoph]  0.8.8claws62
6812
6813         * src/prefs_actions.c
6814                 don't translate empty strings
6815
6816         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6817
6818 2003-01-06 [christoph]  0.8.8claws61
6819
6820         * src/prefs_actions.c
6821                 mark strings for gettext
6822         * src/prefs_matcher.c
6823                 use new description window for Execute action and
6824                 match condition in Filtering
6825
6826         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6827
6828 2003-01-06 [alfons]     0.8.8claws60
6829
6830         keep myself inspired to re-organize matcher part 8; 
6831         yes, more to come (I need to move out the descriptive
6832         text for actions to matcher.c, or at least make it not
6833         depend on the wicked ordering)
6834
6835         * src/prefs_matcher.c
6836                 add documentation so others may comprehend the
6837                 UI part of the conditions
6838                 
6839 2003-01-06 [christoph]  0.8.8claws59
6840
6841         * src/prefs_actions.c
6842                 use new description window for syntax help
6843         * src/gtk/description_window.c
6844                 fix display of descriptions with column count != 2
6845
6846         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6847
6848 2003-01-06 [christoph]  0.8.8claws58
6849
6850         * src/quote_fmt.c
6851         * src/summaryview.[ch]
6852         * src/gtk/Makefile.am
6853         * src/gtk/description_window.[ch]       ** NEW **
6854                 use a generic window to display syntax descriptions
6855                 currently used in quote_fmt and summaryview (new description
6856                 for extended quick search)
6857
6858         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6859
6860 2003-01-06 [paul]       0.8.8claws57
6861
6862         * sync with 0.8.8cvs1
6863                 see ChangeLog 2003-01-06
6864
6865 2003-01-06 [christoph]  0.8.8claws56
6866
6867         * src/mainwindow.c
6868         * src/prefs_gtk.[ch]
6869         * src/gtk/prefswindow.[ch]
6870         * src/plugins/spamassassin/spamassassin_gtk.c
6871                 o remove page management from prefswindow, pages
6872                   will be an argument to prefswindow_open
6873                 o prefswindow_open gets a datapointer that is
6874                   passed to the widget_create function to allow
6875                   creation of prefswindow for specific items
6876
6877 2003-01-06 [colin]      0.8.8claws55
6878         
6879         * src/summaryview.c
6880                 We don't want regexp in the reply-finder, 
6881                 because MIDs can contain !,$,. and so on
6882
6883 2003-01-06 [jens]       0.8.8claws54
6884
6885         * src/jpilot.c
6886                 fixed a wrong free in jpilot_read_db_files
6887
6888 2003-01-06 [alfons]     0.8.8claws53
6889
6890         re-organize matcher part 8; more to come
6891        
6892         * src/matcher.c
6893                 matcherprop_to_string(): put g_free()s before the
6894                 switch-case break to fix memleaks                
6895
6896 2003-01-06 [colin]      0.8.8claws52
6897
6898         * src/summaryview.c
6899                 cleanup & reply-finder now displays the first 
6900                 matching message
6901
6902 2003-01-05 [alfons]     0.8.8claws51
6903
6904         re-organize matcher part 7; more to come
6905
6906         * src/matcher.[ch]
6907                 fixes for constant correctness;
6908                 more documentation;
6909
6910 2003-01-05 [alfons]     0.8.8claws50
6911
6912         re-organize matcher part 6; more to come
6913         
6914         * src/matcher.[ch]
6915                 fixes for constant correctness;
6916                 more documentation;
6917         * src/filtering.c
6918                 fix for constant correctness
6919
6920 2003-01-05 [colin]      0.8.8claws49
6921
6922         * src/account.[ch]
6923                 Add account_get_reply_account function
6924         * src/compose.c
6925                 Use account_get_reply_account function 
6926         * src/summaryview.c
6927                 Basic reply-finder - click on the replied
6928                 icon gets you to the outbox using quick-search
6929
6930 2003-01-05 [paul]       0.8.8claws48
6931
6932         * src/prefs_common.c
6933                 small change to English
6934                 
6935         * src/prefs_filtering.c
6936                 prefs_filtering_action_select(): improve logic and uniformity
6937                 of gui
6938
6939 2003-01-05 [alfons]     0.8.8claws47
6940
6941         fine tune solution to focus problems (bug #7)
6942
6943         * src/mainwindow.c
6944                 mainwindow_focus_in_event(): remove grab event check
6945         * src/summaryview.c
6946                 summary_button_pressed(): move selection on right-click
6947                 too. we can't possibly move the selection back after
6948                 canceling a dialog, because gtk's incomplete focus 
6949                 management. whether this is a good solution, only time
6950                 will tell.
6951
6952 2003-01-05 [christoph]  0.8.8claws46
6953
6954         * src/imap.c
6955                 fix crash when no imap connection could be established
6956
6957 2003-01-05 [paul]       0.8.8claws45
6958
6959         * src/mainwindow.c
6960           src/sumamryview.c
6961           src/gtk/menu.[ch]
6962                 fix bug 605957 'shortcuts in popup-menu'
6963                 make user-defined shortcuts work
6964                 show shortcuts that are already defined
6965                 in the main menu
6966                 Patch submitted by Luke Plant
6967
6968 2003-01-05 [alfons]     0.8.8claws44
6969
6970         * src/mainwindow.c
6971                 focus_in_event handler should not select summary view row 
6972                 when another window (menu, dialog) grabbed for events 
6973                 (bug #7, "[0.8.8claws42] Message summary focus") 
6974
6975 2003-01-04 [christoph]  0.8.8claws43
6976
6977         * src/procmsg.c
6978                 update save folder after adding the sent message
6979                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6980
6981 2003-01-02 [christoph]  0.8.8claws42
6982
6983         * src/common/plugin.c
6984                 fix unloading of all plugins and unload
6985                 plugins in reverse order
6986                 
6987         * src/gtk/pluginwindow.c
6988                 implement function of load and unload button
6989
6990         * src/gtk/prefswindow.c
6991         * src/gtk/prefswindow.h
6992                 rename register function and add new unregister
6993                 function
6994
6995         * src/plugins/spamassassin/spamassassin_gtk.c
6996                 unregister prefs page and update for changes in
6997                 src/gtk/prefswindow.c
6998
6999 2003-01-02 [paul]       0.8.8claws41
7000
7001         * po/es.po
7002                 updated by Ricardo Mones Lastra
7003
7004 2003-01-02 [paul]
7005
7006         * tools/tb2sylpheed
7007                 fixes and improvements by Urke MMI
7008
7009 2003-01-02 [thorsten]   0.8.8claws40
7010
7011         * src/procmsg.c
7012                 fixed wrong return value
7013
7014 2003-01-02 [thorsten]   0.8.8claws39
7015
7016         * src/prefs.c
7017                 fixed printing wrong variable
7018
7019 2003-01-02 [thorsten]   0.8.8claws38
7020
7021         * src/prefs.c
7022                 fixed acessing members of freed pfile struct
7023
7024 2003-01-02 [thorsten]   0.8.8claws37
7025
7026         * src/procmsg.c
7027                 detect loops across several messages
7028                 as suggested by Christoph Hohmann
7029
7030 2003-01-01 [match]      0.8.8claws36
7031
7032         * src/addrindex.c
7033                 fixed another memory leak.
7034
7035 2003-01-01 [match]      0.8.8claws35
7036
7037         * src/jpilot.[ch]
7038                 fixed memory leaks. applied Doxygen comments.
7039
7040 2003-01-01 [thorsten]   0.8.8claws34
7041
7042         * src/procmsg.c
7043                 inhibit endless loop if msg references itself
7044                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
7045
7046 2003-01-01 [christoph]  0.8.8claws33
7047
7048         * src/mainwindow.c
7049         * src/gtk/Makefile.am
7050         * src/gtk/pluginwindow.c                ** NEW **
7051         * src/gtk/pluginwindow.h                ** NEW **
7052                 add plugin window
7053
7054         * src/plugins/demo/demo.c
7055         * src/plugins/spamassassin/spamassassin.c
7056         * src/plugins/spamassassin/spamassassin_gtk.c
7057                 write better plugin descriptions
7058
7059 2002-12-31 [christoph]  0.8.8claws32
7060
7061         * src/gtk/prefswindow.c
7062         * src/plugins/spamassassin/spamassassin_gtk.c
7063                 some small improvements to GTK code
7064
7065 2002-12-31 [christoph]  0.8.8claws31
7066
7067         * src/plugins/spamassassin/spamassassin_gtk.c
7068                 enable folder select button
7069
7070 2002-12-31 [christoph]  0.8.8claws30
7071
7072         * src/mainwindow.c
7073         * src/gtk/Makefile.am
7074         * src/gtk/prefswindow.c                         ** NEW **
7075         * src/gtk/prefswindow.h                         ** NEW **
7076                 add new prefs window
7077
7078         * src/common/plugin.c
7079                 don't try to load empty config lines
7080         
7081         * src/plugins/spamassassin/Makefile.am
7082         * src/plugins/spamassassin/spamassassin.c
7083         * src/plugins/spamassassin/spamassassin.h       ** NEW **
7084         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
7085                 GTK config for SpamAssassin Plugin using
7086                 the new prefs window
7087
7088 2002-12-31 [paul]       0.8.8claws29
7089
7090         * po/POTFILES.in
7091                 remove obsolete entry 'src/menu.c'
7092
7093 2002-12-31 [alfons]     0.8.8claws28
7094
7095         * src/matcher.[ch]
7096         * src/matcher_parser_parse.y
7097         * src/prefs_matcher.c
7098                 add "ignore_thread" and "~ignore_thread" condition so it's
7099                 possible to make the actions / scoring operate on the ignore
7100                 thread flag
7101
7102 2002-12-31 [christoph]  0.8.8claws27
7103
7104         * src/addrbook.c
7105         * src/addrindex.c
7106         * src/folder.c
7107         * src/matcher.c
7108         * src/prefs_account.c
7109         * src/prefs_actions.c
7110         * src/prefs_customheader.c
7111         * src/prefs_display_header.c
7112         * src/prefs_gtk.c
7113         * src/procmime.c
7114         * src/toolbar.c
7115         * src/xmlprops.c
7116         * src/common/prefs.[ch]
7117                 extend prefs file handling for reading and automatic handling
7118                 of blocks. When reading prefs_set_block_label will automatically
7119                 move on to the block. When writing it will copy all other blocks
7120                 automatically
7121
7122         * src/common/plugin.c
7123                 Now loading plugin filenames from [Plugins] block in
7124                 sylpheed rc file
7125
7126 2002-12-30 [christoph]  0.8.8claws26
7127
7128         * src/common/hooks.[ch]
7129                 return abort status to caller of hooks_invoke
7130                 
7131         * src/inc.[ch]
7132                 invoke message filtering hook and stop
7133                 default handling when filter returns abort
7134
7135         * src/common/plugin.[ch]
7136         * src/plugins/demo/demo.c
7137                 modify plugin loader, because resolving symbols for strings
7138                 does not work correctly
7139         
7140         * configure.in
7141         * ac/spamassassin.m4                            ** NEW **
7142         * src/plugins/spamassassin/.cvsignore           ** NEW **
7143         * src/plugins/spamassassin/Makefile.am          ** NEW **
7144         * src/plugins/spamassassin/README               ** NEW **
7145         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
7146         * src/plugins/spamassassin/spamassassin.c       ** NEW **
7147         * src/plugins/spamassassin/utils.[ch]           ** NEW **
7148                 add spamassassin plugin, see src/plugins/spamassassin/README
7149                 for details
7150
7151 2002-12-29 [alfons]     0.8.8claws25
7152
7153         * src/mainwindow.c
7154                 when moving focus from a message view to the main 
7155                 window, don't forget to select the summary node
7156                 of the displayed message. should fix "[ 659103 ] 
7157                 focus-follows-mouse confuses sylpheed"
7158
7159 2002-12-29 [christoph]  0.8.8claws24
7160
7161         * src/Makefile.am
7162         * src/stringtable.[ch]          ** REMOVE **
7163         * src/common/Makefile.am
7164         * src/common/stringtable.[ch]   ** NEW **
7165                 move stringtable files to common directory
7166
7167 2002-12-29 [christoph]  0.8.8claws23
7168
7169         * src/Makefile.am
7170         * src/menu.[ch]                 ** REMOVE **
7171         * src/gtk/Makefile.am
7172         * src/gtk/menu.[ch]             ** NEW **
7173                 move menu files to gtk directory
7174
7175 2002-12-29 [match]      0.8.8claws22
7176
7177         * src/addressbook.c
7178         * src/syldap.c
7179                 moved UI specific code out of LDAP code into addressbook
7180                 UI code. fixed memory leak.
7181
7182 2002-12-29 [christoph]  0.8.8claws21
7183
7184         * src/folder.c
7185                 only check for IGNORED parent message when message is
7186                 not IGNORED itself
7187
7188 2002-12-29 [alfons]     0.8.8claws20
7189
7190         * src/summaryview.c
7191                 set gtksctree's anchor correct (immediate execute
7192                 changes the tree's layout, and anchor points at 
7193                 the incorrect row). fixes "[ 657233 ] multiple msg 
7194                 delete sometimes off by 1".
7195                 we probably have to look for more tree layout /
7196                 anchor glitches.
7197
7198 2002-12-29 [paul]       0.8.8claws19
7199
7200         * src/summaryview.c
7201                 fix bug [ 659054 ] incorrect sorting of 'From' column
7202                 when using 'display sender using address book'
7203                 thanks to Alfons and Luke Plant
7204
7205 2002-12-29 [christoph]  0.8.8claws18
7206
7207         * src/folder.c
7208         * src/procmsg.[ch]
7209                 check parent messages for IGNORE THREAD flag, when adding,
7210                 moving or copying messages to a folder
7211
7212 2002-12-27 [alfons]     0.8.8claws17
7213
7214         re-organize matcher part 5; more to come
7215
7216         * src/matcher.c
7217                 hash keywords in matchparser_tab 
7218
7219 2002-12-27 [alfons]     0.8.8claws16
7220
7221         re-organize matcher part 4; more to come
7222
7223         * src/matcher_parser.h
7224         * src/matcher_parser_lex.l
7225         * src/matcher_parser_parse.y
7226                 cleanup
7227
7228 2002-12-27 [alfons]     0.8.8claws15
7229
7230         re-organize matcher part 3; more to come
7231
7232         * src/matcher.[ch]
7233                 cleanup
7234
7235 2002-12-27 [alfons]     0.8.8claws14
7236
7237         re-organize matcher part 2; more to come but this should
7238         work. cc me if there are any regressions.
7239
7240         * src/matcher.h
7241                 add prototype for get_matchparser_tab_id()
7242         * src/matcher_parser_lex.l
7243                 look up keywords using matchparser_tab_id();
7244
7245 2002-12-27 [alfons]     0.8.8claws12
7246
7247         re-organize matcher part 1
7248
7249         * src/matcher.h
7250                 map yacc generated constants to sylpheed matcher constants
7251         * src/matcher.c
7252                 add function to find a matcher constant from a string
7253
7254 2002-12-27 [christoph]  0.8.8claws11
7255
7256         * src/compose.c
7257                 MENUITEM_ADD casts the 4th argument from integer to pointer
7258                 so it probably should not be a pointer, this means we
7259                 should use account id for it and not the account's pointer
7260
7261 2002-12-27 [paul]       0.8.8claws10
7262
7263         * src/mainwindow.c
7264                 remove unneeded 'GtkWidget *vbox'
7265                 
7266         * src/summaryview.c
7267                 further sync with 0.8.8 - make sort
7268                 by recipient work as expected
7269                 
7270         * NEWS
7271                 sync with 0.8.8
7272
7273 2002-12-27 [paul]       0.8.8claws9
7274
7275         * po/pt_BR.po
7276                 updated by Ivan F. Martinez
7277                 
7278 2002-12-27 [darko]      0.8.8claws8
7279
7280         * src/common/utils.c
7281                 added locked pattern to extended search
7282
7283 2002-12-27 [alfons]     0.8.8claws7
7284
7285         * src/prefs_matcher.[ch]
7286                 clean up
7287
7288 2002-12-26 [alfons]     0.8.8claws6
7289
7290         * src/matcher.[ch]
7291         * src/matcher_parser_lex.l
7292         * src/matcher_parser_parse.y
7293         * src/prefs_matcher.c
7294                 allow color label as a condition in the matcher
7295
7296 2002-12-26 [oliver]     0.8.8claws5
7297         
7298         * src/toolbar.c 
7299                 enable Addressbook for Main and Messageview
7300         * src/prefs_actions.c
7301                 enable actions in Messageview
7302
7303 2002-12-26 [christoph]  0.8.8claws4
7304
7305         * src/common/plugin.c
7306                 add a little debug output
7307         * configure.in
7308         * src/plugins/demo/Makefile.am
7309                 better use of automake
7310
7311 2002-12-26 [christoph]  0.8.8claws3
7312
7313         * src/Makefile.am
7314         * src/common/Makefile.am
7315                 fix "make distdir"
7316
7317 2002-12-26 [christoph]  0.8.8claws2
7318
7319         * configure.in
7320                 sort configure checks into common / gtk / plugins
7321         * po/POTFILES.in
7322                 add src/prefs_gtk.c
7323         * src/Makefile.am
7324                 add plugins SUBDIR
7325         * src/main.c
7326         * src/common/sylpheed.[ch]
7327                 added now sylpheed_done function for shutdown
7328         * src/common/Makefile.am
7329         * src/common/plugin.[ch]                ** NEW **
7330                 plugin loader and unloader
7331         * src/plugins/.cvsignore                ** NEW **
7332         * src/plugins/Makefile.am               ** NEW **
7333                 build plugins
7334         * src/plugins/demo/.cvsignore           ** NEW **
7335         * src/plugins/demo/Makefile.am          ** NEW **
7336         * src/plugins/demo/demo.c               ** NEW **
7337                 small demo plugin that installs a logtext hook and
7338                 outputs the log text to stdout
7339
7340 2002-12-26 [paul]       0.8.8claws1
7341
7342         * po/es.po
7343                 updated by Ricardo Mones Lastra
7344
7345 2002-12-26 [paul]       0.8.8claws
7346
7347         * 0.8.8claws released
7348
7349 2002-12-26 [paul]       0.8.7claws12
7350
7351         * po/bg.po
7352                 updated by George Danchev
7353
7354 2002-12-26 [paul]       0.8.7claws11
7355
7356         * po/POTFILES.in
7357                 remove unneeded 'src/prefs.c' entry 
7358
7359 2002-12-26 [paul]       0.8.7claws10
7360
7361         * src/codeconv.c
7362           src/mainwindow.c
7363                 sync with 0.8.8 release
7364         
7365         * src/folder.[ch]
7366           src/mh.c
7367           src/summaryview.c
7368                 partial sync with 0.8.8 release
7369         
7370
7371 2002-12-25 [alfons]     0.8.7claws9
7372
7373         * src/matcher.[ch]
7374         * src/matcher_parser_lex.l
7375         * src/matcher_parser_parse.y
7376         * src/prefs_matcher.c
7377                 add locked flag to possible filtering / matcher 
7378                 conditions (also a good example what should be
7379                 done to add a simple boolean condition)
7380
7381 2002-12-25 [christoph]  0.8.7claws8
7382
7383         * src/Makefile.am
7384         * src/account.[ch]
7385         * src/addrbook.c
7386         * src/addressbook.c
7387         * src/addrindex.c
7388         * src/filtering.c
7389         * src/folder.c
7390         * src/matcher.c
7391         * src/prefs.[ch]                ** REMOVE **
7392         * src/prefs_account.c
7393         * src/prefs_actions.c
7394         * src/prefs_common.c
7395         * src/prefs_customheader.c
7396         * src/prefs_display_header.c
7397         * src/prefs_filtering.c
7398         * src/prefs_folder_item.c
7399         * src/prefs_gtk.[ch]            ** NEW **
7400         * src/prefs_matcher.c
7401         * src/prefs_scoring.c
7402         * src/prefs_summary_column.c
7403         * src/procmime.c
7404         * src/selective_download.c
7405         * src/toolbar.c
7406         * src/common/Makefile.am
7407         * src/common/prefs.[ch]         ** NEW **
7408                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
7409
7410 2002-12-24 [alfons]     0.8.7claws7
7411
7412         * src/summaryview.c
7413                 summary_thread_build(): fix real cause of the crash mentioned in
7414                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
7415                 this way we get meaningful ctree nodes 
7416
7417 2002-12-24 [oliver]     0.8.7claws6
7418
7419         * src/mainwindow.[ch]
7420         * src/messageview.[ch]
7421         * src/compose.[ch]
7422         * src/inc.c
7423         * src/summaryview.c
7424                 changes to use updated toolbar handling
7425                 
7426 2002-12-24 [oliver]     0.8.7claws5
7427
7428         * src/toolbar.[ch]
7429                 generic toolbar handling
7430                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
7431         * src/prefs_toolbar.[ch]
7432                 adjust to handling
7433         
7434 2002-12-24 [oliver]     0.8.7claws4
7435         
7436         * src/stock_pixmap.[ch]
7437                 move SYLPHEED_LOGO to end of list in order 
7438                 to remove it from Custom Toolbar`s Icon View
7439
7440 2002-12-24 [alfons]     0.8.7claws3
7441
7442         * src/summaryview.c
7443                 summary_thread_build(): fix crash because of focus != selection 
7444                 after threading. when deleting the selection, gtk tries but fails 
7445                 to find the correct focusable element. we now force the selection
7446                 to be focused. this should solve the infamous bug reported by 
7447                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
7448                 a test case is available. 
7449
7450 2002-12-24 [darko]      0.8.7claws2
7451
7452         * src/summaryview.c
7453                 don't crash when unmarking message with unread children
7454
7455 2002-12-23 [christoph]  0.8.7claws1
7456
7457         * src/Makefile.am
7458         * src/common/Makefile.am
7459                 update Makefiles for moved intl.h, version.h and defs.h
7460         * src/imap.c
7461                 rewrite imap_session_get to avoid duplicate code
7462
7463 2002-12-23 [paul]       0.8.7claws
7464
7465         * Santa-Claws released
7466         
7467         * po/hu.po
7468           po/ru.po
7469                 squeeze in updated Hungarian and Russian translations.
7470                 Submitted by  Gál Zoltán and Ruslan N. Balkin
7471
7472 2002-12-23 [paul]       0.8.6claws129
7473
7474         * po/pl.po
7475                 updated by Witold Wladyslaw Wojciech Wilk
7476
7477 2002-12-23 [paul]       0.8.6claws128
7478
7479         * src/quote_fmt_parse.y
7480                 fix typo and add licence header
7481
7482 2002-12-23 [paul]       0.8.6claws127
7483
7484         * po/en_GB.po
7485                 updated
7486
7487 2002-12-23 [paul]       0.8.6claws126
7488
7489         * po/it.po
7490                 updated translation, submitted by Alessandro Maestri
7491                 
7492 2002-12-23 [paul]       0.8.6claws125
7493
7494         * src/quote_fmt_parse.y
7495                 fix signature-stripping on replies bug. match
7496                 '-- \n' and not '-- '.
7497
7498 2002-12-22 [paul]       0.8.6claws124
7499
7500         * po/bg.po
7501           po/es.po
7502           po/sr.po
7503                 updated translations. submitted by George Danchev,
7504                 Ricardo Mones Lastra, and Urke MMI respectively
7505
7506 2002-12-21 [paul]       0.8.6claws123
7507
7508         * src/addrbook.c
7509                 fix coding style
7510
7511 2002-12-21 [paul]       0.8.6claws122
7512
7513         * src/addrbook.c
7514                 fix bug [643638] where if a person is in one or more
7515                 addressbook groups editing that person's email 
7516                 address results in removal from those groups.
7517                 Patch submitted by Luke Plant.
7518
7519 2002-12-20 [christoph]  0.8.6claws121
7520
7521         * src/common/utils.c
7522         * src/summaryview.c
7523                 reimplement expand_search_string using GString to
7524                 prevent crashs caused by miscalculated string
7525                 lengths reported by Paul
7526
7527 2002-12-20 [christoph]  0.8.6claws120
7528
7529         * src/summaryview.c
7530                 don't use "changed" to check if op_count has to be changed as it
7531                 is also set when the message has unread children
7532                 (closes bug [ 653221 ] crash while deleting duplicates)
7533
7534 2002-12-20 [paul]       0.8.6claws119
7535
7536         * sync with 0.8.6cvs27
7537                 see ChangeLog 2002-12-20
7538
7539 2002-12-20 [paul]       0.8.6claws118
7540
7541         * sync with 0.8.6cvs26
7542                 see ChangeLog 2002-12-19 and 2002-12-20
7543
7544 2002-12-19 [alfons]     0.8.6claws117
7545
7546         * src/textview.c
7547                 fix incorrect parsing of email addresses, submitted by 
7548                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7549                 name display if it contains @".
7550
7551 2002-12-18 [paul]       0.8.6claws116
7552
7553         * sync with 0.8.6cvs23
7554                 see ChangeLog 2002-12-18
7555
7556 2002-12-18 [paul]       0.8.6claws115
7557
7558         * src/Makefile.am
7559         * src/account.c
7560         * src/codeconv.c
7561         * src/gtkutils.[ch]
7562         * src/imap.c
7563                 sync with 0.8.6cvs22.
7564                 see ChangeLog 2002-12-17 and 2002-12-18
7565
7566 2002-12-17 [christoph]  0.8.6claws114
7567
7568         * src/imap.c
7569                 o don't create a session if imap greeting fails
7570                 o don't close socket when authentication fails
7571                   this is done by imap_session_destroy
7572
7573 2002-12-17 [thorsten]   0.8.6claws113
7574
7575         * tools/Makefile.am
7576           tools/README
7577           tools/google_msgid.pl ** NEW FILE **
7578                 Added "search for message-id" script and doc
7579
7580 2002-12-17 [thorsten]   0.8.6claws112
7581
7582         * po/hu.po
7583                 Updated hungarian translation
7584                 (updated by Gal Zoltan)
7585
7586 2002-12-16 [christoph]  0.8.6claws111
7587
7588         * src/addr_compl.c
7589                 remove stupid addressbook dump to debug output
7590         * src/mh.c
7591                 fix memory leak found by Hiro
7592
7593 2002-12-14 [paul]       0.8.6claws110
7594
7595         * src/compose.c
7596                 fix menubar sensitivity on send
7597                 
7598         * src/prefs_filtering.c
7599         * src/prefs_matcher.c
7600         * src/prefs_scoring.c
7601                 Fix english ;)
7602                 
7603         * src/common/quoted-printable.h
7604                 sync: fix typo
7605         
7606 2002-12-13 [christoph]  0.8.6claws109
7607
7608         * src/Makefile.am
7609         * src/manage_window.[ch]        ** REMOVE **
7610         * src/gtk/Makefile.am
7611         * src/gtk/manage_window.[ch]    ** NEW **
7612                 move manage_window files to gtk directory
7613
7614 2002-12-13 [christoph]  0.8.6claws108
7615
7616         * src/Makefile.am
7617         * src/gtkshruler.[ch]           ** REMOVE **
7618         * src/gtk/Makefile.am
7619         * src/gtk/gtkshruler.[ch]       ** NEW **
7620                 move gtkshruler files to gtk directory
7621
7622 2002-12-13 [christoph]  0.8.6claws107
7623
7624         * src/Makefile.am
7625         * src/compose.c
7626         * src/gtkstext.[ch]             ** REMOVE **
7627         * src/gtkutils.[ch]
7628         * src/textview.c
7629         * src/gtk/gtkstext.[ch]         ** NEW **
7630         * src/gtk/Makefile.am
7631                 o move stext functions to gtkstext.c to remove
7632                   dependency of gtkutils
7633                 o move gtkstext files to gtk directory
7634
7635         * src/gtk/Makefile.am
7636         * src/gtk/sslcertwindow.[ch]
7637                 UI stuff can always depend on common code so
7638                 it's ok to add ../common to include path
7639
7640 2002-12-13 [colin]      0.8.6claws106
7641
7642         * src/summaryview.c
7643                 Disconnect sighandlers for mainwindow when
7644                 quicksearch has the focus
7645                 Fix bug #653231
7646         * src/mainwindow.[ch]
7647                 Make key_pressed callback public, to be able
7648                 to disconnect it
7649
7650 2002-12-13 [christoph]  0.8.6claws105
7651
7652         * src/mh.c
7653                 create .mh_sequences file in new MH folders
7654                 (closes feature request [ 523162 ] MH folders should
7655                  get a .mh_sequences)
7656
7657 2002-12-13 [colin]      0.8.6claws104
7658
7659         * src/summaryview.c
7660                 Better handling of quicksearch show/hide
7661                 (basically the button stays under the mouse 
7662                  when toggled)
7663
7664 2002-12-13 [paul]       0.8.6claws103
7665
7666         * sync with 0.8.6cvs17
7667                 see ChangeLog 2002-12-13
7668
7669 2002-12-13 [paul]       0.8.6claws102
7670
7671         * po/es.po
7672                 updated by Ricardo Mones Lastra
7673
7674 2002-12-11 [colin]       0.8.6claws101
7675
7676         * src/folder.c
7677                 remove statusbar stuff
7678           src/folderview.c
7679                 set statusbar verbosity when moving folders
7680
7681 2002-12-11 [colin]       0.8.6claws100
7682         * src/prefs_filtering.c
7683         * src/prefs_matcher.c
7684         * src/prefs_scoring.c
7685                 Fix english ;)
7686
7687 2002-12-11 [colin]       0.8.6claws99
7688
7689         * src/prefs_common.[ch]
7690                 Add summary_quicksearch_type
7691         * src/summaryview.c
7692                 Save last used quicksearch type
7693
7694 2002-12-11 [jens]       0.8.6claws98
7695         * src/prefs_filtering.c
7696         * src/prefs_matcher.c
7697         * src/prefs_scoring.c
7698                 added dialog for incomplete rules in scoring, filtering and
7699                 matcher to ask wheather really close
7700
7701 2002-12-11 [colin]      0.8.6claws97
7702
7703         * src/folder.c
7704                 Fix folder dnd statusbar logging
7705
7706 2002-12-10 [christoph]  0.8.6claws96
7707
7708         * src/compose.c
7709         * src/folder.c
7710         * src/imap.c
7711         * src/inc.c
7712         * src/main.c
7713         * src/mainwindow.c
7714         * src/news.c
7715         * src/send.c
7716         * src/statusbar.[ch]
7717         * src/common/hooks.c
7718         * src/common/log.[ch]
7719                 o handle verbose logging in statusbar directly in statusbar code
7720                   and common code does not need any knowledge about a statusbar
7721                 o remove direct calls to statusbar_(puts|pop)_all functions
7722
7723 2002-12-10 [jens]       0.8.6claws95
7724
7725         * src/*.c
7726                 removed gettext from g_warnings
7727         * po/POTFILES.in
7728                 cleaned and updated
7729         * po/de.po
7730                 updated
7731
7732 2002-12-10 [colin]      0.8.6claws94
7733
7734         * src/main.c
7735                 finish crash dialog fix
7736
7737 2002-12-10 [colin]      0.8.6claws93
7738
7739         * src/main.c
7740                 "Fix" "sylpheed already running" instead of
7741                 crash dialog appearing after a crash
7742
7743 2002-12-10 [colin]      0.8.6claws92
7744
7745         * po/POTFILES.in
7746                 add src/gtk/sslcertwindow.c
7747
7748 2002-12-10 [paul]       0.8.6claws91
7749
7750         * po/POTFILES.in
7751                 updated to reflect recent changes
7752                 submitted by Alessandro Maestri
7753
7754 2002-12-09 [christoph]  0.8.6claws90
7755
7756         * src/Makefile.am
7757         * src/smtp.[ch]                 ** REMOVE **
7758         * src/common/Makefile.am
7759         * src/common/smtp.[ch]          ** NEW **
7760                 move smtp files to common directory
7761
7762 2002-12-09 [christoph]  0.8.6claws89
7763
7764         * src/Makefile.am
7765         * src/session.[ch]              ** REMOVE **
7766         * src/common/Makefile.am
7767         * src/common/session.[ch]       ** NEW **
7768                 move session files to common directory
7769
7770 2002-12-09 [paul]       0.8.6claws88
7771
7772         * src/account.c
7773                 fix bug [649746] edit accounts: move account reverted
7774                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7775
7776 2002-12-09 [colin]      0.8.6claws87
7777
7778         * src/ssl_certificate.c
7779                 cleanup
7780
7781 2002-12-09 [colin]      0.8.6claws86
7782
7783         * src/ssl.c
7784                 Try to open the cert.pem database and 
7785                 issue a warning if it isn't there
7786
7787 2002-12-09 [colin]      0.8.6claws85
7788
7789         * src/common/ssl_certificate.c
7790         * src/gtk/sslcertwindow.c
7791                 Warning fixes
7792
7793 2002-12-09 [colin]      0.8.6claws84
7794
7795         * src/ssl_certificate.[ch] ** REMOVED **
7796         * src/common/ssl_certificate.[ch] ** NEW **
7797         * src/Makefile.am
7798         * src/common/Makefile.am
7799                 Moved ssl_certificate.[ch] to common
7800         * src/common/ssl.c 
7801                 Put back needed include
7802         * src/gtk/sslcertwindow.[ch]
7803                 Changed ssl_certificate.h include
7804         
7805 2002-12-09 [colin]      0.8.6claws83
7806
7807         * src/gtk/sslcertwindow.[ch]
7808                 Implement hook for certificate acception
7809         * src/ssl_certificate.[ch]
7810                 Implement hook for certificate acception
7811         * src/common/ssl.c
7812                 Reenable certificate acception check
7813         * src/mainwindow.c
7814                 Register sslcertwindow's hook
7815         
7816 2002-12-08 [christoph]  0.8.6claws82
7817
7818         * src/about.c
7819         * src/addr_compl.c
7820         * src/codeconv.c
7821         * src/manual.c
7822         * src/undo.c
7823         * src/common/utils.c
7824                 o add missing includes
7825                 o fix warnings
7826         * src/.cvsignore
7827         * src/common/.cvsignore
7828         * src/common/version.h          ** REMOVE **
7829                 remove autogenerated file
7830
7831 2002-12-08 [paul]       0.8.6claws81
7832
7833         * src/stringtable.c
7834                 put back needed include
7835
7836 2002-12-08 [colin]      0.8.6claws80
7837         
7838         * src/gtk/sslcertwindow.c
7839                 Cleaner popups when asking
7840         * src/ssl_certificate.c
7841         * src/prefs_common.[ch]
7842                 remove ssl certificate pref
7843                 put back needed include
7844         * src/undo.c
7845                 put back needed include
7846
7847 2002-12-08 [christoph]  0.8.6claws79
7848
7849         * src/folderview.c
7850         * src/logwindow.c
7851         * src/statusbar.c
7852         * src/summaryview.c
7853                 only abort hook invokation if required data is missing not
7854                 if our own data pointer is NULL, update hookfunction for
7855                 log window
7856
7857 2002-12-08 [paul]       0.8.6claws78
7858
7859         * src/about.c
7860         * src/addrcache.c
7861         * src/addrclip.c
7862         * src/addr_compl.c
7863         * src/addrselect.c
7864         * src/codeconv.c
7865         * src/colorlabel.c
7866         * src/enriched.c
7867         * src/esmtp.c
7868         * src/exporthtml.c
7869         * src/headerview.c
7870         * src/imageview.c
7871         * src/manual.c
7872         * src/noticeview.c
7873         * src/pgptext.c
7874         * src/scoring.c
7875         * src/sourcewindow.c
7876         * src/stringtable.c
7877         * src/undo.c
7878                 clean up: remove unneccesary includes
7879
7880 2002-12-08 [christoph]  0.8.6claws77
7881
7882         * src/folderview.c
7883         * src/statusbar.c
7884         * src/summaryview.c
7885         * src/common/hooks.[ch]
7886                 hook functions now have a gboolean return value, if a hook
7887                 returns TRUE it will stop executing of any more hooks in
7888                 the same hooklist for this invokation
7889
7890 2002-12-08 [colin]      0.8.6claws76
7891         
7892         * src/main.c
7893                 put back argv0 for CRASH_DIALOG
7894
7895 2002-12-08 [christoph]  0.8.6claws75
7896
7897         * src/Makefile.am
7898         * src/about.c
7899         * src/account.c
7900         * src/crash.c
7901         * src/esmtp.h
7902         * src/imap.[ch]
7903         * src/inc.c
7904         * src/main.c
7905         * src/mainwindow.c
7906         * src/news.c
7907         * src/pop.[ch]
7908         * src/prefs_account.[ch]
7909         * src/prefs_common.[ch]
7910         * src/send.[ch]
7911         * src/smtp.[ch]
7912         * src/ssl_certificate.[ch]
7913         * src/ssl_manager.[ch]
7914         * src/common/Makefile.am
7915         * src/common/log.c
7916         * src/common/nntp.[ch]
7917         * src/common/socket.[ch]
7918         * src/common/ssl.[ch]
7919         * src/gtk/sslcertwindow.[ch]
7920         * ac/openssl.m4
7921                 use new autoconf script to detect OpenSSL with extra parameters
7922                 to specify the location of libs and includes, also remove USE_SSL
7923                 to USE_OPENSSL
7924
7925         * src/common/sylpheed.[ch]
7926         * src/common/version.h.in
7927                 start seperation of common code initialization seperated from gui
7928
7929         * src/summaryview.c
7930                 The function that is called when a color label changes
7931                 should not change the color lable again
7932
7933 2002-12-08 [colin]      0.8.6claws74
7934
7935         * src/gtk/sslcertwindow.c
7936                 warning fixes
7937
7938 2002-12-08 [colin]      0.8.6claws73
7939
7940         * src/statusbar.c
7941           src/common/log.h
7942                 Register a hook for statusbar_puts_all
7943         * src/common/log.c
7944                 invoke statusbar_puts_all's hook
7945         
7946 2002-12-08 [colin]      0.8.6claws72
7947
7948         * src/ssl_certificate.c
7949                 Put back a badly-removed include
7950
7951 2002-12-08 [colin]      0.8.6claws71
7952
7953         * src/gtk/sslcertwindow.[ch]    ** NEW **
7954                 new certificate presentation
7955         * src/gtk/Makefile.am
7956                 add new files
7957         * src/ssl_certificate.[ch]
7958                 gtk cleanup, made utility functions public
7959         * src/ssl_manager.c
7960                 use new cert presentation
7961
7962 2002-12-07 [christoph]  0.8.6claws70
7963
7964         * src/Makefile.am
7965         * src/nntp.[ch]                 ** REMOVE **
7966         * src/common/Makefile.am
7967         * src/common/nntp.[ch]          ** NEW **
7968                 move nntp files to common directory
7969
7970 2002-12-07 [christoph]  0.8.6claws69
7971
7972         * src/procmsg.[ch]
7973         * src/summaryview.c
7974                 implement msginfo update callback using sylpheed's new
7975                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7976
7977 2002-12-06 [christoph]  0.8.6claws68
7978
7979         * src/editgroup.c
7980                 This patch changes the 'Edit Group Details' dialog to
7981                 allow extended selections in either pane, so that
7982                 addresses can be added or removed from a group more
7983                 quickly and easily. (it actually is a net decrease in
7984                 file size, as some unnecessary functions have been
7985                 removed). 
7986                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7987
7988 2002-12-06 [christoph]  0.8.6claws67
7989
7990         * src/Makefile.am
7991         * src/template.[ch]             ** REMOVE **
7992         * src/common/Makefile.am
7993         * src/common/template.[ch]      ** NEW **
7994                 move template files to common directory
7995
7996         * src/nntp.c
7997                 add missing log.h include
7998
7999 2002-12-06 [melvin]     0.8.6claws66
8000
8001         * src/prefs_actions.c
8002                 Added the trailing ">" syntax to insert command's output
8003                 without replacing old text (in contrast to trailing "|").
8004
8005 2002-12-05 [colin]      0.8.6claws65
8006         
8007         * src/common/utils.c
8008                 Don't modify original search_string or it'll change
8009                 the next iterations in the for()
8010
8011 2002-12-05 [darko]      0.8.6claws64
8012
8013         * src/common/utils.c
8014                 proper check for filtering commands, found by Colin
8015
8016 2002-12-05 [darko]      0.8.6claws63
8017
8018         * src/common/utils.c
8019                 check proper string for NULL pointer, found by Colin
8020
8021 2002-12-05 [darko]      0.8.6claws62
8022
8023         * src/common/utils.[ch]
8024                 expand_search_string(): new function
8025                 converts Mutt-like patterns to Sylpheed's
8026                 filtering engine
8027         * src/summaryview.c
8028                 use expand_search_string() to allow Mutt-like
8029                 patterns in extended search
8030         * README.claws
8031                 document extended option in quick search
8032
8033 2002-12-05 [paul]       0.8.6claws61
8034
8035         * sync with 0.8.6cvs16
8036                 see ChangeLog 2002-12-05
8037                 
8038         * po/POTFILES.in
8039                 clean up
8040
8041 2002-12-04 [christoph]  0.8.6claws60
8042
8043         * src/imap.[ch]
8044                 put imap authentication code into a new function and
8045                 remove it from imap_session_new that will allow to
8046                 send other commands before authentication
8047
8048 2002-12-04 [christoph]  0.8.6claws59
8049
8050         * src/imap.[ch]
8051                 use already existing method to prevent unneeded IMAP
8052                 folder selects. Set imap_select parameters to NULL
8053                 in some functions if the values are not required.
8054
8055         * src/xml.h
8056                 remove no longer required include
8057
8058 2002-12-04 [paul]       0.8.6claws58
8059
8060         * po/es.po
8061                 updated by Ricardo Mones Lastra
8062                 
8063         * configure.in
8064           po/hu.po      ** NEW FILE **
8065                 initial Hungarian translation, submitted
8066                 by Gál Zoltán <galzoli@hu.inter.net>
8067
8068 2002-12-03 [christoph]  0.8.6claws57
8069
8070         * src/Makefile.am
8071         * src/gtksctree.[ch]            ** REMOVE **
8072         * src/gtk/Makefile.am
8073         * src/gtk/gtksctree.[ch]        ** NEW **
8074                 move gtksctree files to gtk directory
8075
8076 2002-12-03 [christoph]  0.8.6claws56
8077
8078         * src/Makefile.am
8079         * src/md5.[ch]                  ** REMOVE **
8080         * srm/common/Makefile.am
8081         * src/common/md5.[ch]           ** NEW **
8082                 move md5 files to common directory
8083
8084         * src/gtkstext.c
8085                 remove not required #include
8086
8087 2002-12-03 [sergey]     0.8.6claws55
8088
8089         * src/gtkutils.c
8090         * src/gtkutils.h
8091                 gtkut_window_popup(): new function.
8092         * src/mainwindow.c
8093                 main_window_popup(): use gtkut_window_popup() to raise
8094                 window without changing its position.
8095                 (see sylpheed-main ML message [sylpheed:17247])
8096
8097 2002-12-03 [sergey]     0.8.6claws54
8098
8099         * src/send.c
8100                 send_message_local(): removed first-dot escaping
8101                 (SMTP-only, not needed for sending through pipe)
8102
8103 2002-12-03 [paul]       0.8.6claws53
8104
8105         * po/POTFILES.in
8106                 update to reflect recent changes (thanks
8107                 to Ricardo Mones Lastra)
8108                 
8109         * tools/filter_conv.pl
8110                  fix problem with quoted strings. Patch submitted
8111                  by Luke Plant <lukeplant@softhome.net>
8112
8113 2002-12-03 [paul]       0.8.6claws52
8114
8115         * sync with 0.8.6cvs15
8116                 see ChangeLog 2002-12-03
8117
8118 2002-12-02 [christoph]  0.8.6claws51
8119
8120         * src/logwindow.[ch]
8121         * src/common/log.[ch]
8122                 implement logging using a hook function
8123
8124         * src/folderview.c
8125         * src/folder.[ch]
8126                 define hooklist name in header file to avoid
8127                 errors caused by wrong spelling of hooklist names
8128
8129         * src/toolbar.c
8130                 fix warnings
8131
8132 2002-12-02 [christoph]  0.8.6claws50
8133
8134         * src/common/Makefile.am
8135                 add src/common/hooks.[ch]
8136
8137         * src/common/hooks.[ch]
8138                 implement a simple hook system using glib's hook functions
8139
8140         * src/folder.[ch]
8141         * src/folderview.c
8142                 use new hook system for folder item updates
8143
8144 2002-12-02 [christoph]  0.8.6claws49
8145
8146         * doc-src/ui_seperation.txt     ** NEW **
8147                 information for ui seperation
8148
8149         * src/Makefile.am
8150                 remove files that were moved to common
8151                 include common directory by default for the header files
8152
8153         * src/inc.c
8154         * src/common/socket.c
8155         * src/automaton.[ch]
8156                 implement automaton using g_io_*-functions instead of
8157                 gdk_input_add to make it ui independent
8158
8159         * src/codeconv.c
8160         * src/compose.c
8161         * src/ldif.c
8162         * src/pgptext.c
8163         * src/procmime.c
8164         * src/rfc2015.c
8165         * src/smtp.c
8166         * src/unmime.c
8167                 remove common/ prefix because directory is now in
8168                 include path
8169
8170         * src/compose.c
8171         * src/folder.c
8172         * src/folderview.c
8173         * src/mainwindow.c
8174         * src/messageview.c
8175         * src/prefs_common.c
8176         * src/procmsg.c
8177         * src/rfc2015.c
8178                 fix warnings
8179
8180         * src/imap.c
8181         * src/inc.c
8182         * src/news.c
8183         * src/pop.c
8184         * src/send.c
8185         * src/smtp.c
8186         * src/ssl_certificate.c
8187                 add log.h header file for logging functions
8188
8189         * src/main.c
8190         * src/common/utils.c
8191         * src/summaryview.c
8192         * src/xml.c
8193                 o move debug_mode to common/utils.c
8194                 o add functions to set and get debug_mode
8195
8196         * src/defs.h                    ** REMOVE **
8197         * src/intl.h                    ** REMOVE **
8198         * src/socket.[ch]               ** REMOVE **
8199         * src/ssl.[ch]                  ** REMOVE **
8200         * src/utils.[ch]                ** REMOVE **
8201                 replaced by new files in src/common/
8202         
8203         * src/common/Makefile.am
8204                 add new files in src/common/
8205
8206         * src/common/defs.h             ** NEW **
8207         * src/common/intl.h             ** NEW **
8208         * src/common/log.[ch]           ** NEW **
8209         * src/common/socket.[ch]        ** NEW **
8210         * src/common/ssl.[ch]           ** NEW **
8211         * src/common/utils.[ch]         ** NEW **
8212                 replacement for files in src/
8213
8214 2002-12-02 [colin]      0.8.6claws48
8215
8216         * src/folderview.c
8217                 Scroll folderview if necessary during dnd
8218
8219 2002-12-02 [colin]      0.8.6claws47
8220
8221         * src/folder.[ch]
8222                 Add check to verify a move is within a single mailbox
8223         * src/folderview.c
8224                 Add specific error string for this check
8225
8226 2002-12-02 [colin]      0.8.6claws46
8227
8228         * src/folder.c
8229                 Add a test to folder moving, remove a statusbar_print
8230         * src/folderview.c
8231                 Add Move folder... context-menu item
8232                 Factorize folder moving code
8233                 Enable folder DND for mbox
8234
8235 2002-12-01 [christoph]  0.8.6claws45
8236
8237         * ac/aspell.m4
8238                 remove conf.aspelltest if the version check fails
8239
8240 2002-11-30 [christoph]  0.8.6claws44
8241
8242         * autogen.sh
8243                 run libtoolize --force in autogen to create missing
8244                 libtool scripts
8245
8246 2002-11-30 [christoph]  0.8.6claws43
8247
8248         * src/Makefile.am
8249         * src/pgptext.c
8250         * src/procmime.c
8251         * src/rfc2015.c
8252         * src/uuencode.[ch]             ** REMOVED **
8253         * src/common/Makefile.am
8254         * src/common/uuencode.[ch]      ** NEW **
8255                 move uuen/decoder to common directory
8256
8257 2002-11-30 [christoph]  0.8.6claws42
8258
8259         * src/Makefile.am
8260         * src/base64.[ch]               ** REMOVED **
8261         * src/codeconv.c
8262         * src/compose.c
8263         * src/ldif.c
8264         * src/pgptext.c
8265         * src/procmime.c
8266         * src/rfc2015.c
8267         * src/smtp.c
8268         * src/unmime.c
8269         * src/common/Makefile.am
8270         * src/common/base64.[ch]        ** NEW **
8271                 move base64 en/decoder to common directory
8272
8273 2002-11-30 [christoph]  0.8.6claws41
8274
8275         * src/common                    ** NEW **
8276                 new directory for UI independent code
8277         * src/gtk                       ** NEW **
8278                 new directory for GTK frontend
8279         * src/common/.cvsignore         ** NEW **
8280         * src/gtk/.cvsignore            ** NEW **
8281                 ignore build files
8282         * src/common/Makefile.am        ** NEW **
8283         * src/gtk/Makefile.am           ** NEW **
8284                 automake files to build new seperated stuff
8285         * src/Makefile.am
8286                 the binary will currently still be build with the
8287                 files in src, so we include the code from the
8288                 subdirs for now after building the libs there
8289
8290 2002-11-30 [paul]       0.8.6claws40
8291
8292         * src/compose.c
8293                 fix bug [642731] 'Wrong selected account with drafted mail'
8294
8295 2002-11-29 [oliver]     0.8.6claws39
8296         
8297         * src/messageview.c
8298                 o update summaryview when switching between different
8299                   messageviews          
8300         * src/toolbar.c  
8301                 o check if messageview holds already removed msg
8302                   from summaryview
8303                 
8304
8305 2002-11-29 [oliver]     0.8.6claws38
8306
8307         * src/toolbar.c 
8308                 remove not needed variables and includes
8309                 make messageview stay opened and move to next when msgs are deleted 
8310
8311 2002-11-29 [oliver]     0.8.6claws37
8312         
8313         * src/toolbar.c 
8314                 disable compose button (messageview toolbar) by default
8315                 deleted msgs are moved to trash
8316         
8317 2002-11-29 [melvin]     0.8.6claws36
8318
8319         * configure.in
8320                 Increased minimal gpgme version to 0.3.10 (Zombies out)
8321                 and to detect signatures expirations (gpgme 0.3.6)
8322
8323         * src/main.c
8324                 Use non obsolescent function for Gpgme engine checking.
8325
8326         * src/rfc2015.c
8327                 Inform about expired signatures or signatures which key
8328                 has expired. Expiration date is displayed.
8329
8330         * src/sigstatus.c
8331                 Inform about expired signatures or signatures which key
8332                 has expired.
8333
8334 2002-11-28 [paul]       0.8.6claws35
8335
8336         * src/folderview.c
8337                 re-instate 'Check for new messages' in Newsgroup
8338                 folders right-click menu, after a suggestion from
8339                 Tim Mann <timmann@users.sourceforge.net>
8340
8341         * src/main.c
8342                 after a crash check only local folders for new
8343                 messages
8344
8345 2002-11-28 [paul]       0.8.6claws34
8346
8347         * configure.in
8348                 apply patch that fixes the checking of GTK with XIM 
8349                 support on different OSs, such as FreeBSD. Patch 
8350                 submitted by Topia <topia@users.sourceforge.net>
8351                 
8352 2002-11-28 [paul]       0.8.6claws33
8353
8354         * src/mainwindow.c
8355           src/prefs_common.c
8356           src/prefs_toolbar.c
8357                 more changes to the English
8358
8359 2002-11-28 [paul]       0.8.6claws32
8360
8361         * sync with 0.8.6cvs13
8362                 see ChangeLog 2002-11-28 (no sync needed
8363                 for src/compose.c)
8364
8365 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
8366         
8367         * src/mainwindow.[ch]
8368                 add patch by Ivan F. Martinez introducing messageview Toolbar
8369                 some changes and committed by oliver    
8370
8371 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
8372
8373         * src/messageview.[ch]
8374                 add patch by Ivan F. Martinez introducing messageview Toolbar
8375                 some changes and committed by oliver    
8376
8377 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
8378
8379         * src/compose.[ch]
8380                 add patch by Ivan F. Martinez introducing messageview Toolbar
8381                 some changes and committed by oliver    
8382
8383 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
8384         
8385         * src/toolbar.[ch]
8386                 add patch by Ivan F. Martinez introducing messageview Toolbar
8387                 some changes and committed by oliver
8388
8389 2002-11-28 [oliver]     0.8.6claws27
8390         
8391         * src/prefs_toolbar.[ch]
8392                 getting ready for messageview toolbar
8393                 free mem allocated by gettext
8394                 change prefs_toolbar to prefs_toolbar_open
8395  
8396 2002-11-28 [thorsten]   0.8.6claws26
8397
8398         * src/imageview.[ch]
8399                 cleaned up conflicting declarations of
8400                 imageview_show_image()
8401
8402 2002-11-28 [paul]       0.8.6claws25
8403
8404         * src/grouplistdialog.c
8405           src/prefs_common.c
8406           src/prefs_summary_column.c
8407                 a few more improvements to the English
8408
8409 2002-11-28 [colin]      0.8.6claws24
8410
8411         * man/sylpheed.1
8412                 A few updates to command-line parameters
8413
8414 2002-11-28 [colin]      0.8.6claws23
8415
8416         * src/prefs_filtering.c
8417                 Fix problems with prefs_filtering_delete_path:
8418                 a) if the first rule is removed, original pointers
8419                    weren't updated (leading to segfaults)
8420                 b) it was always global_processing updated in case
8421                    of removed path was parent of rule path
8422
8423 2002-11-27 [paul]       0.8.6claws22
8424
8425         * src/mainwindow.c
8426           src/prefs_account.c
8427           src/prefs_actions.c
8428           src/prefs_common.c
8429           src/prefs_customheader.c
8430           src/prefs_display_header.c
8431           src/prefs_filtering.c
8432           src/prefs_folder_item.c
8433           src/prefs_matcher.c
8434           src/prefs_scoring.c
8435           src/prefs_summary_column.c
8436           src/prefs_template.c
8437           src/prefs_toolbar.c
8438                  improve the English in the GUI
8439
8440 2002-11-27 [colin]      0.8.6claws21
8441
8442         * src/folder.c
8443                 Fix processing renaming problems happening after
8444                 last commit
8445
8446 2002-11-27 [colin]      0.8.6claws20
8447
8448         * src/folder.c
8449                 recursive move now deletes src each subfolder after 
8450                 having moved it
8451         * src/folderview.c
8452                 Use identifier instead of path during dnd (enables
8453                 IMAP folder dnd)
8454
8455 2002-11-27 [paul]       0.8.6claws19
8456
8457         * src/main.c
8458                 apply patch that does command-line processing 
8459                 BEFORE gtk_init, allowing claws to run from 
8460                 shell-scripts in non-X environment (e.g. crontab 
8461                 or ip-up, ip-down scripts). Patch submitted by
8462                 Ruslan N. Balkin <baron@dartel.ru>
8463                 
8464         * po/it.po
8465                 updated by Alessandro Maestri
8466
8467 2002-11-27 [paul]       0.8.6claws18
8468
8469         * sync with 0.8.6cvs12
8470           src/prefs_common.c
8471                 Differences are that main uses a 'Receive dialog'
8472                 frame on the Interface tab, whereas claws groups all 
8473                 the dialogs together in a 'Dialogs' frame.
8474
8475 2002-11-27 [colin]      0.8.6claws17
8476
8477         * src/prefs_matcher.c
8478                 Fix Execute criteria's NOT flag
8479
8480
8481 2002-11-26 [christoph]  0.8.6claws16
8482
8483         * src/ssl.c
8484                 rewrite the ssl code a little bit, only use one
8485                 SSL context, set default certificates' file/path
8486
8487 2002-11-26 [thorsten]   0.8.6claws15
8488
8489         * src/compose.c
8490                 default-reply-to didn't work for ml-reply
8491
8492 2002-11-26 [melvin]     0.8.6claws14
8493
8494         * src/prefs_actions.c
8495                 Made pipe-actions ignore short headers in message view
8496                 Made trailing-pipe-actions write in the message view with
8497                 the same font as the original message
8498
8499 2002-11-26 [paul]       0.8.6claws13
8500
8501         * src/compose.c
8502                 this time commit the correct file
8503
8504 2002-11-26 [paul]       0.8.6claws12
8505
8506         * sync with 0.8.6cvs11
8507           src/quote_fmt_parse.y  
8508                 no sync needed
8509           src/account.[ch]       
8510                 not sync'ed
8511           src/compose.c
8512                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8513                 on draft mode.
8514                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8515                 header
8516                 
8517         see ChangeLog 2002-11-25 and 2002-11-26
8518
8519 2002-11-26 [colin]      0.8.6claws11
8520
8521         * src/folderview.c
8522                 Fix collapsed folder not auto-expanding during
8523                 mail dnd, if it was the source folder.
8524
8525 2002-11-25 [colin]      0.8.6claws10
8526
8527         * src/folderview.[ch]
8528                 Variable renaming and cleaning (slist of nodes 
8529                 to be re-collapsed is stored in FolderView)
8530
8531 2002-11-25 [paul]       0.8.6claws9
8532
8533         * src/prefs_common.[ch]
8534                 fix breakage caused by last commit
8535
8536 2002-11-25 [paul]       0.8.6claws8
8537
8538         * sync with 0.8.6cvs4
8539                 see ChangeLog 2002-11-21
8540
8541 2002-11-25 [paul]       0.8.6claws7
8542
8543         * sync with 0.8.6cvs4
8544                 see ChangeLog 2002-11-20
8545
8546 2002-11-25 [paul]       0.8.6claws6
8547
8548         * sync with 0.8.6cvs3
8549                 see ChangeLog 2002-11-18
8550
8551 2002-11-25 [colin]      0.8.6claws5
8552
8553         * src/gtkutils.[ch]
8554                 Add gtkut_ctree_node_is_parent()
8555         * src/folderview.c
8556                 Spring-loaded folders
8557
8558 2002-11-25 [colin]      0.8.6claws4
8559
8560         * src/utils.[ch]
8561                 Add slist_concat_unique(), function to merge
8562                 two GSList filtering dups
8563         * src/folder.[ch]
8564         * src/summaryview.[ch]
8565         * src/folderview.c
8566         * src/main.c
8567                 Add detection/update/display of unread answers
8568                 to marked mails
8569         * src/procmsg.[ch]
8570                 Add procmsg_find_children()
8571                 Add procmsg_msg_has_marked_parent()
8572
8573 2002-11-25 [colin]      0.8.6claws3
8574
8575         * src/ssl_certificate.[ch]
8576                 Allow checking a certificate without a DNS
8577                 lookup
8578                 Allow to forget a cert (by deleting it)
8579                 Make ssl_certificate_destroy_public
8580         * src/ssl_manager.[ch] ** NEW FILES **
8581                 Gui to manage (display/remove) certificates
8582         * src/prefs_common.[ch]
8583                 Add a pref to allow silent acceptation of
8584                 trusted certificates or not (based on the
8585                 "I want to know what's going on" principle)
8586         * src/mainwindow.c
8587                 Add SSL manager in Tools menu
8588         * src/Makefile.am
8589                 Add the new files to the build
8590         * po/POTFILES.in
8591                 Add ssl_manager.c to translations
8592
8593 2002-11-25 [colin]      0.8.6claws2
8594
8595         * src/summaryview.[ch]
8596                 Add S_SEARCH_EXTENDED to the quick search, which 
8597                 allows to search using filtering syntax.
8598
8599 2002-11-25 [colin]      0.8.6claws1
8600
8601         * src/summaryview.c
8602                 Deletion of duplicates now prefer deleting
8603                 the unread dup (fixes feature-request 638989).
8604
8605 2002-11-24 [paul]       0.8.6claws
8606
8607         * po/es.po
8608           po/pl.po
8609           po/ru.po
8610           po/sr.po
8611                 updated by Ricardo Mones Lastra,
8612                 Witold Wladyslaw Wojciech Wilk,
8613                 Ruslan N. Balkin, and  Urke MMI 
8614                 respectively
8615
8616 2002-11-24 [paul]       0.8.5claws182
8617
8618         * po/bg.po
8619                 updated by George Danchev
8620
8621 2002-11-23 [alfons]     0.8.5claws181
8622
8623         * src/imap.c
8624                 tiny memory leak found by browsing Dimitar's 
8625                 valgrind report
8626
8627 2002-11-23 [paul]       0.8.5claws180
8628
8629         * po/it.po
8630                 updated by Alessandro Maestri
8631
8632 2002-11-22 [christoph]  0.8.5claws179
8633
8634         * src/compose.c
8635         * src/inc.c
8636         * src/prefs_filtering.c
8637         * src/summaryview.c
8638                 more warning fixes
8639
8640 2002-11-22 [alfons]     0.8.5claws178
8641
8642         * src/summaryview.c
8643                 summary_execute_delete_func(): if message is deleted, make 
8644                 sure to also remove its entry in the subject hash table. 
8645                 fixes a corner case bug.
8646
8647 2002-11-22 [paul]       0.8.5claws177
8648
8649         * .cvsignore
8650                 add 'autom4te.cache'
8651                 
8652         * ltconfig      ** REMOVED **
8653                 not needed
8654
8655 2002-11-22 [paul]       0.8.5claws176
8656
8657         * src/textview.c
8658                 textview_set_font(): fix for message display in
8659                 UTF-8 locales (thanks to Sergey Vlasov).
8660                 
8661         * AUTHORS
8662                 add new team members and contributors
8663
8664
8665 2002-11-21 [colin]      0.8.5claws175
8666
8667         * src/procmsg.[ch]
8668                 Add procmsg_remove_special_headers()
8669         * src/mh.c
8670                 Use procmsg_remove_special_headers() for 
8671                 previous fix
8672
8673 2002-11-21 [colin]      0.8.5claws174
8674
8675         * src/mh.c
8676                 Fix moving/copying from queue/draft folders
8677                 for MH folders
8678
8679 2002-11-21 [christoph]  0.8.5claws173
8680
8681         * src/crash.c
8682         * src/filtering.c
8683         * src/logwindow.c
8684         * src/main.c
8685         * src/matcher_parser_lex.[hl]
8686         * src/mbox.c
8687         * src/mbox_folder.[ch]
8688         * src/prefs_filtering.c
8689         * src/procheader.c
8690         * src/quote_fmt_lex.l
8691         * src/ssl.c
8692                 fix all warnings except the warnings in lex and yacc files
8693
8694 2002-11-20 [christoph]  0.8.5claws172
8695
8696         * src/imap.c
8697                 fix MsgInfo retrieval for IMAP draft and queue folders
8698                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8699
8700 2002-11-19 [christoph]  0.8.5claws171
8701
8702         * src/compose.c
8703                 fix segfault, when draft saving does not get
8704                 the MsgInfo of the new message
8705                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8706
8707 2002-11-19 [christoph]  0.8.5claws170
8708
8709         * src/procmsg.c
8710                 add parameter check for flag setting function
8711                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8712
8713 2002-11-18 [paul]       0.8.5claws169
8714
8715         * src/compose.c
8716                 more sensitivity fixes to redirect mode:
8717                 * disable toolbar draft button
8718                 * allow only Address book in the Tools menu
8719                 * disable editing of message by the spell
8720                   checker
8721
8722 2002-11-18 [paul]       0.8.5claws168
8723
8724         * src/compose.c
8725                 fix sensitivity of menu items in compose_redirect():
8726                 allow only the necessary items 
8727
8728 2002-11-18 [paul]       0.8.5claws167
8729
8730         * src/compose.c
8731                 fix bug [ 603259 ] 'attachment got lost on bounce'
8732
8733 2002-11-18 [paul]       0.8.5claws166
8734
8735         * po/ru.po
8736                 updated by Ruslan N. Balkin <baron@dartel.ru>
8737
8738 2002-11-18 [colin]      0.8.5claws165
8739
8740         * src/main.c
8741           src/defs.h
8742                 Remove old filtering stuff
8743
8744
8745 2002-11-17 [oliver]     0.8.5claws164
8746
8747         * src/toolbar.h
8748                 remove not needed typedef 
8749
8750 2002-11-17 [oliver]     0.8.5claws163
8751
8752         * src/toolbar.c
8753                 make toolbar's on click events translatable
8754
8755 2002-11-15 [colin]      0.8.5claws162
8756
8757         * src/summaryview.c
8758                 Revert too-soon integration of a feature
8759
8760 2002-11-15 [christoph]  0.8.5claws161
8761
8762         * src/imap.c
8763                 use main's implementation of imap_get_msginfo
8764
8765 2002-11-15 [christoph]  0.8.5claws160
8766
8767         * src/compose.c
8768         * src/folder.[ch]
8769         * src/imap.c
8770         * src/mbox_folder.c
8771         * src/mh.c
8772         * src/news.c
8773         * src/procmsg.c
8774         * src/summaryview.c
8775                 replace claws' fetch_msginfo with main's get_msginfo
8776                 (use main's implementation where possible)
8777
8778 2002-11-15 [colin]      0.8.5claws159
8779
8780         * src/ssl_certificate.c
8781                 Missed a check
8782
8783 2002-11-16 [melvin]     0.8.5claws158
8784
8785         * po/fr.po
8786                 Updated French translations.
8787
8788 2002-11-16 [colin]      0.8.5claws157
8789
8790         * src/ssl_certificate.c
8791                 Check for missing parts in the certificates
8792
8793 2002-11-15 [colin]      0.8.5claws156
8794
8795         * src/folderview.c
8796                 Preventive fix (missing check) found by
8797                 Alfons
8798
8799 2002-11-15 [paul]
8800
8801         * NEWS
8802                 sync with 0.8.6 release
8803
8804 2002-11-15 [colin]      0.8.5claws155
8805
8806         * src/folder.[ch]
8807           src/folderview.c
8808                 Fix error handling of folder_item_move_to()
8809                 (thanks to Alfons!)
8810
8811 2002-11-15 [colin]      0.8.5claws154
8812
8813         * src/folder.[ch]
8814           src/folderview.c
8815                 folder_item_move_to() sets an error message instead
8816                 of having GUI stuff in folder.c
8817
8818 2002-11-15 [colin]      0.8.5claws153
8819
8820         * src/procmsg.[ch]
8821                 Implemented a callback for MsgInfo updates, 
8822                 heavily copy/pasted from Christoph's folder 
8823                 callback system
8824         * src/summaryview.[ch]
8825                 Register summary_update_msg as callback
8826
8827 2002-11-14 [colin]      0.8.5claws152
8828         
8829         * src/procmsg.c
8830                 Update the FolderItem after sending (fixes 617593)
8831
8832 2002-11-14 [christoph]  0.8.5claws151
8833
8834         * src/folder.c
8835                 fix wrong position of NULL pointer check found
8836                 by Sergey
8837
8838 2002-11-14 [christoph]  0.8.5claws150
8839
8840         * src/folder.c
8841                 fix segfault when deleting messages from IMAP folders
8842                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8843
8844 2002-11-14 [colin]      0.8.5claws149
8845
8846         * src/compose.c
8847                 Forwarding was also ignoring the folder's default account.
8848
8849 2002-11-14 [colin]      0.8.5claws148
8850
8851         * src/compose.c
8852                 Fix sent folder not set to folder properties when 
8853                 forwarding.
8854
8855 2002-11-14 [thorsten]   0.8.5claws147
8856
8857         * src/inc.c
8858                 inc_start(): Files were not moved from .processing to inbox,
8859                 if no global processing rule existed
8860
8861 2002-11-14 [colin]      0.8.5claws146
8862
8863         * src/ssl_certificate
8864                 Fix file operations
8865
8866 2002-11-14 [paul]       0.8.5claws145
8867
8868         * po/it.po
8869                 updated by Alessandro Maestri
8870
8871 2002-11-13 [alfons]     0.8.5claws144
8872
8873         * src/folder.c
8874                 folder_item_close(): only mark messages unread
8875                 when a folder has new messages 
8876
8877 2002-11-13 [keith]      0.8.5claws143
8878
8879         * src/imap.c
8880                 Fix problem moving or copying between
8881                 IMAP folders
8882
8883 2002-11-13 [colin]      0.8.5claws142
8884
8885         * src/matcher_parser_parse.y
8886                 Fix rule problem when " don't match
8887
8888 2002-11-13 [christoph]  0.8.5claws141
8889
8890         * src/folder.c
8891         * src/folderview.c
8892                 moved cache saving to folder_item_close
8893                 the folderview should not have to deal with
8894                 this things
8895
8896 2002-11-13 [christoph]  0.8.5claws140
8897
8898         * src/summaryview.c
8899                 moved setting of important score to
8900                 summary_set_prefs_from_folderitem
8901
8902 2002-11-13 [colin]      0.8.5claws139
8903
8904         * src/matcher_parser_parse.y
8905                 Fix a segfault in the parser (happening when
8906                 a good expression had been tested and a bad 
8907                 one arrives)
8908
8909 2002-11-13 [paul]       0.8.5claws138
8910
8911         * sync with 0.8.5cvs24
8912                 see ChangeLog 2002-11-13
8913                 
8914         * po/pt_BR.po
8915                 updated by Fabio Jr. Beneditto
8916
8917 2002-11-13 [colin]      0.8.5claws137
8918         
8919         * src/msgcache.c
8920           src/defs.h
8921           src/procmsg.[ch]
8922                 Revert last commit, problem
8923
8924 2002-11-13 [colin]      0.8.5claws136
8925
8926         * src/msgcache.c
8927                 Remove duplicated code
8928         * src/defs.h
8929                 Bumped CACHE_VERSION and MARK_VERSION
8930         * src/procmsg.[ch]
8931                 Network endian for cache and mark files
8932
8933 2002-11-12 [colin]      0.8.5claws135
8934
8935         * src/inc.c
8936                 Fix the "socket error" dialog which disappeared
8937
8938 2002-11-12 [colin]      0.8.5claws134
8939
8940         * src/msgcache.c
8941                 Reverse last commit which had performance 
8942                 problems, but still reverse the list
8943
8944 2002-11-12 [colin]      0.8.5claws133
8945
8946         * src/msgcache.c
8947                 Reverse list order
8948
8949 2002-11-12 [melvin]     0.8.5claws132
8950
8951         * src/compose.c
8952                 Added a check for a NULL prefs_common.dictionary
8953
8954 2002-11-12 [colin]      0.8.5claws131
8955
8956         * src/ssl_certificate.[ch]
8957                 Use FQDN hostname
8958
8959 2002-11-12 [colin]      0.8.5claws130
8960
8961         * src/ssl_certificate.[ch]
8962                 Take connection port into account for 
8963                 checking certificates (a single hostname
8964                 could have multiple servers with multiple
8965                 certificates)
8966         * src/ssl.c
8967                 Pass the port to ssl_certificate_check
8968
8969 2002-11-12 [paul]       0.8.5claws129
8970
8971         * src/folder.c
8972                 fix a typo in last commit
8973
8974 2002-11-12 [paul]       0.8.5claws128
8975
8976         * sync with 0.8.5cvs23
8977                 see ChangeLog entry 2002-11-12
8978
8979 2002-11-11 [colin]      0.8.5claws127
8980
8981         * src/ssl_certificate.c
8982                 Cleaner messages
8983                 Don't popup, instead log error, if the 
8984                 corresponding pref is checked
8985         * src/ssl_certificate.h
8986                 include <openssl/objects/h>
8987
8988 2002-11-11 [colin]      0.8.5claws126
8989
8990         * src/ssl_certificate.h
8991                 _Really_ clean it
8992
8993 2002-11-11 [colin]      0.8.5claws125
8994         
8995         * src/ssl_certificate.c
8996                 Fixed leak
8997
8998 2002-11-11 [colin]      0.8.5claws124
8999
9000         * src/ssl.c
9001                 Cleaned a bit
9002         * src/ssl_certificate.[ch]
9003                 Cleaned a bit (better use of SSL API)
9004                 (This will cause non-recognition of saved 
9005                  certificates of claws12[23]...)
9006
9007 2002-11-11 [paul]       0.8.5claws123
9008         
9009         * po/es.po
9010                 updated by Ricardo Mones Lastra
9011
9012 2002-11-11 [colin]      0.8.5claws122
9013
9014         * src/ssl.c
9015                 Fix a typo
9016
9017 2002-11-11 [colin]      0.8.5claws121
9018
9019         * src/ssl_certificate.[ch] ** NEW FILES **
9020         * src/ssl.[ch]
9021                 Check SSL certificates presented to us
9022         * src/Makefile.am
9023                 Add ssl_certificate.[ch]
9024         * po/POTFILES.in
9025                 Add ssl_certificate.c
9026
9027 2002-11-11 [paul]       0.8.5claws120
9028
9029         * sync with 0.8.5cvs22
9030                 see ChangeLog 2002-11-11
9031
9032 2002-11-11 [paul]       0.8.5claws119
9033
9034         * sync with 0.8.5cvs21
9035                 see ChangeLog 2002-11-11
9036
9037 2002-11-10 [jens]       0.8.5claws118
9038
9039         * src/folder.c
9040         * src/folderview.c
9041                 corrected some typing
9042         * po/de.po
9043                 updated german translation
9044         * sylpheed.spec.in
9045                 cleaned up specfile and adjusted it for claws
9046
9047 2002-11-10 [colin]      0.8.5claws117
9048
9049         * src/summaryview.c
9050                 a STATUSBAR_PUSH/POP fix
9051
9052 2002-11-10 [colin]      0.8.5claws116
9053
9054         * src/prefs_folder_item.c
9055                 Fix hanging after opening folder properties
9056
9057 2002-11-10 [hoa]        0.8.5claws115
9058
9059         * src/matcher_parser_lex.l
9060         * src/matcher_parser_parse.y
9061                 config file for scoring and filtering is no more trashed
9062                 when there is a syntax error in a filtering rule when
9063                 editing it in a dialog.
9064
9065 2002-11-09 [colin]      0.8.5claws114
9066
9067         * src/mbox_folder.c
9068                 Added missing initialisation of folder->destroy()
9069
9070 2002-11-09 [colin]      0.8.5claws113
9071
9072         * src/folder.c
9073           src/folderview.c
9074                 Fix the status bar messages
9075
9076 2002-11-09 [colin]      0.8.5claws112
9077
9078         * src/folderview.c
9079                 Fix hangs after folder dnd, happening after 
9080                 claws109.
9081
9082 2002-11-09 [christoph]  0.8.5claws111
9083
9084         * src/folderview.c
9085                 just changed order of calls (reverse order of
9086                 associated calls)
9087         * src/inc.c
9088                 lock inc when checking only one account, otherwise
9089                 inc all could be executed at the same time
9090
9091 2002-11-09 [christoph]  0.8.5claws110
9092
9093         * src/folderview.c
9094                 better unlock the mouse cursor before calling
9095                 summary_show because it changes the cursor too
9096
9097 2002-11-09 [christoph]  0.8.5claws109
9098
9099         * src/folder.[ch]
9100         * src/folderview.c
9101                 add functions to open and close a folder
9102                 o opending will execute scanning for remote folders
9103                   and processing
9104                 o closing will unset new flag for messages
9105
9106 2002-11-09 [colin]      0.8.5claws108
9107
9108         * src/folder.c
9109                 Add a call to prefs_matcher_write_config to 
9110                 avoid non-leaf folders filtering settings to be
9111                 lost
9112
9113 2002-11-09 [paul]       0.8.5claws107
9114
9115         * src/prefs_account.c
9116                 re-word a label
9117
9118 2002-11-09 [colin]      0.8.5claws106
9119
9120         * src/folderview.c
9121                 Minor esthetic fix
9122
9123 2002-11-09 [colin]      0.8.5claws105
9124
9125         * src/folderview.c
9126                 Fix prefs_filtering deletion for MH folders (same
9127                 reason as below)
9128         * src/prefs_filtering.c
9129                 Fix prefs_filtering renaming and deletion for 
9130                 folder-based processing rules.  
9131
9132 2002-11-09 [christoph]  0.8.5claws104
9133
9134         * src/compose.c
9135         * src/folder.[ch]
9136         * src/folderview.[ch]
9137         * src/import.c
9138         * src/inc.c
9139         * src/main.c
9140         * src/mainwindow.c
9141         * src/messageview.c
9142         * src/prefs_folder_item.c
9143         * src/procmsg.c
9144         * src/summaryview.c
9145                 implement a callback system for folder item updates
9146
9147 2002-11-09 [colin]      0.8.5claws103
9148
9149         * src/folderview.c
9150                 Fix prefs_filtering renaming for MH folders (we
9151                 shouldn't rename by path as another folder could
9152                 have the same hierarchy).
9153
9154 2002-11-09 [colin]      0.8.5claws102
9155
9156         * src/folder.c
9157                 Fix a leak found by Christoph, use better variable
9158                 names
9159
9160 2002-11-09 [colin]      0.8.5claws101
9161
9162         * src/folder.c
9163                 One more fix for processing rules
9164
9165 2002-11-08 [colin]      0.8.5claws100
9166         
9167         * src/matcher.c
9168                 Don't copy the compiled regexp (will be reevaluated)
9169         * src/folderview.c
9170                 Lock folderview while moving
9171         * src/folder.c
9172                 Provide info on what's happening to the user
9173
9174 2002-11-08 [colin]      0.8.5claws99
9175
9176         * src/folderview.c
9177                 Fix folder reordering after a move if parent is 
9178                 root
9179         * src/scoring.[ch]
9180                 Add function to copy a ScoringProp
9181         * src/prefs_folder_item.c
9182                 Copy scoring rules when copying a folder prefs
9183
9184 2002-11-08 [colin]      0.8.5claws98
9185
9186         * src/folderview.c
9187                 Fixes in case of failure
9188         * src/filtering.[ch]    
9189                 Add function to duplicate a FilteringProp
9190         * src/matcher.[ch]
9191                 Add function to duplicate a MatcherProp
9192         * src/prefs_folder_item.c
9193                 Save folder's processing rules when copying 
9194                 its prefs
9195
9196 2002-11-08 [colin]      0.8.5claws97
9197         
9198         * src/folderview.c
9199                 Sort after move
9200         * src/folder.c 
9201                 Change a printf to debug_print
9202
9203 2002-11-08 [colin]      0.8.5claws96
9204
9205         * src/folder.c
9206           src/folderview.c
9207                 Fix segfaults, call me stupido
9208         
9209
9210 2002-11-08 [colin]      0.8.5claws95
9211
9212         *src/folder.c
9213                 Added forgotten prefs to save when moving folders
9214
9215 2002-11-08 [colin]      0.8.5claws94
9216
9217         * src/folder.c
9218                 Fixes to folder DND (prefs copy)
9219         * src/folderview.c
9220                 Optimization for folder DND (don't rescan whole tree)
9221                 Added folderview_create_folder_node() for this 
9222                 optimization, so de-duped a bit the code
9223         * src/prefs_folder_item.[ch]
9224                 Added prefs_folder_item_copy_prefs()    
9225           
9226 2002-11-08 [paul]       0.8.5claws93
9227
9228         * src/prefs_account.c
9229           tools/README
9230           tools/kmail2sylpheed_v2.pl
9231                 correct some typos
9232
9233 2002-11-08 [paul]       0.8.5claws92
9234
9235         * src/compose.c
9236           src/prefs_account.[ch]
9237                 remove account options 'clearsign' and 'ascii_armored',
9238                 replace with 'default_gnupg_mode' to prevent mixed-mode
9239                 Privacy settings
9240
9241 2002-11-08 [paul]       0.8.5claws91
9242
9243         * src/compose.[ch]
9244                 re-implement GnuPG 'on-the-fly' mode selection,
9245                 disallow mixed-mode
9246
9247 2002-11-08 [colin]      0.8.5claws90
9248
9249         * src/folderview.c
9250           src/prefs_folder_item.c
9251                 Change "Property" to "Properties"
9252
9253 2002-11-07 [colin]      0.8.5claws89
9254
9255         * src/folderview.c
9256           src/folder.c
9257                 Allow folder dropping to a root folder
9258
9259 2002-11-07 [paul]       0.8.5claws88
9260
9261         * src/compose.c
9262                 revert last commit
9263
9264 2002-11-07 [paul]       0.8.5claws87
9265
9266         * src/compose.c
9267                 fix reply-to-list bug. closes bug report
9268                 "[633382] reply-to-list broken in recent cvs"
9269
9270 2002-11-07 [paul]       0.8.5claws86
9271
9272         * src/compose.c
9273                 add a forgotten '#if USE_GPGME ... #endif'
9274
9275 2002-11-07 [paul]       0.8.5claws85
9276
9277         * sync with 0.8.5cvs20
9278                 see ChangeLog 2002-11-07
9279
9280 2002-11-07 [colin]      0.8.5claws84
9281
9282         * src/folder.[ch]
9283                 Change folder_item_move_to to return the newly 
9284                 created folderitem.
9285         * src/folderview.c
9286                 Select the new folderitem after moving.
9287
9288 2002-11-07 [colin]      0.8.5claws83
9289
9290         * src/prefs_filtering.c
9291                 Fix rule rewriting when moving a leaf folder to a 
9292                 shorter path
9293
9294 2002-11-07 [colin]      0.8.5claws82
9295
9296         * src/prefs_filtering.c
9297                 fix a leak
9298
9299 2002-11-07 [colin]      0.8.5claws81
9300
9301         * src/folder.[ch]
9302                 Add folder_item_move_to() function to move a 
9303                 folderitem into another one (updates matcher etc)
9304         * src/folderview.c
9305                 Add folder drag'n drop (context menu to come)
9306                 [Should be dataloss free, but Please backup before 
9307                  trying !]
9308
9309 2002-11-06 [colin]      0.8.5claws80
9310
9311         * src/mh.c
9312                 mh_create_folder() returns NULL if can't create
9313                 directory hierarchy
9314
9315 2002-11-06 [paul]       0.8.5claws79
9316
9317         * src/compose.[ch]
9318                 allow 'on-the-fly' changing of the type of encryption 
9319                 and/or signing used (mime/ascii) via the compose window
9320
9321 2002-11-06 [paul]       0.8.5claws78
9322
9323         * sync with 0.8.5cvs19
9324                 see ChangeLog 2002-11-06 for src/account.c: 
9325                 account_get_special_folder()
9326                 
9327 2002-11-05 [alfons]     0.8.5claws77
9328
9329         * src/crash.c
9330                 very minor cleanups: nothing to see here, move on. :-)
9331
9332 2002-11-05 [colin]      0.8.5claws76
9333
9334         * src/main.c
9335                 Changes choices if compose windows are opened to
9336                 Discard, Draft, Don't quit
9337
9338 2002-11-05 [thorsten]   0.8.5claws75
9339
9340         * src/compose.c
9341                 reenabled default_reply_to folder option
9342
9343 2002-11-05 [colin]      0.8.5claws74
9344
9345         * src/compose.[ch] 
9346                 add compose_draft()
9347         * src/crash.c
9348                 add SIGTERM handler
9349         * src/main.[ch]
9350                 add clean_quit() for the SIGTERM handler
9351
9352 2002-11-05 [paul]       0.8.5claws73
9353         
9354         * po/es.po
9355                 updated by Ricardo Mones Lastra
9356
9357 2002-11-05 [melvin]     0.8.5claws72
9358
9359         * src/logwindow.c
9360                 Fixed log-clipping bug #616795.
9361                 To stop logging in the log window use 0 length.
9362         * src/prefs_common.c
9363                 Added a label to inform about the 0 log length behaviour.
9364
9365 2002-11-05 [paul]       0.8.5claws71
9366
9367         * sync with 0.8.5cvs17
9368                 see ChangeLog 2002-11-05
9369
9370 2002-11-04 [paul]       0.8.5claws70
9371
9372         * sylpheed-128x128.png
9373           sylpheed-64x64.png
9374           sylpheed.png
9375                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
9376                 <nikai@users.sourceforge.net>
9377                 
9378         * po/bg.po
9379                 updated by George Danchev
9380
9381 2002-11-03 [thorsten]   0.8.5claws69
9382
9383         * src/main.c
9384           src/mimeview.c
9385           src/rfc2015.h
9386                 add check if gpg is active
9387
9388 2002-11-03 [thorsten]   0.8.5claws68
9389
9390         * src/toolbar.h
9391                 removed GSList declaration causing trouble on MacOS-X
9392                 (submitted by alfons, reported by xfesty)
9393
9394 2002-11-01 [paul]       0.8.5claws67
9395
9396         * src/mainwindow.c
9397                 remove last remnants of main's filter code
9398
9399 2002-11-01 [paul]       0.8.5claws66
9400
9401         * tools/filter_conv.pl
9402                 fix bug where user-defined headers were ignored
9403
9404 2002-11-01 [paul]       0.8.5claws65
9405
9406         * src/logwindow.c
9407                 make a debug_print() not translatable
9408
9409 2002-10-31 [melvin]     0.8.5claws64
9410
9411         * ac/aspell.m4
9412                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
9413                 not run any GNU/aspell test.  The dictionary path will
9414                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
9415                 was given, in which case, it will be $prefix/lib/aspell/
9416         * configure.in
9417                 Fixed typo in commentary (Aspell code).
9418
9419 2002-10-31 [paul]       0.8.5claws63
9420
9421         * po/POTFILES.in
9422                 remove src/filter.c and src/prefs_filter.c
9423                 thanks to Ricardo for reminding me
9424
9425 2002-10-31 [colin]      0.8.5claws62
9426
9427         * src/mbox_folder.c
9428                 Plug some leaks
9429
9430 2002-10-31 [paul]       0.8.5claws61
9431
9432         * src/prefs_filter.[ch] ** REMOVED **
9433           src/filter.[ch]       ** REMOVED **
9434           
9435         * src/Makefile.am
9436           src/folderview.c
9437           src/inc.c
9438           src/main.c
9439           src/mainwindow.c
9440           src/mbox.c
9441           src/prefs_common.c
9442           src/prefs_filtering.c
9443           src/summaryview.[ch]
9444                 remove main's 'filter' code
9445                 
9446         README.claws
9447                 update to reflect removal of main's filter
9448
9449 2002-10-31 [paul]       0.8.5claws60
9450
9451         * src/summaryview.c
9452                 remove check for global_processing in summary_filter_open(). 
9453                 This fixes the bug where if the user uses the right-click 
9454                 'Create filter rule...' and doesn't have any filter rules 
9455                 already defined in claws' advanced filtering, the newly 
9456                 created filter rule goes to main's filtering which is 
9457                 inaccessible through the gui. Now the filter rule gets added
9458                 to claws' filtering by default.
9459
9460 2002-10-28 [melvin]     0.8.5claws59
9461
9462         * src/prefs_actions.c
9463                 Fixed bug #627322 where MIME parts were not always
9464                 correctly passed to a %p action
9465                 Display an error dialog when message filename is not found.
9466
9467 2002-10-28 [melvin]     0.8.5claws58
9468
9469         * src/prefs_common.c
9470                 Readded a missing function declaration lost in 0.8.3claws34
9471
9472 2002-10-28 [paul]       0.8.5claws57
9473
9474         * sync with 0.8.5cvs15
9475                 see ChangeLog 2002-10-28 and 2002-10-25
9476                 
9477         Note: ChangeLog entry 2002-10-24 is not sync'ed.
9478
9479 2002-10-27 [oliver]     0.8.5claws56
9480
9481         * src/pop.c
9482                 plug leak in pop3_top_recv
9483
9484 2002-10-26 [christoph]  0.8.5claws55
9485
9486         * src/folder.c
9487                 set need_update folder flag when messages are added
9488                 (closes bug [ 626922 ] folder not updated after receiving)
9489
9490 2002-10-25 [melvin]     0.8.5claws54
9491
9492         * src/imageview.c
9493                 Fixed a memleak introduced in the scaling code.
9494
9495 2002-10-24 [alfons]     0.8.5claws53
9496
9497         * src/filtering.c
9498                 make filtering's forward message action forward from the 
9499                 correct account
9500                 (closes bug [628089 ] Filter -> Forward from address problem
9501                 reported by Oktay)
9502
9503 2002-10-24 [christoph]  0.8.5claws52
9504
9505         * src/mainwindow.c
9506         * src/manual.[ch]
9507                 o use manual of current locale or english if current
9508                   locale is not available (and english is available)
9509                 o also link to sylpheed doc project manuals
9510
9511 2002-10-23 [paul]       0.8.5claws51
9512
9513         * tools/README
9514           tools/kmail2sylpheed_v2.pl
9515                 add new version of kmail addressbook importer script.
9516                 works with newer versions of Kmail/KAddressBook which
9517                 have new and rearranged data.
9518
9519 2002-10-23 [martin]     0.8.5claws50
9520
9521         * src/folderview.c
9522         * src/summaryview.c
9523         * src/utils.h
9524         * src/utils.c
9525                 added length parameter to get_abbrev_newsgroup_name()
9526                 changed this function so that it abbreviates the newsgroup
9527                 names only so long it is smaller than the length parameter
9528                 (for better reading of some newsgroup names and space efficiency)
9529
9530 2002-10-22 [colin]      0.8.5claws49
9531
9532         *src/foldersel.c
9533                 Revert Alfons' last modification (after voting ;-))
9534
9535 2002-10-21 [alfons]     0.8.5claws48
9536
9537         * src/foldersel.c
9538                 folder view in folder selection dialog reflects state of
9539                 folder view in main window
9540
9541 2002-10-18 [alfons]     0.8.5claws47
9542
9543         * src/mbox.c
9544                 drop imported messages in folder selected by user,
9545                 and not in the inbox
9546                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9547
9548 2002-10-18 [alfons]     0.8.5claws46
9549
9550         * src/compose.c
9551                 make automagic reply work correctly for email accounts 
9552                 (whether it's viable to do a full sync with Hiro's 
9553                 compose.c is still under discussion)
9554
9555 2002-10-18 [melvin]     0.8.5claws45
9556
9557         * src/prefs_actions.c
9558                 Fixed bug #622275 where asynchroneous actions left 
9559                 zombies processes
9560                 Made (synchroneous) actions' input be displayed live.
9561
9562 2002-10-18 [christoph]  0.8.5claws44
9563
9564         * src/textview.c
9565                 don't add a newline in the textview in front of the
9566                 first textpart if header display is disabled
9567                 (closes bug [ 603385 ] disabled header display leaves blank
9568                  lin)
9569
9570 2002-10-18 [christoph]  0.8.5claws43
9571
9572         * src/folder.[ch]
9573         * src/imap.c
9574         * src/mbox_folder.c
9575         * src/mh.c
9576         * src/news.c
9577                 folder->get_num_list now returns an error code
9578                 (closes bug [ 609424 ] News cache cleared on failure)
9579                 
9580 2002-10-17 [colin]      0.8.5claws42
9581         
9582         * src/news.c
9583                 Changed a printf by debug_print
9584
9585 2002-10-16 [paul]       
9586
9587         * tools/OOo2sylpheed.pl
9588                 allow for spaces in the name of the
9589                 file to be attached.
9590
9591 2002-10-16 [colin]      0.8.5claws41
9592
9593         * src/main.c
9594                 Use a tristate to change online mode
9595
9596 2002-10-16 [paul]       0.8.5claws40
9597
9598         * po/es.po
9599                 updated by Ricardo Mones Lastra
9600
9601 2002-10-16 [colin]      0.8.5claws39
9602
9603         * src/main.c
9604           src/mainwindow.[ch]
9605                 Added --online and --offline command-line
9606                 switches
9607
9608 2002-10-15 [christoph]  0.8.5claws38
9609
9610         * src/procmime.c
9611                 set mimeinfo->name to NULL after g_free to
9612                 avoid double freeing with g_free
9613
9614 2002-10-14 [christoph]  0.8.5claws37
9615
9616         * src/compose.c
9617         * src/filtering.c
9618         * src/summaryview.c
9619                 remove calls to folder->change_flags that are now
9620                 done by procmsg flag functions (seems it is not
9621                 used by any foldertype anyway)
9622         * src/folder.c
9623                 init folder->change_flags with NULL
9624
9625 2002-10-14 [christoph]  0.8.5claws36
9626
9627         * src/folder.[ch]
9628         * src/imap.[ch]
9629                 use virtual functions for folder item new and destroy
9630                 functions
9631
9632 2002-10-14 [melvin]     0.8.5claws35
9633
9634         * src/compose.c
9635                 Added a test to not run the spell checker if no default
9636                 dictionary is available. No dialog is displayed though.
9637
9638 2002-10-14 [melvin]     0.8.5claws34
9639
9640         * src/gtkaspell.c
9641                 Fixed bug in dictionary list context menu where
9642                 "More..." pointed to an emtpy submenu if the
9643                 number of dictionaries is a multiple of 15
9644                 Removed unneeded code in suggestions list creation
9645
9646 2002-10-14 [paul]       0.8.5claws33
9647
9648         * po/bg.po
9649                 updated by George Danchev
9650
9651 2002-10-13 [hoa]        0.8.5claws32
9652
9653         * src/matcher.[ch]
9654           src/matcher_parser_parser.y
9655                 removed the escaped string from internal structure
9656                 of matcher.
9657
9658 2002-10-12 [colin]      0.8.5claws31
9659
9660         * src/gtksctree.[ch]
9661           src/summaryview.c
9662                 Removed useless function gtksctree_reanchor
9663
9664 2002-10-12 [alfons]     0.8.5claws30
9665         
9666         * sync with remaining main changes 2002-10-09 - 2002-10-11
9667         - drop changes to src/compose.c (requires claws specific changes)
9668         
9669 2002-10-12 [alfons]     0.8.5claws29
9670         
9671         * sync with main changes of 2002-10-08
9672         - drop changes to src/compose.c (requires claws specific changes)
9673         - drop changes to src/summaryview.c (requires changes to compose.c)     
9674
9675 2002-10-12 [alfons]     0.8.5claws28
9676         
9677         * sync with main changes of 2002-10-07
9678
9679 2002-10-12 [alfons]     0.8.5claws27
9680
9681         * sync with main changes of 2002-10-04
9682         - drop changes to src/compose.c (requires claws specific changes)
9683         - drop changes to src/prefs_folder_item.c (claws implementation
9684           seems to be working)
9685
9686 2002-10-12 [colin]      0.8.5claws26
9687
9688         * src/mainwindow.c
9689                 Fix folder-flicker when space-reading, introduced 
9690                 in claws22.
9691
9692 2002-10-12 [colin]      0.8.5claws25
9693
9694         * src/compose.c
9695                 Save account address when saving as draft.
9696                 (closes bug 621838)
9697
9698 2002-10-12 [colin]      0.8.5claws24
9699
9700         * src/summaryview.c
9701                 Fix the problem consisting of no message selected
9702                 after the last message in a folder has been moved.
9703
9704 2002-10-12 [paul]       0.8.5claws23
9705
9706         * src/compose.c
9707           src/prefs_template.c
9708           src/template.[ch]
9709                 add Cc and Bcc to templates. Patch submitted by
9710                 John L. Males.
9711
9712 2002-10-12 [colin]      0.8.5claws22
9713
9714         * src/folderview.c
9715                 Fix a bug after "Check for new messages":
9716                 If a folder was opened, it was still selected at
9717                 the end of the check, but displayed empty.
9718         * src/mainwindow.c
9719                 Remove unnecessary check
9720
9721 2002-10-12 [paul]
9722
9723         * tools/README
9724                 be more verbose in the description of
9725                 OOo2sylpheed.pl
9726                 
9727
9728 2002-10-11 [colin]      0.8.5claws21
9729
9730         * src/mainwindow.c
9731                 Make space work (better) when no mail is selected
9732
9733 2002-10-11 [colin]      0.8.5claws20
9734
9735         * src/inc.c
9736           src/news.c
9737                 fix warnings
9738
9739 2002-10-11 [colin]      0.8.5claws19
9740
9741         * src/mainwindow.c
9742                 revert 0.8.5claws6 changes as i couldn't get to
9743                 anything satisfying
9744
9745 2002-10-11 [melvin]     0.8.5claws18
9746
9747         * src/compose.c
9748                 Removed buggy and unused macro (should have been committed in
9749                 0.8.5claws17)
9750
9751 2002-10-11 [melvin]     0.8.5claws17
9752
9753         * src/compose.c
9754                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9755
9756 2002-10-11 [thorsten]   0.8.5claws16 
9757
9758         * src/folderview.c
9759                 remove rescan warning
9760
9761 2002-10-11 [colin]      0.8.5claws15 
9762
9763         * src/procheader.c
9764                 fix a segfault that happens if conv_unmime_header
9765                 fails (should be better to find out why it fails)
9766
9767 2002-10-11 [christoph]  0.8.5claws14
9768
9769         * src/summaryview.c
9770                 update folderview stats after ignore/unignore thread
9771
9772 2002-10-11 [hoa]        0.8.5claws13
9773
9774         * src/quote_fmt_parse.y
9775                 Fixed a yacc/bison syntax error
9776         * src/matcher.c
9777                 Escaping of string is fixed.
9778
9779 2002-10-11 [colin]      0.8.5claws12
9780
9781         * src/imageview.c
9782                 Resize images to fit
9783
9784 2002-10-11 [paul]       0.8.5claws11
9785
9786         * po/es.po
9787                 updated by Ricardo Mones Lastra
9788
9789 2002-10-10 [alfons]     0.8.5claws10
9790
9791         * src/compose.c
9792                 allow dropping files by "moving" files from a file manager,
9793                 not only by the more cumbersome "copying". the latter 
9794                 mostly implies holding down the Control button
9795
9796 2002-10-10 [christoph]  0.8.5claws9
9797
9798         * src/summaryview.c
9799                 update folders after thread building for ignored threads
9800
9801 2002-10-10 [christoph]  0.8.5claws8
9802
9803         * config/.cvsignore
9804                 added Makefile
9805         * src/filtering.[ch]
9806         * src/folder.[ch]
9807         * src/folderview.[ch]
9808         * src/import.c
9809         * src/inc.[ch]
9810         * src/mbox.[ch]
9811         * src/procmsg.c
9812         * src/summaryview.[ch]
9813                 o added new flag need_update to FolderItem
9814                 o removed folder_table from various functions from tracking
9815                   folder updates
9816                 o set need_update flags in folder.c's move, copy and delete
9817                   functions and procmsg's flags functions
9818                 o added function folderview_update_items_when_required that
9819                   updates all folders with need_update set
9820                 o call folderview_update_items_when_required instead of
9821                   folderview_update_item_foreach
9822
9823 2002-10-09 [sergey]     0.8.5claws7
9824
9825         * src/compose.c
9826                 Strip CRs whel loading the text into editor in reedit mode.
9827
9828 2002-10-09 [colin]      0.8.5claws6
9829
9830         * src/mainwindow.c
9831                 Make Space work when no mail is selected
9832
9833 2002-10-09 [colin]      0.8.5claws5
9834
9835         * src/gtksctree.[ch]
9836                 Fix range_select
9837                 Add gtk_sctree_reanchor() 
9838         * src/summaryview.c
9839                 Use gtk_sctree_reanchor() - better fix for 
9840                 bug 60413
9841
9842 2002-10-09 [colin]      0.8.5claws4
9843
9844         * src/summaryview.c
9845                 Fix shift-click select after delete problem
9846                 (closes bug 60413)
9847
9848 2002-10-08 [thorsten]   0.8.5claws3
9849
9850         * src/summaryview.c
9851                 exclude current msg from -hide read messages-
9852
9853 2002-10-08 [colin]      0.8.5claws2
9854
9855         * src/inc.[ch]
9856           src/pop.c
9857           src/recv.c
9858                 Differentiate socket errors from disk full
9859                 errors
9860
9861 2002-10-08 [christoph]  0.8.5claws1
9862
9863         * Makefile.am
9864         * configure.in
9865                 modifications for new config directory
9866
9867         * config.guess  ** REMOVED **
9868         * config.sub    ** REMOVED **
9869         * install-sh    ** REMOVED **
9870         * ltmain.sh     ** REMOVED **
9871         * missing       ** REMOVED **
9872         * mkinstalldirs ** REMOVED **
9873                 these files are autogenerated by automake
9874                 when you run autogen.sh
9875
9876         * config/.cvsignore     ** NEW FILE **
9877         * config/Makefile.am    ** NEW FILE **
9878                 ignore autogenerated files
9879                 create a Makefile in this directory
9880
9881 2002-10-08 [paul]       0.8.5claws
9882
9883         * 0.8.5claws release
9884         
9885         * src/compose.c
9886           src/procheader.c
9887           src/procmsg.c
9888                 fix quote reply format for newsgroups reply bug
9889                 (thanks to Hoa)
9890                 
9891         * po/en_GB.po
9892           po/pl.po
9893                 updated by me and Witold Wladyslaw Wojciech Wilk
9894                 repectively
9895
9896 2002-10-07 [paul]       0.8.3claws53
9897
9898         * po/it.po
9899           po/pt_BR.po
9900           po/sr.po
9901                 updated messages catalogs, submitted by
9902                 Alessandro Maestri, Fabio Jr.Beneditto 
9903                 and Urke MMI, respectively.
9904
9905 2002-10-07 [christoph]  0.8.3claws52
9906
9907         * src/folder.[ch]
9908         * src/folderview.c
9909         * src/mainwindow.c
9910                 fix new folder ghost message bug
9911                 (closes bug [ 619722 ] wrong count for newly created folders)
9912
9913 2002-10-07 [christoph]  0.8.3claws51
9914
9915         * src/compose.c
9916                 fix news posting problem
9917
9918 2002-10-07 [melvin]     0.8.3claws50
9919
9920         * po/fr.po
9921                 Updated French translation
9922
9923 2002-10-05 [christoph]  0.8.3claws49
9924
9925         * src/gtkstext.c
9926                 check if line_start_cache is set in gtk_stext_update_text
9927                 (closes bug [ 618119 ] crash while doing search in folder)
9928
9929 2002-10-05 [christoph]  0.8.3claws48
9930
9931         * src/imap.c
9932         * src/news.c
9933         * src/utils.c
9934         * src/utils.h
9935                 implement cache cleanups for claws' folder system
9936                 (closes bug [ 595916 ] imapcache not cleaned up)
9937
9938 2002-10-05 [melvin]     0.8.3claws47
9939
9940         * src/prefs_actions.c
9941                 Made the help text more clear for the %p token
9942
9943 2002-10-04 [paul]       0.8.3claws46
9944
9945         * sync with 0.8.5
9946                 see ChangeLog 2002-10-02 and 2002-10-03
9947
9948 2002-10-04 [christoph]  0.8.3claws45
9949
9950         * src/inc.c
9951                 fix segfault caused by pop before smtp
9952                 call to inc_account_mail with NULL
9953                 pointer for mainwin
9954
9955 2002-10-04 [paul]       0.8.3claws44
9956
9957         * configure.in
9958                 sync the LDAP detection from 0.8.5cvs1
9959
9960 2002-10-02 [christoph]  0.8.3claws43
9961
9962         * po/de.po
9963                 fix small spelling error
9964
9965 2002-10-02 [melvin]     0.8.3claws42
9966
9967         * ac/aspell.m4
9968                 Behave better and say "no" when test program cannot be run.
9969
9970 2002-10-02 [paul]       0.8.3claws41
9971
9972         * sync with 0.8.4cvs1
9973                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9974                 
9975         * src/summaryview.c
9976                 toggle the behavior of Reply menuitem between
9977                 normal reply and reply-to-list
9978
9979 2002-10-01 [sergey]     0.8.3claws40
9980
9981         * src/compose.c
9982                 Convert newlines in the message text to the canonical form
9983                 before base64 encoding (RFC2045 compliance, fixes some
9984                 interoperability issues with Evolution 1.0.3)
9985
9986 2002-09-29 [colin]      0.8.3claws39
9987
9988         * src/summaryview.c
9989                 Fix an unwanted copy/paste
9990
9991 2002-09-29 [colin]      0.8.3claws38
9992
9993         * src/mainwindow.c
9994                 Renamed "Custom toolbar" to "Customize toolbar"
9995                 Renamed "Show all header" to "Show all headers"
9996                 Renamed "Set diplay item" to "Set displayed items"
9997         * src/prefs_common.c
9998                 Renamed "Show all header" to "Show all headers"
9999         * src/prefs_summary_column.c
10000                 Renamed "diplay item" to "displayed items"
10001
10002 2002-09-29 [colin]      0.8.3claws37
10003
10004         * src/mainwindow.[ch]
10005                 online/offline status pixmaps follow theme
10006                 changes
10007         * src/summaryview.[ch]
10008                 quicksearch pixmap follows theme changes
10009
10010 2002-09-29 [thorsten]   0.8.3claws36
10011
10012         * src/compose.c
10013           src/prefs_folder_item.[ch]
10014                 add default_reply_to folder option (closes patch 581044)
10015
10016 2002-09-29 [christoph]  0.8.3claws35
10017
10018         * acconfig.h    ** REMOVED **
10019         * configure.in
10020         * ac/aspell.m4
10021         * ac/check-type.m4
10022         * ac/gnupg-check-typedef.m4
10023                 fix autoheader 2.50 warning
10024
10025 2002-09-29 [christoph]  0.8.3claws34
10026
10027         * major code cleanup (part 2)
10028         
10029                 - unused variables removed
10030                 - unused functions removed
10031                 - uninitialized variables checked
10032                 - missing return statements added
10033                 - missing function return types added
10034                 - added parentheses around assignment
10035                   when suggested by gcc
10036
10037 2002-09-29 [alfons]     0.8.3claws33
10038
10039         * src/logwindow.c
10040                 log_window_clear(): only bracket gtk_text_forward_delete() 
10041                 with gtk_text_freeze() / gtk_text_thaw() (see if this
10042                 works around GTK text bug)
10043
10044 2002-09-29 [paul]       0.8.3claws32
10045
10046         * po/bg.po
10047           po/sr.po
10048                 updated by George Danchev and Urke MMI
10049                 respectively
10050
10051 2002-09-27 [christoph]  0.8.3claws31
10052
10053         * doc-src/readme.txt
10054         * doc-src/rfc1806.txt   ** REMOVED **
10055         * doc-src/rfc2183.txt   ** NEW FILE **
10056         * doc-src/rfc2980.txt   ** NEW FILE **
10057                 update rfcs
10058
10059 2002-09-27 [melvin]     0.8.3claws30
10060
10061         * ac/aspell.m4
10062                 Fixed typo which could break linking
10063
10064 2002-09-27 [melvin]     0.8.3claws29
10065
10066         * ac/aspell.m4
10067                 Improved GNU/aspell checking. 
10068                 Fixed bug #614490
10069
10070 2002-09-27 [paul]       0.8.3claws28
10071
10072         * sync with 0.8.3cvs8
10073                 see ChangeLog 2002-09-27
10074
10075 2002-09-26 [colin]      0.8.3claws27
10076
10077         * src/toolbar.[ch]
10078           src/mainwindow.[ch]
10079                 Add "Reply to Mailing-list" to the toolbar
10080
10081 2002-09-26 [christoph]  0.8.3claws26
10082
10083         * src/summaryview.c
10084                 Fix wrong message counts in summaryview status
10085
10086 2002-09-26 [paul]       0.8.3claws25
10087
10088         * sync with 0.8.3cvs7
10089                 see ChangeLog 2002-09-26
10090
10091 2002-09-26 [paul]       0.8.3claws24
10092
10093         * sync with 0.8.3cvs6
10094                 see ChangeLog 2002-09-25
10095
10096 2002-09-25 [christoph]  0.8.3claws23
10097
10098         * src/prefs_common.c
10099         * src/prefs_folder_item.c
10100         * src/prefs_scoring.c
10101                 Renamed "kill score" to "hide score" in GUI
10102                 and prefs files
10103
10104 2002-09-25 [paul]       0.8.3claws22
10105
10106         * sync with 0.8.3cvs5
10107                 see ChangeLog 2002-09-24
10108
10109 2002-09-24 [alfons]     0.8.3claws21
10110
10111         patch by Satoshi Nagayasu: allows appending / saving multiple 
10112         selected files (closes "[ 612279 ] save multiple mesg(s) in 
10113         'Save as ...'")
10114
10115         * AUTHORS
10116                 add Satoshi Nagayasu
10117         * src/summaryview.c
10118                 summary_save_as(): allow saving selected files to
10119                 one file
10120                 summary_set_menu_sensitive: enable "Save As..." when
10121                 multiple files are selected
10122         * src/utils.[ch]
10123                 append_file(): new function
10124
10125 2002-09-24 [colin]      0.8.3claws20
10126
10127         * src/procmime.c
10128                 Fix segfault when mimeinfo doesn't have a 
10129                 content_type. 
10130
10131 2002-09-24 [colin]      0.8.3claws19
10132
10133         * src/prefs_common.[ch]
10134                 Add a preference to display send dialog or not
10135         * src/send.c
10136                 Display send dialog according to preference
10137
10138 2002-09-24 [colin]      0.8.3claws18
10139
10140         * src/compose.[ch]
10141                 Disable user actions when sending
10142
10143 2002-09-24 [colin]      0.8.3claws17
10144
10145         * src/procmime.c
10146                 Do not display name or filename for attachments
10147                 with an application/pgp-signature type
10148                 (security flaw, see bug 537413)
10149
10150 2002-09-23 [colin]      0.8.3claws16
10151
10152         * src/editaddress.c
10153                 Initialize entry_email, entry_alias and 
10154                 entry_remarks to first email address of the list
10155
10156 2002-09-23 [colin]      0.83claws15
10157
10158         * src/compose.c
10159                 Drop pgp-signature when reediting a signed queued
10160                 message
10161
10162 2002-09-23 [melvin]     0.8.3claws14
10163
10164         * po/fr.po
10165                 Updated French translation
10166
10167 2002-09-23 [melvin]     0.8.3claws13
10168
10169         * src/mainwindow.c
10170                 Made custom toolbar menu labels more consistent
10171         * src/prefs_toolbar.c
10172                 Made custom toolbar window title more consistent
10173
10174 2002-09-22 [colin]      0.8.3claws12
10175
10176         * src/inc.c
10177                 Initialize session type to normal before getting 
10178                 mail (fixes strange Get behaviour)
10179         * src/prefs_account.h
10180                 Move STYPE_POP_BEFORE_SMTP to last position to 
10181                 avoid other side-effects
10182
10183 2002-09-22 [colin]      0.8.3claws11
10184
10185         * src/prefs_account.c
10186                 Fix pop_bfr_smtp_tm_entry sensivity when switching
10187                 from pop3 to apop or vice-versa
10188
10189 2002-09-22 [colin]      0.8.3claws10
10190         
10191         * src/prefs_account.[ch]
10192                 Add an option for the POP before SMTP timeout
10193         * src/inc.c
10194                 Remember time of last POP connection
10195         * src/send.c
10196                 Do POP before SMTP only if timeout reached
10197
10198 2002-09-22 [oliver]     0.8.3claws9
10199         
10200         * README.claws
10201                 explain custom toolbar
10202
10203 2002-09-22 [oliver]     0.8.3claws8
10204
10205         * src/prefs_actions.[ch]
10206         custom toolbar for compose      
10207                 actions callback from compose toolbar
10208         * src/folderview.c
10209                 remove include toolbar.h
10210
10211 2002-09-22 [oliver]     0.8.3claws7
10212         
10213         * src/prefs_toolbar.[ch]
10214                 custom toolbar for compose
10215                 - generic prefs_toolbar handles both
10216                   Mainwin's toolbar as well as Compose toolbar          
10217
10218 2002-09-22 [oliver]     0.8.3claws6
10219         
10220         * src/toolbar.[ch]
10221                 custom toolbar for compose
10222                 restructure toolbar.[ch]
10223
10224 2002-09-22 [oliver]     0.8.3claws5
10225
10226         * src/compose.[ch]
10227                 custom toolbar for compose
10228
10229 2002-09-22 [oliver]     0.8.3claws4
10230         
10231         * src/mainwindow.[ch]
10232                 custom toolbar for compose 
10233                 move mainwin toolbar back to mainwindow
10234
10235 2002-09-22 [alfons]     0.8.3claws3
10236
10237         * src/procmsg.c
10238                 :%sno/if(/if (/gc
10239                 :%sno/for(/for (/gc
10240                 (beautify)
10241
10242 2002-09-22 [alfons]     0.8.3claws2
10243         
10244         * src/procmsg.c
10245                 procmsg_save_to_outbox(): don't unlink message file from queue;
10246                 callers should do it using folder_item_remove_msg()
10247
10248 2002-09-22 [colin]      0.8.3claws1
10249
10250         * src/mimeview.[ch]
10251                 Made mimeview_check_signature() public
10252         * src/textview.c
10253                 Made GPG signatures verifiable by clicking
10254                 the [application/pgp-signature] in the Text
10255                 view
10256
10257 2002-09-22 [paul]       0.8.3claws
10258
10259         * po/bg.po
10260           po/en_GB.po
10261           po/es.po
10262           po/it.po
10263           po/pl.po
10264           po/pt_BR.po
10265           po/sr.po
10266                 updated translations, submitted by George Danchev,
10267                 me, Ricardo Mones Lastra, Alessandro Maestri,
10268                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
10269                 and Urke MMI, respectively.     
10270
10271 2002-09-22 [alfons]     0.8.2claws65
10272
10273         * src/procmsg.c
10274         * src/pgptext.c
10275                 no furry valgrinds have been used to plug these memleaks
10276
10277 2002-09-20 [paul]       0.8.2claws64
10278
10279         * sync with 0.8.3cvs4
10280                 'Select thread' re-implemented 
10281                 see ChangeLog 2002-09-20
10282
10283 2002-09-21 [alfons]     0.8.2claws63
10284
10285         * src/compose.c
10286                 compose_send(): plug unnoticed memleak
10287
10288 2002-09-20 [alfons]     0.8.2claws62
10289
10290         * src/addr_compl.c
10291                 replace_address_in_edit(): strict check for NULL address to
10292                 fix "[ 607348 ] Segfault in address completion". My guess is
10293                 that this happens with an empty address book, but it's good
10294                 to have this check here anyway
10295                 
10296                 completion_window_button_press(): free string returned 
10297                 from the internal cache
10298
10299 2002-09-20 [christoph]  0.8.2claws61
10300
10301         * src/procmime.h
10302                 added ENC_BINARY to EncodingType
10303         * src/procmime.c
10304                 the string returned by procmime_get_encoding_str
10305                 should not depend on the order of values in the
10306                 EncodingType definition
10307         * doc-src/rfc1806.txt   ** NEW FILE **
10308                 Added rfc1806 about MIME Content-Disposition
10309                 Extension
10310
10311 2002-09-19 [paul]       0.8.2claws60
10312
10313         * sync with 0.8.2cvs3
10314                 see ChangeLog 2002-09-19
10315
10316 2002-09-19 [paul]       0.8.2claws59
10317
10318         * src/prefs_folder_item.c
10319                 revert to Darko's original alignment of colour
10320                 selector button
10321                 add a colon to folder_color label
10322                 
10323         * src/compose.c
10324                 add Colin's patch (with Hiro's modifications) to 
10325                 force BASE64 encoding for 8-bit text when signing
10326                 (sync with 0.8.3cvs2)
10327
10328 2002-09-18 [alfons]     0.8.2claws58
10329
10330         * src/compose.c
10331                 :%sno/if(/if (/gc
10332                 :%sno/for(/for (/gc
10333                 (beautify a little bit)
10334
10335 2002-09-18 [christoph]  0.8.2claws57
10336
10337         * src/pine.c
10338                 fix handling of fgetc return value
10339
10340 2002-09-17 [alfons]     0.8.2claws56
10341         
10342         * src/summaryview.c
10343                 summary_sort(): check non-NULL summaryview->folder_item when no 
10344                 folder is selected at all
10345                 (closes "[ 610344 ] sort label make syl Crash")
10346
10347 2002-09-17 [alfons]     0.8.2claws55
10348         
10349         * src/compose.c
10350                 beautify a little bit
10351
10352 2002-09-17 [christoph]  0.8.2claws54
10353
10354         * src/folder.c
10355                 initialize max values for cache and folder
10356                 when cache or folder is empty
10357
10358 2002-09-15 [colin]      0.8.2claws53
10359
10360         * src/compose.c
10361                 Fix a leak (thanks Alfons!) and cleaned
10362                 variables names for custom headers
10363
10364 2002-09-15 [colin]      0.8.2claws52
10365
10366         * src/compose.c
10367                 Fix custom headers recognition when
10368                 prefs_common.trans_hdr is on
10369
10370 2002-09-15 [colin]      0.8.2claws51
10371
10372         * src/compose.c
10373                 Allow dynamically-added custom headers
10374                 Yet not reparsed if reedited
10375
10376 2002-09-15 [alfons]     0.8.2claws50
10377
10378         * src/prefs_account.c
10379                 fix warnings
10380
10381 2002-09-15 [colin]      0.8.2claws49
10382         
10383         * src/prefs_account.c
10384                 fix pop_before_smtp sensitivity
10385
10386 2002-09-15 [colin]      0.8.2claws48
10387
10388         * src/inc.[ch]
10389                 add inc_pop_before_smtp()
10390                 allow MainWindow to be undefined in 
10391                 inc_account_mail() and inc_start()
10392         * src/pop.c
10393           src/prefs_account.h
10394                 add STYPE_POP_BEFORE_SMTP session type
10395         * src/prefs_account.c
10396                 activated pop before smtp option
10397         * src/send.c
10398                 do pop before smtp if the relevant option 
10399                 is set
10400
10401 2002-09-15 [paul]       0.8.2claws47
10402
10403         * sync with 0.8.3
10404                 see ChangeLog 2002-09-15
10405
10406 2002-09-14 [paul]       0.8.2claws46
10407
10408         * po/bg.po
10409                 updated Bulgarian translation, submitted by
10410                 George Danchev
10411
10412 2002-09-13 [paul]       0.8.2claws45
10413
10414         * src/compose.c
10415                 merge claws' select_account() with main's
10416                 (new) compose_select_account(). [sync with
10417                 0.8.2cvs15, see ChangeLog 2002-09-11]
10418
10419 2002-09-12 [christoph]  0.8.2claws44
10420
10421         * src/filter.c
10422                 allocate 1 elements of FolderItem not 0
10423
10424 2002-09-12 [colin]      0.8.2claws43
10425
10426         * src/compose.c
10427                 Fix bug #590825 (obey Follow-up: poster)
10428
10429 2002-09-12 [colin]      0.8.2claws42
10430
10431         * src/procmime.c
10432                 Fix bug #557009 (wrong headers for messages 
10433                 forwarded as attachments)
10434
10435 2002-09-11 [colin]      0.8.2claws41
10436         
10437         * src/compose.c
10438                 Put SCF: pseudo-header on top of message
10439                 Set draft tmp_flag when saved as draft
10440
10441         * src/procmsg.c
10442           src/procheader.c
10443                 Skip after first \n\n for beginning of real message
10444                 for drafts too
10445
10446 2002-09-11 [christoph]  0.8.2claws40
10447
10448         * src/filtering.c
10449                 use procmsg flag functions in filtering or processing
10450                 will cause incorrect folder message counts
10451
10452 2002-09-11 [colin]      0.8.2claws39
10453
10454         * src/compose.c
10455                 Fix bug #550175 - wrong save folder when reediting
10456                 drafts
10457
10458 2002-09-11 [paul]       0.8.2claws38
10459
10460         * sync with 0.8.2cvs14
10461                 see ChangeLog 2002-09-11
10462
10463 2002-09-11 [colin]      0.8.2claws37
10464
10465         * src/folder.c
10466                 Fix a typo (seeming to cause new/unread status to
10467                 be lost)
10468
10469 2002-09-10 [christoph]  0.8.2claws36
10470
10471         * src/compose.c
10472                 compose_redirect should not use compose_generic_new
10473                 because that does more stuff than expected including
10474                 opening the external editor
10475                 (closes bug "[ 526608 ] bounced messages appear blank
10476                  in editor")
10477
10478 2002-09-10 [christoph]  0.8.2claws35
10479
10480         * src/folder.c
10481                 fix problem with too large message number range
10482                 causing a crash in folder_item_scan
10483
10484 2002-09-10 [paul]       0.8.2claws34
10485
10486         * sync with 0.8.2cvs13
10487                 see ChangeLog 2002-09-10
10488
10489 2002-09-10 [christoph]  0.8.2claws33
10490
10491         * src/msgcache.c
10492                 set MsgInfo TmpFlags for queue and draft folders
10493                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
10494
10495 2002-09-10 [paul]       0.8.2claws32
10496
10497         * AUTHORS
10498           po/bg.po      ** NEW FILE **
10499                 new Bulgarian translation submitted by
10500                 George Danchev <danchev@spnet.net>
10501                 
10502         * tools/Makefile.am
10503           tools/README
10504           tools/tb2sylpheed     ** NEW FILE **
10505                 add script that converts an addressbook exported
10506                 from The Bat! into a Sylpheed addressbook. Submitted
10507                 by Urke MMI <urke-kg@eunet.yu>
10508
10509 2002-09-10 [paul]       0.8.2claws31
10510
10511         * sync with 0.8.2cvs12
10512                 see ChangeLog 2002-09-10
10513
10514 2002-09-06 [paul]       0.8.2claws30
10515
10516         * src/prefs_common.c
10517                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10518                 
10519         * tools/Makefile.am
10520           tools/README
10521           tools/ldif-to-xml.py  ** REMOVED **
10522                 remove obsolete python script
10523
10524 2002-09-06 [paul]       0.8.2claws29
10525
10526         * sync with 0.8.2cvs10
10527                 see ChangeLog 2002-09-06
10528
10529 2002-09-04 [paul]       0.8.2claws28
10530
10531         * sync with 0.8.2cvs9
10532                 see ChangeLog 2002-08-04
10533
10534 2002-09-04 [colin]      0.8.2claws27 
10535
10536         * src/prefs_common.[ch]
10537                 Added signature color configuration
10538         * src/textview.c
10539                 Use user-specified signature color
10540
10541 2002-09-03 [colin]      0.8.2claws26
10542
10543         * src/prefs_common.[ch]
10544                 Added autosave and autosave_length prefs
10545         * src/compose.c
10546                 Added compose_remove_draft()
10547                 Auto-save drafts according to the prefs
10548         * src/main.c
10549                 Added a crash-indicator file, allowing to check
10550                 for new messages on startup if Sylpheed crashed
10551                 (makes saved drafts "reappear")
10552
10553 2002-09-03 [colin]      0.8.2claws25
10554
10555         * src/textview.[ch]
10556                 Grey the signature
10557
10558 2002-09-03 [paul]       0.8.2claws24
10559
10560         * sync with 0.8.2cvs8
10561                 see ChangeLog 2002-09-02 and 2002-09-03
10562
10563 2002-09-03 [darko]      0.8.2claws23
10564
10565         * src/folderview.c
10566                 use normal style when creating new folder to pick
10567                 proper font size 
10568
10569 2002-09-02 [melvin]     0.8.2claws22
10570
10571         * src/gtkaspell.m4
10572                 removed some obsolete code
10573
10574 2002-09-02 [melvin]     0.8.2claws21
10575
10576         * ac/aspell.m4
10577                 fixed test's equality sign (== to =)
10578
10579 2002-09-02 [alfons]     0.8.2claws20
10580
10581         * src/folder.c
10582         * src/mh.c
10583                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10584                 as folder->destroy virtual as suggested by Hiro
10585                 (the mh.c code seems to have been lost around mh.c.1.21)
10586
10587 2002-09-02 [paul]       0.8.2claws19
10588
10589         * po/pt_BR.po
10590                 updated by Fabio Jr. Beneditto
10591                 
10592         * src/defs.h
10593                 use 'http://claws.sylpheed.org' for homepage link. 
10594                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10595
10596 2002-09-01 [alfons]     0.8.2claws18
10597
10598         * src/mh.c
10599                 plug memleak related to one Martin Kluge found
10600
10601 2002-08-31 [paul]       0.8.2claws17
10602
10603         * sync with 0.8.2cvs6
10604                 see ChangeLog 2002-08-30
10605
10606 2002-08-31 [alfons]     0.8.2claws16
10607
10608         * src/folder.c
10609                 folder_destroy(): remove mailbox from folderlist even if it has
10610                 no destroy virtual
10611
10612 2002-08-31 [alfons]     0.8.2claws15
10613
10614         * src/folder.c
10615                 :%sno/if(/if (/gc
10616                 :%sno/for(/for (/gc
10617                 (being pedantic I know)
10618
10619 2002-08-31 [alfons]     0.8.2claws14
10620
10621         * src/folder.c
10622                 check for NULL pointers returned from folder->fetch_msginfo virtual
10623                 (should solve some reported crashes)
10624
10625 2002-08-30 [alfons]     0.8.2claws13
10626
10627         * acconfig.h
10628         * configure.in
10629         * src/crash.c
10630                 enable crash dialog on compilation time
10631                 (--enable-crash-dialog configure option)
10632
10633 2002-08-30 [alfons]     0.8.2claws12
10634
10635         * AUTHORS
10636                 add Martin Kluge
10637         * src/mh.c
10638                 apply memory leak plug patch by Martin Kluge
10639                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10640                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10641                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10642
10643 2002-08-30 [darko]      0.8.2claws11
10644
10645         * src/folderview.c
10646                 copy Gtk style from normal style to match
10647                 font size for coloured folders
10648
10649 2002-08-29 [alfons]     0.8.2claws10
10650
10651         * sylpheed.desktop
10652                 Type=Internet <- Type=Application
10653                 (reported by Michael Schwendt, see:
10654                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10655                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10656
10657 2002-08-29 [paul]       0.8.2claws9
10658
10659         * sync with 0.8.2cvs5
10660                 see ChangeLog 2002-08-29
10661
10662 2002-08-29 [colin]      0.8.2claws8
10663
10664         * src/summaryview.c
10665                 Added a sanity check in summary_select_thread
10666                 Should fix bug 601605
10667
10668 2002-08-29 [colin]      0.8.2claws7
10669
10670         * src/main.c
10671                 Revert claws6 changes regarding bug #591676
10672
10673 2002-08-28 [colin]      0.8.2claws6
10674         
10675         * src/main.c
10676                 Ignore cache for queue folderitems
10677                 Fix bug #591676
10678
10679 2002-08-28 [melvin]     0.8.2claws5
10680
10681         * README.claws
10682                 Fixed typos.
10683
10684 2002-08-28 [melvin]     0.8.2claws4
10685
10686         * README.claws
10687                 Updated a bit the text concerning the spell checker
10688
10689 2002-08-28 [melvin]     0.8.2claws3
10690
10691         Merged the GNU_aspell_branch:
10692                 Support of new GNU/aspell is now included and the old pspell
10693                 is not supported anymore.
10694                 See README.claws
10695
10696         * README.claws
10697                 Updated spell checker text to reflect the switch to GNU/aspell
10698
10699         * ac/aspell.m4          *** NEW ***
10700         * src/gtkaspell.[ch]    *** NEW *** 
10701         * ac/pspell.m4          *** DELETED *** 
10702         * src/gtkspell.[ch]     *** DELETED ***
10703
10704         * ac/Makefile.am
10705                 Updated for GNU/aspell support
10706
10707         * po/POTFILES.in
10708                 Replaced gtkspell.c by gtkaspell.c
10709
10710         * acconfig.h
10711         * src/Makefile.am
10712         * src/about.c
10713         * src/compose.[ch]
10714         * src/crash.c
10715         * src/main.c
10716         * src/prefs_common.[ch]
10717                 Updated for GNU/aspell support
10718
10719 2002-08-28 [paul]       0.8.2claws2
10720
10721         * sync with 0.8.2cvs4
10722                 see ChangeLog 2002-08-27 and 2002-08-28
10723
10724 2002-08-28 [colin]      0.8.2claws1
10725
10726         * src/summary_search.c
10727                 Added "AND search"
10728
10729 2002-08-28 [jens]       0.8.2claws
10730
10731         *po/de.po
10732                 Updated German translations
10733
10734 2002-08-27 [melvin]     0.8.2claws
10735
10736         * po/fr.po
10737                 Updated French translations
10738
10739 2002-08-27 [paul]       0.8.2claws
10740
10741         * sync with 0.8.2 main release
10742
10743         * po/en_GB.po
10744           po/es.po
10745           po/it.po
10746           po/pl.po
10747           po/pt_BR.po
10748           po/sr.po
10749                 updated message catalogs submitted by
10750                 Ricardo Mones Lastra, Alessandro Maestri,
10751                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10752                 Beneditto and Urke MMI  
10753
10754 2002-08-27 [hoa]        0.8.1claws123
10755
10756         * src/mainwindow.[ch]
10757         * src/summaryview.[ch]
10758                 removed the "filter setting" menu option.
10759                 add a "cancel a news message" menu option.
10760
10761 2002-08-26 [martin]     0.8.1claws122
10762
10763         * ChangeLog.claws
10764                 changed string under 0.8.1claws79 changed by myself
10765                 i'm sorry alfons :(
10766
10767 2002-08-26 [martin]     0.8.1claws121
10768
10769         * src/crash.c
10770                 added kill command to debuggerrc to start crash dialog
10771
10772 2002-08-26 [paul]       0.8.1claws120
10773
10774         * sync with 0.8.1cvs31
10775                 see ChangeLog 2002-08-26
10776
10777 2002-08-25 [alfons]     0.8.1claws119
10778
10779         * src/procmsg.c
10780                 fix bug that didn't send out correct headers to news server
10781                 when sending news article and email from queue (bug reported
10782                 and patch provided by Tim Mann; closes bug 
10783                 "[ 583196 ] 0.7.8claws can't post news")
10784
10785 2002-08-25 [alfons]     0.8.1claws118
10786
10787         * src/selective_download.c
10788                 mark two strings as translatable
10789                 (thanks to Urke MMI for pointing this out)
10790
10791 2002-08-25 [alfons]     0.8.1claws117
10792
10793         * src/summaryview.c
10794                 treat sent boxes as special and allow sorting them by addressee
10795                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10796                 submitted by Steve Lamb)
10797
10798 2002-08-24 [alfons]     0.8.1claws116
10799
10800         * src/matcher.c
10801                 fix memleak reported by Martin Kluge
10802                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10803
10804 2002-08-24 [oliver]     0.8.1claws115
10805
10806         * src/prefs_toolbar.c
10807                 o code cleanup as suggested by Alfons
10808                 o memleak fix
10809
10810 2002-08-24 [alfons]     0.8.1claws114
10811
10812         * src/summaryview.c
10813                 o fix another memory leak reported by Martin Kluge
10814                   (see "[ 599568 ] Small Memory Leak")
10815                 o remove 'from' variable from 'summary_set_header()'; we can
10816                   do with just 'to' 
10817
10818 2002-08-24 [paul]       0.8.1claws113
10819
10820         * sync with 0.8.1cvs30
10821                 see ChangeLog 2002-08-23
10822
10823 2002-08-24 [alfons]     0.8.1claws112
10824
10825         * src/summaryview.c
10826                 remove unnecessary allocations for search bar fixing leaks
10827                 reported by Martin Kluge
10828                 (see "[ 599451 ] Further memory leaks?")
10829
10830 2002-08-24 [alfons]     0.8.1claws111
10831
10832         * src/main.c
10833                 make get_socket_name() public for crash.c
10834         * src/crash.c
10835                 o make report bug button work (goes to claws' 
10836                   bug tracker at sf.net)
10837                 o introduce function for doing important stuff just
10838                   before claws goes down
10839                 o clean up code 
10840
10841 2002-08-24 [alfons]     0.8.1claws110
10842
10843         * src/compose.c
10844                 move cursor to "To" entry when forwarding as attachment
10845                 (reported and solved by Steve Lamb, closes bug report
10846                 "[ 592880 ] Forward as attachment; cursor not in to")
10847
10848 2002-08-24 [colin]      0.8.1claws109
10849
10850         * src/mainwindow.c
10851                 fix quick search visibility after GUI (de)separations.
10852
10853 2002-08-23 [colin]      0.8.1claws108
10854
10855         * src/mainwindow.c
10856                 fix header pane visibility after folderview or
10857                 messageview (de)separation
10858
10859 2002-08-23 [paul]       0.8.1claws107
10860
10861         * src/mainwindow.[ch]
10862           src/toolbar.c
10863                 give full control of display or non-display 
10864                 of the Execute icon to Custom toolbar settings.
10865                 add new sensitivity condition to maninwindow.h: 
10866                 M_DELAY_EXEC
10867
10868         * ChangeLog
10869           ChangeLog.jp
10870           NEWS
10871                 more sync with 0.8.1cvs29
10872
10873 2002-08-23 [melvin]     0.8.1claws106
10874
10875         * src/alertpanel.c
10876                 Readded support for custom widget in alertpanel lost in last
10877                 sync.
10878
10879 2002-08-23 [paul]       0.8.1claws105
10880
10881         * sync with 0.8.1cvs29
10882                 see ChangeLog 2002-08-23
10883
10884 2002-08-23 [colin]      0.8.1claws104
10885
10886         * src/summaryview.c
10887                 Fix folder and search pixmaps exchanging positions
10888                 after theme or toolbar changes. Thank to Oliver for 
10889                 reporting this.
10890
10891 2002-08-23 [colin]      0.8.1claws103
10892
10893         * src/mainwindow.c
10894           src/messageview.[ch]
10895           src/noticeview.[ch]
10896           src/summaryview.c
10897                 Changed messageview_create() and noticeview_create()
10898                 to avoid the last gdk_warning
10899
10900 2002-08-22 [colin]      0.8.1claws102
10901
10902         * src/summaryview.c
10903                 Fix my new `Creating pixmap from xpm' warning
10904
10905 2002-08-22 [colin]      0.8.1claws101
10906
10907         * src/mainwindow.c
10908                 Fix some of the gdk warnings
10909
10910 2002-08-22 [colin]      0.8.1claws100
10911
10912         * src/Makefile.am
10913         * src/stock_pixmap.c
10914         * src/stock_pixmap.h
10915         * src/pixmaps/quicksearch.xpm *ADDED*
10916                 Add the quicksearch pixmap
10917         * src/mainwindow.c
10918         * src/summaryview.c
10919         * src/summaryview.h
10920                 Make quicksearch bar visible/hidden via a button
10921
10922 2002-08-22 [christoph]  0.8.1claws99
10923
10924         * src/folder.c
10925                 fix folder update for newsgroups with message
10926                 numbers below minimum number of articles to fetch
10927                 (closes bug #598445)
10928
10929 2002-08-22 [paul]       0.8.1claws98
10930
10931         * sync with 0.8.1cvs28
10932                 see ChangeLog 2002-08-22
10933
10934 2002-08-21 [alfons]     0.8.1claws97
10935
10936         * src/crash.c
10937                 use bt instead of bt full which seems to work 
10938                 better, and bt full doesn't give a great deal 
10939                 of information anyway
10940
10941 2002-08-21 [colin]      0.8.1claws96
10942
10943         * src/summaryview.c
10944                 fix summaryview_searchtype_changed prototype
10945
10946 2002-08-21 [christoph]  0.8.1claws95
10947
10948         * src/mainwindow.c
10949                 o fix broken menu update for sorting type, we have to
10950                   get this info from the summaryview now
10951                 o removed setting of threaded state in menu callback
10952         * src/summaryview.[ch]
10953                 more summaryview/folderitem seperation for
10954                 threading option
10955         * configure.in
10956                 removed not required --with-compiler-flags option
10957
10958 2002-08-21 [oliver]     0.8.1claws94
10959         
10960         * src/toolbar.h 
10961                 o rename toolbar.xml to toolbar_main.xml
10962                   since toolbar_compose.xml might come up 
10963                   any time soon
10964         * README.claws
10965                 add custom toolbar              
10966
10967 2002-08-21 [darko]      0.8.1claws93
10968
10969         * src/procmsg.c
10970                 don't reset tmp flags for messages copied
10971                 to sent folder
10972
10973 2002-08-21 [colin]      0.8.1claws92
10974         
10975         * src/prefs_filtering.c
10976                 fix renaming rules on folder rename 
10977                 when folder is not a leaf folder
10978
10979 2002-08-21 [paul]       0.8.1claws91
10980
10981         * src/prefs_folder_item.c
10982                 fix alignment of colour selector
10983
10984 2002-08-21 [paul]       0.8.1claws90
10985
10986         * sync with 0.8.1cvs27
10987                 see ChangeLog 2002-08-21
10988
10989 2002-08-21 [paul]       0.8.1claws89
10990
10991         * src/summaryview.c
10992                 fix crash when changing field type in
10993                 Quick search bar
10994
10995 2002-08-21 [colin]      0.8.1claws88
10996
10997         * src/summaryview.c
10998                 Made quick search case-insensitive
10999
11000 2002-08-21 [paul]       0.8.1claws87
11001
11002         * sync with 0.8.1cvs26
11003                 see ChangeLog 2002-08-21
11004
11005 2002-08-20 [christoph]  0.8.1claws86
11006
11007         * src/folderview.c
11008         * src/main.c
11009         * src/summaryview.[ch]
11010                 more summaryview/folderitem seperation for
11011                 sort_key and sort_type
11012         * src/procmsg.c
11013                 added missing return statement
11014
11015 2002-08-20 [colin]      0.8.1claws85
11016
11017         * src/summaryview.[ch]
11018                 Added a quick search box
11019         * src/mainwindow.c
11020         * src/prefs_common.[ch]
11021                 Added a show/hide option for the quick search
11022
11023 2002-08-20 [oliver]     0.8.1claws84
11024         
11025         * src/mainwindow.c
11026                 remove toolbar_create_popups
11027         * src/toolbar.[ch]
11028                 o remove toolbar_create_popups
11029                 o fix toolbar_set_sensitive 
11030                   (Bug reports #596834 and #596832)     
11031         * src/prefs_toolbar.c
11032                 o add "Set default" button
11033                 o align label and text + combo widgets
11034
11035 2002-08-20 [hoa]        0.8.1claws83bis
11036
11037         * src/imap.c
11038                 fixed a bug in imap_fetch_msginfo() in case there is no
11039                 current folder.
11040
11041 2002-08-20 [darko]      0.8.1claws83
11042
11043         * src/folderview.c
11044                 copy the color style of folder view so it
11045                 works with GTK themes
11046
11047 2002-08-20 [darko]      0.8.1claws82
11048
11049         * src/folder.h
11050         * src/folderview.c
11051         * src/prefs_folder_item.[hc]
11052                 don't use UI stuff in folder.h
11053
11054 2002-08-20 [darko]      0.8.1claws81
11055
11056         * src/folder.h
11057         * src/prefs_folder_item.h
11058         * src/folderview.c
11059         * src/prefs_folder_item.c
11060                 ability to set folder color in folderview
11061
11062 2002-08-19 [alfons]     0.8.1claws80
11063
11064         * src/summaryview.c
11065                 fix one of the earlier memleaks reported by Martin Kluge
11066
11067 2002-08-19 [alfons]     0.8.1claws79
11068
11069         * src/mainwindow.c
11070                 hide notice view when selecting seperate folder
11071                 view (reported by Urke MMI)
11072
11073 2002-08-19 [christoph]  0.8.1claws78
11074
11075         * src/folderview.c
11076         * src/prefs_folder_item.h
11077         * src/summaryview.[ch]
11078                 o add summary_set_prefs_from_folderitem to set
11079                   summaryview prefs (first step to remove all
11080                   references to the folderitem in summaryview)
11081                 o moved compiled regex stuff from folderitem prefs
11082                   to summaryview code
11083
11084 2002-08-19 [paul]       0.8.1claws77
11085
11086         * src/compose.c
11087                 add check for '.' to QUOTE_IF_REQUIRED
11088
11089 2002-08-19 [paul]       0.8.1claws76
11090
11091         * src/inc.c
11092                 sync with 0.8.1cvs25 (plug memory leak)
11093
11094         * src/prefs_toolbar.c
11095                 re-order prefs_toolbar_cancel()
11096
11097 2002-08-18 [alfons]     0.8.1claws75
11098
11099         * src/inc.c
11100         * src/matcher.c
11101                 plug other memleaks reported by Martin Kluge
11102
11103 2002-08-18 [paul]       0.8.1claws74
11104
11105         * po/pt_BR.po
11106                 updated by Fabio Jr. Beneditto
11107
11108 2002-08-18 [paul]       0.8.1claws73
11109
11110         * src/toolbar.[ch]
11111                 fix bug where tooltips were displayed untranslated              
11112
11113         * src/prefs_toolbar.c
11114                 fix bug where clicking 'Cancel' creates an icon & text
11115                 toolbar regardless of prefs
11116         
11117
11118 2002-08-17 [oliver]     0.8.1claws72
11119
11120         * src/prefs_toolbar.c
11121                 update toolbar on CANCEL
11122                 bug reported by Martin Kluge
11123         * src/toolbar.c
11124                 toolbar_destroy memleak fixed           
11125
11126 2002-08-17 [alfons]     0.8.1claws71
11127
11128         * src/toolbar.c
11129                 plug another memleak reported by Martin Kluge
11130
11131 2002-08-16 [alfons]     0.8.1claws70
11132
11133         * src/crash.c
11134                 use execvp() correctly (suggested by wwp; thanks!)
11135
11136 2002-08-16 [alfons]     0.8.1claws69
11137
11138         * src/gtksctree.c
11139                 plug memory leak reported by Kim Schultz & Martin Kluge
11140
11141 2002-08-16 [paul]       0.8.1claws68
11142
11143         * po/es.po
11144                 updated by Ricardo Mones Lastra
11145
11146 2002-08-16 [paul]       0.8.1claws67
11147
11148         * src/toolbar.h
11149                 fix bug where 'Compose News' icon showed wrong
11150                 tooltip
11151
11152 2002-08-16 [paul]       0.8.1claws66
11153
11154         * sync with 0.8.1cvs24
11155                 see ChangeLog 2002-08-16
11156
11157         * po/it.po
11158                 updated by Alessandro Maestri
11159
11160 2002-08-15 [paul]       0.8.1claws65
11161
11162         * po/sr.po
11163                 updated by Urke MMI
11164
11165 2002-08-15 [paul]       0.8.1claws64
11166
11167         * src/*.c
11168                 don't translate debug info
11169
11170         * src/matcher.[ch]
11171                 add copyright info
11172
11173 2002-08-15 [paul]       0.8.1claws63
11174
11175         * src/prefs_toolbar.c
11176                 fix bug where clicking 'OK' creates an icon & text
11177                 toolbar regardless of prefs
11178
11179 2002-08-14 [alfons]     0.8.1claws62
11180
11181         * src/main.c
11182                 add global var that has the full argv[0]
11183         * src/crash.c
11184                 o execvp the correct sylpheed by using argv0
11185                   and setting the correct work dir
11186                 o other tweaks  
11187
11188 2002-08-14 [oliver]     0.8.1claws61
11189         
11190         * enable/disable Toolbar Action Buttons 
11191         * code cleanups
11192         * src/mainwindow.c
11193         * src/toolbar.[ch]      
11194         * src/prefs_toolbar.c   
11195
11196 2002-08-14 [melvin]     0.8.1claws60
11197
11198         * po/fr.po
11199                 Updated French translations
11200
11201 2002-08-14 [melvin]     0.8.1claws59
11202
11203         * src/crash.c
11204                 Made bug report not translatable
11205         * src/exporthtml.c
11206                 Fixed exporthtml_build_filespec() return value
11207         * src/foldersel.c
11208                 Fixed incorrect include file
11209         * src/gtkspell.c
11210         * src/prefs_actions.c
11211         * src/prefs_toolbar.c
11212                 Made debug info not translatable
11213         * src/mutt.c
11214         * src/quote_fmt.c
11215                 Added missing includes
11216         * src/prefs_common.c
11217                 Fixed typo
11218
11219 2002-08-14 [paul]       0.8.1claws58
11220
11221         * faq/es/sylpheed-faq.html
11222           faq/es/sylpheed-faq-[1-3].html
11223           faq/es/sylpheed-faq-4.html     **NEW FILE **
11224                 update Spanish FAQ
11225
11226 2002-08-13 [christoph]  0.8.1claws57
11227
11228         * src/procmsg.c
11229                 ignore thread fix that did not mark all
11230                 child nodes of a ignored thread as
11231                 ignored. Does not work perfectly yet,
11232                 but it is better now
11233
11234 2002-08-13 [alfons]     0.8.1claws56
11235
11236         * src/crash.c
11237                 o implement 'save crash log'
11238                 o some tweaks
11239
11240 2002-08-13 [melvin]     0.8.1claws55
11241
11242         * src/main.c
11243                 removed unrequired "execinfo.h" header
11244
11245 2002-08-12 [paul]       0.8.1claws54
11246
11247         * faq/en/sylpheed-faq.html
11248           faq/en/sylpheed-faq-[1-3].html
11249           faq/en/sylpheed-faq-4.html     **NEW FILE **
11250                 update English FAQ
11251
11252 2002-08-12 [alfons]     0.8.1claws53
11253
11254         * po/POTFILES.in
11255                 add crash.c to translatables
11256         * src/crash.c
11257                 bring in Leandro's crash dialog
11258
11259 2002-08-11 [alfons]     0.8.1claws52
11260
11261         * src/crash.c
11262                 clean up some warnings
11263
11264 2002-08-11 [alfons]     0.8.1claws51
11265
11266         * acconfig.h
11267         * configure.in
11268         * src/crash.[ch]        ** NEW FILES **
11269         * src/main.c            
11270                 initial gdb crash handler
11271
11272 2002-08-11 [paul]       0.8.1claws50
11273
11274         * src/prefs_toolbar.c
11275                 replace Up/Down arrow pixmaps with text to be
11276                 consistent across icon themes
11277
11278 2002-08-11 [paul]       0.8.1claws49
11279
11280         * src/prefs_common.c
11281           src/prefs_toolbar.c
11282                 rename 'Pixmap' -> 'Icon'
11283
11284         * src/toolbar.[ch]
11285                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
11286
11287 2002-08-10 [paul]       0.8.1claws48
11288
11289         * src/prefs_toolbar.c
11290                 re-work the UI
11291
11292 2002-08-10 [paul]       0.8.1claws47
11293
11294         * src/main.c
11295                 don't write Processing progress to status bar
11296                 patch submitted by Alexander Evseev
11297
11298         * src/prefs_toolbar.c
11299                 re-position and resize window
11300                 make window assume correct size on first call
11301
11302 2002-08-10 [paul]       0.8.1claws46
11303
11304         * src/mainwindow.c
11305           src/prefs_toolbar.c
11306           src/toolbar.c
11307           src/toolbar.h
11308                 obey coding style
11309                 follow UI text conventions
11310
11311 2002-08-10 [alfons]     0.8.1claws45
11312
11313         * src/toolbar.c
11314                 correct pixmap for delete action
11315
11316 2002-08-10 [paul]       0.8.1claws44
11317
11318         * po/pt_BR.po
11319                 updated by Fabio Jr. Beneditto
11320
11321 2002-08-10 [paul]       0.8.1claws43
11322
11323         * po/POTFILES.in
11324                 add custom toolbar files
11325
11326 2002-08-10 [paul]       0.8.1claws42
11327
11328         * sync with 0.8.1cvs22
11329                 see ChangeLog 2002-08-09
11330
11331 2002-08-09 [paul]       0.8.1claws41
11332
11333         * tools/Makefile.am
11334           tools/README
11335           tools/outlook2sylpheed.pl     ** NEW FILE **
11336                 add script to convert exported Outlook
11337                 contacts list to a Sylpheed addressbook.
11338                 Submitted by Ricardo Mones Lastra.
11339
11340 2002-08-09 [paul]       0.8.1claws40
11341
11342         * AUTHORS
11343           configure.in
11344           po/sr.po      ** NEW FILE **
11345                 add Serbian message catalog. Submitted by
11346                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
11347
11348 2002-08-09 [paul]       0.8.1claws39
11349
11350         * sync with 0.8.1cvs21
11351                 see ChangeLog 2002-08-08
11352
11353 2002-08-08 [oliver]     0.8.1claws38
11354
11355         * src/mainwindow.c
11356                 move Custom Toolbar to Configuration menu
11357
11358 2002-08-08 [oliver]     0.8.1claws37
11359
11360         * src/prefs_toolbar.c
11361                 fix substitute pixmap bug
11362
11363 2002-08-08 [paul]       0.8.1claws36
11364
11365         * sync with 0.8.1cvs19
11366                 see ChangeLog 2002-08-08
11367
11368 2002-08-07 [christoph]  0.8.1claws35
11369
11370         * src/utils.c
11371                 fixed a memory leak in new canonicalize_file_replace
11372
11373 2002-08-07 [christoph]  0.8.1claws34
11374
11375         * src/utils.[ch]
11376                 o canonicalize_file_replace should create the temporary
11377                   file in the same directory as the original file.
11378                 o added get_tmpfile_in_dir that creates a temorary file
11379                   in a specified directory.
11380
11381 2002-08-07 [melvin]     0.8.1claws33
11382
11383         * src/toolbar.c
11384                 fixed bug where 'Article' button acted as 'Email' button.
11385
11386 2002-08-07 [paul]       0.8.1claws32
11387
11388         * sync with 0.8.1.cvs17
11389                 see ChangeLog 2002-08-07
11390
11391 2002-08-07 [colin]      0.8.1claws31
11392         
11393         * src/news.c
11394                 fix mass-cancel problem
11395
11396 2002-08-07 [thorsten]   0.8.1claws30
11397
11398         * src/prefs_toolbar.c
11399                 fix: crash on replace or add new button
11400         * src/toolbar.c
11401                 fix: close xmlfile after reading
11402         * src/utils.c
11403                 fix: unlink() file before rename()
11404
11405 2002-08-06 [paul]       0.8.1claws29
11406
11407         * sync with 0.8.cvs15
11408                 see ChangeLog 2002-08-06
11409
11410 2002-08-06 [oliver]     0.8.1claws28
11411
11412         * src/toolbar.c
11413         * src/prefs_toolbar.c
11414                 fixed empty toolbar issue
11415
11416 2002-08-06 [oliver]     0.8.1claws27
11417
11418         * Custom Toolbar Final 
11419         * src/folderview.c
11420         * src/inc.c
11421         * src/summaryview.c
11422                 o toolbar stuff now lives in src/toolbar.[ch]
11423                 o main_window_toolbar_* functions are renamed to
11424                   toolbar_* reflecting their new source file
11425         * src/mainwindow.[ch]
11426                 o remove toolbar stuff  
11427
11428 2002-08-06 [oliver]     0.8.1claws26
11429         
11430         * src/Makefile.am
11431         * src/prefs_toolbar.[ch]        **New File**
11432         * src/toolbar.[ch]              **New File**
11433                 o prefs_toolbar.[ch] custom toolbar frontend
11434                 o toolbar.[ch]       backend 
11435
11436 2002-08-06 [oliver]     0.8.1claws25
11437
11438         * src/prefs_actions.[ch]
11439                 o new exported function actions_execute
11440
11441 2002-08-06 [paul]       0.8.1claws24
11442
11443         * sync with 0.8.1cvs4
11444                 see ChangeLog 2002-08-06
11445
11446 2002-08-06 [paul]       0.8.1claws23
11447
11448         * sync with 0.8.1cvs13
11449                 see ChangeLog 2002-08-06
11450
11451 2002-08-06 [paul]       0.8.1claws22
11452
11453         * sync with 0.8.1cvs12
11454                 see ChangeLog 2002-08-05 and 2002-08-06
11455
11456 2002-08-06 [match]      0.8.1claws21
11457
11458         * src/addrclip.c
11459                 improvements to cut/copy/paste address
11460
11461 2002-08-05 [match]      0.8.1claws20
11462
11463         * src/addritem.[ch]
11464         * src/addrcache.c
11465         * src/addrbook.c
11466         * src/editaddress.c
11467         * src/addressbook.c
11468                 fixes to improve cut/copy/paste
11469
11470 2002-08-06 [melvin]     0.8.1claws19
11471
11472         * src/account.[ch]
11473                 account_find_all_from_address(): new function that returns the
11474                 list of all accounts that are matched in an address.
11475         * src/alertpanel.[ch]
11476                 alertpanel() now accepts a custom widget
11477                 alertpanel_with_widget(): new function that pops up a panel with
11478                 a custom widget in it 
11479         * src/gtkutils.[ch]
11480                 gtkut_account_menu_new(): new function that allows the selection
11481                 of an account from a list of accounts.
11482         * src/messageview.c
11483                 Extended Return Receipt notification to select the correct 
11484                 account and to make a security test on the Delivery-Notification
11485                 address which should be the same as the Return-Path.
11486
11487 2002-08-06 [thorsten]   0.8.1claws18
11488
11489         * src/mimeview.c
11490                 attach_all: save unnamed as "noname.%d",
11491                 dont free static dirname
11492
11493 2002-08-05 [alfons]     0.8.1claws17
11494
11495         * configure.in
11496                 detect XIM by trying to link rather than compile a XIM program
11497
11498 2002-08-05 [oliver]     0.8.1claws16
11499                 
11500         * src/stock_pixmap.[ch]
11501                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
11502                 o new func to retrieve pixmaps
11503
11504 2002-08-05 [paul]       0.8.1claws15
11505
11506         * sync with 0.8.1cvs10
11507                 see ChangeLog 2002-08-05
11508
11509 2002-08-04 [alfons]     0.8.1claws14
11510
11511         * src/textview.c
11512                 see if this plugs memleak
11513
11514 2002-08-04 [melvin]     0.8.1claws13
11515
11516         * src/gtkspell.c
11517                 fixed bug that could crash Sylpheed when highlighting
11518                 all misspelled words.
11519
11520 2002-08-03 [melvin]     0.8.1claws12
11521
11522         * src/prefs_actions.c
11523                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11524         * src/messageview.c
11525                 fixed bug where the Return Receipt was sent to
11526                 Delivery-Notification-To address even if it was not present
11527
11528 2002-08-02 [alfons]     0.8.1claws11
11529
11530         * src/prefs_actions.c
11531                 o more check for NULLs
11532                 o put create_io_dialog() in right conditional block
11533
11534 2002-08-02 [paul]       0.8.1claws10
11535
11536         * po/es.po
11537                 updated by Ricardo Mones Lastra
11538
11539 2002-08-01 [christoph]  0.8.1claws9
11540
11541         * src/folder.c
11542                 don't free the cache of the opened
11543                 folder in the summaryview
11544         * src/summaryview.c
11545                 don't unset flags, if it is not required
11546
11547 2002-08-01 [paul]       0.8.1claws8
11548
11549         * sync with 0.8.1cvs8
11550                 see ChangeLog entry 2002-08-01
11551
11552 2002-08-01 [paul]       0.8.1claws7
11553
11554         * sync with 0.8.1cvs7
11555                 see ChangeLog 2002-07-31 and 2002-08-01
11556
11557 2002-07-31 [christoph]  0.8.1claws6
11558
11559         * src/mainwindow.c
11560                 forgot to update menu sensitivity
11561                 function for new menu entry
11562
11563 2002-07-31 [alfons]     0.8.1claws5
11564
11565         * src/main.c
11566                 check folder item and its path for NULL on
11567                 initial processing
11568
11569 2002-07-31 [christoph]  0.8.1claws4
11570
11571         * src/folder.c
11572                 check if folder_item_get_msginfo in
11573                 folder_item_remove_msg returned NULL
11574         * src/imap.c
11575                 better clear the uid cache in the
11576                 uid validity check function and delete
11577                 cached messages
11578
11579 2002-07-31 [paul]       0.8.1claws3
11580
11581         * man/sylpheed.1
11582                 add the '--attach' option and a few other
11583                 minor changes
11584
11585 2002-07-31 [paul]       0.8.1claws2
11586
11587         * sync with 0.8.1cvs5
11588                 see ChangeLog 2002-07-31
11589
11590 2002-07-31 [christoph]  0.8.1claws1
11591
11592         * src/folderview.[ch]
11593         * src/mainwindow.c
11594                 replace "Rescan all folders..." with
11595                 "Check all folders for new messages..."
11596
11597 2002-07-30 [paul]       0.8.1claws
11598
11599         * version 0.8.1claws released
11600
11601 2002-07-30 [paul]       0.8.0claws29
11602
11603         * tools/OOo2sylpheed.pl ** NEW FILE **
11604           tools/README
11605                 add script to enable sending documents as
11606                 attachments from OpenOffice.org
11607
11608 2002-07-30 [melvin]     0.8.0claws28
11609
11610         * src/prefs_actions.c
11611                 Made the actions' input/output dialog display
11612                 without delay.
11613
11614 2002-07-30 [christoph]  0.8.0claws27
11615
11616         * src/procmsg.c
11617                 check if folder_item_get_msginfo in
11618                 procmsg_save_to_outbox returned NULL
11619
11620 2002-07-30 [paul]       0.8.0claws26
11621
11622         * sync with 0.8.1cvs4
11623                 see ChangeLog 2002-07-29
11624
11625 2002-07-29 [thorsten]   0.8.0claws25
11626
11627         * README.claws
11628                 added selective download, delete on server
11629
11630 2002-07-29 [paul]       0.8.0claws24
11631
11632         * sync with 0.8.1cvs3
11633                 see ChangeLog 2002-07-29
11634
11635 2002-07-27 [christoph]  0.8.0claws23
11636
11637         * src/folder.c
11638                 add extra check if fetching the msginfo
11639                 returned NULL
11640
11641 2002-07-27 [paul]       0.8.0claws22
11642
11643         * sync with 0.8.1cvs2
11644                 see ChangeLog 2002-07-26
11645
11646 2002-07-27 [christoph]  0.8.0claws21
11647
11648         * src/imap.c
11649                 add another check if a valid msginfo
11650                 was returned
11651
11652 2002-07-26 [hoa]        0.8.0claws20
11653
11654         * src/folder.c
11655                 Fixed a condition in folder_item_destroy()
11656
11657         * src/imap.c
11658                 Fixed an error in IMAP protocol
11659
11660 2002-07-26 [alfons]     0.8.0claws19
11661
11662         * src/folder.c
11663                 ofcourse compare with identifier, not the path
11664
11665 2002-07-26 [alfons]     0.8.0claws18
11666
11667         * src/folder.c
11668                 use folder item identifier for saving / restoring
11669                 preferences because folder->path might not be unique
11670
11671 2002-07-26 [melvin]     0.8.0claws17
11672
11673         * src/logwindow.c
11674                 Fixed a crash introduced in 0.8.0claws5 when log is 
11675                 cut under 80 characters.
11676
11677 2002-07-26 [paul]       0.8.0claws16
11678
11679         * sync with 0.8.1cvs1
11680                 see ChangeLog 2002-07-26
11681
11682 2002-07-26 [christoph]  0.8.0claws15
11683
11684         * src/imap.[ch]
11685                 imap folder now remembers the last selected
11686                 folder and imap_fetch_msginfo skips selecting
11687                 the folder if it is already selected
11688
11689 2002-07-26 [christoph]  0.8.0claws14
11690
11691         * src/folder.c
11692         * src/folderview.c
11693         * src/imap.c
11694                 fix imap folder rescanning
11695
11696 2002-07-25 [christoph]  0.8.0claws13
11697
11698         * src/filter.c
11699         * src/folder.[ch]
11700         * src/folderview.c
11701         * src/imap.[ch]
11702         * src/mainwindow.c
11703         * src/mbox_folder.c
11704         * src/mh.c
11705         * src/news.c
11706                 implement imap uid cache and uid validity check
11707
11708 2002-07-25 [alfons]     0.8.0claws12
11709
11710         * src/summaryview.c
11711                 fix a brown paper bag bug, and also add some more
11712                 checks
11713
11714 2002-07-25 [christoph]  0.8.0claws11
11715
11716         * src/folder.c
11717                 don't mix copy, fetch_msginfo and remove
11718                 operations in folder item copy and move
11719                 operations
11720
11721 2002-07-25 [christoph]  0.8.0claws10
11722
11723         * src/folderview.c
11724         * src/mainwindow.c
11725         * src/prefs_folder_item.c
11726         * src/summaryview.[ch]
11727                 remove no longer required parameter update_cache from
11728                 summary_show
11729
11730 2002-07-25 [paul]       0.8.0claws9
11731
11732         * sync with 0.8.1
11733         
11734         * AUTHORS
11735                 a few corrections
11736
11737 2002-07-24 [alfons]     0.8.0claws8
11738
11739         * src/summaryview.c
11740                 sort correctly when using simplified subject line
11741                 (closes feature request "[ 585141 ] applying regexp to subject 
11742                 before sort" submitted by Alexandra Walford)
11743
11744 2002-07-24 [paul]       0.8.0claws7
11745
11746         * sync with 0.8.0cvs3
11747                 see ChangeLog 2002-07-24
11748
11749 2002-07-23 [christoph]  0.8.0claws6
11750
11751         * src/folder.c
11752         * src/folder.h
11753         * src/summaryview.c
11754         * src/summaryview.h
11755         * src/main.c
11756                 o separate processing and summaryview
11757                 o removed summary_write_cache from summaryview
11758                 o removed summaryview->killed_messages, because we don't have
11759                   to keep a list of killed messages anymore. New cache will
11760                   keep the hidden messages in cache anyway
11761         * src/folderview.c
11762         * src/inc.c
11763         * src/selective_download.c
11764                 o removed unnecessary summary_write_cache calls
11765         * src/procmsg.c
11766                 o don't set ignore thread flag in procmsg_get_thread_tree
11767                   if it is already set
11768         * src/mainwindow.c
11769         * src/statusbar.h
11770                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11771                   they are used in different files
11772
11773 2002-07-23 [melvin]     0.8.0claws5
11774
11775         * src/addressbook.c
11776         * src/addrgather.c
11777         * src/editaddress.c
11778         * src/editgroup.c
11779         * src/editldap_basedn.c
11780         * src/importldif.c
11781         * src/prefs_common.c
11782                 Fixed few memory leak (gtk_editable_get_chars returns
11783                 an allocated string)
11784         * src/logwindow.c
11785                 Fixed few memory leak (gtk_editable_get_chars returns
11786                 an allocated string) and modified a little the log cutting
11787                 loop.
11788         * src/compose.c
11789                 Replaced a call to an obsolete function gtk_entry_get_text()
11790                 by gtk_editable_get_chars()
11791         * src/send.c
11792                 Removed a debug printf
11793
11794 2002-07-23 [christoph]  0.8.0claws4
11795
11796         * src/filesel.c
11797                 fix another g_dirname memory leak
11798
11799 2002-07-23 [christoph]  0.8.0claws3
11800
11801         * src/mh.c
11802                 fixed a memory leak in mh_fetch_msginfo
11803                 fixed crash when message header could not be
11804                 parsed
11805
11806 2002-07-23 [paul]       0.8.0claws2
11807
11808         * sync with 0.8.0cvs2
11809                 see ChangeLog 2002-07-23
11810
11811 2002-07-23 [paul]       0.8.0claws1
11812
11813         * sync with 0.8.0cvs1
11814                 see ChangeLog 2002-07-23
11815
11816 2002-07-23 [paul]       0.8.0claws
11817
11818         * release of 0.8.0claws