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