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