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