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