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