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