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