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