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