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