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                 to use glade to create the sylpheed code
3729
3730 2003-05-07 [paul]       0.8.11claws146
3731
3732         * sync with 0.8.11cvs41
3733                 see ChangeLog 2003-05-07
3734
3735 2003-05-06 [christoph]  0.8.11claws145
3736
3737         * src/main.c
3738         * src/plugins/image_viewer/viewer.c
3739                 fix usage of imlib in imageviewer plugin
3740
3741         * src/gtk/prefswindow.c
3742                 handle window close event correctly
3743
3744 2003-05-06 [paul]       0.8.11claws144
3745
3746         * src/common/ssl.c
3747                 fix typo introduced in sync
3748
3749 2003-05-06 [paul]       0.8.11claws143
3750
3751         * sync with 0.8.11cvs39
3752                 see ChangeLog 2003-05-06
3753
3754 2003-05-06 [paul]       0.8.11claws142
3755
3756         * AUTHORS
3757           po/cs.po
3758                 updated Czech translation, submitted by 
3759                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3760                 
3761         * src/plugins/clamav/clamav_plugin_gtk.c
3762                 clean up
3763
3764 2003-05-03 [alfons]     0.8.11claws141
3765
3766         * src/compose.[ch]
3767                 make paste as quotation work even when the call to 
3768                 text_inserted() was deferred (fixes bug #140 "Paste 
3769                 as quotation does not work when using "external" 
3770                 clipboard")
3771
3772 2003-05-03 [thorsten]   0.8.11claws140
3773
3774         * src/addrquery.h
3775           src/ldapquery.h
3776           src/mainwindow.c
3777                 removed C++ comments
3778         * src/addr_compl.c
3779                 function with non-int retval/param used before
3780                 implementation/declaration
3781
3782 2003-05-02 [paul]       0.8.11claws139
3783
3784         * src/addr_compl.[ch]
3785           src/addressbook.[ch]
3786           src/addrindex.c
3787           src/summaryview.c
3788                 revert match's changes to (finally) remove the bug where
3789                 opening a folder causes massive slowdown when using the 
3790                 'Display sender using address book' option
3791
3792 2003-05-01 [melvin]     0.8.11claws138
3793
3794         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3795         * src/plugins/dillo_viewer/dillo_viewer.c
3796                 Fixed bug where "Cancel" button from prefs issued
3797                 warnings.
3798                 Comply a little more to coding style
3799
3800 2003-05-01 [paul]       0.8.11claws137
3801
3802         * sync with 0.8.11cvs38
3803                 see ChangeLog 2003-05-01
3804
3805 2003-05-01 [paul]       0.8.11claws136
3806
3807         * po/bg.po
3808                 updated by George Danchev
3809
3810 2003-04-30 [christoph]  0.8.11claws135
3811
3812         * src/plugins/dillo_viewer/dillo_prefs.c
3813         * src/plugins/image_viewer/viewerprefs.c
3814         * src/plugins/spamassassin/spamassassin_gtk.c
3815                 remove gtk_widget_ref() calls for widgets in
3816                 glade code
3817
3818 2003-04-30 [paul]       0.8.11claws134
3819
3820         * src/addrindex.c
3821                 ok, this time a better fix for the bug where opening folder
3822                 has massive slowdown when using the 'Display sender using 
3823                 address book' option
3824
3825 2003-04-30 [paul]       0.8.11claws133
3826
3827         * src/addrindex.c
3828                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3829         
3830 2003-04-30 [melvin]     0.8.11claws132
3831
3832         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3833
3834         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3835                 Preferences for the dillo plugin
3836         * src/plugins/dillo_viewer/dillo_viewer.c
3837                 Support for preferences
3838         * src/plugins/dillo_viewer/Makefile.am
3839                 Added dillo_prefs.[ch]
3840
3841 2003-04-30 [alfons]     0.8.11claws131
3842
3843         * src/common/plugin.[ch]
3844                 see? this ANSI C'fication immediately gives us type
3845                 checking for free.
3846
3847 2003-04-30 [alfons]     0.8.11claws130
3848
3849         * src/common/plugin.[ch]
3850         * src/plugins/clamav/clamav_plugin.[ch]
3851         * src/plugins/clamav/clamav_plugin_gtk.c
3852         * src/plugins/demo/demo.c
3853         * src/plugins/dillo_viewer/dillo_viewer.c
3854         * src/plugins/image_viewer/plugin.c
3855         * src/plugins/image_viewer/viewer.[ch]
3856         * src/plugins/image_viewer/viewerprefs.[ch]
3857         * src/plugins/mathml_viewer/mathml_viewer.c
3858         * src/plugins/spamassassin/spamassassin.[ch]
3859         * src/plugins/spamassassin/spamassassin_gtk.c
3860         * src/plugins/trayicon/trayicon.c
3861                 clean up
3862
3863 2003-04-30 [alfons]     0.8.11claws129
3864
3865         * src/common/utils.c
3866                 make is_ascii_str() fail gracefully when NULL pointer
3867                 is passed
3868
3869 2003-04-30 [paul]       0.8.11claws128
3870
3871         * src/addrindex.c
3872                 fix bug where opening folder has massive slowdown when
3873                 using the 'Display sender using address book' option
3874
3875 2003-04-30 [paul]       0.8.11claws127
3876
3877         * src/plugins/clamav/clamav_plugin.c
3878           src/plugins/clamav/clamav_plugin_gtk.c
3879           src/plugins/demo/demo.c
3880           src/plugins/dillo_viewer/dillo_viewer.c
3881           src/plugins/image_viewer/plugin.c
3882           src/plugins/mathml_viewer/mathml_viewer.c
3883           src/plugins/spamassassin/spamassassin.c
3884           src/plugins/spamassassin/spamassassin_gtk.c
3885           src/plugins/trayicon/trayicon.c
3886                 get rid of eye-hurting function signatures
3887
3888 2003-04-30 [paul]       0.8.11claws126
3889
3890         * src/plugins/trayicon/trayicon.c
3891                 add description
3892                 
3893         * src/mimeview.c
3894                 be more descriptive
3895
3896 2003-04-30 [paul]       0.8.11claws125
3897
3898         * configure.ac
3899                 arrange the plugins in reverse alphabetical order
3900                 
3901         * src/plugins/clamav/clamav_plugin.[ch]
3902           src/plugins/clamav/clamav_plugin_gtk.c
3903                 rename some params
3904                 resize max_size window
3905                 re-arrange the order of some gui elements
3906                 improve descriptions
3907         
3908         * src/plugins/image_viewer/plugin.c
3909           src/plugins/mathml_viewer/mathml_viewer.c
3910                 add descriptions
3911                 
3912         * src/plugins/spamassassin/spamassassin_gtk.c
3913                 resize max_size window
3914                 re-arrange the order of some gui elements
3915                 
3916         * src/messageview.c
3917           src/mimeview.c
3918                 correct typos
3919
3920 2003-04-30 [alfons]     0.8.11claws124
3921
3922         * src/imap.c
3923                 fix a leak found while browsing Martin Kluge's 
3924                 valgrind log (Claws only)
3925
3926 2003-04-29 [darko]      0.8.11claws123
3927
3928         * src/gtk/gtkstext.h
3929                 include wchar.h if it is available, fixes compilation
3930                 on HP-UX systems
3931
3932 2003-04-29 [melvin]     0.8.11claws122
3933
3934         * src/prefs_actions.c
3935                 Improved help text of Actions' syntax
3936
3937 2003-04-28 [paul]       0.8.11claws121
3938
3939         * src/action.c
3940                 a better fix for the crash when performing an action
3941                 on a mime part
3942
3943 2003-04-28 [paul]       0.8.11claws120
3944
3945         * src/action.c
3946                 fix crash when performing an action on a
3947                 mime part
3948
3949 2003-04-28 [paul]       0.8.11claws119
3950
3951         * sync with 0.8.11cvs36
3952                 see ChangeLog 2003-04-28
3953
3954 2003-04-27 [paul]       0.8.11claws118
3955
3956         * more sync with 0.8.11cvs35
3957                 see ChangeLog 2003-04-25
3958
3959 2003-04-26 [christoph]  0.8.11claws117
3960
3961         * src/folder.c
3962                 fix remove virtual check
3963
3964 2003-04-26 [paul]       0.8.11claws116
3965
3966         * src/messageview.c
3967                 fix return-receipt, make it work again
3968
3969 2003-04-26 [paul]       0.8.11claws115
3970
3971         * src/mimeview.c
3972                 restore double-clicking of the [application/pgp-signature 
3973                 (Select "Check signature" to check)] line in the message view,
3974                 broken in recent sync
3975
3976 2003-04-26 [christoph]  0.8.11claws114
3977
3978         * src/folder.c
3979                 check if remove virtual really exists before
3980                 calling the function
3981
3982 2003-04-25 [match]      0.8.11claws113
3983
3984         * src/addrindex.c
3985         * src/addrbook.c
3986         * src/ldapquery.[ch]
3987         * src/ldapctrl.[ch]
3988                 fix memleak.
3989         * src/ldapserver.[ch]
3990                 fix memleak. fix segfault.
3991                 plug a Claws memleak
3992
3993 2003-04-25 [alfons]     0.8.11claws112
3994
3995         * src/folder.c
3996                 plug a Claws memleak
3997
3998 2003-04-25 [alfons]     0.8.11claws111
3999
4000         * src/common/session.c
4001                 plug a memleak
4002
4003 2003-04-25 [paul]       0.8.11claws110
4004
4005         * sync with 0.8.11cvs35
4006                 see ChangeLog 2003-04-24 and 2003-04-25
4007                 
4008         * src/gtk/pluginwindow.c
4009                 correct another strange float value
4010
4011 2003-04-24 [christoph]  0.8.11claws109
4012
4013         * src/folder.c
4014                 freeze folder item updates when unsetting new flags
4015
4016         * src/gtk/pluginwindow.c
4017                 correct strange float value
4018
4019 2003-04-23 [paul]       0.8.11claws108
4020
4021         * sync with 0.8.11cvs33
4022                 see ChangeLog 2003-04-23
4023
4024 2003-04-22 [paul]       0.8.11claws107
4025
4026         * src/Makefile.am
4027           src/messageview.c
4028           src/mimeview.c
4029           src/pgptext.[ch]      ** REMOVED **
4030                 remove pgptext.[ch] as its not used any more
4031
4032 2003-04-22 [paul]       0.8.11claws106
4033
4034         * sync with 0.8.11cvs31
4035                 see ChangeLog 2003-04-21 and 2003-04-22
4036
4037 2003-04-21 [alfons]     0.8.11claws105
4038
4039         * src/main.c
4040                 No access to GTK structures if we're a spawned child
4041                 (and clean up code a little bit...) Should fix #126.
4042
4043 2003-04-21 [melvin]     0.8.11claws104
4044
4045         * src/plugins/dillo_viewer/README
4046                 Improved slightly the text.
4047
4048 2003-04-21 [melvin]     0.8.11claws103
4049
4050         * src/plugins/dillo_viewer/README *** NEW ***
4051                 Added a README file for the Dillo plugin
4052
4053 2003-04-20 [paul]
4054
4055         * tools/README
4056           tools/outlook2sylpheed.pl
4057                 updated and improved by Ricardo Mones Lastra
4058
4059 2003-04-18 [oliver]     0.8.11claws102
4060
4061         * src/inc.c 
4062         * src/prefs_account.h
4063                 remove Pop3SessionType (used by selective download)
4064         * src/prefs_toolbar.c
4065                 enable set Default Toolbar button
4066
4067 2003-04-18 [paul]       0.8.11claws101
4068
4069         * sync with 0.8.11cvs29
4070                 see ChangeLog 2003-04-18
4071
4072 2003-04-17 [paul]       0.8.11claws100
4073
4074         * src/prefs_common.[ch]
4075           src/summaryview.c
4076                 remove 'Open next message on deletion' option,
4077                 as the same effect can now be achieved via the
4078                 'Always open messages in summary when selected'
4079                 option.
4080
4081 2003-04-17 [paul]       0.8.11claws99
4082
4083         * sync with 0.8.11cvs28
4084                 see ChangeLog 2003-04-17
4085
4086 2003-04-17 [christoph]  0.8.11claws98
4087
4088         * ac/spamassassin.m4
4089         * src/plugins/spamassassin/libspamc.[ch]
4090         * src/plugins/spamassassin/utils.[ch]
4091                 sync libspamc with SpamAssassin project
4092
4093 2003-04-17 [christoph]  0.8.11claws97
4094
4095         * src/common/socket.h
4096         * src/gtk/sslcertwindow.h
4097                 rename old USE_SSL to USE_OPENSSL
4098
4099 2003-04-17 [paul]       0.8.11claws96
4100
4101         * src/prefs_common.h
4102                 use gulong for P_COLOR so that it compiles/runs on
4103                 64-bit systems. Patch submitted by James Noyes
4104                 <jnoyes-claws@retrogeeks.com>
4105                 
4106         * po/de.po
4107                 updated by Jens
4108
4109 2003-04-17 [paul]       0.8.11claws95
4110
4111         * sync with 0.8.11cvs27
4112                 see ChangeLog 2003-04-16
4113
4114 2003-04-15 [paul]       0.8.11claws94
4115
4116         * src/prefs_common.[ch]
4117                 rearrange to stop the window getting too long:
4118                         move Receive dialog stuff to Receive tab
4119                         move Send dialog to Send tab
4120                         remove Dialogs frame
4121                 rename 'Open messages in summary with cursor keys' to
4122                 'Always open messages in summary when selected', as its
4123                 more appropriate
4124
4125 2003-04-15 [paul]       0.8.11claws93
4126
4127         * src/prefs_common.[ch]
4128           src/summaryview.c
4129                 add new option '/Interface/Open next message on deletion'
4130
4131 2003-04-15 [paul]       0.8.11claws92
4132
4133         * src/summaryview.[ch]
4134                 add /Mark/Lock and /Mark/Unlock to the pop-up
4135                 menu. Patch submitted by Ivan Francolin Martinez
4136                 <ivanfm@users.sourceforge.net>
4137
4138 2003-04-15 [paul]       0.8.11claws91
4139
4140         * sync with 0.8.11cvs24
4141                 see ChangeLog 2003-04-15
4142
4143 2003-04-14 [jens]       0.8.11claws90
4144
4145         * updated German translation and some corrections from
4146                 Roland Bless <bless@tm.uka.de>
4147
4148 2003-04-14 [paul]       0.8.11claws89
4149
4150         * sync with 0.8.11cvs22
4151                 see ChangeLog 2003-04-14
4152
4153 2003-04-13 [paul]       0.8.11claws88
4154
4155         * src/plugins/clamav/clamav_plugin.c
4156                 fix memory leaks
4157                 clean up
4158
4159 2003-04-12 [paul]       0.8.11claws87
4160
4161         * src/plugins/clamav/clamav_plugin.c
4162                 activate enable/disable archive scanning option
4163                 
4164         * src/plugins/clamav/.cvsignore         ** NEW FILE **
4165
4166 2003-04-12 [paul]       0.8.11claws86
4167
4168         * src/plugins/Makefile.am
4169           src/plugins/clamav/Makefile.am                ** NEW FILE **
4170           src/plugins/clamav/README                     ** NEW FILE ** 
4171           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
4172           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
4173                 add Clam AntiVirus plugin
4174
4175 2003-04-12 [paul]       0.8.11claws85
4176
4177         * sync with 0.8.11cvs21
4178                 see ChangeLog 2003-04-11
4179
4180 2003-04-11 [paul]       0.8.11claws84
4181
4182         * po/es.po
4183                 update Spanish translation. Submitted by Ricardo
4184                 Mones Lastra.
4185
4186 2003-04-10 [christoph]  0.8.11claws83
4187
4188         * src/mbox.c
4189                 fix typo that did not move unfiltered mails to destination
4190                 folder
4191
4192         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
4193          when filtering from spool)
4194
4195 2003-04-10 [christoph]  0.8.11claws82
4196
4197         * src/imap.c
4198                 use BODY.PEEK instead of BODY in in message fetch operation
4199                 to make sure the IMAP server does not set the \Seen flag for
4200                 messages. Sylpheed does that later itself, when the message
4201                 is opened in sylpheed
4202
4203         (closes Bug 111 Claws destroys unread marks)
4204
4205 2003-04-09 [oliver]     0.8.11claws81
4206         
4207         * src/folder.c
4208                 fix crash in folder_destroy
4209         * README.claws
4210                 remove selective download
4211
4212 2003-04-09 [christoph]  0.8.11claws80
4213
4214         * src/imap.c
4215                 fix crash in imap_get_msginfo() when then fetched message
4216                 is not found
4217
4218         (closes Bug 110 Crash during mail composition)
4219
4220 2003-04-08 [christoph]  0.8.11claws79
4221
4222         * src/folder.c
4223         * src/prefs_account.c
4224                 Filter new messages that are found in an INBOX folder
4225                 when 'Filter messages on receiving' is enabled in the
4226                 Folder's AccountPrefs. This allows to use Sylpheed's
4227                 filtering engine for IMAP folders where messages are
4228                 added to the INBOX by a MTA
4229
4230 2003-04-08 [paul]       0.8.11claws78
4231
4232         * src/procmsg.h
4233                 clean up after last commit
4234
4235 2003-04-08 [paul]       0.8.11claws77
4236
4237         * sync with 0.8.11cvs20
4238                 see ChangeLog 2003-04-07 and 2003-04-08
4239
4240 2003-04-07 [christoph]  0.8.11claws76
4241
4242         * src/filtering.[ch]
4243         * src/inc.[ch]
4244         * src/mbox.c
4245         * src/procmsg.[ch]
4246                 add procmsg_msginfo_filter() to execute filtering actions
4247
4248 2003-04-06 [christoph]  0.8.11claws75
4249
4250         * src/imap.c
4251                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
4252
4253 2003-04-06 [christoph]  0.8.11claws74
4254
4255         * src/common/utils.[ch]
4256                 add g_int_compare() function for slist sorting
4257
4258         * src/imap.c
4259                 fetch all MsgInfos with one command in imap_get_msginfos()
4260                 using an imap set with a list of ranges
4261
4262         * src/news.c
4263                 use new g_int_compare() function
4264
4265 2003-04-06 [thorsten]   0.8.11claws73
4266
4267         * src/mh.c
4268                 corrected implementation of mh_folder_destroy()
4269
4270 2003-04-05 [christoph]  0.8.11claws72
4271
4272         * src/account.c
4273         * src/folder.[ch]
4274         * src/folderview.c
4275         * src/imap.c
4276         * src/inc.c
4277         * src/main.c
4278         * src/mainwindow.c
4279         * src/mbox_folder.c
4280         * src/mh.c
4281         * src/mimeview.h
4282         * src/msgcache.[ch]
4283         * src/news.c
4284         * src/procmime.h
4285         * src/procmsg.[ch]
4286         * src/setup.c
4287         * src/gtk/gtkutils.c
4288                 o rename structure field names class and new to klass and
4289                   new_msgs, to allow including files in C++
4290                 o add 'extern "C"' block to some header files
4291                 o add MsgInfoList and MsgNumberList as alias for GSList for
4292                   developers to know what type of list is expected
4293
4294         * src/plugins/image_viewer/plugin.c
4295         * src/plugins/image_viewer/viewer.[ch]
4296         * src/plugins/image_viewer/viewerprefs.[ch]
4297                 rename function names to prevent conflicts
4298
4299 2003-04-05 [paul]       0.8.11claws71
4300
4301         * sync with 0.8.11cvs18
4302                 see ChangeLog 2003-04-03 and 2003-04-04
4303
4304 2003-04-02 [christoph]  0.8.11claws70
4305
4306         * src/folder.[ch]
4307         * src/imap.[ch]
4308         * src/mbox_folder.[ch]
4309         * src/mh.[ch]
4310         * src/news.[ch]
4311                 o Make all virtual folder functions private
4312                 o remove unused folder code
4313
4314         * src/common/socket.[ch]
4315         * src/summaryview.c
4316                 fix warnings
4317
4318 2003-03-30 [alfons]     0.8.11claws69
4319
4320         * src/send_message.c
4321                 remove two debug traces and see if people still report
4322                 errors
4323
4324 2003-03-30 [alfons]     0.8.11claws68
4325
4326         * src/send_message.c
4327         * src/commons/session.c
4328                 add more debug traces
4329
4330 2003-03-30 [christoph]  0.8.11claws67
4331
4332         * src/folder.c
4333                 change processing folder name from .processing to processing
4334
4335         * src/common/ssl.c
4336                 disable SSL certificate check because it causes Xlib error
4337                 when the child process want's to open an GTK window
4338
4339 2003-03-30 [christoph]  0.8.11claws66
4340
4341         * src/folder.c
4342                 don't use default folder for processing folder item because
4343                 it can be a non local folder
4344
4345         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4346
4347 2003-03-30 [alfons]     0.8.11claws65
4348
4349         * src/send_message.c
4350                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4351                 to generate bad code for 'send_send_data_progressive': When
4352                 called from 'send_send_data_finished', the 'data' pointer is
4353                 cleared just before the assignment to the dialog pointer
4354
4355 2003-03-29 [christoph]  0.8.11claws64
4356
4357         * src/common/prefs.h
4358         * src/plugins/image_viewer/Makefile.am
4359         * src/plugins/image_viewer/plugin.c
4360         * src/plugins/image_viewer/viewer.[ch]
4361         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4362                 add PrefsPage for ImageViewer
4363
4364 2003-03-28 [thorsten]   0.8.11claws63
4365
4366         * src/common/session.c
4367                 added some comments
4368
4369 2003-03-28 [paul]       0.8.11claws62
4370
4371         * sync with 0.8.11cvs16
4372                 see ChangeLog 2003-03-28
4373
4374 2003-03-28 [paul]       0.8.11claws61
4375
4376         * sync with 0.8.11cvs15
4377                 see ChangeLog 2003-03-28
4378
4379 2003-03-27 [christoph]  0.8.11claws60
4380
4381         * src/folder.c
4382         * src/imap.c
4383         * src/common/socket.[ch]
4384                 set socket state to DISCONNECTED when any operation
4385                 fails to allow reconnecting in IMAP code without
4386                 checking the return code of all calls to the command
4387                 functions
4388
4389         * src/folderview.c
4390         * src/summaryview.c
4391                 remove some more stuff that depends on specific
4392                 folder types
4393
4394 2003-03-27 [paul]       0.8.11claws59
4395
4396         * sync with 0.8.11cvs14
4397                 see ChangeLog 2003-03-27
4398                 
4399         * src/selective_download.[ch]   ** REMOVED **
4400                 really removed
4401
4402 2003-03-27 [christoph]  0.8.11claws58
4403
4404         * src/folder.c
4405                 fix handling of tmp_flags in flag copy function
4406
4407 2003-03-27 [paul]       0.8.11claws57
4408
4409         * sync with 0.8.11cvs13
4410                 see ChangeLog 2003-03-27
4411
4412 2003-03-27 [oliver]     0.8.11claws56
4413
4414         * src/maiwindow.c
4415                 remove sel_download_cb
4416
4417 2003-03-27 [oliver]     0.8.11claws55
4418         
4419         * src/inc.c
4420                 remove POP3_TOP
4421         
4422 2003-03-26 [oliver]     0.8.11claws54
4423
4424         *src/pop.h
4425                 remove POP3_TOP*
4426         * README.claws
4427                 remove selective donwload readme
4428
4429 2003-03-26 [oliver]     0.8.11claws53
4430         * src/matcher.[ch]
4431         * src/matcher_parser_parse.y 
4432         * src/pop.c 
4433         * src/prefs_account.[ch]
4434         * src/prefs_filtering.c
4435                 remove selective donwload
4436
4437 2003-03-26 [oliver]     0.8.11claws52
4438
4439         * src/inc.[ch] 
4440         * src/filtering.c 
4441         * src/mainwindow.c 
4442                 remove selective donwload
4443
4444 2003-03-26 [oliver]     0.8.11claws51
4445         
4446         * src/Makefile.am
4447         * src/selective_download.[ch]   ** REMOVE **    
4448
4449 2003-03-26 [christoph]  0.8.11claws50
4450
4451         * src/news.c
4452                 fix NEWS that got broken by a sync with sylpheed-main
4453
4454 2003-03-26 [christoph]  0.8.11claws49
4455
4456         * src/mimeview.c
4457                 fix mime type guessing when no mime type is found for a file
4458
4459 2003-03-25 [christoph]  0.8.11claws48
4460
4461         * src/mimeview.c
4462         * src/procmime.c
4463                 remove mime type guessing from mime parser and use
4464                 name based mime types in viewer lookup for mime type
4465                 application/octet-stream
4466
4467 2003-03-25 [christoph]  0.8.11claws47
4468
4469         * doc-src/readme.txt
4470         * doc-src/rfc2554.txt
4471                 add RFC about SMTP AUTH
4472
4473         * src/send_message.c
4474         * src/common/smtp.[ch]
4475                 add extra error code for authentication errors and
4476                 clear temporary password when this error occurs
4477
4478         (closes Bug 84 authentication failure while sending should
4479          prompt for password again)
4480
4481 2003-03-25 [christoph]  0.8.11claws46
4482
4483         * configure.ac
4484         * src/Makefile.am
4485         * src/imageview.[ch]                            ** REMOVE **
4486         * src/messageview.[ch]
4487         * src/mimeview.[ch]
4488         * src/prefs_common.[ch]
4489         * src/textview.c
4490         * src/plugins/Makefile.am
4491         * src/plugins/image_viewer/.cvsignore           ** NEW **
4492         * src/plugins/image_viewer/Makefile.am          ** NEW **
4493         * src/plugins/image_viewer/plugin.c             ** NEW **
4494         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4495                 move image viewer into a plugin (building is enabled by default)
4496                 [ToDo: Prefs for resize and autoview]
4497
4498 2003-03-25 [paul]       0.8.11claws45
4499
4500         * sync with 0.8.11cvs12
4501                 see ChangeLog 2003-03-26
4502
4503 2003-03-25 [paul]       0.8.11claws44
4504
4505         * sync with 0.8.11cvs11
4506                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4507                 
4508         Note: Selective Download is broken.
4509                 
4510 2003-03-22 [christoph]  0.8.11claws43
4511
4512         * src/folder.c
4513                 code cleanup for flags copying
4514
4515 2003-03-22 [christoph]  0.8.11claws42
4516
4517         * src/plugins/trayicon/trayicon.c
4518                 fix setting the transparent area when the window size
4519                 is forced by the system tray
4520
4521 2003-03-22 [christoph]  0.8.11claws41
4522
4523         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4524         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4525         * src/plugins/trayicon/newmail.xpm              ** NEW **
4526         * src/plugins/trayicon/nomail.xpm               ** NEW **
4527         * src/plugins/trayicon/trayicon.c
4528         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4529                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4530                 o add icon for unread mails
4531                 o set transparency for window
4532
4533 2003-03-22 [christoph]  0.8.11claws40
4534
4535         * src/news.c
4536                 init news session to prevent crash when session is closed
4537
4538 2003-03-22 [christoph]  0.8.11claws39
4539
4540         * src/imap.c
4541         * src/common/session.[ch]
4542                 Init session data to make sure we don't have invalid pointers
4543                 for read_ch and write_ch when new multi process sessions are
4544                 not used
4545
4546         * src/main.c
4547         * src/common/plugin.c
4548         * src/common/sylpheed.c
4549         * src/plugins/demo/demo.c
4550         * src/plugins/dillo_viewer/dillo_viewer.c
4551         * src/plugins/mathml_viewer/mathml_viewer.c
4552         * src/plugins/spamassassin/spamassassin.c
4553         * src/plugins/spamassassin/spamassassin_gtk.c
4554                 add plugin types to allow loading plugins at different times
4555                 (and maybe for different frontends), because it's not good to
4556                 load GTK-Plugins gefore gtk_init was called
4557
4558         * configure.ac
4559         * src/plugins/Makefile.am
4560         * src/plugins/trayicon/.cvsignore               ** NEW **
4561         * src/plugins/trayicon/Makefile.am              ** NEW **
4562         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4563         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4564         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4565         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4566         * src/plugins/trayicon/trayicon.c               ** NEW **
4567                 New Trayicon plugin that shows an icon in a systray that uses
4568                 XEMBED protocol like Gnome's systray. Icon shows if there
4569                 are new mails and a tooltip shows information about new,
4570                 unread and total messages.
4571
4572 2003-03-22 [paul]       0.8.11claws38
4573
4574         * src/common/smtp.c
4575                 fix ESMTP AUTH CRAM-MD5
4576                 [sync with main (still version 0.8.11cvs6), see
4577                  ChangeLog 2003-03-22]
4578
4579 2003-03-21 [colin]      0.8.11claws37
4580
4581         * src/send_message.c
4582                 Fix USE_SSL => USE_OPENSSL
4583
4584 2003-03-21 [colin]      0.8.11claws36
4585
4586         * src/folderview.c
4587                 Fix counts in drag and dropped subfolders
4588
4589 2003-03-21 [colin]      0.8.11claws35
4590
4591         * src/folder.c 
4592         * src/folderview.c
4593                 speed up a bit folder dnd
4594
4595 2003-03-20 [alfons]     0.8.11claws34
4596
4597         * src/main.c
4598         * src/toolbar.c
4599         * src/procmsg.c
4600                 don't send locked queue messages
4601                 (feature request "[ 705245 ] Locking message in outbox 
4602                  should prevent sending")
4603
4604 2003-03-20 [christoph]  0.8.11claws33
4605
4606         * src/folder.c
4607                 remove NEW and UNREAD flag in special folders when scanning
4608                 
4609         * src/common/smtp.c
4610                 fix ESMTP AUTH CRAM-MD5
4611
4612 2003-03-20 [paul]       0.8.11claws32
4613
4614         * src/prefs_account.c
4615                 Re-write 'Tunnel command to open connection' as
4616                 'Use command to communicate with server', and disable
4617                 it for all except IMAP accounts
4618
4619 2003-03-20 [paul]       0.8.11claws31
4620
4621         * sync with 0.8.11cvs6
4622                 see ChangeLog 2003-03-20
4623
4624 2003-03-19 [match]      0.8.11claws30
4625
4626         * src/addritem.[ch]
4627                 include documentation. minor refactoring.
4628         * src/addr_compl.[ch]
4629         * src/addrindex.[ch]
4630         * src/addresbook.[ch]
4631         * src/summaryview.c
4632                 re-enable address lookup (was disabled in
4633                 0.8.11claws20).
4634
4635 2003-03-19 [christoph]  0.8.11claws29
4636
4637         * src/procmsg.c
4638                 add temp flag handling, will make moving and copying
4639                 messages possible again
4640
4641         * src/folder.c
4642                 correct calulation of folder stats
4643
4644 2003-03-18 [match]      0.8.11claws28
4645
4646         * src/editgroup.h
4647                 remove case sensitive comparison (closes bug 80).
4648
4649 2003-03-18 [christoph]  0.8.11claws27
4650
4651         * src/imap.c
4652                 fix imap using a tunnel command
4653
4654         (closes bug 87)
4655
4656 2003-03-18 [christoph]  0.8.11claws26
4657
4658         * src/folder.[ch]
4659         * src/imap.c
4660         * src/procmsg.[ch]
4661                 rewrite flag handling for folders
4662
4663 2003-03-18 [christoph]  0.8.11claws25
4664
4665         * src/folder.c
4666         * src/procmsg.c
4667         * src/summaryview.c
4668                 unset NEW and UNREAD flags when message is ignored, to make
4669                 sure messages don't show up as unread on other IMAP clients,
4670                 because the IGNORE_THREAD flag can not be syncronized through
4671                 the IMAP folder
4672
4673 2003-03-17 [christoph]  0.8.11claws24
4674
4675         * src/imap.c
4676                 don't use recursion to fetch uids when the number of messages
4677                 does not match. Moved code into subfunction that is used
4678                 again when needed, to prevent an endless loop.
4679
4680 2003-03-17 [thorsten]   0.8.11claws23
4681
4682         * src/imageview.[ch]
4683                 export imageview_get_resized_size() (for plugins)
4684         * src/prefs_common.[ch]
4685                 added prefs_common_get() (for plugins)
4686
4687 2003-03-17 [christoph]  0.8.11claws22
4688
4689         * src/imap.c
4690                 o remove UID guessing from copy code
4691                 o support UIDPLUS extension for APPEND command
4692
4693 2003-03-17 [paul]       0.8.11claws21
4694
4695         * src/gtk/about.c
4696                 remove 'Compiled-plugins' section.
4697                 
4698         * src/plugins/dillo_viewer/dillo_viewer.c
4699                 slight change to description text
4700
4701 2003-03-16 [match]      0.8.11claws20
4702         * src/ldapserver.[ch]           ** NEW **
4703         * src/ldapctrl.[ch]             ** NEW **
4704         * src/ldapquery.[ch]            ** NEW **
4705         * src/ldaputil.[ch]             ** NEW **
4706         * src/addrcindex.[ch]           ** NEW **
4707         * src/addrquery.h               ** NEW **
4708         * src/addritem.[ch]
4709         * src/addrcache.[ch]
4710         * src/addrindex.[ch]
4711         * src/addr_compl.[ch]
4712         * src/addressbook.[ch]
4713         * src/addrbook.[ch]
4714         * src/editgroup.c
4715         * src/editaddress.c
4716         * src/editldap.c
4717         * src/editldap_basedn.c
4718         * src/vcard.c
4719         * src/jpilot.c
4720         * src/Makefile.am
4721                 included dynamic LDAP queries. improved address
4722                 completion.
4723
4724 2003-03-16 [paul]       0.8.11claws19
4725
4726         * tools/multiwebsearch.pl
4727                 fix a fatal typo
4728
4729 2003-03-16 [christoph]  0.8.11claws18
4730
4731         * src/mimeview.c
4732         * src/plugins/dillo_viewer/dillo_viewer.c
4733         * src/plugins/mathml_viewer/mathml_viewer.c
4734                 make unregistering of MimeViewerFactorys possible
4735
4736 2003-03-16 [alfons]     0.8.11claws17
4737
4738         * configure.ac
4739                 correct typo
4740
4741 2003-03-16 [melvin]     0.8.11claws16
4742
4743         * src/plugins/dillo_viewer.c
4744                 Fixed bug where it was not possible to view more than
4745                 one text/html attachment per message (bug discovered
4746                 by Christoph Hohmann).
4747
4748 2003-03-15 [melvin]     0.8.11claws15
4749
4750         * src/prefs_actions.c
4751                 Fixed compilation warnings.
4752
4753 2003-03-15 [melvin]     0.8.11claws14
4754
4755         * src/plugins/Makefile.am
4756         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4757         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4758         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4759                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4760                 newer (http://dillo.auriga.wearlab.de/).
4761
4762 2003-03-15 [christoph]  0.8.11claws13
4763
4764         * src/imap.c
4765                 don't query imap folder for attributes because we already
4766                 for them from imap_status
4767
4768         * src/mimeview.[ch]
4769                 add support for plugable MimeViewers (unloading Viewers
4770                 not yet complete)
4771
4772         * src/plugins/Makefile.am
4773         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4774         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4775         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4776                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4777                 widget from http://helm.cs.unibo.it/mml-widget/
4778
4779 2003-03-14 [christoph]  0.8.11claws12
4780
4781         * src/folder.[ch]
4782                 o error return code's should better be negative
4783                 o replace printf with debug_print
4784
4785         * src/imap.c
4786                 improve IMAP folder scan by checking UID-NEXT
4787
4788         * src/summaryview.c
4789                 remove check that are unnecessary in my opinion
4790
4791 2003-03-13 [christoph]  0.8.11claws11
4792
4793         * src/folder.[ch]
4794         * src/foldersel.c
4795         * src/folderview.c
4796         * src/imap.c
4797         * src/mbox_folder.c
4798         * src/mh.c
4799         * src/news.c
4800         * src/prefs_scoring.c
4801         * src/summaryview.c
4802                 use a common function to get a displayable name
4803                 for a FolderItem
4804
4805 2003-03-13 [paul]       0.8.11claws10
4806
4807         * tools/Makefile.am
4808           tools/README
4809           tools/multiwebsearch.conf     ** NEW FILE **
4810           tools/multiwebsearch.pl       ** NEW FILE **
4811                 add multiwebsearch Actions script
4812
4813 2003-03-13 [colin]      0.8.11claws9
4814
4815         * src/compose.c
4816                 Remove leading emtpy lines from quoted text
4817                 before quoting it
4818
4819 2003-03-13 [melvin]     0.8.11claws8
4820
4821         * src/prefs_actions.c
4822                 Fixed a memory leak
4823                 Code clean ups
4824                 Added Cancel and OK buttons
4825                 Corrected help text
4826
4827 2003-03-13 [christoph]  0.8.11claws7
4828
4829         * src/account.c
4830         * src/folder.[ch]
4831         * src/imap.c
4832         * src/mainwindow.c
4833         * src/mbox_folder.c
4834         * src/mh.c
4835         * src/news.c
4836         * src/setup.c
4837                 replace more folder type stuff with folder class stuff
4838
4839 2003-03-13 [melvin]     0.8.11claws6
4840
4841         * src/prefs_actions.c
4842                 Added new tokens:
4843                 %u: user provided argument
4844                 %h: user provided argument (hidden on input)
4845                 %s: current text selection in the message view 
4846
4847 2003-03-13 [paul]       0.8.11claws5
4848
4849         * sync with 0.8.11cvs5
4850                 see ChangeLog 2003-03-11, 2003-03-12
4851
4852 2003-03-12 [christoph]  0.8.11claws4
4853
4854         * src/folder.c
4855                 use folder class idstr when writing folderlist.xml
4856
4857         * src/folder.h
4858         * src/imap.c
4859         * src/news.c
4860                 replace folder type checks with folder class checks
4861
4862 2003-03-12 [christoph]  0.8.11claws3
4863
4864         * src/folder.[ch]
4865         * src/imap.[ch]
4866         * src/main.c
4867         * src/mbox_folder.[ch]
4868         * src/mh.[ch]
4869         * src/news.[ch]
4870                 o create a list of known folder classes in the folder system
4871                 o use folder class id strings for folder item identifiers
4872
4873 2003-03-12 [christoph]  0.8.11claws2
4874
4875         * src/imap.c
4876                 fix imap uid validity check
4877
4878 2003-03-12 [christoph]  0.8.11claws1
4879
4880         * src/account.c
4881         * src/folder.[ch]
4882         * src/foldersel.c
4883         * src/folderview.c
4884         * src/imap.c
4885         * src/mainwindow.c
4886         * src/mbox_folder.c
4887         * src/mh.c
4888         * src/news.c
4889         * src/prefs_scoring.c
4890         * src/procmsg.c
4891         * src/setup.c
4892         * src/summaryview.c
4893                 initial restructuring of folder system, seperating
4894                 folders and folder classes
4895
4896 2003-03-12 [paul]       0.8.11claws
4897
4898         0.8.11claws release
4899
4900 2003-03-12 [christoph]
4901
4902         * src/gtk/prefswindow.c
4903                 fix translation of "Page Index"
4904
4905 2003-03-12 [paul]       0.8.10claws110
4906
4907         a sync from 0.8.11cvs4 before the release
4908
4909         * src/common/utils.c
4910                 subject_compare_for_sort(): allow null strings (fixes
4911                 summary sorting).
4912
4913 2003-03-11 [paul]       0.8.10claws109
4914
4915         * po/es.po
4916                 update Spanish translation, submitted by
4917                 Ricardo Mones Lastra
4918
4919 2003-03-11 [melvin]     0.8.10claws108
4920
4921         * po/fr.po
4922                 Updated French translations
4923
4924 2003-03-11 [paul]       0.8.10claws107
4925
4926         * manual/en/Makefile.am
4927           manual/en/*.html
4928                 update English manual, add a new page
4929                 updated by Francois Barriere <fbarriere@atmel.fr>
4930                 
4931         * po/bg.po
4932           po/it.po
4933           po/sr.po
4934                 update Bulgarian, Italian, and Serbian translations
4935                 submitted by George Danchev, Alessandro Maestri, and
4936                 Urke MMI
4937
4938 2003-03-10 [paul]       0.8.10claws106
4939
4940         * src/gtk/about.c
4941           src/gtk/prefswindow.c
4942                 make some strings translatable
4943
4944 2003-03-10 [darko]      0.8.10claws105
4945
4946         * src/compose.c
4947                 code cleanup to make Hiro happy
4948
4949 2003-03-10 [paul]       0.8.10claws104
4950
4951         * sync with 0.8.11cvs2
4952                 see ChangeLog 2003-03-10
4953
4954 2003-03-09 [melvin]     0.8.10claws103
4955
4956         * src/textview.c
4957                 textview_set_font(): fix for message display in
4958                 UTF-8 locales (thanks to Sergey Vlasov).
4959                 (was unintentionnaly reverted in 0.8.6claws6)   
4960
4961 2003-03-08 [darko]      0.8.10claws102
4962
4963         * src/compose.c
4964                 fix infinite loop in wrapping as reported
4965                 by happycactus
4966                 obsoletes patch #696482
4967
4968 2003-03-08 [christoph]  0.8.10claws101
4969
4970         * src/imap.c
4971                 add workaround for IMAP servers that do not
4972                 support the "UID SEARCH UID" command
4973
4974 2003-03-07 [christoph]  0.8.10claws100
4975
4976         * src/plugins/spamassassin/spamassassin.[ch]
4977         * src/plugins/spamassassin/spamassassin_gtk.c
4978                 code cleanup
4979
4980 2003-03-07 [paul]       0.8.10claws99
4981
4982         * po/es.po
4983                 updated Spanish translation, submitted by
4984                 Ricardo Mones Lastra
4985
4986 2003-03-07 [christoph]  0.8.10claws98
4987
4988         * src/send.c
4989                 fix in 0.8.10claws94 was wrong
4990                 local delivery does not require escaping, remove escaping
4991                 code to make signatures of mails with "." lines valid
4992                 
4993                 NOTE: requires that sendmail is executed with "-i" option,
4994                       what is the default now, but has to be changed in all
4995                       exsiting accounts)
4996
4997 2003-03-07 [paul]       0.8.10claws97
4998
4999         * sync with 0.8.11 release
5000                 see ChangeLog 2003-03-07
5001
5002 2003-03-06 [paul]       0.8.10claws96
5003
5004         * src/compose.c
5005                 revert commit 0.8.10claws92
5006
5007 2003-03-06 [paul]       0.8.10claws95
5008
5009         * src/folderview.c
5010                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
5011
5012         * src/gtkaspell.c
5013                 fix bug 74, 'Crash opening editor window with pseudo-color
5014                 display'
5015                 
5016         Patches submitted by Kevin Vigor <kevin@vigor.nu>
5017
5018 2003-03-06 [christoph]  0.8.10claws94
5019
5020         * src/send.c
5021                 fix rfc2821 (4.5.2) violation in SMTP data sending,
5022                 all lines starting with a period get an extra period
5023                 inserted
5024                 (found by Simon 'corecode' Schubert)
5025
5026 2003-03-06 [paul]       0.8.10claws93
5027
5028         * src/folderview.c
5029                 if configured font can't be loaded fall back to gtk
5030                 default. (with thanks to Christoph)
5031                 
5032                 closes long-standing bug 15 'Crashes on startup'
5033
5034 2003-03-06 [paul]       0.8.10claws92
5035
5036         * src/compose.c
5037                 freeze text before autosave and thaw afterwards
5038                 fixes bug 67 'autosave make re-rediting message crazy'
5039
5040 2003-03-06 [christoph]  0.8.10claws91
5041
5042         * src/compose.c
5043                 ignore address comment in dupe check for Cc-list
5044
5045         (closes reopened bug 47 Replying to message strips name part of
5046          e-mail addresses of Cc: lines)
5047
5048 2003-03-06 [paul]       0.8.10claws90
5049
5050         * src/Makefile.am
5051                 remove reference to gtkxtext.h as its no longer in
5052                 the repository
5053
5054 2003-03-06 [paul]       0.8.10claws89
5055
5056         * sync with 0.8.10cvs25
5057                 see ChangeLog 2003-03-06
5058
5059 2003-03-06 [oliver]     0.8.10claws88
5060         
5061         * src/messageview.c
5062                 remove include
5063
5064 2003-03-06 [oliver]     0.8.10claws87
5065         
5066         * src/folderview.c 
5067                 remove changes introduced inclaws74
5068         * src/messageview.c
5069                 another attempt to sanely delete and update
5070                 messages deleted in separate messageview
5071
5072 2003-03-05 [christoph]  0.8.10claws86
5073
5074         * src/summaryview.c
5075                 check if "From" matches any account's address if
5076                 addressbook completion of addresses is disabled too
5077
5078         (closes Bug 70 "Display recipient in from" doesn't check
5079          folder's default account)
5080
5081 2003-03-05 [christoph]  0.8.10claws85
5082
5083         * src/compose.c
5084         * src/common/utils.[ch]
5085                 don't strip address comments when building Cc lists
5086
5087         (closes Bug 47 Replying to message strips name part of e-mail addresses
5088          of Cc: lines)
5089
5090         * src/folder.c
5091                 fix return value of copy function
5092
5093 2003-03-05 [christoph]  0.8.10claws84
5094
5095         * src/imap.c
5096                 don't ask imap server for non rfc822 headers
5097
5098         (closes bug 71 IMAP FETCH asks for FROM header field twice)
5099
5100         * src/imap.c
5101                 destroy session on socket error to allow reconnecting
5102
5103 2003-03-05 [christoph]  0.8.10claws83
5104
5105         * configure.ac
5106                 fix building with gnome when no prefix is set
5107
5108         (closes bug 66 Gnome directory is set to NONE)
5109
5110 2003-03-05 [paul]       0.8.10claws82
5111
5112         * sync with 0.8.10cvs23
5113                 see ChangeLog 2003-03-05
5114
5115 2003-03-04 [christoph]  0.8.10claws81
5116
5117         * src/folder.c
5118                 o fix moving and copying when folder returns 0 for new
5119                   message number
5120                 o remove some code for single message copy and move
5121                   operations and use functions for multiple messages
5122
5123         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
5124
5125         * src/news.c
5126                 remove unused include
5127
5128 2003-03-04 [paul]       0.8.10claws80
5129
5130         * src/gtk/about.c
5131                 list 'Compiled plugins'
5132
5133 2003-03-03 [christoph]  0.8.10claws79
5134
5135         * src/news.[ch]
5136                 have to multiply the percentage of the current fetch with
5137                 the percentage that it has of the total fetch operation
5138                 for correct values
5139
5140 2003-03-03 [christoph]  0.8.10claws78
5141
5142         * src/news.c
5143                 fix calculation of expected lines for progress indicator
5144
5145 2003-03-03 [christoph]  0.8.10claws77
5146
5147         * src/summaryview.c
5148         * src/common/utils.c
5149                 fix segfault when opening the root news folder
5150
5151 2003-03-03 [christoph]  0.8.10claws76
5152
5153         * src/mainwindow.[ch]
5154         * src/common/Makefile.am
5155         * src/common/progressindicator.[ch]
5156                 add UI independent progress indicator handling
5157
5158         * src/news.[ch]
5159                 use new progress indicator for message info fetching
5160
5161         * src/common/hooks.h
5162                 code cleanup
5163
5164 2003-03-03 [oliver]     0.8.10claws75
5165
5166         * src/toolbar.c
5167         * src/compose.c
5168                 removed commented code
5169
5170 2003-03-03 [oliver]     0.8.10claws74
5171
5172         * src/toolbar.[ch]
5173                 cleanups and refactoring
5174         * src/compose.[ch]
5175                 compose_reply_mode reply & forwarding interface for
5176                 toolbar buttons
5177         * src/folderview.c
5178                 act on messages marked for deletion in folderview_selected
5179                 based on prefs_common.immediate_exec since a message might 
5180                 have been deleted by messageview in a folder we are changing 
5181                 to (does anybody understand what I'm on about ?)
5182
5183 2003-03-03 [oliver]     0.8.10claws73
5184         
5185         * src/messageview.[ch]
5186                 new functions
5187                 - messageview_delete: delete message shown in messagview
5188                 - messageview_update_view: update messageview to currently 
5189                   selected summaryview message
5190                 - add separate messageview to msgview_list in order to update 
5191                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
5192         * src/summaryview.[ch]
5193                 summary_get_selection returns a list of selected msgs
5194                 in summaryview
5195         * src/mainwindow.c
5196                 toolbar reply refactoring
5197
5198 2003-03-03 [paul]       0.8.10claws72
5199
5200         * sync with 0.8.10cvs21
5201                 see ChangeLog 2003-03-03
5202
5203 2003-03-02 [christoph]  0.8.10claws71
5204
5205         * src/common/passcrypt.c
5206                 use POSIX includes
5207
5208 2003-03-02 [christoph]  0.8.10claws70
5209
5210         * configure.ac
5211         * src/prefs_account.c
5212         * src/prefs_gtk.[ch]
5213         * src/common/.cvsignore
5214         * src/common/Makefile.am
5215         * src/common/passcrypt.c                ** NEW **
5216         * src/common/passcrypt.h.in             ** NEW **
5217                 Implement password encryption in config files
5218                 using unix encrypt and setkey functions. The crypt
5219                 key can be set as a configure parameter. Old
5220                 passwords will be converted if they do not begin
5221                 with '!'
5222
5223 2003-03-02 [paul]       0.8.10claws69
5224
5225         * src/prefs_account.c
5226                 fix compile error
5227
5228 2003-03-01 [thorsten]   0.8.10claws68
5229
5230         * po/el.po
5231           po/hr.po
5232           po/it.po
5233           po/nl.po
5234           po/sr.po
5235           po/sv.po
5236                 corrected format strings
5237         * po/en_GB.po
5238                 corrected headers
5239                 (fix compile errors with GNU gettext-0.11.5)
5240
5241 2003-03-01 [oliver]     0.8.10claws67
5242
5243         * src/summaryview.c
5244                 menu callbacks call toolbar_menu_reply
5245
5246 2003-03-01 [oliver]     0.8.10claws66
5247
5248         * src/mainwindow.c
5249         * src/messageview.c
5250                 menu callbacks call toolbar_menu_reply
5251         * src/toolbar.[ch]
5252                 callbacks from menu handled by toolbar_menu_reply
5253
5254 2003-03-01 [paul]       0.8.10claws65
5255
5256         * src/addressbook.c
5257                 revert commit 0.8.10claws54 - breaks editing of
5258                 addressbook.
5259                 
5260         * po/bg.po
5261                 update Bulgarian translation, submitted by
5262                 George Danchev
5263
5264 2003-02-28 [christoph]  0.8.10claws64
5265
5266         * src/account.c
5267         * src/addressadd.c
5268         * src/compose.c
5269         * src/gtkaspell.c
5270         * src/gtkxtext.h                ** REMOVE **
5271         * src/imap.c
5272         * src/matcher.[ch]
5273         * src/mh.c
5274         * src/news.c
5275         * src/pine.c
5276         * src/prefs_common.c
5277         * src/prefs_matcher.c
5278         * src/procheader.[ch]
5279         * src/procmsg.[ch]
5280         * src/toolbar.c
5281         * src/common/ssl_certificate.c
5282         * src/gtk/colorlabel.c
5283         * src/gtk/menu.c
5284                 o fix warnings
5285                 o remove code obsoleted by new cache and folder system rework
5286
5287 2003-02-28 [oliver]     0.8.10claws63
5288         
5289         * src/toolbar.[ch]
5290                 * fix bug where reply in Messageview replied to 
5291                 Message displayed in summaryview
5292                 (reportedd via ML by chinatinte at gmx dot ch)
5293                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
5294                 didn't work in separate MessageView Toolbar
5295                 (wondering if anybody uses this at all ?)
5296         * src/summaryview.[ch]
5297                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
5298                 (generalize reply and forward code);
5299         * src/messageview.c 
5300                 remove focus_in event which updated summaryview to messageview
5301
5302 2003-02-28 [paul]       0.8.10claws62
5303
5304         * po/Makefile.in.in
5305                 add the --check option
5306                 Patch submitted by Ricardo Mones Lastra
5307
5308 2003-02-28 [paul]       0.8.10claws61
5309
5310         * src/prefs_account.c
5311                 re-order 'Signature' items
5312
5313 2003-02-28 [paul]       0.8.10claws60
5314
5315         * sync with 0.8.10cvs20
5316                 see ChangeLog 2003-02-28
5317
5318 2003-02-28 [paul]       0.8.10claws59
5319
5320         * po/POTFILES.in
5321                 update to reflect recent movement of files
5322
5323 2003-02-28 [paul]       0.8.10claws58
5324
5325         * sync with 0.8.10cvs19
5326                 see ChangeLog 2003-02-28
5327
5328 2003-02-27 [martin]     0.8.10claws57
5329
5330         * src/prefs_matcher.c 
5331                 fix segfault in prefs_matcher_ok() when the
5332                 last entry is deleted and prevents that the
5333                 message "entry not saved" comes up after deleting
5334                 an entry
5335
5336 2003-02-27 [martin]     0.8.10claws56
5337
5338         * src/prefs_filtering.c 
5339                 fix segfault in prefs_filtering_ok() when the
5340                 last entry is deleted and prevents that the
5341                 message "entry not saved" comes up after deleting
5342                 an entry
5343
5344 2003-02-27 [paul]       0.8.10claws55
5345
5346         * sync with 0.8.10cvs18
5347                 see ChangeLog 2003-02-27
5348
5349 2003-02-27 [paul]       0.8.10claws54
5350
5351         * src/addressbook.c
5352                 fix bug where the address book crashes with 
5353                 multiple lookups.
5354                 Patch [687729] submitted by David Frager 
5355                 <dbfrager@users.sourceforge.net>
5356
5357 2003-02-25 [christoph]  0.8.10claws53
5358
5359         * src/Makefile.am
5360         * src/colorlabel.[ch]           ** REMOVE **
5361         * src/gtk/Makefile.am
5362         * src/gtk/colorlabel.[ch]       ** NEW **
5363                 move colorlabel files to gtk directory
5364
5365         * src/esmtp.[ch]                ** REMOVE **
5366                 has been merged into smtp.[ch] in 0.7.5
5367
5368 2003-02-25 [christoph]  0.8.10claws52
5369
5370         * src/Makefile.am
5371         * src/about.[ch]                ** REMOVE **
5372         * src/gtk/Makefile.am
5373         * src/gtk/about.[ch]            ** NEW **
5374                 move about files to gtk directory
5375
5376 2003-02-25 [christoph]  0.8.10claws51
5377
5378         * src/folder.c
5379                 some code optimization of folder scanning code
5380
5381         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5382
5383 2003-02-25 [christoph]  0.8.10claws50
5384
5385         * src/main.c
5386         * src/common/sylpheed.c
5387                 add command line parameter parsing to common code
5388
5389 2003-02-24 [christoph]
5390
5391         * Makefile.am
5392         * configure.ac
5393                 fix gnome prefix problems, the configure script now removed
5394                 `gnome-config --prefix` from `gnome-config --datadir`
5395                 and adds $(prefix} instead
5396
5397         (closes Bug 24 Makefile does not respect prefix when installing
5398          GNOME data)
5399
5400 2003-02-24 [christoph]  0.8.10claws49
5401
5402         * src/news.c
5403                 check for valid session before trying to authenticate
5404
5405         (closes Bug 60 crash if "authenticate on logon" is activated
5406          and newsserver-hostname is not valid)
5407
5408 2003-02-24 [melvin]     0.8.10claws48
5409
5410         * src/prefs_actions.c
5411                 Make sure all user's input is sent to the action and then
5412                 close the socket..
5413
5414 2003-02-23 [alfons]     0.8.10claws46
5415
5416         * src/summaryview.c
5417                 also wait cursor when deleting files
5418
5419 2003-02-23 [paul]
5420
5421         * tools/freshmeat_search.pl
5422           tools/google_search.pl
5423                 scripts should now work for any browser/browser command line
5424
5425 2003-02-22 [christoph]  0.8.10claws45
5426
5427         * src/procmsg.c
5428                 fix IMAP flag setting, IMAP flag is not handled correctly
5429                 anymore by the folder system and information about the
5430                 folder should not be saved in the MsgInfo (in my opinion)
5431
5432         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5433
5434 2003-02-22 [christoph]  0.8.10claws44
5435
5436         * src/summaryview.c
5437                 fix spelling of "label" ;-)
5438
5439 2003-02-22 [thorsten]   0.8.10claws43
5440
5441         * src/mimeview.c
5442           src/prefs_common.[ch]
5443           src/procmime.[ch]
5444                 do not use description as attachment name
5445
5446 2003-02-22 [alfons]     0.8.10claws42
5447
5448         * src/summaryview.c
5449                 freeze/thaw folder item updates when changing color labels,
5450                 and put a wait cursors on
5451
5452 2003-02-22 [thorsten]   0.8.10claws41
5453
5454         * src/mimeview.c
5455                 save-all fixes: crash if invoked on multipart container,
5456                 mimeinfo access, pathseparators, error dialog
5457
5458 2003-02-21 [alfons]     0.8.10claws40
5459
5460         * src/prefs_gtk.c
5461                 remove unused var
5462
5463 2003-02-21 [colin]      0.8.10claws39
5464
5465         * src/send.c
5466                 Fix smtp logging
5467
5468 2003-02-21 [colin]      0.8.10claws38
5469
5470         * src/summaryview.c
5471                 Freeze/thaw folderItem updates when filtering messages 
5472                 via Tools/Filter messages
5473
5474 2003-02-21 [paul]       0.8.10claws37
5475
5476         * src/compose.c
5477                 revert commit 0.8.10claws26, there are ulterior motives
5478                 for users to set a Reply-To header when posting to
5479                 newsgroups
5480
5481 2003-02-21 [paul]       0.8.10claws36
5482
5483         * sync with 0.8.10cvs17
5484                 see ChangeLog 2003-02-21
5485
5486 2003-02-20 [christoph]  0.8.10claws35
5487
5488         * src/imap.c
5489                 IMAP UID fetch speedup using SEARCH
5490
5491         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5492
5493         * src/imap.c
5494                 fix problem with UIDs in IMAP UID cache that no longer existed
5495
5496 2003-02-20 [christoph]  0.8.10claws34
5497
5498         * src/imap.c
5499         * src/procheader.c
5500         * src/procheader.h
5501                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5502
5503         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5504
5505         * src/imap.c
5506                 Rewrite imap_cmd_gen_recv use sock_getline instead
5507                 of sock_gets to avoid problems with too long reply
5508                 lines
5509     
5510 2003-02-20 [colin]      0.8.10claws33
5511         
5512         * src/prefs_account.c
5513                 Better wording
5514
5515 2003-02-20 [colin]      0.8.10claws32
5516
5517         * src/compose.c
5518                 Remove useless '&& !to_sender' 
5519
5520 2003-02-20 [darko]
5521
5522         * AUTHORS
5523                 change my e-mail address
5524
5525 2003-02-19 [colin]      0.8.10claws31
5526
5527         * src/prefs_common.c
5528                 X11 style colors for every configurable color
5529
5530 2003-02-19 [alfons]     0.8.10claws30
5531
5532         * src/prefs_gtk.[ch]
5533         * src/prefs_common.c
5534                 for color_new accept both plain integers and X11 style color
5535                 names (as found in /usr/lib/X11/rgb.txt)
5536
5537 2003-02-19 [paul]       0.8.10claws29
5538
5539         * src/mainwindow.c
5540                 add tooltips to online/offline button and account selector
5541                 button
5542
5543 2003-02-19 [paul]       0.8.10claws28
5544
5545         * src/folder.c
5546           src/news.c
5547           src/prefs_account.[ch]
5548           src/prefs_common.[ch]
5549                 move 'Maximum number of articles to download' to
5550                 account prefs.
5551                 clean up account prefs gui a little by hiding entries
5552                 rather then greying out entries
5553
5554 2003-02-19 [hiro]       0.8.10claws27
5555
5556         * src/common/utils.c
5557                 fix bug #54 'yesterdays date is displayed in the message 
5558                 summary window'
5559
5560 2003-02-19 [paul]       0.8.10claws26
5561
5562         * src/compose.c
5563                 fix bug reported in Feature Request [688596] 
5564                 'Reply-to header in news'
5565
5566 2003-02-18 [paul]       0.8.10claws25
5567
5568         * src/select-keys.c
5569                 add a 'List all keys' button to key selection dialog
5570
5571 2003-02-18 [colin]      0.8.10claws24
5572         
5573         * src/stock_pixmap.c
5574                 fix compile error
5575
5576 2003-02-18 [colin]      0.8.10claws23
5577
5578         * src/common/smtp.[ch]
5579           src/prefs_account.c
5580                 Try to starttls if it seems to be the only
5581                 way to authenticate a user
5582
5583 2003-02-18 [paul]       0.8.10claws22
5584
5585         * src/Makefile.am
5586           src/folderview.c
5587           src/stock_pixmap.[ch]
5588           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5589           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5590                 as a Drafts folder is a special folder allow it to have
5591                 its own unique icons
5592
5593 2003-02-18 [colin]      0.8.10claws21
5594
5595         * src/imap.c
5596                 Fix port selection when using starttls
5597
5598 2003-02-18 [paul]       0.8.10claws20
5599
5600         * src/mainwindow.c
5601           src/prefs_common.[ch]
5602                 make blue the default new mail colour
5603
5604 2003-02-18 [paul]       0.8.10claws19
5605
5606         * sync with 0.8.10cvs14
5607                 see ChangeLog 2003-02-18
5608
5609 2003-02-17 [jens]       0.8.10claws18
5610
5611         * src/common/md5.c
5612                 fixed a compile problem with gcc 3.3
5613                 works on 2.95.3 too (testet on PPC as it is big endian)
5614
5615 2003-02-17 [paul]       0.8.10claws17
5616
5617         * sync with 0.8.10cvs13
5618                 see ChangeLog 2003-02-17
5619
5620 2003-02-17 [paul]       0.8.10claws16
5621
5622         * sync with 0.8.10cvs12
5623                 see ChangeLog 2003-02-17
5624
5625 2003-02-16 [match]      0.8.10claws15
5626
5627         * src/addressbook.c
5628                 Eliminates reloading of address data when items
5629                 deleted or added. Applied submitted by
5630                 Luke Plant <lukeplant@softhome.net>
5631
5632 2003-02-16 [paul]       0.8.10claws14
5633
5634         * src/news.c
5635                 when a 'protocol error' is encountered disconnect from
5636                 the server. This means that the user can carry on viewing
5637                 other articles and doesn't have to either wait until the
5638                 server timesout or quit sylpheed.
5639                 Fixes bug #53 'Unable to read messages in newsgroups, 
5640                 displayed message doesn't change'
5641
5642 2003-02-15 [christoph]  0.8.10claws13
5643
5644         * src/imap.c
5645                 fix bug that stopped scanning of folders when an
5646                 IMAP folder was empty
5647
5648         (closes bug 46 stop scan messages in folders after empty folder)
5649
5650 2003-02-15 [paul]
5651
5652         * tools/Makefile.am
5653           tools/README
5654           tools/freshmeat_search.pl     ** NEW FILE **
5655           tools/google_search.pl        ** NEW FILE **
5656                 Add 2 Actions scripts which search freshmeat/google
5657                 for the selected text using the browser configured
5658                 in sylpheedrc.
5659                 
5660         Note: These scripts are very dependent on the format of the
5661         browser command and may not work on every occasion. Testing
5662         is welcome. 
5663
5664 2003-02-14 [alfons]     0.8.10claws12
5665
5666         * src/compose.c
5667                 fix breakage because of uninitialized account pointer.
5668                 please verify.
5669
5670 2003-02-14 [paul]       0.8.10claws11
5671
5672         * src/compose.c
5673           src/prefs_account.[ch]
5674           src/prefs_common.[ch]
5675                 move signature settings to Account Prefs
5676
5677 2003-02-14 [paul]       0.8.10claws10
5678
5679         * sync with 0.8.10cvs11
5680                 see ChangeLog 2003-02-14
5681
5682 2003-02-13 [thorsten]   0.8.10claws9
5683
5684         * src/news.c
5685                 revert news progressbar (GUI separation)
5686
5687 2003-02-13 [paul]       0.8.10claws8
5688
5689         * src/compose.c
5690                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5691                 paragraph 1
5692
5693 2003-02-13 [paul]       0.8.10claws7
5694
5695         * src/compose.[ch]
5696           src/summaryview.c
5697                 fix 'Follow-up and Reply-to' so that it creates a reply to
5698                 the newsgroup and the sender. If the message has the keyword
5699                 'poster' in the Followup-To header, all replies go to the
5700                 sender, re: RFC 1036, Section 2.2.3
5701                 rename all instances of 'ignore_replyto' to 'to_sender', both
5702                 were previously used, now we use just one.
5703
5704 2003-02-13 [paul]       0.8.10claws6
5705
5706         * sync with 0.8.10cvs9
5707                 see ChangeLog 2003-02-13
5708
5709 2003-02-13 [paul]       0.8.10claws5
5710
5711         * configure.ac
5712                 show which plugins are configured in the configure
5713                 output.
5714
5715 2003-02-12 [thorsten]   0.8.10claws4
5716
5717         * src/news.c
5718                 show progress while fetching news headers
5719
5720 2003-02-12 [christoph]  0.8.10claws3
5721
5722         * configure.ac
5723         * src/plugins/Makefile.am
5724                 use AM_CONDITIONAL to enable plugins, automake correctly
5725                 manages this when creating distdir
5726
5727 2003-02-12 [christoph]  0.8.10claws2
5728
5729         * ac/spamassassin.m4
5730         * src/plugins/spamassassin/Makefile.am
5731                 fix building SpamAssassin plugin without OpenSSL
5732
5733 2003-02-12 [paul]       0.8.10claws1
5734
5735         * ac/Makefile.am
5736           src/Makefile.am
5737           src/plugins/Makefile.am
5738                 fix failure of 'make release'
5739
5740 2003-02-12 [paul]       0.8.10claws
5741
5742         * 0.8.10claws released
5743
5744 2003-02-12 [paul]       0.8.9claws56
5745
5746         * po/bg.po
5747           po/es.po
5748           po/it.po
5749           po/ru.po
5750           po/sr.po
5751                 updated translations by George Danchev, Ricardo Mones Lastra,
5752                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5753                 
5754         * sylpheed.spec.in
5755                 Allow the building of RPMs by a regular user. Submitted
5756                 by Sergei Astanin
5757
5758 2003-02-11 [alfons]     0.8.9claws55
5759
5760         * src/colorlabel.c
5761                 don't use pixmaps for label color rect but draw rectangles
5762                 so we can respect the color map of palette based visuals
5763                 (fixes the long time crashes on Suns - thanks to Andreas
5764                 Engel and Steve O'Hara-Smith for testing)
5765
5766 2003-02-11 [christoph]  0.8.9claws54
5767
5768         * src/matcher_parser_parse.y
5769                 correct bug where filering rules of not existing folders in
5770                 matcherrc were added to global filtering
5771                 
5772         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5773          main filter-rules after removing directory, http://bugs.debian.org/180253)
5774         
5775 2003-02-11 [paul]       0.8.9claws53
5776
5777         * sync with 0.8.10cvs7
5778                 see ChangeLog 2003-02-09
5779
5780 2003-02-11 [melvin]     0.8.9claws52
5781
5782         * po/fr.po
5783                 Updated French tranlsations
5784
5785 2003-02-10 [paul]       0.8.9claws51
5786
5787         * sylpheed.spec.in
5788                 correct --enable-openssl
5789                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5790
5791 2003-02-09 [martin]     0.8.9claws50
5792
5793         * src/prefs_matcher.c
5794                 fix segfault in prefs_matcher_substitute_cb() when
5795                 no row is selected
5796
5797 2003-02-09 [paul]       0.8.9claws49
5798
5799         * src/folderview.c
5800                 fix bug where a newsgroup folder's processing rules were
5801                 merged with the global filtering rules when the newsgroup
5802                 folder was deleted, causing some seriously bad results,
5803                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5804
5805 2003-02-08 [melvin]     0.8.9claws48
5806
5807         * src/compose.c
5808                 Corrected and modified an alert message.
5809
5810 2003-02-07 [paul]       0.8.9claws47
5811
5812         * src/folderview.c
5813                 fix bug where both an 'Account properties' window and a
5814                 'Folder properties' window were opened when clicking on
5815                 'Properties' in an NNTP or IMAP folder's popup menu.
5816
5817 2003-02-07 [paul]       0.8.9claws46
5818
5819         * sync with 0.8.10cvs6
5820                 see ChangeLog 2003-02-06
5821
5822 2003-02-06 [christoph]  0.8.9claws45
5823
5824         * src/mbox.c
5825                 freeze folder updates while importing mbox files
5826                 (closes bug 43 importing mbox took hours)
5827                 
5828         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5829
5830 2003-02-06 [thorsten]   0.8.9claws44
5831
5832         * po/de.po
5833                 Updated german translations
5834
5835 2003-02-06 [thorsten]   0.8.9claws43
5836
5837         * src/news.h
5838                 use guint for message numbers (fix count in grouplist dialog)
5839
5840 2003-02-05 [paul]       0.8.9claws42
5841
5842         * sync with 0.8.10cvs2
5843                 see ChangeLog 2003-02-05
5844
5845 2003-02-04 [colin]      0.8.9claws41
5846
5847         * src/prefs_common.[ch]
5848           src/procmsg.c
5849           src/summaryview.c
5850                 Add an option to disable threading by subject
5851
5852 2003-02-04 [christoph]  0.8.9claws40
5853
5854         * src/inc.c
5855                 only abort fetching mails from multiple accounts when the
5856                 error is fatal and does not allow to check any more accounts
5857                 (currently only disk full error)
5858
5859         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5860          receive mails for other accouts)
5861
5862 2003-02-04 [christoph]  0.8.9claws39
5863
5864         * src/folder.c
5865                 first add the new message to the cache, then
5866                 send the update notification
5867
5868         (closes bug 39 after sending message folderview doesnt get updated)
5869
5870 2003-02-04 [colin]      0.8.9claws38
5871
5872         * src/inc.c
5873                 _really_ fix this Connecting... status
5874
5875 2003-02-04 [paul]       0.8.9claws37
5876
5877         * sync with 0.8.10
5878                 see ChangeLog 2003-02-04
5879
5880 2003-02-04 [paul]       0.8.9claws36
5881
5882         * sync with 0.8.9cvs6
5883                 see ChangeLog 2003-02-03
5884
5885 2003-02-04 [paul]       0.8.9claws35
5886
5887         * po/pt_BR.po
5888                 updated by André Filipe de Assunção e Brito 
5889                 <bedecko@netsite.com.br>
5890
5891 2003-02-03 [thorsten]   0.8.9claws34
5892
5893         * po/de.po
5894                 Updated german translations
5895
5896 2003-02-02 [paul]       0.8.9claws33
5897
5898         * po/es.po
5899                 updated by Ricardo Mones Lastra
5900
5901 2003-02-02 [thorsten]   0.8.9claws32
5902
5903         * src/mh.c
5904                 Fix mh_get_msginfo() segfault if file is inaccessible
5905
5906 2003-01-31 [colin]      0.8.9claws31
5907
5908         * src/procheader.c
5909                 Fix last commit's bug
5910
5911 2003-01-31 [colin]      0.8.9claws30
5912
5913         * src/procheader.c
5914                 Missing a change for gpg-signed messages
5915
5916 2003-01-31 [paul]       0.8.9claws29
5917
5918         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5919           src/procheader.c
5920           src/stock_pixmap.[ch]
5921           src/summaryview.c
5922                 indicate GnuPG signed messages by displaying an icon
5923                 in the Attachment column.
5924
5925 2003-01-31 [paul]       0.8.9claws28
5926
5927         * sync with 0.8.9cvs4
5928                 see ChangeLog 2003-01-31
5929
5930 2003-01-31 [alfons]     0.8.9claws27
5931
5932         * src/textview.c
5933                 tune URI parser to accept mailto URLs with a '?'
5934                 (patch from Ruslan Balkin)
5935
5936 2003-01-31 [colin]      0.8.9claws26
5937
5938         * src/summaryview.c
5939                 Fix a leak introduced in claws24
5940
5941 2003-01-31 [colin]      0.8.9claws25
5942
5943         * src/summaryview.c
5944                 Freeze/Thaw folder updates when deleting dups
5945
5946 2003-01-31 [colin]      0.8.9claws24
5947         
5948         * src/addr_compl.c
5949           src/summaryview.c
5950           src/msgcache.c
5951                 little speed improvements
5952
5953 2003-01-31 [colin]      0.8.9claws23
5954
5955         * src/summaryview.c
5956                 Fix segfault when forwarding nothing
5957                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5958                 
5959 2003-01-30 [paul]       0.8.9claws22
5960
5961         * sync with 0.8.9cvs3
5962                 see ChangeLog 2003-01-30
5963
5964 2003-01-30 [paul]       0.8.9claws21
5965
5966         * sync with 0.8.9cvs2
5967                 see ChangeLog 2003-01-30
5968
5969 2003-01-29 [paul]       0.8.9claws20
5970
5971         * sync with 0.8.9cvs1
5972                 see ChangeLog 2003-01-29
5973
5974 2003-01-28 [paul]       0.8.9claws19
5975
5976         * po/POTFILES.in
5977                 update to reflect changes. 
5978                 thanks to Ricardo Mones Lastra
5979
5980 2003-01-27 [christoph]  0.8.9claws18
5981
5982         * ac/openssl.m4
5983         * ac/spamassassin.m4
5984         * src/plugins/spamassassin/README
5985         * src/plugins/spamassassin/libspamc.[ch]
5986         * src/plugins/spamassassin/utils.[ch]
5987                 updated to latest libspamc
5988
5989 2003-01-27 [christoph]  0.8.9claws17
5990
5991         * src/folder.c
5992                 fix wrong use of procheader_get_header_fields
5993
5994 2003-01-27 [christoph]  0.8.9claws16
5995
5996         * src/news.c
5997         * src/prefs_account.[ch]
5998         * src/common/nntp.[ch]
5999                 allow to force authentication for NNTP servers
6000
6001         Patch submitted by Florian Mickler <dmk@d-labs.de>
6002
6003 2003-01-26 [paul]       0.8.9claws15
6004
6005         * src/summaryview.c
6006                 speed up of marking messages as read
6007                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
6008
6009 2003-01-26 [christoph]  0.8.9claws14
6010
6011         * src/Makefile.am
6012         * src/mgutils.[ch]              ** REMOVE **
6013         * src/xml.[ch]                  ** REMOVE **
6014         * src/xmlprops.[ch]             ** REMOVE **
6015         * src/common/Makefile.am
6016         * src/common/mgutils.[ch]       ** NEW **
6017         * src/common/xml.[ch]           ** NEW **
6018         * src/common/xmlprops.[ch]      ** NEW **
6019                 move xml files to common directory
6020
6021 2003-01-26 [christoph]  0.8.9claws13
6022
6023         * src/plugins/spamassassin/spamassassin_gtk.c
6024                 only set gtk entry text if string is available
6025
6026 2003-01-26 [melvin]     0.8.9claws12
6027
6028         * src/description_window.c
6029                 Allow resizing of the window
6030                 Allow automatic horizontal scroll bar
6031                 Do not vertically expand and fill
6032
6033 2003-01-26 [christoph]  0.8.9claws11
6034
6035         * src/Makefile.am
6036         * src/gtkutils.[ch]             ** REMOVE **
6037         * src/common/sylpheed.c
6038         * src/gtk/Makefile.am
6039         * src/gtk/description_window.c
6040         * src/gtk/gtkutils.[ch]         ** NEW **
6041         * src/gtk/prefswindow.c
6042                 move gtkutils to gtk directory
6043
6044 2003-01-26 [paul]       0.8.9claws10
6045
6046         * src/summaryview.c
6047                 rename summary_unread_clicked() to summary_status_clicked()
6048
6049 2003-01-26 [melvin]     0.8.9claws9
6050
6051         * src/prefs_actions.c
6052                 Cosmetical changes to the help text
6053
6054 2003-01-26 [paul]       0.8.9claws8
6055
6056         * src/folder.[ch]
6057           src/mainwindow.c
6058           src/prefs_common.c
6059           src/prefs_sumamry_column.c
6060           summaryview.[ch]
6061                 rename the 'Unread' column to 'Status'
6062
6063 2003-01-25 [match]      0.8.9claws7
6064
6065         * src/mgutils.[ch]
6066                 removed reference to LDAP constants. removed error2string.
6067                 included functions to support LDAP dynamic queries.
6068         * src/syldap.h
6069                 moved LDAP constants here.
6070         * src/addressbook.c
6071         * src/addrindex.c
6072         * src/importldif.c
6073                 removed references to LDAP constants and references to
6074                 error2string.
6075
6076 2003-01-25 [paul]       0.8.9claws6
6077
6078         * src/summaryview.c
6079                 summary_thread_build(), summary_thread_init(): remove 
6080                 unneeded reference to summaryview->folder_item
6081
6082 2003-01-25 [christoph]  0.8.9claws5
6083
6084         * src/gtk/description_window.c
6085                 o allow description texts to expand over multiple columns
6086                 o translate all columns
6087         * src/prefs_actions.c
6088                 change syntax description to use new multi column feature
6089
6090         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6091
6092 2003-01-25 [match]      0.8.9claws4
6093
6094         * src/vcard.c
6095                 fixed bug with Quoted-Printable
6096
6097 2003-01-25 [paul]       0.8.9claws3
6098
6099         * src/folder.[ch]
6100           src/summaryview.[ch]
6101                 implement per-folder collapsed/expanded threads setting
6102                 
6103         * src/prefs_common.c
6104                 remove global collapsed/expanded threads option
6105
6106 2003-01-25 [christoph]  0.8.9claws2
6107
6108         * po/POTFILES.in
6109                 add pluginwindow and prefswindow
6110         * src/compose.c
6111                 make send respond correctly to messages that could be added
6112                 to the queue folder, but the UID of the message is unknown
6113         * src/folder.c
6114         * src/imap.c
6115                 don't return guessed UIDs in imap_add_msg anymore. We return
6116                 0 to tell the folder system it was appened but the UID is
6117                 unknown. Folder system now get's the UID by scaning the folder
6118                 and searching the cache for the Message-ID
6119                 (closes bug #29 Messages queued, but not sent)
6120
6121 2003-01-25 [paul]       0.8.9claws1
6122
6123         * src/codeconv.c
6124                 conv_encode_header():  fix bug when long headers with 8-bit
6125                 characters are used, so that the encoded words are wrapped.
6126                 If the space in the original text falls on the wrap boundary,
6127                 it can be lost.
6128                 Patch by Sergey Vlasov.
6129                 
6130         * src/folderview.c
6131                  fix bug where a change to the sorting method or thread view
6132                  of a folder's messages is lost if simpify-subject is set and
6133                  toggled on or off.
6134                  Patch by Luke Plant.
6135
6136 2003-01-24 [paul]       0.8.9claws
6137
6138         * sylpheed-0.8.9claws released
6139         
6140         * Makefile.am
6141           sylpheed.spec.in
6142                 remove reference to 'INSTALL.jp'
6143
6144 2003-01-23 [paul]       0.8.8claws128
6145
6146         * po/es.po
6147           po/it.po
6148           po/ru.po
6149           po/sr.po
6150                 updated translations. submitted by Ricardo Mones Lastra,
6151                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
6152
6153 2003-01-23 [colin]      0.8.8claws127
6154
6155         * src/compose.c
6156                 Fix drafted and queued news articles re-edition
6157
6158 2003-01-23 [melvin]     0.8.8claws126
6159
6160         * po/fr.po
6161                 Updated French translations
6162
6163 2003-01-23 [colin]      0.8.8claws125
6164
6165         * src/inc.c
6166                 Fix "Connecting to..." status message
6167
6168 2003-01-22 [paul]       0.8.8claws124
6169
6170         * po/bg.po
6171                 updated by George Danchev
6172                 
6173         * src/folder.c
6174                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
6175                 and folder deletion
6176
6177 2003-01-21 [paul]       0.8.8claws123
6178
6179         * po/bg.po
6180                 updated by George Danchev
6181                 
6182         * src/about.c
6183                 its now 2003
6184                 
6185         * src/toolbar.c
6186                 don't translate 'Separator'
6187                 
6188         * src/plugins/spamassassin/Makefile.am
6189                 add aspell to CPPFLAGS
6190                 
6191         * src/plugins/spamassassin/spamassassin.c
6192           src/plugins/spamassassin/spamassassin_gtk.c
6193                 set correct default for spamassassin_receive_spam
6194                 slightly re-word descriptions and some
6195                 other minor changes
6196
6197 2003-01-19 [alfons]     0.8.8claws122
6198                 
6199         * src/mimeview.c
6200                 mimeview_save_as(): we might as well show the file name for
6201                 the single case "Save As" too
6202
6203 2003-01-19 [alfons]     0.8.8claws121
6204
6205         * src/crash.c
6206                 change bug tracker URL to bugzilla URL
6207
6208 2003-01-19 [alfons]     0.8.8claws120
6209
6210         * src/mimeview.c
6211                 mimeview_save_all(): display name of file before overwriting;
6212                 continue saving all, even when one overwrite was cancelled
6213
6214 2003-01-19 [christoph]  0.8.8claws119
6215
6216         * src/summaryview.c
6217         * src/procmsg.[ch]
6218                 fix wrong usage of procmsg_find_children in summaryview
6219                 by using procmsg_update_unread_children instead of
6220                 summaryview_update_unread_children
6221
6222 2003-01-19 [christoph]  0.8.8claws118
6223
6224         * src/procmsg.c
6225                 fix infinite loop in procmsg_find_children
6226                  (closes bug #25 sylpheed crashes on delete.)
6227
6228         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6229
6230 2003-01-19 [paul]       0.8.8claws117
6231
6232         * po/pt_BR.po
6233                 updated by Ivan Francolin Martinez
6234
6235 2003-01-18 [melvin]     0.8.8claws116
6236
6237         * src/prefs_actions.c
6238                 Removed syntax limitation of only one '&' at the end of command.
6239                         Now actions that contain '>/dev/null 2>&1' are possible.
6240
6241 2003-01-18 [melvin]     0.8.8claws115
6242
6243         * src/prefs_actions.c
6244                 Actions IO dialog: when the action ends
6245                 the "Close" button now has focus and [Escape] closes the
6246                 window.
6247
6248 2003-01-18 [christoph]  0.8.8claws114
6249
6250         * src/procmsg.c
6251                 o add debug output when MsgInfos are really freed
6252                 o free GSLists in procmsg_find_children and
6253                   procmsg_update_unread_children
6254
6255 2003-01-18 [christoph]  0.8.8claws113
6256
6257         * src/mainwindow.c
6258                 reorder Configuration menu
6259
6260 2003-01-18 [christoph]  0.8.8claws112
6261
6262         * src/compose.c
6263                 fix applying templates to forwarded messages
6264
6265         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6266
6267 2003-01-17 [christoph]  0.8.8claws111
6268
6269         * src/folder.c
6270                 destroy folder items, when a folder item is removed
6271
6272 2003-01-17 [christoph]  0.8.8claws110
6273
6274         * src/folder.c
6275                 fix wrong folder stats update when ignored message is
6276                 deleted
6277
6278 2003-01-17 [colin]      0.8.8claws109
6279         
6280         * src/mainwindow.c
6281         * src/summaryview.c
6282                 Quicksearch bugfixes: 
6283                 - hide help button at startup if not extended
6284                 - switch to extended when looking for replies
6285
6286 2003-01-17 [paul]
6287
6288         * sync with 0.8.9 release
6289
6290 2003-01-17 [paul]       0.8.8claws108
6291
6292         * sync with 0.8.8cvs11
6293                 see ChangeLog 2003-01-17
6294
6295 2003-01-16 [colin]      0.8.8claws107
6296
6297         * src/procmsg.c
6298                 Changed encryption test to re-ask passphrase
6299                 if an encrypted message hasn't been decrypted
6300                 Fixes bug #5
6301
6302 2003-01-16 [christoph]  0.8.8claws106
6303
6304         * src/prefs_gtk.c
6305         * src/prefs_toolbar.c
6306         * src/gtk/prefswindow.h
6307         * src/plugins/spamassassin/spamassassin_gtk.c
6308                 remove page destroy function that is not used anymore
6309
6310 2003-01-16 [paul]       0.8.8claws105
6311
6312         * sync with 0.8.8cvs9
6313                 see ChangeLog 2002-01-16
6314
6315 2003-01-16 [colin]      0.8.8claws104
6316
6317         * src/compose.[ch]
6318                 Fix bug with autosaved drafts for IMAP, when draft
6319                 folder is specified - fixes bugzilla bug #20
6320
6321 2003-01-15 [paul]       0.8.8claws103
6322
6323         * src/compose.[ch]
6324           src/procmsg.c
6325                 store folder and message-id of message forwarding
6326                 in queue header and set forward flag after sending
6327
6328 2003-01-15 [paul]       0.8.8claws102
6329
6330         * sync with 0.8.8cvs8
6331                 see ChangeLog 2002-01-15
6332
6333 2003-01-15 [colin]      0.8.8claws101
6334
6335         * src/Makefile.am
6336                 Fix linking with GNU libiconv
6337
6338 2003-01-15 [darko]      0.8.8claws100
6339
6340         * src/pine.c
6341                 fix crash when importing pine address book
6342                 entry with an empty name (reported by DY
6343                 <dybulk at tri8.net>)
6344
6345 2003-01-14 [paul]       0.8.8claws99
6346
6347         * configure.in  ** REMOVED **
6348           configure.ac  ** NEW FILE **
6349                 rename configure.in to configure.ac, as it is now
6350                 preferred
6351
6352 2003-01-14 [melvin]     0.8.8claws98
6353
6354         * src/folderview.c
6355                 folderview_check_new(): More precise function description
6356
6357 2003-01-14 [melvin]     0.8.8claws97
6358
6359         * src/folderview.c
6360                 folderview_check_new(): return the number of new messages 
6361                         since last check.
6362         * src/inc.c
6363                 inc_account_mail(): Disable counting of new messages for IMAP
6364                         and NNTP until bug [19] and [14] are fixed.
6365
6366 2003-01-14 [paul]       0.8.8claws96
6367
6368         * sync with 0.8.8cvs6
6369                 see ChangeLog 2003-01-14
6370
6371 2003-01-13 [alfons]     0.8.8claws95
6372
6373         * src/textview.c
6374                 tune email address validation (c. 0.8.8claws89): if . is 
6375                 just one char away from @, the address is invalid too 
6376                 (correctly rejects addresses like foo@.com)
6377
6378 2003-01-13 [paul]       0.8.8claws94
6379
6380         * src/messageview.c
6381           src/toolbar.c
6382                 fixes to the Message View toolbar and menu:
6383                 fix non-functioning Forward button
6384                 make Reply button consider default_reply_list
6385                 remove 'Follow-up...' menu entry
6386                 add 'Forward' and 'Redirect' menu entries
6387
6388 2003-01-13 [melvin]     0.8.8claws93
6389
6390         * src/inc.c
6391                 Fixed typo that could make new messages count incorrect.
6392
6393 2003-01-13 [melvin]     0.8.8claws92
6394
6395         * src/folderview.[ch]
6396                 folderview_check_new(): return the number of new messages.
6397         * src/inc.c
6398                 Should fix bug [14] where new mail notification worked 
6399                         incorrectly with IMAP accounts.
6400                 inc_spool_account(): return number of new msgs, or -1 on error
6401                 inc_all_spool(): return number of new msgs
6402                 
6403 2003-01-13 [melvin]     0.8.8claws91
6404
6405         * src/prefs_actions.c
6406                 Justify help text.
6407
6408 2003-01-12 [thorsten]   0.8.8claws90
6409
6410         * src/common/prefs.c
6411                 close file before rename
6412
6413 2003-01-12 [alfons]     0.8.8claws89
6414
6415         * AUTHORS
6416                 add Christian Mertes
6417         * src/common/utils.[ch]
6418                 g_stricase_hash(), g_stricase_equal(): functions for 
6419                 case insensitive hash tables
6420         * src/textview.c
6421                 use top level domain names to validate email address, based
6422                 on a patch by Christian Mertes (thanks!), but changed 
6423                 implementation to use a hash table 
6424
6425 2003-01-12 [paul]       0.8.8claws88
6426
6427         * po/bg.po
6428                 updated by George Danchev
6429
6430 2003-01-12 [alfons]     0.8.8claws87
6431
6432         * src/summaryview.c
6433                 delete / execute performance: use new style folder update
6434
6435 2003-01-12 [paul]       0.8.8claws86
6436
6437         * sync with 0.8.8cvs5
6438                 see ChangeLog 2003-01-13 (!)
6439
6440 2003-01-12 [alfons]     0.8.8claws85
6441
6442         * src/filtering.c
6443         * src/matcher_parser_parse.y
6444                 prepare change_score filtering action
6445         * src/matcher.[ch]
6446                 give up const-correctness on functions that call non-const-correct functions;
6447                 several casts to gpointer in g_free();
6448                 add change_score;
6449
6450 2003-01-12 [christoph]  0.8.8claws84
6451
6452         * src/compose.c
6453                 fix 2 warnings
6454
6455         * src/gtk/prefswindow.[ch]
6456         * src/plugins/spamassassin/spamassassin_gtk.c
6457                 changed the call of the widget create function
6458                 for PrefsPages, because sometimes the widget
6459                 create function needs a widget that already has
6460                 been attached to a window (to create GDK pixmaps
6461                 for exmaple). So we simply pass the GtkWindow as
6462                 the second parameter now.
6463
6464         * src/main.c
6465         * src/mainwindow.c
6466         * src/prefs_toolbar.[ch]
6467                 rewrite Toolbar Preferences using the new
6468                 prefs window
6469
6470 2003-01-11 [alfons]     0.8.8claws83
6471
6472         * src/addressadd.c
6473                 fix crash when adding sender to addressbook because status bar
6474                 isn't there (the status bar doesn't seem to be used though,
6475                 but I'll let Match decide what to do with it)
6476
6477 2003-01-11 [colin]      0.8.8claws82
6478
6479         * src/main.c
6480           src/toolbar.c
6481                 Two useless changes reversed
6482
6483 2003-01-11 [colin]      0.8.8claws81
6484
6485         * src/mainwindow.c
6486           src/mainwindow.h
6487                 Add mainwindow_get_mainwindow()
6488         * src/alertpanel.c
6489           src/alertpanel.h
6490                 Add alertpanel_error_log() 
6491         * src/compose.c
6492           src/inc.c
6493           src/messageview.c
6494           src/toolbar.c
6495           src/main.c
6496           src/procmsg.c
6497                 Network errors get a View Log button
6498
6499 2003-01-10 [alfons]     0.8.8claws80
6500
6501         * src/prefs_toolbar.c
6502         * src/toolbar.c
6503                 use the translatable string for "Separator" as file name for
6504                 separator toolbar items (probably make this uppercase?)
6505
6506 2003-01-10 [alfons]     0.8.8claws79
6507
6508         * src/prefs_toolbar.c
6509                 put right A_SEPARATOR description string in "displayed
6510                 toolbar items list" so manually added separators are
6511                 saved correctly (bug #10, "Adding a separator to the main 
6512                 toolbar fails, entry in xml file is wrong")
6513
6514 2003-01-10 [christoph]  0.8.8claws78
6515
6516         * src/imap.c
6517                 o fix warnings
6518                 o use CAPABILITY to check if NAMESPACE is available
6519
6520 2003-01-10 [christoph]  0.8.8claws77
6521
6522         * src/imap.[ch]
6523                 apply UIDPLUS IMAP extension support patch
6524
6525         Patch submitted by Simon 'corecode' Schubert
6526
6527 2003-01-10 [paul]       0.8.8claws76
6528
6529         * src/folderview.c
6530                 a sync from main which fixes the news account folders'
6531                 Properties bug
6532
6533 2003-01-10 [christoph]  0.8.8claws75
6534
6535         * src/folder.c
6536                 don't accept 0 as a valid uid returned by copy and move
6537                 functions. 0 means the message was copied or moved but the
6538                 new uid could not be fetched. It is not an error condition
6539                 for the copy or move operation.
6540
6541 2003-01-10 [paul]       0.8.8claws74
6542
6543         * src/prefs_filtering.c
6544                 change English used in Alert when entry is not
6545                 saved.
6546                 
6547         * sync with 0.8.8cvs4
6548                 see ChangeLog 2003-01-10
6549
6550 2003-01-10 [darko]      0.8.8claws73
6551
6552         * src/pine.c
6553                 fix crash when importing address book entry
6554                 without a valid address
6555
6556 2003-01-09 [alfons]     0.8.8claws72
6557
6558         * src/inc.c
6559                 filtering performance: use new style folder update
6560
6561 2003-01-09 [christoph]  0.8.8claws71
6562
6563         * src/compose.c
6564         * src/gtk/menu.[ch]
6565                 fix wrong selecting of mime encoding type, when
6566                 opening property dialog of attachments in the
6567                 compose window. 7bit was always selected and that
6568                 destoryed files with 8bit data.
6569                 (closes bug #9 Sylpheed-claws destroys attachments when
6570                  changing MIME-types)
6571
6572 2003-01-09 [paul]       0.8.8claws70
6573
6574         * sync with 0.8.8cvs3
6575                 see ChangeLog 2003-01-09
6576
6577 2003-01-08 [alfons]     0.8.8claws69
6578         
6579         * src/addressadd.c
6580                 apply patch by Kim Schulz to fix build breakage
6581                 because of missing variable
6582
6583 2003-01-08 [paul]       0.8.8claws68
6584
6585         * sync with 0.8.8cvs2
6586                 see ChangeLog 2002-01-08
6587
6588 2003-01-08 [paul]       0.8.8claws67
6589
6590         * po/it.po
6591                 updated by Alessandro Maestri
6592                 
6593         * src/addressadd.c
6594                 when using 'Add sender to addressbook' allow
6595                 name to be edited and remarks to be entered
6596                 Patch submitted by Luke Plant
6597
6598 2003-01-08 [darko]      0.8.8claws66
6599
6600         * README.claws, src/summaryview.c
6601                 fix description for marked messages
6602
6603 2003-01-08 [paul]
6604
6605         * tools/Makefile.am
6606           tools/launch_phoenix  ** NEW FILE **
6607                 add script that enables using Phoenix as the default
6608                 web browser. 
6609                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6610                 
6611         * tools/OOo2sylpheed.pl
6612                 remove full path to sylpheed executable, just 'sylpheed'
6613                 will do
6614                 
6615         * tools/README
6616                 add launch_phoenix informtion and re-arrange and compress
6617                 the data a little
6618
6619 2003-01-07 [christoph]  0.8.8claws65
6620
6621         * src/folder.c
6622                 fix update for source folder when moving messages
6623         * src/procmsg.[ch]
6624         * src/summaryview.c
6625                 use function to set to_folder for message infos and
6626                 automatically update the op_count for old and new
6627                 folder
6628
6629 2003-01-07 [melvin]     0.8.8claws64
6630
6631         * src/prefs_actions.c
6632                 Fixed bug where an '%p' Action on a displayed image crashed 
6633                         Sylpheed
6634                 Code clean up (get rid of duplicated code and removed unnecessary 
6635                                 structure member)
6636
6637 2003-01-07 [christoph]  0.8.8claws63
6638
6639         * src/compose.c
6640         * src/folder.[ch]
6641         * src/folderview.c
6642         * src/import.c
6643         * src/inc.c
6644         * src/main.c
6645         * src/mainwindow.c
6646         * src/messageview.c
6647         * src/prefs_folder_item.c
6648         * src/procmsg.c
6649         * src/summaryview.c
6650         * src/toolbar.c
6651                 o remove all folder update triggering from the UI code. The folder
6652                   system should know much better when a folder needs an update.
6653                 o to prevent multiple updates in a row the folder updates can be
6654                   frozen for some time.
6655
6656                 Note: - Please verify that no updates are missing
6657                       - Check where freeze/thaws should be added
6658
6659 2003-01-07 [christoph]  0.8.8claws62
6660
6661         * src/prefs_actions.c
6662                 don't translate empty strings
6663
6664         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6665
6666 2003-01-06 [christoph]  0.8.8claws61
6667
6668         * src/prefs_actions.c
6669                 mark strings for gettext
6670         * src/prefs_matcher.c
6671                 use new description window for Execute action and
6672                 match condition in Filtering
6673
6674         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6675
6676 2003-01-06 [alfons]     0.8.8claws60
6677
6678         keep myself inspired to re-organize matcher part 8; 
6679         yes, more to come (I need to move out the descriptive
6680         text for actions to matcher.c, or at least make it not
6681         depend on the wicked ordering)
6682
6683         * src/prefs_matcher.c
6684                 add documentation so others may comprehend the
6685                 UI part of the conditions
6686                 
6687 2003-01-06 [christoph]  0.8.8claws59
6688
6689         * src/prefs_actions.c
6690                 use new description window for syntax help
6691         * src/gtk/description_window.c
6692                 fix display of descriptions with column count != 2
6693
6694         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6695
6696 2003-01-06 [christoph]  0.8.8claws58
6697
6698         * src/quote_fmt.c
6699         * src/summaryview.[ch]
6700         * src/gtk/Makefile.am
6701         * src/gtk/description_window.[ch]       ** NEW **
6702                 use a generic window to display syntax descriptions
6703                 currently used in quote_fmt and summaryview (new description
6704                 for extended quick search)
6705
6706         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6707
6708 2003-01-06 [paul]       0.8.8claws57
6709
6710         * sync with 0.8.8cvs1
6711                 see ChangeLog 2003-01-06
6712
6713 2003-01-06 [christoph]  0.8.8claws56
6714
6715         * src/mainwindow.c
6716         * src/prefs_gtk.[ch]
6717         * src/gtk/prefswindow.[ch]
6718         * src/plugins/spamassassin/spamassassin_gtk.c
6719                 o remove page management from prefswindow, pages
6720                   will be an argument to prefswindow_open
6721                 o prefswindow_open gets a datapointer that is
6722                   passed to the widget_create function to allow
6723                   creation of prefswindow for specific items
6724
6725 2003-01-06 [colin]      0.8.8claws55
6726         
6727         * src/summaryview.c
6728                 We don't want regexp in the reply-finder, 
6729                 because MIDs can contain !,$,. and so on
6730
6731 2003-01-06 [jens]       0.8.8claws54
6732
6733         * src/jpilot.c
6734                 fixed a wrong free in jpilot_read_db_files
6735
6736 2003-01-06 [alfons]     0.8.8claws53
6737
6738         re-organize matcher part 8; more to come
6739        
6740         * src/matcher.c
6741                 matcherprop_to_string(): put g_free()s before the
6742                 switch-case break to fix memleaks                
6743
6744 2003-01-06 [colin]      0.8.8claws52
6745
6746         * src/summaryview.c
6747                 cleanup & reply-finder now displays the first 
6748                 matching message
6749
6750 2003-01-05 [alfons]     0.8.8claws51
6751
6752         re-organize matcher part 7; more to come
6753
6754         * src/matcher.[ch]
6755                 fixes for constant correctness;
6756                 more documentation;
6757
6758 2003-01-05 [alfons]     0.8.8claws50
6759
6760         re-organize matcher part 6; more to come
6761         
6762         * src/matcher.[ch]
6763                 fixes for constant correctness;
6764                 more documentation;
6765         * src/filtering.c
6766                 fix for constant correctness
6767
6768 2003-01-05 [colin]      0.8.8claws49
6769
6770         * src/account.[ch]
6771                 Add account_get_reply_account function
6772         * src/compose.c
6773                 Use account_get_reply_account function 
6774         * src/summaryview.c
6775                 Basic reply-finder - click on the replied
6776                 icon gets you to the outbox using quick-search
6777
6778 2003-01-05 [paul]       0.8.8claws48
6779
6780         * src/prefs_common.c
6781                 small change to English
6782                 
6783         * src/prefs_filtering.c
6784                 prefs_filtering_action_select(): improve logic and uniformity
6785                 of gui
6786
6787 2003-01-05 [alfons]     0.8.8claws47
6788
6789         fine tune solution to focus problems (bug #7)
6790
6791         * src/mainwindow.c
6792                 mainwindow_focus_in_event(): remove grab event check
6793         * src/summaryview.c
6794                 summary_button_pressed(): move selection on right-click
6795                 too. we can't possibly move the selection back after
6796                 canceling a dialog, because gtk's incomplete focus 
6797                 management. whether this is a good solution, only time
6798                 will tell.
6799
6800 2003-01-05 [christoph]  0.8.8claws46
6801
6802         * src/imap.c
6803                 fix crash when no imap connection could be established
6804
6805 2003-01-05 [paul]       0.8.8claws45
6806
6807         * src/mainwindow.c
6808           src/sumamryview.c
6809           src/gtk/menu.[ch]
6810                 fix bug 605957 'shortcuts in popup-menu'
6811                 make user-defined shortcuts work
6812                 show shortcuts that are already defined
6813                 in the main menu
6814                 Patch submitted by Luke Plant
6815
6816 2003-01-05 [alfons]     0.8.8claws44
6817
6818         * src/mainwindow.c
6819                 focus_in_event handler should not select summary view row 
6820                 when another window (menu, dialog) grabbed for events 
6821                 (bug #7, "[0.8.8claws42] Message summary focus") 
6822
6823 2003-01-04 [christoph]  0.8.8claws43
6824
6825         * src/procmsg.c
6826                 update save folder after adding the sent message
6827                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6828
6829 2003-01-02 [christoph]  0.8.8claws42
6830
6831         * src/common/plugin.c
6832                 fix unloading of all plugins and unload
6833                 plugins in reverse order
6834                 
6835         * src/gtk/pluginwindow.c
6836                 implement function of load and unload button
6837
6838         * src/gtk/prefswindow.c
6839         * src/gtk/prefswindow.h
6840                 rename register function and add new unregister
6841                 function
6842
6843         * src/plugins/spamassassin/spamassassin_gtk.c
6844                 unregister prefs page and update for changes in
6845                 src/gtk/prefswindow.c
6846
6847 2003-01-02 [paul]       0.8.8claws41
6848
6849         * po/es.po
6850                 updated by Ricardo Mones Lastra
6851
6852 2003-01-02 [paul]
6853
6854         * tools/tb2sylpheed
6855                 fixes and improvements by Urke MMI
6856
6857 2003-01-02 [thorsten]   0.8.8claws40
6858
6859         * src/procmsg.c
6860                 fixed wrong return value
6861
6862 2003-01-02 [thorsten]   0.8.8claws39
6863
6864         * src/prefs.c
6865                 fixed printing wrong variable
6866
6867 2003-01-02 [thorsten]   0.8.8claws38
6868
6869         * src/prefs.c
6870                 fixed acessing members of freed pfile struct
6871
6872 2003-01-02 [thorsten]   0.8.8claws37
6873
6874         * src/procmsg.c
6875                 detect loops across several messages
6876                 as suggested by Christoph Hohmann
6877
6878 2003-01-01 [match]      0.8.8claws36
6879
6880         * src/addrindex.c
6881                 fixed another memory leak.
6882
6883 2003-01-01 [match]      0.8.8claws35
6884
6885         * src/jpilot.[ch]
6886                 fixed memory leaks. applied Doxygen comments.
6887
6888 2003-01-01 [thorsten]   0.8.8claws34
6889
6890         * src/procmsg.c
6891                 inhibit endless loop if msg references itself
6892                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6893
6894 2003-01-01 [christoph]  0.8.8claws33
6895
6896         * src/mainwindow.c
6897         * src/gtk/Makefile.am
6898         * src/gtk/pluginwindow.c                ** NEW **
6899         * src/gtk/pluginwindow.h                ** NEW **
6900                 add plugin window
6901
6902         * src/plugins/demo/demo.c
6903         * src/plugins/spamassassin/spamassassin.c
6904         * src/plugins/spamassassin/spamassassin_gtk.c
6905                 write better plugin descriptions
6906
6907 2002-12-31 [christoph]  0.8.8claws32
6908
6909         * src/gtk/prefswindow.c
6910         * src/plugins/spamassassin/spamassassin_gtk.c
6911                 some small improvements to GTK code
6912
6913 2002-12-31 [christoph]  0.8.8claws31
6914
6915         * src/plugins/spamassassin/spamassassin_gtk.c
6916                 enable folder select button
6917
6918 2002-12-31 [christoph]  0.8.8claws30
6919
6920         * src/mainwindow.c
6921         * src/gtk/Makefile.am
6922         * src/gtk/prefswindow.c                         ** NEW **
6923         * src/gtk/prefswindow.h                         ** NEW **
6924                 add new prefs window
6925
6926         * src/common/plugin.c
6927                 don't try to load empty config lines
6928         
6929         * src/plugins/spamassassin/Makefile.am
6930         * src/plugins/spamassassin/spamassassin.c
6931         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6932         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6933                 GTK config for SpamAssassin Plugin using
6934                 the new prefs window
6935
6936 2002-12-31 [paul]       0.8.8claws29
6937
6938         * po/POTFILES.in
6939                 remove obsolete entry 'src/menu.c'
6940
6941 2002-12-31 [alfons]     0.8.8claws28
6942
6943         * src/matcher.[ch]
6944         * src/matcher_parser_parse.y
6945         * src/prefs_matcher.c
6946                 add "ignore_thread" and "~ignore_thread" condition so it's
6947                 possible to make the actions / scoring operate on the ignore
6948                 thread flag
6949
6950 2002-12-31 [christoph]  0.8.8claws27
6951
6952         * src/addrbook.c
6953         * src/addrindex.c
6954         * src/folder.c
6955         * src/matcher.c
6956         * src/prefs_account.c
6957         * src/prefs_actions.c
6958         * src/prefs_customheader.c
6959         * src/prefs_display_header.c
6960         * src/prefs_gtk.c
6961         * src/procmime.c
6962         * src/toolbar.c
6963         * src/xmlprops.c
6964         * src/common/prefs.[ch]
6965                 extend prefs file handling for reading and automatic handling
6966                 of blocks. When reading prefs_set_block_label will automatically
6967                 move on to the block. When writing it will copy all other blocks
6968                 automatically
6969
6970         * src/common/plugin.c
6971                 Now loading plugin filenames from [Plugins] block in
6972                 sylpheed rc file
6973
6974 2002-12-30 [christoph]  0.8.8claws26
6975
6976         * src/common/hooks.[ch]
6977                 return abort status to caller of hooks_invoke
6978                 
6979         * src/inc.[ch]
6980                 invoke message filtering hook and stop
6981                 default handling when filter returns abort
6982
6983         * src/common/plugin.[ch]
6984         * src/plugins/demo/demo.c
6985                 modify plugin loader, because resolving symbols for strings
6986                 does not work correctly
6987         
6988         * configure.in
6989         * ac/spamassassin.m4                            ** NEW **
6990         * src/plugins/spamassassin/.cvsignore           ** NEW **
6991         * src/plugins/spamassassin/Makefile.am          ** NEW **
6992         * src/plugins/spamassassin/README               ** NEW **
6993         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6994         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6995         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6996                 add spamassassin plugin, see src/plugins/spamassassin/README
6997                 for details
6998
6999 2002-12-29 [alfons]     0.8.8claws25
7000
7001         * src/mainwindow.c
7002                 when moving focus from a message view to the main 
7003                 window, don't forget to select the summary node
7004                 of the displayed message. should fix "[ 659103 ] 
7005                 focus-follows-mouse confuses sylpheed"
7006
7007 2002-12-29 [christoph]  0.8.8claws24
7008
7009         * src/Makefile.am
7010         * src/stringtable.[ch]          ** REMOVE **
7011         * src/common/Makefile.am
7012         * src/common/stringtable.[ch]   ** NEW **
7013                 move stringtable files to common directory
7014
7015 2002-12-29 [christoph]  0.8.8claws23
7016
7017         * src/Makefile.am
7018         * src/menu.[ch]                 ** REMOVE **
7019         * src/gtk/Makefile.am
7020         * src/gtk/menu.[ch]             ** NEW **
7021                 move menu files to gtk directory
7022
7023 2002-12-29 [match]      0.8.8claws22
7024
7025         * src/addressbook.c
7026         * src/syldap.c
7027                 moved UI specific code out of LDAP code into addressbook
7028                 UI code. fixed memory leak.
7029
7030 2002-12-29 [christoph]  0.8.8claws21
7031
7032         * src/folder.c
7033                 only check for IGNORED parent message when message is
7034                 not IGNORED itself
7035
7036 2002-12-29 [alfons]     0.8.8claws20
7037
7038         * src/summaryview.c
7039                 set gtksctree's anchor correct (immediate execute
7040                 changes the tree's layout, and anchor points at 
7041                 the incorrect row). fixes "[ 657233 ] multiple msg 
7042                 delete sometimes off by 1".
7043                 we probably have to look for more tree layout /
7044                 anchor glitches.
7045
7046 2002-12-29 [paul]       0.8.8claws19
7047
7048         * src/summaryview.c
7049                 fix bug [ 659054 ] incorrect sorting of 'From' column
7050                 when using 'display sender using address book'
7051                 thanks to Alfons and Luke Plant
7052
7053 2002-12-29 [christoph]  0.8.8claws18
7054
7055         * src/folder.c
7056         * src/procmsg.[ch]
7057                 check parent messages for IGNORE THREAD flag, when adding,
7058                 moving or copying messages to a folder
7059
7060 2002-12-27 [alfons]     0.8.8claws17
7061
7062         re-organize matcher part 5; more to come
7063
7064         * src/matcher.c
7065                 hash keywords in matchparser_tab 
7066
7067 2002-12-27 [alfons]     0.8.8claws16
7068
7069         re-organize matcher part 4; more to come
7070
7071         * src/matcher_parser.h
7072         * src/matcher_parser_lex.l
7073         * src/matcher_parser_parse.y
7074                 cleanup
7075
7076 2002-12-27 [alfons]     0.8.8claws15
7077
7078         re-organize matcher part 3; more to come
7079
7080         * src/matcher.[ch]
7081                 cleanup
7082
7083 2002-12-27 [alfons]     0.8.8claws14
7084
7085         re-organize matcher part 2; more to come but this should
7086         work. cc me if there are any regressions.
7087
7088         * src/matcher.h
7089                 add prototype for get_matchparser_tab_id()
7090         * src/matcher_parser_lex.l
7091                 look up keywords using matchparser_tab_id();
7092
7093 2002-12-27 [alfons]     0.8.8claws12
7094
7095         re-organize matcher part 1
7096
7097         * src/matcher.h
7098                 map yacc generated constants to sylpheed matcher constants
7099         * src/matcher.c
7100                 add function to find a matcher constant from a string
7101
7102 2002-12-27 [christoph]  0.8.8claws11
7103
7104         * src/compose.c
7105                 MENUITEM_ADD casts the 4th argument from integer to pointer
7106                 so it probably should not be a pointer, this means we
7107                 should use account id for it and not the account's pointer
7108
7109 2002-12-27 [paul]       0.8.8claws10
7110
7111         * src/mainwindow.c
7112                 remove unneeded 'GtkWidget *vbox'
7113                 
7114         * src/summaryview.c
7115                 further sync with 0.8.8 - make sort
7116                 by recipient work as expected
7117                 
7118         * NEWS
7119                 sync with 0.8.8
7120
7121 2002-12-27 [paul]       0.8.8claws9
7122
7123         * po/pt_BR.po
7124                 updated by Ivan F. Martinez
7125                 
7126 2002-12-27 [darko]      0.8.8claws8
7127
7128         * src/common/utils.c
7129                 added locked pattern to extended search
7130
7131 2002-12-27 [alfons]     0.8.8claws7
7132
7133         * src/prefs_matcher.[ch]
7134                 clean up
7135
7136 2002-12-26 [alfons]     0.8.8claws6
7137
7138         * src/matcher.[ch]
7139         * src/matcher_parser_lex.l
7140         * src/matcher_parser_parse.y
7141         * src/prefs_matcher.c
7142                 allow color label as a condition in the matcher
7143
7144 2002-12-26 [oliver]     0.8.8claws5
7145         
7146         * src/toolbar.c 
7147                 enable Addressbook for Main and Messageview
7148         * src/prefs_actions.c
7149                 enable actions in Messageview
7150
7151 2002-12-26 [christoph]  0.8.8claws4
7152
7153         * src/common/plugin.c
7154                 add a little debug output
7155         * configure.in
7156         * src/plugins/demo/Makefile.am
7157                 better use of automake
7158
7159 2002-12-26 [christoph]  0.8.8claws3
7160
7161         * src/Makefile.am
7162         * src/common/Makefile.am
7163                 fix "make distdir"
7164
7165 2002-12-26 [christoph]  0.8.8claws2
7166
7167         * configure.in
7168                 sort configure checks into common / gtk / plugins
7169         * po/POTFILES.in
7170                 add src/prefs_gtk.c
7171         * src/Makefile.am
7172                 add plugins SUBDIR
7173         * src/main.c
7174         * src/common/sylpheed.[ch]
7175                 added now sylpheed_done function for shutdown
7176         * src/common/Makefile.am
7177         * src/common/plugin.[ch]                ** NEW **
7178                 plugin loader and unloader
7179         * src/plugins/.cvsignore                ** NEW **
7180         * src/plugins/Makefile.am               ** NEW **
7181                 build plugins
7182         * src/plugins/demo/.cvsignore           ** NEW **
7183         * src/plugins/demo/Makefile.am          ** NEW **
7184         * src/plugins/demo/demo.c               ** NEW **
7185                 small demo plugin that installs a logtext hook and
7186                 outputs the log text to stdout
7187
7188 2002-12-26 [paul]       0.8.8claws1
7189
7190         * po/es.po
7191                 updated by Ricardo Mones Lastra
7192
7193 2002-12-26 [paul]       0.8.8claws
7194
7195         * 0.8.8claws released
7196
7197 2002-12-26 [paul]       0.8.7claws12
7198
7199         * po/bg.po
7200                 updated by George Danchev
7201
7202 2002-12-26 [paul]       0.8.7claws11
7203
7204         * po/POTFILES.in
7205                 remove unneeded 'src/prefs.c' entry 
7206
7207 2002-12-26 [paul]       0.8.7claws10
7208
7209         * src/codeconv.c
7210           src/mainwindow.c
7211                 sync with 0.8.8 release
7212         
7213         * src/folder.[ch]
7214           src/mh.c
7215           src/summaryview.c
7216                 partial sync with 0.8.8 release
7217         
7218
7219 2002-12-25 [alfons]     0.8.7claws9
7220
7221         * src/matcher.[ch]
7222         * src/matcher_parser_lex.l
7223         * src/matcher_parser_parse.y
7224         * src/prefs_matcher.c
7225                 add locked flag to possible filtering / matcher 
7226                 conditions (also a good example what should be
7227                 done to add a simple boolean condition)
7228
7229 2002-12-25 [christoph]  0.8.7claws8
7230
7231         * src/Makefile.am
7232         * src/account.[ch]
7233         * src/addrbook.c
7234         * src/addressbook.c
7235         * src/addrindex.c
7236         * src/filtering.c
7237         * src/folder.c
7238         * src/matcher.c
7239         * src/prefs.[ch]                ** REMOVE **
7240         * src/prefs_account.c
7241         * src/prefs_actions.c
7242         * src/prefs_common.c
7243         * src/prefs_customheader.c
7244         * src/prefs_display_header.c
7245         * src/prefs_filtering.c
7246         * src/prefs_folder_item.c
7247         * src/prefs_gtk.[ch]            ** NEW **
7248         * src/prefs_matcher.c
7249         * src/prefs_scoring.c
7250         * src/prefs_summary_column.c
7251         * src/procmime.c
7252         * src/selective_download.c
7253         * src/toolbar.c
7254         * src/common/Makefile.am
7255         * src/common/prefs.[ch]         ** NEW **
7256                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
7257
7258 2002-12-24 [alfons]     0.8.7claws7
7259
7260         * src/summaryview.c
7261                 summary_thread_build(): fix real cause of the crash mentioned in
7262                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
7263                 this way we get meaningful ctree nodes 
7264
7265 2002-12-24 [oliver]     0.8.7claws6
7266
7267         * src/mainwindow.[ch]
7268         * src/messageview.[ch]
7269         * src/compose.[ch]
7270         * src/inc.c
7271         * src/summaryview.c
7272                 changes to use updated toolbar handling
7273                 
7274 2002-12-24 [oliver]     0.8.7claws5
7275
7276         * src/toolbar.[ch]
7277                 generic toolbar handling
7278                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
7279         * src/prefs_toolbar.[ch]
7280                 adjust to handling
7281         
7282 2002-12-24 [oliver]     0.8.7claws4
7283         
7284         * src/stock_pixmap.[ch]
7285                 move SYLPHEED_LOGO to end of list in order 
7286                 to remove it from Custom Toolbar`s Icon View
7287
7288 2002-12-24 [alfons]     0.8.7claws3
7289
7290         * src/summaryview.c
7291                 summary_thread_build(): fix crash because of focus != selection 
7292                 after threading. when deleting the selection, gtk tries but fails 
7293                 to find the correct focusable element. we now force the selection
7294                 to be focused. this should solve the infamous bug reported by 
7295                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
7296                 a test case is available. 
7297
7298 2002-12-24 [darko]      0.8.7claws2
7299
7300         * src/summaryview.c
7301                 don't crash when unmarking message with unread children
7302
7303 2002-12-23 [christoph]  0.8.7claws1
7304
7305         * src/Makefile.am
7306         * src/common/Makefile.am
7307                 update Makefiles for moved intl.h, version.h and defs.h
7308         * src/imap.c
7309                 rewrite imap_session_get to avoid duplicate code
7310
7311 2002-12-23 [paul]       0.8.7claws
7312
7313         * Santa-Claws released
7314         
7315         * po/hu.po
7316           po/ru.po
7317                 squeeze in updated Hungarian and Russian translations.
7318                 Submitted by  Gál Zoltán and Ruslan N. Balkin
7319
7320 2002-12-23 [paul]       0.8.6claws129
7321
7322         * po/pl.po
7323                 updated by Witold Wladyslaw Wojciech Wilk
7324
7325 2002-12-23 [paul]       0.8.6claws128
7326
7327         * src/quote_fmt_parse.y
7328                 fix typo and add licence header
7329
7330 2002-12-23 [paul]       0.8.6claws127
7331
7332         * po/en_GB.po
7333                 updated
7334
7335 2002-12-23 [paul]       0.8.6claws126
7336
7337         * po/it.po
7338                 updated translation, submitted by Alessandro Maestri
7339                 
7340 2002-12-23 [paul]       0.8.6claws125
7341
7342         * src/quote_fmt_parse.y
7343                 fix signature-stripping on replies bug. match
7344                 '-- \n' and not '-- '.
7345
7346 2002-12-22 [paul]       0.8.6claws124
7347
7348         * po/bg.po
7349           po/es.po
7350           po/sr.po
7351                 updated translations. submitted by George Danchev,
7352                 Ricardo Mones Lastra, and Urke MMI respectively
7353
7354 2002-12-21 [paul]       0.8.6claws123
7355
7356         * src/addrbook.c
7357                 fix coding style
7358
7359 2002-12-21 [paul]       0.8.6claws122
7360
7361         * src/addrbook.c
7362                 fix bug [643638] where if a person is in one or more
7363                 addressbook groups editing that person's email 
7364                 address results in removal from those groups.
7365                 Patch submitted by Luke Plant.
7366
7367 2002-12-20 [christoph]  0.8.6claws121
7368
7369         * src/common/utils.c
7370         * src/summaryview.c
7371                 reimplement expand_search_string using GString to
7372                 prevent crashs caused by miscalculated string
7373                 lengths reported by Paul
7374
7375 2002-12-20 [christoph]  0.8.6claws120
7376
7377         * src/summaryview.c
7378                 don't use "changed" to check if op_count has to be changed as it
7379                 is also set when the message has unread children
7380                 (closes bug [ 653221 ] crash while deleting duplicates)
7381
7382 2002-12-20 [paul]       0.8.6claws119
7383
7384         * sync with 0.8.6cvs27
7385                 see ChangeLog 2002-12-20
7386
7387 2002-12-20 [paul]       0.8.6claws118
7388
7389         * sync with 0.8.6cvs26
7390                 see ChangeLog 2002-12-19 and 2002-12-20
7391
7392 2002-12-19 [alfons]     0.8.6claws117
7393
7394         * src/textview.c
7395                 fix incorrect parsing of email addresses, submitted by 
7396                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7397                 name display if it contains @".
7398
7399 2002-12-18 [paul]       0.8.6claws116
7400
7401         * sync with 0.8.6cvs23
7402                 see ChangeLog 2002-12-18
7403
7404 2002-12-18 [paul]       0.8.6claws115
7405
7406         * src/Makefile.am
7407         * src/account.c
7408         * src/codeconv.c
7409         * src/gtkutils.[ch]
7410         * src/imap.c
7411                 sync with 0.8.6cvs22.
7412                 see ChangeLog 2002-12-17 and 2002-12-18
7413
7414 2002-12-17 [christoph]  0.8.6claws114
7415
7416         * src/imap.c
7417                 o don't create a session if imap greeting fails
7418                 o don't close socket when authentication fails
7419                   this is done by imap_session_destroy
7420
7421 2002-12-17 [thorsten]   0.8.6claws113
7422
7423         * tools/Makefile.am
7424           tools/README
7425           tools/google_msgid.pl ** NEW FILE **
7426                 Added "search for message-id" script and doc
7427
7428 2002-12-17 [thorsten]   0.8.6claws112
7429
7430         * po/hu.po
7431                 Updated hungarian translation
7432                 (updated by Gal Zoltan)
7433
7434 2002-12-16 [christoph]  0.8.6claws111
7435
7436         * src/addr_compl.c
7437                 remove stupid addressbook dump to debug output
7438         * src/mh.c
7439                 fix memory leak found by Hiro
7440
7441 2002-12-14 [paul]       0.8.6claws110
7442
7443         * src/compose.c
7444                 fix menubar sensitivity on send
7445                 
7446         * src/prefs_filtering.c
7447         * src/prefs_matcher.c
7448         * src/prefs_scoring.c
7449                 Fix english ;)
7450                 
7451         * src/common/quoted-printable.h
7452                 sync: fix typo
7453         
7454 2002-12-13 [christoph]  0.8.6claws109
7455
7456         * src/Makefile.am
7457         * src/manage_window.[ch]        ** REMOVE **
7458         * src/gtk/Makefile.am
7459         * src/gtk/manage_window.[ch]    ** NEW **
7460                 move manage_window files to gtk directory
7461
7462 2002-12-13 [christoph]  0.8.6claws108
7463
7464         * src/Makefile.am
7465         * src/gtkshruler.[ch]           ** REMOVE **
7466         * src/gtk/Makefile.am
7467         * src/gtk/gtkshruler.[ch]       ** NEW **
7468                 move gtkshruler files to gtk directory
7469
7470 2002-12-13 [christoph]  0.8.6claws107
7471
7472         * src/Makefile.am
7473         * src/compose.c
7474         * src/gtkstext.[ch]             ** REMOVE **
7475         * src/gtkutils.[ch]
7476         * src/textview.c
7477         * src/gtk/gtkstext.[ch]         ** NEW **
7478         * src/gtk/Makefile.am
7479                 o move stext functions to gtkstext.c to remove
7480                   dependency of gtkutils
7481                 o move gtkstext files to gtk directory
7482
7483         * src/gtk/Makefile.am
7484         * src/gtk/sslcertwindow.[ch]
7485                 UI stuff can always depend on common code so
7486                 it's ok to add ../common to include path
7487
7488 2002-12-13 [colin]      0.8.6claws106
7489
7490         * src/summaryview.c
7491                 Disconnect sighandlers for mainwindow when
7492                 quicksearch has the focus
7493                 Fix bug #653231
7494         * src/mainwindow.[ch]
7495                 Make key_pressed callback public, to be able
7496                 to disconnect it
7497
7498 2002-12-13 [christoph]  0.8.6claws105
7499
7500         * src/mh.c
7501                 create .mh_sequences file in new MH folders
7502                 (closes feature request [ 523162 ] MH folders should
7503                  get a .mh_sequences)
7504
7505 2002-12-13 [colin]      0.8.6claws104
7506
7507         * src/summaryview.c
7508                 Better handling of quicksearch show/hide
7509                 (basically the button stays under the mouse 
7510                  when toggled)
7511
7512 2002-12-13 [paul]       0.8.6claws103
7513
7514         * sync with 0.8.6cvs17
7515                 see ChangeLog 2002-12-13
7516
7517 2002-12-13 [paul]       0.8.6claws102
7518
7519         * po/es.po
7520                 updated by Ricardo Mones Lastra
7521
7522 2002-12-11 [colin]       0.8.6claws101
7523
7524         * src/folder.c
7525                 remove statusbar stuff
7526           src/folderview.c
7527                 set statusbar verbosity when moving folders
7528
7529 2002-12-11 [colin]       0.8.6claws100
7530         * src/prefs_filtering.c
7531         * src/prefs_matcher.c
7532         * src/prefs_scoring.c
7533                 Fix english ;)
7534
7535 2002-12-11 [colin]       0.8.6claws99
7536
7537         * src/prefs_common.[ch]
7538                 Add summary_quicksearch_type
7539         * src/summaryview.c
7540                 Save last used quicksearch type
7541
7542 2002-12-11 [jens]       0.8.6claws98
7543         * src/prefs_filtering.c
7544         * src/prefs_matcher.c
7545         * src/prefs_scoring.c
7546                 added dialog for incomplete rules in scoring, filtering and
7547                 matcher to ask wheather really close
7548
7549 2002-12-11 [colin]      0.8.6claws97
7550
7551         * src/folder.c
7552                 Fix folder dnd statusbar logging
7553
7554 2002-12-10 [christoph]  0.8.6claws96
7555
7556         * src/compose.c
7557         * src/folder.c
7558         * src/imap.c
7559         * src/inc.c
7560         * src/main.c
7561         * src/mainwindow.c
7562         * src/news.c
7563         * src/send.c
7564         * src/statusbar.[ch]
7565         * src/common/hooks.c
7566         * src/common/log.[ch]
7567                 o handle verbose logging in statusbar directly in statusbar code
7568                   and common code does not need any knowledge about a statusbar
7569                 o remove direct calls to statusbar_(puts|pop)_all functions
7570
7571 2002-12-10 [jens]       0.8.6claws95
7572
7573         * src/*.c
7574                 removed gettext from g_warnings
7575         * po/POTFILES.in
7576                 cleaned and updated
7577         * po/de.po
7578                 updated
7579
7580 2002-12-10 [colin]      0.8.6claws94
7581
7582         * src/main.c
7583                 finish crash dialog fix
7584
7585 2002-12-10 [colin]      0.8.6claws93
7586
7587         * src/main.c
7588                 "Fix" "sylpheed already running" instead of
7589                 crash dialog appearing after a crash
7590
7591 2002-12-10 [colin]      0.8.6claws92
7592
7593         * po/POTFILES.in
7594                 add src/gtk/sslcertwindow.c
7595
7596 2002-12-10 [paul]       0.8.6claws91
7597
7598         * po/POTFILES.in
7599                 updated to reflect recent changes
7600                 submitted by Alessandro Maestri
7601
7602 2002-12-09 [christoph]  0.8.6claws90
7603
7604         * src/Makefile.am
7605         * src/smtp.[ch]                 ** REMOVE **
7606         * src/common/Makefile.am
7607         * src/common/smtp.[ch]          ** NEW **
7608                 move smtp files to common directory
7609
7610 2002-12-09 [christoph]  0.8.6claws89
7611
7612         * src/Makefile.am
7613         * src/session.[ch]              ** REMOVE **
7614         * src/common/Makefile.am
7615         * src/common/session.[ch]       ** NEW **
7616                 move session files to common directory
7617
7618 2002-12-09 [paul]       0.8.6claws88
7619
7620         * src/account.c
7621                 fix bug [649746] edit accounts: move account reverted
7622                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7623
7624 2002-12-09 [colin]      0.8.6claws87
7625
7626         * src/ssl_certificate.c
7627                 cleanup
7628
7629 2002-12-09 [colin]      0.8.6claws86
7630
7631         * src/ssl.c
7632                 Try to open the cert.pem database and 
7633                 issue a warning if it isn't there
7634
7635 2002-12-09 [colin]      0.8.6claws85
7636
7637         * src/common/ssl_certificate.c
7638         * src/gtk/sslcertwindow.c
7639                 Warning fixes
7640
7641 2002-12-09 [colin]      0.8.6claws84
7642
7643         * src/ssl_certificate.[ch] ** REMOVED **
7644         * src/common/ssl_certificate.[ch] ** NEW **
7645         * src/Makefile.am
7646         * src/common/Makefile.am
7647                 Moved ssl_certificate.[ch] to common
7648         * src/common/ssl.c 
7649                 Put back needed include
7650         * src/gtk/sslcertwindow.[ch]
7651                 Changed ssl_certificate.h include
7652         
7653 2002-12-09 [colin]      0.8.6claws83
7654
7655         * src/gtk/sslcertwindow.[ch]
7656                 Implement hook for certificate acception
7657         * src/ssl_certificate.[ch]
7658                 Implement hook for certificate acception
7659         * src/common/ssl.c
7660                 Reenable certificate acception check
7661         * src/mainwindow.c
7662                 Register sslcertwindow's hook
7663         
7664 2002-12-08 [christoph]  0.8.6claws82
7665
7666         * src/about.c
7667         * src/addr_compl.c
7668         * src/codeconv.c
7669         * src/manual.c
7670         * src/undo.c
7671         * src/common/utils.c
7672                 o add missing includes
7673                 o fix warnings
7674         * src/.cvsignore
7675         * src/common/.cvsignore
7676         * src/common/version.h          ** REMOVE **
7677                 remove autogenerated file
7678
7679 2002-12-08 [paul]       0.8.6claws81
7680
7681         * src/stringtable.c
7682                 put back needed include
7683
7684 2002-12-08 [colin]      0.8.6claws80
7685         
7686         * src/gtk/sslcertwindow.c
7687                 Cleaner popups when asking
7688         * src/ssl_certificate.c
7689         * src/prefs_common.[ch]
7690                 remove ssl certificate pref
7691                 put back needed include
7692         * src/undo.c
7693                 put back needed include
7694
7695 2002-12-08 [christoph]  0.8.6claws79
7696
7697         * src/folderview.c
7698         * src/logwindow.c
7699         * src/statusbar.c
7700         * src/summaryview.c
7701                 only abort hook invokation if required data is missing not
7702                 if our own data pointer is NULL, update hookfunction for
7703                 log window
7704
7705 2002-12-08 [paul]       0.8.6claws78
7706
7707         * src/about.c
7708         * src/addrcache.c
7709         * src/addrclip.c
7710         * src/addr_compl.c
7711         * src/addrselect.c
7712         * src/codeconv.c
7713         * src/colorlabel.c
7714         * src/enriched.c
7715         * src/esmtp.c
7716         * src/exporthtml.c
7717         * src/headerview.c
7718         * src/imageview.c
7719         * src/manual.c
7720         * src/noticeview.c
7721         * src/pgptext.c
7722         * src/scoring.c
7723         * src/sourcewindow.c
7724         * src/stringtable.c
7725         * src/undo.c
7726                 clean up: remove unneccesary includes
7727
7728 2002-12-08 [christoph]  0.8.6claws77
7729
7730         * src/folderview.c
7731         * src/statusbar.c
7732         * src/summaryview.c
7733         * src/common/hooks.[ch]
7734                 hook functions now have a gboolean return value, if a hook
7735                 returns TRUE it will stop executing of any more hooks in
7736                 the same hooklist for this invokation
7737
7738 2002-12-08 [colin]      0.8.6claws76
7739         
7740         * src/main.c
7741                 put back argv0 for CRASH_DIALOG
7742
7743 2002-12-08 [christoph]  0.8.6claws75
7744
7745         * src/Makefile.am
7746         * src/about.c
7747         * src/account.c
7748         * src/crash.c
7749         * src/esmtp.h
7750         * src/imap.[ch]
7751         * src/inc.c
7752         * src/main.c
7753         * src/mainwindow.c
7754         * src/news.c
7755         * src/pop.[ch]
7756         * src/prefs_account.[ch]
7757         * src/prefs_common.[ch]
7758         * src/send.[ch]
7759         * src/smtp.[ch]
7760         * src/ssl_certificate.[ch]
7761         * src/ssl_manager.[ch]
7762         * src/common/Makefile.am
7763         * src/common/log.c
7764         * src/common/nntp.[ch]
7765         * src/common/socket.[ch]
7766         * src/common/ssl.[ch]
7767         * src/gtk/sslcertwindow.[ch]
7768         * ac/openssl.m4
7769                 use new autoconf script to detect OpenSSL with extra parameters
7770                 to specify the location of libs and includes, also remove USE_SSL
7771                 to USE_OPENSSL
7772
7773         * src/common/sylpheed.[ch]
7774         * src/common/version.h.in
7775                 start seperation of common code initialization seperated from gui
7776
7777         * src/summaryview.c
7778                 The function that is called when a color label changes
7779                 should not change the color lable again
7780
7781 2002-12-08 [colin]      0.8.6claws74
7782
7783         * src/gtk/sslcertwindow.c
7784                 warning fixes
7785
7786 2002-12-08 [colin]      0.8.6claws73
7787
7788         * src/statusbar.c
7789           src/common/log.h
7790                 Register a hook for statusbar_puts_all
7791         * src/common/log.c
7792                 invoke statusbar_puts_all's hook
7793         
7794 2002-12-08 [colin]      0.8.6claws72
7795
7796         * src/ssl_certificate.c
7797                 Put back a badly-removed include
7798
7799 2002-12-08 [colin]      0.8.6claws71
7800
7801         * src/gtk/sslcertwindow.[ch]    ** NEW **
7802                 new certificate presentation
7803         * src/gtk/Makefile.am
7804                 add new files
7805         * src/ssl_certificate.[ch]
7806                 gtk cleanup, made utility functions public
7807         * src/ssl_manager.c
7808                 use new cert presentation
7809
7810 2002-12-07 [christoph]  0.8.6claws70
7811
7812         * src/Makefile.am
7813         * src/nntp.[ch]                 ** REMOVE **
7814         * src/common/Makefile.am
7815         * src/common/nntp.[ch]          ** NEW **
7816                 move nntp files to common directory
7817
7818 2002-12-07 [christoph]  0.8.6claws69
7819
7820         * src/procmsg.[ch]
7821         * src/summaryview.c
7822                 implement msginfo update callback using sylpheed's new
7823                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7824
7825 2002-12-06 [christoph]  0.8.6claws68
7826
7827         * src/editgroup.c
7828                 This patch changes the 'Edit Group Details' dialog to
7829                 allow extended selections in either pane, so that
7830                 addresses can be added or removed from a group more
7831                 quickly and easily. (it actually is a net decrease in
7832                 file size, as some unnecessary functions have been
7833                 removed). 
7834                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7835
7836 2002-12-06 [christoph]  0.8.6claws67
7837
7838         * src/Makefile.am
7839         * src/template.[ch]             ** REMOVE **
7840         * src/common/Makefile.am
7841         * src/common/template.[ch]      ** NEW **
7842                 move template files to common directory
7843
7844         * src/nntp.c
7845                 add missing log.h include
7846
7847 2002-12-06 [melvin]     0.8.6claws66
7848
7849         * src/prefs_actions.c
7850                 Added the trailing ">" syntax to insert command's output
7851                 without replacing old text (in contrast to trailing "|").
7852
7853 2002-12-05 [colin]      0.8.6claws65
7854         
7855         * src/common/utils.c
7856                 Don't modify original search_string or it'll change
7857                 the next iterations in the for()
7858
7859 2002-12-05 [darko]      0.8.6claws64
7860
7861         * src/common/utils.c
7862                 proper check for filtering commands, found by Colin
7863
7864 2002-12-05 [darko]      0.8.6claws63
7865
7866         * src/common/utils.c
7867                 check proper string for NULL pointer, found by Colin
7868
7869 2002-12-05 [darko]      0.8.6claws62
7870
7871         * src/common/utils.[ch]
7872                 expand_search_string(): new function
7873                 converts Mutt-like patterns to Sylpheed's
7874                 filtering engine
7875         * src/summaryview.c
7876                 use expand_search_string() to allow Mutt-like
7877                 patterns in extended search
7878         * README.claws
7879                 document extended option in quick search
7880
7881 2002-12-05 [paul]       0.8.6claws61
7882
7883         * sync with 0.8.6cvs16
7884                 see ChangeLog 2002-12-05
7885                 
7886         * po/POTFILES.in
7887                 clean up
7888
7889 2002-12-04 [christoph]  0.8.6claws60
7890
7891         * src/imap.[ch]
7892                 put imap authentication code into a new function and
7893                 remove it from imap_session_new that will allow to
7894                 send other commands before authentication
7895
7896 2002-12-04 [christoph]  0.8.6claws59
7897
7898         * src/imap.[ch]
7899                 use already existing method to prevent unneeded IMAP
7900                 folder selects. Set imap_select parameters to NULL
7901                 in some functions if the values are not required.
7902
7903         * src/xml.h
7904                 remove no longer required include
7905
7906 2002-12-04 [paul]       0.8.6claws58
7907
7908         * po/es.po
7909                 updated by Ricardo Mones Lastra
7910                 
7911         * configure.in
7912           po/hu.po      ** NEW FILE **
7913                 initial Hungarian translation, submitted
7914                 by Gál Zoltán <galzoli@hu.inter.net>
7915
7916 2002-12-03 [christoph]  0.8.6claws57
7917
7918         * src/Makefile.am
7919         * src/gtksctree.[ch]            ** REMOVE **
7920         * src/gtk/Makefile.am
7921         * src/gtk/gtksctree.[ch]        ** NEW **
7922                 move gtksctree files to gtk directory
7923
7924 2002-12-03 [christoph]  0.8.6claws56
7925
7926         * src/Makefile.am
7927         * src/md5.[ch]                  ** REMOVE **
7928         * srm/common/Makefile.am
7929         * src/common/md5.[ch]           ** NEW **
7930                 move md5 files to common directory
7931
7932         * src/gtkstext.c
7933                 remove not required #include
7934
7935 2002-12-03 [sergey]     0.8.6claws55
7936
7937         * src/gtkutils.c
7938         * src/gtkutils.h
7939                 gtkut_window_popup(): new function.
7940         * src/mainwindow.c
7941                 main_window_popup(): use gtkut_window_popup() to raise
7942                 window without changing its position.
7943                 (see sylpheed-main ML message [sylpheed:17247])
7944
7945 2002-12-03 [sergey]     0.8.6claws54
7946
7947         * src/send.c
7948                 send_message_local(): removed first-dot escaping
7949                 (SMTP-only, not needed for sending through pipe)
7950
7951 2002-12-03 [paul]       0.8.6claws53
7952
7953         * po/POTFILES.in
7954                 update to reflect recent changes (thanks
7955                 to Ricardo Mones Lastra)
7956                 
7957         * tools/filter_conv.pl
7958                  fix problem with quoted strings. Patch submitted
7959                  by Luke Plant <lukeplant@softhome.net>
7960
7961 2002-12-03 [paul]       0.8.6claws52
7962
7963         * sync with 0.8.6cvs15
7964                 see ChangeLog 2002-12-03
7965
7966 2002-12-02 [christoph]  0.8.6claws51
7967
7968         * src/logwindow.[ch]
7969         * src/common/log.[ch]
7970                 implement logging using a hook function
7971
7972         * src/folderview.c
7973         * src/folder.[ch]
7974                 define hooklist name in header file to avoid
7975                 errors caused by wrong spelling of hooklist names
7976
7977         * src/toolbar.c
7978                 fix warnings
7979
7980 2002-12-02 [christoph]  0.8.6claws50
7981
7982         * src/common/Makefile.am
7983                 add src/common/hooks.[ch]
7984
7985         * src/common/hooks.[ch]
7986                 implement a simple hook system using glib's hook functions
7987
7988         * src/folder.[ch]
7989         * src/folderview.c
7990                 use new hook system for folder item updates
7991
7992 2002-12-02 [christoph]  0.8.6claws49
7993
7994         * doc-src/ui_seperation.txt     ** NEW **
7995                 information for ui seperation
7996
7997         * src/Makefile.am
7998                 remove files that were moved to common
7999                 include common directory by default for the header files
8000
8001         * src/inc.c
8002         * src/common/socket.c
8003         * src/automaton.[ch]
8004                 implement automaton using g_io_*-functions instead of
8005                 gdk_input_add to make it ui independent
8006
8007         * src/codeconv.c
8008         * src/compose.c
8009         * src/ldif.c
8010         * src/pgptext.c
8011         * src/procmime.c
8012         * src/rfc2015.c
8013         * src/smtp.c
8014         * src/unmime.c
8015                 remove common/ prefix because directory is now in
8016                 include path
8017
8018         * src/compose.c
8019         * src/folder.c
8020         * src/folderview.c
8021         * src/mainwindow.c
8022         * src/messageview.c
8023         * src/prefs_common.c
8024         * src/procmsg.c
8025         * src/rfc2015.c
8026                 fix warnings
8027
8028         * src/imap.c
8029         * src/inc.c
8030         * src/news.c
8031         * src/pop.c
8032         * src/send.c
8033         * src/smtp.c
8034         * src/ssl_certificate.c
8035                 add log.h header file for logging functions
8036
8037         * src/main.c
8038         * src/common/utils.c
8039         * src/summaryview.c
8040         * src/xml.c
8041                 o move debug_mode to common/utils.c
8042                 o add functions to set and get debug_mode
8043
8044         * src/defs.h                    ** REMOVE **
8045         * src/intl.h                    ** REMOVE **
8046         * src/socket.[ch]               ** REMOVE **
8047         * src/ssl.[ch]                  ** REMOVE **
8048         * src/utils.[ch]                ** REMOVE **
8049                 replaced by new files in src/common/
8050         
8051         * src/common/Makefile.am
8052                 add new files in src/common/
8053
8054         * src/common/defs.h             ** NEW **
8055         * src/common/intl.h             ** NEW **
8056         * src/common/log.[ch]           ** NEW **
8057         * src/common/socket.[ch]        ** NEW **
8058         * src/common/ssl.[ch]           ** NEW **
8059         * src/common/utils.[ch]         ** NEW **
8060                 replacement for files in src/
8061
8062 2002-12-02 [colin]      0.8.6claws48
8063
8064         * src/folderview.c
8065                 Scroll folderview if necessary during dnd
8066
8067 2002-12-02 [colin]      0.8.6claws47
8068
8069         * src/folder.[ch]
8070                 Add check to verify a move is within a single mailbox
8071         * src/folderview.c
8072                 Add specific error string for this check
8073
8074 2002-12-02 [colin]      0.8.6claws46
8075
8076         * src/folder.c
8077                 Add a test to folder moving, remove a statusbar_print
8078         * src/folderview.c
8079                 Add Move folder... context-menu item
8080                 Factorize folder moving code
8081                 Enable folder DND for mbox
8082
8083 2002-12-01 [christoph]  0.8.6claws45
8084
8085         * ac/aspell.m4
8086                 remove conf.aspelltest if the version check fails
8087
8088 2002-11-30 [christoph]  0.8.6claws44
8089
8090         * autogen.sh
8091                 run libtoolize --force in autogen to create missing
8092                 libtool scripts
8093
8094 2002-11-30 [christoph]  0.8.6claws43
8095
8096         * src/Makefile.am
8097         * src/pgptext.c
8098         * src/procmime.c
8099         * src/rfc2015.c
8100         * src/uuencode.[ch]             ** REMOVED **
8101         * src/common/Makefile.am
8102         * src/common/uuencode.[ch]      ** NEW **
8103                 move uuen/decoder to common directory
8104
8105 2002-11-30 [christoph]  0.8.6claws42
8106
8107         * src/Makefile.am
8108         * src/base64.[ch]               ** REMOVED **
8109         * src/codeconv.c
8110         * src/compose.c
8111         * src/ldif.c
8112         * src/pgptext.c
8113         * src/procmime.c
8114         * src/rfc2015.c
8115         * src/smtp.c
8116         * src/unmime.c
8117         * src/common/Makefile.am
8118         * src/common/base64.[ch]        ** NEW **
8119                 move base64 en/decoder to common directory
8120
8121 2002-11-30 [christoph]  0.8.6claws41
8122
8123         * src/common                    ** NEW **
8124                 new directory for UI independent code
8125         * src/gtk                       ** NEW **
8126                 new directory for GTK frontend
8127         * src/common/.cvsignore         ** NEW **
8128         * src/gtk/.cvsignore            ** NEW **
8129                 ignore build files
8130         * src/common/Makefile.am        ** NEW **
8131         * src/gtk/Makefile.am           ** NEW **
8132                 automake files to build new seperated stuff
8133         * src/Makefile.am
8134                 the binary will currently still be build with the
8135                 files in src, so we include the code from the
8136                 subdirs for now after building the libs there
8137
8138 2002-11-30 [paul]       0.8.6claws40
8139
8140         * src/compose.c
8141                 fix bug [642731] 'Wrong selected account with drafted mail'
8142
8143 2002-11-29 [oliver]     0.8.6claws39
8144         
8145         * src/messageview.c
8146                 o update summaryview when switching between different
8147                   messageviews          
8148         * src/toolbar.c  
8149                 o check if messageview holds already removed msg
8150                   from summaryview
8151                 
8152
8153 2002-11-29 [oliver]     0.8.6claws38
8154
8155         * src/toolbar.c 
8156                 remove not needed variables and includes
8157                 make messageview stay opened and move to next when msgs are deleted 
8158
8159 2002-11-29 [oliver]     0.8.6claws37
8160         
8161         * src/toolbar.c 
8162                 disable compose button (messageview toolbar) by default
8163                 deleted msgs are moved to trash
8164         
8165 2002-11-29 [melvin]     0.8.6claws36
8166
8167         * configure.in
8168                 Increased minimal gpgme version to 0.3.10 (Zombies out)
8169                 and to detect signatures expirations (gpgme 0.3.6)
8170
8171         * src/main.c
8172                 Use non obsolescent function for Gpgme engine checking.
8173
8174         * src/rfc2015.c
8175                 Inform about expired signatures or signatures which key
8176                 has expired. Expiration date is displayed.
8177
8178         * src/sigstatus.c
8179                 Inform about expired signatures or signatures which key
8180                 has expired.
8181
8182 2002-11-28 [paul]       0.8.6claws35
8183
8184         * src/folderview.c
8185                 re-instate 'Check for new messages' in Newsgroup
8186                 folders right-click menu, after a suggestion from
8187                 Tim Mann <timmann@users.sourceforge.net>
8188
8189         * src/main.c
8190                 after a crash check only local folders for new
8191                 messages
8192
8193 2002-11-28 [paul]       0.8.6claws34
8194
8195         * configure.in
8196                 apply patch that fixes the checking of GTK with XIM 
8197                 support on different OSs, such as FreeBSD. Patch 
8198                 submitted by Topia <topia@users.sourceforge.net>
8199                 
8200 2002-11-28 [paul]       0.8.6claws33
8201
8202         * src/mainwindow.c
8203           src/prefs_common.c
8204           src/prefs_toolbar.c
8205                 more changes to the English
8206
8207 2002-11-28 [paul]       0.8.6claws32
8208
8209         * sync with 0.8.6cvs13
8210                 see ChangeLog 2002-11-28 (no sync needed
8211                 for src/compose.c)
8212
8213 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
8214         
8215         * src/mainwindow.[ch]
8216                 add patch by Ivan F. Martinez introducing messageview Toolbar
8217                 some changes and committed by oliver    
8218
8219 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
8220
8221         * src/messageview.[ch]
8222                 add patch by Ivan F. Martinez introducing messageview Toolbar
8223                 some changes and committed by oliver    
8224
8225 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
8226
8227         * src/compose.[ch]
8228                 add patch by Ivan F. Martinez introducing messageview Toolbar
8229                 some changes and committed by oliver    
8230
8231 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
8232         
8233         * src/toolbar.[ch]
8234                 add patch by Ivan F. Martinez introducing messageview Toolbar
8235                 some changes and committed by oliver
8236
8237 2002-11-28 [oliver]     0.8.6claws27
8238         
8239         * src/prefs_toolbar.[ch]
8240                 getting ready for messageview toolbar
8241                 free mem allocated by gettext
8242                 change prefs_toolbar to prefs_toolbar_open
8243  
8244 2002-11-28 [thorsten]   0.8.6claws26
8245
8246         * src/imageview.[ch]
8247                 cleaned up conflicting declarations of
8248                 imageview_show_image()
8249
8250 2002-11-28 [paul]       0.8.6claws25
8251
8252         * src/grouplistdialog.c
8253           src/prefs_common.c
8254           src/prefs_summary_column.c
8255                 a few more improvements to the English
8256
8257 2002-11-28 [colin]      0.8.6claws24
8258
8259         * man/sylpheed.1
8260                 A few updates to command-line parameters
8261
8262 2002-11-28 [colin]      0.8.6claws23
8263
8264         * src/prefs_filtering.c
8265                 Fix problems with prefs_filtering_delete_path:
8266                 a) if the first rule is removed, original pointers
8267                    weren't updated (leading to segfaults)
8268                 b) it was always global_processing updated in case
8269                    of removed path was parent of rule path
8270
8271 2002-11-27 [paul]       0.8.6claws22
8272
8273         * src/mainwindow.c
8274           src/prefs_account.c
8275           src/prefs_actions.c
8276           src/prefs_common.c
8277           src/prefs_customheader.c
8278           src/prefs_display_header.c
8279           src/prefs_filtering.c
8280           src/prefs_folder_item.c
8281           src/prefs_matcher.c
8282           src/prefs_scoring.c
8283           src/prefs_summary_column.c
8284           src/prefs_template.c
8285           src/prefs_toolbar.c
8286                  improve the English in the GUI
8287
8288 2002-11-27 [colin]      0.8.6claws21
8289
8290         * src/folder.c
8291                 Fix processing renaming problems happening after
8292                 last commit
8293
8294 2002-11-27 [colin]      0.8.6claws20
8295
8296         * src/folder.c
8297                 recursive move now deletes src each subfolder after 
8298                 having moved it
8299         * src/folderview.c
8300                 Use identifier instead of path during dnd (enables
8301                 IMAP folder dnd)
8302
8303 2002-11-27 [paul]       0.8.6claws19
8304
8305         * src/main.c
8306                 apply patch that does command-line processing 
8307                 BEFORE gtk_init, allowing claws to run from 
8308                 shell-scripts in non-X environment (e.g. crontab 
8309                 or ip-up, ip-down scripts). Patch submitted by
8310                 Ruslan N. Balkin <baron@dartel.ru>
8311                 
8312         * po/it.po
8313                 updated by Alessandro Maestri
8314
8315 2002-11-27 [paul]       0.8.6claws18
8316
8317         * sync with 0.8.6cvs12
8318           src/prefs_common.c
8319                 Differences are that main uses a 'Receive dialog'
8320                 frame on the Interface tab, whereas claws groups all 
8321                 the dialogs together in a 'Dialogs' frame.
8322
8323 2002-11-27 [colin]      0.8.6claws17
8324
8325         * src/prefs_matcher.c
8326                 Fix Execute criteria's NOT flag
8327
8328
8329 2002-11-26 [christoph]  0.8.6claws16
8330
8331         * src/ssl.c
8332                 rewrite the ssl code a little bit, only use one
8333                 SSL context, set default certificates' file/path
8334
8335 2002-11-26 [thorsten]   0.8.6claws15
8336
8337         * src/compose.c
8338                 default-reply-to didn't work for ml-reply
8339
8340 2002-11-26 [melvin]     0.8.6claws14
8341
8342         * src/prefs_actions.c
8343                 Made pipe-actions ignore short headers in message view
8344                 Made trailing-pipe-actions write in the message view with
8345                 the same font as the original message
8346
8347 2002-11-26 [paul]       0.8.6claws13
8348
8349         * src/compose.c
8350                 this time commit the correct file
8351
8352 2002-11-26 [paul]       0.8.6claws12
8353
8354         * sync with 0.8.6cvs11
8355           src/quote_fmt_parse.y  
8356                 no sync needed
8357           src/account.[ch]       
8358                 not sync'ed
8359           src/compose.c
8360                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8361                 on draft mode.
8362                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8363                 header
8364                 
8365         see ChangeLog 2002-11-25 and 2002-11-26
8366
8367 2002-11-26 [colin]      0.8.6claws11
8368
8369         * src/folderview.c
8370                 Fix collapsed folder not auto-expanding during
8371                 mail dnd, if it was the source folder.
8372
8373 2002-11-25 [colin]      0.8.6claws10
8374
8375         * src/folderview.[ch]
8376                 Variable renaming and cleaning (slist of nodes 
8377                 to be re-collapsed is stored in FolderView)
8378
8379 2002-11-25 [paul]       0.8.6claws9
8380
8381         * src/prefs_common.[ch]
8382                 fix breakage caused by last commit
8383
8384 2002-11-25 [paul]       0.8.6claws8
8385
8386         * sync with 0.8.6cvs4
8387                 see ChangeLog 2002-11-21
8388
8389 2002-11-25 [paul]       0.8.6claws7
8390
8391         * sync with 0.8.6cvs4
8392                 see ChangeLog 2002-11-20
8393
8394 2002-11-25 [paul]       0.8.6claws6
8395
8396         * sync with 0.8.6cvs3
8397                 see ChangeLog 2002-11-18
8398
8399 2002-11-25 [colin]      0.8.6claws5
8400
8401         * src/gtkutils.[ch]
8402                 Add gtkut_ctree_node_is_parent()
8403         * src/folderview.c
8404                 Spring-loaded folders
8405
8406 2002-11-25 [colin]      0.8.6claws4
8407
8408         * src/utils.[ch]
8409                 Add slist_concat_unique(), function to merge
8410                 two GSList filtering dups
8411         * src/folder.[ch]
8412         * src/summaryview.[ch]
8413         * src/folderview.c
8414         * src/main.c
8415                 Add detection/update/display of unread answers
8416                 to marked mails
8417         * src/procmsg.[ch]
8418                 Add procmsg_find_children()
8419                 Add procmsg_msg_has_marked_parent()
8420
8421 2002-11-25 [colin]      0.8.6claws3
8422
8423         * src/ssl_certificate.[ch]
8424                 Allow checking a certificate without a DNS
8425                 lookup
8426                 Allow to forget a cert (by deleting it)
8427                 Make ssl_certificate_destroy_public
8428         * src/ssl_manager.[ch] ** NEW FILES **
8429                 Gui to manage (display/remove) certificates
8430         * src/prefs_common.[ch]
8431                 Add a pref to allow silent acceptation of
8432                 trusted certificates or not (based on the
8433                 "I want to know what's going on" principle)
8434         * src/mainwindow.c
8435                 Add SSL manager in Tools menu
8436         * src/Makefile.am
8437                 Add the new files to the build
8438         * po/POTFILES.in
8439                 Add ssl_manager.c to translations
8440
8441 2002-11-25 [colin]      0.8.6claws2
8442
8443         * src/summaryview.[ch]
8444                 Add S_SEARCH_EXTENDED to the quick search, which 
8445                 allows to search using filtering syntax.
8446
8447 2002-11-25 [colin]      0.8.6claws1
8448
8449         * src/summaryview.c
8450                 Deletion of duplicates now prefer deleting
8451                 the unread dup (fixes feature-request 638989).
8452
8453 2002-11-24 [paul]       0.8.6claws
8454
8455         * po/es.po
8456           po/pl.po
8457           po/ru.po
8458           po/sr.po
8459                 updated by Ricardo Mones Lastra,
8460                 Witold Wladyslaw Wojciech Wilk,
8461                 Ruslan N. Balkin, and  Urke MMI 
8462                 respectively
8463
8464 2002-11-24 [paul]       0.8.5claws182
8465
8466         * po/bg.po
8467                 updated by George Danchev
8468
8469 2002-11-23 [alfons]     0.8.5claws181
8470
8471         * src/imap.c
8472                 tiny memory leak found by browsing Dimitar's 
8473                 valgrind report
8474
8475 2002-11-23 [paul]       0.8.5claws180
8476
8477         * po/it.po
8478                 updated by Alessandro Maestri
8479
8480 2002-11-22 [christoph]  0.8.5claws179
8481
8482         * src/compose.c
8483         * src/inc.c
8484         * src/prefs_filtering.c
8485         * src/summaryview.c
8486                 more warning fixes
8487
8488 2002-11-22 [alfons]     0.8.5claws178
8489
8490         * src/summaryview.c
8491                 summary_execute_delete_func(): if message is deleted, make 
8492                 sure to also remove its entry in the subject hash table. 
8493                 fixes a corner case bug.
8494
8495 2002-11-22 [paul]       0.8.5claws177
8496
8497         * .cvsignore
8498                 add 'autom4te.cache'
8499                 
8500         * ltconfig      ** REMOVED **
8501                 not needed
8502
8503 2002-11-22 [paul]       0.8.5claws176
8504
8505         * src/textview.c
8506                 textview_set_font(): fix for message display in
8507                 UTF-8 locales (thanks to Sergey Vlasov).
8508                 
8509         * AUTHORS
8510                 add new team members and contributors
8511
8512
8513 2002-11-21 [colin]      0.8.5claws175
8514
8515         * src/procmsg.[ch]
8516                 Add procmsg_remove_special_headers()
8517         * src/mh.c
8518                 Use procmsg_remove_special_headers() for 
8519                 previous fix
8520
8521 2002-11-21 [colin]      0.8.5claws174
8522
8523         * src/mh.c
8524                 Fix moving/copying from queue/draft folders
8525                 for MH folders
8526
8527 2002-11-21 [christoph]  0.8.5claws173
8528
8529         * src/crash.c
8530         * src/filtering.c
8531         * src/logwindow.c
8532         * src/main.c
8533         * src/matcher_parser_lex.[hl]
8534         * src/mbox.c
8535         * src/mbox_folder.[ch]
8536         * src/prefs_filtering.c
8537         * src/procheader.c
8538         * src/quote_fmt_lex.l
8539         * src/ssl.c
8540                 fix all warnings except the warnings in lex and yacc files
8541
8542 2002-11-20 [christoph]  0.8.5claws172
8543
8544         * src/imap.c
8545                 fix MsgInfo retrieval for IMAP draft and queue folders
8546                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8547
8548 2002-11-19 [christoph]  0.8.5claws171
8549
8550         * src/compose.c
8551                 fix segfault, when draft saving does not get
8552                 the MsgInfo of the new message
8553                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8554
8555 2002-11-19 [christoph]  0.8.5claws170
8556
8557         * src/procmsg.c
8558                 add parameter check for flag setting function
8559                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8560
8561 2002-11-18 [paul]       0.8.5claws169
8562
8563         * src/compose.c
8564                 more sensitivity fixes to redirect mode:
8565                 * disable toolbar draft button
8566                 * allow only Address book in the Tools menu
8567                 * disable editing of message by the spell
8568                   checker
8569
8570 2002-11-18 [paul]       0.8.5claws168
8571
8572         * src/compose.c
8573                 fix sensitivity of menu items in compose_redirect():
8574                 allow only the necessary items 
8575
8576 2002-11-18 [paul]       0.8.5claws167
8577
8578         * src/compose.c
8579                 fix bug [ 603259 ] 'attachment got lost on bounce'
8580
8581 2002-11-18 [paul]       0.8.5claws166
8582
8583         * po/ru.po
8584                 updated by Ruslan N. Balkin <baron@dartel.ru>
8585
8586 2002-11-18 [colin]      0.8.5claws165
8587
8588         * src/main.c
8589           src/defs.h
8590                 Remove old filtering stuff
8591
8592
8593 2002-11-17 [oliver]     0.8.5claws164
8594
8595         * src/toolbar.h
8596                 remove not needed typedef 
8597
8598 2002-11-17 [oliver]     0.8.5claws163
8599
8600         * src/toolbar.c
8601                 make toolbar's on click events translatable
8602
8603 2002-11-15 [colin]      0.8.5claws162
8604
8605         * src/summaryview.c
8606                 Revert too-soon integration of a feature
8607
8608 2002-11-15 [christoph]  0.8.5claws161
8609
8610         * src/imap.c
8611                 use main's implementation of imap_get_msginfo
8612
8613 2002-11-15 [christoph]  0.8.5claws160
8614
8615         * src/compose.c
8616         * src/folder.[ch]
8617         * src/imap.c
8618         * src/mbox_folder.c
8619         * src/mh.c
8620         * src/news.c
8621         * src/procmsg.c
8622         * src/summaryview.c
8623                 replace claws' fetch_msginfo with main's get_msginfo
8624                 (use main's implementation where possible)
8625
8626 2002-11-15 [colin]      0.8.5claws159
8627
8628         * src/ssl_certificate.c
8629                 Missed a check
8630
8631 2002-11-16 [melvin]     0.8.5claws158
8632
8633         * po/fr.po
8634                 Updated French translations.
8635
8636 2002-11-16 [colin]      0.8.5claws157
8637
8638         * src/ssl_certificate.c
8639                 Check for missing parts in the certificates
8640
8641 2002-11-15 [colin]      0.8.5claws156
8642
8643         * src/folderview.c
8644                 Preventive fix (missing check) found by
8645                 Alfons
8646
8647 2002-11-15 [paul]
8648
8649         * NEWS
8650                 sync with 0.8.6 release
8651
8652 2002-11-15 [colin]      0.8.5claws155
8653
8654         * src/folder.[ch]
8655           src/folderview.c
8656                 Fix error handling of folder_item_move_to()
8657                 (thanks to Alfons!)
8658
8659 2002-11-15 [colin]      0.8.5claws154
8660
8661         * src/folder.[ch]
8662           src/folderview.c
8663                 folder_item_move_to() sets an error message instead
8664                 of having GUI stuff in folder.c
8665
8666 2002-11-15 [colin]      0.8.5claws153
8667
8668         * src/procmsg.[ch]
8669                 Implemented a callback for MsgInfo updates, 
8670                 heavily copy/pasted from Christoph's folder 
8671                 callback system
8672         * src/summaryview.[ch]
8673                 Register summary_update_msg as callback
8674
8675 2002-11-14 [colin]      0.8.5claws152
8676         
8677         * src/procmsg.c
8678                 Update the FolderItem after sending (fixes 617593)
8679
8680 2002-11-14 [christoph]  0.8.5claws151
8681
8682         * src/folder.c
8683                 fix wrong position of NULL pointer check found
8684                 by Sergey
8685
8686 2002-11-14 [christoph]  0.8.5claws150
8687
8688         * src/folder.c
8689                 fix segfault when deleting messages from IMAP folders
8690                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8691
8692 2002-11-14 [colin]      0.8.5claws149
8693
8694         * src/compose.c
8695                 Forwarding was also ignoring the folder's default account.
8696
8697 2002-11-14 [colin]      0.8.5claws148
8698
8699         * src/compose.c
8700                 Fix sent folder not set to folder properties when 
8701                 forwarding.
8702
8703 2002-11-14 [thorsten]   0.8.5claws147
8704
8705         * src/inc.c
8706                 inc_start(): Files were not moved from .processing to inbox,
8707                 if no global processing rule existed
8708
8709 2002-11-14 [colin]      0.8.5claws146
8710
8711         * src/ssl_certificate
8712                 Fix file operations
8713
8714 2002-11-14 [paul]       0.8.5claws145
8715
8716         * po/it.po
8717                 updated by Alessandro Maestri
8718
8719 2002-11-13 [alfons]     0.8.5claws144
8720
8721         * src/folder.c
8722                 folder_item_close(): only mark messages unread
8723                 when a folder has new messages 
8724
8725 2002-11-13 [keith]      0.8.5claws143
8726
8727         * src/imap.c
8728                 Fix problem moving or copying between
8729                 IMAP folders
8730
8731 2002-11-13 [colin]      0.8.5claws142
8732
8733         * src/matcher_parser_parse.y
8734                 Fix rule problem when " don't match
8735
8736 2002-11-13 [christoph]  0.8.5claws141
8737
8738         * src/folder.c
8739         * src/folderview.c
8740                 moved cache saving to folder_item_close
8741                 the folderview should not have to deal with
8742                 this things
8743
8744 2002-11-13 [christoph]  0.8.5claws140
8745
8746         * src/summaryview.c
8747                 moved setting of important score to
8748                 summary_set_prefs_from_folderitem
8749
8750 2002-11-13 [colin]      0.8.5claws139
8751
8752         * src/matcher_parser_parse.y
8753                 Fix a segfault in the parser (happening when
8754                 a good expression had been tested and a bad 
8755                 one arrives)
8756
8757 2002-11-13 [paul]       0.8.5claws138
8758
8759         * sync with 0.8.5cvs24
8760                 see ChangeLog 2002-11-13
8761                 
8762         * po/pt_BR.po
8763                 updated by Fabio Jr. Beneditto
8764
8765 2002-11-13 [colin]      0.8.5claws137
8766         
8767         * src/msgcache.c
8768           src/defs.h
8769           src/procmsg.[ch]
8770                 Revert last commit, problem
8771
8772 2002-11-13 [colin]      0.8.5claws136
8773
8774         * src/msgcache.c
8775                 Remove duplicated code
8776         * src/defs.h
8777                 Bumped CACHE_VERSION and MARK_VERSION
8778         * src/procmsg.[ch]
8779                 Network endian for cache and mark files
8780
8781 2002-11-12 [colin]      0.8.5claws135
8782
8783         * src/inc.c
8784                 Fix the "socket error" dialog which disappeared
8785
8786 2002-11-12 [colin]      0.8.5claws134
8787
8788         * src/msgcache.c
8789                 Reverse last commit which had performance 
8790                 problems, but still reverse the list
8791
8792 2002-11-12 [colin]      0.8.5claws133
8793
8794         * src/msgcache.c
8795                 Reverse list order
8796
8797 2002-11-12 [melvin]     0.8.5claws132
8798
8799         * src/compose.c
8800                 Added a check for a NULL prefs_common.dictionary
8801
8802 2002-11-12 [colin]      0.8.5claws131
8803
8804         * src/ssl_certificate.[ch]
8805                 Use FQDN hostname
8806
8807 2002-11-12 [colin]      0.8.5claws130
8808
8809         * src/ssl_certificate.[ch]
8810                 Take connection port into account for 
8811                 checking certificates (a single hostname
8812                 could have multiple servers with multiple
8813                 certificates)
8814         * src/ssl.c
8815                 Pass the port to ssl_certificate_check
8816
8817 2002-11-12 [paul]       0.8.5claws129
8818
8819         * src/folder.c
8820                 fix a typo in last commit
8821
8822 2002-11-12 [paul]       0.8.5claws128
8823
8824         * sync with 0.8.5cvs23
8825                 see ChangeLog entry 2002-11-12
8826
8827 2002-11-11 [colin]      0.8.5claws127
8828
8829         * src/ssl_certificate.c
8830                 Cleaner messages
8831                 Don't popup, instead log error, if the 
8832                 corresponding pref is checked
8833         * src/ssl_certificate.h
8834                 include <openssl/objects/h>
8835
8836 2002-11-11 [colin]      0.8.5claws126
8837
8838         * src/ssl_certificate.h
8839                 _Really_ clean it
8840
8841 2002-11-11 [colin]      0.8.5claws125
8842         
8843         * src/ssl_certificate.c
8844                 Fixed leak
8845
8846 2002-11-11 [colin]      0.8.5claws124
8847
8848         * src/ssl.c
8849                 Cleaned a bit
8850         * src/ssl_certificate.[ch]
8851                 Cleaned a bit (better use of SSL API)
8852                 (This will cause non-recognition of saved 
8853                  certificates of claws12[23]...)
8854
8855 2002-11-11 [paul]       0.8.5claws123
8856         
8857         * po/es.po
8858                 updated by Ricardo Mones Lastra
8859
8860 2002-11-11 [colin]      0.8.5claws122
8861
8862         * src/ssl.c
8863                 Fix a typo
8864
8865 2002-11-11 [colin]      0.8.5claws121
8866
8867         * src/ssl_certificate.[ch] ** NEW FILES **
8868         * src/ssl.[ch]
8869                 Check SSL certificates presented to us
8870         * src/Makefile.am
8871                 Add ssl_certificate.[ch]
8872         * po/POTFILES.in
8873                 Add ssl_certificate.c
8874
8875 2002-11-11 [paul]       0.8.5claws120
8876
8877         * sync with 0.8.5cvs22
8878                 see ChangeLog 2002-11-11
8879
8880 2002-11-11 [paul]       0.8.5claws119
8881
8882         * sync with 0.8.5cvs21
8883                 see ChangeLog 2002-11-11
8884
8885 2002-11-10 [jens]       0.8.5claws118
8886
8887         * src/folder.c
8888         * src/folderview.c
8889                 corrected some typing
8890         * po/de.po
8891                 updated german translation
8892         * sylpheed.spec.in
8893                 cleaned up specfile and adjusted it for claws
8894
8895 2002-11-10 [colin]      0.8.5claws117
8896
8897         * src/summaryview.c
8898                 a STATUSBAR_PUSH/POP fix
8899
8900 2002-11-10 [colin]      0.8.5claws116
8901
8902         * src/prefs_folder_item.c
8903                 Fix hanging after opening folder properties
8904
8905 2002-11-10 [hoa]        0.8.5claws115
8906
8907         * src/matcher_parser_lex.l
8908         * src/matcher_parser_parse.y
8909                 config file for scoring and filtering is no more trashed
8910                 when there is a syntax error in a filtering rule when
8911                 editing it in a dialog.
8912
8913 2002-11-09 [colin]      0.8.5claws114
8914
8915         * src/mbox_folder.c
8916                 Added missing initialisation of folder->destroy()
8917
8918 2002-11-09 [colin]      0.8.5claws113
8919
8920         * src/folder.c
8921           src/folderview.c
8922                 Fix the status bar messages
8923
8924 2002-11-09 [colin]      0.8.5claws112
8925
8926         * src/folderview.c
8927                 Fix hangs after folder dnd, happening after 
8928                 claws109.
8929
8930 2002-11-09 [christoph]  0.8.5claws111
8931
8932         * src/folderview.c
8933                 just changed order of calls (reverse order of
8934                 associated calls)
8935         * src/inc.c
8936                 lock inc when checking only one account, otherwise
8937                 inc all could be executed at the same time
8938
8939 2002-11-09 [christoph]  0.8.5claws110
8940
8941         * src/folderview.c
8942                 better unlock the mouse cursor before calling
8943                 summary_show because it changes the cursor too
8944
8945 2002-11-09 [christoph]  0.8.5claws109
8946
8947         * src/folder.[ch]
8948         * src/folderview.c
8949                 add functions to open and close a folder
8950                 o opending will execute scanning for remote folders
8951                   and processing
8952                 o closing will unset new flag for messages
8953
8954 2002-11-09 [colin]      0.8.5claws108
8955
8956         * src/folder.c
8957                 Add a call to prefs_matcher_write_config to 
8958                 avoid non-leaf folders filtering settings to be
8959                 lost
8960
8961 2002-11-09 [paul]       0.8.5claws107
8962
8963         * src/prefs_account.c
8964                 re-word a label
8965
8966 2002-11-09 [colin]      0.8.5claws106
8967
8968         * src/folderview.c
8969                 Minor esthetic fix
8970
8971 2002-11-09 [colin]      0.8.5claws105
8972
8973         * src/folderview.c
8974                 Fix prefs_filtering deletion for MH folders (same
8975                 reason as below)
8976         * src/prefs_filtering.c
8977                 Fix prefs_filtering renaming and deletion for 
8978                 folder-based processing rules.  
8979
8980 2002-11-09 [christoph]  0.8.5claws104
8981
8982         * src/compose.c
8983         * src/folder.[ch]
8984         * src/folderview.[ch]
8985         * src/import.c
8986         * src/inc.c
8987         * src/main.c
8988         * src/mainwindow.c
8989         * src/messageview.c
8990         * src/prefs_folder_item.c
8991         * src/procmsg.c
8992         * src/summaryview.c
8993                 implement a callback system for folder item updates
8994
8995 2002-11-09 [colin]      0.8.5claws103
8996
8997         * src/folderview.c
8998                 Fix prefs_filtering renaming for MH folders (we
8999                 shouldn't rename by path as another folder could
9000                 have the same hierarchy).
9001
9002 2002-11-09 [colin]      0.8.5claws102
9003
9004         * src/folder.c
9005                 Fix a leak found by Christoph, use better variable
9006                 names
9007
9008 2002-11-09 [colin]      0.8.5claws101
9009
9010         * src/folder.c
9011                 One more fix for processing rules
9012
9013 2002-11-08 [colin]      0.8.5claws100
9014         
9015         * src/matcher.c
9016                 Don't copy the compiled regexp (will be reevaluated)
9017         * src/folderview.c
9018                 Lock folderview while moving
9019         * src/folder.c
9020                 Provide info on what's happening to the user
9021
9022 2002-11-08 [colin]      0.8.5claws99
9023
9024         * src/folderview.c
9025                 Fix folder reordering after a move if parent is 
9026                 root
9027         * src/scoring.[ch]
9028                 Add function to copy a ScoringProp
9029         * src/prefs_folder_item.c
9030                 Copy scoring rules when copying a folder prefs
9031
9032 2002-11-08 [colin]      0.8.5claws98
9033
9034         * src/folderview.c
9035                 Fixes in case of failure
9036         * src/filtering.[ch]    
9037                 Add function to duplicate a FilteringProp
9038         * src/matcher.[ch]
9039                 Add function to duplicate a MatcherProp
9040         * src/prefs_folder_item.c
9041                 Save folder's processing rules when copying 
9042                 its prefs
9043
9044 2002-11-08 [colin]      0.8.5claws97
9045         
9046         * src/folderview.c
9047                 Sort after move
9048         * src/folder.c 
9049                 Change a printf to debug_print
9050
9051 2002-11-08 [colin]      0.8.5claws96
9052
9053         * src/folder.c
9054           src/folderview.c
9055                 Fix segfaults, call me stupido
9056         
9057
9058 2002-11-08 [colin]      0.8.5claws95
9059
9060         *src/folder.c
9061                 Added forgotten prefs to save when moving folders
9062
9063 2002-11-08 [colin]      0.8.5claws94
9064
9065         * src/folder.c
9066                 Fixes to folder DND (prefs copy)
9067         * src/folderview.c
9068                 Optimization for folder DND (don't rescan whole tree)
9069                 Added folderview_create_folder_node() for this 
9070                 optimization, so de-duped a bit the code
9071         * src/prefs_folder_item.[ch]
9072                 Added prefs_folder_item_copy_prefs()    
9073           
9074 2002-11-08 [paul]       0.8.5claws93
9075
9076         * src/prefs_account.c
9077           tools/README
9078           tools/kmail2sylpheed_v2.pl
9079                 correct some typos
9080
9081 2002-11-08 [paul]       0.8.5claws92
9082
9083         * src/compose.c
9084           src/prefs_account.[ch]
9085                 remove account options 'clearsign' and 'ascii_armored',
9086                 replace with 'default_gnupg_mode' to prevent mixed-mode
9087                 Privacy settings
9088
9089 2002-11-08 [paul]       0.8.5claws91
9090
9091         * src/compose.[ch]
9092                 re-implement GnuPG 'on-the-fly' mode selection,
9093                 disallow mixed-mode
9094
9095 2002-11-08 [colin]      0.8.5claws90
9096
9097         * src/folderview.c
9098           src/prefs_folder_item.c
9099                 Change "Property" to "Properties"
9100
9101 2002-11-07 [colin]      0.8.5claws89
9102
9103         * src/folderview.c
9104           src/folder.c
9105                 Allow folder dropping to a root folder
9106
9107 2002-11-07 [paul]       0.8.5claws88
9108
9109         * src/compose.c
9110                 revert last commit
9111
9112 2002-11-07 [paul]       0.8.5claws87
9113
9114         * src/compose.c
9115                 fix reply-to-list bug. closes bug report
9116                 "[633382] reply-to-list broken in recent cvs"
9117
9118 2002-11-07 [paul]       0.8.5claws86
9119
9120         * src/compose.c
9121                 add a forgotten '#if USE_GPGME ... #endif'
9122
9123 2002-11-07 [paul]       0.8.5claws85
9124
9125         * sync with 0.8.5cvs20
9126                 see ChangeLog 2002-11-07
9127
9128 2002-11-07 [colin]      0.8.5claws84
9129
9130         * src/folder.[ch]
9131                 Change folder_item_move_to to return the newly 
9132                 created folderitem.
9133         * src/folderview.c
9134                 Select the new folderitem after moving.
9135
9136 2002-11-07 [colin]      0.8.5claws83
9137
9138         * src/prefs_filtering.c
9139                 Fix rule rewriting when moving a leaf folder to a 
9140                 shorter path
9141
9142 2002-11-07 [colin]      0.8.5claws82
9143
9144         * src/prefs_filtering.c
9145                 fix a leak
9146
9147 2002-11-07 [colin]      0.8.5claws81
9148
9149         * src/folder.[ch]
9150                 Add folder_item_move_to() function to move a 
9151                 folderitem into another one (updates matcher etc)
9152         * src/folderview.c
9153                 Add folder drag'n drop (context menu to come)
9154                 [Should be dataloss free, but Please backup before 
9155                  trying !]
9156
9157 2002-11-06 [colin]      0.8.5claws80
9158
9159         * src/mh.c
9160                 mh_create_folder() returns NULL if can't create
9161                 directory hierarchy
9162
9163 2002-11-06 [paul]       0.8.5claws79
9164
9165         * src/compose.[ch]
9166                 allow 'on-the-fly' changing of the type of encryption 
9167                 and/or signing used (mime/ascii) via the compose window
9168
9169 2002-11-06 [paul]       0.8.5claws78
9170
9171         * sync with 0.8.5cvs19
9172                 see ChangeLog 2002-11-06 for src/account.c: 
9173                 account_get_special_folder()
9174                 
9175 2002-11-05 [alfons]     0.8.5claws77
9176
9177         * src/crash.c
9178                 very minor cleanups: nothing to see here, move on. :-)
9179
9180 2002-11-05 [colin]      0.8.5claws76
9181
9182         * src/main.c
9183                 Changes choices if compose windows are opened to
9184                 Discard, Draft, Don't quit
9185
9186 2002-11-05 [thorsten]   0.8.5claws75
9187
9188         * src/compose.c
9189                 reenabled default_reply_to folder option
9190
9191 2002-11-05 [colin]      0.8.5claws74
9192
9193         * src/compose.[ch] 
9194                 add compose_draft()
9195         * src/crash.c
9196                 add SIGTERM handler
9197         * src/main.[ch]
9198                 add clean_quit() for the SIGTERM handler
9199
9200 2002-11-05 [paul]       0.8.5claws73
9201         
9202         * po/es.po
9203                 updated by Ricardo Mones Lastra
9204
9205 2002-11-05 [melvin]     0.8.5claws72
9206
9207         * src/logwindow.c
9208                 Fixed log-clipping bug #616795.
9209                 To stop logging in the log window use 0 length.
9210         * src/prefs_common.c
9211                 Added a label to inform about the 0 log length behaviour.
9212
9213 2002-11-05 [paul]       0.8.5claws71
9214
9215         * sync with 0.8.5cvs17
9216                 see ChangeLog 2002-11-05
9217
9218 2002-11-04 [paul]       0.8.5claws70
9219
9220         * sylpheed-128x128.png
9221           sylpheed-64x64.png
9222           sylpheed.png
9223                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
9224                 <nikai@users.sourceforge.net>
9225                 
9226         * po/bg.po
9227                 updated by George Danchev
9228
9229 2002-11-03 [thorsten]   0.8.5claws69
9230
9231         * src/main.c
9232           src/mimeview.c
9233           src/rfc2015.h
9234                 add check if gpg is active
9235
9236 2002-11-03 [thorsten]   0.8.5claws68
9237
9238         * src/toolbar.h
9239                 removed GSList declaration causing trouble on MacOS-X
9240                 (submitted by alfons, reported by xfesty)
9241
9242 2002-11-01 [paul]       0.8.5claws67
9243
9244         * src/mainwindow.c
9245                 remove last remnants of main's filter code
9246
9247 2002-11-01 [paul]       0.8.5claws66
9248
9249         * tools/filter_conv.pl
9250                 fix bug where user-defined headers were ignored
9251
9252 2002-11-01 [paul]       0.8.5claws65
9253
9254         * src/logwindow.c
9255                 make a debug_print() not translatable
9256
9257 2002-10-31 [melvin]     0.8.5claws64
9258
9259         * ac/aspell.m4
9260                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
9261                 not run any GNU/aspell test.  The dictionary path will
9262                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
9263                 was given, in which case, it will be $prefix/lib/aspell/
9264         * configure.in
9265                 Fixed typo in commentary (Aspell code).
9266
9267 2002-10-31 [paul]       0.8.5claws63
9268
9269         * po/POTFILES.in
9270                 remove src/filter.c and src/prefs_filter.c
9271                 thanks to Ricardo for reminding me
9272
9273 2002-10-31 [colin]      0.8.5claws62
9274
9275         * src/mbox_folder.c
9276                 Plug some leaks
9277
9278 2002-10-31 [paul]       0.8.5claws61
9279
9280         * src/prefs_filter.[ch] ** REMOVED **
9281           src/filter.[ch]       ** REMOVED **
9282           
9283         * src/Makefile.am
9284           src/folderview.c
9285           src/inc.c
9286           src/main.c
9287           src/mainwindow.c
9288           src/mbox.c
9289           src/prefs_common.c
9290           src/prefs_filtering.c
9291           src/summaryview.[ch]
9292                 remove main's 'filter' code
9293                 
9294         README.claws
9295                 update to reflect removal of main's filter
9296
9297 2002-10-31 [paul]       0.8.5claws60
9298
9299         * src/summaryview.c
9300                 remove check for global_processing in summary_filter_open(). 
9301                 This fixes the bug where if the user uses the right-click 
9302                 'Create filter rule...' and doesn't have any filter rules 
9303                 already defined in claws' advanced filtering, the newly 
9304                 created filter rule goes to main's filtering which is 
9305                 inaccessible through the gui. Now the filter rule gets added
9306                 to claws' filtering by default.
9307
9308 2002-10-28 [melvin]     0.8.5claws59
9309
9310         * src/prefs_actions.c
9311                 Fixed bug #627322 where MIME parts were not always
9312                 correctly passed to a %p action
9313                 Display an error dialog when message filename is not found.
9314
9315 2002-10-28 [melvin]     0.8.5claws58
9316
9317         * src/prefs_common.c
9318                 Readded a missing function declaration lost in 0.8.3claws34
9319
9320 2002-10-28 [paul]       0.8.5claws57
9321
9322         * sync with 0.8.5cvs15
9323                 see ChangeLog 2002-10-28 and 2002-10-25
9324                 
9325         Note: ChangeLog entry 2002-10-24 is not sync'ed.
9326
9327 2002-10-27 [oliver]     0.8.5claws56
9328
9329         * src/pop.c
9330                 plug leak in pop3_top_recv
9331
9332 2002-10-26 [christoph]  0.8.5claws55
9333
9334         * src/folder.c
9335                 set need_update folder flag when messages are added
9336                 (closes bug [ 626922 ] folder not updated after receiving)
9337
9338 2002-10-25 [melvin]     0.8.5claws54
9339
9340         * src/imageview.c
9341                 Fixed a memleak introduced in the scaling code.
9342
9343 2002-10-24 [alfons]     0.8.5claws53
9344
9345         * src/filtering.c
9346                 make filtering's forward message action forward from the 
9347                 correct account
9348                 (closes bug [628089 ] Filter -> Forward from address problem
9349                 reported by Oktay)
9350
9351 2002-10-24 [christoph]  0.8.5claws52
9352
9353         * src/mainwindow.c
9354         * src/manual.[ch]
9355                 o use manual of current locale or english if current
9356                   locale is not available (and english is available)
9357                 o also link to sylpheed doc project manuals
9358
9359 2002-10-23 [paul]       0.8.5claws51
9360
9361         * tools/README
9362           tools/kmail2sylpheed_v2.pl
9363                 add new version of kmail addressbook importer script.
9364                 works with newer versions of Kmail/KAddressBook which
9365                 have new and rearranged data.
9366
9367 2002-10-23 [martin]     0.8.5claws50
9368
9369         * src/folderview.c
9370         * src/summaryview.c
9371         * src/utils.h
9372         * src/utils.c
9373                 added length parameter to get_abbrev_newsgroup_name()
9374                 changed this function so that it abbreviates the newsgroup
9375                 names only so long it is smaller than the length parameter
9376                 (for better reading of some newsgroup names and space efficiency)
9377
9378 2002-10-22 [colin]      0.8.5claws49
9379
9380         *src/foldersel.c
9381                 Revert Alfons' last modification (after voting ;-))
9382
9383 2002-10-21 [alfons]     0.8.5claws48
9384
9385         * src/foldersel.c
9386                 folder view in folder selection dialog reflects state of
9387                 folder view in main window
9388
9389 2002-10-18 [alfons]     0.8.5claws47
9390
9391         * src/mbox.c
9392                 drop imported messages in folder selected by user,
9393                 and not in the inbox
9394                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9395
9396 2002-10-18 [alfons]     0.8.5claws46
9397
9398         * src/compose.c
9399                 make automagic reply work correctly for email accounts 
9400                 (whether it's viable to do a full sync with Hiro's 
9401                 compose.c is still under discussion)
9402
9403 2002-10-18 [melvin]     0.8.5claws45
9404
9405         * src/prefs_actions.c
9406                 Fixed bug #622275 where asynchroneous actions left 
9407                 zombies processes
9408                 Made (synchroneous) actions' input be displayed live.
9409
9410 2002-10-18 [christoph]  0.8.5claws44
9411
9412         * src/textview.c
9413                 don't add a newline in the textview in front of the
9414                 first textpart if header display is disabled
9415                 (closes bug [ 603385 ] disabled header display leaves blank
9416                  lin)
9417
9418 2002-10-18 [christoph]  0.8.5claws43
9419
9420         * src/folder.[ch]
9421         * src/imap.c
9422         * src/mbox_folder.c
9423         * src/mh.c
9424         * src/news.c
9425                 folder->get_num_list now returns an error code
9426                 (closes bug [ 609424 ] News cache cleared on failure)
9427                 
9428 2002-10-17 [colin]      0.8.5claws42
9429         
9430         * src/news.c
9431                 Changed a printf by debug_print
9432
9433 2002-10-16 [paul]       
9434
9435         * tools/OOo2sylpheed.pl
9436                 allow for spaces in the name of the
9437                 file to be attached.
9438
9439 2002-10-16 [colin]      0.8.5claws41
9440
9441         * src/main.c
9442                 Use a tristate to change online mode
9443
9444 2002-10-16 [paul]       0.8.5claws40
9445
9446         * po/es.po
9447                 updated by Ricardo Mones Lastra
9448
9449 2002-10-16 [colin]      0.8.5claws39
9450
9451         * src/main.c
9452           src/mainwindow.[ch]
9453                 Added --online and --offline command-line
9454                 switches
9455
9456 2002-10-15 [christoph]  0.8.5claws38
9457
9458         * src/procmime.c
9459                 set mimeinfo->name to NULL after g_free to
9460                 avoid double freeing with g_free
9461
9462 2002-10-14 [christoph]  0.8.5claws37
9463
9464         * src/compose.c
9465         * src/filtering.c
9466         * src/summaryview.c
9467                 remove calls to folder->change_flags that are now
9468                 done by procmsg flag functions (seems it is not
9469                 used by any foldertype anyway)
9470         * src/folder.c
9471                 init folder->change_flags with NULL
9472
9473 2002-10-14 [christoph]  0.8.5claws36
9474
9475         * src/folder.[ch]
9476         * src/imap.[ch]
9477                 use virtual functions for folder item new and destroy
9478                 functions
9479
9480 2002-10-14 [melvin]     0.8.5claws35
9481
9482         * src/compose.c
9483                 Added a test to not run the spell checker if no default
9484                 dictionary is available. No dialog is displayed though.
9485
9486 2002-10-14 [melvin]     0.8.5claws34
9487
9488         * src/gtkaspell.c
9489                 Fixed bug in dictionary list context menu where
9490                 "More..." pointed to an emtpy submenu if the
9491                 number of dictionaries is a multiple of 15
9492                 Removed unneeded code in suggestions list creation
9493
9494 2002-10-14 [paul]       0.8.5claws33
9495
9496         * po/bg.po
9497                 updated by George Danchev
9498
9499 2002-10-13 [hoa]        0.8.5claws32
9500
9501         * src/matcher.[ch]
9502           src/matcher_parser_parser.y
9503                 removed the escaped string from internal structure
9504                 of matcher.
9505
9506 2002-10-12 [colin]      0.8.5claws31
9507
9508         * src/gtksctree.[ch]
9509           src/summaryview.c
9510                 Removed useless function gtksctree_reanchor
9511
9512 2002-10-12 [alfons]     0.8.5claws30
9513         
9514         * sync with remaining main changes 2002-10-09 - 2002-10-11
9515         - drop changes to src/compose.c (requires claws specific changes)
9516         
9517 2002-10-12 [alfons]     0.8.5claws29
9518         
9519         * sync with main changes of 2002-10-08
9520         - drop changes to src/compose.c (requires claws specific changes)
9521         - drop changes to src/summaryview.c (requires changes to compose.c)     
9522
9523 2002-10-12 [alfons]     0.8.5claws28
9524         
9525         * sync with main changes of 2002-10-07
9526
9527 2002-10-12 [alfons]     0.8.5claws27
9528
9529         * sync with main changes of 2002-10-04
9530         - drop changes to src/compose.c (requires claws specific changes)
9531         - drop changes to src/prefs_folder_item.c (claws implementation
9532           seems to be working)
9533
9534 2002-10-12 [colin]      0.8.5claws26
9535
9536         * src/mainwindow.c
9537                 Fix folder-flicker when space-reading, introduced 
9538                 in claws22.
9539
9540 2002-10-12 [colin]      0.8.5claws25
9541
9542         * src/compose.c
9543                 Save account address when saving as draft.
9544                 (closes bug 621838)
9545
9546 2002-10-12 [colin]      0.8.5claws24
9547
9548         * src/summaryview.c
9549                 Fix the problem consisting of no message selected
9550                 after the last message in a folder has been moved.
9551
9552 2002-10-12 [paul]       0.8.5claws23
9553
9554         * src/compose.c
9555           src/prefs_template.c
9556           src/template.[ch]
9557                 add Cc and Bcc to templates. Patch submitted by
9558                 John L. Males.
9559
9560 2002-10-12 [colin]      0.8.5claws22
9561
9562         * src/folderview.c
9563                 Fix a bug after "Check for new messages":
9564                 If a folder was opened, it was still selected at
9565                 the end of the check, but displayed empty.
9566         * src/mainwindow.c
9567                 Remove unnecessary check
9568
9569 2002-10-12 [paul]
9570
9571         * tools/README
9572                 be more verbose in the description of
9573                 OOo2sylpheed.pl
9574                 
9575
9576 2002-10-11 [colin]      0.8.5claws21
9577
9578         * src/mainwindow.c
9579                 Make space work (better) when no mail is selected
9580
9581 2002-10-11 [colin]      0.8.5claws20
9582
9583         * src/inc.c
9584           src/news.c
9585                 fix warnings
9586
9587 2002-10-11 [colin]      0.8.5claws19
9588
9589         * src/mainwindow.c
9590                 revert 0.8.5claws6 changes as i couldn't get to
9591                 anything satisfying
9592
9593 2002-10-11 [melvin]     0.8.5claws18
9594
9595         * src/compose.c
9596                 Removed buggy and unused macro (should have been committed in
9597                 0.8.5claws17)
9598
9599 2002-10-11 [melvin]     0.8.5claws17
9600
9601         * src/compose.c
9602                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9603
9604 2002-10-11 [thorsten]   0.8.5claws16 
9605
9606         * src/folderview.c
9607                 remove rescan warning
9608
9609 2002-10-11 [colin]      0.8.5claws15 
9610
9611         * src/procheader.c
9612                 fix a segfault that happens if conv_unmime_header
9613                 fails (should be better to find out why it fails)
9614
9615 2002-10-11 [christoph]  0.8.5claws14
9616
9617         * src/summaryview.c
9618                 update folderview stats after ignore/unignore thread
9619
9620 2002-10-11 [hoa]        0.8.5claws13
9621
9622         * src/quote_fmt_parse.y
9623                 Fixed a yacc/bison syntax error
9624         * src/matcher.c
9625                 Escaping of string is fixed.
9626
9627 2002-10-11 [colin]      0.8.5claws12
9628
9629         * src/imageview.c
9630                 Resize images to fit
9631
9632 2002-10-11 [paul]       0.8.5claws11
9633
9634         * po/es.po
9635                 updated by Ricardo Mones Lastra
9636
9637 2002-10-10 [alfons]     0.8.5claws10
9638
9639         * src/compose.c
9640                 allow dropping files by "moving" files from a file manager,
9641                 not only by the more cumbersome "copying". the latter 
9642                 mostly implies holding down the Control button
9643
9644 2002-10-10 [christoph]  0.8.5claws9
9645
9646         * src/summaryview.c
9647                 update folders after thread building for ignored threads
9648
9649 2002-10-10 [christoph]  0.8.5claws8
9650
9651         * config/.cvsignore
9652                 added Makefile
9653         * src/filtering.[ch]
9654         * src/folder.[ch]
9655         * src/folderview.[ch]
9656         * src/import.c
9657         * src/inc.[ch]
9658         * src/mbox.[ch]
9659         * src/procmsg.c
9660         * src/summaryview.[ch]
9661                 o added new flag need_update to FolderItem
9662                 o removed folder_table from various functions from tracking
9663                   folder updates
9664                 o set need_update flags in folder.c's move, copy and delete
9665                   functions and procmsg's flags functions
9666                 o added function folderview_update_items_when_required that
9667                   updates all folders with need_update set
9668                 o call folderview_update_items_when_required instead of
9669                   folderview_update_item_foreach
9670
9671 2002-10-09 [sergey]     0.8.5claws7
9672
9673         * src/compose.c
9674                 Strip CRs whel loading the text into editor in reedit mode.
9675
9676 2002-10-09 [colin]      0.8.5claws6
9677
9678         * src/mainwindow.c
9679                 Make Space work when no mail is selected
9680
9681 2002-10-09 [colin]      0.8.5claws5
9682
9683         * src/gtksctree.[ch]
9684                 Fix range_select
9685                 Add gtk_sctree_reanchor() 
9686         * src/summaryview.c
9687                 Use gtk_sctree_reanchor() - better fix for 
9688                 bug 60413
9689
9690 2002-10-09 [colin]      0.8.5claws4
9691
9692         * src/summaryview.c
9693                 Fix shift-click select after delete problem
9694                 (closes bug 60413)
9695
9696 2002-10-08 [thorsten]   0.8.5claws3
9697
9698         * src/summaryview.c
9699                 exclude current msg from -hide read messages-
9700
9701 2002-10-08 [colin]      0.8.5claws2
9702
9703         * src/inc.[ch]
9704           src/pop.c
9705           src/recv.c
9706                 Differentiate socket errors from disk full
9707                 errors
9708
9709 2002-10-08 [christoph]  0.8.5claws1
9710
9711         * Makefile.am
9712         * configure.in
9713                 modifications for new config directory
9714
9715         * config.guess  ** REMOVED **
9716         * config.sub    ** REMOVED **
9717         * install-sh    ** REMOVED **
9718         * ltmain.sh     ** REMOVED **
9719         * missing       ** REMOVED **
9720         * mkinstalldirs ** REMOVED **
9721                 these files are autogenerated by automake
9722                 when you run autogen.sh
9723
9724         * config/.cvsignore     ** NEW FILE **
9725         * config/Makefile.am    ** NEW FILE **
9726                 ignore autogenerated files
9727                 create a Makefile in this directory
9728
9729 2002-10-08 [paul]       0.8.5claws
9730
9731         * 0.8.5claws release
9732         
9733         * src/compose.c
9734           src/procheader.c
9735           src/procmsg.c
9736                 fix quote reply format for newsgroups reply bug
9737                 (thanks to Hoa)
9738                 
9739         * po/en_GB.po
9740           po/pl.po
9741                 updated by me and Witold Wladyslaw Wojciech Wilk
9742                 repectively
9743
9744 2002-10-07 [paul]       0.8.3claws53
9745
9746         * po/it.po
9747           po/pt_BR.po
9748           po/sr.po
9749                 updated messages catalogs, submitted by
9750                 Alessandro Maestri, Fabio Jr.Beneditto 
9751                 and Urke MMI, respectively.
9752
9753 2002-10-07 [christoph]  0.8.3claws52
9754
9755         * src/folder.[ch]
9756         * src/folderview.c
9757         * src/mainwindow.c
9758                 fix new folder ghost message bug
9759                 (closes bug [ 619722 ] wrong count for newly created folders)
9760
9761 2002-10-07 [christoph]  0.8.3claws51
9762
9763         * src/compose.c
9764                 fix news posting problem
9765
9766 2002-10-07 [melvin]     0.8.3claws50
9767
9768         * po/fr.po
9769                 Updated French translation
9770
9771 2002-10-05 [christoph]  0.8.3claws49
9772
9773         * src/gtkstext.c
9774                 check if line_start_cache is set in gtk_stext_update_text
9775                 (closes bug [ 618119 ] crash while doing search in folder)
9776
9777 2002-10-05 [christoph]  0.8.3claws48
9778
9779         * src/imap.c
9780         * src/news.c
9781         * src/utils.c
9782         * src/utils.h
9783                 implement cache cleanups for claws' folder system
9784                 (closes bug [ 595916 ] imapcache not cleaned up)
9785
9786 2002-10-05 [melvin]     0.8.3claws47
9787
9788         * src/prefs_actions.c
9789                 Made the help text more clear for the %p token
9790
9791 2002-10-04 [paul]       0.8.3claws46
9792
9793         * sync with 0.8.5
9794                 see ChangeLog 2002-10-02 and 2002-10-03
9795
9796 2002-10-04 [christoph]  0.8.3claws45
9797
9798         * src/inc.c
9799                 fix segfault caused by pop before smtp
9800                 call to inc_account_mail with NULL
9801                 pointer for mainwin
9802
9803 2002-10-04 [paul]       0.8.3claws44
9804
9805         * configure.in
9806                 sync the LDAP detection from 0.8.5cvs1
9807
9808 2002-10-02 [christoph]  0.8.3claws43
9809
9810         * po/de.po
9811                 fix small spelling error
9812
9813 2002-10-02 [melvin]     0.8.3claws42
9814
9815         * ac/aspell.m4
9816                 Behave better and say "no" when test program cannot be run.
9817
9818 2002-10-02 [paul]       0.8.3claws41
9819
9820         * sync with 0.8.4cvs1
9821                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9822                 
9823         * src/summaryview.c
9824                 toggle the behavior of Reply menuitem between
9825                 normal reply and reply-to-list
9826
9827 2002-10-01 [sergey]     0.8.3claws40
9828
9829         * src/compose.c
9830                 Convert newlines in the message text to the canonical form
9831                 before base64 encoding (RFC2045 compliance, fixes some
9832                 interoperability issues with Evolution 1.0.3)
9833
9834 2002-09-29 [colin]      0.8.3claws39
9835
9836         * src/summaryview.c
9837                 Fix an unwanted copy/paste
9838
9839 2002-09-29 [colin]      0.8.3claws38
9840
9841         * src/mainwindow.c
9842                 Renamed "Custom toolbar" to "Customize toolbar"
9843                 Renamed "Show all header" to "Show all headers"
9844                 Renamed "Set diplay item" to "Set displayed items"
9845         * src/prefs_common.c
9846                 Renamed "Show all header" to "Show all headers"
9847         * src/prefs_summary_column.c
9848                 Renamed "diplay item" to "displayed items"
9849
9850 2002-09-29 [colin]      0.8.3claws37
9851
9852         * src/mainwindow.[ch]
9853                 online/offline status pixmaps follow theme
9854                 changes
9855         * src/summaryview.[ch]
9856                 quicksearch pixmap follows theme changes
9857
9858 2002-09-29 [thorsten]   0.8.3claws36
9859
9860         * src/compose.c
9861           src/prefs_folder_item.[ch]
9862                 add default_reply_to folder option (closes patch 581044)
9863
9864 2002-09-29 [christoph]  0.8.3claws35
9865
9866         * acconfig.h    ** REMOVED **
9867         * configure.in
9868         * ac/aspell.m4
9869         * ac/check-type.m4
9870         * ac/gnupg-check-typedef.m4
9871                 fix autoheader 2.50 warning
9872
9873 2002-09-29 [christoph]  0.8.3claws34
9874
9875         * major code cleanup (part 2)
9876         
9877                 - unused variables removed
9878                 - unused functions removed
9879                 - uninitialized variables checked
9880                 - missing return statements added
9881                 - missing function return types added
9882                 - added parentheses around assignment
9883                   when suggested by gcc
9884
9885 2002-09-29 [alfons]     0.8.3claws33
9886
9887         * src/logwindow.c
9888                 log_window_clear(): only bracket gtk_text_forward_delete() 
9889                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9890                 works around GTK text bug)
9891
9892 2002-09-29 [paul]       0.8.3claws32
9893
9894         * po/bg.po
9895           po/sr.po
9896                 updated by George Danchev and Urke MMI
9897                 respectively
9898
9899 2002-09-27 [christoph]  0.8.3claws31
9900
9901         * doc-src/readme.txt
9902         * doc-src/rfc1806.txt   ** REMOVED **
9903         * doc-src/rfc2183.txt   ** NEW FILE **
9904         * doc-src/rfc2980.txt   ** NEW FILE **
9905                 update rfcs
9906
9907 2002-09-27 [melvin]     0.8.3claws30
9908
9909         * ac/aspell.m4
9910                 Fixed typo which could break linking
9911
9912 2002-09-27 [melvin]     0.8.3claws29
9913
9914         * ac/aspell.m4
9915                 Improved GNU/aspell checking. 
9916                 Fixed bug #614490
9917
9918 2002-09-27 [paul]       0.8.3claws28
9919
9920         * sync with 0.8.3cvs8
9921                 see ChangeLog 2002-09-27
9922
9923 2002-09-26 [colin]      0.8.3claws27
9924
9925         * src/toolbar.[ch]
9926           src/mainwindow.[ch]
9927                 Add "Reply to Mailing-list" to the toolbar
9928
9929 2002-09-26 [christoph]  0.8.3claws26
9930
9931         * src/summaryview.c
9932                 Fix wrong message counts in summaryview status
9933
9934 2002-09-26 [paul]       0.8.3claws25
9935
9936         * sync with 0.8.3cvs7
9937                 see ChangeLog 2002-09-26
9938
9939 2002-09-26 [paul]       0.8.3claws24
9940
9941         * sync with 0.8.3cvs6
9942                 see ChangeLog 2002-09-25
9943
9944 2002-09-25 [christoph]  0.8.3claws23
9945
9946         * src/prefs_common.c
9947         * src/prefs_folder_item.c
9948         * src/prefs_scoring.c
9949                 Renamed "kill score" to "hide score" in GUI
9950                 and prefs files
9951
9952 2002-09-25 [paul]       0.8.3claws22
9953
9954         * sync with 0.8.3cvs5
9955                 see ChangeLog 2002-09-24
9956
9957 2002-09-24 [alfons]     0.8.3claws21
9958
9959         patch by Satoshi Nagayasu: allows appending / saving multiple 
9960         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9961         'Save as ...'")
9962
9963         * AUTHORS
9964                 add Satoshi Nagayasu
9965         * src/summaryview.c
9966                 summary_save_as(): allow saving selected files to
9967                 one file
9968                 summary_set_menu_sensitive: enable "Save As..." when
9969                 multiple files are selected
9970         * src/utils.[ch]
9971                 append_file(): new function
9972
9973 2002-09-24 [colin]      0.8.3claws20
9974
9975         * src/procmime.c
9976                 Fix segfault when mimeinfo doesn't have a 
9977                 content_type. 
9978
9979 2002-09-24 [colin]      0.8.3claws19
9980
9981         * src/prefs_common.[ch]
9982                 Add a preference to display send dialog or not
9983         * src/send.c
9984                 Display send dialog according to preference
9985
9986 2002-09-24 [colin]      0.8.3claws18
9987
9988         * src/compose.[ch]
9989                 Disable user actions when sending
9990
9991 2002-09-24 [colin]      0.8.3claws17
9992
9993         * src/procmime.c
9994                 Do not display name or filename for attachments
9995                 with an application/pgp-signature type
9996                 (security flaw, see bug 537413)
9997
9998 2002-09-23 [colin]      0.8.3claws16
9999
10000         * src/editaddress.c
10001                 Initialize entry_email, entry_alias and 
10002                 entry_remarks to first email address of the list
10003
10004 2002-09-23 [colin]      0.83claws15
10005
10006         * src/compose.c
10007                 Drop pgp-signature when reediting a signed queued
10008                 message
10009
10010 2002-09-23 [melvin]     0.8.3claws14
10011
10012         * po/fr.po
10013                 Updated French translation
10014
10015 2002-09-23 [melvin]     0.8.3claws13
10016
10017         * src/mainwindow.c
10018                 Made custom toolbar menu labels more consistent
10019         * src/prefs_toolbar.c
10020                 Made custom toolbar window title more consistent
10021
10022 2002-09-22 [colin]      0.8.3claws12
10023
10024         * src/inc.c
10025                 Initialize session type to normal before getting 
10026                 mail (fixes strange Get behaviour)
10027         * src/prefs_account.h
10028                 Move STYPE_POP_BEFORE_SMTP to last position to 
10029                 avoid other side-effects
10030
10031 2002-09-22 [colin]      0.8.3claws11
10032
10033         * src/prefs_account.c
10034                 Fix pop_bfr_smtp_tm_entry sensivity when switching
10035                 from pop3 to apop or vice-versa
10036
10037 2002-09-22 [colin]      0.8.3claws10
10038         
10039         * src/prefs_account.[ch]
10040                 Add an option for the POP before SMTP timeout
10041         * src/inc.c
10042                 Remember time of last POP connection
10043         * src/send.c
10044                 Do POP before SMTP only if timeout reached
10045
10046 2002-09-22 [oliver]     0.8.3claws9
10047         
10048         * README.claws
10049                 explain custom toolbar
10050
10051 2002-09-22 [oliver]     0.8.3claws8
10052
10053         * src/prefs_actions.[ch]
10054         custom toolbar for compose      
10055                 actions callback from compose toolbar
10056         * src/folderview.c
10057                 remove include toolbar.h
10058
10059 2002-09-22 [oliver]     0.8.3claws7
10060         
10061         * src/prefs_toolbar.[ch]
10062                 custom toolbar for compose
10063                 - generic prefs_toolbar handles both
10064                   Mainwin's toolbar as well as Compose toolbar          
10065
10066 2002-09-22 [oliver]     0.8.3claws6
10067         
10068         * src/toolbar.[ch]
10069                 custom toolbar for compose
10070                 restructure toolbar.[ch]
10071
10072 2002-09-22 [oliver]     0.8.3claws5
10073
10074         * src/compose.[ch]
10075                 custom toolbar for compose
10076
10077 2002-09-22 [oliver]     0.8.3claws4
10078         
10079         * src/mainwindow.[ch]
10080                 custom toolbar for compose 
10081                 move mainwin toolbar back to mainwindow
10082
10083 2002-09-22 [alfons]     0.8.3claws3
10084
10085         * src/procmsg.c
10086                 :%sno/if(/if (/gc
10087                 :%sno/for(/for (/gc
10088                 (beautify)
10089
10090 2002-09-22 [alfons]     0.8.3claws2
10091         
10092         * src/procmsg.c
10093                 procmsg_save_to_outbox(): don't unlink message file from queue;
10094                 callers should do it using folder_item_remove_msg()
10095
10096 2002-09-22 [colin]      0.8.3claws1
10097
10098         * src/mimeview.[ch]
10099                 Made mimeview_check_signature() public
10100         * src/textview.c
10101                 Made GPG signatures verifiable by clicking
10102                 the [application/pgp-signature] in the Text
10103                 view
10104
10105 2002-09-22 [paul]       0.8.3claws
10106
10107         * po/bg.po
10108           po/en_GB.po
10109           po/es.po
10110           po/it.po
10111           po/pl.po
10112           po/pt_BR.po
10113           po/sr.po
10114                 updated translations, submitted by George Danchev,
10115                 me, Ricardo Mones Lastra, Alessandro Maestri,
10116                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
10117                 and Urke MMI, respectively.     
10118
10119 2002-09-22 [alfons]     0.8.2claws65
10120
10121         * src/procmsg.c
10122         * src/pgptext.c
10123                 no furry valgrinds have been used to plug these memleaks
10124
10125 2002-09-20 [paul]       0.8.2claws64
10126
10127         * sync with 0.8.3cvs4
10128                 'Select thread' re-implemented 
10129                 see ChangeLog 2002-09-20
10130
10131 2002-09-21 [alfons]     0.8.2claws63
10132
10133         * src/compose.c
10134                 compose_send(): plug unnoticed memleak
10135
10136 2002-09-20 [alfons]     0.8.2claws62
10137
10138         * src/addr_compl.c
10139                 replace_address_in_edit(): strict check for NULL address to
10140                 fix "[ 607348 ] Segfault in address completion". My guess is
10141                 that this happens with an empty address book, but it's good
10142                 to have this check here anyway
10143                 
10144                 completion_window_button_press(): free string returned 
10145                 from the internal cache
10146
10147 2002-09-20 [christoph]  0.8.2claws61
10148
10149         * src/procmime.h
10150                 added ENC_BINARY to EncodingType
10151         * src/procmime.c
10152                 the string returned by procmime_get_encoding_str
10153                 should not depend on the order of values in the
10154                 EncodingType definition
10155         * doc-src/rfc1806.txt   ** NEW FILE **
10156                 Added rfc1806 about MIME Content-Disposition
10157                 Extension
10158
10159 2002-09-19 [paul]       0.8.2claws60
10160
10161         * sync with 0.8.2cvs3
10162                 see ChangeLog 2002-09-19
10163
10164 2002-09-19 [paul]       0.8.2claws59
10165
10166         * src/prefs_folder_item.c
10167                 revert to Darko's original alignment of colour
10168                 selector button
10169                 add a colon to folder_color label
10170                 
10171         * src/compose.c
10172                 add Colin's patch (with Hiro's modifications) to 
10173                 force BASE64 encoding for 8-bit text when signing
10174                 (sync with 0.8.3cvs2)
10175
10176 2002-09-18 [alfons]     0.8.2claws58
10177
10178         * src/compose.c
10179                 :%sno/if(/if (/gc
10180                 :%sno/for(/for (/gc
10181                 (beautify a little bit)
10182
10183 2002-09-18 [christoph]  0.8.2claws57
10184
10185         * src/pine.c
10186                 fix handling of fgetc return value
10187
10188 2002-09-17 [alfons]     0.8.2claws56
10189         
10190         * src/summaryview.c
10191                 summary_sort(): check non-NULL summaryview->folder_item when no 
10192                 folder is selected at all
10193                 (closes "[ 610344 ] sort label make syl Crash")
10194
10195 2002-09-17 [alfons]     0.8.2claws55
10196         
10197         * src/compose.c
10198                 beautify a little bit
10199
10200 2002-09-17 [christoph]  0.8.2claws54
10201
10202         * src/folder.c
10203                 initialize max values for cache and folder
10204                 when cache or folder is empty
10205
10206 2002-09-15 [colin]      0.8.2claws53
10207
10208         * src/compose.c
10209                 Fix a leak (thanks Alfons!) and cleaned
10210                 variables names for custom headers
10211
10212 2002-09-15 [colin]      0.8.2claws52
10213
10214         * src/compose.c
10215                 Fix custom headers recognition when
10216                 prefs_common.trans_hdr is on
10217
10218 2002-09-15 [colin]      0.8.2claws51
10219
10220         * src/compose.c
10221                 Allow dynamically-added custom headers
10222                 Yet not reparsed if reedited
10223
10224 2002-09-15 [alfons]     0.8.2claws50
10225
10226         * src/prefs_account.c
10227                 fix warnings
10228
10229 2002-09-15 [colin]      0.8.2claws49
10230         
10231         * src/prefs_account.c
10232                 fix pop_before_smtp sensitivity
10233
10234 2002-09-15 [colin]      0.8.2claws48
10235
10236         * src/inc.[ch]
10237                 add inc_pop_before_smtp()
10238                 allow MainWindow to be undefined in 
10239                 inc_account_mail() and inc_start()
10240         * src/pop.c
10241           src/prefs_account.h
10242                 add STYPE_POP_BEFORE_SMTP session type
10243         * src/prefs_account.c
10244                 activated pop before smtp option
10245         * src/send.c
10246                 do pop before smtp if the relevant option 
10247                 is set
10248
10249 2002-09-15 [paul]       0.8.2claws47
10250
10251         * sync with 0.8.3
10252                 see ChangeLog 2002-09-15
10253
10254 2002-09-14 [paul]       0.8.2claws46
10255
10256         * po/bg.po
10257                 updated Bulgarian translation, submitted by
10258                 George Danchev
10259
10260 2002-09-13 [paul]       0.8.2claws45
10261
10262         * src/compose.c
10263                 merge claws' select_account() with main's
10264                 (new) compose_select_account(). [sync with
10265                 0.8.2cvs15, see ChangeLog 2002-09-11]
10266
10267 2002-09-12 [christoph]  0.8.2claws44
10268
10269         * src/filter.c
10270                 allocate 1 elements of FolderItem not 0
10271
10272 2002-09-12 [colin]      0.8.2claws43
10273
10274         * src/compose.c
10275                 Fix bug #590825 (obey Follow-up: poster)
10276
10277 2002-09-12 [colin]      0.8.2claws42
10278
10279         * src/procmime.c
10280                 Fix bug #557009 (wrong headers for messages 
10281                 forwarded as attachments)
10282
10283 2002-09-11 [colin]      0.8.2claws41
10284         
10285         * src/compose.c
10286                 Put SCF: pseudo-header on top of message
10287                 Set draft tmp_flag when saved as draft
10288
10289         * src/procmsg.c
10290           src/procheader.c
10291                 Skip after first \n\n for beginning of real message
10292                 for drafts too
10293
10294 2002-09-11 [christoph]  0.8.2claws40
10295
10296         * src/filtering.c
10297                 use procmsg flag functions in filtering or processing
10298                 will cause incorrect folder message counts
10299
10300 2002-09-11 [colin]      0.8.2claws39
10301
10302         * src/compose.c
10303                 Fix bug #550175 - wrong save folder when reediting
10304                 drafts
10305
10306 2002-09-11 [paul]       0.8.2claws38
10307
10308         * sync with 0.8.2cvs14
10309                 see ChangeLog 2002-09-11
10310
10311 2002-09-11 [colin]      0.8.2claws37
10312
10313         * src/folder.c
10314                 Fix a typo (seeming to cause new/unread status to
10315                 be lost)
10316
10317 2002-09-10 [christoph]  0.8.2claws36
10318
10319         * src/compose.c
10320                 compose_redirect should not use compose_generic_new
10321                 because that does more stuff than expected including
10322                 opening the external editor
10323                 (closes bug "[ 526608 ] bounced messages appear blank
10324                  in editor")
10325
10326 2002-09-10 [christoph]  0.8.2claws35
10327
10328         * src/folder.c
10329                 fix problem with too large message number range
10330                 causing a crash in folder_item_scan
10331
10332 2002-09-10 [paul]       0.8.2claws34
10333
10334         * sync with 0.8.2cvs13
10335                 see ChangeLog 2002-09-10
10336
10337 2002-09-10 [christoph]  0.8.2claws33
10338
10339         * src/msgcache.c
10340                 set MsgInfo TmpFlags for queue and draft folders
10341                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
10342
10343 2002-09-10 [paul]       0.8.2claws32
10344
10345         * AUTHORS
10346           po/bg.po      ** NEW FILE **
10347                 new Bulgarian translation submitted by
10348                 George Danchev <danchev@spnet.net>
10349                 
10350         * tools/Makefile.am
10351           tools/README
10352           tools/tb2sylpheed     ** NEW FILE **
10353                 add script that converts an addressbook exported
10354                 from The Bat! into a Sylpheed addressbook. Submitted
10355                 by Urke MMI <urke-kg@eunet.yu>
10356
10357 2002-09-10 [paul]       0.8.2claws31
10358
10359         * sync with 0.8.2cvs12
10360                 see ChangeLog 2002-09-10
10361
10362 2002-09-06 [paul]       0.8.2claws30
10363
10364         * src/prefs_common.c
10365                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10366                 
10367         * tools/Makefile.am
10368           tools/README
10369           tools/ldif-to-xml.py  ** REMOVED **
10370                 remove obsolete python script
10371
10372 2002-09-06 [paul]       0.8.2claws29
10373
10374         * sync with 0.8.2cvs10
10375                 see ChangeLog 2002-09-06
10376
10377 2002-09-04 [paul]       0.8.2claws28
10378
10379         * sync with 0.8.2cvs9
10380                 see ChangeLog 2002-08-04
10381
10382 2002-09-04 [colin]      0.8.2claws27 
10383
10384         * src/prefs_common.[ch]
10385                 Added signature color configuration
10386         * src/textview.c
10387                 Use user-specified signature color
10388
10389 2002-09-03 [colin]      0.8.2claws26
10390
10391         * src/prefs_common.[ch]
10392                 Added autosave and autosave_length prefs
10393         * src/compose.c
10394                 Added compose_remove_draft()
10395                 Auto-save drafts according to the prefs
10396         * src/main.c
10397                 Added a crash-indicator file, allowing to check
10398                 for new messages on startup if Sylpheed crashed
10399                 (makes saved drafts "reappear")
10400
10401 2002-09-03 [colin]      0.8.2claws25
10402
10403         * src/textview.[ch]
10404                 Grey the signature
10405
10406 2002-09-03 [paul]       0.8.2claws24
10407
10408         * sync with 0.8.2cvs8
10409                 see ChangeLog 2002-09-02 and 2002-09-03
10410
10411 2002-09-03 [darko]      0.8.2claws23
10412
10413         * src/folderview.c
10414                 use normal style when creating new folder to pick
10415                 proper font size 
10416
10417 2002-09-02 [melvin]     0.8.2claws22
10418
10419         * src/gtkaspell.m4
10420                 removed some obsolete code
10421
10422 2002-09-02 [melvin]     0.8.2claws21
10423
10424         * ac/aspell.m4
10425                 fixed test's equality sign (== to =)
10426
10427 2002-09-02 [alfons]     0.8.2claws20
10428
10429         * src/folder.c
10430         * src/mh.c
10431                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10432                 as folder->destroy virtual as suggested by Hiro
10433                 (the mh.c code seems to have been lost around mh.c.1.21)
10434
10435 2002-09-02 [paul]       0.8.2claws19
10436
10437         * po/pt_BR.po
10438                 updated by Fabio Jr. Beneditto
10439                 
10440         * src/defs.h
10441                 use 'http://claws.sylpheed.org' for homepage link. 
10442                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10443
10444 2002-09-01 [alfons]     0.8.2claws18
10445
10446         * src/mh.c
10447                 plug memleak related to one Martin Kluge found
10448
10449 2002-08-31 [paul]       0.8.2claws17
10450
10451         * sync with 0.8.2cvs6
10452                 see ChangeLog 2002-08-30
10453
10454 2002-08-31 [alfons]     0.8.2claws16
10455
10456         * src/folder.c
10457                 folder_destroy(): remove mailbox from folderlist even if it has
10458                 no destroy virtual
10459
10460 2002-08-31 [alfons]     0.8.2claws15
10461
10462         * src/folder.c
10463                 :%sno/if(/if (/gc
10464                 :%sno/for(/for (/gc
10465                 (being pedantic I know)
10466
10467 2002-08-31 [alfons]     0.8.2claws14
10468
10469         * src/folder.c
10470                 check for NULL pointers returned from folder->fetch_msginfo virtual
10471                 (should solve some reported crashes)
10472
10473 2002-08-30 [alfons]     0.8.2claws13
10474
10475         * acconfig.h
10476         * configure.in
10477         * src/crash.c
10478                 enable crash dialog on compilation time
10479                 (--enable-crash-dialog configure option)
10480
10481 2002-08-30 [alfons]     0.8.2claws12
10482
10483         * AUTHORS
10484                 add Martin Kluge
10485         * src/mh.c
10486                 apply memory leak plug patch by Martin Kluge
10487                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10488                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10489                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10490
10491 2002-08-30 [darko]      0.8.2claws11
10492
10493         * src/folderview.c
10494                 copy Gtk style from normal style to match
10495                 font size for coloured folders
10496
10497 2002-08-29 [alfons]     0.8.2claws10
10498
10499         * sylpheed.desktop
10500                 Type=Internet <- Type=Application
10501                 (reported by Michael Schwendt, see:
10502                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10503                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10504
10505 2002-08-29 [paul]       0.8.2claws9
10506
10507         * sync with 0.8.2cvs5
10508                 see ChangeLog 2002-08-29
10509
10510 2002-08-29 [colin]      0.8.2claws8
10511
10512         * src/summaryview.c
10513                 Added a sanity check in summary_select_thread
10514                 Should fix bug 601605
10515
10516 2002-08-29 [colin]      0.8.2claws7
10517
10518         * src/main.c
10519                 Revert claws6 changes regarding bug #591676
10520
10521 2002-08-28 [colin]      0.8.2claws6
10522         
10523         * src/main.c
10524                 Ignore cache for queue folderitems
10525                 Fix bug #591676
10526
10527 2002-08-28 [melvin]     0.8.2claws5
10528
10529         * README.claws
10530                 Fixed typos.
10531
10532 2002-08-28 [melvin]     0.8.2claws4
10533
10534         * README.claws
10535                 Updated a bit the text concerning the spell checker
10536
10537 2002-08-28 [melvin]     0.8.2claws3
10538
10539         Merged the GNU_aspell_branch:
10540                 Support of new GNU/aspell is now included and the old pspell
10541                 is not supported anymore.
10542                 See README.claws
10543
10544         * README.claws
10545                 Updated spell checker text to reflect the switch to GNU/aspell
10546
10547         * ac/aspell.m4          *** NEW ***
10548         * src/gtkaspell.[ch]    *** NEW *** 
10549         * ac/pspell.m4          *** DELETED *** 
10550         * src/gtkspell.[ch]     *** DELETED ***
10551
10552         * ac/Makefile.am
10553                 Updated for GNU/aspell support
10554
10555         * po/POTFILES.in
10556                 Replaced gtkspell.c by gtkaspell.c
10557
10558         * acconfig.h
10559         * src/Makefile.am
10560         * src/about.c
10561         * src/compose.[ch]
10562         * src/crash.c
10563         * src/main.c
10564         * src/prefs_common.[ch]
10565                 Updated for GNU/aspell support
10566
10567 2002-08-28 [paul]       0.8.2claws2
10568
10569         * sync with 0.8.2cvs4
10570                 see ChangeLog 2002-08-27 and 2002-08-28
10571
10572 2002-08-28 [colin]      0.8.2claws1
10573
10574         * src/summary_search.c
10575                 Added "AND search"
10576
10577 2002-08-28 [jens]       0.8.2claws
10578
10579         *po/de.po
10580                 Updated German translations
10581
10582 2002-08-27 [melvin]     0.8.2claws
10583
10584         * po/fr.po
10585                 Updated French translations
10586
10587 2002-08-27 [paul]       0.8.2claws
10588
10589         * sync with 0.8.2 main release
10590
10591         * po/en_GB.po
10592           po/es.po
10593           po/it.po
10594           po/pl.po
10595           po/pt_BR.po
10596           po/sr.po
10597                 updated message catalogs submitted by
10598                 Ricardo Mones Lastra, Alessandro Maestri,
10599                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10600                 Beneditto and Urke MMI  
10601
10602 2002-08-27 [hoa]        0.8.1claws123
10603
10604         * src/mainwindow.[ch]
10605         * src/summaryview.[ch]
10606                 removed the "filter setting" menu option.
10607                 add a "cancel a news message" menu option.
10608
10609 2002-08-26 [martin]     0.8.1claws122
10610
10611         * ChangeLog.claws
10612                 changed string under 0.8.1claws79 changed by myself
10613                 i'm sorry alfons :(
10614
10615 2002-08-26 [martin]     0.8.1claws121
10616
10617         * src/crash.c
10618                 added kill command to debuggerrc to start crash dialog
10619
10620 2002-08-26 [paul]       0.8.1claws120
10621
10622         * sync with 0.8.1cvs31
10623                 see ChangeLog 2002-08-26
10624
10625 2002-08-25 [alfons]     0.8.1claws119
10626
10627         * src/procmsg.c
10628                 fix bug that didn't send out correct headers to news server
10629                 when sending news article and email from queue (bug reported
10630                 and patch provided by Tim Mann; closes bug 
10631                 "[ 583196 ] 0.7.8claws can't post news")
10632
10633 2002-08-25 [alfons]     0.8.1claws118
10634
10635         * src/selective_download.c
10636                 mark two strings as translatable
10637                 (thanks to Urke MMI for pointing this out)
10638
10639 2002-08-25 [alfons]     0.8.1claws117
10640
10641         * src/summaryview.c
10642                 treat sent boxes as special and allow sorting them by addressee
10643                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10644                 submitted by Steve Lamb)
10645
10646 2002-08-24 [alfons]     0.8.1claws116
10647
10648         * src/matcher.c
10649                 fix memleak reported by Martin Kluge
10650                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10651
10652 2002-08-24 [oliver]     0.8.1claws115
10653
10654         * src/prefs_toolbar.c
10655                 o code cleanup as suggested by Alfons
10656                 o memleak fix
10657
10658 2002-08-24 [alfons]     0.8.1claws114
10659
10660         * src/summaryview.c
10661                 o fix another memory leak reported by Martin Kluge
10662                   (see "[ 599568 ] Small Memory Leak")
10663                 o remove 'from' variable from 'summary_set_header()'; we can
10664                   do with just 'to' 
10665
10666 2002-08-24 [paul]       0.8.1claws113
10667
10668         * sync with 0.8.1cvs30
10669                 see ChangeLog 2002-08-23
10670
10671 2002-08-24 [alfons]     0.8.1claws112
10672
10673         * src/summaryview.c
10674                 remove unnecessary allocations for search bar fixing leaks
10675                 reported by Martin Kluge
10676                 (see "[ 599451 ] Further memory leaks?")
10677
10678 2002-08-24 [alfons]     0.8.1claws111
10679
10680         * src/main.c
10681                 make get_socket_name() public for crash.c
10682         * src/crash.c
10683                 o make report bug button work (goes to claws' 
10684                   bug tracker at sf.net)
10685                 o introduce function for doing important stuff just
10686                   before claws goes down
10687                 o clean up code 
10688
10689 2002-08-24 [alfons]     0.8.1claws110
10690
10691         * src/compose.c
10692                 move cursor to "To" entry when forwarding as attachment
10693                 (reported and solved by Steve Lamb, closes bug report
10694                 "[ 592880 ] Forward as attachment; cursor not in to")
10695
10696 2002-08-24 [colin]      0.8.1claws109
10697
10698         * src/mainwindow.c
10699                 fix quick search visibility after GUI (de)separations.
10700
10701 2002-08-23 [colin]      0.8.1claws108
10702
10703         * src/mainwindow.c
10704                 fix header pane visibility after folderview or
10705                 messageview (de)separation
10706
10707 2002-08-23 [paul]       0.8.1claws107
10708
10709         * src/mainwindow.[ch]
10710           src/toolbar.c
10711                 give full control of display or non-display 
10712                 of the Execute icon to Custom toolbar settings.
10713                 add new sensitivity condition to maninwindow.h: 
10714                 M_DELAY_EXEC
10715
10716         * ChangeLog
10717           ChangeLog.jp
10718           NEWS
10719                 more sync with 0.8.1cvs29
10720
10721 2002-08-23 [melvin]     0.8.1claws106
10722
10723         * src/alertpanel.c
10724                 Readded support for custom widget in alertpanel lost in last
10725                 sync.
10726
10727 2002-08-23 [paul]       0.8.1claws105
10728
10729         * sync with 0.8.1cvs29
10730                 see ChangeLog 2002-08-23
10731
10732 2002-08-23 [colin]      0.8.1claws104
10733
10734         * src/summaryview.c
10735                 Fix folder and search pixmaps exchanging positions
10736                 after theme or toolbar changes. Thank to Oliver for 
10737                 reporting this.
10738
10739 2002-08-23 [colin]      0.8.1claws103
10740
10741         * src/mainwindow.c
10742           src/messageview.[ch]
10743           src/noticeview.[ch]
10744           src/summaryview.c
10745                 Changed messageview_create() and noticeview_create()
10746                 to avoid the last gdk_warning
10747
10748 2002-08-22 [colin]      0.8.1claws102
10749
10750         * src/summaryview.c
10751                 Fix my new `Creating pixmap from xpm' warning
10752
10753 2002-08-22 [colin]      0.8.1claws101
10754
10755         * src/mainwindow.c
10756                 Fix some of the gdk warnings
10757
10758 2002-08-22 [colin]      0.8.1claws100
10759
10760         * src/Makefile.am
10761         * src/stock_pixmap.c
10762         * src/stock_pixmap.h
10763         * src/pixmaps/quicksearch.xpm *ADDED*
10764                 Add the quicksearch pixmap
10765         * src/mainwindow.c
10766         * src/summaryview.c
10767         * src/summaryview.h
10768                 Make quicksearch bar visible/hidden via a button
10769
10770 2002-08-22 [christoph]  0.8.1claws99
10771
10772         * src/folder.c
10773                 fix folder update for newsgroups with message
10774                 numbers below minimum number of articles to fetch
10775                 (closes bug #598445)
10776
10777 2002-08-22 [paul]       0.8.1claws98
10778
10779         * sync with 0.8.1cvs28
10780                 see ChangeLog 2002-08-22
10781
10782 2002-08-21 [alfons]     0.8.1claws97
10783
10784         * src/crash.c
10785                 use bt instead of bt full which seems to work 
10786                 better, and bt full doesn't give a great deal 
10787                 of information anyway
10788
10789 2002-08-21 [colin]      0.8.1claws96
10790
10791         * src/summaryview.c
10792                 fix summaryview_searchtype_changed prototype
10793
10794 2002-08-21 [christoph]  0.8.1claws95
10795
10796         * src/mainwindow.c
10797                 o fix broken menu update for sorting type, we have to
10798                   get this info from the summaryview now
10799                 o removed setting of threaded state in menu callback
10800         * src/summaryview.[ch]
10801                 more summaryview/folderitem seperation for
10802                 threading option
10803         * configure.in
10804                 removed not required --with-compiler-flags option
10805
10806 2002-08-21 [oliver]     0.8.1claws94
10807         
10808         * src/toolbar.h 
10809                 o rename toolbar.xml to toolbar_main.xml
10810                   since toolbar_compose.xml might come up 
10811                   any time soon
10812         * README.claws
10813                 add custom toolbar              
10814
10815 2002-08-21 [darko]      0.8.1claws93
10816
10817         * src/procmsg.c
10818                 don't reset tmp flags for messages copied
10819                 to sent folder
10820
10821 2002-08-21 [colin]      0.8.1claws92
10822         
10823         * src/prefs_filtering.c
10824                 fix renaming rules on folder rename 
10825                 when folder is not a leaf folder
10826
10827 2002-08-21 [paul]       0.8.1claws91
10828
10829         * src/prefs_folder_item.c
10830                 fix alignment of colour selector
10831
10832 2002-08-21 [paul]       0.8.1claws90
10833
10834         * sync with 0.8.1cvs27
10835                 see ChangeLog 2002-08-21
10836
10837 2002-08-21 [paul]       0.8.1claws89
10838
10839         * src/summaryview.c
10840                 fix crash when changing field type in
10841                 Quick search bar
10842
10843 2002-08-21 [colin]      0.8.1claws88
10844
10845         * src/summaryview.c
10846                 Made quick search case-insensitive
10847
10848 2002-08-21 [paul]       0.8.1claws87
10849
10850         * sync with 0.8.1cvs26
10851                 see ChangeLog 2002-08-21
10852
10853 2002-08-20 [christoph]  0.8.1claws86
10854
10855         * src/folderview.c
10856         * src/main.c
10857         * src/summaryview.[ch]
10858                 more summaryview/folderitem seperation for
10859                 sort_key and sort_type
10860         * src/procmsg.c
10861                 added missing return statement
10862
10863 2002-08-20 [colin]      0.8.1claws85
10864
10865         * src/summaryview.[ch]
10866                 Added a quick search box
10867         * src/mainwindow.c
10868         * src/prefs_common.[ch]
10869                 Added a show/hide option for the quick search
10870
10871 2002-08-20 [oliver]     0.8.1claws84
10872         
10873         * src/mainwindow.c
10874                 remove toolbar_create_popups
10875         * src/toolbar.[ch]
10876                 o remove toolbar_create_popups
10877                 o fix toolbar_set_sensitive 
10878                   (Bug reports #596834 and #596832)     
10879         * src/prefs_toolbar.c
10880                 o add "Set default" button
10881                 o align label and text + combo widgets
10882
10883 2002-08-20 [hoa]        0.8.1claws83bis
10884
10885         * src/imap.c
10886                 fixed a bug in imap_fetch_msginfo() in case there is no
10887                 current folder.
10888
10889 2002-08-20 [darko]      0.8.1claws83
10890
10891         * src/folderview.c
10892                 copy the color style of folder view so it
10893                 works with GTK themes
10894
10895 2002-08-20 [darko]      0.8.1claws82
10896
10897         * src/folder.h
10898         * src/folderview.c
10899         * src/prefs_folder_item.[hc]
10900                 don't use UI stuff in folder.h
10901
10902 2002-08-20 [darko]      0.8.1claws81
10903
10904         * src/folder.h
10905         * src/prefs_folder_item.h
10906         * src/folderview.c
10907         * src/prefs_folder_item.c
10908                 ability to set folder color in folderview
10909
10910 2002-08-19 [alfons]     0.8.1claws80
10911
10912         * src/summaryview.c
10913                 fix one of the earlier memleaks reported by Martin Kluge
10914
10915 2002-08-19 [alfons]     0.8.1claws79
10916
10917         * src/mainwindow.c
10918                 hide notice view when selecting seperate folder
10919                 view (reported by Urke MMI)
10920
10921 2002-08-19 [christoph]  0.8.1claws78
10922
10923         * src/folderview.c
10924         * src/prefs_folder_item.h
10925         * src/summaryview.[ch]
10926                 o add summary_set_prefs_from_folderitem to set
10927                   summaryview prefs (first step to remove all
10928                   references to the folderitem in summaryview)
10929                 o moved compiled regex stuff from folderitem prefs
10930                   to summaryview code
10931
10932 2002-08-19 [paul]       0.8.1claws77
10933
10934         * src/compose.c
10935                 add check for '.' to QUOTE_IF_REQUIRED
10936
10937 2002-08-19 [paul]       0.8.1claws76
10938
10939         * src/inc.c
10940                 sync with 0.8.1cvs25 (plug memory leak)
10941
10942         * src/prefs_toolbar.c
10943                 re-order prefs_toolbar_cancel()
10944
10945 2002-08-18 [alfons]     0.8.1claws75
10946
10947         * src/inc.c
10948         * src/matcher.c
10949                 plug other memleaks reported by Martin Kluge
10950
10951 2002-08-18 [paul]       0.8.1claws74
10952
10953         * po/pt_BR.po
10954                 updated by Fabio Jr. Beneditto
10955
10956 2002-08-18 [paul]       0.8.1claws73
10957
10958         * src/toolbar.[ch]
10959                 fix bug where tooltips were displayed untranslated              
10960
10961         * src/prefs_toolbar.c
10962                 fix bug where clicking 'Cancel' creates an icon & text
10963                 toolbar regardless of prefs
10964         
10965
10966 2002-08-17 [oliver]     0.8.1claws72
10967
10968         * src/prefs_toolbar.c
10969                 update toolbar on CANCEL
10970                 bug reported by Martin Kluge
10971         * src/toolbar.c
10972                 toolbar_destroy memleak fixed           
10973
10974 2002-08-17 [alfons]     0.8.1claws71
10975
10976         * src/toolbar.c
10977                 plug another memleak reported by Martin Kluge
10978
10979 2002-08-16 [alfons]     0.8.1claws70
10980
10981         * src/crash.c
10982                 use execvp() correctly (suggested by wwp; thanks!)
10983
10984 2002-08-16 [alfons]     0.8.1claws69
10985
10986         * src/gtksctree.c
10987                 plug memory leak reported by Kim Schultz & Martin Kluge
10988
10989 2002-08-16 [paul]       0.8.1claws68
10990
10991         * po/es.po
10992                 updated by Ricardo Mones Lastra
10993
10994 2002-08-16 [paul]       0.8.1claws67
10995
10996         * src/toolbar.h
10997                 fix bug where 'Compose News' icon showed wrong
10998                 tooltip
10999
11000 2002-08-16 [paul]       0.8.1claws66
11001
11002         * sync with 0.8.1cvs24
11003                 see ChangeLog 2002-08-16
11004
11005         * po/it.po
11006                 updated by Alessandro Maestri
11007
11008 2002-08-15 [paul]       0.8.1claws65
11009
11010         * po/sr.po
11011                 updated by Urke MMI
11012
11013 2002-08-15 [paul]       0.8.1claws64
11014
11015         * src/*.c
11016                 don't translate debug info
11017
11018         * src/matcher.[ch]
11019                 add copyright info
11020
11021 2002-08-15 [paul]       0.8.1claws63
11022
11023         * src/prefs_toolbar.c
11024                 fix bug where clicking 'OK' creates an icon & text
11025                 toolbar regardless of prefs
11026
11027 2002-08-14 [alfons]     0.8.1claws62
11028
11029         * src/main.c
11030                 add global var that has the full argv[0]
11031         * src/crash.c
11032                 o execvp the correct sylpheed by using argv0
11033                   and setting the correct work dir
11034                 o other tweaks  
11035
11036 2002-08-14 [oliver]     0.8.1claws61
11037         
11038         * enable/disable Toolbar Action Buttons 
11039         * code cleanups
11040         * src/mainwindow.c
11041         * src/toolbar.[ch]      
11042         * src/prefs_toolbar.c   
11043
11044 2002-08-14 [melvin]     0.8.1claws60
11045
11046         * po/fr.po
11047                 Updated French translations
11048
11049 2002-08-14 [melvin]     0.8.1claws59
11050
11051         * src/crash.c
11052                 Made bug report not translatable
11053         * src/exporthtml.c
11054                 Fixed exporthtml_build_filespec() return value
11055         * src/foldersel.c
11056                 Fixed incorrect include file
11057         * src/gtkspell.c
11058         * src/prefs_actions.c
11059         * src/prefs_toolbar.c
11060                 Made debug info not translatable
11061         * src/mutt.c
11062         * src/quote_fmt.c
11063                 Added missing includes
11064         * src/prefs_common.c
11065                 Fixed typo
11066
11067 2002-08-14 [paul]       0.8.1claws58
11068
11069         * faq/es/sylpheed-faq.html
11070           faq/es/sylpheed-faq-[1-3].html
11071           faq/es/sylpheed-faq-4.html     **NEW FILE **
11072                 update Spanish FAQ
11073
11074 2002-08-13 [christoph]  0.8.1claws57
11075
11076         * src/procmsg.c
11077                 ignore thread fix that did not mark all
11078                 child nodes of a ignored thread as
11079                 ignored. Does not work perfectly yet,
11080                 but it is better now
11081
11082 2002-08-13 [alfons]     0.8.1claws56
11083
11084         * src/crash.c
11085                 o implement 'save crash log'
11086                 o some tweaks
11087
11088 2002-08-13 [melvin]     0.8.1claws55
11089
11090         * src/main.c
11091                 removed unrequired "execinfo.h" header
11092
11093 2002-08-12 [paul]       0.8.1claws54
11094
11095         * faq/en/sylpheed-faq.html
11096           faq/en/sylpheed-faq-[1-3].html
11097           faq/en/sylpheed-faq-4.html     **NEW FILE **
11098                 update English FAQ
11099
11100 2002-08-12 [alfons]     0.8.1claws53
11101
11102         * po/POTFILES.in
11103                 add crash.c to translatables
11104         * src/crash.c
11105                 bring in Leandro's crash dialog
11106
11107 2002-08-11 [alfons]     0.8.1claws52
11108
11109         * src/crash.c
11110                 clean up some warnings
11111
11112 2002-08-11 [alfons]     0.8.1claws51
11113
11114         * acconfig.h
11115         * configure.in
11116         * src/crash.[ch]        ** NEW FILES **
11117         * src/main.c            
11118                 initial gdb crash handler
11119
11120 2002-08-11 [paul]       0.8.1claws50
11121
11122         * src/prefs_toolbar.c
11123                 replace Up/Down arrow pixmaps with text to be
11124                 consistent across icon themes
11125
11126 2002-08-11 [paul]       0.8.1claws49
11127
11128         * src/prefs_common.c
11129           src/prefs_toolbar.c
11130                 rename 'Pixmap' -> 'Icon'
11131
11132         * src/toolbar.[ch]
11133                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
11134
11135 2002-08-10 [paul]       0.8.1claws48
11136
11137         * src/prefs_toolbar.c
11138                 re-work the UI
11139
11140 2002-08-10 [paul]       0.8.1claws47
11141
11142         * src/main.c
11143                 don't write Processing progress to status bar
11144                 patch submitted by Alexander Evseev
11145
11146         * src/prefs_toolbar.c
11147                 re-position and resize window
11148                 make window assume correct size on first call
11149
11150 2002-08-10 [paul]       0.8.1claws46
11151
11152         * src/mainwindow.c
11153           src/prefs_toolbar.c
11154           src/toolbar.c
11155           src/toolbar.h
11156                 obey coding style
11157                 follow UI text conventions
11158
11159 2002-08-10 [alfons]     0.8.1claws45
11160
11161         * src/toolbar.c
11162                 correct pixmap for delete action
11163
11164 2002-08-10 [paul]       0.8.1claws44
11165
11166         * po/pt_BR.po
11167                 updated by Fabio Jr. Beneditto
11168
11169 2002-08-10 [paul]       0.8.1claws43
11170
11171         * po/POTFILES.in
11172                 add custom toolbar files
11173
11174 2002-08-10 [paul]       0.8.1claws42
11175
11176         * sync with 0.8.1cvs22
11177                 see ChangeLog 2002-08-09
11178
11179 2002-08-09 [paul]       0.8.1claws41
11180
11181         * tools/Makefile.am
11182           tools/README
11183           tools/outlook2sylpheed.pl     ** NEW FILE **
11184                 add script to convert exported Outlook
11185                 contacts list to a Sylpheed addressbook.
11186                 Submitted by Ricardo Mones Lastra.
11187
11188 2002-08-09 [paul]       0.8.1claws40
11189
11190         * AUTHORS
11191           configure.in
11192           po/sr.po      ** NEW FILE **
11193                 add Serbian message catalog. Submitted by
11194                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
11195
11196 2002-08-09 [paul]       0.8.1claws39
11197
11198         * sync with 0.8.1cvs21
11199                 see ChangeLog 2002-08-08
11200
11201 2002-08-08 [oliver]     0.8.1claws38
11202
11203         * src/mainwindow.c
11204                 move Custom Toolbar to Configuration menu
11205
11206 2002-08-08 [oliver]     0.8.1claws37
11207
11208         * src/prefs_toolbar.c
11209                 fix substitute pixmap bug
11210
11211 2002-08-08 [paul]       0.8.1claws36
11212
11213         * sync with 0.8.1cvs19
11214                 see ChangeLog 2002-08-08
11215
11216 2002-08-07 [christoph]  0.8.1claws35
11217
11218         * src/utils.c
11219                 fixed a memory leak in new canonicalize_file_replace
11220
11221 2002-08-07 [christoph]  0.8.1claws34
11222
11223         * src/utils.[ch]
11224                 o canonicalize_file_replace should create the temporary
11225                   file in the same directory as the original file.
11226                 o added get_tmpfile_in_dir that creates a temorary file
11227                   in a specified directory.
11228
11229 2002-08-07 [melvin]     0.8.1claws33
11230
11231         * src/toolbar.c
11232                 fixed bug where 'Article' button acted as 'Email' button.
11233
11234 2002-08-07 [paul]       0.8.1claws32
11235
11236         * sync with 0.8.1.cvs17
11237                 see ChangeLog 2002-08-07
11238
11239 2002-08-07 [colin]      0.8.1claws31
11240         
11241         * src/news.c
11242                 fix mass-cancel problem
11243
11244 2002-08-07 [thorsten]   0.8.1claws30
11245
11246         * src/prefs_toolbar.c
11247                 fix: crash on replace or add new button
11248         * src/toolbar.c
11249                 fix: close xmlfile after reading
11250         * src/utils.c
11251                 fix: unlink() file before rename()
11252
11253 2002-08-06 [paul]       0.8.1claws29
11254
11255         * sync with 0.8.cvs15
11256                 see ChangeLog 2002-08-06
11257
11258 2002-08-06 [oliver]     0.8.1claws28
11259
11260         * src/toolbar.c
11261         * src/prefs_toolbar.c
11262                 fixed empty toolbar issue
11263
11264 2002-08-06 [oliver]     0.8.1claws27
11265
11266         * Custom Toolbar Final 
11267         * src/folderview.c
11268         * src/inc.c
11269         * src/summaryview.c
11270                 o toolbar stuff now lives in src/toolbar.[ch]
11271                 o main_window_toolbar_* functions are renamed to
11272                   toolbar_* reflecting their new source file
11273         * src/mainwindow.[ch]
11274                 o remove toolbar stuff  
11275
11276 2002-08-06 [oliver]     0.8.1claws26
11277         
11278         * src/Makefile.am
11279         * src/prefs_toolbar.[ch]        **New File**
11280         * src/toolbar.[ch]              **New File**
11281                 o prefs_toolbar.[ch] custom toolbar frontend
11282                 o toolbar.[ch]       backend 
11283
11284 2002-08-06 [oliver]     0.8.1claws25
11285
11286         * src/prefs_actions.[ch]
11287                 o new exported function actions_execute
11288
11289 2002-08-06 [paul]       0.8.1claws24
11290
11291         * sync with 0.8.1cvs4
11292                 see ChangeLog 2002-08-06
11293
11294 2002-08-06 [paul]       0.8.1claws23
11295
11296         * sync with 0.8.1cvs13
11297                 see ChangeLog 2002-08-06
11298
11299 2002-08-06 [paul]       0.8.1claws22
11300
11301         * sync with 0.8.1cvs12
11302                 see ChangeLog 2002-08-05 and 2002-08-06
11303
11304 2002-08-06 [match]      0.8.1claws21
11305
11306         * src/addrclip.c
11307                 improvements to cut/copy/paste address
11308
11309 2002-08-05 [match]      0.8.1claws20
11310
11311         * src/addritem.[ch]
11312         * src/addrcache.c
11313         * src/addrbook.c
11314         * src/editaddress.c
11315         * src/addressbook.c
11316                 fixes to improve cut/copy/paste
11317
11318 2002-08-06 [melvin]     0.8.1claws19
11319
11320         * src/account.[ch]
11321                 account_find_all_from_address(): new function that returns the
11322                 list of all accounts that are matched in an address.
11323         * src/alertpanel.[ch]
11324                 alertpanel() now accepts a custom widget
11325                 alertpanel_with_widget(): new function that pops up a panel with
11326                 a custom widget in it 
11327         * src/gtkutils.[ch]
11328                 gtkut_account_menu_new(): new function that allows the selection
11329                 of an account from a list of accounts.
11330         * src/messageview.c
11331                 Extended Return Receipt notification to select the correct 
11332                 account and to make a security test on the Delivery-Notification
11333                 address which should be the same as the Return-Path.
11334
11335 2002-08-06 [thorsten]   0.8.1claws18
11336
11337         * src/mimeview.c
11338                 attach_all: save unnamed as "noname.%d",
11339                 dont free static dirname
11340
11341 2002-08-05 [alfons]     0.8.1claws17
11342
11343         * configure.in
11344                 detect XIM by trying to link rather than compile a XIM program
11345
11346 2002-08-05 [oliver]     0.8.1claws16
11347                 
11348         * src/stock_pixmap.[ch]
11349                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
11350                 o new func to retrieve pixmaps
11351
11352 2002-08-05 [paul]       0.8.1claws15
11353
11354         * sync with 0.8.1cvs10
11355                 see ChangeLog 2002-08-05
11356
11357 2002-08-04 [alfons]     0.8.1claws14
11358
11359         * src/textview.c
11360                 see if this plugs memleak
11361
11362 2002-08-04 [melvin]     0.8.1claws13
11363
11364         * src/gtkspell.c
11365                 fixed bug that could crash Sylpheed when highlighting
11366                 all misspelled words.
11367
11368 2002-08-03 [melvin]     0.8.1claws12
11369
11370         * src/prefs_actions.c
11371                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11372         * src/messageview.c
11373                 fixed bug where the Return Receipt was sent to
11374                 Delivery-Notification-To address even if it was not present
11375
11376 2002-08-02 [alfons]     0.8.1claws11
11377
11378         * src/prefs_actions.c
11379                 o more check for NULLs
11380                 o put create_io_dialog() in right conditional block
11381
11382 2002-08-02 [paul]       0.8.1claws10
11383
11384         * po/es.po
11385                 updated by Ricardo Mones Lastra
11386
11387 2002-08-01 [christoph]  0.8.1claws9
11388
11389         * src/folder.c
11390                 don't free the cache of the opened
11391                 folder in the summaryview
11392         * src/summaryview.c
11393                 don't unset flags, if it is not required
11394
11395 2002-08-01 [paul]       0.8.1claws8
11396
11397         * sync with 0.8.1cvs8
11398                 see ChangeLog entry 2002-08-01
11399
11400 2002-08-01 [paul]       0.8.1claws7
11401
11402         * sync with 0.8.1cvs7
11403                 see ChangeLog 2002-07-31 and 2002-08-01
11404
11405 2002-07-31 [christoph]  0.8.1claws6
11406
11407         * src/mainwindow.c
11408                 forgot to update menu sensitivity
11409                 function for new menu entry
11410
11411 2002-07-31 [alfons]     0.8.1claws5
11412
11413         * src/main.c
11414                 check folder item and its path for NULL on
11415                 initial processing
11416
11417 2002-07-31 [christoph]  0.8.1claws4
11418
11419         * src/folder.c
11420                 check if folder_item_get_msginfo in
11421                 folder_item_remove_msg returned NULL
11422         * src/imap.c
11423                 better clear the uid cache in the
11424                 uid validity check function and delete
11425                 cached messages
11426
11427 2002-07-31 [paul]       0.8.1claws3
11428
11429         * man/sylpheed.1
11430                 add the '--attach' option and a few other
11431                 minor changes
11432
11433 2002-07-31 [paul]       0.8.1claws2
11434
11435         * sync with 0.8.1cvs5
11436                 see ChangeLog 2002-07-31
11437
11438 2002-07-31 [christoph]  0.8.1claws1
11439
11440         * src/folderview.[ch]
11441         * src/mainwindow.c
11442                 replace "Rescan all folders..." with
11443                 "Check all folders for new messages..."
11444
11445 2002-07-30 [paul]       0.8.1claws
11446
11447         * version 0.8.1claws released
11448
11449 2002-07-30 [paul]       0.8.0claws29
11450
11451         * tools/OOo2sylpheed.pl ** NEW FILE **
11452           tools/README
11453                 add script to enable sending documents as
11454                 attachments from OpenOffice.org
11455
11456 2002-07-30 [melvin]     0.8.0claws28
11457
11458         * src/prefs_actions.c
11459                 Made the actions' input/output dialog display
11460                 without delay.
11461
11462 2002-07-30 [christoph]  0.8.0claws27
11463
11464         * src/procmsg.c
11465                 check if folder_item_get_msginfo in
11466                 procmsg_save_to_outbox returned NULL
11467
11468 2002-07-30 [paul]       0.8.0claws26
11469
11470         * sync with 0.8.1cvs4
11471                 see ChangeLog 2002-07-29
11472
11473 2002-07-29 [thorsten]   0.8.0claws25
11474
11475         * README.claws
11476                 added selective download, delete on server
11477
11478 2002-07-29 [paul]       0.8.0claws24
11479
11480         * sync with 0.8.1cvs3
11481                 see ChangeLog 2002-07-29
11482
11483 2002-07-27 [christoph]  0.8.0claws23
11484
11485         * src/folder.c
11486                 add extra check if fetching the msginfo
11487                 returned NULL
11488
11489 2002-07-27 [paul]       0.8.0claws22
11490
11491         * sync with 0.8.1cvs2
11492                 see ChangeLog 2002-07-26
11493
11494 2002-07-27 [christoph]  0.8.0claws21
11495
11496         * src/imap.c
11497                 add another check if a valid msginfo
11498                 was returned
11499
11500 2002-07-26 [hoa]        0.8.0claws20
11501
11502         * src/folder.c
11503                 Fixed a condition in folder_item_destroy()
11504
11505         * src/imap.c
11506                 Fixed an error in IMAP protocol
11507
11508 2002-07-26 [alfons]     0.8.0claws19
11509
11510         * src/folder.c
11511                 ofcourse compare with identifier, not the path
11512
11513 2002-07-26 [alfons]     0.8.0claws18
11514
11515         * src/folder.c
11516                 use folder item identifier for saving / restoring
11517                 preferences because folder->path might not be unique
11518
11519 2002-07-26 [melvin]     0.8.0claws17
11520
11521         * src/logwindow.c
11522                 Fixed a crash introduced in 0.8.0claws5 when log is 
11523                 cut under 80 characters.
11524
11525 2002-07-26 [paul]       0.8.0claws16
11526
11527         * sync with 0.8.1cvs1
11528                 see ChangeLog 2002-07-26
11529
11530 2002-07-26 [christoph]  0.8.0claws15
11531
11532         * src/imap.[ch]
11533                 imap folder now remembers the last selected
11534                 folder and imap_fetch_msginfo skips selecting
11535                 the folder if it is already selected
11536
11537 2002-07-26 [christoph]  0.8.0claws14
11538
11539         * src/folder.c
11540         * src/folderview.c
11541         * src/imap.c
11542                 fix imap folder rescanning
11543
11544 2002-07-25 [christoph]  0.8.0claws13
11545
11546         * src/filter.c
11547         * src/folder.[ch]
11548         * src/folderview.c
11549         * src/imap.[ch]
11550         * src/mainwindow.c
11551         * src/mbox_folder.c
11552         * src/mh.c
11553         * src/news.c
11554                 implement imap uid cache and uid validity check
11555
11556 2002-07-25 [alfons]     0.8.0claws12
11557
11558         * src/summaryview.c
11559                 fix a brown paper bag bug, and also add some more
11560                 checks
11561
11562 2002-07-25 [christoph]  0.8.0claws11
11563
11564         * src/folder.c
11565                 don't mix copy, fetch_msginfo and remove
11566                 operations in folder item copy and move
11567                 operations
11568
11569 2002-07-25 [christoph]  0.8.0claws10
11570
11571         * src/folderview.c
11572         * src/mainwindow.c
11573         * src/prefs_folder_item.c
11574         * src/summaryview.[ch]
11575                 remove no longer required parameter update_cache from
11576                 summary_show
11577
11578 2002-07-25 [paul]       0.8.0claws9
11579
11580         * sync with 0.8.1
11581         
11582         * AUTHORS
11583                 a few corrections
11584
11585 2002-07-24 [alfons]     0.8.0claws8
11586
11587         * src/summaryview.c
11588                 sort correctly when using simplified subject line
11589                 (closes feature request "[ 585141 ] applying regexp to subject 
11590                 before sort" submitted by Alexandra Walford)
11591
11592 2002-07-24 [paul]       0.8.0claws7
11593
11594         * sync with 0.8.0cvs3
11595                 see ChangeLog 2002-07-24
11596
11597 2002-07-23 [christoph]  0.8.0claws6
11598
11599         * src/folder.c
11600         * src/folder.h
11601         * src/summaryview.c
11602         * src/summaryview.h
11603         * src/main.c
11604                 o separate processing and summaryview
11605                 o removed summary_write_cache from summaryview
11606                 o removed summaryview->killed_messages, because we don't have
11607                   to keep a list of killed messages anymore. New cache will
11608                   keep the hidden messages in cache anyway
11609         * src/folderview.c
11610         * src/inc.c
11611         * src/selective_download.c
11612                 o removed unnecessary summary_write_cache calls
11613         * src/procmsg.c
11614                 o don't set ignore thread flag in procmsg_get_thread_tree
11615                   if it is already set
11616         * src/mainwindow.c
11617         * src/statusbar.h
11618                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11619                   they are used in different files
11620
11621 2002-07-23 [melvin]     0.8.0claws5
11622
11623         * src/addressbook.c
11624         * src/addrgather.c
11625         * src/editaddress.c
11626         * src/editgroup.c
11627         * src/editldap_basedn.c
11628         * src/importldif.c
11629         * src/prefs_common.c
11630                 Fixed few memory leak (gtk_editable_get_chars returns
11631                 an allocated string)
11632         * src/logwindow.c
11633                 Fixed few memory leak (gtk_editable_get_chars returns
11634                 an allocated string) and modified a little the log cutting
11635                 loop.
11636         * src/compose.c
11637                 Replaced a call to an obsolete function gtk_entry_get_text()
11638                 by gtk_editable_get_chars()
11639         * src/send.c
11640                 Removed a debug printf
11641
11642 2002-07-23 [christoph]  0.8.0claws4
11643
11644         * src/filesel.c
11645                 fix another g_dirname memory leak
11646
11647 2002-07-23 [christoph]  0.8.0claws3
11648
11649         * src/mh.c
11650                 fixed a memory leak in mh_fetch_msginfo
11651                 fixed crash when message header could not be
11652                 parsed
11653
11654 2002-07-23 [paul]       0.8.0claws2
11655
11656         * sync with 0.8.0cvs2
11657                 see ChangeLog 2002-07-23
11658
11659 2002-07-23 [paul]       0.8.0claws1
11660
11661         * sync with 0.8.0cvs1
11662                 see ChangeLog 2002-07-23
11663
11664 2002-07-23 [paul]       0.8.0claws
11665
11666         * release of 0.8.0claws