086a1cf9b1ec39c00cdf3520f58c62df9e4452c5
[claws.git] / ChangeLog.claws
1 2003-11-20 [christoph]  0.9.6claws83
2
3         * src/mimeinfo.c
4                 use signed MimeInfo when checking the signature and not
5                 the selected one
6
7 2003-11-19 [alfons]     0.9.6claws82
8
9         * src/mainwindow.c
10                 fix crash when toggling separate views, patch submitted
11                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
12                 fixes bug #342, "separate views  cause crash"
13
14 2003-11-19 [paul]       0.9.6claws81
15
16         * src/compose.c
17                 compose_redirect_write_headers_from_headerlist(): 
18                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
19                 
20         * src/main.c
21                 code cleanup (inherited from 0.9.7cvs4)
22                 
23         * tools/tb2sylpheed
24                 bugfix: added missing attribute-list start. submitted by
25                 Urke MMI
26
27 2003-11-19 [luke]       0.9.6claws80
28
29         * src/textview.c
30                 revert my last commit until I get time to fix it
31
32 2003-11-18 [christoph]  0.9.6claws79
33
34         * src/mimeview.[ch]
35                 check parent MimeInfos for signatures and display the
36                 result of the parent when found
37
38         * src/pgpmime.c
39                 o avoid NULL pointer warnings
40                 o use procmime_mimeinfo_get_parameter()
41
42         * src/sgpgme.c
43                 small text changes
44
45 2003-11-17 [luke]       0.9.6claws78
46
47         * src/textview.c
48                 add check for disguised URLs, fixing bug 57
49                 "Hidden URL in HTML Mails"
50
51 2003-11-16 [christoph]  0.9.6claws77
52
53         * src/procmime.c
54                 fix crash when parsing invalid Content-Type header
55
56 2003-11-16 [christoph]  0.9.6claws76
57
58         * src/pgpmime.c
59         * src/privacy.c
60         * src/procmime.c
61         * src/sgpgme.[ch]
62                 implement message decrypting
63
64         * src/rfc2015.c
65                 remove old code
66
67 2003-11-14 [luke]       0.9.6claws75
68
69         * src/mimeview.c
70                 fix a couple of problems that treated application/* and
71                 application/octet-stream the wrong way around
72                 (since 0.9.6claws10), causing "Open" to do nothing.
73
74 2003-11-14 [christoph]  0.9.6claws74
75
76         * src/messageview.c
77         * src/pgpmime.c
78         * src/privacy.[ch]
79                 prepare for message part decrypting
80
81         * src/sgpgme.c
82                 add output for expired signatures
83
84         * src/rfc2015.c
85                 remove some old code
86
87 2003-11-10 [christoph]  0.9.6claws73
88
89         * src/mimeview.c
90                 add "Full info" button for bad and warn signature status
91
92         * src/sgpgme.c
93                 generate full signature info like gpg's output
94                 (gpg -v --with-fingerprint --verify)
95
96 2003-11-10 [christoph]  0.9.6claws72
97
98         * src/mimeview.c
99         * src/pgpmime.c
100         * src/privacy.[ch]
101         * src/sgpgme.[ch]
102         * src/textview.[ch]
103                 o add code to view full signature info
104                 o do automatic signature checks
105
106 2003-11-10 [alfons]     0.9.6claws71
107
108         * src/summaryview.c
109                 don't crash when gtkut_font_load() returns invalid font (has
110                 something to do with locale settings)
111                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
112
113 2003-11-09 [alfons]     0.9.6claws70
114
115         * src/procmime.c
116                 plug leak
117
118 2003-11-08 [luke]       0.9.6claws69
119
120         * src/summaryview.c
121                 fix some typos
122
123         * src/compose.c
124                 rewrite compose_attach_parts(), fixing various bugs mainly
125                 to do with re-editing.
126
127         * src/mimeview.c
128                 "save all" now only saves attachments with names/filenames
129
130 2003-11-04 [match]      0.9.6claws68
131
132         * src/ldapctrl.[ch]
133                 fix broken LDAP support.
134
135         * src/ldapquery.c
136                 remove printf's.
137
138 2003-11-04 [luke]       0.9.6claws67
139
140         * src/mimeview.c
141                 o  fixed bug 4 "focus lost on messages with attachments"
142                 o  fixed 'Save all' attachments for new mime changes
143                 o  right clicking on icons consistent with right clicking on
144                    mime tree
145                   - fixes a bug where wrong part is saved when you
146                     choose 'Save as' from popup menu
147                   - fixes bug 308 "No way to "save all" attachments"
148                 o  fixed a compiler warning.
149
150         * src/textview.c
151                 o  removed flickering in mime tree when using "n" and "p"
152                    shortcuts
153                 o  fixed bug where selecting the textview and pressing e.g.
154                    'y' causes sylpheed to respond twice.
155
156         * src/summaryview.c
157                 removed hard coding of * and ! shortcuts (which only served
158                 to cause problems if you tried to redefine the shortcuts)
159
160 2003-11-04 [luke]       0.9.6claws66
161
162         * src/plugins/image_viewer/viewer.c
163         * src/plugins/image_viewer/viewerprefs.c
164         * src/plugins/image_viewer/viewerprefs.glade
165                 o  allow toggling of image scaling by clicking on image
166                 o  respond to image's container widget resize
167
168         * src/procmime.c
169                 o  fix bad parsing of message when re-editing/viewing a
170                    message saved to the drafts folder
171
172 2003-11-02 [match]      0.9.6claws65
173
174         * src/browseldap.h
175                 fix if not building LDAP support.
176         * src/addrindex.c
177         * src/ldapquery.[ch]
178         * src/editldap.h
179                 include support for contains query. feature req 529354.
180
181 2003-11-02 [alfons]     0.9.6claws64
182
183         * src/browseldap.c
184                 fix build bustage if not compiling ldap support
185
186 2003-11-01 [match]      0.9.6claws63
187
188         * po/POTFILES.in
189         * src/Makefile.am
190         * src/addr_compl.[ch]
191         * src/addrbook.c
192         * src/addrcache.[ch]
193         * src/addrdefs.h        ** NEW **
194         * src/addressbook.c
195         * src/addressitem.h
196         * src/addrindex.[ch]
197         * src/addritem.h
198         * src/addrquery.[ch]
199         * src/ldapquery.[ch]
200         * src/ldapserver.[ch]
201                 refactor LDAP query mechanism.
202
203         * src/browseldap.[ch]   ** NEW **
204         * src/ldaplocate.[ch]   ** NEW **
205                 add feature to browse LDAP entry that was retrieved using
206                 an explicit LDAP search.
207
208 2003-11-01 [alfons]     0.9.6claws62
209
210         * src/prefs_gtk.c
211                 prefs_write_param(): fail when we see an invalid type; all the
212                 callers seem to handle this gracefully by reverting changes
213
214 2003-10-30 [christoph]  0.9.6claws61
215
216         * configure.ac
217         * ac/openssl.m4
218         * ac/spamassassin.m4
219         * src/Makefile.am
220                 use extra variables for all libraries to make sure plugins
221                 are only linked with libraries they really need. $LIBS is always
222                 added to the linking parameters, but we only what the libraries
223                 listed in the Makefile
224
225 2003-10-29 [paul]       0.9.6claws60
226
227         * src/mimeview.c
228                 don't use Subject for unknown part name
229
230 2003-10-29 [paul]       0.9.6claws59
231
232         * src/compose.c
233                 get name of attachment(s) when re-editing, fwd'ing or
234                 redirecting
235                 
236         * src/mimeview.c
237                 get name of attachment(s) when saving
238
239 2003-10-29 [hoa]        0.9.6claws58
240
241         * src/textview.c
242                 implemented multipart/alternative in MIME message viewer.
243
244 2003-10-28 [christoph]  0.9.6claws57
245
246         * configure.ac
247                 make sure MathML-Viewer is not built with the
248                 Gtk2 version of GtkMathView
249
250 2003-10-28 [paul]       0.9.6claws56
251
252         * sync with 0.9.7cvs1
253                 see ChangeLog 2003-10-28
254
255 2003-10-27 [alfons]     0.9.6claws55
256
257         * src/matcher_parser_parse.y
258         * src/gtk/colorlabel.c
259                 allow setting color label to 0 in filtering/processing rules
260                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
261
262 2003-10-26 [alfons]     0.9.6claws54
263
264         * src/summary_search.c
265                 fix misnomer and correct selecting initial search node  
266
267 2003-10-26 [christoph]  0.9.6claws53
268
269         * src/pgpmime.c
270         * src/sgpgme.c
271                 change display of signature info to use only name of
272                 signer, otherwise the text gets too long.
273
274         * src/procmime.c
275                 don't use MimeInfo's filename to generate tmp filename
276
277 2003-10-25 [christoph]  0.9.6claws52
278
279         * src/procmime.c
280                 fix message body searching
281
282 2003-10-25 [paul]       0.9.6claws51
283
284         * src/compose.c
285                 use g_basename rather than basename
286
287 2003-10-24 [christoph]  0.9.6claws50
288
289         * src/sgpgme.c
290                 change fetching of signature key's trust
291
292 2003-10-24 [paul]       0.9.6claws49
293
294         * po/sk.po
295                 update Slovak translation
296                 submitted by Andrej Kacian
297                 
298         * src/mainwindow.c
299                 remove unknown menu entry /File/Add mailbox/mbox...
300
301 2003-10-24 [hoa]        0.9.6claws48
302
303         * src/Makefile.am
304                 removed all references to mbox folders
305
306         * src/carray.[ch]               * REMOVED *
307         * src/chash.[ch]                * REMOVED *
308         * src/maillock.[ch]             * REMOVED *
309         * src/mailmbox.[ch]             * REMOVED *
310         * src/mailmbox_folder.[ch]      * REMOVED *
311         * src/mailmbox_parse.[ch]       * REMOVED *
312         * src/mailmbox_types.[ch]       * REMOVED *
313         * src/mbox_folder.[ch]          * REMOVED *
314                 remove implementation of mbox folders
315                 and old mailbox folder.
316                 mbox folder implementation will be added
317                 as a plugin so that implementation can be entirely
318                 synchronized with the files of the project they are
319                 extracted from (libEtPan!).
320         
321         * src/mainwindow.c
322         * src/folder.c
323         * src/folderview.[ch]
324         * src/procmsg.h         
325                 Disable as much code that references mbox folders
326                 as possible.
327                 Some UI thing still need to know that folder is mbox
328                 (when we have to enter the name of the mailbox and
329                 we want to add /var/mail/$USER).
330
331 2003-10-23 [christoph]  0.9.6claws47
332
333         * src/noticeview.c
334                 don't always display button when noticeview is made visible
335
336         * src/mimeview.c
337         * src/pgpmime.c
338         * src/privacy.[ch]
339         * src/sgpgme.[ch]
340                 get signature information from crypto system
341
342 2003-10-22 [paul]       0.9.6claws46
343
344         * po/es.po
345                 updated by Ricardo Mones Lastra
346
347 2003-10-22 [paul]       0.9.6claws45
348
349         * src/Makefile.am
350                 update to reflect the changes to the icons that
351                 happened in 0.9.6claws35
352
353 2003-10-22 [alfons]     0.9.6claws44
354         
355         * src/carray.h
356                 inline carray_count() 
357
358 2003-10-21 [alfons]     0.9.6claws43
359
360         * src/carray.h
361                 glib wrappers
362         * src/carray.c
363                 disable
364         * src/mailmbox.[ch]
365         * src/mailmbox_folder.c
366         * src/mailmbox_parse.c
367         * src/mailmbox_types.[ch]
368                 %s/uint32_t/guint
369
370 2003-10-21 [luke]       0.9.6claws42
371
372         * src/stock_pixmaps.[ch]
373         * src/mimeview.c
374         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
375         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
376                 o remove mime_application_octet_stream.xpm icon (it was never
377                   really needed)
378                 o remove redundant icon messageview_text.xpm
379
380         * src/mainwindow.c
381                 fix visibility of signature noticeview when toggling 'separate
382                 message view'
383
384 2003-10-21 [christoph]  0.9.6claws41
385
386         * src/procmime.c
387                 decode multipart and rfc822 mime parts to allow further
388                 parsing when required
389
390 2003-10-21 [christoph]  0.9.6claws40
391
392         * src/procmime.[ch]
393         * src/textview.c
394                 remove obsolete charset parameter in MimeInfo and fix
395                 TextView to use the charset from the parameter hash table
396
397         * src/plugins/dillo_viewer/Makefile.am
398         * src/plugins/trayicon/Makefile.am
399                 add OPENSSL_CFLAGS to fix building with using
400                 --with-openssl-* parameters
401
402 2003-10-21 [paul]       0.9.6claws39
403
404         * src/prefs_matcher.[ch]
405                 replace remnants of the old, renamed 'Execute' matchtype
406                 add a brief description to the Info window
407
408 2003-10-21 [hoa]        0.9.6claws38
409         
410         * src/Makefile.am
411         * src/carray.[ch]               * NEW *
412         * src/chash.[ch]                * NEW *
413         * src/folder.c
414         * src/maillock.[ch]             * NEW *
415         * src/mailmbox.[ch]             * NEW *
416         * src/mailmbox_folder.[ch]      * NEW *
417         * src/mailmbox_parse.[ch]       * NEW *
418         * src/mailmbox_types.[ch]       * NEW *
419                 implementation of mbox folder with unique message numbers
420
421                 made use of libEtPan! implementation of mbox for lower-layer.
422
423 2003-10-20 [alfons]     0.9.6claws37
424
425         * src/noticeview.c
426                 fix invalid argument warning
427         * src/pgpmime.c
428                 no in place variable
429
430 2003-10-20 [paul]       0.9.6claws36
431
432         * src/compose.[ch]
433           src/filtering.c
434           src/messageview.c
435                 fix crash when using Forward in Filtering when
436                 external editor option is set
437                 
438                 Patch submitted by Simon 'corecode' Schubert
439                 <corecode@corecode.ath.cx> 
440
441 2003-10-20 [paul]       0.9.6claws35
442
443         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
444           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
445           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
446           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
447           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
448           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
449           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
450           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
451           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
452           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
453           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
454           src/mimeview.c
455           src/stock_pixmap.[ch]
456                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
457                 icons. add privacy_warn.xpm icon
458
459 2003-10-20 [hoa]  0.9.6claws34
460
461         * src/folder_item_prefs.[ch]
462         * src/prefs_folder_item.c
463         * src/main.c
464                 Added a property per folder to choose whether we 
465                 want to apply processing on it on startup or if we
466                 prefer to wait the folder selection to apply it.
467         
468         * src/messageview.c
469                 fixed C89 compatibility (for old compilers, for
470                 example gcc 2.95.x).
471
472 2003-10-17 [christoph]  0.9.6claws33
473
474         * src/mimeview.c
475         * src/noticeview.[ch]
476                 change noticeview icon to indicate signature status
477
478 2003-10-17 [christoph]  0.9.6claws32
479
480         * src/Makefile.am
481         * src/main.c
482         * src/mimeview.c
483         * src/noticeview.c
484         * src/pgpmime.[ch]                              ** NEW **
485         * src/privacy.[ch]
486         * src/rfc2015.c
487         * src/sgpgme.c                                  ** NEW **
488                 reimplement PGP/Mime signature checking (unfinished)
489
490 2003-10-15 [christoph]  0.9.6claws31
491
492         * src/procmime.[ch]
493                 fix procmime_get_text_content() and
494                 procmime_get_first_text_content()
495
496 2003-10-15 [christoph]  0.9.6claws30
497
498         * src/plugins/spamassassin/spamassassin_gtk.c
499         * src/plugins/spamassassin/spamassassin_gtk.glade
500                 fix timeout tooltip
501
502 2003-10-15 [paul]       0.9.6claws29
503
504         * src/messageview.c
505                 workaround for buggy smtp servers. on sending a
506                 return receipt strip the name part from the address
507                 when creating headers
508                 
509 2003-10-15 [paul]       0.9.6claws28
510
511         * sync with 0.9.7 release
512                 see ChangeLog 2003-10-15
513
514 2003-10-14 [christoph]  0.9.6claws27
515
516         * src/plugins/clamav/clamav_plugin.c
517                 fix clamav plugin
518
519 2003-10-14 [christoph]  0.9.6claws26
520
521         * src/compose.c
522         * src/mimeview.c
523         * src/procmime.[ch]
524         * src/rfc2015.c
525         * src/textview.c
526         * src/plugins/clamav/clamav_plugin.c
527                 use GNode to create the mime tree (some changes to functions
528                 that traverse the tree are just quick and dirty. Maybe we
529                 can find better solutions with g_node_*-functions)
530
531 2003-10-14 [luke]       0.9.6claws25
532
533         * src/mimeview.c
534                 fix a navigation bug (stupid typo of mine)
535
536 2003-10-14 [christoph]  0.9.6claws24
537
538         * src/textview.c
539                 fix missing last line in plain/text mails
540
541 2003-10-13 [luke]       0.9.6claws23
542
543         * src/summaryview.c
544                 fix bug 334 (part 1)
545
546 2003-10-13 [kov]        0.9.6claws22
547
548         * src/mimeview.c
549                 error checking when the user enters a non-directory at
550                 the file selection dialog.
551                 work-around for users entering directory location without
552                 adding a leading G_DIR_SEPARATOR.
553
554 2003-10-13 [luke]       0.9.6claws21
555
556         * src/compose.c
557                 error reporting for inserting files, including catching
558                 invalid characters for current locale/encoding
559
560 2003-10-13 [paul]       0.9.6claws20
561
562         * src/folderview.c
563                 fix bug #347 'subscribe newsgroups crashes'
564
565 2003-10-13 [paul]       0.9.6claws19
566
567         * src/compose.c
568                 when using 'Reply to all' include the 'send replies
569                 to' folder property
570                 
571         * po/ja.po
572                 update Japanese translation. submitted by Rui Hirokawa 
573                 <rui_hirokawa@ybb.ne.jp>        
574
575 2003-10-13 [hoa]        0.9.6claws18
576
577         * src/account.c
578         * src/compose.c
579         * src/messageview.c
580         * src/procheader.c
581         * src/procheader.h
582                 rename get_header_from_msginfo() into
583                 procheader_get_header_from_msginfo() so that we have a
584                 coherent exported naming.
585                 avoid parsing of header contained in a string via
586                 a newly written temporary file.
587
588         Patch submitted by Simon 'corecode' Schubert
589                 <corecode@corecode.ath.cx>
590
591 2003-10-12 [hoa]        0.9.6claws17
592
593         * src/filtering.c
594         * src/filtering.h
595         * src/matcher.c
596         * src/matcher.h
597         * src/matcher_parser_parse.y
598         * src/prefs_filtering_action.c
599                 added "stop" action : stop applying the filtering rules.
600                 added "set score" and "increase/decrease score" actions.
601                 That two last action replace the "change_score" action
602                 introduced by alfons in 0.8.8claws85.
603                 "set score" is to set a given score to the message.
604                 "increase/decrease score" will increase or decrease the
605                 score if the given value is respectively positive or
606                 negative. If someone find a some better name for this last
607                 rule, it can be modified.
608
609 2003-10-12 [paul]       0.9.6claws16
610
611         * AUTHORS
612           po/ja.po
613                 update Japanese translation. submitted by Rui Hirokawa 
614                 <rui_hirokawa@ybb.ne.jp>
615
616 2003-10-12 [christoph]  0.9.6claws15
617
618         * src/procmime.c
619                 fix crash caused by incorrect headers
620
621 2003-10-10 [christoph]  0.9.6claws14
622
623         * src/main.c
624         * src/privacy.[ch]
625         * src/rfc2015.[ch]
626                 implement detection of signed message parts for rfc2015
627
628 2003-10-10 [thorsten]   0.9.6claws13
629
630         * src/mimeview.c
631                 fix typo
632
633 2003-10-10 [christoph]  0.9.6claws12
634
635         * src/stock_pixmap.[ch]
636         * src/pixmaps/mime_message.xpm                  ** NEW **
637                 add a new icon for mime type "message"
638
639         * src/privacy.[ch]
640         * src/procmime.[ch]
641                 add crypto api
642
643         * src/mimeview.c
644                 o use crypto api
645                 o add icons for message type mime parts
646
647 2003-10-10 [christoph]  0.9.6claws11
648
649         * src/mainwindow.c
650         * src/messageview.[ch]
651         * src/mimeview.[ch]
652         * src/procmime.[ch]
653         * src/procmsg.[ch]
654         * src/rfc2015.c
655         * src/summaryview.c
656         * src/textview.[ch]
657                 o remove switching between TextView and MimeView in MessageView
658                   (if required we can hide the icon box and the MimeView will
659                    look exaxtly like the TextView)
660                 o temporary remove signature and decrypting GPGME code
661
662 2003-10-09 [christoph]  0.9.6claws10
663
664         * src/action.c
665         * src/compose.c
666         * src/messageview.c
667         * src/mimeview.c
668         * src/procmime.[ch]
669         * src/procmsg.c
670         * src/rfc2015.c
671         * src/textview.c
672         * src/common/utils.[ch]
673         * src/plugins/clamav/clamav_plugin.c
674         * src/plugins/dillo_viewer/dillo_viewer.c
675         * src/plugins/image_viewer/viewer.c
676         * src/plugins/mathml_viewer/mathml_viewer.c
677                 new mime parser (several things need fixing)
678
679 2003-10-09 [paul]       0.9.6claws9
680
681         * src/imap.c
682                 a little more sync with 0.9.6cvs2 and a tidy up
683
684 2003-10-08 [paul]       0.9.6claws8
685
686         * sync with 0.9.6cvs2
687                 see ChangeLog 2003-10-03
688
689 2003-10-05 [christoph]  0.9.6claws7
690
691         * src/summaryview.c
692                 don't use flags to check if a message is in a news folder
693
694         (closes Bug 282 clicking on folder with copied Messages from News
695          immediately after having copied them crashes Sylpheed-Claws)
696
697 2003-10-05 [christoph]  0.9.6claws6
698
699         * src/Makefile.am
700         * src/progressdialog.[ch]               ** REMOVE **
701         * src/gtk/Makefile.am
702         * src/gtk/progressdialog.[ch]           ** NEW **
703                 move progressdialog to gtk directory
704
705 2003-10-04 [christoph]  0.9.6claws5
706
707         * src/prefs_toolbar.c
708         * src/gtk/prefswindow.c
709                 remove widget_show_all for pages root widget
710
711         * src/plugins/spamassassin/spamassassin.[ch]
712         * src/plugins/spamassassin/spamassassin_gtk.c
713         * src/plugins/spamassassin/spamassassin_gtk.glade
714                 add support for new libspamc transports
715
716 2003-10-04 [christoph]  0.9.6claws4
717
718         * src/plugins/spamassassin/libspamc.[ch]
719         * src/plugins/spamassassin/spamassassin.c
720         * src/plugins/spamassassin/utils.[ch]
721                 update libspamc to version from SpamAssassin 2.60
722
723 2003-10-03 [christoph]  0.9.6claws3
724
725         * src/send_message.c
726                 fix missing format string bug found by
727                 Georgi Guninski <guninski@guninski.com>
728
729 2003-10-03 [paul]       0.9.6claws2
730
731         * po/zh_CN.po
732                 update Simpilified Chinese translation, submitted by
733                 Hansom Young
734
735 2003-10-02 [christoph]  0.9.6claws1
736
737         * src/imap.c
738                 add UIDPLUS support for COPY and EXPUNGE
739
740 2003-10-02 [paul]       0.9.6claws
741
742         * 0.9.6claws released
743
744 2003-10-02 [paul]
745
746         * po/es.po
747           po/sk.po
748                 update Spanish and Slovak translations
749                 submitted by Ricardo Mones Lastra and Andrej Kacian
750  
751 2003-10-02 [paul]       0.9.5claws43
752
753         * po/en_GB.po
754                 update British English translation
755
756 2003-10-02 [paul]       0.9.5claws42
757
758         * po/hr.po
759                 update Croatian translation, submitted by Dragan
760
761 2003-10-01 [paul]       0.9.5claws41
762
763         * po/pl.po
764           po/sr.po
765                 update Polish and Serbian translations, submitted by
766                 Emil and Urke MMI
767
768 2003-10-01 [melvin]     0.9.5claws40
769
770         * po/fr.po
771                 Updated French translations
772
773 2003-10-01 [melvin]     0.9.5claws39
774
775         * src/prefs_fonts.c
776                 Fixed a Gtk warning
777
778         * src/plugins/dillo_prefs.c     
779                 Quasi unnoticeable UI clean-up.
780
781 2003-10-01 [paul]
782
783         * tools/README
784           tools/maildir2sylpheed.pl
785                 bug fixes, rewrites, submitted by Matthias Förste 
786                 <itsjustme@users.sourceforge.net>
787
788 2003-09-29 [paul]       0.9.5claws38
789
790         * src/inc.c
791                 fix my coding carelessness
792
793 2003-09-29 [paul]       0.9.5claws37
794
795         * po/POTFILES.in
796           src/Makefile.am
797           src/main.c
798           src/prefs_common.[ch]
799           src/prefs_fonts.[ch]  ** NEW FILES **
800                 move Font config options to Other Prefs/Display/Fonts
801                 (user's current configuration is preserved)
802
803 2003-09-29 [paul]       0.9.5claws36
804
805         * src/inc.c
806           src/prefs_account.c
807                 allow 'local_mbox' value to point to either a directory 
808                 (/var/mail -  default, new) or a file (/var/mail/username
809                 - original)
810
811 2003-09-28 [paul]       0.9.5claws35
812
813         * src/rfc2015.c
814                 on signature check, where key exists, print the
815                 Key ID
816
817 2003-09-27 [alfons]     0.9.5claws34
818
819         * src/action.c
820                 o make progress bar not fill/expand when resizing dialog
821                 o use default fixed text font for actions output
822
823 2003-09-27 [paul]       0.9.5claws33
824
825         * src/prefs_common.[ch]
826           src/procmsg.c
827           src/send_message.c
828                 remove External Program settings from Common Prefs/Send
829                 as they are now unnecessary due to Local account settings.
830                 plus a little tidying-up after 0.9.5claws31
831
832 2003-09-27 [paul]       0.9.5claws32
833
834         * src/prefs_account.c
835                 o make correction to gui text:
836                   'Local mailbox file' -> 'Local mailbox directory'
837                 o give 'local_mbox' option a reasonable default value:
838                   '/var/mail'
839                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
840                   value
841
842 2003-09-26 [paul]       0.9.5claws31
843
844         * src/inc.c
845           src/prefs_common.[ch]
846                 remove 'Incorporate from spool' common pref,
847                 force creation of a 'Local' account
848
849 2003-09-26 [christoph]  0.9.5claws30
850
851         * src/folder.c
852         * src/msgcache.c
853                 add more NULL pointer checks
854
855 2003-09-25 [christoph]  0.9.5claws29
856
857         * src/folder.c
858                 o don't fetch source message to get it's message id
859                 o immediately scan dest folder when copying a message did not
860                   return a new message number and not do it when the first message
861                   without a new message number is found
862
863 2003-09-23 [christoph]  0.9.5claws28
864
865         * src/compose.c
866                 fix generating of headers
867
868         (patch by David Relson <relson@osagesoftware.com>)
869
870 2003-09-23 [paul]       0.9.5claws27
871
872         * po/zh_CN.po
873                 update Simplified Chinese translation. submitted by
874                 Hansom Young
875
876 2003-09-23 [paul]       0.9.5claws26
877
878         * tools/Makefile.am
879           tools/README
880           tools/vcard2xml.py    ** NEW FILE **
881                 add a script that converts an evolution vcard to
882                 sylpheed's xml format
883                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
884
885 2003-09-22 [paul]       0.9.5claws25
886
887         * src/plugins/clamav/clamav_plugin.c
888                 don't skip MULTIPART parts
889
890 2003-09-21 [christoph]  0.9.5claws24
891
892         * src/alertpanel.c
893                 remove unneeded include
894
895         * src/folder.c
896                 clean up copy/move mess with duplicated code
897
898         * src/imap.c
899                 fix problem that sometimes the folder was not scanned
900                 also it was changed
901
902 2003-09-21 [christoph]  0.9.5claws23
903
904         * src/Makefile.am
905         * src/logwindow.[ch]                    ** REMOVE **
906         * src/mainwindow.c
907         * src/prefs_common.c
908         * src/gtk/Makefile.am
909         * src/gtk/logwindow.[ch]                ** ADD **
910                 make logwindow prefs_common independent and move
911                 it to gtk directory
912
913 2003-09-20 [christoph]  0.9.5claws22
914
915         * src/compose.c
916                 add extra space for address code conversion
917                 (4 * unconvered size could be too small for short headers)
918
919 2003-09-20 [christoph]  0.9.5claws21
920
921         * src/compose.c
922                 increase temp buffer size when writing headers
923
924 2003-09-19 [darko]      0.9.5claws20
925
926         * src/compose.c
927                 don't ignore value of 'Save copy of outgoing messages to
928                 this folder instead of Sent' in message redirect
929
930 2003-09-17 [christoph]  0.9.5claws19
931
932         * src/compose.c
933                 use ", " as address seperator for mail headers and pass whole
934                 header line at once to compose_convert_header to make sure
935                 it is correctly folded
936
937         (closes Bug 64 Problem when sending to many recipients)
938
939 2003-09-17 [hoa]        0.9.5claws18
940         
941         * src/matcher.[ch]
942           src/matcher_parser_parse.y
943           src/prefs_matcher.c
944                 changed the keyword used for command execution in condition
945                 keyword is changed from "execute" to "test"
946                 so that it is not the same as the one used for action.
947                 This will fix a bug when using filtering dialog.
948                 All semantic in the code is also changed to reflect
949                 the keyword change.
950
951 2003-09-17 [paul]
952         
953         * sync with 0.9.6 release
954
955 2003-09-17 [paul]       0.9.5claws17
956
957         * sync with 0.9.5cvs8
958                 see ChangeLog 2003-09-16 and 2003-09-17
959
960 2003-09-16 [paul]       0.9.5claws16
961
962         * sync with 0.9.5cvs6
963                 see ChangeLog 2003-09-16
964
965 2003-09-15 [paul]       0.9.5claws15
966
967         * sync with 0.9.5cvs5
968                 see ChangeLog 2003-09-15
969
970 2003-09-14 [alfons]     0.9.5claws14
971
972         * src/inc.c
973                 make "Go to inbox after receiving new mail" again;
974                 regression of a sync, restored to sylpheed main 
975                 behaviour. (misses still some bits)
976
977 2003-09-14 [alfons]     0.9.5claws13
978
979         * src/prefs_filtering_action.c
980                 o add proper message if empty execute command line
981                 o don't select first action item after registering a
982                   new action to prevent (what seems to be a GTK) bug
983                   #36, "filtering will only accept one action change 
984                   per invocation".
985
986 2003-09-14 [alfons]     0.9.5claws12
987
988         * src/prefs_filtering.c
989         * src/prefs_filtering_action.c
990         * src/prefs_matcher.c
991                 fix function signature for key_pressed_event signal handlers
992
993 2003-09-14 [alfons]     0.9.5claws11
994
995         * src/mainwindow.c
996                 fix regression caused by fix for invalid bug #7
997                 (should fix #246, "Multiple selections are deselected when 
998                 moving from search window to main window")
999                 
1000 2003-09-14 [alfons]     0.9.5claws10
1001         
1002         * src/actions.[ch]
1003         * src/filtering.[ch]
1004         * src/prefs_actions.c
1005                 allow `filtering actions` in actions; only for advanced users
1006                 right now: try for example, "%as{mark color 2}" 
1007         
1008 2003-09-13 [paul]       0.9.5claws9
1009         
1010         * po/pl.po
1011           po/zh_CN.po   ** NEW FILE **
1012                 update Polish translation, submitted by Emil 
1013                 <eminowbl@posejdon.wpk.p.lodz.pl>
1014                 add new Simplified Chinese translation, submitted by
1015                 Hansom Young <hansom_young@yahoo.com>
1016
1017 2003-09-12 [alfons]     0.9.5claws8
1018
1019         * src/summaryview.c
1020                 don't open separate message views when View | Separate message view
1021                 is active 
1022                 (please look carefully for any navigation regressions)
1023
1024 2003-09-11 [alfons]     0.9.5claws7
1025
1026         * src/mainwindow.c
1027                 make default message view, opened by View | Separate message 
1028                 view, look like a claws message view (which includes a menu
1029                 bar and a toolbar)
1030                 (fixes bug #298, "message view loses tool bar") 
1031
1032 2003-09-11 [christoph]  0.9.5claws6
1033
1034         * src/folderview.c
1035                 fix double deleting of newsgroup folders
1036
1037         (closes Bug 305 crash after deleting of a newsgroup)
1038
1039 2003-09-11 [paul]       0.9.5claws5
1040
1041         * src/rfc2015.c
1042           src/common/utils.h
1043                 more sync'ing from 0.9.5cvs2
1044
1045 2003-09-11 [christoph]  0.9.5claws4
1046
1047         * src/compose.c
1048         * src/rfc2015.c
1049         * src/common/utils.h
1050                 fix sync with 0.9.5cvs2
1051
1052 2003-09-11 [paul]       0.9.5claws3
1053
1054         * sync with 0.9.5cvs4
1055                 see ChangeLog 2003-09-11
1056
1057 2003-09-11 [paul]       0.9.5claws2
1058
1059         * sync with 0.9.5cvs2
1060                 see ChangeLog 2003-09-05
1061                 
1062 2003-09-11 [paul]       0.9.5claws1
1063
1064         * sync with 0.9.5cvs3
1065                 see ChangeLog 2003-09-10
1066
1067 2003-09-10 [paul]       0.9.5claws
1068
1069         * 0.9.5claws released
1070
1071 2003-09-10 [paul]       0.9.4claws78
1072
1073         * src/Makefile.am
1074                 add missing files
1075
1076 2003-09-10 [melvin]     0.9.4claws77
1077
1078         * po/fr.po
1079                 Updated French translations
1080
1081 2003-09-10 [paul]       0.9.4claws76
1082
1083         * po/es.po
1084           po/sk.po
1085           po/sr.po
1086                 update Spanish, Slovak, and Serbian translations.
1087                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1088                 and Urke MMI
1089                 
1090         * AUTHORS
1091                 add translation team section
1092
1093 2003-09-09 [christoph]  0.9.4claws75
1094
1095         * src/folder.c
1096                 free item->prefs in folder_item_destroy
1097
1098 2003-09-09 [alfons]     0.9.4claws74
1099
1100         * src/folderview.c
1101                 o proper check for root node sorting
1102                 o remove unnecessary gtk_ctree_remove_node 
1103
1104         (should fix bug #300, "crash while moving folder")      
1105
1106 2003-09-08 [christoph]  0.9.4claws73
1107
1108         * src/folderview.c
1109                 o fix double adding of IMAP FolderItems to GtkCTree
1110                 o fix crash then mbox folder is removed
1111
1112 2003-09-08 [christoph]  0.9.4claws72
1113
1114         * src/folder.c
1115         * src/folderview.c
1116         * src/mainwindow.c
1117                 fix new folder notification
1118
1119         * src/mbox_folder.c
1120                 fix cache path
1121
1122 2003-09-08 [christoph]  0.9.4claws71
1123
1124         * src/compose.c
1125                 replace '\n' and '\r' before removing trailing spaces
1126
1127         * src/folder.[ch]
1128         * src/folderview.c
1129                 add information about new or removed items in folder tree change
1130                 notification and use this in folderview to add and remove only
1131                 the appected items and not refresh the whole tree
1132
1133 2003-09-07 [match]      0.9.4claws70
1134
1135         * src/Makefile.am
1136         * src/addr_compl.c
1137         * src/addressbook.c
1138         * src/addressitem.h
1139         * src/addrindex.c
1140         * src/addritem.c
1141         * src/addritem.h
1142         * src/addrquery.c                       ** NEW **
1143         * src/addrquery.h
1144         * src/ldapquery.c
1145         * src/ldapserver.c
1146         * src/stock_pixmap.c
1147         * src/stock_pixmap.h
1148         * src/pixmaps/address_search.xpm        ** NEW **
1149                 re-introduce Lookup button for LDAP 'static' searches.
1150
1151 2003-09-07 [alfons]     0.9.4claws69
1152         
1153         * src/summaryview.c
1154                 abandon setting usize for messageview because it gives layout problems
1155                 with the quick search bar and the headerview; fixes assorted UI glitches:
1156                 
1157                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1158                 o bug #280, "Window resiizes for line length but does not revert"
1159
1160 2003-09-07 [christoph]  0.9.4claws68
1161
1162         * src/compose.c
1163                 o make sure we don't have any newlines in header values
1164                 o check custom headers for spaces and newlines and ignore
1165                   malformed header names
1166
1167 2003-09-06 [christoph]  0.9.4claws67
1168
1169         * src/folder.c
1170         * src/folderview.c
1171                 invoke notification hook for folder tree changes after append
1172                 and remove folder
1173
1174         (closes Bug 294 Crash while moving folder with many subdirectories)
1175
1176 2003-09-06 [christoph]  0.9.4claws66
1177
1178         * src/folder.c
1179                 destroy folder's MsgCache if FolderItem is removed to make sure
1180                 it is not saved when the FolderItem is destroyed
1181
1182 2003-09-06 [christoph]  0.9.4claws65
1183
1184         * src/plugins/clamav/clamav_plugin.c
1185                 fix copy & paste bug
1186
1187 2003-09-05 [christoph]  0.9.4claws64
1188
1189         * src/folder.c
1190         * src/messageview.[ch]
1191         * src/procmsg.[ch]
1192         * src/summaryview.c
1193                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1194                 by MessageView to clear it when the message is deleted. Should
1195                 work even if messages are deleted in MainWindow or by
1196                 processing.
1197
1198 2003-09-05 [alfons]     0.9.4claws63
1199
1200         * src/messageview.c
1201                 deleting a message in a message view frees its msginfo, make 
1202                 messageview_update_all() aware of that (should fix bug #293,
1203                 "deleting message caused crash")
1204
1205 2003-09-05 [melvin]     0.9.4claws62
1206
1207         * src/action.c
1208                 Improve synchronous action exit code (fixes 
1209                 a ~5 seconds delay after action exit on RedHat 9)
1210
1211 2003-09-04 [christoph]  0.9.4claws61
1212
1213         * src/compose.c
1214         * src/rfc2015.c
1215         * src/common/utils.[ch]
1216                 add util function to create mime boundary and use it
1217                 in compose and gpg code
1218
1219 2003-09-04 [alfons]     0.9.4claws60
1220
1221         * src/folder.c
1222                 source folder item's GNode should already have been freed in 
1223                 a previous call to src->folder->klass->remove_folder()
1224                 (should fix bug #287, "crash when moving folders")
1225
1226 2003-09-03 [thorsten]   0.9.4claws59
1227
1228         * src/plugins/spamassassin/spamassassin_gtk.c
1229                 fix compile error
1230
1231 2003-09-03 [christoph]  0.9.4claws58
1232
1233         * src/plugins/spamassassin/spamassassin.[ch]
1234         * src/plugins/spamassassin/spamassassin_gtk.c
1235                 add timeout config option
1236
1237 2003-09-03 [paul]       0.9.4claws57
1238
1239         * po/sk.po      ** NEW FILE **
1240                 add Slovak translation. Submitted by Andrej Kacian 
1241                 <andrej@kacian.sk>
1242
1243 2003-09-03 [paul]       0.9.4claws56
1244
1245         * src/plugins/clamav/clamav_plugin_gtk.c
1246                 gui tweaks: replace a label with a tooltip, modify the
1247                 text, use gtk_check_button_new(); instead of
1248                 gtk_check_button_new_with_label("");
1249
1250 2003-09-02 [alfons]     0.9.4claws55
1251
1252         * src/gtk/filesel.c
1253                 remember last used dir when attaching multiple files (should fix
1254                 bug #290, "Attach File does not remember directory")
1255
1256 2003-09-01 [paul]       0.9.4claws54
1257
1258         * po/es.po
1259                 updated by Ricardo Mones Lastra
1260
1261 2003-09-01 [alfons]     0.9.4claws53
1262
1263         * src/gtk/gtkaspell.[ch]
1264                 be pedantic and strict and use const gchar * instead of guchar *
1265
1266 2003-09-01 [alfons]     0.9.4claws52
1267
1268         * src/mainwindow.c
1269         * src/summaryviewc.
1270                 re-enable Save As when multiple messages are selected
1271
1272 2003-09-01 [paul]       0.9.4claws51
1273
1274         * src/textview.c
1275                 g_free(trimmed_uri);
1276
1277 2003-09-01 [paul]       0.9.4claws50
1278
1279         * sync with 0.9.4cvs13
1280                 see ChangeLog 2003-09-01
1281
1282 2003-09-01 [paul]       0.9.4claws49
1283
1284         * src/textview.c
1285                 trim uri before sending to the statusbar
1286                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1287                 in the message window causes main S-C window to enlarge 
1288                 past screen edges'
1289
1290 2003-09-01 [paul]       0.9.4claws48
1291
1292         * sync with 0.9.4cvs12
1293                 see ChangeLog 2003-09-01
1294
1295 2003-08-30 [christoph]  0.9.4claws47
1296
1297         * src/compose.c
1298         * src/folder_item_prefs.[ch]
1299         * src/prefs_folder_item.c
1300         * src/gtk/gtkaspell.[ch]
1301                 commit per folder dictionary patch by
1302                 Paul Evans <nerd@freeuk.com>
1303
1304 2003-08-30 [christoph]  0.9.4claws46
1305
1306         * src/plugins/spamassassin/spamassassin_gtk.c
1307         * src/plugins/spamassassin/spamassassin_gtk.glade
1308                 reduce GUI clutter by placing hints into tooltips
1309
1310 2003-08-30 [paul]       0.9.4claws45
1311
1312         * src/compose.c
1313                 add 'Content-Disposition: inline' to a text/plain
1314                 part when using PGP/MIME signing
1315
1316 2003-08-30 [paul]       0.9.4claws44
1317
1318         * src/prefs_common.c
1319           src/prefs_spelling.c
1320           src/prefs_spelling.glade
1321                 reduce GUI clutter by placing hints into tooltips
1322
1323 2003-08-29 [christoph]  0.9.4claws43
1324
1325         * configure.ac
1326                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1327
1328         * src/stock_pixmap.c
1329                 change unecessary warning into a debug message
1330
1331         * src/plugins/clamav/Makefile.am
1332                 Fix error "-I$(CLAMAV_LIBS)"
1333
1334 2003-08-29 [christoph]  0.9.4claws42
1335
1336         * intl/Makefile.in
1337         * src/Makefile.am
1338         * src/matcher.h
1339         * src/common/Makefile.am
1340         * src/common/passcrypt.c
1341                 commit fixes and patches for some of the IRIX problems found by
1342                 Ivan Rayner <ivanr@sgi.com>
1343
1344 2003-08-29 [paul]       0.9.4claws41
1345
1346         * src/prefs_filtering.c
1347                 add 'Top' and 'Bottom' buttons, based on changes in
1348                 src/prefs_filter.c in 0.9.4cvs11.
1349
1350 2003-08-27 [christoph]  0.9.4claws40
1351
1352         * src/folderview.c
1353                 fix bug that the current summary settings were copied to the
1354                 wrong folder item, when the folder item prefs are opened.
1355                 Copying is not required because summary settings and
1356                 folder_item_prefs do not contain the same settings
1357
1358 2003-08-27 [thorsten]   0.9.4claws39
1359
1360         * src/imap.c
1361                 fix compile error
1362
1363 2003-08-26 [paul]       0.9.4claws38
1364
1365         * sync with 0.9.4cvs9
1366                 see ChangeLog 2003-08-26
1367
1368 2003-08-25 [paul]       0.9.4claws37
1369
1370         * sync with 0.9.4cvs8
1371                 see ChangeLog 2003-08-25
1372
1373 2003-08-24 [christoph]  0.9.4claws36
1374
1375         * src/prefs_filtering.c
1376                 shouldn't remove items from a GSList while iterating over the
1377                 list (makes cur invalid and cur->next not accessable)
1378
1379         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1380          crashed)
1381
1382 2003-08-23 [christoph]  0.9.4claws35
1383
1384         * src/news.c
1385                 news folders should be scanned when opened
1386
1387 2003-08-22 [christoph]  0.9.4claws34
1388
1389         * src/prefs_folder_item.c
1390                 use macro to assign strings that always frees the old string
1391
1392         * src/gtk/gtkaspell.[ch]
1393                 add gtkaspell_set_dictionary_menu_active_item() to set active
1394                 item in dictionary option menu
1395
1396         * src/prefs_spelling.c
1397                 use gtkaspell_set_dictionary_menu_active_item() to select
1398                 dictionary
1399
1400 2003-08-21 [christoph]  0.9.4claws33
1401
1402         * src/folder.[ch]
1403         * src/imap.c
1404         * src/mbox_folder.c
1405         * src/mh.c
1406         * src/news.c
1407                 optimize folder system
1408
1409         * src/gtk/gtkstext.c
1410                 fix division by zero when font has 0 width for ' '
1411
1412 2003-08-21 [paul]       0.9.4claws32
1413
1414         * sync with 0.9.4cvs7
1415                 see ChangeLog 2003-08-20
1416
1417 2003-08-19 [paul]       0.9.4claws31
1418
1419         * src/common/defs.h
1420                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1421                 SYLDOC_FAQ_HTML_INDEX.
1422         * src/manual.c
1423                 use LC_MESSAGES instead of LC_ALL to find the current
1424                 language
1425
1426           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1427
1428 2003-08-19 [paul]       0.9.4claws30
1429
1430         * po/bg.po
1431                 updated by George Danchev
1432
1433 2003-08-18 [luke]       0.9.4claws29
1434         * src/mimeview.[ch]
1435         * src/gtk/gtkvscrollbutton.[ch]
1436                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1437                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1438                 o removed horizontal separator between icons
1439
1440 2003-08-17 [christoph]  0.9.4claws28
1441
1442         * src/procmsg.c
1443                 no subject threading when the subject has no reply prefix
1444
1445 2003-08-16 [christoph]  0.9.4claws27
1446
1447         * src/mainwindow.c
1448                 remember and restore window sizes and position when the main
1449                 window is hidden or shown
1450
1451         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1452          minimised/reopened using trayicon)
1453
1454 2003-08-16 [paul]       0.9.4claws26
1455
1456         * src/crash.c
1457                 add #include "defs.h"
1458
1459 2003-08-16 [paul]       0.9.4claws25
1460
1461         * src/plugins/clamav/clamav_plugin.c
1462                 reword a debug_print
1463                 
1464         * src/plugins/dillo_viewer/dillo_prefs.c
1465                 cosmetic: change the labels' text, add tooltips, and
1466                 left-align the hint
1467
1468 2003-08-15 [christoph]  0.9.4claws24
1469
1470         * src/news.c
1471                 complete last change (forgot some changes)
1472
1473 2003-08-15 [christoph]  0.9.4claws23
1474
1475         * src/news.c
1476                 o check number of messages and don't return a 0 message
1477                   when no messages are available
1478                 o don't parse xref header anymore
1479
1480         (closes Bug 203 I'm not getting any news)
1481
1482 2003-08-15 [paul]       0.9.4claws22
1483
1484         * src/common/defs.h
1485           src/crash.c
1486                 update and define claws bugzilla location
1487
1488 2003-08-15 [paul]       0.9.4claws21
1489
1490         * po/ru.po
1491                 update submitted by Ruslan N. Balkin
1492
1493 2003-08-14 [christoph]  0.9.4claws20
1494
1495         * src/procmsg.c
1496                 fix search for oldest node in subject threading
1497
1498 2003-08-14 [christoph]  0.9.4claws19
1499
1500         * src/procmsg.c
1501         * src/common/utils.h
1502                 add possibility to check all nodes with the same subject for
1503                 subject threading, not only the oldest node. Should not break
1504                 threads anymore if the oldest node is thread_by_subject_max_age
1505                 days older then parent, because it can now find a child of
1506                 oldest node as new parent.
1507
1508 2003-08-11 [christoph]  0.9.4claws18
1509
1510         * src/plugins/spamassassin/spamassassin.c
1511                 run spam check in background process
1512
1513 2003-08-10 [alfons]     0.9.4claws17
1514
1515         * src/summaryview.c
1516                 make `Select All' sensitive too
1517
1518 2003-08-10 [christoph]  0.9.4claws16
1519
1520         * src/imap.c
1521                 add more checks in imap_close
1522
1523 2003-08-09 [alfons]     0.9.4claws15
1524
1525         * src/prefs_spelling.c
1526                 no spell checking UI if not requested
1527
1528 2003-08-09 [alfons]     0.9.4claws14
1529
1530         * src/gtk/prefswindow.c
1531                 make it compile
1532
1533 2003-08-09 [christoph]  0.9.4claws13
1534
1535         * src/prefs_spelling.c
1536         * src/gtk/prefswindow.[ch]
1537         * src/plugins/clamav/clamav_plugin_gtk.c
1538         * src/plugins/spamassassin/spamassassin_gtk.c
1539                 sort prefs pages by heighest weight in tree
1540
1541 2003-08-09 [paul]       0.9.4claws12
1542
1543         * sync with 0.9.4cvs6
1544                 see ChangeLog 2003-08-07
1545                 
1546         * AUTHORS
1547                 add Leandro and Luke to claws-branch section
1548
1549 2003-08-09 [christoph]  0.9.4claws11
1550
1551         * src/gtk/Makefile.am
1552         * src/gtk/colorsel.[ch]                 ** NEW **
1553                 create a color selection dialog that can be used as a simple
1554                 function call with it's own gtk main loop like filesel.[ch]
1555
1556         * src/Makefile.am
1557         * src/main.c
1558         * src/prefs_common.c
1559         * src/prefs_spelling.[ch]               ** NEW **
1560         * src/prefs_spelling.glade              ** NEW **
1561         * src/gtk/gtkutils.[ch]
1562                 move "Spell Checker" prefs to new prefs dialog
1563
1564         * src/prefs_folder_item.c
1565                 use new colorsel dialog
1566
1567 2003-08-08 [paul]       0.9.4claws10
1568
1569         * src/inc.c
1570                 clear the progress bar unconditionally
1571
1572 2003-08-08 [paul]       0.9.4claws9
1573
1574         * sync with 0.9.4cvs4
1575                 see ChangeLog 2003-07-31
1576
1577 2003-08-07 [christoph]  0.9.4claws8
1578
1579         * configure.ac
1580                 fix bug in image viewer plugin part
1581
1582         * src/imap.c
1583                 don't execute close command if the folder item is not selected
1584
1585 2003-08-07 [hoa]        0.9.4claws7
1586
1587         * src/filtering.[ch]
1588         * src/matcher_parser.h
1589         * src/matcher_parser_parse.y
1590                 can define several actions for each filtering rule
1591                 can import old versions of filtering rules
1592
1593         * src/prefs_filtering.c
1594                 call to a new dialog box to define actions
1595
1596         * src/prefs_filtering_action.[ch]
1597                 dialog box to define actions for filtering rules
1598
1599 2003-08-06 [christoph]  0.9.4claws6
1600
1601         * src/imap.c
1602                 make sure source folder is selected when copying messages
1603
1604 2003-08-06 [christoph]  0.9.4claws5
1605
1606         * sync with 0.9.4cvs2
1607                 see ChangeLog 2003-07-29                
1608
1609 2003-08-05 [paul]       0.9.4claws4
1610
1611         * sync with 0.9.4cvs3
1612                 see ChangeLog 2003-07-30
1613
1614 2003-08-04 [match]      0.9.4claws3
1615
1616         * po/POTFILES.in
1617                 export of LDIF files.
1618
1619 2003-08-04 [match]      0.9.4claws2
1620
1621         * src/ldif.[ch]
1622                 support for export LDIF. documented.
1623         * src/importldif.[ch]
1624         * src/exportldif.[ch]
1625                 add tooltips. documented.
1626         * src/exphtmldlg.[ch]
1627         * src/common/xmlprops.[ch]
1628                 documented.
1629         * src/exportldif.[ch]                   ** NEW **
1630         * src/expldifdlg.[ch]                   ** NEW **
1631         * src/addressbook.[ch]
1632         * src/Makefile.am
1633                 export of LDIF files.
1634                 documented.
1635
1636 2003-08-04 [christoph]  0.9.4claws1
1637
1638         * .cvsignore
1639         * Makefile.am
1640         * configure.ac
1641         * sylpheed-claws.pc.in                  ** NEW **
1642         * src/Makefile.am
1643         * src/common/Makefile.am
1644         * src/gtk/Makefile.am
1645                 install sylpheed header files in $(pkgincludedir) and create a
1646                 pkg-config file to allow building a plugin without the source
1647                 package
1648
1649 2003-08-04 [paul]       0.9.4claws
1650
1651         * version 0.9.4claws
1652
1653 2003-08-04 [paul]       0.9.3claws97
1654
1655         * po/es.po
1656                 update Spanish translation. Submitted by Ricardo
1657                 Mones Lastra.
1658
1659 2003-08-03 [paul]       0.9.3claws96
1660
1661         * po/hr.po
1662           po/sr.po
1663                 update Croatian and Serbian translations. Submitted by
1664                 Dragan and Urke MMI respectively
1665
1666 2003-08-03 [alfons]     0.9.3claws95
1667
1668         * src/summaryview.c
1669                 mark flag has precedence over important flag - seems
1670                 to have been changed in sync of 0.9.3claws45. this fixes
1671                 a regression where messages that were scored as important
1672                 don't show their mark flags. (using the same column for
1673                 both importance as mark flags is the real problem
1674                 ofcourse)
1675
1676 2003-08-03 [melvin]     0.9.3claws94
1677
1678         * po/fr.po
1679                 Updated French translations.
1680
1681 2003-08-03 [melvin]     0.9.3claws93
1682
1683         * src/Makefile.am
1684                 Fixed typo introduced after 0.9.3claws92 
1685                 that prevented compilation
1686                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1687                 CPPFLAGS and YFLAGS to allow user setting these.
1688         * src/common/Makefile.am
1689         * src/gtk/Makefile.am
1690         * src/plugins/clamav/Makefile.am
1691         * src/plugins/demo/Makefile.am
1692         * src/plugins/dillo_viewer/Makefile.am
1693         * src/plugins/image_viewer/Makefile.am
1694         * src/plugins/mathml_viewer/Makefile.am
1695         * src/plugins/spamassassin/Makefile.am
1696         * src/plugins/trayicon/Makefile.am
1697         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1698                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1699                 CPPFLAGS and YFLAGS to allow user setting these.
1700
1701 2003-08-02 [christoph]  0.9.3claws92
1702
1703         * configure.ac
1704                 o rearrange plugin tests
1705                 o add test for clamav.h to ClamAV tests
1706
1707 2003-08-02 [luke]       0.9.3claws91
1708
1709         * src/mimeview.c
1710                 o fixed appearance of icon list when toggling back from the 
1711                   ctree
1712                 o toggling of icons using the keyboard works correctly
1713                 o fixed all other keyboard shortcuts to work when icons are
1714                   active
1715         
1716         * src/messageview.c
1717                 o fixed bug 4 - focus lost when changing messageview view type
1718
1719 2003-08-02 [christoph]  0.9.3claws90
1720
1721         * src/common/hooks.c
1722                 fix crash when pointer stored in hash table could get invalid
1723                 when a plugin is unloaded
1724
1725 2003-08-01 [christoph]  0.9.3claws89
1726
1727         * configure.ac
1728                 o try to build all plugins (except spamassassin) by default
1729                 o don't build a plugin if a dependency check fails
1730
1731         * src/common/hooks.c
1732                 fix warning
1733
1734 2003-08-01 [match]      0.9.3claws88
1735
1736         * src/importldif.c
1737                 allow single click field selection. document code.
1738
1739 2003-08-01 [christoph]  0.9.3claws87
1740
1741         * src/plugins/clamav/clamav_plugin.c
1742         * src/plugins/clamav/clamav_plugin_gtk.c
1743         * src/plugins/dillo_viewer/dillo_viewer.c
1744         * src/plugins/image_viewer/plugin.c
1745         * src/plugins/mathml_viewer/mathml_viewer.c
1746         * src/plugins/spamassassin/spamassassin.c
1747         * src/plugins/spamassassin/spamassassin_gtk.c
1748         * src/plugins/trayicon/trayicon.c
1749                 add version check to all plugins
1750
1751 2003-08-01 [hoa]        0.9.3claws86
1752
1753         * src/prefs_filtering.c
1754                 fixed a cosmetic bug, during creation of dialog box,
1755                 wrong widgets were shown after creation.
1756
1757 2003-08-01 [luke]       0.9.3claws85
1758
1759         * src/mainwindow.c
1760                 o fixed visibility of icons/mimeview after toggling separate
1761                   message/folder view (factored out some similar code too).
1762
1763
1764 2003-07-31 [alfons]     0.9.3claws84
1765
1766         * src/mimeview.c
1767                 tweak icon box UI a bit more, now allowing right-clicks actions
1768                 getting the relevant mime data too; should fix #250, "Can't save 
1769                 attachments sometimes".
1770
1771 2003-07-30 [alfons]     0.9.3claws83
1772
1773         * src/compose.c
1774                 don't do auto-save-draft inside key press handler, but rather
1775                 schedule it half of a second later; should fix #67, "autosave 
1776                 make re-rediting message crazy"
1777
1778 2003-07-30 [christoph]  0.9.3claws82
1779
1780         * src/plugins/trayicon/trayicon.c
1781                 process pending events before unloading the plugin
1782
1783         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1784
1785 2003-07-30 [alfons]     0.9.3claws81
1786
1787         * src/common/hooks.c
1788                 parameter 2 of g_hook_destroy() should really be a hook id
1789
1790 2003-07-30 [alfons]     0.9.3claws80
1791
1792         * src/common/plugin.c
1793                 fix a possibly harmful function signature mismatch 
1794                 for plugin_done
1795
1796 2003-07-30 [alfons]     0.9.3claws79
1797
1798         * src/common/hooks[.ch]
1799                 const correctness
1800
1801 2003-07-30 [darko]      0.9.3claws78
1802
1803         * src/summaryview.c
1804                 make it compile again
1805
1806 2003-07-30 [luke]       0.9.3claws77
1807
1808         * src/crash.c
1809         * src/main.c
1810                 o added/moved signal handlers for SIGTERM (normal kill command) 
1811                   and SIGINT (ctl-c) to be used even without 
1812                   --enable-crash-dialog, fixing bug 166
1813
1814         * src/summaryview.c
1815                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1816                   bug 227
1817
1818         * src/mainwindow.c
1819                 o changed sensitivity condition for 'Next new' and 'Next 
1820                   unread', fixing bug 8
1821
1822 2003-07-29 [alfons]     0.9.3claws76
1823
1824         * src/common/utils.[ch]
1825                 add generate_msgid()
1826         * src/messageview.c
1827                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1828                 sent folder".
1829
1830 2003-07-29 [alfons]     0.9.3claws75
1831
1832         * src/messageview.c
1833                 fix a memleak (claws-only)
1834
1835 2003-07-29 [alfons]     0.9.3claws74
1836
1837         * src/mimeview.[ch]
1838         * src/gtk/gtkvscrollbutton.[ch]
1839                 fix UI glitch where mime icon toolbox' scroll position is not 
1840                 reset after switching to another message
1841                 
1842
1843 2003-07-29 [paul]       0.9.3claws73
1844
1845         * src/prefs_folder_item.c
1846                 split the prefs into 2 separate pages
1847
1848 2003-07-29 [paul]       0.9.3claws72
1849
1850         * src/compose.c
1851                 prepend "\n\n" to a signature without a separator too
1852
1853 2003-07-29 [paul]       0.9.3claws71
1854
1855         * src/compose.c
1856                 fix bug where changing to an account without an auto-sig
1857                 from an initial account without an auto-sig would insert 
1858                 2 blank lines at the cursor point
1859                 fix bug where changing to an account with an auto-sig
1860                 from an initial account without an auto-sig would insert
1861                 the sig at the cursor point
1862
1863 2003-07-29 [paul]       0.9.3claws70
1864
1865         * src/folderview.c
1866                 use the colour from the folder pref unless the folder
1867                 has new messages
1868
1869 2003-07-29 [alfons]     0.9.3claws69
1870
1871         * src/procmsg.[ch]
1872         * src/messageview.c
1873         * src/procheader.c
1874                 rewrite return receipt request work a little bit (the former 
1875                 implementation presumably depended too much on the UI setting
1876                 flags). (we're losing the old pending flag.) 
1877
1878 2003-07-28 [christoph]  0.9.3claws68
1879
1880         * src/folder.c
1881         * src/imap.c
1882         * src/mh.c
1883         * src/procmsg.[ch]
1884                 fix copy to IMAP folder from other folder
1885
1886 2003-07-28 [christoph]  0.9.3claws67
1887
1888         * src/procmsg.c
1889                 fix sync of procmsg_get_message_file_list
1890
1891 2003-07-28 [christoph]  0.9.3claws66
1892
1893         * sync with 0.9.3cvs14
1894                 see ChangeLog 2003-07-18
1895         * sync with 0.9.3cvs17
1896                 see ChangeLog 2003-07-23
1897
1898         (closes Bug 234 segmentation fault after sending out mail via
1899          smtp(auth))
1900
1901 2003-07-28 [paul]       0.9.3claws65
1902
1903         * po/es.po
1904                 update Spanish translation, submitted by Ricardo Mones
1905                 Lastra
1906
1907 2003-07-28 [christoph]  0.9.3claws64
1908
1909         * src/folder.[ch]
1910         * src/imap.c
1911         * src/mh.c
1912                 return new message numbers as a GRelation instead of a GSList
1913                 that has to be in the same order as the input list. A list
1914                 would make it hard for IMAP to optimize oepration by sorting
1915                 the input list. The returned list would have to be reordered
1916                 to match the same order that input list has.
1917
1918         * src/gtk/gtkaspell.c
1919                 fix missing return value, could cause a crash when garbage is
1920                 on the stack that is used as the expected return value
1921
1922 2003-07-28 [paul]       0.9.3claws63
1923
1924         * sync with 0.9.4cvs1
1925                 see ChangeLog 2003-07-28
1926
1927 2003-07-27 [alfons]     0.9.3claws62
1928
1929         * src/mimeview.c
1930                 tweak it more to make icon list act like a check button group
1931
1932 2003-07-27 [christoph]  0.9.3claws61
1933
1934         * sync with 0.9.3cvs20
1935                 see ChangeLog 2003-07-25
1936
1937 2003-07-27 [paul]       0.9.3claws60
1938
1939         * src/procmsg.c
1940                 re-commit changes from 0.9.3claws58 -
1941                 accidently removed in 0.9.3claws59
1942
1943 2003-07-27 [paul]       0.9.3claws59
1944
1945         * src/procmsg.[ch]
1946                 a sync from 0.9.3cvs17
1947                 see ChangeLog 2003-07-23
1948
1949 2003-07-27 [alfons]     0.9.3claws58
1950
1951         * src/procmsg.c
1952                 add missing header members to MsgInfo; fixes the problem of 
1953                 not displaying X-Faces, as noticed by Ricardo Mones
1954
1955 2003-07-26 [christoph]  0.9.3claws57
1956
1957         * sync with 0.9.3cvs18
1958                 see ChangeLog 2003-07-24
1959
1960 2003-07-26 [christoph]  0.9.3claws56
1961
1962         * sync with 0.9.3cvs17
1963                 see ChangeLog 2003-07-23
1964
1965 2003-07-26 [christoph]  0.9.3claws55
1966
1967         * src/folder.[ch]
1968         * src/imap.c
1969         * src/mbox_folder.c
1970         * src/mh.c
1971         * src/news.c
1972                 add support for copy function that copy multiple messages
1973                 (not implemented yet)
1974
1975         * src/summaryview.c
1976                 add missing return value
1977
1978 2003-07-26 [paul]       0.9.3claws54
1979
1980         * tools/multiwebsearch.pl
1981                 do whitespace substitution before passing the string
1982                 to the browser. fixes bug with browsers that don't
1983                 do whitespace conversion themselves.
1984
1985 2003-07-25 [christoph]  0.9.3claws53
1986
1987         * src/folder.[ch]
1988         * src/imap.c
1989         * src/mh.c
1990                 rewrite adding of multiple messages to a folder for
1991                 claws' folder system
1992
1993 2003-07-25 [luke]       0.9.3claws52
1994
1995         * src/mimeview.c
1996                 o icon toggles set correctly on leaving ctree mimeview
1997
1998 2003-07-25 [paul]       0.9.3claws51
1999
2000         * partial sync with 0.9.3cvs21 [src/main.c]
2001                 see ChangeLog 2003-07-25
2002
2003 2003-07-24 [paul]       0.9.3claws50
2004
2005         * tools/maildir2sylpheed.pl
2006                 fix typo
2007
2008 2003-07-24 [paul]       0.9.3claws49
2009
2010         * src/mimeview.c
2011                 increase the gutter size of paned so that the panes
2012                 can be resized
2013                 
2014         * src/plugins/demo/demo.c
2015                 squeeze in another typo fix
2016
2017 2003-07-24 [paul]       0.9.3claws48
2018
2019         * src/plugins/demo/demo.c
2020           src/prefs_account.c
2021                 small changes to the English
2022                 
2023         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
2024           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
2025           src/Makefile.am
2026           src/stock_pixmap.c
2027                 rename the misspelled icon
2028
2029 2003-07-23 [alfons]     0.9.3claws47
2030
2031         * src/mimeview.c
2032                 make icon list look like a list of toggles
2033
2034 2003-07-23 [luke]       0.9.3claws46
2035
2036         * src/pixmaps/mimeview_gpg_expired.xpm
2037         * src/pixmaps/mimeview_gpg_failed.xpm
2038         * src/pixmaps/mimeview_gpg_passed.xpm
2039         * src/pixmaps/mimeview_text_html.xpm
2040         * src/pixmaps/mimeview_image.xpm
2041                 o all icons the same size
2042
2043         * src/mimeview.[ch]
2044                 o mimeview ctree arranged vertically above the viewer
2045                 o icons changed to buttons
2046                 o can use keyboard to select an icon (Enter)
2047                 o resize icon list to width of icons
2048
2049         *  src/gtk/gtkvscrollbutton.c
2050                 o sensitivity of buttons reacts to position
2051
2052 2003-07-23 [christoph]  0.9.3claws45
2053
2054         * sync with 0.9.3cvs14 (incomplete)
2055                 see ChangeLog 2003-07-17
2056
2057 2003-07-23 [alfons]     0.9.3claws44
2058
2059         * src/folder.c
2060         * src/procmsg.h
2061                 sync with my local tree to restore some claws-only things
2062
2063 2003-07-23 [paul]       0.9.3claws43
2064
2065         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
2066           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
2067           src/Makefile.am
2068           src/mimeview.c
2069           src/procmime.h
2070           src/rfc2015.c
2071           src/stock_pixmap.[ch]
2072                 indicate missing keys and expired sigs/keys
2073                 in mime view column
2074
2075 2003-07-23 [paul]       0.9.3claws42
2076
2077         * src/compose.c
2078                 Redirect fixes: enable automatic account selection and
2079                 do not append signature to message on changing account
2080                 fixes Bug[s] #248
2081
2082 2003-07-23 [paul]       0.9.3claws41
2083
2084         * sync with 0.9.3cvs16
2085                 see ChangeLog 2003-07-23
2086
2087 2003-07-23 [alfons]     0.9.3claws40
2088
2089         * src/inc.c
2090                 give progress dialog a main window, and give it the first 
2091                 one (presumably the only one). fixes bug #247, "segfault on 
2092                 pop-before-smtp" 
2093
2094 2003-07-22 [alfons]     0.9.3claws39
2095
2096         * src/summaryview.c
2097                 shift-space scrolls up
2098
2099 2003-07-22 [paul]       0.9.3claws38
2100
2101         * sync with 0.9.3cvs15
2102                 see ChangeLog 2003-07-22
2103
2104 2003-07-20 [alfons]     0.9.3claws37
2105
2106         * src/compose.c
2107                 put menu inside #ifdef USE_ASPELL..#endif
2108
2109 2003-07-20 [christoph]  0.9.3claws36
2110
2111         * src/procmsg.c
2112                 fix wrong flags in MsgInfo returned by
2113                 procmsg_msginfo_get_full_info()
2114
2115         (closes Bug 221 Deleting messages from the Message View gives incorrect
2116          new/unread message counts in the folder view)
2117
2118         * src/plugins/spamassassin/spamassassin_gtk.c
2119                 add gettext macro for prefs page title
2120
2121 2003-07-20 [paul]       0.9.3claws35
2122
2123         * src/mimeview.c
2124                 redraw icon list on signature check
2125
2126 2003-07-20 [christoph]  0.9.3claws34
2127
2128         * src/Makefile.am
2129         * src/account.c
2130         * src/folder.[ch]
2131         * src/folder_item_prefs.[ch]            ** NEW **
2132         * src/folderview.c
2133         * src/mainwindow.c
2134         * src/mh.c
2135         * src/prefs_gtk.c
2136         * src/prefs_scoring.c
2137         * src/summaryview.c
2138         * src/prefs_folder_item.[ch]
2139                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2140                   Properties dialog
2141                 o use prefswindow for folder properties
2142
2143         * src/gtk/prefswindow.[ch]
2144                 change implementation to use an invisible notebook instead
2145                 of unparenting widgets
2146
2147 2003-07-20 [christoph]  0.9.3claws33
2148
2149         * src/compose.h
2150         * src/folder.c
2151         * src/folderview.h
2152         * src/headerview.h
2153         * src/prefs_filtering.h
2154         * src/prefs_folder_item.[ch]
2155         * src/procmime.h
2156         * src/procmsg.h
2157         * src/summaryview.h
2158                 clean up header mess
2159                 (always use 1. typedefs, 2. #includes, 3. structures)
2160
2161         * src/common/version.h.in
2162                 add casts for constants
2163
2164         * src/plugins/demo/demo.c
2165                 fix typo
2166
2167         * src/plugins/spamassassin/spamassassin.c
2168                 remove unused variable
2169
2170 2003-07-20 [alfons]     0.9.3claws32
2171
2172         * src/mimeview.c
2173                 o make icon buttons respond on left click
2174                 o minor cosmetic change
2175
2176 2003-07-19 [luke]       0.9.3claws31
2177
2178         * src/mimeview.[ch]
2179         * src/gtk/gtkvscrollbutton.c
2180         * src/messageview.c
2181                 o improved mimeview behaviour when selecting a new message
2182                 o plus code cleanups to remove compile warnings
2183
2184
2185 2003-07-19 [alfons]     0.9.3claws30
2186
2187         * src/procmsg.c
2188         * src/compose.c
2189         * src/common/utils.[ch]
2190                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2191
2192 2003-07-19 [alfons]     0.9.3claws29
2193
2194         * src/prefs_folder_item.c
2195                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2196                 string pointers
2197
2198 2003-07-19 [luke]       0.9.3claws28
2199
2200         * src/messageview.c
2201         * src/mimeview.[ch]
2202         * src/procmime.h
2203         * src/rfc2015.c
2204         * src/stock_pixmap.[ch]
2205         * src/gtk/Makefile.am
2206         * src/Makefile.am
2207         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2208         * src/pixmaps/mime_*.xpm                ** NEW **
2209                 o mimeview rearrangement with a new icon shortcut bar
2210
2211 2003-07-19 [alfons]     0.9.3claws27
2212
2213         * src/folderview.c
2214                 o plug leaking nodes_to_recollapse
2215                 o add folderview_recollapse_all_nodes() (not used yet)
2216
2217 2003-07-19 [alfons]     0.9.3claws26
2218
2219         * src/compose.c
2220         * src/common/utils.c
2221                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2222                 for both forwarding as replying
2223
2224 2003-07-18 [christoph]  0.9.3claws25
2225
2226         * configure.ac
2227         * src/common/sylpheed.[ch]
2228         * src/common/version.h.in
2229                 add version in numeric form to allow easy comparison
2230
2231         * src/plugins/demo/demo.c
2232                 add version check
2233                 - sylpheed version > plugin version => never allowed, sylpheed
2234                   could contain unknown API changes
2235                 - sylpheed version < minimum version required => don't load,
2236                   API required not available (if linking does not fail)
2237
2238 2003-07-18 [alfons]     0.9.3claws24
2239         
2240         * src/common/plugin.[ch]
2241                 const correctness
2242
2243 2003-07-18 [christoph]  0.9.3claws23
2244
2245         * src/common/hooks.c
2246                 fix crash when hooks where unregisted
2247
2248         * src/plugins/trayicon/trayicon.c
2249                 unregister detroy signal before destroying the widget
2250                 (still crashes when the plugin is unloaded)
2251
2252 2003-07-18 [alfons]     0.9.3claws22
2253         
2254         * src/folderview.c
2255                 delay expanding folder tree during drags until timeout triggered
2256                 (needs perhaps some tweaking, so testing is welcome)
2257
2258 2003-07-17 [alfons]     0.9.3claws21
2259
2260         * src/folderview.c
2261                 clean up cruft
2262
2263 2003-07-17 [christoph]  0.9.3claws20
2264
2265         * src/common/session.c
2266                 fix opening of SSL connections
2267
2268         * src/plugins/image_viewer/Makefile.am
2269                 add OPENSSL_CFLAGS (we should find a better solution to remove
2270                 this dependencies if they are not required)
2271
2272         * src/plugins/spamassassin/spamassassin.c
2273                 remove setlocale workaround (fixed in libspamc)
2274
2275         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2276          if spell checking enabled)
2277
2278 2003-07-17 [alfons]     0.9.3claws19
2279
2280         * src/common/hooks.[ch]
2281         * src/plugins/clamav/clamav_plugin.c
2282         * src/plugins/spamassassin/spamassassin.c
2283         * src/plugins/trayicon/trayicon.c
2284                 fix signedness muck 
2285
2286 2003-07-17 [alfons]     0.9.3claws18
2287
2288         * src/procmime.c
2289                 plug memleak
2290
2291 2003-07-17 [alfons]     0.9.3claws17
2292
2293         * src/inc.c
2294                 plug memleak
2295
2296 2003-07-17 [paul]       0.9.3claws16
2297
2298         * src/common/defs.h
2299           src/mainwindow.c
2300           src/manual.[ch]
2301                 add link to the Claws site's FAQ page, after the suggestion
2302                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2303                 Move url strings to defs.h
2304                 
2305         * src/mainwindow.c
2306                 fix typo to prevent "unknown menu entry" warnings
2307
2308 2003-07-17 [alfons]     0.9.3claws15
2309
2310         * src/folderview.[ch]
2311         * src/summaryview.[ch]
2312         * src/mimeview.[ch]
2313                 plug DnD leaks 
2314
2315 2003-07-17 [paul]       0.9.3claws14
2316
2317         * src/inc.c
2318                 remove two instances of 'GTK_EVENTS_FLUSH' because
2319                 they are unnecessary and probably cause a stack overflow
2320
2321 2003-07-16 [christoph]  0.9.3claws13
2322
2323         * src/mimeview.[ch]
2324                 use an invisible GTK notebook to switch between viewers
2325                 instead of reparenting widgets
2326
2327 2003-07-16 [christoph]  0.9.3claws12
2328
2329         * src/folder.c
2330                 move folder_item_update_freeze() to correct place in
2331                 folder_item_scan_full()
2332
2333 2003-07-16 [paul]       0.9.3claws11
2334
2335         * sync with 0.9.3cvs12
2336                 see ChangeLog 2003-07-14 and 2003-07-15
2337
2338 2003-07-16 [christoph]  0.9.3claws10
2339
2340         * src/imap.[ch]
2341         * src/prefs_account.[ch]
2342                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2343
2344 2003-07-15 [alfons]     0.9.3claws9
2345
2346         * src/main.c
2347                 make --config-dir do something useful
2348
2349 2003-07-15 [alfons]     0.9.3claws8
2350
2351         * src/procmsg.c
2352                 o fix a bug where 'last' didn't really point to the last message
2353                   in the top level list of children, but to the last threaded
2354                   message. 
2355                 
2356                 o clean up and make it easier to sync
2357
2358 2003-07-15 [alfons]     0.9.3claws7
2359
2360         * src/mainwindow.c
2361                 make correct menu items sensitive       
2362
2363 2003-07-14 [alfons]     0.9.3claws6
2364
2365         * src/procmsg.c
2366                 tune the threader so it will not subject-thread any message
2367                 without a subject prefix (this will not thread correctly if 
2368                 a parent is delivered after their childs, but it looks 
2369                 better right now)
2370
2371 2003-07-13 [christoph]  0.9.3claws5
2372
2373         * src/mainwindow.c
2374                 group "Add mailbox *..." menu items in submenu
2375
2376 2003-07-13 [alfons]     0.9.3claws4
2377
2378         * src/summaryview.c
2379                 correct summary_toggle_pressed() signature and make sure
2380                 signal is not passed on
2381
2382 2003-07-13 [alfons]     0.9.3claws3
2383
2384         * src/summaryview.c
2385                 o for now don't pass on keys when they we're handled by 
2386                   ctree::key_press_event
2387                 o clean up
2388
2389 2003-07-13 [alfons]     0.9.3claws2
2390         
2391         * src/main.c
2392                 add command line option "--config-dir" to get the current 
2393                 configuration dir
2394
2395 2003-07-12 [alfons]     0.9.3claws1
2396
2397         * src/matcher.[ch]
2398         * src/matcher_parser_parse.y
2399         * src/prefs_filtering.c
2400         * src/filtering.c
2401                 add "Lock" filter action to lock messages;
2402
2403         * src/filtering.c       
2404                 remove debug_print()    
2405         * src/prefs_filtering.c
2406                 re-organize matcher part 9: 
2407                 make action text entries easily extendible;
2408                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2409                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2410
2411 2003-07-12 [paul]
2412
2413         * tools/README
2414                 update old information and add missing
2415                 information
2416
2417 2003-07-12 [paul]       0.9.3claws
2418
2419         * 0.9.3claws released
2420         
2421 2003-07-12 [paul]       0.9.0claws103
2422
2423         * src/Makefile.am
2424                 add addrquery.h
2425
2426 2003-07-12 [melvin]     0.9.0claws102
2427
2428         * src/messageview.c
2429                 Fixed bug #215: Show MIME tab for single text/html messages. 
2430                 
2431 2003-07-12 [paul]       0.9.0claws101
2432
2433         * man/sylpheed.1
2434                 updated
2435
2436 2003-07-12 [paul]       0.9.0claws100
2437
2438         * po/es.po
2439           po/hr.po
2440           po/pl.po
2441           po/sr.po
2442                 update Spanish, Croatian, Polish, Serbian translations.
2443                 submitted by Ricardo Mones Lastra, Dragan, Witold
2444                 Wladyslaw Wojciech Wilk, Urke MMI
2445
2446 2003-07-12 [melvin]     0.9.0claws99
2447
2448         * po/fr.po
2449                 Updated French translations.
2450
2451 2003-07-12 [paul]       0.9.0claws98
2452
2453         * src/addressbook.c
2454                 disable 'Lookup' button as it has no effect
2455
2456 2003-07-11 [alfons]     0.9.0claws97
2457         
2458         * src/summaryview.c
2459                 summary_searchbar_pressed() should return TRUE to signal that
2460                 event was handled. when returning void, the return value passed
2461                 to GTK is actually random, but maybe FALSE, in which case the
2462                 event is handled by parent
2463                 
2464 2003-07-10 [paul]       0.9.0claws96
2465
2466         * ac/missing/gettext.m4
2467                 update to version 0.12
2468
2469 2003-07-10 [paul]       0.9.0claws95
2470
2471         * src/plugins/clamav/clamav_plugin.c
2472                 fix bug where multipart/alternative messages
2473                 would slip through without being scanned
2474
2475 2003-07-10 [christoph]  0.9.0claws94
2476
2477         * src/folder.c
2478                 correct check if folder supports removing when a message is
2479                 moved. if not the message is only copied.
2480
2481         (closes Bug 132 crash on startup in newsgroups folders)
2482
2483 2003-07-09 [alfons]     0.9.0claws93
2484
2485         * configure.ac
2486         * src/common/defs.h
2487                 --with-config-dir (default .sylpheed)
2488
2489 2003-07-09 [christoph]  0.9.0claws92
2490
2491         * configure.ac
2492                 use PKG_CHECK_MODULES to check for gtkmathview
2493                 (version 0.4.2 now required)
2494
2495 2003-07-08 [melvin]     0.9.0claws91
2496
2497         * src/action.c
2498                 Implemented a progress bar that counts the number of completed
2499                 tasks when the action runs more than one command.
2500
2501 2003-07-08 [alfons]     0.9.0claws90
2502
2503         * src/procmsg.c
2504                 if queued message has an invalid Message-Id, don't try to
2505                 find message it refers to (fixes #209 "crash when processing 
2506                 in folder")
2507
2508 2003-07-08 [paul]       0.9.0claws89
2509
2510         * sync with 0.9.3cvs2
2511                 see ChangeLog 2003-07-08
2512
2513 2003-07-08 [match]      0.9.0claws88
2514
2515         * src/ldapctrl.c
2516                 extend LDAP search for first/last name by parsing search term.
2517
2518 2003-07-08 [alfons]     0.9.0claws87
2519
2520         * src/send_message.c
2521                 fix bug #208 "Status message stuck when sending on POP3 account"
2522
2523 2003-07-07 [paul]       0.9.0claws86
2524
2525         * po/hr.po
2526                 new Croatian translation, submitted by
2527                 Dragan <drleskov@inet.hr>
2528
2529 2003-07-07 [paul]       0.9.0claws85
2530
2531         * sync with 0.9.3cvs1
2532                 see ChangeLog 2003-07-07
2533
2534 2003-07-05 [christoph]  0.9.0claws84
2535
2536         * src/Makefile.am
2537         * src/messageview.c
2538         * src/mimeview.[ch]
2539         * src/stock_pixmap.[ch]
2540         * src/pixmaps/messageview_text.xpm              ** NEW **
2541                 move mimeview tabs to the right side and use icons
2542                 instead of text to save some space
2543
2544         (patch by Luke Plant <lukeplant@softhome.net>)
2545
2546 2003-07-05 [christoph]  0.9.0claws83
2547
2548         * src/inc.c
2549                 add NULL pointer checks
2550
2551         (patch by Luke Plant <lukeplant@softhome.net>)
2552         (closes Bug 204 0.9.0 quits on authentication error?!)
2553
2554 2003-07-05 [alfons]     0.9.0claws82
2555
2556         * configure.ac
2557                 take the clue in bug #202 "./configure script - 
2558                 'if test' comparison failure" reported by John Kristoff. 
2559
2560 2003-07-04 [christoph]  0.9.0claws81
2561
2562         * src/plugins/spamassassin/spamassassin.c
2563                 set timeout for spam check
2564
2565 2003-07-04 [christoph]  0.9.0claws80
2566
2567         * src/main.c
2568                 destroy all FolderItems when shutting down to
2569                 allow folders to clean up
2570
2571 2003-07-04 [melvin]     0.9.0claws79
2572
2573         * src/gtk/gtkaspell.c
2574                 Fixed bug #184 "Entering non-ascii character deletes
2575                 previous char if spell checking enabled": this makes
2576                 the spell checking in multibytes (e.g. UTF-8)locales work.
2577                 (Patch by Luke Plant).
2578                 
2579 2003-07-04 [christoph]  0.9.0claws78
2580
2581         * sync with 0.9.2cvs1
2582                 see ChangeLog 2003-06-10
2583
2584 2003-07-04 [paul]       0.9.0claws77
2585
2586         * sync with 0.9.3 release
2587                 see ChangeLog 2003-07-04
2588
2589 2003-07-03 [christoph]  0.9.0claws76
2590
2591         * src/folder.[ch]
2592         * src/imap.c
2593         * src/mbox_folder.c
2594         * src/mh.c
2595         * src/news.c
2596                 move folder_item_get_path() stuff into a folder virtual function
2597
2598         * src/procmsg.c
2599                 use folder_item_fetch_msg() to get message and do not contruct
2600                 the filename from path and number
2601
2602 2003-07-03 [paul]       0.9.0claws75
2603
2604         * sync with 0.9.2cvs12
2605                 see ChangeLog 2003-07-03
2606
2607 2003-07-02 [paul]       0.9.0claws74
2608
2609         * src/messageview.c
2610                 fix text-selection for replying
2611
2612 2003-07-02 [paul]       0.9.0claws73
2613
2614         * sync with 0.9.2cvs11
2615                 see ChangeLog 2003-07-02
2616
2617 2003-07-02 [paul]       0.9.0claws72
2618
2619         * src/procmsg.c
2620                 revert last commit because it breaks more
2621                 than it fixes
2622
2623 2003-07-02 [paul]       0.9.0claws71
2624
2625         * src/procmsg.c
2626                 fix thread by subject/sort by date
2627
2628 2003-07-01 [paul]       0.9.0claws70
2629
2630         * sync with 0.9.2cvs10
2631                 see ChangeLog 2003-07-01
2632
2633 2003-06-30 [paul]       0.9.0claws69
2634
2635         * sync with 0.9.2cvs9
2636                 see ChangeLog 2003-06-30
2637
2638 2003-06-28 [match]      0.9.0claws68
2639
2640         * src/addressbook.c
2641                 fix null ptr.
2642
2643 2003-06-27 [paul]       0.9.0claws67
2644
2645         * sync with 0.9.2cvs7
2646                 see ChangeLog 2003-06-27
2647
2648 2003-06-26 [christoph]  0.9.0claws66
2649
2650         * src/folder.c
2651                 freeze folder updates while a folder is scanned
2652
2653         (closes Bug 185 New message counter)
2654
2655 2003-06-26 [darko]      0.9.0claws65
2656
2657         * src/ldapserver.c
2658                 fix infinite loop when adding a new LDAP server
2659
2660 2003-06-26 [paul]       0.9.0claws64
2661
2662         * sync with 0.9.2cvs6
2663                 see ChangeLog 2003-06-26
2664
2665 2003-06-26 [paul]       0.9.0claws63
2666
2667         * sync with 0.9.2cvs5
2668                 see ChangeLog 2003-06-25 and 2003-06-26
2669
2670 2003-06-25 [match]      0.9.0claws62
2671
2672         * src/addr_compl.c
2673                 Fixed tab/backtab for dropped-down completion list to
2674                 move next/previous field. (close bug 147)
2675
2676 2003-06-25 [christoph]  0.9.0claws61
2677
2678         * src/addr_compl.[ch]
2679         * src/addrindex.[ch]
2680         * src/folderview.c
2681         * src/inc.c
2682         * src/news.c
2683         * src/summaryview.c
2684         * src/toolbar.c
2685                 fix warnings
2686
2687 2003-06-25 [leandro]    0.9.0claws60
2688
2689         * src/compose.c
2690                 o cleanups
2691                 o gray out "Message/Remove references" menu item if not
2692                   replying to a message
2693
2694 2003-06-24 [leandro]    0.9.0claws59
2695
2696         * src/compose.[ch]
2697                 o removed "Message/Create new thread" menu item
2698                 o added "Message/Remove references" menu item
2699                   (it's off by default and will not check anymore
2700                    if the subject changed)
2701
2702 2003-06-23 [alfons]     0.9.0claws58
2703
2704         * src/procmsg.c
2705                 try better grouping messages threaded by subject based on their age.
2706                 still not perfect - because the message tree is not sorted by date.  
2707
2708 2003-06-23 [thorsten]   0.9.0claws57
2709
2710         * src/pop.[ch]
2711                 added mail_receive_hook to allow modifications
2712                 directly after retrieval (e.g. adding headers).
2713
2714 2003-06-23 [paul]       0.9.0claws56
2715
2716         * src/sourcewindow.c
2717                  enable the use of Ctrl+A to select all text in
2718                  the sourcewindow
2719                  Patch submitted by Ivan Francolin Martinez
2720                  <ivanfm@users.sourceforge.net>
2721
2722 2003-06-22 [christoph]  0.9.0claws55
2723
2724         * src/folder.[ch]
2725                 o add notification hook for folder tree changes
2726                 o invoke hooks after folder tree scanning
2727
2728         * src/folderview.[ch]
2729                 register hook for folder tree changes that
2730                 updates the ctree
2731
2732         (there are more places that should be updated, like add, remove 
2733          or move folder)
2734
2735         (closes Bug 164 Crash on rebuild folder tree)
2736         (closes Bug 190 Crash on 'rebuilding folder tree')
2737
2738 2003-06-21 [leandro]    0.9.0claws54
2739
2740         * src/compose.[ch]
2741                 create a new thread if subject changes
2742                 (it's on by default, can be disabled in Message menu)
2743
2744 2003-06-21 [alfons]     0.9.0claws53
2745
2746         * src/summaryview.c
2747                 quiet little compiler
2748
2749 2003-06-21 [christoph]  0.9.0claws52
2750
2751         update gettext stuff to version 0.12
2752
2753 2003-06-19 [alfons]     0.9.0claws51
2754
2755         * src/common/log.c
2756         * src/common/plugin.c
2757                 move defs.h before glib.h to prevent MIN/MAX redefs
2758
2759 2003-06-19 [alfons]
2760
2761         * src/addressbook.c
2762                 translatable
2763
2764 2003-06-19 [match]      0.9.0claws50
2765
2766         * src/addressbook.[ch]
2767         * src/addrindex.[ch]
2768         * src/addr_compl.[ch]
2769         * src/editldap.[ch]
2770         * src/editldap_basedn.[ch]
2771         * src/addritem.[ch]
2772         * src/ldapquery.h
2773                 re-implemented dynamic LDAP search. works without
2774                 slowdown on display sender with addressbook
2775                 option.
2776         * src/addrbook.c
2777                 documented code.
2778
2779 2003-06-19 [paul]       0.9.0claws49
2780
2781         * src/compose.c
2782                 fix Bug #136 'Nonprovided quotation marks crash claws'
2783                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2784
2785 2003-06-19 [alfons]     0.9.0claws48
2786
2787         * src/prefs_common.[ch]
2788         * src/procmsg.c
2789                 restrict threading by subject by checking thread for
2790                 age (prefs_common.thread_by_subject_max_age)
2791
2792 2003-06-18 [christoph]  0.9.0claws47
2793
2794         * src/imap.c
2795                 fix memory leak in imap_cmd_fetch()
2796
2797 2003-06-18 [christoph]  0.9.0claws46
2798
2799         * src/prefs_gtk.c
2800                 fix memory leak in prefs_set_default() when used multiple
2801                 times or after prefs have been read
2802
2803 2003-06-18 [christoph]  0.9.0claws45
2804
2805         * src/common/plugin.c
2806                 fix memory leak in plugin_unload()
2807
2808 2003-06-18 [christoph]  0.9.0claws44
2809
2810         * src/imap.c
2811                 fix memory leak in imap_cmd_ok()
2812
2813 2003-06-18 [christoph]  0.9.0claws43
2814
2815         * src/folder.c
2816                 stop messages that are downloaded from POP3 and added to
2817                 an IMAP inbox from being filtered twice (first by POP3
2818                 and again when IMAP folder is scaned to get the UID of
2819                 the APPEND operation when no UIDPLUS is available)
2820
2821 2003-06-18 [alfons]
2822
2823         * tools/Makefile.am
2824                 phoenix <- firebird     
2825
2826 2003-06-18 [paul]
2827
2828         * tools/launch_phoenix          ** REMOVED **
2829           tools/launch_firebird         ** NEW **
2830                 renamed and edited to reflect the browser's name change from
2831                 'phoenix' to 'firebird'
2832
2833 2003-06-18 [paul]       0.9.0claws42
2834
2835         * sync with 0.9.2cvs2
2836                 see ChangeLog 2003-06-16
2837
2838 2003-06-17 [alfons]     0.9.0claws41
2839
2840         * src/procmsg.c
2841                 prevent threading problems when a node is an ancestor (parent / great parent),
2842                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2843                 for finding an sample set of messages)
2844
2845 2003-06-16 [christoph]  0.9.0claws40
2846
2847         * src/main.c
2848                 don't popup main window on --receive or --receive-all
2849
2850         * src/mainwindow.[ch]
2851         * src/plugins/trayicon/trayicon.c
2852                 allow hiding of main window by clicking on the trayicon
2853                 (doesn't work correctly in seperate window mode and may
2854                  cause unexpected GTK problems I couldn't find yet)
2855
2856         * src/common/ssl.c
2857                 remove incorrect warning
2858
2859 2003-06-15 [alfons]     0.9.0claws39
2860
2861         * src/gtk/gtkstext.c
2862                 don't output debug text;
2863                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2864                 for pointing this out);
2865
2866 2003-06-14 [alfons]     0.9.0claws38
2867         
2868         * src/messageview.c
2869                 remove printf() and make one if..else comply with coding style
2870
2871 2003-06-14 [alfons]     0.9.0claws37
2872
2873         * AUTHORS
2874                 add Martin Wicke
2875         * src/action.c
2876         * src/messageview.[ch]
2877         * src/summaryview.c
2878                 apply patch #754162 "Quoting messages filtered by actions" submitted
2879                 by Martin Wicke, which allows quoting message body changed by an
2880                 action (Thanks!).
2881
2882 2003-06-13 [alfons]     0.9.0claws36
2883
2884         * src/utils.c
2885                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2886                 use case insensitive regexp (suggested by Ivan Martinez)
2887
2888 2003-06-13 [christoph]  0.9.0claws35
2889
2890         * configure.ac
2891         * src/plugins/trayicon/Makefile.am
2892         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2893         * src/plugins/trayicon/trayicon.c
2894         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2895         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2896         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2897         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2898         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2899         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2900                 replace my own EggTrayIcon backport with the backport
2901                 used by (l|x)mule and gabber.
2902
2903 2003-06-13 [alfons]     0.9.0claws34
2904
2905         * AUTHORS
2906         * src/common/utils.c
2907                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2908
2909 2003-06-13 [alfons]     0.9.0claws33
2910
2911         * src/compose.c
2912                 clean up a little bit
2913
2914 2003-06-12 [alfons]     0.9.0claws32
2915
2916         * src/compose.c
2917                 const correctness fix
2918
2919         * src/common/sylpheed.[ch]
2920                 () -> (void)
2921                 prevent redef MIN/MAX
2922                 
2923         * src/common/utils.[ch]
2924                 () -> (void)
2925
2926 2003-06-12 [melvin]     0.9.0claws31
2927
2928         * src/compose.c
2929                 Updated to take into accounts changes in GtkAspell.
2930
2931 2003-06-12 [alfons]     0.9.0claws30
2932
2933         * src/compose.c
2934         * src/procmsg.c
2935         * src/common/utils.[ch]
2936                 handle reply subject prefixes better (initial 
2937                 suggestion by Robert Story adapted and enhanced 
2938                 using regexps)
2939
2940 2003-06-12 [melvin]     0.9.0claws29
2941
2942         * src/compose.c
2943                 Use new gtkaspell_checkers_strerror() to get the speller's
2944                 error message instead of accessing the (now private)
2945                 checkers structure.
2946                 Minor code clean up
2947
2948         * src/main.c
2949                 Use #ifdef instead of #if for USE_ASPELL
2950                 Use the new spell checkers init/quit functions 
2951
2952         * src/gtk/gtkaspell.c
2953                 Use #ifdef instead of #if for USE_ASPELL
2954                 Moved in the majority of GtkAspell structures that were
2955                 exported before by gtkaspell.h
2956         
2957         * src/gtk/gktaspell.h
2958                 Made gtkaspell.h contain only the necessary data to be
2959                 publicized by moving many structures to gtkaspell.c.
2960                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2961                 gtkaspell_checkers_new(): replaced by...
2962                 gtkaspell_checkers_init(): new function for initialization
2963                 gtkaspell_checkers_delete(): replaced by...
2964                 gtkaspell_checkers_quit(): new function
2965                 gtkaspell_checkers_strerror(): new function that returns
2966                 the checker's last error message.
2967                 
2968 2003-06-11 [melvin]     0.9.0claws28
2969
2970         * po/POTFILES.in
2971                 Updated to take into account gtkaspell.c migration to
2972                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2973
2974 2003-06-10 [alfons]     0.9.0claws27
2975
2976         * src/filtering.[ch]
2977         * src/folder.c
2978         * src/matcher.c
2979         * src/scoring.[ch]
2980                 - try fixing bug #18 (any brave testers?)
2981                 - add more robustness by refusing previously 
2982                   unchecked NULL pointers 
2983
2984 2003-06-10 [alfons]     0.9.0claws26
2985
2986         * src/procmsg.c
2987                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2988
2989 2003-06-09 [alfons]     0.9.0claws25
2990
2991         * src/prefs_common.c
2992                 fix bug #163 "Icon switching doesnt work properly" by 
2993                 preventing early freeing of prefs_common.pixmap_theme_path.
2994
2995 2003-06-09 [christoph]  0.9.0claws24
2996
2997         * src/gtk/gtkaspell.c
2998                 revert Thorsten's fix and add forgotten g_strdup for
2999                 aspell path (it should not be possible to alter the path a
3000                 GtkASpell uses from outside)
3001
3002 2003-06-09 [thorsten]   0.9.0claws23
3003
3004         * src/gtk/gtkaspell.c
3005                 dont free prefs_common.aspell_path when closing compose
3006
3007 2003-06-08 [colin]      0.9.0claws22
3008
3009         * src/plugins/spamassassin/spamassassin.c
3010                 fix prefs types
3011
3012 2003-06-07 [christoph]  0.9.0claws21
3013
3014         * src/Makefile.am
3015         * src/compose.c
3016         * src/gtkaspell.[ch]            ** REMOVE **
3017         * src/gtk/Makefile.am
3018         * src/gtk/gtkaspell.[ch]        ** NEW **
3019                 o make gtkaspell independent from sylpheed's prefs
3020                 o move gtkaspell.[ch] to gtk directory
3021
3022 2003-06-07 [christoph]  0.9.0claws20
3023
3024         * src/Makefile.am
3025         * src/crash.c
3026         * src/export.c
3027         * src/filesel.[ch]              ** REMOVE **
3028         * src/folder.c
3029         * src/main.[ch]
3030         * src/common/sylpheed.[ch]
3031         * src/gtk/Makefile.am
3032         * src/gtk/filesel.[ch]          ** NEW **
3033         * src/gtk/pluginwindow.c
3034         * src/gtk/sslcertwindow.c
3035                 move filesel.[ch] to gtk directory
3036
3037 2003-06-07 [alfons]     0.9.0claws19
3038
3039         * src/filesel.c
3040                 make (multi) file selection dialog work again (Claws-only)
3041
3042 2003-06-07 [thorsten]   0.9.0claws18
3043
3044         * po/de.po
3045                 fix typos
3046
3047 2003-06-07 [alfons]     0.9.0claws17
3048
3049         * configure.ac
3050         * src/mimeview.c
3051                 detect apache mishap in which case don't include fnmatch.h
3052                 if regex.h is already included
3053
3054 2003-06-06 [christoph]  0.9.0claws16
3055
3056         * configure.ac
3057         * src/mimeview.h
3058                 add check for fnmatch.h and include it when available
3059
3060         * src/mimeview.[ch]
3061                 fix wrong case sensitivity of Content-Types
3062
3063         * src/gtk/Makefile.am
3064                 need the same include paths in gtk directory as in
3065                 common directory because .h files in common can
3066                 include files from these directories, when included
3067                 in gtk's .h or .c files
3068
3069 2003-06-06 [alfons]     0.9.0claws15
3070
3071         * src/mimeview.c
3072         * src/summaryview.c
3073                 make it compile again because of regex.h / fnmatch.h 
3074                 include problems (related to recent mime stuff, can
3075                 someone check this?)
3076
3077 2003-06-06 [thorsten]   0.9.0claws14
3078
3079         * src/folderview.c
3080                 possible use of uninitialized pointer while dragging
3081
3082 2003-06-06 [paul]       0.9.0claws13
3083
3084         * src/compose.c
3085                 fix bug where the insert sig button would be effective
3086                 only when auto_sig was set
3087
3088 2003-06-06 [paul]       0.9.0claws12
3089
3090         * sync with 0.9.2 release
3091
3092 2003-06-02 [paul]       0.9.0claws11
3093
3094         * sync with 0.9.1cvs1
3095                 see ChangeLog 2003-06-02
3096                 
3097         * po/de.po
3098                 update by Jens
3099
3100 2003-06-01 [christoph]  0.9.0claws10
3101
3102         * src/account.c
3103                 don't use substring search to find accounts by email address
3104
3105         (closes Bug 169 Overly loose matching of "From" address)
3106
3107 2003-05-31 [christoph]  0.9.0claws9
3108
3109         * doc-src/rfc2683.txt
3110         * src/imap.c
3111                 limit IMAP command length as recommended in RFC2683
3112                 (message number lists will be split into multiple imap
3113                 sets, the limit of 1000 octets is not a hard limit)
3114
3115         (closes Bug 161 sylpheed-claws exits with segfault when logging
3116          in to certain imap-servers)
3117
3118 2003-05-29 [alfons]     0.9.0claws8
3119
3120         * src/toolbar.[ch]
3121                 add print button (calling summary_print());
3122                 fine tune setting tooltip text;
3123                 (if someone needs other buttons, please take these 
3124                 commits as a guide, instead of bothering us - also
3125                 see 0.8.11claws150) 
3126
3127 2003-05-29 [darko]      0.9.0claws7
3128
3129         * src/compose.c
3130                 fix crash when word wrapping kicks in due to
3131                 changed text by spell checker
3132
3133 2003-05-29 [paul]       0.9.0claws6
3134
3135         * src/compose.c
3136                 fix bug where changing account would insert
3137                 sig even if auto_sig was FALSE
3138                 
3139         * ChangeLog
3140           ChangeLog.jp
3141           INSTALL
3142                 sync with 0.9.1 release
3143
3144 2003-05-28 [christoph]  0.9.0claws5
3145
3146         * src/imap.c
3147                 fix truncation of too long commands
3148
3149         (closes Bug 167 IMAP hangs trying to get envelope
3150          information in imap_get_uncached_messages)
3151
3152 2003-05-27 [paul]       0.9.0claws4
3153
3154         * tools/Makefile.am
3155           tools/maildir2sylpheed.pl     ** NEW FILE **
3156                 add kmail to sylpheed mailbox conversion script
3157
3158 2003-05-27 [paul]       0.9.0claws3
3159
3160         * sync with 0.9.0cvs10
3161                 see ChangeLog 2003-05-26
3162
3163 2003-05-26 [paul]       0.9.0claws2
3164
3165         * sync with 0.9.0cvs9
3166                 see ChangeLog 2003-05-26
3167
3168 2003-05-24 [paul]       0.9.0claws1
3169
3170         * sync with 0.9.0cvs8
3171                 see ChangeLog 2003-05-23
3172
3173 2003-05-24 [paul]       0.9.0claws
3174
3175         * version 0.9.0claws released
3176
3177 2003-05-24 [paul]       0.8.11claws177
3178
3179         * src/plugins/dillo-viewer/Makefile.am
3180           src/plugins/traycon/Makefile.am
3181                 add missing files
3182                 
3183         * po/bg.po
3184           po/en_GB.po
3185           po/es.po
3186           po/it.po
3187           po/pt_BR.po
3188           po/ru.po
3189           po/sr.po
3190                 update Bulgarian, British English, Spanish, Italian, 
3191                 Brazilian Portuguese, Russian, and Serbian translations, 
3192                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3193                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3194                 Ruslan N. Balkin, and Urke MMI
3195
3196 2003-05-23 [melvin]     0.8.11claws176
3197
3198         * po/fr.po
3199                 Updated French translations
3200
3201 2003-05-22 [paul]       0.8.11claws175
3202
3203         * src/Makefile.am
3204           src/addrbook.[ch]
3205           src/addrcache.[ch]
3206           src/addr_compl.[ch]
3207           src/adressbook.[ch]
3208           src/addrindex.[ch]
3209           src/addritem.[ch]
3210           src/editaddress.c
3211           src/editgroup.c
3212           src/editldap_basedn.c
3213           src/editldap.c
3214           src/jpilot.c
3215           src/vcard.c
3216                 revert to get ldap into it previous working state
3217                 
3218         * po/zh_TW.Big5.po
3219                 new Taiwanese translation,
3220                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3221
3222 2003-05-22 [christoph]  0.8.11claws174
3223
3224         * src/plugins/spamassassin/libspamc.[ch]
3225                 sync libspamc with SpamAssaain release 2.55
3226
3227 2003-05-22 [paul]       0.8.11claws173
3228
3229         * sync with 0.9.0cvs7
3230                 see ChangeLog 2003-05-22
3231                 
3232         * src/summaryview.c
3233                 revert change in 0.8.11claws172: follow
3234                 Hiroyuki's decision and that's the end of it.
3235
3236 2003-05-21 [paul]       0.8.11claws172
3237
3238         * src/summaryview.c
3239                 fix discrepency between open_unread_on_enter
3240                 and always_show_msg
3241
3242 2003-05-21 [paul]       0.8.11claws171
3243
3244         * sync with 0.9.0cvs6
3245                 see ChangeLog 2003-05-21
3246
3247 2003-05-21 [paul]       0.8.11claws170
3248
3249         * sync with 0.9.0cvs5
3250                 see ChangeLog 2003-05-21
3251
3252 2003-05-20 [paul]       0.8.11claws169
3253
3254         * sync with 0.9.0cvs4
3255                 see ChangeLog 2003-05-20
3256                 fixes bug #152, 'encoding of IMAP folders names'
3257
3258 2003-05-20 [paul]       0.8.11claws168
3259
3260         * sync with 0.9.0cvs3
3261                 see ChangeLog 2003-05-20
3262                 
3263         * src/tools/convert_mbox.pl
3264                 minor change in the comments, submitted by Fred Marton
3265
3266 2003-05-19 [paul]       0.8.11claws167
3267
3268         * src/plugins/clamav/Makefile.am
3269           configure.ac
3270                 link clamav_lib to the plugin and not to the main program
3271
3272 2003-05-19 [christoph]
3273
3274         * src/Makefile.am
3275                 add -export-dynamic for linking
3276
3277 2003-05-19 [paul]       0.8.11claws166
3278
3279         * sync with 0.9.0cvs1
3280                 see ChangeLog 2003-05-19
3281
3282 2003-05-19 [paul]       0.8.11claws165
3283
3284         * src/inc.c
3285                 fix 'pop before smtp' timeout
3286
3287 2003-05-18 [alfons]     0.8.11claws164
3288
3289         * src/prefs_matcher.c
3290                 put "execute" action command line ("expression") in edit box
3291
3292 2003-05-18 [christoph]  0.8.11claws163
3293
3294         * src/mimeview.[ch]
3295         * src/plugins/dillo_viewer/dillo_viewer.c
3296         * src/plugins/image_viewer/viewer.c
3297         * src/plugins/mathml_viewer/mathml_viewer.c
3298                 let a viewer have a list of Content-Types
3299
3300 2003-05-18 [paul]       0.8.11claws162
3301
3302         * src/prefs_filtering.c
3303                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3304                 and REDIRECT actions
3305
3306 2003-05-17 [christoph]
3307
3308         * README.claws
3309                 o remove dynamic signatures that was syned with main
3310                 o add infos about no longer "build in" image viewer
3311                 o update bugtracker URL
3312
3313 2003-05-17 [christoph]  0.8.11claws161
3314
3315         * src/folder.c
3316         * src/folderview.c
3317         * src/imap.c
3318                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3319                 for every folder after rebuilding the folder tree.
3320
3321         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3322          messages)
3323
3324 2003-05-17 [christoph]  0.8.11claws160
3325
3326         * src/imap.c
3327                 don't use STATUS command on current folder to check for
3328                 content changes. imap_cmd_ok() now tracks changes to
3329                 folder and number of existing messages.
3330
3331 2003-05-17 [paul]       0.8.11claws159
3332
3333         * src/plugins/clamav/clamav_plugin.c
3334                 remove unnecessary debug_print
3335
3336 2003-05-16 [thorsten]   0.8.11claws158
3337
3338         * src/plugins/demo.c
3339                 included missing intl.h
3340
3341 2003-05-16 [paul]       0.8.11claws157
3342
3343         * po/POTFILES.in
3344                 remove non-existant entries
3345         
3346         * src/plugins/clamav/clamav_plugin.c
3347           src/plugins/clamav/clamav_plugin_gtk.c
3348           src/plugins/dillo_viewer/dillo_prefs.c
3349           src/plugins/dillo_viewer/dillo_viewer.c
3350                 gettextise
3351
3352 2003-05-16 [christoph]  0.8.11claws156
3353
3354         * po/POTFILES.in
3355                 include plugin .c files for translation until I
3356                 find a better solution to have plugins have their
3357                 own textdomain
3358         * src/plugins/demo/demo.c
3359         * src/plugins/image_viewer/plugin.c
3360         * src/plugins/mathml_viewer/mathml_viewer.c
3361         * src/plugins/spamassassin/spamassassin.c
3362         * src/plugins/spamassassin/spamassassin_gtk.c
3363         * src/plugins/trayicon/trayicon.c
3364                 add gettext macros for plugin name and description
3365
3366 2003-05-16 [paul]
3367
3368         * sync with 0.9.0
3369
3370 2003-05-16 [paul]       0.8.11claws155
3371
3372         * sync with lastest 0.9.0pre1
3373                 see ChangeLog 2003-05-16
3374
3375 2003-05-15 [paul]       0.8.11claws154
3376
3377         * sync with latest 0.9.0pre1
3378                 see ChangeLog 2003-05-14 and 2003-05-15
3379
3380 2003-05-14 [christoph]  0.8.11claws153
3381
3382         * src/plugins/image_viewer/viewer.c
3383         * src/plugins/image_viewer/viewer.glade         ** NEW **
3384         * src/plugins/image_viewer/viewerprefs.c
3385                 make it possible to disable the autoload function in the
3386                 imageviewer again
3387
3388 2003-05-14 [christoph]  0.8.11claws152
3389
3390         * src/folder.c
3391                 fix folder update after adding a message
3392
3393 2003-05-13 [alfons]     0.8.11claws151
3394
3395         * src/common/session.c
3396                 remove debug traces
3397                 
3398         * src/addrcache.[ch]
3399         * src/filtering.[ch]
3400         * src/folder.[c]
3401         * src/gtkaspell.[ch]
3402         * src/imap.[ch]
3403         * src/mbox_folder.[ch]
3404         * src/mh.[ch]
3405         * src/mimeview.h
3406         * src/msgcache.[ch]
3407         * src/news.[ch]
3408         * src/passphrase.[ch]
3409         * src/prefs_common.[ch]
3410         * src/prefs_gtk.[ch]
3411         * src/procmsg.c
3412         * src/scoring.[ch]
3413                 be pedantic; (in prototypes () implies (int))
3414
3415 2003-05-13 [alfons]     0.8.11claws150
3416
3417         * src/prefs_toolbar.[ch]
3418         * src/summaryview.[ch]
3419         * src/toolbar.[ch]
3420                 change misleading text in toolbar prefs;
3421                 add toolbar action for ignore thread (toggles ignore thread flag);
3422                 clean up a little bit;
3423
3424 2003-05-12 [paul]
3425
3426         * tools/convert_mbox.pl
3427                 bug fixed by Fred Marton
3428
3429 2003-05-12 [paul]
3430
3431         * sync with 0.9.0pre1
3432
3433 2003-05-09 [paul]       0.8.11claws149
3434
3435         * sync with 0.8.11cvs43
3436                 see ChangeLog 2003-05-09
3437
3438 2003-05-08 [christoph]  0.8.11claws148
3439
3440         * src/imap.[ch]
3441                 o use CAPABILIY as first command and check for PREAUTH
3442                   information in the response to it
3443                 o rewrite all imap_cmd_* functions to use an IMAPSession
3444                   instead of a SockInfo as parameter
3445                 o do STARTTLS after fetching and checking the server
3446                   capabilities
3447
3448 2003-05-08 [paul]       0.8.11claws147
3449
3450         * tools/Makefile.am
3451           tools/README
3452           tools/convert_mbox.pl         ** NEW FILE **
3453                 add mbox conversion script. Submitted by 
3454                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3455
3456 2003-05-07 [christoph]
3457
3458         * doc-src/glade.txt
3459         * src/gtk/pluginwindow.glade
3460         * src/plugins/image_viewer/viewerprefs.glade
3461         * src/plugins/spamassassin/spamassassin_gtk.glade
3462                 add glade files for user interfaces and a description how
3463                 to use glade to create the sylpheed code
3464
3465 2003-05-07 [paul]       0.8.11claws146
3466
3467         * sync with 0.8.11cvs41
3468                 see ChangeLog 2003-05-07
3469
3470 2003-05-06 [christoph]  0.8.11claws145
3471
3472         * src/main.c
3473         * src/plugins/image_viewer/viewer.c
3474                 fix usage of imlib in imageviewer plugin
3475
3476         * src/gtk/prefswindow.c
3477                 handle window close event correctly
3478
3479 2003-05-06 [paul]       0.8.11claws144
3480
3481         * src/common/ssl.c
3482                 fix typo introduced in sync
3483
3484 2003-05-06 [paul]       0.8.11claws143
3485
3486         * sync with 0.8.11cvs39
3487                 see ChangeLog 2003-05-06
3488
3489 2003-05-06 [paul]       0.8.11claws142
3490
3491         * AUTHORS
3492           po/cs.po
3493                 updated Czech translation, submitted by 
3494                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3495                 
3496         * src/plugins/clamav/clamav_plugin_gtk.c
3497                 clean up
3498
3499 2003-05-03 [alfons]     0.8.11claws141
3500
3501         * src/compose.[ch]
3502                 make paste as quotation work even when the call to 
3503                 text_inserted() was deferred (fixes bug #140 "Paste 
3504                 as quotation does not work when using "external" 
3505                 clipboard")
3506
3507 2003-05-03 [thorsten]   0.8.11claws140
3508
3509         * src/addrquery.h
3510           src/ldapquery.h
3511           src/mainwindow.c
3512                 removed C++ comments
3513         * src/addr_compl.c
3514                 function with non-int retval/param used before
3515                 implementation/declaration
3516
3517 2003-05-02 [paul]       0.8.11claws139
3518
3519         * src/addr_compl.[ch]
3520           src/addressbook.[ch]
3521           src/addrindex.c
3522           src/summaryview.c
3523                 revert match's changes to (finally) remove the bug where
3524                 opening a folder causes massive slowdown when using the 
3525                 'Display sender using address book' option
3526
3527 2003-05-01 [melvin]     0.8.11claws138
3528
3529         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3530         * src/plugins/dillo_viewer/dillo_viewer.c
3531                 Fixed bug where "Cancel" button from prefs issued
3532                 warnings.
3533                 Comply a little more to coding style
3534
3535 2003-05-01 [paul]       0.8.11claws137
3536
3537         * sync with 0.8.11cvs38
3538                 see ChangeLog 2003-05-01
3539
3540 2003-05-01 [paul]       0.8.11claws136
3541
3542         * po/bg.po
3543                 updated by George Danchev
3544
3545 2003-04-30 [christoph]  0.8.11claws135
3546
3547         * src/plugins/dillo_viewer/dillo_prefs.c
3548         * src/plugins/image_viewer/viewerprefs.c
3549         * src/plugins/spamassassin/spamassassin_gtk.c
3550                 remove gtk_widget_ref() calls for widgets in
3551                 glade code
3552
3553 2003-04-30 [paul]       0.8.11claws134
3554
3555         * src/addrindex.c
3556                 ok, this time a better fix for the bug where opening folder
3557                 has massive slowdown when using the 'Display sender using 
3558                 address book' option
3559
3560 2003-04-30 [paul]       0.8.11claws133
3561
3562         * src/addrindex.c
3563                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3564         
3565 2003-04-30 [melvin]     0.8.11claws132
3566
3567         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3568
3569         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3570                 Preferences for the dillo plugin
3571         * src/plugins/dillo_viewer/dillo_viewer.c
3572                 Support for preferences
3573         * src/plugins/dillo_viewer/Makefile.am
3574                 Added dillo_prefs.[ch]
3575
3576 2003-04-30 [alfons]     0.8.11claws131
3577
3578         * src/common/plugin.[ch]
3579                 see? this ANSI C'fication immediately gives us type
3580                 checking for free.
3581
3582 2003-04-30 [alfons]     0.8.11claws130
3583
3584         * src/common/plugin.[ch]
3585         * src/plugins/clamav/clamav_plugin.[ch]
3586         * src/plugins/clamav/clamav_plugin_gtk.c
3587         * src/plugins/demo/demo.c
3588         * src/plugins/dillo_viewer/dillo_viewer.c
3589         * src/plugins/image_viewer/plugin.c
3590         * src/plugins/image_viewer/viewer.[ch]
3591         * src/plugins/image_viewer/viewerprefs.[ch]
3592         * src/plugins/mathml_viewer/mathml_viewer.c
3593         * src/plugins/spamassassin/spamassassin.[ch]
3594         * src/plugins/spamassassin/spamassassin_gtk.c
3595         * src/plugins/trayicon/trayicon.c
3596                 clean up
3597
3598 2003-04-30 [alfons]     0.8.11claws129
3599
3600         * src/common/utils.c
3601                 make is_ascii_str() fail gracefully when NULL pointer
3602                 is passed
3603
3604 2003-04-30 [paul]       0.8.11claws128
3605
3606         * src/addrindex.c
3607                 fix bug where opening folder has massive slowdown when
3608                 using the 'Display sender using address book' option
3609
3610 2003-04-30 [paul]       0.8.11claws127
3611
3612         * src/plugins/clamav/clamav_plugin.c
3613           src/plugins/clamav/clamav_plugin_gtk.c
3614           src/plugins/demo/demo.c
3615           src/plugins/dillo_viewer/dillo_viewer.c
3616           src/plugins/image_viewer/plugin.c
3617           src/plugins/mathml_viewer/mathml_viewer.c
3618           src/plugins/spamassassin/spamassassin.c
3619           src/plugins/spamassassin/spamassassin_gtk.c
3620           src/plugins/trayicon/trayicon.c
3621                 get rid of eye-hurting function signatures
3622
3623 2003-04-30 [paul]       0.8.11claws126
3624
3625         * src/plugins/trayicon/trayicon.c
3626                 add description
3627                 
3628         * src/mimeview.c
3629                 be more descriptive
3630
3631 2003-04-30 [paul]       0.8.11claws125
3632
3633         * configure.ac
3634                 arrange the plugins in reverse alphabetical order
3635                 
3636         * src/plugins/clamav/clamav_plugin.[ch]
3637           src/plugins/clamav/clamav_plugin_gtk.c
3638                 rename some params
3639                 resize max_size window
3640                 re-arrange the order of some gui elements
3641                 improve descriptions
3642         
3643         * src/plugins/image_viewer/plugin.c
3644           src/plugins/mathml_viewer/mathml_viewer.c
3645                 add descriptions
3646                 
3647         * src/plugins/spamassassin/spamassassin_gtk.c
3648                 resize max_size window
3649                 re-arrange the order of some gui elements
3650                 
3651         * src/messageview.c
3652           src/mimeview.c
3653                 correct typos
3654
3655 2003-04-30 [alfons]     0.8.11claws124
3656
3657         * src/imap.c
3658                 fix a leak found while browsing Martin Kluge's 
3659                 valgrind log (Claws only)
3660
3661 2003-04-29 [darko]      0.8.11claws123
3662
3663         * src/gtk/gtkstext.h
3664                 include wchar.h if it is available, fixes compilation
3665                 on HP-UX systems
3666
3667 2003-04-29 [melvin]     0.8.11claws122
3668
3669         * src/prefs_actions.c
3670                 Improved help text of Actions' syntax
3671
3672 2003-04-28 [paul]       0.8.11claws121
3673
3674         * src/action.c
3675                 a better fix for the crash when performing an action
3676                 on a mime part
3677
3678 2003-04-28 [paul]       0.8.11claws120
3679
3680         * src/action.c
3681                 fix crash when performing an action on a
3682                 mime part
3683
3684 2003-04-28 [paul]       0.8.11claws119
3685
3686         * sync with 0.8.11cvs36
3687                 see ChangeLog 2003-04-28
3688
3689 2003-04-27 [paul]       0.8.11claws118
3690
3691         * more sync with 0.8.11cvs35
3692                 see ChangeLog 2003-04-25
3693
3694 2003-04-26 [christoph]  0.8.11claws117
3695
3696         * src/folder.c
3697                 fix remove virtual check
3698
3699 2003-04-26 [paul]       0.8.11claws116
3700
3701         * src/messageview.c
3702                 fix return-receipt, make it work again
3703
3704 2003-04-26 [paul]       0.8.11claws115
3705
3706         * src/mimeview.c
3707                 restore double-clicking of the [application/pgp-signature 
3708                 (Select "Check signature" to check)] line in the message view,
3709                 broken in recent sync
3710
3711 2003-04-26 [christoph]  0.8.11claws114
3712
3713         * src/folder.c
3714                 check if remove virtual really exists before
3715                 calling the function
3716
3717 2003-04-25 [match]      0.8.11claws113
3718
3719         * src/addrindex.c
3720         * src/addrbook.c
3721         * src/ldapquery.[ch]
3722         * src/ldapctrl.[ch]
3723                 fix memleak.
3724         * src/ldapserver.[ch]
3725                 fix memleak. fix segfault.
3726                 plug a Claws memleak
3727
3728 2003-04-25 [alfons]     0.8.11claws112
3729
3730         * src/folder.c
3731                 plug a Claws memleak
3732
3733 2003-04-25 [alfons]     0.8.11claws111
3734
3735         * src/common/session.c
3736                 plug a memleak
3737
3738 2003-04-25 [paul]       0.8.11claws110
3739
3740         * sync with 0.8.11cvs35
3741                 see ChangeLog 2003-04-24 and 2003-04-25
3742                 
3743         * src/gtk/pluginwindow.c
3744                 correct another strange float value
3745
3746 2003-04-24 [christoph]  0.8.11claws109
3747
3748         * src/folder.c
3749                 freeze folder item updates when unsetting new flags
3750
3751         * src/gtk/pluginwindow.c
3752                 correct strange float value
3753
3754 2003-04-23 [paul]       0.8.11claws108
3755
3756         * sync with 0.8.11cvs33
3757                 see ChangeLog 2003-04-23
3758
3759 2003-04-22 [paul]       0.8.11claws107
3760
3761         * src/Makefile.am
3762           src/messageview.c
3763           src/mimeview.c
3764           src/pgptext.[ch]      ** REMOVED **
3765                 remove pgptext.[ch] as its not used any more
3766
3767 2003-04-22 [paul]       0.8.11claws106
3768
3769         * sync with 0.8.11cvs31
3770                 see ChangeLog 2003-04-21 and 2003-04-22
3771
3772 2003-04-21 [alfons]     0.8.11claws105
3773
3774         * src/main.c
3775                 No access to GTK structures if we're a spawned child
3776                 (and clean up code a little bit...) Should fix #126.
3777
3778 2003-04-21 [melvin]     0.8.11claws104
3779
3780         * src/plugins/dillo_viewer/README
3781                 Improved slightly the text.
3782
3783 2003-04-21 [melvin]     0.8.11claws103
3784
3785         * src/plugins/dillo_viewer/README *** NEW ***
3786                 Added a README file for the Dillo plugin
3787
3788 2003-04-20 [paul]
3789
3790         * tools/README
3791           tools/outlook2sylpheed.pl
3792                 updated and improved by Ricardo Mones Lastra
3793
3794 2003-04-18 [oliver]     0.8.11claws102
3795
3796         * src/inc.c 
3797         * src/prefs_account.h
3798                 remove Pop3SessionType (used by selective download)
3799         * src/prefs_toolbar.c
3800                 enable set Default Toolbar button
3801
3802 2003-04-18 [paul]       0.8.11claws101
3803
3804         * sync with 0.8.11cvs29
3805                 see ChangeLog 2003-04-18
3806
3807 2003-04-17 [paul]       0.8.11claws100
3808
3809         * src/prefs_common.[ch]
3810           src/summaryview.c
3811                 remove 'Open next message on deletion' option,
3812                 as the same effect can now be achieved via the
3813                 'Always open messages in summary when selected'
3814                 option.
3815
3816 2003-04-17 [paul]       0.8.11claws99
3817
3818         * sync with 0.8.11cvs28
3819                 see ChangeLog 2003-04-17
3820
3821 2003-04-17 [christoph]  0.8.11claws98
3822
3823         * ac/spamassassin.m4
3824         * src/plugins/spamassassin/libspamc.[ch]
3825         * src/plugins/spamassassin/utils.[ch]
3826                 sync libspamc with SpamAssassin project
3827
3828 2003-04-17 [christoph]  0.8.11claws97
3829
3830         * src/common/socket.h
3831         * src/gtk/sslcertwindow.h
3832                 rename old USE_SSL to USE_OPENSSL
3833
3834 2003-04-17 [paul]       0.8.11claws96
3835
3836         * src/prefs_common.h
3837                 use gulong for P_COLOR so that it compiles/runs on
3838                 64-bit systems. Patch submitted by James Noyes
3839                 <jnoyes-claws@retrogeeks.com>
3840                 
3841         * po/de.po
3842                 updated by Jens
3843
3844 2003-04-17 [paul]       0.8.11claws95
3845
3846         * sync with 0.8.11cvs27
3847                 see ChangeLog 2003-04-16
3848
3849 2003-04-15 [paul]       0.8.11claws94
3850
3851         * src/prefs_common.[ch]
3852                 rearrange to stop the window getting too long:
3853                         move Receive dialog stuff to Receive tab
3854                         move Send dialog to Send tab
3855                         remove Dialogs frame
3856                 rename 'Open messages in summary with cursor keys' to
3857                 'Always open messages in summary when selected', as its
3858                 more appropriate
3859
3860 2003-04-15 [paul]       0.8.11claws93
3861
3862         * src/prefs_common.[ch]
3863           src/summaryview.c
3864                 add new option '/Interface/Open next message on deletion'
3865
3866 2003-04-15 [paul]       0.8.11claws92
3867
3868         * src/summaryview.[ch]
3869                 add /Mark/Lock and /Mark/Unlock to the pop-up
3870                 menu. Patch submitted by Ivan Francolin Martinez
3871                 <ivanfm@users.sourceforge.net>
3872
3873 2003-04-15 [paul]       0.8.11claws91
3874
3875         * sync with 0.8.11cvs24
3876                 see ChangeLog 2003-04-15
3877
3878 2003-04-14 [jens]       0.8.11claws90
3879
3880         * updated German translation and some corrections from
3881                 Roland Bless <bless@tm.uka.de>
3882
3883 2003-04-14 [paul]       0.8.11claws89
3884
3885         * sync with 0.8.11cvs22
3886                 see ChangeLog 2003-04-14
3887
3888 2003-04-13 [paul]       0.8.11claws88
3889
3890         * src/plugins/clamav/clamav_plugin.c
3891                 fix memory leaks
3892                 clean up
3893
3894 2003-04-12 [paul]       0.8.11claws87
3895
3896         * src/plugins/clamav/clamav_plugin.c
3897                 activate enable/disable archive scanning option
3898                 
3899         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3900
3901 2003-04-12 [paul]       0.8.11claws86
3902
3903         * src/plugins/Makefile.am
3904           src/plugins/clamav/Makefile.am                ** NEW FILE **
3905           src/plugins/clamav/README                     ** NEW FILE ** 
3906           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3907           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3908                 add Clam AntiVirus plugin
3909
3910 2003-04-12 [paul]       0.8.11claws85
3911
3912         * sync with 0.8.11cvs21
3913                 see ChangeLog 2003-04-11
3914
3915 2003-04-11 [paul]       0.8.11claws84
3916
3917         * po/es.po
3918                 update Spanish translation. Submitted by Ricardo
3919                 Mones Lastra.
3920
3921 2003-04-10 [christoph]  0.8.11claws83
3922
3923         * src/mbox.c
3924                 fix typo that did not move unfiltered mails to destination
3925                 folder
3926
3927         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3928          when filtering from spool)
3929
3930 2003-04-10 [christoph]  0.8.11claws82
3931
3932         * src/imap.c
3933                 use BODY.PEEK instead of BODY in in message fetch operation
3934                 to make sure the IMAP server does not set the \Seen flag for
3935                 messages. Sylpheed does that later itself, when the message
3936                 is opened in sylpheed
3937
3938         (closes Bug 111 Claws destroys unread marks)
3939
3940 2003-04-09 [oliver]     0.8.11claws81
3941         
3942         * src/folder.c
3943                 fix crash in folder_destroy
3944         * README.claws
3945                 remove selective download
3946
3947 2003-04-09 [christoph]  0.8.11claws80
3948
3949         * src/imap.c
3950                 fix crash in imap_get_msginfo() when then fetched message
3951                 is not found
3952
3953         (closes Bug 110 Crash during mail composition)
3954
3955 2003-04-08 [christoph]  0.8.11claws79
3956
3957         * src/folder.c
3958         * src/prefs_account.c
3959                 Filter new messages that are found in an INBOX folder
3960                 when 'Filter messages on receiving' is enabled in the
3961                 Folder's AccountPrefs. This allows to use Sylpheed's
3962                 filtering engine for IMAP folders where messages are
3963                 added to the INBOX by a MTA
3964
3965 2003-04-08 [paul]       0.8.11claws78
3966
3967         * src/procmsg.h
3968                 clean up after last commit
3969
3970 2003-04-08 [paul]       0.8.11claws77
3971
3972         * sync with 0.8.11cvs20
3973                 see ChangeLog 2003-04-07 and 2003-04-08
3974
3975 2003-04-07 [christoph]  0.8.11claws76
3976
3977         * src/filtering.[ch]
3978         * src/inc.[ch]
3979         * src/mbox.c
3980         * src/procmsg.[ch]
3981                 add procmsg_msginfo_filter() to execute filtering actions
3982
3983 2003-04-06 [christoph]  0.8.11claws75
3984
3985         * src/imap.c
3986                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3987
3988 2003-04-06 [christoph]  0.8.11claws74
3989
3990         * src/common/utils.[ch]
3991                 add g_int_compare() function for slist sorting
3992
3993         * src/imap.c
3994                 fetch all MsgInfos with one command in imap_get_msginfos()
3995                 using an imap set with a list of ranges
3996
3997         * src/news.c
3998                 use new g_int_compare() function
3999
4000 2003-04-06 [thorsten]   0.8.11claws73
4001
4002         * src/mh.c
4003                 corrected implementation of mh_folder_destroy()
4004
4005 2003-04-05 [christoph]  0.8.11claws72
4006
4007         * src/account.c
4008         * src/folder.[ch]
4009         * src/folderview.c
4010         * src/imap.c
4011         * src/inc.c
4012         * src/main.c
4013         * src/mainwindow.c
4014         * src/mbox_folder.c
4015         * src/mh.c
4016         * src/mimeview.h
4017         * src/msgcache.[ch]
4018         * src/news.c
4019         * src/procmime.h
4020         * src/procmsg.[ch]
4021         * src/setup.c
4022         * src/gtk/gtkutils.c
4023                 o rename structure field names class and new to klass and
4024                   new_msgs, to allow including files in C++
4025                 o add 'extern "C"' block to some header files
4026                 o add MsgInfoList and MsgNumberList as alias for GSList for
4027                   developers to know what type of list is expected
4028
4029         * src/plugins/image_viewer/plugin.c
4030         * src/plugins/image_viewer/viewer.[ch]
4031         * src/plugins/image_viewer/viewerprefs.[ch]
4032                 rename function names to prevent conflicts
4033
4034 2003-04-05 [paul]       0.8.11claws71
4035
4036         * sync with 0.8.11cvs18
4037                 see ChangeLog 2003-04-03 and 2003-04-04
4038
4039 2003-04-02 [christoph]  0.8.11claws70
4040
4041         * src/folder.[ch]
4042         * src/imap.[ch]
4043         * src/mbox_folder.[ch]
4044         * src/mh.[ch]
4045         * src/news.[ch]
4046                 o Make all virtual folder functions private
4047                 o remove unused folder code
4048
4049         * src/common/socket.[ch]
4050         * src/summaryview.c
4051                 fix warnings
4052
4053 2003-03-30 [alfons]     0.8.11claws69
4054
4055         * src/send_message.c
4056                 remove two debug traces and see if people still report
4057                 errors
4058
4059 2003-03-30 [alfons]     0.8.11claws68
4060
4061         * src/send_message.c
4062         * src/commons/session.c
4063                 add more debug traces
4064
4065 2003-03-30 [christoph]  0.8.11claws67
4066
4067         * src/folder.c
4068                 change processing folder name from .processing to processing
4069
4070         * src/common/ssl.c
4071                 disable SSL certificate check because it causes Xlib error
4072                 when the child process want's to open an GTK window
4073
4074 2003-03-30 [christoph]  0.8.11claws66
4075
4076         * src/folder.c
4077                 don't use default folder for processing folder item because
4078                 it can be a non local folder
4079
4080         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4081
4082 2003-03-30 [alfons]     0.8.11claws65
4083
4084         * src/send_message.c
4085                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4086                 to generate bad code for 'send_send_data_progressive': When
4087                 called from 'send_send_data_finished', the 'data' pointer is
4088                 cleared just before the assignment to the dialog pointer
4089
4090 2003-03-29 [christoph]  0.8.11claws64
4091
4092         * src/common/prefs.h
4093         * src/plugins/image_viewer/Makefile.am
4094         * src/plugins/image_viewer/plugin.c
4095         * src/plugins/image_viewer/viewer.[ch]
4096         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4097                 add PrefsPage for ImageViewer
4098
4099 2003-03-28 [thorsten]   0.8.11claws63
4100
4101         * src/common/session.c
4102                 added some comments
4103
4104 2003-03-28 [paul]       0.8.11claws62
4105
4106         * sync with 0.8.11cvs16
4107                 see ChangeLog 2003-03-28
4108
4109 2003-03-28 [paul]       0.8.11claws61
4110
4111         * sync with 0.8.11cvs15
4112                 see ChangeLog 2003-03-28
4113
4114 2003-03-27 [christoph]  0.8.11claws60
4115
4116         * src/folder.c
4117         * src/imap.c
4118         * src/common/socket.[ch]
4119                 set socket state to DISCONNECTED when any operation
4120                 fails to allow reconnecting in IMAP code without
4121                 checking the return code of all calls to the command
4122                 functions
4123
4124         * src/folderview.c
4125         * src/summaryview.c
4126                 remove some more stuff that depends on specific
4127                 folder types
4128
4129 2003-03-27 [paul]       0.8.11claws59
4130
4131         * sync with 0.8.11cvs14
4132                 see ChangeLog 2003-03-27
4133                 
4134         * src/selective_download.[ch]   ** REMOVED **
4135                 really removed
4136
4137 2003-03-27 [christoph]  0.8.11claws58
4138
4139         * src/folder.c
4140                 fix handling of tmp_flags in flag copy function
4141
4142 2003-03-27 [paul]       0.8.11claws57
4143
4144         * sync with 0.8.11cvs13
4145                 see ChangeLog 2003-03-27
4146
4147 2003-03-27 [oliver]     0.8.11claws56
4148
4149         * src/maiwindow.c
4150                 remove sel_download_cb
4151
4152 2003-03-27 [oliver]     0.8.11claws55
4153         
4154         * src/inc.c
4155                 remove POP3_TOP
4156         
4157 2003-03-26 [oliver]     0.8.11claws54
4158
4159         *src/pop.h
4160                 remove POP3_TOP*
4161         * README.claws
4162                 remove selective donwload readme
4163
4164 2003-03-26 [oliver]     0.8.11claws53
4165         * src/matcher.[ch]
4166         * src/matcher_parser_parse.y 
4167         * src/pop.c 
4168         * src/prefs_account.[ch]
4169         * src/prefs_filtering.c
4170                 remove selective donwload
4171
4172 2003-03-26 [oliver]     0.8.11claws52
4173
4174         * src/inc.[ch] 
4175         * src/filtering.c 
4176         * src/mainwindow.c 
4177                 remove selective donwload
4178
4179 2003-03-26 [oliver]     0.8.11claws51
4180         
4181         * src/Makefile.am
4182         * src/selective_download.[ch]   ** REMOVE **    
4183
4184 2003-03-26 [christoph]  0.8.11claws50
4185
4186         * src/news.c
4187                 fix NEWS that got broken by a sync with sylpheed-main
4188
4189 2003-03-26 [christoph]  0.8.11claws49
4190
4191         * src/mimeview.c
4192                 fix mime type guessing when no mime type is found for a file
4193
4194 2003-03-25 [christoph]  0.8.11claws48
4195
4196         * src/mimeview.c
4197         * src/procmime.c
4198                 remove mime type guessing from mime parser and use
4199                 name based mime types in viewer lookup for mime type
4200                 application/octet-stream
4201
4202 2003-03-25 [christoph]  0.8.11claws47
4203
4204         * doc-src/readme.txt
4205         * doc-src/rfc2554.txt
4206                 add RFC about SMTP AUTH
4207
4208         * src/send_message.c
4209         * src/common/smtp.[ch]
4210                 add extra error code for authentication errors and
4211                 clear temporary password when this error occurs
4212
4213         (closes Bug 84 authentication failure while sending should
4214          prompt for password again)
4215
4216 2003-03-25 [christoph]  0.8.11claws46
4217
4218         * configure.ac
4219         * src/Makefile.am
4220         * src/imageview.[ch]                            ** REMOVE **
4221         * src/messageview.[ch]
4222         * src/mimeview.[ch]
4223         * src/prefs_common.[ch]
4224         * src/textview.c
4225         * src/plugins/Makefile.am
4226         * src/plugins/image_viewer/.cvsignore           ** NEW **
4227         * src/plugins/image_viewer/Makefile.am          ** NEW **
4228         * src/plugins/image_viewer/plugin.c             ** NEW **
4229         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4230                 move image viewer into a plugin (building is enabled by default)
4231                 [ToDo: Prefs for resize and autoview]
4232
4233 2003-03-25 [paul]       0.8.11claws45
4234
4235         * sync with 0.8.11cvs12
4236                 see ChangeLog 2003-03-26
4237
4238 2003-03-25 [paul]       0.8.11claws44
4239
4240         * sync with 0.8.11cvs11
4241                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4242                 
4243         Note: Selective Download is broken.
4244                 
4245 2003-03-22 [christoph]  0.8.11claws43
4246
4247         * src/folder.c
4248                 code cleanup for flags copying
4249
4250 2003-03-22 [christoph]  0.8.11claws42
4251
4252         * src/plugins/trayicon/trayicon.c
4253                 fix setting the transparent area when the window size
4254                 is forced by the system tray
4255
4256 2003-03-22 [christoph]  0.8.11claws41
4257
4258         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4259         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4260         * src/plugins/trayicon/newmail.xpm              ** NEW **
4261         * src/plugins/trayicon/nomail.xpm               ** NEW **
4262         * src/plugins/trayicon/trayicon.c
4263         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4264                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4265                 o add icon for unread mails
4266                 o set transparency for window
4267
4268 2003-03-22 [christoph]  0.8.11claws40
4269
4270         * src/news.c
4271                 init news session to prevent crash when session is closed
4272
4273 2003-03-22 [christoph]  0.8.11claws39
4274
4275         * src/imap.c
4276         * src/common/session.[ch]
4277                 Init session data to make sure we don't have invalid pointers
4278                 for read_ch and write_ch when new multi process sessions are
4279                 not used
4280
4281         * src/main.c
4282         * src/common/plugin.c
4283         * src/common/sylpheed.c
4284         * src/plugins/demo/demo.c
4285         * src/plugins/dillo_viewer/dillo_viewer.c
4286         * src/plugins/mathml_viewer/mathml_viewer.c
4287         * src/plugins/spamassassin/spamassassin.c
4288         * src/plugins/spamassassin/spamassassin_gtk.c
4289                 add plugin types to allow loading plugins at different times
4290                 (and maybe for different frontends), because it's not good to
4291                 load GTK-Plugins gefore gtk_init was called
4292
4293         * configure.ac
4294         * src/plugins/Makefile.am
4295         * src/plugins/trayicon/.cvsignore               ** NEW **
4296         * src/plugins/trayicon/Makefile.am              ** NEW **
4297         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4298         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4299         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4300         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4301         * src/plugins/trayicon/trayicon.c               ** NEW **
4302                 New Trayicon plugin that shows an icon in a systray that uses
4303                 XEMBED protocol like Gnome's systray. Icon shows if there
4304                 are new mails and a tooltip shows information about new,
4305                 unread and total messages.
4306
4307 2003-03-22 [paul]       0.8.11claws38
4308
4309         * src/common/smtp.c
4310                 fix ESMTP AUTH CRAM-MD5
4311                 [sync with main (still version 0.8.11cvs6), see
4312                  ChangeLog 2003-03-22]
4313
4314 2003-03-21 [colin]      0.8.11claws37
4315
4316         * src/send_message.c
4317                 Fix USE_SSL => USE_OPENSSL
4318
4319 2003-03-21 [colin]      0.8.11claws36
4320
4321         * src/folderview.c
4322                 Fix counts in drag and dropped subfolders
4323
4324 2003-03-21 [colin]      0.8.11claws35
4325
4326         * src/folder.c 
4327         * src/folderview.c
4328                 speed up a bit folder dnd
4329
4330 2003-03-20 [alfons]     0.8.11claws34
4331
4332         * src/main.c
4333         * src/toolbar.c
4334         * src/procmsg.c
4335                 don't send locked queue messages
4336                 (feature request "[ 705245 ] Locking message in outbox 
4337                  should prevent sending")
4338
4339 2003-03-20 [christoph]  0.8.11claws33
4340
4341         * src/folder.c
4342                 remove NEW and UNREAD flag in special folders when scanning
4343                 
4344         * src/common/smtp.c
4345                 fix ESMTP AUTH CRAM-MD5
4346
4347 2003-03-20 [paul]       0.8.11claws32
4348
4349         * src/prefs_account.c
4350                 Re-write 'Tunnel command to open connection' as
4351                 'Use command to communicate with server', and disable
4352                 it for all except IMAP accounts
4353
4354 2003-03-20 [paul]       0.8.11claws31
4355
4356         * sync with 0.8.11cvs6
4357                 see ChangeLog 2003-03-20
4358
4359 2003-03-19 [match]      0.8.11claws30
4360
4361         * src/addritem.[ch]
4362                 include documentation. minor refactoring.
4363         * src/addr_compl.[ch]
4364         * src/addrindex.[ch]
4365         * src/addresbook.[ch]
4366         * src/summaryview.c
4367                 re-enable address lookup (was disabled in
4368                 0.8.11claws20).
4369
4370 2003-03-19 [christoph]  0.8.11claws29
4371
4372         * src/procmsg.c
4373                 add temp flag handling, will make moving and copying
4374                 messages possible again
4375
4376         * src/folder.c
4377                 correct calulation of folder stats
4378
4379 2003-03-18 [match]      0.8.11claws28
4380
4381         * src/editgroup.h
4382                 remove case sensitive comparison (closes bug 80).
4383
4384 2003-03-18 [christoph]  0.8.11claws27
4385
4386         * src/imap.c
4387                 fix imap using a tunnel command
4388
4389         (closes bug 87)
4390
4391 2003-03-18 [christoph]  0.8.11claws26
4392
4393         * src/folder.[ch]
4394         * src/imap.c
4395         * src/procmsg.[ch]
4396                 rewrite flag handling for folders
4397
4398 2003-03-18 [christoph]  0.8.11claws25
4399
4400         * src/folder.c
4401         * src/procmsg.c
4402         * src/summaryview.c
4403                 unset NEW and UNREAD flags when message is ignored, to make
4404                 sure messages don't show up as unread on other IMAP clients,
4405                 because the IGNORE_THREAD flag can not be syncronized through
4406                 the IMAP folder
4407
4408 2003-03-17 [christoph]  0.8.11claws24
4409
4410         * src/imap.c
4411                 don't use recursion to fetch uids when the number of messages
4412                 does not match. Moved code into subfunction that is used
4413                 again when needed, to prevent an endless loop.
4414
4415 2003-03-17 [thorsten]   0.8.11claws23
4416
4417         * src/imageview.[ch]
4418                 export imageview_get_resized_size() (for plugins)
4419         * src/prefs_common.[ch]
4420                 added prefs_common_get() (for plugins)
4421
4422 2003-03-17 [christoph]  0.8.11claws22
4423
4424         * src/imap.c
4425                 o remove UID guessing from copy code
4426                 o support UIDPLUS extension for APPEND command
4427
4428 2003-03-17 [paul]       0.8.11claws21
4429
4430         * src/gtk/about.c
4431                 remove 'Compiled-plugins' section.
4432                 
4433         * src/plugins/dillo_viewer/dillo_viewer.c
4434                 slight change to description text
4435
4436 2003-03-16 [match]      0.8.11claws20
4437         * src/ldapserver.[ch]           ** NEW **
4438         * src/ldapctrl.[ch]             ** NEW **
4439         * src/ldapquery.[ch]            ** NEW **
4440         * src/ldaputil.[ch]             ** NEW **
4441         * src/addrcindex.[ch]           ** NEW **
4442         * src/addrquery.h               ** NEW **
4443         * src/addritem.[ch]
4444         * src/addrcache.[ch]
4445         * src/addrindex.[ch]
4446         * src/addr_compl.[ch]
4447         * src/addressbook.[ch]
4448         * src/addrbook.[ch]
4449         * src/editgroup.c
4450         * src/editaddress.c
4451         * src/editldap.c
4452         * src/editldap_basedn.c
4453         * src/vcard.c
4454         * src/jpilot.c
4455         * src/Makefile.am
4456                 included dynamic LDAP queries. improved address
4457                 completion.
4458
4459 2003-03-16 [paul]       0.8.11claws19
4460
4461         * tools/multiwebsearch.pl
4462                 fix a fatal typo
4463
4464 2003-03-16 [christoph]  0.8.11claws18
4465
4466         * src/mimeview.c
4467         * src/plugins/dillo_viewer/dillo_viewer.c
4468         * src/plugins/mathml_viewer/mathml_viewer.c
4469                 make unregistering of MimeViewerFactorys possible
4470
4471 2003-03-16 [alfons]     0.8.11claws17
4472
4473         * configure.ac
4474                 correct typo
4475
4476 2003-03-16 [melvin]     0.8.11claws16
4477
4478         * src/plugins/dillo_viewer.c
4479                 Fixed bug where it was not possible to view more than
4480                 one text/html attachment per message (bug discovered
4481                 by Christoph Hohmann).
4482
4483 2003-03-15 [melvin]     0.8.11claws15
4484
4485         * src/prefs_actions.c
4486                 Fixed compilation warnings.
4487
4488 2003-03-15 [melvin]     0.8.11claws14
4489
4490         * src/plugins/Makefile.am
4491         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4492         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4493         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4494                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4495                 newer (http://dillo.auriga.wearlab.de/).
4496
4497 2003-03-15 [christoph]  0.8.11claws13
4498
4499         * src/imap.c
4500                 don't query imap folder for attributes because we already
4501                 for them from imap_status
4502
4503         * src/mimeview.[ch]
4504                 add support for plugable MimeViewers (unloading Viewers
4505                 not yet complete)
4506
4507         * src/plugins/Makefile.am
4508         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4509         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4510         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4511                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4512                 widget from http://helm.cs.unibo.it/mml-widget/
4513
4514 2003-03-14 [christoph]  0.8.11claws12
4515
4516         * src/folder.[ch]
4517                 o error return code's should better be negative
4518                 o replace printf with debug_print
4519
4520         * src/imap.c
4521                 improve IMAP folder scan by checking UID-NEXT
4522
4523         * src/summaryview.c
4524                 remove check that are unnecessary in my opinion
4525
4526 2003-03-13 [christoph]  0.8.11claws11
4527
4528         * src/folder.[ch]
4529         * src/foldersel.c
4530         * src/folderview.c
4531         * src/imap.c
4532         * src/mbox_folder.c
4533         * src/mh.c
4534         * src/news.c
4535         * src/prefs_scoring.c
4536         * src/summaryview.c
4537                 use a common function to get a displayable name
4538                 for a FolderItem
4539
4540 2003-03-13 [paul]       0.8.11claws10
4541
4542         * tools/Makefile.am
4543           tools/README
4544           tools/multiwebsearch.conf     ** NEW FILE **
4545           tools/multiwebsearch.pl       ** NEW FILE **
4546                 add multiwebsearch Actions script
4547
4548 2003-03-13 [colin]      0.8.11claws9
4549
4550         * src/compose.c
4551                 Remove leading emtpy lines from quoted text
4552                 before quoting it
4553
4554 2003-03-13 [melvin]     0.8.11claws8
4555
4556         * src/prefs_actions.c
4557                 Fixed a memory leak
4558                 Code clean ups
4559                 Added Cancel and OK buttons
4560                 Corrected help text
4561
4562 2003-03-13 [christoph]  0.8.11claws7
4563
4564         * src/account.c
4565         * src/folder.[ch]
4566         * src/imap.c
4567         * src/mainwindow.c
4568         * src/mbox_folder.c
4569         * src/mh.c
4570         * src/news.c
4571         * src/setup.c
4572                 replace more folder type stuff with folder class stuff
4573
4574 2003-03-13 [melvin]     0.8.11claws6
4575
4576         * src/prefs_actions.c
4577                 Added new tokens:
4578                 %u: user provided argument
4579                 %h: user provided argument (hidden on input)
4580                 %s: current text selection in the message view 
4581
4582 2003-03-13 [paul]       0.8.11claws5
4583
4584         * sync with 0.8.11cvs5
4585                 see ChangeLog 2003-03-11, 2003-03-12
4586
4587 2003-03-12 [christoph]  0.8.11claws4
4588
4589         * src/folder.c
4590                 use folder class idstr when writing folderlist.xml
4591
4592         * src/folder.h
4593         * src/imap.c
4594         * src/news.c
4595                 replace folder type checks with folder class checks
4596
4597 2003-03-12 [christoph]  0.8.11claws3
4598
4599         * src/folder.[ch]
4600         * src/imap.[ch]
4601         * src/main.c
4602         * src/mbox_folder.[ch]
4603         * src/mh.[ch]
4604         * src/news.[ch]
4605                 o create a list of known folder classes in the folder system
4606                 o use folder class id strings for folder item identifiers
4607
4608 2003-03-12 [christoph]  0.8.11claws2
4609
4610         * src/imap.c
4611                 fix imap uid validity check
4612
4613 2003-03-12 [christoph]  0.8.11claws1
4614
4615         * src/account.c
4616         * src/folder.[ch]
4617         * src/foldersel.c
4618         * src/folderview.c
4619         * src/imap.c
4620         * src/mainwindow.c
4621         * src/mbox_folder.c
4622         * src/mh.c
4623         * src/news.c
4624         * src/prefs_scoring.c
4625         * src/procmsg.c
4626         * src/setup.c
4627         * src/summaryview.c
4628                 initial restructuring of folder system, seperating
4629                 folders and folder classes
4630
4631 2003-03-12 [paul]       0.8.11claws
4632
4633         0.8.11claws release
4634
4635 2003-03-12 [christoph]
4636
4637         * src/gtk/prefswindow.c
4638                 fix translation of "Page Index"
4639
4640 2003-03-12 [paul]       0.8.10claws110
4641
4642         a sync from 0.8.11cvs4 before the release
4643
4644         * src/common/utils.c
4645                 subject_compare_for_sort(): allow null strings (fixes
4646                 summary sorting).
4647
4648 2003-03-11 [paul]       0.8.10claws109
4649
4650         * po/es.po
4651                 update Spanish translation, submitted by
4652                 Ricardo Mones Lastra
4653
4654 2003-03-11 [melvin]     0.8.10claws108
4655
4656         * po/fr.po
4657                 Updated French translations
4658
4659 2003-03-11 [paul]       0.8.10claws107
4660
4661         * manual/en/Makefile.am
4662           manual/en/*.html
4663                 update English manual, add a new page
4664                 updated by Francois Barriere <fbarriere@atmel.fr>
4665                 
4666         * po/bg.po
4667           po/it.po
4668           po/sr.po
4669                 update Bulgarian, Italian, and Serbian translations
4670                 submitted by George Danchev, Alessandro Maestri, and
4671                 Urke MMI
4672
4673 2003-03-10 [paul]       0.8.10claws106
4674
4675         * src/gtk/about.c
4676           src/gtk/prefswindow.c
4677                 make some strings translatable
4678
4679 2003-03-10 [darko]      0.8.10claws105
4680
4681         * src/compose.c
4682                 code cleanup to make Hiro happy
4683
4684 2003-03-10 [paul]       0.8.10claws104
4685
4686         * sync with 0.8.11cvs2
4687                 see ChangeLog 2003-03-10
4688
4689 2003-03-09 [melvin]     0.8.10claws103
4690
4691         * src/textview.c
4692                 textview_set_font(): fix for message display in
4693                 UTF-8 locales (thanks to Sergey Vlasov).
4694                 (was unintentionnaly reverted in 0.8.6claws6)   
4695
4696 2003-03-08 [darko]      0.8.10claws102
4697
4698         * src/compose.c
4699                 fix infinite loop in wrapping as reported
4700                 by happycactus
4701                 obsoletes patch #696482
4702
4703 2003-03-08 [christoph]  0.8.10claws101
4704
4705         * src/imap.c
4706                 add workaround for IMAP servers that do not
4707                 support the "UID SEARCH UID" command
4708
4709 2003-03-07 [christoph]  0.8.10claws100
4710
4711         * src/plugins/spamassassin/spamassassin.[ch]
4712         * src/plugins/spamassassin/spamassassin_gtk.c
4713                 code cleanup
4714
4715 2003-03-07 [paul]       0.8.10claws99
4716
4717         * po/es.po
4718                 updated Spanish translation, submitted by
4719                 Ricardo Mones Lastra
4720
4721 2003-03-07 [christoph]  0.8.10claws98
4722
4723         * src/send.c
4724                 fix in 0.8.10claws94 was wrong
4725                 local delivery does not require escaping, remove escaping
4726                 code to make signatures of mails with "." lines valid
4727                 
4728                 NOTE: requires that sendmail is executed with "-i" option,
4729                       what is the default now, but has to be changed in all
4730                       exsiting accounts)
4731
4732 2003-03-07 [paul]       0.8.10claws97
4733
4734         * sync with 0.8.11 release
4735                 see ChangeLog 2003-03-07
4736
4737 2003-03-06 [paul]       0.8.10claws96
4738
4739         * src/compose.c
4740                 revert commit 0.8.10claws92
4741
4742 2003-03-06 [paul]       0.8.10claws95
4743
4744         * src/folderview.c
4745                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4746
4747         * src/gtkaspell.c
4748                 fix bug 74, 'Crash opening editor window with pseudo-color
4749                 display'
4750                 
4751         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4752
4753 2003-03-06 [christoph]  0.8.10claws94
4754
4755         * src/send.c
4756                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4757                 all lines starting with a period get an extra period
4758                 inserted
4759                 (found by Simon 'corecode' Schubert)
4760
4761 2003-03-06 [paul]       0.8.10claws93
4762
4763         * src/folderview.c
4764                 if configured font can't be loaded fall back to gtk
4765                 default. (with thanks to Christoph)
4766                 
4767                 closes long-standing bug 15 'Crashes on startup'
4768
4769 2003-03-06 [paul]       0.8.10claws92
4770
4771         * src/compose.c
4772                 freeze text before autosave and thaw afterwards
4773                 fixes bug 67 'autosave make re-rediting message crazy'
4774
4775 2003-03-06 [christoph]  0.8.10claws91
4776
4777         * src/compose.c
4778                 ignore address comment in dupe check for Cc-list
4779
4780         (closes reopened bug 47 Replying to message strips name part of
4781          e-mail addresses of Cc: lines)
4782
4783 2003-03-06 [paul]       0.8.10claws90
4784
4785         * src/Makefile.am
4786                 remove reference to gtkxtext.h as its no longer in
4787                 the repository
4788
4789 2003-03-06 [paul]       0.8.10claws89
4790
4791         * sync with 0.8.10cvs25
4792                 see ChangeLog 2003-03-06
4793
4794 2003-03-06 [oliver]     0.8.10claws88
4795         
4796         * src/messageview.c
4797                 remove include
4798
4799 2003-03-06 [oliver]     0.8.10claws87
4800         
4801         * src/folderview.c 
4802                 remove changes introduced inclaws74
4803         * src/messageview.c
4804                 another attempt to sanely delete and update
4805                 messages deleted in separate messageview
4806
4807 2003-03-05 [christoph]  0.8.10claws86
4808
4809         * src/summaryview.c
4810                 check if "From" matches any account's address if
4811                 addressbook completion of addresses is disabled too
4812
4813         (closes Bug 70 "Display recipient in from" doesn't check
4814          folder's default account)
4815
4816 2003-03-05 [christoph]  0.8.10claws85
4817
4818         * src/compose.c
4819         * src/common/utils.[ch]
4820                 don't strip address comments when building Cc lists
4821
4822         (closes Bug 47 Replying to message strips name part of e-mail addresses
4823          of Cc: lines)
4824
4825         * src/folder.c
4826                 fix return value of copy function
4827
4828 2003-03-05 [christoph]  0.8.10claws84
4829
4830         * src/imap.c
4831                 don't ask imap server for non rfc822 headers
4832
4833         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4834
4835         * src/imap.c
4836                 destroy session on socket error to allow reconnecting
4837
4838 2003-03-05 [christoph]  0.8.10claws83
4839
4840         * configure.ac
4841                 fix building with gnome when no prefix is set
4842
4843         (closes bug 66 Gnome directory is set to NONE)
4844
4845 2003-03-05 [paul]       0.8.10claws82
4846
4847         * sync with 0.8.10cvs23
4848                 see ChangeLog 2003-03-05
4849
4850 2003-03-04 [christoph]  0.8.10claws81
4851
4852         * src/folder.c
4853                 o fix moving and copying when folder returns 0 for new
4854                   message number
4855                 o remove some code for single message copy and move
4856                   operations and use functions for multiple messages
4857
4858         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4859
4860         * src/news.c
4861                 remove unused include
4862
4863 2003-03-04 [paul]       0.8.10claws80
4864
4865         * src/gtk/about.c
4866                 list 'Compiled plugins'
4867
4868 2003-03-03 [christoph]  0.8.10claws79
4869
4870         * src/news.[ch]
4871                 have to multiply the percentage of the current fetch with
4872                 the percentage that it has of the total fetch operation
4873                 for correct values
4874
4875 2003-03-03 [christoph]  0.8.10claws78
4876
4877         * src/news.c
4878                 fix calculation of expected lines for progress indicator
4879
4880 2003-03-03 [christoph]  0.8.10claws77
4881
4882         * src/summaryview.c
4883         * src/common/utils.c
4884                 fix segfault when opening the root news folder
4885
4886 2003-03-03 [christoph]  0.8.10claws76
4887
4888         * src/mainwindow.[ch]
4889         * src/common/Makefile.am
4890         * src/common/progressindicator.[ch]
4891                 add UI independent progress indicator handling
4892
4893         * src/news.[ch]
4894                 use new progress indicator for message info fetching
4895
4896         * src/common/hooks.h
4897                 code cleanup
4898
4899 2003-03-03 [oliver]     0.8.10claws75
4900
4901         * src/toolbar.c
4902         * src/compose.c
4903                 removed commented code
4904
4905 2003-03-03 [oliver]     0.8.10claws74
4906
4907         * src/toolbar.[ch]
4908                 cleanups and refactoring
4909         * src/compose.[ch]
4910                 compose_reply_mode reply & forwarding interface for
4911                 toolbar buttons
4912         * src/folderview.c
4913                 act on messages marked for deletion in folderview_selected
4914                 based on prefs_common.immediate_exec since a message might 
4915                 have been deleted by messageview in a folder we are changing 
4916                 to (does anybody understand what I'm on about ?)
4917
4918 2003-03-03 [oliver]     0.8.10claws73
4919         
4920         * src/messageview.[ch]
4921                 new functions
4922                 - messageview_delete: delete message shown in messagview
4923                 - messageview_update_view: update messageview to currently 
4924                   selected summaryview message
4925                 - add separate messageview to msgview_list in order to update 
4926                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4927         * src/summaryview.[ch]
4928                 summary_get_selection returns a list of selected msgs
4929                 in summaryview
4930         * src/mainwindow.c
4931                 toolbar reply refactoring
4932
4933 2003-03-03 [paul]       0.8.10claws72
4934
4935         * sync with 0.8.10cvs21
4936                 see ChangeLog 2003-03-03
4937
4938 2003-03-02 [christoph]  0.8.10claws71
4939
4940         * src/common/passcrypt.c
4941                 use POSIX includes
4942
4943 2003-03-02 [christoph]  0.8.10claws70
4944
4945         * configure.ac
4946         * src/prefs_account.c
4947         * src/prefs_gtk.[ch]
4948         * src/common/.cvsignore
4949         * src/common/Makefile.am
4950         * src/common/passcrypt.c                ** NEW **
4951         * src/common/passcrypt.h.in             ** NEW **
4952                 Implement password encryption in config files
4953                 using unix encrypt and setkey functions. The crypt
4954                 key can be set as a configure parameter. Old
4955                 passwords will be converted if they do not begin
4956                 with '!'
4957
4958 2003-03-02 [paul]       0.8.10claws69
4959
4960         * src/prefs_account.c
4961                 fix compile error
4962
4963 2003-03-01 [thorsten]   0.8.10claws68
4964
4965         * po/el.po
4966           po/hr.po
4967           po/it.po
4968           po/nl.po
4969           po/sr.po
4970           po/sv.po
4971                 corrected format strings
4972         * po/en_GB.po
4973                 corrected headers
4974                 (fix compile errors with GNU gettext-0.11.5)
4975
4976 2003-03-01 [oliver]     0.8.10claws67
4977
4978         * src/summaryview.c
4979                 menu callbacks call toolbar_menu_reply
4980
4981 2003-03-01 [oliver]     0.8.10claws66
4982
4983         * src/mainwindow.c
4984         * src/messageview.c
4985                 menu callbacks call toolbar_menu_reply
4986         * src/toolbar.[ch]
4987                 callbacks from menu handled by toolbar_menu_reply
4988
4989 2003-03-01 [paul]       0.8.10claws65
4990
4991         * src/addressbook.c
4992                 revert commit 0.8.10claws54 - breaks editing of
4993                 addressbook.
4994                 
4995         * po/bg.po
4996                 update Bulgarian translation, submitted by
4997                 George Danchev
4998
4999 2003-02-28 [christoph]  0.8.10claws64
5000
5001         * src/account.c
5002         * src/addressadd.c
5003         * src/compose.c
5004         * src/gtkaspell.c
5005         * src/gtkxtext.h                ** REMOVE **
5006         * src/imap.c
5007         * src/matcher.[ch]
5008         * src/mh.c
5009         * src/news.c
5010         * src/pine.c
5011         * src/prefs_common.c
5012         * src/prefs_matcher.c
5013         * src/procheader.[ch]
5014         * src/procmsg.[ch]
5015         * src/toolbar.c
5016         * src/common/ssl_certificate.c
5017         * src/gtk/colorlabel.c
5018         * src/gtk/menu.c
5019                 o fix warnings
5020                 o remove code obsoleted by new cache and folder system rework
5021
5022 2003-02-28 [oliver]     0.8.10claws63
5023         
5024         * src/toolbar.[ch]
5025                 * fix bug where reply in Messageview replied to 
5026                 Message displayed in summaryview
5027                 (reportedd via ML by chinatinte at gmx dot ch)
5028                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
5029                 didn't work in separate MessageView Toolbar
5030                 (wondering if anybody uses this at all ?)
5031         * src/summaryview.[ch]
5032                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
5033                 (generalize reply and forward code);
5034         * src/messageview.c 
5035                 remove focus_in event which updated summaryview to messageview
5036
5037 2003-02-28 [paul]       0.8.10claws62
5038
5039         * po/Makefile.in.in
5040                 add the --check option
5041                 Patch submitted by Ricardo Mones Lastra
5042
5043 2003-02-28 [paul]       0.8.10claws61
5044
5045         * src/prefs_account.c
5046                 re-order 'Signature' items
5047
5048 2003-02-28 [paul]       0.8.10claws60
5049
5050         * sync with 0.8.10cvs20
5051                 see ChangeLog 2003-02-28
5052
5053 2003-02-28 [paul]       0.8.10claws59
5054
5055         * po/POTFILES.in
5056                 update to reflect recent movement of files
5057
5058 2003-02-28 [paul]       0.8.10claws58
5059
5060         * sync with 0.8.10cvs19
5061                 see ChangeLog 2003-02-28
5062
5063 2003-02-27 [martin]     0.8.10claws57
5064
5065         * src/prefs_matcher.c 
5066                 fix segfault in prefs_matcher_ok() when the
5067                 last entry is deleted and prevents that the
5068                 message "entry not saved" comes up after deleting
5069                 an entry
5070
5071 2003-02-27 [martin]     0.8.10claws56
5072
5073         * src/prefs_filtering.c 
5074                 fix segfault in prefs_filtering_ok() when the
5075                 last entry is deleted and prevents that the
5076                 message "entry not saved" comes up after deleting
5077                 an entry
5078
5079 2003-02-27 [paul]       0.8.10claws55
5080
5081         * sync with 0.8.10cvs18
5082                 see ChangeLog 2003-02-27
5083
5084 2003-02-27 [paul]       0.8.10claws54
5085
5086         * src/addressbook.c
5087                 fix bug where the address book crashes with 
5088                 multiple lookups.
5089                 Patch [687729] submitted by David Frager 
5090                 <dbfrager@users.sourceforge.net>
5091
5092 2003-02-25 [christoph]  0.8.10claws53
5093
5094         * src/Makefile.am
5095         * src/colorlabel.[ch]           ** REMOVE **
5096         * src/gtk/Makefile.am
5097         * src/gtk/colorlabel.[ch]       ** NEW **
5098                 move colorlabel files to gtk directory
5099
5100         * src/esmtp.[ch]                ** REMOVE **
5101                 has been merged into smtp.[ch] in 0.7.5
5102
5103 2003-02-25 [christoph]  0.8.10claws52
5104
5105         * src/Makefile.am
5106         * src/about.[ch]                ** REMOVE **
5107         * src/gtk/Makefile.am
5108         * src/gtk/about.[ch]            ** NEW **
5109                 move about files to gtk directory
5110
5111 2003-02-25 [christoph]  0.8.10claws51
5112
5113         * src/folder.c
5114                 some code optimization of folder scanning code
5115
5116         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5117
5118 2003-02-25 [christoph]  0.8.10claws50
5119
5120         * src/main.c
5121         * src/common/sylpheed.c
5122                 add command line parameter parsing to common code
5123
5124 2003-02-24 [christoph]
5125
5126         * Makefile.am
5127         * configure.ac
5128                 fix gnome prefix problems, the configure script now removed
5129                 `gnome-config --prefix` from `gnome-config --datadir`
5130                 and adds $(prefix} instead
5131
5132         (closes Bug 24 Makefile does not respect prefix when installing
5133          GNOME data)
5134
5135 2003-02-24 [christoph]  0.8.10claws49
5136
5137         * src/news.c
5138                 check for valid session before trying to authenticate
5139
5140         (closes Bug 60 crash if "authenticate on logon" is activated
5141          and newsserver-hostname is not valid)
5142
5143 2003-02-24 [melvin]     0.8.10claws48
5144
5145         * src/prefs_actions.c
5146                 Make sure all user's input is sent to the action and then
5147                 close the socket..
5148
5149 2003-02-23 [alfons]     0.8.10claws46
5150
5151         * src/summaryview.c
5152                 also wait cursor when deleting files
5153
5154 2003-02-23 [paul]
5155
5156         * tools/freshmeat_search.pl
5157           tools/google_search.pl
5158                 scripts should now work for any browser/browser command line
5159
5160 2003-02-22 [christoph]  0.8.10claws45
5161
5162         * src/procmsg.c
5163                 fix IMAP flag setting, IMAP flag is not handled correctly
5164                 anymore by the folder system and information about the
5165                 folder should not be saved in the MsgInfo (in my opinion)
5166
5167         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5168
5169 2003-02-22 [christoph]  0.8.10claws44
5170
5171         * src/summaryview.c
5172                 fix spelling of "label" ;-)
5173
5174 2003-02-22 [thorsten]   0.8.10claws43
5175
5176         * src/mimeview.c
5177           src/prefs_common.[ch]
5178           src/procmime.[ch]
5179                 do not use description as attachment name
5180
5181 2003-02-22 [alfons]     0.8.10claws42
5182
5183         * src/summaryview.c
5184                 freeze/thaw folder item updates when changing color labels,
5185                 and put a wait cursors on
5186
5187 2003-02-22 [thorsten]   0.8.10claws41
5188
5189         * src/mimeview.c
5190                 save-all fixes: crash if invoked on multipart container,
5191                 mimeinfo access, pathseparators, error dialog
5192
5193 2003-02-21 [alfons]     0.8.10claws40
5194
5195         * src/prefs_gtk.c
5196                 remove unused var
5197
5198 2003-02-21 [colin]      0.8.10claws39
5199
5200         * src/send.c
5201                 Fix smtp logging
5202
5203 2003-02-21 [colin]      0.8.10claws38
5204
5205         * src/summaryview.c
5206                 Freeze/thaw folderItem updates when filtering messages 
5207                 via Tools/Filter messages
5208
5209 2003-02-21 [paul]       0.8.10claws37
5210
5211         * src/compose.c
5212                 revert commit 0.8.10claws26, there are ulterior motives
5213                 for users to set a Reply-To header when posting to
5214                 newsgroups
5215
5216 2003-02-21 [paul]       0.8.10claws36
5217
5218         * sync with 0.8.10cvs17
5219                 see ChangeLog 2003-02-21
5220
5221 2003-02-20 [christoph]  0.8.10claws35
5222
5223         * src/imap.c
5224                 IMAP UID fetch speedup using SEARCH
5225
5226         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5227
5228         * src/imap.c
5229                 fix problem with UIDs in IMAP UID cache that no longer existed
5230
5231 2003-02-20 [christoph]  0.8.10claws34
5232
5233         * src/imap.c
5234         * src/procheader.c
5235         * src/procheader.h
5236                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5237
5238         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5239
5240         * src/imap.c
5241                 Rewrite imap_cmd_gen_recv use sock_getline instead
5242                 of sock_gets to avoid problems with too long reply
5243                 lines
5244     
5245 2003-02-20 [colin]      0.8.10claws33
5246         
5247         * src/prefs_account.c
5248                 Better wording
5249
5250 2003-02-20 [colin]      0.8.10claws32
5251
5252         * src/compose.c
5253                 Remove useless '&& !to_sender' 
5254
5255 2003-02-20 [darko]
5256
5257         * AUTHORS
5258                 change my e-mail address
5259
5260 2003-02-19 [colin]      0.8.10claws31
5261
5262         * src/prefs_common.c
5263                 X11 style colors for every configurable color
5264
5265 2003-02-19 [alfons]     0.8.10claws30
5266
5267         * src/prefs_gtk.[ch]
5268         * src/prefs_common.c
5269                 for color_new accept both plain integers and X11 style color
5270                 names (as found in /usr/lib/X11/rgb.txt)
5271
5272 2003-02-19 [paul]       0.8.10claws29
5273
5274         * src/mainwindow.c
5275                 add tooltips to online/offline button and account selector
5276                 button
5277
5278 2003-02-19 [paul]       0.8.10claws28
5279
5280         * src/folder.c
5281           src/news.c
5282           src/prefs_account.[ch]
5283           src/prefs_common.[ch]
5284                 move 'Maximum number of articles to download' to
5285                 account prefs.
5286                 clean up account prefs gui a little by hiding entries
5287                 rather then greying out entries
5288
5289 2003-02-19 [hiro]       0.8.10claws27
5290
5291         * src/common/utils.c
5292                 fix bug #54 'yesterdays date is displayed in the message 
5293                 summary window'
5294
5295 2003-02-19 [paul]       0.8.10claws26
5296
5297         * src/compose.c
5298                 fix bug reported in Feature Request [688596] 
5299                 'Reply-to header in news'
5300
5301 2003-02-18 [paul]       0.8.10claws25
5302
5303         * src/select-keys.c
5304                 add a 'List all keys' button to key selection dialog
5305
5306 2003-02-18 [colin]      0.8.10claws24
5307         
5308         * src/stock_pixmap.c
5309                 fix compile error
5310
5311 2003-02-18 [colin]      0.8.10claws23
5312
5313         * src/common/smtp.[ch]
5314           src/prefs_account.c
5315                 Try to starttls if it seems to be the only
5316                 way to authenticate a user
5317
5318 2003-02-18 [paul]       0.8.10claws22
5319
5320         * src/Makefile.am
5321           src/folderview.c
5322           src/stock_pixmap.[ch]
5323           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5324           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5325                 as a Drafts folder is a special folder allow it to have
5326                 its own unique icons
5327
5328 2003-02-18 [colin]      0.8.10claws21
5329
5330         * src/imap.c
5331                 Fix port selection when using starttls
5332
5333 2003-02-18 [paul]       0.8.10claws20
5334
5335         * src/mainwindow.c
5336           src/prefs_common.[ch]
5337                 make blue the default new mail colour
5338
5339 2003-02-18 [paul]       0.8.10claws19
5340
5341         * sync with 0.8.10cvs14
5342                 see ChangeLog 2003-02-18
5343
5344 2003-02-17 [jens]       0.8.10claws18
5345
5346         * src/common/md5.c
5347                 fixed a compile problem with gcc 3.3
5348                 works on 2.95.3 too (testet on PPC as it is big endian)
5349
5350 2003-02-17 [paul]       0.8.10claws17
5351
5352         * sync with 0.8.10cvs13
5353                 see ChangeLog 2003-02-17
5354
5355 2003-02-17 [paul]       0.8.10claws16
5356
5357         * sync with 0.8.10cvs12
5358                 see ChangeLog 2003-02-17
5359
5360 2003-02-16 [match]      0.8.10claws15
5361
5362         * src/addressbook.c
5363                 Eliminates reloading of address data when items
5364                 deleted or added. Applied submitted by
5365                 Luke Plant <lukeplant@softhome.net>
5366
5367 2003-02-16 [paul]       0.8.10claws14
5368
5369         * src/news.c
5370                 when a 'protocol error' is encountered disconnect from
5371                 the server. This means that the user can carry on viewing
5372                 other articles and doesn't have to either wait until the
5373                 server timesout or quit sylpheed.
5374                 Fixes bug #53 'Unable to read messages in newsgroups, 
5375                 displayed message doesn't change'
5376
5377 2003-02-15 [christoph]  0.8.10claws13
5378
5379         * src/imap.c
5380                 fix bug that stopped scanning of folders when an
5381                 IMAP folder was empty
5382
5383         (closes bug 46 stop scan messages in folders after empty folder)
5384
5385 2003-02-15 [paul]
5386
5387         * tools/Makefile.am
5388           tools/README
5389           tools/freshmeat_search.pl     ** NEW FILE **
5390           tools/google_search.pl        ** NEW FILE **
5391                 Add 2 Actions scripts which search freshmeat/google
5392                 for the selected text using the browser configured
5393                 in sylpheedrc.
5394                 
5395         Note: These scripts are very dependent on the format of the
5396         browser command and may not work on every occasion. Testing
5397         is welcome. 
5398
5399 2003-02-14 [alfons]     0.8.10claws12
5400
5401         * src/compose.c
5402                 fix breakage because of uninitialized account pointer.
5403                 please verify.
5404
5405 2003-02-14 [paul]       0.8.10claws11
5406
5407         * src/compose.c
5408           src/prefs_account.[ch]
5409           src/prefs_common.[ch]
5410                 move signature settings to Account Prefs
5411
5412 2003-02-14 [paul]       0.8.10claws10
5413
5414         * sync with 0.8.10cvs11
5415                 see ChangeLog 2003-02-14
5416
5417 2003-02-13 [thorsten]   0.8.10claws9
5418
5419         * src/news.c
5420                 revert news progressbar (GUI separation)
5421
5422 2003-02-13 [paul]       0.8.10claws8
5423
5424         * src/compose.c
5425                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5426                 paragraph 1
5427
5428 2003-02-13 [paul]       0.8.10claws7
5429
5430         * src/compose.[ch]
5431           src/summaryview.c
5432                 fix 'Follow-up and Reply-to' so that it creates a reply to
5433                 the newsgroup and the sender. If the message has the keyword
5434                 'poster' in the Followup-To header, all replies go to the
5435                 sender, re: RFC 1036, Section 2.2.3
5436                 rename all instances of 'ignore_replyto' to 'to_sender', both
5437                 were previously used, now we use just one.
5438
5439 2003-02-13 [paul]       0.8.10claws6
5440
5441         * sync with 0.8.10cvs9
5442                 see ChangeLog 2003-02-13
5443
5444 2003-02-13 [paul]       0.8.10claws5
5445
5446         * configure.ac
5447                 show which plugins are configured in the configure
5448                 output.
5449
5450 2003-02-12 [thorsten]   0.8.10claws4
5451
5452         * src/news.c
5453                 show progress while fetching news headers
5454
5455 2003-02-12 [christoph]  0.8.10claws3
5456
5457         * configure.ac
5458         * src/plugins/Makefile.am
5459                 use AM_CONDITIONAL to enable plugins, automake correctly
5460                 manages this when creating distdir
5461
5462 2003-02-12 [christoph]  0.8.10claws2
5463
5464         * ac/spamassassin.m4
5465         * src/plugins/spamassassin/Makefile.am
5466                 fix building SpamAssassin plugin without OpenSSL
5467
5468 2003-02-12 [paul]       0.8.10claws1
5469
5470         * ac/Makefile.am
5471           src/Makefile.am
5472           src/plugins/Makefile.am
5473                 fix failure of 'make release'
5474
5475 2003-02-12 [paul]       0.8.10claws
5476
5477         * 0.8.10claws released
5478
5479 2003-02-12 [paul]       0.8.9claws56
5480
5481         * po/bg.po
5482           po/es.po
5483           po/it.po
5484           po/ru.po
5485           po/sr.po
5486                 updated translations by George Danchev, Ricardo Mones Lastra,
5487                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5488                 
5489         * sylpheed.spec.in
5490                 Allow the building of RPMs by a regular user. Submitted
5491                 by Sergei Astanin
5492
5493 2003-02-11 [alfons]     0.8.9claws55
5494
5495         * src/colorlabel.c
5496                 don't use pixmaps for label color rect but draw rectangles
5497                 so we can respect the color map of palette based visuals
5498                 (fixes the long time crashes on Suns - thanks to Andreas
5499                 Engel and Steve O'Hara-Smith for testing)
5500
5501 2003-02-11 [christoph]  0.8.9claws54
5502
5503         * src/matcher_parser_parse.y
5504                 correct bug where filering rules of not existing folders in
5505                 matcherrc were added to global filtering
5506                 
5507         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5508          main filter-rules after removing directory, http://bugs.debian.org/180253)
5509         
5510 2003-02-11 [paul]       0.8.9claws53
5511
5512         * sync with 0.8.10cvs7
5513                 see ChangeLog 2003-02-09
5514
5515 2003-02-11 [melvin]     0.8.9claws52
5516
5517         * po/fr.po
5518                 Updated French tranlsations
5519
5520 2003-02-10 [paul]       0.8.9claws51
5521
5522         * sylpheed.spec.in
5523                 correct --enable-openssl
5524                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5525
5526 2003-02-09 [martin]     0.8.9claws50
5527
5528         * src/prefs_matcher.c
5529                 fix segfault in prefs_matcher_substitute_cb() when
5530                 no row is selected
5531
5532 2003-02-09 [paul]       0.8.9claws49
5533
5534         * src/folderview.c
5535                 fix bug where a newsgroup folder's processing rules were
5536                 merged with the global filtering rules when the newsgroup
5537                 folder was deleted, causing some seriously bad results,
5538                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5539
5540 2003-02-08 [melvin]     0.8.9claws48
5541
5542         * src/compose.c
5543                 Corrected and modified an alert message.
5544
5545 2003-02-07 [paul]       0.8.9claws47
5546
5547         * src/folderview.c
5548                 fix bug where both an 'Account properties' window and a
5549                 'Folder properties' window were opened when clicking on
5550                 'Properties' in an NNTP or IMAP folder's popup menu.
5551
5552 2003-02-07 [paul]       0.8.9claws46
5553
5554         * sync with 0.8.10cvs6
5555                 see ChangeLog 2003-02-06
5556
5557 2003-02-06 [christoph]  0.8.9claws45
5558
5559         * src/mbox.c
5560                 freeze folder updates while importing mbox files
5561                 (closes bug 43 importing mbox took hours)
5562                 
5563         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5564
5565 2003-02-06 [thorsten]   0.8.9claws44
5566
5567         * po/de.po
5568                 Updated german translations
5569
5570 2003-02-06 [thorsten]   0.8.9claws43
5571
5572         * src/news.h
5573                 use guint for message numbers (fix count in grouplist dialog)
5574
5575 2003-02-05 [paul]       0.8.9claws42
5576
5577         * sync with 0.8.10cvs2
5578                 see ChangeLog 2003-02-05
5579
5580 2003-02-04 [colin]      0.8.9claws41
5581
5582         * src/prefs_common.[ch]
5583           src/procmsg.c
5584           src/summaryview.c
5585                 Add an option to disable threading by subject
5586
5587 2003-02-04 [christoph]  0.8.9claws40
5588
5589         * src/inc.c
5590                 only abort fetching mails from multiple accounts when the
5591                 error is fatal and does not allow to check any more accounts
5592                 (currently only disk full error)
5593
5594         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5595          receive mails for other accouts)
5596
5597 2003-02-04 [christoph]  0.8.9claws39
5598
5599         * src/folder.c
5600                 first add the new message to the cache, then
5601                 send the update notification
5602
5603         (closes bug 39 after sending message folderview doesnt get updated)
5604
5605 2003-02-04 [colin]      0.8.9claws38
5606
5607         * src/inc.c
5608                 _really_ fix this Connecting... status
5609
5610 2003-02-04 [paul]       0.8.9claws37
5611
5612         * sync with 0.8.10
5613                 see ChangeLog 2003-02-04
5614
5615 2003-02-04 [paul]       0.8.9claws36
5616
5617         * sync with 0.8.9cvs6
5618                 see ChangeLog 2003-02-03
5619
5620 2003-02-04 [paul]       0.8.9claws35
5621
5622         * po/pt_BR.po
5623                 updated by André Filipe de Assunção e Brito 
5624                 <bedecko@netsite.com.br>
5625
5626 2003-02-03 [thorsten]   0.8.9claws34
5627
5628         * po/de.po
5629                 Updated german translations
5630
5631 2003-02-02 [paul]       0.8.9claws33
5632
5633         * po/es.po
5634                 updated by Ricardo Mones Lastra
5635
5636 2003-02-02 [thorsten]   0.8.9claws32
5637
5638         * src/mh.c
5639                 Fix mh_get_msginfo() segfault if file is inaccessible
5640
5641 2003-01-31 [colin]      0.8.9claws31
5642
5643         * src/procheader.c
5644                 Fix last commit's bug
5645
5646 2003-01-31 [colin]      0.8.9claws30
5647
5648         * src/procheader.c
5649                 Missing a change for gpg-signed messages
5650
5651 2003-01-31 [paul]       0.8.9claws29
5652
5653         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5654           src/procheader.c
5655           src/stock_pixmap.[ch]
5656           src/summaryview.c
5657                 indicate GnuPG signed messages by displaying an icon
5658                 in the Attachment column.
5659
5660 2003-01-31 [paul]       0.8.9claws28
5661
5662         * sync with 0.8.9cvs4
5663                 see ChangeLog 2003-01-31
5664
5665 2003-01-31 [alfons]     0.8.9claws27
5666
5667         * src/textview.c
5668                 tune URI parser to accept mailto URLs with a '?'
5669                 (patch from Ruslan Balkin)
5670
5671 2003-01-31 [colin]      0.8.9claws26
5672
5673         * src/summaryview.c
5674                 Fix a leak introduced in claws24
5675
5676 2003-01-31 [colin]      0.8.9claws25
5677
5678         * src/summaryview.c
5679                 Freeze/Thaw folder updates when deleting dups
5680
5681 2003-01-31 [colin]      0.8.9claws24
5682         
5683         * src/addr_compl.c
5684           src/summaryview.c
5685           src/msgcache.c
5686                 little speed improvements
5687
5688 2003-01-31 [colin]      0.8.9claws23
5689
5690         * src/summaryview.c
5691                 Fix segfault when forwarding nothing
5692                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5693                 
5694 2003-01-30 [paul]       0.8.9claws22
5695
5696         * sync with 0.8.9cvs3
5697                 see ChangeLog 2003-01-30
5698
5699 2003-01-30 [paul]       0.8.9claws21
5700
5701         * sync with 0.8.9cvs2
5702                 see ChangeLog 2003-01-30
5703
5704 2003-01-29 [paul]       0.8.9claws20
5705
5706         * sync with 0.8.9cvs1
5707                 see ChangeLog 2003-01-29
5708
5709 2003-01-28 [paul]       0.8.9claws19
5710
5711         * po/POTFILES.in
5712                 update to reflect changes. 
5713                 thanks to Ricardo Mones Lastra
5714
5715 2003-01-27 [christoph]  0.8.9claws18
5716
5717         * ac/openssl.m4
5718         * ac/spamassassin.m4
5719         * src/plugins/spamassassin/README
5720         * src/plugins/spamassassin/libspamc.[ch]
5721         * src/plugins/spamassassin/utils.[ch]
5722                 updated to latest libspamc
5723
5724 2003-01-27 [christoph]  0.8.9claws17
5725
5726         * src/folder.c
5727                 fix wrong use of procheader_get_header_fields
5728
5729 2003-01-27 [christoph]  0.8.9claws16
5730
5731         * src/news.c
5732         * src/prefs_account.[ch]
5733         * src/common/nntp.[ch]
5734                 allow to force authentication for NNTP servers
5735
5736         Patch submitted by Florian Mickler <dmk@d-labs.de>
5737
5738 2003-01-26 [paul]       0.8.9claws15
5739
5740         * src/summaryview.c
5741                 speed up of marking messages as read
5742                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5743
5744 2003-01-26 [christoph]  0.8.9claws14
5745
5746         * src/Makefile.am
5747         * src/mgutils.[ch]              ** REMOVE **
5748         * src/xml.[ch]                  ** REMOVE **
5749         * src/xmlprops.[ch]             ** REMOVE **
5750         * src/common/Makefile.am
5751         * src/common/mgutils.[ch]       ** NEW **
5752         * src/common/xml.[ch]           ** NEW **
5753         * src/common/xmlprops.[ch]      ** NEW **
5754                 move xml files to common directory
5755
5756 2003-01-26 [christoph]  0.8.9claws13
5757
5758         * src/plugins/spamassassin/spamassassin_gtk.c
5759                 only set gtk entry text if string is available
5760
5761 2003-01-26 [melvin]     0.8.9claws12
5762
5763         * src/description_window.c
5764                 Allow resizing of the window
5765                 Allow automatic horizontal scroll bar
5766                 Do not vertically expand and fill
5767
5768 2003-01-26 [christoph]  0.8.9claws11
5769
5770         * src/Makefile.am
5771         * src/gtkutils.[ch]             ** REMOVE **
5772         * src/common/sylpheed.c
5773         * src/gtk/Makefile.am
5774         * src/gtk/description_window.c
5775         * src/gtk/gtkutils.[ch]         ** NEW **
5776         * src/gtk/prefswindow.c
5777                 move gtkutils to gtk directory
5778
5779 2003-01-26 [paul]       0.8.9claws10
5780
5781         * src/summaryview.c
5782                 rename summary_unread_clicked() to summary_status_clicked()
5783
5784 2003-01-26 [melvin]     0.8.9claws9
5785
5786         * src/prefs_actions.c
5787                 Cosmetical changes to the help text
5788
5789 2003-01-26 [paul]       0.8.9claws8
5790
5791         * src/folder.[ch]
5792           src/mainwindow.c
5793           src/prefs_common.c
5794           src/prefs_sumamry_column.c
5795           summaryview.[ch]
5796                 rename the 'Unread' column to 'Status'
5797
5798 2003-01-25 [match]      0.8.9claws7
5799
5800         * src/mgutils.[ch]
5801                 removed reference to LDAP constants. removed error2string.
5802                 included functions to support LDAP dynamic queries.
5803         * src/syldap.h
5804                 moved LDAP constants here.
5805         * src/addressbook.c
5806         * src/addrindex.c
5807         * src/importldif.c
5808                 removed references to LDAP constants and references to
5809                 error2string.
5810
5811 2003-01-25 [paul]       0.8.9claws6
5812
5813         * src/summaryview.c
5814                 summary_thread_build(), summary_thread_init(): remove 
5815                 unneeded reference to summaryview->folder_item
5816
5817 2003-01-25 [christoph]  0.8.9claws5
5818
5819         * src/gtk/description_window.c
5820                 o allow description texts to expand over multiple columns
5821                 o translate all columns
5822         * src/prefs_actions.c
5823                 change syntax description to use new multi column feature
5824
5825         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5826
5827 2003-01-25 [match]      0.8.9claws4
5828
5829         * src/vcard.c
5830                 fixed bug with Quoted-Printable
5831
5832 2003-01-25 [paul]       0.8.9claws3
5833
5834         * src/folder.[ch]
5835           src/summaryview.[ch]
5836                 implement per-folder collapsed/expanded threads setting
5837                 
5838         * src/prefs_common.c
5839                 remove global collapsed/expanded threads option
5840
5841 2003-01-25 [christoph]  0.8.9claws2
5842
5843         * po/POTFILES.in
5844                 add pluginwindow and prefswindow
5845         * src/compose.c
5846                 make send respond correctly to messages that could be added
5847                 to the queue folder, but the UID of the message is unknown
5848         * src/folder.c
5849         * src/imap.c
5850                 don't return guessed UIDs in imap_add_msg anymore. We return
5851                 0 to tell the folder system it was appened but the UID is
5852                 unknown. Folder system now get's the UID by scaning the folder
5853                 and searching the cache for the Message-ID
5854                 (closes bug #29 Messages queued, but not sent)
5855
5856 2003-01-25 [paul]       0.8.9claws1
5857
5858         * src/codeconv.c
5859                 conv_encode_header():  fix bug when long headers with 8-bit
5860                 characters are used, so that the encoded words are wrapped.
5861                 If the space in the original text falls on the wrap boundary,
5862                 it can be lost.
5863                 Patch by Sergey Vlasov.
5864                 
5865         * src/folderview.c
5866                  fix bug where a change to the sorting method or thread view
5867                  of a folder's messages is lost if simpify-subject is set and
5868                  toggled on or off.
5869                  Patch by Luke Plant.
5870
5871 2003-01-24 [paul]       0.8.9claws
5872
5873         * sylpheed-0.8.9claws released
5874         
5875         * Makefile.am
5876           sylpheed.spec.in
5877                 remove reference to 'INSTALL.jp'
5878
5879 2003-01-23 [paul]       0.8.8claws128
5880
5881         * po/es.po
5882           po/it.po
5883           po/ru.po
5884           po/sr.po
5885                 updated translations. submitted by Ricardo Mones Lastra,
5886                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5887
5888 2003-01-23 [colin]      0.8.8claws127
5889
5890         * src/compose.c
5891                 Fix drafted and queued news articles re-edition
5892
5893 2003-01-23 [melvin]     0.8.8claws126
5894
5895         * po/fr.po
5896                 Updated French translations
5897
5898 2003-01-23 [colin]      0.8.8claws125
5899
5900         * src/inc.c
5901                 Fix "Connecting to..." status message
5902
5903 2003-01-22 [paul]       0.8.8claws124
5904
5905         * po/bg.po
5906                 updated by George Danchev
5907                 
5908         * src/folder.c
5909                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5910                 and folder deletion
5911
5912 2003-01-21 [paul]       0.8.8claws123
5913
5914         * po/bg.po
5915                 updated by George Danchev
5916                 
5917         * src/about.c
5918                 its now 2003
5919                 
5920         * src/toolbar.c
5921                 don't translate 'Separator'
5922                 
5923         * src/plugins/spamassassin/Makefile.am
5924                 add aspell to CPPFLAGS
5925                 
5926         * src/plugins/spamassassin/spamassassin.c
5927           src/plugins/spamassassin/spamassassin_gtk.c
5928                 set correct default for spamassassin_receive_spam
5929                 slightly re-word descriptions and some
5930                 other minor changes
5931
5932 2003-01-19 [alfons]     0.8.8claws122
5933                 
5934         * src/mimeview.c
5935                 mimeview_save_as(): we might as well show the file name for
5936                 the single case "Save As" too
5937
5938 2003-01-19 [alfons]     0.8.8claws121
5939
5940         * src/crash.c
5941                 change bug tracker URL to bugzilla URL
5942
5943 2003-01-19 [alfons]     0.8.8claws120
5944
5945         * src/mimeview.c
5946                 mimeview_save_all(): display name of file before overwriting;
5947                 continue saving all, even when one overwrite was cancelled
5948
5949 2003-01-19 [christoph]  0.8.8claws119
5950
5951         * src/summaryview.c
5952         * src/procmsg.[ch]
5953                 fix wrong usage of procmsg_find_children in summaryview
5954                 by using procmsg_update_unread_children instead of
5955                 summaryview_update_unread_children
5956
5957 2003-01-19 [christoph]  0.8.8claws118
5958
5959         * src/procmsg.c
5960                 fix infinite loop in procmsg_find_children
5961                  (closes bug #25 sylpheed crashes on delete.)
5962
5963         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5964
5965 2003-01-19 [paul]       0.8.8claws117
5966
5967         * po/pt_BR.po
5968                 updated by Ivan Francolin Martinez
5969
5970 2003-01-18 [melvin]     0.8.8claws116
5971
5972         * src/prefs_actions.c
5973                 Removed syntax limitation of only one '&' at the end of command.
5974                         Now actions that contain '>/dev/null 2>&1' are possible.
5975
5976 2003-01-18 [melvin]     0.8.8claws115
5977
5978         * src/prefs_actions.c
5979                 Actions IO dialog: when the action ends
5980                 the "Close" button now has focus and [Escape] closes the
5981                 window.
5982
5983 2003-01-18 [christoph]  0.8.8claws114
5984
5985         * src/procmsg.c
5986                 o add debug output when MsgInfos are really freed
5987                 o free GSLists in procmsg_find_children and
5988                   procmsg_update_unread_children
5989
5990 2003-01-18 [christoph]  0.8.8claws113
5991
5992         * src/mainwindow.c
5993                 reorder Configuration menu
5994
5995 2003-01-18 [christoph]  0.8.8claws112
5996
5997         * src/compose.c
5998                 fix applying templates to forwarded messages
5999
6000         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6001
6002 2003-01-17 [christoph]  0.8.8claws111
6003
6004         * src/folder.c
6005                 destroy folder items, when a folder item is removed
6006
6007 2003-01-17 [christoph]  0.8.8claws110
6008
6009         * src/folder.c
6010                 fix wrong folder stats update when ignored message is
6011                 deleted
6012
6013 2003-01-17 [colin]      0.8.8claws109
6014         
6015         * src/mainwindow.c
6016         * src/summaryview.c
6017                 Quicksearch bugfixes: 
6018                 - hide help button at startup if not extended
6019                 - switch to extended when looking for replies
6020
6021 2003-01-17 [paul]
6022
6023         * sync with 0.8.9 release
6024
6025 2003-01-17 [paul]       0.8.8claws108
6026
6027         * sync with 0.8.8cvs11
6028                 see ChangeLog 2003-01-17
6029
6030 2003-01-16 [colin]      0.8.8claws107
6031
6032         * src/procmsg.c
6033                 Changed encryption test to re-ask passphrase
6034                 if an encrypted message hasn't been decrypted
6035                 Fixes bug #5
6036
6037 2003-01-16 [christoph]  0.8.8claws106
6038
6039         * src/prefs_gtk.c
6040         * src/prefs_toolbar.c
6041         * src/gtk/prefswindow.h
6042         * src/plugins/spamassassin/spamassassin_gtk.c
6043                 remove page destroy function that is not used anymore
6044
6045 2003-01-16 [paul]       0.8.8claws105
6046
6047         * sync with 0.8.8cvs9
6048                 see ChangeLog 2002-01-16
6049
6050 2003-01-16 [colin]      0.8.8claws104
6051
6052         * src/compose.[ch]
6053                 Fix bug with autosaved drafts for IMAP, when draft
6054                 folder is specified - fixes bugzilla bug #20
6055
6056 2003-01-15 [paul]       0.8.8claws103
6057
6058         * src/compose.[ch]
6059           src/procmsg.c
6060                 store folder and message-id of message forwarding
6061                 in queue header and set forward flag after sending
6062
6063 2003-01-15 [paul]       0.8.8claws102
6064
6065         * sync with 0.8.8cvs8
6066                 see ChangeLog 2002-01-15
6067
6068 2003-01-15 [colin]      0.8.8claws101
6069
6070         * src/Makefile.am
6071                 Fix linking with GNU libiconv
6072
6073 2003-01-15 [darko]      0.8.8claws100
6074
6075         * src/pine.c
6076                 fix crash when importing pine address book
6077                 entry with an empty name (reported by DY
6078                 <dybulk at tri8.net>)
6079
6080 2003-01-14 [paul]       0.8.8claws99
6081
6082         * configure.in  ** REMOVED **
6083           configure.ac  ** NEW FILE **
6084                 rename configure.in to configure.ac, as it is now
6085                 preferred
6086
6087 2003-01-14 [melvin]     0.8.8claws98
6088
6089         * src/folderview.c
6090                 folderview_check_new(): More precise function description
6091
6092 2003-01-14 [melvin]     0.8.8claws97
6093
6094         * src/folderview.c
6095                 folderview_check_new(): return the number of new messages 
6096                         since last check.
6097         * src/inc.c
6098                 inc_account_mail(): Disable counting of new messages for IMAP
6099                         and NNTP until bug [19] and [14] are fixed.
6100
6101 2003-01-14 [paul]       0.8.8claws96
6102
6103         * sync with 0.8.8cvs6
6104                 see ChangeLog 2003-01-14
6105
6106 2003-01-13 [alfons]     0.8.8claws95
6107
6108         * src/textview.c
6109                 tune email address validation (c. 0.8.8claws89): if . is 
6110                 just one char away from @, the address is invalid too 
6111                 (correctly rejects addresses like foo@.com)
6112
6113 2003-01-13 [paul]       0.8.8claws94
6114
6115         * src/messageview.c
6116           src/toolbar.c
6117                 fixes to the Message View toolbar and menu:
6118                 fix non-functioning Forward button
6119                 make Reply button consider default_reply_list
6120                 remove 'Follow-up...' menu entry
6121                 add 'Forward' and 'Redirect' menu entries
6122
6123 2003-01-13 [melvin]     0.8.8claws93
6124
6125         * src/inc.c
6126                 Fixed typo that could make new messages count incorrect.
6127
6128 2003-01-13 [melvin]     0.8.8claws92
6129
6130         * src/folderview.[ch]
6131                 folderview_check_new(): return the number of new messages.
6132         * src/inc.c
6133                 Should fix bug [14] where new mail notification worked 
6134                         incorrectly with IMAP accounts.
6135                 inc_spool_account(): return number of new msgs, or -1 on error
6136                 inc_all_spool(): return number of new msgs
6137                 
6138 2003-01-13 [melvin]     0.8.8claws91
6139
6140         * src/prefs_actions.c
6141                 Justify help text.
6142
6143 2003-01-12 [thorsten]   0.8.8claws90
6144
6145         * src/common/prefs.c
6146                 close file before rename
6147
6148 2003-01-12 [alfons]     0.8.8claws89
6149
6150         * AUTHORS
6151                 add Christian Mertes
6152         * src/common/utils.[ch]
6153                 g_stricase_hash(), g_stricase_equal(): functions for 
6154                 case insensitive hash tables
6155         * src/textview.c
6156                 use top level domain names to validate email address, based
6157                 on a patch by Christian Mertes (thanks!), but changed 
6158                 implementation to use a hash table 
6159
6160 2003-01-12 [paul]       0.8.8claws88
6161
6162         * po/bg.po
6163                 updated by George Danchev
6164
6165 2003-01-12 [alfons]     0.8.8claws87
6166
6167         * src/summaryview.c
6168                 delete / execute performance: use new style folder update
6169
6170 2003-01-12 [paul]       0.8.8claws86
6171
6172         * sync with 0.8.8cvs5
6173                 see ChangeLog 2003-01-13 (!)
6174
6175 2003-01-12 [alfons]     0.8.8claws85
6176
6177         * src/filtering.c
6178         * src/matcher_parser_parse.y
6179                 prepare change_score filtering action
6180         * src/matcher.[ch]
6181                 give up const-correctness on functions that call non-const-correct functions;
6182                 several casts to gpointer in g_free();
6183                 add change_score;
6184
6185 2003-01-12 [christoph]  0.8.8claws84
6186
6187         * src/compose.c
6188                 fix 2 warnings
6189
6190         * src/gtk/prefswindow.[ch]
6191         * src/plugins/spamassassin/spamassassin_gtk.c
6192                 changed the call of the widget create function
6193                 for PrefsPages, because sometimes the widget
6194                 create function needs a widget that already has
6195                 been attached to a window (to create GDK pixmaps
6196                 for exmaple). So we simply pass the GtkWindow as
6197                 the second parameter now.
6198
6199         * src/main.c
6200         * src/mainwindow.c
6201         * src/prefs_toolbar.[ch]
6202                 rewrite Toolbar Preferences using the new
6203                 prefs window
6204
6205 2003-01-11 [alfons]     0.8.8claws83
6206
6207         * src/addressadd.c
6208                 fix crash when adding sender to addressbook because status bar
6209                 isn't there (the status bar doesn't seem to be used though,
6210                 but I'll let Match decide what to do with it)
6211
6212 2003-01-11 [colin]      0.8.8claws82
6213
6214         * src/main.c
6215           src/toolbar.c
6216                 Two useless changes reversed
6217
6218 2003-01-11 [colin]      0.8.8claws81
6219
6220         * src/mainwindow.c
6221           src/mainwindow.h
6222                 Add mainwindow_get_mainwindow()
6223         * src/alertpanel.c
6224           src/alertpanel.h
6225                 Add alertpanel_error_log() 
6226         * src/compose.c
6227           src/inc.c
6228           src/messageview.c
6229           src/toolbar.c
6230           src/main.c
6231           src/procmsg.c
6232                 Network errors get a View Log button
6233
6234 2003-01-10 [alfons]     0.8.8claws80
6235
6236         * src/prefs_toolbar.c
6237         * src/toolbar.c
6238                 use the translatable string for "Separator" as file name for
6239                 separator toolbar items (probably make this uppercase?)
6240
6241 2003-01-10 [alfons]     0.8.8claws79
6242
6243         * src/prefs_toolbar.c
6244                 put right A_SEPARATOR description string in "displayed
6245                 toolbar items list" so manually added separators are
6246                 saved correctly (bug #10, "Adding a separator to the main 
6247                 toolbar fails, entry in xml file is wrong")
6248
6249 2003-01-10 [christoph]  0.8.8claws78
6250
6251         * src/imap.c
6252                 o fix warnings
6253                 o use CAPABILITY to check if NAMESPACE is available
6254
6255 2003-01-10 [christoph]  0.8.8claws77
6256
6257         * src/imap.[ch]
6258                 apply UIDPLUS IMAP extension support patch
6259
6260         Patch submitted by Simon 'corecode' Schubert
6261
6262 2003-01-10 [paul]       0.8.8claws76
6263
6264         * src/folderview.c
6265                 a sync from main which fixes the news account folders'
6266                 Properties bug
6267
6268 2003-01-10 [christoph]  0.8.8claws75
6269
6270         * src/folder.c
6271                 don't accept 0 as a valid uid returned by copy and move
6272                 functions. 0 means the message was copied or moved but the
6273                 new uid could not be fetched. It is not an error condition
6274                 for the copy or move operation.
6275
6276 2003-01-10 [paul]       0.8.8claws74
6277
6278         * src/prefs_filtering.c
6279                 change English used in Alert when entry is not
6280                 saved.
6281                 
6282         * sync with 0.8.8cvs4
6283                 see ChangeLog 2003-01-10
6284
6285 2003-01-10 [darko]      0.8.8claws73
6286
6287         * src/pine.c
6288                 fix crash when importing address book entry
6289                 without a valid address
6290
6291 2003-01-09 [alfons]     0.8.8claws72
6292
6293         * src/inc.c
6294                 filtering performance: use new style folder update
6295
6296 2003-01-09 [christoph]  0.8.8claws71
6297
6298         * src/compose.c
6299         * src/gtk/menu.[ch]
6300                 fix wrong selecting of mime encoding type, when
6301                 opening property dialog of attachments in the
6302                 compose window. 7bit was always selected and that
6303                 destoryed files with 8bit data.
6304                 (closes bug #9 Sylpheed-claws destroys attachments when
6305                  changing MIME-types)
6306
6307 2003-01-09 [paul]       0.8.8claws70
6308
6309         * sync with 0.8.8cvs3
6310                 see ChangeLog 2003-01-09
6311
6312 2003-01-08 [alfons]     0.8.8claws69
6313         
6314         * src/addressadd.c
6315                 apply patch by Kim Schulz to fix build breakage
6316                 because of missing variable
6317
6318 2003-01-08 [paul]       0.8.8claws68
6319
6320         * sync with 0.8.8cvs2
6321                 see ChangeLog 2002-01-08
6322
6323 2003-01-08 [paul]       0.8.8claws67
6324
6325         * po/it.po
6326                 updated by Alessandro Maestri
6327                 
6328         * src/addressadd.c
6329                 when using 'Add sender to addressbook' allow
6330                 name to be edited and remarks to be entered
6331                 Patch submitted by Luke Plant
6332
6333 2003-01-08 [darko]      0.8.8claws66
6334
6335         * README.claws, src/summaryview.c
6336                 fix description for marked messages
6337
6338 2003-01-08 [paul]
6339
6340         * tools/Makefile.am
6341           tools/launch_phoenix  ** NEW FILE **
6342                 add script that enables using Phoenix as the default
6343                 web browser. 
6344                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6345                 
6346         * tools/OOo2sylpheed.pl
6347                 remove full path to sylpheed executable, just 'sylpheed'
6348                 will do
6349                 
6350         * tools/README
6351                 add launch_phoenix informtion and re-arrange and compress
6352                 the data a little
6353
6354 2003-01-07 [christoph]  0.8.8claws65
6355
6356         * src/folder.c
6357                 fix update for source folder when moving messages
6358         * src/procmsg.[ch]
6359         * src/summaryview.c
6360                 use function to set to_folder for message infos and
6361                 automatically update the op_count for old and new
6362                 folder
6363
6364 2003-01-07 [melvin]     0.8.8claws64
6365
6366         * src/prefs_actions.c
6367                 Fixed bug where an '%p' Action on a displayed image crashed 
6368                         Sylpheed
6369                 Code clean up (get rid of duplicated code and removed unnecessary 
6370                                 structure member)
6371
6372 2003-01-07 [christoph]  0.8.8claws63
6373
6374         * src/compose.c
6375         * src/folder.[ch]
6376         * src/folderview.c
6377         * src/import.c
6378         * src/inc.c
6379         * src/main.c
6380         * src/mainwindow.c
6381         * src/messageview.c
6382         * src/prefs_folder_item.c
6383         * src/procmsg.c
6384         * src/summaryview.c
6385         * src/toolbar.c
6386                 o remove all folder update triggering from the UI code. The folder
6387                   system should know much better when a folder needs an update.
6388                 o to prevent multiple updates in a row the folder updates can be
6389                   frozen for some time.
6390
6391                 Note: - Please verify that no updates are missing
6392                       - Check where freeze/thaws should be added
6393
6394 2003-01-07 [christoph]  0.8.8claws62
6395
6396         * src/prefs_actions.c
6397                 don't translate empty strings
6398
6399         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6400
6401 2003-01-06 [christoph]  0.8.8claws61
6402
6403         * src/prefs_actions.c
6404                 mark strings for gettext
6405         * src/prefs_matcher.c
6406                 use new description window for Execute action and
6407                 match condition in Filtering
6408
6409         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6410
6411 2003-01-06 [alfons]     0.8.8claws60
6412
6413         keep myself inspired to re-organize matcher part 8; 
6414         yes, more to come (I need to move out the descriptive
6415         text for actions to matcher.c, or at least make it not
6416         depend on the wicked ordering)
6417
6418         * src/prefs_matcher.c
6419                 add documentation so others may comprehend the
6420                 UI part of the conditions
6421                 
6422 2003-01-06 [christoph]  0.8.8claws59
6423
6424         * src/prefs_actions.c
6425                 use new description window for syntax help
6426         * src/gtk/description_window.c
6427                 fix display of descriptions with column count != 2
6428
6429         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6430
6431 2003-01-06 [christoph]  0.8.8claws58
6432
6433         * src/quote_fmt.c
6434         * src/summaryview.[ch]
6435         * src/gtk/Makefile.am
6436         * src/gtk/description_window.[ch]       ** NEW **
6437                 use a generic window to display syntax descriptions
6438                 currently used in quote_fmt and summaryview (new description
6439                 for extended quick search)
6440
6441         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6442
6443 2003-01-06 [paul]       0.8.8claws57
6444
6445         * sync with 0.8.8cvs1
6446                 see ChangeLog 2003-01-06
6447
6448 2003-01-06 [christoph]  0.8.8claws56
6449
6450         * src/mainwindow.c
6451         * src/prefs_gtk.[ch]
6452         * src/gtk/prefswindow.[ch]
6453         * src/plugins/spamassassin/spamassassin_gtk.c
6454                 o remove page management from prefswindow, pages
6455                   will be an argument to prefswindow_open
6456                 o prefswindow_open gets a datapointer that is
6457                   passed to the widget_create function to allow
6458                   creation of prefswindow for specific items
6459
6460 2003-01-06 [colin]      0.8.8claws55
6461         
6462         * src/summaryview.c
6463                 We don't want regexp in the reply-finder, 
6464                 because MIDs can contain !,$,. and so on
6465
6466 2003-01-06 [jens]       0.8.8claws54
6467
6468         * src/jpilot.c
6469                 fixed a wrong free in jpilot_read_db_files
6470
6471 2003-01-06 [alfons]     0.8.8claws53
6472
6473         re-organize matcher part 8; more to come
6474        
6475         * src/matcher.c
6476                 matcherprop_to_string(): put g_free()s before the
6477                 switch-case break to fix memleaks                
6478
6479 2003-01-06 [colin]      0.8.8claws52
6480
6481         * src/summaryview.c
6482                 cleanup & reply-finder now displays the first 
6483                 matching message
6484
6485 2003-01-05 [alfons]     0.8.8claws51
6486
6487         re-organize matcher part 7; more to come
6488
6489         * src/matcher.[ch]
6490                 fixes for constant correctness;
6491                 more documentation;
6492
6493 2003-01-05 [alfons]     0.8.8claws50
6494
6495         re-organize matcher part 6; more to come
6496         
6497         * src/matcher.[ch]
6498                 fixes for constant correctness;
6499                 more documentation;
6500         * src/filtering.c
6501                 fix for constant correctness
6502
6503 2003-01-05 [colin]      0.8.8claws49
6504
6505         * src/account.[ch]
6506                 Add account_get_reply_account function
6507         * src/compose.c
6508                 Use account_get_reply_account function 
6509         * src/summaryview.c
6510                 Basic reply-finder - click on the replied
6511                 icon gets you to the outbox using quick-search
6512
6513 2003-01-05 [paul]       0.8.8claws48
6514
6515         * src/prefs_common.c
6516                 small change to English
6517                 
6518         * src/prefs_filtering.c
6519                 prefs_filtering_action_select(): improve logic and uniformity
6520                 of gui
6521
6522 2003-01-05 [alfons]     0.8.8claws47
6523
6524         fine tune solution to focus problems (bug #7)
6525
6526         * src/mainwindow.c
6527                 mainwindow_focus_in_event(): remove grab event check
6528         * src/summaryview.c
6529                 summary_button_pressed(): move selection on right-click
6530                 too. we can't possibly move the selection back after
6531                 canceling a dialog, because gtk's incomplete focus 
6532                 management. whether this is a good solution, only time
6533                 will tell.
6534
6535 2003-01-05 [christoph]  0.8.8claws46
6536
6537         * src/imap.c
6538                 fix crash when no imap connection could be established
6539
6540 2003-01-05 [paul]       0.8.8claws45
6541
6542         * src/mainwindow.c
6543           src/sumamryview.c
6544           src/gtk/menu.[ch]
6545                 fix bug 605957 'shortcuts in popup-menu'
6546                 make user-defined shortcuts work
6547                 show shortcuts that are already defined
6548                 in the main menu
6549                 Patch submitted by Luke Plant
6550
6551 2003-01-05 [alfons]     0.8.8claws44
6552
6553         * src/mainwindow.c
6554                 focus_in_event handler should not select summary view row 
6555                 when another window (menu, dialog) grabbed for events 
6556                 (bug #7, "[0.8.8claws42] Message summary focus") 
6557
6558 2003-01-04 [christoph]  0.8.8claws43
6559
6560         * src/procmsg.c
6561                 update save folder after adding the sent message
6562                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6563
6564 2003-01-02 [christoph]  0.8.8claws42
6565
6566         * src/common/plugin.c
6567                 fix unloading of all plugins and unload
6568                 plugins in reverse order
6569                 
6570         * src/gtk/pluginwindow.c
6571                 implement function of load and unload button
6572
6573         * src/gtk/prefswindow.c
6574         * src/gtk/prefswindow.h
6575                 rename register function and add new unregister
6576                 function
6577
6578         * src/plugins/spamassassin/spamassassin_gtk.c
6579                 unregister prefs page and update for changes in
6580                 src/gtk/prefswindow.c
6581
6582 2003-01-02 [paul]       0.8.8claws41
6583
6584         * po/es.po
6585                 updated by Ricardo Mones Lastra
6586
6587 2003-01-02 [paul]
6588
6589         * tools/tb2sylpheed
6590                 fixes and improvements by Urke MMI
6591
6592 2003-01-02 [thorsten]   0.8.8claws40
6593
6594         * src/procmsg.c
6595                 fixed wrong return value
6596
6597 2003-01-02 [thorsten]   0.8.8claws39
6598
6599         * src/prefs.c
6600                 fixed printing wrong variable
6601
6602 2003-01-02 [thorsten]   0.8.8claws38
6603
6604         * src/prefs.c
6605                 fixed acessing members of freed pfile struct
6606
6607 2003-01-02 [thorsten]   0.8.8claws37
6608
6609         * src/procmsg.c
6610                 detect loops across several messages
6611                 as suggested by Christoph Hohmann
6612
6613 2003-01-01 [match]      0.8.8claws36
6614
6615         * src/addrindex.c
6616                 fixed another memory leak.
6617
6618 2003-01-01 [match]      0.8.8claws35
6619
6620         * src/jpilot.[ch]
6621                 fixed memory leaks. applied Doxygen comments.
6622
6623 2003-01-01 [thorsten]   0.8.8claws34
6624
6625         * src/procmsg.c
6626                 inhibit endless loop if msg references itself
6627                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6628
6629 2003-01-01 [christoph]  0.8.8claws33
6630
6631         * src/mainwindow.c
6632         * src/gtk/Makefile.am
6633         * src/gtk/pluginwindow.c                ** NEW **
6634         * src/gtk/pluginwindow.h                ** NEW **
6635                 add plugin window
6636
6637         * src/plugins/demo/demo.c
6638         * src/plugins/spamassassin/spamassassin.c
6639         * src/plugins/spamassassin/spamassassin_gtk.c
6640                 write better plugin descriptions
6641
6642 2002-12-31 [christoph]  0.8.8claws32
6643
6644         * src/gtk/prefswindow.c
6645         * src/plugins/spamassassin/spamassassin_gtk.c
6646                 some small improvements to GTK code
6647
6648 2002-12-31 [christoph]  0.8.8claws31
6649
6650         * src/plugins/spamassassin/spamassassin_gtk.c
6651                 enable folder select button
6652
6653 2002-12-31 [christoph]  0.8.8claws30
6654
6655         * src/mainwindow.c
6656         * src/gtk/Makefile.am
6657         * src/gtk/prefswindow.c                         ** NEW **
6658         * src/gtk/prefswindow.h                         ** NEW **
6659                 add new prefs window
6660
6661         * src/common/plugin.c
6662                 don't try to load empty config lines
6663         
6664         * src/plugins/spamassassin/Makefile.am
6665         * src/plugins/spamassassin/spamassassin.c
6666         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6667         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6668                 GTK config for SpamAssassin Plugin using
6669                 the new prefs window
6670
6671 2002-12-31 [paul]       0.8.8claws29
6672
6673         * po/POTFILES.in
6674                 remove obsolete entry 'src/menu.c'
6675
6676 2002-12-31 [alfons]     0.8.8claws28
6677
6678         * src/matcher.[ch]
6679         * src/matcher_parser_parse.y
6680         * src/prefs_matcher.c
6681                 add "ignore_thread" and "~ignore_thread" condition so it's
6682                 possible to make the actions / scoring operate on the ignore
6683                 thread flag
6684
6685 2002-12-31 [christoph]  0.8.8claws27
6686
6687         * src/addrbook.c
6688         * src/addrindex.c
6689         * src/folder.c
6690         * src/matcher.c
6691         * src/prefs_account.c
6692         * src/prefs_actions.c
6693         * src/prefs_customheader.c
6694         * src/prefs_display_header.c
6695         * src/prefs_gtk.c
6696         * src/procmime.c
6697         * src/toolbar.c
6698         * src/xmlprops.c
6699         * src/common/prefs.[ch]
6700                 extend prefs file handling for reading and automatic handling
6701                 of blocks. When reading prefs_set_block_label will automatically
6702                 move on to the block. When writing it will copy all other blocks
6703                 automatically
6704
6705         * src/common/plugin.c
6706                 Now loading plugin filenames from [Plugins] block in
6707                 sylpheed rc file
6708
6709 2002-12-30 [christoph]  0.8.8claws26
6710
6711         * src/common/hooks.[ch]
6712                 return abort status to caller of hooks_invoke
6713                 
6714         * src/inc.[ch]
6715                 invoke message filtering hook and stop
6716                 default handling when filter returns abort
6717
6718         * src/common/plugin.[ch]
6719         * src/plugins/demo/demo.c
6720                 modify plugin loader, because resolving symbols for strings
6721                 does not work correctly
6722         
6723         * configure.in
6724         * ac/spamassassin.m4                            ** NEW **
6725         * src/plugins/spamassassin/.cvsignore           ** NEW **
6726         * src/plugins/spamassassin/Makefile.am          ** NEW **
6727         * src/plugins/spamassassin/README               ** NEW **
6728         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6729         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6730         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6731                 add spamassassin plugin, see src/plugins/spamassassin/README
6732                 for details
6733
6734 2002-12-29 [alfons]     0.8.8claws25
6735
6736         * src/mainwindow.c
6737                 when moving focus from a message view to the main 
6738                 window, don't forget to select the summary node
6739                 of the displayed message. should fix "[ 659103 ] 
6740                 focus-follows-mouse confuses sylpheed"
6741
6742 2002-12-29 [christoph]  0.8.8claws24
6743
6744         * src/Makefile.am
6745         * src/stringtable.[ch]          ** REMOVE **
6746         * src/common/Makefile.am
6747         * src/common/stringtable.[ch]   ** NEW **
6748                 move stringtable files to common directory
6749
6750 2002-12-29 [christoph]  0.8.8claws23
6751
6752         * src/Makefile.am
6753         * src/menu.[ch]                 ** REMOVE **
6754         * src/gtk/Makefile.am
6755         * src/gtk/menu.[ch]             ** NEW **
6756                 move menu files to gtk directory
6757
6758 2002-12-29 [match]      0.8.8claws22
6759
6760         * src/addressbook.c
6761         * src/syldap.c
6762                 moved UI specific code out of LDAP code into addressbook
6763                 UI code. fixed memory leak.
6764
6765 2002-12-29 [christoph]  0.8.8claws21
6766
6767         * src/folder.c
6768                 only check for IGNORED parent message when message is
6769                 not IGNORED itself
6770
6771 2002-12-29 [alfons]     0.8.8claws20
6772
6773         * src/summaryview.c
6774                 set gtksctree's anchor correct (immediate execute
6775                 changes the tree's layout, and anchor points at 
6776                 the incorrect row). fixes "[ 657233 ] multiple msg 
6777                 delete sometimes off by 1".
6778                 we probably have to look for more tree layout /
6779                 anchor glitches.
6780
6781 2002-12-29 [paul]       0.8.8claws19
6782
6783         * src/summaryview.c
6784                 fix bug [ 659054 ] incorrect sorting of 'From' column
6785                 when using 'display sender using address book'
6786                 thanks to Alfons and Luke Plant
6787
6788 2002-12-29 [christoph]  0.8.8claws18
6789
6790         * src/folder.c
6791         * src/procmsg.[ch]
6792                 check parent messages for IGNORE THREAD flag, when adding,
6793                 moving or copying messages to a folder
6794
6795 2002-12-27 [alfons]     0.8.8claws17
6796
6797         re-organize matcher part 5; more to come
6798
6799         * src/matcher.c
6800                 hash keywords in matchparser_tab 
6801
6802 2002-12-27 [alfons]     0.8.8claws16
6803
6804         re-organize matcher part 4; more to come
6805
6806         * src/matcher_parser.h
6807         * src/matcher_parser_lex.l
6808         * src/matcher_parser_parse.y
6809                 cleanup
6810
6811 2002-12-27 [alfons]     0.8.8claws15
6812
6813         re-organize matcher part 3; more to come
6814
6815         * src/matcher.[ch]
6816                 cleanup
6817
6818 2002-12-27 [alfons]     0.8.8claws14
6819
6820         re-organize matcher part 2; more to come but this should
6821         work. cc me if there are any regressions.
6822
6823         * src/matcher.h
6824                 add prototype for get_matchparser_tab_id()
6825         * src/matcher_parser_lex.l
6826                 look up keywords using matchparser_tab_id();
6827
6828 2002-12-27 [alfons]     0.8.8claws12
6829
6830         re-organize matcher part 1
6831
6832         * src/matcher.h
6833                 map yacc generated constants to sylpheed matcher constants
6834         * src/matcher.c
6835                 add function to find a matcher constant from a string
6836
6837 2002-12-27 [christoph]  0.8.8claws11
6838
6839         * src/compose.c
6840                 MENUITEM_ADD casts the 4th argument from integer to pointer
6841                 so it probably should not be a pointer, this means we
6842                 should use account id for it and not the account's pointer
6843
6844 2002-12-27 [paul]       0.8.8claws10
6845
6846         * src/mainwindow.c
6847                 remove unneeded 'GtkWidget *vbox'
6848                 
6849         * src/summaryview.c
6850                 further sync with 0.8.8 - make sort
6851                 by recipient work as expected
6852                 
6853         * NEWS
6854                 sync with 0.8.8
6855
6856 2002-12-27 [paul]       0.8.8claws9
6857
6858         * po/pt_BR.po
6859                 updated by Ivan F. Martinez
6860                 
6861 2002-12-27 [darko]      0.8.8claws8
6862
6863         * src/common/utils.c
6864                 added locked pattern to extended search
6865
6866 2002-12-27 [alfons]     0.8.8claws7
6867
6868         * src/prefs_matcher.[ch]
6869                 clean up
6870
6871 2002-12-26 [alfons]     0.8.8claws6
6872
6873         * src/matcher.[ch]
6874         * src/matcher_parser_lex.l
6875         * src/matcher_parser_parse.y
6876         * src/prefs_matcher.c
6877                 allow color label as a condition in the matcher
6878
6879 2002-12-26 [oliver]     0.8.8claws5
6880         
6881         * src/toolbar.c 
6882                 enable Addressbook for Main and Messageview
6883         * src/prefs_actions.c
6884                 enable actions in Messageview
6885
6886 2002-12-26 [christoph]  0.8.8claws4
6887
6888         * src/common/plugin.c
6889                 add a little debug output
6890         * configure.in
6891         * src/plugins/demo/Makefile.am
6892                 better use of automake
6893
6894 2002-12-26 [christoph]  0.8.8claws3
6895
6896         * src/Makefile.am
6897         * src/common/Makefile.am
6898                 fix "make distdir"
6899
6900 2002-12-26 [christoph]  0.8.8claws2
6901
6902         * configure.in
6903                 sort configure checks into common / gtk / plugins
6904         * po/POTFILES.in
6905                 add src/prefs_gtk.c
6906         * src/Makefile.am
6907                 add plugins SUBDIR
6908         * src/main.c
6909         * src/common/sylpheed.[ch]
6910                 added now sylpheed_done function for shutdown
6911         * src/common/Makefile.am
6912         * src/common/plugin.[ch]                ** NEW **
6913                 plugin loader and unloader
6914         * src/plugins/.cvsignore                ** NEW **
6915         * src/plugins/Makefile.am               ** NEW **
6916                 build plugins
6917         * src/plugins/demo/.cvsignore           ** NEW **
6918         * src/plugins/demo/Makefile.am          ** NEW **
6919         * src/plugins/demo/demo.c               ** NEW **
6920                 small demo plugin that installs a logtext hook and
6921                 outputs the log text to stdout
6922
6923 2002-12-26 [paul]       0.8.8claws1
6924
6925         * po/es.po
6926                 updated by Ricardo Mones Lastra
6927
6928 2002-12-26 [paul]       0.8.8claws
6929
6930         * 0.8.8claws released
6931
6932 2002-12-26 [paul]       0.8.7claws12
6933
6934         * po/bg.po
6935                 updated by George Danchev
6936
6937 2002-12-26 [paul]       0.8.7claws11
6938
6939         * po/POTFILES.in
6940                 remove unneeded 'src/prefs.c' entry 
6941
6942 2002-12-26 [paul]       0.8.7claws10
6943
6944         * src/codeconv.c
6945           src/mainwindow.c
6946                 sync with 0.8.8 release
6947         
6948         * src/folder.[ch]
6949           src/mh.c
6950           src/summaryview.c
6951                 partial sync with 0.8.8 release
6952         
6953
6954 2002-12-25 [alfons]     0.8.7claws9
6955
6956         * src/matcher.[ch]
6957         * src/matcher_parser_lex.l
6958         * src/matcher_parser_parse.y
6959         * src/prefs_matcher.c
6960                 add locked flag to possible filtering / matcher 
6961                 conditions (also a good example what should be
6962                 done to add a simple boolean condition)
6963
6964 2002-12-25 [christoph]  0.8.7claws8
6965
6966         * src/Makefile.am
6967         * src/account.[ch]
6968         * src/addrbook.c
6969         * src/addressbook.c
6970         * src/addrindex.c
6971         * src/filtering.c
6972         * src/folder.c
6973         * src/matcher.c
6974         * src/prefs.[ch]                ** REMOVE **
6975         * src/prefs_account.c
6976         * src/prefs_actions.c
6977         * src/prefs_common.c
6978         * src/prefs_customheader.c
6979         * src/prefs_display_header.c
6980         * src/prefs_filtering.c
6981         * src/prefs_folder_item.c
6982         * src/prefs_gtk.[ch]            ** NEW **
6983         * src/prefs_matcher.c
6984         * src/prefs_scoring.c
6985         * src/prefs_summary_column.c
6986         * src/procmime.c
6987         * src/selective_download.c
6988         * src/toolbar.c
6989         * src/common/Makefile.am
6990         * src/common/prefs.[ch]         ** NEW **
6991                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6992
6993 2002-12-24 [alfons]     0.8.7claws7
6994
6995         * src/summaryview.c
6996                 summary_thread_build(): fix real cause of the crash mentioned in
6997                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6998                 this way we get meaningful ctree nodes 
6999
7000 2002-12-24 [oliver]     0.8.7claws6
7001
7002         * src/mainwindow.[ch]
7003         * src/messageview.[ch]
7004         * src/compose.[ch]
7005         * src/inc.c
7006         * src/summaryview.c
7007                 changes to use updated toolbar handling
7008                 
7009 2002-12-24 [oliver]     0.8.7claws5
7010
7011         * src/toolbar.[ch]
7012                 generic toolbar handling
7013                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
7014         * src/prefs_toolbar.[ch]
7015                 adjust to handling
7016         
7017 2002-12-24 [oliver]     0.8.7claws4
7018         
7019         * src/stock_pixmap.[ch]
7020                 move SYLPHEED_LOGO to end of list in order 
7021                 to remove it from Custom Toolbar`s Icon View
7022
7023 2002-12-24 [alfons]     0.8.7claws3
7024
7025         * src/summaryview.c
7026                 summary_thread_build(): fix crash because of focus != selection 
7027                 after threading. when deleting the selection, gtk tries but fails 
7028                 to find the correct focusable element. we now force the selection
7029                 to be focused. this should solve the infamous bug reported by 
7030                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
7031                 a test case is available. 
7032
7033 2002-12-24 [darko]      0.8.7claws2
7034
7035         * src/summaryview.c
7036                 don't crash when unmarking message with unread children
7037
7038 2002-12-23 [christoph]  0.8.7claws1
7039
7040         * src/Makefile.am
7041         * src/common/Makefile.am
7042                 update Makefiles for moved intl.h, version.h and defs.h
7043         * src/imap.c
7044                 rewrite imap_session_get to avoid duplicate code
7045
7046 2002-12-23 [paul]       0.8.7claws
7047
7048         * Santa-Claws released
7049         
7050         * po/hu.po
7051           po/ru.po
7052                 squeeze in updated Hungarian and Russian translations.
7053                 Submitted by  Gál Zoltán and Ruslan N. Balkin
7054
7055 2002-12-23 [paul]       0.8.6claws129
7056
7057         * po/pl.po
7058                 updated by Witold Wladyslaw Wojciech Wilk
7059
7060 2002-12-23 [paul]       0.8.6claws128
7061
7062         * src/quote_fmt_parse.y
7063                 fix typo and add licence header
7064
7065 2002-12-23 [paul]       0.8.6claws127
7066
7067         * po/en_GB.po
7068                 updated
7069
7070 2002-12-23 [paul]       0.8.6claws126
7071
7072         * po/it.po
7073                 updated translation, submitted by Alessandro Maestri
7074                 
7075 2002-12-23 [paul]       0.8.6claws125
7076
7077         * src/quote_fmt_parse.y
7078                 fix signature-stripping on replies bug. match
7079                 '-- \n' and not '-- '.
7080
7081 2002-12-22 [paul]       0.8.6claws124
7082
7083         * po/bg.po
7084           po/es.po
7085           po/sr.po
7086                 updated translations. submitted by George Danchev,
7087                 Ricardo Mones Lastra, and Urke MMI respectively
7088
7089 2002-12-21 [paul]       0.8.6claws123
7090
7091         * src/addrbook.c
7092                 fix coding style
7093
7094 2002-12-21 [paul]       0.8.6claws122
7095
7096         * src/addrbook.c
7097                 fix bug [643638] where if a person is in one or more
7098                 addressbook groups editing that person's email 
7099                 address results in removal from those groups.
7100                 Patch submitted by Luke Plant.
7101
7102 2002-12-20 [christoph]  0.8.6claws121
7103
7104         * src/common/utils.c
7105         * src/summaryview.c
7106                 reimplement expand_search_string using GString to
7107                 prevent crashs caused by miscalculated string
7108                 lengths reported by Paul
7109
7110 2002-12-20 [christoph]  0.8.6claws120
7111
7112         * src/summaryview.c
7113                 don't use "changed" to check if op_count has to be changed as it
7114                 is also set when the message has unread children
7115                 (closes bug [ 653221 ] crash while deleting duplicates)
7116
7117 2002-12-20 [paul]       0.8.6claws119
7118
7119         * sync with 0.8.6cvs27
7120                 see ChangeLog 2002-12-20
7121
7122 2002-12-20 [paul]       0.8.6claws118
7123
7124         * sync with 0.8.6cvs26
7125                 see ChangeLog 2002-12-19 and 2002-12-20
7126
7127 2002-12-19 [alfons]     0.8.6claws117
7128
7129         * src/textview.c
7130                 fix incorrect parsing of email addresses, submitted by 
7131                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7132                 name display if it contains @".
7133
7134 2002-12-18 [paul]       0.8.6claws116
7135
7136         * sync with 0.8.6cvs23
7137                 see ChangeLog 2002-12-18
7138
7139 2002-12-18 [paul]       0.8.6claws115
7140
7141         * src/Makefile.am
7142         * src/account.c
7143         * src/codeconv.c
7144         * src/gtkutils.[ch]
7145         * src/imap.c
7146                 sync with 0.8.6cvs22.
7147                 see ChangeLog 2002-12-17 and 2002-12-18
7148
7149 2002-12-17 [christoph]  0.8.6claws114
7150
7151         * src/imap.c
7152                 o don't create a session if imap greeting fails
7153                 o don't close socket when authentication fails
7154                   this is done by imap_session_destroy
7155
7156 2002-12-17 [thorsten]   0.8.6claws113
7157
7158         * tools/Makefile.am
7159           tools/README
7160           tools/google_msgid.pl ** NEW FILE **
7161                 Added "search for message-id" script and doc
7162
7163 2002-12-17 [thorsten]   0.8.6claws112
7164
7165         * po/hu.po
7166                 Updated hungarian translation
7167                 (updated by Gal Zoltan)
7168
7169 2002-12-16 [christoph]  0.8.6claws111
7170
7171         * src/addr_compl.c
7172                 remove stupid addressbook dump to debug output
7173         * src/mh.c
7174                 fix memory leak found by Hiro
7175
7176 2002-12-14 [paul]       0.8.6claws110
7177
7178         * src/compose.c
7179                 fix menubar sensitivity on send
7180                 
7181         * src/prefs_filtering.c
7182         * src/prefs_matcher.c
7183         * src/prefs_scoring.c
7184                 Fix english ;)
7185                 
7186         * src/common/quoted-printable.h
7187                 sync: fix typo
7188         
7189 2002-12-13 [christoph]  0.8.6claws109
7190
7191         * src/Makefile.am
7192         * src/manage_window.[ch]        ** REMOVE **
7193         * src/gtk/Makefile.am
7194         * src/gtk/manage_window.[ch]    ** NEW **
7195                 move manage_window files to gtk directory
7196
7197 2002-12-13 [christoph]  0.8.6claws108
7198
7199         * src/Makefile.am
7200         * src/gtkshruler.[ch]           ** REMOVE **
7201         * src/gtk/Makefile.am
7202         * src/gtk/gtkshruler.[ch]       ** NEW **
7203                 move gtkshruler files to gtk directory
7204
7205 2002-12-13 [christoph]  0.8.6claws107
7206
7207         * src/Makefile.am
7208         * src/compose.c
7209         * src/gtkstext.[ch]             ** REMOVE **
7210         * src/gtkutils.[ch]
7211         * src/textview.c
7212         * src/gtk/gtkstext.[ch]         ** NEW **
7213         * src/gtk/Makefile.am
7214                 o move stext functions to gtkstext.c to remove
7215                   dependency of gtkutils
7216                 o move gtkstext files to gtk directory
7217
7218         * src/gtk/Makefile.am
7219         * src/gtk/sslcertwindow.[ch]
7220                 UI stuff can always depend on common code so
7221                 it's ok to add ../common to include path
7222
7223 2002-12-13 [colin]      0.8.6claws106
7224
7225         * src/summaryview.c
7226                 Disconnect sighandlers for mainwindow when
7227                 quicksearch has the focus
7228                 Fix bug #653231
7229         * src/mainwindow.[ch]
7230                 Make key_pressed callback public, to be able
7231                 to disconnect it
7232
7233 2002-12-13 [christoph]  0.8.6claws105
7234
7235         * src/mh.c
7236                 create .mh_sequences file in new MH folders
7237                 (closes feature request [ 523162 ] MH folders should
7238                  get a .mh_sequences)
7239
7240 2002-12-13 [colin]      0.8.6claws104
7241
7242         * src/summaryview.c
7243                 Better handling of quicksearch show/hide
7244                 (basically the button stays under the mouse 
7245                  when toggled)
7246
7247 2002-12-13 [paul]       0.8.6claws103
7248
7249         * sync with 0.8.6cvs17
7250                 see ChangeLog 2002-12-13
7251
7252 2002-12-13 [paul]       0.8.6claws102
7253
7254         * po/es.po
7255                 updated by Ricardo Mones Lastra
7256
7257 2002-12-11 [colin]       0.8.6claws101
7258
7259         * src/folder.c
7260                 remove statusbar stuff
7261           src/folderview.c
7262                 set statusbar verbosity when moving folders
7263
7264 2002-12-11 [colin]       0.8.6claws100
7265         * src/prefs_filtering.c
7266         * src/prefs_matcher.c
7267         * src/prefs_scoring.c
7268                 Fix english ;)
7269
7270 2002-12-11 [colin]       0.8.6claws99
7271
7272         * src/prefs_common.[ch]
7273                 Add summary_quicksearch_type
7274         * src/summaryview.c
7275                 Save last used quicksearch type
7276
7277 2002-12-11 [jens]       0.8.6claws98
7278         * src/prefs_filtering.c
7279         * src/prefs_matcher.c
7280         * src/prefs_scoring.c
7281                 added dialog for incomplete rules in scoring, filtering and
7282                 matcher to ask wheather really close
7283
7284 2002-12-11 [colin]      0.8.6claws97
7285
7286         * src/folder.c
7287                 Fix folder dnd statusbar logging
7288
7289 2002-12-10 [christoph]  0.8.6claws96
7290
7291         * src/compose.c
7292         * src/folder.c
7293         * src/imap.c
7294         * src/inc.c
7295         * src/main.c
7296         * src/mainwindow.c
7297         * src/news.c
7298         * src/send.c
7299         * src/statusbar.[ch]
7300         * src/common/hooks.c
7301         * src/common/log.[ch]
7302                 o handle verbose logging in statusbar directly in statusbar code
7303                   and common code does not need any knowledge about a statusbar
7304                 o remove direct calls to statusbar_(puts|pop)_all functions
7305
7306 2002-12-10 [jens]       0.8.6claws95
7307
7308         * src/*.c
7309                 removed gettext from g_warnings
7310         * po/POTFILES.in
7311                 cleaned and updated
7312         * po/de.po
7313                 updated
7314
7315 2002-12-10 [colin]      0.8.6claws94
7316
7317         * src/main.c
7318                 finish crash dialog fix
7319
7320 2002-12-10 [colin]      0.8.6claws93
7321
7322         * src/main.c
7323                 "Fix" "sylpheed already running" instead of
7324                 crash dialog appearing after a crash
7325
7326 2002-12-10 [colin]      0.8.6claws92
7327
7328         * po/POTFILES.in
7329                 add src/gtk/sslcertwindow.c
7330
7331 2002-12-10 [paul]       0.8.6claws91
7332
7333         * po/POTFILES.in
7334                 updated to reflect recent changes
7335                 submitted by Alessandro Maestri
7336
7337 2002-12-09 [christoph]  0.8.6claws90
7338
7339         * src/Makefile.am
7340         * src/smtp.[ch]                 ** REMOVE **
7341         * src/common/Makefile.am
7342         * src/common/smtp.[ch]          ** NEW **
7343                 move smtp files to common directory
7344
7345 2002-12-09 [christoph]  0.8.6claws89
7346
7347         * src/Makefile.am
7348         * src/session.[ch]              ** REMOVE **
7349         * src/common/Makefile.am
7350         * src/common/session.[ch]       ** NEW **
7351                 move session files to common directory
7352
7353 2002-12-09 [paul]       0.8.6claws88
7354
7355         * src/account.c
7356                 fix bug [649746] edit accounts: move account reverted
7357                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7358
7359 2002-12-09 [colin]      0.8.6claws87
7360
7361         * src/ssl_certificate.c
7362                 cleanup
7363
7364 2002-12-09 [colin]      0.8.6claws86
7365
7366         * src/ssl.c
7367                 Try to open the cert.pem database and 
7368                 issue a warning if it isn't there
7369
7370 2002-12-09 [colin]      0.8.6claws85
7371
7372         * src/common/ssl_certificate.c
7373         * src/gtk/sslcertwindow.c
7374                 Warning fixes
7375
7376 2002-12-09 [colin]      0.8.6claws84
7377
7378         * src/ssl_certificate.[ch] ** REMOVED **
7379         * src/common/ssl_certificate.[ch] ** NEW **
7380         * src/Makefile.am
7381         * src/common/Makefile.am
7382                 Moved ssl_certificate.[ch] to common
7383         * src/common/ssl.c 
7384                 Put back needed include
7385         * src/gtk/sslcertwindow.[ch]
7386                 Changed ssl_certificate.h include
7387         
7388 2002-12-09 [colin]      0.8.6claws83
7389
7390         * src/gtk/sslcertwindow.[ch]
7391                 Implement hook for certificate acception
7392         * src/ssl_certificate.[ch]
7393                 Implement hook for certificate acception
7394         * src/common/ssl.c
7395                 Reenable certificate acception check
7396         * src/mainwindow.c
7397                 Register sslcertwindow's hook
7398         
7399 2002-12-08 [christoph]  0.8.6claws82
7400
7401         * src/about.c
7402         * src/addr_compl.c
7403         * src/codeconv.c
7404         * src/manual.c
7405         * src/undo.c
7406         * src/common/utils.c
7407                 o add missing includes
7408                 o fix warnings
7409         * src/.cvsignore
7410         * src/common/.cvsignore
7411         * src/common/version.h          ** REMOVE **
7412                 remove autogenerated file
7413
7414 2002-12-08 [paul]       0.8.6claws81
7415
7416         * src/stringtable.c
7417                 put back needed include
7418
7419 2002-12-08 [colin]      0.8.6claws80
7420         
7421         * src/gtk/sslcertwindow.c
7422                 Cleaner popups when asking
7423         * src/ssl_certificate.c
7424         * src/prefs_common.[ch]
7425                 remove ssl certificate pref
7426                 put back needed include
7427         * src/undo.c
7428                 put back needed include
7429
7430 2002-12-08 [christoph]  0.8.6claws79
7431
7432         * src/folderview.c
7433         * src/logwindow.c
7434         * src/statusbar.c
7435         * src/summaryview.c
7436                 only abort hook invokation if required data is missing not
7437                 if our own data pointer is NULL, update hookfunction for
7438                 log window
7439
7440 2002-12-08 [paul]       0.8.6claws78
7441
7442         * src/about.c
7443         * src/addrcache.c
7444         * src/addrclip.c
7445         * src/addr_compl.c
7446         * src/addrselect.c
7447         * src/codeconv.c
7448         * src/colorlabel.c
7449         * src/enriched.c
7450         * src/esmtp.c
7451         * src/exporthtml.c
7452         * src/headerview.c
7453         * src/imageview.c
7454         * src/manual.c
7455         * src/noticeview.c
7456         * src/pgptext.c
7457         * src/scoring.c
7458         * src/sourcewindow.c
7459         * src/stringtable.c
7460         * src/undo.c
7461                 clean up: remove unneccesary includes
7462
7463 2002-12-08 [christoph]  0.8.6claws77
7464
7465         * src/folderview.c
7466         * src/statusbar.c
7467         * src/summaryview.c
7468         * src/common/hooks.[ch]
7469                 hook functions now have a gboolean return value, if a hook
7470                 returns TRUE it will stop executing of any more hooks in
7471                 the same hooklist for this invokation
7472
7473 2002-12-08 [colin]      0.8.6claws76
7474         
7475         * src/main.c
7476                 put back argv0 for CRASH_DIALOG
7477
7478 2002-12-08 [christoph]  0.8.6claws75
7479
7480         * src/Makefile.am
7481         * src/about.c
7482         * src/account.c
7483         * src/crash.c
7484         * src/esmtp.h
7485         * src/imap.[ch]
7486         * src/inc.c
7487         * src/main.c
7488         * src/mainwindow.c
7489         * src/news.c
7490         * src/pop.[ch]
7491         * src/prefs_account.[ch]
7492         * src/prefs_common.[ch]
7493         * src/send.[ch]
7494         * src/smtp.[ch]
7495         * src/ssl_certificate.[ch]
7496         * src/ssl_manager.[ch]
7497         * src/common/Makefile.am
7498         * src/common/log.c
7499         * src/common/nntp.[ch]
7500         * src/common/socket.[ch]
7501         * src/common/ssl.[ch]
7502         * src/gtk/sslcertwindow.[ch]
7503         * ac/openssl.m4
7504                 use new autoconf script to detect OpenSSL with extra parameters
7505                 to specify the location of libs and includes, also remove USE_SSL
7506                 to USE_OPENSSL
7507
7508         * src/common/sylpheed.[ch]
7509         * src/common/version.h.in
7510                 start seperation of common code initialization seperated from gui
7511
7512         * src/summaryview.c
7513                 The function that is called when a color label changes
7514                 should not change the color lable again
7515
7516 2002-12-08 [colin]      0.8.6claws74
7517
7518         * src/gtk/sslcertwindow.c
7519                 warning fixes
7520
7521 2002-12-08 [colin]      0.8.6claws73
7522
7523         * src/statusbar.c
7524           src/common/log.h
7525                 Register a hook for statusbar_puts_all
7526         * src/common/log.c
7527                 invoke statusbar_puts_all's hook
7528         
7529 2002-12-08 [colin]      0.8.6claws72
7530
7531         * src/ssl_certificate.c
7532                 Put back a badly-removed include
7533
7534 2002-12-08 [colin]      0.8.6claws71
7535
7536         * src/gtk/sslcertwindow.[ch]    ** NEW **
7537                 new certificate presentation
7538         * src/gtk/Makefile.am
7539                 add new files
7540         * src/ssl_certificate.[ch]
7541                 gtk cleanup, made utility functions public
7542         * src/ssl_manager.c
7543                 use new cert presentation
7544
7545 2002-12-07 [christoph]  0.8.6claws70
7546
7547         * src/Makefile.am
7548         * src/nntp.[ch]                 ** REMOVE **
7549         * src/common/Makefile.am
7550         * src/common/nntp.[ch]          ** NEW **
7551                 move nntp files to common directory
7552
7553 2002-12-07 [christoph]  0.8.6claws69
7554
7555         * src/procmsg.[ch]
7556         * src/summaryview.c
7557                 implement msginfo update callback using sylpheed's new
7558                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7559
7560 2002-12-06 [christoph]  0.8.6claws68
7561
7562         * src/editgroup.c
7563                 This patch changes the 'Edit Group Details' dialog to
7564                 allow extended selections in either pane, so that
7565                 addresses can be added or removed from a group more
7566                 quickly and easily. (it actually is a net decrease in
7567                 file size, as some unnecessary functions have been
7568                 removed). 
7569                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7570
7571 2002-12-06 [christoph]  0.8.6claws67
7572
7573         * src/Makefile.am
7574         * src/template.[ch]             ** REMOVE **
7575         * src/common/Makefile.am
7576         * src/common/template.[ch]      ** NEW **
7577                 move template files to common directory
7578
7579         * src/nntp.c
7580                 add missing log.h include
7581
7582 2002-12-06 [melvin]     0.8.6claws66
7583
7584         * src/prefs_actions.c
7585                 Added the trailing ">" syntax to insert command's output
7586                 without replacing old text (in contrast to trailing "|").
7587
7588 2002-12-05 [colin]      0.8.6claws65
7589         
7590         * src/common/utils.c
7591                 Don't modify original search_string or it'll change
7592                 the next iterations in the for()
7593
7594 2002-12-05 [darko]      0.8.6claws64
7595
7596         * src/common/utils.c
7597                 proper check for filtering commands, found by Colin
7598
7599 2002-12-05 [darko]      0.8.6claws63
7600
7601         * src/common/utils.c
7602                 check proper string for NULL pointer, found by Colin
7603
7604 2002-12-05 [darko]      0.8.6claws62
7605
7606         * src/common/utils.[ch]
7607                 expand_search_string(): new function
7608                 converts Mutt-like patterns to Sylpheed's
7609                 filtering engine
7610         * src/summaryview.c
7611                 use expand_search_string() to allow Mutt-like
7612                 patterns in extended search
7613         * README.claws
7614                 document extended option in quick search
7615
7616 2002-12-05 [paul]       0.8.6claws61
7617
7618         * sync with 0.8.6cvs16
7619                 see ChangeLog 2002-12-05
7620                 
7621         * po/POTFILES.in
7622                 clean up
7623
7624 2002-12-04 [christoph]  0.8.6claws60
7625
7626         * src/imap.[ch]
7627                 put imap authentication code into a new function and
7628                 remove it from imap_session_new that will allow to
7629                 send other commands before authentication
7630
7631 2002-12-04 [christoph]  0.8.6claws59
7632
7633         * src/imap.[ch]
7634                 use already existing method to prevent unneeded IMAP
7635                 folder selects. Set imap_select parameters to NULL
7636                 in some functions if the values are not required.
7637
7638         * src/xml.h
7639                 remove no longer required include
7640
7641 2002-12-04 [paul]       0.8.6claws58
7642
7643         * po/es.po
7644                 updated by Ricardo Mones Lastra
7645                 
7646         * configure.in
7647           po/hu.po      ** NEW FILE **
7648                 initial Hungarian translation, submitted
7649                 by Gál Zoltán <galzoli@hu.inter.net>
7650
7651 2002-12-03 [christoph]  0.8.6claws57
7652
7653         * src/Makefile.am
7654         * src/gtksctree.[ch]            ** REMOVE **
7655         * src/gtk/Makefile.am
7656         * src/gtk/gtksctree.[ch]        ** NEW **
7657                 move gtksctree files to gtk directory
7658
7659 2002-12-03 [christoph]  0.8.6claws56
7660
7661         * src/Makefile.am
7662         * src/md5.[ch]                  ** REMOVE **
7663         * srm/common/Makefile.am
7664         * src/common/md5.[ch]           ** NEW **
7665                 move md5 files to common directory
7666
7667         * src/gtkstext.c
7668                 remove not required #include
7669
7670 2002-12-03 [sergey]     0.8.6claws55
7671
7672         * src/gtkutils.c
7673         * src/gtkutils.h
7674                 gtkut_window_popup(): new function.
7675         * src/mainwindow.c
7676                 main_window_popup(): use gtkut_window_popup() to raise
7677                 window without changing its position.
7678                 (see sylpheed-main ML message [sylpheed:17247])
7679
7680 2002-12-03 [sergey]     0.8.6claws54
7681
7682         * src/send.c
7683                 send_message_local(): removed first-dot escaping
7684                 (SMTP-only, not needed for sending through pipe)
7685
7686 2002-12-03 [paul]       0.8.6claws53
7687
7688         * po/POTFILES.in
7689                 update to reflect recent changes (thanks
7690                 to Ricardo Mones Lastra)
7691                 
7692         * tools/filter_conv.pl
7693                  fix problem with quoted strings. Patch submitted
7694                  by Luke Plant <lukeplant@softhome.net>
7695
7696 2002-12-03 [paul]       0.8.6claws52
7697
7698         * sync with 0.8.6cvs15
7699                 see ChangeLog 2002-12-03
7700
7701 2002-12-02 [christoph]  0.8.6claws51
7702
7703         * src/logwindow.[ch]
7704         * src/common/log.[ch]
7705                 implement logging using a hook function
7706
7707         * src/folderview.c
7708         * src/folder.[ch]
7709                 define hooklist name in header file to avoid
7710                 errors caused by wrong spelling of hooklist names
7711
7712         * src/toolbar.c
7713                 fix warnings
7714
7715 2002-12-02 [christoph]  0.8.6claws50
7716
7717         * src/common/Makefile.am
7718                 add src/common/hooks.[ch]
7719
7720         * src/common/hooks.[ch]
7721                 implement a simple hook system using glib's hook functions
7722
7723         * src/folder.[ch]
7724         * src/folderview.c
7725                 use new hook system for folder item updates
7726
7727 2002-12-02 [christoph]  0.8.6claws49
7728
7729         * doc-src/ui_seperation.txt     ** NEW **
7730                 information for ui seperation
7731
7732         * src/Makefile.am
7733                 remove files that were moved to common
7734                 include common directory by default for the header files
7735
7736         * src/inc.c
7737         * src/common/socket.c
7738         * src/automaton.[ch]
7739                 implement automaton using g_io_*-functions instead of
7740                 gdk_input_add to make it ui independent
7741
7742         * src/codeconv.c
7743         * src/compose.c
7744         * src/ldif.c
7745         * src/pgptext.c
7746         * src/procmime.c
7747         * src/rfc2015.c
7748         * src/smtp.c
7749         * src/unmime.c
7750                 remove common/ prefix because directory is now in
7751                 include path
7752
7753         * src/compose.c
7754         * src/folder.c
7755         * src/folderview.c
7756         * src/mainwindow.c
7757         * src/messageview.c
7758         * src/prefs_common.c
7759         * src/procmsg.c
7760         * src/rfc2015.c
7761                 fix warnings
7762
7763         * src/imap.c
7764         * src/inc.c
7765         * src/news.c
7766         * src/pop.c
7767         * src/send.c
7768         * src/smtp.c
7769         * src/ssl_certificate.c
7770                 add log.h header file for logging functions
7771
7772         * src/main.c
7773         * src/common/utils.c
7774         * src/summaryview.c
7775         * src/xml.c
7776                 o move debug_mode to common/utils.c
7777                 o add functions to set and get debug_mode
7778
7779         * src/defs.h                    ** REMOVE **
7780         * src/intl.h                    ** REMOVE **
7781         * src/socket.[ch]               ** REMOVE **
7782         * src/ssl.[ch]                  ** REMOVE **
7783         * src/utils.[ch]                ** REMOVE **
7784                 replaced by new files in src/common/
7785         
7786         * src/common/Makefile.am
7787                 add new files in src/common/
7788
7789         * src/common/defs.h             ** NEW **
7790         * src/common/intl.h             ** NEW **
7791         * src/common/log.[ch]           ** NEW **
7792         * src/common/socket.[ch]        ** NEW **
7793         * src/common/ssl.[ch]           ** NEW **
7794         * src/common/utils.[ch]         ** NEW **
7795                 replacement for files in src/
7796
7797 2002-12-02 [colin]      0.8.6claws48
7798
7799         * src/folderview.c
7800                 Scroll folderview if necessary during dnd
7801
7802 2002-12-02 [colin]      0.8.6claws47
7803
7804         * src/folder.[ch]
7805                 Add check to verify a move is within a single mailbox
7806         * src/folderview.c
7807                 Add specific error string for this check
7808
7809 2002-12-02 [colin]      0.8.6claws46
7810
7811         * src/folder.c
7812                 Add a test to folder moving, remove a statusbar_print
7813         * src/folderview.c
7814                 Add Move folder... context-menu item
7815                 Factorize folder moving code
7816                 Enable folder DND for mbox
7817
7818 2002-12-01 [christoph]  0.8.6claws45
7819
7820         * ac/aspell.m4
7821                 remove conf.aspelltest if the version check fails
7822
7823 2002-11-30 [christoph]  0.8.6claws44
7824
7825         * autogen.sh
7826                 run libtoolize --force in autogen to create missing
7827                 libtool scripts
7828
7829 2002-11-30 [christoph]  0.8.6claws43
7830
7831         * src/Makefile.am
7832         * src/pgptext.c
7833         * src/procmime.c
7834         * src/rfc2015.c
7835         * src/uuencode.[ch]             ** REMOVED **
7836         * src/common/Makefile.am
7837         * src/common/uuencode.[ch]      ** NEW **
7838                 move uuen/decoder to common directory
7839
7840 2002-11-30 [christoph]  0.8.6claws42
7841
7842         * src/Makefile.am
7843         * src/base64.[ch]               ** REMOVED **
7844         * src/codeconv.c
7845         * src/compose.c
7846         * src/ldif.c
7847         * src/pgptext.c
7848         * src/procmime.c
7849         * src/rfc2015.c
7850         * src/smtp.c
7851         * src/unmime.c
7852         * src/common/Makefile.am
7853         * src/common/base64.[ch]        ** NEW **
7854                 move base64 en/decoder to common directory
7855
7856 2002-11-30 [christoph]  0.8.6claws41
7857
7858         * src/common                    ** NEW **
7859                 new directory for UI independent code
7860         * src/gtk                       ** NEW **
7861                 new directory for GTK frontend
7862         * src/common/.cvsignore         ** NEW **
7863         * src/gtk/.cvsignore            ** NEW **
7864                 ignore build files
7865         * src/common/Makefile.am        ** NEW **
7866         * src/gtk/Makefile.am           ** NEW **
7867                 automake files to build new seperated stuff
7868         * src/Makefile.am
7869                 the binary will currently still be build with the
7870                 files in src, so we include the code from the
7871                 subdirs for now after building the libs there
7872
7873 2002-11-30 [paul]       0.8.6claws40
7874
7875         * src/compose.c
7876                 fix bug [642731] 'Wrong selected account with drafted mail'
7877
7878 2002-11-29 [oliver]     0.8.6claws39
7879         
7880         * src/messageview.c
7881                 o update summaryview when switching between different
7882                   messageviews          
7883         * src/toolbar.c  
7884                 o check if messageview holds already removed msg
7885                   from summaryview
7886                 
7887
7888 2002-11-29 [oliver]     0.8.6claws38
7889
7890         * src/toolbar.c 
7891                 remove not needed variables and includes
7892                 make messageview stay opened and move to next when msgs are deleted 
7893
7894 2002-11-29 [oliver]     0.8.6claws37
7895         
7896         * src/toolbar.c 
7897                 disable compose button (messageview toolbar) by default
7898                 deleted msgs are moved to trash
7899         
7900 2002-11-29 [melvin]     0.8.6claws36
7901
7902         * configure.in
7903                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7904                 and to detect signatures expirations (gpgme 0.3.6)
7905
7906         * src/main.c
7907                 Use non obsolescent function for Gpgme engine checking.
7908
7909         * src/rfc2015.c
7910                 Inform about expired signatures or signatures which key
7911                 has expired. Expiration date is displayed.
7912
7913         * src/sigstatus.c
7914                 Inform about expired signatures or signatures which key
7915                 has expired.
7916
7917 2002-11-28 [paul]       0.8.6claws35
7918
7919         * src/folderview.c
7920                 re-instate 'Check for new messages' in Newsgroup
7921                 folders right-click menu, after a suggestion from
7922                 Tim Mann <timmann@users.sourceforge.net>
7923
7924         * src/main.c
7925                 after a crash check only local folders for new
7926                 messages
7927
7928 2002-11-28 [paul]       0.8.6claws34
7929
7930         * configure.in
7931                 apply patch that fixes the checking of GTK with XIM 
7932                 support on different OSs, such as FreeBSD. Patch 
7933                 submitted by Topia <topia@users.sourceforge.net>
7934                 
7935 2002-11-28 [paul]       0.8.6claws33
7936
7937         * src/mainwindow.c
7938           src/prefs_common.c
7939           src/prefs_toolbar.c
7940                 more changes to the English
7941
7942 2002-11-28 [paul]       0.8.6claws32
7943
7944         * sync with 0.8.6cvs13
7945                 see ChangeLog 2002-11-28 (no sync needed
7946                 for src/compose.c)
7947
7948 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7949         
7950         * src/mainwindow.[ch]
7951                 add patch by Ivan F. Martinez introducing messageview Toolbar
7952                 some changes and committed by oliver    
7953
7954 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7955
7956         * src/messageview.[ch]
7957                 add patch by Ivan F. Martinez introducing messageview Toolbar
7958                 some changes and committed by oliver    
7959
7960 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7961
7962         * src/compose.[ch]
7963                 add patch by Ivan F. Martinez introducing messageview Toolbar
7964                 some changes and committed by oliver    
7965
7966 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7967         
7968         * src/toolbar.[ch]
7969                 add patch by Ivan F. Martinez introducing messageview Toolbar
7970                 some changes and committed by oliver
7971
7972 2002-11-28 [oliver]     0.8.6claws27
7973         
7974         * src/prefs_toolbar.[ch]
7975                 getting ready for messageview toolbar
7976                 free mem allocated by gettext
7977                 change prefs_toolbar to prefs_toolbar_open
7978  
7979 2002-11-28 [thorsten]   0.8.6claws26
7980
7981         * src/imageview.[ch]
7982                 cleaned up conflicting declarations of
7983                 imageview_show_image()
7984
7985 2002-11-28 [paul]       0.8.6claws25
7986
7987         * src/grouplistdialog.c
7988           src/prefs_common.c
7989           src/prefs_summary_column.c
7990                 a few more improvements to the English
7991
7992 2002-11-28 [colin]      0.8.6claws24
7993
7994         * man/sylpheed.1
7995                 A few updates to command-line parameters
7996
7997 2002-11-28 [colin]      0.8.6claws23
7998
7999         * src/prefs_filtering.c
8000                 Fix problems with prefs_filtering_delete_path:
8001                 a) if the first rule is removed, original pointers
8002                    weren't updated (leading to segfaults)
8003                 b) it was always global_processing updated in case
8004                    of removed path was parent of rule path
8005
8006 2002-11-27 [paul]       0.8.6claws22
8007
8008         * src/mainwindow.c
8009           src/prefs_account.c
8010           src/prefs_actions.c
8011           src/prefs_common.c
8012           src/prefs_customheader.c
8013           src/prefs_display_header.c
8014           src/prefs_filtering.c
8015           src/prefs_folder_item.c
8016           src/prefs_matcher.c
8017           src/prefs_scoring.c
8018           src/prefs_summary_column.c
8019           src/prefs_template.c
8020           src/prefs_toolbar.c
8021                  improve the English in the GUI
8022
8023 2002-11-27 [colin]      0.8.6claws21
8024
8025         * src/folder.c
8026                 Fix processing renaming problems happening after
8027                 last commit
8028
8029 2002-11-27 [colin]      0.8.6claws20
8030
8031         * src/folder.c
8032                 recursive move now deletes src each subfolder after 
8033                 having moved it
8034         * src/folderview.c
8035                 Use identifier instead of path during dnd (enables
8036                 IMAP folder dnd)
8037
8038 2002-11-27 [paul]       0.8.6claws19
8039
8040         * src/main.c
8041                 apply patch that does command-line processing 
8042                 BEFORE gtk_init, allowing claws to run from 
8043                 shell-scripts in non-X environment (e.g. crontab 
8044                 or ip-up, ip-down scripts). Patch submitted by
8045                 Ruslan N. Balkin <baron@dartel.ru>
8046                 
8047         * po/it.po
8048                 updated by Alessandro Maestri
8049
8050 2002-11-27 [paul]       0.8.6claws18
8051
8052         * sync with 0.8.6cvs12
8053           src/prefs_common.c
8054                 Differences are that main uses a 'Receive dialog'
8055                 frame on the Interface tab, whereas claws groups all 
8056                 the dialogs together in a 'Dialogs' frame.
8057
8058 2002-11-27 [colin]      0.8.6claws17
8059
8060         * src/prefs_matcher.c
8061                 Fix Execute criteria's NOT flag
8062
8063
8064 2002-11-26 [christoph]  0.8.6claws16
8065
8066         * src/ssl.c
8067                 rewrite the ssl code a little bit, only use one
8068                 SSL context, set default certificates' file/path
8069
8070 2002-11-26 [thorsten]   0.8.6claws15
8071
8072         * src/compose.c
8073                 default-reply-to didn't work for ml-reply
8074
8075 2002-11-26 [melvin]     0.8.6claws14
8076
8077         * src/prefs_actions.c
8078                 Made pipe-actions ignore short headers in message view
8079                 Made trailing-pipe-actions write in the message view with
8080                 the same font as the original message
8081
8082 2002-11-26 [paul]       0.8.6claws13
8083
8084         * src/compose.c
8085                 this time commit the correct file
8086
8087 2002-11-26 [paul]       0.8.6claws12
8088
8089         * sync with 0.8.6cvs11
8090           src/quote_fmt_parse.y  
8091                 no sync needed
8092           src/account.[ch]       
8093                 not sync'ed
8094           src/compose.c
8095                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8096                 on draft mode.
8097                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8098                 header
8099                 
8100         see ChangeLog 2002-11-25 and 2002-11-26
8101
8102 2002-11-26 [colin]      0.8.6claws11
8103
8104         * src/folderview.c
8105                 Fix collapsed folder not auto-expanding during
8106                 mail dnd, if it was the source folder.
8107
8108 2002-11-25 [colin]      0.8.6claws10
8109
8110         * src/folderview.[ch]
8111                 Variable renaming and cleaning (slist of nodes 
8112                 to be re-collapsed is stored in FolderView)
8113
8114 2002-11-25 [paul]       0.8.6claws9
8115
8116         * src/prefs_common.[ch]
8117                 fix breakage caused by last commit
8118
8119 2002-11-25 [paul]       0.8.6claws8
8120
8121         * sync with 0.8.6cvs4
8122                 see ChangeLog 2002-11-21
8123
8124 2002-11-25 [paul]       0.8.6claws7
8125
8126         * sync with 0.8.6cvs4
8127                 see ChangeLog 2002-11-20
8128
8129 2002-11-25 [paul]       0.8.6claws6
8130
8131         * sync with 0.8.6cvs3
8132                 see ChangeLog 2002-11-18
8133
8134 2002-11-25 [colin]      0.8.6claws5
8135
8136         * src/gtkutils.[ch]
8137                 Add gtkut_ctree_node_is_parent()
8138         * src/folderview.c
8139                 Spring-loaded folders
8140
8141 2002-11-25 [colin]      0.8.6claws4
8142
8143         * src/utils.[ch]
8144                 Add slist_concat_unique(), function to merge
8145                 two GSList filtering dups
8146         * src/folder.[ch]
8147         * src/summaryview.[ch]
8148         * src/folderview.c
8149         * src/main.c
8150                 Add detection/update/display of unread answers
8151                 to marked mails
8152         * src/procmsg.[ch]
8153                 Add procmsg_find_children()
8154                 Add procmsg_msg_has_marked_parent()
8155
8156 2002-11-25 [colin]      0.8.6claws3
8157
8158         * src/ssl_certificate.[ch]
8159                 Allow checking a certificate without a DNS
8160                 lookup
8161                 Allow to forget a cert (by deleting it)
8162                 Make ssl_certificate_destroy_public
8163         * src/ssl_manager.[ch] ** NEW FILES **
8164                 Gui to manage (display/remove) certificates
8165         * src/prefs_common.[ch]
8166                 Add a pref to allow silent acceptation of
8167                 trusted certificates or not (based on the
8168                 "I want to know what's going on" principle)
8169         * src/mainwindow.c
8170                 Add SSL manager in Tools menu
8171         * src/Makefile.am
8172                 Add the new files to the build
8173         * po/POTFILES.in
8174                 Add ssl_manager.c to translations
8175
8176 2002-11-25 [colin]      0.8.6claws2
8177
8178         * src/summaryview.[ch]
8179                 Add S_SEARCH_EXTENDED to the quick search, which 
8180                 allows to search using filtering syntax.
8181
8182 2002-11-25 [colin]      0.8.6claws1
8183
8184         * src/summaryview.c
8185                 Deletion of duplicates now prefer deleting
8186                 the unread dup (fixes feature-request 638989).
8187
8188 2002-11-24 [paul]       0.8.6claws
8189
8190         * po/es.po
8191           po/pl.po
8192           po/ru.po
8193           po/sr.po
8194                 updated by Ricardo Mones Lastra,
8195                 Witold Wladyslaw Wojciech Wilk,
8196                 Ruslan N. Balkin, and  Urke MMI 
8197                 respectively
8198
8199 2002-11-24 [paul]       0.8.5claws182
8200
8201         * po/bg.po
8202                 updated by George Danchev
8203
8204 2002-11-23 [alfons]     0.8.5claws181
8205
8206         * src/imap.c
8207                 tiny memory leak found by browsing Dimitar's 
8208                 valgrind report
8209
8210 2002-11-23 [paul]       0.8.5claws180
8211
8212         * po/it.po
8213                 updated by Alessandro Maestri
8214
8215 2002-11-22 [christoph]  0.8.5claws179
8216
8217         * src/compose.c
8218         * src/inc.c
8219         * src/prefs_filtering.c
8220         * src/summaryview.c
8221                 more warning fixes
8222
8223 2002-11-22 [alfons]     0.8.5claws178
8224
8225         * src/summaryview.c
8226                 summary_execute_delete_func(): if message is deleted, make 
8227                 sure to also remove its entry in the subject hash table. 
8228                 fixes a corner case bug.
8229
8230 2002-11-22 [paul]       0.8.5claws177
8231
8232         * .cvsignore
8233                 add 'autom4te.cache'
8234                 
8235         * ltconfig      ** REMOVED **
8236                 not needed
8237
8238 2002-11-22 [paul]       0.8.5claws176
8239
8240         * src/textview.c
8241                 textview_set_font(): fix for message display in
8242                 UTF-8 locales (thanks to Sergey Vlasov).
8243                 
8244         * AUTHORS
8245                 add new team members and contributors
8246
8247
8248 2002-11-21 [colin]      0.8.5claws175
8249
8250         * src/procmsg.[ch]
8251                 Add procmsg_remove_special_headers()
8252         * src/mh.c
8253                 Use procmsg_remove_special_headers() for 
8254                 previous fix
8255
8256 2002-11-21 [colin]      0.8.5claws174
8257
8258         * src/mh.c
8259                 Fix moving/copying from queue/draft folders
8260                 for MH folders
8261
8262 2002-11-21 [christoph]  0.8.5claws173
8263
8264         * src/crash.c
8265         * src/filtering.c
8266         * src/logwindow.c
8267         * src/main.c
8268         * src/matcher_parser_lex.[hl]
8269         * src/mbox.c
8270         * src/mbox_folder.[ch]
8271         * src/prefs_filtering.c
8272         * src/procheader.c
8273         * src/quote_fmt_lex.l
8274         * src/ssl.c
8275                 fix all warnings except the warnings in lex and yacc files
8276
8277 2002-11-20 [christoph]  0.8.5claws172
8278
8279         * src/imap.c
8280                 fix MsgInfo retrieval for IMAP draft and queue folders
8281                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8282
8283 2002-11-19 [christoph]  0.8.5claws171
8284
8285         * src/compose.c
8286                 fix segfault, when draft saving does not get
8287                 the MsgInfo of the new message
8288                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8289
8290 2002-11-19 [christoph]  0.8.5claws170
8291
8292         * src/procmsg.c
8293                 add parameter check for flag setting function
8294                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8295
8296 2002-11-18 [paul]       0.8.5claws169
8297
8298         * src/compose.c
8299                 more sensitivity fixes to redirect mode:
8300                 * disable toolbar draft button
8301                 * allow only Address book in the Tools menu
8302                 * disable editing of message by the spell
8303                   checker
8304
8305 2002-11-18 [paul]       0.8.5claws168
8306
8307         * src/compose.c
8308                 fix sensitivity of menu items in compose_redirect():
8309                 allow only the necessary items 
8310
8311 2002-11-18 [paul]       0.8.5claws167
8312
8313         * src/compose.c
8314                 fix bug [ 603259 ] 'attachment got lost on bounce'
8315
8316 2002-11-18 [paul]       0.8.5claws166
8317
8318         * po/ru.po
8319                 updated by Ruslan N. Balkin <baron@dartel.ru>
8320
8321 2002-11-18 [colin]      0.8.5claws165
8322
8323         * src/main.c
8324           src/defs.h
8325                 Remove old filtering stuff
8326
8327
8328 2002-11-17 [oliver]     0.8.5claws164
8329
8330         * src/toolbar.h
8331                 remove not needed typedef 
8332
8333 2002-11-17 [oliver]     0.8.5claws163
8334
8335         * src/toolbar.c
8336                 make toolbar's on click events translatable
8337
8338 2002-11-15 [colin]      0.8.5claws162
8339
8340         * src/summaryview.c
8341                 Revert too-soon integration of a feature
8342
8343 2002-11-15 [christoph]  0.8.5claws161
8344
8345         * src/imap.c
8346                 use main's implementation of imap_get_msginfo
8347
8348 2002-11-15 [christoph]  0.8.5claws160
8349
8350         * src/compose.c
8351         * src/folder.[ch]
8352         * src/imap.c
8353         * src/mbox_folder.c
8354         * src/mh.c
8355         * src/news.c
8356         * src/procmsg.c
8357         * src/summaryview.c
8358                 replace claws' fetch_msginfo with main's get_msginfo
8359                 (use main's implementation where possible)
8360
8361 2002-11-15 [colin]      0.8.5claws159
8362
8363         * src/ssl_certificate.c
8364                 Missed a check
8365
8366 2002-11-16 [melvin]     0.8.5claws158
8367
8368         * po/fr.po
8369                 Updated French translations.
8370
8371 2002-11-16 [colin]      0.8.5claws157
8372
8373         * src/ssl_certificate.c
8374                 Check for missing parts in the certificates
8375
8376 2002-11-15 [colin]      0.8.5claws156
8377
8378         * src/folderview.c
8379                 Preventive fix (missing check) found by
8380                 Alfons
8381
8382 2002-11-15 [paul]
8383
8384         * NEWS
8385                 sync with 0.8.6 release
8386
8387 2002-11-15 [colin]      0.8.5claws155
8388
8389         * src/folder.[ch]
8390           src/folderview.c
8391                 Fix error handling of folder_item_move_to()
8392                 (thanks to Alfons!)
8393
8394 2002-11-15 [colin]      0.8.5claws154
8395
8396         * src/folder.[ch]
8397           src/folderview.c
8398                 folder_item_move_to() sets an error message instead
8399                 of having GUI stuff in folder.c
8400
8401 2002-11-15 [colin]      0.8.5claws153
8402
8403         * src/procmsg.[ch]
8404                 Implemented a callback for MsgInfo updates, 
8405                 heavily copy/pasted from Christoph's folder 
8406                 callback system
8407         * src/summaryview.[ch]
8408                 Register summary_update_msg as callback
8409
8410 2002-11-14 [colin]      0.8.5claws152
8411         
8412         * src/procmsg.c
8413                 Update the FolderItem after sending (fixes 617593)
8414
8415 2002-11-14 [christoph]  0.8.5claws151
8416
8417         * src/folder.c
8418                 fix wrong position of NULL pointer check found
8419                 by Sergey
8420
8421 2002-11-14 [christoph]  0.8.5claws150
8422
8423         * src/folder.c
8424                 fix segfault when deleting messages from IMAP folders
8425                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8426
8427 2002-11-14 [colin]      0.8.5claws149
8428
8429         * src/compose.c
8430                 Forwarding was also ignoring the folder's default account.
8431
8432 2002-11-14 [colin]      0.8.5claws148
8433
8434         * src/compose.c
8435                 Fix sent folder not set to folder properties when 
8436                 forwarding.
8437
8438 2002-11-14 [thorsten]   0.8.5claws147
8439
8440         * src/inc.c
8441                 inc_start(): Files were not moved from .processing to inbox,
8442                 if no global processing rule existed
8443
8444 2002-11-14 [colin]      0.8.5claws146
8445
8446         * src/ssl_certificate
8447                 Fix file operations
8448
8449 2002-11-14 [paul]       0.8.5claws145
8450
8451         * po/it.po
8452                 updated by Alessandro Maestri
8453
8454 2002-11-13 [alfons]     0.8.5claws144
8455
8456         * src/folder.c
8457                 folder_item_close(): only mark messages unread
8458                 when a folder has new messages 
8459
8460 2002-11-13 [keith]      0.8.5claws143
8461
8462         * src/imap.c
8463                 Fix problem moving or copying between
8464                 IMAP folders
8465
8466 2002-11-13 [colin]      0.8.5claws142
8467
8468         * src/matcher_parser_parse.y
8469                 Fix rule problem when " don't match
8470
8471 2002-11-13 [christoph]  0.8.5claws141
8472
8473         * src/folder.c
8474         * src/folderview.c
8475                 moved cache saving to folder_item_close
8476                 the folderview should not have to deal with
8477                 this things
8478
8479 2002-11-13 [christoph]  0.8.5claws140
8480
8481         * src/summaryview.c
8482                 moved setting of important score to
8483                 summary_set_prefs_from_folderitem
8484
8485 2002-11-13 [colin]      0.8.5claws139
8486
8487         * src/matcher_parser_parse.y
8488                 Fix a segfault in the parser (happening when
8489                 a good expression had been tested and a bad 
8490                 one arrives)
8491
8492 2002-11-13 [paul]       0.8.5claws138
8493
8494         * sync with 0.8.5cvs24
8495                 see ChangeLog 2002-11-13
8496                 
8497         * po/pt_BR.po
8498                 updated by Fabio Jr. Beneditto
8499
8500 2002-11-13 [colin]      0.8.5claws137
8501         
8502         * src/msgcache.c
8503           src/defs.h
8504           src/procmsg.[ch]
8505                 Revert last commit, problem
8506
8507 2002-11-13 [colin]      0.8.5claws136
8508
8509         * src/msgcache.c
8510                 Remove duplicated code
8511         * src/defs.h
8512                 Bumped CACHE_VERSION and MARK_VERSION
8513         * src/procmsg.[ch]
8514                 Network endian for cache and mark files
8515
8516 2002-11-12 [colin]      0.8.5claws135
8517
8518         * src/inc.c
8519                 Fix the "socket error" dialog which disappeared
8520
8521 2002-11-12 [colin]      0.8.5claws134
8522
8523         * src/msgcache.c
8524                 Reverse last commit which had performance 
8525                 problems, but still reverse the list
8526
8527 2002-11-12 [colin]      0.8.5claws133
8528
8529         * src/msgcache.c
8530                 Reverse list order
8531
8532 2002-11-12 [melvin]     0.8.5claws132
8533
8534         * src/compose.c
8535                 Added a check for a NULL prefs_common.dictionary
8536
8537 2002-11-12 [colin]      0.8.5claws131
8538
8539         * src/ssl_certificate.[ch]
8540                 Use FQDN hostname
8541
8542 2002-11-12 [colin]      0.8.5claws130
8543
8544         * src/ssl_certificate.[ch]
8545                 Take connection port into account for 
8546                 checking certificates (a single hostname
8547                 could have multiple servers with multiple
8548                 certificates)
8549         * src/ssl.c
8550                 Pass the port to ssl_certificate_check
8551
8552 2002-11-12 [paul]       0.8.5claws129
8553
8554         * src/folder.c
8555                 fix a typo in last commit
8556
8557 2002-11-12 [paul]       0.8.5claws128
8558
8559         * sync with 0.8.5cvs23
8560                 see ChangeLog entry 2002-11-12
8561
8562 2002-11-11 [colin]      0.8.5claws127
8563
8564         * src/ssl_certificate.c
8565                 Cleaner messages
8566                 Don't popup, instead log error, if the 
8567                 corresponding pref is checked
8568         * src/ssl_certificate.h
8569                 include <openssl/objects/h>
8570
8571 2002-11-11 [colin]      0.8.5claws126
8572
8573         * src/ssl_certificate.h
8574                 _Really_ clean it
8575
8576 2002-11-11 [colin]      0.8.5claws125
8577         
8578         * src/ssl_certificate.c
8579                 Fixed leak
8580
8581 2002-11-11 [colin]      0.8.5claws124
8582
8583         * src/ssl.c
8584                 Cleaned a bit
8585         * src/ssl_certificate.[ch]
8586                 Cleaned a bit (better use of SSL API)
8587                 (This will cause non-recognition of saved 
8588                  certificates of claws12[23]...)
8589
8590 2002-11-11 [paul]       0.8.5claws123
8591         
8592         * po/es.po
8593                 updated by Ricardo Mones Lastra
8594
8595 2002-11-11 [colin]      0.8.5claws122
8596
8597         * src/ssl.c
8598                 Fix a typo
8599
8600 2002-11-11 [colin]      0.8.5claws121
8601
8602         * src/ssl_certificate.[ch] ** NEW FILES **
8603         * src/ssl.[ch]
8604                 Check SSL certificates presented to us
8605         * src/Makefile.am
8606                 Add ssl_certificate.[ch]
8607         * po/POTFILES.in
8608                 Add ssl_certificate.c
8609
8610 2002-11-11 [paul]       0.8.5claws120
8611
8612         * sync with 0.8.5cvs22
8613                 see ChangeLog 2002-11-11
8614
8615 2002-11-11 [paul]       0.8.5claws119
8616
8617         * sync with 0.8.5cvs21
8618                 see ChangeLog 2002-11-11
8619
8620 2002-11-10 [jens]       0.8.5claws118
8621
8622         * src/folder.c
8623         * src/folderview.c
8624                 corrected some typing
8625         * po/de.po
8626                 updated german translation
8627         * sylpheed.spec.in
8628                 cleaned up specfile and adjusted it for claws
8629
8630 2002-11-10 [colin]      0.8.5claws117
8631
8632         * src/summaryview.c
8633                 a STATUSBAR_PUSH/POP fix
8634
8635 2002-11-10 [colin]      0.8.5claws116
8636
8637         * src/prefs_folder_item.c
8638                 Fix hanging after opening folder properties
8639
8640 2002-11-10 [hoa]        0.8.5claws115
8641
8642         * src/matcher_parser_lex.l
8643         * src/matcher_parser_parse.y
8644                 config file for scoring and filtering is no more trashed
8645                 when there is a syntax error in a filtering rule when
8646                 editing it in a dialog.
8647
8648 2002-11-09 [colin]      0.8.5claws114
8649
8650         * src/mbox_folder.c
8651                 Added missing initialisation of folder->destroy()
8652
8653 2002-11-09 [colin]      0.8.5claws113
8654
8655         * src/folder.c
8656           src/folderview.c
8657                 Fix the status bar messages
8658
8659 2002-11-09 [colin]      0.8.5claws112
8660
8661         * src/folderview.c
8662                 Fix hangs after folder dnd, happening after 
8663                 claws109.
8664
8665 2002-11-09 [christoph]  0.8.5claws111
8666
8667         * src/folderview.c
8668                 just changed order of calls (reverse order of
8669                 associated calls)
8670         * src/inc.c
8671                 lock inc when checking only one account, otherwise
8672                 inc all could be executed at the same time
8673
8674 2002-11-09 [christoph]  0.8.5claws110
8675
8676         * src/folderview.c
8677                 better unlock the mouse cursor before calling
8678                 summary_show because it changes the cursor too
8679
8680 2002-11-09 [christoph]  0.8.5claws109
8681
8682         * src/folder.[ch]
8683         * src/folderview.c
8684                 add functions to open and close a folder
8685                 o opending will execute scanning for remote folders
8686                   and processing
8687                 o closing will unset new flag for messages
8688
8689 2002-11-09 [colin]      0.8.5claws108
8690
8691         * src/folder.c
8692                 Add a call to prefs_matcher_write_config to 
8693                 avoid non-leaf folders filtering settings to be
8694                 lost
8695
8696 2002-11-09 [paul]       0.8.5claws107
8697
8698         * src/prefs_account.c
8699                 re-word a label
8700
8701 2002-11-09 [colin]      0.8.5claws106
8702
8703         * src/folderview.c
8704                 Minor esthetic fix
8705
8706 2002-11-09 [colin]      0.8.5claws105
8707
8708         * src/folderview.c
8709                 Fix prefs_filtering deletion for MH folders (same
8710                 reason as below)
8711         * src/prefs_filtering.c
8712                 Fix prefs_filtering renaming and deletion for 
8713                 folder-based processing rules.  
8714
8715 2002-11-09 [christoph]  0.8.5claws104
8716
8717         * src/compose.c
8718         * src/folder.[ch]
8719         * src/folderview.[ch]
8720         * src/import.c
8721         * src/inc.c
8722         * src/main.c
8723         * src/mainwindow.c
8724         * src/messageview.c
8725         * src/prefs_folder_item.c
8726         * src/procmsg.c
8727         * src/summaryview.c
8728                 implement a callback system for folder item updates
8729
8730 2002-11-09 [colin]      0.8.5claws103
8731
8732         * src/folderview.c
8733                 Fix prefs_filtering renaming for MH folders (we
8734                 shouldn't rename by path as another folder could
8735                 have the same hierarchy).
8736
8737 2002-11-09 [colin]      0.8.5claws102
8738
8739         * src/folder.c
8740                 Fix a leak found by Christoph, use better variable
8741                 names
8742
8743 2002-11-09 [colin]      0.8.5claws101
8744
8745         * src/folder.c
8746                 One more fix for processing rules
8747
8748 2002-11-08 [colin]      0.8.5claws100
8749         
8750         * src/matcher.c
8751                 Don't copy the compiled regexp (will be reevaluated)
8752         * src/folderview.c
8753                 Lock folderview while moving
8754         * src/folder.c
8755                 Provide info on what's happening to the user
8756
8757 2002-11-08 [colin]      0.8.5claws99
8758
8759         * src/folderview.c
8760                 Fix folder reordering after a move if parent is 
8761                 root
8762         * src/scoring.[ch]
8763                 Add function to copy a ScoringProp
8764         * src/prefs_folder_item.c
8765                 Copy scoring rules when copying a folder prefs
8766
8767 2002-11-08 [colin]      0.8.5claws98
8768
8769         * src/folderview.c
8770                 Fixes in case of failure
8771         * src/filtering.[ch]    
8772                 Add function to duplicate a FilteringProp
8773         * src/matcher.[ch]
8774                 Add function to duplicate a MatcherProp
8775         * src/prefs_folder_item.c
8776                 Save folder's processing rules when copying 
8777                 its prefs
8778
8779 2002-11-08 [colin]      0.8.5claws97
8780         
8781         * src/folderview.c
8782                 Sort after move
8783         * src/folder.c 
8784                 Change a printf to debug_print
8785
8786 2002-11-08 [colin]      0.8.5claws96
8787
8788         * src/folder.c
8789           src/folderview.c
8790                 Fix segfaults, call me stupido
8791         
8792
8793 2002-11-08 [colin]      0.8.5claws95
8794
8795         *src/folder.c
8796                 Added forgotten prefs to save when moving folders
8797
8798 2002-11-08 [colin]      0.8.5claws94
8799
8800         * src/folder.c
8801                 Fixes to folder DND (prefs copy)
8802         * src/folderview.c
8803                 Optimization for folder DND (don't rescan whole tree)
8804                 Added folderview_create_folder_node() for this 
8805                 optimization, so de-duped a bit the code
8806         * src/prefs_folder_item.[ch]
8807                 Added prefs_folder_item_copy_prefs()    
8808           
8809 2002-11-08 [paul]       0.8.5claws93
8810
8811         * src/prefs_account.c
8812           tools/README
8813           tools/kmail2sylpheed_v2.pl
8814                 correct some typos
8815
8816 2002-11-08 [paul]       0.8.5claws92
8817
8818         * src/compose.c
8819           src/prefs_account.[ch]
8820                 remove account options 'clearsign' and 'ascii_armored',
8821                 replace with 'default_gnupg_mode' to prevent mixed-mode
8822                 Privacy settings
8823
8824 2002-11-08 [paul]       0.8.5claws91
8825
8826         * src/compose.[ch]
8827                 re-implement GnuPG 'on-the-fly' mode selection,
8828                 disallow mixed-mode
8829
8830 2002-11-08 [colin]      0.8.5claws90
8831
8832         * src/folderview.c
8833           src/prefs_folder_item.c
8834                 Change "Property" to "Properties"
8835
8836 2002-11-07 [colin]      0.8.5claws89
8837
8838         * src/folderview.c
8839           src/folder.c
8840                 Allow folder dropping to a root folder
8841
8842 2002-11-07 [paul]       0.8.5claws88
8843
8844         * src/compose.c
8845                 revert last commit
8846
8847 2002-11-07 [paul]       0.8.5claws87
8848
8849         * src/compose.c
8850                 fix reply-to-list bug. closes bug report
8851                 "[633382] reply-to-list broken in recent cvs"
8852
8853 2002-11-07 [paul]       0.8.5claws86
8854
8855         * src/compose.c
8856                 add a forgotten '#if USE_GPGME ... #endif'
8857
8858 2002-11-07 [paul]       0.8.5claws85
8859
8860         * sync with 0.8.5cvs20
8861                 see ChangeLog 2002-11-07
8862
8863 2002-11-07 [colin]      0.8.5claws84
8864
8865         * src/folder.[ch]
8866                 Change folder_item_move_to to return the newly 
8867                 created folderitem.
8868         * src/folderview.c
8869                 Select the new folderitem after moving.
8870
8871 2002-11-07 [colin]      0.8.5claws83
8872
8873         * src/prefs_filtering.c
8874                 Fix rule rewriting when moving a leaf folder to a 
8875                 shorter path
8876
8877 2002-11-07 [colin]      0.8.5claws82
8878
8879         * src/prefs_filtering.c
8880                 fix a leak
8881
8882 2002-11-07 [colin]      0.8.5claws81
8883
8884         * src/folder.[ch]
8885                 Add folder_item_move_to() function to move a 
8886                 folderitem into another one (updates matcher etc)
8887         * src/folderview.c
8888                 Add folder drag'n drop (context menu to come)
8889                 [Should be dataloss free, but Please backup before 
8890                  trying !]
8891
8892 2002-11-06 [colin]      0.8.5claws80
8893
8894         * src/mh.c
8895                 mh_create_folder() returns NULL if can't create
8896                 directory hierarchy
8897
8898 2002-11-06 [paul]       0.8.5claws79
8899
8900         * src/compose.[ch]
8901                 allow 'on-the-fly' changing of the type of encryption 
8902                 and/or signing used (mime/ascii) via the compose window
8903
8904 2002-11-06 [paul]       0.8.5claws78
8905
8906         * sync with 0.8.5cvs19
8907                 see ChangeLog 2002-11-06 for src/account.c: 
8908                 account_get_special_folder()
8909                 
8910 2002-11-05 [alfons]     0.8.5claws77
8911
8912         * src/crash.c
8913                 very minor cleanups: nothing to see here, move on. :-)
8914
8915 2002-11-05 [colin]      0.8.5claws76
8916
8917         * src/main.c
8918                 Changes choices if compose windows are opened to
8919                 Discard, Draft, Don't quit
8920
8921 2002-11-05 [thorsten]   0.8.5claws75
8922
8923         * src/compose.c
8924                 reenabled default_reply_to folder option
8925
8926 2002-11-05 [colin]      0.8.5claws74
8927
8928         * src/compose.[ch] 
8929                 add compose_draft()
8930         * src/crash.c
8931                 add SIGTERM handler
8932         * src/main.[ch]
8933                 add clean_quit() for the SIGTERM handler
8934
8935 2002-11-05 [paul]       0.8.5claws73
8936         
8937         * po/es.po
8938                 updated by Ricardo Mones Lastra
8939
8940 2002-11-05 [melvin]     0.8.5claws72
8941
8942         * src/logwindow.c
8943                 Fixed log-clipping bug #616795.
8944                 To stop logging in the log window use 0 length.
8945         * src/prefs_common.c
8946                 Added a label to inform about the 0 log length behaviour.
8947
8948 2002-11-05 [paul]       0.8.5claws71
8949
8950         * sync with 0.8.5cvs17
8951                 see ChangeLog 2002-11-05
8952
8953 2002-11-04 [paul]       0.8.5claws70
8954
8955         * sylpheed-128x128.png
8956           sylpheed-64x64.png
8957           sylpheed.png
8958                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8959                 <nikai@users.sourceforge.net>
8960                 
8961         * po/bg.po
8962                 updated by George Danchev
8963
8964 2002-11-03 [thorsten]   0.8.5claws69
8965
8966         * src/main.c
8967           src/mimeview.c
8968           src/rfc2015.h
8969                 add check if gpg is active
8970
8971 2002-11-03 [thorsten]   0.8.5claws68
8972
8973         * src/toolbar.h
8974                 removed GSList declaration causing trouble on MacOS-X
8975                 (submitted by alfons, reported by xfesty)
8976
8977 2002-11-01 [paul]       0.8.5claws67
8978
8979         * src/mainwindow.c
8980                 remove last remnants of main's filter code
8981
8982 2002-11-01 [paul]       0.8.5claws66
8983
8984         * tools/filter_conv.pl
8985                 fix bug where user-defined headers were ignored
8986
8987 2002-11-01 [paul]       0.8.5claws65
8988
8989         * src/logwindow.c
8990                 make a debug_print() not translatable
8991
8992 2002-10-31 [melvin]     0.8.5claws64
8993
8994         * ac/aspell.m4
8995                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8996                 not run any GNU/aspell test.  The dictionary path will
8997                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8998                 was given, in which case, it will be $prefix/lib/aspell/
8999         * configure.in
9000                 Fixed typo in commentary (Aspell code).
9001
9002 2002-10-31 [paul]       0.8.5claws63
9003
9004         * po/POTFILES.in
9005                 remove src/filter.c and src/prefs_filter.c
9006                 thanks to Ricardo for reminding me
9007
9008 2002-10-31 [colin]      0.8.5claws62
9009
9010         * src/mbox_folder.c
9011                 Plug some leaks
9012
9013 2002-10-31 [paul]       0.8.5claws61
9014
9015         * src/prefs_filter.[ch] ** REMOVED **
9016           src/filter.[ch]       ** REMOVED **
9017           
9018         * src/Makefile.am
9019           src/folderview.c
9020           src/inc.c
9021           src/main.c
9022           src/mainwindow.c
9023           src/mbox.c
9024           src/prefs_common.c
9025           src/prefs_filtering.c
9026           src/summaryview.[ch]
9027                 remove main's 'filter' code
9028                 
9029         README.claws
9030                 update to reflect removal of main's filter
9031
9032 2002-10-31 [paul]       0.8.5claws60
9033
9034         * src/summaryview.c
9035                 remove check for global_processing in summary_filter_open(). 
9036                 This fixes the bug where if the user uses the right-click 
9037                 'Create filter rule...' and doesn't have any filter rules 
9038                 already defined in claws' advanced filtering, the newly 
9039                 created filter rule goes to main's filtering which is 
9040                 inaccessible through the gui. Now the filter rule gets added
9041                 to claws' filtering by default.
9042
9043 2002-10-28 [melvin]     0.8.5claws59
9044
9045         * src/prefs_actions.c
9046                 Fixed bug #627322 where MIME parts were not always
9047                 correctly passed to a %p action
9048                 Display an error dialog when message filename is not found.
9049
9050 2002-10-28 [melvin]     0.8.5claws58
9051
9052         * src/prefs_common.c
9053                 Readded a missing function declaration lost in 0.8.3claws34
9054
9055 2002-10-28 [paul]       0.8.5claws57
9056
9057         * sync with 0.8.5cvs15
9058                 see ChangeLog 2002-10-28 and 2002-10-25
9059                 
9060         Note: ChangeLog entry 2002-10-24 is not sync'ed.
9061
9062 2002-10-27 [oliver]     0.8.5claws56
9063
9064         * src/pop.c
9065                 plug leak in pop3_top_recv
9066
9067 2002-10-26 [christoph]  0.8.5claws55
9068
9069         * src/folder.c
9070                 set need_update folder flag when messages are added
9071                 (closes bug [ 626922 ] folder not updated after receiving)
9072
9073 2002-10-25 [melvin]     0.8.5claws54
9074
9075         * src/imageview.c
9076                 Fixed a memleak introduced in the scaling code.
9077
9078 2002-10-24 [alfons]     0.8.5claws53
9079
9080         * src/filtering.c
9081                 make filtering's forward message action forward from the 
9082                 correct account
9083                 (closes bug [628089 ] Filter -> Forward from address problem
9084                 reported by Oktay)
9085
9086 2002-10-24 [christoph]  0.8.5claws52
9087
9088         * src/mainwindow.c
9089         * src/manual.[ch]
9090                 o use manual of current locale or english if current
9091                   locale is not available (and english is available)
9092                 o also link to sylpheed doc project manuals
9093
9094 2002-10-23 [paul]       0.8.5claws51
9095
9096         * tools/README
9097           tools/kmail2sylpheed_v2.pl
9098                 add new version of kmail addressbook importer script.
9099                 works with newer versions of Kmail/KAddressBook which
9100                 have new and rearranged data.
9101
9102 2002-10-23 [martin]     0.8.5claws50
9103
9104         * src/folderview.c
9105         * src/summaryview.c
9106         * src/utils.h
9107         * src/utils.c
9108                 added length parameter to get_abbrev_newsgroup_name()
9109                 changed this function so that it abbreviates the newsgroup
9110                 names only so long it is smaller than the length parameter
9111                 (for better reading of some newsgroup names and space efficiency)
9112
9113 2002-10-22 [colin]      0.8.5claws49
9114
9115         *src/foldersel.c
9116                 Revert Alfons' last modification (after voting ;-))
9117
9118 2002-10-21 [alfons]     0.8.5claws48
9119
9120         * src/foldersel.c
9121                 folder view in folder selection dialog reflects state of
9122                 folder view in main window
9123
9124 2002-10-18 [alfons]     0.8.5claws47
9125
9126         * src/mbox.c
9127                 drop imported messages in folder selected by user,
9128                 and not in the inbox
9129                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9130
9131 2002-10-18 [alfons]     0.8.5claws46
9132
9133         * src/compose.c
9134                 make automagic reply work correctly for email accounts 
9135                 (whether it's viable to do a full sync with Hiro's 
9136                 compose.c is still under discussion)
9137
9138 2002-10-18 [melvin]     0.8.5claws45
9139
9140         * src/prefs_actions.c
9141                 Fixed bug #622275 where asynchroneous actions left 
9142                 zombies processes
9143                 Made (synchroneous) actions' input be displayed live.
9144
9145 2002-10-18 [christoph]  0.8.5claws44
9146
9147         * src/textview.c
9148                 don't add a newline in the textview in front of the
9149                 first textpart if header display is disabled
9150                 (closes bug [ 603385 ] disabled header display leaves blank
9151                  lin)
9152
9153 2002-10-18 [christoph]  0.8.5claws43
9154
9155         * src/folder.[ch]
9156         * src/imap.c
9157         * src/mbox_folder.c
9158         * src/mh.c
9159         * src/news.c
9160                 folder->get_num_list now returns an error code
9161                 (closes bug [ 609424 ] News cache cleared on failure)
9162                 
9163 2002-10-17 [colin]      0.8.5claws42
9164         
9165         * src/news.c
9166                 Changed a printf by debug_print
9167
9168 2002-10-16 [paul]       
9169
9170         * tools/OOo2sylpheed.pl
9171                 allow for spaces in the name of the
9172                 file to be attached.
9173
9174 2002-10-16 [colin]      0.8.5claws41
9175
9176         * src/main.c
9177                 Use a tristate to change online mode
9178
9179 2002-10-16 [paul]       0.8.5claws40
9180
9181         * po/es.po
9182                 updated by Ricardo Mones Lastra
9183
9184 2002-10-16 [colin]      0.8.5claws39
9185
9186         * src/main.c
9187           src/mainwindow.[ch]
9188                 Added --online and --offline command-line
9189                 switches
9190
9191 2002-10-15 [christoph]  0.8.5claws38
9192
9193         * src/procmime.c
9194                 set mimeinfo->name to NULL after g_free to
9195                 avoid double freeing with g_free
9196
9197 2002-10-14 [christoph]  0.8.5claws37
9198
9199         * src/compose.c
9200         * src/filtering.c
9201         * src/summaryview.c
9202                 remove calls to folder->change_flags that are now
9203                 done by procmsg flag functions (seems it is not
9204                 used by any foldertype anyway)
9205         * src/folder.c
9206                 init folder->change_flags with NULL
9207
9208 2002-10-14 [christoph]  0.8.5claws36
9209
9210         * src/folder.[ch]
9211         * src/imap.[ch]
9212                 use virtual functions for folder item new and destroy
9213                 functions
9214
9215 2002-10-14 [melvin]     0.8.5claws35
9216
9217         * src/compose.c
9218                 Added a test to not run the spell checker if no default
9219                 dictionary is available. No dialog is displayed though.
9220
9221 2002-10-14 [melvin]     0.8.5claws34
9222
9223         * src/gtkaspell.c
9224                 Fixed bug in dictionary list context menu where
9225                 "More..." pointed to an emtpy submenu if the
9226                 number of dictionaries is a multiple of 15
9227                 Removed unneeded code in suggestions list creation
9228
9229 2002-10-14 [paul]       0.8.5claws33
9230
9231         * po/bg.po
9232                 updated by George Danchev
9233
9234 2002-10-13 [hoa]        0.8.5claws32
9235
9236         * src/matcher.[ch]
9237           src/matcher_parser_parser.y
9238                 removed the escaped string from internal structure
9239                 of matcher.
9240
9241 2002-10-12 [colin]      0.8.5claws31
9242
9243         * src/gtksctree.[ch]
9244           src/summaryview.c
9245                 Removed useless function gtksctree_reanchor
9246
9247 2002-10-12 [alfons]     0.8.5claws30
9248         
9249         * sync with remaining main changes 2002-10-09 - 2002-10-11
9250         - drop changes to src/compose.c (requires claws specific changes)
9251         
9252 2002-10-12 [alfons]     0.8.5claws29
9253         
9254         * sync with main changes of 2002-10-08
9255         - drop changes to src/compose.c (requires claws specific changes)
9256         - drop changes to src/summaryview.c (requires changes to compose.c)     
9257
9258 2002-10-12 [alfons]     0.8.5claws28
9259         
9260         * sync with main changes of 2002-10-07
9261
9262 2002-10-12 [alfons]     0.8.5claws27
9263
9264         * sync with main changes of 2002-10-04
9265         - drop changes to src/compose.c (requires claws specific changes)
9266         - drop changes to src/prefs_folder_item.c (claws implementation
9267           seems to be working)
9268
9269 2002-10-12 [colin]      0.8.5claws26
9270
9271         * src/mainwindow.c
9272                 Fix folder-flicker when space-reading, introduced 
9273                 in claws22.
9274
9275 2002-10-12 [colin]      0.8.5claws25
9276
9277         * src/compose.c
9278                 Save account address when saving as draft.
9279                 (closes bug 621838)
9280
9281 2002-10-12 [colin]      0.8.5claws24
9282
9283         * src/summaryview.c
9284                 Fix the problem consisting of no message selected
9285                 after the last message in a folder has been moved.
9286
9287 2002-10-12 [paul]       0.8.5claws23
9288
9289         * src/compose.c
9290           src/prefs_template.c
9291           src/template.[ch]
9292                 add Cc and Bcc to templates. Patch submitted by
9293                 John L. Males.
9294
9295 2002-10-12 [colin]      0.8.5claws22
9296
9297         * src/folderview.c
9298                 Fix a bug after "Check for new messages":
9299                 If a folder was opened, it was still selected at
9300                 the end of the check, but displayed empty.
9301         * src/mainwindow.c
9302                 Remove unnecessary check
9303
9304 2002-10-12 [paul]
9305
9306         * tools/README
9307                 be more verbose in the description of
9308                 OOo2sylpheed.pl
9309                 
9310
9311 2002-10-11 [colin]      0.8.5claws21
9312
9313         * src/mainwindow.c
9314                 Make space work (better) when no mail is selected
9315
9316 2002-10-11 [colin]      0.8.5claws20
9317
9318         * src/inc.c
9319           src/news.c
9320                 fix warnings
9321
9322 2002-10-11 [colin]      0.8.5claws19
9323
9324         * src/mainwindow.c
9325                 revert 0.8.5claws6 changes as i couldn't get to
9326                 anything satisfying
9327
9328 2002-10-11 [melvin]     0.8.5claws18
9329
9330         * src/compose.c
9331                 Removed buggy and unused macro (should have been committed in
9332                 0.8.5claws17)
9333
9334 2002-10-11 [melvin]     0.8.5claws17
9335
9336         * src/compose.c
9337                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9338
9339 2002-10-11 [thorsten]   0.8.5claws16 
9340
9341         * src/folderview.c
9342                 remove rescan warning
9343
9344 2002-10-11 [colin]      0.8.5claws15 
9345
9346         * src/procheader.c
9347                 fix a segfault that happens if conv_unmime_header
9348                 fails (should be better to find out why it fails)
9349
9350 2002-10-11 [christoph]  0.8.5claws14
9351
9352         * src/summaryview.c
9353                 update folderview stats after ignore/unignore thread
9354
9355 2002-10-11 [hoa]        0.8.5claws13
9356
9357         * src/quote_fmt_parse.y
9358                 Fixed a yacc/bison syntax error
9359         * src/matcher.c
9360                 Escaping of string is fixed.
9361
9362 2002-10-11 [colin]      0.8.5claws12
9363
9364         * src/imageview.c
9365                 Resize images to fit
9366
9367 2002-10-11 [paul]       0.8.5claws11
9368
9369         * po/es.po
9370                 updated by Ricardo Mones Lastra
9371
9372 2002-10-10 [alfons]     0.8.5claws10
9373
9374         * src/compose.c
9375                 allow dropping files by "moving" files from a file manager,
9376                 not only by the more cumbersome "copying". the latter 
9377                 mostly implies holding down the Control button
9378
9379 2002-10-10 [christoph]  0.8.5claws9
9380
9381         * src/summaryview.c
9382                 update folders after thread building for ignored threads
9383
9384 2002-10-10 [christoph]  0.8.5claws8
9385
9386         * config/.cvsignore
9387                 added Makefile
9388         * src/filtering.[ch]
9389         * src/folder.[ch]
9390         * src/folderview.[ch]
9391         * src/import.c
9392         * src/inc.[ch]
9393         * src/mbox.[ch]
9394         * src/procmsg.c
9395         * src/summaryview.[ch]
9396                 o added new flag need_update to FolderItem
9397                 o removed folder_table from various functions from tracking
9398                   folder updates
9399                 o set need_update flags in folder.c's move, copy and delete
9400                   functions and procmsg's flags functions
9401                 o added function folderview_update_items_when_required that
9402                   updates all folders with need_update set
9403                 o call folderview_update_items_when_required instead of
9404                   folderview_update_item_foreach
9405
9406 2002-10-09 [sergey]     0.8.5claws7
9407
9408         * src/compose.c
9409                 Strip CRs whel loading the text into editor in reedit mode.
9410
9411 2002-10-09 [colin]      0.8.5claws6
9412
9413         * src/mainwindow.c
9414                 Make Space work when no mail is selected
9415
9416 2002-10-09 [colin]      0.8.5claws5
9417
9418         * src/gtksctree.[ch]
9419                 Fix range_select
9420                 Add gtk_sctree_reanchor() 
9421         * src/summaryview.c
9422                 Use gtk_sctree_reanchor() - better fix for 
9423                 bug 60413
9424
9425 2002-10-09 [colin]      0.8.5claws4
9426
9427         * src/summaryview.c
9428                 Fix shift-click select after delete problem
9429                 (closes bug 60413)
9430
9431 2002-10-08 [thorsten]   0.8.5claws3
9432
9433         * src/summaryview.c
9434                 exclude current msg from -hide read messages-
9435
9436 2002-10-08 [colin]      0.8.5claws2
9437
9438         * src/inc.[ch]
9439           src/pop.c
9440           src/recv.c
9441                 Differentiate socket errors from disk full
9442                 errors
9443
9444 2002-10-08 [christoph]  0.8.5claws1
9445
9446         * Makefile.am
9447         * configure.in
9448                 modifications for new config directory
9449
9450         * config.guess  ** REMOVED **
9451         * config.sub    ** REMOVED **
9452         * install-sh    ** REMOVED **
9453         * ltmain.sh     ** REMOVED **
9454         * missing       ** REMOVED **
9455         * mkinstalldirs ** REMOVED **
9456                 these files are autogenerated by automake
9457                 when you run autogen.sh
9458
9459         * config/.cvsignore     ** NEW FILE **
9460         * config/Makefile.am    ** NEW FILE **
9461                 ignore autogenerated files
9462                 create a Makefile in this directory
9463
9464 2002-10-08 [paul]       0.8.5claws
9465
9466         * 0.8.5claws release
9467         
9468         * src/compose.c
9469           src/procheader.c
9470           src/procmsg.c
9471                 fix quote reply format for newsgroups reply bug
9472                 (thanks to Hoa)
9473                 
9474         * po/en_GB.po
9475           po/pl.po
9476                 updated by me and Witold Wladyslaw Wojciech Wilk
9477                 repectively
9478
9479 2002-10-07 [paul]       0.8.3claws53
9480
9481         * po/it.po
9482           po/pt_BR.po
9483           po/sr.po
9484                 updated messages catalogs, submitted by
9485                 Alessandro Maestri, Fabio Jr.Beneditto 
9486                 and Urke MMI, respectively.
9487
9488 2002-10-07 [christoph]  0.8.3claws52
9489
9490         * src/folder.[ch]
9491         * src/folderview.c
9492         * src/mainwindow.c
9493                 fix new folder ghost message bug
9494                 (closes bug [ 619722 ] wrong count for newly created folders)
9495
9496 2002-10-07 [christoph]  0.8.3claws51
9497
9498         * src/compose.c
9499                 fix news posting problem
9500
9501 2002-10-07 [melvin]     0.8.3claws50
9502
9503         * po/fr.po
9504                 Updated French translation
9505
9506 2002-10-05 [christoph]  0.8.3claws49
9507
9508         * src/gtkstext.c
9509                 check if line_start_cache is set in gtk_stext_update_text
9510                 (closes bug [ 618119 ] crash while doing search in folder)
9511
9512 2002-10-05 [christoph]  0.8.3claws48
9513
9514         * src/imap.c
9515         * src/news.c
9516         * src/utils.c
9517         * src/utils.h
9518                 implement cache cleanups for claws' folder system
9519                 (closes bug [ 595916 ] imapcache not cleaned up)
9520
9521 2002-10-05 [melvin]     0.8.3claws47
9522
9523         * src/prefs_actions.c
9524                 Made the help text more clear for the %p token
9525
9526 2002-10-04 [paul]       0.8.3claws46
9527
9528         * sync with 0.8.5
9529                 see ChangeLog 2002-10-02 and 2002-10-03
9530
9531 2002-10-04 [christoph]  0.8.3claws45
9532
9533         * src/inc.c
9534                 fix segfault caused by pop before smtp
9535                 call to inc_account_mail with NULL
9536                 pointer for mainwin
9537
9538 2002-10-04 [paul]       0.8.3claws44
9539
9540         * configure.in
9541                 sync the LDAP detection from 0.8.5cvs1
9542
9543 2002-10-02 [christoph]  0.8.3claws43
9544
9545         * po/de.po
9546                 fix small spelling error
9547
9548 2002-10-02 [melvin]     0.8.3claws42
9549
9550         * ac/aspell.m4
9551                 Behave better and say "no" when test program cannot be run.
9552
9553 2002-10-02 [paul]       0.8.3claws41
9554
9555         * sync with 0.8.4cvs1
9556                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9557                 
9558         * src/summaryview.c
9559                 toggle the behavior of Reply menuitem between
9560                 normal reply and reply-to-list
9561
9562 2002-10-01 [sergey]     0.8.3claws40
9563
9564         * src/compose.c
9565                 Convert newlines in the message text to the canonical form
9566                 before base64 encoding (RFC2045 compliance, fixes some
9567                 interoperability issues with Evolution 1.0.3)
9568
9569 2002-09-29 [colin]      0.8.3claws39
9570
9571         * src/summaryview.c
9572                 Fix an unwanted copy/paste
9573
9574 2002-09-29 [colin]      0.8.3claws38
9575
9576         * src/mainwindow.c
9577                 Renamed "Custom toolbar" to "Customize toolbar"
9578                 Renamed "Show all header" to "Show all headers"
9579                 Renamed "Set diplay item" to "Set displayed items"
9580         * src/prefs_common.c
9581                 Renamed "Show all header" to "Show all headers"
9582         * src/prefs_summary_column.c
9583                 Renamed "diplay item" to "displayed items"
9584
9585 2002-09-29 [colin]      0.8.3claws37
9586
9587         * src/mainwindow.[ch]
9588                 online/offline status pixmaps follow theme
9589                 changes
9590         * src/summaryview.[ch]
9591                 quicksearch pixmap follows theme changes
9592
9593 2002-09-29 [thorsten]   0.8.3claws36
9594
9595         * src/compose.c
9596           src/prefs_folder_item.[ch]
9597                 add default_reply_to folder option (closes patch 581044)
9598
9599 2002-09-29 [christoph]  0.8.3claws35
9600
9601         * acconfig.h    ** REMOVED **
9602         * configure.in
9603         * ac/aspell.m4
9604         * ac/check-type.m4
9605         * ac/gnupg-check-typedef.m4
9606                 fix autoheader 2.50 warning
9607
9608 2002-09-29 [christoph]  0.8.3claws34
9609
9610         * major code cleanup (part 2)
9611         
9612                 - unused variables removed
9613                 - unused functions removed
9614                 - uninitialized variables checked
9615                 - missing return statements added
9616                 - missing function return types added
9617                 - added parentheses around assignment
9618                   when suggested by gcc
9619
9620 2002-09-29 [alfons]     0.8.3claws33
9621
9622         * src/logwindow.c
9623                 log_window_clear(): only bracket gtk_text_forward_delete() 
9624                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9625                 works around GTK text bug)
9626
9627 2002-09-29 [paul]       0.8.3claws32
9628
9629         * po/bg.po
9630           po/sr.po
9631                 updated by George Danchev and Urke MMI
9632                 respectively
9633
9634 2002-09-27 [christoph]  0.8.3claws31
9635
9636         * doc-src/readme.txt
9637         * doc-src/rfc1806.txt   ** REMOVED **
9638         * doc-src/rfc2183.txt   ** NEW FILE **
9639         * doc-src/rfc2980.txt   ** NEW FILE **
9640                 update rfcs
9641
9642 2002-09-27 [melvin]     0.8.3claws30
9643
9644         * ac/aspell.m4
9645                 Fixed typo which could break linking
9646
9647 2002-09-27 [melvin]     0.8.3claws29
9648
9649         * ac/aspell.m4
9650                 Improved GNU/aspell checking. 
9651                 Fixed bug #614490
9652
9653 2002-09-27 [paul]       0.8.3claws28
9654
9655         * sync with 0.8.3cvs8
9656                 see ChangeLog 2002-09-27
9657
9658 2002-09-26 [colin]      0.8.3claws27
9659
9660         * src/toolbar.[ch]
9661           src/mainwindow.[ch]
9662                 Add "Reply to Mailing-list" to the toolbar
9663
9664 2002-09-26 [christoph]  0.8.3claws26
9665
9666         * src/summaryview.c
9667                 Fix wrong message counts in summaryview status
9668
9669 2002-09-26 [paul]       0.8.3claws25
9670
9671         * sync with 0.8.3cvs7
9672                 see ChangeLog 2002-09-26
9673
9674 2002-09-26 [paul]       0.8.3claws24
9675
9676         * sync with 0.8.3cvs6
9677                 see ChangeLog 2002-09-25
9678
9679 2002-09-25 [christoph]  0.8.3claws23
9680
9681         * src/prefs_common.c
9682         * src/prefs_folder_item.c
9683         * src/prefs_scoring.c
9684                 Renamed "kill score" to "hide score" in GUI
9685                 and prefs files
9686
9687 2002-09-25 [paul]       0.8.3claws22
9688
9689         * sync with 0.8.3cvs5
9690                 see ChangeLog 2002-09-24
9691
9692 2002-09-24 [alfons]     0.8.3claws21
9693
9694         patch by Satoshi Nagayasu: allows appending / saving multiple 
9695         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9696         'Save as ...'")
9697
9698         * AUTHORS
9699                 add Satoshi Nagayasu
9700         * src/summaryview.c
9701                 summary_save_as(): allow saving selected files to
9702                 one file
9703                 summary_set_menu_sensitive: enable "Save As..." when
9704                 multiple files are selected
9705         * src/utils.[ch]
9706                 append_file(): new function
9707
9708 2002-09-24 [colin]      0.8.3claws20
9709
9710         * src/procmime.c
9711                 Fix segfault when mimeinfo doesn't have a 
9712                 content_type. 
9713
9714 2002-09-24 [colin]      0.8.3claws19
9715
9716         * src/prefs_common.[ch]
9717                 Add a preference to display send dialog or not
9718         * src/send.c
9719                 Display send dialog according to preference
9720
9721 2002-09-24 [colin]      0.8.3claws18
9722
9723         * src/compose.[ch]
9724                 Disable user actions when sending
9725
9726 2002-09-24 [colin]      0.8.3claws17
9727
9728         * src/procmime.c
9729                 Do not display name or filename for attachments
9730                 with an application/pgp-signature type
9731                 (security flaw, see bug 537413)
9732
9733 2002-09-23 [colin]      0.8.3claws16
9734
9735         * src/editaddress.c
9736                 Initialize entry_email, entry_alias and 
9737                 entry_remarks to first email address of the list
9738
9739 2002-09-23 [colin]      0.83claws15
9740
9741         * src/compose.c
9742                 Drop pgp-signature when reediting a signed queued
9743                 message
9744
9745 2002-09-23 [melvin]     0.8.3claws14
9746
9747         * po/fr.po
9748                 Updated French translation
9749
9750 2002-09-23 [melvin]     0.8.3claws13
9751
9752         * src/mainwindow.c
9753                 Made custom toolbar menu labels more consistent
9754         * src/prefs_toolbar.c
9755                 Made custom toolbar window title more consistent
9756
9757 2002-09-22 [colin]      0.8.3claws12
9758
9759         * src/inc.c
9760                 Initialize session type to normal before getting 
9761                 mail (fixes strange Get behaviour)
9762         * src/prefs_account.h
9763                 Move STYPE_POP_BEFORE_SMTP to last position to 
9764                 avoid other side-effects
9765
9766 2002-09-22 [colin]      0.8.3claws11
9767
9768         * src/prefs_account.c
9769                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9770                 from pop3 to apop or vice-versa
9771
9772 2002-09-22 [colin]      0.8.3claws10
9773         
9774         * src/prefs_account.[ch]
9775                 Add an option for the POP before SMTP timeout
9776         * src/inc.c
9777                 Remember time of last POP connection
9778         * src/send.c
9779                 Do POP before SMTP only if timeout reached
9780
9781 2002-09-22 [oliver]     0.8.3claws9
9782         
9783         * README.claws
9784                 explain custom toolbar
9785
9786 2002-09-22 [oliver]     0.8.3claws8
9787
9788         * src/prefs_actions.[ch]
9789         custom toolbar for compose      
9790                 actions callback from compose toolbar
9791         * src/folderview.c
9792                 remove include toolbar.h
9793
9794 2002-09-22 [oliver]     0.8.3claws7
9795         
9796         * src/prefs_toolbar.[ch]
9797                 custom toolbar for compose
9798                 - generic prefs_toolbar handles both
9799                   Mainwin's toolbar as well as Compose toolbar          
9800
9801 2002-09-22 [oliver]     0.8.3claws6
9802         
9803         * src/toolbar.[ch]
9804                 custom toolbar for compose
9805                 restructure toolbar.[ch]
9806
9807 2002-09-22 [oliver]     0.8.3claws5
9808
9809         * src/compose.[ch]
9810                 custom toolbar for compose
9811
9812 2002-09-22 [oliver]     0.8.3claws4
9813         
9814         * src/mainwindow.[ch]
9815                 custom toolbar for compose 
9816                 move mainwin toolbar back to mainwindow
9817
9818 2002-09-22 [alfons]     0.8.3claws3
9819
9820         * src/procmsg.c
9821                 :%sno/if(/if (/gc
9822                 :%sno/for(/for (/gc
9823                 (beautify)
9824
9825 2002-09-22 [alfons]     0.8.3claws2
9826         
9827         * src/procmsg.c
9828                 procmsg_save_to_outbox(): don't unlink message file from queue;
9829                 callers should do it using folder_item_remove_msg()
9830
9831 2002-09-22 [colin]      0.8.3claws1
9832
9833         * src/mimeview.[ch]
9834                 Made mimeview_check_signature() public
9835         * src/textview.c
9836                 Made GPG signatures verifiable by clicking
9837                 the [application/pgp-signature] in the Text
9838                 view
9839
9840 2002-09-22 [paul]       0.8.3claws
9841
9842         * po/bg.po
9843           po/en_GB.po
9844           po/es.po
9845           po/it.po
9846           po/pl.po
9847           po/pt_BR.po
9848           po/sr.po
9849                 updated translations, submitted by George Danchev,
9850                 me, Ricardo Mones Lastra, Alessandro Maestri,
9851                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9852                 and Urke MMI, respectively.     
9853
9854 2002-09-22 [alfons]     0.8.2claws65
9855
9856         * src/procmsg.c
9857         * src/pgptext.c
9858                 no furry valgrinds have been used to plug these memleaks
9859
9860 2002-09-20 [paul]       0.8.2claws64
9861
9862         * sync with 0.8.3cvs4
9863                 'Select thread' re-implemented 
9864                 see ChangeLog 2002-09-20
9865
9866 2002-09-21 [alfons]     0.8.2claws63
9867
9868         * src/compose.c
9869                 compose_send(): plug unnoticed memleak
9870
9871 2002-09-20 [alfons]     0.8.2claws62
9872
9873         * src/addr_compl.c
9874                 replace_address_in_edit(): strict check for NULL address to
9875                 fix "[ 607348 ] Segfault in address completion". My guess is
9876                 that this happens with an empty address book, but it's good
9877                 to have this check here anyway
9878                 
9879                 completion_window_button_press(): free string returned 
9880                 from the internal cache
9881
9882 2002-09-20 [christoph]  0.8.2claws61
9883
9884         * src/procmime.h
9885                 added ENC_BINARY to EncodingType
9886         * src/procmime.c
9887                 the string returned by procmime_get_encoding_str
9888                 should not depend on the order of values in the
9889                 EncodingType definition
9890         * doc-src/rfc1806.txt   ** NEW FILE **
9891                 Added rfc1806 about MIME Content-Disposition
9892                 Extension
9893
9894 2002-09-19 [paul]       0.8.2claws60
9895
9896         * sync with 0.8.2cvs3
9897                 see ChangeLog 2002-09-19
9898
9899 2002-09-19 [paul]       0.8.2claws59
9900
9901         * src/prefs_folder_item.c
9902                 revert to Darko's original alignment of colour
9903                 selector button
9904                 add a colon to folder_color label
9905                 
9906         * src/compose.c
9907                 add Colin's patch (with Hiro's modifications) to 
9908                 force BASE64 encoding for 8-bit text when signing
9909                 (sync with 0.8.3cvs2)
9910
9911 2002-09-18 [alfons]     0.8.2claws58
9912
9913         * src/compose.c
9914                 :%sno/if(/if (/gc
9915                 :%sno/for(/for (/gc
9916                 (beautify a little bit)
9917
9918 2002-09-18 [christoph]  0.8.2claws57
9919
9920         * src/pine.c
9921                 fix handling of fgetc return value
9922
9923 2002-09-17 [alfons]     0.8.2claws56
9924         
9925         * src/summaryview.c
9926                 summary_sort(): check non-NULL summaryview->folder_item when no 
9927                 folder is selected at all
9928                 (closes "[ 610344 ] sort label make syl Crash")
9929
9930 2002-09-17 [alfons]     0.8.2claws55
9931         
9932         * src/compose.c
9933                 beautify a little bit
9934
9935 2002-09-17 [christoph]  0.8.2claws54
9936
9937         * src/folder.c
9938                 initialize max values for cache and folder
9939                 when cache or folder is empty
9940
9941 2002-09-15 [colin]      0.8.2claws53
9942
9943         * src/compose.c
9944                 Fix a leak (thanks Alfons!) and cleaned
9945                 variables names for custom headers
9946
9947 2002-09-15 [colin]      0.8.2claws52
9948
9949         * src/compose.c
9950                 Fix custom headers recognition when
9951                 prefs_common.trans_hdr is on
9952
9953 2002-09-15 [colin]      0.8.2claws51
9954
9955         * src/compose.c
9956                 Allow dynamically-added custom headers
9957                 Yet not reparsed if reedited
9958
9959 2002-09-15 [alfons]     0.8.2claws50
9960
9961         * src/prefs_account.c
9962                 fix warnings
9963
9964 2002-09-15 [colin]      0.8.2claws49
9965         
9966         * src/prefs_account.c
9967                 fix pop_before_smtp sensitivity
9968
9969 2002-09-15 [colin]      0.8.2claws48
9970
9971         * src/inc.[ch]
9972                 add inc_pop_before_smtp()
9973                 allow MainWindow to be undefined in 
9974                 inc_account_mail() and inc_start()
9975         * src/pop.c
9976           src/prefs_account.h
9977                 add STYPE_POP_BEFORE_SMTP session type
9978         * src/prefs_account.c
9979                 activated pop before smtp option
9980         * src/send.c
9981                 do pop before smtp if the relevant option 
9982                 is set
9983
9984 2002-09-15 [paul]       0.8.2claws47
9985
9986         * sync with 0.8.3
9987                 see ChangeLog 2002-09-15
9988
9989 2002-09-14 [paul]       0.8.2claws46
9990
9991         * po/bg.po
9992                 updated Bulgarian translation, submitted by
9993                 George Danchev
9994
9995 2002-09-13 [paul]       0.8.2claws45
9996
9997         * src/compose.c
9998                 merge claws' select_account() with main's
9999                 (new) compose_select_account(). [sync with
10000                 0.8.2cvs15, see ChangeLog 2002-09-11]
10001
10002 2002-09-12 [christoph]  0.8.2claws44
10003
10004         * src/filter.c
10005                 allocate 1 elements of FolderItem not 0
10006
10007 2002-09-12 [colin]      0.8.2claws43
10008
10009         * src/compose.c
10010                 Fix bug #590825 (obey Follow-up: poster)
10011
10012 2002-09-12 [colin]      0.8.2claws42
10013
10014         * src/procmime.c
10015                 Fix bug #557009 (wrong headers for messages 
10016                 forwarded as attachments)
10017
10018 2002-09-11 [colin]      0.8.2claws41
10019         
10020         * src/compose.c
10021                 Put SCF: pseudo-header on top of message
10022                 Set draft tmp_flag when saved as draft
10023
10024         * src/procmsg.c
10025           src/procheader.c
10026                 Skip after first \n\n for beginning of real message
10027                 for drafts too
10028
10029 2002-09-11 [christoph]  0.8.2claws40
10030
10031         * src/filtering.c
10032                 use procmsg flag functions in filtering or processing
10033                 will cause incorrect folder message counts
10034
10035 2002-09-11 [colin]      0.8.2claws39
10036
10037         * src/compose.c
10038                 Fix bug #550175 - wrong save folder when reediting
10039                 drafts
10040
10041 2002-09-11 [paul]       0.8.2claws38
10042
10043         * sync with 0.8.2cvs14
10044                 see ChangeLog 2002-09-11
10045
10046 2002-09-11 [colin]      0.8.2claws37
10047
10048         * src/folder.c
10049                 Fix a typo (seeming to cause new/unread status to
10050                 be lost)
10051
10052 2002-09-10 [christoph]  0.8.2claws36
10053
10054         * src/compose.c
10055                 compose_redirect should not use compose_generic_new
10056                 because that does more stuff than expected including
10057                 opening the external editor
10058                 (closes bug "[ 526608 ] bounced messages appear blank
10059                  in editor")
10060
10061 2002-09-10 [christoph]  0.8.2claws35
10062
10063         * src/folder.c
10064                 fix problem with too large message number range
10065                 causing a crash in folder_item_scan
10066
10067 2002-09-10 [paul]       0.8.2claws34
10068
10069         * sync with 0.8.2cvs13
10070                 see ChangeLog 2002-09-10
10071
10072 2002-09-10 [christoph]  0.8.2claws33
10073
10074         * src/msgcache.c
10075                 set MsgInfo TmpFlags for queue and draft folders
10076                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
10077
10078 2002-09-10 [paul]       0.8.2claws32
10079
10080         * AUTHORS
10081           po/bg.po      ** NEW FILE **
10082                 new Bulgarian translation submitted by
10083                 George Danchev <danchev@spnet.net>
10084                 
10085         * tools/Makefile.am
10086           tools/README
10087           tools/tb2sylpheed     ** NEW FILE **
10088                 add script that converts an addressbook exported
10089                 from The Bat! into a Sylpheed addressbook. Submitted
10090                 by Urke MMI <urke-kg@eunet.yu>
10091
10092 2002-09-10 [paul]       0.8.2claws31
10093
10094         * sync with 0.8.2cvs12
10095                 see ChangeLog 2002-09-10
10096
10097 2002-09-06 [paul]       0.8.2claws30
10098
10099         * src/prefs_common.c
10100                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10101                 
10102         * tools/Makefile.am
10103           tools/README
10104           tools/ldif-to-xml.py  ** REMOVED **
10105                 remove obsolete python script
10106
10107 2002-09-06 [paul]       0.8.2claws29
10108
10109         * sync with 0.8.2cvs10
10110                 see ChangeLog 2002-09-06
10111
10112 2002-09-04 [paul]       0.8.2claws28
10113
10114         * sync with 0.8.2cvs9
10115                 see ChangeLog 2002-08-04
10116
10117 2002-09-04 [colin]      0.8.2claws27 
10118
10119         * src/prefs_common.[ch]
10120                 Added signature color configuration
10121         * src/textview.c
10122                 Use user-specified signature color
10123
10124 2002-09-03 [colin]      0.8.2claws26
10125
10126         * src/prefs_common.[ch]
10127                 Added autosave and autosave_length prefs
10128         * src/compose.c
10129                 Added compose_remove_draft()
10130                 Auto-save drafts according to the prefs
10131         * src/main.c
10132                 Added a crash-indicator file, allowing to check
10133                 for new messages on startup if Sylpheed crashed
10134                 (makes saved drafts "reappear")
10135
10136 2002-09-03 [colin]      0.8.2claws25
10137
10138         * src/textview.[ch]
10139                 Grey the signature
10140
10141 2002-09-03 [paul]       0.8.2claws24
10142
10143         * sync with 0.8.2cvs8
10144                 see ChangeLog 2002-09-02 and 2002-09-03
10145
10146 2002-09-03 [darko]      0.8.2claws23
10147
10148         * src/folderview.c
10149                 use normal style when creating new folder to pick
10150                 proper font size 
10151
10152 2002-09-02 [melvin]     0.8.2claws22
10153
10154         * src/gtkaspell.m4
10155                 removed some obsolete code
10156
10157 2002-09-02 [melvin]     0.8.2claws21
10158
10159         * ac/aspell.m4
10160                 fixed test's equality sign (== to =)
10161
10162 2002-09-02 [alfons]     0.8.2claws20
10163
10164         * src/folder.c
10165         * src/mh.c
10166                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10167                 as folder->destroy virtual as suggested by Hiro
10168                 (the mh.c code seems to have been lost around mh.c.1.21)
10169
10170 2002-09-02 [paul]       0.8.2claws19
10171
10172         * po/pt_BR.po
10173                 updated by Fabio Jr. Beneditto
10174                 
10175         * src/defs.h
10176                 use 'http://claws.sylpheed.org' for homepage link. 
10177                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10178
10179 2002-09-01 [alfons]     0.8.2claws18
10180
10181         * src/mh.c
10182                 plug memleak related to one Martin Kluge found
10183
10184 2002-08-31 [paul]       0.8.2claws17
10185
10186         * sync with 0.8.2cvs6
10187                 see ChangeLog 2002-08-30
10188
10189 2002-08-31 [alfons]     0.8.2claws16
10190
10191         * src/folder.c
10192                 folder_destroy(): remove mailbox from folderlist even if it has
10193                 no destroy virtual
10194
10195 2002-08-31 [alfons]     0.8.2claws15
10196
10197         * src/folder.c
10198                 :%sno/if(/if (/gc
10199                 :%sno/for(/for (/gc
10200                 (being pedantic I know)
10201
10202 2002-08-31 [alfons]     0.8.2claws14
10203
10204         * src/folder.c
10205                 check for NULL pointers returned from folder->fetch_msginfo virtual
10206                 (should solve some reported crashes)
10207
10208 2002-08-30 [alfons]     0.8.2claws13
10209
10210         * acconfig.h
10211         * configure.in
10212         * src/crash.c
10213                 enable crash dialog on compilation time
10214                 (--enable-crash-dialog configure option)
10215
10216 2002-08-30 [alfons]     0.8.2claws12
10217
10218         * AUTHORS
10219                 add Martin Kluge
10220         * src/mh.c
10221                 apply memory leak plug patch by Martin Kluge
10222                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10223                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10224                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10225
10226 2002-08-30 [darko]      0.8.2claws11
10227
10228         * src/folderview.c
10229                 copy Gtk style from normal style to match
10230                 font size for coloured folders
10231
10232 2002-08-29 [alfons]     0.8.2claws10
10233
10234         * sylpheed.desktop
10235                 Type=Internet <- Type=Application
10236                 (reported by Michael Schwendt, see:
10237                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10238                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10239
10240 2002-08-29 [paul]       0.8.2claws9
10241
10242         * sync with 0.8.2cvs5
10243                 see ChangeLog 2002-08-29
10244
10245 2002-08-29 [colin]      0.8.2claws8
10246
10247         * src/summaryview.c
10248                 Added a sanity check in summary_select_thread
10249                 Should fix bug 601605
10250
10251 2002-08-29 [colin]      0.8.2claws7
10252
10253         * src/main.c
10254                 Revert claws6 changes regarding bug #591676
10255
10256 2002-08-28 [colin]      0.8.2claws6
10257         
10258         * src/main.c
10259                 Ignore cache for queue folderitems
10260                 Fix bug #591676
10261
10262 2002-08-28 [melvin]     0.8.2claws5
10263
10264         * README.claws
10265                 Fixed typos.
10266
10267 2002-08-28 [melvin]     0.8.2claws4
10268
10269         * README.claws
10270                 Updated a bit the text concerning the spell checker
10271
10272 2002-08-28 [melvin]     0.8.2claws3
10273
10274         Merged the GNU_aspell_branch:
10275                 Support of new GNU/aspell is now included and the old pspell
10276                 is not supported anymore.
10277                 See README.claws
10278
10279         * README.claws
10280                 Updated spell checker text to reflect the switch to GNU/aspell
10281
10282         * ac/aspell.m4          *** NEW ***
10283         * src/gtkaspell.[ch]    *** NEW *** 
10284         * ac/pspell.m4          *** DELETED *** 
10285         * src/gtkspell.[ch]     *** DELETED ***
10286
10287         * ac/Makefile.am
10288                 Updated for GNU/aspell support
10289
10290         * po/POTFILES.in
10291                 Replaced gtkspell.c by gtkaspell.c
10292
10293         * acconfig.h
10294         * src/Makefile.am
10295         * src/about.c
10296         * src/compose.[ch]
10297         * src/crash.c
10298         * src/main.c
10299         * src/prefs_common.[ch]
10300                 Updated for GNU/aspell support
10301
10302 2002-08-28 [paul]       0.8.2claws2
10303
10304         * sync with 0.8.2cvs4
10305                 see ChangeLog 2002-08-27 and 2002-08-28
10306
10307 2002-08-28 [colin]      0.8.2claws1
10308
10309         * src/summary_search.c
10310                 Added "AND search"
10311
10312 2002-08-28 [jens]       0.8.2claws
10313
10314         *po/de.po
10315                 Updated German translations
10316
10317 2002-08-27 [melvin]     0.8.2claws
10318
10319         * po/fr.po
10320                 Updated French translations
10321
10322 2002-08-27 [paul]       0.8.2claws
10323
10324         * sync with 0.8.2 main release
10325
10326         * po/en_GB.po
10327           po/es.po
10328           po/it.po
10329           po/pl.po
10330           po/pt_BR.po
10331           po/sr.po
10332                 updated message catalogs submitted by
10333                 Ricardo Mones Lastra, Alessandro Maestri,
10334                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10335                 Beneditto and Urke MMI  
10336
10337 2002-08-27 [hoa]        0.8.1claws123
10338
10339         * src/mainwindow.[ch]
10340         * src/summaryview.[ch]
10341                 removed the "filter setting" menu option.
10342                 add a "cancel a news message" menu option.
10343
10344 2002-08-26 [martin]     0.8.1claws122
10345
10346         * ChangeLog.claws
10347                 changed string under 0.8.1claws79 changed by myself
10348                 i'm sorry alfons :(
10349
10350 2002-08-26 [martin]     0.8.1claws121
10351
10352         * src/crash.c
10353                 added kill command to debuggerrc to start crash dialog
10354
10355 2002-08-26 [paul]       0.8.1claws120
10356
10357         * sync with 0.8.1cvs31
10358                 see ChangeLog 2002-08-26
10359
10360 2002-08-25 [alfons]     0.8.1claws119
10361
10362         * src/procmsg.c
10363                 fix bug that didn't send out correct headers to news server
10364                 when sending news article and email from queue (bug reported
10365                 and patch provided by Tim Mann; closes bug 
10366                 "[ 583196 ] 0.7.8claws can't post news")
10367
10368 2002-08-25 [alfons]     0.8.1claws118
10369
10370         * src/selective_download.c
10371                 mark two strings as translatable
10372                 (thanks to Urke MMI for pointing this out)
10373
10374 2002-08-25 [alfons]     0.8.1claws117
10375
10376         * src/summaryview.c
10377                 treat sent boxes as special and allow sorting them by addressee
10378                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10379                 submitted by Steve Lamb)
10380
10381 2002-08-24 [alfons]     0.8.1claws116
10382
10383         * src/matcher.c
10384                 fix memleak reported by Martin Kluge
10385                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10386
10387 2002-08-24 [oliver]     0.8.1claws115
10388
10389         * src/prefs_toolbar.c
10390                 o code cleanup as suggested by Alfons
10391                 o memleak fix
10392
10393 2002-08-24 [alfons]     0.8.1claws114
10394
10395         * src/summaryview.c
10396                 o fix another memory leak reported by Martin Kluge
10397                   (see "[ 599568 ] Small Memory Leak")
10398                 o remove 'from' variable from 'summary_set_header()'; we can
10399                   do with just 'to' 
10400
10401 2002-08-24 [paul]       0.8.1claws113
10402
10403         * sync with 0.8.1cvs30
10404                 see ChangeLog 2002-08-23
10405
10406 2002-08-24 [alfons]     0.8.1claws112
10407
10408         * src/summaryview.c
10409                 remove unnecessary allocations for search bar fixing leaks
10410                 reported by Martin Kluge
10411                 (see "[ 599451 ] Further memory leaks?")
10412
10413 2002-08-24 [alfons]     0.8.1claws111
10414
10415         * src/main.c
10416                 make get_socket_name() public for crash.c
10417         * src/crash.c
10418                 o make report bug button work (goes to claws' 
10419                   bug tracker at sf.net)
10420                 o introduce function for doing important stuff just
10421                   before claws goes down
10422                 o clean up code 
10423
10424 2002-08-24 [alfons]     0.8.1claws110
10425
10426         * src/compose.c
10427                 move cursor to "To" entry when forwarding as attachment
10428                 (reported and solved by Steve Lamb, closes bug report
10429                 "[ 592880 ] Forward as attachment; cursor not in to")
10430
10431 2002-08-24 [colin]      0.8.1claws109
10432
10433         * src/mainwindow.c
10434                 fix quick search visibility after GUI (de)separations.
10435
10436 2002-08-23 [colin]      0.8.1claws108
10437
10438         * src/mainwindow.c
10439                 fix header pane visibility after folderview or
10440                 messageview (de)separation
10441
10442 2002-08-23 [paul]       0.8.1claws107
10443
10444         * src/mainwindow.[ch]
10445           src/toolbar.c
10446                 give full control of display or non-display 
10447                 of the Execute icon to Custom toolbar settings.
10448                 add new sensitivity condition to maninwindow.h: 
10449                 M_DELAY_EXEC
10450
10451         * ChangeLog
10452           ChangeLog.jp
10453           NEWS
10454                 more sync with 0.8.1cvs29
10455
10456 2002-08-23 [melvin]     0.8.1claws106
10457
10458         * src/alertpanel.c
10459                 Readded support for custom widget in alertpanel lost in last
10460                 sync.
10461
10462 2002-08-23 [paul]       0.8.1claws105
10463
10464         * sync with 0.8.1cvs29
10465                 see ChangeLog 2002-08-23
10466
10467 2002-08-23 [colin]      0.8.1claws104
10468
10469         * src/summaryview.c
10470                 Fix folder and search pixmaps exchanging positions
10471                 after theme or toolbar changes. Thank to Oliver for 
10472                 reporting this.
10473
10474 2002-08-23 [colin]      0.8.1claws103
10475
10476         * src/mainwindow.c
10477           src/messageview.[ch]
10478           src/noticeview.[ch]
10479           src/summaryview.c
10480                 Changed messageview_create() and noticeview_create()
10481                 to avoid the last gdk_warning
10482
10483 2002-08-22 [colin]      0.8.1claws102
10484
10485         * src/summaryview.c
10486                 Fix my new `Creating pixmap from xpm' warning
10487
10488 2002-08-22 [colin]      0.8.1claws101
10489
10490         * src/mainwindow.c
10491                 Fix some of the gdk warnings
10492
10493 2002-08-22 [colin]      0.8.1claws100
10494
10495         * src/Makefile.am
10496         * src/stock_pixmap.c
10497         * src/stock_pixmap.h
10498         * src/pixmaps/quicksearch.xpm *ADDED*
10499                 Add the quicksearch pixmap
10500         * src/mainwindow.c
10501         * src/summaryview.c
10502         * src/summaryview.h
10503                 Make quicksearch bar visible/hidden via a button
10504
10505 2002-08-22 [christoph]  0.8.1claws99
10506
10507         * src/folder.c
10508                 fix folder update for newsgroups with message
10509                 numbers below minimum number of articles to fetch
10510                 (closes bug #598445)
10511
10512 2002-08-22 [paul]       0.8.1claws98
10513
10514         * sync with 0.8.1cvs28
10515                 see ChangeLog 2002-08-22
10516
10517 2002-08-21 [alfons]     0.8.1claws97
10518
10519         * src/crash.c
10520                 use bt instead of bt full which seems to work 
10521                 better, and bt full doesn't give a great deal 
10522                 of information anyway
10523
10524 2002-08-21 [colin]      0.8.1claws96
10525
10526         * src/summaryview.c
10527                 fix summaryview_searchtype_changed prototype
10528
10529 2002-08-21 [christoph]  0.8.1claws95
10530
10531         * src/mainwindow.c
10532                 o fix broken menu update for sorting type, we have to
10533                   get this info from the summaryview now
10534                 o removed setting of threaded state in menu callback
10535         * src/summaryview.[ch]
10536                 more summaryview/folderitem seperation for
10537                 threading option
10538         * configure.in
10539                 removed not required --with-compiler-flags option
10540
10541 2002-08-21 [oliver]     0.8.1claws94
10542         
10543         * src/toolbar.h 
10544                 o rename toolbar.xml to toolbar_main.xml
10545                   since toolbar_compose.xml might come up 
10546                   any time soon
10547         * README.claws
10548                 add custom toolbar              
10549
10550 2002-08-21 [darko]      0.8.1claws93
10551
10552         * src/procmsg.c
10553                 don't reset tmp flags for messages copied
10554                 to sent folder
10555
10556 2002-08-21 [colin]      0.8.1claws92
10557         
10558         * src/prefs_filtering.c
10559                 fix renaming rules on folder rename 
10560                 when folder is not a leaf folder
10561
10562 2002-08-21 [paul]       0.8.1claws91
10563
10564         * src/prefs_folder_item.c
10565                 fix alignment of colour selector
10566
10567 2002-08-21 [paul]       0.8.1claws90
10568
10569         * sync with 0.8.1cvs27
10570                 see ChangeLog 2002-08-21
10571
10572 2002-08-21 [paul]       0.8.1claws89
10573
10574         * src/summaryview.c
10575                 fix crash when changing field type in
10576                 Quick search bar
10577
10578 2002-08-21 [colin]      0.8.1claws88
10579
10580         * src/summaryview.c
10581                 Made quick search case-insensitive
10582
10583 2002-08-21 [paul]       0.8.1claws87
10584
10585         * sync with 0.8.1cvs26
10586                 see ChangeLog 2002-08-21
10587
10588 2002-08-20 [christoph]  0.8.1claws86
10589
10590         * src/folderview.c
10591         * src/main.c
10592         * src/summaryview.[ch]
10593                 more summaryview/folderitem seperation for
10594                 sort_key and sort_type
10595         * src/procmsg.c
10596                 added missing return statement
10597
10598 2002-08-20 [colin]      0.8.1claws85
10599
10600         * src/summaryview.[ch]
10601                 Added a quick search box
10602         * src/mainwindow.c
10603         * src/prefs_common.[ch]
10604                 Added a show/hide option for the quick search
10605
10606 2002-08-20 [oliver]     0.8.1claws84
10607         
10608         * src/mainwindow.c
10609                 remove toolbar_create_popups
10610         * src/toolbar.[ch]
10611                 o remove toolbar_create_popups
10612                 o fix toolbar_set_sensitive 
10613                   (Bug reports #596834 and #596832)     
10614         * src/prefs_toolbar.c
10615                 o add "Set default" button
10616                 o align label and text + combo widgets
10617
10618 2002-08-20 [hoa]        0.8.1claws83bis
10619
10620         * src/imap.c
10621                 fixed a bug in imap_fetch_msginfo() in case there is no
10622                 current folder.
10623
10624 2002-08-20 [darko]      0.8.1claws83
10625
10626         * src/folderview.c
10627                 copy the color style of folder view so it
10628                 works with GTK themes
10629
10630 2002-08-20 [darko]      0.8.1claws82
10631
10632         * src/folder.h
10633         * src/folderview.c
10634         * src/prefs_folder_item.[hc]
10635                 don't use UI stuff in folder.h
10636
10637 2002-08-20 [darko]      0.8.1claws81
10638
10639         * src/folder.h
10640         * src/prefs_folder_item.h
10641         * src/folderview.c
10642         * src/prefs_folder_item.c
10643                 ability to set folder color in folderview
10644
10645 2002-08-19 [alfons]     0.8.1claws80
10646
10647         * src/summaryview.c
10648                 fix one of the earlier memleaks reported by Martin Kluge
10649
10650 2002-08-19 [alfons]     0.8.1claws79
10651
10652         * src/mainwindow.c
10653                 hide notice view when selecting seperate folder
10654                 view (reported by Urke MMI)
10655
10656 2002-08-19 [christoph]  0.8.1claws78
10657
10658         * src/folderview.c
10659         * src/prefs_folder_item.h
10660         * src/summaryview.[ch]
10661                 o add summary_set_prefs_from_folderitem to set
10662                   summaryview prefs (first step to remove all
10663                   references to the folderitem in summaryview)
10664                 o moved compiled regex stuff from folderitem prefs
10665                   to summaryview code
10666
10667 2002-08-19 [paul]       0.8.1claws77
10668
10669         * src/compose.c
10670                 add check for '.' to QUOTE_IF_REQUIRED
10671
10672 2002-08-19 [paul]       0.8.1claws76
10673
10674         * src/inc.c
10675                 sync with 0.8.1cvs25 (plug memory leak)
10676
10677         * src/prefs_toolbar.c
10678                 re-order prefs_toolbar_cancel()
10679
10680 2002-08-18 [alfons]     0.8.1claws75
10681
10682         * src/inc.c
10683         * src/matcher.c
10684                 plug other memleaks reported by Martin Kluge
10685
10686 2002-08-18 [paul]       0.8.1claws74
10687
10688         * po/pt_BR.po
10689                 updated by Fabio Jr. Beneditto
10690
10691 2002-08-18 [paul]       0.8.1claws73
10692
10693         * src/toolbar.[ch]
10694                 fix bug where tooltips were displayed untranslated              
10695
10696         * src/prefs_toolbar.c
10697                 fix bug where clicking 'Cancel' creates an icon & text
10698                 toolbar regardless of prefs
10699         
10700
10701 2002-08-17 [oliver]     0.8.1claws72
10702
10703         * src/prefs_toolbar.c
10704                 update toolbar on CANCEL
10705                 bug reported by Martin Kluge
10706         * src/toolbar.c
10707                 toolbar_destroy memleak fixed           
10708
10709 2002-08-17 [alfons]     0.8.1claws71
10710
10711         * src/toolbar.c
10712                 plug another memleak reported by Martin Kluge
10713
10714 2002-08-16 [alfons]     0.8.1claws70
10715
10716         * src/crash.c
10717                 use execvp() correctly (suggested by wwp; thanks!)
10718
10719 2002-08-16 [alfons]     0.8.1claws69
10720
10721         * src/gtksctree.c
10722                 plug memory leak reported by Kim Schultz & Martin Kluge
10723
10724 2002-08-16 [paul]       0.8.1claws68
10725
10726         * po/es.po
10727                 updated by Ricardo Mones Lastra
10728
10729 2002-08-16 [paul]       0.8.1claws67
10730
10731         * src/toolbar.h
10732                 fix bug where 'Compose News' icon showed wrong
10733                 tooltip
10734
10735 2002-08-16 [paul]       0.8.1claws66
10736
10737         * sync with 0.8.1cvs24
10738                 see ChangeLog 2002-08-16
10739
10740         * po/it.po
10741                 updated by Alessandro Maestri
10742
10743 2002-08-15 [paul]       0.8.1claws65
10744
10745         * po/sr.po
10746                 updated by Urke MMI
10747
10748 2002-08-15 [paul]       0.8.1claws64
10749
10750         * src/*.c
10751                 don't translate debug info
10752
10753         * src/matcher.[ch]
10754                 add copyright info
10755
10756 2002-08-15 [paul]       0.8.1claws63
10757
10758         * src/prefs_toolbar.c
10759                 fix bug where clicking 'OK' creates an icon & text
10760                 toolbar regardless of prefs
10761
10762 2002-08-14 [alfons]     0.8.1claws62
10763
10764         * src/main.c
10765                 add global var that has the full argv[0]
10766         * src/crash.c
10767                 o execvp the correct sylpheed by using argv0
10768                   and setting the correct work dir
10769                 o other tweaks  
10770
10771 2002-08-14 [oliver]     0.8.1claws61
10772         
10773         * enable/disable Toolbar Action Buttons 
10774         * code cleanups
10775         * src/mainwindow.c
10776         * src/toolbar.[ch]      
10777         * src/prefs_toolbar.c   
10778
10779 2002-08-14 [melvin]     0.8.1claws60
10780
10781         * po/fr.po
10782                 Updated French translations
10783
10784 2002-08-14 [melvin]     0.8.1claws59
10785
10786         * src/crash.c
10787                 Made bug report not translatable
10788         * src/exporthtml.c
10789                 Fixed exporthtml_build_filespec() return value
10790         * src/foldersel.c
10791                 Fixed incorrect include file
10792         * src/gtkspell.c
10793         * src/prefs_actions.c
10794         * src/prefs_toolbar.c
10795                 Made debug info not translatable
10796         * src/mutt.c
10797         * src/quote_fmt.c
10798                 Added missing includes
10799         * src/prefs_common.c
10800                 Fixed typo
10801
10802 2002-08-14 [paul]       0.8.1claws58
10803
10804         * faq/es/sylpheed-faq.html
10805           faq/es/sylpheed-faq-[1-3].html
10806           faq/es/sylpheed-faq-4.html     **NEW FILE **
10807                 update Spanish FAQ
10808
10809 2002-08-13 [christoph]  0.8.1claws57
10810
10811         * src/procmsg.c
10812                 ignore thread fix that did not mark all
10813                 child nodes of a ignored thread as
10814                 ignored. Does not work perfectly yet,
10815                 but it is better now
10816
10817 2002-08-13 [alfons]     0.8.1claws56
10818
10819         * src/crash.c
10820                 o implement 'save crash log'
10821                 o some tweaks
10822
10823 2002-08-13 [melvin]     0.8.1claws55
10824
10825         * src/main.c
10826                 removed unrequired "execinfo.h" header
10827
10828 2002-08-12 [paul]       0.8.1claws54
10829
10830         * faq/en/sylpheed-faq.html
10831           faq/en/sylpheed-faq-[1-3].html
10832           faq/en/sylpheed-faq-4.html     **NEW FILE **
10833                 update English FAQ
10834
10835 2002-08-12 [alfons]     0.8.1claws53
10836
10837         * po/POTFILES.in
10838                 add crash.c to translatables
10839         * src/crash.c
10840                 bring in Leandro's crash dialog
10841
10842 2002-08-11 [alfons]     0.8.1claws52
10843
10844         * src/crash.c
10845                 clean up some warnings
10846
10847 2002-08-11 [alfons]     0.8.1claws51
10848
10849         * acconfig.h
10850         * configure.in
10851         * src/crash.[ch]        ** NEW FILES **
10852         * src/main.c            
10853                 initial gdb crash handler
10854
10855 2002-08-11 [paul]       0.8.1claws50
10856
10857         * src/prefs_toolbar.c
10858                 replace Up/Down arrow pixmaps with text to be
10859                 consistent across icon themes
10860
10861 2002-08-11 [paul]       0.8.1claws49
10862
10863         * src/prefs_common.c
10864           src/prefs_toolbar.c
10865                 rename 'Pixmap' -> 'Icon'
10866
10867         * src/toolbar.[ch]
10868                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10869
10870 2002-08-10 [paul]       0.8.1claws48
10871
10872         * src/prefs_toolbar.c
10873                 re-work the UI
10874
10875 2002-08-10 [paul]       0.8.1claws47
10876
10877         * src/main.c
10878                 don't write Processing progress to status bar
10879                 patch submitted by Alexander Evseev
10880
10881         * src/prefs_toolbar.c
10882                 re-position and resize window
10883                 make window assume correct size on first call
10884
10885 2002-08-10 [paul]       0.8.1claws46
10886
10887         * src/mainwindow.c
10888           src/prefs_toolbar.c
10889           src/toolbar.c
10890           src/toolbar.h
10891                 obey coding style
10892                 follow UI text conventions
10893
10894 2002-08-10 [alfons]     0.8.1claws45
10895
10896         * src/toolbar.c
10897                 correct pixmap for delete action
10898
10899 2002-08-10 [paul]       0.8.1claws44
10900
10901         * po/pt_BR.po
10902                 updated by Fabio Jr. Beneditto
10903
10904 2002-08-10 [paul]       0.8.1claws43
10905
10906         * po/POTFILES.in
10907                 add custom toolbar files
10908
10909 2002-08-10 [paul]       0.8.1claws42
10910
10911         * sync with 0.8.1cvs22
10912                 see ChangeLog 2002-08-09
10913
10914 2002-08-09 [paul]       0.8.1claws41
10915
10916         * tools/Makefile.am
10917           tools/README
10918           tools/outlook2sylpheed.pl     ** NEW FILE **
10919                 add script to convert exported Outlook
10920                 contacts list to a Sylpheed addressbook.
10921                 Submitted by Ricardo Mones Lastra.
10922
10923 2002-08-09 [paul]       0.8.1claws40
10924
10925         * AUTHORS
10926           configure.in
10927           po/sr.po      ** NEW FILE **
10928                 add Serbian message catalog. Submitted by
10929                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10930
10931 2002-08-09 [paul]       0.8.1claws39
10932
10933         * sync with 0.8.1cvs21
10934                 see ChangeLog 2002-08-08
10935
10936 2002-08-08 [oliver]     0.8.1claws38
10937
10938         * src/mainwindow.c
10939                 move Custom Toolbar to Configuration menu
10940
10941 2002-08-08 [oliver]     0.8.1claws37
10942
10943         * src/prefs_toolbar.c
10944                 fix substitute pixmap bug
10945
10946 2002-08-08 [paul]       0.8.1claws36
10947
10948         * sync with 0.8.1cvs19
10949                 see ChangeLog 2002-08-08
10950
10951 2002-08-07 [christoph]  0.8.1claws35
10952
10953         * src/utils.c
10954                 fixed a memory leak in new canonicalize_file_replace
10955
10956 2002-08-07 [christoph]  0.8.1claws34
10957
10958         * src/utils.[ch]
10959                 o canonicalize_file_replace should create the temporary
10960                   file in the same directory as the original file.
10961                 o added get_tmpfile_in_dir that creates a temorary file
10962                   in a specified directory.
10963
10964 2002-08-07 [melvin]     0.8.1claws33
10965
10966         * src/toolbar.c
10967                 fixed bug where 'Article' button acted as 'Email' button.
10968
10969 2002-08-07 [paul]       0.8.1claws32
10970
10971         * sync with 0.8.1.cvs17
10972                 see ChangeLog 2002-08-07
10973
10974 2002-08-07 [colin]      0.8.1claws31
10975         
10976         * src/news.c
10977                 fix mass-cancel problem
10978
10979 2002-08-07 [thorsten]   0.8.1claws30
10980
10981         * src/prefs_toolbar.c
10982                 fix: crash on replace or add new button
10983         * src/toolbar.c
10984                 fix: close xmlfile after reading
10985         * src/utils.c
10986                 fix: unlink() file before rename()
10987
10988 2002-08-06 [paul]       0.8.1claws29
10989
10990         * sync with 0.8.cvs15
10991                 see ChangeLog 2002-08-06
10992
10993 2002-08-06 [oliver]     0.8.1claws28
10994
10995         * src/toolbar.c
10996         * src/prefs_toolbar.c
10997                 fixed empty toolbar issue
10998
10999 2002-08-06 [oliver]     0.8.1claws27
11000
11001         * Custom Toolbar Final 
11002         * src/folderview.c
11003         * src/inc.c
11004         * src/summaryview.c
11005                 o toolbar stuff now lives in src/toolbar.[ch]
11006                 o main_window_toolbar_* functions are renamed to
11007                   toolbar_* reflecting their new source file
11008         * src/mainwindow.[ch]
11009                 o remove toolbar stuff  
11010
11011 2002-08-06 [oliver]     0.8.1claws26
11012         
11013         * src/Makefile.am
11014         * src/prefs_toolbar.[ch]        **New File**
11015         * src/toolbar.[ch]              **New File**
11016                 o prefs_toolbar.[ch] custom toolbar frontend
11017                 o toolbar.[ch]       backend 
11018
11019 2002-08-06 [oliver]     0.8.1claws25
11020
11021         * src/prefs_actions.[ch]
11022                 o new exported function actions_execute
11023
11024 2002-08-06 [paul]       0.8.1claws24
11025
11026         * sync with 0.8.1cvs4
11027                 see ChangeLog 2002-08-06
11028
11029 2002-08-06 [paul]       0.8.1claws23
11030
11031         * sync with 0.8.1cvs13
11032                 see ChangeLog 2002-08-06
11033
11034 2002-08-06 [paul]       0.8.1claws22
11035
11036         * sync with 0.8.1cvs12
11037                 see ChangeLog 2002-08-05 and 2002-08-06
11038
11039 2002-08-06 [match]      0.8.1claws21
11040
11041         * src/addrclip.c
11042                 improvements to cut/copy/paste address
11043
11044 2002-08-05 [match]      0.8.1claws20
11045
11046         * src/addritem.[ch]
11047         * src/addrcache.c
11048         * src/addrbook.c
11049         * src/editaddress.c
11050         * src/addressbook.c
11051                 fixes to improve cut/copy/paste
11052
11053 2002-08-06 [melvin]     0.8.1claws19
11054
11055         * src/account.[ch]
11056                 account_find_all_from_address(): new function that returns the
11057                 list of all accounts that are matched in an address.
11058         * src/alertpanel.[ch]
11059                 alertpanel() now accepts a custom widget
11060                 alertpanel_with_widget(): new function that pops up a panel with
11061                 a custom widget in it 
11062         * src/gtkutils.[ch]
11063                 gtkut_account_menu_new(): new function that allows the selection
11064                 of an account from a list of accounts.
11065         * src/messageview.c
11066                 Extended Return Receipt notification to select the correct 
11067                 account and to make a security test on the Delivery-Notification
11068                 address which should be the same as the Return-Path.
11069
11070 2002-08-06 [thorsten]   0.8.1claws18
11071
11072         * src/mimeview.c
11073                 attach_all: save unnamed as "noname.%d",
11074                 dont free static dirname
11075
11076 2002-08-05 [alfons]     0.8.1claws17
11077
11078         * configure.in
11079                 detect XIM by trying to link rather than compile a XIM program
11080
11081 2002-08-05 [oliver]     0.8.1claws16
11082                 
11083         * src/stock_pixmap.[ch]
11084                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
11085                 o new func to retrieve pixmaps
11086
11087 2002-08-05 [paul]       0.8.1claws15
11088
11089         * sync with 0.8.1cvs10
11090                 see ChangeLog 2002-08-05
11091
11092 2002-08-04 [alfons]     0.8.1claws14
11093
11094         * src/textview.c
11095                 see if this plugs memleak
11096
11097 2002-08-04 [melvin]     0.8.1claws13
11098
11099         * src/gtkspell.c
11100                 fixed bug that could crash Sylpheed when highlighting
11101                 all misspelled words.
11102
11103 2002-08-03 [melvin]     0.8.1claws12
11104
11105         * src/prefs_actions.c
11106                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11107         * src/messageview.c
11108                 fixed bug where the Return Receipt was sent to
11109                 Delivery-Notification-To address even if it was not present
11110
11111 2002-08-02 [alfons]     0.8.1claws11
11112
11113         * src/prefs_actions.c
11114                 o more check for NULLs
11115                 o put create_io_dialog() in right conditional block
11116
11117 2002-08-02 [paul]       0.8.1claws10
11118
11119         * po/es.po
11120                 updated by Ricardo Mones Lastra
11121
11122 2002-08-01 [christoph]  0.8.1claws9
11123
11124         * src/folder.c
11125                 don't free the cache of the opened
11126                 folder in the summaryview
11127         * src/summaryview.c
11128                 don't unset flags, if it is not required
11129
11130 2002-08-01 [paul]       0.8.1claws8
11131
11132         * sync with 0.8.1cvs8
11133                 see ChangeLog entry 2002-08-01
11134
11135 2002-08-01 [paul]       0.8.1claws7
11136
11137         * sync with 0.8.1cvs7
11138                 see ChangeLog 2002-07-31 and 2002-08-01
11139
11140 2002-07-31 [christoph]  0.8.1claws6
11141
11142         * src/mainwindow.c
11143                 forgot to update menu sensitivity
11144                 function for new menu entry
11145
11146 2002-07-31 [alfons]     0.8.1claws5
11147
11148         * src/main.c
11149                 check folder item and its path for NULL on
11150                 initial processing
11151
11152 2002-07-31 [christoph]  0.8.1claws4
11153
11154         * src/folder.c
11155                 check if folder_item_get_msginfo in
11156                 folder_item_remove_msg returned NULL
11157         * src/imap.c
11158                 better clear the uid cache in the
11159                 uid validity check function and delete
11160                 cached messages
11161
11162 2002-07-31 [paul]       0.8.1claws3
11163
11164         * man/sylpheed.1
11165                 add the '--attach' option and a few other
11166                 minor changes
11167
11168 2002-07-31 [paul]       0.8.1claws2
11169
11170         * sync with 0.8.1cvs5
11171                 see ChangeLog 2002-07-31
11172
11173 2002-07-31 [christoph]  0.8.1claws1
11174
11175         * src/folderview.[ch]
11176         * src/mainwindow.c
11177                 replace "Rescan all folders..." with
11178                 "Check all folders for new messages..."
11179
11180 2002-07-30 [paul]       0.8.1claws
11181
11182         * version 0.8.1claws released
11183
11184 2002-07-30 [paul]       0.8.0claws29
11185
11186         * tools/OOo2sylpheed.pl ** NEW FILE **
11187           tools/README
11188                 add script to enable sending documents as
11189                 attachments from OpenOffice.org
11190
11191 2002-07-30 [melvin]     0.8.0claws28
11192
11193         * src/prefs_actions.c
11194                 Made the actions' input/output dialog display
11195                 without delay.
11196
11197 2002-07-30 [christoph]  0.8.0claws27
11198
11199         * src/procmsg.c
11200                 check if folder_item_get_msginfo in
11201                 procmsg_save_to_outbox returned NULL
11202
11203 2002-07-30 [paul]       0.8.0claws26
11204
11205         * sync with 0.8.1cvs4
11206                 see ChangeLog 2002-07-29
11207
11208 2002-07-29 [thorsten]   0.8.0claws25
11209
11210         * README.claws
11211                 added selective download, delete on server
11212
11213 2002-07-29 [paul]       0.8.0claws24
11214
11215         * sync with 0.8.1cvs3
11216                 see ChangeLog 2002-07-29
11217
11218 2002-07-27 [christoph]  0.8.0claws23
11219
11220         * src/folder.c
11221                 add extra check if fetching the msginfo
11222                 returned NULL
11223
11224 2002-07-27 [paul]       0.8.0claws22
11225
11226         * sync with 0.8.1cvs2
11227                 see ChangeLog 2002-07-26
11228
11229 2002-07-27 [christoph]  0.8.0claws21
11230
11231         * src/imap.c
11232                 add another check if a valid msginfo
11233                 was returned
11234
11235 2002-07-26 [hoa]        0.8.0claws20
11236
11237         * src/folder.c
11238                 Fixed a condition in folder_item_destroy()
11239
11240         * src/imap.c
11241                 Fixed an error in IMAP protocol
11242
11243 2002-07-26 [alfons]     0.8.0claws19
11244
11245         * src/folder.c
11246                 ofcourse compare with identifier, not the path
11247
11248 2002-07-26 [alfons]     0.8.0claws18
11249
11250         * src/folder.c
11251                 use folder item identifier for saving / restoring
11252                 preferences because folder->path might not be unique
11253
11254 2002-07-26 [melvin]     0.8.0claws17
11255
11256         * src/logwindow.c
11257                 Fixed a crash introduced in 0.8.0claws5 when log is 
11258                 cut under 80 characters.
11259
11260 2002-07-26 [paul]       0.8.0claws16
11261
11262         * sync with 0.8.1cvs1
11263                 see ChangeLog 2002-07-26
11264
11265 2002-07-26 [christoph]  0.8.0claws15
11266
11267         * src/imap.[ch]
11268                 imap folder now remembers the last selected
11269                 folder and imap_fetch_msginfo skips selecting
11270                 the folder if it is already selected
11271
11272 2002-07-26 [christoph]  0.8.0claws14
11273
11274         * src/folder.c
11275         * src/folderview.c
11276         * src/imap.c
11277                 fix imap folder rescanning
11278
11279 2002-07-25 [christoph]  0.8.0claws13
11280
11281         * src/filter.c
11282         * src/folder.[ch]
11283         * src/folderview.c
11284         * src/imap.[ch]
11285         * src/mainwindow.c
11286         * src/mbox_folder.c
11287         * src/mh.c
11288         * src/news.c
11289                 implement imap uid cache and uid validity check
11290
11291 2002-07-25 [alfons]     0.8.0claws12
11292
11293         * src/summaryview.c
11294                 fix a brown paper bag bug, and also add some more
11295                 checks
11296
11297 2002-07-25 [christoph]  0.8.0claws11
11298
11299         * src/folder.c
11300                 don't mix copy, fetch_msginfo and remove
11301                 operations in folder item copy and move
11302                 operations
11303
11304 2002-07-25 [christoph]  0.8.0claws10
11305
11306         * src/folderview.c
11307         * src/mainwindow.c
11308         * src/prefs_folder_item.c
11309         * src/summaryview.[ch]
11310                 remove no longer required parameter update_cache from
11311                 summary_show
11312
11313 2002-07-25 [paul]       0.8.0claws9
11314
11315         * sync with 0.8.1
11316         
11317         * AUTHORS
11318                 a few corrections
11319
11320 2002-07-24 [alfons]     0.8.0claws8
11321
11322         * src/summaryview.c
11323                 sort correctly when using simplified subject line
11324                 (closes feature request "[ 585141 ] applying regexp to subject 
11325                 before sort" submitted by Alexandra Walford)
11326
11327 2002-07-24 [paul]       0.8.0claws7
11328
11329         * sync with 0.8.0cvs3
11330                 see ChangeLog 2002-07-24
11331
11332 2002-07-23 [christoph]  0.8.0claws6
11333
11334         * src/folder.c
11335         * src/folder.h
11336         * src/summaryview.c
11337         * src/summaryview.h
11338         * src/main.c
11339                 o separate processing and summaryview
11340                 o removed summary_write_cache from summaryview
11341                 o removed summaryview->killed_messages, because we don't have
11342                   to keep a list of killed messages anymore. New cache will
11343                   keep the hidden messages in cache anyway
11344         * src/folderview.c
11345         * src/inc.c
11346         * src/selective_download.c
11347                 o removed unnecessary summary_write_cache calls
11348         * src/procmsg.c
11349                 o don't set ignore thread flag in procmsg_get_thread_tree
11350                   if it is already set
11351         * src/mainwindow.c
11352         * src/statusbar.h
11353                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11354                   they are used in different files
11355
11356 2002-07-23 [melvin]     0.8.0claws5
11357
11358         * src/addressbook.c
11359         * src/addrgather.c
11360         * src/editaddress.c
11361         * src/editgroup.c
11362         * src/editldap_basedn.c
11363         * src/importldif.c
11364         * src/prefs_common.c
11365                 Fixed few memory leak (gtk_editable_get_chars returns
11366                 an allocated string)
11367         * src/logwindow.c
11368                 Fixed few memory leak (gtk_editable_get_chars returns
11369                 an allocated string) and modified a little the log cutting
11370                 loop.
11371         * src/compose.c
11372                 Replaced a call to an obsolete function gtk_entry_get_text()
11373                 by gtk_editable_get_chars()
11374         * src/send.c
11375                 Removed a debug printf
11376
11377 2002-07-23 [christoph]  0.8.0claws4
11378
11379         * src/filesel.c
11380                 fix another g_dirname memory leak
11381
11382 2002-07-23 [christoph]  0.8.0claws3
11383
11384         * src/mh.c
11385                 fixed a memory leak in mh_fetch_msginfo
11386                 fixed crash when message header could not be
11387                 parsed
11388
11389 2002-07-23 [paul]       0.8.0claws2
11390
11391         * sync with 0.8.0cvs2
11392                 see ChangeLog 2002-07-23
11393
11394 2002-07-23 [paul]       0.8.0claws1
11395
11396         * sync with 0.8.0cvs1
11397                 see ChangeLog 2002-07-23
11398
11399 2002-07-23 [paul]       0.8.0claws
11400
11401         * release of 0.8.0claws
11402
11403 2002-07-23 [paul]       0.7.8claws99
11404
11405         * po/ru.po
11406                 new Russian translation, submitted by
11407                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11408
11409 2002-07-22 [jens]       0.7.8claws98
11410
11411         * po/de.po
11412                 Updated German translations.
11413
11414 2002-07-22 [paul]       0.7.8claws97
11415
11416         * po/es.po
11417           po/it.po
11418           po/nl.po
11419           po/pt_BR.po
11420                 updated translations by Ricardo Mones Lastra,
11421                 Alessandro Maestri, Wilbert Berendsen and 
11422                 Fabio Jr. Beneditto respectively
11423
11424 2002-07-22 [christoph]  0.7.8claws96
11425
11426         * src/mimeview.c
11427                 fix memory leak caused by wrong g_dirname usage
11428
11429 2002-07-22 [christoph]  0.7.8claws95
11430
11431         * src/summaryview.c
11432                 update new and unread message counts for summaryview
11433                 summaryview does not get it from the folder anymore
11434                 and has to update the values itself
11435
11436 2002-07-22 [melvin]     0.7.8claws94
11437
11438         * po/fr.po
11439                 Updated French translations.
11440
11441 2002-07-22 [christoph]  0.7.8claws93
11442
11443         * src/matcher.c
11444                 set prop->preg pointer to NULL or following check
11445                 will not fail and regexec will be called with
11446                 invalid pointer
11447
11448 2002-07-21 [alfons]     0.7.8claws92
11449         
11450         * src/prefs_common.[ch]
11451                 remove option "Send return receipt on request"
11452
11453 2002-07-21 [thorsten]   0.7.8claws91
11454
11455         * src/mimeview.c
11456                 fixed memleaks, coding style as pointed out by alfons
11457
11458 2002-07-21 [alfons]     0.7.8claws90
11459
11460         * src/messageview.c
11461         * src/noticeview.[ch]
11462                 o fix bug notice view being displayed when going to empty folder 
11463                   (noticed by Christoph)
11464                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11465                   (noticed by Thorsten)
11466
11467 2002-07-21 [thorsten]   0.7.8claws89
11468
11469         * src/mimeview.c
11470                 Included save_all patch from Xaview FACQ
11471                 added support for pathnames
11472
11473 2002-07-21 [alfons]     0.7.8claws88
11474
11475         * po/POTFILES.in
11476         * src/Makefile.am
11477         * src/mainwindow.c
11478         * src/messageview.[ch]
11479         * src/noticeview.c      ** NEW FILE **
11480         * src/noticeview.h      ** NEW FILE **
11481                 make return receipts work again
11482                 (UI idea by Leandro Pereira)
11483
11484 2002-07-21 [paul]       0.7.8claws87
11485
11486         * src/summaryview.c
11487                 fix sensitivity of 'Select thread'
11488
11489 2002-07-21 [paul]       0.7.8claws86
11490
11491         * src/prefs_common.c
11492                 add browser command line for Galeon
11493
11494 2002-07-21 [paul]       0.7.8claws85
11495
11496         * Makefile.am
11497                 fix 'EXTRA_DIST': remove README.README, add TODO
11498                 and TODO.claws
11499
11500 2002-07-21 [alfons]     0.7.8claws84
11501
11502         * src/gtkstext.c
11503                 make enter clear selection
11504                 (closes "[ 579888 ] Editor selection/entry error"
11505                 reported by Steve Lamb)
11506
11507 2002-07-21 [alfons]     0.7.8claws83
11508         
11509         * src/summaryview.c
11510                 sort message list when selecting unthread messages
11511                 (closes "[ 501593 ] switching threaded view doesn't sort"
11512                 reported by Simon Schubert)
11513
11514 2002-07-20 [alfons]     0.7.8claws82
11515         
11516         * src/matcher.c
11517                 const-correctness
11518
11519 2002-07-20 [thorsten]   0.7.8claws81
11520
11521         * src/matcher.c
11522                 Fixed expansion of empty fields in matchactions
11523
11524 2002-07-19 [melvin]     0.7.8claws80
11525
11526         * src/gtkspell.c
11527                 Removed a duplicate menu entry (fast mode) introduced during
11528                 the new cache merge
11529                 Added a menu separator between 'Use alternate' and 'Fast mode'
11530
11531 2002-07-19 [paul]       0.7.8claws79
11532
11533         * tools/Makefile.am
11534           tools/README
11535                 correct typos
11536
11537 2002-07-19 [thorsten]   0.7.8claws78
11538
11539         * tools/calypso_convert.pl      ** NEW FILE **
11540           tools/README
11541           tools/Makefile.am
11542                 script to import mbox files exported
11543                 by calypso
11544                 o generates folder structure
11545                 o includes attachments
11546
11547 2002-07-19 [melvin]     0.7.8claws77
11548
11549         * src/selective_download.[ch]
11550                 Fixed bug where closing the dialog with the window manager's
11551                 close button will not unlock the summary
11552                 Corrected some function declarations that missed a return value
11553                 Made the source code comply better with coding style.
11554         * src/prefs_common.c
11555                 Added new browser command line for Mozilla.
11556
11557 2002-07-18 [paul]       0.7.8claws76
11558
11559         * src/mainwindow.c
11560           src/selective_download.[ch]
11561                 reflect theme changes, fix Gdk Warning when creating 
11562                 pixmap from NULL window, and minor clean up.
11563                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11564
11565         * po/en_GB.po
11566                 updated
11567
11568 2002-07-17 [paul]       0.7.8claws75
11569
11570         * INSTALL[.jp]
11571                 sync with 0.8.0
11572         
11573         * po/en_GB.po
11574                 updated
11575
11576 2002-07-16 [paul]       0.7.8claws74
11577
11578         * tools/filter_conv.pl
11579           tools/README
11580                 replace conversion script with reimplemented version, 
11581                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11582
11583 2002-07-16 [colin]      0.7.8claws73
11584
11585         * src/summaryview.c
11586                 remove forgotten debug messages - sorry ;-)
11587
11588 2002-07-16 [colin]      0.7.8claws72
11589
11590         * src/mimeview.c
11591           src/summaryview.c
11592           src/textview.c
11593           src/textview.h
11594                 add the ability to select part of a text mime-part 
11595                 to reply.
11596
11597 2002-07-15 [christoph]  0.7.8claws71
11598
11599         * src/folder.c
11600                 fix folder message count for folders without
11601                 msg_is_changed (includes news folders)
11602
11603 2002-07-15 [martin]     0.7.8claws70
11604
11605         * src/summaryview.c
11606                 option "display recipient on 'From'..." now works
11607                 without the need of enabling the option
11608                 "display  sender  using  address  book".
11609
11610 2002-07-15 [christoph]  0.7.8claws69
11611
11612         * src/summaryview.c
11613                 removed setting folder status from summaryview.
11614                 folder.c should update all message counts correctly.
11615
11616 2002-07-15 [paul]       0.7.8claws68
11617
11618         * po/pt_BR.po
11619                 updated by Fabio Junior Beneditto
11620
11621 2002-07-15 [darko]      0.7.8claws67
11622
11623         * src/mh.c
11624                 Fixed target folder colorization, don't decrease op
11625                 number twice
11626
11627 2002-07-14 [paul]       0.7.8claws66
11628
11629         * sync with main 0.8.0
11630                 see ChangeLog 2002-07-14
11631
11632 2002-07-13 [melvin]     0.7.8claws65
11633         
11634         * src/addrbook.c
11635         * src/addressbook.c
11636         * src/addrindex.c
11637                 Replaced sprintf by g_snprintf to prevent possible buffer
11638                 overflow.
11639         * src/news.c
11640                 Corrected a log message output format.
11641                 Added a missing "done" debug output.
11642         * src/compose.c
11643                 Added keyboard accelerator for Priority menu items
11644                 Added missing \n in debug output
11645         * src/logwindow.c
11646         * src/gtkspell.c
11647         * src/rfc2015.c
11648                 Added missing \n in debug output
11649
11650 2002-07-13 [paul]       0.7.8claws64
11651
11652         * man/sylpheed.1
11653                 change Sergey's email address to the sf address
11654
11655         * src/textview.c
11656                 increase show_url_timeout (more useful for long
11657                 urls)
11658
11659 2002-07-12 [sergey]     0.7.8claws63
11660
11661         * src/rfc2015.c
11662                 applied (with some modifications) patch to set the
11663                 micalg parameter for signatures
11664                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11665
11666 2002-07-12 [sergey]     0.7.8claws62
11667
11668         * man/Makefile.am
11669         * configure.in
11670                 fixed man page installation
11671
11672 2002-07-12 [paul]       0.7.8claws61
11673
11674         * sync with 0.7.8cvs26
11675                 see ChangeLog 2002-07-11 and 2002-07-12
11676
11677 2002-07-11 [christoph]  0.7.8claws60
11678
11679         * src/compose.c
11680         * src/procmsg.c
11681                 first use the message number to find the message
11682                 to mark with a reply flag but check the
11683                 message-id if we got the correct message, if not
11684                 try to find it by message-id.
11685                 use new string seperator that is not allowed
11686                 in message-ids.
11687
11688 2002-07-11 [paul]       0.7.8claws59
11689
11690         * sync with 0.7.8cvs23
11691                 see ChangeLog 2002-07-10
11692
11693 2002-07-10 [christoph]  0.7.8claws58
11694
11695         * src/folder.[ch]
11696         * src/msgcache.[ch]
11697                 Added message-id table to the cache in memory
11698                 and functions to msgcache.c and folder.c to
11699                 fetch MsgInfos by message id
11700         * src/compose.c
11701         * src/procmsg.c
11702                 store folder and message-id of message replying
11703                 to in queue header and set reply flag after sending
11704                 (Closes bug #469498)
11705
11706 2002-07-10 [paul]       0.7.8claws57
11707
11708         * AUTHORS
11709           man/sylpheed.1.gz
11710                 add Martin to the list of authors
11711
11712 2002-07-09 [martin]     0.7.8claws56
11713         * src/gtksctree.c
11714                 Added gtk_ctree_last_visible(), tree_update_level(),
11715                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11716                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11717                 from gtk+ to gtksctree.c for the new sorting code
11718                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11719                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11720         * src/gtksctree.h
11721                 Added declaration for gtk_sctree_sort_recursive() and
11722                 gtk_sctree_sort_node
11723         * src/addressbook.c
11724         * src/foldersel.c
11725         * src/folderview.c
11726         * src/summaryview.c
11727                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11728                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11729
11730 2002-07-08 [paul]       0.7.8claws55
11731
11732         * more sync with 0.7.8cvs21
11733                 see ChangeLog 2002-07-08
11734
11735 2002-07-08 [paul]       0.7.8claws54
11736
11737         * sync with 0.7.8cvs21
11738                 see ChangeLog 2002-07-08
11739
11740 2002-07-07 [alfons]     0.7.8claws53
11741
11742         * src/Makefile.am
11743         * src/stock_pixmap.[ch]
11744         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11745         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11746         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11747                 add new pixmaps for upcoming notice pane
11748
11749 2002-07-06 [melvin]     0.7.8claws52
11750
11751         * src/gtkspell.[ch]
11752                 Made them a bit closer to Sylpheed's coding style.
11753                 Removed old code.
11754                 Removed possible memory leaks when some errors occurs.
11755
11756 2002-07-06 [melvin]     0.7.8claws51
11757
11758         * po/Makefile.in.in
11759                 Removed --no-location in xgettext command line to help
11760                 translators that use Emacs' po-mode
11761         * src/quote_fmt.c
11762                 Removed unnecessary comments that messed up sylpheed.pot
11763
11764 2002-07-06 [paul]       0.7.8claws50
11765
11766         * sync with 0.7.8cvs19
11767                 see ChangeLog 2002-07-05
11768
11769 2002-07-06 [christoph]  0.7.8claws49
11770
11771         * src/folder.c
11772         * src/mainwindow.c
11773                 fix folder_item_remove_all_msg and folderview
11774                 status for trash folders after emptying trash
11775
11776 2002-07-05 [paul]       0.7.8claws48
11777
11778         * sync with 0.7.8cvs16
11779                 see ChangeLog 2002-07-04 and 2002-07-05
11780
11781 2002-07-04 [paul]       0.7.8claws47
11782
11783         * sync with 0.7.8cvs14
11784                 see  ChangeLog 2002-07-04
11785
11786 2002-07-03 [alfons]     0.7.8claws46
11787
11788         * src/folder.c
11789                 dupe folder item's path because it's being reallocated
11790                 by new folder scanning code
11791
11792 2002-07-03 [christoph]  0.7.8claws45
11793
11794         * src/imap.c
11795                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11796         * src/msgcache.c
11797                 add missing return in msgcache_write
11798
11799 2002-07-02 [thorsten]   0.7.8claws44
11800
11801         * src/jpilot.c
11802         * src/msgcache.c
11803         * src/rfc2015.c
11804                 use binary mode for file access
11805
11806 2002-07-02 [christoph]  0.7.8claws43
11807
11808         * major code cleanup (part 1)
11809         
11810                 - unused variables removed
11811                 - unused functions removed
11812                 - uninitialized variables checked
11813                 - missing return statements added
11814                 - missing function return types added
11815                 - added parentheses around assignment and
11816                   && in || when suggested by gcc
11817               
11818         * src/mh.c
11819         * src/folder.c
11820                 replaced direct calls to folder->scan_tree
11821                 with folder_scan_tree and restore folder
11822                 prefs in this function. The folder should
11823                 not have to deal with them.
11824                 ( Should now work for all folder types )
11825
11826 2002-07-02 [paul]       0.7.8claws42
11827
11828         * sync with 0.7.8cvs13
11829                 see ChangeLog 2002-07-01 and 2002-07-02
11830
11831 2002-07-01 [christoph]  0.7.8claws41
11832
11833         * src/summaryview.c
11834                 fix "goto next/prev unread message" with
11835                 ignored threads
11836
11837 2002-07-01 [paul]       0.7.8claws40
11838
11839         * po/es.po
11840                 updated by Ricardo Mones Lastra
11841
11842 2002-06-30 [match]      0.7.8claws39
11843
11844         * src/jpilot.c
11845                 applied variation of leonerd's patch (566661) to
11846                 allow multiple email addresses per JPilot entry.
11847                 addresses may be separated by space, comma, pipe,
11848                 semi-colon, new-line.
11849
11850 2002-06-30 [alfons]     0.7.8claws38
11851
11852         * src/procmsg.c
11853                 simple fix for putting older nodes before
11854                 newer nodes when threading by subject
11855
11856 2002-06-30 [christoph]  0.7.8claws37
11857
11858         * src/folder.c
11859         * src/folderview.c
11860         * src/mh.c
11861         * src/news.c
11862         * src/procmsg.c
11863                 fix broken folder tree rescaning
11864                 and don't use procmsg_get_mark_sum
11865                 anymore
11866
11867 2002-06-30 [christoph]  0.7.8claws36
11868
11869         * merge new cache branch
11870         * src/imap.c
11871                 fix new cache imap copy bug
11872         * src/folder.c
11873                 improved folder_item_scan
11874                 it should now always set the correct
11875                 new, unread and total message counts
11876
11877 2002-06-29 [paul]       0.7.8claws35
11878
11879         * configure.in
11880                 correct syntax error
11881
11882 2002-06-29 [paul]       0.7.8claws34
11883
11884         * configure.in
11885           Makefile.am
11886           man/Makefile.am       ** NEW FILE **
11887           man/sylpheed.1.gz     ** NEW FILE **
11888                 add Sylpheed man page
11889
11890 2002-06-29 [paul]       0.7.8claws33
11891
11892         * po/pt_BR.po
11893                 updated by Fabio Junior Beneditto
11894
11895 2002-06-28 [jens]       0.7.8claws32
11896
11897         * po/de.po
11898                 translation updated
11899
11900         * src/selective_download.c
11901                 removed gettext for space " "
11902
11903         * src/imap.c
11904                 removed wrong space
11905
11906 2002-06-28 [paul]       0.7.8claws31
11907
11908         * sync with 0.7.8cvs11
11909                 see ChangeLog 2002-06-28
11910
11911 2002-06-28 [paul]       0.7.8claws30
11912
11913         * sync with 0.7.8cvs10
11914                 see ChangeLog 2002-06-27 and 2002-06-28
11915
11916 2002-06-26 [paul]       0.7.8claws29
11917
11918         * src/addrgather.c
11919           src/selective_download.c
11920                 don't gettextise empty strings.
11921                 reserved by gettext. gettext("") returns 
11922                 the header entry with meta information, 
11923                 not the empty string
11924
11925         * po/en_GB.po
11926                 updated
11927
11928 2002-06-26 [paul]       0.7.8claws28
11929
11930         * sync with 0.7.8cvs7
11931                 see ChangeLog 2002-06-25
11932
11933         * src/prefs_common.c
11934                 ...and in the process, tweak the gui a little
11935
11936 2002-06-25 [alfons]     0.7.8claws27
11937         
11938         * configure.in
11939         * src/Makefile.am
11940                 fine tune ldap library detection
11941
11942 2002-06-25 [alfons]     0.7.8claws26
11943
11944         * src/compose.c
11945                 don't allow return receipts when composing a news article
11946
11947 2002-06-25 [paul]       0.7.8claws25
11948
11949         * Makefile.am
11950                 add '$(AMTAR)' to 'release' section to allow for
11951                 new and older autotools
11952
11953 2002-06-25 [paul]       0.7.8claws24
11954
11955         * src/summaryview.c
11956                 fix "No more unread messages" persistant pop-up
11957                 window bug
11958
11959 2002-06-25 [paul]       0.7.8claws23
11960
11961         * po/it.po
11962                 updated by Alessandro Maestri
11963
11964 2002-06-25 [paul]       0.7.8claws22
11965
11966         * sync with 0.7.8cvs6
11967                 see ChangeLog 2002-06-25
11968
11969 2002-06-24 [paul]       0.7.8claws21
11970
11971         * tools/update-po
11972                 add GPL copyright information
11973
11974 2002-06-24 [paul]       0.7.8claws20
11975
11976         * tools/Makefile.am
11977           tools/README
11978           tools/update-po       ** NEW FILE **
11979                 add script that eases the creation of *.po files
11980                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11981
11982 2002-06-23 [alfons]     0.7.8claws19
11983
11984         * src/messageview.c
11985                 make notification_convert_header obey const correctness
11986                 (next step will be fixing the broken return receipt)
11987
11988 2002-06-23 [paul]       0.7.8claws18
11989
11990         * src/messageview.c
11991                 fix bug introduced in last commit:
11992                 removed too much code in last commit - put back what's
11993                 needed
11994
11995 2002-06-23 [paul]       0.7.8claws17
11996
11997         * src/messageview.[ch]
11998                 remove code committed in error from locally patched
11999                 source
12000
12001 2002-06-23 [colin]      0.7.8claws16
12002
12003         * src/compose.[ch]
12004                 add compose_entry_select(), used to select the default_to
12005                 email address - hopefully avoiding people sending mails to
12006                 wrong recipients.
12007
12008 2002-06-22 [alfons]     0.7.8claws15
12009
12010         * AUTHORS
12011                 add Bram Metsch & Stanislav Karchebny
12012         * src/smtp.[ch]
12013         * src/prefs_account.[ch]
12014         * src/send.c
12015                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
12016                   options.  (see <http://sourceforge.net/tracker/index.php
12017                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
12018
12019                 - merge Stanislav's fix to make SMTP AUTH work with qmail
12020                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
12021
12022 2002-06-22 [paul]       0.7.8claws14
12023
12024         * sync with 0.7.8cvs5
12025                 see ChangeLog 2002-06-19 and 2002-06-20
12026
12027 2002-06-22 [alfons]     0.7.8claws13
12028
12029         * src/selective_download.c
12030                 fix a stupid mistake I made
12031
12032 2002-06-22 [alfons]     0.7.8claws12
12033
12034         * src/selective_download.[ch]
12035                 fix another unnoticed leak; cleanup code
12036
12037 2002-06-21 [alfons]
12038
12039         * tools/Makefile.am
12040                 gpg-sign <-- gpg-sign-syl
12041
12042 2002-06-21 [alfons]     0.7.8claws11
12043
12044         * src/selective_download.c
12045         * src/selective_download.h
12046                 fix assorted mix of allocation errors (should solve
12047                 problem reported by Philippe Gramoullé, see:
12048                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
12049
12050 2002-06-20 [melvin]     0.7.8claws10
12051
12052         * tools/gpg-sign *REMOVED*
12053           tools/gpg-sign-syl *ADDED*
12054                 Replaced the gpg clearsigning script with the version using
12055                 xterm instead of ssh-askpass and changed its name.
12056
12057         * README.claws
12058                 Updated actions example to reflect the renaming of the
12059                 gpg clearsigning script.
12060
12061 2002-06-19 [paul]       0.7.8claws9
12062
12063         * sync with 0.7.8claws9
12064                 see ChangeLog 2002-06-18 and 2002-06-19
12065
12066 2002-06-19 [paul]       0.7.8claws8
12067
12068         * sync with 0.7.8cvs1
12069                 see ChangeLog 2002-06-18
12070
12071 2002-06-18 [alfons]     0.7.8claws7
12072
12073         * src/mainwindow.h
12074                 add omitted prototype
12075
12076 2002-06-17 [paul]       0.7.8claws6
12077
12078         * src/mainwindow.c
12079                 fix hiding of exec_btn
12080
12081 2002-06-17 [paul]       0.7.8claws5
12082
12083         * src/pop.c
12084                 remove unneeded code: should_delete() 
12085                 and Pop3State::uidl_todelete_list
12086
12087 2002-06-17 [paul]       0.7.8claws4
12088
12089         * sync with 0.7.8
12090                 see ChangeLog 2002-06-11 and 2002-06-13
12091
12092 2002-06-16 [alfons]     0.7.8claws3
12093         
12094         * src/folder.c
12095                 make sure lock sort mode (claws specific) is
12096                 also persists after a tree rescan
12097
12098 2002-06-16 [alfons]     0.7.8claws2
12099
12100         * src/prefs_folder_item.c
12101         * src/folder.[ch]
12102                 fix persistence of folder sort mode (broken
12103                 by adapting Hiro's new folder persistence code)
12104
12105 2002-06-16 [alfons]     0.7.8claws1
12106
12107         * AUTHORS
12108         * src/logwindow.c
12109         * src/prefscommon.[ch]
12110                 control size of log text in log window; 
12111                 closes patch #569155 submitted by Mitko Haralanov.
12112
12113 2002-06-15 [paul]       0.7.8claws
12114
12115         * release of 0.7.8claws
12116
12117 2002-06-15 [paul]       0.7.7claws
12118
12119         * po/pt_BR.po
12120                 updated by Fabio Junior Beneditto
12121
12122 2002-06-14 [paul]       0.7.6claws49
12123
12124         * po/es.po
12125                 updated by Ricardo Mones Lastra
12126
12127 2002-06-14 [paul]       0.7.6claws48
12128
12129         * po/nl.po
12130                 updated translation by Wilbert Berendsen
12131
12132 2002-06-14 [melvin]     0.7.6claws47
12133
12134         * po/fr.po
12135                 Updated French translation
12136
12137 2002-06-13 [paul]       0.7.6claws46
12138
12139         * src/filesel.c
12140                 allow filename to be typed in, rather than just
12141                 selected by the mouse. Patch by Gustavo Noronha Silva.
12142
12143 2002-06-13 [alfons]     0.7.6claws45
12144
12145         * src/mainwindow.[ch]
12146                 more cleanups (removing unnecessary menu items Expand 
12147                 summary / message view)
12148
12149 2002-06-13 [melvin]     0.7.6claws44
12150
12151         * po/POTFILES.in
12152                 Added src/string_match.c
12153         * src/string_match.c
12154                 Fixed possible buffer overflow.
12155                 Corrected typo.
12156                 Added missing config.h header.
12157         * src/prefs_common.c
12158           src/prefs_matcher.c
12159           src/prefs_scoring.c
12160                 Made some strings translatable (missing _(..)).
12161
12162 2002-06-13 [melvin]     0.7.6claws43
12163
12164         * README.claws
12165                 Corrected action example (verifying clearsigned mail).
12166         * src/prefs_account.c
12167                 Corrected typo.
12168         * src/prefs_common.c
12169                 Removed incorrect line that generated a Gtk-CRITICAL msg.
12170
12171 2002-06-12 [alfons]     0.7.6claws42
12172
12173         * src/summaryview.c
12174                 add init of score column lost in 0.7.6claws42
12175
12176 2002-06-12 [paul]       0.7.6claws41
12177
12178         * src/prefs_account.c
12179                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
12180                 behavior of the radio buttons, (from 0.7.7cvs2)
12181
12182 2002-06-11 [alfons]     0.7.6claws40
12183
12184         * src/messageview.[ch]
12185         * src/summaryview.[ch]
12186         * src/summary_search.c
12187         * src/mainwindow.c
12188                 perform a sync to bring in Hiro's separate view implementation 
12189
12190                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
12191
12192 2002-06-11 [paul]       0.7.6claws39
12193         
12194         * src/prefs_account.c
12195                 correct a typo on the Receive tab
12196
12197 2002-06-10 [match]      0.7.6claws38
12198
12199         * src/addressbook.c
12200                 Included address completion patch from Gustavo Noronha.
12201
12202 2002-06-10 [paul]       0.7.6claws37
12203
12204         * src/inc.[ch]
12205           src/pop.c
12206           src/prefs_account.[ch]
12207           src/selective_download.[ch]
12208                 apply PATCH #561712
12209                  NEW:
12210                 - check if POP Account
12211                 - Receive Button renamed to Preview
12212                 - Preview Button Popup: preview new/all messages
12213                 - Download Button
12214                 - Account Preferences-->Receive tab checkbutton if you
12215                   want to remove Mail after Download
12216                 -: default YES
12217                 - Account Preferences-->Receive tab checkbutton use
12218                   filtering rules on preview
12219                   (think of delete_on_server)
12220                 -: default YES
12221                 - Account selectable from SD dialog
12222                 - checkbutton to show already downloaded messages if
12223                   all messages are previewed
12224                 - new clist column showing Date
12225                 - ESC KEY close
12226                 FIXES:
12227                 - play ball with UIDL
12228                 - fault tolerant (?) 
12229                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12230
12231 2002-06-10 [melvin]     0.7.6claws36
12232
12233         * README.claws
12234                 Added a hint to ac/README in cvs instructions.
12235
12236         * src/prefs_actions.c
12237                 Made it possible to use a more elaborate command line
12238                 for asynchronous actions, too.
12239
12240 2002-06-10 [melvin]     0.7.6claws35
12241         
12242         * src/prefs_actions.c
12243                 Make it possible to use a more elaborate command line
12244                 (e.g. |foo|bar|cat>there;echo Done|)
12245                 Corrected error message when calling %f, %F and %p commands
12246                 from the compose window.
12247
12248 2002-06-09 [colin]      0.7.6claws34
12249
12250         * src/summaryview.c
12251                 Automatically find unread messages in current folder
12252                 before annoying the user.
12253
12254 2002-06-08 [alfons]     0.7.6claws33
12255
12256         * po/it.po
12257                 remove bad formatting string in it.po translation
12258                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12259
12260 2002-06-08 [paul]       0.7.6claws32
12261
12262         * sync with 0.7.6cvs25
12263                 see ChangeLog 2002-06-07
12264
12265 2002-06-05 [paul]       0.7.6claws31
12266
12267         * src/mainwindow.c
12268                 add 'Sort by locked' and 'Sort by score'
12269
12270 2002-06-05 [paul]       0.7.6claws30
12271
12272         * sync with 0.7.6cvs24
12273                 see ChangeLog 2002-06-04
12274
12275 2002-06-04 [paul]       0.7.6claws29
12276
12277         * po/pt_BR.po
12278                 updated by Fabio Junior Beneditto
12279
12280 2002-06-03 [thorsten]   0.7.6claws28
12281
12282         * src/matcher.c
12283                 fclose() matcherrc after reading
12284
12285 2002-06-03 [paul]       0.7.6claws27
12286
12287         * sync with 0.7.6cvs21
12288                 see ChangeLog 2002-05-31
12289
12290 2002-05-31 [paul]       0.7.6claws26
12291
12292         * sync with 0.7.6cvs20
12293                 see ChangeLog 2002-05-29 and 2002-05-30
12294
12295 2002-05-31 [paul]       0.7.6claws25
12296
12297         * src/imap.c
12298                 hopefully fix last buggy sync
12299
12300         * README.claws
12301                 correct typo in 'Actions' examples
12302
12303 2002-05-29 [paul]       0.7.6claws24
12304
12305         * sync with 0.7.6cvs18
12306                 see ChangeLog 2002-05-28 and 2002-05-29
12307
12308         * src/news.c
12309           src/nntp.[ch]
12310                 sync with above 
12311
12312 2002-05-28 [paul]       0.7.6claws23
12313
12314         * sync with 0.7.6cvs16
12315                 see ChangeLog 2002-05-28
12316
12317 2002-05-27 [thorsten]   0.7.6claws22 
12318
12319         * faq/it/sylpheed-faq-1.html
12320           faq/it/sylpheed-faq-2.html
12321           faq/it/sylpheed-faq-3.html
12322           faq/it/sylpheed-faq.html
12323                 corrected DOS lineendings
12324         * faq/de/sylpheed-faq-1.html
12325           faq/de/sylpheed-faq-2.html
12326           faq/en/sylpheed-faq-1.html
12327           faq/en/sylpheed-faq-2.html
12328           faq/en/sylpheed-faq-3.html
12329           faq/es/sylpheed-faq-1.html
12330           faq/es/sylpheed-faq-2.html
12331           faq/es/sylpheed-faq-3.html
12332           faq/fr/sylpheed-faq-1.html
12333           faq/it/sylpheed-faq-1.html
12334           faq/it/sylpheed-faq-2.html
12335           faq/it/sylpheed-faq-3.html
12336           faq/it/sylpheed-faq.html
12337                 changed ">" to &quot;
12338
12339 2002-05-27 [paul]       0.7.6claws21
12340         
12341         * sync with 0.7.6cvs15
12342                 see ChangeLog 2002-05-27
12343
12344 2002-05-27 [paul]       0.7.6claws20
12345
12346         * src/prefs_account.c
12347                 correct a typo
12348
12349 2002-05-26 [paul]       0.7.6claws19
12350
12351         * tools/README
12352                 correct a typo
12353
12354 2002-05-25 [paul]       0.7.6claws18
12355
12356         * tools/README
12357                 add description of kmail2sylpheed.pl
12358
12359 2002-05-25 [paul]       0.7.6claws17
12360
12361         * tools/kmail2sylpheed.pl       ** NEW FILE **
12362                 perl script that converts an exported Kmail address
12363                 book, converts it to sylpheed addressbook file,
12364                 writes the file to .sylpheed, and updates
12365                 addrbook--index.xml 
12366
12367 2002-05-25 [paul]       0.7.6claws16
12368
12369         * sync with 0.7.6cvs14
12370                 see ChangeLog 2002-05-23
12371
12372 2002-05-24 [paul]       0.7.6claws15
12373
12374         * README.claws
12375                 make a correction and add some more info
12376
12377 2002-05-24 [paul]       0.7.6claws14
12378
12379         * src/compose.c
12380                 fix memory leak in 
12381                 compose_redirect_write_headers_from_headerlist()
12382                 add Subject and Resent-Message-ID to
12383                 compose_redirect_write_headers()
12384                 Received, Subject, and X-UIDL are filtered out in 
12385                 compose_redirect_write_to_file()
12386
12387 2002-05-23 [paul]       0.7.6claws13
12388
12389         * src/compose.[ch]
12390           src/filtering.c
12391           src/mainwindow.c
12392           src/matcher.[ch]
12393           src/matcher_parser_lex.l
12394           src/matcher_parser_parse.y
12395           src/prefs_common.[ch]
12396           src/prefs_filtering.c
12397           src/summaryview.c
12398                 rename 'Bounce' to 'Redirect'
12399
12400 2002-05-23 [paul]       0.7.6claws12
12401
12402         * more sync with 0.7.6cvs13
12403           src/compose.c
12404                 see ChangeLog 2002-05-22
12405
12406 2002-05-22 [paul]       0.7.6claws11
12407
12408         * sync with 0.7.6cvs13
12409           src/codeconv.c
12410                 see ChangeLog 2002-05-20
12411           src/prefs_common.c
12412                 see ChangeLog 2002-05-22
12413
12414 2002-05-21 [melvin]     0.7.6claws10
12415
12416         * src/folderview.c
12417                 Added missing filtering and scoring headers
12418                 Fixed bad function call that showed garbage 
12419                 in Folder->Processing
12420
12421 2002-05-21 [paul]       0.7.6claws9
12422
12423         * tools/Makefile.am
12424                 make all tools executable, (patch by Alfons).
12425
12426 2002-05-20 [alfons]     0.7.6claws8
12427
12428         * src/procheader.c
12429                 don't forget to call mktime() so we have a valid week 
12430                 and year day
12431                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12432
12433 2002-05-20 [paul]       0.7.6claws7
12434
12435         * src/html.c
12436                 fix broken parsing of urls
12437         * src/textview.c
12438                 fix displaying of urls
12439
12440                 both fixes from the patch [547855] by Eugene 
12441                 Brevdo (zonem)
12442
12443 2002-05-19 [alfons]     0.7.6claws6
12444
12445         * configure.in
12446                 make sylpheed configure correctly with the latest
12447                 and greatest of automake / autoconf / gettext
12448
12449 2002-05-19 [alfons]     0.7.6claws5
12450
12451         * src/procheader.c
12452         * src/procheader.h
12453                 add function for returning ime zone offset
12454         * src/quote_fmt.c
12455         * src/quote_fmt_parse.y
12456                 better quotation formatting - does not convert
12457                 to local time, but uses the original date string.
12458                 
12459                 Note: %z inserts the timezone offset (should 
12460                 work also on platforms where strftime does not
12461                 support %z).
12462
12463 2002-05-18 [christoph]  0.7.6claws4
12464
12465         * src/summaryview.c
12466                 fix indentation of some code
12467         * tools/Makefile.am
12468                 fix spaces after \
12469         * src/Makefile.am
12470                 add missing \
12471                 correct path for ignorethread.xpm
12472                 incorrect filename for sylpheed_logo.xpm
12473                 add missing include matcher_parser_parse.h
12474
12475 2002-05-18 [paul]       0.7.6claws3
12476
12477         * sync with 0.7.6cvs8
12478                 see ChangeLog 2002-05-16 and 2002-05-17
12479
12480 2002-05-18 [melvin]     0.7.6claws2
12481
12482         * README.claws
12483                 Corrected an action's definition and fixed some misspellings.
12484
12485 2002-05-18 [paul]       0.7.6claws1
12486
12487         * tools/Makefile.am
12488           tools/gpg-sign        ** new file **
12489           tools/uudec           ** new file **
12490                 add Melvin's Actions scripts
12491
12492         * README.claws
12493                 add Melvin's descriptions for Actions
12494
12495 2002-05-18 [paul]       0.7.6claws
12496
12497         * Version 0.7.6claws released
12498
12499 2002-05-17 [paul]       0.7.5claws32
12500
12501         * po/es.po
12502                 updated by Ricardo Mones Lastra
12503
12504 2002-05-17 [paul]       0.7.5claws31
12505
12506         * src/compose.c
12507                 fix Account prefs default folder for sent/draft/deleted
12508                 messages bug
12509
12510         * po/it.po
12511           po/nl.po
12512                 updated translation by Alessandro Maestri and
12513                 Wilbert Berendsen
12514
12515 2002-05-17 [melvin]     0.7.5claws30
12516
12517         * src/prefs_actions.c
12518                 Fixed bug where using %F not at the end of the command 
12519                 resulted in an additional empty argument being created.
12520                 Thanks to Darko Koruga for reporting the bug.
12521
12522 2002-05-17 [melvin]     0.7.5claws29
12523
12524         * po/fr.po
12525                 Updated French translations.
12526
12527 2002-05-15 [paul]       0.7.5claws28
12528         
12529         * po/es.po
12530                 updated by Ricardo Mones Lastra
12531
12532 2002-05-15 [paul]       0.7.5claws27
12533
12534         * sync with 0.7.6cvs4
12535                 see ChangeLog 2002-05-14 and 2002-05-15
12536
12537 2002-05-14 [paul]       0.7.5claws26
12538
12539         * sync with 0.7.6cvs1
12540                 see ChangeLog 2002-05-13
12541
12542 2002-05-13 [thorsten]   0.7.5claws25
12543
12544         * src/messageview.c
12545                 fix select_all and copy in multipart messages
12546         * src/mainwindow.c
12547                 fix select_all and copy in multipart messages
12548
12549 2002-05-12 [paul]       0.7.5claws24
12550
12551         * src/summaryview.c
12552                 reverse last commit, bug already fixed in 0.7.5claws3
12553
12554 2002-05-12 [netztorte]  0.7.5claws23
12555
12556         * src/summaryview.c
12557                 dont parse empty addressbook (checked in before claws20)
12558
12559 2002-05-12 [melvin]     0.7.5claws22
12560
12561         * src/procmsg.[ch]
12562                 Removed unneeded priority code introduced by the previous 
12563                 commit.
12564
12565 2002-05-12 [melvin]     0.7.5claws21
12566
12567         * src/compose.[ch]
12568                 Added possibility to set message's priority.
12569         * src/procmsg.[ch]
12570                 Added possibility to set message's priority.
12571                 Added missing headers
12572
12573 2002-05-12 [melvin]     0.7.5claws20
12574
12575         * src/prefs_actions.c
12576                 Removed implicitely added quotes around the name
12577                 of the temporary files of mime parts.
12578
12579 2002-05-12 [paul]       0.7.5claws19
12580
12581         * sync with 0.7.5cvs20
12582                 see ChangeLog 2002-05-11
12583
12584 2002-05-12 [alfons]     0.7.5claws18
12585
12586         * src/quote_fmt_lex.l
12587         * src/quote_fmt_parse.y
12588                 allow quote / reply date & time format to be set using
12589                 %D{format}. format is a format string you'd pass to
12590                 strftime() (see man strftime, or the Display tab |
12591                 Date format setting).
12592
12593                 Currently %D converts the date to local time. 
12594
12595 2002-05-11 [paul]       0.7.5claws17
12596
12597         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12598                 see ChangeLog 2002-05-10 and 2002-05-11
12599
12600 2002-05-10 [paul]       0.7.5claws16
12601
12602         * sync with 0.7.5cvs16
12603                 see ChangeLog entries 2002-05-09 and 
12604                 2002-05-10
12605
12606 2002-05-10 [colin]      0.7.5claws15
12607
12608         * src/textview.c
12609                 Corrected a bug that prevented sylpheed to open
12610                 double-clicked URIs.
12611
12612 2002-05-09 [paul]       0.7.5claws14
12613
12614         * sync with 0.7.5cvs14
12615                 see ChangeLog 2002-05-08 and 2002-05-09
12616
12617 2002-05-08 [paul]       0.7.5claws13
12618
12619         * sync with 0.7.5cvs11
12620                 see ChangeLog entry 2002-05-08
12621
12622 2002-05-08 [paul]       0.7.5claws12
12623
12624         * src/mainwindow.c
12625           src/textview.[ch]
12626                 fix segfault on View->Open in new window
12627                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12628
12629 2002-05-07 [paul]       0.7.5claws11
12630
12631         * sync with 0.7.5cvs9
12632                 see ChangeLog entry 2002-05-07
12633
12634 2002-05-06 [paul]       0.7.5claws10
12635
12636         * src/messageview.c
12637           src/textview.c
12638                 display url in statusbar on single-click
12639                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12640
12641 2002-05-06 [match]      0.7.5claws9
12642
12643         * src/addritem.[ch]
12644                 new functions.
12645         * src/addrcache.c
12646                 tidy up.
12647         * src/xmlprops.[ch]
12648                 XML implementation of properties file.
12649         * src/exporthtml.[ch]
12650         * src/expthtmldlg.[ch]
12651         * src/addressbook.c
12652                 export to HTML.
12653
12654 2002-05-02 [sergey]     0.7.5claws8
12655
12656         * src/mainwindow.c (mainwin_entries),
12657           src/prefs_common.c (prefs_send_create()),
12658           src/codeconv.c (locale_table):
12659                 use charset name "Windows-1251" instead of "CP1251".
12660
12661 2002-05-02 [colin]      0.7.5claws7
12662         
12663         * src/compose.c
12664           src/prefs_common.c
12665           src/prefs_folder_item.c
12666                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12667
12668 2002-05-02 [hiro]       0.7.5claws6
12669
12670         * src/imap.c
12671                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12672
12673 2002-05-02 [paul]       0.7.5claws5
12674
12675         * src/compose.c
12676                 more sync with 0.7.5cvs7, see ChangeLog entry
12677                 2002-05-02
12678
12679 2002-05-02 [hiro]       0.7.5claws4
12680
12681         * src/compose.c
12682                 compose_queue_sub():
12683                 check if queue folder exists (closes #550397).
12684                 removed directory creation since it should be handled
12685                 transparently.
12686         * src/imap.c
12687                 imap_add_msg(): return UID for appended message
12688                 (closes #548842).
12689
12690 2002-04-30 [paul]       0.7.5claws3
12691
12692         * src/summaryview.c
12693                 fix account_find_from_address() bug
12694
12695 2002-04-28 [colin]      0.7.5claws2
12696
12697         * src/compose.c
12698           src/textview.c
12699           src/prefs_common.[ch]
12700           src/utils.[ch]
12701                 Added user-definable quotation characters recognition.
12702
12703 2002-04-28 [paul]       0.7.5claws1
12704
12705         * sync with 0.7.5cvs4
12706                 see ChangeLog entry  2002-04-25
12707
12708 2002-04-28 [paul]       0.7.5claws
12709
12710         * po/es.po
12711           po/nl.po
12712           po/pt_BR.po
12713                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12714                 Fabio Junior Beneditto
12715
12716 2002-04-27 [jens]       0.7.4claws103
12717
12718         * po/de.po
12719                 updated German translation.
12720
12721 2002-04-27 [hiro]       0.7.4claws102
12722
12723         * src/summaryview.c
12724                 summary_write_cache(): fixed the mark loss of hidden messages.
12725
12726 2002-04-26 [melvin]     0.7.4claws101
12727
12728         * src/procmsg.c
12729                 fixed a second typo (same one)
12730         * po/fr.po
12731           po/it.po
12732           po/pt_BR.po
12733                 fixed the type again...
12734
12735 2002-04-26 [melvin]     0.7.4claws100
12736
12737         * src/procmsg.c
12738                 fixed a typo in an alert message ("temorary").
12739         * po/it.po
12740         * po/pt_BR.po
12741                 corrected the typo  described above.
12742         * po/fr.po
12743                 updated French translation.
12744
12745 2002-04-26 [darko]      0.7.4claws99
12746
12747         * src/summaryview.c
12748                 fix target folder colorization
12749
12750 2002-04-25 [paul]       0.7.4claws98
12751
12752         * po/it.po
12753                 updated by Alessandro Maestri
12754
12755 2002-04-24 [colin]      0.7.4claws97
12756         
12757         * src/compose.c
12758                 Fixed double "subject is empty" question.
12759
12760 2002-04-23 [colin]      0.7.4claws96
12761         
12762         * src/mimeview.c
12763                 Corrected issue when "automatically display images" was
12764                 not set : first image remained after selecting second.
12765
12766 2002-04-23 [melvin]     0.7.4claws95
12767
12768         * src/prefs_actions.c
12769                 Don't display in/out dialog if there is nothing to show.
12770
12771 2002-04-23 [paul]       0.7.4claws94
12772
12773         * sync with 0.7.5cvs3
12774                 bug fixes: see ChangeLog entry 2002-04-23
12775
12776 2002-04-22 [darko]      0.7.4claws93
12777
12778         * src/compose.c
12779                 fix previous check-in which changed code after
12780                 merge from main
12781
12782 2002-04-22 [paul]       0.7.4claws92
12783
12784         * faq/de/*
12785                 add German FAQ
12786         * faq/en/*
12787           faq/es/*
12788           faq/fr/*
12789                 update English, Spanish and French FAQs
12790         * manual/de/*
12791           manual/es/*
12792                 add German and Spanish manuals
12793         * manual/en/*
12794           manual/fr/*
12795                 update English and French manuals
12796
12797         * src/Makefile.am
12798                 add to and re-arrange the pixmap entries
12799
12800 2002-04-22 [darko]      0.7.4claws91
12801
12802         * src/compose.c
12803                 fix sender initials recognition to only allow
12804                 '>' after the initials
12805
12806 2002-04-21 [paul]       0.7.4claws90
12807
12808         * sync with 0.7.5 release
12809                 see ChangeLog entry 2002-04-21
12810
12811 2002-04-21 [alfons]
12812
12813         * src/Makefile.am
12814                 add colin's new pixmaps to EXTRA_DIST
12815
12816 2002-04-21 [colin]      0.7.4claws89
12817         * src/compose.c
12818         * src/inc.c
12819         * src/mainwindow.[ch]
12820         * src/prefs_common.[ch]
12821         * src/stock_pixmap.[ch]
12822                 Added "Work offline" ability.
12823
12824 2002-04-21 [colin]      0.7.4claws88
12825         
12826         * src/mimeview.c
12827         * src/prefs_common.c
12828         * src/prefs_common.h
12829         * src/textview.c : Added an option to common preferences -> display
12830           to allow user not to automatically display images.
12831
12832 2002-04-21 [paul]       0.7.4claws87
12833
12834         * sync with 0.7.4cvs52
12835                 see ChangeLog entry 2002-04-21 (src/imap.c)
12836
12837 2002-04-21 [paul]       0.7.4claws86
12838
12839         * sync with 0.7.4cvs51
12840                 see ChangeLog entry 2002-04-21
12841
12842 2002-04-21 [paul]       0.7.4claws85
12843
12844         * sync with 0.7.4cvs49
12845                 see ChangeLog entries 2002-04-20 and 2002-04-21
12846
12847         * src/Makefile.am
12848                 clean up: remove old 'stock_' element from xpm 
12849                 filenames.
12850
12851 2002-04-21 [alfons]     0.7.4claws84
12852
12853         apply sync patch from Paul
12854
12855         * src/folderview.c
12856                 use old claws prefs_folder_item_create() for now
12857
12858 2002-04-19 [match]      0.7.4claws83
12859
12860         * src/addressbook.[ch]
12861         * src/addrharvest.[ch]
12862         * src/addrgather.[ch]
12863                 recurse folders.
12864         * src/mainwindow.c
12865         * src/summaryview.[ch]
12866                 change menu option.
12867
12868 2002-04-19 [paul]       0.7.4claws82
12869
12870         * po/pt_BR.po
12871                 updated by Fabio Junior Beneditto
12872
12873 2002-04-14 [alfons]     0.7.4claws81
12874
12875         * src/passphrase.c
12876                 add #include <sys/types.h> for mode_t and off_t 
12877
12878 2002-04-13 [paul]       0.7.4claws80
12879         
12880         * src/main.c
12881           src/passphrase.[ch]
12882           src/pgptext.c
12883           src/prefs_common.[ch]
12884           src/rfc2015.c
12885                 enable storing of GnuPG passphrase for the whole 
12886                 session or a user-defined number of minutes. patch 
12887                 submitted by Ravemax <ravemax@dextrose.com>
12888
12889 2002-04-13 [alfons]     0.7.4claws79
12890
12891         * src/textview.c
12892                 make email parser also stop scanning when encountering separators
12893                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12894
12895 2002-04-13 [paul]       0.7.4claws78
12896
12897         * sync with 0.7.4cvs39
12898                 see ChangeLog entry 2002-04-12
12899
12900 2002-04-11 [paul]       0.7.4claws77
12901
12902         * sync with 0.7.4cvs37
12903                 see ChangeLog entry 2002-04-11
12904
12905 2002-04-11 [paul]       0.7.4claws76
12906
12907         * COPYING 
12908                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12909                 the clause for OpenSSL). sync with sylpheed main
12910
12911 2002-04-09 [melvin]     0.7.4claws75
12912
12913         * src/compose.c
12914                 Made 'Ctrl-Enter' on send ignore some modifiers 
12915                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12916                 to bind other *-Enter (but not Alt-Enter).
12917
12918 2002-04-09 [paul]       0.7.4claws74
12919
12920         * sync with 0.7.4cvs35
12921                 see ChangeLog entries 2002-04-09
12922
12923 2002-04-08 [paul]       0.7.4claws73
12924
12925         * sync with 0.7.4cvs33
12926                 see ChangeLog entry 200-04-08
12927
12928 2002-04-07 [match]      0.7.4claws72
12929
12930         * src/addrharvest.[ch]
12931                 fixed to read all addresses in header, regardless
12932                 of header size. improved name parsing. accommodate
12933                 harvest from folders and selected message.
12934         * src/addritem.[ch]
12935                 included new address parsing function.
12936         * src/addrgather.[ch]
12937         * src/addressbook.[ch]
12938         * src/summaryview.[ch]
12939         * src/mainwindow.c
12940                 allow address harvest of folder as well as selected
12941                 messages.
12942
12943 2002-04-07 [paul]       0.7.4claws71
12944
12945         * src/esmtp.[ch]
12946           src/smtp.c
12947                 don't try to authenticate with CRAM-MD5 in SMTP when 
12948                 SMTP-AUTH enabled if MTA doesn't issue this 
12949                 auth-method in it's ehlo-response. bug item #531364,
12950                 patch item #938910. patch submitted by Colin Leroy 
12951                 <colin@colino.net>
12952
12953 2002-04-07 [paul]       0.7.4claws70
12954
12955         * src/nntp.c
12956                 fix missing MODE_READER bug. patch submitted by
12957                 Colin Leroy <colin@colino.net>
12958
12959 2002-04-07 [alfons]     0.7.4claws69
12960
12961         * src/matcher.[ch]
12962         * src/prefs_filtering.c
12963         * src/summaryview.c
12964                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12965                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12966
12967 2002-04-07 [paul]       0.7.4claws68
12968
12969         * sync with 0.7.4cvs32
12970                 see ChangeLog entry 2002-04-06
12971
12972         * tools/filter_conv.pl
12973                 more bug fixes
12974
12975 2002-04-06 [paul]       0.7.4claws67
12976
12977         * tools/filter_conv.pl
12978                 modify to be able to find the name of the first
12979                 mailbox and use that. main's filter does not
12980                 record the full path to the mailbox and therefore
12981                 can only filter to the first mailbox.
12982
12983 2002-04-05 [paul]       0.7.4claws66
12984
12985         * tools/filter_conv.pl
12986                 attempt to make the script all-encompassing and
12987                 be able to convert any main 'filter' rule thrown
12988                 at it
12989
12990 2002-04-05 [paul]       0.7.4claws65
12991
12992         * tools/filter_conv.pl
12993                 allow for collapsed folder trees
12994
12995 2002-04-05 [paul]       0.7.4claws64
12996
12997         * sync with 0.7.4cvs31
12998                 see ChangeLog entries 2002-04-05
12999
13000 2002-04-03 [paul]       0.7.4claws63
13001
13002         * sync with 0.7.4cvs29
13003                 see ChangeLog entries 2002-04-02 and 2002-04-03
13004
13005 2002-04-02 [paul]       0.7.4claws62
13006
13007         * sync with 0.7.4cvs26
13008                 see ChangeLog entry 2002-04-01
13009
13010 2002-04-02 [match]      0.7.4claws61
13011
13012         * src/pine.[ch]
13013         * src/importpine.[ch]
13014         * src/addressbook.c
13015                 import Pine address book.
13016
13017 2002-04-02 [match]      0.7.4claws60
13018
13019         * src/addrharvest.[ch]
13020                 improve address parsing of funky addresses.
13021
13022 2002-04-02 [darko]      0.7.4claws59
13023
13024         * src/compose.c
13025                 wrap on send improvements, it now recognizes quoted
13026                 initials as part of the quotation string, and it
13027                 does not join lines separated by CR
13028
13029 2002-04-01 [match]      0.7.4claws58
13030
13031         * src/mgutils.[ch]
13032                 added new functions.
13033         * src/mutt.[ch]
13034                 remove excessive duplicate address generation
13035                 on import.
13036
13037 2002-04-01 [alfons]     0.7.4claws57
13038         
13039         * src/summaryview.c
13040                 put back g_free() 
13041
13042 2002-04-01 [paul]       0.7.4claws56
13043
13044         * sync with 0.7.4cvs25
13045                 see ChangeLog entry 2002-04-01
13046
13047 2002-04-01 [alfons]     0.7.4aprilfool55
13048
13049         * src/summaryview.c
13050                 honour feature request item #537427 to allow for
13051                 displaying names from address book for sent mail also
13052
13053 2002-03-29 [paul]       0.7.4claws54
13054
13055         * src/mainwindow.c
13056           src/prefs_filtering.[ch]
13057           src/prefs_matcher.c
13058           src/summaryview.c
13059                 add 'fast filter' for claws' filtering,
13060                 /Tools/Create filter rule/... patch submitted
13061                 by Neill Miller <neillm@thecodefactory.org>
13062
13063 2002-03-29 [paul]       0.7.4claws53
13064
13065         * sync with 0.7.4cvs24
13066                 see ChangeLog entry 2002-03-29
13067
13068 2002-03-28 [paul]       0.7.4claws52
13069
13070         * sync with 0.7.4cvs23
13071                 see ChangeLog entry 2002-03-28
13072
13073 2002-03-27 [melvin]     0.7.4claws51
13074
13075         * src/prefs_actions.c
13076                 Added support to pass only one message part (as a
13077                 file) to the command using '%p'. No quotes are needed
13078                 because doubles quotes are automatically added.
13079                 Fixed bug where Sylpheed could block when waiting for
13080                 a child process to finish.
13081                 Changed the help menu to remove quotes around symbols to 
13082                 avoid misinterpretation (they must not be used).
13083
13084 2002-03-27 [melvin]     0.7.4claws50
13085
13086         * src/inc.c
13087                 Made the new mail notification command always 
13088                 execute asynchronously.
13089
13090 2002-03-27 [paul]       0.7.4claws49
13091
13092         * src/compose.c
13093                 fix bug introduced in last commit
13094
13095 2002-03-27 [paul]       0.7.4claws48
13096
13097         * sync with 0.7.4cvs21
13098                 see ChangeLog 2002-03-26 and 2002-03-27
13099
13100 2002-03-26 [hoa]        0.7.4claws47
13101
13102         * src/prefs_folder_item.c
13103                 really fixed the bug #516442 with folder rescan.
13104
13105 2002-03-26 [paul]       0.7.4claws46
13106
13107         * sync with 0.7.4cvs19
13108                 see ChangeLog entries 2002-03-25 and 2002-03-26
13109
13110 2002-03-25 [hoa]        0.7.4claws45
13111
13112         * src/matcher.c
13113         * src/mh.c
13114                 fix the bug #516442 with folder rescan.
13115
13116         * src/prefs_common.[ch]
13117         * src/compose.c
13118                 added an option to enable two different behaviours
13119                 for bounce.
13120
13121
13122 2002-03-25 [paul]       0.7.4claws44
13123
13124         * src/mainwindow.c
13125           src/selective_download.c
13126                 correct a few menuitem labels
13127
13128 2002-03-25 [christoph]  0.7.4claws43
13129
13130         * src/procmsg.c
13131                 fix non deleted tmp message in
13132                 procmsg_save_to_outbox
13133                 fix problems caused by sync with
13134                 main branch's procmsg_send_queue
13135
13136 2002-03-25 [paul]       0.7.4claws42
13137
13138         * src/quote_fmt.c
13139           src/quote_fmt_lex.l
13140           src/quote_fmt_parse.y
13141                 add Last name (%L) placeholder for quoting. 
13142                 patch submitted by Thorsten Thielen 
13143                 <thth@users.sourceforge.net>
13144
13145 2002-03-25 [paul]       0.7.4claws41
13146
13147         * src/utils.c
13148                 get full hostname. patch submitted by
13149                 Bob Woodside <rwoodside1@comcast.net>
13150
13151 2002-03-25 [paul]       0.7.4claws40
13152
13153         * src/account.c
13154           src/news.c
13155           src/nntp.[ch]
13156           src/prefs_account.[ch]
13157                 enable NNTP over SSL. patch submitted by
13158                 Pascal Jermini <pascal@infinity.hn.org>
13159
13160 2002-03-24 [paul]       0.7.4claws39
13161
13162         * src/prefs_common.c
13163                 make the arrangement of the Compose tab more
13164                 coherent
13165
13166         * src/mainwindow.c
13167                 fix some irregularities of style
13168
13169         * po/de.po
13170                 updated by Kilian Krause
13171
13172 2002-03-23 [paul]       0.7.4claws38
13173
13174         * po/pt_BR.po
13175                 updated by Fabio Junior Beneditto
13176
13177 2002-03-23 [paul]       0.7.4claws37
13178
13179         * src/mainwindow.c
13180                 move 'Gather addresses' to 'Tools' menu
13181                 make 'Selective download' sensitive
13182
13183 2002-03-23 [paul]       0.7.4claws36
13184
13185         * sync with 0.7.4cvs16
13186                 see ChangeLog entries 2002-03-23
13187
13188 2002-03-22 [christoph]  0.7.4claws35
13189
13190         * src/quote_fmt_parse.y
13191                 fix include program output
13192
13193 2002-03-22 [alfons]     0.7.4claws34
13194
13195         * src/pop.c
13196                 initialize GDate stack variable correctly (sorry!)
13197
13198 2002-03-22 [paul]       0.7.4claws33
13199
13200         * src/compose.c
13201           src/mainwindow.c
13202           src/prefs_actions.c
13203           src/prefs_common.c
13204                 rename 'Tool' to 'Tools'
13205
13206         * src/mainwindow.c
13207                 move 'Delete duplicated messages' from
13208                 'Message/' to 'Tools/'
13209                 re-arrange the order of 'Tools/' items
13210
13211 2002-03-22 [paul]       0.7.4claws32
13212
13213         * src/addr_compl.c
13214           src/addressbook.[ch]
13215                 auto-address completion now also matches on
13216                 Nickname. patch submitted by Bob Forsman 
13217                 <hammor@users.sourceforge.net>
13218
13219         * src/editaddress.c
13220                 correct a spelling mistake
13221
13222 2002-03-22 [alfons]     0.7.4claws31
13223
13224         * src/pop.c
13225                 fix getting uidl from incorrect string 
13226                 (spotted by Colin)
13227
13228 2002-03-21 [alfons]     0.7.4claws30
13229
13230         * src/pop.c
13231                 more code refactoring
13232                 plug mem leak introduced by delete on server
13233
13234 2002-03-21 [paul]       0.7.4claws29
13235
13236         * sync with 0.7.4cvs11
13237                 see ChangeLog entries 2002-03-20
13238
13239 2002-03-20 [alfons]     0.7.4claws28
13240
13241         * src/inc.c
13242                 apply Colin's patch and refactor
13243
13244 2002-03-20 [paul]       0.7.4claws27
13245
13246         * sync with sylpheed 0.7.4cvs9
13247                 see ChangeLog entry 2002-03-20
13248
13249 2002-03-19 [christoph]  0.7.4claws26
13250
13251         * src/mh.c
13252         * src/procmsg.[ch]
13253         * src/summaryview.c
13254                 revert changes for flag updates
13255                 (does not work correctly and no time to debug)
13256
13257 2002-03-20 [alfons]     0.7.4claws25
13258
13259         * src/pop.c
13260                 refactor should_delete() a little bit 
13261
13262 2002-03-19 [paul]       0.7.4claws24
13263
13264         * src/inc.[ch]
13265           src/pop.c
13266           src/prefs_account.[ch]
13267                 allow the user to leave downloaded mail on the 
13268                 server for n days. Patch submitted by Colin Leroy 
13269                 <colin@colino.net>
13270
13271 2002-02-19 [paul]       0.7.4claws23
13272
13273         * sync with sylpheed 0.7.4cvs8
13274                 see ChangeLog entries 2002-03-19
13275
13276 2002-03-18 [paul]       0.7.4claws22
13277
13278         * sync with sylpheed 0.7.4cvs6
13279                 see ChangeLog entry 2002-03-18
13280
13281 2002-03-18 [paul]       0.7.4claws21
13282
13283         * po/en_GB.po
13284                 add en_GB message catalogue
13285
13286         * src/mbox_folder.c
13287           src/prefs_account.c
13288           src/prefs_actions.c
13289                 correct a few spelling mistakes
13290
13291 2002-03-17 [alfons]     0.7.4claws20
13292
13293         * src/matcher.c
13294                 more stringent checks for NULL params when writing
13295                 filtering actions to a file
13296                 
13297 2002-03-17 [hoa]        0.7.3claws20
13298
13299         * src/news.c
13300                 fixed the count of new messages
13301
13302         * src/compose.c
13303                 fixed the "attachment properties" window
13304
13305 2002-03-17 [paul]       0.7.4claws19
13306
13307         * src/defs.h
13308           src/folder.h
13309           src/news.c
13310           src/prefs_account.[ch]
13311           src/procmsg.[ch]
13312           src/summaryview.c
13313                 automatically mark cross-posted messages as read 
13314                 and (optionally) give them a colour label
13315                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13316                 
13317
13318 2002-03-17 [paul]       0.7.4claws18
13319
13320         * sync with sylpheed 0.7.4cvs5
13321                 see ChangeLog entry 2002-03-17
13322
13323 2002-03-17 [melvin]     0.7.4claws17
13324         
13325         * src/textview.c
13326                 Worked around a gtktext 'bug': when searching for 
13327                 a text in a long message it was scrolling slowly
13328                 line by line until it hit the searched text.
13329         * po/fr.po
13330                 Updated French translation
13331
13332 2002-03-17 [melvin]     0.7.4claws16
13333
13334         * src/mainwindow.c
13335         * src/compose.c
13336         * src/prefs_actions.c
13337                 Moved "Edit/Actions" to "Tool/Actions"
13338                 Made mainwindow/compose window sensitive as soon as
13339                 no child process is running anymore even if the io dialog
13340                 is open.
13341                 Fixed a struct being initialized with a non constant char*
13342
13343 2002-03-16 [christoph]  0.7.4claws15
13344
13345         * configure.in
13346                 add --with-compiler-flags option
13347                 (only for developer hacking)
13348         * src/mh.c
13349         * src/procmsg.[ch]
13350         * src/summaryview.c
13351                 try to make folder-stats and flag handling more
13352                 independent from the summaryview. msgcounts
13353                 are only set when the folder is opened and
13354                 procmsg_msginfo_(un)set_flags will handle it
13355                 later and summaryview will get the values
13356                 from the folder.
13357
13358 2002-03-16 [paul]       0.7.4claws14
13359
13360         * src/messageview.c
13361                 fix Return-receipt. Patch submitted by Bob
13362                 Woodside <rwoodside1@comcast.net>
13363
13364 2002-03-16 [paul]       0.7.4claws13
13365
13366         * src/compose.c
13367                 fix 'dynamic' signatures, make it work again
13368                 broken during sync on 2002-03-14 (0.7.4claws2)
13369
13370 2002-03-15 [match]      0.7.4claws12
13371
13372         * src/addrharvest.[ch]
13373         * src/addrgather.[ch]
13374         * src/addressbook.[ch]
13375         * src/mainwindow.c
13376                 included address harvester feature. still some
13377                 issues with address parsing that I will fix.
13378
13379 2002-03-15 [match]      0.7.4claws11
13380
13381         * src/addrbook.[ch]
13382         * src/addrcache.[ch]
13383         * src/addressbook.[ch]
13384         * src/addrindex.c
13385         * src/editbook.c
13386         * src/importldif.c
13387         * src/importmutt.c
13388         * src/jpilot.[ch]
13389         * src/main.c
13390         * src/syldap.[ch]
13391         * src/vcard.[ch]
13392                 tidy up. fix memory leaks. moved attribs and methods
13393                 from individual interfaces to addrcache object. prep
13394                 for new stuff to come in.
13395
13396 2002-03-15 [alfons]     0.7.4claws10
13397
13398         * src/matcher.[ch]
13399         * src/matcher_parser_parse.y
13400         * src/matcher_parser_lex.l
13401         * src/prefs_matcher.c
13402                 add filtering conditions message greater than, smaller 
13403                 than, and exactly matching a size in bytes
13404                 (does not work with delete from POP3 server yet)
13405
13406                 this should also give others an idea what you should
13407                 do to add new criterions to claws filtering system
13408                 
13409
13410 2002-03-15 [paul]       0.7.4claws9
13411
13412         * tools/filter_conv.pl
13413                 exit if there are no filter rules to convert
13414                 rename filterrc to filterrc.old after completion
13415
13416 2002-03-15 [paul]       0.7.4claws8
13417
13418         * sync with sylpheed 0.7.4cvs3
13419                 see ChangeLog entry 2002-03-14
13420
13421 2002-03-14 [paul]       0.7.4claws7
13422
13423         * src/compose.c
13424                 clean up the last commit (ahem)
13425
13426 2002-03-14 [paul]       0.7.4claws6
13427
13428         * src/compose.c
13429                 fix bug #515655. honour account preferences
13430                 regarding gpg default signing/encryption when 
13431                 changing account from the compose window.
13432
13433 2002-03-14 [paul]       0.7.4claws5
13434
13435         * src/folderview.c
13436                 remove unnecessary curly brackets
13437
13438 2002-03-14 [paul]       0.7.4claws4
13439
13440         * src/folderview.c
13441           src/prefs_filtering.[ch]
13442                 add filter rename on folder rename and filter
13443                 delete on folder delete. Patch submitted by
13444                 Neill Miller <neillm@thecodefactory.org> 
13445
13446 2002-03-14 [christoph]  0.7.4claws3
13447
13448         * src/procmsg.c
13449         * src/send.c
13450                 fix local delivery
13451                 (patch submitted by "Simon 'corecode' Schubert")
13452         * src/prefs_common.c
13453         * src/procmsg.c
13454                 fix gcc 3.0 warning
13455
13456 2002-03-14 [paul]       0.7.4claws2
13457
13458         * sync with sylpheed 0.7.4cvs2
13459                 see ChangeLog entry 2002-03-13
13460
13461 2002-03-12 [darko]      0.7.4claws1
13462
13463         * src/mainwindow.c
13464                 fix what seems to be a copy and paste error
13465                 when setting color for important messages
13466                 (reported by wwp)
13467
13468 2002-03-11 [paul]       version 0.7.4claws released
13469
13470 2002-03-11 [paul]       0.7.4claws
13471
13472         * po/es.po
13473           po/it.po
13474           po/nl.po
13475           po/pt_BR.po
13476                 update message catalogs. Submitted by Ricardo Mones 
13477                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13478                 Fabio Junior Beneditto
13479
13480         * configure.in
13481           faq/Makefile.am
13482           faq/it/Makefile
13483           faq/it/sylpheed-faq*
13484           src/mainwindow.c
13485           src/manual.[ch]
13486                 add FAQ in Italian
13487         
13488
13489 2002-03-11 [jens]       0.7.3claws7
13490
13491         * po/de.po
13492                 updated German translation
13493
13494 2002-03-11 [melvin]     0.7.3claws6
13495
13496         * po/fr.po
13497                 updated and corrected French translation
13498
13499 2002-03-10 [hoa]        0.7.3claws5
13500
13501         * src/account.c
13502         * src/inc.c
13503         * src/prefs_account.c
13504         * src/procmsg.c
13505         * src/send.[ch]
13506                 fixed the local account.
13507                 you have to change the default "/usr/sbin/sendmail"
13508                 to "/usr/sbin/sendmail -t" in the preferences of
13509                 the local account.
13510
13511         * src/procmime.c
13512                 removed some debug display for renderer
13513
13514 2002-03-10 [paul]       0.7.3claws4
13515
13516         * faq/en/sylpheed-faq-1.html
13517           faq/en/sylpheed-faq-2.html
13518                 update
13519
13520 2002-03-09 [paul]       0.7.3claws3
13521
13522         * sync with sylpheed 0.7.4
13523                 see ChangeLog entry 2002-03-09
13524
13525 2002-03-08 [paul]       0.7.3claws2
13526
13527         * faq/en/sylpheed-faq*
13528           faq/es/sylpheed-faq*
13529           faq/fr/sylpheed-faq*
13530                 update the FAQs
13531
13532         * manual/fr/.cvsignore
13533           manual/fr/Makefilea.am
13534           manual/fr/sylpheed*
13535           src/mainwindow.c
13536           src/manual.[ch]
13537                 add the French manual
13538
13539 2002-03-07 [paul]       0.7.3claws1
13540
13541         * sync with sylpheed 0.7.3cvs4
13542                 see ChangeLog entries  2002-03-06 and 2002-03-07
13543         
13544         * po/nl.po
13545                 updated by Wilbert Berendsen
13546
13547 2002-03-07 [melvin]     0.7.2claws34
13548
13549         * src/selective_download.c
13550                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13551
13552 2002-03-06 [paul]       0.7.2claws33
13553
13554         * sync with sylpheed 0.7.3cvs1
13555                 bug fix, see ChangeLog entry 2002-03-05
13556
13557 2002-03-05 [paul]       0.7.2claws32
13558
13559         * src/mimeview.c
13560           src/pgptext.[ch]
13561           src/procmsg.c
13562                 reverse the pgp ascii-armored code implemented in 
13563                 0.7.2claws16. removal of this code until it matures.
13564                 this means that verifying ascii-armored pgp sigs and
13565                 automatic decryption of ascii-armored encrypted
13566                 messages no longer works.
13567
13568 2002-03-05 [paul]       0.7.2claws31
13569
13570         * configure.in
13571           Makefile.am
13572         * faq/Makefile.am
13573         * faq/en/Makefile.am
13574           faq/en/sylpheed-faq.html
13575           faq/en/sylpheed-faq-1.html
13576           faq/en/sylpheed-faq-2.html
13577           faq/en/sylpheed-faq-3.html
13578         * faq/es/Makefile.am
13579           faq/es/sylpheed-faq.html
13580           faq/es/sylpheed-faq-1.html
13581           faq/es/sylpheed-faq-2.html
13582           faq/es/sylpheed-faq-3.html
13583           faq/es/sylpheed-faq-4.html
13584         * faq/fr/Makefile.am
13585           faq/fr/sylpheed-faq.html
13586           faq/fr/sylpheed-faq-1.html
13587           faq/fr/sylpheed-faq-2.html
13588           faq/fr/sylpheed-faq-3.html
13589         * src/Makefile.am
13590           src/defs.h
13591           src/mainwindow.c
13592           src/manual.[ch]
13593                 add FAQs in English, Spanish and French
13594
13595
13596 2002-03-05 [paul]       0.7.2claws30
13597
13598         * manual/en/sylpheed.html
13599           manual/en/sylpheed-XX.html
13600                 updated the English manual
13601
13602 2002-03-05 [hoa]        
13603
13604         * src/summaryview.c
13605                 dialog box pops up if the article can't be deleted.
13606
13607 2002-03-04 [paul]       
13608         
13609         * po/pt_BR.po
13610                 updated by Fabio Junior Benedito
13611
13612 2002-03-04 [hoa]
13613
13614         * removed ac/gpgme.m4
13615                 to avoid autogen common problem
13616                 developers have to install gpgme development package now
13617
13618         * src/compose.c
13619                 encoding to 7bit or 8bit is enabled.
13620
13621 2002-03-03 [alfons]     0.7.2claws29
13622
13623         * src/pop.c
13624                 merge fix by Oliver Haertel for selective
13625                 download buglet
13626
13627 2002-03-03 [paul]       0.7.2claws28
13628         
13629         * sync with sylpheed 0.7.3
13630
13631 2002-03-03 [paul]       0.7.2claws27
13632
13633         * sync with sylpheed 0.7.2cvs24
13634                 see ChangeLog entries 2002-03-02 and 2002-03-03
13635
13636 2002-03-02 [melvin]     0.7.2claws26
13637
13638         * src/inc.[ch]
13639         * src/main.c
13640         * src/mainwindow.c
13641         * src/prefs_common.[ch]
13642                 Added user definable notification on new mail arrival.
13643                 Removed unused variables in spell checker prefs code.
13644
13645 2002-03-02 [melvin]     0.7.2claws25
13646
13647         * src/quote_fmt.c
13648                 Removed unnecessary escape sequences.
13649                 Changed 'Initial...' to 'Initials of Sender'
13650
13651 2002-03-02 [paul]       0.7.2claws24
13652
13653         * sync with sylpheed 0.7.2cvs22
13654                 see ChangeLog entry 2002-03-01
13655
13656 2002-03-01 [hoa]        0.7.2claws23
13657
13658         * src/mainwindow.c
13659                 Set sensitivity of delete actions to active
13660                 even if the folder is a newsgroup.
13661
13662         * src/summaryview.c
13663                 - Set sensitivity of delete actions
13664                 - Added function check_permission() that will check if the
13665                   user is authorized to delete a message. For news, it
13666                   will check if the author is the same.
13667                 - Enabled deletion when there is no trash folder.
13668
13669         * src/news.[ch]
13670                 - Added news_cancel_article() to cancel articles
13671                 - Implemented news_remove_message() (public function)
13672
13673 2002-03-01 [paul]       0.7.2claws22
13674
13675         * src/gtkutils.c
13676           src/textview.c
13677                 recognise urls that that don't include 'http://' and
13678                 simply begin 'www.' 
13679
13680         * AUTHORS
13681                 remove duplicated name
13682
13683 2002-02-28 [paul]       0.7.2claws21
13684
13685         * src/mainwindow.c
13686           src/summaryview.[ch]
13687                 add ability to 'Select thread'
13688                 combines Melvin's "Select thread's head" patch (#510907)
13689                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13690                 patch (#518514) 
13691
13692 2002-02-28 [paul]       0.7.2claws20
13693
13694         * src/mimeview.c
13695                 hopefully fix segfault on right-clicking a mime part
13696                 that some people have experienced.      
13697                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13698
13699 2002-02-28 [paul]       0.7.2claws19
13700
13701         * sync with sylpheed 0.7.2cvs21
13702                 see ChangeLog entries 2002-02-27 and 2002-02-28
13703
13704 2002-02-27 [paul]       0.7.2claws18
13705
13706         * sync with sylpheed 0.7.2cvs18
13707                 see ChangeLog entries 2002-02-26 and 2002-02-27
13708
13709 2002-02-26 [alfons]     0.7.2claws17
13710
13711         * src/procheader.c
13712                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13713                 (spotted by Chris Hessman <idatech@gmx.net>)
13714
13715 2002-02-26 [paul]       0.7.2claws16
13716
13717         * src/mimeview.c
13718           src/pgptext.[ch]
13719           src/procmsg.c
13720                 make decryption of ascii-armored pgp encrypted messages
13721                 and verification of ascii-armored signatures work again.
13722                 slightly altered from the patch by Jens Jahnke 
13723                 <jan0sch@gmx.net>
13724
13725                 ##FIX ME##
13726                 * the checking of plaintext signatures always comes up in 
13727                   a popup box
13728                 * it doesn't work for multipart messages 
13729                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13730                   including the msg headers and these 2 line themselves, are 
13731                   not displayed
13732
13733         * src/mainwindow.c
13734                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13735                 "View/Message View" becomes "View/Separate Message View"
13736                 because its less ambiguous.
13737
13738         * po/es.po
13739                 updated by Ricardo Mones Lastra
13740
13741 2002-02-26 [paul]       0.7.2claws15
13742
13743         * sync with sylpheed 0.7.2cvs17
13744                 see ChangeLog entries 2002-02-25 and 2002-02-26
13745
13746 2002-02-25 [christoph]  0.7.2claws14
13747
13748         * src/filtering.[ch]
13749         * src/inc.c
13750                 do filtering stuff after all messages have been received
13751                   1. drop all messages to .processing
13752                   2. scan processing folder for messages
13753                   3. filter messages or move to inbox
13754                 this will also find old messages left in processing after
13755                 a crash or something like that and we get a real msginfo
13756                 from folder->get_msg_list and do not have to create our
13757                 own in filter_message
13758         * src/matcher_parser_parse.y
13759                 remove MIX/MAX warning (reordered includes)
13760
13761 2002-02-25 [paul]       0.7.2claws13
13762
13763         * sync with sylpheed 0.7.2cvs15
13764                 see ChangeLog entry 2002-02-24
13765
13766 2002-02-24 [alfons]     0.7.2claws12
13767
13768         * src/filtering.c
13769                 clear old color flags first when applying a new color to
13770                 a message info. 
13771                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13772
13773 2002-02-24 [alfons]     0.7.2.claws11
13774         
13775         * AUTHORS
13776         * src/prefs_common.c
13777                 add presets for Opera and Konqueror, closes patch #517261,
13778                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13779
13780 2002-02-24 [alfons]     0.7.2.claws10
13781
13782         * AUTHORS
13783         * src/summaryview.c
13784                 fix threading for null message ids, closes patch #521601,
13785                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13786
13787 2002-02-24 [alfons]     0.7.2claws9
13788
13789         * src/summaryview.c
13790         * src/filtering.c
13791                 make Tool | Filter Message work with filtering system so
13792                 setting flags also works
13793
13794                 TODO:
13795
13796                 - Processing uses the same function as Tool | Filter
13797                   Message, but doesn't use the same update proc yet
13798
13799 2002-02-23 [paul]       0.7.2claws8
13800
13801         * sync with sylpheed 0.7.2cvs14
13802                 see ChangeLog entries 2002-02-22 and 2002-02-23
13803
13804 2002-02-22 [christoph]  0.7.2claws7
13805
13806         * src/quote_fmt.c
13807                 Add column space to table
13808         * src/quote_fmt_parse.y
13809                 Close files
13810
13811 2002-02-22 [paul]       0.7.2claws6
13812
13813         * src/Makefile.am
13814           src/defs.h
13815           src/filtering.c
13816           src/inc.[ch]
13817           src/mainwindow.c
13818           src/matcher.[ch]
13819           src/matcher_parser_lex.l
13820           src/matcher_parser_parse.y
13821           src/pop.[ch]
13822           src/prefs_account.h
13823           src/prefs_filtering.c
13824           src/selective_download.[ch]   *** NEW FILES ***
13825           src/utils.[ch]
13826           po/POTFILES.in
13827                 Selective Download added to 'Tool' menu. 
13828                 Retrieves email headers of the currently selected pop3 
13829                 account and allows the user to mark emails for deletion 
13830                 right on the pop3 server. Patch submitted by Oliver Haertel 
13831                 <oha@users.sourceforge.net>.
13832         
13833         * po/POTFILES.in
13834                 add 'src/quote_fmt.c'           
13835
13836 2002-02-22 [christoph]  0.7.2claws5
13837
13838         * src/Makefile.am
13839                 added quote_fmt.c
13840         * src/prefs_common.[ch]
13841         * src/prefs_template.c
13842         * src/quote_fmt.c               *** NEW FILE ***
13843         * src/quote_fmt.h
13844                 move quote format symbol description code
13845                 to it's own file because it is used from
13846                 differnent code parts
13847                 Rewrote symbol description GUI
13848                   + use table
13849                   + add separators
13850                   + get data from array (no more long constant strings)
13851         * src/quote_fmt_lex.l
13852         * src/quote_fmt_parse.y
13853                 Symbol for Literal % changed to \% instead of %%
13854                 (More logical as \ is used for quoting for other symbols)
13855                 Add |f and |p to include files and program output
13856                 Examples:
13857                     |f{/home/.../.signature}
13858                     |p{date}
13859         * po/de.po
13860                 Correct wrong spelling for "Referenzen"
13861
13862 2002-02-21 [paul]       0.7.2claws4
13863
13864         * src/procmsg.c
13865                 forgotten during sync
13866
13867 2002-02-21 [paul]       0.7.2claws3
13868
13869         * sync with sylpheed 0.7.2cvs11
13870                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13871                 2002-02-20 and 2002-02-21
13872
13873 2002-02-20 [melvin]     0.7.2claws2
13874
13875         * src/prefs_actions.c
13876                 Added error report when child cannot fork or when execvp 
13877                 returns with an error.
13878
13879 2002-02-19 [christoph]  0.7.2claws1
13880
13881         * src/codeconv.c
13882                 return unconverted text if conde conversion is not possible
13883                 when libjconv is used.
13884                 (patch submitted by "Simon 'corecode' Schubert")
13885
13886 2002-02-19 [paul]       
13887
13888         * version 0.7.2claws release
13889
13890 2002-02-19 [paul]       0.7.2claws
13891
13892         * po/nl.po
13893                 updated by Wilbert Berendsen
13894
13895
13896 2002-02-18 [alfons]     0.7.1claws13
13897
13898         * src/syldap.c
13899         * src/jpilot.c
13900                 remove references to dlfcn and explicitly loading functions
13901                 from dynalink libs, because libs linked anyway, and functions
13902                 are loaded explicitly
13903
13904 2002-02-17 [melvin]     0.7.1claws12
13905
13906         * src/prefs_actions.c
13907                 Replaced children wait loop with double fork technique.
13908                 Now, input/output window updated at each new output.
13909                 free_children(): Fixed a memory leak.
13910                 Made input/output window non closable if running children
13911                 still exist.
13912                 Added missing <unistd.h> include.
13913                 Added some --debug outputs.
13914
13915 2002-02-17 [melvin]     0.7.1claws11
13916
13917         * src/summaryview.c
13918                 Fixed bug where descending sort order did not select top
13919                 message.
13920
13921 2002-02-17 [melvin]     0.7.1claws10
13922
13923         * acconfig.h
13924                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13925         * src/prefs_common.c
13926                 Pspell data package directory no more hard coded but
13927                 set during configuration (PSPELL_PATH). (Thanks to 
13928                                 Gustavo Noronha Silva.)
13929
13930 2002-02-17 [melvin]     0.7.1claws9
13931
13932         * configure.in
13933                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13934         * src/gtkspell.c
13935                 Fixed compile-time warnings.
13936
13937 2002-02-16 [alfons]     0.7.1claws8
13938
13939         * src/filesel.c
13940                 fix inadvertent free of NULL pointer which caused
13941                 sylpheed to crash when closing the save-as dialog
13942                 using the window close button
13943
13944 2002-02-16 [carsten]    0.7.1claws7
13945         * src/mainwindow.[ch]
13946           src/summaryview.c
13947           src/prefs_common.c
13948                 fixes for pixmap theming code:
13949                         - recently changed mail attributes shouldn't get
13950                           lost any longer
13951                         - theme is only reloaded iff another theme was
13952                           selected
13953
13954 2002-02-16 [paul]       0.7.1claws6
13955
13956         * sync with sylpheed 0.7.2 release
13957                 see ChangeLog entry 2002-02-15 and 2002-02-16
13958
13959 2002-02-15 [paul]       0.7.1claws5
13960
13961         * sync with sylpheed 0.7.1cvs9
13962                 see ChangeLog entry 2002-02-15
13963
13964         * po/POTFILES.in
13965                 remove unneeded headerwindow.c entry
13966
13967 2002-02-14 [carsten]    0.7.1claws4
13968         * src/summaryview.c
13969                 fixed a bug for "Go to next unread message": there was
13970                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13971                 in the prefs, because of doing "Search again" instead
13972                 "No"
13973
13974 2002-02-14 [carsten]    0.7.1claws3
13975         * src/stock_pixmap.c
13976                 removed 2 more mem leaks; following memprof,
13977                 this code is "leak free" now :)
13978
13979 2002-02-14 [carsten]    0.7.1claws2
13980         * src/stock_pixmap.c
13981                 used opendir/readdir/closedir instead of scandir
13982                 -> code should work now on Solaris
13983
13984 2002-02-14 [paul]       0.7.1claws1
13985
13986         * sync with sylpheed 0.7.1cvs8
13987                 see ChangeLog entries 2002-02-13 and 2002-02-14
13988
13989         * README.claws
13990                 add some description of Actions and Pixmap Themes
13991
13992 2002-02-13 [paul]       
13993
13994         * version 0.7.1claws release
13995
13996 2002-02-13 [paul]       0.7.1claws
13997
13998         * po/es.po
13999           po/it.po
14000           po/pt_BR.po
14001                 updated translations, submitted by Ricardo Mones Lastra,
14002                 Alessandro Maestri and Fabio Junior Beneditto
14003
14004 2002-02-13 [melvin]     0.7.0claws75
14005
14006         * src/prefs_actions.c
14007                 Added missing "signal.h" include
14008
14009 2002-02-13 [melvin]     0.7.0claws74
14010
14011         * src/prefs_folder_item.c
14012                 Added missing "config.h" include
14013         * po/fr.po
14014                 Updated French translation for folder propriety.
14015
14016 2002-02-13 [jens]       0.7.0claws73
14017
14018         * po/POTFILES.in
14019                 Added missing src/prefs_folder_item.c [log added by melvin]
14020         * po/de.po
14021                 Updated German translation.
14022
14023 2002-02-13 [melvin]     0.7.0claws72
14024
14025         * po/fr.po
14026                 Updated French translation.
14027
14028 2002-02-13 [melvin]     0.7.0claws71
14029
14030         * src/gtkutils.c
14031                 Made gtkut_editable_get_selection return NULL if selection
14032                 is of length zero.
14033                 This fixes a bug where selecting part of message A then
14034                 switching to message B and replying to it will not
14035                 quote the message's body.
14036
14037 2002-02-12 [paul]       0.7.0claws70
14038
14039         * src/mainwindow.c
14040                 cosmetic, relating to pixmap themes: on toolbar make 
14041                 updating of 'Exec' and 'Compose news/Compose email'
14042                 icons faster.
14043
14044 2002-02-12 [carsten]    0.7.0claws69
14045         * src/folderview.c
14046           src/mainwindow.[ch]
14047           src/stock_pixmap.c
14048           src/summaryview.c
14049           src/prefs_common.c
14050                 - refreshing after changing pixmap theme better
14051                   now (thanks Paul)
14052                 - wanted to remove some mem leaks, but alfons was
14053                   faster (and had the better solution ;)
14054
14055 2002-02-12 [alfons]     0.7.0claws68
14056
14057         * src/prefs_common.c
14058         * src/stock_pixmap.[ch]
14059                 plug mem leaks, refactor code a little bit
14060
14061
14062 2002-02-12 [sergey]     0.7.0claws67
14063
14064         * src/imap.c
14065                 Fixed problem with copying messages to IMAP folders when the
14066                 server uses something other than '/' as a namespace separator
14067                 (cyrus-imapd uses '.').
14068
14069 2002-02-12 [jens]       0.7.0claws66
14070
14071         * po/de.po
14072                 Updated German Translation
14073
14074 2002-02-12 [paul]       0.7.0claws65
14075
14076         * sync with sylpheed 0.7.1cvs1
14077                 see ChangeLog entry 2002-02-12
14078
14079 2002-02-12 [melvin]     0.7.0claws64
14080
14081         * src/prefs_actions.c
14082                 Fixed "feature" where children's output was duplicated 
14083                 instead of refreshed while monitoring.
14084                 Removed some debug code.
14085
14086 2002-02-12 [christoph]  0.7.0claws63
14087
14088         * src/compose.c
14089                 always delete message from queue after sending/send error
14090                 (closes bug #509601)
14091
14092 2002-02-12 [melvin]     0.7.0claws62
14093
14094         * src/prefs_actions.c
14095                 Children wait loop is now triggered with a timeout of 1s
14096                 Added %F which is replaced with the list of filenames 
14097                 of all selected messages (as suggested by Ricardo Mones Lestra)
14098                 Pipe syntax changed. Prefix with | to send selection, postfix
14099                 with | to retrieve output. Prefix with > or * to send
14100                 user definable input to the command (*: input is hidden)
14101                 Old pipe action should now be postfixed with |, too.
14102
14103 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
14104         * src/stock_pixmap.c
14105                 fixed a bug: if there's no theme directory don't
14106                 throw an error, just do "nothing" (thanks Alfons)
14107
14108 2002-02-12 [carsten]    0.7.0claws60
14109         * src/folderview.c
14110           src/summaryview.c
14111                 had to write the cache twice (nasty!); some marks would 
14112                 get lost if not
14113
14114 2002-02-11 [carsten]    0.7.0claws59
14115         * acconfig.h
14116           configure.in
14117           doc-src/maintainer_guide.txt
14118           src/compose.[ch]
14119           src/defs.h
14120           src/folderview.[ch]
14121           src/gtkutils.[ch]
14122           src/mainwindow.[ch]
14123           src/prefs_common.[ch]
14124           src/stock_pixmap.[ch]
14125           src/summaryview.[ch]
14126                 pixmap theming and related work on pixmap
14127                 handling on some other places
14128                 (e.g. hrm features for all folder)
14129           src/pixmap/stock_*.xpm -> the stock_ was removed
14130         
14131 2002-02-11 [paul]       0.7.0claws58
14132
14133         * sync with sylpheed 0.7.1 release
14134                 see ChangeLog entries 2002-02-11
14135
14136 2002-02-08 [paul]       0.7.0claws57
14137
14138         * sync with sylpheed 0.7.0cvs39
14139                 see ChangeLog entry 2002-02-07 (last entry) 
14140
14141         * src/prefs_actions.c
14142           src/prefs_filtering.c
14143           src/prefs_matcher.c
14144           src/prefs_scoring.c
14145                 sync: made it compile with C compilers other than gcc
14146
14147 2002-02-07 [paul]       0.7.0claws56
14148
14149         * sync with sylpheed 0.7.0cvs38
14150                 see ChangeLog entries 2002-02-06 (last 2 entries) and
14151                 2002-02-07
14152
14153 2002-02-07 [darko]      0.7.0claws55
14154
14155         * src/gtkutils.[ch]
14156         * src/summaryview.c
14157                 Fix const gchar */gchar * issue (thanks Hiro)
14158
14159 2002-02-07 [darko]      0.7.0claws54
14160
14161         * src/compose.[ch]
14162         * src/filtering.c
14163         * src/gtkutils.[ch]
14164         * src/prefs_template.c
14165         * src/quote_fmt.h
14166         * src/quote_fmt_parse.y
14167         * src/summaryview.c
14168         * src/utils.[ch]
14169                 When replying or forwarding an email don't quote the entire
14170                 mail body but use the part of the message text that is selected
14171
14172 2002-02-06 [melvin]     0.7.0claws53
14173
14174         * src/prefs_common.[ch]
14175         * src/gtkspell.[ch]
14176         * src/compose.c
14177                 Made possible to switch quickly to last used dictionary
14178                 which makes checking bilingual documents easier.
14179
14180 2002-02-06 [melvin]     0.7.0claws52
14181         
14182         * po/POTFILES.in
14183                 Added forgotten new file src/prefs_actions.c
14184
14185 2002-02-06 [melvin]     0.7.0claws51
14186
14187         * src/prefs_actions.c   ** NEW FILE **
14188         * src/prefs_actions.h   ** NEW FILE **
14189                 Added actions to execute on message text view, or on the
14190                         message's file.
14191         * src/Makefile.am
14192                 Added src/prefs_actions.[ch]
14193         * src/compose.c
14194                 Added new menu "Edit/Actions"
14195         * src/defs.h
14196                 Added new actionsrc file.
14197         * src/main.c
14198                 Added actionsrc reading.
14199         * src/mainwindow.c
14200                 Added new menus "Edit/Actions" and "Configuration/Actions..."
14201         * src/prefs_common.h
14202                 Added new element actionslst element to prefs_common.
14203
14204 2002-02-06 [paul]       0.7.0claws50
14205
14206         * sync with sylpheed 0.7.0cvs36
14207                 see ChangeLog entry 2002-02-06
14208
14209 2002-02-05 [paul]
14210
14211         * po/es.po
14212                 updated by Ricardo Mones Lastra
14213
14214 2002-02-05 [paul]       0.7.0claws49
14215
14216         * sync with sylpheed 0.7.0cvs33
14217                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
14218
14219 2002-02-05 [paul]       0.7.0claws48
14220
14221         * src/compose.c
14222                 re-add 'Edit/Advanced/Delete entire line', previously named
14223                 'Delete Line+'
14224
14225 2002-02-04 [paul]       0.7.0claws47
14226
14227         * src/compose.c
14228           src/summaryview.c
14229                 fix bug #494993 (Reply All not taking Reply-To into consi)
14230                 eliminate differences in behaviour of right-click 'Reply to all' 
14231                 in summary view and 'Reply to all' on the toolbar. 
14232                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14233                 view and From gets ignored by 'Reply to all' on toolbar.
14234                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14235                 From when no Reply-To header is present.
14236
14237 2002-02-04 [paul]       0.7.0claws46
14238
14239         * sync with sylpheed 0.7.0cvs30
14240                 see ChangeLog entries 2002-02-03 and 2002-02-04
14241
14242 2002-02-03 [melvin]     0.7.0claws45
14243
14244         * src/gtkspell.[ch]
14245                 Readded function to highlight all misspelled words.
14246                 Fixed bug where user-provided-words did not replace
14247                         correctly the misspelled word when using the mouse.
14248                 Fixed bug where checking a region selected from right to left did
14249                         not check the region at all.
14250                 Fixed bug where 'Check backwards' may not check at all. 
14251                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14252                 Fixed possible buffer overflow when checking for long strings (>1k).
14253                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14254                 Accelerators code uses now gtk_widget_add_accel.
14255                 Removed and disabled obsolete and unfinished code.
14256                 Cleaning up.
14257
14258         * src/compose.c
14259                 Added menu item to Highlight all misspelled words.
14260
14261 2002-02-01 [paul]       0.7.0claws44
14262
14263         * src/mainwindow.c
14264                 fix '/View/Hide read messages' sensitivity when all
14265                 messages in a folder are hidden
14266
14267 2002-02-01 [paul]       0.7.0claws43
14268
14269         * src/main.c
14270                 add --send option to command line interface, sends all
14271                 queued mail. Patch submitted by Ricardo Mones Lastra.
14272
14273 2002-01-31 [paul]       0.7.0claws42
14274
14275         * src/mainwindow.c
14276                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14277
14278 2002-01-31 [paul]       0.7.0claws41
14279
14280         * sync with sylpheed 0.7.0cvs27
14281                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14282                 and 2002-01-31
14283
14284         * src/textview.c
14285                 comment out elements of textview_show_part() as temporary
14286                 workaround for attachment 'Display as text' bug 
14287
14288         * po/pt_BR.po
14289                 updated by Fabio Junior Beneditto
14290
14291 2002-01-30 [paul]       0.7.0claws40
14292
14293         * sync with sylpheed 0.7.0cvs24
14294                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14295                 and 2002-01-30
14296
14297         * src/compose.c
14298                 add {N_("/_Spelling"), ... "<Branch>"} to 
14299                 GtkItemFactoryEntry compose_entries[]
14300
14301         * src/prefs_common.c
14302                 add claws menu items to prefs_keybind_apply_clicked()
14303                 and remove non-claws menu items
14304
14305 2002-01-29 [paul]       0.7.0claws39
14306
14307         * sync with sylpheed 0.7.0cvs22
14308                 see ChangeLog entries 2002-01-28 and 2002-01-29
14309
14310 2002-01-28 [melvin]     0.7.0claws38
14311
14312         * src/compose.c
14313                 Added the declartion of compose_send_control_enter.
14314
14315         * src/compose.c
14316         * src/gtkspell.[ch]
14317                 Added in a 'Spelling' menu which includes the configuration menu. 
14318                 Added a real 'Check all' and got rid from the old one which only
14319                 highlited misspelled word.
14320                 Made 'Check while typing' a disableable option.
14321                 Added a dialog when there are no more misspelled word.
14322                 Added a dialog if error occurs when switching to a dictionary.
14323         
14324         * src/prefs_common.[ch]
14325                 Added option for the default 'Check while typing' option.
14326
14327
14328 2002-01-28 [alfons]     0.7.0claws37
14329
14330         * src/compose.c
14331                 fix buglet and make code comply with sylpheed code style
14332
14333 2002-01-28 [paul]       0.7.0claws36
14334
14335         * sync with sylpheed 0.7.0cvs19
14336                 see ChangeLog entries for 2002-01-28
14337
14338 2002-01-28 [hoa]        0.7.0claws35
14339
14340         * src/defs.h
14341                 added rendererrc
14342
14343         * src/main.c
14344                 read the renderer config
14345
14346         * src/procmime.[ch]
14347                 use the renderer config to convert mime attachments
14348
14349         * src/textview.c
14350                 don't use textview_show_html/ertf,
14351                 use get_text_content instead
14352
14353 2002-01-27 [alfons]     0.7.0claws34
14354         
14355         * src/news.c
14356                 make sylpheed believe it can delete a news message...
14357                 (messages are NOT deleted, maybe we should remove
14358                 processing from the folder properties after all.)
14359
14360 2002-01-27 [alfons]     0.7.0claws33
14361
14362         * src/folder.c
14363                 add extra checks
14364         * src/news.c
14365                 implement remove_msg() 
14366
14367 2002-01-27 [alfons]     0.7.0claws32
14368
14369         * src/procmsg.h
14370         * src/procheader.c
14371         * src/messageview.c
14372                 fix return receipt / disposition notification again. this
14373                 stuff seems to break on _every_ major summary UI change, so
14374                 it's now implemented using a flag which is saved in the
14375                 marks cache
14376                 
14377 2002-01-26 [alfons]     0.7.0claws31
14378
14379         * src/import.c
14380                 let import dialog show the destination folder identifier
14381
14382 2002-01-26 [melvin]     0.7.0claws30
14383
14384         * src/folderview.c
14385         * src/summaryview.c
14386                 Readded 'Mark all read' into summary view popup menu
14387                 Added 'Mark all read' in folder view popup menu for IMAP
14388                 and NNTP.
14389                 Made it insensitive if the selected folder is not the shown
14390                 one to avoid 'Mark all read' on the wrong folder.
14391                 
14392 2002-01-26 [paul]       0.7.0claws29
14393
14394         * src/folderview.c
14395           src/summaryview.c
14396                 move 'Mark all read' from summary view to folder view
14397                 menu. (adapted from) patch submitted by Jeremy Andrews,
14398                 <lists@kerneltrap.com>
14399
14400 2002-01-25 [alfons]     0.7.0claws28
14401
14402         * src/gtkstext.c
14403                 put the gtk class name back so GtkSText adapts the 
14404                 settings of GtkText
14405
14406 2002-01-25 [alfons]     0.7.0claws27
14407
14408         * src/folderview.c 
14409                 assimilate Ricardo's patch that shows pixmaps instead of
14410                 plain "new" and "unread" texts in the folder view column
14411                 headers 
14412
14413 2002-01-25 [paul]       0.7.0claws26
14414
14415         * src/Makefile.am
14416                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14417                 be found in non-standard locations. 
14418                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14419
14420 2002-01-25 [paul]       0.7.0claws25
14421
14422         * sync with sylpheed 0.7.0cvs16
14423                 see ChangeLog entry 2002-01-25
14424
14425 2002-01-24 [paul]       0.7.0claws24
14426
14427         * more sync with sylpheed 0.7.0cvs15
14428                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14429
14430 2002-01-23 [sergey]     0.7.0claws23
14431
14432         * src/importldif.c
14433                 Fixed segfault when closing LDIF import wizard with
14434                 the window manager.
14435         * src/imageview.c
14436         * src/imageview.h
14437         * src/messageview.c
14438         * src/mimeview.c
14439                 Fixed wrong scrolling position after switching between
14440                 text and image parts.
14441
14442 2002-01-23 [paul]       0.7.0claws22
14443
14444         * sync with sylpheed 0.7.0cvs15
14445                 see ChangeLog entries 2002-01-22 and 2002-01-23
14446
14447 2002-01-21 [melvin]     0.7.0claws21
14448
14449         * src/prefs_scoring.c
14450         * src/prefs_filtering.c
14451                 Fixed bug where scoring and filtering windows stopped
14452                 autochecking.
14453
14454 2002-01-21 [paul]       0.7.0claws20
14455
14456         * sync with sylpheed 0.7.0cvs12
14457                 see ChangeLog entries 2002-01-20 and 2002-01-21
14458
14459 2002-01-21 [carsten]    0.7.0claws19
14460         * src/mainwindow.c
14461         * src/menu.[ch]
14462         * src/messageview.[ch]
14463         * src/summaryview.[ch]
14464                 changes to shortcuts handling again:
14465                         + "Q" now controled by mainwin
14466                         + v/V are now customizable and have slightly
14467                           different meanings
14468                 the "button" to minimize the messageview (and maximize
14469                 the summary view) is a real button now
14470         * src/compose.c
14471                 "Delete Line+" added to Edit/Advanced (this will also
14472                 delete the '\n')
14473
14474 2002-01-20 [melvin] 0.7.0claws18
14475
14476         * src/addressbook.c
14477                 Made "Bcc" sensitive when addressbook is called from
14478                 compose window (it was a Claws only bug).
14479
14480 2002-01-19 [alfons] 0.7.0claws17
14481
14482         * src/inc.c
14483                 prevent unnecessary updates when currently selected folder has
14484                 no new messages 
14485
14486 2002-01-19 [alfons] 0.7.0claws16
14487         
14488         * src/summaryview.c
14489                 prevent writing the cache based on current message list in summary 
14490                 view when filtering also put messages in currently selected folder
14491
14492 2002-01-19 [paul]
14493
14494         * po/it.po
14495                 Italian translation submitted by Alessandro Maestri
14496                 <a.maestri@cs.tin.it>
14497
14498 2002-01-18 [melvin]     0.7.0claws15
14499
14500         * src/prefs_filters.c
14501                 fixed bug where 'cancel' from 'filters' window stops autochecking
14502                 if the timer timed out  when the window was open.
14503
14504 2002-01-18 [match]      0.7.0claws14
14505
14506         * src/addrclip.[ch]     ** NEW FILE **
14507         * src/addrselect.[ch]   ** NEW FILE **
14508         * src/adbookbase.h      ** NEW FILE **
14509                 addressbook cut, copy and paste
14510         * src/addrbook.[ch]
14511         * src/addrcache.[ch]
14512         * src/addressitem.h
14513         * src/addrindex.[ch]
14514         * src/addritem.[ch]
14515         * src/importldif.c
14516         * src/importmutt.c
14517         * src/jpilot.[ch]
14518         * src/syldap.[ch]
14519         * src/vcard.[ch]
14520         * src/jpilot.[ch]
14521         * src/editbook.c
14522         * src/editjpilot.c
14523         * src/editldap.c
14524         * src/editvcard.c
14525                 support for copy/paste
14526         * src/addressbook.c
14527                 support for copy/paste
14528                 tidy up menu option processing
14529                 correct address list function arguments
14530         * src/editaddress.c
14531                 sort user attributes
14532         * src/ldif.h
14533         * src/mutt.h
14534                 tidy up
14535
14536         * src/addrbook.[ch]
14537         * src/addrbook.[ch]
14538         * src/addrbook.[ch]
14539                 
14540
14541 2002-01-18 [paul]       0.7.0claws13
14542
14543         * sync with sylpheed 0.7.0cvs8
14544                 configure.in: support Mac OS X (Darwin)
14545
14546 2002-01-18 [carsten]    0.7.0claws12
14547         * src/html.c
14548                 small hack to fix a segfault with an empty href
14549                 (reported by Alexandra Walford <deeni@altern.org>)
14550         * src/mainwindow.c
14551         * src/summaryview.c
14552                 the shortcuts for Mark und Mark as unread are hardcoded
14553                 again
14554         * src/compose.c
14555         * src/gtkstext.[ch]
14556                 readded the shortcuts in gtkstext but made them
14557                 customizeable (simply by adding a menu plus a wrapper
14558                 to compose.c)
14559
14560 2002-01-17 [melvin]     0.7.0claws11
14561
14562         * src/gtkspell.c
14563                 fix default dictionary not being saved.
14564
14565 2002-01-16 [darko]      0.7.0claws10
14566
14567         * src/compose.c
14568                 fix wrapping crash with URL longer than wrapping margin
14569
14570 2002-12-08 [hoa]        0.7.0claws10
14571
14572         * src/matcher_parser_parse.y
14573                 fixed some bugs
14574
14575         * src/prefs_filtering.c
14576                 now, we can use bounce action in the dialog box.
14577
14578 2002-01-16 [carsten]    0.7.0claws9
14579         * src/gtkstext.c
14580                 removed the <control> and <alt> shortcuts because they're
14581                 not needed and interefered with the "normal" shortcuts
14582         * src/mainwindow.c
14583         * src/summaryview.c
14584                 removed most of the hardcoded shortcuts and assigned
14585                 them to menu entries making them easy customizable by
14586                 that
14587
14588 2002-01-16 |melvin]     0.7.0claws8
14589
14590         * src/gtkspell.c
14591                 fixed bug where using the mouse and when the compose
14592                 window is not on top may result in a crash.
14593
14594 2002-01-16 [melvin]     0.7.0claws7
14595
14596         * src/compose.c
14597                 fixed a long standingspell checker bug which could 
14598                 cause a crash after sending a message.
14599
14600 2002-01-16 [paul]       0.7.0claws6
14601
14602         * sync with sylpheed 0.7.0cvs7
14603                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14604                 2002-01-15, and 2002-01-16
14605
14606 2002-01-16 [melvin]     0.7.0claws5
14607
14608         * README.claws
14609         * src/compose.c
14610         * src/gtkspell.[ch]
14611         * src/main.c
14612                 Heavily modified spell checker code to work around
14613                 ispell bug, to add keyboard shortcuts and for future
14614                 enhancements. See README.claws for usage information.
14615
14616 2002-01-15 [alfons]     0.7.0claws4
14617         
14618         * src/summaryview.c
14619                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14620                 so sorting within threads reflects sort mode
14621
14622 2002-01-15 [christoph]  0.7.0claws3
14623
14624         * src/procmsg.c
14625                 added alertpanel if mail sending failed
14626
14627 2002-01-15 [alfons]     0.7.0claws2
14628         
14629         * src/prefs_filtering.c
14630                 don't stop timer when prefs filtering dialog is opened
14631
14632 2002-01-14 [alfons]     0.7.0claws1
14633
14634         * src/addr_compl.c
14635         * src/prefs.c
14636                 remove debug_print()s for privacy reasons
14637
14638 2002-01-14 [darko]      0.7.0claws
14639
14640         * README.claws
14641                 quotation wrapping is now also in the main branch
14642
14643 2002-01-14 [paul]
14644
14645         * tools/filter_conv.pl
14646                 allow for Boolean Op and case-sensitivity
14647                 this file is included in the release and tagged
14648                 'rel_0_7_0'
14649
14650 2002-01-13 [paul]       0.7.0claws
14651
14652         * release 0.7.0, with cvs tag 'rel_0_7_0'
14653
14654 2002-01-13 [paul]
14655
14656         * tools/filter_conv.pl
14657         * tools/README
14658                 rewritten to output to matcherrc instead of filteringrc
14659
14660         * po/es.po
14661                 updated Spanish translation by Ricardo Mones Lastra
14662
14663 2002-01-13 [alfons]
14664
14665         * po/nl.po
14666                 update dutch translation
14667
14668 2002-01-13 [paul]
14669
14670         * po/pt_BR.po
14671                 Updated by Fabio Junior Beneditto 
14672
14673 2002-01-13 [melvin]     0.6.6claws53
14674
14675         * po/fr.po
14676                 Updated french translation
14677
14678 2002-01-12 [alfons]     0.6.6claws52
14679
14680         * src/filtering.c
14681                 plug mem leak that has been sitting there for ages              
14682
14683 2002-01-12 [alfons]     0.6.6claws51
14684
14685         * src/summaryview.c
14686                 undo melvin's changes from 0.6.6claws48 because summary
14687                 view now refuses to select first unread message when
14688                 selecting a folder 
14689
14690 2002-01-11 [alfons]     0.6.6claws50
14691
14692         * src/import.c
14693                 use claws' semantics for getting folder item when
14694                 importing an mbox file into a folder 
14695                 (submitted by Dale P. Smith)
14696
14697 2002-01-11 [christoph]  0.6.6claws49
14698
14699         * src/prefs.h
14700                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14701                 toggle widget, because non static prefs can not use
14702                 prefs_set_* functions
14703         * src/prefs_account.c
14704                 toggle smtp auth password field sensitivity if
14705                 user id is empty and add descrition of usage for
14706                 these fields
14707         * src/prefs_folder_item.c
14708                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14709                 callbacks
14710
14711 2002-01-11 [melvin]     0.6.6claws48
14712
14713         * src/compose.c
14714                 fix the 'Ctrl-Enter' feature for sending and test really
14715                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14716                 editables which was not documented in Gtk)
14717
14718         * src/summaryview.c
14719                 Made summaryview refresh after sorting and not before.
14720
14721 2002-01-11 [christoph]  0.6.6claws47
14722
14723         * src/compose.c
14724                 select account from account ids if possible and
14725                 correctly set save folder for copy in reedit
14726
14727 2002-01-10 [paul]       0.6.6claws46
14728
14729         * sync with sylpheed 0.7.0 release
14730                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14731                 2002-01-09
14732
14733 2002-01-09 [alfons]
14734
14735         * src/summaryview.c
14736                 remove more dirt traces...
14737
14738 2002-01-09 [alfons]
14739         
14740         * src/summaryview.c
14741                 clean up some traces of my debugging stuff
14742
14743 2002-01-09 [alfons]     0.6.6claws45
14744
14745         * src/filtering.c
14746                 break up filteringprop_apply() in three separate pieces
14747                 so we can drop messages that failed processing in the
14748                 inbox
14749
14750         * src/summaryview.c
14751                 fix bug #469598 "no refresh of inbox after filter" which 
14752                 was introduced by the new summary view locking, and which 
14753                 prevented the summary view to update after a manual filter 
14754                 message. claw's filter message requires a summary_show().
14755                 (aargh, summary_show() again! :-)
14756                 
14757 2002-01-07 [alfons]     0.6.6claws44
14758
14759         * src/headerwindow.c
14760         * src/logwindow.c
14761         * src/messageview.c
14762         * src/sourcewindow.c
14763                 bring in Hiro's last 0.7.0 wm class fixes
14764
14765         * tools/sylprint.pl
14766                 bring in Ricardo's fix for sylprint script
14767
14768         * AUTHORS       
14769         * src/rfc2015.[ch]
14770         * src/prefs_common.[ch]
14771         * src/prefs_account.[ch]
14772         * src/compose.c
14773                 clean up account preference poison in rfc2015,
14774                 and preparation to fix double sign bug 
14775                 (patch submitted by Simon 'corecode' Schubert)
14776
14777 2002-01-07 [christoph]  0.6.6claws43
14778
14779         * src/mh.c
14780                 search for free message number, do not only rely
14781                 on last_num
14782         * src/send.c
14783                 fix smtp auth and use extra account information
14784                 if available, if not use pop3 data instead
14785                 (closes bug #500341)            
14786         * src/ssl.[ch]
14787                 match coding style
14788
14789 2002-01-06 [alfons]     0.6.6claws42
14790
14791         * src/mainwindow.c
14792                 try making the separate windows work again...
14793
14794 2002-01-06 [alfons]     0.6.6claws41
14795
14796         * src/mainwindow.c
14797                 adapt Hiro's separate window menu (to get rid of the funny
14798                 duplicate menu items), and make it work again
14799
14800 2002-01-06 [alfons]     0.6.6claws40
14801
14802         * tools/Makefile.am
14803         * tools/sylprint.rc
14804         * tools/sylprint.pl
14805         * tools/README.sylprint
14806                 add sylprint script for printing mails from Sylpheed
14807                 (contributed by Ricardo Mones Lastra)
14808
14809         * src/acount.c
14810                 clean up
14811
14812 2002-01-06 [melvin]     0.6.6claws39
14813
14814         * src/mainwindow.c
14815         * src/summaryview.c
14816                 Fixed crash introduced in 0.6.6claws38 by the menu
14817                 reorganisation (Hide read messages)
14818         
14819         * ChangeLog.claws 
14820                 Fixed typo (we are now in 2002, alfons ;) )
14821
14822 2002-01-05 [alfons]     0.6.6claws38
14823
14824         * sync with sylpheed 0.6.6cvs10-17
14825                 (last stuff marked as LAST_STABLE)
14826
14827 2002-01-04 [melvin]     0.6.6claws37
14828
14829         * src/account.c
14830                 Made account selection code use strcasestr again instead of
14831                 g_strcasecmp (fixes bug where reediting queued messages
14832                 did not select proper account reported by T. Link).
14833         
14834         * src/folderview.c
14835                 Fix bug where folder icons are not shown when 'hide read messages'
14836                 is on.
14837         
14838         * src/stock_pixmaps.[ch]
14839                 Added folder icons for 'hide read messages'.
14840         
14841         * src/compose.c
14842                 Fixed bug where 'Enter' in a header entry will send the message 
14843                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14844
14845 2002-01-03 [melvin]     0.6.6claws36
14846         
14847         * src/prefs.[ch]
14848                 Added popup menu for common preferences and
14849                 account preferences (right click on tab displays
14850                                 a menu of all tabs.)
14851
14852 2002-01-02 [melvin]     0.6.6claws35
14853
14854         * src/gtkspell.[ch]
14855                 Made spelling code compatible with undo/redo feature.
14856                 Added creation of suggestion mode menu for the general
14857                         preferences.
14858         
14859         * src/prefs_common.[ch]
14860                 Added option menu for the speller's suggestion mode.
14861                 Added missing spaces in "..." buttons and made a "..."
14862                         button non translatable!
14863         
14864         * src/compose.c
14865                 Made speller use the default suggestion mode.
14866                 Hack to make it possible to choose 'CTRL-Enter' as a
14867                         shortcut for sending (and only for sending).
14868
14869         * src/prefs_folder_item.c
14870                 Changing subject simplification does not update cache 
14871                         anymore (because it is unnecessary).
14872                 Fixed bug where changing subject simplification updated the 
14873                         summaryview even when the viewed folder is not the
14874                         folder which properties are being changed. (E.g. 
14875                                         viewing folder A and changing
14876                                         the subject simplification of 
14877                                         folder B -not being viewed- updated the 
14878                                         summaryview of folder A with data of
14879                                         folder B). (Hope this is clear... )
14880
14881 2001-12-31 [alfons]     0.6.6claws34
14882         
14883         * src/ldif.c
14884         * src/mutt.c
14885                 fgetc() returns a signed integer which doesn't
14886                 fit in a char. so c truncates this to a char
14887                 but we may lose significant bits. i.e. we may
14888                 comparing 0xFF which may not be equal to -1
14889                 unless properly casted to signed char which
14890                 we won't do because fgetc() returns a signed
14891                 integer which doesn't fit in a char. so c 
14892                 truncates this to a char but we may lose 
14893                 significat bits. (you got the idea, thanks
14894                 to Gustavo Noronha Silva <kov@debian.org>
14895                 and the Debian folks!)
14896
14897 2001-12-30 [alfons]     0.6.6claws33
14898
14899         * src/prefs_common.c
14900                 add #ifdef USE_PSPELLs that Melvin forgot               
14901
14902 2001-12-30 [melvin]     0.6.6claws32
14903         
14904         * src/prefs_common.[ch]
14905                 Added configurable color for misspelled words.
14906
14907         * src/gtkspell.[ch]
14908                 Fixed bug of foreground text color (reported by David
14909                                 Mehrmann)
14910                 Added configurable color for misspelled words.
14911
14912 2001-12-30 [alfons]     0.6.6claws31
14913
14914         * src/folder.c
14915                 remove unnecessary things someone put there
14916
14917         * src/mh.c
14918         * src/folder.[ch]
14919                 make folder properties (like threading and sorting) persistent
14920                 (closes bug #497424 "rescan folder tree resets proprieties")
14921                 currently this is only for MH folders. 
14922
14923 2001-12-29 [melvin]     0.6.6claws30
14924
14925         * src/string_match.[ch]
14926                 Optimized a bit: regexp pattern buffer compiled only once, and
14927                   one subroutine call removed. Fixed ^ regexp search: Now, 
14928                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14929         
14930         * src/summaryview.c
14931                 Subject filtering changed to filter summary columns and
14932                   not directly the messages subject cache. The loss in 
14933                   performance is balanced by the improvement of string_match.
14934                 Added an alert panel if there is an error in the regexp.
14935
14936         * src/src/prefs_folder_item.h
14937                 Added a regexp pattern buffer.
14938
14939 2001-12-28 [alfons]     0.6.6claws29
14940
14941         * src/string_match.[ch]
14942                 clean up name space
14943                 allow compilation *BSD
14944
14945 2001-12-27 [alfons]     0.6.6claws28
14946
14947         * src/filter.c
14948                 sync the Hiro's bug fix for BSD
14949
14950 2001-12-27 [melvin]     0.6.6claws27
14951         
14952         * src/compose.c
14953                 Simplify focus to subject entry code.
14954
14955 2001-12-27 [darko]      0.6.6claws26
14956
14957         * src/filtering.c
14958         * src/mbox_folder.c
14959         * src/messageview.c
14960         * src/mh.c
14961         * src/procheader.[ch]
14962         * src/procmsg.h
14963         * src/stock_pixmap.[ch]
14964         * src/summaryview.c
14965                 Show key icon for encrypted mails in summary view
14966
14967         * src/pixmaps/clip.xpm
14968         * src/pixmaps/clipkey.xpm
14969         * src/pixmaps/key.xpm
14970                 New/modified icons for the above
14971
14972 2001-12-27 [melvin]     0.6.6claws25
14973
14974         * src/prefs_common.c
14975                 Put spell checker options in a separate tab to decrease
14976                 the Common Preferences window height.
14977
14978         * README.claws  
14979                 Update spell checker usage instruction about its options
14980                 location.
14981
14982 2001-12-27 [melvin]     0.6.6claws24
14983
14984         * src/compose.c
14985                 Changed subject entry widget position. Initial focus is
14986                 on the To header instead of the subject entry.
14987                 Creating a new header scrolls the header list to make the
14988                 created one visible. Nevertheless, when automatically filling
14989                 headers, the first one is shown.
14990                 A Tab key press in the last empty header entry zips the 
14991                 focus to the subject entry.
14992                 (I did not change the combo boxes, yet)
14993
14994 2001-12-26 [alfons]     0.6.6claws23
14995
14996         * src/prefs_account.c
14997         * src/inc.c
14998                 allow default inbox to reside in another mailbox (only
14999                 works for POP3 accounts)
15000
15001 2001-12-26 [alfons]     0.6.6claws22
15002         
15003         * src/textview.c
15004                 make reply-on-click work with the account of the selected folder
15005         * src/compose.c
15006                 put a fixme here to remind me to fix finding correct default
15007                 account for nested folders
15008
15009 2001-12-25 [alfons]     0.6.6claws21
15010
15011         * src/summaryview.c
15012                 make column headers display locked and mark pixmaps (idea by Melvin) 
15013                 fix bug by adding score and locked column type to sort array
15014
15015 2001-12-25 [alfons]     0.6.6claws20
15016         
15017         * src/summaryview.c
15018                 catch a *potentially* inadvertent write back of  
15019                 the message cache(s) introduced by 0.6.5claws37
15020
15021 2001-12-25 [christoph]  0.6.6claws19
15022
15023         * src/stock_pixmap.[ch]
15024         * src/summaryview.c
15025                 add ignore thread pixmap
15026                 (can someone draw a better icon for this?)
15027
15028 2001-12-24 [alfons]     0.6.6claws18
15029
15030         * src/prefs_folder_item.c
15031                 make address completion actually work for the
15032                 Default To address in the Folder Property dialog.
15033
15034 2001-12-24 [alfons]     0.6.6claws17
15035         
15036         * src/summaryview.c
15037                 use new style regexp for subject stripping 
15038                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
15039
15040 2001-12-24 [darko]      0.6.6claws16
15041
15042         * src/pgptext.c
15043         * src/rfc2015.c
15044                 move GPG related informational messages to debug mode
15045
15046 2001-12-23 [alfons]     0.6.6claws15
15047
15048         * src/stock_pixmap.[ch]
15049         * src/summaryview.c
15050                 add the forgotten Claws' locked pixmap
15051
15052 2001-12-23 [alfons]     0.6.6claws14
15053
15054         * src/filesel.c
15055                 accept file name typed in entry in multi file
15056                 selector (patch submitted by Gustavo Noronha Silva 
15057                 <kov@debian.org>)
15058
15059 2001-12-23 [alfons]     0.6.6claws13
15060
15061         * src/prefs_filter.c
15062         * src/prefs_filtering.c
15063         * src/matcher.c
15064         * src/importmutt.c
15065                 clean up a little bit
15066         
15067         * src/string_match.c
15068                 validate input strings a little bit more
15069
15070 2001-12-23 [alfons]     0.6.6claws12
15071
15072         * src/Makefile.am
15073         * src/summaryview.c
15074         * src/string_match.[ch]         ** NEW **
15075         * src/folderview.[ch]
15076         * src/headerview.h
15077         * src/folder.[ch]
15078         * src/prefs_folder_item.[ch]
15079                 add subject simplification to strip out strings from
15080                 a subject line (esp. handy for mailing lists). 
15081                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
15082                 but slightly changed things for better integration.)
15083
15084 2001-12-23 [alfons]     0.6.6claws11
15085
15086         * src/mainwindow.c
15087                 fix bug introduced by submission included in 0.6.5claws52.
15088                 ideally this submission should clean the trash if any trash
15089                 folder has a message. however, the hasTrash variable was
15090                 set to false whenever a trash folder was empty (discarding
15091                 a previously found *filled* trash folder.)
15092
15093                 also edited the code a little bit and made it more safe.
15094
15095 2001-12-22 [alfons]     0.6.6claws10
15096
15097         * src/imap.c
15098                 quick fix for Martin Pool's omission of an account
15099                 specific SSL setting
15100
15101 2001-12-22 [alfons]     0.6.6claws9
15102
15103         * src/compose.c
15104         * src/messageview.c
15105         * src/mimeview.c
15106         * src/pgptext.c
15107         * src/procmime.[ch]
15108                 better support for multipart/digest (submitted
15109                 by Fredrik <e98fo@efd.lth.se>)
15110
15111 2001-12-22 [alfons]     0.6.6claws8
15112
15113         * src/addressbook.c
15114                 correct function signature
15115         * src/socket.[ch]
15116         * src/imap.[ch]
15117         * src/prefs_account.[ch]
15118                 allow IMAP over SSH tunnel (patch submitted by 
15119                 Martin Pool <mbp@samba.org>)
15120
15121 2001-12-21 [alfons]     0.6.6claws7
15122
15123         * sync with sylpheed 0.6.6cvs4-9
15124                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
15125
15126 2001-12-21 [christoph]  0.6.6claws6
15127
15128         * src/compose.c
15129         * src/prefs_folder_item.[ch]
15130                 implement saving of outgoing messages to current folder.
15131                 fix segfault when no default outbox is available
15132                 (closes bug #495683)
15133
15134 2001-12-21 [carsten]    0.6.6claws5
15135         * src/folderview.c
15136         * src/summaryview.c
15137                 pressing CTRL while DND does now the expected thing and
15138                 copies the mail (moving is still the default, as this
15139                 seam more appropriate for handling mails by DND)
15140
15141 2001-12-18 [paul]       0.6.6claws4
15142
15143         * sync with sylpheed 0.6.6cvs3
15144                 see ChangeLog entries 2001-12-18
15145
15146 2001-12-18 [hiro]       0.6.6claws3
15147
15148         * src/undo.c
15149                 fix for multibyte characters (obtain the number of letters
15150                 instead of bytes).
15151
15152 2001-12-17 [paul]       0.6.6claws2
15153
15154         * sync with sylpheed 0.6.6cvs1
15155                 see ChangeLog entry 2001-12-16
15156
15157 2000-12-17 [alfons]     0.6.6claws1
15158
15159         * src/filtering.c
15160                 clean up
15161
15162 2001-12-16 [paul]       0.6.6claws
15163 2001-12-15
15164
15165         * Release version 0.6.6claws, cvs tag: rel_0_6_6
15166
15167         * src/mimeview.c
15168                 last minute sync with main 0.6.6
15169
15170         * po/es.po
15171                 updated by Ricardo Mones Lastra
15172                 update for last minute sync
15173         * po/fr.po
15174         * po/nl.po
15175                 update for last minute sync
15176         * po/de.po
15177                 updated by Jens Oberender
15178         * po/pt_BR.po
15179                 updated by Fabio Junior Beneditto
15180
15181         * src/prefs_common.[ch]
15182         * src/undo.c
15183                 number of undo levels is user configurable
15184                 (squeeze it into the release in the dying
15185                 moments) Submitted by Jens Oberender    
15186
15187 2001-12-15 [melvin]
15188
15189         * po/fr.po
15190                 updated french translation
15191
15192 2001-12-15 [paul]       0.6.5claws92
15193
15194         * sync with sylpheed 0.6.5cvs28
15195                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
15196
15197         * po/nl.po
15198                 update to allow for sync
15199
15200 2001-12-15 [alfons]
15201         
15202         * po/nl.po
15203                 update dutch translation
15204
15205 2001-12-14 [carsten]    0.6.5claws91
15206         * src/summaryview.c
15207                 fixed bug #473785; also after changing the column order
15208                 the same message will be selected and displayed as before
15209                 the reordering
15210
15211 2001-12-14 [carsten]    0.6.5claws90
15212         * src/folderview.c
15213                 probably found the bug reported by wwb opening or closing
15214                 a folder tree just before dnd (found the solution in the
15215                 balsa source -- thanks to them)
15216
15217 2001-12-14 [carsten]    0.6.5claws89
15218         * src/gtkutils.c
15219         * src/account.c
15220                 moved gtk_clist_moveto to the right place, so that
15221                 only the accounts dialog is effected on opening
15222
15223 2001-12-14 [carsten]    0.6.5claws88
15224         * src/gtkutils.c
15225                 gtkut_clist_set_focus_row does a gtk_clist_moveto
15226                 now, so that the focused row will be seen in any case
15227                 (reported by wwp on sf-claws-user)
15228
15229 2001-12-14 [darko]      0.6.5claws87
15230
15231         * src/compose.c
15232                 remove unnecessary line
15233
15234 2001-12-14 [paul]       0.6.5claws86
15235
15236         * sync with sylpheed 0.6.5cvs27
15237                 see ChangeLog entries 2001-12-14
15238
15239 2001-12-14 [carsten]    0.6.5claws85
15240         * src/mainwindow.c
15241                 following a suggestion of Melvin the rcoabm pops up
15242                 right under the button now and the button is reliefed
15243                 while the popup is open
15244
15245 2001-12-14 [darko]      0.6.5claws84
15246
15247         * src/compose.c
15248                 fix crash when wrapping long lines if linewrap quotation
15249                 is disabled and wrapper encounters a word spanning more
15250                 than one line
15251
15252 2001-12-13 [paul]       0.6.5claws83
15253
15254         * src/compose.c
15255                 prefer 'Reply-To' header over mailing list header when
15256                 replying to a message. Finally prevent all those confirmation 
15257                 messages being sent to the list itself.
15258
15259         * src/summaryview.c
15260                 remove unused summary_set_menu_sensitive() entry
15261
15262 2001-12-13 [paul]       0.6.5claws82
15263
15264         * src/folderview.c
15265         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15266         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15267         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15268                 improvements to 'Hide read messages': Inbox, Outbox,
15269                 Trash, Queue, and Draft icons now reveal presence of hidden 
15270                 messages
15271
15272 2001-12-12 [alfons]     0.6.5claws81
15273
15274         0.6.5claws80 was tagged as LAST_STABLE
15275
15276         * src/filtering.[ch]
15277         * src/matcher.[ch]
15278         * src/matcher_parser_lex.c
15279                 fix the filtering; my last attempt to get it right, 
15280                 if it does not work, it's Hoa's turn. ;-)
15281
15282                 for my honourable peers:
15283                 
15284                 the code now makes a clear distinction between
15285                 rules as they are displayed (probably escaped),
15286                 and as they are executed (probably unescaped). the
15287                 parser does *NOT* do any unescaping, this is
15288                 the task of the matcher.c (which breaks up a
15289                 rule into condition) and the filtering.c (which
15290                 breaks up the rule's action). to make this
15291                 run happily we provide an unescaped copy of
15292                 crucial strings to the MatcherProp and 
15293                 FilteringAction structures. note that the only
15294                 exception to this is any REGEXP string. those
15295                 are directly passed to regcomp() and regexp()
15296                 (who have much more powerful unescape functions).
15297                 
15298                 for everyone else:
15299         
15300                 you can escape tab (\t), carriage return (\r),
15301                 linefeed (\n), form feed (\f), quote (\"), 
15302                 single quote (\'), bell (\b) in all the entry
15303                 lines in the scoring & filtering dialogs.
15304                 as an added bonus this should not affect
15305                 existing filtering rules.
15306
15307 2001-12-12 [carsten]    0.6.5claws80
15308
15309         * src/summaryview.c
15310         * po/de.po
15311                 "item(s) selected" is now sensitive to 1 or more
15312                 than one selected (nice for language where simple
15313                 adding of a "s" is not possible as German (Eintrag
15314                 ->Eintr"age)
15315                 
15316                 the "forward as attachment" entry from the right
15317                 click menu removed, "forward" acts following the
15318                 prefs
15319         
15320         * src/textview.c
15321                 reverted my former changes; so compiler warning again
15322                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15323                 nevertheless
15324
15325         * src/messageview.c
15326                 "search in message" does now *not* only work in MVIEW_TEXT
15327                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15328                 message
15329
15330         * src/mainwindow.c
15331                 removed "/File/_Close" as it was the same as "/File/E_xit"
15332                 and we don't need it two times
15333
15334                 the separate folder view and message view now get a distinct
15335                 WMCLASS, just in case someone is using sawfish ;-)
15336
15337                 as the menu entries "/View/Message view" and "/View/Folder tree"
15338                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15339                 make them sensitive accordingly and as these two are "shown"
15340                 after startup anytime check this menuitem at startup
15341
15342 2001-12-12 [paul]       0.6.5claws79
15343
15344         * src/folderview.c
15345                 fix sensitivity of 'Search folder...', broken in
15346                 0.6.5claws75
15347
15348         * src/mainwindow.c
15349                 fix dodgy English
15350
15351 2001-12-11 [carsten]    0.6.5claws78
15352         * src/filtering.c
15353                 fixed two typos returning a wrong FALSE/TRUE
15354         * src/mainwindow.[ch]
15355                 extra menu for email/news button removed
15356
15357 2001-12-11 [alfons]     0.6.5claws77
15358         
15359         * src/matcher.c                 (1.3)
15360         * src/matcher_parser_lex.l      (1.28)
15361                 revert for another attempt
15362                 mark 0.6.5claws77 as LAST_STABLE
15363
15364 2001-12-11 [christoph]  0.6.5claws76
15365
15366         * po/de.po
15367                 fixed wrong translation for prev. unread msg
15368
15369 2001-12-11 [paul]       0.6.5claws75
15370
15371         * src/folder.[ch]
15372         * src/folderview.c
15373         * src/mainwindow.c
15374         * src/summaryview.[ch]
15375         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15376                 enable ability to hide read messages on per folder basis via 
15377                 '/Summary/Hide read messages'; when selected, a folder will 
15378                 have a red open folder icon, instead of a blue icon, if the 
15379                 folder contains hidden messges
15380                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15381
15382         * src/mainwindow.c
15383                 remove '/Message/Forward as attachment' from 
15384                 main_window_set_menu_sensitive() to prevent debug warning
15385
15386         * src/folderview.c
15387         * src/mainwindow.c
15388                 Clean up some of the English
15389
15390         * tools/newscache_clean.pl
15391                 allow for new 'hidereadmsgs' entry in folderlist.xml
15392
15393         * po/es.po
15394                 updated translation, submitted by Ricardo Mones Lastra
15395
15396 2001-12-11 [paul]       0.6.5claws74
15397
15398         * sync with sylpheed 0.6.5cvs25
15399                 see ChangeLog entry 2001-12-11
15400
15401 2001-12-10 [alfons]     0.6.5claws73
15402
15403         * src/matcher.c
15404                 add more control characters
15405         * src/matcher_parser_lex.l
15406                 make escaping / unescaping work again
15407
15408 2001-12-10 [alfons]     0.6.5claws72
15409
15410         * src/imap.c
15411                 clean up warnings "returning value for void function" 
15412         * src/prefs_filtering.c
15413                 make info button for execute action sensitive
15414
15415 2001-12-10 [paul]       0.6.5claws71
15416
15417         * src/compose.c
15418         * src/imap.[ch]
15419         * src/summaryview.c
15420                 fix: imap server now gets informed of MARKED, UNMARKED
15421                 and REPLY events. Now people can use different IMAP-Mail
15422                 clients and have the exact same information about MARKED,
15423                 UNMARKED and REPLY status with all of them. Especially
15424                 useful for imap servers with a web-frontend.
15425                 submitted by Tobias Sandhaas <medlor@web.de>
15426
15427 2001-12-09 [melvin]     0.6.5claws70
15428         
15429         * src/textview.[ch]
15430                 fixed bug #490076 (hunted down by Alfons who implemented
15431                 a workaround in 0.6.5claws65)
15432
15433 2001-12-09 [christoph]  0.6.5claws69
15434
15435         * src/summaryview.c
15436                 set pointer to string in LOCKED column to NULL
15437                 (might fix bug #490800)
15438
15439 2001-12-09 [carsten]    0.6.5claws68
15440
15441         * po/de.po
15442                 resolved some cluttered menu shortcuts 
15443                 ('creating new email' and 'creating news message'
15444                 hade the same)
15445         * src/compose.c
15446                 wmclass now distinc from main window
15447         * src/mainwindow.c
15448           src/mainwindow.h
15449                 email/news and forward button functionality similar
15450                 to the reply buttons; removed the ugly dropdown arrows
15451                 and use instead the right mouse button
15452
15453 2001-12-09 [paul]       0.6.5claws67
15454
15455         * src/imap.c
15456         * src/utils.h
15457                 allow spaces in imap folder names
15458                 submitted by Willem van Engen <wvengen@stack.nl>
15459
15460 2001-12-09 [paul]       0.6.5claws66
15461
15462         * sync with sylpheed 0.6.5cvs24
15463                 see ChangeLog entry 2001-12-09
15464
15465 2001-12-08 [alfons]     0.6.5claws65
15466
15467         * src/textview.c
15468                 prevent secondary selection claim after "add to sender" dialog
15469                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15470                 we trick GTK by simulating a click at (0, 0) in the textview.
15471
15472 2001-12-08 [hoa]        0.6.5claws64
15473
15474         * src/folder.c
15475                 fixed a bug about the .processing folder name while filtering
15476
15477 2001-12-08 [alfons]     0.6.5claws63
15478
15479         * src/folderview.c 
15480                 work around problem of not correctly updating folder stats
15481                 when deleting messages. there's some folder scanning evil
15482                 going so the folderview_update_msg_num() does not work
15483                 correctly. need to investigate this.
15484
15485 2001-12-08 [paul]       0.6.5claws62
15486
15487         * sync with sylpheed 0.6.5cvs23
15488                 see ChangeLog entry 2001-12-08
15489
15490 2001-12-07 [christoph]  0.6.5claws61
15491
15492         * src/compose.c
15493                 fix another header translation problem
15494
15495 2001-12-07 [alfons]     0.6.5claws60
15496
15497         * src/mbox.c
15498                 make filtering also work on local spool mbox
15499
15500 2001-12-07 [carsten]    0.6.5claws59
15501         * src/addressbook.c
15502                 addressbook window gets a wmclass distinct from the main
15503                 sylpheed window
15504         * src/compose.h
15505         * src/mainwindow.[ch]
15506                   forward menu item will use mode selected in prefs, forward 
15507                 as attatchment in menu removed (will be substituted in the
15508                 toolbar similar to reply buttons)
15509                   create news message menu entry and news button is now 
15510                 sensitive to the existance of a news account
15511         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15512         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15513         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15514                 these are removed because the toolbar buttons don't show
15515                 the quoting modus any longer
15516
15517 2001-12-07 [paul]
15518
15519         * tools/newscache_clean.pl      ** NEW FILE **
15520                 perl script to do some tidying up in the newscache directory 
15521                 
15522         * tools/sylpheed-switcher       ** NEW FILE **
15523                 perl script to enable easy switching between main and claws
15524                 
15525         * tools/README
15526                 added descriptions of the two new perl scripts          
15527
15528
15529 2001-12-07 [melvin]     0.6.5claws58
15530
15531         * src/messageview.c
15532                 fixed a warning during compilation introduced in 0.6.5claws56
15533
15534 2001-12-07 [paul]       0.6.5claws57
15535
15536         * src/mainwindow.[ch]
15537         * src/menu.[ch]
15538                 further usability enhancements to replying with or without 
15539                 quoting via the toolbar, use of Ctrl key is replaced by 
15540                 drop down menu 
15541                 Submitted by Carsten Schurig            
15542
15543 2001-12-07 [melvin]     0.6.5claws56
15544
15545         * src/messageview.c
15546                 hack to fix bug that prevented to make/paste selections
15547                 after switching between MVIEW_TEXT and MVIEW_MIME views
15548                 without deselecting the selection first.
15549
15550 2001-12-06 [alfons]     0.6.5claws55
15551
15552         * src/filtering.[ch]
15553         * src/inc.c
15554                 revise filtering a little bit more, and make sure
15555                 messages are delivered to the appropriate inbox
15556                 (perhaps set per account)
15557
15558 2001-12-06 [paul]       0.6.5claws54
15559
15560         * sync with sylpheed 0.6.5cvs22
15561                 see ChangeLog entry 2001-12-06
15562
15563 2001-12-05 [alfons]     0.6.5claws53
15564
15565         * src/inc.c
15566         * src/folder.[ch]
15567         * src/procmsg.c
15568         * src/filtering.c
15569                 more revisions of filtering system
15570                 (last stable version is marked as LAST_STABLE)
15571                 
15572                 | NOTE 1): the filtering system now uses a local folder called
15573                 | .processing. if filtering fails, check this directory
15574                 | for missing messages.
15575                 |
15576                 | NOTE 2): help us find the filtering actions still missing
15577
15578 2001-12-05 [paul]       0.6.5claws52
15579
15580         * src/mainwindow.c
15581                 fix bug where 'Empty Trash?' pop-up window appears even
15582                 when Trash is empty, submitted by Jesse Skinner         
15583
15584 2001-12-05 [melvin]     0.6.5claws51
15585
15586         * src/compose.c
15587                 fixed bug #486106 to select correct account when reediting 
15588                 a queued message
15589         
15590 2001-12-04 [alfons]     0.6.5claws50
15591
15592         * src/mh.c
15593                 declare markfile in appropriate functions when
15594                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15595                 for spotting this)
15596
15597 2001-12-04 [paul]       0.6.5claws49
15598
15599         * sync with sylpheed 0.6.5cvs21
15600                 see ChangeLog entry 2001-12-04
15601
15602 2001-12-03 [christoph]  0.6.5claws48
15603
15604         * po/de.po
15605                 changed translation of undo
15606         * src/account.c
15607         * src/folder.c
15608                 don't reinvent the wheel to traverse a GNode
15609         * src/compose.[ch]
15610                 seperate code to create the compose gui into functions
15611                 add "Others" page with folder selection for saving copy
15612                 of the message.
15613                 the folder identifier is saved to queue header
15614         * src/procmsg.c
15615                 save message to folder in queue header
15616
15617 2001-12-03 [paul]       0.6.5claws47
15618
15619         * sync with sylpheed 0.6.5cvs20
15620                 see ChangeLog entry 2001-12-03
15621
15622 2001-12-01 [paul]
15623
15624         * more sync with sylpheed 0.6.5cvs19
15625                 see ChangeLog entry 2001-11-29
15626
15627 2001-11-30 [paul]       0.6.5claws46
15628         
15629         * src/compose.c
15630                 remove conflicts introduced by Hoa's last commit
15631          
15632         * src/mainwindow.c
15633                 make 'Message/Bounce' sensitive
15634
15635 2001-11-30 [hoa]        0.6.5claws45
15636
15637         * src/compose.c
15638                 slightly change bounce function to add
15639                 information about the user that bounced the mail
15640                 in the From header line.
15641
15642         * src/folderview.c
15643                 permit the use of processing in outbox folder.
15644
15645 2001-11-29 [paul]       0.6.5claws44
15646
15647         * src/mainwindow.[ch]
15648         * src/prefs_common.c
15649         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15650         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15651         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15652                 usability enhancements to the quoting, implements
15653                 use of Ctrl key to toggle quoting settings
15654                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15655
15656 2001-11-29 [paul]       0.6.5claws43
15657         
15658         * sync with sylpheed 0.6.5cvs19
15659                 see ChangeLog entry 2001-11-28
15660
15661 2001-11-29 [melvin]     0.6.5claws42
15662         * src/Makefile.am
15663                 added enriched.[ch] to the list of files
15664
15665         * src/textview.c
15666         * src/mimeview.c
15667         * src/procmime.[ch]
15668         * src/enriched.[ch]
15669                 added support to view text/enriched
15670                 added support to show headers in message view for text/enriched and text/html
15671                         in non multipart messages
15672
15673 2001-11-28 [paul]       0.6.5claws41
15674
15675         * more sync with sylpheed 0.6.5cvs18
15676                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15677
15678 2001-11-27 [paul]       0.6.5claws40
15679         
15680         * po/pt_BR.po
15681                 updated translation, submitted by Fabio Junior Beneditto
15682                 
15683         * sync with sylpheed 0.6.5cvs18
15684                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15685                 2001-11-27
15686
15687
15688 2001-11-26 [paul]
15689
15690         * po/es.po
15691                 updated translation, submitted by Ricardo Mones Lastra
15692
15693 2001-11-26 [alfons]
15694
15695         * src/matcher.c
15696                 add more translatable strings
15697
15698 2001-11-26 [christoph]  0.6.5claws39
15699
15700         * po/de.po      
15701                 fixed one more umlaut
15702         * src/compose.c
15703                 fix translated header when it should not be translated
15704
15705 2001-11-26 [paul]       0.6.5claws38
15706
15707         * src/mainwindow.c
15708                 remove '/Message/Add Sender to address book' from 
15709                 main_window_set_menu_sensitive(), prevent debug warning
15710                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15711
15712 2001-11-26 [paul]       0.6.5claws37
15713
15714         * src/summaryview.c
15715                 fix 'recurring unread state' bug 
15716
15717         * tools/README 
15718         * tools/filter_conv.pl
15719                 read name of top level mailbox from folderlist.xml
15720                 and presume nothing about its name              
15721
15722 2001-11-26 [darko]      0.6.5claws36
15723
15724         * src/gtkstext.[ch]
15725                 removed functions that are now in gtkutils.c
15726                 use gtkut_text_is_uri_string() from gtkutils.c
15727         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15728
15729 2001-11-26 [paul]       0.6.5claws35
15730
15731         * sync with sylpheed 0.6.5cvs16
15732                 see ChangeLog entries 2001-11-25 and 2001-11-26
15733
15734 2001-11-25 [alfons]     0.6.5claws34
15735
15736         EXPERIMENTAL!!! Please checkout the last stable version using: 
15737           
15738         % cvs update -r LAST_STABLE -dRAP
15739
15740         (Or help us testing this stuff.)
15741
15742         * src/filtering.c               (1.14)
15743         * src/filtering.h               (1.6)
15744         * src/inc.c                     (1.28)
15745         * src/matcher.c                 (1.20)
15746         * src/mbox.c                    (1.9)
15747         * src/procmsg.h                 (1.14)
15748         * src/summaryview.c             (1.59)
15749         * src/summaryview.h             (dunno)
15750                 revert/merge/sync to as it was before commit 
15751                 on Thu, 19 Jul 2001 10:15:51 -0700.
15752
15753 2001-11-25 [hoa]        0.6.5claws33
15754
15755         * src/main.c
15756                 processing mails at startup
15757
15758         * src/folderview.c
15759         * src/summaryview.[ch]
15760                 processing mails when entering folder
15761
15762         * src/prefs_filtering.c
15763                 fixed some UI bugs
15764
15765 2001-11-24 [alfons]     0.6.5claws32
15766
15767         * src/summaryview.[ch]
15768                 make summary sort headers work, and also make
15769                 sure the sort type is stored
15770
15771 2001-11-23 [alfons]     0.6.5claws31
15772
15773         * src/summaryview.[ch]
15774                 make lock work like mark
15775                 disallow deleting messages marked as locked
15776
15777 2001-11-23 [alfons]     0.6.5claws30
15778
15779         * src/gtkstext.c
15780         * src/compose.[ch]
15781         * src/Makefile.am
15782         * src/undo.[ch]
15783                 merge undo patch submitted by Jens
15784
15785 2001-11-23 [christoph]  0.6.5claws29
15786
15787         * src/.cvsignore
15788                 added ylwrap
15789         * src/compose.c
15790                 fixed gpg signing and encoding
15791         * src/folder.[ch]
15792         * src/main.c
15793                 added --status option to get new, unread and total
15794                 message count from a running sylpheed
15795         * src/prefs_common.c
15796                 temporary fix for reply_with_quote problem
15797                 (don't call functions for non existing widget)
15798         * src/procmsg.c
15799                 one more check for ignored threads but still not
15800                 always working correctly. probably a recursive
15801                 check for all parents is needed
15802
15803 2001-11-23 [darko]      0.6.5claws28
15804
15805         * src/compose.c
15806                 wrapping on send improvements
15807         * src/gtkutils.[ch]
15808                 fix for GtkSText after last sync with main branch
15809                 GTK_TEXT -> GTK_STEXT
15810
15811 2001-11-23 [paul]       0.6.5claws27
15812
15813         * sync with sylpheed 0.6.5cvs14
15814                 see ChangeLog entries 2001-11-22 and 2001-11-23
15815                 
15816         * po/de.po
15817                 fixed the scrambled umlauts 
15818                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15819
15820 2001-11-21 [paul]       0.6.5claws26
15821
15822         * sync with sylpheed 0.6.5cvs12
15823                 see 2nd ChangeLog entry dated 2001-11-20
15824
15825 2001-11-20 [paul]       0.6.5claws25
15826
15827         * sync with sylpheed 0.6.5cvs11
15828                 see ChangeLog entry 2001-11-19 (src/utils.c)
15829
15830 2001-11-20 [hiro]
15831
15832         * src/compose.c
15833                 GTK_TEXT -> GTK_STEXT
15834                 fix for wrong comment
15835
15836 2001-11-20 [hiro]       0.6.5claws24
15837
15838         * src/compose.[ch]
15839                 more merges from main branch
15840                 removed fatal warnings (uninitialized variables etc.)
15841                 some coding style fix
15842         * src/gtkutils.h
15843                 fixed typo.
15844         * src/addressbook.c
15845           src/addrindex.c
15846                 V-Card -> vCard
15847
15848 2001-11-19 [hoa]        0.6.5claws23
15849
15850         * src/filtering.c
15851         * src/prefs_scoring.c
15852         * src/matcher.[ch]
15853         * src/scoring.c
15854                 cleaning code
15855
15856         * src/matcher_parser_parse.y
15857         * src/prefs_filtering.c
15858                 bouncing
15859
15860 2001-11-19 [alfons]     0.6.5claws22
15861
15862         more of my old things into claws
15863
15864         * src/Makefile.am
15865         * src/prefs_common.c
15866         * src/procmsg.h
15867         * src/summaryview.[ch]
15868         * src/prefs_summary_column.c
15869         * src/pixmaps/locked.xpm
15870                 add indicators for locking of message in summary view
15871                 (does not work yet, only visual indicator)
15872
15873 2001-11-19 [paul]       0.6.5claws21
15874
15875         * sync with sylpheed 0.6.5cvs10
15876                 see ChangeLog entry 2001-11-19
15877
15878 2001-11-18 [alfons]     0.6.5claws20
15879         
15880         * src/filtering.c
15881                 remove an inadvertent free I forgot in previous clean up 
15882
15883 2001-11-18 [alfons]     0.6.5claws19
15884
15885         * src/filtering.[ch]
15886                 clean up & plug leaks
15887
15888 2001-11-18 [paul]       0.6.5claws18
15889
15890         * sync with sylpheed 0.6.5cvs9
15891                 see ChangeLog entries 2001-11-17 and 2001-11-18
15892
15893 2001-11-16 [paul]       0.6.5claws17
15894
15895         * sync with sylpheed 0.6.5cvs8
15896                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15897
15898 2001-11-16 [paul]       0.6.5claws16
15899
15900         * sync with sylpheed 0.6.5cvs7
15901                 see ChangeLog entries 2001-11-15 and 2001-11-16
15902
15903 2001-11-15 [hoa]        0.6.5claws15
15904
15905         * src/compose.c
15906                 fix bounce, mails we received couln't be bounced to ourself.
15907
15908         * src/defs.h
15909         * src/filtering.[ch]
15910         * src/matcher.[ch]
15911         * src/matcher_parser.h
15912         * src/matcher_parser_lex.l
15913         * src/matcher_parser_parse.y
15914         * src/inc.c
15915         * src/main.c
15916         * src/mbox.c
15917         * src/prefs_filtering.[ch]
15918         * src/mainwindow.c
15919         * src/prefs_matcher.c
15920         * src/prefs_scoring.c
15921         * src/scoring.[ch]
15922         * src/summaryview.c
15923                 new matcher/filter/score configuration file parser
15924                 one unique configuration file => ~/.sylpheed/matcherrc
15925                 import in currently automatic, then save are made
15926                 in this new file.
15927                 one filter per folder and one global filter
15928                 (filter of a folder will be used as folder processing)
15929
15930         * src/folder.c
15931                 fix a bug in folder_item_get_identifier
15932                 
15933         * src/messageview.c
15934                 receive receipt return are fixed.
15935
15936 2001-11-14 [alfons]     0.6.5claws14
15937
15938         * src/session.h
15939                 add things from main branch to make claws compile
15940
15941 2001-11-14 [paul]       0.6.5claws13
15942
15943         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15944                 see ChangeLog entries 2001-11-08 to 2001-11-14
15945
15946 2001-11-14 [hoa] 0.6.5claws12
15947
15948         * src/compose.[ch]
15949         * src/mainwindow.c
15950         * src/summaryview.c
15951                 add "bounce mail" option
15952
15953 2001-11-13 [christoph]  0.6.5claws11
15954
15955         * src/compose.c
15956                 Cleanup a mess i add before commiting
15957
15958 2001-11-13 [hoa]        0.6.5claws10
15959
15960         * src/compose.c
15961                 some fixes when mail are sent or
15962                 for crossposts
15963
15964 2001-11-13 [christoph]  0.6.5claws9
15965
15966         * po/de.po
15967                 Changed two string with the same translation
15968         * src/compose.c
15969         * src/procmsg.[ch]
15970         * src/send.[ch]
15971                 New mailsending process:
15972                   - Always queue message before sending
15973                     (message will be saved if sylpheed crashed or
15974                      freezes while sending)
15975                   - Allow queuing of newspostings
15976                   - No copy in outbox before sending
15977                     (closes bug #469501)
15978                   - No more redundant code for send and send_later
15979         * src/summaryview.c
15980                 Applied wwp <subscript@free.fr>'s patch that fixes
15981                 marks for multiple forwarded messages (+compose.c)
15982
15983 2001-11-12 [alfons]
15984
15985         * README.claws
15986                 remove things that are now in main branch
15987         
15988         * po/nl.po
15989                 update Dutch translation
15990
15991 2001-11-12 [mhadasht]   0.6.5.claws8
15992
15993         * src/prefs_common.c
15994                 re-enabled account autoselection feature for forward
15995                 and reedit lost during the branch point for SYNC-B4-REL
15996         * src/gtkspell.c
15997                 gtkpspell_get_dict(): more readable code (even if function is
15998                 not used yet)
15999         * ChangeLog.claws
16000                 added version number info to 2001-11-12 [hiro] comment.
16001
16002 2001-11-12 [hiro]       0.6.5.claws7
16003
16004         * src/compose.c
16005                 compose_forward(): fixed a bug that forward quote mark
16006                 wasn't used.
16007                 removed unnecessary code.
16008         * src/template_select.[ch]: removed.
16009
16010 2001-11-11 [alfons]
16011
16012         * src/compose.c
16013                 :%s/GTK_TEXT/GTK_STEXT/g
16014         
16015         * src/compose.[ch]
16016         * src/undo.[ch]
16017         * src/Makefile.am
16018                 revert the undo stuff (this is 0.6.6claws stuff)
16019
16020 2001-11-11 [hoa]        0.6.5.claws6
16021
16022         * src/compose.[ch]
16023                 Insert signature at the end of the text.
16024                 Added undo patch but currently disabled
16025
16026         * src/procmsg.c
16027                 Threading by subject improved.
16028
16029         * added src/undo.[ch]
16030                 Undo module for compose dialog box.
16031
16032 2001-11-11 [alfons]     0.6.5.claws5
16033
16034         * src/procmsg.c
16035                 prevent threading by subject on nodes that have already been
16036                 threaded by in-reply-to (as in "circular references in a tree
16037                 result in a dead branch")
16038
16039 2001-11-09 [hoa]        0.6.5.claws4
16040         
16041         * src/folderview.c
16042                 allows creation of mbox folder item from any files.
16043
16044 2001-11-09 [alfons]     0.6.5.claws3
16045         
16046         * src/utils.c
16047         * src/procmsg.c
16048                 do what I mean and correct threading by subject so it really
16049                 ignores attracting lines without "Re: "
16050
16051 2001-11-07 [alfons]     0.6.5.claws2
16052
16053         * src/procmsg.c
16054         * src/utils.[ch]
16055                 only attract by subject if a subject line starts with a "Re: "
16056         * src/syldap.c
16057                 remove warning
16058
16059 2001-11-07 [paul]       0.6.5claws1
16060
16061         * sync with sylpheed 0.6.5. release
16062                 see ChangeLog entry 2001-11-07
16063
16064 2001-11-07 [paul]       0.6.4claws31
16065
16066         * sync with sylpheed 0.6.4cvs18
16067                 see ChangeLog entries 2001-10-30 to 2001-11-07
16068                 prefs_templates.[ch] renamed prefs_template.[ch]
16069
16070 2001-11-06 [alfons]
16071         
16072         * src/utils.h
16073                 add semicolon Hoa forgot ;-)
16074                 
16075
16076 2001-11-06 [hoa]        0.6.4claws30
16077         
16078         * src/procmsg.c
16079         * src/summaryview.c
16080         * src/utils.c
16081         * src/utils.h
16082                 threading by subject - empty subject are ignored
16083
16084 2001-11-06 [christoph]  0.6.4claws29
16085
16086         * src/socket.c
16087                 use SSL_peek for sock_gets
16088         * src/utils.c
16089                 removed unneeded pointer in extracting quoted
16090                 names implementation
16091
16092 2001-11-06 [melvin]     0.6.4claws28
16093
16094         * src/gtkspell.c
16095                 fixed bug #476792 Selection overtyping with spell checker
16096                 fixed bug which could cause a buffer overflow
16097                 fixed a memory leak
16098
16099 2001-11-06 [hoa]        0.6.4claws27
16100         
16101         * src/procmsg.c
16102         * src/summaryview.c
16103                 threading by subject
16104
16105 2001-11-05 [alfons]     0.6.4claws26
16106         
16107         * README.claws
16108                 Claws -> Sylpheed (vice versa)
16109
16110         * src/compose.c
16111                 :%s/gtk_text/gtk_stext/g
16112                 :%s/GTK_TEXT/GTK_STEXT/g
16113                 (thanks to Jonathan Ware for spotting this)
16114
16115 2001-11-04 [christoph]  0.6.4claws25
16116
16117         * src/summaryview.c
16118                 replace Xalloca + strdup with Xstrdup_a
16119         * src/utils.c
16120                 better implementation of extracting quoted names
16121                 from addresses (remove backlashes and ignore
16122                 quotes after them)
16123
16124 2001-11-04 [alfons]     0.6.4claws24
16125
16126         * src/utils.[ch]
16127                 edit to comply more with coding style
16128
16129         * src/textview.c
16130                 fix bug reported by Kim Schulz. introduced by the patch integrated
16131                 in 0.6.4claws15. the code did not check the return value of
16132                 the html parser.
16133
16134         * AUTHORS
16135                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
16136
16137 2001-11-04 [christoph]  0.6.4claws23
16138
16139         * src/main.c
16140         * src/prefs_common.[ch]
16141                 init some pointers that possibly caused a segfault
16142                 reported in the claws-users ML
16143
16144 2001-11-04 [hoa]        0.6.4claws22
16145
16146         * src/grouplistdialog.c
16147                 change the names of the nodes in the tree
16148
16149         * src/compose.c
16150                 enhanced mailto syntax as described in
16151                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
16152                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
16153
16154         * src/utils.c
16155                 encode and decode URI (useful when opening URL into
16156                 netscape).
16157
16158 2001-11-03 [hoa]        0.6.4claws21
16159
16160         * src/grouplistdialog.c
16161                 a new newsgroups list selection dialog box
16162                 with a CTree instead of a CList
16163
16164 2001-11-03 [hoa]        0.6.4claws20
16165
16166         * src/folderview.c
16167                 enable property and scoring options when right
16168                 click on "inbox"
16169
16170         * src/summaryview.c
16171                 fixed bug when nickname were displayed using
16172                 the address book.
16173
16174 2001-11-02 [darko]      0.6.4claws19
16175
16176         * src/compose.c
16177                 new wrap quotation and URL/long words wrapping implementation
16178         * src/compose.c src/gtkstext.[ch]
16179                 move gtkstext_strncmp() to gtkstext.c
16180
16181 2001-11-01 [christoph]  0.6.4claws18
16182
16183         * src/prefs_account.c
16184                 fixed mess in account settings dialog
16185         * src/prefs_folder_item.c
16186                 added label with folder path to dialog
16187
16188 2001-10-31 [match]      0.6.4claws17
16189
16190         * src/vcard.c
16191                 fix memory leak.
16192         * src/addrbook.c
16193                 fix generation of spurious address book file names.
16194                 remove redundant functions.
16195         * po/POTFILES.in
16196                 added missing file names.
16197
16198 2001-10-30 [paul]       0.6.4claws16
16199
16200         * sync with sylpheed 0.6.4cvs6
16201                 see ChangeLog entries 2001-10-26 to 2001-10-30
16202
16203         * tools/filter_conv.pl
16204                 read folderlist.xml to discover whether the top-level
16205                 folder is called 'Mailbox' or 'Mail' 
16206
16207 2001-10-29 [paul]       0.6.4claws15
16208
16209         * src/html.c, src/textview.c
16210                 activate links in html mail and fix clickable parts
16211                 Submitted by Matthieu Dazy <dazy@t-surf.com>
16212
16213 2001-10-29 [paul]
16214
16215         * po/de.po, po/es.po, po/pt_BR/po
16216                 updated translations, submitted by Jens Oberender,
16217                 Ricardo Mones Lastra, and Fabio Junior Beneditto
16218
16219 2001-10-29 [darko]      0.6.4claws14
16220
16221         * src/compose.c
16222                 fix wrapping for good
16223
16224 2001-10-29 [darko]
16225
16226         * src/compose.c
16227                 undo previous change as it broke the smart wrapping
16228
16229 2001-10-29 [darko]      0.6.4claws13
16230
16231         * src/compose.c
16232                 fix infinite loop when long URL is quoted
16233                 (closes bug #475122.
16234
16235 2001-10-28 [match]
16236
16237         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16238                 import Mutt address book
16239         * src/ldif.[ch] src/importldif.h
16240                 modified import LDIF handle user attributes
16241
16242 2001-10-28 [christoph]  0.6.4claws12
16243
16244         * src/summaryview.c
16245                 fixed that filtering did not work if there
16246                 were no filter rules
16247                 (closes bug #472003 and better implementation
16248                  of patch #474644)
16249
16250 2001-10-27 [christoph]  0.6.4claws11
16251
16252         * src/compose.c
16253                 make the folder's default account to be used when
16254                 replying. (patch by wwp <subscript@free.fr>)
16255         * src/compose.c
16256                 code cleanup, nearly killed all of wwp's patch
16257                 for folder's default account in compose
16258         * src/folderview.c
16259                 error panel when a folder could not be created
16260                 (closes bug #471080 new folder name & already
16261                  existing file)
16262
16263 2001-10-26 [alfons]
16264
16265         * src/utils.h
16266                 change prototype of strstr2() that Christoph forgot about
16267
16268 2001-10-26 [christoph]  0.6.4claws10
16269
16270         * src/account.c
16271                 made search for accounts by email address not case
16272                 sensitive
16273         * src/folder.c
16274                 fixed memory leak in folder_item_get_identifier
16275         * src/gtkspell.c
16276         * src/utils.c
16277                 fixed wrong strstr2 (should work like strstr)
16278
16279 2001-10-26 [darko]      0.6.4claws9
16280
16281         * src/compose.c src/gtkstext.[ch]
16282         * src/gtkstext.c
16283                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16284
16285 2001-10-26 [paul]       0.6.4claws8
16286
16287         * src/html.c
16288                 ignore css and javascript tags in html mail
16289                 case-insensitive, with or without double-quoted
16290                 strings
16291
16292 2001-10-26 [paul]       0.6.4claws7
16293
16294         * sync with sylpheed 0.6.4cvs1
16295                 see ChangeLog entry 2001-10-26
16296
16297         * src/prefs_account.c, src/prefs_common.c,
16298           src/prefs_summary_column.c
16299                 minor improvements to the English
16300
16301 2001-10-25 [alfons]     0.6.4claws6
16302
16303         * src/gtkstext.c
16304         
16305                 make GtkSText follow style of GtkText (closes bug 
16306                 #469211 "text selection while writing message")
16307                 
16308                 do sync with GTK 1.2.10
16309
16310 2001-10-25 [paul]       0.6.4claws5
16311
16312         * src/html.c
16313                 ignore css tags in html mail
16314
16315 2001-10-25 [darko]      0.6.4claws4
16316
16317         * src/compose.c
16318                 don't declare is_url_string as static function since
16319                 we need it in gtkstext.c
16320         * src/gtkstext.c
16321                 remove unused variable
16322                 don't wrap long URLs while composing a message
16323
16324 2001-10-24 [christoph]  0.6.4claws3
16325
16326         * src/socket.c
16327                 fix ssl deadlock, when peer closes connection
16328
16329 2001-10-24 [paul]       0.6.4claws2
16330
16331         * src/prefs_common.c
16332                 gettextize the gpg ascii-armored warning message
16333
16334         * src/compose.c
16335                 insert a DOS/MAC file into the composed message
16336                 (improvements)
16337
16338         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16339
16340 2001-10-22 [paul]       0.6.4claws1
16341
16342         * sync with sylpheed 0.6.4 release
16343                 see ChangeLog entries 2001-10-21
16344
16345         * po/fr.po, po/pt_BR.po
16346                 updated by Melvin Hadasht and Fabio Junior Beneditto
16347
16348 2001-10-21 [paul]       0.6.3claws30
16349
16350         * src/compose.c
16351                 insert a DOS text file from the compose window
16352                 into the composed message text (removes CRs characters)
16353                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16354
16355         * tools/filter_conv.pl, tools/README
16356                 automatically use ~/.sylpheed as working directory
16357                 print out confirmation message on completion
16358
16359         * correct Hoa's last ChangeLog.claws entry
16360
16361 2001-10-20 [hoa]        0.6.3claws29
16362
16363         * src/grouplistdialog.c
16364                 bugfix (another ?) to give the right
16365                 newsgroups list for each news server.
16366
16367         * src/news.c
16368         * src/news.h
16369                 improve the newsgroups list cache
16370
16371 2001-10-20 [paul]       0.6.3claws28
16372
16373         * sync with sylpheed 0.6.3cvs9
16374                 see ChangeLog entry 2001-10-19
16375
16376         * correct Alfons' last ChangeLog.claws entry
16377
16378 2001-10-19 [alfons]
16379
16380         * src/pgptext.[ch]
16381                 fix compilation problems (part of bug #472895)
16382
16383 2001-10-18 [hoa]        0.6.3claws27
16384
16385         * src/grouplistdialog.c
16386                 bugfix when we refresh was clicked (bug 472701)
16387
16388 2001-10-19 [christoph]  0.6.3claws26
16389
16390         * src/compose.c
16391                 last header entry should default to "To:" or
16392                 "Newsgroups:" and not copy the last entry line
16393                 in a new compose window
16394                 (closes bug #472686, #470792)
16395
16396 2001-10-19 [paul]       0.6.3claws25
16397
16398         * sync with Sylpheed 0.6.3cvs8
16399                 see ChangeLog entries 2001-10-18 and 2001-10-19
16400
16401 2001-10-18 [christoph]  0.6.3claws24
16402
16403         * src/procmsg.c
16404                 reimplement ignore thread
16405         
16406 2001-10-18 [hoa]        0.6.3claws23
16407
16408         * src/folderview.c
16409         * src/grouplistdialog.[ch]
16410                 enhanced news subscription interface (feature 469113)
16411
16412         * src/news.c
16413         * src/news.h
16414                 enchanced newsgroup listing,
16415                 now, we can get groups informations
16416                 (NNTPGroupInfo)
16417
16418 2001-10-18 [paul]       0.6.3claws22
16419
16420         * src/summaryview.c
16421                 remove comment (sync with main branch)
16422         * src/mainwindow.c
16423                 fix 'Re-edit' bug in 'Message' menu
16424
16425 2001-10-17 [christoph]  0.6.3claws21
16426
16427         * src/compose.c
16428                 ignore empty or whitespace only header lines
16429
16430 2001-10-17 [paul]       0.6.3claws20
16431
16432         * sync with sylpheed 0.6.3cvs7
16433                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16434                 2001-10-17
16435
16436 2001-10-17 [darko]
16437
16438         * src/compose.c
16439                 wrap long lines without spaces
16440                 don't wrap URLs
16441
16442 2001-10-16 [paul]
16443
16444         * po/es.po, po/nl.po, po/pt_BR.po
16445                 updated by Ricardo Mones Lastra, Alfons,
16446                 and Fabio Junior Beneditto
16447
16448         * sylpheed-0.6.3claws released
16449
16450 2001-10-15 [melvin] 0.6.3claws18
16451
16452         * README.claws
16453                 added summary and detailed installation instructions
16454                 for spell checker
16455         * po/fr.po
16456                 Updated, corrected and completed french translation
16457
16458 2001-10-15 [hoa] 0.6.3claws17
16459         * src/grouplistdialog.c
16460                 we can choose the newsgroups to display with wildcards
16461
16462 2001-10-15 [christoph]  0.6.3claws16
16463
16464         * src/account.c
16465         * src/compose.c
16466         * src/prefs_folder_item.[ch]
16467                 applied wwp <subscript@free.fr>'s folder
16468                 default account patch
16469         * po/de.po
16470                 Fixed wrong translation
16471
16472 2001-10-13 [alfons, christoph, melvin]  
16473                         0.6.3claws15
16474
16475         solution #2 to solve MT-safety problems defers all GUI related calls
16476         to the main thread using a gtk_idle_add() callback. discussed on
16477         ircnet #sylpheed, with christoph spotting some issues with the
16478         original code, and melvin allowing us to lobotomize his sylpheed.
16479
16480         * src/syldap.[ch], src/main.c
16481                 fix race problem in ldap search thread by deferring GUI 
16482                 stuff to main thread using gtk_idle_add()
16483
16484 2001-10-13 [paul]       0.6.3claws14
16485
16486         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16487                 add Sergey's smtpcred.patch
16488                 adds separate username/password setting for SMTP Auth
16489                 needed by some servers
16490                 (closes feature request #471659)
16491
16492 2001-10-13 [paul]       0.6.3claws13
16493
16494         * src/pgptext.[ch] **NEW FILES**
16495         * src/Makefile.am, src/messageview.c, src/mimeview.c
16496                 decrypt ascii-armored gpg text embedded in
16497                 the message body.
16498                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16499
16500 2001-10-13 [christoph]  0.6.3claws12
16501
16502         * README.claws
16503                 some more details on default to and
16504                 feature requests
16505         * src/main.c
16506                 init glib threading when ldap is used
16507         * src/syldap.c
16508                 threading fixes
16509         * po/de.po
16510                 fixed a typo
16511
16512 2001-10-12 [paul]       0.6.3claws11
16513
16514         * src/prefs_common.[ch], src/rfc2015.c
16515                 enable ascii-armored gpg text to be embedded in the
16516                 message body, selectable through the 'Privacy'
16517                 preferences. Supports encrypting only.
16518                 Submitted by Ravemax <ravemax@dextrose.com>
16519
16520 2001-10-12 [paul]       0.6.3claws10
16521
16522         * sync with sylpheed 0.6.3cvs6
16523                 see ChangeLog entries 2001-10-11 and 2001-11-12
16524
16525         * src/folderview.c
16526                 incorporated mbox folders, scoring, and folder
16527                 properties into the sync
16528
16529 2001-10-12 [darko]      0.6.3claws9
16530
16531         * README.claws
16532                 describe quotation wrapping
16533         * src/compose.c
16534                 don't treat tab as space to calculate line length properly
16535
16536 2001-10-11 [alfons]
16537
16538         * README.claws
16539                 correct description of how to make new filtering system work,
16540                 add some other things
16541                 
16542         * src/syldap.c
16543                 remove sched_yield() (not necessary / unportable)
16544
16545 2001-10-11 [paul]       0.6.3claws8
16546
16547         * sync with sylpheed 0.6.3cvs3
16548                 see ChangeLog entry 2001-10-10
16549
16550 2001-10-10 [christoph]  0.6.3claws7
16551
16552         * .cvsignore
16553                 ignore 2 files created by newer autotools
16554         * src/prefs_folder_item.c
16555                 using table for widget alignment
16556                 fixed memory leak and broken octal display
16557         * src/filesel.c
16558                 fixed segfault caused by lost filename
16559                 workaround (closes bug #469551)
16560
16561 2001-10-10 [paul]       0.6.3claws6
16562
16563         * sync with sylpheed 0.6.3cvs2
16564                 see ChangeLog entries 2001-10-09 and 2001-10-10
16565
16566 2001-10-10 [darko]      0.6.3.claws5
16567
16568         * src/gtkstext.c
16569                 proper calculation of right margin if smart wrapping is enabled
16570         * src/compose.c
16571                 automatically wrap long lines if wrap quotation is enabled
16572
16573 2001-10-09 [alfons]     0.6.3.claws4
16574
16575         * src/summaryview.c
16576                 select correct row when deleting last row in the summary view (and
16577                 close bug "[ #469104 ] select second last in list when deleting")
16578
16579 2001-10-09 [paul]       0.6.3claws3
16580
16581         * sync with sylpheed 0.6.3cvs1
16582                 updated some autotool scripts
16583
16584 2001-10-09 [darko]      0.6.3claws2
16585
16586         * src/gtkstext.[ch]
16587                 new name and mark with Sylpheed comment
16588         * src/compose.c
16589                 smart quotation wrapping a-la VIM
16590
16591 2001-10-08 [paul]       0.6.3claws1
16592
16593         * sync with sylpheed 0.6.3 release
16594                 see ChangeLog entry 2001-10-08
16595
16596 2001-10-08 [paul]       0.6.2claws24
16597
16598         * src/summaryview.c
16599                 more sync with sylpheed 0.6.2cvs12
16600                 Fixed the bug that didn't select the last row correctly
16601
16602
16603 2001-10-07 [paul]       0.6.2claws23
16604
16605         * sync with sylpheed 0.6.2cvs12
16606                 see ChangeLog entry 2001-10-07
16607
16608 2001-10-06 [match]
16609         * src/jpilot.[ch]
16610                 enable jpilot to read unsynch'ed addresses.
16611
16612         * src/editldap_basedn.c
16613                 fix segfault when opening dialog.
16614
16615 2001-10-06 [alfons]     0.6.2.claws22
16616
16617         * src/summaryview.c
16618                 fix bug with summary view selecting last *inserted*
16619                 node instead of last *visible* node. remember we
16620                 work with a tree
16621
16622 2001-10-06 [paul]       0.6.2claws21
16623
16624         * po/pt_BR.po
16625                 updated translation, contains some fixes and new
16626                 translations, submitted by Gustavo Noronha Silva
16627                 <kov@debian.org>
16628
16629         * src/prefs_common.c
16630                 change 'each' to 'every' - fix dubious English
16631
16632         * sync with sylpheed 0.6.2cvs11
16633
16634 2001-10-05 [alfons]     0.6.2claws20
16635
16636         * src/mainwindow.[ch], src/folderview.c
16637                 make composite tool button switch between "Compose News"
16638                 and "Compose Mail" depending on selected folder
16639                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16640
16641 2001-10-05 [paul]       0.6.2claws19
16642
16643         * src/mainwindow.c, src/summaryview.c
16644                 fix 'Message/Reply to all', broken in last commit
16645
16646         * src/compose.c
16647                 fix X_BEENTHERE seg fault, thanks to Alfons
16648
16649 2001-10-04 [paul]       0.6.2claws18
16650
16651         * src/compose.[ch], src/mainwindow.c
16652                 make "Message/Reply" reply to mailing lists; matches
16653                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16654                 based on portions of the patch submitted by
16655                 Junichi Uekawa <dancer@netfort.gr.jp>
16656
16657 2001-10-04 [darko]      0.6.2claws17
16658
16659         * src/compose.c
16660                 better smart wrapping
16661         * src/gtkstext.[hc]
16662                 a function to make text buffer contiguous
16663
16664 2001-10-03 [paul]       0.6.2claws16
16665
16666         * sync with sylpheed 0.6.2cvs10
16667
16668 2001-10-02 [alfons]
16669
16670         * configure.in
16671         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16672                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16673                 references to chinese translations (hope someone picks up
16674                 this)
16675
16676 2001-10-02 [christoph]  0.6.2claws15
16677
16678         * src/compose.c
16679                 fixed non translated header bug
16680         * ChangeLog.claws
16681                 fixed wrong date in alfons last entry ;)
16682
16683 2001-10-02 [alfons]     0.6.2claws14
16684
16685         * src/compose.c, src/prefs_common.[ch]
16686                 add block cursor option
16687
16688 2001-10-02 [paul]       0.6.2claws13
16689
16690         * sync with sylpheed 0.6.2cvs9
16691
16692 2001-09-30 [paul]       0.6.2claws12
16693
16694         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16695                 updated translations
16696
16697         * po/POTFILES.in
16698                 add 'src/importldif.c'
16699
16700         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16701                 added eudora-to-vCard conversion tool
16702                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16703
16704         * sync with sylpheed 0.6.2cvs8
16705
16706 2001-09-30 [paul]
16707
16708         * sylpheed-0.6.2claws released
16709
16710 2001-09-27 [melvin]     0.6.2claws11
16711
16712         * src/gtkspell.c
16713                 fixed crash when using default path (introduced 
16714                 in 0.6.2claws10)
16715                 fixed tiny bug for initial suggestion mode
16716
16717 2001-09-27 [melvin]     0.6.2claws10
16718         
16719         * src/gtkspell.c
16720                 fixed bug where gtkpspell didn't set the path correctly
16721
16722         * README.claws
16723                 added a paragraph about spell checking
16724                 
16725
16726
16727 2001-09-27 [paul]       0.6.2claws9
16728
16729         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16730                 replace '// comments' with '/* comments */' to prevent
16731                 some compiler warnings 
16732
16733         * sync with sylpheed 0.6.2cvs6
16734
16735 2001-09-26 [alfons]     0.6.2claws8
16736
16737         * src/messageview.c
16738                 introduce return receipt request notification again,
16739                 which was lost because of other semantics in 
16740                 procheader_parse() (???)
16741
16742 2001-09-26 [christoph]  0.6.2claws7
16743
16744         * src/compose.c
16745                 replace comments for old code with #if 0
16746                 readded auto cc, bcc and reply-to
16747         * src/prefs_matcher.c
16748         * src/prefs_scoring.c
16749                 removed some definition (was moved to
16750                 prefs.h)
16751
16752 2001-09-26 [paul]       0.6.2claws6
16753
16754         * src/mainwindow.c
16755                 make 'Follow-up and reply to' sensitive
16756
16757         * more sync with sylpheed 0.6.2cvs5
16758
16759 2001-09-25 [melvin]
16760
16761         * 0.6.2claws5
16762
16763         * src/gtkspell.c
16764                 fixed bug for "US-ASCII" introduced by the encoding code
16765
16766 2001-09-25 [paul]
16767
16768         * 0.6.2claws4
16769
16770         * src/prefs_common.[ch], src/summaryview.c
16771                 'next unread msg' 'go to next folder?' dialog can be
16772                 given default behaviour, either always show dialog,
16773                 or assume 'yes', or assume 'no'
16774                 Submitted by wwp <subscript@free.fr>
16775
16776 2001-09-25 [melvin]
16777                 
16778         * src/compose.c src/gtkspell.[ch]
16779                 added support for different encodings
16780
16781 2001-09-25 [paul]
16782
16783         * more sync with sylpheed 0.6.2cvs5
16784
16785 2001-09-24 [alfons]
16786         
16787         * src/prefs_folder_item.c
16788                 add check for item->prefs->default_to string is NULL and
16789                 add another check when freeing this string
16790
16791 2001-09-24 [paul]
16792
16793         * configure.in
16794                 change to version 0.6.2claws3
16795
16796         * sync with sylpheed 0.6.2cvs5 
16797
16798 2001-09-24 [match]
16799         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16800                 import LDIF files.
16801         * src/addrcache.[ch], addrindex.[ch]
16802                 small update for future
16803         * src/addrbook.c
16804                 fix test XML file.
16805
16806 2001-09-24 [melvin]
16807         * src/gtkspell.[ch]
16808                 added 'Learn from mistakes' option
16809                 better handling of quotes in checked words
16810                 sorted dict list
16811         * po/fr.po
16812                 small update for spell checking stuff
16813
16814 2001-09-23 [alfons]
16815         
16816         * src/gtkspell.c
16817                 edit a little bit so it complies more with main coding style
16818
16819 2001-09-23 [alfons]
16820
16821         * src/folder.[ch], prefs_folder_item.c, compose.c
16822                 migrate "request return receipt" folder property
16823                 to folderlist.xml
16824
16825 2001-09-22 [alfons]
16826
16827         * README.claws **NEW**
16828                 (add things of interest for users of main branch 
16829                 and claws here)
16830
16831         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16832                 re-implement threading per folder option, but store 
16833                 the setting in folderlist.xml (where it belongs)
16834
16835 2001-09-21 [melvin]
16836
16837         * src/gtkspell.[ch]
16838                 fixed bug when compose window is under another window
16839         * src/prefs_common.[ch] src/compose.c
16840                 changed 'dictionary_path' to 'dictionary' to be consistent
16841                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16842         * ac/pspell.m4 src/Makefile.am 
16843                 dropped PSPELL_PATH macro
16844         * po/fr.po
16845                 updated translations
16846
16847 2001-09-21 [christoph]
16848
16849         * src/compose.c
16850                 added border around header fields
16851                 keep header type when new field is added
16852
16853 2001-09-20 [christoph]
16854
16855         * src/utils.[ch]
16856                 more portable debug_print with source filename
16857                 and linenumber
16858         * src/procmsg.c
16859                 more newlines after debug messages
16860
16861 2001-09-20 [paul]
16862
16863         * configure.in
16864                 change to version 0.6.2claws2
16865
16866         * sync with sylpheed 0.6.2cvs3
16867
16868 2001-09-19 [melvin]
16869
16870         * src/gtkspell.c
16871                 fixed the post-right-click focus pb
16872                 fixed crash when 'Spell check all' after dict change 
16873                         and when cursor is at the end of the text
16874                 shift-right-click pops up config menu even on misspelled words.
16875         * po/POTFILES.in
16876                 added gtkspell.c
16877
16878 2001-09-19 [melvin]
16879
16880         * src/about.c
16881                 added pspell to compiled-in features list
16882
16883 2001-09-18 [melvin]
16884
16885         * switched to pspell and dropped ispell
16886         * ac/pspell.m4
16887                 new file. autoconf macro for pspell
16888         * ac/Makefile.am 
16889         * configure.in acconfig.h
16890                 added pspell support
16891         * src/Makefile.am
16892         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16893         * src/prefs_common.[ch] 
16894                 added pspell support
16895
16896 2001-09-18 [christoph]
16897
16898         * src/addr_compl.c
16899         * src/template.[ch]
16900                 replace LOG_MESSAGE with debug_print
16901         * src/compose.[ch]
16902                 gui improvements
16903         * src/menu.c
16904                 added newline after debug message
16905         * src/utils.h
16906                 using __VA_ARGS__ for debug_print macro
16907         * tools/.cvsignore
16908                 ignore Makefile and Makefile.in
16909
16910 2001-09-18 [paul]
16911
16912         * configure.in
16913                 change to version 0.6.2claws1
16914         * sync with sylpheed 0.6.2cvs1
16915
16916         * src/matcher.c 
16917         * src/prefs_matcher.c
16918                 add 'score equal to' option, submitted by
16919                 Paul Evans <nerd@freeuk.com>
16920
16921 2001-09-15 [christoph]
16922
16923         * src/mainwindow.c
16924                 comment out menu entry not existing in claws
16925         * src/menu.c
16926                 add debug output for non existing menu entries
16927         * src/summaryview.c
16928                 fix next/prev unread message for ignored threads
16929         * src/utils.[ch]
16930                 add sourcefile and line number to debug output
16931                 otherwise it is sometimes hard to find the
16932                 source code part if debug messages are translated
16933
16934 2001-09-14 [darko]
16935         
16936         * src/folderview.c
16937                 refresh target folder style after colour is changed
16938
16939 2001-09-13 [paul]
16940
16941         * configure.in
16942                 change to version 0.6.1claws3
16943
16944         * sync with sylpheed 0.6.1cvs6
16945
16946 2001-09-13 [darko]
16947         
16948         * src/folderview.c
16949                 fix target folder colourization to use user selected colour
16950
16951 2001-09-12 [darko]
16952         
16953         * src/summaryview.c
16954                 fix crash when message that is marked for copy/move is unmarked
16955
16956 2001-09-09 [paul]
16957
16958         * configure.in
16959                 change to version 0.6.1claws2
16960
16961         * sync with sylpheed 0.6.1cvs3
16962
16963 2001-09-09 [alfons]
16964         
16965         * src/folderview.c
16966                 fix bug with default font used for trash folder text
16967
16968 2001-09-06 [paul]
16969
16970         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16971                 updated translations
16972
16973         * configure.in
16974                 change to version 0.6.1claws1
16975
16976         * sync with sylpheed 0.6.1cvs2
16977
16978 2001-09-03 [paul]
16979
16980         * po/POTFILES.in
16981                 add Match's new addressbook
16982
16983         * po/de.po
16984                 updated translation submitted by Jens Oberender
16985
16986 2001-09-02 [paul]
16987
16988         * configure.in
16989                 change to 0.6.1claws
16990         * sync with sylpheed 0.6.1 release
16991
16992 2001-09-02 [paul]
16993
16994         * configure.in
16995                 change to 0.6.0claws2
16996
16997         * sync with sylpheed 0.6.0cvs4
16998
16999         * po/pt_BR.po
17000                 updated translation submitted by Fabio Junior Beneditto
17001
17002 2001-09-01 [match]
17003         * pixmaps/
17004                 interface.xpm
17005                 book.xpm
17006                 address.xpm
17007         * src/
17008                 Makefile.am
17009                 a ton of new files
17010
17011 2001-08-31 [paul]
17012
17013         * configure.in
17014                 change to version 0.6.0claws1
17015
17016         * sync with sylpheed 0.6.0cvs1
17017
17018         * po/es.po
17019                 updated translation submitted by Ricardo Mones Lastra
17020
17021         * po/POTFILES.in
17022                 add 'src/prefs_templates.c'
17023
17024         * src/compose.c, src/summaryview.c
17025                 fix segfault on 'Re_edit'               
17026
17027 2001-08-30 [alfons]
17028
17029         * configure.in, Makefile.am
17030         * tools/Makefile.am
17031                 add tools directory to source distribution
17032
17033 2001-08-30 [paul]
17034
17035         * configure.in
17036                 change to version 0.6.0claws
17037
17038         * sync with sylpheed 0.6.0 release
17039
17040 2001-08-30 [christoph]
17041
17042         * configure.in
17043                 removed autoconf version check
17044
17045 2001-08-30 [paul]
17046
17047         * src/account.c, src/compose.c, src/prefs_common.[ch]
17048         * src/procheader.[ch] src/utils.[ch]
17049                 Enhanced automatic account selection on replies
17050                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
17051
17052         * configure.in
17053                 add LDAP and JPilot to the configuration results output.
17054
17055 2001-08-29 [christoph]
17056
17057         * src/summeryview.c
17058                 no bold font for ignored threads
17059
17060 2001-08-29 [paul]
17061
17062         * configure.in
17063                 change to version 0.5.3claws6
17064
17065         * sync with sylpheed 0.5.3cvs10
17066                 src/stringtable.[ch]: New Files
17067
17068         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
17069         * src/pixmaps/sylpheed.xpm
17070                 add mini-icons to windows (by Alfons)
17071
17072 2001-08-27 [paul]
17073
17074         * src/mainwindow.c
17075                 new functions: next_labeled_cb(), prev_labeled_cb()
17076
17077         * src/summaryview.c
17078                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
17079                 summary_select_next_labeled(), summary_select_prev_labeled()
17080
17081         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
17082                 give claws blue folders and a blue trash can
17083
17084 2001-08-27 [paul]
17085
17086         * configure.in
17087                 change to version 0.5.3claws5
17088
17089         * sync with sylpheed 0.5.3cvs9
17090                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
17091
17092 2001-08-24 [christoph]
17093
17094         * src/filesel.c
17095                 keep filename when browsing directories
17096                 (not working for user entered filename, but
17097                  for default name and selected filename from
17098                  file list)
17099         * src/mainwindow.c
17100                 fixed wrong spelling "Folllow-up"
17101         * src/mbox_folder.c
17102         * src/procmsg.c
17103         * src/summaryview.c
17104                 fixed new/unread message count with ignored
17105                 threads (2 commits, first didn't notice no
17106                 longer needed decreasing)
17107         * src/inc.c
17108                 readded scrolling of progress dialog
17109                 (lost in sync)
17110
17111 2001-08-24 [paul]
17112
17113         * configure.in
17114                 change to 0.5.3claws4
17115
17116         * sync with sylpheed 0.5.3cvs7
17117
17118 2001-08-24 [christoph]
17119
17120         * src/compose.c
17121                 set request return receipt when replying
17122                 if it is set is the folder prefs of the
17123                 message
17124         * src/inc.c
17125                 disable final error popup if popups are
17126                 disabled in config (again)
17127
17128 2001-08-23 [paul]
17129
17130         * configure.in
17131                 Change version number to 0.5.3claws3
17132
17133         * sync with sylpheed 0.5.3cvs5
17134
17135         * src/mimeview.c
17136                 double quote '%s' in 'gedit %s' to fix bug when
17137                 opening attachment with spaces in the name
17138
17139 2001-08-22 [alte]
17140         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
17141           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
17142                 initial message templates support
17143
17144
17145 2001-08-22 [paul]
17146
17147         * configure.in
17148                 change version number to 0.5.3claws2
17149
17150         * sync with sylpheed 0.5.3cvs4
17151
17152         * src/procmsg.h src/summaryview.c
17153                 re-implement (un)ignore thread
17154
17155 2001-08-21 [paul]
17156
17157         * src/summaryview.c
17158                 remove unnecessary code
17159         * src/compose.c
17160                 enable 'dynamic' signatures (submitted by
17161                 Eric Limpens <eric@hscg-internet.nl>)
17162
17163 2001-08-21 [paul]
17164
17165         clean up after sync with sylpheed 0.5.3 release
17166
17167         * src/folderview.c
17168                 fix re-introduced font mess, see Christoph's
17169                 entry 2001-06-24
17170
17171         * src/summaryview.c
17172                 remove prev_msgnum
17173                 use sylpheed's small font instead of
17174                 gtk default font for summary view
17175
17176
17177 2001-08-17 [paul]
17178
17179         * configure.in
17180                 add pl to ALL_LINGUAS - sync with main branch
17181
17182         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
17183                 Updated. Translations by Jens Oberender, Ricardo Mones
17184                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
17185
17186         * po/pl.po  ** NEW FILE **
17187                 sync with the main branch
17188
17189         * src/folderview.c
17190                 fix target folder colorizing and refresh problem
17191
17192
17193 2001-08-17 [christoph]
17194
17195         * src/mainwindow.c
17196                 claws uses 4 colors for target folder coloring.
17197                 arrays were not long enough and destroyed the
17198                 stack causing a segfault.
17199                 target folder colorizing does not work anymore
17200                 for me
17201
17202 2001-08-16 [paul]
17203
17204         * configure.in
17205                 change to version 0.5.3claws1
17206
17207         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
17208           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
17209           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
17210
17211                 sync with sylpheed 0.5.3 release, but keep claws method of
17212                 configuring/saving fonts
17213
17214         * src/addressbook.[ch]
17215                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
17216                 in line with a similar change in Hiroyuki's branch
17217
17218         * src/mainwindow.[ch]
17219                 disable main_window_set_thread_option()
17220         * src/prefs_folder_item.c
17221                 comment out &tmps_prefs.enable_thread,
17222         * src/mbox_folder.c, src/procmsg.[ch]
17223                 comment out MSG_IS_IGNORE_THREAD
17224         * src/summaryview.c
17225                 comment out summary_ignore_thread() and summary_unignore_thread()
17226                 comment out MSG_IS_IGNORE_THREAD
17227
17228                 use Hiroyuki's threading instead.
17229
17230
17231
17232 2001-08-15 [paul]
17233
17234         * src/account.c
17235                 use Hiroyuki's 0.5.3 column scheme but also
17236                 include the enable/disable button.
17237         * src/pixmaps/mark.xpm
17238                 add Hiroyuki's amended pixmap
17239
17240 2001-08-13 [christoph]
17241
17242         * src/account.c
17243                 receive at get all column showed wrong state for APOP
17244                 button should only work for POP3 and APOP accounts
17245         * src/prefs_account.c
17246                 added missing preprocessor statement for SSL
17247
17248 2001-08-12 [paul]
17249
17250         * src/account.[ch]
17251                 add 'receive at get all' column and enable/disable
17252                 button.
17253
17254 2001-08-06 [christoph]
17255
17256         * src/account.c
17257                 show usage of SSL in protocol column
17258
17259         * src/imap.c
17260         * src/inc.c
17261                 renamed ssl options
17262
17263         * src/prefs_account.[ch]
17264                 moved ssl options to a new page
17265
17266         * src/send.c
17267         * src/smtp.c
17268         * src/ssl.[ch]
17269                 renamed ssl options
17270                 added support for SMTP STARTTLS command
17271
17272 2001-08-05 [christoph]
17273
17274         * configure.in
17275                 debian autoconf needs version check to find
17276                 correct autoconf version. if the file is
17277                 named configure.in 2.13 is used, which does
17278                 not work with this configure.in script.
17279                 other solution would be to rename the script
17280                 to configure.ac as suggested in the autoconf
17281                 manual.
17282
17283         * src/inc.c
17284                 disable final error popup if popups are
17285                 diabled in config
17286
17287         * src/socket.c
17288                 bugfix in ssl_gets
17289                 fixes IMAP over SSL problem
17290
17291 2001-08-03 [paul]
17292
17293         * configure.in
17294                 change to 0.5.2claws1
17295
17296         * sync with sylpheed 0.5.2cvs1
17297
17298 2001-08-02 [alfons]
17299
17300         * configure.in
17301                 quick fix for ispell detection...
17302
17303 2001-08-01 [paul]
17304
17305         * configure.in
17306                 change to 0.5.1claws4
17307
17308         * sync with sylpheed 0.5.1cvs7
17309
17310 2001-07-31 [alfons]
17311
17312         * src/prefs_common.c, src/prefs_common.h, 
17313           src/gtkspell.c, src/gtkspell.h
17314                 add global spelling checker settings (compose tab) +
17315                 selection of dictionary 
17316           
17317         * configure.in  
17318                 guess valid ispell location
17319
17320 2001-07-31 [paul]
17321
17322         * po/POTFILES.in
17323                 removal of 'src/quote_fmt_parse.c'
17324         * po/de.po
17325                 Updated de.po
17326                 (submitted by Jens Oberender <didge@suse.de>)
17327
17328 2001-07-31 [darko]
17329
17330         * src/folder.[ch]
17331         * src/folderview.[ch]
17332         * src/mainwindow.c
17333         * src/mh.c
17334         * src/prefs_common.[ch]
17335         * src/summaryview.c
17336                 target folder colourization
17337
17338 2001-07-30 [paul]
17339
17340         more sync with Sylpheed 0.5.1cvs6 
17341
17342 2001-07-30 [darko]
17343
17344         * src/mh.c
17345         * src/prefs_folder_item.[hc]
17346         * src/summaryview.c
17347                 shared folders support with a GUI
17348
17349 2001-07-29 [paul]
17350
17351         0.5.1claws3
17352
17353         * sync with Sylpheed 0.5.1cvs6
17354
17355 2001-07-29 [paul]
17356
17357         * po/pt_BR.po
17358                 updated
17359                 (submitted by Fabio Junior Beneditto)
17360
17361 2001-07-28 [paul]
17362
17363         * src/procmime.c
17364         * AUTHORS
17365                 patch to correct bad image mime headers
17366                 (submitted by Don Quijote <dq@searchlores.org>)
17367
17368 2001-07-28 [paul]
17369
17370         * tools/gif2xface.pl   **NEW FILE**
17371         * tools/README
17372                 script to convert file.gif to file.xface for
17373                 use in a custom header.
17374                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17375
17376 2001-07-27 [alfons]
17377         
17378         * configure.in
17379                 change macros for detecting JPilot and LDAP
17380
17381 2001-07-27 [christoph]
17382
17383         * src/filtering.c
17384                 code cleanup (MIN / MAX warning, needed casting)
17385
17386 2001-07-27 [alfons]
17387
17388         * procheader.c
17389                 disallow setting flags when detecting certain headers
17390                 (X-Status, Status, Seen, X-Seen). 
17391         
17392         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17393
17394 2001-07-27 [christoph]
17395
17396         * src/prefs_filter.c
17397         * src/prefs_filtering.c
17398         * src/prefs_matcher.c
17399         * src/prefs_scoring.c
17400                 scroll list when moving rows up or down
17401
17402         * src/imap.c
17403         * src/imap.h
17404         * src/prefs_account.c
17405         * src/prefs_account.h
17406         * src/send.c
17407                 SMTP over SSL (untested, feedback requested)
17408                 IMAP over SSL
17409
17410         * src/ssl.c
17411                 code cleanup
17412
17413 2001-07-26 [alfons]
17414         
17415         * configure.in, acconfig.h
17416                 define CLAWS (need this for main / claws detection)
17417
17418 2001-07-25 [alfons]
17419
17420         * configure.in
17421                 Sylpheed 0.5.1claws2
17422                 
17423         * sync with Sylpheed 0.5.1cvs4
17424
17425 2001-07-25 [christoph]
17426
17427         * src/scoring.c
17428                 fixed segfault
17429                 item->prefs == NULL (don't know why)
17430
17431 2001-07-25 [alfons]
17432
17433         * configure.in
17434                 Sylpheed 0.5.1claws1
17435
17436         * sync with Sylpheed 0.5.1cvs1-3
17437
17438 2001-07-24 [christoph]
17439
17440         * src/folderview.c
17441         * src/prefs_folder_item.[ch]
17442                 added folderitem preferences dialog with
17443                 default To: and auto request return receipt
17444
17445         * src/compose.[ch]
17446         * src/menu.[ch]
17447                 changes to handle new folderitem preferences
17448
17449         * src/mainwindow.c
17450         * src/summaryview.c
17451                 call compose new mail with current folderitem
17452
17453 2001-07-24 [alfons]
17454
17455         Release Sylpheed 0.5.1claws
17456
17457         * configure.in
17458                 change to release version 0.5.1claws
17459
17460 2001-07-24 [christoph]
17461
17462         * src/summaryview.c
17463                 fixed segfault that happend when the selected
17464                 message was removed while retrieving new messages.
17465
17466         * po/es.po
17467                 updated translation
17468                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17469
17470 2001-07-22 [alfons]
17471
17472         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17473         this is a work in progress, for more information: http://nlpagan.net/sylman 
17474         
17475         * configure.in, src/mainwindow.c, manual/Makefile.am
17476                 add support for English manual
17477
17478         * AUTHORS
17479                 add authors of user manuals
17480
17481         * manual/en/sylpheed*.html
17482                 add English documentation
17483
17484 2001-07-22 [christoph]
17485
17486         * po/POTFILES.in
17487                 added src/ssl.c
17488         * src/ssl.c
17489                 changed a wrong debug message
17490
17491 2001-07-22 [alfons]
17492
17493         * po/nl.po
17494                 update Dutch translation
17495
17496         * src/prefs_filtering.c, 
17497           src/prefs_matcher.c
17498                 add more translatable strings           
17499
17500 2001-07-21 [alfons]
17501
17502         0.5.0claws7
17503
17504         * configure.in
17505                 change version
17506
17507         * src/inc.c, src/summaryview.[ch]
17508                 prevent update of mark file when filtering has done, by
17509                 using a variable; this affects two functions:
17510                         inc.c::inc_finished()
17511                         summaryview.c::summary_show()
17512
17513 2001-07-20 [alfons]
17514
17515         * src/filtering.[ch], src/prefs_filtering.c, 
17516           src/matcher.[ch]
17517                 add filtering action for label coloring 
17518
17519         * po/POTFILES.in
17520                 add labelcolors.c
17521
17522         * added src/labelcolors.c
17523         * added src/labelcolors.h
17524         * src/Makefile.am, src/summaryview.c
17525                 rearrange label coloring code
17526
17527         * src/procmsg.h
17528                 add more parentheses so label colouring works correctly
17529
17530         * src/filtering.c
17531                 don't really delete message, but move it to Trash
17532
17533         * src/prefs_matcher.c
17534                 add quote options to info dialog
17535
17536 2001-07-20 [christoph]
17537
17538         * src/Makefile.am
17539         * src/inc.c
17540         * src/main.[ch]
17541         * src/socket.h
17542         * src/ssl.[ch] (new)
17543                 moved ssl stuff to a seperate file
17544
17545 2001-07-20 [darko]
17546
17547         * src/summaryview.c
17548                 fix show sender using address book with no e-mail
17549                 address in From: field
17550
17551 2001-07-19 [alfons]
17552
17553         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17554                 fix messy handling of escaping... now at least the
17555                 execute command is useful. escape char is '\', we
17556                 accept \n and \r too. 
17557
17558                 Real life example:
17559                 
17560                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17561                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17562
17563 2001-07-18 [alfons]
17564
17565         0.5.0claws6
17566
17567         * src/summaryview.c
17568                 clean up
17569
17570         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17571           src/procmsg.[ch]
17572                 revise filtering; currently move, copy, marking have
17573                 been tested. if you like bleeding edge stuff, you
17574                 should definitely go for this version :)
17575
17576         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17577
17578 2001-07-17 [christoph]
17579
17580         * src/utils.c
17581                 timestamp log
17582
17583 2001-07-17 [alfons]
17584
17585         0.5.0claws5
17586
17587         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17588           bits in the mark file, without affecting either branch. Lots of
17589           files changed, also in claws branch.
17590
17591           UNTESTED: use of mbox folders
17592
17593         * src/summaryview.c
17594                 added mark all read; however this was a quick hack used for
17595                 cleaning up mess after initial merge with Hiroyuki
17596
17597         * configure.in
17598                 change claws version number back to 0.5.0claws5 to clear up 
17599                 confusion & pretension (recent release was technically 
17600                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17601
17602 2001-07-16 [alfons]
17603
17604         sync with Hiroyuki's 0.5.0cvs4
17605
17606 2001-07-16 [alfons]
17607
17608         0.5.1claws3
17609
17610         * src/filtering.[ch]
17611                 remove invalid updating of mark files for 
17612                 filter actions MATCHING_ACTION_MOVE and 
17613                 MATCHING_ACTION_DELETE; this should fix the
17614                 folder update bug
17615                 
17616         * src/procmsg.c
17617                 revert Christoph's stab at fixing the folder 
17618                 update bug
17619
17620         * po/POTFILES.in
17621                 add missing files with translatable strings
17622
17623         * src/summaryview.c
17624                 remove debug print
17625
17626 2001-07-15 [alfons]
17627
17628         * src/addr_compl.[ch], src/prefs_filtering.c
17629                 make "filtering pref dialog's destination entry" an
17630                 "address completable entry", if filter destination is 
17631                 an email address
17632
17633         0.5.1claws2
17634         
17635         sync with Hiroyuki's 0.5.0cvs2-3
17636
17637 2001-07-15 [christoph]
17638
17639         * src/procmsg.c
17640                 fixed folder stats update after incorporation
17641
17642 2001-07-15 [alfons]
17643
17644         * src/summaryview.c
17645                 * finish label colouring stuff (for now)
17646                 * fix incorrect colour bug (off by one) 
17647
17648 2001-07-14 [alfons]
17649
17650         * src/mainwindow.c
17651                 change text labels for news and mail message so there's
17652                 plenty of toolbar estate left
17653
17654         * configure.in
17655                 0.5.1claws1
17656
17657         * src/folderview.c
17658           src/folder.[ch]
17659                 sync with Hiroyuki's 0.5.0cvs1
17660
17661         * src/summaryview.c
17662                 more rewrite label colouring
17663
17664 2001-07-14 [alfons]
17665
17666         * src/summaryview.[ch]
17667                 * start rewrite label colouring 
17668                 * fix proper location "Add Sender To Addressbook" menu item
17669
17670 2001-07-13
17671
17672         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17673         (actually this is 0.5.0claws4)
17674
17675 2001-07-13 [alfons]
17676
17677         * po/pt_BR.po
17678                 * fix duplicate message
17679                 * add updated Portugese / Brazilian translation
17680                   submitted by Fabio Junior Beneditto
17681
17682 2001-07-12 [alfons]
17683
17684         * AUTHORS
17685                 add Jens
17686
17687         * po/nl.po
17688                 add updated Dutch translation
17689
17690         * po/de.po
17691                 add updated German translation submitted by Jens
17692
17693 2001-07-11 [alfons]
17694
17695         Prerelease before 0.5.0claws. Please test.
17696         This version is temporarily tagged as VERSION_0_5_0_TEST
17697
17698         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17699           src/prefs_scoring.c, src/prefs_matcher.c, 
17700           src/prefs_filtering.c, src/mbox.c, 
17701           src/main.c, src/inc.c, src/filtering.[ch]
17702                 revert new Hoa's new matcher (does not work yet)
17703
17704         * src/Makefile.am
17705                 clean up
17706
17707 2001-07-10
17708
17709         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17710
17711
17712 2001-07-10 [alfons]
17713
17714         * Makefile.am
17715                 add ChangeLog.claws to EXTRA_DIST
17716         * src/Makefile.am
17717                 add matcher_parser_parse.h to EXTRA_DIST
17718
17719 2001-07-10 [christoph]
17720
17721         * src/inc.c
17722                 add destination folder to table of
17723                 folders that need to be updated after
17724                 incorporation
17725
17726 2001-07-10 [alfons]
17727
17728         * folder.[ch]
17729           folderview.c
17730                 make collapse state of folders and folder items persistent, i.e.
17731                 if you collapse a folder tree, the next time sylpheed-claws starts 
17732                 up the folder tree remains collapsed.  
17733                 
17734 2001-07-10 [christoph]
17735
17736         * acconfig.h
17737         * configure.in
17738                 added --enable-ssl
17739         * src/md5.[ch]
17740                 renamed MD5_CTX to MD5_CTX_syl
17741                 conflicts with a struct in openssl
17742         * src/inc.c
17743         * src/main.[ch]
17744         * src/prefs_account.[ch]
17745         * src/socket.[ch]
17746                 SSL support for POP
17747         * src/mainwindow.c
17748                 fixed compose with current account
17749                 broken by new compose button stuff
17750
17751 2001-07-09 [hoa]
17752
17753         * AUTHORS
17754                 changed my email address
17755
17756         * src/matcher_parser_parse.y
17757                 clean the parser to remove conflicts
17758
17759 2001-07-09 [alfons]
17760
17761         * AUTHORS
17762                 add Match Grun
17763
17764         * configure.in
17765                 fix incorrect description of --enable-ldap parameter
17766
17767         * src/prefs_common.[ch]
17768           src/compose.c
17769                 add experimental option "smart wrapping" which makes the
17770                 compose editor auto wrap.
17771                 
17772                 | TODO: the problem with the buggy cursor handling is caused |
17773                 | by the GtkText. when deleting / backspacing text its       |
17774                 | wrapping algorithm does not take in account the previous   |
17775                 | line. should find a way to hack this in.                   |
17776                 | or should perhaps combine this with the word wrapping      |
17777                 | patch i wrote in january.                                  |
17778
17779         * src/about.c
17780                 show build parameters for LDAP and JPilot
17781
17782         * src/summaryview.c
17783                 revert Christoph's bugfix for selecting next unread message, 
17784                 because folder stats aren't updated correctly
17785
17786 2001-07-08 [hoa]
17787
17788         * src/filtering.c
17789         * src/mainwindow.c
17790         * src/matcher.c
17791         * src/matcher_parser_lex.l
17792         * src/matcher_parser_parse.y
17793         * src/prefs_filtering.c
17794         * src/prefs_scoring.c
17795         * src/scoring.c
17796                 bugfix of the config file parser
17797
17798 2001-07-08 [alfons]
17799
17800         * src/Makefile.am
17801                 added generated matcher sources to BUILT_SOURCES
17802
17803 2001-07-08 [hoa]
17804
17805         * src/Makefile.am
17806         * src/.cvsignore
17807                 added new config file parser
17808
17809         * src/scoring.[ch]
17810         * src/filtering.[ch]
17811         * src/matcher.[ch]
17812         * src/prefs_filtering.c
17813         * src/prefs_matcher.c
17814         * src/prefs_scoring.c
17815         * added src/matcher_parser.h
17816         * added src/matcher_parser_lex.h
17817         * added src/matcher_parser_lex.l
17818         * added src/matcher_parser_parse.y
17819                 lex & yacc config file parser
17820
17821         * src/mbox.c
17822         * src/inc.c
17823         * src/main.c
17824                 changes prefs_filtering into global_filtering           
17825
17826         * src/summaryview.c
17827                 build threads with subjects only if "Re: " is at the
17828                 beginning of the subject
17829
17830 2001-07-07 [paul]
17831
17832         0.5.0claws
17833
17834         sync with sylpheed 0.5.0
17835                 change of version number only
17836
17837 2001-07-06 [paul]
17838
17839         0.5.0claws5
17840
17841         sync with sylpheed 0.5.0pre5
17842
17843 2001-07-05 [paul]
17844
17845         sync with sylpheed 0.5.0pre4 release
17846                 /po and /manual/ja not sync'ed
17847
17848 2001-07-04 [paul]
17849
17850         more sync with sylpheed 0.5.0pre4
17851
17852 2001-07-03 [christoph]
17853
17854         * src/addressbook.c
17855                 fixed address book broken by address book
17856                 for VCard, JPilot, LDAP
17857
17858 2001-07-03 [alfons]
17859
17860         * src/matcher.c
17861         * src/textview.c
17862                 stopped memory leaks
17863
17864 2001-07-03 [paul]
17865
17866         more sync with sylpheed 0.5.0pre4
17867
17868 2001-07-02 [match]
17869
17870         * included address book patch for VCard, JPilot, LDAP
17871         * pref_common.c - fixed Font options on Display tab (cosmetic)
17872         * alertpanel.c - fixed truncated message
17873
17874 2001-07-02 [christoph]
17875
17876         * src/mbox_folder.c
17877         * src/procmsg.[ch]
17878         * src/summaryview.c
17879                 mark threads for ignoring
17880
17881 2001-07-02 [paul]
17882
17883         0.5.0claws4
17884
17885         * sync with sylpheed 0.5.0pre4
17886                 updated gettext to 0.10.38.
17887
17888 2001-07-01 [paul]
17889
17890         * src/ mainwindow.c
17891         * src/procmsg.h
17892         * src/summaryview.[ch]
17893                 new right-click option: Label.
17894                 substitute for 'Mark-->Mark/Unmark', colours the line.
17895                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17896
17897 2001-07-01 [christoph]
17898
17899         * src/folderview.c
17900                 fixed font for trash
17901         * src/summaryview.c
17902                 move ctree to unread message
17903
17904 2001-07-01 [paul]
17905
17906         * sync with sylpheed 0.5.0pre3 release
17907
17908 2001-06-30 [alfons]
17909
17910         * src/filesel.[ch]
17911         * src/compose.c
17912                 allow inserting / attaching multiple files in
17913                 the composer window
17914
17915 2001-06-30 [paul]
17916
17917         * src/codeconv.c
17918                 small change to Alfons' previous stuff so that it
17919                 actually makes
17920
17921 2001-06-30 [alfons]
17922
17923         * lots of files changed; first attempt to merge the changes
17924           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17925
17926 2001-06-30 [paul]
17927
17928         * po/pt_BR.po
17929                 updated and completed, translations by Fabio
17930                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17931
17932 2001-06-29 [alfons]
17933
17934         * src/compose.c
17935         * src/mimeproc.[ch]
17936                 allow selecting an attached files' mime type from a 
17937                 list of types.
17938
17939 2001-06-29 [paul]
17940
17941         * more sync with sylpheed 0.5.0pre3
17942
17943 2001-06-29 [paul]
17944
17945         * po/pt_BR.po
17946                 merge with sylpheed.pot and pt_BR.po provided by
17947                 Fabio Junior Beneditto.
17948
17949 2001-06-29 [darko]
17950
17951         * src/procmime.c
17952                 make MIME types case insensitive
17953
17954 2001-06-28 [alfons]
17955
17956         * po/nl.po
17957                 merge with sylpheed.pot and old nl.po; translations added.
17958
17959 2001-06-28 [paul]
17960
17961         * more sync with sylpheed 0.5.0pre3
17962
17963 2001-06-27 [alfons]
17964
17965         * src/summaryview.c
17966                 don't crash when removing parent node of messages
17967                 attracted by subject. this was caused by not deleting
17968                 the parent node from the subject line hash table.
17969
17970 2001-06-27 [alfons]
17971
17972         * src/summaryview.c
17973         * src/compose.[ch]
17974         * src/mainwindow.c
17975                 if there are multiple messages selected, allow forwarding
17976                 them as attachments.
17977
17978 2001-06-27 [paul]
17979
17980         * more sync with sylpheed 0.5.0pre3
17981
17982 2001-06-26 [paul]
17983
17984         0.5.0claws3
17985
17986         * sync with sylpheed 0.5.0pre3
17987
17988 2001-06-25 [paul]
17989
17990         * src/mainwindow.c
17991                 fixed 'compose news article' bug
17992                 from icon-and-text toolbar
17993
17994 2001-06-25 [paul]
17995
17996         * sync with sylpheed 0.5.0pre2 release
17997
17998 2001-06-24 [christoph]
17999
18000         * src/prefs_common.c
18001                 bug fix in font selection
18002         * src/folderview.c
18003                 use sylpheed's normal font instead of
18004                 gtk default font for folders without
18005                 new messages
18006
18007 2001-06-24 [alfons]
18008
18009         * src/mainwindow.[ch]
18010                 added composite compose mail / news button (an idea by Leandro
18011                 Pereira <leandro@linuxmag.com.br>)
18012
18013 2001-06-24 [paul]
18014
18015         Added instructions for ldif-to-xml.py
18016
18017         * tools/README
18018
18019 2001-06-23 [alfons]
18020
18021         Some minor things.
18022
18023         * src/pixmaps/stock_news_compose.xpm
18024                 added pixmap by Leandro
18025         * src/prefs_common.c
18026                 tested built-in spelling checker of GCC 3.0 :)
18027         * po/nl.po
18028                 merged dutch translation of sylpheed-main with
18029                 sylpheed.pot
18030
18031 2001-06-23 [paul]
18032
18033         Added tools directory and files.
18034
18035         * tools/filter_conv.pl
18036                 converts old filter system to new filtering system
18037         * tools/ldif-to-xml.py
18038                 converts netscape addressbook to sylpheed addressbook
18039         * tools/README
18040                 descriptions/instructions for above two files
18041
18042 2001-06-23 [christoph]
18043
18044         * src/inc.c
18045         * src/manage_window.[ch]
18046         * src/prefs_common.[ch]
18047                 mail retrieval dialog can be enabled, disabled
18048                 or hidden if non of sylpheed's windows is active
18049
18050 2001-06-22 [paul]
18051
18052         0.5.0claws2
18053
18054         * sync with sylpheed 0.5.0pre2
18055
18056 2001-06-21 [christoph]
18057
18058         * src/summaryview.c
18059                 show recipient on 'from' for all accounts
18060                 
18061         * src/inc.c
18062         * src/prefs_common.[ch]
18063                 disable error popup on mail receive errors
18064
18065 2001-06-21 [alfons]
18066
18067         * src/compose.c
18068                 made the ruler correctly appear and disappear.
18069
18070         * src/Makefile.am
18071                 removed Hoa's work-in-progress-stuff (interesting!) so 
18072                 claws compiles ok.
18073
18074 2001-06-20 [christoph]
18075
18076         * src/inc.c
18077         * src/progressdialog.c
18078                 added scrolled window for list in progressdialog
18079
18080 2001-06-20 [paul]
18081
18082         sync with sylpheed 0.5.0pre1 release
18083
18084 2001-06-20 [christoph]
18085
18086         * src/summeryview.c
18087                 make building threads by subject work when
18088                 thread view is enabled
18089                 
18090         * src/compose.c
18091         * src/prefs_common.[ch]
18092                 automatically select account for mail replys
18093
18094 2001-06-19 [sergey]
18095
18096         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
18097         they are filled in from the account settings.
18098
18099 2001-06-19 [paul]
18100
18101         * more sync with sylpheed 0.5.0pre1
18102
18103 2001-06-18 [alfons]
18104
18105         * src/Makefile.am,
18106           src/procmime.c
18107                 added --sysconfdir to CPPFLAGS for pointing to the correct
18108                 location of mime.types. 
18109
18110                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
18111                 or ./configure!
18112
18113 2001-06-18 [hoa]
18114
18115         * src/summaryview.c
18116                 fixed some bug when building threads
18117
18118 2001-06-18 [pau]l
18119
18120         * src/prefs_account.c
18121                 UI stuff: More changes to the English
18122
18123 2001-06-18 [paul]
18124
18125         * src/pixmaps/stock_news_compose.xpm: new file
18126         * src/Makefile.am
18127         * src/mainwindow.c
18128         * src/summaryview.c
18129                 Added new icon for Hoa's 'compose a news
18130                 message', plus minor improvements to the
18131                 English
18132
18133         * po/ja.po
18134         * ChangeLog
18135         * ChangeLog.jp
18136                 more sync with sylpheed 0.5.0pre1
18137
18138 2001-06-18 [hoa]
18139
18140         * src/compose.[ch]
18141         * src/mainwindow.c
18142                 Follow-up and reply to
18143
18144         * src/summaryview.[ch]
18145                 Build threads also with subjects
18146
18147 2001-06-17 [hoa]
18148
18149         * src/compose.c
18150                 forwarding use the current account.
18151
18152         * src/mainwindow.c
18153                 the "compose message" button has been replaced with
18154                 "new mail" and "new news" buttons
18155
18156         * src/prefs_common.[ch]
18157                 added a configuration option to use the forward button
18158                 as "forward as attachment"
18159                 changed reply and forward format description
18160
18161         * src/quote_fmt_lex.l
18162         * src/quote_fmt_parse.y
18163                 added message with no signature in format for reply
18164                 and forward.
18165
18166 2001-06-17 [paul]
18167
18168         Minor UI stuff
18169
18170         * src/mainwindow.c
18171         * src/summaryview.c
18172                 Improvements to the English
18173
18174         * src/prefs_common.c
18175                 Improvements to the English and some
18176                 clarity/continuity improvements in the
18177                 description of Quote symbols.
18178
18179 2001-06-17 [paul]
18180
18181         0.5.0claws1
18182
18183         * sync with sylpheed 0.5.0pre1
18184
18185 2001-06-17 [hoa]
18186
18187         * src/compose.c
18188                 Better interface for compose, displayed fields
18189                 are updated whenever we change account.
18190                 Newsgroups field is automatically filled.
18191
18192         * src/mainwindow.c
18193                 Newsgroups field is automatically filled.
18194
18195         * src/prefs_account.c
18196                 Some interface stuff when fields appear and
18197                 disappear.
18198
18199 2001-06-16 [paul]
18200
18201         0.4.99claws
18202
18203         * sync with sylpheed 0.4.99
18204
18205 2001-06-16 [sergey]
18206
18207         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
18208         base64_decoder_free, base64_decoder_decode): new object and
18209         functions for decoding base64 streams.
18210         * src/procmime.c (procmime_decode_content): modified to use the
18211         new base64 decoder.
18212
18213 2001-06-15 [paul]
18214
18215         0.4.99claws10
18216
18217         * sync with sylpheed 0.4.99cvs11
18218
18219 2001-06-13 [paul]
18220
18221         0.4.99claws9
18222
18223         * sync with sylpheed 0.4.99cvs9
18224
18225 2001-06-13 [hoa]
18226
18227         * src/compose.c
18228         * src/prefs_account.c
18229
18230                 SMTP server can be defined in the news account
18231                 mime type of attachment are kept.
18232
18233         * src/summaryview.c
18234
18235                 now choose the highest important score between default
18236                 and important score of folder.
18237
18238 2001-06-09 [alfons]
18239         
18240         * src/prefs_common.c: 
18241
18242                 (prefs_quote_description_create): corrected description of 
18243                 quote format characters
18244
18245 2001-06-09 [paul]
18246
18247         0.4.99claws8
18248
18249         * sync with sylpheed 0.4.99cvs8
18250
18251 2001-06-08 [sergey]
18252
18253         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18254         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18255
18256 2001-06-08 [paul]
18257
18258         0.4.99claws7
18259
18260         * sync with sylpheed 0.4.99cvs7
18261
18262 2001-06-06 [sergey]
18263
18264         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18265         clashes with autogenerated header).
18266         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18267         * src/Makefile.am: added quote_fmt.h.
18268         * src/.cvsignore: added lex/yacc autogenerated files
18269         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18270
18271 2001-06-06 [paul]
18272
18273         0.4.99claws6
18274
18275         * sync with sylpheed 0.4.99cvs6
18276
18277 2001-06-06 [hoa]
18278
18279         * added src/quote_fmt_parse.h
18280         * src/compose.c
18281                 removed warnings
18282
18283         * src/prefs.[ch]
18284                 don't modify readonly configuration files
18285
18286         * src/prefs_account.c
18287         * src/prefs_common.c
18288         * src/prefs_customheader.c
18289         * src/prefs_display_header.c
18290         * src/prefs_filter.c
18291         * src/prefs_filtering.c
18292         * src/prefs_scoring.c
18293                 don't open dialog box when configuration files
18294                 are readonly
18295
18296 2001-06-05 [sergey]
18297
18298         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18299
18300         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18301         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18302         BUILT_SOURCES to make all files rebuild properly.
18303
18304         * src/compose.c: removed #include "quote_fmt.tab.h".
18305
18306         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18307         CHARACTER value in yylval.
18308
18309         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18310         receive CHARACTER value by documented means (yylval).
18311
18312         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18313
18314 2001-06-05 [hoa]
18315
18316         * src/Makefile.am
18317                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18318
18319         * src/filtering.c
18320         * src/matcher.c
18321         * src/matcher.h
18322         * src/prefs_filtering.c
18323                 now keep the configuration for execute action
18324
18325         * src/mbox_folder.c
18326                 fixed a warning
18327
18328 2001-06-05 [paul]
18329
18330         * sync with sylpheed 0.4.99cvs5
18331
18332 2001-06-05 [hoa]
18333
18334         * src/Makefile.am
18335                 added quote_fmt.[ch]
18336
18337         * added src/quote_fmt.y
18338         * added src/quote_fmt.l
18339         * added src/quote_fmt.tab.h
18340         * added src/quote_fmt.tab.c
18341         * added src/lex.quote_fmt.c
18342                 parsing configuration for replying
18343                 and forwarding
18344
18345         * src/prefs_common.[ch]
18346                 added configuration UI for replying
18347                 and forwarding
18348
18349         * src/compose.c
18350                 using configuration for replying
18351                 and forwarding
18352
18353 2001-06-04 [hoa]
18354
18355         * src/filtering.c
18356         * src/matcher.c
18357         * src/matcher.h
18358         * src/prefs_filtering.c
18359         * src/prefs_matcher.c
18360         * src/prefs_matcher.h
18361                 action "run a command" for filtering
18362                 and matching with a command.
18363                 fixed the "whole message" matching
18364
18365         * src/mbox_folder.c
18366                 changed temporary filename for security
18367
18368         * src/messageview.c
18369                 queue the notification if it fails to send.
18370
18371         * src/prefs_common.c
18372         * src/prefs_folder_item.c
18373                 changed the default important score             
18374
18375         * src/prefs_scoring.c
18376         * src/scoring.c
18377                 hide kill score input when the folder is not
18378                 a newsgroup
18379
18380 2001-06-03 [alfons]
18381
18382         * src/prefs_common.c:
18383
18384                 (prefs_font_select): pass font name in font entry box to font
18385                 selection dialog.
18386
18387 2001-06-03 [sergey]
18388
18389         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18390
18391 2001-06-03 [paul]
18392
18393         * sync with sylpheed 0.4.99cvs4
18394
18395 2001-06-03 [alfons]
18396
18397         * src/headerwindow.c:
18398
18399                 (headerwindow_show_cb): use the selected summary view item, not
18400                 the displayed item.
18401
18402 2001-06-02 [alfons]
18403
18404         * src/headerwindow.c:
18405
18406                 (headerwindow_show_cb): always try to show msginfo
18407
18408 2001-06-02 [hoa]
18409
18410         * src/compose.c
18411                 keep attached parts when reediting or forwarding.
18412
18413 2001-06-01 [hoa]
18414
18415         * src/folderview.c
18416         * src/prefs_folder_item.[ch]
18417         * src/prefs_scoring.[ch]
18418         * src/scoring.[ch]
18419         * src/summaryview.[ch]
18420         * src/main.c
18421         * src/mainwindow.c
18422         * src/prefs_common.[ch]
18423                 support for folder scoring
18424                 kill score and important score for messages
18425         
18426         * src/prefs_account.c
18427                 some display bug fixed for local account
18428                 preferences
18429
18430 2001-05-31 [alfons]
18431
18432         * src/summaryview.c:
18433
18434                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18435                 sender to address book menu item is disabled.
18436
18437 2001-05-30 [hoa]
18438
18439         * src/filtering.[ch]
18440         * src/summaryview.c
18441                 handling summary menu / filter messages
18442
18443         * src/folder.[ch]
18444                 add some stuff
18445
18446         * src/foldersel.c
18447                 imap folders now appears in list
18448
18449         * src/mbox_folder.c
18450                 doesn't crash if destination mail is not writeable
18451
18452 2001-05-29 [hoa]
18453
18454         * src/compose.c
18455                 removed some warnings
18456
18457         * src/filtering.c
18458         * src/folder.[ch]
18459         * src/prefs_filtering.c
18460                 global string to identify any folders           
18461                 removed some debug info
18462                 filtering to mbox folders is now possible
18463
18464         * src/mainwindow.c
18465                 removed some warnings
18466
18467         * src/mbox_folder.c
18468                 permission on files are changed to read/write for user only,
18469                 nothing for other.
18470                 creation of subfolder is handled better.
18471
18472 2001-05-28 [alfons]
18473
18474         Verified the sync for src/prefs_common.[ch] and
18475         src/prefs_account.[ch]. I believe there were some
18476         minor indentation differences.
18477
18478 2001-05-28 [paul]
18479
18480         0.4.99claws3
18481
18482         * sync with 0.4.99cvs3
18483
18484 2001-05-28 [hoa]
18485
18486         * src/compose.c
18487                 handling flags for mbox format
18488
18489         * src/filtering.c
18490                 use of mark file only for MH format
18491                 handling flags for mbox format
18492                 filtering cannot yet move or copy mails to mbox folders.
18493
18494         * src/folder.[ch]
18495                 changed move_msg, copy_msg,
18496                 move_msgs_with_dest, copy_msgs_with_dest functions
18497                 uses only folder->copy_msg() function
18498                 uses folder->finished_copy() to handle the destination
18499                 folder at the end of the copy or move operation.
18500
18501         * src/foldersel.c
18502                 included mbox directories.
18503
18504         * src/folderview.[ch]
18505         * src/mainwindow.c
18506                 handle folders operation for mbox format
18507
18508         * src/mbox.c
18509                 disable conversion of "From " header
18510
18511         * src/mbox_folder.[ch]
18512                 completion of mbox format handling
18513
18514         * src/mh.c
18515                 changed mh_copy_msg() function and
18516                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18517                 mh_copy_msgs_with_dest()
18518
18519         * src/prefs_filtering.c
18520                 removed some warnings
18521
18522         * src/prefs_matcher.c
18523                 default boolean operation is AND
18524
18525         * src/procheader.c
18526                 handling flags for mbox format
18527                 handling of "From " header
18528
18529         * src/procmsg.[ch]
18530                 removed data field
18531                 added MSG_REALLY_DELETED flags to handle deletion of
18532                 messages in mbox format.
18533
18534         * src/summaryview.c
18535                 handling flags for mbox format
18536                 disable the MSG_DELETED flags when messages
18537                 are deleted in mbox format
18538
18539         * src/textview.c
18540                 "From " headers display fixed.
18541
18542 2001-05-27 [alfons]
18543
18544         * src/textview.c:
18545                 
18546                 (get_email_part): skip quoted email addresses, like in e.g.
18547                 "'alfons@proteus.demon.nl'".
18548
18549 2001-05-26 [alfons]
18550
18551         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18552         and fixing the persistence troubles when using separate windows.
18553
18554         * src/mainwindow.c:
18555         
18556             Added #define SEPARATE_ACTION used in the gtk item factory for 
18557             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18558                 use gtk_item_factory_get_widget_by_action() to get the items.
18559                 
18560             Removed separate_widget_cb from the gtk item factory data   
18561           
18562             (mainwindow_create): connect separate_widget_cb() to check
18563             menu item "toggled" signal. also passing a MainWindow pointer
18564                 as object data for both check menu items.
18565                 
18566             (separate_widget_cb): definition of separate_widget_cb() to match
18567             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18568                 window using gtk_object_get_data(). The type of window separation 
18569                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18570         
18571         * src/prefs_filtering.c,
18572           src/prefs_matcher.c: added horizontal scrollbars
18573
18574 2001-05-25 [darko]
18575
18576         * src/headerview.c
18577                 fix segfault with invalid bold font
18578         * src/summaryview.c
18579                 correctly display summary stats after row is marked
18580
18581 2001-05-23 [sergey]
18582
18583         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18584         encodings with libjconv.
18585
18586 2001-05-23 [hoa]
18587
18588         * src/Makefile.am
18589                 added mbox_folder.[ch]
18590         * src/defs.h
18591                 mbox temporary folder
18592         * src/folder.[ch]
18593         * added src/mbox_folder.[ch]
18594         * src/folderview.c
18595         * src/procheader.[ch]
18596                 added mbox support
18597         * src/mbox.c
18598                 bugfix for file incorporation filtering
18599         * src/imap.c
18600                 enable creation of MBOX
18601         * src/prefs_display_header.c
18602                 enable use of headers like "From "
18603                 something that should be fixed :
18604                         displaying of such headers add an extra space
18605         * src/prefs_folder_item.c
18606                 don't create folders because it is not necessary
18607         * src/procmsg.h
18608                 added data field to MsgInfo for mbox internal use
18609         * src/summaryview.c
18610                 added some support for mbox
18611         * src/utils.[ch]
18612                 added get_mbox_cache_dir() function
18613
18614 2001-05-23 [hiroyuki]
18615
18616         * src/headerwindow.c
18617           src/inc.c
18618           src/main.c
18619           src/mh.c
18620           src/nntp.c
18621           src/procmsg.h
18622           src/session.h
18623           src/socket.[ch]
18624           src/summaryview.c
18625           src/textview.c
18626           src/automaton.c
18627           src/folderview.c: more sync with 0.4.99cvs2.
18628
18629         * src/headerwindow.c: reverted.
18630
18631 2001-05-22 [paul]
18632
18633         0.4.99claws2
18634
18635         * sync with sylpheed 0.4.99cvs2
18636                 * src/news.[ch]
18637                 * src/nntp.[ch]
18638                 * INSTALL
18639                 * INSTALL.jp
18640
18641 2001-05-22 [alfons]
18642
18643         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18644
18645 2001-05-21 [alfons]
18646
18647         Minor things:
18648
18649         * configure.in: if gnome-config not found, "no" is displayed
18650         
18651         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18652
18653         * src/textview.c: now also possible to add mail addresses by right
18654           clicking in the text view
18655
18656         * src/codeconv.c: merged patch which fixes endless loop when encountering
18657           invalid wide characters; from Alte <010@imis.ru>  
18658
18659 2001-05-20 [alfons]
18660
18661         Added installation of gnome specific things:
18662
18663         * Makefile.am: gnome conditional
18664
18665         * configure.in: check for installed gnome
18666
18667         * added sylpheed.png, sylpheed.desktop
18668
18669 2001-05-20 [sergey]
18670
18671         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18672
18673         * src/mainwindow.h (main_window_toolbar_create): created a button
18674         for "Reply to all".
18675         (main_window_set_toolbar_sensitive): enable/disable the new button
18676         appropriately.
18677         (toolbar_reply_to_author_cb): handle the new button.
18678
18679         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18680         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18681         failure).
18682
18683 2001-05-19 [sergey]
18684
18685         * src/compose.h (ComposeReplyMode): new modes
18686         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18687         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18688
18689         * src/compose.c
18690         (compose_send): move some code into a new function:
18691         (compose_current_mail_account): new function.
18692         (compose_reply): new argument to_author, all callers changed; if
18693         to_author==TRUE and account->protocol==A_NNTP, find and use an
18694         appropriate mail account for replying.
18695         (compose_reply_set_entry): new argument to_author; ignore
18696         compose->replyto if to_author==TRUE.
18697
18698         * src/mainwindow.c: new command "Message/Reply to author".
18699         (main_window_set_menu_sensitive): enable/disable it.
18700         (reply_cb): handle it.
18701
18702         * src/summaryview.c: new command "Reply to author".
18703         (summary_set_menu_sensitive): enable/disable it.
18704         (summary_reply_cb): handle it.
18705
18706         * src/account.c (account_find_mail_from_address): new function.
18707
18708 2001-05-18 [paul]
18709
18710         0.4.99claws1
18711
18712         * sync with sylpheed 0.4.99cvs1
18713
18714 2001-05-18 [hoa]
18715
18716         * src/compose.[ch]
18717         * src/filtering.c
18718         * src/summaryview.c
18719                 new filtering action : forward and forward as attachment
18720
18721         * src/main.c
18722                 no need for $DISPLAY when we run sylpheed --help
18723                 call to parse_cmd_opt() is moved
18724
18725         * src/mainwindow.[ch]
18726                 execute button is hidden when immediate execute
18727                 is chosen
18728
18729         * src/mh.c
18730         * src/news.c
18731         * src/prefs_folder_item.c
18732         * src/procmsg.c
18733                 better handling of missing directories
18734
18735         * src/summaryview.c
18736                 reedit is enabled in outbox
18737                 reedit is enabled in queue
18738
18739 2001-05-17 [hoa]
18740
18741         * src/filtering.c
18742         * src/matcher.[ch]
18743         * src/prefs_filtering.c
18744                 changed attachement into attachment
18745
18746 2001-05-17 [alfons]
18747
18748         0.4.67claws4    
18749
18750         * sync with sylpheed 0.4.67cvs9
18751         * sync with sylpheed 0.4.67cvs7-8
18752
18753 2001-05-17 [hoa]
18754
18755         * src/Makefile.am
18756                 added prefs_filtering.c
18757
18758         * src/filtering.[ch]
18759         * src/matcher.[ch]
18760                 removed action : forward_news and forward_news_as_attachement
18761                 (forward and forward_as_attachement can be used instead)
18762
18763         * src/mainwindow.c
18764                 added menu option to access filtering configuration
18765
18766         * src/prefs_account.c
18767                 changed mail_command default to /usr/sbin/sendmail
18768
18769         * added src/prefs_filtering.[ch]
18770                 dialog box for filtering configuration
18771
18772         * src/prefs_matcher.c
18773                 added function prefs_matcher_get_criteria_from_matching()
18774
18775         * src/prefs_scoring.c
18776                 reset the dialog when register or substitute is clicked
18777
18778 2001-05-15 [hoa]
18779
18780         * src/Makefile.am
18781                 added filtering.[ch]
18782         * src/inc.c
18783                 using filering.[ch] instead of filter.[ch]
18784         * src/main.c
18785                 reading new filtering configuration
18786         * src/matcher.[ch]
18787                 added some filtering actions
18788                 and fixed a bug for headers and mail body matching
18789         * src/mbox.c
18790                 using filering.[ch] instead of filter.[ch]
18791         * src/mh.c
18792                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18793         * src/summaryview.c
18794                 some fixes for filtering
18795
18796 2001-05-14 [hiroyuki]
18797
18798         * src/send.c: fixed some weird indentations.
18799           send_message_with_command(): call pclose() only if p != NULL.
18800         * src/textview.c: get_email_part(): modified the code for readability.
18801
18802 2001-05-14 [hiroyuki]
18803
18804         * src/md5global.h
18805           src/md5ify.c
18806           src/md5ify.h: removed from the cvs.
18807
18808 2001-05-13 [sergey]
18809
18810         * src/main.c: include rfc2015.h to avoid compiler warnings.
18811         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18812         the panel is already on screen.
18813         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18814         closing the alert window by ESC as "No".
18815         * src/prefs_common.c (prefs_interface_create): moved return
18816         receipt check button to the correct place.
18817
18818 2001-03-13 [alfons]
18819
18820         * src/prefs_common.c: 
18821                 moved return receipt check button to the Send tab. (prefs_send_create)
18822                 removed the date format ui related globals. (prefs_display_create)
18823
18824         0.4.67claws3
18825         
18826         * sync with sylpheed 0.4.67cvs5-6
18827
18828 2001-05-13 [paul]
18829
18830         * added Alfons' font selection patch
18831
18832         * src/defs.h
18833         * src/headerwindow.c
18834         * src/prefs_common.c
18835         * src/prefs_common.h
18836
18837 2001-05-13 [hoa]
18838         * src/defs.h
18839                 changed version of cache
18840         * src/matcher.[ch]
18841         * src/prefs_matcher.c
18842                 added additionnal matching criteria
18843         * src/procheader.c
18844         * src/procmsg.[ch]
18845         * src/news.c
18846                 added references in MsgInfo
18847
18848 2001-05-12 [hoa]
18849
18850         * src/defs.h
18851                 prepared some things for new filtering
18852         * src/matcher.[ch]
18853                 added some matching properties
18854                 inreplyto need to be enhanced
18855                 prepared some things for new filtering
18856         * src/messageview.c
18857                 added Return-Receipt-To handling
18858         * src/prefs_folder_item.c
18859                 changed default value to TRUE
18860         * src/prefs_matcher.c
18861                 added some matching properties
18862         * src/prefs_scoring.[ch]
18863                 the scoring dialog is finished
18864         * src/procheader.c
18865                 added Return-Receipt-To handling
18866                 Reference need to be added
18867         * src/procmsg.[ch]
18868                 added Return-Receipt-To handling
18869                 added threadscore to get a better score sorting when
18870                 threads are enabled
18871         * src/summaryview.c
18872                 suppressed a bug when we sort the list
18873                 when no folder is opened.
18874                 better score sorting when threads are enabled
18875
18876 2001-05-12 [alfons]
18877
18878         * reverted previous patch because of potential errors 
18879
18880         0.4.67claws2
18881         
18882         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18883                 applied "toggle mail-retrieval dialog window" patch submitted 
18884                 by Eric Limpens <eric@qnt.net>
18885
18886         * sync with sylpheed 0.4.67cvs4
18887
18888 2001-05-12 [sergey]
18889
18890         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18891         some picky compilers.
18892         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18893         * src/grouplist_dialog.c: include alertpanel.h.
18894         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18895         fix compile warning.
18896         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18897         #include "defs.h" before others to prevent the warning of `MIN'
18898         and `MAX' redefinition.
18899
18900 2001-05-11 [hoa]
18901
18902         * src/main.c
18903         * src/messageview.c
18904         * src/prefs_account.c
18905         * src/prefs_display_header.c
18906                 removed warning
18907         * src/Makefile.am
18908                 added prefs_scoring.[ch]
18909         * src/grouplist_dialog.c
18910                 display an error dialog box if the group list
18911                 cannot be fetched.
18912         * src/mainwindow.[ch]
18913                 added main_window_set_thread_option() function
18914                 scoring dialog box enabled
18915         * src/matcher.[ch]
18916                 added flags matching unread /new / marked
18917                 / deleted / replied / forwarded
18918         * src/news.c
18919                 newsgroups are now finally in newscache
18920         * src/prefs_matcher.[ch]
18921                 finished preferences for matching dialog
18922         * added src/prefs_scoring.[ch]
18923                 scoring dialog box completed
18924         * src/scoring.[ch]
18925                 conversion to string : added scoringprop_to_string()
18926                 write config for preferences :
18927                 added prefs_scoring_write_config()
18928         * src/summaryview.c
18929                 threads can be enabled/disabled independently
18930                 for each folder
18931
18932 2001-05-10 [alfons]
18933
18934         0.4.67claws1
18935         
18936         * AUTHORS: 
18937                 thought it would be nice to have a list of all
18938                 contributors (used Changelog as a reference)
18939         
18940         * configure.in: 
18941                 messed up version numbering...
18942
18943         0.4.66claws1
18944
18945         * sync with sylpheed 0.4.67cvs1-3
18946
18947 2001-05-10 [darko]
18948
18949         * src/prefs_common.c:
18950                 better UI for strftime format, double clicking
18951                 on format now inserts the format in text entry
18952                 replaced close button with standard OK/Cancel
18953                 moved date format button to the right of the
18954                 text entry field
18955
18956 2001-05-09 [alfons]
18957
18958         * src/gtkstext.c:
18959                 Ctrl-Home / Ctrl-End have proper cursor navigation
18960
18961 2001-05-09 [hoa]
18962
18963         * src/prefs_matcher.c
18964                 finished UI to define matching properties
18965                 added ok and cancel button
18966         * src/prefs_filter.c
18967                 added ok and cancel button
18968         * src/news.c
18969                 fixed some bug in xhdr parsing
18970
18971 2001-05-08 [alfons]
18972
18973         * src/textview.c: 
18974                 fixed a bug in textview_show_header(), which displayed two colons (':');
18975                 cleaned up some warnings
18976
18977 2001-05-08 [hoa]
18978
18979         * src/Makefile.am
18980                 added prefs_matcher.[ch]
18981                 compilation with -W -Wall
18982         * src/alertpanel.c
18983                 ungrab the mouse events if grabbed - does it
18984                 fix the bug for disposition notification ?
18985         * src/mainwindow.c
18986                 added a menu option to open the matching dialog.
18987         * src/matcher.[ch]
18988                 added matcherprop_to_string() and matcherlist_to_string()
18989                 fixed some bugs, changed the name of some options
18990                 age_sup and age_inf becomes age_greater and age_lower,
18991                 body and messageheaders becomes body_part and headers_part,
18992                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18993         * src/prefs_display_header.c
18994         * src/prefs_headers.c
18995                 fixed a bug that accidentally destroyed dialogs
18996                 when closed them with delete_event
18997                 Added *_deleted() which handle delete_event signal correctly.
18998         * src/prefs_folder_item.[ch]
18999                 added "enable_thread" field for future customization
19000         * added src/prefs_matcher.[ch]
19001                 sample of the UI to define matching properties
19002         * src/procheader.c
19003                 using procheader_headername_equal instead of str*cmp functions
19004                 using procheader_parse_header() function
19005         * src/scoring.c
19006                 using MATCHING_XXX instead of SCORING_XXX
19007         * src/summaryview.c
19008                 display the sender of the news even if this is ourself
19009                 when this is a news message.
19010         * src/textview.c
19011                 using headername_equal() instead of str*cmp functions
19012
19013 2001-05-08 [alfons]
19014
19015         0.4.66claws
19016
19017         * sync with sylpheed 0.4.66
19018         * src/gtkstext.c: trace logs added 
19019
19020 2001-05-08 [sergey]
19021
19022         * src/prefs_common.[ch]: added option to enable/disable GnuPG
19023         signature check popup.
19024         * src/rfc2015.c (check_signature): show signature check popup only
19025         if it is enabled in preferences.
19026
19027 2001-05-07 [alfons]
19028
19029         0.4.66claws4
19030         
19031         * sync with sylpheed 0.4.66cvs6
19032
19033 2001-05-07 [darko]
19034
19035         * src/prefs_common.[ch]: added option to enable/disable
19036           looking up sender name in address book for summary pane
19037         * src/summaryview.c: look up sender in the address book
19038           by using Alfons' address completion code
19039
19040 2001-05-07 [hiroyuki]
19041
19042         * src/inc.h
19043           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
19044           member of Pop3State.
19045         * src/news.c: brought #include "defs.h" before #include <glib.h>
19046           to prevent the warning of `MIN' and `MAX' redefinition.
19047
19048 2001-05-06 [hoa]
19049
19050         * removed src/headers_display.[ch]
19051         * removed src/prefs_display_headers.[ch]
19052         * src/inc.c
19053                 use a temporary file in the user directory for mbox import
19054         * src/news.c
19055                 added XHDR support to get "To" and "Cc" headers
19056                 (in order to match news with to or cc field for
19057                 scoring)
19058                 added function news_parse_xhdr() to get XHDR response
19059         * src/nntp.[ch]
19060                 added function nntp_xhdr()
19061         * src/matcher.c
19062                 fetch the message if necessary
19063
19064 2001-05-06 [alfons]
19065
19066         0.4.66claws3
19067
19068         * sync with sylpheed 0.4.66cvs3-5
19069
19070 2001-05-06 [hoa]
19071
19072         * src/utils.[ch]
19073                 added function itos_buf() to enable use of several buffers
19074         * src/summaryview.c
19075                 use of itos_buf() instead of itos() in summary list
19076                 to fix the broken display of message number.
19077
19078 2001-05-06 [alfons]
19079
19080         * src/gtkstext.c: bug in cursor up navigation fixed,
19081                 fixed another unsigned / signed comparison (we're getting there :-)
19082
19083 2001-05-06 [hoa]
19084
19085         * src/Makefile.am
19086                 added scoring.c scoring.h
19087                 prefs_folder_item.c prefs_folder_item.h
19088                 matcher.c matcher.h
19089         * src/defs.h
19090                 added FOLDERITEM_RC SCORING_RC
19091         * src/folder.[ch]
19092                 added prefs field in FolderItem :
19093                 properties for each folder (PrefsFolderItem),
19094                 sorting type and mode were added as the first properties.
19095         * src/main.c
19096                 read config for scoring
19097         * added src/matcher.[ch]
19098                 gives functions to parse configuration file to do
19099                 matching on mails with a list of conditions.
19100         * src/mainwindow.c
19101                 add option to sort by score
19102         * src/prefs_common.[ch]
19103                 added preference option to show score and for
19104                 the score column size
19105         * added src/prefs_folder_item.[ch]
19106                 properties for each folder (PrefsFolderItem),
19107                 sorting type and mode were added as the first properties.
19108         * src/procheader.[ch]
19109                 added procheader_parse_header()
19110                 added procheader_header_free()
19111                 added procheader_headername_equal()
19112                 and made modification to use them.
19113         * src/procmsg.[ch]
19114                 added score field to MsgInfo structure
19115         * added src/scoring.[ch]
19116                 gives functions to parse configuration file to do
19117                 scoring on mails with a list of conditions.
19118         * src/summaryview.[ch]
19119                 save the sorting type and mode for the folder
19120                 added column to display the score of the mail
19121                 added function summary_score_clicked()
19122                 sorting type and mode are restored to the folder
19123                 when it is reopen
19124         * src/textview.c
19125                 use procheader_parse_header(), procheader_headername_equal()
19126                 removed memory leak in text_scan_header when freeing headers
19127         * src/filter.c
19128                 changed the function to match names of headers
19129                 using procheader_headername_equal()
19130
19131         Scoring functions are implemented, an interface is needed
19132         to configure that.
19133
19134 2001-05-04 [alfons]
19135
19136         * src/gtkstext.c: 
19137                 hopefully fixed the row up navigation bug,
19138                 removed adding back / forward lines to cache
19139
19140 2001-05-04 [sergey]
19141
19142         * src/prefs_display_headers.c: user interface changes:
19143         (prefs_display_headers_create): remove unused "Show" check button;
19144         allow reordering of headers by dragging.
19145         (prefs_display_headers_write_config): remove unused variables.
19146         (prefs_display_headers_set_dialog): do not insert "(New)" at top
19147         of lists (not needed with the new UI).
19148         (prefs_display_headers_set_list): scan lists starting from row 0,
19149         not 1 (do not skip "(New)").
19150         (prefs_display_headers_find_header): new function.
19151         (prefs_display_headers_clist_set_row): do not allow duplicates.
19152         (prefs_display_headers_delete_cb): do not skip row 0; treat
19153         closing the alert window by ESC as "No".
19154         (prefs_display_headers_up): do not protect row 0.
19155         (prefs_display_headers_down): do not protect row 0.
19156
19157 2001-05-04 [sergey]
19158
19159         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
19160         functions.
19161
19162         * src/summaryview.c
19163         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
19164         summary_select_next_marked, summary_select_prev_marked): new
19165         functions.
19166
19167 2001-05-03 [sergey]
19168
19169         * src/news.c: fixed a bug when no article can be fetched after
19170         server timeout if the connection was restored by news_post():
19171         (news_select_group): new function.
19172         (news_fetch_msg): call news_select_group() before fetching
19173         article.
19174         (news_get_uncached_articles): set session->group after successful
19175         GROUP command.
19176
19177 2001-05-03 [hoa]
19178
19179         * src/defs.h
19180         * src/procmsg.[ch]
19181         * src/procheader.c
19182                  changed version of cache, added cc field
19183
19184         * src/prefs_display_headers.c
19185                 the interface was changed
19186
19187         * src/prefs_headers.c
19188                 added cancel button
19189
19190 2001-05-03 [alfons]
19191
19192         * completed sync of sylpheed cvs2
19193         * src/gtkstext.c: updated row up / down cursor navigation
19194         * src/textview.c: re-edited, prepared for fixing the email address
19195                 scanner.
19196
19197 2001-05-03 [darko]
19198
19199         * src/prefs_common.c: use alfons' strftime ui code
19200         entry_datefmt and datefmt_sample widgets have to be
19201         global in this module because of this change
19202
19203 2001-05-03 [hoa]
19204
19205         * src/messageview.c
19206         * src/prefs_common.[ch] added option to activate the return receipt
19207                 feature.
19208
19209 2001-05-02 [alfons]
19210
19211         * src/gtkstext.c: fix for row up/down cursor navigation. 
19212
19213         0.4.66claws2
19214         
19215         * sync with 0.4.66cvs2
19216
19217 2001-05-02 [paul]
19218
19219         added add-sender-to-addressbook patch
19220
19221         * src/addressbook.c
19222         * src/addressbook.h
19223         * src/summaryview.c
19224
19225 2001-05-02 [sergey]
19226
19227         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
19228         G_ALERTDISABLE.
19229
19230         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19231         all existing callers changed to pass FALSE; create a check button
19232         to disable the message.
19233         (alertpanel_message_with_disable): new function.
19234         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19235         (alertpanel_button_toggled): new function.
19236         (alertpanel_button_clicked, alertpanel_close): set value using
19237         G_ALERT_VALUE_MASK.
19238
19239         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19240
19241         * src/prefs_common.c (prefs_privacy_create): new check button
19242         checkbtn_gpgme_warning.
19243
19244         * src/main.c (main): moved preferences reading before gpgme
19245         initialization; check prefs_common.gpgme_warning before giving the
19246         GnuPG warning and set it to FALSE if the user wants to disable the
19247         warning.
19248
19249 2001-05-02 [hiroyuki]
19250
19251         * src/prefs_display_headers.c: modified the layout and some labels.
19252
19253 2001-05-02 [sergey]
19254
19255         * src/prefs_account.c (prefs_account_fix_size): new function.
19256         (prefs_account_create): call prefs_account_fix_size(); use
19257         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19258         size when the window is shown for the first time).
19259         (prefs_account_basic_create): changed layout of serv_table; moved
19260         localmbox_entry above smtpserv_entry (logically it replaces
19261         POP3/IMAP server).
19262         (prefs_account_protocol_activated): set sensitivity of
19263         nntpauth_chkbtn according to the protocol (in addition to
19264         hide/show); commented out gtk_table_set_row_spacing() calls.
19265         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19266         not sensitive (fixes a bug with disabled username/password boxes
19267         when editing POP3 account after NNTP with authentication).
19268
19269 2001-05-02 [hoa]
19270
19271         * src/account.c
19272         * src/inc.c
19273         * src/prefs_account.[ch]
19274         * src/send.c
19275                 removed local account without SMTP server
19276                 added option to use mail command instead of a connexion
19277                 to SMTP server when a local account is used
19278         * src/prefs_headers.c
19279                 fixed a bug
19280         * src/news.c
19281                 fixed a bug when connexion immediately closed
19282
19283 2001-05-01 [alfons]
19284
19285         0.4.66claws1
19286         
19287         * sync with 0.4.65
19288
19289 2001-05-01 [sergey]
19290
19291         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19292         widget nntpauth_chkbtn.
19293         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19294         visibility.
19295         (prefs_account_nntpauth_toggled): new function.
19296
19297         * src/news.c (news_session_new_for_folder): use NNTP
19298         authentication only if ac->use_nntp_auth is set.
19299
19300 2001-05-01 [hoa]
19301
19302         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19303         * src/prefs_display_headers.c changed the UI
19304         * src/prefs_headers.c changed account_name to account_id
19305         * src/compose.c using customheader.h
19306
19307 2001-05-01 [hiroyuki]
19308
19309         * src/esmtp.c
19310           src/news.c
19311           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19312           unsynched.
19313
19314 2001-05-01 [hoa]
19315
19316         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19317         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19318                 for displaying of headers
19319         * src/grouplist_dialog.[ch] minor changes to remove warnings
19320         * src/prefs_display_headers.[ch] dialog to choose the
19321         headers to display in the mail viewer.
19322         * src/headers.h correction of #define
19323         * src/headers_display.[ch] configuration for displaying of headers.
19324         * src/main.c read config of displaying of headers
19325         * src/prefs_common.c add a button to access the config dialog
19326                 for displaying of headers
19327         * src/prefs_display_headers.[ch] dialog for configuration for
19328                 displaying of the headers.
19329         * src/prefs_headers.c cleaning of code
19330         * src/procheader.c comments added to code
19331         * src/textview.c changes to reorder the headers depending
19332                 on the config for displaying of headers
19333
19334 2001-04-30 [alfons]
19335
19336         0.4.65claws7
19337
19338         * sync with 0.4.65cvs12
19339
19340         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19341
19342 2001-04-30 [sergey]
19343
19344         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19345
19346         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19347         is set to force reconnection after authentication failure.
19348         (nntp_gen_command): set sock->auth_failed on authentication
19349         failure, or if sock->userid and sock->passwd are not set.
19350
19351         * src/news.c (news_session_new_for_folder): set userid=NULL if
19352         password dialog is cancelled.
19353
19354 2001-04-30 [sergey]
19355
19356         * src/nntp.h (NNTPSockInfo): new type.
19357
19358         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19359         SockInfo.
19360         (nntp_open_auth, nntp_close): new functions.
19361         (nntp_gen_command): new function to handle authentication; all
19362         NNTP command functions updated to use it.
19363         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19364         (nntp_list): removed old useless code.
19365
19366         * src/news.h (NNTPSession): new field nntp_sock.
19367
19368         * src/news.c: all functions updated to use NNTPSockInfo instead of
19369         SockInfo.
19370         (news_session_new): new arguments (userid, passwd); made static;
19371         use nntp_open_auth() if needed.
19372         (news_session_destroy): use nntp_close() instead of sock_close().
19373         (news_query_password): changed arguments.
19374         (news_session_new_for_folder): new function.
19375         (news_session_get): use news_session_new_for_folder().
19376         (news_authenticate): deleted.
19377         (news_get_uncached_articles): removed old authentication code.
19378
19379 2001-04-30 [sergey]
19380
19381         * src/news.c: reverted my previous changes (need to do NNTP
19382         authentication in a cleaner way).
19383         
19384 2001-04-29 [sergey]
19385
19386         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19387         news_nntp_post, news_nntp_mode): new functions (wrappers with
19388         authentication support).
19389         (news_get_article_cmd, news_get_article, news_get_header): new
19390         argument "folder"; all callers changed.
19391         (news_get_article_cmd): added authentication support.
19392         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19393         (news_post): use news_nntp_post() instead of nntp_post().
19394         (news_get_uncached_articles): use news_nntp_group() instead of
19395         nntp_group() and news_nntp_xover() instead of nntp_xover();
19396         removed old authentication code.
19397         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19398
19399         * src/nntp.c (nntp_list): return real error code instead of
19400         hardcoded NN_ERROR.
19401
19402 2001-04-29 [sergey]
19403
19404         * configure.in: fixed wint_t typedef detection again
19405
19406 2001-04-28 [hoa]
19407
19408         * src/prefs_account.[ch], added A_LOCAL_CMD
19409                 (send mail with mail command)
19410         * src/send.c added function send_message_with_command()
19411         * src/inc.c made a more secure get_spool() function with
19412                 mktemp() but maybe mkstemp() or something more
19413                 secure can be used.
19414
19415 2001-04-28 [alfons]
19416
19417         * src/textview.c, colorization of email addresses in headers
19418
19419         0.4.65claws6
19420
19421         * bug sync with sylpheed
19422         * prefs_common.c: created date format ui for darko
19423         * sync with 0.4.65cvs11
19424         * configure.in: corrected to have the new gpg checks
19425
19426 2001-04-27 [alfons]
19427
19428         * completed sync with 0.4.65cvs10
19429         * minor debug things added to gtkstext.c
19430
19431 2001-04-27 [darko]
19432
19433         * configure.in: remove check for availability of
19434           strftime() as advised by Hiroyuki
19435         * src/prefs_common.[ch], src/procheader.c:
19436           synch strftime() code with Hiroyki's main branch
19437
19438 2001-04-26 [sergey]
19439
19440         * src/news.c: news_query_password(), news_authenticate(): new
19441           functions.
19442           news_get_uncached_articles(): added NNTP authentication
19443           handling.
19444         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19445           new functions.
19446         * src/prefs_account.c: prefs_account_protocol_activated():
19447           enable userid and password fields for NNTP.
19448
19449 2001-04-26
19450
19451         * configure.in: check for availability of strftime()
19452           [darko]
19453         * src/prefs_common.[ch], src/procheader.c: use
19454           strftime() for displaying date in summary pane if it
19455           is available
19456
19457 2001-04-25
19458
19459         * more .cvsignore cleanups [alfons]
19460
19461 2001-04-25
19462
19463         * ac/sv-check-type.m4: new autoconf macro.
19464         * configure.in: fixed wint_t typedef detection (did not work
19465           with gcc-2.96).
19466
19467 2001-04-25
19468
19469         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19470           [hiroyuki]
19471
19472 2001-04-24
19473         * modified gtkstext.c : buggy cursor navigation fixed, 
19474           and font descent also taken in account when drawing
19475           cursor. [alfons]
19476
19477 2001-04-24 [hoa]
19478         * added comments in src/news.c src/nntp.c
19479         * added src/prefs_headers.[ch]
19480         * added src/headers.[ch]
19481         * modified compose.c to activate custom headers
19482                 added function is_in_custom_headers
19483         * modified prefs_account.[ch]
19484                 added function prefs_account_customhdr_edit
19485         * modified src/defs.h :
19486                 added HEADERS_RC : name of the config file
19487                 for the custom headers
19488
19489 2001-04-24
19490
19491     0.4.65claws5
19492
19493         * configure.in
19494           src/gtkstext.[ch]
19495           src/compose.c
19496           src/Makefile.am
19497           
19498           added gtkstext with configure.in patch by Hiroyuki which
19499           should fix the XIM detection [alfons]
19500
19501         * more clean up of cvs [alfons]
19502
19503                  * removed all Makefile.in files to attic.
19504
19505                  * updated all .cvsignores to really ignore things that could
19506                    be unintentionally committed by a recursive commit.
19507
19508 2001-04-23 [hoa]
19509         * added src/grouplist_dialog.[ch]
19510         * changed src/folderview.c to call grouplist_dialog instead
19511                 of inputdialog
19512         * src/news.c :
19513                 added functions news_reset_group_list
19514                 and news_get_group_list
19515         * src/nntp.c :
19516                 added function nntp_list
19517         * src/defs.h :
19518                 added GROUPLIST_FILE : name of the newsgroup list cache file
19519
19520 2001-04-21
19521
19522         * added option to warn about queued messages on exit [sergey]:
19523
19524           * src/compose.c: compose_queue(): call folder_item_scan()
19525             and folderview_update_item() after queueing.
19526           * src/folderview.c: folderview_update_node(): draw the queue
19527             folder in bold font if there are queued messages.
19528           * src/mainwindow.c: queued_messages(): new function.
19529             app_exit_cb(): display warning if there are queued messages
19530             if warn_queued_on_exit is set.
19531           * prefs_common.[ch]: add warn_queued_on_exit option.
19532
19533         * enhanced GnuPG key selection support [sergey]:
19534
19535           * src/select-keys.c: updated to newer version from Win32
19536             branch with support for selecting arbitrary keys.
19537           * src/prefs_account.c: added the Privacy tab to the account
19538             options window.
19539             prefs_account_privacy_create(),
19540             prefs_account_sign_key_set_data_from_radiobtn(),
19541             prefs_account_sign_key_set_radiobtn(): new functions.
19542           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19543           * src/rfc2015.c: set_signers(): new function.
19544             pgp_sign(): add the account parameter, call set_signers().
19545             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19546           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19547           * src/compose.c: pass the current account to rfc2015_sign().
19548
19549         * tag name claws added to prevent confusion with main branch [alfons]
19550
19551         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19552
19553         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19554
19555         * sync with recent sylpheed cvs. Untested though. [alfons]
19556