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