0.9.6claws78
[claws.git] / ChangeLog.claws
1 2003-11-17 [luke]       0.9.6claws78
2         * src/textview.c
3                 add check for disguised URLs, fixing bug 57
4                 "Hidden URL in HTML Mails"
5
6 2003-11-16 [christoph]  0.9.6claws77
7
8         * src/procmime.c
9                 fix crash when parsing invalid Content-Type header
10
11 2003-11-16 [christoph]  0.9.6claws76
12
13         * src/pgpmime.c
14         * src/privacy.c
15         * src/procmime.c
16         * src/sgpgme.[ch]
17                 implement message decrypting
18
19         * src/rfc2015.c
20                 remove old code
21
22 2003-11-14 [luke]       0.9.6claws75
23
24         * src/mimeview.c
25                 fix a couple of problems that treated application/* and
26                 application/octet-stream the wrong way around
27                 (since 0.9.6claws10), causing "Open" to do nothing.
28
29 2003-11-14 [christoph]  0.9.6claws74
30
31         * src/messageview.c
32         * src/pgpmime.c
33         * src/privacy.[ch]
34                 prepare for message part decrypting
35
36         * src/sgpgme.c
37                 add output for expired signatures
38
39         * src/rfc2015.c
40                 remove some old code
41
42 2003-11-10 [christoph]  0.9.6claws73
43
44         * src/mimeview.c
45                 add "Full info" button for bad and warn signature status
46
47         * src/sgpgme.c
48                 generate full signature info like gpg's output
49                 (gpg -v --with-fingerprint --verify)
50
51 2003-11-10 [christoph]  0.9.6claws72
52
53         * src/mimeview.c
54         * src/pgpmime.c
55         * src/privacy.[ch]
56         * src/sgpgme.[ch]
57         * src/textview.[ch]
58                 o add code to view full signature info
59                 o do automatic signature checks
60
61 2003-11-10 [alfons]     0.9.6claws71
62
63         * src/summaryview.c
64                 don't crash when gtkut_font_load() returns invalid font (has
65                 something to do with locale settings)
66                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
67
68 2003-11-09 [alfons]     0.9.6claws70
69
70         * src/procmime.c
71                 plug leak
72
73 2003-11-08 [luke]       0.9.6claws69
74
75         * src/summaryview.c
76                 fix some typos
77
78         * src/compose.c
79                 rewrite compose_attach_parts(), fixing various bugs mainly
80                 to do with re-editing.
81
82         * src/mimeview.c
83                 "save all" now only saves attachments with names/filenames
84
85 2003-11-04 [match]      0.9.6claws68
86
87         * src/ldapctrl.[ch]
88                 fix broken LDAP support.
89
90         * src/ldapquery.c
91                 remove printf's.
92
93 2003-11-04 [luke]       0.9.6claws67
94
95         * src/mimeview.c
96                 o  fixed bug 4 "focus lost on messages with attachments"
97                 o  fixed 'Save all' attachments for new mime changes
98                 o  right clicking on icons consistent with right clicking on
99                    mime tree
100                   - fixes a bug where wrong part is saved when you
101                     choose 'Save as' from popup menu
102                   - fixes bug 308 "No way to "save all" attachments"
103                 o  fixed a compiler warning.
104
105         * src/textview.c
106                 o  removed flickering in mime tree when using "n" and "p"
107                    shortcuts
108                 o  fixed bug where selecting the textview and pressing e.g.
109                    'y' causes sylpheed to respond twice.
110
111         * src/summaryview.c
112                 removed hard coding of * and ! shortcuts (which only served
113                 to cause problems if you tried to redefine the shortcuts)
114
115 2003-11-04 [luke]       0.9.6claws66
116
117         * src/plugins/image_viewer/viewer.c
118         * src/plugins/image_viewer/viewerprefs.c
119         * src/plugins/image_viewer/viewerprefs.glade
120                 o  allow toggling of image scaling by clicking on image
121                 o  respond to image's container widget resize
122
123         * src/procmime.c
124                 o  fix bad parsing of message when re-editing/viewing a
125                    message saved to the drafts folder
126
127 2003-11-02 [match]      0.9.6claws65
128
129         * src/browseldap.h
130                 fix if not building LDAP support.
131         * src/addrindex.c
132         * src/ldapquery.[ch]
133         * src/editldap.h
134                 include support for contains query. feature req 529354.
135
136 2003-11-02 [alfons]     0.9.6claws64
137
138         * src/browseldap.c
139                 fix build bustage if not compiling ldap support
140
141 2003-11-01 [match]      0.9.6claws63
142
143         * po/POTFILES.in
144         * src/Makefile.am
145         * src/addr_compl.[ch]
146         * src/addrbook.c
147         * src/addrcache.[ch]
148         * src/addrdefs.h        ** NEW **
149         * src/addressbook.c
150         * src/addressitem.h
151         * src/addrindex.[ch]
152         * src/addritem.h
153         * src/addrquery.[ch]
154         * src/ldapquery.[ch]
155         * src/ldapserver.[ch]
156                 refactor LDAP query mechanism.
157
158         * src/browseldap.[ch]   ** NEW **
159         * src/ldaplocate.[ch]   ** NEW **
160                 add feature to browse LDAP entry that was retrieved using
161                 an explicit LDAP search.
162
163 2003-11-01 [alfons]     0.9.6claws62
164
165         * src/prefs_gtk.c
166                 prefs_write_param(): fail when we see an invalid type; all the
167                 callers seem to handle this gracefully by reverting changes
168
169 2003-10-30 [christoph]  0.9.6claws61
170
171         * configure.ac
172         * ac/openssl.m4
173         * ac/spamassassin.m4
174         * src/Makefile.am
175                 use extra variables for all libraries to make sure plugins
176                 are only linked with libraries they really need. $LIBS is always
177                 added to the linking parameters, but we only what the libraries
178                 listed in the Makefile
179
180 2003-10-29 [paul]       0.9.6claws60
181
182         * src/mimeview.c
183                 don't use Subject for unknown part name
184
185 2003-10-29 [paul]       0.9.6claws59
186
187         * src/compose.c
188                 get name of attachment(s) when re-editing, fwd'ing or
189                 redirecting
190                 
191         * src/mimeview.c
192                 get name of attachment(s) when saving
193
194 2003-10-29 [hoa]        0.9.6claws58
195
196         * src/textview.c
197                 implemented multipart/alternative in MIME message viewer.
198
199 2003-10-28 [christoph]  0.9.6claws57
200
201         * configure.ac
202                 make sure MathML-Viewer is not built with the
203                 Gtk2 version of GtkMathView
204
205 2003-10-28 [paul]       0.9.6claws56
206
207         * sync with 0.9.7cvs1
208                 see ChangeLog 2003-10-28
209
210 2003-10-27 [alfons]     0.9.6claws55
211
212         * src/matcher_parser_parse.y
213         * src/gtk/colorlabel.c
214                 allow setting color label to 0 in filtering/processing rules
215                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
216
217 2003-10-26 [alfons]     0.9.6claws54
218
219         * src/summary_search.c
220                 fix misnomer and correct selecting initial search node  
221
222 2003-10-26 [christoph]  0.9.6claws53
223
224         * src/pgpmime.c
225         * src/sgpgme.c
226                 change display of signature info to use only name of
227                 signer, otherwise the text gets too long.
228
229         * src/procmime.c
230                 don't use MimeInfo's filename to generate tmp filename
231
232 2003-10-25 [christoph]  0.9.6claws52
233
234         * src/procmime.c
235                 fix message body searching
236
237 2003-10-25 [paul]       0.9.6claws51
238
239         * src/compose.c
240                 use g_basename rather than basename
241
242 2003-10-24 [christoph]  0.9.6claws50
243
244         * src/sgpgme.c
245                 change fetching of signature key's trust
246
247 2003-10-24 [paul]       0.9.6claws49
248
249         * po/sk.po
250                 update Slovak translation
251                 submitted by Andrej Kacian
252                 
253         * src/mainwindow.c
254                 remove unknown menu entry /File/Add mailbox/mbox...
255
256 2003-10-24 [hoa]        0.9.6claws48
257
258         * src/Makefile.am
259                 removed all references to mbox folders
260
261         * src/carray.[ch]               * REMOVED *
262         * src/chash.[ch]                * REMOVED *
263         * src/maillock.[ch]             * REMOVED *
264         * src/mailmbox.[ch]             * REMOVED *
265         * src/mailmbox_folder.[ch]      * REMOVED *
266         * src/mailmbox_parse.[ch]       * REMOVED *
267         * src/mailmbox_types.[ch]       * REMOVED *
268         * src/mbox_folder.[ch]          * REMOVED *
269                 remove implementation of mbox folders
270                 and old mailbox folder.
271                 mbox folder implementation will be added
272                 as a plugin so that implementation can be entirely
273                 synchronized with the files of the project they are
274                 extracted from (libEtPan!).
275         
276         * src/mainwindow.c
277         * src/folder.c
278         * src/folderview.[ch]
279         * src/procmsg.h         
280                 Disable as much code that references mbox folders
281                 as possible.
282                 Some UI thing still need to know that folder is mbox
283                 (when we have to enter the name of the mailbox and
284                 we want to add /var/mail/$USER).
285
286 2003-10-23 [christoph]  0.9.6claws47
287
288         * src/noticeview.c
289                 don't always display button when noticeview is made visible
290
291         * src/mimeview.c
292         * src/pgpmime.c
293         * src/privacy.[ch]
294         * src/sgpgme.[ch]
295                 get signature information from crypto system
296
297 2003-10-22 [paul]       0.9.6claws46
298
299         * po/es.po
300                 updated by Ricardo Mones Lastra
301
302 2003-10-22 [paul]       0.9.6claws45
303
304         * src/Makefile.am
305                 update to reflect the changes to the icons that
306                 happened in 0.9.6claws35
307
308 2003-10-22 [alfons]     0.9.6claws44
309         
310         * src/carray.h
311                 inline carray_count() 
312
313 2003-10-21 [alfons]     0.9.6claws43
314
315         * src/carray.h
316                 glib wrappers
317         * src/carray.c
318                 disable
319         * src/mailmbox.[ch]
320         * src/mailmbox_folder.c
321         * src/mailmbox_parse.c
322         * src/mailmbox_types.[ch]
323                 %s/uint32_t/guint
324
325 2003-10-21 [luke]       0.9.6claws42
326
327         * src/stock_pixmaps.[ch]
328         * src/mimeview.c
329         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
330         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
331                 o remove mime_application_octet_stream.xpm icon (it was never
332                   really needed)
333                 o remove redundant icon messageview_text.xpm
334
335         * src/mainwindow.c
336                 fix visibility of signature noticeview when toggling 'separate
337                 message view'
338
339 2003-10-21 [christoph]  0.9.6claws41
340
341         * src/procmime.c
342                 decode multipart and rfc822 mime parts to allow further
343                 parsing when required
344
345 2003-10-21 [christoph]  0.9.6claws40
346
347         * src/procmime.[ch]
348         * src/textview.c
349                 remove obsolete charset parameter in MimeInfo and fix
350                 TextView to use the charset from the parameter hash table
351
352         * src/plugins/dillo_viewer/Makefile.am
353         * src/plugins/trayicon/Makefile.am
354                 add OPENSSL_CFLAGS to fix building with using
355                 --with-openssl-* parameters
356
357 2003-10-21 [paul]       0.9.6claws39
358
359         * src/prefs_matcher.[ch]
360                 replace remnants of the old, renamed 'Execute' matchtype
361                 add a brief description to the Info window
362
363 2003-10-21 [hoa]        0.9.6claws38
364         
365         * src/Makefile.am
366         * src/carray.[ch]               * NEW *
367         * src/chash.[ch]                * NEW *
368         * src/folder.c
369         * src/maillock.[ch]             * NEW *
370         * src/mailmbox.[ch]             * NEW *
371         * src/mailmbox_folder.[ch]      * NEW *
372         * src/mailmbox_parse.[ch]       * NEW *
373         * src/mailmbox_types.[ch]       * NEW *
374                 implementation of mbox folder with unique message numbers
375
376                 made use of libEtPan! implementation of mbox for lower-layer.
377
378 2003-10-20 [alfons]     0.9.6claws37
379
380         * src/noticeview.c
381                 fix invalid argument warning
382         * src/pgpmime.c
383                 no in place variable
384
385 2003-10-20 [paul]       0.9.6claws36
386
387         * src/compose.[ch]
388           src/filtering.c
389           src/messageview.c
390                 fix crash when using Forward in Filtering when
391                 external editor option is set
392                 
393                 Patch submitted by Simon 'corecode' Schubert
394                 <corecode@corecode.ath.cx> 
395
396 2003-10-20 [paul]       0.9.6claws35
397
398         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
399           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
400           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
401           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
402           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
403           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
404           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
405           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
406           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
407           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
408           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
409           src/mimeview.c
410           src/stock_pixmap.[ch]
411                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
412                 icons. add privacy_warn.xpm icon
413
414 2003-10-20 [hoa]  0.9.6claws34
415
416         * src/folder_item_prefs.[ch]
417         * src/prefs_folder_item.c
418         * src/main.c
419                 Added a property per folder to choose whether we 
420                 want to apply processing on it on startup or if we
421                 prefer to wait the folder selection to apply it.
422         
423         * src/messageview.c
424                 fixed C89 compatibility (for old compilers, for
425                 example gcc 2.95.x).
426
427 2003-10-17 [christoph]  0.9.6claws33
428
429         * src/mimeview.c
430         * src/noticeview.[ch]
431                 change noticeview icon to indicate signature status
432
433 2003-10-17 [christoph]  0.9.6claws32
434
435         * src/Makefile.am
436         * src/main.c
437         * src/mimeview.c
438         * src/noticeview.c
439         * src/pgpmime.[ch]                              ** NEW **
440         * src/privacy.[ch]
441         * src/rfc2015.c
442         * src/sgpgme.c                                  ** NEW **
443                 reimplement PGP/Mime signature checking (unfinished)
444
445 2003-10-15 [christoph]  0.9.6claws31
446
447         * src/procmime.[ch]
448                 fix procmime_get_text_content() and
449                 procmime_get_first_text_content()
450
451 2003-10-15 [christoph]  0.9.6claws30
452
453         * src/plugins/spamassassin/spamassassin_gtk.c
454         * src/plugins/spamassassin/spamassassin_gtk.glade
455                 fix timeout tooltip
456
457 2003-10-15 [paul]       0.9.6claws29
458
459         * src/messageview.c
460                 workaround for buggy smtp servers. on sending a
461                 return receipt strip the name part from the address
462                 when creating headers
463                 
464 2003-10-15 [paul]       0.9.6claws28
465
466         * sync with 0.9.7 release
467                 see ChangeLog 2003-10-15
468
469 2003-10-14 [christoph]  0.9.6claws27
470
471         * src/plugins/clamav/clamav_plugin.c
472                 fix clamav plugin
473
474 2003-10-14 [christoph]  0.9.6claws26
475
476         * src/compose.c
477         * src/mimeview.c
478         * src/procmime.[ch]
479         * src/rfc2015.c
480         * src/textview.c
481         * src/plugins/clamav/clamav_plugin.c
482                 use GNode to create the mime tree (some changes to functions
483                 that traverse the tree are just quick and dirty. Maybe we
484                 can find better solutions with g_node_*-functions)
485
486 2003-10-14 [luke]       0.9.6claws25
487
488         * src/mimeview.c
489                 fix a navigation bug (stupid typo of mine)
490
491 2003-10-14 [christoph]  0.9.6claws24
492
493         * src/textview.c
494                 fix missing last line in plain/text mails
495
496 2003-10-13 [luke]       0.9.6claws23
497
498         * src/summaryview.c
499                 fix bug 334 (part 1)
500
501 2003-10-13 [kov]        0.9.6claws22
502
503         * src/mimeview.c
504                 error checking when the user enters a non-directory at
505                 the file selection dialog.
506                 work-around for users entering directory location without
507                 adding a leading G_DIR_SEPARATOR.
508
509 2003-10-13 [luke]       0.9.6claws21
510
511         * src/compose.c
512                 error reporting for inserting files, including catching
513                 invalid characters for current locale/encoding
514
515 2003-10-13 [paul]       0.9.6claws20
516
517         * src/folderview.c
518                 fix bug #347 'subscribe newsgroups crashes'
519
520 2003-10-13 [paul]       0.9.6claws19
521
522         * src/compose.c
523                 when using 'Reply to all' include the 'send replies
524                 to' folder property
525                 
526         * po/ja.po
527                 update Japanese translation. submitted by Rui Hirokawa 
528                 <rui_hirokawa@ybb.ne.jp>        
529
530 2003-10-13 [hoa]        0.9.6claws18
531
532         * src/account.c
533         * src/compose.c
534         * src/messageview.c
535         * src/procheader.c
536         * src/procheader.h
537                 rename get_header_from_msginfo() into
538                 procheader_get_header_from_msginfo() so that we have a
539                 coherent exported naming.
540                 avoid parsing of header contained in a string via
541                 a newly written temporary file.
542
543         Patch submitted by Simon 'corecode' Schubert
544                 <corecode@corecode.ath.cx>
545
546 2003-10-12 [hoa]        0.9.6claws17
547
548         * src/filtering.c
549         * src/filtering.h
550         * src/matcher.c
551         * src/matcher.h
552         * src/matcher_parser_parse.y
553         * src/prefs_filtering_action.c
554                 added "stop" action : stop applying the filtering rules.
555                 added "set score" and "increase/decrease score" actions.
556                 That two last action replace the "change_score" action
557                 introduced by alfons in 0.8.8claws85.
558                 "set score" is to set a given score to the message.
559                 "increase/decrease score" will increase or decrease the
560                 score if the given value is respectively positive or
561                 negative. If someone find a some better name for this last
562                 rule, it can be modified.
563
564 2003-10-12 [paul]       0.9.6claws16
565
566         * AUTHORS
567           po/ja.po
568                 update Japanese translation. submitted by Rui Hirokawa 
569                 <rui_hirokawa@ybb.ne.jp>
570
571 2003-10-12 [christoph]  0.9.6claws15
572
573         * src/procmime.c
574                 fix crash caused by incorrect headers
575
576 2003-10-10 [christoph]  0.9.6claws14
577
578         * src/main.c
579         * src/privacy.[ch]
580         * src/rfc2015.[ch]
581                 implement detection of signed message parts for rfc2015
582
583 2003-10-10 [thorsten]   0.9.6claws13
584
585         * src/mimeview.c
586                 fix typo
587
588 2003-10-10 [christoph]  0.9.6claws12
589
590         * src/stock_pixmap.[ch]
591         * src/pixmaps/mime_message.xpm                  ** NEW **
592                 add a new icon for mime type "message"
593
594         * src/privacy.[ch]
595         * src/procmime.[ch]
596                 add crypto api
597
598         * src/mimeview.c
599                 o use crypto api
600                 o add icons for message type mime parts
601
602 2003-10-10 [christoph]  0.9.6claws11
603
604         * src/mainwindow.c
605         * src/messageview.[ch]
606         * src/mimeview.[ch]
607         * src/procmime.[ch]
608         * src/procmsg.[ch]
609         * src/rfc2015.c
610         * src/summaryview.c
611         * src/textview.[ch]
612                 o remove switching between TextView and MimeView in MessageView
613                   (if required we can hide the icon box and the MimeView will
614                    look exaxtly like the TextView)
615                 o temporary remove signature and decrypting GPGME code
616
617 2003-10-09 [christoph]  0.9.6claws10
618
619         * src/action.c
620         * src/compose.c
621         * src/messageview.c
622         * src/mimeview.c
623         * src/procmime.[ch]
624         * src/procmsg.c
625         * src/rfc2015.c
626         * src/textview.c
627         * src/common/utils.[ch]
628         * src/plugins/clamav/clamav_plugin.c
629         * src/plugins/dillo_viewer/dillo_viewer.c
630         * src/plugins/image_viewer/viewer.c
631         * src/plugins/mathml_viewer/mathml_viewer.c
632                 new mime parser (several things need fixing)
633
634 2003-10-09 [paul]       0.9.6claws9
635
636         * src/imap.c
637                 a little more sync with 0.9.6cvs2 and a tidy up
638
639 2003-10-08 [paul]       0.9.6claws8
640
641         * sync with 0.9.6cvs2
642                 see ChangeLog 2003-10-03
643
644 2003-10-05 [christoph]  0.9.6claws7
645
646         * src/summaryview.c
647                 don't use flags to check if a message is in a news folder
648
649         (closes Bug 282 clicking on folder with copied Messages from News
650          immediately after having copied them crashes Sylpheed-Claws)
651
652 2003-10-05 [christoph]  0.9.6claws6
653
654         * src/Makefile.am
655         * src/progressdialog.[ch]               ** REMOVE **
656         * src/gtk/Makefile.am
657         * src/gtk/progressdialog.[ch]           ** NEW **
658                 move progressdialog to gtk directory
659
660 2003-10-04 [christoph]  0.9.6claws5
661
662         * src/prefs_toolbar.c
663         * src/gtk/prefswindow.c
664                 remove widget_show_all for pages root widget
665
666         * src/plugins/spamassassin/spamassassin.[ch]
667         * src/plugins/spamassassin/spamassassin_gtk.c
668         * src/plugins/spamassassin/spamassassin_gtk.glade
669                 add support for new libspamc transports
670
671 2003-10-04 [christoph]  0.9.6claws4
672
673         * src/plugins/spamassassin/libspamc.[ch]
674         * src/plugins/spamassassin/spamassassin.c
675         * src/plugins/spamassassin/utils.[ch]
676                 update libspamc to version from SpamAssassin 2.60
677
678 2003-10-03 [christoph]  0.9.6claws3
679
680         * src/send_message.c
681                 fix missing format string bug found by
682                 Georgi Guninski <guninski@guninski.com>
683
684 2003-10-03 [paul]       0.9.6claws2
685
686         * po/zh_CN.po
687                 update Simpilified Chinese translation, submitted by
688                 Hansom Young
689
690 2003-10-02 [christoph]  0.9.6claws1
691
692         * src/imap.c
693                 add UIDPLUS support for COPY and EXPUNGE
694
695 2003-10-02 [paul]       0.9.6claws
696
697         * 0.9.6claws released
698
699 2003-10-02 [paul]
700
701         * po/es.po
702           po/sk.po
703                 update Spanish and Slovak translations
704                 submitted by Ricardo Mones Lastra and Andrej Kacian
705  
706 2003-10-02 [paul]       0.9.5claws43
707
708         * po/en_GB.po
709                 update British English translation
710
711 2003-10-02 [paul]       0.9.5claws42
712
713         * po/hr.po
714                 update Croatian translation, submitted by Dragan
715
716 2003-10-01 [paul]       0.9.5claws41
717
718         * po/pl.po
719           po/sr.po
720                 update Polish and Serbian translations, submitted by
721                 Emil and Urke MMI
722
723 2003-10-01 [melvin]     0.9.5claws40
724
725         * po/fr.po
726                 Updated French translations
727
728 2003-10-01 [melvin]     0.9.5claws39
729
730         * src/prefs_fonts.c
731                 Fixed a Gtk warning
732
733         * src/plugins/dillo_prefs.c     
734                 Quasi unnoticeable UI clean-up.
735
736 2003-10-01 [paul]
737
738         * tools/README
739           tools/maildir2sylpheed.pl
740                 bug fixes, rewrites, submitted by Matthias Förste 
741                 <itsjustme@users.sourceforge.net>
742
743 2003-09-29 [paul]       0.9.5claws38
744
745         * src/inc.c
746                 fix my coding carelessness
747
748 2003-09-29 [paul]       0.9.5claws37
749
750         * po/POTFILES.in
751           src/Makefile.am
752           src/main.c
753           src/prefs_common.[ch]
754           src/prefs_fonts.[ch]  ** NEW FILES **
755                 move Font config options to Other Prefs/Display/Fonts
756                 (user's current configuration is preserved)
757
758 2003-09-29 [paul]       0.9.5claws36
759
760         * src/inc.c
761           src/prefs_account.c
762                 allow 'local_mbox' value to point to either a directory 
763                 (/var/mail -  default, new) or a file (/var/mail/username
764                 - original)
765
766 2003-09-28 [paul]       0.9.5claws35
767
768         * src/rfc2015.c
769                 on signature check, where key exists, print the
770                 Key ID
771
772 2003-09-27 [alfons]     0.9.5claws34
773
774         * src/action.c
775                 o make progress bar not fill/expand when resizing dialog
776                 o use default fixed text font for actions output
777
778 2003-09-27 [paul]       0.9.5claws33
779
780         * src/prefs_common.[ch]
781           src/procmsg.c
782           src/send_message.c
783                 remove External Program settings from Common Prefs/Send
784                 as they are now unnecessary due to Local account settings.
785                 plus a little tidying-up after 0.9.5claws31
786
787 2003-09-27 [paul]       0.9.5claws32
788
789         * src/prefs_account.c
790                 o make correction to gui text:
791                   'Local mailbox file' -> 'Local mailbox directory'
792                 o give 'local_mbox' option a reasonable default value:
793                   '/var/mail'
794                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
795                   value
796
797 2003-09-26 [paul]       0.9.5claws31
798
799         * src/inc.c
800           src/prefs_common.[ch]
801                 remove 'Incorporate from spool' common pref,
802                 force creation of a 'Local' account
803
804 2003-09-26 [christoph]  0.9.5claws30
805
806         * src/folder.c
807         * src/msgcache.c
808                 add more NULL pointer checks
809
810 2003-09-25 [christoph]  0.9.5claws29
811
812         * src/folder.c
813                 o don't fetch source message to get it's message id
814                 o immediately scan dest folder when copying a message did not
815                   return a new message number and not do it when the first message
816                   without a new message number is found
817
818 2003-09-23 [christoph]  0.9.5claws28
819
820         * src/compose.c
821                 fix generating of headers
822
823         (patch by David Relson <relson@osagesoftware.com>)
824
825 2003-09-23 [paul]       0.9.5claws27
826
827         * po/zh_CN.po
828                 update Simplified Chinese translation. submitted by
829                 Hansom Young
830
831 2003-09-23 [paul]       0.9.5claws26
832
833         * tools/Makefile.am
834           tools/README
835           tools/vcard2xml.py    ** NEW FILE **
836                 add a script that converts an evolution vcard to
837                 sylpheed's xml format
838                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
839
840 2003-09-22 [paul]       0.9.5claws25
841
842         * src/plugins/clamav/clamav_plugin.c
843                 don't skip MULTIPART parts
844
845 2003-09-21 [christoph]  0.9.5claws24
846
847         * src/alertpanel.c
848                 remove unneeded include
849
850         * src/folder.c
851                 clean up copy/move mess with duplicated code
852
853         * src/imap.c
854                 fix problem that sometimes the folder was not scanned
855                 also it was changed
856
857 2003-09-21 [christoph]  0.9.5claws23
858
859         * src/Makefile.am
860         * src/logwindow.[ch]                    ** REMOVE **
861         * src/mainwindow.c
862         * src/prefs_common.c
863         * src/gtk/Makefile.am
864         * src/gtk/logwindow.[ch]                ** ADD **
865                 make logwindow prefs_common independent and move
866                 it to gtk directory
867
868 2003-09-20 [christoph]  0.9.5claws22
869
870         * src/compose.c
871                 add extra space for address code conversion
872                 (4 * unconvered size could be too small for short headers)
873
874 2003-09-20 [christoph]  0.9.5claws21
875
876         * src/compose.c
877                 increase temp buffer size when writing headers
878
879 2003-09-19 [darko]      0.9.5claws20
880
881         * src/compose.c
882                 don't ignore value of 'Save copy of outgoing messages to
883                 this folder instead of Sent' in message redirect
884
885 2003-09-17 [christoph]  0.9.5claws19
886
887         * src/compose.c
888                 use ", " as address seperator for mail headers and pass whole
889                 header line at once to compose_convert_header to make sure
890                 it is correctly folded
891
892         (closes Bug 64 Problem when sending to many recipients)
893
894 2003-09-17 [hoa]        0.9.5claws18
895         
896         * src/matcher.[ch]
897           src/matcher_parser_parse.y
898           src/prefs_matcher.c
899                 changed the keyword used for command execution in condition
900                 keyword is changed from "execute" to "test"
901                 so that it is not the same as the one used for action.
902                 This will fix a bug when using filtering dialog.
903                 All semantic in the code is also changed to reflect
904                 the keyword change.
905
906 2003-09-17 [paul]
907         
908         * sync with 0.9.6 release
909
910 2003-09-17 [paul]       0.9.5claws17
911
912         * sync with 0.9.5cvs8
913                 see ChangeLog 2003-09-16 and 2003-09-17
914
915 2003-09-16 [paul]       0.9.5claws16
916
917         * sync with 0.9.5cvs6
918                 see ChangeLog 2003-09-16
919
920 2003-09-15 [paul]       0.9.5claws15
921
922         * sync with 0.9.5cvs5
923                 see ChangeLog 2003-09-15
924
925 2003-09-14 [alfons]     0.9.5claws14
926
927         * src/inc.c
928                 make "Go to inbox after receiving new mail" again;
929                 regression of a sync, restored to sylpheed main 
930                 behaviour. (misses still some bits)
931
932 2003-09-14 [alfons]     0.9.5claws13
933
934         * src/prefs_filtering_action.c
935                 o add proper message if empty execute command line
936                 o don't select first action item after registering a
937                   new action to prevent (what seems to be a GTK) bug
938                   #36, "filtering will only accept one action change 
939                   per invocation".
940
941 2003-09-14 [alfons]     0.9.5claws12
942
943         * src/prefs_filtering.c
944         * src/prefs_filtering_action.c
945         * src/prefs_matcher.c
946                 fix function signature for key_pressed_event signal handlers
947
948 2003-09-14 [alfons]     0.9.5claws11
949
950         * src/mainwindow.c
951                 fix regression caused by fix for invalid bug #7
952                 (should fix #246, "Multiple selections are deselected when 
953                 moving from search window to main window")
954                 
955 2003-09-14 [alfons]     0.9.5claws10
956         
957         * src/actions.[ch]
958         * src/filtering.[ch]
959         * src/prefs_actions.c
960                 allow `filtering actions` in actions; only for advanced users
961                 right now: try for example, "%as{mark color 2}" 
962         
963 2003-09-13 [paul]       0.9.5claws9
964         
965         * po/pl.po
966           po/zh_CN.po   ** NEW FILE **
967                 update Polish translation, submitted by Emil 
968                 <eminowbl@posejdon.wpk.p.lodz.pl>
969                 add new Simplified Chinese translation, submitted by
970                 Hansom Young <hansom_young@yahoo.com>
971
972 2003-09-12 [alfons]     0.9.5claws8
973
974         * src/summaryview.c
975                 don't open separate message views when View | Separate message view
976                 is active 
977                 (please look carefully for any navigation regressions)
978
979 2003-09-11 [alfons]     0.9.5claws7
980
981         * src/mainwindow.c
982                 make default message view, opened by View | Separate message 
983                 view, look like a claws message view (which includes a menu
984                 bar and a toolbar)
985                 (fixes bug #298, "message view loses tool bar") 
986
987 2003-09-11 [christoph]  0.9.5claws6
988
989         * src/folderview.c
990                 fix double deleting of newsgroup folders
991
992         (closes Bug 305 crash after deleting of a newsgroup)
993
994 2003-09-11 [paul]       0.9.5claws5
995
996         * src/rfc2015.c
997           src/common/utils.h
998                 more sync'ing from 0.9.5cvs2
999
1000 2003-09-11 [christoph]  0.9.5claws4
1001
1002         * src/compose.c
1003         * src/rfc2015.c
1004         * src/common/utils.h
1005                 fix sync with 0.9.5cvs2
1006
1007 2003-09-11 [paul]       0.9.5claws3
1008
1009         * sync with 0.9.5cvs4
1010                 see ChangeLog 2003-09-11
1011
1012 2003-09-11 [paul]       0.9.5claws2
1013
1014         * sync with 0.9.5cvs2
1015                 see ChangeLog 2003-09-05
1016                 
1017 2003-09-11 [paul]       0.9.5claws1
1018
1019         * sync with 0.9.5cvs3
1020                 see ChangeLog 2003-09-10
1021
1022 2003-09-10 [paul]       0.9.5claws
1023
1024         * 0.9.5claws released
1025
1026 2003-09-10 [paul]       0.9.4claws78
1027
1028         * src/Makefile.am
1029                 add missing files
1030
1031 2003-09-10 [melvin]     0.9.4claws77
1032
1033         * po/fr.po
1034                 Updated French translations
1035
1036 2003-09-10 [paul]       0.9.4claws76
1037
1038         * po/es.po
1039           po/sk.po
1040           po/sr.po
1041                 update Spanish, Slovak, and Serbian translations.
1042                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1043                 and Urke MMI
1044                 
1045         * AUTHORS
1046                 add translation team section
1047
1048 2003-09-09 [christoph]  0.9.4claws75
1049
1050         * src/folder.c
1051                 free item->prefs in folder_item_destroy
1052
1053 2003-09-09 [alfons]     0.9.4claws74
1054
1055         * src/folderview.c
1056                 o proper check for root node sorting
1057                 o remove unnecessary gtk_ctree_remove_node 
1058
1059         (should fix bug #300, "crash while moving folder")      
1060
1061 2003-09-08 [christoph]  0.9.4claws73
1062
1063         * src/folderview.c
1064                 o fix double adding of IMAP FolderItems to GtkCTree
1065                 o fix crash then mbox folder is removed
1066
1067 2003-09-08 [christoph]  0.9.4claws72
1068
1069         * src/folder.c
1070         * src/folderview.c
1071         * src/mainwindow.c
1072                 fix new folder notification
1073
1074         * src/mbox_folder.c
1075                 fix cache path
1076
1077 2003-09-08 [christoph]  0.9.4claws71
1078
1079         * src/compose.c
1080                 replace '\n' and '\r' before removing trailing spaces
1081
1082         * src/folder.[ch]
1083         * src/folderview.c
1084                 add information about new or removed items in folder tree change
1085                 notification and use this in folderview to add and remove only
1086                 the appected items and not refresh the whole tree
1087
1088 2003-09-07 [match]      0.9.4claws70
1089
1090         * src/Makefile.am
1091         * src/addr_compl.c
1092         * src/addressbook.c
1093         * src/addressitem.h
1094         * src/addrindex.c
1095         * src/addritem.c
1096         * src/addritem.h
1097         * src/addrquery.c                       ** NEW **
1098         * src/addrquery.h
1099         * src/ldapquery.c
1100         * src/ldapserver.c
1101         * src/stock_pixmap.c
1102         * src/stock_pixmap.h
1103         * src/pixmaps/address_search.xpm        ** NEW **
1104                 re-introduce Lookup button for LDAP 'static' searches.
1105
1106 2003-09-07 [alfons]     0.9.4claws69
1107         
1108         * src/summaryview.c
1109                 abandon setting usize for messageview because it gives layout problems
1110                 with the quick search bar and the headerview; fixes assorted UI glitches:
1111                 
1112                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1113                 o bug #280, "Window resiizes for line length but does not revert"
1114
1115 2003-09-07 [christoph]  0.9.4claws68
1116
1117         * src/compose.c
1118                 o make sure we don't have any newlines in header values
1119                 o check custom headers for spaces and newlines and ignore
1120                   malformed header names
1121
1122 2003-09-06 [christoph]  0.9.4claws67
1123
1124         * src/folder.c
1125         * src/folderview.c
1126                 invoke notification hook for folder tree changes after append
1127                 and remove folder
1128
1129         (closes Bug 294 Crash while moving folder with many subdirectories)
1130
1131 2003-09-06 [christoph]  0.9.4claws66
1132
1133         * src/folder.c
1134                 destroy folder's MsgCache if FolderItem is removed to make sure
1135                 it is not saved when the FolderItem is destroyed
1136
1137 2003-09-06 [christoph]  0.9.4claws65
1138
1139         * src/plugins/clamav/clamav_plugin.c
1140                 fix copy & paste bug
1141
1142 2003-09-05 [christoph]  0.9.4claws64
1143
1144         * src/folder.c
1145         * src/messageview.[ch]
1146         * src/procmsg.[ch]
1147         * src/summaryview.c
1148                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1149                 by MessageView to clear it when the message is deleted. Should
1150                 work even if messages are deleted in MainWindow or by
1151                 processing.
1152
1153 2003-09-05 [alfons]     0.9.4claws63
1154
1155         * src/messageview.c
1156                 deleting a message in a message view frees its msginfo, make 
1157                 messageview_update_all() aware of that (should fix bug #293,
1158                 "deleting message caused crash")
1159
1160 2003-09-05 [melvin]     0.9.4claws62
1161
1162         * src/action.c
1163                 Improve synchronous action exit code (fixes 
1164                 a ~5 seconds delay after action exit on RedHat 9)
1165
1166 2003-09-04 [christoph]  0.9.4claws61
1167
1168         * src/compose.c
1169         * src/rfc2015.c
1170         * src/common/utils.[ch]
1171                 add util function to create mime boundary and use it
1172                 in compose and gpg code
1173
1174 2003-09-04 [alfons]     0.9.4claws60
1175
1176         * src/folder.c
1177                 source folder item's GNode should already have been freed in 
1178                 a previous call to src->folder->klass->remove_folder()
1179                 (should fix bug #287, "crash when moving folders")
1180
1181 2003-09-03 [thorsten]   0.9.4claws59
1182
1183         * src/plugins/spamassassin/spamassassin_gtk.c
1184                 fix compile error
1185
1186 2003-09-03 [christoph]  0.9.4claws58
1187
1188         * src/plugins/spamassassin/spamassassin.[ch]
1189         * src/plugins/spamassassin/spamassassin_gtk.c
1190                 add timeout config option
1191
1192 2003-09-03 [paul]       0.9.4claws57
1193
1194         * po/sk.po      ** NEW FILE **
1195                 add Slovak translation. Submitted by Andrej Kacian 
1196                 <andrej@kacian.sk>
1197
1198 2003-09-03 [paul]       0.9.4claws56
1199
1200         * src/plugins/clamav/clamav_plugin_gtk.c
1201                 gui tweaks: replace a label with a tooltip, modify the
1202                 text, use gtk_check_button_new(); instead of
1203                 gtk_check_button_new_with_label("");
1204
1205 2003-09-02 [alfons]     0.9.4claws55
1206
1207         * src/gtk/filesel.c
1208                 remember last used dir when attaching multiple files (should fix
1209                 bug #290, "Attach File does not remember directory")
1210
1211 2003-09-01 [paul]       0.9.4claws54
1212
1213         * po/es.po
1214                 updated by Ricardo Mones Lastra
1215
1216 2003-09-01 [alfons]     0.9.4claws53
1217
1218         * src/gtk/gtkaspell.[ch]
1219                 be pedantic and strict and use const gchar * instead of guchar *
1220
1221 2003-09-01 [alfons]     0.9.4claws52
1222
1223         * src/mainwindow.c
1224         * src/summaryviewc.
1225                 re-enable Save As when multiple messages are selected
1226
1227 2003-09-01 [paul]       0.9.4claws51
1228
1229         * src/textview.c
1230                 g_free(trimmed_uri);
1231
1232 2003-09-01 [paul]       0.9.4claws50
1233
1234         * sync with 0.9.4cvs13
1235                 see ChangeLog 2003-09-01
1236
1237 2003-09-01 [paul]       0.9.4claws49
1238
1239         * src/textview.c
1240                 trim uri before sending to the statusbar
1241                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1242                 in the message window causes main S-C window to enlarge 
1243                 past screen edges'
1244
1245 2003-09-01 [paul]       0.9.4claws48
1246
1247         * sync with 0.9.4cvs12
1248                 see ChangeLog 2003-09-01
1249
1250 2003-08-30 [christoph]  0.9.4claws47
1251
1252         * src/compose.c
1253         * src/folder_item_prefs.[ch]
1254         * src/prefs_folder_item.c
1255         * src/gtk/gtkaspell.[ch]
1256                 commit per folder dictionary patch by
1257                 Paul Evans <nerd@freeuk.com>
1258
1259 2003-08-30 [christoph]  0.9.4claws46
1260
1261         * src/plugins/spamassassin/spamassassin_gtk.c
1262         * src/plugins/spamassassin/spamassassin_gtk.glade
1263                 reduce GUI clutter by placing hints into tooltips
1264
1265 2003-08-30 [paul]       0.9.4claws45
1266
1267         * src/compose.c
1268                 add 'Content-Disposition: inline' to a text/plain
1269                 part when using PGP/MIME signing
1270
1271 2003-08-30 [paul]       0.9.4claws44
1272
1273         * src/prefs_common.c
1274           src/prefs_spelling.c
1275           src/prefs_spelling.glade
1276                 reduce GUI clutter by placing hints into tooltips
1277
1278 2003-08-29 [christoph]  0.9.4claws43
1279
1280         * configure.ac
1281                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1282
1283         * src/stock_pixmap.c
1284                 change unecessary warning into a debug message
1285
1286         * src/plugins/clamav/Makefile.am
1287                 Fix error "-I$(CLAMAV_LIBS)"
1288
1289 2003-08-29 [christoph]  0.9.4claws42
1290
1291         * intl/Makefile.in
1292         * src/Makefile.am
1293         * src/matcher.h
1294         * src/common/Makefile.am
1295         * src/common/passcrypt.c
1296                 commit fixes and patches for some of the IRIX problems found by
1297                 Ivan Rayner <ivanr@sgi.com>
1298
1299 2003-08-29 [paul]       0.9.4claws41
1300
1301         * src/prefs_filtering.c
1302                 add 'Top' and 'Bottom' buttons, based on changes in
1303                 src/prefs_filter.c in 0.9.4cvs11.
1304
1305 2003-08-27 [christoph]  0.9.4claws40
1306
1307         * src/folderview.c
1308                 fix bug that the current summary settings were copied to the
1309                 wrong folder item, when the folder item prefs are opened.
1310                 Copying is not required because summary settings and
1311                 folder_item_prefs do not contain the same settings
1312
1313 2003-08-27 [thorsten]   0.9.4claws39
1314
1315         * src/imap.c
1316                 fix compile error
1317
1318 2003-08-26 [paul]       0.9.4claws38
1319
1320         * sync with 0.9.4cvs9
1321                 see ChangeLog 2003-08-26
1322
1323 2003-08-25 [paul]       0.9.4claws37
1324
1325         * sync with 0.9.4cvs8
1326                 see ChangeLog 2003-08-25
1327
1328 2003-08-24 [christoph]  0.9.4claws36
1329
1330         * src/prefs_filtering.c
1331                 shouldn't remove items from a GSList while iterating over the
1332                 list (makes cur invalid and cur->next not accessable)
1333
1334         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1335          crashed)
1336
1337 2003-08-23 [christoph]  0.9.4claws35
1338
1339         * src/news.c
1340                 news folders should be scanned when opened
1341
1342 2003-08-22 [christoph]  0.9.4claws34
1343
1344         * src/prefs_folder_item.c
1345                 use macro to assign strings that always frees the old string
1346
1347         * src/gtk/gtkaspell.[ch]
1348                 add gtkaspell_set_dictionary_menu_active_item() to set active
1349                 item in dictionary option menu
1350
1351         * src/prefs_spelling.c
1352                 use gtkaspell_set_dictionary_menu_active_item() to select
1353                 dictionary
1354
1355 2003-08-21 [christoph]  0.9.4claws33
1356
1357         * src/folder.[ch]
1358         * src/imap.c
1359         * src/mbox_folder.c
1360         * src/mh.c
1361         * src/news.c
1362                 optimize folder system
1363
1364         * src/gtk/gtkstext.c
1365                 fix division by zero when font has 0 width for ' '
1366
1367 2003-08-21 [paul]       0.9.4claws32
1368
1369         * sync with 0.9.4cvs7
1370                 see ChangeLog 2003-08-20
1371
1372 2003-08-19 [paul]       0.9.4claws31
1373
1374         * src/common/defs.h
1375                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1376                 SYLDOC_FAQ_HTML_INDEX.
1377         * src/manual.c
1378                 use LC_MESSAGES instead of LC_ALL to find the current
1379                 language
1380
1381           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1382
1383 2003-08-19 [paul]       0.9.4claws30
1384
1385         * po/bg.po
1386                 updated by George Danchev
1387
1388 2003-08-18 [luke]       0.9.4claws29
1389         * src/mimeview.[ch]
1390         * src/gtk/gtkvscrollbutton.[ch]
1391                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1392                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1393                 o removed horizontal separator between icons
1394
1395 2003-08-17 [christoph]  0.9.4claws28
1396
1397         * src/procmsg.c
1398                 no subject threading when the subject has no reply prefix
1399
1400 2003-08-16 [christoph]  0.9.4claws27
1401
1402         * src/mainwindow.c
1403                 remember and restore window sizes and position when the main
1404                 window is hidden or shown
1405
1406         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1407          minimised/reopened using trayicon)
1408
1409 2003-08-16 [paul]       0.9.4claws26
1410
1411         * src/crash.c
1412                 add #include "defs.h"
1413
1414 2003-08-16 [paul]       0.9.4claws25
1415
1416         * src/plugins/clamav/clamav_plugin.c
1417                 reword a debug_print
1418                 
1419         * src/plugins/dillo_viewer/dillo_prefs.c
1420                 cosmetic: change the labels' text, add tooltips, and
1421                 left-align the hint
1422
1423 2003-08-15 [christoph]  0.9.4claws24
1424
1425         * src/news.c
1426                 complete last change (forgot some changes)
1427
1428 2003-08-15 [christoph]  0.9.4claws23
1429
1430         * src/news.c
1431                 o check number of messages and don't return a 0 message
1432                   when no messages are available
1433                 o don't parse xref header anymore
1434
1435         (closes Bug 203 I'm not getting any news)
1436
1437 2003-08-15 [paul]       0.9.4claws22
1438
1439         * src/common/defs.h
1440           src/crash.c
1441                 update and define claws bugzilla location
1442
1443 2003-08-15 [paul]       0.9.4claws21
1444
1445         * po/ru.po
1446                 update submitted by Ruslan N. Balkin
1447
1448 2003-08-14 [christoph]  0.9.4claws20
1449
1450         * src/procmsg.c
1451                 fix search for oldest node in subject threading
1452
1453 2003-08-14 [christoph]  0.9.4claws19
1454
1455         * src/procmsg.c
1456         * src/common/utils.h
1457                 add possibility to check all nodes with the same subject for
1458                 subject threading, not only the oldest node. Should not break
1459                 threads anymore if the oldest node is thread_by_subject_max_age
1460                 days older then parent, because it can now find a child of
1461                 oldest node as new parent.
1462
1463 2003-08-11 [christoph]  0.9.4claws18
1464
1465         * src/plugins/spamassassin/spamassassin.c
1466                 run spam check in background process
1467
1468 2003-08-10 [alfons]     0.9.4claws17
1469
1470         * src/summaryview.c
1471                 make `Select All' sensitive too
1472
1473 2003-08-10 [christoph]  0.9.4claws16
1474
1475         * src/imap.c
1476                 add more checks in imap_close
1477
1478 2003-08-09 [alfons]     0.9.4claws15
1479
1480         * src/prefs_spelling.c
1481                 no spell checking UI if not requested
1482
1483 2003-08-09 [alfons]     0.9.4claws14
1484
1485         * src/gtk/prefswindow.c
1486                 make it compile
1487
1488 2003-08-09 [christoph]  0.9.4claws13
1489
1490         * src/prefs_spelling.c
1491         * src/gtk/prefswindow.[ch]
1492         * src/plugins/clamav/clamav_plugin_gtk.c
1493         * src/plugins/spamassassin/spamassassin_gtk.c
1494                 sort prefs pages by heighest weight in tree
1495
1496 2003-08-09 [paul]       0.9.4claws12
1497
1498         * sync with 0.9.4cvs6
1499                 see ChangeLog 2003-08-07
1500                 
1501         * AUTHORS
1502                 add Leandro and Luke to claws-branch section
1503
1504 2003-08-09 [christoph]  0.9.4claws11
1505
1506         * src/gtk/Makefile.am
1507         * src/gtk/colorsel.[ch]                 ** NEW **
1508                 create a color selection dialog that can be used as a simple
1509                 function call with it's own gtk main loop like filesel.[ch]
1510
1511         * src/Makefile.am
1512         * src/main.c
1513         * src/prefs_common.c
1514         * src/prefs_spelling.[ch]               ** NEW **
1515         * src/prefs_spelling.glade              ** NEW **
1516         * src/gtk/gtkutils.[ch]
1517                 move "Spell Checker" prefs to new prefs dialog
1518
1519         * src/prefs_folder_item.c
1520                 use new colorsel dialog
1521
1522 2003-08-08 [paul]       0.9.4claws10
1523
1524         * src/inc.c
1525                 clear the progress bar unconditionally
1526
1527 2003-08-08 [paul]       0.9.4claws9
1528
1529         * sync with 0.9.4cvs4
1530                 see ChangeLog 2003-07-31
1531
1532 2003-08-07 [christoph]  0.9.4claws8
1533
1534         * configure.ac
1535                 fix bug in image viewer plugin part
1536
1537         * src/imap.c
1538                 don't execute close command if the folder item is not selected
1539
1540 2003-08-07 [hoa]        0.9.4claws7
1541
1542         * src/filtering.[ch]
1543         * src/matcher_parser.h
1544         * src/matcher_parser_parse.y
1545                 can define several actions for each filtering rule
1546                 can import old versions of filtering rules
1547
1548         * src/prefs_filtering.c
1549                 call to a new dialog box to define actions
1550
1551         * src/prefs_filtering_action.[ch]
1552                 dialog box to define actions for filtering rules
1553
1554 2003-08-06 [christoph]  0.9.4claws6
1555
1556         * src/imap.c
1557                 make sure source folder is selected when copying messages
1558
1559 2003-08-06 [christoph]  0.9.4claws5
1560
1561         * sync with 0.9.4cvs2
1562                 see ChangeLog 2003-07-29                
1563
1564 2003-08-05 [paul]       0.9.4claws4
1565
1566         * sync with 0.9.4cvs3
1567                 see ChangeLog 2003-07-30
1568
1569 2003-08-04 [match]      0.9.4claws3
1570
1571         * po/POTFILES.in
1572                 export of LDIF files.
1573
1574 2003-08-04 [match]      0.9.4claws2
1575
1576         * src/ldif.[ch]
1577                 support for export LDIF. documented.
1578         * src/importldif.[ch]
1579         * src/exportldif.[ch]
1580                 add tooltips. documented.
1581         * src/exphtmldlg.[ch]
1582         * src/common/xmlprops.[ch]
1583                 documented.
1584         * src/exportldif.[ch]                   ** NEW **
1585         * src/expldifdlg.[ch]                   ** NEW **
1586         * src/addressbook.[ch]
1587         * src/Makefile.am
1588                 export of LDIF files.
1589                 documented.
1590
1591 2003-08-04 [christoph]  0.9.4claws1
1592
1593         * .cvsignore
1594         * Makefile.am
1595         * configure.ac
1596         * sylpheed-claws.pc.in                  ** NEW **
1597         * src/Makefile.am
1598         * src/common/Makefile.am
1599         * src/gtk/Makefile.am
1600                 install sylpheed header files in $(pkgincludedir) and create a
1601                 pkg-config file to allow building a plugin without the source
1602                 package
1603
1604 2003-08-04 [paul]       0.9.4claws
1605
1606         * version 0.9.4claws
1607
1608 2003-08-04 [paul]       0.9.3claws97
1609
1610         * po/es.po
1611                 update Spanish translation. Submitted by Ricardo
1612                 Mones Lastra.
1613
1614 2003-08-03 [paul]       0.9.3claws96
1615
1616         * po/hr.po
1617           po/sr.po
1618                 update Croatian and Serbian translations. Submitted by
1619                 Dragan and Urke MMI respectively
1620
1621 2003-08-03 [alfons]     0.9.3claws95
1622
1623         * src/summaryview.c
1624                 mark flag has precedence over important flag - seems
1625                 to have been changed in sync of 0.9.3claws45. this fixes
1626                 a regression where messages that were scored as important
1627                 don't show their mark flags. (using the same column for
1628                 both importance as mark flags is the real problem
1629                 ofcourse)
1630
1631 2003-08-03 [melvin]     0.9.3claws94
1632
1633         * po/fr.po
1634                 Updated French translations.
1635
1636 2003-08-03 [melvin]     0.9.3claws93
1637
1638         * src/Makefile.am
1639                 Fixed typo introduced after 0.9.3claws92 
1640                 that prevented compilation
1641                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1642                 CPPFLAGS and YFLAGS to allow user setting these.
1643         * src/common/Makefile.am
1644         * src/gtk/Makefile.am
1645         * src/plugins/clamav/Makefile.am
1646         * src/plugins/demo/Makefile.am
1647         * src/plugins/dillo_viewer/Makefile.am
1648         * src/plugins/image_viewer/Makefile.am
1649         * src/plugins/mathml_viewer/Makefile.am
1650         * src/plugins/spamassassin/Makefile.am
1651         * src/plugins/trayicon/Makefile.am
1652         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1653                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1654                 CPPFLAGS and YFLAGS to allow user setting these.
1655
1656 2003-08-02 [christoph]  0.9.3claws92
1657
1658         * configure.ac
1659                 o rearrange plugin tests
1660                 o add test for clamav.h to ClamAV tests
1661
1662 2003-08-02 [luke]       0.9.3claws91
1663
1664         * src/mimeview.c
1665                 o fixed appearance of icon list when toggling back from the 
1666                   ctree
1667                 o toggling of icons using the keyboard works correctly
1668                 o fixed all other keyboard shortcuts to work when icons are
1669                   active
1670         
1671         * src/messageview.c
1672                 o fixed bug 4 - focus lost when changing messageview view type
1673
1674 2003-08-02 [christoph]  0.9.3claws90
1675
1676         * src/common/hooks.c
1677                 fix crash when pointer stored in hash table could get invalid
1678                 when a plugin is unloaded
1679
1680 2003-08-01 [christoph]  0.9.3claws89
1681
1682         * configure.ac
1683                 o try to build all plugins (except spamassassin) by default
1684                 o don't build a plugin if a dependency check fails
1685
1686         * src/common/hooks.c
1687                 fix warning
1688
1689 2003-08-01 [match]      0.9.3claws88
1690
1691         * src/importldif.c
1692                 allow single click field selection. document code.
1693
1694 2003-08-01 [christoph]  0.9.3claws87
1695
1696         * src/plugins/clamav/clamav_plugin.c
1697         * src/plugins/clamav/clamav_plugin_gtk.c
1698         * src/plugins/dillo_viewer/dillo_viewer.c
1699         * src/plugins/image_viewer/plugin.c
1700         * src/plugins/mathml_viewer/mathml_viewer.c
1701         * src/plugins/spamassassin/spamassassin.c
1702         * src/plugins/spamassassin/spamassassin_gtk.c
1703         * src/plugins/trayicon/trayicon.c
1704                 add version check to all plugins
1705
1706 2003-08-01 [hoa]        0.9.3claws86
1707
1708         * src/prefs_filtering.c
1709                 fixed a cosmetic bug, during creation of dialog box,
1710                 wrong widgets were shown after creation.
1711
1712 2003-08-01 [luke]       0.9.3claws85
1713
1714         * src/mainwindow.c
1715                 o fixed visibility of icons/mimeview after toggling separate
1716                   message/folder view (factored out some similar code too).
1717
1718
1719 2003-07-31 [alfons]     0.9.3claws84
1720
1721         * src/mimeview.c
1722                 tweak icon box UI a bit more, now allowing right-clicks actions
1723                 getting the relevant mime data too; should fix #250, "Can't save 
1724                 attachments sometimes".
1725
1726 2003-07-30 [alfons]     0.9.3claws83
1727
1728         * src/compose.c
1729                 don't do auto-save-draft inside key press handler, but rather
1730                 schedule it half of a second later; should fix #67, "autosave 
1731                 make re-rediting message crazy"
1732
1733 2003-07-30 [christoph]  0.9.3claws82
1734
1735         * src/plugins/trayicon/trayicon.c
1736                 process pending events before unloading the plugin
1737
1738         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1739
1740 2003-07-30 [alfons]     0.9.3claws81
1741
1742         * src/common/hooks.c
1743                 parameter 2 of g_hook_destroy() should really be a hook id
1744
1745 2003-07-30 [alfons]     0.9.3claws80
1746
1747         * src/common/plugin.c
1748                 fix a possibly harmful function signature mismatch 
1749                 for plugin_done
1750
1751 2003-07-30 [alfons]     0.9.3claws79
1752
1753         * src/common/hooks[.ch]
1754                 const correctness
1755
1756 2003-07-30 [darko]      0.9.3claws78
1757
1758         * src/summaryview.c
1759                 make it compile again
1760
1761 2003-07-30 [luke]       0.9.3claws77
1762
1763         * src/crash.c
1764         * src/main.c
1765                 o added/moved signal handlers for SIGTERM (normal kill command) 
1766                   and SIGINT (ctl-c) to be used even without 
1767                   --enable-crash-dialog, fixing bug 166
1768
1769         * src/summaryview.c
1770                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1771                   bug 227
1772
1773         * src/mainwindow.c
1774                 o changed sensitivity condition for 'Next new' and 'Next 
1775                   unread', fixing bug 8
1776
1777 2003-07-29 [alfons]     0.9.3claws76
1778
1779         * src/common/utils.[ch]
1780                 add generate_msgid()
1781         * src/messageview.c
1782                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1783                 sent folder".
1784
1785 2003-07-29 [alfons]     0.9.3claws75
1786
1787         * src/messageview.c
1788                 fix a memleak (claws-only)
1789
1790 2003-07-29 [alfons]     0.9.3claws74
1791
1792         * src/mimeview.[ch]
1793         * src/gtk/gtkvscrollbutton.[ch]
1794                 fix UI glitch where mime icon toolbox' scroll position is not 
1795                 reset after switching to another message
1796                 
1797
1798 2003-07-29 [paul]       0.9.3claws73
1799
1800         * src/prefs_folder_item.c
1801                 split the prefs into 2 separate pages
1802
1803 2003-07-29 [paul]       0.9.3claws72
1804
1805         * src/compose.c
1806                 prepend "\n\n" to a signature without a separator too
1807
1808 2003-07-29 [paul]       0.9.3claws71
1809
1810         * src/compose.c
1811                 fix bug where changing to an account without an auto-sig
1812                 from an initial account without an auto-sig would insert 
1813                 2 blank lines at the cursor point
1814                 fix bug where changing to an account with an auto-sig
1815                 from an initial account without an auto-sig would insert
1816                 the sig at the cursor point
1817
1818 2003-07-29 [paul]       0.9.3claws70
1819
1820         * src/folderview.c
1821                 use the colour from the folder pref unless the folder
1822                 has new messages
1823
1824 2003-07-29 [alfons]     0.9.3claws69
1825
1826         * src/procmsg.[ch]
1827         * src/messageview.c
1828         * src/procheader.c
1829                 rewrite return receipt request work a little bit (the former 
1830                 implementation presumably depended too much on the UI setting
1831                 flags). (we're losing the old pending flag.) 
1832
1833 2003-07-28 [christoph]  0.9.3claws68
1834
1835         * src/folder.c
1836         * src/imap.c
1837         * src/mh.c
1838         * src/procmsg.[ch]
1839                 fix copy to IMAP folder from other folder
1840
1841 2003-07-28 [christoph]  0.9.3claws67
1842
1843         * src/procmsg.c
1844                 fix sync of procmsg_get_message_file_list
1845
1846 2003-07-28 [christoph]  0.9.3claws66
1847
1848         * sync with 0.9.3cvs14
1849                 see ChangeLog 2003-07-18
1850         * sync with 0.9.3cvs17
1851                 see ChangeLog 2003-07-23
1852
1853         (closes Bug 234 segmentation fault after sending out mail via
1854          smtp(auth))
1855
1856 2003-07-28 [paul]       0.9.3claws65
1857
1858         * po/es.po
1859                 update Spanish translation, submitted by Ricardo Mones
1860                 Lastra
1861
1862 2003-07-28 [christoph]  0.9.3claws64
1863
1864         * src/folder.[ch]
1865         * src/imap.c
1866         * src/mh.c
1867                 return new message numbers as a GRelation instead of a GSList
1868                 that has to be in the same order as the input list. A list
1869                 would make it hard for IMAP to optimize oepration by sorting
1870                 the input list. The returned list would have to be reordered
1871                 to match the same order that input list has.
1872
1873         * src/gtk/gtkaspell.c
1874                 fix missing return value, could cause a crash when garbage is
1875                 on the stack that is used as the expected return value
1876
1877 2003-07-28 [paul]       0.9.3claws63
1878
1879         * sync with 0.9.4cvs1
1880                 see ChangeLog 2003-07-28
1881
1882 2003-07-27 [alfons]     0.9.3claws62
1883
1884         * src/mimeview.c
1885                 tweak it more to make icon list act like a check button group
1886
1887 2003-07-27 [christoph]  0.9.3claws61
1888
1889         * sync with 0.9.3cvs20
1890                 see ChangeLog 2003-07-25
1891
1892 2003-07-27 [paul]       0.9.3claws60
1893
1894         * src/procmsg.c
1895                 re-commit changes from 0.9.3claws58 -
1896                 accidently removed in 0.9.3claws59
1897
1898 2003-07-27 [paul]       0.9.3claws59
1899
1900         * src/procmsg.[ch]
1901                 a sync from 0.9.3cvs17
1902                 see ChangeLog 2003-07-23
1903
1904 2003-07-27 [alfons]     0.9.3claws58
1905
1906         * src/procmsg.c
1907                 add missing header members to MsgInfo; fixes the problem of 
1908                 not displaying X-Faces, as noticed by Ricardo Mones
1909
1910 2003-07-26 [christoph]  0.9.3claws57
1911
1912         * sync with 0.9.3cvs18
1913                 see ChangeLog 2003-07-24
1914
1915 2003-07-26 [christoph]  0.9.3claws56
1916
1917         * sync with 0.9.3cvs17
1918                 see ChangeLog 2003-07-23
1919
1920 2003-07-26 [christoph]  0.9.3claws55
1921
1922         * src/folder.[ch]
1923         * src/imap.c
1924         * src/mbox_folder.c
1925         * src/mh.c
1926         * src/news.c
1927                 add support for copy function that copy multiple messages
1928                 (not implemented yet)
1929
1930         * src/summaryview.c
1931                 add missing return value
1932
1933 2003-07-26 [paul]       0.9.3claws54
1934
1935         * tools/multiwebsearch.pl
1936                 do whitespace substitution before passing the string
1937                 to the browser. fixes bug with browsers that don't
1938                 do whitespace conversion themselves.
1939
1940 2003-07-25 [christoph]  0.9.3claws53
1941
1942         * src/folder.[ch]
1943         * src/imap.c
1944         * src/mh.c
1945                 rewrite adding of multiple messages to a folder for
1946                 claws' folder system
1947
1948 2003-07-25 [luke]       0.9.3claws52
1949
1950         * src/mimeview.c
1951                 o icon toggles set correctly on leaving ctree mimeview
1952
1953 2003-07-25 [paul]       0.9.3claws51
1954
1955         * partial sync with 0.9.3cvs21 [src/main.c]
1956                 see ChangeLog 2003-07-25
1957
1958 2003-07-24 [paul]       0.9.3claws50
1959
1960         * tools/maildir2sylpheed.pl
1961                 fix typo
1962
1963 2003-07-24 [paul]       0.9.3claws49
1964
1965         * src/mimeview.c
1966                 increase the gutter size of paned so that the panes
1967                 can be resized
1968                 
1969         * src/plugins/demo/demo.c
1970                 squeeze in another typo fix
1971
1972 2003-07-24 [paul]       0.9.3claws48
1973
1974         * src/plugins/demo/demo.c
1975           src/prefs_account.c
1976                 small changes to the English
1977                 
1978         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1979           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1980           src/Makefile.am
1981           src/stock_pixmap.c
1982                 rename the misspelled icon
1983
1984 2003-07-23 [alfons]     0.9.3claws47
1985
1986         * src/mimeview.c
1987                 make icon list look like a list of toggles
1988
1989 2003-07-23 [luke]       0.9.3claws46
1990
1991         * src/pixmaps/mimeview_gpg_expired.xpm
1992         * src/pixmaps/mimeview_gpg_failed.xpm
1993         * src/pixmaps/mimeview_gpg_passed.xpm
1994         * src/pixmaps/mimeview_text_html.xpm
1995         * src/pixmaps/mimeview_image.xpm
1996                 o all icons the same size
1997
1998         * src/mimeview.[ch]
1999                 o mimeview ctree arranged vertically above the viewer
2000                 o icons changed to buttons
2001                 o can use keyboard to select an icon (Enter)
2002                 o resize icon list to width of icons
2003
2004         *  src/gtk/gtkvscrollbutton.c
2005                 o sensitivity of buttons reacts to position
2006
2007 2003-07-23 [christoph]  0.9.3claws45
2008
2009         * sync with 0.9.3cvs14 (incomplete)
2010                 see ChangeLog 2003-07-17
2011
2012 2003-07-23 [alfons]     0.9.3claws44
2013
2014         * src/folder.c
2015         * src/procmsg.h
2016                 sync with my local tree to restore some claws-only things
2017
2018 2003-07-23 [paul]       0.9.3claws43
2019
2020         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
2021           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
2022           src/Makefile.am
2023           src/mimeview.c
2024           src/procmime.h
2025           src/rfc2015.c
2026           src/stock_pixmap.[ch]
2027                 indicate missing keys and expired sigs/keys
2028                 in mime view column
2029
2030 2003-07-23 [paul]       0.9.3claws42
2031
2032         * src/compose.c
2033                 Redirect fixes: enable automatic account selection and
2034                 do not append signature to message on changing account
2035                 fixes Bug[s] #248
2036
2037 2003-07-23 [paul]       0.9.3claws41
2038
2039         * sync with 0.9.3cvs16
2040                 see ChangeLog 2003-07-23
2041
2042 2003-07-23 [alfons]     0.9.3claws40
2043
2044         * src/inc.c
2045                 give progress dialog a main window, and give it the first 
2046                 one (presumably the only one). fixes bug #247, "segfault on 
2047                 pop-before-smtp" 
2048
2049 2003-07-22 [alfons]     0.9.3claws39
2050
2051         * src/summaryview.c
2052                 shift-space scrolls up
2053
2054 2003-07-22 [paul]       0.9.3claws38
2055
2056         * sync with 0.9.3cvs15
2057                 see ChangeLog 2003-07-22
2058
2059 2003-07-20 [alfons]     0.9.3claws37
2060
2061         * src/compose.c
2062                 put menu inside #ifdef USE_ASPELL..#endif
2063
2064 2003-07-20 [christoph]  0.9.3claws36
2065
2066         * src/procmsg.c
2067                 fix wrong flags in MsgInfo returned by
2068                 procmsg_msginfo_get_full_info()
2069
2070         (closes Bug 221 Deleting messages from the Message View gives incorrect
2071          new/unread message counts in the folder view)
2072
2073         * src/plugins/spamassassin/spamassassin_gtk.c
2074                 add gettext macro for prefs page title
2075
2076 2003-07-20 [paul]       0.9.3claws35
2077
2078         * src/mimeview.c
2079                 redraw icon list on signature check
2080
2081 2003-07-20 [christoph]  0.9.3claws34
2082
2083         * src/Makefile.am
2084         * src/account.c
2085         * src/folder.[ch]
2086         * src/folder_item_prefs.[ch]            ** NEW **
2087         * src/folderview.c
2088         * src/mainwindow.c
2089         * src/mh.c
2090         * src/prefs_gtk.c
2091         * src/prefs_scoring.c
2092         * src/summaryview.c
2093         * src/prefs_folder_item.[ch]
2094                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2095                   Properties dialog
2096                 o use prefswindow for folder properties
2097
2098         * src/gtk/prefswindow.[ch]
2099                 change implementation to use an invisible notebook instead
2100                 of unparenting widgets
2101
2102 2003-07-20 [christoph]  0.9.3claws33
2103
2104         * src/compose.h
2105         * src/folder.c
2106         * src/folderview.h
2107         * src/headerview.h
2108         * src/prefs_filtering.h
2109         * src/prefs_folder_item.[ch]
2110         * src/procmime.h
2111         * src/procmsg.h
2112         * src/summaryview.h
2113                 clean up header mess
2114                 (always use 1. typedefs, 2. #includes, 3. structures)
2115
2116         * src/common/version.h.in
2117                 add casts for constants
2118
2119         * src/plugins/demo/demo.c
2120                 fix typo
2121
2122         * src/plugins/spamassassin/spamassassin.c
2123                 remove unused variable
2124
2125 2003-07-20 [alfons]     0.9.3claws32
2126
2127         * src/mimeview.c
2128                 o make icon buttons respond on left click
2129                 o minor cosmetic change
2130
2131 2003-07-19 [luke]       0.9.3claws31
2132
2133         * src/mimeview.[ch]
2134         * src/gtk/gtkvscrollbutton.c
2135         * src/messageview.c
2136                 o improved mimeview behaviour when selecting a new message
2137                 o plus code cleanups to remove compile warnings
2138
2139
2140 2003-07-19 [alfons]     0.9.3claws30
2141
2142         * src/procmsg.c
2143         * src/compose.c
2144         * src/common/utils.[ch]
2145                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2146
2147 2003-07-19 [alfons]     0.9.3claws29
2148
2149         * src/prefs_folder_item.c
2150                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2151                 string pointers
2152
2153 2003-07-19 [luke]       0.9.3claws28
2154
2155         * src/messageview.c
2156         * src/mimeview.[ch]
2157         * src/procmime.h
2158         * src/rfc2015.c
2159         * src/stock_pixmap.[ch]
2160         * src/gtk/Makefile.am
2161         * src/Makefile.am
2162         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2163         * src/pixmaps/mime_*.xpm                ** NEW **
2164                 o mimeview rearrangement with a new icon shortcut bar
2165
2166 2003-07-19 [alfons]     0.9.3claws27
2167
2168         * src/folderview.c
2169                 o plug leaking nodes_to_recollapse
2170                 o add folderview_recollapse_all_nodes() (not used yet)
2171
2172 2003-07-19 [alfons]     0.9.3claws26
2173
2174         * src/compose.c
2175         * src/common/utils.c
2176                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2177                 for both forwarding as replying
2178
2179 2003-07-18 [christoph]  0.9.3claws25
2180
2181         * configure.ac
2182         * src/common/sylpheed.[ch]
2183         * src/common/version.h.in
2184                 add version in numeric form to allow easy comparison
2185
2186         * src/plugins/demo/demo.c
2187                 add version check
2188                 - sylpheed version > plugin version => never allowed, sylpheed
2189                   could contain unknown API changes
2190                 - sylpheed version < minimum version required => don't load,
2191                   API required not available (if linking does not fail)
2192
2193 2003-07-18 [alfons]     0.9.3claws24
2194         
2195         * src/common/plugin.[ch]
2196                 const correctness
2197
2198 2003-07-18 [christoph]  0.9.3claws23
2199
2200         * src/common/hooks.c
2201                 fix crash when hooks where unregisted
2202
2203         * src/plugins/trayicon/trayicon.c
2204                 unregister detroy signal before destroying the widget
2205                 (still crashes when the plugin is unloaded)
2206
2207 2003-07-18 [alfons]     0.9.3claws22
2208         
2209         * src/folderview.c
2210                 delay expanding folder tree during drags until timeout triggered
2211                 (needs perhaps some tweaking, so testing is welcome)
2212
2213 2003-07-17 [alfons]     0.9.3claws21
2214
2215         * src/folderview.c
2216                 clean up cruft
2217
2218 2003-07-17 [christoph]  0.9.3claws20
2219
2220         * src/common/session.c
2221                 fix opening of SSL connections
2222
2223         * src/plugins/image_viewer/Makefile.am
2224                 add OPENSSL_CFLAGS (we should find a better solution to remove
2225                 this dependencies if they are not required)
2226
2227         * src/plugins/spamassassin/spamassassin.c
2228                 remove setlocale workaround (fixed in libspamc)
2229
2230         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2231          if spell checking enabled)
2232
2233 2003-07-17 [alfons]     0.9.3claws19
2234
2235         * src/common/hooks.[ch]
2236         * src/plugins/clamav/clamav_plugin.c
2237         * src/plugins/spamassassin/spamassassin.c
2238         * src/plugins/trayicon/trayicon.c
2239                 fix signedness muck 
2240
2241 2003-07-17 [alfons]     0.9.3claws18
2242
2243         * src/procmime.c
2244                 plug memleak
2245
2246 2003-07-17 [alfons]     0.9.3claws17
2247
2248         * src/inc.c
2249                 plug memleak
2250
2251 2003-07-17 [paul]       0.9.3claws16
2252
2253         * src/common/defs.h
2254           src/mainwindow.c
2255           src/manual.[ch]
2256                 add link to the Claws site's FAQ page, after the suggestion
2257                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2258                 Move url strings to defs.h
2259                 
2260         * src/mainwindow.c
2261                 fix typo to prevent "unknown menu entry" warnings
2262
2263 2003-07-17 [alfons]     0.9.3claws15
2264
2265         * src/folderview.[ch]
2266         * src/summaryview.[ch]
2267         * src/mimeview.[ch]
2268                 plug DnD leaks 
2269
2270 2003-07-17 [paul]       0.9.3claws14
2271
2272         * src/inc.c
2273                 remove two instances of 'GTK_EVENTS_FLUSH' because
2274                 they are unnecessary and probably cause a stack overflow
2275
2276 2003-07-16 [christoph]  0.9.3claws13
2277
2278         * src/mimeview.[ch]
2279                 use an invisible GTK notebook to switch between viewers
2280                 instead of reparenting widgets
2281
2282 2003-07-16 [christoph]  0.9.3claws12
2283
2284         * src/folder.c
2285                 move folder_item_update_freeze() to correct place in
2286                 folder_item_scan_full()
2287
2288 2003-07-16 [paul]       0.9.3claws11
2289
2290         * sync with 0.9.3cvs12
2291                 see ChangeLog 2003-07-14 and 2003-07-15
2292
2293 2003-07-16 [christoph]  0.9.3claws10
2294
2295         * src/imap.[ch]
2296         * src/prefs_account.[ch]
2297                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2298
2299 2003-07-15 [alfons]     0.9.3claws9
2300
2301         * src/main.c
2302                 make --config-dir do something useful
2303
2304 2003-07-15 [alfons]     0.9.3claws8
2305
2306         * src/procmsg.c
2307                 o fix a bug where 'last' didn't really point to the last message
2308                   in the top level list of children, but to the last threaded
2309                   message. 
2310                 
2311                 o clean up and make it easier to sync
2312
2313 2003-07-15 [alfons]     0.9.3claws7
2314
2315         * src/mainwindow.c
2316                 make correct menu items sensitive       
2317
2318 2003-07-14 [alfons]     0.9.3claws6
2319
2320         * src/procmsg.c
2321                 tune the threader so it will not subject-thread any message
2322                 without a subject prefix (this will not thread correctly if 
2323                 a parent is delivered after their childs, but it looks 
2324                 better right now)
2325
2326 2003-07-13 [christoph]  0.9.3claws5
2327
2328         * src/mainwindow.c
2329                 group "Add mailbox *..." menu items in submenu
2330
2331 2003-07-13 [alfons]     0.9.3claws4
2332
2333         * src/summaryview.c
2334                 correct summary_toggle_pressed() signature and make sure
2335                 signal is not passed on
2336
2337 2003-07-13 [alfons]     0.9.3claws3
2338
2339         * src/summaryview.c
2340                 o for now don't pass on keys when they we're handled by 
2341                   ctree::key_press_event
2342                 o clean up
2343
2344 2003-07-13 [alfons]     0.9.3claws2
2345         
2346         * src/main.c
2347                 add command line option "--config-dir" to get the current 
2348                 configuration dir
2349
2350 2003-07-12 [alfons]     0.9.3claws1
2351
2352         * src/matcher.[ch]
2353         * src/matcher_parser_parse.y
2354         * src/prefs_filtering.c
2355         * src/filtering.c
2356                 add "Lock" filter action to lock messages;
2357
2358         * src/filtering.c       
2359                 remove debug_print()    
2360         * src/prefs_filtering.c
2361                 re-organize matcher part 9: 
2362                 make action text entries easily extendible;
2363                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2364                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2365
2366 2003-07-12 [paul]
2367
2368         * tools/README
2369                 update old information and add missing
2370                 information
2371
2372 2003-07-12 [paul]       0.9.3claws
2373
2374         * 0.9.3claws released
2375         
2376 2003-07-12 [paul]       0.9.0claws103
2377
2378         * src/Makefile.am
2379                 add addrquery.h
2380
2381 2003-07-12 [melvin]     0.9.0claws102
2382
2383         * src/messageview.c
2384                 Fixed bug #215: Show MIME tab for single text/html messages. 
2385                 
2386 2003-07-12 [paul]       0.9.0claws101
2387
2388         * man/sylpheed.1
2389                 updated
2390
2391 2003-07-12 [paul]       0.9.0claws100
2392
2393         * po/es.po
2394           po/hr.po
2395           po/pl.po
2396           po/sr.po
2397                 update Spanish, Croatian, Polish, Serbian translations.
2398                 submitted by Ricardo Mones Lastra, Dragan, Witold
2399                 Wladyslaw Wojciech Wilk, Urke MMI
2400
2401 2003-07-12 [melvin]     0.9.0claws99
2402
2403         * po/fr.po
2404                 Updated French translations.
2405
2406 2003-07-12 [paul]       0.9.0claws98
2407
2408         * src/addressbook.c
2409                 disable 'Lookup' button as it has no effect
2410
2411 2003-07-11 [alfons]     0.9.0claws97
2412         
2413         * src/summaryview.c
2414                 summary_searchbar_pressed() should return TRUE to signal that
2415                 event was handled. when returning void, the return value passed
2416                 to GTK is actually random, but maybe FALSE, in which case the
2417                 event is handled by parent
2418                 
2419 2003-07-10 [paul]       0.9.0claws96
2420
2421         * ac/missing/gettext.m4
2422                 update to version 0.12
2423
2424 2003-07-10 [paul]       0.9.0claws95
2425
2426         * src/plugins/clamav/clamav_plugin.c
2427                 fix bug where multipart/alternative messages
2428                 would slip through without being scanned
2429
2430 2003-07-10 [christoph]  0.9.0claws94
2431
2432         * src/folder.c
2433                 correct check if folder supports removing when a message is
2434                 moved. if not the message is only copied.
2435
2436         (closes Bug 132 crash on startup in newsgroups folders)
2437
2438 2003-07-09 [alfons]     0.9.0claws93
2439
2440         * configure.ac
2441         * src/common/defs.h
2442                 --with-config-dir (default .sylpheed)
2443
2444 2003-07-09 [christoph]  0.9.0claws92
2445
2446         * configure.ac
2447                 use PKG_CHECK_MODULES to check for gtkmathview
2448                 (version 0.4.2 now required)
2449
2450 2003-07-08 [melvin]     0.9.0claws91
2451
2452         * src/action.c
2453                 Implemented a progress bar that counts the number of completed
2454                 tasks when the action runs more than one command.
2455
2456 2003-07-08 [alfons]     0.9.0claws90
2457
2458         * src/procmsg.c
2459                 if queued message has an invalid Message-Id, don't try to
2460                 find message it refers to (fixes #209 "crash when processing 
2461                 in folder")
2462
2463 2003-07-08 [paul]       0.9.0claws89
2464
2465         * sync with 0.9.3cvs2
2466                 see ChangeLog 2003-07-08
2467
2468 2003-07-08 [match]      0.9.0claws88
2469
2470         * src/ldapctrl.c
2471                 extend LDAP search for first/last name by parsing search term.
2472
2473 2003-07-08 [alfons]     0.9.0claws87
2474
2475         * src/send_message.c
2476                 fix bug #208 "Status message stuck when sending on POP3 account"
2477
2478 2003-07-07 [paul]       0.9.0claws86
2479
2480         * po/hr.po
2481                 new Croatian translation, submitted by
2482                 Dragan <drleskov@inet.hr>
2483
2484 2003-07-07 [paul]       0.9.0claws85
2485
2486         * sync with 0.9.3cvs1
2487                 see ChangeLog 2003-07-07
2488
2489 2003-07-05 [christoph]  0.9.0claws84
2490
2491         * src/Makefile.am
2492         * src/messageview.c
2493         * src/mimeview.[ch]
2494         * src/stock_pixmap.[ch]
2495         * src/pixmaps/messageview_text.xpm              ** NEW **
2496                 move mimeview tabs to the right side and use icons
2497                 instead of text to save some space
2498
2499         (patch by Luke Plant <lukeplant@softhome.net>)
2500
2501 2003-07-05 [christoph]  0.9.0claws83
2502
2503         * src/inc.c
2504                 add NULL pointer checks
2505
2506         (patch by Luke Plant <lukeplant@softhome.net>)
2507         (closes Bug 204 0.9.0 quits on authentication error?!)
2508
2509 2003-07-05 [alfons]     0.9.0claws82
2510
2511         * configure.ac
2512                 take the clue in bug #202 "./configure script - 
2513                 'if test' comparison failure" reported by John Kristoff. 
2514
2515 2003-07-04 [christoph]  0.9.0claws81
2516
2517         * src/plugins/spamassassin/spamassassin.c
2518                 set timeout for spam check
2519
2520 2003-07-04 [christoph]  0.9.0claws80
2521
2522         * src/main.c
2523                 destroy all FolderItems when shutting down to
2524                 allow folders to clean up
2525
2526 2003-07-04 [melvin]     0.9.0claws79
2527
2528         * src/gtk/gtkaspell.c
2529                 Fixed bug #184 "Entering non-ascii character deletes
2530                 previous char if spell checking enabled": this makes
2531                 the spell checking in multibytes (e.g. UTF-8)locales work.
2532                 (Patch by Luke Plant).
2533                 
2534 2003-07-04 [christoph]  0.9.0claws78
2535
2536         * sync with 0.9.2cvs1
2537                 see ChangeLog 2003-06-10
2538
2539 2003-07-04 [paul]       0.9.0claws77
2540
2541         * sync with 0.9.3 release
2542                 see ChangeLog 2003-07-04
2543
2544 2003-07-03 [christoph]  0.9.0claws76
2545
2546         * src/folder.[ch]
2547         * src/imap.c
2548         * src/mbox_folder.c
2549         * src/mh.c
2550         * src/news.c
2551                 move folder_item_get_path() stuff into a folder virtual function
2552
2553         * src/procmsg.c
2554                 use folder_item_fetch_msg() to get message and do not contruct
2555                 the filename from path and number
2556
2557 2003-07-03 [paul]       0.9.0claws75
2558
2559         * sync with 0.9.2cvs12
2560                 see ChangeLog 2003-07-03
2561
2562 2003-07-02 [paul]       0.9.0claws74
2563
2564         * src/messageview.c
2565                 fix text-selection for replying
2566
2567 2003-07-02 [paul]       0.9.0claws73
2568
2569         * sync with 0.9.2cvs11
2570                 see ChangeLog 2003-07-02
2571
2572 2003-07-02 [paul]       0.9.0claws72
2573
2574         * src/procmsg.c
2575                 revert last commit because it breaks more
2576                 than it fixes
2577
2578 2003-07-02 [paul]       0.9.0claws71
2579
2580         * src/procmsg.c
2581                 fix thread by subject/sort by date
2582
2583 2003-07-01 [paul]       0.9.0claws70
2584
2585         * sync with 0.9.2cvs10
2586                 see ChangeLog 2003-07-01
2587
2588 2003-06-30 [paul]       0.9.0claws69
2589
2590         * sync with 0.9.2cvs9
2591                 see ChangeLog 2003-06-30
2592
2593 2003-06-28 [match]      0.9.0claws68
2594
2595         * src/addressbook.c
2596                 fix null ptr.
2597
2598 2003-06-27 [paul]       0.9.0claws67
2599
2600         * sync with 0.9.2cvs7
2601                 see ChangeLog 2003-06-27
2602
2603 2003-06-26 [christoph]  0.9.0claws66
2604
2605         * src/folder.c
2606                 freeze folder updates while a folder is scanned
2607
2608         (closes Bug 185 New message counter)
2609
2610 2003-06-26 [darko]      0.9.0claws65
2611
2612         * src/ldapserver.c
2613                 fix infinite loop when adding a new LDAP server
2614
2615 2003-06-26 [paul]       0.9.0claws64
2616
2617         * sync with 0.9.2cvs6
2618                 see ChangeLog 2003-06-26
2619
2620 2003-06-26 [paul]       0.9.0claws63
2621
2622         * sync with 0.9.2cvs5
2623                 see ChangeLog 2003-06-25 and 2003-06-26
2624
2625 2003-06-25 [match]      0.9.0claws62
2626
2627         * src/addr_compl.c
2628                 Fixed tab/backtab for dropped-down completion list to
2629                 move next/previous field. (close bug 147)
2630
2631 2003-06-25 [christoph]  0.9.0claws61
2632
2633         * src/addr_compl.[ch]
2634         * src/addrindex.[ch]
2635         * src/folderview.c
2636         * src/inc.c
2637         * src/news.c
2638         * src/summaryview.c
2639         * src/toolbar.c
2640                 fix warnings
2641
2642 2003-06-25 [leandro]    0.9.0claws60
2643
2644         * src/compose.c
2645                 o cleanups
2646                 o gray out "Message/Remove references" menu item if not
2647                   replying to a message
2648
2649 2003-06-24 [leandro]    0.9.0claws59
2650
2651         * src/compose.[ch]
2652                 o removed "Message/Create new thread" menu item
2653                 o added "Message/Remove references" menu item
2654                   (it's off by default and will not check anymore
2655                    if the subject changed)
2656
2657 2003-06-23 [alfons]     0.9.0claws58
2658
2659         * src/procmsg.c
2660                 try better grouping messages threaded by subject based on their age.
2661                 still not perfect - because the message tree is not sorted by date.  
2662
2663 2003-06-23 [thorsten]   0.9.0claws57
2664
2665         * src/pop.[ch]
2666                 added mail_receive_hook to allow modifications
2667                 directly after retrieval (e.g. adding headers).
2668
2669 2003-06-23 [paul]       0.9.0claws56
2670
2671         * src/sourcewindow.c
2672                  enable the use of Ctrl+A to select all text in
2673                  the sourcewindow
2674                  Patch submitted by Ivan Francolin Martinez
2675                  <ivanfm@users.sourceforge.net>
2676
2677 2003-06-22 [christoph]  0.9.0claws55
2678
2679         * src/folder.[ch]
2680                 o add notification hook for folder tree changes
2681                 o invoke hooks after folder tree scanning
2682
2683         * src/folderview.[ch]
2684                 register hook for folder tree changes that
2685                 updates the ctree
2686
2687         (there are more places that should be updated, like add, remove 
2688          or move folder)
2689
2690         (closes Bug 164 Crash on rebuild folder tree)
2691         (closes Bug 190 Crash on 'rebuilding folder tree')
2692
2693 2003-06-21 [leandro]    0.9.0claws54
2694
2695         * src/compose.[ch]
2696                 create a new thread if subject changes
2697                 (it's on by default, can be disabled in Message menu)
2698
2699 2003-06-21 [alfons]     0.9.0claws53
2700
2701         * src/summaryview.c
2702                 quiet little compiler
2703
2704 2003-06-21 [christoph]  0.9.0claws52
2705
2706         update gettext stuff to version 0.12
2707
2708 2003-06-19 [alfons]     0.9.0claws51
2709
2710         * src/common/log.c
2711         * src/common/plugin.c
2712                 move defs.h before glib.h to prevent MIN/MAX redefs
2713
2714 2003-06-19 [alfons]
2715
2716         * src/addressbook.c
2717                 translatable
2718
2719 2003-06-19 [match]      0.9.0claws50
2720
2721         * src/addressbook.[ch]
2722         * src/addrindex.[ch]
2723         * src/addr_compl.[ch]
2724         * src/editldap.[ch]
2725         * src/editldap_basedn.[ch]
2726         * src/addritem.[ch]
2727         * src/ldapquery.h
2728                 re-implemented dynamic LDAP search. works without
2729                 slowdown on display sender with addressbook
2730                 option.
2731         * src/addrbook.c
2732                 documented code.
2733
2734 2003-06-19 [paul]       0.9.0claws49
2735
2736         * src/compose.c
2737                 fix Bug #136 'Nonprovided quotation marks crash claws'
2738                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2739
2740 2003-06-19 [alfons]     0.9.0claws48
2741
2742         * src/prefs_common.[ch]
2743         * src/procmsg.c
2744                 restrict threading by subject by checking thread for
2745                 age (prefs_common.thread_by_subject_max_age)
2746
2747 2003-06-18 [christoph]  0.9.0claws47
2748
2749         * src/imap.c
2750                 fix memory leak in imap_cmd_fetch()
2751
2752 2003-06-18 [christoph]  0.9.0claws46
2753
2754         * src/prefs_gtk.c
2755                 fix memory leak in prefs_set_default() when used multiple
2756                 times or after prefs have been read
2757
2758 2003-06-18 [christoph]  0.9.0claws45
2759
2760         * src/common/plugin.c
2761                 fix memory leak in plugin_unload()
2762
2763 2003-06-18 [christoph]  0.9.0claws44
2764
2765         * src/imap.c
2766                 fix memory leak in imap_cmd_ok()
2767
2768 2003-06-18 [christoph]  0.9.0claws43
2769
2770         * src/folder.c
2771                 stop messages that are downloaded from POP3 and added to
2772                 an IMAP inbox from being filtered twice (first by POP3
2773                 and again when IMAP folder is scaned to get the UID of
2774                 the APPEND operation when no UIDPLUS is available)
2775
2776 2003-06-18 [alfons]
2777
2778         * tools/Makefile.am
2779                 phoenix <- firebird     
2780
2781 2003-06-18 [paul]
2782
2783         * tools/launch_phoenix          ** REMOVED **
2784           tools/launch_firebird         ** NEW **
2785                 renamed and edited to reflect the browser's name change from
2786                 'phoenix' to 'firebird'
2787
2788 2003-06-18 [paul]       0.9.0claws42
2789
2790         * sync with 0.9.2cvs2
2791                 see ChangeLog 2003-06-16
2792
2793 2003-06-17 [alfons]     0.9.0claws41
2794
2795         * src/procmsg.c
2796                 prevent threading problems when a node is an ancestor (parent / great parent),
2797                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2798                 for finding an sample set of messages)
2799
2800 2003-06-16 [christoph]  0.9.0claws40
2801
2802         * src/main.c
2803                 don't popup main window on --receive or --receive-all
2804
2805         * src/mainwindow.[ch]
2806         * src/plugins/trayicon/trayicon.c
2807                 allow hiding of main window by clicking on the trayicon
2808                 (doesn't work correctly in seperate window mode and may
2809                  cause unexpected GTK problems I couldn't find yet)
2810
2811         * src/common/ssl.c
2812                 remove incorrect warning
2813
2814 2003-06-15 [alfons]     0.9.0claws39
2815
2816         * src/gtk/gtkstext.c
2817                 don't output debug text;
2818                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2819                 for pointing this out);
2820
2821 2003-06-14 [alfons]     0.9.0claws38
2822         
2823         * src/messageview.c
2824                 remove printf() and make one if..else comply with coding style
2825
2826 2003-06-14 [alfons]     0.9.0claws37
2827
2828         * AUTHORS
2829                 add Martin Wicke
2830         * src/action.c
2831         * src/messageview.[ch]
2832         * src/summaryview.c
2833                 apply patch #754162 "Quoting messages filtered by actions" submitted
2834                 by Martin Wicke, which allows quoting message body changed by an
2835                 action (Thanks!).
2836
2837 2003-06-13 [alfons]     0.9.0claws36
2838
2839         * src/utils.c
2840                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2841                 use case insensitive regexp (suggested by Ivan Martinez)
2842
2843 2003-06-13 [christoph]  0.9.0claws35
2844
2845         * configure.ac
2846         * src/plugins/trayicon/Makefile.am
2847         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2848         * src/plugins/trayicon/trayicon.c
2849         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2850         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2851         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2852         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2853         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2854         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2855                 replace my own EggTrayIcon backport with the backport
2856                 used by (l|x)mule and gabber.
2857
2858 2003-06-13 [alfons]     0.9.0claws34
2859
2860         * AUTHORS
2861         * src/common/utils.c
2862                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2863
2864 2003-06-13 [alfons]     0.9.0claws33
2865
2866         * src/compose.c
2867                 clean up a little bit
2868
2869 2003-06-12 [alfons]     0.9.0claws32
2870
2871         * src/compose.c
2872                 const correctness fix
2873
2874         * src/common/sylpheed.[ch]
2875                 () -> (void)
2876                 prevent redef MIN/MAX
2877                 
2878         * src/common/utils.[ch]
2879                 () -> (void)
2880
2881 2003-06-12 [melvin]     0.9.0claws31
2882
2883         * src/compose.c
2884                 Updated to take into accounts changes in GtkAspell.
2885
2886 2003-06-12 [alfons]     0.9.0claws30
2887
2888         * src/compose.c
2889         * src/procmsg.c
2890         * src/common/utils.[ch]
2891                 handle reply subject prefixes better (initial 
2892                 suggestion by Robert Story adapted and enhanced 
2893                 using regexps)
2894
2895 2003-06-12 [melvin]     0.9.0claws29
2896
2897         * src/compose.c
2898                 Use new gtkaspell_checkers_strerror() to get the speller's
2899                 error message instead of accessing the (now private)
2900                 checkers structure.
2901                 Minor code clean up
2902
2903         * src/main.c
2904                 Use #ifdef instead of #if for USE_ASPELL
2905                 Use the new spell checkers init/quit functions 
2906
2907         * src/gtk/gtkaspell.c
2908                 Use #ifdef instead of #if for USE_ASPELL
2909                 Moved in the majority of GtkAspell structures that were
2910                 exported before by gtkaspell.h
2911         
2912         * src/gtk/gktaspell.h
2913                 Made gtkaspell.h contain only the necessary data to be
2914                 publicized by moving many structures to gtkaspell.c.
2915                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2916                 gtkaspell_checkers_new(): replaced by...
2917                 gtkaspell_checkers_init(): new function for initialization
2918                 gtkaspell_checkers_delete(): replaced by...
2919                 gtkaspell_checkers_quit(): new function
2920                 gtkaspell_checkers_strerror(): new function that returns
2921                 the checker's last error message.
2922                 
2923 2003-06-11 [melvin]     0.9.0claws28
2924
2925         * po/POTFILES.in
2926                 Updated to take into account gtkaspell.c migration to
2927                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2928
2929 2003-06-10 [alfons]     0.9.0claws27
2930
2931         * src/filtering.[ch]
2932         * src/folder.c
2933         * src/matcher.c
2934         * src/scoring.[ch]
2935                 - try fixing bug #18 (any brave testers?)
2936                 - add more robustness by refusing previously 
2937                   unchecked NULL pointers 
2938
2939 2003-06-10 [alfons]     0.9.0claws26
2940
2941         * src/procmsg.c
2942                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2943
2944 2003-06-09 [alfons]     0.9.0claws25
2945
2946         * src/prefs_common.c
2947                 fix bug #163 "Icon switching doesnt work properly" by 
2948                 preventing early freeing of prefs_common.pixmap_theme_path.
2949
2950 2003-06-09 [christoph]  0.9.0claws24
2951
2952         * src/gtk/gtkaspell.c
2953                 revert Thorsten's fix and add forgotten g_strdup for
2954                 aspell path (it should not be possible to alter the path a
2955                 GtkASpell uses from outside)
2956
2957 2003-06-09 [thorsten]   0.9.0claws23
2958
2959         * src/gtk/gtkaspell.c
2960                 dont free prefs_common.aspell_path when closing compose
2961
2962 2003-06-08 [colin]      0.9.0claws22
2963
2964         * src/plugins/spamassassin/spamassassin.c
2965                 fix prefs types
2966
2967 2003-06-07 [christoph]  0.9.0claws21
2968
2969         * src/Makefile.am
2970         * src/compose.c
2971         * src/gtkaspell.[ch]            ** REMOVE **
2972         * src/gtk/Makefile.am
2973         * src/gtk/gtkaspell.[ch]        ** NEW **
2974                 o make gtkaspell independent from sylpheed's prefs
2975                 o move gtkaspell.[ch] to gtk directory
2976
2977 2003-06-07 [christoph]  0.9.0claws20
2978
2979         * src/Makefile.am
2980         * src/crash.c
2981         * src/export.c
2982         * src/filesel.[ch]              ** REMOVE **
2983         * src/folder.c
2984         * src/main.[ch]
2985         * src/common/sylpheed.[ch]
2986         * src/gtk/Makefile.am
2987         * src/gtk/filesel.[ch]          ** NEW **
2988         * src/gtk/pluginwindow.c
2989         * src/gtk/sslcertwindow.c
2990                 move filesel.[ch] to gtk directory
2991
2992 2003-06-07 [alfons]     0.9.0claws19
2993
2994         * src/filesel.c
2995                 make (multi) file selection dialog work again (Claws-only)
2996
2997 2003-06-07 [thorsten]   0.9.0claws18
2998
2999         * po/de.po
3000                 fix typos
3001
3002 2003-06-07 [alfons]     0.9.0claws17
3003
3004         * configure.ac
3005         * src/mimeview.c
3006                 detect apache mishap in which case don't include fnmatch.h
3007                 if regex.h is already included
3008
3009 2003-06-06 [christoph]  0.9.0claws16
3010
3011         * configure.ac
3012         * src/mimeview.h
3013                 add check for fnmatch.h and include it when available
3014
3015         * src/mimeview.[ch]
3016                 fix wrong case sensitivity of Content-Types
3017
3018         * src/gtk/Makefile.am
3019                 need the same include paths in gtk directory as in
3020                 common directory because .h files in common can
3021                 include files from these directories, when included
3022                 in gtk's .h or .c files
3023
3024 2003-06-06 [alfons]     0.9.0claws15
3025
3026         * src/mimeview.c
3027         * src/summaryview.c
3028                 make it compile again because of regex.h / fnmatch.h 
3029                 include problems (related to recent mime stuff, can
3030                 someone check this?)
3031
3032 2003-06-06 [thorsten]   0.9.0claws14
3033
3034         * src/folderview.c
3035                 possible use of uninitialized pointer while dragging
3036
3037 2003-06-06 [paul]       0.9.0claws13
3038
3039         * src/compose.c
3040                 fix bug where the insert sig button would be effective
3041                 only when auto_sig was set
3042
3043 2003-06-06 [paul]       0.9.0claws12
3044
3045         * sync with 0.9.2 release
3046
3047 2003-06-02 [paul]       0.9.0claws11
3048
3049         * sync with 0.9.1cvs1
3050                 see ChangeLog 2003-06-02
3051                 
3052         * po/de.po
3053                 update by Jens
3054
3055 2003-06-01 [christoph]  0.9.0claws10
3056
3057         * src/account.c
3058                 don't use substring search to find accounts by email address
3059
3060         (closes Bug 169 Overly loose matching of "From" address)
3061
3062 2003-05-31 [christoph]  0.9.0claws9
3063
3064         * doc-src/rfc2683.txt
3065         * src/imap.c
3066                 limit IMAP command length as recommended in RFC2683
3067                 (message number lists will be split into multiple imap
3068                 sets, the limit of 1000 octets is not a hard limit)
3069
3070         (closes Bug 161 sylpheed-claws exits with segfault when logging
3071          in to certain imap-servers)
3072
3073 2003-05-29 [alfons]     0.9.0claws8
3074
3075         * src/toolbar.[ch]
3076                 add print button (calling summary_print());
3077                 fine tune setting tooltip text;
3078                 (if someone needs other buttons, please take these 
3079                 commits as a guide, instead of bothering us - also
3080                 see 0.8.11claws150) 
3081
3082 2003-05-29 [darko]      0.9.0claws7
3083
3084         * src/compose.c
3085                 fix crash when word wrapping kicks in due to
3086                 changed text by spell checker
3087
3088 2003-05-29 [paul]       0.9.0claws6
3089
3090         * src/compose.c
3091                 fix bug where changing account would insert
3092                 sig even if auto_sig was FALSE
3093                 
3094         * ChangeLog
3095           ChangeLog.jp
3096           INSTALL
3097                 sync with 0.9.1 release
3098
3099 2003-05-28 [christoph]  0.9.0claws5
3100
3101         * src/imap.c
3102                 fix truncation of too long commands
3103
3104         (closes Bug 167 IMAP hangs trying to get envelope
3105          information in imap_get_uncached_messages)
3106
3107 2003-05-27 [paul]       0.9.0claws4
3108
3109         * tools/Makefile.am
3110           tools/maildir2sylpheed.pl     ** NEW FILE **
3111                 add kmail to sylpheed mailbox conversion script
3112
3113 2003-05-27 [paul]       0.9.0claws3
3114
3115         * sync with 0.9.0cvs10
3116                 see ChangeLog 2003-05-26
3117
3118 2003-05-26 [paul]       0.9.0claws2
3119
3120         * sync with 0.9.0cvs9
3121                 see ChangeLog 2003-05-26
3122
3123 2003-05-24 [paul]       0.9.0claws1
3124
3125         * sync with 0.9.0cvs8
3126                 see ChangeLog 2003-05-23
3127
3128 2003-05-24 [paul]       0.9.0claws
3129
3130         * version 0.9.0claws released
3131
3132 2003-05-24 [paul]       0.8.11claws177
3133
3134         * src/plugins/dillo-viewer/Makefile.am
3135           src/plugins/traycon/Makefile.am
3136                 add missing files
3137                 
3138         * po/bg.po
3139           po/en_GB.po
3140           po/es.po
3141           po/it.po
3142           po/pt_BR.po
3143           po/ru.po
3144           po/sr.po
3145                 update Bulgarian, British English, Spanish, Italian, 
3146                 Brazilian Portuguese, Russian, and Serbian translations, 
3147                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3148                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3149                 Ruslan N. Balkin, and Urke MMI
3150
3151 2003-05-23 [melvin]     0.8.11claws176
3152
3153         * po/fr.po
3154                 Updated French translations
3155
3156 2003-05-22 [paul]       0.8.11claws175
3157
3158         * src/Makefile.am
3159           src/addrbook.[ch]
3160           src/addrcache.[ch]
3161           src/addr_compl.[ch]
3162           src/adressbook.[ch]
3163           src/addrindex.[ch]
3164           src/addritem.[ch]
3165           src/editaddress.c
3166           src/editgroup.c
3167           src/editldap_basedn.c
3168           src/editldap.c
3169           src/jpilot.c
3170           src/vcard.c
3171                 revert to get ldap into it previous working state
3172                 
3173         * po/zh_TW.Big5.po
3174                 new Taiwanese translation,
3175                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3176
3177 2003-05-22 [christoph]  0.8.11claws174
3178
3179         * src/plugins/spamassassin/libspamc.[ch]
3180                 sync libspamc with SpamAssaain release 2.55
3181
3182 2003-05-22 [paul]       0.8.11claws173
3183
3184         * sync with 0.9.0cvs7
3185                 see ChangeLog 2003-05-22
3186                 
3187         * src/summaryview.c
3188                 revert change in 0.8.11claws172: follow
3189                 Hiroyuki's decision and that's the end of it.
3190
3191 2003-05-21 [paul]       0.8.11claws172
3192
3193         * src/summaryview.c
3194                 fix discrepency between open_unread_on_enter
3195                 and always_show_msg
3196
3197 2003-05-21 [paul]       0.8.11claws171
3198
3199         * sync with 0.9.0cvs6
3200                 see ChangeLog 2003-05-21
3201
3202 2003-05-21 [paul]       0.8.11claws170
3203
3204         * sync with 0.9.0cvs5
3205                 see ChangeLog 2003-05-21
3206
3207 2003-05-20 [paul]       0.8.11claws169
3208
3209         * sync with 0.9.0cvs4
3210                 see ChangeLog 2003-05-20
3211                 fixes bug #152, 'encoding of IMAP folders names'
3212
3213 2003-05-20 [paul]       0.8.11claws168
3214
3215         * sync with 0.9.0cvs3
3216                 see ChangeLog 2003-05-20
3217                 
3218         * src/tools/convert_mbox.pl
3219                 minor change in the comments, submitted by Fred Marton
3220
3221 2003-05-19 [paul]       0.8.11claws167
3222
3223         * src/plugins/clamav/Makefile.am
3224           configure.ac
3225                 link clamav_lib to the plugin and not to the main program
3226
3227 2003-05-19 [christoph]
3228
3229         * src/Makefile.am
3230                 add -export-dynamic for linking
3231
3232 2003-05-19 [paul]       0.8.11claws166
3233
3234         * sync with 0.9.0cvs1
3235                 see ChangeLog 2003-05-19
3236
3237 2003-05-19 [paul]       0.8.11claws165
3238
3239         * src/inc.c
3240                 fix 'pop before smtp' timeout
3241
3242 2003-05-18 [alfons]     0.8.11claws164
3243
3244         * src/prefs_matcher.c
3245                 put "execute" action command line ("expression") in edit box
3246
3247 2003-05-18 [christoph]  0.8.11claws163
3248
3249         * src/mimeview.[ch]
3250         * src/plugins/dillo_viewer/dillo_viewer.c
3251         * src/plugins/image_viewer/viewer.c
3252         * src/plugins/mathml_viewer/mathml_viewer.c
3253                 let a viewer have a list of Content-Types
3254
3255 2003-05-18 [paul]       0.8.11claws162
3256
3257         * src/prefs_filtering.c
3258                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3259                 and REDIRECT actions
3260
3261 2003-05-17 [christoph]
3262
3263         * README.claws
3264                 o remove dynamic signatures that was syned with main
3265                 o add infos about no longer "build in" image viewer
3266                 o update bugtracker URL
3267
3268 2003-05-17 [christoph]  0.8.11claws161
3269
3270         * src/folder.c
3271         * src/folderview.c
3272         * src/imap.c
3273                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3274                 for every folder after rebuilding the folder tree.
3275
3276         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3277          messages)
3278
3279 2003-05-17 [christoph]  0.8.11claws160
3280
3281         * src/imap.c
3282                 don't use STATUS command on current folder to check for
3283                 content changes. imap_cmd_ok() now tracks changes to
3284                 folder and number of existing messages.
3285
3286 2003-05-17 [paul]       0.8.11claws159
3287
3288         * src/plugins/clamav/clamav_plugin.c
3289                 remove unnecessary debug_print
3290
3291 2003-05-16 [thorsten]   0.8.11claws158
3292
3293         * src/plugins/demo.c
3294                 included missing intl.h
3295
3296 2003-05-16 [paul]       0.8.11claws157
3297
3298         * po/POTFILES.in
3299                 remove non-existant entries
3300         
3301         * src/plugins/clamav/clamav_plugin.c
3302           src/plugins/clamav/clamav_plugin_gtk.c
3303           src/plugins/dillo_viewer/dillo_prefs.c
3304           src/plugins/dillo_viewer/dillo_viewer.c
3305                 gettextise
3306
3307 2003-05-16 [christoph]  0.8.11claws156
3308
3309         * po/POTFILES.in
3310                 include plugin .c files for translation until I
3311                 find a better solution to have plugins have their
3312                 own textdomain
3313         * src/plugins/demo/demo.c
3314         * src/plugins/image_viewer/plugin.c
3315         * src/plugins/mathml_viewer/mathml_viewer.c
3316         * src/plugins/spamassassin/spamassassin.c
3317         * src/plugins/spamassassin/spamassassin_gtk.c
3318         * src/plugins/trayicon/trayicon.c
3319                 add gettext macros for plugin name and description
3320
3321 2003-05-16 [paul]
3322
3323         * sync with 0.9.0
3324
3325 2003-05-16 [paul]       0.8.11claws155
3326
3327         * sync with lastest 0.9.0pre1
3328                 see ChangeLog 2003-05-16
3329
3330 2003-05-15 [paul]       0.8.11claws154
3331
3332         * sync with latest 0.9.0pre1
3333                 see ChangeLog 2003-05-14 and 2003-05-15
3334
3335 2003-05-14 [christoph]  0.8.11claws153
3336
3337         * src/plugins/image_viewer/viewer.c
3338         * src/plugins/image_viewer/viewer.glade         ** NEW **
3339         * src/plugins/image_viewer/viewerprefs.c
3340                 make it possible to disable the autoload function in the
3341                 imageviewer again
3342
3343 2003-05-14 [christoph]  0.8.11claws152
3344
3345         * src/folder.c
3346                 fix folder update after adding a message
3347
3348 2003-05-13 [alfons]     0.8.11claws151
3349
3350         * src/common/session.c
3351                 remove debug traces
3352                 
3353         * src/addrcache.[ch]
3354         * src/filtering.[ch]
3355         * src/folder.[c]
3356         * src/gtkaspell.[ch]
3357         * src/imap.[ch]
3358         * src/mbox_folder.[ch]
3359         * src/mh.[ch]
3360         * src/mimeview.h
3361         * src/msgcache.[ch]
3362         * src/news.[ch]
3363         * src/passphrase.[ch]
3364         * src/prefs_common.[ch]
3365         * src/prefs_gtk.[ch]
3366         * src/procmsg.c
3367         * src/scoring.[ch]
3368                 be pedantic; (in prototypes () implies (int))
3369
3370 2003-05-13 [alfons]     0.8.11claws150
3371
3372         * src/prefs_toolbar.[ch]
3373         * src/summaryview.[ch]
3374         * src/toolbar.[ch]
3375                 change misleading text in toolbar prefs;
3376                 add toolbar action for ignore thread (toggles ignore thread flag);
3377                 clean up a little bit;
3378
3379 2003-05-12 [paul]
3380
3381         * tools/convert_mbox.pl
3382                 bug fixed by Fred Marton
3383
3384 2003-05-12 [paul]
3385
3386         * sync with 0.9.0pre1
3387
3388 2003-05-09 [paul]       0.8.11claws149
3389
3390         * sync with 0.8.11cvs43
3391                 see ChangeLog 2003-05-09
3392
3393 2003-05-08 [christoph]  0.8.11claws148
3394
3395         * src/imap.[ch]
3396                 o use CAPABILIY as first command and check for PREAUTH
3397                   information in the response to it
3398                 o rewrite all imap_cmd_* functions to use an IMAPSession
3399                   instead of a SockInfo as parameter
3400                 o do STARTTLS after fetching and checking the server
3401                   capabilities
3402
3403 2003-05-08 [paul]       0.8.11claws147
3404
3405         * tools/Makefile.am
3406           tools/README
3407           tools/convert_mbox.pl         ** NEW FILE **
3408                 add mbox conversion script. Submitted by 
3409                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3410
3411 2003-05-07 [christoph]
3412
3413         * doc-src/glade.txt
3414         * src/gtk/pluginwindow.glade
3415         * src/plugins/image_viewer/viewerprefs.glade
3416         * src/plugins/spamassassin/spamassassin_gtk.glade
3417                 add glade files for user interfaces and a description how
3418                 to use glade to create the sylpheed code
3419
3420 2003-05-07 [paul]       0.8.11claws146
3421
3422         * sync with 0.8.11cvs41
3423                 see ChangeLog 2003-05-07
3424
3425 2003-05-06 [christoph]  0.8.11claws145
3426
3427         * src/main.c
3428         * src/plugins/image_viewer/viewer.c
3429                 fix usage of imlib in imageviewer plugin
3430
3431         * src/gtk/prefswindow.c
3432                 handle window close event correctly
3433
3434 2003-05-06 [paul]       0.8.11claws144
3435
3436         * src/common/ssl.c
3437                 fix typo introduced in sync
3438
3439 2003-05-06 [paul]       0.8.11claws143
3440
3441         * sync with 0.8.11cvs39
3442                 see ChangeLog 2003-05-06
3443
3444 2003-05-06 [paul]       0.8.11claws142
3445
3446         * AUTHORS
3447           po/cs.po
3448                 updated Czech translation, submitted by 
3449                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3450                 
3451         * src/plugins/clamav/clamav_plugin_gtk.c
3452                 clean up
3453
3454 2003-05-03 [alfons]     0.8.11claws141
3455
3456         * src/compose.[ch]
3457                 make paste as quotation work even when the call to 
3458                 text_inserted() was deferred (fixes bug #140 "Paste 
3459                 as quotation does not work when using "external" 
3460                 clipboard")
3461
3462 2003-05-03 [thorsten]   0.8.11claws140
3463
3464         * src/addrquery.h
3465           src/ldapquery.h
3466           src/mainwindow.c
3467                 removed C++ comments
3468         * src/addr_compl.c
3469                 function with non-int retval/param used before
3470                 implementation/declaration
3471
3472 2003-05-02 [paul]       0.8.11claws139
3473
3474         * src/addr_compl.[ch]
3475           src/addressbook.[ch]
3476           src/addrindex.c
3477           src/summaryview.c
3478                 revert match's changes to (finally) remove the bug where
3479                 opening a folder causes massive slowdown when using the 
3480                 'Display sender using address book' option
3481
3482 2003-05-01 [melvin]     0.8.11claws138
3483
3484         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3485         * src/plugins/dillo_viewer/dillo_viewer.c
3486                 Fixed bug where "Cancel" button from prefs issued
3487                 warnings.
3488                 Comply a little more to coding style
3489
3490 2003-05-01 [paul]       0.8.11claws137
3491
3492         * sync with 0.8.11cvs38
3493                 see ChangeLog 2003-05-01
3494
3495 2003-05-01 [paul]       0.8.11claws136
3496
3497         * po/bg.po
3498                 updated by George Danchev
3499
3500 2003-04-30 [christoph]  0.8.11claws135
3501
3502         * src/plugins/dillo_viewer/dillo_prefs.c
3503         * src/plugins/image_viewer/viewerprefs.c
3504         * src/plugins/spamassassin/spamassassin_gtk.c
3505                 remove gtk_widget_ref() calls for widgets in
3506                 glade code
3507
3508 2003-04-30 [paul]       0.8.11claws134
3509
3510         * src/addrindex.c
3511                 ok, this time a better fix for the bug where opening folder
3512                 has massive slowdown when using the 'Display sender using 
3513                 address book' option
3514
3515 2003-04-30 [paul]       0.8.11claws133
3516
3517         * src/addrindex.c
3518                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3519         
3520 2003-04-30 [melvin]     0.8.11claws132
3521
3522         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3523
3524         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3525                 Preferences for the dillo plugin
3526         * src/plugins/dillo_viewer/dillo_viewer.c
3527                 Support for preferences
3528         * src/plugins/dillo_viewer/Makefile.am
3529                 Added dillo_prefs.[ch]
3530
3531 2003-04-30 [alfons]     0.8.11claws131
3532
3533         * src/common/plugin.[ch]
3534                 see? this ANSI C'fication immediately gives us type
3535                 checking for free.
3536
3537 2003-04-30 [alfons]     0.8.11claws130
3538
3539         * src/common/plugin.[ch]
3540         * src/plugins/clamav/clamav_plugin.[ch]
3541         * src/plugins/clamav/clamav_plugin_gtk.c
3542         * src/plugins/demo/demo.c
3543         * src/plugins/dillo_viewer/dillo_viewer.c
3544         * src/plugins/image_viewer/plugin.c
3545         * src/plugins/image_viewer/viewer.[ch]
3546         * src/plugins/image_viewer/viewerprefs.[ch]
3547         * src/plugins/mathml_viewer/mathml_viewer.c
3548         * src/plugins/spamassassin/spamassassin.[ch]
3549         * src/plugins/spamassassin/spamassassin_gtk.c
3550         * src/plugins/trayicon/trayicon.c
3551                 clean up
3552
3553 2003-04-30 [alfons]     0.8.11claws129
3554
3555         * src/common/utils.c
3556                 make is_ascii_str() fail gracefully when NULL pointer
3557                 is passed
3558
3559 2003-04-30 [paul]       0.8.11claws128
3560
3561         * src/addrindex.c
3562                 fix bug where opening folder has massive slowdown when
3563                 using the 'Display sender using address book' option
3564
3565 2003-04-30 [paul]       0.8.11claws127
3566
3567         * src/plugins/clamav/clamav_plugin.c
3568           src/plugins/clamav/clamav_plugin_gtk.c
3569           src/plugins/demo/demo.c
3570           src/plugins/dillo_viewer/dillo_viewer.c
3571           src/plugins/image_viewer/plugin.c
3572           src/plugins/mathml_viewer/mathml_viewer.c
3573           src/plugins/spamassassin/spamassassin.c
3574           src/plugins/spamassassin/spamassassin_gtk.c
3575           src/plugins/trayicon/trayicon.c
3576                 get rid of eye-hurting function signatures
3577
3578 2003-04-30 [paul]       0.8.11claws126
3579
3580         * src/plugins/trayicon/trayicon.c
3581                 add description
3582                 
3583         * src/mimeview.c
3584                 be more descriptive
3585
3586 2003-04-30 [paul]       0.8.11claws125
3587
3588         * configure.ac
3589                 arrange the plugins in reverse alphabetical order
3590                 
3591         * src/plugins/clamav/clamav_plugin.[ch]
3592           src/plugins/clamav/clamav_plugin_gtk.c
3593                 rename some params
3594                 resize max_size window
3595                 re-arrange the order of some gui elements
3596                 improve descriptions
3597         
3598         * src/plugins/image_viewer/plugin.c
3599           src/plugins/mathml_viewer/mathml_viewer.c
3600                 add descriptions
3601                 
3602         * src/plugins/spamassassin/spamassassin_gtk.c
3603                 resize max_size window
3604                 re-arrange the order of some gui elements
3605                 
3606         * src/messageview.c
3607           src/mimeview.c
3608                 correct typos
3609
3610 2003-04-30 [alfons]     0.8.11claws124
3611
3612         * src/imap.c
3613                 fix a leak found while browsing Martin Kluge's 
3614                 valgrind log (Claws only)
3615
3616 2003-04-29 [darko]      0.8.11claws123
3617
3618         * src/gtk/gtkstext.h
3619                 include wchar.h if it is available, fixes compilation
3620                 on HP-UX systems
3621
3622 2003-04-29 [melvin]     0.8.11claws122
3623
3624         * src/prefs_actions.c
3625                 Improved help text of Actions' syntax
3626
3627 2003-04-28 [paul]       0.8.11claws121
3628
3629         * src/action.c
3630                 a better fix for the crash when performing an action
3631                 on a mime part
3632
3633 2003-04-28 [paul]       0.8.11claws120
3634
3635         * src/action.c
3636                 fix crash when performing an action on a
3637                 mime part
3638
3639 2003-04-28 [paul]       0.8.11claws119
3640
3641         * sync with 0.8.11cvs36
3642                 see ChangeLog 2003-04-28
3643
3644 2003-04-27 [paul]       0.8.11claws118
3645
3646         * more sync with 0.8.11cvs35
3647                 see ChangeLog 2003-04-25
3648
3649 2003-04-26 [christoph]  0.8.11claws117
3650
3651         * src/folder.c
3652                 fix remove virtual check
3653
3654 2003-04-26 [paul]       0.8.11claws116
3655
3656         * src/messageview.c
3657                 fix return-receipt, make it work again
3658
3659 2003-04-26 [paul]       0.8.11claws115
3660
3661         * src/mimeview.c
3662                 restore double-clicking of the [application/pgp-signature 
3663                 (Select "Check signature" to check)] line in the message view,
3664                 broken in recent sync
3665
3666 2003-04-26 [christoph]  0.8.11claws114
3667
3668         * src/folder.c
3669                 check if remove virtual really exists before
3670                 calling the function
3671
3672 2003-04-25 [match]      0.8.11claws113
3673
3674         * src/addrindex.c
3675         * src/addrbook.c
3676         * src/ldapquery.[ch]
3677         * src/ldapctrl.[ch]
3678                 fix memleak.
3679         * src/ldapserver.[ch]
3680                 fix memleak. fix segfault.
3681                 plug a Claws memleak
3682
3683 2003-04-25 [alfons]     0.8.11claws112
3684
3685         * src/folder.c
3686                 plug a Claws memleak
3687
3688 2003-04-25 [alfons]     0.8.11claws111
3689
3690         * src/common/session.c
3691                 plug a memleak
3692
3693 2003-04-25 [paul]       0.8.11claws110
3694
3695         * sync with 0.8.11cvs35
3696                 see ChangeLog 2003-04-24 and 2003-04-25
3697                 
3698         * src/gtk/pluginwindow.c
3699                 correct another strange float value
3700
3701 2003-04-24 [christoph]  0.8.11claws109
3702
3703         * src/folder.c
3704                 freeze folder item updates when unsetting new flags
3705
3706         * src/gtk/pluginwindow.c
3707                 correct strange float value
3708
3709 2003-04-23 [paul]       0.8.11claws108
3710
3711         * sync with 0.8.11cvs33
3712                 see ChangeLog 2003-04-23
3713
3714 2003-04-22 [paul]       0.8.11claws107
3715
3716         * src/Makefile.am
3717           src/messageview.c
3718           src/mimeview.c
3719           src/pgptext.[ch]      ** REMOVED **
3720                 remove pgptext.[ch] as its not used any more
3721
3722 2003-04-22 [paul]       0.8.11claws106
3723
3724         * sync with 0.8.11cvs31
3725                 see ChangeLog 2003-04-21 and 2003-04-22
3726
3727 2003-04-21 [alfons]     0.8.11claws105
3728
3729         * src/main.c
3730                 No access to GTK structures if we're a spawned child
3731                 (and clean up code a little bit...) Should fix #126.
3732
3733 2003-04-21 [melvin]     0.8.11claws104
3734
3735         * src/plugins/dillo_viewer/README
3736                 Improved slightly the text.
3737
3738 2003-04-21 [melvin]     0.8.11claws103
3739
3740         * src/plugins/dillo_viewer/README *** NEW ***
3741                 Added a README file for the Dillo plugin
3742
3743 2003-04-20 [paul]
3744
3745         * tools/README
3746           tools/outlook2sylpheed.pl
3747                 updated and improved by Ricardo Mones Lastra
3748
3749 2003-04-18 [oliver]     0.8.11claws102
3750
3751         * src/inc.c 
3752         * src/prefs_account.h
3753                 remove Pop3SessionType (used by selective download)
3754         * src/prefs_toolbar.c
3755                 enable set Default Toolbar button
3756
3757 2003-04-18 [paul]       0.8.11claws101
3758
3759         * sync with 0.8.11cvs29
3760                 see ChangeLog 2003-04-18
3761
3762 2003-04-17 [paul]       0.8.11claws100
3763
3764         * src/prefs_common.[ch]
3765           src/summaryview.c
3766                 remove 'Open next message on deletion' option,
3767                 as the same effect can now be achieved via the
3768                 'Always open messages in summary when selected'
3769                 option.
3770
3771 2003-04-17 [paul]       0.8.11claws99
3772
3773         * sync with 0.8.11cvs28
3774                 see ChangeLog 2003-04-17
3775
3776 2003-04-17 [christoph]  0.8.11claws98
3777
3778         * ac/spamassassin.m4
3779         * src/plugins/spamassassin/libspamc.[ch]
3780         * src/plugins/spamassassin/utils.[ch]
3781                 sync libspamc with SpamAssassin project
3782
3783 2003-04-17 [christoph]  0.8.11claws97
3784
3785         * src/common/socket.h
3786         * src/gtk/sslcertwindow.h
3787                 rename old USE_SSL to USE_OPENSSL
3788
3789 2003-04-17 [paul]       0.8.11claws96
3790
3791         * src/prefs_common.h
3792                 use gulong for P_COLOR so that it compiles/runs on
3793                 64-bit systems. Patch submitted by James Noyes
3794                 <jnoyes-claws@retrogeeks.com>
3795                 
3796         * po/de.po
3797                 updated by Jens
3798
3799 2003-04-17 [paul]       0.8.11claws95
3800
3801         * sync with 0.8.11cvs27
3802                 see ChangeLog 2003-04-16
3803
3804 2003-04-15 [paul]       0.8.11claws94
3805
3806         * src/prefs_common.[ch]
3807                 rearrange to stop the window getting too long:
3808                         move Receive dialog stuff to Receive tab
3809                         move Send dialog to Send tab
3810                         remove Dialogs frame
3811                 rename 'Open messages in summary with cursor keys' to
3812                 'Always open messages in summary when selected', as its
3813                 more appropriate
3814
3815 2003-04-15 [paul]       0.8.11claws93
3816
3817         * src/prefs_common.[ch]
3818           src/summaryview.c
3819                 add new option '/Interface/Open next message on deletion'
3820
3821 2003-04-15 [paul]       0.8.11claws92
3822
3823         * src/summaryview.[ch]
3824                 add /Mark/Lock and /Mark/Unlock to the pop-up
3825                 menu. Patch submitted by Ivan Francolin Martinez
3826                 <ivanfm@users.sourceforge.net>
3827
3828 2003-04-15 [paul]       0.8.11claws91
3829
3830         * sync with 0.8.11cvs24
3831                 see ChangeLog 2003-04-15
3832
3833 2003-04-14 [jens]       0.8.11claws90
3834
3835         * updated German translation and some corrections from
3836                 Roland Bless <bless@tm.uka.de>
3837
3838 2003-04-14 [paul]       0.8.11claws89
3839
3840         * sync with 0.8.11cvs22
3841                 see ChangeLog 2003-04-14
3842
3843 2003-04-13 [paul]       0.8.11claws88
3844
3845         * src/plugins/clamav/clamav_plugin.c
3846                 fix memory leaks
3847                 clean up
3848
3849 2003-04-12 [paul]       0.8.11claws87
3850
3851         * src/plugins/clamav/clamav_plugin.c
3852                 activate enable/disable archive scanning option
3853                 
3854         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3855
3856 2003-04-12 [paul]       0.8.11claws86
3857
3858         * src/plugins/Makefile.am
3859           src/plugins/clamav/Makefile.am                ** NEW FILE **
3860           src/plugins/clamav/README                     ** NEW FILE ** 
3861           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3862           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3863                 add Clam AntiVirus plugin
3864
3865 2003-04-12 [paul]       0.8.11claws85
3866
3867         * sync with 0.8.11cvs21
3868                 see ChangeLog 2003-04-11
3869
3870 2003-04-11 [paul]       0.8.11claws84
3871
3872         * po/es.po
3873                 update Spanish translation. Submitted by Ricardo
3874                 Mones Lastra.
3875
3876 2003-04-10 [christoph]  0.8.11claws83
3877
3878         * src/mbox.c
3879                 fix typo that did not move unfiltered mails to destination
3880                 folder
3881
3882         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3883          when filtering from spool)
3884
3885 2003-04-10 [christoph]  0.8.11claws82
3886
3887         * src/imap.c
3888                 use BODY.PEEK instead of BODY in in message fetch operation
3889                 to make sure the IMAP server does not set the \Seen flag for
3890                 messages. Sylpheed does that later itself, when the message
3891                 is opened in sylpheed
3892
3893         (closes Bug 111 Claws destroys unread marks)
3894
3895 2003-04-09 [oliver]     0.8.11claws81
3896         
3897         * src/folder.c
3898                 fix crash in folder_destroy
3899         * README.claws
3900                 remove selective download
3901
3902 2003-04-09 [christoph]  0.8.11claws80
3903
3904         * src/imap.c
3905                 fix crash in imap_get_msginfo() when then fetched message
3906                 is not found
3907
3908         (closes Bug 110 Crash during mail composition)
3909
3910 2003-04-08 [christoph]  0.8.11claws79
3911
3912         * src/folder.c
3913         * src/prefs_account.c
3914                 Filter new messages that are found in an INBOX folder
3915                 when 'Filter messages on receiving' is enabled in the
3916                 Folder's AccountPrefs. This allows to use Sylpheed's
3917                 filtering engine for IMAP folders where messages are
3918                 added to the INBOX by a MTA
3919
3920 2003-04-08 [paul]       0.8.11claws78
3921
3922         * src/procmsg.h
3923                 clean up after last commit
3924
3925 2003-04-08 [paul]       0.8.11claws77
3926
3927         * sync with 0.8.11cvs20
3928                 see ChangeLog 2003-04-07 and 2003-04-08
3929
3930 2003-04-07 [christoph]  0.8.11claws76
3931
3932         * src/filtering.[ch]
3933         * src/inc.[ch]
3934         * src/mbox.c
3935         * src/procmsg.[ch]
3936                 add procmsg_msginfo_filter() to execute filtering actions
3937
3938 2003-04-06 [christoph]  0.8.11claws75
3939
3940         * src/imap.c
3941                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3942
3943 2003-04-06 [christoph]  0.8.11claws74
3944
3945         * src/common/utils.[ch]
3946                 add g_int_compare() function for slist sorting
3947
3948         * src/imap.c
3949                 fetch all MsgInfos with one command in imap_get_msginfos()
3950                 using an imap set with a list of ranges
3951
3952         * src/news.c
3953                 use new g_int_compare() function
3954
3955 2003-04-06 [thorsten]   0.8.11claws73
3956
3957         * src/mh.c
3958                 corrected implementation of mh_folder_destroy()
3959
3960 2003-04-05 [christoph]  0.8.11claws72
3961
3962         * src/account.c
3963         * src/folder.[ch]
3964         * src/folderview.c
3965         * src/imap.c
3966         * src/inc.c
3967         * src/main.c
3968         * src/mainwindow.c
3969         * src/mbox_folder.c
3970         * src/mh.c
3971         * src/mimeview.h
3972         * src/msgcache.[ch]
3973         * src/news.c
3974         * src/procmime.h
3975         * src/procmsg.[ch]
3976         * src/setup.c
3977         * src/gtk/gtkutils.c
3978                 o rename structure field names class and new to klass and
3979                   new_msgs, to allow including files in C++
3980                 o add 'extern "C"' block to some header files
3981                 o add MsgInfoList and MsgNumberList as alias for GSList for
3982                   developers to know what type of list is expected
3983
3984         * src/plugins/image_viewer/plugin.c
3985         * src/plugins/image_viewer/viewer.[ch]
3986         * src/plugins/image_viewer/viewerprefs.[ch]
3987                 rename function names to prevent conflicts
3988
3989 2003-04-05 [paul]       0.8.11claws71
3990
3991         * sync with 0.8.11cvs18
3992                 see ChangeLog 2003-04-03 and 2003-04-04
3993
3994 2003-04-02 [christoph]  0.8.11claws70
3995
3996         * src/folder.[ch]
3997         * src/imap.[ch]
3998         * src/mbox_folder.[ch]
3999         * src/mh.[ch]
4000         * src/news.[ch]
4001                 o Make all virtual folder functions private
4002                 o remove unused folder code
4003
4004         * src/common/socket.[ch]
4005         * src/summaryview.c
4006                 fix warnings
4007
4008 2003-03-30 [alfons]     0.8.11claws69
4009
4010         * src/send_message.c
4011                 remove two debug traces and see if people still report
4012                 errors
4013
4014 2003-03-30 [alfons]     0.8.11claws68
4015
4016         * src/send_message.c
4017         * src/commons/session.c
4018                 add more debug traces
4019
4020 2003-03-30 [christoph]  0.8.11claws67
4021
4022         * src/folder.c
4023                 change processing folder name from .processing to processing
4024
4025         * src/common/ssl.c
4026                 disable SSL certificate check because it causes Xlib error
4027                 when the child process want's to open an GTK window
4028
4029 2003-03-30 [christoph]  0.8.11claws66
4030
4031         * src/folder.c
4032                 don't use default folder for processing folder item because
4033                 it can be a non local folder
4034
4035         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4036
4037 2003-03-30 [alfons]     0.8.11claws65
4038
4039         * src/send_message.c
4040                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4041                 to generate bad code for 'send_send_data_progressive': When
4042                 called from 'send_send_data_finished', the 'data' pointer is
4043                 cleared just before the assignment to the dialog pointer
4044
4045 2003-03-29 [christoph]  0.8.11claws64
4046
4047         * src/common/prefs.h
4048         * src/plugins/image_viewer/Makefile.am
4049         * src/plugins/image_viewer/plugin.c
4050         * src/plugins/image_viewer/viewer.[ch]
4051         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4052                 add PrefsPage for ImageViewer
4053
4054 2003-03-28 [thorsten]   0.8.11claws63
4055
4056         * src/common/session.c
4057                 added some comments
4058
4059 2003-03-28 [paul]       0.8.11claws62
4060
4061         * sync with 0.8.11cvs16
4062                 see ChangeLog 2003-03-28
4063
4064 2003-03-28 [paul]       0.8.11claws61
4065
4066         * sync with 0.8.11cvs15
4067                 see ChangeLog 2003-03-28
4068
4069 2003-03-27 [christoph]  0.8.11claws60
4070
4071         * src/folder.c
4072         * src/imap.c
4073         * src/common/socket.[ch]
4074                 set socket state to DISCONNECTED when any operation
4075                 fails to allow reconnecting in IMAP code without
4076                 checking the return code of all calls to the command
4077                 functions
4078
4079         * src/folderview.c
4080         * src/summaryview.c
4081                 remove some more stuff that depends on specific
4082                 folder types
4083
4084 2003-03-27 [paul]       0.8.11claws59
4085
4086         * sync with 0.8.11cvs14
4087                 see ChangeLog 2003-03-27
4088                 
4089         * src/selective_download.[ch]   ** REMOVED **
4090                 really removed
4091
4092 2003-03-27 [christoph]  0.8.11claws58
4093
4094         * src/folder.c
4095                 fix handling of tmp_flags in flag copy function
4096
4097 2003-03-27 [paul]       0.8.11claws57
4098
4099         * sync with 0.8.11cvs13
4100                 see ChangeLog 2003-03-27
4101
4102 2003-03-27 [oliver]     0.8.11claws56
4103
4104         * src/maiwindow.c
4105                 remove sel_download_cb
4106
4107 2003-03-27 [oliver]     0.8.11claws55
4108         
4109         * src/inc.c
4110                 remove POP3_TOP
4111         
4112 2003-03-26 [oliver]     0.8.11claws54
4113
4114         *src/pop.h
4115                 remove POP3_TOP*
4116         * README.claws
4117                 remove selective donwload readme
4118
4119 2003-03-26 [oliver]     0.8.11claws53
4120         * src/matcher.[ch]
4121         * src/matcher_parser_parse.y 
4122         * src/pop.c 
4123         * src/prefs_account.[ch]
4124         * src/prefs_filtering.c
4125                 remove selective donwload
4126
4127 2003-03-26 [oliver]     0.8.11claws52
4128
4129         * src/inc.[ch] 
4130         * src/filtering.c 
4131         * src/mainwindow.c 
4132                 remove selective donwload
4133
4134 2003-03-26 [oliver]     0.8.11claws51
4135         
4136         * src/Makefile.am
4137         * src/selective_download.[ch]   ** REMOVE **    
4138
4139 2003-03-26 [christoph]  0.8.11claws50
4140
4141         * src/news.c
4142                 fix NEWS that got broken by a sync with sylpheed-main
4143
4144 2003-03-26 [christoph]  0.8.11claws49
4145
4146         * src/mimeview.c
4147                 fix mime type guessing when no mime type is found for a file
4148
4149 2003-03-25 [christoph]  0.8.11claws48
4150
4151         * src/mimeview.c
4152         * src/procmime.c
4153                 remove mime type guessing from mime parser and use
4154                 name based mime types in viewer lookup for mime type
4155                 application/octet-stream
4156
4157 2003-03-25 [christoph]  0.8.11claws47
4158
4159         * doc-src/readme.txt
4160         * doc-src/rfc2554.txt
4161                 add RFC about SMTP AUTH
4162
4163         * src/send_message.c
4164         * src/common/smtp.[ch]
4165                 add extra error code for authentication errors and
4166                 clear temporary password when this error occurs
4167
4168         (closes Bug 84 authentication failure while sending should
4169          prompt for password again)
4170
4171 2003-03-25 [christoph]  0.8.11claws46
4172
4173         * configure.ac
4174         * src/Makefile.am
4175         * src/imageview.[ch]                            ** REMOVE **
4176         * src/messageview.[ch]
4177         * src/mimeview.[ch]
4178         * src/prefs_common.[ch]
4179         * src/textview.c
4180         * src/plugins/Makefile.am
4181         * src/plugins/image_viewer/.cvsignore           ** NEW **
4182         * src/plugins/image_viewer/Makefile.am          ** NEW **
4183         * src/plugins/image_viewer/plugin.c             ** NEW **
4184         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4185                 move image viewer into a plugin (building is enabled by default)
4186                 [ToDo: Prefs for resize and autoview]
4187
4188 2003-03-25 [paul]       0.8.11claws45
4189
4190         * sync with 0.8.11cvs12
4191                 see ChangeLog 2003-03-26
4192
4193 2003-03-25 [paul]       0.8.11claws44
4194
4195         * sync with 0.8.11cvs11
4196                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4197                 
4198         Note: Selective Download is broken.
4199                 
4200 2003-03-22 [christoph]  0.8.11claws43
4201
4202         * src/folder.c
4203                 code cleanup for flags copying
4204
4205 2003-03-22 [christoph]  0.8.11claws42
4206
4207         * src/plugins/trayicon/trayicon.c
4208                 fix setting the transparent area when the window size
4209                 is forced by the system tray
4210
4211 2003-03-22 [christoph]  0.8.11claws41
4212
4213         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4214         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4215         * src/plugins/trayicon/newmail.xpm              ** NEW **
4216         * src/plugins/trayicon/nomail.xpm               ** NEW **
4217         * src/plugins/trayicon/trayicon.c
4218         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4219                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4220                 o add icon for unread mails
4221                 o set transparency for window
4222
4223 2003-03-22 [christoph]  0.8.11claws40
4224
4225         * src/news.c
4226                 init news session to prevent crash when session is closed
4227
4228 2003-03-22 [christoph]  0.8.11claws39
4229
4230         * src/imap.c
4231         * src/common/session.[ch]
4232                 Init session data to make sure we don't have invalid pointers
4233                 for read_ch and write_ch when new multi process sessions are
4234                 not used
4235
4236         * src/main.c
4237         * src/common/plugin.c
4238         * src/common/sylpheed.c
4239         * src/plugins/demo/demo.c
4240         * src/plugins/dillo_viewer/dillo_viewer.c
4241         * src/plugins/mathml_viewer/mathml_viewer.c
4242         * src/plugins/spamassassin/spamassassin.c
4243         * src/plugins/spamassassin/spamassassin_gtk.c
4244                 add plugin types to allow loading plugins at different times
4245                 (and maybe for different frontends), because it's not good to
4246                 load GTK-Plugins gefore gtk_init was called
4247
4248         * configure.ac
4249         * src/plugins/Makefile.am
4250         * src/plugins/trayicon/.cvsignore               ** NEW **
4251         * src/plugins/trayicon/Makefile.am              ** NEW **
4252         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4253         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4254         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4255         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4256         * src/plugins/trayicon/trayicon.c               ** NEW **
4257                 New Trayicon plugin that shows an icon in a systray that uses
4258                 XEMBED protocol like Gnome's systray. Icon shows if there
4259                 are new mails and a tooltip shows information about new,
4260                 unread and total messages.
4261
4262 2003-03-22 [paul]       0.8.11claws38
4263
4264         * src/common/smtp.c
4265                 fix ESMTP AUTH CRAM-MD5
4266                 [sync with main (still version 0.8.11cvs6), see
4267                  ChangeLog 2003-03-22]
4268
4269 2003-03-21 [colin]      0.8.11claws37
4270
4271         * src/send_message.c
4272                 Fix USE_SSL => USE_OPENSSL
4273
4274 2003-03-21 [colin]      0.8.11claws36
4275
4276         * src/folderview.c
4277                 Fix counts in drag and dropped subfolders
4278
4279 2003-03-21 [colin]      0.8.11claws35
4280
4281         * src/folder.c 
4282         * src/folderview.c
4283                 speed up a bit folder dnd
4284
4285 2003-03-20 [alfons]     0.8.11claws34
4286
4287         * src/main.c
4288         * src/toolbar.c
4289         * src/procmsg.c
4290                 don't send locked queue messages
4291                 (feature request "[ 705245 ] Locking message in outbox 
4292                  should prevent sending")
4293
4294 2003-03-20 [christoph]  0.8.11claws33
4295
4296         * src/folder.c
4297                 remove NEW and UNREAD flag in special folders when scanning
4298                 
4299         * src/common/smtp.c
4300                 fix ESMTP AUTH CRAM-MD5
4301
4302 2003-03-20 [paul]       0.8.11claws32
4303
4304         * src/prefs_account.c
4305                 Re-write 'Tunnel command to open connection' as
4306                 'Use command to communicate with server', and disable
4307                 it for all except IMAP accounts
4308
4309 2003-03-20 [paul]       0.8.11claws31
4310
4311         * sync with 0.8.11cvs6
4312                 see ChangeLog 2003-03-20
4313
4314 2003-03-19 [match]      0.8.11claws30
4315
4316         * src/addritem.[ch]
4317                 include documentation. minor refactoring.
4318         * src/addr_compl.[ch]
4319         * src/addrindex.[ch]
4320         * src/addresbook.[ch]
4321         * src/summaryview.c
4322                 re-enable address lookup (was disabled in
4323                 0.8.11claws20).
4324
4325 2003-03-19 [christoph]  0.8.11claws29
4326
4327         * src/procmsg.c
4328                 add temp flag handling, will make moving and copying
4329                 messages possible again
4330
4331         * src/folder.c
4332                 correct calulation of folder stats
4333
4334 2003-03-18 [match]      0.8.11claws28
4335
4336         * src/editgroup.h
4337                 remove case sensitive comparison (closes bug 80).
4338
4339 2003-03-18 [christoph]  0.8.11claws27
4340
4341         * src/imap.c
4342                 fix imap using a tunnel command
4343
4344         (closes bug 87)
4345
4346 2003-03-18 [christoph]  0.8.11claws26
4347
4348         * src/folder.[ch]
4349         * src/imap.c
4350         * src/procmsg.[ch]
4351                 rewrite flag handling for folders
4352
4353 2003-03-18 [christoph]  0.8.11claws25
4354
4355         * src/folder.c
4356         * src/procmsg.c
4357         * src/summaryview.c
4358                 unset NEW and UNREAD flags when message is ignored, to make
4359                 sure messages don't show up as unread on other IMAP clients,
4360                 because the IGNORE_THREAD flag can not be syncronized through
4361                 the IMAP folder
4362
4363 2003-03-17 [christoph]  0.8.11claws24
4364
4365         * src/imap.c
4366                 don't use recursion to fetch uids when the number of messages
4367                 does not match. Moved code into subfunction that is used
4368                 again when needed, to prevent an endless loop.
4369
4370 2003-03-17 [thorsten]   0.8.11claws23
4371
4372         * src/imageview.[ch]
4373                 export imageview_get_resized_size() (for plugins)
4374         * src/prefs_common.[ch]
4375                 added prefs_common_get() (for plugins)
4376
4377 2003-03-17 [christoph]  0.8.11claws22
4378
4379         * src/imap.c
4380                 o remove UID guessing from copy code
4381                 o support UIDPLUS extension for APPEND command
4382
4383 2003-03-17 [paul]       0.8.11claws21
4384
4385         * src/gtk/about.c
4386                 remove 'Compiled-plugins' section.
4387                 
4388         * src/plugins/dillo_viewer/dillo_viewer.c
4389                 slight change to description text
4390
4391 2003-03-16 [match]      0.8.11claws20
4392         * src/ldapserver.[ch]           ** NEW **
4393         * src/ldapctrl.[ch]             ** NEW **
4394         * src/ldapquery.[ch]            ** NEW **
4395         * src/ldaputil.[ch]             ** NEW **
4396         * src/addrcindex.[ch]           ** NEW **
4397         * src/addrquery.h               ** NEW **
4398         * src/addritem.[ch]
4399         * src/addrcache.[ch]
4400         * src/addrindex.[ch]
4401         * src/addr_compl.[ch]
4402         * src/addressbook.[ch]
4403         * src/addrbook.[ch]
4404         * src/editgroup.c
4405         * src/editaddress.c
4406         * src/editldap.c
4407         * src/editldap_basedn.c
4408         * src/vcard.c
4409         * src/jpilot.c
4410         * src/Makefile.am
4411                 included dynamic LDAP queries. improved address
4412                 completion.
4413
4414 2003-03-16 [paul]       0.8.11claws19
4415
4416         * tools/multiwebsearch.pl
4417                 fix a fatal typo
4418
4419 2003-03-16 [christoph]  0.8.11claws18
4420
4421         * src/mimeview.c
4422         * src/plugins/dillo_viewer/dillo_viewer.c
4423         * src/plugins/mathml_viewer/mathml_viewer.c
4424                 make unregistering of MimeViewerFactorys possible
4425
4426 2003-03-16 [alfons]     0.8.11claws17
4427
4428         * configure.ac
4429                 correct typo
4430
4431 2003-03-16 [melvin]     0.8.11claws16
4432
4433         * src/plugins/dillo_viewer.c
4434                 Fixed bug where it was not possible to view more than
4435                 one text/html attachment per message (bug discovered
4436                 by Christoph Hohmann).
4437
4438 2003-03-15 [melvin]     0.8.11claws15
4439
4440         * src/prefs_actions.c
4441                 Fixed compilation warnings.
4442
4443 2003-03-15 [melvin]     0.8.11claws14
4444
4445         * src/plugins/Makefile.am
4446         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4447         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4448         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4449                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4450                 newer (http://dillo.auriga.wearlab.de/).
4451
4452 2003-03-15 [christoph]  0.8.11claws13
4453
4454         * src/imap.c
4455                 don't query imap folder for attributes because we already
4456                 for them from imap_status
4457
4458         * src/mimeview.[ch]
4459                 add support for plugable MimeViewers (unloading Viewers
4460                 not yet complete)
4461
4462         * src/plugins/Makefile.am
4463         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4464         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4465         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4466                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4467                 widget from http://helm.cs.unibo.it/mml-widget/
4468
4469 2003-03-14 [christoph]  0.8.11claws12
4470
4471         * src/folder.[ch]
4472                 o error return code's should better be negative
4473                 o replace printf with debug_print
4474
4475         * src/imap.c
4476                 improve IMAP folder scan by checking UID-NEXT
4477
4478         * src/summaryview.c
4479                 remove check that are unnecessary in my opinion
4480
4481 2003-03-13 [christoph]  0.8.11claws11
4482
4483         * src/folder.[ch]
4484         * src/foldersel.c
4485         * src/folderview.c
4486         * src/imap.c
4487         * src/mbox_folder.c
4488         * src/mh.c
4489         * src/news.c
4490         * src/prefs_scoring.c
4491         * src/summaryview.c
4492                 use a common function to get a displayable name
4493                 for a FolderItem
4494
4495 2003-03-13 [paul]       0.8.11claws10
4496
4497         * tools/Makefile.am
4498           tools/README
4499           tools/multiwebsearch.conf     ** NEW FILE **
4500           tools/multiwebsearch.pl       ** NEW FILE **
4501                 add multiwebsearch Actions script
4502
4503 2003-03-13 [colin]      0.8.11claws9
4504
4505         * src/compose.c
4506                 Remove leading emtpy lines from quoted text
4507                 before quoting it
4508
4509 2003-03-13 [melvin]     0.8.11claws8
4510
4511         * src/prefs_actions.c
4512                 Fixed a memory leak
4513                 Code clean ups
4514                 Added Cancel and OK buttons
4515                 Corrected help text
4516
4517 2003-03-13 [christoph]  0.8.11claws7
4518
4519         * src/account.c
4520         * src/folder.[ch]
4521         * src/imap.c
4522         * src/mainwindow.c
4523         * src/mbox_folder.c
4524         * src/mh.c
4525         * src/news.c
4526         * src/setup.c
4527                 replace more folder type stuff with folder class stuff
4528
4529 2003-03-13 [melvin]     0.8.11claws6
4530
4531         * src/prefs_actions.c
4532                 Added new tokens:
4533                 %u: user provided argument
4534                 %h: user provided argument (hidden on input)
4535                 %s: current text selection in the message view 
4536
4537 2003-03-13 [paul]       0.8.11claws5
4538
4539         * sync with 0.8.11cvs5
4540                 see ChangeLog 2003-03-11, 2003-03-12
4541
4542 2003-03-12 [christoph]  0.8.11claws4
4543
4544         * src/folder.c
4545                 use folder class idstr when writing folderlist.xml
4546
4547         * src/folder.h
4548         * src/imap.c
4549         * src/news.c
4550                 replace folder type checks with folder class checks
4551
4552 2003-03-12 [christoph]  0.8.11claws3
4553
4554         * src/folder.[ch]
4555         * src/imap.[ch]
4556         * src/main.c
4557         * src/mbox_folder.[ch]
4558         * src/mh.[ch]
4559         * src/news.[ch]
4560                 o create a list of known folder classes in the folder system
4561                 o use folder class id strings for folder item identifiers
4562
4563 2003-03-12 [christoph]  0.8.11claws2
4564
4565         * src/imap.c
4566                 fix imap uid validity check
4567
4568 2003-03-12 [christoph]  0.8.11claws1
4569
4570         * src/account.c
4571         * src/folder.[ch]
4572         * src/foldersel.c
4573         * src/folderview.c
4574         * src/imap.c
4575         * src/mainwindow.c
4576         * src/mbox_folder.c
4577         * src/mh.c
4578         * src/news.c
4579         * src/prefs_scoring.c
4580         * src/procmsg.c
4581         * src/setup.c
4582         * src/summaryview.c
4583                 initial restructuring of folder system, seperating
4584                 folders and folder classes
4585
4586 2003-03-12 [paul]       0.8.11claws
4587
4588         0.8.11claws release
4589
4590 2003-03-12 [christoph]
4591
4592         * src/gtk/prefswindow.c
4593                 fix translation of "Page Index"
4594
4595 2003-03-12 [paul]       0.8.10claws110
4596
4597         a sync from 0.8.11cvs4 before the release
4598
4599         * src/common/utils.c
4600                 subject_compare_for_sort(): allow null strings (fixes
4601                 summary sorting).
4602
4603 2003-03-11 [paul]       0.8.10claws109
4604
4605         * po/es.po
4606                 update Spanish translation, submitted by
4607                 Ricardo Mones Lastra
4608
4609 2003-03-11 [melvin]     0.8.10claws108
4610
4611         * po/fr.po
4612                 Updated French translations
4613
4614 2003-03-11 [paul]       0.8.10claws107
4615
4616         * manual/en/Makefile.am
4617           manual/en/*.html
4618                 update English manual, add a new page
4619                 updated by Francois Barriere <fbarriere@atmel.fr>
4620                 
4621         * po/bg.po
4622           po/it.po
4623           po/sr.po
4624                 update Bulgarian, Italian, and Serbian translations
4625                 submitted by George Danchev, Alessandro Maestri, and
4626                 Urke MMI
4627
4628 2003-03-10 [paul]       0.8.10claws106
4629
4630         * src/gtk/about.c
4631           src/gtk/prefswindow.c
4632                 make some strings translatable
4633
4634 2003-03-10 [darko]      0.8.10claws105
4635
4636         * src/compose.c
4637                 code cleanup to make Hiro happy
4638
4639 2003-03-10 [paul]       0.8.10claws104
4640
4641         * sync with 0.8.11cvs2
4642                 see ChangeLog 2003-03-10
4643
4644 2003-03-09 [melvin]     0.8.10claws103
4645
4646         * src/textview.c
4647                 textview_set_font(): fix for message display in
4648                 UTF-8 locales (thanks to Sergey Vlasov).
4649                 (was unintentionnaly reverted in 0.8.6claws6)   
4650
4651 2003-03-08 [darko]      0.8.10claws102
4652
4653         * src/compose.c
4654                 fix infinite loop in wrapping as reported
4655                 by happycactus
4656                 obsoletes patch #696482
4657
4658 2003-03-08 [christoph]  0.8.10claws101
4659
4660         * src/imap.c
4661                 add workaround for IMAP servers that do not
4662                 support the "UID SEARCH UID" command
4663
4664 2003-03-07 [christoph]  0.8.10claws100
4665
4666         * src/plugins/spamassassin/spamassassin.[ch]
4667         * src/plugins/spamassassin/spamassassin_gtk.c
4668                 code cleanup
4669
4670 2003-03-07 [paul]       0.8.10claws99
4671
4672         * po/es.po
4673                 updated Spanish translation, submitted by
4674                 Ricardo Mones Lastra
4675
4676 2003-03-07 [christoph]  0.8.10claws98
4677
4678         * src/send.c
4679                 fix in 0.8.10claws94 was wrong
4680                 local delivery does not require escaping, remove escaping
4681                 code to make signatures of mails with "." lines valid
4682                 
4683                 NOTE: requires that sendmail is executed with "-i" option,
4684                       what is the default now, but has to be changed in all
4685                       exsiting accounts)
4686
4687 2003-03-07 [paul]       0.8.10claws97
4688
4689         * sync with 0.8.11 release
4690                 see ChangeLog 2003-03-07
4691
4692 2003-03-06 [paul]       0.8.10claws96
4693
4694         * src/compose.c
4695                 revert commit 0.8.10claws92
4696
4697 2003-03-06 [paul]       0.8.10claws95
4698
4699         * src/folderview.c
4700                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4701
4702         * src/gtkaspell.c
4703                 fix bug 74, 'Crash opening editor window with pseudo-color
4704                 display'
4705                 
4706         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4707
4708 2003-03-06 [christoph]  0.8.10claws94
4709
4710         * src/send.c
4711                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4712                 all lines starting with a period get an extra period
4713                 inserted
4714                 (found by Simon 'corecode' Schubert)
4715
4716 2003-03-06 [paul]       0.8.10claws93
4717
4718         * src/folderview.c
4719                 if configured font can't be loaded fall back to gtk
4720                 default. (with thanks to Christoph)
4721                 
4722                 closes long-standing bug 15 'Crashes on startup'
4723
4724 2003-03-06 [paul]       0.8.10claws92
4725
4726         * src/compose.c
4727                 freeze text before autosave and thaw afterwards
4728                 fixes bug 67 'autosave make re-rediting message crazy'
4729
4730 2003-03-06 [christoph]  0.8.10claws91
4731
4732         * src/compose.c
4733                 ignore address comment in dupe check for Cc-list
4734
4735         (closes reopened bug 47 Replying to message strips name part of
4736          e-mail addresses of Cc: lines)
4737
4738 2003-03-06 [paul]       0.8.10claws90
4739
4740         * src/Makefile.am
4741                 remove reference to gtkxtext.h as its no longer in
4742                 the repository
4743
4744 2003-03-06 [paul]       0.8.10claws89
4745
4746         * sync with 0.8.10cvs25
4747                 see ChangeLog 2003-03-06
4748
4749 2003-03-06 [oliver]     0.8.10claws88
4750         
4751         * src/messageview.c
4752                 remove include
4753
4754 2003-03-06 [oliver]     0.8.10claws87
4755         
4756         * src/folderview.c 
4757                 remove changes introduced inclaws74
4758         * src/messageview.c
4759                 another attempt to sanely delete and update
4760                 messages deleted in separate messageview
4761
4762 2003-03-05 [christoph]  0.8.10claws86
4763
4764         * src/summaryview.c
4765                 check if "From" matches any account's address if
4766                 addressbook completion of addresses is disabled too
4767
4768         (closes Bug 70 "Display recipient in from" doesn't check
4769          folder's default account)
4770
4771 2003-03-05 [christoph]  0.8.10claws85
4772
4773         * src/compose.c
4774         * src/common/utils.[ch]
4775                 don't strip address comments when building Cc lists
4776
4777         (closes Bug 47 Replying to message strips name part of e-mail addresses
4778          of Cc: lines)
4779
4780         * src/folder.c
4781                 fix return value of copy function
4782
4783 2003-03-05 [christoph]  0.8.10claws84
4784
4785         * src/imap.c
4786                 don't ask imap server for non rfc822 headers
4787
4788         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4789
4790         * src/imap.c
4791                 destroy session on socket error to allow reconnecting
4792
4793 2003-03-05 [christoph]  0.8.10claws83
4794
4795         * configure.ac
4796                 fix building with gnome when no prefix is set
4797
4798         (closes bug 66 Gnome directory is set to NONE)
4799
4800 2003-03-05 [paul]       0.8.10claws82
4801
4802         * sync with 0.8.10cvs23
4803                 see ChangeLog 2003-03-05
4804
4805 2003-03-04 [christoph]  0.8.10claws81
4806
4807         * src/folder.c
4808                 o fix moving and copying when folder returns 0 for new
4809                   message number
4810                 o remove some code for single message copy and move
4811                   operations and use functions for multiple messages
4812
4813         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4814
4815         * src/news.c
4816                 remove unused include
4817
4818 2003-03-04 [paul]       0.8.10claws80
4819
4820         * src/gtk/about.c
4821                 list 'Compiled plugins'
4822
4823 2003-03-03 [christoph]  0.8.10claws79
4824
4825         * src/news.[ch]
4826                 have to multiply the percentage of the current fetch with
4827                 the percentage that it has of the total fetch operation
4828                 for correct values
4829
4830 2003-03-03 [christoph]  0.8.10claws78
4831
4832         * src/news.c
4833                 fix calculation of expected lines for progress indicator
4834
4835 2003-03-03 [christoph]  0.8.10claws77
4836
4837         * src/summaryview.c
4838         * src/common/utils.c
4839                 fix segfault when opening the root news folder
4840
4841 2003-03-03 [christoph]  0.8.10claws76
4842
4843         * src/mainwindow.[ch]
4844         * src/common/Makefile.am
4845         * src/common/progressindicator.[ch]
4846                 add UI independent progress indicator handling
4847
4848         * src/news.[ch]
4849                 use new progress indicator for message info fetching
4850
4851         * src/common/hooks.h
4852                 code cleanup
4853
4854 2003-03-03 [oliver]     0.8.10claws75
4855
4856         * src/toolbar.c
4857         * src/compose.c
4858                 removed commented code
4859
4860 2003-03-03 [oliver]     0.8.10claws74
4861
4862         * src/toolbar.[ch]
4863                 cleanups and refactoring
4864         * src/compose.[ch]
4865                 compose_reply_mode reply & forwarding interface for
4866                 toolbar buttons
4867         * src/folderview.c
4868                 act on messages marked for deletion in folderview_selected
4869                 based on prefs_common.immediate_exec since a message might 
4870                 have been deleted by messageview in a folder we are changing 
4871                 to (does anybody understand what I'm on about ?)
4872
4873 2003-03-03 [oliver]     0.8.10claws73
4874         
4875         * src/messageview.[ch]
4876                 new functions
4877                 - messageview_delete: delete message shown in messagview
4878                 - messageview_update_view: update messageview to currently 
4879                   selected summaryview message
4880                 - add separate messageview to msgview_list in order to update 
4881                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4882         * src/summaryview.[ch]
4883                 summary_get_selection returns a list of selected msgs
4884                 in summaryview
4885         * src/mainwindow.c
4886                 toolbar reply refactoring
4887
4888 2003-03-03 [paul]       0.8.10claws72
4889
4890         * sync with 0.8.10cvs21
4891                 see ChangeLog 2003-03-03
4892
4893 2003-03-02 [christoph]  0.8.10claws71
4894
4895         * src/common/passcrypt.c
4896                 use POSIX includes
4897
4898 2003-03-02 [christoph]  0.8.10claws70
4899
4900         * configure.ac
4901         * src/prefs_account.c
4902         * src/prefs_gtk.[ch]
4903         * src/common/.cvsignore
4904         * src/common/Makefile.am
4905         * src/common/passcrypt.c                ** NEW **
4906         * src/common/passcrypt.h.in             ** NEW **
4907                 Implement password encryption in config files
4908                 using unix encrypt and setkey functions. The crypt
4909                 key can be set as a configure parameter. Old
4910                 passwords will be converted if they do not begin
4911                 with '!'
4912
4913 2003-03-02 [paul]       0.8.10claws69
4914
4915         * src/prefs_account.c
4916                 fix compile error
4917
4918 2003-03-01 [thorsten]   0.8.10claws68
4919
4920         * po/el.po
4921           po/hr.po
4922           po/it.po
4923           po/nl.po
4924           po/sr.po
4925           po/sv.po
4926                 corrected format strings
4927         * po/en_GB.po
4928                 corrected headers
4929                 (fix compile errors with GNU gettext-0.11.5)
4930
4931 2003-03-01 [oliver]     0.8.10claws67
4932
4933         * src/summaryview.c
4934                 menu callbacks call toolbar_menu_reply
4935
4936 2003-03-01 [oliver]     0.8.10claws66
4937
4938         * src/mainwindow.c
4939         * src/messageview.c
4940                 menu callbacks call toolbar_menu_reply
4941         * src/toolbar.[ch]
4942                 callbacks from menu handled by toolbar_menu_reply
4943
4944 2003-03-01 [paul]       0.8.10claws65
4945
4946         * src/addressbook.c
4947                 revert commit 0.8.10claws54 - breaks editing of
4948                 addressbook.
4949                 
4950         * po/bg.po
4951                 update Bulgarian translation, submitted by
4952                 George Danchev
4953
4954 2003-02-28 [christoph]  0.8.10claws64
4955
4956         * src/account.c
4957         * src/addressadd.c
4958         * src/compose.c
4959         * src/gtkaspell.c
4960         * src/gtkxtext.h                ** REMOVE **
4961         * src/imap.c
4962         * src/matcher.[ch]
4963         * src/mh.c
4964         * src/news.c
4965         * src/pine.c
4966         * src/prefs_common.c
4967         * src/prefs_matcher.c
4968         * src/procheader.[ch]
4969         * src/procmsg.[ch]
4970         * src/toolbar.c
4971         * src/common/ssl_certificate.c
4972         * src/gtk/colorlabel.c
4973         * src/gtk/menu.c
4974                 o fix warnings
4975                 o remove code obsoleted by new cache and folder system rework
4976
4977 2003-02-28 [oliver]     0.8.10claws63
4978         
4979         * src/toolbar.[ch]
4980                 * fix bug where reply in Messageview replied to 
4981                 Message displayed in summaryview
4982                 (reportedd via ML by chinatinte at gmx dot ch)
4983                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4984                 didn't work in separate MessageView Toolbar
4985                 (wondering if anybody uses this at all ?)
4986         * src/summaryview.[ch]
4987                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4988                 (generalize reply and forward code);
4989         * src/messageview.c 
4990                 remove focus_in event which updated summaryview to messageview
4991
4992 2003-02-28 [paul]       0.8.10claws62
4993
4994         * po/Makefile.in.in
4995                 add the --check option
4996                 Patch submitted by Ricardo Mones Lastra
4997
4998 2003-02-28 [paul]       0.8.10claws61
4999
5000         * src/prefs_account.c
5001                 re-order 'Signature' items
5002
5003 2003-02-28 [paul]       0.8.10claws60
5004
5005         * sync with 0.8.10cvs20
5006                 see ChangeLog 2003-02-28
5007
5008 2003-02-28 [paul]       0.8.10claws59
5009
5010         * po/POTFILES.in
5011                 update to reflect recent movement of files
5012
5013 2003-02-28 [paul]       0.8.10claws58
5014
5015         * sync with 0.8.10cvs19
5016                 see ChangeLog 2003-02-28
5017
5018 2003-02-27 [martin]     0.8.10claws57
5019
5020         * src/prefs_matcher.c 
5021                 fix segfault in prefs_matcher_ok() when the
5022                 last entry is deleted and prevents that the
5023                 message "entry not saved" comes up after deleting
5024                 an entry
5025
5026 2003-02-27 [martin]     0.8.10claws56
5027
5028         * src/prefs_filtering.c 
5029                 fix segfault in prefs_filtering_ok() when the
5030                 last entry is deleted and prevents that the
5031                 message "entry not saved" comes up after deleting
5032                 an entry
5033
5034 2003-02-27 [paul]       0.8.10claws55
5035
5036         * sync with 0.8.10cvs18
5037                 see ChangeLog 2003-02-27
5038
5039 2003-02-27 [paul]       0.8.10claws54
5040
5041         * src/addressbook.c
5042                 fix bug where the address book crashes with 
5043                 multiple lookups.
5044                 Patch [687729] submitted by David Frager 
5045                 <dbfrager@users.sourceforge.net>
5046
5047 2003-02-25 [christoph]  0.8.10claws53
5048
5049         * src/Makefile.am
5050         * src/colorlabel.[ch]           ** REMOVE **
5051         * src/gtk/Makefile.am
5052         * src/gtk/colorlabel.[ch]       ** NEW **
5053                 move colorlabel files to gtk directory
5054
5055         * src/esmtp.[ch]                ** REMOVE **
5056                 has been merged into smtp.[ch] in 0.7.5
5057
5058 2003-02-25 [christoph]  0.8.10claws52
5059
5060         * src/Makefile.am
5061         * src/about.[ch]                ** REMOVE **
5062         * src/gtk/Makefile.am
5063         * src/gtk/about.[ch]            ** NEW **
5064                 move about files to gtk directory
5065
5066 2003-02-25 [christoph]  0.8.10claws51
5067
5068         * src/folder.c
5069                 some code optimization of folder scanning code
5070
5071         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5072
5073 2003-02-25 [christoph]  0.8.10claws50
5074
5075         * src/main.c
5076         * src/common/sylpheed.c
5077                 add command line parameter parsing to common code
5078
5079 2003-02-24 [christoph]
5080
5081         * Makefile.am
5082         * configure.ac
5083                 fix gnome prefix problems, the configure script now removed
5084                 `gnome-config --prefix` from `gnome-config --datadir`
5085                 and adds $(prefix} instead
5086
5087         (closes Bug 24 Makefile does not respect prefix when installing
5088          GNOME data)
5089
5090 2003-02-24 [christoph]  0.8.10claws49
5091
5092         * src/news.c
5093                 check for valid session before trying to authenticate
5094
5095         (closes Bug 60 crash if "authenticate on logon" is activated
5096          and newsserver-hostname is not valid)
5097
5098 2003-02-24 [melvin]     0.8.10claws48
5099
5100         * src/prefs_actions.c
5101                 Make sure all user's input is sent to the action and then
5102                 close the socket..
5103
5104 2003-02-23 [alfons]     0.8.10claws46
5105
5106         * src/summaryview.c
5107                 also wait cursor when deleting files
5108
5109 2003-02-23 [paul]
5110
5111         * tools/freshmeat_search.pl
5112           tools/google_search.pl
5113                 scripts should now work for any browser/browser command line
5114
5115 2003-02-22 [christoph]  0.8.10claws45
5116
5117         * src/procmsg.c
5118                 fix IMAP flag setting, IMAP flag is not handled correctly
5119                 anymore by the folder system and information about the
5120                 folder should not be saved in the MsgInfo (in my opinion)
5121
5122         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5123
5124 2003-02-22 [christoph]  0.8.10claws44
5125
5126         * src/summaryview.c
5127                 fix spelling of "label" ;-)
5128
5129 2003-02-22 [thorsten]   0.8.10claws43
5130
5131         * src/mimeview.c
5132           src/prefs_common.[ch]
5133           src/procmime.[ch]
5134                 do not use description as attachment name
5135
5136 2003-02-22 [alfons]     0.8.10claws42
5137
5138         * src/summaryview.c
5139                 freeze/thaw folder item updates when changing color labels,
5140                 and put a wait cursors on
5141
5142 2003-02-22 [thorsten]   0.8.10claws41
5143
5144         * src/mimeview.c
5145                 save-all fixes: crash if invoked on multipart container,
5146                 mimeinfo access, pathseparators, error dialog
5147
5148 2003-02-21 [alfons]     0.8.10claws40
5149
5150         * src/prefs_gtk.c
5151                 remove unused var
5152
5153 2003-02-21 [colin]      0.8.10claws39
5154
5155         * src/send.c
5156                 Fix smtp logging
5157
5158 2003-02-21 [colin]      0.8.10claws38
5159
5160         * src/summaryview.c
5161                 Freeze/thaw folderItem updates when filtering messages 
5162                 via Tools/Filter messages
5163
5164 2003-02-21 [paul]       0.8.10claws37
5165
5166         * src/compose.c
5167                 revert commit 0.8.10claws26, there are ulterior motives
5168                 for users to set a Reply-To header when posting to
5169                 newsgroups
5170
5171 2003-02-21 [paul]       0.8.10claws36
5172
5173         * sync with 0.8.10cvs17
5174                 see ChangeLog 2003-02-21
5175
5176 2003-02-20 [christoph]  0.8.10claws35
5177
5178         * src/imap.c
5179                 IMAP UID fetch speedup using SEARCH
5180
5181         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5182
5183         * src/imap.c
5184                 fix problem with UIDs in IMAP UID cache that no longer existed
5185
5186 2003-02-20 [christoph]  0.8.10claws34
5187
5188         * src/imap.c
5189         * src/procheader.c
5190         * src/procheader.h
5191                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5192
5193         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5194
5195         * src/imap.c
5196                 Rewrite imap_cmd_gen_recv use sock_getline instead
5197                 of sock_gets to avoid problems with too long reply
5198                 lines
5199     
5200 2003-02-20 [colin]      0.8.10claws33
5201         
5202         * src/prefs_account.c
5203                 Better wording
5204
5205 2003-02-20 [colin]      0.8.10claws32
5206
5207         * src/compose.c
5208                 Remove useless '&& !to_sender' 
5209
5210 2003-02-20 [darko]
5211
5212         * AUTHORS
5213                 change my e-mail address
5214
5215 2003-02-19 [colin]      0.8.10claws31
5216
5217         * src/prefs_common.c
5218                 X11 style colors for every configurable color
5219
5220 2003-02-19 [alfons]     0.8.10claws30
5221
5222         * src/prefs_gtk.[ch]
5223         * src/prefs_common.c
5224                 for color_new accept both plain integers and X11 style color
5225                 names (as found in /usr/lib/X11/rgb.txt)
5226
5227 2003-02-19 [paul]       0.8.10claws29
5228
5229         * src/mainwindow.c
5230                 add tooltips to online/offline button and account selector
5231                 button
5232
5233 2003-02-19 [paul]       0.8.10claws28
5234
5235         * src/folder.c
5236           src/news.c
5237           src/prefs_account.[ch]
5238           src/prefs_common.[ch]
5239                 move 'Maximum number of articles to download' to
5240                 account prefs.
5241                 clean up account prefs gui a little by hiding entries
5242                 rather then greying out entries
5243
5244 2003-02-19 [hiro]       0.8.10claws27
5245
5246         * src/common/utils.c
5247                 fix bug #54 'yesterdays date is displayed in the message 
5248                 summary window'
5249
5250 2003-02-19 [paul]       0.8.10claws26
5251
5252         * src/compose.c
5253                 fix bug reported in Feature Request [688596] 
5254                 'Reply-to header in news'
5255
5256 2003-02-18 [paul]       0.8.10claws25
5257
5258         * src/select-keys.c
5259                 add a 'List all keys' button to key selection dialog
5260
5261 2003-02-18 [colin]      0.8.10claws24
5262         
5263         * src/stock_pixmap.c
5264                 fix compile error
5265
5266 2003-02-18 [colin]      0.8.10claws23
5267
5268         * src/common/smtp.[ch]
5269           src/prefs_account.c
5270                 Try to starttls if it seems to be the only
5271                 way to authenticate a user
5272
5273 2003-02-18 [paul]       0.8.10claws22
5274
5275         * src/Makefile.am
5276           src/folderview.c
5277           src/stock_pixmap.[ch]
5278           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5279           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5280                 as a Drafts folder is a special folder allow it to have
5281                 its own unique icons
5282
5283 2003-02-18 [colin]      0.8.10claws21
5284
5285         * src/imap.c
5286                 Fix port selection when using starttls
5287
5288 2003-02-18 [paul]       0.8.10claws20
5289
5290         * src/mainwindow.c
5291           src/prefs_common.[ch]
5292                 make blue the default new mail colour
5293
5294 2003-02-18 [paul]       0.8.10claws19
5295
5296         * sync with 0.8.10cvs14
5297                 see ChangeLog 2003-02-18
5298
5299 2003-02-17 [jens]       0.8.10claws18
5300
5301         * src/common/md5.c
5302                 fixed a compile problem with gcc 3.3
5303                 works on 2.95.3 too (testet on PPC as it is big endian)
5304
5305 2003-02-17 [paul]       0.8.10claws17
5306
5307         * sync with 0.8.10cvs13
5308                 see ChangeLog 2003-02-17
5309
5310 2003-02-17 [paul]       0.8.10claws16
5311
5312         * sync with 0.8.10cvs12
5313                 see ChangeLog 2003-02-17
5314
5315 2003-02-16 [match]      0.8.10claws15
5316
5317         * src/addressbook.c
5318                 Eliminates reloading of address data when items
5319                 deleted or added. Applied submitted by
5320                 Luke Plant <lukeplant@softhome.net>
5321
5322 2003-02-16 [paul]       0.8.10claws14
5323
5324         * src/news.c
5325                 when a 'protocol error' is encountered disconnect from
5326                 the server. This means that the user can carry on viewing
5327                 other articles and doesn't have to either wait until the
5328                 server timesout or quit sylpheed.
5329                 Fixes bug #53 'Unable to read messages in newsgroups, 
5330                 displayed message doesn't change'
5331
5332 2003-02-15 [christoph]  0.8.10claws13
5333
5334         * src/imap.c
5335                 fix bug that stopped scanning of folders when an
5336                 IMAP folder was empty
5337
5338         (closes bug 46 stop scan messages in folders after empty folder)
5339
5340 2003-02-15 [paul]
5341
5342         * tools/Makefile.am
5343           tools/README
5344           tools/freshmeat_search.pl     ** NEW FILE **
5345           tools/google_search.pl        ** NEW FILE **
5346                 Add 2 Actions scripts which search freshmeat/google
5347                 for the selected text using the browser configured
5348                 in sylpheedrc.
5349                 
5350         Note: These scripts are very dependent on the format of the
5351         browser command and may not work on every occasion. Testing
5352         is welcome. 
5353
5354 2003-02-14 [alfons]     0.8.10claws12
5355
5356         * src/compose.c
5357                 fix breakage because of uninitialized account pointer.
5358                 please verify.
5359
5360 2003-02-14 [paul]       0.8.10claws11
5361
5362         * src/compose.c
5363           src/prefs_account.[ch]
5364           src/prefs_common.[ch]
5365                 move signature settings to Account Prefs
5366
5367 2003-02-14 [paul]       0.8.10claws10
5368
5369         * sync with 0.8.10cvs11
5370                 see ChangeLog 2003-02-14
5371
5372 2003-02-13 [thorsten]   0.8.10claws9
5373
5374         * src/news.c
5375                 revert news progressbar (GUI separation)
5376
5377 2003-02-13 [paul]       0.8.10claws8
5378
5379         * src/compose.c
5380                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5381                 paragraph 1
5382
5383 2003-02-13 [paul]       0.8.10claws7
5384
5385         * src/compose.[ch]
5386           src/summaryview.c
5387                 fix 'Follow-up and Reply-to' so that it creates a reply to
5388                 the newsgroup and the sender. If the message has the keyword
5389                 'poster' in the Followup-To header, all replies go to the
5390                 sender, re: RFC 1036, Section 2.2.3
5391                 rename all instances of 'ignore_replyto' to 'to_sender', both
5392                 were previously used, now we use just one.
5393
5394 2003-02-13 [paul]       0.8.10claws6
5395
5396         * sync with 0.8.10cvs9
5397                 see ChangeLog 2003-02-13
5398
5399 2003-02-13 [paul]       0.8.10claws5
5400
5401         * configure.ac
5402                 show which plugins are configured in the configure
5403                 output.
5404
5405 2003-02-12 [thorsten]   0.8.10claws4
5406
5407         * src/news.c
5408                 show progress while fetching news headers
5409
5410 2003-02-12 [christoph]  0.8.10claws3
5411
5412         * configure.ac
5413         * src/plugins/Makefile.am
5414                 use AM_CONDITIONAL to enable plugins, automake correctly
5415                 manages this when creating distdir
5416
5417 2003-02-12 [christoph]  0.8.10claws2
5418
5419         * ac/spamassassin.m4
5420         * src/plugins/spamassassin/Makefile.am
5421                 fix building SpamAssassin plugin without OpenSSL
5422
5423 2003-02-12 [paul]       0.8.10claws1
5424
5425         * ac/Makefile.am
5426           src/Makefile.am
5427           src/plugins/Makefile.am
5428                 fix failure of 'make release'
5429
5430 2003-02-12 [paul]       0.8.10claws
5431
5432         * 0.8.10claws released
5433
5434 2003-02-12 [paul]       0.8.9claws56
5435
5436         * po/bg.po
5437           po/es.po
5438           po/it.po
5439           po/ru.po
5440           po/sr.po
5441                 updated translations by George Danchev, Ricardo Mones Lastra,
5442                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5443                 
5444         * sylpheed.spec.in
5445                 Allow the building of RPMs by a regular user. Submitted
5446                 by Sergei Astanin
5447
5448 2003-02-11 [alfons]     0.8.9claws55
5449
5450         * src/colorlabel.c
5451                 don't use pixmaps for label color rect but draw rectangles
5452                 so we can respect the color map of palette based visuals
5453                 (fixes the long time crashes on Suns - thanks to Andreas
5454                 Engel and Steve O'Hara-Smith for testing)
5455
5456 2003-02-11 [christoph]  0.8.9claws54
5457
5458         * src/matcher_parser_parse.y
5459                 correct bug where filering rules of not existing folders in
5460                 matcherrc were added to global filtering
5461                 
5462         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5463          main filter-rules after removing directory, http://bugs.debian.org/180253)
5464         
5465 2003-02-11 [paul]       0.8.9claws53
5466
5467         * sync with 0.8.10cvs7
5468                 see ChangeLog 2003-02-09
5469
5470 2003-02-11 [melvin]     0.8.9claws52
5471
5472         * po/fr.po
5473                 Updated French tranlsations
5474
5475 2003-02-10 [paul]       0.8.9claws51
5476
5477         * sylpheed.spec.in
5478                 correct --enable-openssl
5479                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5480
5481 2003-02-09 [martin]     0.8.9claws50
5482
5483         * src/prefs_matcher.c
5484                 fix segfault in prefs_matcher_substitute_cb() when
5485                 no row is selected
5486
5487 2003-02-09 [paul]       0.8.9claws49
5488
5489         * src/folderview.c
5490                 fix bug where a newsgroup folder's processing rules were
5491                 merged with the global filtering rules when the newsgroup
5492                 folder was deleted, causing some seriously bad results,
5493                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5494
5495 2003-02-08 [melvin]     0.8.9claws48
5496
5497         * src/compose.c
5498                 Corrected and modified an alert message.
5499
5500 2003-02-07 [paul]       0.8.9claws47
5501
5502         * src/folderview.c
5503                 fix bug where both an 'Account properties' window and a
5504                 'Folder properties' window were opened when clicking on
5505                 'Properties' in an NNTP or IMAP folder's popup menu.
5506
5507 2003-02-07 [paul]       0.8.9claws46
5508
5509         * sync with 0.8.10cvs6
5510                 see ChangeLog 2003-02-06
5511
5512 2003-02-06 [christoph]  0.8.9claws45
5513
5514         * src/mbox.c
5515                 freeze folder updates while importing mbox files
5516                 (closes bug 43 importing mbox took hours)
5517                 
5518         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5519
5520 2003-02-06 [thorsten]   0.8.9claws44
5521
5522         * po/de.po
5523                 Updated german translations
5524
5525 2003-02-06 [thorsten]   0.8.9claws43
5526
5527         * src/news.h
5528                 use guint for message numbers (fix count in grouplist dialog)
5529
5530 2003-02-05 [paul]       0.8.9claws42
5531
5532         * sync with 0.8.10cvs2
5533                 see ChangeLog 2003-02-05
5534
5535 2003-02-04 [colin]      0.8.9claws41
5536
5537         * src/prefs_common.[ch]
5538           src/procmsg.c
5539           src/summaryview.c
5540                 Add an option to disable threading by subject
5541
5542 2003-02-04 [christoph]  0.8.9claws40
5543
5544         * src/inc.c
5545                 only abort fetching mails from multiple accounts when the
5546                 error is fatal and does not allow to check any more accounts
5547                 (currently only disk full error)
5548
5549         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5550          receive mails for other accouts)
5551
5552 2003-02-04 [christoph]  0.8.9claws39
5553
5554         * src/folder.c
5555                 first add the new message to the cache, then
5556                 send the update notification
5557
5558         (closes bug 39 after sending message folderview doesnt get updated)
5559
5560 2003-02-04 [colin]      0.8.9claws38
5561
5562         * src/inc.c
5563                 _really_ fix this Connecting... status
5564
5565 2003-02-04 [paul]       0.8.9claws37
5566
5567         * sync with 0.8.10
5568                 see ChangeLog 2003-02-04
5569
5570 2003-02-04 [paul]       0.8.9claws36
5571
5572         * sync with 0.8.9cvs6
5573                 see ChangeLog 2003-02-03
5574
5575 2003-02-04 [paul]       0.8.9claws35
5576
5577         * po/pt_BR.po
5578                 updated by André Filipe de Assunção e Brito 
5579                 <bedecko@netsite.com.br>
5580
5581 2003-02-03 [thorsten]   0.8.9claws34
5582
5583         * po/de.po
5584                 Updated german translations
5585
5586 2003-02-02 [paul]       0.8.9claws33
5587
5588         * po/es.po
5589                 updated by Ricardo Mones Lastra
5590
5591 2003-02-02 [thorsten]   0.8.9claws32
5592
5593         * src/mh.c
5594                 Fix mh_get_msginfo() segfault if file is inaccessible
5595
5596 2003-01-31 [colin]      0.8.9claws31
5597
5598         * src/procheader.c
5599                 Fix last commit's bug
5600
5601 2003-01-31 [colin]      0.8.9claws30
5602
5603         * src/procheader.c
5604                 Missing a change for gpg-signed messages
5605
5606 2003-01-31 [paul]       0.8.9claws29
5607
5608         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5609           src/procheader.c
5610           src/stock_pixmap.[ch]
5611           src/summaryview.c
5612                 indicate GnuPG signed messages by displaying an icon
5613                 in the Attachment column.
5614
5615 2003-01-31 [paul]       0.8.9claws28
5616
5617         * sync with 0.8.9cvs4
5618                 see ChangeLog 2003-01-31
5619
5620 2003-01-31 [alfons]     0.8.9claws27
5621
5622         * src/textview.c
5623                 tune URI parser to accept mailto URLs with a '?'
5624                 (patch from Ruslan Balkin)
5625
5626 2003-01-31 [colin]      0.8.9claws26
5627
5628         * src/summaryview.c
5629                 Fix a leak introduced in claws24
5630
5631 2003-01-31 [colin]      0.8.9claws25
5632
5633         * src/summaryview.c
5634                 Freeze/Thaw folder updates when deleting dups
5635
5636 2003-01-31 [colin]      0.8.9claws24
5637         
5638         * src/addr_compl.c
5639           src/summaryview.c
5640           src/msgcache.c
5641                 little speed improvements
5642
5643 2003-01-31 [colin]      0.8.9claws23
5644
5645         * src/summaryview.c
5646                 Fix segfault when forwarding nothing
5647                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5648                 
5649 2003-01-30 [paul]       0.8.9claws22
5650
5651         * sync with 0.8.9cvs3
5652                 see ChangeLog 2003-01-30
5653
5654 2003-01-30 [paul]       0.8.9claws21
5655
5656         * sync with 0.8.9cvs2
5657                 see ChangeLog 2003-01-30
5658
5659 2003-01-29 [paul]       0.8.9claws20
5660
5661         * sync with 0.8.9cvs1
5662                 see ChangeLog 2003-01-29
5663
5664 2003-01-28 [paul]       0.8.9claws19
5665
5666         * po/POTFILES.in
5667                 update to reflect changes. 
5668                 thanks to Ricardo Mones Lastra
5669
5670 2003-01-27 [christoph]  0.8.9claws18
5671
5672         * ac/openssl.m4
5673         * ac/spamassassin.m4
5674         * src/plugins/spamassassin/README
5675         * src/plugins/spamassassin/libspamc.[ch]
5676         * src/plugins/spamassassin/utils.[ch]
5677                 updated to latest libspamc
5678
5679 2003-01-27 [christoph]  0.8.9claws17
5680
5681         * src/folder.c
5682                 fix wrong use of procheader_get_header_fields
5683
5684 2003-01-27 [christoph]  0.8.9claws16
5685
5686         * src/news.c
5687         * src/prefs_account.[ch]
5688         * src/common/nntp.[ch]
5689                 allow to force authentication for NNTP servers
5690
5691         Patch submitted by Florian Mickler <dmk@d-labs.de>
5692
5693 2003-01-26 [paul]       0.8.9claws15
5694
5695         * src/summaryview.c
5696                 speed up of marking messages as read
5697                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5698
5699 2003-01-26 [christoph]  0.8.9claws14
5700
5701         * src/Makefile.am
5702         * src/mgutils.[ch]              ** REMOVE **
5703         * src/xml.[ch]                  ** REMOVE **
5704         * src/xmlprops.[ch]             ** REMOVE **
5705         * src/common/Makefile.am
5706         * src/common/mgutils.[ch]       ** NEW **
5707         * src/common/xml.[ch]           ** NEW **
5708         * src/common/xmlprops.[ch]      ** NEW **
5709                 move xml files to common directory
5710
5711 2003-01-26 [christoph]  0.8.9claws13
5712
5713         * src/plugins/spamassassin/spamassassin_gtk.c
5714                 only set gtk entry text if string is available
5715
5716 2003-01-26 [melvin]     0.8.9claws12
5717
5718         * src/description_window.c
5719                 Allow resizing of the window
5720                 Allow automatic horizontal scroll bar
5721                 Do not vertically expand and fill
5722
5723 2003-01-26 [christoph]  0.8.9claws11
5724
5725         * src/Makefile.am
5726         * src/gtkutils.[ch]             ** REMOVE **
5727         * src/common/sylpheed.c
5728         * src/gtk/Makefile.am
5729         * src/gtk/description_window.c
5730         * src/gtk/gtkutils.[ch]         ** NEW **
5731         * src/gtk/prefswindow.c
5732                 move gtkutils to gtk directory
5733
5734 2003-01-26 [paul]       0.8.9claws10
5735
5736         * src/summaryview.c
5737                 rename summary_unread_clicked() to summary_status_clicked()
5738
5739 2003-01-26 [melvin]     0.8.9claws9
5740
5741         * src/prefs_actions.c
5742                 Cosmetical changes to the help text
5743
5744 2003-01-26 [paul]       0.8.9claws8
5745
5746         * src/folder.[ch]
5747           src/mainwindow.c
5748           src/prefs_common.c
5749           src/prefs_sumamry_column.c
5750           summaryview.[ch]
5751                 rename the 'Unread' column to 'Status'
5752
5753 2003-01-25 [match]      0.8.9claws7
5754
5755         * src/mgutils.[ch]
5756                 removed reference to LDAP constants. removed error2string.
5757                 included functions to support LDAP dynamic queries.
5758         * src/syldap.h
5759                 moved LDAP constants here.
5760         * src/addressbook.c
5761         * src/addrindex.c
5762         * src/importldif.c
5763                 removed references to LDAP constants and references to
5764                 error2string.
5765
5766 2003-01-25 [paul]       0.8.9claws6
5767
5768         * src/summaryview.c
5769                 summary_thread_build(), summary_thread_init(): remove 
5770                 unneeded reference to summaryview->folder_item
5771
5772 2003-01-25 [christoph]  0.8.9claws5
5773
5774         * src/gtk/description_window.c
5775                 o allow description texts to expand over multiple columns
5776                 o translate all columns
5777         * src/prefs_actions.c
5778                 change syntax description to use new multi column feature
5779
5780         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5781
5782 2003-01-25 [match]      0.8.9claws4
5783
5784         * src/vcard.c
5785                 fixed bug with Quoted-Printable
5786
5787 2003-01-25 [paul]       0.8.9claws3
5788
5789         * src/folder.[ch]
5790           src/summaryview.[ch]
5791                 implement per-folder collapsed/expanded threads setting
5792                 
5793         * src/prefs_common.c
5794                 remove global collapsed/expanded threads option
5795
5796 2003-01-25 [christoph]  0.8.9claws2
5797
5798         * po/POTFILES.in
5799                 add pluginwindow and prefswindow
5800         * src/compose.c
5801                 make send respond correctly to messages that could be added
5802                 to the queue folder, but the UID of the message is unknown
5803         * src/folder.c
5804         * src/imap.c
5805                 don't return guessed UIDs in imap_add_msg anymore. We return
5806                 0 to tell the folder system it was appened but the UID is
5807                 unknown. Folder system now get's the UID by scaning the folder
5808                 and searching the cache for the Message-ID
5809                 (closes bug #29 Messages queued, but not sent)
5810
5811 2003-01-25 [paul]       0.8.9claws1
5812
5813         * src/codeconv.c
5814                 conv_encode_header():  fix bug when long headers with 8-bit
5815                 characters are used, so that the encoded words are wrapped.
5816                 If the space in the original text falls on the wrap boundary,
5817                 it can be lost.
5818                 Patch by Sergey Vlasov.
5819                 
5820         * src/folderview.c
5821                  fix bug where a change to the sorting method or thread view
5822                  of a folder's messages is lost if simpify-subject is set and
5823                  toggled on or off.
5824                  Patch by Luke Plant.
5825
5826 2003-01-24 [paul]       0.8.9claws
5827
5828         * sylpheed-0.8.9claws released
5829         
5830         * Makefile.am
5831           sylpheed.spec.in
5832                 remove reference to 'INSTALL.jp'
5833
5834 2003-01-23 [paul]       0.8.8claws128
5835
5836         * po/es.po
5837           po/it.po
5838           po/ru.po
5839           po/sr.po
5840                 updated translations. submitted by Ricardo Mones Lastra,
5841                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5842
5843 2003-01-23 [colin]      0.8.8claws127
5844
5845         * src/compose.c
5846                 Fix drafted and queued news articles re-edition
5847
5848 2003-01-23 [melvin]     0.8.8claws126
5849
5850         * po/fr.po
5851                 Updated French translations
5852
5853 2003-01-23 [colin]      0.8.8claws125
5854
5855         * src/inc.c
5856                 Fix "Connecting to..." status message
5857
5858 2003-01-22 [paul]       0.8.8claws124
5859
5860         * po/bg.po
5861                 updated by George Danchev
5862                 
5863         * src/folder.c
5864                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5865                 and folder deletion
5866
5867 2003-01-21 [paul]       0.8.8claws123
5868
5869         * po/bg.po
5870                 updated by George Danchev
5871                 
5872         * src/about.c
5873                 its now 2003
5874                 
5875         * src/toolbar.c
5876                 don't translate 'Separator'
5877                 
5878         * src/plugins/spamassassin/Makefile.am
5879                 add aspell to CPPFLAGS
5880                 
5881         * src/plugins/spamassassin/spamassassin.c
5882           src/plugins/spamassassin/spamassassin_gtk.c
5883                 set correct default for spamassassin_receive_spam
5884                 slightly re-word descriptions and some
5885                 other minor changes
5886
5887 2003-01-19 [alfons]     0.8.8claws122
5888                 
5889         * src/mimeview.c
5890                 mimeview_save_as(): we might as well show the file name for
5891                 the single case "Save As" too
5892
5893 2003-01-19 [alfons]     0.8.8claws121
5894
5895         * src/crash.c
5896                 change bug tracker URL to bugzilla URL
5897
5898 2003-01-19 [alfons]     0.8.8claws120
5899
5900         * src/mimeview.c
5901                 mimeview_save_all(): display name of file before overwriting;
5902                 continue saving all, even when one overwrite was cancelled
5903
5904 2003-01-19 [christoph]  0.8.8claws119
5905
5906         * src/summaryview.c
5907         * src/procmsg.[ch]
5908                 fix wrong usage of procmsg_find_children in summaryview
5909                 by using procmsg_update_unread_children instead of
5910                 summaryview_update_unread_children
5911
5912 2003-01-19 [christoph]  0.8.8claws118
5913
5914         * src/procmsg.c
5915                 fix infinite loop in procmsg_find_children
5916                  (closes bug #25 sylpheed crashes on delete.)
5917
5918         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5919
5920 2003-01-19 [paul]       0.8.8claws117
5921
5922         * po/pt_BR.po
5923                 updated by Ivan Francolin Martinez
5924
5925 2003-01-18 [melvin]     0.8.8claws116
5926
5927         * src/prefs_actions.c
5928                 Removed syntax limitation of only one '&' at the end of command.
5929                         Now actions that contain '>/dev/null 2>&1' are possible.
5930
5931 2003-01-18 [melvin]     0.8.8claws115
5932
5933         * src/prefs_actions.c
5934                 Actions IO dialog: when the action ends
5935                 the "Close" button now has focus and [Escape] closes the
5936                 window.
5937
5938 2003-01-18 [christoph]  0.8.8claws114
5939
5940         * src/procmsg.c
5941                 o add debug output when MsgInfos are really freed
5942                 o free GSLists in procmsg_find_children and
5943                   procmsg_update_unread_children
5944
5945 2003-01-18 [christoph]  0.8.8claws113
5946
5947         * src/mainwindow.c
5948                 reorder Configuration menu
5949
5950 2003-01-18 [christoph]  0.8.8claws112
5951
5952         * src/compose.c
5953                 fix applying templates to forwarded messages
5954
5955         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5956
5957 2003-01-17 [christoph]  0.8.8claws111
5958
5959         * src/folder.c
5960                 destroy folder items, when a folder item is removed
5961
5962 2003-01-17 [christoph]  0.8.8claws110
5963
5964         * src/folder.c
5965                 fix wrong folder stats update when ignored message is
5966                 deleted
5967
5968 2003-01-17 [colin]      0.8.8claws109
5969         
5970         * src/mainwindow.c
5971         * src/summaryview.c
5972                 Quicksearch bugfixes: 
5973                 - hide help button at startup if not extended
5974                 - switch to extended when looking for replies
5975
5976 2003-01-17 [paul]
5977
5978         * sync with 0.8.9 release
5979
5980 2003-01-17 [paul]       0.8.8claws108
5981
5982         * sync with 0.8.8cvs11
5983                 see ChangeLog 2003-01-17
5984
5985 2003-01-16 [colin]      0.8.8claws107
5986
5987         * src/procmsg.c
5988                 Changed encryption test to re-ask passphrase
5989                 if an encrypted message hasn't been decrypted
5990                 Fixes bug #5
5991
5992 2003-01-16 [christoph]  0.8.8claws106
5993
5994         * src/prefs_gtk.c
5995         * src/prefs_toolbar.c
5996         * src/gtk/prefswindow.h
5997         * src/plugins/spamassassin/spamassassin_gtk.c
5998                 remove page destroy function that is not used anymore
5999
6000 2003-01-16 [paul]       0.8.8claws105
6001
6002         * sync with 0.8.8cvs9
6003                 see ChangeLog 2002-01-16
6004
6005 2003-01-16 [colin]      0.8.8claws104
6006
6007         * src/compose.[ch]
6008                 Fix bug with autosaved drafts for IMAP, when draft
6009                 folder is specified - fixes bugzilla bug #20
6010
6011 2003-01-15 [paul]       0.8.8claws103
6012
6013         * src/compose.[ch]
6014           src/procmsg.c
6015                 store folder and message-id of message forwarding
6016                 in queue header and set forward flag after sending
6017
6018 2003-01-15 [paul]       0.8.8claws102
6019
6020         * sync with 0.8.8cvs8
6021                 see ChangeLog 2002-01-15
6022
6023 2003-01-15 [colin]      0.8.8claws101
6024
6025         * src/Makefile.am
6026                 Fix linking with GNU libiconv
6027
6028 2003-01-15 [darko]      0.8.8claws100
6029
6030         * src/pine.c
6031                 fix crash when importing pine address book
6032                 entry with an empty name (reported by DY
6033                 <dybulk at tri8.net>)
6034
6035 2003-01-14 [paul]       0.8.8claws99
6036
6037         * configure.in  ** REMOVED **
6038           configure.ac  ** NEW FILE **
6039                 rename configure.in to configure.ac, as it is now
6040                 preferred
6041
6042 2003-01-14 [melvin]     0.8.8claws98
6043
6044         * src/folderview.c
6045                 folderview_check_new(): More precise function description
6046
6047 2003-01-14 [melvin]     0.8.8claws97
6048
6049         * src/folderview.c
6050                 folderview_check_new(): return the number of new messages 
6051                         since last check.
6052         * src/inc.c
6053                 inc_account_mail(): Disable counting of new messages for IMAP
6054                         and NNTP until bug [19] and [14] are fixed.
6055
6056 2003-01-14 [paul]       0.8.8claws96
6057
6058         * sync with 0.8.8cvs6
6059                 see ChangeLog 2003-01-14
6060
6061 2003-01-13 [alfons]     0.8.8claws95
6062
6063         * src/textview.c
6064                 tune email address validation (c. 0.8.8claws89): if . is 
6065                 just one char away from @, the address is invalid too 
6066                 (correctly rejects addresses like foo@.com)
6067
6068 2003-01-13 [paul]       0.8.8claws94
6069
6070         * src/messageview.c
6071           src/toolbar.c
6072                 fixes to the Message View toolbar and menu:
6073                 fix non-functioning Forward button
6074                 make Reply button consider default_reply_list
6075                 remove 'Follow-up...' menu entry
6076                 add 'Forward' and 'Redirect' menu entries
6077
6078 2003-01-13 [melvin]     0.8.8claws93
6079
6080         * src/inc.c
6081                 Fixed typo that could make new messages count incorrect.
6082
6083 2003-01-13 [melvin]     0.8.8claws92
6084
6085         * src/folderview.[ch]
6086                 folderview_check_new(): return the number of new messages.
6087         * src/inc.c
6088                 Should fix bug [14] where new mail notification worked 
6089                         incorrectly with IMAP accounts.
6090                 inc_spool_account(): return number of new msgs, or -1 on error
6091                 inc_all_spool(): return number of new msgs
6092                 
6093 2003-01-13 [melvin]     0.8.8claws91
6094
6095         * src/prefs_actions.c
6096                 Justify help text.
6097
6098 2003-01-12 [thorsten]   0.8.8claws90
6099
6100         * src/common/prefs.c
6101                 close file before rename
6102
6103 2003-01-12 [alfons]     0.8.8claws89
6104
6105         * AUTHORS
6106                 add Christian Mertes
6107         * src/common/utils.[ch]
6108                 g_stricase_hash(), g_stricase_equal(): functions for 
6109                 case insensitive hash tables
6110         * src/textview.c
6111                 use top level domain names to validate email address, based
6112                 on a patch by Christian Mertes (thanks!), but changed 
6113                 implementation to use a hash table 
6114
6115 2003-01-12 [paul]       0.8.8claws88
6116
6117         * po/bg.po
6118                 updated by George Danchev
6119
6120 2003-01-12 [alfons]     0.8.8claws87
6121
6122         * src/summaryview.c
6123                 delete / execute performance: use new style folder update
6124
6125 2003-01-12 [paul]       0.8.8claws86
6126
6127         * sync with 0.8.8cvs5
6128                 see ChangeLog 2003-01-13 (!)
6129
6130 2003-01-12 [alfons]     0.8.8claws85
6131
6132         * src/filtering.c
6133         * src/matcher_parser_parse.y
6134                 prepare change_score filtering action
6135         * src/matcher.[ch]
6136                 give up const-correctness on functions that call non-const-correct functions;
6137                 several casts to gpointer in g_free();
6138                 add change_score;
6139
6140 2003-01-12 [christoph]  0.8.8claws84
6141
6142         * src/compose.c
6143                 fix 2 warnings
6144
6145         * src/gtk/prefswindow.[ch]
6146         * src/plugins/spamassassin/spamassassin_gtk.c
6147                 changed the call of the widget create function
6148                 for PrefsPages, because sometimes the widget
6149                 create function needs a widget that already has
6150                 been attached to a window (to create GDK pixmaps
6151                 for exmaple). So we simply pass the GtkWindow as
6152                 the second parameter now.
6153
6154         * src/main.c
6155         * src/mainwindow.c
6156         * src/prefs_toolbar.[ch]
6157                 rewrite Toolbar Preferences using the new
6158                 prefs window
6159
6160 2003-01-11 [alfons]     0.8.8claws83
6161
6162         * src/addressadd.c
6163                 fix crash when adding sender to addressbook because status bar
6164                 isn't there (the status bar doesn't seem to be used though,
6165                 but I'll let Match decide what to do with it)
6166
6167 2003-01-11 [colin]      0.8.8claws82
6168
6169         * src/main.c
6170           src/toolbar.c
6171                 Two useless changes reversed
6172
6173 2003-01-11 [colin]      0.8.8claws81
6174
6175         * src/mainwindow.c
6176           src/mainwindow.h
6177                 Add mainwindow_get_mainwindow()
6178         * src/alertpanel.c
6179           src/alertpanel.h
6180                 Add alertpanel_error_log() 
6181         * src/compose.c
6182           src/inc.c
6183           src/messageview.c
6184           src/toolbar.c
6185           src/main.c
6186           src/procmsg.c
6187                 Network errors get a View Log button
6188
6189 2003-01-10 [alfons]     0.8.8claws80
6190
6191         * src/prefs_toolbar.c
6192         * src/toolbar.c
6193                 use the translatable string for "Separator" as file name for
6194                 separator toolbar items (probably make this uppercase?)
6195
6196 2003-01-10 [alfons]     0.8.8claws79
6197
6198         * src/prefs_toolbar.c
6199                 put right A_SEPARATOR description string in "displayed
6200                 toolbar items list" so manually added separators are
6201                 saved correctly (bug #10, "Adding a separator to the main 
6202                 toolbar fails, entry in xml file is wrong")
6203
6204 2003-01-10 [christoph]  0.8.8claws78
6205
6206         * src/imap.c
6207                 o fix warnings
6208                 o use CAPABILITY to check if NAMESPACE is available
6209
6210 2003-01-10 [christoph]  0.8.8claws77
6211
6212         * src/imap.[ch]
6213                 apply UIDPLUS IMAP extension support patch
6214
6215         Patch submitted by Simon 'corecode' Schubert
6216
6217 2003-01-10 [paul]       0.8.8claws76
6218
6219         * src/folderview.c
6220                 a sync from main which fixes the news account folders'
6221                 Properties bug
6222
6223 2003-01-10 [christoph]  0.8.8claws75
6224
6225         * src/folder.c
6226                 don't accept 0 as a valid uid returned by copy and move
6227                 functions. 0 means the message was copied or moved but the
6228                 new uid could not be fetched. It is not an error condition
6229                 for the copy or move operation.
6230
6231 2003-01-10 [paul]       0.8.8claws74
6232
6233         * src/prefs_filtering.c
6234                 change English used in Alert when entry is not
6235                 saved.
6236                 
6237         * sync with 0.8.8cvs4
6238                 see ChangeLog 2003-01-10
6239
6240 2003-01-10 [darko]      0.8.8claws73
6241
6242         * src/pine.c
6243                 fix crash when importing address book entry
6244                 without a valid address
6245
6246 2003-01-09 [alfons]     0.8.8claws72
6247
6248         * src/inc.c
6249                 filtering performance: use new style folder update
6250
6251 2003-01-09 [christoph]  0.8.8claws71
6252
6253         * src/compose.c
6254         * src/gtk/menu.[ch]
6255                 fix wrong selecting of mime encoding type, when
6256                 opening property dialog of attachments in the
6257                 compose window. 7bit was always selected and that
6258                 destoryed files with 8bit data.
6259                 (closes bug #9 Sylpheed-claws destroys attachments when
6260                  changing MIME-types)
6261
6262 2003-01-09 [paul]       0.8.8claws70
6263
6264         * sync with 0.8.8cvs3
6265                 see ChangeLog 2003-01-09
6266
6267 2003-01-08 [alfons]     0.8.8claws69
6268         
6269         * src/addressadd.c
6270                 apply patch by Kim Schulz to fix build breakage
6271                 because of missing variable
6272
6273 2003-01-08 [paul]       0.8.8claws68
6274
6275         * sync with 0.8.8cvs2
6276                 see ChangeLog 2002-01-08
6277
6278 2003-01-08 [paul]       0.8.8claws67
6279
6280         * po/it.po
6281                 updated by Alessandro Maestri
6282                 
6283         * src/addressadd.c
6284                 when using 'Add sender to addressbook' allow
6285                 name to be edited and remarks to be entered
6286                 Patch submitted by Luke Plant
6287
6288 2003-01-08 [darko]      0.8.8claws66
6289
6290         * README.claws, src/summaryview.c
6291                 fix description for marked messages
6292
6293 2003-01-08 [paul]
6294
6295         * tools/Makefile.am
6296           tools/launch_phoenix  ** NEW FILE **
6297                 add script that enables using Phoenix as the default
6298                 web browser. 
6299                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6300                 
6301         * tools/OOo2sylpheed.pl
6302                 remove full path to sylpheed executable, just 'sylpheed'
6303                 will do
6304                 
6305         * tools/README
6306                 add launch_phoenix informtion and re-arrange and compress
6307                 the data a little
6308
6309 2003-01-07 [christoph]  0.8.8claws65
6310
6311         * src/folder.c
6312                 fix update for source folder when moving messages
6313         * src/procmsg.[ch]
6314         * src/summaryview.c
6315                 use function to set to_folder for message infos and
6316                 automatically update the op_count for old and new
6317                 folder
6318
6319 2003-01-07 [melvin]     0.8.8claws64
6320
6321         * src/prefs_actions.c
6322                 Fixed bug where an '%p' Action on a displayed image crashed 
6323                         Sylpheed
6324                 Code clean up (get rid of duplicated code and removed unnecessary 
6325                                 structure member)
6326
6327 2003-01-07 [christoph]  0.8.8claws63
6328
6329         * src/compose.c
6330         * src/folder.[ch]
6331         * src/folderview.c
6332         * src/import.c
6333         * src/inc.c
6334         * src/main.c
6335         * src/mainwindow.c
6336         * src/messageview.c
6337         * src/prefs_folder_item.c
6338         * src/procmsg.c
6339         * src/summaryview.c
6340         * src/toolbar.c
6341                 o remove all folder update triggering from the UI code. The folder
6342                   system should know much better when a folder needs an update.
6343                 o to prevent multiple updates in a row the folder updates can be
6344                   frozen for some time.
6345
6346                 Note: - Please verify that no updates are missing
6347                       - Check where freeze/thaws should be added
6348
6349 2003-01-07 [christoph]  0.8.8claws62
6350
6351         * src/prefs_actions.c
6352                 don't translate empty strings
6353
6354         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6355
6356 2003-01-06 [christoph]  0.8.8claws61
6357
6358         * src/prefs_actions.c
6359                 mark strings for gettext
6360         * src/prefs_matcher.c
6361                 use new description window for Execute action and
6362                 match condition in Filtering
6363
6364         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6365
6366 2003-01-06 [alfons]     0.8.8claws60
6367
6368         keep myself inspired to re-organize matcher part 8; 
6369         yes, more to come (I need to move out the descriptive
6370         text for actions to matcher.c, or at least make it not
6371         depend on the wicked ordering)
6372
6373         * src/prefs_matcher.c
6374                 add documentation so others may comprehend the
6375                 UI part of the conditions
6376                 
6377 2003-01-06 [christoph]  0.8.8claws59
6378
6379         * src/prefs_actions.c
6380                 use new description window for syntax help
6381         * src/gtk/description_window.c
6382                 fix display of descriptions with column count != 2
6383
6384         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6385
6386 2003-01-06 [christoph]  0.8.8claws58
6387
6388         * src/quote_fmt.c
6389         * src/summaryview.[ch]
6390         * src/gtk/Makefile.am
6391         * src/gtk/description_window.[ch]       ** NEW **
6392                 use a generic window to display syntax descriptions
6393                 currently used in quote_fmt and summaryview (new description
6394                 for extended quick search)
6395
6396         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6397
6398 2003-01-06 [paul]       0.8.8claws57
6399
6400         * sync with 0.8.8cvs1
6401                 see ChangeLog 2003-01-06
6402
6403 2003-01-06 [christoph]  0.8.8claws56
6404
6405         * src/mainwindow.c
6406         * src/prefs_gtk.[ch]
6407         * src/gtk/prefswindow.[ch]
6408         * src/plugins/spamassassin/spamassassin_gtk.c
6409                 o remove page management from prefswindow, pages
6410                   will be an argument to prefswindow_open
6411                 o prefswindow_open gets a datapointer that is
6412                   passed to the widget_create function to allow
6413                   creation of prefswindow for specific items
6414
6415 2003-01-06 [colin]      0.8.8claws55
6416         
6417         * src/summaryview.c
6418                 We don't want regexp in the reply-finder, 
6419                 because MIDs can contain !,$,. and so on
6420
6421 2003-01-06 [jens]       0.8.8claws54
6422
6423         * src/jpilot.c
6424                 fixed a wrong free in jpilot_read_db_files
6425
6426 2003-01-06 [alfons]     0.8.8claws53
6427
6428         re-organize matcher part 8; more to come
6429        
6430         * src/matcher.c
6431                 matcherprop_to_string(): put g_free()s before the
6432                 switch-case break to fix memleaks                
6433
6434 2003-01-06 [colin]      0.8.8claws52
6435
6436         * src/summaryview.c
6437                 cleanup & reply-finder now displays the first 
6438                 matching message
6439
6440 2003-01-05 [alfons]     0.8.8claws51
6441
6442         re-organize matcher part 7; more to come
6443
6444         * src/matcher.[ch]
6445                 fixes for constant correctness;
6446                 more documentation;
6447
6448 2003-01-05 [alfons]     0.8.8claws50
6449
6450         re-organize matcher part 6; more to come
6451         
6452         * src/matcher.[ch]
6453                 fixes for constant correctness;
6454                 more documentation;
6455         * src/filtering.c
6456                 fix for constant correctness
6457
6458 2003-01-05 [colin]      0.8.8claws49
6459
6460         * src/account.[ch]
6461                 Add account_get_reply_account function
6462         * src/compose.c
6463                 Use account_get_reply_account function 
6464         * src/summaryview.c
6465                 Basic reply-finder - click on the replied
6466                 icon gets you to the outbox using quick-search
6467
6468 2003-01-05 [paul]       0.8.8claws48
6469
6470         * src/prefs_common.c
6471                 small change to English
6472                 
6473         * src/prefs_filtering.c
6474                 prefs_filtering_action_select(): improve logic and uniformity
6475                 of gui
6476
6477 2003-01-05 [alfons]     0.8.8claws47
6478
6479         fine tune solution to focus problems (bug #7)
6480
6481         * src/mainwindow.c
6482                 mainwindow_focus_in_event(): remove grab event check
6483         * src/summaryview.c
6484                 summary_button_pressed(): move selection on right-click
6485                 too. we can't possibly move the selection back after
6486                 canceling a dialog, because gtk's incomplete focus 
6487                 management. whether this is a good solution, only time
6488                 will tell.
6489
6490 2003-01-05 [christoph]  0.8.8claws46
6491
6492         * src/imap.c
6493                 fix crash when no imap connection could be established
6494
6495 2003-01-05 [paul]       0.8.8claws45
6496
6497         * src/mainwindow.c
6498           src/sumamryview.c
6499           src/gtk/menu.[ch]
6500                 fix bug 605957 'shortcuts in popup-menu'
6501                 make user-defined shortcuts work
6502                 show shortcuts that are already defined
6503                 in the main menu
6504                 Patch submitted by Luke Plant
6505
6506 2003-01-05 [alfons]     0.8.8claws44
6507
6508         * src/mainwindow.c
6509                 focus_in_event handler should not select summary view row 
6510                 when another window (menu, dialog) grabbed for events 
6511                 (bug #7, "[0.8.8claws42] Message summary focus") 
6512
6513 2003-01-04 [christoph]  0.8.8claws43
6514
6515         * src/procmsg.c
6516                 update save folder after adding the sent message
6517                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6518
6519 2003-01-02 [christoph]  0.8.8claws42
6520
6521         * src/common/plugin.c
6522                 fix unloading of all plugins and unload
6523                 plugins in reverse order
6524                 
6525         * src/gtk/pluginwindow.c
6526                 implement function of load and unload button
6527
6528         * src/gtk/prefswindow.c
6529         * src/gtk/prefswindow.h
6530                 rename register function and add new unregister
6531                 function
6532
6533         * src/plugins/spamassassin/spamassassin_gtk.c
6534                 unregister prefs page and update for changes in
6535                 src/gtk/prefswindow.c
6536
6537 2003-01-02 [paul]       0.8.8claws41
6538
6539         * po/es.po
6540                 updated by Ricardo Mones Lastra
6541
6542 2003-01-02 [paul]
6543
6544         * tools/tb2sylpheed
6545                 fixes and improvements by Urke MMI
6546
6547 2003-01-02 [thorsten]   0.8.8claws40
6548
6549         * src/procmsg.c
6550                 fixed wrong return value
6551
6552 2003-01-02 [thorsten]   0.8.8claws39
6553
6554         * src/prefs.c
6555                 fixed printing wrong variable
6556
6557 2003-01-02 [thorsten]   0.8.8claws38
6558
6559         * src/prefs.c
6560                 fixed acessing members of freed pfile struct
6561
6562 2003-01-02 [thorsten]   0.8.8claws37
6563
6564         * src/procmsg.c
6565                 detect loops across several messages
6566                 as suggested by Christoph Hohmann
6567
6568 2003-01-01 [match]      0.8.8claws36
6569
6570         * src/addrindex.c
6571                 fixed another memory leak.
6572
6573 2003-01-01 [match]      0.8.8claws35
6574
6575         * src/jpilot.[ch]
6576                 fixed memory leaks. applied Doxygen comments.
6577
6578 2003-01-01 [thorsten]   0.8.8claws34
6579
6580         * src/procmsg.c
6581                 inhibit endless loop if msg references itself
6582                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6583
6584 2003-01-01 [christoph]  0.8.8claws33
6585
6586         * src/mainwindow.c
6587         * src/gtk/Makefile.am
6588         * src/gtk/pluginwindow.c                ** NEW **
6589         * src/gtk/pluginwindow.h                ** NEW **
6590                 add plugin window
6591
6592         * src/plugins/demo/demo.c
6593         * src/plugins/spamassassin/spamassassin.c
6594         * src/plugins/spamassassin/spamassassin_gtk.c
6595                 write better plugin descriptions
6596
6597 2002-12-31 [christoph]  0.8.8claws32
6598
6599         * src/gtk/prefswindow.c
6600         * src/plugins/spamassassin/spamassassin_gtk.c
6601                 some small improvements to GTK code
6602
6603 2002-12-31 [christoph]  0.8.8claws31
6604
6605         * src/plugins/spamassassin/spamassassin_gtk.c
6606                 enable folder select button
6607
6608 2002-12-31 [christoph]  0.8.8claws30
6609
6610         * src/mainwindow.c
6611         * src/gtk/Makefile.am
6612         * src/gtk/prefswindow.c                         ** NEW **
6613         * src/gtk/prefswindow.h                         ** NEW **
6614                 add new prefs window
6615
6616         * src/common/plugin.c
6617                 don't try to load empty config lines
6618         
6619         * src/plugins/spamassassin/Makefile.am
6620         * src/plugins/spamassassin/spamassassin.c
6621         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6622         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6623                 GTK config for SpamAssassin Plugin using
6624                 the new prefs window
6625
6626 2002-12-31 [paul]       0.8.8claws29
6627
6628         * po/POTFILES.in
6629                 remove obsolete entry 'src/menu.c'
6630
6631 2002-12-31 [alfons]     0.8.8claws28
6632
6633         * src/matcher.[ch]
6634         * src/matcher_parser_parse.y
6635         * src/prefs_matcher.c
6636                 add "ignore_thread" and "~ignore_thread" condition so it's
6637                 possible to make the actions / scoring operate on the ignore
6638                 thread flag
6639
6640 2002-12-31 [christoph]  0.8.8claws27
6641
6642         * src/addrbook.c
6643         * src/addrindex.c
6644         * src/folder.c
6645         * src/matcher.c
6646         * src/prefs_account.c
6647         * src/prefs_actions.c
6648         * src/prefs_customheader.c
6649         * src/prefs_display_header.c
6650         * src/prefs_gtk.c
6651         * src/procmime.c
6652         * src/toolbar.c
6653         * src/xmlprops.c
6654         * src/common/prefs.[ch]
6655                 extend prefs file handling for reading and automatic handling
6656                 of blocks. When reading prefs_set_block_label will automatically
6657                 move on to the block. When writing it will copy all other blocks
6658                 automatically
6659
6660         * src/common/plugin.c
6661                 Now loading plugin filenames from [Plugins] block in
6662                 sylpheed rc file
6663
6664 2002-12-30 [christoph]  0.8.8claws26
6665
6666         * src/common/hooks.[ch]
6667                 return abort status to caller of hooks_invoke
6668                 
6669         * src/inc.[ch]
6670                 invoke message filtering hook and stop
6671                 default handling when filter returns abort
6672
6673         * src/common/plugin.[ch]
6674         * src/plugins/demo/demo.c
6675                 modify plugin loader, because resolving symbols for strings
6676                 does not work correctly
6677         
6678         * configure.in
6679         * ac/spamassassin.m4                            ** NEW **
6680         * src/plugins/spamassassin/.cvsignore           ** NEW **
6681         * src/plugins/spamassassin/Makefile.am          ** NEW **
6682         * src/plugins/spamassassin/README               ** NEW **
6683         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6684         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6685         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6686                 add spamassassin plugin, see src/plugins/spamassassin/README
6687                 for details
6688
6689 2002-12-29 [alfons]     0.8.8claws25
6690
6691         * src/mainwindow.c
6692                 when moving focus from a message view to the main 
6693                 window, don't forget to select the summary node
6694                 of the displayed message. should fix "[ 659103 ] 
6695                 focus-follows-mouse confuses sylpheed"
6696
6697 2002-12-29 [christoph]  0.8.8claws24
6698
6699         * src/Makefile.am
6700         * src/stringtable.[ch]          ** REMOVE **
6701         * src/common/Makefile.am
6702         * src/common/stringtable.[ch]   ** NEW **
6703                 move stringtable files to common directory
6704
6705 2002-12-29 [christoph]  0.8.8claws23
6706
6707         * src/Makefile.am
6708         * src/menu.[ch]                 ** REMOVE **
6709         * src/gtk/Makefile.am
6710         * src/gtk/menu.[ch]             ** NEW **
6711                 move menu files to gtk directory
6712
6713 2002-12-29 [match]      0.8.8claws22
6714
6715         * src/addressbook.c
6716         * src/syldap.c
6717                 moved UI specific code out of LDAP code into addressbook
6718                 UI code. fixed memory leak.
6719
6720 2002-12-29 [christoph]  0.8.8claws21
6721
6722         * src/folder.c
6723                 only check for IGNORED parent message when message is
6724                 not IGNORED itself
6725
6726 2002-12-29 [alfons]     0.8.8claws20
6727
6728         * src/summaryview.c
6729                 set gtksctree's anchor correct (immediate execute
6730                 changes the tree's layout, and anchor points at 
6731                 the incorrect row). fixes "[ 657233 ] multiple msg 
6732                 delete sometimes off by 1".
6733                 we probably have to look for more tree layout /
6734                 anchor glitches.
6735
6736 2002-12-29 [paul]       0.8.8claws19
6737
6738         * src/summaryview.c
6739                 fix bug [ 659054 ] incorrect sorting of 'From' column
6740                 when using 'display sender using address book'
6741                 thanks to Alfons and Luke Plant
6742
6743 2002-12-29 [christoph]  0.8.8claws18
6744
6745         * src/folder.c
6746         * src/procmsg.[ch]
6747                 check parent messages for IGNORE THREAD flag, when adding,
6748                 moving or copying messages to a folder
6749
6750 2002-12-27 [alfons]     0.8.8claws17
6751
6752         re-organize matcher part 5; more to come
6753
6754         * src/matcher.c
6755                 hash keywords in matchparser_tab 
6756
6757 2002-12-27 [alfons]     0.8.8claws16
6758
6759         re-organize matcher part 4; more to come
6760
6761         * src/matcher_parser.h
6762         * src/matcher_parser_lex.l
6763         * src/matcher_parser_parse.y
6764                 cleanup
6765
6766 2002-12-27 [alfons]     0.8.8claws15
6767
6768         re-organize matcher part 3; more to come
6769
6770         * src/matcher.[ch]
6771                 cleanup
6772
6773 2002-12-27 [alfons]     0.8.8claws14
6774
6775         re-organize matcher part 2; more to come but this should
6776         work. cc me if there are any regressions.
6777
6778         * src/matcher.h
6779                 add prototype for get_matchparser_tab_id()
6780         * src/matcher_parser_lex.l
6781                 look up keywords using matchparser_tab_id();
6782
6783 2002-12-27 [alfons]     0.8.8claws12
6784
6785         re-organize matcher part 1
6786
6787         * src/matcher.h
6788                 map yacc generated constants to sylpheed matcher constants
6789         * src/matcher.c
6790                 add function to find a matcher constant from a string
6791
6792 2002-12-27 [christoph]  0.8.8claws11
6793
6794         * src/compose.c
6795                 MENUITEM_ADD casts the 4th argument from integer to pointer
6796                 so it probably should not be a pointer, this means we
6797                 should use account id for it and not the account's pointer
6798
6799 2002-12-27 [paul]       0.8.8claws10
6800
6801         * src/mainwindow.c
6802                 remove unneeded 'GtkWidget *vbox'
6803                 
6804         * src/summaryview.c
6805                 further sync with 0.8.8 - make sort
6806                 by recipient work as expected
6807                 
6808         * NEWS
6809                 sync with 0.8.8
6810
6811 2002-12-27 [paul]       0.8.8claws9
6812
6813         * po/pt_BR.po
6814                 updated by Ivan F. Martinez
6815                 
6816 2002-12-27 [darko]      0.8.8claws8
6817
6818         * src/common/utils.c
6819                 added locked pattern to extended search
6820
6821 2002-12-27 [alfons]     0.8.8claws7
6822
6823         * src/prefs_matcher.[ch]
6824                 clean up
6825
6826 2002-12-26 [alfons]     0.8.8claws6
6827
6828         * src/matcher.[ch]
6829         * src/matcher_parser_lex.l
6830         * src/matcher_parser_parse.y
6831         * src/prefs_matcher.c
6832                 allow color label as a condition in the matcher
6833
6834 2002-12-26 [oliver]     0.8.8claws5
6835         
6836         * src/toolbar.c 
6837                 enable Addressbook for Main and Messageview
6838         * src/prefs_actions.c
6839                 enable actions in Messageview
6840
6841 2002-12-26 [christoph]  0.8.8claws4
6842
6843         * src/common/plugin.c
6844                 add a little debug output
6845         * configure.in
6846         * src/plugins/demo/Makefile.am
6847                 better use of automake
6848
6849 2002-12-26 [christoph]  0.8.8claws3
6850
6851         * src/Makefile.am
6852         * src/common/Makefile.am
6853                 fix "make distdir"
6854
6855 2002-12-26 [christoph]  0.8.8claws2
6856
6857         * configure.in
6858                 sort configure checks into common / gtk / plugins
6859         * po/POTFILES.in
6860                 add src/prefs_gtk.c
6861         * src/Makefile.am
6862                 add plugins SUBDIR
6863         * src/main.c
6864         * src/common/sylpheed.[ch]
6865                 added now sylpheed_done function for shutdown
6866         * src/common/Makefile.am
6867         * src/common/plugin.[ch]                ** NEW **
6868                 plugin loader and unloader
6869         * src/plugins/.cvsignore                ** NEW **
6870         * src/plugins/Makefile.am               ** NEW **
6871                 build plugins
6872         * src/plugins/demo/.cvsignore           ** NEW **
6873         * src/plugins/demo/Makefile.am          ** NEW **
6874         * src/plugins/demo/demo.c               ** NEW **
6875                 small demo plugin that installs a logtext hook and
6876                 outputs the log text to stdout
6877
6878 2002-12-26 [paul]       0.8.8claws1
6879
6880         * po/es.po
6881                 updated by Ricardo Mones Lastra
6882
6883 2002-12-26 [paul]       0.8.8claws
6884
6885         * 0.8.8claws released
6886
6887 2002-12-26 [paul]       0.8.7claws12
6888
6889         * po/bg.po
6890                 updated by George Danchev
6891
6892 2002-12-26 [paul]       0.8.7claws11
6893
6894         * po/POTFILES.in
6895                 remove unneeded 'src/prefs.c' entry 
6896
6897 2002-12-26 [paul]       0.8.7claws10
6898
6899         * src/codeconv.c
6900           src/mainwindow.c
6901                 sync with 0.8.8 release
6902         
6903         * src/folder.[ch]
6904           src/mh.c
6905           src/summaryview.c
6906                 partial sync with 0.8.8 release
6907         
6908
6909 2002-12-25 [alfons]     0.8.7claws9
6910
6911         * src/matcher.[ch]
6912         * src/matcher_parser_lex.l
6913         * src/matcher_parser_parse.y
6914         * src/prefs_matcher.c
6915                 add locked flag to possible filtering / matcher 
6916                 conditions (also a good example what should be
6917                 done to add a simple boolean condition)
6918
6919 2002-12-25 [christoph]  0.8.7claws8
6920
6921         * src/Makefile.am
6922         * src/account.[ch]
6923         * src/addrbook.c
6924         * src/addressbook.c
6925         * src/addrindex.c
6926         * src/filtering.c
6927         * src/folder.c
6928         * src/matcher.c
6929         * src/prefs.[ch]                ** REMOVE **
6930         * src/prefs_account.c
6931         * src/prefs_actions.c
6932         * src/prefs_common.c
6933         * src/prefs_customheader.c
6934         * src/prefs_display_header.c
6935         * src/prefs_filtering.c
6936         * src/prefs_folder_item.c
6937         * src/prefs_gtk.[ch]            ** NEW **
6938         * src/prefs_matcher.c
6939         * src/prefs_scoring.c
6940         * src/prefs_summary_column.c
6941         * src/procmime.c
6942         * src/selective_download.c
6943         * src/toolbar.c
6944         * src/common/Makefile.am
6945         * src/common/prefs.[ch]         ** NEW **
6946                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6947
6948 2002-12-24 [alfons]     0.8.7claws7
6949
6950         * src/summaryview.c
6951                 summary_thread_build(): fix real cause of the crash mentioned in
6952                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6953                 this way we get meaningful ctree nodes 
6954
6955 2002-12-24 [oliver]     0.8.7claws6
6956
6957         * src/mainwindow.[ch]
6958         * src/messageview.[ch]
6959         * src/compose.[ch]
6960         * src/inc.c
6961         * src/summaryview.c
6962                 changes to use updated toolbar handling
6963                 
6964 2002-12-24 [oliver]     0.8.7claws5
6965
6966         * src/toolbar.[ch]
6967                 generic toolbar handling
6968                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6969         * src/prefs_toolbar.[ch]
6970                 adjust to handling
6971         
6972 2002-12-24 [oliver]     0.8.7claws4
6973         
6974         * src/stock_pixmap.[ch]
6975                 move SYLPHEED_LOGO to end of list in order 
6976                 to remove it from Custom Toolbar`s Icon View
6977
6978 2002-12-24 [alfons]     0.8.7claws3
6979
6980         * src/summaryview.c
6981                 summary_thread_build(): fix crash because of focus != selection 
6982                 after threading. when deleting the selection, gtk tries but fails 
6983                 to find the correct focusable element. we now force the selection
6984                 to be focused. this should solve the infamous bug reported by 
6985                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6986                 a test case is available. 
6987
6988 2002-12-24 [darko]      0.8.7claws2
6989
6990         * src/summaryview.c
6991                 don't crash when unmarking message with unread children
6992
6993 2002-12-23 [christoph]  0.8.7claws1
6994
6995         * src/Makefile.am
6996         * src/common/Makefile.am
6997                 update Makefiles for moved intl.h, version.h and defs.h
6998         * src/imap.c
6999                 rewrite imap_session_get to avoid duplicate code
7000
7001 2002-12-23 [paul]       0.8.7claws
7002
7003         * Santa-Claws released
7004         
7005         * po/hu.po
7006           po/ru.po
7007                 squeeze in updated Hungarian and Russian translations.
7008                 Submitted by  Gál Zoltán and Ruslan N. Balkin
7009
7010 2002-12-23 [paul]       0.8.6claws129
7011
7012         * po/pl.po
7013                 updated by Witold Wladyslaw Wojciech Wilk
7014
7015 2002-12-23 [paul]       0.8.6claws128
7016
7017         * src/quote_fmt_parse.y
7018                 fix typo and add licence header
7019
7020 2002-12-23 [paul]       0.8.6claws127
7021
7022         * po/en_GB.po
7023                 updated
7024
7025 2002-12-23 [paul]       0.8.6claws126
7026
7027         * po/it.po
7028                 updated translation, submitted by Alessandro Maestri
7029                 
7030 2002-12-23 [paul]       0.8.6claws125
7031
7032         * src/quote_fmt_parse.y
7033                 fix signature-stripping on replies bug. match
7034                 '-- \n' and not '-- '.
7035
7036 2002-12-22 [paul]       0.8.6claws124
7037
7038         * po/bg.po
7039           po/es.po
7040           po/sr.po
7041                 updated translations. submitted by George Danchev,
7042                 Ricardo Mones Lastra, and Urke MMI respectively
7043
7044 2002-12-21 [paul]       0.8.6claws123
7045
7046         * src/addrbook.c
7047                 fix coding style
7048
7049 2002-12-21 [paul]       0.8.6claws122
7050
7051         * src/addrbook.c
7052                 fix bug [643638] where if a person is in one or more
7053                 addressbook groups editing that person's email 
7054                 address results in removal from those groups.
7055                 Patch submitted by Luke Plant.
7056
7057 2002-12-20 [christoph]  0.8.6claws121
7058
7059         * src/common/utils.c
7060         * src/summaryview.c
7061                 reimplement expand_search_string using GString to
7062                 prevent crashs caused by miscalculated string
7063                 lengths reported by Paul
7064
7065 2002-12-20 [christoph]  0.8.6claws120
7066
7067         * src/summaryview.c
7068                 don't use "changed" to check if op_count has to be changed as it
7069                 is also set when the message has unread children
7070                 (closes bug [ 653221 ] crash while deleting duplicates)
7071
7072 2002-12-20 [paul]       0.8.6claws119
7073
7074         * sync with 0.8.6cvs27
7075                 see ChangeLog 2002-12-20
7076
7077 2002-12-20 [paul]       0.8.6claws118
7078
7079         * sync with 0.8.6cvs26
7080                 see ChangeLog 2002-12-19 and 2002-12-20
7081
7082 2002-12-19 [alfons]     0.8.6claws117
7083
7084         * src/textview.c
7085                 fix incorrect parsing of email addresses, submitted by 
7086                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7087                 name display if it contains @".
7088
7089 2002-12-18 [paul]       0.8.6claws116
7090
7091         * sync with 0.8.6cvs23
7092                 see ChangeLog 2002-12-18
7093
7094 2002-12-18 [paul]       0.8.6claws115
7095
7096         * src/Makefile.am
7097         * src/account.c
7098         * src/codeconv.c
7099         * src/gtkutils.[ch]
7100         * src/imap.c
7101                 sync with 0.8.6cvs22.
7102                 see ChangeLog 2002-12-17 and 2002-12-18
7103
7104 2002-12-17 [christoph]  0.8.6claws114
7105
7106         * src/imap.c
7107                 o don't create a session if imap greeting fails
7108                 o don't close socket when authentication fails
7109                   this is done by imap_session_destroy
7110
7111 2002-12-17 [thorsten]   0.8.6claws113
7112
7113         * tools/Makefile.am
7114           tools/README
7115           tools/google_msgid.pl ** NEW FILE **
7116                 Added "search for message-id" script and doc
7117
7118 2002-12-17 [thorsten]   0.8.6claws112
7119
7120         * po/hu.po
7121                 Updated hungarian translation
7122                 (updated by Gal Zoltan)
7123
7124 2002-12-16 [christoph]  0.8.6claws111
7125
7126         * src/addr_compl.c
7127                 remove stupid addressbook dump to debug output
7128         * src/mh.c
7129                 fix memory leak found by Hiro
7130
7131 2002-12-14 [paul]       0.8.6claws110
7132
7133         * src/compose.c
7134                 fix menubar sensitivity on send
7135                 
7136         * src/prefs_filtering.c
7137         * src/prefs_matcher.c
7138         * src/prefs_scoring.c
7139                 Fix english ;)
7140                 
7141         * src/common/quoted-printable.h
7142                 sync: fix typo
7143         
7144 2002-12-13 [christoph]  0.8.6claws109
7145
7146         * src/Makefile.am
7147         * src/manage_window.[ch]        ** REMOVE **
7148         * src/gtk/Makefile.am
7149         * src/gtk/manage_window.[ch]    ** NEW **
7150                 move manage_window files to gtk directory
7151
7152 2002-12-13 [christoph]  0.8.6claws108
7153
7154         * src/Makefile.am
7155         * src/gtkshruler.[ch]           ** REMOVE **
7156         * src/gtk/Makefile.am
7157         * src/gtk/gtkshruler.[ch]       ** NEW **
7158                 move gtkshruler files to gtk directory
7159
7160 2002-12-13 [christoph]  0.8.6claws107
7161
7162         * src/Makefile.am
7163         * src/compose.c
7164         * src/gtkstext.[ch]             ** REMOVE **
7165         * src/gtkutils.[ch]
7166         * src/textview.c
7167         * src/gtk/gtkstext.[ch]         ** NEW **
7168         * src/gtk/Makefile.am
7169                 o move stext functions to gtkstext.c to remove
7170                   dependency of gtkutils
7171                 o move gtkstext files to gtk directory
7172
7173         * src/gtk/Makefile.am
7174         * src/gtk/sslcertwindow.[ch]
7175                 UI stuff can always depend on common code so
7176                 it's ok to add ../common to include path
7177
7178 2002-12-13 [colin]      0.8.6claws106
7179
7180         * src/summaryview.c
7181                 Disconnect sighandlers for mainwindow when
7182                 quicksearch has the focus
7183                 Fix bug #653231
7184         * src/mainwindow.[ch]
7185                 Make key_pressed callback public, to be able
7186                 to disconnect it
7187
7188 2002-12-13 [christoph]  0.8.6claws105
7189
7190         * src/mh.c
7191                 create .mh_sequences file in new MH folders
7192                 (closes feature request [ 523162 ] MH folders should
7193                  get a .mh_sequences)
7194
7195 2002-12-13 [colin]      0.8.6claws104
7196
7197         * src/summaryview.c
7198                 Better handling of quicksearch show/hide
7199                 (basically the button stays under the mouse 
7200                  when toggled)
7201
7202 2002-12-13 [paul]       0.8.6claws103
7203
7204         * sync with 0.8.6cvs17
7205                 see ChangeLog 2002-12-13
7206
7207 2002-12-13 [paul]       0.8.6claws102
7208
7209         * po/es.po
7210                 updated by Ricardo Mones Lastra
7211
7212 2002-12-11 [colin]       0.8.6claws101
7213
7214         * src/folder.c
7215                 remove statusbar stuff
7216           src/folderview.c
7217                 set statusbar verbosity when moving folders
7218
7219 2002-12-11 [colin]       0.8.6claws100
7220         * src/prefs_filtering.c
7221         * src/prefs_matcher.c
7222         * src/prefs_scoring.c
7223                 Fix english ;)
7224
7225 2002-12-11 [colin]       0.8.6claws99
7226
7227         * src/prefs_common.[ch]
7228                 Add summary_quicksearch_type
7229         * src/summaryview.c
7230                 Save last used quicksearch type
7231
7232 2002-12-11 [jens]       0.8.6claws98
7233         * src/prefs_filtering.c
7234         * src/prefs_matcher.c
7235         * src/prefs_scoring.c
7236                 added dialog for incomplete rules in scoring, filtering and
7237                 matcher to ask wheather really close
7238
7239 2002-12-11 [colin]      0.8.6claws97
7240
7241         * src/folder.c
7242                 Fix folder dnd statusbar logging
7243
7244 2002-12-10 [christoph]  0.8.6claws96
7245
7246         * src/compose.c
7247         * src/folder.c
7248         * src/imap.c
7249         * src/inc.c
7250         * src/main.c
7251         * src/mainwindow.c
7252         * src/news.c
7253         * src/send.c
7254         * src/statusbar.[ch]
7255         * src/common/hooks.c
7256         * src/common/log.[ch]
7257                 o handle verbose logging in statusbar directly in statusbar code
7258                   and common code does not need any knowledge about a statusbar
7259                 o remove direct calls to statusbar_(puts|pop)_all functions
7260
7261 2002-12-10 [jens]       0.8.6claws95
7262
7263         * src/*.c
7264                 removed gettext from g_warnings
7265         * po/POTFILES.in
7266                 cleaned and updated
7267         * po/de.po
7268                 updated
7269
7270 2002-12-10 [colin]      0.8.6claws94
7271
7272         * src/main.c
7273                 finish crash dialog fix
7274
7275 2002-12-10 [colin]      0.8.6claws93
7276
7277         * src/main.c
7278                 "Fix" "sylpheed already running" instead of
7279                 crash dialog appearing after a crash
7280
7281 2002-12-10 [colin]      0.8.6claws92
7282
7283         * po/POTFILES.in
7284                 add src/gtk/sslcertwindow.c
7285
7286 2002-12-10 [paul]       0.8.6claws91
7287
7288         * po/POTFILES.in
7289                 updated to reflect recent changes
7290                 submitted by Alessandro Maestri
7291
7292 2002-12-09 [christoph]  0.8.6claws90
7293
7294         * src/Makefile.am
7295         * src/smtp.[ch]                 ** REMOVE **
7296         * src/common/Makefile.am
7297         * src/common/smtp.[ch]          ** NEW **
7298                 move smtp files to common directory
7299
7300 2002-12-09 [christoph]  0.8.6claws89
7301
7302         * src/Makefile.am
7303         * src/session.[ch]              ** REMOVE **
7304         * src/common/Makefile.am
7305         * src/common/session.[ch]       ** NEW **
7306                 move session files to common directory
7307
7308 2002-12-09 [paul]       0.8.6claws88
7309
7310         * src/account.c
7311                 fix bug [649746] edit accounts: move account reverted
7312                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7313
7314 2002-12-09 [colin]      0.8.6claws87
7315
7316         * src/ssl_certificate.c
7317                 cleanup
7318
7319 2002-12-09 [colin]      0.8.6claws86
7320
7321         * src/ssl.c
7322                 Try to open the cert.pem database and 
7323                 issue a warning if it isn't there
7324
7325 2002-12-09 [colin]      0.8.6claws85
7326
7327         * src/common/ssl_certificate.c
7328         * src/gtk/sslcertwindow.c
7329                 Warning fixes
7330
7331 2002-12-09 [colin]      0.8.6claws84
7332
7333         * src/ssl_certificate.[ch] ** REMOVED **
7334         * src/common/ssl_certificate.[ch] ** NEW **
7335         * src/Makefile.am
7336         * src/common/Makefile.am
7337                 Moved ssl_certificate.[ch] to common
7338         * src/common/ssl.c 
7339                 Put back needed include
7340         * src/gtk/sslcertwindow.[ch]
7341                 Changed ssl_certificate.h include
7342         
7343 2002-12-09 [colin]      0.8.6claws83
7344
7345         * src/gtk/sslcertwindow.[ch]
7346                 Implement hook for certificate acception
7347         * src/ssl_certificate.[ch]
7348                 Implement hook for certificate acception
7349         * src/common/ssl.c
7350                 Reenable certificate acception check
7351         * src/mainwindow.c
7352                 Register sslcertwindow's hook
7353         
7354 2002-12-08 [christoph]  0.8.6claws82
7355
7356         * src/about.c
7357         * src/addr_compl.c
7358         * src/codeconv.c
7359         * src/manual.c
7360         * src/undo.c
7361         * src/common/utils.c
7362                 o add missing includes
7363                 o fix warnings
7364         * src/.cvsignore
7365         * src/common/.cvsignore
7366         * src/common/version.h          ** REMOVE **
7367                 remove autogenerated file
7368
7369 2002-12-08 [paul]       0.8.6claws81
7370
7371         * src/stringtable.c
7372                 put back needed include
7373
7374 2002-12-08 [colin]      0.8.6claws80
7375         
7376         * src/gtk/sslcertwindow.c
7377                 Cleaner popups when asking
7378         * src/ssl_certificate.c
7379         * src/prefs_common.[ch]
7380                 remove ssl certificate pref
7381                 put back needed include
7382         * src/undo.c
7383                 put back needed include
7384
7385 2002-12-08 [christoph]  0.8.6claws79
7386
7387         * src/folderview.c
7388         * src/logwindow.c
7389         * src/statusbar.c
7390         * src/summaryview.c
7391                 only abort hook invokation if required data is missing not
7392                 if our own data pointer is NULL, update hookfunction for
7393                 log window
7394
7395 2002-12-08 [paul]       0.8.6claws78
7396
7397         * src/about.c
7398         * src/addrcache.c
7399         * src/addrclip.c
7400         * src/addr_compl.c
7401         * src/addrselect.c
7402         * src/codeconv.c
7403         * src/colorlabel.c
7404         * src/enriched.c
7405         * src/esmtp.c
7406         * src/exporthtml.c
7407         * src/headerview.c
7408         * src/imageview.c
7409         * src/manual.c
7410         * src/noticeview.c
7411         * src/pgptext.c
7412         * src/scoring.c
7413         * src/sourcewindow.c
7414         * src/stringtable.c
7415         * src/undo.c
7416                 clean up: remove unneccesary includes
7417
7418 2002-12-08 [christoph]  0.8.6claws77
7419
7420         * src/folderview.c
7421         * src/statusbar.c
7422         * src/summaryview.c
7423         * src/common/hooks.[ch]
7424                 hook functions now have a gboolean return value, if a hook
7425                 returns TRUE it will stop executing of any more hooks in
7426                 the same hooklist for this invokation
7427
7428 2002-12-08 [colin]      0.8.6claws76
7429         
7430         * src/main.c
7431                 put back argv0 for CRASH_DIALOG
7432
7433 2002-12-08 [christoph]  0.8.6claws75
7434
7435         * src/Makefile.am
7436         * src/about.c
7437         * src/account.c
7438         * src/crash.c
7439         * src/esmtp.h
7440         * src/imap.[ch]
7441         * src/inc.c
7442         * src/main.c
7443         * src/mainwindow.c
7444         * src/news.c
7445         * src/pop.[ch]
7446         * src/prefs_account.[ch]
7447         * src/prefs_common.[ch]
7448         * src/send.[ch]
7449         * src/smtp.[ch]
7450         * src/ssl_certificate.[ch]
7451         * src/ssl_manager.[ch]
7452         * src/common/Makefile.am
7453         * src/common/log.c
7454         * src/common/nntp.[ch]
7455         * src/common/socket.[ch]
7456         * src/common/ssl.[ch]
7457         * src/gtk/sslcertwindow.[ch]
7458         * ac/openssl.m4
7459                 use new autoconf script to detect OpenSSL with extra parameters
7460                 to specify the location of libs and includes, also remove USE_SSL
7461                 to USE_OPENSSL
7462
7463         * src/common/sylpheed.[ch]
7464         * src/common/version.h.in
7465                 start seperation of common code initialization seperated from gui
7466
7467         * src/summaryview.c
7468                 The function that is called when a color label changes
7469                 should not change the color lable again
7470
7471 2002-12-08 [colin]      0.8.6claws74
7472
7473         * src/gtk/sslcertwindow.c
7474                 warning fixes
7475
7476 2002-12-08 [colin]      0.8.6claws73
7477
7478         * src/statusbar.c
7479           src/common/log.h
7480                 Register a hook for statusbar_puts_all
7481         * src/common/log.c
7482                 invoke statusbar_puts_all's hook
7483         
7484 2002-12-08 [colin]      0.8.6claws72
7485
7486         * src/ssl_certificate.c
7487                 Put back a badly-removed include
7488
7489 2002-12-08 [colin]      0.8.6claws71
7490
7491         * src/gtk/sslcertwindow.[ch]    ** NEW **
7492                 new certificate presentation
7493         * src/gtk/Makefile.am
7494                 add new files
7495         * src/ssl_certificate.[ch]
7496                 gtk cleanup, made utility functions public
7497         * src/ssl_manager.c
7498                 use new cert presentation
7499
7500 2002-12-07 [christoph]  0.8.6claws70
7501
7502         * src/Makefile.am
7503         * src/nntp.[ch]                 ** REMOVE **
7504         * src/common/Makefile.am
7505         * src/common/nntp.[ch]          ** NEW **
7506                 move nntp files to common directory
7507
7508 2002-12-07 [christoph]  0.8.6claws69
7509
7510         * src/procmsg.[ch]
7511         * src/summaryview.c
7512                 implement msginfo update callback using sylpheed's new
7513                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7514
7515 2002-12-06 [christoph]  0.8.6claws68
7516
7517         * src/editgroup.c
7518                 This patch changes the 'Edit Group Details' dialog to
7519                 allow extended selections in either pane, so that
7520                 addresses can be added or removed from a group more
7521                 quickly and easily. (it actually is a net decrease in
7522                 file size, as some unnecessary functions have been
7523                 removed). 
7524                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7525
7526 2002-12-06 [christoph]  0.8.6claws67
7527
7528         * src/Makefile.am
7529         * src/template.[ch]             ** REMOVE **
7530         * src/common/Makefile.am
7531         * src/common/template.[ch]      ** NEW **
7532                 move template files to common directory
7533
7534         * src/nntp.c
7535                 add missing log.h include
7536
7537 2002-12-06 [melvin]     0.8.6claws66
7538
7539         * src/prefs_actions.c
7540                 Added the trailing ">" syntax to insert command's output
7541                 without replacing old text (in contrast to trailing "|").
7542
7543 2002-12-05 [colin]      0.8.6claws65
7544         
7545         * src/common/utils.c
7546                 Don't modify original search_string or it'll change
7547                 the next iterations in the for()
7548
7549 2002-12-05 [darko]      0.8.6claws64
7550
7551         * src/common/utils.c
7552                 proper check for filtering commands, found by Colin
7553
7554 2002-12-05 [darko]      0.8.6claws63
7555
7556         * src/common/utils.c
7557                 check proper string for NULL pointer, found by Colin
7558
7559 2002-12-05 [darko]      0.8.6claws62
7560
7561         * src/common/utils.[ch]
7562                 expand_search_string(): new function
7563                 converts Mutt-like patterns to Sylpheed's
7564                 filtering engine
7565         * src/summaryview.c
7566                 use expand_search_string() to allow Mutt-like
7567                 patterns in extended search
7568         * README.claws
7569                 document extended option in quick search
7570
7571 2002-12-05 [paul]       0.8.6claws61
7572
7573         * sync with 0.8.6cvs16
7574                 see ChangeLog 2002-12-05
7575                 
7576         * po/POTFILES.in
7577                 clean up
7578
7579 2002-12-04 [christoph]  0.8.6claws60
7580
7581         * src/imap.[ch]
7582                 put imap authentication code into a new function and
7583                 remove it from imap_session_new that will allow to
7584                 send other commands before authentication
7585
7586 2002-12-04 [christoph]  0.8.6claws59
7587
7588         * src/imap.[ch]
7589                 use already existing method to prevent unneeded IMAP
7590                 folder selects. Set imap_select parameters to NULL
7591                 in some functions if the values are not required.
7592
7593         * src/xml.h
7594                 remove no longer required include
7595
7596 2002-12-04 [paul]       0.8.6claws58
7597
7598         * po/es.po
7599                 updated by Ricardo Mones Lastra
7600                 
7601         * configure.in
7602           po/hu.po      ** NEW FILE **
7603                 initial Hungarian translation, submitted
7604                 by Gál Zoltán <galzoli@hu.inter.net>
7605
7606 2002-12-03 [christoph]  0.8.6claws57
7607
7608         * src/Makefile.am
7609         * src/gtksctree.[ch]            ** REMOVE **
7610         * src/gtk/Makefile.am
7611         * src/gtk/gtksctree.[ch]        ** NEW **
7612                 move gtksctree files to gtk directory
7613
7614 2002-12-03 [christoph]  0.8.6claws56
7615
7616         * src/Makefile.am
7617         * src/md5.[ch]                  ** REMOVE **
7618         * srm/common/Makefile.am
7619         * src/common/md5.[ch]           ** NEW **
7620                 move md5 files to common directory
7621
7622         * src/gtkstext.c
7623                 remove not required #include
7624
7625 2002-12-03 [sergey]     0.8.6claws55
7626
7627         * src/gtkutils.c
7628         * src/gtkutils.h
7629                 gtkut_window_popup(): new function.
7630         * src/mainwindow.c
7631                 main_window_popup(): use gtkut_window_popup() to raise
7632                 window without changing its position.
7633                 (see sylpheed-main ML message [sylpheed:17247])
7634
7635 2002-12-03 [sergey]     0.8.6claws54
7636
7637         * src/send.c
7638                 send_message_local(): removed first-dot escaping
7639                 (SMTP-only, not needed for sending through pipe)
7640
7641 2002-12-03 [paul]       0.8.6claws53
7642
7643         * po/POTFILES.in
7644                 update to reflect recent changes (thanks
7645                 to Ricardo Mones Lastra)
7646                 
7647         * tools/filter_conv.pl
7648                  fix problem with quoted strings. Patch submitted
7649                  by Luke Plant <lukeplant@softhome.net>
7650
7651 2002-12-03 [paul]       0.8.6claws52
7652
7653         * sync with 0.8.6cvs15
7654                 see ChangeLog 2002-12-03
7655
7656 2002-12-02 [christoph]  0.8.6claws51
7657
7658         * src/logwindow.[ch]
7659         * src/common/log.[ch]
7660                 implement logging using a hook function
7661
7662         * src/folderview.c
7663         * src/folder.[ch]
7664                 define hooklist name in header file to avoid
7665                 errors caused by wrong spelling of hooklist names
7666
7667         * src/toolbar.c
7668                 fix warnings
7669
7670 2002-12-02 [christoph]  0.8.6claws50
7671
7672         * src/common/Makefile.am
7673                 add src/common/hooks.[ch]
7674
7675         * src/common/hooks.[ch]
7676                 implement a simple hook system using glib's hook functions
7677
7678         * src/folder.[ch]
7679         * src/folderview.c
7680                 use new hook system for folder item updates
7681
7682 2002-12-02 [christoph]  0.8.6claws49
7683
7684         * doc-src/ui_seperation.txt     ** NEW **
7685                 information for ui seperation
7686
7687         * src/Makefile.am
7688                 remove files that were moved to common
7689                 include common directory by default for the header files
7690
7691         * src/inc.c
7692         * src/common/socket.c
7693         * src/automaton.[ch]
7694                 implement automaton using g_io_*-functions instead of
7695                 gdk_input_add to make it ui independent
7696
7697         * src/codeconv.c
7698         * src/compose.c
7699         * src/ldif.c
7700         * src/pgptext.c
7701         * src/procmime.c
7702         * src/rfc2015.c
7703         * src/smtp.c
7704         * src/unmime.c
7705                 remove common/ prefix because directory is now in
7706                 include path
7707
7708         * src/compose.c
7709         * src/folder.c
7710         * src/folderview.c
7711         * src/mainwindow.c
7712         * src/messageview.c
7713         * src/prefs_common.c
7714         * src/procmsg.c
7715         * src/rfc2015.c
7716                 fix warnings
7717
7718         * src/imap.c
7719         * src/inc.c
7720         * src/news.c
7721         * src/pop.c
7722         * src/send.c
7723         * src/smtp.c
7724         * src/ssl_certificate.c
7725                 add log.h header file for logging functions
7726
7727         * src/main.c
7728         * src/common/utils.c
7729         * src/summaryview.c
7730         * src/xml.c
7731                 o move debug_mode to common/utils.c
7732                 o add functions to set and get debug_mode
7733
7734         * src/defs.h                    ** REMOVE **
7735         * src/intl.h                    ** REMOVE **
7736         * src/socket.[ch]               ** REMOVE **
7737         * src/ssl.[ch]                  ** REMOVE **
7738         * src/utils.[ch]                ** REMOVE **
7739                 replaced by new files in src/common/
7740         
7741         * src/common/Makefile.am
7742                 add new files in src/common/
7743
7744         * src/common/defs.h             ** NEW **
7745         * src/common/intl.h             ** NEW **
7746         * src/common/log.[ch]           ** NEW **
7747         * src/common/socket.[ch]        ** NEW **
7748         * src/common/ssl.[ch]           ** NEW **
7749         * src/common/utils.[ch]         ** NEW **
7750                 replacement for files in src/
7751
7752 2002-12-02 [colin]      0.8.6claws48
7753
7754         * src/folderview.c
7755                 Scroll folderview if necessary during dnd
7756
7757 2002-12-02 [colin]      0.8.6claws47
7758
7759         * src/folder.[ch]
7760                 Add check to verify a move is within a single mailbox
7761         * src/folderview.c
7762                 Add specific error string for this check
7763
7764 2002-12-02 [colin]      0.8.6claws46
7765
7766         * src/folder.c
7767                 Add a test to folder moving, remove a statusbar_print
7768         * src/folderview.c
7769                 Add Move folder... context-menu item
7770                 Factorize folder moving code
7771                 Enable folder DND for mbox
7772
7773 2002-12-01 [christoph]  0.8.6claws45
7774
7775         * ac/aspell.m4
7776                 remove conf.aspelltest if the version check fails
7777
7778 2002-11-30 [christoph]  0.8.6claws44
7779
7780         * autogen.sh
7781                 run libtoolize --force in autogen to create missing
7782                 libtool scripts
7783
7784 2002-11-30 [christoph]  0.8.6claws43
7785
7786         * src/Makefile.am
7787         * src/pgptext.c
7788         * src/procmime.c
7789         * src/rfc2015.c
7790         * src/uuencode.[ch]             ** REMOVED **
7791         * src/common/Makefile.am
7792         * src/common/uuencode.[ch]      ** NEW **
7793                 move uuen/decoder to common directory
7794
7795 2002-11-30 [christoph]  0.8.6claws42
7796
7797         * src/Makefile.am
7798         * src/base64.[ch]               ** REMOVED **
7799         * src/codeconv.c
7800         * src/compose.c
7801         * src/ldif.c
7802         * src/pgptext.c
7803         * src/procmime.c
7804         * src/rfc2015.c
7805         * src/smtp.c
7806         * src/unmime.c
7807         * src/common/Makefile.am
7808         * src/common/base64.[ch]        ** NEW **
7809                 move base64 en/decoder to common directory
7810
7811 2002-11-30 [christoph]  0.8.6claws41
7812
7813         * src/common                    ** NEW **
7814                 new directory for UI independent code
7815         * src/gtk                       ** NEW **
7816                 new directory for GTK frontend
7817         * src/common/.cvsignore         ** NEW **
7818         * src/gtk/.cvsignore            ** NEW **
7819                 ignore build files
7820         * src/common/Makefile.am        ** NEW **
7821         * src/gtk/Makefile.am           ** NEW **
7822                 automake files to build new seperated stuff
7823         * src/Makefile.am
7824                 the binary will currently still be build with the
7825                 files in src, so we include the code from the
7826                 subdirs for now after building the libs there
7827
7828 2002-11-30 [paul]       0.8.6claws40
7829
7830         * src/compose.c
7831                 fix bug [642731] 'Wrong selected account with drafted mail'
7832
7833 2002-11-29 [oliver]     0.8.6claws39
7834         
7835         * src/messageview.c
7836                 o update summaryview when switching between different
7837                   messageviews          
7838         * src/toolbar.c  
7839                 o check if messageview holds already removed msg
7840                   from summaryview
7841                 
7842
7843 2002-11-29 [oliver]     0.8.6claws38
7844
7845         * src/toolbar.c 
7846                 remove not needed variables and includes
7847                 make messageview stay opened and move to next when msgs are deleted 
7848
7849 2002-11-29 [oliver]     0.8.6claws37
7850         
7851         * src/toolbar.c 
7852                 disable compose button (messageview toolbar) by default
7853                 deleted msgs are moved to trash
7854         
7855 2002-11-29 [melvin]     0.8.6claws36
7856
7857         * configure.in
7858                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7859                 and to detect signatures expirations (gpgme 0.3.6)
7860
7861         * src/main.c
7862                 Use non obsolescent function for Gpgme engine checking.
7863
7864         * src/rfc2015.c
7865                 Inform about expired signatures or signatures which key
7866                 has expired. Expiration date is displayed.
7867
7868         * src/sigstatus.c
7869                 Inform about expired signatures or signatures which key
7870                 has expired.
7871
7872 2002-11-28 [paul]       0.8.6claws35
7873
7874         * src/folderview.c
7875                 re-instate 'Check for new messages' in Newsgroup
7876                 folders right-click menu, after a suggestion from
7877                 Tim Mann <timmann@users.sourceforge.net>
7878
7879         * src/main.c
7880                 after a crash check only local folders for new
7881                 messages
7882
7883 2002-11-28 [paul]       0.8.6claws34
7884
7885         * configure.in
7886                 apply patch that fixes the checking of GTK with XIM 
7887                 support on different OSs, such as FreeBSD. Patch 
7888                 submitted by Topia <topia@users.sourceforge.net>
7889                 
7890 2002-11-28 [paul]       0.8.6claws33
7891
7892         * src/mainwindow.c
7893           src/prefs_common.c
7894           src/prefs_toolbar.c
7895                 more changes to the English
7896
7897 2002-11-28 [paul]       0.8.6claws32
7898
7899         * sync with 0.8.6cvs13
7900                 see ChangeLog 2002-11-28 (no sync needed
7901                 for src/compose.c)
7902
7903 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7904         
7905         * src/mainwindow.[ch]
7906                 add patch by Ivan F. Martinez introducing messageview Toolbar
7907                 some changes and committed by oliver    
7908
7909 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7910
7911         * src/messageview.[ch]
7912                 add patch by Ivan F. Martinez introducing messageview Toolbar
7913                 some changes and committed by oliver    
7914
7915 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7916
7917         * src/compose.[ch]
7918                 add patch by Ivan F. Martinez introducing messageview Toolbar
7919                 some changes and committed by oliver    
7920
7921 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7922         
7923         * src/toolbar.[ch]
7924                 add patch by Ivan F. Martinez introducing messageview Toolbar
7925                 some changes and committed by oliver
7926
7927 2002-11-28 [oliver]     0.8.6claws27
7928         
7929         * src/prefs_toolbar.[ch]
7930                 getting ready for messageview toolbar
7931                 free mem allocated by gettext
7932                 change prefs_toolbar to prefs_toolbar_open
7933  
7934 2002-11-28 [thorsten]   0.8.6claws26
7935
7936         * src/imageview.[ch]
7937                 cleaned up conflicting declarations of
7938                 imageview_show_image()
7939
7940 2002-11-28 [paul]       0.8.6claws25
7941
7942         * src/grouplistdialog.c
7943           src/prefs_common.c
7944           src/prefs_summary_column.c
7945                 a few more improvements to the English
7946
7947 2002-11-28 [colin]      0.8.6claws24
7948
7949         * man/sylpheed.1
7950                 A few updates to command-line parameters
7951
7952 2002-11-28 [colin]      0.8.6claws23
7953
7954         * src/prefs_filtering.c
7955                 Fix problems with prefs_filtering_delete_path:
7956                 a) if the first rule is removed, original pointers
7957                    weren't updated (leading to segfaults)
7958                 b) it was always global_processing updated in case
7959                    of removed path was parent of rule path
7960
7961 2002-11-27 [paul]       0.8.6claws22
7962
7963         * src/mainwindow.c
7964           src/prefs_account.c
7965           src/prefs_actions.c
7966           src/prefs_common.c
7967           src/prefs_customheader.c
7968           src/prefs_display_header.c
7969           src/prefs_filtering.c
7970           src/prefs_folder_item.c
7971           src/prefs_matcher.c
7972           src/prefs_scoring.c
7973           src/prefs_summary_column.c
7974           src/prefs_template.c
7975           src/prefs_toolbar.c
7976                  improve the English in the GUI
7977
7978 2002-11-27 [colin]      0.8.6claws21
7979
7980         * src/folder.c
7981                 Fix processing renaming problems happening after
7982                 last commit
7983
7984 2002-11-27 [colin]      0.8.6claws20
7985
7986         * src/folder.c
7987                 recursive move now deletes src each subfolder after 
7988                 having moved it
7989         * src/folderview.c
7990                 Use identifier instead of path during dnd (enables
7991                 IMAP folder dnd)
7992
7993 2002-11-27 [paul]       0.8.6claws19
7994
7995         * src/main.c
7996                 apply patch that does command-line processing 
7997                 BEFORE gtk_init, allowing claws to run from 
7998                 shell-scripts in non-X environment (e.g. crontab 
7999                 or ip-up, ip-down scripts). Patch submitted by
8000                 Ruslan N. Balkin <baron@dartel.ru>
8001                 
8002         * po/it.po
8003                 updated by Alessandro Maestri
8004
8005 2002-11-27 [paul]       0.8.6claws18
8006
8007         * sync with 0.8.6cvs12
8008           src/prefs_common.c
8009                 Differences are that main uses a 'Receive dialog'
8010                 frame on the Interface tab, whereas claws groups all 
8011                 the dialogs together in a 'Dialogs' frame.
8012
8013 2002-11-27 [colin]      0.8.6claws17
8014
8015         * src/prefs_matcher.c
8016                 Fix Execute criteria's NOT flag
8017
8018
8019 2002-11-26 [christoph]  0.8.6claws16
8020
8021         * src/ssl.c
8022                 rewrite the ssl code a little bit, only use one
8023                 SSL context, set default certificates' file/path
8024
8025 2002-11-26 [thorsten]   0.8.6claws15
8026
8027         * src/compose.c
8028                 default-reply-to didn't work for ml-reply
8029
8030 2002-11-26 [melvin]     0.8.6claws14
8031
8032         * src/prefs_actions.c
8033                 Made pipe-actions ignore short headers in message view
8034                 Made trailing-pipe-actions write in the message view with
8035                 the same font as the original message
8036
8037 2002-11-26 [paul]       0.8.6claws13
8038
8039         * src/compose.c
8040                 this time commit the correct file
8041
8042 2002-11-26 [paul]       0.8.6claws12
8043
8044         * sync with 0.8.6cvs11
8045           src/quote_fmt_parse.y  
8046                 no sync needed
8047           src/account.[ch]       
8048                 not sync'ed
8049           src/compose.c
8050                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8051                 on draft mode.
8052                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8053                 header
8054                 
8055         see ChangeLog 2002-11-25 and 2002-11-26
8056
8057 2002-11-26 [colin]      0.8.6claws11
8058
8059         * src/folderview.c
8060                 Fix collapsed folder not auto-expanding during
8061                 mail dnd, if it was the source folder.
8062
8063 2002-11-25 [colin]      0.8.6claws10
8064
8065         * src/folderview.[ch]
8066                 Variable renaming and cleaning (slist of nodes 
8067                 to be re-collapsed is stored in FolderView)
8068
8069 2002-11-25 [paul]       0.8.6claws9
8070
8071         * src/prefs_common.[ch]
8072                 fix breakage caused by last commit
8073
8074 2002-11-25 [paul]       0.8.6claws8
8075
8076         * sync with 0.8.6cvs4
8077                 see ChangeLog 2002-11-21
8078
8079 2002-11-25 [paul]       0.8.6claws7
8080
8081         * sync with 0.8.6cvs4
8082                 see ChangeLog 2002-11-20
8083
8084 2002-11-25 [paul]       0.8.6claws6
8085
8086         * sync with 0.8.6cvs3
8087                 see ChangeLog 2002-11-18
8088
8089 2002-11-25 [colin]      0.8.6claws5
8090
8091         * src/gtkutils.[ch]
8092                 Add gtkut_ctree_node_is_parent()
8093         * src/folderview.c
8094                 Spring-loaded folders
8095
8096 2002-11-25 [colin]      0.8.6claws4
8097
8098         * src/utils.[ch]
8099                 Add slist_concat_unique(), function to merge
8100                 two GSList filtering dups
8101         * src/folder.[ch]
8102         * src/summaryview.[ch]
8103         * src/folderview.c
8104         * src/main.c
8105                 Add detection/update/display of unread answers
8106                 to marked mails
8107         * src/procmsg.[ch]
8108                 Add procmsg_find_children()
8109                 Add procmsg_msg_has_marked_parent()
8110
8111 2002-11-25 [colin]      0.8.6claws3
8112
8113         * src/ssl_certificate.[ch]
8114                 Allow checking a certificate without a DNS
8115                 lookup
8116                 Allow to forget a cert (by deleting it)
8117                 Make ssl_certificate_destroy_public
8118         * src/ssl_manager.[ch] ** NEW FILES **
8119                 Gui to manage (display/remove) certificates
8120         * src/prefs_common.[ch]
8121                 Add a pref to allow silent acceptation of
8122                 trusted certificates or not (based on the
8123                 "I want to know what's going on" principle)
8124         * src/mainwindow.c
8125                 Add SSL manager in Tools menu
8126         * src/Makefile.am
8127                 Add the new files to the build
8128         * po/POTFILES.in
8129                 Add ssl_manager.c to translations
8130
8131 2002-11-25 [colin]      0.8.6claws2
8132
8133         * src/summaryview.[ch]
8134                 Add S_SEARCH_EXTENDED to the quick search, which 
8135                 allows to search using filtering syntax.
8136
8137 2002-11-25 [colin]      0.8.6claws1
8138
8139         * src/summaryview.c
8140                 Deletion of duplicates now prefer deleting
8141                 the unread dup (fixes feature-request 638989).
8142
8143 2002-11-24 [paul]       0.8.6claws
8144
8145         * po/es.po
8146           po/pl.po
8147           po/ru.po
8148           po/sr.po
8149                 updated by Ricardo Mones Lastra,
8150                 Witold Wladyslaw Wojciech Wilk,
8151                 Ruslan N. Balkin, and  Urke MMI 
8152                 respectively
8153
8154 2002-11-24 [paul]       0.8.5claws182
8155
8156         * po/bg.po
8157                 updated by George Danchev
8158
8159 2002-11-23 [alfons]     0.8.5claws181
8160
8161         * src/imap.c
8162                 tiny memory leak found by browsing Dimitar's 
8163                 valgrind report
8164
8165 2002-11-23 [paul]       0.8.5claws180
8166
8167         * po/it.po
8168                 updated by Alessandro Maestri
8169
8170 2002-11-22 [christoph]  0.8.5claws179
8171
8172         * src/compose.c
8173         * src/inc.c
8174         * src/prefs_filtering.c
8175         * src/summaryview.c
8176                 more warning fixes
8177
8178 2002-11-22 [alfons]     0.8.5claws178
8179
8180         * src/summaryview.c
8181                 summary_execute_delete_func(): if message is deleted, make 
8182                 sure to also remove its entry in the subject hash table. 
8183                 fixes a corner case bug.
8184
8185 2002-11-22 [paul]       0.8.5claws177
8186
8187         * .cvsignore
8188                 add 'autom4te.cache'
8189                 
8190         * ltconfig      ** REMOVED **
8191                 not needed
8192
8193 2002-11-22 [paul]       0.8.5claws176
8194
8195         * src/textview.c
8196                 textview_set_font(): fix for message display in
8197                 UTF-8 locales (thanks to Sergey Vlasov).
8198                 
8199         * AUTHORS
8200                 add new team members and contributors
8201
8202
8203 2002-11-21 [colin]      0.8.5claws175
8204
8205         * src/procmsg.[ch]
8206                 Add procmsg_remove_special_headers()
8207         * src/mh.c
8208                 Use procmsg_remove_special_headers() for 
8209                 previous fix
8210
8211 2002-11-21 [colin]      0.8.5claws174
8212
8213         * src/mh.c
8214                 Fix moving/copying from queue/draft folders
8215                 for MH folders
8216
8217 2002-11-21 [christoph]  0.8.5claws173
8218
8219         * src/crash.c
8220         * src/filtering.c
8221         * src/logwindow.c
8222         * src/main.c
8223         * src/matcher_parser_lex.[hl]
8224         * src/mbox.c
8225         * src/mbox_folder.[ch]
8226         * src/prefs_filtering.c
8227         * src/procheader.c
8228         * src/quote_fmt_lex.l
8229         * src/ssl.c
8230                 fix all warnings except the warnings in lex and yacc files
8231
8232 2002-11-20 [christoph]  0.8.5claws172
8233
8234         * src/imap.c
8235                 fix MsgInfo retrieval for IMAP draft and queue folders
8236                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8237
8238 2002-11-19 [christoph]  0.8.5claws171
8239
8240         * src/compose.c
8241                 fix segfault, when draft saving does not get
8242                 the MsgInfo of the new message
8243                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8244
8245 2002-11-19 [christoph]  0.8.5claws170
8246
8247         * src/procmsg.c
8248                 add parameter check for flag setting function
8249                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8250
8251 2002-11-18 [paul]       0.8.5claws169
8252
8253         * src/compose.c
8254                 more sensitivity fixes to redirect mode:
8255                 * disable toolbar draft button
8256                 * allow only Address book in the Tools menu
8257                 * disable editing of message by the spell
8258                   checker
8259
8260 2002-11-18 [paul]       0.8.5claws168
8261
8262         * src/compose.c
8263                 fix sensitivity of menu items in compose_redirect():
8264                 allow only the necessary items 
8265
8266 2002-11-18 [paul]       0.8.5claws167
8267
8268         * src/compose.c
8269                 fix bug [ 603259 ] 'attachment got lost on bounce'
8270
8271 2002-11-18 [paul]       0.8.5claws166
8272
8273         * po/ru.po
8274                 updated by Ruslan N. Balkin <baron@dartel.ru>
8275
8276 2002-11-18 [colin]      0.8.5claws165
8277
8278         * src/main.c
8279           src/defs.h
8280                 Remove old filtering stuff
8281
8282
8283 2002-11-17 [oliver]     0.8.5claws164
8284
8285         * src/toolbar.h
8286                 remove not needed typedef 
8287
8288 2002-11-17 [oliver]     0.8.5claws163
8289
8290         * src/toolbar.c
8291                 make toolbar's on click events translatable
8292
8293 2002-11-15 [colin]      0.8.5claws162
8294
8295         * src/summaryview.c
8296                 Revert too-soon integration of a feature
8297
8298 2002-11-15 [christoph]  0.8.5claws161
8299
8300         * src/imap.c
8301                 use main's implementation of imap_get_msginfo
8302
8303 2002-11-15 [christoph]  0.8.5claws160
8304
8305         * src/compose.c
8306         * src/folder.[ch]
8307         * src/imap.c
8308         * src/mbox_folder.c
8309         * src/mh.c
8310         * src/news.c
8311         * src/procmsg.c
8312         * src/summaryview.c
8313                 replace claws' fetch_msginfo with main's get_msginfo
8314                 (use main's implementation where possible)
8315
8316 2002-11-15 [colin]      0.8.5claws159
8317
8318         * src/ssl_certificate.c
8319                 Missed a check
8320
8321 2002-11-16 [melvin]     0.8.5claws158
8322
8323         * po/fr.po
8324                 Updated French translations.
8325
8326 2002-11-16 [colin]      0.8.5claws157
8327
8328         * src/ssl_certificate.c
8329                 Check for missing parts in the certificates
8330
8331 2002-11-15 [colin]      0.8.5claws156
8332
8333         * src/folderview.c
8334                 Preventive fix (missing check) found by
8335                 Alfons
8336
8337 2002-11-15 [paul]
8338
8339         * NEWS
8340                 sync with 0.8.6 release
8341
8342 2002-11-15 [colin]      0.8.5claws155
8343
8344         * src/folder.[ch]
8345           src/folderview.c
8346                 Fix error handling of folder_item_move_to()
8347                 (thanks to Alfons!)
8348
8349 2002-11-15 [colin]      0.8.5claws154
8350
8351         * src/folder.[ch]
8352           src/folderview.c
8353                 folder_item_move_to() sets an error message instead
8354                 of having GUI stuff in folder.c
8355
8356 2002-11-15 [colin]      0.8.5claws153
8357
8358         * src/procmsg.[ch]
8359                 Implemented a callback for MsgInfo updates, 
8360                 heavily copy/pasted from Christoph's folder 
8361                 callback system
8362         * src/summaryview.[ch]
8363                 Register summary_update_msg as callback
8364
8365 2002-11-14 [colin]      0.8.5claws152
8366         
8367         * src/procmsg.c
8368                 Update the FolderItem after sending (fixes 617593)
8369
8370 2002-11-14 [christoph]  0.8.5claws151
8371
8372         * src/folder.c
8373                 fix wrong position of NULL pointer check found
8374                 by Sergey
8375
8376 2002-11-14 [christoph]  0.8.5claws150
8377
8378         * src/folder.c
8379                 fix segfault when deleting messages from IMAP folders
8380                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8381
8382 2002-11-14 [colin]      0.8.5claws149
8383
8384         * src/compose.c
8385                 Forwarding was also ignoring the folder's default account.
8386
8387 2002-11-14 [colin]      0.8.5claws148
8388
8389         * src/compose.c
8390                 Fix sent folder not set to folder properties when 
8391                 forwarding.
8392
8393 2002-11-14 [thorsten]   0.8.5claws147
8394
8395         * src/inc.c
8396                 inc_start(): Files were not moved from .processing to inbox,
8397                 if no global processing rule existed
8398
8399 2002-11-14 [colin]      0.8.5claws146
8400
8401         * src/ssl_certificate
8402                 Fix file operations
8403
8404 2002-11-14 [paul]       0.8.5claws145
8405
8406         * po/it.po
8407                 updated by Alessandro Maestri
8408
8409 2002-11-13 [alfons]     0.8.5claws144
8410
8411         * src/folder.c
8412                 folder_item_close(): only mark messages unread
8413                 when a folder has new messages 
8414
8415 2002-11-13 [keith]      0.8.5claws143
8416
8417         * src/imap.c
8418                 Fix problem moving or copying between
8419                 IMAP folders
8420
8421 2002-11-13 [colin]      0.8.5claws142
8422
8423         * src/matcher_parser_parse.y
8424                 Fix rule problem when " don't match
8425
8426 2002-11-13 [christoph]  0.8.5claws141
8427
8428         * src/folder.c
8429         * src/folderview.c
8430                 moved cache saving to folder_item_close
8431                 the folderview should not have to deal with
8432                 this things
8433
8434 2002-11-13 [christoph]  0.8.5claws140
8435
8436         * src/summaryview.c
8437                 moved setting of important score to
8438                 summary_set_prefs_from_folderitem
8439
8440 2002-11-13 [colin]      0.8.5claws139
8441
8442         * src/matcher_parser_parse.y
8443                 Fix a segfault in the parser (happening when
8444                 a good expression had been tested and a bad 
8445                 one arrives)
8446
8447 2002-11-13 [paul]       0.8.5claws138
8448
8449         * sync with 0.8.5cvs24
8450                 see ChangeLog 2002-11-13
8451                 
8452         * po/pt_BR.po
8453                 updated by Fabio Jr. Beneditto
8454
8455 2002-11-13 [colin]      0.8.5claws137
8456         
8457         * src/msgcache.c
8458           src/defs.h
8459           src/procmsg.[ch]
8460                 Revert last commit, problem
8461
8462 2002-11-13 [colin]      0.8.5claws136
8463
8464         * src/msgcache.c
8465                 Remove duplicated code
8466         * src/defs.h
8467                 Bumped CACHE_VERSION and MARK_VERSION
8468         * src/procmsg.[ch]
8469                 Network endian for cache and mark files
8470
8471 2002-11-12 [colin]      0.8.5claws135
8472
8473         * src/inc.c
8474                 Fix the "socket error" dialog which disappeared
8475
8476 2002-11-12 [colin]      0.8.5claws134
8477
8478         * src/msgcache.c
8479                 Reverse last commit which had performance 
8480                 problems, but still reverse the list
8481
8482 2002-11-12 [colin]      0.8.5claws133
8483
8484         * src/msgcache.c
8485                 Reverse list order
8486
8487 2002-11-12 [melvin]     0.8.5claws132
8488
8489         * src/compose.c
8490                 Added a check for a NULL prefs_common.dictionary
8491
8492 2002-11-12 [colin]      0.8.5claws131
8493
8494         * src/ssl_certificate.[ch]
8495                 Use FQDN hostname
8496
8497 2002-11-12 [colin]      0.8.5claws130
8498
8499         * src/ssl_certificate.[ch]
8500                 Take connection port into account for 
8501                 checking certificates (a single hostname
8502                 could have multiple servers with multiple
8503                 certificates)
8504         * src/ssl.c
8505                 Pass the port to ssl_certificate_check
8506
8507 2002-11-12 [paul]       0.8.5claws129
8508
8509         * src/folder.c
8510                 fix a typo in last commit
8511
8512 2002-11-12 [paul]       0.8.5claws128
8513
8514         * sync with 0.8.5cvs23
8515                 see ChangeLog entry 2002-11-12
8516
8517 2002-11-11 [colin]      0.8.5claws127
8518
8519         * src/ssl_certificate.c
8520                 Cleaner messages
8521                 Don't popup, instead log error, if the 
8522                 corresponding pref is checked
8523         * src/ssl_certificate.h
8524                 include <openssl/objects/h>
8525
8526 2002-11-11 [colin]      0.8.5claws126
8527
8528         * src/ssl_certificate.h
8529                 _Really_ clean it
8530
8531 2002-11-11 [colin]      0.8.5claws125
8532         
8533         * src/ssl_certificate.c
8534                 Fixed leak
8535
8536 2002-11-11 [colin]      0.8.5claws124
8537
8538         * src/ssl.c
8539                 Cleaned a bit
8540         * src/ssl_certificate.[ch]
8541                 Cleaned a bit (better use of SSL API)
8542                 (This will cause non-recognition of saved 
8543                  certificates of claws12[23]...)
8544
8545 2002-11-11 [paul]       0.8.5claws123
8546         
8547         * po/es.po
8548                 updated by Ricardo Mones Lastra
8549
8550 2002-11-11 [colin]      0.8.5claws122
8551
8552         * src/ssl.c
8553                 Fix a typo
8554
8555 2002-11-11 [colin]      0.8.5claws121
8556
8557         * src/ssl_certificate.[ch] ** NEW FILES **
8558         * src/ssl.[ch]
8559                 Check SSL certificates presented to us
8560         * src/Makefile.am
8561                 Add ssl_certificate.[ch]
8562         * po/POTFILES.in
8563                 Add ssl_certificate.c
8564
8565 2002-11-11 [paul]       0.8.5claws120
8566
8567         * sync with 0.8.5cvs22
8568                 see ChangeLog 2002-11-11
8569
8570 2002-11-11 [paul]       0.8.5claws119
8571
8572         * sync with 0.8.5cvs21
8573                 see ChangeLog 2002-11-11
8574
8575 2002-11-10 [jens]       0.8.5claws118
8576
8577         * src/folder.c
8578         * src/folderview.c
8579                 corrected some typing
8580         * po/de.po
8581                 updated german translation
8582         * sylpheed.spec.in
8583                 cleaned up specfile and adjusted it for claws
8584
8585 2002-11-10 [colin]      0.8.5claws117
8586
8587         * src/summaryview.c
8588                 a STATUSBAR_PUSH/POP fix
8589
8590 2002-11-10 [colin]      0.8.5claws116
8591
8592         * src/prefs_folder_item.c
8593                 Fix hanging after opening folder properties
8594
8595 2002-11-10 [hoa]        0.8.5claws115
8596
8597         * src/matcher_parser_lex.l
8598         * src/matcher_parser_parse.y
8599                 config file for scoring and filtering is no more trashed
8600                 when there is a syntax error in a filtering rule when
8601                 editing it in a dialog.
8602
8603 2002-11-09 [colin]      0.8.5claws114
8604
8605         * src/mbox_folder.c
8606                 Added missing initialisation of folder->destroy()
8607
8608 2002-11-09 [colin]      0.8.5claws113
8609
8610         * src/folder.c
8611           src/folderview.c
8612                 Fix the status bar messages
8613
8614 2002-11-09 [colin]      0.8.5claws112
8615
8616         * src/folderview.c
8617                 Fix hangs after folder dnd, happening after 
8618                 claws109.
8619
8620 2002-11-09 [christoph]  0.8.5claws111
8621
8622         * src/folderview.c
8623                 just changed order of calls (reverse order of
8624                 associated calls)
8625         * src/inc.c
8626                 lock inc when checking only one account, otherwise
8627                 inc all could be executed at the same time
8628
8629 2002-11-09 [christoph]  0.8.5claws110
8630
8631         * src/folderview.c
8632                 better unlock the mouse cursor before calling
8633                 summary_show because it changes the cursor too
8634
8635 2002-11-09 [christoph]  0.8.5claws109
8636
8637         * src/folder.[ch]
8638         * src/folderview.c
8639                 add functions to open and close a folder
8640                 o opending will execute scanning for remote folders
8641                   and processing
8642                 o closing will unset new flag for messages
8643
8644 2002-11-09 [colin]      0.8.5claws108
8645
8646         * src/folder.c
8647                 Add a call to prefs_matcher_write_config to 
8648                 avoid non-leaf folders filtering settings to be
8649                 lost
8650
8651 2002-11-09 [paul]       0.8.5claws107
8652
8653         * src/prefs_account.c
8654                 re-word a label
8655
8656 2002-11-09 [colin]      0.8.5claws106
8657
8658         * src/folderview.c
8659                 Minor esthetic fix
8660
8661 2002-11-09 [colin]      0.8.5claws105
8662
8663         * src/folderview.c
8664                 Fix prefs_filtering deletion for MH folders (same
8665                 reason as below)
8666         * src/prefs_filtering.c
8667                 Fix prefs_filtering renaming and deletion for 
8668                 folder-based processing rules.  
8669
8670 2002-11-09 [christoph]  0.8.5claws104
8671
8672         * src/compose.c
8673         * src/folder.[ch]
8674         * src/folderview.[ch]
8675         * src/import.c
8676         * src/inc.c
8677         * src/main.c
8678         * src/mainwindow.c
8679         * src/messageview.c
8680         * src/prefs_folder_item.c
8681         * src/procmsg.c
8682         * src/summaryview.c
8683                 implement a callback system for folder item updates
8684
8685 2002-11-09 [colin]      0.8.5claws103
8686
8687         * src/folderview.c
8688                 Fix prefs_filtering renaming for MH folders (we
8689                 shouldn't rename by path as another folder could
8690                 have the same hierarchy).
8691
8692 2002-11-09 [colin]      0.8.5claws102
8693
8694         * src/folder.c
8695                 Fix a leak found by Christoph, use better variable
8696                 names
8697
8698 2002-11-09 [colin]      0.8.5claws101
8699
8700         * src/folder.c
8701                 One more fix for processing rules
8702
8703 2002-11-08 [colin]      0.8.5claws100
8704         
8705         * src/matcher.c
8706                 Don't copy the compiled regexp (will be reevaluated)
8707         * src/folderview.c
8708                 Lock folderview while moving
8709         * src/folder.c
8710                 Provide info on what's happening to the user
8711
8712 2002-11-08 [colin]      0.8.5claws99
8713
8714         * src/folderview.c
8715                 Fix folder reordering after a move if parent is 
8716                 root
8717         * src/scoring.[ch]
8718                 Add function to copy a ScoringProp
8719         * src/prefs_folder_item.c
8720                 Copy scoring rules when copying a folder prefs
8721
8722 2002-11-08 [colin]      0.8.5claws98
8723
8724         * src/folderview.c
8725                 Fixes in case of failure
8726         * src/filtering.[ch]    
8727                 Add function to duplicate a FilteringProp
8728         * src/matcher.[ch]
8729                 Add function to duplicate a MatcherProp
8730         * src/prefs_folder_item.c
8731                 Save folder's processing rules when copying 
8732                 its prefs
8733
8734 2002-11-08 [colin]      0.8.5claws97
8735         
8736         * src/folderview.c
8737                 Sort after move
8738         * src/folder.c 
8739                 Change a printf to debug_print
8740
8741 2002-11-08 [colin]      0.8.5claws96
8742
8743         * src/folder.c
8744           src/folderview.c
8745                 Fix segfaults, call me stupido
8746         
8747
8748 2002-11-08 [colin]      0.8.5claws95
8749
8750         *src/folder.c
8751                 Added forgotten prefs to save when moving folders
8752
8753 2002-11-08 [colin]      0.8.5claws94
8754
8755         * src/folder.c
8756                 Fixes to folder DND (prefs copy)
8757         * src/folderview.c
8758                 Optimization for folder DND (don't rescan whole tree)
8759                 Added folderview_create_folder_node() for this 
8760                 optimization, so de-duped a bit the code
8761         * src/prefs_folder_item.[ch]
8762                 Added prefs_folder_item_copy_prefs()    
8763           
8764 2002-11-08 [paul]       0.8.5claws93
8765
8766         * src/prefs_account.c
8767           tools/README
8768           tools/kmail2sylpheed_v2.pl
8769                 correct some typos
8770
8771 2002-11-08 [paul]       0.8.5claws92
8772
8773         * src/compose.c
8774           src/prefs_account.[ch]
8775                 remove account options 'clearsign' and 'ascii_armored',
8776                 replace with 'default_gnupg_mode' to prevent mixed-mode
8777                 Privacy settings
8778
8779 2002-11-08 [paul]       0.8.5claws91
8780
8781         * src/compose.[ch]
8782                 re-implement GnuPG 'on-the-fly' mode selection,
8783                 disallow mixed-mode
8784
8785 2002-11-08 [colin]      0.8.5claws90
8786
8787         * src/folderview.c
8788           src/prefs_folder_item.c
8789                 Change "Property" to "Properties"
8790
8791 2002-11-07 [colin]      0.8.5claws89
8792
8793         * src/folderview.c
8794           src/folder.c
8795                 Allow folder dropping to a root folder
8796
8797 2002-11-07 [paul]       0.8.5claws88
8798
8799         * src/compose.c
8800                 revert last commit
8801
8802 2002-11-07 [paul]       0.8.5claws87
8803
8804         * src/compose.c
8805                 fix reply-to-list bug. closes bug report
8806                 "[633382] reply-to-list broken in recent cvs"
8807
8808 2002-11-07 [paul]       0.8.5claws86
8809
8810         * src/compose.c
8811                 add a forgotten '#if USE_GPGME ... #endif'
8812
8813 2002-11-07 [paul]       0.8.5claws85
8814
8815         * sync with 0.8.5cvs20
8816                 see ChangeLog 2002-11-07
8817
8818 2002-11-07 [colin]      0.8.5claws84
8819
8820         * src/folder.[ch]
8821                 Change folder_item_move_to to return the newly 
8822                 created folderitem.
8823         * src/folderview.c
8824                 Select the new folderitem after moving.
8825
8826 2002-11-07 [colin]      0.8.5claws83
8827
8828         * src/prefs_filtering.c
8829                 Fix rule rewriting when moving a leaf folder to a 
8830                 shorter path
8831
8832 2002-11-07 [colin]      0.8.5claws82
8833
8834         * src/prefs_filtering.c
8835                 fix a leak
8836
8837 2002-11-07 [colin]      0.8.5claws81
8838
8839         * src/folder.[ch]
8840                 Add folder_item_move_to() function to move a 
8841                 folderitem into another one (updates matcher etc)
8842         * src/folderview.c
8843                 Add folder drag'n drop (context menu to come)
8844                 [Should be dataloss free, but Please backup before 
8845                  trying !]
8846
8847 2002-11-06 [colin]      0.8.5claws80
8848
8849         * src/mh.c
8850                 mh_create_folder() returns NULL if can't create
8851                 directory hierarchy
8852
8853 2002-11-06 [paul]       0.8.5claws79
8854
8855         * src/compose.[ch]
8856                 allow 'on-the-fly' changing of the type of encryption 
8857                 and/or signing used (mime/ascii) via the compose window
8858
8859 2002-11-06 [paul]       0.8.5claws78
8860
8861         * sync with 0.8.5cvs19
8862                 see ChangeLog 2002-11-06 for src/account.c: 
8863                 account_get_special_folder()
8864                 
8865 2002-11-05 [alfons]     0.8.5claws77
8866
8867         * src/crash.c
8868                 very minor cleanups: nothing to see here, move on. :-)
8869
8870 2002-11-05 [colin]      0.8.5claws76
8871
8872         * src/main.c
8873                 Changes choices if compose windows are opened to
8874                 Discard, Draft, Don't quit
8875
8876 2002-11-05 [thorsten]   0.8.5claws75
8877
8878         * src/compose.c
8879                 reenabled default_reply_to folder option
8880
8881 2002-11-05 [colin]      0.8.5claws74
8882
8883         * src/compose.[ch] 
8884                 add compose_draft()
8885         * src/crash.c
8886                 add SIGTERM handler
8887         * src/main.[ch]
8888                 add clean_quit() for the SIGTERM handler
8889
8890 2002-11-05 [paul]       0.8.5claws73
8891         
8892         * po/es.po
8893                 updated by Ricardo Mones Lastra
8894
8895 2002-11-05 [melvin]     0.8.5claws72
8896
8897         * src/logwindow.c
8898                 Fixed log-clipping bug #616795.
8899                 To stop logging in the log window use 0 length.
8900         * src/prefs_common.c
8901                 Added a label to inform about the 0 log length behaviour.
8902
8903 2002-11-05 [paul]       0.8.5claws71
8904
8905         * sync with 0.8.5cvs17
8906                 see ChangeLog 2002-11-05
8907
8908 2002-11-04 [paul]       0.8.5claws70
8909
8910         * sylpheed-128x128.png
8911           sylpheed-64x64.png
8912           sylpheed.png
8913                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8914                 <nikai@users.sourceforge.net>
8915                 
8916         * po/bg.po
8917                 updated by George Danchev
8918
8919 2002-11-03 [thorsten]   0.8.5claws69
8920
8921         * src/main.c
8922           src/mimeview.c
8923           src/rfc2015.h
8924                 add check if gpg is active
8925
8926 2002-11-03 [thorsten]   0.8.5claws68
8927
8928         * src/toolbar.h
8929                 removed GSList declaration causing trouble on MacOS-X
8930                 (submitted by alfons, reported by xfesty)
8931
8932 2002-11-01 [paul]       0.8.5claws67
8933
8934         * src/mainwindow.c
8935                 remove last remnants of main's filter code
8936
8937 2002-11-01 [paul]       0.8.5claws66
8938
8939         * tools/filter_conv.pl
8940                 fix bug where user-defined headers were ignored
8941
8942 2002-11-01 [paul]       0.8.5claws65
8943
8944         * src/logwindow.c
8945                 make a debug_print() not translatable
8946
8947 2002-10-31 [melvin]     0.8.5claws64
8948
8949         * ac/aspell.m4
8950                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8951                 not run any GNU/aspell test.  The dictionary path will
8952                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8953                 was given, in which case, it will be $prefix/lib/aspell/
8954         * configure.in
8955                 Fixed typo in commentary (Aspell code).
8956
8957 2002-10-31 [paul]       0.8.5claws63
8958
8959         * po/POTFILES.in
8960                 remove src/filter.c and src/prefs_filter.c
8961                 thanks to Ricardo for reminding me
8962
8963 2002-10-31 [colin]      0.8.5claws62
8964
8965         * src/mbox_folder.c
8966                 Plug some leaks
8967
8968 2002-10-31 [paul]       0.8.5claws61
8969
8970         * src/prefs_filter.[ch] ** REMOVED **
8971           src/filter.[ch]       ** REMOVED **
8972           
8973         * src/Makefile.am
8974           src/folderview.c
8975           src/inc.c
8976           src/main.c
8977           src/mainwindow.c
8978           src/mbox.c
8979           src/prefs_common.c
8980           src/prefs_filtering.c
8981           src/summaryview.[ch]
8982                 remove main's 'filter' code
8983                 
8984         README.claws
8985                 update to reflect removal of main's filter
8986
8987 2002-10-31 [paul]       0.8.5claws60
8988
8989         * src/summaryview.c
8990                 remove check for global_processing in summary_filter_open(). 
8991                 This fixes the bug where if the user uses the right-click 
8992                 'Create filter rule...' and doesn't have any filter rules 
8993                 already defined in claws' advanced filtering, the newly 
8994                 created filter rule goes to main's filtering which is 
8995                 inaccessible through the gui. Now the filter rule gets added
8996                 to claws' filtering by default.
8997
8998 2002-10-28 [melvin]     0.8.5claws59
8999
9000         * src/prefs_actions.c
9001                 Fixed bug #627322 where MIME parts were not always
9002                 correctly passed to a %p action
9003                 Display an error dialog when message filename is not found.
9004
9005 2002-10-28 [melvin]     0.8.5claws58
9006
9007         * src/prefs_common.c
9008                 Readded a missing function declaration lost in 0.8.3claws34
9009
9010 2002-10-28 [paul]       0.8.5claws57
9011
9012         * sync with 0.8.5cvs15
9013                 see ChangeLog 2002-10-28 and 2002-10-25
9014                 
9015         Note: ChangeLog entry 2002-10-24 is not sync'ed.
9016
9017 2002-10-27 [oliver]     0.8.5claws56
9018
9019         * src/pop.c
9020                 plug leak in pop3_top_recv
9021
9022 2002-10-26 [christoph]  0.8.5claws55
9023
9024         * src/folder.c
9025                 set need_update folder flag when messages are added
9026                 (closes bug [ 626922 ] folder not updated after receiving)
9027
9028 2002-10-25 [melvin]     0.8.5claws54
9029
9030         * src/imageview.c
9031                 Fixed a memleak introduced in the scaling code.
9032
9033 2002-10-24 [alfons]     0.8.5claws53
9034
9035         * src/filtering.c
9036                 make filtering's forward message action forward from the 
9037                 correct account
9038                 (closes bug [628089 ] Filter -> Forward from address problem
9039                 reported by Oktay)
9040
9041 2002-10-24 [christoph]  0.8.5claws52
9042
9043         * src/mainwindow.c
9044         * src/manual.[ch]
9045                 o use manual of current locale or english if current
9046                   locale is not available (and english is available)
9047                 o also link to sylpheed doc project manuals
9048
9049 2002-10-23 [paul]       0.8.5claws51
9050
9051         * tools/README
9052           tools/kmail2sylpheed_v2.pl
9053                 add new version of kmail addressbook importer script.
9054                 works with newer versions of Kmail/KAddressBook which
9055                 have new and rearranged data.
9056
9057 2002-10-23 [martin]     0.8.5claws50
9058
9059         * src/folderview.c
9060         * src/summaryview.c
9061         * src/utils.h
9062         * src/utils.c
9063                 added length parameter to get_abbrev_newsgroup_name()
9064                 changed this function so that it abbreviates the newsgroup
9065                 names only so long it is smaller than the length parameter
9066                 (for better reading of some newsgroup names and space efficiency)
9067
9068 2002-10-22 [colin]      0.8.5claws49
9069
9070         *src/foldersel.c
9071                 Revert Alfons' last modification (after voting ;-))
9072
9073 2002-10-21 [alfons]     0.8.5claws48
9074
9075         * src/foldersel.c
9076                 folder view in folder selection dialog reflects state of
9077                 folder view in main window
9078
9079 2002-10-18 [alfons]     0.8.5claws47
9080
9081         * src/mbox.c
9082                 drop imported messages in folder selected by user,
9083                 and not in the inbox
9084                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9085
9086 2002-10-18 [alfons]     0.8.5claws46
9087
9088         * src/compose.c
9089                 make automagic reply work correctly for email accounts 
9090                 (whether it's viable to do a full sync with Hiro's 
9091                 compose.c is still under discussion)
9092
9093 2002-10-18 [melvin]     0.8.5claws45
9094
9095         * src/prefs_actions.c
9096                 Fixed bug #622275 where asynchroneous actions left 
9097                 zombies processes
9098                 Made (synchroneous) actions' input be displayed live.
9099
9100 2002-10-18 [christoph]  0.8.5claws44
9101
9102         * src/textview.c
9103                 don't add a newline in the textview in front of the
9104                 first textpart if header display is disabled
9105                 (closes bug [ 603385 ] disabled header display leaves blank
9106                  lin)
9107
9108 2002-10-18 [christoph]  0.8.5claws43
9109
9110         * src/folder.[ch]
9111         * src/imap.c
9112         * src/mbox_folder.c
9113         * src/mh.c
9114         * src/news.c
9115                 folder->get_num_list now returns an error code
9116                 (closes bug [ 609424 ] News cache cleared on failure)
9117                 
9118 2002-10-17 [colin]      0.8.5claws42
9119         
9120         * src/news.c
9121                 Changed a printf by debug_print
9122
9123 2002-10-16 [paul]       
9124
9125         * tools/OOo2sylpheed.pl
9126                 allow for spaces in the name of the
9127                 file to be attached.
9128
9129 2002-10-16 [colin]      0.8.5claws41
9130
9131         * src/main.c
9132                 Use a tristate to change online mode
9133
9134 2002-10-16 [paul]       0.8.5claws40
9135
9136         * po/es.po
9137                 updated by Ricardo Mones Lastra
9138
9139 2002-10-16 [colin]      0.8.5claws39
9140
9141         * src/main.c
9142           src/mainwindow.[ch]
9143                 Added --online and --offline command-line
9144                 switches
9145
9146 2002-10-15 [christoph]  0.8.5claws38
9147
9148         * src/procmime.c
9149                 set mimeinfo->name to NULL after g_free to
9150                 avoid double freeing with g_free
9151
9152 2002-10-14 [christoph]  0.8.5claws37
9153
9154         * src/compose.c
9155         * src/filtering.c
9156         * src/summaryview.c
9157                 remove calls to folder->change_flags that are now
9158                 done by procmsg flag functions (seems it is not
9159                 used by any foldertype anyway)
9160         * src/folder.c
9161                 init folder->change_flags with NULL
9162
9163 2002-10-14 [christoph]  0.8.5claws36
9164
9165         * src/folder.[ch]
9166         * src/imap.[ch]
9167                 use virtual functions for folder item new and destroy
9168                 functions
9169
9170 2002-10-14 [melvin]     0.8.5claws35
9171
9172         * src/compose.c
9173                 Added a test to not run the spell checker if no default
9174                 dictionary is available. No dialog is displayed though.
9175
9176 2002-10-14 [melvin]     0.8.5claws34
9177
9178         * src/gtkaspell.c
9179                 Fixed bug in dictionary list context menu where
9180                 "More..." pointed to an emtpy submenu if the
9181                 number of dictionaries is a multiple of 15
9182                 Removed unneeded code in suggestions list creation
9183
9184 2002-10-14 [paul]       0.8.5claws33
9185
9186         * po/bg.po
9187                 updated by George Danchev
9188
9189 2002-10-13 [hoa]        0.8.5claws32
9190
9191         * src/matcher.[ch]
9192           src/matcher_parser_parser.y
9193                 removed the escaped string from internal structure
9194                 of matcher.
9195
9196 2002-10-12 [colin]      0.8.5claws31
9197
9198         * src/gtksctree.[ch]
9199           src/summaryview.c
9200                 Removed useless function gtksctree_reanchor
9201
9202 2002-10-12 [alfons]     0.8.5claws30
9203         
9204         * sync with remaining main changes 2002-10-09 - 2002-10-11
9205         - drop changes to src/compose.c (requires claws specific changes)
9206         
9207 2002-10-12 [alfons]     0.8.5claws29
9208         
9209         * sync with main changes of 2002-10-08
9210         - drop changes to src/compose.c (requires claws specific changes)
9211         - drop changes to src/summaryview.c (requires changes to compose.c)     
9212
9213 2002-10-12 [alfons]     0.8.5claws28
9214         
9215         * sync with main changes of 2002-10-07
9216
9217 2002-10-12 [alfons]     0.8.5claws27
9218
9219         * sync with main changes of 2002-10-04
9220         - drop changes to src/compose.c (requires claws specific changes)
9221         - drop changes to src/prefs_folder_item.c (claws implementation
9222           seems to be working)
9223
9224 2002-10-12 [colin]      0.8.5claws26
9225
9226         * src/mainwindow.c
9227                 Fix folder-flicker when space-reading, introduced 
9228                 in claws22.
9229
9230 2002-10-12 [colin]      0.8.5claws25
9231
9232         * src/compose.c
9233                 Save account address when saving as draft.
9234                 (closes bug 621838)
9235
9236 2002-10-12 [colin]      0.8.5claws24
9237
9238         * src/summaryview.c
9239                 Fix the problem consisting of no message selected
9240                 after the last message in a folder has been moved.
9241
9242 2002-10-12 [paul]       0.8.5claws23
9243
9244         * src/compose.c
9245           src/prefs_template.c
9246           src/template.[ch]
9247                 add Cc and Bcc to templates. Patch submitted by
9248                 John L. Males.
9249
9250 2002-10-12 [colin]      0.8.5claws22
9251
9252         * src/folderview.c
9253                 Fix a bug after "Check for new messages":
9254                 If a folder was opened, it was still selected at
9255                 the end of the check, but displayed empty.
9256         * src/mainwindow.c
9257                 Remove unnecessary check
9258
9259 2002-10-12 [paul]
9260
9261         * tools/README
9262                 be more verbose in the description of
9263                 OOo2sylpheed.pl
9264                 
9265
9266 2002-10-11 [colin]      0.8.5claws21
9267
9268         * src/mainwindow.c
9269                 Make space work (better) when no mail is selected
9270
9271 2002-10-11 [colin]      0.8.5claws20
9272
9273         * src/inc.c
9274           src/news.c
9275                 fix warnings
9276
9277 2002-10-11 [colin]      0.8.5claws19
9278
9279         * src/mainwindow.c
9280                 revert 0.8.5claws6 changes as i couldn't get to
9281                 anything satisfying
9282
9283 2002-10-11 [melvin]     0.8.5claws18
9284
9285         * src/compose.c
9286                 Removed buggy and unused macro (should have been committed in
9287                 0.8.5claws17)
9288
9289 2002-10-11 [melvin]     0.8.5claws17
9290
9291         * src/compose.c
9292                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9293
9294 2002-10-11 [thorsten]   0.8.5claws16 
9295
9296         * src/folderview.c
9297                 remove rescan warning
9298
9299 2002-10-11 [colin]      0.8.5claws15 
9300
9301         * src/procheader.c
9302                 fix a segfault that happens if conv_unmime_header
9303                 fails (should be better to find out why it fails)
9304
9305 2002-10-11 [christoph]  0.8.5claws14
9306
9307         * src/summaryview.c
9308                 update folderview stats after ignore/unignore thread
9309
9310 2002-10-11 [hoa]        0.8.5claws13
9311
9312         * src/quote_fmt_parse.y
9313                 Fixed a yacc/bison syntax error
9314         * src/matcher.c
9315                 Escaping of string is fixed.
9316
9317 2002-10-11 [colin]      0.8.5claws12
9318
9319         * src/imageview.c
9320                 Resize images to fit
9321
9322 2002-10-11 [paul]       0.8.5claws11
9323
9324         * po/es.po
9325                 updated by Ricardo Mones Lastra
9326
9327 2002-10-10 [alfons]     0.8.5claws10
9328
9329         * src/compose.c
9330                 allow dropping files by "moving" files from a file manager,
9331                 not only by the more cumbersome "copying". the latter 
9332                 mostly implies holding down the Control button
9333
9334 2002-10-10 [christoph]  0.8.5claws9
9335
9336         * src/summaryview.c
9337                 update folders after thread building for ignored threads
9338
9339 2002-10-10 [christoph]  0.8.5claws8
9340
9341         * config/.cvsignore
9342                 added Makefile
9343         * src/filtering.[ch]
9344         * src/folder.[ch]
9345         * src/folderview.[ch]
9346         * src/import.c
9347         * src/inc.[ch]
9348         * src/mbox.[ch]
9349         * src/procmsg.c
9350         * src/summaryview.[ch]
9351                 o added new flag need_update to FolderItem
9352                 o removed folder_table from various functions from tracking
9353                   folder updates
9354                 o set need_update flags in folder.c's move, copy and delete
9355                   functions and procmsg's flags functions
9356                 o added function folderview_update_items_when_required that
9357                   updates all folders with need_update set
9358                 o call folderview_update_items_when_required instead of
9359                   folderview_update_item_foreach
9360
9361 2002-10-09 [sergey]     0.8.5claws7
9362
9363         * src/compose.c
9364                 Strip CRs whel loading the text into editor in reedit mode.
9365
9366 2002-10-09 [colin]      0.8.5claws6
9367
9368         * src/mainwindow.c
9369                 Make Space work when no mail is selected
9370
9371 2002-10-09 [colin]      0.8.5claws5
9372
9373         * src/gtksctree.[ch]
9374                 Fix range_select
9375                 Add gtk_sctree_reanchor() 
9376         * src/summaryview.c
9377                 Use gtk_sctree_reanchor() - better fix for 
9378                 bug 60413
9379
9380 2002-10-09 [colin]      0.8.5claws4
9381
9382         * src/summaryview.c
9383                 Fix shift-click select after delete problem
9384                 (closes bug 60413)
9385
9386 2002-10-08 [thorsten]   0.8.5claws3
9387
9388         * src/summaryview.c
9389                 exclude current msg from -hide read messages-
9390
9391 2002-10-08 [colin]      0.8.5claws2
9392
9393         * src/inc.[ch]
9394           src/pop.c
9395           src/recv.c
9396                 Differentiate socket errors from disk full
9397                 errors
9398
9399 2002-10-08 [christoph]  0.8.5claws1
9400
9401         * Makefile.am
9402         * configure.in
9403                 modifications for new config directory
9404
9405         * config.guess  ** REMOVED **
9406         * config.sub    ** REMOVED **
9407         * install-sh    ** REMOVED **
9408         * ltmain.sh     ** REMOVED **
9409         * missing       ** REMOVED **
9410         * mkinstalldirs ** REMOVED **
9411                 these files are autogenerated by automake
9412                 when you run autogen.sh
9413
9414         * config/.cvsignore     ** NEW FILE **
9415         * config/Makefile.am    ** NEW FILE **
9416                 ignore autogenerated files
9417                 create a Makefile in this directory
9418
9419 2002-10-08 [paul]       0.8.5claws
9420
9421         * 0.8.5claws release
9422         
9423         * src/compose.c
9424           src/procheader.c
9425           src/procmsg.c
9426                 fix quote reply format for newsgroups reply bug
9427                 (thanks to Hoa)
9428                 
9429         * po/en_GB.po
9430           po/pl.po
9431                 updated by me and Witold Wladyslaw Wojciech Wilk
9432                 repectively
9433
9434 2002-10-07 [paul]       0.8.3claws53
9435
9436         * po/it.po
9437           po/pt_BR.po
9438           po/sr.po
9439                 updated messages catalogs, submitted by
9440                 Alessandro Maestri, Fabio Jr.Beneditto 
9441                 and Urke MMI, respectively.
9442
9443 2002-10-07 [christoph]  0.8.3claws52
9444
9445         * src/folder.[ch]
9446         * src/folderview.c
9447         * src/mainwindow.c
9448                 fix new folder ghost message bug
9449                 (closes bug [ 619722 ] wrong count for newly created folders)
9450
9451 2002-10-07 [christoph]  0.8.3claws51
9452
9453         * src/compose.c
9454                 fix news posting problem
9455
9456 2002-10-07 [melvin]     0.8.3claws50
9457
9458         * po/fr.po
9459                 Updated French translation
9460
9461 2002-10-05 [christoph]  0.8.3claws49
9462
9463         * src/gtkstext.c
9464                 check if line_start_cache is set in gtk_stext_update_text
9465                 (closes bug [ 618119 ] crash while doing search in folder)
9466
9467 2002-10-05 [christoph]  0.8.3claws48
9468
9469         * src/imap.c
9470         * src/news.c
9471         * src/utils.c
9472         * src/utils.h
9473                 implement cache cleanups for claws' folder system
9474                 (closes bug [ 595916 ] imapcache not cleaned up)
9475
9476 2002-10-05 [melvin]     0.8.3claws47
9477
9478         * src/prefs_actions.c
9479                 Made the help text more clear for the %p token
9480
9481 2002-10-04 [paul]       0.8.3claws46
9482
9483         * sync with 0.8.5
9484                 see ChangeLog 2002-10-02 and 2002-10-03
9485
9486 2002-10-04 [christoph]  0.8.3claws45
9487
9488         * src/inc.c
9489                 fix segfault caused by pop before smtp
9490                 call to inc_account_mail with NULL
9491                 pointer for mainwin
9492
9493 2002-10-04 [paul]       0.8.3claws44
9494
9495         * configure.in
9496                 sync the LDAP detection from 0.8.5cvs1
9497
9498 2002-10-02 [christoph]  0.8.3claws43
9499
9500         * po/de.po
9501                 fix small spelling error
9502
9503 2002-10-02 [melvin]     0.8.3claws42
9504
9505         * ac/aspell.m4
9506                 Behave better and say "no" when test program cannot be run.
9507
9508 2002-10-02 [paul]       0.8.3claws41
9509
9510         * sync with 0.8.4cvs1
9511                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9512                 
9513         * src/summaryview.c
9514                 toggle the behavior of Reply menuitem between
9515                 normal reply and reply-to-list
9516
9517 2002-10-01 [sergey]     0.8.3claws40
9518
9519         * src/compose.c
9520                 Convert newlines in the message text to the canonical form
9521                 before base64 encoding (RFC2045 compliance, fixes some
9522                 interoperability issues with Evolution 1.0.3)
9523
9524 2002-09-29 [colin]      0.8.3claws39
9525
9526         * src/summaryview.c
9527                 Fix an unwanted copy/paste
9528
9529 2002-09-29 [colin]      0.8.3claws38
9530
9531         * src/mainwindow.c
9532                 Renamed "Custom toolbar" to "Customize toolbar"
9533                 Renamed "Show all header" to "Show all headers"
9534                 Renamed "Set diplay item" to "Set displayed items"
9535         * src/prefs_common.c
9536                 Renamed "Show all header" to "Show all headers"
9537         * src/prefs_summary_column.c
9538                 Renamed "diplay item" to "displayed items"
9539
9540 2002-09-29 [colin]      0.8.3claws37
9541
9542         * src/mainwindow.[ch]
9543                 online/offline status pixmaps follow theme
9544                 changes
9545         * src/summaryview.[ch]
9546                 quicksearch pixmap follows theme changes
9547
9548 2002-09-29 [thorsten]   0.8.3claws36
9549
9550         * src/compose.c
9551           src/prefs_folder_item.[ch]
9552                 add default_reply_to folder option (closes patch 581044)
9553
9554 2002-09-29 [christoph]  0.8.3claws35
9555
9556         * acconfig.h    ** REMOVED **
9557         * configure.in
9558         * ac/aspell.m4
9559         * ac/check-type.m4
9560         * ac/gnupg-check-typedef.m4
9561                 fix autoheader 2.50 warning
9562
9563 2002-09-29 [christoph]  0.8.3claws34
9564
9565         * major code cleanup (part 2)
9566         
9567                 - unused variables removed
9568                 - unused functions removed
9569                 - uninitialized variables checked
9570                 - missing return statements added
9571                 - missing function return types added
9572                 - added parentheses around assignment
9573                   when suggested by gcc
9574
9575 2002-09-29 [alfons]     0.8.3claws33
9576
9577         * src/logwindow.c
9578                 log_window_clear(): only bracket gtk_text_forward_delete() 
9579                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9580                 works around GTK text bug)
9581
9582 2002-09-29 [paul]       0.8.3claws32
9583
9584         * po/bg.po
9585           po/sr.po
9586                 updated by George Danchev and Urke MMI
9587                 respectively
9588
9589 2002-09-27 [christoph]  0.8.3claws31
9590
9591         * doc-src/readme.txt
9592         * doc-src/rfc1806.txt   ** REMOVED **
9593         * doc-src/rfc2183.txt   ** NEW FILE **
9594         * doc-src/rfc2980.txt   ** NEW FILE **
9595                 update rfcs
9596
9597 2002-09-27 [melvin]     0.8.3claws30
9598
9599         * ac/aspell.m4
9600                 Fixed typo which could break linking
9601
9602 2002-09-27 [melvin]     0.8.3claws29
9603
9604         * ac/aspell.m4
9605                 Improved GNU/aspell checking. 
9606                 Fixed bug #614490
9607
9608 2002-09-27 [paul]       0.8.3claws28
9609
9610         * sync with 0.8.3cvs8
9611                 see ChangeLog 2002-09-27
9612
9613 2002-09-26 [colin]      0.8.3claws27
9614
9615         * src/toolbar.[ch]
9616           src/mainwindow.[ch]
9617                 Add "Reply to Mailing-list" to the toolbar
9618
9619 2002-09-26 [christoph]  0.8.3claws26
9620
9621         * src/summaryview.c
9622                 Fix wrong message counts in summaryview status
9623
9624 2002-09-26 [paul]       0.8.3claws25
9625
9626         * sync with 0.8.3cvs7
9627                 see ChangeLog 2002-09-26
9628
9629 2002-09-26 [paul]       0.8.3claws24
9630
9631         * sync with 0.8.3cvs6
9632                 see ChangeLog 2002-09-25
9633
9634 2002-09-25 [christoph]  0.8.3claws23
9635
9636         * src/prefs_common.c
9637         * src/prefs_folder_item.c
9638         * src/prefs_scoring.c
9639                 Renamed "kill score" to "hide score" in GUI
9640                 and prefs files
9641
9642 2002-09-25 [paul]       0.8.3claws22
9643
9644         * sync with 0.8.3cvs5
9645                 see ChangeLog 2002-09-24
9646
9647 2002-09-24 [alfons]     0.8.3claws21
9648
9649         patch by Satoshi Nagayasu: allows appending / saving multiple 
9650         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9651         'Save as ...'")
9652
9653         * AUTHORS
9654                 add Satoshi Nagayasu
9655         * src/summaryview.c
9656                 summary_save_as(): allow saving selected files to
9657                 one file
9658                 summary_set_menu_sensitive: enable "Save As..." when
9659                 multiple files are selected
9660         * src/utils.[ch]
9661                 append_file(): new function
9662
9663 2002-09-24 [colin]      0.8.3claws20
9664
9665         * src/procmime.c
9666                 Fix segfault when mimeinfo doesn't have a 
9667                 content_type. 
9668
9669 2002-09-24 [colin]      0.8.3claws19
9670
9671         * src/prefs_common.[ch]
9672                 Add a preference to display send dialog or not
9673         * src/send.c
9674                 Display send dialog according to preference
9675
9676 2002-09-24 [colin]      0.8.3claws18
9677
9678         * src/compose.[ch]
9679                 Disable user actions when sending
9680
9681 2002-09-24 [colin]      0.8.3claws17
9682
9683         * src/procmime.c
9684                 Do not display name or filename for attachments
9685                 with an application/pgp-signature type
9686                 (security flaw, see bug 537413)
9687
9688 2002-09-23 [colin]      0.8.3claws16
9689
9690         * src/editaddress.c
9691                 Initialize entry_email, entry_alias and 
9692                 entry_remarks to first email address of the list
9693
9694 2002-09-23 [colin]      0.83claws15
9695
9696         * src/compose.c
9697                 Drop pgp-signature when reediting a signed queued
9698                 message
9699
9700 2002-09-23 [melvin]     0.8.3claws14
9701
9702         * po/fr.po
9703                 Updated French translation
9704
9705 2002-09-23 [melvin]     0.8.3claws13
9706
9707         * src/mainwindow.c
9708                 Made custom toolbar menu labels more consistent
9709         * src/prefs_toolbar.c
9710                 Made custom toolbar window title more consistent
9711
9712 2002-09-22 [colin]      0.8.3claws12
9713
9714         * src/inc.c
9715                 Initialize session type to normal before getting 
9716                 mail (fixes strange Get behaviour)
9717         * src/prefs_account.h
9718                 Move STYPE_POP_BEFORE_SMTP to last position to 
9719                 avoid other side-effects
9720
9721 2002-09-22 [colin]      0.8.3claws11
9722
9723         * src/prefs_account.c
9724                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9725                 from pop3 to apop or vice-versa
9726
9727 2002-09-22 [colin]      0.8.3claws10
9728         
9729         * src/prefs_account.[ch]
9730                 Add an option for the POP before SMTP timeout
9731         * src/inc.c
9732                 Remember time of last POP connection
9733         * src/send.c
9734                 Do POP before SMTP only if timeout reached
9735
9736 2002-09-22 [oliver]     0.8.3claws9
9737         
9738         * README.claws
9739                 explain custom toolbar
9740
9741 2002-09-22 [oliver]     0.8.3claws8
9742
9743         * src/prefs_actions.[ch]
9744         custom toolbar for compose      
9745                 actions callback from compose toolbar
9746         * src/folderview.c
9747                 remove include toolbar.h
9748
9749 2002-09-22 [oliver]     0.8.3claws7
9750         
9751         * src/prefs_toolbar.[ch]
9752                 custom toolbar for compose
9753                 - generic prefs_toolbar handles both
9754                   Mainwin's toolbar as well as Compose toolbar          
9755
9756 2002-09-22 [oliver]     0.8.3claws6
9757         
9758         * src/toolbar.[ch]
9759                 custom toolbar for compose
9760                 restructure toolbar.[ch]
9761
9762 2002-09-22 [oliver]     0.8.3claws5
9763
9764         * src/compose.[ch]
9765                 custom toolbar for compose
9766
9767 2002-09-22 [oliver]     0.8.3claws4
9768         
9769         * src/mainwindow.[ch]
9770                 custom toolbar for compose 
9771                 move mainwin toolbar back to mainwindow
9772
9773 2002-09-22 [alfons]     0.8.3claws3
9774
9775         * src/procmsg.c
9776                 :%sno/if(/if (/gc
9777                 :%sno/for(/for (/gc
9778                 (beautify)
9779
9780 2002-09-22 [alfons]     0.8.3claws2
9781         
9782         * src/procmsg.c
9783                 procmsg_save_to_outbox(): don't unlink message file from queue;
9784                 callers should do it using folder_item_remove_msg()
9785
9786 2002-09-22 [colin]      0.8.3claws1
9787
9788         * src/mimeview.[ch]
9789                 Made mimeview_check_signature() public
9790         * src/textview.c
9791                 Made GPG signatures verifiable by clicking
9792                 the [application/pgp-signature] in the Text
9793                 view
9794
9795 2002-09-22 [paul]       0.8.3claws
9796
9797         * po/bg.po
9798           po/en_GB.po
9799           po/es.po
9800           po/it.po
9801           po/pl.po
9802           po/pt_BR.po
9803           po/sr.po
9804                 updated translations, submitted by George Danchev,
9805                 me, Ricardo Mones Lastra, Alessandro Maestri,
9806                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9807                 and Urke MMI, respectively.     
9808
9809 2002-09-22 [alfons]     0.8.2claws65
9810
9811         * src/procmsg.c
9812         * src/pgptext.c
9813                 no furry valgrinds have been used to plug these memleaks
9814
9815 2002-09-20 [paul]       0.8.2claws64
9816
9817         * sync with 0.8.3cvs4
9818                 'Select thread' re-implemented 
9819                 see ChangeLog 2002-09-20
9820
9821 2002-09-21 [alfons]     0.8.2claws63
9822
9823         * src/compose.c
9824                 compose_send(): plug unnoticed memleak
9825
9826 2002-09-20 [alfons]     0.8.2claws62
9827
9828         * src/addr_compl.c
9829                 replace_address_in_edit(): strict check for NULL address to
9830                 fix "[ 607348 ] Segfault in address completion". My guess is
9831                 that this happens with an empty address book, but it's good
9832                 to have this check here anyway
9833                 
9834                 completion_window_button_press(): free string returned 
9835                 from the internal cache
9836
9837 2002-09-20 [christoph]  0.8.2claws61
9838
9839         * src/procmime.h
9840                 added ENC_BINARY to EncodingType
9841         * src/procmime.c
9842                 the string returned by procmime_get_encoding_str
9843                 should not depend on the order of values in the
9844                 EncodingType definition
9845         * doc-src/rfc1806.txt   ** NEW FILE **
9846                 Added rfc1806 about MIME Content-Disposition
9847                 Extension
9848
9849 2002-09-19 [paul]       0.8.2claws60
9850
9851         * sync with 0.8.2cvs3
9852                 see ChangeLog 2002-09-19
9853
9854 2002-09-19 [paul]       0.8.2claws59
9855
9856         * src/prefs_folder_item.c
9857                 revert to Darko's original alignment of colour
9858                 selector button
9859                 add a colon to folder_color label
9860                 
9861         * src/compose.c
9862                 add Colin's patch (with Hiro's modifications) to 
9863                 force BASE64 encoding for 8-bit text when signing
9864                 (sync with 0.8.3cvs2)
9865
9866 2002-09-18 [alfons]     0.8.2claws58
9867
9868         * src/compose.c
9869                 :%sno/if(/if (/gc
9870                 :%sno/for(/for (/gc
9871                 (beautify a little bit)
9872
9873 2002-09-18 [christoph]  0.8.2claws57
9874
9875         * src/pine.c
9876                 fix handling of fgetc return value
9877
9878 2002-09-17 [alfons]     0.8.2claws56
9879         
9880         * src/summaryview.c
9881                 summary_sort(): check non-NULL summaryview->folder_item when no 
9882                 folder is selected at all
9883                 (closes "[ 610344 ] sort label make syl Crash")
9884
9885 2002-09-17 [alfons]     0.8.2claws55
9886         
9887         * src/compose.c
9888                 beautify a little bit
9889
9890 2002-09-17 [christoph]  0.8.2claws54
9891
9892         * src/folder.c
9893                 initialize max values for cache and folder
9894                 when cache or folder is empty
9895
9896 2002-09-15 [colin]      0.8.2claws53
9897
9898         * src/compose.c
9899                 Fix a leak (thanks Alfons!) and cleaned
9900                 variables names for custom headers
9901
9902 2002-09-15 [colin]      0.8.2claws52
9903
9904         * src/compose.c
9905                 Fix custom headers recognition when
9906                 prefs_common.trans_hdr is on
9907
9908 2002-09-15 [colin]      0.8.2claws51
9909
9910         * src/compose.c
9911                 Allow dynamically-added custom headers
9912                 Yet not reparsed if reedited
9913
9914 2002-09-15 [alfons]     0.8.2claws50
9915
9916         * src/prefs_account.c
9917                 fix warnings
9918
9919 2002-09-15 [colin]      0.8.2claws49
9920         
9921         * src/prefs_account.c
9922                 fix pop_before_smtp sensitivity
9923
9924 2002-09-15 [colin]      0.8.2claws48
9925
9926         * src/inc.[ch]
9927                 add inc_pop_before_smtp()
9928                 allow MainWindow to be undefined in 
9929                 inc_account_mail() and inc_start()
9930         * src/pop.c
9931           src/prefs_account.h
9932                 add STYPE_POP_BEFORE_SMTP session type
9933         * src/prefs_account.c
9934                 activated pop before smtp option
9935         * src/send.c
9936                 do pop before smtp if the relevant option 
9937                 is set
9938
9939 2002-09-15 [paul]       0.8.2claws47
9940
9941         * sync with 0.8.3
9942                 see ChangeLog 2002-09-15
9943
9944 2002-09-14 [paul]       0.8.2claws46
9945
9946         * po/bg.po
9947                 updated Bulgarian translation, submitted by
9948                 George Danchev
9949
9950 2002-09-13 [paul]       0.8.2claws45
9951
9952         * src/compose.c
9953                 merge claws' select_account() with main's
9954                 (new) compose_select_account(). [sync with
9955                 0.8.2cvs15, see ChangeLog 2002-09-11]
9956
9957 2002-09-12 [christoph]  0.8.2claws44
9958
9959         * src/filter.c
9960                 allocate 1 elements of FolderItem not 0
9961
9962 2002-09-12 [colin]      0.8.2claws43
9963
9964         * src/compose.c
9965                 Fix bug #590825 (obey Follow-up: poster)
9966
9967 2002-09-12 [colin]      0.8.2claws42
9968
9969         * src/procmime.c
9970                 Fix bug #557009 (wrong headers for messages 
9971                 forwarded as attachments)
9972
9973 2002-09-11 [colin]      0.8.2claws41
9974         
9975         * src/compose.c
9976                 Put SCF: pseudo-header on top of message
9977                 Set draft tmp_flag when saved as draft
9978
9979         * src/procmsg.c
9980           src/procheader.c
9981                 Skip after first \n\n for beginning of real message
9982                 for drafts too
9983
9984 2002-09-11 [christoph]  0.8.2claws40
9985
9986         * src/filtering.c
9987                 use procmsg flag functions in filtering or processing
9988                 will cause incorrect folder message counts
9989
9990 2002-09-11 [colin]      0.8.2claws39
9991
9992         * src/compose.c
9993                 Fix bug #550175 - wrong save folder when reediting
9994                 drafts
9995
9996 2002-09-11 [paul]       0.8.2claws38
9997
9998         * sync with 0.8.2cvs14
9999                 see ChangeLog 2002-09-11
10000
10001 2002-09-11 [colin]      0.8.2claws37
10002
10003         * src/folder.c
10004                 Fix a typo (seeming to cause new/unread status to
10005                 be lost)
10006
10007 2002-09-10 [christoph]  0.8.2claws36
10008
10009         * src/compose.c
10010                 compose_redirect should not use compose_generic_new
10011                 because that does more stuff than expected including
10012                 opening the external editor
10013                 (closes bug "[ 526608 ] bounced messages appear blank
10014                  in editor")
10015
10016 2002-09-10 [christoph]  0.8.2claws35
10017
10018         * src/folder.c
10019                 fix problem with too large message number range
10020                 causing a crash in folder_item_scan
10021
10022 2002-09-10 [paul]       0.8.2claws34
10023
10024         * sync with 0.8.2cvs13
10025                 see ChangeLog 2002-09-10
10026
10027 2002-09-10 [christoph]  0.8.2claws33
10028
10029         * src/msgcache.c
10030                 set MsgInfo TmpFlags for queue and draft folders
10031                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
10032
10033 2002-09-10 [paul]       0.8.2claws32
10034
10035         * AUTHORS
10036           po/bg.po      ** NEW FILE **
10037                 new Bulgarian translation submitted by
10038                 George Danchev <danchev@spnet.net>
10039                 
10040         * tools/Makefile.am
10041           tools/README
10042           tools/tb2sylpheed     ** NEW FILE **
10043                 add script that converts an addressbook exported
10044                 from The Bat! into a Sylpheed addressbook. Submitted
10045                 by Urke MMI <urke-kg@eunet.yu>
10046
10047 2002-09-10 [paul]       0.8.2claws31
10048
10049         * sync with 0.8.2cvs12
10050                 see ChangeLog 2002-09-10
10051
10052 2002-09-06 [paul]       0.8.2claws30
10053
10054         * src/prefs_common.c
10055                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10056                 
10057         * tools/Makefile.am
10058           tools/README
10059           tools/ldif-to-xml.py  ** REMOVED **
10060                 remove obsolete python script
10061
10062 2002-09-06 [paul]       0.8.2claws29
10063
10064         * sync with 0.8.2cvs10
10065                 see ChangeLog 2002-09-06
10066
10067 2002-09-04 [paul]       0.8.2claws28
10068
10069         * sync with 0.8.2cvs9
10070                 see ChangeLog 2002-08-04
10071
10072 2002-09-04 [colin]      0.8.2claws27 
10073
10074         * src/prefs_common.[ch]
10075                 Added signature color configuration
10076         * src/textview.c
10077                 Use user-specified signature color
10078
10079 2002-09-03 [colin]      0.8.2claws26
10080
10081         * src/prefs_common.[ch]
10082                 Added autosave and autosave_length prefs
10083         * src/compose.c
10084                 Added compose_remove_draft()
10085                 Auto-save drafts according to the prefs
10086         * src/main.c
10087                 Added a crash-indicator file, allowing to check
10088                 for new messages on startup if Sylpheed crashed
10089                 (makes saved drafts "reappear")
10090
10091 2002-09-03 [colin]      0.8.2claws25
10092
10093         * src/textview.[ch]
10094                 Grey the signature
10095
10096 2002-09-03 [paul]       0.8.2claws24
10097
10098         * sync with 0.8.2cvs8
10099                 see ChangeLog 2002-09-02 and 2002-09-03
10100
10101 2002-09-03 [darko]      0.8.2claws23
10102
10103         * src/folderview.c
10104                 use normal style when creating new folder to pick
10105                 proper font size 
10106
10107 2002-09-02 [melvin]     0.8.2claws22
10108
10109         * src/gtkaspell.m4
10110                 removed some obsolete code
10111
10112 2002-09-02 [melvin]     0.8.2claws21
10113
10114         * ac/aspell.m4
10115                 fixed test's equality sign (== to =)
10116
10117 2002-09-02 [alfons]     0.8.2claws20
10118
10119         * src/folder.c
10120         * src/mh.c
10121                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10122                 as folder->destroy virtual as suggested by Hiro
10123                 (the mh.c code seems to have been lost around mh.c.1.21)
10124
10125 2002-09-02 [paul]       0.8.2claws19
10126
10127         * po/pt_BR.po
10128                 updated by Fabio Jr. Beneditto
10129                 
10130         * src/defs.h
10131                 use 'http://claws.sylpheed.org' for homepage link. 
10132                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10133
10134 2002-09-01 [alfons]     0.8.2claws18
10135
10136         * src/mh.c
10137                 plug memleak related to one Martin Kluge found
10138
10139 2002-08-31 [paul]       0.8.2claws17
10140
10141         * sync with 0.8.2cvs6
10142                 see ChangeLog 2002-08-30
10143
10144 2002-08-31 [alfons]     0.8.2claws16
10145
10146         * src/folder.c
10147                 folder_destroy(): remove mailbox from folderlist even if it has
10148                 no destroy virtual
10149
10150 2002-08-31 [alfons]     0.8.2claws15
10151
10152         * src/folder.c
10153                 :%sno/if(/if (/gc
10154                 :%sno/for(/for (/gc
10155                 (being pedantic I know)
10156
10157 2002-08-31 [alfons]     0.8.2claws14
10158
10159         * src/folder.c
10160                 check for NULL pointers returned from folder->fetch_msginfo virtual
10161                 (should solve some reported crashes)
10162
10163 2002-08-30 [alfons]     0.8.2claws13
10164
10165         * acconfig.h
10166         * configure.in
10167         * src/crash.c
10168                 enable crash dialog on compilation time
10169                 (--enable-crash-dialog configure option)
10170
10171 2002-08-30 [alfons]     0.8.2claws12
10172
10173         * AUTHORS
10174                 add Martin Kluge
10175         * src/mh.c
10176                 apply memory leak plug patch by Martin Kluge
10177                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10178                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10179                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10180
10181 2002-08-30 [darko]      0.8.2claws11
10182
10183         * src/folderview.c
10184                 copy Gtk style from normal style to match
10185                 font size for coloured folders
10186
10187 2002-08-29 [alfons]     0.8.2claws10
10188
10189         * sylpheed.desktop
10190                 Type=Internet <- Type=Application
10191                 (reported by Michael Schwendt, see:
10192                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10193                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10194
10195 2002-08-29 [paul]       0.8.2claws9
10196
10197         * sync with 0.8.2cvs5
10198                 see ChangeLog 2002-08-29
10199
10200 2002-08-29 [colin]      0.8.2claws8
10201
10202         * src/summaryview.c
10203                 Added a sanity check in summary_select_thread
10204                 Should fix bug 601605
10205
10206 2002-08-29 [colin]      0.8.2claws7
10207
10208         * src/main.c
10209                 Revert claws6 changes regarding bug #591676
10210
10211 2002-08-28 [colin]      0.8.2claws6
10212         
10213         * src/main.c
10214                 Ignore cache for queue folderitems
10215                 Fix bug #591676
10216
10217 2002-08-28 [melvin]     0.8.2claws5
10218
10219         * README.claws
10220                 Fixed typos.
10221
10222 2002-08-28 [melvin]     0.8.2claws4
10223
10224         * README.claws
10225                 Updated a bit the text concerning the spell checker
10226
10227 2002-08-28 [melvin]     0.8.2claws3
10228
10229         Merged the GNU_aspell_branch:
10230                 Support of new GNU/aspell is now included and the old pspell
10231                 is not supported anymore.
10232                 See README.claws
10233
10234         * README.claws
10235                 Updated spell checker text to reflect the switch to GNU/aspell
10236
10237         * ac/aspell.m4          *** NEW ***
10238         * src/gtkaspell.[ch]    *** NEW *** 
10239         * ac/pspell.m4          *** DELETED *** 
10240         * src/gtkspell.[ch]     *** DELETED ***
10241
10242         * ac/Makefile.am
10243                 Updated for GNU/aspell support
10244
10245         * po/POTFILES.in
10246                 Replaced gtkspell.c by gtkaspell.c
10247
10248         * acconfig.h
10249         * src/Makefile.am
10250         * src/about.c
10251         * src/compose.[ch]
10252         * src/crash.c
10253         * src/main.c
10254         * src/prefs_common.[ch]
10255                 Updated for GNU/aspell support
10256
10257 2002-08-28 [paul]       0.8.2claws2
10258
10259         * sync with 0.8.2cvs4
10260                 see ChangeLog 2002-08-27 and 2002-08-28
10261
10262 2002-08-28 [colin]      0.8.2claws1
10263
10264         * src/summary_search.c
10265                 Added "AND search"
10266
10267 2002-08-28 [jens]       0.8.2claws
10268
10269         *po/de.po
10270                 Updated German translations
10271
10272 2002-08-27 [melvin]     0.8.2claws
10273
10274         * po/fr.po
10275                 Updated French translations
10276
10277 2002-08-27 [paul]       0.8.2claws
10278
10279         * sync with 0.8.2 main release
10280
10281         * po/en_GB.po
10282           po/es.po
10283           po/it.po
10284           po/pl.po
10285           po/pt_BR.po
10286           po/sr.po
10287                 updated message catalogs submitted by
10288                 Ricardo Mones Lastra, Alessandro Maestri,
10289                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10290                 Beneditto and Urke MMI  
10291
10292 2002-08-27 [hoa]        0.8.1claws123
10293
10294         * src/mainwindow.[ch]
10295         * src/summaryview.[ch]
10296                 removed the "filter setting" menu option.
10297                 add a "cancel a news message" menu option.
10298
10299 2002-08-26 [martin]     0.8.1claws122
10300
10301         * ChangeLog.claws
10302                 changed string under 0.8.1claws79 changed by myself
10303                 i'm sorry alfons :(
10304
10305 2002-08-26 [martin]     0.8.1claws121
10306
10307         * src/crash.c
10308                 added kill command to debuggerrc to start crash dialog
10309
10310 2002-08-26 [paul]       0.8.1claws120
10311
10312         * sync with 0.8.1cvs31
10313                 see ChangeLog 2002-08-26
10314
10315 2002-08-25 [alfons]     0.8.1claws119
10316
10317         * src/procmsg.c
10318                 fix bug that didn't send out correct headers to news server
10319                 when sending news article and email from queue (bug reported
10320                 and patch provided by Tim Mann; closes bug 
10321                 "[ 583196 ] 0.7.8claws can't post news")
10322
10323 2002-08-25 [alfons]     0.8.1claws118
10324
10325         * src/selective_download.c
10326                 mark two strings as translatable
10327                 (thanks to Urke MMI for pointing this out)
10328
10329 2002-08-25 [alfons]     0.8.1claws117
10330
10331         * src/summaryview.c
10332                 treat sent boxes as special and allow sorting them by addressee
10333                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10334                 submitted by Steve Lamb)
10335
10336 2002-08-24 [alfons]     0.8.1claws116
10337
10338         * src/matcher.c
10339                 fix memleak reported by Martin Kluge
10340                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10341
10342 2002-08-24 [oliver]     0.8.1claws115
10343
10344         * src/prefs_toolbar.c
10345                 o code cleanup as suggested by Alfons
10346                 o memleak fix
10347
10348 2002-08-24 [alfons]     0.8.1claws114
10349
10350         * src/summaryview.c
10351                 o fix another memory leak reported by Martin Kluge
10352                   (see "[ 599568 ] Small Memory Leak")
10353                 o remove 'from' variable from 'summary_set_header()'; we can
10354                   do with just 'to' 
10355
10356 2002-08-24 [paul]       0.8.1claws113
10357
10358         * sync with 0.8.1cvs30
10359                 see ChangeLog 2002-08-23
10360
10361 2002-08-24 [alfons]     0.8.1claws112
10362
10363         * src/summaryview.c
10364                 remove unnecessary allocations for search bar fixing leaks
10365                 reported by Martin Kluge
10366                 (see "[ 599451 ] Further memory leaks?")
10367
10368 2002-08-24 [alfons]     0.8.1claws111
10369
10370         * src/main.c
10371                 make get_socket_name() public for crash.c
10372         * src/crash.c
10373                 o make report bug button work (goes to claws' 
10374                   bug tracker at sf.net)
10375                 o introduce function for doing important stuff just
10376                   before claws goes down
10377                 o clean up code 
10378
10379 2002-08-24 [alfons]     0.8.1claws110
10380
10381         * src/compose.c
10382                 move cursor to "To" entry when forwarding as attachment
10383                 (reported and solved by Steve Lamb, closes bug report
10384                 "[ 592880 ] Forward as attachment; cursor not in to")
10385
10386 2002-08-24 [colin]      0.8.1claws109
10387
10388         * src/mainwindow.c
10389                 fix quick search visibility after GUI (de)separations.
10390
10391 2002-08-23 [colin]      0.8.1claws108
10392
10393         * src/mainwindow.c
10394                 fix header pane visibility after folderview or
10395                 messageview (de)separation
10396
10397 2002-08-23 [paul]       0.8.1claws107
10398
10399         * src/mainwindow.[ch]
10400           src/toolbar.c
10401                 give full control of display or non-display 
10402                 of the Execute icon to Custom toolbar settings.
10403                 add new sensitivity condition to maninwindow.h: 
10404                 M_DELAY_EXEC
10405
10406         * ChangeLog
10407           ChangeLog.jp
10408           NEWS
10409                 more sync with 0.8.1cvs29
10410
10411 2002-08-23 [melvin]     0.8.1claws106
10412
10413         * src/alertpanel.c
10414                 Readded support for custom widget in alertpanel lost in last
10415                 sync.
10416
10417 2002-08-23 [paul]       0.8.1claws105
10418
10419         * sync with 0.8.1cvs29
10420                 see ChangeLog 2002-08-23
10421
10422 2002-08-23 [colin]      0.8.1claws104
10423
10424         * src/summaryview.c
10425                 Fix folder and search pixmaps exchanging positions
10426                 after theme or toolbar changes. Thank to Oliver for 
10427                 reporting this.
10428
10429 2002-08-23 [colin]      0.8.1claws103
10430
10431         * src/mainwindow.c
10432           src/messageview.[ch]
10433           src/noticeview.[ch]
10434           src/summaryview.c
10435                 Changed messageview_create() and noticeview_create()
10436                 to avoid the last gdk_warning
10437
10438 2002-08-22 [colin]      0.8.1claws102
10439
10440         * src/summaryview.c
10441                 Fix my new `Creating pixmap from xpm' warning
10442
10443 2002-08-22 [colin]      0.8.1claws101
10444
10445         * src/mainwindow.c
10446                 Fix some of the gdk warnings
10447
10448 2002-08-22 [colin]      0.8.1claws100
10449
10450         * src/Makefile.am
10451         * src/stock_pixmap.c
10452         * src/stock_pixmap.h
10453         * src/pixmaps/quicksearch.xpm *ADDED*
10454                 Add the quicksearch pixmap
10455         * src/mainwindow.c
10456         * src/summaryview.c
10457         * src/summaryview.h
10458                 Make quicksearch bar visible/hidden via a button
10459
10460 2002-08-22 [christoph]  0.8.1claws99
10461
10462         * src/folder.c
10463                 fix folder update for newsgroups with message
10464                 numbers below minimum number of articles to fetch
10465                 (closes bug #598445)
10466
10467 2002-08-22 [paul]       0.8.1claws98
10468
10469         * sync with 0.8.1cvs28
10470                 see ChangeLog 2002-08-22
10471
10472 2002-08-21 [alfons]     0.8.1claws97
10473
10474         * src/crash.c
10475                 use bt instead of bt full which seems to work 
10476                 better, and bt full doesn't give a great deal 
10477                 of information anyway
10478
10479 2002-08-21 [colin]      0.8.1claws96
10480
10481         * src/summaryview.c
10482                 fix summaryview_searchtype_changed prototype
10483
10484 2002-08-21 [christoph]  0.8.1claws95
10485
10486         * src/mainwindow.c
10487                 o fix broken menu update for sorting type, we have to
10488                   get this info from the summaryview now
10489                 o removed setting of threaded state in menu callback
10490         * src/summaryview.[ch]
10491                 more summaryview/folderitem seperation for
10492                 threading option
10493         * configure.in
10494                 removed not required --with-compiler-flags option
10495
10496 2002-08-21 [oliver]     0.8.1claws94
10497         
10498         * src/toolbar.h 
10499                 o rename toolbar.xml to toolbar_main.xml
10500                   since toolbar_compose.xml might come up 
10501                   any time soon
10502         * README.claws
10503                 add custom toolbar              
10504
10505 2002-08-21 [darko]      0.8.1claws93
10506
10507         * src/procmsg.c
10508                 don't reset tmp flags for messages copied
10509                 to sent folder
10510
10511 2002-08-21 [colin]      0.8.1claws92
10512         
10513         * src/prefs_filtering.c
10514                 fix renaming rules on folder rename 
10515                 when folder is not a leaf folder
10516
10517 2002-08-21 [paul]       0.8.1claws91
10518
10519         * src/prefs_folder_item.c
10520                 fix alignment of colour selector
10521
10522 2002-08-21 [paul]       0.8.1claws90
10523
10524         * sync with 0.8.1cvs27
10525                 see ChangeLog 2002-08-21
10526
10527 2002-08-21 [paul]       0.8.1claws89
10528
10529         * src/summaryview.c
10530                 fix crash when changing field type in
10531                 Quick search bar
10532
10533 2002-08-21 [colin]      0.8.1claws88
10534
10535         * src/summaryview.c
10536                 Made quick search case-insensitive
10537
10538 2002-08-21 [paul]       0.8.1claws87
10539
10540         * sync with 0.8.1cvs26
10541                 see ChangeLog 2002-08-21
10542
10543 2002-08-20 [christoph]  0.8.1claws86
10544
10545         * src/folderview.c
10546         * src/main.c
10547         * src/summaryview.[ch]
10548                 more summaryview/folderitem seperation for
10549                 sort_key and sort_type
10550         * src/procmsg.c
10551                 added missing return statement
10552
10553 2002-08-20 [colin]      0.8.1claws85
10554
10555         * src/summaryview.[ch]
10556                 Added a quick search box
10557         * src/mainwindow.c
10558         * src/prefs_common.[ch]
10559                 Added a show/hide option for the quick search
10560
10561 2002-08-20 [oliver]     0.8.1claws84
10562         
10563         * src/mainwindow.c
10564                 remove toolbar_create_popups
10565         * src/toolbar.[ch]
10566                 o remove toolbar_create_popups
10567                 o fix toolbar_set_sensitive 
10568                   (Bug reports #596834 and #596832)     
10569         * src/prefs_toolbar.c
10570                 o add "Set default" button
10571                 o align label and text + combo widgets
10572
10573 2002-08-20 [hoa]        0.8.1claws83bis
10574
10575         * src/imap.c
10576                 fixed a bug in imap_fetch_msginfo() in case there is no
10577                 current folder.
10578
10579 2002-08-20 [darko]      0.8.1claws83
10580
10581         * src/folderview.c
10582                 copy the color style of folder view so it
10583                 works with GTK themes
10584
10585 2002-08-20 [darko]      0.8.1claws82
10586
10587         * src/folder.h
10588         * src/folderview.c
10589         * src/prefs_folder_item.[hc]
10590                 don't use UI stuff in folder.h
10591
10592 2002-08-20 [darko]      0.8.1claws81
10593
10594         * src/folder.h
10595         * src/prefs_folder_item.h
10596         * src/folderview.c
10597         * src/prefs_folder_item.c
10598                 ability to set folder color in folderview
10599
10600 2002-08-19 [alfons]     0.8.1claws80
10601
10602         * src/summaryview.c
10603                 fix one of the earlier memleaks reported by Martin Kluge
10604
10605 2002-08-19 [alfons]     0.8.1claws79
10606
10607         * src/mainwindow.c
10608                 hide notice view when selecting seperate folder
10609                 view (reported by Urke MMI)
10610
10611 2002-08-19 [christoph]  0.8.1claws78
10612
10613         * src/folderview.c
10614         * src/prefs_folder_item.h
10615         * src/summaryview.[ch]
10616                 o add summary_set_prefs_from_folderitem to set
10617                   summaryview prefs (first step to remove all
10618                   references to the folderitem in summaryview)
10619                 o moved compiled regex stuff from folderitem prefs
10620                   to summaryview code
10621
10622 2002-08-19 [paul]       0.8.1claws77
10623
10624         * src/compose.c
10625                 add check for '.' to QUOTE_IF_REQUIRED
10626
10627 2002-08-19 [paul]       0.8.1claws76
10628
10629         * src/inc.c
10630                 sync with 0.8.1cvs25 (plug memory leak)
10631
10632         * src/prefs_toolbar.c
10633                 re-order prefs_toolbar_cancel()
10634
10635 2002-08-18 [alfons]     0.8.1claws75
10636
10637         * src/inc.c
10638         * src/matcher.c
10639                 plug other memleaks reported by Martin Kluge
10640
10641 2002-08-18 [paul]       0.8.1claws74
10642
10643         * po/pt_BR.po
10644                 updated by Fabio Jr. Beneditto
10645
10646 2002-08-18 [paul]       0.8.1claws73
10647
10648         * src/toolbar.[ch]
10649                 fix bug where tooltips were displayed untranslated              
10650
10651         * src/prefs_toolbar.c
10652                 fix bug where clicking 'Cancel' creates an icon & text
10653                 toolbar regardless of prefs
10654         
10655
10656 2002-08-17 [oliver]     0.8.1claws72
10657
10658         * src/prefs_toolbar.c
10659                 update toolbar on CANCEL
10660                 bug reported by Martin Kluge
10661         * src/toolbar.c
10662                 toolbar_destroy memleak fixed           
10663
10664 2002-08-17 [alfons]     0.8.1claws71
10665
10666         * src/toolbar.c
10667                 plug another memleak reported by Martin Kluge
10668
10669 2002-08-16 [alfons]     0.8.1claws70
10670
10671         * src/crash.c
10672                 use execvp() correctly (suggested by wwp; thanks!)
10673
10674 2002-08-16 [alfons]     0.8.1claws69
10675
10676         * src/gtksctree.c
10677                 plug memory leak reported by Kim Schultz & Martin Kluge
10678
10679 2002-08-16 [paul]       0.8.1claws68
10680
10681         * po/es.po
10682                 updated by Ricardo Mones Lastra
10683
10684 2002-08-16 [paul]       0.8.1claws67
10685
10686         * src/toolbar.h
10687                 fix bug where 'Compose News' icon showed wrong
10688                 tooltip
10689
10690 2002-08-16 [paul]       0.8.1claws66
10691
10692         * sync with 0.8.1cvs24
10693                 see ChangeLog 2002-08-16
10694
10695         * po/it.po
10696                 updated by Alessandro Maestri
10697
10698 2002-08-15 [paul]       0.8.1claws65
10699
10700         * po/sr.po
10701                 updated by Urke MMI
10702
10703 2002-08-15 [paul]       0.8.1claws64
10704
10705         * src/*.c
10706                 don't translate debug info
10707
10708         * src/matcher.[ch]
10709                 add copyright info
10710
10711 2002-08-15 [paul]       0.8.1claws63
10712
10713         * src/prefs_toolbar.c
10714                 fix bug where clicking 'OK' creates an icon & text
10715                 toolbar regardless of prefs
10716
10717 2002-08-14 [alfons]     0.8.1claws62
10718
10719         * src/main.c
10720                 add global var that has the full argv[0]
10721         * src/crash.c
10722                 o execvp the correct sylpheed by using argv0
10723                   and setting the correct work dir
10724                 o other tweaks  
10725
10726 2002-08-14 [oliver]     0.8.1claws61
10727         
10728         * enable/disable Toolbar Action Buttons 
10729         * code cleanups
10730         * src/mainwindow.c
10731         * src/toolbar.[ch]      
10732         * src/prefs_toolbar.c   
10733
10734 2002-08-14 [melvin]     0.8.1claws60
10735
10736         * po/fr.po
10737                 Updated French translations
10738
10739 2002-08-14 [melvin]     0.8.1claws59
10740
10741         * src/crash.c
10742                 Made bug report not translatable
10743         * src/exporthtml.c
10744                 Fixed exporthtml_build_filespec() return value
10745         * src/foldersel.c
10746                 Fixed incorrect include file
10747         * src/gtkspell.c
10748         * src/prefs_actions.c
10749         * src/prefs_toolbar.c
10750                 Made debug info not translatable
10751         * src/mutt.c
10752         * src/quote_fmt.c
10753                 Added missing includes
10754         * src/prefs_common.c
10755                 Fixed typo
10756
10757 2002-08-14 [paul]       0.8.1claws58
10758
10759         * faq/es/sylpheed-faq.html
10760           faq/es/sylpheed-faq-[1-3].html
10761           faq/es/sylpheed-faq-4.html     **NEW FILE **
10762                 update Spanish FAQ
10763
10764 2002-08-13 [christoph]  0.8.1claws57
10765
10766         * src/procmsg.c
10767                 ignore thread fix that did not mark all
10768                 child nodes of a ignored thread as
10769                 ignored. Does not work perfectly yet,
10770                 but it is better now
10771
10772 2002-08-13 [alfons]     0.8.1claws56
10773
10774         * src/crash.c
10775                 o implement 'save crash log'
10776                 o some tweaks
10777
10778 2002-08-13 [melvin]     0.8.1claws55
10779
10780         * src/main.c
10781                 removed unrequired "execinfo.h" header
10782
10783 2002-08-12 [paul]       0.8.1claws54
10784
10785         * faq/en/sylpheed-faq.html
10786           faq/en/sylpheed-faq-[1-3].html
10787           faq/en/sylpheed-faq-4.html     **NEW FILE **
10788                 update English FAQ
10789
10790 2002-08-12 [alfons]     0.8.1claws53
10791
10792         * po/POTFILES.in
10793                 add crash.c to translatables
10794         * src/crash.c
10795                 bring in Leandro's crash dialog
10796
10797 2002-08-11 [alfons]     0.8.1claws52
10798
10799         * src/crash.c
10800                 clean up some warnings
10801
10802 2002-08-11 [alfons]     0.8.1claws51
10803
10804         * acconfig.h
10805         * configure.in
10806         * src/crash.[ch]        ** NEW FILES **
10807         * src/main.c            
10808                 initial gdb crash handler
10809
10810 2002-08-11 [paul]       0.8.1claws50
10811
10812         * src/prefs_toolbar.c
10813                 replace Up/Down arrow pixmaps with text to be
10814                 consistent across icon themes
10815
10816 2002-08-11 [paul]       0.8.1claws49
10817
10818         * src/prefs_common.c
10819           src/prefs_toolbar.c
10820                 rename 'Pixmap' -> 'Icon'
10821
10822         * src/toolbar.[ch]
10823                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10824
10825 2002-08-10 [paul]       0.8.1claws48
10826
10827         * src/prefs_toolbar.c
10828                 re-work the UI
10829
10830 2002-08-10 [paul]       0.8.1claws47
10831
10832         * src/main.c
10833                 don't write Processing progress to status bar
10834                 patch submitted by Alexander Evseev
10835
10836         * src/prefs_toolbar.c
10837                 re-position and resize window
10838                 make window assume correct size on first call
10839
10840 2002-08-10 [paul]       0.8.1claws46
10841
10842         * src/mainwindow.c
10843           src/prefs_toolbar.c
10844           src/toolbar.c
10845           src/toolbar.h
10846                 obey coding style
10847                 follow UI text conventions
10848
10849 2002-08-10 [alfons]     0.8.1claws45
10850
10851         * src/toolbar.c
10852                 correct pixmap for delete action
10853
10854 2002-08-10 [paul]       0.8.1claws44
10855
10856         * po/pt_BR.po
10857                 updated by Fabio Jr. Beneditto
10858
10859 2002-08-10 [paul]       0.8.1claws43
10860
10861         * po/POTFILES.in
10862                 add custom toolbar files
10863
10864 2002-08-10 [paul]       0.8.1claws42
10865
10866         * sync with 0.8.1cvs22
10867                 see ChangeLog 2002-08-09
10868
10869 2002-08-09 [paul]       0.8.1claws41
10870
10871         * tools/Makefile.am
10872           tools/README
10873           tools/outlook2sylpheed.pl     ** NEW FILE **
10874                 add script to convert exported Outlook
10875                 contacts list to a Sylpheed addressbook.
10876                 Submitted by Ricardo Mones Lastra.
10877
10878 2002-08-09 [paul]       0.8.1claws40
10879
10880         * AUTHORS
10881           configure.in
10882           po/sr.po      ** NEW FILE **
10883                 add Serbian message catalog. Submitted by
10884                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10885
10886 2002-08-09 [paul]       0.8.1claws39
10887
10888         * sync with 0.8.1cvs21
10889                 see ChangeLog 2002-08-08
10890
10891 2002-08-08 [oliver]     0.8.1claws38
10892
10893         * src/mainwindow.c
10894                 move Custom Toolbar to Configuration menu
10895
10896 2002-08-08 [oliver]     0.8.1claws37
10897
10898         * src/prefs_toolbar.c
10899                 fix substitute pixmap bug
10900
10901 2002-08-08 [paul]       0.8.1claws36
10902
10903         * sync with 0.8.1cvs19
10904                 see ChangeLog 2002-08-08
10905
10906 2002-08-07 [christoph]  0.8.1claws35
10907
10908         * src/utils.c
10909                 fixed a memory leak in new canonicalize_file_replace
10910
10911 2002-08-07 [christoph]  0.8.1claws34
10912
10913         * src/utils.[ch]
10914                 o canonicalize_file_replace should create the temporary
10915                   file in the same directory as the original file.
10916                 o added get_tmpfile_in_dir that creates a temorary file
10917                   in a specified directory.
10918
10919 2002-08-07 [melvin]     0.8.1claws33
10920
10921         * src/toolbar.c
10922                 fixed bug where 'Article' button acted as 'Email' button.
10923
10924 2002-08-07 [paul]       0.8.1claws32
10925
10926         * sync with 0.8.1.cvs17
10927                 see ChangeLog 2002-08-07
10928
10929 2002-08-07 [colin]      0.8.1claws31
10930         
10931         * src/news.c
10932                 fix mass-cancel problem
10933
10934 2002-08-07 [thorsten]   0.8.1claws30
10935
10936         * src/prefs_toolbar.c
10937                 fix: crash on replace or add new button
10938         * src/toolbar.c
10939                 fix: close xmlfile after reading
10940         * src/utils.c
10941                 fix: unlink() file before rename()
10942
10943 2002-08-06 [paul]       0.8.1claws29
10944
10945         * sync with 0.8.cvs15
10946                 see ChangeLog 2002-08-06
10947
10948 2002-08-06 [oliver]     0.8.1claws28
10949
10950         * src/toolbar.c
10951         * src/prefs_toolbar.c
10952                 fixed empty toolbar issue
10953
10954 2002-08-06 [oliver]     0.8.1claws27
10955
10956         * Custom Toolbar Final 
10957         * src/folderview.c
10958         * src/inc.c
10959         * src/summaryview.c
10960                 o toolbar stuff now lives in src/toolbar.[ch]
10961                 o main_window_toolbar_* functions are renamed to
10962                   toolbar_* reflecting their new source file
10963         * src/mainwindow.[ch]
10964                 o remove toolbar stuff  
10965
10966 2002-08-06 [oliver]     0.8.1claws26
10967         
10968         * src/Makefile.am
10969         * src/prefs_toolbar.[ch]        **New File**
10970         * src/toolbar.[ch]              **New File**
10971                 o prefs_toolbar.[ch] custom toolbar frontend
10972                 o toolbar.[ch]       backend 
10973
10974 2002-08-06 [oliver]     0.8.1claws25
10975
10976         * src/prefs_actions.[ch]
10977                 o new exported function actions_execute
10978
10979 2002-08-06 [paul]       0.8.1claws24
10980
10981         * sync with 0.8.1cvs4
10982                 see ChangeLog 2002-08-06
10983
10984 2002-08-06 [paul]       0.8.1claws23
10985
10986         * sync with 0.8.1cvs13
10987                 see ChangeLog 2002-08-06
10988
10989 2002-08-06 [paul]       0.8.1claws22
10990
10991         * sync with 0.8.1cvs12
10992                 see ChangeLog 2002-08-05 and 2002-08-06
10993
10994 2002-08-06 [match]      0.8.1claws21
10995
10996         * src/addrclip.c
10997                 improvements to cut/copy/paste address
10998
10999 2002-08-05 [match]      0.8.1claws20
11000
11001         * src/addritem.[ch]
11002         * src/addrcache.c
11003         * src/addrbook.c
11004         * src/editaddress.c
11005         * src/addressbook.c
11006                 fixes to improve cut/copy/paste
11007
11008 2002-08-06 [melvin]     0.8.1claws19
11009
11010         * src/account.[ch]
11011                 account_find_all_from_address(): new function that returns the
11012                 list of all accounts that are matched in an address.
11013         * src/alertpanel.[ch]
11014                 alertpanel() now accepts a custom widget
11015                 alertpanel_with_widget(): new function that pops up a panel with
11016                 a custom widget in it 
11017         * src/gtkutils.[ch]
11018                 gtkut_account_menu_new(): new function that allows the selection
11019                 of an account from a list of accounts.
11020         * src/messageview.c
11021                 Extended Return Receipt notification to select the correct 
11022                 account and to make a security test on the Delivery-Notification
11023                 address which should be the same as the Return-Path.
11024
11025 2002-08-06 [thorsten]   0.8.1claws18
11026
11027         * src/mimeview.c
11028                 attach_all: save unnamed as "noname.%d",
11029                 dont free static dirname
11030
11031 2002-08-05 [alfons]     0.8.1claws17
11032
11033         * configure.in
11034                 detect XIM by trying to link rather than compile a XIM program
11035
11036 2002-08-05 [oliver]     0.8.1claws16
11037                 
11038         * src/stock_pixmap.[ch]
11039                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
11040                 o new func to retrieve pixmaps
11041
11042 2002-08-05 [paul]       0.8.1claws15
11043
11044         * sync with 0.8.1cvs10
11045                 see ChangeLog 2002-08-05
11046
11047 2002-08-04 [alfons]     0.8.1claws14
11048
11049         * src/textview.c
11050                 see if this plugs memleak
11051
11052 2002-08-04 [melvin]     0.8.1claws13
11053
11054         * src/gtkspell.c
11055                 fixed bug that could crash Sylpheed when highlighting
11056                 all misspelled words.
11057
11058 2002-08-03 [melvin]     0.8.1claws12
11059
11060         * src/prefs_actions.c
11061                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11062         * src/messageview.c
11063                 fixed bug where the Return Receipt was sent to
11064                 Delivery-Notification-To address even if it was not present
11065
11066 2002-08-02 [alfons]     0.8.1claws11
11067
11068         * src/prefs_actions.c
11069                 o more check for NULLs
11070                 o put create_io_dialog() in right conditional block
11071
11072 2002-08-02 [paul]       0.8.1claws10
11073
11074         * po/es.po
11075                 updated by Ricardo Mones Lastra
11076
11077 2002-08-01 [christoph]  0.8.1claws9
11078
11079         * src/folder.c
11080                 don't free the cache of the opened
11081                 folder in the summaryview
11082         * src/summaryview.c
11083                 don't unset flags, if it is not required
11084
11085 2002-08-01 [paul]       0.8.1claws8
11086
11087         * sync with 0.8.1cvs8
11088                 see ChangeLog entry 2002-08-01
11089
11090 2002-08-01 [paul]       0.8.1claws7
11091
11092         * sync with 0.8.1cvs7
11093                 see ChangeLog 2002-07-31 and 2002-08-01
11094
11095 2002-07-31 [christoph]  0.8.1claws6
11096
11097         * src/mainwindow.c
11098                 forgot to update menu sensitivity
11099                 function for new menu entry
11100
11101 2002-07-31 [alfons]     0.8.1claws5
11102
11103         * src/main.c
11104                 check folder item and its path for NULL on
11105                 initial processing
11106
11107 2002-07-31 [christoph]  0.8.1claws4
11108
11109         * src/folder.c
11110                 check if folder_item_get_msginfo in
11111                 folder_item_remove_msg returned NULL
11112         * src/imap.c
11113                 better clear the uid cache in the
11114                 uid validity check function and delete
11115                 cached messages
11116
11117 2002-07-31 [paul]       0.8.1claws3
11118
11119         * man/sylpheed.1
11120                 add the '--attach' option and a few other
11121                 minor changes
11122
11123 2002-07-31 [paul]       0.8.1claws2
11124
11125         * sync with 0.8.1cvs5
11126                 see ChangeLog 2002-07-31
11127
11128 2002-07-31 [christoph]  0.8.1claws1
11129
11130         * src/folderview.[ch]
11131         * src/mainwindow.c
11132                 replace "Rescan all folders..." with
11133                 "Check all folders for new messages..."
11134
11135 2002-07-30 [paul]       0.8.1claws
11136
11137         * version 0.8.1claws released
11138
11139 2002-07-30 [paul]       0.8.0claws29
11140
11141         * tools/OOo2sylpheed.pl ** NEW FILE **
11142           tools/README
11143                 add script to enable sending documents as
11144                 attachments from OpenOffice.org
11145
11146 2002-07-30 [melvin]     0.8.0claws28
11147
11148         * src/prefs_actions.c
11149                 Made the actions' input/output dialog display
11150                 without delay.
11151
11152 2002-07-30 [christoph]  0.8.0claws27
11153
11154         * src/procmsg.c
11155                 check if folder_item_get_msginfo in
11156                 procmsg_save_to_outbox returned NULL
11157
11158 2002-07-30 [paul]       0.8.0claws26
11159
11160         * sync with 0.8.1cvs4
11161                 see ChangeLog 2002-07-29
11162
11163 2002-07-29 [thorsten]   0.8.0claws25
11164
11165         * README.claws
11166                 added selective download, delete on server
11167
11168 2002-07-29 [paul]       0.8.0claws24
11169
11170         * sync with 0.8.1cvs3
11171                 see ChangeLog 2002-07-29
11172
11173 2002-07-27 [christoph]  0.8.0claws23
11174
11175         * src/folder.c
11176                 add extra check if fetching the msginfo
11177                 returned NULL
11178
11179 2002-07-27 [paul]       0.8.0claws22
11180
11181         * sync with 0.8.1cvs2
11182                 see ChangeLog 2002-07-26
11183
11184 2002-07-27 [christoph]  0.8.0claws21
11185
11186         * src/imap.c
11187                 add another check if a valid msginfo
11188                 was returned
11189
11190 2002-07-26 [hoa]        0.8.0claws20
11191
11192         * src/folder.c
11193                 Fixed a condition in folder_item_destroy()
11194
11195         * src/imap.c
11196                 Fixed an error in IMAP protocol
11197
11198 2002-07-26 [alfons]     0.8.0claws19
11199
11200         * src/folder.c
11201                 ofcourse compare with identifier, not the path
11202
11203 2002-07-26 [alfons]     0.8.0claws18
11204
11205         * src/folder.c
11206                 use folder item identifier for saving / restoring
11207                 preferences because folder->path might not be unique
11208
11209 2002-07-26 [melvin]     0.8.0claws17
11210
11211         * src/logwindow.c
11212                 Fixed a crash introduced in 0.8.0claws5 when log is 
11213                 cut under 80 characters.
11214
11215 2002-07-26 [paul]       0.8.0claws16
11216
11217         * sync with 0.8.1cvs1
11218                 see ChangeLog 2002-07-26
11219
11220 2002-07-26 [christoph]  0.8.0claws15
11221
11222         * src/imap.[ch]
11223                 imap folder now remembers the last selected
11224                 folder and imap_fetch_msginfo skips selecting
11225                 the folder if it is already selected
11226
11227 2002-07-26 [christoph]  0.8.0claws14
11228
11229         * src/folder.c
11230         * src/folderview.c
11231         * src/imap.c
11232                 fix imap folder rescanning
11233
11234 2002-07-25 [christoph]  0.8.0claws13
11235
11236         * src/filter.c
11237         * src/folder.[ch]
11238         * src/folderview.c
11239         * src/imap.[ch]
11240         * src/mainwindow.c
11241         * src/mbox_folder.c
11242         * src/mh.c
11243         * src/news.c
11244                 implement imap uid cache and uid validity check
11245
11246 2002-07-25 [alfons]     0.8.0claws12
11247
11248         * src/summaryview.c
11249                 fix a brown paper bag bug, and also add some more
11250                 checks
11251
11252 2002-07-25 [christoph]  0.8.0claws11
11253
11254         * src/folder.c
11255                 don't mix copy, fetch_msginfo and remove
11256                 operations in folder item copy and move
11257                 operations
11258
11259 2002-07-25 [christoph]  0.8.0claws10
11260
11261         * src/folderview.c
11262         * src/mainwindow.c
11263         * src/prefs_folder_item.c
11264         * src/summaryview.[ch]
11265                 remove no longer required parameter update_cache from
11266                 summary_show
11267
11268 2002-07-25 [paul]       0.8.0claws9
11269
11270         * sync with 0.8.1
11271         
11272         * AUTHORS
11273                 a few corrections
11274
11275 2002-07-24 [alfons]     0.8.0claws8
11276
11277         * src/summaryview.c
11278                 sort correctly when using simplified subject line
11279                 (closes feature request "[ 585141 ] applying regexp to subject 
11280                 before sort" submitted by Alexandra Walford)
11281
11282 2002-07-24 [paul]       0.8.0claws7
11283
11284         * sync with 0.8.0cvs3
11285                 see ChangeLog 2002-07-24
11286
11287 2002-07-23 [christoph]  0.8.0claws6
11288
11289         * src/folder.c
11290         * src/folder.h
11291         * src/summaryview.c
11292         * src/summaryview.h
11293         * src/main.c
11294                 o separate processing and summaryview
11295                 o removed summary_write_cache from summaryview
11296                 o removed summaryview->killed_messages, because we don't have
11297                   to keep a list of killed messages anymore. New cache will
11298                   keep the hidden messages in cache anyway
11299         * src/folderview.c
11300         * src/inc.c
11301         * src/selective_download.c
11302                 o removed unnecessary summary_write_cache calls
11303         * src/procmsg.c
11304                 o don't set ignore thread flag in procmsg_get_thread_tree
11305                   if it is already set
11306         * src/mainwindow.c
11307         * src/statusbar.h
11308                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11309                   they are used in different files
11310
11311 2002-07-23 [melvin]     0.8.0claws5
11312
11313         * src/addressbook.c
11314         * src/addrgather.c
11315         * src/editaddress.c
11316         * src/editgroup.c
11317         * src/editldap_basedn.c
11318         * src/importldif.c
11319         * src/prefs_common.c
11320                 Fixed few memory leak (gtk_editable_get_chars returns
11321                 an allocated string)
11322         * src/logwindow.c
11323                 Fixed few memory leak (gtk_editable_get_chars returns
11324                 an allocated string) and modified a little the log cutting
11325                 loop.
11326         * src/compose.c
11327                 Replaced a call to an obsolete function gtk_entry_get_text()
11328                 by gtk_editable_get_chars()
11329         * src/send.c
11330                 Removed a debug printf
11331
11332 2002-07-23 [christoph]  0.8.0claws4
11333
11334         * src/filesel.c
11335                 fix another g_dirname memory leak
11336
11337 2002-07-23 [christoph]  0.8.0claws3
11338
11339         * src/mh.c
11340                 fixed a memory leak in mh_fetch_msginfo
11341                 fixed crash when message header could not be
11342                 parsed
11343
11344 2002-07-23 [paul]       0.8.0claws2
11345
11346         * sync with 0.8.0cvs2
11347                 see ChangeLog 2002-07-23
11348
11349 2002-07-23 [paul]       0.8.0claws1
11350
11351         * sync with 0.8.0cvs1
11352                 see ChangeLog 2002-07-23
11353
11354 2002-07-23 [paul]       0.8.0claws
11355
11356         * release of 0.8.0claws
11357
11358 2002-07-23 [paul]       0.7.8claws99
11359
11360         * po/ru.po
11361                 new Russian translation, submitted by
11362                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11363
11364 2002-07-22 [jens]       0.7.8claws98
11365
11366         * po/de.po
11367                 Updated German translations.
11368
11369 2002-07-22 [paul]       0.7.8claws97
11370
11371         * po/es.po
11372           po/it.po
11373           po/nl.po
11374           po/pt_BR.po
11375                 updated translations by Ricardo Mones Lastra,
11376                 Alessandro Maestri, Wilbert Berendsen and 
11377                 Fabio Jr. Beneditto respectively
11378
11379 2002-07-22 [christoph]  0.7.8claws96
11380
11381         * src/mimeview.c
11382                 fix memory leak caused by wrong g_dirname usage
11383
11384 2002-07-22 [christoph]  0.7.8claws95
11385
11386         * src/summaryview.c
11387                 update new and unread message counts for summaryview
11388                 summaryview does not get it from the folder anymore
11389                 and has to update the values itself
11390
11391 2002-07-22 [melvin]     0.7.8claws94
11392
11393         * po/fr.po
11394                 Updated French translations.
11395
11396 2002-07-22 [christoph]  0.7.8claws93
11397
11398         * src/matcher.c
11399                 set prop->preg pointer to NULL or following check
11400                 will not fail and regexec will be called with
11401                 invalid pointer
11402
11403 2002-07-21 [alfons]     0.7.8claws92
11404         
11405         * src/prefs_common.[ch]
11406                 remove option "Send return receipt on request"
11407
11408 2002-07-21 [thorsten]   0.7.8claws91
11409
11410         * src/mimeview.c
11411                 fixed memleaks, coding style as pointed out by alfons
11412
11413 2002-07-21 [alfons]     0.7.8claws90
11414
11415         * src/messageview.c
11416         * src/noticeview.[ch]
11417                 o fix bug notice view being displayed when going to empty folder 
11418                   (noticed by Christoph)
11419                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11420                   (noticed by Thorsten)
11421
11422 2002-07-21 [thorsten]   0.7.8claws89
11423
11424         * src/mimeview.c
11425                 Included save_all patch from Xaview FACQ
11426                 added support for pathnames
11427
11428 2002-07-21 [alfons]     0.7.8claws88
11429
11430         * po/POTFILES.in
11431         * src/Makefile.am
11432         * src/mainwindow.c
11433         * src/messageview.[ch]
11434         * src/noticeview.c      ** NEW FILE **
11435         * src/noticeview.h      ** NEW FILE **
11436                 make return receipts work again
11437                 (UI idea by Leandro Pereira)
11438
11439 2002-07-21 [paul]       0.7.8claws87
11440
11441         * src/summaryview.c
11442                 fix sensitivity of 'Select thread'
11443
11444 2002-07-21 [paul]       0.7.8claws86
11445
11446         * src/prefs_common.c
11447                 add browser command line for Galeon
11448
11449 2002-07-21 [paul]       0.7.8claws85
11450
11451         * Makefile.am
11452                 fix 'EXTRA_DIST': remove README.README, add TODO
11453                 and TODO.claws
11454
11455 2002-07-21 [alfons]     0.7.8claws84
11456
11457         * src/gtkstext.c
11458                 make enter clear selection
11459                 (closes "[ 579888 ] Editor selection/entry error"
11460                 reported by Steve Lamb)
11461
11462 2002-07-21 [alfons]     0.7.8claws83
11463         
11464         * src/summaryview.c
11465                 sort message list when selecting unthread messages
11466                 (closes "[ 501593 ] switching threaded view doesn't sort"
11467                 reported by Simon Schubert)
11468
11469 2002-07-20 [alfons]     0.7.8claws82
11470         
11471         * src/matcher.c
11472                 const-correctness
11473
11474 2002-07-20 [thorsten]   0.7.8claws81
11475
11476         * src/matcher.c
11477                 Fixed expansion of empty fields in matchactions
11478
11479 2002-07-19 [melvin]     0.7.8claws80
11480
11481         * src/gtkspell.c
11482                 Removed a duplicate menu entry (fast mode) introduced during
11483                 the new cache merge
11484                 Added a menu separator between 'Use alternate' and 'Fast mode'
11485
11486 2002-07-19 [paul]       0.7.8claws79
11487
11488         * tools/Makefile.am
11489           tools/README
11490                 correct typos
11491
11492 2002-07-19 [thorsten]   0.7.8claws78
11493
11494         * tools/calypso_convert.pl      ** NEW FILE **
11495           tools/README
11496           tools/Makefile.am
11497                 script to import mbox files exported
11498                 by calypso
11499                 o generates folder structure
11500                 o includes attachments
11501
11502 2002-07-19 [melvin]     0.7.8claws77
11503
11504         * src/selective_download.[ch]
11505                 Fixed bug where closing the dialog with the window manager's
11506                 close button will not unlock the summary
11507                 Corrected some function declarations that missed a return value
11508                 Made the source code comply better with coding style.
11509         * src/prefs_common.c
11510                 Added new browser command line for Mozilla.
11511
11512 2002-07-18 [paul]       0.7.8claws76
11513
11514         * src/mainwindow.c
11515           src/selective_download.[ch]
11516                 reflect theme changes, fix Gdk Warning when creating 
11517                 pixmap from NULL window, and minor clean up.
11518                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11519
11520         * po/en_GB.po
11521                 updated
11522
11523 2002-07-17 [paul]       0.7.8claws75
11524
11525         * INSTALL[.jp]
11526                 sync with 0.8.0
11527         
11528         * po/en_GB.po
11529                 updated
11530
11531 2002-07-16 [paul]       0.7.8claws74
11532
11533         * tools/filter_conv.pl
11534           tools/README
11535                 replace conversion script with reimplemented version, 
11536                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11537
11538 2002-07-16 [colin]      0.7.8claws73
11539
11540         * src/summaryview.c
11541                 remove forgotten debug messages - sorry ;-)
11542
11543 2002-07-16 [colin]      0.7.8claws72
11544
11545         * src/mimeview.c
11546           src/summaryview.c
11547           src/textview.c
11548           src/textview.h
11549                 add the ability to select part of a text mime-part 
11550                 to reply.
11551
11552 2002-07-15 [christoph]  0.7.8claws71
11553
11554         * src/folder.c
11555                 fix folder message count for folders without
11556                 msg_is_changed (includes news folders)
11557
11558 2002-07-15 [martin]     0.7.8claws70
11559
11560         * src/summaryview.c
11561                 option "display recipient on 'From'..." now works
11562                 without the need of enabling the option
11563                 "display  sender  using  address  book".
11564
11565 2002-07-15 [christoph]  0.7.8claws69
11566
11567         * src/summaryview.c
11568                 removed setting folder status from summaryview.
11569                 folder.c should update all message counts correctly.
11570
11571 2002-07-15 [paul]       0.7.8claws68
11572
11573         * po/pt_BR.po
11574                 updated by Fabio Junior Beneditto
11575
11576 2002-07-15 [darko]      0.7.8claws67
11577
11578         * src/mh.c
11579                 Fixed target folder colorization, don't decrease op
11580                 number twice
11581
11582 2002-07-14 [paul]       0.7.8claws66
11583
11584         * sync with main 0.8.0
11585                 see ChangeLog 2002-07-14
11586
11587 2002-07-13 [melvin]     0.7.8claws65
11588         
11589         * src/addrbook.c
11590         * src/addressbook.c
11591         * src/addrindex.c
11592                 Replaced sprintf by g_snprintf to prevent possible buffer
11593                 overflow.
11594         * src/news.c
11595                 Corrected a log message output format.
11596                 Added a missing "done" debug output.
11597         * src/compose.c
11598                 Added keyboard accelerator for Priority menu items
11599                 Added missing \n in debug output
11600         * src/logwindow.c
11601         * src/gtkspell.c
11602         * src/rfc2015.c
11603                 Added missing \n in debug output
11604
11605 2002-07-13 [paul]       0.7.8claws64
11606
11607         * man/sylpheed.1
11608                 change Sergey's email address to the sf address
11609
11610         * src/textview.c
11611                 increase show_url_timeout (more useful for long
11612                 urls)
11613
11614 2002-07-12 [sergey]     0.7.8claws63
11615
11616         * src/rfc2015.c
11617                 applied (with some modifications) patch to set the
11618                 micalg parameter for signatures
11619                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11620
11621 2002-07-12 [sergey]     0.7.8claws62
11622
11623         * man/Makefile.am
11624         * configure.in
11625                 fixed man page installation
11626
11627 2002-07-12 [paul]       0.7.8claws61
11628
11629         * sync with 0.7.8cvs26
11630                 see ChangeLog 2002-07-11 and 2002-07-12
11631
11632 2002-07-11 [christoph]  0.7.8claws60
11633
11634         * src/compose.c
11635         * src/procmsg.c
11636                 first use the message number to find the message
11637                 to mark with a reply flag but check the
11638                 message-id if we got the correct message, if not
11639                 try to find it by message-id.
11640                 use new string seperator that is not allowed
11641                 in message-ids.
11642
11643 2002-07-11 [paul]       0.7.8claws59
11644
11645         * sync with 0.7.8cvs23
11646                 see ChangeLog 2002-07-10
11647
11648 2002-07-10 [christoph]  0.7.8claws58
11649
11650         * src/folder.[ch]
11651         * src/msgcache.[ch]
11652                 Added message-id table to the cache in memory
11653                 and functions to msgcache.c and folder.c to
11654                 fetch MsgInfos by message id
11655         * src/compose.c
11656         * src/procmsg.c
11657                 store folder and message-id of message replying
11658                 to in queue header and set reply flag after sending
11659                 (Closes bug #469498)
11660
11661 2002-07-10 [paul]       0.7.8claws57
11662
11663         * AUTHORS
11664           man/sylpheed.1.gz
11665                 add Martin to the list of authors
11666
11667 2002-07-09 [martin]     0.7.8claws56
11668         * src/gtksctree.c
11669                 Added gtk_ctree_last_visible(), tree_update_level(),
11670                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11671                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11672                 from gtk+ to gtksctree.c for the new sorting code
11673                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11674                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11675         * src/gtksctree.h
11676                 Added declaration for gtk_sctree_sort_recursive() and
11677                 gtk_sctree_sort_node
11678         * src/addressbook.c
11679         * src/foldersel.c
11680         * src/folderview.c
11681         * src/summaryview.c
11682                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11683                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11684
11685 2002-07-08 [paul]       0.7.8claws55
11686
11687         * more sync with 0.7.8cvs21
11688                 see ChangeLog 2002-07-08
11689
11690 2002-07-08 [paul]       0.7.8claws54
11691
11692         * sync with 0.7.8cvs21
11693                 see ChangeLog 2002-07-08
11694
11695 2002-07-07 [alfons]     0.7.8claws53
11696
11697         * src/Makefile.am
11698         * src/stock_pixmap.[ch]
11699         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11700         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11701         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11702                 add new pixmaps for upcoming notice pane
11703
11704 2002-07-06 [melvin]     0.7.8claws52
11705
11706         * src/gtkspell.[ch]
11707                 Made them a bit closer to Sylpheed's coding style.
11708                 Removed old code.
11709                 Removed possible memory leaks when some errors occurs.
11710
11711 2002-07-06 [melvin]     0.7.8claws51
11712
11713         * po/Makefile.in.in
11714                 Removed --no-location in xgettext command line to help
11715                 translators that use Emacs' po-mode
11716         * src/quote_fmt.c
11717                 Removed unnecessary comments that messed up sylpheed.pot
11718
11719 2002-07-06 [paul]       0.7.8claws50
11720
11721         * sync with 0.7.8cvs19
11722                 see ChangeLog 2002-07-05
11723
11724 2002-07-06 [christoph]  0.7.8claws49
11725
11726         * src/folder.c
11727         * src/mainwindow.c
11728                 fix folder_item_remove_all_msg and folderview
11729                 status for trash folders after emptying trash
11730
11731 2002-07-05 [paul]       0.7.8claws48
11732
11733         * sync with 0.7.8cvs16
11734                 see ChangeLog 2002-07-04 and 2002-07-05
11735
11736 2002-07-04 [paul]       0.7.8claws47
11737
11738         * sync with 0.7.8cvs14
11739                 see  ChangeLog 2002-07-04
11740
11741 2002-07-03 [alfons]     0.7.8claws46
11742
11743         * src/folder.c
11744                 dupe folder item's path because it's being reallocated
11745                 by new folder scanning code
11746
11747 2002-07-03 [christoph]  0.7.8claws45
11748
11749         * src/imap.c
11750                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11751         * src/msgcache.c
11752                 add missing return in msgcache_write
11753
11754 2002-07-02 [thorsten]   0.7.8claws44
11755
11756         * src/jpilot.c
11757         * src/msgcache.c
11758         * src/rfc2015.c
11759                 use binary mode for file access
11760
11761 2002-07-02 [christoph]  0.7.8claws43
11762
11763         * major code cleanup (part 1)
11764         
11765                 - unused variables removed
11766                 - unused functions removed
11767                 - uninitialized variables checked
11768                 - missing return statements added
11769                 - missing function return types added
11770                 - added parentheses around assignment and
11771                   && in || when suggested by gcc
11772               
11773         * src/mh.c
11774         * src/folder.c
11775                 replaced direct calls to folder->scan_tree
11776                 with folder_scan_tree and restore folder
11777                 prefs in this function. The folder should
11778                 not have to deal with them.
11779                 ( Should now work for all folder types )
11780
11781 2002-07-02 [paul]       0.7.8claws42
11782
11783         * sync with 0.7.8cvs13
11784                 see ChangeLog 2002-07-01 and 2002-07-02
11785
11786 2002-07-01 [christoph]  0.7.8claws41
11787
11788         * src/summaryview.c
11789                 fix "goto next/prev unread message" with
11790                 ignored threads
11791
11792 2002-07-01 [paul]       0.7.8claws40
11793
11794         * po/es.po
11795                 updated by Ricardo Mones Lastra
11796
11797 2002-06-30 [match]      0.7.8claws39
11798
11799         * src/jpilot.c
11800                 applied variation of leonerd's patch (566661) to
11801                 allow multiple email addresses per JPilot entry.
11802                 addresses may be separated by space, comma, pipe,
11803                 semi-colon, new-line.
11804
11805 2002-06-30 [alfons]     0.7.8claws38
11806
11807         * src/procmsg.c
11808                 simple fix for putting older nodes before
11809                 newer nodes when threading by subject
11810
11811 2002-06-30 [christoph]  0.7.8claws37
11812
11813         * src/folder.c
11814         * src/folderview.c
11815         * src/mh.c
11816         * src/news.c
11817         * src/procmsg.c
11818                 fix broken folder tree rescaning
11819                 and don't use procmsg_get_mark_sum
11820                 anymore
11821
11822 2002-06-30 [christoph]  0.7.8claws36
11823
11824         * merge new cache branch
11825         * src/imap.c
11826                 fix new cache imap copy bug
11827         * src/folder.c
11828                 improved folder_item_scan
11829                 it should now always set the correct
11830                 new, unread and total message counts
11831
11832 2002-06-29 [paul]       0.7.8claws35
11833
11834         * configure.in
11835                 correct syntax error
11836
11837 2002-06-29 [paul]       0.7.8claws34
11838
11839         * configure.in
11840           Makefile.am
11841           man/Makefile.am       ** NEW FILE **
11842           man/sylpheed.1.gz     ** NEW FILE **
11843                 add Sylpheed man page
11844
11845 2002-06-29 [paul]       0.7.8claws33
11846
11847         * po/pt_BR.po
11848                 updated by Fabio Junior Beneditto
11849
11850 2002-06-28 [jens]       0.7.8claws32
11851
11852         * po/de.po
11853                 translation updated
11854
11855         * src/selective_download.c
11856                 removed gettext for space " "
11857
11858         * src/imap.c
11859                 removed wrong space
11860
11861 2002-06-28 [paul]       0.7.8claws31
11862
11863         * sync with 0.7.8cvs11
11864                 see ChangeLog 2002-06-28
11865
11866 2002-06-28 [paul]       0.7.8claws30
11867
11868         * sync with 0.7.8cvs10
11869                 see ChangeLog 2002-06-27 and 2002-06-28
11870
11871 2002-06-26 [paul]       0.7.8claws29
11872
11873         * src/addrgather.c
11874           src/selective_download.c
11875                 don't gettextise empty strings.
11876                 reserved by gettext. gettext("") returns 
11877                 the header entry with meta information, 
11878                 not the empty string
11879
11880         * po/en_GB.po
11881                 updated
11882
11883 2002-06-26 [paul]       0.7.8claws28
11884
11885         * sync with 0.7.8cvs7
11886                 see ChangeLog 2002-06-25
11887
11888         * src/prefs_common.c
11889                 ...and in the process, tweak the gui a little
11890
11891 2002-06-25 [alfons]     0.7.8claws27
11892         
11893         * configure.in
11894         * src/Makefile.am
11895                 fine tune ldap library detection
11896
11897 2002-06-25 [alfons]     0.7.8claws26
11898
11899         * src/compose.c
11900                 don't allow return receipts when composing a news article
11901
11902 2002-06-25 [paul]       0.7.8claws25
11903
11904         * Makefile.am
11905                 add '$(AMTAR)' to 'release' section to allow for
11906                 new and older autotools
11907
11908 2002-06-25 [paul]       0.7.8claws24
11909
11910         * src/summaryview.c
11911                 fix "No more unread messages" persistant pop-up
11912                 window bug
11913
11914 2002-06-25 [paul]       0.7.8claws23
11915
11916         * po/it.po
11917                 updated by Alessandro Maestri
11918
11919 2002-06-25 [paul]       0.7.8claws22
11920
11921         * sync with 0.7.8cvs6
11922                 see ChangeLog 2002-06-25
11923
11924 2002-06-24 [paul]       0.7.8claws21
11925
11926         * tools/update-po
11927                 add GPL copyright information
11928
11929 2002-06-24 [paul]       0.7.8claws20
11930
11931         * tools/Makefile.am
11932           tools/README
11933           tools/update-po       ** NEW FILE **
11934                 add script that eases the creation of *.po files
11935                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11936
11937 2002-06-23 [alfons]     0.7.8claws19
11938
11939         * src/messageview.c
11940                 make notification_convert_header obey const correctness
11941                 (next step will be fixing the broken return receipt)
11942
11943 2002-06-23 [paul]       0.7.8claws18
11944
11945         * src/messageview.c
11946                 fix bug introduced in last commit:
11947                 removed too much code in last commit - put back what's
11948                 needed
11949
11950 2002-06-23 [paul]       0.7.8claws17
11951
11952         * src/messageview.[ch]
11953                 remove code committed in error from locally patched
11954                 source
11955
11956 2002-06-23 [colin]      0.7.8claws16
11957
11958         * src/compose.[ch]
11959                 add compose_entry_select(), used to select the default_to
11960                 email address - hopefully avoiding people sending mails to
11961                 wrong recipients.
11962
11963 2002-06-22 [alfons]     0.7.8claws15
11964
11965         * AUTHORS
11966                 add Bram Metsch & Stanislav Karchebny
11967         * src/smtp.[ch]
11968         * src/prefs_account.[ch]
11969         * src/send.c
11970                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11971                   options.  (see <http://sourceforge.net/tracker/index.php
11972                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11973
11974                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11975                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11976
11977 2002-06-22 [paul]       0.7.8claws14
11978
11979         * sync with 0.7.8cvs5
11980                 see ChangeLog 2002-06-19 and 2002-06-20
11981
11982 2002-06-22 [alfons]     0.7.8claws13
11983
11984         * src/selective_download.c
11985                 fix a stupid mistake I made
11986
11987 2002-06-22 [alfons]     0.7.8claws12
11988
11989         * src/selective_download.[ch]
11990                 fix another unnoticed leak; cleanup code
11991
11992 2002-06-21 [alfons]
11993
11994         * tools/Makefile.am
11995                 gpg-sign <-- gpg-sign-syl
11996
11997 2002-06-21 [alfons]     0.7.8claws11
11998
11999         * src/selective_download.c
12000         * src/selective_download.h
12001                 fix assorted mix of allocation errors (should solve
12002                 problem reported by Philippe Gramoullé, see:
12003                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
12004
12005 2002-06-20 [melvin]     0.7.8claws10
12006
12007         * tools/gpg-sign *REMOVED*
12008           tools/gpg-sign-syl *ADDED*
12009                 Replaced the gpg clearsigning script with the version using
12010                 xterm instead of ssh-askpass and changed its name.
12011
12012         * README.claws
12013                 Updated actions example to reflect the renaming of the
12014                 gpg clearsigning script.
12015
12016 2002-06-19 [paul]       0.7.8claws9
12017
12018         * sync with 0.7.8claws9
12019                 see ChangeLog 2002-06-18 and 2002-06-19
12020
12021 2002-06-19 [paul]       0.7.8claws8
12022
12023         * sync with 0.7.8cvs1
12024                 see ChangeLog 2002-06-18
12025
12026 2002-06-18 [alfons]     0.7.8claws7
12027
12028         * src/mainwindow.h
12029                 add omitted prototype
12030
12031 2002-06-17 [paul]       0.7.8claws6
12032
12033         * src/mainwindow.c
12034                 fix hiding of exec_btn
12035
12036 2002-06-17 [paul]       0.7.8claws5
12037
12038         * src/pop.c
12039                 remove unneeded code: should_delete() 
12040                 and Pop3State::uidl_todelete_list
12041
12042 2002-06-17 [paul]       0.7.8claws4
12043
12044         * sync with 0.7.8
12045                 see ChangeLog 2002-06-11 and 2002-06-13
12046
12047 2002-06-16 [alfons]     0.7.8claws3
12048         
12049         * src/folder.c
12050                 make sure lock sort mode (claws specific) is
12051                 also persists after a tree rescan
12052
12053 2002-06-16 [alfons]     0.7.8claws2
12054
12055         * src/prefs_folder_item.c
12056         * src/folder.[ch]
12057                 fix persistence of folder sort mode (broken
12058                 by adapting Hiro's new folder persistence code)
12059
12060 2002-06-16 [alfons]     0.7.8claws1
12061
12062         * AUTHORS
12063         * src/logwindow.c
12064         * src/prefscommon.[ch]
12065                 control size of log text in log window; 
12066                 closes patch #569155 submitted by Mitko Haralanov.
12067
12068 2002-06-15 [paul]       0.7.8claws
12069
12070         * release of 0.7.8claws
12071
12072 2002-06-15 [paul]       0.7.7claws
12073
12074         * po/pt_BR.po
12075                 updated by Fabio Junior Beneditto
12076
12077 2002-06-14 [paul]       0.7.6claws49
12078
12079         * po/es.po
12080                 updated by Ricardo Mones Lastra
12081
12082 2002-06-14 [paul]       0.7.6claws48
12083
12084         * po/nl.po
12085                 updated translation by Wilbert Berendsen
12086
12087 2002-06-14 [melvin]     0.7.6claws47
12088
12089         * po/fr.po
12090                 Updated French translation
12091
12092 2002-06-13 [paul]       0.7.6claws46
12093
12094         * src/filesel.c
12095                 allow filename to be typed in, rather than just
12096                 selected by the mouse. Patch by Gustavo Noronha Silva.
12097
12098 2002-06-13 [alfons]     0.7.6claws45
12099
12100         * src/mainwindow.[ch]
12101                 more cleanups (removing unnecessary menu items Expand 
12102                 summary / message view)
12103
12104 2002-06-13 [melvin]     0.7.6claws44
12105
12106         * po/POTFILES.in
12107                 Added src/string_match.c
12108         * src/string_match.c
12109                 Fixed possible buffer overflow.
12110                 Corrected typo.
12111                 Added missing config.h header.
12112         * src/prefs_common.c
12113           src/prefs_matcher.c
12114           src/prefs_scoring.c
12115                 Made some strings translatable (missing _(..)).
12116
12117 2002-06-13 [melvin]     0.7.6claws43
12118
12119         * README.claws
12120                 Corrected action example (verifying clearsigned mail).
12121         * src/prefs_account.c
12122                 Corrected typo.
12123         * src/prefs_common.c
12124                 Removed incorrect line that generated a Gtk-CRITICAL msg.
12125
12126 2002-06-12 [alfons]     0.7.6claws42
12127
12128         * src/summaryview.c
12129                 add init of score column lost in 0.7.6claws42
12130
12131 2002-06-12 [paul]       0.7.6claws41
12132
12133         * src/prefs_account.c
12134                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
12135                 behavior of the radio buttons, (from 0.7.7cvs2)
12136
12137 2002-06-11 [alfons]     0.7.6claws40
12138
12139         * src/messageview.[ch]
12140         * src/summaryview.[ch]
12141         * src/summary_search.c
12142         * src/mainwindow.c
12143                 perform a sync to bring in Hiro's separate view implementation 
12144
12145                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
12146
12147 2002-06-11 [paul]       0.7.6claws39
12148         
12149         * src/prefs_account.c
12150                 correct a typo on the Receive tab
12151
12152 2002-06-10 [match]      0.7.6claws38
12153
12154         * src/addressbook.c
12155                 Included address completion patch from Gustavo Noronha.
12156
12157 2002-06-10 [paul]       0.7.6claws37
12158
12159         * src/inc.[ch]
12160           src/pop.c
12161           src/prefs_account.[ch]
12162           src/selective_download.[ch]
12163                 apply PATCH #561712
12164                  NEW:
12165                 - check if POP Account
12166                 - Receive Button renamed to Preview
12167                 - Preview Button Popup: preview new/all messages
12168                 - Download Button
12169                 - Account Preferences-->Receive tab checkbutton if you
12170                   want to remove Mail after Download
12171                 -: default YES
12172                 - Account Preferences-->Receive tab checkbutton use
12173                   filtering rules on preview
12174                   (think of delete_on_server)
12175                 -: default YES
12176                 - Account selectable from SD dialog
12177                 - checkbutton to show already downloaded messages if
12178                   all messages are previewed
12179                 - new clist column showing Date
12180                 - ESC KEY close
12181                 FIXES:
12182                 - play ball with UIDL
12183                 - fault tolerant (?) 
12184                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12185
12186 2002-06-10 [melvin]     0.7.6claws36
12187
12188         * README.claws
12189                 Added a hint to ac/README in cvs instructions.
12190
12191         * src/prefs_actions.c
12192                 Made it possible to use a more elaborate command line
12193                 for asynchronous actions, too.
12194
12195 2002-06-10 [melvin]     0.7.6claws35
12196         
12197         * src/prefs_actions.c
12198                 Make it possible to use a more elaborate command line
12199                 (e.g. |foo|bar|cat>there;echo Done|)
12200                 Corrected error message when calling %f, %F and %p commands
12201                 from the compose window.
12202
12203 2002-06-09 [colin]      0.7.6claws34
12204
12205         * src/summaryview.c
12206                 Automatically find unread messages in current folder
12207                 before annoying the user.
12208
12209 2002-06-08 [alfons]     0.7.6claws33
12210
12211         * po/it.po
12212                 remove bad formatting string in it.po translation
12213                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12214
12215 2002-06-08 [paul]       0.7.6claws32
12216
12217         * sync with 0.7.6cvs25
12218                 see ChangeLog 2002-06-07
12219
12220 2002-06-05 [paul]       0.7.6claws31
12221
12222         * src/mainwindow.c
12223                 add 'Sort by locked' and 'Sort by score'
12224
12225 2002-06-05 [paul]       0.7.6claws30
12226
12227         * sync with 0.7.6cvs24
12228                 see ChangeLog 2002-06-04
12229
12230 2002-06-04 [paul]       0.7.6claws29
12231
12232         * po/pt_BR.po
12233                 updated by Fabio Junior Beneditto
12234
12235 2002-06-03 [thorsten]   0.7.6claws28
12236
12237         * src/matcher.c
12238                 fclose() matcherrc after reading
12239
12240 2002-06-03 [paul]       0.7.6claws27
12241
12242         * sync with 0.7.6cvs21
12243                 see ChangeLog 2002-05-31
12244
12245 2002-05-31 [paul]       0.7.6claws26
12246
12247         * sync with 0.7.6cvs20
12248                 see ChangeLog 2002-05-29 and 2002-05-30
12249
12250 2002-05-31 [paul]       0.7.6claws25
12251
12252         * src/imap.c
12253                 hopefully fix last buggy sync
12254
12255         * README.claws
12256                 correct typo in 'Actions' examples
12257
12258 2002-05-29 [paul]       0.7.6claws24
12259
12260         * sync with 0.7.6cvs18
12261                 see ChangeLog 2002-05-28 and 2002-05-29
12262
12263         * src/news.c
12264           src/nntp.[ch]
12265                 sync with above 
12266
12267 2002-05-28 [paul]       0.7.6claws23
12268
12269         * sync with 0.7.6cvs16
12270                 see ChangeLog 2002-05-28
12271
12272 2002-05-27 [thorsten]   0.7.6claws22 
12273
12274         * faq/it/sylpheed-faq-1.html
12275           faq/it/sylpheed-faq-2.html
12276           faq/it/sylpheed-faq-3.html
12277           faq/it/sylpheed-faq.html
12278                 corrected DOS lineendings
12279         * faq/de/sylpheed-faq-1.html
12280           faq/de/sylpheed-faq-2.html
12281           faq/en/sylpheed-faq-1.html
12282           faq/en/sylpheed-faq-2.html
12283           faq/en/sylpheed-faq-3.html
12284           faq/es/sylpheed-faq-1.html
12285           faq/es/sylpheed-faq-2.html
12286           faq/es/sylpheed-faq-3.html
12287           faq/fr/sylpheed-faq-1.html
12288           faq/it/sylpheed-faq-1.html
12289           faq/it/sylpheed-faq-2.html
12290           faq/it/sylpheed-faq-3.html
12291           faq/it/sylpheed-faq.html
12292                 changed ">" to &quot;
12293
12294 2002-05-27 [paul]       0.7.6claws21
12295         
12296         * sync with 0.7.6cvs15
12297                 see ChangeLog 2002-05-27
12298
12299 2002-05-27 [paul]       0.7.6claws20
12300
12301         * src/prefs_account.c
12302                 correct a typo
12303
12304 2002-05-26 [paul]       0.7.6claws19
12305
12306         * tools/README
12307                 correct a typo
12308
12309 2002-05-25 [paul]       0.7.6claws18
12310
12311         * tools/README
12312                 add description of kmail2sylpheed.pl
12313
12314 2002-05-25 [paul]       0.7.6claws17
12315
12316         * tools/kmail2sylpheed.pl       ** NEW FILE **
12317                 perl script that converts an exported Kmail address
12318                 book, converts it to sylpheed addressbook file,
12319                 writes the file to .sylpheed, and updates
12320                 addrbook--index.xml 
12321
12322 2002-05-25 [paul]       0.7.6claws16
12323
12324         * sync with 0.7.6cvs14
12325                 see ChangeLog 2002-05-23
12326
12327 2002-05-24 [paul]       0.7.6claws15
12328
12329         * README.claws
12330                 make a correction and add some more info
12331
12332 2002-05-24 [paul]       0.7.6claws14
12333
12334         * src/compose.c
12335                 fix memory leak in 
12336                 compose_redirect_write_headers_from_headerlist()
12337                 add Subject and Resent-Message-ID to
12338                 compose_redirect_write_headers()
12339                 Received, Subject, and X-UIDL are filtered out in 
12340                 compose_redirect_write_to_file()
12341
12342 2002-05-23 [paul]       0.7.6claws13
12343
12344         * src/compose.[ch]
12345           src/filtering.c
12346           src/mainwindow.c
12347           src/matcher.[ch]
12348           src/matcher_parser_lex.l
12349           src/matcher_parser_parse.y
12350           src/prefs_common.[ch]
12351           src/prefs_filtering.c
12352           src/summaryview.c
12353                 rename 'Bounce' to 'Redirect'
12354
12355 2002-05-23 [paul]       0.7.6claws12
12356
12357         * more sync with 0.7.6cvs13
12358           src/compose.c
12359                 see ChangeLog 2002-05-22
12360
12361 2002-05-22 [paul]       0.7.6claws11
12362
12363         * sync with 0.7.6cvs13
12364           src/codeconv.c
12365                 see ChangeLog 2002-05-20
12366           src/prefs_common.c
12367                 see ChangeLog 2002-05-22
12368
12369 2002-05-21 [melvin]     0.7.6claws10
12370
12371         * src/folderview.c
12372                 Added missing filtering and scoring headers
12373                 Fixed bad function call that showed garbage 
12374                 in Folder->Processing
12375
12376 2002-05-21 [paul]       0.7.6claws9
12377
12378         * tools/Makefile.am
12379                 make all tools executable, (patch by Alfons).
12380
12381 2002-05-20 [alfons]     0.7.6claws8
12382
12383         * src/procheader.c
12384                 don't forget to call mktime() so we have a valid week 
12385                 and year day
12386                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12387
12388 2002-05-20 [paul]       0.7.6claws7
12389
12390         * src/html.c
12391                 fix broken parsing of urls
12392         * src/textview.c
12393                 fix displaying of urls
12394
12395                 both fixes from the patch [547855] by Eugene 
12396                 Brevdo (zonem)
12397
12398 2002-05-19 [alfons]     0.7.6claws6
12399
12400         * configure.in
12401                 make sylpheed configure correctly with the latest
12402                 and greatest of automake / autoconf / gettext
12403
12404 2002-05-19 [alfons]     0.7.6claws5
12405
12406         * src/procheader.c
12407         * src/procheader.h
12408                 add function for returning ime zone offset
12409         * src/quote_fmt.c
12410         * src/quote_fmt_parse.y
12411                 better quotation formatting - does not convert
12412                 to local time, but uses the original date string.
12413                 
12414                 Note: %z inserts the timezone offset (should 
12415                 work also on platforms where strftime does not
12416                 support %z).
12417
12418 2002-05-18 [christoph]  0.7.6claws4
12419
12420         * src/summaryview.c
12421                 fix indentation of some code
12422         * tools/Makefile.am
12423                 fix spaces after \
12424         * src/Makefile.am
12425                 add missing \
12426                 correct path for ignorethread.xpm
12427                 incorrect filename for sylpheed_logo.xpm
12428                 add missing include matcher_parser_parse.h
12429
12430 2002-05-18 [paul]       0.7.6claws3
12431
12432         * sync with 0.7.6cvs8
12433                 see ChangeLog 2002-05-16 and 2002-05-17
12434
12435 2002-05-18 [melvin]     0.7.6claws2
12436
12437         * README.claws
12438                 Corrected an action's definition and fixed some misspellings.
12439
12440 2002-05-18 [paul]       0.7.6claws1
12441
12442         * tools/Makefile.am
12443           tools/gpg-sign        ** new file **
12444           tools/uudec           ** new file **
12445                 add Melvin's Actions scripts
12446
12447         * README.claws
12448                 add Melvin's descriptions for Actions
12449
12450 2002-05-18 [paul]       0.7.6claws
12451
12452         * Version 0.7.6claws released
12453
12454 2002-05-17 [paul]       0.7.5claws32
12455
12456         * po/es.po
12457                 updated by Ricardo Mones Lastra
12458
12459 2002-05-17 [paul]       0.7.5claws31
12460
12461         * src/compose.c
12462                 fix Account prefs default folder for sent/draft/deleted
12463                 messages bug
12464
12465         * po/it.po
12466           po/nl.po
12467                 updated translation by Alessandro Maestri and
12468                 Wilbert Berendsen
12469
12470 2002-05-17 [melvin]     0.7.5claws30
12471
12472         * src/prefs_actions.c
12473                 Fixed bug where using %F not at the end of the command 
12474                 resulted in an additional empty argument being created.
12475                 Thanks to Darko Koruga for reporting the bug.
12476
12477 2002-05-17 [melvin]     0.7.5claws29
12478
12479         * po/fr.po
12480                 Updated French translations.
12481
12482 2002-05-15 [paul]       0.7.5claws28
12483         
12484         * po/es.po
12485                 updated by Ricardo Mones Lastra
12486
12487 2002-05-15 [paul]       0.7.5claws27
12488
12489         * sync with 0.7.6cvs4
12490                 see ChangeLog 2002-05-14 and 2002-05-15
12491
12492 2002-05-14 [paul]       0.7.5claws26
12493
12494         * sync with 0.7.6cvs1
12495                 see ChangeLog 2002-05-13
12496
12497 2002-05-13 [thorsten]   0.7.5claws25
12498
12499         * src/messageview.c
12500                 fix select_all and copy in multipart messages
12501         * src/mainwindow.c
12502                 fix select_all and copy in multipart messages
12503
12504 2002-05-12 [paul]       0.7.5claws24
12505
12506         * src/summaryview.c
12507                 reverse last commit, bug already fixed in 0.7.5claws3
12508
12509 2002-05-12 [netztorte]  0.7.5claws23
12510
12511         * src/summaryview.c
12512                 dont parse empty addressbook (checked in before claws20)
12513
12514 2002-05-12 [melvin]     0.7.5claws22
12515
12516         * src/procmsg.[ch]
12517                 Removed unneeded priority code introduced by the previous 
12518                 commit.
12519
12520 2002-05-12 [melvin]     0.7.5claws21
12521
12522         * src/compose.[ch]
12523                 Added possibility to set message's priority.
12524         * src/procmsg.[ch]
12525                 Added possibility to set message's priority.
12526                 Added missing headers
12527
12528 2002-05-12 [melvin]     0.7.5claws20
12529
12530         * src/prefs_actions.c
12531                 Removed implicitely added quotes around the name
12532                 of the temporary files of mime parts.
12533
12534 2002-05-12 [paul]       0.7.5claws19
12535
12536         * sync with 0.7.5cvs20
12537                 see ChangeLog 2002-05-11
12538
12539 2002-05-12 [alfons]     0.7.5claws18
12540
12541         * src/quote_fmt_lex.l
12542         * src/quote_fmt_parse.y
12543                 allow quote / reply date & time format to be set using
12544                 %D{format}. format is a format string you'd pass to
12545                 strftime() (see man strftime, or the Display tab |
12546                 Date format setting).
12547
12548                 Currently %D converts the date to local time. 
12549
12550 2002-05-11 [paul]       0.7.5claws17
12551
12552         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12553                 see ChangeLog 2002-05-10 and 2002-05-11
12554
12555 2002-05-10 [paul]       0.7.5claws16
12556
12557         * sync with 0.7.5cvs16
12558                 see ChangeLog entries 2002-05-09 and 
12559                 2002-05-10
12560
12561 2002-05-10 [colin]      0.7.5claws15
12562
12563         * src/textview.c
12564                 Corrected a bug that prevented sylpheed to open
12565                 double-clicked URIs.
12566
12567 2002-05-09 [paul]       0.7.5claws14
12568
12569         * sync with 0.7.5cvs14
12570                 see ChangeLog 2002-05-08 and 2002-05-09
12571
12572 2002-05-08 [paul]       0.7.5claws13
12573
12574         * sync with 0.7.5cvs11
12575                 see ChangeLog entry 2002-05-08
12576
12577 2002-05-08 [paul]       0.7.5claws12
12578
12579         * src/mainwindow.c
12580           src/textview.[ch]
12581                 fix segfault on View->Open in new window
12582                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12583
12584 2002-05-07 [paul]       0.7.5claws11
12585
12586         * sync with 0.7.5cvs9
12587                 see ChangeLog entry 2002-05-07
12588
12589 2002-05-06 [paul]       0.7.5claws10
12590
12591         * src/messageview.c
12592           src/textview.c
12593                 display url in statusbar on single-click
12594                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12595
12596 2002-05-06 [match]      0.7.5claws9
12597
12598         * src/addritem.[ch]
12599                 new functions.
12600         * src/addrcache.c
12601                 tidy up.
12602         * src/xmlprops.[ch]
12603                 XML implementation of properties file.
12604         * src/exporthtml.[ch]
12605         * src/expthtmldlg.[ch]
12606         * src/addressbook.c
12607                 export to HTML.
12608
12609 2002-05-02 [sergey]     0.7.5claws8
12610
12611         * src/mainwindow.c (mainwin_entries),
12612           src/prefs_common.c (prefs_send_create()),
12613           src/codeconv.c (locale_table):
12614                 use charset name "Windows-1251" instead of "CP1251".
12615
12616 2002-05-02 [colin]      0.7.5claws7
12617         
12618         * src/compose.c
12619           src/prefs_common.c
12620           src/prefs_folder_item.c
12621                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12622
12623 2002-05-02 [hiro]       0.7.5claws6
12624
12625         * src/imap.c
12626                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12627
12628 2002-05-02 [paul]       0.7.5claws5
12629
12630         * src/compose.c
12631                 more sync with 0.7.5cvs7, see ChangeLog entry
12632                 2002-05-02
12633
12634 2002-05-02 [hiro]       0.7.5claws4
12635
12636         * src/compose.c
12637                 compose_queue_sub():
12638                 check if queue folder exists (closes #550397).
12639                 removed directory creation since it should be handled
12640                 transparently.
12641         * src/imap.c
12642                 imap_add_msg(): return UID for appended message
12643                 (closes #548842).
12644
12645 2002-04-30 [paul]       0.7.5claws3
12646
12647         * src/summaryview.c
12648                 fix account_find_from_address() bug
12649
12650 2002-04-28 [colin]      0.7.5claws2
12651
12652         * src/compose.c
12653           src/textview.c
12654           src/prefs_common.[ch]
12655           src/utils.[ch]
12656                 Added user-definable quotation characters recognition.
12657
12658 2002-04-28 [paul]       0.7.5claws1
12659
12660         * sync with 0.7.5cvs4
12661                 see ChangeLog entry  2002-04-25
12662
12663 2002-04-28 [paul]       0.7.5claws
12664
12665         * po/es.po
12666           po/nl.po
12667           po/pt_BR.po
12668                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12669                 Fabio Junior Beneditto
12670
12671 2002-04-27 [jens]       0.7.4claws103
12672
12673         * po/de.po
12674                 updated German translation.
12675
12676 2002-04-27 [hiro]       0.7.4claws102
12677
12678         * src/summaryview.c
12679                 summary_write_cache(): fixed the mark loss of hidden messages.
12680
12681 2002-04-26 [melvin]     0.7.4claws101
12682
12683         * src/procmsg.c
12684                 fixed a second typo (same one)
12685         * po/fr.po
12686           po/it.po
12687           po/pt_BR.po
12688                 fixed the type again...
12689
12690 2002-04-26 [melvin]     0.7.4claws100
12691
12692         * src/procmsg.c
12693                 fixed a typo in an alert message ("temorary").
12694         * po/it.po
12695         * po/pt_BR.po
12696                 corrected the typo  described above.
12697         * po/fr.po
12698                 updated French translation.
12699
12700 2002-04-26 [darko]      0.7.4claws99
12701
12702         * src/summaryview.c
12703                 fix target folder colorization
12704
12705 2002-04-25 [paul]       0.7.4claws98
12706
12707         * po/it.po
12708                 updated by Alessandro Maestri
12709
12710 2002-04-24 [colin]      0.7.4claws97
12711         
12712         * src/compose.c
12713                 Fixed double "subject is empty" question.
12714
12715 2002-04-23 [colin]      0.7.4claws96
12716         
12717         * src/mimeview.c
12718                 Corrected issue when "automatically display images" was
12719                 not set : first image remained after selecting second.
12720
12721 2002-04-23 [melvin]     0.7.4claws95
12722
12723         * src/prefs_actions.c
12724                 Don't display in/out dialog if there is nothing to show.
12725
12726 2002-04-23 [paul]       0.7.4claws94
12727
12728         * sync with 0.7.5cvs3
12729                 bug fixes: see ChangeLog entry 2002-04-23
12730
12731 2002-04-22 [darko]      0.7.4claws93
12732
12733         * src/compose.c
12734                 fix previous check-in which changed code after
12735                 merge from main
12736
12737 2002-04-22 [paul]       0.7.4claws92
12738
12739         * faq/de/*
12740                 add German FAQ
12741         * faq/en/*
12742           faq/es/*
12743           faq/fr/*
12744                 update English, Spanish and French FAQs
12745         * manual/de/*
12746           manual/es/*
12747                 add German and Spanish manuals
12748         * manual/en/*
12749           manual/fr/*
12750                 update English and French manuals
12751
12752         * src/Makefile.am
12753                 add to and re-arrange the pixmap entries
12754
12755 2002-04-22 [darko]      0.7.4claws91
12756
12757         * src/compose.c
12758                 fix sender initials recognition to only allow
12759                 '>' after the initials
12760
12761 2002-04-21 [paul]       0.7.4claws90
12762
12763         * sync with 0.7.5 release
12764                 see ChangeLog entry 2002-04-21
12765
12766 2002-04-21 [alfons]
12767
12768         * src/Makefile.am
12769                 add colin's new pixmaps to EXTRA_DIST
12770
12771 2002-04-21 [colin]      0.7.4claws89
12772         * src/compose.c
12773         * src/inc.c
12774         * src/mainwindow.[ch]
12775         * src/prefs_common.[ch]
12776         * src/stock_pixmap.[ch]
12777                 Added "Work offline" ability.
12778
12779 2002-04-21 [colin]      0.7.4claws88
12780         
12781         * src/mimeview.c
12782         * src/prefs_common.c
12783         * src/prefs_common.h
12784         * src/textview.c : Added an option to common preferences -> display
12785           to allow user not to automatically display images.
12786
12787 2002-04-21 [paul]       0.7.4claws87
12788
12789         * sync with 0.7.4cvs52
12790                 see ChangeLog entry 2002-04-21 (src/imap.c)
12791
12792 2002-04-21 [paul]       0.7.4claws86
12793
12794         * sync with 0.7.4cvs51
12795                 see ChangeLog entry 2002-04-21
12796
12797 2002-04-21 [paul]       0.7.4claws85
12798
12799         * sync with 0.7.4cvs49
12800                 see ChangeLog entries 2002-04-20 and 2002-04-21
12801
12802         * src/Makefile.am
12803                 clean up: remove old 'stock_' element from xpm 
12804                 filenames.
12805
12806 2002-04-21 [alfons]     0.7.4claws84
12807
12808         apply sync patch from Paul
12809
12810         * src/folderview.c
12811                 use old claws prefs_folder_item_create() for now
12812
12813 2002-04-19 [match]      0.7.4claws83
12814
12815         * src/addressbook.[ch]
12816         * src/addrharvest.[ch]
12817         * src/addrgather.[ch]
12818                 recurse folders.
12819         * src/mainwindow.c
12820         * src/summaryview.[ch]
12821                 change menu option.
12822
12823 2002-04-19 [paul]       0.7.4claws82
12824
12825         * po/pt_BR.po
12826                 updated by Fabio Junior Beneditto
12827
12828 2002-04-14 [alfons]     0.7.4claws81
12829
12830         * src/passphrase.c
12831                 add #include <sys/types.h> for mode_t and off_t 
12832
12833 2002-04-13 [paul]       0.7.4claws80
12834         
12835         * src/main.c
12836           src/passphrase.[ch]
12837           src/pgptext.c
12838           src/prefs_common.[ch]
12839           src/rfc2015.c
12840                 enable storing of GnuPG passphrase for the whole 
12841                 session or a user-defined number of minutes. patch 
12842                 submitted by Ravemax <ravemax@dextrose.com>
12843
12844 2002-04-13 [alfons]     0.7.4claws79
12845
12846         * src/textview.c
12847                 make email parser also stop scanning when encountering separators
12848                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12849
12850 2002-04-13 [paul]       0.7.4claws78
12851
12852         * sync with 0.7.4cvs39
12853                 see ChangeLog entry 2002-04-12
12854
12855 2002-04-11 [paul]       0.7.4claws77
12856
12857         * sync with 0.7.4cvs37
12858                 see ChangeLog entry 2002-04-11
12859
12860 2002-04-11 [paul]       0.7.4claws76
12861
12862         * COPYING 
12863                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12864                 the clause for OpenSSL). sync with sylpheed main
12865
12866 2002-04-09 [melvin]     0.7.4claws75
12867
12868         * src/compose.c
12869                 Made 'Ctrl-Enter' on send ignore some modifiers 
12870                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12871                 to bind other *-Enter (but not Alt-Enter).
12872
12873 2002-04-09 [paul]       0.7.4claws74
12874
12875         * sync with 0.7.4cvs35
12876                 see ChangeLog entries 2002-04-09
12877
12878 2002-04-08 [paul]       0.7.4claws73
12879
12880         * sync with 0.7.4cvs33
12881                 see ChangeLog entry 200-04-08
12882
12883 2002-04-07 [match]      0.7.4claws72
12884
12885         * src/addrharvest.[ch]
12886                 fixed to read all addresses in header, regardless
12887                 of header size. improved name parsing. accommodate
12888                 harvest from folders and selected message.
12889         * src/addritem.[ch]
12890                 included new address parsing function.
12891         * src/addrgather.[ch]
12892         * src/addressbook.[ch]
12893         * src/summaryview.[ch]
12894         * src/mainwindow.c
12895                 allow address harvest of folder as well as selected
12896                 messages.
12897
12898 2002-04-07 [paul]       0.7.4claws71
12899
12900         * src/esmtp.[ch]
12901           src/smtp.c
12902                 don't try to authenticate with CRAM-MD5 in SMTP when 
12903                 SMTP-AUTH enabled if MTA doesn't issue this 
12904                 auth-method in it's ehlo-response. bug item #531364,
12905                 patch item #938910. patch submitted by Colin Leroy 
12906                 <colin@colino.net>
12907
12908 2002-04-07 [paul]       0.7.4claws70
12909
12910         * src/nntp.c
12911                 fix missing MODE_READER bug. patch submitted by
12912                 Colin Leroy <colin@colino.net>
12913
12914 2002-04-07 [alfons]     0.7.4claws69
12915
12916         * src/matcher.[ch]
12917         * src/prefs_filtering.c
12918         * src/summaryview.c
12919                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12920                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12921
12922 2002-04-07 [paul]       0.7.4claws68
12923
12924         * sync with 0.7.4cvs32
12925                 see ChangeLog entry 2002-04-06
12926
12927         * tools/filter_conv.pl
12928                 more bug fixes
12929
12930 2002-04-06 [paul]       0.7.4claws67
12931
12932         * tools/filter_conv.pl
12933                 modify to be able to find the name of the first
12934                 mailbox and use that. main's filter does not
12935                 record the full path to the mailbox and therefore
12936                 can only filter to the first mailbox.
12937
12938 2002-04-05 [paul]       0.7.4claws66
12939
12940         * tools/filter_conv.pl
12941                 attempt to make the script all-encompassing and
12942                 be able to convert any main 'filter' rule thrown
12943                 at it
12944
12945 2002-04-05 [paul]       0.7.4claws65
12946
12947         * tools/filter_conv.pl
12948                 allow for collapsed folder trees
12949
12950 2002-04-05 [paul]       0.7.4claws64
12951
12952         * sync with 0.7.4cvs31
12953                 see ChangeLog entries 2002-04-05
12954
12955 2002-04-03 [paul]       0.7.4claws63
12956
12957         * sync with 0.7.4cvs29
12958                 see ChangeLog entries 2002-04-02 and 2002-04-03
12959
12960 2002-04-02 [paul]       0.7.4claws62
12961
12962         * sync with 0.7.4cvs26
12963                 see ChangeLog entry 2002-04-01
12964
12965 2002-04-02 [match]      0.7.4claws61
12966
12967         * src/pine.[ch]
12968         * src/importpine.[ch]
12969         * src/addressbook.c
12970                 import Pine address book.
12971
12972 2002-04-02 [match]      0.7.4claws60
12973
12974         * src/addrharvest.[ch]
12975                 improve address parsing of funky addresses.
12976
12977 2002-04-02 [darko]      0.7.4claws59
12978
12979         * src/compose.c
12980                 wrap on send improvements, it now recognizes quoted
12981                 initials as part of the quotation string, and it
12982                 does not join lines separated by CR
12983
12984 2002-04-01 [match]      0.7.4claws58
12985
12986         * src/mgutils.[ch]
12987                 added new functions.
12988         * src/mutt.[ch]
12989                 remove excessive duplicate address generation
12990                 on import.
12991
12992 2002-04-01 [alfons]     0.7.4claws57
12993         
12994         * src/summaryview.c
12995                 put back g_free() 
12996
12997 2002-04-01 [paul]       0.7.4claws56
12998
12999         * sync with 0.7.4cvs25
13000                 see ChangeLog entry 2002-04-01
13001
13002 2002-04-01 [alfons]     0.7.4aprilfool55
13003
13004         * src/summaryview.c
13005                 honour feature request item #537427 to allow for
13006                 displaying names from address book for sent mail also
13007
13008 2002-03-29 [paul]       0.7.4claws54
13009
13010         * src/mainwindow.c
13011           src/prefs_filtering.[ch]
13012           src/prefs_matcher.c
13013           src/summaryview.c
13014                 add 'fast filter' for claws' filtering,
13015                 /Tools/Create filter rule/... patch submitted
13016                 by Neill Miller <neillm@thecodefactory.org>
13017
13018 2002-03-29 [paul]       0.7.4claws53
13019
13020         * sync with 0.7.4cvs24
13021                 see ChangeLog entry 2002-03-29
13022
13023 2002-03-28 [paul]       0.7.4claws52
13024
13025         * sync with 0.7.4cvs23
13026                 see ChangeLog entry 2002-03-28
13027
13028 2002-03-27 [melvin]     0.7.4claws51
13029
13030         * src/prefs_actions.c
13031                 Added support to pass only one message part (as a
13032                 file) to the command using '%p'. No quotes are needed
13033                 because doubles quotes are automatically added.
13034                 Fixed bug where Sylpheed could block when waiting for
13035                 a child process to finish.
13036                 Changed the help menu to remove quotes around symbols to 
13037                 avoid misinterpretation (they must not be used).
13038
13039 2002-03-27 [melvin]     0.7.4claws50
13040
13041         * src/inc.c
13042                 Made the new mail notification command always 
13043                 execute asynchronously.
13044
13045 2002-03-27 [paul]       0.7.4claws49
13046
13047         * src/compose.c
13048                 fix bug introduced in last commit
13049
13050 2002-03-27 [paul]       0.7.4claws48
13051
13052         * sync with 0.7.4cvs21
13053                 see ChangeLog 2002-03-26 and 2002-03-27
13054
13055 2002-03-26 [hoa]        0.7.4claws47
13056
13057         * src/prefs_folder_item.c
13058                 really fixed the bug #516442 with folder rescan.
13059
13060 2002-03-26 [paul]       0.7.4claws46
13061
13062         * sync with 0.7.4cvs19
13063                 see ChangeLog entries 2002-03-25 and 2002-03-26
13064
13065 2002-03-25 [hoa]        0.7.4claws45
13066
13067         * src/matcher.c
13068         * src/mh.c
13069                 fix the bug #516442 with folder rescan.
13070
13071         * src/prefs_common.[ch]
13072         * src/compose.c
13073                 added an option to enable two different behaviours
13074                 for bounce.
13075
13076
13077 2002-03-25 [paul]       0.7.4claws44
13078
13079         * src/mainwindow.c
13080           src/selective_download.c
13081                 correct a few menuitem labels
13082
13083 2002-03-25 [christoph]  0.7.4claws43
13084
13085         * src/procmsg.c
13086                 fix non deleted tmp message in
13087                 procmsg_save_to_outbox
13088                 fix problems caused by sync with
13089                 main branch's procmsg_send_queue
13090
13091 2002-03-25 [paul]       0.7.4claws42
13092
13093         * src/quote_fmt.c
13094           src/quote_fmt_lex.l
13095           src/quote_fmt_parse.y
13096                 add Last name (%L) placeholder for quoting. 
13097                 patch submitted by Thorsten Thielen 
13098                 <thth@users.sourceforge.net>
13099
13100 2002-03-25 [paul]       0.7.4claws41
13101
13102         * src/utils.c
13103                 get full hostname. patch submitted by
13104                 Bob Woodside <rwoodside1@comcast.net>
13105
13106 2002-03-25 [paul]       0.7.4claws40
13107
13108         * src/account.c
13109           src/news.c
13110           src/nntp.[ch]
13111           src/prefs_account.[ch]
13112                 enable NNTP over SSL. patch submitted by
13113                 Pascal Jermini <pascal@infinity.hn.org>
13114
13115 2002-03-24 [paul]       0.7.4claws39
13116
13117         * src/prefs_common.c
13118                 make the arrangement of the Compose tab more
13119                 coherent
13120
13121         * src/mainwindow.c
13122                 fix some irregularities of style
13123
13124         * po/de.po
13125                 updated by Kilian Krause
13126
13127 2002-03-23 [paul]       0.7.4claws38
13128
13129         * po/pt_BR.po
13130                 updated by Fabio Junior Beneditto
13131
13132 2002-03-23 [paul]       0.7.4claws37
13133
13134         * src/mainwindow.c
13135                 move 'Gather addresses' to 'Tools' menu
13136                 make 'Selective download' sensitive
13137
13138 2002-03-23 [paul]       0.7.4claws36
13139
13140         * sync with 0.7.4cvs16
13141                 see ChangeLog entries 2002-03-23
13142
13143 2002-03-22 [christoph]  0.7.4claws35
13144
13145         * src/quote_fmt_parse.y
13146                 fix include program output
13147
13148 2002-03-22 [alfons]     0.7.4claws34
13149
13150         * src/pop.c
13151                 initialize GDate stack variable correctly (sorry!)
13152
13153 2002-03-22 [paul]       0.7.4claws33
13154
13155         * src/compose.c
13156           src/mainwindow.c
13157           src/prefs_actions.c
13158           src/prefs_common.c
13159                 rename 'Tool' to 'Tools'
13160
13161         * src/mainwindow.c
13162                 move 'Delete duplicated messages' from
13163                 'Message/' to 'Tools/'
13164                 re-arrange the order of 'Tools/' items
13165
13166 2002-03-22 [paul]       0.7.4claws32
13167
13168         * src/addr_compl.c
13169           src/addressbook.[ch]
13170                 auto-address completion now also matches on
13171                 Nickname. patch submitted by Bob Forsman 
13172                 <hammor@users.sourceforge.net>
13173
13174         * src/editaddress.c
13175                 correct a spelling mistake
13176
13177 2002-03-22 [alfons]     0.7.4claws31
13178
13179         * src/pop.c
13180                 fix getting uidl from incorrect string 
13181                 (spotted by Colin)
13182
13183 2002-03-21 [alfons]     0.7.4claws30
13184
13185         * src/pop.c
13186                 more code refactoring
13187                 plug mem leak introduced by delete on server
13188
13189 2002-03-21 [paul]       0.7.4claws29
13190
13191         * sync with 0.7.4cvs11
13192                 see ChangeLog entries 2002-03-20
13193
13194 2002-03-20 [alfons]     0.7.4claws28
13195
13196         * src/inc.c
13197                 apply Colin's patch and refactor
13198
13199 2002-03-20 [paul]       0.7.4claws27
13200
13201         * sync with sylpheed 0.7.4cvs9
13202                 see ChangeLog entry 2002-03-20
13203
13204 2002-03-19 [christoph]  0.7.4claws26
13205
13206         * src/mh.c
13207         * src/procmsg.[ch]
13208         * src/summaryview.c
13209                 revert changes for flag updates
13210                 (does not work correctly and no time to debug)
13211
13212 2002-03-20 [alfons]     0.7.4claws25
13213
13214         * src/pop.c
13215                 refactor should_delete() a little bit 
13216
13217 2002-03-19 [paul]       0.7.4claws24
13218
13219         * src/inc.[ch]
13220           src/pop.c
13221           src/prefs_account.[ch]
13222                 allow the user to leave downloaded mail on the 
13223                 server for n days. Patch submitted by Colin Leroy 
13224                 <colin@colino.net>
13225
13226 2002-02-19 [paul]       0.7.4claws23
13227
13228         * sync with sylpheed 0.7.4cvs8
13229                 see ChangeLog entries 2002-03-19
13230
13231 2002-03-18 [paul]       0.7.4claws22
13232
13233         * sync with sylpheed 0.7.4cvs6
13234                 see ChangeLog entry 2002-03-18
13235
13236 2002-03-18 [paul]       0.7.4claws21
13237
13238         * po/en_GB.po
13239                 add en_GB message catalogue
13240
13241         * src/mbox_folder.c
13242           src/prefs_account.c
13243           src/prefs_actions.c
13244                 correct a few spelling mistakes
13245
13246 2002-03-17 [alfons]     0.7.4claws20
13247
13248         * src/matcher.c
13249                 more stringent checks for NULL params when writing
13250                 filtering actions to a file
13251                 
13252 2002-03-17 [hoa]        0.7.3claws20
13253
13254         * src/news.c
13255                 fixed the count of new messages
13256
13257         * src/compose.c
13258                 fixed the "attachment properties" window
13259
13260 2002-03-17 [paul]       0.7.4claws19
13261
13262         * src/defs.h
13263           src/folder.h
13264           src/news.c
13265           src/prefs_account.[ch]
13266           src/procmsg.[ch]
13267           src/summaryview.c
13268                 automatically mark cross-posted messages as read 
13269                 and (optionally) give them a colour label
13270                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13271                 
13272
13273 2002-03-17 [paul]       0.7.4claws18
13274
13275         * sync with sylpheed 0.7.4cvs5
13276                 see ChangeLog entry 2002-03-17
13277
13278 2002-03-17 [melvin]     0.7.4claws17
13279         
13280         * src/textview.c
13281                 Worked around a gtktext 'bug': when searching for 
13282                 a text in a long message it was scrolling slowly
13283                 line by line until it hit the searched text.
13284         * po/fr.po
13285                 Updated French translation
13286
13287 2002-03-17 [melvin]     0.7.4claws16
13288
13289         * src/mainwindow.c
13290         * src/compose.c
13291         * src/prefs_actions.c
13292                 Moved "Edit/Actions" to "Tool/Actions"
13293                 Made mainwindow/compose window sensitive as soon as
13294                 no child process is running anymore even if the io dialog
13295                 is open.
13296                 Fixed a struct being initialized with a non constant char*
13297
13298 2002-03-16 [christoph]  0.7.4claws15
13299
13300         * configure.in
13301                 add --with-compiler-flags option
13302                 (only for developer hacking)
13303         * src/mh.c
13304         * src/procmsg.[ch]
13305         * src/summaryview.c
13306                 try to make folder-stats and flag handling more
13307                 independent from the summaryview. msgcounts
13308                 are only set when the folder is opened and
13309                 procmsg_msginfo_(un)set_flags will handle it
13310                 later and summaryview will get the values
13311                 from the folder.
13312
13313 2002-03-16 [paul]       0.7.4claws14
13314
13315         * src/messageview.c
13316                 fix Return-receipt. Patch submitted by Bob
13317                 Woodside <rwoodside1@comcast.net>
13318
13319 2002-03-16 [paul]       0.7.4claws13
13320
13321         * src/compose.c
13322                 fix 'dynamic' signatures, make it work again
13323                 broken during sync on 2002-03-14 (0.7.4claws2)
13324
13325 2002-03-15 [match]      0.7.4claws12
13326
13327         * src/addrharvest.[ch]
13328         * src/addrgather.[ch]
13329         * src/addressbook.[ch]
13330         * src/mainwindow.c
13331                 included address harvester feature. still some
13332                 issues with address parsing that I will fix.
13333
13334 2002-03-15 [match]      0.7.4claws11
13335
13336         * src/addrbook.[ch]
13337         * src/addrcache.[ch]
13338         * src/addressbook.[ch]
13339         * src/addrindex.c
13340         * src/editbook.c
13341         * src/importldif.c
13342         * src/importmutt.c
13343         * src/jpilot.[ch]
13344         * src/main.c
13345         * src/syldap.[ch]
13346         * src/vcard.[ch]
13347                 tidy up. fix memory leaks. moved attribs and methods
13348                 from individual interfaces to addrcache object. prep
13349                 for new stuff to come in.
13350
13351 2002-03-15 [alfons]     0.7.4claws10
13352
13353         * src/matcher.[ch]
13354         * src/matcher_parser_parse.y
13355         * src/matcher_parser_lex.l
13356         * src/prefs_matcher.c
13357                 add filtering conditions message greater than, smaller 
13358                 than, and exactly matching a size in bytes
13359                 (does not work with delete from POP3 server yet)
13360
13361                 this should also give others an idea what you should
13362                 do to add new criterions to claws filtering system
13363                 
13364
13365 2002-03-15 [paul]       0.7.4claws9
13366
13367         * tools/filter_conv.pl
13368                 exit if there are no filter rules to convert
13369                 rename filterrc to filterrc.old after completion
13370
13371 2002-03-15 [paul]       0.7.4claws8
13372
13373         * sync with sylpheed 0.7.4cvs3
13374                 see ChangeLog entry 2002-03-14
13375
13376 2002-03-14 [paul]       0.7.4claws7
13377
13378         * src/compose.c
13379                 clean up the last commit (ahem)
13380
13381 2002-03-14 [paul]       0.7.4claws6
13382
13383         * src/compose.c
13384                 fix bug #515655. honour account preferences
13385                 regarding gpg default signing/encryption when 
13386                 changing account from the compose window.
13387
13388 2002-03-14 [paul]       0.7.4claws5
13389
13390         * src/folderview.c
13391                 remove unnecessary curly brackets
13392
13393 2002-03-14 [paul]       0.7.4claws4
13394
13395         * src/folderview.c
13396           src/prefs_filtering.[ch]
13397                 add filter rename on folder rename and filter
13398                 delete on folder delete. Patch submitted by
13399                 Neill Miller <neillm@thecodefactory.org> 
13400
13401 2002-03-14 [christoph]  0.7.4claws3
13402
13403         * src/procmsg.c
13404         * src/send.c
13405                 fix local delivery
13406                 (patch submitted by "Simon 'corecode' Schubert")
13407         * src/prefs_common.c
13408         * src/procmsg.c
13409                 fix gcc 3.0 warning
13410
13411 2002-03-14 [paul]       0.7.4claws2
13412
13413         * sync with sylpheed 0.7.4cvs2
13414                 see ChangeLog entry 2002-03-13
13415
13416 2002-03-12 [darko]      0.7.4claws1
13417
13418         * src/mainwindow.c
13419                 fix what seems to be a copy and paste error
13420                 when setting color for important messages
13421                 (reported by wwp)
13422
13423 2002-03-11 [paul]       version 0.7.4claws released
13424
13425 2002-03-11 [paul]       0.7.4claws
13426
13427         * po/es.po
13428           po/it.po
13429           po/nl.po
13430           po/pt_BR.po
13431                 update message catalogs. Submitted by Ricardo Mones 
13432                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13433                 Fabio Junior Beneditto
13434
13435         * configure.in
13436           faq/Makefile.am
13437           faq/it/Makefile
13438           faq/it/sylpheed-faq*
13439           src/mainwindow.c
13440           src/manual.[ch]
13441                 add FAQ in Italian
13442         
13443
13444 2002-03-11 [jens]       0.7.3claws7
13445
13446         * po/de.po
13447                 updated German translation
13448
13449 2002-03-11 [melvin]     0.7.3claws6
13450
13451         * po/fr.po
13452                 updated and corrected French translation
13453
13454 2002-03-10 [hoa]        0.7.3claws5
13455
13456         * src/account.c
13457         * src/inc.c
13458         * src/prefs_account.c
13459         * src/procmsg.c
13460         * src/send.[ch]
13461                 fixed the local account.
13462                 you have to change the default "/usr/sbin/sendmail"
13463                 to "/usr/sbin/sendmail -t" in the preferences of
13464                 the local account.
13465
13466         * src/procmime.c
13467                 removed some debug display for renderer
13468
13469 2002-03-10 [paul]       0.7.3claws4
13470
13471         * faq/en/sylpheed-faq-1.html
13472           faq/en/sylpheed-faq-2.html
13473                 update
13474
13475 2002-03-09 [paul]       0.7.3claws3
13476
13477         * sync with sylpheed 0.7.4
13478                 see ChangeLog entry 2002-03-09
13479
13480 2002-03-08 [paul]       0.7.3claws2
13481
13482         * faq/en/sylpheed-faq*
13483           faq/es/sylpheed-faq*
13484           faq/fr/sylpheed-faq*
13485                 update the FAQs
13486
13487         * manual/fr/.cvsignore
13488           manual/fr/Makefilea.am
13489           manual/fr/sylpheed*
13490           src/mainwindow.c
13491           src/manual.[ch]
13492                 add the French manual
13493
13494 2002-03-07 [paul]       0.7.3claws1
13495
13496         * sync with sylpheed 0.7.3cvs4
13497                 see ChangeLog entries  2002-03-06 and 2002-03-07
13498         
13499         * po/nl.po
13500                 updated by Wilbert Berendsen
13501
13502 2002-03-07 [melvin]     0.7.2claws34
13503
13504         * src/selective_download.c
13505                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13506
13507 2002-03-06 [paul]       0.7.2claws33
13508
13509         * sync with sylpheed 0.7.3cvs1
13510                 bug fix, see ChangeLog entry 2002-03-05
13511
13512 2002-03-05 [paul]       0.7.2claws32
13513
13514         * src/mimeview.c
13515           src/pgptext.[ch]
13516           src/procmsg.c
13517                 reverse the pgp ascii-armored code implemented in 
13518                 0.7.2claws16. removal of this code until it matures.
13519                 this means that verifying ascii-armored pgp sigs and
13520                 automatic decryption of ascii-armored encrypted
13521                 messages no longer works.
13522
13523 2002-03-05 [paul]       0.7.2claws31
13524
13525         * configure.in
13526           Makefile.am
13527         * faq/Makefile.am
13528         * faq/en/Makefile.am
13529           faq/en/sylpheed-faq.html
13530           faq/en/sylpheed-faq-1.html
13531           faq/en/sylpheed-faq-2.html
13532           faq/en/sylpheed-faq-3.html
13533         * faq/es/Makefile.am
13534           faq/es/sylpheed-faq.html
13535           faq/es/sylpheed-faq-1.html
13536           faq/es/sylpheed-faq-2.html
13537           faq/es/sylpheed-faq-3.html
13538           faq/es/sylpheed-faq-4.html
13539         * faq/fr/Makefile.am
13540           faq/fr/sylpheed-faq.html
13541           faq/fr/sylpheed-faq-1.html
13542           faq/fr/sylpheed-faq-2.html
13543           faq/fr/sylpheed-faq-3.html
13544         * src/Makefile.am
13545           src/defs.h
13546           src/mainwindow.c
13547           src/manual.[ch]
13548                 add FAQs in English, Spanish and French
13549
13550
13551 2002-03-05 [paul]       0.7.2claws30
13552
13553         * manual/en/sylpheed.html
13554           manual/en/sylpheed-XX.html
13555                 updated the English manual
13556
13557 2002-03-05 [hoa]        
13558
13559         * src/summaryview.c
13560                 dialog box pops up if the article can't be deleted.
13561
13562 2002-03-04 [paul]       
13563         
13564         * po/pt_BR.po
13565                 updated by Fabio Junior Benedito
13566
13567 2002-03-04 [hoa]
13568
13569         * removed ac/gpgme.m4
13570                 to avoid autogen common problem
13571                 developers have to install gpgme development package now
13572
13573         * src/compose.c
13574                 encoding to 7bit or 8bit is enabled.
13575
13576 2002-03-03 [alfons]     0.7.2claws29
13577
13578         * src/pop.c
13579                 merge fix by Oliver Haertel for selective
13580                 download buglet
13581
13582 2002-03-03 [paul]       0.7.2claws28
13583         
13584         * sync with sylpheed 0.7.3
13585
13586 2002-03-03 [paul]       0.7.2claws27
13587
13588         * sync with sylpheed 0.7.2cvs24
13589                 see ChangeLog entries 2002-03-02 and 2002-03-03
13590
13591 2002-03-02 [melvin]     0.7.2claws26
13592
13593         * src/inc.[ch]
13594         * src/main.c
13595         * src/mainwindow.c
13596         * src/prefs_common.[ch]
13597                 Added user definable notification on new mail arrival.
13598                 Removed unused variables in spell checker prefs code.
13599
13600 2002-03-02 [melvin]     0.7.2claws25
13601
13602         * src/quote_fmt.c
13603                 Removed unnecessary escape sequences.
13604                 Changed 'Initial...' to 'Initials of Sender'
13605
13606 2002-03-02 [paul]       0.7.2claws24
13607
13608         * sync with sylpheed 0.7.2cvs22
13609                 see ChangeLog entry 2002-03-01
13610
13611 2002-03-01 [hoa]        0.7.2claws23
13612
13613         * src/mainwindow.c
13614                 Set sensitivity of delete actions to active
13615                 even if the folder is a newsgroup.
13616
13617         * src/summaryview.c
13618                 - Set sensitivity of delete actions
13619                 - Added function check_permission() that will check if the
13620                   user is authorized to delete a message. For news, it
13621                   will check if the author is the same.
13622                 - Enabled deletion when there is no trash folder.
13623
13624         * src/news.[ch]
13625                 - Added news_cancel_article() to cancel articles
13626                 - Implemented news_remove_message() (public function)
13627
13628 2002-03-01 [paul]       0.7.2claws22
13629
13630         * src/gtkutils.c
13631           src/textview.c
13632                 recognise urls that that don't include 'http://' and
13633                 simply begin 'www.' 
13634
13635         * AUTHORS
13636                 remove duplicated name
13637
13638 2002-02-28 [paul]       0.7.2claws21
13639
13640         * src/mainwindow.c
13641           src/summaryview.[ch]
13642                 add ability to 'Select thread'
13643                 combines Melvin's "Select thread's head" patch (#510907)
13644                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13645                 patch (#518514) 
13646
13647 2002-02-28 [paul]       0.7.2claws20
13648
13649         * src/mimeview.c
13650                 hopefully fix segfault on right-clicking a mime part
13651                 that some people have experienced.      
13652                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13653
13654 2002-02-28 [paul]       0.7.2claws19
13655
13656         * sync with sylpheed 0.7.2cvs21
13657                 see ChangeLog entries 2002-02-27 and 2002-02-28
13658
13659 2002-02-27 [paul]       0.7.2claws18
13660
13661         * sync with sylpheed 0.7.2cvs18
13662                 see ChangeLog entries 2002-02-26 and 2002-02-27
13663
13664 2002-02-26 [alfons]     0.7.2claws17
13665
13666         * src/procheader.c
13667                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13668                 (spotted by Chris Hessman <idatech@gmx.net>)
13669
13670 2002-02-26 [paul]       0.7.2claws16
13671
13672         * src/mimeview.c
13673           src/pgptext.[ch]
13674           src/procmsg.c
13675                 make decryption of ascii-armored pgp encrypted messages
13676                 and verification of ascii-armored signatures work again.
13677                 slightly altered from the patch by Jens Jahnke 
13678                 <jan0sch@gmx.net>
13679
13680                 ##FIX ME##
13681                 * the checking of plaintext signatures always comes up in 
13682                   a popup box
13683                 * it doesn't work for multipart messages 
13684                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13685                   including the msg headers and these 2 line themselves, are 
13686                   not displayed
13687
13688         * src/mainwindow.c
13689                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13690                 "View/Message View" becomes "View/Separate Message View"
13691                 because its less ambiguous.
13692
13693         * po/es.po
13694                 updated by Ricardo Mones Lastra
13695
13696 2002-02-26 [paul]       0.7.2claws15
13697
13698         * sync with sylpheed 0.7.2cvs17
13699                 see ChangeLog entries 2002-02-25 and 2002-02-26
13700
13701 2002-02-25 [christoph]  0.7.2claws14
13702
13703         * src/filtering.[ch]
13704         * src/inc.c
13705                 do filtering stuff after all messages have been received
13706                   1. drop all messages to .processing
13707                   2. scan processing folder for messages
13708                   3. filter messages or move to inbox
13709                 this will also find old messages left in processing after
13710                 a crash or something like that and we get a real msginfo
13711                 from folder->get_msg_list and do not have to create our
13712                 own in filter_message
13713         * src/matcher_parser_parse.y
13714                 remove MIX/MAX warning (reordered includes)
13715
13716 2002-02-25 [paul]       0.7.2claws13
13717
13718         * sync with sylpheed 0.7.2cvs15
13719                 see ChangeLog entry 2002-02-24
13720
13721 2002-02-24 [alfons]     0.7.2claws12
13722
13723         * src/filtering.c
13724                 clear old color flags first when applying a new color to
13725                 a message info. 
13726                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13727
13728 2002-02-24 [alfons]     0.7.2.claws11
13729         
13730         * AUTHORS
13731         * src/prefs_common.c
13732                 add presets for Opera and Konqueror, closes patch #517261,
13733                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13734
13735 2002-02-24 [alfons]     0.7.2.claws10
13736
13737         * AUTHORS
13738         * src/summaryview.c
13739                 fix threading for null message ids, closes patch #521601,
13740                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13741
13742 2002-02-24 [alfons]     0.7.2claws9
13743
13744         * src/summaryview.c
13745         * src/filtering.c
13746                 make Tool | Filter Message work with filtering system so
13747                 setting flags also works
13748
13749                 TODO:
13750
13751                 - Processing uses the same function as Tool | Filter
13752                   Message, but doesn't use the same update proc yet
13753
13754 2002-02-23 [paul]       0.7.2claws8
13755
13756         * sync with sylpheed 0.7.2cvs14
13757                 see ChangeLog entries 2002-02-22 and 2002-02-23
13758
13759 2002-02-22 [christoph]  0.7.2claws7
13760
13761         * src/quote_fmt.c
13762                 Add column space to table
13763         * src/quote_fmt_parse.y
13764                 Close files
13765
13766 2002-02-22 [paul]       0.7.2claws6
13767
13768         * src/Makefile.am
13769           src/defs.h
13770           src/filtering.c
13771           src/inc.[ch]
13772           src/mainwindow.c
13773           src/matcher.[ch]
13774           src/matcher_parser_lex.l
13775           src/matcher_parser_parse.y
13776           src/pop.[ch]
13777           src/prefs_account.h
13778           src/prefs_filtering.c
13779           src/selective_download.[ch]   *** NEW FILES ***
13780           src/utils.[ch]
13781           po/POTFILES.in
13782                 Selective Download added to 'Tool' menu. 
13783                 Retrieves email headers of the currently selected pop3 
13784                 account and allows the user to mark emails for deletion 
13785                 right on the pop3 server. Patch submitted by Oliver Haertel 
13786                 <oha@users.sourceforge.net>.
13787         
13788         * po/POTFILES.in
13789                 add 'src/quote_fmt.c'           
13790
13791 2002-02-22 [christoph]  0.7.2claws5
13792
13793         * src/Makefile.am
13794                 added quote_fmt.c
13795         * src/prefs_common.[ch]
13796         * src/prefs_template.c
13797         * src/quote_fmt.c               *** NEW FILE ***
13798         * src/quote_fmt.h
13799                 move quote format symbol description code
13800                 to it's own file because it is used from
13801                 differnent code parts
13802                 Rewrote symbol description GUI
13803                   + use table
13804                   + add separators
13805                   + get data from array (no more long constant strings)
13806         * src/quote_fmt_lex.l
13807         * src/quote_fmt_parse.y
13808                 Symbol for Literal % changed to \% instead of %%
13809                 (More logical as \ is used for quoting for other symbols)
13810                 Add |f and |p to include files and program output
13811                 Examples:
13812                     |f{/home/.../.signature}
13813                     |p{date}
13814         * po/de.po
13815                 Correct wrong spelling for "Referenzen"
13816
13817 2002-02-21 [paul]       0.7.2claws4
13818
13819         * src/procmsg.c
13820                 forgotten during sync
13821
13822 2002-02-21 [paul]       0.7.2claws3
13823
13824         * sync with sylpheed 0.7.2cvs11
13825                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13826                 2002-02-20 and 2002-02-21
13827
13828 2002-02-20 [melvin]     0.7.2claws2
13829
13830         * src/prefs_actions.c
13831                 Added error report when child cannot fork or when execvp 
13832                 returns with an error.
13833
13834 2002-02-19 [christoph]  0.7.2claws1
13835
13836         * src/codeconv.c
13837                 return unconverted text if conde conversion is not possible
13838                 when libjconv is used.
13839                 (patch submitted by "Simon 'corecode' Schubert")
13840
13841 2002-02-19 [paul]       
13842
13843         * version 0.7.2claws release
13844
13845 2002-02-19 [paul]       0.7.2claws
13846
13847         * po/nl.po
13848                 updated by Wilbert Berendsen
13849
13850
13851 2002-02-18 [alfons]     0.7.1claws13
13852
13853         * src/syldap.c
13854         * src/jpilot.c
13855                 remove references to dlfcn and explicitly loading functions
13856                 from dynalink libs, because libs linked anyway, and functions
13857                 are loaded explicitly
13858
13859 2002-02-17 [melvin]     0.7.1claws12
13860
13861         * src/prefs_actions.c
13862                 Replaced children wait loop with double fork technique.
13863                 Now, input/output window updated at each new output.
13864                 free_children(): Fixed a memory leak.
13865                 Made input/output window non closable if running children
13866                 still exist.
13867                 Added missing <unistd.h> include.
13868                 Added some --debug outputs.
13869
13870 2002-02-17 [melvin]     0.7.1claws11
13871
13872         * src/summaryview.c
13873                 Fixed bug where descending sort order did not select top
13874                 message.
13875
13876 2002-02-17 [melvin]     0.7.1claws10
13877
13878         * acconfig.h
13879                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13880         * src/prefs_common.c
13881                 Pspell data package directory no more hard coded but
13882                 set during configuration (PSPELL_PATH). (Thanks to 
13883                                 Gustavo Noronha Silva.)
13884
13885 2002-02-17 [melvin]     0.7.1claws9
13886
13887         * configure.in
13888                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13889         * src/gtkspell.c
13890                 Fixed compile-time warnings.
13891
13892 2002-02-16 [alfons]     0.7.1claws8
13893
13894         * src/filesel.c
13895                 fix inadvertent free of NULL pointer which caused
13896                 sylpheed to crash when closing the save-as dialog
13897                 using the window close button
13898
13899 2002-02-16 [carsten]    0.7.1claws7
13900         * src/mainwindow.[ch]
13901           src/summaryview.c
13902           src/prefs_common.c
13903                 fixes for pixmap theming code:
13904                         - recently changed mail attributes shouldn't get
13905                           lost any longer
13906                         - theme is only reloaded iff another theme was
13907                           selected
13908
13909 2002-02-16 [paul]       0.7.1claws6
13910
13911         * sync with sylpheed 0.7.2 release
13912                 see ChangeLog entry 2002-02-15 and 2002-02-16
13913
13914 2002-02-15 [paul]       0.7.1claws5
13915
13916         * sync with sylpheed 0.7.1cvs9
13917                 see ChangeLog entry 2002-02-15
13918
13919         * po/POTFILES.in
13920                 remove unneeded headerwindow.c entry
13921
13922 2002-02-14 [carsten]    0.7.1claws4
13923         * src/summaryview.c
13924                 fixed a bug for "Go to next unread message": there was
13925                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13926                 in the prefs, because of doing "Search again" instead
13927                 "No"
13928
13929 2002-02-14 [carsten]    0.7.1claws3
13930         * src/stock_pixmap.c
13931                 removed 2 more mem leaks; following memprof,
13932                 this code is "leak free" now :)
13933
13934 2002-02-14 [carsten]    0.7.1claws2
13935         * src/stock_pixmap.c
13936                 used opendir/readdir/closedir instead of scandir
13937                 -> code should work now on Solaris
13938
13939 2002-02-14 [paul]       0.7.1claws1
13940
13941         * sync with sylpheed 0.7.1cvs8
13942                 see ChangeLog entries 2002-02-13 and 2002-02-14
13943
13944         * README.claws
13945                 add some description of Actions and Pixmap Themes
13946
13947 2002-02-13 [paul]       
13948
13949         * version 0.7.1claws release
13950
13951 2002-02-13 [paul]       0.7.1claws
13952
13953         * po/es.po
13954           po/it.po
13955           po/pt_BR.po
13956                 updated translations, submitted by Ricardo Mones Lastra,
13957                 Alessandro Maestri and Fabio Junior Beneditto
13958
13959 2002-02-13 [melvin]     0.7.0claws75
13960
13961         * src/prefs_actions.c
13962                 Added missing "signal.h" include
13963
13964 2002-02-13 [melvin]     0.7.0claws74
13965
13966         * src/prefs_folder_item.c
13967                 Added missing "config.h" include
13968         * po/fr.po
13969                 Updated French translation for folder propriety.
13970
13971 2002-02-13 [jens]       0.7.0claws73
13972
13973         * po/POTFILES.in
13974                 Added missing src/prefs_folder_item.c [log added by melvin]
13975         * po/de.po
13976                 Updated German translation.
13977
13978 2002-02-13 [melvin]     0.7.0claws72
13979
13980         * po/fr.po
13981                 Updated French translation.
13982
13983 2002-02-13 [melvin]     0.7.0claws71
13984
13985         * src/gtkutils.c
13986                 Made gtkut_editable_get_selection return NULL if selection
13987                 is of length zero.
13988                 This fixes a bug where selecting part of message A then
13989                 switching to message B and replying to it will not
13990                 quote the message's body.
13991
13992 2002-02-12 [paul]       0.7.0claws70
13993
13994         * src/mainwindow.c
13995                 cosmetic, relating to pixmap themes: on toolbar make 
13996                 updating of 'Exec' and 'Compose news/Compose email'
13997                 icons faster.
13998
13999 2002-02-12 [carsten]    0.7.0claws69
14000         * src/folderview.c
14001           src/mainwindow.[ch]
14002           src/stock_pixmap.c
14003           src/summaryview.c
14004           src/prefs_common.c
14005                 - refreshing after changing pixmap theme better
14006                   now (thanks Paul)
14007                 - wanted to remove some mem leaks, but alfons was
14008                   faster (and had the better solution ;)
14009
14010 2002-02-12 [alfons]     0.7.0claws68
14011
14012         * src/prefs_common.c
14013         * src/stock_pixmap.[ch]
14014                 plug mem leaks, refactor code a little bit
14015
14016
14017 2002-02-12 [sergey]     0.7.0claws67
14018
14019         * src/imap.c
14020                 Fixed problem with copying messages to IMAP folders when the
14021                 server uses something other than '/' as a namespace separator
14022                 (cyrus-imapd uses '.').
14023
14024 2002-02-12 [jens]       0.7.0claws66
14025
14026         * po/de.po
14027                 Updated German Translation
14028
14029 2002-02-12 [paul]       0.7.0claws65
14030
14031         * sync with sylpheed 0.7.1cvs1
14032                 see ChangeLog entry 2002-02-12
14033
14034 2002-02-12 [melvin]     0.7.0claws64
14035
14036         * src/prefs_actions.c
14037                 Fixed "feature" where children's output was duplicated 
14038                 instead of refreshed while monitoring.
14039                 Removed some debug code.
14040
14041 2002-02-12 [christoph]  0.7.0claws63
14042
14043         * src/compose.c
14044                 always delete message from queue after sending/send error
14045                 (closes bug #509601)
14046
14047 2002-02-12 [melvin]     0.7.0claws62
14048
14049         * src/prefs_actions.c
14050                 Children wait loop is now triggered with a timeout of 1s
14051                 Added %F which is replaced with the list of filenames 
14052                 of all selected messages (as suggested by Ricardo Mones Lestra)
14053                 Pipe syntax changed. Prefix with | to send selection, postfix
14054                 with | to retrieve output. Prefix with > or * to send
14055                 user definable input to the command (*: input is hidden)
14056                 Old pipe action should now be postfixed with |, too.
14057
14058 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
14059         * src/stock_pixmap.c
14060                 fixed a bug: if there's no theme directory don't
14061                 throw an error, just do "nothing" (thanks Alfons)
14062
14063 2002-02-12 [carsten]    0.7.0claws60
14064         * src/folderview.c
14065           src/summaryview.c
14066                 had to write the cache twice (nasty!); some marks would 
14067                 get lost if not
14068
14069 2002-02-11 [carsten]    0.7.0claws59
14070         * acconfig.h
14071           configure.in
14072           doc-src/maintainer_guide.txt
14073           src/compose.[ch]
14074           src/defs.h
14075           src/folderview.[ch]
14076           src/gtkutils.[ch]
14077           src/mainwindow.[ch]
14078           src/prefs_common.[ch]
14079           src/stock_pixmap.[ch]
14080           src/summaryview.[ch]
14081                 pixmap theming and related work on pixmap
14082                 handling on some other places
14083                 (e.g. hrm features for all folder)
14084           src/pixmap/stock_*.xpm -> the stock_ was removed
14085         
14086 2002-02-11 [paul]       0.7.0claws58
14087
14088         * sync with sylpheed 0.7.1 release
14089                 see ChangeLog entries 2002-02-11
14090
14091 2002-02-08 [paul]       0.7.0claws57
14092
14093         * sync with sylpheed 0.7.0cvs39
14094                 see ChangeLog entry 2002-02-07 (last entry) 
14095
14096         * src/prefs_actions.c
14097           src/prefs_filtering.c
14098           src/prefs_matcher.c
14099           src/prefs_scoring.c
14100                 sync: made it compile with C compilers other than gcc
14101
14102 2002-02-07 [paul]       0.7.0claws56
14103
14104         * sync with sylpheed 0.7.0cvs38
14105                 see ChangeLog entries 2002-02-06 (last 2 entries) and
14106                 2002-02-07
14107
14108 2002-02-07 [darko]      0.7.0claws55
14109
14110         * src/gtkutils.[ch]
14111         * src/summaryview.c
14112                 Fix const gchar */gchar * issue (thanks Hiro)
14113
14114 2002-02-07 [darko]      0.7.0claws54
14115
14116         * src/compose.[ch]
14117         * src/filtering.c
14118         * src/gtkutils.[ch]
14119         * src/prefs_template.c
14120         * src/quote_fmt.h
14121         * src/quote_fmt_parse.y
14122         * src/summaryview.c
14123         * src/utils.[ch]
14124                 When replying or forwarding an email don't quote the entire
14125                 mail body but use the part of the message text that is selected
14126
14127 2002-02-06 [melvin]     0.7.0claws53
14128
14129         * src/prefs_common.[ch]
14130         * src/gtkspell.[ch]
14131         * src/compose.c
14132                 Made possible to switch quickly to last used dictionary
14133                 which makes checking bilingual documents easier.
14134
14135 2002-02-06 [melvin]     0.7.0claws52
14136         
14137         * po/POTFILES.in
14138                 Added forgotten new file src/prefs_actions.c
14139
14140 2002-02-06 [melvin]     0.7.0claws51
14141
14142         * src/prefs_actions.c   ** NEW FILE **
14143         * src/prefs_actions.h   ** NEW FILE **
14144                 Added actions to execute on message text view, or on the
14145                         message's file.
14146         * src/Makefile.am
14147                 Added src/prefs_actions.[ch]
14148         * src/compose.c
14149                 Added new menu "Edit/Actions"
14150         * src/defs.h
14151                 Added new actionsrc file.
14152         * src/main.c
14153                 Added actionsrc reading.
14154         * src/mainwindow.c
14155                 Added new menus "Edit/Actions" and "Configuration/Actions..."
14156         * src/prefs_common.h
14157                 Added new element actionslst element to prefs_common.
14158
14159 2002-02-06 [paul]       0.7.0claws50
14160
14161         * sync with sylpheed 0.7.0cvs36
14162                 see ChangeLog entry 2002-02-06
14163
14164 2002-02-05 [paul]
14165
14166         * po/es.po
14167                 updated by Ricardo Mones Lastra
14168
14169 2002-02-05 [paul]       0.7.0claws49
14170
14171         * sync with sylpheed 0.7.0cvs33
14172                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
14173
14174 2002-02-05 [paul]       0.7.0claws48
14175
14176         * src/compose.c
14177                 re-add 'Edit/Advanced/Delete entire line', previously named
14178                 'Delete Line+'
14179
14180 2002-02-04 [paul]       0.7.0claws47
14181
14182         * src/compose.c
14183           src/summaryview.c
14184                 fix bug #494993 (Reply All not taking Reply-To into consi)
14185                 eliminate differences in behaviour of right-click 'Reply to all' 
14186                 in summary view and 'Reply to all' on the toolbar. 
14187                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14188                 view and From gets ignored by 'Reply to all' on toolbar.
14189                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14190                 From when no Reply-To header is present.
14191
14192 2002-02-04 [paul]       0.7.0claws46
14193
14194         * sync with sylpheed 0.7.0cvs30
14195                 see ChangeLog entries 2002-02-03 and 2002-02-04
14196
14197 2002-02-03 [melvin]     0.7.0claws45
14198
14199         * src/gtkspell.[ch]
14200                 Readded function to highlight all misspelled words.
14201                 Fixed bug where user-provided-words did not replace
14202                         correctly the misspelled word when using the mouse.
14203                 Fixed bug where checking a region selected from right to left did
14204                         not check the region at all.
14205                 Fixed bug where 'Check backwards' may not check at all. 
14206                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14207                 Fixed possible buffer overflow when checking for long strings (>1k).
14208                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14209                 Accelerators code uses now gtk_widget_add_accel.
14210                 Removed and disabled obsolete and unfinished code.
14211                 Cleaning up.
14212
14213         * src/compose.c
14214                 Added menu item to Highlight all misspelled words.
14215
14216 2002-02-01 [paul]       0.7.0claws44
14217
14218         * src/mainwindow.c
14219                 fix '/View/Hide read messages' sensitivity when all
14220                 messages in a folder are hidden
14221
14222 2002-02-01 [paul]       0.7.0claws43
14223
14224         * src/main.c
14225                 add --send option to command line interface, sends all
14226                 queued mail. Patch submitted by Ricardo Mones Lastra.
14227
14228 2002-01-31 [paul]       0.7.0claws42
14229
14230         * src/mainwindow.c
14231                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14232
14233 2002-01-31 [paul]       0.7.0claws41
14234
14235         * sync with sylpheed 0.7.0cvs27
14236                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14237                 and 2002-01-31
14238
14239         * src/textview.c
14240                 comment out elements of textview_show_part() as temporary
14241                 workaround for attachment 'Display as text' bug 
14242
14243         * po/pt_BR.po
14244                 updated by Fabio Junior Beneditto
14245
14246 2002-01-30 [paul]       0.7.0claws40
14247
14248         * sync with sylpheed 0.7.0cvs24
14249                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14250                 and 2002-01-30
14251
14252         * src/compose.c
14253                 add {N_("/_Spelling"), ... "<Branch>"} to 
14254                 GtkItemFactoryEntry compose_entries[]
14255
14256         * src/prefs_common.c
14257                 add claws menu items to prefs_keybind_apply_clicked()
14258                 and remove non-claws menu items
14259
14260 2002-01-29 [paul]       0.7.0claws39
14261
14262         * sync with sylpheed 0.7.0cvs22
14263                 see ChangeLog entries 2002-01-28 and 2002-01-29
14264
14265 2002-01-28 [melvin]     0.7.0claws38
14266
14267         * src/compose.c
14268                 Added the declartion of compose_send_control_enter.
14269
14270         * src/compose.c
14271         * src/gtkspell.[ch]
14272                 Added in a 'Spelling' menu which includes the configuration menu. 
14273                 Added a real 'Check all' and got rid from the old one which only
14274                 highlited misspelled word.
14275                 Made 'Check while typing' a disableable option.
14276                 Added a dialog when there are no more misspelled word.
14277                 Added a dialog if error occurs when switching to a dictionary.
14278         
14279         * src/prefs_common.[ch]
14280                 Added option for the default 'Check while typing' option.
14281
14282
14283 2002-01-28 [alfons]     0.7.0claws37
14284
14285         * src/compose.c
14286                 fix buglet and make code comply with sylpheed code style
14287
14288 2002-01-28 [paul]       0.7.0claws36
14289
14290         * sync with sylpheed 0.7.0cvs19
14291                 see ChangeLog entries for 2002-01-28
14292
14293 2002-01-28 [hoa]        0.7.0claws35
14294
14295         * src/defs.h
14296                 added rendererrc
14297
14298         * src/main.c
14299                 read the renderer config
14300
14301         * src/procmime.[ch]
14302                 use the renderer config to convert mime attachments
14303
14304         * src/textview.c
14305                 don't use textview_show_html/ertf,
14306                 use get_text_content instead
14307
14308 2002-01-27 [alfons]     0.7.0claws34
14309         
14310         * src/news.c
14311                 make sylpheed believe it can delete a news message...
14312                 (messages are NOT deleted, maybe we should remove
14313                 processing from the folder properties after all.)
14314
14315 2002-01-27 [alfons]     0.7.0claws33
14316
14317         * src/folder.c
14318                 add extra checks
14319         * src/news.c
14320                 implement remove_msg() 
14321
14322 2002-01-27 [alfons]     0.7.0claws32
14323
14324         * src/procmsg.h
14325         * src/procheader.c
14326         * src/messageview.c
14327                 fix return receipt / disposition notification again. this
14328                 stuff seems to break on _every_ major summary UI change, so
14329                 it's now implemented using a flag which is saved in the
14330                 marks cache
14331                 
14332 2002-01-26 [alfons]     0.7.0claws31
14333
14334         * src/import.c
14335                 let import dialog show the destination folder identifier
14336
14337 2002-01-26 [melvin]     0.7.0claws30
14338
14339         * src/folderview.c
14340         * src/summaryview.c
14341                 Readded 'Mark all read' into summary view popup menu
14342                 Added 'Mark all read' in folder view popup menu for IMAP
14343                 and NNTP.
14344                 Made it insensitive if the selected folder is not the shown
14345                 one to avoid 'Mark all read' on the wrong folder.
14346                 
14347 2002-01-26 [paul]       0.7.0claws29
14348
14349         * src/folderview.c
14350           src/summaryview.c
14351                 move 'Mark all read' from summary view to folder view
14352                 menu. (adapted from) patch submitted by Jeremy Andrews,
14353                 <lists@kerneltrap.com>
14354
14355 2002-01-25 [alfons]     0.7.0claws28
14356
14357         * src/gtkstext.c
14358                 put the gtk class name back so GtkSText adapts the 
14359                 settings of GtkText
14360
14361 2002-01-25 [alfons]     0.7.0claws27
14362
14363         * src/folderview.c 
14364                 assimilate Ricardo's patch that shows pixmaps instead of
14365                 plain "new" and "unread" texts in the folder view column
14366                 headers 
14367
14368 2002-01-25 [paul]       0.7.0claws26
14369
14370         * src/Makefile.am
14371                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14372                 be found in non-standard locations. 
14373                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14374
14375 2002-01-25 [paul]       0.7.0claws25
14376
14377         * sync with sylpheed 0.7.0cvs16
14378                 see ChangeLog entry 2002-01-25
14379
14380 2002-01-24 [paul]       0.7.0claws24
14381
14382         * more sync with sylpheed 0.7.0cvs15
14383                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14384
14385 2002-01-23 [sergey]     0.7.0claws23
14386
14387         * src/importldif.c
14388                 Fixed segfault when closing LDIF import wizard with
14389                 the window manager.
14390         * src/imageview.c
14391         * src/imageview.h
14392         * src/messageview.c
14393         * src/mimeview.c
14394                 Fixed wrong scrolling position after switching between
14395                 text and image parts.
14396
14397 2002-01-23 [paul]       0.7.0claws22
14398
14399         * sync with sylpheed 0.7.0cvs15
14400                 see ChangeLog entries 2002-01-22 and 2002-01-23
14401
14402 2002-01-21 [melvin]     0.7.0claws21
14403
14404         * src/prefs_scoring.c
14405         * src/prefs_filtering.c
14406                 Fixed bug where scoring and filtering windows stopped
14407                 autochecking.
14408
14409 2002-01-21 [paul]       0.7.0claws20
14410
14411         * sync with sylpheed 0.7.0cvs12
14412                 see ChangeLog entries 2002-01-20 and 2002-01-21
14413
14414 2002-01-21 [carsten]    0.7.0claws19
14415         * src/mainwindow.c
14416         * src/menu.[ch]
14417         * src/messageview.[ch]
14418         * src/summaryview.[ch]
14419                 changes to shortcuts handling again:
14420                         + "Q" now controled by mainwin
14421                         + v/V are now customizable and have slightly
14422                           different meanings
14423                 the "button" to minimize the messageview (and maximize
14424                 the summary view) is a real button now
14425         * src/compose.c
14426                 "Delete Line+" added to Edit/Advanced (this will also
14427                 delete the '\n')
14428
14429 2002-01-20 [melvin] 0.7.0claws18
14430
14431         * src/addressbook.c
14432                 Made "Bcc" sensitive when addressbook is called from
14433                 compose window (it was a Claws only bug).
14434
14435 2002-01-19 [alfons] 0.7.0claws17
14436
14437         * src/inc.c
14438                 prevent unnecessary updates when currently selected folder has
14439                 no new messages 
14440
14441 2002-01-19 [alfons] 0.7.0claws16
14442         
14443         * src/summaryview.c
14444                 prevent writing the cache based on current message list in summary 
14445                 view when filtering also put messages in currently selected folder
14446
14447 2002-01-19 [paul]
14448
14449         * po/it.po
14450                 Italian translation submitted by Alessandro Maestri
14451                 <a.maestri@cs.tin.it>
14452
14453 2002-01-18 [melvin]     0.7.0claws15
14454
14455         * src/prefs_filters.c
14456                 fixed bug where 'cancel' from 'filters' window stops autochecking
14457                 if the timer timed out  when the window was open.
14458
14459 2002-01-18 [match]      0.7.0claws14
14460
14461         * src/addrclip.[ch]     ** NEW FILE **
14462         * src/addrselect.[ch]   ** NEW FILE **
14463         * src/adbookbase.h      ** NEW FILE **
14464                 addressbook cut, copy and paste
14465         * src/addrbook.[ch]
14466         * src/addrcache.[ch]
14467         * src/addressitem.h
14468         * src/addrindex.[ch]
14469         * src/addritem.[ch]
14470         * src/importldif.c
14471         * src/importmutt.c
14472         * src/jpilot.[ch]
14473         * src/syldap.[ch]
14474         * src/vcard.[ch]
14475         * src/jpilot.[ch]
14476         * src/editbook.c
14477         * src/editjpilot.c
14478         * src/editldap.c
14479         * src/editvcard.c
14480                 support for copy/paste
14481         * src/addressbook.c
14482                 support for copy/paste
14483                 tidy up menu option processing
14484                 correct address list function arguments
14485         * src/editaddress.c
14486                 sort user attributes
14487         * src/ldif.h
14488         * src/mutt.h
14489                 tidy up
14490
14491         * src/addrbook.[ch]
14492         * src/addrbook.[ch]
14493         * src/addrbook.[ch]
14494                 
14495
14496 2002-01-18 [paul]       0.7.0claws13
14497
14498         * sync with sylpheed 0.7.0cvs8
14499                 configure.in: support Mac OS X (Darwin)
14500
14501 2002-01-18 [carsten]    0.7.0claws12
14502         * src/html.c
14503                 small hack to fix a segfault with an empty href
14504                 (reported by Alexandra Walford <deeni@altern.org>)
14505         * src/mainwindow.c
14506         * src/summaryview.c
14507                 the shortcuts for Mark und Mark as unread are hardcoded
14508                 again
14509         * src/compose.c
14510         * src/gtkstext.[ch]
14511                 readded the shortcuts in gtkstext but made them
14512                 customizeable (simply by adding a menu plus a wrapper
14513                 to compose.c)
14514
14515 2002-01-17 [melvin]     0.7.0claws11
14516
14517         * src/gtkspell.c
14518                 fix default dictionary not being saved.
14519
14520 2002-01-16 [darko]      0.7.0claws10
14521
14522         * src/compose.c
14523                 fix wrapping crash with URL longer than wrapping margin
14524
14525 2002-12-08 [hoa]        0.7.0claws10
14526
14527         * src/matcher_parser_parse.y
14528                 fixed some bugs
14529
14530         * src/prefs_filtering.c
14531                 now, we can use bounce action in the dialog box.
14532
14533 2002-01-16 [carsten]    0.7.0claws9
14534         * src/gtkstext.c
14535                 removed the <control> and <alt> shortcuts because they're
14536                 not needed and interefered with the "normal" shortcuts
14537         * src/mainwindow.c
14538         * src/summaryview.c
14539                 removed most of the hardcoded shortcuts and assigned
14540                 them to menu entries making them easy customizable by
14541                 that
14542
14543 2002-01-16 |melvin]     0.7.0claws8
14544
14545         * src/gtkspell.c
14546                 fixed bug where using the mouse and when the compose
14547                 window is not on top may result in a crash.
14548
14549 2002-01-16 [melvin]     0.7.0claws7
14550
14551         * src/compose.c
14552                 fixed a long standingspell checker bug which could 
14553                 cause a crash after sending a message.
14554
14555 2002-01-16 [paul]       0.7.0claws6
14556
14557         * sync with sylpheed 0.7.0cvs7
14558                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14559                 2002-01-15, and 2002-01-16
14560
14561 2002-01-16 [melvin]     0.7.0claws5
14562
14563         * README.claws
14564         * src/compose.c
14565         * src/gtkspell.[ch]
14566         * src/main.c
14567                 Heavily modified spell checker code to work around
14568                 ispell bug, to add keyboard shortcuts and for future
14569                 enhancements. See README.claws for usage information.
14570
14571 2002-01-15 [alfons]     0.7.0claws4
14572         
14573         * src/summaryview.c
14574                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14575                 so sorting within threads reflects sort mode
14576
14577 2002-01-15 [christoph]  0.7.0claws3
14578
14579         * src/procmsg.c
14580                 added alertpanel if mail sending failed
14581
14582 2002-01-15 [alfons]     0.7.0claws2
14583         
14584         * src/prefs_filtering.c
14585                 don't stop timer when prefs filtering dialog is opened
14586
14587 2002-01-14 [alfons]     0.7.0claws1
14588
14589         * src/addr_compl.c
14590         * src/prefs.c
14591                 remove debug_print()s for privacy reasons
14592
14593 2002-01-14 [darko]      0.7.0claws
14594
14595         * README.claws
14596                 quotation wrapping is now also in the main branch
14597
14598 2002-01-14 [paul]
14599
14600         * tools/filter_conv.pl
14601                 allow for Boolean Op and case-sensitivity
14602                 this file is included in the release and tagged
14603                 'rel_0_7_0'
14604
14605 2002-01-13 [paul]       0.7.0claws
14606
14607         * release 0.7.0, with cvs tag 'rel_0_7_0'
14608
14609 2002-01-13 [paul]
14610
14611         * tools/filter_conv.pl
14612         * tools/README
14613                 rewritten to output to matcherrc instead of filteringrc
14614
14615         * po/es.po
14616                 updated Spanish translation by Ricardo Mones Lastra
14617
14618 2002-01-13 [alfons]
14619
14620         * po/nl.po
14621                 update dutch translation
14622
14623 2002-01-13 [paul]
14624
14625         * po/pt_BR.po
14626                 Updated by Fabio Junior Beneditto 
14627
14628 2002-01-13 [melvin]     0.6.6claws53
14629
14630         * po/fr.po
14631                 Updated french translation
14632
14633 2002-01-12 [alfons]     0.6.6claws52
14634
14635         * src/filtering.c
14636                 plug mem leak that has been sitting there for ages              
14637
14638 2002-01-12 [alfons]     0.6.6claws51
14639
14640         * src/summaryview.c
14641                 undo melvin's changes from 0.6.6claws48 because summary
14642                 view now refuses to select first unread message when
14643                 selecting a folder 
14644
14645 2002-01-11 [alfons]     0.6.6claws50
14646
14647         * src/import.c
14648                 use claws' semantics for getting folder item when
14649                 importing an mbox file into a folder 
14650                 (submitted by Dale P. Smith)
14651
14652 2002-01-11 [christoph]  0.6.6claws49
14653
14654         * src/prefs.h
14655                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14656                 toggle widget, because non static prefs can not use
14657                 prefs_set_* functions
14658         * src/prefs_account.c
14659                 toggle smtp auth password field sensitivity if
14660                 user id is empty and add descrition of usage for
14661                 these fields
14662         * src/prefs_folder_item.c
14663                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14664                 callbacks
14665
14666 2002-01-11 [melvin]     0.6.6claws48
14667
14668         * src/compose.c
14669                 fix the 'Ctrl-Enter' feature for sending and test really
14670                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14671                 editables which was not documented in Gtk)
14672
14673         * src/summaryview.c
14674                 Made summaryview refresh after sorting and not before.
14675
14676 2002-01-11 [christoph]  0.6.6claws47
14677
14678         * src/compose.c
14679                 select account from account ids if possible and
14680                 correctly set save folder for copy in reedit
14681
14682 2002-01-10 [paul]       0.6.6claws46
14683
14684         * sync with sylpheed 0.7.0 release
14685                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14686                 2002-01-09
14687
14688 2002-01-09 [alfons]
14689
14690         * src/summaryview.c
14691                 remove more dirt traces...
14692
14693 2002-01-09 [alfons]
14694         
14695         * src/summaryview.c
14696                 clean up some traces of my debugging stuff
14697
14698 2002-01-09 [alfons]     0.6.6claws45
14699
14700         * src/filtering.c
14701                 break up filteringprop_apply() in three separate pieces
14702                 so we can drop messages that failed processing in the
14703                 inbox
14704
14705         * src/summaryview.c
14706                 fix bug #469598 "no refresh of inbox after filter" which 
14707                 was introduced by the new summary view locking, and which 
14708                 prevented the summary view to update after a manual filter 
14709                 message. claw's filter message requires a summary_show().
14710                 (aargh, summary_show() again! :-)
14711                 
14712 2002-01-07 [alfons]     0.6.6claws44
14713
14714         * src/headerwindow.c
14715         * src/logwindow.c
14716         * src/messageview.c
14717         * src/sourcewindow.c
14718                 bring in Hiro's last 0.7.0 wm class fixes
14719
14720         * tools/sylprint.pl
14721                 bring in Ricardo's fix for sylprint script
14722
14723         * AUTHORS       
14724         * src/rfc2015.[ch]
14725         * src/prefs_common.[ch]
14726         * src/prefs_account.[ch]
14727         * src/compose.c
14728                 clean up account preference poison in rfc2015,
14729                 and preparation to fix double sign bug 
14730                 (patch submitted by Simon 'corecode' Schubert)
14731
14732 2002-01-07 [christoph]  0.6.6claws43
14733
14734         * src/mh.c
14735                 search for free message number, do not only rely
14736                 on last_num
14737         * src/send.c
14738                 fix smtp auth and use extra account information
14739                 if available, if not use pop3 data instead
14740                 (closes bug #500341)            
14741         * src/ssl.[ch]
14742                 match coding style
14743
14744 2002-01-06 [alfons]     0.6.6claws42
14745
14746         * src/mainwindow.c
14747                 try making the separate windows work again...
14748
14749 2002-01-06 [alfons]     0.6.6claws41
14750
14751         * src/mainwindow.c
14752                 adapt Hiro's separate window menu (to get rid of the funny
14753                 duplicate menu items), and make it work again
14754
14755 2002-01-06 [alfons]     0.6.6claws40
14756
14757         * tools/Makefile.am
14758         * tools/sylprint.rc
14759         * tools/sylprint.pl
14760         * tools/README.sylprint
14761                 add sylprint script for printing mails from Sylpheed
14762                 (contributed by Ricardo Mones Lastra)
14763
14764         * src/acount.c
14765                 clean up
14766
14767 2002-01-06 [melvin]     0.6.6claws39
14768
14769         * src/mainwindow.c
14770         * src/summaryview.c
14771                 Fixed crash introduced in 0.6.6claws38 by the menu
14772                 reorganisation (Hide read messages)
14773         
14774         * ChangeLog.claws 
14775                 Fixed typo (we are now in 2002, alfons ;) )
14776
14777 2002-01-05 [alfons]     0.6.6claws38
14778
14779         * sync with sylpheed 0.6.6cvs10-17
14780                 (last stuff marked as LAST_STABLE)
14781
14782 2002-01-04 [melvin]     0.6.6claws37
14783
14784         * src/account.c
14785                 Made account selection code use strcasestr again instead of
14786                 g_strcasecmp (fixes bug where reediting queued messages
14787                 did not select proper account reported by T. Link).
14788         
14789         * src/folderview.c
14790                 Fix bug where folder icons are not shown when 'hide read messages'
14791                 is on.
14792         
14793         * src/stock_pixmaps.[ch]
14794                 Added folder icons for 'hide read messages'.
14795         
14796         * src/compose.c
14797                 Fixed bug where 'Enter' in a header entry will send the message 
14798                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14799
14800 2002-01-03 [melvin]     0.6.6claws36
14801         
14802         * src/prefs.[ch]
14803                 Added popup menu for common preferences and
14804                 account preferences (right click on tab displays
14805                                 a menu of all tabs.)
14806
14807 2002-01-02 [melvin]     0.6.6claws35
14808
14809         * src/gtkspell.[ch]
14810                 Made spelling code compatible with undo/redo feature.
14811                 Added creation of suggestion mode menu for the general
14812                         preferences.
14813         
14814         * src/prefs_common.[ch]
14815                 Added option menu for the speller's suggestion mode.
14816                 Added missing spaces in "..." buttons and made a "..."
14817                         button non translatable!
14818         
14819         * src/compose.c
14820                 Made speller use the default suggestion mode.
14821                 Hack to make it possible to choose 'CTRL-Enter' as a
14822                         shortcut for sending (and only for sending).
14823
14824         * src/prefs_folder_item.c
14825                 Changing subject simplification does not update cache 
14826                         anymore (because it is unnecessary).
14827                 Fixed bug where changing subject simplification updated the 
14828                         summaryview even when the viewed folder is not the
14829                         folder which properties are being changed. (E.g. 
14830                                         viewing folder A and changing
14831                                         the subject simplification of 
14832                                         folder B -not being viewed- updated the 
14833                                         summaryview of folder A with data of
14834                                         folder B). (Hope this is clear... )
14835
14836 2001-12-31 [alfons]     0.6.6claws34
14837         
14838         * src/ldif.c
14839         * src/mutt.c
14840                 fgetc() returns a signed integer which doesn't
14841                 fit in a char. so c truncates this to a char
14842                 but we may lose significant bits. i.e. we may
14843                 comparing 0xFF which may not be equal to -1
14844                 unless properly casted to signed char which
14845                 we won't do because fgetc() returns a signed
14846                 integer which doesn't fit in a char. so c 
14847                 truncates this to a char but we may lose 
14848                 significat bits. (you got the idea, thanks
14849                 to Gustavo Noronha Silva <kov@debian.org>
14850                 and the Debian folks!)
14851
14852 2001-12-30 [alfons]     0.6.6claws33
14853
14854         * src/prefs_common.c
14855                 add #ifdef USE_PSPELLs that Melvin forgot               
14856
14857 2001-12-30 [melvin]     0.6.6claws32
14858         
14859         * src/prefs_common.[ch]
14860                 Added configurable color for misspelled words.
14861
14862         * src/gtkspell.[ch]
14863                 Fixed bug of foreground text color (reported by David
14864                                 Mehrmann)
14865                 Added configurable color for misspelled words.
14866
14867 2001-12-30 [alfons]     0.6.6claws31
14868
14869         * src/folder.c
14870                 remove unnecessary things someone put there
14871
14872         * src/mh.c
14873         * src/folder.[ch]
14874                 make folder properties (like threading and sorting) persistent
14875                 (closes bug #497424 "rescan folder tree resets proprieties")
14876                 currently this is only for MH folders. 
14877
14878 2001-12-29 [melvin]     0.6.6claws30
14879
14880         * src/string_match.[ch]
14881                 Optimized a bit: regexp pattern buffer compiled only once, and
14882                   one subroutine call removed. Fixed ^ regexp search: Now, 
14883                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14884         
14885         * src/summaryview.c
14886                 Subject filtering changed to filter summary columns and
14887                   not directly the messages subject cache. The loss in 
14888                   performance is balanced by the improvement of string_match.
14889                 Added an alert panel if there is an error in the regexp.
14890
14891         * src/src/prefs_folder_item.h
14892                 Added a regexp pattern buffer.
14893
14894 2001-12-28 [alfons]     0.6.6claws29
14895
14896         * src/string_match.[ch]
14897                 clean up name space
14898                 allow compilation *BSD
14899
14900 2001-12-27 [alfons]     0.6.6claws28
14901
14902         * src/filter.c
14903                 sync the Hiro's bug fix for BSD
14904
14905 2001-12-27 [melvin]     0.6.6claws27
14906         
14907         * src/compose.c
14908                 Simplify focus to subject entry code.
14909
14910 2001-12-27 [darko]      0.6.6claws26
14911
14912         * src/filtering.c
14913         * src/mbox_folder.c
14914         * src/messageview.c
14915         * src/mh.c
14916         * src/procheader.[ch]
14917         * src/procmsg.h
14918         * src/stock_pixmap.[ch]
14919         * src/summaryview.c
14920                 Show key icon for encrypted mails in summary view
14921
14922         * src/pixmaps/clip.xpm
14923         * src/pixmaps/clipkey.xpm
14924         * src/pixmaps/key.xpm
14925                 New/modified icons for the above
14926
14927 2001-12-27 [melvin]     0.6.6claws25
14928
14929         * src/prefs_common.c
14930                 Put spell checker options in a separate tab to decrease
14931                 the Common Preferences window height.
14932
14933         * README.claws  
14934                 Update spell checker usage instruction about its options
14935                 location.
14936
14937 2001-12-27 [melvin]     0.6.6claws24
14938
14939         * src/compose.c
14940                 Changed subject entry widget position. Initial focus is
14941                 on the To header instead of the subject entry.
14942                 Creating a new header scrolls the header list to make the
14943                 created one visible. Nevertheless, when automatically filling
14944                 headers, the first one is shown.
14945                 A Tab key press in the last empty header entry zips the 
14946                 focus to the subject entry.
14947                 (I did not change the combo boxes, yet)
14948
14949 2001-12-26 [alfons]     0.6.6claws23
14950
14951         * src/prefs_account.c
14952         * src/inc.c
14953                 allow default inbox to reside in another mailbox (only
14954                 works for POP3 accounts)
14955
14956 2001-12-26 [alfons]     0.6.6claws22
14957         
14958         * src/textview.c
14959                 make reply-on-click work with the account of the selected folder
14960         * src/compose.c
14961                 put a fixme here to remind me to fix finding correct default
14962                 account for nested folders
14963
14964 2001-12-25 [alfons]     0.6.6claws21
14965
14966         * src/summaryview.c
14967                 make column headers display locked and mark pixmaps (idea by Melvin) 
14968                 fix bug by adding score and locked column type to sort array
14969
14970 2001-12-25 [alfons]     0.6.6claws20
14971         
14972         * src/summaryview.c
14973                 catch a *potentially* inadvertent write back of  
14974                 the message cache(s) introduced by 0.6.5claws37
14975
14976 2001-12-25 [christoph]  0.6.6claws19
14977
14978         * src/stock_pixmap.[ch]
14979         * src/summaryview.c
14980                 add ignore thread pixmap
14981                 (can someone draw a better icon for this?)
14982
14983 2001-12-24 [alfons]     0.6.6claws18
14984
14985         * src/prefs_folder_item.c
14986                 make address completion actually work for the
14987                 Default To address in the Folder Property dialog.
14988
14989 2001-12-24 [alfons]     0.6.6claws17
14990         
14991         * src/summaryview.c
14992                 use new style regexp for subject stripping 
14993                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14994
14995 2001-12-24 [darko]      0.6.6claws16
14996
14997         * src/pgptext.c
14998         * src/rfc2015.c
14999                 move GPG related informational messages to debug mode
15000
15001 2001-12-23 [alfons]     0.6.6claws15
15002
15003         * src/stock_pixmap.[ch]
15004         * src/summaryview.c
15005                 add the forgotten Claws' locked pixmap
15006
15007 2001-12-23 [alfons]     0.6.6claws14
15008
15009         * src/filesel.c
15010                 accept file name typed in entry in multi file
15011                 selector (patch submitted by Gustavo Noronha Silva 
15012                 <kov@debian.org>)
15013
15014 2001-12-23 [alfons]     0.6.6claws13
15015
15016         * src/prefs_filter.c
15017         * src/prefs_filtering.c
15018         * src/matcher.c
15019         * src/importmutt.c
15020                 clean up a little bit
15021         
15022         * src/string_match.c
15023                 validate input strings a little bit more
15024
15025 2001-12-23 [alfons]     0.6.6claws12
15026
15027         * src/Makefile.am
15028         * src/summaryview.c
15029         * src/string_match.[ch]         ** NEW **
15030         * src/folderview.[ch]
15031         * src/headerview.h
15032         * src/folder.[ch]
15033         * src/prefs_folder_item.[ch]
15034                 add subject simplification to strip out strings from
15035                 a subject line (esp. handy for mailing lists). 
15036                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
15037                 but slightly changed things for better integration.)
15038
15039 2001-12-23 [alfons]     0.6.6claws11
15040
15041         * src/mainwindow.c
15042                 fix bug introduced by submission included in 0.6.5claws52.
15043                 ideally this submission should clean the trash if any trash
15044                 folder has a message. however, the hasTrash variable was
15045                 set to false whenever a trash folder was empty (discarding
15046                 a previously found *filled* trash folder.)
15047
15048                 also edited the code a little bit and made it more safe.
15049
15050 2001-12-22 [alfons]     0.6.6claws10
15051
15052         * src/imap.c
15053                 quick fix for Martin Pool's omission of an account
15054                 specific SSL setting
15055
15056 2001-12-22 [alfons]     0.6.6claws9
15057
15058         * src/compose.c
15059         * src/messageview.c
15060         * src/mimeview.c
15061         * src/pgptext.c
15062         * src/procmime.[ch]
15063                 better support for multipart/digest (submitted
15064                 by Fredrik <e98fo@efd.lth.se>)
15065
15066 2001-12-22 [alfons]     0.6.6claws8
15067
15068         * src/addressbook.c
15069                 correct function signature
15070         * src/socket.[ch]
15071         * src/imap.[ch]
15072         * src/prefs_account.[ch]
15073                 allow IMAP over SSH tunnel (patch submitted by 
15074                 Martin Pool <mbp@samba.org>)
15075
15076 2001-12-21 [alfons]     0.6.6claws7
15077
15078         * sync with sylpheed 0.6.6cvs4-9
15079                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
15080
15081 2001-12-21 [christoph]  0.6.6claws6
15082
15083         * src/compose.c
15084         * src/prefs_folder_item.[ch]
15085                 implement saving of outgoing messages to current folder.
15086                 fix segfault when no default outbox is available
15087                 (closes bug #495683)
15088
15089 2001-12-21 [carsten]    0.6.6claws5
15090         * src/folderview.c
15091         * src/summaryview.c
15092                 pressing CTRL while DND does now the expected thing and
15093                 copies the mail (moving is still the default, as this
15094                 seam more appropriate for handling mails by DND)
15095
15096 2001-12-18 [paul]       0.6.6claws4
15097
15098         * sync with sylpheed 0.6.6cvs3
15099                 see ChangeLog entries 2001-12-18
15100
15101 2001-12-18 [hiro]       0.6.6claws3
15102
15103         * src/undo.c
15104                 fix for multibyte characters (obtain the number of letters
15105                 instead of bytes).
15106
15107 2001-12-17 [paul]       0.6.6claws2
15108
15109         * sync with sylpheed 0.6.6cvs1
15110                 see ChangeLog entry 2001-12-16
15111
15112 2000-12-17 [alfons]     0.6.6claws1
15113
15114         * src/filtering.c
15115                 clean up
15116
15117 2001-12-16 [paul]       0.6.6claws
15118 2001-12-15
15119
15120         * Release version 0.6.6claws, cvs tag: rel_0_6_6
15121
15122         * src/mimeview.c
15123                 last minute sync with main 0.6.6
15124
15125         * po/es.po
15126                 updated by Ricardo Mones Lastra
15127                 update for last minute sync
15128         * po/fr.po
15129         * po/nl.po
15130                 update for last minute sync
15131         * po/de.po
15132                 updated by Jens Oberender
15133         * po/pt_BR.po
15134                 updated by Fabio Junior Beneditto
15135
15136         * src/prefs_common.[ch]
15137         * src/undo.c
15138                 number of undo levels is user configurable
15139                 (squeeze it into the release in the dying
15140                 moments) Submitted by Jens Oberender    
15141
15142 2001-12-15 [melvin]
15143
15144         * po/fr.po
15145                 updated french translation
15146
15147 2001-12-15 [paul]       0.6.5claws92
15148
15149         * sync with sylpheed 0.6.5cvs28
15150                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
15151
15152         * po/nl.po
15153                 update to allow for sync
15154
15155 2001-12-15 [alfons]
15156         
15157         * po/nl.po
15158                 update dutch translation
15159
15160 2001-12-14 [carsten]    0.6.5claws91
15161         * src/summaryview.c
15162                 fixed bug #473785; also after changing the column order
15163                 the same message will be selected and displayed as before
15164                 the reordering
15165
15166 2001-12-14 [carsten]    0.6.5claws90
15167         * src/folderview.c
15168                 probably found the bug reported by wwb opening or closing
15169                 a folder tree just before dnd (found the solution in the
15170                 balsa source -- thanks to them)
15171
15172 2001-12-14 [carsten]    0.6.5claws89
15173         * src/gtkutils.c
15174         * src/account.c
15175                 moved gtk_clist_moveto to the right place, so that
15176                 only the accounts dialog is effected on opening
15177
15178 2001-12-14 [carsten]    0.6.5claws88
15179         * src/gtkutils.c
15180                 gtkut_clist_set_focus_row does a gtk_clist_moveto
15181                 now, so that the focused row will be seen in any case
15182                 (reported by wwp on sf-claws-user)
15183
15184 2001-12-14 [darko]      0.6.5claws87
15185
15186         * src/compose.c
15187                 remove unnecessary line
15188
15189 2001-12-14 [paul]       0.6.5claws86
15190
15191         * sync with sylpheed 0.6.5cvs27
15192                 see ChangeLog entries 2001-12-14
15193
15194 2001-12-14 [carsten]    0.6.5claws85
15195         * src/mainwindow.c
15196                 following a suggestion of Melvin the rcoabm pops up
15197                 right under the button now and the button is reliefed
15198                 while the popup is open
15199
15200 2001-12-14 [darko]      0.6.5claws84
15201
15202         * src/compose.c
15203                 fix crash when wrapping long lines if linewrap quotation
15204                 is disabled and wrapper encounters a word spanning more
15205                 than one line
15206
15207 2001-12-13 [paul]       0.6.5claws83
15208
15209         * src/compose.c
15210                 prefer 'Reply-To' header over mailing list header when
15211                 replying to a message. Finally prevent all those confirmation 
15212                 messages being sent to the list itself.
15213
15214         * src/summaryview.c
15215                 remove unused summary_set_menu_sensitive() entry
15216
15217 2001-12-13 [paul]       0.6.5claws82
15218
15219         * src/folderview.c
15220         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15221         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15222         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15223                 improvements to 'Hide read messages': Inbox, Outbox,
15224                 Trash, Queue, and Draft icons now reveal presence of hidden 
15225                 messages
15226
15227 2001-12-12 [alfons]     0.6.5claws81
15228
15229         0.6.5claws80 was tagged as LAST_STABLE
15230
15231         * src/filtering.[ch]
15232         * src/matcher.[ch]
15233         * src/matcher_parser_lex.c
15234                 fix the filtering; my last attempt to get it right, 
15235                 if it does not work, it's Hoa's turn. ;-)
15236
15237                 for my honourable peers:
15238                 
15239                 the code now makes a clear distinction between
15240                 rules as they are displayed (probably escaped),
15241                 and as they are executed (probably unescaped). the
15242                 parser does *NOT* do any unescaping, this is
15243                 the task of the matcher.c (which breaks up a
15244                 rule into condition) and the filtering.c (which
15245                 breaks up the rule's action). to make this
15246                 run happily we provide an unescaped copy of
15247                 crucial strings to the MatcherProp and 
15248                 FilteringAction structures. note that the only
15249                 exception to this is any REGEXP string. those
15250                 are directly passed to regcomp() and regexp()
15251                 (who have much more powerful unescape functions).
15252                 
15253                 for everyone else:
15254         
15255                 you can escape tab (\t), carriage return (\r),
15256                 linefeed (\n), form feed (\f), quote (\"), 
15257                 single quote (\'), bell (\b) in all the entry
15258                 lines in the scoring & filtering dialogs.
15259                 as an added bonus this should not affect
15260                 existing filtering rules.
15261
15262 2001-12-12 [carsten]    0.6.5claws80
15263
15264         * src/summaryview.c
15265         * po/de.po
15266                 "item(s) selected" is now sensitive to 1 or more
15267                 than one selected (nice for language where simple
15268                 adding of a "s" is not possible as German (Eintrag
15269                 ->Eintr"age)
15270                 
15271                 the "forward as attachment" entry from the right
15272                 click menu removed, "forward" acts following the
15273                 prefs
15274         
15275         * src/textview.c
15276                 reverted my former changes; so compiler warning again
15277                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15278                 nevertheless
15279
15280         * src/messageview.c
15281                 "search in message" does now *not* only work in MVIEW_TEXT
15282                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15283                 message
15284
15285         * src/mainwindow.c
15286                 removed "/File/_Close" as it was the same as "/File/E_xit"
15287                 and we don't need it two times
15288
15289                 the separate folder view and message view now get a distinct
15290                 WMCLASS, just in case someone is using sawfish ;-)
15291
15292                 as the menu entries "/View/Message view" and "/View/Folder tree"
15293                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15294                 make them sensitive accordingly and as these two are "shown"
15295                 after startup anytime check this menuitem at startup
15296
15297 2001-12-12 [paul]       0.6.5claws79
15298
15299         * src/folderview.c
15300                 fix sensitivity of 'Search folder...', broken in
15301                 0.6.5claws75
15302
15303         * src/mainwindow.c
15304                 fix dodgy English
15305
15306 2001-12-11 [carsten]    0.6.5claws78
15307         * src/filtering.c
15308                 fixed two typos returning a wrong FALSE/TRUE
15309         * src/mainwindow.[ch]
15310                 extra menu for email/news button removed
15311
15312 2001-12-11 [alfons]     0.6.5claws77
15313         
15314         * src/matcher.c                 (1.3)
15315         * src/matcher_parser_lex.l      (1.28)
15316                 revert for another attempt
15317                 mark 0.6.5claws77 as LAST_STABLE
15318
15319 2001-12-11 [christoph]  0.6.5claws76
15320
15321         * po/de.po
15322                 fixed wrong translation for prev. unread msg
15323
15324 2001-12-11 [paul]       0.6.5claws75
15325
15326         * src/folder.[ch]
15327         * src/folderview.c
15328         * src/mainwindow.c
15329         * src/summaryview.[ch]
15330         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15331                 enable ability to hide read messages on per folder basis via 
15332                 '/Summary/Hide read messages'; when selected, a folder will 
15333                 have a red open folder icon, instead of a blue icon, if the 
15334                 folder contains hidden messges
15335                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15336
15337         * src/mainwindow.c
15338                 remove '/Message/Forward as attachment' from 
15339                 main_window_set_menu_sensitive() to prevent debug warning
15340
15341         * src/folderview.c
15342         * src/mainwindow.c
15343                 Clean up some of the English
15344
15345         * tools/newscache_clean.pl
15346                 allow for new 'hidereadmsgs' entry in folderlist.xml
15347
15348         * po/es.po
15349                 updated translation, submitted by Ricardo Mones Lastra
15350
15351 2001-12-11 [paul]       0.6.5claws74
15352
15353         * sync with sylpheed 0.6.5cvs25
15354                 see ChangeLog entry 2001-12-11
15355
15356 2001-12-10 [alfons]     0.6.5claws73
15357
15358         * src/matcher.c
15359                 add more control characters
15360         * src/matcher_parser_lex.l
15361                 make escaping / unescaping work again
15362
15363 2001-12-10 [alfons]     0.6.5claws72
15364
15365         * src/imap.c
15366                 clean up warnings "returning value for void function" 
15367         * src/prefs_filtering.c
15368                 make info button for execute action sensitive
15369
15370 2001-12-10 [paul]       0.6.5claws71
15371
15372         * src/compose.c
15373         * src/imap.[ch]
15374         * src/summaryview.c
15375                 fix: imap server now gets informed of MARKED, UNMARKED
15376                 and REPLY events. Now people can use different IMAP-Mail
15377                 clients and have the exact same information about MARKED,
15378                 UNMARKED and REPLY status with all of them. Especially
15379                 useful for imap servers with a web-frontend.
15380                 submitted by Tobias Sandhaas <medlor@web.de>
15381
15382 2001-12-09 [melvin]     0.6.5claws70
15383         
15384         * src/textview.[ch]
15385                 fixed bug #490076 (hunted down by Alfons who implemented
15386                 a workaround in 0.6.5claws65)
15387
15388 2001-12-09 [christoph]  0.6.5claws69
15389
15390         * src/summaryview.c
15391                 set pointer to string in LOCKED column to NULL
15392                 (might fix bug #490800)
15393
15394 2001-12-09 [carsten]    0.6.5claws68
15395
15396         * po/de.po
15397                 resolved some cluttered menu shortcuts 
15398                 ('creating new email' and 'creating news message'
15399                 hade the same)
15400         * src/compose.c
15401                 wmclass now distinc from main window
15402         * src/mainwindow.c
15403           src/mainwindow.h
15404                 email/news and forward button functionality similar
15405                 to the reply buttons; removed the ugly dropdown arrows
15406                 and use instead the right mouse button
15407
15408 2001-12-09 [paul]       0.6.5claws67
15409
15410         * src/imap.c
15411         * src/utils.h
15412                 allow spaces in imap folder names
15413                 submitted by Willem van Engen <wvengen@stack.nl>
15414
15415 2001-12-09 [paul]       0.6.5claws66
15416
15417         * sync with sylpheed 0.6.5cvs24
15418                 see ChangeLog entry 2001-12-09
15419
15420 2001-12-08 [alfons]     0.6.5claws65
15421
15422         * src/textview.c
15423                 prevent secondary selection claim after "add to sender" dialog
15424                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15425                 we trick GTK by simulating a click at (0, 0) in the textview.
15426
15427 2001-12-08 [hoa]        0.6.5claws64
15428
15429         * src/folder.c
15430                 fixed a bug about the .processing folder name while filtering
15431
15432 2001-12-08 [alfons]     0.6.5claws63
15433
15434         * src/folderview.c 
15435                 work around problem of not correctly updating folder stats
15436                 when deleting messages. there's some folder scanning evil
15437                 going so the folderview_update_msg_num() does not work
15438                 correctly. need to investigate this.
15439
15440 2001-12-08 [paul]       0.6.5claws62
15441
15442         * sync with sylpheed 0.6.5cvs23
15443                 see ChangeLog entry 2001-12-08
15444
15445 2001-12-07 [christoph]  0.6.5claws61
15446
15447         * src/compose.c
15448                 fix another header translation problem
15449
15450 2001-12-07 [alfons]     0.6.5claws60
15451
15452         * src/mbox.c
15453                 make filtering also work on local spool mbox
15454
15455 2001-12-07 [carsten]    0.6.5claws59
15456         * src/addressbook.c
15457                 addressbook window gets a wmclass distinct from the main
15458                 sylpheed window
15459         * src/compose.h
15460         * src/mainwindow.[ch]
15461                   forward menu item will use mode selected in prefs, forward 
15462                 as attatchment in menu removed (will be substituted in the
15463                 toolbar similar to reply buttons)
15464                   create news message menu entry and news button is now 
15465                 sensitive to the existance of a news account
15466         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15467         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15468         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15469                 these are removed because the toolbar buttons don't show
15470                 the quoting modus any longer
15471
15472 2001-12-07 [paul]
15473
15474         * tools/newscache_clean.pl      ** NEW FILE **
15475                 perl script to do some tidying up in the newscache directory 
15476                 
15477         * tools/sylpheed-switcher       ** NEW FILE **
15478                 perl script to enable easy switching between main and claws
15479                 
15480         * tools/README
15481                 added descriptions of the two new perl scripts          
15482
15483
15484 2001-12-07 [melvin]     0.6.5claws58
15485
15486         * src/messageview.c
15487                 fixed a warning during compilation introduced in 0.6.5claws56
15488
15489 2001-12-07 [paul]       0.6.5claws57
15490
15491         * src/mainwindow.[ch]
15492         * src/menu.[ch]
15493                 further usability enhancements to replying with or without 
15494                 quoting via the toolbar, use of Ctrl key is replaced by 
15495                 drop down menu 
15496                 Submitted by Carsten Schurig            
15497
15498 2001-12-07 [melvin]     0.6.5claws56
15499
15500         * src/messageview.c
15501                 hack to fix bug that prevented to make/paste selections
15502                 after switching between MVIEW_TEXT and MVIEW_MIME views
15503                 without deselecting the selection first.
15504
15505 2001-12-06 [alfons]     0.6.5claws55
15506
15507         * src/filtering.[ch]
15508         * src/inc.c
15509                 revise filtering a little bit more, and make sure
15510                 messages are delivered to the appropriate inbox
15511                 (perhaps set per account)
15512
15513 2001-12-06 [paul]       0.6.5claws54
15514
15515         * sync with sylpheed 0.6.5cvs22
15516                 see ChangeLog entry 2001-12-06
15517
15518 2001-12-05 [alfons]     0.6.5claws53
15519
15520         * src/inc.c
15521         * src/folder.[ch]
15522         * src/procmsg.c
15523         * src/filtering.c
15524                 more revisions of filtering system
15525                 (last stable version is marked as LAST_STABLE)
15526                 
15527                 | NOTE 1): the filtering system now uses a local folder called
15528                 | .processing. if filtering fails, check this directory
15529                 | for missing messages.
15530                 |
15531                 | NOTE 2): help us find the filtering actions still missing
15532
15533 2001-12-05 [paul]       0.6.5claws52
15534
15535         * src/mainwindow.c
15536                 fix bug where 'Empty Trash?' pop-up window appears even
15537                 when Trash is empty, submitted by Jesse Skinner         
15538
15539 2001-12-05 [melvin]     0.6.5claws51
15540
15541         * src/compose.c
15542                 fixed bug #486106 to select correct account when reediting 
15543                 a queued message
15544         
15545 2001-12-04 [alfons]     0.6.5claws50
15546
15547         * src/mh.c
15548                 declare markfile in appropriate functions when
15549                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15550                 for spotting this)
15551
15552 2001-12-04 [paul]       0.6.5claws49
15553
15554         * sync with sylpheed 0.6.5cvs21
15555                 see ChangeLog entry 2001-12-04
15556
15557 2001-12-03 [christoph]  0.6.5claws48
15558
15559         * po/de.po
15560                 changed translation of undo
15561         * src/account.c
15562         * src/folder.c
15563                 don't reinvent the wheel to traverse a GNode
15564         * src/compose.[ch]
15565                 seperate code to create the compose gui into functions
15566                 add "Others" page with folder selection for saving copy
15567                 of the message.
15568                 the folder identifier is saved to queue header
15569         * src/procmsg.c
15570                 save message to folder in queue header
15571
15572 2001-12-03 [paul]       0.6.5claws47
15573
15574         * sync with sylpheed 0.6.5cvs20
15575                 see ChangeLog entry 2001-12-03
15576
15577 2001-12-01 [paul]
15578
15579         * more sync with sylpheed 0.6.5cvs19
15580                 see ChangeLog entry 2001-11-29
15581
15582 2001-11-30 [paul]       0.6.5claws46
15583         
15584         * src/compose.c
15585                 remove conflicts introduced by Hoa's last commit
15586          
15587         * src/mainwindow.c
15588                 make 'Message/Bounce' sensitive
15589
15590 2001-11-30 [hoa]        0.6.5claws45
15591
15592         * src/compose.c
15593                 slightly change bounce function to add
15594                 information about the user that bounced the mail
15595                 in the From header line.
15596
15597         * src/folderview.c
15598                 permit the use of processing in outbox folder.
15599
15600 2001-11-29 [paul]       0.6.5claws44
15601
15602         * src/mainwindow.[ch]
15603         * src/prefs_common.c
15604         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15605         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15606         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15607                 usability enhancements to the quoting, implements
15608                 use of Ctrl key to toggle quoting settings
15609                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15610
15611 2001-11-29 [paul]       0.6.5claws43
15612         
15613         * sync with sylpheed 0.6.5cvs19
15614                 see ChangeLog entry 2001-11-28
15615
15616 2001-11-29 [melvin]     0.6.5claws42
15617         * src/Makefile.am
15618                 added enriched.[ch] to the list of files
15619
15620         * src/textview.c
15621         * src/mimeview.c
15622         * src/procmime.[ch]
15623         * src/enriched.[ch]
15624                 added support to view text/enriched
15625                 added support to show headers in message view for text/enriched and text/html
15626                         in non multipart messages
15627
15628 2001-11-28 [paul]       0.6.5claws41
15629
15630         * more sync with sylpheed 0.6.5cvs18
15631                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15632
15633 2001-11-27 [paul]       0.6.5claws40
15634         
15635         * po/pt_BR.po
15636                 updated translation, submitted by Fabio Junior Beneditto
15637                 
15638         * sync with sylpheed 0.6.5cvs18
15639                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15640                 2001-11-27
15641
15642
15643 2001-11-26 [paul]
15644
15645         * po/es.po
15646                 updated translation, submitted by Ricardo Mones Lastra
15647
15648 2001-11-26 [alfons]
15649
15650         * src/matcher.c
15651                 add more translatable strings
15652
15653 2001-11-26 [christoph]  0.6.5claws39
15654
15655         * po/de.po      
15656                 fixed one more umlaut
15657         * src/compose.c
15658                 fix translated header when it should not be translated
15659
15660 2001-11-26 [paul]       0.6.5claws38
15661
15662         * src/mainwindow.c
15663                 remove '/Message/Add Sender to address book' from 
15664                 main_window_set_menu_sensitive(), prevent debug warning
15665                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15666
15667 2001-11-26 [paul]       0.6.5claws37
15668
15669         * src/summaryview.c
15670                 fix 'recurring unread state' bug 
15671
15672         * tools/README 
15673         * tools/filter_conv.pl
15674                 read name of top level mailbox from folderlist.xml
15675                 and presume nothing about its name              
15676
15677 2001-11-26 [darko]      0.6.5claws36
15678
15679         * src/gtkstext.[ch]
15680                 removed functions that are now in gtkutils.c
15681                 use gtkut_text_is_uri_string() from gtkutils.c
15682         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15683
15684 2001-11-26 [paul]       0.6.5claws35
15685
15686         * sync with sylpheed 0.6.5cvs16
15687                 see ChangeLog entries 2001-11-25 and 2001-11-26
15688
15689 2001-11-25 [alfons]     0.6.5claws34
15690
15691         EXPERIMENTAL!!! Please checkout the last stable version using: 
15692           
15693         % cvs update -r LAST_STABLE -dRAP
15694
15695         (Or help us testing this stuff.)
15696
15697         * src/filtering.c               (1.14)
15698         * src/filtering.h               (1.6)
15699         * src/inc.c                     (1.28)
15700         * src/matcher.c                 (1.20)
15701         * src/mbox.c                    (1.9)
15702         * src/procmsg.h                 (1.14)
15703         * src/summaryview.c             (1.59)
15704         * src/summaryview.h             (dunno)
15705                 revert/merge/sync to as it was before commit 
15706                 on Thu, 19 Jul 2001 10:15:51 -0700.
15707
15708 2001-11-25 [hoa]        0.6.5claws33
15709
15710         * src/main.c
15711                 processing mails at startup
15712
15713         * src/folderview.c
15714         * src/summaryview.[ch]
15715                 processing mails when entering folder
15716
15717         * src/prefs_filtering.c
15718                 fixed some UI bugs
15719
15720 2001-11-24 [alfons]     0.6.5claws32
15721
15722         * src/summaryview.[ch]
15723                 make summary sort headers work, and also make
15724                 sure the sort type is stored
15725
15726 2001-11-23 [alfons]     0.6.5claws31
15727
15728         * src/summaryview.[ch]
15729                 make lock work like mark
15730                 disallow deleting messages marked as locked
15731
15732 2001-11-23 [alfons]     0.6.5claws30
15733
15734         * src/gtkstext.c
15735         * src/compose.[ch]
15736         * src/Makefile.am
15737         * src/undo.[ch]
15738                 merge undo patch submitted by Jens
15739
15740 2001-11-23 [christoph]  0.6.5claws29
15741
15742         * src/.cvsignore
15743                 added ylwrap
15744         * src/compose.c
15745                 fixed gpg signing and encoding
15746         * src/folder.[ch]
15747         * src/main.c
15748                 added --status option to get new, unread and total
15749                 message count from a running sylpheed
15750         * src/prefs_common.c
15751                 temporary fix for reply_with_quote problem
15752                 (don't call functions for non existing widget)
15753         * src/procmsg.c
15754                 one more check for ignored threads but still not
15755                 always working correctly. probably a recursive
15756                 check for all parents is needed
15757
15758 2001-11-23 [darko]      0.6.5claws28
15759
15760         * src/compose.c
15761                 wrapping on send improvements
15762         * src/gtkutils.[ch]
15763                 fix for GtkSText after last sync with main branch
15764                 GTK_TEXT -> GTK_STEXT
15765
15766 2001-11-23 [paul]       0.6.5claws27
15767
15768         * sync with sylpheed 0.6.5cvs14
15769                 see ChangeLog entries 2001-11-22 and 2001-11-23
15770                 
15771         * po/de.po
15772                 fixed the scrambled umlauts 
15773                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15774
15775 2001-11-21 [paul]       0.6.5claws26
15776
15777         * sync with sylpheed 0.6.5cvs12
15778                 see 2nd ChangeLog entry dated 2001-11-20
15779
15780 2001-11-20 [paul]       0.6.5claws25
15781
15782         * sync with sylpheed 0.6.5cvs11
15783                 see ChangeLog entry 2001-11-19 (src/utils.c)
15784
15785 2001-11-20 [hiro]
15786
15787         * src/compose.c
15788                 GTK_TEXT -> GTK_STEXT
15789                 fix for wrong comment
15790
15791 2001-11-20 [hiro]       0.6.5claws24
15792
15793         * src/compose.[ch]
15794                 more merges from main branch
15795                 removed fatal warnings (uninitialized variables etc.)
15796                 some coding style fix
15797         * src/gtkutils.h
15798                 fixed typo.
15799         * src/addressbook.c
15800           src/addrindex.c
15801                 V-Card -> vCard
15802
15803 2001-11-19 [hoa]        0.6.5claws23
15804
15805         * src/filtering.c
15806         * src/prefs_scoring.c
15807         * src/matcher.[ch]
15808         * src/scoring.c
15809                 cleaning code
15810
15811         * src/matcher_parser_parse.y
15812         * src/prefs_filtering.c
15813                 bouncing
15814
15815 2001-11-19 [alfons]     0.6.5claws22
15816
15817         more of my old things into claws
15818
15819         * src/Makefile.am
15820         * src/prefs_common.c
15821         * src/procmsg.h
15822         * src/summaryview.[ch]
15823         * src/prefs_summary_column.c
15824         * src/pixmaps/locked.xpm
15825                 add indicators for locking of message in summary view
15826                 (does not work yet, only visual indicator)
15827
15828 2001-11-19 [paul]       0.6.5claws21
15829
15830         * sync with sylpheed 0.6.5cvs10
15831                 see ChangeLog entry 2001-11-19
15832
15833 2001-11-18 [alfons]     0.6.5claws20
15834         
15835         * src/filtering.c
15836                 remove an inadvertent free I forgot in previous clean up 
15837
15838 2001-11-18 [alfons]     0.6.5claws19
15839
15840         * src/filtering.[ch]
15841                 clean up & plug leaks
15842
15843 2001-11-18 [paul]       0.6.5claws18
15844
15845         * sync with sylpheed 0.6.5cvs9
15846                 see ChangeLog entries 2001-11-17 and 2001-11-18
15847
15848 2001-11-16 [paul]       0.6.5claws17
15849
15850         * sync with sylpheed 0.6.5cvs8
15851                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15852
15853 2001-11-16 [paul]       0.6.5claws16
15854
15855         * sync with sylpheed 0.6.5cvs7
15856                 see ChangeLog entries 2001-11-15 and 2001-11-16
15857
15858 2001-11-15 [hoa]        0.6.5claws15
15859
15860         * src/compose.c
15861                 fix bounce, mails we received couln't be bounced to ourself.
15862
15863         * src/defs.h
15864         * src/filtering.[ch]
15865         * src/matcher.[ch]
15866         * src/matcher_parser.h
15867         * src/matcher_parser_lex.l
15868         * src/matcher_parser_parse.y
15869         * src/inc.c
15870         * src/main.c
15871         * src/mbox.c
15872         * src/prefs_filtering.[ch]
15873         * src/mainwindow.c
15874         * src/prefs_matcher.c
15875         * src/prefs_scoring.c
15876         * src/scoring.[ch]
15877         * src/summaryview.c
15878                 new matcher/filter/score configuration file parser
15879                 one unique configuration file => ~/.sylpheed/matcherrc
15880                 import in currently automatic, then save are made
15881                 in this new file.
15882                 one filter per folder and one global filter
15883                 (filter of a folder will be used as folder processing)
15884
15885         * src/folder.c
15886                 fix a bug in folder_item_get_identifier
15887                 
15888         * src/messageview.c
15889                 receive receipt return are fixed.
15890
15891 2001-11-14 [alfons]     0.6.5claws14
15892
15893         * src/session.h
15894                 add things from main branch to make claws compile
15895
15896 2001-11-14 [paul]       0.6.5claws13
15897
15898         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15899                 see ChangeLog entries 2001-11-08 to 2001-11-14
15900
15901 2001-11-14 [hoa] 0.6.5claws12
15902
15903         * src/compose.[ch]
15904         * src/mainwindow.c
15905         * src/summaryview.c
15906                 add "bounce mail" option
15907
15908 2001-11-13 [christoph]  0.6.5claws11
15909
15910         * src/compose.c
15911                 Cleanup a mess i add before commiting
15912
15913 2001-11-13 [hoa]        0.6.5claws10
15914
15915         * src/compose.c
15916                 some fixes when mail are sent or
15917                 for crossposts
15918
15919 2001-11-13 [christoph]  0.6.5claws9
15920
15921         * po/de.po
15922                 Changed two string with the same translation
15923         * src/compose.c
15924         * src/procmsg.[ch]
15925         * src/send.[ch]
15926                 New mailsending process:
15927                   - Always queue message before sending
15928                     (message will be saved if sylpheed crashed or
15929                      freezes while sending)
15930                   - Allow queuing of newspostings
15931                   - No copy in outbox before sending
15932                     (closes bug #469501)
15933                   - No more redundant code for send and send_later
15934         * src/summaryview.c
15935                 Applied wwp <subscript@free.fr>'s patch that fixes
15936                 marks for multiple forwarded messages (+compose.c)
15937
15938 2001-11-12 [alfons]
15939
15940         * README.claws
15941                 remove things that are now in main branch
15942         
15943         * po/nl.po
15944                 update Dutch translation
15945
15946 2001-11-12 [mhadasht]   0.6.5.claws8
15947
15948         * src/prefs_common.c
15949                 re-enabled account autoselection feature for forward
15950                 and reedit lost during the branch point for SYNC-B4-REL
15951         * src/gtkspell.c
15952                 gtkpspell_get_dict(): more readable code (even if function is
15953                 not used yet)
15954         * ChangeLog.claws
15955                 added version number info to 2001-11-12 [hiro] comment.
15956
15957 2001-11-12 [hiro]       0.6.5.claws7
15958
15959         * src/compose.c
15960                 compose_forward(): fixed a bug that forward quote mark
15961                 wasn't used.
15962                 removed unnecessary code.
15963         * src/template_select.[ch]: removed.
15964
15965 2001-11-11 [alfons]
15966
15967         * src/compose.c
15968                 :%s/GTK_TEXT/GTK_STEXT/g
15969         
15970         * src/compose.[ch]
15971         * src/undo.[ch]
15972         * src/Makefile.am
15973                 revert the undo stuff (this is 0.6.6claws stuff)
15974
15975 2001-11-11 [hoa]        0.6.5.claws6
15976
15977         * src/compose.[ch]
15978                 Insert signature at the end of the text.
15979                 Added undo patch but currently disabled
15980
15981         * src/procmsg.c
15982                 Threading by subject improved.
15983
15984         * added src/undo.[ch]
15985                 Undo module for compose dialog box.
15986
15987 2001-11-11 [alfons]     0.6.5.claws5
15988
15989         * src/procmsg.c
15990                 prevent threading by subject on nodes that have already been
15991                 threaded by in-reply-to (as in "circular references in a tree
15992                 result in a dead branch")
15993
15994 2001-11-09 [hoa]        0.6.5.claws4
15995         
15996         * src/folderview.c
15997                 allows creation of mbox folder item from any files.
15998
15999 2001-11-09 [alfons]     0.6.5.claws3
16000         
16001         * src/utils.c
16002         * src/procmsg.c
16003                 do what I mean and correct threading by subject so it really
16004                 ignores attracting lines without "Re: "
16005
16006 2001-11-07 [alfons]     0.6.5.claws2
16007
16008         * src/procmsg.c
16009         * src/utils.[ch]
16010                 only attract by subject if a subject line starts with a "Re: "
16011         * src/syldap.c
16012                 remove warning
16013
16014 2001-11-07 [paul]       0.6.5claws1
16015
16016         * sync with sylpheed 0.6.5. release
16017                 see ChangeLog entry 2001-11-07
16018
16019 2001-11-07 [paul]       0.6.4claws31
16020
16021         * sync with sylpheed 0.6.4cvs18
16022                 see ChangeLog entries 2001-10-30 to 2001-11-07
16023                 prefs_templates.[ch] renamed prefs_template.[ch]
16024
16025 2001-11-06 [alfons]
16026         
16027         * src/utils.h
16028                 add semicolon Hoa forgot ;-)
16029                 
16030
16031 2001-11-06 [hoa]        0.6.4claws30
16032         
16033         * src/procmsg.c
16034         * src/summaryview.c
16035         * src/utils.c
16036         * src/utils.h
16037                 threading by subject - empty subject are ignored
16038
16039 2001-11-06 [christoph]  0.6.4claws29
16040
16041         * src/socket.c
16042                 use SSL_peek for sock_gets
16043         * src/utils.c
16044                 removed unneeded pointer in extracting quoted
16045                 names implementation
16046
16047 2001-11-06 [melvin]     0.6.4claws28
16048
16049         * src/gtkspell.c
16050                 fixed bug #476792 Selection overtyping with spell checker
16051                 fixed bug which could cause a buffer overflow
16052                 fixed a memory leak
16053
16054 2001-11-06 [hoa]        0.6.4claws27
16055         
16056         * src/procmsg.c
16057         * src/summaryview.c
16058                 threading by subject
16059
16060 2001-11-05 [alfons]     0.6.4claws26
16061         
16062         * README.claws
16063                 Claws -> Sylpheed (vice versa)
16064
16065         * src/compose.c
16066                 :%s/gtk_text/gtk_stext/g
16067                 :%s/GTK_TEXT/GTK_STEXT/g
16068                 (thanks to Jonathan Ware for spotting this)
16069
16070 2001-11-04 [christoph]  0.6.4claws25
16071
16072         * src/summaryview.c
16073                 replace Xalloca + strdup with Xstrdup_a
16074         * src/utils.c
16075                 better implementation of extracting quoted names
16076                 from addresses (remove backlashes and ignore
16077                 quotes after them)
16078
16079 2001-11-04 [alfons]     0.6.4claws24
16080
16081         * src/utils.[ch]
16082                 edit to comply more with coding style
16083
16084         * src/textview.c
16085                 fix bug reported by Kim Schulz. introduced by the patch integrated
16086                 in 0.6.4claws15. the code did not check the return value of
16087                 the html parser.
16088
16089         * AUTHORS
16090                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
16091
16092 2001-11-04 [christoph]  0.6.4claws23
16093
16094         * src/main.c
16095         * src/prefs_common.[ch]
16096                 init some pointers that possibly caused a segfault
16097                 reported in the claws-users ML
16098
16099 2001-11-04 [hoa]        0.6.4claws22
16100
16101         * src/grouplistdialog.c
16102                 change the names of the nodes in the tree
16103
16104         * src/compose.c
16105                 enhanced mailto syntax as described in
16106                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
16107                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
16108
16109         * src/utils.c
16110                 encode and decode URI (useful when opening URL into
16111                 netscape).
16112
16113 2001-11-03 [hoa]        0.6.4claws21
16114
16115         * src/grouplistdialog.c
16116                 a new newsgroups list selection dialog box
16117                 with a CTree instead of a CList
16118
16119 2001-11-03 [hoa]        0.6.4claws20
16120
16121         * src/folderview.c
16122                 enable property and scoring options when right
16123                 click on "inbox"
16124
16125         * src/summaryview.c
16126                 fixed bug when nickname were displayed using
16127                 the address book.
16128
16129 2001-11-02 [darko]      0.6.4claws19
16130
16131         * src/compose.c
16132                 new wrap quotation and URL/long words wrapping implementation
16133         * src/compose.c src/gtkstext.[ch]
16134                 move gtkstext_strncmp() to gtkstext.c
16135
16136 2001-11-01 [christoph]  0.6.4claws18
16137
16138         * src/prefs_account.c
16139                 fixed mess in account settings dialog
16140         * src/prefs_folder_item.c
16141                 added label with folder path to dialog
16142
16143 2001-10-31 [match]      0.6.4claws17
16144
16145         * src/vcard.c
16146                 fix memory leak.
16147         * src/addrbook.c
16148                 fix generation of spurious address book file names.
16149                 remove redundant functions.
16150         * po/POTFILES.in
16151                 added missing file names.
16152
16153 2001-10-30 [paul]       0.6.4claws16
16154
16155         * sync with sylpheed 0.6.4cvs6
16156                 see ChangeLog entries 2001-10-26 to 2001-10-30
16157
16158         * tools/filter_conv.pl
16159                 read folderlist.xml to discover whether the top-level
16160                 folder is called 'Mailbox' or 'Mail' 
16161
16162 2001-10-29 [paul]       0.6.4claws15
16163
16164         * src/html.c, src/textview.c
16165                 activate links in html mail and fix clickable parts
16166                 Submitted by Matthieu Dazy <dazy@t-surf.com>
16167
16168 2001-10-29 [paul]
16169
16170         * po/de.po, po/es.po, po/pt_BR/po
16171                 updated translations, submitted by Jens Oberender,
16172                 Ricardo Mones Lastra, and Fabio Junior Beneditto
16173
16174 2001-10-29 [darko]      0.6.4claws14
16175
16176         * src/compose.c
16177                 fix wrapping for good
16178
16179 2001-10-29 [darko]
16180
16181         * src/compose.c
16182                 undo previous change as it broke the smart wrapping
16183
16184 2001-10-29 [darko]      0.6.4claws13
16185
16186         * src/compose.c
16187                 fix infinite loop when long URL is quoted
16188                 (closes bug #475122.
16189
16190 2001-10-28 [match]
16191
16192         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16193                 import Mutt address book
16194         * src/ldif.[ch] src/importldif.h
16195                 modified import LDIF handle user attributes
16196
16197 2001-10-28 [christoph]  0.6.4claws12
16198
16199         * src/summaryview.c
16200                 fixed that filtering did not work if there
16201                 were no filter rules
16202                 (closes bug #472003 and better implementation
16203                  of patch #474644)
16204
16205 2001-10-27 [christoph]  0.6.4claws11
16206
16207         * src/compose.c
16208                 make the folder's default account to be used when
16209                 replying. (patch by wwp <subscript@free.fr>)
16210         * src/compose.c
16211                 code cleanup, nearly killed all of wwp's patch
16212                 for folder's default account in compose
16213         * src/folderview.c
16214                 error panel when a folder could not be created
16215                 (closes bug #471080 new folder name & already
16216                  existing file)
16217
16218 2001-10-26 [alfons]
16219
16220         * src/utils.h
16221                 change prototype of strstr2() that Christoph forgot about
16222
16223 2001-10-26 [christoph]  0.6.4claws10
16224
16225         * src/account.c
16226                 made search for accounts by email address not case
16227                 sensitive
16228         * src/folder.c
16229                 fixed memory leak in folder_item_get_identifier
16230         * src/gtkspell.c
16231         * src/utils.c
16232                 fixed wrong strstr2 (should work like strstr)
16233
16234 2001-10-26 [darko]      0.6.4claws9
16235
16236         * src/compose.c src/gtkstext.[ch]
16237         * src/gtkstext.c
16238                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16239
16240 2001-10-26 [paul]       0.6.4claws8
16241
16242         * src/html.c
16243                 ignore css and javascript tags in html mail
16244                 case-insensitive, with or without double-quoted
16245                 strings
16246
16247 2001-10-26 [paul]       0.6.4claws7
16248
16249         * sync with sylpheed 0.6.4cvs1
16250                 see ChangeLog entry 2001-10-26
16251
16252         * src/prefs_account.c, src/prefs_common.c,
16253           src/prefs_summary_column.c
16254                 minor improvements to the English
16255
16256 2001-10-25 [alfons]     0.6.4claws6
16257
16258         * src/gtkstext.c
16259         
16260                 make GtkSText follow style of GtkText (closes bug 
16261                 #469211 "text selection while writing message")
16262                 
16263                 do sync with GTK 1.2.10
16264
16265 2001-10-25 [paul]       0.6.4claws5
16266
16267         * src/html.c
16268                 ignore css tags in html mail
16269
16270 2001-10-25 [darko]      0.6.4claws4
16271
16272         * src/compose.c
16273                 don't declare is_url_string as static function since
16274                 we need it in gtkstext.c
16275         * src/gtkstext.c
16276                 remove unused variable
16277                 don't wrap long URLs while composing a message
16278
16279 2001-10-24 [christoph]  0.6.4claws3
16280
16281         * src/socket.c
16282                 fix ssl deadlock, when peer closes connection
16283
16284 2001-10-24 [paul]       0.6.4claws2
16285
16286         * src/prefs_common.c
16287                 gettextize the gpg ascii-armored warning message
16288
16289         * src/compose.c
16290                 insert a DOS/MAC file into the composed message
16291                 (improvements)
16292
16293         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16294
16295 2001-10-22 [paul]       0.6.4claws1
16296
16297         * sync with sylpheed 0.6.4 release
16298                 see ChangeLog entries 2001-10-21
16299
16300         * po/fr.po, po/pt_BR.po
16301                 updated by Melvin Hadasht and Fabio Junior Beneditto
16302
16303 2001-10-21 [paul]       0.6.3claws30
16304
16305         * src/compose.c
16306                 insert a DOS text file from the compose window
16307                 into the composed message text (removes CRs characters)
16308                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16309
16310         * tools/filter_conv.pl, tools/README
16311                 automatically use ~/.sylpheed as working directory
16312                 print out confirmation message on completion
16313
16314         * correct Hoa's last ChangeLog.claws entry
16315
16316 2001-10-20 [hoa]        0.6.3claws29
16317
16318         * src/grouplistdialog.c
16319                 bugfix (another ?) to give the right
16320                 newsgroups list for each news server.
16321
16322         * src/news.c
16323         * src/news.h
16324                 improve the newsgroups list cache
16325
16326 2001-10-20 [paul]       0.6.3claws28
16327
16328         * sync with sylpheed 0.6.3cvs9
16329                 see ChangeLog entry 2001-10-19
16330
16331         * correct Alfons' last ChangeLog.claws entry
16332
16333 2001-10-19 [alfons]
16334
16335         * src/pgptext.[ch]
16336                 fix compilation problems (part of bug #472895)
16337
16338 2001-10-18 [hoa]        0.6.3claws27
16339
16340         * src/grouplistdialog.c
16341                 bugfix when we refresh was clicked (bug 472701)
16342
16343 2001-10-19 [christoph]  0.6.3claws26
16344
16345         * src/compose.c
16346                 last header entry should default to "To:" or
16347                 "Newsgroups:" and not copy the last entry line
16348                 in a new compose window
16349                 (closes bug #472686, #470792)
16350
16351 2001-10-19 [paul]       0.6.3claws25
16352
16353         * sync with Sylpheed 0.6.3cvs8
16354                 see ChangeLog entries 2001-10-18 and 2001-10-19
16355
16356 2001-10-18 [christoph]  0.6.3claws24
16357
16358         * src/procmsg.c
16359                 reimplement ignore thread
16360         
16361 2001-10-18 [hoa]        0.6.3claws23
16362
16363         * src/folderview.c
16364         * src/grouplistdialog.[ch]
16365                 enhanced news subscription interface (feature 469113)
16366
16367         * src/news.c
16368         * src/news.h
16369                 enchanced newsgroup listing,
16370                 now, we can get groups informations
16371                 (NNTPGroupInfo)
16372
16373 2001-10-18 [paul]       0.6.3claws22
16374
16375         * src/summaryview.c
16376                 remove comment (sync with main branch)
16377         * src/mainwindow.c
16378                 fix 'Re-edit' bug in 'Message' menu
16379
16380 2001-10-17 [christoph]  0.6.3claws21
16381
16382         * src/compose.c
16383                 ignore empty or whitespace only header lines
16384
16385 2001-10-17 [paul]       0.6.3claws20
16386
16387         * sync with sylpheed 0.6.3cvs7
16388                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16389                 2001-10-17
16390
16391 2001-10-17 [darko]
16392
16393         * src/compose.c
16394                 wrap long lines without spaces
16395                 don't wrap URLs
16396
16397 2001-10-16 [paul]
16398
16399         * po/es.po, po/nl.po, po/pt_BR.po
16400                 updated by Ricardo Mones Lastra, Alfons,
16401                 and Fabio Junior Beneditto
16402
16403         * sylpheed-0.6.3claws released
16404
16405 2001-10-15 [melvin] 0.6.3claws18
16406
16407         * README.claws
16408                 added summary and detailed installation instructions
16409                 for spell checker
16410         * po/fr.po
16411                 Updated, corrected and completed french translation
16412
16413 2001-10-15 [hoa] 0.6.3claws17
16414         * src/grouplistdialog.c
16415                 we can choose the newsgroups to display with wildcards
16416
16417 2001-10-15 [christoph]  0.6.3claws16
16418
16419         * src/account.c
16420         * src/compose.c
16421         * src/prefs_folder_item.[ch]
16422                 applied wwp <subscript@free.fr>'s folder
16423                 default account patch
16424         * po/de.po
16425                 Fixed wrong translation
16426
16427 2001-10-13 [alfons, christoph, melvin]  
16428                         0.6.3claws15
16429
16430         solution #2 to solve MT-safety problems defers all GUI related calls
16431         to the main thread using a gtk_idle_add() callback. discussed on
16432         ircnet #sylpheed, with christoph spotting some issues with the
16433         original code, and melvin allowing us to lobotomize his sylpheed.
16434
16435         * src/syldap.[ch], src/main.c
16436                 fix race problem in ldap search thread by deferring GUI 
16437                 stuff to main thread using gtk_idle_add()
16438
16439 2001-10-13 [paul]       0.6.3claws14
16440
16441         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16442                 add Sergey's smtpcred.patch
16443                 adds separate username/password setting for SMTP Auth
16444                 needed by some servers
16445                 (closes feature request #471659)
16446
16447 2001-10-13 [paul]       0.6.3claws13
16448
16449         * src/pgptext.[ch] **NEW FILES**
16450         * src/Makefile.am, src/messageview.c, src/mimeview.c
16451                 decrypt ascii-armored gpg text embedded in
16452                 the message body.
16453                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16454
16455 2001-10-13 [christoph]  0.6.3claws12
16456
16457         * README.claws
16458                 some more details on default to and
16459                 feature requests
16460         * src/main.c
16461                 init glib threading when ldap is used
16462         * src/syldap.c
16463                 threading fixes
16464         * po/de.po
16465                 fixed a typo
16466
16467 2001-10-12 [paul]       0.6.3claws11
16468
16469         * src/prefs_common.[ch], src/rfc2015.c
16470                 enable ascii-armored gpg text to be embedded in the
16471                 message body, selectable through the 'Privacy'
16472                 preferences. Supports encrypting only.
16473                 Submitted by Ravemax <ravemax@dextrose.com>
16474
16475 2001-10-12 [paul]       0.6.3claws10
16476
16477         * sync with sylpheed 0.6.3cvs6
16478                 see ChangeLog entries 2001-10-11 and 2001-11-12
16479
16480         * src/folderview.c
16481                 incorporated mbox folders, scoring, and folder
16482                 properties into the sync
16483
16484 2001-10-12 [darko]      0.6.3claws9
16485
16486         * README.claws
16487                 describe quotation wrapping
16488         * src/compose.c
16489                 don't treat tab as space to calculate line length properly
16490
16491 2001-10-11 [alfons]
16492
16493         * README.claws
16494                 correct description of how to make new filtering system work,
16495                 add some other things
16496                 
16497         * src/syldap.c
16498                 remove sched_yield() (not necessary / unportable)
16499
16500 2001-10-11 [paul]       0.6.3claws8
16501
16502         * sync with sylpheed 0.6.3cvs3
16503                 see ChangeLog entry 2001-10-10
16504
16505 2001-10-10 [christoph]  0.6.3claws7
16506
16507         * .cvsignore
16508                 ignore 2 files created by newer autotools
16509         * src/prefs_folder_item.c
16510                 using table for widget alignment
16511                 fixed memory leak and broken octal display
16512         * src/filesel.c
16513                 fixed segfault caused by lost filename
16514                 workaround (closes bug #469551)
16515
16516 2001-10-10 [paul]       0.6.3claws6
16517
16518         * sync with sylpheed 0.6.3cvs2
16519                 see ChangeLog entries 2001-10-09 and 2001-10-10
16520
16521 2001-10-10 [darko]      0.6.3.claws5
16522
16523         * src/gtkstext.c
16524                 proper calculation of right margin if smart wrapping is enabled
16525         * src/compose.c
16526                 automatically wrap long lines if wrap quotation is enabled
16527
16528 2001-10-09 [alfons]     0.6.3.claws4
16529
16530         * src/summaryview.c
16531                 select correct row when deleting last row in the summary view (and
16532                 close bug "[ #469104 ] select second last in list when deleting")
16533
16534 2001-10-09 [paul]       0.6.3claws3
16535
16536         * sync with sylpheed 0.6.3cvs1
16537                 updated some autotool scripts
16538
16539 2001-10-09 [darko]      0.6.3claws2
16540
16541         * src/gtkstext.[ch]
16542                 new name and mark with Sylpheed comment
16543         * src/compose.c
16544                 smart quotation wrapping a-la VIM
16545
16546 2001-10-08 [paul]       0.6.3claws1
16547
16548         * sync with sylpheed 0.6.3 release
16549                 see ChangeLog entry 2001-10-08
16550
16551 2001-10-08 [paul]       0.6.2claws24
16552
16553         * src/summaryview.c
16554                 more sync with sylpheed 0.6.2cvs12
16555                 Fixed the bug that didn't select the last row correctly
16556
16557
16558 2001-10-07 [paul]       0.6.2claws23
16559
16560         * sync with sylpheed 0.6.2cvs12
16561                 see ChangeLog entry 2001-10-07
16562
16563 2001-10-06 [match]
16564         * src/jpilot.[ch]
16565                 enable jpilot to read unsynch'ed addresses.
16566
16567         * src/editldap_basedn.c
16568                 fix segfault when opening dialog.
16569
16570 2001-10-06 [alfons]     0.6.2.claws22
16571
16572         * src/summaryview.c
16573                 fix bug with summary view selecting last *inserted*
16574                 node instead of last *visible* node. remember we
16575                 work with a tree
16576
16577 2001-10-06 [paul]       0.6.2claws21
16578
16579         * po/pt_BR.po
16580                 updated translation, contains some fixes and new
16581                 translations, submitted by Gustavo Noronha Silva
16582                 <kov@debian.org>
16583
16584         * src/prefs_common.c
16585                 change 'each' to 'every' - fix dubious English
16586
16587         * sync with sylpheed 0.6.2cvs11
16588
16589 2001-10-05 [alfons]     0.6.2claws20
16590
16591         * src/mainwindow.[ch], src/folderview.c
16592                 make composite tool button switch between "Compose News"
16593                 and "Compose Mail" depending on selected folder
16594                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16595
16596 2001-10-05 [paul]       0.6.2claws19
16597
16598         * src/mainwindow.c, src/summaryview.c
16599                 fix 'Message/Reply to all', broken in last commit
16600
16601         * src/compose.c
16602                 fix X_BEENTHERE seg fault, thanks to Alfons
16603
16604 2001-10-04 [paul]       0.6.2claws18
16605
16606         * src/compose.[ch], src/mainwindow.c
16607                 make "Message/Reply" reply to mailing lists; matches
16608                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16609                 based on portions of the patch submitted by
16610                 Junichi Uekawa <dancer@netfort.gr.jp>
16611
16612 2001-10-04 [darko]      0.6.2claws17
16613
16614         * src/compose.c
16615                 better smart wrapping
16616         * src/gtkstext.[hc]
16617                 a function to make text buffer contiguous
16618
16619 2001-10-03 [paul]       0.6.2claws16
16620
16621         * sync with sylpheed 0.6.2cvs10
16622
16623 2001-10-02 [alfons]
16624
16625         * configure.in
16626         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16627                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16628                 references to chinese translations (hope someone picks up
16629                 this)
16630
16631 2001-10-02 [christoph]  0.6.2claws15
16632
16633         * src/compose.c
16634                 fixed non translated header bug
16635         * ChangeLog.claws
16636                 fixed wrong date in alfons last entry ;)
16637
16638 2001-10-02 [alfons]     0.6.2claws14
16639
16640         * src/compose.c, src/prefs_common.[ch]
16641                 add block cursor option
16642
16643 2001-10-02 [paul]       0.6.2claws13
16644
16645         * sync with sylpheed 0.6.2cvs9
16646
16647 2001-09-30 [paul]       0.6.2claws12
16648
16649         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16650                 updated translations
16651
16652         * po/POTFILES.in
16653                 add 'src/importldif.c'
16654
16655         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16656                 added eudora-to-vCard conversion tool
16657                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16658
16659         * sync with sylpheed 0.6.2cvs8
16660
16661 2001-09-30 [paul]
16662
16663         * sylpheed-0.6.2claws released
16664
16665 2001-09-27 [melvin]     0.6.2claws11
16666
16667         * src/gtkspell.c
16668                 fixed crash when using default path (introduced 
16669                 in 0.6.2claws10)
16670                 fixed tiny bug for initial suggestion mode
16671
16672 2001-09-27 [melvin]     0.6.2claws10
16673         
16674         * src/gtkspell.c
16675                 fixed bug where gtkpspell didn't set the path correctly
16676
16677         * README.claws
16678                 added a paragraph about spell checking
16679                 
16680
16681
16682 2001-09-27 [paul]       0.6.2claws9
16683
16684         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16685                 replace '// comments' with '/* comments */' to prevent
16686                 some compiler warnings 
16687
16688         * sync with sylpheed 0.6.2cvs6
16689
16690 2001-09-26 [alfons]     0.6.2claws8
16691
16692         * src/messageview.c
16693                 introduce return receipt request notification again,
16694                 which was lost because of other semantics in 
16695                 procheader_parse() (???)
16696
16697 2001-09-26 [christoph]  0.6.2claws7
16698
16699         * src/compose.c
16700                 replace comments for old code with #if 0
16701                 readded auto cc, bcc and reply-to
16702         * src/prefs_matcher.c
16703         * src/prefs_scoring.c
16704                 removed some definition (was moved to
16705                 prefs.h)
16706
16707 2001-09-26 [paul]       0.6.2claws6
16708
16709         * src/mainwindow.c
16710                 make 'Follow-up and reply to' sensitive
16711
16712         * more sync with sylpheed 0.6.2cvs5
16713
16714 2001-09-25 [melvin]
16715
16716         * 0.6.2claws5
16717
16718         * src/gtkspell.c
16719                 fixed bug for "US-ASCII" introduced by the encoding code
16720
16721 2001-09-25 [paul]
16722
16723         * 0.6.2claws4
16724
16725         * src/prefs_common.[ch], src/summaryview.c
16726                 'next unread msg' 'go to next folder?' dialog can be
16727                 given default behaviour, either always show dialog,
16728                 or assume 'yes', or assume 'no'
16729                 Submitted by wwp <subscript@free.fr>
16730
16731 2001-09-25 [melvin]
16732                 
16733         * src/compose.c src/gtkspell.[ch]
16734                 added support for different encodings
16735
16736 2001-09-25 [paul]
16737
16738         * more sync with sylpheed 0.6.2cvs5
16739
16740 2001-09-24 [alfons]
16741         
16742         * src/prefs_folder_item.c
16743                 add check for item->prefs->default_to string is NULL and
16744                 add another check when freeing this string
16745
16746 2001-09-24 [paul]
16747
16748         * configure.in
16749                 change to version 0.6.2claws3
16750
16751         * sync with sylpheed 0.6.2cvs5 
16752
16753 2001-09-24 [match]
16754         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16755                 import LDIF files.
16756         * src/addrcache.[ch], addrindex.[ch]
16757                 small update for future
16758         * src/addrbook.c
16759                 fix test XML file.
16760
16761 2001-09-24 [melvin]
16762         * src/gtkspell.[ch]
16763                 added 'Learn from mistakes' option
16764                 better handling of quotes in checked words
16765                 sorted dict list
16766         * po/fr.po
16767                 small update for spell checking stuff
16768
16769 2001-09-23 [alfons]
16770         
16771         * src/gtkspell.c
16772                 edit a little bit so it complies more with main coding style
16773
16774 2001-09-23 [alfons]
16775
16776         * src/folder.[ch], prefs_folder_item.c, compose.c
16777                 migrate "request return receipt" folder property
16778                 to folderlist.xml
16779
16780 2001-09-22 [alfons]
16781
16782         * README.claws **NEW**
16783                 (add things of interest for users of main branch 
16784                 and claws here)
16785
16786         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16787                 re-implement threading per folder option, but store 
16788                 the setting in folderlist.xml (where it belongs)
16789
16790 2001-09-21 [melvin]
16791
16792         * src/gtkspell.[ch]
16793                 fixed bug when compose window is under another window
16794         * src/prefs_common.[ch] src/compose.c
16795                 changed 'dictionary_path' to 'dictionary' to be consistent
16796                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16797         * ac/pspell.m4 src/Makefile.am 
16798                 dropped PSPELL_PATH macro
16799         * po/fr.po
16800                 updated translations
16801
16802 2001-09-21 [christoph]
16803
16804         * src/compose.c
16805                 added border around header fields
16806                 keep header type when new field is added
16807
16808 2001-09-20 [christoph]
16809
16810         * src/utils.[ch]
16811                 more portable debug_print with source filename
16812                 and linenumber
16813         * src/procmsg.c
16814                 more newlines after debug messages
16815
16816 2001-09-20 [paul]
16817
16818         * configure.in
16819                 change to version 0.6.2claws2
16820
16821         * sync with sylpheed 0.6.2cvs3
16822
16823 2001-09-19 [melvin]
16824
16825         * src/gtkspell.c
16826                 fixed the post-right-click focus pb
16827                 fixed crash when 'Spell check all' after dict change 
16828                         and when cursor is at the end of the text
16829                 shift-right-click pops up config menu even on misspelled words.
16830         * po/POTFILES.in
16831                 added gtkspell.c
16832
16833 2001-09-19 [melvin]
16834
16835         * src/about.c
16836                 added pspell to compiled-in features list
16837
16838 2001-09-18 [melvin]
16839
16840         * switched to pspell and dropped ispell
16841         * ac/pspell.m4
16842                 new file. autoconf macro for pspell
16843         * ac/Makefile.am 
16844         * configure.in acconfig.h
16845                 added pspell support
16846         * src/Makefile.am
16847         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16848         * src/prefs_common.[ch] 
16849                 added pspell support
16850
16851 2001-09-18 [christoph]
16852
16853         * src/addr_compl.c
16854         * src/template.[ch]
16855                 replace LOG_MESSAGE with debug_print
16856         * src/compose.[ch]
16857                 gui improvements
16858         * src/menu.c
16859                 added newline after debug message
16860         * src/utils.h
16861                 using __VA_ARGS__ for debug_print macro
16862         * tools/.cvsignore
16863                 ignore Makefile and Makefile.in
16864
16865 2001-09-18 [paul]
16866
16867         * configure.in
16868                 change to version 0.6.2claws1
16869         * sync with sylpheed 0.6.2cvs1
16870
16871         * src/matcher.c 
16872         * src/prefs_matcher.c
16873                 add 'score equal to' option, submitted by
16874                 Paul Evans <nerd@freeuk.com>
16875
16876 2001-09-15 [christoph]
16877
16878         * src/mainwindow.c
16879                 comment out menu entry not existing in claws
16880         * src/menu.c
16881                 add debug output for non existing menu entries
16882         * src/summaryview.c
16883                 fix next/prev unread message for ignored threads
16884         * src/utils.[ch]
16885                 add sourcefile and line number to debug output
16886                 otherwise it is sometimes hard to find the
16887                 source code part if debug messages are translated
16888
16889 2001-09-14 [darko]
16890         
16891         * src/folderview.c
16892                 refresh target folder style after colour is changed
16893
16894 2001-09-13 [paul]
16895
16896         * configure.in
16897                 change to version 0.6.1claws3
16898
16899         * sync with sylpheed 0.6.1cvs6
16900
16901 2001-09-13 [darko]
16902         
16903         * src/folderview.c
16904                 fix target folder colourization to use user selected colour
16905
16906 2001-09-12 [darko]
16907         
16908         * src/summaryview.c
16909                 fix crash when message that is marked for copy/move is unmarked
16910
16911 2001-09-09 [paul]
16912
16913         * configure.in
16914                 change to version 0.6.1claws2
16915
16916         * sync with sylpheed 0.6.1cvs3
16917
16918 2001-09-09 [alfons]
16919         
16920         * src/folderview.c
16921                 fix bug with default font used for trash folder text
16922
16923 2001-09-06 [paul]
16924
16925         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16926                 updated translations
16927
16928         * configure.in
16929                 change to version 0.6.1claws1
16930
16931         * sync with sylpheed 0.6.1cvs2
16932
16933 2001-09-03 [paul]
16934
16935         * po/POTFILES.in
16936                 add Match's new addressbook
16937
16938         * po/de.po
16939                 updated translation submitted by Jens Oberender
16940
16941 2001-09-02 [paul]
16942
16943         * configure.in
16944                 change to 0.6.1claws
16945         * sync with sylpheed 0.6.1 release
16946
16947 2001-09-02 [paul]
16948
16949         * configure.in
16950                 change to 0.6.0claws2
16951
16952         * sync with sylpheed 0.6.0cvs4
16953
16954         * po/pt_BR.po
16955                 updated translation submitted by Fabio Junior Beneditto
16956
16957 2001-09-01 [match]
16958         * pixmaps/
16959                 interface.xpm
16960                 book.xpm
16961                 address.xpm
16962         * src/
16963                 Makefile.am
16964                 a ton of new files
16965
16966 2001-08-31 [paul]
16967
16968         * configure.in
16969                 change to version 0.6.0claws1
16970
16971         * sync with sylpheed 0.6.0cvs1
16972
16973         * po/es.po
16974                 updated translation submitted by Ricardo Mones Lastra
16975
16976         * po/POTFILES.in
16977                 add 'src/prefs_templates.c'
16978
16979         * src/compose.c, src/summaryview.c
16980                 fix segfault on 'Re_edit'               
16981
16982 2001-08-30 [alfons]
16983
16984         * configure.in, Makefile.am
16985         * tools/Makefile.am
16986                 add tools directory to source distribution
16987
16988 2001-08-30 [paul]
16989
16990         * configure.in
16991                 change to version 0.6.0claws
16992
16993         * sync with sylpheed 0.6.0 release
16994
16995 2001-08-30 [christoph]
16996
16997         * configure.in
16998                 removed autoconf version check
16999
17000 2001-08-30 [paul]
17001
17002         * src/account.c, src/compose.c, src/prefs_common.[ch]
17003         * src/procheader.[ch] src/utils.[ch]
17004                 Enhanced automatic account selection on replies
17005                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
17006
17007         * configure.in
17008                 add LDAP and JPilot to the configuration results output.
17009
17010 2001-08-29 [christoph]
17011
17012         * src/summeryview.c
17013                 no bold font for ignored threads
17014
17015 2001-08-29 [paul]
17016
17017         * configure.in
17018                 change to version 0.5.3claws6
17019
17020         * sync with sylpheed 0.5.3cvs10
17021                 src/stringtable.[ch]: New Files
17022
17023         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
17024         * src/pixmaps/sylpheed.xpm
17025                 add mini-icons to windows (by Alfons)
17026
17027 2001-08-27 [paul]
17028
17029         * src/mainwindow.c
17030                 new functions: next_labeled_cb(), prev_labeled_cb()
17031
17032         * src/summaryview.c
17033                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
17034                 summary_select_next_labeled(), summary_select_prev_labeled()
17035
17036         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
17037                 give claws blue folders and a blue trash can
17038
17039 2001-08-27 [paul]
17040
17041         * configure.in
17042                 change to version 0.5.3claws5
17043
17044         * sync with sylpheed 0.5.3cvs9
17045                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
17046
17047 2001-08-24 [christoph]
17048
17049         * src/filesel.c
17050                 keep filename when browsing directories
17051                 (not working for user entered filename, but
17052                  for default name and selected filename from
17053                  file list)
17054         * src/mainwindow.c
17055                 fixed wrong spelling "Folllow-up"
17056         * src/mbox_folder.c
17057         * src/procmsg.c
17058         * src/summaryview.c
17059                 fixed new/unread message count with ignored
17060                 threads (2 commits, first didn't notice no
17061                 longer needed decreasing)
17062         * src/inc.c
17063                 readded scrolling of progress dialog
17064                 (lost in sync)
17065
17066 2001-08-24 [paul]
17067
17068         * configure.in
17069                 change to 0.5.3claws4
17070
17071         * sync with sylpheed 0.5.3cvs7
17072
17073 2001-08-24 [christoph]
17074
17075         * src/compose.c
17076                 set request return receipt when replying
17077                 if it is set is the folder prefs of the
17078                 message
17079         * src/inc.c
17080                 disable final error popup if popups are
17081                 disabled in config (again)
17082
17083 2001-08-23 [paul]
17084
17085         * configure.in
17086                 Change version number to 0.5.3claws3
17087
17088         * sync with sylpheed 0.5.3cvs5
17089
17090         * src/mimeview.c
17091                 double quote '%s' in 'gedit %s' to fix bug when
17092                 opening attachment with spaces in the name
17093
17094 2001-08-22 [alte]
17095         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
17096           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
17097                 initial message templates support
17098
17099
17100 2001-08-22 [paul]
17101
17102         * configure.in
17103                 change version number to 0.5.3claws2
17104
17105         * sync with sylpheed 0.5.3cvs4
17106
17107         * src/procmsg.h src/summaryview.c
17108                 re-implement (un)ignore thread
17109
17110 2001-08-21 [paul]
17111
17112         * src/summaryview.c
17113                 remove unnecessary code
17114         * src/compose.c
17115                 enable 'dynamic' signatures (submitted by
17116                 Eric Limpens <eric@hscg-internet.nl>)
17117
17118 2001-08-21 [paul]
17119
17120         clean up after sync with sylpheed 0.5.3 release
17121
17122         * src/folderview.c
17123                 fix re-introduced font mess, see Christoph's
17124                 entry 2001-06-24
17125
17126         * src/summaryview.c
17127                 remove prev_msgnum
17128                 use sylpheed's small font instead of
17129                 gtk default font for summary view
17130
17131
17132 2001-08-17 [paul]
17133
17134         * configure.in
17135                 add pl to ALL_LINGUAS - sync with main branch
17136
17137         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
17138                 Updated. Translations by Jens Oberender, Ricardo Mones
17139                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
17140
17141         * po/pl.po  ** NEW FILE **
17142                 sync with the main branch
17143
17144         * src/folderview.c
17145                 fix target folder colorizing and refresh problem
17146
17147
17148 2001-08-17 [christoph]
17149
17150         * src/mainwindow.c
17151                 claws uses 4 colors for target folder coloring.
17152                 arrays were not long enough and destroyed the
17153                 stack causing a segfault.
17154                 target folder colorizing does not work anymore
17155                 for me
17156
17157 2001-08-16 [paul]
17158
17159         * configure.in
17160                 change to version 0.5.3claws1
17161
17162         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
17163           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
17164           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
17165
17166                 sync with sylpheed 0.5.3 release, but keep claws method of
17167                 configuring/saving fonts
17168
17169         * src/addressbook.[ch]
17170                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
17171                 in line with a similar change in Hiroyuki's branch
17172
17173         * src/mainwindow.[ch]
17174                 disable main_window_set_thread_option()
17175         * src/prefs_folder_item.c
17176                 comment out &tmps_prefs.enable_thread,
17177         * src/mbox_folder.c, src/procmsg.[ch]
17178                 comment out MSG_IS_IGNORE_THREAD
17179         * src/summaryview.c
17180                 comment out summary_ignore_thread() and summary_unignore_thread()
17181                 comment out MSG_IS_IGNORE_THREAD
17182
17183                 use Hiroyuki's threading instead.
17184
17185
17186
17187 2001-08-15 [paul]
17188
17189         * src/account.c
17190                 use Hiroyuki's 0.5.3 column scheme but also
17191                 include the enable/disable button.
17192         * src/pixmaps/mark.xpm
17193                 add Hiroyuki's amended pixmap
17194
17195 2001-08-13 [christoph]
17196
17197         * src/account.c
17198                 receive at get all column showed wrong state for APOP
17199                 button should only work for POP3 and APOP accounts
17200         * src/prefs_account.c
17201                 added missing preprocessor statement for SSL
17202
17203 2001-08-12 [paul]
17204
17205         * src/account.[ch]
17206                 add 'receive at get all' column and enable/disable
17207                 button.
17208
17209 2001-08-06 [christoph]
17210
17211         * src/account.c
17212                 show usage of SSL in protocol column
17213
17214         * src/imap.c
17215         * src/inc.c
17216                 renamed ssl options
17217
17218         * src/prefs_account.[ch]
17219                 moved ssl options to a new page
17220
17221         * src/send.c
17222         * src/smtp.c
17223         * src/ssl.[ch]
17224                 renamed ssl options
17225                 added support for SMTP STARTTLS command
17226
17227 2001-08-05 [christoph]
17228
17229         * configure.in
17230                 debian autoconf needs version check to find
17231                 correct autoconf version. if the file is
17232                 named configure.in 2.13 is used, which does
17233                 not work with this configure.in script.
17234                 other solution would be to rename the script
17235                 to configure.ac as suggested in the autoconf
17236                 manual.
17237
17238         * src/inc.c
17239                 disable final error popup if popups are
17240                 diabled in config
17241
17242         * src/socket.c
17243                 bugfix in ssl_gets
17244                 fixes IMAP over SSL problem
17245
17246 2001-08-03 [paul]
17247
17248         * configure.in
17249                 change to 0.5.2claws1
17250
17251         * sync with sylpheed 0.5.2cvs1
17252
17253 2001-08-02 [alfons]
17254
17255         * configure.in
17256                 quick fix for ispell detection...
17257
17258 2001-08-01 [paul]
17259
17260         * configure.in
17261                 change to 0.5.1claws4
17262
17263         * sync with sylpheed 0.5.1cvs7
17264
17265 2001-07-31 [alfons]
17266
17267         * src/prefs_common.c, src/prefs_common.h, 
17268           src/gtkspell.c, src/gtkspell.h
17269                 add global spelling checker settings (compose tab) +
17270                 selection of dictionary 
17271           
17272         * configure.in  
17273                 guess valid ispell location
17274
17275 2001-07-31 [paul]
17276
17277         * po/POTFILES.in
17278                 removal of 'src/quote_fmt_parse.c'
17279         * po/de.po
17280                 Updated de.po
17281                 (submitted by Jens Oberender <didge@suse.de>)
17282
17283 2001-07-31 [darko]
17284
17285         * src/folder.[ch]
17286         * src/folderview.[ch]
17287         * src/mainwindow.c
17288         * src/mh.c
17289         * src/prefs_common.[ch]
17290         * src/summaryview.c
17291                 target folder colourization
17292
17293 2001-07-30 [paul]
17294
17295         more sync with Sylpheed 0.5.1cvs6 
17296
17297 2001-07-30 [darko]
17298
17299         * src/mh.c
17300         * src/prefs_folder_item.[hc]
17301         * src/summaryview.c
17302                 shared folders support with a GUI
17303
17304 2001-07-29 [paul]
17305
17306         0.5.1claws3
17307
17308         * sync with Sylpheed 0.5.1cvs6
17309
17310 2001-07-29 [paul]
17311
17312         * po/pt_BR.po
17313                 updated
17314                 (submitted by Fabio Junior Beneditto)
17315
17316 2001-07-28 [paul]
17317
17318         * src/procmime.c
17319         * AUTHORS
17320                 patch to correct bad image mime headers
17321                 (submitted by Don Quijote <dq@searchlores.org>)
17322
17323 2001-07-28 [paul]
17324
17325         * tools/gif2xface.pl   **NEW FILE**
17326         * tools/README
17327                 script to convert file.gif to file.xface for
17328                 use in a custom header.
17329                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17330
17331 2001-07-27 [alfons]
17332         
17333         * configure.in
17334                 change macros for detecting JPilot and LDAP
17335
17336 2001-07-27 [christoph]
17337
17338         * src/filtering.c
17339                 code cleanup (MIN / MAX warning, needed casting)
17340
17341 2001-07-27 [alfons]
17342
17343         * procheader.c
17344                 disallow setting flags when detecting certain headers
17345                 (X-Status, Status, Seen, X-Seen). 
17346         
17347         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17348
17349 2001-07-27 [christoph]
17350
17351         * src/prefs_filter.c
17352         * src/prefs_filtering.c
17353         * src/prefs_matcher.c
17354         * src/prefs_scoring.c
17355                 scroll list when moving rows up or down
17356
17357         * src/imap.c
17358         * src/imap.h
17359         * src/prefs_account.c
17360         * src/prefs_account.h
17361         * src/send.c
17362                 SMTP over SSL (untested, feedback requested)
17363                 IMAP over SSL
17364
17365         * src/ssl.c
17366                 code cleanup
17367
17368 2001-07-26 [alfons]
17369         
17370         * configure.in, acconfig.h
17371                 define CLAWS (need this for main / claws detection)
17372
17373 2001-07-25 [alfons]
17374
17375         * configure.in
17376                 Sylpheed 0.5.1claws2
17377                 
17378         * sync with Sylpheed 0.5.1cvs4
17379
17380 2001-07-25 [christoph]
17381
17382         * src/scoring.c
17383                 fixed segfault
17384                 item->prefs == NULL (don't know why)
17385
17386 2001-07-25 [alfons]
17387
17388         * configure.in
17389                 Sylpheed 0.5.1claws1
17390
17391         * sync with Sylpheed 0.5.1cvs1-3
17392
17393 2001-07-24 [christoph]
17394
17395         * src/folderview.c
17396         * src/prefs_folder_item.[ch]
17397                 added folderitem preferences dialog with
17398                 default To: and auto request return receipt
17399
17400         * src/compose.[ch]
17401         * src/menu.[ch]
17402                 changes to handle new folderitem preferences
17403
17404         * src/mainwindow.c
17405         * src/summaryview.c
17406                 call compose new mail with current folderitem
17407
17408 2001-07-24 [alfons]
17409
17410         Release Sylpheed 0.5.1claws
17411
17412         * configure.in
17413                 change to release version 0.5.1claws
17414
17415 2001-07-24 [christoph]
17416
17417         * src/summaryview.c
17418                 fixed segfault that happend when the selected
17419                 message was removed while retrieving new messages.
17420
17421         * po/es.po
17422                 updated translation
17423                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17424
17425 2001-07-22 [alfons]
17426
17427         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17428         this is a work in progress, for more information: http://nlpagan.net/sylman 
17429         
17430         * configure.in, src/mainwindow.c, manual/Makefile.am
17431                 add support for English manual
17432
17433         * AUTHORS
17434                 add authors of user manuals
17435
17436         * manual/en/sylpheed*.html
17437                 add English documentation
17438
17439 2001-07-22 [christoph]
17440
17441         * po/POTFILES.in
17442                 added src/ssl.c
17443         * src/ssl.c
17444                 changed a wrong debug message
17445
17446 2001-07-22 [alfons]
17447
17448         * po/nl.po
17449                 update Dutch translation
17450
17451         * src/prefs_filtering.c, 
17452           src/prefs_matcher.c
17453                 add more translatable strings           
17454
17455 2001-07-21 [alfons]
17456
17457         0.5.0claws7
17458
17459         * configure.in
17460                 change version
17461
17462         * src/inc.c, src/summaryview.[ch]
17463                 prevent update of mark file when filtering has done, by
17464                 using a variable; this affects two functions:
17465                         inc.c::inc_finished()
17466                         summaryview.c::summary_show()
17467
17468 2001-07-20 [alfons]
17469
17470         * src/filtering.[ch], src/prefs_filtering.c, 
17471           src/matcher.[ch]
17472                 add filtering action for label coloring 
17473
17474         * po/POTFILES.in
17475                 add labelcolors.c
17476
17477         * added src/labelcolors.c
17478         * added src/labelcolors.h
17479         * src/Makefile.am, src/summaryview.c
17480                 rearrange label coloring code
17481
17482         * src/procmsg.h
17483                 add more parentheses so label colouring works correctly
17484
17485         * src/filtering.c
17486                 don't really delete message, but move it to Trash
17487
17488         * src/prefs_matcher.c
17489                 add quote options to info dialog
17490
17491 2001-07-20 [christoph]
17492
17493         * src/Makefile.am
17494         * src/inc.c
17495         * src/main.[ch]
17496         * src/socket.h
17497         * src/ssl.[ch] (new)
17498                 moved ssl stuff to a seperate file
17499
17500 2001-07-20 [darko]
17501
17502         * src/summaryview.c
17503                 fix show sender using address book with no e-mail
17504                 address in From: field
17505
17506 2001-07-19 [alfons]
17507
17508         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17509                 fix messy handling of escaping... now at least the
17510                 execute command is useful. escape char is '\', we
17511                 accept \n and \r too. 
17512
17513                 Real life example:
17514                 
17515                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17516                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17517
17518 2001-07-18 [alfons]
17519
17520         0.5.0claws6
17521
17522         * src/summaryview.c
17523                 clean up
17524
17525         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17526           src/procmsg.[ch]
17527                 revise filtering; currently move, copy, marking have
17528                 been tested. if you like bleeding edge stuff, you
17529                 should definitely go for this version :)
17530
17531         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17532
17533 2001-07-17 [christoph]
17534
17535         * src/utils.c
17536                 timestamp log
17537
17538 2001-07-17 [alfons]
17539
17540         0.5.0claws5
17541
17542         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17543           bits in the mark file, without affecting either branch. Lots of
17544           files changed, also in claws branch.
17545
17546           UNTESTED: use of mbox folders
17547
17548         * src/summaryview.c
17549                 added mark all read; however this was a quick hack used for
17550                 cleaning up mess after initial merge with Hiroyuki
17551
17552         * configure.in
17553                 change claws version number back to 0.5.0claws5 to clear up 
17554                 confusion & pretension (recent release was technically 
17555                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17556
17557 2001-07-16 [alfons]
17558
17559         sync with Hiroyuki's 0.5.0cvs4
17560
17561 2001-07-16 [alfons]
17562
17563         0.5.1claws3
17564
17565         * src/filtering.[ch]
17566                 remove invalid updating of mark files for 
17567                 filter actions MATCHING_ACTION_MOVE and 
17568                 MATCHING_ACTION_DELETE; this should fix the
17569                 folder update bug
17570                 
17571         * src/procmsg.c
17572                 revert Christoph's stab at fixing the folder 
17573                 update bug
17574
17575         * po/POTFILES.in
17576                 add missing files with translatable strings
17577
17578         * src/summaryview.c
17579                 remove debug print
17580
17581 2001-07-15 [alfons]
17582
17583         * src/addr_compl.[ch], src/prefs_filtering.c
17584                 make "filtering pref dialog's destination entry" an
17585                 "address completable entry", if filter destination is 
17586                 an email address
17587
17588         0.5.1claws2
17589         
17590         sync with Hiroyuki's 0.5.0cvs2-3
17591
17592 2001-07-15 [christoph]
17593
17594         * src/procmsg.c
17595                 fixed folder stats update after incorporation
17596
17597 2001-07-15 [alfons]
17598
17599         * src/summaryview.c
17600                 * finish label colouring stuff (for now)
17601                 * fix incorrect colour bug (off by one) 
17602
17603 2001-07-14 [alfons]
17604
17605         * src/mainwindow.c
17606                 change text labels for news and mail message so there's
17607                 plenty of toolbar estate left
17608
17609         * configure.in
17610                 0.5.1claws1
17611
17612         * src/folderview.c
17613           src/folder.[ch]
17614                 sync with Hiroyuki's 0.5.0cvs1
17615
17616         * src/summaryview.c
17617                 more rewrite label colouring
17618
17619 2001-07-14 [alfons]
17620
17621         * src/summaryview.[ch]
17622                 * start rewrite label colouring 
17623                 * fix proper location "Add Sender To Addressbook" menu item
17624
17625 2001-07-13
17626
17627         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17628         (actually this is 0.5.0claws4)
17629
17630 2001-07-13 [alfons]
17631
17632         * po/pt_BR.po
17633                 * fix duplicate message
17634                 * add updated Portugese / Brazilian translation
17635                   submitted by Fabio Junior Beneditto
17636
17637 2001-07-12 [alfons]
17638
17639         * AUTHORS
17640                 add Jens
17641
17642         * po/nl.po
17643                 add updated Dutch translation
17644
17645         * po/de.po
17646                 add updated German translation submitted by Jens
17647
17648 2001-07-11 [alfons]
17649
17650         Prerelease before 0.5.0claws. Please test.
17651         This version is temporarily tagged as VERSION_0_5_0_TEST
17652
17653         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17654           src/prefs_scoring.c, src/prefs_matcher.c, 
17655           src/prefs_filtering.c, src/mbox.c, 
17656           src/main.c, src/inc.c, src/filtering.[ch]
17657                 revert new Hoa's new matcher (does not work yet)
17658
17659         * src/Makefile.am
17660                 clean up
17661
17662 2001-07-10
17663
17664         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17665
17666
17667 2001-07-10 [alfons]
17668
17669         * Makefile.am
17670                 add ChangeLog.claws to EXTRA_DIST
17671         * src/Makefile.am
17672                 add matcher_parser_parse.h to EXTRA_DIST
17673
17674 2001-07-10 [christoph]
17675
17676         * src/inc.c
17677                 add destination folder to table of
17678                 folders that need to be updated after
17679                 incorporation
17680
17681 2001-07-10 [alfons]
17682
17683         * folder.[ch]
17684           folderview.c
17685                 make collapse state of folders and folder items persistent, i.e.
17686                 if you collapse a folder tree, the next time sylpheed-claws starts 
17687                 up the folder tree remains collapsed.  
17688                 
17689 2001-07-10 [christoph]
17690
17691         * acconfig.h
17692         * configure.in
17693                 added --enable-ssl
17694         * src/md5.[ch]
17695                 renamed MD5_CTX to MD5_CTX_syl
17696                 conflicts with a struct in openssl
17697         * src/inc.c
17698         * src/main.[ch]
17699         * src/prefs_account.[ch]
17700         * src/socket.[ch]
17701                 SSL support for POP
17702         * src/mainwindow.c
17703                 fixed compose with current account
17704                 broken by new compose button stuff
17705
17706 2001-07-09 [hoa]
17707
17708         * AUTHORS
17709                 changed my email address
17710
17711         * src/matcher_parser_parse.y
17712                 clean the parser to remove conflicts
17713
17714 2001-07-09 [alfons]
17715
17716         * AUTHORS
17717                 add Match Grun
17718
17719         * configure.in
17720                 fix incorrect description of --enable-ldap parameter
17721
17722         * src/prefs_common.[ch]
17723           src/compose.c
17724                 add experimental option "smart wrapping" which makes the
17725                 compose editor auto wrap.
17726                 
17727                 | TODO: the problem with the buggy cursor handling is caused |
17728                 | by the GtkText. when deleting / backspacing text its       |
17729                 | wrapping algorithm does not take in account the previous   |
17730                 | line. should find a way to hack this in.                   |
17731                 | or should perhaps combine this with the word wrapping      |
17732                 | patch i wrote in january.                                  |
17733
17734         * src/about.c
17735                 show build parameters for LDAP and JPilot
17736
17737         * src/summaryview.c
17738                 revert Christoph's bugfix for selecting next unread message, 
17739                 because folder stats aren't updated correctly
17740
17741 2001-07-08 [hoa]
17742
17743         * src/filtering.c
17744         * src/mainwindow.c
17745         * src/matcher.c
17746         * src/matcher_parser_lex.l
17747         * src/matcher_parser_parse.y
17748         * src/prefs_filtering.c
17749         * src/prefs_scoring.c
17750         * src/scoring.c
17751                 bugfix of the config file parser
17752
17753 2001-07-08 [alfons]
17754
17755         * src/Makefile.am
17756                 added generated matcher sources to BUILT_SOURCES
17757
17758 2001-07-08 [hoa]
17759
17760         * src/Makefile.am
17761         * src/.cvsignore
17762                 added new config file parser
17763
17764         * src/scoring.[ch]
17765         * src/filtering.[ch]
17766         * src/matcher.[ch]
17767         * src/prefs_filtering.c
17768         * src/prefs_matcher.c
17769         * src/prefs_scoring.c
17770         * added src/matcher_parser.h
17771         * added src/matcher_parser_lex.h
17772         * added src/matcher_parser_lex.l
17773         * added src/matcher_parser_parse.y
17774                 lex & yacc config file parser
17775
17776         * src/mbox.c
17777         * src/inc.c
17778         * src/main.c
17779                 changes prefs_filtering into global_filtering           
17780
17781         * src/summaryview.c
17782                 build threads with subjects only if "Re: " is at the
17783                 beginning of the subject
17784
17785 2001-07-07 [paul]
17786
17787         0.5.0claws
17788
17789         sync with sylpheed 0.5.0
17790                 change of version number only
17791
17792 2001-07-06 [paul]
17793
17794         0.5.0claws5
17795
17796         sync with sylpheed 0.5.0pre5
17797
17798 2001-07-05 [paul]
17799
17800         sync with sylpheed 0.5.0pre4 release
17801                 /po and /manual/ja not sync'ed
17802
17803 2001-07-04 [paul]
17804
17805         more sync with sylpheed 0.5.0pre4
17806
17807 2001-07-03 [christoph]
17808
17809         * src/addressbook.c
17810                 fixed address book broken by address book
17811                 for VCard, JPilot, LDAP
17812
17813 2001-07-03 [alfons]
17814
17815         * src/matcher.c
17816         * src/textview.c
17817                 stopped memory leaks
17818
17819 2001-07-03 [paul]
17820
17821         more sync with sylpheed 0.5.0pre4
17822
17823 2001-07-02 [match]
17824
17825         * included address book patch for VCard, JPilot, LDAP
17826         * pref_common.c - fixed Font options on Display tab (cosmetic)
17827         * alertpanel.c - fixed truncated message
17828
17829 2001-07-02 [christoph]
17830
17831         * src/mbox_folder.c
17832         * src/procmsg.[ch]
17833         * src/summaryview.c
17834                 mark threads for ignoring
17835
17836 2001-07-02 [paul]
17837
17838         0.5.0claws4
17839
17840         * sync with sylpheed 0.5.0pre4
17841                 updated gettext to 0.10.38.
17842
17843 2001-07-01 [paul]
17844
17845         * src/ mainwindow.c
17846         * src/procmsg.h
17847         * src/summaryview.[ch]
17848                 new right-click option: Label.
17849                 substitute for 'Mark-->Mark/Unmark', colours the line.
17850                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17851
17852 2001-07-01 [christoph]
17853
17854         * src/folderview.c
17855                 fixed font for trash
17856         * src/summaryview.c
17857                 move ctree to unread message
17858
17859 2001-07-01 [paul]
17860
17861         * sync with sylpheed 0.5.0pre3 release
17862
17863 2001-06-30 [alfons]
17864
17865         * src/filesel.[ch]
17866         * src/compose.c
17867                 allow inserting / attaching multiple files in
17868                 the composer window
17869
17870 2001-06-30 [paul]
17871
17872         * src/codeconv.c
17873                 small change to Alfons' previous stuff so that it
17874                 actually makes
17875
17876 2001-06-30 [alfons]
17877
17878         * lots of files changed; first attempt to merge the changes
17879           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17880
17881 2001-06-30 [paul]
17882
17883         * po/pt_BR.po
17884                 updated and completed, translations by Fabio
17885                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17886
17887 2001-06-29 [alfons]
17888
17889         * src/compose.c
17890         * src/mimeproc.[ch]
17891                 allow selecting an attached files' mime type from a 
17892                 list of types.
17893
17894 2001-06-29 [paul]
17895
17896         * more sync with sylpheed 0.5.0pre3
17897
17898 2001-06-29 [paul]
17899
17900         * po/pt_BR.po
17901                 merge with sylpheed.pot and pt_BR.po provided by
17902                 Fabio Junior Beneditto.
17903
17904 2001-06-29 [darko]
17905
17906         * src/procmime.c
17907                 make MIME types case insensitive
17908
17909 2001-06-28 [alfons]
17910
17911         * po/nl.po
17912                 merge with sylpheed.pot and old nl.po; translations added.
17913
17914 2001-06-28 [paul]
17915
17916         * more sync with sylpheed 0.5.0pre3
17917
17918 2001-06-27 [alfons]
17919
17920         * src/summaryview.c
17921                 don't crash when removing parent node of messages
17922                 attracted by subject. this was caused by not deleting
17923                 the parent node from the subject line hash table.
17924
17925 2001-06-27 [alfons]
17926
17927         * src/summaryview.c
17928         * src/compose.[ch]
17929         * src/mainwindow.c
17930                 if there are multiple messages selected, allow forwarding
17931                 them as attachments.
17932
17933 2001-06-27 [paul]
17934
17935         * more sync with sylpheed 0.5.0pre3
17936
17937 2001-06-26 [paul]
17938
17939         0.5.0claws3
17940
17941         * sync with sylpheed 0.5.0pre3
17942
17943 2001-06-25 [paul]
17944
17945         * src/mainwindow.c
17946                 fixed 'compose news article' bug
17947                 from icon-and-text toolbar
17948
17949 2001-06-25 [paul]
17950
17951         * sync with sylpheed 0.5.0pre2 release
17952
17953 2001-06-24 [christoph]
17954
17955         * src/prefs_common.c
17956                 bug fix in font selection
17957         * src/folderview.c
17958                 use sylpheed's normal font instead of
17959                 gtk default font for folders without
17960                 new messages
17961
17962 2001-06-24 [alfons]
17963
17964         * src/mainwindow.[ch]
17965                 added composite compose mail / news button (an idea by Leandro
17966                 Pereira <leandro@linuxmag.com.br>)
17967
17968 2001-06-24 [paul]
17969
17970         Added instructions for ldif-to-xml.py
17971
17972         * tools/README
17973
17974 2001-06-23 [alfons]
17975
17976         Some minor things.
17977
17978         * src/pixmaps/stock_news_compose.xpm
17979                 added pixmap by Leandro
17980         * src/prefs_common.c
17981                 tested built-in spelling checker of GCC 3.0 :)
17982         * po/nl.po
17983                 merged dutch translation of sylpheed-main with
17984                 sylpheed.pot
17985
17986 2001-06-23 [paul]
17987
17988         Added tools directory and files.
17989
17990         * tools/filter_conv.pl
17991                 converts old filter system to new filtering system
17992         * tools/ldif-to-xml.py
17993                 converts netscape addressbook to sylpheed addressbook
17994         * tools/README
17995                 descriptions/instructions for above two files
17996
17997 2001-06-23 [christoph]
17998
17999         * src/inc.c
18000         * src/manage_window.[ch]
18001         * src/prefs_common.[ch]
18002                 mail retrieval dialog can be enabled, disabled
18003                 or hidden if non of sylpheed's windows is active
18004
18005 2001-06-22 [paul]
18006
18007         0.5.0claws2
18008
18009         * sync with sylpheed 0.5.0pre2
18010
18011 2001-06-21 [christoph]
18012
18013         * src/summaryview.c
18014                 show recipient on 'from' for all accounts
18015                 
18016         * src/inc.c
18017         * src/prefs_common.[ch]
18018                 disable error popup on mail receive errors
18019
18020 2001-06-21 [alfons]
18021
18022         * src/compose.c
18023                 made the ruler correctly appear and disappear.
18024
18025         * src/Makefile.am
18026                 removed Hoa's work-in-progress-stuff (interesting!) so 
18027                 claws compiles ok.
18028
18029 2001-06-20 [christoph]
18030
18031         * src/inc.c
18032         * src/progressdialog.c
18033                 added scrolled window for list in progressdialog
18034
18035 2001-06-20 [paul]
18036
18037         sync with sylpheed 0.5.0pre1 release
18038
18039 2001-06-20 [christoph]
18040
18041         * src/summeryview.c
18042                 make building threads by subject work when
18043                 thread view is enabled
18044                 
18045         * src/compose.c
18046         * src/prefs_common.[ch]
18047                 automatically select account for mail replys
18048
18049 2001-06-19 [sergey]
18050
18051         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
18052         they are filled in from the account settings.
18053
18054 2001-06-19 [paul]
18055
18056         * more sync with sylpheed 0.5.0pre1
18057
18058 2001-06-18 [alfons]
18059
18060         * src/Makefile.am,
18061           src/procmime.c
18062                 added --sysconfdir to CPPFLAGS for pointing to the correct
18063                 location of mime.types. 
18064
18065                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
18066                 or ./configure!
18067
18068 2001-06-18 [hoa]
18069
18070         * src/summaryview.c
18071                 fixed some bug when building threads
18072
18073 2001-06-18 [pau]l
18074
18075         * src/prefs_account.c
18076                 UI stuff: More changes to the English
18077
18078 2001-06-18 [paul]
18079
18080         * src/pixmaps/stock_news_compose.xpm: new file
18081         * src/Makefile.am
18082         * src/mainwindow.c
18083         * src/summaryview.c
18084                 Added new icon for Hoa's 'compose a news
18085                 message', plus minor improvements to the
18086                 English
18087
18088         * po/ja.po
18089         * ChangeLog
18090         * ChangeLog.jp
18091                 more sync with sylpheed 0.5.0pre1
18092
18093 2001-06-18 [hoa]
18094
18095         * src/compose.[ch]
18096         * src/mainwindow.c
18097                 Follow-up and reply to
18098
18099         * src/summaryview.[ch]
18100                 Build threads also with subjects
18101
18102 2001-06-17 [hoa]
18103
18104         * src/compose.c
18105                 forwarding use the current account.
18106
18107         * src/mainwindow.c
18108                 the "compose message" button has been replaced with
18109                 "new mail" and "new news" buttons
18110
18111         * src/prefs_common.[ch]
18112                 added a configuration option to use the forward button
18113                 as "forward as attachment"
18114                 changed reply and forward format description
18115
18116         * src/quote_fmt_lex.l
18117         * src/quote_fmt_parse.y
18118                 added message with no signature in format for reply
18119                 and forward.
18120
18121 2001-06-17 [paul]
18122
18123         Minor UI stuff
18124
18125         * src/mainwindow.c
18126         * src/summaryview.c
18127                 Improvements to the English
18128
18129         * src/prefs_common.c
18130                 Improvements to the English and some
18131                 clarity/continuity improvements in the
18132                 description of Quote symbols.
18133
18134 2001-06-17 [paul]
18135
18136         0.5.0claws1
18137
18138         * sync with sylpheed 0.5.0pre1
18139
18140 2001-06-17 [hoa]
18141
18142         * src/compose.c
18143                 Better interface for compose, displayed fields
18144                 are updated whenever we change account.
18145                 Newsgroups field is automatically filled.
18146
18147         * src/mainwindow.c
18148                 Newsgroups field is automatically filled.
18149
18150         * src/prefs_account.c
18151                 Some interface stuff when fields appear and
18152                 disappear.
18153
18154 2001-06-16 [paul]
18155
18156         0.4.99claws
18157
18158         * sync with sylpheed 0.4.99
18159
18160 2001-06-16 [sergey]
18161
18162         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
18163         base64_decoder_free, base64_decoder_decode): new object and
18164         functions for decoding base64 streams.
18165         * src/procmime.c (procmime_decode_content): modified to use the
18166         new base64 decoder.
18167
18168 2001-06-15 [paul]
18169
18170         0.4.99claws10
18171
18172         * sync with sylpheed 0.4.99cvs11
18173
18174 2001-06-13 [paul]
18175
18176         0.4.99claws9
18177
18178         * sync with sylpheed 0.4.99cvs9
18179
18180 2001-06-13 [hoa]
18181
18182         * src/compose.c
18183         * src/prefs_account.c
18184
18185                 SMTP server can be defined in the news account
18186                 mime type of attachment are kept.
18187
18188         * src/summaryview.c
18189
18190                 now choose the highest important score between default
18191                 and important score of folder.
18192
18193 2001-06-09 [alfons]
18194         
18195         * src/prefs_common.c: 
18196
18197                 (prefs_quote_description_create): corrected description of 
18198                 quote format characters
18199
18200 2001-06-09 [paul]
18201
18202         0.4.99claws8
18203
18204         * sync with sylpheed 0.4.99cvs8
18205
18206 2001-06-08 [sergey]
18207
18208         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18209         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18210
18211 2001-06-08 [paul]
18212
18213         0.4.99claws7
18214
18215         * sync with sylpheed 0.4.99cvs7
18216
18217 2001-06-06 [sergey]
18218
18219         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18220         clashes with autogenerated header).
18221         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18222         * src/Makefile.am: added quote_fmt.h.
18223         * src/.cvsignore: added lex/yacc autogenerated files
18224         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18225
18226 2001-06-06 [paul]
18227
18228         0.4.99claws6
18229
18230         * sync with sylpheed 0.4.99cvs6
18231
18232 2001-06-06 [hoa]
18233
18234         * added src/quote_fmt_parse.h
18235         * src/compose.c
18236                 removed warnings
18237
18238         * src/prefs.[ch]
18239                 don't modify readonly configuration files
18240
18241         * src/prefs_account.c
18242         * src/prefs_common.c
18243         * src/prefs_customheader.c
18244         * src/prefs_display_header.c
18245         * src/prefs_filter.c
18246         * src/prefs_filtering.c
18247         * src/prefs_scoring.c
18248                 don't open dialog box when configuration files
18249                 are readonly
18250
18251 2001-06-05 [sergey]
18252
18253         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18254
18255         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18256         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18257         BUILT_SOURCES to make all files rebuild properly.
18258
18259         * src/compose.c: removed #include "quote_fmt.tab.h".
18260
18261         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18262         CHARACTER value in yylval.
18263
18264         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18265         receive CHARACTER value by documented means (yylval).
18266
18267         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18268
18269 2001-06-05 [hoa]
18270
18271         * src/Makefile.am
18272                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18273
18274         * src/filtering.c
18275         * src/matcher.c
18276         * src/matcher.h
18277         * src/prefs_filtering.c
18278                 now keep the configuration for execute action
18279
18280         * src/mbox_folder.c
18281                 fixed a warning
18282
18283 2001-06-05 [paul]
18284
18285         * sync with sylpheed 0.4.99cvs5
18286
18287 2001-06-05 [hoa]
18288
18289         * src/Makefile.am
18290                 added quote_fmt.[ch]
18291
18292         * added src/quote_fmt.y
18293         * added src/quote_fmt.l
18294         * added src/quote_fmt.tab.h
18295         * added src/quote_fmt.tab.c
18296         * added src/lex.quote_fmt.c
18297                 parsing configuration for replying
18298                 and forwarding
18299
18300         * src/prefs_common.[ch]
18301                 added configuration UI for replying
18302                 and forwarding
18303
18304         * src/compose.c
18305                 using configuration for replying
18306                 and forwarding
18307
18308 2001-06-04 [hoa]
18309
18310         * src/filtering.c
18311         * src/matcher.c
18312         * src/matcher.h
18313         * src/prefs_filtering.c
18314         * src/prefs_matcher.c
18315         * src/prefs_matcher.h
18316                 action "run a command" for filtering
18317                 and matching with a command.
18318                 fixed the "whole message" matching
18319
18320         * src/mbox_folder.c
18321                 changed temporary filename for security
18322
18323         * src/messageview.c
18324                 queue the notification if it fails to send.
18325
18326         * src/prefs_common.c
18327         * src/prefs_folder_item.c
18328                 changed the default important score             
18329
18330         * src/prefs_scoring.c
18331         * src/scoring.c
18332                 hide kill score input when the folder is not
18333                 a newsgroup
18334
18335 2001-06-03 [alfons]
18336
18337         * src/prefs_common.c:
18338
18339                 (prefs_font_select): pass font name in font entry box to font
18340                 selection dialog.
18341
18342 2001-06-03 [sergey]
18343
18344         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18345
18346 2001-06-03 [paul]
18347
18348         * sync with sylpheed 0.4.99cvs4
18349
18350 2001-06-03 [alfons]
18351
18352         * src/headerwindow.c:
18353
18354                 (headerwindow_show_cb): use the selected summary view item, not
18355                 the displayed item.
18356
18357 2001-06-02 [alfons]
18358
18359         * src/headerwindow.c:
18360
18361                 (headerwindow_show_cb): always try to show msginfo
18362
18363 2001-06-02 [hoa]
18364
18365         * src/compose.c
18366                 keep attached parts when reediting or forwarding.
18367
18368 2001-06-01 [hoa]
18369
18370         * src/folderview.c
18371         * src/prefs_folder_item.[ch]
18372         * src/prefs_scoring.[ch]
18373         * src/scoring.[ch]
18374         * src/summaryview.[ch]
18375         * src/main.c
18376         * src/mainwindow.c
18377         * src/prefs_common.[ch]
18378                 support for folder scoring
18379                 kill score and important score for messages
18380         
18381         * src/prefs_account.c
18382                 some display bug fixed for local account
18383                 preferences
18384
18385 2001-05-31 [alfons]
18386
18387         * src/summaryview.c:
18388
18389                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18390                 sender to address book menu item is disabled.
18391
18392 2001-05-30 [hoa]
18393
18394         * src/filtering.[ch]
18395         * src/summaryview.c
18396                 handling summary menu / filter messages
18397
18398         * src/folder.[ch]
18399                 add some stuff
18400
18401         * src/foldersel.c
18402                 imap folders now appears in list
18403
18404         * src/mbox_folder.c
18405                 doesn't crash if destination mail is not writeable
18406
18407 2001-05-29 [hoa]
18408
18409         * src/compose.c
18410                 removed some warnings
18411
18412         * src/filtering.c
18413         * src/folder.[ch]
18414         * src/prefs_filtering.c
18415                 global string to identify any folders           
18416                 removed some debug info
18417                 filtering to mbox folders is now possible
18418
18419         * src/mainwindow.c
18420                 removed some warnings
18421
18422         * src/mbox_folder.c
18423                 permission on files are changed to read/write for user only,
18424                 nothing for other.
18425                 creation of subfolder is handled better.
18426
18427 2001-05-28 [alfons]
18428
18429         Verified the sync for src/prefs_common.[ch] and
18430         src/prefs_account.[ch]. I believe there were some
18431         minor indentation differences.
18432
18433 2001-05-28 [paul]
18434
18435         0.4.99claws3
18436
18437         * sync with 0.4.99cvs3
18438
18439 2001-05-28 [hoa]
18440
18441         * src/compose.c
18442                 handling flags for mbox format
18443
18444         * src/filtering.c
18445                 use of mark file only for MH format
18446                 handling flags for mbox format
18447                 filtering cannot yet move or copy mails to mbox folders.
18448
18449         * src/folder.[ch]
18450                 changed move_msg, copy_msg,
18451                 move_msgs_with_dest, copy_msgs_with_dest functions
18452                 uses only folder->copy_msg() function
18453                 uses folder->finished_copy() to handle the destination
18454                 folder at the end of the copy or move operation.
18455
18456         * src/foldersel.c
18457                 included mbox directories.
18458
18459         * src/folderview.[ch]
18460         * src/mainwindow.c
18461                 handle folders operation for mbox format
18462
18463         * src/mbox.c
18464                 disable conversion of "From " header
18465
18466         * src/mbox_folder.[ch]
18467                 completion of mbox format handling
18468
18469         * src/mh.c
18470                 changed mh_copy_msg() function and
18471                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18472                 mh_copy_msgs_with_dest()
18473
18474         * src/prefs_filtering.c
18475                 removed some warnings
18476
18477         * src/prefs_matcher.c
18478                 default boolean operation is AND
18479
18480         * src/procheader.c
18481                 handling flags for mbox format
18482                 handling of "From " header
18483
18484         * src/procmsg.[ch]
18485                 removed data field
18486                 added MSG_REALLY_DELETED flags to handle deletion of
18487                 messages in mbox format.
18488
18489         * src/summaryview.c
18490                 handling flags for mbox format
18491                 disable the MSG_DELETED flags when messages
18492                 are deleted in mbox format
18493
18494         * src/textview.c
18495                 "From " headers display fixed.
18496
18497 2001-05-27 [alfons]
18498
18499         * src/textview.c:
18500                 
18501                 (get_email_part): skip quoted email addresses, like in e.g.
18502                 "'alfons@proteus.demon.nl'".
18503
18504 2001-05-26 [alfons]
18505
18506         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18507         and fixing the persistence troubles when using separate windows.
18508
18509         * src/mainwindow.c:
18510         
18511             Added #define SEPARATE_ACTION used in the gtk item factory for 
18512             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18513                 use gtk_item_factory_get_widget_by_action() to get the items.
18514                 
18515             Removed separate_widget_cb from the gtk item factory data   
18516           
18517             (mainwindow_create): connect separate_widget_cb() to check
18518             menu item "toggled" signal. also passing a MainWindow pointer
18519                 as object data for both check menu items.
18520                 
18521             (separate_widget_cb): definition of separate_widget_cb() to match
18522             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18523                 window using gtk_object_get_data(). The type of window separation 
18524                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18525         
18526         * src/prefs_filtering.c,
18527           src/prefs_matcher.c: added horizontal scrollbars
18528
18529 2001-05-25 [darko]
18530
18531         * src/headerview.c
18532                 fix segfault with invalid bold font
18533         * src/summaryview.c
18534                 correctly display summary stats after row is marked
18535
18536 2001-05-23 [sergey]
18537
18538         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18539         encodings with libjconv.
18540
18541 2001-05-23 [hoa]
18542
18543         * src/Makefile.am
18544                 added mbox_folder.[ch]
18545         * src/defs.h
18546                 mbox temporary folder
18547         * src/folder.[ch]
18548         * added src/mbox_folder.[ch]
18549         * src/folderview.c
18550         * src/procheader.[ch]
18551                 added mbox support
18552         * src/mbox.c
18553                 bugfix for file incorporation filtering
18554         * src/imap.c
18555                 enable creation of MBOX
18556         * src/prefs_display_header.c
18557                 enable use of headers like "From "
18558                 something that should be fixed :
18559                         displaying of such headers add an extra space
18560         * src/prefs_folder_item.c
18561                 don't create folders because it is not necessary
18562         * src/procmsg.h
18563                 added data field to MsgInfo for mbox internal use
18564         * src/summaryview.c
18565                 added some support for mbox
18566         * src/utils.[ch]
18567                 added get_mbox_cache_dir() function
18568
18569 2001-05-23 [hiroyuki]
18570
18571         * src/headerwindow.c
18572           src/inc.c
18573           src/main.c
18574           src/mh.c
18575           src/nntp.c
18576           src/procmsg.h
18577           src/session.h
18578           src/socket.[ch]
18579           src/summaryview.c
18580           src/textview.c
18581           src/automaton.c
18582           src/folderview.c: more sync with 0.4.99cvs2.
18583
18584         * src/headerwindow.c: reverted.
18585
18586 2001-05-22 [paul]
18587
18588         0.4.99claws2
18589
18590         * sync with sylpheed 0.4.99cvs2
18591                 * src/news.[ch]
18592                 * src/nntp.[ch]
18593                 * INSTALL
18594                 * INSTALL.jp
18595
18596 2001-05-22 [alfons]
18597
18598         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18599
18600 2001-05-21 [alfons]
18601
18602         Minor things:
18603
18604         * configure.in: if gnome-config not found, "no" is displayed
18605         
18606         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18607
18608         * src/textview.c: now also possible to add mail addresses by right
18609           clicking in the text view
18610
18611         * src/codeconv.c: merged patch which fixes endless loop when encountering
18612           invalid wide characters; from Alte <010@imis.ru>  
18613
18614 2001-05-20 [alfons]
18615
18616         Added installation of gnome specific things:
18617
18618         * Makefile.am: gnome conditional
18619
18620         * configure.in: check for installed gnome
18621
18622         * added sylpheed.png, sylpheed.desktop
18623
18624 2001-05-20 [sergey]
18625
18626         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18627
18628         * src/mainwindow.h (main_window_toolbar_create): created a button
18629         for "Reply to all".
18630         (main_window_set_toolbar_sensitive): enable/disable the new button
18631         appropriately.
18632         (toolbar_reply_to_author_cb): handle the new button.
18633
18634         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18635         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18636         failure).
18637
18638 2001-05-19 [sergey]
18639
18640         * src/compose.h (ComposeReplyMode): new modes
18641         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18642         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18643
18644         * src/compose.c
18645         (compose_send): move some code into a new function:
18646         (compose_current_mail_account): new function.
18647         (compose_reply): new argument to_author, all callers changed; if
18648         to_author==TRUE and account->protocol==A_NNTP, find and use an
18649         appropriate mail account for replying.
18650         (compose_reply_set_entry): new argument to_author; ignore
18651         compose->replyto if to_author==TRUE.
18652
18653         * src/mainwindow.c: new command "Message/Reply to author".
18654         (main_window_set_menu_sensitive): enable/disable it.
18655         (reply_cb): handle it.
18656
18657         * src/summaryview.c: new command "Reply to author".
18658         (summary_set_menu_sensitive): enable/disable it.
18659         (summary_reply_cb): handle it.
18660
18661         * src/account.c (account_find_mail_from_address): new function.
18662
18663 2001-05-18 [paul]
18664
18665         0.4.99claws1
18666
18667         * sync with sylpheed 0.4.99cvs1
18668
18669 2001-05-18 [hoa]
18670
18671         * src/compose.[ch]
18672         * src/filtering.c
18673         * src/summaryview.c
18674                 new filtering action : forward and forward as attachment
18675
18676         * src/main.c
18677                 no need for $DISPLAY when we run sylpheed --help
18678                 call to parse_cmd_opt() is moved
18679
18680         * src/mainwindow.[ch]
18681                 execute button is hidden when immediate execute
18682                 is chosen
18683
18684         * src/mh.c
18685         * src/news.c
18686         * src/prefs_folder_item.c
18687         * src/procmsg.c
18688                 better handling of missing directories
18689
18690         * src/summaryview.c
18691                 reedit is enabled in outbox
18692                 reedit is enabled in queue
18693
18694 2001-05-17 [hoa]
18695
18696         * src/filtering.c
18697         * src/matcher.[ch]
18698         * src/prefs_filtering.c
18699                 changed attachement into attachment
18700
18701 2001-05-17 [alfons]
18702
18703         0.4.67claws4    
18704
18705         * sync with sylpheed 0.4.67cvs9
18706         * sync with sylpheed 0.4.67cvs7-8
18707
18708 2001-05-17 [hoa]
18709
18710         * src/Makefile.am
18711                 added prefs_filtering.c
18712
18713         * src/filtering.[ch]
18714         * src/matcher.[ch]
18715                 removed action : forward_news and forward_news_as_attachement
18716                 (forward and forward_as_attachement can be used instead)
18717
18718         * src/mainwindow.c
18719                 added menu option to access filtering configuration
18720
18721         * src/prefs_account.c
18722                 changed mail_command default to /usr/sbin/sendmail
18723
18724         * added src/prefs_filtering.[ch]
18725                 dialog box for filtering configuration
18726
18727         * src/prefs_matcher.c
18728                 added function prefs_matcher_get_criteria_from_matching()
18729
18730         * src/prefs_scoring.c
18731                 reset the dialog when register or substitute is clicked
18732
18733 2001-05-15 [hoa]
18734
18735         * src/Makefile.am
18736                 added filtering.[ch]
18737         * src/inc.c
18738                 using filering.[ch] instead of filter.[ch]
18739         * src/main.c
18740                 reading new filtering configuration
18741         * src/matcher.[ch]
18742                 added some filtering actions
18743                 and fixed a bug for headers and mail body matching
18744         * src/mbox.c
18745                 using filering.[ch] instead of filter.[ch]
18746         * src/mh.c
18747                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18748         * src/summaryview.c
18749                 some fixes for filtering
18750
18751 2001-05-14 [hiroyuki]
18752
18753         * src/send.c: fixed some weird indentations.
18754           send_message_with_command(): call pclose() only if p != NULL.
18755         * src/textview.c: get_email_part(): modified the code for readability.
18756
18757 2001-05-14 [hiroyuki]
18758
18759         * src/md5global.h
18760           src/md5ify.c
18761           src/md5ify.h: removed from the cvs.
18762
18763 2001-05-13 [sergey]
18764
18765         * src/main.c: include rfc2015.h to avoid compiler warnings.
18766         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18767         the panel is already on screen.
18768         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18769         closing the alert window by ESC as "No".
18770         * src/prefs_common.c (prefs_interface_create): moved return
18771         receipt check button to the correct place.
18772
18773 2001-03-13 [alfons]
18774
18775         * src/prefs_common.c: 
18776                 moved return receipt check button to the Send tab. (prefs_send_create)
18777                 removed the date format ui related globals. (prefs_display_create)
18778
18779         0.4.67claws3
18780         
18781         * sync with sylpheed 0.4.67cvs5-6
18782
18783 2001-05-13 [paul]
18784
18785         * added Alfons' font selection patch
18786
18787         * src/defs.h
18788         * src/headerwindow.c
18789         * src/prefs_common.c
18790         * src/prefs_common.h
18791
18792 2001-05-13 [hoa]
18793         * src/defs.h
18794                 changed version of cache
18795         * src/matcher.[ch]
18796         * src/prefs_matcher.c
18797                 added additionnal matching criteria
18798         * src/procheader.c
18799         * src/procmsg.[ch]
18800         * src/news.c
18801                 added references in MsgInfo
18802
18803 2001-05-12 [hoa]
18804
18805         * src/defs.h
18806                 prepared some things for new filtering
18807         * src/matcher.[ch]
18808                 added some matching properties
18809                 inreplyto need to be enhanced
18810                 prepared some things for new filtering
18811         * src/messageview.c
18812                 added Return-Receipt-To handling
18813         * src/prefs_folder_item.c
18814                 changed default value to TRUE
18815         * src/prefs_matcher.c
18816                 added some matching properties
18817         * src/prefs_scoring.[ch]
18818                 the scoring dialog is finished
18819         * src/procheader.c
18820                 added Return-Receipt-To handling
18821                 Reference need to be added
18822         * src/procmsg.[ch]
18823                 added Return-Receipt-To handling
18824                 added threadscore to get a better score sorting when
18825                 threads are enabled
18826         * src/summaryview.c
18827                 suppressed a bug when we sort the list
18828                 when no folder is opened.
18829                 better score sorting when threads are enabled
18830
18831 2001-05-12 [alfons]
18832
18833         * reverted previous patch because of potential errors 
18834
18835         0.4.67claws2
18836         
18837         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18838                 applied "toggle mail-retrieval dialog window" patch submitted 
18839                 by Eric Limpens <eric@qnt.net>
18840
18841         * sync with sylpheed 0.4.67cvs4
18842
18843 2001-05-12 [sergey]
18844
18845         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18846         some picky compilers.
18847         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18848         * src/grouplist_dialog.c: include alertpanel.h.
18849         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18850         fix compile warning.
18851         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18852         #include "defs.h" before others to prevent the warning of `MIN'
18853         and `MAX' redefinition.
18854
18855 2001-05-11 [hoa]
18856
18857         * src/main.c
18858         * src/messageview.c
18859         * src/prefs_account.c
18860         * src/prefs_display_header.c
18861                 removed warning
18862         * src/Makefile.am
18863                 added prefs_scoring.[ch]
18864         * src/grouplist_dialog.c
18865                 display an error dialog box if the group list
18866                 cannot be fetched.
18867         * src/mainwindow.[ch]
18868                 added main_window_set_thread_option() function
18869                 scoring dialog box enabled
18870         * src/matcher.[ch]
18871                 added flags matching unread /new / marked
18872                 / deleted / replied / forwarded
18873         * src/news.c
18874                 newsgroups are now finally in newscache
18875         * src/prefs_matcher.[ch]
18876                 finished preferences for matching dialog
18877         * added src/prefs_scoring.[ch]
18878                 scoring dialog box completed
18879         * src/scoring.[ch]
18880                 conversion to string : added scoringprop_to_string()
18881                 write config for preferences :
18882                 added prefs_scoring_write_config()
18883         * src/summaryview.c
18884                 threads can be enabled/disabled independently
18885                 for each folder
18886
18887 2001-05-10 [alfons]
18888
18889         0.4.67claws1
18890         
18891         * AUTHORS: 
18892                 thought it would be nice to have a list of all
18893                 contributors (used Changelog as a reference)
18894         
18895         * configure.in: 
18896                 messed up version numbering...
18897
18898         0.4.66claws1
18899
18900         * sync with sylpheed 0.4.67cvs1-3
18901
18902 2001-05-10 [darko]
18903
18904         * src/prefs_common.c:
18905                 better UI for strftime format, double clicking
18906                 on format now inserts the format in text entry
18907                 replaced close button with standard OK/Cancel
18908                 moved date format button to the right of the
18909                 text entry field
18910
18911 2001-05-09 [alfons]
18912
18913         * src/gtkstext.c:
18914                 Ctrl-Home / Ctrl-End have proper cursor navigation
18915
18916 2001-05-09 [hoa]
18917
18918         * src/prefs_matcher.c
18919                 finished UI to define matching properties
18920                 added ok and cancel button
18921         * src/prefs_filter.c
18922                 added ok and cancel button
18923         * src/news.c
18924                 fixed some bug in xhdr parsing
18925
18926 2001-05-08 [alfons]
18927
18928         * src/textview.c: 
18929                 fixed a bug in textview_show_header(), which displayed two colons (':');
18930                 cleaned up some warnings
18931
18932 2001-05-08 [hoa]
18933
18934         * src/Makefile.am
18935                 added prefs_matcher.[ch]
18936                 compilation with -W -Wall
18937         * src/alertpanel.c
18938                 ungrab the mouse events if grabbed - does it
18939                 fix the bug for disposition notification ?
18940         * src/mainwindow.c
18941                 added a menu option to open the matching dialog.
18942         * src/matcher.[ch]
18943                 added matcherprop_to_string() and matcherlist_to_string()
18944                 fixed some bugs, changed the name of some options
18945                 age_sup and age_inf becomes age_greater and age_lower,
18946                 body and messageheaders becomes body_part and headers_part,
18947                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18948         * src/prefs_display_header.c
18949         * src/prefs_headers.c
18950                 fixed a bug that accidentally destroyed dialogs
18951                 when closed them with delete_event
18952                 Added *_deleted() which handle delete_event signal correctly.
18953         * src/prefs_folder_item.[ch]
18954                 added "enable_thread" field for future customization
18955         * added src/prefs_matcher.[ch]
18956                 sample of the UI to define matching properties
18957         * src/procheader.c
18958                 using procheader_headername_equal instead of str*cmp functions
18959                 using procheader_parse_header() function
18960         * src/scoring.c
18961                 using MATCHING_XXX instead of SCORING_XXX
18962         * src/summaryview.c
18963                 display the sender of the news even if this is ourself
18964                 when this is a news message.
18965         * src/textview.c
18966                 using headername_equal() instead of str*cmp functions
18967
18968 2001-05-08 [alfons]
18969
18970         0.4.66claws
18971
18972         * sync with sylpheed 0.4.66
18973         * src/gtkstext.c: trace logs added 
18974
18975 2001-05-08 [sergey]
18976
18977         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18978         signature check popup.
18979         * src/rfc2015.c (check_signature): show signature check popup only
18980         if it is enabled in preferences.
18981
18982 2001-05-07 [alfons]
18983
18984         0.4.66claws4
18985         
18986         * sync with sylpheed 0.4.66cvs6
18987
18988 2001-05-07 [darko]
18989
18990         * src/prefs_common.[ch]: added option to enable/disable
18991           looking up sender name in address book for summary pane
18992         * src/summaryview.c: look up sender in the address book
18993           by using Alfons' address completion code
18994
18995 2001-05-07 [hiroyuki]
18996
18997         * src/inc.h
18998           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18999           member of Pop3State.
19000         * src/news.c: brought #include "defs.h" before #include <glib.h>
19001           to prevent the warning of `MIN' and `MAX' redefinition.
19002
19003 2001-05-06 [hoa]
19004
19005         * removed src/headers_display.[ch]
19006         * removed src/prefs_display_headers.[ch]
19007         * src/inc.c
19008                 use a temporary file in the user directory for mbox import
19009         * src/news.c
19010                 added XHDR support to get "To" and "Cc" headers
19011                 (in order to match news with to or cc field for
19012                 scoring)
19013                 added function news_parse_xhdr() to get XHDR response
19014         * src/nntp.[ch]
19015                 added function nntp_xhdr()
19016         * src/matcher.c
19017                 fetch the message if necessary
19018
19019 2001-05-06 [alfons]
19020
19021         0.4.66claws3
19022
19023         * sync with sylpheed 0.4.66cvs3-5
19024
19025 2001-05-06 [hoa]
19026
19027         * src/utils.[ch]
19028                 added function itos_buf() to enable use of several buffers
19029         * src/summaryview.c
19030                 use of itos_buf() instead of itos() in summary list
19031                 to fix the broken display of message number.
19032
19033 2001-05-06 [alfons]
19034
19035         * src/gtkstext.c: bug in cursor up navigation fixed,
19036                 fixed another unsigned / signed comparison (we're getting there :-)
19037
19038 2001-05-06 [hoa]
19039
19040         * src/Makefile.am
19041                 added scoring.c scoring.h
19042                 prefs_folder_item.c prefs_folder_item.h
19043                 matcher.c matcher.h
19044         * src/defs.h
19045                 added FOLDERITEM_RC SCORING_RC
19046         * src/folder.[ch]
19047                 added prefs field in FolderItem :
19048                 properties for each folder (PrefsFolderItem),
19049                 sorting type and mode were added as the first properties.
19050         * src/main.c
19051                 read config for scoring
19052         * added src/matcher.[ch]
19053                 gives functions to parse configuration file to do
19054                 matching on mails with a list of conditions.
19055         * src/mainwindow.c
19056                 add option to sort by score
19057         * src/prefs_common.[ch]
19058                 added preference option to show score and for
19059                 the score column size
19060         * added src/prefs_folder_item.[ch]
19061                 properties for each folder (PrefsFolderItem),
19062                 sorting type and mode were added as the first properties.
19063         * src/procheader.[ch]
19064                 added procheader_parse_header()
19065                 added procheader_header_free()
19066                 added procheader_headername_equal()
19067                 and made modification to use them.
19068         * src/procmsg.[ch]
19069                 added score field to MsgInfo structure
19070         * added src/scoring.[ch]
19071                 gives functions to parse configuration file to do
19072                 scoring on mails with a list of conditions.
19073         * src/summaryview.[ch]
19074                 save the sorting type and mode for the folder
19075                 added column to display the score of the mail
19076                 added function summary_score_clicked()
19077                 sorting type and mode are restored to the folder
19078                 when it is reopen
19079         * src/textview.c
19080                 use procheader_parse_header(), procheader_headername_equal()
19081                 removed memory leak in text_scan_header when freeing headers
19082         * src/filter.c
19083                 changed the function to match names of headers
19084                 using procheader_headername_equal()
19085
19086         Scoring functions are implemented, an interface is needed
19087         to configure that.
19088
19089 2001-05-04 [alfons]
19090
19091         * src/gtkstext.c: 
19092                 hopefully fixed the row up navigation bug,
19093                 removed adding back / forward lines to cache
19094
19095 2001-05-04 [sergey]
19096
19097         * src/prefs_display_headers.c: user interface changes:
19098         (prefs_display_headers_create): remove unused "Show" check button;
19099         allow reordering of headers by dragging.
19100         (prefs_display_headers_write_config): remove unused variables.
19101         (prefs_display_headers_set_dialog): do not insert "(New)" at top
19102         of lists (not needed with the new UI).
19103         (prefs_display_headers_set_list): scan lists starting from row 0,
19104         not 1 (do not skip "(New)").
19105         (prefs_display_headers_find_header): new function.
19106         (prefs_display_headers_clist_set_row): do not allow duplicates.
19107         (prefs_display_headers_delete_cb): do not skip row 0; treat
19108         closing the alert window by ESC as "No".
19109         (prefs_display_headers_up): do not protect row 0.
19110         (prefs_display_headers_down): do not protect row 0.
19111
19112 2001-05-04 [sergey]
19113
19114         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
19115         functions.
19116
19117         * src/summaryview.c
19118         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
19119         summary_select_next_marked, summary_select_prev_marked): new
19120         functions.
19121
19122 2001-05-03 [sergey]
19123
19124         * src/news.c: fixed a bug when no article can be fetched after
19125         server timeout if the connection was restored by news_post():
19126         (news_select_group): new function.
19127         (news_fetch_msg): call news_select_group() before fetching
19128         article.
19129         (news_get_uncached_articles): set session->group after successful
19130         GROUP command.
19131
19132 2001-05-03 [hoa]
19133
19134         * src/defs.h
19135         * src/procmsg.[ch]
19136         * src/procheader.c
19137                  changed version of cache, added cc field
19138
19139         * src/prefs_display_headers.c
19140                 the interface was changed
19141
19142         * src/prefs_headers.c
19143                 added cancel button
19144
19145 2001-05-03 [alfons]
19146
19147         * completed sync of sylpheed cvs2
19148         * src/gtkstext.c: updated row up / down cursor navigation
19149         * src/textview.c: re-edited, prepared for fixing the email address
19150                 scanner.
19151
19152 2001-05-03 [darko]
19153
19154         * src/prefs_common.c: use alfons' strftime ui code
19155         entry_datefmt and datefmt_sample widgets have to be
19156         global in this module because of this change
19157
19158 2001-05-03 [hoa]
19159
19160         * src/messageview.c
19161         * src/prefs_common.[ch] added option to activate the return receipt
19162                 feature.
19163
19164 2001-05-02 [alfons]
19165
19166         * src/gtkstext.c: fix for row up/down cursor navigation. 
19167
19168         0.4.66claws2
19169         
19170         * sync with 0.4.66cvs2
19171
19172 2001-05-02 [paul]
19173
19174         added add-sender-to-addressbook patch
19175
19176         * src/addressbook.c
19177         * src/addressbook.h
19178         * src/summaryview.c
19179
19180 2001-05-02 [sergey]
19181
19182         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
19183         G_ALERTDISABLE.
19184
19185         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19186         all existing callers changed to pass FALSE; create a check button
19187         to disable the message.
19188         (alertpanel_message_with_disable): new function.
19189         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19190         (alertpanel_button_toggled): new function.
19191         (alertpanel_button_clicked, alertpanel_close): set value using
19192         G_ALERT_VALUE_MASK.
19193
19194         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19195
19196         * src/prefs_common.c (prefs_privacy_create): new check button
19197         checkbtn_gpgme_warning.
19198
19199         * src/main.c (main): moved preferences reading before gpgme
19200         initialization; check prefs_common.gpgme_warning before giving the
19201         GnuPG warning and set it to FALSE if the user wants to disable the
19202         warning.
19203
19204 2001-05-02 [hiroyuki]
19205
19206         * src/prefs_display_headers.c: modified the layout and some labels.
19207
19208 2001-05-02 [sergey]
19209
19210         * src/prefs_account.c (prefs_account_fix_size): new function.
19211         (prefs_account_create): call prefs_account_fix_size(); use
19212         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19213         size when the window is shown for the first time).
19214         (prefs_account_basic_create): changed layout of serv_table; moved
19215         localmbox_entry above smtpserv_entry (logically it replaces
19216         POP3/IMAP server).
19217         (prefs_account_protocol_activated): set sensitivity of
19218         nntpauth_chkbtn according to the protocol (in addition to
19219         hide/show); commented out gtk_table_set_row_spacing() calls.
19220         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19221         not sensitive (fixes a bug with disabled username/password boxes
19222         when editing POP3 account after NNTP with authentication).
19223
19224 2001-05-02 [hoa]
19225
19226         * src/account.c
19227         * src/inc.c
19228         * src/prefs_account.[ch]
19229         * src/send.c
19230                 removed local account without SMTP server
19231                 added option to use mail command instead of a connexion
19232                 to SMTP server when a local account is used
19233         * src/prefs_headers.c
19234                 fixed a bug
19235         * src/news.c
19236                 fixed a bug when connexion immediately closed
19237
19238 2001-05-01 [alfons]
19239
19240         0.4.66claws1
19241         
19242         * sync with 0.4.65
19243
19244 2001-05-01 [sergey]
19245
19246         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19247         widget nntpauth_chkbtn.
19248         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19249         visibility.
19250         (prefs_account_nntpauth_toggled): new function.
19251
19252         * src/news.c (news_session_new_for_folder): use NNTP
19253         authentication only if ac->use_nntp_auth is set.
19254
19255 2001-05-01 [hoa]
19256
19257         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19258         * src/prefs_display_headers.c changed the UI
19259         * src/prefs_headers.c changed account_name to account_id
19260         * src/compose.c using customheader.h
19261
19262 2001-05-01 [hiroyuki]
19263
19264         * src/esmtp.c
19265           src/news.c
19266           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19267           unsynched.
19268
19269 2001-05-01 [hoa]
19270
19271         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19272         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19273                 for displaying of headers
19274         * src/grouplist_dialog.[ch] minor changes to remove warnings
19275         * src/prefs_display_headers.[ch] dialog to choose the
19276         headers to display in the mail viewer.
19277         * src/headers.h correction of #define
19278         * src/headers_display.[ch] configuration for displaying of headers.
19279         * src/main.c read config of displaying of headers
19280         * src/prefs_common.c add a button to access the config dialog
19281                 for displaying of headers
19282         * src/prefs_display_headers.[ch] dialog for configuration for
19283                 displaying of the headers.
19284         * src/prefs_headers.c cleaning of code
19285         * src/procheader.c comments added to code
19286         * src/textview.c changes to reorder the headers depending
19287                 on the config for displaying of headers
19288
19289 2001-04-30 [alfons]
19290
19291         0.4.65claws7
19292
19293         * sync with 0.4.65cvs12
19294
19295         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19296
19297 2001-04-30 [sergey]
19298
19299         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19300
19301         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19302         is set to force reconnection after authentication failure.
19303         (nntp_gen_command): set sock->auth_failed on authentication
19304         failure, or if sock->userid and sock->passwd are not set.
19305
19306         * src/news.c (news_session_new_for_folder): set userid=NULL if
19307         password dialog is cancelled.
19308
19309 2001-04-30 [sergey]
19310
19311         * src/nntp.h (NNTPSockInfo): new type.
19312
19313         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19314         SockInfo.
19315         (nntp_open_auth, nntp_close): new functions.
19316         (nntp_gen_command): new function to handle authentication; all
19317         NNTP command functions updated to use it.
19318         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19319         (nntp_list): removed old useless code.
19320
19321         * src/news.h (NNTPSession): new field nntp_sock.
19322
19323         * src/news.c: all functions updated to use NNTPSockInfo instead of
19324         SockInfo.
19325         (news_session_new): new arguments (userid, passwd); made static;
19326         use nntp_open_auth() if needed.
19327         (news_session_destroy): use nntp_close() instead of sock_close().
19328         (news_query_password): changed arguments.
19329         (news_session_new_for_folder): new function.
19330         (news_session_get): use news_session_new_for_folder().
19331         (news_authenticate): deleted.
19332         (news_get_uncached_articles): removed old authentication code.
19333
19334 2001-04-30 [sergey]
19335
19336         * src/news.c: reverted my previous changes (need to do NNTP
19337         authentication in a cleaner way).
19338         
19339 2001-04-29 [sergey]
19340
19341         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19342         news_nntp_post, news_nntp_mode): new functions (wrappers with
19343         authentication support).
19344         (news_get_article_cmd, news_get_article, news_get_header): new
19345         argument "folder"; all callers changed.
19346         (news_get_article_cmd): added authentication support.
19347         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19348         (news_post): use news_nntp_post() instead of nntp_post().
19349         (news_get_uncached_articles): use news_nntp_group() instead of
19350         nntp_group() and news_nntp_xover() instead of nntp_xover();
19351         removed old authentication code.
19352         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19353
19354         * src/nntp.c (nntp_list): return real error code instead of
19355         hardcoded NN_ERROR.
19356
19357 2001-04-29 [sergey]
19358
19359         * configure.in: fixed wint_t typedef detection again
19360
19361 2001-04-28 [hoa]
19362
19363         * src/prefs_account.[ch], added A_LOCAL_CMD
19364                 (send mail with mail command)
19365         * src/send.c added function send_message_with_command()
19366         * src/inc.c made a more secure get_spool() function with
19367                 mktemp() but maybe mkstemp() or something more
19368                 secure can be used.
19369
19370 2001-04-28 [alfons]
19371
19372         * src/textview.c, colorization of email addresses in headers
19373
19374         0.4.65claws6
19375
19376         * bug sync with sylpheed
19377         * prefs_common.c: created date format ui for darko
19378         * sync with 0.4.65cvs11
19379         * configure.in: corrected to have the new gpg checks
19380
19381 2001-04-27 [alfons]
19382
19383         * completed sync with 0.4.65cvs10
19384         * minor debug things added to gtkstext.c
19385
19386 2001-04-27 [darko]
19387
19388         * configure.in: remove check for availability of
19389           strftime() as advised by Hiroyuki
19390         * src/prefs_common.[ch], src/procheader.c:
19391           synch strftime() code with Hiroyki's main branch
19392
19393 2001-04-26 [sergey]
19394
19395         * src/news.c: news_query_password(), news_authenticate(): new
19396           functions.
19397           news_get_uncached_articles(): added NNTP authentication
19398           handling.
19399         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19400           new functions.
19401         * src/prefs_account.c: prefs_account_protocol_activated():
19402           enable userid and password fields for NNTP.
19403
19404 2001-04-26
19405
19406         * configure.in: check for availability of strftime()
19407           [darko]
19408         * src/prefs_common.[ch], src/procheader.c: use
19409           strftime() for displaying date in summary pane if it
19410           is available
19411
19412 2001-04-25
19413
19414         * more .cvsignore cleanups [alfons]
19415
19416 2001-04-25
19417
19418         * ac/sv-check-type.m4: new autoconf macro.
19419         * configure.in: fixed wint_t typedef detection (did not work
19420           with gcc-2.96).
19421
19422 2001-04-25
19423
19424         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19425           [hiroyuki]
19426
19427 2001-04-24
19428         * modified gtkstext.c : buggy cursor navigation fixed, 
19429           and font descent also taken in account when drawing
19430           cursor. [alfons]
19431
19432 2001-04-24 [hoa]
19433         * added comments in src/news.c src/nntp.c
19434         * added src/prefs_headers.[ch]
19435         * added src/headers.[ch]
19436         * modified compose.c to activate custom headers
19437                 added function is_in_custom_headers
19438         * modified prefs_account.[ch]
19439                 added function prefs_account_customhdr_edit
19440         * modified src/defs.h :
19441                 added HEADERS_RC : name of the config file
19442                 for the custom headers
19443
19444 2001-04-24
19445
19446     0.4.65claws5
19447
19448         * configure.in
19449           src/gtkstext.[ch]
19450           src/compose.c
19451           src/Makefile.am
19452           
19453           added gtkstext with configure.in patch by Hiroyuki which
19454           should fix the XIM detection [alfons]
19455
19456         * more clean up of cvs [alfons]
19457
19458                  * removed all Makefile.in files to attic.
19459
19460                  * updated all .cvsignores to really ignore things that could
19461                    be unintentionally committed by a recursive commit.
19462
19463 2001-04-23 [hoa]
19464         * added src/grouplist_dialog.[ch]
19465         * changed src/folderview.c to call grouplist_dialog instead
19466                 of inputdialog
19467         * src/news.c :
19468                 added functions news_reset_group_list
19469                 and news_get_group_list
19470         * src/nntp.c :
19471                 added function nntp_list
19472         * src/defs.h :
19473                 added GROUPLIST_FILE : name of the newsgroup list cache file
19474
19475 2001-04-21
19476
19477         * added option to warn about queued messages on exit [sergey]:
19478
19479           * src/compose.c: compose_queue(): call folder_item_scan()
19480             and folderview_update_item() after queueing.
19481           * src/folderview.c: folderview_update_node(): draw the queue
19482             folder in bold font if there are queued messages.
19483           * src/mainwindow.c: queued_messages(): new function.
19484             app_exit_cb(): display warning if there are queued messages
19485             if warn_queued_on_exit is set.
19486           * prefs_common.[ch]: add warn_queued_on_exit option.
19487
19488         * enhanced GnuPG key selection support [sergey]:
19489
19490           * src/select-keys.c: updated to newer version from Win32
19491             branch with support for selecting arbitrary keys.
19492           * src/prefs_account.c: added the Privacy tab to the account
19493             options window.
19494             prefs_account_privacy_create(),
19495             prefs_account_sign_key_set_data_from_radiobtn(),
19496             prefs_account_sign_key_set_radiobtn(): new functions.
19497           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19498           * src/rfc2015.c: set_signers(): new function.
19499             pgp_sign(): add the account parameter, call set_signers().
19500             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19501           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19502           * src/compose.c: pass the current account to rfc2015_sign().
19503
19504         * tag name claws added to prevent confusion with main branch [alfons]
19505
19506         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19507
19508         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19509
19510         * sync with recent sylpheed cvs. Untested though. [alfons]
19511