* src/procheader.c
[claws.git] / ChangeLog.claws
1 2003-12-20 [luke]       0.9.8claws5
2         * src/procheader.c
3                 fix unfolding/newline stripping for multiline fields
4                 in generic_get_one_field()
5
6 2003-12-19 [christoph]  0.9.8claws4
7
8         * src/summaryview.c
9                 o code cleanup
10                 o use subject_compare_for_sort() when comparing
11                   simplified subjects
12
13 2003-12-19 [christoph]  0.9.8claws3
14
15         * src/msgcache.c
16                 more syncing with 0.8.9a
17
18 2003-12-19 [christoph]  0.9.8claws2
19
20         * src/folder.c
21                 don't write all FolderItem XML attributes for the root node
22
23 2003-12-19 [melvin]     0.9.8claws1
24
25         * src/messageview.c
26                 Added missing menu branch (Tools/Create processing/rule)
27         * po/fr.po
28                 Updated French translation for the added string.
29
30 2003-12-19 [paul]       0.9.8claws
31
32         0.9.8claws released
33
34 2003-12-19 [paul]       0.9.7claws51
35
36         * po/en_GB.po
37           po/es.po
38           po/ja.po
39           po/pl.po
40           po/sk.po
41           po/zh_CN.po
42                 update translations. submitted by me, Ricardo Mones
43                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
44                 Hansom Young
45                 
46         * src/folder_item_prefs.c
47                 'enable_processing' set to FALSE by default
48
49 2003-12-18 [melvin]     0.9.7claws50
50
51         * po/fr.po
52                 Updated French translation
53
54 2003-12-17 [christoph]  0.9.7claws49
55
56         * src/procheader.c
57                 revert discarding of whitespace from 0.9.7claws44
58
59                 RFC2822 2.2.3: Unfolding is accomplished by simply
60                 removing any CRLF that is immediately followed by WSP.
61
62 2003-12-17 [paul]       0.9.7claws48
63
64         * src/folder.c
65                 fix new message count
66                 
67         * configure.ac
68                 update autotools macros
69
70         * sync with 0.9.8a
71
72 2003-12-16 [christoph]  0.9.7claws47
73
74         * src/folder.c
75                 fix folder update before adding MsgInfo to cache
76                 in add_msginfo_to_cache()
77
78         * src/procmsg.c
79                 remove old call to folder_item_update() that is no
80                 longer required
81
82 2003-12-16 [christoph]  0.9.7claws46
83
84         * src/main.c
85                 make sure the shutdown process only runs once
86
87 2003-12-16 [hoa]        0.9.7claws45
88
89         * src/mainwindow.c
90         * src/messageview.c
91         * src/summaryview.[ch]
92                 Create filter rules using a message is fixed.
93                 We can now create processing rules using a message.
94
95 2003-12-15 [alfons]     0.9.7claws44
96
97         * src/procheader.c
98                 make sure we discard folding white space
99
100 2003-12-15 [luke]       0.9.7claws43
101         * src/textview.c
102         * src/mimeview.c
103                 o use "name" parameter if "filename" doesn't exist
104
105 2003-12-14 [alfons]     0.9.7claws42
106
107         * src/summaryview.c
108         * src/common/utils.c
109                 allow quick finding based on the result of passing
110                 a message to an external command. E.g:
111
112                         X "bogofilter < %F" 
113                 
114                 gets me all the spam in a folder.
115
116 2003-12-14 [luke]       0.9.7claws41
117
118         * src/textview.c
119         * src/mimeview.c
120                 o use parameter "filename" instead of "name" in a couple of 
121                   places for correctness
122
123         * src/procmime.c
124         * src/common/utils.[ch]
125                 o make temporary filename for attachments safe for %p 
126                   substitutions in actions.
127
128 2003-12-13 [christoph]  0.9.7claws40
129
130         * src/main.c
131                 readd exit(0) to clean_quit() because otherwise sylpheed
132                 does not always terminate
133
134         * src/pgpmime.c
135         * src/privacy.h
136                 add an identifier-string for PrivacySystems
137
138 2003-12-12 [paul]
139
140         * doc/man/sylpheed.1
141                 update the man page
142
143 2003-12-12 [paul]       0.9.7claws39
144
145         general clean up
146         
147         * configure.ac
148                 correct and clean up './configure --help' info
149         
150         * src/plugins/clamav/clamav_plugin.c
151           src/plugins/spamassassin/spamassassin.c
152                 correct plugin_desc(), works with LOCAL, IMAP, and
153                 POP accounts
154                 
155         * src/filtering.c
156           src/matcher.[ch]
157           src/matcher_parser_parse.y
158           src/prefs_filtering_action.c
159                 use 'Change Score' instead of '(In/De)crease score'.
160                 use *CHANGE_SCORE* instead of *ADD_SCORE*
161          
162          * src/mainwindow.c
163                 hyphenate: 'Pre-processing', 'Post-processing'
164                 
165         * src/prefs_account.c
166                 change 'Generate Message-ID' to 'Generate Message-Id'
167                 
168         * src/prefs_folder_item.c
169                 change 'Processing on startup:' to 'Process at startup'
170                 change 'Scan for new mail:' to 'Scan for new mail'
171                 
172 2003-12-11 [christoph]  0.9.7claws38
173
174         * src/crash.c
175         * src/main.[ch]
176                 make sure the clean_exit() funtion is not called again by the
177                 signal handler while it is already running
178
179         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
180
181         * src/summaryview.c
182                 fix wrong assertion
183
184 2003-12-11 [paul]       0.9.7claws37
185
186         * src/compose.c
187                 'anonymise' Message-Id: header string
188
189 2003-12-11 [paul]       0.9.7claws36
190
191         * src/plugins/clamav/clamav_plugin.c
192                 fix (don't break) signature count
193                 use cl_strerror() instead of deprecated cl_perror()
194         
195 2003-12-11 [darko]      0.9.7claws35
196
197         * src/summaryview.c
198                 also update the sort arrow (thanks Christoph)
199
200 2003-12-11 [darko]      0.9.7claws34
201
202         * src/summaryview.c
203                 allow reverting to default sort mode (no sort)
204
205 2003-12-10 [hoa]        0.9.7claws33
206
207         * src/matcher.c
208                 fixed quotation of string for matcher.
209
210 2003-12-08 [paul]       0.9.7claws32
211
212         * src/imap.c
213           src/inc.c
214                 plug memory leaks (patch by Alfons)
215
216 2003-12-08 [christoph]  0.9.7claws31
217
218         * src/folder_item_prefs.[ch]
219         * src/folderview.c
220         * src/prefs_folder_item.c
221                 add new FolderItem property to exclude folders from new
222                 mail checks
223
224         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
225
226 2003-12-07 [paul]       0.9.7claws30
227
228         * src/plugins/clamav/clamav_plugin.c
229                 fix signature count
230
231 2003-12-07 [thorsten]   0.9.7claws29
232
233         * src/filtering.c
234                 debug_print some warning if destfolder missing
235         * src/prefs_filtering.c
236                 uninitialized filter list when deleting a folder
237
238 2003-12-06 [paul]       0.9.7claws28
239
240         * src/procheader.c
241                 add Alfons' patch to trim line feeds
242
243 2003-12-06 [paul]       0.9.7claws27
244
245         * partial sync with 0.9.7cvs8
246                 leaving claws' online/offline more or less intact
247                 see ChangeLog 2003-12-04 and 2003-12-06
248
249 2003-12-06 [christoph]  0.9.7claws26
250
251         * src/messageview.c
252         * src/privacy.[ch]
253                 revert pirvacy API changes
254
255 2003-12-05 [alfons]     0.9.7claws25
256
257         * src/matcher.[ch]
258                 clean up my old cruft
259
260 2003-12-05 [alfons]     0.9.7claws24
261
262         * src/matcher.c
263                 fix comparison buglet ;-) and make `test` matcher
264                 work again
265
266 2003-12-05 [alfons]     0.9.7claws23
267
268         * src/prefs_folder_item.c
269                 K&R 2nd Ed., page 241 (function parameter identifiers
270                 starting with an underscore are kind of insulting)
271
272 2003-12-05 [hoa]        0.9.7claws22
273
274         * src/main.c
275         * src/mainwindow.[ch]
276         * src/mainwindow.h
277                 add destructor for mainwindow so that the last 
278                 MimeInfo opened in messageview is destroyed when
279                 exiting sylpheed.
280
281 2003-12-05 [hoa]        0.9.7claws21
282
283         * src/filtering.[ch]
284         * src/matcher.[ch]
285         * src/matcher_parser_lex.l
286         * src/matcher_parser_parse.y
287         * src/prefs_actions.c
288         * src/prefs_filtering.c
289         * src/common/utils.[ch]
290                 quote arguments before giving them to command line.
291                 fixed quote of string in matcher/processing/filtering rules.
292
293         * src/messageview.c
294         * src/privacy.[ch]
295                 allows decryption to return a new whole 
296                 MIME message structure.
297
298 2003-12-04 [hoa]        0.9.7claws20
299
300         * src/filtering.[ch]
301         * src/folder.c
302         * src/mainwindow.c
303         * src/matcher.c
304         * src/matcher_parser_parse.y
305         * src/folderview.c
306                 global rules to run before folder specific rules.
307                 global rules to run after folder specific rules.
308                 
309         * src/messageview.c
310                 fixed quick addition of rules.
311         
312         * src/prefs_filtering.[ch]
313         * src/summaryview.c
314                 we can now customize the title for the dialog.
315                 updated case where we rename of delete folders.
316
317         * src/addressbook.c
318                 got back the function addressbook_browse_entry_cb()
319                 that is needed in case we compiled with LDAP support.
320
321 2003-12-04 [paul]       0.9.7claws19
322
323         * sync with 0.9.7cvs6
324                 see ChangeLog 2003-12-04
325                 fixes bug 171 'Wrong message decoing: koi8-r and 
326                 iso8859-5 looks same. Can't read many emails.'
327
328 2003-12-04 [paul]       0.9.7claws18
329
330         * po/POTFILES.in
331                 remove 'src/prefs_scoring.c'
332
333 2003-12-03 [hoa]        0.9.7claws17
334
335         * src/Makefile.am
336                 compilation of scoring.[ch] and prefs_scoring.[ch]
337                 is removed.
338         
339         * src/filtering.[ch]
340         * src/folder.c
341         * src/folder_item_prefs.[ch]
342         * src/folderview.c
343         * src/main.c
344         * src/mainwindow.c
345         * src/matcher.[ch]
346         * src/matcher_parser.h
347         * src/matcher_parser_parse.y
348         * src/prefs_filtering.[ch]
349         * src/prefs_filtering_action.c
350         * src/prefs_folder_item.c
351         * src/prefs_scoring.[ch]              * REMOVED FILES *
352         * src/procmsg.[ch]
353         * src/scoring.[ch]                    * REMOVED FILES *
354         * src/summaryview.c
355                 merged scoring and filtering.
356                 
357                 Note : compatibility is kept by parsing score like 
358                   add_score. To get the behaviour of older scoring 
359                   system, you have to define some equivalent rule :
360                   "score_lower -9999 hide"
361                   "score_greater 9999 mark"
362                   
363                   To define global rules, you have to define them 
364                   in the new global processing rules.
365                   The variable that kept the list filtering rules 
366                   was "global_processing" and has been renamed into 
367                   "filtering_rules".
368                   "global_processing" variable is now the name 
369                   of the variable that keeps the list of global 
370                   processing rules.
371                   In the configuration file, "[global]" section is 
372                   now for the global processing rules (which includes
373                   score things and new global processing rules).
374                   New "[filtering]" section is for the filtering rules.
375                   
376                   Before running with this version, during testing 
377                   phase, ** MAKE A BACKUP ** of your matcherrc file.
378                   Then, you have to make the following changes :
379                   - leave all scoring rules in "[global]" section.
380                   - move all other rules of "[global]" section to
381                       a new section named "[filtering]".
382
383 2003-12-03 [christoph]  0.9.7claws16
384
385         * src/procmime.c
386                 use default Content-Type as specified in RFC2045 if
387                 Content-Type header is syntactically incorrect
388
389 2003-12-03 [christoph]  0.9.7claws15
390
391         * src/addressbook.c
392         * src/addrindex.h
393         * src/addritem.c
394         * src/expldifdlg.h
395         * src/exportldif.c
396         * src/filtering.c
397         * src/folder.c
398         * src/folderview.c
399         * src/jpilot.c
400         * src/localfolder.c
401         * src/matcher.h
402         * src/matcher_parser_lex.l
403         * src/matcher_parser_parse.y
404         * src/news.c
405         * src/prefs_filtering_action.c
406         * src/prefs_folder_item.c
407         * src/prefs_fonts.c
408         * src/procmsg.c
409         * src/sgpgme.c
410                 clean up warnings
411
412         * src/procmime.c
413                 revert 0.9.7claws14 change
414
415 2003-12-03 [alfons]     0.9.7claws14
416
417         * src/procmime.c
418                 catch invalid Content-Type with no subtype
419
420 2003-12-03 [alfons]     0.9.7claws13
421
422         * src/alertpanel.h
423         * src/setup.c
424         * src/plugins/image_viewer/plugin.c
425                 compile again, we need stddef.h for size_t
426
427 2003-12-03 [paul]       0.9.7claws12
428
429         * src/account.c
430                 don't allow cloning of accounts with remote folders,
431                 patch submitted by Ricardo Mones Lastra
432
433 2003-12-03 [christoph]  0.9.7claws11
434
435         * src/folder.[ch]
436         * src/imap.c
437         * src/localfolder.[ch]
438         * src/mh.c
439         * src/news.c
440         * src/common/xml.[ch]
441                 add set_xml() and get_xml() virtual functions to FolderClass to
442                 save extra information for Folders (for example the rootpath
443                 only used by LocalFolder). The folderlist write function no
444                 longer needs to know the folder type to save this extra
445                 information.
446
447 2003-12-02 [christoph]  0.9.7claws10
448
449         * src/Makefile.am
450         * src/account.c
451         * src/folder.[ch]
452         * src/folderview.h
453         * src/imap.c
454         * src/localfolder.[ch]          ** NEW **
455         * src/mainwindow.c
456         * src/mh.[ch]
457         * src/news.[ch]
458         * src/prefs_account.[ch]
459         * src/prefs_filtering.h
460         * src/procmsg.h
461         * src/remotefolder.[ch]         ** NEW **
462         * src/common/xml.[ch]
463                 add item_set_xml() and item_get_xml() virtual functions to
464                 FolderClass to give folders the ability to add extra information
465                 to the saved FolderItem data. If NULL the default function for
466                 FolderItem will be used.
467
468 2003-11-29 [christoph]  0.9.7claws9
469
470         * src/procheader.c
471                 fix bug in unfolding
472
473 2003-11-29 [luke]       0.9.7claws8
474
475         * src/textview.c
476                 fix compilation for non c99 compilers
477
478 2003-11-29 [christoph]  0.9.7claws7
479
480         * src/procmime.[ch]
481         * src/mimeview.c
482                 o unknown disposition types should be handled as
483                   attachment (RFC2183)
484                 o missing headers should not default to inline
485                   (would make "Save All" useless when disposition header
486                    is not set by the sending mailer)
487                 o remove old MimeInfo data and cleanup
488
489 2003-11-29 [luke]       0.9.7claws6
490
491         * src/procmime.[ch]
492                 re-added parsing of Content-Disposition header
493                         - removes the old  'gchar* content_disposition'
494                         - adds a new field 'DispositionType disposition'
495                         - adds parameters to MimeInfo::parameters
496
497         * src/mimeview.c
498                 use the "filename" parameter for saving, and the new
499                 MimeInfo::disposition for save all.
500
501         * src/compose.c
502         * src/toolbar.[ch]
503                 add a 'check spelling' button as a possibility for 
504                 the compose toolbar
505
506         * src/stockpixmap.[ch]
507         * src/pixmaps/check_spelling.xpm        ** NEW **
508         * src/Makefile.am
509                 add a pixmap for use with 'check spelling' button or
510                 a user defined action
511
512         * src/textview.c
513                 re-apply fixed (I hope) patch for bug 57
514                 "Hidden URL in HTML Mails"
515
516 2003-11-28 [christoph]  0.9.7claws5
517
518         * src/procmime.c
519                 o be more liberal in what we accept as Content-Type parameters
520                 o ignore comments after parameters
521
522         * src/sgpgme.c
523                 o only free passphrase when an error occurs
524
525 2003-11-28 [paul]       0.9.7claws4
526
527         * src/account.c
528                 add 'Clone Account' function. patch submitted by
529                 Ricardo Mones Lastra
530
531 2003-11-27 [thorsten]   0.9.7claws3
532
533         * src/mimeview.c
534                 fix crash if 'save_all' failed twice
535
536 2003-11-27 [paul]       0.9.7claws2
537
538         * po/POTFILES.in
539                 fix a typo
540
541         * po/zh_CN.po
542                 update Simplified Chinese translation. submitted by
543                 Hansom Young
544
545 2003-11-27 [paul]       0.9.7claws1
546
547         * po/POTFILES.in
548                 clean up
549
550 2003-11-26 [paul]       0.9.7claws
551
552         * 0.9.7claws released
553
554 2003-11-26 [paul]       0.9.6claws99
555
556         * src/Makefile.am
557                 add reference to pixmaps/mime_message.xpm
558
559 2003-11-26 [paul]       0.9.6claws98
560
561         * po/POTFILES.in
562                 remove reference to src/sigstatus.c
563
564 2003-11-26 [christoph]  0.9.6claws97
565
566         * src/Makefile.am
567         * src/prefs_common.c
568         * src/rfc2015.c
569         * src/sigstatus.[ch]            ** REMOVE **
570                 remove signature result popup option and window
571
572 2003-11-26 [paul]       0.9.6claws96
573
574         * po/es.po
575           po/ja.po
576           po/pl.po
577           po/sk.po
578           po/sr.po
579                 update translations. submitted by Ricardo Mones Lastra,
580                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
581
582 2003-11-25 [christoph]  0.9.6claws95
583
584         * src/procmime.c
585                 display mime structure only in debug mode
586
587 2003-11-25 [melvin]     0.9.6claws94
588
589         * po/fr.po
590                 Updated French translations + typos fixes of older
591                 translations (thanks to Fabien Vantard for pointing
592                 to some of them)
593
594 2003-11-25 [melvin]     0.9.6claws93
595
596         * src/editldap.c
597                 Fixed a couple of typos.
598
599 2003-11-24 [paul]       0.9.6claws92
600
601         * po/POTFILES.in
602                 add 'src/textview.c'
603
604 2003-11-24 [paul]       0.9.6claws91
605
606         * src/sgpgme.c
607                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
608
609 2003-11-24 [paul]       0.9.6claws90
610
611         * src/plugins/image_viewer/viewer.c
612                 image_viewer_show_mimepart(): 
613                 use procmime_mimeinfo_get_parameter() to get the file name
614
615 2003-11-24 [paul]       0.9.6claws89
616
617         * src/textview.c
618                 textview_show_mime_part(): rewrite text hint
619
620 2003-11-22 [paul]       0.9.6claws88
621
622         * sync with 0.9.7cvs5
623                 see ChangeLog 2003-11-21
624
625 2003-11-21 [paul]       0.9.6claws87
626
627         * src/mimeview.c
628                 define shortcut key 'o' for 'Open with...'
629
630 2003-11-21 [alfons]     0.9.6claws86
631
632         * src/messageview.c
633                 fix bug #383 'Deleting message from "separate message view" 
634                 uses local Trash folder'
635
636 2003-11-21 [christoph]  0.9.6claws85
637
638         * src/mimeview.c
639                 fix content-type guessing by name parameter when finding
640                 the correct viewer
641
642 2003-11-21 [alfons]     0.9.6claws84
643
644         * src/main.c
645                 no mail incorporation allowed with --offline param.
646                 fixes bug #374, "--offline ignored"
647
648 2003-11-20 [christoph]  0.9.6claws83
649
650         * src/mimeinfo.c
651                 use signed MimeInfo when checking the signature and not
652                 the selected one
653
654 2003-11-19 [alfons]     0.9.6claws82
655
656         * src/mainwindow.c
657                 fix crash when toggling separate views, patch submitted
658                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
659                 fixes bug #342, "separate views  cause crash"
660
661 2003-11-19 [paul]       0.9.6claws81
662
663         * src/compose.c
664                 compose_redirect_write_headers_from_headerlist(): 
665                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
666                 
667         * src/main.c
668                 code cleanup (inherited from 0.9.7cvs4)
669                 
670         * tools/tb2sylpheed
671                 bugfix: added missing attribute-list start. submitted by
672                 Urke MMI
673
674 2003-11-19 [luke]       0.9.6claws80
675
676         * src/textview.c
677                 revert my last commit until I get time to fix it
678
679 2003-11-18 [christoph]  0.9.6claws79
680
681         * src/mimeview.[ch]
682                 check parent MimeInfos for signatures and display the
683                 result of the parent when found
684
685         * src/pgpmime.c
686                 o avoid NULL pointer warnings
687                 o use procmime_mimeinfo_get_parameter()
688
689         * src/sgpgme.c
690                 small text changes
691
692 2003-11-17 [luke]       0.9.6claws78
693
694         * src/textview.c
695                 add check for disguised URLs, fixing bug 57
696                 "Hidden URL in HTML Mails"
697
698 2003-11-16 [christoph]  0.9.6claws77
699
700         * src/procmime.c
701                 fix crash when parsing invalid Content-Type header
702
703 2003-11-16 [christoph]  0.9.6claws76
704
705         * src/pgpmime.c
706         * src/privacy.c
707         * src/procmime.c
708         * src/sgpgme.[ch]
709                 implement message decrypting
710
711         * src/rfc2015.c
712                 remove old code
713
714 2003-11-14 [luke]       0.9.6claws75
715
716         * src/mimeview.c
717                 fix a couple of problems that treated application/* and
718                 application/octet-stream the wrong way around
719                 (since 0.9.6claws10), causing "Open" to do nothing.
720
721 2003-11-14 [christoph]  0.9.6claws74
722
723         * src/messageview.c
724         * src/pgpmime.c
725         * src/privacy.[ch]
726                 prepare for message part decrypting
727
728         * src/sgpgme.c
729                 add output for expired signatures
730
731         * src/rfc2015.c
732                 remove some old code
733
734 2003-11-10 [christoph]  0.9.6claws73
735
736         * src/mimeview.c
737                 add "Full info" button for bad and warn signature status
738
739         * src/sgpgme.c
740                 generate full signature info like gpg's output
741                 (gpg -v --with-fingerprint --verify)
742
743 2003-11-10 [christoph]  0.9.6claws72
744
745         * src/mimeview.c
746         * src/pgpmime.c
747         * src/privacy.[ch]
748         * src/sgpgme.[ch]
749         * src/textview.[ch]
750                 o add code to view full signature info
751                 o do automatic signature checks
752
753 2003-11-10 [alfons]     0.9.6claws71
754
755         * src/summaryview.c
756                 don't crash when gtkut_font_load() returns invalid font (has
757                 something to do with locale settings)
758                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
759
760 2003-11-09 [alfons]     0.9.6claws70
761
762         * src/procmime.c
763                 plug leak
764
765 2003-11-08 [luke]       0.9.6claws69
766
767         * src/summaryview.c
768                 fix some typos
769
770         * src/compose.c
771                 rewrite compose_attach_parts(), fixing various bugs mainly
772                 to do with re-editing.
773
774         * src/mimeview.c
775                 "save all" now only saves attachments with names/filenames
776
777 2003-11-04 [match]      0.9.6claws68
778
779         * src/ldapctrl.[ch]
780                 fix broken LDAP support.
781
782         * src/ldapquery.c
783                 remove printf's.
784
785 2003-11-04 [luke]       0.9.6claws67
786
787         * src/mimeview.c
788                 o  fixed bug 4 "focus lost on messages with attachments"
789                 o  fixed 'Save all' attachments for new mime changes
790                 o  right clicking on icons consistent with right clicking on
791                    mime tree
792                   - fixes a bug where wrong part is saved when you
793                     choose 'Save as' from popup menu
794                   - fixes bug 308 "No way to "save all" attachments"
795                 o  fixed a compiler warning.
796
797         * src/textview.c
798                 o  removed flickering in mime tree when using "n" and "p"
799                    shortcuts
800                 o  fixed bug where selecting the textview and pressing e.g.
801                    'y' causes sylpheed to respond twice.
802
803         * src/summaryview.c
804                 removed hard coding of * and ! shortcuts (which only served
805                 to cause problems if you tried to redefine the shortcuts)
806
807 2003-11-04 [luke]       0.9.6claws66
808
809         * src/plugins/image_viewer/viewer.c
810         * src/plugins/image_viewer/viewerprefs.c
811         * src/plugins/image_viewer/viewerprefs.glade
812                 o  allow toggling of image scaling by clicking on image
813                 o  respond to image's container widget resize
814
815         * src/procmime.c
816                 o  fix bad parsing of message when re-editing/viewing a
817                    message saved to the drafts folder
818
819 2003-11-02 [match]      0.9.6claws65
820
821         * src/browseldap.h
822                 fix if not building LDAP support.
823         * src/addrindex.c
824         * src/ldapquery.[ch]
825         * src/editldap.h
826                 include support for contains query. feature req 529354.
827
828 2003-11-02 [alfons]     0.9.6claws64
829
830         * src/browseldap.c
831                 fix build bustage if not compiling ldap support
832
833 2003-11-01 [match]      0.9.6claws63
834
835         * po/POTFILES.in
836         * src/Makefile.am
837         * src/addr_compl.[ch]
838         * src/addrbook.c
839         * src/addrcache.[ch]
840         * src/addrdefs.h        ** NEW **
841         * src/addressbook.c
842         * src/addressitem.h
843         * src/addrindex.[ch]
844         * src/addritem.h
845         * src/addrquery.[ch]
846         * src/ldapquery.[ch]
847         * src/ldapserver.[ch]
848                 refactor LDAP query mechanism.
849
850         * src/browseldap.[ch]   ** NEW **
851         * src/ldaplocate.[ch]   ** NEW **
852                 add feature to browse LDAP entry that was retrieved using
853                 an explicit LDAP search.
854
855 2003-11-01 [alfons]     0.9.6claws62
856
857         * src/prefs_gtk.c
858                 prefs_write_param(): fail when we see an invalid type; all the
859                 callers seem to handle this gracefully by reverting changes
860
861 2003-10-30 [christoph]  0.9.6claws61
862
863         * configure.ac
864         * ac/openssl.m4
865         * ac/spamassassin.m4
866         * src/Makefile.am
867                 use extra variables for all libraries to make sure plugins
868                 are only linked with libraries they really need. $LIBS is always
869                 added to the linking parameters, but we only what the libraries
870                 listed in the Makefile
871
872 2003-10-29 [paul]       0.9.6claws60
873
874         * src/mimeview.c
875                 don't use Subject for unknown part name
876
877 2003-10-29 [paul]       0.9.6claws59
878
879         * src/compose.c
880                 get name of attachment(s) when re-editing, fwd'ing or
881                 redirecting
882                 
883         * src/mimeview.c
884                 get name of attachment(s) when saving
885
886 2003-10-29 [hoa]        0.9.6claws58
887
888         * src/textview.c
889                 implemented multipart/alternative in MIME message viewer.
890
891 2003-10-28 [christoph]  0.9.6claws57
892
893         * configure.ac
894                 make sure MathML-Viewer is not built with the
895                 Gtk2 version of GtkMathView
896
897 2003-10-28 [paul]       0.9.6claws56
898
899         * sync with 0.9.7cvs1
900                 see ChangeLog 2003-10-28
901
902 2003-10-27 [alfons]     0.9.6claws55
903
904         * src/matcher_parser_parse.y
905         * src/gtk/colorlabel.c
906                 allow setting color label to 0 in filtering/processing rules
907                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
908
909 2003-10-26 [alfons]     0.9.6claws54
910
911         * src/summary_search.c
912                 fix misnomer and correct selecting initial search node  
913
914 2003-10-26 [christoph]  0.9.6claws53
915
916         * src/pgpmime.c
917         * src/sgpgme.c
918                 change display of signature info to use only name of
919                 signer, otherwise the text gets too long.
920
921         * src/procmime.c
922                 don't use MimeInfo's filename to generate tmp filename
923
924 2003-10-25 [christoph]  0.9.6claws52
925
926         * src/procmime.c
927                 fix message body searching
928
929 2003-10-25 [paul]       0.9.6claws51
930
931         * src/compose.c
932                 use g_basename rather than basename
933
934 2003-10-24 [christoph]  0.9.6claws50
935
936         * src/sgpgme.c
937                 change fetching of signature key's trust
938
939 2003-10-24 [paul]       0.9.6claws49
940
941         * po/sk.po
942                 update Slovak translation
943                 submitted by Andrej Kacian
944                 
945         * src/mainwindow.c
946                 remove unknown menu entry /File/Add mailbox/mbox...
947
948 2003-10-24 [hoa]        0.9.6claws48
949
950         * src/Makefile.am
951                 removed all references to mbox folders
952
953         * src/carray.[ch]               * REMOVED *
954         * src/chash.[ch]                * REMOVED *
955         * src/maillock.[ch]             * REMOVED *
956         * src/mailmbox.[ch]             * REMOVED *
957         * src/mailmbox_folder.[ch]      * REMOVED *
958         * src/mailmbox_parse.[ch]       * REMOVED *
959         * src/mailmbox_types.[ch]       * REMOVED *
960         * src/mbox_folder.[ch]          * REMOVED *
961                 remove implementation of mbox folders
962                 and old mailbox folder.
963                 mbox folder implementation will be added
964                 as a plugin so that implementation can be entirely
965                 synchronized with the files of the project they are
966                 extracted from (libEtPan!).
967         
968         * src/mainwindow.c
969         * src/folder.c
970         * src/folderview.[ch]
971         * src/procmsg.h         
972                 Disable as much code that references mbox folders
973                 as possible.
974                 Some UI thing still need to know that folder is mbox
975                 (when we have to enter the name of the mailbox and
976                 we want to add /var/mail/$USER).
977
978 2003-10-23 [christoph]  0.9.6claws47
979
980         * src/noticeview.c
981                 don't always display button when noticeview is made visible
982
983         * src/mimeview.c
984         * src/pgpmime.c
985         * src/privacy.[ch]
986         * src/sgpgme.[ch]
987                 get signature information from crypto system
988
989 2003-10-22 [paul]       0.9.6claws46
990
991         * po/es.po
992                 updated by Ricardo Mones Lastra
993
994 2003-10-22 [paul]       0.9.6claws45
995
996         * src/Makefile.am
997                 update to reflect the changes to the icons that
998                 happened in 0.9.6claws35
999
1000 2003-10-22 [alfons]     0.9.6claws44
1001         
1002         * src/carray.h
1003                 inline carray_count() 
1004
1005 2003-10-21 [alfons]     0.9.6claws43
1006
1007         * src/carray.h
1008                 glib wrappers
1009         * src/carray.c
1010                 disable
1011         * src/mailmbox.[ch]
1012         * src/mailmbox_folder.c
1013         * src/mailmbox_parse.c
1014         * src/mailmbox_types.[ch]
1015                 %s/uint32_t/guint
1016
1017 2003-10-21 [luke]       0.9.6claws42
1018
1019         * src/stock_pixmaps.[ch]
1020         * src/mimeview.c
1021         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
1022         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
1023                 o remove mime_application_octet_stream.xpm icon (it was never
1024                   really needed)
1025                 o remove redundant icon messageview_text.xpm
1026
1027         * src/mainwindow.c
1028                 fix visibility of signature noticeview when toggling 'separate
1029                 message view'
1030
1031 2003-10-21 [christoph]  0.9.6claws41
1032
1033         * src/procmime.c
1034                 decode multipart and rfc822 mime parts to allow further
1035                 parsing when required
1036
1037 2003-10-21 [christoph]  0.9.6claws40
1038
1039         * src/procmime.[ch]
1040         * src/textview.c
1041                 remove obsolete charset parameter in MimeInfo and fix
1042                 TextView to use the charset from the parameter hash table
1043
1044         * src/plugins/dillo_viewer/Makefile.am
1045         * src/plugins/trayicon/Makefile.am
1046                 add OPENSSL_CFLAGS to fix building with using
1047                 --with-openssl-* parameters
1048
1049 2003-10-21 [paul]       0.9.6claws39
1050
1051         * src/prefs_matcher.[ch]
1052                 replace remnants of the old, renamed 'Execute' matchtype
1053                 add a brief description to the Info window
1054
1055 2003-10-21 [hoa]        0.9.6claws38
1056         
1057         * src/Makefile.am
1058         * src/carray.[ch]               * NEW *
1059         * src/chash.[ch]                * NEW *
1060         * src/folder.c
1061         * src/maillock.[ch]             * NEW *
1062         * src/mailmbox.[ch]             * NEW *
1063         * src/mailmbox_folder.[ch]      * NEW *
1064         * src/mailmbox_parse.[ch]       * NEW *
1065         * src/mailmbox_types.[ch]       * NEW *
1066                 implementation of mbox folder with unique message numbers
1067
1068                 made use of libEtPan! implementation of mbox for lower-layer.
1069
1070 2003-10-20 [alfons]     0.9.6claws37
1071
1072         * src/noticeview.c
1073                 fix invalid argument warning
1074         * src/pgpmime.c
1075                 no in place variable
1076
1077 2003-10-20 [paul]       0.9.6claws36
1078
1079         * src/compose.[ch]
1080           src/filtering.c
1081           src/messageview.c
1082                 fix crash when using Forward in Filtering when
1083                 external editor option is set
1084                 
1085                 Patch submitted by Simon 'corecode' Schubert
1086                 <corecode@corecode.ath.cx> 
1087
1088 2003-10-20 [paul]       0.9.6claws35
1089
1090         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
1091           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
1092           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
1093           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
1094           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
1095           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
1096           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
1097           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
1098           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
1099           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
1100           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
1101           src/mimeview.c
1102           src/stock_pixmap.[ch]
1103                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
1104                 icons. add privacy_warn.xpm icon
1105
1106 2003-10-20 [hoa]  0.9.6claws34
1107
1108         * src/folder_item_prefs.[ch]
1109         * src/prefs_folder_item.c
1110         * src/main.c
1111                 Added a property per folder to choose whether we 
1112                 want to apply processing on it on startup or if we
1113                 prefer to wait the folder selection to apply it.
1114         
1115         * src/messageview.c
1116                 fixed C89 compatibility (for old compilers, for
1117                 example gcc 2.95.x).
1118
1119 2003-10-17 [christoph]  0.9.6claws33
1120
1121         * src/mimeview.c
1122         * src/noticeview.[ch]
1123                 change noticeview icon to indicate signature status
1124
1125 2003-10-17 [christoph]  0.9.6claws32
1126
1127         * src/Makefile.am
1128         * src/main.c
1129         * src/mimeview.c
1130         * src/noticeview.c
1131         * src/pgpmime.[ch]                              ** NEW **
1132         * src/privacy.[ch]
1133         * src/rfc2015.c
1134         * src/sgpgme.c                                  ** NEW **
1135                 reimplement PGP/Mime signature checking (unfinished)
1136
1137 2003-10-15 [christoph]  0.9.6claws31
1138
1139         * src/procmime.[ch]
1140                 fix procmime_get_text_content() and
1141                 procmime_get_first_text_content()
1142
1143 2003-10-15 [christoph]  0.9.6claws30
1144
1145         * src/plugins/spamassassin/spamassassin_gtk.c
1146         * src/plugins/spamassassin/spamassassin_gtk.glade
1147                 fix timeout tooltip
1148
1149 2003-10-15 [paul]       0.9.6claws29
1150
1151         * src/messageview.c
1152                 workaround for buggy smtp servers. on sending a
1153                 return receipt strip the name part from the address
1154                 when creating headers
1155                 
1156 2003-10-15 [paul]       0.9.6claws28
1157
1158         * sync with 0.9.7 release
1159                 see ChangeLog 2003-10-15
1160
1161 2003-10-14 [christoph]  0.9.6claws27
1162
1163         * src/plugins/clamav/clamav_plugin.c
1164                 fix clamav plugin
1165
1166 2003-10-14 [christoph]  0.9.6claws26
1167
1168         * src/compose.c
1169         * src/mimeview.c
1170         * src/procmime.[ch]
1171         * src/rfc2015.c
1172         * src/textview.c
1173         * src/plugins/clamav/clamav_plugin.c
1174                 use GNode to create the mime tree (some changes to functions
1175                 that traverse the tree are just quick and dirty. Maybe we
1176                 can find better solutions with g_node_*-functions)
1177
1178 2003-10-14 [luke]       0.9.6claws25
1179
1180         * src/mimeview.c
1181                 fix a navigation bug (stupid typo of mine)
1182
1183 2003-10-14 [christoph]  0.9.6claws24
1184
1185         * src/textview.c
1186                 fix missing last line in plain/text mails
1187
1188 2003-10-13 [luke]       0.9.6claws23
1189
1190         * src/summaryview.c
1191                 fix bug 334 (part 1)
1192
1193 2003-10-13 [kov]        0.9.6claws22
1194
1195         * src/mimeview.c
1196                 error checking when the user enters a non-directory at
1197                 the file selection dialog.
1198                 work-around for users entering directory location without
1199                 adding a leading G_DIR_SEPARATOR.
1200
1201 2003-10-13 [luke]       0.9.6claws21
1202
1203         * src/compose.c
1204                 error reporting for inserting files, including catching
1205                 invalid characters for current locale/encoding
1206
1207 2003-10-13 [paul]       0.9.6claws20
1208
1209         * src/folderview.c
1210                 fix bug #347 'subscribe newsgroups crashes'
1211
1212 2003-10-13 [paul]       0.9.6claws19
1213
1214         * src/compose.c
1215                 when using 'Reply to all' include the 'send replies
1216                 to' folder property
1217                 
1218         * po/ja.po
1219                 update Japanese translation. submitted by Rui Hirokawa 
1220                 <rui_hirokawa@ybb.ne.jp>        
1221
1222 2003-10-13 [hoa]        0.9.6claws18
1223
1224         * src/account.c
1225         * src/compose.c
1226         * src/messageview.c
1227         * src/procheader.c
1228         * src/procheader.h
1229                 rename get_header_from_msginfo() into
1230                 procheader_get_header_from_msginfo() so that we have a
1231                 coherent exported naming.
1232                 avoid parsing of header contained in a string via
1233                 a newly written temporary file.
1234
1235         Patch submitted by Simon 'corecode' Schubert
1236                 <corecode@corecode.ath.cx>
1237
1238 2003-10-12 [hoa]        0.9.6claws17
1239
1240         * src/filtering.c
1241         * src/filtering.h
1242         * src/matcher.c
1243         * src/matcher.h
1244         * src/matcher_parser_parse.y
1245         * src/prefs_filtering_action.c
1246                 added "stop" action : stop applying the filtering rules.
1247                 added "set score" and "increase/decrease score" actions.
1248                 That two last action replace the "change_score" action
1249                 introduced by alfons in 0.8.8claws85.
1250                 "set score" is to set a given score to the message.
1251                 "increase/decrease score" will increase or decrease the
1252                 score if the given value is respectively positive or
1253                 negative. If someone find a some better name for this last
1254                 rule, it can be modified.
1255
1256 2003-10-12 [paul]       0.9.6claws16
1257
1258         * AUTHORS
1259           po/ja.po
1260                 update Japanese translation. submitted by Rui Hirokawa 
1261                 <rui_hirokawa@ybb.ne.jp>
1262
1263 2003-10-12 [christoph]  0.9.6claws15
1264
1265         * src/procmime.c
1266                 fix crash caused by incorrect headers
1267
1268 2003-10-10 [christoph]  0.9.6claws14
1269
1270         * src/main.c
1271         * src/privacy.[ch]
1272         * src/rfc2015.[ch]
1273                 implement detection of signed message parts for rfc2015
1274
1275 2003-10-10 [thorsten]   0.9.6claws13
1276
1277         * src/mimeview.c
1278                 fix typo
1279
1280 2003-10-10 [christoph]  0.9.6claws12
1281
1282         * src/stock_pixmap.[ch]
1283         * src/pixmaps/mime_message.xpm                  ** NEW **
1284                 add a new icon for mime type "message"
1285
1286         * src/privacy.[ch]
1287         * src/procmime.[ch]
1288                 add crypto api
1289
1290         * src/mimeview.c
1291                 o use crypto api
1292                 o add icons for message type mime parts
1293
1294 2003-10-10 [christoph]  0.9.6claws11
1295
1296         * src/mainwindow.c
1297         * src/messageview.[ch]
1298         * src/mimeview.[ch]
1299         * src/procmime.[ch]
1300         * src/procmsg.[ch]
1301         * src/rfc2015.c
1302         * src/summaryview.c
1303         * src/textview.[ch]
1304                 o remove switching between TextView and MimeView in MessageView
1305                   (if required we can hide the icon box and the MimeView will
1306                    look exaxtly like the TextView)
1307                 o temporary remove signature and decrypting GPGME code
1308
1309 2003-10-09 [christoph]  0.9.6claws10
1310
1311         * src/action.c
1312         * src/compose.c
1313         * src/messageview.c
1314         * src/mimeview.c
1315         * src/procmime.[ch]
1316         * src/procmsg.c
1317         * src/rfc2015.c
1318         * src/textview.c
1319         * src/common/utils.[ch]
1320         * src/plugins/clamav/clamav_plugin.c
1321         * src/plugins/dillo_viewer/dillo_viewer.c
1322         * src/plugins/image_viewer/viewer.c
1323         * src/plugins/mathml_viewer/mathml_viewer.c
1324                 new mime parser (several things need fixing)
1325
1326 2003-10-09 [paul]       0.9.6claws9
1327
1328         * src/imap.c
1329                 a little more sync with 0.9.6cvs2 and a tidy up
1330
1331 2003-10-08 [paul]       0.9.6claws8
1332
1333         * sync with 0.9.6cvs2
1334                 see ChangeLog 2003-10-03
1335
1336 2003-10-05 [christoph]  0.9.6claws7
1337
1338         * src/summaryview.c
1339                 don't use flags to check if a message is in a news folder
1340
1341         (closes Bug 282 clicking on folder with copied Messages from News
1342          immediately after having copied them crashes Sylpheed-Claws)
1343
1344 2003-10-05 [christoph]  0.9.6claws6
1345
1346         * src/Makefile.am
1347         * src/progressdialog.[ch]               ** REMOVE **
1348         * src/gtk/Makefile.am
1349         * src/gtk/progressdialog.[ch]           ** NEW **
1350                 move progressdialog to gtk directory
1351
1352 2003-10-04 [christoph]  0.9.6claws5
1353
1354         * src/prefs_toolbar.c
1355         * src/gtk/prefswindow.c
1356                 remove widget_show_all for pages root widget
1357
1358         * src/plugins/spamassassin/spamassassin.[ch]
1359         * src/plugins/spamassassin/spamassassin_gtk.c
1360         * src/plugins/spamassassin/spamassassin_gtk.glade
1361                 add support for new libspamc transports
1362
1363 2003-10-04 [christoph]  0.9.6claws4
1364
1365         * src/plugins/spamassassin/libspamc.[ch]
1366         * src/plugins/spamassassin/spamassassin.c
1367         * src/plugins/spamassassin/utils.[ch]
1368                 update libspamc to version from SpamAssassin 2.60
1369
1370 2003-10-03 [christoph]  0.9.6claws3
1371
1372         * src/send_message.c
1373                 fix missing format string bug found by
1374                 Georgi Guninski <guninski@guninski.com>
1375
1376 2003-10-03 [paul]       0.9.6claws2
1377
1378         * po/zh_CN.po
1379                 update Simpilified Chinese translation, submitted by
1380                 Hansom Young
1381
1382 2003-10-02 [christoph]  0.9.6claws1
1383
1384         * src/imap.c
1385                 add UIDPLUS support for COPY and EXPUNGE
1386
1387 2003-10-02 [paul]       0.9.6claws
1388
1389         * 0.9.6claws released
1390
1391 2003-10-02 [paul]
1392
1393         * po/es.po
1394           po/sk.po
1395                 update Spanish and Slovak translations
1396                 submitted by Ricardo Mones Lastra and Andrej Kacian
1397  
1398 2003-10-02 [paul]       0.9.5claws43
1399
1400         * po/en_GB.po
1401                 update British English translation
1402
1403 2003-10-02 [paul]       0.9.5claws42
1404
1405         * po/hr.po
1406                 update Croatian translation, submitted by Dragan
1407
1408 2003-10-01 [paul]       0.9.5claws41
1409
1410         * po/pl.po
1411           po/sr.po
1412                 update Polish and Serbian translations, submitted by
1413                 Emil and Urke MMI
1414
1415 2003-10-01 [melvin]     0.9.5claws40
1416
1417         * po/fr.po
1418                 Updated French translations
1419
1420 2003-10-01 [melvin]     0.9.5claws39
1421
1422         * src/prefs_fonts.c
1423                 Fixed a Gtk warning
1424
1425         * src/plugins/dillo_prefs.c     
1426                 Quasi unnoticeable UI clean-up.
1427
1428 2003-10-01 [paul]
1429
1430         * tools/README
1431           tools/maildir2sylpheed.pl
1432                 bug fixes, rewrites, submitted by Matthias Förste 
1433                 <itsjustme@users.sourceforge.net>
1434
1435 2003-09-29 [paul]       0.9.5claws38
1436
1437         * src/inc.c
1438                 fix my coding carelessness
1439
1440 2003-09-29 [paul]       0.9.5claws37
1441
1442         * po/POTFILES.in
1443           src/Makefile.am
1444           src/main.c
1445           src/prefs_common.[ch]
1446           src/prefs_fonts.[ch]  ** NEW FILES **
1447                 move Font config options to Other Prefs/Display/Fonts
1448                 (user's current configuration is preserved)
1449
1450 2003-09-29 [paul]       0.9.5claws36
1451
1452         * src/inc.c
1453           src/prefs_account.c
1454                 allow 'local_mbox' value to point to either a directory 
1455                 (/var/mail -  default, new) or a file (/var/mail/username
1456                 - original)
1457
1458 2003-09-28 [paul]       0.9.5claws35
1459
1460         * src/rfc2015.c
1461                 on signature check, where key exists, print the
1462                 Key ID
1463
1464 2003-09-27 [alfons]     0.9.5claws34
1465
1466         * src/action.c
1467                 o make progress bar not fill/expand when resizing dialog
1468                 o use default fixed text font for actions output
1469
1470 2003-09-27 [paul]       0.9.5claws33
1471
1472         * src/prefs_common.[ch]
1473           src/procmsg.c
1474           src/send_message.c
1475                 remove External Program settings from Common Prefs/Send
1476                 as they are now unnecessary due to Local account settings.
1477                 plus a little tidying-up after 0.9.5claws31
1478
1479 2003-09-27 [paul]       0.9.5claws32
1480
1481         * src/prefs_account.c
1482                 o make correction to gui text:
1483                   'Local mailbox file' -> 'Local mailbox directory'
1484                 o give 'local_mbox' option a reasonable default value:
1485                   '/var/mail'
1486                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
1487                   value
1488
1489 2003-09-26 [paul]       0.9.5claws31
1490
1491         * src/inc.c
1492           src/prefs_common.[ch]
1493                 remove 'Incorporate from spool' common pref,
1494                 force creation of a 'Local' account
1495
1496 2003-09-26 [christoph]  0.9.5claws30
1497
1498         * src/folder.c
1499         * src/msgcache.c
1500                 add more NULL pointer checks
1501
1502 2003-09-25 [christoph]  0.9.5claws29
1503
1504         * src/folder.c
1505                 o don't fetch source message to get it's message id
1506                 o immediately scan dest folder when copying a message did not
1507                   return a new message number and not do it when the first message
1508                   without a new message number is found
1509
1510 2003-09-23 [christoph]  0.9.5claws28
1511
1512         * src/compose.c
1513                 fix generating of headers
1514
1515         (patch by David Relson <relson@osagesoftware.com>)
1516
1517 2003-09-23 [paul]       0.9.5claws27
1518
1519         * po/zh_CN.po
1520                 update Simplified Chinese translation. submitted by
1521                 Hansom Young
1522
1523 2003-09-23 [paul]       0.9.5claws26
1524
1525         * tools/Makefile.am
1526           tools/README
1527           tools/vcard2xml.py    ** NEW FILE **
1528                 add a script that converts an evolution vcard to
1529                 sylpheed's xml format
1530                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
1531
1532 2003-09-22 [paul]       0.9.5claws25
1533
1534         * src/plugins/clamav/clamav_plugin.c
1535                 don't skip MULTIPART parts
1536
1537 2003-09-21 [christoph]  0.9.5claws24
1538
1539         * src/alertpanel.c
1540                 remove unneeded include
1541
1542         * src/folder.c
1543                 clean up copy/move mess with duplicated code
1544
1545         * src/imap.c
1546                 fix problem that sometimes the folder was not scanned
1547                 also it was changed
1548
1549 2003-09-21 [christoph]  0.9.5claws23
1550
1551         * src/Makefile.am
1552         * src/logwindow.[ch]                    ** REMOVE **
1553         * src/mainwindow.c
1554         * src/prefs_common.c
1555         * src/gtk/Makefile.am
1556         * src/gtk/logwindow.[ch]                ** ADD **
1557                 make logwindow prefs_common independent and move
1558                 it to gtk directory
1559
1560 2003-09-20 [christoph]  0.9.5claws22
1561
1562         * src/compose.c
1563                 add extra space for address code conversion
1564                 (4 * unconvered size could be too small for short headers)
1565
1566 2003-09-20 [christoph]  0.9.5claws21
1567
1568         * src/compose.c
1569                 increase temp buffer size when writing headers
1570
1571 2003-09-19 [darko]      0.9.5claws20
1572
1573         * src/compose.c
1574                 don't ignore value of 'Save copy of outgoing messages to
1575                 this folder instead of Sent' in message redirect
1576
1577 2003-09-17 [christoph]  0.9.5claws19
1578
1579         * src/compose.c
1580                 use ", " as address seperator for mail headers and pass whole
1581                 header line at once to compose_convert_header to make sure
1582                 it is correctly folded
1583
1584         (closes Bug 64 Problem when sending to many recipients)
1585
1586 2003-09-17 [hoa]        0.9.5claws18
1587         
1588         * src/matcher.[ch]
1589           src/matcher_parser_parse.y
1590           src/prefs_matcher.c
1591                 changed the keyword used for command execution in condition
1592                 keyword is changed from "execute" to "test"
1593                 so that it is not the same as the one used for action.
1594                 This will fix a bug when using filtering dialog.
1595                 All semantic in the code is also changed to reflect
1596                 the keyword change.
1597
1598 2003-09-17 [paul]
1599         
1600         * sync with 0.9.6 release
1601
1602 2003-09-17 [paul]       0.9.5claws17
1603
1604         * sync with 0.9.5cvs8
1605                 see ChangeLog 2003-09-16 and 2003-09-17
1606
1607 2003-09-16 [paul]       0.9.5claws16
1608
1609         * sync with 0.9.5cvs6
1610                 see ChangeLog 2003-09-16
1611
1612 2003-09-15 [paul]       0.9.5claws15
1613
1614         * sync with 0.9.5cvs5
1615                 see ChangeLog 2003-09-15
1616
1617 2003-09-14 [alfons]     0.9.5claws14
1618
1619         * src/inc.c
1620                 make "Go to inbox after receiving new mail" again;
1621                 regression of a sync, restored to sylpheed main 
1622                 behaviour. (misses still some bits)
1623
1624 2003-09-14 [alfons]     0.9.5claws13
1625
1626         * src/prefs_filtering_action.c
1627                 o add proper message if empty execute command line
1628                 o don't select first action item after registering a
1629                   new action to prevent (what seems to be a GTK) bug
1630                   #36, "filtering will only accept one action change 
1631                   per invocation".
1632
1633 2003-09-14 [alfons]     0.9.5claws12
1634
1635         * src/prefs_filtering.c
1636         * src/prefs_filtering_action.c
1637         * src/prefs_matcher.c
1638                 fix function signature for key_pressed_event signal handlers
1639
1640 2003-09-14 [alfons]     0.9.5claws11
1641
1642         * src/mainwindow.c
1643                 fix regression caused by fix for invalid bug #7
1644                 (should fix #246, "Multiple selections are deselected when 
1645                 moving from search window to main window")
1646                 
1647 2003-09-14 [alfons]     0.9.5claws10
1648         
1649         * src/actions.[ch]
1650         * src/filtering.[ch]
1651         * src/prefs_actions.c
1652                 allow `filtering actions` in actions; only for advanced users
1653                 right now: try for example, "%as{mark color 2}" 
1654         
1655 2003-09-13 [paul]       0.9.5claws9
1656         
1657         * po/pl.po
1658           po/zh_CN.po   ** NEW FILE **
1659                 update Polish translation, submitted by Emil 
1660                 <eminowbl@posejdon.wpk.p.lodz.pl>
1661                 add new Simplified Chinese translation, submitted by
1662                 Hansom Young <hansom_young@yahoo.com>
1663
1664 2003-09-12 [alfons]     0.9.5claws8
1665
1666         * src/summaryview.c
1667                 don't open separate message views when View | Separate message view
1668                 is active 
1669                 (please look carefully for any navigation regressions)
1670
1671 2003-09-11 [alfons]     0.9.5claws7
1672
1673         * src/mainwindow.c
1674                 make default message view, opened by View | Separate message 
1675                 view, look like a claws message view (which includes a menu
1676                 bar and a toolbar)
1677                 (fixes bug #298, "message view loses tool bar") 
1678
1679 2003-09-11 [christoph]  0.9.5claws6
1680
1681         * src/folderview.c
1682                 fix double deleting of newsgroup folders
1683
1684         (closes Bug 305 crash after deleting of a newsgroup)
1685
1686 2003-09-11 [paul]       0.9.5claws5
1687
1688         * src/rfc2015.c
1689           src/common/utils.h
1690                 more sync'ing from 0.9.5cvs2
1691
1692 2003-09-11 [christoph]  0.9.5claws4
1693
1694         * src/compose.c
1695         * src/rfc2015.c
1696         * src/common/utils.h
1697                 fix sync with 0.9.5cvs2
1698
1699 2003-09-11 [paul]       0.9.5claws3
1700
1701         * sync with 0.9.5cvs4
1702                 see ChangeLog 2003-09-11
1703
1704 2003-09-11 [paul]       0.9.5claws2
1705
1706         * sync with 0.9.5cvs2
1707                 see ChangeLog 2003-09-05
1708                 
1709 2003-09-11 [paul]       0.9.5claws1
1710
1711         * sync with 0.9.5cvs3
1712                 see ChangeLog 2003-09-10
1713
1714 2003-09-10 [paul]       0.9.5claws
1715
1716         * 0.9.5claws released
1717
1718 2003-09-10 [paul]       0.9.4claws78
1719
1720         * src/Makefile.am
1721                 add missing files
1722
1723 2003-09-10 [melvin]     0.9.4claws77
1724
1725         * po/fr.po
1726                 Updated French translations
1727
1728 2003-09-10 [paul]       0.9.4claws76
1729
1730         * po/es.po
1731           po/sk.po
1732           po/sr.po
1733                 update Spanish, Slovak, and Serbian translations.
1734                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1735                 and Urke MMI
1736                 
1737         * AUTHORS
1738                 add translation team section
1739
1740 2003-09-09 [christoph]  0.9.4claws75
1741
1742         * src/folder.c
1743                 free item->prefs in folder_item_destroy
1744
1745 2003-09-09 [alfons]     0.9.4claws74
1746
1747         * src/folderview.c
1748                 o proper check for root node sorting
1749                 o remove unnecessary gtk_ctree_remove_node 
1750
1751         (should fix bug #300, "crash while moving folder")      
1752
1753 2003-09-08 [christoph]  0.9.4claws73
1754
1755         * src/folderview.c
1756                 o fix double adding of IMAP FolderItems to GtkCTree
1757                 o fix crash then mbox folder is removed
1758
1759 2003-09-08 [christoph]  0.9.4claws72
1760
1761         * src/folder.c
1762         * src/folderview.c
1763         * src/mainwindow.c
1764                 fix new folder notification
1765
1766         * src/mbox_folder.c
1767                 fix cache path
1768
1769 2003-09-08 [christoph]  0.9.4claws71
1770
1771         * src/compose.c
1772                 replace '\n' and '\r' before removing trailing spaces
1773
1774         * src/folder.[ch]
1775         * src/folderview.c
1776                 add information about new or removed items in folder tree change
1777                 notification and use this in folderview to add and remove only
1778                 the appected items and not refresh the whole tree
1779
1780 2003-09-07 [match]      0.9.4claws70
1781
1782         * src/Makefile.am
1783         * src/addr_compl.c
1784         * src/addressbook.c
1785         * src/addressitem.h
1786         * src/addrindex.c
1787         * src/addritem.c
1788         * src/addritem.h
1789         * src/addrquery.c                       ** NEW **
1790         * src/addrquery.h
1791         * src/ldapquery.c
1792         * src/ldapserver.c
1793         * src/stock_pixmap.c
1794         * src/stock_pixmap.h
1795         * src/pixmaps/address_search.xpm        ** NEW **
1796                 re-introduce Lookup button for LDAP 'static' searches.
1797
1798 2003-09-07 [alfons]     0.9.4claws69
1799         
1800         * src/summaryview.c
1801                 abandon setting usize for messageview because it gives layout problems
1802                 with the quick search bar and the headerview; fixes assorted UI glitches:
1803                 
1804                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1805                 o bug #280, "Window resiizes for line length but does not revert"
1806
1807 2003-09-07 [christoph]  0.9.4claws68
1808
1809         * src/compose.c
1810                 o make sure we don't have any newlines in header values
1811                 o check custom headers for spaces and newlines and ignore
1812                   malformed header names
1813
1814 2003-09-06 [christoph]  0.9.4claws67
1815
1816         * src/folder.c
1817         * src/folderview.c
1818                 invoke notification hook for folder tree changes after append
1819                 and remove folder
1820
1821         (closes Bug 294 Crash while moving folder with many subdirectories)
1822
1823 2003-09-06 [christoph]  0.9.4claws66
1824
1825         * src/folder.c
1826                 destroy folder's MsgCache if FolderItem is removed to make sure
1827                 it is not saved when the FolderItem is destroyed
1828
1829 2003-09-06 [christoph]  0.9.4claws65
1830
1831         * src/plugins/clamav/clamav_plugin.c
1832                 fix copy & paste bug
1833
1834 2003-09-05 [christoph]  0.9.4claws64
1835
1836         * src/folder.c
1837         * src/messageview.[ch]
1838         * src/procmsg.[ch]
1839         * src/summaryview.c
1840                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1841                 by MessageView to clear it when the message is deleted. Should
1842                 work even if messages are deleted in MainWindow or by
1843                 processing.
1844
1845 2003-09-05 [alfons]     0.9.4claws63
1846
1847         * src/messageview.c
1848                 deleting a message in a message view frees its msginfo, make 
1849                 messageview_update_all() aware of that (should fix bug #293,
1850                 "deleting message caused crash")
1851
1852 2003-09-05 [melvin]     0.9.4claws62
1853
1854         * src/action.c
1855                 Improve synchronous action exit code (fixes 
1856                 a ~5 seconds delay after action exit on RedHat 9)
1857
1858 2003-09-04 [christoph]  0.9.4claws61
1859
1860         * src/compose.c
1861         * src/rfc2015.c
1862         * src/common/utils.[ch]
1863                 add util function to create mime boundary and use it
1864                 in compose and gpg code
1865
1866 2003-09-04 [alfons]     0.9.4claws60
1867
1868         * src/folder.c
1869                 source folder item's GNode should already have been freed in 
1870                 a previous call to src->folder->klass->remove_folder()
1871                 (should fix bug #287, "crash when moving folders")
1872
1873 2003-09-03 [thorsten]   0.9.4claws59
1874
1875         * src/plugins/spamassassin/spamassassin_gtk.c
1876                 fix compile error
1877
1878 2003-09-03 [christoph]  0.9.4claws58
1879
1880         * src/plugins/spamassassin/spamassassin.[ch]
1881         * src/plugins/spamassassin/spamassassin_gtk.c
1882                 add timeout config option
1883
1884 2003-09-03 [paul]       0.9.4claws57
1885
1886         * po/sk.po      ** NEW FILE **
1887                 add Slovak translation. Submitted by Andrej Kacian 
1888                 <andrej@kacian.sk>
1889
1890 2003-09-03 [paul]       0.9.4claws56
1891
1892         * src/plugins/clamav/clamav_plugin_gtk.c
1893                 gui tweaks: replace a label with a tooltip, modify the
1894                 text, use gtk_check_button_new(); instead of
1895                 gtk_check_button_new_with_label("");
1896
1897 2003-09-02 [alfons]     0.9.4claws55
1898
1899         * src/gtk/filesel.c
1900                 remember last used dir when attaching multiple files (should fix
1901                 bug #290, "Attach File does not remember directory")
1902
1903 2003-09-01 [paul]       0.9.4claws54
1904
1905         * po/es.po
1906                 updated by Ricardo Mones Lastra
1907
1908 2003-09-01 [alfons]     0.9.4claws53
1909
1910         * src/gtk/gtkaspell.[ch]
1911                 be pedantic and strict and use const gchar * instead of guchar *
1912
1913 2003-09-01 [alfons]     0.9.4claws52
1914
1915         * src/mainwindow.c
1916         * src/summaryviewc.
1917                 re-enable Save As when multiple messages are selected
1918
1919 2003-09-01 [paul]       0.9.4claws51
1920
1921         * src/textview.c
1922                 g_free(trimmed_uri);
1923
1924 2003-09-01 [paul]       0.9.4claws50
1925
1926         * sync with 0.9.4cvs13
1927                 see ChangeLog 2003-09-01
1928
1929 2003-09-01 [paul]       0.9.4claws49
1930
1931         * src/textview.c
1932                 trim uri before sending to the statusbar
1933                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1934                 in the message window causes main S-C window to enlarge 
1935                 past screen edges'
1936
1937 2003-09-01 [paul]       0.9.4claws48
1938
1939         * sync with 0.9.4cvs12
1940                 see ChangeLog 2003-09-01
1941
1942 2003-08-30 [christoph]  0.9.4claws47
1943
1944         * src/compose.c
1945         * src/folder_item_prefs.[ch]
1946         * src/prefs_folder_item.c
1947         * src/gtk/gtkaspell.[ch]
1948                 commit per folder dictionary patch by
1949                 Paul Evans <nerd@freeuk.com>
1950
1951 2003-08-30 [christoph]  0.9.4claws46
1952
1953         * src/plugins/spamassassin/spamassassin_gtk.c
1954         * src/plugins/spamassassin/spamassassin_gtk.glade
1955                 reduce GUI clutter by placing hints into tooltips
1956
1957 2003-08-30 [paul]       0.9.4claws45
1958
1959         * src/compose.c
1960                 add 'Content-Disposition: inline' to a text/plain
1961                 part when using PGP/MIME signing
1962
1963 2003-08-30 [paul]       0.9.4claws44
1964
1965         * src/prefs_common.c
1966           src/prefs_spelling.c
1967           src/prefs_spelling.glade
1968                 reduce GUI clutter by placing hints into tooltips
1969
1970 2003-08-29 [christoph]  0.9.4claws43
1971
1972         * configure.ac
1973                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1974
1975         * src/stock_pixmap.c
1976                 change unecessary warning into a debug message
1977
1978         * src/plugins/clamav/Makefile.am
1979                 Fix error "-I$(CLAMAV_LIBS)"
1980
1981 2003-08-29 [christoph]  0.9.4claws42
1982
1983         * intl/Makefile.in
1984         * src/Makefile.am
1985         * src/matcher.h
1986         * src/common/Makefile.am
1987         * src/common/passcrypt.c
1988                 commit fixes and patches for some of the IRIX problems found by
1989                 Ivan Rayner <ivanr@sgi.com>
1990
1991 2003-08-29 [paul]       0.9.4claws41
1992
1993         * src/prefs_filtering.c
1994                 add 'Top' and 'Bottom' buttons, based on changes in
1995                 src/prefs_filter.c in 0.9.4cvs11.
1996
1997 2003-08-27 [christoph]  0.9.4claws40
1998
1999         * src/folderview.c
2000                 fix bug that the current summary settings were copied to the
2001                 wrong folder item, when the folder item prefs are opened.
2002                 Copying is not required because summary settings and
2003                 folder_item_prefs do not contain the same settings
2004
2005 2003-08-27 [thorsten]   0.9.4claws39
2006
2007         * src/imap.c
2008                 fix compile error
2009
2010 2003-08-26 [paul]       0.9.4claws38
2011
2012         * sync with 0.9.4cvs9
2013                 see ChangeLog 2003-08-26
2014
2015 2003-08-25 [paul]       0.9.4claws37
2016
2017         * sync with 0.9.4cvs8
2018                 see ChangeLog 2003-08-25
2019
2020 2003-08-24 [christoph]  0.9.4claws36
2021
2022         * src/prefs_filtering.c
2023                 shouldn't remove items from a GSList while iterating over the
2024                 list (makes cur invalid and cur->next not accessable)
2025
2026         (closes Bug 272 i deleted an folder and some seconds later sylpheed
2027          crashed)
2028
2029 2003-08-23 [christoph]  0.9.4claws35
2030
2031         * src/news.c
2032                 news folders should be scanned when opened
2033
2034 2003-08-22 [christoph]  0.9.4claws34
2035
2036         * src/prefs_folder_item.c
2037                 use macro to assign strings that always frees the old string
2038
2039         * src/gtk/gtkaspell.[ch]
2040                 add gtkaspell_set_dictionary_menu_active_item() to set active
2041                 item in dictionary option menu
2042
2043         * src/prefs_spelling.c
2044                 use gtkaspell_set_dictionary_menu_active_item() to select
2045                 dictionary
2046
2047 2003-08-21 [christoph]  0.9.4claws33
2048
2049         * src/folder.[ch]
2050         * src/imap.c
2051         * src/mbox_folder.c
2052         * src/mh.c
2053         * src/news.c
2054                 optimize folder system
2055
2056         * src/gtk/gtkstext.c
2057                 fix division by zero when font has 0 width for ' '
2058
2059 2003-08-21 [paul]       0.9.4claws32
2060
2061         * sync with 0.9.4cvs7
2062                 see ChangeLog 2003-08-20
2063
2064 2003-08-19 [paul]       0.9.4claws31
2065
2066         * src/common/defs.h
2067                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
2068                 SYLDOC_FAQ_HTML_INDEX.
2069         * src/manual.c
2070                 use LC_MESSAGES instead of LC_ALL to find the current
2071                 language
2072
2073           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
2074
2075 2003-08-19 [paul]       0.9.4claws30
2076
2077         * po/bg.po
2078                 updated by George Danchev
2079
2080 2003-08-18 [luke]       0.9.4claws29
2081         * src/mimeview.[ch]
2082         * src/gtk/gtkvscrollbutton.[ch]
2083                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
2084                   dependencies; do it the GTK way; reduce code -14/+2 lines)
2085                 o removed horizontal separator between icons
2086
2087 2003-08-17 [christoph]  0.9.4claws28
2088
2089         * src/procmsg.c
2090                 no subject threading when the subject has no reply prefix
2091
2092 2003-08-16 [christoph]  0.9.4claws27
2093
2094         * src/mainwindow.c
2095                 remember and restore window sizes and position when the main
2096                 window is hidden or shown
2097
2098         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
2099          minimised/reopened using trayicon)
2100
2101 2003-08-16 [paul]       0.9.4claws26
2102
2103         * src/crash.c
2104                 add #include "defs.h"
2105
2106 2003-08-16 [paul]       0.9.4claws25
2107
2108         * src/plugins/clamav/clamav_plugin.c
2109                 reword a debug_print
2110                 
2111         * src/plugins/dillo_viewer/dillo_prefs.c
2112                 cosmetic: change the labels' text, add tooltips, and
2113                 left-align the hint
2114
2115 2003-08-15 [christoph]  0.9.4claws24
2116
2117         * src/news.c
2118                 complete last change (forgot some changes)
2119
2120 2003-08-15 [christoph]  0.9.4claws23
2121
2122         * src/news.c
2123                 o check number of messages and don't return a 0 message
2124                   when no messages are available
2125                 o don't parse xref header anymore
2126
2127         (closes Bug 203 I'm not getting any news)
2128
2129 2003-08-15 [paul]       0.9.4claws22
2130
2131         * src/common/defs.h
2132           src/crash.c
2133                 update and define claws bugzilla location
2134
2135 2003-08-15 [paul]       0.9.4claws21
2136
2137         * po/ru.po
2138                 update submitted by Ruslan N. Balkin
2139
2140 2003-08-14 [christoph]  0.9.4claws20
2141
2142         * src/procmsg.c
2143                 fix search for oldest node in subject threading
2144
2145 2003-08-14 [christoph]  0.9.4claws19
2146
2147         * src/procmsg.c
2148         * src/common/utils.h
2149                 add possibility to check all nodes with the same subject for
2150                 subject threading, not only the oldest node. Should not break
2151                 threads anymore if the oldest node is thread_by_subject_max_age
2152                 days older then parent, because it can now find a child of
2153                 oldest node as new parent.
2154
2155 2003-08-11 [christoph]  0.9.4claws18
2156
2157         * src/plugins/spamassassin/spamassassin.c
2158                 run spam check in background process
2159
2160 2003-08-10 [alfons]     0.9.4claws17
2161
2162         * src/summaryview.c
2163                 make `Select All' sensitive too
2164
2165 2003-08-10 [christoph]  0.9.4claws16
2166
2167         * src/imap.c
2168                 add more checks in imap_close
2169
2170 2003-08-09 [alfons]     0.9.4claws15
2171
2172         * src/prefs_spelling.c
2173                 no spell checking UI if not requested
2174
2175 2003-08-09 [alfons]     0.9.4claws14
2176
2177         * src/gtk/prefswindow.c
2178                 make it compile
2179
2180 2003-08-09 [christoph]  0.9.4claws13
2181
2182         * src/prefs_spelling.c
2183         * src/gtk/prefswindow.[ch]
2184         * src/plugins/clamav/clamav_plugin_gtk.c
2185         * src/plugins/spamassassin/spamassassin_gtk.c
2186                 sort prefs pages by heighest weight in tree
2187
2188 2003-08-09 [paul]       0.9.4claws12
2189
2190         * sync with 0.9.4cvs6
2191                 see ChangeLog 2003-08-07
2192                 
2193         * AUTHORS
2194                 add Leandro and Luke to claws-branch section
2195
2196 2003-08-09 [christoph]  0.9.4claws11
2197
2198         * src/gtk/Makefile.am
2199         * src/gtk/colorsel.[ch]                 ** NEW **
2200                 create a color selection dialog that can be used as a simple
2201                 function call with it's own gtk main loop like filesel.[ch]
2202
2203         * src/Makefile.am
2204         * src/main.c
2205         * src/prefs_common.c
2206         * src/prefs_spelling.[ch]               ** NEW **
2207         * src/prefs_spelling.glade              ** NEW **
2208         * src/gtk/gtkutils.[ch]
2209                 move "Spell Checker" prefs to new prefs dialog
2210
2211         * src/prefs_folder_item.c
2212                 use new colorsel dialog
2213
2214 2003-08-08 [paul]       0.9.4claws10
2215
2216         * src/inc.c
2217                 clear the progress bar unconditionally
2218
2219 2003-08-08 [paul]       0.9.4claws9
2220
2221         * sync with 0.9.4cvs4
2222                 see ChangeLog 2003-07-31
2223
2224 2003-08-07 [christoph]  0.9.4claws8
2225
2226         * configure.ac
2227                 fix bug in image viewer plugin part
2228
2229         * src/imap.c
2230                 don't execute close command if the folder item is not selected
2231
2232 2003-08-07 [hoa]        0.9.4claws7
2233
2234         * src/filtering.[ch]
2235         * src/matcher_parser.h
2236         * src/matcher_parser_parse.y
2237                 can define several actions for each filtering rule
2238                 can import old versions of filtering rules
2239
2240         * src/prefs_filtering.c
2241                 call to a new dialog box to define actions
2242
2243         * src/prefs_filtering_action.[ch]
2244                 dialog box to define actions for filtering rules
2245
2246 2003-08-06 [christoph]  0.9.4claws6
2247
2248         * src/imap.c
2249                 make sure source folder is selected when copying messages
2250
2251 2003-08-06 [christoph]  0.9.4claws5
2252
2253         * sync with 0.9.4cvs2
2254                 see ChangeLog 2003-07-29                
2255
2256 2003-08-05 [paul]       0.9.4claws4
2257
2258         * sync with 0.9.4cvs3
2259                 see ChangeLog 2003-07-30
2260
2261 2003-08-04 [match]      0.9.4claws3
2262
2263         * po/POTFILES.in
2264                 export of LDIF files.
2265
2266 2003-08-04 [match]      0.9.4claws2
2267
2268         * src/ldif.[ch]
2269                 support for export LDIF. documented.
2270         * src/importldif.[ch]
2271         * src/exportldif.[ch]
2272                 add tooltips. documented.
2273         * src/exphtmldlg.[ch]
2274         * src/common/xmlprops.[ch]
2275                 documented.
2276         * src/exportldif.[ch]                   ** NEW **
2277         * src/expldifdlg.[ch]                   ** NEW **
2278         * src/addressbook.[ch]
2279         * src/Makefile.am
2280                 export of LDIF files.
2281                 documented.
2282
2283 2003-08-04 [christoph]  0.9.4claws1
2284
2285         * .cvsignore
2286         * Makefile.am
2287         * configure.ac
2288         * sylpheed-claws.pc.in                  ** NEW **
2289         * src/Makefile.am
2290         * src/common/Makefile.am
2291         * src/gtk/Makefile.am
2292                 install sylpheed header files in $(pkgincludedir) and create a
2293                 pkg-config file to allow building a plugin without the source
2294                 package
2295
2296 2003-08-04 [paul]       0.9.4claws
2297
2298         * version 0.9.4claws
2299
2300 2003-08-04 [paul]       0.9.3claws97
2301
2302         * po/es.po
2303                 update Spanish translation. Submitted by Ricardo
2304                 Mones Lastra.
2305
2306 2003-08-03 [paul]       0.9.3claws96
2307
2308         * po/hr.po
2309           po/sr.po
2310                 update Croatian and Serbian translations. Submitted by
2311                 Dragan and Urke MMI respectively
2312
2313 2003-08-03 [alfons]     0.9.3claws95
2314
2315         * src/summaryview.c
2316                 mark flag has precedence over important flag - seems
2317                 to have been changed in sync of 0.9.3claws45. this fixes
2318                 a regression where messages that were scored as important
2319                 don't show their mark flags. (using the same column for
2320                 both importance as mark flags is the real problem
2321                 ofcourse)
2322
2323 2003-08-03 [melvin]     0.9.3claws94
2324
2325         * po/fr.po
2326                 Updated French translations.
2327
2328 2003-08-03 [melvin]     0.9.3claws93
2329
2330         * src/Makefile.am
2331                 Fixed typo introduced after 0.9.3claws92 
2332                 that prevented compilation
2333                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2334                 CPPFLAGS and YFLAGS to allow user setting these.
2335         * src/common/Makefile.am
2336         * src/gtk/Makefile.am
2337         * src/plugins/clamav/Makefile.am
2338         * src/plugins/demo/Makefile.am
2339         * src/plugins/dillo_viewer/Makefile.am
2340         * src/plugins/image_viewer/Makefile.am
2341         * src/plugins/mathml_viewer/Makefile.am
2342         * src/plugins/spamassassin/Makefile.am
2343         * src/plugins/trayicon/Makefile.am
2344         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2345                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
2346                 CPPFLAGS and YFLAGS to allow user setting these.
2347
2348 2003-08-02 [christoph]  0.9.3claws92
2349
2350         * configure.ac
2351                 o rearrange plugin tests
2352                 o add test for clamav.h to ClamAV tests
2353
2354 2003-08-02 [luke]       0.9.3claws91
2355
2356         * src/mimeview.c
2357                 o fixed appearance of icon list when toggling back from the 
2358                   ctree
2359                 o toggling of icons using the keyboard works correctly
2360                 o fixed all other keyboard shortcuts to work when icons are
2361                   active
2362         
2363         * src/messageview.c
2364                 o fixed bug 4 - focus lost when changing messageview view type
2365
2366 2003-08-02 [christoph]  0.9.3claws90
2367
2368         * src/common/hooks.c
2369                 fix crash when pointer stored in hash table could get invalid
2370                 when a plugin is unloaded
2371
2372 2003-08-01 [christoph]  0.9.3claws89
2373
2374         * configure.ac
2375                 o try to build all plugins (except spamassassin) by default
2376                 o don't build a plugin if a dependency check fails
2377
2378         * src/common/hooks.c
2379                 fix warning
2380
2381 2003-08-01 [match]      0.9.3claws88
2382
2383         * src/importldif.c
2384                 allow single click field selection. document code.
2385
2386 2003-08-01 [christoph]  0.9.3claws87
2387
2388         * src/plugins/clamav/clamav_plugin.c
2389         * src/plugins/clamav/clamav_plugin_gtk.c
2390         * src/plugins/dillo_viewer/dillo_viewer.c
2391         * src/plugins/image_viewer/plugin.c
2392         * src/plugins/mathml_viewer/mathml_viewer.c
2393         * src/plugins/spamassassin/spamassassin.c
2394         * src/plugins/spamassassin/spamassassin_gtk.c
2395         * src/plugins/trayicon/trayicon.c
2396                 add version check to all plugins
2397
2398 2003-08-01 [hoa]        0.9.3claws86
2399
2400         * src/prefs_filtering.c
2401                 fixed a cosmetic bug, during creation of dialog box,
2402                 wrong widgets were shown after creation.
2403
2404 2003-08-01 [luke]       0.9.3claws85
2405
2406         * src/mainwindow.c
2407                 o fixed visibility of icons/mimeview after toggling separate
2408                   message/folder view (factored out some similar code too).
2409
2410
2411 2003-07-31 [alfons]     0.9.3claws84
2412
2413         * src/mimeview.c
2414                 tweak icon box UI a bit more, now allowing right-clicks actions
2415                 getting the relevant mime data too; should fix #250, "Can't save 
2416                 attachments sometimes".
2417
2418 2003-07-30 [alfons]     0.9.3claws83
2419
2420         * src/compose.c
2421                 don't do auto-save-draft inside key press handler, but rather
2422                 schedule it half of a second later; should fix #67, "autosave 
2423                 make re-rediting message crazy"
2424
2425 2003-07-30 [christoph]  0.9.3claws82
2426
2427         * src/plugins/trayicon/trayicon.c
2428                 process pending events before unloading the plugin
2429
2430         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
2431
2432 2003-07-30 [alfons]     0.9.3claws81
2433
2434         * src/common/hooks.c
2435                 parameter 2 of g_hook_destroy() should really be a hook id
2436
2437 2003-07-30 [alfons]     0.9.3claws80
2438
2439         * src/common/plugin.c
2440                 fix a possibly harmful function signature mismatch 
2441                 for plugin_done
2442
2443 2003-07-30 [alfons]     0.9.3claws79
2444
2445         * src/common/hooks[.ch]
2446                 const correctness
2447
2448 2003-07-30 [darko]      0.9.3claws78
2449
2450         * src/summaryview.c
2451                 make it compile again
2452
2453 2003-07-30 [luke]       0.9.3claws77
2454
2455         * src/crash.c
2456         * src/main.c
2457                 o added/moved signal handlers for SIGTERM (normal kill command) 
2458                   and SIGINT (ctl-c) to be used even without 
2459                   --enable-crash-dialog, fixing bug 166
2460
2461         * src/summaryview.c
2462                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
2463                   bug 227
2464
2465         * src/mainwindow.c
2466                 o changed sensitivity condition for 'Next new' and 'Next 
2467                   unread', fixing bug 8
2468
2469 2003-07-29 [alfons]     0.9.3claws76
2470
2471         * src/common/utils.[ch]
2472                 add generate_msgid()
2473         * src/messageview.c
2474                 save ack'ed RRR; fixes #205, "return receipt is not saved in
2475                 sent folder".
2476
2477 2003-07-29 [alfons]     0.9.3claws75
2478
2479         * src/messageview.c
2480                 fix a memleak (claws-only)
2481
2482 2003-07-29 [alfons]     0.9.3claws74
2483
2484         * src/mimeview.[ch]
2485         * src/gtk/gtkvscrollbutton.[ch]
2486                 fix UI glitch where mime icon toolbox' scroll position is not 
2487                 reset after switching to another message
2488                 
2489
2490 2003-07-29 [paul]       0.9.3claws73
2491
2492         * src/prefs_folder_item.c
2493                 split the prefs into 2 separate pages
2494
2495 2003-07-29 [paul]       0.9.3claws72
2496
2497         * src/compose.c
2498                 prepend "\n\n" to a signature without a separator too
2499
2500 2003-07-29 [paul]       0.9.3claws71
2501
2502         * src/compose.c
2503                 fix bug where changing to an account without an auto-sig
2504                 from an initial account without an auto-sig would insert 
2505                 2 blank lines at the cursor point
2506                 fix bug where changing to an account with an auto-sig
2507                 from an initial account without an auto-sig would insert
2508                 the sig at the cursor point
2509
2510 2003-07-29 [paul]       0.9.3claws70
2511
2512         * src/folderview.c
2513                 use the colour from the folder pref unless the folder
2514                 has new messages
2515
2516 2003-07-29 [alfons]     0.9.3claws69
2517
2518         * src/procmsg.[ch]
2519         * src/messageview.c
2520         * src/procheader.c
2521                 rewrite return receipt request work a little bit (the former 
2522                 implementation presumably depended too much on the UI setting
2523                 flags). (we're losing the old pending flag.) 
2524
2525 2003-07-28 [christoph]  0.9.3claws68
2526
2527         * src/folder.c
2528         * src/imap.c
2529         * src/mh.c
2530         * src/procmsg.[ch]
2531                 fix copy to IMAP folder from other folder
2532
2533 2003-07-28 [christoph]  0.9.3claws67
2534
2535         * src/procmsg.c
2536                 fix sync of procmsg_get_message_file_list
2537
2538 2003-07-28 [christoph]  0.9.3claws66
2539
2540         * sync with 0.9.3cvs14
2541                 see ChangeLog 2003-07-18
2542         * sync with 0.9.3cvs17
2543                 see ChangeLog 2003-07-23
2544
2545         (closes Bug 234 segmentation fault after sending out mail via
2546          smtp(auth))
2547
2548 2003-07-28 [paul]       0.9.3claws65
2549
2550         * po/es.po
2551                 update Spanish translation, submitted by Ricardo Mones
2552                 Lastra
2553
2554 2003-07-28 [christoph]  0.9.3claws64
2555
2556         * src/folder.[ch]
2557         * src/imap.c
2558         * src/mh.c
2559                 return new message numbers as a GRelation instead of a GSList
2560                 that has to be in the same order as the input list. A list
2561                 would make it hard for IMAP to optimize oepration by sorting
2562                 the input list. The returned list would have to be reordered
2563                 to match the same order that input list has.
2564
2565         * src/gtk/gtkaspell.c
2566                 fix missing return value, could cause a crash when garbage is
2567                 on the stack that is used as the expected return value
2568
2569 2003-07-28 [paul]       0.9.3claws63
2570
2571         * sync with 0.9.4cvs1
2572                 see ChangeLog 2003-07-28
2573
2574 2003-07-27 [alfons]     0.9.3claws62
2575
2576         * src/mimeview.c
2577                 tweak it more to make icon list act like a check button group
2578
2579 2003-07-27 [christoph]  0.9.3claws61
2580
2581         * sync with 0.9.3cvs20
2582                 see ChangeLog 2003-07-25
2583
2584 2003-07-27 [paul]       0.9.3claws60
2585
2586         * src/procmsg.c
2587                 re-commit changes from 0.9.3claws58 -
2588                 accidently removed in 0.9.3claws59
2589
2590 2003-07-27 [paul]       0.9.3claws59
2591
2592         * src/procmsg.[ch]
2593                 a sync from 0.9.3cvs17
2594                 see ChangeLog 2003-07-23
2595
2596 2003-07-27 [alfons]     0.9.3claws58
2597
2598         * src/procmsg.c
2599                 add missing header members to MsgInfo; fixes the problem of 
2600                 not displaying X-Faces, as noticed by Ricardo Mones
2601
2602 2003-07-26 [christoph]  0.9.3claws57
2603
2604         * sync with 0.9.3cvs18
2605                 see ChangeLog 2003-07-24
2606
2607 2003-07-26 [christoph]  0.9.3claws56
2608
2609         * sync with 0.9.3cvs17
2610                 see ChangeLog 2003-07-23
2611
2612 2003-07-26 [christoph]  0.9.3claws55
2613
2614         * src/folder.[ch]
2615         * src/imap.c
2616         * src/mbox_folder.c
2617         * src/mh.c
2618         * src/news.c
2619                 add support for copy function that copy multiple messages
2620                 (not implemented yet)
2621
2622         * src/summaryview.c
2623                 add missing return value
2624
2625 2003-07-26 [paul]       0.9.3claws54
2626
2627         * tools/multiwebsearch.pl
2628                 do whitespace substitution before passing the string
2629                 to the browser. fixes bug with browsers that don't
2630                 do whitespace conversion themselves.
2631
2632 2003-07-25 [christoph]  0.9.3claws53
2633
2634         * src/folder.[ch]
2635         * src/imap.c
2636         * src/mh.c
2637                 rewrite adding of multiple messages to a folder for
2638                 claws' folder system
2639
2640 2003-07-25 [luke]       0.9.3claws52
2641
2642         * src/mimeview.c
2643                 o icon toggles set correctly on leaving ctree mimeview
2644
2645 2003-07-25 [paul]       0.9.3claws51
2646
2647         * partial sync with 0.9.3cvs21 [src/main.c]
2648                 see ChangeLog 2003-07-25
2649
2650 2003-07-24 [paul]       0.9.3claws50
2651
2652         * tools/maildir2sylpheed.pl
2653                 fix typo
2654
2655 2003-07-24 [paul]       0.9.3claws49
2656
2657         * src/mimeview.c
2658                 increase the gutter size of paned so that the panes
2659                 can be resized
2660                 
2661         * src/plugins/demo/demo.c
2662                 squeeze in another typo fix
2663
2664 2003-07-24 [paul]       0.9.3claws48
2665
2666         * src/plugins/demo/demo.c
2667           src/prefs_account.c
2668                 small changes to the English
2669                 
2670         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
2671           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
2672           src/Makefile.am
2673           src/stock_pixmap.c
2674                 rename the misspelled icon
2675
2676 2003-07-23 [alfons]     0.9.3claws47
2677
2678         * src/mimeview.c
2679                 make icon list look like a list of toggles
2680
2681 2003-07-23 [luke]       0.9.3claws46
2682
2683         * src/pixmaps/mimeview_gpg_expired.xpm
2684         * src/pixmaps/mimeview_gpg_failed.xpm
2685         * src/pixmaps/mimeview_gpg_passed.xpm
2686         * src/pixmaps/mimeview_text_html.xpm
2687         * src/pixmaps/mimeview_image.xpm
2688                 o all icons the same size
2689
2690         * src/mimeview.[ch]
2691                 o mimeview ctree arranged vertically above the viewer
2692                 o icons changed to buttons
2693                 o can use keyboard to select an icon (Enter)
2694                 o resize icon list to width of icons
2695
2696         *  src/gtk/gtkvscrollbutton.c
2697                 o sensitivity of buttons reacts to position
2698
2699 2003-07-23 [christoph]  0.9.3claws45
2700
2701         * sync with 0.9.3cvs14 (incomplete)
2702                 see ChangeLog 2003-07-17
2703
2704 2003-07-23 [alfons]     0.9.3claws44
2705
2706         * src/folder.c
2707         * src/procmsg.h
2708                 sync with my local tree to restore some claws-only things
2709
2710 2003-07-23 [paul]       0.9.3claws43
2711
2712         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
2713           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
2714           src/Makefile.am
2715           src/mimeview.c
2716           src/procmime.h
2717           src/rfc2015.c
2718           src/stock_pixmap.[ch]
2719                 indicate missing keys and expired sigs/keys
2720                 in mime view column
2721
2722 2003-07-23 [paul]       0.9.3claws42
2723
2724         * src/compose.c
2725                 Redirect fixes: enable automatic account selection and
2726                 do not append signature to message on changing account
2727                 fixes Bug[s] #248
2728
2729 2003-07-23 [paul]       0.9.3claws41
2730
2731         * sync with 0.9.3cvs16
2732                 see ChangeLog 2003-07-23
2733
2734 2003-07-23 [alfons]     0.9.3claws40
2735
2736         * src/inc.c
2737                 give progress dialog a main window, and give it the first 
2738                 one (presumably the only one). fixes bug #247, "segfault on 
2739                 pop-before-smtp" 
2740
2741 2003-07-22 [alfons]     0.9.3claws39
2742
2743         * src/summaryview.c
2744                 shift-space scrolls up
2745
2746 2003-07-22 [paul]       0.9.3claws38
2747
2748         * sync with 0.9.3cvs15
2749                 see ChangeLog 2003-07-22
2750
2751 2003-07-20 [alfons]     0.9.3claws37
2752
2753         * src/compose.c
2754                 put menu inside #ifdef USE_ASPELL..#endif
2755
2756 2003-07-20 [christoph]  0.9.3claws36
2757
2758         * src/procmsg.c
2759                 fix wrong flags in MsgInfo returned by
2760                 procmsg_msginfo_get_full_info()
2761
2762         (closes Bug 221 Deleting messages from the Message View gives incorrect
2763          new/unread message counts in the folder view)
2764
2765         * src/plugins/spamassassin/spamassassin_gtk.c
2766                 add gettext macro for prefs page title
2767
2768 2003-07-20 [paul]       0.9.3claws35
2769
2770         * src/mimeview.c
2771                 redraw icon list on signature check
2772
2773 2003-07-20 [christoph]  0.9.3claws34
2774
2775         * src/Makefile.am
2776         * src/account.c
2777         * src/folder.[ch]
2778         * src/folder_item_prefs.[ch]            ** NEW **
2779         * src/folderview.c
2780         * src/mainwindow.c
2781         * src/mh.c
2782         * src/prefs_gtk.c
2783         * src/prefs_scoring.c
2784         * src/summaryview.c
2785         * src/prefs_folder_item.[ch]
2786                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2787                   Properties dialog
2788                 o use prefswindow for folder properties
2789
2790         * src/gtk/prefswindow.[ch]
2791                 change implementation to use an invisible notebook instead
2792                 of unparenting widgets
2793
2794 2003-07-20 [christoph]  0.9.3claws33
2795
2796         * src/compose.h
2797         * src/folder.c
2798         * src/folderview.h
2799         * src/headerview.h
2800         * src/prefs_filtering.h
2801         * src/prefs_folder_item.[ch]
2802         * src/procmime.h
2803         * src/procmsg.h
2804         * src/summaryview.h
2805                 clean up header mess
2806                 (always use 1. typedefs, 2. #includes, 3. structures)
2807
2808         * src/common/version.h.in
2809                 add casts for constants
2810
2811         * src/plugins/demo/demo.c
2812                 fix typo
2813
2814         * src/plugins/spamassassin/spamassassin.c
2815                 remove unused variable
2816
2817 2003-07-20 [alfons]     0.9.3claws32
2818
2819         * src/mimeview.c
2820                 o make icon buttons respond on left click
2821                 o minor cosmetic change
2822
2823 2003-07-19 [luke]       0.9.3claws31
2824
2825         * src/mimeview.[ch]
2826         * src/gtk/gtkvscrollbutton.c
2827         * src/messageview.c
2828                 o improved mimeview behaviour when selecting a new message
2829                 o plus code cleanups to remove compile warnings
2830
2831
2832 2003-07-19 [alfons]     0.9.3claws30
2833
2834         * src/procmsg.c
2835         * src/compose.c
2836         * src/common/utils.[ch]
2837                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2838
2839 2003-07-19 [alfons]     0.9.3claws29
2840
2841         * src/prefs_folder_item.c
2842                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2843                 string pointers
2844
2845 2003-07-19 [luke]       0.9.3claws28
2846
2847         * src/messageview.c
2848         * src/mimeview.[ch]
2849         * src/procmime.h
2850         * src/rfc2015.c
2851         * src/stock_pixmap.[ch]
2852         * src/gtk/Makefile.am
2853         * src/Makefile.am
2854         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2855         * src/pixmaps/mime_*.xpm                ** NEW **
2856                 o mimeview rearrangement with a new icon shortcut bar
2857
2858 2003-07-19 [alfons]     0.9.3claws27
2859
2860         * src/folderview.c
2861                 o plug leaking nodes_to_recollapse
2862                 o add folderview_recollapse_all_nodes() (not used yet)
2863
2864 2003-07-19 [alfons]     0.9.3claws26
2865
2866         * src/compose.c
2867         * src/common/utils.c
2868                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2869                 for both forwarding as replying
2870
2871 2003-07-18 [christoph]  0.9.3claws25
2872
2873         * configure.ac
2874         * src/common/sylpheed.[ch]
2875         * src/common/version.h.in
2876                 add version in numeric form to allow easy comparison
2877
2878         * src/plugins/demo/demo.c
2879                 add version check
2880                 - sylpheed version > plugin version => never allowed, sylpheed
2881                   could contain unknown API changes
2882                 - sylpheed version < minimum version required => don't load,
2883                   API required not available (if linking does not fail)
2884
2885 2003-07-18 [alfons]     0.9.3claws24
2886         
2887         * src/common/plugin.[ch]
2888                 const correctness
2889
2890 2003-07-18 [christoph]  0.9.3claws23
2891
2892         * src/common/hooks.c
2893                 fix crash when hooks where unregisted
2894
2895         * src/plugins/trayicon/trayicon.c
2896                 unregister detroy signal before destroying the widget
2897                 (still crashes when the plugin is unloaded)
2898
2899 2003-07-18 [alfons]     0.9.3claws22
2900         
2901         * src/folderview.c
2902                 delay expanding folder tree during drags until timeout triggered
2903                 (needs perhaps some tweaking, so testing is welcome)
2904
2905 2003-07-17 [alfons]     0.9.3claws21
2906
2907         * src/folderview.c
2908                 clean up cruft
2909
2910 2003-07-17 [christoph]  0.9.3claws20
2911
2912         * src/common/session.c
2913                 fix opening of SSL connections
2914
2915         * src/plugins/image_viewer/Makefile.am
2916                 add OPENSSL_CFLAGS (we should find a better solution to remove
2917                 this dependencies if they are not required)
2918
2919         * src/plugins/spamassassin/spamassassin.c
2920                 remove setlocale workaround (fixed in libspamc)
2921
2922         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2923          if spell checking enabled)
2924
2925 2003-07-17 [alfons]     0.9.3claws19
2926
2927         * src/common/hooks.[ch]
2928         * src/plugins/clamav/clamav_plugin.c
2929         * src/plugins/spamassassin/spamassassin.c
2930         * src/plugins/trayicon/trayicon.c
2931                 fix signedness muck 
2932
2933 2003-07-17 [alfons]     0.9.3claws18
2934
2935         * src/procmime.c
2936                 plug memleak
2937
2938 2003-07-17 [alfons]     0.9.3claws17
2939
2940         * src/inc.c
2941                 plug memleak
2942
2943 2003-07-17 [paul]       0.9.3claws16
2944
2945         * src/common/defs.h
2946           src/mainwindow.c
2947           src/manual.[ch]
2948                 add link to the Claws site's FAQ page, after the suggestion
2949                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2950                 Move url strings to defs.h
2951                 
2952         * src/mainwindow.c
2953                 fix typo to prevent "unknown menu entry" warnings
2954
2955 2003-07-17 [alfons]     0.9.3claws15
2956
2957         * src/folderview.[ch]
2958         * src/summaryview.[ch]
2959         * src/mimeview.[ch]
2960                 plug DnD leaks 
2961
2962 2003-07-17 [paul]       0.9.3claws14
2963
2964         * src/inc.c
2965                 remove two instances of 'GTK_EVENTS_FLUSH' because
2966                 they are unnecessary and probably cause a stack overflow
2967
2968 2003-07-16 [christoph]  0.9.3claws13
2969
2970         * src/mimeview.[ch]
2971                 use an invisible GTK notebook to switch between viewers
2972                 instead of reparenting widgets
2973
2974 2003-07-16 [christoph]  0.9.3claws12
2975
2976         * src/folder.c
2977                 move folder_item_update_freeze() to correct place in
2978                 folder_item_scan_full()
2979
2980 2003-07-16 [paul]       0.9.3claws11
2981
2982         * sync with 0.9.3cvs12
2983                 see ChangeLog 2003-07-14 and 2003-07-15
2984
2985 2003-07-16 [christoph]  0.9.3claws10
2986
2987         * src/imap.[ch]
2988         * src/prefs_account.[ch]
2989                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2990
2991 2003-07-15 [alfons]     0.9.3claws9
2992
2993         * src/main.c
2994                 make --config-dir do something useful
2995
2996 2003-07-15 [alfons]     0.9.3claws8
2997
2998         * src/procmsg.c
2999                 o fix a bug where 'last' didn't really point to the last message
3000                   in the top level list of children, but to the last threaded
3001                   message. 
3002                 
3003                 o clean up and make it easier to sync
3004
3005 2003-07-15 [alfons]     0.9.3claws7
3006
3007         * src/mainwindow.c
3008                 make correct menu items sensitive       
3009
3010 2003-07-14 [alfons]     0.9.3claws6
3011
3012         * src/procmsg.c
3013                 tune the threader so it will not subject-thread any message
3014                 without a subject prefix (this will not thread correctly if 
3015                 a parent is delivered after their childs, but it looks 
3016                 better right now)
3017
3018 2003-07-13 [christoph]  0.9.3claws5
3019
3020         * src/mainwindow.c
3021                 group "Add mailbox *..." menu items in submenu
3022
3023 2003-07-13 [alfons]     0.9.3claws4
3024
3025         * src/summaryview.c
3026                 correct summary_toggle_pressed() signature and make sure
3027                 signal is not passed on
3028
3029 2003-07-13 [alfons]     0.9.3claws3
3030
3031         * src/summaryview.c
3032                 o for now don't pass on keys when they we're handled by 
3033                   ctree::key_press_event
3034                 o clean up
3035
3036 2003-07-13 [alfons]     0.9.3claws2
3037         
3038         * src/main.c
3039                 add command line option "--config-dir" to get the current 
3040                 configuration dir
3041
3042 2003-07-12 [alfons]     0.9.3claws1
3043
3044         * src/matcher.[ch]
3045         * src/matcher_parser_parse.y
3046         * src/prefs_filtering.c
3047         * src/filtering.c
3048                 add "Lock" filter action to lock messages;
3049
3050         * src/filtering.c       
3051                 remove debug_print()    
3052         * src/prefs_filtering.c
3053                 re-organize matcher part 9: 
3054                 make action text entries easily extendible;
3055                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
3056                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
3057
3058 2003-07-12 [paul]
3059
3060         * tools/README
3061                 update old information and add missing
3062                 information
3063
3064 2003-07-12 [paul]       0.9.3claws
3065
3066         * 0.9.3claws released
3067         
3068 2003-07-12 [paul]       0.9.0claws103
3069
3070         * src/Makefile.am
3071                 add addrquery.h
3072
3073 2003-07-12 [melvin]     0.9.0claws102
3074
3075         * src/messageview.c
3076                 Fixed bug #215: Show MIME tab for single text/html messages. 
3077                 
3078 2003-07-12 [paul]       0.9.0claws101
3079
3080         * man/sylpheed.1
3081                 updated
3082
3083 2003-07-12 [paul]       0.9.0claws100
3084
3085         * po/es.po
3086           po/hr.po
3087           po/pl.po
3088           po/sr.po
3089                 update Spanish, Croatian, Polish, Serbian translations.
3090                 submitted by Ricardo Mones Lastra, Dragan, Witold
3091                 Wladyslaw Wojciech Wilk, Urke MMI
3092
3093 2003-07-12 [melvin]     0.9.0claws99
3094
3095         * po/fr.po
3096                 Updated French translations.
3097
3098 2003-07-12 [paul]       0.9.0claws98
3099
3100         * src/addressbook.c
3101                 disable 'Lookup' button as it has no effect
3102
3103 2003-07-11 [alfons]     0.9.0claws97
3104         
3105         * src/summaryview.c
3106                 summary_searchbar_pressed() should return TRUE to signal that
3107                 event was handled. when returning void, the return value passed
3108                 to GTK is actually random, but maybe FALSE, in which case the
3109                 event is handled by parent
3110                 
3111 2003-07-10 [paul]       0.9.0claws96
3112
3113         * ac/missing/gettext.m4
3114                 update to version 0.12
3115
3116 2003-07-10 [paul]       0.9.0claws95
3117
3118         * src/plugins/clamav/clamav_plugin.c
3119                 fix bug where multipart/alternative messages
3120                 would slip through without being scanned
3121
3122 2003-07-10 [christoph]  0.9.0claws94
3123
3124         * src/folder.c
3125                 correct check if folder supports removing when a message is
3126                 moved. if not the message is only copied.
3127
3128         (closes Bug 132 crash on startup in newsgroups folders)
3129
3130 2003-07-09 [alfons]     0.9.0claws93
3131
3132         * configure.ac
3133         * src/common/defs.h
3134                 --with-config-dir (default .sylpheed)
3135
3136 2003-07-09 [christoph]  0.9.0claws92
3137
3138         * configure.ac
3139                 use PKG_CHECK_MODULES to check for gtkmathview
3140                 (version 0.4.2 now required)
3141
3142 2003-07-08 [melvin]     0.9.0claws91
3143
3144         * src/action.c
3145                 Implemented a progress bar that counts the number of completed
3146                 tasks when the action runs more than one command.
3147
3148 2003-07-08 [alfons]     0.9.0claws90
3149
3150         * src/procmsg.c
3151                 if queued message has an invalid Message-Id, don't try to
3152                 find message it refers to (fixes #209 "crash when processing 
3153                 in folder")
3154
3155 2003-07-08 [paul]       0.9.0claws89
3156
3157         * sync with 0.9.3cvs2
3158                 see ChangeLog 2003-07-08
3159
3160 2003-07-08 [match]      0.9.0claws88
3161
3162         * src/ldapctrl.c
3163                 extend LDAP search for first/last name by parsing search term.
3164
3165 2003-07-08 [alfons]     0.9.0claws87
3166
3167         * src/send_message.c
3168                 fix bug #208 "Status message stuck when sending on POP3 account"
3169
3170 2003-07-07 [paul]       0.9.0claws86
3171
3172         * po/hr.po
3173                 new Croatian translation, submitted by
3174                 Dragan <drleskov@inet.hr>
3175
3176 2003-07-07 [paul]       0.9.0claws85
3177
3178         * sync with 0.9.3cvs1
3179                 see ChangeLog 2003-07-07
3180
3181 2003-07-05 [christoph]  0.9.0claws84
3182
3183         * src/Makefile.am
3184         * src/messageview.c
3185         * src/mimeview.[ch]
3186         * src/stock_pixmap.[ch]
3187         * src/pixmaps/messageview_text.xpm              ** NEW **
3188                 move mimeview tabs to the right side and use icons
3189                 instead of text to save some space
3190
3191         (patch by Luke Plant <lukeplant@softhome.net>)
3192
3193 2003-07-05 [christoph]  0.9.0claws83
3194
3195         * src/inc.c
3196                 add NULL pointer checks
3197
3198         (patch by Luke Plant <lukeplant@softhome.net>)
3199         (closes Bug 204 0.9.0 quits on authentication error?!)
3200
3201 2003-07-05 [alfons]     0.9.0claws82
3202
3203         * configure.ac
3204                 take the clue in bug #202 "./configure script - 
3205                 'if test' comparison failure" reported by John Kristoff. 
3206
3207 2003-07-04 [christoph]  0.9.0claws81
3208
3209         * src/plugins/spamassassin/spamassassin.c
3210                 set timeout for spam check
3211
3212 2003-07-04 [christoph]  0.9.0claws80
3213
3214         * src/main.c
3215                 destroy all FolderItems when shutting down to
3216                 allow folders to clean up
3217
3218 2003-07-04 [melvin]     0.9.0claws79
3219
3220         * src/gtk/gtkaspell.c
3221                 Fixed bug #184 "Entering non-ascii character deletes
3222                 previous char if spell checking enabled": this makes
3223                 the spell checking in multibytes (e.g. UTF-8)locales work.
3224                 (Patch by Luke Plant).
3225                 
3226 2003-07-04 [christoph]  0.9.0claws78
3227
3228         * sync with 0.9.2cvs1
3229                 see ChangeLog 2003-06-10
3230
3231 2003-07-04 [paul]       0.9.0claws77
3232
3233         * sync with 0.9.3 release
3234                 see ChangeLog 2003-07-04
3235
3236 2003-07-03 [christoph]  0.9.0claws76
3237
3238         * src/folder.[ch]
3239         * src/imap.c
3240         * src/mbox_folder.c
3241         * src/mh.c
3242         * src/news.c
3243                 move folder_item_get_path() stuff into a folder virtual function
3244
3245         * src/procmsg.c
3246                 use folder_item_fetch_msg() to get message and do not contruct
3247                 the filename from path and number
3248
3249 2003-07-03 [paul]       0.9.0claws75
3250
3251         * sync with 0.9.2cvs12
3252                 see ChangeLog 2003-07-03
3253
3254 2003-07-02 [paul]       0.9.0claws74
3255
3256         * src/messageview.c
3257                 fix text-selection for replying
3258
3259 2003-07-02 [paul]       0.9.0claws73
3260
3261         * sync with 0.9.2cvs11
3262                 see ChangeLog 2003-07-02
3263
3264 2003-07-02 [paul]       0.9.0claws72
3265
3266         * src/procmsg.c
3267                 revert last commit because it breaks more
3268                 than it fixes
3269
3270 2003-07-02 [paul]       0.9.0claws71
3271
3272         * src/procmsg.c
3273                 fix thread by subject/sort by date
3274
3275 2003-07-01 [paul]       0.9.0claws70
3276
3277         * sync with 0.9.2cvs10
3278                 see ChangeLog 2003-07-01
3279
3280 2003-06-30 [paul]       0.9.0claws69
3281
3282         * sync with 0.9.2cvs9
3283                 see ChangeLog 2003-06-30
3284
3285 2003-06-28 [match]      0.9.0claws68
3286
3287         * src/addressbook.c
3288                 fix null ptr.
3289
3290 2003-06-27 [paul]       0.9.0claws67
3291
3292         * sync with 0.9.2cvs7
3293                 see ChangeLog 2003-06-27
3294
3295 2003-06-26 [christoph]  0.9.0claws66
3296
3297         * src/folder.c
3298                 freeze folder updates while a folder is scanned
3299
3300         (closes Bug 185 New message counter)
3301
3302 2003-06-26 [darko]      0.9.0claws65
3303
3304         * src/ldapserver.c
3305                 fix infinite loop when adding a new LDAP server
3306
3307 2003-06-26 [paul]       0.9.0claws64
3308
3309         * sync with 0.9.2cvs6
3310                 see ChangeLog 2003-06-26
3311
3312 2003-06-26 [paul]       0.9.0claws63
3313
3314         * sync with 0.9.2cvs5
3315                 see ChangeLog 2003-06-25 and 2003-06-26
3316
3317 2003-06-25 [match]      0.9.0claws62
3318
3319         * src/addr_compl.c
3320                 Fixed tab/backtab for dropped-down completion list to
3321                 move next/previous field. (close bug 147)
3322
3323 2003-06-25 [christoph]  0.9.0claws61
3324
3325         * src/addr_compl.[ch]
3326         * src/addrindex.[ch]
3327         * src/folderview.c
3328         * src/inc.c
3329         * src/news.c
3330         * src/summaryview.c
3331         * src/toolbar.c
3332                 fix warnings
3333
3334 2003-06-25 [leandro]    0.9.0claws60
3335
3336         * src/compose.c
3337                 o cleanups
3338                 o gray out "Message/Remove references" menu item if not
3339                   replying to a message
3340
3341 2003-06-24 [leandro]    0.9.0claws59
3342
3343         * src/compose.[ch]
3344                 o removed "Message/Create new thread" menu item
3345                 o added "Message/Remove references" menu item
3346                   (it's off by default and will not check anymore
3347                    if the subject changed)
3348
3349 2003-06-23 [alfons]     0.9.0claws58
3350
3351         * src/procmsg.c
3352                 try better grouping messages threaded by subject based on their age.
3353                 still not perfect - because the message tree is not sorted by date.  
3354
3355 2003-06-23 [thorsten]   0.9.0claws57
3356
3357         * src/pop.[ch]
3358                 added mail_receive_hook to allow modifications
3359                 directly after retrieval (e.g. adding headers).
3360
3361 2003-06-23 [paul]       0.9.0claws56
3362
3363         * src/sourcewindow.c
3364                  enable the use of Ctrl+A to select all text in
3365                  the sourcewindow
3366                  Patch submitted by Ivan Francolin Martinez
3367                  <ivanfm@users.sourceforge.net>
3368
3369 2003-06-22 [christoph]  0.9.0claws55
3370
3371         * src/folder.[ch]
3372                 o add notification hook for folder tree changes
3373                 o invoke hooks after folder tree scanning
3374
3375         * src/folderview.[ch]
3376                 register hook for folder tree changes that
3377                 updates the ctree
3378
3379         (there are more places that should be updated, like add, remove 
3380          or move folder)
3381
3382         (closes Bug 164 Crash on rebuild folder tree)
3383         (closes Bug 190 Crash on 'rebuilding folder tree')
3384
3385 2003-06-21 [leandro]    0.9.0claws54
3386
3387         * src/compose.[ch]
3388                 create a new thread if subject changes
3389                 (it's on by default, can be disabled in Message menu)
3390
3391 2003-06-21 [alfons]     0.9.0claws53
3392
3393         * src/summaryview.c
3394                 quiet little compiler
3395
3396 2003-06-21 [christoph]  0.9.0claws52
3397
3398         update gettext stuff to version 0.12
3399
3400 2003-06-19 [alfons]     0.9.0claws51
3401
3402         * src/common/log.c
3403         * src/common/plugin.c
3404                 move defs.h before glib.h to prevent MIN/MAX redefs
3405
3406 2003-06-19 [alfons]
3407
3408         * src/addressbook.c
3409                 translatable
3410
3411 2003-06-19 [match]      0.9.0claws50
3412
3413         * src/addressbook.[ch]
3414         * src/addrindex.[ch]
3415         * src/addr_compl.[ch]
3416         * src/editldap.[ch]
3417         * src/editldap_basedn.[ch]
3418         * src/addritem.[ch]
3419         * src/ldapquery.h
3420                 re-implemented dynamic LDAP search. works without
3421                 slowdown on display sender with addressbook
3422                 option.
3423         * src/addrbook.c
3424                 documented code.
3425
3426 2003-06-19 [paul]       0.9.0claws49
3427
3428         * src/compose.c
3429                 fix Bug #136 'Nonprovided quotation marks crash claws'
3430                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
3431
3432 2003-06-19 [alfons]     0.9.0claws48
3433
3434         * src/prefs_common.[ch]
3435         * src/procmsg.c
3436                 restrict threading by subject by checking thread for
3437                 age (prefs_common.thread_by_subject_max_age)
3438
3439 2003-06-18 [christoph]  0.9.0claws47
3440
3441         * src/imap.c
3442                 fix memory leak in imap_cmd_fetch()
3443
3444 2003-06-18 [christoph]  0.9.0claws46
3445
3446         * src/prefs_gtk.c
3447                 fix memory leak in prefs_set_default() when used multiple
3448                 times or after prefs have been read
3449
3450 2003-06-18 [christoph]  0.9.0claws45
3451
3452         * src/common/plugin.c
3453                 fix memory leak in plugin_unload()
3454
3455 2003-06-18 [christoph]  0.9.0claws44
3456
3457         * src/imap.c
3458                 fix memory leak in imap_cmd_ok()
3459
3460 2003-06-18 [christoph]  0.9.0claws43
3461
3462         * src/folder.c
3463                 stop messages that are downloaded from POP3 and added to
3464                 an IMAP inbox from being filtered twice (first by POP3
3465                 and again when IMAP folder is scaned to get the UID of
3466                 the APPEND operation when no UIDPLUS is available)
3467
3468 2003-06-18 [alfons]
3469
3470         * tools/Makefile.am
3471                 phoenix <- firebird     
3472
3473 2003-06-18 [paul]
3474
3475         * tools/launch_phoenix          ** REMOVED **
3476           tools/launch_firebird         ** NEW **
3477                 renamed and edited to reflect the browser's name change from
3478                 'phoenix' to 'firebird'
3479
3480 2003-06-18 [paul]       0.9.0claws42
3481
3482         * sync with 0.9.2cvs2
3483                 see ChangeLog 2003-06-16
3484
3485 2003-06-17 [alfons]     0.9.0claws41
3486
3487         * src/procmsg.c
3488                 prevent threading problems when a node is an ancestor (parent / great parent),
3489                 which mostly happens with circular references (thanks to Phillipe Gramoullé
3490                 for finding an sample set of messages)
3491
3492 2003-06-16 [christoph]  0.9.0claws40
3493
3494         * src/main.c
3495                 don't popup main window on --receive or --receive-all
3496
3497         * src/mainwindow.[ch]
3498         * src/plugins/trayicon/trayicon.c
3499                 allow hiding of main window by clicking on the trayicon
3500                 (doesn't work correctly in seperate window mode and may
3501                  cause unexpected GTK problems I couldn't find yet)
3502
3503         * src/common/ssl.c
3504                 remove incorrect warning
3505
3506 2003-06-15 [alfons]     0.9.0claws39
3507
3508         * src/gtk/gtkstext.c
3509                 don't output debug text;
3510                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
3511                 for pointing this out);
3512
3513 2003-06-14 [alfons]     0.9.0claws38
3514         
3515         * src/messageview.c
3516                 remove printf() and make one if..else comply with coding style
3517
3518 2003-06-14 [alfons]     0.9.0claws37
3519
3520         * AUTHORS
3521                 add Martin Wicke
3522         * src/action.c
3523         * src/messageview.[ch]
3524         * src/summaryview.c
3525                 apply patch #754162 "Quoting messages filtered by actions" submitted
3526                 by Martin Wicke, which allows quoting message body changed by an
3527                 action (Thanks!).
3528
3529 2003-06-13 [alfons]     0.9.0claws36
3530
3531         * src/utils.c
3532                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
3533                 use case insensitive regexp (suggested by Ivan Martinez)
3534
3535 2003-06-13 [christoph]  0.9.0claws35
3536
3537         * configure.ac
3538         * src/plugins/trayicon/Makefile.am
3539         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
3540         * src/plugins/trayicon/trayicon.c
3541         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
3542         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
3543         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
3544         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
3545         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
3546         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
3547                 replace my own EggTrayIcon backport with the backport
3548                 used by (l|x)mule and gabber.
3549
3550 2003-06-13 [alfons]     0.9.0claws34
3551
3552         * AUTHORS
3553         * src/common/utils.c
3554                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
3555
3556 2003-06-13 [alfons]     0.9.0claws33
3557
3558         * src/compose.c
3559                 clean up a little bit
3560
3561 2003-06-12 [alfons]     0.9.0claws32
3562
3563         * src/compose.c
3564                 const correctness fix
3565
3566         * src/common/sylpheed.[ch]
3567                 () -> (void)
3568                 prevent redef MIN/MAX
3569                 
3570         * src/common/utils.[ch]
3571                 () -> (void)
3572
3573 2003-06-12 [melvin]     0.9.0claws31
3574
3575         * src/compose.c
3576                 Updated to take into accounts changes in GtkAspell.
3577
3578 2003-06-12 [alfons]     0.9.0claws30
3579
3580         * src/compose.c
3581         * src/procmsg.c
3582         * src/common/utils.[ch]
3583                 handle reply subject prefixes better (initial 
3584                 suggestion by Robert Story adapted and enhanced 
3585                 using regexps)
3586
3587 2003-06-12 [melvin]     0.9.0claws29
3588
3589         * src/compose.c
3590                 Use new gtkaspell_checkers_strerror() to get the speller's
3591                 error message instead of accessing the (now private)
3592                 checkers structure.
3593                 Minor code clean up
3594
3595         * src/main.c
3596                 Use #ifdef instead of #if for USE_ASPELL
3597                 Use the new spell checkers init/quit functions 
3598
3599         * src/gtk/gtkaspell.c
3600                 Use #ifdef instead of #if for USE_ASPELL
3601                 Moved in the majority of GtkAspell structures that were
3602                 exported before by gtkaspell.h
3603         
3604         * src/gtk/gktaspell.h
3605                 Made gtkaspell.h contain only the necessary data to be
3606                 publicized by moving many structures to gtkaspell.c.
3607                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
3608                 gtkaspell_checkers_new(): replaced by...
3609                 gtkaspell_checkers_init(): new function for initialization
3610                 gtkaspell_checkers_delete(): replaced by...
3611                 gtkaspell_checkers_quit(): new function
3612                 gtkaspell_checkers_strerror(): new function that returns
3613                 the checker's last error message.
3614                 
3615 2003-06-11 [melvin]     0.9.0claws28
3616
3617         * po/POTFILES.in
3618                 Updated to take into account gtkaspell.c migration to
3619                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
3620
3621 2003-06-10 [alfons]     0.9.0claws27
3622
3623         * src/filtering.[ch]
3624         * src/folder.c
3625         * src/matcher.c
3626         * src/scoring.[ch]
3627                 - try fixing bug #18 (any brave testers?)
3628                 - add more robustness by refusing previously 
3629                   unchecked NULL pointers 
3630
3631 2003-06-10 [alfons]     0.9.0claws26
3632
3633         * src/procmsg.c
3634                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
3635
3636 2003-06-09 [alfons]     0.9.0claws25
3637
3638         * src/prefs_common.c
3639                 fix bug #163 "Icon switching doesnt work properly" by 
3640                 preventing early freeing of prefs_common.pixmap_theme_path.
3641
3642 2003-06-09 [christoph]  0.9.0claws24
3643
3644         * src/gtk/gtkaspell.c
3645                 revert Thorsten's fix and add forgotten g_strdup for
3646                 aspell path (it should not be possible to alter the path a
3647                 GtkASpell uses from outside)
3648
3649 2003-06-09 [thorsten]   0.9.0claws23
3650
3651         * src/gtk/gtkaspell.c
3652                 dont free prefs_common.aspell_path when closing compose
3653
3654 2003-06-08 [colin]      0.9.0claws22
3655
3656         * src/plugins/spamassassin/spamassassin.c
3657                 fix prefs types
3658
3659 2003-06-07 [christoph]  0.9.0claws21
3660
3661         * src/Makefile.am
3662         * src/compose.c
3663         * src/gtkaspell.[ch]            ** REMOVE **
3664         * src/gtk/Makefile.am
3665         * src/gtk/gtkaspell.[ch]        ** NEW **
3666                 o make gtkaspell independent from sylpheed's prefs
3667                 o move gtkaspell.[ch] to gtk directory
3668
3669 2003-06-07 [christoph]  0.9.0claws20
3670
3671         * src/Makefile.am
3672         * src/crash.c
3673         * src/export.c
3674         * src/filesel.[ch]              ** REMOVE **
3675         * src/folder.c
3676         * src/main.[ch]
3677         * src/common/sylpheed.[ch]
3678         * src/gtk/Makefile.am
3679         * src/gtk/filesel.[ch]          ** NEW **
3680         * src/gtk/pluginwindow.c
3681         * src/gtk/sslcertwindow.c
3682                 move filesel.[ch] to gtk directory
3683
3684 2003-06-07 [alfons]     0.9.0claws19
3685
3686         * src/filesel.c
3687                 make (multi) file selection dialog work again (Claws-only)
3688
3689 2003-06-07 [thorsten]   0.9.0claws18
3690
3691         * po/de.po
3692                 fix typos
3693
3694 2003-06-07 [alfons]     0.9.0claws17
3695
3696         * configure.ac
3697         * src/mimeview.c
3698                 detect apache mishap in which case don't include fnmatch.h
3699                 if regex.h is already included
3700
3701 2003-06-06 [christoph]  0.9.0claws16
3702
3703         * configure.ac
3704         * src/mimeview.h
3705                 add check for fnmatch.h and include it when available
3706
3707         * src/mimeview.[ch]
3708                 fix wrong case sensitivity of Content-Types
3709
3710         * src/gtk/Makefile.am
3711                 need the same include paths in gtk directory as in
3712                 common directory because .h files in common can
3713                 include files from these directories, when included
3714                 in gtk's .h or .c files