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