0.9.6claws72
[claws.git] / ChangeLog.claws
1 2003-11-10 [christoph]  0.9.6claws72
2
3         * src/mimeview.c
4         * src/pgpmime.c
5         * src/privacy.[ch]
6         * src/sgpgme.[ch]
7         * src/textview.[ch]
8                 o add code to view full signature info
9                 o do automatic signature checks
10
11 2003-11-10 [alfons]     0.9.6claws71
12
13         * src/summaryview.c
14                 don't crash when gtkut_font_load() returns invalid font (has
15                 something to do with locale settings)
16                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
17
18 2003-11-09 [alfons]     0.9.6claws70
19
20         * src/procmime.c
21                 plug leak
22
23 2003-11-08 [luke]       0.9.6claws69
24
25         * src/summaryview.c
26                 fix some typos
27
28         * src/compose.c
29                 rewrite compose_attach_parts(), fixing various bugs mainly
30                 to do with re-editing.
31
32         * src/mimeview.c
33                 "save all" now only saves attachments with names/filenames
34
35 2003-11-04 [match]      0.9.6claws68
36
37         * src/ldapctrl.[ch]
38                 fix broken LDAP support.
39
40         * src/ldapquery.c
41                 remove printf's.
42
43 2003-11-04 [luke]       0.9.6claws67
44
45         * src/mimeview.c
46                 o  fixed bug 4 "focus lost on messages with attachments"
47                 o  fixed 'Save all' attachments for new mime changes
48                 o  right clicking on icons consistent with right clicking on
49                    mime tree
50                   - fixes a bug where wrong part is saved when you
51                     choose 'Save as' from popup menu
52                   - fixes bug 308 "No way to "save all" attachments"
53                 o  fixed a compiler warning.
54
55         * src/textview.c
56                 o  removed flickering in mime tree when using "n" and "p"
57                    shortcuts
58                 o  fixed bug where selecting the textview and pressing e.g.
59                    'y' causes sylpheed to respond twice.
60
61         * src/summaryview.c
62                 removed hard coding of * and ! shortcuts (which only served
63                 to cause problems if you tried to redefine the shortcuts)
64
65 2003-11-04 [luke]       0.9.6claws66
66
67         * src/plugins/image_viewer/viewer.c
68         * src/plugins/image_viewer/viewerprefs.c
69         * src/plugins/image_viewer/viewerprefs.glade
70                 o  allow toggling of image scaling by clicking on image
71                 o  respond to image's container widget resize
72
73         * src/procmime.c
74                 o  fix bad parsing of message when re-editing/viewing a
75                    message saved to the drafts folder
76
77 2003-11-02 [match]      0.9.6claws65
78
79         * src/browseldap.h
80                 fix if not building LDAP support.
81         * src/addrindex.c
82         * src/ldapquery.[ch]
83         * src/editldap.h
84                 include support for contains query. feature req 529354.
85
86 2003-11-02 [alfons]     0.9.6claws64
87
88         * src/browseldap.c
89                 fix build bustage if not compiling ldap support
90
91 2003-11-01 [match]      0.9.6claws63
92
93         * po/POTFILES.in
94         * src/Makefile.am
95         * src/addr_compl.[ch]
96         * src/addrbook.c
97         * src/addrcache.[ch]
98         * src/addrdefs.h        ** NEW **
99         * src/addressbook.c
100         * src/addressitem.h
101         * src/addrindex.[ch]
102         * src/addritem.h
103         * src/addrquery.[ch]
104         * src/ldapquery.[ch]
105         * src/ldapserver.[ch]
106                 refactor LDAP query mechanism.
107
108         * src/browseldap.[ch]   ** NEW **
109         * src/ldaplocate.[ch]   ** NEW **
110                 add feature to browse LDAP entry that was retrieved using
111                 an explicit LDAP search.
112
113 2003-11-01 [alfons]     0.9.6claws62
114
115         * src/prefs_gtk.c
116                 prefs_write_param(): fail when we see an invalid type; all the
117                 callers seem to handle this gracefully by reverting changes
118
119 2003-10-30 [christoph]  0.9.6claws61
120
121         * configure.ac
122         * ac/openssl.m4
123         * ac/spamassassin.m4
124         * src/Makefile.am
125                 use extra variables for all libraries to make sure plugins
126                 are only linked with libraries they really need. $LIBS is always
127                 added to the linking parameters, but we only what the libraries
128                 listed in the Makefile
129
130 2003-10-29 [paul]       0.9.6claws60
131
132         * src/mimeview.c
133                 don't use Subject for unknown part name
134
135 2003-10-29 [paul]       0.9.6claws59
136
137         * src/compose.c
138                 get name of attachment(s) when re-editing, fwd'ing or
139                 redirecting
140                 
141         * src/mimeview.c
142                 get name of attachment(s) when saving
143
144 2003-10-29 [hoa]        0.9.6claws58
145
146         * src/textview.c
147                 implemented multipart/alternative in MIME message viewer.
148
149 2003-10-28 [christoph]  0.9.6claws57
150
151         * configure.ac
152                 make sure MathML-Viewer is not built with the
153                 Gtk2 version of GtkMathView
154
155 2003-10-28 [paul]       0.9.6claws56
156
157         * sync with 0.9.7cvs1
158                 see ChangeLog 2003-10-28
159
160 2003-10-27 [alfons]     0.9.6claws55
161
162         * src/matcher_parser_parse.y
163         * src/gtk/colorlabel.c
164                 allow setting color label to 0 in filtering/processing rules
165                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
166
167 2003-10-26 [alfons]     0.9.6claws54
168
169         * src/summary_search.c
170                 fix misnomer and correct selecting initial search node  
171
172 2003-10-26 [christoph]  0.9.6claws53
173
174         * src/pgpmime.c
175         * src/sgpgme.c
176                 change display of signature info to use only name of
177                 signer, otherwise the text gets too long.
178
179         * src/procmime.c
180                 don't use MimeInfo's filename to generate tmp filename
181
182 2003-10-25 [christoph]  0.9.6claws52
183
184         * src/procmime.c
185                 fix message body searching
186
187 2003-10-25 [paul]       0.9.6claws51
188
189         * src/compose.c
190                 use g_basename rather than basename
191
192 2003-10-24 [christoph]  0.9.6claws50
193
194         * src/sgpgme.c
195                 change fetching of signature key's trust
196
197 2003-10-24 [paul]       0.9.6claws49
198
199         * po/sk.po
200                 update Slovak translation
201                 submitted by Andrej Kacian
202                 
203         * src/mainwindow.c
204                 remove unknown menu entry /File/Add mailbox/mbox...
205
206 2003-10-24 [hoa]        0.9.6claws48
207
208         * src/Makefile.am
209                 removed all references to mbox folders
210
211         * src/carray.[ch]               * REMOVED *
212         * src/chash.[ch]                * REMOVED *
213         * src/maillock.[ch]             * REMOVED *
214         * src/mailmbox.[ch]             * REMOVED *
215         * src/mailmbox_folder.[ch]      * REMOVED *
216         * src/mailmbox_parse.[ch]       * REMOVED *
217         * src/mailmbox_types.[ch]       * REMOVED *
218         * src/mbox_folder.[ch]          * REMOVED *
219                 remove implementation of mbox folders
220                 and old mailbox folder.
221                 mbox folder implementation will be added
222                 as a plugin so that implementation can be entirely
223                 synchronized with the files of the project they are
224                 extracted from (libEtPan!).
225         
226         * src/mainwindow.c
227         * src/folder.c
228         * src/folderview.[ch]
229         * src/procmsg.h         
230                 Disable as much code that references mbox folders
231                 as possible.
232                 Some UI thing still need to know that folder is mbox
233                 (when we have to enter the name of the mailbox and
234                 we want to add /var/mail/$USER).
235
236 2003-10-23 [christoph]  0.9.6claws47
237
238         * src/noticeview.c
239                 don't always display button when noticeview is made visible
240
241         * src/mimeview.c
242         * src/pgpmime.c
243         * src/privacy.[ch]
244         * src/sgpgme.[ch]
245                 get signature information from crypto system
246
247 2003-10-22 [paul]       0.9.6claws46
248
249         * po/es.po
250                 updated by Ricardo Mones Lastra
251
252 2003-10-22 [paul]       0.9.6claws45
253
254         * src/Makefile.am
255                 update to reflect the changes to the icons that
256                 happened in 0.9.6claws35
257
258 2003-10-22 [alfons]     0.9.6claws44
259         
260         * src/carray.h
261                 inline carray_count() 
262
263 2003-10-21 [alfons]     0.9.6claws43
264
265         * src/carray.h
266                 glib wrappers
267         * src/carray.c
268                 disable
269         * src/mailmbox.[ch]
270         * src/mailmbox_folder.c
271         * src/mailmbox_parse.c
272         * src/mailmbox_types.[ch]
273                 %s/uint32_t/guint
274
275 2003-10-21 [luke]       0.9.6claws42
276
277         * src/stock_pixmaps.[ch]
278         * src/mimeview.c
279         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
280         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
281                 o remove mime_application_octet_stream.xpm icon (it was never
282                   really needed)
283                 o remove redundant icon messageview_text.xpm
284
285         * src/mainwindow.c
286                 fix visibility of signature noticeview when toggling 'separate
287                 message view'
288
289 2003-10-21 [christoph]  0.9.6claws41
290
291         * src/procmime.c
292                 decode multipart and rfc822 mime parts to allow further
293                 parsing when required
294
295 2003-10-21 [christoph]  0.9.6claws40
296
297         * src/procmime.[ch]
298         * src/textview.c
299                 remove obsolete charset parameter in MimeInfo and fix
300                 TextView to use the charset from the parameter hash table
301
302         * src/plugins/dillo_viewer/Makefile.am
303         * src/plugins/trayicon/Makefile.am
304                 add OPENSSL_CFLAGS to fix building with using
305                 --with-openssl-* parameters
306
307 2003-10-21 [paul]       0.9.6claws39
308
309         * src/prefs_matcher.[ch]
310                 replace remnants of the old, renamed 'Execute' matchtype
311                 add a brief description to the Info window
312
313 2003-10-21 [hoa]        0.9.6claws38
314         
315         * src/Makefile.am
316         * src/carray.[ch]               * NEW *
317         * src/chash.[ch]                * NEW *
318         * src/folder.c
319         * src/maillock.[ch]             * NEW *
320         * src/mailmbox.[ch]             * NEW *
321         * src/mailmbox_folder.[ch]      * NEW *
322         * src/mailmbox_parse.[ch]       * NEW *
323         * src/mailmbox_types.[ch]       * NEW *
324                 implementation of mbox folder with unique message numbers
325
326                 made use of libEtPan! implementation of mbox for lower-layer.
327
328 2003-10-20 [alfons]     0.9.6claws37
329
330         * src/noticeview.c
331                 fix invalid argument warning
332         * src/pgpmime.c
333                 no in place variable
334
335 2003-10-20 [paul]       0.9.6claws36
336
337         * src/compose.[ch]
338           src/filtering.c
339           src/messageview.c
340                 fix crash when using Forward in Filtering when
341                 external editor option is set
342                 
343                 Patch submitted by Simon 'corecode' Schubert
344                 <corecode@corecode.ath.cx> 
345
346 2003-10-20 [paul]       0.9.6claws35
347
348         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
349           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
350           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
351           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
352           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
353           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
354           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
355           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
356           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
357           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
358           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
359           src/mimeview.c
360           src/stock_pixmap.[ch]
361                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
362                 icons. add privacy_warn.xpm icon
363
364 2003-10-20 [hoa]  0.9.6claws34
365
366         * src/folder_item_prefs.[ch]
367         * src/prefs_folder_item.c
368         * src/main.c
369                 Added a property per folder to choose whether we 
370                 want to apply processing on it on startup or if we
371                 prefer to wait the folder selection to apply it.
372         
373         * src/messageview.c
374                 fixed C89 compatibility (for old compilers, for
375                 example gcc 2.95.x).
376
377 2003-10-17 [christoph]  0.9.6claws33
378
379         * src/mimeview.c
380         * src/noticeview.[ch]
381                 change noticeview icon to indicate signature status
382
383 2003-10-17 [christoph]  0.9.6claws32
384
385         * src/Makefile.am
386         * src/main.c
387         * src/mimeview.c
388         * src/noticeview.c
389         * src/pgpmime.[ch]                              ** NEW **
390         * src/privacy.[ch]
391         * src/rfc2015.c
392         * src/sgpgme.c                                  ** NEW **
393                 reimplement PGP/Mime signature checking (unfinished)
394
395 2003-10-15 [christoph]  0.9.6claws31
396
397         * src/procmime.[ch]
398                 fix procmime_get_text_content() and
399                 procmime_get_first_text_content()
400
401 2003-10-15 [christoph]  0.9.6claws30
402
403         * src/plugins/spamassassin/spamassassin_gtk.c
404         * src/plugins/spamassassin/spamassassin_gtk.glade
405                 fix timeout tooltip
406
407 2003-10-15 [paul]       0.9.6claws29
408
409         * src/messageview.c
410                 workaround for buggy smtp servers. on sending a
411                 return receipt strip the name part from the address
412                 when creating headers
413                 
414 2003-10-15 [paul]       0.9.6claws28
415
416         * sync with 0.9.7 release
417                 see ChangeLog 2003-10-15
418
419 2003-10-14 [christoph]  0.9.6claws27
420
421         * src/plugins/clamav/clamav_plugin.c
422                 fix clamav plugin
423
424 2003-10-14 [christoph]  0.9.6claws26
425
426         * src/compose.c
427         * src/mimeview.c
428         * src/procmime.[ch]
429         * src/rfc2015.c
430         * src/textview.c
431         * src/plugins/clamav/clamav_plugin.c
432                 use GNode to create the mime tree (some changes to functions
433                 that traverse the tree are just quick and dirty. Maybe we
434                 can find better solutions with g_node_*-functions)
435
436 2003-10-14 [luke]       0.9.6claws25
437
438         * src/mimeview.c
439                 fix a navigation bug (stupid typo of mine)
440
441 2003-10-14 [christoph]  0.9.6claws24
442
443         * src/textview.c
444                 fix missing last line in plain/text mails
445
446 2003-10-13 [luke]       0.9.6claws23
447
448         * src/summaryview.c
449                 fix bug 334 (part 1)
450
451 2003-10-13 [kov]        0.9.6claws22
452
453         * src/mimeview.c
454                 error checking when the user enters a non-directory at
455                 the file selection dialog.
456                 work-around for users entering directory location without
457                 adding a leading G_DIR_SEPARATOR.
458
459 2003-10-13 [luke]       0.9.6claws21
460
461         * src/compose.c
462                 error reporting for inserting files, including catching
463                 invalid characters for current locale/encoding
464
465 2003-10-13 [paul]       0.9.6claws20
466
467         * src/folderview.c
468                 fix bug #347 'subscribe newsgroups crashes'
469
470 2003-10-13 [paul]       0.9.6claws19
471
472         * src/compose.c
473                 when using 'Reply to all' include the 'send replies
474                 to' folder property
475                 
476         * po/ja.po
477                 update Japanese translation. submitted by Rui Hirokawa 
478                 <rui_hirokawa@ybb.ne.jp>        
479
480 2003-10-13 [hoa]        0.9.6claws18
481
482         * src/account.c
483         * src/compose.c
484         * src/messageview.c
485         * src/procheader.c
486         * src/procheader.h
487                 rename get_header_from_msginfo() into
488                 procheader_get_header_from_msginfo() so that we have a
489                 coherent exported naming.
490                 avoid parsing of header contained in a string via
491                 a newly written temporary file.
492
493         Patch submitted by Simon 'corecode' Schubert
494                 <corecode@corecode.ath.cx>
495
496 2003-10-12 [hoa]        0.9.6claws17
497
498         * src/filtering.c
499         * src/filtering.h
500         * src/matcher.c
501         * src/matcher.h
502         * src/matcher_parser_parse.y
503         * src/prefs_filtering_action.c
504                 added "stop" action : stop applying the filtering rules.
505                 added "set score" and "increase/decrease score" actions.
506                 That two last action replace the "change_score" action
507                 introduced by alfons in 0.8.8claws85.
508                 "set score" is to set a given score to the message.
509                 "increase/decrease score" will increase or decrease the
510                 score if the given value is respectively positive or
511                 negative. If someone find a some better name for this last
512                 rule, it can be modified.
513
514 2003-10-12 [paul]       0.9.6claws16
515
516         * AUTHORS
517           po/ja.po
518                 update Japanese translation. submitted by Rui Hirokawa 
519                 <rui_hirokawa@ybb.ne.jp>
520
521 2003-10-12 [christoph]  0.9.6claws15
522
523         * src/procmime.c
524                 fix crash caused by incorrect headers
525
526 2003-10-10 [christoph]  0.9.6claws14
527
528         * src/main.c
529         * src/privacy.[ch]
530         * src/rfc2015.[ch]
531                 implement detection of signed message parts for rfc2015
532
533 2003-10-10 [thorsten]   0.9.6claws13
534
535         * src/mimeview.c
536                 fix typo
537
538 2003-10-10 [christoph]  0.9.6claws12
539
540         * src/stock_pixmap.[ch]
541         * src/pixmaps/mime_message.xpm                  ** NEW **
542                 add a new icon for mime type "message"
543
544         * src/privacy.[ch]
545         * src/procmime.[ch]
546                 add crypto api
547
548         * src/mimeview.c
549                 o use crypto api
550                 o add icons for message type mime parts
551
552 2003-10-10 [christoph]  0.9.6claws11
553
554         * src/mainwindow.c
555         * src/messageview.[ch]
556         * src/mimeview.[ch]
557         * src/procmime.[ch]
558         * src/procmsg.[ch]
559         * src/rfc2015.c
560         * src/summaryview.c
561         * src/textview.[ch]
562                 o remove switching between TextView and MimeView in MessageView
563                   (if required we can hide the icon box and the MimeView will
564                    look exaxtly like the TextView)
565                 o temporary remove signature and decrypting GPGME code
566
567 2003-10-09 [christoph]  0.9.6claws10
568
569         * src/action.c
570         * src/compose.c
571         * src/messageview.c
572         * src/mimeview.c
573         * src/procmime.[ch]
574         * src/procmsg.c
575         * src/rfc2015.c
576         * src/textview.c
577         * src/common/utils.[ch]
578         * src/plugins/clamav/clamav_plugin.c
579         * src/plugins/dillo_viewer/dillo_viewer.c
580         * src/plugins/image_viewer/viewer.c
581         * src/plugins/mathml_viewer/mathml_viewer.c
582                 new mime parser (several things need fixing)
583
584 2003-10-09 [paul]       0.9.6claws9
585
586         * src/imap.c
587                 a little more sync with 0.9.6cvs2 and a tidy up
588
589 2003-10-08 [paul]       0.9.6claws8
590
591         * sync with 0.9.6cvs2
592                 see ChangeLog 2003-10-03
593
594 2003-10-05 [christoph]  0.9.6claws7
595
596         * src/summaryview.c
597                 don't use flags to check if a message is in a news folder
598
599         (closes Bug 282 clicking on folder with copied Messages from News
600          immediately after having copied them crashes Sylpheed-Claws)
601
602 2003-10-05 [christoph]  0.9.6claws6
603
604         * src/Makefile.am
605         * src/progressdialog.[ch]               ** REMOVE **
606         * src/gtk/Makefile.am
607         * src/gtk/progressdialog.[ch]           ** NEW **
608                 move progressdialog to gtk directory
609
610 2003-10-04 [christoph]  0.9.6claws5
611
612         * src/prefs_toolbar.c
613         * src/gtk/prefswindow.c
614                 remove widget_show_all for pages root widget
615
616         * src/plugins/spamassassin/spamassassin.[ch]
617         * src/plugins/spamassassin/spamassassin_gtk.c
618         * src/plugins/spamassassin/spamassassin_gtk.glade
619                 add support for new libspamc transports
620
621 2003-10-04 [christoph]  0.9.6claws4
622
623         * src/plugins/spamassassin/libspamc.[ch]
624         * src/plugins/spamassassin/spamassassin.c
625         * src/plugins/spamassassin/utils.[ch]
626                 update libspamc to version from SpamAssassin 2.60
627
628 2003-10-03 [christoph]  0.9.6claws3
629
630         * src/send_message.c
631                 fix missing format string bug found by
632                 Georgi Guninski <guninski@guninski.com>
633
634 2003-10-03 [paul]       0.9.6claws2
635
636         * po/zh_CN.po
637                 update Simpilified Chinese translation, submitted by
638                 Hansom Young
639
640 2003-10-02 [christoph]  0.9.6claws1
641
642         * src/imap.c
643                 add UIDPLUS support for COPY and EXPUNGE
644
645 2003-10-02 [paul]       0.9.6claws
646
647         * 0.9.6claws released
648
649 2003-10-02 [paul]
650
651         * po/es.po
652           po/sk.po
653                 update Spanish and Slovak translations
654                 submitted by Ricardo Mones Lastra and Andrej Kacian
655  
656 2003-10-02 [paul]       0.9.5claws43
657
658         * po/en_GB.po
659                 update British English translation
660
661 2003-10-02 [paul]       0.9.5claws42
662
663         * po/hr.po
664                 update Croatian translation, submitted by Dragan
665
666 2003-10-01 [paul]       0.9.5claws41
667
668         * po/pl.po
669           po/sr.po
670                 update Polish and Serbian translations, submitted by
671                 Emil and Urke MMI
672
673 2003-10-01 [melvin]     0.9.5claws40
674
675         * po/fr.po
676                 Updated French translations
677
678 2003-10-01 [melvin]     0.9.5claws39
679
680         * src/prefs_fonts.c
681                 Fixed a Gtk warning
682
683         * src/plugins/dillo_prefs.c     
684                 Quasi unnoticeable UI clean-up.
685
686 2003-10-01 [paul]
687
688         * tools/README
689           tools/maildir2sylpheed.pl
690                 bug fixes, rewrites, submitted by Matthias Förste 
691                 <itsjustme@users.sourceforge.net>
692
693 2003-09-29 [paul]       0.9.5claws38
694
695         * src/inc.c
696                 fix my coding carelessness
697
698 2003-09-29 [paul]       0.9.5claws37
699
700         * po/POTFILES.in
701           src/Makefile.am
702           src/main.c
703           src/prefs_common.[ch]
704           src/prefs_fonts.[ch]  ** NEW FILES **
705                 move Font config options to Other Prefs/Display/Fonts
706                 (user's current configuration is preserved)
707
708 2003-09-29 [paul]       0.9.5claws36
709
710         * src/inc.c
711           src/prefs_account.c
712                 allow 'local_mbox' value to point to either a directory 
713                 (/var/mail -  default, new) or a file (/var/mail/username
714                 - original)
715
716 2003-09-28 [paul]       0.9.5claws35
717
718         * src/rfc2015.c
719                 on signature check, where key exists, print the
720                 Key ID
721
722 2003-09-27 [alfons]     0.9.5claws34
723
724         * src/action.c
725                 o make progress bar not fill/expand when resizing dialog
726                 o use default fixed text font for actions output
727
728 2003-09-27 [paul]       0.9.5claws33
729
730         * src/prefs_common.[ch]
731           src/procmsg.c
732           src/send_message.c
733                 remove External Program settings from Common Prefs/Send
734                 as they are now unnecessary due to Local account settings.
735                 plus a little tidying-up after 0.9.5claws31
736
737 2003-09-27 [paul]       0.9.5claws32
738
739         * src/prefs_account.c
740                 o make correction to gui text:
741                   'Local mailbox file' -> 'Local mailbox directory'
742                 o give 'local_mbox' option a reasonable default value:
743                   '/var/mail'
744                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
745                   value
746
747 2003-09-26 [paul]       0.9.5claws31
748
749         * src/inc.c
750           src/prefs_common.[ch]
751                 remove 'Incorporate from spool' common pref,
752                 force creation of a 'Local' account
753
754 2003-09-26 [christoph]  0.9.5claws30
755
756         * src/folder.c
757         * src/msgcache.c
758                 add more NULL pointer checks
759
760 2003-09-25 [christoph]  0.9.5claws29
761
762         * src/folder.c
763                 o don't fetch source message to get it's message id
764                 o immediately scan dest folder when copying a message did not
765                   return a new message number and not do it when the first message
766                   without a new message number is found
767
768 2003-09-23 [christoph]  0.9.5claws28
769
770         * src/compose.c
771                 fix generating of headers
772
773         (patch by David Relson <relson@osagesoftware.com>)
774
775 2003-09-23 [paul]       0.9.5claws27
776
777         * po/zh_CN.po
778                 update Simplified Chinese translation. submitted by
779                 Hansom Young
780
781 2003-09-23 [paul]       0.9.5claws26
782
783         * tools/Makefile.am
784           tools/README
785           tools/vcard2xml.py    ** NEW FILE **
786                 add a script that converts an evolution vcard to
787                 sylpheed's xml format
788                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
789
790 2003-09-22 [paul]       0.9.5claws25
791
792         * src/plugins/clamav/clamav_plugin.c
793                 don't skip MULTIPART parts
794
795 2003-09-21 [christoph]  0.9.5claws24
796
797         * src/alertpanel.c
798                 remove unneeded include
799
800         * src/folder.c
801                 clean up copy/move mess with duplicated code
802
803         * src/imap.c
804                 fix problem that sometimes the folder was not scanned
805                 also it was changed
806
807 2003-09-21 [christoph]  0.9.5claws23
808
809         * src/Makefile.am
810         * src/logwindow.[ch]                    ** REMOVE **
811         * src/mainwindow.c
812         * src/prefs_common.c
813         * src/gtk/Makefile.am
814         * src/gtk/logwindow.[ch]                ** ADD **
815                 make logwindow prefs_common independent and move
816                 it to gtk directory
817
818 2003-09-20 [christoph]  0.9.5claws22
819
820         * src/compose.c
821                 add extra space for address code conversion
822                 (4 * unconvered size could be too small for short headers)
823
824 2003-09-20 [christoph]  0.9.5claws21
825
826         * src/compose.c
827                 increase temp buffer size when writing headers
828
829 2003-09-19 [darko]      0.9.5claws20
830
831         * src/compose.c
832                 don't ignore value of 'Save copy of outgoing messages to
833                 this folder instead of Sent' in message redirect
834
835 2003-09-17 [christoph]  0.9.5claws19
836
837         * src/compose.c
838                 use ", " as address seperator for mail headers and pass whole
839                 header line at once to compose_convert_header to make sure
840                 it is correctly folded
841
842         (closes Bug 64 Problem when sending to many recipients)
843
844 2003-09-17 [hoa]        0.9.5claws18
845         
846         * src/matcher.[ch]
847           src/matcher_parser_parse.y
848           src/prefs_matcher.c
849                 changed the keyword used for command execution in condition
850                 keyword is changed from "execute" to "test"
851                 so that it is not the same as the one used for action.
852                 This will fix a bug when using filtering dialog.
853                 All semantic in the code is also changed to reflect
854                 the keyword change.
855
856 2003-09-17 [paul]
857         
858         * sync with 0.9.6 release
859
860 2003-09-17 [paul]       0.9.5claws17
861
862         * sync with 0.9.5cvs8
863                 see ChangeLog 2003-09-16 and 2003-09-17
864
865 2003-09-16 [paul]       0.9.5claws16
866
867         * sync with 0.9.5cvs6
868                 see ChangeLog 2003-09-16
869
870 2003-09-15 [paul]       0.9.5claws15
871
872         * sync with 0.9.5cvs5
873                 see ChangeLog 2003-09-15
874
875 2003-09-14 [alfons]     0.9.5claws14
876
877         * src/inc.c
878                 make "Go to inbox after receiving new mail" again;
879                 regression of a sync, restored to sylpheed main 
880                 behaviour. (misses still some bits)
881
882 2003-09-14 [alfons]     0.9.5claws13
883
884         * src/prefs_filtering_action.c
885                 o add proper message if empty execute command line
886                 o don't select first action item after registering a
887                   new action to prevent (what seems to be a GTK) bug
888                   #36, "filtering will only accept one action change 
889                   per invocation".
890
891 2003-09-14 [alfons]     0.9.5claws12
892
893         * src/prefs_filtering.c
894         * src/prefs_filtering_action.c
895         * src/prefs_matcher.c
896                 fix function signature for key_pressed_event signal handlers
897
898 2003-09-14 [alfons]     0.9.5claws11
899
900         * src/mainwindow.c
901                 fix regression caused by fix for invalid bug #7
902                 (should fix #246, "Multiple selections are deselected when 
903                 moving from search window to main window")
904                 
905 2003-09-14 [alfons]     0.9.5claws10
906         
907         * src/actions.[ch]
908         * src/filtering.[ch]
909         * src/prefs_actions.c
910                 allow `filtering actions` in actions; only for advanced users
911                 right now: try for example, "%as{mark color 2}" 
912         
913 2003-09-13 [paul]       0.9.5claws9
914         
915         * po/pl.po
916           po/zh_CN.po   ** NEW FILE **
917                 update Polish translation, submitted by Emil 
918                 <eminowbl@posejdon.wpk.p.lodz.pl>
919                 add new Simplified Chinese translation, submitted by
920                 Hansom Young <hansom_young@yahoo.com>
921
922 2003-09-12 [alfons]     0.9.5claws8
923
924         * src/summaryview.c
925                 don't open separate message views when View | Separate message view
926                 is active 
927                 (please look carefully for any navigation regressions)
928
929 2003-09-11 [alfons]     0.9.5claws7
930
931         * src/mainwindow.c
932                 make default message view, opened by View | Separate message 
933                 view, look like a claws message view (which includes a menu
934                 bar and a toolbar)
935                 (fixes bug #298, "message view loses tool bar") 
936
937 2003-09-11 [christoph]  0.9.5claws6
938
939         * src/folderview.c
940                 fix double deleting of newsgroup folders
941
942         (closes Bug 305 crash after deleting of a newsgroup)
943
944 2003-09-11 [paul]       0.9.5claws5
945
946         * src/rfc2015.c
947           src/common/utils.h
948                 more sync'ing from 0.9.5cvs2
949
950 2003-09-11 [christoph]  0.9.5claws4
951
952         * src/compose.c
953         * src/rfc2015.c
954         * src/common/utils.h
955                 fix sync with 0.9.5cvs2
956
957 2003-09-11 [paul]       0.9.5claws3
958
959         * sync with 0.9.5cvs4
960                 see ChangeLog 2003-09-11
961
962 2003-09-11 [paul]       0.9.5claws2
963
964         * sync with 0.9.5cvs2
965                 see ChangeLog 2003-09-05
966                 
967 2003-09-11 [paul]       0.9.5claws1
968
969         * sync with 0.9.5cvs3
970                 see ChangeLog 2003-09-10
971
972 2003-09-10 [paul]       0.9.5claws
973
974         * 0.9.5claws released
975
976 2003-09-10 [paul]       0.9.4claws78
977
978         * src/Makefile.am
979                 add missing files
980
981 2003-09-10 [melvin]     0.9.4claws77
982
983         * po/fr.po
984                 Updated French translations
985
986 2003-09-10 [paul]       0.9.4claws76
987
988         * po/es.po
989           po/sk.po
990           po/sr.po
991                 update Spanish, Slovak, and Serbian translations.
992                 submitted by Ricardo Mones Lastra, Andrej Kacian,
993                 and Urke MMI
994                 
995         * AUTHORS
996                 add translation team section
997
998 2003-09-09 [christoph]  0.9.4claws75
999
1000         * src/folder.c
1001                 free item->prefs in folder_item_destroy
1002
1003 2003-09-09 [alfons]     0.9.4claws74
1004
1005         * src/folderview.c
1006                 o proper check for root node sorting
1007                 o remove unnecessary gtk_ctree_remove_node 
1008
1009         (should fix bug #300, "crash while moving folder")      
1010
1011 2003-09-08 [christoph]  0.9.4claws73
1012
1013         * src/folderview.c
1014                 o fix double adding of IMAP FolderItems to GtkCTree
1015                 o fix crash then mbox folder is removed
1016
1017 2003-09-08 [christoph]  0.9.4claws72
1018
1019         * src/folder.c
1020         * src/folderview.c
1021         * src/mainwindow.c
1022                 fix new folder notification
1023
1024         * src/mbox_folder.c
1025                 fix cache path
1026
1027 2003-09-08 [christoph]  0.9.4claws71
1028
1029         * src/compose.c
1030                 replace '\n' and '\r' before removing trailing spaces
1031
1032         * src/folder.[ch]
1033         * src/folderview.c
1034                 add information about new or removed items in folder tree change
1035                 notification and use this in folderview to add and remove only
1036                 the appected items and not refresh the whole tree
1037
1038 2003-09-07 [match]      0.9.4claws70
1039
1040         * src/Makefile.am
1041         * src/addr_compl.c
1042         * src/addressbook.c
1043         * src/addressitem.h
1044         * src/addrindex.c
1045         * src/addritem.c
1046         * src/addritem.h
1047         * src/addrquery.c                       ** NEW **
1048         * src/addrquery.h
1049         * src/ldapquery.c
1050         * src/ldapserver.c
1051         * src/stock_pixmap.c
1052         * src/stock_pixmap.h
1053         * src/pixmaps/address_search.xpm        ** NEW **
1054                 re-introduce Lookup button for LDAP 'static' searches.
1055
1056 2003-09-07 [alfons]     0.9.4claws69
1057         
1058         * src/summaryview.c
1059                 abandon setting usize for messageview because it gives layout problems
1060                 with the quick search bar and the headerview; fixes assorted UI glitches:
1061                 
1062                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1063                 o bug #280, "Window resiizes for line length but does not revert"
1064
1065 2003-09-07 [christoph]  0.9.4claws68
1066
1067         * src/compose.c
1068                 o make sure we don't have any newlines in header values
1069                 o check custom headers for spaces and newlines and ignore
1070                   malformed header names
1071
1072 2003-09-06 [christoph]  0.9.4claws67
1073
1074         * src/folder.c
1075         * src/folderview.c
1076                 invoke notification hook for folder tree changes after append
1077                 and remove folder
1078
1079         (closes Bug 294 Crash while moving folder with many subdirectories)
1080
1081 2003-09-06 [christoph]  0.9.4claws66
1082
1083         * src/folder.c
1084                 destroy folder's MsgCache if FolderItem is removed to make sure
1085                 it is not saved when the FolderItem is destroyed
1086
1087 2003-09-06 [christoph]  0.9.4claws65
1088
1089         * src/plugins/clamav/clamav_plugin.c
1090                 fix copy & paste bug
1091
1092 2003-09-05 [christoph]  0.9.4claws64
1093
1094         * src/folder.c
1095         * src/messageview.[ch]
1096         * src/procmsg.[ch]
1097         * src/summaryview.c
1098                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1099                 by MessageView to clear it when the message is deleted. Should
1100                 work even if messages are deleted in MainWindow or by
1101                 processing.
1102
1103 2003-09-05 [alfons]     0.9.4claws63
1104
1105         * src/messageview.c
1106                 deleting a message in a message view frees its msginfo, make 
1107                 messageview_update_all() aware of that (should fix bug #293,
1108                 "deleting message caused crash")
1109
1110 2003-09-05 [melvin]     0.9.4claws62
1111
1112         * src/action.c
1113                 Improve synchronous action exit code (fixes 
1114                 a ~5 seconds delay after action exit on RedHat 9)
1115
1116 2003-09-04 [christoph]  0.9.4claws61
1117
1118         * src/compose.c
1119         * src/rfc2015.c
1120         * src/common/utils.[ch]
1121                 add util function to create mime boundary and use it
1122                 in compose and gpg code
1123
1124 2003-09-04 [alfons]     0.9.4claws60
1125
1126         * src/folder.c
1127                 source folder item's GNode should already have been freed in 
1128                 a previous call to src->folder->klass->remove_folder()
1129                 (should fix bug #287, "crash when moving folders")
1130
1131 2003-09-03 [thorsten]   0.9.4claws59
1132
1133         * src/plugins/spamassassin/spamassassin_gtk.c
1134                 fix compile error
1135
1136 2003-09-03 [christoph]  0.9.4claws58
1137
1138         * src/plugins/spamassassin/spamassassin.[ch]
1139         * src/plugins/spamassassin/spamassassin_gtk.c
1140                 add timeout config option
1141
1142 2003-09-03 [paul]       0.9.4claws57
1143
1144         * po/sk.po      ** NEW FILE **
1145                 add Slovak translation. Submitted by Andrej Kacian 
1146                 <andrej@kacian.sk>
1147
1148 2003-09-03 [paul]       0.9.4claws56
1149
1150         * src/plugins/clamav/clamav_plugin_gtk.c
1151                 gui tweaks: replace a label with a tooltip, modify the
1152                 text, use gtk_check_button_new(); instead of
1153                 gtk_check_button_new_with_label("");
1154
1155 2003-09-02 [alfons]     0.9.4claws55
1156
1157         * src/gtk/filesel.c
1158                 remember last used dir when attaching multiple files (should fix
1159                 bug #290, "Attach File does not remember directory")
1160
1161 2003-09-01 [paul]       0.9.4claws54
1162
1163         * po/es.po
1164                 updated by Ricardo Mones Lastra
1165
1166 2003-09-01 [alfons]     0.9.4claws53
1167
1168         * src/gtk/gtkaspell.[ch]
1169                 be pedantic and strict and use const gchar * instead of guchar *
1170
1171 2003-09-01 [alfons]     0.9.4claws52
1172
1173         * src/mainwindow.c
1174         * src/summaryviewc.
1175                 re-enable Save As when multiple messages are selected
1176
1177 2003-09-01 [paul]       0.9.4claws51
1178
1179         * src/textview.c
1180                 g_free(trimmed_uri);
1181
1182 2003-09-01 [paul]       0.9.4claws50
1183
1184         * sync with 0.9.4cvs13
1185                 see ChangeLog 2003-09-01
1186
1187 2003-09-01 [paul]       0.9.4claws49
1188
1189         * src/textview.c
1190                 trim uri before sending to the statusbar
1191                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1192                 in the message window causes main S-C window to enlarge 
1193                 past screen edges'
1194
1195 2003-09-01 [paul]       0.9.4claws48
1196
1197         * sync with 0.9.4cvs12
1198                 see ChangeLog 2003-09-01
1199
1200 2003-08-30 [christoph]  0.9.4claws47
1201
1202         * src/compose.c
1203         * src/folder_item_prefs.[ch]
1204         * src/prefs_folder_item.c
1205         * src/gtk/gtkaspell.[ch]
1206                 commit per folder dictionary patch by
1207                 Paul Evans <nerd@freeuk.com>
1208
1209 2003-08-30 [christoph]  0.9.4claws46
1210
1211         * src/plugins/spamassassin/spamassassin_gtk.c
1212         * src/plugins/spamassassin/spamassassin_gtk.glade
1213                 reduce GUI clutter by placing hints into tooltips
1214
1215 2003-08-30 [paul]       0.9.4claws45
1216
1217         * src/compose.c
1218                 add 'Content-Disposition: inline' to a text/plain
1219                 part when using PGP/MIME signing
1220
1221 2003-08-30 [paul]       0.9.4claws44
1222
1223         * src/prefs_common.c
1224           src/prefs_spelling.c
1225           src/prefs_spelling.glade
1226                 reduce GUI clutter by placing hints into tooltips
1227
1228 2003-08-29 [christoph]  0.9.4claws43
1229
1230         * configure.ac
1231                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1232
1233         * src/stock_pixmap.c
1234                 change unecessary warning into a debug message
1235
1236         * src/plugins/clamav/Makefile.am
1237                 Fix error "-I$(CLAMAV_LIBS)"
1238
1239 2003-08-29 [christoph]  0.9.4claws42
1240
1241         * intl/Makefile.in
1242         * src/Makefile.am
1243         * src/matcher.h
1244         * src/common/Makefile.am
1245         * src/common/passcrypt.c
1246                 commit fixes and patches for some of the IRIX problems found by
1247                 Ivan Rayner <ivanr@sgi.com>
1248
1249 2003-08-29 [paul]       0.9.4claws41
1250
1251         * src/prefs_filtering.c
1252                 add 'Top' and 'Bottom' buttons, based on changes in
1253                 src/prefs_filter.c in 0.9.4cvs11.
1254
1255 2003-08-27 [christoph]  0.9.4claws40
1256
1257         * src/folderview.c
1258                 fix bug that the current summary settings were copied to the
1259                 wrong folder item, when the folder item prefs are opened.
1260                 Copying is not required because summary settings and
1261                 folder_item_prefs do not contain the same settings
1262
1263 2003-08-27 [thorsten]   0.9.4claws39
1264
1265         * src/imap.c
1266                 fix compile error
1267
1268 2003-08-26 [paul]       0.9.4claws38
1269
1270         * sync with 0.9.4cvs9
1271                 see ChangeLog 2003-08-26
1272
1273 2003-08-25 [paul]       0.9.4claws37
1274
1275         * sync with 0.9.4cvs8
1276                 see ChangeLog 2003-08-25
1277
1278 2003-08-24 [christoph]  0.9.4claws36
1279
1280         * src/prefs_filtering.c
1281                 shouldn't remove items from a GSList while iterating over the
1282                 list (makes cur invalid and cur->next not accessable)
1283
1284         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1285          crashed)
1286
1287 2003-08-23 [christoph]  0.9.4claws35
1288
1289         * src/news.c
1290                 news folders should be scanned when opened
1291
1292 2003-08-22 [christoph]  0.9.4claws34
1293
1294         * src/prefs_folder_item.c
1295                 use macro to assign strings that always frees the old string
1296
1297         * src/gtk/gtkaspell.[ch]
1298                 add gtkaspell_set_dictionary_menu_active_item() to set active
1299                 item in dictionary option menu
1300
1301         * src/prefs_spelling.c
1302                 use gtkaspell_set_dictionary_menu_active_item() to select
1303                 dictionary
1304
1305 2003-08-21 [christoph]  0.9.4claws33
1306
1307         * src/folder.[ch]
1308         * src/imap.c
1309         * src/mbox_folder.c
1310         * src/mh.c
1311         * src/news.c
1312                 optimize folder system
1313
1314         * src/gtk/gtkstext.c
1315                 fix division by zero when font has 0 width for ' '
1316
1317 2003-08-21 [paul]       0.9.4claws32
1318
1319         * sync with 0.9.4cvs7
1320                 see ChangeLog 2003-08-20
1321
1322 2003-08-19 [paul]       0.9.4claws31
1323
1324         * src/common/defs.h
1325                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1326                 SYLDOC_FAQ_HTML_INDEX.
1327         * src/manual.c
1328                 use LC_MESSAGES instead of LC_ALL to find the current
1329                 language
1330
1331           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1332
1333 2003-08-19 [paul]       0.9.4claws30
1334
1335         * po/bg.po
1336                 updated by George Danchev
1337
1338 2003-08-18 [luke]       0.9.4claws29
1339         * src/mimeview.[ch]
1340         * src/gtk/gtkvscrollbutton.[ch]
1341                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1342                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1343                 o removed horizontal separator between icons
1344
1345 2003-08-17 [christoph]  0.9.4claws28
1346
1347         * src/procmsg.c
1348                 no subject threading when the subject has no reply prefix
1349
1350 2003-08-16 [christoph]  0.9.4claws27
1351
1352         * src/mainwindow.c
1353                 remember and restore window sizes and position when the main
1354                 window is hidden or shown
1355
1356         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1357          minimised/reopened using trayicon)
1358
1359 2003-08-16 [paul]       0.9.4claws26
1360
1361         * src/crash.c
1362                 add #include "defs.h"
1363
1364 2003-08-16 [paul]       0.9.4claws25
1365
1366         * src/plugins/clamav/clamav_plugin.c
1367                 reword a debug_print
1368                 
1369         * src/plugins/dillo_viewer/dillo_prefs.c
1370                 cosmetic: change the labels' text, add tooltips, and
1371                 left-align the hint
1372
1373 2003-08-15 [christoph]  0.9.4claws24
1374
1375         * src/news.c
1376                 complete last change (forgot some changes)
1377
1378 2003-08-15 [christoph]  0.9.4claws23
1379
1380         * src/news.c
1381                 o check number of messages and don't return a 0 message
1382                   when no messages are available
1383                 o don't parse xref header anymore
1384
1385         (closes Bug 203 I'm not getting any news)
1386
1387 2003-08-15 [paul]       0.9.4claws22
1388
1389         * src/common/defs.h
1390           src/crash.c
1391                 update and define claws bugzilla location
1392
1393 2003-08-15 [paul]       0.9.4claws21
1394
1395         * po/ru.po
1396                 update submitted by Ruslan N. Balkin
1397
1398 2003-08-14 [christoph]  0.9.4claws20
1399
1400         * src/procmsg.c
1401                 fix search for oldest node in subject threading
1402
1403 2003-08-14 [christoph]  0.9.4claws19
1404
1405         * src/procmsg.c
1406         * src/common/utils.h
1407                 add possibility to check all nodes with the same subject for
1408                 subject threading, not only the oldest node. Should not break
1409                 threads anymore if the oldest node is thread_by_subject_max_age
1410                 days older then parent, because it can now find a child of
1411                 oldest node as new parent.
1412
1413 2003-08-11 [christoph]  0.9.4claws18
1414
1415         * src/plugins/spamassassin/spamassassin.c
1416                 run spam check in background process
1417
1418 2003-08-10 [alfons]     0.9.4claws17
1419
1420         * src/summaryview.c
1421                 make `Select All' sensitive too
1422
1423 2003-08-10 [christoph]  0.9.4claws16
1424
1425         * src/imap.c
1426                 add more checks in imap_close
1427
1428 2003-08-09 [alfons]     0.9.4claws15
1429
1430         * src/prefs_spelling.c
1431                 no spell checking UI if not requested
1432
1433 2003-08-09 [alfons]     0.9.4claws14
1434
1435         * src/gtk/prefswindow.c
1436                 make it compile
1437
1438 2003-08-09 [christoph]  0.9.4claws13
1439
1440         * src/prefs_spelling.c
1441         * src/gtk/prefswindow.[ch]
1442         * src/plugins/clamav/clamav_plugin_gtk.c
1443         * src/plugins/spamassassin/spamassassin_gtk.c
1444                 sort prefs pages by heighest weight in tree
1445
1446 2003-08-09 [paul]       0.9.4claws12
1447
1448         * sync with 0.9.4cvs6
1449                 see ChangeLog 2003-08-07
1450                 
1451         * AUTHORS
1452                 add Leandro and Luke to claws-branch section
1453
1454 2003-08-09 [christoph]  0.9.4claws11
1455
1456         * src/gtk/Makefile.am
1457         * src/gtk/colorsel.[ch]                 ** NEW **
1458                 create a color selection dialog that can be used as a simple
1459                 function call with it's own gtk main loop like filesel.[ch]
1460
1461         * src/Makefile.am
1462         * src/main.c
1463         * src/prefs_common.c
1464         * src/prefs_spelling.[ch]               ** NEW **
1465         * src/prefs_spelling.glade              ** NEW **
1466         * src/gtk/gtkutils.[ch]
1467                 move "Spell Checker" prefs to new prefs dialog
1468
1469         * src/prefs_folder_item.c
1470                 use new colorsel dialog
1471
1472 2003-08-08 [paul]       0.9.4claws10
1473
1474         * src/inc.c
1475                 clear the progress bar unconditionally
1476
1477 2003-08-08 [paul]       0.9.4claws9
1478
1479         * sync with 0.9.4cvs4
1480                 see ChangeLog 2003-07-31
1481
1482 2003-08-07 [christoph]  0.9.4claws8
1483
1484         * configure.ac
1485                 fix bug in image viewer plugin part
1486
1487         * src/imap.c
1488                 don't execute close command if the folder item is not selected
1489
1490 2003-08-07 [hoa]        0.9.4claws7
1491
1492         * src/filtering.[ch]
1493         * src/matcher_parser.h
1494         * src/matcher_parser_parse.y
1495                 can define several actions for each filtering rule
1496                 can import old versions of filtering rules
1497
1498         * src/prefs_filtering.c
1499                 call to a new dialog box to define actions
1500
1501         * src/prefs_filtering_action.[ch]
1502                 dialog box to define actions for filtering rules
1503
1504 2003-08-06 [christoph]  0.9.4claws6
1505
1506         * src/imap.c
1507                 make sure source folder is selected when copying messages
1508
1509 2003-08-06 [christoph]  0.9.4claws5
1510
1511         * sync with 0.9.4cvs2
1512                 see ChangeLog 2003-07-29                
1513
1514 2003-08-05 [paul]       0.9.4claws4
1515
1516         * sync with 0.9.4cvs3
1517                 see ChangeLog 2003-07-30
1518
1519 2003-08-04 [match]      0.9.4claws3
1520
1521         * po/POTFILES.in
1522                 export of LDIF files.
1523
1524 2003-08-04 [match]      0.9.4claws2
1525
1526         * src/ldif.[ch]
1527                 support for export LDIF. documented.
1528         * src/importldif.[ch]
1529         * src/exportldif.[ch]
1530                 add tooltips. documented.
1531         * src/exphtmldlg.[ch]
1532         * src/common/xmlprops.[ch]
1533                 documented.
1534         * src/exportldif.[ch]                   ** NEW **
1535         * src/expldifdlg.[ch]                   ** NEW **
1536         * src/addressbook.[ch]
1537         * src/Makefile.am
1538                 export of LDIF files.
1539                 documented.
1540
1541 2003-08-04 [christoph]  0.9.4claws1
1542
1543         * .cvsignore
1544         * Makefile.am
1545         * configure.ac
1546         * sylpheed-claws.pc.in                  ** NEW **
1547         * src/Makefile.am
1548         * src/common/Makefile.am
1549         * src/gtk/Makefile.am
1550                 install sylpheed header files in $(pkgincludedir) and create a
1551                 pkg-config file to allow building a plugin without the source
1552                 package
1553
1554 2003-08-04 [paul]       0.9.4claws
1555
1556         * version 0.9.4claws
1557
1558 2003-08-04 [paul]       0.9.3claws97
1559
1560         * po/es.po
1561                 update Spanish translation. Submitted by Ricardo
1562                 Mones Lastra.
1563
1564 2003-08-03 [paul]       0.9.3claws96
1565
1566         * po/hr.po
1567           po/sr.po
1568                 update Croatian and Serbian translations. Submitted by
1569                 Dragan and Urke MMI respectively
1570
1571 2003-08-03 [alfons]     0.9.3claws95
1572
1573         * src/summaryview.c
1574                 mark flag has precedence over important flag - seems
1575                 to have been changed in sync of 0.9.3claws45. this fixes
1576                 a regression where messages that were scored as important
1577                 don't show their mark flags. (using the same column for
1578                 both importance as mark flags is the real problem
1579                 ofcourse)
1580
1581 2003-08-03 [melvin]     0.9.3claws94
1582
1583         * po/fr.po
1584                 Updated French translations.
1585
1586 2003-08-03 [melvin]     0.9.3claws93
1587
1588         * src/Makefile.am
1589                 Fixed typo introduced after 0.9.3claws92 
1590                 that prevented compilation
1591                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1592                 CPPFLAGS and YFLAGS to allow user setting these.
1593         * src/common/Makefile.am
1594         * src/gtk/Makefile.am
1595         * src/plugins/clamav/Makefile.am
1596         * src/plugins/demo/Makefile.am
1597         * src/plugins/dillo_viewer/Makefile.am
1598         * src/plugins/image_viewer/Makefile.am
1599         * src/plugins/mathml_viewer/Makefile.am
1600         * src/plugins/spamassassin/Makefile.am
1601         * src/plugins/trayicon/Makefile.am
1602         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1603                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1604                 CPPFLAGS and YFLAGS to allow user setting these.
1605
1606 2003-08-02 [christoph]  0.9.3claws92
1607
1608         * configure.ac
1609                 o rearrange plugin tests
1610                 o add test for clamav.h to ClamAV tests
1611
1612 2003-08-02 [luke]       0.9.3claws91
1613
1614         * src/mimeview.c
1615                 o fixed appearance of icon list when toggling back from the 
1616                   ctree
1617                 o toggling of icons using the keyboard works correctly
1618                 o fixed all other keyboard shortcuts to work when icons are
1619                   active
1620         
1621         * src/messageview.c
1622                 o fixed bug 4 - focus lost when changing messageview view type
1623
1624 2003-08-02 [christoph]  0.9.3claws90
1625
1626         * src/common/hooks.c
1627                 fix crash when pointer stored in hash table could get invalid
1628                 when a plugin is unloaded
1629
1630 2003-08-01 [christoph]  0.9.3claws89
1631
1632         * configure.ac
1633                 o try to build all plugins (except spamassassin) by default
1634                 o don't build a plugin if a dependency check fails
1635
1636         * src/common/hooks.c
1637                 fix warning
1638
1639 2003-08-01 [match]      0.9.3claws88
1640
1641         * src/importldif.c
1642                 allow single click field selection. document code.
1643
1644 2003-08-01 [christoph]  0.9.3claws87
1645
1646         * src/plugins/clamav/clamav_plugin.c
1647         * src/plugins/clamav/clamav_plugin_gtk.c
1648         * src/plugins/dillo_viewer/dillo_viewer.c
1649         * src/plugins/image_viewer/plugin.c
1650         * src/plugins/mathml_viewer/mathml_viewer.c
1651         * src/plugins/spamassassin/spamassassin.c
1652         * src/plugins/spamassassin/spamassassin_gtk.c
1653         * src/plugins/trayicon/trayicon.c
1654                 add version check to all plugins
1655
1656 2003-08-01 [hoa]        0.9.3claws86
1657
1658         * src/prefs_filtering.c
1659                 fixed a cosmetic bug, during creation of dialog box,
1660                 wrong widgets were shown after creation.
1661
1662 2003-08-01 [luke]       0.9.3claws85
1663
1664         * src/mainwindow.c
1665                 o fixed visibility of icons/mimeview after toggling separate
1666                   message/folder view (factored out some similar code too).
1667
1668
1669 2003-07-31 [alfons]     0.9.3claws84
1670
1671         * src/mimeview.c
1672                 tweak icon box UI a bit more, now allowing right-clicks actions
1673                 getting the relevant mime data too; should fix #250, "Can't save 
1674                 attachments sometimes".
1675
1676 2003-07-30 [alfons]     0.9.3claws83
1677
1678         * src/compose.c
1679                 don't do auto-save-draft inside key press handler, but rather
1680                 schedule it half of a second later; should fix #67, "autosave 
1681                 make re-rediting message crazy"
1682
1683 2003-07-30 [christoph]  0.9.3claws82
1684
1685         * src/plugins/trayicon/trayicon.c
1686                 process pending events before unloading the plugin
1687
1688         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1689
1690 2003-07-30 [alfons]     0.9.3claws81
1691
1692         * src/common/hooks.c
1693                 parameter 2 of g_hook_destroy() should really be a hook id
1694
1695 2003-07-30 [alfons]     0.9.3claws80
1696
1697         * src/common/plugin.c
1698                 fix a possibly harmful function signature mismatch 
1699                 for plugin_done
1700
1701 2003-07-30 [alfons]     0.9.3claws79
1702
1703         * src/common/hooks[.ch]
1704                 const correctness
1705
1706 2003-07-30 [darko]      0.9.3claws78
1707
1708         * src/summaryview.c
1709                 make it compile again
1710
1711 2003-07-30 [luke]       0.9.3claws77
1712
1713         * src/crash.c
1714         * src/main.c
1715                 o added/moved signal handlers for SIGTERM (normal kill command) 
1716                   and SIGINT (ctl-c) to be used even without 
1717                   --enable-crash-dialog, fixing bug 166
1718
1719         * src/summaryview.c
1720                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1721                   bug 227
1722
1723         * src/mainwindow.c
1724                 o changed sensitivity condition for 'Next new' and 'Next 
1725                   unread', fixing bug 8
1726
1727 2003-07-29 [alfons]     0.9.3claws76
1728
1729         * src/common/utils.[ch]
1730                 add generate_msgid()
1731         * src/messageview.c
1732                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1733                 sent folder".
1734
1735 2003-07-29 [alfons]     0.9.3claws75
1736
1737         * src/messageview.c
1738                 fix a memleak (claws-only)
1739
1740 2003-07-29 [alfons]     0.9.3claws74
1741
1742         * src/mimeview.[ch]
1743         * src/gtk/gtkvscrollbutton.[ch]
1744                 fix UI glitch where mime icon toolbox' scroll position is not 
1745                 reset after switching to another message
1746                 
1747
1748 2003-07-29 [paul]       0.9.3claws73
1749
1750         * src/prefs_folder_item.c
1751                 split the prefs into 2 separate pages
1752
1753 2003-07-29 [paul]       0.9.3claws72
1754
1755         * src/compose.c
1756                 prepend "\n\n" to a signature without a separator too
1757
1758 2003-07-29 [paul]       0.9.3claws71
1759
1760         * src/compose.c
1761                 fix bug where changing to an account without an auto-sig
1762                 from an initial account without an auto-sig would insert 
1763                 2 blank lines at the cursor point
1764                 fix bug where changing to an account with an auto-sig
1765                 from an initial account without an auto-sig would insert
1766                 the sig at the cursor point
1767
1768 2003-07-29 [paul]       0.9.3claws70
1769
1770         * src/folderview.c
1771                 use the colour from the folder pref unless the folder
1772                 has new messages
1773
1774 2003-07-29 [alfons]     0.9.3claws69
1775
1776         * src/procmsg.[ch]
1777         * src/messageview.c
1778         * src/procheader.c
1779                 rewrite return receipt request work a little bit (the former 
1780                 implementation presumably depended too much on the UI setting
1781                 flags). (we're losing the old pending flag.) 
1782
1783 2003-07-28 [christoph]  0.9.3claws68
1784
1785         * src/folder.c
1786         * src/imap.c
1787         * src/mh.c
1788         * src/procmsg.[ch]
1789                 fix copy to IMAP folder from other folder
1790
1791 2003-07-28 [christoph]  0.9.3claws67
1792
1793         * src/procmsg.c
1794                 fix sync of procmsg_get_message_file_list
1795
1796 2003-07-28 [christoph]  0.9.3claws66
1797
1798         * sync with 0.9.3cvs14
1799                 see ChangeLog 2003-07-18
1800         * sync with 0.9.3cvs17
1801                 see ChangeLog 2003-07-23
1802
1803         (closes Bug 234 segmentation fault after sending out mail via
1804          smtp(auth))
1805
1806 2003-07-28 [paul]       0.9.3claws65
1807
1808         * po/es.po
1809                 update Spanish translation, submitted by Ricardo Mones
1810                 Lastra
1811
1812 2003-07-28 [christoph]  0.9.3claws64
1813
1814         * src/folder.[ch]
1815         * src/imap.c
1816         * src/mh.c
1817                 return new message numbers as a GRelation instead of a GSList
1818                 that has to be in the same order as the input list. A list
1819                 would make it hard for IMAP to optimize oepration by sorting
1820                 the input list. The returned list would have to be reordered
1821                 to match the same order that input list has.
1822
1823         * src/gtk/gtkaspell.c
1824                 fix missing return value, could cause a crash when garbage is
1825                 on the stack that is used as the expected return value
1826
1827 2003-07-28 [paul]       0.9.3claws63
1828
1829         * sync with 0.9.4cvs1
1830                 see ChangeLog 2003-07-28
1831
1832 2003-07-27 [alfons]     0.9.3claws62
1833
1834         * src/mimeview.c
1835                 tweak it more to make icon list act like a check button group
1836
1837 2003-07-27 [christoph]  0.9.3claws61
1838
1839         * sync with 0.9.3cvs20
1840                 see ChangeLog 2003-07-25
1841
1842 2003-07-27 [paul]       0.9.3claws60
1843
1844         * src/procmsg.c
1845                 re-commit changes from 0.9.3claws58 -
1846                 accidently removed in 0.9.3claws59
1847
1848 2003-07-27 [paul]       0.9.3claws59
1849
1850         * src/procmsg.[ch]
1851                 a sync from 0.9.3cvs17
1852                 see ChangeLog 2003-07-23
1853
1854 2003-07-27 [alfons]     0.9.3claws58
1855
1856         * src/procmsg.c
1857                 add missing header members to MsgInfo; fixes the problem of 
1858                 not displaying X-Faces, as noticed by Ricardo Mones
1859
1860 2003-07-26 [christoph]  0.9.3claws57
1861
1862         * sync with 0.9.3cvs18
1863                 see ChangeLog 2003-07-24
1864
1865 2003-07-26 [christoph]  0.9.3claws56
1866
1867         * sync with 0.9.3cvs17
1868                 see ChangeLog 2003-07-23
1869
1870 2003-07-26 [christoph]  0.9.3claws55
1871
1872         * src/folder.[ch]
1873         * src/imap.c
1874         * src/mbox_folder.c
1875         * src/mh.c
1876         * src/news.c
1877                 add support for copy function that copy multiple messages
1878                 (not implemented yet)
1879
1880         * src/summaryview.c
1881                 add missing return value
1882
1883 2003-07-26 [paul]       0.9.3claws54
1884
1885         * tools/multiwebsearch.pl
1886                 do whitespace substitution before passing the string
1887                 to the browser. fixes bug with browsers that don't
1888                 do whitespace conversion themselves.
1889
1890 2003-07-25 [christoph]  0.9.3claws53
1891
1892         * src/folder.[ch]
1893         * src/imap.c
1894         * src/mh.c
1895                 rewrite adding of multiple messages to a folder for
1896                 claws' folder system
1897
1898 2003-07-25 [luke]       0.9.3claws52
1899
1900         * src/mimeview.c
1901                 o icon toggles set correctly on leaving ctree mimeview
1902
1903 2003-07-25 [paul]       0.9.3claws51
1904
1905         * partial sync with 0.9.3cvs21 [src/main.c]
1906                 see ChangeLog 2003-07-25
1907
1908 2003-07-24 [paul]       0.9.3claws50
1909
1910         * tools/maildir2sylpheed.pl
1911                 fix typo
1912
1913 2003-07-24 [paul]       0.9.3claws49
1914
1915         * src/mimeview.c
1916                 increase the gutter size of paned so that the panes
1917                 can be resized
1918                 
1919         * src/plugins/demo/demo.c
1920                 squeeze in another typo fix
1921
1922 2003-07-24 [paul]       0.9.3claws48
1923
1924         * src/plugins/demo/demo.c
1925           src/prefs_account.c
1926                 small changes to the English
1927                 
1928         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1929           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1930           src/Makefile.am
1931           src/stock_pixmap.c
1932                 rename the misspelled icon
1933
1934 2003-07-23 [alfons]     0.9.3claws47
1935
1936         * src/mimeview.c
1937                 make icon list look like a list of toggles
1938
1939 2003-07-23 [luke]       0.9.3claws46
1940
1941         * src/pixmaps/mimeview_gpg_expired.xpm
1942         * src/pixmaps/mimeview_gpg_failed.xpm
1943         * src/pixmaps/mimeview_gpg_passed.xpm
1944         * src/pixmaps/mimeview_text_html.xpm
1945         * src/pixmaps/mimeview_image.xpm
1946                 o all icons the same size
1947
1948         * src/mimeview.[ch]
1949                 o mimeview ctree arranged vertically above the viewer
1950                 o icons changed to buttons
1951                 o can use keyboard to select an icon (Enter)
1952                 o resize icon list to width of icons
1953
1954         *  src/gtk/gtkvscrollbutton.c
1955                 o sensitivity of buttons reacts to position
1956
1957 2003-07-23 [christoph]  0.9.3claws45
1958
1959         * sync with 0.9.3cvs14 (incomplete)
1960                 see ChangeLog 2003-07-17
1961
1962 2003-07-23 [alfons]     0.9.3claws44
1963
1964         * src/folder.c
1965         * src/procmsg.h
1966                 sync with my local tree to restore some claws-only things
1967
1968 2003-07-23 [paul]       0.9.3claws43
1969
1970         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1971           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1972           src/Makefile.am
1973           src/mimeview.c
1974           src/procmime.h
1975           src/rfc2015.c
1976           src/stock_pixmap.[ch]
1977                 indicate missing keys and expired sigs/keys
1978                 in mime view column
1979
1980 2003-07-23 [paul]       0.9.3claws42
1981
1982         * src/compose.c
1983                 Redirect fixes: enable automatic account selection and
1984                 do not append signature to message on changing account
1985                 fixes Bug[s] #248
1986
1987 2003-07-23 [paul]       0.9.3claws41
1988
1989         * sync with 0.9.3cvs16
1990                 see ChangeLog 2003-07-23
1991
1992 2003-07-23 [alfons]     0.9.3claws40
1993
1994         * src/inc.c
1995                 give progress dialog a main window, and give it the first 
1996                 one (presumably the only one). fixes bug #247, "segfault on 
1997                 pop-before-smtp" 
1998
1999 2003-07-22 [alfons]     0.9.3claws39
2000
2001         * src/summaryview.c
2002                 shift-space scrolls up
2003
2004 2003-07-22 [paul]       0.9.3claws38
2005
2006         * sync with 0.9.3cvs15
2007                 see ChangeLog 2003-07-22
2008
2009 2003-07-20 [alfons]     0.9.3claws37
2010
2011         * src/compose.c
2012                 put menu inside #ifdef USE_ASPELL..#endif
2013
2014 2003-07-20 [christoph]  0.9.3claws36
2015
2016         * src/procmsg.c
2017                 fix wrong flags in MsgInfo returned by
2018                 procmsg_msginfo_get_full_info()
2019
2020         (closes Bug 221 Deleting messages from the Message View gives incorrect
2021          new/unread message counts in the folder view)
2022
2023         * src/plugins/spamassassin/spamassassin_gtk.c
2024                 add gettext macro for prefs page title
2025
2026 2003-07-20 [paul]       0.9.3claws35
2027
2028         * src/mimeview.c
2029                 redraw icon list on signature check
2030
2031 2003-07-20 [christoph]  0.9.3claws34
2032
2033         * src/Makefile.am
2034         * src/account.c
2035         * src/folder.[ch]
2036         * src/folder_item_prefs.[ch]            ** NEW **
2037         * src/folderview.c
2038         * src/mainwindow.c
2039         * src/mh.c
2040         * src/prefs_gtk.c
2041         * src/prefs_scoring.c
2042         * src/summaryview.c
2043         * src/prefs_folder_item.[ch]
2044                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2045                   Properties dialog
2046                 o use prefswindow for folder properties
2047
2048         * src/gtk/prefswindow.[ch]
2049                 change implementation to use an invisible notebook instead
2050                 of unparenting widgets
2051
2052 2003-07-20 [christoph]  0.9.3claws33
2053
2054         * src/compose.h
2055         * src/folder.c
2056         * src/folderview.h
2057         * src/headerview.h
2058         * src/prefs_filtering.h
2059         * src/prefs_folder_item.[ch]
2060         * src/procmime.h
2061         * src/procmsg.h
2062         * src/summaryview.h
2063                 clean up header mess
2064                 (always use 1. typedefs, 2. #includes, 3. structures)
2065
2066         * src/common/version.h.in
2067                 add casts for constants
2068
2069         * src/plugins/demo/demo.c
2070                 fix typo
2071
2072         * src/plugins/spamassassin/spamassassin.c
2073                 remove unused variable
2074
2075 2003-07-20 [alfons]     0.9.3claws32
2076
2077         * src/mimeview.c
2078                 o make icon buttons respond on left click
2079                 o minor cosmetic change
2080
2081 2003-07-19 [luke]       0.9.3claws31
2082
2083         * src/mimeview.[ch]
2084         * src/gtk/gtkvscrollbutton.c
2085         * src/messageview.c
2086                 o improved mimeview behaviour when selecting a new message
2087                 o plus code cleanups to remove compile warnings
2088
2089
2090 2003-07-19 [alfons]     0.9.3claws30
2091
2092         * src/procmsg.c
2093         * src/compose.c
2094         * src/common/utils.[ch]
2095                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2096
2097 2003-07-19 [alfons]     0.9.3claws29
2098
2099         * src/prefs_folder_item.c
2100                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2101                 string pointers
2102
2103 2003-07-19 [luke]       0.9.3claws28
2104
2105         * src/messageview.c
2106         * src/mimeview.[ch]
2107         * src/procmime.h
2108         * src/rfc2015.c
2109         * src/stock_pixmap.[ch]
2110         * src/gtk/Makefile.am
2111         * src/Makefile.am
2112         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2113         * src/pixmaps/mime_*.xpm                ** NEW **
2114                 o mimeview rearrangement with a new icon shortcut bar
2115
2116 2003-07-19 [alfons]     0.9.3claws27
2117
2118         * src/folderview.c
2119                 o plug leaking nodes_to_recollapse
2120                 o add folderview_recollapse_all_nodes() (not used yet)
2121
2122 2003-07-19 [alfons]     0.9.3claws26
2123
2124         * src/compose.c
2125         * src/common/utils.c
2126                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2127                 for both forwarding as replying
2128
2129 2003-07-18 [christoph]  0.9.3claws25
2130
2131         * configure.ac
2132         * src/common/sylpheed.[ch]
2133         * src/common/version.h.in
2134                 add version in numeric form to allow easy comparison
2135
2136         * src/plugins/demo/demo.c
2137                 add version check
2138                 - sylpheed version > plugin version => never allowed, sylpheed
2139                   could contain unknown API changes
2140                 - sylpheed version < minimum version required => don't load,
2141                   API required not available (if linking does not fail)
2142
2143 2003-07-18 [alfons]     0.9.3claws24
2144         
2145         * src/common/plugin.[ch]
2146                 const correctness
2147
2148 2003-07-18 [christoph]  0.9.3claws23
2149
2150         * src/common/hooks.c
2151                 fix crash when hooks where unregisted
2152
2153         * src/plugins/trayicon/trayicon.c
2154                 unregister detroy signal before destroying the widget
2155                 (still crashes when the plugin is unloaded)
2156
2157 2003-07-18 [alfons]     0.9.3claws22
2158         
2159         * src/folderview.c
2160                 delay expanding folder tree during drags until timeout triggered
2161                 (needs perhaps some tweaking, so testing is welcome)
2162
2163 2003-07-17 [alfons]     0.9.3claws21
2164
2165         * src/folderview.c
2166                 clean up cruft
2167
2168 2003-07-17 [christoph]  0.9.3claws20
2169
2170         * src/common/session.c
2171                 fix opening of SSL connections
2172
2173         * src/plugins/image_viewer/Makefile.am
2174                 add OPENSSL_CFLAGS (we should find a better solution to remove
2175                 this dependencies if they are not required)
2176
2177         * src/plugins/spamassassin/spamassassin.c
2178                 remove setlocale workaround (fixed in libspamc)
2179
2180         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2181          if spell checking enabled)
2182
2183 2003-07-17 [alfons]     0.9.3claws19
2184
2185         * src/common/hooks.[ch]
2186         * src/plugins/clamav/clamav_plugin.c
2187         * src/plugins/spamassassin/spamassassin.c
2188         * src/plugins/trayicon/trayicon.c
2189                 fix signedness muck 
2190
2191 2003-07-17 [alfons]     0.9.3claws18
2192
2193         * src/procmime.c
2194                 plug memleak
2195
2196 2003-07-17 [alfons]     0.9.3claws17
2197
2198         * src/inc.c
2199                 plug memleak
2200
2201 2003-07-17 [paul]       0.9.3claws16
2202
2203         * src/common/defs.h
2204           src/mainwindow.c
2205           src/manual.[ch]
2206                 add link to the Claws site's FAQ page, after the suggestion
2207                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2208                 Move url strings to defs.h
2209                 
2210         * src/mainwindow.c
2211                 fix typo to prevent "unknown menu entry" warnings
2212
2213 2003-07-17 [alfons]     0.9.3claws15
2214
2215         * src/folderview.[ch]
2216         * src/summaryview.[ch]
2217         * src/mimeview.[ch]
2218                 plug DnD leaks 
2219
2220 2003-07-17 [paul]       0.9.3claws14
2221
2222         * src/inc.c
2223                 remove two instances of 'GTK_EVENTS_FLUSH' because
2224                 they are unnecessary and probably cause a stack overflow
2225
2226 2003-07-16 [christoph]  0.9.3claws13
2227
2228         * src/mimeview.[ch]
2229                 use an invisible GTK notebook to switch between viewers
2230                 instead of reparenting widgets
2231
2232 2003-07-16 [christoph]  0.9.3claws12
2233
2234         * src/folder.c
2235                 move folder_item_update_freeze() to correct place in
2236                 folder_item_scan_full()
2237
2238 2003-07-16 [paul]       0.9.3claws11
2239
2240         * sync with 0.9.3cvs12
2241                 see ChangeLog 2003-07-14 and 2003-07-15
2242
2243 2003-07-16 [christoph]  0.9.3claws10
2244
2245         * src/imap.[ch]
2246         * src/prefs_account.[ch]
2247                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2248
2249 2003-07-15 [alfons]     0.9.3claws9
2250
2251         * src/main.c
2252                 make --config-dir do something useful
2253
2254 2003-07-15 [alfons]     0.9.3claws8
2255
2256         * src/procmsg.c
2257                 o fix a bug where 'last' didn't really point to the last message
2258                   in the top level list of children, but to the last threaded
2259                   message. 
2260                 
2261                 o clean up and make it easier to sync
2262
2263 2003-07-15 [alfons]     0.9.3claws7
2264
2265         * src/mainwindow.c
2266                 make correct menu items sensitive       
2267
2268 2003-07-14 [alfons]     0.9.3claws6
2269
2270         * src/procmsg.c
2271                 tune the threader so it will not subject-thread any message
2272                 without a subject prefix (this will not thread correctly if 
2273                 a parent is delivered after their childs, but it looks 
2274                 better right now)
2275
2276 2003-07-13 [christoph]  0.9.3claws5
2277
2278         * src/mainwindow.c
2279                 group "Add mailbox *..." menu items in submenu
2280
2281 2003-07-13 [alfons]     0.9.3claws4
2282
2283         * src/summaryview.c
2284                 correct summary_toggle_pressed() signature and make sure
2285                 signal is not passed on
2286
2287 2003-07-13 [alfons]     0.9.3claws3
2288
2289         * src/summaryview.c
2290                 o for now don't pass on keys when they we're handled by 
2291                   ctree::key_press_event
2292                 o clean up
2293
2294 2003-07-13 [alfons]     0.9.3claws2
2295         
2296         * src/main.c
2297                 add command line option "--config-dir" to get the current 
2298                 configuration dir
2299
2300 2003-07-12 [alfons]     0.9.3claws1
2301
2302         * src/matcher.[ch]
2303         * src/matcher_parser_parse.y
2304         * src/prefs_filtering.c
2305         * src/filtering.c
2306                 add "Lock" filter action to lock messages;
2307
2308         * src/filtering.c       
2309                 remove debug_print()    
2310         * src/prefs_filtering.c
2311                 re-organize matcher part 9: 
2312                 make action text entries easily extendible;
2313                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2314                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2315
2316 2003-07-12 [paul]
2317
2318         * tools/README
2319                 update old information and add missing
2320                 information
2321
2322 2003-07-12 [paul]       0.9.3claws
2323
2324         * 0.9.3claws released
2325         
2326 2003-07-12 [paul]       0.9.0claws103
2327
2328         * src/Makefile.am
2329                 add addrquery.h
2330
2331 2003-07-12 [melvin]     0.9.0claws102
2332
2333         * src/messageview.c
2334                 Fixed bug #215: Show MIME tab for single text/html messages. 
2335                 
2336 2003-07-12 [paul]       0.9.0claws101
2337
2338         * man/sylpheed.1
2339                 updated
2340
2341 2003-07-12 [paul]       0.9.0claws100
2342
2343         * po/es.po
2344           po/hr.po
2345           po/pl.po
2346           po/sr.po
2347                 update Spanish, Croatian, Polish, Serbian translations.
2348                 submitted by Ricardo Mones Lastra, Dragan, Witold
2349                 Wladyslaw Wojciech Wilk, Urke MMI
2350
2351 2003-07-12 [melvin]     0.9.0claws99
2352
2353         * po/fr.po
2354                 Updated French translations.
2355
2356 2003-07-12 [paul]       0.9.0claws98
2357
2358         * src/addressbook.c
2359                 disable 'Lookup' button as it has no effect
2360
2361 2003-07-11 [alfons]     0.9.0claws97
2362         
2363         * src/summaryview.c
2364                 summary_searchbar_pressed() should return TRUE to signal that
2365                 event was handled. when returning void, the return value passed
2366                 to GTK is actually random, but maybe FALSE, in which case the
2367                 event is handled by parent
2368                 
2369 2003-07-10 [paul]       0.9.0claws96
2370
2371         * ac/missing/gettext.m4
2372                 update to version 0.12
2373
2374 2003-07-10 [paul]       0.9.0claws95
2375
2376         * src/plugins/clamav/clamav_plugin.c
2377                 fix bug where multipart/alternative messages
2378                 would slip through without being scanned
2379
2380 2003-07-10 [christoph]  0.9.0claws94
2381
2382         * src/folder.c
2383                 correct check if folder supports removing when a message is
2384                 moved. if not the message is only copied.
2385
2386         (closes Bug 132 crash on startup in newsgroups folders)
2387
2388 2003-07-09 [alfons]     0.9.0claws93
2389
2390         * configure.ac
2391         * src/common/defs.h
2392                 --with-config-dir (default .sylpheed)
2393
2394 2003-07-09 [christoph]  0.9.0claws92
2395
2396         * configure.ac
2397                 use PKG_CHECK_MODULES to check for gtkmathview
2398                 (version 0.4.2 now required)
2399
2400 2003-07-08 [melvin]     0.9.0claws91
2401
2402         * src/action.c
2403                 Implemented a progress bar that counts the number of completed
2404                 tasks when the action runs more than one command.
2405
2406 2003-07-08 [alfons]     0.9.0claws90
2407
2408         * src/procmsg.c
2409                 if queued message has an invalid Message-Id, don't try to
2410                 find message it refers to (fixes #209 "crash when processing 
2411                 in folder")
2412
2413 2003-07-08 [paul]       0.9.0claws89
2414
2415         * sync with 0.9.3cvs2
2416                 see ChangeLog 2003-07-08
2417
2418 2003-07-08 [match]      0.9.0claws88
2419
2420         * src/ldapctrl.c
2421                 extend LDAP search for first/last name by parsing search term.
2422
2423 2003-07-08 [alfons]     0.9.0claws87
2424
2425         * src/send_message.c
2426                 fix bug #208 "Status message stuck when sending on POP3 account"
2427
2428 2003-07-07 [paul]       0.9.0claws86
2429
2430         * po/hr.po
2431                 new Croatian translation, submitted by
2432                 Dragan <drleskov@inet.hr>
2433
2434 2003-07-07 [paul]       0.9.0claws85
2435
2436         * sync with 0.9.3cvs1
2437                 see ChangeLog 2003-07-07
2438
2439 2003-07-05 [christoph]  0.9.0claws84
2440
2441         * src/Makefile.am
2442         * src/messageview.c
2443         * src/mimeview.[ch]
2444         * src/stock_pixmap.[ch]
2445         * src/pixmaps/messageview_text.xpm              ** NEW **
2446                 move mimeview tabs to the right side and use icons
2447                 instead of text to save some space
2448
2449         (patch by Luke Plant <lukeplant@softhome.net>)
2450
2451 2003-07-05 [christoph]  0.9.0claws83
2452
2453         * src/inc.c
2454                 add NULL pointer checks
2455
2456         (patch by Luke Plant <lukeplant@softhome.net>)
2457         (closes Bug 204 0.9.0 quits on authentication error?!)
2458
2459 2003-07-05 [alfons]     0.9.0claws82
2460
2461         * configure.ac
2462                 take the clue in bug #202 "./configure script - 
2463                 'if test' comparison failure" reported by John Kristoff. 
2464
2465 2003-07-04 [christoph]  0.9.0claws81
2466
2467         * src/plugins/spamassassin/spamassassin.c
2468                 set timeout for spam check
2469
2470 2003-07-04 [christoph]  0.9.0claws80
2471
2472         * src/main.c
2473                 destroy all FolderItems when shutting down to
2474                 allow folders to clean up
2475
2476 2003-07-04 [melvin]     0.9.0claws79
2477
2478         * src/gtk/gtkaspell.c
2479                 Fixed bug #184 "Entering non-ascii character deletes
2480                 previous char if spell checking enabled": this makes
2481                 the spell checking in multibytes (e.g. UTF-8)locales work.
2482                 (Patch by Luke Plant).
2483                 
2484 2003-07-04 [christoph]  0.9.0claws78
2485
2486         * sync with 0.9.2cvs1
2487                 see ChangeLog 2003-06-10
2488
2489 2003-07-04 [paul]       0.9.0claws77
2490
2491         * sync with 0.9.3 release
2492                 see ChangeLog 2003-07-04
2493
2494 2003-07-03 [christoph]  0.9.0claws76
2495
2496         * src/folder.[ch]
2497         * src/imap.c
2498         * src/mbox_folder.c
2499         * src/mh.c
2500         * src/news.c
2501                 move folder_item_get_path() stuff into a folder virtual function
2502
2503         * src/procmsg.c
2504                 use folder_item_fetch_msg() to get message and do not contruct
2505                 the filename from path and number
2506
2507 2003-07-03 [paul]       0.9.0claws75
2508
2509         * sync with 0.9.2cvs12
2510                 see ChangeLog 2003-07-03
2511
2512 2003-07-02 [paul]       0.9.0claws74
2513
2514         * src/messageview.c
2515                 fix text-selection for replying
2516
2517 2003-07-02 [paul]       0.9.0claws73
2518
2519         * sync with 0.9.2cvs11
2520                 see ChangeLog 2003-07-02
2521
2522 2003-07-02 [paul]       0.9.0claws72
2523
2524         * src/procmsg.c
2525                 revert last commit because it breaks more
2526                 than it fixes
2527
2528 2003-07-02 [paul]       0.9.0claws71
2529
2530         * src/procmsg.c
2531                 fix thread by subject/sort by date
2532
2533 2003-07-01 [paul]       0.9.0claws70
2534
2535         * sync with 0.9.2cvs10
2536                 see ChangeLog 2003-07-01
2537
2538 2003-06-30 [paul]       0.9.0claws69
2539
2540         * sync with 0.9.2cvs9
2541                 see ChangeLog 2003-06-30
2542
2543 2003-06-28 [match]      0.9.0claws68
2544
2545         * src/addressbook.c
2546                 fix null ptr.
2547
2548 2003-06-27 [paul]       0.9.0claws67
2549
2550         * sync with 0.9.2cvs7
2551                 see ChangeLog 2003-06-27
2552
2553 2003-06-26 [christoph]  0.9.0claws66
2554
2555         * src/folder.c
2556                 freeze folder updates while a folder is scanned
2557
2558         (closes Bug 185 New message counter)
2559
2560 2003-06-26 [darko]      0.9.0claws65
2561
2562         * src/ldapserver.c
2563                 fix infinite loop when adding a new LDAP server
2564
2565 2003-06-26 [paul]       0.9.0claws64
2566
2567         * sync with 0.9.2cvs6
2568                 see ChangeLog 2003-06-26
2569
2570 2003-06-26 [paul]       0.9.0claws63
2571
2572         * sync with 0.9.2cvs5
2573                 see ChangeLog 2003-06-25 and 2003-06-26
2574
2575 2003-06-25 [match]      0.9.0claws62
2576
2577         * src/addr_compl.c
2578                 Fixed tab/backtab for dropped-down completion list to
2579                 move next/previous field. (close bug 147)
2580
2581 2003-06-25 [christoph]  0.9.0claws61
2582
2583         * src/addr_compl.[ch]
2584         * src/addrindex.[ch]
2585         * src/folderview.c
2586         * src/inc.c
2587         * src/news.c
2588         * src/summaryview.c
2589         * src/toolbar.c
2590                 fix warnings
2591
2592 2003-06-25 [leandro]    0.9.0claws60
2593
2594         * src/compose.c
2595                 o cleanups
2596                 o gray out "Message/Remove references" menu item if not
2597                   replying to a message
2598
2599 2003-06-24 [leandro]    0.9.0claws59
2600
2601         * src/compose.[ch]
2602                 o removed "Message/Create new thread" menu item
2603                 o added "Message/Remove references" menu item
2604                   (it's off by default and will not check anymore
2605                    if the subject changed)
2606
2607 2003-06-23 [alfons]     0.9.0claws58
2608
2609         * src/procmsg.c
2610                 try better grouping messages threaded by subject based on their age.
2611                 still not perfect - because the message tree is not sorted by date.  
2612
2613 2003-06-23 [thorsten]   0.9.0claws57
2614
2615         * src/pop.[ch]
2616                 added mail_receive_hook to allow modifications
2617                 directly after retrieval (e.g. adding headers).
2618
2619 2003-06-23 [paul]       0.9.0claws56
2620
2621         * src/sourcewindow.c
2622                  enable the use of Ctrl+A to select all text in
2623                  the sourcewindow
2624                  Patch submitted by Ivan Francolin Martinez
2625                  <ivanfm@users.sourceforge.net>
2626
2627 2003-06-22 [christoph]  0.9.0claws55
2628
2629         * src/folder.[ch]
2630                 o add notification hook for folder tree changes
2631                 o invoke hooks after folder tree scanning
2632
2633         * src/folderview.[ch]
2634                 register hook for folder tree changes that
2635                 updates the ctree
2636
2637         (there are more places that should be updated, like add, remove 
2638          or move folder)
2639
2640         (closes Bug 164 Crash on rebuild folder tree)
2641         (closes Bug 190 Crash on 'rebuilding folder tree')
2642
2643 2003-06-21 [leandro]    0.9.0claws54
2644
2645         * src/compose.[ch]
2646                 create a new thread if subject changes
2647                 (it's on by default, can be disabled in Message menu)
2648
2649 2003-06-21 [alfons]     0.9.0claws53
2650
2651         * src/summaryview.c
2652                 quiet little compiler
2653
2654 2003-06-21 [christoph]  0.9.0claws52
2655
2656         update gettext stuff to version 0.12
2657
2658 2003-06-19 [alfons]     0.9.0claws51
2659
2660         * src/common/log.c
2661         * src/common/plugin.c
2662                 move defs.h before glib.h to prevent MIN/MAX redefs
2663
2664 2003-06-19 [alfons]
2665
2666         * src/addressbook.c
2667                 translatable
2668
2669 2003-06-19 [match]      0.9.0claws50
2670
2671         * src/addressbook.[ch]
2672         * src/addrindex.[ch]
2673         * src/addr_compl.[ch]
2674         * src/editldap.[ch]
2675         * src/editldap_basedn.[ch]
2676         * src/addritem.[ch]
2677         * src/ldapquery.h
2678                 re-implemented dynamic LDAP search. works without
2679                 slowdown on display sender with addressbook
2680                 option.
2681         * src/addrbook.c
2682                 documented code.
2683
2684 2003-06-19 [paul]       0.9.0claws49
2685
2686         * src/compose.c
2687                 fix Bug #136 'Nonprovided quotation marks crash claws'
2688                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2689
2690 2003-06-19 [alfons]     0.9.0claws48
2691
2692         * src/prefs_common.[ch]
2693         * src/procmsg.c
2694                 restrict threading by subject by checking thread for
2695                 age (prefs_common.thread_by_subject_max_age)
2696
2697 2003-06-18 [christoph]  0.9.0claws47
2698
2699         * src/imap.c
2700                 fix memory leak in imap_cmd_fetch()
2701
2702 2003-06-18 [christoph]  0.9.0claws46
2703
2704         * src/prefs_gtk.c
2705                 fix memory leak in prefs_set_default() when used multiple
2706                 times or after prefs have been read
2707
2708 2003-06-18 [christoph]  0.9.0claws45
2709
2710         * src/common/plugin.c
2711                 fix memory leak in plugin_unload()
2712
2713 2003-06-18 [christoph]  0.9.0claws44
2714
2715         * src/imap.c
2716                 fix memory leak in imap_cmd_ok()
2717
2718 2003-06-18 [christoph]  0.9.0claws43
2719
2720         * src/folder.c
2721                 stop messages that are downloaded from POP3 and added to
2722                 an IMAP inbox from being filtered twice (first by POP3
2723                 and again when IMAP folder is scaned to get the UID of
2724                 the APPEND operation when no UIDPLUS is available)
2725
2726 2003-06-18 [alfons]
2727
2728         * tools/Makefile.am
2729                 phoenix <- firebird     
2730
2731 2003-06-18 [paul]
2732
2733         * tools/launch_phoenix          ** REMOVED **
2734           tools/launch_firebird         ** NEW **
2735                 renamed and edited to reflect the browser's name change from
2736                 'phoenix' to 'firebird'
2737
2738 2003-06-18 [paul]       0.9.0claws42
2739
2740         * sync with 0.9.2cvs2
2741                 see ChangeLog 2003-06-16
2742
2743 2003-06-17 [alfons]     0.9.0claws41
2744
2745         * src/procmsg.c
2746                 prevent threading problems when a node is an ancestor (parent / great parent),
2747                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2748                 for finding an sample set of messages)
2749
2750 2003-06-16 [christoph]  0.9.0claws40
2751
2752         * src/main.c
2753                 don't popup main window on --receive or --receive-all
2754
2755         * src/mainwindow.[ch]
2756         * src/plugins/trayicon/trayicon.c
2757                 allow hiding of main window by clicking on the trayicon
2758                 (doesn't work correctly in seperate window mode and may
2759                  cause unexpected GTK problems I couldn't find yet)
2760
2761         * src/common/ssl.c
2762                 remove incorrect warning
2763
2764 2003-06-15 [alfons]     0.9.0claws39
2765
2766         * src/gtk/gtkstext.c
2767                 don't output debug text;
2768                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2769                 for pointing this out);
2770
2771 2003-06-14 [alfons]     0.9.0claws38
2772         
2773         * src/messageview.c
2774                 remove printf() and make one if..else comply with coding style
2775
2776 2003-06-14 [alfons]     0.9.0claws37
2777
2778         * AUTHORS
2779                 add Martin Wicke
2780         * src/action.c
2781         * src/messageview.[ch]
2782         * src/summaryview.c
2783                 apply patch #754162 "Quoting messages filtered by actions" submitted
2784                 by Martin Wicke, which allows quoting message body changed by an
2785                 action (Thanks!).
2786
2787 2003-06-13 [alfons]     0.9.0claws36
2788
2789         * src/utils.c
2790                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2791                 use case insensitive regexp (suggested by Ivan Martinez)
2792
2793 2003-06-13 [christoph]  0.9.0claws35
2794
2795         * configure.ac
2796         * src/plugins/trayicon/Makefile.am
2797         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2798         * src/plugins/trayicon/trayicon.c
2799         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2800         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2801         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2802         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2803         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2804         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2805                 replace my own EggTrayIcon backport with the backport
2806                 used by (l|x)mule and gabber.
2807
2808 2003-06-13 [alfons]     0.9.0claws34
2809
2810         * AUTHORS
2811         * src/common/utils.c
2812                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2813
2814 2003-06-13 [alfons]     0.9.0claws33
2815
2816         * src/compose.c
2817                 clean up a little bit
2818
2819 2003-06-12 [alfons]     0.9.0claws32
2820
2821         * src/compose.c
2822                 const correctness fix
2823
2824         * src/common/sylpheed.[ch]
2825                 () -> (void)
2826                 prevent redef MIN/MAX
2827                 
2828         * src/common/utils.[ch]
2829                 () -> (void)
2830
2831 2003-06-12 [melvin]     0.9.0claws31
2832
2833         * src/compose.c
2834                 Updated to take into accounts changes in GtkAspell.
2835
2836 2003-06-12 [alfons]     0.9.0claws30
2837
2838         * src/compose.c
2839         * src/procmsg.c
2840         * src/common/utils.[ch]
2841                 handle reply subject prefixes better (initial 
2842                 suggestion by Robert Story adapted and enhanced 
2843                 using regexps)
2844
2845 2003-06-12 [melvin]     0.9.0claws29
2846
2847         * src/compose.c
2848                 Use new gtkaspell_checkers_strerror() to get the speller's
2849                 error message instead of accessing the (now private)
2850                 checkers structure.
2851                 Minor code clean up
2852
2853         * src/main.c
2854                 Use #ifdef instead of #if for USE_ASPELL
2855                 Use the new spell checkers init/quit functions 
2856
2857         * src/gtk/gtkaspell.c
2858                 Use #ifdef instead of #if for USE_ASPELL
2859                 Moved in the majority of GtkAspell structures that were
2860                 exported before by gtkaspell.h
2861         
2862         * src/gtk/gktaspell.h
2863                 Made gtkaspell.h contain only the necessary data to be
2864                 publicized by moving many structures to gtkaspell.c.
2865                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2866                 gtkaspell_checkers_new(): replaced by...
2867                 gtkaspell_checkers_init(): new function for initialization
2868                 gtkaspell_checkers_delete(): replaced by...
2869                 gtkaspell_checkers_quit(): new function
2870                 gtkaspell_checkers_strerror(): new function that returns
2871                 the checker's last error message.
2872                 
2873 2003-06-11 [melvin]     0.9.0claws28
2874
2875         * po/POTFILES.in
2876                 Updated to take into account gtkaspell.c migration to
2877                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2878
2879 2003-06-10 [alfons]     0.9.0claws27
2880
2881         * src/filtering.[ch]
2882         * src/folder.c
2883         * src/matcher.c
2884         * src/scoring.[ch]
2885                 - try fixing bug #18 (any brave testers?)
2886                 - add more robustness by refusing previously 
2887                   unchecked NULL pointers 
2888
2889 2003-06-10 [alfons]     0.9.0claws26
2890
2891         * src/procmsg.c
2892                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2893
2894 2003-06-09 [alfons]     0.9.0claws25
2895
2896         * src/prefs_common.c
2897                 fix bug #163 "Icon switching doesnt work properly" by 
2898                 preventing early freeing of prefs_common.pixmap_theme_path.
2899
2900 2003-06-09 [christoph]  0.9.0claws24
2901
2902         * src/gtk/gtkaspell.c
2903                 revert Thorsten's fix and add forgotten g_strdup for
2904                 aspell path (it should not be possible to alter the path a
2905                 GtkASpell uses from outside)
2906
2907 2003-06-09 [thorsten]   0.9.0claws23
2908
2909         * src/gtk/gtkaspell.c
2910                 dont free prefs_common.aspell_path when closing compose
2911
2912 2003-06-08 [colin]      0.9.0claws22
2913
2914         * src/plugins/spamassassin/spamassassin.c
2915                 fix prefs types
2916
2917 2003-06-07 [christoph]  0.9.0claws21
2918
2919         * src/Makefile.am
2920         * src/compose.c
2921         * src/gtkaspell.[ch]            ** REMOVE **
2922         * src/gtk/Makefile.am
2923         * src/gtk/gtkaspell.[ch]        ** NEW **
2924                 o make gtkaspell independent from sylpheed's prefs
2925                 o move gtkaspell.[ch] to gtk directory
2926
2927 2003-06-07 [christoph]  0.9.0claws20
2928
2929         * src/Makefile.am
2930         * src/crash.c
2931         * src/export.c
2932         * src/filesel.[ch]              ** REMOVE **
2933         * src/folder.c
2934         * src/main.[ch]
2935         * src/common/sylpheed.[ch]
2936         * src/gtk/Makefile.am
2937         * src/gtk/filesel.[ch]          ** NEW **
2938         * src/gtk/pluginwindow.c
2939         * src/gtk/sslcertwindow.c
2940                 move filesel.[ch] to gtk directory
2941
2942 2003-06-07 [alfons]     0.9.0claws19
2943
2944         * src/filesel.c
2945                 make (multi) file selection dialog work again (Claws-only)
2946
2947 2003-06-07 [thorsten]   0.9.0claws18
2948
2949         * po/de.po
2950                 fix typos
2951
2952 2003-06-07 [alfons]     0.9.0claws17
2953
2954         * configure.ac
2955         * src/mimeview.c
2956                 detect apache mishap in which case don't include fnmatch.h
2957                 if regex.h is already included
2958
2959 2003-06-06 [christoph]  0.9.0claws16
2960
2961         * configure.ac
2962         * src/mimeview.h
2963                 add check for fnmatch.h and include it when available
2964
2965         * src/mimeview.[ch]
2966                 fix wrong case sensitivity of Content-Types
2967
2968         * src/gtk/Makefile.am
2969                 need the same include paths in gtk directory as in
2970                 common directory because .h files in common can
2971                 include files from these directories, when included
2972                 in gtk's .h or .c files
2973
2974 2003-06-06 [alfons]     0.9.0claws15
2975
2976         * src/mimeview.c
2977         * src/summaryview.c
2978                 make it compile again because of regex.h / fnmatch.h 
2979                 include problems (related to recent mime stuff, can
2980                 someone check this?)
2981
2982 2003-06-06 [thorsten]   0.9.0claws14
2983
2984         * src/folderview.c
2985                 possible use of uninitialized pointer while dragging
2986
2987 2003-06-06 [paul]       0.9.0claws13
2988
2989         * src/compose.c
2990                 fix bug where the insert sig button would be effective
2991                 only when auto_sig was set
2992
2993 2003-06-06 [paul]       0.9.0claws12
2994
2995         * sync with 0.9.2 release
2996
2997 2003-06-02 [paul]       0.9.0claws11
2998
2999         * sync with 0.9.1cvs1
3000                 see ChangeLog 2003-06-02
3001                 
3002         * po/de.po
3003                 update by Jens
3004
3005 2003-06-01 [christoph]  0.9.0claws10
3006
3007         * src/account.c
3008                 don't use substring search to find accounts by email address
3009
3010         (closes Bug 169 Overly loose matching of "From" address)
3011
3012 2003-05-31 [christoph]  0.9.0claws9
3013
3014         * doc-src/rfc2683.txt
3015         * src/imap.c
3016                 limit IMAP command length as recommended in RFC2683
3017                 (message number lists will be split into multiple imap
3018                 sets, the limit of 1000 octets is not a hard limit)
3019
3020         (closes Bug 161 sylpheed-claws exits with segfault when logging
3021          in to certain imap-servers)
3022
3023 2003-05-29 [alfons]     0.9.0claws8
3024
3025         * src/toolbar.[ch]
3026                 add print button (calling summary_print());
3027                 fine tune setting tooltip text;
3028                 (if someone needs other buttons, please take these 
3029                 commits as a guide, instead of bothering us - also
3030                 see 0.8.11claws150) 
3031
3032 2003-05-29 [darko]      0.9.0claws7
3033
3034         * src/compose.c
3035                 fix crash when word wrapping kicks in due to
3036                 changed text by spell checker
3037
3038 2003-05-29 [paul]       0.9.0claws6
3039
3040         * src/compose.c
3041                 fix bug where changing account would insert
3042                 sig even if auto_sig was FALSE
3043                 
3044         * ChangeLog
3045           ChangeLog.jp
3046           INSTALL
3047                 sync with 0.9.1 release
3048
3049 2003-05-28 [christoph]  0.9.0claws5
3050
3051         * src/imap.c
3052                 fix truncation of too long commands
3053
3054         (closes Bug 167 IMAP hangs trying to get envelope
3055          information in imap_get_uncached_messages)
3056
3057 2003-05-27 [paul]       0.9.0claws4
3058
3059         * tools/Makefile.am
3060           tools/maildir2sylpheed.pl     ** NEW FILE **
3061                 add kmail to sylpheed mailbox conversion script
3062
3063 2003-05-27 [paul]       0.9.0claws3
3064
3065         * sync with 0.9.0cvs10
3066                 see ChangeLog 2003-05-26
3067
3068 2003-05-26 [paul]       0.9.0claws2
3069
3070         * sync with 0.9.0cvs9
3071                 see ChangeLog 2003-05-26
3072
3073 2003-05-24 [paul]       0.9.0claws1
3074
3075         * sync with 0.9.0cvs8
3076                 see ChangeLog 2003-05-23
3077
3078 2003-05-24 [paul]       0.9.0claws
3079
3080         * version 0.9.0claws released
3081
3082 2003-05-24 [paul]       0.8.11claws177
3083
3084         * src/plugins/dillo-viewer/Makefile.am
3085           src/plugins/traycon/Makefile.am
3086                 add missing files
3087                 
3088         * po/bg.po
3089           po/en_GB.po
3090           po/es.po
3091           po/it.po
3092           po/pt_BR.po
3093           po/ru.po
3094           po/sr.po
3095                 update Bulgarian, British English, Spanish, Italian, 
3096                 Brazilian Portuguese, Russian, and Serbian translations, 
3097                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3098                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3099                 Ruslan N. Balkin, and Urke MMI
3100
3101 2003-05-23 [melvin]     0.8.11claws176
3102
3103         * po/fr.po
3104                 Updated French translations
3105
3106 2003-05-22 [paul]       0.8.11claws175
3107
3108         * src/Makefile.am
3109           src/addrbook.[ch]
3110           src/addrcache.[ch]
3111           src/addr_compl.[ch]
3112           src/adressbook.[ch]
3113           src/addrindex.[ch]
3114           src/addritem.[ch]
3115           src/editaddress.c
3116           src/editgroup.c
3117           src/editldap_basedn.c
3118           src/editldap.c
3119           src/jpilot.c
3120           src/vcard.c
3121                 revert to get ldap into it previous working state
3122                 
3123         * po/zh_TW.Big5.po
3124                 new Taiwanese translation,
3125                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3126
3127 2003-05-22 [christoph]  0.8.11claws174
3128
3129         * src/plugins/spamassassin/libspamc.[ch]
3130                 sync libspamc with SpamAssaain release 2.55
3131
3132 2003-05-22 [paul]       0.8.11claws173
3133
3134         * sync with 0.9.0cvs7
3135                 see ChangeLog 2003-05-22
3136                 
3137         * src/summaryview.c
3138                 revert change in 0.8.11claws172: follow
3139                 Hiroyuki's decision and that's the end of it.
3140
3141 2003-05-21 [paul]       0.8.11claws172
3142
3143         * src/summaryview.c
3144                 fix discrepency between open_unread_on_enter
3145                 and always_show_msg
3146
3147 2003-05-21 [paul]       0.8.11claws171
3148
3149         * sync with 0.9.0cvs6
3150                 see ChangeLog 2003-05-21
3151
3152 2003-05-21 [paul]       0.8.11claws170
3153
3154         * sync with 0.9.0cvs5
3155                 see ChangeLog 2003-05-21
3156
3157 2003-05-20 [paul]       0.8.11claws169
3158
3159         * sync with 0.9.0cvs4
3160                 see ChangeLog 2003-05-20
3161                 fixes bug #152, 'encoding of IMAP folders names'
3162
3163 2003-05-20 [paul]       0.8.11claws168
3164
3165         * sync with 0.9.0cvs3
3166                 see ChangeLog 2003-05-20
3167                 
3168         * src/tools/convert_mbox.pl
3169                 minor change in the comments, submitted by Fred Marton
3170
3171 2003-05-19 [paul]       0.8.11claws167
3172
3173         * src/plugins/clamav/Makefile.am
3174           configure.ac
3175                 link clamav_lib to the plugin and not to the main program
3176
3177 2003-05-19 [christoph]
3178
3179         * src/Makefile.am
3180                 add -export-dynamic for linking
3181
3182 2003-05-19 [paul]       0.8.11claws166
3183
3184         * sync with 0.9.0cvs1
3185                 see ChangeLog 2003-05-19
3186
3187 2003-05-19 [paul]       0.8.11claws165
3188
3189         * src/inc.c
3190                 fix 'pop before smtp' timeout
3191
3192 2003-05-18 [alfons]     0.8.11claws164
3193
3194         * src/prefs_matcher.c
3195                 put "execute" action command line ("expression") in edit box
3196
3197 2003-05-18 [christoph]  0.8.11claws163
3198
3199         * src/mimeview.[ch]
3200         * src/plugins/dillo_viewer/dillo_viewer.c
3201         * src/plugins/image_viewer/viewer.c
3202         * src/plugins/mathml_viewer/mathml_viewer.c
3203                 let a viewer have a list of Content-Types
3204
3205 2003-05-18 [paul]       0.8.11claws162
3206
3207         * src/prefs_filtering.c
3208                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3209                 and REDIRECT actions
3210
3211 2003-05-17 [christoph]
3212
3213         * README.claws
3214                 o remove dynamic signatures that was syned with main
3215                 o add infos about no longer "build in" image viewer
3216                 o update bugtracker URL
3217
3218 2003-05-17 [christoph]  0.8.11claws161
3219
3220         * src/folder.c
3221         * src/folderview.c
3222         * src/imap.c
3223                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3224                 for every folder after rebuilding the folder tree.
3225
3226         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3227          messages)
3228
3229 2003-05-17 [christoph]  0.8.11claws160
3230
3231         * src/imap.c
3232                 don't use STATUS command on current folder to check for
3233                 content changes. imap_cmd_ok() now tracks changes to
3234                 folder and number of existing messages.
3235
3236 2003-05-17 [paul]       0.8.11claws159
3237
3238         * src/plugins/clamav/clamav_plugin.c
3239                 remove unnecessary debug_print
3240
3241 2003-05-16 [thorsten]   0.8.11claws158
3242
3243         * src/plugins/demo.c
3244                 included missing intl.h
3245
3246 2003-05-16 [paul]       0.8.11claws157
3247
3248         * po/POTFILES.in
3249                 remove non-existant entries
3250         
3251         * src/plugins/clamav/clamav_plugin.c
3252           src/plugins/clamav/clamav_plugin_gtk.c
3253           src/plugins/dillo_viewer/dillo_prefs.c
3254           src/plugins/dillo_viewer/dillo_viewer.c
3255                 gettextise
3256
3257 2003-05-16 [christoph]  0.8.11claws156
3258
3259         * po/POTFILES.in
3260                 include plugin .c files for translation until I
3261                 find a better solution to have plugins have their
3262                 own textdomain
3263         * src/plugins/demo/demo.c
3264         * src/plugins/image_viewer/plugin.c
3265         * src/plugins/mathml_viewer/mathml_viewer.c
3266         * src/plugins/spamassassin/spamassassin.c
3267         * src/plugins/spamassassin/spamassassin_gtk.c
3268         * src/plugins/trayicon/trayicon.c
3269                 add gettext macros for plugin name and description
3270
3271 2003-05-16 [paul]
3272
3273         * sync with 0.9.0
3274
3275 2003-05-16 [paul]       0.8.11claws155
3276
3277         * sync with lastest 0.9.0pre1
3278                 see ChangeLog 2003-05-16
3279
3280 2003-05-15 [paul]       0.8.11claws154
3281
3282         * sync with latest 0.9.0pre1
3283                 see ChangeLog 2003-05-14 and 2003-05-15
3284
3285 2003-05-14 [christoph]  0.8.11claws153
3286
3287         * src/plugins/image_viewer/viewer.c
3288         * src/plugins/image_viewer/viewer.glade         ** NEW **
3289         * src/plugins/image_viewer/viewerprefs.c
3290                 make it possible to disable the autoload function in the
3291                 imageviewer again
3292
3293 2003-05-14 [christoph]  0.8.11claws152
3294
3295         * src/folder.c
3296                 fix folder update after adding a message
3297
3298 2003-05-13 [alfons]     0.8.11claws151
3299
3300         * src/common/session.c
3301                 remove debug traces
3302                 
3303         * src/addrcache.[ch]
3304         * src/filtering.[ch]
3305         * src/folder.[c]
3306         * src/gtkaspell.[ch]
3307         * src/imap.[ch]
3308         * src/mbox_folder.[ch]
3309         * src/mh.[ch]
3310         * src/mimeview.h
3311         * src/msgcache.[ch]
3312         * src/news.[ch]
3313         * src/passphrase.[ch]
3314         * src/prefs_common.[ch]
3315         * src/prefs_gtk.[ch]
3316         * src/procmsg.c
3317         * src/scoring.[ch]
3318                 be pedantic; (in prototypes () implies (int))
3319
3320 2003-05-13 [alfons]     0.8.11claws150
3321
3322         * src/prefs_toolbar.[ch]
3323         * src/summaryview.[ch]
3324         * src/toolbar.[ch]
3325                 change misleading text in toolbar prefs;
3326                 add toolbar action for ignore thread (toggles ignore thread flag);
3327                 clean up a little bit;
3328
3329 2003-05-12 [paul]
3330
3331         * tools/convert_mbox.pl
3332                 bug fixed by Fred Marton
3333
3334 2003-05-12 [paul]
3335
3336         * sync with 0.9.0pre1
3337
3338 2003-05-09 [paul]       0.8.11claws149
3339
3340         * sync with 0.8.11cvs43
3341                 see ChangeLog 2003-05-09
3342
3343 2003-05-08 [christoph]  0.8.11claws148
3344
3345         * src/imap.[ch]
3346                 o use CAPABILIY as first command and check for PREAUTH
3347                   information in the response to it
3348                 o rewrite all imap_cmd_* functions to use an IMAPSession
3349                   instead of a SockInfo as parameter
3350                 o do STARTTLS after fetching and checking the server
3351                   capabilities
3352
3353 2003-05-08 [paul]       0.8.11claws147
3354
3355         * tools/Makefile.am
3356           tools/README
3357           tools/convert_mbox.pl         ** NEW FILE **
3358                 add mbox conversion script. Submitted by 
3359                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3360
3361 2003-05-07 [christoph]
3362
3363         * doc-src/glade.txt
3364         * src/gtk/pluginwindow.glade
3365         * src/plugins/image_viewer/viewerprefs.glade
3366         * src/plugins/spamassassin/spamassassin_gtk.glade
3367                 add glade files for user interfaces and a description how
3368                 to use glade to create the sylpheed code
3369
3370 2003-05-07 [paul]       0.8.11claws146
3371
3372         * sync with 0.8.11cvs41
3373                 see ChangeLog 2003-05-07
3374
3375 2003-05-06 [christoph]  0.8.11claws145
3376
3377         * src/main.c
3378         * src/plugins/image_viewer/viewer.c
3379                 fix usage of imlib in imageviewer plugin
3380
3381         * src/gtk/prefswindow.c
3382                 handle window close event correctly
3383
3384 2003-05-06 [paul]       0.8.11claws144
3385
3386         * src/common/ssl.c
3387                 fix typo introduced in sync
3388
3389 2003-05-06 [paul]       0.8.11claws143
3390
3391         * sync with 0.8.11cvs39
3392                 see ChangeLog 2003-05-06
3393
3394 2003-05-06 [paul]       0.8.11claws142
3395
3396         * AUTHORS
3397           po/cs.po
3398                 updated Czech translation, submitted by 
3399                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3400                 
3401         * src/plugins/clamav/clamav_plugin_gtk.c
3402                 clean up
3403
3404 2003-05-03 [alfons]     0.8.11claws141
3405
3406         * src/compose.[ch]
3407                 make paste as quotation work even when the call to 
3408                 text_inserted() was deferred (fixes bug #140 "Paste 
3409                 as quotation does not work when using "external" 
3410                 clipboard")
3411
3412 2003-05-03 [thorsten]   0.8.11claws140
3413
3414         * src/addrquery.h
3415           src/ldapquery.h
3416           src/mainwindow.c
3417                 removed C++ comments
3418         * src/addr_compl.c
3419                 function with non-int retval/param used before
3420                 implementation/declaration
3421
3422 2003-05-02 [paul]       0.8.11claws139
3423
3424         * src/addr_compl.[ch]
3425           src/addressbook.[ch]
3426           src/addrindex.c
3427           src/summaryview.c
3428                 revert match's changes to (finally) remove the bug where
3429                 opening a folder causes massive slowdown when using the 
3430                 'Display sender using address book' option
3431
3432 2003-05-01 [melvin]     0.8.11claws138
3433
3434         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3435         * src/plugins/dillo_viewer/dillo_viewer.c
3436                 Fixed bug where "Cancel" button from prefs issued
3437                 warnings.
3438                 Comply a little more to coding style
3439
3440 2003-05-01 [paul]       0.8.11claws137
3441
3442         * sync with 0.8.11cvs38
3443                 see ChangeLog 2003-05-01
3444
3445 2003-05-01 [paul]       0.8.11claws136
3446
3447         * po/bg.po
3448                 updated by George Danchev
3449
3450 2003-04-30 [christoph]  0.8.11claws135
3451
3452         * src/plugins/dillo_viewer/dillo_prefs.c
3453         * src/plugins/image_viewer/viewerprefs.c
3454         * src/plugins/spamassassin/spamassassin_gtk.c
3455                 remove gtk_widget_ref() calls for widgets in
3456                 glade code
3457
3458 2003-04-30 [paul]       0.8.11claws134
3459
3460         * src/addrindex.c
3461                 ok, this time a better fix for the bug where opening folder
3462                 has massive slowdown when using the 'Display sender using 
3463                 address book' option
3464
3465 2003-04-30 [paul]       0.8.11claws133
3466
3467         * src/addrindex.c
3468                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3469         
3470 2003-04-30 [melvin]     0.8.11claws132
3471
3472         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3473
3474         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3475                 Preferences for the dillo plugin
3476         * src/plugins/dillo_viewer/dillo_viewer.c
3477                 Support for preferences
3478         * src/plugins/dillo_viewer/Makefile.am
3479                 Added dillo_prefs.[ch]
3480
3481 2003-04-30 [alfons]     0.8.11claws131
3482
3483         * src/common/plugin.[ch]
3484                 see? this ANSI C'fication immediately gives us type
3485                 checking for free.
3486
3487 2003-04-30 [alfons]     0.8.11claws130
3488
3489         * src/common/plugin.[ch]
3490         * src/plugins/clamav/clamav_plugin.[ch]
3491         * src/plugins/clamav/clamav_plugin_gtk.c
3492         * src/plugins/demo/demo.c
3493         * src/plugins/dillo_viewer/dillo_viewer.c
3494         * src/plugins/image_viewer/plugin.c
3495         * src/plugins/image_viewer/viewer.[ch]
3496         * src/plugins/image_viewer/viewerprefs.[ch]
3497         * src/plugins/mathml_viewer/mathml_viewer.c
3498         * src/plugins/spamassassin/spamassassin.[ch]
3499         * src/plugins/spamassassin/spamassassin_gtk.c
3500         * src/plugins/trayicon/trayicon.c
3501                 clean up
3502
3503 2003-04-30 [alfons]     0.8.11claws129
3504
3505         * src/common/utils.c
3506                 make is_ascii_str() fail gracefully when NULL pointer
3507                 is passed
3508
3509 2003-04-30 [paul]       0.8.11claws128
3510
3511         * src/addrindex.c
3512                 fix bug where opening folder has massive slowdown when
3513                 using the 'Display sender using address book' option
3514
3515 2003-04-30 [paul]       0.8.11claws127
3516
3517         * src/plugins/clamav/clamav_plugin.c
3518           src/plugins/clamav/clamav_plugin_gtk.c
3519           src/plugins/demo/demo.c
3520           src/plugins/dillo_viewer/dillo_viewer.c
3521           src/plugins/image_viewer/plugin.c
3522           src/plugins/mathml_viewer/mathml_viewer.c
3523           src/plugins/spamassassin/spamassassin.c
3524           src/plugins/spamassassin/spamassassin_gtk.c
3525           src/plugins/trayicon/trayicon.c
3526                 get rid of eye-hurting function signatures
3527
3528 2003-04-30 [paul]       0.8.11claws126
3529
3530         * src/plugins/trayicon/trayicon.c
3531                 add description
3532                 
3533         * src/mimeview.c
3534                 be more descriptive
3535
3536 2003-04-30 [paul]       0.8.11claws125
3537
3538         * configure.ac
3539                 arrange the plugins in reverse alphabetical order
3540                 
3541         * src/plugins/clamav/clamav_plugin.[ch]
3542           src/plugins/clamav/clamav_plugin_gtk.c
3543                 rename some params
3544                 resize max_size window
3545                 re-arrange the order of some gui elements
3546                 improve descriptions
3547         
3548         * src/plugins/image_viewer/plugin.c
3549           src/plugins/mathml_viewer/mathml_viewer.c
3550                 add descriptions
3551                 
3552         * src/plugins/spamassassin/spamassassin_gtk.c
3553                 resize max_size window
3554                 re-arrange the order of some gui elements
3555                 
3556         * src/messageview.c
3557           src/mimeview.c
3558                 correct typos
3559
3560 2003-04-30 [alfons]     0.8.11claws124
3561
3562         * src/imap.c
3563                 fix a leak found while browsing Martin Kluge's 
3564                 valgrind log (Claws only)
3565
3566 2003-04-29 [darko]      0.8.11claws123
3567
3568         * src/gtk/gtkstext.h
3569                 include wchar.h if it is available, fixes compilation
3570                 on HP-UX systems
3571
3572 2003-04-29 [melvin]     0.8.11claws122
3573
3574         * src/prefs_actions.c
3575                 Improved help text of Actions' syntax
3576
3577 2003-04-28 [paul]       0.8.11claws121
3578
3579         * src/action.c
3580                 a better fix for the crash when performing an action
3581                 on a mime part
3582
3583 2003-04-28 [paul]       0.8.11claws120
3584
3585         * src/action.c
3586                 fix crash when performing an action on a
3587                 mime part
3588
3589 2003-04-28 [paul]       0.8.11claws119
3590
3591         * sync with 0.8.11cvs36
3592                 see ChangeLog 2003-04-28
3593
3594 2003-04-27 [paul]       0.8.11claws118
3595
3596         * more sync with 0.8.11cvs35
3597                 see ChangeLog 2003-04-25
3598
3599 2003-04-26 [christoph]  0.8.11claws117
3600
3601         * src/folder.c
3602                 fix remove virtual check
3603
3604 2003-04-26 [paul]       0.8.11claws116
3605
3606         * src/messageview.c
3607                 fix return-receipt, make it work again
3608
3609 2003-04-26 [paul]       0.8.11claws115
3610
3611         * src/mimeview.c
3612                 restore double-clicking of the [application/pgp-signature 
3613                 (Select "Check signature" to check)] line in the message view,
3614                 broken in recent sync
3615
3616 2003-04-26 [christoph]  0.8.11claws114
3617
3618         * src/folder.c
3619                 check if remove virtual really exists before
3620                 calling the function
3621
3622 2003-04-25 [match]      0.8.11claws113
3623
3624         * src/addrindex.c
3625         * src/addrbook.c
3626         * src/ldapquery.[ch]
3627         * src/ldapctrl.[ch]
3628                 fix memleak.
3629         * src/ldapserver.[ch]
3630                 fix memleak. fix segfault.
3631                 plug a Claws memleak
3632
3633 2003-04-25 [alfons]     0.8.11claws112
3634
3635         * src/folder.c
3636                 plug a Claws memleak
3637
3638 2003-04-25 [alfons]     0.8.11claws111
3639
3640         * src/common/session.c
3641                 plug a memleak
3642
3643 2003-04-25 [paul]       0.8.11claws110
3644
3645         * sync with 0.8.11cvs35
3646                 see ChangeLog 2003-04-24 and 2003-04-25
3647                 
3648         * src/gtk/pluginwindow.c
3649                 correct another strange float value
3650
3651 2003-04-24 [christoph]  0.8.11claws109
3652
3653         * src/folder.c
3654                 freeze folder item updates when unsetting new flags
3655
3656         * src/gtk/pluginwindow.c
3657                 correct strange float value
3658
3659 2003-04-23 [paul]       0.8.11claws108
3660
3661         * sync with 0.8.11cvs33
3662                 see ChangeLog 2003-04-23
3663
3664 2003-04-22 [paul]       0.8.11claws107
3665
3666         * src/Makefile.am
3667           src/messageview.c
3668           src/mimeview.c
3669           src/pgptext.[ch]      ** REMOVED **
3670                 remove pgptext.[ch] as its not used any more
3671
3672 2003-04-22 [paul]       0.8.11claws106
3673
3674         * sync with 0.8.11cvs31
3675                 see ChangeLog 2003-04-21 and 2003-04-22
3676
3677 2003-04-21 [alfons]     0.8.11claws105
3678
3679         * src/main.c
3680                 No access to GTK structures if we're a spawned child
3681                 (and clean up code a little bit...) Should fix #126.
3682
3683 2003-04-21 [melvin]     0.8.11claws104
3684
3685         * src/plugins/dillo_viewer/README
3686                 Improved slightly the text.
3687
3688 2003-04-21 [melvin]     0.8.11claws103
3689
3690         * src/plugins/dillo_viewer/README *** NEW ***
3691                 Added a README file for the Dillo plugin
3692
3693 2003-04-20 [paul]
3694
3695         * tools/README
3696           tools/outlook2sylpheed.pl
3697                 updated and improved by Ricardo Mones Lastra
3698
3699 2003-04-18 [oliver]     0.8.11claws102
3700
3701         * src/inc.c 
3702         * src/prefs_account.h
3703                 remove Pop3SessionType (used by selective download)
3704         * src/prefs_toolbar.c
3705                 enable set Default Toolbar button
3706
3707 2003-04-18 [paul]       0.8.11claws101
3708
3709         * sync with 0.8.11cvs29
3710                 see ChangeLog 2003-04-18
3711
3712 2003-04-17 [paul]       0.8.11claws100
3713
3714         * src/prefs_common.[ch]
3715           src/summaryview.c
3716                 remove 'Open next message on deletion' option,
3717                 as the same effect can now be achieved via the
3718                 'Always open messages in summary when selected'
3719                 option.
3720
3721 2003-04-17 [paul]       0.8.11claws99
3722
3723         * sync with 0.8.11cvs28
3724                 see ChangeLog 2003-04-17
3725
3726 2003-04-17 [christoph]  0.8.11claws98
3727
3728         * ac/spamassassin.m4
3729         * src/plugins/spamassassin/libspamc.[ch]
3730         * src/plugins/spamassassin/utils.[ch]
3731                 sync libspamc with SpamAssassin project
3732
3733 2003-04-17 [christoph]  0.8.11claws97
3734
3735         * src/common/socket.h
3736         * src/gtk/sslcertwindow.h
3737                 rename old USE_SSL to USE_OPENSSL
3738
3739 2003-04-17 [paul]       0.8.11claws96
3740
3741         * src/prefs_common.h
3742                 use gulong for P_COLOR so that it compiles/runs on
3743                 64-bit systems. Patch submitted by James Noyes
3744                 <jnoyes-claws@retrogeeks.com>
3745                 
3746         * po/de.po
3747                 updated by Jens
3748
3749 2003-04-17 [paul]       0.8.11claws95
3750
3751         * sync with 0.8.11cvs27
3752                 see ChangeLog 2003-04-16
3753
3754 2003-04-15 [paul]       0.8.11claws94
3755
3756         * src/prefs_common.[ch]
3757                 rearrange to stop the window getting too long:
3758                         move Receive dialog stuff to Receive tab
3759                         move Send dialog to Send tab
3760                         remove Dialogs frame
3761                 rename 'Open messages in summary with cursor keys' to
3762                 'Always open messages in summary when selected', as its
3763                 more appropriate
3764
3765 2003-04-15 [paul]       0.8.11claws93
3766
3767         * src/prefs_common.[ch]
3768           src/summaryview.c
3769                 add new option '/Interface/Open next message on deletion'
3770
3771 2003-04-15 [paul]       0.8.11claws92
3772
3773         * src/summaryview.[ch]
3774                 add /Mark/Lock and /Mark/Unlock to the pop-up
3775                 menu. Patch submitted by Ivan Francolin Martinez
3776                 <ivanfm@users.sourceforge.net>
3777
3778 2003-04-15 [paul]       0.8.11claws91
3779
3780         * sync with 0.8.11cvs24
3781                 see ChangeLog 2003-04-15
3782
3783 2003-04-14 [jens]       0.8.11claws90
3784
3785         * updated German translation and some corrections from
3786                 Roland Bless <bless@tm.uka.de>
3787
3788 2003-04-14 [paul]       0.8.11claws89
3789
3790         * sync with 0.8.11cvs22
3791                 see ChangeLog 2003-04-14
3792
3793 2003-04-13 [paul]       0.8.11claws88
3794
3795         * src/plugins/clamav/clamav_plugin.c
3796                 fix memory leaks
3797                 clean up
3798
3799 2003-04-12 [paul]       0.8.11claws87
3800
3801         * src/plugins/clamav/clamav_plugin.c
3802                 activate enable/disable archive scanning option
3803                 
3804         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3805
3806 2003-04-12 [paul]       0.8.11claws86
3807
3808         * src/plugins/Makefile.am
3809           src/plugins/clamav/Makefile.am                ** NEW FILE **
3810           src/plugins/clamav/README                     ** NEW FILE ** 
3811           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3812           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3813                 add Clam AntiVirus plugin
3814
3815 2003-04-12 [paul]       0.8.11claws85
3816
3817         * sync with 0.8.11cvs21
3818                 see ChangeLog 2003-04-11
3819
3820 2003-04-11 [paul]       0.8.11claws84
3821
3822         * po/es.po
3823                 update Spanish translation. Submitted by Ricardo
3824                 Mones Lastra.
3825
3826 2003-04-10 [christoph]  0.8.11claws83
3827
3828         * src/mbox.c
3829                 fix typo that did not move unfiltered mails to destination
3830                 folder
3831
3832         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3833          when filtering from spool)
3834
3835 2003-04-10 [christoph]  0.8.11claws82
3836
3837         * src/imap.c
3838                 use BODY.PEEK instead of BODY in in message fetch operation
3839                 to make sure the IMAP server does not set the \Seen flag for
3840                 messages. Sylpheed does that later itself, when the message
3841                 is opened in sylpheed
3842
3843         (closes Bug 111 Claws destroys unread marks)
3844
3845 2003-04-09 [oliver]     0.8.11claws81
3846         
3847         * src/folder.c
3848                 fix crash in folder_destroy
3849         * README.claws
3850                 remove selective download
3851
3852 2003-04-09 [christoph]  0.8.11claws80
3853
3854         * src/imap.c
3855                 fix crash in imap_get_msginfo() when then fetched message
3856                 is not found
3857
3858         (closes Bug 110 Crash during mail composition)
3859
3860 2003-04-08 [christoph]  0.8.11claws79
3861
3862         * src/folder.c
3863         * src/prefs_account.c
3864                 Filter new messages that are found in an INBOX folder
3865                 when 'Filter messages on receiving' is enabled in the
3866                 Folder's AccountPrefs. This allows to use Sylpheed's
3867                 filtering engine for IMAP folders where messages are
3868                 added to the INBOX by a MTA
3869
3870 2003-04-08 [paul]       0.8.11claws78
3871
3872         * src/procmsg.h
3873                 clean up after last commit
3874
3875 2003-04-08 [paul]       0.8.11claws77
3876
3877         * sync with 0.8.11cvs20
3878                 see ChangeLog 2003-04-07 and 2003-04-08
3879
3880 2003-04-07 [christoph]  0.8.11claws76
3881
3882         * src/filtering.[ch]
3883         * src/inc.[ch]
3884         * src/mbox.c
3885         * src/procmsg.[ch]
3886                 add procmsg_msginfo_filter() to execute filtering actions
3887
3888 2003-04-06 [christoph]  0.8.11claws75
3889
3890         * src/imap.c
3891                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3892
3893 2003-04-06 [christoph]  0.8.11claws74
3894
3895         * src/common/utils.[ch]
3896                 add g_int_compare() function for slist sorting
3897
3898         * src/imap.c
3899                 fetch all MsgInfos with one command in imap_get_msginfos()
3900                 using an imap set with a list of ranges
3901
3902         * src/news.c
3903                 use new g_int_compare() function
3904
3905 2003-04-06 [thorsten]   0.8.11claws73
3906
3907         * src/mh.c
3908                 corrected implementation of mh_folder_destroy()
3909
3910 2003-04-05 [christoph]  0.8.11claws72
3911
3912         * src/account.c
3913         * src/folder.[ch]
3914         * src/folderview.c
3915         * src/imap.c
3916         * src/inc.c
3917         * src/main.c
3918         * src/mainwindow.c
3919         * src/mbox_folder.c
3920         * src/mh.c
3921         * src/mimeview.h
3922         * src/msgcache.[ch]
3923         * src/news.c
3924         * src/procmime.h
3925         * src/procmsg.[ch]
3926         * src/setup.c
3927         * src/gtk/gtkutils.c
3928                 o rename structure field names class and new to klass and
3929                   new_msgs, to allow including files in C++
3930                 o add 'extern "C"' block to some header files
3931                 o add MsgInfoList and MsgNumberList as alias for GSList for
3932                   developers to know what type of list is expected
3933
3934         * src/plugins/image_viewer/plugin.c
3935         * src/plugins/image_viewer/viewer.[ch]
3936         * src/plugins/image_viewer/viewerprefs.[ch]
3937                 rename function names to prevent conflicts
3938
3939 2003-04-05 [paul]       0.8.11claws71
3940
3941         * sync with 0.8.11cvs18
3942                 see ChangeLog 2003-04-03 and 2003-04-04
3943
3944 2003-04-02 [christoph]  0.8.11claws70
3945
3946         * src/folder.[ch]
3947         * src/imap.[ch]
3948         * src/mbox_folder.[ch]
3949         * src/mh.[ch]
3950         * src/news.[ch]
3951                 o Make all virtual folder functions private
3952                 o remove unused folder code
3953
3954         * src/common/socket.[ch]
3955         * src/summaryview.c
3956                 fix warnings
3957
3958 2003-03-30 [alfons]     0.8.11claws69
3959
3960         * src/send_message.c
3961                 remove two debug traces and see if people still report
3962                 errors
3963
3964 2003-03-30 [alfons]     0.8.11claws68
3965
3966         * src/send_message.c
3967         * src/commons/session.c
3968                 add more debug traces
3969
3970 2003-03-30 [christoph]  0.8.11claws67
3971
3972         * src/folder.c
3973                 change processing folder name from .processing to processing
3974
3975         * src/common/ssl.c
3976                 disable SSL certificate check because it causes Xlib error
3977                 when the child process want's to open an GTK window
3978
3979 2003-03-30 [christoph]  0.8.11claws66
3980
3981         * src/folder.c
3982                 don't use default folder for processing folder item because
3983                 it can be a non local folder
3984
3985         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3986
3987 2003-03-30 [alfons]     0.8.11claws65
3988
3989         * src/send_message.c
3990                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3991                 to generate bad code for 'send_send_data_progressive': When
3992                 called from 'send_send_data_finished', the 'data' pointer is
3993                 cleared just before the assignment to the dialog pointer
3994
3995 2003-03-29 [christoph]  0.8.11claws64
3996
3997         * src/common/prefs.h
3998         * src/plugins/image_viewer/Makefile.am
3999         * src/plugins/image_viewer/plugin.c
4000         * src/plugins/image_viewer/viewer.[ch]
4001         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4002                 add PrefsPage for ImageViewer
4003
4004 2003-03-28 [thorsten]   0.8.11claws63
4005
4006         * src/common/session.c
4007                 added some comments
4008
4009 2003-03-28 [paul]       0.8.11claws62
4010
4011         * sync with 0.8.11cvs16
4012                 see ChangeLog 2003-03-28
4013
4014 2003-03-28 [paul]       0.8.11claws61
4015
4016         * sync with 0.8.11cvs15
4017                 see ChangeLog 2003-03-28
4018
4019 2003-03-27 [christoph]  0.8.11claws60
4020
4021         * src/folder.c
4022         * src/imap.c
4023         * src/common/socket.[ch]
4024                 set socket state to DISCONNECTED when any operation
4025                 fails to allow reconnecting in IMAP code without
4026                 checking the return code of all calls to the command
4027                 functions
4028
4029         * src/folderview.c
4030         * src/summaryview.c
4031                 remove some more stuff that depends on specific
4032                 folder types
4033
4034 2003-03-27 [paul]       0.8.11claws59
4035
4036         * sync with 0.8.11cvs14
4037                 see ChangeLog 2003-03-27
4038                 
4039         * src/selective_download.[ch]   ** REMOVED **
4040                 really removed
4041
4042 2003-03-27 [christoph]  0.8.11claws58
4043
4044         * src/folder.c
4045                 fix handling of tmp_flags in flag copy function
4046
4047 2003-03-27 [paul]       0.8.11claws57
4048
4049         * sync with 0.8.11cvs13
4050                 see ChangeLog 2003-03-27
4051
4052 2003-03-27 [oliver]     0.8.11claws56
4053
4054         * src/maiwindow.c
4055                 remove sel_download_cb
4056
4057 2003-03-27 [oliver]     0.8.11claws55
4058         
4059         * src/inc.c
4060                 remove POP3_TOP
4061         
4062 2003-03-26 [oliver]     0.8.11claws54
4063
4064         *src/pop.h
4065                 remove POP3_TOP*
4066         * README.claws
4067                 remove selective donwload readme
4068
4069 2003-03-26 [oliver]     0.8.11claws53
4070         * src/matcher.[ch]
4071         * src/matcher_parser_parse.y 
4072         * src/pop.c 
4073         * src/prefs_account.[ch]
4074         * src/prefs_filtering.c
4075                 remove selective donwload
4076
4077 2003-03-26 [oliver]     0.8.11claws52
4078
4079         * src/inc.[ch] 
4080         * src/filtering.c 
4081         * src/mainwindow.c 
4082                 remove selective donwload
4083
4084 2003-03-26 [oliver]     0.8.11claws51
4085         
4086         * src/Makefile.am
4087         * src/selective_download.[ch]   ** REMOVE **    
4088
4089 2003-03-26 [christoph]  0.8.11claws50
4090
4091         * src/news.c
4092                 fix NEWS that got broken by a sync with sylpheed-main
4093
4094 2003-03-26 [christoph]  0.8.11claws49
4095
4096         * src/mimeview.c
4097                 fix mime type guessing when no mime type is found for a file
4098
4099 2003-03-25 [christoph]  0.8.11claws48
4100
4101         * src/mimeview.c
4102         * src/procmime.c
4103                 remove mime type guessing from mime parser and use
4104                 name based mime types in viewer lookup for mime type
4105                 application/octet-stream
4106
4107 2003-03-25 [christoph]  0.8.11claws47
4108
4109         * doc-src/readme.txt
4110         * doc-src/rfc2554.txt
4111                 add RFC about SMTP AUTH
4112
4113         * src/send_message.c
4114         * src/common/smtp.[ch]
4115                 add extra error code for authentication errors and
4116                 clear temporary password when this error occurs
4117
4118         (closes Bug 84 authentication failure while sending should
4119          prompt for password again)
4120
4121 2003-03-25 [christoph]  0.8.11claws46
4122
4123         * configure.ac
4124         * src/Makefile.am
4125         * src/imageview.[ch]                            ** REMOVE **
4126         * src/messageview.[ch]
4127         * src/mimeview.[ch]
4128         * src/prefs_common.[ch]
4129         * src/textview.c
4130         * src/plugins/Makefile.am
4131         * src/plugins/image_viewer/.cvsignore           ** NEW **
4132         * src/plugins/image_viewer/Makefile.am          ** NEW **
4133         * src/plugins/image_viewer/plugin.c             ** NEW **
4134         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4135                 move image viewer into a plugin (building is enabled by default)
4136                 [ToDo: Prefs for resize and autoview]
4137
4138 2003-03-25 [paul]       0.8.11claws45
4139
4140         * sync with 0.8.11cvs12
4141                 see ChangeLog 2003-03-26
4142
4143 2003-03-25 [paul]       0.8.11claws44
4144
4145         * sync with 0.8.11cvs11
4146                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4147                 
4148         Note: Selective Download is broken.
4149                 
4150 2003-03-22 [christoph]  0.8.11claws43
4151
4152         * src/folder.c
4153                 code cleanup for flags copying
4154
4155 2003-03-22 [christoph]  0.8.11claws42
4156
4157         * src/plugins/trayicon/trayicon.c
4158                 fix setting the transparent area when the window size
4159                 is forced by the system tray
4160
4161 2003-03-22 [christoph]  0.8.11claws41
4162
4163         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4164         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4165         * src/plugins/trayicon/newmail.xpm              ** NEW **
4166         * src/plugins/trayicon/nomail.xpm               ** NEW **
4167         * src/plugins/trayicon/trayicon.c
4168         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4169                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4170                 o add icon for unread mails
4171                 o set transparency for window
4172
4173 2003-03-22 [christoph]  0.8.11claws40
4174
4175         * src/news.c
4176                 init news session to prevent crash when session is closed
4177
4178 2003-03-22 [christoph]  0.8.11claws39
4179
4180         * src/imap.c
4181         * src/common/session.[ch]
4182                 Init session data to make sure we don't have invalid pointers
4183                 for read_ch and write_ch when new multi process sessions are
4184                 not used
4185
4186         * src/main.c
4187         * src/common/plugin.c
4188         * src/common/sylpheed.c
4189         * src/plugins/demo/demo.c
4190         * src/plugins/dillo_viewer/dillo_viewer.c
4191         * src/plugins/mathml_viewer/mathml_viewer.c
4192         * src/plugins/spamassassin/spamassassin.c
4193         * src/plugins/spamassassin/spamassassin_gtk.c
4194                 add plugin types to allow loading plugins at different times
4195                 (and maybe for different frontends), because it's not good to
4196                 load GTK-Plugins gefore gtk_init was called
4197
4198         * configure.ac
4199         * src/plugins/Makefile.am
4200         * src/plugins/trayicon/.cvsignore               ** NEW **
4201         * src/plugins/trayicon/Makefile.am              ** NEW **
4202         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4203         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4204         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4205         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4206         * src/plugins/trayicon/trayicon.c               ** NEW **
4207                 New Trayicon plugin that shows an icon in a systray that uses
4208                 XEMBED protocol like Gnome's systray. Icon shows if there
4209                 are new mails and a tooltip shows information about new,
4210                 unread and total messages.
4211
4212 2003-03-22 [paul]       0.8.11claws38
4213
4214         * src/common/smtp.c
4215                 fix ESMTP AUTH CRAM-MD5
4216                 [sync with main (still version 0.8.11cvs6), see
4217                  ChangeLog 2003-03-22]
4218
4219 2003-03-21 [colin]      0.8.11claws37
4220
4221         * src/send_message.c
4222                 Fix USE_SSL => USE_OPENSSL
4223
4224 2003-03-21 [colin]      0.8.11claws36
4225
4226         * src/folderview.c
4227                 Fix counts in drag and dropped subfolders
4228
4229 2003-03-21 [colin]      0.8.11claws35
4230
4231         * src/folder.c 
4232         * src/folderview.c
4233                 speed up a bit folder dnd
4234
4235 2003-03-20 [alfons]     0.8.11claws34
4236
4237         * src/main.c
4238         * src/toolbar.c
4239         * src/procmsg.c
4240                 don't send locked queue messages
4241                 (feature request "[ 705245 ] Locking message in outbox 
4242                  should prevent sending")
4243
4244 2003-03-20 [christoph]  0.8.11claws33
4245
4246         * src/folder.c
4247                 remove NEW and UNREAD flag in special folders when scanning
4248                 
4249         * src/common/smtp.c
4250                 fix ESMTP AUTH CRAM-MD5
4251
4252 2003-03-20 [paul]       0.8.11claws32
4253
4254         * src/prefs_account.c
4255                 Re-write 'Tunnel command to open connection' as
4256                 'Use command to communicate with server', and disable
4257                 it for all except IMAP accounts
4258
4259 2003-03-20 [paul]       0.8.11claws31
4260
4261         * sync with 0.8.11cvs6
4262                 see ChangeLog 2003-03-20
4263
4264 2003-03-19 [match]      0.8.11claws30
4265
4266         * src/addritem.[ch]
4267                 include documentation. minor refactoring.
4268         * src/addr_compl.[ch]
4269         * src/addrindex.[ch]
4270         * src/addresbook.[ch]
4271         * src/summaryview.c
4272                 re-enable address lookup (was disabled in
4273                 0.8.11claws20).
4274
4275 2003-03-19 [christoph]  0.8.11claws29
4276
4277         * src/procmsg.c
4278                 add temp flag handling, will make moving and copying
4279                 messages possible again
4280
4281         * src/folder.c
4282                 correct calulation of folder stats
4283
4284 2003-03-18 [match]      0.8.11claws28
4285
4286         * src/editgroup.h
4287                 remove case sensitive comparison (closes bug 80).
4288
4289 2003-03-18 [christoph]  0.8.11claws27
4290
4291         * src/imap.c
4292                 fix imap using a tunnel command
4293
4294         (closes bug 87)
4295
4296 2003-03-18 [christoph]  0.8.11claws26
4297
4298         * src/folder.[ch]
4299         * src/imap.c
4300         * src/procmsg.[ch]
4301                 rewrite flag handling for folders
4302
4303 2003-03-18 [christoph]  0.8.11claws25
4304
4305         * src/folder.c
4306         * src/procmsg.c
4307         * src/summaryview.c
4308                 unset NEW and UNREAD flags when message is ignored, to make
4309                 sure messages don't show up as unread on other IMAP clients,
4310                 because the IGNORE_THREAD flag can not be syncronized through
4311                 the IMAP folder
4312
4313 2003-03-17 [christoph]  0.8.11claws24
4314
4315         * src/imap.c
4316                 don't use recursion to fetch uids when the number of messages
4317                 does not match. Moved code into subfunction that is used
4318                 again when needed, to prevent an endless loop.
4319
4320 2003-03-17 [thorsten]   0.8.11claws23
4321
4322         * src/imageview.[ch]
4323                 export imageview_get_resized_size() (for plugins)
4324         * src/prefs_common.[ch]
4325                 added prefs_common_get() (for plugins)
4326
4327 2003-03-17 [christoph]  0.8.11claws22
4328
4329         * src/imap.c
4330                 o remove UID guessing from copy code
4331                 o support UIDPLUS extension for APPEND command
4332
4333 2003-03-17 [paul]       0.8.11claws21
4334
4335         * src/gtk/about.c
4336                 remove 'Compiled-plugins' section.
4337                 
4338         * src/plugins/dillo_viewer/dillo_viewer.c
4339                 slight change to description text
4340
4341 2003-03-16 [match]      0.8.11claws20
4342         * src/ldapserver.[ch]           ** NEW **
4343         * src/ldapctrl.[ch]             ** NEW **
4344         * src/ldapquery.[ch]            ** NEW **
4345         * src/ldaputil.[ch]             ** NEW **
4346         * src/addrcindex.[ch]           ** NEW **
4347         * src/addrquery.h               ** NEW **
4348         * src/addritem.[ch]
4349         * src/addrcache.[ch]
4350         * src/addrindex.[ch]
4351         * src/addr_compl.[ch]
4352         * src/addressbook.[ch]
4353         * src/addrbook.[ch]
4354         * src/editgroup.c
4355         * src/editaddress.c
4356         * src/editldap.c
4357         * src/editldap_basedn.c
4358         * src/vcard.c
4359         * src/jpilot.c
4360         * src/Makefile.am
4361                 included dynamic LDAP queries. improved address
4362                 completion.
4363
4364 2003-03-16 [paul]       0.8.11claws19
4365
4366         * tools/multiwebsearch.pl
4367                 fix a fatal typo
4368
4369 2003-03-16 [christoph]  0.8.11claws18
4370
4371         * src/mimeview.c
4372         * src/plugins/dillo_viewer/dillo_viewer.c
4373         * src/plugins/mathml_viewer/mathml_viewer.c
4374                 make unregistering of MimeViewerFactorys possible
4375
4376 2003-03-16 [alfons]     0.8.11claws17
4377
4378         * configure.ac
4379                 correct typo
4380
4381 2003-03-16 [melvin]     0.8.11claws16
4382
4383         * src/plugins/dillo_viewer.c
4384                 Fixed bug where it was not possible to view more than
4385                 one text/html attachment per message (bug discovered
4386                 by Christoph Hohmann).
4387
4388 2003-03-15 [melvin]     0.8.11claws15
4389
4390         * src/prefs_actions.c
4391                 Fixed compilation warnings.
4392
4393 2003-03-15 [melvin]     0.8.11claws14
4394
4395         * src/plugins/Makefile.am
4396         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4397         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4398         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4399                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4400                 newer (http://dillo.auriga.wearlab.de/).
4401
4402 2003-03-15 [christoph]  0.8.11claws13
4403
4404         * src/imap.c
4405                 don't query imap folder for attributes because we already
4406                 for them from imap_status
4407
4408         * src/mimeview.[ch]
4409                 add support for plugable MimeViewers (unloading Viewers
4410                 not yet complete)
4411
4412         * src/plugins/Makefile.am
4413         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4414         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4415         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4416                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4417                 widget from http://helm.cs.unibo.it/mml-widget/
4418
4419 2003-03-14 [christoph]  0.8.11claws12
4420
4421         * src/folder.[ch]
4422                 o error return code's should better be negative
4423                 o replace printf with debug_print
4424
4425         * src/imap.c
4426                 improve IMAP folder scan by checking UID-NEXT
4427
4428         * src/summaryview.c
4429                 remove check that are unnecessary in my opinion
4430
4431 2003-03-13 [christoph]  0.8.11claws11
4432
4433         * src/folder.[ch]
4434         * src/foldersel.c
4435         * src/folderview.c
4436         * src/imap.c
4437         * src/mbox_folder.c
4438         * src/mh.c
4439         * src/news.c
4440         * src/prefs_scoring.c
4441         * src/summaryview.c
4442                 use a common function to get a displayable name
4443                 for a FolderItem
4444
4445 2003-03-13 [paul]       0.8.11claws10
4446
4447         * tools/Makefile.am
4448           tools/README
4449           tools/multiwebsearch.conf     ** NEW FILE **
4450           tools/multiwebsearch.pl       ** NEW FILE **
4451                 add multiwebsearch Actions script
4452
4453 2003-03-13 [colin]      0.8.11claws9
4454
4455         * src/compose.c
4456                 Remove leading emtpy lines from quoted text
4457                 before quoting it
4458
4459 2003-03-13 [melvin]     0.8.11claws8
4460
4461         * src/prefs_actions.c
4462                 Fixed a memory leak
4463                 Code clean ups
4464                 Added Cancel and OK buttons
4465                 Corrected help text
4466
4467 2003-03-13 [christoph]  0.8.11claws7
4468
4469         * src/account.c
4470         * src/folder.[ch]
4471         * src/imap.c
4472         * src/mainwindow.c
4473         * src/mbox_folder.c
4474         * src/mh.c
4475         * src/news.c
4476         * src/setup.c
4477                 replace more folder type stuff with folder class stuff
4478
4479 2003-03-13 [melvin]     0.8.11claws6
4480
4481         * src/prefs_actions.c
4482                 Added new tokens:
4483                 %u: user provided argument
4484                 %h: user provided argument (hidden on input)
4485                 %s: current text selection in the message view 
4486
4487 2003-03-13 [paul]       0.8.11claws5
4488
4489         * sync with 0.8.11cvs5
4490                 see ChangeLog 2003-03-11, 2003-03-12
4491
4492 2003-03-12 [christoph]  0.8.11claws4
4493
4494         * src/folder.c
4495                 use folder class idstr when writing folderlist.xml
4496
4497         * src/folder.h
4498         * src/imap.c
4499         * src/news.c
4500                 replace folder type checks with folder class checks
4501
4502 2003-03-12 [christoph]  0.8.11claws3
4503
4504         * src/folder.[ch]
4505         * src/imap.[ch]
4506         * src/main.c
4507         * src/mbox_folder.[ch]
4508         * src/mh.[ch]
4509         * src/news.[ch]
4510                 o create a list of known folder classes in the folder system
4511                 o use folder class id strings for folder item identifiers
4512
4513 2003-03-12 [christoph]  0.8.11claws2
4514
4515         * src/imap.c
4516                 fix imap uid validity check
4517
4518 2003-03-12 [christoph]  0.8.11claws1
4519
4520         * src/account.c
4521         * src/folder.[ch]
4522         * src/foldersel.c
4523         * src/folderview.c
4524         * src/imap.c
4525         * src/mainwindow.c
4526         * src/mbox_folder.c
4527         * src/mh.c
4528         * src/news.c
4529         * src/prefs_scoring.c
4530         * src/procmsg.c
4531         * src/setup.c
4532         * src/summaryview.c
4533                 initial restructuring of folder system, seperating
4534                 folders and folder classes
4535
4536 2003-03-12 [paul]       0.8.11claws
4537
4538         0.8.11claws release
4539
4540 2003-03-12 [christoph]
4541
4542         * src/gtk/prefswindow.c
4543                 fix translation of "Page Index"
4544
4545 2003-03-12 [paul]       0.8.10claws110
4546
4547         a sync from 0.8.11cvs4 before the release
4548
4549         * src/common/utils.c
4550                 subject_compare_for_sort(): allow null strings (fixes
4551                 summary sorting).
4552
4553 2003-03-11 [paul]       0.8.10claws109
4554
4555         * po/es.po
4556                 update Spanish translation, submitted by
4557                 Ricardo Mones Lastra
4558
4559 2003-03-11 [melvin]     0.8.10claws108
4560
4561         * po/fr.po
4562                 Updated French translations
4563
4564 2003-03-11 [paul]       0.8.10claws107
4565
4566         * manual/en/Makefile.am
4567           manual/en/*.html
4568                 update English manual, add a new page
4569                 updated by Francois Barriere <fbarriere@atmel.fr>
4570                 
4571         * po/bg.po
4572           po/it.po
4573           po/sr.po
4574                 update Bulgarian, Italian, and Serbian translations
4575                 submitted by George Danchev, Alessandro Maestri, and
4576                 Urke MMI
4577
4578 2003-03-10 [paul]       0.8.10claws106
4579
4580         * src/gtk/about.c
4581           src/gtk/prefswindow.c
4582                 make some strings translatable
4583
4584 2003-03-10 [darko]      0.8.10claws105
4585
4586         * src/compose.c
4587                 code cleanup to make Hiro happy
4588
4589 2003-03-10 [paul]       0.8.10claws104
4590
4591         * sync with 0.8.11cvs2
4592                 see ChangeLog 2003-03-10
4593
4594 2003-03-09 [melvin]     0.8.10claws103
4595
4596         * src/textview.c
4597                 textview_set_font(): fix for message display in
4598                 UTF-8 locales (thanks to Sergey Vlasov).
4599                 (was unintentionnaly reverted in 0.8.6claws6)   
4600
4601 2003-03-08 [darko]      0.8.10claws102
4602
4603         * src/compose.c
4604                 fix infinite loop in wrapping as reported
4605                 by happycactus
4606                 obsoletes patch #696482
4607
4608 2003-03-08 [christoph]  0.8.10claws101
4609
4610         * src/imap.c
4611                 add workaround for IMAP servers that do not
4612                 support the "UID SEARCH UID" command
4613
4614 2003-03-07 [christoph]  0.8.10claws100
4615
4616         * src/plugins/spamassassin/spamassassin.[ch]
4617         * src/plugins/spamassassin/spamassassin_gtk.c
4618                 code cleanup
4619
4620 2003-03-07 [paul]       0.8.10claws99
4621
4622         * po/es.po
4623                 updated Spanish translation, submitted by
4624                 Ricardo Mones Lastra
4625
4626 2003-03-07 [christoph]  0.8.10claws98
4627
4628         * src/send.c
4629                 fix in 0.8.10claws94 was wrong
4630                 local delivery does not require escaping, remove escaping
4631                 code to make signatures of mails with "." lines valid
4632                 
4633                 NOTE: requires that sendmail is executed with "-i" option,
4634                       what is the default now, but has to be changed in all
4635                       exsiting accounts)
4636
4637 2003-03-07 [paul]       0.8.10claws97
4638
4639         * sync with 0.8.11 release
4640                 see ChangeLog 2003-03-07
4641
4642 2003-03-06 [paul]       0.8.10claws96
4643
4644         * src/compose.c
4645                 revert commit 0.8.10claws92
4646
4647 2003-03-06 [paul]       0.8.10claws95
4648
4649         * src/folderview.c
4650                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4651
4652         * src/gtkaspell.c
4653                 fix bug 74, 'Crash opening editor window with pseudo-color
4654                 display'
4655                 
4656         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4657
4658 2003-03-06 [christoph]  0.8.10claws94
4659
4660         * src/send.c
4661                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4662                 all lines starting with a period get an extra period
4663                 inserted
4664                 (found by Simon 'corecode' Schubert)
4665
4666 2003-03-06 [paul]       0.8.10claws93
4667
4668         * src/folderview.c
4669                 if configured font can't be loaded fall back to gtk
4670                 default. (with thanks to Christoph)
4671                 
4672                 closes long-standing bug 15 'Crashes on startup'
4673
4674 2003-03-06 [paul]       0.8.10claws92
4675
4676         * src/compose.c
4677                 freeze text before autosave and thaw afterwards
4678                 fixes bug 67 'autosave make re-rediting message crazy'
4679
4680 2003-03-06 [christoph]  0.8.10claws91
4681
4682         * src/compose.c
4683                 ignore address comment in dupe check for Cc-list
4684
4685         (closes reopened bug 47 Replying to message strips name part of
4686          e-mail addresses of Cc: lines)
4687
4688 2003-03-06 [paul]       0.8.10claws90
4689
4690         * src/Makefile.am
4691                 remove reference to gtkxtext.h as its no longer in
4692                 the repository
4693
4694 2003-03-06 [paul]       0.8.10claws89
4695
4696         * sync with 0.8.10cvs25
4697                 see ChangeLog 2003-03-06
4698
4699 2003-03-06 [oliver]     0.8.10claws88
4700         
4701         * src/messageview.c
4702                 remove include
4703
4704 2003-03-06 [oliver]     0.8.10claws87
4705         
4706         * src/folderview.c 
4707                 remove changes introduced inclaws74
4708         * src/messageview.c
4709                 another attempt to sanely delete and update
4710                 messages deleted in separate messageview
4711
4712 2003-03-05 [christoph]  0.8.10claws86
4713
4714         * src/summaryview.c
4715                 check if "From" matches any account's address if
4716                 addressbook completion of addresses is disabled too
4717
4718         (closes Bug 70 "Display recipient in from" doesn't check
4719          folder's default account)
4720
4721 2003-03-05 [christoph]  0.8.10claws85
4722
4723         * src/compose.c
4724         * src/common/utils.[ch]
4725                 don't strip address comments when building Cc lists
4726
4727         (closes Bug 47 Replying to message strips name part of e-mail addresses
4728          of Cc: lines)
4729
4730         * src/folder.c
4731                 fix return value of copy function
4732
4733 2003-03-05 [christoph]  0.8.10claws84
4734
4735         * src/imap.c
4736                 don't ask imap server for non rfc822 headers
4737
4738         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4739
4740         * src/imap.c
4741                 destroy session on socket error to allow reconnecting
4742
4743 2003-03-05 [christoph]  0.8.10claws83
4744
4745         * configure.ac
4746                 fix building with gnome when no prefix is set
4747
4748         (closes bug 66 Gnome directory is set to NONE)
4749
4750 2003-03-05 [paul]       0.8.10claws82
4751
4752         * sync with 0.8.10cvs23
4753                 see ChangeLog 2003-03-05
4754
4755 2003-03-04 [christoph]  0.8.10claws81
4756
4757         * src/folder.c
4758                 o fix moving and copying when folder returns 0 for new
4759                   message number
4760                 o remove some code for single message copy and move
4761                   operations and use functions for multiple messages
4762
4763         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4764
4765         * src/news.c
4766                 remove unused include
4767
4768 2003-03-04 [paul]       0.8.10claws80
4769
4770         * src/gtk/about.c
4771                 list 'Compiled plugins'
4772
4773 2003-03-03 [christoph]  0.8.10claws79
4774
4775         * src/news.[ch]
4776                 have to multiply the percentage of the current fetch with
4777                 the percentage that it has of the total fetch operation
4778                 for correct values
4779
4780 2003-03-03 [christoph]  0.8.10claws78
4781
4782         * src/news.c
4783                 fix calculation of expected lines for progress indicator
4784
4785 2003-03-03 [christoph]  0.8.10claws77
4786
4787         * src/summaryview.c
4788         * src/common/utils.c
4789                 fix segfault when opening the root news folder
4790
4791 2003-03-03 [christoph]  0.8.10claws76
4792
4793         * src/mainwindow.[ch]
4794         * src/common/Makefile.am
4795         * src/common/progressindicator.[ch]
4796                 add UI independent progress indicator handling
4797
4798         * src/news.[ch]
4799                 use new progress indicator for message info fetching
4800
4801         * src/common/hooks.h
4802                 code cleanup
4803
4804 2003-03-03 [oliver]     0.8.10claws75
4805
4806         * src/toolbar.c
4807         * src/compose.c
4808                 removed commented code
4809
4810 2003-03-03 [oliver]     0.8.10claws74
4811
4812         * src/toolbar.[ch]
4813                 cleanups and refactoring
4814         * src/compose.[ch]
4815                 compose_reply_mode reply & forwarding interface for
4816                 toolbar buttons
4817         * src/folderview.c
4818                 act on messages marked for deletion in folderview_selected
4819                 based on prefs_common.immediate_exec since a message might 
4820                 have been deleted by messageview in a folder we are changing 
4821                 to (does anybody understand what I'm on about ?)
4822
4823 2003-03-03 [oliver]     0.8.10claws73
4824         
4825         * src/messageview.[ch]
4826                 new functions
4827                 - messageview_delete: delete message shown in messagview
4828                 - messageview_update_view: update messageview to currently 
4829                   selected summaryview message
4830                 - add separate messageview to msgview_list in order to update 
4831                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4832         * src/summaryview.[ch]
4833                 summary_get_selection returns a list of selected msgs
4834                 in summaryview
4835         * src/mainwindow.c
4836                 toolbar reply refactoring
4837
4838 2003-03-03 [paul]       0.8.10claws72
4839
4840         * sync with 0.8.10cvs21
4841                 see ChangeLog 2003-03-03
4842
4843 2003-03-02 [christoph]  0.8.10claws71
4844
4845         * src/common/passcrypt.c
4846                 use POSIX includes
4847
4848 2003-03-02 [christoph]  0.8.10claws70
4849
4850         * configure.ac
4851         * src/prefs_account.c
4852         * src/prefs_gtk.[ch]
4853         * src/common/.cvsignore
4854         * src/common/Makefile.am
4855         * src/common/passcrypt.c                ** NEW **
4856         * src/common/passcrypt.h.in             ** NEW **
4857                 Implement password encryption in config files
4858                 using unix encrypt and setkey functions. The crypt
4859                 key can be set as a configure parameter. Old
4860                 passwords will be converted if they do not begin
4861                 with '!'
4862
4863 2003-03-02 [paul]       0.8.10claws69
4864
4865         * src/prefs_account.c
4866                 fix compile error
4867
4868 2003-03-01 [thorsten]   0.8.10claws68
4869
4870         * po/el.po
4871           po/hr.po
4872           po/it.po
4873           po/nl.po
4874           po/sr.po
4875           po/sv.po
4876                 corrected format strings
4877         * po/en_GB.po
4878                 corrected headers
4879                 (fix compile errors with GNU gettext-0.11.5)
4880
4881 2003-03-01 [oliver]     0.8.10claws67
4882
4883         * src/summaryview.c
4884                 menu callbacks call toolbar_menu_reply
4885
4886 2003-03-01 [oliver]     0.8.10claws66
4887
4888         * src/mainwindow.c
4889         * src/messageview.c
4890                 menu callbacks call toolbar_menu_reply
4891         * src/toolbar.[ch]
4892                 callbacks from menu handled by toolbar_menu_reply
4893
4894 2003-03-01 [paul]       0.8.10claws65
4895
4896         * src/addressbook.c
4897                 revert commit 0.8.10claws54 - breaks editing of
4898                 addressbook.
4899                 
4900         * po/bg.po
4901                 update Bulgarian translation, submitted by
4902                 George Danchev
4903
4904 2003-02-28 [christoph]  0.8.10claws64
4905
4906         * src/account.c
4907         * src/addressadd.c
4908         * src/compose.c
4909         * src/gtkaspell.c
4910         * src/gtkxtext.h                ** REMOVE **
4911         * src/imap.c
4912         * src/matcher.[ch]
4913         * src/mh.c
4914         * src/news.c
4915         * src/pine.c
4916         * src/prefs_common.c
4917         * src/prefs_matcher.c
4918         * src/procheader.[ch]
4919         * src/procmsg.[ch]
4920         * src/toolbar.c
4921         * src/common/ssl_certificate.c
4922         * src/gtk/colorlabel.c
4923         * src/gtk/menu.c
4924                 o fix warnings
4925                 o remove code obsoleted by new cache and folder system rework
4926
4927 2003-02-28 [oliver]     0.8.10claws63
4928         
4929         * src/toolbar.[ch]
4930                 * fix bug where reply in Messageview replied to 
4931                 Message displayed in summaryview
4932                 (reportedd via ML by chinatinte at gmx dot ch)
4933                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4934                 didn't work in separate MessageView Toolbar
4935                 (wondering if anybody uses this at all ?)
4936         * src/summaryview.[ch]
4937                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4938                 (generalize reply and forward code);
4939         * src/messageview.c 
4940                 remove focus_in event which updated summaryview to messageview
4941
4942 2003-02-28 [paul]       0.8.10claws62
4943
4944         * po/Makefile.in.in
4945                 add the --check option
4946                 Patch submitted by Ricardo Mones Lastra
4947
4948 2003-02-28 [paul]       0.8.10claws61
4949
4950         * src/prefs_account.c
4951                 re-order 'Signature' items
4952
4953 2003-02-28 [paul]       0.8.10claws60
4954
4955         * sync with 0.8.10cvs20
4956                 see ChangeLog 2003-02-28
4957
4958 2003-02-28 [paul]       0.8.10claws59
4959
4960         * po/POTFILES.in
4961                 update to reflect recent movement of files
4962
4963 2003-02-28 [paul]       0.8.10claws58
4964
4965         * sync with 0.8.10cvs19
4966                 see ChangeLog 2003-02-28
4967
4968 2003-02-27 [martin]     0.8.10claws57
4969
4970         * src/prefs_matcher.c 
4971                 fix segfault in prefs_matcher_ok() when the
4972                 last entry is deleted and prevents that the
4973                 message "entry not saved" comes up after deleting
4974                 an entry
4975
4976 2003-02-27 [martin]     0.8.10claws56
4977
4978         * src/prefs_filtering.c 
4979                 fix segfault in prefs_filtering_ok() when the
4980                 last entry is deleted and prevents that the
4981                 message "entry not saved" comes up after deleting
4982                 an entry
4983
4984 2003-02-27 [paul]       0.8.10claws55
4985
4986         * sync with 0.8.10cvs18
4987                 see ChangeLog 2003-02-27
4988
4989 2003-02-27 [paul]       0.8.10claws54
4990
4991         * src/addressbook.c
4992                 fix bug where the address book crashes with 
4993                 multiple lookups.
4994                 Patch [687729] submitted by David Frager 
4995                 <dbfrager@users.sourceforge.net>
4996
4997 2003-02-25 [christoph]  0.8.10claws53
4998
4999         * src/Makefile.am
5000         * src/colorlabel.[ch]           ** REMOVE **
5001         * src/gtk/Makefile.am
5002         * src/gtk/colorlabel.[ch]       ** NEW **
5003                 move colorlabel files to gtk directory
5004
5005         * src/esmtp.[ch]                ** REMOVE **
5006                 has been merged into smtp.[ch] in 0.7.5
5007
5008 2003-02-25 [christoph]  0.8.10claws52
5009
5010         * src/Makefile.am
5011         * src/about.[ch]                ** REMOVE **
5012         * src/gtk/Makefile.am
5013         * src/gtk/about.[ch]            ** NEW **
5014                 move about files to gtk directory
5015
5016 2003-02-25 [christoph]  0.8.10claws51
5017
5018         * src/folder.c
5019                 some code optimization of folder scanning code
5020
5021         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5022
5023 2003-02-25 [christoph]  0.8.10claws50
5024
5025         * src/main.c
5026         * src/common/sylpheed.c
5027                 add command line parameter parsing to common code
5028
5029 2003-02-24 [christoph]
5030
5031         * Makefile.am
5032         * configure.ac
5033                 fix gnome prefix problems, the configure script now removed
5034                 `gnome-config --prefix` from `gnome-config --datadir`
5035                 and adds $(prefix} instead
5036
5037         (closes Bug 24 Makefile does not respect prefix when installing
5038          GNOME data)
5039
5040 2003-02-24 [christoph]  0.8.10claws49
5041
5042         * src/news.c
5043                 check for valid session before trying to authenticate
5044
5045         (closes Bug 60 crash if "authenticate on logon" is activated
5046          and newsserver-hostname is not valid)
5047
5048 2003-02-24 [melvin]     0.8.10claws48
5049
5050         * src/prefs_actions.c
5051                 Make sure all user's input is sent to the action and then
5052                 close the socket..
5053
5054 2003-02-23 [alfons]     0.8.10claws46
5055
5056         * src/summaryview.c
5057                 also wait cursor when deleting files
5058
5059 2003-02-23 [paul]
5060
5061         * tools/freshmeat_search.pl
5062           tools/google_search.pl
5063                 scripts should now work for any browser/browser command line
5064
5065 2003-02-22 [christoph]  0.8.10claws45
5066
5067         * src/procmsg.c
5068                 fix IMAP flag setting, IMAP flag is not handled correctly
5069                 anymore by the folder system and information about the
5070                 folder should not be saved in the MsgInfo (in my opinion)
5071
5072         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5073
5074 2003-02-22 [christoph]  0.8.10claws44
5075
5076         * src/summaryview.c
5077                 fix spelling of "label" ;-)
5078
5079 2003-02-22 [thorsten]   0.8.10claws43
5080
5081         * src/mimeview.c
5082           src/prefs_common.[ch]
5083           src/procmime.[ch]
5084                 do not use description as attachment name
5085
5086 2003-02-22 [alfons]     0.8.10claws42
5087
5088         * src/summaryview.c
5089                 freeze/thaw folder item updates when changing color labels,
5090                 and put a wait cursors on
5091
5092 2003-02-22 [thorsten]   0.8.10claws41
5093
5094         * src/mimeview.c
5095                 save-all fixes: crash if invoked on multipart container,
5096                 mimeinfo access, pathseparators, error dialog
5097
5098 2003-02-21 [alfons]     0.8.10claws40
5099
5100         * src/prefs_gtk.c
5101                 remove unused var
5102
5103 2003-02-21 [colin]      0.8.10claws39
5104
5105         * src/send.c
5106                 Fix smtp logging
5107
5108 2003-02-21 [colin]      0.8.10claws38
5109
5110         * src/summaryview.c
5111                 Freeze/thaw folderItem updates when filtering messages 
5112                 via Tools/Filter messages
5113
5114 2003-02-21 [paul]       0.8.10claws37
5115
5116         * src/compose.c
5117                 revert commit 0.8.10claws26, there are ulterior motives
5118                 for users to set a Reply-To header when posting to
5119                 newsgroups
5120
5121 2003-02-21 [paul]       0.8.10claws36
5122
5123         * sync with 0.8.10cvs17
5124                 see ChangeLog 2003-02-21
5125
5126 2003-02-20 [christoph]  0.8.10claws35
5127
5128         * src/imap.c
5129                 IMAP UID fetch speedup using SEARCH
5130
5131         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5132
5133         * src/imap.c
5134                 fix problem with UIDs in IMAP UID cache that no longer existed
5135
5136 2003-02-20 [christoph]  0.8.10claws34
5137
5138         * src/imap.c
5139         * src/procheader.c
5140         * src/procheader.h
5141                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5142
5143         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5144
5145         * src/imap.c
5146                 Rewrite imap_cmd_gen_recv use sock_getline instead
5147                 of sock_gets to avoid problems with too long reply
5148                 lines
5149     
5150 2003-02-20 [colin]      0.8.10claws33
5151         
5152         * src/prefs_account.c
5153                 Better wording
5154
5155 2003-02-20 [colin]      0.8.10claws32
5156
5157         * src/compose.c
5158                 Remove useless '&& !to_sender' 
5159
5160 2003-02-20 [darko]
5161
5162         * AUTHORS
5163                 change my e-mail address
5164
5165 2003-02-19 [colin]      0.8.10claws31
5166
5167         * src/prefs_common.c
5168                 X11 style colors for every configurable color
5169
5170 2003-02-19 [alfons]     0.8.10claws30
5171
5172         * src/prefs_gtk.[ch]
5173         * src/prefs_common.c
5174                 for color_new accept both plain integers and X11 style color
5175                 names (as found in /usr/lib/X11/rgb.txt)
5176
5177 2003-02-19 [paul]       0.8.10claws29
5178
5179         * src/mainwindow.c
5180                 add tooltips to online/offline button and account selector
5181                 button
5182
5183 2003-02-19 [paul]       0.8.10claws28
5184
5185         * src/folder.c
5186           src/news.c
5187           src/prefs_account.[ch]
5188           src/prefs_common.[ch]
5189                 move 'Maximum number of articles to download' to
5190                 account prefs.
5191                 clean up account prefs gui a little by hiding entries
5192                 rather then greying out entries
5193
5194 2003-02-19 [hiro]       0.8.10claws27
5195
5196         * src/common/utils.c
5197                 fix bug #54 'yesterdays date is displayed in the message 
5198                 summary window'
5199
5200 2003-02-19 [paul]       0.8.10claws26
5201
5202         * src/compose.c
5203                 fix bug reported in Feature Request [688596] 
5204                 'Reply-to header in news'
5205
5206 2003-02-18 [paul]       0.8.10claws25
5207
5208         * src/select-keys.c
5209                 add a 'List all keys' button to key selection dialog
5210
5211 2003-02-18 [colin]      0.8.10claws24
5212         
5213         * src/stock_pixmap.c
5214                 fix compile error
5215
5216 2003-02-18 [colin]      0.8.10claws23
5217
5218         * src/common/smtp.[ch]
5219           src/prefs_account.c
5220                 Try to starttls if it seems to be the only
5221                 way to authenticate a user
5222
5223 2003-02-18 [paul]       0.8.10claws22
5224
5225         * src/Makefile.am
5226           src/folderview.c
5227           src/stock_pixmap.[ch]
5228           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5229           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5230                 as a Drafts folder is a special folder allow it to have
5231                 its own unique icons
5232
5233 2003-02-18 [colin]      0.8.10claws21
5234
5235         * src/imap.c
5236                 Fix port selection when using starttls
5237
5238 2003-02-18 [paul]       0.8.10claws20
5239
5240         * src/mainwindow.c
5241           src/prefs_common.[ch]
5242                 make blue the default new mail colour
5243
5244 2003-02-18 [paul]       0.8.10claws19
5245
5246         * sync with 0.8.10cvs14
5247                 see ChangeLog 2003-02-18
5248
5249 2003-02-17 [jens]       0.8.10claws18
5250
5251         * src/common/md5.c
5252                 fixed a compile problem with gcc 3.3
5253                 works on 2.95.3 too (testet on PPC as it is big endian)
5254
5255 2003-02-17 [paul]       0.8.10claws17
5256
5257         * sync with 0.8.10cvs13
5258                 see ChangeLog 2003-02-17
5259
5260 2003-02-17 [paul]       0.8.10claws16
5261
5262         * sync with 0.8.10cvs12
5263                 see ChangeLog 2003-02-17
5264
5265 2003-02-16 [match]      0.8.10claws15
5266
5267         * src/addressbook.c
5268                 Eliminates reloading of address data when items
5269                 deleted or added. Applied submitted by
5270                 Luke Plant <lukeplant@softhome.net>
5271
5272 2003-02-16 [paul]       0.8.10claws14
5273
5274         * src/news.c
5275                 when a 'protocol error' is encountered disconnect from
5276                 the server. This means that the user can carry on viewing
5277                 other articles and doesn't have to either wait until the
5278                 server timesout or quit sylpheed.
5279                 Fixes bug #53 'Unable to read messages in newsgroups, 
5280                 displayed message doesn't change'
5281
5282 2003-02-15 [christoph]  0.8.10claws13
5283
5284         * src/imap.c
5285                 fix bug that stopped scanning of folders when an
5286                 IMAP folder was empty
5287
5288         (closes bug 46 stop scan messages in folders after empty folder)
5289
5290 2003-02-15 [paul]
5291
5292         * tools/Makefile.am
5293           tools/README
5294           tools/freshmeat_search.pl     ** NEW FILE **
5295           tools/google_search.pl        ** NEW FILE **
5296                 Add 2 Actions scripts which search freshmeat/google
5297                 for the selected text using the browser configured
5298                 in sylpheedrc.
5299                 
5300         Note: These scripts are very dependent on the format of the
5301         browser command and may not work on every occasion. Testing
5302         is welcome. 
5303
5304 2003-02-14 [alfons]     0.8.10claws12
5305
5306         * src/compose.c
5307                 fix breakage because of uninitialized account pointer.
5308                 please verify.
5309
5310 2003-02-14 [paul]       0.8.10claws11
5311
5312         * src/compose.c
5313           src/prefs_account.[ch]
5314           src/prefs_common.[ch]
5315                 move signature settings to Account Prefs
5316
5317 2003-02-14 [paul]       0.8.10claws10
5318
5319         * sync with 0.8.10cvs11
5320                 see ChangeLog 2003-02-14
5321
5322 2003-02-13 [thorsten]   0.8.10claws9
5323
5324         * src/news.c
5325                 revert news progressbar (GUI separation)
5326
5327 2003-02-13 [paul]       0.8.10claws8
5328
5329         * src/compose.c
5330                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5331                 paragraph 1
5332
5333 2003-02-13 [paul]       0.8.10claws7
5334
5335         * src/compose.[ch]
5336           src/summaryview.c
5337                 fix 'Follow-up and Reply-to' so that it creates a reply to
5338                 the newsgroup and the sender. If the message has the keyword
5339                 'poster' in the Followup-To header, all replies go to the
5340                 sender, re: RFC 1036, Section 2.2.3
5341                 rename all instances of 'ignore_replyto' to 'to_sender', both
5342                 were previously used, now we use just one.
5343
5344 2003-02-13 [paul]       0.8.10claws6
5345
5346         * sync with 0.8.10cvs9
5347                 see ChangeLog 2003-02-13
5348
5349 2003-02-13 [paul]       0.8.10claws5
5350
5351         * configure.ac
5352                 show which plugins are configured in the configure
5353                 output.
5354
5355 2003-02-12 [thorsten]   0.8.10claws4
5356
5357         * src/news.c
5358                 show progress while fetching news headers
5359
5360 2003-02-12 [christoph]  0.8.10claws3
5361
5362         * configure.ac
5363         * src/plugins/Makefile.am
5364                 use AM_CONDITIONAL to enable plugins, automake correctly
5365                 manages this when creating distdir
5366
5367 2003-02-12 [christoph]  0.8.10claws2
5368
5369         * ac/spamassassin.m4
5370         * src/plugins/spamassassin/Makefile.am
5371                 fix building SpamAssassin plugin without OpenSSL
5372
5373 2003-02-12 [paul]       0.8.10claws1
5374
5375         * ac/Makefile.am
5376           src/Makefile.am
5377           src/plugins/Makefile.am
5378                 fix failure of 'make release'
5379
5380 2003-02-12 [paul]       0.8.10claws
5381
5382         * 0.8.10claws released
5383
5384 2003-02-12 [paul]       0.8.9claws56
5385
5386         * po/bg.po
5387           po/es.po
5388           po/it.po
5389           po/ru.po
5390           po/sr.po
5391                 updated translations by George Danchev, Ricardo Mones Lastra,
5392                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5393                 
5394         * sylpheed.spec.in
5395                 Allow the building of RPMs by a regular user. Submitted
5396                 by Sergei Astanin
5397
5398 2003-02-11 [alfons]     0.8.9claws55
5399
5400         * src/colorlabel.c
5401                 don't use pixmaps for label color rect but draw rectangles
5402                 so we can respect the color map of palette based visuals
5403                 (fixes the long time crashes on Suns - thanks to Andreas
5404                 Engel and Steve O'Hara-Smith for testing)
5405
5406 2003-02-11 [christoph]  0.8.9claws54
5407
5408         * src/matcher_parser_parse.y
5409                 correct bug where filering rules of not existing folders in
5410                 matcherrc were added to global filtering
5411                 
5412         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5413          main filter-rules after removing directory, http://bugs.debian.org/180253)
5414         
5415 2003-02-11 [paul]       0.8.9claws53
5416
5417         * sync with 0.8.10cvs7
5418                 see ChangeLog 2003-02-09
5419
5420 2003-02-11 [melvin]     0.8.9claws52
5421
5422         * po/fr.po
5423                 Updated French tranlsations
5424
5425 2003-02-10 [paul]       0.8.9claws51
5426
5427         * sylpheed.spec.in
5428                 correct --enable-openssl
5429                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5430
5431 2003-02-09 [martin]     0.8.9claws50
5432
5433         * src/prefs_matcher.c
5434                 fix segfault in prefs_matcher_substitute_cb() when
5435                 no row is selected
5436
5437 2003-02-09 [paul]       0.8.9claws49
5438
5439         * src/folderview.c
5440                 fix bug where a newsgroup folder's processing rules were
5441                 merged with the global filtering rules when the newsgroup
5442                 folder was deleted, causing some seriously bad results,
5443                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5444
5445 2003-02-08 [melvin]     0.8.9claws48
5446
5447         * src/compose.c
5448                 Corrected and modified an alert message.
5449
5450 2003-02-07 [paul]       0.8.9claws47
5451
5452         * src/folderview.c
5453                 fix bug where both an 'Account properties' window and a
5454                 'Folder properties' window were opened when clicking on
5455                 'Properties' in an NNTP or IMAP folder's popup menu.
5456
5457 2003-02-07 [paul]       0.8.9claws46
5458
5459         * sync with 0.8.10cvs6
5460                 see ChangeLog 2003-02-06
5461
5462 2003-02-06 [christoph]  0.8.9claws45
5463
5464         * src/mbox.c
5465                 freeze folder updates while importing mbox files
5466                 (closes bug 43 importing mbox took hours)
5467                 
5468         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5469
5470 2003-02-06 [thorsten]   0.8.9claws44
5471
5472         * po/de.po
5473                 Updated german translations
5474
5475 2003-02-06 [thorsten]   0.8.9claws43
5476
5477         * src/news.h
5478                 use guint for message numbers (fix count in grouplist dialog)
5479
5480 2003-02-05 [paul]       0.8.9claws42
5481
5482         * sync with 0.8.10cvs2
5483                 see ChangeLog 2003-02-05
5484
5485 2003-02-04 [colin]      0.8.9claws41
5486
5487         * src/prefs_common.[ch]
5488           src/procmsg.c
5489           src/summaryview.c
5490                 Add an option to disable threading by subject
5491
5492 2003-02-04 [christoph]  0.8.9claws40
5493
5494         * src/inc.c
5495                 only abort fetching mails from multiple accounts when the
5496                 error is fatal and does not allow to check any more accounts
5497                 (currently only disk full error)
5498
5499         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5500          receive mails for other accouts)
5501
5502 2003-02-04 [christoph]  0.8.9claws39
5503
5504         * src/folder.c
5505                 first add the new message to the cache, then
5506                 send the update notification
5507
5508         (closes bug 39 after sending message folderview doesnt get updated)
5509
5510 2003-02-04 [colin]      0.8.9claws38
5511
5512         * src/inc.c
5513                 _really_ fix this Connecting... status
5514
5515 2003-02-04 [paul]       0.8.9claws37
5516
5517         * sync with 0.8.10
5518                 see ChangeLog 2003-02-04
5519
5520 2003-02-04 [paul]       0.8.9claws36
5521
5522         * sync with 0.8.9cvs6
5523                 see ChangeLog 2003-02-03
5524
5525 2003-02-04 [paul]       0.8.9claws35
5526
5527         * po/pt_BR.po
5528                 updated by André Filipe de Assunção e Brito 
5529                 <bedecko@netsite.com.br>
5530
5531 2003-02-03 [thorsten]   0.8.9claws34
5532
5533         * po/de.po
5534                 Updated german translations
5535
5536 2003-02-02 [paul]       0.8.9claws33
5537
5538         * po/es.po
5539                 updated by Ricardo Mones Lastra
5540
5541 2003-02-02 [thorsten]   0.8.9claws32
5542
5543         * src/mh.c
5544                 Fix mh_get_msginfo() segfault if file is inaccessible
5545
5546 2003-01-31 [colin]      0.8.9claws31
5547
5548         * src/procheader.c
5549                 Fix last commit's bug
5550
5551 2003-01-31 [colin]      0.8.9claws30
5552
5553         * src/procheader.c
5554                 Missing a change for gpg-signed messages
5555
5556 2003-01-31 [paul]       0.8.9claws29
5557
5558         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5559           src/procheader.c
5560           src/stock_pixmap.[ch]
5561           src/summaryview.c
5562                 indicate GnuPG signed messages by displaying an icon
5563                 in the Attachment column.
5564
5565 2003-01-31 [paul]       0.8.9claws28
5566
5567         * sync with 0.8.9cvs4
5568                 see ChangeLog 2003-01-31
5569
5570 2003-01-31 [alfons]     0.8.9claws27
5571
5572         * src/textview.c
5573                 tune URI parser to accept mailto URLs with a '?'
5574                 (patch from Ruslan Balkin)
5575
5576 2003-01-31 [colin]      0.8.9claws26
5577
5578         * src/summaryview.c
5579                 Fix a leak introduced in claws24
5580
5581 2003-01-31 [colin]      0.8.9claws25
5582
5583         * src/summaryview.c
5584                 Freeze/Thaw folder updates when deleting dups
5585
5586 2003-01-31 [colin]      0.8.9claws24
5587         
5588         * src/addr_compl.c
5589           src/summaryview.c
5590           src/msgcache.c
5591                 little speed improvements
5592
5593 2003-01-31 [colin]      0.8.9claws23
5594
5595         * src/summaryview.c
5596                 Fix segfault when forwarding nothing
5597                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5598                 
5599 2003-01-30 [paul]       0.8.9claws22
5600
5601         * sync with 0.8.9cvs3
5602                 see ChangeLog 2003-01-30
5603
5604 2003-01-30 [paul]       0.8.9claws21
5605
5606         * sync with 0.8.9cvs2
5607                 see ChangeLog 2003-01-30
5608
5609 2003-01-29 [paul]       0.8.9claws20
5610
5611         * sync with 0.8.9cvs1
5612                 see ChangeLog 2003-01-29
5613
5614 2003-01-28 [paul]       0.8.9claws19
5615
5616         * po/POTFILES.in
5617                 update to reflect changes. 
5618                 thanks to Ricardo Mones Lastra
5619
5620 2003-01-27 [christoph]  0.8.9claws18
5621
5622         * ac/openssl.m4
5623         * ac/spamassassin.m4
5624         * src/plugins/spamassassin/README
5625         * src/plugins/spamassassin/libspamc.[ch]
5626         * src/plugins/spamassassin/utils.[ch]
5627                 updated to latest libspamc
5628
5629 2003-01-27 [christoph]  0.8.9claws17
5630
5631         * src/folder.c
5632                 fix wrong use of procheader_get_header_fields
5633
5634 2003-01-27 [christoph]  0.8.9claws16
5635
5636         * src/news.c
5637         * src/prefs_account.[ch]
5638         * src/common/nntp.[ch]
5639                 allow to force authentication for NNTP servers
5640
5641         Patch submitted by Florian Mickler <dmk@d-labs.de>
5642
5643 2003-01-26 [paul]       0.8.9claws15
5644
5645         * src/summaryview.c
5646                 speed up of marking messages as read
5647                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5648
5649 2003-01-26 [christoph]  0.8.9claws14
5650
5651         * src/Makefile.am
5652         * src/mgutils.[ch]              ** REMOVE **
5653         * src/xml.[ch]                  ** REMOVE **
5654         * src/xmlprops.[ch]             ** REMOVE **
5655         * src/common/Makefile.am
5656         * src/common/mgutils.[ch]       ** NEW **
5657         * src/common/xml.[ch]           ** NEW **
5658         * src/common/xmlprops.[ch]      ** NEW **
5659                 move xml files to common directory
5660
5661 2003-01-26 [christoph]  0.8.9claws13
5662
5663         * src/plugins/spamassassin/spamassassin_gtk.c
5664                 only set gtk entry text if string is available
5665
5666 2003-01-26 [melvin]     0.8.9claws12
5667
5668         * src/description_window.c
5669                 Allow resizing of the window
5670                 Allow automatic horizontal scroll bar
5671                 Do not vertically expand and fill
5672
5673 2003-01-26 [christoph]  0.8.9claws11
5674
5675         * src/Makefile.am
5676         * src/gtkutils.[ch]             ** REMOVE **
5677         * src/common/sylpheed.c
5678         * src/gtk/Makefile.am
5679         * src/gtk/description_window.c
5680         * src/gtk/gtkutils.[ch]         ** NEW **
5681         * src/gtk/prefswindow.c
5682                 move gtkutils to gtk directory
5683
5684 2003-01-26 [paul]       0.8.9claws10
5685
5686         * src/summaryview.c
5687                 rename summary_unread_clicked() to summary_status_clicked()
5688
5689 2003-01-26 [melvin]     0.8.9claws9
5690
5691         * src/prefs_actions.c
5692                 Cosmetical changes to the help text
5693
5694 2003-01-26 [paul]       0.8.9claws8
5695
5696         * src/folder.[ch]
5697           src/mainwindow.c
5698           src/prefs_common.c
5699           src/prefs_sumamry_column.c
5700           summaryview.[ch]
5701                 rename the 'Unread' column to 'Status'
5702
5703 2003-01-25 [match]      0.8.9claws7
5704
5705         * src/mgutils.[ch]
5706                 removed reference to LDAP constants. removed error2string.
5707                 included functions to support LDAP dynamic queries.
5708         * src/syldap.h
5709                 moved LDAP constants here.
5710         * src/addressbook.c
5711         * src/addrindex.c
5712         * src/importldif.c
5713                 removed references to LDAP constants and references to
5714                 error2string.
5715
5716 2003-01-25 [paul]       0.8.9claws6
5717
5718         * src/summaryview.c
5719                 summary_thread_build(), summary_thread_init(): remove 
5720                 unneeded reference to summaryview->folder_item
5721
5722 2003-01-25 [christoph]  0.8.9claws5
5723
5724         * src/gtk/description_window.c
5725                 o allow description texts to expand over multiple columns
5726                 o translate all columns
5727         * src/prefs_actions.c
5728                 change syntax description to use new multi column feature
5729
5730         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5731
5732 2003-01-25 [match]      0.8.9claws4
5733
5734         * src/vcard.c
5735                 fixed bug with Quoted-Printable
5736
5737 2003-01-25 [paul]       0.8.9claws3
5738
5739         * src/folder.[ch]
5740           src/summaryview.[ch]
5741                 implement per-folder collapsed/expanded threads setting
5742                 
5743         * src/prefs_common.c
5744                 remove global collapsed/expanded threads option
5745
5746 2003-01-25 [christoph]  0.8.9claws2
5747
5748         * po/POTFILES.in
5749                 add pluginwindow and prefswindow
5750         * src/compose.c
5751                 make send respond correctly to messages that could be added
5752                 to the queue folder, but the UID of the message is unknown
5753         * src/folder.c
5754         * src/imap.c
5755                 don't return guessed UIDs in imap_add_msg anymore. We return
5756                 0 to tell the folder system it was appened but the UID is
5757                 unknown. Folder system now get's the UID by scaning the folder
5758                 and searching the cache for the Message-ID
5759                 (closes bug #29 Messages queued, but not sent)
5760
5761 2003-01-25 [paul]       0.8.9claws1
5762
5763         * src/codeconv.c
5764                 conv_encode_header():  fix bug when long headers with 8-bit
5765                 characters are used, so that the encoded words are wrapped.
5766                 If the space in the original text falls on the wrap boundary,
5767                 it can be lost.
5768                 Patch by Sergey Vlasov.
5769                 
5770         * src/folderview.c
5771                  fix bug where a change to the sorting method or thread view
5772                  of a folder's messages is lost if simpify-subject is set and
5773                  toggled on or off.
5774                  Patch by Luke Plant.
5775
5776 2003-01-24 [paul]       0.8.9claws
5777
5778         * sylpheed-0.8.9claws released
5779         
5780         * Makefile.am
5781           sylpheed.spec.in
5782                 remove reference to 'INSTALL.jp'
5783
5784 2003-01-23 [paul]       0.8.8claws128
5785
5786         * po/es.po
5787           po/it.po
5788           po/ru.po
5789           po/sr.po
5790                 updated translations. submitted by Ricardo Mones Lastra,
5791                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5792
5793 2003-01-23 [colin]      0.8.8claws127
5794
5795         * src/compose.c
5796                 Fix drafted and queued news articles re-edition
5797
5798 2003-01-23 [melvin]     0.8.8claws126
5799
5800         * po/fr.po
5801                 Updated French translations
5802
5803 2003-01-23 [colin]      0.8.8claws125
5804
5805         * src/inc.c
5806                 Fix "Connecting to..." status message
5807
5808 2003-01-22 [paul]       0.8.8claws124
5809
5810         * po/bg.po
5811                 updated by George Danchev
5812                 
5813         * src/folder.c
5814                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5815                 and folder deletion
5816
5817 2003-01-21 [paul]       0.8.8claws123
5818
5819         * po/bg.po
5820                 updated by George Danchev
5821                 
5822         * src/about.c
5823                 its now 2003
5824                 
5825         * src/toolbar.c
5826                 don't translate 'Separator'
5827                 
5828         * src/plugins/spamassassin/Makefile.am
5829                 add aspell to CPPFLAGS
5830                 
5831         * src/plugins/spamassassin/spamassassin.c
5832           src/plugins/spamassassin/spamassassin_gtk.c
5833                 set correct default for spamassassin_receive_spam
5834                 slightly re-word descriptions and some
5835                 other minor changes
5836
5837 2003-01-19 [alfons]     0.8.8claws122
5838                 
5839         * src/mimeview.c
5840                 mimeview_save_as(): we might as well show the file name for
5841                 the single case "Save As" too
5842
5843 2003-01-19 [alfons]     0.8.8claws121
5844
5845         * src/crash.c
5846                 change bug tracker URL to bugzilla URL
5847
5848 2003-01-19 [alfons]     0.8.8claws120
5849
5850         * src/mimeview.c
5851                 mimeview_save_all(): display name of file before overwriting;
5852                 continue saving all, even when one overwrite was cancelled
5853
5854 2003-01-19 [christoph]  0.8.8claws119
5855
5856         * src/summaryview.c
5857         * src/procmsg.[ch]
5858                 fix wrong usage of procmsg_find_children in summaryview
5859                 by using procmsg_update_unread_children instead of
5860                 summaryview_update_unread_children
5861
5862 2003-01-19 [christoph]  0.8.8claws118
5863
5864         * src/procmsg.c
5865                 fix infinite loop in procmsg_find_children
5866                  (closes bug #25 sylpheed crashes on delete.)
5867
5868         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5869
5870 2003-01-19 [paul]       0.8.8claws117
5871
5872         * po/pt_BR.po
5873                 updated by Ivan Francolin Martinez
5874
5875 2003-01-18 [melvin]     0.8.8claws116
5876
5877         * src/prefs_actions.c
5878                 Removed syntax limitation of only one '&' at the end of command.
5879                         Now actions that contain '>/dev/null 2>&1' are possible.
5880
5881 2003-01-18 [melvin]     0.8.8claws115
5882
5883         * src/prefs_actions.c
5884                 Actions IO dialog: when the action ends
5885                 the "Close" button now has focus and [Escape] closes the
5886                 window.
5887
5888 2003-01-18 [christoph]  0.8.8claws114
5889
5890         * src/procmsg.c
5891                 o add debug output when MsgInfos are really freed
5892                 o free GSLists in procmsg_find_children and
5893                   procmsg_update_unread_children
5894
5895 2003-01-18 [christoph]  0.8.8claws113
5896
5897         * src/mainwindow.c
5898                 reorder Configuration menu
5899
5900 2003-01-18 [christoph]  0.8.8claws112
5901
5902         * src/compose.c
5903                 fix applying templates to forwarded messages
5904
5905         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5906
5907 2003-01-17 [christoph]  0.8.8claws111
5908
5909         * src/folder.c
5910                 destroy folder items, when a folder item is removed
5911
5912 2003-01-17 [christoph]  0.8.8claws110
5913
5914         * src/folder.c
5915                 fix wrong folder stats update when ignored message is
5916                 deleted
5917
5918 2003-01-17 [colin]      0.8.8claws109
5919         
5920         * src/mainwindow.c
5921         * src/summaryview.c
5922                 Quicksearch bugfixes: 
5923                 - hide help button at startup if not extended
5924                 - switch to extended when looking for replies
5925
5926 2003-01-17 [paul]
5927
5928         * sync with 0.8.9 release
5929
5930 2003-01-17 [paul]       0.8.8claws108
5931
5932         * sync with 0.8.8cvs11
5933                 see ChangeLog 2003-01-17
5934
5935 2003-01-16 [colin]      0.8.8claws107
5936
5937         * src/procmsg.c
5938                 Changed encryption test to re-ask passphrase
5939                 if an encrypted message hasn't been decrypted
5940                 Fixes bug #5
5941
5942 2003-01-16 [christoph]  0.8.8claws106
5943
5944         * src/prefs_gtk.c
5945         * src/prefs_toolbar.c
5946         * src/gtk/prefswindow.h
5947         * src/plugins/spamassassin/spamassassin_gtk.c
5948                 remove page destroy function that is not used anymore
5949
5950 2003-01-16 [paul]       0.8.8claws105
5951
5952         * sync with 0.8.8cvs9
5953                 see ChangeLog 2002-01-16
5954
5955 2003-01-16 [colin]      0.8.8claws104
5956
5957         * src/compose.[ch]
5958                 Fix bug with autosaved drafts for IMAP, when draft
5959                 folder is specified - fixes bugzilla bug #20
5960
5961 2003-01-15 [paul]       0.8.8claws103
5962
5963         * src/compose.[ch]
5964           src/procmsg.c
5965                 store folder and message-id of message forwarding
5966                 in queue header and set forward flag after sending
5967
5968 2003-01-15 [paul]       0.8.8claws102
5969
5970         * sync with 0.8.8cvs8
5971                 see ChangeLog 2002-01-15
5972
5973 2003-01-15 [colin]      0.8.8claws101
5974
5975         * src/Makefile.am
5976                 Fix linking with GNU libiconv
5977
5978 2003-01-15 [darko]      0.8.8claws100
5979
5980         * src/pine.c
5981                 fix crash when importing pine address book
5982                 entry with an empty name (reported by DY
5983                 <dybulk at tri8.net>)
5984
5985 2003-01-14 [paul]       0.8.8claws99
5986
5987         * configure.in  ** REMOVED **
5988           configure.ac  ** NEW FILE **
5989                 rename configure.in to configure.ac, as it is now
5990                 preferred
5991
5992 2003-01-14 [melvin]     0.8.8claws98
5993
5994         * src/folderview.c
5995                 folderview_check_new(): More precise function description
5996
5997 2003-01-14 [melvin]     0.8.8claws97
5998
5999         * src/folderview.c
6000                 folderview_check_new(): return the number of new messages 
6001                         since last check.
6002         * src/inc.c
6003                 inc_account_mail(): Disable counting of new messages for IMAP
6004                         and NNTP until bug [19] and [14] are fixed.
6005
6006 2003-01-14 [paul]       0.8.8claws96
6007
6008         * sync with 0.8.8cvs6
6009                 see ChangeLog 2003-01-14
6010
6011 2003-01-13 [alfons]     0.8.8claws95
6012
6013         * src/textview.c
6014                 tune email address validation (c. 0.8.8claws89): if . is 
6015                 just one char away from @, the address is invalid too 
6016                 (correctly rejects addresses like foo@.com)
6017
6018 2003-01-13 [paul]       0.8.8claws94
6019
6020         * src/messageview.c
6021           src/toolbar.c
6022                 fixes to the Message View toolbar and menu:
6023                 fix non-functioning Forward button
6024                 make Reply button consider default_reply_list
6025                 remove 'Follow-up...' menu entry
6026                 add 'Forward' and 'Redirect' menu entries
6027
6028 2003-01-13 [melvin]     0.8.8claws93
6029
6030         * src/inc.c
6031                 Fixed typo that could make new messages count incorrect.
6032
6033 2003-01-13 [melvin]     0.8.8claws92
6034
6035         * src/folderview.[ch]
6036                 folderview_check_new(): return the number of new messages.
6037         * src/inc.c
6038                 Should fix bug [14] where new mail notification worked 
6039                         incorrectly with IMAP accounts.
6040                 inc_spool_account(): return number of new msgs, or -1 on error
6041                 inc_all_spool(): return number of new msgs
6042                 
6043 2003-01-13 [melvin]     0.8.8claws91
6044
6045         * src/prefs_actions.c
6046                 Justify help text.
6047
6048 2003-01-12 [thorsten]   0.8.8claws90
6049
6050         * src/common/prefs.c
6051                 close file before rename
6052
6053 2003-01-12 [alfons]     0.8.8claws89
6054
6055         * AUTHORS
6056                 add Christian Mertes
6057         * src/common/utils.[ch]
6058                 g_stricase_hash(), g_stricase_equal(): functions for 
6059                 case insensitive hash tables
6060         * src/textview.c
6061                 use top level domain names to validate email address, based
6062                 on a patch by Christian Mertes (thanks!), but changed 
6063                 implementation to use a hash table 
6064
6065 2003-01-12 [paul]       0.8.8claws88
6066
6067         * po/bg.po
6068                 updated by George Danchev
6069
6070 2003-01-12 [alfons]     0.8.8claws87
6071
6072         * src/summaryview.c
6073                 delete / execute performance: use new style folder update
6074
6075 2003-01-12 [paul]       0.8.8claws86
6076
6077         * sync with 0.8.8cvs5
6078                 see ChangeLog 2003-01-13 (!)
6079
6080 2003-01-12 [alfons]     0.8.8claws85
6081
6082         * src/filtering.c
6083         * src/matcher_parser_parse.y
6084                 prepare change_score filtering action
6085         * src/matcher.[ch]
6086                 give up const-correctness on functions that call non-const-correct functions;
6087                 several casts to gpointer in g_free();
6088                 add change_score;
6089
6090 2003-01-12 [christoph]  0.8.8claws84
6091
6092         * src/compose.c
6093                 fix 2 warnings
6094
6095         * src/gtk/prefswindow.[ch]
6096         * src/plugins/spamassassin/spamassassin_gtk.c
6097                 changed the call of the widget create function
6098                 for PrefsPages, because sometimes the widget
6099                 create function needs a widget that already has
6100                 been attached to a window (to create GDK pixmaps
6101                 for exmaple). So we simply pass the GtkWindow as
6102                 the second parameter now.
6103
6104         * src/main.c
6105         * src/mainwindow.c
6106         * src/prefs_toolbar.[ch]
6107                 rewrite Toolbar Preferences using the new
6108                 prefs window
6109
6110 2003-01-11 [alfons]     0.8.8claws83
6111
6112         * src/addressadd.c
6113                 fix crash when adding sender to addressbook because status bar
6114                 isn't there (the status bar doesn't seem to be used though,
6115                 but I'll let Match decide what to do with it)
6116
6117 2003-01-11 [colin]      0.8.8claws82
6118
6119         * src/main.c
6120           src/toolbar.c
6121                 Two useless changes reversed
6122
6123 2003-01-11 [colin]      0.8.8claws81
6124
6125         * src/mainwindow.c
6126           src/mainwindow.h
6127                 Add mainwindow_get_mainwindow()
6128         * src/alertpanel.c
6129           src/alertpanel.h
6130                 Add alertpanel_error_log() 
6131         * src/compose.c
6132           src/inc.c
6133           src/messageview.c
6134           src/toolbar.c
6135           src/main.c
6136           src/procmsg.c
6137                 Network errors get a View Log button
6138
6139 2003-01-10 [alfons]     0.8.8claws80
6140
6141         * src/prefs_toolbar.c
6142         * src/toolbar.c
6143                 use the translatable string for "Separator" as file name for
6144                 separator toolbar items (probably make this uppercase?)
6145
6146 2003-01-10 [alfons]     0.8.8claws79
6147
6148         * src/prefs_toolbar.c
6149                 put right A_SEPARATOR description string in "displayed
6150                 toolbar items list" so manually added separators are
6151                 saved correctly (bug #10, "Adding a separator to the main 
6152                 toolbar fails, entry in xml file is wrong")
6153
6154 2003-01-10 [christoph]  0.8.8claws78
6155
6156         * src/imap.c
6157                 o fix warnings
6158                 o use CAPABILITY to check if NAMESPACE is available
6159
6160 2003-01-10 [christoph]  0.8.8claws77
6161
6162         * src/imap.[ch]
6163                 apply UIDPLUS IMAP extension support patch
6164
6165         Patch submitted by Simon 'corecode' Schubert
6166
6167 2003-01-10 [paul]       0.8.8claws76
6168
6169         * src/folderview.c
6170                 a sync from main which fixes the news account folders'
6171                 Properties bug
6172
6173 2003-01-10 [christoph]  0.8.8claws75
6174
6175         * src/folder.c
6176                 don't accept 0 as a valid uid returned by copy and move
6177                 functions. 0 means the message was copied or moved but the
6178                 new uid could not be fetched. It is not an error condition
6179                 for the copy or move operation.
6180
6181 2003-01-10 [paul]       0.8.8claws74
6182
6183         * src/prefs_filtering.c
6184                 change English used in Alert when entry is not
6185                 saved.
6186                 
6187         * sync with 0.8.8cvs4
6188                 see ChangeLog 2003-01-10
6189
6190 2003-01-10 [darko]      0.8.8claws73
6191
6192         * src/pine.c
6193                 fix crash when importing address book entry
6194                 without a valid address
6195
6196 2003-01-09 [alfons]     0.8.8claws72
6197
6198         * src/inc.c
6199                 filtering performance: use new style folder update
6200
6201 2003-01-09 [christoph]  0.8.8claws71
6202
6203         * src/compose.c
6204         * src/gtk/menu.[ch]
6205                 fix wrong selecting of mime encoding type, when
6206                 opening property dialog of attachments in the
6207                 compose window. 7bit was always selected and that
6208                 destoryed files with 8bit data.
6209                 (closes bug #9 Sylpheed-claws destroys attachments when
6210                  changing MIME-types)
6211
6212 2003-01-09 [paul]       0.8.8claws70
6213
6214         * sync with 0.8.8cvs3
6215                 see ChangeLog 2003-01-09
6216
6217 2003-01-08 [alfons]     0.8.8claws69
6218         
6219         * src/addressadd.c
6220                 apply patch by Kim Schulz to fix build breakage
6221                 because of missing variable
6222
6223 2003-01-08 [paul]       0.8.8claws68
6224
6225         * sync with 0.8.8cvs2
6226                 see ChangeLog 2002-01-08
6227
6228 2003-01-08 [paul]       0.8.8claws67
6229
6230         * po/it.po
6231                 updated by Alessandro Maestri
6232                 
6233         * src/addressadd.c
6234                 when using 'Add sender to addressbook' allow
6235                 name to be edited and remarks to be entered
6236                 Patch submitted by Luke Plant
6237
6238 2003-01-08 [darko]      0.8.8claws66
6239
6240         * README.claws, src/summaryview.c
6241                 fix description for marked messages
6242
6243 2003-01-08 [paul]
6244
6245         * tools/Makefile.am
6246           tools/launch_phoenix  ** NEW FILE **
6247                 add script that enables using Phoenix as the default
6248                 web browser. 
6249                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6250                 
6251         * tools/OOo2sylpheed.pl
6252                 remove full path to sylpheed executable, just 'sylpheed'
6253                 will do
6254                 
6255         * tools/README
6256                 add launch_phoenix informtion and re-arrange and compress
6257                 the data a little
6258
6259 2003-01-07 [christoph]  0.8.8claws65
6260
6261         * src/folder.c
6262                 fix update for source folder when moving messages
6263         * src/procmsg.[ch]
6264         * src/summaryview.c
6265                 use function to set to_folder for message infos and
6266                 automatically update the op_count for old and new
6267                 folder
6268
6269 2003-01-07 [melvin]     0.8.8claws64
6270
6271         * src/prefs_actions.c
6272                 Fixed bug where an '%p' Action on a displayed image crashed 
6273                         Sylpheed
6274                 Code clean up (get rid of duplicated code and removed unnecessary 
6275                                 structure member)
6276
6277 2003-01-07 [christoph]  0.8.8claws63
6278
6279         * src/compose.c
6280         * src/folder.[ch]
6281         * src/folderview.c
6282         * src/import.c
6283         * src/inc.c
6284         * src/main.c
6285         * src/mainwindow.c
6286         * src/messageview.c
6287         * src/prefs_folder_item.c
6288         * src/procmsg.c
6289         * src/summaryview.c
6290         * src/toolbar.c
6291                 o remove all folder update triggering from the UI code. The folder
6292                   system should know much better when a folder needs an update.
6293                 o to prevent multiple updates in a row the folder updates can be
6294                   frozen for some time.
6295
6296                 Note: - Please verify that no updates are missing
6297                       - Check where freeze/thaws should be added
6298
6299 2003-01-07 [christoph]  0.8.8claws62
6300
6301         * src/prefs_actions.c
6302                 don't translate empty strings
6303
6304         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6305
6306 2003-01-06 [christoph]  0.8.8claws61
6307
6308         * src/prefs_actions.c
6309                 mark strings for gettext
6310         * src/prefs_matcher.c
6311                 use new description window for Execute action and
6312                 match condition in Filtering
6313
6314         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6315
6316 2003-01-06 [alfons]     0.8.8claws60
6317
6318         keep myself inspired to re-organize matcher part 8; 
6319         yes, more to come (I need to move out the descriptive
6320         text for actions to matcher.c, or at least make it not
6321         depend on the wicked ordering)
6322
6323         * src/prefs_matcher.c
6324                 add documentation so others may comprehend the
6325                 UI part of the conditions
6326                 
6327 2003-01-06 [christoph]  0.8.8claws59
6328
6329         * src/prefs_actions.c
6330                 use new description window for syntax help
6331         * src/gtk/description_window.c
6332                 fix display of descriptions with column count != 2
6333
6334         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6335
6336 2003-01-06 [christoph]  0.8.8claws58
6337
6338         * src/quote_fmt.c
6339         * src/summaryview.[ch]
6340         * src/gtk/Makefile.am
6341         * src/gtk/description_window.[ch]       ** NEW **
6342                 use a generic window to display syntax descriptions
6343                 currently used in quote_fmt and summaryview (new description
6344                 for extended quick search)
6345
6346         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6347
6348 2003-01-06 [paul]       0.8.8claws57
6349
6350         * sync with 0.8.8cvs1
6351                 see ChangeLog 2003-01-06
6352
6353 2003-01-06 [christoph]  0.8.8claws56
6354
6355         * src/mainwindow.c
6356         * src/prefs_gtk.[ch]
6357         * src/gtk/prefswindow.[ch]
6358         * src/plugins/spamassassin/spamassassin_gtk.c
6359                 o remove page management from prefswindow, pages
6360                   will be an argument to prefswindow_open
6361                 o prefswindow_open gets a datapointer that is
6362                   passed to the widget_create function to allow
6363                   creation of prefswindow for specific items
6364
6365 2003-01-06 [colin]      0.8.8claws55
6366         
6367         * src/summaryview.c
6368                 We don't want regexp in the reply-finder, 
6369                 because MIDs can contain !,$,. and so on
6370
6371 2003-01-06 [jens]       0.8.8claws54
6372
6373         * src/jpilot.c
6374                 fixed a wrong free in jpilot_read_db_files
6375
6376 2003-01-06 [alfons]     0.8.8claws53
6377
6378         re-organize matcher part 8; more to come
6379        
6380         * src/matcher.c
6381                 matcherprop_to_string(): put g_free()s before the
6382                 switch-case break to fix memleaks                
6383
6384 2003-01-06 [colin]      0.8.8claws52
6385
6386         * src/summaryview.c
6387                 cleanup & reply-finder now displays the first 
6388                 matching message
6389
6390 2003-01-05 [alfons]     0.8.8claws51
6391
6392         re-organize matcher part 7; more to come
6393
6394         * src/matcher.[ch]
6395                 fixes for constant correctness;
6396                 more documentation;
6397
6398 2003-01-05 [alfons]     0.8.8claws50
6399
6400         re-organize matcher part 6; more to come
6401         
6402         * src/matcher.[ch]
6403                 fixes for constant correctness;
6404                 more documentation;
6405         * src/filtering.c
6406                 fix for constant correctness
6407
6408 2003-01-05 [colin]      0.8.8claws49
6409
6410         * src/account.[ch]
6411                 Add account_get_reply_account function
6412         * src/compose.c
6413                 Use account_get_reply_account function 
6414         * src/summaryview.c
6415                 Basic reply-finder - click on the replied
6416                 icon gets you to the outbox using quick-search
6417
6418 2003-01-05 [paul]       0.8.8claws48
6419
6420         * src/prefs_common.c
6421                 small change to English
6422                 
6423         * src/prefs_filtering.c
6424                 prefs_filtering_action_select(): improve logic and uniformity
6425                 of gui
6426
6427 2003-01-05 [alfons]     0.8.8claws47
6428
6429         fine tune solution to focus problems (bug #7)
6430
6431         * src/mainwindow.c
6432                 mainwindow_focus_in_event(): remove grab event check
6433         * src/summaryview.c
6434                 summary_button_pressed(): move selection on right-click
6435                 too. we can't possibly move the selection back after
6436                 canceling a dialog, because gtk's incomplete focus 
6437                 management. whether this is a good solution, only time
6438                 will tell.
6439
6440 2003-01-05 [christoph]  0.8.8claws46
6441
6442         * src/imap.c
6443                 fix crash when no imap connection could be established
6444
6445 2003-01-05 [paul]       0.8.8claws45
6446
6447         * src/mainwindow.c
6448           src/sumamryview.c
6449           src/gtk/menu.[ch]
6450                 fix bug 605957 'shortcuts in popup-menu'
6451                 make user-defined shortcuts work
6452                 show shortcuts that are already defined
6453                 in the main menu
6454                 Patch submitted by Luke Plant
6455
6456 2003-01-05 [alfons]     0.8.8claws44
6457
6458         * src/mainwindow.c
6459                 focus_in_event handler should not select summary view row 
6460                 when another window (menu, dialog) grabbed for events 
6461                 (bug #7, "[0.8.8claws42] Message summary focus") 
6462
6463 2003-01-04 [christoph]  0.8.8claws43
6464
6465         * src/procmsg.c
6466                 update save folder after adding the sent message
6467                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6468
6469 2003-01-02 [christoph]  0.8.8claws42
6470
6471         * src/common/plugin.c
6472                 fix unloading of all plugins and unload
6473                 plugins in reverse order
6474                 
6475         * src/gtk/pluginwindow.c
6476                 implement function of load and unload button
6477
6478         * src/gtk/prefswindow.c
6479         * src/gtk/prefswindow.h
6480                 rename register function and add new unregister
6481                 function
6482
6483         * src/plugins/spamassassin/spamassassin_gtk.c
6484                 unregister prefs page and update for changes in
6485                 src/gtk/prefswindow.c
6486
6487 2003-01-02 [paul]       0.8.8claws41
6488
6489         * po/es.po
6490                 updated by Ricardo Mones Lastra
6491
6492 2003-01-02 [paul]
6493
6494         * tools/tb2sylpheed
6495                 fixes and improvements by Urke MMI
6496
6497 2003-01-02 [thorsten]   0.8.8claws40
6498
6499         * src/procmsg.c
6500                 fixed wrong return value
6501
6502 2003-01-02 [thorsten]   0.8.8claws39
6503
6504         * src/prefs.c
6505                 fixed printing wrong variable
6506
6507 2003-01-02 [thorsten]   0.8.8claws38
6508
6509         * src/prefs.c
6510                 fixed acessing members of freed pfile struct
6511
6512 2003-01-02 [thorsten]   0.8.8claws37
6513
6514         * src/procmsg.c
6515                 detect loops across several messages
6516                 as suggested by Christoph Hohmann
6517
6518 2003-01-01 [match]      0.8.8claws36
6519
6520         * src/addrindex.c
6521                 fixed another memory leak.
6522
6523 2003-01-01 [match]      0.8.8claws35
6524
6525         * src/jpilot.[ch]
6526                 fixed memory leaks. applied Doxygen comments.
6527
6528 2003-01-01 [thorsten]   0.8.8claws34
6529
6530         * src/procmsg.c
6531                 inhibit endless loop if msg references itself
6532                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6533
6534 2003-01-01 [christoph]  0.8.8claws33
6535
6536         * src/mainwindow.c
6537         * src/gtk/Makefile.am
6538         * src/gtk/pluginwindow.c                ** NEW **
6539         * src/gtk/pluginwindow.h                ** NEW **
6540                 add plugin window
6541
6542         * src/plugins/demo/demo.c
6543         * src/plugins/spamassassin/spamassassin.c
6544         * src/plugins/spamassassin/spamassassin_gtk.c
6545                 write better plugin descriptions
6546
6547 2002-12-31 [christoph]  0.8.8claws32
6548
6549         * src/gtk/prefswindow.c
6550         * src/plugins/spamassassin/spamassassin_gtk.c
6551                 some small improvements to GTK code
6552
6553 2002-12-31 [christoph]  0.8.8claws31
6554
6555         * src/plugins/spamassassin/spamassassin_gtk.c
6556                 enable folder select button
6557
6558 2002-12-31 [christoph]  0.8.8claws30
6559
6560         * src/mainwindow.c
6561         * src/gtk/Makefile.am
6562         * src/gtk/prefswindow.c                         ** NEW **
6563         * src/gtk/prefswindow.h                         ** NEW **
6564                 add new prefs window
6565
6566         * src/common/plugin.c
6567                 don't try to load empty config lines
6568         
6569         * src/plugins/spamassassin/Makefile.am
6570         * src/plugins/spamassassin/spamassassin.c
6571         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6572         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6573                 GTK config for SpamAssassin Plugin using
6574                 the new prefs window
6575
6576 2002-12-31 [paul]       0.8.8claws29
6577
6578         * po/POTFILES.in
6579                 remove obsolete entry 'src/menu.c'
6580
6581 2002-12-31 [alfons]     0.8.8claws28
6582
6583         * src/matcher.[ch]
6584         * src/matcher_parser_parse.y
6585         * src/prefs_matcher.c
6586                 add "ignore_thread" and "~ignore_thread" condition so it's
6587                 possible to make the actions / scoring operate on the ignore
6588                 thread flag
6589
6590 2002-12-31 [christoph]  0.8.8claws27
6591
6592         * src/addrbook.c
6593         * src/addrindex.c
6594         * src/folder.c
6595         * src/matcher.c
6596         * src/prefs_account.c
6597         * src/prefs_actions.c
6598         * src/prefs_customheader.c
6599         * src/prefs_display_header.c
6600         * src/prefs_gtk.c
6601         * src/procmime.c
6602         * src/toolbar.c
6603         * src/xmlprops.c
6604         * src/common/prefs.[ch]
6605                 extend prefs file handling for reading and automatic handling
6606                 of blocks. When reading prefs_set_block_label will automatically
6607                 move on to the block. When writing it will copy all other blocks
6608                 automatically
6609
6610         * src/common/plugin.c
6611                 Now loading plugin filenames from [Plugins] block in
6612                 sylpheed rc file
6613
6614 2002-12-30 [christoph]  0.8.8claws26
6615
6616         * src/common/hooks.[ch]
6617                 return abort status to caller of hooks_invoke
6618                 
6619         * src/inc.[ch]
6620                 invoke message filtering hook and stop
6621                 default handling when filter returns abort
6622
6623         * src/common/plugin.[ch]
6624         * src/plugins/demo/demo.c
6625                 modify plugin loader, because resolving symbols for strings
6626                 does not work correctly
6627         
6628         * configure.in
6629         * ac/spamassassin.m4                            ** NEW **
6630         * src/plugins/spamassassin/.cvsignore           ** NEW **
6631         * src/plugins/spamassassin/Makefile.am          ** NEW **
6632         * src/plugins/spamassassin/README               ** NEW **
6633         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6634         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6635         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6636                 add spamassassin plugin, see src/plugins/spamassassin/README
6637                 for details
6638
6639 2002-12-29 [alfons]     0.8.8claws25
6640
6641         * src/mainwindow.c
6642                 when moving focus from a message view to the main 
6643                 window, don't forget to select the summary node
6644                 of the displayed message. should fix "[ 659103 ] 
6645                 focus-follows-mouse confuses sylpheed"
6646
6647 2002-12-29 [christoph]  0.8.8claws24
6648
6649         * src/Makefile.am
6650         * src/stringtable.[ch]          ** REMOVE **
6651         * src/common/Makefile.am
6652         * src/common/stringtable.[ch]   ** NEW **
6653                 move stringtable files to common directory
6654
6655 2002-12-29 [christoph]  0.8.8claws23
6656
6657         * src/Makefile.am
6658         * src/menu.[ch]                 ** REMOVE **
6659         * src/gtk/Makefile.am
6660         * src/gtk/menu.[ch]             ** NEW **
6661                 move menu files to gtk directory
6662
6663 2002-12-29 [match]      0.8.8claws22
6664
6665         * src/addressbook.c
6666         * src/syldap.c
6667                 moved UI specific code out of LDAP code into addressbook
6668                 UI code. fixed memory leak.
6669
6670 2002-12-29 [christoph]  0.8.8claws21
6671
6672         * src/folder.c
6673                 only check for IGNORED parent message when message is
6674                 not IGNORED itself
6675
6676 2002-12-29 [alfons]     0.8.8claws20
6677
6678         * src/summaryview.c
6679                 set gtksctree's anchor correct (immediate execute
6680                 changes the tree's layout, and anchor points at 
6681                 the incorrect row). fixes "[ 657233 ] multiple msg 
6682                 delete sometimes off by 1".
6683                 we probably have to look for more tree layout /
6684                 anchor glitches.
6685
6686 2002-12-29 [paul]       0.8.8claws19
6687
6688         * src/summaryview.c
6689                 fix bug [ 659054 ] incorrect sorting of 'From' column
6690                 when using 'display sender using address book'
6691                 thanks to Alfons and Luke Plant
6692
6693 2002-12-29 [christoph]  0.8.8claws18
6694
6695         * src/folder.c
6696         * src/procmsg.[ch]
6697                 check parent messages for IGNORE THREAD flag, when adding,
6698                 moving or copying messages to a folder
6699
6700 2002-12-27 [alfons]     0.8.8claws17
6701
6702         re-organize matcher part 5; more to come
6703
6704         * src/matcher.c
6705                 hash keywords in matchparser_tab 
6706
6707 2002-12-27 [alfons]     0.8.8claws16
6708
6709         re-organize matcher part 4; more to come
6710
6711         * src/matcher_parser.h
6712         * src/matcher_parser_lex.l
6713         * src/matcher_parser_parse.y
6714                 cleanup
6715
6716 2002-12-27 [alfons]     0.8.8claws15
6717
6718         re-organize matcher part 3; more to come
6719
6720         * src/matcher.[ch]
6721                 cleanup
6722
6723 2002-12-27 [alfons]     0.8.8claws14
6724
6725         re-organize matcher part 2; more to come but this should
6726         work. cc me if there are any regressions.
6727
6728         * src/matcher.h
6729                 add prototype for get_matchparser_tab_id()
6730         * src/matcher_parser_lex.l
6731                 look up keywords using matchparser_tab_id();
6732
6733 2002-12-27 [alfons]     0.8.8claws12
6734
6735         re-organize matcher part 1
6736
6737         * src/matcher.h
6738                 map yacc generated constants to sylpheed matcher constants
6739         * src/matcher.c
6740                 add function to find a matcher constant from a string
6741
6742 2002-12-27 [christoph]  0.8.8claws11
6743
6744         * src/compose.c
6745                 MENUITEM_ADD casts the 4th argument from integer to pointer
6746                 so it probably should not be a pointer, this means we
6747                 should use account id for it and not the account's pointer
6748
6749 2002-12-27 [paul]       0.8.8claws10
6750
6751         * src/mainwindow.c
6752                 remove unneeded 'GtkWidget *vbox'
6753                 
6754         * src/summaryview.c
6755                 further sync with 0.8.8 - make sort
6756                 by recipient work as expected
6757                 
6758         * NEWS
6759                 sync with 0.8.8
6760
6761 2002-12-27 [paul]       0.8.8claws9
6762
6763         * po/pt_BR.po
6764                 updated by Ivan F. Martinez
6765                 
6766 2002-12-27 [darko]      0.8.8claws8
6767
6768         * src/common/utils.c
6769                 added locked pattern to extended search
6770
6771 2002-12-27 [alfons]     0.8.8claws7
6772
6773         * src/prefs_matcher.[ch]
6774                 clean up
6775
6776 2002-12-26 [alfons]     0.8.8claws6
6777
6778         * src/matcher.[ch]
6779         * src/matcher_parser_lex.l
6780         * src/matcher_parser_parse.y
6781         * src/prefs_matcher.c
6782                 allow color label as a condition in the matcher
6783
6784 2002-12-26 [oliver]     0.8.8claws5
6785         
6786         * src/toolbar.c 
6787                 enable Addressbook for Main and Messageview
6788         * src/prefs_actions.c
6789                 enable actions in Messageview
6790
6791 2002-12-26 [christoph]  0.8.8claws4
6792
6793         * src/common/plugin.c
6794                 add a little debug output
6795         * configure.in
6796         * src/plugins/demo/Makefile.am
6797                 better use of automake
6798
6799 2002-12-26 [christoph]  0.8.8claws3
6800
6801         * src/Makefile.am
6802         * src/common/Makefile.am
6803                 fix "make distdir"
6804
6805 2002-12-26 [christoph]  0.8.8claws2
6806
6807         * configure.in
6808                 sort configure checks into common / gtk / plugins
6809         * po/POTFILES.in
6810                 add src/prefs_gtk.c
6811         * src/Makefile.am
6812                 add plugins SUBDIR
6813         * src/main.c
6814         * src/common/sylpheed.[ch]
6815                 added now sylpheed_done function for shutdown
6816         * src/common/Makefile.am
6817         * src/common/plugin.[ch]                ** NEW **
6818                 plugin loader and unloader
6819         * src/plugins/.cvsignore                ** NEW **
6820         * src/plugins/Makefile.am               ** NEW **
6821                 build plugins
6822         * src/plugins/demo/.cvsignore           ** NEW **
6823         * src/plugins/demo/Makefile.am          ** NEW **
6824         * src/plugins/demo/demo.c               ** NEW **
6825                 small demo plugin that installs a logtext hook and
6826                 outputs the log text to stdout
6827
6828 2002-12-26 [paul]       0.8.8claws1
6829
6830         * po/es.po
6831                 updated by Ricardo Mones Lastra
6832
6833 2002-12-26 [paul]       0.8.8claws
6834
6835         * 0.8.8claws released
6836
6837 2002-12-26 [paul]       0.8.7claws12
6838
6839         * po/bg.po
6840                 updated by George Danchev
6841
6842 2002-12-26 [paul]       0.8.7claws11
6843
6844         * po/POTFILES.in
6845                 remove unneeded 'src/prefs.c' entry 
6846
6847 2002-12-26 [paul]       0.8.7claws10
6848
6849         * src/codeconv.c
6850           src/mainwindow.c
6851                 sync with 0.8.8 release
6852         
6853         * src/folder.[ch]
6854           src/mh.c
6855           src/summaryview.c
6856                 partial sync with 0.8.8 release
6857         
6858
6859 2002-12-25 [alfons]     0.8.7claws9
6860
6861         * src/matcher.[ch]
6862         * src/matcher_parser_lex.l
6863         * src/matcher_parser_parse.y
6864         * src/prefs_matcher.c
6865                 add locked flag to possible filtering / matcher 
6866                 conditions (also a good example what should be
6867                 done to add a simple boolean condition)
6868
6869 2002-12-25 [christoph]  0.8.7claws8
6870
6871         * src/Makefile.am
6872         * src/account.[ch]
6873         * src/addrbook.c
6874         * src/addressbook.c
6875         * src/addrindex.c
6876         * src/filtering.c
6877         * src/folder.c
6878         * src/matcher.c
6879         * src/prefs.[ch]                ** REMOVE **
6880         * src/prefs_account.c
6881         * src/prefs_actions.c
6882         * src/prefs_common.c
6883         * src/prefs_customheader.c
6884         * src/prefs_display_header.c
6885         * src/prefs_filtering.c
6886         * src/prefs_folder_item.c
6887         * src/prefs_gtk.[ch]            ** NEW **
6888         * src/prefs_matcher.c
6889         * src/prefs_scoring.c
6890         * src/prefs_summary_column.c
6891         * src/procmime.c
6892         * src/selective_download.c
6893         * src/toolbar.c
6894         * src/common/Makefile.am
6895         * src/common/prefs.[ch]         ** NEW **
6896                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6897
6898 2002-12-24 [alfons]     0.8.7claws7
6899
6900         * src/summaryview.c
6901                 summary_thread_build(): fix real cause of the crash mentioned in
6902                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6903                 this way we get meaningful ctree nodes 
6904
6905 2002-12-24 [oliver]     0.8.7claws6
6906
6907         * src/mainwindow.[ch]
6908         * src/messageview.[ch]
6909         * src/compose.[ch]
6910         * src/inc.c
6911         * src/summaryview.c
6912                 changes to use updated toolbar handling
6913                 
6914 2002-12-24 [oliver]     0.8.7claws5
6915
6916         * src/toolbar.[ch]
6917                 generic toolbar handling
6918                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6919         * src/prefs_toolbar.[ch]
6920                 adjust to handling
6921         
6922 2002-12-24 [oliver]     0.8.7claws4
6923         
6924         * src/stock_pixmap.[ch]
6925                 move SYLPHEED_LOGO to end of list in order 
6926                 to remove it from Custom Toolbar`s Icon View
6927
6928 2002-12-24 [alfons]     0.8.7claws3
6929
6930         * src/summaryview.c
6931                 summary_thread_build(): fix crash because of focus != selection 
6932                 after threading. when deleting the selection, gtk tries but fails 
6933                 to find the correct focusable element. we now force the selection
6934                 to be focused. this should solve the infamous bug reported by 
6935                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6936                 a test case is available. 
6937
6938 2002-12-24 [darko]      0.8.7claws2
6939
6940         * src/summaryview.c
6941                 don't crash when unmarking message with unread children
6942
6943 2002-12-23 [christoph]  0.8.7claws1
6944
6945         * src/Makefile.am
6946         * src/common/Makefile.am
6947                 update Makefiles for moved intl.h, version.h and defs.h
6948         * src/imap.c
6949                 rewrite imap_session_get to avoid duplicate code
6950
6951 2002-12-23 [paul]       0.8.7claws
6952
6953         * Santa-Claws released
6954         
6955         * po/hu.po
6956           po/ru.po
6957                 squeeze in updated Hungarian and Russian translations.
6958                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6959
6960 2002-12-23 [paul]       0.8.6claws129
6961
6962         * po/pl.po
6963                 updated by Witold Wladyslaw Wojciech Wilk
6964
6965 2002-12-23 [paul]       0.8.6claws128
6966
6967         * src/quote_fmt_parse.y
6968                 fix typo and add licence header
6969
6970 2002-12-23 [paul]       0.8.6claws127
6971
6972         * po/en_GB.po
6973                 updated
6974
6975 2002-12-23 [paul]       0.8.6claws126
6976
6977         * po/it.po
6978                 updated translation, submitted by Alessandro Maestri
6979                 
6980 2002-12-23 [paul]       0.8.6claws125
6981
6982         * src/quote_fmt_parse.y
6983                 fix signature-stripping on replies bug. match
6984                 '-- \n' and not '-- '.
6985
6986 2002-12-22 [paul]       0.8.6claws124
6987
6988         * po/bg.po
6989           po/es.po
6990           po/sr.po
6991                 updated translations. submitted by George Danchev,
6992                 Ricardo Mones Lastra, and Urke MMI respectively
6993
6994 2002-12-21 [paul]       0.8.6claws123
6995
6996         * src/addrbook.c
6997                 fix coding style
6998
6999 2002-12-21 [paul]       0.8.6claws122
7000
7001         * src/addrbook.c
7002                 fix bug [643638] where if a person is in one or more
7003                 addressbook groups editing that person's email 
7004                 address results in removal from those groups.
7005                 Patch submitted by Luke Plant.
7006
7007 2002-12-20 [christoph]  0.8.6claws121
7008
7009         * src/common/utils.c
7010         * src/summaryview.c
7011                 reimplement expand_search_string using GString to
7012                 prevent crashs caused by miscalculated string
7013                 lengths reported by Paul
7014
7015 2002-12-20 [christoph]  0.8.6claws120
7016
7017         * src/summaryview.c
7018                 don't use "changed" to check if op_count has to be changed as it
7019                 is also set when the message has unread children
7020                 (closes bug [ 653221 ] crash while deleting duplicates)
7021
7022 2002-12-20 [paul]       0.8.6claws119
7023
7024         * sync with 0.8.6cvs27
7025                 see ChangeLog 2002-12-20
7026
7027 2002-12-20 [paul]       0.8.6claws118
7028
7029         * sync with 0.8.6cvs26
7030                 see ChangeLog 2002-12-19 and 2002-12-20
7031
7032 2002-12-19 [alfons]     0.8.6claws117
7033
7034         * src/textview.c
7035                 fix incorrect parsing of email addresses, submitted by 
7036                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7037                 name display if it contains @".
7038
7039 2002-12-18 [paul]       0.8.6claws116
7040
7041         * sync with 0.8.6cvs23
7042                 see ChangeLog 2002-12-18
7043
7044 2002-12-18 [paul]       0.8.6claws115
7045
7046         * src/Makefile.am
7047         * src/account.c
7048         * src/codeconv.c
7049         * src/gtkutils.[ch]
7050         * src/imap.c
7051                 sync with 0.8.6cvs22.
7052                 see ChangeLog 2002-12-17 and 2002-12-18
7053
7054 2002-12-17 [christoph]  0.8.6claws114
7055
7056         * src/imap.c
7057                 o don't create a session if imap greeting fails
7058                 o don't close socket when authentication fails
7059                   this is done by imap_session_destroy
7060
7061 2002-12-17 [thorsten]   0.8.6claws113
7062
7063         * tools/Makefile.am
7064           tools/README
7065           tools/google_msgid.pl ** NEW FILE **
7066                 Added "search for message-id" script and doc
7067
7068 2002-12-17 [thorsten]   0.8.6claws112
7069
7070         * po/hu.po
7071                 Updated hungarian translation
7072                 (updated by Gal Zoltan)
7073
7074 2002-12-16 [christoph]  0.8.6claws111
7075
7076         * src/addr_compl.c
7077                 remove stupid addressbook dump to debug output
7078         * src/mh.c
7079                 fix memory leak found by Hiro
7080
7081 2002-12-14 [paul]       0.8.6claws110
7082
7083         * src/compose.c
7084                 fix menubar sensitivity on send
7085                 
7086         * src/prefs_filtering.c
7087         * src/prefs_matcher.c
7088         * src/prefs_scoring.c
7089                 Fix english ;)
7090                 
7091         * src/common/quoted-printable.h
7092                 sync: fix typo
7093         
7094 2002-12-13 [christoph]  0.8.6claws109
7095
7096         * src/Makefile.am
7097         * src/manage_window.[ch]        ** REMOVE **
7098         * src/gtk/Makefile.am
7099         * src/gtk/manage_window.[ch]    ** NEW **
7100                 move manage_window files to gtk directory
7101
7102 2002-12-13 [christoph]  0.8.6claws108
7103
7104         * src/Makefile.am
7105         * src/gtkshruler.[ch]           ** REMOVE **
7106         * src/gtk/Makefile.am
7107         * src/gtk/gtkshruler.[ch]       ** NEW **
7108                 move gtkshruler files to gtk directory
7109
7110 2002-12-13 [christoph]  0.8.6claws107
7111
7112         * src/Makefile.am
7113         * src/compose.c
7114         * src/gtkstext.[ch]             ** REMOVE **
7115         * src/gtkutils.[ch]
7116         * src/textview.c
7117         * src/gtk/gtkstext.[ch]         ** NEW **
7118         * src/gtk/Makefile.am
7119                 o move stext functions to gtkstext.c to remove
7120                   dependency of gtkutils
7121                 o move gtkstext files to gtk directory
7122
7123         * src/gtk/Makefile.am
7124         * src/gtk/sslcertwindow.[ch]
7125                 UI stuff can always depend on common code so
7126                 it's ok to add ../common to include path
7127
7128 2002-12-13 [colin]      0.8.6claws106
7129
7130         * src/summaryview.c
7131                 Disconnect sighandlers for mainwindow when
7132                 quicksearch has the focus
7133                 Fix bug #653231
7134         * src/mainwindow.[ch]
7135                 Make key_pressed callback public, to be able
7136                 to disconnect it
7137
7138 2002-12-13 [christoph]  0.8.6claws105
7139
7140         * src/mh.c
7141                 create .mh_sequences file in new MH folders
7142                 (closes feature request [ 523162 ] MH folders should
7143                  get a .mh_sequences)
7144
7145 2002-12-13 [colin]      0.8.6claws104
7146
7147         * src/summaryview.c
7148                 Better handling of quicksearch show/hide
7149                 (basically the button stays under the mouse 
7150                  when toggled)
7151
7152 2002-12-13 [paul]       0.8.6claws103
7153
7154         * sync with 0.8.6cvs17
7155                 see ChangeLog 2002-12-13
7156
7157 2002-12-13 [paul]       0.8.6claws102
7158
7159         * po/es.po
7160                 updated by Ricardo Mones Lastra
7161
7162 2002-12-11 [colin]       0.8.6claws101
7163
7164         * src/folder.c
7165                 remove statusbar stuff
7166           src/folderview.c
7167                 set statusbar verbosity when moving folders
7168
7169 2002-12-11 [colin]       0.8.6claws100
7170         * src/prefs_filtering.c
7171         * src/prefs_matcher.c
7172         * src/prefs_scoring.c
7173                 Fix english ;)
7174
7175 2002-12-11 [colin]       0.8.6claws99
7176
7177         * src/prefs_common.[ch]
7178                 Add summary_quicksearch_type
7179         * src/summaryview.c
7180                 Save last used quicksearch type
7181
7182 2002-12-11 [jens]       0.8.6claws98
7183         * src/prefs_filtering.c
7184         * src/prefs_matcher.c
7185         * src/prefs_scoring.c
7186                 added dialog for incomplete rules in scoring, filtering and
7187                 matcher to ask wheather really close
7188
7189 2002-12-11 [colin]      0.8.6claws97
7190
7191         * src/folder.c
7192                 Fix folder dnd statusbar logging
7193
7194 2002-12-10 [christoph]  0.8.6claws96
7195
7196         * src/compose.c
7197         * src/folder.c
7198         * src/imap.c
7199         * src/inc.c
7200         * src/main.c
7201         * src/mainwindow.c
7202         * src/news.c
7203         * src/send.c
7204         * src/statusbar.[ch]
7205         * src/common/hooks.c
7206         * src/common/log.[ch]
7207                 o handle verbose logging in statusbar directly in statusbar code
7208                   and common code does not need any knowledge about a statusbar
7209                 o remove direct calls to statusbar_(puts|pop)_all functions
7210
7211 2002-12-10 [jens]       0.8.6claws95
7212
7213         * src/*.c
7214                 removed gettext from g_warnings
7215         * po/POTFILES.in
7216                 cleaned and updated
7217         * po/de.po
7218                 updated
7219
7220 2002-12-10 [colin]      0.8.6claws94
7221
7222         * src/main.c
7223                 finish crash dialog fix
7224
7225 2002-12-10 [colin]      0.8.6claws93
7226
7227         * src/main.c
7228                 "Fix" "sylpheed already running" instead of
7229                 crash dialog appearing after a crash
7230
7231 2002-12-10 [colin]      0.8.6claws92
7232
7233         * po/POTFILES.in
7234                 add src/gtk/sslcertwindow.c
7235
7236 2002-12-10 [paul]       0.8.6claws91
7237
7238         * po/POTFILES.in
7239                 updated to reflect recent changes
7240                 submitted by Alessandro Maestri
7241
7242 2002-12-09 [christoph]  0.8.6claws90
7243
7244         * src/Makefile.am
7245         * src/smtp.[ch]                 ** REMOVE **
7246         * src/common/Makefile.am
7247         * src/common/smtp.[ch]          ** NEW **
7248                 move smtp files to common directory
7249
7250 2002-12-09 [christoph]  0.8.6claws89
7251
7252         * src/Makefile.am
7253         * src/session.[ch]              ** REMOVE **
7254         * src/common/Makefile.am
7255         * src/common/session.[ch]       ** NEW **
7256                 move session files to common directory
7257
7258 2002-12-09 [paul]       0.8.6claws88
7259
7260         * src/account.c
7261                 fix bug [649746] edit accounts: move account reverted
7262                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7263
7264 2002-12-09 [colin]      0.8.6claws87
7265
7266         * src/ssl_certificate.c
7267                 cleanup
7268
7269 2002-12-09 [colin]      0.8.6claws86
7270
7271         * src/ssl.c
7272                 Try to open the cert.pem database and 
7273                 issue a warning if it isn't there
7274
7275 2002-12-09 [colin]      0.8.6claws85
7276
7277         * src/common/ssl_certificate.c
7278         * src/gtk/sslcertwindow.c
7279                 Warning fixes
7280
7281 2002-12-09 [colin]      0.8.6claws84
7282
7283         * src/ssl_certificate.[ch] ** REMOVED **
7284         * src/common/ssl_certificate.[ch] ** NEW **
7285         * src/Makefile.am
7286         * src/common/Makefile.am
7287                 Moved ssl_certificate.[ch] to common
7288         * src/common/ssl.c 
7289                 Put back needed include
7290         * src/gtk/sslcertwindow.[ch]
7291                 Changed ssl_certificate.h include
7292         
7293 2002-12-09 [colin]      0.8.6claws83
7294
7295         * src/gtk/sslcertwindow.[ch]
7296                 Implement hook for certificate acception
7297         * src/ssl_certificate.[ch]
7298                 Implement hook for certificate acception
7299         * src/common/ssl.c
7300                 Reenable certificate acception check
7301         * src/mainwindow.c
7302                 Register sslcertwindow's hook
7303         
7304 2002-12-08 [christoph]  0.8.6claws82
7305
7306         * src/about.c
7307         * src/addr_compl.c
7308         * src/codeconv.c
7309         * src/manual.c
7310         * src/undo.c
7311         * src/common/utils.c
7312                 o add missing includes
7313                 o fix warnings
7314         * src/.cvsignore
7315         * src/common/.cvsignore
7316         * src/common/version.h          ** REMOVE **
7317                 remove autogenerated file
7318
7319 2002-12-08 [paul]       0.8.6claws81
7320
7321         * src/stringtable.c
7322                 put back needed include
7323
7324 2002-12-08 [colin]      0.8.6claws80
7325         
7326         * src/gtk/sslcertwindow.c
7327                 Cleaner popups when asking
7328         * src/ssl_certificate.c
7329         * src/prefs_common.[ch]
7330                 remove ssl certificate pref
7331                 put back needed include
7332         * src/undo.c
7333                 put back needed include
7334
7335 2002-12-08 [christoph]  0.8.6claws79
7336
7337         * src/folderview.c
7338         * src/logwindow.c
7339         * src/statusbar.c
7340         * src/summaryview.c
7341                 only abort hook invokation if required data is missing not
7342                 if our own data pointer is NULL, update hookfunction for
7343                 log window
7344
7345 2002-12-08 [paul]       0.8.6claws78
7346
7347         * src/about.c
7348         * src/addrcache.c
7349         * src/addrclip.c
7350         * src/addr_compl.c
7351         * src/addrselect.c
7352         * src/codeconv.c
7353         * src/colorlabel.c
7354         * src/enriched.c
7355         * src/esmtp.c
7356         * src/exporthtml.c
7357         * src/headerview.c
7358         * src/imageview.c
7359         * src/manual.c
7360         * src/noticeview.c
7361         * src/pgptext.c
7362         * src/scoring.c
7363         * src/sourcewindow.c
7364         * src/stringtable.c
7365         * src/undo.c
7366                 clean up: remove unneccesary includes
7367
7368 2002-12-08 [christoph]  0.8.6claws77
7369
7370         * src/folderview.c
7371         * src/statusbar.c
7372         * src/summaryview.c
7373         * src/common/hooks.[ch]
7374                 hook functions now have a gboolean return value, if a hook
7375                 returns TRUE it will stop executing of any more hooks in
7376                 the same hooklist for this invokation
7377
7378 2002-12-08 [colin]      0.8.6claws76
7379         
7380         * src/main.c
7381                 put back argv0 for CRASH_DIALOG
7382
7383 2002-12-08 [christoph]  0.8.6claws75
7384
7385         * src/Makefile.am
7386         * src/about.c
7387         * src/account.c
7388         * src/crash.c
7389         * src/esmtp.h
7390         * src/imap.[ch]
7391         * src/inc.c
7392         * src/main.c
7393         * src/mainwindow.c
7394         * src/news.c
7395         * src/pop.[ch]
7396         * src/prefs_account.[ch]
7397         * src/prefs_common.[ch]
7398         * src/send.[ch]
7399         * src/smtp.[ch]
7400         * src/ssl_certificate.[ch]
7401         * src/ssl_manager.[ch]
7402         * src/common/Makefile.am
7403         * src/common/log.c
7404         * src/common/nntp.[ch]
7405         * src/common/socket.[ch]
7406         * src/common/ssl.[ch]
7407         * src/gtk/sslcertwindow.[ch]
7408         * ac/openssl.m4
7409                 use new autoconf script to detect OpenSSL with extra parameters
7410                 to specify the location of libs and includes, also remove USE_SSL
7411                 to USE_OPENSSL
7412
7413         * src/common/sylpheed.[ch]
7414         * src/common/version.h.in
7415                 start seperation of common code initialization seperated from gui
7416
7417         * src/summaryview.c
7418                 The function that is called when a color label changes
7419                 should not change the color lable again
7420
7421 2002-12-08 [colin]      0.8.6claws74
7422
7423         * src/gtk/sslcertwindow.c
7424                 warning fixes
7425
7426 2002-12-08 [colin]      0.8.6claws73
7427
7428         * src/statusbar.c
7429           src/common/log.h
7430                 Register a hook for statusbar_puts_all
7431         * src/common/log.c
7432                 invoke statusbar_puts_all's hook
7433         
7434 2002-12-08 [colin]      0.8.6claws72
7435
7436         * src/ssl_certificate.c
7437                 Put back a badly-removed include
7438
7439 2002-12-08 [colin]      0.8.6claws71
7440
7441         * src/gtk/sslcertwindow.[ch]    ** NEW **
7442                 new certificate presentation
7443         * src/gtk/Makefile.am
7444                 add new files
7445         * src/ssl_certificate.[ch]
7446                 gtk cleanup, made utility functions public
7447         * src/ssl_manager.c
7448                 use new cert presentation
7449
7450 2002-12-07 [christoph]  0.8.6claws70
7451
7452         * src/Makefile.am
7453         * src/nntp.[ch]                 ** REMOVE **
7454         * src/common/Makefile.am
7455         * src/common/nntp.[ch]          ** NEW **
7456                 move nntp files to common directory
7457
7458 2002-12-07 [christoph]  0.8.6claws69
7459
7460         * src/procmsg.[ch]
7461         * src/summaryview.c
7462                 implement msginfo update callback using sylpheed's new
7463                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7464
7465 2002-12-06 [christoph]  0.8.6claws68
7466
7467         * src/editgroup.c
7468                 This patch changes the 'Edit Group Details' dialog to
7469                 allow extended selections in either pane, so that
7470                 addresses can be added or removed from a group more
7471                 quickly and easily. (it actually is a net decrease in
7472                 file size, as some unnecessary functions have been
7473                 removed). 
7474                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7475
7476 2002-12-06 [christoph]  0.8.6claws67
7477
7478         * src/Makefile.am
7479         * src/template.[ch]             ** REMOVE **
7480         * src/common/Makefile.am
7481         * src/common/template.[ch]      ** NEW **
7482                 move template files to common directory
7483
7484         * src/nntp.c
7485                 add missing log.h include
7486
7487 2002-12-06 [melvin]     0.8.6claws66
7488
7489         * src/prefs_actions.c
7490                 Added the trailing ">" syntax to insert command's output
7491                 without replacing old text (in contrast to trailing "|").
7492
7493 2002-12-05 [colin]      0.8.6claws65
7494         
7495         * src/common/utils.c
7496                 Don't modify original search_string or it'll change
7497                 the next iterations in the for()
7498
7499 2002-12-05 [darko]      0.8.6claws64
7500
7501         * src/common/utils.c
7502                 proper check for filtering commands, found by Colin
7503
7504 2002-12-05 [darko]      0.8.6claws63
7505
7506         * src/common/utils.c
7507                 check proper string for NULL pointer, found by Colin
7508
7509 2002-12-05 [darko]      0.8.6claws62
7510
7511         * src/common/utils.[ch]
7512                 expand_search_string(): new function
7513                 converts Mutt-like patterns to Sylpheed's
7514                 filtering engine
7515         * src/summaryview.c
7516                 use expand_search_string() to allow Mutt-like
7517                 patterns in extended search
7518         * README.claws
7519                 document extended option in quick search
7520
7521 2002-12-05 [paul]       0.8.6claws61
7522
7523         * sync with 0.8.6cvs16
7524                 see ChangeLog 2002-12-05
7525                 
7526         * po/POTFILES.in
7527                 clean up
7528
7529 2002-12-04 [christoph]  0.8.6claws60
7530
7531         * src/imap.[ch]
7532                 put imap authentication code into a new function and
7533                 remove it from imap_session_new that will allow to
7534                 send other commands before authentication
7535
7536 2002-12-04 [christoph]  0.8.6claws59
7537
7538         * src/imap.[ch]
7539                 use already existing method to prevent unneeded IMAP
7540                 folder selects. Set imap_select parameters to NULL
7541                 in some functions if the values are not required.
7542
7543         * src/xml.h
7544                 remove no longer required include
7545
7546 2002-12-04 [paul]       0.8.6claws58
7547
7548         * po/es.po
7549                 updated by Ricardo Mones Lastra
7550                 
7551         * configure.in
7552           po/hu.po      ** NEW FILE **
7553                 initial Hungarian translation, submitted
7554                 by Gál Zoltán <galzoli@hu.inter.net>
7555
7556 2002-12-03 [christoph]  0.8.6claws57
7557
7558         * src/Makefile.am
7559         * src/gtksctree.[ch]            ** REMOVE **
7560         * src/gtk/Makefile.am
7561         * src/gtk/gtksctree.[ch]        ** NEW **
7562                 move gtksctree files to gtk directory
7563
7564 2002-12-03 [christoph]  0.8.6claws56
7565
7566         * src/Makefile.am
7567         * src/md5.[ch]                  ** REMOVE **
7568         * srm/common/Makefile.am
7569         * src/common/md5.[ch]           ** NEW **
7570                 move md5 files to common directory
7571
7572         * src/gtkstext.c
7573                 remove not required #include
7574
7575 2002-12-03 [sergey]     0.8.6claws55
7576
7577         * src/gtkutils.c
7578         * src/gtkutils.h
7579                 gtkut_window_popup(): new function.
7580         * src/mainwindow.c
7581                 main_window_popup(): use gtkut_window_popup() to raise
7582                 window without changing its position.
7583                 (see sylpheed-main ML message [sylpheed:17247])
7584
7585 2002-12-03 [sergey]     0.8.6claws54
7586
7587         * src/send.c
7588                 send_message_local(): removed first-dot escaping
7589                 (SMTP-only, not needed for sending through pipe)
7590
7591 2002-12-03 [paul]       0.8.6claws53
7592
7593         * po/POTFILES.in
7594                 update to reflect recent changes (thanks
7595                 to Ricardo Mones Lastra)
7596                 
7597         * tools/filter_conv.pl
7598                  fix problem with quoted strings. Patch submitted
7599                  by Luke Plant <lukeplant@softhome.net>
7600
7601 2002-12-03 [paul]       0.8.6claws52
7602
7603         * sync with 0.8.6cvs15
7604                 see ChangeLog 2002-12-03
7605
7606 2002-12-02 [christoph]  0.8.6claws51
7607
7608         * src/logwindow.[ch]
7609         * src/common/log.[ch]
7610                 implement logging using a hook function
7611
7612         * src/folderview.c
7613         * src/folder.[ch]
7614                 define hooklist name in header file to avoid
7615                 errors caused by wrong spelling of hooklist names
7616
7617         * src/toolbar.c
7618                 fix warnings
7619
7620 2002-12-02 [christoph]  0.8.6claws50
7621
7622         * src/common/Makefile.am
7623                 add src/common/hooks.[ch]
7624
7625         * src/common/hooks.[ch]
7626                 implement a simple hook system using glib's hook functions
7627
7628         * src/folder.[ch]
7629         * src/folderview.c
7630                 use new hook system for folder item updates
7631
7632 2002-12-02 [christoph]  0.8.6claws49
7633
7634         * doc-src/ui_seperation.txt     ** NEW **
7635                 information for ui seperation
7636
7637         * src/Makefile.am
7638                 remove files that were moved to common
7639                 include common directory by default for the header files
7640
7641         * src/inc.c
7642         * src/common/socket.c
7643         * src/automaton.[ch]
7644                 implement automaton using g_io_*-functions instead of
7645                 gdk_input_add to make it ui independent
7646
7647         * src/codeconv.c
7648         * src/compose.c
7649         * src/ldif.c
7650         * src/pgptext.c
7651         * src/procmime.c
7652         * src/rfc2015.c
7653         * src/smtp.c
7654         * src/unmime.c
7655                 remove common/ prefix because directory is now in
7656                 include path
7657
7658         * src/compose.c
7659         * src/folder.c
7660         * src/folderview.c
7661         * src/mainwindow.c
7662         * src/messageview.c
7663         * src/prefs_common.c
7664         * src/procmsg.c
7665         * src/rfc2015.c
7666                 fix warnings
7667
7668         * src/imap.c
7669         * src/inc.c
7670         * src/news.c
7671         * src/pop.c
7672         * src/send.c
7673         * src/smtp.c
7674         * src/ssl_certificate.c
7675                 add log.h header file for logging functions
7676
7677         * src/main.c
7678         * src/common/utils.c
7679         * src/summaryview.c
7680         * src/xml.c
7681                 o move debug_mode to common/utils.c
7682                 o add functions to set and get debug_mode
7683
7684         * src/defs.h                    ** REMOVE **
7685         * src/intl.h                    ** REMOVE **
7686         * src/socket.[ch]               ** REMOVE **
7687         * src/ssl.[ch]                  ** REMOVE **
7688         * src/utils.[ch]                ** REMOVE **
7689                 replaced by new files in src/common/
7690         
7691         * src/common/Makefile.am
7692                 add new files in src/common/
7693
7694         * src/common/defs.h             ** NEW **
7695         * src/common/intl.h             ** NEW **
7696         * src/common/log.[ch]           ** NEW **
7697         * src/common/socket.[ch]        ** NEW **
7698         * src/common/ssl.[ch]           ** NEW **
7699         * src/common/utils.[ch]         ** NEW **
7700                 replacement for files in src/
7701
7702 2002-12-02 [colin]      0.8.6claws48
7703
7704         * src/folderview.c
7705                 Scroll folderview if necessary during dnd
7706
7707 2002-12-02 [colin]      0.8.6claws47
7708
7709         * src/folder.[ch]
7710                 Add check to verify a move is within a single mailbox
7711         * src/folderview.c
7712                 Add specific error string for this check
7713
7714 2002-12-02 [colin]      0.8.6claws46
7715
7716         * src/folder.c
7717                 Add a test to folder moving, remove a statusbar_print
7718         * src/folderview.c
7719                 Add Move folder... context-menu item
7720                 Factorize folder moving code
7721                 Enable folder DND for mbox
7722
7723 2002-12-01 [christoph]  0.8.6claws45
7724
7725         * ac/aspell.m4
7726                 remove conf.aspelltest if the version check fails
7727
7728 2002-11-30 [christoph]  0.8.6claws44
7729
7730         * autogen.sh
7731                 run libtoolize --force in autogen to create missing
7732                 libtool scripts
7733
7734 2002-11-30 [christoph]  0.8.6claws43
7735
7736         * src/Makefile.am
7737         * src/pgptext.c
7738         * src/procmime.c
7739         * src/rfc2015.c
7740         * src/uuencode.[ch]             ** REMOVED **
7741         * src/common/Makefile.am
7742         * src/common/uuencode.[ch]      ** NEW **
7743                 move uuen/decoder to common directory
7744
7745 2002-11-30 [christoph]  0.8.6claws42
7746
7747         * src/Makefile.am
7748         * src/base64.[ch]               ** REMOVED **
7749         * src/codeconv.c
7750         * src/compose.c
7751         * src/ldif.c
7752         * src/pgptext.c
7753         * src/procmime.c
7754         * src/rfc2015.c
7755         * src/smtp.c
7756         * src/unmime.c
7757         * src/common/Makefile.am
7758         * src/common/base64.[ch]        ** NEW **
7759                 move base64 en/decoder to common directory
7760
7761 2002-11-30 [christoph]  0.8.6claws41
7762
7763         * src/common                    ** NEW **
7764                 new directory for UI independent code
7765         * src/gtk                       ** NEW **
7766                 new directory for GTK frontend
7767         * src/common/.cvsignore         ** NEW **
7768         * src/gtk/.cvsignore            ** NEW **
7769                 ignore build files
7770         * src/common/Makefile.am        ** NEW **
7771         * src/gtk/Makefile.am           ** NEW **
7772                 automake files to build new seperated stuff
7773         * src/Makefile.am
7774                 the binary will currently still be build with the
7775                 files in src, so we include the code from the
7776                 subdirs for now after building the libs there
7777
7778 2002-11-30 [paul]       0.8.6claws40
7779
7780         * src/compose.c
7781                 fix bug [642731] 'Wrong selected account with drafted mail'
7782
7783 2002-11-29 [oliver]     0.8.6claws39
7784         
7785         * src/messageview.c
7786                 o update summaryview when switching between different
7787                   messageviews          
7788         * src/toolbar.c  
7789                 o check if messageview holds already removed msg
7790                   from summaryview
7791                 
7792
7793 2002-11-29 [oliver]     0.8.6claws38
7794
7795         * src/toolbar.c 
7796                 remove not needed variables and includes
7797                 make messageview stay opened and move to next when msgs are deleted 
7798
7799 2002-11-29 [oliver]     0.8.6claws37
7800         
7801         * src/toolbar.c 
7802                 disable compose button (messageview toolbar) by default
7803                 deleted msgs are moved to trash
7804         
7805 2002-11-29 [melvin]     0.8.6claws36
7806
7807         * configure.in
7808                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7809                 and to detect signatures expirations (gpgme 0.3.6)
7810
7811         * src/main.c
7812                 Use non obsolescent function for Gpgme engine checking.
7813
7814         * src/rfc2015.c
7815                 Inform about expired signatures or signatures which key
7816                 has expired. Expiration date is displayed.
7817
7818         * src/sigstatus.c
7819                 Inform about expired signatures or signatures which key
7820                 has expired.
7821
7822 2002-11-28 [paul]       0.8.6claws35
7823
7824         * src/folderview.c
7825                 re-instate 'Check for new messages' in Newsgroup
7826                 folders right-click menu, after a suggestion from
7827                 Tim Mann <timmann@users.sourceforge.net>
7828
7829         * src/main.c
7830                 after a crash check only local folders for new
7831                 messages
7832
7833 2002-11-28 [paul]       0.8.6claws34
7834
7835         * configure.in
7836                 apply patch that fixes the checking of GTK with XIM 
7837                 support on different OSs, such as FreeBSD. Patch 
7838                 submitted by Topia <topia@users.sourceforge.net>
7839                 
7840 2002-11-28 [paul]       0.8.6claws33
7841
7842         * src/mainwindow.c
7843           src/prefs_common.c
7844           src/prefs_toolbar.c
7845                 more changes to the English
7846
7847 2002-11-28 [paul]       0.8.6claws32
7848
7849         * sync with 0.8.6cvs13
7850                 see ChangeLog 2002-11-28 (no sync needed
7851                 for src/compose.c)
7852
7853 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7854         
7855         * src/mainwindow.[ch]
7856                 add patch by Ivan F. Martinez introducing messageview Toolbar
7857                 some changes and committed by oliver    
7858
7859 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7860
7861         * src/messageview.[ch]
7862                 add patch by Ivan F. Martinez introducing messageview Toolbar
7863                 some changes and committed by oliver    
7864
7865 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7866
7867         * src/compose.[ch]
7868                 add patch by Ivan F. Martinez introducing messageview Toolbar
7869                 some changes and committed by oliver    
7870
7871 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7872         
7873         * src/toolbar.[ch]
7874                 add patch by Ivan F. Martinez introducing messageview Toolbar
7875                 some changes and committed by oliver
7876
7877 2002-11-28 [oliver]     0.8.6claws27
7878         
7879         * src/prefs_toolbar.[ch]
7880                 getting ready for messageview toolbar
7881                 free mem allocated by gettext
7882                 change prefs_toolbar to prefs_toolbar_open
7883  
7884 2002-11-28 [thorsten]   0.8.6claws26
7885
7886         * src/imageview.[ch]
7887                 cleaned up conflicting declarations of
7888                 imageview_show_image()
7889
7890 2002-11-28 [paul]       0.8.6claws25
7891
7892         * src/grouplistdialog.c
7893           src/prefs_common.c
7894           src/prefs_summary_column.c
7895                 a few more improvements to the English
7896
7897 2002-11-28 [colin]      0.8.6claws24
7898
7899         * man/sylpheed.1
7900                 A few updates to command-line parameters
7901
7902 2002-11-28 [colin]      0.8.6claws23
7903
7904         * src/prefs_filtering.c
7905                 Fix problems with prefs_filtering_delete_path:
7906                 a) if the first rule is removed, original pointers
7907                    weren't updated (leading to segfaults)
7908                 b) it was always global_processing updated in case
7909                    of removed path was parent of rule path
7910
7911 2002-11-27 [paul]       0.8.6claws22
7912
7913         * src/mainwindow.c
7914           src/prefs_account.c
7915           src/prefs_actions.c
7916           src/prefs_common.c
7917           src/prefs_customheader.c
7918           src/prefs_display_header.c
7919           src/prefs_filtering.c
7920           src/prefs_folder_item.c
7921           src/prefs_matcher.c
7922           src/prefs_scoring.c
7923           src/prefs_summary_column.c
7924           src/prefs_template.c
7925           src/prefs_toolbar.c
7926                  improve the English in the GUI
7927
7928 2002-11-27 [colin]      0.8.6claws21
7929
7930         * src/folder.c
7931                 Fix processing renaming problems happening after
7932                 last commit
7933
7934 2002-11-27 [colin]      0.8.6claws20
7935
7936         * src/folder.c
7937                 recursive move now deletes src each subfolder after 
7938                 having moved it
7939         * src/folderview.c
7940                 Use identifier instead of path during dnd (enables
7941                 IMAP folder dnd)
7942
7943 2002-11-27 [paul]       0.8.6claws19
7944
7945         * src/main.c
7946                 apply patch that does command-line processing 
7947                 BEFORE gtk_init, allowing claws to run from 
7948                 shell-scripts in non-X environment (e.g. crontab 
7949                 or ip-up, ip-down scripts). Patch submitted by
7950                 Ruslan N. Balkin <baron@dartel.ru>
7951                 
7952         * po/it.po
7953                 updated by Alessandro Maestri
7954
7955 2002-11-27 [paul]       0.8.6claws18
7956
7957         * sync with 0.8.6cvs12
7958           src/prefs_common.c
7959                 Differences are that main uses a 'Receive dialog'
7960                 frame on the Interface tab, whereas claws groups all 
7961                 the dialogs together in a 'Dialogs' frame.
7962
7963 2002-11-27 [colin]      0.8.6claws17
7964
7965         * src/prefs_matcher.c
7966                 Fix Execute criteria's NOT flag
7967
7968
7969 2002-11-26 [christoph]  0.8.6claws16
7970
7971         * src/ssl.c
7972                 rewrite the ssl code a little bit, only use one
7973                 SSL context, set default certificates' file/path
7974
7975 2002-11-26 [thorsten]   0.8.6claws15
7976
7977         * src/compose.c
7978                 default-reply-to didn't work for ml-reply
7979
7980 2002-11-26 [melvin]     0.8.6claws14
7981
7982         * src/prefs_actions.c
7983                 Made pipe-actions ignore short headers in message view
7984                 Made trailing-pipe-actions write in the message view with
7985                 the same font as the original message
7986
7987 2002-11-26 [paul]       0.8.6claws13
7988
7989         * src/compose.c
7990                 this time commit the correct file
7991
7992 2002-11-26 [paul]       0.8.6claws12
7993
7994         * sync with 0.8.6cvs11
7995           src/quote_fmt_parse.y  
7996                 no sync needed
7997           src/account.[ch]       
7998                 not sync'ed
7999           src/compose.c
8000                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8001                 on draft mode.
8002                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8003                 header
8004                 
8005         see ChangeLog 2002-11-25 and 2002-11-26
8006
8007 2002-11-26 [colin]      0.8.6claws11
8008
8009         * src/folderview.c
8010                 Fix collapsed folder not auto-expanding during
8011                 mail dnd, if it was the source folder.
8012
8013 2002-11-25 [colin]      0.8.6claws10
8014
8015         * src/folderview.[ch]
8016                 Variable renaming and cleaning (slist of nodes 
8017                 to be re-collapsed is stored in FolderView)
8018
8019 2002-11-25 [paul]       0.8.6claws9
8020
8021         * src/prefs_common.[ch]
8022                 fix breakage caused by last commit
8023
8024 2002-11-25 [paul]       0.8.6claws8
8025
8026         * sync with 0.8.6cvs4
8027                 see ChangeLog 2002-11-21
8028
8029 2002-11-25 [paul]       0.8.6claws7
8030
8031         * sync with 0.8.6cvs4
8032                 see ChangeLog 2002-11-20
8033
8034 2002-11-25 [paul]       0.8.6claws6
8035
8036         * sync with 0.8.6cvs3
8037                 see ChangeLog 2002-11-18
8038
8039 2002-11-25 [colin]      0.8.6claws5
8040
8041         * src/gtkutils.[ch]
8042                 Add gtkut_ctree_node_is_parent()
8043         * src/folderview.c
8044                 Spring-loaded folders
8045
8046 2002-11-25 [colin]      0.8.6claws4
8047
8048         * src/utils.[ch]
8049                 Add slist_concat_unique(), function to merge
8050                 two GSList filtering dups
8051         * src/folder.[ch]
8052         * src/summaryview.[ch]
8053         * src/folderview.c
8054         * src/main.c
8055                 Add detection/update/display of unread answers
8056                 to marked mails
8057         * src/procmsg.[ch]
8058                 Add procmsg_find_children()
8059                 Add procmsg_msg_has_marked_parent()
8060
8061 2002-11-25 [colin]      0.8.6claws3
8062
8063         * src/ssl_certificate.[ch]
8064                 Allow checking a certificate without a DNS
8065                 lookup
8066                 Allow to forget a cert (by deleting it)
8067                 Make ssl_certificate_destroy_public
8068         * src/ssl_manager.[ch] ** NEW FILES **
8069                 Gui to manage (display/remove) certificates
8070         * src/prefs_common.[ch]
8071                 Add a pref to allow silent acceptation of
8072                 trusted certificates or not (based on the
8073                 "I want to know what's going on" principle)
8074         * src/mainwindow.c
8075                 Add SSL manager in Tools menu
8076         * src/Makefile.am
8077                 Add the new files to the build
8078         * po/POTFILES.in
8079                 Add ssl_manager.c to translations
8080
8081 2002-11-25 [colin]      0.8.6claws2
8082
8083         * src/summaryview.[ch]
8084                 Add S_SEARCH_EXTENDED to the quick search, which 
8085                 allows to search using filtering syntax.
8086
8087 2002-11-25 [colin]      0.8.6claws1
8088
8089         * src/summaryview.c
8090                 Deletion of duplicates now prefer deleting
8091                 the unread dup (fixes feature-request 638989).
8092
8093 2002-11-24 [paul]       0.8.6claws
8094
8095         * po/es.po
8096           po/pl.po
8097           po/ru.po
8098           po/sr.po
8099                 updated by Ricardo Mones Lastra,
8100                 Witold Wladyslaw Wojciech Wilk,
8101                 Ruslan N. Balkin, and  Urke MMI 
8102                 respectively
8103
8104 2002-11-24 [paul]       0.8.5claws182
8105
8106         * po/bg.po
8107                 updated by George Danchev
8108
8109 2002-11-23 [alfons]     0.8.5claws181
8110
8111         * src/imap.c
8112                 tiny memory leak found by browsing Dimitar's 
8113                 valgrind report
8114
8115 2002-11-23 [paul]       0.8.5claws180
8116
8117         * po/it.po
8118                 updated by Alessandro Maestri
8119
8120 2002-11-22 [christoph]  0.8.5claws179
8121
8122         * src/compose.c
8123         * src/inc.c
8124         * src/prefs_filtering.c
8125         * src/summaryview.c
8126                 more warning fixes
8127
8128 2002-11-22 [alfons]     0.8.5claws178
8129
8130         * src/summaryview.c
8131                 summary_execute_delete_func(): if message is deleted, make 
8132                 sure to also remove its entry in the subject hash table. 
8133                 fixes a corner case bug.
8134
8135 2002-11-22 [paul]       0.8.5claws177
8136
8137         * .cvsignore
8138                 add 'autom4te.cache'
8139                 
8140         * ltconfig      ** REMOVED **
8141                 not needed
8142
8143 2002-11-22 [paul]       0.8.5claws176
8144
8145         * src/textview.c
8146                 textview_set_font(): fix for message display in
8147                 UTF-8 locales (thanks to Sergey Vlasov).
8148                 
8149         * AUTHORS
8150                 add new team members and contributors
8151
8152
8153 2002-11-21 [colin]      0.8.5claws175
8154
8155         * src/procmsg.[ch]
8156                 Add procmsg_remove_special_headers()
8157         * src/mh.c
8158                 Use procmsg_remove_special_headers() for 
8159                 previous fix
8160
8161 2002-11-21 [colin]      0.8.5claws174
8162
8163         * src/mh.c
8164                 Fix moving/copying from queue/draft folders
8165                 for MH folders
8166
8167 2002-11-21 [christoph]  0.8.5claws173
8168
8169         * src/crash.c
8170         * src/filtering.c
8171         * src/logwindow.c
8172         * src/main.c
8173         * src/matcher_parser_lex.[hl]
8174         * src/mbox.c
8175         * src/mbox_folder.[ch]
8176         * src/prefs_filtering.c
8177         * src/procheader.c
8178         * src/quote_fmt_lex.l
8179         * src/ssl.c
8180                 fix all warnings except the warnings in lex and yacc files
8181
8182 2002-11-20 [christoph]  0.8.5claws172
8183
8184         * src/imap.c
8185                 fix MsgInfo retrieval for IMAP draft and queue folders
8186                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8187
8188 2002-11-19 [christoph]  0.8.5claws171
8189
8190         * src/compose.c
8191                 fix segfault, when draft saving does not get
8192                 the MsgInfo of the new message
8193                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8194
8195 2002-11-19 [christoph]  0.8.5claws170
8196
8197         * src/procmsg.c
8198                 add parameter check for flag setting function
8199                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8200
8201 2002-11-18 [paul]       0.8.5claws169
8202
8203         * src/compose.c
8204                 more sensitivity fixes to redirect mode:
8205                 * disable toolbar draft button
8206                 * allow only Address book in the Tools menu
8207                 * disable editing of message by the spell
8208                   checker
8209
8210 2002-11-18 [paul]       0.8.5claws168
8211
8212         * src/compose.c
8213                 fix sensitivity of menu items in compose_redirect():
8214                 allow only the necessary items 
8215
8216 2002-11-18 [paul]       0.8.5claws167
8217
8218         * src/compose.c
8219                 fix bug [ 603259 ] 'attachment got lost on bounce'
8220
8221 2002-11-18 [paul]       0.8.5claws166
8222
8223         * po/ru.po
8224                 updated by Ruslan N. Balkin <baron@dartel.ru>
8225
8226 2002-11-18 [colin]      0.8.5claws165
8227
8228         * src/main.c
8229           src/defs.h
8230                 Remove old filtering stuff
8231
8232
8233 2002-11-17 [oliver]     0.8.5claws164
8234
8235         * src/toolbar.h
8236                 remove not needed typedef 
8237
8238 2002-11-17 [oliver]     0.8.5claws163
8239
8240         * src/toolbar.c
8241                 make toolbar's on click events translatable
8242
8243 2002-11-15 [colin]      0.8.5claws162
8244
8245         * src/summaryview.c
8246                 Revert too-soon integration of a feature
8247
8248 2002-11-15 [christoph]  0.8.5claws161
8249
8250         * src/imap.c
8251                 use main's implementation of imap_get_msginfo
8252
8253 2002-11-15 [christoph]  0.8.5claws160
8254
8255         * src/compose.c
8256         * src/folder.[ch]
8257         * src/imap.c
8258         * src/mbox_folder.c
8259         * src/mh.c
8260         * src/news.c
8261         * src/procmsg.c
8262         * src/summaryview.c
8263                 replace claws' fetch_msginfo with main's get_msginfo
8264                 (use main's implementation where possible)
8265
8266 2002-11-15 [colin]      0.8.5claws159
8267
8268         * src/ssl_certificate.c
8269                 Missed a check
8270
8271 2002-11-16 [melvin]     0.8.5claws158
8272
8273         * po/fr.po
8274                 Updated French translations.
8275
8276 2002-11-16 [colin]      0.8.5claws157
8277
8278         * src/ssl_certificate.c
8279                 Check for missing parts in the certificates
8280
8281 2002-11-15 [colin]      0.8.5claws156
8282
8283         * src/folderview.c
8284                 Preventive fix (missing check) found by
8285                 Alfons
8286
8287 2002-11-15 [paul]
8288
8289         * NEWS
8290                 sync with 0.8.6 release
8291
8292 2002-11-15 [colin]      0.8.5claws155
8293
8294         * src/folder.[ch]
8295           src/folderview.c
8296                 Fix error handling of folder_item_move_to()
8297                 (thanks to Alfons!)
8298
8299 2002-11-15 [colin]      0.8.5claws154
8300
8301         * src/folder.[ch]
8302           src/folderview.c
8303                 folder_item_move_to() sets an error message instead
8304                 of having GUI stuff in folder.c
8305
8306 2002-11-15 [colin]      0.8.5claws153
8307
8308         * src/procmsg.[ch]
8309                 Implemented a callback for MsgInfo updates, 
8310                 heavily copy/pasted from Christoph's folder 
8311                 callback system
8312         * src/summaryview.[ch]
8313                 Register summary_update_msg as callback
8314
8315 2002-11-14 [colin]      0.8.5claws152
8316         
8317         * src/procmsg.c
8318                 Update the FolderItem after sending (fixes 617593)
8319
8320 2002-11-14 [christoph]  0.8.5claws151
8321
8322         * src/folder.c
8323                 fix wrong position of NULL pointer check found
8324                 by Sergey
8325
8326 2002-11-14 [christoph]  0.8.5claws150
8327
8328         * src/folder.c
8329                 fix segfault when deleting messages from IMAP folders
8330                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8331
8332 2002-11-14 [colin]      0.8.5claws149
8333
8334         * src/compose.c
8335                 Forwarding was also ignoring the folder's default account.
8336
8337 2002-11-14 [colin]      0.8.5claws148
8338
8339         * src/compose.c
8340                 Fix sent folder not set to folder properties when 
8341                 forwarding.
8342
8343 2002-11-14 [thorsten]   0.8.5claws147
8344
8345         * src/inc.c
8346                 inc_start(): Files were not moved from .processing to inbox,
8347                 if no global processing rule existed
8348
8349 2002-11-14 [colin]      0.8.5claws146
8350
8351         * src/ssl_certificate
8352                 Fix file operations
8353
8354 2002-11-14 [paul]       0.8.5claws145
8355
8356         * po/it.po
8357                 updated by Alessandro Maestri
8358
8359 2002-11-13 [alfons]     0.8.5claws144
8360
8361         * src/folder.c
8362                 folder_item_close(): only mark messages unread
8363                 when a folder has new messages 
8364
8365 2002-11-13 [keith]      0.8.5claws143
8366
8367         * src/imap.c
8368                 Fix problem moving or copying between
8369                 IMAP folders
8370
8371 2002-11-13 [colin]      0.8.5claws142
8372
8373         * src/matcher_parser_parse.y
8374                 Fix rule problem when " don't match
8375
8376 2002-11-13 [christoph]  0.8.5claws141
8377
8378         * src/folder.c
8379         * src/folderview.c
8380                 moved cache saving to folder_item_close
8381                 the folderview should not have to deal with
8382                 this things
8383
8384 2002-11-13 [christoph]  0.8.5claws140
8385
8386         * src/summaryview.c
8387                 moved setting of important score to
8388                 summary_set_prefs_from_folderitem
8389
8390 2002-11-13 [colin]      0.8.5claws139
8391
8392         * src/matcher_parser_parse.y
8393                 Fix a segfault in the parser (happening when
8394                 a good expression had been tested and a bad 
8395                 one arrives)
8396
8397 2002-11-13 [paul]       0.8.5claws138
8398
8399         * sync with 0.8.5cvs24
8400                 see ChangeLog 2002-11-13
8401                 
8402         * po/pt_BR.po
8403                 updated by Fabio Jr. Beneditto
8404
8405 2002-11-13 [colin]      0.8.5claws137
8406         
8407         * src/msgcache.c
8408           src/defs.h
8409           src/procmsg.[ch]
8410                 Revert last commit, problem
8411
8412 2002-11-13 [colin]      0.8.5claws136
8413
8414         * src/msgcache.c
8415                 Remove duplicated code
8416         * src/defs.h
8417                 Bumped CACHE_VERSION and MARK_VERSION
8418         * src/procmsg.[ch]
8419                 Network endian for cache and mark files
8420
8421 2002-11-12 [colin]      0.8.5claws135
8422
8423         * src/inc.c
8424                 Fix the "socket error" dialog which disappeared
8425
8426 2002-11-12 [colin]      0.8.5claws134
8427
8428         * src/msgcache.c
8429                 Reverse last commit which had performance 
8430                 problems, but still reverse the list
8431
8432 2002-11-12 [colin]      0.8.5claws133
8433
8434         * src/msgcache.c
8435                 Reverse list order
8436
8437 2002-11-12 [melvin]     0.8.5claws132
8438
8439         * src/compose.c
8440                 Added a check for a NULL prefs_common.dictionary
8441
8442 2002-11-12 [colin]      0.8.5claws131
8443
8444         * src/ssl_certificate.[ch]
8445                 Use FQDN hostname
8446
8447 2002-11-12 [colin]      0.8.5claws130
8448
8449         * src/ssl_certificate.[ch]
8450                 Take connection port into account for 
8451                 checking certificates (a single hostname
8452                 could have multiple servers with multiple
8453                 certificates)
8454         * src/ssl.c
8455                 Pass the port to ssl_certificate_check
8456
8457 2002-11-12 [paul]       0.8.5claws129
8458
8459         * src/folder.c
8460                 fix a typo in last commit
8461
8462 2002-11-12 [paul]       0.8.5claws128
8463
8464         * sync with 0.8.5cvs23
8465                 see ChangeLog entry 2002-11-12
8466
8467 2002-11-11 [colin]      0.8.5claws127
8468
8469         * src/ssl_certificate.c
8470                 Cleaner messages
8471                 Don't popup, instead log error, if the 
8472                 corresponding pref is checked
8473         * src/ssl_certificate.h
8474                 include <openssl/objects/h>
8475
8476 2002-11-11 [colin]      0.8.5claws126
8477
8478         * src/ssl_certificate.h
8479                 _Really_ clean it
8480
8481 2002-11-11 [colin]      0.8.5claws125
8482         
8483         * src/ssl_certificate.c
8484                 Fixed leak
8485
8486 2002-11-11 [colin]      0.8.5claws124
8487
8488         * src/ssl.c
8489                 Cleaned a bit
8490         * src/ssl_certificate.[ch]
8491                 Cleaned a bit (better use of SSL API)
8492                 (This will cause non-recognition of saved 
8493                  certificates of claws12[23]...)
8494
8495 2002-11-11 [paul]       0.8.5claws123
8496         
8497         * po/es.po
8498                 updated by Ricardo Mones Lastra
8499
8500 2002-11-11 [colin]      0.8.5claws122
8501
8502         * src/ssl.c
8503                 Fix a typo
8504
8505 2002-11-11 [colin]      0.8.5claws121
8506
8507         * src/ssl_certificate.[ch] ** NEW FILES **
8508         * src/ssl.[ch]
8509                 Check SSL certificates presented to us
8510         * src/Makefile.am
8511                 Add ssl_certificate.[ch]
8512         * po/POTFILES.in
8513                 Add ssl_certificate.c
8514
8515 2002-11-11 [paul]       0.8.5claws120
8516
8517         * sync with 0.8.5cvs22
8518                 see ChangeLog 2002-11-11
8519
8520 2002-11-11 [paul]       0.8.5claws119
8521
8522         * sync with 0.8.5cvs21
8523                 see ChangeLog 2002-11-11
8524
8525 2002-11-10 [jens]       0.8.5claws118
8526
8527         * src/folder.c
8528         * src/folderview.c
8529                 corrected some typing
8530         * po/de.po
8531                 updated german translation
8532         * sylpheed.spec.in
8533                 cleaned up specfile and adjusted it for claws
8534
8535 2002-11-10 [colin]      0.8.5claws117
8536
8537         * src/summaryview.c
8538                 a STATUSBAR_PUSH/POP fix
8539
8540 2002-11-10 [colin]      0.8.5claws116
8541
8542         * src/prefs_folder_item.c
8543                 Fix hanging after opening folder properties
8544
8545 2002-11-10 [hoa]        0.8.5claws115
8546
8547         * src/matcher_parser_lex.l
8548         * src/matcher_parser_parse.y
8549                 config file for scoring and filtering is no more trashed
8550                 when there is a syntax error in a filtering rule when
8551                 editing it in a dialog.
8552
8553 2002-11-09 [colin]      0.8.5claws114
8554
8555         * src/mbox_folder.c
8556                 Added missing initialisation of folder->destroy()
8557
8558 2002-11-09 [colin]      0.8.5claws113
8559
8560         * src/folder.c
8561           src/folderview.c
8562                 Fix the status bar messages
8563
8564 2002-11-09 [colin]      0.8.5claws112
8565
8566         * src/folderview.c
8567                 Fix hangs after folder dnd, happening after 
8568                 claws109.
8569
8570 2002-11-09 [christoph]  0.8.5claws111
8571
8572         * src/folderview.c
8573                 just changed order of calls (reverse order of
8574                 associated calls)
8575         * src/inc.c
8576                 lock inc when checking only one account, otherwise
8577                 inc all could be executed at the same time
8578
8579 2002-11-09 [christoph]  0.8.5claws110
8580
8581         * src/folderview.c
8582                 better unlock the mouse cursor before calling
8583                 summary_show because it changes the cursor too
8584
8585 2002-11-09 [christoph]  0.8.5claws109
8586
8587         * src/folder.[ch]
8588         * src/folderview.c
8589                 add functions to open and close a folder
8590                 o opending will execute scanning for remote folders
8591                   and processing
8592                 o closing will unset new flag for messages
8593
8594 2002-11-09 [colin]      0.8.5claws108
8595
8596         * src/folder.c
8597                 Add a call to prefs_matcher_write_config to 
8598                 avoid non-leaf folders filtering settings to be
8599                 lost
8600
8601 2002-11-09 [paul]       0.8.5claws107
8602
8603         * src/prefs_account.c
8604                 re-word a label
8605
8606 2002-11-09 [colin]      0.8.5claws106
8607
8608         * src/folderview.c
8609                 Minor esthetic fix
8610
8611 2002-11-09 [colin]      0.8.5claws105
8612
8613         * src/folderview.c
8614                 Fix prefs_filtering deletion for MH folders (same
8615                 reason as below)
8616         * src/prefs_filtering.c
8617                 Fix prefs_filtering renaming and deletion for 
8618                 folder-based processing rules.  
8619
8620 2002-11-09 [christoph]  0.8.5claws104
8621
8622         * src/compose.c
8623         * src/folder.[ch]
8624         * src/folderview.[ch]
8625         * src/import.c
8626         * src/inc.c
8627         * src/main.c
8628         * src/mainwindow.c
8629         * src/messageview.c
8630         * src/prefs_folder_item.c
8631         * src/procmsg.c
8632         * src/summaryview.c
8633                 implement a callback system for folder item updates
8634
8635 2002-11-09 [colin]      0.8.5claws103
8636
8637         * src/folderview.c
8638                 Fix prefs_filtering renaming for MH folders (we
8639                 shouldn't rename by path as another folder could
8640                 have the same hierarchy).
8641
8642 2002-11-09 [colin]      0.8.5claws102
8643
8644         * src/folder.c
8645                 Fix a leak found by Christoph, use better variable
8646                 names
8647
8648 2002-11-09 [colin]      0.8.5claws101
8649
8650         * src/folder.c
8651                 One more fix for processing rules
8652
8653 2002-11-08 [colin]      0.8.5claws100
8654         
8655         * src/matcher.c
8656                 Don't copy the compiled regexp (will be reevaluated)
8657         * src/folderview.c
8658                 Lock folderview while moving
8659         * src/folder.c
8660                 Provide info on what's happening to the user
8661
8662 2002-11-08 [colin]      0.8.5claws99
8663
8664         * src/folderview.c
8665                 Fix folder reordering after a move if parent is 
8666                 root
8667         * src/scoring.[ch]
8668                 Add function to copy a ScoringProp
8669         * src/prefs_folder_item.c
8670                 Copy scoring rules when copying a folder prefs
8671
8672 2002-11-08 [colin]      0.8.5claws98
8673
8674         * src/folderview.c
8675                 Fixes in case of failure
8676         * src/filtering.[ch]    
8677                 Add function to duplicate a FilteringProp
8678         * src/matcher.[ch]
8679                 Add function to duplicate a MatcherProp
8680         * src/prefs_folder_item.c
8681                 Save folder's processing rules when copying 
8682                 its prefs
8683
8684 2002-11-08 [colin]      0.8.5claws97
8685         
8686         * src/folderview.c
8687                 Sort after move
8688         * src/folder.c 
8689                 Change a printf to debug_print
8690
8691 2002-11-08 [colin]      0.8.5claws96
8692
8693         * src/folder.c
8694           src/folderview.c
8695                 Fix segfaults, call me stupido
8696         
8697
8698 2002-11-08 [colin]      0.8.5claws95
8699
8700         *src/folder.c
8701                 Added forgotten prefs to save when moving folders
8702
8703 2002-11-08 [colin]      0.8.5claws94
8704
8705         * src/folder.c
8706                 Fixes to folder DND (prefs copy)
8707         * src/folderview.c
8708                 Optimization for folder DND (don't rescan whole tree)
8709                 Added folderview_create_folder_node() for this 
8710                 optimization, so de-duped a bit the code
8711         * src/prefs_folder_item.[ch]
8712                 Added prefs_folder_item_copy_prefs()    
8713           
8714 2002-11-08 [paul]       0.8.5claws93
8715
8716         * src/prefs_account.c
8717           tools/README
8718           tools/kmail2sylpheed_v2.pl
8719                 correct some typos
8720
8721 2002-11-08 [paul]       0.8.5claws92
8722
8723         * src/compose.c
8724           src/prefs_account.[ch]
8725                 remove account options 'clearsign' and 'ascii_armored',
8726                 replace with 'default_gnupg_mode' to prevent mixed-mode
8727                 Privacy settings
8728
8729 2002-11-08 [paul]       0.8.5claws91
8730
8731         * src/compose.[ch]
8732                 re-implement GnuPG 'on-the-fly' mode selection,
8733                 disallow mixed-mode
8734
8735 2002-11-08 [colin]      0.8.5claws90
8736
8737         * src/folderview.c
8738           src/prefs_folder_item.c
8739                 Change "Property" to "Properties"
8740
8741 2002-11-07 [colin]      0.8.5claws89
8742
8743         * src/folderview.c
8744           src/folder.c
8745                 Allow folder dropping to a root folder
8746
8747 2002-11-07 [paul]       0.8.5claws88
8748
8749         * src/compose.c
8750                 revert last commit
8751
8752 2002-11-07 [paul]       0.8.5claws87
8753
8754         * src/compose.c
8755                 fix reply-to-list bug. closes bug report
8756                 "[633382] reply-to-list broken in recent cvs"
8757
8758 2002-11-07 [paul]       0.8.5claws86
8759
8760         * src/compose.c
8761                 add a forgotten '#if USE_GPGME ... #endif'
8762
8763 2002-11-07 [paul]       0.8.5claws85
8764
8765         * sync with 0.8.5cvs20
8766                 see ChangeLog 2002-11-07
8767
8768 2002-11-07 [colin]      0.8.5claws84
8769
8770         * src/folder.[ch]
8771                 Change folder_item_move_to to return the newly 
8772                 created folderitem.
8773         * src/folderview.c
8774                 Select the new folderitem after moving.
8775
8776 2002-11-07 [colin]      0.8.5claws83
8777
8778         * src/prefs_filtering.c
8779                 Fix rule rewriting when moving a leaf folder to a 
8780                 shorter path
8781
8782 2002-11-07 [colin]      0.8.5claws82
8783
8784         * src/prefs_filtering.c
8785                 fix a leak
8786
8787 2002-11-07 [colin]      0.8.5claws81
8788
8789         * src/folder.[ch]
8790                 Add folder_item_move_to() function to move a 
8791                 folderitem into another one (updates matcher etc)
8792         * src/folderview.c
8793                 Add folder drag'n drop (context menu to come)
8794                 [Should be dataloss free, but Please backup before 
8795                  trying !]
8796
8797 2002-11-06 [colin]      0.8.5claws80
8798
8799         * src/mh.c
8800                 mh_create_folder() returns NULL if can't create
8801                 directory hierarchy
8802
8803 2002-11-06 [paul]       0.8.5claws79
8804
8805         * src/compose.[ch]
8806                 allow 'on-the-fly' changing of the type of encryption 
8807                 and/or signing used (mime/ascii) via the compose window
8808
8809 2002-11-06 [paul]       0.8.5claws78
8810
8811         * sync with 0.8.5cvs19
8812                 see ChangeLog 2002-11-06 for src/account.c: 
8813                 account_get_special_folder()
8814                 
8815 2002-11-05 [alfons]     0.8.5claws77
8816
8817         * src/crash.c
8818                 very minor cleanups: nothing to see here, move on. :-)
8819
8820 2002-11-05 [colin]      0.8.5claws76
8821
8822         * src/main.c
8823                 Changes choices if compose windows are opened to
8824                 Discard, Draft, Don't quit
8825
8826 2002-11-05 [thorsten]   0.8.5claws75
8827
8828         * src/compose.c
8829                 reenabled default_reply_to folder option
8830
8831 2002-11-05 [colin]      0.8.5claws74
8832
8833         * src/compose.[ch] 
8834                 add compose_draft()
8835         * src/crash.c
8836                 add SIGTERM handler
8837         * src/main.[ch]
8838                 add clean_quit() for the SIGTERM handler
8839
8840 2002-11-05 [paul]       0.8.5claws73
8841         
8842         * po/es.po
8843                 updated by Ricardo Mones Lastra
8844
8845 2002-11-05 [melvin]     0.8.5claws72
8846
8847         * src/logwindow.c
8848                 Fixed log-clipping bug #616795.
8849                 To stop logging in the log window use 0 length.
8850         * src/prefs_common.c
8851                 Added a label to inform about the 0 log length behaviour.
8852
8853 2002-11-05 [paul]       0.8.5claws71
8854
8855         * sync with 0.8.5cvs17
8856                 see ChangeLog 2002-11-05
8857
8858 2002-11-04 [paul]       0.8.5claws70
8859
8860         * sylpheed-128x128.png
8861           sylpheed-64x64.png
8862           sylpheed.png
8863                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8864                 <nikai@users.sourceforge.net>
8865                 
8866         * po/bg.po
8867                 updated by George Danchev
8868
8869 2002-11-03 [thorsten]   0.8.5claws69
8870
8871         * src/main.c
8872           src/mimeview.c
8873           src/rfc2015.h
8874                 add check if gpg is active
8875
8876 2002-11-03 [thorsten]   0.8.5claws68
8877
8878         * src/toolbar.h
8879                 removed GSList declaration causing trouble on MacOS-X
8880                 (submitted by alfons, reported by xfesty)
8881
8882 2002-11-01 [paul]       0.8.5claws67
8883
8884         * src/mainwindow.c
8885                 remove last remnants of main's filter code
8886
8887 2002-11-01 [paul]       0.8.5claws66
8888
8889         * tools/filter_conv.pl
8890                 fix bug where user-defined headers were ignored
8891
8892 2002-11-01 [paul]       0.8.5claws65
8893
8894         * src/logwindow.c
8895                 make a debug_print() not translatable
8896
8897 2002-10-31 [melvin]     0.8.5claws64
8898
8899         * ac/aspell.m4
8900                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8901                 not run any GNU/aspell test.  The dictionary path will
8902                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8903                 was given, in which case, it will be $prefix/lib/aspell/
8904         * configure.in
8905                 Fixed typo in commentary (Aspell code).
8906
8907 2002-10-31 [paul]       0.8.5claws63
8908
8909         * po/POTFILES.in
8910                 remove src/filter.c and src/prefs_filter.c
8911                 thanks to Ricardo for reminding me
8912
8913 2002-10-31 [colin]      0.8.5claws62
8914
8915         * src/mbox_folder.c
8916                 Plug some leaks
8917
8918 2002-10-31 [paul]       0.8.5claws61
8919
8920         * src/prefs_filter.[ch] ** REMOVED **
8921           src/filter.[ch]       ** REMOVED **
8922           
8923         * src/Makefile.am
8924           src/folderview.c
8925           src/inc.c
8926           src/main.c
8927           src/mainwindow.c
8928           src/mbox.c
8929           src/prefs_common.c
8930           src/prefs_filtering.c
8931           src/summaryview.[ch]
8932                 remove main's 'filter' code
8933                 
8934         README.claws
8935                 update to reflect removal of main's filter
8936
8937 2002-10-31 [paul]       0.8.5claws60
8938
8939         * src/summaryview.c
8940                 remove check for global_processing in summary_filter_open(). 
8941                 This fixes the bug where if the user uses the right-click 
8942                 'Create filter rule...' and doesn't have any filter rules 
8943                 already defined in claws' advanced filtering, the newly 
8944                 created filter rule goes to main's filtering which is 
8945                 inaccessible through the gui. Now the filter rule gets added
8946                 to claws' filtering by default.
8947
8948 2002-10-28 [melvin]     0.8.5claws59
8949
8950         * src/prefs_actions.c
8951                 Fixed bug #627322 where MIME parts were not always
8952                 correctly passed to a %p action
8953                 Display an error dialog when message filename is not found.
8954
8955 2002-10-28 [melvin]     0.8.5claws58
8956
8957         * src/prefs_common.c
8958                 Readded a missing function declaration lost in 0.8.3claws34
8959
8960 2002-10-28 [paul]       0.8.5claws57
8961
8962         * sync with 0.8.5cvs15
8963                 see ChangeLog 2002-10-28 and 2002-10-25
8964                 
8965         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8966
8967 2002-10-27 [oliver]     0.8.5claws56
8968
8969         * src/pop.c
8970                 plug leak in pop3_top_recv
8971
8972 2002-10-26 [christoph]  0.8.5claws55
8973
8974         * src/folder.c
8975                 set need_update folder flag when messages are added
8976                 (closes bug [ 626922 ] folder not updated after receiving)
8977
8978 2002-10-25 [melvin]     0.8.5claws54
8979
8980         * src/imageview.c
8981                 Fixed a memleak introduced in the scaling code.
8982
8983 2002-10-24 [alfons]     0.8.5claws53
8984
8985         * src/filtering.c
8986                 make filtering's forward message action forward from the 
8987                 correct account
8988                 (closes bug [628089 ] Filter -> Forward from address problem
8989                 reported by Oktay)
8990
8991 2002-10-24 [christoph]  0.8.5claws52
8992
8993         * src/mainwindow.c
8994         * src/manual.[ch]
8995                 o use manual of current locale or english if current
8996                   locale is not available (and english is available)
8997                 o also link to sylpheed doc project manuals
8998
8999 2002-10-23 [paul]       0.8.5claws51
9000
9001         * tools/README
9002           tools/kmail2sylpheed_v2.pl
9003                 add new version of kmail addressbook importer script.
9004                 works with newer versions of Kmail/KAddressBook which
9005                 have new and rearranged data.
9006
9007 2002-10-23 [martin]     0.8.5claws50
9008
9009         * src/folderview.c
9010         * src/summaryview.c
9011         * src/utils.h
9012         * src/utils.c
9013                 added length parameter to get_abbrev_newsgroup_name()
9014                 changed this function so that it abbreviates the newsgroup
9015                 names only so long it is smaller than the length parameter
9016                 (for better reading of some newsgroup names and space efficiency)
9017
9018 2002-10-22 [colin]      0.8.5claws49
9019
9020         *src/foldersel.c
9021                 Revert Alfons' last modification (after voting ;-))
9022
9023 2002-10-21 [alfons]     0.8.5claws48
9024
9025         * src/foldersel.c
9026                 folder view in folder selection dialog reflects state of
9027                 folder view in main window
9028
9029 2002-10-18 [alfons]     0.8.5claws47
9030
9031         * src/mbox.c
9032                 drop imported messages in folder selected by user,
9033                 and not in the inbox
9034                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9035
9036 2002-10-18 [alfons]     0.8.5claws46
9037
9038         * src/compose.c
9039                 make automagic reply work correctly for email accounts 
9040                 (whether it's viable to do a full sync with Hiro's 
9041                 compose.c is still under discussion)
9042
9043 2002-10-18 [melvin]     0.8.5claws45
9044
9045         * src/prefs_actions.c
9046                 Fixed bug #622275 where asynchroneous actions left 
9047                 zombies processes
9048                 Made (synchroneous) actions' input be displayed live.
9049
9050 2002-10-18 [christoph]  0.8.5claws44
9051
9052         * src/textview.c
9053                 don't add a newline in the textview in front of the
9054                 first textpart if header display is disabled
9055                 (closes bug [ 603385 ] disabled header display leaves blank
9056                  lin)
9057
9058 2002-10-18 [christoph]  0.8.5claws43
9059
9060         * src/folder.[ch]
9061         * src/imap.c
9062         * src/mbox_folder.c
9063         * src/mh.c
9064         * src/news.c
9065                 folder->get_num_list now returns an error code
9066                 (closes bug [ 609424 ] News cache cleared on failure)
9067                 
9068 2002-10-17 [colin]      0.8.5claws42
9069         
9070         * src/news.c
9071                 Changed a printf by debug_print
9072
9073 2002-10-16 [paul]       
9074
9075         * tools/OOo2sylpheed.pl
9076                 allow for spaces in the name of the
9077                 file to be attached.
9078
9079 2002-10-16 [colin]      0.8.5claws41
9080
9081         * src/main.c
9082                 Use a tristate to change online mode
9083
9084 2002-10-16 [paul]       0.8.5claws40
9085
9086         * po/es.po
9087                 updated by Ricardo Mones Lastra
9088
9089 2002-10-16 [colin]      0.8.5claws39
9090
9091         * src/main.c
9092           src/mainwindow.[ch]
9093                 Added --online and --offline command-line
9094                 switches
9095
9096 2002-10-15 [christoph]  0.8.5claws38
9097
9098         * src/procmime.c
9099                 set mimeinfo->name to NULL after g_free to
9100                 avoid double freeing with g_free
9101
9102 2002-10-14 [christoph]  0.8.5claws37
9103
9104         * src/compose.c
9105         * src/filtering.c
9106         * src/summaryview.c
9107                 remove calls to folder->change_flags that are now
9108                 done by procmsg flag functions (seems it is not
9109                 used by any foldertype anyway)
9110         * src/folder.c
9111                 init folder->change_flags with NULL
9112
9113 2002-10-14 [christoph]  0.8.5claws36
9114
9115         * src/folder.[ch]
9116         * src/imap.[ch]
9117                 use virtual functions for folder item new and destroy
9118                 functions
9119
9120 2002-10-14 [melvin]     0.8.5claws35
9121
9122         * src/compose.c
9123                 Added a test to not run the spell checker if no default
9124                 dictionary is available. No dialog is displayed though.
9125
9126 2002-10-14 [melvin]     0.8.5claws34
9127
9128         * src/gtkaspell.c
9129                 Fixed bug in dictionary list context menu where
9130                 "More..." pointed to an emtpy submenu if the
9131                 number of dictionaries is a multiple of 15
9132                 Removed unneeded code in suggestions list creation
9133
9134 2002-10-14 [paul]       0.8.5claws33
9135
9136         * po/bg.po
9137                 updated by George Danchev
9138
9139 2002-10-13 [hoa]        0.8.5claws32
9140
9141         * src/matcher.[ch]
9142           src/matcher_parser_parser.y
9143                 removed the escaped string from internal structure
9144                 of matcher.
9145
9146 2002-10-12 [colin]      0.8.5claws31
9147
9148         * src/gtksctree.[ch]
9149           src/summaryview.c
9150                 Removed useless function gtksctree_reanchor
9151
9152 2002-10-12 [alfons]     0.8.5claws30
9153         
9154         * sync with remaining main changes 2002-10-09 - 2002-10-11
9155         - drop changes to src/compose.c (requires claws specific changes)
9156         
9157 2002-10-12 [alfons]     0.8.5claws29
9158         
9159         * sync with main changes of 2002-10-08
9160         - drop changes to src/compose.c (requires claws specific changes)
9161         - drop changes to src/summaryview.c (requires changes to compose.c)     
9162
9163 2002-10-12 [alfons]     0.8.5claws28
9164         
9165         * sync with main changes of 2002-10-07
9166
9167 2002-10-12 [alfons]     0.8.5claws27
9168
9169         * sync with main changes of 2002-10-04
9170         - drop changes to src/compose.c (requires claws specific changes)
9171         - drop changes to src/prefs_folder_item.c (claws implementation
9172           seems to be working)
9173
9174 2002-10-12 [colin]      0.8.5claws26
9175
9176         * src/mainwindow.c
9177                 Fix folder-flicker when space-reading, introduced 
9178                 in claws22.
9179
9180 2002-10-12 [colin]      0.8.5claws25
9181
9182         * src/compose.c
9183                 Save account address when saving as draft.
9184                 (closes bug 621838)
9185
9186 2002-10-12 [colin]      0.8.5claws24
9187
9188         * src/summaryview.c
9189                 Fix the problem consisting of no message selected
9190                 after the last message in a folder has been moved.
9191
9192 2002-10-12 [paul]       0.8.5claws23
9193
9194         * src/compose.c
9195           src/prefs_template.c
9196           src/template.[ch]
9197                 add Cc and Bcc to templates. Patch submitted by
9198                 John L. Males.
9199
9200 2002-10-12 [colin]      0.8.5claws22
9201
9202         * src/folderview.c
9203                 Fix a bug after "Check for new messages":
9204                 If a folder was opened, it was still selected at
9205                 the end of the check, but displayed empty.
9206         * src/mainwindow.c
9207                 Remove unnecessary check
9208
9209 2002-10-12 [paul]
9210
9211         * tools/README
9212                 be more verbose in the description of
9213                 OOo2sylpheed.pl
9214                 
9215
9216 2002-10-11 [colin]      0.8.5claws21
9217
9218         * src/mainwindow.c
9219                 Make space work (better) when no mail is selected
9220
9221 2002-10-11 [colin]      0.8.5claws20
9222
9223         * src/inc.c
9224           src/news.c
9225                 fix warnings
9226
9227 2002-10-11 [colin]      0.8.5claws19
9228
9229         * src/mainwindow.c
9230                 revert 0.8.5claws6 changes as i couldn't get to
9231                 anything satisfying
9232
9233 2002-10-11 [melvin]     0.8.5claws18
9234
9235         * src/compose.c
9236                 Removed buggy and unused macro (should have been committed in
9237                 0.8.5claws17)
9238
9239 2002-10-11 [melvin]     0.8.5claws17
9240
9241         * src/compose.c
9242                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9243
9244 2002-10-11 [thorsten]   0.8.5claws16 
9245
9246         * src/folderview.c
9247                 remove rescan warning
9248
9249 2002-10-11 [colin]      0.8.5claws15 
9250
9251         * src/procheader.c
9252                 fix a segfault that happens if conv_unmime_header
9253                 fails (should be better to find out why it fails)
9254
9255 2002-10-11 [christoph]  0.8.5claws14
9256
9257         * src/summaryview.c
9258                 update folderview stats after ignore/unignore thread
9259
9260 2002-10-11 [hoa]        0.8.5claws13
9261
9262         * src/quote_fmt_parse.y
9263                 Fixed a yacc/bison syntax error
9264         * src/matcher.c
9265                 Escaping of string is fixed.
9266
9267 2002-10-11 [colin]      0.8.5claws12
9268
9269         * src/imageview.c
9270                 Resize images to fit
9271
9272 2002-10-11 [paul]       0.8.5claws11
9273
9274         * po/es.po
9275                 updated by Ricardo Mones Lastra
9276
9277 2002-10-10 [alfons]     0.8.5claws10
9278
9279         * src/compose.c
9280                 allow dropping files by "moving" files from a file manager,
9281                 not only by the more cumbersome "copying". the latter 
9282                 mostly implies holding down the Control button
9283
9284 2002-10-10 [christoph]  0.8.5claws9
9285
9286         * src/summaryview.c
9287                 update folders after thread building for ignored threads
9288
9289 2002-10-10 [christoph]  0.8.5claws8
9290
9291         * config/.cvsignore
9292                 added Makefile
9293         * src/filtering.[ch]
9294         * src/folder.[ch]
9295         * src/folderview.[ch]
9296         * src/import.c
9297         * src/inc.[ch]
9298         * src/mbox.[ch]
9299         * src/procmsg.c
9300         * src/summaryview.[ch]
9301                 o added new flag need_update to FolderItem
9302                 o removed folder_table from various functions from tracking
9303                   folder updates
9304                 o set need_update flags in folder.c's move, copy and delete
9305                   functions and procmsg's flags functions
9306                 o added function folderview_update_items_when_required that
9307                   updates all folders with need_update set
9308                 o call folderview_update_items_when_required instead of
9309                   folderview_update_item_foreach
9310
9311 2002-10-09 [sergey]     0.8.5claws7
9312
9313         * src/compose.c
9314                 Strip CRs whel loading the text into editor in reedit mode.
9315
9316 2002-10-09 [colin]      0.8.5claws6
9317
9318         * src/mainwindow.c
9319                 Make Space work when no mail is selected
9320
9321 2002-10-09 [colin]      0.8.5claws5
9322
9323         * src/gtksctree.[ch]
9324                 Fix range_select
9325                 Add gtk_sctree_reanchor() 
9326         * src/summaryview.c
9327                 Use gtk_sctree_reanchor() - better fix for 
9328                 bug 60413
9329
9330 2002-10-09 [colin]      0.8.5claws4
9331
9332         * src/summaryview.c
9333                 Fix shift-click select after delete problem
9334                 (closes bug 60413)
9335
9336 2002-10-08 [thorsten]   0.8.5claws3
9337
9338         * src/summaryview.c
9339                 exclude current msg from -hide read messages-
9340
9341 2002-10-08 [colin]      0.8.5claws2
9342
9343         * src/inc.[ch]
9344           src/pop.c
9345           src/recv.c
9346                 Differentiate socket errors from disk full
9347                 errors
9348
9349 2002-10-08 [christoph]  0.8.5claws1
9350
9351         * Makefile.am
9352         * configure.in
9353                 modifications for new config directory
9354
9355         * config.guess  ** REMOVED **
9356         * config.sub    ** REMOVED **
9357         * install-sh    ** REMOVED **
9358         * ltmain.sh     ** REMOVED **
9359         * missing       ** REMOVED **
9360         * mkinstalldirs ** REMOVED **
9361                 these files are autogenerated by automake
9362                 when you run autogen.sh
9363
9364         * config/.cvsignore     ** NEW FILE **
9365         * config/Makefile.am    ** NEW FILE **
9366                 ignore autogenerated files
9367                 create a Makefile in this directory
9368
9369 2002-10-08 [paul]       0.8.5claws
9370
9371         * 0.8.5claws release
9372         
9373         * src/compose.c
9374           src/procheader.c
9375           src/procmsg.c
9376                 fix quote reply format for newsgroups reply bug
9377                 (thanks to Hoa)
9378                 
9379         * po/en_GB.po
9380           po/pl.po
9381                 updated by me and Witold Wladyslaw Wojciech Wilk
9382                 repectively
9383
9384 2002-10-07 [paul]       0.8.3claws53
9385
9386         * po/it.po
9387           po/pt_BR.po
9388           po/sr.po
9389                 updated messages catalogs, submitted by
9390                 Alessandro Maestri, Fabio Jr.Beneditto 
9391                 and Urke MMI, respectively.
9392
9393 2002-10-07 [christoph]  0.8.3claws52
9394
9395         * src/folder.[ch]
9396         * src/folderview.c
9397         * src/mainwindow.c
9398                 fix new folder ghost message bug
9399                 (closes bug [ 619722 ] wrong count for newly created folders)
9400
9401 2002-10-07 [christoph]  0.8.3claws51
9402
9403         * src/compose.c
9404                 fix news posting problem
9405
9406 2002-10-07 [melvin]     0.8.3claws50
9407
9408         * po/fr.po
9409                 Updated French translation
9410
9411 2002-10-05 [christoph]  0.8.3claws49
9412
9413         * src/gtkstext.c
9414                 check if line_start_cache is set in gtk_stext_update_text
9415                 (closes bug [ 618119 ] crash while doing search in folder)
9416
9417 2002-10-05 [christoph]  0.8.3claws48
9418
9419         * src/imap.c
9420         * src/news.c
9421         * src/utils.c
9422         * src/utils.h
9423                 implement cache cleanups for claws' folder system
9424                 (closes bug [ 595916 ] imapcache not cleaned up)
9425
9426 2002-10-05 [melvin]     0.8.3claws47
9427
9428         * src/prefs_actions.c
9429                 Made the help text more clear for the %p token
9430
9431 2002-10-04 [paul]       0.8.3claws46
9432
9433         * sync with 0.8.5
9434                 see ChangeLog 2002-10-02 and 2002-10-03
9435
9436 2002-10-04 [christoph]  0.8.3claws45
9437
9438         * src/inc.c
9439                 fix segfault caused by pop before smtp
9440                 call to inc_account_mail with NULL
9441                 pointer for mainwin
9442
9443 2002-10-04 [paul]       0.8.3claws44
9444
9445         * configure.in
9446                 sync the LDAP detection from 0.8.5cvs1
9447
9448 2002-10-02 [christoph]  0.8.3claws43
9449
9450         * po/de.po
9451                 fix small spelling error
9452
9453 2002-10-02 [melvin]     0.8.3claws42
9454
9455         * ac/aspell.m4
9456                 Behave better and say "no" when test program cannot be run.
9457
9458 2002-10-02 [paul]       0.8.3claws41
9459
9460         * sync with 0.8.4cvs1
9461                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9462                 
9463         * src/summaryview.c
9464                 toggle the behavior of Reply menuitem between
9465                 normal reply and reply-to-list
9466
9467 2002-10-01 [sergey]     0.8.3claws40
9468
9469         * src/compose.c
9470                 Convert newlines in the message text to the canonical form
9471                 before base64 encoding (RFC2045 compliance, fixes some
9472                 interoperability issues with Evolution 1.0.3)
9473
9474 2002-09-29 [colin]      0.8.3claws39
9475
9476         * src/summaryview.c
9477                 Fix an unwanted copy/paste
9478
9479 2002-09-29 [colin]      0.8.3claws38
9480
9481         * src/mainwindow.c
9482                 Renamed "Custom toolbar" to "Customize toolbar"
9483                 Renamed "Show all header" to "Show all headers"
9484                 Renamed "Set diplay item" to "Set displayed items"
9485         * src/prefs_common.c
9486                 Renamed "Show all header" to "Show all headers"
9487         * src/prefs_summary_column.c
9488                 Renamed "diplay item" to "displayed items"
9489
9490 2002-09-29 [colin]      0.8.3claws37
9491
9492         * src/mainwindow.[ch]
9493                 online/offline status pixmaps follow theme
9494                 changes
9495         * src/summaryview.[ch]
9496                 quicksearch pixmap follows theme changes
9497
9498 2002-09-29 [thorsten]   0.8.3claws36
9499
9500         * src/compose.c
9501           src/prefs_folder_item.[ch]
9502                 add default_reply_to folder option (closes patch 581044)
9503
9504 2002-09-29 [christoph]  0.8.3claws35
9505
9506         * acconfig.h    ** REMOVED **
9507         * configure.in
9508         * ac/aspell.m4
9509         * ac/check-type.m4
9510         * ac/gnupg-check-typedef.m4
9511                 fix autoheader 2.50 warning
9512
9513 2002-09-29 [christoph]  0.8.3claws34
9514
9515         * major code cleanup (part 2)
9516         
9517                 - unused variables removed
9518                 - unused functions removed
9519                 - uninitialized variables checked
9520                 - missing return statements added
9521                 - missing function return types added
9522                 - added parentheses around assignment
9523                   when suggested by gcc
9524
9525 2002-09-29 [alfons]     0.8.3claws33
9526
9527         * src/logwindow.c
9528                 log_window_clear(): only bracket gtk_text_forward_delete() 
9529                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9530                 works around GTK text bug)
9531
9532 2002-09-29 [paul]       0.8.3claws32
9533
9534         * po/bg.po
9535           po/sr.po
9536                 updated by George Danchev and Urke MMI
9537                 respectively
9538
9539 2002-09-27 [christoph]  0.8.3claws31
9540
9541         * doc-src/readme.txt
9542         * doc-src/rfc1806.txt   ** REMOVED **
9543         * doc-src/rfc2183.txt   ** NEW FILE **
9544         * doc-src/rfc2980.txt   ** NEW FILE **
9545                 update rfcs
9546
9547 2002-09-27 [melvin]     0.8.3claws30
9548
9549         * ac/aspell.m4
9550                 Fixed typo which could break linking
9551
9552 2002-09-27 [melvin]     0.8.3claws29
9553
9554         * ac/aspell.m4
9555                 Improved GNU/aspell checking. 
9556                 Fixed bug #614490
9557
9558 2002-09-27 [paul]       0.8.3claws28
9559
9560         * sync with 0.8.3cvs8
9561                 see ChangeLog 2002-09-27
9562
9563 2002-09-26 [colin]      0.8.3claws27
9564
9565         * src/toolbar.[ch]
9566           src/mainwindow.[ch]
9567                 Add "Reply to Mailing-list" to the toolbar
9568
9569 2002-09-26 [christoph]  0.8.3claws26
9570
9571         * src/summaryview.c
9572                 Fix wrong message counts in summaryview status
9573
9574 2002-09-26 [paul]       0.8.3claws25
9575
9576         * sync with 0.8.3cvs7
9577                 see ChangeLog 2002-09-26
9578
9579 2002-09-26 [paul]       0.8.3claws24
9580
9581         * sync with 0.8.3cvs6
9582                 see ChangeLog 2002-09-25
9583
9584 2002-09-25 [christoph]  0.8.3claws23
9585
9586         * src/prefs_common.c
9587         * src/prefs_folder_item.c
9588         * src/prefs_scoring.c
9589                 Renamed "kill score" to "hide score" in GUI
9590                 and prefs files
9591
9592 2002-09-25 [paul]       0.8.3claws22
9593
9594         * sync with 0.8.3cvs5
9595                 see ChangeLog 2002-09-24
9596
9597 2002-09-24 [alfons]     0.8.3claws21
9598
9599         patch by Satoshi Nagayasu: allows appending / saving multiple 
9600         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9601         'Save as ...'")
9602
9603         * AUTHORS
9604                 add Satoshi Nagayasu
9605         * src/summaryview.c
9606                 summary_save_as(): allow saving selected files to
9607                 one file
9608                 summary_set_menu_sensitive: enable "Save As..." when
9609                 multiple files are selected
9610         * src/utils.[ch]
9611                 append_file(): new function
9612
9613 2002-09-24 [colin]      0.8.3claws20
9614
9615         * src/procmime.c
9616                 Fix segfault when mimeinfo doesn't have a 
9617                 content_type. 
9618
9619 2002-09-24 [colin]      0.8.3claws19
9620
9621         * src/prefs_common.[ch]
9622                 Add a preference to display send dialog or not
9623         * src/send.c
9624                 Display send dialog according to preference
9625
9626 2002-09-24 [colin]      0.8.3claws18
9627
9628         * src/compose.[ch]
9629                 Disable user actions when sending
9630
9631 2002-09-24 [colin]      0.8.3claws17
9632
9633         * src/procmime.c
9634                 Do not display name or filename for attachments
9635                 with an application/pgp-signature type
9636                 (security flaw, see bug 537413)
9637
9638 2002-09-23 [colin]      0.8.3claws16
9639
9640         * src/editaddress.c
9641                 Initialize entry_email, entry_alias and 
9642                 entry_remarks to first email address of the list
9643
9644 2002-09-23 [colin]      0.83claws15
9645
9646         * src/compose.c
9647                 Drop pgp-signature when reediting a signed queued
9648                 message
9649
9650 2002-09-23 [melvin]     0.8.3claws14
9651
9652         * po/fr.po
9653                 Updated French translation
9654
9655 2002-09-23 [melvin]     0.8.3claws13
9656
9657         * src/mainwindow.c
9658                 Made custom toolbar menu labels more consistent
9659         * src/prefs_toolbar.c
9660                 Made custom toolbar window title more consistent
9661
9662 2002-09-22 [colin]      0.8.3claws12
9663
9664         * src/inc.c
9665                 Initialize session type to normal before getting 
9666                 mail (fixes strange Get behaviour)
9667         * src/prefs_account.h
9668                 Move STYPE_POP_BEFORE_SMTP to last position to 
9669                 avoid other side-effects
9670
9671 2002-09-22 [colin]      0.8.3claws11
9672
9673         * src/prefs_account.c
9674                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9675                 from pop3 to apop or vice-versa
9676
9677 2002-09-22 [colin]      0.8.3claws10
9678         
9679         * src/prefs_account.[ch]
9680                 Add an option for the POP before SMTP timeout
9681         * src/inc.c
9682                 Remember time of last POP connection
9683         * src/send.c
9684                 Do POP before SMTP only if timeout reached
9685
9686 2002-09-22 [oliver]     0.8.3claws9
9687         
9688         * README.claws
9689                 explain custom toolbar
9690
9691 2002-09-22 [oliver]     0.8.3claws8
9692
9693         * src/prefs_actions.[ch]
9694         custom toolbar for compose      
9695                 actions callback from compose toolbar
9696         * src/folderview.c
9697                 remove include toolbar.h
9698
9699 2002-09-22 [oliver]     0.8.3claws7
9700         
9701         * src/prefs_toolbar.[ch]
9702                 custom toolbar for compose
9703                 - generic prefs_toolbar handles both
9704                   Mainwin's toolbar as well as Compose toolbar          
9705
9706 2002-09-22 [oliver]     0.8.3claws6
9707         
9708         * src/toolbar.[ch]
9709                 custom toolbar for compose
9710                 restructure toolbar.[ch]
9711
9712 2002-09-22 [oliver]     0.8.3claws5
9713
9714         * src/compose.[ch]
9715                 custom toolbar for compose
9716
9717 2002-09-22 [oliver]     0.8.3claws4
9718         
9719         * src/mainwindow.[ch]
9720                 custom toolbar for compose 
9721                 move mainwin toolbar back to mainwindow
9722
9723 2002-09-22 [alfons]     0.8.3claws3
9724
9725         * src/procmsg.c
9726                 :%sno/if(/if (/gc
9727                 :%sno/for(/for (/gc
9728                 (beautify)
9729
9730 2002-09-22 [alfons]     0.8.3claws2
9731         
9732         * src/procmsg.c
9733                 procmsg_save_to_outbox(): don't unlink message file from queue;
9734                 callers should do it using folder_item_remove_msg()
9735
9736 2002-09-22 [colin]      0.8.3claws1
9737
9738         * src/mimeview.[ch]
9739                 Made mimeview_check_signature() public
9740         * src/textview.c
9741                 Made GPG signatures verifiable by clicking
9742                 the [application/pgp-signature] in the Text
9743                 view
9744
9745 2002-09-22 [paul]       0.8.3claws
9746
9747         * po/bg.po
9748           po/en_GB.po
9749           po/es.po
9750           po/it.po
9751           po/pl.po
9752           po/pt_BR.po
9753           po/sr.po
9754                 updated translations, submitted by George Danchev,
9755                 me, Ricardo Mones Lastra, Alessandro Maestri,
9756                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9757                 and Urke MMI, respectively.     
9758
9759 2002-09-22 [alfons]     0.8.2claws65
9760
9761         * src/procmsg.c
9762         * src/pgptext.c
9763                 no furry valgrinds have been used to plug these memleaks
9764
9765 2002-09-20 [paul]       0.8.2claws64
9766
9767         * sync with 0.8.3cvs4
9768                 'Select thread' re-implemented 
9769                 see ChangeLog 2002-09-20
9770
9771 2002-09-21 [alfons]     0.8.2claws63
9772
9773         * src/compose.c
9774                 compose_send(): plug unnoticed memleak
9775
9776 2002-09-20 [alfons]     0.8.2claws62
9777
9778         * src/addr_compl.c
9779                 replace_address_in_edit(): strict check for NULL address to
9780                 fix "[ 607348 ] Segfault in address completion". My guess is
9781                 that this happens with an empty address book, but it's good
9782                 to have this check here anyway
9783                 
9784                 completion_window_button_press(): free string returned 
9785                 from the internal cache
9786
9787 2002-09-20 [christoph]  0.8.2claws61
9788
9789         * src/procmime.h
9790                 added ENC_BINARY to EncodingType
9791         * src/procmime.c
9792                 the string returned by procmime_get_encoding_str
9793                 should not depend on the order of values in the
9794                 EncodingType definition
9795         * doc-src/rfc1806.txt   ** NEW FILE **
9796                 Added rfc1806 about MIME Content-Disposition
9797                 Extension
9798
9799 2002-09-19 [paul]       0.8.2claws60
9800
9801         * sync with 0.8.2cvs3
9802                 see ChangeLog 2002-09-19
9803
9804 2002-09-19 [paul]       0.8.2claws59
9805
9806         * src/prefs_folder_item.c
9807                 revert to Darko's original alignment of colour
9808                 selector button
9809                 add a colon to folder_color label
9810                 
9811         * src/compose.c
9812                 add Colin's patch (with Hiro's modifications) to 
9813                 force BASE64 encoding for 8-bit text when signing
9814                 (sync with 0.8.3cvs2)
9815
9816 2002-09-18 [alfons]     0.8.2claws58
9817
9818         * src/compose.c
9819                 :%sno/if(/if (/gc
9820                 :%sno/for(/for (/gc
9821                 (beautify a little bit)
9822
9823 2002-09-18 [christoph]  0.8.2claws57
9824
9825         * src/pine.c
9826                 fix handling of fgetc return value
9827
9828 2002-09-17 [alfons]     0.8.2claws56
9829         
9830         * src/summaryview.c
9831                 summary_sort(): check non-NULL summaryview->folder_item when no 
9832                 folder is selected at all
9833                 (closes "[ 610344 ] sort label make syl Crash")
9834
9835 2002-09-17 [alfons]     0.8.2claws55
9836         
9837         * src/compose.c
9838                 beautify a little bit
9839
9840 2002-09-17 [christoph]  0.8.2claws54
9841
9842         * src/folder.c
9843                 initialize max values for cache and folder
9844                 when cache or folder is empty
9845
9846 2002-09-15 [colin]      0.8.2claws53
9847
9848         * src/compose.c
9849                 Fix a leak (thanks Alfons!) and cleaned
9850                 variables names for custom headers
9851
9852 2002-09-15 [colin]      0.8.2claws52
9853
9854         * src/compose.c
9855                 Fix custom headers recognition when
9856                 prefs_common.trans_hdr is on
9857
9858 2002-09-15 [colin]      0.8.2claws51
9859
9860         * src/compose.c
9861                 Allow dynamically-added custom headers
9862                 Yet not reparsed if reedited
9863
9864 2002-09-15 [alfons]     0.8.2claws50
9865
9866         * src/prefs_account.c
9867                 fix warnings
9868
9869 2002-09-15 [colin]      0.8.2claws49
9870         
9871         * src/prefs_account.c
9872                 fix pop_before_smtp sensitivity
9873
9874 2002-09-15 [colin]      0.8.2claws48
9875
9876         * src/inc.[ch]
9877                 add inc_pop_before_smtp()
9878                 allow MainWindow to be undefined in 
9879                 inc_account_mail() and inc_start()
9880         * src/pop.c
9881           src/prefs_account.h
9882                 add STYPE_POP_BEFORE_SMTP session type
9883         * src/prefs_account.c
9884                 activated pop before smtp option
9885         * src/send.c
9886                 do pop before smtp if the relevant option 
9887                 is set
9888
9889 2002-09-15 [paul]       0.8.2claws47
9890
9891         * sync with 0.8.3
9892                 see ChangeLog 2002-09-15
9893
9894 2002-09-14 [paul]       0.8.2claws46
9895
9896         * po/bg.po
9897                 updated Bulgarian translation, submitted by
9898                 George Danchev
9899
9900 2002-09-13 [paul]       0.8.2claws45
9901
9902         * src/compose.c
9903                 merge claws' select_account() with main's
9904                 (new) compose_select_account(). [sync with
9905                 0.8.2cvs15, see ChangeLog 2002-09-11]
9906
9907 2002-09-12 [christoph]  0.8.2claws44
9908
9909         * src/filter.c
9910                 allocate 1 elements of FolderItem not 0
9911
9912 2002-09-12 [colin]      0.8.2claws43
9913
9914         * src/compose.c
9915                 Fix bug #590825 (obey Follow-up: poster)
9916
9917 2002-09-12 [colin]      0.8.2claws42
9918
9919         * src/procmime.c
9920                 Fix bug #557009 (wrong headers for messages 
9921                 forwarded as attachments)
9922
9923 2002-09-11 [colin]      0.8.2claws41
9924         
9925         * src/compose.c
9926                 Put SCF: pseudo-header on top of message
9927                 Set draft tmp_flag when saved as draft
9928
9929         * src/procmsg.c
9930           src/procheader.c
9931                 Skip after first \n\n for beginning of real message
9932                 for drafts too
9933
9934 2002-09-11 [christoph]  0.8.2claws40
9935
9936         * src/filtering.c
9937                 use procmsg flag functions in filtering or processing
9938                 will cause incorrect folder message counts
9939
9940 2002-09-11 [colin]      0.8.2claws39
9941
9942         * src/compose.c
9943                 Fix bug #550175 - wrong save folder when reediting
9944                 drafts
9945
9946 2002-09-11 [paul]       0.8.2claws38
9947
9948         * sync with 0.8.2cvs14
9949                 see ChangeLog 2002-09-11
9950
9951 2002-09-11 [colin]      0.8.2claws37
9952
9953         * src/folder.c
9954                 Fix a typo (seeming to cause new/unread status to
9955                 be lost)
9956
9957 2002-09-10 [christoph]  0.8.2claws36
9958
9959         * src/compose.c
9960                 compose_redirect should not use compose_generic_new
9961                 because that does more stuff than expected including
9962                 opening the external editor
9963                 (closes bug "[ 526608 ] bounced messages appear blank
9964                  in editor")
9965
9966 2002-09-10 [christoph]  0.8.2claws35
9967
9968         * src/folder.c
9969                 fix problem with too large message number range
9970                 causing a crash in folder_item_scan
9971
9972 2002-09-10 [paul]       0.8.2claws34
9973
9974         * sync with 0.8.2cvs13
9975                 see ChangeLog 2002-09-10
9976
9977 2002-09-10 [christoph]  0.8.2claws33
9978
9979         * src/msgcache.c
9980                 set MsgInfo TmpFlags for queue and draft folders
9981                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9982
9983 2002-09-10 [paul]       0.8.2claws32
9984
9985         * AUTHORS
9986           po/bg.po      ** NEW FILE **
9987                 new Bulgarian translation submitted by
9988                 George Danchev <danchev@spnet.net>
9989                 
9990         * tools/Makefile.am
9991           tools/README
9992           tools/tb2sylpheed     ** NEW FILE **
9993                 add script that converts an addressbook exported
9994                 from The Bat! into a Sylpheed addressbook. Submitted
9995                 by Urke MMI <urke-kg@eunet.yu>
9996
9997 2002-09-10 [paul]       0.8.2claws31
9998
9999         * sync with 0.8.2cvs12
10000                 see ChangeLog 2002-09-10
10001
10002 2002-09-06 [paul]       0.8.2claws30
10003
10004         * src/prefs_common.c
10005                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10006                 
10007         * tools/Makefile.am
10008           tools/README
10009           tools/ldif-to-xml.py  ** REMOVED **
10010                 remove obsolete python script
10011
10012 2002-09-06 [paul]       0.8.2claws29
10013
10014         * sync with 0.8.2cvs10
10015                 see ChangeLog 2002-09-06
10016
10017 2002-09-04 [paul]       0.8.2claws28
10018
10019         * sync with 0.8.2cvs9
10020                 see ChangeLog 2002-08-04
10021
10022 2002-09-04 [colin]      0.8.2claws27 
10023
10024         * src/prefs_common.[ch]
10025                 Added signature color configuration
10026         * src/textview.c
10027                 Use user-specified signature color
10028
10029 2002-09-03 [colin]      0.8.2claws26
10030
10031         * src/prefs_common.[ch]
10032                 Added autosave and autosave_length prefs
10033         * src/compose.c
10034                 Added compose_remove_draft()
10035                 Auto-save drafts according to the prefs
10036         * src/main.c
10037                 Added a crash-indicator file, allowing to check
10038                 for new messages on startup if Sylpheed crashed
10039                 (makes saved drafts "reappear")
10040
10041 2002-09-03 [colin]      0.8.2claws25
10042
10043         * src/textview.[ch]
10044                 Grey the signature
10045
10046 2002-09-03 [paul]       0.8.2claws24
10047
10048         * sync with 0.8.2cvs8
10049                 see ChangeLog 2002-09-02 and 2002-09-03
10050
10051 2002-09-03 [darko]      0.8.2claws23
10052
10053         * src/folderview.c
10054                 use normal style when creating new folder to pick
10055                 proper font size 
10056
10057 2002-09-02 [melvin]     0.8.2claws22
10058
10059         * src/gtkaspell.m4
10060                 removed some obsolete code
10061
10062 2002-09-02 [melvin]     0.8.2claws21
10063
10064         * ac/aspell.m4
10065                 fixed test's equality sign (== to =)
10066
10067 2002-09-02 [alfons]     0.8.2claws20
10068
10069         * src/folder.c
10070         * src/mh.c
10071                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10072                 as folder->destroy virtual as suggested by Hiro
10073                 (the mh.c code seems to have been lost around mh.c.1.21)
10074
10075 2002-09-02 [paul]       0.8.2claws19
10076
10077         * po/pt_BR.po
10078                 updated by Fabio Jr. Beneditto
10079                 
10080         * src/defs.h
10081                 use 'http://claws.sylpheed.org' for homepage link. 
10082                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10083
10084 2002-09-01 [alfons]     0.8.2claws18
10085
10086         * src/mh.c
10087                 plug memleak related to one Martin Kluge found
10088
10089 2002-08-31 [paul]       0.8.2claws17
10090
10091         * sync with 0.8.2cvs6
10092                 see ChangeLog 2002-08-30
10093
10094 2002-08-31 [alfons]     0.8.2claws16
10095
10096         * src/folder.c
10097                 folder_destroy(): remove mailbox from folderlist even if it has
10098                 no destroy virtual
10099
10100 2002-08-31 [alfons]     0.8.2claws15
10101
10102         * src/folder.c
10103                 :%sno/if(/if (/gc
10104                 :%sno/for(/for (/gc
10105                 (being pedantic I know)
10106
10107 2002-08-31 [alfons]     0.8.2claws14
10108
10109         * src/folder.c
10110                 check for NULL pointers returned from folder->fetch_msginfo virtual
10111                 (should solve some reported crashes)
10112
10113 2002-08-30 [alfons]     0.8.2claws13
10114
10115         * acconfig.h
10116         * configure.in
10117         * src/crash.c
10118                 enable crash dialog on compilation time
10119                 (--enable-crash-dialog configure option)
10120
10121 2002-08-30 [alfons]     0.8.2claws12
10122
10123         * AUTHORS
10124                 add Martin Kluge
10125         * src/mh.c
10126                 apply memory leak plug patch by Martin Kluge
10127                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10128                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10129                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10130
10131 2002-08-30 [darko]      0.8.2claws11
10132
10133         * src/folderview.c
10134                 copy Gtk style from normal style to match
10135                 font size for coloured folders
10136
10137 2002-08-29 [alfons]     0.8.2claws10
10138
10139         * sylpheed.desktop
10140                 Type=Internet <- Type=Application
10141                 (reported by Michael Schwendt, see:
10142                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10143                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10144
10145 2002-08-29 [paul]       0.8.2claws9
10146
10147         * sync with 0.8.2cvs5
10148                 see ChangeLog 2002-08-29
10149
10150 2002-08-29 [colin]      0.8.2claws8
10151
10152         * src/summaryview.c
10153                 Added a sanity check in summary_select_thread
10154                 Should fix bug 601605
10155
10156 2002-08-29 [colin]      0.8.2claws7
10157
10158         * src/main.c
10159                 Revert claws6 changes regarding bug #591676
10160
10161 2002-08-28 [colin]      0.8.2claws6
10162         
10163         * src/main.c
10164                 Ignore cache for queue folderitems
10165                 Fix bug #591676
10166
10167 2002-08-28 [melvin]     0.8.2claws5
10168
10169         * README.claws
10170                 Fixed typos.
10171
10172 2002-08-28 [melvin]     0.8.2claws4
10173
10174         * README.claws
10175                 Updated a bit the text concerning the spell checker
10176
10177 2002-08-28 [melvin]     0.8.2claws3
10178
10179         Merged the GNU_aspell_branch:
10180                 Support of new GNU/aspell is now included and the old pspell
10181                 is not supported anymore.
10182                 See README.claws
10183
10184         * README.claws
10185                 Updated spell checker text to reflect the switch to GNU/aspell
10186
10187         * ac/aspell.m4          *** NEW ***
10188         * src/gtkaspell.[ch]    *** NEW *** 
10189         * ac/pspell.m4          *** DELETED *** 
10190         * src/gtkspell.[ch]     *** DELETED ***
10191
10192         * ac/Makefile.am
10193                 Updated for GNU/aspell support
10194
10195         * po/POTFILES.in
10196                 Replaced gtkspell.c by gtkaspell.c
10197
10198         * acconfig.h
10199         * src/Makefile.am
10200         * src/about.c
10201         * src/compose.[ch]
10202         * src/crash.c
10203         * src/main.c
10204         * src/prefs_common.[ch]
10205                 Updated for GNU/aspell support
10206
10207 2002-08-28 [paul]       0.8.2claws2
10208
10209         * sync with 0.8.2cvs4
10210                 see ChangeLog 2002-08-27 and 2002-08-28
10211
10212 2002-08-28 [colin]      0.8.2claws1
10213
10214         * src/summary_search.c
10215                 Added "AND search"
10216
10217 2002-08-28 [jens]       0.8.2claws
10218
10219         *po/de.po
10220                 Updated German translations
10221
10222 2002-08-27 [melvin]     0.8.2claws
10223
10224         * po/fr.po
10225                 Updated French translations
10226
10227 2002-08-27 [paul]       0.8.2claws
10228
10229         * sync with 0.8.2 main release
10230
10231         * po/en_GB.po
10232           po/es.po
10233           po/it.po
10234           po/pl.po
10235           po/pt_BR.po
10236           po/sr.po
10237                 updated message catalogs submitted by
10238                 Ricardo Mones Lastra, Alessandro Maestri,
10239                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10240                 Beneditto and Urke MMI  
10241
10242 2002-08-27 [hoa]        0.8.1claws123
10243
10244         * src/mainwindow.[ch]
10245         * src/summaryview.[ch]
10246                 removed the "filter setting" menu option.
10247                 add a "cancel a news message" menu option.
10248
10249 2002-08-26 [martin]     0.8.1claws122
10250
10251         * ChangeLog.claws
10252                 changed string under 0.8.1claws79 changed by myself
10253                 i'm sorry alfons :(
10254
10255 2002-08-26 [martin]     0.8.1claws121
10256
10257         * src/crash.c
10258                 added kill command to debuggerrc to start crash dialog
10259
10260 2002-08-26 [paul]       0.8.1claws120
10261
10262         * sync with 0.8.1cvs31
10263                 see ChangeLog 2002-08-26
10264
10265 2002-08-25 [alfons]     0.8.1claws119
10266
10267         * src/procmsg.c
10268                 fix bug that didn't send out correct headers to news server
10269                 when sending news article and email from queue (bug reported
10270                 and patch provided by Tim Mann; closes bug 
10271                 "[ 583196 ] 0.7.8claws can't post news")
10272
10273 2002-08-25 [alfons]     0.8.1claws118
10274
10275         * src/selective_download.c
10276                 mark two strings as translatable
10277                 (thanks to Urke MMI for pointing this out)
10278
10279 2002-08-25 [alfons]     0.8.1claws117
10280
10281         * src/summaryview.c
10282                 treat sent boxes as special and allow sorting them by addressee
10283                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10284                 submitted by Steve Lamb)
10285
10286 2002-08-24 [alfons]     0.8.1claws116
10287
10288         * src/matcher.c
10289                 fix memleak reported by Martin Kluge
10290                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10291
10292 2002-08-24 [oliver]     0.8.1claws115
10293
10294         * src/prefs_toolbar.c
10295                 o code cleanup as suggested by Alfons
10296                 o memleak fix
10297
10298 2002-08-24 [alfons]     0.8.1claws114
10299
10300         * src/summaryview.c
10301                 o fix another memory leak reported by Martin Kluge
10302                   (see "[ 599568 ] Small Memory Leak")
10303                 o remove 'from' variable from 'summary_set_header()'; we can
10304                   do with just 'to' 
10305
10306 2002-08-24 [paul]       0.8.1claws113
10307
10308         * sync with 0.8.1cvs30
10309                 see ChangeLog 2002-08-23
10310
10311 2002-08-24 [alfons]     0.8.1claws112
10312
10313         * src/summaryview.c
10314                 remove unnecessary allocations for search bar fixing leaks
10315                 reported by Martin Kluge
10316                 (see "[ 599451 ] Further memory leaks?")
10317
10318 2002-08-24 [alfons]     0.8.1claws111
10319
10320         * src/main.c
10321                 make get_socket_name() public for crash.c
10322         * src/crash.c
10323                 o make report bug button work (goes to claws' 
10324                   bug tracker at sf.net)
10325                 o introduce function for doing important stuff just
10326                   before claws goes down
10327                 o clean up code 
10328
10329 2002-08-24 [alfons]     0.8.1claws110
10330
10331         * src/compose.c
10332                 move cursor to "To" entry when forwarding as attachment
10333                 (reported and solved by Steve Lamb, closes bug report
10334                 "[ 592880 ] Forward as attachment; cursor not in to")
10335
10336 2002-08-24 [colin]      0.8.1claws109
10337
10338         * src/mainwindow.c
10339                 fix quick search visibility after GUI (de)separations.
10340
10341 2002-08-23 [colin]      0.8.1claws108
10342
10343         * src/mainwindow.c
10344                 fix header pane visibility after folderview or
10345                 messageview (de)separation
10346
10347 2002-08-23 [paul]       0.8.1claws107
10348
10349         * src/mainwindow.[ch]
10350           src/toolbar.c
10351                 give full control of display or non-display 
10352                 of the Execute icon to Custom toolbar settings.
10353                 add new sensitivity condition to maninwindow.h: 
10354                 M_DELAY_EXEC
10355
10356         * ChangeLog
10357           ChangeLog.jp
10358           NEWS
10359                 more sync with 0.8.1cvs29
10360
10361 2002-08-23 [melvin]     0.8.1claws106
10362
10363         * src/alertpanel.c
10364                 Readded support for custom widget in alertpanel lost in last
10365                 sync.
10366
10367 2002-08-23 [paul]       0.8.1claws105
10368
10369         * sync with 0.8.1cvs29
10370                 see ChangeLog 2002-08-23
10371
10372 2002-08-23 [colin]      0.8.1claws104
10373
10374         * src/summaryview.c
10375                 Fix folder and search pixmaps exchanging positions
10376                 after theme or toolbar changes. Thank to Oliver for 
10377                 reporting this.
10378
10379 2002-08-23 [colin]      0.8.1claws103
10380
10381         * src/mainwindow.c
10382           src/messageview.[ch]
10383           src/noticeview.[ch]
10384           src/summaryview.c
10385                 Changed messageview_create() and noticeview_create()
10386                 to avoid the last gdk_warning
10387
10388 2002-08-22 [colin]      0.8.1claws102
10389
10390         * src/summaryview.c
10391                 Fix my new `Creating pixmap from xpm' warning
10392
10393 2002-08-22 [colin]      0.8.1claws101
10394
10395         * src/mainwindow.c
10396                 Fix some of the gdk warnings
10397
10398 2002-08-22 [colin]      0.8.1claws100
10399
10400         * src/Makefile.am
10401         * src/stock_pixmap.c
10402         * src/stock_pixmap.h
10403         * src/pixmaps/quicksearch.xpm *ADDED*
10404                 Add the quicksearch pixmap
10405         * src/mainwindow.c
10406         * src/summaryview.c
10407         * src/summaryview.h
10408                 Make quicksearch bar visible/hidden via a button
10409
10410 2002-08-22 [christoph]  0.8.1claws99
10411
10412         * src/folder.c
10413                 fix folder update for newsgroups with message
10414                 numbers below minimum number of articles to fetch
10415                 (closes bug #598445)
10416
10417 2002-08-22 [paul]       0.8.1claws98
10418
10419         * sync with 0.8.1cvs28
10420                 see ChangeLog 2002-08-22
10421
10422 2002-08-21 [alfons]     0.8.1claws97
10423
10424         * src/crash.c
10425                 use bt instead of bt full which seems to work 
10426                 better, and bt full doesn't give a great deal 
10427                 of information anyway
10428
10429 2002-08-21 [colin]      0.8.1claws96
10430
10431         * src/summaryview.c
10432                 fix summaryview_searchtype_changed prototype
10433
10434 2002-08-21 [christoph]  0.8.1claws95
10435
10436         * src/mainwindow.c
10437                 o fix broken menu update for sorting type, we have to
10438                   get this info from the summaryview now
10439                 o removed setting of threaded state in menu callback
10440         * src/summaryview.[ch]
10441                 more summaryview/folderitem seperation for
10442                 threading option
10443         * configure.in
10444                 removed not required --with-compiler-flags option
10445
10446 2002-08-21 [oliver]     0.8.1claws94
10447         
10448         * src/toolbar.h 
10449                 o rename toolbar.xml to toolbar_main.xml
10450                   since toolbar_compose.xml might come up 
10451                   any time soon
10452         * README.claws
10453                 add custom toolbar              
10454
10455 2002-08-21 [darko]      0.8.1claws93
10456
10457         * src/procmsg.c
10458                 don't reset tmp flags for messages copied
10459                 to sent folder
10460
10461 2002-08-21 [colin]      0.8.1claws92
10462         
10463         * src/prefs_filtering.c
10464                 fix renaming rules on folder rename 
10465                 when folder is not a leaf folder
10466
10467 2002-08-21 [paul]       0.8.1claws91
10468
10469         * src/prefs_folder_item.c
10470                 fix alignment of colour selector
10471
10472 2002-08-21 [paul]       0.8.1claws90
10473
10474         * sync with 0.8.1cvs27
10475                 see ChangeLog 2002-08-21
10476
10477 2002-08-21 [paul]       0.8.1claws89
10478
10479         * src/summaryview.c
10480                 fix crash when changing field type in
10481                 Quick search bar
10482
10483 2002-08-21 [colin]      0.8.1claws88
10484
10485         * src/summaryview.c
10486                 Made quick search case-insensitive
10487
10488 2002-08-21 [paul]       0.8.1claws87
10489
10490         * sync with 0.8.1cvs26
10491                 see ChangeLog 2002-08-21
10492
10493 2002-08-20 [christoph]  0.8.1claws86
10494
10495         * src/folderview.c
10496         * src/main.c
10497         * src/summaryview.[ch]
10498                 more summaryview/folderitem seperation for
10499                 sort_key and sort_type
10500         * src/procmsg.c
10501                 added missing return statement
10502
10503 2002-08-20 [colin]      0.8.1claws85
10504
10505         * src/summaryview.[ch]
10506                 Added a quick search box
10507         * src/mainwindow.c
10508         * src/prefs_common.[ch]
10509                 Added a show/hide option for the quick search
10510
10511 2002-08-20 [oliver]     0.8.1claws84
10512         
10513         * src/mainwindow.c
10514                 remove toolbar_create_popups
10515         * src/toolbar.[ch]
10516                 o remove toolbar_create_popups
10517                 o fix toolbar_set_sensitive 
10518                   (Bug reports #596834 and #596832)     
10519         * src/prefs_toolbar.c
10520                 o add "Set default" button
10521                 o align label and text + combo widgets
10522
10523 2002-08-20 [hoa]        0.8.1claws83bis
10524
10525         * src/imap.c
10526                 fixed a bug in imap_fetch_msginfo() in case there is no
10527                 current folder.
10528
10529 2002-08-20 [darko]      0.8.1claws83
10530
10531         * src/folderview.c
10532                 copy the color style of folder view so it
10533                 works with GTK themes
10534
10535 2002-08-20 [darko]      0.8.1claws82
10536
10537         * src/folder.h
10538         * src/folderview.c
10539         * src/prefs_folder_item.[hc]
10540                 don't use UI stuff in folder.h
10541
10542 2002-08-20 [darko]      0.8.1claws81
10543
10544         * src/folder.h
10545         * src/prefs_folder_item.h
10546         * src/folderview.c
10547         * src/prefs_folder_item.c
10548                 ability to set folder color in folderview
10549
10550 2002-08-19 [alfons]     0.8.1claws80
10551
10552         * src/summaryview.c
10553                 fix one of the earlier memleaks reported by Martin Kluge
10554
10555 2002-08-19 [alfons]     0.8.1claws79
10556
10557         * src/mainwindow.c
10558                 hide notice view when selecting seperate folder
10559                 view (reported by Urke MMI)
10560
10561 2002-08-19 [christoph]  0.8.1claws78
10562
10563         * src/folderview.c
10564         * src/prefs_folder_item.h
10565         * src/summaryview.[ch]
10566                 o add summary_set_prefs_from_folderitem to set
10567                   summaryview prefs (first step to remove all
10568                   references to the folderitem in summaryview)
10569                 o moved compiled regex stuff from folderitem prefs
10570                   to summaryview code
10571
10572 2002-08-19 [paul]       0.8.1claws77
10573
10574         * src/compose.c
10575                 add check for '.' to QUOTE_IF_REQUIRED
10576
10577 2002-08-19 [paul]       0.8.1claws76
10578
10579         * src/inc.c
10580                 sync with 0.8.1cvs25 (plug memory leak)
10581
10582         * src/prefs_toolbar.c
10583                 re-order prefs_toolbar_cancel()
10584
10585 2002-08-18 [alfons]     0.8.1claws75
10586
10587         * src/inc.c
10588         * src/matcher.c
10589                 plug other memleaks reported by Martin Kluge
10590
10591 2002-08-18 [paul]       0.8.1claws74
10592
10593         * po/pt_BR.po
10594                 updated by Fabio Jr. Beneditto
10595
10596 2002-08-18 [paul]       0.8.1claws73
10597
10598         * src/toolbar.[ch]
10599                 fix bug where tooltips were displayed untranslated              
10600
10601         * src/prefs_toolbar.c
10602                 fix bug where clicking 'Cancel' creates an icon & text
10603                 toolbar regardless of prefs
10604         
10605
10606 2002-08-17 [oliver]     0.8.1claws72
10607
10608         * src/prefs_toolbar.c
10609                 update toolbar on CANCEL
10610                 bug reported by Martin Kluge
10611         * src/toolbar.c
10612                 toolbar_destroy memleak fixed           
10613
10614 2002-08-17 [alfons]     0.8.1claws71
10615
10616         * src/toolbar.c
10617                 plug another memleak reported by Martin Kluge
10618
10619 2002-08-16 [alfons]     0.8.1claws70
10620
10621         * src/crash.c
10622                 use execvp() correctly (suggested by wwp; thanks!)
10623
10624 2002-08-16 [alfons]     0.8.1claws69
10625
10626         * src/gtksctree.c
10627                 plug memory leak reported by Kim Schultz & Martin Kluge
10628
10629 2002-08-16 [paul]       0.8.1claws68
10630
10631         * po/es.po
10632                 updated by Ricardo Mones Lastra
10633
10634 2002-08-16 [paul]       0.8.1claws67
10635
10636         * src/toolbar.h
10637                 fix bug where 'Compose News' icon showed wrong
10638                 tooltip
10639
10640 2002-08-16 [paul]       0.8.1claws66
10641
10642         * sync with 0.8.1cvs24
10643                 see ChangeLog 2002-08-16
10644
10645         * po/it.po
10646                 updated by Alessandro Maestri
10647
10648 2002-08-15 [paul]       0.8.1claws65
10649
10650         * po/sr.po
10651                 updated by Urke MMI
10652
10653 2002-08-15 [paul]       0.8.1claws64
10654
10655         * src/*.c
10656                 don't translate debug info
10657
10658         * src/matcher.[ch]
10659                 add copyright info
10660
10661 2002-08-15 [paul]       0.8.1claws63
10662
10663         * src/prefs_toolbar.c
10664                 fix bug where clicking 'OK' creates an icon & text
10665                 toolbar regardless of prefs
10666
10667 2002-08-14 [alfons]     0.8.1claws62
10668
10669         * src/main.c
10670                 add global var that has the full argv[0]
10671         * src/crash.c
10672                 o execvp the correct sylpheed by using argv0
10673                   and setting the correct work dir
10674                 o other tweaks  
10675
10676 2002-08-14 [oliver]     0.8.1claws61
10677         
10678         * enable/disable Toolbar Action Buttons 
10679         * code cleanups
10680         * src/mainwindow.c
10681         * src/toolbar.[ch]      
10682         * src/prefs_toolbar.c   
10683
10684 2002-08-14 [melvin]     0.8.1claws60
10685
10686         * po/fr.po
10687                 Updated French translations
10688
10689 2002-08-14 [melvin]     0.8.1claws59
10690
10691         * src/crash.c
10692                 Made bug report not translatable
10693         * src/exporthtml.c
10694                 Fixed exporthtml_build_filespec() return value
10695         * src/foldersel.c
10696                 Fixed incorrect include file
10697         * src/gtkspell.c
10698         * src/prefs_actions.c
10699         * src/prefs_toolbar.c
10700                 Made debug info not translatable
10701         * src/mutt.c
10702         * src/quote_fmt.c
10703                 Added missing includes
10704         * src/prefs_common.c
10705                 Fixed typo
10706
10707 2002-08-14 [paul]       0.8.1claws58
10708
10709         * faq/es/sylpheed-faq.html
10710           faq/es/sylpheed-faq-[1-3].html
10711           faq/es/sylpheed-faq-4.html     **NEW FILE **
10712                 update Spanish FAQ
10713
10714 2002-08-13 [christoph]  0.8.1claws57
10715
10716         * src/procmsg.c
10717                 ignore thread fix that did not mark all
10718                 child nodes of a ignored thread as
10719                 ignored. Does not work perfectly yet,
10720                 but it is better now
10721
10722 2002-08-13 [alfons]     0.8.1claws56
10723
10724         * src/crash.c
10725                 o implement 'save crash log'
10726                 o some tweaks
10727
10728 2002-08-13 [melvin]     0.8.1claws55
10729
10730         * src/main.c
10731                 removed unrequired "execinfo.h" header
10732
10733 2002-08-12 [paul]       0.8.1claws54
10734
10735         * faq/en/sylpheed-faq.html
10736           faq/en/sylpheed-faq-[1-3].html
10737           faq/en/sylpheed-faq-4.html     **NEW FILE **
10738                 update English FAQ
10739
10740 2002-08-12 [alfons]     0.8.1claws53
10741
10742         * po/POTFILES.in
10743                 add crash.c to translatables
10744         * src/crash.c
10745                 bring in Leandro's crash dialog
10746
10747 2002-08-11 [alfons]     0.8.1claws52
10748
10749         * src/crash.c
10750                 clean up some warnings
10751
10752 2002-08-11 [alfons]     0.8.1claws51
10753
10754         * acconfig.h
10755         * configure.in
10756         * src/crash.[ch]        ** NEW FILES **
10757         * src/main.c            
10758                 initial gdb crash handler
10759
10760 2002-08-11 [paul]       0.8.1claws50
10761
10762         * src/prefs_toolbar.c
10763                 replace Up/Down arrow pixmaps with text to be
10764                 consistent across icon themes
10765
10766 2002-08-11 [paul]       0.8.1claws49
10767
10768         * src/prefs_common.c
10769           src/prefs_toolbar.c
10770                 rename 'Pixmap' -> 'Icon'
10771
10772         * src/toolbar.[ch]
10773                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10774
10775 2002-08-10 [paul]       0.8.1claws48
10776
10777         * src/prefs_toolbar.c
10778                 re-work the UI
10779
10780 2002-08-10 [paul]       0.8.1claws47
10781
10782         * src/main.c
10783                 don't write Processing progress to status bar
10784                 patch submitted by Alexander Evseev
10785
10786         * src/prefs_toolbar.c
10787                 re-position and resize window
10788                 make window assume correct size on first call
10789
10790 2002-08-10 [paul]       0.8.1claws46
10791
10792         * src/mainwindow.c
10793           src/prefs_toolbar.c
10794           src/toolbar.c
10795           src/toolbar.h
10796                 obey coding style
10797                 follow UI text conventions
10798
10799 2002-08-10 [alfons]     0.8.1claws45
10800
10801         * src/toolbar.c
10802                 correct pixmap for delete action
10803
10804 2002-08-10 [paul]       0.8.1claws44
10805
10806         * po/pt_BR.po
10807                 updated by Fabio Jr. Beneditto
10808
10809 2002-08-10 [paul]       0.8.1claws43
10810
10811         * po/POTFILES.in
10812                 add custom toolbar files
10813
10814 2002-08-10 [paul]       0.8.1claws42
10815
10816         * sync with 0.8.1cvs22
10817                 see ChangeLog 2002-08-09
10818
10819 2002-08-09 [paul]       0.8.1claws41
10820
10821         * tools/Makefile.am
10822           tools/README
10823           tools/outlook2sylpheed.pl     ** NEW FILE **
10824                 add script to convert exported Outlook
10825                 contacts list to a Sylpheed addressbook.
10826                 Submitted by Ricardo Mones Lastra.
10827
10828 2002-08-09 [paul]       0.8.1claws40
10829
10830         * AUTHORS
10831           configure.in
10832           po/sr.po      ** NEW FILE **
10833                 add Serbian message catalog. Submitted by
10834                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10835
10836 2002-08-09 [paul]       0.8.1claws39
10837
10838         * sync with 0.8.1cvs21
10839                 see ChangeLog 2002-08-08
10840
10841 2002-08-08 [oliver]     0.8.1claws38
10842
10843         * src/mainwindow.c
10844                 move Custom Toolbar to Configuration menu
10845
10846 2002-08-08 [oliver]     0.8.1claws37
10847
10848         * src/prefs_toolbar.c
10849                 fix substitute pixmap bug
10850
10851 2002-08-08 [paul]       0.8.1claws36
10852
10853         * sync with 0.8.1cvs19
10854                 see ChangeLog 2002-08-08
10855
10856 2002-08-07 [christoph]  0.8.1claws35
10857
10858         * src/utils.c
10859                 fixed a memory leak in new canonicalize_file_replace
10860
10861 2002-08-07 [christoph]  0.8.1claws34
10862
10863         * src/utils.[ch]
10864                 o canonicalize_file_replace should create the temporary
10865                   file in the same directory as the original file.
10866                 o added get_tmpfile_in_dir that creates a temorary file
10867                   in a specified directory.
10868
10869 2002-08-07 [melvin]     0.8.1claws33
10870
10871         * src/toolbar.c
10872                 fixed bug where 'Article' button acted as 'Email' button.
10873
10874 2002-08-07 [paul]       0.8.1claws32
10875
10876         * sync with 0.8.1.cvs17
10877                 see ChangeLog 2002-08-07
10878
10879 2002-08-07 [colin]      0.8.1claws31
10880         
10881         * src/news.c
10882                 fix mass-cancel problem
10883
10884 2002-08-07 [thorsten]   0.8.1claws30
10885
10886         * src/prefs_toolbar.c
10887                 fix: crash on replace or add new button
10888         * src/toolbar.c
10889                 fix: close xmlfile after reading
10890         * src/utils.c
10891                 fix: unlink() file before rename()
10892
10893 2002-08-06 [paul]       0.8.1claws29
10894
10895         * sync with 0.8.cvs15
10896                 see ChangeLog 2002-08-06
10897
10898 2002-08-06 [oliver]     0.8.1claws28
10899
10900         * src/toolbar.c
10901         * src/prefs_toolbar.c
10902                 fixed empty toolbar issue
10903
10904 2002-08-06 [oliver]     0.8.1claws27
10905
10906         * Custom Toolbar Final 
10907         * src/folderview.c
10908         * src/inc.c
10909         * src/summaryview.c
10910                 o toolbar stuff now lives in src/toolbar.[ch]
10911                 o main_window_toolbar_* functions are renamed to
10912                   toolbar_* reflecting their new source file
10913         * src/mainwindow.[ch]
10914                 o remove toolbar stuff  
10915
10916 2002-08-06 [oliver]     0.8.1claws26
10917         
10918         * src/Makefile.am
10919         * src/prefs_toolbar.[ch]        **New File**
10920         * src/toolbar.[ch]              **New File**
10921                 o prefs_toolbar.[ch] custom toolbar frontend
10922                 o toolbar.[ch]       backend 
10923
10924 2002-08-06 [oliver]     0.8.1claws25
10925
10926         * src/prefs_actions.[ch]
10927                 o new exported function actions_execute
10928
10929 2002-08-06 [paul]       0.8.1claws24
10930
10931         * sync with 0.8.1cvs4
10932                 see ChangeLog 2002-08-06
10933
10934 2002-08-06 [paul]       0.8.1claws23
10935
10936         * sync with 0.8.1cvs13
10937                 see ChangeLog 2002-08-06
10938
10939 2002-08-06 [paul]       0.8.1claws22
10940
10941         * sync with 0.8.1cvs12
10942                 see ChangeLog 2002-08-05 and 2002-08-06
10943
10944 2002-08-06 [match]      0.8.1claws21
10945
10946         * src/addrclip.c
10947                 improvements to cut/copy/paste address
10948
10949 2002-08-05 [match]      0.8.1claws20
10950
10951         * src/addritem.[ch]
10952         * src/addrcache.c
10953         * src/addrbook.c
10954         * src/editaddress.c
10955         * src/addressbook.c
10956                 fixes to improve cut/copy/paste
10957
10958 2002-08-06 [melvin]     0.8.1claws19
10959
10960         * src/account.[ch]
10961                 account_find_all_from_address(): new function that returns the
10962                 list of all accounts that are matched in an address.
10963         * src/alertpanel.[ch]
10964                 alertpanel() now accepts a custom widget
10965                 alertpanel_with_widget(): new function that pops up a panel with
10966                 a custom widget in it 
10967         * src/gtkutils.[ch]
10968                 gtkut_account_menu_new(): new function that allows the selection
10969                 of an account from a list of accounts.
10970         * src/messageview.c
10971                 Extended Return Receipt notification to select the correct 
10972                 account and to make a security test on the Delivery-Notification
10973                 address which should be the same as the Return-Path.
10974
10975 2002-08-06 [thorsten]   0.8.1claws18
10976
10977         * src/mimeview.c
10978                 attach_all: save unnamed as "noname.%d",
10979                 dont free static dirname
10980
10981 2002-08-05 [alfons]     0.8.1claws17
10982
10983         * configure.in
10984                 detect XIM by trying to link rather than compile a XIM program
10985
10986 2002-08-05 [oliver]     0.8.1claws16
10987                 
10988         * src/stock_pixmap.[ch]
10989                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10990                 o new func to retrieve pixmaps
10991
10992 2002-08-05 [paul]       0.8.1claws15
10993
10994         * sync with 0.8.1cvs10
10995                 see ChangeLog 2002-08-05
10996
10997 2002-08-04 [alfons]     0.8.1claws14
10998
10999         * src/textview.c
11000                 see if this plugs memleak
11001
11002 2002-08-04 [melvin]     0.8.1claws13
11003
11004         * src/gtkspell.c
11005                 fixed bug that could crash Sylpheed when highlighting
11006                 all misspelled words.
11007
11008 2002-08-03 [melvin]     0.8.1claws12
11009
11010         * src/prefs_actions.c
11011                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11012         * src/messageview.c
11013                 fixed bug where the Return Receipt was sent to
11014                 Delivery-Notification-To address even if it was not present
11015
11016 2002-08-02 [alfons]     0.8.1claws11
11017
11018         * src/prefs_actions.c
11019                 o more check for NULLs
11020                 o put create_io_dialog() in right conditional block
11021
11022 2002-08-02 [paul]       0.8.1claws10
11023
11024         * po/es.po
11025                 updated by Ricardo Mones Lastra
11026
11027 2002-08-01 [christoph]  0.8.1claws9
11028
11029         * src/folder.c
11030                 don't free the cache of the opened
11031                 folder in the summaryview
11032         * src/summaryview.c
11033                 don't unset flags, if it is not required
11034
11035 2002-08-01 [paul]       0.8.1claws8
11036
11037         * sync with 0.8.1cvs8
11038                 see ChangeLog entry 2002-08-01
11039
11040 2002-08-01 [paul]       0.8.1claws7
11041
11042         * sync with 0.8.1cvs7
11043                 see ChangeLog 2002-07-31 and 2002-08-01
11044
11045 2002-07-31 [christoph]  0.8.1claws6
11046
11047         * src/mainwindow.c
11048                 forgot to update menu sensitivity
11049                 function for new menu entry
11050
11051 2002-07-31 [alfons]     0.8.1claws5
11052
11053         * src/main.c
11054                 check folder item and its path for NULL on
11055                 initial processing
11056
11057 2002-07-31 [christoph]  0.8.1claws4
11058
11059         * src/folder.c
11060                 check if folder_item_get_msginfo in
11061                 folder_item_remove_msg returned NULL
11062         * src/imap.c
11063                 better clear the uid cache in the
11064                 uid validity check function and delete
11065                 cached messages
11066
11067 2002-07-31 [paul]       0.8.1claws3
11068
11069         * man/sylpheed.1
11070                 add the '--attach' option and a few other
11071                 minor changes
11072
11073 2002-07-31 [paul]       0.8.1claws2
11074
11075         * sync with 0.8.1cvs5
11076                 see ChangeLog 2002-07-31
11077
11078 2002-07-31 [christoph]  0.8.1claws1
11079
11080         * src/folderview.[ch]
11081         * src/mainwindow.c
11082                 replace "Rescan all folders..." with
11083                 "Check all folders for new messages..."
11084
11085 2002-07-30 [paul]       0.8.1claws
11086
11087         * version 0.8.1claws released
11088
11089 2002-07-30 [paul]       0.8.0claws29
11090
11091         * tools/OOo2sylpheed.pl ** NEW FILE **
11092           tools/README
11093                 add script to enable sending documents as
11094                 attachments from OpenOffice.org
11095
11096 2002-07-30 [melvin]     0.8.0claws28
11097
11098         * src/prefs_actions.c
11099                 Made the actions' input/output dialog display
11100                 without delay.
11101
11102 2002-07-30 [christoph]  0.8.0claws27
11103
11104         * src/procmsg.c
11105                 check if folder_item_get_msginfo in
11106                 procmsg_save_to_outbox returned NULL
11107
11108 2002-07-30 [paul]       0.8.0claws26
11109
11110         * sync with 0.8.1cvs4
11111                 see ChangeLog 2002-07-29
11112
11113 2002-07-29 [thorsten]   0.8.0claws25
11114
11115         * README.claws
11116                 added selective download, delete on server
11117
11118 2002-07-29 [paul]       0.8.0claws24
11119
11120         * sync with 0.8.1cvs3
11121                 see ChangeLog 2002-07-29
11122
11123 2002-07-27 [christoph]  0.8.0claws23
11124
11125         * src/folder.c
11126                 add extra check if fetching the msginfo
11127                 returned NULL
11128
11129 2002-07-27 [paul]       0.8.0claws22
11130
11131         * sync with 0.8.1cvs2
11132                 see ChangeLog 2002-07-26
11133
11134 2002-07-27 [christoph]  0.8.0claws21
11135
11136         * src/imap.c
11137                 add another check if a valid msginfo
11138                 was returned
11139
11140 2002-07-26 [hoa]        0.8.0claws20
11141
11142         * src/folder.c
11143                 Fixed a condition in folder_item_destroy()
11144
11145         * src/imap.c
11146                 Fixed an error in IMAP protocol
11147
11148 2002-07-26 [alfons]     0.8.0claws19
11149
11150         * src/folder.c
11151                 ofcourse compare with identifier, not the path
11152
11153 2002-07-26 [alfons]     0.8.0claws18
11154
11155         * src/folder.c
11156                 use folder item identifier for saving / restoring
11157                 preferences because folder->path might not be unique
11158
11159 2002-07-26 [melvin]     0.8.0claws17
11160
11161         * src/logwindow.c
11162                 Fixed a crash introduced in 0.8.0claws5 when log is 
11163                 cut under 80 characters.
11164
11165 2002-07-26 [paul]       0.8.0claws16
11166
11167         * sync with 0.8.1cvs1
11168                 see ChangeLog 2002-07-26
11169
11170 2002-07-26 [christoph]  0.8.0claws15
11171
11172         * src/imap.[ch]
11173                 imap folder now remembers the last selected
11174                 folder and imap_fetch_msginfo skips selecting
11175                 the folder if it is already selected
11176
11177 2002-07-26 [christoph]  0.8.0claws14
11178
11179         * src/folder.c
11180         * src/folderview.c
11181         * src/imap.c
11182                 fix imap folder rescanning
11183
11184 2002-07-25 [christoph]  0.8.0claws13
11185
11186         * src/filter.c
11187         * src/folder.[ch]
11188         * src/folderview.c
11189         * src/imap.[ch]
11190         * src/mainwindow.c
11191         * src/mbox_folder.c
11192         * src/mh.c
11193         * src/news.c
11194                 implement imap uid cache and uid validity check
11195
11196 2002-07-25 [alfons]     0.8.0claws12
11197
11198         * src/summaryview.c
11199                 fix a brown paper bag bug, and also add some more
11200                 checks
11201
11202 2002-07-25 [christoph]  0.8.0claws11
11203
11204         * src/folder.c
11205                 don't mix copy, fetch_msginfo and remove
11206                 operations in folder item copy and move
11207                 operations
11208
11209 2002-07-25 [christoph]  0.8.0claws10
11210
11211         * src/folderview.c
11212         * src/mainwindow.c
11213         * src/prefs_folder_item.c
11214         * src/summaryview.[ch]
11215                 remove no longer required parameter update_cache from
11216                 summary_show
11217
11218 2002-07-25 [paul]       0.8.0claws9
11219
11220         * sync with 0.8.1
11221         
11222         * AUTHORS
11223                 a few corrections
11224
11225 2002-07-24 [alfons]     0.8.0claws8
11226
11227         * src/summaryview.c
11228                 sort correctly when using simplified subject line
11229                 (closes feature request "[ 585141 ] applying regexp to subject 
11230                 before sort" submitted by Alexandra Walford)
11231
11232 2002-07-24 [paul]       0.8.0claws7
11233
11234         * sync with 0.8.0cvs3
11235                 see ChangeLog 2002-07-24
11236
11237 2002-07-23 [christoph]  0.8.0claws6
11238
11239         * src/folder.c
11240         * src/folder.h
11241         * src/summaryview.c
11242         * src/summaryview.h
11243         * src/main.c
11244                 o separate processing and summaryview
11245                 o removed summary_write_cache from summaryview
11246                 o removed summaryview->killed_messages, because we don't have
11247                   to keep a list of killed messages anymore. New cache will
11248                   keep the hidden messages in cache anyway
11249         * src/folderview.c
11250         * src/inc.c
11251         * src/selective_download.c
11252                 o removed unnecessary summary_write_cache calls
11253         * src/procmsg.c
11254                 o don't set ignore thread flag in procmsg_get_thread_tree
11255                   if it is already set
11256         * src/mainwindow.c
11257         * src/statusbar.h
11258                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11259                   they are used in different files
11260
11261 2002-07-23 [melvin]     0.8.0claws5
11262
11263         * src/addressbook.c
11264         * src/addrgather.c
11265         * src/editaddress.c
11266         * src/editgroup.c
11267         * src/editldap_basedn.c
11268         * src/importldif.c
11269         * src/prefs_common.c
11270                 Fixed few memory leak (gtk_editable_get_chars returns
11271                 an allocated string)
11272         * src/logwindow.c
11273                 Fixed few memory leak (gtk_editable_get_chars returns
11274                 an allocated string) and modified a little the log cutting
11275                 loop.
11276         * src/compose.c
11277                 Replaced a call to an obsolete function gtk_entry_get_text()
11278                 by gtk_editable_get_chars()
11279         * src/send.c
11280                 Removed a debug printf
11281
11282 2002-07-23 [christoph]  0.8.0claws4
11283
11284         * src/filesel.c
11285                 fix another g_dirname memory leak
11286
11287 2002-07-23 [christoph]  0.8.0claws3
11288
11289         * src/mh.c
11290                 fixed a memory leak in mh_fetch_msginfo
11291                 fixed crash when message header could not be
11292                 parsed
11293
11294 2002-07-23 [paul]       0.8.0claws2
11295
11296         * sync with 0.8.0cvs2
11297                 see ChangeLog 2002-07-23
11298
11299 2002-07-23 [paul]       0.8.0claws1
11300
11301         * sync with 0.8.0cvs1
11302                 see ChangeLog 2002-07-23
11303
11304 2002-07-23 [paul]       0.8.0claws
11305
11306         * release of 0.8.0claws
11307
11308 2002-07-23 [paul]       0.7.8claws99
11309
11310         * po/ru.po
11311                 new Russian translation, submitted by
11312                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11313
11314 2002-07-22 [jens]       0.7.8claws98
11315
11316         * po/de.po
11317                 Updated German translations.
11318
11319 2002-07-22 [paul]       0.7.8claws97
11320
11321         * po/es.po
11322           po/it.po
11323           po/nl.po
11324           po/pt_BR.po
11325                 updated translations by Ricardo Mones Lastra,
11326                 Alessandro Maestri, Wilbert Berendsen and 
11327                 Fabio Jr. Beneditto respectively
11328
11329 2002-07-22 [christoph]  0.7.8claws96
11330
11331         * src/mimeview.c
11332                 fix memory leak caused by wrong g_dirname usage
11333
11334 2002-07-22 [christoph]  0.7.8claws95
11335
11336         * src/summaryview.c
11337                 update new and unread message counts for summaryview
11338                 summaryview does not get it from the folder anymore
11339                 and has to update the values itself
11340
11341 2002-07-22 [melvin]     0.7.8claws94
11342
11343         * po/fr.po
11344                 Updated French translations.
11345
11346 2002-07-22 [christoph]  0.7.8claws93
11347
11348         * src/matcher.c
11349                 set prop->preg pointer to NULL or following check
11350                 will not fail and regexec will be called with
11351                 invalid pointer
11352
11353 2002-07-21 [alfons]     0.7.8claws92
11354         
11355         * src/prefs_common.[ch]
11356                 remove option "Send return receipt on request"
11357
11358 2002-07-21 [thorsten]   0.7.8claws91
11359
11360         * src/mimeview.c
11361                 fixed memleaks, coding style as pointed out by alfons
11362
11363 2002-07-21 [alfons]     0.7.8claws90
11364
11365         * src/messageview.c
11366         * src/noticeview.[ch]
11367                 o fix bug notice view being displayed when going to empty folder 
11368                   (noticed by Christoph)
11369                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11370                   (noticed by Thorsten)
11371
11372 2002-07-21 [thorsten]   0.7.8claws89
11373
11374         * src/mimeview.c
11375                 Included save_all patch from Xaview FACQ
11376                 added support for pathnames
11377
11378 2002-07-21 [alfons]     0.7.8claws88
11379
11380         * po/POTFILES.in
11381         * src/Makefile.am
11382         * src/mainwindow.c
11383         * src/messageview.[ch]
11384         * src/noticeview.c      ** NEW FILE **
11385         * src/noticeview.h      ** NEW FILE **
11386                 make return receipts work again
11387                 (UI idea by Leandro Pereira)
11388
11389 2002-07-21 [paul]       0.7.8claws87
11390
11391         * src/summaryview.c
11392                 fix sensitivity of 'Select thread'
11393
11394 2002-07-21 [paul]       0.7.8claws86
11395
11396         * src/prefs_common.c
11397                 add browser command line for Galeon
11398
11399 2002-07-21 [paul]       0.7.8claws85
11400
11401         * Makefile.am
11402                 fix 'EXTRA_DIST': remove README.README, add TODO
11403                 and TODO.claws
11404
11405 2002-07-21 [alfons]     0.7.8claws84
11406
11407         * src/gtkstext.c
11408                 make enter clear selection
11409                 (closes "[ 579888 ] Editor selection/entry error"
11410                 reported by Steve Lamb)
11411
11412 2002-07-21 [alfons]     0.7.8claws83
11413         
11414         * src/summaryview.c
11415                 sort message list when selecting unthread messages
11416                 (closes "[ 501593 ] switching threaded view doesn't sort"
11417                 reported by Simon Schubert)
11418
11419 2002-07-20 [alfons]     0.7.8claws82
11420         
11421         * src/matcher.c
11422                 const-correctness
11423
11424 2002-07-20 [thorsten]   0.7.8claws81
11425
11426         * src/matcher.c
11427                 Fixed expansion of empty fields in matchactions
11428
11429 2002-07-19 [melvin]     0.7.8claws80
11430
11431         * src/gtkspell.c
11432                 Removed a duplicate menu entry (fast mode) introduced during
11433                 the new cache merge
11434                 Added a menu separator between 'Use alternate' and 'Fast mode'
11435
11436 2002-07-19 [paul]       0.7.8claws79
11437
11438         * tools/Makefile.am
11439           tools/README
11440                 correct typos
11441
11442 2002-07-19 [thorsten]   0.7.8claws78
11443
11444         * tools/calypso_convert.pl      ** NEW FILE **
11445           tools/README
11446           tools/Makefile.am
11447                 script to import mbox files exported
11448                 by calypso
11449                 o generates folder structure
11450                 o includes attachments
11451
11452 2002-07-19 [melvin]     0.7.8claws77
11453
11454         * src/selective_download.[ch]
11455                 Fixed bug where closing the dialog with the window manager's
11456                 close button will not unlock the summary
11457                 Corrected some function declarations that missed a return value
11458                 Made the source code comply better with coding style.
11459         * src/prefs_common.c
11460                 Added new browser command line for Mozilla.
11461
11462 2002-07-18 [paul]       0.7.8claws76
11463
11464         * src/mainwindow.c
11465           src/selective_download.[ch]
11466                 reflect theme changes, fix Gdk Warning when creating 
11467                 pixmap from NULL window, and minor clean up.
11468                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11469
11470         * po/en_GB.po
11471                 updated
11472
11473 2002-07-17 [paul]       0.7.8claws75
11474
11475         * INSTALL[.jp]
11476                 sync with 0.8.0
11477         
11478         * po/en_GB.po
11479                 updated
11480
11481 2002-07-16 [paul]       0.7.8claws74
11482
11483         * tools/filter_conv.pl
11484           tools/README
11485                 replace conversion script with reimplemented version, 
11486                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11487
11488 2002-07-16 [colin]      0.7.8claws73
11489
11490         * src/summaryview.c
11491                 remove forgotten debug messages - sorry ;-)
11492
11493 2002-07-16 [colin]      0.7.8claws72
11494
11495         * src/mimeview.c
11496           src/summaryview.c
11497           src/textview.c
11498           src/textview.h
11499                 add the ability to select part of a text mime-part 
11500                 to reply.
11501
11502 2002-07-15 [christoph]  0.7.8claws71
11503
11504         * src/folder.c
11505                 fix folder message count for folders without
11506                 msg_is_changed (includes news folders)
11507
11508 2002-07-15 [martin]     0.7.8claws70
11509
11510         * src/summaryview.c
11511                 option "display recipient on 'From'..." now works
11512                 without the need of enabling the option
11513                 "display  sender  using  address  book".
11514
11515 2002-07-15 [christoph]  0.7.8claws69
11516
11517         * src/summaryview.c
11518                 removed setting folder status from summaryview.
11519                 folder.c should update all message counts correctly.
11520
11521 2002-07-15 [paul]       0.7.8claws68
11522
11523         * po/pt_BR.po
11524                 updated by Fabio Junior Beneditto
11525
11526 2002-07-15 [darko]      0.7.8claws67
11527
11528         * src/mh.c
11529                 Fixed target folder colorization, don't decrease op
11530                 number twice
11531
11532 2002-07-14 [paul]       0.7.8claws66
11533
11534         * sync with main 0.8.0
11535                 see ChangeLog 2002-07-14
11536
11537 2002-07-13 [melvin]     0.7.8claws65
11538         
11539         * src/addrbook.c
11540         * src/addressbook.c
11541         * src/addrindex.c
11542                 Replaced sprintf by g_snprintf to prevent possible buffer
11543                 overflow.
11544         * src/news.c
11545                 Corrected a log message output format.
11546                 Added a missing "done" debug output.
11547         * src/compose.c
11548                 Added keyboard accelerator for Priority menu items
11549                 Added missing \n in debug output
11550         * src/logwindow.c
11551         * src/gtkspell.c
11552         * src/rfc2015.c
11553                 Added missing \n in debug output
11554
11555 2002-07-13 [paul]       0.7.8claws64
11556
11557         * man/sylpheed.1
11558                 change Sergey's email address to the sf address
11559
11560         * src/textview.c
11561                 increase show_url_timeout (more useful for long
11562                 urls)
11563
11564 2002-07-12 [sergey]     0.7.8claws63
11565
11566         * src/rfc2015.c
11567                 applied (with some modifications) patch to set the
11568                 micalg parameter for signatures
11569                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11570
11571 2002-07-12 [sergey]     0.7.8claws62
11572
11573         * man/Makefile.am
11574         * configure.in
11575                 fixed man page installation
11576
11577 2002-07-12 [paul]       0.7.8claws61
11578
11579         * sync with 0.7.8cvs26
11580                 see ChangeLog 2002-07-11 and 2002-07-12
11581
11582 2002-07-11 [christoph]  0.7.8claws60
11583
11584         * src/compose.c
11585         * src/procmsg.c
11586                 first use the message number to find the message
11587                 to mark with a reply flag but check the
11588                 message-id if we got the correct message, if not
11589                 try to find it by message-id.
11590                 use new string seperator that is not allowed
11591                 in message-ids.
11592
11593 2002-07-11 [paul]       0.7.8claws59
11594
11595         * sync with 0.7.8cvs23
11596                 see ChangeLog 2002-07-10
11597
11598 2002-07-10 [christoph]  0.7.8claws58
11599
11600         * src/folder.[ch]
11601         * src/msgcache.[ch]
11602                 Added message-id table to the cache in memory
11603                 and functions to msgcache.c and folder.c to
11604                 fetch MsgInfos by message id
11605         * src/compose.c
11606         * src/procmsg.c
11607                 store folder and message-id of message replying
11608                 to in queue header and set reply flag after sending
11609                 (Closes bug #469498)
11610
11611 2002-07-10 [paul]       0.7.8claws57
11612
11613         * AUTHORS
11614           man/sylpheed.1.gz
11615                 add Martin to the list of authors
11616
11617 2002-07-09 [martin]     0.7.8claws56
11618         * src/gtksctree.c
11619                 Added gtk_ctree_last_visible(), tree_update_level(),
11620                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11621                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11622                 from gtk+ to gtksctree.c for the new sorting code
11623                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11624                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11625         * src/gtksctree.h
11626                 Added declaration for gtk_sctree_sort_recursive() and
11627                 gtk_sctree_sort_node
11628         * src/addressbook.c
11629         * src/foldersel.c
11630         * src/folderview.c
11631         * src/summaryview.c
11632                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11633                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11634
11635 2002-07-08 [paul]       0.7.8claws55
11636
11637         * more sync with 0.7.8cvs21
11638                 see ChangeLog 2002-07-08
11639
11640 2002-07-08 [paul]       0.7.8claws54
11641
11642         * sync with 0.7.8cvs21
11643                 see ChangeLog 2002-07-08
11644
11645 2002-07-07 [alfons]     0.7.8claws53
11646
11647         * src/Makefile.am
11648         * src/stock_pixmap.[ch]
11649         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11650         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11651         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11652                 add new pixmaps for upcoming notice pane
11653
11654 2002-07-06 [melvin]     0.7.8claws52
11655
11656         * src/gtkspell.[ch]
11657                 Made them a bit closer to Sylpheed's coding style.
11658                 Removed old code.
11659                 Removed possible memory leaks when some errors occurs.
11660
11661 2002-07-06 [melvin]     0.7.8claws51
11662
11663         * po/Makefile.in.in
11664                 Removed --no-location in xgettext command line to help
11665                 translators that use Emacs' po-mode
11666         * src/quote_fmt.c
11667                 Removed unnecessary comments that messed up sylpheed.pot
11668
11669 2002-07-06 [paul]       0.7.8claws50
11670
11671         * sync with 0.7.8cvs19
11672                 see ChangeLog 2002-07-05
11673
11674 2002-07-06 [christoph]  0.7.8claws49
11675
11676         * src/folder.c
11677         * src/mainwindow.c
11678                 fix folder_item_remove_all_msg and folderview
11679                 status for trash folders after emptying trash
11680
11681 2002-07-05 [paul]       0.7.8claws48
11682
11683         * sync with 0.7.8cvs16
11684                 see ChangeLog 2002-07-04 and 2002-07-05
11685
11686 2002-07-04 [paul]       0.7.8claws47
11687
11688         * sync with 0.7.8cvs14
11689                 see  ChangeLog 2002-07-04
11690
11691 2002-07-03 [alfons]     0.7.8claws46
11692
11693         * src/folder.c
11694                 dupe folder item's path because it's being reallocated
11695                 by new folder scanning code
11696
11697 2002-07-03 [christoph]  0.7.8claws45
11698
11699         * src/imap.c
11700                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11701         * src/msgcache.c
11702                 add missing return in msgcache_write
11703
11704 2002-07-02 [thorsten]   0.7.8claws44
11705
11706         * src/jpilot.c
11707         * src/msgcache.c
11708         * src/rfc2015.c
11709                 use binary mode for file access
11710
11711 2002-07-02 [christoph]  0.7.8claws43
11712
11713         * major code cleanup (part 1)
11714         
11715                 - unused variables removed
11716                 - unused functions removed
11717                 - uninitialized variables checked
11718                 - missing return statements added
11719                 - missing function return types added
11720                 - added parentheses around assignment and
11721                   && in || when suggested by gcc
11722               
11723         * src/mh.c
11724         * src/folder.c
11725                 replaced direct calls to folder->scan_tree
11726                 with folder_scan_tree and restore folder
11727                 prefs in this function. The folder should
11728                 not have to deal with them.
11729                 ( Should now work for all folder types )
11730
11731 2002-07-02 [paul]       0.7.8claws42
11732
11733         * sync with 0.7.8cvs13
11734                 see ChangeLog 2002-07-01 and 2002-07-02
11735
11736 2002-07-01 [christoph]  0.7.8claws41
11737
11738         * src/summaryview.c
11739                 fix "goto next/prev unread message" with
11740                 ignored threads
11741
11742 2002-07-01 [paul]       0.7.8claws40
11743
11744         * po/es.po
11745                 updated by Ricardo Mones Lastra
11746
11747 2002-06-30 [match]      0.7.8claws39
11748
11749         * src/jpilot.c
11750                 applied variation of leonerd's patch (566661) to
11751                 allow multiple email addresses per JPilot entry.
11752                 addresses may be separated by space, comma, pipe,
11753                 semi-colon, new-line.
11754
11755 2002-06-30 [alfons]     0.7.8claws38
11756
11757         * src/procmsg.c
11758                 simple fix for putting older nodes before
11759                 newer nodes when threading by subject
11760
11761 2002-06-30 [christoph]  0.7.8claws37
11762
11763         * src/folder.c
11764         * src/folderview.c
11765         * src/mh.c
11766         * src/news.c
11767         * src/procmsg.c
11768                 fix broken folder tree rescaning
11769                 and don't use procmsg_get_mark_sum
11770                 anymore
11771
11772 2002-06-30 [christoph]  0.7.8claws36
11773
11774         * merge new cache branch
11775         * src/imap.c
11776                 fix new cache imap copy bug
11777         * src/folder.c
11778                 improved folder_item_scan
11779                 it should now always set the correct
11780                 new, unread and total message counts
11781
11782 2002-06-29 [paul]       0.7.8claws35
11783
11784         * configure.in
11785                 correct syntax error
11786
11787 2002-06-29 [paul]       0.7.8claws34
11788
11789         * configure.in
11790           Makefile.am
11791           man/Makefile.am       ** NEW FILE **
11792           man/sylpheed.1.gz     ** NEW FILE **
11793                 add Sylpheed man page
11794
11795 2002-06-29 [paul]       0.7.8claws33
11796
11797         * po/pt_BR.po
11798                 updated by Fabio Junior Beneditto
11799
11800 2002-06-28 [jens]       0.7.8claws32
11801
11802         * po/de.po
11803                 translation updated
11804
11805         * src/selective_download.c
11806                 removed gettext for space " "
11807
11808         * src/imap.c
11809                 removed wrong space
11810
11811 2002-06-28 [paul]       0.7.8claws31
11812
11813         * sync with 0.7.8cvs11
11814                 see ChangeLog 2002-06-28
11815
11816 2002-06-28 [paul]       0.7.8claws30
11817
11818         * sync with 0.7.8cvs10
11819                 see ChangeLog 2002-06-27 and 2002-06-28
11820
11821 2002-06-26 [paul]       0.7.8claws29
11822
11823         * src/addrgather.c
11824           src/selective_download.c
11825                 don't gettextise empty strings.
11826                 reserved by gettext. gettext("") returns 
11827                 the header entry with meta information, 
11828                 not the empty string
11829
11830         * po/en_GB.po
11831                 updated
11832
11833 2002-06-26 [paul]       0.7.8claws28
11834
11835         * sync with 0.7.8cvs7
11836                 see ChangeLog 2002-06-25
11837
11838         * src/prefs_common.c
11839                 ...and in the process, tweak the gui a little
11840
11841 2002-06-25 [alfons]     0.7.8claws27
11842         
11843         * configure.in
11844         * src/Makefile.am
11845                 fine tune ldap library detection
11846
11847 2002-06-25 [alfons]     0.7.8claws26
11848
11849         * src/compose.c
11850                 don't allow return receipts when composing a news article
11851
11852 2002-06-25 [paul]       0.7.8claws25
11853
11854         * Makefile.am
11855                 add '$(AMTAR)' to 'release' section to allow for
11856                 new and older autotools
11857
11858 2002-06-25 [paul]       0.7.8claws24
11859
11860         * src/summaryview.c
11861                 fix "No more unread messages" persistant pop-up
11862                 window bug
11863
11864 2002-06-25 [paul]       0.7.8claws23
11865
11866         * po/it.po
11867                 updated by Alessandro Maestri
11868
11869 2002-06-25 [paul]       0.7.8claws22
11870
11871         * sync with 0.7.8cvs6
11872                 see ChangeLog 2002-06-25
11873
11874 2002-06-24 [paul]       0.7.8claws21
11875
11876         * tools/update-po
11877                 add GPL copyright information
11878
11879 2002-06-24 [paul]       0.7.8claws20
11880
11881         * tools/Makefile.am
11882           tools/README
11883           tools/update-po       ** NEW FILE **
11884                 add script that eases the creation of *.po files
11885                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11886
11887 2002-06-23 [alfons]     0.7.8claws19
11888
11889         * src/messageview.c
11890                 make notification_convert_header obey const correctness
11891                 (next step will be fixing the broken return receipt)
11892
11893 2002-06-23 [paul]       0.7.8claws18
11894
11895         * src/messageview.c
11896                 fix bug introduced in last commit:
11897                 removed too much code in last commit - put back what's
11898                 needed
11899
11900 2002-06-23 [paul]       0.7.8claws17
11901
11902         * src/messageview.[ch]
11903                 remove code committed in error from locally patched
11904                 source
11905
11906 2002-06-23 [colin]      0.7.8claws16
11907
11908         * src/compose.[ch]
11909                 add compose_entry_select(), used to select the default_to
11910                 email address - hopefully avoiding people sending mails to
11911                 wrong recipients.
11912
11913 2002-06-22 [alfons]     0.7.8claws15
11914
11915         * AUTHORS
11916                 add Bram Metsch & Stanislav Karchebny
11917         * src/smtp.[ch]
11918         * src/prefs_account.[ch]
11919         * src/send.c
11920                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11921                   options.  (see <http://sourceforge.net/tracker/index.php
11922                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11923
11924                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11925                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11926
11927 2002-06-22 [paul]       0.7.8claws14
11928
11929         * sync with 0.7.8cvs5
11930                 see ChangeLog 2002-06-19 and 2002-06-20
11931
11932 2002-06-22 [alfons]     0.7.8claws13
11933
11934         * src/selective_download.c
11935                 fix a stupid mistake I made
11936
11937 2002-06-22 [alfons]     0.7.8claws12
11938
11939         * src/selective_download.[ch]
11940                 fix another unnoticed leak; cleanup code
11941
11942 2002-06-21 [alfons]
11943
11944         * tools/Makefile.am
11945                 gpg-sign <-- gpg-sign-syl
11946
11947 2002-06-21 [alfons]     0.7.8claws11
11948
11949         * src/selective_download.c
11950         * src/selective_download.h
11951                 fix assorted mix of allocation errors (should solve
11952                 problem reported by Philippe Gramoullé, see:
11953                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11954
11955 2002-06-20 [melvin]     0.7.8claws10
11956
11957         * tools/gpg-sign *REMOVED*
11958           tools/gpg-sign-syl *ADDED*
11959                 Replaced the gpg clearsigning script with the version using
11960                 xterm instead of ssh-askpass and changed its name.
11961
11962         * README.claws
11963                 Updated actions example to reflect the renaming of the
11964                 gpg clearsigning script.
11965
11966 2002-06-19 [paul]       0.7.8claws9
11967
11968         * sync with 0.7.8claws9
11969                 see ChangeLog 2002-06-18 and 2002-06-19
11970
11971 2002-06-19 [paul]       0.7.8claws8
11972
11973         * sync with 0.7.8cvs1
11974                 see ChangeLog 2002-06-18
11975
11976 2002-06-18 [alfons]     0.7.8claws7
11977
11978         * src/mainwindow.h
11979                 add omitted prototype
11980
11981 2002-06-17 [paul]       0.7.8claws6
11982
11983         * src/mainwindow.c
11984                 fix hiding of exec_btn
11985
11986 2002-06-17 [paul]       0.7.8claws5
11987
11988         * src/pop.c
11989                 remove unneeded code: should_delete() 
11990                 and Pop3State::uidl_todelete_list
11991
11992 2002-06-17 [paul]       0.7.8claws4
11993
11994         * sync with 0.7.8
11995                 see ChangeLog 2002-06-11 and 2002-06-13
11996
11997 2002-06-16 [alfons]     0.7.8claws3
11998         
11999         * src/folder.c
12000                 make sure lock sort mode (claws specific) is
12001                 also persists after a tree rescan
12002
12003 2002-06-16 [alfons]     0.7.8claws2
12004
12005         * src/prefs_folder_item.c
12006         * src/folder.[ch]
12007                 fix persistence of folder sort mode (broken
12008                 by adapting Hiro's new folder persistence code)
12009
12010 2002-06-16 [alfons]     0.7.8claws1
12011
12012         * AUTHORS
12013         * src/logwindow.c
12014         * src/prefscommon.[ch]
12015                 control size of log text in log window; 
12016                 closes patch #569155 submitted by Mitko Haralanov.
12017
12018 2002-06-15 [paul]       0.7.8claws
12019
12020         * release of 0.7.8claws
12021
12022 2002-06-15 [paul]       0.7.7claws
12023
12024         * po/pt_BR.po
12025                 updated by Fabio Junior Beneditto
12026
12027 2002-06-14 [paul]       0.7.6claws49
12028
12029         * po/es.po
12030                 updated by Ricardo Mones Lastra
12031
12032 2002-06-14 [paul]       0.7.6claws48
12033
12034         * po/nl.po
12035                 updated translation by Wilbert Berendsen
12036
12037 2002-06-14 [melvin]     0.7.6claws47
12038
12039         * po/fr.po
12040                 Updated French translation
12041
12042 2002-06-13 [paul]       0.7.6claws46
12043
12044         * src/filesel.c
12045                 allow filename to be typed in, rather than just
12046                 selected by the mouse. Patch by Gustavo Noronha Silva.
12047
12048 2002-06-13 [alfons]     0.7.6claws45
12049
12050         * src/mainwindow.[ch]
12051                 more cleanups (removing unnecessary menu items Expand 
12052                 summary / message view)
12053
12054 2002-06-13 [melvin]     0.7.6claws44
12055
12056         * po/POTFILES.in
12057                 Added src/string_match.c
12058         * src/string_match.c
12059                 Fixed possible buffer overflow.
12060                 Corrected typo.
12061                 Added missing config.h header.
12062         * src/prefs_common.c
12063           src/prefs_matcher.c
12064           src/prefs_scoring.c
12065                 Made some strings translatable (missing _(..)).
12066
12067 2002-06-13 [melvin]     0.7.6claws43
12068
12069         * README.claws
12070                 Corrected action example (verifying clearsigned mail).
12071         * src/prefs_account.c
12072                 Corrected typo.
12073         * src/prefs_common.c
12074                 Removed incorrect line that generated a Gtk-CRITICAL msg.
12075
12076 2002-06-12 [alfons]     0.7.6claws42
12077
12078         * src/summaryview.c
12079                 add init of score column lost in 0.7.6claws42
12080
12081 2002-06-12 [paul]       0.7.6claws41
12082
12083         * src/prefs_account.c
12084                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
12085                 behavior of the radio buttons, (from 0.7.7cvs2)
12086
12087 2002-06-11 [alfons]     0.7.6claws40
12088
12089         * src/messageview.[ch]
12090         * src/summaryview.[ch]
12091         * src/summary_search.c
12092         * src/mainwindow.c
12093                 perform a sync to bring in Hiro's separate view implementation 
12094
12095                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
12096
12097 2002-06-11 [paul]       0.7.6claws39
12098         
12099         * src/prefs_account.c
12100                 correct a typo on the Receive tab
12101
12102 2002-06-10 [match]      0.7.6claws38
12103
12104         * src/addressbook.c
12105                 Included address completion patch from Gustavo Noronha.
12106
12107 2002-06-10 [paul]       0.7.6claws37
12108
12109         * src/inc.[ch]
12110           src/pop.c
12111           src/prefs_account.[ch]
12112           src/selective_download.[ch]
12113                 apply PATCH #561712
12114                  NEW:
12115                 - check if POP Account
12116                 - Receive Button renamed to Preview
12117                 - Preview Button Popup: preview new/all messages
12118                 - Download Button
12119                 - Account Preferences-->Receive tab checkbutton if you
12120                   want to remove Mail after Download
12121                 -: default YES
12122                 - Account Preferences-->Receive tab checkbutton use
12123                   filtering rules on preview
12124                   (think of delete_on_server)
12125                 -: default YES
12126                 - Account selectable from SD dialog
12127                 - checkbutton to show already downloaded messages if
12128                   all messages are previewed
12129                 - new clist column showing Date
12130                 - ESC KEY close
12131                 FIXES:
12132                 - play ball with UIDL
12133                 - fault tolerant (?) 
12134                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12135
12136 2002-06-10 [melvin]     0.7.6claws36
12137
12138         * README.claws
12139                 Added a hint to ac/README in cvs instructions.
12140
12141         * src/prefs_actions.c
12142                 Made it possible to use a more elaborate command line
12143                 for asynchronous actions, too.
12144
12145 2002-06-10 [melvin]     0.7.6claws35
12146         
12147         * src/prefs_actions.c
12148                 Make it possible to use a more elaborate command line
12149                 (e.g. |foo|bar|cat>there;echo Done|)
12150                 Corrected error message when calling %f, %F and %p commands
12151                 from the compose window.
12152
12153 2002-06-09 [colin]      0.7.6claws34
12154
12155         * src/summaryview.c
12156                 Automatically find unread messages in current folder
12157                 before annoying the user.
12158
12159 2002-06-08 [alfons]     0.7.6claws33
12160
12161         * po/it.po
12162                 remove bad formatting string in it.po translation
12163                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12164
12165 2002-06-08 [paul]       0.7.6claws32
12166
12167         * sync with 0.7.6cvs25
12168                 see ChangeLog 2002-06-07
12169
12170 2002-06-05 [paul]       0.7.6claws31
12171
12172         * src/mainwindow.c
12173                 add 'Sort by locked' and 'Sort by score'
12174
12175 2002-06-05 [paul]       0.7.6claws30
12176
12177         * sync with 0.7.6cvs24
12178                 see ChangeLog 2002-06-04
12179
12180 2002-06-04 [paul]       0.7.6claws29
12181
12182         * po/pt_BR.po
12183                 updated by Fabio Junior Beneditto
12184
12185 2002-06-03 [thorsten]   0.7.6claws28
12186
12187         * src/matcher.c
12188                 fclose() matcherrc after reading
12189
12190 2002-06-03 [paul]       0.7.6claws27
12191
12192         * sync with 0.7.6cvs21
12193                 see ChangeLog 2002-05-31
12194
12195 2002-05-31 [paul]       0.7.6claws26
12196
12197         * sync with 0.7.6cvs20
12198                 see ChangeLog 2002-05-29 and 2002-05-30
12199
12200 2002-05-31 [paul]       0.7.6claws25
12201
12202         * src/imap.c
12203                 hopefully fix last buggy sync
12204
12205         * README.claws
12206                 correct typo in 'Actions' examples
12207
12208 2002-05-29 [paul]       0.7.6claws24
12209
12210         * sync with 0.7.6cvs18
12211                 see ChangeLog 2002-05-28 and 2002-05-29
12212
12213         * src/news.c
12214           src/nntp.[ch]
12215                 sync with above 
12216
12217 2002-05-28 [paul]       0.7.6claws23
12218
12219         * sync with 0.7.6cvs16
12220                 see ChangeLog 2002-05-28
12221
12222 2002-05-27 [thorsten]   0.7.6claws22 
12223
12224         * faq/it/sylpheed-faq-1.html
12225           faq/it/sylpheed-faq-2.html
12226           faq/it/sylpheed-faq-3.html
12227           faq/it/sylpheed-faq.html
12228                 corrected DOS lineendings
12229         * faq/de/sylpheed-faq-1.html
12230           faq/de/sylpheed-faq-2.html
12231           faq/en/sylpheed-faq-1.html
12232           faq/en/sylpheed-faq-2.html
12233           faq/en/sylpheed-faq-3.html
12234           faq/es/sylpheed-faq-1.html
12235           faq/es/sylpheed-faq-2.html
12236           faq/es/sylpheed-faq-3.html
12237           faq/fr/sylpheed-faq-1.html
12238           faq/it/sylpheed-faq-1.html
12239           faq/it/sylpheed-faq-2.html
12240           faq/it/sylpheed-faq-3.html
12241           faq/it/sylpheed-faq.html
12242                 changed ">" to &quot;
12243
12244 2002-05-27 [paul]       0.7.6claws21
12245         
12246         * sync with 0.7.6cvs15
12247                 see ChangeLog 2002-05-27
12248
12249 2002-05-27 [paul]       0.7.6claws20
12250
12251         * src/prefs_account.c
12252                 correct a typo
12253
12254 2002-05-26 [paul]       0.7.6claws19
12255
12256         * tools/README
12257                 correct a typo
12258
12259 2002-05-25 [paul]       0.7.6claws18
12260
12261         * tools/README
12262                 add description of kmail2sylpheed.pl
12263
12264 2002-05-25 [paul]       0.7.6claws17
12265
12266         * tools/kmail2sylpheed.pl       ** NEW FILE **
12267                 perl script that converts an exported Kmail address
12268                 book, converts it to sylpheed addressbook file,
12269                 writes the file to .sylpheed, and updates
12270                 addrbook--index.xml 
12271
12272 2002-05-25 [paul]       0.7.6claws16
12273
12274         * sync with 0.7.6cvs14
12275                 see ChangeLog 2002-05-23
12276
12277 2002-05-24 [paul]       0.7.6claws15
12278
12279         * README.claws
12280                 make a correction and add some more info
12281
12282 2002-05-24 [paul]       0.7.6claws14
12283
12284         * src/compose.c
12285                 fix memory leak in 
12286                 compose_redirect_write_headers_from_headerlist()
12287                 add Subject and Resent-Message-ID to
12288                 compose_redirect_write_headers()
12289                 Received, Subject, and X-UIDL are filtered out in 
12290                 compose_redirect_write_to_file()
12291
12292 2002-05-23 [paul]       0.7.6claws13
12293
12294         * src/compose.[ch]
12295           src/filtering.c
12296           src/mainwindow.c
12297           src/matcher.[ch]
12298           src/matcher_parser_lex.l
12299           src/matcher_parser_parse.y
12300           src/prefs_common.[ch]
12301           src/prefs_filtering.c
12302           src/summaryview.c
12303                 rename 'Bounce' to 'Redirect'
12304
12305 2002-05-23 [paul]       0.7.6claws12
12306
12307         * more sync with 0.7.6cvs13
12308           src/compose.c
12309                 see ChangeLog 2002-05-22
12310
12311 2002-05-22 [paul]       0.7.6claws11
12312
12313         * sync with 0.7.6cvs13
12314           src/codeconv.c
12315                 see ChangeLog 2002-05-20
12316           src/prefs_common.c
12317                 see ChangeLog 2002-05-22
12318
12319 2002-05-21 [melvin]     0.7.6claws10
12320
12321         * src/folderview.c
12322                 Added missing filtering and scoring headers
12323                 Fixed bad function call that showed garbage 
12324                 in Folder->Processing
12325
12326 2002-05-21 [paul]       0.7.6claws9
12327
12328         * tools/Makefile.am
12329                 make all tools executable, (patch by Alfons).
12330
12331 2002-05-20 [alfons]     0.7.6claws8
12332
12333         * src/procheader.c
12334                 don't forget to call mktime() so we have a valid week 
12335                 and year day
12336                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12337
12338 2002-05-20 [paul]       0.7.6claws7
12339
12340         * src/html.c
12341                 fix broken parsing of urls
12342         * src/textview.c
12343                 fix displaying of urls
12344
12345                 both fixes from the patch [547855] by Eugene 
12346                 Brevdo (zonem)
12347
12348 2002-05-19 [alfons]     0.7.6claws6
12349
12350         * configure.in
12351                 make sylpheed configure correctly with the latest
12352                 and greatest of automake / autoconf / gettext
12353
12354 2002-05-19 [alfons]     0.7.6claws5
12355
12356         * src/procheader.c
12357         * src/procheader.h
12358                 add function for returning ime zone offset
12359         * src/quote_fmt.c
12360         * src/quote_fmt_parse.y
12361                 better quotation formatting - does not convert
12362                 to local time, but uses the original date string.
12363                 
12364                 Note: %z inserts the timezone offset (should 
12365                 work also on platforms where strftime does not
12366                 support %z).
12367
12368 2002-05-18 [christoph]  0.7.6claws4
12369
12370         * src/summaryview.c
12371                 fix indentation of some code
12372         * tools/Makefile.am
12373                 fix spaces after \
12374         * src/Makefile.am
12375                 add missing \
12376                 correct path for ignorethread.xpm
12377                 incorrect filename for sylpheed_logo.xpm
12378                 add missing include matcher_parser_parse.h
12379
12380 2002-05-18 [paul]       0.7.6claws3
12381
12382         * sync with 0.7.6cvs8
12383                 see ChangeLog 2002-05-16 and 2002-05-17
12384
12385 2002-05-18 [melvin]     0.7.6claws2
12386
12387         * README.claws
12388                 Corrected an action's definition and fixed some misspellings.
12389
12390 2002-05-18 [paul]       0.7.6claws1
12391
12392         * tools/Makefile.am
12393           tools/gpg-sign        ** new file **
12394           tools/uudec           ** new file **
12395                 add Melvin's Actions scripts
12396
12397         * README.claws
12398                 add Melvin's descriptions for Actions
12399
12400 2002-05-18 [paul]       0.7.6claws
12401
12402         * Version 0.7.6claws released
12403
12404 2002-05-17 [paul]       0.7.5claws32
12405
12406         * po/es.po
12407                 updated by Ricardo Mones Lastra
12408
12409 2002-05-17 [paul]       0.7.5claws31
12410
12411         * src/compose.c
12412                 fix Account prefs default folder for sent/draft/deleted
12413                 messages bug
12414
12415         * po/it.po
12416           po/nl.po
12417                 updated translation by Alessandro Maestri and
12418                 Wilbert Berendsen
12419
12420 2002-05-17 [melvin]     0.7.5claws30
12421
12422         * src/prefs_actions.c
12423                 Fixed bug where using %F not at the end of the command 
12424                 resulted in an additional empty argument being created.
12425                 Thanks to Darko Koruga for reporting the bug.
12426
12427 2002-05-17 [melvin]     0.7.5claws29
12428
12429         * po/fr.po
12430                 Updated French translations.
12431
12432 2002-05-15 [paul]       0.7.5claws28
12433         
12434         * po/es.po
12435                 updated by Ricardo Mones Lastra
12436
12437 2002-05-15 [paul]       0.7.5claws27
12438
12439         * sync with 0.7.6cvs4
12440                 see ChangeLog 2002-05-14 and 2002-05-15
12441
12442 2002-05-14 [paul]       0.7.5claws26
12443
12444         * sync with 0.7.6cvs1
12445                 see ChangeLog 2002-05-13
12446
12447 2002-05-13 [thorsten]   0.7.5claws25
12448
12449         * src/messageview.c
12450                 fix select_all and copy in multipart messages
12451         * src/mainwindow.c
12452                 fix select_all and copy in multipart messages
12453
12454 2002-05-12 [paul]       0.7.5claws24
12455
12456         * src/summaryview.c
12457                 reverse last commit, bug already fixed in 0.7.5claws3
12458
12459 2002-05-12 [netztorte]  0.7.5claws23
12460
12461         * src/summaryview.c
12462                 dont parse empty addressbook (checked in before claws20)
12463
12464 2002-05-12 [melvin]     0.7.5claws22
12465
12466         * src/procmsg.[ch]
12467                 Removed unneeded priority code introduced by the previous 
12468                 commit.
12469
12470 2002-05-12 [melvin]     0.7.5claws21
12471
12472         * src/compose.[ch]
12473                 Added possibility to set message's priority.
12474         * src/procmsg.[ch]
12475                 Added possibility to set message's priority.
12476                 Added missing headers
12477
12478 2002-05-12 [melvin]     0.7.5claws20
12479
12480         * src/prefs_actions.c
12481                 Removed implicitely added quotes around the name
12482                 of the temporary files of mime parts.
12483
12484 2002-05-12 [paul]       0.7.5claws19
12485
12486         * sync with 0.7.5cvs20
12487                 see ChangeLog 2002-05-11
12488
12489 2002-05-12 [alfons]     0.7.5claws18
12490
12491         * src/quote_fmt_lex.l
12492         * src/quote_fmt_parse.y
12493                 allow quote / reply date & time format to be set using
12494                 %D{format}. format is a format string you'd pass to
12495                 strftime() (see man strftime, or the Display tab |
12496                 Date format setting).
12497
12498                 Currently %D converts the date to local time. 
12499
12500 2002-05-11 [paul]       0.7.5claws17
12501
12502         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12503                 see ChangeLog 2002-05-10 and 2002-05-11
12504
12505 2002-05-10 [paul]       0.7.5claws16
12506
12507         * sync with 0.7.5cvs16
12508                 see ChangeLog entries 2002-05-09 and 
12509                 2002-05-10
12510
12511 2002-05-10 [colin]      0.7.5claws15
12512
12513         * src/textview.c
12514                 Corrected a bug that prevented sylpheed to open
12515                 double-clicked URIs.
12516
12517 2002-05-09 [paul]       0.7.5claws14
12518
12519         * sync with 0.7.5cvs14
12520                 see ChangeLog 2002-05-08 and 2002-05-09
12521
12522 2002-05-08 [paul]       0.7.5claws13
12523
12524         * sync with 0.7.5cvs11
12525                 see ChangeLog entry 2002-05-08
12526
12527 2002-05-08 [paul]       0.7.5claws12
12528
12529         * src/mainwindow.c
12530           src/textview.[ch]
12531                 fix segfault on View->Open in new window
12532                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12533
12534 2002-05-07 [paul]       0.7.5claws11
12535
12536         * sync with 0.7.5cvs9
12537                 see ChangeLog entry 2002-05-07
12538
12539 2002-05-06 [paul]       0.7.5claws10
12540
12541         * src/messageview.c
12542           src/textview.c
12543                 display url in statusbar on single-click
12544                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12545
12546 2002-05-06 [match]      0.7.5claws9
12547
12548         * src/addritem.[ch]
12549                 new functions.
12550         * src/addrcache.c
12551                 tidy up.
12552         * src/xmlprops.[ch]
12553                 XML implementation of properties file.
12554         * src/exporthtml.[ch]
12555         * src/expthtmldlg.[ch]
12556         * src/addressbook.c
12557                 export to HTML.
12558
12559 2002-05-02 [sergey]     0.7.5claws8
12560
12561         * src/mainwindow.c (mainwin_entries),
12562           src/prefs_common.c (prefs_send_create()),
12563           src/codeconv.c (locale_table):
12564                 use charset name "Windows-1251" instead of "CP1251".
12565
12566 2002-05-02 [colin]      0.7.5claws7
12567         
12568         * src/compose.c
12569           src/prefs_common.c
12570           src/prefs_folder_item.c
12571                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12572
12573 2002-05-02 [hiro]       0.7.5claws6
12574
12575         * src/imap.c
12576                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12577
12578 2002-05-02 [paul]       0.7.5claws5
12579
12580         * src/compose.c
12581                 more sync with 0.7.5cvs7, see ChangeLog entry
12582                 2002-05-02
12583
12584 2002-05-02 [hiro]       0.7.5claws4
12585
12586         * src/compose.c
12587                 compose_queue_sub():
12588                 check if queue folder exists (closes #550397).
12589                 removed directory creation since it should be handled
12590                 transparently.
12591         * src/imap.c
12592                 imap_add_msg(): return UID for appended message
12593                 (closes #548842).
12594
12595 2002-04-30 [paul]       0.7.5claws3
12596
12597         * src/summaryview.c
12598                 fix account_find_from_address() bug
12599
12600 2002-04-28 [colin]      0.7.5claws2
12601
12602         * src/compose.c
12603           src/textview.c
12604           src/prefs_common.[ch]
12605           src/utils.[ch]
12606                 Added user-definable quotation characters recognition.
12607
12608 2002-04-28 [paul]       0.7.5claws1
12609
12610         * sync with 0.7.5cvs4
12611                 see ChangeLog entry  2002-04-25
12612
12613 2002-04-28 [paul]       0.7.5claws
12614
12615         * po/es.po
12616           po/nl.po
12617           po/pt_BR.po
12618                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12619                 Fabio Junior Beneditto
12620
12621 2002-04-27 [jens]       0.7.4claws103
12622
12623         * po/de.po
12624                 updated German translation.
12625
12626 2002-04-27 [hiro]       0.7.4claws102
12627
12628         * src/summaryview.c
12629                 summary_write_cache(): fixed the mark loss of hidden messages.
12630
12631 2002-04-26 [melvin]     0.7.4claws101
12632
12633         * src/procmsg.c
12634                 fixed a second typo (same one)
12635         * po/fr.po
12636           po/it.po
12637           po/pt_BR.po
12638                 fixed the type again...
12639
12640 2002-04-26 [melvin]     0.7.4claws100
12641
12642         * src/procmsg.c
12643                 fixed a typo in an alert message ("temorary").
12644         * po/it.po
12645         * po/pt_BR.po
12646                 corrected the typo  described above.
12647         * po/fr.po
12648                 updated French translation.
12649
12650 2002-04-26 [darko]      0.7.4claws99
12651
12652         * src/summaryview.c
12653                 fix target folder colorization
12654
12655 2002-04-25 [paul]       0.7.4claws98
12656
12657         * po/it.po
12658                 updated by Alessandro Maestri
12659
12660 2002-04-24 [colin]      0.7.4claws97
12661         
12662         * src/compose.c
12663                 Fixed double "subject is empty" question.
12664
12665 2002-04-23 [colin]      0.7.4claws96
12666         
12667         * src/mimeview.c
12668                 Corrected issue when "automatically display images" was
12669                 not set : first image remained after selecting second.
12670
12671 2002-04-23 [melvin]     0.7.4claws95
12672
12673         * src/prefs_actions.c
12674                 Don't display in/out dialog if there is nothing to show.
12675
12676 2002-04-23 [paul]       0.7.4claws94
12677
12678         * sync with 0.7.5cvs3
12679                 bug fixes: see ChangeLog entry 2002-04-23
12680
12681 2002-04-22 [darko]      0.7.4claws93
12682
12683         * src/compose.c
12684                 fix previous check-in which changed code after
12685                 merge from main
12686
12687 2002-04-22 [paul]       0.7.4claws92
12688
12689         * faq/de/*
12690                 add German FAQ
12691         * faq/en/*
12692           faq/es/*
12693           faq/fr/*
12694                 update English, Spanish and French FAQs
12695         * manual/de/*
12696           manual/es/*
12697                 add German and Spanish manuals
12698         * manual/en/*
12699           manual/fr/*
12700                 update English and French manuals
12701
12702         * src/Makefile.am
12703                 add to and re-arrange the pixmap entries
12704
12705 2002-04-22 [darko]      0.7.4claws91
12706
12707         * src/compose.c
12708                 fix sender initials recognition to only allow
12709                 '>' after the initials
12710
12711 2002-04-21 [paul]       0.7.4claws90
12712
12713         * sync with 0.7.5 release
12714                 see ChangeLog entry 2002-04-21
12715
12716 2002-04-21 [alfons]
12717
12718         * src/Makefile.am
12719                 add colin's new pixmaps to EXTRA_DIST
12720
12721 2002-04-21 [colin]      0.7.4claws89
12722         * src/compose.c
12723         * src/inc.c
12724         * src/mainwindow.[ch]
12725         * src/prefs_common.[ch]
12726         * src/stock_pixmap.[ch]
12727                 Added "Work offline" ability.
12728
12729 2002-04-21 [colin]      0.7.4claws88
12730         
12731         * src/mimeview.c
12732         * src/prefs_common.c
12733         * src/prefs_common.h
12734         * src/textview.c : Added an option to common preferences -> display
12735           to allow user not to automatically display images.
12736
12737 2002-04-21 [paul]       0.7.4claws87
12738
12739         * sync with 0.7.4cvs52
12740                 see ChangeLog entry 2002-04-21 (src/imap.c)
12741
12742 2002-04-21 [paul]       0.7.4claws86
12743
12744         * sync with 0.7.4cvs51
12745                 see ChangeLog entry 2002-04-21
12746
12747 2002-04-21 [paul]       0.7.4claws85
12748
12749         * sync with 0.7.4cvs49
12750                 see ChangeLog entries 2002-04-20 and 2002-04-21
12751
12752         * src/Makefile.am
12753                 clean up: remove old 'stock_' element from xpm 
12754                 filenames.
12755
12756 2002-04-21 [alfons]     0.7.4claws84
12757
12758         apply sync patch from Paul
12759
12760         * src/folderview.c
12761                 use old claws prefs_folder_item_create() for now
12762
12763 2002-04-19 [match]      0.7.4claws83
12764
12765         * src/addressbook.[ch]
12766         * src/addrharvest.[ch]
12767         * src/addrgather.[ch]
12768                 recurse folders.
12769         * src/mainwindow.c
12770         * src/summaryview.[ch]
12771                 change menu option.
12772
12773 2002-04-19 [paul]       0.7.4claws82
12774
12775         * po/pt_BR.po
12776                 updated by Fabio Junior Beneditto
12777
12778 2002-04-14 [alfons]     0.7.4claws81
12779
12780         * src/passphrase.c
12781                 add #include <sys/types.h> for mode_t and off_t 
12782
12783 2002-04-13 [paul]       0.7.4claws80
12784         
12785         * src/main.c
12786           src/passphrase.[ch]
12787           src/pgptext.c
12788           src/prefs_common.[ch]
12789           src/rfc2015.c
12790                 enable storing of GnuPG passphrase for the whole 
12791                 session or a user-defined number of minutes. patch 
12792                 submitted by Ravemax <ravemax@dextrose.com>
12793
12794 2002-04-13 [alfons]     0.7.4claws79
12795
12796         * src/textview.c
12797                 make email parser also stop scanning when encountering separators
12798                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12799
12800 2002-04-13 [paul]       0.7.4claws78
12801
12802         * sync with 0.7.4cvs39
12803                 see ChangeLog entry 2002-04-12
12804
12805 2002-04-11 [paul]       0.7.4claws77
12806
12807         * sync with 0.7.4cvs37
12808                 see ChangeLog entry 2002-04-11
12809
12810 2002-04-11 [paul]       0.7.4claws76
12811
12812         * COPYING 
12813                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12814                 the clause for OpenSSL). sync with sylpheed main
12815
12816 2002-04-09 [melvin]     0.7.4claws75
12817
12818         * src/compose.c
12819                 Made 'Ctrl-Enter' on send ignore some modifiers 
12820                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12821                 to bind other *-Enter (but not Alt-Enter).
12822
12823 2002-04-09 [paul]       0.7.4claws74
12824
12825         * sync with 0.7.4cvs35
12826                 see ChangeLog entries 2002-04-09
12827
12828 2002-04-08 [paul]       0.7.4claws73
12829
12830         * sync with 0.7.4cvs33
12831                 see ChangeLog entry 200-04-08
12832
12833 2002-04-07 [match]      0.7.4claws72
12834
12835         * src/addrharvest.[ch]
12836                 fixed to read all addresses in header, regardless
12837                 of header size. improved name parsing. accommodate
12838                 harvest from folders and selected message.
12839         * src/addritem.[ch]
12840                 included new address parsing function.
12841         * src/addrgather.[ch]
12842         * src/addressbook.[ch]
12843         * src/summaryview.[ch]
12844         * src/mainwindow.c
12845                 allow address harvest of folder as well as selected
12846                 messages.
12847
12848 2002-04-07 [paul]       0.7.4claws71
12849
12850         * src/esmtp.[ch]
12851           src/smtp.c
12852                 don't try to authenticate with CRAM-MD5 in SMTP when 
12853                 SMTP-AUTH enabled if MTA doesn't issue this 
12854                 auth-method in it's ehlo-response. bug item #531364,
12855                 patch item #938910. patch submitted by Colin Leroy 
12856                 <colin@colino.net>
12857
12858 2002-04-07 [paul]       0.7.4claws70
12859
12860         * src/nntp.c
12861                 fix missing MODE_READER bug. patch submitted by
12862                 Colin Leroy <colin@colino.net>
12863
12864 2002-04-07 [alfons]     0.7.4claws69
12865
12866         * src/matcher.[ch]
12867         * src/prefs_filtering.c
12868         * src/summaryview.c
12869                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12870                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12871
12872 2002-04-07 [paul]       0.7.4claws68
12873
12874         * sync with 0.7.4cvs32
12875                 see ChangeLog entry 2002-04-06
12876
12877         * tools/filter_conv.pl
12878                 more bug fixes
12879
12880 2002-04-06 [paul]       0.7.4claws67
12881
12882         * tools/filter_conv.pl
12883                 modify to be able to find the name of the first
12884                 mailbox and use that. main's filter does not
12885                 record the full path to the mailbox and therefore
12886                 can only filter to the first mailbox.
12887
12888 2002-04-05 [paul]       0.7.4claws66
12889
12890         * tools/filter_conv.pl
12891                 attempt to make the script all-encompassing and
12892                 be able to convert any main 'filter' rule thrown
12893                 at it
12894
12895 2002-04-05 [paul]       0.7.4claws65
12896
12897         * tools/filter_conv.pl
12898                 allow for collapsed folder trees
12899
12900 2002-04-05 [paul]       0.7.4claws64
12901
12902         * sync with 0.7.4cvs31
12903                 see ChangeLog entries 2002-04-05
12904
12905 2002-04-03 [paul]       0.7.4claws63
12906
12907         * sync with 0.7.4cvs29
12908                 see ChangeLog entries 2002-04-02 and 2002-04-03
12909
12910 2002-04-02 [paul]       0.7.4claws62
12911
12912         * sync with 0.7.4cvs26
12913                 see ChangeLog entry 2002-04-01
12914
12915 2002-04-02 [match]      0.7.4claws61
12916
12917         * src/pine.[ch]
12918         * src/importpine.[ch]
12919         * src/addressbook.c
12920                 import Pine address book.
12921
12922 2002-04-02 [match]      0.7.4claws60
12923
12924         * src/addrharvest.[ch]
12925                 improve address parsing of funky addresses.
12926
12927 2002-04-02 [darko]      0.7.4claws59
12928
12929         * src/compose.c
12930                 wrap on send improvements, it now recognizes quoted
12931                 initials as part of the quotation string, and it
12932                 does not join lines separated by CR
12933
12934 2002-04-01 [match]      0.7.4claws58
12935
12936         * src/mgutils.[ch]
12937                 added new functions.
12938         * src/mutt.[ch]
12939                 remove excessive duplicate address generation
12940                 on import.
12941
12942 2002-04-01 [alfons]     0.7.4claws57
12943         
12944         * src/summaryview.c
12945                 put back g_free() 
12946
12947 2002-04-01 [paul]       0.7.4claws56
12948
12949         * sync with 0.7.4cvs25
12950                 see ChangeLog entry 2002-04-01
12951
12952 2002-04-01 [alfons]     0.7.4aprilfool55
12953
12954         * src/summaryview.c
12955                 honour feature request item #537427 to allow for
12956                 displaying names from address book for sent mail also
12957
12958 2002-03-29 [paul]       0.7.4claws54
12959
12960         * src/mainwindow.c
12961           src/prefs_filtering.[ch]
12962           src/prefs_matcher.c
12963           src/summaryview.c
12964                 add 'fast filter' for claws' filtering,
12965                 /Tools/Create filter rule/... patch submitted
12966                 by Neill Miller <neillm@thecodefactory.org>
12967
12968 2002-03-29 [paul]       0.7.4claws53
12969
12970         * sync with 0.7.4cvs24
12971                 see ChangeLog entry 2002-03-29
12972
12973 2002-03-28 [paul]       0.7.4claws52
12974
12975         * sync with 0.7.4cvs23
12976                 see ChangeLog entry 2002-03-28
12977
12978 2002-03-27 [melvin]     0.7.4claws51
12979
12980         * src/prefs_actions.c
12981                 Added support to pass only one message part (as a
12982                 file) to the command using '%p'. No quotes are needed
12983                 because doubles quotes are automatically added.
12984                 Fixed bug where Sylpheed could block when waiting for
12985                 a child process to finish.
12986                 Changed the help menu to remove quotes around symbols to 
12987                 avoid misinterpretation (they must not be used).
12988
12989 2002-03-27 [melvin]     0.7.4claws50
12990
12991         * src/inc.c
12992                 Made the new mail notification command always 
12993                 execute asynchronously.
12994
12995 2002-03-27 [paul]       0.7.4claws49
12996
12997         * src/compose.c
12998                 fix bug introduced in last commit
12999
13000 2002-03-27 [paul]       0.7.4claws48
13001
13002         * sync with 0.7.4cvs21
13003                 see ChangeLog 2002-03-26 and 2002-03-27
13004
13005 2002-03-26 [hoa]        0.7.4claws47
13006
13007         * src/prefs_folder_item.c
13008                 really fixed the bug #516442 with folder rescan.
13009
13010 2002-03-26 [paul]       0.7.4claws46
13011
13012         * sync with 0.7.4cvs19
13013                 see ChangeLog entries 2002-03-25 and 2002-03-26
13014
13015 2002-03-25 [hoa]        0.7.4claws45
13016
13017         * src/matcher.c
13018         * src/mh.c
13019                 fix the bug #516442 with folder rescan.
13020
13021         * src/prefs_common.[ch]
13022         * src/compose.c
13023                 added an option to enable two different behaviours
13024                 for bounce.
13025
13026
13027 2002-03-25 [paul]       0.7.4claws44
13028
13029         * src/mainwindow.c
13030           src/selective_download.c
13031                 correct a few menuitem labels
13032
13033 2002-03-25 [christoph]  0.7.4claws43
13034
13035         * src/procmsg.c
13036                 fix non deleted tmp message in
13037                 procmsg_save_to_outbox
13038                 fix problems caused by sync with
13039                 main branch's procmsg_send_queue
13040
13041 2002-03-25 [paul]       0.7.4claws42
13042
13043         * src/quote_fmt.c
13044           src/quote_fmt_lex.l
13045           src/quote_fmt_parse.y
13046                 add Last name (%L) placeholder for quoting. 
13047                 patch submitted by Thorsten Thielen 
13048                 <thth@users.sourceforge.net>
13049
13050 2002-03-25 [paul]       0.7.4claws41
13051
13052         * src/utils.c
13053                 get full hostname. patch submitted by
13054                 Bob Woodside <rwoodside1@comcast.net>
13055
13056 2002-03-25 [paul]       0.7.4claws40
13057
13058         * src/account.c
13059           src/news.c
13060           src/nntp.[ch]
13061           src/prefs_account.[ch]
13062                 enable NNTP over SSL. patch submitted by
13063                 Pascal Jermini <pascal@infinity.hn.org>
13064
13065 2002-03-24 [paul]       0.7.4claws39
13066
13067         * src/prefs_common.c
13068                 make the arrangement of the Compose tab more
13069                 coherent
13070
13071         * src/mainwindow.c
13072                 fix some irregularities of style
13073
13074         * po/de.po
13075                 updated by Kilian Krause
13076
13077 2002-03-23 [paul]       0.7.4claws38
13078
13079         * po/pt_BR.po
13080                 updated by Fabio Junior Beneditto
13081
13082 2002-03-23 [paul]       0.7.4claws37
13083
13084         * src/mainwindow.c
13085                 move 'Gather addresses' to 'Tools' menu
13086                 make 'Selective download' sensitive
13087
13088 2002-03-23 [paul]       0.7.4claws36
13089
13090         * sync with 0.7.4cvs16
13091                 see ChangeLog entries 2002-03-23
13092
13093 2002-03-22 [christoph]  0.7.4claws35
13094
13095         * src/quote_fmt_parse.y
13096                 fix include program output
13097
13098 2002-03-22 [alfons]     0.7.4claws34
13099
13100         * src/pop.c
13101                 initialize GDate stack variable correctly (sorry!)
13102
13103 2002-03-22 [paul]       0.7.4claws33
13104
13105         * src/compose.c
13106           src/mainwindow.c
13107           src/prefs_actions.c
13108           src/prefs_common.c
13109                 rename 'Tool' to 'Tools'
13110
13111         * src/mainwindow.c
13112                 move 'Delete duplicated messages' from
13113                 'Message/' to 'Tools/'
13114                 re-arrange the order of 'Tools/' items
13115
13116 2002-03-22 [paul]       0.7.4claws32
13117
13118         * src/addr_compl.c
13119           src/addressbook.[ch]
13120                 auto-address completion now also matches on
13121                 Nickname. patch submitted by Bob Forsman 
13122                 <hammor@users.sourceforge.net>
13123
13124         * src/editaddress.c
13125                 correct a spelling mistake
13126
13127 2002-03-22 [alfons]     0.7.4claws31
13128
13129         * src/pop.c
13130                 fix getting uidl from incorrect string 
13131                 (spotted by Colin)
13132
13133 2002-03-21 [alfons]     0.7.4claws30
13134
13135         * src/pop.c
13136                 more code refactoring
13137                 plug mem leak introduced by delete on server
13138
13139 2002-03-21 [paul]       0.7.4claws29
13140
13141         * sync with 0.7.4cvs11
13142                 see ChangeLog entries 2002-03-20
13143
13144 2002-03-20 [alfons]     0.7.4claws28
13145
13146         * src/inc.c
13147                 apply Colin's patch and refactor
13148
13149 2002-03-20 [paul]       0.7.4claws27
13150
13151         * sync with sylpheed 0.7.4cvs9
13152                 see ChangeLog entry 2002-03-20
13153
13154 2002-03-19 [christoph]  0.7.4claws26
13155
13156         * src/mh.c
13157         * src/procmsg.[ch]
13158         * src/summaryview.c
13159                 revert changes for flag updates
13160                 (does not work correctly and no time to debug)
13161
13162 2002-03-20 [alfons]     0.7.4claws25
13163
13164         * src/pop.c
13165                 refactor should_delete() a little bit 
13166
13167 2002-03-19 [paul]       0.7.4claws24
13168
13169         * src/inc.[ch]
13170           src/pop.c
13171           src/prefs_account.[ch]
13172                 allow the user to leave downloaded mail on the 
13173                 server for n days. Patch submitted by Colin Leroy 
13174                 <colin@colino.net>
13175
13176 2002-02-19 [paul]       0.7.4claws23
13177
13178         * sync with sylpheed 0.7.4cvs8
13179                 see ChangeLog entries 2002-03-19
13180
13181 2002-03-18 [paul]       0.7.4claws22
13182
13183         * sync with sylpheed 0.7.4cvs6
13184                 see ChangeLog entry 2002-03-18
13185
13186 2002-03-18 [paul]       0.7.4claws21
13187
13188         * po/en_GB.po
13189                 add en_GB message catalogue
13190
13191         * src/mbox_folder.c
13192           src/prefs_account.c
13193           src/prefs_actions.c
13194                 correct a few spelling mistakes
13195
13196 2002-03-17 [alfons]     0.7.4claws20
13197
13198         * src/matcher.c
13199                 more stringent checks for NULL params when writing
13200                 filtering actions to a file
13201                 
13202 2002-03-17 [hoa]        0.7.3claws20
13203
13204         * src/news.c
13205                 fixed the count of new messages
13206
13207         * src/compose.c
13208                 fixed the "attachment properties" window
13209
13210 2002-03-17 [paul]       0.7.4claws19
13211
13212         * src/defs.h
13213           src/folder.h
13214           src/news.c
13215           src/prefs_account.[ch]
13216           src/procmsg.[ch]
13217           src/summaryview.c
13218                 automatically mark cross-posted messages as read 
13219                 and (optionally) give them a colour label
13220                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13221                 
13222
13223 2002-03-17 [paul]       0.7.4claws18
13224
13225         * sync with sylpheed 0.7.4cvs5
13226                 see ChangeLog entry 2002-03-17
13227
13228 2002-03-17 [melvin]     0.7.4claws17
13229         
13230         * src/textview.c
13231                 Worked around a gtktext 'bug': when searching for 
13232                 a text in a long message it was scrolling slowly
13233                 line by line until it hit the searched text.
13234         * po/fr.po
13235                 Updated French translation
13236
13237 2002-03-17 [melvin]     0.7.4claws16
13238
13239         * src/mainwindow.c
13240         * src/compose.c
13241         * src/prefs_actions.c
13242                 Moved "Edit/Actions" to "Tool/Actions"
13243                 Made mainwindow/compose window sensitive as soon as
13244                 no child process is running anymore even if the io dialog
13245                 is open.
13246                 Fixed a struct being initialized with a non constant char*
13247
13248 2002-03-16 [christoph]  0.7.4claws15
13249
13250         * configure.in
13251                 add --with-compiler-flags option
13252                 (only for developer hacking)
13253         * src/mh.c
13254         * src/procmsg.[ch]
13255         * src/summaryview.c
13256                 try to make folder-stats and flag handling more
13257                 independent from the summaryview. msgcounts
13258                 are only set when the folder is opened and
13259                 procmsg_msginfo_(un)set_flags will handle it
13260                 later and summaryview will get the values
13261                 from the folder.
13262
13263 2002-03-16 [paul]       0.7.4claws14
13264
13265         * src/messageview.c
13266                 fix Return-receipt. Patch submitted by Bob
13267                 Woodside <rwoodside1@comcast.net>
13268
13269 2002-03-16 [paul]       0.7.4claws13
13270
13271         * src/compose.c
13272                 fix 'dynamic' signatures, make it work again
13273                 broken during sync on 2002-03-14 (0.7.4claws2)
13274
13275 2002-03-15 [match]      0.7.4claws12
13276
13277         * src/addrharvest.[ch]
13278         * src/addrgather.[ch]
13279         * src/addressbook.[ch]
13280         * src/mainwindow.c
13281                 included address harvester feature. still some
13282                 issues with address parsing that I will fix.
13283
13284 2002-03-15 [match]      0.7.4claws11
13285
13286         * src/addrbook.[ch]
13287         * src/addrcache.[ch]
13288         * src/addressbook.[ch]
13289         * src/addrindex.c
13290         * src/editbook.c
13291         * src/importldif.c
13292         * src/importmutt.c
13293         * src/jpilot.[ch]
13294         * src/main.c
13295         * src/syldap.[ch]
13296         * src/vcard.[ch]
13297                 tidy up. fix memory leaks. moved attribs and methods
13298                 from individual interfaces to addrcache object. prep
13299                 for new stuff to come in.
13300
13301 2002-03-15 [alfons]     0.7.4claws10
13302
13303         * src/matcher.[ch]
13304         * src/matcher_parser_parse.y
13305         * src/matcher_parser_lex.l
13306         * src/prefs_matcher.c
13307                 add filtering conditions message greater than, smaller 
13308                 than, and exactly matching a size in bytes
13309                 (does not work with delete from POP3 server yet)
13310
13311                 this should also give others an idea what you should
13312                 do to add new criterions to claws filtering system
13313                 
13314
13315 2002-03-15 [paul]       0.7.4claws9
13316
13317         * tools/filter_conv.pl
13318                 exit if there are no filter rules to convert
13319                 rename filterrc to filterrc.old after completion
13320
13321 2002-03-15 [paul]       0.7.4claws8
13322
13323         * sync with sylpheed 0.7.4cvs3
13324                 see ChangeLog entry 2002-03-14
13325
13326 2002-03-14 [paul]       0.7.4claws7
13327
13328         * src/compose.c
13329                 clean up the last commit (ahem)
13330
13331 2002-03-14 [paul]       0.7.4claws6
13332
13333         * src/compose.c
13334                 fix bug #515655. honour account preferences
13335                 regarding gpg default signing/encryption when 
13336                 changing account from the compose window.
13337
13338 2002-03-14 [paul]       0.7.4claws5
13339
13340         * src/folderview.c
13341                 remove unnecessary curly brackets
13342
13343 2002-03-14 [paul]       0.7.4claws4
13344
13345         * src/folderview.c
13346           src/prefs_filtering.[ch]
13347                 add filter rename on folder rename and filter
13348                 delete on folder delete. Patch submitted by
13349                 Neill Miller <neillm@thecodefactory.org> 
13350
13351 2002-03-14 [christoph]  0.7.4claws3
13352
13353         * src/procmsg.c
13354         * src/send.c
13355                 fix local delivery
13356                 (patch submitted by "Simon 'corecode' Schubert")
13357         * src/prefs_common.c
13358         * src/procmsg.c
13359                 fix gcc 3.0 warning
13360
13361 2002-03-14 [paul]       0.7.4claws2
13362
13363         * sync with sylpheed 0.7.4cvs2
13364                 see ChangeLog entry 2002-03-13
13365
13366 2002-03-12 [darko]      0.7.4claws1
13367
13368         * src/mainwindow.c
13369                 fix what seems to be a copy and paste error
13370                 when setting color for important messages
13371                 (reported by wwp)
13372
13373 2002-03-11 [paul]       version 0.7.4claws released
13374
13375 2002-03-11 [paul]       0.7.4claws
13376
13377         * po/es.po
13378           po/it.po
13379           po/nl.po
13380           po/pt_BR.po
13381                 update message catalogs. Submitted by Ricardo Mones 
13382                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13383                 Fabio Junior Beneditto
13384
13385         * configure.in
13386           faq/Makefile.am
13387           faq/it/Makefile
13388           faq/it/sylpheed-faq*
13389           src/mainwindow.c
13390           src/manual.[ch]
13391                 add FAQ in Italian
13392         
13393
13394 2002-03-11 [jens]       0.7.3claws7
13395
13396         * po/de.po
13397                 updated German translation
13398
13399 2002-03-11 [melvin]     0.7.3claws6
13400
13401         * po/fr.po
13402                 updated and corrected French translation
13403
13404 2002-03-10 [hoa]        0.7.3claws5
13405
13406         * src/account.c
13407         * src/inc.c
13408         * src/prefs_account.c
13409         * src/procmsg.c
13410         * src/send.[ch]
13411                 fixed the local account.
13412                 you have to change the default "/usr/sbin/sendmail"
13413                 to "/usr/sbin/sendmail -t" in the preferences of
13414                 the local account.
13415
13416         * src/procmime.c
13417                 removed some debug display for renderer
13418
13419 2002-03-10 [paul]       0.7.3claws4
13420
13421         * faq/en/sylpheed-faq-1.html
13422           faq/en/sylpheed-faq-2.html
13423                 update
13424
13425 2002-03-09 [paul]       0.7.3claws3
13426
13427         * sync with sylpheed 0.7.4
13428                 see ChangeLog entry 2002-03-09
13429
13430 2002-03-08 [paul]       0.7.3claws2
13431
13432         * faq/en/sylpheed-faq*
13433           faq/es/sylpheed-faq*
13434           faq/fr/sylpheed-faq*
13435                 update the FAQs
13436
13437         * manual/fr/.cvsignore
13438           manual/fr/Makefilea.am
13439           manual/fr/sylpheed*
13440           src/mainwindow.c
13441           src/manual.[ch]
13442                 add the French manual
13443
13444 2002-03-07 [paul]       0.7.3claws1
13445
13446         * sync with sylpheed 0.7.3cvs4
13447                 see ChangeLog entries  2002-03-06 and 2002-03-07
13448         
13449         * po/nl.po
13450                 updated by Wilbert Berendsen
13451
13452 2002-03-07 [melvin]     0.7.2claws34
13453
13454         * src/selective_download.c
13455                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13456
13457 2002-03-06 [paul]       0.7.2claws33
13458
13459         * sync with sylpheed 0.7.3cvs1
13460                 bug fix, see ChangeLog entry 2002-03-05
13461
13462 2002-03-05 [paul]       0.7.2claws32
13463
13464         * src/mimeview.c
13465           src/pgptext.[ch]
13466           src/procmsg.c
13467                 reverse the pgp ascii-armored code implemented in 
13468                 0.7.2claws16. removal of this code until it matures.
13469                 this means that verifying ascii-armored pgp sigs and
13470                 automatic decryption of ascii-armored encrypted
13471                 messages no longer works.
13472
13473 2002-03-05 [paul]       0.7.2claws31
13474
13475         * configure.in
13476           Makefile.am
13477         * faq/Makefile.am
13478         * faq/en/Makefile.am
13479           faq/en/sylpheed-faq.html
13480           faq/en/sylpheed-faq-1.html
13481           faq/en/sylpheed-faq-2.html
13482           faq/en/sylpheed-faq-3.html
13483         * faq/es/Makefile.am
13484           faq/es/sylpheed-faq.html
13485           faq/es/sylpheed-faq-1.html
13486           faq/es/sylpheed-faq-2.html
13487           faq/es/sylpheed-faq-3.html
13488           faq/es/sylpheed-faq-4.html
13489         * faq/fr/Makefile.am
13490           faq/fr/sylpheed-faq.html
13491           faq/fr/sylpheed-faq-1.html
13492           faq/fr/sylpheed-faq-2.html
13493           faq/fr/sylpheed-faq-3.html
13494         * src/Makefile.am
13495           src/defs.h
13496           src/mainwindow.c
13497           src/manual.[ch]
13498                 add FAQs in English, Spanish and French
13499
13500
13501 2002-03-05 [paul]       0.7.2claws30
13502
13503         * manual/en/sylpheed.html
13504           manual/en/sylpheed-XX.html
13505                 updated the English manual
13506
13507 2002-03-05 [hoa]        
13508
13509         * src/summaryview.c
13510                 dialog box pops up if the article can't be deleted.
13511
13512 2002-03-04 [paul]       
13513         
13514         * po/pt_BR.po
13515                 updated by Fabio Junior Benedito
13516
13517 2002-03-04 [hoa]
13518
13519         * removed ac/gpgme.m4
13520                 to avoid autogen common problem
13521                 developers have to install gpgme development package now
13522
13523         * src/compose.c
13524                 encoding to 7bit or 8bit is enabled.
13525
13526 2002-03-03 [alfons]     0.7.2claws29
13527
13528         * src/pop.c
13529                 merge fix by Oliver Haertel for selective
13530                 download buglet
13531
13532 2002-03-03 [paul]       0.7.2claws28
13533         
13534         * sync with sylpheed 0.7.3
13535
13536 2002-03-03 [paul]       0.7.2claws27
13537
13538         * sync with sylpheed 0.7.2cvs24
13539                 see ChangeLog entries 2002-03-02 and 2002-03-03
13540
13541 2002-03-02 [melvin]     0.7.2claws26
13542
13543         * src/inc.[ch]
13544         * src/main.c
13545         * src/mainwindow.c
13546         * src/prefs_common.[ch]
13547                 Added user definable notification on new mail arrival.
13548                 Removed unused variables in spell checker prefs code.
13549
13550 2002-03-02 [melvin]     0.7.2claws25
13551
13552         * src/quote_fmt.c
13553                 Removed unnecessary escape sequences.
13554                 Changed 'Initial...' to 'Initials of Sender'
13555
13556 2002-03-02 [paul]       0.7.2claws24
13557
13558         * sync with sylpheed 0.7.2cvs22
13559                 see ChangeLog entry 2002-03-01
13560
13561 2002-03-01 [hoa]        0.7.2claws23
13562
13563         * src/mainwindow.c
13564                 Set sensitivity of delete actions to active
13565                 even if the folder is a newsgroup.
13566
13567         * src/summaryview.c
13568                 - Set sensitivity of delete actions
13569                 - Added function check_permission() that will check if the
13570                   user is authorized to delete a message. For news, it
13571                   will check if the author is the same.
13572                 - Enabled deletion when there is no trash folder.
13573
13574         * src/news.[ch]
13575                 - Added news_cancel_article() to cancel articles
13576                 - Implemented news_remove_message() (public function)
13577
13578 2002-03-01 [paul]       0.7.2claws22
13579
13580         * src/gtkutils.c
13581           src/textview.c
13582                 recognise urls that that don't include 'http://' and
13583                 simply begin 'www.' 
13584
13585         * AUTHORS
13586                 remove duplicated name
13587
13588 2002-02-28 [paul]       0.7.2claws21
13589
13590         * src/mainwindow.c
13591           src/summaryview.[ch]
13592                 add ability to 'Select thread'
13593                 combines Melvin's "Select thread's head" patch (#510907)
13594                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13595                 patch (#518514) 
13596
13597 2002-02-28 [paul]       0.7.2claws20
13598
13599         * src/mimeview.c
13600                 hopefully fix segfault on right-clicking a mime part
13601                 that some people have experienced.      
13602                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13603
13604 2002-02-28 [paul]       0.7.2claws19
13605
13606         * sync with sylpheed 0.7.2cvs21
13607                 see ChangeLog entries 2002-02-27 and 2002-02-28
13608
13609 2002-02-27 [paul]       0.7.2claws18
13610
13611         * sync with sylpheed 0.7.2cvs18
13612                 see ChangeLog entries 2002-02-26 and 2002-02-27
13613
13614 2002-02-26 [alfons]     0.7.2claws17
13615
13616         * src/procheader.c
13617                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13618                 (spotted by Chris Hessman <idatech@gmx.net>)
13619
13620 2002-02-26 [paul]       0.7.2claws16
13621
13622         * src/mimeview.c
13623           src/pgptext.[ch]
13624           src/procmsg.c
13625                 make decryption of ascii-armored pgp encrypted messages
13626                 and verification of ascii-armored signatures work again.
13627                 slightly altered from the patch by Jens Jahnke 
13628                 <jan0sch@gmx.net>
13629
13630                 ##FIX ME##
13631                 * the checking of plaintext signatures always comes up in 
13632                   a popup box
13633                 * it doesn't work for multipart messages 
13634                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13635                   including the msg headers and these 2 line themselves, are 
13636                   not displayed
13637
13638         * src/mainwindow.c
13639                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13640                 "View/Message View" becomes "View/Separate Message View"
13641                 because its less ambiguous.
13642
13643         * po/es.po
13644                 updated by Ricardo Mones Lastra
13645
13646 2002-02-26 [paul]       0.7.2claws15
13647
13648         * sync with sylpheed 0.7.2cvs17
13649                 see ChangeLog entries 2002-02-25 and 2002-02-26
13650
13651 2002-02-25 [christoph]  0.7.2claws14
13652
13653         * src/filtering.[ch]
13654         * src/inc.c
13655                 do filtering stuff after all messages have been received
13656                   1. drop all messages to .processing
13657                   2. scan processing folder for messages
13658                   3. filter messages or move to inbox
13659                 this will also find old messages left in processing after
13660                 a crash or something like that and we get a real msginfo
13661                 from folder->get_msg_list and do not have to create our
13662                 own in filter_message
13663         * src/matcher_parser_parse.y
13664                 remove MIX/MAX warning (reordered includes)
13665
13666 2002-02-25 [paul]       0.7.2claws13
13667
13668         * sync with sylpheed 0.7.2cvs15
13669                 see ChangeLog entry 2002-02-24
13670
13671 2002-02-24 [alfons]     0.7.2claws12
13672
13673         * src/filtering.c
13674                 clear old color flags first when applying a new color to
13675                 a message info. 
13676                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13677
13678 2002-02-24 [alfons]     0.7.2.claws11
13679         
13680         * AUTHORS
13681         * src/prefs_common.c
13682                 add presets for Opera and Konqueror, closes patch #517261,
13683                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13684
13685 2002-02-24 [alfons]     0.7.2.claws10
13686
13687         * AUTHORS
13688         * src/summaryview.c
13689                 fix threading for null message ids, closes patch #521601,
13690                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13691
13692 2002-02-24 [alfons]     0.7.2claws9
13693
13694         * src/summaryview.c
13695         * src/filtering.c
13696                 make Tool | Filter Message work with filtering system so
13697                 setting flags also works
13698
13699                 TODO:
13700
13701                 - Processing uses the same function as Tool | Filter
13702                   Message, but doesn't use the same update proc yet
13703
13704 2002-02-23 [paul]       0.7.2claws8
13705
13706         * sync with sylpheed 0.7.2cvs14
13707                 see ChangeLog entries 2002-02-22 and 2002-02-23
13708
13709 2002-02-22 [christoph]  0.7.2claws7
13710
13711         * src/quote_fmt.c
13712                 Add column space to table
13713         * src/quote_fmt_parse.y
13714                 Close files
13715
13716 2002-02-22 [paul]       0.7.2claws6
13717
13718         * src/Makefile.am
13719           src/defs.h
13720           src/filtering.c
13721           src/inc.[ch]
13722           src/mainwindow.c
13723           src/matcher.[ch]
13724           src/matcher_parser_lex.l
13725           src/matcher_parser_parse.y
13726           src/pop.[ch]
13727           src/prefs_account.h
13728           src/prefs_filtering.c
13729           src/selective_download.[ch]   *** NEW FILES ***
13730           src/utils.[ch]
13731           po/POTFILES.in
13732                 Selective Download added to 'Tool' menu. 
13733                 Retrieves email headers of the currently selected pop3 
13734                 account and allows the user to mark emails for deletion 
13735                 right on the pop3 server. Patch submitted by Oliver Haertel 
13736                 <oha@users.sourceforge.net>.
13737         
13738         * po/POTFILES.in
13739                 add 'src/quote_fmt.c'           
13740
13741 2002-02-22 [christoph]  0.7.2claws5
13742
13743         * src/Makefile.am
13744                 added quote_fmt.c
13745         * src/prefs_common.[ch]
13746         * src/prefs_template.c
13747         * src/quote_fmt.c               *** NEW FILE ***
13748         * src/quote_fmt.h
13749                 move quote format symbol description code
13750                 to it's own file because it is used from
13751                 differnent code parts
13752                 Rewrote symbol description GUI
13753                   + use table
13754                   + add separators
13755                   + get data from array (no more long constant strings)
13756         * src/quote_fmt_lex.l
13757         * src/quote_fmt_parse.y
13758                 Symbol for Literal % changed to \% instead of %%
13759                 (More logical as \ is used for quoting for other symbols)
13760                 Add |f and |p to include files and program output
13761                 Examples:
13762                     |f{/home/.../.signature}
13763                     |p{date}
13764         * po/de.po
13765                 Correct wrong spelling for "Referenzen"
13766
13767 2002-02-21 [paul]       0.7.2claws4
13768
13769         * src/procmsg.c
13770                 forgotten during sync
13771
13772 2002-02-21 [paul]       0.7.2claws3
13773
13774         * sync with sylpheed 0.7.2cvs11
13775                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13776                 2002-02-20 and 2002-02-21
13777
13778 2002-02-20 [melvin]     0.7.2claws2
13779
13780         * src/prefs_actions.c
13781                 Added error report when child cannot fork or when execvp 
13782                 returns with an error.
13783
13784 2002-02-19 [christoph]  0.7.2claws1
13785
13786         * src/codeconv.c
13787                 return unconverted text if conde conversion is not possible
13788                 when libjconv is used.
13789                 (patch submitted by "Simon 'corecode' Schubert")
13790
13791 2002-02-19 [paul]       
13792
13793         * version 0.7.2claws release
13794
13795 2002-02-19 [paul]       0.7.2claws
13796
13797         * po/nl.po
13798                 updated by Wilbert Berendsen
13799
13800
13801 2002-02-18 [alfons]     0.7.1claws13
13802
13803         * src/syldap.c
13804         * src/jpilot.c
13805                 remove references to dlfcn and explicitly loading functions
13806                 from dynalink libs, because libs linked anyway, and functions
13807                 are loaded explicitly
13808
13809 2002-02-17 [melvin]     0.7.1claws12
13810
13811         * src/prefs_actions.c
13812                 Replaced children wait loop with double fork technique.
13813                 Now, input/output window updated at each new output.
13814                 free_children(): Fixed a memory leak.
13815                 Made input/output window non closable if running children
13816                 still exist.
13817                 Added missing <unistd.h> include.
13818                 Added some --debug outputs.
13819
13820 2002-02-17 [melvin]     0.7.1claws11
13821
13822         * src/summaryview.c
13823                 Fixed bug where descending sort order did not select top
13824                 message.
13825
13826 2002-02-17 [melvin]     0.7.1claws10
13827
13828         * acconfig.h
13829                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13830         * src/prefs_common.c
13831                 Pspell data package directory no more hard coded but
13832                 set during configuration (PSPELL_PATH). (Thanks to 
13833                                 Gustavo Noronha Silva.)
13834
13835 2002-02-17 [melvin]     0.7.1claws9
13836
13837         * configure.in
13838                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13839         * src/gtkspell.c
13840                 Fixed compile-time warnings.
13841
13842 2002-02-16 [alfons]     0.7.1claws8
13843
13844         * src/filesel.c
13845                 fix inadvertent free of NULL pointer which caused
13846                 sylpheed to crash when closing the save-as dialog
13847                 using the window close button
13848
13849 2002-02-16 [carsten]    0.7.1claws7
13850         * src/mainwindow.[ch]
13851           src/summaryview.c
13852           src/prefs_common.c
13853                 fixes for pixmap theming code:
13854                         - recently changed mail attributes shouldn't get
13855                           lost any longer
13856                         - theme is only reloaded iff another theme was
13857                           selected
13858
13859 2002-02-16 [paul]       0.7.1claws6
13860
13861         * sync with sylpheed 0.7.2 release
13862                 see ChangeLog entry 2002-02-15 and 2002-02-16
13863
13864 2002-02-15 [paul]       0.7.1claws5
13865
13866         * sync with sylpheed 0.7.1cvs9
13867                 see ChangeLog entry 2002-02-15
13868
13869         * po/POTFILES.in
13870                 remove unneeded headerwindow.c entry
13871
13872 2002-02-14 [carsten]    0.7.1claws4
13873         * src/summaryview.c
13874                 fixed a bug for "Go to next unread message": there was
13875                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13876                 in the prefs, because of doing "Search again" instead
13877                 "No"
13878
13879 2002-02-14 [carsten]    0.7.1claws3
13880         * src/stock_pixmap.c
13881                 removed 2 more mem leaks; following memprof,
13882                 this code is "leak free" now :)
13883
13884 2002-02-14 [carsten]    0.7.1claws2
13885         * src/stock_pixmap.c
13886                 used opendir/readdir/closedir instead of scandir
13887                 -> code should work now on Solaris
13888
13889 2002-02-14 [paul]       0.7.1claws1
13890
13891         * sync with sylpheed 0.7.1cvs8
13892                 see ChangeLog entries 2002-02-13 and 2002-02-14
13893
13894         * README.claws
13895                 add some description of Actions and Pixmap Themes
13896
13897 2002-02-13 [paul]       
13898
13899         * version 0.7.1claws release
13900
13901 2002-02-13 [paul]       0.7.1claws
13902
13903         * po/es.po
13904           po/it.po
13905           po/pt_BR.po
13906                 updated translations, submitted by Ricardo Mones Lastra,
13907                 Alessandro Maestri and Fabio Junior Beneditto
13908
13909 2002-02-13 [melvin]     0.7.0claws75
13910
13911         * src/prefs_actions.c
13912                 Added missing "signal.h" include
13913
13914 2002-02-13 [melvin]     0.7.0claws74
13915
13916         * src/prefs_folder_item.c
13917                 Added missing "config.h" include
13918         * po/fr.po
13919                 Updated French translation for folder propriety.
13920
13921 2002-02-13 [jens]       0.7.0claws73
13922
13923         * po/POTFILES.in
13924                 Added missing src/prefs_folder_item.c [log added by melvin]
13925         * po/de.po
13926                 Updated German translation.
13927
13928 2002-02-13 [melvin]     0.7.0claws72
13929
13930         * po/fr.po
13931                 Updated French translation.
13932
13933 2002-02-13 [melvin]     0.7.0claws71
13934
13935         * src/gtkutils.c
13936                 Made gtkut_editable_get_selection return NULL if selection
13937                 is of length zero.
13938                 This fixes a bug where selecting part of message A then
13939                 switching to message B and replying to it will not
13940                 quote the message's body.
13941
13942 2002-02-12 [paul]       0.7.0claws70
13943
13944         * src/mainwindow.c
13945                 cosmetic, relating to pixmap themes: on toolbar make 
13946                 updating of 'Exec' and 'Compose news/Compose email'
13947                 icons faster.
13948
13949 2002-02-12 [carsten]    0.7.0claws69
13950         * src/folderview.c
13951           src/mainwindow.[ch]
13952           src/stock_pixmap.c
13953           src/summaryview.c
13954           src/prefs_common.c
13955                 - refreshing after changing pixmap theme better
13956                   now (thanks Paul)
13957                 - wanted to remove some mem leaks, but alfons was
13958                   faster (and had the better solution ;)
13959
13960 2002-02-12 [alfons]     0.7.0claws68
13961
13962         * src/prefs_common.c
13963         * src/stock_pixmap.[ch]
13964                 plug mem leaks, refactor code a little bit
13965
13966
13967 2002-02-12 [sergey]     0.7.0claws67
13968
13969         * src/imap.c
13970                 Fixed problem with copying messages to IMAP folders when the
13971                 server uses something other than '/' as a namespace separator
13972                 (cyrus-imapd uses '.').
13973
13974 2002-02-12 [jens]       0.7.0claws66
13975
13976         * po/de.po
13977                 Updated German Translation
13978
13979 2002-02-12 [paul]       0.7.0claws65
13980
13981         * sync with sylpheed 0.7.1cvs1
13982                 see ChangeLog entry 2002-02-12
13983
13984 2002-02-12 [melvin]     0.7.0claws64
13985
13986         * src/prefs_actions.c
13987                 Fixed "feature" where children's output was duplicated 
13988                 instead of refreshed while monitoring.
13989                 Removed some debug code.
13990
13991 2002-02-12 [christoph]  0.7.0claws63
13992
13993         * src/compose.c
13994                 always delete message from queue after sending/send error
13995                 (closes bug #509601)
13996
13997 2002-02-12 [melvin]     0.7.0claws62
13998
13999         * src/prefs_actions.c
14000                 Children wait loop is now triggered with a timeout of 1s
14001                 Added %F which is replaced with the list of filenames 
14002                 of all selected messages (as suggested by Ricardo Mones Lestra)
14003                 Pipe syntax changed. Prefix with | to send selection, postfix
14004                 with | to retrieve output. Prefix with > or * to send
14005                 user definable input to the command (*: input is hidden)
14006                 Old pipe action should now be postfixed with |, too.
14007
14008 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
14009         * src/stock_pixmap.c
14010                 fixed a bug: if there's no theme directory don't
14011                 throw an error, just do "nothing" (thanks Alfons)
14012
14013 2002-02-12 [carsten]    0.7.0claws60
14014         * src/folderview.c
14015           src/summaryview.c
14016                 had to write the cache twice (nasty!); some marks would 
14017                 get lost if not
14018
14019 2002-02-11 [carsten]    0.7.0claws59
14020         * acconfig.h
14021           configure.in
14022           doc-src/maintainer_guide.txt
14023           src/compose.[ch]
14024           src/defs.h
14025           src/folderview.[ch]
14026           src/gtkutils.[ch]
14027           src/mainwindow.[ch]
14028           src/prefs_common.[ch]
14029           src/stock_pixmap.[ch]
14030           src/summaryview.[ch]
14031                 pixmap theming and related work on pixmap
14032                 handling on some other places
14033                 (e.g. hrm features for all folder)
14034           src/pixmap/stock_*.xpm -> the stock_ was removed
14035         
14036 2002-02-11 [paul]       0.7.0claws58
14037
14038         * sync with sylpheed 0.7.1 release
14039                 see ChangeLog entries 2002-02-11
14040
14041 2002-02-08 [paul]       0.7.0claws57
14042
14043         * sync with sylpheed 0.7.0cvs39
14044                 see ChangeLog entry 2002-02-07 (last entry) 
14045
14046         * src/prefs_actions.c
14047           src/prefs_filtering.c
14048           src/prefs_matcher.c
14049           src/prefs_scoring.c
14050                 sync: made it compile with C compilers other than gcc
14051
14052 2002-02-07 [paul]       0.7.0claws56
14053
14054         * sync with sylpheed 0.7.0cvs38
14055                 see ChangeLog entries 2002-02-06 (last 2 entries) and
14056                 2002-02-07
14057
14058 2002-02-07 [darko]      0.7.0claws55
14059
14060         * src/gtkutils.[ch]
14061         * src/summaryview.c
14062                 Fix const gchar */gchar * issue (thanks Hiro)
14063
14064 2002-02-07 [darko]      0.7.0claws54
14065
14066         * src/compose.[ch]
14067         * src/filtering.c
14068         * src/gtkutils.[ch]
14069         * src/prefs_template.c
14070         * src/quote_fmt.h
14071         * src/quote_fmt_parse.y
14072         * src/summaryview.c
14073         * src/utils.[ch]
14074                 When replying or forwarding an email don't quote the entire
14075                 mail body but use the part of the message text that is selected
14076
14077 2002-02-06 [melvin]     0.7.0claws53
14078
14079         * src/prefs_common.[ch]
14080         * src/gtkspell.[ch]
14081         * src/compose.c
14082                 Made possible to switch quickly to last used dictionary
14083                 which makes checking bilingual documents easier.
14084
14085 2002-02-06 [melvin]     0.7.0claws52
14086         
14087         * po/POTFILES.in
14088                 Added forgotten new file src/prefs_actions.c
14089
14090 2002-02-06 [melvin]     0.7.0claws51
14091
14092         * src/prefs_actions.c   ** NEW FILE **
14093         * src/prefs_actions.h   ** NEW FILE **
14094                 Added actions to execute on message text view, or on the
14095                         message's file.
14096         * src/Makefile.am
14097                 Added src/prefs_actions.[ch]
14098         * src/compose.c
14099                 Added new menu "Edit/Actions"
14100         * src/defs.h
14101                 Added new actionsrc file.
14102         * src/main.c
14103                 Added actionsrc reading.
14104         * src/mainwindow.c
14105                 Added new menus "Edit/Actions" and "Configuration/Actions..."
14106         * src/prefs_common.h
14107                 Added new element actionslst element to prefs_common.
14108
14109 2002-02-06 [paul]       0.7.0claws50
14110
14111         * sync with sylpheed 0.7.0cvs36
14112                 see ChangeLog entry 2002-02-06
14113
14114 2002-02-05 [paul]
14115
14116         * po/es.po
14117                 updated by Ricardo Mones Lastra
14118
14119 2002-02-05 [paul]       0.7.0claws49
14120
14121         * sync with sylpheed 0.7.0cvs33
14122                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
14123
14124 2002-02-05 [paul]       0.7.0claws48
14125
14126         * src/compose.c
14127                 re-add 'Edit/Advanced/Delete entire line', previously named
14128                 'Delete Line+'
14129
14130 2002-02-04 [paul]       0.7.0claws47
14131
14132         * src/compose.c
14133           src/summaryview.c
14134                 fix bug #494993 (Reply All not taking Reply-To into consi)
14135                 eliminate differences in behaviour of right-click 'Reply to all' 
14136                 in summary view and 'Reply to all' on the toolbar. 
14137                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14138                 view and From gets ignored by 'Reply to all' on toolbar.
14139                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14140                 From when no Reply-To header is present.
14141
14142 2002-02-04 [paul]       0.7.0claws46
14143
14144         * sync with sylpheed 0.7.0cvs30
14145                 see ChangeLog entries 2002-02-03 and 2002-02-04
14146
14147 2002-02-03 [melvin]     0.7.0claws45
14148
14149         * src/gtkspell.[ch]
14150                 Readded function to highlight all misspelled words.
14151                 Fixed bug where user-provided-words did not replace
14152                         correctly the misspelled word when using the mouse.
14153                 Fixed bug where checking a region selected from right to left did
14154                         not check the region at all.
14155                 Fixed bug where 'Check backwards' may not check at all. 
14156                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14157                 Fixed possible buffer overflow when checking for long strings (>1k).
14158                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14159                 Accelerators code uses now gtk_widget_add_accel.
14160                 Removed and disabled obsolete and unfinished code.
14161                 Cleaning up.
14162
14163         * src/compose.c
14164                 Added menu item to Highlight all misspelled words.
14165
14166 2002-02-01 [paul]       0.7.0claws44
14167
14168         * src/mainwindow.c
14169                 fix '/View/Hide read messages' sensitivity when all
14170                 messages in a folder are hidden
14171
14172 2002-02-01 [paul]       0.7.0claws43
14173
14174         * src/main.c
14175                 add --send option to command line interface, sends all
14176                 queued mail. Patch submitted by Ricardo Mones Lastra.
14177
14178 2002-01-31 [paul]       0.7.0claws42
14179
14180         * src/mainwindow.c
14181                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14182
14183 2002-01-31 [paul]       0.7.0claws41
14184
14185         * sync with sylpheed 0.7.0cvs27
14186                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14187                 and 2002-01-31
14188
14189         * src/textview.c
14190                 comment out elements of textview_show_part() as temporary
14191                 workaround for attachment 'Display as text' bug 
14192
14193         * po/pt_BR.po
14194                 updated by Fabio Junior Beneditto
14195
14196 2002-01-30 [paul]       0.7.0claws40
14197
14198         * sync with sylpheed 0.7.0cvs24
14199                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14200                 and 2002-01-30
14201
14202         * src/compose.c
14203                 add {N_("/_Spelling"), ... "<Branch>"} to 
14204                 GtkItemFactoryEntry compose_entries[]
14205
14206         * src/prefs_common.c
14207                 add claws menu items to prefs_keybind_apply_clicked()
14208                 and remove non-claws menu items
14209
14210 2002-01-29 [paul]       0.7.0claws39
14211
14212         * sync with sylpheed 0.7.0cvs22
14213                 see ChangeLog entries 2002-01-28 and 2002-01-29
14214
14215 2002-01-28 [melvin]     0.7.0claws38
14216
14217         * src/compose.c
14218                 Added the declartion of compose_send_control_enter.
14219
14220         * src/compose.c
14221         * src/gtkspell.[ch]
14222                 Added in a 'Spelling' menu which includes the configuration menu. 
14223                 Added a real 'Check all' and got rid from the old one which only
14224                 highlited misspelled word.
14225                 Made 'Check while typing' a disableable option.
14226                 Added a dialog when there are no more misspelled word.
14227                 Added a dialog if error occurs when switching to a dictionary.
14228         
14229         * src/prefs_common.[ch]
14230                 Added option for the default 'Check while typing' option.
14231
14232
14233 2002-01-28 [alfons]     0.7.0claws37
14234
14235         * src/compose.c
14236                 fix buglet and make code comply with sylpheed code style
14237
14238 2002-01-28 [paul]       0.7.0claws36
14239
14240         * sync with sylpheed 0.7.0cvs19
14241                 see ChangeLog entries for 2002-01-28
14242
14243 2002-01-28 [hoa]        0.7.0claws35
14244
14245         * src/defs.h
14246                 added rendererrc
14247
14248         * src/main.c
14249                 read the renderer config
14250
14251         * src/procmime.[ch]
14252                 use the renderer config to convert mime attachments
14253
14254         * src/textview.c
14255                 don't use textview_show_html/ertf,
14256                 use get_text_content instead
14257
14258 2002-01-27 [alfons]     0.7.0claws34
14259         
14260         * src/news.c
14261                 make sylpheed believe it can delete a news message...
14262                 (messages are NOT deleted, maybe we should remove
14263                 processing from the folder properties after all.)
14264
14265 2002-01-27 [alfons]     0.7.0claws33
14266
14267         * src/folder.c
14268                 add extra checks
14269         * src/news.c
14270                 implement remove_msg() 
14271
14272 2002-01-27 [alfons]     0.7.0claws32
14273
14274         * src/procmsg.h
14275         * src/procheader.c
14276         * src/messageview.c
14277                 fix return receipt / disposition notification again. this
14278                 stuff seems to break on _every_ major summary UI change, so
14279                 it's now implemented using a flag which is saved in the
14280                 marks cache
14281                 
14282 2002-01-26 [alfons]     0.7.0claws31
14283
14284         * src/import.c
14285                 let import dialog show the destination folder identifier
14286
14287 2002-01-26 [melvin]     0.7.0claws30
14288
14289         * src/folderview.c
14290         * src/summaryview.c
14291                 Readded 'Mark all read' into summary view popup menu
14292                 Added 'Mark all read' in folder view popup menu for IMAP
14293                 and NNTP.
14294                 Made it insensitive if the selected folder is not the shown
14295                 one to avoid 'Mark all read' on the wrong folder.
14296                 
14297 2002-01-26 [paul]       0.7.0claws29
14298
14299         * src/folderview.c
14300           src/summaryview.c
14301                 move 'Mark all read' from summary view to folder view
14302                 menu. (adapted from) patch submitted by Jeremy Andrews,
14303                 <lists@kerneltrap.com>
14304
14305 2002-01-25 [alfons]     0.7.0claws28
14306
14307         * src/gtkstext.c
14308                 put the gtk class name back so GtkSText adapts the 
14309                 settings of GtkText
14310
14311 2002-01-25 [alfons]     0.7.0claws27
14312
14313         * src/folderview.c 
14314                 assimilate Ricardo's patch that shows pixmaps instead of
14315                 plain "new" and "unread" texts in the folder view column
14316                 headers 
14317
14318 2002-01-25 [paul]       0.7.0claws26
14319
14320         * src/Makefile.am
14321                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14322                 be found in non-standard locations. 
14323                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14324
14325 2002-01-25 [paul]       0.7.0claws25
14326
14327         * sync with sylpheed 0.7.0cvs16
14328                 see ChangeLog entry 2002-01-25
14329
14330 2002-01-24 [paul]       0.7.0claws24
14331
14332         * more sync with sylpheed 0.7.0cvs15
14333                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14334
14335 2002-01-23 [sergey]     0.7.0claws23
14336
14337         * src/importldif.c
14338                 Fixed segfault when closing LDIF import wizard with
14339                 the window manager.
14340         * src/imageview.c
14341         * src/imageview.h
14342         * src/messageview.c
14343         * src/mimeview.c
14344                 Fixed wrong scrolling position after switching between
14345                 text and image parts.
14346
14347 2002-01-23 [paul]       0.7.0claws22
14348
14349         * sync with sylpheed 0.7.0cvs15
14350                 see ChangeLog entries 2002-01-22 and 2002-01-23
14351
14352 2002-01-21 [melvin]     0.7.0claws21
14353
14354         * src/prefs_scoring.c
14355         * src/prefs_filtering.c
14356                 Fixed bug where scoring and filtering windows stopped
14357                 autochecking.
14358
14359 2002-01-21 [paul]       0.7.0claws20
14360
14361         * sync with sylpheed 0.7.0cvs12
14362                 see ChangeLog entries 2002-01-20 and 2002-01-21
14363
14364 2002-01-21 [carsten]    0.7.0claws19
14365         * src/mainwindow.c
14366         * src/menu.[ch]
14367         * src/messageview.[ch]
14368         * src/summaryview.[ch]
14369                 changes to shortcuts handling again:
14370                         + "Q" now controled by mainwin
14371                         + v/V are now customizable and have slightly
14372                           different meanings
14373                 the "button" to minimize the messageview (and maximize
14374                 the summary view) is a real button now
14375         * src/compose.c
14376                 "Delete Line+" added to Edit/Advanced (this will also
14377                 delete the '\n')
14378
14379 2002-01-20 [melvin] 0.7.0claws18
14380
14381         * src/addressbook.c
14382                 Made "Bcc" sensitive when addressbook is called from
14383                 compose window (it was a Claws only bug).
14384
14385 2002-01-19 [alfons] 0.7.0claws17
14386
14387         * src/inc.c
14388                 prevent unnecessary updates when currently selected folder has
14389                 no new messages 
14390
14391 2002-01-19 [alfons] 0.7.0claws16
14392         
14393         * src/summaryview.c
14394                 prevent writing the cache based on current message list in summary 
14395                 view when filtering also put messages in currently selected folder
14396
14397 2002-01-19 [paul]
14398
14399         * po/it.po
14400                 Italian translation submitted by Alessandro Maestri
14401                 <a.maestri@cs.tin.it>
14402
14403 2002-01-18 [melvin]     0.7.0claws15
14404
14405         * src/prefs_filters.c
14406                 fixed bug where 'cancel' from 'filters' window stops autochecking
14407                 if the timer timed out  when the window was open.
14408
14409 2002-01-18 [match]      0.7.0claws14
14410
14411         * src/addrclip.[ch]     ** NEW FILE **
14412         * src/addrselect.[ch]   ** NEW FILE **
14413         * src/adbookbase.h      ** NEW FILE **
14414                 addressbook cut, copy and paste
14415         * src/addrbook.[ch]
14416         * src/addrcache.[ch]
14417         * src/addressitem.h
14418         * src/addrindex.[ch]
14419         * src/addritem.[ch]
14420         * src/importldif.c
14421         * src/importmutt.c
14422         * src/jpilot.[ch]
14423         * src/syldap.[ch]
14424         * src/vcard.[ch]
14425         * src/jpilot.[ch]
14426         * src/editbook.c
14427         * src/editjpilot.c
14428         * src/editldap.c
14429         * src/editvcard.c
14430                 support for copy/paste
14431         * src/addressbook.c
14432                 support for copy/paste
14433                 tidy up menu option processing
14434                 correct address list function arguments
14435         * src/editaddress.c
14436                 sort user attributes
14437         * src/ldif.h
14438         * src/mutt.h
14439                 tidy up
14440
14441         * src/addrbook.[ch]
14442         * src/addrbook.[ch]
14443         * src/addrbook.[ch]
14444                 
14445
14446 2002-01-18 [paul]       0.7.0claws13
14447
14448         * sync with sylpheed 0.7.0cvs8
14449                 configure.in: support Mac OS X (Darwin)
14450
14451 2002-01-18 [carsten]    0.7.0claws12
14452         * src/html.c
14453                 small hack to fix a segfault with an empty href
14454                 (reported by Alexandra Walford <deeni@altern.org>)
14455         * src/mainwindow.c
14456         * src/summaryview.c
14457                 the shortcuts for Mark und Mark as unread are hardcoded
14458                 again
14459         * src/compose.c
14460         * src/gtkstext.[ch]
14461                 readded the shortcuts in gtkstext but made them
14462                 customizeable (simply by adding a menu plus a wrapper
14463                 to compose.c)
14464
14465 2002-01-17 [melvin]     0.7.0claws11
14466
14467         * src/gtkspell.c
14468                 fix default dictionary not being saved.
14469
14470 2002-01-16 [darko]      0.7.0claws10
14471
14472         * src/compose.c
14473                 fix wrapping crash with URL longer than wrapping margin
14474
14475 2002-12-08 [hoa]        0.7.0claws10
14476
14477         * src/matcher_parser_parse.y
14478                 fixed some bugs
14479
14480         * src/prefs_filtering.c
14481                 now, we can use bounce action in the dialog box.
14482
14483 2002-01-16 [carsten]    0.7.0claws9
14484         * src/gtkstext.c
14485                 removed the <control> and <alt> shortcuts because they're
14486                 not needed and interefered with the "normal" shortcuts
14487         * src/mainwindow.c
14488         * src/summaryview.c
14489                 removed most of the hardcoded shortcuts and assigned
14490                 them to menu entries making them easy customizable by
14491                 that
14492
14493 2002-01-16 |melvin]     0.7.0claws8
14494
14495         * src/gtkspell.c
14496                 fixed bug where using the mouse and when the compose
14497                 window is not on top may result in a crash.
14498
14499 2002-01-16 [melvin]     0.7.0claws7
14500
14501         * src/compose.c
14502                 fixed a long standingspell checker bug which could 
14503                 cause a crash after sending a message.
14504
14505 2002-01-16 [paul]       0.7.0claws6
14506
14507         * sync with sylpheed 0.7.0cvs7
14508                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14509                 2002-01-15, and 2002-01-16
14510
14511 2002-01-16 [melvin]     0.7.0claws5
14512
14513         * README.claws
14514         * src/compose.c
14515         * src/gtkspell.[ch]
14516         * src/main.c
14517                 Heavily modified spell checker code to work around
14518                 ispell bug, to add keyboard shortcuts and for future
14519                 enhancements. See README.claws for usage information.
14520
14521 2002-01-15 [alfons]     0.7.0claws4
14522         
14523         * src/summaryview.c
14524                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14525                 so sorting within threads reflects sort mode
14526
14527 2002-01-15 [christoph]  0.7.0claws3
14528
14529         * src/procmsg.c
14530                 added alertpanel if mail sending failed
14531
14532 2002-01-15 [alfons]     0.7.0claws2
14533         
14534         * src/prefs_filtering.c
14535                 don't stop timer when prefs filtering dialog is opened
14536
14537 2002-01-14 [alfons]     0.7.0claws1
14538
14539         * src/addr_compl.c
14540         * src/prefs.c
14541                 remove debug_print()s for privacy reasons
14542
14543 2002-01-14 [darko]      0.7.0claws
14544
14545         * README.claws
14546                 quotation wrapping is now also in the main branch
14547
14548 2002-01-14 [paul]
14549
14550         * tools/filter_conv.pl
14551                 allow for Boolean Op and case-sensitivity
14552                 this file is included in the release and tagged
14553                 'rel_0_7_0'
14554
14555 2002-01-13 [paul]       0.7.0claws
14556
14557         * release 0.7.0, with cvs tag 'rel_0_7_0'
14558
14559 2002-01-13 [paul]
14560
14561         * tools/filter_conv.pl
14562         * tools/README
14563                 rewritten to output to matcherrc instead of filteringrc
14564
14565         * po/es.po
14566                 updated Spanish translation by Ricardo Mones Lastra
14567
14568 2002-01-13 [alfons]
14569
14570         * po/nl.po
14571                 update dutch translation
14572
14573 2002-01-13 [paul]
14574
14575         * po/pt_BR.po
14576                 Updated by Fabio Junior Beneditto 
14577
14578 2002-01-13 [melvin]     0.6.6claws53
14579
14580         * po/fr.po
14581                 Updated french translation
14582
14583 2002-01-12 [alfons]     0.6.6claws52
14584
14585         * src/filtering.c
14586                 plug mem leak that has been sitting there for ages              
14587
14588 2002-01-12 [alfons]     0.6.6claws51
14589
14590         * src/summaryview.c
14591                 undo melvin's changes from 0.6.6claws48 because summary
14592                 view now refuses to select first unread message when
14593                 selecting a folder 
14594
14595 2002-01-11 [alfons]     0.6.6claws50
14596
14597         * src/import.c
14598                 use claws' semantics for getting folder item when
14599                 importing an mbox file into a folder 
14600                 (submitted by Dale P. Smith)
14601
14602 2002-01-11 [christoph]  0.6.6claws49
14603
14604         * src/prefs.h
14605                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14606                 toggle widget, because non static prefs can not use
14607                 prefs_set_* functions
14608         * src/prefs_account.c
14609                 toggle smtp auth password field sensitivity if
14610                 user id is empty and add descrition of usage for
14611                 these fields
14612         * src/prefs_folder_item.c
14613                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14614                 callbacks
14615
14616 2002-01-11 [melvin]     0.6.6claws48
14617
14618         * src/compose.c
14619                 fix the 'Ctrl-Enter' feature for sending and test really
14620                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14621                 editables which was not documented in Gtk)
14622
14623         * src/summaryview.c
14624                 Made summaryview refresh after sorting and not before.
14625
14626 2002-01-11 [christoph]  0.6.6claws47
14627
14628         * src/compose.c
14629                 select account from account ids if possible and
14630                 correctly set save folder for copy in reedit
14631
14632 2002-01-10 [paul]       0.6.6claws46
14633
14634         * sync with sylpheed 0.7.0 release
14635                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14636                 2002-01-09
14637
14638 2002-01-09 [alfons]
14639
14640         * src/summaryview.c
14641                 remove more dirt traces...
14642
14643 2002-01-09 [alfons]
14644         
14645         * src/summaryview.c
14646                 clean up some traces of my debugging stuff
14647
14648 2002-01-09 [alfons]     0.6.6claws45
14649
14650         * src/filtering.c
14651                 break up filteringprop_apply() in three separate pieces
14652                 so we can drop messages that failed processing in the
14653                 inbox
14654
14655         * src/summaryview.c
14656                 fix bug #469598 "no refresh of inbox after filter" which 
14657                 was introduced by the new summary view locking, and which 
14658                 prevented the summary view to update after a manual filter 
14659                 message. claw's filter message requires a summary_show().
14660                 (aargh, summary_show() again! :-)
14661                 
14662 2002-01-07 [alfons]     0.6.6claws44
14663
14664         * src/headerwindow.c
14665         * src/logwindow.c
14666         * src/messageview.c
14667         * src/sourcewindow.c
14668                 bring in Hiro's last 0.7.0 wm class fixes
14669
14670         * tools/sylprint.pl
14671                 bring in Ricardo's fix for sylprint script
14672
14673         * AUTHORS       
14674         * src/rfc2015.[ch]
14675         * src/prefs_common.[ch]
14676         * src/prefs_account.[ch]
14677         * src/compose.c
14678                 clean up account preference poison in rfc2015,
14679                 and preparation to fix double sign bug 
14680                 (patch submitted by Simon 'corecode' Schubert)
14681
14682 2002-01-07 [christoph]  0.6.6claws43
14683
14684         * src/mh.c
14685                 search for free message number, do not only rely
14686                 on last_num
14687         * src/send.c
14688                 fix smtp auth and use extra account information
14689                 if available, if not use pop3 data instead
14690                 (closes bug #500341)            
14691         * src/ssl.[ch]
14692                 match coding style
14693
14694 2002-01-06 [alfons]     0.6.6claws42
14695
14696         * src/mainwindow.c
14697                 try making the separate windows work again...
14698
14699 2002-01-06 [alfons]     0.6.6claws41
14700
14701         * src/mainwindow.c
14702                 adapt Hiro's separate window menu (to get rid of the funny
14703                 duplicate menu items), and make it work again
14704
14705 2002-01-06 [alfons]     0.6.6claws40
14706
14707         * tools/Makefile.am
14708         * tools/sylprint.rc
14709         * tools/sylprint.pl
14710         * tools/README.sylprint
14711                 add sylprint script for printing mails from Sylpheed
14712                 (contributed by Ricardo Mones Lastra)
14713
14714         * src/acount.c
14715                 clean up
14716
14717 2002-01-06 [melvin]     0.6.6claws39
14718
14719         * src/mainwindow.c
14720         * src/summaryview.c
14721                 Fixed crash introduced in 0.6.6claws38 by the menu
14722                 reorganisation (Hide read messages)
14723         
14724         * ChangeLog.claws 
14725                 Fixed typo (we are now in 2002, alfons ;) )
14726
14727 2002-01-05 [alfons]     0.6.6claws38
14728
14729         * sync with sylpheed 0.6.6cvs10-17
14730                 (last stuff marked as LAST_STABLE)
14731
14732 2002-01-04 [melvin]     0.6.6claws37
14733
14734         * src/account.c
14735                 Made account selection code use strcasestr again instead of
14736                 g_strcasecmp (fixes bug where reediting queued messages
14737                 did not select proper account reported by T. Link).
14738         
14739         * src/folderview.c
14740                 Fix bug where folder icons are not shown when 'hide read messages'
14741                 is on.
14742         
14743         * src/stock_pixmaps.[ch]
14744                 Added folder icons for 'hide read messages'.
14745         
14746         * src/compose.c
14747                 Fixed bug where 'Enter' in a header entry will send the message 
14748                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14749
14750 2002-01-03 [melvin]     0.6.6claws36
14751         
14752         * src/prefs.[ch]
14753                 Added popup menu for common preferences and
14754                 account preferences (right click on tab displays
14755                                 a menu of all tabs.)
14756
14757 2002-01-02 [melvin]     0.6.6claws35
14758
14759         * src/gtkspell.[ch]
14760                 Made spelling code compatible with undo/redo feature.
14761                 Added creation of suggestion mode menu for the general
14762                         preferences.
14763         
14764         * src/prefs_common.[ch]
14765                 Added option menu for the speller's suggestion mode.
14766                 Added missing spaces in "..." buttons and made a "..."
14767                         button non translatable!
14768         
14769         * src/compose.c
14770                 Made speller use the default suggestion mode.
14771                 Hack to make it possible to choose 'CTRL-Enter' as a
14772                         shortcut for sending (and only for sending).
14773
14774         * src/prefs_folder_item.c
14775                 Changing subject simplification does not update cache 
14776                         anymore (because it is unnecessary).
14777                 Fixed bug where changing subject simplification updated the 
14778                         summaryview even when the viewed folder is not the
14779                         folder which properties are being changed. (E.g. 
14780                                         viewing folder A and changing
14781                                         the subject simplification of 
14782                                         folder B -not being viewed- updated the 
14783                                         summaryview of folder A with data of
14784                                         folder B). (Hope this is clear... )
14785
14786 2001-12-31 [alfons]     0.6.6claws34
14787         
14788         * src/ldif.c
14789         * src/mutt.c
14790                 fgetc() returns a signed integer which doesn't
14791                 fit in a char. so c truncates this to a char
14792                 but we may lose significant bits. i.e. we may
14793                 comparing 0xFF which may not be equal to -1
14794                 unless properly casted to signed char which
14795                 we won't do because fgetc() returns a signed
14796                 integer which doesn't fit in a char. so c 
14797                 truncates this to a char but we may lose 
14798                 significat bits. (you got the idea, thanks
14799                 to Gustavo Noronha Silva <kov@debian.org>
14800                 and the Debian folks!)
14801
14802 2001-12-30 [alfons]     0.6.6claws33
14803
14804         * src/prefs_common.c
14805                 add #ifdef USE_PSPELLs that Melvin forgot               
14806
14807 2001-12-30 [melvin]     0.6.6claws32
14808         
14809         * src/prefs_common.[ch]
14810                 Added configurable color for misspelled words.
14811
14812         * src/gtkspell.[ch]
14813                 Fixed bug of foreground text color (reported by David
14814                                 Mehrmann)
14815                 Added configurable color for misspelled words.
14816
14817 2001-12-30 [alfons]     0.6.6claws31
14818
14819         * src/folder.c
14820                 remove unnecessary things someone put there
14821
14822         * src/mh.c
14823         * src/folder.[ch]
14824                 make folder properties (like threading and sorting) persistent
14825                 (closes bug #497424 "rescan folder tree resets proprieties")
14826                 currently this is only for MH folders. 
14827
14828 2001-12-29 [melvin]     0.6.6claws30
14829
14830         * src/string_match.[ch]
14831                 Optimized a bit: regexp pattern buffer compiled only once, and
14832                   one subroutine call removed. Fixed ^ regexp search: Now, 
14833                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14834         
14835         * src/summaryview.c
14836                 Subject filtering changed to filter summary columns and
14837                   not directly the messages subject cache. The loss in 
14838                   performance is balanced by the improvement of string_match.
14839                 Added an alert panel if there is an error in the regexp.
14840
14841         * src/src/prefs_folder_item.h
14842                 Added a regexp pattern buffer.
14843
14844 2001-12-28 [alfons]     0.6.6claws29
14845
14846         * src/string_match.[ch]
14847                 clean up name space
14848                 allow compilation *BSD
14849
14850 2001-12-27 [alfons]     0.6.6claws28
14851
14852         * src/filter.c
14853                 sync the Hiro's bug fix for BSD
14854
14855 2001-12-27 [melvin]     0.6.6claws27
14856         
14857         * src/compose.c
14858                 Simplify focus to subject entry code.
14859
14860 2001-12-27 [darko]      0.6.6claws26
14861
14862         * src/filtering.c
14863         * src/mbox_folder.c
14864         * src/messageview.c
14865         * src/mh.c
14866         * src/procheader.[ch]
14867         * src/procmsg.h
14868         * src/stock_pixmap.[ch]
14869         * src/summaryview.c
14870                 Show key icon for encrypted mails in summary view
14871
14872         * src/pixmaps/clip.xpm
14873         * src/pixmaps/clipkey.xpm
14874         * src/pixmaps/key.xpm
14875                 New/modified icons for the above
14876
14877 2001-12-27 [melvin]     0.6.6claws25
14878
14879         * src/prefs_common.c
14880                 Put spell checker options in a separate tab to decrease
14881                 the Common Preferences window height.
14882
14883         * README.claws  
14884                 Update spell checker usage instruction about its options
14885                 location.
14886
14887 2001-12-27 [melvin]     0.6.6claws24
14888
14889         * src/compose.c
14890                 Changed subject entry widget position. Initial focus is
14891                 on the To header instead of the subject entry.
14892                 Creating a new header scrolls the header list to make the
14893                 created one visible. Nevertheless, when automatically filling
14894                 headers, the first one is shown.
14895                 A Tab key press in the last empty header entry zips the 
14896                 focus to the subject entry.
14897                 (I did not change the combo boxes, yet)
14898
14899 2001-12-26 [alfons]     0.6.6claws23
14900
14901         * src/prefs_account.c
14902         * src/inc.c
14903                 allow default inbox to reside in another mailbox (only
14904                 works for POP3 accounts)
14905
14906 2001-12-26 [alfons]     0.6.6claws22
14907         
14908         * src/textview.c
14909                 make reply-on-click work with the account of the selected folder
14910         * src/compose.c
14911                 put a fixme here to remind me to fix finding correct default
14912                 account for nested folders
14913
14914 2001-12-25 [alfons]     0.6.6claws21
14915
14916         * src/summaryview.c
14917                 make column headers display locked and mark pixmaps (idea by Melvin) 
14918                 fix bug by adding score and locked column type to sort array
14919
14920 2001-12-25 [alfons]     0.6.6claws20
14921         
14922         * src/summaryview.c
14923                 catch a *potentially* inadvertent write back of  
14924                 the message cache(s) introduced by 0.6.5claws37
14925
14926 2001-12-25 [christoph]  0.6.6claws19
14927
14928         * src/stock_pixmap.[ch]
14929         * src/summaryview.c
14930                 add ignore thread pixmap
14931                 (can someone draw a better icon for this?)
14932
14933 2001-12-24 [alfons]     0.6.6claws18
14934
14935         * src/prefs_folder_item.c
14936                 make address completion actually work for the
14937                 Default To address in the Folder Property dialog.
14938
14939 2001-12-24 [alfons]     0.6.6claws17
14940         
14941         * src/summaryview.c
14942                 use new style regexp for subject stripping 
14943                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14944
14945 2001-12-24 [darko]      0.6.6claws16
14946
14947         * src/pgptext.c
14948         * src/rfc2015.c
14949                 move GPG related informational messages to debug mode
14950
14951 2001-12-23 [alfons]     0.6.6claws15
14952
14953         * src/stock_pixmap.[ch]
14954         * src/summaryview.c
14955                 add the forgotten Claws' locked pixmap
14956
14957 2001-12-23 [alfons]     0.6.6claws14
14958
14959         * src/filesel.c
14960                 accept file name typed in entry in multi file
14961                 selector (patch submitted by Gustavo Noronha Silva 
14962                 <kov@debian.org>)
14963
14964 2001-12-23 [alfons]     0.6.6claws13
14965
14966         * src/prefs_filter.c
14967         * src/prefs_filtering.c
14968         * src/matcher.c
14969         * src/importmutt.c
14970                 clean up a little bit
14971         
14972         * src/string_match.c
14973                 validate input strings a little bit more
14974
14975 2001-12-23 [alfons]     0.6.6claws12
14976
14977         * src/Makefile.am
14978         * src/summaryview.c
14979         * src/string_match.[ch]         ** NEW **
14980         * src/folderview.[ch]
14981         * src/headerview.h
14982         * src/folder.[ch]
14983         * src/prefs_folder_item.[ch]
14984                 add subject simplification to strip out strings from
14985                 a subject line (esp. handy for mailing lists). 
14986                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14987                 but slightly changed things for better integration.)
14988
14989 2001-12-23 [alfons]     0.6.6claws11
14990
14991         * src/mainwindow.c
14992                 fix bug introduced by submission included in 0.6.5claws52.
14993                 ideally this submission should clean the trash if any trash
14994                 folder has a message. however, the hasTrash variable was
14995                 set to false whenever a trash folder was empty (discarding
14996                 a previously found *filled* trash folder.)
14997
14998                 also edited the code a little bit and made it more safe.
14999
15000 2001-12-22 [alfons]     0.6.6claws10
15001
15002         * src/imap.c
15003                 quick fix for Martin Pool's omission of an account
15004                 specific SSL setting
15005
15006 2001-12-22 [alfons]     0.6.6claws9
15007
15008         * src/compose.c
15009         * src/messageview.c
15010         * src/mimeview.c
15011         * src/pgptext.c
15012         * src/procmime.[ch]
15013                 better support for multipart/digest (submitted
15014                 by Fredrik <e98fo@efd.lth.se>)
15015
15016 2001-12-22 [alfons]     0.6.6claws8
15017
15018         * src/addressbook.c
15019                 correct function signature
15020         * src/socket.[ch]
15021         * src/imap.[ch]
15022         * src/prefs_account.[ch]
15023                 allow IMAP over SSH tunnel (patch submitted by 
15024                 Martin Pool <mbp@samba.org>)
15025
15026 2001-12-21 [alfons]     0.6.6claws7
15027
15028         * sync with sylpheed 0.6.6cvs4-9
15029                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
15030
15031 2001-12-21 [christoph]  0.6.6claws6
15032
15033         * src/compose.c
15034         * src/prefs_folder_item.[ch]
15035                 implement saving of outgoing messages to current folder.
15036                 fix segfault when no default outbox is available
15037                 (closes bug #495683)
15038
15039 2001-12-21 [carsten]    0.6.6claws5
15040         * src/folderview.c
15041         * src/summaryview.c
15042                 pressing CTRL while DND does now the expected thing and
15043                 copies the mail (moving is still the default, as this
15044                 seam more appropriate for handling mails by DND)
15045
15046 2001-12-18 [paul]       0.6.6claws4
15047
15048         * sync with sylpheed 0.6.6cvs3
15049                 see ChangeLog entries 2001-12-18
15050
15051 2001-12-18 [hiro]       0.6.6claws3
15052
15053         * src/undo.c
15054                 fix for multibyte characters (obtain the number of letters
15055                 instead of bytes).
15056
15057 2001-12-17 [paul]       0.6.6claws2
15058
15059         * sync with sylpheed 0.6.6cvs1
15060                 see ChangeLog entry 2001-12-16
15061
15062 2000-12-17 [alfons]     0.6.6claws1
15063
15064         * src/filtering.c
15065                 clean up
15066
15067 2001-12-16 [paul]       0.6.6claws
15068 2001-12-15
15069
15070         * Release version 0.6.6claws, cvs tag: rel_0_6_6
15071
15072         * src/mimeview.c
15073                 last minute sync with main 0.6.6
15074
15075         * po/es.po
15076                 updated by Ricardo Mones Lastra
15077                 update for last minute sync
15078         * po/fr.po
15079         * po/nl.po
15080                 update for last minute sync
15081         * po/de.po
15082                 updated by Jens Oberender
15083         * po/pt_BR.po
15084                 updated by Fabio Junior Beneditto
15085
15086         * src/prefs_common.[ch]
15087         * src/undo.c
15088                 number of undo levels is user configurable
15089                 (squeeze it into the release in the dying
15090                 moments) Submitted by Jens Oberender    
15091
15092 2001-12-15 [melvin]
15093
15094         * po/fr.po
15095                 updated french translation
15096
15097 2001-12-15 [paul]       0.6.5claws92
15098
15099         * sync with sylpheed 0.6.5cvs28
15100                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
15101
15102         * po/nl.po
15103                 update to allow for sync
15104
15105 2001-12-15 [alfons]
15106         
15107         * po/nl.po
15108                 update dutch translation
15109
15110 2001-12-14 [carsten]    0.6.5claws91
15111         * src/summaryview.c
15112                 fixed bug #473785; also after changing the column order
15113                 the same message will be selected and displayed as before
15114                 the reordering
15115
15116 2001-12-14 [carsten]    0.6.5claws90
15117         * src/folderview.c
15118                 probably found the bug reported by wwb opening or closing
15119                 a folder tree just before dnd (found the solution in the
15120                 balsa source -- thanks to them)
15121
15122 2001-12-14 [carsten]    0.6.5claws89
15123         * src/gtkutils.c
15124         * src/account.c
15125                 moved gtk_clist_moveto to the right place, so that
15126                 only the accounts dialog is effected on opening
15127
15128 2001-12-14 [carsten]    0.6.5claws88
15129         * src/gtkutils.c
15130                 gtkut_clist_set_focus_row does a gtk_clist_moveto
15131                 now, so that the focused row will be seen in any case
15132                 (reported by wwp on sf-claws-user)
15133
15134 2001-12-14 [darko]      0.6.5claws87
15135
15136         * src/compose.c
15137                 remove unnecessary line
15138
15139 2001-12-14 [paul]       0.6.5claws86
15140
15141         * sync with sylpheed 0.6.5cvs27
15142                 see ChangeLog entries 2001-12-14
15143
15144 2001-12-14 [carsten]    0.6.5claws85
15145         * src/mainwindow.c
15146                 following a suggestion of Melvin the rcoabm pops up
15147                 right under the button now and the button is reliefed
15148                 while the popup is open
15149
15150 2001-12-14 [darko]      0.6.5claws84
15151
15152         * src/compose.c
15153                 fix crash when wrapping long lines if linewrap quotation
15154                 is disabled and wrapper encounters a word spanning more
15155                 than one line
15156
15157 2001-12-13 [paul]       0.6.5claws83
15158
15159         * src/compose.c
15160                 prefer 'Reply-To' header over mailing list header when
15161                 replying to a message. Finally prevent all those confirmation 
15162                 messages being sent to the list itself.
15163
15164         * src/summaryview.c
15165                 remove unused summary_set_menu_sensitive() entry
15166
15167 2001-12-13 [paul]       0.6.5claws82
15168
15169         * src/folderview.c
15170         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15171         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15172         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15173                 improvements to 'Hide read messages': Inbox, Outbox,
15174                 Trash, Queue, and Draft icons now reveal presence of hidden 
15175                 messages
15176
15177 2001-12-12 [alfons]     0.6.5claws81
15178
15179         0.6.5claws80 was tagged as LAST_STABLE
15180
15181         * src/filtering.[ch]
15182         * src/matcher.[ch]
15183         * src/matcher_parser_lex.c
15184                 fix the filtering; my last attempt to get it right, 
15185                 if it does not work, it's Hoa's turn. ;-)
15186
15187                 for my honourable peers:
15188                 
15189                 the code now makes a clear distinction between
15190                 rules as they are displayed (probably escaped),
15191                 and as they are executed (probably unescaped). the
15192                 parser does *NOT* do any unescaping, this is
15193                 the task of the matcher.c (which breaks up a
15194                 rule into condition) and the filtering.c (which
15195                 breaks up the rule's action). to make this
15196                 run happily we provide an unescaped copy of
15197                 crucial strings to the MatcherProp and 
15198                 FilteringAction structures. note that the only
15199                 exception to this is any REGEXP string. those
15200                 are directly passed to regcomp() and regexp()
15201                 (who have much more powerful unescape functions).
15202                 
15203                 for everyone else:
15204         
15205                 you can escape tab (\t), carriage return (\r),
15206                 linefeed (\n), form feed (\f), quote (\"), 
15207                 single quote (\'), bell (\b) in all the entry
15208                 lines in the scoring & filtering dialogs.
15209                 as an added bonus this should not affect
15210                 existing filtering rules.
15211
15212 2001-12-12 [carsten]    0.6.5claws80
15213
15214         * src/summaryview.c
15215         * po/de.po
15216                 "item(s) selected" is now sensitive to 1 or more
15217                 than one selected (nice for language where simple
15218                 adding of a "s" is not possible as German (Eintrag
15219                 ->Eintr"age)
15220                 
15221                 the "forward as attachment" entry from the right
15222                 click menu removed, "forward" acts following the
15223                 prefs
15224         
15225         * src/textview.c
15226                 reverted my former changes; so compiler warning again
15227                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15228                 nevertheless
15229
15230         * src/messageview.c
15231                 "search in message" does now *not* only work in MVIEW_TEXT
15232                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15233                 message
15234
15235         * src/mainwindow.c
15236                 removed "/File/_Close" as it was the same as "/File/E_xit"
15237                 and we don't need it two times
15238
15239                 the separate folder view and message view now get a distinct
15240                 WMCLASS, just in case someone is using sawfish ;-)
15241
15242                 as the menu entries "/View/Message view" and "/View/Folder tree"
15243                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15244                 make them sensitive accordingly and as these two are "shown"
15245                 after startup anytime check this menuitem at startup
15246
15247 2001-12-12 [paul]       0.6.5claws79
15248
15249         * src/folderview.c
15250                 fix sensitivity of 'Search folder...', broken in
15251                 0.6.5claws75
15252
15253         * src/mainwindow.c
15254                 fix dodgy English
15255
15256 2001-12-11 [carsten]    0.6.5claws78
15257         * src/filtering.c
15258                 fixed two typos returning a wrong FALSE/TRUE
15259         * src/mainwindow.[ch]
15260                 extra menu for email/news button removed
15261
15262 2001-12-11 [alfons]     0.6.5claws77
15263         
15264         * src/matcher.c                 (1.3)
15265         * src/matcher_parser_lex.l      (1.28)
15266                 revert for another attempt
15267                 mark 0.6.5claws77 as LAST_STABLE
15268
15269 2001-12-11 [christoph]  0.6.5claws76
15270
15271         * po/de.po
15272                 fixed wrong translation for prev. unread msg
15273
15274 2001-12-11 [paul]       0.6.5claws75
15275
15276         * src/folder.[ch]
15277         * src/folderview.c
15278         * src/mainwindow.c
15279         * src/summaryview.[ch]
15280         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15281                 enable ability to hide read messages on per folder basis via 
15282                 '/Summary/Hide read messages'; when selected, a folder will 
15283                 have a red open folder icon, instead of a blue icon, if the 
15284                 folder contains hidden messges
15285                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15286
15287         * src/mainwindow.c
15288                 remove '/Message/Forward as attachment' from 
15289                 main_window_set_menu_sensitive() to prevent debug warning
15290
15291         * src/folderview.c
15292         * src/mainwindow.c
15293                 Clean up some of the English
15294
15295         * tools/newscache_clean.pl
15296                 allow for new 'hidereadmsgs' entry in folderlist.xml
15297
15298         * po/es.po
15299                 updated translation, submitted by Ricardo Mones Lastra
15300
15301 2001-12-11 [paul]       0.6.5claws74
15302
15303         * sync with sylpheed 0.6.5cvs25
15304                 see ChangeLog entry 2001-12-11
15305
15306 2001-12-10 [alfons]     0.6.5claws73
15307
15308         * src/matcher.c
15309                 add more control characters
15310         * src/matcher_parser_lex.l
15311                 make escaping / unescaping work again
15312
15313 2001-12-10 [alfons]     0.6.5claws72
15314
15315         * src/imap.c
15316                 clean up warnings "returning value for void function" 
15317         * src/prefs_filtering.c
15318                 make info button for execute action sensitive
15319
15320 2001-12-10 [paul]       0.6.5claws71
15321
15322         * src/compose.c
15323         * src/imap.[ch]
15324         * src/summaryview.c
15325                 fix: imap server now gets informed of MARKED, UNMARKED
15326                 and REPLY events. Now people can use different IMAP-Mail
15327                 clients and have the exact same information about MARKED,
15328                 UNMARKED and REPLY status with all of them. Especially
15329                 useful for imap servers with a web-frontend.
15330                 submitted by Tobias Sandhaas <medlor@web.de>
15331
15332 2001-12-09 [melvin]     0.6.5claws70
15333         
15334         * src/textview.[ch]
15335                 fixed bug #490076 (hunted down by Alfons who implemented
15336                 a workaround in 0.6.5claws65)
15337
15338 2001-12-09 [christoph]  0.6.5claws69
15339
15340         * src/summaryview.c
15341                 set pointer to string in LOCKED column to NULL
15342                 (might fix bug #490800)
15343
15344 2001-12-09 [carsten]    0.6.5claws68
15345
15346         * po/de.po
15347                 resolved some cluttered menu shortcuts 
15348                 ('creating new email' and 'creating news message'
15349                 hade the same)
15350         * src/compose.c
15351                 wmclass now distinc from main window
15352         * src/mainwindow.c
15353           src/mainwindow.h
15354                 email/news and forward button functionality similar
15355                 to the reply buttons; removed the ugly dropdown arrows
15356                 and use instead the right mouse button
15357
15358 2001-12-09 [paul]       0.6.5claws67
15359
15360         * src/imap.c
15361         * src/utils.h
15362                 allow spaces in imap folder names
15363                 submitted by Willem van Engen <wvengen@stack.nl>
15364
15365 2001-12-09 [paul]       0.6.5claws66
15366
15367         * sync with sylpheed 0.6.5cvs24
15368                 see ChangeLog entry 2001-12-09
15369
15370 2001-12-08 [alfons]     0.6.5claws65
15371
15372         * src/textview.c
15373                 prevent secondary selection claim after "add to sender" dialog
15374                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15375                 we trick GTK by simulating a click at (0, 0) in the textview.
15376
15377 2001-12-08 [hoa]        0.6.5claws64
15378
15379         * src/folder.c
15380                 fixed a bug about the .processing folder name while filtering
15381
15382 2001-12-08 [alfons]     0.6.5claws63
15383
15384         * src/folderview.c 
15385                 work around problem of not correctly updating folder stats
15386                 when deleting messages. there's some folder scanning evil
15387                 going so the folderview_update_msg_num() does not work
15388                 correctly. need to investigate this.
15389
15390 2001-12-08 [paul]       0.6.5claws62
15391
15392         * sync with sylpheed 0.6.5cvs23
15393                 see ChangeLog entry 2001-12-08
15394
15395 2001-12-07 [christoph]  0.6.5claws61
15396
15397         * src/compose.c
15398                 fix another header translation problem
15399
15400 2001-12-07 [alfons]     0.6.5claws60
15401
15402         * src/mbox.c
15403                 make filtering also work on local spool mbox
15404
15405 2001-12-07 [carsten]    0.6.5claws59
15406         * src/addressbook.c
15407                 addressbook window gets a wmclass distinct from the main
15408                 sylpheed window
15409         * src/compose.h
15410         * src/mainwindow.[ch]
15411                   forward menu item will use mode selected in prefs, forward 
15412                 as attatchment in menu removed (will be substituted in the
15413                 toolbar similar to reply buttons)
15414                   create news message menu entry and news button is now 
15415                 sensitive to the existance of a news account
15416         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15417         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15418         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15419                 these are removed because the toolbar buttons don't show
15420                 the quoting modus any longer
15421
15422 2001-12-07 [paul]
15423
15424         * tools/newscache_clean.pl      ** NEW FILE **
15425                 perl script to do some tidying up in the newscache directory 
15426                 
15427         * tools/sylpheed-switcher       ** NEW FILE **
15428                 perl script to enable easy switching between main and claws
15429                 
15430         * tools/README
15431                 added descriptions of the two new perl scripts          
15432
15433
15434 2001-12-07 [melvin]     0.6.5claws58
15435
15436         * src/messageview.c
15437                 fixed a warning during compilation introduced in 0.6.5claws56
15438
15439 2001-12-07 [paul]       0.6.5claws57
15440
15441         * src/mainwindow.[ch]
15442         * src/menu.[ch]
15443                 further usability enhancements to replying with or without 
15444                 quoting via the toolbar, use of Ctrl key is replaced by 
15445                 drop down menu 
15446                 Submitted by Carsten Schurig            
15447
15448 2001-12-07 [melvin]     0.6.5claws56
15449
15450         * src/messageview.c
15451                 hack to fix bug that prevented to make/paste selections
15452                 after switching between MVIEW_TEXT and MVIEW_MIME views
15453                 without deselecting the selection first.
15454
15455 2001-12-06 [alfons]     0.6.5claws55
15456
15457         * src/filtering.[ch]
15458         * src/inc.c
15459                 revise filtering a little bit more, and make sure
15460                 messages are delivered to the appropriate inbox
15461                 (perhaps set per account)
15462
15463 2001-12-06 [paul]       0.6.5claws54
15464
15465         * sync with sylpheed 0.6.5cvs22
15466                 see ChangeLog entry 2001-12-06
15467
15468 2001-12-05 [alfons]     0.6.5claws53
15469
15470         * src/inc.c
15471         * src/folder.[ch]
15472         * src/procmsg.c
15473         * src/filtering.c
15474                 more revisions of filtering system
15475                 (last stable version is marked as LAST_STABLE)
15476                 
15477                 | NOTE 1): the filtering system now uses a local folder called
15478                 | .processing. if filtering fails, check this directory
15479                 | for missing messages.
15480                 |
15481                 | NOTE 2): help us find the filtering actions still missing
15482
15483 2001-12-05 [paul]       0.6.5claws52
15484
15485         * src/mainwindow.c
15486                 fix bug where 'Empty Trash?' pop-up window appears even
15487                 when Trash is empty, submitted by Jesse Skinner         
15488
15489 2001-12-05 [melvin]     0.6.5claws51
15490
15491         * src/compose.c
15492                 fixed bug #486106 to select correct account when reediting 
15493                 a queued message
15494         
15495 2001-12-04 [alfons]     0.6.5claws50
15496
15497         * src/mh.c
15498                 declare markfile in appropriate functions when
15499                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15500                 for spotting this)
15501
15502 2001-12-04 [paul]       0.6.5claws49
15503
15504         * sync with sylpheed 0.6.5cvs21
15505                 see ChangeLog entry 2001-12-04
15506
15507 2001-12-03 [christoph]  0.6.5claws48
15508
15509         * po/de.po
15510                 changed translation of undo
15511         * src/account.c
15512         * src/folder.c
15513                 don't reinvent the wheel to traverse a GNode
15514         * src/compose.[ch]
15515                 seperate code to create the compose gui into functions
15516                 add "Others" page with folder selection for saving copy
15517                 of the message.
15518                 the folder identifier is saved to queue header
15519         * src/procmsg.c
15520                 save message to folder in queue header
15521
15522 2001-12-03 [paul]       0.6.5claws47
15523
15524         * sync with sylpheed 0.6.5cvs20
15525                 see ChangeLog entry 2001-12-03
15526
15527 2001-12-01 [paul]
15528
15529         * more sync with sylpheed 0.6.5cvs19
15530                 see ChangeLog entry 2001-11-29
15531
15532 2001-11-30 [paul]       0.6.5claws46
15533         
15534         * src/compose.c
15535                 remove conflicts introduced by Hoa's last commit
15536          
15537         * src/mainwindow.c
15538                 make 'Message/Bounce' sensitive
15539
15540 2001-11-30 [hoa]        0.6.5claws45
15541
15542         * src/compose.c
15543                 slightly change bounce function to add
15544                 information about the user that bounced the mail
15545                 in the From header line.
15546
15547         * src/folderview.c
15548                 permit the use of processing in outbox folder.
15549
15550 2001-11-29 [paul]       0.6.5claws44
15551
15552         * src/mainwindow.[ch]
15553         * src/prefs_common.c
15554         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15555         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15556         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15557                 usability enhancements to the quoting, implements
15558                 use of Ctrl key to toggle quoting settings
15559                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15560
15561 2001-11-29 [paul]       0.6.5claws43
15562         
15563         * sync with sylpheed 0.6.5cvs19
15564                 see ChangeLog entry 2001-11-28
15565
15566 2001-11-29 [melvin]     0.6.5claws42
15567         * src/Makefile.am
15568                 added enriched.[ch] to the list of files
15569
15570         * src/textview.c
15571         * src/mimeview.c
15572         * src/procmime.[ch]
15573         * src/enriched.[ch]
15574                 added support to view text/enriched
15575                 added support to show headers in message view for text/enriched and text/html
15576                         in non multipart messages
15577
15578 2001-11-28 [paul]       0.6.5claws41
15579
15580         * more sync with sylpheed 0.6.5cvs18
15581                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15582
15583 2001-11-27 [paul]       0.6.5claws40
15584         
15585         * po/pt_BR.po
15586                 updated translation, submitted by Fabio Junior Beneditto
15587                 
15588         * sync with sylpheed 0.6.5cvs18
15589                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15590                 2001-11-27
15591
15592
15593 2001-11-26 [paul]
15594
15595         * po/es.po
15596                 updated translation, submitted by Ricardo Mones Lastra
15597
15598 2001-11-26 [alfons]
15599
15600         * src/matcher.c
15601                 add more translatable strings
15602
15603 2001-11-26 [christoph]  0.6.5claws39
15604
15605         * po/de.po      
15606                 fixed one more umlaut
15607         * src/compose.c
15608                 fix translated header when it should not be translated
15609
15610 2001-11-26 [paul]       0.6.5claws38
15611
15612         * src/mainwindow.c
15613                 remove '/Message/Add Sender to address book' from 
15614                 main_window_set_menu_sensitive(), prevent debug warning
15615                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15616
15617 2001-11-26 [paul]       0.6.5claws37
15618
15619         * src/summaryview.c
15620                 fix 'recurring unread state' bug 
15621
15622         * tools/README 
15623         * tools/filter_conv.pl
15624                 read name of top level mailbox from folderlist.xml
15625                 and presume nothing about its name              
15626
15627 2001-11-26 [darko]      0.6.5claws36
15628
15629         * src/gtkstext.[ch]
15630                 removed functions that are now in gtkutils.c
15631                 use gtkut_text_is_uri_string() from gtkutils.c
15632         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15633
15634 2001-11-26 [paul]       0.6.5claws35
15635
15636         * sync with sylpheed 0.6.5cvs16
15637                 see ChangeLog entries 2001-11-25 and 2001-11-26
15638
15639 2001-11-25 [alfons]     0.6.5claws34
15640
15641         EXPERIMENTAL!!! Please checkout the last stable version using: 
15642           
15643         % cvs update -r LAST_STABLE -dRAP
15644
15645         (Or help us testing this stuff.)
15646
15647         * src/filtering.c               (1.14)
15648         * src/filtering.h               (1.6)
15649         * src/inc.c                     (1.28)
15650         * src/matcher.c                 (1.20)
15651         * src/mbox.c                    (1.9)
15652         * src/procmsg.h                 (1.14)
15653         * src/summaryview.c             (1.59)
15654         * src/summaryview.h             (dunno)
15655                 revert/merge/sync to as it was before commit 
15656                 on Thu, 19 Jul 2001 10:15:51 -0700.
15657
15658 2001-11-25 [hoa]        0.6.5claws33
15659
15660         * src/main.c
15661                 processing mails at startup
15662
15663         * src/folderview.c
15664         * src/summaryview.[ch]
15665                 processing mails when entering folder
15666
15667         * src/prefs_filtering.c
15668                 fixed some UI bugs
15669
15670 2001-11-24 [alfons]     0.6.5claws32
15671
15672         * src/summaryview.[ch]
15673                 make summary sort headers work, and also make
15674                 sure the sort type is stored
15675
15676 2001-11-23 [alfons]     0.6.5claws31
15677
15678         * src/summaryview.[ch]
15679                 make lock work like mark
15680                 disallow deleting messages marked as locked
15681
15682 2001-11-23 [alfons]     0.6.5claws30
15683
15684         * src/gtkstext.c
15685         * src/compose.[ch]
15686         * src/Makefile.am
15687         * src/undo.[ch]
15688                 merge undo patch submitted by Jens
15689
15690 2001-11-23 [christoph]  0.6.5claws29
15691
15692         * src/.cvsignore
15693                 added ylwrap
15694         * src/compose.c
15695                 fixed gpg signing and encoding
15696         * src/folder.[ch]
15697         * src/main.c
15698                 added --status option to get new, unread and total
15699                 message count from a running sylpheed
15700         * src/prefs_common.c
15701                 temporary fix for reply_with_quote problem
15702                 (don't call functions for non existing widget)
15703         * src/procmsg.c
15704                 one more check for ignored threads but still not
15705                 always working correctly. probably a recursive
15706                 check for all parents is needed
15707
15708 2001-11-23 [darko]      0.6.5claws28
15709
15710         * src/compose.c
15711                 wrapping on send improvements
15712         * src/gtkutils.[ch]
15713                 fix for GtkSText after last sync with main branch
15714                 GTK_TEXT -> GTK_STEXT
15715
15716 2001-11-23 [paul]       0.6.5claws27
15717
15718         * sync with sylpheed 0.6.5cvs14
15719                 see ChangeLog entries 2001-11-22 and 2001-11-23
15720                 
15721         * po/de.po
15722                 fixed the scrambled umlauts 
15723                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15724
15725 2001-11-21 [paul]       0.6.5claws26
15726
15727         * sync with sylpheed 0.6.5cvs12
15728                 see 2nd ChangeLog entry dated 2001-11-20
15729
15730 2001-11-20 [paul]       0.6.5claws25
15731
15732         * sync with sylpheed 0.6.5cvs11
15733                 see ChangeLog entry 2001-11-19 (src/utils.c)
15734
15735 2001-11-20 [hiro]
15736
15737         * src/compose.c
15738                 GTK_TEXT -> GTK_STEXT
15739                 fix for wrong comment
15740
15741 2001-11-20 [hiro]       0.6.5claws24
15742
15743         * src/compose.[ch]
15744                 more merges from main branch
15745                 removed fatal warnings (uninitialized variables etc.)
15746                 some coding style fix
15747         * src/gtkutils.h
15748                 fixed typo.
15749         * src/addressbook.c
15750           src/addrindex.c
15751                 V-Card -> vCard
15752
15753 2001-11-19 [hoa]        0.6.5claws23
15754
15755         * src/filtering.c
15756         * src/prefs_scoring.c
15757         * src/matcher.[ch]
15758         * src/scoring.c
15759                 cleaning code
15760
15761         * src/matcher_parser_parse.y
15762         * src/prefs_filtering.c
15763                 bouncing
15764
15765 2001-11-19 [alfons]     0.6.5claws22
15766
15767         more of my old things into claws
15768
15769         * src/Makefile.am
15770         * src/prefs_common.c
15771         * src/procmsg.h
15772         * src/summaryview.[ch]
15773         * src/prefs_summary_column.c
15774         * src/pixmaps/locked.xpm
15775                 add indicators for locking of message in summary view
15776                 (does not work yet, only visual indicator)
15777
15778 2001-11-19 [paul]       0.6.5claws21
15779
15780         * sync with sylpheed 0.6.5cvs10
15781                 see ChangeLog entry 2001-11-19
15782
15783 2001-11-18 [alfons]     0.6.5claws20
15784         
15785         * src/filtering.c
15786                 remove an inadvertent free I forgot in previous clean up 
15787
15788 2001-11-18 [alfons]     0.6.5claws19
15789
15790         * src/filtering.[ch]
15791                 clean up & plug leaks
15792
15793 2001-11-18 [paul]       0.6.5claws18
15794
15795         * sync with sylpheed 0.6.5cvs9
15796                 see ChangeLog entries 2001-11-17 and 2001-11-18
15797
15798 2001-11-16 [paul]       0.6.5claws17
15799
15800         * sync with sylpheed 0.6.5cvs8
15801                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15802
15803 2001-11-16 [paul]       0.6.5claws16
15804
15805         * sync with sylpheed 0.6.5cvs7
15806                 see ChangeLog entries 2001-11-15 and 2001-11-16
15807
15808 2001-11-15 [hoa]        0.6.5claws15
15809
15810         * src/compose.c
15811                 fix bounce, mails we received couln't be bounced to ourself.
15812
15813         * src/defs.h
15814         * src/filtering.[ch]
15815         * src/matcher.[ch]
15816         * src/matcher_parser.h
15817         * src/matcher_parser_lex.l
15818         * src/matcher_parser_parse.y
15819         * src/inc.c
15820         * src/main.c
15821         * src/mbox.c
15822         * src/prefs_filtering.[ch]
15823         * src/mainwindow.c
15824         * src/prefs_matcher.c
15825         * src/prefs_scoring.c
15826         * src/scoring.[ch]
15827         * src/summaryview.c
15828                 new matcher/filter/score configuration file parser
15829                 one unique configuration file => ~/.sylpheed/matcherrc
15830                 import in currently automatic, then save are made
15831                 in this new file.
15832                 one filter per folder and one global filter
15833                 (filter of a folder will be used as folder processing)
15834
15835         * src/folder.c
15836                 fix a bug in folder_item_get_identifier
15837                 
15838         * src/messageview.c
15839                 receive receipt return are fixed.
15840
15841 2001-11-14 [alfons]     0.6.5claws14
15842
15843         * src/session.h
15844                 add things from main branch to make claws compile
15845
15846 2001-11-14 [paul]       0.6.5claws13
15847
15848         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15849                 see ChangeLog entries 2001-11-08 to 2001-11-14
15850
15851 2001-11-14 [hoa] 0.6.5claws12
15852
15853         * src/compose.[ch]
15854         * src/mainwindow.c
15855         * src/summaryview.c
15856                 add "bounce mail" option
15857
15858 2001-11-13 [christoph]  0.6.5claws11
15859
15860         * src/compose.c
15861                 Cleanup a mess i add before commiting
15862
15863 2001-11-13 [hoa]        0.6.5claws10
15864
15865         * src/compose.c
15866                 some fixes when mail are sent or
15867                 for crossposts
15868
15869 2001-11-13 [christoph]  0.6.5claws9
15870
15871         * po/de.po
15872                 Changed two string with the same translation
15873         * src/compose.c
15874         * src/procmsg.[ch]
15875         * src/send.[ch]
15876                 New mailsending process:
15877                   - Always queue message before sending
15878                     (message will be saved if sylpheed crashed or
15879                      freezes while sending)
15880                   - Allow queuing of newspostings
15881                   - No copy in outbox before sending
15882                     (closes bug #469501)
15883                   - No more redundant code for send and send_later
15884         * src/summaryview.c
15885                 Applied wwp <subscript@free.fr>'s patch that fixes
15886                 marks for multiple forwarded messages (+compose.c)
15887
15888 2001-11-12 [alfons]
15889
15890         * README.claws
15891                 remove things that are now in main branch
15892         
15893         * po/nl.po
15894                 update Dutch translation
15895
15896 2001-11-12 [mhadasht]   0.6.5.claws8
15897
15898         * src/prefs_common.c
15899                 re-enabled account autoselection feature for forward
15900                 and reedit lost during the branch point for SYNC-B4-REL
15901         * src/gtkspell.c
15902                 gtkpspell_get_dict(): more readable code (even if function is
15903                 not used yet)
15904         * ChangeLog.claws
15905                 added version number info to 2001-11-12 [hiro] comment.
15906
15907 2001-11-12 [hiro]       0.6.5.claws7
15908
15909         * src/compose.c
15910                 compose_forward(): fixed a bug that forward quote mark
15911                 wasn't used.
15912                 removed unnecessary code.
15913         * src/template_select.[ch]: removed.
15914
15915 2001-11-11 [alfons]
15916
15917         * src/compose.c
15918                 :%s/GTK_TEXT/GTK_STEXT/g
15919         
15920         * src/compose.[ch]
15921         * src/undo.[ch]
15922         * src/Makefile.am
15923                 revert the undo stuff (this is 0.6.6claws stuff)
15924
15925 2001-11-11 [hoa]        0.6.5.claws6
15926
15927         * src/compose.[ch]
15928                 Insert signature at the end of the text.
15929                 Added undo patch but currently disabled
15930
15931         * src/procmsg.c
15932                 Threading by subject improved.
15933
15934         * added src/undo.[ch]
15935                 Undo module for compose dialog box.
15936
15937 2001-11-11 [alfons]     0.6.5.claws5
15938
15939         * src/procmsg.c
15940                 prevent threading by subject on nodes that have already been
15941                 threaded by in-reply-to (as in "circular references in a tree
15942                 result in a dead branch")
15943
15944 2001-11-09 [hoa]        0.6.5.claws4
15945         
15946         * src/folderview.c
15947                 allows creation of mbox folder item from any files.
15948
15949 2001-11-09 [alfons]     0.6.5.claws3
15950         
15951         * src/utils.c
15952         * src/procmsg.c
15953                 do what I mean and correct threading by subject so it really
15954                 ignores attracting lines without "Re: "
15955
15956 2001-11-07 [alfons]     0.6.5.claws2
15957
15958         * src/procmsg.c
15959         * src/utils.[ch]
15960                 only attract by subject if a subject line starts with a "Re: "
15961         * src/syldap.c
15962                 remove warning
15963
15964 2001-11-07 [paul]       0.6.5claws1
15965
15966         * sync with sylpheed 0.6.5. release
15967                 see ChangeLog entry 2001-11-07
15968
15969 2001-11-07 [paul]       0.6.4claws31
15970
15971         * sync with sylpheed 0.6.4cvs18
15972                 see ChangeLog entries 2001-10-30 to 2001-11-07
15973                 prefs_templates.[ch] renamed prefs_template.[ch]
15974
15975 2001-11-06 [alfons]
15976         
15977         * src/utils.h
15978                 add semicolon Hoa forgot ;-)
15979                 
15980
15981 2001-11-06 [hoa]        0.6.4claws30
15982         
15983         * src/procmsg.c
15984         * src/summaryview.c
15985         * src/utils.c
15986         * src/utils.h
15987                 threading by subject - empty subject are ignored
15988
15989 2001-11-06 [christoph]  0.6.4claws29
15990
15991         * src/socket.c
15992                 use SSL_peek for sock_gets
15993         * src/utils.c
15994                 removed unneeded pointer in extracting quoted
15995                 names implementation
15996
15997 2001-11-06 [melvin]     0.6.4claws28
15998
15999         * src/gtkspell.c
16000                 fixed bug #476792 Selection overtyping with spell checker
16001                 fixed bug which could cause a buffer overflow
16002                 fixed a memory leak
16003
16004 2001-11-06 [hoa]        0.6.4claws27
16005         
16006         * src/procmsg.c
16007         * src/summaryview.c
16008                 threading by subject
16009
16010 2001-11-05 [alfons]     0.6.4claws26
16011         
16012         * README.claws
16013                 Claws -> Sylpheed (vice versa)
16014
16015         * src/compose.c
16016                 :%s/gtk_text/gtk_stext/g
16017                 :%s/GTK_TEXT/GTK_STEXT/g
16018                 (thanks to Jonathan Ware for spotting this)
16019
16020 2001-11-04 [christoph]  0.6.4claws25
16021
16022         * src/summaryview.c
16023                 replace Xalloca + strdup with Xstrdup_a
16024         * src/utils.c
16025                 better implementation of extracting quoted names
16026                 from addresses (remove backlashes and ignore
16027                 quotes after them)
16028
16029 2001-11-04 [alfons]     0.6.4claws24
16030
16031         * src/utils.[ch]
16032                 edit to comply more with coding style
16033
16034         * src/textview.c
16035                 fix bug reported by Kim Schulz. introduced by the patch integrated
16036                 in 0.6.4claws15. the code did not check the return value of
16037                 the html parser.
16038
16039         * AUTHORS
16040                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
16041
16042 2001-11-04 [christoph]  0.6.4claws23
16043
16044         * src/main.c
16045         * src/prefs_common.[ch]
16046                 init some pointers that possibly caused a segfault
16047                 reported in the claws-users ML
16048
16049 2001-11-04 [hoa]        0.6.4claws22
16050
16051         * src/grouplistdialog.c
16052                 change the names of the nodes in the tree
16053
16054         * src/compose.c
16055                 enhanced mailto syntax as described in
16056                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
16057                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
16058
16059         * src/utils.c
16060                 encode and decode URI (useful when opening URL into
16061                 netscape).
16062
16063 2001-11-03 [hoa]        0.6.4claws21
16064
16065         * src/grouplistdialog.c
16066                 a new newsgroups list selection dialog box
16067                 with a CTree instead of a CList
16068
16069 2001-11-03 [hoa]        0.6.4claws20
16070
16071         * src/folderview.c
16072                 enable property and scoring options when right
16073                 click on "inbox"
16074
16075         * src/summaryview.c
16076                 fixed bug when nickname were displayed using
16077                 the address book.
16078
16079 2001-11-02 [darko]      0.6.4claws19
16080
16081         * src/compose.c
16082                 new wrap quotation and URL/long words wrapping implementation
16083         * src/compose.c src/gtkstext.[ch]
16084                 move gtkstext_strncmp() to gtkstext.c
16085
16086 2001-11-01 [christoph]  0.6.4claws18
16087
16088         * src/prefs_account.c
16089                 fixed mess in account settings dialog
16090         * src/prefs_folder_item.c
16091                 added label with folder path to dialog
16092
16093 2001-10-31 [match]      0.6.4claws17
16094
16095         * src/vcard.c
16096                 fix memory leak.
16097         * src/addrbook.c
16098                 fix generation of spurious address book file names.
16099                 remove redundant functions.
16100         * po/POTFILES.in
16101                 added missing file names.
16102
16103 2001-10-30 [paul]       0.6.4claws16
16104
16105         * sync with sylpheed 0.6.4cvs6
16106                 see ChangeLog entries 2001-10-26 to 2001-10-30
16107
16108         * tools/filter_conv.pl
16109                 read folderlist.xml to discover whether the top-level
16110                 folder is called 'Mailbox' or 'Mail' 
16111
16112 2001-10-29 [paul]       0.6.4claws15
16113
16114         * src/html.c, src/textview.c
16115                 activate links in html mail and fix clickable parts
16116                 Submitted by Matthieu Dazy <dazy@t-surf.com>
16117
16118 2001-10-29 [paul]
16119
16120         * po/de.po, po/es.po, po/pt_BR/po
16121                 updated translations, submitted by Jens Oberender,
16122                 Ricardo Mones Lastra, and Fabio Junior Beneditto
16123
16124 2001-10-29 [darko]      0.6.4claws14
16125
16126         * src/compose.c
16127                 fix wrapping for good
16128
16129 2001-10-29 [darko]
16130
16131         * src/compose.c
16132                 undo previous change as it broke the smart wrapping
16133
16134 2001-10-29 [darko]      0.6.4claws13
16135
16136         * src/compose.c
16137                 fix infinite loop when long URL is quoted
16138                 (closes bug #475122.
16139
16140 2001-10-28 [match]
16141
16142         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16143                 import Mutt address book
16144         * src/ldif.[ch] src/importldif.h
16145                 modified import LDIF handle user attributes
16146
16147 2001-10-28 [christoph]  0.6.4claws12
16148
16149         * src/summaryview.c
16150                 fixed that filtering did not work if there
16151                 were no filter rules
16152                 (closes bug #472003 and better implementation
16153                  of patch #474644)
16154
16155 2001-10-27 [christoph]  0.6.4claws11
16156
16157         * src/compose.c
16158                 make the folder's default account to be used when
16159                 replying. (patch by wwp <subscript@free.fr>)
16160         * src/compose.c
16161                 code cleanup, nearly killed all of wwp's patch
16162                 for folder's default account in compose
16163         * src/folderview.c
16164                 error panel when a folder could not be created
16165                 (closes bug #471080 new folder name & already
16166                  existing file)
16167
16168 2001-10-26 [alfons]
16169
16170         * src/utils.h
16171                 change prototype of strstr2() that Christoph forgot about
16172
16173 2001-10-26 [christoph]  0.6.4claws10
16174
16175         * src/account.c
16176                 made search for accounts by email address not case
16177                 sensitive
16178         * src/folder.c
16179                 fixed memory leak in folder_item_get_identifier
16180         * src/gtkspell.c
16181         * src/utils.c
16182                 fixed wrong strstr2 (should work like strstr)
16183
16184 2001-10-26 [darko]      0.6.4claws9
16185
16186         * src/compose.c src/gtkstext.[ch]
16187         * src/gtkstext.c
16188                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16189
16190 2001-10-26 [paul]       0.6.4claws8
16191
16192         * src/html.c
16193                 ignore css and javascript tags in html mail
16194                 case-insensitive, with or without double-quoted
16195                 strings
16196
16197 2001-10-26 [paul]       0.6.4claws7
16198
16199         * sync with sylpheed 0.6.4cvs1
16200                 see ChangeLog entry 2001-10-26
16201
16202         * src/prefs_account.c, src/prefs_common.c,
16203           src/prefs_summary_column.c
16204                 minor improvements to the English
16205
16206 2001-10-25 [alfons]     0.6.4claws6
16207
16208         * src/gtkstext.c
16209         
16210                 make GtkSText follow style of GtkText (closes bug 
16211                 #469211 "text selection while writing message")
16212                 
16213                 do sync with GTK 1.2.10
16214
16215 2001-10-25 [paul]       0.6.4claws5
16216
16217         * src/html.c
16218                 ignore css tags in html mail
16219
16220 2001-10-25 [darko]      0.6.4claws4
16221
16222         * src/compose.c
16223                 don't declare is_url_string as static function since
16224                 we need it in gtkstext.c
16225         * src/gtkstext.c
16226                 remove unused variable
16227                 don't wrap long URLs while composing a message
16228
16229 2001-10-24 [christoph]  0.6.4claws3
16230
16231         * src/socket.c
16232                 fix ssl deadlock, when peer closes connection
16233
16234 2001-10-24 [paul]       0.6.4claws2
16235
16236         * src/prefs_common.c
16237                 gettextize the gpg ascii-armored warning message
16238
16239         * src/compose.c
16240                 insert a DOS/MAC file into the composed message
16241                 (improvements)
16242
16243         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16244
16245 2001-10-22 [paul]       0.6.4claws1
16246
16247         * sync with sylpheed 0.6.4 release
16248                 see ChangeLog entries 2001-10-21
16249
16250         * po/fr.po, po/pt_BR.po
16251                 updated by Melvin Hadasht and Fabio Junior Beneditto
16252
16253 2001-10-21 [paul]       0.6.3claws30
16254
16255         * src/compose.c
16256                 insert a DOS text file from the compose window
16257                 into the composed message text (removes CRs characters)
16258                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16259
16260         * tools/filter_conv.pl, tools/README
16261                 automatically use ~/.sylpheed as working directory
16262                 print out confirmation message on completion
16263
16264         * correct Hoa's last ChangeLog.claws entry
16265
16266 2001-10-20 [hoa]        0.6.3claws29
16267
16268         * src/grouplistdialog.c
16269                 bugfix (another ?) to give the right
16270                 newsgroups list for each news server.
16271
16272         * src/news.c
16273         * src/news.h
16274                 improve the newsgroups list cache
16275
16276 2001-10-20 [paul]       0.6.3claws28
16277
16278         * sync with sylpheed 0.6.3cvs9
16279                 see ChangeLog entry 2001-10-19
16280
16281         * correct Alfons' last ChangeLog.claws entry
16282
16283 2001-10-19 [alfons]
16284
16285         * src/pgptext.[ch]
16286                 fix compilation problems (part of bug #472895)
16287
16288 2001-10-18 [hoa]        0.6.3claws27
16289
16290         * src/grouplistdialog.c
16291                 bugfix when we refresh was clicked (bug 472701)
16292
16293 2001-10-19 [christoph]  0.6.3claws26
16294
16295         * src/compose.c
16296                 last header entry should default to "To:" or
16297                 "Newsgroups:" and not copy the last entry line
16298                 in a new compose window
16299                 (closes bug #472686, #470792)
16300
16301 2001-10-19 [paul]       0.6.3claws25
16302
16303         * sync with Sylpheed 0.6.3cvs8
16304                 see ChangeLog entries 2001-10-18 and 2001-10-19
16305
16306 2001-10-18 [christoph]  0.6.3claws24
16307
16308         * src/procmsg.c
16309                 reimplement ignore thread
16310         
16311 2001-10-18 [hoa]        0.6.3claws23
16312
16313         * src/folderview.c
16314         * src/grouplistdialog.[ch]
16315                 enhanced news subscription interface (feature 469113)
16316
16317         * src/news.c
16318         * src/news.h
16319                 enchanced newsgroup listing,
16320                 now, we can get groups informations
16321                 (NNTPGroupInfo)
16322
16323 2001-10-18 [paul]       0.6.3claws22
16324
16325         * src/summaryview.c
16326                 remove comment (sync with main branch)
16327         * src/mainwindow.c
16328                 fix 'Re-edit' bug in 'Message' menu
16329
16330 2001-10-17 [christoph]  0.6.3claws21
16331
16332         * src/compose.c
16333                 ignore empty or whitespace only header lines
16334
16335 2001-10-17 [paul]       0.6.3claws20
16336
16337         * sync with sylpheed 0.6.3cvs7
16338                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16339                 2001-10-17
16340
16341 2001-10-17 [darko]
16342
16343         * src/compose.c
16344                 wrap long lines without spaces
16345                 don't wrap URLs
16346
16347 2001-10-16 [paul]
16348
16349         * po/es.po, po/nl.po, po/pt_BR.po
16350                 updated by Ricardo Mones Lastra, Alfons,
16351                 and Fabio Junior Beneditto
16352
16353         * sylpheed-0.6.3claws released
16354
16355 2001-10-15 [melvin] 0.6.3claws18
16356
16357         * README.claws
16358                 added summary and detailed installation instructions
16359                 for spell checker
16360         * po/fr.po
16361                 Updated, corrected and completed french translation
16362
16363 2001-10-15 [hoa] 0.6.3claws17
16364         * src/grouplistdialog.c
16365                 we can choose the newsgroups to display with wildcards
16366
16367 2001-10-15 [christoph]  0.6.3claws16
16368
16369         * src/account.c
16370         * src/compose.c
16371         * src/prefs_folder_item.[ch]
16372                 applied wwp <subscript@free.fr>'s folder
16373                 default account patch
16374         * po/de.po
16375                 Fixed wrong translation
16376
16377 2001-10-13 [alfons, christoph, melvin]  
16378                         0.6.3claws15
16379
16380         solution #2 to solve MT-safety problems defers all GUI related calls
16381         to the main thread using a gtk_idle_add() callback. discussed on
16382         ircnet #sylpheed, with christoph spotting some issues with the
16383         original code, and melvin allowing us to lobotomize his sylpheed.
16384
16385         * src/syldap.[ch], src/main.c
16386                 fix race problem in ldap search thread by deferring GUI 
16387                 stuff to main thread using gtk_idle_add()
16388
16389 2001-10-13 [paul]       0.6.3claws14
16390
16391         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16392                 add Sergey's smtpcred.patch
16393                 adds separate username/password setting for SMTP Auth
16394                 needed by some servers
16395                 (closes feature request #471659)
16396
16397 2001-10-13 [paul]       0.6.3claws13
16398
16399         * src/pgptext.[ch] **NEW FILES**
16400         * src/Makefile.am, src/messageview.c, src/mimeview.c
16401                 decrypt ascii-armored gpg text embedded in
16402                 the message body.
16403                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16404
16405 2001-10-13 [christoph]  0.6.3claws12
16406
16407         * README.claws
16408                 some more details on default to and
16409                 feature requests
16410         * src/main.c
16411                 init glib threading when ldap is used
16412         * src/syldap.c
16413                 threading fixes
16414         * po/de.po
16415                 fixed a typo
16416
16417 2001-10-12 [paul]       0.6.3claws11
16418
16419         * src/prefs_common.[ch], src/rfc2015.c
16420                 enable ascii-armored gpg text to be embedded in the
16421                 message body, selectable through the 'Privacy'
16422                 preferences. Supports encrypting only.
16423                 Submitted by Ravemax <ravemax@dextrose.com>
16424
16425 2001-10-12 [paul]       0.6.3claws10
16426
16427         * sync with sylpheed 0.6.3cvs6
16428                 see ChangeLog entries 2001-10-11 and 2001-11-12
16429
16430         * src/folderview.c
16431                 incorporated mbox folders, scoring, and folder
16432                 properties into the sync
16433
16434 2001-10-12 [darko]      0.6.3claws9
16435
16436         * README.claws
16437                 describe quotation wrapping
16438         * src/compose.c
16439                 don't treat tab as space to calculate line length properly
16440
16441 2001-10-11 [alfons]
16442
16443         * README.claws
16444                 correct description of how to make new filtering system work,
16445                 add some other things
16446                 
16447         * src/syldap.c
16448                 remove sched_yield() (not necessary / unportable)
16449
16450 2001-10-11 [paul]       0.6.3claws8
16451
16452         * sync with sylpheed 0.6.3cvs3
16453                 see ChangeLog entry 2001-10-10
16454
16455 2001-10-10 [christoph]  0.6.3claws7
16456
16457         * .cvsignore
16458                 ignore 2 files created by newer autotools
16459         * src/prefs_folder_item.c
16460                 using table for widget alignment
16461                 fixed memory leak and broken octal display
16462         * src/filesel.c
16463                 fixed segfault caused by lost filename
16464                 workaround (closes bug #469551)
16465
16466 2001-10-10 [paul]       0.6.3claws6
16467
16468         * sync with sylpheed 0.6.3cvs2
16469                 see ChangeLog entries 2001-10-09 and 2001-10-10
16470
16471 2001-10-10 [darko]      0.6.3.claws5
16472
16473         * src/gtkstext.c
16474                 proper calculation of right margin if smart wrapping is enabled
16475         * src/compose.c
16476                 automatically wrap long lines if wrap quotation is enabled
16477
16478 2001-10-09 [alfons]     0.6.3.claws4
16479
16480         * src/summaryview.c
16481                 select correct row when deleting last row in the summary view (and
16482                 close bug "[ #469104 ] select second last in list when deleting")
16483
16484 2001-10-09 [paul]       0.6.3claws3
16485
16486         * sync with sylpheed 0.6.3cvs1
16487                 updated some autotool scripts
16488
16489 2001-10-09 [darko]      0.6.3claws2
16490
16491         * src/gtkstext.[ch]
16492                 new name and mark with Sylpheed comment
16493         * src/compose.c
16494                 smart quotation wrapping a-la VIM
16495
16496 2001-10-08 [paul]       0.6.3claws1
16497
16498         * sync with sylpheed 0.6.3 release
16499                 see ChangeLog entry 2001-10-08
16500
16501 2001-10-08 [paul]       0.6.2claws24
16502
16503         * src/summaryview.c
16504                 more sync with sylpheed 0.6.2cvs12
16505                 Fixed the bug that didn't select the last row correctly
16506
16507
16508 2001-10-07 [paul]       0.6.2claws23
16509
16510         * sync with sylpheed 0.6.2cvs12
16511                 see ChangeLog entry 2001-10-07
16512
16513 2001-10-06 [match]
16514         * src/jpilot.[ch]
16515                 enable jpilot to read unsynch'ed addresses.
16516
16517         * src/editldap_basedn.c
16518                 fix segfault when opening dialog.
16519
16520 2001-10-06 [alfons]     0.6.2.claws22
16521
16522         * src/summaryview.c
16523                 fix bug with summary view selecting last *inserted*
16524                 node instead of last *visible* node. remember we
16525                 work with a tree
16526
16527 2001-10-06 [paul]       0.6.2claws21
16528
16529         * po/pt_BR.po
16530                 updated translation, contains some fixes and new
16531                 translations, submitted by Gustavo Noronha Silva
16532                 <kov@debian.org>
16533
16534         * src/prefs_common.c
16535                 change 'each' to 'every' - fix dubious English
16536
16537         * sync with sylpheed 0.6.2cvs11
16538
16539 2001-10-05 [alfons]     0.6.2claws20
16540
16541         * src/mainwindow.[ch], src/folderview.c
16542                 make composite tool button switch between "Compose News"
16543                 and "Compose Mail" depending on selected folder
16544                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16545
16546 2001-10-05 [paul]       0.6.2claws19
16547
16548         * src/mainwindow.c, src/summaryview.c
16549                 fix 'Message/Reply to all', broken in last commit
16550
16551         * src/compose.c
16552                 fix X_BEENTHERE seg fault, thanks to Alfons
16553
16554 2001-10-04 [paul]       0.6.2claws18
16555
16556         * src/compose.[ch], src/mainwindow.c
16557                 make "Message/Reply" reply to mailing lists; matches
16558                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16559                 based on portions of the patch submitted by
16560                 Junichi Uekawa <dancer@netfort.gr.jp>
16561
16562 2001-10-04 [darko]      0.6.2claws17
16563
16564         * src/compose.c
16565                 better smart wrapping
16566         * src/gtkstext.[hc]
16567                 a function to make text buffer contiguous
16568
16569 2001-10-03 [paul]       0.6.2claws16
16570
16571         * sync with sylpheed 0.6.2cvs10
16572
16573 2001-10-02 [alfons]
16574
16575         * configure.in
16576         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16577                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16578                 references to chinese translations (hope someone picks up
16579                 this)
16580
16581 2001-10-02 [christoph]  0.6.2claws15
16582
16583         * src/compose.c
16584                 fixed non translated header bug
16585         * ChangeLog.claws
16586                 fixed wrong date in alfons last entry ;)
16587
16588 2001-10-02 [alfons]     0.6.2claws14
16589
16590         * src/compose.c, src/prefs_common.[ch]
16591                 add block cursor option
16592
16593 2001-10-02 [paul]       0.6.2claws13
16594
16595         * sync with sylpheed 0.6.2cvs9
16596
16597 2001-09-30 [paul]       0.6.2claws12
16598
16599         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16600                 updated translations
16601
16602         * po/POTFILES.in
16603                 add 'src/importldif.c'
16604
16605         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16606                 added eudora-to-vCard conversion tool
16607                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16608
16609         * sync with sylpheed 0.6.2cvs8
16610
16611 2001-09-30 [paul]
16612
16613         * sylpheed-0.6.2claws released
16614
16615 2001-09-27 [melvin]     0.6.2claws11
16616
16617         * src/gtkspell.c
16618                 fixed crash when using default path (introduced 
16619                 in 0.6.2claws10)
16620                 fixed tiny bug for initial suggestion mode
16621
16622 2001-09-27 [melvin]     0.6.2claws10
16623         
16624         * src/gtkspell.c
16625                 fixed bug where gtkpspell didn't set the path correctly
16626
16627         * README.claws
16628                 added a paragraph about spell checking
16629                 
16630
16631
16632 2001-09-27 [paul]       0.6.2claws9
16633
16634         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16635                 replace '// comments' with '/* comments */' to prevent
16636                 some compiler warnings 
16637
16638         * sync with sylpheed 0.6.2cvs6
16639
16640 2001-09-26 [alfons]     0.6.2claws8
16641
16642         * src/messageview.c
16643                 introduce return receipt request notification again,
16644                 which was lost because of other semantics in 
16645                 procheader_parse() (???)
16646
16647 2001-09-26 [christoph]  0.6.2claws7
16648
16649         * src/compose.c
16650                 replace comments for old code with #if 0
16651                 readded auto cc, bcc and reply-to
16652         * src/prefs_matcher.c
16653         * src/prefs_scoring.c
16654                 removed some definition (was moved to
16655                 prefs.h)
16656
16657 2001-09-26 [paul]       0.6.2claws6
16658
16659         * src/mainwindow.c
16660                 make 'Follow-up and reply to' sensitive
16661
16662         * more sync with sylpheed 0.6.2cvs5
16663
16664 2001-09-25 [melvin]
16665
16666         * 0.6.2claws5
16667
16668         * src/gtkspell.c
16669                 fixed bug for "US-ASCII" introduced by the encoding code
16670
16671 2001-09-25 [paul]
16672
16673         * 0.6.2claws4
16674
16675         * src/prefs_common.[ch], src/summaryview.c
16676                 'next unread msg' 'go to next folder?' dialog can be
16677                 given default behaviour, either always show dialog,
16678                 or assume 'yes', or assume 'no'
16679                 Submitted by wwp <subscript@free.fr>
16680
16681 2001-09-25 [melvin]
16682                 
16683         * src/compose.c src/gtkspell.[ch]
16684                 added support for different encodings
16685
16686 2001-09-25 [paul]
16687
16688         * more sync with sylpheed 0.6.2cvs5
16689
16690 2001-09-24 [alfons]
16691         
16692         * src/prefs_folder_item.c
16693                 add check for item->prefs->default_to string is NULL and
16694                 add another check when freeing this string
16695
16696 2001-09-24 [paul]
16697
16698         * configure.in
16699                 change to version 0.6.2claws3
16700
16701         * sync with sylpheed 0.6.2cvs5 
16702
16703 2001-09-24 [match]
16704         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16705                 import LDIF files.
16706         * src/addrcache.[ch], addrindex.[ch]
16707                 small update for future
16708         * src/addrbook.c
16709                 fix test XML file.
16710
16711 2001-09-24 [melvin]
16712         * src/gtkspell.[ch]
16713                 added 'Learn from mistakes' option
16714                 better handling of quotes in checked words
16715                 sorted dict list
16716         * po/fr.po
16717                 small update for spell checking stuff
16718
16719 2001-09-23 [alfons]
16720         
16721         * src/gtkspell.c
16722                 edit a little bit so it complies more with main coding style
16723
16724 2001-09-23 [alfons]
16725
16726         * src/folder.[ch], prefs_folder_item.c, compose.c
16727                 migrate "request return receipt" folder property
16728                 to folderlist.xml
16729
16730 2001-09-22 [alfons]
16731
16732         * README.claws **NEW**
16733                 (add things of interest for users of main branch 
16734                 and claws here)
16735
16736         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16737                 re-implement threading per folder option, but store 
16738                 the setting in folderlist.xml (where it belongs)
16739
16740 2001-09-21 [melvin]
16741
16742         * src/gtkspell.[ch]
16743                 fixed bug when compose window is under another window
16744         * src/prefs_common.[ch] src/compose.c
16745                 changed 'dictionary_path' to 'dictionary' to be consistent
16746                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16747         * ac/pspell.m4 src/Makefile.am 
16748                 dropped PSPELL_PATH macro
16749         * po/fr.po
16750                 updated translations
16751
16752 2001-09-21 [christoph]
16753
16754         * src/compose.c
16755                 added border around header fields
16756                 keep header type when new field is added
16757
16758 2001-09-20 [christoph]
16759
16760         * src/utils.[ch]
16761                 more portable debug_print with source filename
16762                 and linenumber
16763         * src/procmsg.c
16764                 more newlines after debug messages
16765
16766 2001-09-20 [paul]
16767
16768         * configure.in
16769                 change to version 0.6.2claws2
16770
16771         * sync with sylpheed 0.6.2cvs3
16772
16773 2001-09-19 [melvin]
16774
16775         * src/gtkspell.c
16776                 fixed the post-right-click focus pb
16777                 fixed crash when 'Spell check all' after dict change 
16778                         and when cursor is at the end of the text
16779                 shift-right-click pops up config menu even on misspelled words.
16780         * po/POTFILES.in
16781                 added gtkspell.c
16782
16783 2001-09-19 [melvin]
16784
16785         * src/about.c
16786                 added pspell to compiled-in features list
16787
16788 2001-09-18 [melvin]
16789
16790         * switched to pspell and dropped ispell
16791         * ac/pspell.m4
16792                 new file. autoconf macro for pspell
16793         * ac/Makefile.am 
16794         * configure.in acconfig.h
16795                 added pspell support
16796         * src/Makefile.am
16797         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16798         * src/prefs_common.[ch] 
16799                 added pspell support
16800
16801 2001-09-18 [christoph]
16802
16803         * src/addr_compl.c
16804         * src/template.[ch]
16805                 replace LOG_MESSAGE with debug_print
16806         * src/compose.[ch]
16807                 gui improvements
16808         * src/menu.c
16809                 added newline after debug message
16810         * src/utils.h
16811                 using __VA_ARGS__ for debug_print macro
16812         * tools/.cvsignore
16813                 ignore Makefile and Makefile.in
16814
16815 2001-09-18 [paul]
16816
16817         * configure.in
16818                 change to version 0.6.2claws1
16819         * sync with sylpheed 0.6.2cvs1
16820
16821         * src/matcher.c 
16822         * src/prefs_matcher.c
16823                 add 'score equal to' option, submitted by
16824                 Paul Evans <nerd@freeuk.com>
16825
16826 2001-09-15 [christoph]
16827
16828         * src/mainwindow.c
16829                 comment out menu entry not existing in claws
16830         * src/menu.c
16831                 add debug output for non existing menu entries
16832         * src/summaryview.c
16833                 fix next/prev unread message for ignored threads
16834         * src/utils.[ch]
16835                 add sourcefile and line number to debug output
16836                 otherwise it is sometimes hard to find the
16837                 source code part if debug messages are translated
16838
16839 2001-09-14 [darko]
16840         
16841         * src/folderview.c
16842                 refresh target folder style after colour is changed
16843
16844 2001-09-13 [paul]
16845
16846         * configure.in
16847                 change to version 0.6.1claws3
16848
16849         * sync with sylpheed 0.6.1cvs6
16850
16851 2001-09-13 [darko]
16852         
16853         * src/folderview.c
16854                 fix target folder colourization to use user selected colour
16855
16856 2001-09-12 [darko]
16857         
16858         * src/summaryview.c
16859                 fix crash when message that is marked for copy/move is unmarked
16860
16861 2001-09-09 [paul]
16862
16863         * configure.in
16864                 change to version 0.6.1claws2
16865
16866         * sync with sylpheed 0.6.1cvs3
16867
16868 2001-09-09 [alfons]
16869         
16870         * src/folderview.c
16871                 fix bug with default font used for trash folder text
16872
16873 2001-09-06 [paul]
16874
16875         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16876                 updated translations
16877
16878         * configure.in
16879                 change to version 0.6.1claws1
16880
16881         * sync with sylpheed 0.6.1cvs2
16882
16883 2001-09-03 [paul]
16884
16885         * po/POTFILES.in
16886                 add Match's new addressbook
16887
16888         * po/de.po
16889                 updated translation submitted by Jens Oberender
16890
16891 2001-09-02 [paul]
16892
16893         * configure.in
16894                 change to 0.6.1claws
16895         * sync with sylpheed 0.6.1 release
16896
16897 2001-09-02 [paul]
16898
16899         * configure.in
16900                 change to 0.6.0claws2
16901
16902         * sync with sylpheed 0.6.0cvs4
16903
16904         * po/pt_BR.po
16905                 updated translation submitted by Fabio Junior Beneditto
16906
16907 2001-09-01 [match]
16908         * pixmaps/
16909                 interface.xpm
16910                 book.xpm
16911                 address.xpm
16912         * src/
16913                 Makefile.am
16914                 a ton of new files
16915
16916 2001-08-31 [paul]
16917
16918         * configure.in
16919                 change to version 0.6.0claws1
16920
16921         * sync with sylpheed 0.6.0cvs1
16922
16923         * po/es.po
16924                 updated translation submitted by Ricardo Mones Lastra
16925
16926         * po/POTFILES.in
16927                 add 'src/prefs_templates.c'
16928
16929         * src/compose.c, src/summaryview.c
16930                 fix segfault on 'Re_edit'               
16931
16932 2001-08-30 [alfons]
16933
16934         * configure.in, Makefile.am
16935         * tools/Makefile.am
16936                 add tools directory to source distribution
16937
16938 2001-08-30 [paul]
16939
16940         * configure.in
16941                 change to version 0.6.0claws
16942
16943         * sync with sylpheed 0.6.0 release
16944
16945 2001-08-30 [christoph]
16946
16947         * configure.in
16948                 removed autoconf version check
16949
16950 2001-08-30 [paul]
16951
16952         * src/account.c, src/compose.c, src/prefs_common.[ch]
16953         * src/procheader.[ch] src/utils.[ch]
16954                 Enhanced automatic account selection on replies
16955                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16956
16957         * configure.in
16958                 add LDAP and JPilot to the configuration results output.
16959
16960 2001-08-29 [christoph]
16961
16962         * src/summeryview.c
16963                 no bold font for ignored threads
16964
16965 2001-08-29 [paul]
16966
16967         * configure.in
16968                 change to version 0.5.3claws6
16969
16970         * sync with sylpheed 0.5.3cvs10
16971                 src/stringtable.[ch]: New Files
16972
16973         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16974         * src/pixmaps/sylpheed.xpm
16975                 add mini-icons to windows (by Alfons)
16976
16977 2001-08-27 [paul]
16978
16979         * src/mainwindow.c
16980                 new functions: next_labeled_cb(), prev_labeled_cb()
16981
16982         * src/summaryview.c
16983                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16984                 summary_select_next_labeled(), summary_select_prev_labeled()
16985
16986         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16987                 give claws blue folders and a blue trash can
16988
16989 2001-08-27 [paul]
16990
16991         * configure.in
16992                 change to version 0.5.3claws5
16993
16994         * sync with sylpheed 0.5.3cvs9
16995                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16996
16997 2001-08-24 [christoph]
16998
16999         * src/filesel.c
17000                 keep filename when browsing directories
17001                 (not working for user entered filename, but
17002                  for default name and selected filename from
17003                  file list)
17004         * src/mainwindow.c
17005                 fixed wrong spelling "Folllow-up"
17006         * src/mbox_folder.c
17007         * src/procmsg.c
17008         * src/summaryview.c
17009                 fixed new/unread message count with ignored
17010                 threads (2 commits, first didn't notice no
17011                 longer needed decreasing)
17012         * src/inc.c
17013                 readded scrolling of progress dialog
17014                 (lost in sync)
17015
17016 2001-08-24 [paul]
17017
17018         * configure.in
17019                 change to 0.5.3claws4
17020
17021         * sync with sylpheed 0.5.3cvs7
17022
17023 2001-08-24 [christoph]
17024
17025         * src/compose.c
17026                 set request return receipt when replying
17027                 if it is set is the folder prefs of the
17028                 message
17029         * src/inc.c
17030                 disable final error popup if popups are
17031                 disabled in config (again)
17032
17033 2001-08-23 [paul]
17034
17035         * configure.in
17036                 Change version number to 0.5.3claws3
17037
17038         * sync with sylpheed 0.5.3cvs5
17039
17040         * src/mimeview.c
17041                 double quote '%s' in 'gedit %s' to fix bug when
17042                 opening attachment with spaces in the name
17043
17044 2001-08-22 [alte]
17045         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
17046           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
17047                 initial message templates support
17048
17049
17050 2001-08-22 [paul]
17051
17052         * configure.in
17053                 change version number to 0.5.3claws2
17054
17055         * sync with sylpheed 0.5.3cvs4
17056
17057         * src/procmsg.h src/summaryview.c
17058                 re-implement (un)ignore thread
17059
17060 2001-08-21 [paul]
17061
17062         * src/summaryview.c
17063                 remove unnecessary code
17064         * src/compose.c
17065                 enable 'dynamic' signatures (submitted by
17066                 Eric Limpens <eric@hscg-internet.nl>)
17067
17068 2001-08-21 [paul]
17069
17070         clean up after sync with sylpheed 0.5.3 release
17071
17072         * src/folderview.c
17073                 fix re-introduced font mess, see Christoph's
17074                 entry 2001-06-24
17075
17076         * src/summaryview.c
17077                 remove prev_msgnum
17078                 use sylpheed's small font instead of
17079                 gtk default font for summary view
17080
17081
17082 2001-08-17 [paul]
17083
17084         * configure.in
17085                 add pl to ALL_LINGUAS - sync with main branch
17086
17087         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
17088                 Updated. Translations by Jens Oberender, Ricardo Mones
17089                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
17090
17091         * po/pl.po  ** NEW FILE **
17092                 sync with the main branch
17093
17094         * src/folderview.c
17095                 fix target folder colorizing and refresh problem
17096
17097
17098 2001-08-17 [christoph]
17099
17100         * src/mainwindow.c
17101                 claws uses 4 colors for target folder coloring.
17102                 arrays were not long enough and destroyed the
17103                 stack causing a segfault.
17104                 target folder colorizing does not work anymore
17105                 for me
17106
17107 2001-08-16 [paul]
17108
17109         * configure.in
17110                 change to version 0.5.3claws1
17111
17112         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
17113           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
17114           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
17115
17116                 sync with sylpheed 0.5.3 release, but keep claws method of
17117                 configuring/saving fonts
17118
17119         * src/addressbook.[ch]
17120                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
17121                 in line with a similar change in Hiroyuki's branch
17122
17123         * src/mainwindow.[ch]
17124                 disable main_window_set_thread_option()
17125         * src/prefs_folder_item.c
17126                 comment out &tmps_prefs.enable_thread,
17127         * src/mbox_folder.c, src/procmsg.[ch]
17128                 comment out MSG_IS_IGNORE_THREAD
17129         * src/summaryview.c
17130                 comment out summary_ignore_thread() and summary_unignore_thread()
17131                 comment out MSG_IS_IGNORE_THREAD
17132
17133                 use Hiroyuki's threading instead.
17134
17135
17136
17137 2001-08-15 [paul]
17138
17139         * src/account.c
17140                 use Hiroyuki's 0.5.3 column scheme but also
17141                 include the enable/disable button.
17142         * src/pixmaps/mark.xpm
17143                 add Hiroyuki's amended pixmap
17144
17145 2001-08-13 [christoph]
17146
17147         * src/account.c
17148                 receive at get all column showed wrong state for APOP
17149                 button should only work for POP3 and APOP accounts
17150         * src/prefs_account.c
17151                 added missing preprocessor statement for SSL
17152
17153 2001-08-12 [paul]
17154
17155         * src/account.[ch]
17156                 add 'receive at get all' column and enable/disable
17157                 button.
17158
17159 2001-08-06 [christoph]
17160
17161         * src/account.c
17162                 show usage of SSL in protocol column
17163
17164         * src/imap.c
17165         * src/inc.c
17166                 renamed ssl options
17167
17168         * src/prefs_account.[ch]
17169                 moved ssl options to a new page
17170
17171         * src/send.c
17172         * src/smtp.c
17173         * src/ssl.[ch]
17174                 renamed ssl options
17175                 added support for SMTP STARTTLS command
17176
17177 2001-08-05 [christoph]
17178
17179         * configure.in
17180                 debian autoconf needs version check to find
17181                 correct autoconf version. if the file is
17182                 named configure.in 2.13 is used, which does
17183                 not work with this configure.in script.
17184                 other solution would be to rename the script
17185                 to configure.ac as suggested in the autoconf
17186                 manual.
17187
17188         * src/inc.c
17189                 disable final error popup if popups are
17190                 diabled in config
17191
17192         * src/socket.c
17193                 bugfix in ssl_gets
17194                 fixes IMAP over SSL problem
17195
17196 2001-08-03 [paul]
17197
17198         * configure.in
17199                 change to 0.5.2claws1
17200
17201         * sync with sylpheed 0.5.2cvs1
17202
17203 2001-08-02 [alfons]
17204
17205         * configure.in
17206                 quick fix for ispell detection...
17207
17208 2001-08-01 [paul]
17209
17210         * configure.in
17211                 change to 0.5.1claws4
17212
17213         * sync with sylpheed 0.5.1cvs7
17214
17215 2001-07-31 [alfons]
17216
17217         * src/prefs_common.c, src/prefs_common.h, 
17218           src/gtkspell.c, src/gtkspell.h
17219                 add global spelling checker settings (compose tab) +
17220                 selection of dictionary 
17221           
17222         * configure.in  
17223                 guess valid ispell location
17224
17225 2001-07-31 [paul]
17226
17227         * po/POTFILES.in
17228                 removal of 'src/quote_fmt_parse.c'
17229         * po/de.po
17230                 Updated de.po
17231                 (submitted by Jens Oberender <didge@suse.de>)
17232
17233 2001-07-31 [darko]
17234
17235         * src/folder.[ch]
17236         * src/folderview.[ch]
17237         * src/mainwindow.c
17238         * src/mh.c
17239         * src/prefs_common.[ch]
17240         * src/summaryview.c
17241                 target folder colourization
17242
17243 2001-07-30 [paul]
17244
17245         more sync with Sylpheed 0.5.1cvs6 
17246
17247 2001-07-30 [darko]
17248
17249         * src/mh.c
17250         * src/prefs_folder_item.[hc]
17251         * src/summaryview.c
17252                 shared folders support with a GUI
17253
17254 2001-07-29 [paul]
17255
17256         0.5.1claws3
17257
17258         * sync with Sylpheed 0.5.1cvs6
17259
17260 2001-07-29 [paul]
17261
17262         * po/pt_BR.po
17263                 updated
17264                 (submitted by Fabio Junior Beneditto)
17265
17266 2001-07-28 [paul]
17267
17268         * src/procmime.c
17269         * AUTHORS
17270                 patch to correct bad image mime headers
17271                 (submitted by Don Quijote <dq@searchlores.org>)
17272
17273 2001-07-28 [paul]
17274
17275         * tools/gif2xface.pl   **NEW FILE**
17276         * tools/README
17277                 script to convert file.gif to file.xface for
17278                 use in a custom header.
17279                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17280
17281 2001-07-27 [alfons]
17282         
17283         * configure.in
17284                 change macros for detecting JPilot and LDAP
17285
17286 2001-07-27 [christoph]
17287
17288         * src/filtering.c
17289                 code cleanup (MIN / MAX warning, needed casting)
17290
17291 2001-07-27 [alfons]
17292
17293         * procheader.c
17294                 disallow setting flags when detecting certain headers
17295                 (X-Status, Status, Seen, X-Seen). 
17296         
17297         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17298
17299 2001-07-27 [christoph]
17300
17301         * src/prefs_filter.c
17302         * src/prefs_filtering.c
17303         * src/prefs_matcher.c
17304         * src/prefs_scoring.c
17305                 scroll list when moving rows up or down
17306
17307         * src/imap.c
17308         * src/imap.h
17309         * src/prefs_account.c
17310         * src/prefs_account.h
17311         * src/send.c
17312                 SMTP over SSL (untested, feedback requested)
17313                 IMAP over SSL
17314
17315         * src/ssl.c
17316                 code cleanup
17317
17318 2001-07-26 [alfons]
17319         
17320         * configure.in, acconfig.h
17321                 define CLAWS (need this for main / claws detection)
17322
17323 2001-07-25 [alfons]
17324
17325         * configure.in
17326                 Sylpheed 0.5.1claws2
17327                 
17328         * sync with Sylpheed 0.5.1cvs4
17329
17330 2001-07-25 [christoph]
17331
17332         * src/scoring.c
17333                 fixed segfault
17334                 item->prefs == NULL (don't know why)
17335
17336 2001-07-25 [alfons]
17337
17338         * configure.in
17339                 Sylpheed 0.5.1claws1
17340
17341         * sync with Sylpheed 0.5.1cvs1-3
17342
17343 2001-07-24 [christoph]
17344
17345         * src/folderview.c
17346         * src/prefs_folder_item.[ch]
17347                 added folderitem preferences dialog with
17348                 default To: and auto request return receipt
17349
17350         * src/compose.[ch]
17351         * src/menu.[ch]
17352                 changes to handle new folderitem preferences
17353
17354         * src/mainwindow.c
17355         * src/summaryview.c
17356                 call compose new mail with current folderitem
17357
17358 2001-07-24 [alfons]
17359
17360         Release Sylpheed 0.5.1claws
17361
17362         * configure.in
17363                 change to release version 0.5.1claws
17364
17365 2001-07-24 [christoph]
17366
17367         * src/summaryview.c
17368                 fixed segfault that happend when the selected
17369                 message was removed while retrieving new messages.
17370
17371         * po/es.po
17372                 updated translation
17373                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17374
17375 2001-07-22 [alfons]
17376
17377         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17378         this is a work in progress, for more information: http://nlpagan.net/sylman 
17379         
17380         * configure.in, src/mainwindow.c, manual/Makefile.am
17381                 add support for English manual
17382
17383         * AUTHORS
17384                 add authors of user manuals
17385
17386         * manual/en/sylpheed*.html
17387                 add English documentation
17388
17389 2001-07-22 [christoph]
17390
17391         * po/POTFILES.in
17392                 added src/ssl.c
17393         * src/ssl.c
17394                 changed a wrong debug message
17395
17396 2001-07-22 [alfons]
17397
17398         * po/nl.po
17399                 update Dutch translation
17400
17401         * src/prefs_filtering.c, 
17402           src/prefs_matcher.c
17403                 add more translatable strings           
17404
17405 2001-07-21 [alfons]
17406
17407         0.5.0claws7
17408
17409         * configure.in
17410                 change version
17411
17412         * src/inc.c, src/summaryview.[ch]
17413                 prevent update of mark file when filtering has done, by
17414                 using a variable; this affects two functions:
17415                         inc.c::inc_finished()
17416                         summaryview.c::summary_show()
17417
17418 2001-07-20 [alfons]
17419
17420         * src/filtering.[ch], src/prefs_filtering.c, 
17421           src/matcher.[ch]
17422                 add filtering action for label coloring 
17423
17424         * po/POTFILES.in
17425                 add labelcolors.c
17426
17427         * added src/labelcolors.c
17428         * added src/labelcolors.h
17429         * src/Makefile.am, src/summaryview.c
17430                 rearrange label coloring code
17431
17432         * src/procmsg.h
17433                 add more parentheses so label colouring works correctly
17434
17435         * src/filtering.c
17436                 don't really delete message, but move it to Trash
17437
17438         * src/prefs_matcher.c
17439                 add quote options to info dialog
17440
17441 2001-07-20 [christoph]
17442
17443         * src/Makefile.am
17444         * src/inc.c
17445         * src/main.[ch]
17446         * src/socket.h
17447         * src/ssl.[ch] (new)
17448                 moved ssl stuff to a seperate file
17449
17450 2001-07-20 [darko]
17451
17452         * src/summaryview.c
17453                 fix show sender using address book with no e-mail
17454                 address in From: field
17455
17456 2001-07-19 [alfons]
17457
17458         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17459                 fix messy handling of escaping... now at least the
17460                 execute command is useful. escape char is '\', we
17461                 accept \n and \r too. 
17462
17463                 Real life example:
17464                 
17465                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17466                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17467
17468 2001-07-18 [alfons]
17469
17470         0.5.0claws6
17471
17472         * src/summaryview.c
17473                 clean up
17474
17475         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17476           src/procmsg.[ch]
17477                 revise filtering; currently move, copy, marking have
17478                 been tested. if you like bleeding edge stuff, you
17479                 should definitely go for this version :)
17480
17481         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17482
17483 2001-07-17 [christoph]
17484
17485         * src/utils.c
17486                 timestamp log
17487
17488 2001-07-17 [alfons]
17489
17490         0.5.0claws5
17491
17492         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17493           bits in the mark file, without affecting either branch. Lots of
17494           files changed, also in claws branch.
17495
17496           UNTESTED: use of mbox folders
17497
17498         * src/summaryview.c
17499                 added mark all read; however this was a quick hack used for
17500                 cleaning up mess after initial merge with Hiroyuki
17501
17502         * configure.in
17503                 change claws version number back to 0.5.0claws5 to clear up 
17504                 confusion & pretension (recent release was technically 
17505                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17506
17507 2001-07-16 [alfons]
17508
17509         sync with Hiroyuki's 0.5.0cvs4
17510
17511 2001-07-16 [alfons]
17512
17513         0.5.1claws3
17514
17515         * src/filtering.[ch]
17516                 remove invalid updating of mark files for 
17517                 filter actions MATCHING_ACTION_MOVE and 
17518                 MATCHING_ACTION_DELETE; this should fix the
17519                 folder update bug
17520                 
17521         * src/procmsg.c
17522                 revert Christoph's stab at fixing the folder 
17523                 update bug
17524
17525         * po/POTFILES.in
17526                 add missing files with translatable strings
17527
17528         * src/summaryview.c
17529                 remove debug print
17530
17531 2001-07-15 [alfons]
17532
17533         * src/addr_compl.[ch], src/prefs_filtering.c
17534                 make "filtering pref dialog's destination entry" an
17535                 "address completable entry", if filter destination is 
17536                 an email address
17537
17538         0.5.1claws2
17539         
17540         sync with Hiroyuki's 0.5.0cvs2-3
17541
17542 2001-07-15 [christoph]
17543
17544         * src/procmsg.c
17545                 fixed folder stats update after incorporation
17546
17547 2001-07-15 [alfons]
17548
17549         * src/summaryview.c
17550                 * finish label colouring stuff (for now)
17551                 * fix incorrect colour bug (off by one) 
17552
17553 2001-07-14 [alfons]
17554
17555         * src/mainwindow.c
17556                 change text labels for news and mail message so there's
17557                 plenty of toolbar estate left
17558
17559         * configure.in
17560                 0.5.1claws1
17561
17562         * src/folderview.c
17563           src/folder.[ch]
17564                 sync with Hiroyuki's 0.5.0cvs1
17565
17566         * src/summaryview.c
17567                 more rewrite label colouring
17568
17569 2001-07-14 [alfons]
17570
17571         * src/summaryview.[ch]
17572                 * start rewrite label colouring 
17573                 * fix proper location "Add Sender To Addressbook" menu item
17574
17575 2001-07-13
17576
17577         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17578         (actually this is 0.5.0claws4)
17579
17580 2001-07-13 [alfons]
17581
17582         * po/pt_BR.po
17583                 * fix duplicate message
17584                 * add updated Portugese / Brazilian translation
17585                   submitted by Fabio Junior Beneditto
17586
17587 2001-07-12 [alfons]
17588
17589         * AUTHORS
17590                 add Jens
17591
17592         * po/nl.po
17593                 add updated Dutch translation
17594
17595         * po/de.po
17596                 add updated German translation submitted by Jens
17597
17598 2001-07-11 [alfons]
17599
17600         Prerelease before 0.5.0claws. Please test.
17601         This version is temporarily tagged as VERSION_0_5_0_TEST
17602
17603         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17604           src/prefs_scoring.c, src/prefs_matcher.c, 
17605           src/prefs_filtering.c, src/mbox.c, 
17606           src/main.c, src/inc.c, src/filtering.[ch]
17607                 revert new Hoa's new matcher (does not work yet)
17608
17609         * src/Makefile.am
17610                 clean up
17611
17612 2001-07-10
17613
17614         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17615
17616
17617 2001-07-10 [alfons]
17618
17619         * Makefile.am
17620                 add ChangeLog.claws to EXTRA_DIST
17621         * src/Makefile.am
17622                 add matcher_parser_parse.h to EXTRA_DIST
17623
17624 2001-07-10 [christoph]
17625
17626         * src/inc.c
17627                 add destination folder to table of
17628                 folders that need to be updated after
17629                 incorporation
17630
17631 2001-07-10 [alfons]
17632
17633         * folder.[ch]
17634           folderview.c
17635                 make collapse state of folders and folder items persistent, i.e.
17636                 if you collapse a folder tree, the next time sylpheed-claws starts 
17637                 up the folder tree remains collapsed.  
17638                 
17639 2001-07-10 [christoph]
17640
17641         * acconfig.h
17642         * configure.in
17643                 added --enable-ssl
17644         * src/md5.[ch]
17645                 renamed MD5_CTX to MD5_CTX_syl
17646                 conflicts with a struct in openssl
17647         * src/inc.c
17648         * src/main.[ch]
17649         * src/prefs_account.[ch]
17650         * src/socket.[ch]
17651                 SSL support for POP
17652         * src/mainwindow.c
17653                 fixed compose with current account
17654                 broken by new compose button stuff
17655
17656 2001-07-09 [hoa]
17657
17658         * AUTHORS
17659                 changed my email address
17660
17661         * src/matcher_parser_parse.y
17662                 clean the parser to remove conflicts
17663
17664 2001-07-09 [alfons]
17665
17666         * AUTHORS
17667                 add Match Grun
17668
17669         * configure.in
17670                 fix incorrect description of --enable-ldap parameter
17671
17672         * src/prefs_common.[ch]
17673           src/compose.c
17674                 add experimental option "smart wrapping" which makes the
17675                 compose editor auto wrap.
17676                 
17677                 | TODO: the problem with the buggy cursor handling is caused |
17678                 | by the GtkText. when deleting / backspacing text its       |
17679                 | wrapping algorithm does not take in account the previous   |
17680                 | line. should find a way to hack this in.                   |
17681                 | or should perhaps combine this with the word wrapping      |
17682                 | patch i wrote in january.                                  |
17683
17684         * src/about.c
17685                 show build parameters for LDAP and JPilot
17686
17687         * src/summaryview.c
17688                 revert Christoph's bugfix for selecting next unread message, 
17689                 because folder stats aren't updated correctly
17690
17691 2001-07-08 [hoa]
17692
17693         * src/filtering.c
17694         * src/mainwindow.c
17695         * src/matcher.c
17696         * src/matcher_parser_lex.l
17697         * src/matcher_parser_parse.y
17698         * src/prefs_filtering.c
17699         * src/prefs_scoring.c
17700         * src/scoring.c
17701                 bugfix of the config file parser
17702
17703 2001-07-08 [alfons]
17704
17705         * src/Makefile.am
17706                 added generated matcher sources to BUILT_SOURCES
17707
17708 2001-07-08 [hoa]
17709
17710         * src/Makefile.am
17711         * src/.cvsignore
17712                 added new config file parser
17713
17714         * src/scoring.[ch]
17715         * src/filtering.[ch]
17716         * src/matcher.[ch]
17717         * src/prefs_filtering.c
17718         * src/prefs_matcher.c
17719         * src/prefs_scoring.c
17720         * added src/matcher_parser.h
17721         * added src/matcher_parser_lex.h
17722         * added src/matcher_parser_lex.l
17723         * added src/matcher_parser_parse.y
17724                 lex & yacc config file parser
17725
17726         * src/mbox.c
17727         * src/inc.c
17728         * src/main.c
17729                 changes prefs_filtering into global_filtering           
17730
17731         * src/summaryview.c
17732                 build threads with subjects only if "Re: " is at the
17733                 beginning of the subject
17734
17735 2001-07-07 [paul]
17736
17737         0.5.0claws
17738
17739         sync with sylpheed 0.5.0
17740                 change of version number only
17741
17742 2001-07-06 [paul]
17743
17744         0.5.0claws5
17745
17746         sync with sylpheed 0.5.0pre5
17747
17748 2001-07-05 [paul]
17749
17750         sync with sylpheed 0.5.0pre4 release
17751                 /po and /manual/ja not sync'ed
17752
17753 2001-07-04 [paul]
17754
17755         more sync with sylpheed 0.5.0pre4
17756
17757 2001-07-03 [christoph]
17758
17759         * src/addressbook.c
17760                 fixed address book broken by address book
17761                 for VCard, JPilot, LDAP
17762
17763 2001-07-03 [alfons]
17764
17765         * src/matcher.c
17766         * src/textview.c
17767                 stopped memory leaks
17768
17769 2001-07-03 [paul]
17770
17771         more sync with sylpheed 0.5.0pre4
17772
17773 2001-07-02 [match]
17774
17775         * included address book patch for VCard, JPilot, LDAP
17776         * pref_common.c - fixed Font options on Display tab (cosmetic)
17777         * alertpanel.c - fixed truncated message
17778
17779 2001-07-02 [christoph]
17780
17781         * src/mbox_folder.c
17782         * src/procmsg.[ch]
17783         * src/summaryview.c
17784                 mark threads for ignoring
17785
17786 2001-07-02 [paul]
17787
17788         0.5.0claws4
17789
17790         * sync with sylpheed 0.5.0pre4
17791                 updated gettext to 0.10.38.
17792
17793 2001-07-01 [paul]
17794
17795         * src/ mainwindow.c
17796         * src/procmsg.h
17797         * src/summaryview.[ch]
17798                 new right-click option: Label.
17799                 substitute for 'Mark-->Mark/Unmark', colours the line.
17800                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17801
17802 2001-07-01 [christoph]
17803
17804         * src/folderview.c
17805                 fixed font for trash
17806         * src/summaryview.c
17807                 move ctree to unread message
17808
17809 2001-07-01 [paul]
17810
17811         * sync with sylpheed 0.5.0pre3 release
17812
17813 2001-06-30 [alfons]
17814
17815         * src/filesel.[ch]
17816         * src/compose.c
17817                 allow inserting / attaching multiple files in
17818                 the composer window
17819
17820 2001-06-30 [paul]
17821
17822         * src/codeconv.c
17823                 small change to Alfons' previous stuff so that it
17824                 actually makes
17825
17826 2001-06-30 [alfons]
17827
17828         * lots of files changed; first attempt to merge the changes
17829           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17830
17831 2001-06-30 [paul]
17832
17833         * po/pt_BR.po
17834                 updated and completed, translations by Fabio
17835                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17836
17837 2001-06-29 [alfons]
17838
17839         * src/compose.c
17840         * src/mimeproc.[ch]
17841                 allow selecting an attached files' mime type from a 
17842                 list of types.
17843
17844 2001-06-29 [paul]
17845
17846         * more sync with sylpheed 0.5.0pre3
17847
17848 2001-06-29 [paul]
17849
17850         * po/pt_BR.po
17851                 merge with sylpheed.pot and pt_BR.po provided by
17852                 Fabio Junior Beneditto.
17853
17854 2001-06-29 [darko]
17855
17856         * src/procmime.c
17857                 make MIME types case insensitive
17858
17859 2001-06-28 [alfons]
17860
17861         * po/nl.po
17862                 merge with sylpheed.pot and old nl.po; translations added.
17863
17864 2001-06-28 [paul]
17865
17866         * more sync with sylpheed 0.5.0pre3
17867
17868 2001-06-27 [alfons]
17869
17870         * src/summaryview.c
17871                 don't crash when removing parent node of messages
17872                 attracted by subject. this was caused by not deleting
17873                 the parent node from the subject line hash table.
17874
17875 2001-06-27 [alfons]
17876
17877         * src/summaryview.c
17878         * src/compose.[ch]
17879         * src/mainwindow.c
17880                 if there are multiple messages selected, allow forwarding
17881                 them as attachments.
17882
17883 2001-06-27 [paul]
17884
17885         * more sync with sylpheed 0.5.0pre3
17886
17887 2001-06-26 [paul]
17888
17889         0.5.0claws3
17890
17891         * sync with sylpheed 0.5.0pre3
17892
17893 2001-06-25 [paul]
17894
17895         * src/mainwindow.c
17896                 fixed 'compose news article' bug
17897                 from icon-and-text toolbar
17898
17899 2001-06-25 [paul]
17900
17901         * sync with sylpheed 0.5.0pre2 release
17902
17903 2001-06-24 [christoph]
17904
17905         * src/prefs_common.c
17906                 bug fix in font selection
17907         * src/folderview.c
17908                 use sylpheed's normal font instead of
17909                 gtk default font for folders without
17910                 new messages
17911
17912 2001-06-24 [alfons]
17913
17914         * src/mainwindow.[ch]
17915                 added composite compose mail / news button (an idea by Leandro
17916                 Pereira <leandro@linuxmag.com.br>)
17917
17918 2001-06-24 [paul]
17919
17920         Added instructions for ldif-to-xml.py
17921
17922         * tools/README
17923
17924 2001-06-23 [alfons]
17925
17926         Some minor things.
17927
17928         * src/pixmaps/stock_news_compose.xpm
17929                 added pixmap by Leandro
17930         * src/prefs_common.c
17931                 tested built-in spelling checker of GCC 3.0 :)
17932         * po/nl.po
17933                 merged dutch translation of sylpheed-main with
17934                 sylpheed.pot
17935
17936 2001-06-23 [paul]
17937
17938         Added tools directory and files.
17939
17940         * tools/filter_conv.pl
17941                 converts old filter system to new filtering system
17942         * tools/ldif-to-xml.py
17943                 converts netscape addressbook to sylpheed addressbook
17944         * tools/README
17945                 descriptions/instructions for above two files
17946
17947 2001-06-23 [christoph]
17948
17949         * src/inc.c
17950         * src/manage_window.[ch]
17951         * src/prefs_common.[ch]
17952                 mail retrieval dialog can be enabled, disabled
17953                 or hidden if non of sylpheed's windows is active
17954
17955 2001-06-22 [paul]
17956
17957         0.5.0claws2
17958
17959         * sync with sylpheed 0.5.0pre2
17960
17961 2001-06-21 [christoph]
17962
17963         * src/summaryview.c
17964                 show recipient on 'from' for all accounts
17965                 
17966         * src/inc.c
17967         * src/prefs_common.[ch]
17968                 disable error popup on mail receive errors
17969
17970 2001-06-21 [alfons]
17971
17972         * src/compose.c
17973                 made the ruler correctly appear and disappear.
17974
17975         * src/Makefile.am
17976                 removed Hoa's work-in-progress-stuff (interesting!) so 
17977                 claws compiles ok.
17978
17979 2001-06-20 [christoph]
17980
17981         * src/inc.c
17982         * src/progressdialog.c
17983                 added scrolled window for list in progressdialog
17984
17985 2001-06-20 [paul]
17986
17987         sync with sylpheed 0.5.0pre1 release
17988
17989 2001-06-20 [christoph]
17990
17991         * src/summeryview.c
17992                 make building threads by subject work when
17993                 thread view is enabled
17994                 
17995         * src/compose.c
17996         * src/prefs_common.[ch]
17997                 automatically select account for mail replys
17998
17999 2001-06-19 [sergey]
18000
18001         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
18002         they are filled in from the account settings.
18003
18004 2001-06-19 [paul]
18005
18006         * more sync with sylpheed 0.5.0pre1
18007
18008 2001-06-18 [alfons]
18009
18010         * src/Makefile.am,
18011           src/procmime.c
18012                 added --sysconfdir to CPPFLAGS for pointing to the correct
18013                 location of mime.types. 
18014
18015                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
18016                 or ./configure!
18017
18018 2001-06-18 [hoa]
18019
18020         * src/summaryview.c
18021                 fixed some bug when building threads
18022
18023 2001-06-18 [pau]l
18024
18025         * src/prefs_account.c
18026                 UI stuff: More changes to the English
18027
18028 2001-06-18 [paul]
18029
18030         * src/pixmaps/stock_news_compose.xpm: new file
18031         * src/Makefile.am
18032         * src/mainwindow.c
18033         * src/summaryview.c
18034                 Added new icon for Hoa's 'compose a news
18035                 message', plus minor improvements to the
18036                 English
18037
18038         * po/ja.po
18039         * ChangeLog
18040         * ChangeLog.jp
18041                 more sync with sylpheed 0.5.0pre1
18042
18043 2001-06-18 [hoa]
18044
18045         * src/compose.[ch]
18046         * src/mainwindow.c
18047                 Follow-up and reply to
18048
18049         * src/summaryview.[ch]
18050                 Build threads also with subjects
18051
18052 2001-06-17 [hoa]
18053
18054         * src/compose.c
18055                 forwarding use the current account.
18056
18057         * src/mainwindow.c
18058                 the "compose message" button has been replaced with
18059                 "new mail" and "new news" buttons
18060
18061         * src/prefs_common.[ch]
18062                 added a configuration option to use the forward button
18063                 as "forward as attachment"
18064                 changed reply and forward format description
18065
18066         * src/quote_fmt_lex.l
18067         * src/quote_fmt_parse.y
18068                 added message with no signature in format for reply
18069                 and forward.
18070
18071 2001-06-17 [paul]
18072
18073         Minor UI stuff
18074
18075         * src/mainwindow.c
18076         * src/summaryview.c
18077                 Improvements to the English
18078
18079         * src/prefs_common.c
18080                 Improvements to the English and some
18081                 clarity/continuity improvements in the
18082                 description of Quote symbols.
18083
18084 2001-06-17 [paul]
18085
18086         0.5.0claws1
18087
18088         * sync with sylpheed 0.5.0pre1
18089
18090 2001-06-17 [hoa]
18091
18092         * src/compose.c
18093                 Better interface for compose, displayed fields
18094                 are updated whenever we change account.
18095                 Newsgroups field is automatically filled.
18096
18097         * src/mainwindow.c
18098                 Newsgroups field is automatically filled.
18099
18100         * src/prefs_account.c
18101                 Some interface stuff when fields appear and
18102                 disappear.
18103
18104 2001-06-16 [paul]
18105
18106         0.4.99claws
18107
18108         * sync with sylpheed 0.4.99
18109
18110 2001-06-16 [sergey]
18111
18112         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
18113         base64_decoder_free, base64_decoder_decode): new object and
18114         functions for decoding base64 streams.
18115         * src/procmime.c (procmime_decode_content): modified to use the
18116         new base64 decoder.
18117
18118 2001-06-15 [paul]
18119
18120         0.4.99claws10
18121
18122         * sync with sylpheed 0.4.99cvs11
18123
18124 2001-06-13 [paul]
18125
18126         0.4.99claws9
18127
18128         * sync with sylpheed 0.4.99cvs9
18129
18130 2001-06-13 [hoa]
18131
18132         * src/compose.c
18133         * src/prefs_account.c
18134
18135                 SMTP server can be defined in the news account
18136                 mime type of attachment are kept.
18137
18138         * src/summaryview.c
18139
18140                 now choose the highest important score between default
18141                 and important score of folder.
18142
18143 2001-06-09 [alfons]
18144         
18145         * src/prefs_common.c: 
18146
18147                 (prefs_quote_description_create): corrected description of 
18148                 quote format characters
18149
18150 2001-06-09 [paul]
18151
18152         0.4.99claws8
18153
18154         * sync with sylpheed 0.4.99cvs8
18155
18156 2001-06-08 [sergey]
18157
18158         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18159         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18160
18161 2001-06-08 [paul]
18162
18163         0.4.99claws7
18164
18165         * sync with sylpheed 0.4.99cvs7
18166
18167 2001-06-06 [sergey]
18168
18169         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18170         clashes with autogenerated header).
18171         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18172         * src/Makefile.am: added quote_fmt.h.
18173         * src/.cvsignore: added lex/yacc autogenerated files
18174         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18175
18176 2001-06-06 [paul]
18177
18178         0.4.99claws6
18179
18180         * sync with sylpheed 0.4.99cvs6
18181
18182 2001-06-06 [hoa]
18183
18184         * added src/quote_fmt_parse.h
18185         * src/compose.c
18186                 removed warnings
18187
18188         * src/prefs.[ch]
18189                 don't modify readonly configuration files
18190
18191         * src/prefs_account.c
18192         * src/prefs_common.c
18193         * src/prefs_customheader.c
18194         * src/prefs_display_header.c
18195         * src/prefs_filter.c
18196         * src/prefs_filtering.c
18197         * src/prefs_scoring.c
18198                 don't open dialog box when configuration files
18199                 are readonly
18200
18201 2001-06-05 [sergey]
18202
18203         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18204
18205         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18206         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18207         BUILT_SOURCES to make all files rebuild properly.
18208
18209         * src/compose.c: removed #include "quote_fmt.tab.h".
18210
18211         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18212         CHARACTER value in yylval.
18213
18214         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18215         receive CHARACTER value by documented means (yylval).
18216
18217         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18218
18219 2001-06-05 [hoa]
18220
18221         * src/Makefile.am
18222                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18223
18224         * src/filtering.c
18225         * src/matcher.c
18226         * src/matcher.h
18227         * src/prefs_filtering.c
18228                 now keep the configuration for execute action
18229
18230         * src/mbox_folder.c
18231                 fixed a warning
18232
18233 2001-06-05 [paul]
18234
18235         * sync with sylpheed 0.4.99cvs5
18236
18237 2001-06-05 [hoa]
18238
18239         * src/Makefile.am
18240                 added quote_fmt.[ch]
18241
18242         * added src/quote_fmt.y
18243         * added src/quote_fmt.l
18244         * added src/quote_fmt.tab.h
18245         * added src/quote_fmt.tab.c
18246         * added src/lex.quote_fmt.c
18247                 parsing configuration for replying
18248                 and forwarding
18249
18250         * src/prefs_common.[ch]
18251                 added configuration UI for replying
18252                 and forwarding
18253
18254         * src/compose.c
18255                 using configuration for replying
18256                 and forwarding
18257
18258 2001-06-04 [hoa]
18259
18260         * src/filtering.c
18261         * src/matcher.c
18262         * src/matcher.h
18263         * src/prefs_filtering.c
18264         * src/prefs_matcher.c
18265         * src/prefs_matcher.h
18266                 action "run a command" for filtering
18267                 and matching with a command.
18268                 fixed the "whole message" matching
18269
18270         * src/mbox_folder.c
18271                 changed temporary filename for security
18272
18273         * src/messageview.c
18274                 queue the notification if it fails to send.
18275
18276         * src/prefs_common.c
18277         * src/prefs_folder_item.c
18278                 changed the default important score             
18279
18280         * src/prefs_scoring.c
18281         * src/scoring.c
18282                 hide kill score input when the folder is not
18283                 a newsgroup
18284
18285 2001-06-03 [alfons]
18286
18287         * src/prefs_common.c:
18288
18289                 (prefs_font_select): pass font name in font entry box to font
18290                 selection dialog.
18291
18292 2001-06-03 [sergey]
18293
18294         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18295
18296 2001-06-03 [paul]
18297
18298         * sync with sylpheed 0.4.99cvs4
18299
18300 2001-06-03 [alfons]
18301
18302         * src/headerwindow.c:
18303
18304                 (headerwindow_show_cb): use the selected summary view item, not
18305                 the displayed item.
18306
18307 2001-06-02 [alfons]
18308
18309         * src/headerwindow.c:
18310
18311                 (headerwindow_show_cb): always try to show msginfo
18312
18313 2001-06-02 [hoa]
18314
18315         * src/compose.c
18316                 keep attached parts when reediting or forwarding.
18317
18318 2001-06-01 [hoa]
18319
18320         * src/folderview.c
18321         * src/prefs_folder_item.[ch]
18322         * src/prefs_scoring.[ch]
18323         * src/scoring.[ch]
18324         * src/summaryview.[ch]
18325         * src/main.c
18326         * src/mainwindow.c
18327         * src/prefs_common.[ch]
18328                 support for folder scoring
18329                 kill score and important score for messages
18330         
18331         * src/prefs_account.c
18332                 some display bug fixed for local account
18333                 preferences
18334
18335 2001-05-31 [alfons]
18336
18337         * src/summaryview.c:
18338
18339                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18340                 sender to address book menu item is disabled.
18341
18342 2001-05-30 [hoa]
18343
18344         * src/filtering.[ch]
18345         * src/summaryview.c
18346                 handling summary menu / filter messages
18347
18348         * src/folder.[ch]
18349                 add some stuff
18350
18351         * src/foldersel.c
18352                 imap folders now appears in list
18353
18354         * src/mbox_folder.c
18355                 doesn't crash if destination mail is not writeable
18356
18357 2001-05-29 [hoa]
18358
18359         * src/compose.c
18360                 removed some warnings
18361
18362         * src/filtering.c
18363         * src/folder.[ch]
18364         * src/prefs_filtering.c
18365                 global string to identify any folders           
18366                 removed some debug info
18367                 filtering to mbox folders is now possible
18368
18369         * src/mainwindow.c
18370                 removed some warnings
18371
18372         * src/mbox_folder.c
18373                 permission on files are changed to read/write for user only,
18374                 nothing for other.
18375                 creation of subfolder is handled better.
18376
18377 2001-05-28 [alfons]
18378
18379         Verified the sync for src/prefs_common.[ch] and
18380         src/prefs_account.[ch]. I believe there were some
18381         minor indentation differences.
18382
18383 2001-05-28 [paul]
18384
18385         0.4.99claws3
18386
18387         * sync with 0.4.99cvs3
18388
18389 2001-05-28 [hoa]
18390
18391         * src/compose.c
18392                 handling flags for mbox format
18393
18394         * src/filtering.c
18395                 use of mark file only for MH format
18396                 handling flags for mbox format
18397                 filtering cannot yet move or copy mails to mbox folders.
18398
18399         * src/folder.[ch]
18400                 changed move_msg, copy_msg,
18401                 move_msgs_with_dest, copy_msgs_with_dest functions
18402                 uses only folder->copy_msg() function
18403                 uses folder->finished_copy() to handle the destination
18404                 folder at the end of the copy or move operation.
18405
18406         * src/foldersel.c
18407                 included mbox directories.
18408
18409         * src/folderview.[ch]
18410         * src/mainwindow.c
18411                 handle folders operation for mbox format
18412
18413         * src/mbox.c
18414                 disable conversion of "From " header
18415
18416         * src/mbox_folder.[ch]
18417                 completion of mbox format handling
18418
18419         * src/mh.c
18420                 changed mh_copy_msg() function and
18421                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18422                 mh_copy_msgs_with_dest()
18423
18424         * src/prefs_filtering.c
18425                 removed some warnings
18426
18427         * src/prefs_matcher.c
18428                 default boolean operation is AND
18429
18430         * src/procheader.c
18431                 handling flags for mbox format
18432                 handling of "From " header
18433
18434         * src/procmsg.[ch]
18435                 removed data field
18436                 added MSG_REALLY_DELETED flags to handle deletion of
18437                 messages in mbox format.
18438
18439         * src/summaryview.c
18440                 handling flags for mbox format
18441                 disable the MSG_DELETED flags when messages
18442                 are deleted in mbox format
18443
18444         * src/textview.c
18445                 "From " headers display fixed.
18446
18447 2001-05-27 [alfons]
18448
18449         * src/textview.c:
18450                 
18451                 (get_email_part): skip quoted email addresses, like in e.g.
18452                 "'alfons@proteus.demon.nl'".
18453
18454 2001-05-26 [alfons]
18455
18456         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18457         and fixing the persistence troubles when using separate windows.
18458
18459         * src/mainwindow.c:
18460         
18461             Added #define SEPARATE_ACTION used in the gtk item factory for 
18462             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18463                 use gtk_item_factory_get_widget_by_action() to get the items.
18464                 
18465             Removed separate_widget_cb from the gtk item factory data   
18466           
18467             (mainwindow_create): connect separate_widget_cb() to check
18468             menu item "toggled" signal. also passing a MainWindow pointer
18469                 as object data for both check menu items.
18470                 
18471             (separate_widget_cb): definition of separate_widget_cb() to match
18472             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18473                 window using gtk_object_get_data(). The type of window separation 
18474                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18475         
18476         * src/prefs_filtering.c,
18477           src/prefs_matcher.c: added horizontal scrollbars
18478
18479 2001-05-25 [darko]
18480
18481         * src/headerview.c
18482                 fix segfault with invalid bold font
18483         * src/summaryview.c
18484                 correctly display summary stats after row is marked
18485
18486 2001-05-23 [sergey]
18487
18488         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18489         encodings with libjconv.
18490
18491 2001-05-23 [hoa]
18492
18493         * src/Makefile.am
18494                 added mbox_folder.[ch]
18495         * src/defs.h
18496                 mbox temporary folder
18497         * src/folder.[ch]
18498         * added src/mbox_folder.[ch]
18499         * src/folderview.c
18500         * src/procheader.[ch]
18501                 added mbox support
18502         * src/mbox.c
18503                 bugfix for file incorporation filtering
18504         * src/imap.c
18505                 enable creation of MBOX
18506         * src/prefs_display_header.c
18507                 enable use of headers like "From "
18508                 something that should be fixed :
18509                         displaying of such headers add an extra space
18510         * src/prefs_folder_item.c
18511                 don't create folders because it is not necessary
18512         * src/procmsg.h
18513                 added data field to MsgInfo for mbox internal use
18514         * src/summaryview.c
18515                 added some support for mbox
18516         * src/utils.[ch]
18517                 added get_mbox_cache_dir() function
18518
18519 2001-05-23 [hiroyuki]
18520
18521         * src/headerwindow.c
18522           src/inc.c
18523           src/main.c
18524           src/mh.c
18525           src/nntp.c
18526           src/procmsg.h
18527           src/session.h
18528           src/socket.[ch]
18529           src/summaryview.c
18530           src/textview.c
18531           src/automaton.c
18532           src/folderview.c: more sync with 0.4.99cvs2.
18533
18534         * src/headerwindow.c: reverted.
18535
18536 2001-05-22 [paul]
18537
18538         0.4.99claws2
18539
18540         * sync with sylpheed 0.4.99cvs2
18541                 * src/news.[ch]
18542                 * src/nntp.[ch]
18543                 * INSTALL
18544                 * INSTALL.jp
18545
18546 2001-05-22 [alfons]
18547
18548         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18549
18550 2001-05-21 [alfons]
18551
18552         Minor things:
18553
18554         * configure.in: if gnome-config not found, "no" is displayed
18555         
18556         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18557
18558         * src/textview.c: now also possible to add mail addresses by right
18559           clicking in the text view
18560
18561         * src/codeconv.c: merged patch which fixes endless loop when encountering
18562           invalid wide characters; from Alte <010@imis.ru>  
18563
18564 2001-05-20 [alfons]
18565
18566         Added installation of gnome specific things:
18567
18568         * Makefile.am: gnome conditional
18569
18570         * configure.in: check for installed gnome
18571
18572         * added sylpheed.png, sylpheed.desktop
18573
18574 2001-05-20 [sergey]
18575
18576         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18577
18578         * src/mainwindow.h (main_window_toolbar_create): created a button
18579         for "Reply to all".
18580         (main_window_set_toolbar_sensitive): enable/disable the new button
18581         appropriately.
18582         (toolbar_reply_to_author_cb): handle the new button.
18583
18584         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18585         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18586         failure).
18587
18588 2001-05-19 [sergey]
18589
18590         * src/compose.h (ComposeReplyMode): new modes
18591         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18592         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18593
18594         * src/compose.c
18595         (compose_send): move some code into a new function:
18596         (compose_current_mail_account): new function.
18597         (compose_reply): new argument to_author, all callers changed; if
18598         to_author==TRUE and account->protocol==A_NNTP, find and use an
18599         appropriate mail account for replying.
18600         (compose_reply_set_entry): new argument to_author; ignore
18601         compose->replyto if to_author==TRUE.
18602
18603         * src/mainwindow.c: new command "Message/Reply to author".
18604         (main_window_set_menu_sensitive): enable/disable it.
18605         (reply_cb): handle it.
18606
18607         * src/summaryview.c: new command "Reply to author".
18608         (summary_set_menu_sensitive): enable/disable it.
18609         (summary_reply_cb): handle it.
18610
18611         * src/account.c (account_find_mail_from_address): new function.
18612
18613 2001-05-18 [paul]
18614
18615         0.4.99claws1
18616
18617         * sync with sylpheed 0.4.99cvs1
18618
18619 2001-05-18 [hoa]
18620
18621         * src/compose.[ch]
18622         * src/filtering.c
18623         * src/summaryview.c
18624                 new filtering action : forward and forward as attachment
18625
18626         * src/main.c
18627                 no need for $DISPLAY when we run sylpheed --help
18628                 call to parse_cmd_opt() is moved
18629
18630         * src/mainwindow.[ch]
18631                 execute button is hidden when immediate execute
18632                 is chosen
18633
18634         * src/mh.c
18635         * src/news.c
18636         * src/prefs_folder_item.c
18637         * src/procmsg.c
18638                 better handling of missing directories
18639
18640         * src/summaryview.c
18641                 reedit is enabled in outbox
18642                 reedit is enabled in queue
18643
18644 2001-05-17 [hoa]
18645
18646         * src/filtering.c
18647         * src/matcher.[ch]
18648         * src/prefs_filtering.c
18649                 changed attachement into attachment
18650
18651 2001-05-17 [alfons]
18652
18653         0.4.67claws4    
18654
18655         * sync with sylpheed 0.4.67cvs9
18656         * sync with sylpheed 0.4.67cvs7-8
18657
18658 2001-05-17 [hoa]
18659
18660         * src/Makefile.am
18661                 added prefs_filtering.c
18662
18663         * src/filtering.[ch]
18664         * src/matcher.[ch]
18665                 removed action : forward_news and forward_news_as_attachement
18666                 (forward and forward_as_attachement can be used instead)
18667
18668         * src/mainwindow.c
18669                 added menu option to access filtering configuration
18670
18671         * src/prefs_account.c
18672                 changed mail_command default to /usr/sbin/sendmail
18673
18674         * added src/prefs_filtering.[ch]
18675                 dialog box for filtering configuration
18676
18677         * src/prefs_matcher.c
18678                 added function prefs_matcher_get_criteria_from_matching()
18679
18680         * src/prefs_scoring.c
18681                 reset the dialog when register or substitute is clicked
18682
18683 2001-05-15 [hoa]
18684
18685         * src/Makefile.am
18686                 added filtering.[ch]
18687         * src/inc.c
18688                 using filering.[ch] instead of filter.[ch]
18689         * src/main.c
18690                 reading new filtering configuration
18691         * src/matcher.[ch]
18692                 added some filtering actions
18693                 and fixed a bug for headers and mail body matching
18694         * src/mbox.c
18695                 using filering.[ch] instead of filter.[ch]
18696         * src/mh.c
18697                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18698         * src/summaryview.c
18699                 some fixes for filtering
18700
18701 2001-05-14 [hiroyuki]
18702
18703         * src/send.c: fixed some weird indentations.
18704           send_message_with_command(): call pclose() only if p != NULL.
18705         * src/textview.c: get_email_part(): modified the code for readability.
18706
18707 2001-05-14 [hiroyuki]
18708
18709         * src/md5global.h
18710           src/md5ify.c
18711           src/md5ify.h: removed from the cvs.
18712
18713 2001-05-13 [sergey]
18714
18715         * src/main.c: include rfc2015.h to avoid compiler warnings.
18716         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18717         the panel is already on screen.
18718         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18719         closing the alert window by ESC as "No".
18720         * src/prefs_common.c (prefs_interface_create): moved return
18721         receipt check button to the correct place.
18722
18723 2001-03-13 [alfons]
18724
18725         * src/prefs_common.c: 
18726                 moved return receipt check button to the Send tab. (prefs_send_create)
18727                 removed the date format ui related globals. (prefs_display_create)
18728
18729         0.4.67claws3
18730         
18731         * sync with sylpheed 0.4.67cvs5-6
18732
18733 2001-05-13 [paul]
18734
18735         * added Alfons' font selection patch
18736
18737         * src/defs.h
18738         * src/headerwindow.c
18739         * src/prefs_common.c
18740         * src/prefs_common.h
18741
18742 2001-05-13 [hoa]
18743         * src/defs.h
18744                 changed version of cache
18745         * src/matcher.[ch]
18746         * src/prefs_matcher.c
18747                 added additionnal matching criteria
18748         * src/procheader.c
18749         * src/procmsg.[ch]
18750         * src/news.c
18751                 added references in MsgInfo
18752
18753 2001-05-12 [hoa]
18754
18755         * src/defs.h
18756                 prepared some things for new filtering
18757         * src/matcher.[ch]
18758                 added some matching properties
18759                 inreplyto need to be enhanced
18760                 prepared some things for new filtering
18761         * src/messageview.c
18762                 added Return-Receipt-To handling
18763         * src/prefs_folder_item.c
18764                 changed default value to TRUE
18765         * src/prefs_matcher.c
18766                 added some matching properties
18767         * src/prefs_scoring.[ch]
18768                 the scoring dialog is finished
18769         * src/procheader.c
18770                 added Return-Receipt-To handling
18771                 Reference need to be added
18772         * src/procmsg.[ch]
18773                 added Return-Receipt-To handling
18774                 added threadscore to get a better score sorting when
18775                 threads are enabled
18776         * src/summaryview.c
18777                 suppressed a bug when we sort the list
18778                 when no folder is opened.
18779                 better score sorting when threads are enabled
18780
18781 2001-05-12 [alfons]
18782
18783         * reverted previous patch because of potential errors 
18784
18785         0.4.67claws2
18786         
18787         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18788                 applied "toggle mail-retrieval dialog window" patch submitted 
18789                 by Eric Limpens <eric@qnt.net>
18790
18791         * sync with sylpheed 0.4.67cvs4
18792
18793 2001-05-12 [sergey]
18794
18795         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18796         some picky compilers.
18797         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18798         * src/grouplist_dialog.c: include alertpanel.h.
18799         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18800         fix compile warning.
18801         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18802         #include "defs.h" before others to prevent the warning of `MIN'
18803         and `MAX' redefinition.
18804
18805 2001-05-11 [hoa]
18806
18807         * src/main.c
18808         * src/messageview.c
18809         * src/prefs_account.c
18810         * src/prefs_display_header.c
18811                 removed warning
18812         * src/Makefile.am
18813                 added prefs_scoring.[ch]
18814         * src/grouplist_dialog.c
18815                 display an error dialog box if the group list
18816                 cannot be fetched.
18817         * src/mainwindow.[ch]
18818                 added main_window_set_thread_option() function
18819                 scoring dialog box enabled
18820         * src/matcher.[ch]
18821                 added flags matching unread /new / marked
18822                 / deleted / replied / forwarded
18823         * src/news.c
18824                 newsgroups are now finally in newscache
18825         * src/prefs_matcher.[ch]
18826                 finished preferences for matching dialog
18827         * added src/prefs_scoring.[ch]
18828                 scoring dialog box completed
18829         * src/scoring.[ch]
18830                 conversion to string : added scoringprop_to_string()
18831                 write config for preferences :
18832                 added prefs_scoring_write_config()
18833         * src/summaryview.c
18834                 threads can be enabled/disabled independently
18835                 for each folder
18836
18837 2001-05-10 [alfons]
18838
18839         0.4.67claws1
18840         
18841         * AUTHORS: 
18842                 thought it would be nice to have a list of all
18843                 contributors (used Changelog as a reference)
18844         
18845         * configure.in: 
18846                 messed up version numbering...
18847
18848         0.4.66claws1
18849
18850         * sync with sylpheed 0.4.67cvs1-3
18851
18852 2001-05-10 [darko]
18853
18854         * src/prefs_common.c:
18855                 better UI for strftime format, double clicking
18856                 on format now inserts the format in text entry
18857                 replaced close button with standard OK/Cancel
18858                 moved date format button to the right of the
18859                 text entry field
18860
18861 2001-05-09 [alfons]
18862
18863         * src/gtkstext.c:
18864                 Ctrl-Home / Ctrl-End have proper cursor navigation
18865
18866 2001-05-09 [hoa]
18867
18868         * src/prefs_matcher.c
18869                 finished UI to define matching properties
18870                 added ok and cancel button
18871         * src/prefs_filter.c
18872                 added ok and cancel button
18873         * src/news.c
18874                 fixed some bug in xhdr parsing
18875
18876 2001-05-08 [alfons]
18877
18878         * src/textview.c: 
18879                 fixed a bug in textview_show_header(), which displayed two colons (':');
18880                 cleaned up some warnings
18881
18882 2001-05-08 [hoa]
18883
18884         * src/Makefile.am
18885                 added prefs_matcher.[ch]
18886                 compilation with -W -Wall
18887         * src/alertpanel.c
18888                 ungrab the mouse events if grabbed - does it
18889                 fix the bug for disposition notification ?
18890         * src/mainwindow.c
18891                 added a menu option to open the matching dialog.
18892         * src/matcher.[ch]
18893                 added matcherprop_to_string() and matcherlist_to_string()
18894                 fixed some bugs, changed the name of some options
18895                 age_sup and age_inf becomes age_greater and age_lower,
18896                 body and messageheaders becomes body_part and headers_part,
18897                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18898         * src/prefs_display_header.c
18899         * src/prefs_headers.c
18900                 fixed a bug that accidentally destroyed dialogs
18901                 when closed them with delete_event
18902                 Added *_deleted() which handle delete_event signal correctly.
18903         * src/prefs_folder_item.[ch]
18904                 added "enable_thread" field for future customization
18905         * added src/prefs_matcher.[ch]
18906                 sample of the UI to define matching properties
18907         * src/procheader.c
18908                 using procheader_headername_equal instead of str*cmp functions
18909                 using procheader_parse_header() function
18910         * src/scoring.c
18911                 using MATCHING_XXX instead of SCORING_XXX
18912         * src/summaryview.c
18913                 display the sender of the news even if this is ourself
18914                 when this is a news message.
18915         * src/textview.c
18916                 using headername_equal() instead of str*cmp functions
18917
18918 2001-05-08 [alfons]
18919
18920         0.4.66claws
18921
18922         * sync with sylpheed 0.4.66
18923         * src/gtkstext.c: trace logs added 
18924
18925 2001-05-08 [sergey]
18926
18927         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18928         signature check popup.
18929         * src/rfc2015.c (check_signature): show signature check popup only
18930         if it is enabled in preferences.
18931
18932 2001-05-07 [alfons]
18933
18934         0.4.66claws4
18935         
18936         * sync with sylpheed 0.4.66cvs6
18937
18938 2001-05-07 [darko]
18939
18940         * src/prefs_common.[ch]: added option to enable/disable
18941           looking up sender name in address book for summary pane
18942         * src/summaryview.c: look up sender in the address book
18943           by using Alfons' address completion code
18944
18945 2001-05-07 [hiroyuki]
18946
18947         * src/inc.h
18948           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18949           member of Pop3State.
18950         * src/news.c: brought #include "defs.h" before #include <glib.h>
18951           to prevent the warning of `MIN' and `MAX' redefinition.
18952
18953 2001-05-06 [hoa]
18954
18955         * removed src/headers_display.[ch]
18956         * removed src/prefs_display_headers.[ch]
18957         * src/inc.c
18958                 use a temporary file in the user directory for mbox import
18959         * src/news.c
18960                 added XHDR support to get "To" and "Cc" headers
18961                 (in order to match news with to or cc field for
18962                 scoring)
18963                 added function news_parse_xhdr() to get XHDR response
18964         * src/nntp.[ch]
18965                 added function nntp_xhdr()
18966         * src/matcher.c
18967                 fetch the message if necessary
18968
18969 2001-05-06 [alfons]
18970
18971         0.4.66claws3
18972
18973         * sync with sylpheed 0.4.66cvs3-5
18974
18975 2001-05-06 [hoa]
18976
18977         * src/utils.[ch]
18978                 added function itos_buf() to enable use of several buffers
18979         * src/summaryview.c
18980                 use of itos_buf() instead of itos() in summary list
18981                 to fix the broken display of message number.
18982
18983 2001-05-06 [alfons]
18984
18985         * src/gtkstext.c: bug in cursor up navigation fixed,
18986                 fixed another unsigned / signed comparison (we're getting there :-)
18987
18988 2001-05-06 [hoa]
18989
18990         * src/Makefile.am
18991                 added scoring.c scoring.h
18992                 prefs_folder_item.c prefs_folder_item.h
18993                 matcher.c matcher.h
18994         * src/defs.h
18995                 added FOLDERITEM_RC SCORING_RC
18996         * src/folder.[ch]
18997                 added prefs field in FolderItem :
18998                 properties for each folder (PrefsFolderItem),
18999                 sorting type and mode were added as the first properties.
19000         * src/main.c
19001                 read config for scoring
19002         * added src/matcher.[ch]
19003                 gives functions to parse configuration file to do
19004                 matching on mails with a list of conditions.
19005         * src/mainwindow.c
19006                 add option to sort by score
19007         * src/prefs_common.[ch]
19008                 added preference option to show score and for
19009                 the score column size
19010         * added src/prefs_folder_item.[ch]
19011                 properties for each folder (PrefsFolderItem),
19012                 sorting type and mode were added as the first properties.
19013         * src/procheader.[ch]
19014                 added procheader_parse_header()
19015                 added procheader_header_free()
19016                 added procheader_headername_equal()
19017                 and made modification to use them.
19018         * src/procmsg.[ch]
19019                 added score field to MsgInfo structure
19020         * added src/scoring.[ch]
19021                 gives functions to parse configuration file to do
19022                 scoring on mails with a list of conditions.
19023         * src/summaryview.[ch]
19024                 save the sorting type and mode for the folder
19025                 added column to display the score of the mail
19026                 added function summary_score_clicked()
19027                 sorting type and mode are restored to the folder
19028                 when it is reopen
19029         * src/textview.c
19030                 use procheader_parse_header(), procheader_headername_equal()
19031                 removed memory leak in text_scan_header when freeing headers
19032         * src/filter.c
19033                 changed the function to match names of headers
19034                 using procheader_headername_equal()
19035
19036         Scoring functions are implemented, an interface is needed
19037         to configure that.
19038
19039 2001-05-04 [alfons]
19040
19041         * src/gtkstext.c: 
19042                 hopefully fixed the row up navigation bug,
19043                 removed adding back / forward lines to cache
19044
19045 2001-05-04 [sergey]
19046
19047         * src/prefs_display_headers.c: user interface changes:
19048         (prefs_display_headers_create): remove unused "Show" check button;
19049         allow reordering of headers by dragging.
19050         (prefs_display_headers_write_config): remove unused variables.
19051         (prefs_display_headers_set_dialog): do not insert "(New)" at top
19052         of lists (not needed with the new UI).
19053         (prefs_display_headers_set_list): scan lists starting from row 0,
19054         not 1 (do not skip "(New)").
19055         (prefs_display_headers_find_header): new function.
19056         (prefs_display_headers_clist_set_row): do not allow duplicates.
19057         (prefs_display_headers_delete_cb): do not skip row 0; treat
19058         closing the alert window by ESC as "No".
19059         (prefs_display_headers_up): do not protect row 0.
19060         (prefs_display_headers_down): do not protect row 0.
19061
19062 2001-05-04 [sergey]
19063
19064         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
19065         functions.
19066
19067         * src/summaryview.c
19068         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
19069         summary_select_next_marked, summary_select_prev_marked): new
19070         functions.
19071
19072 2001-05-03 [sergey]
19073
19074         * src/news.c: fixed a bug when no article can be fetched after
19075         server timeout if the connection was restored by news_post():
19076         (news_select_group): new function.
19077         (news_fetch_msg): call news_select_group() before fetching
19078         article.
19079         (news_get_uncached_articles): set session->group after successful
19080         GROUP command.
19081
19082 2001-05-03 [hoa]
19083
19084         * src/defs.h
19085         * src/procmsg.[ch]
19086         * src/procheader.c
19087                  changed version of cache, added cc field
19088
19089         * src/prefs_display_headers.c
19090                 the interface was changed
19091
19092         * src/prefs_headers.c
19093                 added cancel button
19094
19095 2001-05-03 [alfons]
19096
19097         * completed sync of sylpheed cvs2
19098         * src/gtkstext.c: updated row up / down cursor navigation
19099         * src/textview.c: re-edited, prepared for fixing the email address
19100                 scanner.
19101
19102 2001-05-03 [darko]
19103
19104         * src/prefs_common.c: use alfons' strftime ui code
19105         entry_datefmt and datefmt_sample widgets have to be
19106         global in this module because of this change
19107
19108 2001-05-03 [hoa]
19109
19110         * src/messageview.c
19111         * src/prefs_common.[ch] added option to activate the return receipt
19112                 feature.
19113
19114 2001-05-02 [alfons]
19115
19116         * src/gtkstext.c: fix for row up/down cursor navigation. 
19117
19118         0.4.66claws2
19119         
19120         * sync with 0.4.66cvs2
19121
19122 2001-05-02 [paul]
19123
19124         added add-sender-to-addressbook patch
19125
19126         * src/addressbook.c
19127         * src/addressbook.h
19128         * src/summaryview.c
19129
19130 2001-05-02 [sergey]
19131
19132         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
19133         G_ALERTDISABLE.
19134
19135         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19136         all existing callers changed to pass FALSE; create a check button
19137         to disable the message.
19138         (alertpanel_message_with_disable): new function.
19139         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19140         (alertpanel_button_toggled): new function.
19141         (alertpanel_button_clicked, alertpanel_close): set value using
19142         G_ALERT_VALUE_MASK.
19143
19144         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19145
19146         * src/prefs_common.c (prefs_privacy_create): new check button
19147         checkbtn_gpgme_warning.
19148
19149         * src/main.c (main): moved preferences reading before gpgme
19150         initialization; check prefs_common.gpgme_warning before giving the
19151         GnuPG warning and set it to FALSE if the user wants to disable the
19152         warning.
19153
19154 2001-05-02 [hiroyuki]
19155
19156         * src/prefs_display_headers.c: modified the layout and some labels.
19157
19158 2001-05-02 [sergey]
19159
19160         * src/prefs_account.c (prefs_account_fix_size): new function.
19161         (prefs_account_create): call prefs_account_fix_size(); use
19162         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19163         size when the window is shown for the first time).
19164         (prefs_account_basic_create): changed layout of serv_table; moved
19165         localmbox_entry above smtpserv_entry (logically it replaces
19166         POP3/IMAP server).
19167         (prefs_account_protocol_activated): set sensitivity of
19168         nntpauth_chkbtn according to the protocol (in addition to
19169         hide/show); commented out gtk_table_set_row_spacing() calls.
19170         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19171         not sensitive (fixes a bug with disabled username/password boxes
19172         when editing POP3 account after NNTP with authentication).
19173
19174 2001-05-02 [hoa]
19175
19176         * src/account.c
19177         * src/inc.c
19178         * src/prefs_account.[ch]
19179         * src/send.c
19180                 removed local account without SMTP server
19181                 added option to use mail command instead of a connexion
19182                 to SMTP server when a local account is used
19183         * src/prefs_headers.c
19184                 fixed a bug
19185         * src/news.c
19186                 fixed a bug when connexion immediately closed
19187
19188 2001-05-01 [alfons]
19189
19190         0.4.66claws1
19191         
19192         * sync with 0.4.65
19193
19194 2001-05-01 [sergey]
19195
19196         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19197         widget nntpauth_chkbtn.
19198         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19199         visibility.
19200         (prefs_account_nntpauth_toggled): new function.
19201
19202         * src/news.c (news_session_new_for_folder): use NNTP
19203         authentication only if ac->use_nntp_auth is set.
19204
19205 2001-05-01 [hoa]
19206
19207         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19208         * src/prefs_display_headers.c changed the UI
19209         * src/prefs_headers.c changed account_name to account_id
19210         * src/compose.c using customheader.h
19211
19212 2001-05-01 [hiroyuki]
19213
19214         * src/esmtp.c
19215           src/news.c
19216           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19217           unsynched.
19218
19219 2001-05-01 [hoa]
19220
19221         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19222         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19223                 for displaying of headers
19224         * src/grouplist_dialog.[ch] minor changes to remove warnings
19225         * src/prefs_display_headers.[ch] dialog to choose the
19226         headers to display in the mail viewer.
19227         * src/headers.h correction of #define
19228         * src/headers_display.[ch] configuration for displaying of headers.
19229         * src/main.c read config of displaying of headers
19230         * src/prefs_common.c add a button to access the config dialog
19231                 for displaying of headers
19232         * src/prefs_display_headers.[ch] dialog for configuration for
19233                 displaying of the headers.
19234         * src/prefs_headers.c cleaning of code
19235         * src/procheader.c comments added to code
19236         * src/textview.c changes to reorder the headers depending
19237                 on the config for displaying of headers
19238
19239 2001-04-30 [alfons]
19240
19241         0.4.65claws7
19242
19243         * sync with 0.4.65cvs12
19244
19245         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19246
19247 2001-04-30 [sergey]
19248
19249         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19250
19251         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19252         is set to force reconnection after authentication failure.
19253         (nntp_gen_command): set sock->auth_failed on authentication
19254         failure, or if sock->userid and sock->passwd are not set.
19255
19256         * src/news.c (news_session_new_for_folder): set userid=NULL if
19257         password dialog is cancelled.
19258
19259 2001-04-30 [sergey]
19260
19261         * src/nntp.h (NNTPSockInfo): new type.
19262
19263         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19264         SockInfo.
19265         (nntp_open_auth, nntp_close): new functions.
19266         (nntp_gen_command): new function to handle authentication; all
19267         NNTP command functions updated to use it.
19268         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19269         (nntp_list): removed old useless code.
19270
19271         * src/news.h (NNTPSession): new field nntp_sock.
19272
19273         * src/news.c: all functions updated to use NNTPSockInfo instead of
19274         SockInfo.
19275         (news_session_new): new arguments (userid, passwd); made static;
19276         use nntp_open_auth() if needed.
19277         (news_session_destroy): use nntp_close() instead of sock_close().
19278         (news_query_password): changed arguments.
19279         (news_session_new_for_folder): new function.
19280         (news_session_get): use news_session_new_for_folder().
19281         (news_authenticate): deleted.
19282         (news_get_uncached_articles): removed old authentication code.
19283
19284 2001-04-30 [sergey]
19285
19286         * src/news.c: reverted my previous changes (need to do NNTP
19287         authentication in a cleaner way).
19288         
19289 2001-04-29 [sergey]
19290
19291         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19292         news_nntp_post, news_nntp_mode): new functions (wrappers with
19293         authentication support).
19294         (news_get_article_cmd, news_get_article, news_get_header): new
19295         argument "folder"; all callers changed.
19296         (news_get_article_cmd): added authentication support.
19297         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19298         (news_post): use news_nntp_post() instead of nntp_post().
19299         (news_get_uncached_articles): use news_nntp_group() instead of
19300         nntp_group() and news_nntp_xover() instead of nntp_xover();
19301         removed old authentication code.
19302         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19303
19304         * src/nntp.c (nntp_list): return real error code instead of
19305         hardcoded NN_ERROR.
19306
19307 2001-04-29 [sergey]
19308
19309         * configure.in: fixed wint_t typedef detection again
19310
19311 2001-04-28 [hoa]
19312
19313         * src/prefs_account.[ch], added A_LOCAL_CMD
19314                 (send mail with mail command)
19315         * src/send.c added function send_message_with_command()
19316         * src/inc.c made a more secure get_spool() function with
19317                 mktemp() but maybe mkstemp() or something more
19318                 secure can be used.
19319
19320 2001-04-28 [alfons]
19321
19322         * src/textview.c, colorization of email addresses in headers
19323
19324         0.4.65claws6
19325
19326         * bug sync with sylpheed
19327         * prefs_common.c: created date format ui for darko
19328         * sync with 0.4.65cvs11
19329         * configure.in: corrected to have the new gpg checks
19330
19331 2001-04-27 [alfons]
19332
19333         * completed sync with 0.4.65cvs10
19334         * minor debug things added to gtkstext.c
19335
19336 2001-04-27 [darko]
19337
19338         * configure.in: remove check for availability of
19339           strftime() as advised by Hiroyuki
19340         * src/prefs_common.[ch], src/procheader.c:
19341           synch strftime() code with Hiroyki's main branch
19342
19343 2001-04-26 [sergey]
19344
19345         * src/news.c: news_query_password(), news_authenticate(): new
19346           functions.
19347           news_get_uncached_articles(): added NNTP authentication
19348           handling.
19349         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19350           new functions.
19351         * src/prefs_account.c: prefs_account_protocol_activated():
19352           enable userid and password fields for NNTP.
19353
19354 2001-04-26
19355
19356         * configure.in: check for availability of strftime()
19357           [darko]
19358         * src/prefs_common.[ch], src/procheader.c: use
19359           strftime() for displaying date in summary pane if it
19360           is available
19361
19362 2001-04-25
19363
19364         * more .cvsignore cleanups [alfons]
19365
19366 2001-04-25
19367
19368         * ac/sv-check-type.m4: new autoconf macro.
19369         * configure.in: fixed wint_t typedef detection (did not work
19370           with gcc-2.96).
19371
19372 2001-04-25
19373
19374         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19375           [hiroyuki]
19376
19377 2001-04-24
19378         * modified gtkstext.c : buggy cursor navigation fixed, 
19379           and font descent also taken in account when drawing
19380           cursor. [alfons]
19381
19382 2001-04-24 [hoa]
19383         * added comments in src/news.c src/nntp.c
19384         * added src/prefs_headers.[ch]
19385         * added src/headers.[ch]
19386         * modified compose.c to activate custom headers
19387                 added function is_in_custom_headers
19388         * modified prefs_account.[ch]
19389                 added function prefs_account_customhdr_edit
19390         * modified src/defs.h :
19391                 added HEADERS_RC : name of the config file
19392                 for the custom headers
19393
19394 2001-04-24
19395
19396     0.4.65claws5
19397
19398         * configure.in
19399           src/gtkstext.[ch]
19400           src/compose.c
19401           src/Makefile.am
19402           
19403           added gtkstext with configure.in patch by Hiroyuki which
19404           should fix the XIM detection [alfons]
19405
19406         * more clean up of cvs [alfons]
19407
19408                  * removed all Makefile.in files to attic.
19409
19410                  * updated all .cvsignores to really ignore things that could
19411                    be unintentionally committed by a recursive commit.
19412
19413 2001-04-23 [hoa]
19414         * added src/grouplist_dialog.[ch]
19415         * changed src/folderview.c to call grouplist_dialog instead
19416                 of inputdialog
19417         * src/news.c :
19418                 added functions news_reset_group_list
19419                 and news_get_group_list
19420         * src/nntp.c :
19421                 added function nntp_list
19422         * src/defs.h :
19423                 added GROUPLIST_FILE : name of the newsgroup list cache file
19424
19425 2001-04-21
19426
19427         * added option to warn about queued messages on exit [sergey]:
19428
19429           * src/compose.c: compose_queue(): call folder_item_scan()
19430             and folderview_update_item() after queueing.
19431           * src/folderview.c: folderview_update_node(): draw the queue
19432             folder in bold font if there are queued messages.
19433           * src/mainwindow.c: queued_messages(): new function.
19434             app_exit_cb(): display warning if there are queued messages
19435             if warn_queued_on_exit is set.
19436           * prefs_common.[ch]: add warn_queued_on_exit option.
19437
19438         * enhanced GnuPG key selection support [sergey]:
19439
19440           * src/select-keys.c: updated to newer version from Win32
19441             branch with support for selecting arbitrary keys.
19442           * src/prefs_account.c: added the Privacy tab to the account
19443             options window.
19444             prefs_account_privacy_create(),
19445             prefs_account_sign_key_set_data_from_radiobtn(),
19446             prefs_account_sign_key_set_radiobtn(): new functions.
19447           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19448           * src/rfc2015.c: set_signers(): new function.
19449             pgp_sign(): add the account parameter, call set_signers().
19450             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19451           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19452           * src/compose.c: pass the current account to rfc2015_sign().
19453
19454         * tag name claws added to prevent confusion with main branch [alfons]
19455
19456         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19457
19458         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19459
19460         * sync with recent sylpheed cvs. Untested though. [alfons]
19461