* src/summaryview.c
[claws.git] / ChangeLog.claws
1 2003-11-08 [luke]       0.9.6claws69
2         * src/summaryview.c
3                 fix some typos
4
5         * src/compose.c
6                 rewrite compose_attach_parts(), fixing various bugs mainly
7                 to do with re-editing.
8
9         * src/mimeview.c
10                 "save all" now only saves attachments with names/filenames
11
12 2003-11-04 [match]      0.9.6claws68
13         * src/ldapctrl.[ch]
14                 fix broken LDAP support.
15
16         * src/ldapquery.c
17                 remove printf's.
18
19 2003-11-04 [luke]       0.9.6claws67
20         * src/mimeview.c
21                 o  fixed bug 4 "focus lost on messages with attachments"
22                 o  fixed 'Save all' attachments for new mime changes
23                 o  right clicking on icons consistent with right clicking on
24                    mime tree
25                   - fixes a bug where wrong part is saved when you
26                     choose 'Save as' from popup menu
27                   - fixes bug 308 "No way to "save all" attachments"
28                 o  fixed a compiler warning.
29
30         * src/textview.c
31                 o  removed flickering in mime tree when using "n" and "p"
32                    shortcuts
33                 o  fixed bug where selecting the textview and pressing e.g.
34                    'y' causes sylpheed to respond twice.
35
36         * src/summaryview.c
37                 removed hard coding of * and ! shortcuts (which only served
38                 to cause problems if you tried to redefine the shortcuts)
39
40 2003-11-04 [luke]       0.9.6claws66
41         * src/plugins/image_viewer/viewer.c
42         * src/plugins/image_viewer/viewerprefs.c
43         * src/plugins/image_viewer/viewerprefs.glade
44                 o  allow toggling of image scaling by clicking on image
45                 o  respond to image's container widget resize
46
47         * src/procmime.c
48                 o  fix bad parsing of message when re-editing/viewing a
49                    message saved to the drafts folder
50
51 2003-11-02 [match]      0.9.6claws65
52
53         * src/browseldap.h
54                 fix if not building LDAP support.
55         * src/addrindex.c
56         * src/ldapquery.[ch]
57         * src/editldap.h
58                 include support for contains query. feature req 529354.
59
60 2003-11-02 [alfons]     0.9.6claws64
61
62         * src/browseldap.c
63                 fix build bustage if not compiling ldap support
64
65 2003-11-01 [match]      0.9.6claws63
66
67         * po/POTFILES.in
68         * src/Makefile.am
69         * src/addr_compl.[ch]
70         * src/addrbook.c
71         * src/addrcache.[ch]
72         * src/addrdefs.h        ** NEW **
73         * src/addressbook.c
74         * src/addressitem.h
75         * src/addrindex.[ch]
76         * src/addritem.h
77         * src/addrquery.[ch]
78         * src/ldapquery.[ch]
79         * src/ldapserver.[ch]
80                 refactor LDAP query mechanism.
81
82         * src/browseldap.[ch]   ** NEW **
83         * src/ldaplocate.[ch]   ** NEW **
84                 add feature to browse LDAP entry that was retrieved using
85                 an explicit LDAP search.
86
87 2003-11-01 [alfons]     0.9.6claws62
88
89         * src/prefs_gtk.c
90                 prefs_write_param(): fail when we see an invalid type; all the
91                 callers seem to handle this gracefully by reverting changes
92
93 2003-10-30 [christoph]  0.9.6claws61
94
95         * configure.ac
96         * ac/openssl.m4
97         * ac/spamassassin.m4
98         * src/Makefile.am
99                 use extra variables for all libraries to make sure plugins
100                 are only linked with libraries they really need. $LIBS is always
101                 added to the linking parameters, but we only what the libraries
102                 listed in the Makefile
103
104 2003-10-29 [paul]       0.9.6claws60
105
106         * src/mimeview.c
107                 don't use Subject for unknown part name
108
109 2003-10-29 [paul]       0.9.6claws59
110
111         * src/compose.c
112                 get name of attachment(s) when re-editing, fwd'ing or
113                 redirecting
114                 
115         * src/mimeview.c
116                 get name of attachment(s) when saving
117
118 2003-10-29 [hoa]        0.9.6claws58
119
120         * src/textview.c
121                 implemented multipart/alternative in MIME message viewer.
122
123 2003-10-28 [christoph]  0.9.6claws57
124
125         * configure.ac
126                 make sure MathML-Viewer is not built with the
127                 Gtk2 version of GtkMathView
128
129 2003-10-28 [paul]       0.9.6claws56
130
131         * sync with 0.9.7cvs1
132                 see ChangeLog 2003-10-28
133
134 2003-10-27 [alfons]     0.9.6claws55
135
136         * src/matcher_parser_parse.y
137         * src/gtk/colorlabel.c
138                 allow setting color label to 0 in filtering/processing rules
139                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
140
141 2003-10-26 [alfons]     0.9.6claws54
142
143         * src/summary_search.c
144                 fix misnomer and correct selecting initial search node  
145
146 2003-10-26 [christoph]  0.9.6claws53
147
148         * src/pgpmime.c
149         * src/sgpgme.c
150                 change display of signature info to use only name of
151                 signer, otherwise the text gets too long.
152
153         * src/procmime.c
154                 don't use MimeInfo's filename to generate tmp filename
155
156 2003-10-25 [christoph]  0.9.6claws52
157
158         * src/procmime.c
159                 fix message body searching
160
161 2003-10-25 [paul]       0.9.6claws51
162
163         * src/compose.c
164                 use g_basename rather than basename
165
166 2003-10-24 [christoph]  0.9.6claws50
167
168         * src/sgpgme.c
169                 change fetching of signature key's trust
170
171 2003-10-24 [paul]       0.9.6claws49
172
173         * po/sk.po
174                 update Slovak translation
175                 submitted by Andrej Kacian
176                 
177         * src/mainwindow.c
178                 remove unknown menu entry /File/Add mailbox/mbox...
179
180 2003-10-24 [hoa]        0.9.6claws48
181
182         * src/Makefile.am
183                 removed all references to mbox folders
184
185         * src/carray.[ch]               * REMOVED *
186         * src/chash.[ch]                * REMOVED *
187         * src/maillock.[ch]             * REMOVED *
188         * src/mailmbox.[ch]             * REMOVED *
189         * src/mailmbox_folder.[ch]      * REMOVED *
190         * src/mailmbox_parse.[ch]       * REMOVED *
191         * src/mailmbox_types.[ch]       * REMOVED *
192         * src/mbox_folder.[ch]          * REMOVED *
193                 remove implementation of mbox folders
194                 and old mailbox folder.
195                 mbox folder implementation will be added
196                 as a plugin so that implementation can be entirely
197                 synchronized with the files of the project they are
198                 extracted from (libEtPan!).
199         
200         * src/mainwindow.c
201         * src/folder.c
202         * src/folderview.[ch]
203         * src/procmsg.h         
204                 Disable as much code that references mbox folders
205                 as possible.
206                 Some UI thing still need to know that folder is mbox
207                 (when we have to enter the name of the mailbox and
208                 we want to add /var/mail/$USER).
209
210 2003-10-23 [christoph]  0.9.6claws47
211
212         * src/noticeview.c
213                 don't always display button when noticeview is made visible
214
215         * src/mimeview.c
216         * src/pgpmime.c
217         * src/privacy.[ch]
218         * src/sgpgme.[ch]
219                 get signature information from crypto system
220
221 2003-10-22 [paul]       0.9.6claws46
222
223         * po/es.po
224                 updated by Ricardo Mones Lastra
225
226 2003-10-22 [paul]       0.9.6claws45
227
228         * src/Makefile.am
229                 update to reflect the changes to the icons that
230                 happened in 0.9.6claws35
231
232 2003-10-22 [alfons]     0.9.6claws44
233         
234         * src/carray.h
235                 inline carray_count() 
236
237 2003-10-21 [alfons]     0.9.6claws43
238
239         * src/carray.h
240                 glib wrappers
241         * src/carray.c
242                 disable
243         * src/mailmbox.[ch]
244         * src/mailmbox_folder.c
245         * src/mailmbox_parse.c
246         * src/mailmbox_types.[ch]
247                 %s/uint32_t/guint
248
249 2003-10-21 [luke]       0.9.6claws42
250
251         * src/stock_pixmaps.[ch]
252         * src/mimeview.c
253         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
254         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
255                 o remove mime_application_octet_stream.xpm icon (it was never
256                   really needed)
257                 o remove redundant icon messageview_text.xpm
258
259         * src/mainwindow.c
260                 fix visibility of signature noticeview when toggling 'separate
261                 message view'
262
263 2003-10-21 [christoph]  0.9.6claws41
264
265         * src/procmime.c
266                 decode multipart and rfc822 mime parts to allow further
267                 parsing when required
268
269 2003-10-21 [christoph]  0.9.6claws40
270
271         * src/procmime.[ch]
272         * src/textview.c
273                 remove obsolete charset parameter in MimeInfo and fix
274                 TextView to use the charset from the parameter hash table
275
276         * src/plugins/dillo_viewer/Makefile.am
277         * src/plugins/trayicon/Makefile.am
278                 add OPENSSL_CFLAGS to fix building with using
279                 --with-openssl-* parameters
280
281 2003-10-21 [paul]       0.9.6claws39
282
283         * src/prefs_matcher.[ch]
284                 replace remnants of the old, renamed 'Execute' matchtype
285                 add a brief description to the Info window
286
287 2003-10-21 [hoa]        0.9.6claws38
288         
289         * src/Makefile.am
290         * src/carray.[ch]               * NEW *
291         * src/chash.[ch]                * NEW *
292         * src/folder.c
293         * src/maillock.[ch]             * NEW *
294         * src/mailmbox.[ch]             * NEW *
295         * src/mailmbox_folder.[ch]      * NEW *
296         * src/mailmbox_parse.[ch]       * NEW *
297         * src/mailmbox_types.[ch]       * NEW *
298                 implementation of mbox folder with unique message numbers
299
300                 made use of libEtPan! implementation of mbox for lower-layer.
301
302 2003-10-20 [alfons]     0.9.6claws37
303
304         * src/noticeview.c
305                 fix invalid argument warning
306         * src/pgpmime.c
307                 no in place variable
308
309 2003-10-20 [paul]       0.9.6claws36
310
311         * src/compose.[ch]
312           src/filtering.c
313           src/messageview.c
314                 fix crash when using Forward in Filtering when
315                 external editor option is set
316                 
317                 Patch submitted by Simon 'corecode' Schubert
318                 <corecode@corecode.ath.cx> 
319
320 2003-10-20 [paul]       0.9.6claws35
321
322         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
323           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
324           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
325           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
326           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
327           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
328           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
329           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
330           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
331           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
332           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
333           src/mimeview.c
334           src/stock_pixmap.[ch]
335                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
336                 icons. add privacy_warn.xpm icon
337
338 2003-10-20 [hoa]  0.9.6claws34
339
340         * src/folder_item_prefs.[ch]
341         * src/prefs_folder_item.c
342         * src/main.c
343                 Added a property per folder to choose whether we 
344                 want to apply processing on it on startup or if we
345                 prefer to wait the folder selection to apply it.
346         
347         * src/messageview.c
348                 fixed C89 compatibility (for old compilers, for
349                 example gcc 2.95.x).
350
351 2003-10-17 [christoph]  0.9.6claws33
352
353         * src/mimeview.c
354         * src/noticeview.[ch]
355                 change noticeview icon to indicate signature status
356
357 2003-10-17 [christoph]  0.9.6claws32
358
359         * src/Makefile.am
360         * src/main.c
361         * src/mimeview.c
362         * src/noticeview.c
363         * src/pgpmime.[ch]                              ** NEW **
364         * src/privacy.[ch]
365         * src/rfc2015.c
366         * src/sgpgme.c                                  ** NEW **
367                 reimplement PGP/Mime signature checking (unfinished)
368
369 2003-10-15 [christoph]  0.9.6claws31
370
371         * src/procmime.[ch]
372                 fix procmime_get_text_content() and
373                 procmime_get_first_text_content()
374
375 2003-10-15 [christoph]  0.9.6claws30
376
377         * src/plugins/spamassassin/spamassassin_gtk.c
378         * src/plugins/spamassassin/spamassassin_gtk.glade
379                 fix timeout tooltip
380
381 2003-10-15 [paul]       0.9.6claws29
382
383         * src/messageview.c
384                 workaround for buggy smtp servers. on sending a
385                 return receipt strip the name part from the address
386                 when creating headers
387                 
388 2003-10-15 [paul]       0.9.6claws28
389
390         * sync with 0.9.7 release
391                 see ChangeLog 2003-10-15
392
393 2003-10-14 [christoph]  0.9.6claws27
394
395         * src/plugins/clamav/clamav_plugin.c
396                 fix clamav plugin
397
398 2003-10-14 [christoph]  0.9.6claws26
399
400         * src/compose.c
401         * src/mimeview.c
402         * src/procmime.[ch]
403         * src/rfc2015.c
404         * src/textview.c
405         * src/plugins/clamav/clamav_plugin.c
406                 use GNode to create the mime tree (some changes to functions
407                 that traverse the tree are just quick and dirty. Maybe we
408                 can find better solutions with g_node_*-functions)
409
410 2003-10-14 [luke]       0.9.6claws25
411
412         * src/mimeview.c
413                 fix a navigation bug (stupid typo of mine)
414
415 2003-10-14 [christoph]  0.9.6claws24
416
417         * src/textview.c
418                 fix missing last line in plain/text mails
419
420 2003-10-13 [luke]       0.9.6claws23
421
422         * src/summaryview.c
423                 fix bug 334 (part 1)
424
425 2003-10-13 [kov]        0.9.6claws22
426
427         * src/mimeview.c
428                 error checking when the user enters a non-directory at
429                 the file selection dialog.
430                 work-around for users entering directory location without
431                 adding a leading G_DIR_SEPARATOR.
432
433 2003-10-13 [luke]       0.9.6claws21
434
435         * src/compose.c
436                 error reporting for inserting files, including catching
437                 invalid characters for current locale/encoding
438
439 2003-10-13 [paul]       0.9.6claws20
440
441         * src/folderview.c
442                 fix bug #347 'subscribe newsgroups crashes'
443
444 2003-10-13 [paul]       0.9.6claws19
445
446         * src/compose.c
447                 when using 'Reply to all' include the 'send replies
448                 to' folder property
449                 
450         * po/ja.po
451                 update Japanese translation. submitted by Rui Hirokawa 
452                 <rui_hirokawa@ybb.ne.jp>        
453
454 2003-10-13 [hoa]        0.9.6claws18
455
456         * src/account.c
457         * src/compose.c
458         * src/messageview.c
459         * src/procheader.c
460         * src/procheader.h
461                 rename get_header_from_msginfo() into
462                 procheader_get_header_from_msginfo() so that we have a
463                 coherent exported naming.
464                 avoid parsing of header contained in a string via
465                 a newly written temporary file.
466
467         Patch submitted by Simon 'corecode' Schubert
468                 <corecode@corecode.ath.cx>
469
470 2003-10-12 [hoa]        0.9.6claws17
471
472         * src/filtering.c
473         * src/filtering.h
474         * src/matcher.c
475         * src/matcher.h
476         * src/matcher_parser_parse.y
477         * src/prefs_filtering_action.c
478                 added "stop" action : stop applying the filtering rules.
479                 added "set score" and "increase/decrease score" actions.
480                 That two last action replace the "change_score" action
481                 introduced by alfons in 0.8.8claws85.
482                 "set score" is to set a given score to the message.
483                 "increase/decrease score" will increase or decrease the
484                 score if the given value is respectively positive or
485                 negative. If someone find a some better name for this last
486                 rule, it can be modified.
487
488 2003-10-12 [paul]       0.9.6claws16
489
490         * AUTHORS
491           po/ja.po
492                 update Japanese translation. submitted by Rui Hirokawa 
493                 <rui_hirokawa@ybb.ne.jp>
494
495 2003-10-12 [christoph]  0.9.6claws15
496
497         * src/procmime.c
498                 fix crash caused by incorrect headers
499
500 2003-10-10 [christoph]  0.9.6claws14
501
502         * src/main.c
503         * src/privacy.[ch]
504         * src/rfc2015.[ch]
505                 implement detection of signed message parts for rfc2015
506
507 2003-10-10 [thorsten]   0.9.6claws13
508
509         * src/mimeview.c
510                 fix typo
511
512 2003-10-10 [christoph]  0.9.6claws12
513
514         * src/stock_pixmap.[ch]
515         * src/pixmaps/mime_message.xpm                  ** NEW **
516                 add a new icon for mime type "message"
517
518         * src/privacy.[ch]
519         * src/procmime.[ch]
520                 add crypto api
521
522         * src/mimeview.c
523                 o use crypto api
524                 o add icons for message type mime parts
525
526 2003-10-10 [christoph]  0.9.6claws11
527
528         * src/mainwindow.c
529         * src/messageview.[ch]
530         * src/mimeview.[ch]
531         * src/procmime.[ch]
532         * src/procmsg.[ch]
533         * src/rfc2015.c
534         * src/summaryview.c
535         * src/textview.[ch]
536                 o remove switching between TextView and MimeView in MessageView
537                   (if required we can hide the icon box and the MimeView will
538                    look exaxtly like the TextView)
539                 o temporary remove signature and decrypting GPGME code
540
541 2003-10-09 [christoph]  0.9.6claws10
542
543         * src/action.c
544         * src/compose.c
545         * src/messageview.c
546         * src/mimeview.c
547         * src/procmime.[ch]
548         * src/procmsg.c
549         * src/rfc2015.c
550         * src/textview.c
551         * src/common/utils.[ch]
552         * src/plugins/clamav/clamav_plugin.c
553         * src/plugins/dillo_viewer/dillo_viewer.c
554         * src/plugins/image_viewer/viewer.c
555         * src/plugins/mathml_viewer/mathml_viewer.c
556                 new mime parser (several things need fixing)
557
558 2003-10-09 [paul]       0.9.6claws9
559
560         * src/imap.c
561                 a little more sync with 0.9.6cvs2 and a tidy up
562
563 2003-10-08 [paul]       0.9.6claws8
564
565         * sync with 0.9.6cvs2
566                 see ChangeLog 2003-10-03
567
568 2003-10-05 [christoph]  0.9.6claws7
569
570         * src/summaryview.c
571                 don't use flags to check if a message is in a news folder
572
573         (closes Bug 282 clicking on folder with copied Messages from News
574          immediately after having copied them crashes Sylpheed-Claws)
575
576 2003-10-05 [christoph]  0.9.6claws6
577
578         * src/Makefile.am
579         * src/progressdialog.[ch]               ** REMOVE **
580         * src/gtk/Makefile.am
581         * src/gtk/progressdialog.[ch]           ** NEW **
582                 move progressdialog to gtk directory
583
584 2003-10-04 [christoph]  0.9.6claws5
585
586         * src/prefs_toolbar.c
587         * src/gtk/prefswindow.c
588                 remove widget_show_all for pages root widget
589
590         * src/plugins/spamassassin/spamassassin.[ch]
591         * src/plugins/spamassassin/spamassassin_gtk.c
592         * src/plugins/spamassassin/spamassassin_gtk.glade
593                 add support for new libspamc transports
594
595 2003-10-04 [christoph]  0.9.6claws4
596
597         * src/plugins/spamassassin/libspamc.[ch]
598         * src/plugins/spamassassin/spamassassin.c
599         * src/plugins/spamassassin/utils.[ch]
600                 update libspamc to version from SpamAssassin 2.60
601
602 2003-10-03 [christoph]  0.9.6claws3
603
604         * src/send_message.c
605                 fix missing format string bug found by
606                 Georgi Guninski <guninski@guninski.com>
607
608 2003-10-03 [paul]       0.9.6claws2
609
610         * po/zh_CN.po
611                 update Simpilified Chinese translation, submitted by
612                 Hansom Young
613
614 2003-10-02 [christoph]  0.9.6claws1
615
616         * src/imap.c
617                 add UIDPLUS support for COPY and EXPUNGE
618
619 2003-10-02 [paul]       0.9.6claws
620
621         * 0.9.6claws released
622
623 2003-10-02 [paul]
624
625         * po/es.po
626           po/sk.po
627                 update Spanish and Slovak translations
628                 submitted by Ricardo Mones Lastra and Andrej Kacian
629  
630 2003-10-02 [paul]       0.9.5claws43
631
632         * po/en_GB.po
633                 update British English translation
634
635 2003-10-02 [paul]       0.9.5claws42
636
637         * po/hr.po
638                 update Croatian translation, submitted by Dragan
639
640 2003-10-01 [paul]       0.9.5claws41
641
642         * po/pl.po
643           po/sr.po
644                 update Polish and Serbian translations, submitted by
645                 Emil and Urke MMI
646
647 2003-10-01 [melvin]     0.9.5claws40
648
649         * po/fr.po
650                 Updated French translations
651
652 2003-10-01 [melvin]     0.9.5claws39
653
654         * src/prefs_fonts.c
655                 Fixed a Gtk warning
656
657         * src/plugins/dillo_prefs.c     
658                 Quasi unnoticeable UI clean-up.
659
660 2003-10-01 [paul]
661
662         * tools/README
663           tools/maildir2sylpheed.pl
664                 bug fixes, rewrites, submitted by Matthias Förste 
665                 <itsjustme@users.sourceforge.net>
666
667 2003-09-29 [paul]       0.9.5claws38
668
669         * src/inc.c
670                 fix my coding carelessness
671
672 2003-09-29 [paul]       0.9.5claws37
673
674         * po/POTFILES.in
675           src/Makefile.am
676           src/main.c
677           src/prefs_common.[ch]
678           src/prefs_fonts.[ch]  ** NEW FILES **
679                 move Font config options to Other Prefs/Display/Fonts
680                 (user's current configuration is preserved)
681
682 2003-09-29 [paul]       0.9.5claws36
683
684         * src/inc.c
685           src/prefs_account.c
686                 allow 'local_mbox' value to point to either a directory 
687                 (/var/mail -  default, new) or a file (/var/mail/username
688                 - original)
689
690 2003-09-28 [paul]       0.9.5claws35
691
692         * src/rfc2015.c
693                 on signature check, where key exists, print the
694                 Key ID
695
696 2003-09-27 [alfons]     0.9.5claws34
697
698         * src/action.c
699                 o make progress bar not fill/expand when resizing dialog
700                 o use default fixed text font for actions output
701
702 2003-09-27 [paul]       0.9.5claws33
703
704         * src/prefs_common.[ch]
705           src/procmsg.c
706           src/send_message.c
707                 remove External Program settings from Common Prefs/Send
708                 as they are now unnecessary due to Local account settings.
709                 plus a little tidying-up after 0.9.5claws31
710
711 2003-09-27 [paul]       0.9.5claws32
712
713         * src/prefs_account.c
714                 o make correction to gui text:
715                   'Local mailbox file' -> 'Local mailbox directory'
716                 o give 'local_mbox' option a reasonable default value:
717                   '/var/mail'
718                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
719                   value
720
721 2003-09-26 [paul]       0.9.5claws31
722
723         * src/inc.c
724           src/prefs_common.[ch]
725                 remove 'Incorporate from spool' common pref,
726                 force creation of a 'Local' account
727
728 2003-09-26 [christoph]  0.9.5claws30
729
730         * src/folder.c
731         * src/msgcache.c
732                 add more NULL pointer checks
733
734 2003-09-25 [christoph]  0.9.5claws29
735
736         * src/folder.c
737                 o don't fetch source message to get it's message id
738                 o immediately scan dest folder when copying a message did not
739                   return a new message number and not do it when the first message
740                   without a new message number is found
741
742 2003-09-23 [christoph]  0.9.5claws28
743
744         * src/compose.c
745                 fix generating of headers
746
747         (patch by David Relson <relson@osagesoftware.com>)
748
749 2003-09-23 [paul]       0.9.5claws27
750
751         * po/zh_CN.po
752                 update Simplified Chinese translation. submitted by
753                 Hansom Young
754
755 2003-09-23 [paul]       0.9.5claws26
756
757         * tools/Makefile.am
758           tools/README
759           tools/vcard2xml.py    ** NEW FILE **
760                 add a script that converts an evolution vcard to
761                 sylpheed's xml format
762                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
763
764 2003-09-22 [paul]       0.9.5claws25
765
766         * src/plugins/clamav/clamav_plugin.c
767                 don't skip MULTIPART parts
768
769 2003-09-21 [christoph]  0.9.5claws24
770
771         * src/alertpanel.c
772                 remove unneeded include
773
774         * src/folder.c
775                 clean up copy/move mess with duplicated code
776
777         * src/imap.c
778                 fix problem that sometimes the folder was not scanned
779                 also it was changed
780
781 2003-09-21 [christoph]  0.9.5claws23
782
783         * src/Makefile.am
784         * src/logwindow.[ch]                    ** REMOVE **
785         * src/mainwindow.c
786         * src/prefs_common.c
787         * src/gtk/Makefile.am
788         * src/gtk/logwindow.[ch]                ** ADD **
789                 make logwindow prefs_common independent and move
790                 it to gtk directory
791
792 2003-09-20 [christoph]  0.9.5claws22
793
794         * src/compose.c
795                 add extra space for address code conversion
796                 (4 * unconvered size could be too small for short headers)
797
798 2003-09-20 [christoph]  0.9.5claws21
799
800         * src/compose.c
801                 increase temp buffer size when writing headers
802
803 2003-09-19 [darko]      0.9.5claws20
804
805         * src/compose.c
806                 don't ignore value of 'Save copy of outgoing messages to
807                 this folder instead of Sent' in message redirect
808
809 2003-09-17 [christoph]  0.9.5claws19
810
811         * src/compose.c
812                 use ", " as address seperator for mail headers and pass whole
813                 header line at once to compose_convert_header to make sure
814                 it is correctly folded
815
816         (closes Bug 64 Problem when sending to many recipients)
817
818 2003-09-17 [hoa]        0.9.5claws18
819         
820         * src/matcher.[ch]
821           src/matcher_parser_parse.y
822           src/prefs_matcher.c
823                 changed the keyword used for command execution in condition
824                 keyword is changed from "execute" to "test"
825                 so that it is not the same as the one used for action.
826                 This will fix a bug when using filtering dialog.
827                 All semantic in the code is also changed to reflect
828                 the keyword change.
829
830 2003-09-17 [paul]
831         
832         * sync with 0.9.6 release
833
834 2003-09-17 [paul]       0.9.5claws17
835
836         * sync with 0.9.5cvs8
837                 see ChangeLog 2003-09-16 and 2003-09-17
838
839 2003-09-16 [paul]       0.9.5claws16
840
841         * sync with 0.9.5cvs6
842                 see ChangeLog 2003-09-16
843
844 2003-09-15 [paul]       0.9.5claws15
845
846         * sync with 0.9.5cvs5
847                 see ChangeLog 2003-09-15
848
849 2003-09-14 [alfons]     0.9.5claws14
850
851         * src/inc.c
852                 make "Go to inbox after receiving new mail" again;
853                 regression of a sync, restored to sylpheed main 
854                 behaviour. (misses still some bits)
855
856 2003-09-14 [alfons]     0.9.5claws13
857
858         * src/prefs_filtering_action.c
859                 o add proper message if empty execute command line
860                 o don't select first action item after registering a
861                   new action to prevent (what seems to be a GTK) bug
862                   #36, "filtering will only accept one action change 
863                   per invocation".
864
865 2003-09-14 [alfons]     0.9.5claws12
866
867         * src/prefs_filtering.c
868         * src/prefs_filtering_action.c
869         * src/prefs_matcher.c
870                 fix function signature for key_pressed_event signal handlers
871
872 2003-09-14 [alfons]     0.9.5claws11
873
874         * src/mainwindow.c
875                 fix regression caused by fix for invalid bug #7
876                 (should fix #246, "Multiple selections are deselected when 
877                 moving from search window to main window")
878                 
879 2003-09-14 [alfons]     0.9.5claws10
880         
881         * src/actions.[ch]
882         * src/filtering.[ch]
883         * src/prefs_actions.c
884                 allow `filtering actions` in actions; only for advanced users
885                 right now: try for example, "%as{mark color 2}" 
886         
887 2003-09-13 [paul]       0.9.5claws9
888         
889         * po/pl.po
890           po/zh_CN.po   ** NEW FILE **
891                 update Polish translation, submitted by Emil 
892                 <eminowbl@posejdon.wpk.p.lodz.pl>
893                 add new Simplified Chinese translation, submitted by
894                 Hansom Young <hansom_young@yahoo.com>
895
896 2003-09-12 [alfons]     0.9.5claws8
897
898         * src/summaryview.c
899                 don't open separate message views when View | Separate message view
900                 is active 
901                 (please look carefully for any navigation regressions)
902
903 2003-09-11 [alfons]     0.9.5claws7
904
905         * src/mainwindow.c
906                 make default message view, opened by View | Separate message 
907                 view, look like a claws message view (which includes a menu
908                 bar and a toolbar)
909                 (fixes bug #298, "message view loses tool bar") 
910
911 2003-09-11 [christoph]  0.9.5claws6
912
913         * src/folderview.c
914                 fix double deleting of newsgroup folders
915
916         (closes Bug 305 crash after deleting of a newsgroup)
917
918 2003-09-11 [paul]       0.9.5claws5
919
920         * src/rfc2015.c
921           src/common/utils.h
922                 more sync'ing from 0.9.5cvs2
923
924 2003-09-11 [christoph]  0.9.5claws4
925
926         * src/compose.c
927         * src/rfc2015.c
928         * src/common/utils.h
929                 fix sync with 0.9.5cvs2
930
931 2003-09-11 [paul]       0.9.5claws3
932
933         * sync with 0.9.5cvs4
934                 see ChangeLog 2003-09-11
935
936 2003-09-11 [paul]       0.9.5claws2
937
938         * sync with 0.9.5cvs2
939                 see ChangeLog 2003-09-05
940                 
941 2003-09-11 [paul]       0.9.5claws1
942
943         * sync with 0.9.5cvs3
944                 see ChangeLog 2003-09-10
945
946 2003-09-10 [paul]       0.9.5claws
947
948         * 0.9.5claws released
949
950 2003-09-10 [paul]       0.9.4claws78
951
952         * src/Makefile.am
953                 add missing files
954
955 2003-09-10 [melvin]     0.9.4claws77
956
957         * po/fr.po
958                 Updated French translations
959
960 2003-09-10 [paul]       0.9.4claws76
961
962         * po/es.po
963           po/sk.po
964           po/sr.po
965                 update Spanish, Slovak, and Serbian translations.
966                 submitted by Ricardo Mones Lastra, Andrej Kacian,
967                 and Urke MMI
968                 
969         * AUTHORS
970                 add translation team section
971
972 2003-09-09 [christoph]  0.9.4claws75
973
974         * src/folder.c
975                 free item->prefs in folder_item_destroy
976
977 2003-09-09 [alfons]     0.9.4claws74
978
979         * src/folderview.c
980                 o proper check for root node sorting
981                 o remove unnecessary gtk_ctree_remove_node 
982
983         (should fix bug #300, "crash while moving folder")      
984
985 2003-09-08 [christoph]  0.9.4claws73
986
987         * src/folderview.c
988                 o fix double adding of IMAP FolderItems to GtkCTree
989                 o fix crash then mbox folder is removed
990
991 2003-09-08 [christoph]  0.9.4claws72
992
993         * src/folder.c
994         * src/folderview.c
995         * src/mainwindow.c
996                 fix new folder notification
997
998         * src/mbox_folder.c
999                 fix cache path
1000
1001 2003-09-08 [christoph]  0.9.4claws71
1002
1003         * src/compose.c
1004                 replace '\n' and '\r' before removing trailing spaces
1005
1006         * src/folder.[ch]
1007         * src/folderview.c
1008                 add information about new or removed items in folder tree change
1009                 notification and use this in folderview to add and remove only
1010                 the appected items and not refresh the whole tree
1011
1012 2003-09-07 [match]      0.9.4claws70
1013
1014         * src/Makefile.am
1015         * src/addr_compl.c
1016         * src/addressbook.c
1017         * src/addressitem.h
1018         * src/addrindex.c
1019         * src/addritem.c
1020         * src/addritem.h
1021         * src/addrquery.c                       ** NEW **
1022         * src/addrquery.h
1023         * src/ldapquery.c
1024         * src/ldapserver.c
1025         * src/stock_pixmap.c
1026         * src/stock_pixmap.h
1027         * src/pixmaps/address_search.xpm        ** NEW **
1028                 re-introduce Lookup button for LDAP 'static' searches.
1029
1030 2003-09-07 [alfons]     0.9.4claws69
1031         
1032         * src/summaryview.c
1033                 abandon setting usize for messageview because it gives layout problems
1034                 with the quick search bar and the headerview; fixes assorted UI glitches:
1035                 
1036                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1037                 o bug #280, "Window resiizes for line length but does not revert"
1038
1039 2003-09-07 [christoph]  0.9.4claws68
1040
1041         * src/compose.c
1042                 o make sure we don't have any newlines in header values
1043                 o check custom headers for spaces and newlines and ignore
1044                   malformed header names
1045
1046 2003-09-06 [christoph]  0.9.4claws67
1047
1048         * src/folder.c
1049         * src/folderview.c
1050                 invoke notification hook for folder tree changes after append
1051                 and remove folder
1052
1053         (closes Bug 294 Crash while moving folder with many subdirectories)
1054
1055 2003-09-06 [christoph]  0.9.4claws66
1056
1057         * src/folder.c
1058                 destroy folder's MsgCache if FolderItem is removed to make sure
1059                 it is not saved when the FolderItem is destroyed
1060
1061 2003-09-06 [christoph]  0.9.4claws65
1062
1063         * src/plugins/clamav/clamav_plugin.c
1064                 fix copy & paste bug
1065
1066 2003-09-05 [christoph]  0.9.4claws64
1067
1068         * src/folder.c
1069         * src/messageview.[ch]
1070         * src/procmsg.[ch]
1071         * src/summaryview.c
1072                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1073                 by MessageView to clear it when the message is deleted. Should
1074                 work even if messages are deleted in MainWindow or by
1075                 processing.
1076
1077 2003-09-05 [alfons]     0.9.4claws63
1078
1079         * src/messageview.c
1080                 deleting a message in a message view frees its msginfo, make 
1081                 messageview_update_all() aware of that (should fix bug #293,
1082                 "deleting message caused crash")
1083
1084 2003-09-05 [melvin]     0.9.4claws62
1085
1086         * src/action.c
1087                 Improve synchronous action exit code (fixes 
1088                 a ~5 seconds delay after action exit on RedHat 9)
1089
1090 2003-09-04 [christoph]  0.9.4claws61
1091
1092         * src/compose.c
1093         * src/rfc2015.c
1094         * src/common/utils.[ch]
1095                 add util function to create mime boundary and use it
1096                 in compose and gpg code
1097
1098 2003-09-04 [alfons]     0.9.4claws60
1099
1100         * src/folder.c
1101                 source folder item's GNode should already have been freed in 
1102                 a previous call to src->folder->klass->remove_folder()
1103                 (should fix bug #287, "crash when moving folders")
1104
1105 2003-09-03 [thorsten]   0.9.4claws59
1106
1107         * src/plugins/spamassassin/spamassassin_gtk.c
1108                 fix compile error
1109
1110 2003-09-03 [christoph]  0.9.4claws58
1111
1112         * src/plugins/spamassassin/spamassassin.[ch]
1113         * src/plugins/spamassassin/spamassassin_gtk.c
1114                 add timeout config option
1115
1116 2003-09-03 [paul]       0.9.4claws57
1117
1118         * po/sk.po      ** NEW FILE **
1119                 add Slovak translation. Submitted by Andrej Kacian 
1120                 <andrej@kacian.sk>
1121
1122 2003-09-03 [paul]       0.9.4claws56
1123
1124         * src/plugins/clamav/clamav_plugin_gtk.c
1125                 gui tweaks: replace a label with a tooltip, modify the
1126                 text, use gtk_check_button_new(); instead of
1127                 gtk_check_button_new_with_label("");
1128
1129 2003-09-02 [alfons]     0.9.4claws55
1130
1131         * src/gtk/filesel.c
1132                 remember last used dir when attaching multiple files (should fix
1133                 bug #290, "Attach File does not remember directory")
1134
1135 2003-09-01 [paul]       0.9.4claws54
1136
1137         * po/es.po
1138                 updated by Ricardo Mones Lastra
1139
1140 2003-09-01 [alfons]     0.9.4claws53
1141
1142         * src/gtk/gtkaspell.[ch]
1143                 be pedantic and strict and use const gchar * instead of guchar *
1144
1145 2003-09-01 [alfons]     0.9.4claws52
1146
1147         * src/mainwindow.c
1148         * src/summaryviewc.
1149                 re-enable Save As when multiple messages are selected
1150
1151 2003-09-01 [paul]       0.9.4claws51
1152
1153         * src/textview.c
1154                 g_free(trimmed_uri);
1155
1156 2003-09-01 [paul]       0.9.4claws50
1157
1158         * sync with 0.9.4cvs13
1159                 see ChangeLog 2003-09-01
1160
1161 2003-09-01 [paul]       0.9.4claws49
1162
1163         * src/textview.c
1164                 trim uri before sending to the statusbar
1165                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1166                 in the message window causes main S-C window to enlarge 
1167                 past screen edges'
1168
1169 2003-09-01 [paul]       0.9.4claws48
1170
1171         * sync with 0.9.4cvs12
1172                 see ChangeLog 2003-09-01
1173
1174 2003-08-30 [christoph]  0.9.4claws47
1175
1176         * src/compose.c
1177         * src/folder_item_prefs.[ch]
1178         * src/prefs_folder_item.c
1179         * src/gtk/gtkaspell.[ch]
1180                 commit per folder dictionary patch by
1181                 Paul Evans <nerd@freeuk.com>
1182
1183 2003-08-30 [christoph]  0.9.4claws46
1184
1185         * src/plugins/spamassassin/spamassassin_gtk.c
1186         * src/plugins/spamassassin/spamassassin_gtk.glade
1187                 reduce GUI clutter by placing hints into tooltips
1188
1189 2003-08-30 [paul]       0.9.4claws45
1190
1191         * src/compose.c
1192                 add 'Content-Disposition: inline' to a text/plain
1193                 part when using PGP/MIME signing
1194
1195 2003-08-30 [paul]       0.9.4claws44
1196
1197         * src/prefs_common.c
1198           src/prefs_spelling.c
1199           src/prefs_spelling.glade
1200                 reduce GUI clutter by placing hints into tooltips
1201
1202 2003-08-29 [christoph]  0.9.4claws43
1203
1204         * configure.ac
1205                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1206
1207         * src/stock_pixmap.c
1208                 change unecessary warning into a debug message
1209
1210         * src/plugins/clamav/Makefile.am
1211                 Fix error "-I$(CLAMAV_LIBS)"
1212
1213 2003-08-29 [christoph]  0.9.4claws42
1214
1215         * intl/Makefile.in
1216         * src/Makefile.am
1217         * src/matcher.h
1218         * src/common/Makefile.am
1219         * src/common/passcrypt.c
1220                 commit fixes and patches for some of the IRIX problems found by
1221                 Ivan Rayner <ivanr@sgi.com>
1222
1223 2003-08-29 [paul]       0.9.4claws41
1224
1225         * src/prefs_filtering.c
1226                 add 'Top' and 'Bottom' buttons, based on changes in
1227                 src/prefs_filter.c in 0.9.4cvs11.
1228
1229 2003-08-27 [christoph]  0.9.4claws40
1230
1231         * src/folderview.c
1232                 fix bug that the current summary settings were copied to the
1233                 wrong folder item, when the folder item prefs are opened.
1234                 Copying is not required because summary settings and
1235                 folder_item_prefs do not contain the same settings
1236
1237 2003-08-27 [thorsten]   0.9.4claws39
1238
1239         * src/imap.c
1240                 fix compile error
1241
1242 2003-08-26 [paul]       0.9.4claws38
1243
1244         * sync with 0.9.4cvs9
1245                 see ChangeLog 2003-08-26
1246
1247 2003-08-25 [paul]       0.9.4claws37
1248
1249         * sync with 0.9.4cvs8
1250                 see ChangeLog 2003-08-25
1251
1252 2003-08-24 [christoph]  0.9.4claws36
1253
1254         * src/prefs_filtering.c
1255                 shouldn't remove items from a GSList while iterating over the
1256                 list (makes cur invalid and cur->next not accessable)
1257
1258         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1259          crashed)
1260
1261 2003-08-23 [christoph]  0.9.4claws35
1262
1263         * src/news.c
1264                 news folders should be scanned when opened
1265
1266 2003-08-22 [christoph]  0.9.4claws34
1267
1268         * src/prefs_folder_item.c
1269                 use macro to assign strings that always frees the old string
1270
1271         * src/gtk/gtkaspell.[ch]
1272                 add gtkaspell_set_dictionary_menu_active_item() to set active
1273                 item in dictionary option menu
1274
1275         * src/prefs_spelling.c
1276                 use gtkaspell_set_dictionary_menu_active_item() to select
1277                 dictionary
1278
1279 2003-08-21 [christoph]  0.9.4claws33
1280
1281         * src/folder.[ch]
1282         * src/imap.c
1283         * src/mbox_folder.c
1284         * src/mh.c
1285         * src/news.c
1286                 optimize folder system
1287
1288         * src/gtk/gtkstext.c
1289                 fix division by zero when font has 0 width for ' '
1290
1291 2003-08-21 [paul]       0.9.4claws32
1292
1293         * sync with 0.9.4cvs7
1294                 see ChangeLog 2003-08-20
1295
1296 2003-08-19 [paul]       0.9.4claws31
1297
1298         * src/common/defs.h
1299                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1300                 SYLDOC_FAQ_HTML_INDEX.
1301         * src/manual.c
1302                 use LC_MESSAGES instead of LC_ALL to find the current
1303                 language
1304
1305           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1306
1307 2003-08-19 [paul]       0.9.4claws30
1308
1309         * po/bg.po
1310                 updated by George Danchev
1311
1312 2003-08-18 [luke]       0.9.4claws29
1313         * src/mimeview.[ch]
1314         * src/gtk/gtkvscrollbutton.[ch]
1315                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1316                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1317                 o removed horizontal separator between icons
1318
1319 2003-08-17 [christoph]  0.9.4claws28
1320
1321         * src/procmsg.c
1322                 no subject threading when the subject has no reply prefix
1323
1324 2003-08-16 [christoph]  0.9.4claws27
1325
1326         * src/mainwindow.c
1327                 remember and restore window sizes and position when the main
1328                 window is hidden or shown
1329
1330         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1331          minimised/reopened using trayicon)
1332
1333 2003-08-16 [paul]       0.9.4claws26
1334
1335         * src/crash.c
1336                 add #include "defs.h"
1337
1338 2003-08-16 [paul]       0.9.4claws25
1339
1340         * src/plugins/clamav/clamav_plugin.c
1341                 reword a debug_print
1342                 
1343         * src/plugins/dillo_viewer/dillo_prefs.c
1344                 cosmetic: change the labels' text, add tooltips, and
1345                 left-align the hint
1346
1347 2003-08-15 [christoph]  0.9.4claws24
1348
1349         * src/news.c
1350                 complete last change (forgot some changes)
1351
1352 2003-08-15 [christoph]  0.9.4claws23
1353
1354         * src/news.c
1355                 o check number of messages and don't return a 0 message
1356                   when no messages are available
1357                 o don't parse xref header anymore
1358
1359         (closes Bug 203 I'm not getting any news)
1360
1361 2003-08-15 [paul]       0.9.4claws22
1362
1363         * src/common/defs.h
1364           src/crash.c
1365                 update and define claws bugzilla location
1366
1367 2003-08-15 [paul]       0.9.4claws21
1368
1369         * po/ru.po
1370                 update submitted by Ruslan N. Balkin
1371
1372 2003-08-14 [christoph]  0.9.4claws20
1373
1374         * src/procmsg.c
1375                 fix search for oldest node in subject threading
1376
1377 2003-08-14 [christoph]  0.9.4claws19
1378
1379         * src/procmsg.c
1380         * src/common/utils.h
1381                 add possibility to check all nodes with the same subject for
1382                 subject threading, not only the oldest node. Should not break
1383                 threads anymore if the oldest node is thread_by_subject_max_age
1384                 days older then parent, because it can now find a child of
1385                 oldest node as new parent.
1386
1387 2003-08-11 [christoph]  0.9.4claws18
1388
1389         * src/plugins/spamassassin/spamassassin.c
1390                 run spam check in background process
1391
1392 2003-08-10 [alfons]     0.9.4claws17
1393
1394         * src/summaryview.c
1395                 make `Select All' sensitive too
1396
1397 2003-08-10 [christoph]  0.9.4claws16
1398
1399         * src/imap.c
1400                 add more checks in imap_close
1401
1402 2003-08-09 [alfons]     0.9.4claws15
1403
1404         * src/prefs_spelling.c
1405                 no spell checking UI if not requested
1406
1407 2003-08-09 [alfons]     0.9.4claws14
1408
1409         * src/gtk/prefswindow.c
1410                 make it compile
1411
1412 2003-08-09 [christoph]  0.9.4claws13
1413
1414         * src/prefs_spelling.c
1415         * src/gtk/prefswindow.[ch]
1416         * src/plugins/clamav/clamav_plugin_gtk.c
1417         * src/plugins/spamassassin/spamassassin_gtk.c
1418                 sort prefs pages by heighest weight in tree
1419
1420 2003-08-09 [paul]       0.9.4claws12
1421
1422         * sync with 0.9.4cvs6
1423                 see ChangeLog 2003-08-07
1424                 
1425         * AUTHORS
1426                 add Leandro and Luke to claws-branch section
1427
1428 2003-08-09 [christoph]  0.9.4claws11
1429
1430         * src/gtk/Makefile.am
1431         * src/gtk/colorsel.[ch]                 ** NEW **
1432                 create a color selection dialog that can be used as a simple
1433                 function call with it's own gtk main loop like filesel.[ch]
1434
1435         * src/Makefile.am
1436         * src/main.c
1437         * src/prefs_common.c
1438         * src/prefs_spelling.[ch]               ** NEW **
1439         * src/prefs_spelling.glade              ** NEW **
1440         * src/gtk/gtkutils.[ch]
1441                 move "Spell Checker" prefs to new prefs dialog
1442
1443         * src/prefs_folder_item.c
1444                 use new colorsel dialog
1445
1446 2003-08-08 [paul]       0.9.4claws10
1447
1448         * src/inc.c
1449                 clear the progress bar unconditionally
1450
1451 2003-08-08 [paul]       0.9.4claws9
1452
1453         * sync with 0.9.4cvs4
1454                 see ChangeLog 2003-07-31
1455
1456 2003-08-07 [christoph]  0.9.4claws8
1457
1458         * configure.ac
1459                 fix bug in image viewer plugin part
1460
1461         * src/imap.c
1462                 don't execute close command if the folder item is not selected
1463
1464 2003-08-07 [hoa]        0.9.4claws7
1465
1466         * src/filtering.[ch]
1467         * src/matcher_parser.h
1468         * src/matcher_parser_parse.y
1469                 can define several actions for each filtering rule
1470                 can import old versions of filtering rules
1471
1472         * src/prefs_filtering.c
1473                 call to a new dialog box to define actions
1474
1475         * src/prefs_filtering_action.[ch]
1476                 dialog box to define actions for filtering rules
1477
1478 2003-08-06 [christoph]  0.9.4claws6
1479
1480         * src/imap.c
1481                 make sure source folder is selected when copying messages
1482
1483 2003-08-06 [christoph]  0.9.4claws5
1484
1485         * sync with 0.9.4cvs2
1486                 see ChangeLog 2003-07-29                
1487
1488 2003-08-05 [paul]       0.9.4claws4
1489
1490         * sync with 0.9.4cvs3
1491                 see ChangeLog 2003-07-30
1492
1493 2003-08-04 [match]      0.9.4claws3
1494
1495         * po/POTFILES.in
1496                 export of LDIF files.
1497
1498 2003-08-04 [match]      0.9.4claws2
1499
1500         * src/ldif.[ch]
1501                 support for export LDIF. documented.
1502         * src/importldif.[ch]
1503         * src/exportldif.[ch]
1504                 add tooltips. documented.
1505         * src/exphtmldlg.[ch]
1506         * src/common/xmlprops.[ch]
1507                 documented.
1508         * src/exportldif.[ch]                   ** NEW **
1509         * src/expldifdlg.[ch]                   ** NEW **
1510         * src/addressbook.[ch]
1511         * src/Makefile.am
1512                 export of LDIF files.
1513                 documented.
1514
1515 2003-08-04 [christoph]  0.9.4claws1
1516
1517         * .cvsignore
1518         * Makefile.am
1519         * configure.ac
1520         * sylpheed-claws.pc.in                  ** NEW **
1521         * src/Makefile.am
1522         * src/common/Makefile.am
1523         * src/gtk/Makefile.am
1524                 install sylpheed header files in $(pkgincludedir) and create a
1525                 pkg-config file to allow building a plugin without the source
1526                 package
1527
1528 2003-08-04 [paul]       0.9.4claws
1529
1530         * version 0.9.4claws
1531
1532 2003-08-04 [paul]       0.9.3claws97
1533
1534         * po/es.po
1535                 update Spanish translation. Submitted by Ricardo
1536                 Mones Lastra.
1537
1538 2003-08-03 [paul]       0.9.3claws96
1539
1540         * po/hr.po
1541           po/sr.po
1542                 update Croatian and Serbian translations. Submitted by
1543                 Dragan and Urke MMI respectively
1544
1545 2003-08-03 [alfons]     0.9.3claws95
1546
1547         * src/summaryview.c
1548                 mark flag has precedence over important flag - seems
1549                 to have been changed in sync of 0.9.3claws45. this fixes
1550                 a regression where messages that were scored as important
1551                 don't show their mark flags. (using the same column for
1552                 both importance as mark flags is the real problem
1553                 ofcourse)
1554
1555 2003-08-03 [melvin]     0.9.3claws94
1556
1557         * po/fr.po
1558                 Updated French translations.
1559
1560 2003-08-03 [melvin]     0.9.3claws93
1561
1562         * src/Makefile.am
1563                 Fixed typo introduced after 0.9.3claws92 
1564                 that prevented compilation
1565                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1566                 CPPFLAGS and YFLAGS to allow user setting these.
1567         * src/common/Makefile.am
1568         * src/gtk/Makefile.am
1569         * src/plugins/clamav/Makefile.am
1570         * src/plugins/demo/Makefile.am
1571         * src/plugins/dillo_viewer/Makefile.am
1572         * src/plugins/image_viewer/Makefile.am
1573         * src/plugins/mathml_viewer/Makefile.am
1574         * src/plugins/spamassassin/Makefile.am
1575         * src/plugins/trayicon/Makefile.am
1576         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1577                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1578                 CPPFLAGS and YFLAGS to allow user setting these.
1579
1580 2003-08-02 [christoph]  0.9.3claws92
1581
1582         * configure.ac
1583                 o rearrange plugin tests
1584                 o add test for clamav.h to ClamAV tests
1585
1586 2003-08-02 [luke]       0.9.3claws91
1587
1588         * src/mimeview.c
1589                 o fixed appearance of icon list when toggling back from the 
1590                   ctree
1591                 o toggling of icons using the keyboard works correctly
1592                 o fixed all other keyboard shortcuts to work when icons are
1593                   active
1594         
1595         * src/messageview.c
1596                 o fixed bug 4 - focus lost when changing messageview view type
1597
1598 2003-08-02 [christoph]  0.9.3claws90
1599
1600         * src/common/hooks.c
1601                 fix crash when pointer stored in hash table could get invalid
1602                 when a plugin is unloaded
1603
1604 2003-08-01 [christoph]  0.9.3claws89
1605
1606         * configure.ac
1607                 o try to build all plugins (except spamassassin) by default
1608                 o don't build a plugin if a dependency check fails
1609
1610         * src/common/hooks.c
1611                 fix warning
1612
1613 2003-08-01 [match]      0.9.3claws88
1614
1615         * src/importldif.c
1616                 allow single click field selection. document code.
1617
1618 2003-08-01 [christoph]  0.9.3claws87
1619
1620         * src/plugins/clamav/clamav_plugin.c
1621         * src/plugins/clamav/clamav_plugin_gtk.c
1622         * src/plugins/dillo_viewer/dillo_viewer.c
1623         * src/plugins/image_viewer/plugin.c
1624         * src/plugins/mathml_viewer/mathml_viewer.c
1625         * src/plugins/spamassassin/spamassassin.c
1626         * src/plugins/spamassassin/spamassassin_gtk.c
1627         * src/plugins/trayicon/trayicon.c
1628                 add version check to all plugins
1629
1630 2003-08-01 [hoa]        0.9.3claws86
1631
1632         * src/prefs_filtering.c
1633                 fixed a cosmetic bug, during creation of dialog box,
1634                 wrong widgets were shown after creation.
1635
1636 2003-08-01 [luke]       0.9.3claws85
1637
1638         * src/mainwindow.c
1639                 o fixed visibility of icons/mimeview after toggling separate
1640                   message/folder view (factored out some similar code too).
1641
1642
1643 2003-07-31 [alfons]     0.9.3claws84
1644
1645         * src/mimeview.c
1646                 tweak icon box UI a bit more, now allowing right-clicks actions
1647                 getting the relevant mime data too; should fix #250, "Can't save 
1648                 attachments sometimes".
1649
1650 2003-07-30 [alfons]     0.9.3claws83
1651
1652         * src/compose.c
1653                 don't do auto-save-draft inside key press handler, but rather
1654                 schedule it half of a second later; should fix #67, "autosave 
1655                 make re-rediting message crazy"
1656
1657 2003-07-30 [christoph]  0.9.3claws82
1658
1659         * src/plugins/trayicon/trayicon.c
1660                 process pending events before unloading the plugin
1661
1662         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1663
1664 2003-07-30 [alfons]     0.9.3claws81
1665
1666         * src/common/hooks.c
1667                 parameter 2 of g_hook_destroy() should really be a hook id
1668
1669 2003-07-30 [alfons]     0.9.3claws80
1670
1671         * src/common/plugin.c
1672                 fix a possibly harmful function signature mismatch 
1673                 for plugin_done
1674
1675 2003-07-30 [alfons]     0.9.3claws79
1676
1677         * src/common/hooks[.ch]
1678                 const correctness
1679
1680 2003-07-30 [darko]      0.9.3claws78
1681
1682         * src/summaryview.c
1683                 make it compile again
1684
1685 2003-07-30 [luke]       0.9.3claws77
1686
1687         * src/crash.c
1688         * src/main.c
1689                 o added/moved signal handlers for SIGTERM (normal kill command) 
1690                   and SIGINT (ctl-c) to be used even without 
1691                   --enable-crash-dialog, fixing bug 166
1692
1693         * src/summaryview.c
1694                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1695                   bug 227
1696
1697         * src/mainwindow.c
1698                 o changed sensitivity condition for 'Next new' and 'Next 
1699                   unread', fixing bug 8
1700
1701 2003-07-29 [alfons]     0.9.3claws76
1702
1703         * src/common/utils.[ch]
1704                 add generate_msgid()
1705         * src/messageview.c
1706                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1707                 sent folder".
1708
1709 2003-07-29 [alfons]     0.9.3claws75
1710
1711         * src/messageview.c
1712                 fix a memleak (claws-only)
1713
1714 2003-07-29 [alfons]     0.9.3claws74
1715
1716         * src/mimeview.[ch]
1717         * src/gtk/gtkvscrollbutton.[ch]
1718                 fix UI glitch where mime icon toolbox' scroll position is not 
1719                 reset after switching to another message
1720                 
1721
1722 2003-07-29 [paul]       0.9.3claws73
1723
1724         * src/prefs_folder_item.c
1725                 split the prefs into 2 separate pages
1726
1727 2003-07-29 [paul]       0.9.3claws72
1728
1729         * src/compose.c
1730                 prepend "\n\n" to a signature without a separator too
1731
1732 2003-07-29 [paul]       0.9.3claws71
1733
1734         * src/compose.c
1735                 fix bug where changing to an account without an auto-sig
1736                 from an initial account without an auto-sig would insert 
1737                 2 blank lines at the cursor point
1738                 fix bug where changing to an account with an auto-sig
1739                 from an initial account without an auto-sig would insert
1740                 the sig at the cursor point
1741
1742 2003-07-29 [paul]       0.9.3claws70
1743
1744         * src/folderview.c
1745                 use the colour from the folder pref unless the folder
1746                 has new messages
1747
1748 2003-07-29 [alfons]     0.9.3claws69
1749
1750         * src/procmsg.[ch]
1751         * src/messageview.c
1752         * src/procheader.c
1753                 rewrite return receipt request work a little bit (the former 
1754                 implementation presumably depended too much on the UI setting
1755                 flags). (we're losing the old pending flag.) 
1756
1757 2003-07-28 [christoph]  0.9.3claws68
1758
1759         * src/folder.c
1760         * src/imap.c
1761         * src/mh.c
1762         * src/procmsg.[ch]
1763                 fix copy to IMAP folder from other folder
1764
1765 2003-07-28 [christoph]  0.9.3claws67
1766
1767         * src/procmsg.c
1768                 fix sync of procmsg_get_message_file_list
1769
1770 2003-07-28 [christoph]  0.9.3claws66
1771
1772         * sync with 0.9.3cvs14
1773                 see ChangeLog 2003-07-18
1774         * sync with 0.9.3cvs17
1775                 see ChangeLog 2003-07-23
1776
1777         (closes Bug 234 segmentation fault after sending out mail via
1778          smtp(auth))
1779
1780 2003-07-28 [paul]       0.9.3claws65
1781
1782         * po/es.po
1783                 update Spanish translation, submitted by Ricardo Mones
1784                 Lastra
1785
1786 2003-07-28 [christoph]  0.9.3claws64
1787
1788         * src/folder.[ch]
1789         * src/imap.c
1790         * src/mh.c
1791                 return new message numbers as a GRelation instead of a GSList
1792                 that has to be in the same order as the input list. A list
1793                 would make it hard for IMAP to optimize oepration by sorting
1794                 the input list. The returned list would have to be reordered
1795                 to match the same order that input list has.
1796
1797         * src/gtk/gtkaspell.c
1798                 fix missing return value, could cause a crash when garbage is
1799                 on the stack that is used as the expected return value
1800
1801 2003-07-28 [paul]       0.9.3claws63
1802
1803         * sync with 0.9.4cvs1
1804                 see ChangeLog 2003-07-28
1805
1806 2003-07-27 [alfons]     0.9.3claws62
1807
1808         * src/mimeview.c
1809                 tweak it more to make icon list act like a check button group
1810
1811 2003-07-27 [christoph]  0.9.3claws61
1812
1813         * sync with 0.9.3cvs20
1814                 see ChangeLog 2003-07-25
1815
1816 2003-07-27 [paul]       0.9.3claws60
1817
1818         * src/procmsg.c
1819                 re-commit changes from 0.9.3claws58 -
1820                 accidently removed in 0.9.3claws59
1821
1822 2003-07-27 [paul]       0.9.3claws59
1823
1824         * src/procmsg.[ch]
1825                 a sync from 0.9.3cvs17
1826                 see ChangeLog 2003-07-23
1827
1828 2003-07-27 [alfons]     0.9.3claws58
1829
1830         * src/procmsg.c
1831                 add missing header members to MsgInfo; fixes the problem of 
1832                 not displaying X-Faces, as noticed by Ricardo Mones
1833
1834 2003-07-26 [christoph]  0.9.3claws57
1835
1836         * sync with 0.9.3cvs18
1837                 see ChangeLog 2003-07-24
1838
1839 2003-07-26 [christoph]  0.9.3claws56
1840
1841         * sync with 0.9.3cvs17
1842                 see ChangeLog 2003-07-23
1843
1844 2003-07-26 [christoph]  0.9.3claws55
1845
1846         * src/folder.[ch]
1847         * src/imap.c
1848         * src/mbox_folder.c
1849         * src/mh.c
1850         * src/news.c
1851                 add support for copy function that copy multiple messages
1852                 (not implemented yet)
1853
1854         * src/summaryview.c
1855                 add missing return value
1856
1857 2003-07-26 [paul]       0.9.3claws54
1858
1859         * tools/multiwebsearch.pl
1860                 do whitespace substitution before passing the string
1861                 to the browser. fixes bug with browsers that don't
1862                 do whitespace conversion themselves.
1863
1864 2003-07-25 [christoph]  0.9.3claws53
1865
1866         * src/folder.[ch]
1867         * src/imap.c
1868         * src/mh.c
1869                 rewrite adding of multiple messages to a folder for
1870                 claws' folder system
1871
1872 2003-07-25 [luke]       0.9.3claws52
1873
1874         * src/mimeview.c
1875                 o icon toggles set correctly on leaving ctree mimeview
1876
1877 2003-07-25 [paul]       0.9.3claws51
1878
1879         * partial sync with 0.9.3cvs21 [src/main.c]
1880                 see ChangeLog 2003-07-25
1881
1882 2003-07-24 [paul]       0.9.3claws50
1883
1884         * tools/maildir2sylpheed.pl
1885                 fix typo
1886
1887 2003-07-24 [paul]       0.9.3claws49
1888
1889         * src/mimeview.c
1890                 increase the gutter size of paned so that the panes
1891                 can be resized
1892                 
1893         * src/plugins/demo/demo.c
1894                 squeeze in another typo fix
1895
1896 2003-07-24 [paul]       0.9.3claws48
1897
1898         * src/plugins/demo/demo.c
1899           src/prefs_account.c
1900                 small changes to the English
1901                 
1902         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1903           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1904           src/Makefile.am
1905           src/stock_pixmap.c
1906                 rename the misspelled icon
1907
1908 2003-07-23 [alfons]     0.9.3claws47
1909
1910         * src/mimeview.c
1911                 make icon list look like a list of toggles
1912
1913 2003-07-23 [luke]       0.9.3claws46
1914
1915         * src/pixmaps/mimeview_gpg_expired.xpm
1916         * src/pixmaps/mimeview_gpg_failed.xpm
1917         * src/pixmaps/mimeview_gpg_passed.xpm
1918         * src/pixmaps/mimeview_text_html.xpm
1919         * src/pixmaps/mimeview_image.xpm
1920                 o all icons the same size
1921
1922         * src/mimeview.[ch]
1923                 o mimeview ctree arranged vertically above the viewer
1924                 o icons changed to buttons
1925                 o can use keyboard to select an icon (Enter)
1926                 o resize icon list to width of icons
1927
1928         *  src/gtk/gtkvscrollbutton.c
1929                 o sensitivity of buttons reacts to position
1930
1931 2003-07-23 [christoph]  0.9.3claws45
1932
1933         * sync with 0.9.3cvs14 (incomplete)
1934                 see ChangeLog 2003-07-17
1935
1936 2003-07-23 [alfons]     0.9.3claws44
1937
1938         * src/folder.c
1939         * src/procmsg.h
1940                 sync with my local tree to restore some claws-only things
1941
1942 2003-07-23 [paul]       0.9.3claws43
1943
1944         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1945           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1946           src/Makefile.am
1947           src/mimeview.c
1948           src/procmime.h
1949           src/rfc2015.c
1950           src/stock_pixmap.[ch]
1951                 indicate missing keys and expired sigs/keys
1952                 in mime view column
1953
1954 2003-07-23 [paul]       0.9.3claws42
1955
1956         * src/compose.c
1957                 Redirect fixes: enable automatic account selection and
1958                 do not append signature to message on changing account
1959                 fixes Bug[s] #248
1960
1961 2003-07-23 [paul]       0.9.3claws41
1962
1963         * sync with 0.9.3cvs16
1964                 see ChangeLog 2003-07-23
1965
1966 2003-07-23 [alfons]     0.9.3claws40
1967
1968         * src/inc.c
1969                 give progress dialog a main window, and give it the first 
1970                 one (presumably the only one). fixes bug #247, "segfault on 
1971                 pop-before-smtp" 
1972
1973 2003-07-22 [alfons]     0.9.3claws39
1974
1975         * src/summaryview.c
1976                 shift-space scrolls up
1977
1978 2003-07-22 [paul]       0.9.3claws38
1979
1980         * sync with 0.9.3cvs15
1981                 see ChangeLog 2003-07-22
1982
1983 2003-07-20 [alfons]     0.9.3claws37
1984
1985         * src/compose.c
1986                 put menu inside #ifdef USE_ASPELL..#endif
1987
1988 2003-07-20 [christoph]  0.9.3claws36
1989
1990         * src/procmsg.c
1991                 fix wrong flags in MsgInfo returned by
1992                 procmsg_msginfo_get_full_info()
1993
1994         (closes Bug 221 Deleting messages from the Message View gives incorrect
1995          new/unread message counts in the folder view)
1996
1997         * src/plugins/spamassassin/spamassassin_gtk.c
1998                 add gettext macro for prefs page title
1999
2000 2003-07-20 [paul]       0.9.3claws35
2001
2002         * src/mimeview.c
2003                 redraw icon list on signature check
2004
2005 2003-07-20 [christoph]  0.9.3claws34
2006
2007         * src/Makefile.am
2008         * src/account.c
2009         * src/folder.[ch]
2010         * src/folder_item_prefs.[ch]            ** NEW **
2011         * src/folderview.c
2012         * src/mainwindow.c
2013         * src/mh.c
2014         * src/prefs_gtk.c
2015         * src/prefs_scoring.c
2016         * src/summaryview.c
2017         * src/prefs_folder_item.[ch]
2018                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2019                   Properties dialog
2020                 o use prefswindow for folder properties
2021
2022         * src/gtk/prefswindow.[ch]
2023                 change implementation to use an invisible notebook instead
2024                 of unparenting widgets
2025
2026 2003-07-20 [christoph]  0.9.3claws33
2027
2028         * src/compose.h
2029         * src/folder.c
2030         * src/folderview.h
2031         * src/headerview.h
2032         * src/prefs_filtering.h
2033         * src/prefs_folder_item.[ch]
2034         * src/procmime.h
2035         * src/procmsg.h
2036         * src/summaryview.h
2037                 clean up header mess
2038                 (always use 1. typedefs, 2. #includes, 3. structures)
2039
2040         * src/common/version.h.in
2041                 add casts for constants
2042
2043         * src/plugins/demo/demo.c
2044                 fix typo
2045
2046         * src/plugins/spamassassin/spamassassin.c
2047                 remove unused variable
2048
2049 2003-07-20 [alfons]     0.9.3claws32
2050
2051         * src/mimeview.c
2052                 o make icon buttons respond on left click
2053                 o minor cosmetic change
2054
2055 2003-07-19 [luke]       0.9.3claws31
2056
2057         * src/mimeview.[ch]
2058         * src/gtk/gtkvscrollbutton.c
2059         * src/messageview.c
2060                 o improved mimeview behaviour when selecting a new message
2061                 o plus code cleanups to remove compile warnings
2062
2063
2064 2003-07-19 [alfons]     0.9.3claws30
2065
2066         * src/procmsg.c
2067         * src/compose.c
2068         * src/common/utils.[ch]
2069                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2070
2071 2003-07-19 [alfons]     0.9.3claws29
2072
2073         * src/prefs_folder_item.c
2074                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2075                 string pointers
2076
2077 2003-07-19 [luke]       0.9.3claws28
2078
2079         * src/messageview.c
2080         * src/mimeview.[ch]
2081         * src/procmime.h
2082         * src/rfc2015.c
2083         * src/stock_pixmap.[ch]
2084         * src/gtk/Makefile.am
2085         * src/Makefile.am
2086         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2087         * src/pixmaps/mime_*.xpm                ** NEW **
2088                 o mimeview rearrangement with a new icon shortcut bar
2089
2090 2003-07-19 [alfons]     0.9.3claws27
2091
2092         * src/folderview.c
2093                 o plug leaking nodes_to_recollapse
2094                 o add folderview_recollapse_all_nodes() (not used yet)
2095
2096 2003-07-19 [alfons]     0.9.3claws26
2097
2098         * src/compose.c
2099         * src/common/utils.c
2100                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2101                 for both forwarding as replying
2102
2103 2003-07-18 [christoph]  0.9.3claws25
2104
2105         * configure.ac
2106         * src/common/sylpheed.[ch]
2107         * src/common/version.h.in
2108                 add version in numeric form to allow easy comparison
2109
2110         * src/plugins/demo/demo.c
2111                 add version check
2112                 - sylpheed version > plugin version => never allowed, sylpheed
2113                   could contain unknown API changes
2114                 - sylpheed version < minimum version required => don't load,
2115                   API required not available (if linking does not fail)
2116
2117 2003-07-18 [alfons]     0.9.3claws24
2118         
2119         * src/common/plugin.[ch]
2120                 const correctness
2121
2122 2003-07-18 [christoph]  0.9.3claws23
2123
2124         * src/common/hooks.c
2125                 fix crash when hooks where unregisted
2126
2127         * src/plugins/trayicon/trayicon.c
2128                 unregister detroy signal before destroying the widget
2129                 (still crashes when the plugin is unloaded)
2130
2131 2003-07-18 [alfons]     0.9.3claws22
2132         
2133         * src/folderview.c
2134                 delay expanding folder tree during drags until timeout triggered
2135                 (needs perhaps some tweaking, so testing is welcome)
2136
2137 2003-07-17 [alfons]     0.9.3claws21
2138
2139         * src/folderview.c
2140                 clean up cruft
2141
2142 2003-07-17 [christoph]  0.9.3claws20
2143
2144         * src/common/session.c
2145                 fix opening of SSL connections
2146
2147         * src/plugins/image_viewer/Makefile.am
2148                 add OPENSSL_CFLAGS (we should find a better solution to remove
2149                 this dependencies if they are not required)
2150
2151         * src/plugins/spamassassin/spamassassin.c
2152                 remove setlocale workaround (fixed in libspamc)
2153
2154         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2155          if spell checking enabled)
2156
2157 2003-07-17 [alfons]     0.9.3claws19
2158
2159         * src/common/hooks.[ch]
2160         * src/plugins/clamav/clamav_plugin.c
2161         * src/plugins/spamassassin/spamassassin.c
2162         * src/plugins/trayicon/trayicon.c
2163                 fix signedness muck 
2164
2165 2003-07-17 [alfons]     0.9.3claws18
2166
2167         * src/procmime.c
2168                 plug memleak
2169
2170 2003-07-17 [alfons]     0.9.3claws17
2171
2172         * src/inc.c
2173                 plug memleak
2174
2175 2003-07-17 [paul]       0.9.3claws16
2176
2177         * src/common/defs.h
2178           src/mainwindow.c
2179           src/manual.[ch]
2180                 add link to the Claws site's FAQ page, after the suggestion
2181                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2182                 Move url strings to defs.h
2183                 
2184         * src/mainwindow.c
2185                 fix typo to prevent "unknown menu entry" warnings
2186
2187 2003-07-17 [alfons]     0.9.3claws15
2188
2189         * src/folderview.[ch]
2190         * src/summaryview.[ch]
2191         * src/mimeview.[ch]
2192                 plug DnD leaks 
2193
2194 2003-07-17 [paul]       0.9.3claws14
2195
2196         * src/inc.c
2197                 remove two instances of 'GTK_EVENTS_FLUSH' because
2198                 they are unnecessary and probably cause a stack overflow
2199
2200 2003-07-16 [christoph]  0.9.3claws13
2201
2202         * src/mimeview.[ch]
2203                 use an invisible GTK notebook to switch between viewers
2204                 instead of reparenting widgets
2205
2206 2003-07-16 [christoph]  0.9.3claws12
2207
2208         * src/folder.c
2209                 move folder_item_update_freeze() to correct place in
2210                 folder_item_scan_full()
2211
2212 2003-07-16 [paul]       0.9.3claws11
2213
2214         * sync with 0.9.3cvs12
2215                 see ChangeLog 2003-07-14 and 2003-07-15
2216
2217 2003-07-16 [christoph]  0.9.3claws10
2218
2219         * src/imap.[ch]
2220         * src/prefs_account.[ch]
2221                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2222
2223 2003-07-15 [alfons]     0.9.3claws9
2224
2225         * src/main.c
2226                 make --config-dir do something useful
2227
2228 2003-07-15 [alfons]     0.9.3claws8
2229
2230         * src/procmsg.c
2231                 o fix a bug where 'last' didn't really point to the last message
2232                   in the top level list of children, but to the last threaded
2233                   message. 
2234                 
2235                 o clean up and make it easier to sync
2236
2237 2003-07-15 [alfons]     0.9.3claws7
2238
2239         * src/mainwindow.c
2240                 make correct menu items sensitive       
2241
2242 2003-07-14 [alfons]     0.9.3claws6
2243
2244         * src/procmsg.c
2245                 tune the threader so it will not subject-thread any message
2246                 without a subject prefix (this will not thread correctly if 
2247                 a parent is delivered after their childs, but it looks 
2248                 better right now)
2249
2250 2003-07-13 [christoph]  0.9.3claws5
2251
2252         * src/mainwindow.c
2253                 group "Add mailbox *..." menu items in submenu
2254
2255 2003-07-13 [alfons]     0.9.3claws4
2256
2257         * src/summaryview.c
2258                 correct summary_toggle_pressed() signature and make sure
2259                 signal is not passed on
2260
2261 2003-07-13 [alfons]     0.9.3claws3
2262
2263         * src/summaryview.c
2264                 o for now don't pass on keys when they we're handled by 
2265                   ctree::key_press_event
2266                 o clean up
2267
2268 2003-07-13 [alfons]     0.9.3claws2
2269         
2270         * src/main.c
2271                 add command line option "--config-dir" to get the current 
2272                 configuration dir
2273
2274 2003-07-12 [alfons]     0.9.3claws1
2275
2276         * src/matcher.[ch]
2277         * src/matcher_parser_parse.y
2278         * src/prefs_filtering.c
2279         * src/filtering.c
2280                 add "Lock" filter action to lock messages;
2281
2282         * src/filtering.c       
2283                 remove debug_print()    
2284         * src/prefs_filtering.c
2285                 re-organize matcher part 9: 
2286                 make action text entries easily extendible;
2287                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2288                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2289
2290 2003-07-12 [paul]
2291
2292         * tools/README
2293                 update old information and add missing
2294                 information
2295
2296 2003-07-12 [paul]       0.9.3claws
2297
2298         * 0.9.3claws released
2299         
2300 2003-07-12 [paul]       0.9.0claws103
2301
2302         * src/Makefile.am
2303                 add addrquery.h
2304
2305 2003-07-12 [melvin]     0.9.0claws102
2306
2307         * src/messageview.c
2308                 Fixed bug #215: Show MIME tab for single text/html messages. 
2309                 
2310 2003-07-12 [paul]       0.9.0claws101
2311
2312         * man/sylpheed.1
2313                 updated
2314
2315 2003-07-12 [paul]       0.9.0claws100
2316
2317         * po/es.po
2318           po/hr.po
2319           po/pl.po
2320           po/sr.po
2321                 update Spanish, Croatian, Polish, Serbian translations.
2322                 submitted by Ricardo Mones Lastra, Dragan, Witold
2323                 Wladyslaw Wojciech Wilk, Urke MMI
2324
2325 2003-07-12 [melvin]     0.9.0claws99
2326
2327         * po/fr.po
2328                 Updated French translations.
2329
2330 2003-07-12 [paul]       0.9.0claws98
2331
2332         * src/addressbook.c
2333                 disable 'Lookup' button as it has no effect
2334
2335 2003-07-11 [alfons]     0.9.0claws97
2336         
2337         * src/summaryview.c
2338                 summary_searchbar_pressed() should return TRUE to signal that
2339                 event was handled. when returning void, the return value passed
2340                 to GTK is actually random, but maybe FALSE, in which case the
2341                 event is handled by parent
2342                 
2343 2003-07-10 [paul]       0.9.0claws96
2344
2345         * ac/missing/gettext.m4
2346                 update to version 0.12
2347
2348 2003-07-10 [paul]       0.9.0claws95
2349
2350         * src/plugins/clamav/clamav_plugin.c
2351                 fix bug where multipart/alternative messages
2352                 would slip through without being scanned
2353
2354 2003-07-10 [christoph]  0.9.0claws94
2355
2356         * src/folder.c
2357                 correct check if folder supports removing when a message is
2358                 moved. if not the message is only copied.
2359
2360         (closes Bug 132 crash on startup in newsgroups folders)
2361
2362 2003-07-09 [alfons]     0.9.0claws93
2363
2364         * configure.ac
2365         * src/common/defs.h
2366                 --with-config-dir (default .sylpheed)
2367
2368 2003-07-09 [christoph]  0.9.0claws92
2369
2370         * configure.ac
2371                 use PKG_CHECK_MODULES to check for gtkmathview
2372                 (version 0.4.2 now required)
2373
2374 2003-07-08 [melvin]     0.9.0claws91
2375
2376         * src/action.c
2377                 Implemented a progress bar that counts the number of completed
2378                 tasks when the action runs more than one command.
2379
2380 2003-07-08 [alfons]     0.9.0claws90
2381
2382         * src/procmsg.c
2383                 if queued message has an invalid Message-Id, don't try to
2384                 find message it refers to (fixes #209 "crash when processing 
2385                 in folder")
2386
2387 2003-07-08 [paul]       0.9.0claws89
2388
2389         * sync with 0.9.3cvs2
2390                 see ChangeLog 2003-07-08
2391
2392 2003-07-08 [match]      0.9.0claws88
2393
2394         * src/ldapctrl.c
2395                 extend LDAP search for first/last name by parsing search term.
2396
2397 2003-07-08 [alfons]     0.9.0claws87
2398
2399         * src/send_message.c
2400                 fix bug #208 "Status message stuck when sending on POP3 account"
2401
2402 2003-07-07 [paul]       0.9.0claws86
2403
2404         * po/hr.po
2405                 new Croatian translation, submitted by
2406                 Dragan <drleskov@inet.hr>
2407
2408 2003-07-07 [paul]       0.9.0claws85
2409
2410         * sync with 0.9.3cvs1
2411                 see ChangeLog 2003-07-07
2412
2413 2003-07-05 [christoph]  0.9.0claws84
2414
2415         * src/Makefile.am
2416         * src/messageview.c
2417         * src/mimeview.[ch]
2418         * src/stock_pixmap.[ch]
2419         * src/pixmaps/messageview_text.xpm              ** NEW **
2420                 move mimeview tabs to the right side and use icons
2421                 instead of text to save some space
2422
2423         (patch by Luke Plant <lukeplant@softhome.net>)
2424
2425 2003-07-05 [christoph]  0.9.0claws83
2426
2427         * src/inc.c
2428                 add NULL pointer checks
2429
2430         (patch by Luke Plant <lukeplant@softhome.net>)
2431         (closes Bug 204 0.9.0 quits on authentication error?!)
2432
2433 2003-07-05 [alfons]     0.9.0claws82
2434
2435         * configure.ac
2436                 take the clue in bug #202 "./configure script - 
2437                 'if test' comparison failure" reported by John Kristoff. 
2438
2439 2003-07-04 [christoph]  0.9.0claws81
2440
2441         * src/plugins/spamassassin/spamassassin.c
2442                 set timeout for spam check
2443
2444 2003-07-04 [christoph]  0.9.0claws80
2445
2446         * src/main.c
2447                 destroy all FolderItems when shutting down to
2448                 allow folders to clean up
2449
2450 2003-07-04 [melvin]     0.9.0claws79
2451
2452         * src/gtk/gtkaspell.c
2453                 Fixed bug #184 "Entering non-ascii character deletes
2454                 previous char if spell checking enabled": this makes
2455                 the spell checking in multibytes (e.g. UTF-8)locales work.
2456                 (Patch by Luke Plant).
2457                 
2458 2003-07-04 [christoph]  0.9.0claws78
2459
2460         * sync with 0.9.2cvs1
2461                 see ChangeLog 2003-06-10
2462
2463 2003-07-04 [paul]       0.9.0claws77
2464
2465         * sync with 0.9.3 release
2466                 see ChangeLog 2003-07-04
2467
2468 2003-07-03 [christoph]  0.9.0claws76
2469
2470         * src/folder.[ch]
2471         * src/imap.c
2472         * src/mbox_folder.c
2473         * src/mh.c
2474         * src/news.c
2475                 move folder_item_get_path() stuff into a folder virtual function
2476
2477         * src/procmsg.c
2478                 use folder_item_fetch_msg() to get message and do not contruct
2479                 the filename from path and number
2480
2481 2003-07-03 [paul]       0.9.0claws75
2482
2483         * sync with 0.9.2cvs12
2484                 see ChangeLog 2003-07-03
2485
2486 2003-07-02 [paul]       0.9.0claws74
2487
2488         * src/messageview.c
2489                 fix text-selection for replying
2490
2491 2003-07-02 [paul]       0.9.0claws73
2492
2493         * sync with 0.9.2cvs11
2494                 see ChangeLog 2003-07-02
2495
2496 2003-07-02 [paul]       0.9.0claws72
2497
2498         * src/procmsg.c
2499                 revert last commit because it breaks more
2500                 than it fixes
2501
2502 2003-07-02 [paul]       0.9.0claws71
2503
2504         * src/procmsg.c
2505                 fix thread by subject/sort by date
2506
2507 2003-07-01 [paul]       0.9.0claws70
2508
2509         * sync with 0.9.2cvs10
2510                 see ChangeLog 2003-07-01
2511
2512 2003-06-30 [paul]       0.9.0claws69
2513
2514         * sync with 0.9.2cvs9
2515                 see ChangeLog 2003-06-30
2516
2517 2003-06-28 [match]      0.9.0claws68
2518
2519         * src/addressbook.c
2520                 fix null ptr.
2521
2522 2003-06-27 [paul]       0.9.0claws67
2523
2524         * sync with 0.9.2cvs7
2525                 see ChangeLog 2003-06-27
2526
2527 2003-06-26 [christoph]  0.9.0claws66
2528
2529         * src/folder.c
2530                 freeze folder updates while a folder is scanned
2531
2532         (closes Bug 185 New message counter)
2533
2534 2003-06-26 [darko]      0.9.0claws65
2535
2536         * src/ldapserver.c
2537                 fix infinite loop when adding a new LDAP server
2538
2539 2003-06-26 [paul]       0.9.0claws64
2540
2541         * sync with 0.9.2cvs6
2542                 see ChangeLog 2003-06-26
2543
2544 2003-06-26 [paul]       0.9.0claws63
2545
2546         * sync with 0.9.2cvs5
2547                 see ChangeLog 2003-06-25 and 2003-06-26
2548
2549 2003-06-25 [match]      0.9.0claws62
2550
2551         * src/addr_compl.c
2552                 Fixed tab/backtab for dropped-down completion list to
2553                 move next/previous field. (close bug 147)
2554
2555 2003-06-25 [christoph]  0.9.0claws61
2556
2557         * src/addr_compl.[ch]
2558         * src/addrindex.[ch]
2559         * src/folderview.c
2560         * src/inc.c
2561         * src/news.c
2562         * src/summaryview.c
2563         * src/toolbar.c
2564                 fix warnings
2565
2566 2003-06-25 [leandro]    0.9.0claws60
2567
2568         * src/compose.c
2569                 o cleanups
2570                 o gray out "Message/Remove references" menu item if not
2571                   replying to a message
2572
2573 2003-06-24 [leandro]    0.9.0claws59
2574
2575         * src/compose.[ch]
2576                 o removed "Message/Create new thread" menu item
2577                 o added "Message/Remove references" menu item
2578                   (it's off by default and will not check anymore
2579                    if the subject changed)
2580
2581 2003-06-23 [alfons]     0.9.0claws58
2582
2583         * src/procmsg.c
2584                 try better grouping messages threaded by subject based on their age.
2585                 still not perfect - because the message tree is not sorted by date.  
2586
2587 2003-06-23 [thorsten]   0.9.0claws57
2588
2589         * src/pop.[ch]
2590                 added mail_receive_hook to allow modifications
2591                 directly after retrieval (e.g. adding headers).
2592
2593 2003-06-23 [paul]       0.9.0claws56
2594
2595         * src/sourcewindow.c
2596                  enable the use of Ctrl+A to select all text in
2597                  the sourcewindow
2598                  Patch submitted by Ivan Francolin Martinez
2599                  <ivanfm@users.sourceforge.net>
2600
2601 2003-06-22 [christoph]  0.9.0claws55
2602
2603         * src/folder.[ch]
2604                 o add notification hook for folder tree changes
2605                 o invoke hooks after folder tree scanning
2606
2607         * src/folderview.[ch]
2608                 register hook for folder tree changes that
2609                 updates the ctree
2610
2611         (there are more places that should be updated, like add, remove 
2612          or move folder)
2613
2614         (closes Bug 164 Crash on rebuild folder tree)
2615         (closes Bug 190 Crash on 'rebuilding folder tree')
2616
2617 2003-06-21 [leandro]    0.9.0claws54
2618
2619         * src/compose.[ch]
2620                 create a new thread if subject changes
2621                 (it's on by default, can be disabled in Message menu)
2622
2623 2003-06-21 [alfons]     0.9.0claws53
2624
2625         * src/summaryview.c
2626                 quiet little compiler
2627
2628 2003-06-21 [christoph]  0.9.0claws52
2629
2630         update gettext stuff to version 0.12
2631
2632 2003-06-19 [alfons]     0.9.0claws51
2633
2634         * src/common/log.c
2635         * src/common/plugin.c
2636                 move defs.h before glib.h to prevent MIN/MAX redefs
2637
2638 2003-06-19 [alfons]
2639
2640         * src/addressbook.c
2641                 translatable
2642
2643 2003-06-19 [match]      0.9.0claws50
2644
2645         * src/addressbook.[ch]
2646         * src/addrindex.[ch]
2647         * src/addr_compl.[ch]
2648         * src/editldap.[ch]
2649         * src/editldap_basedn.[ch]
2650         * src/addritem.[ch]
2651         * src/ldapquery.h
2652                 re-implemented dynamic LDAP search. works without
2653                 slowdown on display sender with addressbook
2654                 option.
2655         * src/addrbook.c
2656                 documented code.
2657
2658 2003-06-19 [paul]       0.9.0claws49
2659
2660         * src/compose.c
2661                 fix Bug #136 'Nonprovided quotation marks crash claws'
2662                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2663
2664 2003-06-19 [alfons]     0.9.0claws48
2665
2666         * src/prefs_common.[ch]
2667         * src/procmsg.c
2668                 restrict threading by subject by checking thread for
2669                 age (prefs_common.thread_by_subject_max_age)
2670
2671 2003-06-18 [christoph]  0.9.0claws47
2672
2673         * src/imap.c
2674                 fix memory leak in imap_cmd_fetch()
2675
2676 2003-06-18 [christoph]  0.9.0claws46
2677
2678         * src/prefs_gtk.c
2679                 fix memory leak in prefs_set_default() when used multiple
2680                 times or after prefs have been read
2681
2682 2003-06-18 [christoph]  0.9.0claws45
2683
2684         * src/common/plugin.c
2685                 fix memory leak in plugin_unload()
2686
2687 2003-06-18 [christoph]  0.9.0claws44
2688
2689         * src/imap.c
2690                 fix memory leak in imap_cmd_ok()
2691
2692 2003-06-18 [christoph]  0.9.0claws43
2693
2694         * src/folder.c
2695                 stop messages that are downloaded from POP3 and added to
2696                 an IMAP inbox from being filtered twice (first by POP3
2697                 and again when IMAP folder is scaned to get the UID of
2698                 the APPEND operation when no UIDPLUS is available)
2699
2700 2003-06-18 [alfons]
2701
2702         * tools/Makefile.am
2703                 phoenix <- firebird     
2704
2705 2003-06-18 [paul]
2706
2707         * tools/launch_phoenix          ** REMOVED **
2708           tools/launch_firebird         ** NEW **
2709                 renamed and edited to reflect the browser's name change from
2710                 'phoenix' to 'firebird'
2711
2712 2003-06-18 [paul]       0.9.0claws42
2713
2714         * sync with 0.9.2cvs2
2715                 see ChangeLog 2003-06-16
2716
2717 2003-06-17 [alfons]     0.9.0claws41
2718
2719         * src/procmsg.c
2720                 prevent threading problems when a node is an ancestor (parent / great parent),
2721                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2722                 for finding an sample set of messages)
2723
2724 2003-06-16 [christoph]  0.9.0claws40
2725
2726         * src/main.c
2727                 don't popup main window on --receive or --receive-all
2728
2729         * src/mainwindow.[ch]
2730         * src/plugins/trayicon/trayicon.c
2731                 allow hiding of main window by clicking on the trayicon
2732                 (doesn't work correctly in seperate window mode and may
2733                  cause unexpected GTK problems I couldn't find yet)
2734
2735         * src/common/ssl.c
2736                 remove incorrect warning
2737
2738 2003-06-15 [alfons]     0.9.0claws39
2739
2740         * src/gtk/gtkstext.c
2741                 don't output debug text;
2742                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2743                 for pointing this out);
2744
2745 2003-06-14 [alfons]     0.9.0claws38
2746         
2747         * src/messageview.c
2748                 remove printf() and make one if..else comply with coding style
2749
2750 2003-06-14 [alfons]     0.9.0claws37
2751
2752         * AUTHORS
2753                 add Martin Wicke
2754         * src/action.c
2755         * src/messageview.[ch]
2756         * src/summaryview.c
2757                 apply patch #754162 "Quoting messages filtered by actions" submitted
2758                 by Martin Wicke, which allows quoting message body changed by an
2759                 action (Thanks!).
2760
2761 2003-06-13 [alfons]     0.9.0claws36
2762
2763         * src/utils.c
2764                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2765                 use case insensitive regexp (suggested by Ivan Martinez)
2766
2767 2003-06-13 [christoph]  0.9.0claws35
2768
2769         * configure.ac
2770         * src/plugins/trayicon/Makefile.am
2771         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2772         * src/plugins/trayicon/trayicon.c
2773         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2774         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2775         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2776         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2777         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2778         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2779                 replace my own EggTrayIcon backport with the backport
2780                 used by (l|x)mule and gabber.
2781
2782 2003-06-13 [alfons]     0.9.0claws34
2783
2784         * AUTHORS
2785         * src/common/utils.c
2786                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2787
2788 2003-06-13 [alfons]     0.9.0claws33
2789
2790         * src/compose.c
2791                 clean up a little bit
2792
2793 2003-06-12 [alfons]     0.9.0claws32
2794
2795         * src/compose.c
2796                 const correctness fix
2797
2798         * src/common/sylpheed.[ch]
2799                 () -> (void)
2800                 prevent redef MIN/MAX
2801                 
2802         * src/common/utils.[ch]
2803                 () -> (void)
2804
2805 2003-06-12 [melvin]     0.9.0claws31
2806
2807         * src/compose.c
2808                 Updated to take into accounts changes in GtkAspell.
2809
2810 2003-06-12 [alfons]     0.9.0claws30
2811
2812         * src/compose.c
2813         * src/procmsg.c
2814         * src/common/utils.[ch]
2815                 handle reply subject prefixes better (initial 
2816                 suggestion by Robert Story adapted and enhanced 
2817                 using regexps)
2818
2819 2003-06-12 [melvin]     0.9.0claws29
2820
2821         * src/compose.c
2822                 Use new gtkaspell_checkers_strerror() to get the speller's
2823                 error message instead of accessing the (now private)
2824                 checkers structure.
2825                 Minor code clean up
2826
2827         * src/main.c
2828                 Use #ifdef instead of #if for USE_ASPELL
2829                 Use the new spell checkers init/quit functions 
2830
2831         * src/gtk/gtkaspell.c
2832                 Use #ifdef instead of #if for USE_ASPELL
2833                 Moved in the majority of GtkAspell structures that were
2834                 exported before by gtkaspell.h
2835         
2836         * src/gtk/gktaspell.h
2837                 Made gtkaspell.h contain only the necessary data to be
2838                 publicized by moving many structures to gtkaspell.c.
2839                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2840                 gtkaspell_checkers_new(): replaced by...
2841                 gtkaspell_checkers_init(): new function for initialization
2842                 gtkaspell_checkers_delete(): replaced by...
2843                 gtkaspell_checkers_quit(): new function
2844                 gtkaspell_checkers_strerror(): new function that returns
2845                 the checker's last error message.
2846                 
2847 2003-06-11 [melvin]     0.9.0claws28
2848
2849         * po/POTFILES.in
2850                 Updated to take into account gtkaspell.c migration to
2851                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2852
2853 2003-06-10 [alfons]     0.9.0claws27
2854
2855         * src/filtering.[ch]
2856         * src/folder.c
2857         * src/matcher.c
2858         * src/scoring.[ch]
2859                 - try fixing bug #18 (any brave testers?)
2860                 - add more robustness by refusing previously 
2861                   unchecked NULL pointers 
2862
2863 2003-06-10 [alfons]     0.9.0claws26
2864
2865         * src/procmsg.c
2866                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2867
2868 2003-06-09 [alfons]     0.9.0claws25
2869
2870         * src/prefs_common.c
2871                 fix bug #163 "Icon switching doesnt work properly" by 
2872                 preventing early freeing of prefs_common.pixmap_theme_path.
2873
2874 2003-06-09 [christoph]  0.9.0claws24
2875
2876         * src/gtk/gtkaspell.c
2877                 revert Thorsten's fix and add forgotten g_strdup for
2878                 aspell path (it should not be possible to alter the path a
2879                 GtkASpell uses from outside)
2880
2881 2003-06-09 [thorsten]   0.9.0claws23
2882
2883         * src/gtk/gtkaspell.c
2884                 dont free prefs_common.aspell_path when closing compose
2885
2886 2003-06-08 [colin]      0.9.0claws22
2887
2888         * src/plugins/spamassassin/spamassassin.c
2889                 fix prefs types
2890
2891 2003-06-07 [christoph]  0.9.0claws21
2892
2893         * src/Makefile.am
2894         * src/compose.c
2895         * src/gtkaspell.[ch]            ** REMOVE **
2896         * src/gtk/Makefile.am
2897         * src/gtk/gtkaspell.[ch]        ** NEW **
2898                 o make gtkaspell independent from sylpheed's prefs
2899                 o move gtkaspell.[ch] to gtk directory
2900
2901 2003-06-07 [christoph]  0.9.0claws20
2902
2903         * src/Makefile.am
2904         * src/crash.c
2905         * src/export.c
2906         * src/filesel.[ch]              ** REMOVE **
2907         * src/folder.c
2908         * src/main.[ch]
2909         * src/common/sylpheed.[ch]
2910         * src/gtk/Makefile.am
2911         * src/gtk/filesel.[ch]          ** NEW **
2912         * src/gtk/pluginwindow.c
2913         * src/gtk/sslcertwindow.c
2914                 move filesel.[ch] to gtk directory
2915
2916 2003-06-07 [alfons]     0.9.0claws19
2917
2918         * src/filesel.c
2919                 make (multi) file selection dialog work again (Claws-only)
2920
2921 2003-06-07 [thorsten]   0.9.0claws18
2922
2923         * po/de.po
2924                 fix typos
2925
2926 2003-06-07 [alfons]     0.9.0claws17
2927
2928         * configure.ac
2929         * src/mimeview.c
2930                 detect apache mishap in which case don't include fnmatch.h
2931                 if regex.h is already included
2932
2933 2003-06-06 [christoph]  0.9.0claws16
2934
2935         * configure.ac
2936         * src/mimeview.h
2937                 add check for fnmatch.h and include it when available
2938
2939         * src/mimeview.[ch]
2940                 fix wrong case sensitivity of Content-Types
2941
2942         * src/gtk/Makefile.am
2943                 need the same include paths in gtk directory as in
2944                 common directory because .h files in common can
2945                 include files from these directories, when included
2946                 in gtk's .h or .c files
2947
2948 2003-06-06 [alfons]     0.9.0claws15
2949
2950         * src/mimeview.c
2951         * src/summaryview.c
2952                 make it compile again because of regex.h / fnmatch.h 
2953                 include problems (related to recent mime stuff, can
2954                 someone check this?)
2955
2956 2003-06-06 [thorsten]   0.9.0claws14
2957
2958         * src/folderview.c
2959                 possible use of uninitialized pointer while dragging
2960
2961 2003-06-06 [paul]       0.9.0claws13
2962
2963         * src/compose.c
2964                 fix bug where the insert sig button would be effective
2965                 only when auto_sig was set
2966
2967 2003-06-06 [paul]       0.9.0claws12
2968
2969         * sync with 0.9.2 release
2970
2971 2003-06-02 [paul]       0.9.0claws11
2972
2973         * sync with 0.9.1cvs1
2974                 see ChangeLog 2003-06-02
2975                 
2976         * po/de.po
2977                 update by Jens
2978
2979 2003-06-01 [christoph]  0.9.0claws10
2980
2981         * src/account.c
2982                 don't use substring search to find accounts by email address
2983
2984         (closes Bug 169 Overly loose matching of "From" address)
2985
2986 2003-05-31 [christoph]  0.9.0claws9
2987
2988         * doc-src/rfc2683.txt
2989         * src/imap.c
2990                 limit IMAP command length as recommended in RFC2683
2991                 (message number lists will be split into multiple imap
2992                 sets, the limit of 1000 octets is not a hard limit)
2993
2994         (closes Bug 161 sylpheed-claws exits with segfault when logging
2995          in to certain imap-servers)
2996
2997 2003-05-29 [alfons]     0.9.0claws8
2998
2999         * src/toolbar.[ch]
3000                 add print button (calling summary_print());
3001                 fine tune setting tooltip text;
3002                 (if someone needs other buttons, please take these 
3003                 commits as a guide, instead of bothering us - also
3004                 see 0.8.11claws150) 
3005
3006 2003-05-29 [darko]      0.9.0claws7
3007
3008         * src/compose.c
3009                 fix crash when word wrapping kicks in due to
3010                 changed text by spell checker
3011
3012 2003-05-29 [paul]       0.9.0claws6
3013
3014         * src/compose.c
3015                 fix bug where changing account would insert
3016                 sig even if auto_sig was FALSE
3017                 
3018         * ChangeLog
3019           ChangeLog.jp
3020           INSTALL
3021                 sync with 0.9.1 release
3022
3023 2003-05-28 [christoph]  0.9.0claws5
3024
3025         * src/imap.c
3026                 fix truncation of too long commands
3027
3028         (closes Bug 167 IMAP hangs trying to get envelope
3029          information in imap_get_uncached_messages)
3030
3031 2003-05-27 [paul]       0.9.0claws4
3032
3033         * tools/Makefile.am
3034           tools/maildir2sylpheed.pl     ** NEW FILE **
3035                 add kmail to sylpheed mailbox conversion script
3036
3037 2003-05-27 [paul]       0.9.0claws3
3038
3039         * sync with 0.9.0cvs10
3040                 see ChangeLog 2003-05-26
3041
3042 2003-05-26 [paul]       0.9.0claws2
3043
3044         * sync with 0.9.0cvs9
3045                 see ChangeLog 2003-05-26
3046
3047 2003-05-24 [paul]       0.9.0claws1
3048
3049         * sync with 0.9.0cvs8
3050                 see ChangeLog 2003-05-23
3051
3052 2003-05-24 [paul]       0.9.0claws
3053
3054         * version 0.9.0claws released
3055
3056 2003-05-24 [paul]       0.8.11claws177
3057
3058         * src/plugins/dillo-viewer/Makefile.am
3059           src/plugins/traycon/Makefile.am
3060                 add missing files
3061                 
3062         * po/bg.po
3063           po/en_GB.po
3064           po/es.po
3065           po/it.po
3066           po/pt_BR.po
3067           po/ru.po
3068           po/sr.po
3069                 update Bulgarian, British English, Spanish, Italian, 
3070                 Brazilian Portuguese, Russian, and Serbian translations, 
3071                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3072                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3073                 Ruslan N. Balkin, and Urke MMI
3074
3075 2003-05-23 [melvin]     0.8.11claws176
3076
3077         * po/fr.po
3078                 Updated French translations
3079
3080 2003-05-22 [paul]       0.8.11claws175
3081
3082         * src/Makefile.am
3083           src/addrbook.[ch]
3084           src/addrcache.[ch]
3085           src/addr_compl.[ch]
3086           src/adressbook.[ch]
3087           src/addrindex.[ch]
3088           src/addritem.[ch]
3089           src/editaddress.c
3090           src/editgroup.c
3091           src/editldap_basedn.c
3092           src/editldap.c
3093           src/jpilot.c
3094           src/vcard.c
3095                 revert to get ldap into it previous working state
3096                 
3097         * po/zh_TW.Big5.po
3098                 new Taiwanese translation,
3099                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3100
3101 2003-05-22 [christoph]  0.8.11claws174
3102
3103         * src/plugins/spamassassin/libspamc.[ch]
3104                 sync libspamc with SpamAssaain release 2.55
3105
3106 2003-05-22 [paul]       0.8.11claws173
3107
3108         * sync with 0.9.0cvs7
3109                 see ChangeLog 2003-05-22
3110                 
3111         * src/summaryview.c
3112                 revert change in 0.8.11claws172: follow
3113                 Hiroyuki's decision and that's the end of it.
3114
3115 2003-05-21 [paul]       0.8.11claws172
3116
3117         * src/summaryview.c
3118                 fix discrepency between open_unread_on_enter
3119                 and always_show_msg
3120
3121 2003-05-21 [paul]       0.8.11claws171
3122
3123         * sync with 0.9.0cvs6
3124                 see ChangeLog 2003-05-21
3125
3126 2003-05-21 [paul]       0.8.11claws170
3127
3128         * sync with 0.9.0cvs5
3129                 see ChangeLog 2003-05-21
3130
3131 2003-05-20 [paul]       0.8.11claws169
3132
3133         * sync with 0.9.0cvs4
3134                 see ChangeLog 2003-05-20
3135                 fixes bug #152, 'encoding of IMAP folders names'
3136
3137 2003-05-20 [paul]       0.8.11claws168
3138
3139         * sync with 0.9.0cvs3
3140                 see ChangeLog 2003-05-20
3141                 
3142         * src/tools/convert_mbox.pl
3143                 minor change in the comments, submitted by Fred Marton
3144
3145 2003-05-19 [paul]       0.8.11claws167
3146
3147         * src/plugins/clamav/Makefile.am
3148           configure.ac
3149                 link clamav_lib to the plugin and not to the main program
3150
3151 2003-05-19 [christoph]
3152
3153         * src/Makefile.am
3154                 add -export-dynamic for linking
3155
3156 2003-05-19 [paul]       0.8.11claws166
3157
3158         * sync with 0.9.0cvs1
3159                 see ChangeLog 2003-05-19
3160
3161 2003-05-19 [paul]       0.8.11claws165
3162
3163         * src/inc.c
3164                 fix 'pop before smtp' timeout
3165
3166 2003-05-18 [alfons]     0.8.11claws164
3167
3168         * src/prefs_matcher.c
3169                 put "execute" action command line ("expression") in edit box
3170
3171 2003-05-18 [christoph]  0.8.11claws163
3172
3173         * src/mimeview.[ch]
3174         * src/plugins/dillo_viewer/dillo_viewer.c
3175         * src/plugins/image_viewer/viewer.c
3176         * src/plugins/mathml_viewer/mathml_viewer.c
3177                 let a viewer have a list of Content-Types
3178
3179 2003-05-18 [paul]       0.8.11claws162
3180
3181         * src/prefs_filtering.c
3182                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3183                 and REDIRECT actions
3184
3185 2003-05-17 [christoph]
3186
3187         * README.claws
3188                 o remove dynamic signatures that was syned with main
3189                 o add infos about no longer "build in" image viewer
3190                 o update bugtracker URL
3191
3192 2003-05-17 [christoph]  0.8.11claws161
3193
3194         * src/folder.c
3195         * src/folderview.c
3196         * src/imap.c
3197                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3198                 for every folder after rebuilding the folder tree.
3199
3200         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3201          messages)
3202
3203 2003-05-17 [christoph]  0.8.11claws160
3204
3205         * src/imap.c
3206                 don't use STATUS command on current folder to check for
3207                 content changes. imap_cmd_ok() now tracks changes to
3208                 folder and number of existing messages.
3209
3210 2003-05-17 [paul]       0.8.11claws159
3211
3212         * src/plugins/clamav/clamav_plugin.c
3213                 remove unnecessary debug_print
3214
3215 2003-05-16 [thorsten]   0.8.11claws158
3216
3217         * src/plugins/demo.c
3218                 included missing intl.h
3219
3220 2003-05-16 [paul]       0.8.11claws157
3221
3222         * po/POTFILES.in
3223                 remove non-existant entries
3224         
3225         * src/plugins/clamav/clamav_plugin.c
3226           src/plugins/clamav/clamav_plugin_gtk.c
3227           src/plugins/dillo_viewer/dillo_prefs.c
3228           src/plugins/dillo_viewer/dillo_viewer.c
3229                 gettextise
3230
3231 2003-05-16 [christoph]  0.8.11claws156
3232
3233         * po/POTFILES.in
3234                 include plugin .c files for translation until I
3235                 find a better solution to have plugins have their
3236                 own textdomain
3237         * src/plugins/demo/demo.c
3238         * src/plugins/image_viewer/plugin.c
3239         * src/plugins/mathml_viewer/mathml_viewer.c
3240         * src/plugins/spamassassin/spamassassin.c
3241         * src/plugins/spamassassin/spamassassin_gtk.c
3242         * src/plugins/trayicon/trayicon.c
3243                 add gettext macros for plugin name and description
3244
3245 2003-05-16 [paul]
3246
3247         * sync with 0.9.0
3248
3249 2003-05-16 [paul]       0.8.11claws155
3250
3251         * sync with lastest 0.9.0pre1
3252                 see ChangeLog 2003-05-16
3253
3254 2003-05-15 [paul]       0.8.11claws154
3255
3256         * sync with latest 0.9.0pre1
3257                 see ChangeLog 2003-05-14 and 2003-05-15
3258
3259 2003-05-14 [christoph]  0.8.11claws153
3260
3261         * src/plugins/image_viewer/viewer.c
3262         * src/plugins/image_viewer/viewer.glade         ** NEW **
3263         * src/plugins/image_viewer/viewerprefs.c
3264                 make it possible to disable the autoload function in the
3265                 imageviewer again
3266
3267 2003-05-14 [christoph]  0.8.11claws152
3268
3269         * src/folder.c
3270                 fix folder update after adding a message
3271
3272 2003-05-13 [alfons]     0.8.11claws151
3273
3274         * src/common/session.c
3275                 remove debug traces
3276                 
3277         * src/addrcache.[ch]
3278         * src/filtering.[ch]
3279         * src/folder.[c]
3280         * src/gtkaspell.[ch]
3281         * src/imap.[ch]
3282         * src/mbox_folder.[ch]
3283         * src/mh.[ch]
3284         * src/mimeview.h
3285         * src/msgcache.[ch]
3286         * src/news.[ch]
3287         * src/passphrase.[ch]
3288         * src/prefs_common.[ch]
3289         * src/prefs_gtk.[ch]
3290         * src/procmsg.c
3291         * src/scoring.[ch]
3292                 be pedantic; (in prototypes () implies (int))
3293
3294 2003-05-13 [alfons]     0.8.11claws150
3295
3296         * src/prefs_toolbar.[ch]
3297         * src/summaryview.[ch]
3298         * src/toolbar.[ch]
3299                 change misleading text in toolbar prefs;
3300                 add toolbar action for ignore thread (toggles ignore thread flag);
3301                 clean up a little bit;
3302
3303 2003-05-12 [paul]
3304
3305         * tools/convert_mbox.pl
3306                 bug fixed by Fred Marton
3307
3308 2003-05-12 [paul]
3309
3310         * sync with 0.9.0pre1
3311
3312 2003-05-09 [paul]       0.8.11claws149
3313
3314         * sync with 0.8.11cvs43
3315                 see ChangeLog 2003-05-09
3316
3317 2003-05-08 [christoph]  0.8.11claws148
3318
3319         * src/imap.[ch]
3320                 o use CAPABILIY as first command and check for PREAUTH
3321                   information in the response to it
3322                 o rewrite all imap_cmd_* functions to use an IMAPSession
3323                   instead of a SockInfo as parameter
3324                 o do STARTTLS after fetching and checking the server
3325                   capabilities
3326
3327 2003-05-08 [paul]       0.8.11claws147
3328
3329         * tools/Makefile.am
3330           tools/README
3331           tools/convert_mbox.pl         ** NEW FILE **
3332                 add mbox conversion script. Submitted by 
3333                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3334
3335 2003-05-07 [christoph]
3336
3337         * doc-src/glade.txt
3338         * src/gtk/pluginwindow.glade
3339         * src/plugins/image_viewer/viewerprefs.glade
3340         * src/plugins/spamassassin/spamassassin_gtk.glade
3341                 add glade files for user interfaces and a description how
3342                 to use glade to create the sylpheed code
3343
3344 2003-05-07 [paul]       0.8.11claws146
3345
3346         * sync with 0.8.11cvs41
3347                 see ChangeLog 2003-05-07
3348
3349 2003-05-06 [christoph]  0.8.11claws145
3350
3351         * src/main.c
3352         * src/plugins/image_viewer/viewer.c
3353                 fix usage of imlib in imageviewer plugin
3354
3355         * src/gtk/prefswindow.c
3356                 handle window close event correctly
3357
3358 2003-05-06 [paul]       0.8.11claws144
3359
3360         * src/common/ssl.c
3361                 fix typo introduced in sync
3362
3363 2003-05-06 [paul]       0.8.11claws143
3364
3365         * sync with 0.8.11cvs39
3366                 see ChangeLog 2003-05-06
3367
3368 2003-05-06 [paul]       0.8.11claws142
3369
3370         * AUTHORS
3371           po/cs.po
3372                 updated Czech translation, submitted by 
3373                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3374                 
3375         * src/plugins/clamav/clamav_plugin_gtk.c
3376                 clean up
3377
3378 2003-05-03 [alfons]     0.8.11claws141
3379
3380         * src/compose.[ch]
3381                 make paste as quotation work even when the call to 
3382                 text_inserted() was deferred (fixes bug #140 "Paste 
3383                 as quotation does not work when using "external" 
3384                 clipboard")
3385
3386 2003-05-03 [thorsten]   0.8.11claws140
3387
3388         * src/addrquery.h
3389           src/ldapquery.h
3390           src/mainwindow.c
3391                 removed C++ comments
3392         * src/addr_compl.c
3393                 function with non-int retval/param used before
3394                 implementation/declaration
3395
3396 2003-05-02 [paul]       0.8.11claws139
3397
3398         * src/addr_compl.[ch]
3399           src/addressbook.[ch]
3400           src/addrindex.c
3401           src/summaryview.c
3402                 revert match's changes to (finally) remove the bug where
3403                 opening a folder causes massive slowdown when using the 
3404                 'Display sender using address book' option
3405
3406 2003-05-01 [melvin]     0.8.11claws138
3407
3408         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3409         * src/plugins/dillo_viewer/dillo_viewer.c
3410                 Fixed bug where "Cancel" button from prefs issued
3411                 warnings.
3412                 Comply a little more to coding style
3413
3414 2003-05-01 [paul]       0.8.11claws137
3415
3416         * sync with 0.8.11cvs38
3417                 see ChangeLog 2003-05-01
3418
3419 2003-05-01 [paul]       0.8.11claws136
3420
3421         * po/bg.po
3422                 updated by George Danchev
3423
3424 2003-04-30 [christoph]  0.8.11claws135
3425
3426         * src/plugins/dillo_viewer/dillo_prefs.c
3427         * src/plugins/image_viewer/viewerprefs.c
3428         * src/plugins/spamassassin/spamassassin_gtk.c
3429                 remove gtk_widget_ref() calls for widgets in
3430                 glade code
3431
3432 2003-04-30 [paul]       0.8.11claws134
3433
3434         * src/addrindex.c
3435                 ok, this time a better fix for the bug where opening folder
3436                 has massive slowdown when using the 'Display sender using 
3437                 address book' option
3438
3439 2003-04-30 [paul]       0.8.11claws133
3440
3441         * src/addrindex.c
3442                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3443         
3444 2003-04-30 [melvin]     0.8.11claws132
3445
3446         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3447
3448         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3449                 Preferences for the dillo plugin
3450         * src/plugins/dillo_viewer/dillo_viewer.c
3451                 Support for preferences
3452         * src/plugins/dillo_viewer/Makefile.am
3453                 Added dillo_prefs.[ch]
3454
3455 2003-04-30 [alfons]     0.8.11claws131
3456
3457         * src/common/plugin.[ch]
3458                 see? this ANSI C'fication immediately gives us type
3459                 checking for free.
3460
3461 2003-04-30 [alfons]     0.8.11claws130
3462
3463         * src/common/plugin.[ch]
3464         * src/plugins/clamav/clamav_plugin.[ch]
3465         * src/plugins/clamav/clamav_plugin_gtk.c
3466         * src/plugins/demo/demo.c
3467         * src/plugins/dillo_viewer/dillo_viewer.c
3468         * src/plugins/image_viewer/plugin.c
3469         * src/plugins/image_viewer/viewer.[ch]
3470         * src/plugins/image_viewer/viewerprefs.[ch]
3471         * src/plugins/mathml_viewer/mathml_viewer.c
3472         * src/plugins/spamassassin/spamassassin.[ch]
3473         * src/plugins/spamassassin/spamassassin_gtk.c
3474         * src/plugins/trayicon/trayicon.c
3475                 clean up
3476
3477 2003-04-30 [alfons]     0.8.11claws129
3478
3479         * src/common/utils.c
3480                 make is_ascii_str() fail gracefully when NULL pointer
3481                 is passed
3482
3483 2003-04-30 [paul]       0.8.11claws128
3484
3485         * src/addrindex.c
3486                 fix bug where opening folder has massive slowdown when
3487                 using the 'Display sender using address book' option
3488
3489 2003-04-30 [paul]       0.8.11claws127
3490
3491         * src/plugins/clamav/clamav_plugin.c
3492           src/plugins/clamav/clamav_plugin_gtk.c
3493           src/plugins/demo/demo.c
3494           src/plugins/dillo_viewer/dillo_viewer.c
3495           src/plugins/image_viewer/plugin.c
3496           src/plugins/mathml_viewer/mathml_viewer.c
3497           src/plugins/spamassassin/spamassassin.c
3498           src/plugins/spamassassin/spamassassin_gtk.c
3499           src/plugins/trayicon/trayicon.c
3500                 get rid of eye-hurting function signatures
3501
3502 2003-04-30 [paul]       0.8.11claws126
3503
3504         * src/plugins/trayicon/trayicon.c
3505                 add description
3506                 
3507         * src/mimeview.c
3508                 be more descriptive
3509
3510 2003-04-30 [paul]       0.8.11claws125
3511
3512         * configure.ac
3513                 arrange the plugins in reverse alphabetical order
3514                 
3515         * src/plugins/clamav/clamav_plugin.[ch]
3516           src/plugins/clamav/clamav_plugin_gtk.c
3517                 rename some params
3518                 resize max_size window
3519                 re-arrange the order of some gui elements
3520                 improve descriptions
3521         
3522         * src/plugins/image_viewer/plugin.c
3523           src/plugins/mathml_viewer/mathml_viewer.c
3524                 add descriptions
3525                 
3526         * src/plugins/spamassassin/spamassassin_gtk.c
3527                 resize max_size window
3528                 re-arrange the order of some gui elements
3529                 
3530         * src/messageview.c
3531           src/mimeview.c
3532                 correct typos
3533
3534 2003-04-30 [alfons]     0.8.11claws124
3535
3536         * src/imap.c
3537                 fix a leak found while browsing Martin Kluge's 
3538                 valgrind log (Claws only)
3539
3540 2003-04-29 [darko]      0.8.11claws123
3541
3542         * src/gtk/gtkstext.h
3543                 include wchar.h if it is available, fixes compilation
3544                 on HP-UX systems
3545
3546 2003-04-29 [melvin]     0.8.11claws122
3547
3548         * src/prefs_actions.c
3549                 Improved help text of Actions' syntax
3550
3551 2003-04-28 [paul]       0.8.11claws121
3552
3553         * src/action.c
3554                 a better fix for the crash when performing an action
3555                 on a mime part
3556
3557 2003-04-28 [paul]       0.8.11claws120
3558
3559         * src/action.c
3560                 fix crash when performing an action on a
3561                 mime part
3562
3563 2003-04-28 [paul]       0.8.11claws119
3564
3565         * sync with 0.8.11cvs36
3566                 see ChangeLog 2003-04-28
3567
3568 2003-04-27 [paul]       0.8.11claws118
3569
3570         * more sync with 0.8.11cvs35
3571                 see ChangeLog 2003-04-25
3572
3573 2003-04-26 [christoph]  0.8.11claws117
3574
3575         * src/folder.c
3576                 fix remove virtual check
3577
3578 2003-04-26 [paul]       0.8.11claws116
3579
3580         * src/messageview.c
3581                 fix return-receipt, make it work again
3582
3583 2003-04-26 [paul]       0.8.11claws115
3584
3585         * src/mimeview.c
3586                 restore double-clicking of the [application/pgp-signature 
3587                 (Select "Check signature" to check)] line in the message view,
3588                 broken in recent sync
3589
3590 2003-04-26 [christoph]  0.8.11claws114
3591
3592         * src/folder.c
3593                 check if remove virtual really exists before
3594                 calling the function
3595
3596 2003-04-25 [match]      0.8.11claws113
3597
3598         * src/addrindex.c
3599         * src/addrbook.c
3600         * src/ldapquery.[ch]
3601         * src/ldapctrl.[ch]
3602                 fix memleak.
3603         * src/ldapserver.[ch]
3604                 fix memleak. fix segfault.
3605                 plug a Claws memleak
3606
3607 2003-04-25 [alfons]     0.8.11claws112
3608
3609         * src/folder.c
3610                 plug a Claws memleak
3611
3612 2003-04-25 [alfons]     0.8.11claws111
3613
3614         * src/common/session.c
3615                 plug a memleak
3616
3617 2003-04-25 [paul]       0.8.11claws110
3618
3619         * sync with 0.8.11cvs35
3620                 see ChangeLog 2003-04-24 and 2003-04-25
3621                 
3622         * src/gtk/pluginwindow.c
3623                 correct another strange float value
3624
3625 2003-04-24 [christoph]  0.8.11claws109
3626
3627         * src/folder.c
3628                 freeze folder item updates when unsetting new flags
3629
3630         * src/gtk/pluginwindow.c
3631                 correct strange float value
3632
3633 2003-04-23 [paul]       0.8.11claws108
3634
3635         * sync with 0.8.11cvs33
3636                 see ChangeLog 2003-04-23
3637
3638 2003-04-22 [paul]       0.8.11claws107
3639
3640         * src/Makefile.am
3641           src/messageview.c
3642           src/mimeview.c
3643           src/pgptext.[ch]      ** REMOVED **
3644                 remove pgptext.[ch] as its not used any more
3645
3646 2003-04-22 [paul]       0.8.11claws106
3647
3648         * sync with 0.8.11cvs31
3649                 see ChangeLog 2003-04-21 and 2003-04-22
3650
3651 2003-04-21 [alfons]     0.8.11claws105
3652
3653         * src/main.c
3654                 No access to GTK structures if we're a spawned child
3655                 (and clean up code a little bit...) Should fix #126.
3656
3657 2003-04-21 [melvin]     0.8.11claws104
3658
3659         * src/plugins/dillo_viewer/README
3660                 Improved slightly the text.
3661
3662 2003-04-21 [melvin]     0.8.11claws103
3663
3664         * src/plugins/dillo_viewer/README *** NEW ***
3665                 Added a README file for the Dillo plugin
3666
3667 2003-04-20 [paul]
3668
3669         * tools/README
3670           tools/outlook2sylpheed.pl
3671                 updated and improved by Ricardo Mones Lastra
3672
3673 2003-04-18 [oliver]     0.8.11claws102
3674
3675         * src/inc.c 
3676         * src/prefs_account.h
3677                 remove Pop3SessionType (used by selective download)
3678         * src/prefs_toolbar.c
3679                 enable set Default Toolbar button
3680
3681 2003-04-18 [paul]       0.8.11claws101
3682
3683         * sync with 0.8.11cvs29
3684                 see ChangeLog 2003-04-18
3685
3686 2003-04-17 [paul]       0.8.11claws100
3687
3688         * src/prefs_common.[ch]
3689           src/summaryview.c
3690                 remove 'Open next message on deletion' option,
3691                 as the same effect can now be achieved via the
3692                 'Always open messages in summary when selected'
3693                 option.
3694
3695 2003-04-17 [paul]       0.8.11claws99
3696
3697         * sync with 0.8.11cvs28
3698                 see ChangeLog 2003-04-17
3699
3700 2003-04-17 [christoph]  0.8.11claws98
3701
3702         * ac/spamassassin.m4
3703         * src/plugins/spamassassin/libspamc.[ch]
3704         * src/plugins/spamassassin/utils.[ch]
3705                 sync libspamc with SpamAssassin project
3706
3707 2003-04-17 [christoph]  0.8.11claws97
3708
3709         * src/common/socket.h
3710         * src/gtk/sslcertwindow.h
3711                 rename old USE_SSL to USE_OPENSSL
3712
3713 2003-04-17 [paul]       0.8.11claws96
3714
3715         * src/prefs_common.h
3716                 use gulong for P_COLOR so that it compiles/runs on
3717                 64-bit systems. Patch submitted by James Noyes
3718                 <jnoyes-claws@retrogeeks.com>
3719                 
3720         * po/de.po
3721                 updated by Jens
3722
3723 2003-04-17 [paul]       0.8.11claws95
3724
3725         * sync with 0.8.11cvs27
3726                 see ChangeLog 2003-04-16
3727
3728 2003-04-15 [paul]       0.8.11claws94
3729
3730         * src/prefs_common.[ch]
3731                 rearrange to stop the window getting too long:
3732                         move Receive dialog stuff to Receive tab
3733                         move Send dialog to Send tab
3734                         remove Dialogs frame
3735                 rename 'Open messages in summary with cursor keys' to
3736                 'Always open messages in summary when selected', as its
3737                 more appropriate
3738
3739 2003-04-15 [paul]       0.8.11claws93
3740
3741         * src/prefs_common.[ch]
3742           src/summaryview.c
3743                 add new option '/Interface/Open next message on deletion'
3744
3745 2003-04-15 [paul]       0.8.11claws92
3746
3747         * src/summaryview.[ch]
3748                 add /Mark/Lock and /Mark/Unlock to the pop-up
3749                 menu. Patch submitted by Ivan Francolin Martinez
3750                 <ivanfm@users.sourceforge.net>
3751
3752 2003-04-15 [paul]       0.8.11claws91
3753
3754         * sync with 0.8.11cvs24
3755                 see ChangeLog 2003-04-15
3756
3757 2003-04-14 [jens]       0.8.11claws90
3758
3759         * updated German translation and some corrections from
3760                 Roland Bless <bless@tm.uka.de>
3761
3762 2003-04-14 [paul]       0.8.11claws89
3763
3764         * sync with 0.8.11cvs22
3765                 see ChangeLog 2003-04-14
3766
3767 2003-04-13 [paul]       0.8.11claws88
3768
3769         * src/plugins/clamav/clamav_plugin.c
3770                 fix memory leaks
3771                 clean up
3772
3773 2003-04-12 [paul]       0.8.11claws87
3774
3775         * src/plugins/clamav/clamav_plugin.c
3776                 activate enable/disable archive scanning option
3777                 
3778         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3779
3780 2003-04-12 [paul]       0.8.11claws86
3781
3782         * src/plugins/Makefile.am
3783           src/plugins/clamav/Makefile.am                ** NEW FILE **
3784           src/plugins/clamav/README                     ** NEW FILE ** 
3785           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3786           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3787                 add Clam AntiVirus plugin
3788
3789 2003-04-12 [paul]       0.8.11claws85
3790
3791         * sync with 0.8.11cvs21
3792                 see ChangeLog 2003-04-11
3793
3794 2003-04-11 [paul]       0.8.11claws84
3795
3796         * po/es.po
3797                 update Spanish translation. Submitted by Ricardo
3798                 Mones Lastra.
3799
3800 2003-04-10 [christoph]  0.8.11claws83
3801
3802         * src/mbox.c
3803                 fix typo that did not move unfiltered mails to destination
3804                 folder
3805
3806         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3807          when filtering from spool)
3808
3809 2003-04-10 [christoph]  0.8.11claws82
3810
3811         * src/imap.c
3812                 use BODY.PEEK instead of BODY in in message fetch operation
3813                 to make sure the IMAP server does not set the \Seen flag for
3814                 messages. Sylpheed does that later itself, when the message
3815                 is opened in sylpheed
3816
3817         (closes Bug 111 Claws destroys unread marks)
3818
3819 2003-04-09 [oliver]     0.8.11claws81
3820         
3821         * src/folder.c
3822                 fix crash in folder_destroy
3823         * README.claws
3824                 remove selective download
3825
3826 2003-04-09 [christoph]  0.8.11claws80
3827
3828         * src/imap.c
3829                 fix crash in imap_get_msginfo() when then fetched message
3830                 is not found
3831
3832         (closes Bug 110 Crash during mail composition)
3833
3834 2003-04-08 [christoph]  0.8.11claws79
3835
3836         * src/folder.c
3837         * src/prefs_account.c
3838                 Filter new messages that are found in an INBOX folder
3839                 when 'Filter messages on receiving' is enabled in the
3840                 Folder's AccountPrefs. This allows to use Sylpheed's
3841                 filtering engine for IMAP folders where messages are
3842                 added to the INBOX by a MTA
3843
3844 2003-04-08 [paul]       0.8.11claws78
3845
3846         * src/procmsg.h
3847                 clean up after last commit
3848
3849 2003-04-08 [paul]       0.8.11claws77
3850
3851         * sync with 0.8.11cvs20
3852                 see ChangeLog 2003-04-07 and 2003-04-08
3853
3854 2003-04-07 [christoph]  0.8.11claws76
3855
3856         * src/filtering.[ch]
3857         * src/inc.[ch]
3858         * src/mbox.c
3859         * src/procmsg.[ch]
3860                 add procmsg_msginfo_filter() to execute filtering actions
3861
3862 2003-04-06 [christoph]  0.8.11claws75
3863
3864         * src/imap.c
3865                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3866
3867 2003-04-06 [christoph]  0.8.11claws74
3868
3869         * src/common/utils.[ch]
3870                 add g_int_compare() function for slist sorting
3871
3872         * src/imap.c
3873                 fetch all MsgInfos with one command in imap_get_msginfos()
3874                 using an imap set with a list of ranges
3875
3876         * src/news.c
3877                 use new g_int_compare() function
3878
3879 2003-04-06 [thorsten]   0.8.11claws73
3880
3881         * src/mh.c
3882                 corrected implementation of mh_folder_destroy()
3883
3884 2003-04-05 [christoph]  0.8.11claws72
3885
3886         * src/account.c
3887         * src/folder.[ch]
3888         * src/folderview.c
3889         * src/imap.c
3890         * src/inc.c
3891         * src/main.c
3892         * src/mainwindow.c
3893         * src/mbox_folder.c
3894         * src/mh.c
3895         * src/mimeview.h
3896         * src/msgcache.[ch]
3897         * src/news.c
3898         * src/procmime.h
3899         * src/procmsg.[ch]
3900         * src/setup.c
3901         * src/gtk/gtkutils.c
3902                 o rename structure field names class and new to klass and
3903                   new_msgs, to allow including files in C++
3904                 o add 'extern "C"' block to some header files
3905                 o add MsgInfoList and MsgNumberList as alias for GSList for
3906                   developers to know what type of list is expected
3907
3908         * src/plugins/image_viewer/plugin.c
3909         * src/plugins/image_viewer/viewer.[ch]
3910         * src/plugins/image_viewer/viewerprefs.[ch]
3911                 rename function names to prevent conflicts
3912
3913 2003-04-05 [paul]       0.8.11claws71
3914
3915         * sync with 0.8.11cvs18
3916                 see ChangeLog 2003-04-03 and 2003-04-04
3917
3918 2003-04-02 [christoph]  0.8.11claws70
3919
3920         * src/folder.[ch]
3921         * src/imap.[ch]
3922         * src/mbox_folder.[ch]
3923         * src/mh.[ch]
3924         * src/news.[ch]
3925                 o Make all virtual folder functions private
3926                 o remove unused folder code
3927
3928         * src/common/socket.[ch]
3929         * src/summaryview.c
3930                 fix warnings
3931
3932 2003-03-30 [alfons]     0.8.11claws69
3933
3934         * src/send_message.c
3935                 remove two debug traces and see if people still report
3936                 errors
3937
3938 2003-03-30 [alfons]     0.8.11claws68
3939
3940         * src/send_message.c
3941         * src/commons/session.c
3942                 add more debug traces
3943
3944 2003-03-30 [christoph]  0.8.11claws67
3945
3946         * src/folder.c
3947                 change processing folder name from .processing to processing
3948
3949         * src/common/ssl.c
3950                 disable SSL certificate check because it causes Xlib error
3951                 when the child process want's to open an GTK window
3952
3953 2003-03-30 [christoph]  0.8.11claws66
3954
3955         * src/folder.c
3956                 don't use default folder for processing folder item because
3957                 it can be a non local folder
3958
3959         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3960
3961 2003-03-30 [alfons]     0.8.11claws65
3962
3963         * src/send_message.c
3964                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3965                 to generate bad code for 'send_send_data_progressive': When
3966                 called from 'send_send_data_finished', the 'data' pointer is
3967                 cleared just before the assignment to the dialog pointer
3968
3969 2003-03-29 [christoph]  0.8.11claws64
3970
3971         * src/common/prefs.h
3972         * src/plugins/image_viewer/Makefile.am
3973         * src/plugins/image_viewer/plugin.c
3974         * src/plugins/image_viewer/viewer.[ch]
3975         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3976                 add PrefsPage for ImageViewer
3977
3978 2003-03-28 [thorsten]   0.8.11claws63
3979
3980         * src/common/session.c
3981                 added some comments
3982
3983 2003-03-28 [paul]       0.8.11claws62
3984
3985         * sync with 0.8.11cvs16
3986                 see ChangeLog 2003-03-28
3987
3988 2003-03-28 [paul]       0.8.11claws61
3989
3990         * sync with 0.8.11cvs15
3991                 see ChangeLog 2003-03-28
3992
3993 2003-03-27 [christoph]  0.8.11claws60
3994
3995         * src/folder.c
3996         * src/imap.c
3997         * src/common/socket.[ch]
3998                 set socket state to DISCONNECTED when any operation
3999                 fails to allow reconnecting in IMAP code without
4000                 checking the return code of all calls to the command
4001                 functions
4002
4003         * src/folderview.c
4004         * src/summaryview.c
4005                 remove some more stuff that depends on specific
4006                 folder types
4007
4008 2003-03-27 [paul]       0.8.11claws59
4009
4010         * sync with 0.8.11cvs14
4011                 see ChangeLog 2003-03-27
4012                 
4013         * src/selective_download.[ch]   ** REMOVED **
4014                 really removed
4015
4016 2003-03-27 [christoph]  0.8.11claws58
4017
4018         * src/folder.c
4019                 fix handling of tmp_flags in flag copy function
4020
4021 2003-03-27 [paul]       0.8.11claws57
4022
4023         * sync with 0.8.11cvs13
4024                 see ChangeLog 2003-03-27
4025
4026 2003-03-27 [oliver]     0.8.11claws56
4027
4028         * src/maiwindow.c
4029                 remove sel_download_cb
4030
4031 2003-03-27 [oliver]     0.8.11claws55
4032         
4033         * src/inc.c
4034                 remove POP3_TOP
4035         
4036 2003-03-26 [oliver]     0.8.11claws54
4037
4038         *src/pop.h
4039                 remove POP3_TOP*
4040         * README.claws
4041                 remove selective donwload readme
4042
4043 2003-03-26 [oliver]     0.8.11claws53
4044         * src/matcher.[ch]
4045         * src/matcher_parser_parse.y 
4046         * src/pop.c 
4047         * src/prefs_account.[ch]
4048         * src/prefs_filtering.c
4049                 remove selective donwload
4050
4051 2003-03-26 [oliver]     0.8.11claws52
4052
4053         * src/inc.[ch] 
4054         * src/filtering.c 
4055         * src/mainwindow.c 
4056                 remove selective donwload
4057
4058 2003-03-26 [oliver]     0.8.11claws51
4059         
4060         * src/Makefile.am
4061         * src/selective_download.[ch]   ** REMOVE **    
4062
4063 2003-03-26 [christoph]  0.8.11claws50
4064
4065         * src/news.c
4066                 fix NEWS that got broken by a sync with sylpheed-main
4067
4068 2003-03-26 [christoph]  0.8.11claws49
4069
4070         * src/mimeview.c
4071                 fix mime type guessing when no mime type is found for a file
4072
4073 2003-03-25 [christoph]  0.8.11claws48
4074
4075         * src/mimeview.c
4076         * src/procmime.c
4077                 remove mime type guessing from mime parser and use
4078                 name based mime types in viewer lookup for mime type
4079                 application/octet-stream
4080
4081 2003-03-25 [christoph]  0.8.11claws47
4082
4083         * doc-src/readme.txt
4084         * doc-src/rfc2554.txt
4085                 add RFC about SMTP AUTH
4086
4087         * src/send_message.c
4088         * src/common/smtp.[ch]
4089                 add extra error code for authentication errors and
4090                 clear temporary password when this error occurs
4091
4092         (closes Bug 84 authentication failure while sending should
4093          prompt for password again)
4094
4095 2003-03-25 [christoph]  0.8.11claws46
4096
4097         * configure.ac
4098         * src/Makefile.am
4099         * src/imageview.[ch]                            ** REMOVE **
4100         * src/messageview.[ch]
4101         * src/mimeview.[ch]
4102         * src/prefs_common.[ch]
4103         * src/textview.c
4104         * src/plugins/Makefile.am
4105         * src/plugins/image_viewer/.cvsignore           ** NEW **
4106         * src/plugins/image_viewer/Makefile.am          ** NEW **
4107         * src/plugins/image_viewer/plugin.c             ** NEW **
4108         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4109                 move image viewer into a plugin (building is enabled by default)
4110                 [ToDo: Prefs for resize and autoview]
4111
4112 2003-03-25 [paul]       0.8.11claws45
4113
4114         * sync with 0.8.11cvs12
4115                 see ChangeLog 2003-03-26
4116
4117 2003-03-25 [paul]       0.8.11claws44
4118
4119         * sync with 0.8.11cvs11
4120                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4121                 
4122         Note: Selective Download is broken.
4123                 
4124 2003-03-22 [christoph]  0.8.11claws43
4125
4126         * src/folder.c
4127                 code cleanup for flags copying
4128
4129 2003-03-22 [christoph]  0.8.11claws42
4130
4131         * src/plugins/trayicon/trayicon.c
4132                 fix setting the transparent area when the window size
4133                 is forced by the system tray
4134
4135 2003-03-22 [christoph]  0.8.11claws41
4136
4137         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4138         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4139         * src/plugins/trayicon/newmail.xpm              ** NEW **
4140         * src/plugins/trayicon/nomail.xpm               ** NEW **
4141         * src/plugins/trayicon/trayicon.c
4142         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4143                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4144                 o add icon for unread mails
4145                 o set transparency for window
4146
4147 2003-03-22 [christoph]  0.8.11claws40
4148
4149         * src/news.c
4150                 init news session to prevent crash when session is closed
4151
4152 2003-03-22 [christoph]  0.8.11claws39
4153
4154         * src/imap.c
4155         * src/common/session.[ch]
4156                 Init session data to make sure we don't have invalid pointers
4157                 for read_ch and write_ch when new multi process sessions are
4158                 not used
4159
4160         * src/main.c
4161         * src/common/plugin.c
4162         * src/common/sylpheed.c
4163         * src/plugins/demo/demo.c
4164         * src/plugins/dillo_viewer/dillo_viewer.c
4165         * src/plugins/mathml_viewer/mathml_viewer.c
4166         * src/plugins/spamassassin/spamassassin.c
4167         * src/plugins/spamassassin/spamassassin_gtk.c
4168                 add plugin types to allow loading plugins at different times
4169                 (and maybe for different frontends), because it's not good to
4170                 load GTK-Plugins gefore gtk_init was called
4171
4172         * configure.ac
4173         * src/plugins/Makefile.am
4174         * src/plugins/trayicon/.cvsignore               ** NEW **
4175         * src/plugins/trayicon/Makefile.am              ** NEW **
4176         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4177         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4178         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4179         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4180         * src/plugins/trayicon/trayicon.c               ** NEW **
4181                 New Trayicon plugin that shows an icon in a systray that uses
4182                 XEMBED protocol like Gnome's systray. Icon shows if there
4183                 are new mails and a tooltip shows information about new,
4184                 unread and total messages.
4185
4186 2003-03-22 [paul]       0.8.11claws38
4187
4188         * src/common/smtp.c
4189                 fix ESMTP AUTH CRAM-MD5
4190                 [sync with main (still version 0.8.11cvs6), see
4191                  ChangeLog 2003-03-22]
4192
4193 2003-03-21 [colin]      0.8.11claws37
4194
4195         * src/send_message.c
4196                 Fix USE_SSL => USE_OPENSSL
4197
4198 2003-03-21 [colin]      0.8.11claws36
4199
4200         * src/folderview.c
4201                 Fix counts in drag and dropped subfolders
4202
4203 2003-03-21 [colin]      0.8.11claws35
4204
4205         * src/folder.c 
4206         * src/folderview.c
4207                 speed up a bit folder dnd
4208
4209 2003-03-20 [alfons]     0.8.11claws34
4210
4211         * src/main.c
4212         * src/toolbar.c
4213         * src/procmsg.c
4214                 don't send locked queue messages
4215                 (feature request "[ 705245 ] Locking message in outbox 
4216                  should prevent sending")
4217
4218 2003-03-20 [christoph]  0.8.11claws33
4219
4220         * src/folder.c
4221                 remove NEW and UNREAD flag in special folders when scanning
4222                 
4223         * src/common/smtp.c
4224                 fix ESMTP AUTH CRAM-MD5
4225
4226 2003-03-20 [paul]       0.8.11claws32
4227
4228         * src/prefs_account.c
4229                 Re-write 'Tunnel command to open connection' as
4230                 'Use command to communicate with server', and disable
4231                 it for all except IMAP accounts
4232
4233 2003-03-20 [paul]       0.8.11claws31
4234
4235         * sync with 0.8.11cvs6
4236                 see ChangeLog 2003-03-20
4237
4238 2003-03-19 [match]      0.8.11claws30
4239
4240         * src/addritem.[ch]
4241                 include documentation. minor refactoring.
4242         * src/addr_compl.[ch]
4243         * src/addrindex.[ch]
4244         * src/addresbook.[ch]
4245         * src/summaryview.c
4246                 re-enable address lookup (was disabled in
4247                 0.8.11claws20).
4248
4249 2003-03-19 [christoph]  0.8.11claws29
4250
4251         * src/procmsg.c
4252                 add temp flag handling, will make moving and copying
4253                 messages possible again
4254
4255         * src/folder.c
4256                 correct calulation of folder stats
4257
4258 2003-03-18 [match]      0.8.11claws28
4259
4260         * src/editgroup.h
4261                 remove case sensitive comparison (closes bug 80).
4262
4263 2003-03-18 [christoph]  0.8.11claws27
4264
4265         * src/imap.c
4266                 fix imap using a tunnel command
4267
4268         (closes bug 87)
4269
4270 2003-03-18 [christoph]  0.8.11claws26
4271
4272         * src/folder.[ch]
4273         * src/imap.c
4274         * src/procmsg.[ch]
4275                 rewrite flag handling for folders
4276
4277 2003-03-18 [christoph]  0.8.11claws25
4278
4279         * src/folder.c
4280         * src/procmsg.c
4281         * src/summaryview.c
4282                 unset NEW and UNREAD flags when message is ignored, to make
4283                 sure messages don't show up as unread on other IMAP clients,
4284                 because the IGNORE_THREAD flag can not be syncronized through
4285                 the IMAP folder
4286
4287 2003-03-17 [christoph]  0.8.11claws24
4288
4289         * src/imap.c
4290                 don't use recursion to fetch uids when the number of messages
4291                 does not match. Moved code into subfunction that is used
4292                 again when needed, to prevent an endless loop.
4293
4294 2003-03-17 [thorsten]   0.8.11claws23
4295
4296         * src/imageview.[ch]
4297                 export imageview_get_resized_size() (for plugins)
4298         * src/prefs_common.[ch]
4299                 added prefs_common_get() (for plugins)
4300
4301 2003-03-17 [christoph]  0.8.11claws22
4302
4303         * src/imap.c
4304                 o remove UID guessing from copy code
4305                 o support UIDPLUS extension for APPEND command
4306
4307 2003-03-17 [paul]       0.8.11claws21
4308
4309         * src/gtk/about.c
4310                 remove 'Compiled-plugins' section.
4311                 
4312         * src/plugins/dillo_viewer/dillo_viewer.c
4313                 slight change to description text
4314
4315 2003-03-16 [match]      0.8.11claws20
4316         * src/ldapserver.[ch]           ** NEW **
4317         * src/ldapctrl.[ch]             ** NEW **
4318         * src/ldapquery.[ch]            ** NEW **
4319         * src/ldaputil.[ch]             ** NEW **
4320         * src/addrcindex.[ch]           ** NEW **
4321         * src/addrquery.h               ** NEW **
4322         * src/addritem.[ch]
4323         * src/addrcache.[ch]
4324         * src/addrindex.[ch]
4325         * src/addr_compl.[ch]
4326         * src/addressbook.[ch]
4327         * src/addrbook.[ch]
4328         * src/editgroup.c
4329         * src/editaddress.c
4330         * src/editldap.c
4331         * src/editldap_basedn.c
4332         * src/vcard.c
4333         * src/jpilot.c
4334         * src/Makefile.am
4335                 included dynamic LDAP queries. improved address
4336                 completion.
4337
4338 2003-03-16 [paul]       0.8.11claws19
4339
4340         * tools/multiwebsearch.pl
4341                 fix a fatal typo
4342
4343 2003-03-16 [christoph]  0.8.11claws18
4344
4345         * src/mimeview.c
4346         * src/plugins/dillo_viewer/dillo_viewer.c
4347         * src/plugins/mathml_viewer/mathml_viewer.c
4348                 make unregistering of MimeViewerFactorys possible
4349
4350 2003-03-16 [alfons]     0.8.11claws17
4351
4352         * configure.ac
4353                 correct typo
4354
4355 2003-03-16 [melvin]     0.8.11claws16
4356
4357         * src/plugins/dillo_viewer.c
4358                 Fixed bug where it was not possible to view more than
4359                 one text/html attachment per message (bug discovered
4360                 by Christoph Hohmann).
4361
4362 2003-03-15 [melvin]     0.8.11claws15
4363
4364         * src/prefs_actions.c
4365                 Fixed compilation warnings.
4366
4367 2003-03-15 [melvin]     0.8.11claws14
4368
4369         * src/plugins/Makefile.am
4370         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4371         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4372         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4373                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4374                 newer (http://dillo.auriga.wearlab.de/).
4375
4376 2003-03-15 [christoph]  0.8.11claws13
4377
4378         * src/imap.c
4379                 don't query imap folder for attributes because we already
4380                 for them from imap_status
4381
4382         * src/mimeview.[ch]
4383                 add support for plugable MimeViewers (unloading Viewers
4384                 not yet complete)
4385
4386         * src/plugins/Makefile.am
4387         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4388         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4389         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4390                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4391                 widget from http://helm.cs.unibo.it/mml-widget/
4392
4393 2003-03-14 [christoph]  0.8.11claws12
4394
4395         * src/folder.[ch]
4396                 o error return code's should better be negative
4397                 o replace printf with debug_print
4398
4399         * src/imap.c
4400                 improve IMAP folder scan by checking UID-NEXT
4401
4402         * src/summaryview.c
4403                 remove check that are unnecessary in my opinion
4404
4405 2003-03-13 [christoph]  0.8.11claws11
4406
4407         * src/folder.[ch]
4408         * src/foldersel.c
4409         * src/folderview.c
4410         * src/imap.c
4411         * src/mbox_folder.c
4412         * src/mh.c
4413         * src/news.c
4414         * src/prefs_scoring.c
4415         * src/summaryview.c
4416                 use a common function to get a displayable name
4417                 for a FolderItem
4418
4419 2003-03-13 [paul]       0.8.11claws10
4420
4421         * tools/Makefile.am
4422           tools/README
4423           tools/multiwebsearch.conf     ** NEW FILE **
4424           tools/multiwebsearch.pl       ** NEW FILE **
4425                 add multiwebsearch Actions script
4426
4427 2003-03-13 [colin]      0.8.11claws9
4428
4429         * src/compose.c
4430                 Remove leading emtpy lines from quoted text
4431                 before quoting it
4432
4433 2003-03-13 [melvin]     0.8.11claws8
4434
4435         * src/prefs_actions.c
4436                 Fixed a memory leak
4437                 Code clean ups
4438                 Added Cancel and OK buttons
4439                 Corrected help text
4440
4441 2003-03-13 [christoph]  0.8.11claws7
4442
4443         * src/account.c
4444         * src/folder.[ch]
4445         * src/imap.c
4446         * src/mainwindow.c
4447         * src/mbox_folder.c
4448         * src/mh.c
4449         * src/news.c
4450         * src/setup.c
4451                 replace more folder type stuff with folder class stuff
4452
4453 2003-03-13 [melvin]     0.8.11claws6
4454
4455         * src/prefs_actions.c
4456                 Added new tokens:
4457                 %u: user provided argument
4458                 %h: user provided argument (hidden on input)
4459                 %s: current text selection in the message view 
4460
4461 2003-03-13 [paul]       0.8.11claws5
4462
4463         * sync with 0.8.11cvs5
4464                 see ChangeLog 2003-03-11, 2003-03-12
4465
4466 2003-03-12 [christoph]  0.8.11claws4
4467
4468         * src/folder.c
4469                 use folder class idstr when writing folderlist.xml
4470
4471         * src/folder.h
4472         * src/imap.c
4473         * src/news.c
4474                 replace folder type checks with folder class checks
4475
4476 2003-03-12 [christoph]  0.8.11claws3
4477
4478         * src/folder.[ch]
4479         * src/imap.[ch]
4480         * src/main.c
4481         * src/mbox_folder.[ch]
4482         * src/mh.[ch]
4483         * src/news.[ch]
4484                 o create a list of known folder classes in the folder system
4485                 o use folder class id strings for folder item identifiers
4486
4487 2003-03-12 [christoph]  0.8.11claws2
4488
4489         * src/imap.c
4490                 fix imap uid validity check
4491
4492 2003-03-12 [christoph]  0.8.11claws1
4493
4494         * src/account.c
4495         * src/folder.[ch]
4496         * src/foldersel.c
4497         * src/folderview.c
4498         * src/imap.c
4499         * src/mainwindow.c
4500         * src/mbox_folder.c
4501         * src/mh.c
4502         * src/news.c
4503         * src/prefs_scoring.c
4504         * src/procmsg.c
4505         * src/setup.c
4506         * src/summaryview.c
4507                 initial restructuring of folder system, seperating
4508                 folders and folder classes
4509
4510 2003-03-12 [paul]       0.8.11claws
4511
4512         0.8.11claws release
4513
4514 2003-03-12 [christoph]
4515
4516         * src/gtk/prefswindow.c
4517                 fix translation of "Page Index"
4518
4519 2003-03-12 [paul]       0.8.10claws110
4520
4521         a sync from 0.8.11cvs4 before the release
4522
4523         * src/common/utils.c
4524                 subject_compare_for_sort(): allow null strings (fixes
4525                 summary sorting).
4526
4527 2003-03-11 [paul]       0.8.10claws109
4528
4529         * po/es.po
4530                 update Spanish translation, submitted by
4531                 Ricardo Mones Lastra
4532
4533 2003-03-11 [melvin]     0.8.10claws108
4534
4535         * po/fr.po
4536                 Updated French translations
4537
4538 2003-03-11 [paul]       0.8.10claws107
4539
4540         * manual/en/Makefile.am
4541           manual/en/*.html
4542                 update English manual, add a new page
4543                 updated by Francois Barriere <fbarriere@atmel.fr>
4544                 
4545         * po/bg.po
4546           po/it.po
4547           po/sr.po
4548                 update Bulgarian, Italian, and Serbian translations
4549                 submitted by George Danchev, Alessandro Maestri, and
4550                 Urke MMI
4551
4552 2003-03-10 [paul]       0.8.10claws106
4553
4554         * src/gtk/about.c
4555           src/gtk/prefswindow.c
4556                 make some strings translatable
4557
4558 2003-03-10 [darko]      0.8.10claws105
4559
4560         * src/compose.c
4561                 code cleanup to make Hiro happy
4562
4563 2003-03-10 [paul]       0.8.10claws104
4564
4565         * sync with 0.8.11cvs2
4566                 see ChangeLog 2003-03-10
4567
4568 2003-03-09 [melvin]     0.8.10claws103
4569
4570         * src/textview.c
4571                 textview_set_font(): fix for message display in
4572                 UTF-8 locales (thanks to Sergey Vlasov).
4573                 (was unintentionnaly reverted in 0.8.6claws6)   
4574
4575 2003-03-08 [darko]      0.8.10claws102
4576
4577         * src/compose.c
4578                 fix infinite loop in wrapping as reported
4579                 by happycactus
4580                 obsoletes patch #696482
4581
4582 2003-03-08 [christoph]  0.8.10claws101
4583
4584         * src/imap.c
4585                 add workaround for IMAP servers that do not
4586                 support the "UID SEARCH UID" command
4587
4588 2003-03-07 [christoph]  0.8.10claws100
4589
4590         * src/plugins/spamassassin/spamassassin.[ch]
4591         * src/plugins/spamassassin/spamassassin_gtk.c
4592                 code cleanup
4593
4594 2003-03-07 [paul]       0.8.10claws99
4595
4596         * po/es.po
4597                 updated Spanish translation, submitted by
4598                 Ricardo Mones Lastra
4599
4600 2003-03-07 [christoph]  0.8.10claws98
4601
4602         * src/send.c
4603                 fix in 0.8.10claws94 was wrong
4604                 local delivery does not require escaping, remove escaping
4605                 code to make signatures of mails with "." lines valid
4606                 
4607                 NOTE: requires that sendmail is executed with "-i" option,
4608                       what is the default now, but has to be changed in all
4609                       exsiting accounts)
4610
4611 2003-03-07 [paul]       0.8.10claws97
4612
4613         * sync with 0.8.11 release
4614                 see ChangeLog 2003-03-07
4615
4616 2003-03-06 [paul]       0.8.10claws96
4617
4618         * src/compose.c
4619                 revert commit 0.8.10claws92
4620
4621 2003-03-06 [paul]       0.8.10claws95
4622
4623         * src/folderview.c
4624                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4625
4626         * src/gtkaspell.c
4627                 fix bug 74, 'Crash opening editor window with pseudo-color
4628                 display'
4629                 
4630         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4631
4632 2003-03-06 [christoph]  0.8.10claws94
4633
4634         * src/send.c
4635                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4636                 all lines starting with a period get an extra period
4637                 inserted
4638                 (found by Simon 'corecode' Schubert)
4639
4640 2003-03-06 [paul]       0.8.10claws93
4641
4642         * src/folderview.c
4643                 if configured font can't be loaded fall back to gtk
4644                 default. (with thanks to Christoph)
4645                 
4646                 closes long-standing bug 15 'Crashes on startup'
4647
4648 2003-03-06 [paul]       0.8.10claws92
4649
4650         * src/compose.c
4651                 freeze text before autosave and thaw afterwards
4652                 fixes bug 67 'autosave make re-rediting message crazy'
4653
4654 2003-03-06 [christoph]  0.8.10claws91
4655
4656         * src/compose.c
4657                 ignore address comment in dupe check for Cc-list
4658
4659         (closes reopened bug 47 Replying to message strips name part of
4660          e-mail addresses of Cc: lines)
4661
4662 2003-03-06 [paul]       0.8.10claws90
4663
4664         * src/Makefile.am
4665                 remove reference to gtkxtext.h as its no longer in
4666                 the repository
4667
4668 2003-03-06 [paul]       0.8.10claws89
4669
4670         * sync with 0.8.10cvs25
4671                 see ChangeLog 2003-03-06
4672
4673 2003-03-06 [oliver]     0.8.10claws88
4674         
4675         * src/messageview.c
4676                 remove include
4677
4678 2003-03-06 [oliver]     0.8.10claws87
4679         
4680         * src/folderview.c 
4681                 remove changes introduced inclaws74
4682         * src/messageview.c
4683                 another attempt to sanely delete and update
4684                 messages deleted in separate messageview
4685
4686 2003-03-05 [christoph]  0.8.10claws86
4687
4688         * src/summaryview.c
4689                 check if "From" matches any account's address if
4690                 addressbook completion of addresses is disabled too
4691
4692         (closes Bug 70 "Display recipient in from" doesn't check
4693          folder's default account)
4694
4695 2003-03-05 [christoph]  0.8.10claws85
4696
4697         * src/compose.c
4698         * src/common/utils.[ch]
4699                 don't strip address comments when building Cc lists
4700
4701         (closes Bug 47 Replying to message strips name part of e-mail addresses
4702          of Cc: lines)
4703
4704         * src/folder.c
4705                 fix return value of copy function
4706
4707 2003-03-05 [christoph]  0.8.10claws84
4708
4709         * src/imap.c
4710                 don't ask imap server for non rfc822 headers
4711
4712         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4713
4714         * src/imap.c
4715                 destroy session on socket error to allow reconnecting
4716
4717 2003-03-05 [christoph]  0.8.10claws83
4718
4719         * configure.ac
4720                 fix building with gnome when no prefix is set
4721
4722         (closes bug 66 Gnome directory is set to NONE)
4723
4724 2003-03-05 [paul]       0.8.10claws82
4725
4726         * sync with 0.8.10cvs23
4727                 see ChangeLog 2003-03-05
4728
4729 2003-03-04 [christoph]  0.8.10claws81
4730
4731         * src/folder.c
4732                 o fix moving and copying when folder returns 0 for new
4733                   message number
4734                 o remove some code for single message copy and move
4735                   operations and use functions for multiple messages
4736
4737         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4738
4739         * src/news.c
4740                 remove unused include
4741
4742 2003-03-04 [paul]       0.8.10claws80
4743
4744         * src/gtk/about.c
4745                 list 'Compiled plugins'
4746
4747 2003-03-03 [christoph]  0.8.10claws79
4748
4749         * src/news.[ch]
4750                 have to multiply the percentage of the current fetch with
4751                 the percentage that it has of the total fetch operation
4752                 for correct values
4753
4754 2003-03-03 [christoph]  0.8.10claws78
4755
4756         * src/news.c
4757                 fix calculation of expected lines for progress indicator
4758
4759 2003-03-03 [christoph]  0.8.10claws77
4760
4761         * src/summaryview.c
4762         * src/common/utils.c
4763                 fix segfault when opening the root news folder
4764
4765 2003-03-03 [christoph]  0.8.10claws76
4766
4767         * src/mainwindow.[ch]
4768         * src/common/Makefile.am
4769         * src/common/progressindicator.[ch]
4770                 add UI independent progress indicator handling
4771
4772         * src/news.[ch]
4773                 use new progress indicator for message info fetching
4774
4775         * src/common/hooks.h
4776                 code cleanup
4777
4778 2003-03-03 [oliver]     0.8.10claws75
4779
4780         * src/toolbar.c
4781         * src/compose.c
4782                 removed commented code
4783
4784 2003-03-03 [oliver]     0.8.10claws74
4785
4786         * src/toolbar.[ch]
4787                 cleanups and refactoring
4788         * src/compose.[ch]
4789                 compose_reply_mode reply & forwarding interface for
4790                 toolbar buttons
4791         * src/folderview.c
4792                 act on messages marked for deletion in folderview_selected
4793                 based on prefs_common.immediate_exec since a message might 
4794                 have been deleted by messageview in a folder we are changing 
4795                 to (does anybody understand what I'm on about ?)
4796
4797 2003-03-03 [oliver]     0.8.10claws73
4798         
4799         * src/messageview.[ch]
4800                 new functions
4801                 - messageview_delete: delete message shown in messagview
4802                 - messageview_update_view: update messageview to currently 
4803                   selected summaryview message
4804                 - add separate messageview to msgview_list in order to update 
4805                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4806         * src/summaryview.[ch]
4807                 summary_get_selection returns a list of selected msgs
4808                 in summaryview
4809         * src/mainwindow.c
4810                 toolbar reply refactoring
4811
4812 2003-03-03 [paul]       0.8.10claws72
4813
4814         * sync with 0.8.10cvs21
4815                 see ChangeLog 2003-03-03
4816
4817 2003-03-02 [christoph]  0.8.10claws71
4818
4819         * src/common/passcrypt.c
4820                 use POSIX includes
4821
4822 2003-03-02 [christoph]  0.8.10claws70
4823
4824         * configure.ac
4825         * src/prefs_account.c
4826         * src/prefs_gtk.[ch]
4827         * src/common/.cvsignore
4828         * src/common/Makefile.am
4829         * src/common/passcrypt.c                ** NEW **
4830         * src/common/passcrypt.h.in             ** NEW **
4831                 Implement password encryption in config files
4832                 using unix encrypt and setkey functions. The crypt
4833                 key can be set as a configure parameter. Old
4834                 passwords will be converted if they do not begin
4835                 with '!'
4836
4837 2003-03-02 [paul]       0.8.10claws69
4838
4839         * src/prefs_account.c
4840                 fix compile error
4841
4842 2003-03-01 [thorsten]   0.8.10claws68
4843
4844         * po/el.po
4845           po/hr.po
4846           po/it.po
4847           po/nl.po
4848           po/sr.po
4849           po/sv.po
4850                 corrected format strings
4851         * po/en_GB.po
4852                 corrected headers
4853                 (fix compile errors with GNU gettext-0.11.5)
4854
4855 2003-03-01 [oliver]     0.8.10claws67
4856
4857         * src/summaryview.c
4858                 menu callbacks call toolbar_menu_reply
4859
4860 2003-03-01 [oliver]     0.8.10claws66
4861
4862         * src/mainwindow.c
4863         * src/messageview.c
4864                 menu callbacks call toolbar_menu_reply
4865         * src/toolbar.[ch]
4866                 callbacks from menu handled by toolbar_menu_reply
4867
4868 2003-03-01 [paul]       0.8.10claws65
4869
4870         * src/addressbook.c
4871                 revert commit 0.8.10claws54 - breaks editing of
4872                 addressbook.
4873                 
4874         * po/bg.po
4875                 update Bulgarian translation, submitted by
4876                 George Danchev
4877
4878 2003-02-28 [christoph]  0.8.10claws64
4879
4880         * src/account.c
4881         * src/addressadd.c
4882         * src/compose.c
4883         * src/gtkaspell.c
4884         * src/gtkxtext.h                ** REMOVE **
4885         * src/imap.c
4886         * src/matcher.[ch]
4887         * src/mh.c
4888         * src/news.c
4889         * src/pine.c
4890         * src/prefs_common.c
4891         * src/prefs_matcher.c
4892         * src/procheader.[ch]
4893         * src/procmsg.[ch]
4894         * src/toolbar.c
4895         * src/common/ssl_certificate.c
4896         * src/gtk/colorlabel.c
4897         * src/gtk/menu.c
4898                 o fix warnings
4899                 o remove code obsoleted by new cache and folder system rework
4900
4901 2003-02-28 [oliver]     0.8.10claws63
4902         
4903         * src/toolbar.[ch]
4904                 * fix bug where reply in Messageview replied to 
4905                 Message displayed in summaryview
4906                 (reportedd via ML by chinatinte at gmx dot ch)
4907                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4908                 didn't work in separate MessageView Toolbar
4909                 (wondering if anybody uses this at all ?)
4910         * src/summaryview.[ch]
4911                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4912                 (generalize reply and forward code);
4913         * src/messageview.c 
4914                 remove focus_in event which updated summaryview to messageview
4915
4916 2003-02-28 [paul]       0.8.10claws62
4917
4918         * po/Makefile.in.in
4919                 add the --check option
4920                 Patch submitted by Ricardo Mones Lastra
4921
4922 2003-02-28 [paul]       0.8.10claws61
4923
4924         * src/prefs_account.c
4925                 re-order 'Signature' items
4926
4927 2003-02-28 [paul]       0.8.10claws60
4928
4929         * sync with 0.8.10cvs20
4930                 see ChangeLog 2003-02-28
4931
4932 2003-02-28 [paul]       0.8.10claws59
4933
4934         * po/POTFILES.in
4935                 update to reflect recent movement of files
4936
4937 2003-02-28 [paul]       0.8.10claws58
4938
4939         * sync with 0.8.10cvs19
4940                 see ChangeLog 2003-02-28
4941
4942 2003-02-27 [martin]     0.8.10claws57
4943
4944         * src/prefs_matcher.c 
4945                 fix segfault in prefs_matcher_ok() when the
4946                 last entry is deleted and prevents that the
4947                 message "entry not saved" comes up after deleting
4948                 an entry
4949
4950 2003-02-27 [martin]     0.8.10claws56
4951
4952         * src/prefs_filtering.c 
4953                 fix segfault in prefs_filtering_ok() when the
4954                 last entry is deleted and prevents that the
4955                 message "entry not saved" comes up after deleting
4956                 an entry
4957
4958 2003-02-27 [paul]       0.8.10claws55
4959
4960         * sync with 0.8.10cvs18
4961                 see ChangeLog 2003-02-27
4962
4963 2003-02-27 [paul]       0.8.10claws54
4964
4965         * src/addressbook.c
4966                 fix bug where the address book crashes with 
4967                 multiple lookups.
4968                 Patch [687729] submitted by David Frager 
4969                 <dbfrager@users.sourceforge.net>
4970
4971 2003-02-25 [christoph]  0.8.10claws53
4972
4973         * src/Makefile.am
4974         * src/colorlabel.[ch]           ** REMOVE **
4975         * src/gtk/Makefile.am
4976         * src/gtk/colorlabel.[ch]       ** NEW **
4977                 move colorlabel files to gtk directory
4978
4979         * src/esmtp.[ch]                ** REMOVE **
4980                 has been merged into smtp.[ch] in 0.7.5
4981
4982 2003-02-25 [christoph]  0.8.10claws52
4983
4984         * src/Makefile.am
4985         * src/about.[ch]                ** REMOVE **
4986         * src/gtk/Makefile.am
4987         * src/gtk/about.[ch]            ** NEW **
4988                 move about files to gtk directory
4989
4990 2003-02-25 [christoph]  0.8.10claws51
4991
4992         * src/folder.c
4993                 some code optimization of folder scanning code
4994
4995         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4996
4997 2003-02-25 [christoph]  0.8.10claws50
4998
4999         * src/main.c
5000         * src/common/sylpheed.c
5001                 add command line parameter parsing to common code
5002
5003 2003-02-24 [christoph]
5004
5005         * Makefile.am
5006         * configure.ac
5007                 fix gnome prefix problems, the configure script now removed
5008                 `gnome-config --prefix` from `gnome-config --datadir`
5009                 and adds $(prefix} instead
5010
5011         (closes Bug 24 Makefile does not respect prefix when installing
5012          GNOME data)
5013
5014 2003-02-24 [christoph]  0.8.10claws49
5015
5016         * src/news.c
5017                 check for valid session before trying to authenticate
5018
5019         (closes Bug 60 crash if "authenticate on logon" is activated
5020          and newsserver-hostname is not valid)
5021
5022 2003-02-24 [melvin]     0.8.10claws48
5023
5024         * src/prefs_actions.c
5025                 Make sure all user's input is sent to the action and then
5026                 close the socket..
5027
5028 2003-02-23 [alfons]     0.8.10claws46
5029
5030         * src/summaryview.c
5031                 also wait cursor when deleting files
5032
5033 2003-02-23 [paul]
5034
5035         * tools/freshmeat_search.pl
5036           tools/google_search.pl
5037                 scripts should now work for any browser/browser command line
5038
5039 2003-02-22 [christoph]  0.8.10claws45
5040
5041         * src/procmsg.c
5042                 fix IMAP flag setting, IMAP flag is not handled correctly
5043                 anymore by the folder system and information about the
5044                 folder should not be saved in the MsgInfo (in my opinion)
5045
5046         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5047
5048 2003-02-22 [christoph]  0.8.10claws44
5049
5050         * src/summaryview.c
5051                 fix spelling of "label" ;-)
5052
5053 2003-02-22 [thorsten]   0.8.10claws43
5054
5055         * src/mimeview.c
5056           src/prefs_common.[ch]
5057           src/procmime.[ch]
5058                 do not use description as attachment name
5059
5060 2003-02-22 [alfons]     0.8.10claws42
5061
5062         * src/summaryview.c
5063                 freeze/thaw folder item updates when changing color labels,
5064                 and put a wait cursors on
5065
5066 2003-02-22 [thorsten]   0.8.10claws41
5067
5068         * src/mimeview.c
5069                 save-all fixes: crash if invoked on multipart container,
5070                 mimeinfo access, pathseparators, error dialog
5071
5072 2003-02-21 [alfons]     0.8.10claws40
5073
5074         * src/prefs_gtk.c
5075                 remove unused var
5076
5077 2003-02-21 [colin]      0.8.10claws39
5078
5079         * src/send.c
5080                 Fix smtp logging
5081
5082 2003-02-21 [colin]      0.8.10claws38
5083
5084         * src/summaryview.c
5085                 Freeze/thaw folderItem updates when filtering messages 
5086                 via Tools/Filter messages
5087
5088 2003-02-21 [paul]       0.8.10claws37
5089
5090         * src/compose.c
5091                 revert commit 0.8.10claws26, there are ulterior motives
5092                 for users to set a Reply-To header when posting to
5093                 newsgroups
5094
5095 2003-02-21 [paul]       0.8.10claws36
5096
5097         * sync with 0.8.10cvs17
5098                 see ChangeLog 2003-02-21
5099
5100 2003-02-20 [christoph]  0.8.10claws35
5101
5102         * src/imap.c
5103                 IMAP UID fetch speedup using SEARCH
5104
5105         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5106
5107         * src/imap.c
5108                 fix problem with UIDs in IMAP UID cache that no longer existed
5109
5110 2003-02-20 [christoph]  0.8.10claws34
5111
5112         * src/imap.c
5113         * src/procheader.c
5114         * src/procheader.h
5115                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5116
5117         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5118
5119         * src/imap.c
5120                 Rewrite imap_cmd_gen_recv use sock_getline instead
5121                 of sock_gets to avoid problems with too long reply
5122                 lines
5123     
5124 2003-02-20 [colin]      0.8.10claws33
5125         
5126         * src/prefs_account.c
5127                 Better wording
5128
5129 2003-02-20 [colin]      0.8.10claws32
5130
5131         * src/compose.c
5132                 Remove useless '&& !to_sender' 
5133
5134 2003-02-20 [darko]
5135
5136         * AUTHORS
5137                 change my e-mail address
5138
5139 2003-02-19 [colin]      0.8.10claws31
5140
5141         * src/prefs_common.c
5142                 X11 style colors for every configurable color
5143
5144 2003-02-19 [alfons]     0.8.10claws30
5145
5146         * src/prefs_gtk.[ch]
5147         * src/prefs_common.c
5148                 for color_new accept both plain integers and X11 style color
5149                 names (as found in /usr/lib/X11/rgb.txt)
5150
5151 2003-02-19 [paul]       0.8.10claws29
5152
5153         * src/mainwindow.c
5154                 add tooltips to online/offline button and account selector
5155                 button
5156
5157 2003-02-19 [paul]       0.8.10claws28
5158
5159         * src/folder.c
5160           src/news.c
5161           src/prefs_account.[ch]
5162           src/prefs_common.[ch]
5163                 move 'Maximum number of articles to download' to
5164                 account prefs.
5165                 clean up account prefs gui a little by hiding entries
5166                 rather then greying out entries
5167
5168 2003-02-19 [hiro]       0.8.10claws27
5169
5170         * src/common/utils.c
5171                 fix bug #54 'yesterdays date is displayed in the message 
5172                 summary window'
5173
5174 2003-02-19 [paul]       0.8.10claws26
5175
5176         * src/compose.c
5177                 fix bug reported in Feature Request [688596] 
5178                 'Reply-to header in news'
5179
5180 2003-02-18 [paul]       0.8.10claws25
5181
5182         * src/select-keys.c
5183                 add a 'List all keys' button to key selection dialog
5184
5185 2003-02-18 [colin]      0.8.10claws24
5186         
5187         * src/stock_pixmap.c
5188                 fix compile error
5189
5190 2003-02-18 [colin]      0.8.10claws23
5191
5192         * src/common/smtp.[ch]
5193           src/prefs_account.c
5194                 Try to starttls if it seems to be the only
5195                 way to authenticate a user
5196
5197 2003-02-18 [paul]       0.8.10claws22
5198
5199         * src/Makefile.am
5200           src/folderview.c
5201           src/stock_pixmap.[ch]
5202           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5203           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5204                 as a Drafts folder is a special folder allow it to have
5205                 its own unique icons
5206
5207 2003-02-18 [colin]      0.8.10claws21
5208
5209         * src/imap.c
5210                 Fix port selection when using starttls
5211
5212 2003-02-18 [paul]       0.8.10claws20
5213
5214         * src/mainwindow.c
5215           src/prefs_common.[ch]
5216                 make blue the default new mail colour
5217
5218 2003-02-18 [paul]       0.8.10claws19
5219
5220         * sync with 0.8.10cvs14
5221                 see ChangeLog 2003-02-18
5222
5223 2003-02-17 [jens]       0.8.10claws18
5224
5225         * src/common/md5.c
5226                 fixed a compile problem with gcc 3.3
5227                 works on 2.95.3 too (testet on PPC as it is big endian)
5228
5229 2003-02-17 [paul]       0.8.10claws17
5230
5231         * sync with 0.8.10cvs13
5232                 see ChangeLog 2003-02-17
5233
5234 2003-02-17 [paul]       0.8.10claws16
5235
5236         * sync with 0.8.10cvs12
5237                 see ChangeLog 2003-02-17
5238
5239 2003-02-16 [match]      0.8.10claws15
5240
5241         * src/addressbook.c
5242                 Eliminates reloading of address data when items
5243                 deleted or added. Applied submitted by
5244                 Luke Plant <lukeplant@softhome.net>
5245
5246 2003-02-16 [paul]       0.8.10claws14
5247
5248         * src/news.c
5249                 when a 'protocol error' is encountered disconnect from
5250                 the server. This means that the user can carry on viewing
5251                 other articles and doesn't have to either wait until the
5252                 server timesout or quit sylpheed.
5253                 Fixes bug #53 'Unable to read messages in newsgroups, 
5254                 displayed message doesn't change'
5255
5256 2003-02-15 [christoph]  0.8.10claws13
5257
5258         * src/imap.c
5259                 fix bug that stopped scanning of folders when an
5260                 IMAP folder was empty
5261
5262         (closes bug 46 stop scan messages in folders after empty folder)
5263
5264 2003-02-15 [paul]
5265
5266         * tools/Makefile.am
5267           tools/README
5268           tools/freshmeat_search.pl     ** NEW FILE **
5269           tools/google_search.pl        ** NEW FILE **
5270                 Add 2 Actions scripts which search freshmeat/google
5271                 for the selected text using the browser configured
5272                 in sylpheedrc.
5273                 
5274         Note: These scripts are very dependent on the format of the
5275         browser command and may not work on every occasion. Testing
5276         is welcome. 
5277
5278 2003-02-14 [alfons]     0.8.10claws12
5279
5280         * src/compose.c
5281                 fix breakage because of uninitialized account pointer.
5282                 please verify.
5283
5284 2003-02-14 [paul]       0.8.10claws11
5285
5286         * src/compose.c
5287           src/prefs_account.[ch]
5288           src/prefs_common.[ch]
5289                 move signature settings to Account Prefs
5290
5291 2003-02-14 [paul]       0.8.10claws10
5292
5293         * sync with 0.8.10cvs11
5294                 see ChangeLog 2003-02-14
5295
5296 2003-02-13 [thorsten]   0.8.10claws9
5297
5298         * src/news.c
5299                 revert news progressbar (GUI separation)
5300
5301 2003-02-13 [paul]       0.8.10claws8
5302
5303         * src/compose.c
5304                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5305                 paragraph 1
5306
5307 2003-02-13 [paul]       0.8.10claws7
5308
5309         * src/compose.[ch]
5310           src/summaryview.c
5311                 fix 'Follow-up and Reply-to' so that it creates a reply to
5312                 the newsgroup and the sender. If the message has the keyword
5313                 'poster' in the Followup-To header, all replies go to the
5314                 sender, re: RFC 1036, Section 2.2.3
5315                 rename all instances of 'ignore_replyto' to 'to_sender', both
5316                 were previously used, now we use just one.
5317
5318 2003-02-13 [paul]       0.8.10claws6
5319
5320         * sync with 0.8.10cvs9
5321                 see ChangeLog 2003-02-13
5322
5323 2003-02-13 [paul]       0.8.10claws5
5324
5325         * configure.ac
5326                 show which plugins are configured in the configure
5327                 output.
5328
5329 2003-02-12 [thorsten]   0.8.10claws4
5330
5331         * src/news.c
5332                 show progress while fetching news headers
5333
5334 2003-02-12 [christoph]  0.8.10claws3
5335
5336         * configure.ac
5337         * src/plugins/Makefile.am
5338                 use AM_CONDITIONAL to enable plugins, automake correctly
5339                 manages this when creating distdir
5340
5341 2003-02-12 [christoph]  0.8.10claws2
5342
5343         * ac/spamassassin.m4
5344         * src/plugins/spamassassin/Makefile.am
5345                 fix building SpamAssassin plugin without OpenSSL
5346
5347 2003-02-12 [paul]       0.8.10claws1
5348
5349         * ac/Makefile.am
5350           src/Makefile.am
5351           src/plugins/Makefile.am
5352                 fix failure of 'make release'
5353
5354 2003-02-12 [paul]       0.8.10claws
5355
5356         * 0.8.10claws released
5357
5358 2003-02-12 [paul]       0.8.9claws56
5359
5360         * po/bg.po
5361           po/es.po
5362           po/it.po
5363           po/ru.po
5364           po/sr.po
5365                 updated translations by George Danchev, Ricardo Mones Lastra,
5366                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5367                 
5368         * sylpheed.spec.in
5369                 Allow the building of RPMs by a regular user. Submitted
5370                 by Sergei Astanin
5371
5372 2003-02-11 [alfons]     0.8.9claws55
5373
5374         * src/colorlabel.c
5375                 don't use pixmaps for label color rect but draw rectangles
5376                 so we can respect the color map of palette based visuals
5377                 (fixes the long time crashes on Suns - thanks to Andreas
5378                 Engel and Steve O'Hara-Smith for testing)
5379
5380 2003-02-11 [christoph]  0.8.9claws54
5381
5382         * src/matcher_parser_parse.y
5383                 correct bug where filering rules of not existing folders in
5384                 matcherrc were added to global filtering
5385                 
5386         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5387          main filter-rules after removing directory, http://bugs.debian.org/180253)
5388         
5389 2003-02-11 [paul]       0.8.9claws53
5390
5391         * sync with 0.8.10cvs7
5392                 see ChangeLog 2003-02-09
5393
5394 2003-02-11 [melvin]     0.8.9claws52
5395
5396         * po/fr.po
5397                 Updated French tranlsations
5398
5399 2003-02-10 [paul]       0.8.9claws51
5400
5401         * sylpheed.spec.in
5402                 correct --enable-openssl
5403                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5404
5405 2003-02-09 [martin]     0.8.9claws50
5406
5407         * src/prefs_matcher.c
5408                 fix segfault in prefs_matcher_substitute_cb() when
5409                 no row is selected
5410
5411 2003-02-09 [paul]       0.8.9claws49
5412
5413         * src/folderview.c
5414                 fix bug where a newsgroup folder's processing rules were
5415                 merged with the global filtering rules when the newsgroup
5416                 folder was deleted, causing some seriously bad results,
5417                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5418
5419 2003-02-08 [melvin]     0.8.9claws48
5420
5421         * src/compose.c
5422                 Corrected and modified an alert message.
5423
5424 2003-02-07 [paul]       0.8.9claws47
5425
5426         * src/folderview.c
5427                 fix bug where both an 'Account properties' window and a
5428                 'Folder properties' window were opened when clicking on
5429                 'Properties' in an NNTP or IMAP folder's popup menu.
5430
5431 2003-02-07 [paul]       0.8.9claws46
5432
5433         * sync with 0.8.10cvs6
5434                 see ChangeLog 2003-02-06
5435
5436 2003-02-06 [christoph]  0.8.9claws45
5437
5438         * src/mbox.c
5439                 freeze folder updates while importing mbox files
5440                 (closes bug 43 importing mbox took hours)
5441                 
5442         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5443
5444 2003-02-06 [thorsten]   0.8.9claws44
5445
5446         * po/de.po
5447                 Updated german translations
5448
5449 2003-02-06 [thorsten]   0.8.9claws43
5450
5451         * src/news.h
5452                 use guint for message numbers (fix count in grouplist dialog)
5453
5454 2003-02-05 [paul]       0.8.9claws42
5455
5456         * sync with 0.8.10cvs2
5457                 see ChangeLog 2003-02-05
5458
5459 2003-02-04 [colin]      0.8.9claws41
5460
5461         * src/prefs_common.[ch]
5462           src/procmsg.c
5463           src/summaryview.c
5464                 Add an option to disable threading by subject
5465
5466 2003-02-04 [christoph]  0.8.9claws40
5467
5468         * src/inc.c
5469                 only abort fetching mails from multiple accounts when the
5470                 error is fatal and does not allow to check any more accounts
5471                 (currently only disk full error)
5472
5473         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5474          receive mails for other accouts)
5475
5476 2003-02-04 [christoph]  0.8.9claws39
5477
5478         * src/folder.c
5479                 first add the new message to the cache, then
5480                 send the update notification
5481
5482         (closes bug 39 after sending message folderview doesnt get updated)
5483
5484 2003-02-04 [colin]      0.8.9claws38
5485
5486         * src/inc.c
5487                 _really_ fix this Connecting... status
5488
5489 2003-02-04 [paul]       0.8.9claws37
5490
5491         * sync with 0.8.10
5492                 see ChangeLog 2003-02-04
5493
5494 2003-02-04 [paul]       0.8.9claws36
5495
5496         * sync with 0.8.9cvs6
5497                 see ChangeLog 2003-02-03
5498
5499 2003-02-04 [paul]       0.8.9claws35
5500
5501         * po/pt_BR.po
5502                 updated by André Filipe de Assunção e Brito 
5503                 <bedecko@netsite.com.br>
5504
5505 2003-02-03 [thorsten]   0.8.9claws34
5506
5507         * po/de.po
5508                 Updated german translations
5509
5510 2003-02-02 [paul]       0.8.9claws33
5511
5512         * po/es.po
5513                 updated by Ricardo Mones Lastra
5514
5515 2003-02-02 [thorsten]   0.8.9claws32
5516
5517         * src/mh.c
5518                 Fix mh_get_msginfo() segfault if file is inaccessible
5519
5520 2003-01-31 [colin]      0.8.9claws31
5521
5522         * src/procheader.c
5523                 Fix last commit's bug
5524
5525 2003-01-31 [colin]      0.8.9claws30
5526
5527         * src/procheader.c
5528                 Missing a change for gpg-signed messages
5529
5530 2003-01-31 [paul]       0.8.9claws29
5531
5532         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5533           src/procheader.c
5534           src/stock_pixmap.[ch]
5535           src/summaryview.c
5536                 indicate GnuPG signed messages by displaying an icon
5537                 in the Attachment column.
5538
5539 2003-01-31 [paul]       0.8.9claws28
5540
5541         * sync with 0.8.9cvs4
5542                 see ChangeLog 2003-01-31
5543
5544 2003-01-31 [alfons]     0.8.9claws27
5545
5546         * src/textview.c
5547                 tune URI parser to accept mailto URLs with a '?'
5548                 (patch from Ruslan Balkin)
5549
5550 2003-01-31 [colin]      0.8.9claws26
5551
5552         * src/summaryview.c
5553                 Fix a leak introduced in claws24
5554
5555 2003-01-31 [colin]      0.8.9claws25
5556
5557         * src/summaryview.c
5558                 Freeze/Thaw folder updates when deleting dups
5559
5560 2003-01-31 [colin]      0.8.9claws24
5561         
5562         * src/addr_compl.c
5563           src/summaryview.c
5564           src/msgcache.c
5565                 little speed improvements
5566
5567 2003-01-31 [colin]      0.8.9claws23
5568
5569         * src/summaryview.c
5570                 Fix segfault when forwarding nothing
5571                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5572                 
5573 2003-01-30 [paul]       0.8.9claws22
5574
5575         * sync with 0.8.9cvs3
5576                 see ChangeLog 2003-01-30
5577
5578 2003-01-30 [paul]       0.8.9claws21
5579
5580         * sync with 0.8.9cvs2
5581                 see ChangeLog 2003-01-30
5582
5583 2003-01-29 [paul]       0.8.9claws20
5584
5585         * sync with 0.8.9cvs1
5586                 see ChangeLog 2003-01-29
5587
5588 2003-01-28 [paul]       0.8.9claws19
5589
5590         * po/POTFILES.in
5591                 update to reflect changes. 
5592                 thanks to Ricardo Mones Lastra
5593
5594 2003-01-27 [christoph]  0.8.9claws18
5595
5596         * ac/openssl.m4
5597         * ac/spamassassin.m4
5598         * src/plugins/spamassassin/README
5599         * src/plugins/spamassassin/libspamc.[ch]
5600         * src/plugins/spamassassin/utils.[ch]
5601                 updated to latest libspamc
5602
5603 2003-01-27 [christoph]  0.8.9claws17
5604
5605         * src/folder.c
5606                 fix wrong use of procheader_get_header_fields
5607
5608 2003-01-27 [christoph]  0.8.9claws16
5609
5610         * src/news.c
5611         * src/prefs_account.[ch]
5612         * src/common/nntp.[ch]
5613                 allow to force authentication for NNTP servers
5614
5615         Patch submitted by Florian Mickler <dmk@d-labs.de>
5616
5617 2003-01-26 [paul]       0.8.9claws15
5618
5619         * src/summaryview.c
5620                 speed up of marking messages as read
5621                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5622
5623 2003-01-26 [christoph]  0.8.9claws14
5624
5625         * src/Makefile.am
5626         * src/mgutils.[ch]              ** REMOVE **
5627         * src/xml.[ch]                  ** REMOVE **
5628         * src/xmlprops.[ch]             ** REMOVE **
5629         * src/common/Makefile.am
5630         * src/common/mgutils.[ch]       ** NEW **
5631         * src/common/xml.[ch]           ** NEW **
5632         * src/common/xmlprops.[ch]      ** NEW **
5633                 move xml files to common directory
5634
5635 2003-01-26 [christoph]  0.8.9claws13
5636
5637         * src/plugins/spamassassin/spamassassin_gtk.c
5638                 only set gtk entry text if string is available
5639
5640 2003-01-26 [melvin]     0.8.9claws12
5641
5642         * src/description_window.c
5643                 Allow resizing of the window
5644                 Allow automatic horizontal scroll bar
5645                 Do not vertically expand and fill
5646
5647 2003-01-26 [christoph]  0.8.9claws11
5648
5649         * src/Makefile.am
5650         * src/gtkutils.[ch]             ** REMOVE **
5651         * src/common/sylpheed.c
5652         * src/gtk/Makefile.am
5653         * src/gtk/description_window.c
5654         * src/gtk/gtkutils.[ch]         ** NEW **
5655         * src/gtk/prefswindow.c
5656                 move gtkutils to gtk directory
5657
5658 2003-01-26 [paul]       0.8.9claws10
5659
5660         * src/summaryview.c
5661                 rename summary_unread_clicked() to summary_status_clicked()
5662
5663 2003-01-26 [melvin]     0.8.9claws9
5664
5665         * src/prefs_actions.c
5666                 Cosmetical changes to the help text
5667
5668 2003-01-26 [paul]       0.8.9claws8
5669
5670         * src/folder.[ch]
5671           src/mainwindow.c
5672           src/prefs_common.c
5673           src/prefs_sumamry_column.c
5674           summaryview.[ch]
5675                 rename the 'Unread' column to 'Status'
5676
5677 2003-01-25 [match]      0.8.9claws7
5678
5679         * src/mgutils.[ch]
5680                 removed reference to LDAP constants. removed error2string.
5681                 included functions to support LDAP dynamic queries.
5682         * src/syldap.h
5683                 moved LDAP constants here.
5684         * src/addressbook.c
5685         * src/addrindex.c
5686         * src/importldif.c
5687                 removed references to LDAP constants and references to
5688                 error2string.
5689
5690 2003-01-25 [paul]       0.8.9claws6
5691
5692         * src/summaryview.c
5693                 summary_thread_build(), summary_thread_init(): remove 
5694                 unneeded reference to summaryview->folder_item
5695
5696 2003-01-25 [christoph]  0.8.9claws5
5697
5698         * src/gtk/description_window.c
5699                 o allow description texts to expand over multiple columns
5700                 o translate all columns
5701         * src/prefs_actions.c
5702                 change syntax description to use new multi column feature
5703
5704         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5705
5706 2003-01-25 [match]      0.8.9claws4
5707
5708         * src/vcard.c
5709                 fixed bug with Quoted-Printable
5710
5711 2003-01-25 [paul]       0.8.9claws3
5712
5713         * src/folder.[ch]
5714           src/summaryview.[ch]
5715                 implement per-folder collapsed/expanded threads setting
5716                 
5717         * src/prefs_common.c
5718                 remove global collapsed/expanded threads option
5719
5720 2003-01-25 [christoph]  0.8.9claws2
5721
5722         * po/POTFILES.in
5723                 add pluginwindow and prefswindow
5724         * src/compose.c
5725                 make send respond correctly to messages that could be added
5726                 to the queue folder, but the UID of the message is unknown
5727         * src/folder.c
5728         * src/imap.c
5729                 don't return guessed UIDs in imap_add_msg anymore. We return
5730                 0 to tell the folder system it was appened but the UID is
5731                 unknown. Folder system now get's the UID by scaning the folder
5732                 and searching the cache for the Message-ID
5733                 (closes bug #29 Messages queued, but not sent)
5734
5735 2003-01-25 [paul]       0.8.9claws1
5736
5737         * src/codeconv.c
5738                 conv_encode_header():  fix bug when long headers with 8-bit
5739                 characters are used, so that the encoded words are wrapped.
5740                 If the space in the original text falls on the wrap boundary,
5741                 it can be lost.
5742                 Patch by Sergey Vlasov.
5743                 
5744         * src/folderview.c
5745                  fix bug where a change to the sorting method or thread view
5746                  of a folder's messages is lost if simpify-subject is set and
5747                  toggled on or off.
5748                  Patch by Luke Plant.
5749
5750 2003-01-24 [paul]       0.8.9claws
5751
5752         * sylpheed-0.8.9claws released
5753         
5754         * Makefile.am
5755           sylpheed.spec.in
5756                 remove reference to 'INSTALL.jp'
5757
5758 2003-01-23 [paul]       0.8.8claws128
5759
5760         * po/es.po
5761           po/it.po
5762           po/ru.po
5763           po/sr.po
5764                 updated translations. submitted by Ricardo Mones Lastra,
5765                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5766
5767 2003-01-23 [colin]      0.8.8claws127
5768
5769         * src/compose.c
5770                 Fix drafted and queued news articles re-edition
5771
5772 2003-01-23 [melvin]     0.8.8claws126
5773
5774         * po/fr.po
5775                 Updated French translations
5776
5777 2003-01-23 [colin]      0.8.8claws125
5778
5779         * src/inc.c
5780                 Fix "Connecting to..." status message
5781
5782 2003-01-22 [paul]       0.8.8claws124
5783
5784         * po/bg.po
5785                 updated by George Danchev
5786                 
5787         * src/folder.c
5788                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5789                 and folder deletion
5790
5791 2003-01-21 [paul]       0.8.8claws123
5792
5793         * po/bg.po
5794                 updated by George Danchev
5795                 
5796         * src/about.c
5797                 its now 2003
5798                 
5799         * src/toolbar.c
5800                 don't translate 'Separator'
5801                 
5802         * src/plugins/spamassassin/Makefile.am
5803                 add aspell to CPPFLAGS
5804                 
5805         * src/plugins/spamassassin/spamassassin.c
5806           src/plugins/spamassassin/spamassassin_gtk.c
5807                 set correct default for spamassassin_receive_spam
5808                 slightly re-word descriptions and some
5809                 other minor changes
5810
5811 2003-01-19 [alfons]     0.8.8claws122
5812                 
5813         * src/mimeview.c
5814                 mimeview_save_as(): we might as well show the file name for
5815                 the single case "Save As" too
5816
5817 2003-01-19 [alfons]     0.8.8claws121
5818
5819         * src/crash.c
5820                 change bug tracker URL to bugzilla URL
5821
5822 2003-01-19 [alfons]     0.8.8claws120
5823
5824         * src/mimeview.c
5825                 mimeview_save_all(): display name of file before overwriting;
5826                 continue saving all, even when one overwrite was cancelled
5827
5828 2003-01-19 [christoph]  0.8.8claws119
5829
5830         * src/summaryview.c
5831         * src/procmsg.[ch]
5832                 fix wrong usage of procmsg_find_children in summaryview
5833                 by using procmsg_update_unread_children instead of
5834                 summaryview_update_unread_children
5835
5836 2003-01-19 [christoph]  0.8.8claws118
5837
5838         * src/procmsg.c
5839                 fix infinite loop in procmsg_find_children
5840                  (closes bug #25 sylpheed crashes on delete.)
5841
5842         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5843
5844 2003-01-19 [paul]       0.8.8claws117
5845
5846         * po/pt_BR.po
5847                 updated by Ivan Francolin Martinez
5848
5849 2003-01-18 [melvin]     0.8.8claws116
5850
5851         * src/prefs_actions.c
5852                 Removed syntax limitation of only one '&' at the end of command.
5853                         Now actions that contain '>/dev/null 2>&1' are possible.
5854
5855 2003-01-18 [melvin]     0.8.8claws115
5856
5857         * src/prefs_actions.c
5858                 Actions IO dialog: when the action ends
5859                 the "Close" button now has focus and [Escape] closes the
5860                 window.
5861
5862 2003-01-18 [christoph]  0.8.8claws114
5863
5864         * src/procmsg.c
5865                 o add debug output when MsgInfos are really freed
5866                 o free GSLists in procmsg_find_children and
5867                   procmsg_update_unread_children
5868
5869 2003-01-18 [christoph]  0.8.8claws113
5870
5871         * src/mainwindow.c
5872                 reorder Configuration menu
5873
5874 2003-01-18 [christoph]  0.8.8claws112
5875
5876         * src/compose.c
5877                 fix applying templates to forwarded messages
5878
5879         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5880
5881 2003-01-17 [christoph]  0.8.8claws111
5882
5883         * src/folder.c
5884                 destroy folder items, when a folder item is removed
5885
5886 2003-01-17 [christoph]  0.8.8claws110
5887
5888         * src/folder.c
5889                 fix wrong folder stats update when ignored message is
5890                 deleted
5891
5892 2003-01-17 [colin]      0.8.8claws109
5893         
5894         * src/mainwindow.c
5895         * src/summaryview.c
5896                 Quicksearch bugfixes: 
5897                 - hide help button at startup if not extended
5898                 - switch to extended when looking for replies
5899
5900 2003-01-17 [paul]
5901
5902         * sync with 0.8.9 release
5903
5904 2003-01-17 [paul]       0.8.8claws108
5905
5906         * sync with 0.8.8cvs11
5907                 see ChangeLog 2003-01-17
5908
5909 2003-01-16 [colin]      0.8.8claws107
5910
5911         * src/procmsg.c
5912                 Changed encryption test to re-ask passphrase
5913                 if an encrypted message hasn't been decrypted
5914                 Fixes bug #5
5915
5916 2003-01-16 [christoph]  0.8.8claws106
5917
5918         * src/prefs_gtk.c
5919         * src/prefs_toolbar.c
5920         * src/gtk/prefswindow.h
5921         * src/plugins/spamassassin/spamassassin_gtk.c
5922                 remove page destroy function that is not used anymore
5923
5924 2003-01-16 [paul]       0.8.8claws105
5925
5926         * sync with 0.8.8cvs9
5927                 see ChangeLog 2002-01-16
5928
5929 2003-01-16 [colin]      0.8.8claws104
5930
5931         * src/compose.[ch]
5932                 Fix bug with autosaved drafts for IMAP, when draft
5933                 folder is specified - fixes bugzilla bug #20
5934
5935 2003-01-15 [paul]       0.8.8claws103
5936
5937         * src/compose.[ch]
5938           src/procmsg.c
5939                 store folder and message-id of message forwarding
5940                 in queue header and set forward flag after sending
5941
5942 2003-01-15 [paul]       0.8.8claws102
5943
5944         * sync with 0.8.8cvs8
5945                 see ChangeLog 2002-01-15
5946
5947 2003-01-15 [colin]      0.8.8claws101
5948
5949         * src/Makefile.am
5950                 Fix linking with GNU libiconv
5951
5952 2003-01-15 [darko]      0.8.8claws100
5953
5954         * src/pine.c
5955                 fix crash when importing pine address book
5956                 entry with an empty name (reported by DY
5957                 <dybulk at tri8.net>)
5958
5959 2003-01-14 [paul]       0.8.8claws99
5960
5961         * configure.in  ** REMOVED **
5962           configure.ac  ** NEW FILE **
5963                 rename configure.in to configure.ac, as it is now
5964                 preferred
5965
5966 2003-01-14 [melvin]     0.8.8claws98
5967
5968         * src/folderview.c
5969                 folderview_check_new(): More precise function description
5970
5971 2003-01-14 [melvin]     0.8.8claws97
5972
5973         * src/folderview.c
5974                 folderview_check_new(): return the number of new messages 
5975                         since last check.
5976         * src/inc.c
5977                 inc_account_mail(): Disable counting of new messages for IMAP
5978                         and NNTP until bug [19] and [14] are fixed.
5979
5980 2003-01-14 [paul]       0.8.8claws96
5981
5982         * sync with 0.8.8cvs6
5983                 see ChangeLog 2003-01-14
5984
5985 2003-01-13 [alfons]     0.8.8claws95
5986
5987         * src/textview.c
5988                 tune email address validation (c. 0.8.8claws89): if . is 
5989                 just one char away from @, the address is invalid too 
5990                 (correctly rejects addresses like foo@.com)
5991
5992 2003-01-13 [paul]       0.8.8claws94
5993
5994         * src/messageview.c
5995           src/toolbar.c
5996                 fixes to the Message View toolbar and menu:
5997                 fix non-functioning Forward button
5998                 make Reply button consider default_reply_list
5999                 remove 'Follow-up...' menu entry
6000                 add 'Forward' and 'Redirect' menu entries
6001
6002 2003-01-13 [melvin]     0.8.8claws93
6003
6004         * src/inc.c
6005                 Fixed typo that could make new messages count incorrect.
6006
6007 2003-01-13 [melvin]     0.8.8claws92
6008
6009         * src/folderview.[ch]
6010                 folderview_check_new(): return the number of new messages.
6011         * src/inc.c
6012                 Should fix bug [14] where new mail notification worked 
6013                         incorrectly with IMAP accounts.
6014                 inc_spool_account(): return number of new msgs, or -1 on error
6015                 inc_all_spool(): return number of new msgs
6016                 
6017 2003-01-13 [melvin]     0.8.8claws91
6018
6019         * src/prefs_actions.c
6020                 Justify help text.
6021
6022 2003-01-12 [thorsten]   0.8.8claws90
6023
6024         * src/common/prefs.c
6025                 close file before rename
6026
6027 2003-01-12 [alfons]     0.8.8claws89
6028
6029         * AUTHORS
6030                 add Christian Mertes
6031         * src/common/utils.[ch]
6032                 g_stricase_hash(), g_stricase_equal(): functions for 
6033                 case insensitive hash tables
6034         * src/textview.c
6035                 use top level domain names to validate email address, based
6036                 on a patch by Christian Mertes (thanks!), but changed 
6037                 implementation to use a hash table 
6038
6039 2003-01-12 [paul]       0.8.8claws88
6040
6041         * po/bg.po
6042                 updated by George Danchev
6043
6044 2003-01-12 [alfons]     0.8.8claws87
6045
6046         * src/summaryview.c
6047                 delete / execute performance: use new style folder update
6048
6049 2003-01-12 [paul]       0.8.8claws86
6050
6051         * sync with 0.8.8cvs5
6052                 see ChangeLog 2003-01-13 (!)
6053
6054 2003-01-12 [alfons]     0.8.8claws85
6055
6056         * src/filtering.c
6057         * src/matcher_parser_parse.y
6058                 prepare change_score filtering action
6059         * src/matcher.[ch]
6060                 give up const-correctness on functions that call non-const-correct functions;
6061                 several casts to gpointer in g_free();
6062                 add change_score;
6063
6064 2003-01-12 [christoph]  0.8.8claws84
6065
6066         * src/compose.c
6067                 fix 2 warnings
6068
6069         * src/gtk/prefswindow.[ch]
6070         * src/plugins/spamassassin/spamassassin_gtk.c
6071                 changed the call of the widget create function
6072                 for PrefsPages, because sometimes the widget
6073                 create function needs a widget that already has
6074                 been attached to a window (to create GDK pixmaps
6075                 for exmaple). So we simply pass the GtkWindow as
6076                 the second parameter now.
6077
6078         * src/main.c
6079         * src/mainwindow.c
6080         * src/prefs_toolbar.[ch]
6081                 rewrite Toolbar Preferences using the new
6082                 prefs window
6083
6084 2003-01-11 [alfons]     0.8.8claws83
6085
6086         * src/addressadd.c
6087                 fix crash when adding sender to addressbook because status bar
6088                 isn't there (the status bar doesn't seem to be used though,
6089                 but I'll let Match decide what to do with it)
6090
6091 2003-01-11 [colin]      0.8.8claws82
6092
6093         * src/main.c
6094           src/toolbar.c
6095                 Two useless changes reversed
6096
6097 2003-01-11 [colin]      0.8.8claws81
6098
6099         * src/mainwindow.c
6100           src/mainwindow.h
6101                 Add mainwindow_get_mainwindow()
6102         * src/alertpanel.c
6103           src/alertpanel.h
6104                 Add alertpanel_error_log() 
6105         * src/compose.c
6106           src/inc.c
6107           src/messageview.c
6108           src/toolbar.c
6109           src/main.c
6110           src/procmsg.c
6111                 Network errors get a View Log button
6112
6113 2003-01-10 [alfons]     0.8.8claws80
6114
6115         * src/prefs_toolbar.c
6116         * src/toolbar.c
6117                 use the translatable string for "Separator" as file name for
6118                 separator toolbar items (probably make this uppercase?)
6119
6120 2003-01-10 [alfons]     0.8.8claws79
6121
6122         * src/prefs_toolbar.c
6123                 put right A_SEPARATOR description string in "displayed
6124                 toolbar items list" so manually added separators are
6125                 saved correctly (bug #10, "Adding a separator to the main 
6126                 toolbar fails, entry in xml file is wrong")
6127
6128 2003-01-10 [christoph]  0.8.8claws78
6129
6130         * src/imap.c
6131                 o fix warnings
6132                 o use CAPABILITY to check if NAMESPACE is available
6133
6134 2003-01-10 [christoph]  0.8.8claws77
6135
6136         * src/imap.[ch]
6137                 apply UIDPLUS IMAP extension support patch
6138
6139         Patch submitted by Simon 'corecode' Schubert
6140
6141 2003-01-10 [paul]       0.8.8claws76
6142
6143         * src/folderview.c
6144                 a sync from main which fixes the news account folders'
6145                 Properties bug
6146
6147 2003-01-10 [christoph]  0.8.8claws75
6148
6149         * src/folder.c
6150                 don't accept 0 as a valid uid returned by copy and move
6151                 functions. 0 means the message was copied or moved but the
6152                 new uid could not be fetched. It is not an error condition
6153                 for the copy or move operation.
6154
6155 2003-01-10 [paul]       0.8.8claws74
6156
6157         * src/prefs_filtering.c
6158                 change English used in Alert when entry is not
6159                 saved.
6160                 
6161         * sync with 0.8.8cvs4
6162                 see ChangeLog 2003-01-10
6163
6164 2003-01-10 [darko]      0.8.8claws73
6165
6166         * src/pine.c
6167                 fix crash when importing address book entry
6168                 without a valid address
6169
6170 2003-01-09 [alfons]     0.8.8claws72
6171
6172         * src/inc.c
6173                 filtering performance: use new style folder update
6174
6175 2003-01-09 [christoph]  0.8.8claws71
6176
6177         * src/compose.c
6178         * src/gtk/menu.[ch]
6179                 fix wrong selecting of mime encoding type, when
6180                 opening property dialog of attachments in the
6181                 compose window. 7bit was always selected and that
6182                 destoryed files with 8bit data.
6183                 (closes bug #9 Sylpheed-claws destroys attachments when
6184                  changing MIME-types)
6185
6186 2003-01-09 [paul]       0.8.8claws70
6187
6188         * sync with 0.8.8cvs3
6189                 see ChangeLog 2003-01-09
6190
6191 2003-01-08 [alfons]     0.8.8claws69
6192         
6193         * src/addressadd.c
6194                 apply patch by Kim Schulz to fix build breakage
6195                 because of missing variable
6196
6197 2003-01-08 [paul]       0.8.8claws68
6198
6199         * sync with 0.8.8cvs2
6200                 see ChangeLog 2002-01-08
6201
6202 2003-01-08 [paul]       0.8.8claws67
6203
6204         * po/it.po
6205                 updated by Alessandro Maestri
6206                 
6207         * src/addressadd.c
6208                 when using 'Add sender to addressbook' allow
6209                 name to be edited and remarks to be entered
6210                 Patch submitted by Luke Plant
6211
6212 2003-01-08 [darko]      0.8.8claws66
6213
6214         * README.claws, src/summaryview.c
6215                 fix description for marked messages
6216
6217 2003-01-08 [paul]
6218
6219         * tools/Makefile.am
6220           tools/launch_phoenix  ** NEW FILE **
6221                 add script that enables using Phoenix as the default
6222                 web browser. 
6223                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6224                 
6225         * tools/OOo2sylpheed.pl
6226                 remove full path to sylpheed executable, just 'sylpheed'
6227                 will do
6228                 
6229         * tools/README
6230                 add launch_phoenix informtion and re-arrange and compress
6231                 the data a little
6232
6233 2003-01-07 [christoph]  0.8.8claws65
6234
6235         * src/folder.c
6236                 fix update for source folder when moving messages
6237         * src/procmsg.[ch]
6238         * src/summaryview.c
6239                 use function to set to_folder for message infos and
6240                 automatically update the op_count for old and new
6241                 folder
6242
6243 2003-01-07 [melvin]     0.8.8claws64
6244
6245         * src/prefs_actions.c
6246                 Fixed bug where an '%p' Action on a displayed image crashed 
6247                         Sylpheed
6248                 Code clean up (get rid of duplicated code and removed unnecessary 
6249                                 structure member)
6250
6251 2003-01-07 [christoph]  0.8.8claws63
6252
6253         * src/compose.c
6254         * src/folder.[ch]
6255         * src/folderview.c
6256         * src/import.c
6257         * src/inc.c
6258         * src/main.c
6259         * src/mainwindow.c
6260         * src/messageview.c
6261         * src/prefs_folder_item.c
6262         * src/procmsg.c
6263         * src/summaryview.c
6264         * src/toolbar.c
6265                 o remove all folder update triggering from the UI code. The folder
6266                   system should know much better when a folder needs an update.
6267                 o to prevent multiple updates in a row the folder updates can be
6268                   frozen for some time.
6269
6270                 Note: - Please verify that no updates are missing
6271                       - Check where freeze/thaws should be added
6272
6273 2003-01-07 [christoph]  0.8.8claws62
6274
6275         * src/prefs_actions.c
6276                 don't translate empty strings
6277
6278         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6279
6280 2003-01-06 [christoph]  0.8.8claws61
6281
6282         * src/prefs_actions.c
6283                 mark strings for gettext
6284         * src/prefs_matcher.c
6285                 use new description window for Execute action and
6286                 match condition in Filtering
6287
6288         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6289
6290 2003-01-06 [alfons]     0.8.8claws60
6291
6292         keep myself inspired to re-organize matcher part 8; 
6293         yes, more to come (I need to move out the descriptive
6294         text for actions to matcher.c, or at least make it not
6295         depend on the wicked ordering)
6296
6297         * src/prefs_matcher.c
6298                 add documentation so others may comprehend the
6299                 UI part of the conditions
6300                 
6301 2003-01-06 [christoph]  0.8.8claws59
6302
6303         * src/prefs_actions.c
6304                 use new description window for syntax help
6305         * src/gtk/description_window.c
6306                 fix display of descriptions with column count != 2
6307
6308         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6309
6310 2003-01-06 [christoph]  0.8.8claws58
6311
6312         * src/quote_fmt.c
6313         * src/summaryview.[ch]
6314         * src/gtk/Makefile.am
6315         * src/gtk/description_window.[ch]       ** NEW **
6316                 use a generic window to display syntax descriptions
6317                 currently used in quote_fmt and summaryview (new description
6318                 for extended quick search)
6319
6320         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6321
6322 2003-01-06 [paul]       0.8.8claws57
6323
6324         * sync with 0.8.8cvs1
6325                 see ChangeLog 2003-01-06
6326
6327 2003-01-06 [christoph]  0.8.8claws56
6328
6329         * src/mainwindow.c
6330         * src/prefs_gtk.[ch]
6331         * src/gtk/prefswindow.[ch]
6332         * src/plugins/spamassassin/spamassassin_gtk.c
6333                 o remove page management from prefswindow, pages
6334                   will be an argument to prefswindow_open
6335                 o prefswindow_open gets a datapointer that is
6336                   passed to the widget_create function to allow
6337                   creation of prefswindow for specific items
6338
6339 2003-01-06 [colin]      0.8.8claws55
6340         
6341         * src/summaryview.c
6342                 We don't want regexp in the reply-finder, 
6343                 because MIDs can contain !,$,. and so on
6344
6345 2003-01-06 [jens]       0.8.8claws54
6346
6347         * src/jpilot.c
6348                 fixed a wrong free in jpilot_read_db_files
6349
6350 2003-01-06 [alfons]     0.8.8claws53
6351
6352         re-organize matcher part 8; more to come
6353        
6354         * src/matcher.c
6355                 matcherprop_to_string(): put g_free()s before the
6356                 switch-case break to fix memleaks                
6357
6358 2003-01-06 [colin]      0.8.8claws52
6359
6360         * src/summaryview.c
6361                 cleanup & reply-finder now displays the first 
6362                 matching message
6363
6364 2003-01-05 [alfons]     0.8.8claws51
6365
6366         re-organize matcher part 7; more to come
6367
6368         * src/matcher.[ch]
6369                 fixes for constant correctness;
6370                 more documentation;
6371
6372 2003-01-05 [alfons]     0.8.8claws50
6373
6374         re-organize matcher part 6; more to come
6375         
6376         * src/matcher.[ch]
6377                 fixes for constant correctness;
6378                 more documentation;
6379         * src/filtering.c
6380                 fix for constant correctness
6381
6382 2003-01-05 [colin]      0.8.8claws49
6383
6384         * src/account.[ch]
6385                 Add account_get_reply_account function
6386         * src/compose.c
6387                 Use account_get_reply_account function 
6388         * src/summaryview.c
6389                 Basic reply-finder - click on the replied
6390                 icon gets you to the outbox using quick-search
6391
6392 2003-01-05 [paul]       0.8.8claws48
6393
6394         * src/prefs_common.c
6395                 small change to English
6396                 
6397         * src/prefs_filtering.c
6398                 prefs_filtering_action_select(): improve logic and uniformity
6399                 of gui
6400
6401 2003-01-05 [alfons]     0.8.8claws47
6402
6403         fine tune solution to focus problems (bug #7)
6404
6405         * src/mainwindow.c
6406                 mainwindow_focus_in_event(): remove grab event check
6407         * src/summaryview.c
6408                 summary_button_pressed(): move selection on right-click
6409                 too. we can't possibly move the selection back after
6410                 canceling a dialog, because gtk's incomplete focus 
6411                 management. whether this is a good solution, only time
6412                 will tell.
6413
6414 2003-01-05 [christoph]  0.8.8claws46
6415
6416         * src/imap.c
6417                 fix crash when no imap connection could be established
6418
6419 2003-01-05 [paul]       0.8.8claws45
6420
6421         * src/mainwindow.c
6422           src/sumamryview.c
6423           src/gtk/menu.[ch]
6424                 fix bug 605957 'shortcuts in popup-menu'
6425                 make user-defined shortcuts work
6426                 show shortcuts that are already defined
6427                 in the main menu
6428                 Patch submitted by Luke Plant
6429
6430 2003-01-05 [alfons]     0.8.8claws44
6431
6432         * src/mainwindow.c
6433                 focus_in_event handler should not select summary view row 
6434                 when another window (menu, dialog) grabbed for events 
6435                 (bug #7, "[0.8.8claws42] Message summary focus") 
6436
6437 2003-01-04 [christoph]  0.8.8claws43
6438
6439         * src/procmsg.c
6440                 update save folder after adding the sent message
6441                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6442
6443 2003-01-02 [christoph]  0.8.8claws42
6444
6445         * src/common/plugin.c
6446                 fix unloading of all plugins and unload
6447                 plugins in reverse order
6448                 
6449         * src/gtk/pluginwindow.c
6450                 implement function of load and unload button
6451
6452         * src/gtk/prefswindow.c
6453         * src/gtk/prefswindow.h
6454                 rename register function and add new unregister
6455                 function
6456
6457         * src/plugins/spamassassin/spamassassin_gtk.c
6458                 unregister prefs page and update for changes in
6459                 src/gtk/prefswindow.c
6460
6461 2003-01-02 [paul]       0.8.8claws41
6462
6463         * po/es.po
6464                 updated by Ricardo Mones Lastra
6465
6466 2003-01-02 [paul]
6467
6468         * tools/tb2sylpheed
6469                 fixes and improvements by Urke MMI
6470
6471 2003-01-02 [thorsten]   0.8.8claws40
6472
6473         * src/procmsg.c
6474                 fixed wrong return value
6475
6476 2003-01-02 [thorsten]   0.8.8claws39
6477
6478         * src/prefs.c
6479                 fixed printing wrong variable
6480
6481 2003-01-02 [thorsten]   0.8.8claws38
6482
6483         * src/prefs.c
6484                 fixed acessing members of freed pfile struct
6485
6486 2003-01-02 [thorsten]   0.8.8claws37
6487
6488         * src/procmsg.c
6489                 detect loops across several messages
6490                 as suggested by Christoph Hohmann
6491
6492 2003-01-01 [match]      0.8.8claws36
6493
6494         * src/addrindex.c
6495                 fixed another memory leak.
6496
6497 2003-01-01 [match]      0.8.8claws35
6498
6499         * src/jpilot.[ch]
6500                 fixed memory leaks. applied Doxygen comments.
6501
6502 2003-01-01 [thorsten]   0.8.8claws34
6503
6504         * src/procmsg.c
6505                 inhibit endless loop if msg references itself
6506                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6507
6508 2003-01-01 [christoph]  0.8.8claws33
6509
6510         * src/mainwindow.c
6511         * src/gtk/Makefile.am
6512         * src/gtk/pluginwindow.c                ** NEW **
6513         * src/gtk/pluginwindow.h                ** NEW **
6514                 add plugin window
6515
6516         * src/plugins/demo/demo.c
6517         * src/plugins/spamassassin/spamassassin.c
6518         * src/plugins/spamassassin/spamassassin_gtk.c
6519                 write better plugin descriptions
6520
6521 2002-12-31 [christoph]  0.8.8claws32
6522
6523         * src/gtk/prefswindow.c
6524         * src/plugins/spamassassin/spamassassin_gtk.c
6525                 some small improvements to GTK code
6526
6527 2002-12-31 [christoph]  0.8.8claws31
6528
6529         * src/plugins/spamassassin/spamassassin_gtk.c
6530                 enable folder select button
6531
6532 2002-12-31 [christoph]  0.8.8claws30
6533
6534         * src/mainwindow.c
6535         * src/gtk/Makefile.am
6536         * src/gtk/prefswindow.c                         ** NEW **
6537         * src/gtk/prefswindow.h                         ** NEW **
6538                 add new prefs window
6539
6540         * src/common/plugin.c
6541                 don't try to load empty config lines
6542         
6543         * src/plugins/spamassassin/Makefile.am
6544         * src/plugins/spamassassin/spamassassin.c
6545         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6546         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6547                 GTK config for SpamAssassin Plugin using
6548                 the new prefs window
6549
6550 2002-12-31 [paul]       0.8.8claws29
6551
6552         * po/POTFILES.in
6553                 remove obsolete entry 'src/menu.c'
6554
6555 2002-12-31 [alfons]     0.8.8claws28
6556
6557         * src/matcher.[ch]
6558         * src/matcher_parser_parse.y
6559         * src/prefs_matcher.c
6560                 add "ignore_thread" and "~ignore_thread" condition so it's
6561                 possible to make the actions / scoring operate on the ignore
6562                 thread flag
6563
6564 2002-12-31 [christoph]  0.8.8claws27
6565
6566         * src/addrbook.c
6567         * src/addrindex.c
6568         * src/folder.c
6569         * src/matcher.c
6570         * src/prefs_account.c
6571         * src/prefs_actions.c
6572         * src/prefs_customheader.c
6573         * src/prefs_display_header.c
6574         * src/prefs_gtk.c
6575         * src/procmime.c
6576         * src/toolbar.c
6577         * src/xmlprops.c
6578         * src/common/prefs.[ch]
6579                 extend prefs file handling for reading and automatic handling
6580                 of blocks. When reading prefs_set_block_label will automatically
6581                 move on to the block. When writing it will copy all other blocks
6582                 automatically
6583
6584         * src/common/plugin.c
6585                 Now loading plugin filenames from [Plugins] block in
6586                 sylpheed rc file
6587
6588 2002-12-30 [christoph]  0.8.8claws26
6589
6590         * src/common/hooks.[ch]
6591                 return abort status to caller of hooks_invoke
6592                 
6593         * src/inc.[ch]
6594                 invoke message filtering hook and stop
6595                 default handling when filter returns abort
6596
6597         * src/common/plugin.[ch]
6598         * src/plugins/demo/demo.c
6599                 modify plugin loader, because resolving symbols for strings
6600                 does not work correctly
6601         
6602         * configure.in
6603         * ac/spamassassin.m4                            ** NEW **
6604         * src/plugins/spamassassin/.cvsignore           ** NEW **
6605         * src/plugins/spamassassin/Makefile.am          ** NEW **
6606         * src/plugins/spamassassin/README               ** NEW **
6607         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6608         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6609         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6610                 add spamassassin plugin, see src/plugins/spamassassin/README
6611                 for details
6612
6613 2002-12-29 [alfons]     0.8.8claws25
6614
6615         * src/mainwindow.c
6616                 when moving focus from a message view to the main 
6617                 window, don't forget to select the summary node
6618                 of the displayed message. should fix "[ 659103 ] 
6619                 focus-follows-mouse confuses sylpheed"
6620
6621 2002-12-29 [christoph]  0.8.8claws24
6622
6623         * src/Makefile.am
6624         * src/stringtable.[ch]          ** REMOVE **
6625         * src/common/Makefile.am
6626         * src/common/stringtable.[ch]   ** NEW **
6627                 move stringtable files to common directory
6628
6629 2002-12-29 [christoph]  0.8.8claws23
6630
6631         * src/Makefile.am
6632         * src/menu.[ch]                 ** REMOVE **
6633         * src/gtk/Makefile.am
6634         * src/gtk/menu.[ch]             ** NEW **
6635                 move menu files to gtk directory
6636
6637 2002-12-29 [match]      0.8.8claws22
6638
6639         * src/addressbook.c
6640         * src/syldap.c
6641                 moved UI specific code out of LDAP code into addressbook
6642                 UI code. fixed memory leak.
6643
6644 2002-12-29 [christoph]  0.8.8claws21
6645
6646         * src/folder.c
6647                 only check for IGNORED parent message when message is
6648                 not IGNORED itself
6649
6650 2002-12-29 [alfons]     0.8.8claws20
6651
6652         * src/summaryview.c
6653                 set gtksctree's anchor correct (immediate execute
6654                 changes the tree's layout, and anchor points at 
6655                 the incorrect row). fixes "[ 657233 ] multiple msg 
6656                 delete sometimes off by 1".
6657                 we probably have to look for more tree layout /
6658                 anchor glitches.
6659
6660 2002-12-29 [paul]       0.8.8claws19
6661
6662         * src/summaryview.c
6663                 fix bug [ 659054 ] incorrect sorting of 'From' column
6664                 when using 'display sender using address book'
6665                 thanks to Alfons and Luke Plant
6666
6667 2002-12-29 [christoph]  0.8.8claws18
6668
6669         * src/folder.c
6670         * src/procmsg.[ch]
6671                 check parent messages for IGNORE THREAD flag, when adding,
6672                 moving or copying messages to a folder
6673
6674 2002-12-27 [alfons]     0.8.8claws17
6675
6676         re-organize matcher part 5; more to come
6677
6678         * src/matcher.c
6679                 hash keywords in matchparser_tab 
6680
6681 2002-12-27 [alfons]     0.8.8claws16
6682
6683         re-organize matcher part 4; more to come
6684
6685         * src/matcher_parser.h
6686         * src/matcher_parser_lex.l
6687         * src/matcher_parser_parse.y
6688                 cleanup
6689
6690 2002-12-27 [alfons]     0.8.8claws15
6691
6692         re-organize matcher part 3; more to come
6693
6694         * src/matcher.[ch]
6695                 cleanup
6696
6697 2002-12-27 [alfons]     0.8.8claws14
6698
6699         re-organize matcher part 2; more to come but this should
6700         work. cc me if there are any regressions.
6701
6702         * src/matcher.h
6703                 add prototype for get_matchparser_tab_id()
6704         * src/matcher_parser_lex.l
6705                 look up keywords using matchparser_tab_id();
6706
6707 2002-12-27 [alfons]     0.8.8claws12
6708
6709         re-organize matcher part 1
6710
6711         * src/matcher.h
6712                 map yacc generated constants to sylpheed matcher constants
6713         * src/matcher.c
6714                 add function to find a matcher constant from a string
6715
6716 2002-12-27 [christoph]  0.8.8claws11
6717
6718         * src/compose.c
6719                 MENUITEM_ADD casts the 4th argument from integer to pointer
6720                 so it probably should not be a pointer, this means we
6721                 should use account id for it and not the account's pointer
6722
6723 2002-12-27 [paul]       0.8.8claws10
6724
6725         * src/mainwindow.c
6726                 remove unneeded 'GtkWidget *vbox'
6727                 
6728         * src/summaryview.c
6729                 further sync with 0.8.8 - make sort
6730                 by recipient work as expected
6731                 
6732         * NEWS
6733                 sync with 0.8.8
6734
6735 2002-12-27 [paul]       0.8.8claws9
6736
6737         * po/pt_BR.po
6738                 updated by Ivan F. Martinez
6739                 
6740 2002-12-27 [darko]      0.8.8claws8
6741
6742         * src/common/utils.c
6743                 added locked pattern to extended search
6744
6745 2002-12-27 [alfons]     0.8.8claws7
6746
6747         * src/prefs_matcher.[ch]
6748                 clean up
6749
6750 2002-12-26 [alfons]     0.8.8claws6
6751
6752         * src/matcher.[ch]
6753         * src/matcher_parser_lex.l
6754         * src/matcher_parser_parse.y
6755         * src/prefs_matcher.c
6756                 allow color label as a condition in the matcher
6757
6758 2002-12-26 [oliver]     0.8.8claws5
6759         
6760         * src/toolbar.c 
6761                 enable Addressbook for Main and Messageview
6762         * src/prefs_actions.c
6763                 enable actions in Messageview
6764
6765 2002-12-26 [christoph]  0.8.8claws4
6766
6767         * src/common/plugin.c
6768                 add a little debug output
6769         * configure.in
6770         * src/plugins/demo/Makefile.am
6771                 better use of automake
6772
6773 2002-12-26 [christoph]  0.8.8claws3
6774
6775         * src/Makefile.am
6776         * src/common/Makefile.am
6777                 fix "make distdir"
6778
6779 2002-12-26 [christoph]  0.8.8claws2
6780
6781         * configure.in
6782                 sort configure checks into common / gtk / plugins
6783         * po/POTFILES.in
6784                 add src/prefs_gtk.c
6785         * src/Makefile.am
6786                 add plugins SUBDIR
6787         * src/main.c
6788         * src/common/sylpheed.[ch]
6789                 added now sylpheed_done function for shutdown
6790         * src/common/Makefile.am
6791         * src/common/plugin.[ch]                ** NEW **
6792                 plugin loader and unloader
6793         * src/plugins/.cvsignore                ** NEW **
6794         * src/plugins/Makefile.am               ** NEW **
6795                 build plugins
6796         * src/plugins/demo/.cvsignore           ** NEW **
6797         * src/plugins/demo/Makefile.am          ** NEW **
6798         * src/plugins/demo/demo.c               ** NEW **
6799                 small demo plugin that installs a logtext hook and
6800                 outputs the log text to stdout
6801
6802 2002-12-26 [paul]       0.8.8claws1
6803
6804         * po/es.po
6805                 updated by Ricardo Mones Lastra
6806
6807 2002-12-26 [paul]       0.8.8claws
6808
6809         * 0.8.8claws released
6810
6811 2002-12-26 [paul]       0.8.7claws12
6812
6813         * po/bg.po
6814                 updated by George Danchev
6815
6816 2002-12-26 [paul]       0.8.7claws11
6817
6818         * po/POTFILES.in
6819                 remove unneeded 'src/prefs.c' entry 
6820
6821 2002-12-26 [paul]       0.8.7claws10
6822
6823         * src/codeconv.c
6824           src/mainwindow.c
6825                 sync with 0.8.8 release
6826         
6827         * src/folder.[ch]
6828           src/mh.c
6829           src/summaryview.c
6830                 partial sync with 0.8.8 release
6831         
6832
6833 2002-12-25 [alfons]     0.8.7claws9
6834
6835         * src/matcher.[ch]
6836         * src/matcher_parser_lex.l
6837         * src/matcher_parser_parse.y
6838         * src/prefs_matcher.c
6839                 add locked flag to possible filtering / matcher 
6840                 conditions (also a good example what should be
6841                 done to add a simple boolean condition)
6842
6843 2002-12-25 [christoph]  0.8.7claws8
6844
6845         * src/Makefile.am
6846         * src/account.[ch]
6847         * src/addrbook.c
6848         * src/addressbook.c
6849         * src/addrindex.c
6850         * src/filtering.c
6851         * src/folder.c
6852         * src/matcher.c
6853         * src/prefs.[ch]                ** REMOVE **
6854         * src/prefs_account.c
6855         * src/prefs_actions.c
6856         * src/prefs_common.c
6857         * src/prefs_customheader.c
6858         * src/prefs_display_header.c
6859         * src/prefs_filtering.c
6860         * src/prefs_folder_item.c
6861         * src/prefs_gtk.[ch]            ** NEW **
6862         * src/prefs_matcher.c
6863         * src/prefs_scoring.c
6864         * src/prefs_summary_column.c
6865         * src/procmime.c
6866         * src/selective_download.c
6867         * src/toolbar.c
6868         * src/common/Makefile.am
6869         * src/common/prefs.[ch]         ** NEW **
6870                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6871
6872 2002-12-24 [alfons]     0.8.7claws7
6873
6874         * src/summaryview.c
6875                 summary_thread_build(): fix real cause of the crash mentioned in
6876                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6877                 this way we get meaningful ctree nodes 
6878
6879 2002-12-24 [oliver]     0.8.7claws6
6880
6881         * src/mainwindow.[ch]
6882         * src/messageview.[ch]
6883         * src/compose.[ch]
6884         * src/inc.c
6885         * src/summaryview.c
6886                 changes to use updated toolbar handling
6887                 
6888 2002-12-24 [oliver]     0.8.7claws5
6889
6890         * src/toolbar.[ch]
6891                 generic toolbar handling
6892                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6893         * src/prefs_toolbar.[ch]
6894                 adjust to handling
6895         
6896 2002-12-24 [oliver]     0.8.7claws4
6897         
6898         * src/stock_pixmap.[ch]
6899                 move SYLPHEED_LOGO to end of list in order 
6900                 to remove it from Custom Toolbar`s Icon View
6901
6902 2002-12-24 [alfons]     0.8.7claws3
6903
6904         * src/summaryview.c
6905                 summary_thread_build(): fix crash because of focus != selection 
6906                 after threading. when deleting the selection, gtk tries but fails 
6907                 to find the correct focusable element. we now force the selection
6908                 to be focused. this should solve the infamous bug reported by 
6909                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6910                 a test case is available. 
6911
6912 2002-12-24 [darko]      0.8.7claws2
6913
6914         * src/summaryview.c
6915                 don't crash when unmarking message with unread children
6916
6917 2002-12-23 [christoph]  0.8.7claws1
6918
6919         * src/Makefile.am
6920         * src/common/Makefile.am
6921                 update Makefiles for moved intl.h, version.h and defs.h
6922         * src/imap.c
6923                 rewrite imap_session_get to avoid duplicate code
6924
6925 2002-12-23 [paul]       0.8.7claws
6926
6927         * Santa-Claws released
6928         
6929         * po/hu.po
6930           po/ru.po
6931                 squeeze in updated Hungarian and Russian translations.
6932                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6933
6934 2002-12-23 [paul]       0.8.6claws129
6935
6936         * po/pl.po
6937                 updated by Witold Wladyslaw Wojciech Wilk
6938
6939 2002-12-23 [paul]       0.8.6claws128
6940
6941         * src/quote_fmt_parse.y
6942                 fix typo and add licence header
6943
6944 2002-12-23 [paul]       0.8.6claws127
6945
6946         * po/en_GB.po
6947                 updated
6948
6949 2002-12-23 [paul]       0.8.6claws126
6950
6951         * po/it.po
6952                 updated translation, submitted by Alessandro Maestri
6953                 
6954 2002-12-23 [paul]       0.8.6claws125
6955
6956         * src/quote_fmt_parse.y
6957                 fix signature-stripping on replies bug. match
6958                 '-- \n' and not '-- '.
6959
6960 2002-12-22 [paul]       0.8.6claws124
6961
6962         * po/bg.po
6963           po/es.po
6964           po/sr.po
6965                 updated translations. submitted by George Danchev,
6966                 Ricardo Mones Lastra, and Urke MMI respectively
6967
6968 2002-12-21 [paul]       0.8.6claws123
6969
6970         * src/addrbook.c
6971                 fix coding style
6972
6973 2002-12-21 [paul]       0.8.6claws122
6974
6975         * src/addrbook.c
6976                 fix bug [643638] where if a person is in one or more
6977                 addressbook groups editing that person's email 
6978                 address results in removal from those groups.
6979                 Patch submitted by Luke Plant.
6980
6981 2002-12-20 [christoph]  0.8.6claws121
6982
6983         * src/common/utils.c
6984         * src/summaryview.c
6985                 reimplement expand_search_string using GString to
6986                 prevent crashs caused by miscalculated string
6987                 lengths reported by Paul
6988
6989 2002-12-20 [christoph]  0.8.6claws120
6990
6991         * src/summaryview.c
6992                 don't use "changed" to check if op_count has to be changed as it
6993                 is also set when the message has unread children
6994                 (closes bug [ 653221 ] crash while deleting duplicates)
6995
6996 2002-12-20 [paul]       0.8.6claws119
6997
6998         * sync with 0.8.6cvs27
6999                 see ChangeLog 2002-12-20
7000
7001 2002-12-20 [paul]       0.8.6claws118
7002
7003         * sync with 0.8.6cvs26
7004                 see ChangeLog 2002-12-19 and 2002-12-20
7005
7006 2002-12-19 [alfons]     0.8.6claws117
7007
7008         * src/textview.c
7009                 fix incorrect parsing of email addresses, submitted by 
7010                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7011                 name display if it contains @".
7012
7013 2002-12-18 [paul]       0.8.6claws116
7014
7015         * sync with 0.8.6cvs23
7016                 see ChangeLog 2002-12-18
7017
7018 2002-12-18 [paul]       0.8.6claws115
7019
7020         * src/Makefile.am
7021         * src/account.c
7022         * src/codeconv.c
7023         * src/gtkutils.[ch]
7024         * src/imap.c
7025                 sync with 0.8.6cvs22.
7026                 see ChangeLog 2002-12-17 and 2002-12-18
7027
7028 2002-12-17 [christoph]  0.8.6claws114
7029
7030         * src/imap.c
7031                 o don't create a session if imap greeting fails
7032                 o don't close socket when authentication fails
7033                   this is done by imap_session_destroy
7034
7035 2002-12-17 [thorsten]   0.8.6claws113
7036
7037         * tools/Makefile.am
7038           tools/README
7039           tools/google_msgid.pl ** NEW FILE **
7040                 Added "search for message-id" script and doc
7041
7042 2002-12-17 [thorsten]   0.8.6claws112
7043
7044         * po/hu.po
7045                 Updated hungarian translation
7046                 (updated by Gal Zoltan)
7047
7048 2002-12-16 [christoph]  0.8.6claws111
7049
7050         * src/addr_compl.c
7051                 remove stupid addressbook dump to debug output
7052         * src/mh.c
7053                 fix memory leak found by Hiro
7054
7055 2002-12-14 [paul]       0.8.6claws110
7056
7057         * src/compose.c
7058                 fix menubar sensitivity on send
7059                 
7060         * src/prefs_filtering.c
7061         * src/prefs_matcher.c
7062         * src/prefs_scoring.c
7063                 Fix english ;)
7064                 
7065         * src/common/quoted-printable.h
7066                 sync: fix typo
7067         
7068 2002-12-13 [christoph]  0.8.6claws109
7069
7070         * src/Makefile.am
7071         * src/manage_window.[ch]        ** REMOVE **
7072         * src/gtk/Makefile.am
7073         * src/gtk/manage_window.[ch]    ** NEW **
7074                 move manage_window files to gtk directory
7075
7076 2002-12-13 [christoph]  0.8.6claws108
7077
7078         * src/Makefile.am
7079         * src/gtkshruler.[ch]           ** REMOVE **
7080         * src/gtk/Makefile.am
7081         * src/gtk/gtkshruler.[ch]       ** NEW **
7082                 move gtkshruler files to gtk directory
7083
7084 2002-12-13 [christoph]  0.8.6claws107
7085
7086         * src/Makefile.am
7087         * src/compose.c
7088         * src/gtkstext.[ch]             ** REMOVE **
7089         * src/gtkutils.[ch]
7090         * src/textview.c
7091         * src/gtk/gtkstext.[ch]         ** NEW **
7092         * src/gtk/Makefile.am
7093                 o move stext functions to gtkstext.c to remove
7094                   dependency of gtkutils
7095                 o move gtkstext files to gtk directory
7096
7097         * src/gtk/Makefile.am
7098         * src/gtk/sslcertwindow.[ch]
7099                 UI stuff can always depend on common code so
7100                 it's ok to add ../common to include path
7101
7102 2002-12-13 [colin]      0.8.6claws106
7103
7104         * src/summaryview.c
7105                 Disconnect sighandlers for mainwindow when
7106                 quicksearch has the focus
7107                 Fix bug #653231
7108         * src/mainwindow.[ch]
7109                 Make key_pressed callback public, to be able
7110                 to disconnect it
7111
7112 2002-12-13 [christoph]  0.8.6claws105
7113
7114         * src/mh.c
7115                 create .mh_sequences file in new MH folders
7116                 (closes feature request [ 523162 ] MH folders should
7117                  get a .mh_sequences)
7118
7119 2002-12-13 [colin]      0.8.6claws104
7120
7121         * src/summaryview.c
7122                 Better handling of quicksearch show/hide
7123                 (basically the button stays under the mouse 
7124                  when toggled)
7125
7126 2002-12-13 [paul]       0.8.6claws103
7127
7128         * sync with 0.8.6cvs17
7129                 see ChangeLog 2002-12-13
7130
7131 2002-12-13 [paul]       0.8.6claws102
7132
7133         * po/es.po
7134                 updated by Ricardo Mones Lastra
7135
7136 2002-12-11 [colin]       0.8.6claws101
7137
7138         * src/folder.c
7139                 remove statusbar stuff
7140           src/folderview.c
7141                 set statusbar verbosity when moving folders
7142
7143 2002-12-11 [colin]       0.8.6claws100
7144         * src/prefs_filtering.c
7145         * src/prefs_matcher.c
7146         * src/prefs_scoring.c
7147                 Fix english ;)
7148
7149 2002-12-11 [colin]       0.8.6claws99
7150
7151         * src/prefs_common.[ch]
7152                 Add summary_quicksearch_type
7153         * src/summaryview.c
7154                 Save last used quicksearch type
7155
7156 2002-12-11 [jens]       0.8.6claws98
7157         * src/prefs_filtering.c
7158         * src/prefs_matcher.c
7159         * src/prefs_scoring.c
7160                 added dialog for incomplete rules in scoring, filtering and
7161                 matcher to ask wheather really close
7162
7163 2002-12-11 [colin]      0.8.6claws97
7164
7165         * src/folder.c
7166                 Fix folder dnd statusbar logging
7167
7168 2002-12-10 [christoph]  0.8.6claws96
7169
7170         * src/compose.c
7171         * src/folder.c
7172         * src/imap.c
7173         * src/inc.c
7174         * src/main.c
7175         * src/mainwindow.c
7176         * src/news.c
7177         * src/send.c
7178         * src/statusbar.[ch]
7179         * src/common/hooks.c
7180         * src/common/log.[ch]
7181                 o handle verbose logging in statusbar directly in statusbar code
7182                   and common code does not need any knowledge about a statusbar
7183                 o remove direct calls to statusbar_(puts|pop)_all functions
7184
7185 2002-12-10 [jens]       0.8.6claws95
7186
7187         * src/*.c
7188                 removed gettext from g_warnings
7189         * po/POTFILES.in
7190                 cleaned and updated
7191         * po/de.po
7192                 updated
7193
7194 2002-12-10 [colin]      0.8.6claws94
7195
7196         * src/main.c
7197                 finish crash dialog fix
7198
7199 2002-12-10 [colin]      0.8.6claws93
7200
7201         * src/main.c
7202                 "Fix" "sylpheed already running" instead of
7203                 crash dialog appearing after a crash
7204
7205 2002-12-10 [colin]      0.8.6claws92
7206
7207         * po/POTFILES.in
7208                 add src/gtk/sslcertwindow.c
7209
7210 2002-12-10 [paul]       0.8.6claws91
7211
7212         * po/POTFILES.in
7213                 updated to reflect recent changes
7214                 submitted by Alessandro Maestri
7215
7216 2002-12-09 [christoph]  0.8.6claws90
7217
7218         * src/Makefile.am
7219         * src/smtp.[ch]                 ** REMOVE **
7220         * src/common/Makefile.am
7221         * src/common/smtp.[ch]          ** NEW **
7222                 move smtp files to common directory
7223
7224 2002-12-09 [christoph]  0.8.6claws89
7225
7226         * src/Makefile.am
7227         * src/session.[ch]              ** REMOVE **
7228         * src/common/Makefile.am
7229         * src/common/session.[ch]       ** NEW **
7230                 move session files to common directory
7231
7232 2002-12-09 [paul]       0.8.6claws88
7233
7234         * src/account.c
7235                 fix bug [649746] edit accounts: move account reverted
7236                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7237
7238 2002-12-09 [colin]      0.8.6claws87
7239
7240         * src/ssl_certificate.c
7241                 cleanup
7242
7243 2002-12-09 [colin]      0.8.6claws86
7244
7245         * src/ssl.c
7246                 Try to open the cert.pem database and 
7247                 issue a warning if it isn't there
7248
7249 2002-12-09 [colin]      0.8.6claws85
7250
7251         * src/common/ssl_certificate.c
7252         * src/gtk/sslcertwindow.c
7253                 Warning fixes
7254
7255 2002-12-09 [colin]      0.8.6claws84
7256
7257         * src/ssl_certificate.[ch] ** REMOVED **
7258         * src/common/ssl_certificate.[ch] ** NEW **
7259         * src/Makefile.am
7260         * src/common/Makefile.am
7261                 Moved ssl_certificate.[ch] to common
7262         * src/common/ssl.c 
7263                 Put back needed include
7264         * src/gtk/sslcertwindow.[ch]
7265                 Changed ssl_certificate.h include
7266         
7267 2002-12-09 [colin]      0.8.6claws83
7268
7269         * src/gtk/sslcertwindow.[ch]
7270                 Implement hook for certificate acception
7271         * src/ssl_certificate.[ch]
7272                 Implement hook for certificate acception
7273         * src/common/ssl.c
7274                 Reenable certificate acception check
7275         * src/mainwindow.c
7276                 Register sslcertwindow's hook
7277         
7278 2002-12-08 [christoph]  0.8.6claws82
7279
7280         * src/about.c
7281         * src/addr_compl.c
7282         * src/codeconv.c
7283         * src/manual.c
7284         * src/undo.c
7285         * src/common/utils.c
7286                 o add missing includes
7287                 o fix warnings
7288         * src/.cvsignore
7289         * src/common/.cvsignore
7290         * src/common/version.h          ** REMOVE **
7291                 remove autogenerated file
7292
7293 2002-12-08 [paul]       0.8.6claws81
7294
7295         * src/stringtable.c
7296                 put back needed include
7297
7298 2002-12-08 [colin]      0.8.6claws80
7299         
7300         * src/gtk/sslcertwindow.c
7301                 Cleaner popups when asking
7302         * src/ssl_certificate.c
7303         * src/prefs_common.[ch]
7304                 remove ssl certificate pref
7305                 put back needed include
7306         * src/undo.c
7307                 put back needed include
7308
7309 2002-12-08 [christoph]  0.8.6claws79
7310
7311         * src/folderview.c
7312         * src/logwindow.c
7313         * src/statusbar.c
7314         * src/summaryview.c
7315                 only abort hook invokation if required data is missing not
7316                 if our own data pointer is NULL, update hookfunction for
7317                 log window
7318
7319 2002-12-08 [paul]       0.8.6claws78
7320
7321         * src/about.c
7322         * src/addrcache.c
7323         * src/addrclip.c
7324         * src/addr_compl.c
7325         * src/addrselect.c
7326         * src/codeconv.c
7327         * src/colorlabel.c
7328         * src/enriched.c
7329         * src/esmtp.c
7330         * src/exporthtml.c
7331         * src/headerview.c
7332         * src/imageview.c
7333         * src/manual.c
7334         * src/noticeview.c
7335         * src/pgptext.c
7336         * src/scoring.c
7337         * src/sourcewindow.c
7338         * src/stringtable.c
7339         * src/undo.c
7340                 clean up: remove unneccesary includes
7341
7342 2002-12-08 [christoph]  0.8.6claws77
7343
7344         * src/folderview.c
7345         * src/statusbar.c
7346         * src/summaryview.c
7347         * src/common/hooks.[ch]
7348                 hook functions now have a gboolean return value, if a hook
7349                 returns TRUE it will stop executing of any more hooks in
7350                 the same hooklist for this invokation
7351
7352 2002-12-08 [colin]      0.8.6claws76
7353         
7354         * src/main.c
7355                 put back argv0 for CRASH_DIALOG
7356
7357 2002-12-08 [christoph]  0.8.6claws75
7358
7359         * src/Makefile.am
7360         * src/about.c
7361         * src/account.c
7362         * src/crash.c
7363         * src/esmtp.h
7364         * src/imap.[ch]
7365         * src/inc.c
7366         * src/main.c
7367         * src/mainwindow.c
7368         * src/news.c
7369         * src/pop.[ch]
7370         * src/prefs_account.[ch]
7371         * src/prefs_common.[ch]
7372         * src/send.[ch]
7373         * src/smtp.[ch]
7374         * src/ssl_certificate.[ch]
7375         * src/ssl_manager.[ch]
7376         * src/common/Makefile.am
7377         * src/common/log.c
7378         * src/common/nntp.[ch]
7379         * src/common/socket.[ch]
7380         * src/common/ssl.[ch]
7381         * src/gtk/sslcertwindow.[ch]
7382         * ac/openssl.m4
7383                 use new autoconf script to detect OpenSSL with extra parameters
7384                 to specify the location of libs and includes, also remove USE_SSL
7385                 to USE_OPENSSL
7386
7387         * src/common/sylpheed.[ch]
7388         * src/common/version.h.in
7389                 start seperation of common code initialization seperated from gui
7390
7391         * src/summaryview.c
7392                 The function that is called when a color label changes
7393                 should not change the color lable again
7394
7395 2002-12-08 [colin]      0.8.6claws74
7396
7397         * src/gtk/sslcertwindow.c
7398                 warning fixes
7399
7400 2002-12-08 [colin]      0.8.6claws73
7401
7402         * src/statusbar.c
7403           src/common/log.h
7404                 Register a hook for statusbar_puts_all
7405         * src/common/log.c
7406                 invoke statusbar_puts_all's hook
7407         
7408 2002-12-08 [colin]      0.8.6claws72
7409
7410         * src/ssl_certificate.c
7411                 Put back a badly-removed include
7412
7413 2002-12-08 [colin]      0.8.6claws71
7414
7415         * src/gtk/sslcertwindow.[ch]    ** NEW **
7416                 new certificate presentation
7417         * src/gtk/Makefile.am
7418                 add new files
7419         * src/ssl_certificate.[ch]
7420                 gtk cleanup, made utility functions public
7421         * src/ssl_manager.c
7422                 use new cert presentation
7423
7424 2002-12-07 [christoph]  0.8.6claws70
7425
7426         * src/Makefile.am
7427         * src/nntp.[ch]                 ** REMOVE **
7428         * src/common/Makefile.am
7429         * src/common/nntp.[ch]          ** NEW **
7430                 move nntp files to common directory
7431
7432 2002-12-07 [christoph]  0.8.6claws69
7433
7434         * src/procmsg.[ch]
7435         * src/summaryview.c
7436                 implement msginfo update callback using sylpheed's new
7437                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7438
7439 2002-12-06 [christoph]  0.8.6claws68
7440
7441         * src/editgroup.c
7442                 This patch changes the 'Edit Group Details' dialog to
7443                 allow extended selections in either pane, so that
7444                 addresses can be added or removed from a group more
7445                 quickly and easily. (it actually is a net decrease in
7446                 file size, as some unnecessary functions have been
7447                 removed). 
7448                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7449
7450 2002-12-06 [christoph]  0.8.6claws67
7451
7452         * src/Makefile.am
7453         * src/template.[ch]             ** REMOVE **
7454         * src/common/Makefile.am
7455         * src/common/template.[ch]      ** NEW **
7456                 move template files to common directory
7457
7458         * src/nntp.c
7459                 add missing log.h include
7460
7461 2002-12-06 [melvin]     0.8.6claws66
7462
7463         * src/prefs_actions.c
7464                 Added the trailing ">" syntax to insert command's output
7465                 without replacing old text (in contrast to trailing "|").
7466
7467 2002-12-05 [colin]      0.8.6claws65
7468         
7469         * src/common/utils.c
7470                 Don't modify original search_string or it'll change
7471                 the next iterations in the for()
7472
7473 2002-12-05 [darko]      0.8.6claws64
7474
7475         * src/common/utils.c
7476                 proper check for filtering commands, found by Colin
7477
7478 2002-12-05 [darko]      0.8.6claws63
7479
7480         * src/common/utils.c
7481                 check proper string for NULL pointer, found by Colin
7482
7483 2002-12-05 [darko]      0.8.6claws62
7484
7485         * src/common/utils.[ch]
7486                 expand_search_string(): new function
7487                 converts Mutt-like patterns to Sylpheed's
7488                 filtering engine
7489         * src/summaryview.c
7490                 use expand_search_string() to allow Mutt-like
7491                 patterns in extended search
7492         * README.claws
7493                 document extended option in quick search
7494
7495 2002-12-05 [paul]       0.8.6claws61
7496
7497         * sync with 0.8.6cvs16
7498                 see ChangeLog 2002-12-05
7499                 
7500         * po/POTFILES.in
7501                 clean up
7502
7503 2002-12-04 [christoph]  0.8.6claws60
7504
7505         * src/imap.[ch]
7506                 put imap authentication code into a new function and
7507                 remove it from imap_session_new that will allow to
7508                 send other commands before authentication
7509
7510 2002-12-04 [christoph]  0.8.6claws59
7511
7512         * src/imap.[ch]
7513                 use already existing method to prevent unneeded IMAP
7514                 folder selects. Set imap_select parameters to NULL
7515                 in some functions if the values are not required.
7516
7517         * src/xml.h
7518                 remove no longer required include
7519
7520 2002-12-04 [paul]       0.8.6claws58
7521
7522         * po/es.po
7523                 updated by Ricardo Mones Lastra
7524                 
7525         * configure.in
7526           po/hu.po      ** NEW FILE **
7527                 initial Hungarian translation, submitted
7528                 by Gál Zoltán <galzoli@hu.inter.net>
7529
7530 2002-12-03 [christoph]  0.8.6claws57
7531
7532         * src/Makefile.am
7533         * src/gtksctree.[ch]            ** REMOVE **
7534         * src/gtk/Makefile.am
7535         * src/gtk/gtksctree.[ch]        ** NEW **
7536                 move gtksctree files to gtk directory
7537
7538 2002-12-03 [christoph]  0.8.6claws56
7539
7540         * src/Makefile.am
7541         * src/md5.[ch]                  ** REMOVE **
7542         * srm/common/Makefile.am
7543         * src/common/md5.[ch]           ** NEW **
7544                 move md5 files to common directory
7545
7546         * src/gtkstext.c
7547                 remove not required #include
7548
7549 2002-12-03 [sergey]     0.8.6claws55
7550
7551         * src/gtkutils.c
7552         * src/gtkutils.h
7553                 gtkut_window_popup(): new function.
7554         * src/mainwindow.c
7555                 main_window_popup(): use gtkut_window_popup() to raise
7556                 window without changing its position.
7557                 (see sylpheed-main ML message [sylpheed:17247])
7558
7559 2002-12-03 [sergey]     0.8.6claws54
7560
7561         * src/send.c
7562                 send_message_local(): removed first-dot escaping
7563                 (SMTP-only, not needed for sending through pipe)
7564
7565 2002-12-03 [paul]       0.8.6claws53
7566
7567         * po/POTFILES.in
7568                 update to reflect recent changes (thanks
7569                 to Ricardo Mones Lastra)
7570                 
7571         * tools/filter_conv.pl
7572                  fix problem with quoted strings. Patch submitted
7573                  by Luke Plant <lukeplant@softhome.net>
7574
7575 2002-12-03 [paul]       0.8.6claws52
7576
7577         * sync with 0.8.6cvs15
7578                 see ChangeLog 2002-12-03
7579
7580 2002-12-02 [christoph]  0.8.6claws51
7581
7582         * src/logwindow.[ch]
7583         * src/common/log.[ch]
7584                 implement logging using a hook function
7585
7586         * src/folderview.c
7587         * src/folder.[ch]
7588                 define hooklist name in header file to avoid
7589                 errors caused by wrong spelling of hooklist names
7590
7591         * src/toolbar.c
7592                 fix warnings
7593
7594 2002-12-02 [christoph]  0.8.6claws50
7595
7596         * src/common/Makefile.am
7597                 add src/common/hooks.[ch]
7598
7599         * src/common/hooks.[ch]
7600                 implement a simple hook system using glib's hook functions
7601
7602         * src/folder.[ch]
7603         * src/folderview.c
7604                 use new hook system for folder item updates
7605
7606 2002-12-02 [christoph]  0.8.6claws49
7607
7608         * doc-src/ui_seperation.txt     ** NEW **
7609                 information for ui seperation
7610
7611         * src/Makefile.am
7612                 remove files that were moved to common
7613                 include common directory by default for the header files
7614
7615         * src/inc.c
7616         * src/common/socket.c
7617         * src/automaton.[ch]
7618                 implement automaton using g_io_*-functions instead of
7619                 gdk_input_add to make it ui independent
7620
7621         * src/codeconv.c
7622         * src/compose.c
7623         * src/ldif.c
7624         * src/pgptext.c
7625         * src/procmime.c
7626         * src/rfc2015.c
7627         * src/smtp.c
7628         * src/unmime.c
7629                 remove common/ prefix because directory is now in
7630                 include path
7631
7632         * src/compose.c
7633         * src/folder.c
7634         * src/folderview.c
7635         * src/mainwindow.c
7636         * src/messageview.c
7637         * src/prefs_common.c
7638         * src/procmsg.c
7639         * src/rfc2015.c
7640                 fix warnings
7641
7642         * src/imap.c
7643         * src/inc.c
7644         * src/news.c
7645         * src/pop.c
7646         * src/send.c
7647         * src/smtp.c
7648         * src/ssl_certificate.c
7649                 add log.h header file for logging functions
7650
7651         * src/main.c
7652         * src/common/utils.c
7653         * src/summaryview.c
7654         * src/xml.c
7655                 o move debug_mode to common/utils.c
7656                 o add functions to set and get debug_mode
7657
7658         * src/defs.h                    ** REMOVE **
7659         * src/intl.h                    ** REMOVE **
7660         * src/socket.[ch]               ** REMOVE **
7661         * src/ssl.[ch]                  ** REMOVE **
7662         * src/utils.[ch]                ** REMOVE **
7663                 replaced by new files in src/common/
7664         
7665         * src/common/Makefile.am
7666                 add new files in src/common/
7667
7668         * src/common/defs.h             ** NEW **
7669         * src/common/intl.h             ** NEW **
7670         * src/common/log.[ch]           ** NEW **
7671         * src/common/socket.[ch]        ** NEW **
7672         * src/common/ssl.[ch]           ** NEW **
7673         * src/common/utils.[ch]         ** NEW **
7674                 replacement for files in src/
7675
7676 2002-12-02 [colin]      0.8.6claws48
7677
7678         * src/folderview.c
7679                 Scroll folderview if necessary during dnd
7680
7681 2002-12-02 [colin]      0.8.6claws47
7682
7683         * src/folder.[ch]
7684                 Add check to verify a move is within a single mailbox
7685         * src/folderview.c
7686                 Add specific error string for this check
7687
7688 2002-12-02 [colin]      0.8.6claws46
7689
7690         * src/folder.c
7691                 Add a test to folder moving, remove a statusbar_print
7692         * src/folderview.c
7693                 Add Move folder... context-menu item
7694                 Factorize folder moving code
7695                 Enable folder DND for mbox
7696
7697 2002-12-01 [christoph]  0.8.6claws45
7698
7699         * ac/aspell.m4
7700                 remove conf.aspelltest if the version check fails
7701
7702 2002-11-30 [christoph]  0.8.6claws44
7703
7704         * autogen.sh
7705                 run libtoolize --force in autogen to create missing
7706                 libtool scripts
7707
7708 2002-11-30 [christoph]  0.8.6claws43
7709
7710         * src/Makefile.am
7711         * src/pgptext.c
7712         * src/procmime.c
7713         * src/rfc2015.c
7714         * src/uuencode.[ch]             ** REMOVED **
7715         * src/common/Makefile.am
7716         * src/common/uuencode.[ch]      ** NEW **
7717                 move uuen/decoder to common directory
7718
7719 2002-11-30 [christoph]  0.8.6claws42
7720
7721         * src/Makefile.am
7722         * src/base64.[ch]               ** REMOVED **
7723         * src/codeconv.c
7724         * src/compose.c
7725         * src/ldif.c
7726         * src/pgptext.c
7727         * src/procmime.c
7728         * src/rfc2015.c
7729         * src/smtp.c
7730         * src/unmime.c
7731         * src/common/Makefile.am
7732         * src/common/base64.[ch]        ** NEW **
7733                 move base64 en/decoder to common directory
7734
7735 2002-11-30 [christoph]  0.8.6claws41
7736
7737         * src/common                    ** NEW **
7738                 new directory for UI independent code
7739         * src/gtk                       ** NEW **
7740                 new directory for GTK frontend
7741         * src/common/.cvsignore         ** NEW **
7742         * src/gtk/.cvsignore            ** NEW **
7743                 ignore build files
7744         * src/common/Makefile.am        ** NEW **
7745         * src/gtk/Makefile.am           ** NEW **
7746                 automake files to build new seperated stuff
7747         * src/Makefile.am
7748                 the binary will currently still be build with the
7749                 files in src, so we include the code from the
7750                 subdirs for now after building the libs there
7751
7752 2002-11-30 [paul]       0.8.6claws40
7753
7754         * src/compose.c
7755                 fix bug [642731] 'Wrong selected account with drafted mail'
7756
7757 2002-11-29 [oliver]     0.8.6claws39
7758         
7759         * src/messageview.c
7760                 o update summaryview when switching between different
7761                   messageviews          
7762         * src/toolbar.c  
7763                 o check if messageview holds already removed msg
7764                   from summaryview
7765                 
7766
7767 2002-11-29 [oliver]     0.8.6claws38
7768
7769         * src/toolbar.c 
7770                 remove not needed variables and includes
7771                 make messageview stay opened and move to next when msgs are deleted 
7772
7773 2002-11-29 [oliver]     0.8.6claws37
7774         
7775         * src/toolbar.c 
7776                 disable compose button (messageview toolbar) by default
7777                 deleted msgs are moved to trash
7778         
7779 2002-11-29 [melvin]     0.8.6claws36
7780
7781         * configure.in
7782                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7783                 and to detect signatures expirations (gpgme 0.3.6)
7784
7785         * src/main.c
7786                 Use non obsolescent function for Gpgme engine checking.
7787
7788         * src/rfc2015.c
7789                 Inform about expired signatures or signatures which key
7790                 has expired. Expiration date is displayed.
7791
7792         * src/sigstatus.c
7793                 Inform about expired signatures or signatures which key
7794                 has expired.
7795
7796 2002-11-28 [paul]       0.8.6claws35
7797
7798         * src/folderview.c
7799                 re-instate 'Check for new messages' in Newsgroup
7800                 folders right-click menu, after a suggestion from
7801                 Tim Mann <timmann@users.sourceforge.net>
7802
7803         * src/main.c
7804                 after a crash check only local folders for new
7805                 messages
7806
7807 2002-11-28 [paul]       0.8.6claws34
7808
7809         * configure.in
7810                 apply patch that fixes the checking of GTK with XIM 
7811                 support on different OSs, such as FreeBSD. Patch 
7812                 submitted by Topia <topia@users.sourceforge.net>
7813                 
7814 2002-11-28 [paul]       0.8.6claws33
7815
7816         * src/mainwindow.c
7817           src/prefs_common.c
7818           src/prefs_toolbar.c
7819                 more changes to the English
7820
7821 2002-11-28 [paul]       0.8.6claws32
7822
7823         * sync with 0.8.6cvs13
7824                 see ChangeLog 2002-11-28 (no sync needed
7825                 for src/compose.c)
7826
7827 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7828         
7829         * src/mainwindow.[ch]
7830                 add patch by Ivan F. Martinez introducing messageview Toolbar
7831                 some changes and committed by oliver    
7832
7833 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7834
7835         * src/messageview.[ch]
7836                 add patch by Ivan F. Martinez introducing messageview Toolbar
7837                 some changes and committed by oliver    
7838
7839 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7840
7841         * src/compose.[ch]
7842                 add patch by Ivan F. Martinez introducing messageview Toolbar
7843                 some changes and committed by oliver    
7844
7845 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7846         
7847         * src/toolbar.[ch]
7848                 add patch by Ivan F. Martinez introducing messageview Toolbar
7849                 some changes and committed by oliver
7850
7851 2002-11-28 [oliver]     0.8.6claws27
7852         
7853         * src/prefs_toolbar.[ch]
7854                 getting ready for messageview toolbar
7855                 free mem allocated by gettext
7856                 change prefs_toolbar to prefs_toolbar_open
7857  
7858 2002-11-28 [thorsten]   0.8.6claws26
7859
7860         * src/imageview.[ch]
7861                 cleaned up conflicting declarations of
7862                 imageview_show_image()
7863
7864 2002-11-28 [paul]       0.8.6claws25
7865
7866         * src/grouplistdialog.c
7867           src/prefs_common.c
7868           src/prefs_summary_column.c
7869                 a few more improvements to the English
7870
7871 2002-11-28 [colin]      0.8.6claws24
7872
7873         * man/sylpheed.1
7874                 A few updates to command-line parameters
7875
7876 2002-11-28 [colin]      0.8.6claws23
7877
7878         * src/prefs_filtering.c
7879                 Fix problems with prefs_filtering_delete_path:
7880                 a) if the first rule is removed, original pointers
7881                    weren't updated (leading to segfaults)
7882                 b) it was always global_processing updated in case
7883                    of removed path was parent of rule path
7884
7885 2002-11-27 [paul]       0.8.6claws22
7886
7887         * src/mainwindow.c
7888           src/prefs_account.c
7889           src/prefs_actions.c
7890           src/prefs_common.c
7891           src/prefs_customheader.c
7892           src/prefs_display_header.c
7893           src/prefs_filtering.c
7894           src/prefs_folder_item.c
7895           src/prefs_matcher.c
7896           src/prefs_scoring.c
7897           src/prefs_summary_column.c
7898           src/prefs_template.c
7899           src/prefs_toolbar.c
7900                  improve the English in the GUI
7901
7902 2002-11-27 [colin]      0.8.6claws21
7903
7904         * src/folder.c
7905                 Fix processing renaming problems happening after
7906                 last commit
7907
7908 2002-11-27 [colin]      0.8.6claws20
7909
7910         * src/folder.c
7911                 recursive move now deletes src each subfolder after 
7912                 having moved it
7913         * src/folderview.c
7914                 Use identifier instead of path during dnd (enables
7915                 IMAP folder dnd)
7916
7917 2002-11-27 [paul]       0.8.6claws19
7918
7919         * src/main.c
7920                 apply patch that does command-line processing 
7921                 BEFORE gtk_init, allowing claws to run from 
7922                 shell-scripts in non-X environment (e.g. crontab 
7923                 or ip-up, ip-down scripts). Patch submitted by
7924                 Ruslan N. Balkin <baron@dartel.ru>
7925                 
7926         * po/it.po
7927                 updated by Alessandro Maestri
7928
7929 2002-11-27 [paul]       0.8.6claws18
7930
7931         * sync with 0.8.6cvs12
7932           src/prefs_common.c
7933                 Differences are that main uses a 'Receive dialog'
7934                 frame on the Interface tab, whereas claws groups all 
7935                 the dialogs together in a 'Dialogs' frame.
7936
7937 2002-11-27 [colin]      0.8.6claws17
7938
7939         * src/prefs_matcher.c
7940                 Fix Execute criteria's NOT flag
7941
7942
7943 2002-11-26 [christoph]  0.8.6claws16
7944
7945         * src/ssl.c
7946                 rewrite the ssl code a little bit, only use one
7947                 SSL context, set default certificates' file/path
7948
7949 2002-11-26 [thorsten]   0.8.6claws15
7950
7951         * src/compose.c
7952                 default-reply-to didn't work for ml-reply
7953
7954 2002-11-26 [melvin]     0.8.6claws14
7955
7956         * src/prefs_actions.c
7957                 Made pipe-actions ignore short headers in message view
7958                 Made trailing-pipe-actions write in the message view with
7959                 the same font as the original message
7960
7961 2002-11-26 [paul]       0.8.6claws13
7962
7963         * src/compose.c
7964                 this time commit the correct file
7965
7966 2002-11-26 [paul]       0.8.6claws12
7967
7968         * sync with 0.8.6cvs11
7969           src/quote_fmt_parse.y  
7970                 no sync needed
7971           src/account.[ch]       
7972                 not sync'ed
7973           src/compose.c
7974                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7975                 on draft mode.
7976                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7977                 header
7978                 
7979         see ChangeLog 2002-11-25 and 2002-11-26
7980
7981 2002-11-26 [colin]      0.8.6claws11
7982
7983         * src/folderview.c
7984                 Fix collapsed folder not auto-expanding during
7985                 mail dnd, if it was the source folder.
7986
7987 2002-11-25 [colin]      0.8.6claws10
7988
7989         * src/folderview.[ch]
7990                 Variable renaming and cleaning (slist of nodes 
7991                 to be re-collapsed is stored in FolderView)
7992
7993 2002-11-25 [paul]       0.8.6claws9
7994
7995         * src/prefs_common.[ch]
7996                 fix breakage caused by last commit
7997
7998 2002-11-25 [paul]       0.8.6claws8
7999
8000         * sync with 0.8.6cvs4
8001                 see ChangeLog 2002-11-21
8002
8003 2002-11-25 [paul]       0.8.6claws7
8004
8005         * sync with 0.8.6cvs4
8006                 see ChangeLog 2002-11-20
8007
8008 2002-11-25 [paul]       0.8.6claws6
8009
8010         * sync with 0.8.6cvs3
8011                 see ChangeLog 2002-11-18
8012
8013 2002-11-25 [colin]      0.8.6claws5
8014
8015         * src/gtkutils.[ch]
8016                 Add gtkut_ctree_node_is_parent()
8017         * src/folderview.c
8018                 Spring-loaded folders
8019
8020 2002-11-25 [colin]      0.8.6claws4
8021
8022         * src/utils.[ch]
8023                 Add slist_concat_unique(), function to merge
8024                 two GSList filtering dups
8025         * src/folder.[ch]
8026         * src/summaryview.[ch]
8027         * src/folderview.c
8028         * src/main.c
8029                 Add detection/update/display of unread answers
8030                 to marked mails
8031         * src/procmsg.[ch]
8032                 Add procmsg_find_children()
8033                 Add procmsg_msg_has_marked_parent()
8034
8035 2002-11-25 [colin]      0.8.6claws3
8036
8037         * src/ssl_certificate.[ch]
8038                 Allow checking a certificate without a DNS
8039                 lookup
8040                 Allow to forget a cert (by deleting it)
8041                 Make ssl_certificate_destroy_public
8042         * src/ssl_manager.[ch] ** NEW FILES **
8043                 Gui to manage (display/remove) certificates
8044         * src/prefs_common.[ch]
8045                 Add a pref to allow silent acceptation of
8046                 trusted certificates or not (based on the
8047                 "I want to know what's going on" principle)
8048         * src/mainwindow.c
8049                 Add SSL manager in Tools menu
8050         * src/Makefile.am
8051                 Add the new files to the build
8052         * po/POTFILES.in
8053                 Add ssl_manager.c to translations
8054
8055 2002-11-25 [colin]      0.8.6claws2
8056
8057         * src/summaryview.[ch]
8058                 Add S_SEARCH_EXTENDED to the quick search, which 
8059                 allows to search using filtering syntax.
8060
8061 2002-11-25 [colin]      0.8.6claws1
8062
8063         * src/summaryview.c
8064                 Deletion of duplicates now prefer deleting
8065                 the unread dup (fixes feature-request 638989).
8066
8067 2002-11-24 [paul]       0.8.6claws
8068
8069         * po/es.po
8070           po/pl.po
8071           po/ru.po
8072           po/sr.po
8073                 updated by Ricardo Mones Lastra,
8074                 Witold Wladyslaw Wojciech Wilk,
8075                 Ruslan N. Balkin, and  Urke MMI 
8076                 respectively
8077
8078 2002-11-24 [paul]       0.8.5claws182
8079
8080         * po/bg.po
8081                 updated by George Danchev
8082
8083 2002-11-23 [alfons]     0.8.5claws181
8084
8085         * src/imap.c
8086                 tiny memory leak found by browsing Dimitar's 
8087                 valgrind report
8088
8089 2002-11-23 [paul]       0.8.5claws180
8090
8091         * po/it.po
8092                 updated by Alessandro Maestri
8093
8094 2002-11-22 [christoph]  0.8.5claws179
8095
8096         * src/compose.c
8097         * src/inc.c
8098         * src/prefs_filtering.c
8099         * src/summaryview.c
8100                 more warning fixes
8101
8102 2002-11-22 [alfons]     0.8.5claws178
8103
8104         * src/summaryview.c
8105                 summary_execute_delete_func(): if message is deleted, make 
8106                 sure to also remove its entry in the subject hash table. 
8107                 fixes a corner case bug.
8108
8109 2002-11-22 [paul]       0.8.5claws177
8110
8111         * .cvsignore
8112                 add 'autom4te.cache'
8113                 
8114         * ltconfig      ** REMOVED **
8115                 not needed
8116
8117 2002-11-22 [paul]       0.8.5claws176
8118
8119         * src/textview.c
8120                 textview_set_font(): fix for message display in
8121                 UTF-8 locales (thanks to Sergey Vlasov).
8122                 
8123         * AUTHORS
8124                 add new team members and contributors
8125
8126
8127 2002-11-21 [colin]      0.8.5claws175
8128
8129         * src/procmsg.[ch]
8130                 Add procmsg_remove_special_headers()
8131         * src/mh.c
8132                 Use procmsg_remove_special_headers() for 
8133                 previous fix
8134
8135 2002-11-21 [colin]      0.8.5claws174
8136
8137         * src/mh.c
8138                 Fix moving/copying from queue/draft folders
8139                 for MH folders
8140
8141 2002-11-21 [christoph]  0.8.5claws173
8142
8143         * src/crash.c
8144         * src/filtering.c
8145         * src/logwindow.c
8146         * src/main.c
8147         * src/matcher_parser_lex.[hl]
8148         * src/mbox.c
8149         * src/mbox_folder.[ch]
8150         * src/prefs_filtering.c
8151         * src/procheader.c
8152         * src/quote_fmt_lex.l
8153         * src/ssl.c
8154                 fix all warnings except the warnings in lex and yacc files
8155
8156 2002-11-20 [christoph]  0.8.5claws172
8157
8158         * src/imap.c
8159                 fix MsgInfo retrieval for IMAP draft and queue folders
8160                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8161
8162 2002-11-19 [christoph]  0.8.5claws171
8163
8164         * src/compose.c
8165                 fix segfault, when draft saving does not get
8166                 the MsgInfo of the new message
8167                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8168
8169 2002-11-19 [christoph]  0.8.5claws170
8170
8171         * src/procmsg.c
8172                 add parameter check for flag setting function
8173                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8174
8175 2002-11-18 [paul]       0.8.5claws169
8176
8177         * src/compose.c
8178                 more sensitivity fixes to redirect mode:
8179                 * disable toolbar draft button
8180                 * allow only Address book in the Tools menu
8181                 * disable editing of message by the spell
8182                   checker
8183
8184 2002-11-18 [paul]       0.8.5claws168
8185
8186         * src/compose.c
8187                 fix sensitivity of menu items in compose_redirect():
8188                 allow only the necessary items 
8189
8190 2002-11-18 [paul]       0.8.5claws167
8191
8192         * src/compose.c
8193                 fix bug [ 603259 ] 'attachment got lost on bounce'
8194
8195 2002-11-18 [paul]       0.8.5claws166
8196
8197         * po/ru.po
8198                 updated by Ruslan N. Balkin <baron@dartel.ru>
8199
8200 2002-11-18 [colin]      0.8.5claws165
8201
8202         * src/main.c
8203           src/defs.h
8204                 Remove old filtering stuff
8205
8206
8207 2002-11-17 [oliver]     0.8.5claws164
8208
8209         * src/toolbar.h
8210                 remove not needed typedef 
8211
8212 2002-11-17 [oliver]     0.8.5claws163
8213
8214         * src/toolbar.c
8215                 make toolbar's on click events translatable
8216
8217 2002-11-15 [colin]      0.8.5claws162
8218
8219         * src/summaryview.c
8220                 Revert too-soon integration of a feature
8221
8222 2002-11-15 [christoph]  0.8.5claws161
8223
8224         * src/imap.c
8225                 use main's implementation of imap_get_msginfo
8226
8227 2002-11-15 [christoph]  0.8.5claws160
8228
8229         * src/compose.c
8230         * src/folder.[ch]
8231         * src/imap.c
8232         * src/mbox_folder.c
8233         * src/mh.c
8234         * src/news.c
8235         * src/procmsg.c
8236         * src/summaryview.c
8237                 replace claws' fetch_msginfo with main's get_msginfo
8238                 (use main's implementation where possible)
8239
8240 2002-11-15 [colin]      0.8.5claws159
8241
8242         * src/ssl_certificate.c
8243                 Missed a check
8244
8245 2002-11-16 [melvin]     0.8.5claws158
8246
8247         * po/fr.po
8248                 Updated French translations.
8249
8250 2002-11-16 [colin]      0.8.5claws157
8251
8252         * src/ssl_certificate.c
8253                 Check for missing parts in the certificates
8254
8255 2002-11-15 [colin]      0.8.5claws156
8256
8257         * src/folderview.c
8258                 Preventive fix (missing check) found by
8259                 Alfons
8260
8261 2002-11-15 [paul]
8262
8263         * NEWS
8264                 sync with 0.8.6 release
8265
8266 2002-11-15 [colin]      0.8.5claws155
8267
8268         * src/folder.[ch]
8269           src/folderview.c
8270                 Fix error handling of folder_item_move_to()
8271                 (thanks to Alfons!)
8272
8273 2002-11-15 [colin]      0.8.5claws154
8274
8275         * src/folder.[ch]
8276           src/folderview.c
8277                 folder_item_move_to() sets an error message instead
8278                 of having GUI stuff in folder.c
8279
8280 2002-11-15 [colin]      0.8.5claws153
8281
8282         * src/procmsg.[ch]
8283                 Implemented a callback for MsgInfo updates, 
8284                 heavily copy/pasted from Christoph's folder 
8285                 callback system
8286         * src/summaryview.[ch]
8287                 Register summary_update_msg as callback
8288
8289 2002-11-14 [colin]      0.8.5claws152
8290         
8291         * src/procmsg.c
8292                 Update the FolderItem after sending (fixes 617593)
8293
8294 2002-11-14 [christoph]  0.8.5claws151
8295
8296         * src/folder.c
8297                 fix wrong position of NULL pointer check found
8298                 by Sergey
8299
8300 2002-11-14 [christoph]  0.8.5claws150
8301
8302         * src/folder.c
8303                 fix segfault when deleting messages from IMAP folders
8304                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8305
8306 2002-11-14 [colin]      0.8.5claws149
8307
8308         * src/compose.c
8309                 Forwarding was also ignoring the folder's default account.
8310
8311 2002-11-14 [colin]      0.8.5claws148
8312
8313         * src/compose.c
8314                 Fix sent folder not set to folder properties when 
8315                 forwarding.
8316
8317 2002-11-14 [thorsten]   0.8.5claws147
8318
8319         * src/inc.c
8320                 inc_start(): Files were not moved from .processing to inbox,
8321                 if no global processing rule existed
8322
8323 2002-11-14 [colin]      0.8.5claws146
8324
8325         * src/ssl_certificate
8326                 Fix file operations
8327
8328 2002-11-14 [paul]       0.8.5claws145
8329
8330         * po/it.po
8331                 updated by Alessandro Maestri
8332
8333 2002-11-13 [alfons]     0.8.5claws144
8334
8335         * src/folder.c
8336                 folder_item_close(): only mark messages unread
8337                 when a folder has new messages 
8338
8339 2002-11-13 [keith]      0.8.5claws143
8340
8341         * src/imap.c
8342                 Fix problem moving or copying between
8343                 IMAP folders
8344
8345 2002-11-13 [colin]      0.8.5claws142
8346
8347         * src/matcher_parser_parse.y
8348                 Fix rule problem when " don't match
8349
8350 2002-11-13 [christoph]  0.8.5claws141
8351
8352         * src/folder.c
8353         * src/folderview.c
8354                 moved cache saving to folder_item_close
8355                 the folderview should not have to deal with
8356                 this things
8357
8358 2002-11-13 [christoph]  0.8.5claws140
8359
8360         * src/summaryview.c
8361                 moved setting of important score to
8362                 summary_set_prefs_from_folderitem
8363
8364 2002-11-13 [colin]      0.8.5claws139
8365
8366         * src/matcher_parser_parse.y
8367                 Fix a segfault in the parser (happening when
8368                 a good expression had been tested and a bad 
8369                 one arrives)
8370
8371 2002-11-13 [paul]       0.8.5claws138
8372
8373         * sync with 0.8.5cvs24
8374                 see ChangeLog 2002-11-13
8375                 
8376         * po/pt_BR.po
8377                 updated by Fabio Jr. Beneditto
8378
8379 2002-11-13 [colin]      0.8.5claws137
8380         
8381         * src/msgcache.c
8382           src/defs.h
8383           src/procmsg.[ch]
8384                 Revert last commit, problem
8385
8386 2002-11-13 [colin]      0.8.5claws136
8387
8388         * src/msgcache.c
8389                 Remove duplicated code
8390         * src/defs.h
8391                 Bumped CACHE_VERSION and MARK_VERSION
8392         * src/procmsg.[ch]
8393                 Network endian for cache and mark files
8394
8395 2002-11-12 [colin]      0.8.5claws135
8396
8397         * src/inc.c
8398                 Fix the "socket error" dialog which disappeared
8399
8400 2002-11-12 [colin]      0.8.5claws134
8401
8402         * src/msgcache.c
8403                 Reverse last commit which had performance 
8404                 problems, but still reverse the list
8405
8406 2002-11-12 [colin]      0.8.5claws133
8407
8408         * src/msgcache.c
8409                 Reverse list order
8410
8411 2002-11-12 [melvin]     0.8.5claws132
8412
8413         * src/compose.c
8414                 Added a check for a NULL prefs_common.dictionary
8415
8416 2002-11-12 [colin]      0.8.5claws131
8417
8418         * src/ssl_certificate.[ch]
8419                 Use FQDN hostname
8420
8421 2002-11-12 [colin]      0.8.5claws130
8422
8423         * src/ssl_certificate.[ch]
8424                 Take connection port into account for 
8425                 checking certificates (a single hostname
8426                 could have multiple servers with multiple
8427                 certificates)
8428         * src/ssl.c
8429                 Pass the port to ssl_certificate_check
8430
8431 2002-11-12 [paul]       0.8.5claws129
8432
8433         * src/folder.c
8434                 fix a typo in last commit
8435
8436 2002-11-12 [paul]       0.8.5claws128
8437
8438         * sync with 0.8.5cvs23
8439                 see ChangeLog entry 2002-11-12
8440
8441 2002-11-11 [colin]      0.8.5claws127
8442
8443         * src/ssl_certificate.c
8444                 Cleaner messages
8445                 Don't popup, instead log error, if the 
8446                 corresponding pref is checked
8447         * src/ssl_certificate.h
8448                 include <openssl/objects/h>
8449
8450 2002-11-11 [colin]      0.8.5claws126
8451
8452         * src/ssl_certificate.h
8453                 _Really_ clean it
8454
8455 2002-11-11 [colin]      0.8.5claws125
8456         
8457         * src/ssl_certificate.c
8458                 Fixed leak
8459
8460 2002-11-11 [colin]      0.8.5claws124
8461
8462         * src/ssl.c
8463                 Cleaned a bit
8464         * src/ssl_certificate.[ch]
8465                 Cleaned a bit (better use of SSL API)
8466                 (This will cause non-recognition of saved 
8467                  certificates of claws12[23]...)
8468
8469 2002-11-11 [paul]       0.8.5claws123
8470         
8471         * po/es.po
8472                 updated by Ricardo Mones Lastra
8473
8474 2002-11-11 [colin]      0.8.5claws122
8475
8476         * src/ssl.c
8477                 Fix a typo
8478
8479 2002-11-11 [colin]      0.8.5claws121
8480
8481         * src/ssl_certificate.[ch] ** NEW FILES **
8482         * src/ssl.[ch]
8483                 Check SSL certificates presented to us
8484         * src/Makefile.am
8485                 Add ssl_certificate.[ch]
8486         * po/POTFILES.in
8487                 Add ssl_certificate.c
8488
8489 2002-11-11 [paul]       0.8.5claws120
8490
8491         * sync with 0.8.5cvs22
8492                 see ChangeLog 2002-11-11
8493
8494 2002-11-11 [paul]       0.8.5claws119
8495
8496         * sync with 0.8.5cvs21
8497                 see ChangeLog 2002-11-11
8498
8499 2002-11-10 [jens]       0.8.5claws118
8500
8501         * src/folder.c
8502         * src/folderview.c
8503                 corrected some typing
8504         * po/de.po
8505                 updated german translation
8506         * sylpheed.spec.in
8507                 cleaned up specfile and adjusted it for claws
8508
8509 2002-11-10 [colin]      0.8.5claws117
8510
8511         * src/summaryview.c
8512                 a STATUSBAR_PUSH/POP fix
8513
8514 2002-11-10 [colin]      0.8.5claws116
8515
8516         * src/prefs_folder_item.c
8517                 Fix hanging after opening folder properties
8518
8519 2002-11-10 [hoa]        0.8.5claws115
8520
8521         * src/matcher_parser_lex.l
8522         * src/matcher_parser_parse.y
8523                 config file for scoring and filtering is no more trashed
8524                 when there is a syntax error in a filtering rule when
8525                 editing it in a dialog.
8526
8527 2002-11-09 [colin]      0.8.5claws114
8528
8529         * src/mbox_folder.c
8530                 Added missing initialisation of folder->destroy()
8531
8532 2002-11-09 [colin]      0.8.5claws113
8533
8534         * src/folder.c
8535           src/folderview.c
8536                 Fix the status bar messages
8537
8538 2002-11-09 [colin]      0.8.5claws112
8539
8540         * src/folderview.c
8541                 Fix hangs after folder dnd, happening after 
8542                 claws109.
8543
8544 2002-11-09 [christoph]  0.8.5claws111
8545
8546         * src/folderview.c
8547                 just changed order of calls (reverse order of
8548                 associated calls)
8549         * src/inc.c
8550                 lock inc when checking only one account, otherwise
8551                 inc all could be executed at the same time
8552
8553 2002-11-09 [christoph]  0.8.5claws110
8554
8555         * src/folderview.c
8556                 better unlock the mouse cursor before calling
8557                 summary_show because it changes the cursor too
8558
8559 2002-11-09 [christoph]  0.8.5claws109
8560
8561         * src/folder.[ch]
8562         * src/folderview.c
8563                 add functions to open and close a folder
8564                 o opending will execute scanning for remote folders
8565                   and processing
8566                 o closing will unset new flag for messages
8567
8568 2002-11-09 [colin]      0.8.5claws108
8569
8570         * src/folder.c
8571                 Add a call to prefs_matcher_write_config to 
8572                 avoid non-leaf folders filtering settings to be
8573                 lost
8574
8575 2002-11-09 [paul]       0.8.5claws107
8576
8577         * src/prefs_account.c
8578                 re-word a label
8579
8580 2002-11-09 [colin]      0.8.5claws106
8581
8582         * src/folderview.c
8583                 Minor esthetic fix
8584
8585 2002-11-09 [colin]      0.8.5claws105
8586
8587         * src/folderview.c
8588                 Fix prefs_filtering deletion for MH folders (same
8589                 reason as below)
8590         * src/prefs_filtering.c
8591                 Fix prefs_filtering renaming and deletion for 
8592                 folder-based processing rules.  
8593
8594 2002-11-09 [christoph]  0.8.5claws104
8595
8596         * src/compose.c
8597         * src/folder.[ch]
8598         * src/folderview.[ch]
8599         * src/import.c
8600         * src/inc.c
8601         * src/main.c
8602         * src/mainwindow.c
8603         * src/messageview.c
8604         * src/prefs_folder_item.c
8605         * src/procmsg.c
8606         * src/summaryview.c
8607                 implement a callback system for folder item updates
8608
8609 2002-11-09 [colin]      0.8.5claws103
8610
8611         * src/folderview.c
8612                 Fix prefs_filtering renaming for MH folders (we
8613                 shouldn't rename by path as another folder could
8614                 have the same hierarchy).
8615
8616 2002-11-09 [colin]      0.8.5claws102
8617
8618         * src/folder.c
8619                 Fix a leak found by Christoph, use better variable
8620                 names
8621
8622 2002-11-09 [colin]      0.8.5claws101
8623
8624         * src/folder.c
8625                 One more fix for processing rules
8626
8627 2002-11-08 [colin]      0.8.5claws100
8628         
8629         * src/matcher.c
8630                 Don't copy the compiled regexp (will be reevaluated)
8631         * src/folderview.c
8632                 Lock folderview while moving
8633         * src/folder.c
8634                 Provide info on what's happening to the user
8635
8636 2002-11-08 [colin]      0.8.5claws99
8637
8638         * src/folderview.c
8639                 Fix folder reordering after a move if parent is 
8640                 root
8641         * src/scoring.[ch]
8642                 Add function to copy a ScoringProp
8643         * src/prefs_folder_item.c
8644                 Copy scoring rules when copying a folder prefs
8645
8646 2002-11-08 [colin]      0.8.5claws98
8647
8648         * src/folderview.c
8649                 Fixes in case of failure
8650         * src/filtering.[ch]    
8651                 Add function to duplicate a FilteringProp
8652         * src/matcher.[ch]
8653                 Add function to duplicate a MatcherProp
8654         * src/prefs_folder_item.c
8655                 Save folder's processing rules when copying 
8656                 its prefs
8657
8658 2002-11-08 [colin]      0.8.5claws97
8659         
8660         * src/folderview.c
8661                 Sort after move
8662         * src/folder.c 
8663                 Change a printf to debug_print
8664
8665 2002-11-08 [colin]      0.8.5claws96
8666
8667         * src/folder.c
8668           src/folderview.c
8669                 Fix segfaults, call me stupido
8670         
8671
8672 2002-11-08 [colin]      0.8.5claws95
8673
8674         *src/folder.c
8675                 Added forgotten prefs to save when moving folders
8676
8677 2002-11-08 [colin]      0.8.5claws94
8678
8679         * src/folder.c
8680                 Fixes to folder DND (prefs copy)
8681         * src/folderview.c
8682                 Optimization for folder DND (don't rescan whole tree)
8683                 Added folderview_create_folder_node() for this 
8684                 optimization, so de-duped a bit the code
8685         * src/prefs_folder_item.[ch]
8686                 Added prefs_folder_item_copy_prefs()    
8687           
8688 2002-11-08 [paul]       0.8.5claws93
8689
8690         * src/prefs_account.c
8691           tools/README
8692           tools/kmail2sylpheed_v2.pl
8693                 correct some typos
8694
8695 2002-11-08 [paul]       0.8.5claws92
8696
8697         * src/compose.c
8698           src/prefs_account.[ch]
8699                 remove account options 'clearsign' and 'ascii_armored',
8700                 replace with 'default_gnupg_mode' to prevent mixed-mode
8701                 Privacy settings
8702
8703 2002-11-08 [paul]       0.8.5claws91
8704
8705         * src/compose.[ch]
8706                 re-implement GnuPG 'on-the-fly' mode selection,
8707                 disallow mixed-mode
8708
8709 2002-11-08 [colin]      0.8.5claws90
8710
8711         * src/folderview.c
8712           src/prefs_folder_item.c
8713                 Change "Property" to "Properties"
8714
8715 2002-11-07 [colin]      0.8.5claws89
8716
8717         * src/folderview.c
8718           src/folder.c
8719                 Allow folder dropping to a root folder
8720
8721 2002-11-07 [paul]       0.8.5claws88
8722
8723         * src/compose.c
8724                 revert last commit
8725
8726 2002-11-07 [paul]       0.8.5claws87
8727
8728         * src/compose.c
8729                 fix reply-to-list bug. closes bug report
8730                 "[633382] reply-to-list broken in recent cvs"
8731
8732 2002-11-07 [paul]       0.8.5claws86
8733
8734         * src/compose.c
8735                 add a forgotten '#if USE_GPGME ... #endif'
8736
8737 2002-11-07 [paul]       0.8.5claws85
8738
8739         * sync with 0.8.5cvs20
8740                 see ChangeLog 2002-11-07
8741
8742 2002-11-07 [colin]      0.8.5claws84
8743
8744         * src/folder.[ch]
8745                 Change folder_item_move_to to return the newly 
8746                 created folderitem.
8747         * src/folderview.c
8748                 Select the new folderitem after moving.
8749
8750 2002-11-07 [colin]      0.8.5claws83
8751
8752         * src/prefs_filtering.c
8753                 Fix rule rewriting when moving a leaf folder to a 
8754                 shorter path
8755
8756 2002-11-07 [colin]      0.8.5claws82
8757
8758         * src/prefs_filtering.c
8759                 fix a leak
8760
8761 2002-11-07 [colin]      0.8.5claws81
8762
8763         * src/folder.[ch]
8764                 Add folder_item_move_to() function to move a 
8765                 folderitem into another one (updates matcher etc)
8766         * src/folderview.c
8767                 Add folder drag'n drop (context menu to come)
8768                 [Should be dataloss free, but Please backup before 
8769                  trying !]
8770
8771 2002-11-06 [colin]      0.8.5claws80
8772
8773         * src/mh.c
8774                 mh_create_folder() returns NULL if can't create
8775                 directory hierarchy
8776
8777 2002-11-06 [paul]       0.8.5claws79
8778
8779         * src/compose.[ch]
8780                 allow 'on-the-fly' changing of the type of encryption 
8781                 and/or signing used (mime/ascii) via the compose window
8782
8783 2002-11-06 [paul]       0.8.5claws78
8784
8785         * sync with 0.8.5cvs19
8786                 see ChangeLog 2002-11-06 for src/account.c: 
8787                 account_get_special_folder()
8788                 
8789 2002-11-05 [alfons]     0.8.5claws77
8790
8791         * src/crash.c
8792                 very minor cleanups: nothing to see here, move on. :-)
8793
8794 2002-11-05 [colin]      0.8.5claws76
8795
8796         * src/main.c
8797                 Changes choices if compose windows are opened to
8798                 Discard, Draft, Don't quit
8799
8800 2002-11-05 [thorsten]   0.8.5claws75
8801
8802         * src/compose.c
8803                 reenabled default_reply_to folder option
8804
8805 2002-11-05 [colin]      0.8.5claws74
8806
8807         * src/compose.[ch] 
8808                 add compose_draft()
8809         * src/crash.c
8810                 add SIGTERM handler
8811         * src/main.[ch]
8812                 add clean_quit() for the SIGTERM handler
8813
8814 2002-11-05 [paul]       0.8.5claws73
8815         
8816         * po/es.po
8817                 updated by Ricardo Mones Lastra
8818
8819 2002-11-05 [melvin]     0.8.5claws72
8820
8821         * src/logwindow.c
8822                 Fixed log-clipping bug #616795.
8823                 To stop logging in the log window use 0 length.
8824         * src/prefs_common.c
8825                 Added a label to inform about the 0 log length behaviour.
8826
8827 2002-11-05 [paul]       0.8.5claws71
8828
8829         * sync with 0.8.5cvs17
8830                 see ChangeLog 2002-11-05
8831
8832 2002-11-04 [paul]       0.8.5claws70
8833
8834         * sylpheed-128x128.png
8835           sylpheed-64x64.png
8836           sylpheed.png
8837                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8838                 <nikai@users.sourceforge.net>
8839                 
8840         * po/bg.po
8841                 updated by George Danchev
8842
8843 2002-11-03 [thorsten]   0.8.5claws69
8844
8845         * src/main.c
8846           src/mimeview.c
8847           src/rfc2015.h
8848                 add check if gpg is active
8849
8850 2002-11-03 [thorsten]   0.8.5claws68
8851
8852         * src/toolbar.h
8853                 removed GSList declaration causing trouble on MacOS-X
8854                 (submitted by alfons, reported by xfesty)
8855
8856 2002-11-01 [paul]       0.8.5claws67
8857
8858         * src/mainwindow.c
8859                 remove last remnants of main's filter code
8860
8861 2002-11-01 [paul]       0.8.5claws66
8862
8863         * tools/filter_conv.pl
8864                 fix bug where user-defined headers were ignored
8865
8866 2002-11-01 [paul]       0.8.5claws65
8867
8868         * src/logwindow.c
8869                 make a debug_print() not translatable
8870
8871 2002-10-31 [melvin]     0.8.5claws64
8872
8873         * ac/aspell.m4
8874                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8875                 not run any GNU/aspell test.  The dictionary path will
8876                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8877                 was given, in which case, it will be $prefix/lib/aspell/
8878         * configure.in
8879                 Fixed typo in commentary (Aspell code).
8880
8881 2002-10-31 [paul]       0.8.5claws63
8882
8883         * po/POTFILES.in
8884                 remove src/filter.c and src/prefs_filter.c
8885                 thanks to Ricardo for reminding me
8886
8887 2002-10-31 [colin]      0.8.5claws62
8888
8889         * src/mbox_folder.c
8890                 Plug some leaks
8891
8892 2002-10-31 [paul]       0.8.5claws61
8893
8894         * src/prefs_filter.[ch] ** REMOVED **
8895           src/filter.[ch]       ** REMOVED **
8896           
8897         * src/Makefile.am
8898           src/folderview.c
8899           src/inc.c
8900           src/main.c
8901           src/mainwindow.c
8902           src/mbox.c
8903           src/prefs_common.c
8904           src/prefs_filtering.c
8905           src/summaryview.[ch]
8906                 remove main's 'filter' code
8907                 
8908         README.claws
8909                 update to reflect removal of main's filter
8910
8911 2002-10-31 [paul]       0.8.5claws60
8912
8913         * src/summaryview.c
8914                 remove check for global_processing in summary_filter_open(). 
8915                 This fixes the bug where if the user uses the right-click 
8916                 'Create filter rule...' and doesn't have any filter rules 
8917                 already defined in claws' advanced filtering, the newly 
8918                 created filter rule goes to main's filtering which is 
8919                 inaccessible through the gui. Now the filter rule gets added
8920                 to claws' filtering by default.
8921
8922 2002-10-28 [melvin]     0.8.5claws59
8923
8924         * src/prefs_actions.c
8925                 Fixed bug #627322 where MIME parts were not always
8926                 correctly passed to a %p action
8927                 Display an error dialog when message filename is not found.
8928
8929 2002-10-28 [melvin]     0.8.5claws58
8930
8931         * src/prefs_common.c
8932                 Readded a missing function declaration lost in 0.8.3claws34
8933
8934 2002-10-28 [paul]       0.8.5claws57
8935
8936         * sync with 0.8.5cvs15
8937                 see ChangeLog 2002-10-28 and 2002-10-25
8938                 
8939         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8940
8941 2002-10-27 [oliver]     0.8.5claws56
8942
8943         * src/pop.c
8944                 plug leak in pop3_top_recv
8945
8946 2002-10-26 [christoph]  0.8.5claws55
8947
8948         * src/folder.c
8949                 set need_update folder flag when messages are added
8950                 (closes bug [ 626922 ] folder not updated after receiving)
8951
8952 2002-10-25 [melvin]     0.8.5claws54
8953
8954         * src/imageview.c
8955                 Fixed a memleak introduced in the scaling code.
8956
8957 2002-10-24 [alfons]     0.8.5claws53
8958
8959         * src/filtering.c
8960                 make filtering's forward message action forward from the 
8961                 correct account
8962                 (closes bug [628089 ] Filter -> Forward from address problem
8963                 reported by Oktay)
8964
8965 2002-10-24 [christoph]  0.8.5claws52
8966
8967         * src/mainwindow.c
8968         * src/manual.[ch]
8969                 o use manual of current locale or english if current
8970                   locale is not available (and english is available)
8971                 o also link to sylpheed doc project manuals
8972
8973 2002-10-23 [paul]       0.8.5claws51
8974
8975         * tools/README
8976           tools/kmail2sylpheed_v2.pl
8977                 add new version of kmail addressbook importer script.
8978                 works with newer versions of Kmail/KAddressBook which
8979                 have new and rearranged data.
8980
8981 2002-10-23 [martin]     0.8.5claws50
8982
8983         * src/folderview.c
8984         * src/summaryview.c
8985         * src/utils.h
8986         * src/utils.c
8987                 added length parameter to get_abbrev_newsgroup_name()
8988                 changed this function so that it abbreviates the newsgroup
8989                 names only so long it is smaller than the length parameter
8990                 (for better reading of some newsgroup names and space efficiency)
8991
8992 2002-10-22 [colin]      0.8.5claws49
8993
8994         *src/foldersel.c
8995                 Revert Alfons' last modification (after voting ;-))
8996
8997 2002-10-21 [alfons]     0.8.5claws48
8998
8999         * src/foldersel.c
9000                 folder view in folder selection dialog reflects state of
9001                 folder view in main window
9002
9003 2002-10-18 [alfons]     0.8.5claws47
9004
9005         * src/mbox.c
9006                 drop imported messages in folder selected by user,
9007                 and not in the inbox
9008                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9009
9010 2002-10-18 [alfons]     0.8.5claws46
9011
9012         * src/compose.c
9013                 make automagic reply work correctly for email accounts 
9014                 (whether it's viable to do a full sync with Hiro's 
9015                 compose.c is still under discussion)
9016
9017 2002-10-18 [melvin]     0.8.5claws45
9018
9019         * src/prefs_actions.c
9020                 Fixed bug #622275 where asynchroneous actions left 
9021                 zombies processes
9022                 Made (synchroneous) actions' input be displayed live.
9023
9024 2002-10-18 [christoph]  0.8.5claws44
9025
9026         * src/textview.c
9027                 don't add a newline in the textview in front of the
9028                 first textpart if header display is disabled
9029                 (closes bug [ 603385 ] disabled header display leaves blank
9030                  lin)
9031
9032 2002-10-18 [christoph]  0.8.5claws43
9033
9034         * src/folder.[ch]
9035         * src/imap.c
9036         * src/mbox_folder.c
9037         * src/mh.c
9038         * src/news.c
9039                 folder->get_num_list now returns an error code
9040                 (closes bug [ 609424 ] News cache cleared on failure)
9041                 
9042 2002-10-17 [colin]      0.8.5claws42
9043         
9044         * src/news.c
9045                 Changed a printf by debug_print
9046
9047 2002-10-16 [paul]       
9048
9049         * tools/OOo2sylpheed.pl
9050                 allow for spaces in the name of the
9051                 file to be attached.
9052
9053 2002-10-16 [colin]      0.8.5claws41
9054
9055         * src/main.c
9056                 Use a tristate to change online mode
9057
9058 2002-10-16 [paul]       0.8.5claws40
9059
9060         * po/es.po
9061                 updated by Ricardo Mones Lastra
9062
9063 2002-10-16 [colin]      0.8.5claws39
9064
9065         * src/main.c
9066           src/mainwindow.[ch]
9067                 Added --online and --offline command-line
9068                 switches
9069
9070 2002-10-15 [christoph]  0.8.5claws38
9071
9072         * src/procmime.c
9073                 set mimeinfo->name to NULL after g_free to
9074                 avoid double freeing with g_free
9075
9076 2002-10-14 [christoph]  0.8.5claws37
9077
9078         * src/compose.c
9079         * src/filtering.c
9080         * src/summaryview.c
9081                 remove calls to folder->change_flags that are now
9082                 done by procmsg flag functions (seems it is not
9083                 used by any foldertype anyway)
9084         * src/folder.c
9085                 init folder->change_flags with NULL
9086
9087 2002-10-14 [christoph]  0.8.5claws36
9088
9089         * src/folder.[ch]
9090         * src/imap.[ch]
9091                 use virtual functions for folder item new and destroy
9092                 functions
9093
9094 2002-10-14 [melvin]     0.8.5claws35
9095
9096         * src/compose.c
9097                 Added a test to not run the spell checker if no default
9098                 dictionary is available. No dialog is displayed though.
9099
9100 2002-10-14 [melvin]     0.8.5claws34
9101
9102         * src/gtkaspell.c
9103                 Fixed bug in dictionary list context menu where
9104                 "More..." pointed to an emtpy submenu if the
9105                 number of dictionaries is a multiple of 15
9106                 Removed unneeded code in suggestions list creation
9107
9108 2002-10-14 [paul]       0.8.5claws33
9109
9110         * po/bg.po
9111                 updated by George Danchev
9112
9113 2002-10-13 [hoa]        0.8.5claws32
9114
9115         * src/matcher.[ch]
9116           src/matcher_parser_parser.y
9117                 removed the escaped string from internal structure
9118                 of matcher.
9119
9120 2002-10-12 [colin]      0.8.5claws31
9121
9122         * src/gtksctree.[ch]
9123           src/summaryview.c
9124                 Removed useless function gtksctree_reanchor
9125
9126 2002-10-12 [alfons]     0.8.5claws30
9127         
9128         * sync with remaining main changes 2002-10-09 - 2002-10-11
9129         - drop changes to src/compose.c (requires claws specific changes)
9130         
9131 2002-10-12 [alfons]     0.8.5claws29
9132         
9133         * sync with main changes of 2002-10-08
9134         - drop changes to src/compose.c (requires claws specific changes)
9135         - drop changes to src/summaryview.c (requires changes to compose.c)     
9136
9137 2002-10-12 [alfons]     0.8.5claws28
9138         
9139         * sync with main changes of 2002-10-07
9140
9141 2002-10-12 [alfons]     0.8.5claws27
9142
9143         * sync with main changes of 2002-10-04
9144         - drop changes to src/compose.c (requires claws specific changes)
9145         - drop changes to src/prefs_folder_item.c (claws implementation
9146           seems to be working)
9147
9148 2002-10-12 [colin]      0.8.5claws26
9149
9150         * src/mainwindow.c
9151                 Fix folder-flicker when space-reading, introduced 
9152                 in claws22.
9153
9154 2002-10-12 [colin]      0.8.5claws25
9155
9156         * src/compose.c
9157                 Save account address when saving as draft.
9158                 (closes bug 621838)
9159
9160 2002-10-12 [colin]      0.8.5claws24
9161
9162         * src/summaryview.c
9163                 Fix the problem consisting of no message selected
9164                 after the last message in a folder has been moved.
9165
9166 2002-10-12 [paul]       0.8.5claws23
9167
9168         * src/compose.c
9169           src/prefs_template.c
9170           src/template.[ch]
9171                 add Cc and Bcc to templates. Patch submitted by
9172                 John L. Males.
9173
9174 2002-10-12 [colin]      0.8.5claws22
9175
9176         * src/folderview.c
9177                 Fix a bug after "Check for new messages":
9178                 If a folder was opened, it was still selected at
9179                 the end of the check, but displayed empty.
9180         * src/mainwindow.c
9181                 Remove unnecessary check
9182
9183 2002-10-12 [paul]
9184
9185         * tools/README
9186                 be more verbose in the description of
9187                 OOo2sylpheed.pl
9188                 
9189
9190 2002-10-11 [colin]      0.8.5claws21
9191
9192         * src/mainwindow.c
9193                 Make space work (better) when no mail is selected
9194
9195 2002-10-11 [colin]      0.8.5claws20
9196
9197         * src/inc.c
9198           src/news.c
9199                 fix warnings
9200
9201 2002-10-11 [colin]      0.8.5claws19
9202
9203         * src/mainwindow.c
9204                 revert 0.8.5claws6 changes as i couldn't get to
9205                 anything satisfying
9206
9207 2002-10-11 [melvin]     0.8.5claws18
9208
9209         * src/compose.c
9210                 Removed buggy and unused macro (should have been committed in
9211                 0.8.5claws17)
9212
9213 2002-10-11 [melvin]     0.8.5claws17
9214
9215         * src/compose.c
9216                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9217
9218 2002-10-11 [thorsten]   0.8.5claws16 
9219
9220         * src/folderview.c
9221                 remove rescan warning
9222
9223 2002-10-11 [colin]      0.8.5claws15 
9224
9225         * src/procheader.c
9226                 fix a segfault that happens if conv_unmime_header
9227                 fails (should be better to find out why it fails)
9228
9229 2002-10-11 [christoph]  0.8.5claws14
9230
9231         * src/summaryview.c
9232                 update folderview stats after ignore/unignore thread
9233
9234 2002-10-11 [hoa]        0.8.5claws13
9235
9236         * src/quote_fmt_parse.y
9237                 Fixed a yacc/bison syntax error
9238         * src/matcher.c
9239                 Escaping of string is fixed.
9240
9241 2002-10-11 [colin]      0.8.5claws12
9242
9243         * src/imageview.c
9244                 Resize images to fit
9245
9246 2002-10-11 [paul]       0.8.5claws11
9247
9248         * po/es.po
9249                 updated by Ricardo Mones Lastra
9250
9251 2002-10-10 [alfons]     0.8.5claws10
9252
9253         * src/compose.c
9254                 allow dropping files by "moving" files from a file manager,
9255                 not only by the more cumbersome "copying". the latter 
9256                 mostly implies holding down the Control button
9257
9258 2002-10-10 [christoph]  0.8.5claws9
9259
9260         * src/summaryview.c
9261                 update folders after thread building for ignored threads
9262
9263 2002-10-10 [christoph]  0.8.5claws8
9264
9265         * config/.cvsignore
9266                 added Makefile
9267         * src/filtering.[ch]
9268         * src/folder.[ch]
9269         * src/folderview.[ch]
9270         * src/import.c
9271         * src/inc.[ch]
9272         * src/mbox.[ch]
9273         * src/procmsg.c
9274         * src/summaryview.[ch]
9275                 o added new flag need_update to FolderItem
9276                 o removed folder_table from various functions from tracking
9277                   folder updates
9278                 o set need_update flags in folder.c's move, copy and delete
9279                   functions and procmsg's flags functions
9280                 o added function folderview_update_items_when_required that
9281                   updates all folders with need_update set
9282                 o call folderview_update_items_when_required instead of
9283                   folderview_update_item_foreach
9284
9285 2002-10-09 [sergey]     0.8.5claws7
9286
9287         * src/compose.c
9288                 Strip CRs whel loading the text into editor in reedit mode.
9289
9290 2002-10-09 [colin]      0.8.5claws6
9291
9292         * src/mainwindow.c
9293                 Make Space work when no mail is selected
9294
9295 2002-10-09 [colin]      0.8.5claws5
9296
9297         * src/gtksctree.[ch]
9298                 Fix range_select
9299                 Add gtk_sctree_reanchor() 
9300         * src/summaryview.c
9301                 Use gtk_sctree_reanchor() - better fix for 
9302                 bug 60413
9303
9304 2002-10-09 [colin]      0.8.5claws4
9305
9306         * src/summaryview.c
9307                 Fix shift-click select after delete problem
9308                 (closes bug 60413)
9309
9310 2002-10-08 [thorsten]   0.8.5claws3
9311
9312         * src/summaryview.c
9313                 exclude current msg from -hide read messages-
9314
9315 2002-10-08 [colin]      0.8.5claws2
9316
9317         * src/inc.[ch]
9318           src/pop.c
9319           src/recv.c
9320                 Differentiate socket errors from disk full
9321                 errors
9322
9323 2002-10-08 [christoph]  0.8.5claws1
9324
9325         * Makefile.am
9326         * configure.in
9327                 modifications for new config directory
9328
9329         * config.guess  ** REMOVED **
9330         * config.sub    ** REMOVED **
9331         * install-sh    ** REMOVED **
9332         * ltmain.sh     ** REMOVED **
9333         * missing       ** REMOVED **
9334         * mkinstalldirs ** REMOVED **
9335                 these files are autogenerated by automake
9336                 when you run autogen.sh
9337
9338         * config/.cvsignore     ** NEW FILE **
9339         * config/Makefile.am    ** NEW FILE **
9340                 ignore autogenerated files
9341                 create a Makefile in this directory
9342
9343 2002-10-08 [paul]       0.8.5claws
9344
9345         * 0.8.5claws release
9346         
9347         * src/compose.c
9348           src/procheader.c
9349           src/procmsg.c
9350                 fix quote reply format for newsgroups reply bug
9351                 (thanks to Hoa)
9352                 
9353         * po/en_GB.po
9354           po/pl.po
9355                 updated by me and Witold Wladyslaw Wojciech Wilk
9356                 repectively
9357
9358 2002-10-07 [paul]       0.8.3claws53
9359
9360         * po/it.po
9361           po/pt_BR.po
9362           po/sr.po
9363                 updated messages catalogs, submitted by
9364                 Alessandro Maestri, Fabio Jr.Beneditto 
9365                 and Urke MMI, respectively.
9366
9367 2002-10-07 [christoph]  0.8.3claws52
9368
9369         * src/folder.[ch]
9370         * src/folderview.c
9371         * src/mainwindow.c
9372                 fix new folder ghost message bug
9373                 (closes bug [ 619722 ] wrong count for newly created folders)
9374
9375 2002-10-07 [christoph]  0.8.3claws51
9376
9377         * src/compose.c
9378                 fix news posting problem
9379
9380 2002-10-07 [melvin]     0.8.3claws50
9381
9382         * po/fr.po
9383                 Updated French translation
9384
9385 2002-10-05 [christoph]  0.8.3claws49
9386
9387         * src/gtkstext.c
9388                 check if line_start_cache is set in gtk_stext_update_text
9389                 (closes bug [ 618119 ] crash while doing search in folder)
9390
9391 2002-10-05 [christoph]  0.8.3claws48
9392
9393         * src/imap.c
9394         * src/news.c
9395         * src/utils.c
9396         * src/utils.h
9397                 implement cache cleanups for claws' folder system
9398                 (closes bug [ 595916 ] imapcache not cleaned up)
9399
9400 2002-10-05 [melvin]     0.8.3claws47
9401
9402         * src/prefs_actions.c
9403                 Made the help text more clear for the %p token
9404
9405 2002-10-04 [paul]       0.8.3claws46
9406
9407         * sync with 0.8.5
9408                 see ChangeLog 2002-10-02 and 2002-10-03
9409
9410 2002-10-04 [christoph]  0.8.3claws45
9411
9412         * src/inc.c
9413                 fix segfault caused by pop before smtp
9414                 call to inc_account_mail with NULL
9415                 pointer for mainwin
9416
9417 2002-10-04 [paul]       0.8.3claws44
9418
9419         * configure.in
9420                 sync the LDAP detection from 0.8.5cvs1
9421
9422 2002-10-02 [christoph]  0.8.3claws43
9423
9424         * po/de.po
9425                 fix small spelling error
9426
9427 2002-10-02 [melvin]     0.8.3claws42
9428
9429         * ac/aspell.m4
9430                 Behave better and say "no" when test program cannot be run.
9431
9432 2002-10-02 [paul]       0.8.3claws41
9433
9434         * sync with 0.8.4cvs1
9435                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9436                 
9437         * src/summaryview.c
9438                 toggle the behavior of Reply menuitem between
9439                 normal reply and reply-to-list
9440
9441 2002-10-01 [sergey]     0.8.3claws40
9442
9443         * src/compose.c
9444                 Convert newlines in the message text to the canonical form
9445                 before base64 encoding (RFC2045 compliance, fixes some
9446                 interoperability issues with Evolution 1.0.3)
9447
9448 2002-09-29 [colin]      0.8.3claws39
9449
9450         * src/summaryview.c
9451                 Fix an unwanted copy/paste
9452
9453 2002-09-29 [colin]      0.8.3claws38
9454
9455         * src/mainwindow.c
9456                 Renamed "Custom toolbar" to "Customize toolbar"
9457                 Renamed "Show all header" to "Show all headers"
9458                 Renamed "Set diplay item" to "Set displayed items"
9459         * src/prefs_common.c
9460                 Renamed "Show all header" to "Show all headers"
9461         * src/prefs_summary_column.c
9462                 Renamed "diplay item" to "displayed items"
9463
9464 2002-09-29 [colin]      0.8.3claws37
9465
9466         * src/mainwindow.[ch]
9467                 online/offline status pixmaps follow theme
9468                 changes
9469         * src/summaryview.[ch]
9470                 quicksearch pixmap follows theme changes
9471
9472 2002-09-29 [thorsten]   0.8.3claws36
9473
9474         * src/compose.c
9475           src/prefs_folder_item.[ch]
9476                 add default_reply_to folder option (closes patch 581044)
9477
9478 2002-09-29 [christoph]  0.8.3claws35
9479
9480         * acconfig.h    ** REMOVED **
9481         * configure.in
9482         * ac/aspell.m4
9483         * ac/check-type.m4
9484         * ac/gnupg-check-typedef.m4
9485                 fix autoheader 2.50 warning
9486
9487 2002-09-29 [christoph]  0.8.3claws34
9488
9489         * major code cleanup (part 2)
9490         
9491                 - unused variables removed
9492                 - unused functions removed
9493                 - uninitialized variables checked
9494                 - missing return statements added
9495                 - missing function return types added
9496                 - added parentheses around assignment
9497                   when suggested by gcc
9498
9499 2002-09-29 [alfons]     0.8.3claws33
9500
9501         * src/logwindow.c
9502                 log_window_clear(): only bracket gtk_text_forward_delete() 
9503                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9504                 works around GTK text bug)
9505
9506 2002-09-29 [paul]       0.8.3claws32
9507
9508         * po/bg.po
9509           po/sr.po
9510                 updated by George Danchev and Urke MMI
9511                 respectively
9512
9513 2002-09-27 [christoph]  0.8.3claws31
9514
9515         * doc-src/readme.txt
9516         * doc-src/rfc1806.txt   ** REMOVED **
9517         * doc-src/rfc2183.txt   ** NEW FILE **
9518         * doc-src/rfc2980.txt   ** NEW FILE **
9519                 update rfcs
9520
9521 2002-09-27 [melvin]     0.8.3claws30
9522
9523         * ac/aspell.m4
9524                 Fixed typo which could break linking
9525
9526 2002-09-27 [melvin]     0.8.3claws29
9527
9528         * ac/aspell.m4
9529                 Improved GNU/aspell checking. 
9530                 Fixed bug #614490
9531
9532 2002-09-27 [paul]       0.8.3claws28
9533
9534         * sync with 0.8.3cvs8
9535                 see ChangeLog 2002-09-27
9536
9537 2002-09-26 [colin]      0.8.3claws27
9538
9539         * src/toolbar.[ch]
9540           src/mainwindow.[ch]
9541                 Add "Reply to Mailing-list" to the toolbar
9542
9543 2002-09-26 [christoph]  0.8.3claws26
9544
9545         * src/summaryview.c
9546                 Fix wrong message counts in summaryview status
9547
9548 2002-09-26 [paul]       0.8.3claws25
9549
9550         * sync with 0.8.3cvs7
9551                 see ChangeLog 2002-09-26
9552
9553 2002-09-26 [paul]       0.8.3claws24
9554
9555         * sync with 0.8.3cvs6
9556                 see ChangeLog 2002-09-25
9557
9558 2002-09-25 [christoph]  0.8.3claws23
9559
9560         * src/prefs_common.c
9561         * src/prefs_folder_item.c
9562         * src/prefs_scoring.c
9563                 Renamed "kill score" to "hide score" in GUI
9564                 and prefs files
9565
9566 2002-09-25 [paul]       0.8.3claws22
9567
9568         * sync with 0.8.3cvs5
9569                 see ChangeLog 2002-09-24
9570
9571 2002-09-24 [alfons]     0.8.3claws21
9572
9573         patch by Satoshi Nagayasu: allows appending / saving multiple 
9574         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9575         'Save as ...'")
9576
9577         * AUTHORS
9578                 add Satoshi Nagayasu
9579         * src/summaryview.c
9580                 summary_save_as(): allow saving selected files to
9581                 one file
9582                 summary_set_menu_sensitive: enable "Save As..." when
9583                 multiple files are selected
9584         * src/utils.[ch]
9585                 append_file(): new function
9586
9587 2002-09-24 [colin]      0.8.3claws20
9588
9589         * src/procmime.c
9590                 Fix segfault when mimeinfo doesn't have a 
9591                 content_type. 
9592
9593 2002-09-24 [colin]      0.8.3claws19
9594
9595         * src/prefs_common.[ch]
9596                 Add a preference to display send dialog or not
9597         * src/send.c
9598                 Display send dialog according to preference
9599
9600 2002-09-24 [colin]      0.8.3claws18
9601
9602         * src/compose.[ch]
9603                 Disable user actions when sending
9604
9605 2002-09-24 [colin]      0.8.3claws17
9606
9607         * src/procmime.c
9608                 Do not display name or filename for attachments
9609                 with an application/pgp-signature type
9610                 (security flaw, see bug 537413)
9611
9612 2002-09-23 [colin]      0.8.3claws16
9613
9614         * src/editaddress.c
9615                 Initialize entry_email, entry_alias and 
9616                 entry_remarks to first email address of the list
9617
9618 2002-09-23 [colin]      0.83claws15
9619
9620         * src/compose.c
9621                 Drop pgp-signature when reediting a signed queued
9622                 message
9623
9624 2002-09-23 [melvin]     0.8.3claws14
9625
9626         * po/fr.po
9627                 Updated French translation
9628
9629 2002-09-23 [melvin]     0.8.3claws13
9630
9631         * src/mainwindow.c
9632                 Made custom toolbar menu labels more consistent
9633         * src/prefs_toolbar.c
9634                 Made custom toolbar window title more consistent
9635
9636 2002-09-22 [colin]      0.8.3claws12
9637
9638         * src/inc.c
9639                 Initialize session type to normal before getting 
9640                 mail (fixes strange Get behaviour)
9641         * src/prefs_account.h
9642                 Move STYPE_POP_BEFORE_SMTP to last position to 
9643                 avoid other side-effects
9644
9645 2002-09-22 [colin]      0.8.3claws11
9646
9647         * src/prefs_account.c
9648                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9649                 from pop3 to apop or vice-versa
9650
9651 2002-09-22 [colin]      0.8.3claws10
9652         
9653         * src/prefs_account.[ch]
9654                 Add an option for the POP before SMTP timeout
9655         * src/inc.c
9656                 Remember time of last POP connection
9657         * src/send.c
9658                 Do POP before SMTP only if timeout reached
9659
9660 2002-09-22 [oliver]     0.8.3claws9
9661         
9662         * README.claws
9663                 explain custom toolbar
9664
9665 2002-09-22 [oliver]     0.8.3claws8
9666
9667         * src/prefs_actions.[ch]
9668         custom toolbar for compose      
9669                 actions callback from compose toolbar
9670         * src/folderview.c
9671                 remove include toolbar.h
9672
9673 2002-09-22 [oliver]     0.8.3claws7
9674         
9675         * src/prefs_toolbar.[ch]
9676                 custom toolbar for compose
9677                 - generic prefs_toolbar handles both
9678                   Mainwin's toolbar as well as Compose toolbar          
9679
9680 2002-09-22 [oliver]     0.8.3claws6
9681         
9682         * src/toolbar.[ch]
9683                 custom toolbar for compose
9684                 restructure toolbar.[ch]
9685
9686 2002-09-22 [oliver]     0.8.3claws5
9687
9688         * src/compose.[ch]
9689                 custom toolbar for compose
9690
9691 2002-09-22 [oliver]     0.8.3claws4
9692         
9693         * src/mainwindow.[ch]
9694                 custom toolbar for compose 
9695                 move mainwin toolbar back to mainwindow
9696
9697 2002-09-22 [alfons]     0.8.3claws3
9698
9699         * src/procmsg.c
9700                 :%sno/if(/if (/gc
9701                 :%sno/for(/for (/gc
9702                 (beautify)
9703
9704 2002-09-22 [alfons]     0.8.3claws2
9705         
9706         * src/procmsg.c
9707                 procmsg_save_to_outbox(): don't unlink message file from queue;
9708                 callers should do it using folder_item_remove_msg()
9709
9710 2002-09-22 [colin]      0.8.3claws1
9711
9712         * src/mimeview.[ch]
9713                 Made mimeview_check_signature() public
9714         * src/textview.c
9715                 Made GPG signatures verifiable by clicking
9716                 the [application/pgp-signature] in the Text
9717                 view
9718
9719 2002-09-22 [paul]       0.8.3claws
9720
9721         * po/bg.po
9722           po/en_GB.po
9723           po/es.po
9724           po/it.po
9725           po/pl.po
9726           po/pt_BR.po
9727           po/sr.po
9728                 updated translations, submitted by George Danchev,
9729                 me, Ricardo Mones Lastra, Alessandro Maestri,
9730                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9731                 and Urke MMI, respectively.     
9732
9733 2002-09-22 [alfons]     0.8.2claws65
9734
9735         * src/procmsg.c
9736         * src/pgptext.c
9737                 no furry valgrinds have been used to plug these memleaks
9738
9739 2002-09-20 [paul]       0.8.2claws64
9740
9741         * sync with 0.8.3cvs4
9742                 'Select thread' re-implemented 
9743                 see ChangeLog 2002-09-20
9744
9745 2002-09-21 [alfons]     0.8.2claws63
9746
9747         * src/compose.c
9748                 compose_send(): plug unnoticed memleak
9749
9750 2002-09-20 [alfons]     0.8.2claws62
9751
9752         * src/addr_compl.c
9753                 replace_address_in_edit(): strict check for NULL address to
9754                 fix "[ 607348 ] Segfault in address completion". My guess is
9755                 that this happens with an empty address book, but it's good
9756                 to have this check here anyway
9757                 
9758                 completion_window_button_press(): free string returned 
9759                 from the internal cache
9760
9761 2002-09-20 [christoph]  0.8.2claws61
9762
9763         * src/procmime.h
9764                 added ENC_BINARY to EncodingType
9765         * src/procmime.c
9766                 the string returned by procmime_get_encoding_str
9767                 should not depend on the order of values in the
9768                 EncodingType definition
9769         * doc-src/rfc1806.txt   ** NEW FILE **
9770                 Added rfc1806 about MIME Content-Disposition
9771                 Extension
9772
9773 2002-09-19 [paul]       0.8.2claws60
9774
9775         * sync with 0.8.2cvs3
9776                 see ChangeLog 2002-09-19
9777
9778 2002-09-19 [paul]       0.8.2claws59
9779
9780         * src/prefs_folder_item.c
9781                 revert to Darko's original alignment of colour
9782                 selector button
9783                 add a colon to folder_color label
9784                 
9785         * src/compose.c
9786                 add Colin's patch (with Hiro's modifications) to 
9787                 force BASE64 encoding for 8-bit text when signing
9788                 (sync with 0.8.3cvs2)
9789
9790 2002-09-18 [alfons]     0.8.2claws58
9791
9792         * src/compose.c
9793                 :%sno/if(/if (/gc
9794                 :%sno/for(/for (/gc
9795                 (beautify a little bit)
9796
9797 2002-09-18 [christoph]  0.8.2claws57
9798
9799         * src/pine.c
9800                 fix handling of fgetc return value
9801
9802 2002-09-17 [alfons]     0.8.2claws56
9803         
9804         * src/summaryview.c
9805                 summary_sort(): check non-NULL summaryview->folder_item when no 
9806                 folder is selected at all
9807                 (closes "[ 610344 ] sort label make syl Crash")
9808
9809 2002-09-17 [alfons]     0.8.2claws55
9810         
9811         * src/compose.c
9812                 beautify a little bit
9813
9814 2002-09-17 [christoph]  0.8.2claws54
9815
9816         * src/folder.c
9817                 initialize max values for cache and folder
9818                 when cache or folder is empty
9819
9820 2002-09-15 [colin]      0.8.2claws53
9821
9822         * src/compose.c
9823                 Fix a leak (thanks Alfons!) and cleaned
9824                 variables names for custom headers
9825
9826 2002-09-15 [colin]      0.8.2claws52
9827
9828         * src/compose.c
9829                 Fix custom headers recognition when
9830                 prefs_common.trans_hdr is on
9831
9832 2002-09-15 [colin]      0.8.2claws51
9833
9834         * src/compose.c
9835                 Allow dynamically-added custom headers
9836                 Yet not reparsed if reedited
9837
9838 2002-09-15 [alfons]     0.8.2claws50
9839
9840         * src/prefs_account.c
9841                 fix warnings
9842
9843 2002-09-15 [colin]      0.8.2claws49
9844         
9845         * src/prefs_account.c
9846                 fix pop_before_smtp sensitivity
9847
9848 2002-09-15 [colin]      0.8.2claws48
9849
9850         * src/inc.[ch]
9851                 add inc_pop_before_smtp()
9852                 allow MainWindow to be undefined in 
9853                 inc_account_mail() and inc_start()
9854         * src/pop.c
9855           src/prefs_account.h
9856                 add STYPE_POP_BEFORE_SMTP session type
9857         * src/prefs_account.c
9858                 activated pop before smtp option
9859         * src/send.c
9860                 do pop before smtp if the relevant option 
9861                 is set
9862
9863 2002-09-15 [paul]       0.8.2claws47
9864
9865         * sync with 0.8.3
9866                 see ChangeLog 2002-09-15
9867
9868 2002-09-14 [paul]       0.8.2claws46
9869
9870         * po/bg.po
9871                 updated Bulgarian translation, submitted by
9872                 George Danchev
9873
9874 2002-09-13 [paul]       0.8.2claws45
9875
9876         * src/compose.c
9877                 merge claws' select_account() with main's
9878                 (new) compose_select_account(). [sync with
9879                 0.8.2cvs15, see ChangeLog 2002-09-11]
9880
9881 2002-09-12 [christoph]  0.8.2claws44
9882
9883         * src/filter.c
9884                 allocate 1 elements of FolderItem not 0
9885
9886 2002-09-12 [colin]      0.8.2claws43
9887
9888         * src/compose.c
9889                 Fix bug #590825 (obey Follow-up: poster)
9890
9891 2002-09-12 [colin]      0.8.2claws42
9892
9893         * src/procmime.c
9894                 Fix bug #557009 (wrong headers for messages 
9895                 forwarded as attachments)
9896
9897 2002-09-11 [colin]      0.8.2claws41
9898         
9899         * src/compose.c
9900                 Put SCF: pseudo-header on top of message
9901                 Set draft tmp_flag when saved as draft
9902
9903         * src/procmsg.c
9904           src/procheader.c
9905                 Skip after first \n\n for beginning of real message
9906                 for drafts too
9907
9908 2002-09-11 [christoph]  0.8.2claws40
9909
9910         * src/filtering.c
9911                 use procmsg flag functions in filtering or processing
9912                 will cause incorrect folder message counts
9913
9914 2002-09-11 [colin]      0.8.2claws39
9915
9916         * src/compose.c
9917                 Fix bug #550175 - wrong save folder when reediting
9918                 drafts
9919
9920 2002-09-11 [paul]       0.8.2claws38
9921
9922         * sync with 0.8.2cvs14
9923                 see ChangeLog 2002-09-11
9924
9925 2002-09-11 [colin]      0.8.2claws37
9926
9927         * src/folder.c
9928                 Fix a typo (seeming to cause new/unread status to
9929                 be lost)
9930
9931 2002-09-10 [christoph]  0.8.2claws36
9932
9933         * src/compose.c
9934                 compose_redirect should not use compose_generic_new
9935                 because that does more stuff than expected including
9936                 opening the external editor
9937                 (closes bug "[ 526608 ] bounced messages appear blank
9938                  in editor")
9939
9940 2002-09-10 [christoph]  0.8.2claws35
9941
9942         * src/folder.c
9943                 fix problem with too large message number range
9944                 causing a crash in folder_item_scan
9945
9946 2002-09-10 [paul]       0.8.2claws34
9947
9948         * sync with 0.8.2cvs13
9949                 see ChangeLog 2002-09-10
9950
9951 2002-09-10 [christoph]  0.8.2claws33
9952
9953         * src/msgcache.c
9954                 set MsgInfo TmpFlags for queue and draft folders
9955                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9956
9957 2002-09-10 [paul]       0.8.2claws32
9958
9959         * AUTHORS
9960           po/bg.po      ** NEW FILE **
9961                 new Bulgarian translation submitted by
9962                 George Danchev <danchev@spnet.net>
9963                 
9964         * tools/Makefile.am
9965           tools/README
9966           tools/tb2sylpheed     ** NEW FILE **
9967                 add script that converts an addressbook exported
9968                 from The Bat! into a Sylpheed addressbook. Submitted
9969                 by Urke MMI <urke-kg@eunet.yu>
9970
9971 2002-09-10 [paul]       0.8.2claws31
9972
9973         * sync with 0.8.2cvs12
9974                 see ChangeLog 2002-09-10
9975
9976 2002-09-06 [paul]       0.8.2claws30
9977
9978         * src/prefs_common.c
9979                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9980                 
9981         * tools/Makefile.am
9982           tools/README
9983           tools/ldif-to-xml.py  ** REMOVED **
9984                 remove obsolete python script
9985
9986 2002-09-06 [paul]       0.8.2claws29
9987
9988         * sync with 0.8.2cvs10
9989                 see ChangeLog 2002-09-06
9990
9991 2002-09-04 [paul]       0.8.2claws28
9992
9993         * sync with 0.8.2cvs9
9994                 see ChangeLog 2002-08-04
9995
9996 2002-09-04 [colin]      0.8.2claws27 
9997
9998         * src/prefs_common.[ch]
9999                 Added signature color configuration
10000         * src/textview.c
10001                 Use user-specified signature color
10002
10003 2002-09-03 [colin]      0.8.2claws26
10004
10005         * src/prefs_common.[ch]
10006                 Added autosave and autosave_length prefs
10007         * src/compose.c
10008                 Added compose_remove_draft()
10009                 Auto-save drafts according to the prefs
10010         * src/main.c
10011                 Added a crash-indicator file, allowing to check
10012                 for new messages on startup if Sylpheed crashed
10013                 (makes saved drafts "reappear")
10014
10015 2002-09-03 [colin]      0.8.2claws25
10016
10017         * src/textview.[ch]
10018                 Grey the signature
10019
10020 2002-09-03 [paul]       0.8.2claws24
10021
10022         * sync with 0.8.2cvs8
10023                 see ChangeLog 2002-09-02 and 2002-09-03
10024
10025 2002-09-03 [darko]      0.8.2claws23
10026
10027         * src/folderview.c
10028                 use normal style when creating new folder to pick
10029                 proper font size 
10030
10031 2002-09-02 [melvin]     0.8.2claws22
10032
10033         * src/gtkaspell.m4
10034                 removed some obsolete code
10035
10036 2002-09-02 [melvin]     0.8.2claws21
10037
10038         * ac/aspell.m4
10039                 fixed test's equality sign (== to =)
10040
10041 2002-09-02 [alfons]     0.8.2claws20
10042
10043         * src/folder.c
10044         * src/mh.c
10045                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10046                 as folder->destroy virtual as suggested by Hiro
10047                 (the mh.c code seems to have been lost around mh.c.1.21)
10048
10049 2002-09-02 [paul]       0.8.2claws19
10050
10051         * po/pt_BR.po
10052                 updated by Fabio Jr. Beneditto
10053                 
10054         * src/defs.h
10055                 use 'http://claws.sylpheed.org' for homepage link. 
10056                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10057
10058 2002-09-01 [alfons]     0.8.2claws18
10059
10060         * src/mh.c
10061                 plug memleak related to one Martin Kluge found
10062
10063 2002-08-31 [paul]       0.8.2claws17
10064
10065         * sync with 0.8.2cvs6
10066                 see ChangeLog 2002-08-30
10067
10068 2002-08-31 [alfons]     0.8.2claws16
10069
10070         * src/folder.c
10071                 folder_destroy(): remove mailbox from folderlist even if it has
10072                 no destroy virtual
10073
10074 2002-08-31 [alfons]     0.8.2claws15
10075
10076         * src/folder.c
10077                 :%sno/if(/if (/gc
10078                 :%sno/for(/for (/gc
10079                 (being pedantic I know)
10080
10081 2002-08-31 [alfons]     0.8.2claws14
10082
10083         * src/folder.c
10084                 check for NULL pointers returned from folder->fetch_msginfo virtual
10085                 (should solve some reported crashes)
10086
10087 2002-08-30 [alfons]     0.8.2claws13
10088
10089         * acconfig.h
10090         * configure.in
10091         * src/crash.c
10092                 enable crash dialog on compilation time
10093                 (--enable-crash-dialog configure option)
10094
10095 2002-08-30 [alfons]     0.8.2claws12
10096
10097         * AUTHORS
10098                 add Martin Kluge
10099         * src/mh.c
10100                 apply memory leak plug patch by Martin Kluge
10101                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10102                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10103                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10104
10105 2002-08-30 [darko]      0.8.2claws11
10106
10107         * src/folderview.c
10108                 copy Gtk style from normal style to match
10109                 font size for coloured folders
10110
10111 2002-08-29 [alfons]     0.8.2claws10
10112
10113         * sylpheed.desktop
10114                 Type=Internet <- Type=Application
10115                 (reported by Michael Schwendt, see:
10116                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10117                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10118
10119 2002-08-29 [paul]       0.8.2claws9
10120
10121         * sync with 0.8.2cvs5
10122                 see ChangeLog 2002-08-29
10123
10124 2002-08-29 [colin]      0.8.2claws8
10125
10126         * src/summaryview.c
10127                 Added a sanity check in summary_select_thread
10128                 Should fix bug 601605
10129
10130 2002-08-29 [colin]      0.8.2claws7
10131
10132         * src/main.c
10133                 Revert claws6 changes regarding bug #591676
10134
10135 2002-08-28 [colin]      0.8.2claws6
10136         
10137         * src/main.c
10138                 Ignore cache for queue folderitems
10139                 Fix bug #591676
10140
10141 2002-08-28 [melvin]     0.8.2claws5
10142
10143         * README.claws
10144                 Fixed typos.
10145
10146 2002-08-28 [melvin]     0.8.2claws4
10147
10148         * README.claws
10149                 Updated a bit the text concerning the spell checker
10150
10151 2002-08-28 [melvin]     0.8.2claws3
10152
10153         Merged the GNU_aspell_branch:
10154                 Support of new GNU/aspell is now included and the old pspell
10155                 is not supported anymore.
10156                 See README.claws
10157
10158         * README.claws
10159                 Updated spell checker text to reflect the switch to GNU/aspell
10160
10161         * ac/aspell.m4          *** NEW ***
10162         * src/gtkaspell.[ch]    *** NEW *** 
10163         * ac/pspell.m4          *** DELETED *** 
10164         * src/gtkspell.[ch]     *** DELETED ***
10165
10166         * ac/Makefile.am
10167                 Updated for GNU/aspell support
10168
10169         * po/POTFILES.in
10170                 Replaced gtkspell.c by gtkaspell.c
10171
10172         * acconfig.h
10173         * src/Makefile.am
10174         * src/about.c
10175         * src/compose.[ch]
10176         * src/crash.c
10177         * src/main.c
10178         * src/prefs_common.[ch]
10179                 Updated for GNU/aspell support
10180
10181 2002-08-28 [paul]       0.8.2claws2
10182
10183         * sync with 0.8.2cvs4
10184                 see ChangeLog 2002-08-27 and 2002-08-28
10185
10186 2002-08-28 [colin]      0.8.2claws1
10187
10188         * src/summary_search.c
10189                 Added "AND search"
10190
10191 2002-08-28 [jens]       0.8.2claws
10192
10193         *po/de.po
10194                 Updated German translations
10195
10196 2002-08-27 [melvin]     0.8.2claws
10197
10198         * po/fr.po
10199                 Updated French translations
10200
10201 2002-08-27 [paul]       0.8.2claws
10202
10203         * sync with 0.8.2 main release
10204
10205         * po/en_GB.po
10206           po/es.po
10207           po/it.po
10208           po/pl.po
10209           po/pt_BR.po
10210           po/sr.po
10211                 updated message catalogs submitted by
10212                 Ricardo Mones Lastra, Alessandro Maestri,
10213                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10214                 Beneditto and Urke MMI  
10215
10216 2002-08-27 [hoa]        0.8.1claws123
10217
10218         * src/mainwindow.[ch]
10219         * src/summaryview.[ch]
10220                 removed the "filter setting" menu option.
10221                 add a "cancel a news message" menu option.
10222
10223 2002-08-26 [martin]     0.8.1claws122
10224
10225         * ChangeLog.claws
10226                 changed string under 0.8.1claws79 changed by myself
10227                 i'm sorry alfons :(
10228
10229 2002-08-26 [martin]     0.8.1claws121
10230
10231         * src/crash.c
10232                 added kill command to debuggerrc to start crash dialog
10233
10234 2002-08-26 [paul]       0.8.1claws120
10235
10236         * sync with 0.8.1cvs31
10237                 see ChangeLog 2002-08-26
10238
10239 2002-08-25 [alfons]     0.8.1claws119
10240
10241         * src/procmsg.c
10242                 fix bug that didn't send out correct headers to news server
10243                 when sending news article and email from queue (bug reported
10244                 and patch provided by Tim Mann; closes bug 
10245                 "[ 583196 ] 0.7.8claws can't post news")
10246
10247 2002-08-25 [alfons]     0.8.1claws118
10248
10249         * src/selective_download.c
10250                 mark two strings as translatable
10251                 (thanks to Urke MMI for pointing this out)
10252
10253 2002-08-25 [alfons]     0.8.1claws117
10254
10255         * src/summaryview.c
10256                 treat sent boxes as special and allow sorting them by addressee
10257                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10258                 submitted by Steve Lamb)
10259
10260 2002-08-24 [alfons]     0.8.1claws116
10261
10262         * src/matcher.c
10263                 fix memleak reported by Martin Kluge
10264                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10265
10266 2002-08-24 [oliver]     0.8.1claws115
10267
10268         * src/prefs_toolbar.c
10269                 o code cleanup as suggested by Alfons
10270                 o memleak fix
10271
10272 2002-08-24 [alfons]     0.8.1claws114
10273
10274         * src/summaryview.c
10275                 o fix another memory leak reported by Martin Kluge
10276                   (see "[ 599568 ] Small Memory Leak")
10277                 o remove 'from' variable from 'summary_set_header()'; we can
10278                   do with just 'to' 
10279
10280 2002-08-24 [paul]       0.8.1claws113
10281
10282         * sync with 0.8.1cvs30
10283                 see ChangeLog 2002-08-23
10284
10285 2002-08-24 [alfons]     0.8.1claws112
10286
10287         * src/summaryview.c
10288                 remove unnecessary allocations for search bar fixing leaks
10289                 reported by Martin Kluge
10290                 (see "[ 599451 ] Further memory leaks?")
10291
10292 2002-08-24 [alfons]     0.8.1claws111
10293
10294         * src/main.c
10295                 make get_socket_name() public for crash.c
10296         * src/crash.c
10297                 o make report bug button work (goes to claws' 
10298                   bug tracker at sf.net)
10299                 o introduce function for doing important stuff just
10300                   before claws goes down
10301                 o clean up code 
10302
10303 2002-08-24 [alfons]     0.8.1claws110
10304
10305         * src/compose.c
10306                 move cursor to "To" entry when forwarding as attachment
10307                 (reported and solved by Steve Lamb, closes bug report
10308                 "[ 592880 ] Forward as attachment; cursor not in to")
10309
10310 2002-08-24 [colin]      0.8.1claws109
10311
10312         * src/mainwindow.c
10313                 fix quick search visibility after GUI (de)separations.
10314
10315 2002-08-23 [colin]      0.8.1claws108
10316
10317         * src/mainwindow.c
10318                 fix header pane visibility after folderview or
10319                 messageview (de)separation
10320
10321 2002-08-23 [paul]       0.8.1claws107
10322
10323         * src/mainwindow.[ch]
10324           src/toolbar.c
10325                 give full control of display or non-display 
10326                 of the Execute icon to Custom toolbar settings.
10327                 add new sensitivity condition to maninwindow.h: 
10328                 M_DELAY_EXEC
10329
10330         * ChangeLog
10331           ChangeLog.jp
10332           NEWS
10333                 more sync with 0.8.1cvs29
10334
10335 2002-08-23 [melvin]     0.8.1claws106
10336
10337         * src/alertpanel.c
10338                 Readded support for custom widget in alertpanel lost in last
10339                 sync.
10340
10341 2002-08-23 [paul]       0.8.1claws105
10342
10343         * sync with 0.8.1cvs29
10344                 see ChangeLog 2002-08-23
10345
10346 2002-08-23 [colin]      0.8.1claws104
10347
10348         * src/summaryview.c
10349                 Fix folder and search pixmaps exchanging positions
10350                 after theme or toolbar changes. Thank to Oliver for 
10351                 reporting this.
10352
10353 2002-08-23 [colin]      0.8.1claws103
10354
10355         * src/mainwindow.c
10356           src/messageview.[ch]
10357           src/noticeview.[ch]
10358           src/summaryview.c
10359                 Changed messageview_create() and noticeview_create()
10360                 to avoid the last gdk_warning
10361
10362 2002-08-22 [colin]      0.8.1claws102
10363
10364         * src/summaryview.c
10365                 Fix my new `Creating pixmap from xpm' warning
10366
10367 2002-08-22 [colin]      0.8.1claws101
10368
10369         * src/mainwindow.c
10370                 Fix some of the gdk warnings
10371
10372 2002-08-22 [colin]      0.8.1claws100
10373
10374         * src/Makefile.am
10375         * src/stock_pixmap.c
10376         * src/stock_pixmap.h
10377         * src/pixmaps/quicksearch.xpm *ADDED*
10378                 Add the quicksearch pixmap
10379         * src/mainwindow.c
10380         * src/summaryview.c
10381         * src/summaryview.h
10382                 Make quicksearch bar visible/hidden via a button
10383
10384 2002-08-22 [christoph]  0.8.1claws99
10385
10386         * src/folder.c
10387                 fix folder update for newsgroups with message
10388                 numbers below minimum number of articles to fetch
10389                 (closes bug #598445)
10390
10391 2002-08-22 [paul]       0.8.1claws98
10392
10393         * sync with 0.8.1cvs28
10394                 see ChangeLog 2002-08-22
10395
10396 2002-08-21 [alfons]     0.8.1claws97
10397
10398         * src/crash.c
10399                 use bt instead of bt full which seems to work 
10400                 better, and bt full doesn't give a great deal 
10401                 of information anyway
10402
10403 2002-08-21 [colin]      0.8.1claws96
10404
10405         * src/summaryview.c
10406                 fix summaryview_searchtype_changed prototype
10407
10408 2002-08-21 [christoph]  0.8.1claws95
10409
10410         * src/mainwindow.c
10411                 o fix broken menu update for sorting type, we have to
10412                   get this info from the summaryview now
10413                 o removed setting of threaded state in menu callback
10414         * src/summaryview.[ch]
10415                 more summaryview/folderitem seperation for
10416                 threading option
10417         * configure.in
10418                 removed not required --with-compiler-flags option
10419
10420 2002-08-21 [oliver]     0.8.1claws94
10421         
10422         * src/toolbar.h 
10423                 o rename toolbar.xml to toolbar_main.xml
10424                   since toolbar_compose.xml might come up 
10425                   any time soon
10426         * README.claws
10427                 add custom toolbar              
10428
10429 2002-08-21 [darko]      0.8.1claws93
10430
10431         * src/procmsg.c
10432                 don't reset tmp flags for messages copied
10433                 to sent folder
10434
10435 2002-08-21 [colin]      0.8.1claws92
10436         
10437         * src/prefs_filtering.c
10438                 fix renaming rules on folder rename 
10439                 when folder is not a leaf folder
10440
10441 2002-08-21 [paul]       0.8.1claws91
10442
10443         * src/prefs_folder_item.c
10444                 fix alignment of colour selector
10445
10446 2002-08-21 [paul]       0.8.1claws90
10447
10448         * sync with 0.8.1cvs27
10449                 see ChangeLog 2002-08-21
10450
10451 2002-08-21 [paul]       0.8.1claws89
10452
10453         * src/summaryview.c
10454                 fix crash when changing field type in
10455                 Quick search bar
10456
10457 2002-08-21 [colin]      0.8.1claws88
10458
10459         * src/summaryview.c
10460                 Made quick search case-insensitive
10461
10462 2002-08-21 [paul]       0.8.1claws87
10463
10464         * sync with 0.8.1cvs26
10465                 see ChangeLog 2002-08-21
10466
10467 2002-08-20 [christoph]  0.8.1claws86
10468
10469         * src/folderview.c
10470         * src/main.c
10471         * src/summaryview.[ch]
10472                 more summaryview/folderitem seperation for
10473                 sort_key and sort_type
10474         * src/procmsg.c
10475                 added missing return statement
10476
10477 2002-08-20 [colin]      0.8.1claws85
10478
10479         * src/summaryview.[ch]
10480                 Added a quick search box
10481         * src/mainwindow.c
10482         * src/prefs_common.[ch]
10483                 Added a show/hide option for the quick search
10484
10485 2002-08-20 [oliver]     0.8.1claws84
10486         
10487         * src/mainwindow.c
10488                 remove toolbar_create_popups
10489         * src/toolbar.[ch]
10490                 o remove toolbar_create_popups
10491                 o fix toolbar_set_sensitive 
10492                   (Bug reports #596834 and #596832)     
10493         * src/prefs_toolbar.c
10494                 o add "Set default" button
10495                 o align label and text + combo widgets
10496
10497 2002-08-20 [hoa]        0.8.1claws83bis
10498
10499         * src/imap.c
10500                 fixed a bug in imap_fetch_msginfo() in case there is no
10501                 current folder.
10502
10503 2002-08-20 [darko]      0.8.1claws83
10504
10505         * src/folderview.c
10506                 copy the color style of folder view so it
10507                 works with GTK themes
10508
10509 2002-08-20 [darko]      0.8.1claws82
10510
10511         * src/folder.h
10512         * src/folderview.c
10513         * src/prefs_folder_item.[hc]
10514                 don't use UI stuff in folder.h
10515
10516 2002-08-20 [darko]      0.8.1claws81
10517
10518         * src/folder.h
10519         * src/prefs_folder_item.h
10520         * src/folderview.c
10521         * src/prefs_folder_item.c
10522                 ability to set folder color in folderview
10523
10524 2002-08-19 [alfons]     0.8.1claws80
10525
10526         * src/summaryview.c
10527                 fix one of the earlier memleaks reported by Martin Kluge
10528
10529 2002-08-19 [alfons]     0.8.1claws79
10530
10531         * src/mainwindow.c
10532                 hide notice view when selecting seperate folder
10533                 view (reported by Urke MMI)
10534
10535 2002-08-19 [christoph]  0.8.1claws78
10536
10537         * src/folderview.c
10538         * src/prefs_folder_item.h
10539         * src/summaryview.[ch]
10540                 o add summary_set_prefs_from_folderitem to set
10541                   summaryview prefs (first step to remove all
10542                   references to the folderitem in summaryview)
10543                 o moved compiled regex stuff from folderitem prefs
10544                   to summaryview code
10545
10546 2002-08-19 [paul]       0.8.1claws77
10547
10548         * src/compose.c
10549                 add check for '.' to QUOTE_IF_REQUIRED
10550
10551 2002-08-19 [paul]       0.8.1claws76
10552
10553         * src/inc.c
10554                 sync with 0.8.1cvs25 (plug memory leak)
10555
10556         * src/prefs_toolbar.c
10557                 re-order prefs_toolbar_cancel()
10558
10559 2002-08-18 [alfons]     0.8.1claws75
10560
10561         * src/inc.c
10562         * src/matcher.c
10563                 plug other memleaks reported by Martin Kluge
10564
10565 2002-08-18 [paul]       0.8.1claws74
10566
10567         * po/pt_BR.po
10568                 updated by Fabio Jr. Beneditto
10569
10570 2002-08-18 [paul]       0.8.1claws73
10571
10572         * src/toolbar.[ch]
10573                 fix bug where tooltips were displayed untranslated              
10574
10575         * src/prefs_toolbar.c
10576                 fix bug where clicking 'Cancel' creates an icon & text
10577                 toolbar regardless of prefs
10578         
10579
10580 2002-08-17 [oliver]     0.8.1claws72
10581
10582         * src/prefs_toolbar.c
10583                 update toolbar on CANCEL
10584                 bug reported by Martin Kluge
10585         * src/toolbar.c
10586                 toolbar_destroy memleak fixed           
10587
10588 2002-08-17 [alfons]     0.8.1claws71
10589
10590         * src/toolbar.c
10591                 plug another memleak reported by Martin Kluge
10592
10593 2002-08-16 [alfons]     0.8.1claws70
10594
10595         * src/crash.c
10596                 use execvp() correctly (suggested by wwp; thanks!)
10597
10598 2002-08-16 [alfons]     0.8.1claws69
10599
10600         * src/gtksctree.c
10601                 plug memory leak reported by Kim Schultz & Martin Kluge
10602
10603 2002-08-16 [paul]       0.8.1claws68
10604
10605         * po/es.po
10606                 updated by Ricardo Mones Lastra
10607
10608 2002-08-16 [paul]       0.8.1claws67
10609
10610         * src/toolbar.h
10611                 fix bug where 'Compose News' icon showed wrong
10612                 tooltip
10613
10614 2002-08-16 [paul]       0.8.1claws66
10615
10616         * sync with 0.8.1cvs24
10617                 see ChangeLog 2002-08-16
10618
10619         * po/it.po
10620                 updated by Alessandro Maestri
10621
10622 2002-08-15 [paul]       0.8.1claws65
10623
10624         * po/sr.po
10625                 updated by Urke MMI
10626
10627 2002-08-15 [paul]       0.8.1claws64
10628
10629         * src/*.c
10630                 don't translate debug info
10631
10632         * src/matcher.[ch]
10633                 add copyright info
10634
10635 2002-08-15 [paul]       0.8.1claws63
10636
10637         * src/prefs_toolbar.c
10638                 fix bug where clicking 'OK' creates an icon & text
10639                 toolbar regardless of prefs
10640
10641 2002-08-14 [alfons]     0.8.1claws62
10642
10643         * src/main.c
10644                 add global var that has the full argv[0]
10645         * src/crash.c
10646                 o execvp the correct sylpheed by using argv0
10647                   and setting the correct work dir
10648                 o other tweaks  
10649
10650 2002-08-14 [oliver]     0.8.1claws61
10651         
10652         * enable/disable Toolbar Action Buttons 
10653         * code cleanups
10654         * src/mainwindow.c
10655         * src/toolbar.[ch]      
10656         * src/prefs_toolbar.c   
10657
10658 2002-08-14 [melvin]     0.8.1claws60
10659
10660         * po/fr.po
10661                 Updated French translations
10662
10663 2002-08-14 [melvin]     0.8.1claws59
10664
10665         * src/crash.c
10666                 Made bug report not translatable
10667         * src/exporthtml.c
10668                 Fixed exporthtml_build_filespec() return value
10669         * src/foldersel.c
10670                 Fixed incorrect include file
10671         * src/gtkspell.c
10672         * src/prefs_actions.c
10673         * src/prefs_toolbar.c
10674                 Made debug info not translatable
10675         * src/mutt.c
10676         * src/quote_fmt.c
10677                 Added missing includes
10678         * src/prefs_common.c
10679                 Fixed typo
10680
10681 2002-08-14 [paul]       0.8.1claws58
10682
10683         * faq/es/sylpheed-faq.html
10684           faq/es/sylpheed-faq-[1-3].html
10685           faq/es/sylpheed-faq-4.html     **NEW FILE **
10686                 update Spanish FAQ
10687
10688 2002-08-13 [christoph]  0.8.1claws57
10689
10690         * src/procmsg.c
10691                 ignore thread fix that did not mark all
10692                 child nodes of a ignored thread as
10693                 ignored. Does not work perfectly yet,
10694                 but it is better now
10695
10696 2002-08-13 [alfons]     0.8.1claws56
10697
10698         * src/crash.c
10699                 o implement 'save crash log'
10700                 o some tweaks
10701
10702 2002-08-13 [melvin]     0.8.1claws55
10703
10704         * src/main.c
10705                 removed unrequired "execinfo.h" header
10706
10707 2002-08-12 [paul]       0.8.1claws54
10708
10709         * faq/en/sylpheed-faq.html
10710           faq/en/sylpheed-faq-[1-3].html
10711           faq/en/sylpheed-faq-4.html     **NEW FILE **
10712                 update English FAQ
10713
10714 2002-08-12 [alfons]     0.8.1claws53
10715
10716         * po/POTFILES.in
10717                 add crash.c to translatables
10718         * src/crash.c
10719                 bring in Leandro's crash dialog
10720
10721 2002-08-11 [alfons]     0.8.1claws52
10722
10723         * src/crash.c
10724                 clean up some warnings
10725
10726 2002-08-11 [alfons]     0.8.1claws51
10727
10728         * acconfig.h
10729         * configure.in
10730         * src/crash.[ch]        ** NEW FILES **
10731         * src/main.c            
10732                 initial gdb crash handler
10733
10734 2002-08-11 [paul]       0.8.1claws50
10735
10736         * src/prefs_toolbar.c
10737                 replace Up/Down arrow pixmaps with text to be
10738                 consistent across icon themes
10739
10740 2002-08-11 [paul]       0.8.1claws49
10741
10742         * src/prefs_common.c
10743           src/prefs_toolbar.c
10744                 rename 'Pixmap' -> 'Icon'
10745
10746         * src/toolbar.[ch]
10747                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10748
10749 2002-08-10 [paul]       0.8.1claws48
10750
10751         * src/prefs_toolbar.c
10752                 re-work the UI
10753
10754 2002-08-10 [paul]       0.8.1claws47
10755
10756         * src/main.c
10757                 don't write Processing progress to status bar
10758                 patch submitted by Alexander Evseev
10759
10760         * src/prefs_toolbar.c
10761                 re-position and resize window
10762                 make window assume correct size on first call
10763
10764 2002-08-10 [paul]       0.8.1claws46
10765
10766         * src/mainwindow.c
10767           src/prefs_toolbar.c
10768           src/toolbar.c
10769           src/toolbar.h
10770                 obey coding style
10771                 follow UI text conventions
10772
10773 2002-08-10 [alfons]     0.8.1claws45
10774
10775         * src/toolbar.c
10776                 correct pixmap for delete action
10777
10778 2002-08-10 [paul]       0.8.1claws44
10779
10780         * po/pt_BR.po
10781                 updated by Fabio Jr. Beneditto
10782
10783 2002-08-10 [paul]       0.8.1claws43
10784
10785         * po/POTFILES.in
10786                 add custom toolbar files
10787
10788 2002-08-10 [paul]       0.8.1claws42
10789
10790         * sync with 0.8.1cvs22
10791                 see ChangeLog 2002-08-09
10792
10793 2002-08-09 [paul]       0.8.1claws41
10794
10795         * tools/Makefile.am
10796           tools/README
10797           tools/outlook2sylpheed.pl     ** NEW FILE **
10798                 add script to convert exported Outlook
10799                 contacts list to a Sylpheed addressbook.
10800                 Submitted by Ricardo Mones Lastra.
10801
10802 2002-08-09 [paul]       0.8.1claws40
10803
10804         * AUTHORS
10805           configure.in
10806           po/sr.po      ** NEW FILE **
10807                 add Serbian message catalog. Submitted by
10808                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10809
10810 2002-08-09 [paul]       0.8.1claws39
10811
10812         * sync with 0.8.1cvs21
10813                 see ChangeLog 2002-08-08
10814
10815 2002-08-08 [oliver]     0.8.1claws38
10816
10817         * src/mainwindow.c
10818                 move Custom Toolbar to Configuration menu
10819
10820 2002-08-08 [oliver]     0.8.1claws37
10821
10822         * src/prefs_toolbar.c
10823                 fix substitute pixmap bug
10824
10825 2002-08-08 [paul]       0.8.1claws36
10826
10827         * sync with 0.8.1cvs19
10828                 see ChangeLog 2002-08-08
10829
10830 2002-08-07 [christoph]  0.8.1claws35
10831
10832         * src/utils.c
10833                 fixed a memory leak in new canonicalize_file_replace
10834
10835 2002-08-07 [christoph]  0.8.1claws34
10836
10837         * src/utils.[ch]
10838                 o canonicalize_file_replace should create the temporary
10839                   file in the same directory as the original file.
10840                 o added get_tmpfile_in_dir that creates a temorary file
10841                   in a specified directory.
10842
10843 2002-08-07 [melvin]     0.8.1claws33
10844
10845         * src/toolbar.c
10846                 fixed bug where 'Article' button acted as 'Email' button.
10847
10848 2002-08-07 [paul]       0.8.1claws32
10849
10850         * sync with 0.8.1.cvs17
10851                 see ChangeLog 2002-08-07
10852
10853 2002-08-07 [colin]      0.8.1claws31
10854         
10855         * src/news.c
10856                 fix mass-cancel problem
10857
10858 2002-08-07 [thorsten]   0.8.1claws30
10859
10860         * src/prefs_toolbar.c
10861                 fix: crash on replace or add new button
10862         * src/toolbar.c
10863                 fix: close xmlfile after reading
10864         * src/utils.c
10865                 fix: unlink() file before rename()
10866
10867 2002-08-06 [paul]       0.8.1claws29
10868
10869         * sync with 0.8.cvs15
10870                 see ChangeLog 2002-08-06
10871
10872 2002-08-06 [oliver]     0.8.1claws28
10873
10874         * src/toolbar.c
10875         * src/prefs_toolbar.c
10876                 fixed empty toolbar issue
10877
10878 2002-08-06 [oliver]     0.8.1claws27
10879
10880         * Custom Toolbar Final 
10881         * src/folderview.c
10882         * src/inc.c
10883         * src/summaryview.c
10884                 o toolbar stuff now lives in src/toolbar.[ch]
10885                 o main_window_toolbar_* functions are renamed to
10886                   toolbar_* reflecting their new source file
10887         * src/mainwindow.[ch]
10888                 o remove toolbar stuff  
10889
10890 2002-08-06 [oliver]     0.8.1claws26
10891         
10892         * src/Makefile.am
10893         * src/prefs_toolbar.[ch]        **New File**
10894         * src/toolbar.[ch]              **New File**
10895                 o prefs_toolbar.[ch] custom toolbar frontend
10896                 o toolbar.[ch]       backend 
10897
10898 2002-08-06 [oliver]     0.8.1claws25
10899
10900         * src/prefs_actions.[ch]
10901                 o new exported function actions_execute
10902
10903 2002-08-06 [paul]       0.8.1claws24
10904
10905         * sync with 0.8.1cvs4
10906                 see ChangeLog 2002-08-06
10907
10908 2002-08-06 [paul]       0.8.1claws23
10909
10910         * sync with 0.8.1cvs13
10911                 see ChangeLog 2002-08-06
10912
10913 2002-08-06 [paul]       0.8.1claws22
10914
10915         * sync with 0.8.1cvs12
10916                 see ChangeLog 2002-08-05 and 2002-08-06
10917
10918 2002-08-06 [match]      0.8.1claws21
10919
10920         * src/addrclip.c
10921                 improvements to cut/copy/paste address
10922
10923 2002-08-05 [match]      0.8.1claws20
10924
10925         * src/addritem.[ch]
10926         * src/addrcache.c
10927         * src/addrbook.c
10928         * src/editaddress.c
10929         * src/addressbook.c
10930                 fixes to improve cut/copy/paste
10931
10932 2002-08-06 [melvin]     0.8.1claws19
10933
10934         * src/account.[ch]
10935                 account_find_all_from_address(): new function that returns the
10936                 list of all accounts that are matched in an address.
10937         * src/alertpanel.[ch]
10938                 alertpanel() now accepts a custom widget
10939                 alertpanel_with_widget(): new function that pops up a panel with
10940                 a custom widget in it 
10941         * src/gtkutils.[ch]
10942                 gtkut_account_menu_new(): new function that allows the selection
10943                 of an account from a list of accounts.
10944         * src/messageview.c
10945                 Extended Return Receipt notification to select the correct 
10946                 account and to make a security test on the Delivery-Notification
10947                 address which should be the same as the Return-Path.
10948
10949 2002-08-06 [thorsten]   0.8.1claws18
10950
10951         * src/mimeview.c
10952                 attach_all: save unnamed as "noname.%d",
10953                 dont free static dirname
10954
10955 2002-08-05 [alfons]     0.8.1claws17
10956
10957         * configure.in
10958                 detect XIM by trying to link rather than compile a XIM program
10959
10960 2002-08-05 [oliver]     0.8.1claws16
10961                 
10962         * src/stock_pixmap.[ch]
10963                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10964                 o new func to retrieve pixmaps
10965
10966 2002-08-05 [paul]       0.8.1claws15
10967
10968         * sync with 0.8.1cvs10
10969                 see ChangeLog 2002-08-05
10970
10971 2002-08-04 [alfons]     0.8.1claws14
10972
10973         * src/textview.c
10974                 see if this plugs memleak
10975
10976 2002-08-04 [melvin]     0.8.1claws13
10977
10978         * src/gtkspell.c
10979                 fixed bug that could crash Sylpheed when highlighting
10980                 all misspelled words.
10981
10982 2002-08-03 [melvin]     0.8.1claws12
10983
10984         * src/prefs_actions.c
10985                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10986         * src/messageview.c
10987                 fixed bug where the Return Receipt was sent to
10988                 Delivery-Notification-To address even if it was not present
10989
10990 2002-08-02 [alfons]     0.8.1claws11
10991
10992         * src/prefs_actions.c
10993                 o more check for NULLs
10994                 o put create_io_dialog() in right conditional block
10995
10996 2002-08-02 [paul]       0.8.1claws10
10997
10998         * po/es.po
10999                 updated by Ricardo Mones Lastra
11000
11001 2002-08-01 [christoph]  0.8.1claws9
11002
11003         * src/folder.c
11004                 don't free the cache of the opened
11005                 folder in the summaryview
11006         * src/summaryview.c
11007                 don't unset flags, if it is not required
11008
11009 2002-08-01 [paul]       0.8.1claws8
11010
11011         * sync with 0.8.1cvs8
11012                 see ChangeLog entry 2002-08-01
11013
11014 2002-08-01 [paul]       0.8.1claws7
11015
11016         * sync with 0.8.1cvs7
11017                 see ChangeLog 2002-07-31 and 2002-08-01
11018
11019 2002-07-31 [christoph]  0.8.1claws6
11020
11021         * src/mainwindow.c
11022                 forgot to update menu sensitivity
11023                 function for new menu entry
11024
11025 2002-07-31 [alfons]     0.8.1claws5
11026
11027         * src/main.c
11028                 check folder item and its path for NULL on
11029                 initial processing
11030
11031 2002-07-31 [christoph]  0.8.1claws4
11032
11033         * src/folder.c
11034                 check if folder_item_get_msginfo in
11035                 folder_item_remove_msg returned NULL
11036         * src/imap.c
11037                 better clear the uid cache in the
11038                 uid validity check function and delete
11039                 cached messages
11040
11041 2002-07-31 [paul]       0.8.1claws3
11042
11043         * man/sylpheed.1
11044                 add the '--attach' option and a few other
11045                 minor changes
11046
11047 2002-07-31 [paul]       0.8.1claws2
11048
11049         * sync with 0.8.1cvs5
11050                 see ChangeLog 2002-07-31
11051
11052 2002-07-31 [christoph]  0.8.1claws1
11053
11054         * src/folderview.[ch]
11055         * src/mainwindow.c
11056                 replace "Rescan all folders..." with
11057                 "Check all folders for new messages..."
11058
11059 2002-07-30 [paul]       0.8.1claws
11060
11061         * version 0.8.1claws released
11062
11063 2002-07-30 [paul]       0.8.0claws29
11064
11065         * tools/OOo2sylpheed.pl ** NEW FILE **
11066           tools/README
11067                 add script to enable sending documents as
11068                 attachments from OpenOffice.org
11069
11070 2002-07-30 [melvin]     0.8.0claws28
11071
11072         * src/prefs_actions.c
11073                 Made the actions' input/output dialog display
11074                 without delay.
11075
11076 2002-07-30 [christoph]  0.8.0claws27
11077
11078         * src/procmsg.c
11079                 check if folder_item_get_msginfo in
11080                 procmsg_save_to_outbox returned NULL
11081
11082 2002-07-30 [paul]       0.8.0claws26
11083
11084         * sync with 0.8.1cvs4
11085                 see ChangeLog 2002-07-29
11086
11087 2002-07-29 [thorsten]   0.8.0claws25
11088
11089         * README.claws
11090                 added selective download, delete on server
11091
11092 2002-07-29 [paul]       0.8.0claws24
11093
11094         * sync with 0.8.1cvs3
11095                 see ChangeLog 2002-07-29
11096
11097 2002-07-27 [christoph]  0.8.0claws23
11098
11099         * src/folder.c
11100                 add extra check if fetching the msginfo
11101                 returned NULL
11102
11103 2002-07-27 [paul]       0.8.0claws22
11104
11105         * sync with 0.8.1cvs2
11106                 see ChangeLog 2002-07-26
11107
11108 2002-07-27 [christoph]  0.8.0claws21
11109
11110         * src/imap.c
11111                 add another check if a valid msginfo
11112                 was returned
11113
11114 2002-07-26 [hoa]        0.8.0claws20
11115
11116         * src/folder.c
11117                 Fixed a condition in folder_item_destroy()
11118
11119         * src/imap.c
11120                 Fixed an error in IMAP protocol
11121
11122 2002-07-26 [alfons]     0.8.0claws19
11123
11124         * src/folder.c
11125                 ofcourse compare with identifier, not the path
11126
11127 2002-07-26 [alfons]     0.8.0claws18
11128
11129         * src/folder.c
11130                 use folder item identifier for saving / restoring
11131                 preferences because folder->path might not be unique
11132
11133 2002-07-26 [melvin]     0.8.0claws17
11134
11135         * src/logwindow.c
11136                 Fixed a crash introduced in 0.8.0claws5 when log is 
11137                 cut under 80 characters.
11138
11139 2002-07-26 [paul]       0.8.0claws16
11140
11141         * sync with 0.8.1cvs1
11142                 see ChangeLog 2002-07-26
11143
11144 2002-07-26 [christoph]  0.8.0claws15
11145
11146         * src/imap.[ch]
11147                 imap folder now remembers the last selected
11148                 folder and imap_fetch_msginfo skips selecting
11149                 the folder if it is already selected
11150
11151 2002-07-26 [christoph]  0.8.0claws14
11152
11153         * src/folder.c
11154         * src/folderview.c
11155         * src/imap.c
11156                 fix imap folder rescanning
11157
11158 2002-07-25 [christoph]  0.8.0claws13
11159
11160         * src/filter.c
11161         * src/folder.[ch]
11162         * src/folderview.c
11163         * src/imap.[ch]
11164         * src/mainwindow.c
11165         * src/mbox_folder.c
11166         * src/mh.c
11167         * src/news.c
11168                 implement imap uid cache and uid validity check
11169
11170 2002-07-25 [alfons]     0.8.0claws12
11171
11172         * src/summaryview.c
11173                 fix a brown paper bag bug, and also add some more
11174                 checks
11175
11176 2002-07-25 [christoph]  0.8.0claws11
11177
11178         * src/folder.c
11179                 don't mix copy, fetch_msginfo and remove
11180                 operations in folder item copy and move
11181                 operations
11182
11183 2002-07-25 [christoph]  0.8.0claws10
11184
11185         * src/folderview.c
11186         * src/mainwindow.c
11187         * src/prefs_folder_item.c
11188         * src/summaryview.[ch]
11189                 remove no longer required parameter update_cache from
11190                 summary_show
11191
11192 2002-07-25 [paul]       0.8.0claws9
11193
11194         * sync with 0.8.1
11195         
11196         * AUTHORS
11197                 a few corrections
11198
11199 2002-07-24 [alfons]     0.8.0claws8
11200
11201         * src/summaryview.c
11202                 sort correctly when using simplified subject line
11203                 (closes feature request "[ 585141 ] applying regexp to subject 
11204                 before sort" submitted by Alexandra Walford)
11205
11206 2002-07-24 [paul]       0.8.0claws7
11207
11208         * sync with 0.8.0cvs3
11209                 see ChangeLog 2002-07-24
11210
11211 2002-07-23 [christoph]  0.8.0claws6
11212
11213         * src/folder.c
11214         * src/folder.h
11215         * src/summaryview.c
11216         * src/summaryview.h
11217         * src/main.c
11218                 o separate processing and summaryview
11219                 o removed summary_write_cache from summaryview
11220                 o removed summaryview->killed_messages, because we don't have
11221                   to keep a list of killed messages anymore. New cache will
11222                   keep the hidden messages in cache anyway
11223         * src/folderview.c
11224         * src/inc.c
11225         * src/selective_download.c
11226                 o removed unnecessary summary_write_cache calls
11227         * src/procmsg.c
11228                 o don't set ignore thread flag in procmsg_get_thread_tree
11229                   if it is already set
11230         * src/mainwindow.c
11231         * src/statusbar.h
11232                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11233                   they are used in different files
11234
11235 2002-07-23 [melvin]     0.8.0claws5
11236
11237         * src/addressbook.c
11238         * src/addrgather.c
11239         * src/editaddress.c
11240         * src/editgroup.c
11241         * src/editldap_basedn.c
11242         * src/importldif.c
11243         * src/prefs_common.c
11244                 Fixed few memory leak (gtk_editable_get_chars returns
11245                 an allocated string)
11246         * src/logwindow.c
11247                 Fixed few memory leak (gtk_editable_get_chars returns
11248                 an allocated string) and modified a little the log cutting
11249                 loop.
11250         * src/compose.c
11251                 Replaced a call to an obsolete function gtk_entry_get_text()
11252                 by gtk_editable_get_chars()
11253         * src/send.c
11254                 Removed a debug printf
11255
11256 2002-07-23 [christoph]  0.8.0claws4
11257
11258         * src/filesel.c
11259                 fix another g_dirname memory leak
11260
11261 2002-07-23 [christoph]  0.8.0claws3
11262
11263         * src/mh.c
11264                 fixed a memory leak in mh_fetch_msginfo
11265                 fixed crash when message header could not be
11266                 parsed
11267
11268 2002-07-23 [paul]       0.8.0claws2
11269
11270         * sync with 0.8.0cvs2
11271                 see ChangeLog 2002-07-23
11272
11273 2002-07-23 [paul]       0.8.0claws1
11274
11275         * sync with 0.8.0cvs1
11276                 see ChangeLog 2002-07-23
11277
11278 2002-07-23 [paul]       0.8.0claws
11279
11280         * release of 0.8.0claws
11281
11282 2002-07-23 [paul]       0.7.8claws99
11283
11284         * po/ru.po
11285                 new Russian translation, submitted by
11286                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11287
11288 2002-07-22 [jens]       0.7.8claws98
11289
11290         * po/de.po
11291                 Updated German translations.
11292
11293 2002-07-22 [paul]       0.7.8claws97
11294
11295         * po/es.po
11296           po/it.po
11297           po/nl.po
11298           po/pt_BR.po
11299                 updated translations by Ricardo Mones Lastra,
11300                 Alessandro Maestri, Wilbert Berendsen and 
11301                 Fabio Jr. Beneditto respectively
11302
11303 2002-07-22 [christoph]  0.7.8claws96
11304
11305         * src/mimeview.c
11306                 fix memory leak caused by wrong g_dirname usage
11307
11308 2002-07-22 [christoph]  0.7.8claws95
11309
11310         * src/summaryview.c
11311                 update new and unread message counts for summaryview
11312                 summaryview does not get it from the folder anymore
11313                 and has to update the values itself
11314
11315 2002-07-22 [melvin]     0.7.8claws94
11316
11317         * po/fr.po
11318                 Updated French translations.
11319
11320 2002-07-22 [christoph]  0.7.8claws93
11321
11322         * src/matcher.c
11323                 set prop->preg pointer to NULL or following check
11324                 will not fail and regexec will be called with
11325                 invalid pointer
11326
11327 2002-07-21 [alfons]     0.7.8claws92
11328         
11329         * src/prefs_common.[ch]
11330                 remove option "Send return receipt on request"
11331
11332 2002-07-21 [thorsten]   0.7.8claws91
11333
11334         * src/mimeview.c
11335                 fixed memleaks, coding style as pointed out by alfons
11336
11337 2002-07-21 [alfons]     0.7.8claws90
11338
11339         * src/messageview.c
11340         * src/noticeview.[ch]
11341                 o fix bug notice view being displayed when going to empty folder 
11342                   (noticed by Christoph)
11343                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11344                   (noticed by Thorsten)
11345
11346 2002-07-21 [thorsten]   0.7.8claws89
11347
11348         * src/mimeview.c
11349                 Included save_all patch from Xaview FACQ
11350                 added support for pathnames
11351
11352 2002-07-21 [alfons]     0.7.8claws88
11353
11354         * po/POTFILES.in
11355         * src/Makefile.am
11356         * src/mainwindow.c
11357         * src/messageview.[ch]
11358         * src/noticeview.c      ** NEW FILE **
11359         * src/noticeview.h      ** NEW FILE **
11360                 make return receipts work again
11361                 (UI idea by Leandro Pereira)
11362
11363 2002-07-21 [paul]       0.7.8claws87
11364
11365         * src/summaryview.c
11366                 fix sensitivity of 'Select thread'
11367
11368 2002-07-21 [paul]       0.7.8claws86
11369
11370         * src/prefs_common.c
11371                 add browser command line for Galeon
11372
11373 2002-07-21 [paul]       0.7.8claws85
11374
11375         * Makefile.am
11376                 fix 'EXTRA_DIST': remove README.README, add TODO
11377                 and TODO.claws
11378
11379 2002-07-21 [alfons]     0.7.8claws84
11380
11381         * src/gtkstext.c
11382                 make enter clear selection
11383                 (closes "[ 579888 ] Editor selection/entry error"
11384                 reported by Steve Lamb)
11385
11386 2002-07-21 [alfons]     0.7.8claws83
11387         
11388         * src/summaryview.c
11389                 sort message list when selecting unthread messages
11390                 (closes "[ 501593 ] switching threaded view doesn't sort"
11391                 reported by Simon Schubert)
11392
11393 2002-07-20 [alfons]     0.7.8claws82
11394         
11395         * src/matcher.c
11396                 const-correctness
11397
11398 2002-07-20 [thorsten]   0.7.8claws81
11399
11400         * src/matcher.c
11401                 Fixed expansion of empty fields in matchactions
11402
11403 2002-07-19 [melvin]     0.7.8claws80
11404
11405         * src/gtkspell.c
11406                 Removed a duplicate menu entry (fast mode) introduced during
11407                 the new cache merge
11408                 Added a menu separator between 'Use alternate' and 'Fast mode'
11409
11410 2002-07-19 [paul]       0.7.8claws79
11411
11412         * tools/Makefile.am
11413           tools/README
11414                 correct typos
11415
11416 2002-07-19 [thorsten]   0.7.8claws78
11417
11418         * tools/calypso_convert.pl      ** NEW FILE **
11419           tools/README
11420           tools/Makefile.am
11421                 script to import mbox files exported
11422                 by calypso
11423                 o generates folder structure
11424                 o includes attachments
11425
11426 2002-07-19 [melvin]     0.7.8claws77
11427
11428         * src/selective_download.[ch]
11429                 Fixed bug where closing the dialog with the window manager's
11430                 close button will not unlock the summary
11431                 Corrected some function declarations that missed a return value
11432                 Made the source code comply better with coding style.
11433         * src/prefs_common.c
11434                 Added new browser command line for Mozilla.
11435
11436 2002-07-18 [paul]       0.7.8claws76
11437
11438         * src/mainwindow.c
11439           src/selective_download.[ch]
11440                 reflect theme changes, fix Gdk Warning when creating 
11441                 pixmap from NULL window, and minor clean up.
11442                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11443
11444         * po/en_GB.po
11445                 updated
11446
11447 2002-07-17 [paul]       0.7.8claws75
11448
11449         * INSTALL[.jp]
11450                 sync with 0.8.0
11451         
11452         * po/en_GB.po
11453                 updated
11454
11455 2002-07-16 [paul]       0.7.8claws74
11456
11457         * tools/filter_conv.pl
11458           tools/README
11459                 replace conversion script with reimplemented version, 
11460                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11461
11462 2002-07-16 [colin]      0.7.8claws73
11463
11464         * src/summaryview.c
11465                 remove forgotten debug messages - sorry ;-)
11466
11467 2002-07-16 [colin]      0.7.8claws72
11468
11469         * src/mimeview.c
11470           src/summaryview.c
11471           src/textview.c
11472           src/textview.h
11473                 add the ability to select part of a text mime-part 
11474                 to reply.
11475
11476 2002-07-15 [christoph]  0.7.8claws71
11477
11478         * src/folder.c
11479                 fix folder message count for folders without
11480                 msg_is_changed (includes news folders)
11481
11482 2002-07-15 [martin]     0.7.8claws70
11483
11484         * src/summaryview.c
11485                 option "display recipient on 'From'..." now works
11486                 without the need of enabling the option
11487                 "display  sender  using  address  book".
11488
11489 2002-07-15 [christoph]  0.7.8claws69
11490
11491         * src/summaryview.c
11492                 removed setting folder status from summaryview.
11493                 folder.c should update all message counts correctly.
11494
11495 2002-07-15 [paul]       0.7.8claws68
11496
11497         * po/pt_BR.po
11498                 updated by Fabio Junior Beneditto
11499
11500 2002-07-15 [darko]      0.7.8claws67
11501
11502         * src/mh.c
11503                 Fixed target folder colorization, don't decrease op
11504                 number twice
11505
11506 2002-07-14 [paul]       0.7.8claws66
11507
11508         * sync with main 0.8.0
11509                 see ChangeLog 2002-07-14
11510
11511 2002-07-13 [melvin]     0.7.8claws65
11512         
11513         * src/addrbook.c
11514         * src/addressbook.c
11515         * src/addrindex.c
11516                 Replaced sprintf by g_snprintf to prevent possible buffer
11517                 overflow.
11518         * src/news.c
11519                 Corrected a log message output format.
11520                 Added a missing "done" debug output.
11521         * src/compose.c
11522                 Added keyboard accelerator for Priority menu items
11523                 Added missing \n in debug output
11524         * src/logwindow.c
11525         * src/gtkspell.c
11526         * src/rfc2015.c
11527                 Added missing \n in debug output
11528
11529 2002-07-13 [paul]       0.7.8claws64
11530
11531         * man/sylpheed.1
11532                 change Sergey's email address to the sf address
11533
11534         * src/textview.c
11535                 increase show_url_timeout (more useful for long
11536                 urls)
11537
11538 2002-07-12 [sergey]     0.7.8claws63
11539
11540         * src/rfc2015.c
11541                 applied (with some modifications) patch to set the
11542                 micalg parameter for signatures
11543                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11544
11545 2002-07-12 [sergey]     0.7.8claws62
11546
11547         * man/Makefile.am
11548         * configure.in
11549                 fixed man page installation
11550
11551 2002-07-12 [paul]       0.7.8claws61
11552
11553         * sync with 0.7.8cvs26
11554                 see ChangeLog 2002-07-11 and 2002-07-12
11555
11556 2002-07-11 [christoph]  0.7.8claws60
11557
11558         * src/compose.c
11559         * src/procmsg.c
11560                 first use the message number to find the message
11561                 to mark with a reply flag but check the
11562                 message-id if we got the correct message, if not
11563                 try to find it by message-id.
11564                 use new string seperator that is not allowed
11565                 in message-ids.
11566
11567 2002-07-11 [paul]       0.7.8claws59
11568
11569         * sync with 0.7.8cvs23
11570                 see ChangeLog 2002-07-10
11571
11572 2002-07-10 [christoph]  0.7.8claws58
11573
11574         * src/folder.[ch]
11575         * src/msgcache.[ch]
11576                 Added message-id table to the cache in memory
11577                 and functions to msgcache.c and folder.c to
11578                 fetch MsgInfos by message id
11579         * src/compose.c
11580         * src/procmsg.c
11581                 store folder and message-id of message replying
11582                 to in queue header and set reply flag after sending
11583                 (Closes bug #469498)
11584
11585 2002-07-10 [paul]       0.7.8claws57
11586
11587         * AUTHORS
11588           man/sylpheed.1.gz
11589                 add Martin to the list of authors
11590
11591 2002-07-09 [martin]     0.7.8claws56
11592         * src/gtksctree.c
11593                 Added gtk_ctree_last_visible(), tree_update_level(),
11594                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11595                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11596                 from gtk+ to gtksctree.c for the new sorting code
11597                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11598                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11599         * src/gtksctree.h
11600                 Added declaration for gtk_sctree_sort_recursive() and
11601                 gtk_sctree_sort_node
11602         * src/addressbook.c
11603         * src/foldersel.c
11604         * src/folderview.c
11605         * src/summaryview.c
11606                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11607                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11608
11609 2002-07-08 [paul]       0.7.8claws55
11610
11611         * more sync with 0.7.8cvs21
11612                 see ChangeLog 2002-07-08
11613
11614 2002-07-08 [paul]       0.7.8claws54
11615
11616         * sync with 0.7.8cvs21
11617                 see ChangeLog 2002-07-08
11618
11619 2002-07-07 [alfons]     0.7.8claws53
11620
11621         * src/Makefile.am
11622         * src/stock_pixmap.[ch]
11623         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11624         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11625         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11626                 add new pixmaps for upcoming notice pane
11627
11628 2002-07-06 [melvin]     0.7.8claws52
11629
11630         * src/gtkspell.[ch]
11631                 Made them a bit closer to Sylpheed's coding style.
11632                 Removed old code.
11633                 Removed possible memory leaks when some errors occurs.
11634
11635 2002-07-06 [melvin]     0.7.8claws51
11636
11637         * po/Makefile.in.in
11638                 Removed --no-location in xgettext command line to help
11639                 translators that use Emacs' po-mode
11640         * src/quote_fmt.c
11641                 Removed unnecessary comments that messed up sylpheed.pot
11642
11643 2002-07-06 [paul]       0.7.8claws50
11644
11645         * sync with 0.7.8cvs19
11646                 see ChangeLog 2002-07-05
11647
11648 2002-07-06 [christoph]  0.7.8claws49
11649
11650         * src/folder.c
11651         * src/mainwindow.c
11652                 fix folder_item_remove_all_msg and folderview
11653                 status for trash folders after emptying trash
11654
11655 2002-07-05 [paul]       0.7.8claws48
11656
11657         * sync with 0.7.8cvs16
11658                 see ChangeLog 2002-07-04 and 2002-07-05
11659
11660 2002-07-04 [paul]       0.7.8claws47
11661
11662         * sync with 0.7.8cvs14
11663                 see  ChangeLog 2002-07-04
11664
11665 2002-07-03 [alfons]     0.7.8claws46
11666
11667         * src/folder.c
11668                 dupe folder item's path because it's being reallocated
11669                 by new folder scanning code
11670
11671 2002-07-03 [christoph]  0.7.8claws45
11672
11673         * src/imap.c
11674                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11675         * src/msgcache.c
11676                 add missing return in msgcache_write
11677
11678 2002-07-02 [thorsten]   0.7.8claws44
11679
11680         * src/jpilot.c
11681         * src/msgcache.c
11682         * src/rfc2015.c
11683                 use binary mode for file access
11684
11685 2002-07-02 [christoph]  0.7.8claws43
11686
11687         * major code cleanup (part 1)
11688         
11689                 - unused variables removed
11690                 - unused functions removed
11691                 - uninitialized variables checked
11692                 - missing return statements added
11693                 - missing function return types added
11694                 - added parentheses around assignment and
11695                   && in || when suggested by gcc
11696               
11697         * src/mh.c
11698         * src/folder.c
11699                 replaced direct calls to folder->scan_tree
11700                 with folder_scan_tree and restore folder
11701                 prefs in this function. The folder should
11702                 not have to deal with them.
11703                 ( Should now work for all folder types )
11704
11705 2002-07-02 [paul]       0.7.8claws42
11706
11707         * sync with 0.7.8cvs13
11708                 see ChangeLog 2002-07-01 and 2002-07-02
11709
11710 2002-07-01 [christoph]  0.7.8claws41
11711
11712         * src/summaryview.c
11713                 fix "goto next/prev unread message" with
11714                 ignored threads
11715
11716 2002-07-01 [paul]       0.7.8claws40
11717
11718         * po/es.po
11719                 updated by Ricardo Mones Lastra
11720
11721 2002-06-30 [match]      0.7.8claws39
11722
11723         * src/jpilot.c
11724                 applied variation of leonerd's patch (566661) to
11725                 allow multiple email addresses per JPilot entry.
11726                 addresses may be separated by space, comma, pipe,
11727                 semi-colon, new-line.
11728
11729 2002-06-30 [alfons]     0.7.8claws38
11730
11731         * src/procmsg.c
11732                 simple fix for putting older nodes before
11733                 newer nodes when threading by subject
11734
11735 2002-06-30 [christoph]  0.7.8claws37
11736
11737         * src/folder.c
11738         * src/folderview.c
11739         * src/mh.c
11740         * src/news.c
11741         * src/procmsg.c
11742                 fix broken folder tree rescaning
11743                 and don't use procmsg_get_mark_sum
11744                 anymore
11745
11746 2002-06-30 [christoph]  0.7.8claws36
11747
11748         * merge new cache branch
11749         * src/imap.c
11750                 fix new cache imap copy bug
11751         * src/folder.c
11752                 improved folder_item_scan
11753                 it should now always set the correct
11754                 new, unread and total message counts
11755
11756 2002-06-29 [paul]       0.7.8claws35
11757
11758         * configure.in
11759                 correct syntax error
11760
11761 2002-06-29 [paul]       0.7.8claws34
11762
11763         * configure.in
11764           Makefile.am
11765           man/Makefile.am       ** NEW FILE **
11766           man/sylpheed.1.gz     ** NEW FILE **
11767                 add Sylpheed man page
11768
11769 2002-06-29 [paul]       0.7.8claws33
11770
11771         * po/pt_BR.po
11772                 updated by Fabio Junior Beneditto
11773
11774 2002-06-28 [jens]       0.7.8claws32
11775
11776         * po/de.po
11777                 translation updated
11778
11779         * src/selective_download.c
11780                 removed gettext for space " "
11781
11782         * src/imap.c
11783                 removed wrong space
11784
11785 2002-06-28 [paul]       0.7.8claws31
11786
11787         * sync with 0.7.8cvs11
11788                 see ChangeLog 2002-06-28
11789
11790 2002-06-28 [paul]       0.7.8claws30
11791
11792         * sync with 0.7.8cvs10
11793                 see ChangeLog 2002-06-27 and 2002-06-28
11794
11795 2002-06-26 [paul]       0.7.8claws29
11796
11797         * src/addrgather.c
11798           src/selective_download.c
11799                 don't gettextise empty strings.
11800                 reserved by gettext. gettext("") returns 
11801                 the header entry with meta information, 
11802                 not the empty string
11803
11804         * po/en_GB.po
11805                 updated
11806
11807 2002-06-26 [paul]       0.7.8claws28
11808
11809         * sync with 0.7.8cvs7
11810                 see ChangeLog 2002-06-25
11811
11812         * src/prefs_common.c
11813                 ...and in the process, tweak the gui a little
11814
11815 2002-06-25 [alfons]     0.7.8claws27
11816         
11817         * configure.in
11818         * src/Makefile.am
11819                 fine tune ldap library detection
11820
11821 2002-06-25 [alfons]     0.7.8claws26
11822
11823         * src/compose.c
11824                 don't allow return receipts when composing a news article
11825
11826 2002-06-25 [paul]       0.7.8claws25
11827
11828         * Makefile.am
11829                 add '$(AMTAR)' to 'release' section to allow for
11830                 new and older autotools
11831
11832 2002-06-25 [paul]       0.7.8claws24
11833
11834         * src/summaryview.c
11835                 fix "No more unread messages" persistant pop-up
11836                 window bug
11837
11838 2002-06-25 [paul]       0.7.8claws23
11839
11840         * po/it.po
11841                 updated by Alessandro Maestri
11842
11843 2002-06-25 [paul]       0.7.8claws22
11844
11845         * sync with 0.7.8cvs6
11846                 see ChangeLog 2002-06-25
11847
11848 2002-06-24 [paul]       0.7.8claws21
11849
11850         * tools/update-po
11851                 add GPL copyright information
11852
11853 2002-06-24 [paul]       0.7.8claws20
11854
11855         * tools/Makefile.am
11856           tools/README
11857           tools/update-po       ** NEW FILE **
11858                 add script that eases the creation of *.po files
11859                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11860
11861 2002-06-23 [alfons]     0.7.8claws19
11862
11863         * src/messageview.c
11864                 make notification_convert_header obey const correctness
11865                 (next step will be fixing the broken return receipt)
11866
11867 2002-06-23 [paul]       0.7.8claws18
11868
11869         * src/messageview.c
11870                 fix bug introduced in last commit:
11871                 removed too much code in last commit - put back what's
11872                 needed
11873
11874 2002-06-23 [paul]       0.7.8claws17
11875
11876         * src/messageview.[ch]
11877                 remove code committed in error from locally patched
11878                 source
11879
11880 2002-06-23 [colin]      0.7.8claws16
11881
11882         * src/compose.[ch]
11883                 add compose_entry_select(), used to select the default_to
11884                 email address - hopefully avoiding people sending mails to
11885                 wrong recipients.
11886
11887 2002-06-22 [alfons]     0.7.8claws15
11888
11889         * AUTHORS
11890                 add Bram Metsch & Stanislav Karchebny
11891         * src/smtp.[ch]
11892         * src/prefs_account.[ch]
11893         * src/send.c
11894                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11895                   options.  (see <http://sourceforge.net/tracker/index.php
11896                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11897
11898                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11899                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11900
11901 2002-06-22 [paul]       0.7.8claws14
11902
11903         * sync with 0.7.8cvs5
11904                 see ChangeLog 2002-06-19 and 2002-06-20
11905
11906 2002-06-22 [alfons]     0.7.8claws13
11907
11908         * src/selective_download.c
11909                 fix a stupid mistake I made
11910
11911 2002-06-22 [alfons]     0.7.8claws12
11912
11913         * src/selective_download.[ch]
11914                 fix another unnoticed leak; cleanup code
11915
11916 2002-06-21 [alfons]
11917
11918         * tools/Makefile.am
11919                 gpg-sign <-- gpg-sign-syl
11920
11921 2002-06-21 [alfons]     0.7.8claws11
11922
11923         * src/selective_download.c
11924         * src/selective_download.h
11925                 fix assorted mix of allocation errors (should solve
11926                 problem reported by Philippe Gramoullé, see:
11927                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11928
11929 2002-06-20 [melvin]     0.7.8claws10
11930
11931         * tools/gpg-sign *REMOVED*
11932           tools/gpg-sign-syl *ADDED*
11933                 Replaced the gpg clearsigning script with the version using
11934                 xterm instead of ssh-askpass and changed its name.
11935
11936         * README.claws
11937                 Updated actions example to reflect the renaming of the
11938                 gpg clearsigning script.
11939
11940 2002-06-19 [paul]       0.7.8claws9
11941
11942         * sync with 0.7.8claws9
11943                 see ChangeLog 2002-06-18 and 2002-06-19
11944
11945 2002-06-19 [paul]       0.7.8claws8
11946
11947         * sync with 0.7.8cvs1
11948                 see ChangeLog 2002-06-18
11949
11950 2002-06-18 [alfons]     0.7.8claws7
11951
11952         * src/mainwindow.h
11953                 add omitted prototype
11954
11955 2002-06-17 [paul]       0.7.8claws6
11956
11957         * src/mainwindow.c
11958                 fix hiding of exec_btn
11959
11960 2002-06-17 [paul]       0.7.8claws5
11961
11962         * src/pop.c
11963                 remove unneeded code: should_delete() 
11964                 and Pop3State::uidl_todelete_list
11965
11966 2002-06-17 [paul]       0.7.8claws4
11967
11968         * sync with 0.7.8
11969                 see ChangeLog 2002-06-11 and 2002-06-13
11970
11971 2002-06-16 [alfons]     0.7.8claws3
11972         
11973         * src/folder.c
11974                 make sure lock sort mode (claws specific) is
11975                 also persists after a tree rescan
11976
11977 2002-06-16 [alfons]     0.7.8claws2
11978
11979         * src/prefs_folder_item.c
11980         * src/folder.[ch]
11981                 fix persistence of folder sort mode (broken
11982                 by adapting Hiro's new folder persistence code)
11983
11984 2002-06-16 [alfons]     0.7.8claws1
11985
11986         * AUTHORS
11987         * src/logwindow.c
11988         * src/prefscommon.[ch]
11989                 control size of log text in log window; 
11990                 closes patch #569155 submitted by Mitko Haralanov.
11991
11992 2002-06-15 [paul]       0.7.8claws
11993
11994         * release of 0.7.8claws
11995
11996 2002-06-15 [paul]       0.7.7claws
11997
11998         * po/pt_BR.po
11999                 updated by Fabio Junior Beneditto
12000
12001 2002-06-14 [paul]       0.7.6claws49
12002
12003         * po/es.po
12004                 updated by Ricardo Mones Lastra
12005
12006 2002-06-14 [paul]       0.7.6claws48
12007
12008         * po/nl.po
12009                 updated translation by Wilbert Berendsen
12010
12011 2002-06-14 [melvin]     0.7.6claws47
12012
12013         * po/fr.po
12014                 Updated French translation
12015
12016 2002-06-13 [paul]       0.7.6claws46
12017
12018         * src/filesel.c
12019                 allow filename to be typed in, rather than just
12020                 selected by the mouse. Patch by Gustavo Noronha Silva.
12021
12022 2002-06-13 [alfons]     0.7.6claws45
12023
12024         * src/mainwindow.[ch]
12025                 more cleanups (removing unnecessary menu items Expand 
12026                 summary / message view)
12027
12028 2002-06-13 [melvin]     0.7.6claws44
12029
12030         * po/POTFILES.in
12031                 Added src/string_match.c
12032         * src/string_match.c
12033                 Fixed possible buffer overflow.
12034                 Corrected typo.
12035                 Added missing config.h header.
12036         * src/prefs_common.c
12037           src/prefs_matcher.c
12038           src/prefs_scoring.c
12039                 Made some strings translatable (missing _(..)).
12040
12041 2002-06-13 [melvin]     0.7.6claws43
12042
12043         * README.claws
12044                 Corrected action example (verifying clearsigned mail).
12045         * src/prefs_account.c
12046                 Corrected typo.
12047         * src/prefs_common.c
12048                 Removed incorrect line that generated a Gtk-CRITICAL msg.
12049
12050 2002-06-12 [alfons]     0.7.6claws42
12051
12052         * src/summaryview.c
12053                 add init of score column lost in 0.7.6claws42
12054
12055 2002-06-12 [paul]       0.7.6claws41
12056
12057         * src/prefs_account.c
12058                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
12059                 behavior of the radio buttons, (from 0.7.7cvs2)
12060
12061 2002-06-11 [alfons]     0.7.6claws40
12062
12063         * src/messageview.[ch]
12064         * src/summaryview.[ch]
12065         * src/summary_search.c
12066         * src/mainwindow.c
12067                 perform a sync to bring in Hiro's separate view implementation 
12068
12069                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
12070
12071 2002-06-11 [paul]       0.7.6claws39
12072         
12073         * src/prefs_account.c
12074                 correct a typo on the Receive tab
12075
12076 2002-06-10 [match]      0.7.6claws38
12077
12078         * src/addressbook.c
12079                 Included address completion patch from Gustavo Noronha.
12080
12081 2002-06-10 [paul]       0.7.6claws37
12082
12083         * src/inc.[ch]
12084           src/pop.c
12085           src/prefs_account.[ch]
12086           src/selective_download.[ch]
12087                 apply PATCH #561712
12088                  NEW:
12089                 - check if POP Account
12090                 - Receive Button renamed to Preview
12091                 - Preview Button Popup: preview new/all messages
12092                 - Download Button
12093                 - Account Preferences-->Receive tab checkbutton if you
12094                   want to remove Mail after Download
12095                 -: default YES
12096                 - Account Preferences-->Receive tab checkbutton use
12097                   filtering rules on preview
12098                   (think of delete_on_server)
12099                 -: default YES
12100                 - Account selectable from SD dialog
12101                 - checkbutton to show already downloaded messages if
12102                   all messages are previewed
12103                 - new clist column showing Date
12104                 - ESC KEY close
12105                 FIXES:
12106                 - play ball with UIDL
12107                 - fault tolerant (?) 
12108                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12109
12110 2002-06-10 [melvin]     0.7.6claws36
12111
12112         * README.claws
12113                 Added a hint to ac/README in cvs instructions.
12114
12115         * src/prefs_actions.c
12116                 Made it possible to use a more elaborate command line
12117                 for asynchronous actions, too.
12118
12119 2002-06-10 [melvin]     0.7.6claws35
12120         
12121         * src/prefs_actions.c
12122                 Make it possible to use a more elaborate command line
12123                 (e.g. |foo|bar|cat>there;echo Done|)
12124                 Corrected error message when calling %f, %F and %p commands
12125                 from the compose window.
12126
12127 2002-06-09 [colin]      0.7.6claws34
12128
12129         * src/summaryview.c
12130                 Automatically find unread messages in current folder
12131                 before annoying the user.
12132
12133 2002-06-08 [alfons]     0.7.6claws33
12134
12135         * po/it.po
12136                 remove bad formatting string in it.po translation
12137                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12138
12139 2002-06-08 [paul]       0.7.6claws32
12140
12141         * sync with 0.7.6cvs25
12142                 see ChangeLog 2002-06-07
12143
12144 2002-06-05 [paul]       0.7.6claws31
12145
12146         * src/mainwindow.c
12147                 add 'Sort by locked' and 'Sort by score'
12148
12149 2002-06-05 [paul]       0.7.6claws30
12150
12151         * sync with 0.7.6cvs24
12152                 see ChangeLog 2002-06-04
12153
12154 2002-06-04 [paul]       0.7.6claws29
12155
12156         * po/pt_BR.po
12157                 updated by Fabio Junior Beneditto
12158
12159 2002-06-03 [thorsten]   0.7.6claws28
12160
12161         * src/matcher.c
12162                 fclose() matcherrc after reading
12163
12164 2002-06-03 [paul]       0.7.6claws27
12165
12166         * sync with 0.7.6cvs21
12167                 see ChangeLog 2002-05-31
12168
12169 2002-05-31 [paul]       0.7.6claws26
12170
12171         * sync with 0.7.6cvs20
12172                 see ChangeLog 2002-05-29 and 2002-05-30
12173
12174 2002-05-31 [paul]       0.7.6claws25
12175
12176         * src/imap.c
12177                 hopefully fix last buggy sync
12178
12179         * README.claws
12180                 correct typo in 'Actions' examples
12181
12182 2002-05-29 [paul]       0.7.6claws24
12183
12184         * sync with 0.7.6cvs18
12185                 see ChangeLog 2002-05-28 and 2002-05-29
12186
12187         * src/news.c
12188           src/nntp.[ch]
12189                 sync with above 
12190
12191 2002-05-28 [paul]       0.7.6claws23
12192
12193         * sync with 0.7.6cvs16
12194                 see ChangeLog 2002-05-28
12195
12196 2002-05-27 [thorsten]   0.7.6claws22 
12197
12198         * faq/it/sylpheed-faq-1.html
12199           faq/it/sylpheed-faq-2.html
12200           faq/it/sylpheed-faq-3.html
12201           faq/it/sylpheed-faq.html
12202                 corrected DOS lineendings
12203         * faq/de/sylpheed-faq-1.html
12204           faq/de/sylpheed-faq-2.html
12205           faq/en/sylpheed-faq-1.html
12206           faq/en/sylpheed-faq-2.html
12207           faq/en/sylpheed-faq-3.html
12208           faq/es/sylpheed-faq-1.html
12209           faq/es/sylpheed-faq-2.html
12210           faq/es/sylpheed-faq-3.html
12211           faq/fr/sylpheed-faq-1.html
12212           faq/it/sylpheed-faq-1.html
12213           faq/it/sylpheed-faq-2.html
12214           faq/it/sylpheed-faq-3.html
12215           faq/it/sylpheed-faq.html
12216                 changed ">" to &quot;
12217
12218 2002-05-27 [paul]       0.7.6claws21
12219         
12220         * sync with 0.7.6cvs15
12221                 see ChangeLog 2002-05-27
12222
12223 2002-05-27 [paul]       0.7.6claws20
12224
12225         * src/prefs_account.c
12226                 correct a typo
12227
12228 2002-05-26 [paul]       0.7.6claws19
12229
12230         * tools/README
12231                 correct a typo
12232
12233 2002-05-25 [paul]       0.7.6claws18
12234
12235         * tools/README
12236                 add description of kmail2sylpheed.pl
12237
12238 2002-05-25 [paul]       0.7.6claws17
12239
12240         * tools/kmail2sylpheed.pl       ** NEW FILE **
12241                 perl script that converts an exported Kmail address
12242                 book, converts it to sylpheed addressbook file,
12243                 writes the file to .sylpheed, and updates
12244                 addrbook--index.xml 
12245
12246 2002-05-25 [paul]       0.7.6claws16
12247
12248         * sync with 0.7.6cvs14
12249                 see ChangeLog 2002-05-23
12250
12251 2002-05-24 [paul]       0.7.6claws15
12252
12253         * README.claws
12254                 make a correction and add some more info
12255
12256 2002-05-24 [paul]       0.7.6claws14
12257
12258         * src/compose.c
12259                 fix memory leak in 
12260                 compose_redirect_write_headers_from_headerlist()
12261                 add Subject and Resent-Message-ID to
12262                 compose_redirect_write_headers()
12263                 Received, Subject, and X-UIDL are filtered out in 
12264                 compose_redirect_write_to_file()
12265
12266 2002-05-23 [paul]       0.7.6claws13
12267
12268         * src/compose.[ch]
12269           src/filtering.c
12270           src/mainwindow.c
12271           src/matcher.[ch]
12272           src/matcher_parser_lex.l
12273           src/matcher_parser_parse.y
12274           src/prefs_common.[ch]
12275           src/prefs_filtering.c
12276           src/summaryview.c
12277                 rename 'Bounce' to 'Redirect'
12278
12279 2002-05-23 [paul]       0.7.6claws12
12280
12281         * more sync with 0.7.6cvs13
12282           src/compose.c
12283                 see ChangeLog 2002-05-22
12284
12285 2002-05-22 [paul]       0.7.6claws11
12286
12287         * sync with 0.7.6cvs13
12288           src/codeconv.c
12289                 see ChangeLog 2002-05-20
12290           src/prefs_common.c
12291                 see ChangeLog 2002-05-22
12292
12293 2002-05-21 [melvin]     0.7.6claws10
12294
12295         * src/folderview.c
12296                 Added missing filtering and scoring headers
12297                 Fixed bad function call that showed garbage 
12298                 in Folder->Processing
12299
12300 2002-05-21 [paul]       0.7.6claws9
12301
12302         * tools/Makefile.am
12303                 make all tools executable, (patch by Alfons).
12304
12305 2002-05-20 [alfons]     0.7.6claws8
12306
12307         * src/procheader.c
12308                 don't forget to call mktime() so we have a valid week 
12309                 and year day
12310                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12311
12312 2002-05-20 [paul]       0.7.6claws7
12313
12314         * src/html.c
12315                 fix broken parsing of urls
12316         * src/textview.c
12317                 fix displaying of urls
12318
12319                 both fixes from the patch [547855] by Eugene 
12320                 Brevdo (zonem)
12321
12322 2002-05-19 [alfons]     0.7.6claws6
12323
12324         * configure.in
12325                 make sylpheed configure correctly with the latest
12326                 and greatest of automake / autoconf / gettext
12327
12328 2002-05-19 [alfons]     0.7.6claws5
12329
12330         * src/procheader.c
12331         * src/procheader.h
12332                 add function for returning ime zone offset
12333         * src/quote_fmt.c
12334         * src/quote_fmt_parse.y
12335                 better quotation formatting - does not convert
12336                 to local time, but uses the original date string.
12337                 
12338                 Note: %z inserts the timezone offset (should 
12339                 work also on platforms where strftime does not
12340                 support %z).
12341
12342 2002-05-18 [christoph]  0.7.6claws4
12343
12344         * src/summaryview.c
12345                 fix indentation of some code
12346         * tools/Makefile.am
12347                 fix spaces after \
12348         * src/Makefile.am
12349                 add missing \
12350                 correct path for ignorethread.xpm
12351                 incorrect filename for sylpheed_logo.xpm
12352                 add missing include matcher_parser_parse.h
12353
12354 2002-05-18 [paul]       0.7.6claws3
12355
12356         * sync with 0.7.6cvs8
12357                 see ChangeLog 2002-05-16 and 2002-05-17
12358
12359 2002-05-18 [melvin]     0.7.6claws2
12360
12361         * README.claws
12362                 Corrected an action's definition and fixed some misspellings.
12363
12364 2002-05-18 [paul]       0.7.6claws1
12365
12366         * tools/Makefile.am
12367           tools/gpg-sign        ** new file **
12368           tools/uudec           ** new file **
12369                 add Melvin's Actions scripts
12370
12371         * README.claws
12372                 add Melvin's descriptions for Actions
12373
12374 2002-05-18 [paul]       0.7.6claws
12375
12376         * Version 0.7.6claws released
12377
12378 2002-05-17 [paul]       0.7.5claws32
12379
12380         * po/es.po
12381                 updated by Ricardo Mones Lastra
12382
12383 2002-05-17 [paul]       0.7.5claws31
12384
12385         * src/compose.c
12386                 fix Account prefs default folder for sent/draft/deleted
12387                 messages bug
12388
12389         * po/it.po
12390           po/nl.po
12391                 updated translation by Alessandro Maestri and
12392                 Wilbert Berendsen
12393
12394 2002-05-17 [melvin]     0.7.5claws30
12395
12396         * src/prefs_actions.c
12397                 Fixed bug where using %F not at the end of the command 
12398                 resulted in an additional empty argument being created.
12399                 Thanks to Darko Koruga for reporting the bug.
12400
12401 2002-05-17 [melvin]     0.7.5claws29
12402
12403         * po/fr.po
12404                 Updated French translations.
12405
12406 2002-05-15 [paul]       0.7.5claws28
12407         
12408         * po/es.po
12409                 updated by Ricardo Mones Lastra
12410
12411 2002-05-15 [paul]       0.7.5claws27
12412
12413         * sync with 0.7.6cvs4
12414                 see ChangeLog 2002-05-14 and 2002-05-15
12415
12416 2002-05-14 [paul]       0.7.5claws26
12417
12418         * sync with 0.7.6cvs1
12419                 see ChangeLog 2002-05-13
12420
12421 2002-05-13 [thorsten]   0.7.5claws25
12422
12423         * src/messageview.c
12424                 fix select_all and copy in multipart messages
12425         * src/mainwindow.c
12426                 fix select_all and copy in multipart messages
12427
12428 2002-05-12 [paul]       0.7.5claws24
12429
12430         * src/summaryview.c
12431                 reverse last commit, bug already fixed in 0.7.5claws3
12432
12433 2002-05-12 [netztorte]  0.7.5claws23
12434
12435         * src/summaryview.c
12436                 dont parse empty addressbook (checked in before claws20)
12437
12438 2002-05-12 [melvin]     0.7.5claws22
12439
12440         * src/procmsg.[ch]
12441                 Removed unneeded priority code introduced by the previous 
12442                 commit.
12443
12444 2002-05-12 [melvin]     0.7.5claws21
12445
12446         * src/compose.[ch]
12447                 Added possibility to set message's priority.
12448         * src/procmsg.[ch]
12449                 Added possibility to set message's priority.
12450                 Added missing headers
12451
12452 2002-05-12 [melvin]     0.7.5claws20
12453
12454         * src/prefs_actions.c
12455                 Removed implicitely added quotes around the name
12456                 of the temporary files of mime parts.
12457
12458 2002-05-12 [paul]       0.7.5claws19
12459
12460         * sync with 0.7.5cvs20
12461                 see ChangeLog 2002-05-11
12462
12463 2002-05-12 [alfons]     0.7.5claws18
12464
12465         * src/quote_fmt_lex.l
12466         * src/quote_fmt_parse.y
12467                 allow quote / reply date & time format to be set using
12468                 %D{format}. format is a format string you'd pass to
12469                 strftime() (see man strftime, or the Display tab |
12470                 Date format setting).
12471
12472                 Currently %D converts the date to local time. 
12473
12474 2002-05-11 [paul]       0.7.5claws17
12475
12476         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12477                 see ChangeLog 2002-05-10 and 2002-05-11
12478
12479 2002-05-10 [paul]       0.7.5claws16
12480
12481         * sync with 0.7.5cvs16
12482                 see ChangeLog entries 2002-05-09 and 
12483                 2002-05-10
12484
12485 2002-05-10 [colin]      0.7.5claws15
12486
12487         * src/textview.c
12488                 Corrected a bug that prevented sylpheed to open
12489                 double-clicked URIs.
12490
12491 2002-05-09 [paul]       0.7.5claws14
12492
12493         * sync with 0.7.5cvs14
12494                 see ChangeLog 2002-05-08 and 2002-05-09
12495
12496 2002-05-08 [paul]       0.7.5claws13
12497
12498         * sync with 0.7.5cvs11
12499                 see ChangeLog entry 2002-05-08
12500
12501 2002-05-08 [paul]       0.7.5claws12
12502
12503         * src/mainwindow.c
12504           src/textview.[ch]
12505                 fix segfault on View->Open in new window
12506                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12507
12508 2002-05-07 [paul]       0.7.5claws11
12509
12510         * sync with 0.7.5cvs9
12511                 see ChangeLog entry 2002-05-07
12512
12513 2002-05-06 [paul]       0.7.5claws10
12514
12515         * src/messageview.c
12516           src/textview.c
12517                 display url in statusbar on single-click
12518                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12519
12520 2002-05-06 [match]      0.7.5claws9
12521
12522         * src/addritem.[ch]
12523                 new functions.
12524         * src/addrcache.c
12525                 tidy up.
12526         * src/xmlprops.[ch]
12527                 XML implementation of properties file.
12528         * src/exporthtml.[ch]
12529         * src/expthtmldlg.[ch]
12530         * src/addressbook.c
12531                 export to HTML.
12532
12533 2002-05-02 [sergey]     0.7.5claws8
12534
12535         * src/mainwindow.c (mainwin_entries),
12536           src/prefs_common.c (prefs_send_create()),
12537           src/codeconv.c (locale_table):
12538                 use charset name "Windows-1251" instead of "CP1251".
12539
12540 2002-05-02 [colin]      0.7.5claws7
12541         
12542         * src/compose.c
12543           src/prefs_common.c
12544           src/prefs_folder_item.c
12545                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12546
12547 2002-05-02 [hiro]       0.7.5claws6
12548
12549         * src/imap.c
12550                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12551
12552 2002-05-02 [paul]       0.7.5claws5
12553
12554         * src/compose.c
12555                 more sync with 0.7.5cvs7, see ChangeLog entry
12556                 2002-05-02
12557
12558 2002-05-02 [hiro]       0.7.5claws4
12559
12560         * src/compose.c
12561                 compose_queue_sub():
12562                 check if queue folder exists (closes #550397).
12563                 removed directory creation since it should be handled
12564                 transparently.
12565         * src/imap.c
12566                 imap_add_msg(): return UID for appended message
12567                 (closes #548842).
12568
12569 2002-04-30 [paul]       0.7.5claws3
12570
12571         * src/summaryview.c
12572                 fix account_find_from_address() bug
12573
12574 2002-04-28 [colin]      0.7.5claws2
12575
12576         * src/compose.c
12577           src/textview.c
12578           src/prefs_common.[ch]
12579           src/utils.[ch]
12580                 Added user-definable quotation characters recognition.
12581
12582 2002-04-28 [paul]       0.7.5claws1
12583
12584         * sync with 0.7.5cvs4
12585                 see ChangeLog entry  2002-04-25
12586
12587 2002-04-28 [paul]       0.7.5claws
12588
12589         * po/es.po
12590           po/nl.po
12591           po/pt_BR.po
12592                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12593                 Fabio Junior Beneditto
12594
12595 2002-04-27 [jens]       0.7.4claws103
12596
12597         * po/de.po
12598                 updated German translation.
12599
12600 2002-04-27 [hiro]       0.7.4claws102
12601
12602         * src/summaryview.c
12603                 summary_write_cache(): fixed the mark loss of hidden messages.
12604
12605 2002-04-26 [melvin]     0.7.4claws101
12606
12607         * src/procmsg.c
12608                 fixed a second typo (same one)
12609         * po/fr.po
12610           po/it.po
12611           po/pt_BR.po
12612                 fixed the type again...
12613
12614 2002-04-26 [melvin]     0.7.4claws100
12615
12616         * src/procmsg.c
12617                 fixed a typo in an alert message ("temorary").
12618         * po/it.po
12619         * po/pt_BR.po
12620                 corrected the typo  described above.
12621         * po/fr.po
12622                 updated French translation.
12623
12624 2002-04-26 [darko]      0.7.4claws99
12625
12626         * src/summaryview.c
12627                 fix target folder colorization
12628
12629 2002-04-25 [paul]       0.7.4claws98
12630
12631         * po/it.po
12632                 updated by Alessandro Maestri
12633
12634 2002-04-24 [colin]      0.7.4claws97
12635         
12636         * src/compose.c
12637                 Fixed double "subject is empty" question.
12638
12639 2002-04-23 [colin]      0.7.4claws96
12640         
12641         * src/mimeview.c
12642                 Corrected issue when "automatically display images" was
12643                 not set : first image remained after selecting second.
12644
12645 2002-04-23 [melvin]     0.7.4claws95
12646
12647         * src/prefs_actions.c
12648                 Don't display in/out dialog if there is nothing to show.
12649
12650 2002-04-23 [paul]       0.7.4claws94
12651
12652         * sync with 0.7.5cvs3
12653                 bug fixes: see ChangeLog entry 2002-04-23
12654
12655 2002-04-22 [darko]      0.7.4claws93
12656
12657         * src/compose.c
12658                 fix previous check-in which changed code after
12659                 merge from main
12660
12661 2002-04-22 [paul]       0.7.4claws92
12662
12663         * faq/de/*
12664                 add German FAQ
12665         * faq/en/*
12666           faq/es/*
12667           faq/fr/*
12668                 update English, Spanish and French FAQs
12669         * manual/de/*
12670           manual/es/*
12671                 add German and Spanish manuals
12672         * manual/en/*
12673           manual/fr/*
12674                 update English and French manuals
12675
12676         * src/Makefile.am
12677                 add to and re-arrange the pixmap entries
12678
12679 2002-04-22 [darko]      0.7.4claws91
12680
12681         * src/compose.c
12682                 fix sender initials recognition to only allow
12683                 '>' after the initials
12684
12685 2002-04-21 [paul]       0.7.4claws90
12686
12687         * sync with 0.7.5 release
12688                 see ChangeLog entry 2002-04-21
12689
12690 2002-04-21 [alfons]
12691
12692         * src/Makefile.am
12693                 add colin's new pixmaps to EXTRA_DIST
12694
12695 2002-04-21 [colin]      0.7.4claws89
12696         * src/compose.c
12697         * src/inc.c
12698         * src/mainwindow.[ch]
12699         * src/prefs_common.[ch]
12700         * src/stock_pixmap.[ch]
12701                 Added "Work offline" ability.
12702
12703 2002-04-21 [colin]      0.7.4claws88
12704         
12705         * src/mimeview.c
12706         * src/prefs_common.c
12707         * src/prefs_common.h
12708         * src/textview.c : Added an option to common preferences -> display
12709           to allow user not to automatically display images.
12710
12711 2002-04-21 [paul]       0.7.4claws87
12712
12713         * sync with 0.7.4cvs52
12714                 see ChangeLog entry 2002-04-21 (src/imap.c)
12715
12716 2002-04-21 [paul]       0.7.4claws86
12717
12718         * sync with 0.7.4cvs51
12719                 see ChangeLog entry 2002-04-21
12720
12721 2002-04-21 [paul]       0.7.4claws85
12722
12723         * sync with 0.7.4cvs49
12724                 see ChangeLog entries 2002-04-20 and 2002-04-21
12725
12726         * src/Makefile.am
12727                 clean up: remove old 'stock_' element from xpm 
12728                 filenames.
12729
12730 2002-04-21 [alfons]     0.7.4claws84
12731
12732         apply sync patch from Paul
12733
12734         * src/folderview.c
12735                 use old claws prefs_folder_item_create() for now
12736
12737 2002-04-19 [match]      0.7.4claws83
12738
12739         * src/addressbook.[ch]
12740         * src/addrharvest.[ch]
12741         * src/addrgather.[ch]
12742                 recurse folders.
12743         * src/mainwindow.c
12744         * src/summaryview.[ch]
12745                 change menu option.
12746
12747 2002-04-19 [paul]       0.7.4claws82
12748
12749         * po/pt_BR.po
12750                 updated by Fabio Junior Beneditto
12751
12752 2002-04-14 [alfons]     0.7.4claws81
12753
12754         * src/passphrase.c
12755                 add #include <sys/types.h> for mode_t and off_t 
12756
12757 2002-04-13 [paul]       0.7.4claws80
12758         
12759         * src/main.c
12760           src/passphrase.[ch]
12761           src/pgptext.c
12762           src/prefs_common.[ch]
12763           src/rfc2015.c
12764                 enable storing of GnuPG passphrase for the whole 
12765                 session or a user-defined number of minutes. patch 
12766                 submitted by Ravemax <ravemax@dextrose.com>
12767
12768 2002-04-13 [alfons]     0.7.4claws79
12769
12770         * src/textview.c
12771                 make email parser also stop scanning when encountering separators
12772                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12773
12774 2002-04-13 [paul]       0.7.4claws78
12775
12776         * sync with 0.7.4cvs39
12777                 see ChangeLog entry 2002-04-12
12778
12779 2002-04-11 [paul]       0.7.4claws77
12780
12781         * sync with 0.7.4cvs37
12782                 see ChangeLog entry 2002-04-11
12783
12784 2002-04-11 [paul]       0.7.4claws76
12785
12786         * COPYING 
12787                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12788                 the clause for OpenSSL). sync with sylpheed main
12789
12790 2002-04-09 [melvin]     0.7.4claws75
12791
12792         * src/compose.c
12793                 Made 'Ctrl-Enter' on send ignore some modifiers 
12794                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12795                 to bind other *-Enter (but not Alt-Enter).
12796
12797 2002-04-09 [paul]       0.7.4claws74
12798
12799         * sync with 0.7.4cvs35
12800                 see ChangeLog entries 2002-04-09
12801
12802 2002-04-08 [paul]       0.7.4claws73
12803
12804         * sync with 0.7.4cvs33
12805                 see ChangeLog entry 200-04-08
12806
12807 2002-04-07 [match]      0.7.4claws72
12808
12809         * src/addrharvest.[ch]
12810                 fixed to read all addresses in header, regardless
12811                 of header size. improved name parsing. accommodate
12812                 harvest from folders and selected message.
12813         * src/addritem.[ch]
12814                 included new address parsing function.
12815         * src/addrgather.[ch]
12816         * src/addressbook.[ch]
12817         * src/summaryview.[ch]
12818         * src/mainwindow.c
12819                 allow address harvest of folder as well as selected
12820                 messages.
12821
12822 2002-04-07 [paul]       0.7.4claws71
12823
12824         * src/esmtp.[ch]
12825           src/smtp.c
12826                 don't try to authenticate with CRAM-MD5 in SMTP when 
12827                 SMTP-AUTH enabled if MTA doesn't issue this 
12828                 auth-method in it's ehlo-response. bug item #531364,
12829                 patch item #938910. patch submitted by Colin Leroy 
12830                 <colin@colino.net>
12831
12832 2002-04-07 [paul]       0.7.4claws70
12833
12834         * src/nntp.c
12835                 fix missing MODE_READER bug. patch submitted by
12836                 Colin Leroy <colin@colino.net>
12837
12838 2002-04-07 [alfons]     0.7.4claws69
12839
12840         * src/matcher.[ch]
12841         * src/prefs_filtering.c
12842         * src/summaryview.c
12843                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12844                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12845
12846 2002-04-07 [paul]       0.7.4claws68
12847
12848         * sync with 0.7.4cvs32
12849                 see ChangeLog entry 2002-04-06
12850
12851         * tools/filter_conv.pl
12852                 more bug fixes
12853
12854 2002-04-06 [paul]       0.7.4claws67
12855
12856         * tools/filter_conv.pl
12857                 modify to be able to find the name of the first
12858                 mailbox and use that. main's filter does not
12859                 record the full path to the mailbox and therefore
12860                 can only filter to the first mailbox.
12861
12862 2002-04-05 [paul]       0.7.4claws66
12863
12864         * tools/filter_conv.pl
12865                 attempt to make the script all-encompassing and
12866                 be able to convert any main 'filter' rule thrown
12867                 at it
12868
12869 2002-04-05 [paul]       0.7.4claws65
12870
12871         * tools/filter_conv.pl
12872                 allow for collapsed folder trees
12873
12874 2002-04-05 [paul]       0.7.4claws64
12875
12876         * sync with 0.7.4cvs31
12877                 see ChangeLog entries 2002-04-05
12878
12879 2002-04-03 [paul]       0.7.4claws63
12880
12881         * sync with 0.7.4cvs29
12882                 see ChangeLog entries 2002-04-02 and 2002-04-03
12883
12884 2002-04-02 [paul]       0.7.4claws62
12885
12886         * sync with 0.7.4cvs26
12887                 see ChangeLog entry 2002-04-01
12888
12889 2002-04-02 [match]      0.7.4claws61
12890
12891         * src/pine.[ch]
12892         * src/importpine.[ch]
12893         * src/addressbook.c
12894                 import Pine address book.
12895
12896 2002-04-02 [match]      0.7.4claws60
12897
12898         * src/addrharvest.[ch]
12899                 improve address parsing of funky addresses.
12900
12901 2002-04-02 [darko]      0.7.4claws59
12902
12903         * src/compose.c
12904                 wrap on send improvements, it now recognizes quoted
12905                 initials as part of the quotation string, and it
12906                 does not join lines separated by CR
12907
12908 2002-04-01 [match]      0.7.4claws58
12909
12910         * src/mgutils.[ch]
12911                 added new functions.
12912         * src/mutt.[ch]
12913                 remove excessive duplicate address generation
12914                 on import.
12915
12916 2002-04-01 [alfons]     0.7.4claws57
12917         
12918         * src/summaryview.c
12919                 put back g_free() 
12920
12921 2002-04-01 [paul]       0.7.4claws56
12922
12923         * sync with 0.7.4cvs25
12924                 see ChangeLog entry 2002-04-01
12925
12926 2002-04-01 [alfons]     0.7.4aprilfool55
12927
12928         * src/summaryview.c
12929                 honour feature request item #537427 to allow for
12930                 displaying names from address book for sent mail also
12931
12932 2002-03-29 [paul]       0.7.4claws54
12933
12934         * src/mainwindow.c
12935           src/prefs_filtering.[ch]
12936           src/prefs_matcher.c
12937           src/summaryview.c
12938                 add 'fast filter' for claws' filtering,
12939                 /Tools/Create filter rule/... patch submitted
12940                 by Neill Miller <neillm@thecodefactory.org>
12941
12942 2002-03-29 [paul]       0.7.4claws53
12943
12944         * sync with 0.7.4cvs24
12945                 see ChangeLog entry 2002-03-29
12946
12947 2002-03-28 [paul]       0.7.4claws52
12948
12949         * sync with 0.7.4cvs23
12950                 see ChangeLog entry 2002-03-28
12951
12952 2002-03-27 [melvin]     0.7.4claws51
12953
12954         * src/prefs_actions.c
12955                 Added support to pass only one message part (as a
12956                 file) to the command using '%p'. No quotes are needed
12957                 because doubles quotes are automatically added.
12958                 Fixed bug where Sylpheed could block when waiting for
12959                 a child process to finish.
12960                 Changed the help menu to remove quotes around symbols to 
12961                 avoid misinterpretation (they must not be used).
12962
12963 2002-03-27 [melvin]     0.7.4claws50
12964
12965         * src/inc.c
12966                 Made the new mail notification command always 
12967                 execute asynchronously.
12968
12969 2002-03-27 [paul]       0.7.4claws49
12970
12971         * src/compose.c
12972                 fix bug introduced in last commit
12973
12974 2002-03-27 [paul]       0.7.4claws48
12975
12976         * sync with 0.7.4cvs21
12977                 see ChangeLog 2002-03-26 and 2002-03-27
12978
12979 2002-03-26 [hoa]        0.7.4claws47
12980
12981         * src/prefs_folder_item.c
12982                 really fixed the bug #516442 with folder rescan.
12983
12984 2002-03-26 [paul]       0.7.4claws46
12985
12986         * sync with 0.7.4cvs19
12987                 see ChangeLog entries 2002-03-25 and 2002-03-26
12988
12989 2002-03-25 [hoa]        0.7.4claws45
12990
12991         * src/matcher.c
12992         * src/mh.c
12993                 fix the bug #516442 with folder rescan.
12994
12995         * src/prefs_common.[ch]
12996         * src/compose.c
12997                 added an option to enable two different behaviours
12998                 for bounce.
12999
13000
13001 2002-03-25 [paul]       0.7.4claws44
13002
13003         * src/mainwindow.c
13004           src/selective_download.c
13005                 correct a few menuitem labels
13006
13007 2002-03-25 [christoph]  0.7.4claws43
13008
13009         * src/procmsg.c
13010                 fix non deleted tmp message in
13011                 procmsg_save_to_outbox
13012                 fix problems caused by sync with
13013                 main branch's procmsg_send_queue
13014
13015 2002-03-25 [paul]       0.7.4claws42
13016
13017         * src/quote_fmt.c
13018           src/quote_fmt_lex.l
13019           src/quote_fmt_parse.y
13020                 add Last name (%L) placeholder for quoting. 
13021                 patch submitted by Thorsten Thielen 
13022                 <thth@users.sourceforge.net>
13023
13024 2002-03-25 [paul]       0.7.4claws41
13025
13026         * src/utils.c
13027                 get full hostname. patch submitted by
13028                 Bob Woodside <rwoodside1@comcast.net>
13029
13030 2002-03-25 [paul]       0.7.4claws40
13031
13032         * src/account.c
13033           src/news.c
13034           src/nntp.[ch]
13035           src/prefs_account.[ch]
13036                 enable NNTP over SSL. patch submitted by
13037                 Pascal Jermini <pascal@infinity.hn.org>
13038
13039 2002-03-24 [paul]       0.7.4claws39
13040
13041         * src/prefs_common.c
13042                 make the arrangement of the Compose tab more
13043                 coherent
13044
13045         * src/mainwindow.c
13046                 fix some irregularities of style
13047
13048         * po/de.po
13049                 updated by Kilian Krause
13050
13051 2002-03-23 [paul]       0.7.4claws38
13052
13053         * po/pt_BR.po
13054                 updated by Fabio Junior Beneditto
13055
13056 2002-03-23 [paul]       0.7.4claws37
13057
13058         * src/mainwindow.c
13059                 move 'Gather addresses' to 'Tools' menu
13060                 make 'Selective download' sensitive
13061
13062 2002-03-23 [paul]       0.7.4claws36
13063
13064         * sync with 0.7.4cvs16
13065                 see ChangeLog entries 2002-03-23
13066
13067 2002-03-22 [christoph]  0.7.4claws35
13068
13069         * src/quote_fmt_parse.y
13070                 fix include program output
13071
13072 2002-03-22 [alfons]     0.7.4claws34
13073
13074         * src/pop.c
13075                 initialize GDate stack variable correctly (sorry!)
13076
13077 2002-03-22 [paul]       0.7.4claws33
13078
13079         * src/compose.c
13080           src/mainwindow.c
13081           src/prefs_actions.c
13082           src/prefs_common.c
13083                 rename 'Tool' to 'Tools'
13084
13085         * src/mainwindow.c
13086                 move 'Delete duplicated messages' from
13087                 'Message/' to 'Tools/'
13088                 re-arrange the order of 'Tools/' items
13089
13090 2002-03-22 [paul]       0.7.4claws32
13091
13092         * src/addr_compl.c
13093           src/addressbook.[ch]
13094                 auto-address completion now also matches on
13095                 Nickname. patch submitted by Bob Forsman 
13096                 <hammor@users.sourceforge.net>
13097
13098         * src/editaddress.c
13099                 correct a spelling mistake
13100
13101 2002-03-22 [alfons]     0.7.4claws31
13102
13103         * src/pop.c
13104                 fix getting uidl from incorrect string 
13105                 (spotted by Colin)
13106
13107 2002-03-21 [alfons]     0.7.4claws30
13108
13109         * src/pop.c
13110                 more code refactoring
13111                 plug mem leak introduced by delete on server
13112
13113 2002-03-21 [paul]       0.7.4claws29
13114
13115         * sync with 0.7.4cvs11
13116                 see ChangeLog entries 2002-03-20
13117
13118 2002-03-20 [alfons]     0.7.4claws28
13119
13120         * src/inc.c
13121                 apply Colin's patch and refactor
13122
13123 2002-03-20 [paul]       0.7.4claws27
13124
13125         * sync with sylpheed 0.7.4cvs9
13126                 see ChangeLog entry 2002-03-20
13127
13128 2002-03-19 [christoph]  0.7.4claws26
13129
13130         * src/mh.c
13131         * src/procmsg.[ch]
13132         * src/summaryview.c
13133                 revert changes for flag updates
13134                 (does not work correctly and no time to debug)
13135
13136 2002-03-20 [alfons]     0.7.4claws25
13137
13138         * src/pop.c
13139                 refactor should_delete() a little bit 
13140
13141 2002-03-19 [paul]       0.7.4claws24
13142
13143         * src/inc.[ch]
13144           src/pop.c
13145           src/prefs_account.[ch]
13146                 allow the user to leave downloaded mail on the 
13147                 server for n days. Patch submitted by Colin Leroy 
13148                 <colin@colino.net>
13149
13150 2002-02-19 [paul]       0.7.4claws23
13151
13152         * sync with sylpheed 0.7.4cvs8
13153                 see ChangeLog entries 2002-03-19
13154
13155 2002-03-18 [paul]       0.7.4claws22
13156
13157         * sync with sylpheed 0.7.4cvs6
13158                 see ChangeLog entry 2002-03-18
13159
13160 2002-03-18 [paul]       0.7.4claws21
13161
13162         * po/en_GB.po
13163                 add en_GB message catalogue
13164
13165         * src/mbox_folder.c
13166           src/prefs_account.c
13167           src/prefs_actions.c
13168                 correct a few spelling mistakes
13169
13170 2002-03-17 [alfons]     0.7.4claws20
13171
13172         * src/matcher.c
13173                 more stringent checks for NULL params when writing
13174                 filtering actions to a file
13175                 
13176 2002-03-17 [hoa]        0.7.3claws20
13177
13178         * src/news.c
13179                 fixed the count of new messages
13180
13181         * src/compose.c
13182                 fixed the "attachment properties" window
13183
13184 2002-03-17 [paul]       0.7.4claws19
13185
13186         * src/defs.h
13187           src/folder.h
13188           src/news.c
13189           src/prefs_account.[ch]
13190           src/procmsg.[ch]
13191           src/summaryview.c
13192                 automatically mark cross-posted messages as read 
13193                 and (optionally) give them a colour label
13194                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13195                 
13196
13197 2002-03-17 [paul]       0.7.4claws18
13198
13199         * sync with sylpheed 0.7.4cvs5
13200                 see ChangeLog entry 2002-03-17
13201
13202 2002-03-17 [melvin]     0.7.4claws17
13203         
13204         * src/textview.c
13205                 Worked around a gtktext 'bug': when searching for 
13206                 a text in a long message it was scrolling slowly
13207                 line by line until it hit the searched text.
13208         * po/fr.po
13209                 Updated French translation
13210
13211 2002-03-17 [melvin]     0.7.4claws16
13212
13213         * src/mainwindow.c
13214         * src/compose.c
13215         * src/prefs_actions.c
13216                 Moved "Edit/Actions" to "Tool/Actions"
13217                 Made mainwindow/compose window sensitive as soon as
13218                 no child process is running anymore even if the io dialog
13219                 is open.
13220                 Fixed a struct being initialized with a non constant char*
13221
13222 2002-03-16 [christoph]  0.7.4claws15
13223
13224         * configure.in
13225                 add --with-compiler-flags option
13226                 (only for developer hacking)
13227         * src/mh.c
13228         * src/procmsg.[ch]
13229         * src/summaryview.c
13230                 try to make folder-stats and flag handling more
13231                 independent from the summaryview. msgcounts
13232                 are only set when the folder is opened and
13233                 procmsg_msginfo_(un)set_flags will handle it
13234                 later and summaryview will get the values
13235                 from the folder.
13236
13237 2002-03-16 [paul]       0.7.4claws14
13238
13239         * src/messageview.c
13240                 fix Return-receipt. Patch submitted by Bob
13241                 Woodside <rwoodside1@comcast.net>
13242
13243 2002-03-16 [paul]       0.7.4claws13
13244
13245         * src/compose.c
13246                 fix 'dynamic' signatures, make it work again
13247                 broken during sync on 2002-03-14 (0.7.4claws2)
13248
13249 2002-03-15 [match]      0.7.4claws12
13250
13251         * src/addrharvest.[ch]
13252         * src/addrgather.[ch]
13253         * src/addressbook.[ch]
13254         * src/mainwindow.c
13255                 included address harvester feature. still some
13256                 issues with address parsing that I will fix.
13257
13258 2002-03-15 [match]      0.7.4claws11
13259
13260         * src/addrbook.[ch]
13261         * src/addrcache.[ch]
13262         * src/addressbook.[ch]
13263         * src/addrindex.c
13264         * src/editbook.c
13265         * src/importldif.c
13266         * src/importmutt.c
13267         * src/jpilot.[ch]
13268         * src/main.c
13269         * src/syldap.[ch]
13270         * src/vcard.[ch]
13271                 tidy up. fix memory leaks. moved attribs and methods
13272                 from individual interfaces to addrcache object. prep
13273                 for new stuff to come in.
13274
13275 2002-03-15 [alfons]     0.7.4claws10
13276
13277         * src/matcher.[ch]
13278         * src/matcher_parser_parse.y
13279         * src/matcher_parser_lex.l
13280         * src/prefs_matcher.c
13281                 add filtering conditions message greater than, smaller 
13282                 than, and exactly matching a size in bytes
13283                 (does not work with delete from POP3 server yet)
13284
13285                 this should also give others an idea what you should
13286                 do to add new criterions to claws filtering system
13287                 
13288
13289 2002-03-15 [paul]       0.7.4claws9
13290
13291         * tools/filter_conv.pl
13292                 exit if there are no filter rules to convert
13293                 rename filterrc to filterrc.old after completion
13294
13295 2002-03-15 [paul]       0.7.4claws8
13296
13297         * sync with sylpheed 0.7.4cvs3
13298                 see ChangeLog entry 2002-03-14
13299
13300 2002-03-14 [paul]       0.7.4claws7
13301
13302         * src/compose.c
13303                 clean up the last commit (ahem)
13304
13305 2002-03-14 [paul]       0.7.4claws6
13306
13307         * src/compose.c
13308                 fix bug #515655. honour account preferences
13309                 regarding gpg default signing/encryption when 
13310                 changing account from the compose window.
13311
13312 2002-03-14 [paul]       0.7.4claws5
13313
13314         * src/folderview.c
13315                 remove unnecessary curly brackets
13316
13317 2002-03-14 [paul]       0.7.4claws4
13318
13319         * src/folderview.c
13320           src/prefs_filtering.[ch]
13321                 add filter rename on folder rename and filter
13322                 delete on folder delete. Patch submitted by
13323                 Neill Miller <neillm@thecodefactory.org> 
13324
13325 2002-03-14 [christoph]  0.7.4claws3
13326
13327         * src/procmsg.c
13328         * src/send.c
13329                 fix local delivery
13330                 (patch submitted by "Simon 'corecode' Schubert")
13331         * src/prefs_common.c
13332         * src/procmsg.c
13333                 fix gcc 3.0 warning
13334
13335 2002-03-14 [paul]       0.7.4claws2
13336
13337         * sync with sylpheed 0.7.4cvs2
13338                 see ChangeLog entry 2002-03-13
13339
13340 2002-03-12 [darko]      0.7.4claws1
13341
13342         * src/mainwindow.c
13343                 fix what seems to be a copy and paste error
13344                 when setting color for important messages
13345                 (reported by wwp)
13346
13347 2002-03-11 [paul]       version 0.7.4claws released
13348
13349 2002-03-11 [paul]       0.7.4claws
13350
13351         * po/es.po
13352           po/it.po
13353           po/nl.po
13354           po/pt_BR.po
13355                 update message catalogs. Submitted by Ricardo Mones 
13356                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13357                 Fabio Junior Beneditto
13358
13359         * configure.in
13360           faq/Makefile.am
13361           faq/it/Makefile
13362           faq/it/sylpheed-faq*
13363           src/mainwindow.c
13364           src/manual.[ch]
13365                 add FAQ in Italian
13366         
13367
13368 2002-03-11 [jens]       0.7.3claws7
13369
13370         * po/de.po
13371                 updated German translation
13372
13373 2002-03-11 [melvin]     0.7.3claws6
13374
13375         * po/fr.po
13376                 updated and corrected French translation
13377
13378 2002-03-10 [hoa]        0.7.3claws5
13379
13380         * src/account.c
13381         * src/inc.c
13382         * src/prefs_account.c
13383         * src/procmsg.c
13384         * src/send.[ch]
13385                 fixed the local account.
13386                 you have to change the default "/usr/sbin/sendmail"
13387                 to "/usr/sbin/sendmail -t" in the preferences of
13388                 the local account.
13389
13390         * src/procmime.c
13391                 removed some debug display for renderer
13392
13393 2002-03-10 [paul]       0.7.3claws4
13394
13395         * faq/en/sylpheed-faq-1.html
13396           faq/en/sylpheed-faq-2.html
13397                 update
13398
13399 2002-03-09 [paul]       0.7.3claws3
13400
13401         * sync with sylpheed 0.7.4
13402                 see ChangeLog entry 2002-03-09
13403
13404 2002-03-08 [paul]       0.7.3claws2
13405
13406         * faq/en/sylpheed-faq*
13407           faq/es/sylpheed-faq*
13408           faq/fr/sylpheed-faq*
13409                 update the FAQs
13410
13411         * manual/fr/.cvsignore
13412           manual/fr/Makefilea.am
13413           manual/fr/sylpheed*
13414           src/mainwindow.c
13415           src/manual.[ch]
13416                 add the French manual
13417
13418 2002-03-07 [paul]       0.7.3claws1
13419
13420         * sync with sylpheed 0.7.3cvs4
13421                 see ChangeLog entries  2002-03-06 and 2002-03-07
13422         
13423         * po/nl.po
13424                 updated by Wilbert Berendsen
13425
13426 2002-03-07 [melvin]     0.7.2claws34
13427
13428         * src/selective_download.c
13429                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13430
13431 2002-03-06 [paul]       0.7.2claws33
13432
13433         * sync with sylpheed 0.7.3cvs1
13434                 bug fix, see ChangeLog entry 2002-03-05
13435
13436 2002-03-05 [paul]       0.7.2claws32
13437
13438         * src/mimeview.c
13439           src/pgptext.[ch]
13440           src/procmsg.c
13441                 reverse the pgp ascii-armored code implemented in 
13442                 0.7.2claws16. removal of this code until it matures.
13443                 this means that verifying ascii-armored pgp sigs and
13444                 automatic decryption of ascii-armored encrypted
13445                 messages no longer works.
13446
13447 2002-03-05 [paul]       0.7.2claws31
13448
13449         * configure.in
13450           Makefile.am
13451         * faq/Makefile.am
13452         * faq/en/Makefile.am
13453           faq/en/sylpheed-faq.html
13454           faq/en/sylpheed-faq-1.html
13455           faq/en/sylpheed-faq-2.html
13456           faq/en/sylpheed-faq-3.html
13457         * faq/es/Makefile.am
13458           faq/es/sylpheed-faq.html
13459           faq/es/sylpheed-faq-1.html
13460           faq/es/sylpheed-faq-2.html
13461           faq/es/sylpheed-faq-3.html
13462           faq/es/sylpheed-faq-4.html
13463         * faq/fr/Makefile.am
13464           faq/fr/sylpheed-faq.html
13465           faq/fr/sylpheed-faq-1.html
13466           faq/fr/sylpheed-faq-2.html
13467           faq/fr/sylpheed-faq-3.html
13468         * src/Makefile.am
13469           src/defs.h
13470           src/mainwindow.c
13471           src/manual.[ch]
13472                 add FAQs in English, Spanish and French
13473
13474
13475 2002-03-05 [paul]       0.7.2claws30
13476
13477         * manual/en/sylpheed.html
13478           manual/en/sylpheed-XX.html
13479                 updated the English manual
13480
13481 2002-03-05 [hoa]        
13482
13483         * src/summaryview.c
13484                 dialog box pops up if the article can't be deleted.
13485
13486 2002-03-04 [paul]       
13487         
13488         * po/pt_BR.po
13489                 updated by Fabio Junior Benedito
13490
13491 2002-03-04 [hoa]
13492
13493         * removed ac/gpgme.m4
13494                 to avoid autogen common problem
13495                 developers have to install gpgme development package now
13496
13497         * src/compose.c
13498                 encoding to 7bit or 8bit is enabled.
13499
13500 2002-03-03 [alfons]     0.7.2claws29
13501
13502         * src/pop.c
13503                 merge fix by Oliver Haertel for selective
13504                 download buglet
13505
13506 2002-03-03 [paul]       0.7.2claws28
13507         
13508         * sync with sylpheed 0.7.3
13509
13510 2002-03-03 [paul]       0.7.2claws27
13511
13512         * sync with sylpheed 0.7.2cvs24
13513                 see ChangeLog entries 2002-03-02 and 2002-03-03
13514
13515 2002-03-02 [melvin]     0.7.2claws26
13516
13517         * src/inc.[ch]
13518         * src/main.c
13519         * src/mainwindow.c
13520         * src/prefs_common.[ch]
13521                 Added user definable notification on new mail arrival.
13522                 Removed unused variables in spell checker prefs code.
13523
13524 2002-03-02 [melvin]     0.7.2claws25
13525
13526         * src/quote_fmt.c
13527                 Removed unnecessary escape sequences.
13528                 Changed 'Initial...' to 'Initials of Sender'
13529
13530 2002-03-02 [paul]       0.7.2claws24
13531
13532         * sync with sylpheed 0.7.2cvs22
13533                 see ChangeLog entry 2002-03-01
13534
13535 2002-03-01 [hoa]        0.7.2claws23
13536
13537         * src/mainwindow.c
13538                 Set sensitivity of delete actions to active
13539                 even if the folder is a newsgroup.
13540
13541         * src/summaryview.c
13542                 - Set sensitivity of delete actions
13543                 - Added function check_permission() that will check if the
13544                   user is authorized to delete a message. For news, it
13545                   will check if the author is the same.
13546                 - Enabled deletion when there is no trash folder.
13547
13548         * src/news.[ch]
13549                 - Added news_cancel_article() to cancel articles
13550                 - Implemented news_remove_message() (public function)
13551
13552 2002-03-01 [paul]       0.7.2claws22
13553
13554         * src/gtkutils.c
13555           src/textview.c
13556                 recognise urls that that don't include 'http://' and
13557                 simply begin 'www.' 
13558
13559         * AUTHORS
13560                 remove duplicated name
13561
13562 2002-02-28 [paul]       0.7.2claws21
13563
13564         * src/mainwindow.c
13565           src/summaryview.[ch]
13566                 add ability to 'Select thread'
13567                 combines Melvin's "Select thread's head" patch (#510907)
13568                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13569                 patch (#518514) 
13570
13571 2002-02-28 [paul]       0.7.2claws20
13572
13573         * src/mimeview.c
13574                 hopefully fix segfault on right-clicking a mime part
13575                 that some people have experienced.      
13576                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13577
13578 2002-02-28 [paul]       0.7.2claws19
13579
13580         * sync with sylpheed 0.7.2cvs21
13581                 see ChangeLog entries 2002-02-27 and 2002-02-28
13582
13583 2002-02-27 [paul]       0.7.2claws18
13584
13585         * sync with sylpheed 0.7.2cvs18
13586                 see ChangeLog entries 2002-02-26 and 2002-02-27
13587
13588 2002-02-26 [alfons]     0.7.2claws17
13589
13590         * src/procheader.c
13591                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13592                 (spotted by Chris Hessman <idatech@gmx.net>)
13593
13594 2002-02-26 [paul]       0.7.2claws16
13595
13596         * src/mimeview.c
13597           src/pgptext.[ch]
13598           src/procmsg.c
13599                 make decryption of ascii-armored pgp encrypted messages
13600                 and verification of ascii-armored signatures work again.
13601                 slightly altered from the patch by Jens Jahnke 
13602                 <jan0sch@gmx.net>
13603
13604                 ##FIX ME##
13605                 * the checking of plaintext signatures always comes up in 
13606                   a popup box
13607                 * it doesn't work for multipart messages 
13608                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13609                   including the msg headers and these 2 line themselves, are 
13610                   not displayed
13611
13612         * src/mainwindow.c
13613                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13614                 "View/Message View" becomes "View/Separate Message View"
13615                 because its less ambiguous.
13616
13617         * po/es.po
13618                 updated by Ricardo Mones Lastra
13619
13620 2002-02-26 [paul]       0.7.2claws15
13621
13622         * sync with sylpheed 0.7.2cvs17
13623                 see ChangeLog entries 2002-02-25 and 2002-02-26
13624
13625 2002-02-25 [christoph]  0.7.2claws14
13626
13627         * src/filtering.[ch]
13628         * src/inc.c
13629                 do filtering stuff after all messages have been received
13630                   1. drop all messages to .processing
13631                   2. scan processing folder for messages
13632                   3. filter messages or move to inbox
13633                 this will also find old messages left in processing after
13634                 a crash or something like that and we get a real msginfo
13635                 from folder->get_msg_list and do not have to create our
13636                 own in filter_message
13637         * src/matcher_parser_parse.y
13638                 remove MIX/MAX warning (reordered includes)
13639
13640 2002-02-25 [paul]       0.7.2claws13
13641
13642         * sync with sylpheed 0.7.2cvs15
13643                 see ChangeLog entry 2002-02-24
13644
13645 2002-02-24 [alfons]     0.7.2claws12
13646
13647         * src/filtering.c
13648                 clear old color flags first when applying a new color to
13649                 a message info. 
13650                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13651
13652 2002-02-24 [alfons]     0.7.2.claws11
13653         
13654         * AUTHORS
13655         * src/prefs_common.c
13656                 add presets for Opera and Konqueror, closes patch #517261,
13657                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13658
13659 2002-02-24 [alfons]     0.7.2.claws10
13660
13661         * AUTHORS
13662         * src/summaryview.c
13663                 fix threading for null message ids, closes patch #521601,
13664                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13665
13666 2002-02-24 [alfons]     0.7.2claws9
13667
13668         * src/summaryview.c
13669         * src/filtering.c
13670                 make Tool | Filter Message work with filtering system so
13671                 setting flags also works
13672
13673                 TODO:
13674
13675                 - Processing uses the same function as Tool | Filter
13676                   Message, but doesn't use the same update proc yet
13677
13678 2002-02-23 [paul]       0.7.2claws8
13679
13680         * sync with sylpheed 0.7.2cvs14
13681                 see ChangeLog entries 2002-02-22 and 2002-02-23
13682
13683 2002-02-22 [christoph]  0.7.2claws7
13684
13685         * src/quote_fmt.c
13686                 Add column space to table
13687         * src/quote_fmt_parse.y
13688                 Close files
13689
13690 2002-02-22 [paul]       0.7.2claws6
13691
13692         * src/Makefile.am
13693           src/defs.h
13694           src/filtering.c
13695           src/inc.[ch]
13696           src/mainwindow.c
13697           src/matcher.[ch]
13698           src/matcher_parser_lex.l
13699           src/matcher_parser_parse.y
13700           src/pop.[ch]
13701           src/prefs_account.h
13702           src/prefs_filtering.c
13703           src/selective_download.[ch]   *** NEW FILES ***
13704           src/utils.[ch]
13705           po/POTFILES.in
13706                 Selective Download added to 'Tool' menu. 
13707                 Retrieves email headers of the currently selected pop3 
13708                 account and allows the user to mark emails for deletion 
13709                 right on the pop3 server. Patch submitted by Oliver Haertel 
13710                 <oha@users.sourceforge.net>.
13711         
13712         * po/POTFILES.in
13713                 add 'src/quote_fmt.c'           
13714
13715 2002-02-22 [christoph]  0.7.2claws5
13716
13717         * src/Makefile.am
13718                 added quote_fmt.c
13719         * src/prefs_common.[ch]
13720         * src/prefs_template.c
13721         * src/quote_fmt.c               *** NEW FILE ***
13722         * src/quote_fmt.h
13723                 move quote format symbol description code
13724                 to it's own file because it is used from
13725                 differnent code parts
13726                 Rewrote symbol description GUI
13727                   + use table
13728                   + add separators
13729                   + get data from array (no more long constant strings)
13730         * src/quote_fmt_lex.l
13731         * src/quote_fmt_parse.y
13732                 Symbol for Literal % changed to \% instead of %%
13733                 (More logical as \ is used for quoting for other symbols)
13734                 Add |f and |p to include files and program output
13735                 Examples:
13736                     |f{/home/.../.signature}
13737                     |p{date}
13738         * po/de.po
13739                 Correct wrong spelling for "Referenzen"
13740
13741 2002-02-21 [paul]       0.7.2claws4
13742
13743         * src/procmsg.c
13744                 forgotten during sync
13745
13746 2002-02-21 [paul]       0.7.2claws3
13747
13748         * sync with sylpheed 0.7.2cvs11
13749                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13750                 2002-02-20 and 2002-02-21
13751
13752 2002-02-20 [melvin]     0.7.2claws2
13753
13754         * src/prefs_actions.c
13755                 Added error report when child cannot fork or when execvp 
13756                 returns with an error.
13757
13758 2002-02-19 [christoph]  0.7.2claws1
13759
13760         * src/codeconv.c
13761                 return unconverted text if conde conversion is not possible
13762                 when libjconv is used.
13763                 (patch submitted by "Simon 'corecode' Schubert")
13764
13765 2002-02-19 [paul]       
13766
13767         * version 0.7.2claws release
13768
13769 2002-02-19 [paul]       0.7.2claws
13770
13771         * po/nl.po
13772                 updated by Wilbert Berendsen
13773
13774
13775 2002-02-18 [alfons]     0.7.1claws13
13776
13777         * src/syldap.c
13778         * src/jpilot.c
13779                 remove references to dlfcn and explicitly loading functions
13780                 from dynalink libs, because libs linked anyway, and functions
13781                 are loaded explicitly
13782
13783 2002-02-17 [melvin]     0.7.1claws12
13784
13785         * src/prefs_actions.c
13786                 Replaced children wait loop with double fork technique.
13787                 Now, input/output window updated at each new output.
13788                 free_children(): Fixed a memory leak.
13789                 Made input/output window non closable if running children
13790                 still exist.
13791                 Added missing <unistd.h> include.
13792                 Added some --debug outputs.
13793
13794 2002-02-17 [melvin]     0.7.1claws11
13795
13796         * src/summaryview.c
13797                 Fixed bug where descending sort order did not select top
13798                 message.
13799
13800 2002-02-17 [melvin]     0.7.1claws10
13801
13802         * acconfig.h
13803                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13804         * src/prefs_common.c
13805                 Pspell data package directory no more hard coded but
13806                 set during configuration (PSPELL_PATH). (Thanks to 
13807                                 Gustavo Noronha Silva.)
13808
13809 2002-02-17 [melvin]     0.7.1claws9
13810
13811         * configure.in
13812                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13813         * src/gtkspell.c
13814                 Fixed compile-time warnings.
13815
13816 2002-02-16 [alfons]     0.7.1claws8
13817
13818         * src/filesel.c
13819                 fix inadvertent free of NULL pointer which caused
13820                 sylpheed to crash when closing the save-as dialog
13821                 using the window close button
13822
13823 2002-02-16 [carsten]    0.7.1claws7
13824         * src/mainwindow.[ch]
13825           src/summaryview.c
13826           src/prefs_common.c
13827                 fixes for pixmap theming code:
13828                         - recently changed mail attributes shouldn't get
13829                           lost any longer
13830                         - theme is only reloaded iff another theme was
13831                           selected
13832
13833 2002-02-16 [paul]       0.7.1claws6
13834
13835         * sync with sylpheed 0.7.2 release
13836                 see ChangeLog entry 2002-02-15 and 2002-02-16
13837
13838 2002-02-15 [paul]       0.7.1claws5
13839
13840         * sync with sylpheed 0.7.1cvs9
13841                 see ChangeLog entry 2002-02-15
13842
13843         * po/POTFILES.in
13844                 remove unneeded headerwindow.c entry
13845
13846 2002-02-14 [carsten]    0.7.1claws4
13847         * src/summaryview.c
13848                 fixed a bug for "Go to next unread message": there was
13849                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13850                 in the prefs, because of doing "Search again" instead
13851                 "No"
13852
13853 2002-02-14 [carsten]    0.7.1claws3
13854         * src/stock_pixmap.c
13855                 removed 2 more mem leaks; following memprof,
13856                 this code is "leak free" now :)
13857
13858 2002-02-14 [carsten]    0.7.1claws2
13859         * src/stock_pixmap.c
13860                 used opendir/readdir/closedir instead of scandir
13861                 -> code should work now on Solaris
13862
13863 2002-02-14 [paul]       0.7.1claws1
13864
13865         * sync with sylpheed 0.7.1cvs8
13866                 see ChangeLog entries 2002-02-13 and 2002-02-14
13867
13868         * README.claws
13869                 add some description of Actions and Pixmap Themes
13870
13871 2002-02-13 [paul]       
13872
13873         * version 0.7.1claws release
13874
13875 2002-02-13 [paul]       0.7.1claws
13876
13877         * po/es.po
13878           po/it.po
13879           po/pt_BR.po
13880                 updated translations, submitted by Ricardo Mones Lastra,
13881                 Alessandro Maestri and Fabio Junior Beneditto
13882
13883 2002-02-13 [melvin]     0.7.0claws75
13884
13885         * src/prefs_actions.c
13886                 Added missing "signal.h" include
13887
13888 2002-02-13 [melvin]     0.7.0claws74
13889
13890         * src/prefs_folder_item.c
13891                 Added missing "config.h" include
13892         * po/fr.po
13893                 Updated French translation for folder propriety.
13894
13895 2002-02-13 [jens]       0.7.0claws73
13896
13897         * po/POTFILES.in
13898                 Added missing src/prefs_folder_item.c [log added by melvin]
13899         * po/de.po
13900                 Updated German translation.
13901
13902 2002-02-13 [melvin]     0.7.0claws72
13903
13904         * po/fr.po
13905                 Updated French translation.
13906
13907 2002-02-13 [melvin]     0.7.0claws71
13908
13909         * src/gtkutils.c
13910                 Made gtkut_editable_get_selection return NULL if selection
13911                 is of length zero.
13912                 This fixes a bug where selecting part of message A then
13913                 switching to message B and replying to it will not
13914                 quote the message's body.
13915
13916 2002-02-12 [paul]       0.7.0claws70
13917
13918         * src/mainwindow.c
13919                 cosmetic, relating to pixmap themes: on toolbar make 
13920                 updating of 'Exec' and 'Compose news/Compose email'
13921                 icons faster.
13922
13923 2002-02-12 [carsten]    0.7.0claws69
13924         * src/folderview.c
13925           src/mainwindow.[ch]
13926           src/stock_pixmap.c
13927           src/summaryview.c
13928           src/prefs_common.c
13929                 - refreshing after changing pixmap theme better
13930                   now (thanks Paul)
13931                 - wanted to remove some mem leaks, but alfons was
13932                   faster (and had the better solution ;)
13933
13934 2002-02-12 [alfons]     0.7.0claws68
13935
13936         * src/prefs_common.c
13937         * src/stock_pixmap.[ch]
13938                 plug mem leaks, refactor code a little bit
13939
13940
13941 2002-02-12 [sergey]     0.7.0claws67
13942
13943         * src/imap.c
13944                 Fixed problem with copying messages to IMAP folders when the
13945                 server uses something other than '/' as a namespace separator
13946                 (cyrus-imapd uses '.').
13947
13948 2002-02-12 [jens]       0.7.0claws66
13949
13950         * po/de.po
13951                 Updated German Translation
13952
13953 2002-02-12 [paul]       0.7.0claws65
13954
13955         * sync with sylpheed 0.7.1cvs1
13956                 see ChangeLog entry 2002-02-12
13957
13958 2002-02-12 [melvin]     0.7.0claws64
13959
13960         * src/prefs_actions.c
13961                 Fixed "feature" where children's output was duplicated 
13962                 instead of refreshed while monitoring.
13963                 Removed some debug code.
13964
13965 2002-02-12 [christoph]  0.7.0claws63
13966
13967         * src/compose.c
13968                 always delete message from queue after sending/send error
13969                 (closes bug #509601)
13970
13971 2002-02-12 [melvin]     0.7.0claws62
13972
13973         * src/prefs_actions.c
13974                 Children wait loop is now triggered with a timeout of 1s
13975                 Added %F which is replaced with the list of filenames 
13976                 of all selected messages (as suggested by Ricardo Mones Lestra)
13977                 Pipe syntax changed. Prefix with | to send selection, postfix
13978                 with | to retrieve output. Prefix with > or * to send
13979                 user definable input to the command (*: input is hidden)
13980                 Old pipe action should now be postfixed with |, too.
13981
13982 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13983         * src/stock_pixmap.c
13984                 fixed a bug: if there's no theme directory don't
13985                 throw an error, just do "nothing" (thanks Alfons)
13986
13987 2002-02-12 [carsten]    0.7.0claws60
13988         * src/folderview.c
13989           src/summaryview.c
13990                 had to write the cache twice (nasty!); some marks would 
13991                 get lost if not
13992
13993 2002-02-11 [carsten]    0.7.0claws59
13994         * acconfig.h
13995           configure.in
13996           doc-src/maintainer_guide.txt
13997           src/compose.[ch]
13998           src/defs.h
13999           src/folderview.[ch]
14000           src/gtkutils.[ch]
14001           src/mainwindow.[ch]
14002           src/prefs_common.[ch]
14003           src/stock_pixmap.[ch]
14004           src/summaryview.[ch]
14005                 pixmap theming and related work on pixmap
14006                 handling on some other places
14007                 (e.g. hrm features for all folder)
14008           src/pixmap/stock_*.xpm -> the stock_ was removed
14009         
14010 2002-02-11 [paul]       0.7.0claws58
14011
14012         * sync with sylpheed 0.7.1 release
14013                 see ChangeLog entries 2002-02-11
14014
14015 2002-02-08 [paul]       0.7.0claws57
14016
14017         * sync with sylpheed 0.7.0cvs39
14018                 see ChangeLog entry 2002-02-07 (last entry) 
14019
14020         * src/prefs_actions.c
14021           src/prefs_filtering.c
14022           src/prefs_matcher.c
14023           src/prefs_scoring.c
14024                 sync: made it compile with C compilers other than gcc
14025
14026 2002-02-07 [paul]       0.7.0claws56
14027
14028         * sync with sylpheed 0.7.0cvs38
14029                 see ChangeLog entries 2002-02-06 (last 2 entries) and
14030                 2002-02-07
14031
14032 2002-02-07 [darko]      0.7.0claws55
14033
14034         * src/gtkutils.[ch]
14035         * src/summaryview.c
14036                 Fix const gchar */gchar * issue (thanks Hiro)
14037
14038 2002-02-07 [darko]      0.7.0claws54
14039
14040         * src/compose.[ch]
14041         * src/filtering.c
14042         * src/gtkutils.[ch]
14043         * src/prefs_template.c
14044         * src/quote_fmt.h
14045         * src/quote_fmt_parse.y
14046         * src/summaryview.c
14047         * src/utils.[ch]
14048                 When replying or forwarding an email don't quote the entire
14049                 mail body but use the part of the message text that is selected
14050
14051 2002-02-06 [melvin]     0.7.0claws53
14052
14053         * src/prefs_common.[ch]
14054         * src/gtkspell.[ch]
14055         * src/compose.c
14056                 Made possible to switch quickly to last used dictionary
14057                 which makes checking bilingual documents easier.
14058
14059 2002-02-06 [melvin]     0.7.0claws52
14060         
14061         * po/POTFILES.in
14062                 Added forgotten new file src/prefs_actions.c
14063
14064 2002-02-06 [melvin]     0.7.0claws51
14065
14066         * src/prefs_actions.c   ** NEW FILE **
14067         * src/prefs_actions.h   ** NEW FILE **
14068                 Added actions to execute on message text view, or on the
14069                         message's file.
14070         * src/Makefile.am
14071                 Added src/prefs_actions.[ch]
14072         * src/compose.c
14073                 Added new menu "Edit/Actions"
14074         * src/defs.h
14075                 Added new actionsrc file.
14076         * src/main.c
14077                 Added actionsrc reading.
14078         * src/mainwindow.c
14079                 Added new menus "Edit/Actions" and "Configuration/Actions..."
14080         * src/prefs_common.h
14081                 Added new element actionslst element to prefs_common.
14082
14083 2002-02-06 [paul]       0.7.0claws50
14084
14085         * sync with sylpheed 0.7.0cvs36
14086                 see ChangeLog entry 2002-02-06
14087
14088 2002-02-05 [paul]
14089
14090         * po/es.po
14091                 updated by Ricardo Mones Lastra
14092
14093 2002-02-05 [paul]       0.7.0claws49
14094
14095         * sync with sylpheed 0.7.0cvs33
14096                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
14097
14098 2002-02-05 [paul]       0.7.0claws48
14099
14100         * src/compose.c
14101                 re-add 'Edit/Advanced/Delete entire line', previously named
14102                 'Delete Line+'
14103
14104 2002-02-04 [paul]       0.7.0claws47
14105
14106         * src/compose.c
14107           src/summaryview.c
14108                 fix bug #494993 (Reply All not taking Reply-To into consi)
14109                 eliminate differences in behaviour of right-click 'Reply to all' 
14110                 in summary view and 'Reply to all' on the toolbar. 
14111                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14112                 view and From gets ignored by 'Reply to all' on toolbar.
14113                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14114                 From when no Reply-To header is present.
14115
14116 2002-02-04 [paul]       0.7.0claws46
14117
14118         * sync with sylpheed 0.7.0cvs30
14119                 see ChangeLog entries 2002-02-03 and 2002-02-04
14120
14121 2002-02-03 [melvin]     0.7.0claws45
14122
14123         * src/gtkspell.[ch]
14124                 Readded function to highlight all misspelled words.
14125                 Fixed bug where user-provided-words did not replace
14126                         correctly the misspelled word when using the mouse.
14127                 Fixed bug where checking a region selected from right to left did
14128                         not check the region at all.
14129                 Fixed bug where 'Check backwards' may not check at all. 
14130                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14131                 Fixed possible buffer overflow when checking for long strings (>1k).
14132                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14133                 Accelerators code uses now gtk_widget_add_accel.
14134                 Removed and disabled obsolete and unfinished code.
14135                 Cleaning up.
14136
14137         * src/compose.c
14138                 Added menu item to Highlight all misspelled words.
14139
14140 2002-02-01 [paul]       0.7.0claws44
14141
14142         * src/mainwindow.c
14143                 fix '/View/Hide read messages' sensitivity when all
14144                 messages in a folder are hidden
14145
14146 2002-02-01 [paul]       0.7.0claws43
14147
14148         * src/main.c
14149                 add --send option to command line interface, sends all
14150                 queued mail. Patch submitted by Ricardo Mones Lastra.
14151
14152 2002-01-31 [paul]       0.7.0claws42
14153
14154         * src/mainwindow.c
14155                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14156
14157 2002-01-31 [paul]       0.7.0claws41
14158
14159         * sync with sylpheed 0.7.0cvs27
14160                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14161                 and 2002-01-31
14162
14163         * src/textview.c
14164                 comment out elements of textview_show_part() as temporary
14165                 workaround for attachment 'Display as text' bug 
14166
14167         * po/pt_BR.po
14168                 updated by Fabio Junior Beneditto
14169
14170 2002-01-30 [paul]       0.7.0claws40
14171
14172         * sync with sylpheed 0.7.0cvs24
14173                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14174                 and 2002-01-30
14175
14176         * src/compose.c
14177                 add {N_("/_Spelling"), ... "<Branch>"} to 
14178                 GtkItemFactoryEntry compose_entries[]
14179
14180         * src/prefs_common.c
14181                 add claws menu items to prefs_keybind_apply_clicked()
14182                 and remove non-claws menu items
14183
14184 2002-01-29 [paul]       0.7.0claws39
14185
14186         * sync with sylpheed 0.7.0cvs22
14187                 see ChangeLog entries 2002-01-28 and 2002-01-29
14188
14189 2002-01-28 [melvin]     0.7.0claws38
14190
14191         * src/compose.c
14192                 Added the declartion of compose_send_control_enter.
14193
14194         * src/compose.c
14195         * src/gtkspell.[ch]
14196                 Added in a 'Spelling' menu which includes the configuration menu. 
14197                 Added a real 'Check all' and got rid from the old one which only
14198                 highlited misspelled word.
14199                 Made 'Check while typing' a disableable option.
14200                 Added a dialog when there are no more misspelled word.
14201                 Added a dialog if error occurs when switching to a dictionary.
14202         
14203         * src/prefs_common.[ch]
14204                 Added option for the default 'Check while typing' option.
14205
14206
14207 2002-01-28 [alfons]     0.7.0claws37
14208
14209         * src/compose.c
14210                 fix buglet and make code comply with sylpheed code style
14211
14212 2002-01-28 [paul]       0.7.0claws36
14213
14214         * sync with sylpheed 0.7.0cvs19
14215                 see ChangeLog entries for 2002-01-28
14216
14217 2002-01-28 [hoa]        0.7.0claws35
14218
14219         * src/defs.h
14220                 added rendererrc
14221
14222         * src/main.c
14223                 read the renderer config
14224
14225         * src/procmime.[ch]
14226                 use the renderer config to convert mime attachments
14227
14228         * src/textview.c
14229                 don't use textview_show_html/ertf,
14230                 use get_text_content instead
14231
14232 2002-01-27 [alfons]     0.7.0claws34
14233         
14234         * src/news.c
14235                 make sylpheed believe it can delete a news message...
14236                 (messages are NOT deleted, maybe we should remove
14237                 processing from the folder properties after all.)
14238
14239 2002-01-27 [alfons]     0.7.0claws33
14240
14241         * src/folder.c
14242                 add extra checks
14243         * src/news.c
14244                 implement remove_msg() 
14245
14246 2002-01-27 [alfons]     0.7.0claws32
14247
14248         * src/procmsg.h
14249         * src/procheader.c
14250         * src/messageview.c
14251                 fix return receipt / disposition notification again. this
14252                 stuff seems to break on _every_ major summary UI change, so
14253                 it's now implemented using a flag which is saved in the
14254                 marks cache
14255                 
14256 2002-01-26 [alfons]     0.7.0claws31
14257
14258         * src/import.c
14259                 let import dialog show the destination folder identifier
14260
14261 2002-01-26 [melvin]     0.7.0claws30
14262
14263         * src/folderview.c
14264         * src/summaryview.c
14265                 Readded 'Mark all read' into summary view popup menu
14266                 Added 'Mark all read' in folder view popup menu for IMAP
14267                 and NNTP.
14268                 Made it insensitive if the selected folder is not the shown
14269                 one to avoid 'Mark all read' on the wrong folder.
14270                 
14271 2002-01-26 [paul]       0.7.0claws29
14272
14273         * src/folderview.c
14274           src/summaryview.c
14275                 move 'Mark all read' from summary view to folder view
14276                 menu. (adapted from) patch submitted by Jeremy Andrews,
14277                 <lists@kerneltrap.com>
14278
14279 2002-01-25 [alfons]     0.7.0claws28
14280
14281         * src/gtkstext.c
14282                 put the gtk class name back so GtkSText adapts the 
14283                 settings of GtkText
14284
14285 2002-01-25 [alfons]     0.7.0claws27
14286
14287         * src/folderview.c 
14288                 assimilate Ricardo's patch that shows pixmaps instead of
14289                 plain "new" and "unread" texts in the folder view column
14290                 headers 
14291
14292 2002-01-25 [paul]       0.7.0claws26
14293
14294         * src/Makefile.am
14295                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14296                 be found in non-standard locations. 
14297                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14298
14299 2002-01-25 [paul]       0.7.0claws25
14300
14301         * sync with sylpheed 0.7.0cvs16
14302                 see ChangeLog entry 2002-01-25
14303
14304 2002-01-24 [paul]       0.7.0claws24
14305
14306         * more sync with sylpheed 0.7.0cvs15
14307                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14308
14309 2002-01-23 [sergey]     0.7.0claws23
14310
14311         * src/importldif.c
14312                 Fixed segfault when closing LDIF import wizard with
14313                 the window manager.
14314         * src/imageview.c
14315         * src/imageview.h
14316         * src/messageview.c
14317         * src/mimeview.c
14318                 Fixed wrong scrolling position after switching between
14319                 text and image parts.
14320
14321 2002-01-23 [paul]       0.7.0claws22
14322
14323         * sync with sylpheed 0.7.0cvs15
14324                 see ChangeLog entries 2002-01-22 and 2002-01-23
14325
14326 2002-01-21 [melvin]     0.7.0claws21
14327
14328         * src/prefs_scoring.c
14329         * src/prefs_filtering.c
14330                 Fixed bug where scoring and filtering windows stopped
14331                 autochecking.
14332
14333 2002-01-21 [paul]       0.7.0claws20
14334
14335         * sync with sylpheed 0.7.0cvs12
14336                 see ChangeLog entries 2002-01-20 and 2002-01-21
14337
14338 2002-01-21 [carsten]    0.7.0claws19
14339         * src/mainwindow.c
14340         * src/menu.[ch]
14341         * src/messageview.[ch]
14342         * src/summaryview.[ch]
14343                 changes to shortcuts handling again:
14344                         + "Q" now controled by mainwin
14345                         + v/V are now customizable and have slightly
14346                           different meanings
14347                 the "button" to minimize the messageview (and maximize
14348                 the summary view) is a real button now
14349         * src/compose.c
14350                 "Delete Line+" added to Edit/Advanced (this will also
14351                 delete the '\n')
14352
14353 2002-01-20 [melvin] 0.7.0claws18
14354
14355         * src/addressbook.c
14356                 Made "Bcc" sensitive when addressbook is called from
14357                 compose window (it was a Claws only bug).
14358
14359 2002-01-19 [alfons] 0.7.0claws17
14360
14361         * src/inc.c
14362                 prevent unnecessary updates when currently selected folder has
14363                 no new messages 
14364
14365 2002-01-19 [alfons] 0.7.0claws16
14366         
14367         * src/summaryview.c
14368                 prevent writing the cache based on current message list in summary 
14369                 view when filtering also put messages in currently selected folder
14370
14371 2002-01-19 [paul]
14372
14373         * po/it.po
14374                 Italian translation submitted by Alessandro Maestri
14375                 <a.maestri@cs.tin.it>
14376
14377 2002-01-18 [melvin]     0.7.0claws15
14378
14379         * src/prefs_filters.c
14380                 fixed bug where 'cancel' from 'filters' window stops autochecking
14381                 if the timer timed out  when the window was open.
14382
14383 2002-01-18 [match]      0.7.0claws14
14384
14385         * src/addrclip.[ch]     ** NEW FILE **
14386         * src/addrselect.[ch]   ** NEW FILE **
14387         * src/adbookbase.h      ** NEW FILE **
14388                 addressbook cut, copy and paste
14389         * src/addrbook.[ch]
14390         * src/addrcache.[ch]
14391         * src/addressitem.h
14392         * src/addrindex.[ch]
14393         * src/addritem.[ch]
14394         * src/importldif.c
14395         * src/importmutt.c
14396         * src/jpilot.[ch]
14397         * src/syldap.[ch]
14398         * src/vcard.[ch]
14399         * src/jpilot.[ch]
14400         * src/editbook.c
14401         * src/editjpilot.c
14402         * src/editldap.c
14403         * src/editvcard.c
14404                 support for copy/paste
14405         * src/addressbook.c
14406                 support for copy/paste
14407                 tidy up menu option processing
14408                 correct address list function arguments
14409         * src/editaddress.c
14410                 sort user attributes
14411         * src/ldif.h
14412         * src/mutt.h
14413                 tidy up
14414
14415         * src/addrbook.[ch]
14416         * src/addrbook.[ch]
14417         * src/addrbook.[ch]
14418                 
14419
14420 2002-01-18 [paul]       0.7.0claws13
14421
14422         * sync with sylpheed 0.7.0cvs8
14423                 configure.in: support Mac OS X (Darwin)
14424
14425 2002-01-18 [carsten]    0.7.0claws12
14426         * src/html.c
14427                 small hack to fix a segfault with an empty href
14428                 (reported by Alexandra Walford <deeni@altern.org>)
14429         * src/mainwindow.c
14430         * src/summaryview.c
14431                 the shortcuts for Mark und Mark as unread are hardcoded
14432                 again
14433         * src/compose.c
14434         * src/gtkstext.[ch]
14435                 readded the shortcuts in gtkstext but made them
14436                 customizeable (simply by adding a menu plus a wrapper
14437                 to compose.c)
14438
14439 2002-01-17 [melvin]     0.7.0claws11
14440
14441         * src/gtkspell.c
14442                 fix default dictionary not being saved.
14443
14444 2002-01-16 [darko]      0.7.0claws10
14445
14446         * src/compose.c
14447                 fix wrapping crash with URL longer than wrapping margin
14448
14449 2002-12-08 [hoa]        0.7.0claws10
14450
14451         * src/matcher_parser_parse.y
14452                 fixed some bugs
14453
14454         * src/prefs_filtering.c
14455                 now, we can use bounce action in the dialog box.
14456
14457 2002-01-16 [carsten]    0.7.0claws9
14458         * src/gtkstext.c
14459                 removed the <control> and <alt> shortcuts because they're
14460                 not needed and interefered with the "normal" shortcuts
14461         * src/mainwindow.c
14462         * src/summaryview.c
14463                 removed most of the hardcoded shortcuts and assigned
14464                 them to menu entries making them easy customizable by
14465                 that
14466
14467 2002-01-16 |melvin]     0.7.0claws8
14468
14469         * src/gtkspell.c
14470                 fixed bug where using the mouse and when the compose
14471                 window is not on top may result in a crash.
14472
14473 2002-01-16 [melvin]     0.7.0claws7
14474
14475         * src/compose.c
14476                 fixed a long standingspell checker bug which could 
14477                 cause a crash after sending a message.
14478
14479 2002-01-16 [paul]       0.7.0claws6
14480
14481         * sync with sylpheed 0.7.0cvs7
14482                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14483                 2002-01-15, and 2002-01-16
14484
14485 2002-01-16 [melvin]     0.7.0claws5
14486
14487         * README.claws
14488         * src/compose.c
14489         * src/gtkspell.[ch]
14490         * src/main.c
14491                 Heavily modified spell checker code to work around
14492                 ispell bug, to add keyboard shortcuts and for future
14493                 enhancements. See README.claws for usage information.
14494
14495 2002-01-15 [alfons]     0.7.0claws4
14496         
14497         * src/summaryview.c
14498                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14499                 so sorting within threads reflects sort mode
14500
14501 2002-01-15 [christoph]  0.7.0claws3
14502
14503         * src/procmsg.c
14504                 added alertpanel if mail sending failed
14505
14506 2002-01-15 [alfons]     0.7.0claws2
14507         
14508         * src/prefs_filtering.c
14509                 don't stop timer when prefs filtering dialog is opened
14510
14511 2002-01-14 [alfons]     0.7.0claws1
14512
14513         * src/addr_compl.c
14514         * src/prefs.c
14515                 remove debug_print()s for privacy reasons
14516
14517 2002-01-14 [darko]      0.7.0claws
14518
14519         * README.claws
14520                 quotation wrapping is now also in the main branch
14521
14522 2002-01-14 [paul]
14523
14524         * tools/filter_conv.pl
14525                 allow for Boolean Op and case-sensitivity
14526                 this file is included in the release and tagged
14527                 'rel_0_7_0'
14528
14529 2002-01-13 [paul]       0.7.0claws
14530
14531         * release 0.7.0, with cvs tag 'rel_0_7_0'
14532
14533 2002-01-13 [paul]
14534
14535         * tools/filter_conv.pl
14536         * tools/README
14537                 rewritten to output to matcherrc instead of filteringrc
14538
14539         * po/es.po
14540                 updated Spanish translation by Ricardo Mones Lastra
14541
14542 2002-01-13 [alfons]
14543
14544         * po/nl.po
14545                 update dutch translation
14546
14547 2002-01-13 [paul]
14548
14549         * po/pt_BR.po
14550                 Updated by Fabio Junior Beneditto 
14551
14552 2002-01-13 [melvin]     0.6.6claws53
14553
14554         * po/fr.po
14555                 Updated french translation
14556
14557 2002-01-12 [alfons]     0.6.6claws52
14558
14559         * src/filtering.c
14560                 plug mem leak that has been sitting there for ages              
14561
14562 2002-01-12 [alfons]     0.6.6claws51
14563
14564         * src/summaryview.c
14565                 undo melvin's changes from 0.6.6claws48 because summary
14566                 view now refuses to select first unread message when
14567                 selecting a folder 
14568
14569 2002-01-11 [alfons]     0.6.6claws50
14570
14571         * src/import.c
14572                 use claws' semantics for getting folder item when
14573                 importing an mbox file into a folder 
14574                 (submitted by Dale P. Smith)
14575
14576 2002-01-11 [christoph]  0.6.6claws49
14577
14578         * src/prefs.h
14579                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14580                 toggle widget, because non static prefs can not use
14581                 prefs_set_* functions
14582         * src/prefs_account.c
14583                 toggle smtp auth password field sensitivity if
14584                 user id is empty and add descrition of usage for
14585                 these fields
14586         * src/prefs_folder_item.c
14587                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14588                 callbacks
14589
14590 2002-01-11 [melvin]     0.6.6claws48
14591
14592         * src/compose.c
14593                 fix the 'Ctrl-Enter' feature for sending and test really
14594                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14595                 editables which was not documented in Gtk)
14596
14597         * src/summaryview.c
14598                 Made summaryview refresh after sorting and not before.
14599
14600 2002-01-11 [christoph]  0.6.6claws47
14601
14602         * src/compose.c
14603                 select account from account ids if possible and
14604                 correctly set save folder for copy in reedit
14605
14606 2002-01-10 [paul]       0.6.6claws46
14607
14608         * sync with sylpheed 0.7.0 release
14609                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14610                 2002-01-09
14611
14612 2002-01-09 [alfons]
14613
14614         * src/summaryview.c
14615                 remove more dirt traces...
14616
14617 2002-01-09 [alfons]
14618         
14619         * src/summaryview.c
14620                 clean up some traces of my debugging stuff
14621
14622 2002-01-09 [alfons]     0.6.6claws45
14623
14624         * src/filtering.c
14625                 break up filteringprop_apply() in three separate pieces
14626                 so we can drop messages that failed processing in the
14627                 inbox
14628
14629         * src/summaryview.c
14630                 fix bug #469598 "no refresh of inbox after filter" which 
14631                 was introduced by the new summary view locking, and which 
14632                 prevented the summary view to update after a manual filter 
14633                 message. claw's filter message requires a summary_show().
14634                 (aargh, summary_show() again! :-)
14635                 
14636 2002-01-07 [alfons]     0.6.6claws44
14637
14638         * src/headerwindow.c
14639         * src/logwindow.c
14640         * src/messageview.c
14641         * src/sourcewindow.c
14642                 bring in Hiro's last 0.7.0 wm class fixes
14643
14644         * tools/sylprint.pl
14645                 bring in Ricardo's fix for sylprint script
14646
14647         * AUTHORS       
14648         * src/rfc2015.[ch]
14649         * src/prefs_common.[ch]
14650         * src/prefs_account.[ch]
14651         * src/compose.c
14652                 clean up account preference poison in rfc2015,
14653                 and preparation to fix double sign bug 
14654                 (patch submitted by Simon 'corecode' Schubert)
14655
14656 2002-01-07 [christoph]  0.6.6claws43
14657
14658         * src/mh.c
14659                 search for free message number, do not only rely
14660                 on last_num
14661         * src/send.c
14662                 fix smtp auth and use extra account information
14663                 if available, if not use pop3 data instead
14664                 (closes bug #500341)            
14665         * src/ssl.[ch]
14666                 match coding style
14667
14668 2002-01-06 [alfons]     0.6.6claws42
14669
14670         * src/mainwindow.c
14671                 try making the separate windows work again...
14672
14673 2002-01-06 [alfons]     0.6.6claws41
14674
14675         * src/mainwindow.c
14676                 adapt Hiro's separate window menu (to get rid of the funny
14677                 duplicate menu items), and make it work again
14678
14679 2002-01-06 [alfons]     0.6.6claws40
14680
14681         * tools/Makefile.am
14682         * tools/sylprint.rc
14683         * tools/sylprint.pl
14684         * tools/README.sylprint
14685                 add sylprint script for printing mails from Sylpheed
14686                 (contributed by Ricardo Mones Lastra)
14687
14688         * src/acount.c
14689                 clean up
14690
14691 2002-01-06 [melvin]     0.6.6claws39
14692
14693         * src/mainwindow.c
14694         * src/summaryview.c
14695                 Fixed crash introduced in 0.6.6claws38 by the menu
14696                 reorganisation (Hide read messages)
14697         
14698         * ChangeLog.claws 
14699                 Fixed typo (we are now in 2002, alfons ;) )
14700
14701 2002-01-05 [alfons]     0.6.6claws38
14702
14703         * sync with sylpheed 0.6.6cvs10-17
14704                 (last stuff marked as LAST_STABLE)
14705
14706 2002-01-04 [melvin]     0.6.6claws37
14707
14708         * src/account.c
14709                 Made account selection code use strcasestr again instead of
14710                 g_strcasecmp (fixes bug where reediting queued messages
14711                 did not select proper account reported by T. Link).
14712         
14713         * src/folderview.c
14714                 Fix bug where folder icons are not shown when 'hide read messages'
14715                 is on.
14716         
14717         * src/stock_pixmaps.[ch]
14718                 Added folder icons for 'hide read messages'.
14719         
14720         * src/compose.c
14721                 Fixed bug where 'Enter' in a header entry will send the message 
14722                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14723
14724 2002-01-03 [melvin]     0.6.6claws36
14725         
14726         * src/prefs.[ch]
14727                 Added popup menu for common preferences and
14728                 account preferences (right click on tab displays
14729                                 a menu of all tabs.)
14730
14731 2002-01-02 [melvin]     0.6.6claws35
14732
14733         * src/gtkspell.[ch]
14734                 Made spelling code compatible with undo/redo feature.
14735                 Added creation of suggestion mode menu for the general
14736                         preferences.
14737         
14738         * src/prefs_common.[ch]
14739                 Added option menu for the speller's suggestion mode.
14740                 Added missing spaces in "..." buttons and made a "..."
14741                         button non translatable!
14742         
14743         * src/compose.c
14744                 Made speller use the default suggestion mode.
14745                 Hack to make it possible to choose 'CTRL-Enter' as a
14746                         shortcut for sending (and only for sending).
14747
14748         * src/prefs_folder_item.c
14749                 Changing subject simplification does not update cache 
14750                         anymore (because it is unnecessary).
14751                 Fixed bug where changing subject simplification updated the 
14752                         summaryview even when the viewed folder is not the
14753                         folder which properties are being changed. (E.g. 
14754                                         viewing folder A and changing
14755                                         the subject simplification of 
14756                                         folder B -not being viewed- updated the 
14757                                         summaryview of folder A with data of
14758                                         folder B). (Hope this is clear... )
14759
14760 2001-12-31 [alfons]     0.6.6claws34
14761         
14762         * src/ldif.c
14763         * src/mutt.c
14764                 fgetc() returns a signed integer which doesn't
14765                 fit in a char. so c truncates this to a char
14766                 but we may lose significant bits. i.e. we may
14767                 comparing 0xFF which may not be equal to -1
14768                 unless properly casted to signed char which
14769                 we won't do because fgetc() returns a signed
14770                 integer which doesn't fit in a char. so c 
14771                 truncates this to a char but we may lose 
14772                 significat bits. (you got the idea, thanks
14773                 to Gustavo Noronha Silva <kov@debian.org>
14774                 and the Debian folks!)
14775
14776 2001-12-30 [alfons]     0.6.6claws33
14777
14778         * src/prefs_common.c
14779                 add #ifdef USE_PSPELLs that Melvin forgot               
14780
14781 2001-12-30 [melvin]     0.6.6claws32
14782         
14783         * src/prefs_common.[ch]
14784                 Added configurable color for misspelled words.
14785
14786         * src/gtkspell.[ch]
14787                 Fixed bug of foreground text color (reported by David
14788                                 Mehrmann)
14789                 Added configurable color for misspelled words.
14790
14791 2001-12-30 [alfons]     0.6.6claws31
14792
14793         * src/folder.c
14794                 remove unnecessary things someone put there
14795
14796         * src/mh.c
14797         * src/folder.[ch]
14798                 make folder properties (like threading and sorting) persistent
14799                 (closes bug #497424 "rescan folder tree resets proprieties")
14800                 currently this is only for MH folders. 
14801
14802 2001-12-29 [melvin]     0.6.6claws30
14803
14804         * src/string_match.[ch]
14805                 Optimized a bit: regexp pattern buffer compiled only once, and
14806                   one subroutine call removed. Fixed ^ regexp search: Now, 
14807                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14808         
14809         * src/summaryview.c
14810                 Subject filtering changed to filter summary columns and
14811                   not directly the messages subject cache. The loss in 
14812                   performance is balanced by the improvement of string_match.
14813                 Added an alert panel if there is an error in the regexp.
14814
14815         * src/src/prefs_folder_item.h
14816                 Added a regexp pattern buffer.
14817
14818 2001-12-28 [alfons]     0.6.6claws29
14819
14820         * src/string_match.[ch]
14821                 clean up name space
14822                 allow compilation *BSD
14823
14824 2001-12-27 [alfons]     0.6.6claws28
14825
14826         * src/filter.c
14827                 sync the Hiro's bug fix for BSD
14828
14829 2001-12-27 [melvin]     0.6.6claws27
14830         
14831         * src/compose.c
14832                 Simplify focus to subject entry code.
14833
14834 2001-12-27 [darko]      0.6.6claws26
14835
14836         * src/filtering.c
14837         * src/mbox_folder.c
14838         * src/messageview.c
14839         * src/mh.c
14840         * src/procheader.[ch]
14841         * src/procmsg.h
14842         * src/stock_pixmap.[ch]
14843         * src/summaryview.c
14844                 Show key icon for encrypted mails in summary view
14845
14846         * src/pixmaps/clip.xpm
14847         * src/pixmaps/clipkey.xpm
14848         * src/pixmaps/key.xpm
14849                 New/modified icons for the above
14850
14851 2001-12-27 [melvin]     0.6.6claws25
14852
14853         * src/prefs_common.c
14854                 Put spell checker options in a separate tab to decrease
14855                 the Common Preferences window height.
14856
14857         * README.claws  
14858                 Update spell checker usage instruction about its options
14859                 location.
14860
14861 2001-12-27 [melvin]     0.6.6claws24
14862
14863         * src/compose.c
14864                 Changed subject entry widget position. Initial focus is
14865                 on the To header instead of the subject entry.
14866                 Creating a new header scrolls the header list to make the
14867                 created one visible. Nevertheless, when automatically filling
14868                 headers, the first one is shown.
14869                 A Tab key press in the last empty header entry zips the 
14870                 focus to the subject entry.
14871                 (I did not change the combo boxes, yet)
14872
14873 2001-12-26 [alfons]     0.6.6claws23
14874
14875         * src/prefs_account.c
14876         * src/inc.c
14877                 allow default inbox to reside in another mailbox (only
14878                 works for POP3 accounts)
14879
14880 2001-12-26 [alfons]     0.6.6claws22
14881         
14882         * src/textview.c
14883                 make reply-on-click work with the account of the selected folder
14884         * src/compose.c
14885                 put a fixme here to remind me to fix finding correct default
14886                 account for nested folders
14887
14888 2001-12-25 [alfons]     0.6.6claws21
14889
14890         * src/summaryview.c
14891                 make column headers display locked and mark pixmaps (idea by Melvin) 
14892                 fix bug by adding score and locked column type to sort array
14893
14894 2001-12-25 [alfons]     0.6.6claws20
14895         
14896         * src/summaryview.c
14897                 catch a *potentially* inadvertent write back of  
14898                 the message cache(s) introduced by 0.6.5claws37
14899
14900 2001-12-25 [christoph]  0.6.6claws19
14901
14902         * src/stock_pixmap.[ch]
14903         * src/summaryview.c
14904                 add ignore thread pixmap
14905                 (can someone draw a better icon for this?)
14906
14907 2001-12-24 [alfons]     0.6.6claws18
14908
14909         * src/prefs_folder_item.c
14910                 make address completion actually work for the
14911                 Default To address in the Folder Property dialog.
14912
14913 2001-12-24 [alfons]     0.6.6claws17
14914         
14915         * src/summaryview.c
14916                 use new style regexp for subject stripping 
14917                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14918
14919 2001-12-24 [darko]      0.6.6claws16
14920
14921         * src/pgptext.c
14922         * src/rfc2015.c
14923                 move GPG related informational messages to debug mode
14924
14925 2001-12-23 [alfons]     0.6.6claws15
14926
14927         * src/stock_pixmap.[ch]
14928         * src/summaryview.c
14929                 add the forgotten Claws' locked pixmap
14930
14931 2001-12-23 [alfons]     0.6.6claws14
14932
14933         * src/filesel.c
14934                 accept file name typed in entry in multi file
14935                 selector (patch submitted by Gustavo Noronha Silva 
14936                 <kov@debian.org>)
14937
14938 2001-12-23 [alfons]     0.6.6claws13
14939
14940         * src/prefs_filter.c
14941         * src/prefs_filtering.c
14942         * src/matcher.c
14943         * src/importmutt.c
14944                 clean up a little bit
14945         
14946         * src/string_match.c
14947                 validate input strings a little bit more
14948
14949 2001-12-23 [alfons]     0.6.6claws12
14950
14951         * src/Makefile.am
14952         * src/summaryview.c
14953         * src/string_match.[ch]         ** NEW **
14954         * src/folderview.[ch]
14955         * src/headerview.h
14956         * src/folder.[ch]
14957         * src/prefs_folder_item.[ch]
14958                 add subject simplification to strip out strings from
14959                 a subject line (esp. handy for mailing lists). 
14960                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14961                 but slightly changed things for better integration.)
14962
14963 2001-12-23 [alfons]     0.6.6claws11
14964
14965         * src/mainwindow.c
14966                 fix bug introduced by submission included in 0.6.5claws52.
14967                 ideally this submission should clean the trash if any trash
14968                 folder has a message. however, the hasTrash variable was
14969                 set to false whenever a trash folder was empty (discarding
14970                 a previously found *filled* trash folder.)
14971
14972                 also edited the code a little bit and made it more safe.
14973
14974 2001-12-22 [alfons]     0.6.6claws10
14975
14976         * src/imap.c
14977                 quick fix for Martin Pool's omission of an account
14978                 specific SSL setting
14979
14980 2001-12-22 [alfons]     0.6.6claws9
14981
14982         * src/compose.c
14983         * src/messageview.c
14984         * src/mimeview.c
14985         * src/pgptext.c
14986         * src/procmime.[ch]
14987                 better support for multipart/digest (submitted
14988                 by Fredrik <e98fo@efd.lth.se>)
14989
14990 2001-12-22 [alfons]     0.6.6claws8
14991
14992         * src/addressbook.c
14993                 correct function signature
14994         * src/socket.[ch]
14995         * src/imap.[ch]
14996         * src/prefs_account.[ch]
14997                 allow IMAP over SSH tunnel (patch submitted by 
14998                 Martin Pool <mbp@samba.org>)
14999
15000 2001-12-21 [alfons]     0.6.6claws7
15001
15002         * sync with sylpheed 0.6.6cvs4-9
15003                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
15004
15005 2001-12-21 [christoph]  0.6.6claws6
15006
15007         * src/compose.c
15008         * src/prefs_folder_item.[ch]
15009                 implement saving of outgoing messages to current folder.
15010                 fix segfault when no default outbox is available
15011                 (closes bug #495683)
15012
15013 2001-12-21 [carsten]    0.6.6claws5
15014         * src/folderview.c
15015         * src/summaryview.c
15016                 pressing CTRL while DND does now the expected thing and
15017                 copies the mail (moving is still the default, as this
15018                 seam more appropriate for handling mails by DND)
15019
15020 2001-12-18 [paul]       0.6.6claws4
15021
15022         * sync with sylpheed 0.6.6cvs3
15023                 see ChangeLog entries 2001-12-18
15024
15025 2001-12-18 [hiro]       0.6.6claws3
15026
15027         * src/undo.c
15028                 fix for multibyte characters (obtain the number of letters
15029                 instead of bytes).
15030
15031 2001-12-17 [paul]       0.6.6claws2
15032
15033         * sync with sylpheed 0.6.6cvs1
15034                 see ChangeLog entry 2001-12-16
15035
15036 2000-12-17 [alfons]     0.6.6claws1
15037
15038         * src/filtering.c
15039                 clean up
15040
15041 2001-12-16 [paul]       0.6.6claws
15042 2001-12-15
15043
15044         * Release version 0.6.6claws, cvs tag: rel_0_6_6
15045
15046         * src/mimeview.c
15047                 last minute sync with main 0.6.6
15048
15049         * po/es.po
15050                 updated by Ricardo Mones Lastra
15051                 update for last minute sync
15052         * po/fr.po
15053         * po/nl.po
15054                 update for last minute sync
15055         * po/de.po
15056                 updated by Jens Oberender
15057         * po/pt_BR.po
15058                 updated by Fabio Junior Beneditto
15059
15060         * src/prefs_common.[ch]
15061         * src/undo.c
15062                 number of undo levels is user configurable
15063                 (squeeze it into the release in the dying
15064                 moments) Submitted by Jens Oberender    
15065
15066 2001-12-15 [melvin]
15067
15068         * po/fr.po
15069                 updated french translation
15070
15071 2001-12-15 [paul]       0.6.5claws92
15072
15073         * sync with sylpheed 0.6.5cvs28
15074                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
15075
15076         * po/nl.po
15077                 update to allow for sync
15078
15079 2001-12-15 [alfons]
15080         
15081         * po/nl.po
15082                 update dutch translation
15083
15084 2001-12-14 [carsten]    0.6.5claws91
15085         * src/summaryview.c
15086                 fixed bug #473785; also after changing the column order
15087                 the same message will be selected and displayed as before
15088                 the reordering
15089
15090 2001-12-14 [carsten]    0.6.5claws90
15091         * src/folderview.c
15092                 probably found the bug reported by wwb opening or closing
15093                 a folder tree just before dnd (found the solution in the
15094                 balsa source -- thanks to them)
15095
15096 2001-12-14 [carsten]    0.6.5claws89
15097         * src/gtkutils.c
15098         * src/account.c
15099                 moved gtk_clist_moveto to the right place, so that
15100                 only the accounts dialog is effected on opening
15101
15102 2001-12-14 [carsten]    0.6.5claws88
15103         * src/gtkutils.c
15104                 gtkut_clist_set_focus_row does a gtk_clist_moveto
15105                 now, so that the focused row will be seen in any case
15106                 (reported by wwp on sf-claws-user)
15107
15108 2001-12-14 [darko]      0.6.5claws87
15109
15110         * src/compose.c
15111                 remove unnecessary line
15112
15113 2001-12-14 [paul]       0.6.5claws86
15114
15115         * sync with sylpheed 0.6.5cvs27
15116                 see ChangeLog entries 2001-12-14
15117
15118 2001-12-14 [carsten]    0.6.5claws85
15119         * src/mainwindow.c
15120                 following a suggestion of Melvin the rcoabm pops up
15121                 right under the button now and the button is reliefed
15122                 while the popup is open
15123
15124 2001-12-14 [darko]      0.6.5claws84
15125
15126         * src/compose.c
15127                 fix crash when wrapping long lines if linewrap quotation
15128                 is disabled and wrapper encounters a word spanning more
15129                 than one line
15130
15131 2001-12-13 [paul]       0.6.5claws83
15132
15133         * src/compose.c
15134                 prefer 'Reply-To' header over mailing list header when
15135                 replying to a message. Finally prevent all those confirmation 
15136                 messages being sent to the list itself.
15137
15138         * src/summaryview.c
15139                 remove unused summary_set_menu_sensitive() entry
15140
15141 2001-12-13 [paul]       0.6.5claws82
15142
15143         * src/folderview.c
15144         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15145         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15146         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15147                 improvements to 'Hide read messages': Inbox, Outbox,
15148                 Trash, Queue, and Draft icons now reveal presence of hidden 
15149                 messages
15150
15151 2001-12-12 [alfons]     0.6.5claws81
15152
15153         0.6.5claws80 was tagged as LAST_STABLE
15154
15155         * src/filtering.[ch]
15156         * src/matcher.[ch]
15157         * src/matcher_parser_lex.c
15158                 fix the filtering; my last attempt to get it right, 
15159                 if it does not work, it's Hoa's turn. ;-)
15160
15161                 for my honourable peers:
15162                 
15163                 the code now makes a clear distinction between
15164                 rules as they are displayed (probably escaped),
15165                 and as they are executed (probably unescaped). the
15166                 parser does *NOT* do any unescaping, this is
15167                 the task of the matcher.c (which breaks up a
15168                 rule into condition) and the filtering.c (which
15169                 breaks up the rule's action). to make this
15170                 run happily we provide an unescaped copy of
15171                 crucial strings to the MatcherProp and 
15172                 FilteringAction structures. note that the only
15173                 exception to this is any REGEXP string. those
15174                 are directly passed to regcomp() and regexp()
15175                 (who have much more powerful unescape functions).
15176                 
15177                 for everyone else:
15178         
15179                 you can escape tab (\t), carriage return (\r),
15180                 linefeed (\n), form feed (\f), quote (\"), 
15181                 single quote (\'), bell (\b) in all the entry
15182                 lines in the scoring & filtering dialogs.
15183                 as an added bonus this should not affect
15184                 existing filtering rules.
15185
15186 2001-12-12 [carsten]    0.6.5claws80
15187
15188         * src/summaryview.c
15189         * po/de.po
15190                 "item(s) selected" is now sensitive to 1 or more
15191                 than one selected (nice for language where simple
15192                 adding of a "s" is not possible as German (Eintrag
15193                 ->Eintr"age)
15194                 
15195                 the "forward as attachment" entry from the right
15196                 click menu removed, "forward" acts following the
15197                 prefs
15198         
15199         * src/textview.c
15200                 reverted my former changes; so compiler warning again
15201                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15202                 nevertheless
15203
15204         * src/messageview.c
15205                 "search in message" does now *not* only work in MVIEW_TEXT
15206                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15207                 message
15208
15209         * src/mainwindow.c
15210                 removed "/File/_Close" as it was the same as "/File/E_xit"
15211                 and we don't need it two times
15212
15213                 the separate folder view and message view now get a distinct
15214                 WMCLASS, just in case someone is using sawfish ;-)
15215
15216                 as the menu entries "/View/Message view" and "/View/Folder tree"
15217                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15218                 make them sensitive accordingly and as these two are "shown"
15219                 after startup anytime check this menuitem at startup
15220
15221 2001-12-12 [paul]       0.6.5claws79
15222
15223         * src/folderview.c
15224                 fix sensitivity of 'Search folder...', broken in
15225                 0.6.5claws75
15226
15227         * src/mainwindow.c
15228                 fix dodgy English
15229
15230 2001-12-11 [carsten]    0.6.5claws78
15231         * src/filtering.c
15232                 fixed two typos returning a wrong FALSE/TRUE
15233         * src/mainwindow.[ch]
15234                 extra menu for email/news button removed
15235
15236 2001-12-11 [alfons]     0.6.5claws77
15237         
15238         * src/matcher.c                 (1.3)
15239         * src/matcher_parser_lex.l      (1.28)
15240                 revert for another attempt
15241                 mark 0.6.5claws77 as LAST_STABLE
15242
15243 2001-12-11 [christoph]  0.6.5claws76
15244
15245         * po/de.po
15246                 fixed wrong translation for prev. unread msg
15247
15248 2001-12-11 [paul]       0.6.5claws75
15249
15250         * src/folder.[ch]
15251         * src/folderview.c
15252         * src/mainwindow.c
15253         * src/summaryview.[ch]
15254         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15255                 enable ability to hide read messages on per folder basis via 
15256                 '/Summary/Hide read messages'; when selected, a folder will 
15257                 have a red open folder icon, instead of a blue icon, if the 
15258                 folder contains hidden messges
15259                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15260
15261         * src/mainwindow.c
15262                 remove '/Message/Forward as attachment' from 
15263                 main_window_set_menu_sensitive() to prevent debug warning
15264
15265         * src/folderview.c
15266         * src/mainwindow.c
15267                 Clean up some of the English
15268
15269         * tools/newscache_clean.pl
15270                 allow for new 'hidereadmsgs' entry in folderlist.xml
15271
15272         * po/es.po
15273                 updated translation, submitted by Ricardo Mones Lastra
15274
15275 2001-12-11 [paul]       0.6.5claws74
15276
15277         * sync with sylpheed 0.6.5cvs25
15278                 see ChangeLog entry 2001-12-11
15279
15280 2001-12-10 [alfons]     0.6.5claws73
15281
15282         * src/matcher.c
15283                 add more control characters
15284         * src/matcher_parser_lex.l
15285                 make escaping / unescaping work again
15286
15287 2001-12-10 [alfons]     0.6.5claws72
15288
15289         * src/imap.c
15290                 clean up warnings "returning value for void function" 
15291         * src/prefs_filtering.c
15292                 make info button for execute action sensitive
15293
15294 2001-12-10 [paul]       0.6.5claws71
15295
15296         * src/compose.c
15297         * src/imap.[ch]
15298         * src/summaryview.c
15299                 fix: imap server now gets informed of MARKED, UNMARKED
15300                 and REPLY events. Now people can use different IMAP-Mail
15301                 clients and have the exact same information about MARKED,
15302                 UNMARKED and REPLY status with all of them. Especially
15303                 useful for imap servers with a web-frontend.
15304                 submitted by Tobias Sandhaas <medlor@web.de>
15305
15306 2001-12-09 [melvin]     0.6.5claws70
15307         
15308         * src/textview.[ch]
15309                 fixed bug #490076 (hunted down by Alfons who implemented
15310                 a workaround in 0.6.5claws65)
15311
15312 2001-12-09 [christoph]  0.6.5claws69
15313
15314         * src/summaryview.c
15315                 set pointer to string in LOCKED column to NULL
15316                 (might fix bug #490800)
15317
15318 2001-12-09 [carsten]    0.6.5claws68
15319
15320         * po/de.po
15321                 resolved some cluttered menu shortcuts 
15322                 ('creating new email' and 'creating news message'
15323                 hade the same)
15324         * src/compose.c
15325                 wmclass now distinc from main window
15326         * src/mainwindow.c
15327           src/mainwindow.h
15328                 email/news and forward button functionality similar
15329                 to the reply buttons; removed the ugly dropdown arrows
15330                 and use instead the right mouse button
15331
15332 2001-12-09 [paul]       0.6.5claws67
15333
15334         * src/imap.c
15335         * src/utils.h
15336                 allow spaces in imap folder names
15337                 submitted by Willem van Engen <wvengen@stack.nl>
15338
15339 2001-12-09 [paul]       0.6.5claws66
15340
15341         * sync with sylpheed 0.6.5cvs24
15342                 see ChangeLog entry 2001-12-09
15343
15344 2001-12-08 [alfons]     0.6.5claws65
15345
15346         * src/textview.c
15347                 prevent secondary selection claim after "add to sender" dialog
15348                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15349                 we trick GTK by simulating a click at (0, 0) in the textview.
15350
15351 2001-12-08 [hoa]        0.6.5claws64
15352
15353         * src/folder.c
15354                 fixed a bug about the .processing folder name while filtering
15355
15356 2001-12-08 [alfons]     0.6.5claws63
15357
15358         * src/folderview.c 
15359                 work around problem of not correctly updating folder stats
15360                 when deleting messages. there's some folder scanning evil
15361                 going so the folderview_update_msg_num() does not work
15362                 correctly. need to investigate this.
15363
15364 2001-12-08 [paul]       0.6.5claws62
15365
15366         * sync with sylpheed 0.6.5cvs23
15367                 see ChangeLog entry 2001-12-08
15368
15369 2001-12-07 [christoph]  0.6.5claws61
15370
15371         * src/compose.c
15372                 fix another header translation problem
15373
15374 2001-12-07 [alfons]     0.6.5claws60
15375
15376         * src/mbox.c
15377                 make filtering also work on local spool mbox
15378
15379 2001-12-07 [carsten]    0.6.5claws59
15380         * src/addressbook.c
15381                 addressbook window gets a wmclass distinct from the main
15382                 sylpheed window
15383         * src/compose.h
15384         * src/mainwindow.[ch]
15385                   forward menu item will use mode selected in prefs, forward 
15386                 as attatchment in menu removed (will be substituted in the
15387                 toolbar similar to reply buttons)
15388                   create news message menu entry and news button is now 
15389                 sensitive to the existance of a news account
15390         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15391         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15392         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15393                 these are removed because the toolbar buttons don't show
15394                 the quoting modus any longer
15395
15396 2001-12-07 [paul]
15397
15398         * tools/newscache_clean.pl      ** NEW FILE **
15399                 perl script to do some tidying up in the newscache directory 
15400                 
15401         * tools/sylpheed-switcher       ** NEW FILE **
15402                 perl script to enable easy switching between main and claws
15403                 
15404         * tools/README
15405                 added descriptions of the two new perl scripts          
15406
15407
15408 2001-12-07 [melvin]     0.6.5claws58
15409
15410         * src/messageview.c
15411                 fixed a warning during compilation introduced in 0.6.5claws56
15412
15413 2001-12-07 [paul]       0.6.5claws57
15414
15415         * src/mainwindow.[ch]
15416         * src/menu.[ch]
15417                 further usability enhancements to replying with or without 
15418                 quoting via the toolbar, use of Ctrl key is replaced by 
15419                 drop down menu 
15420                 Submitted by Carsten Schurig            
15421
15422 2001-12-07 [melvin]     0.6.5claws56
15423
15424         * src/messageview.c
15425                 hack to fix bug that prevented to make/paste selections
15426                 after switching between MVIEW_TEXT and MVIEW_MIME views
15427                 without deselecting the selection first.
15428
15429 2001-12-06 [alfons]     0.6.5claws55
15430
15431         * src/filtering.[ch]
15432         * src/inc.c
15433                 revise filtering a little bit more, and make sure
15434                 messages are delivered to the appropriate inbox
15435                 (perhaps set per account)
15436
15437 2001-12-06 [paul]       0.6.5claws54
15438
15439         * sync with sylpheed 0.6.5cvs22
15440                 see ChangeLog entry 2001-12-06
15441
15442 2001-12-05 [alfons]     0.6.5claws53
15443
15444         * src/inc.c
15445         * src/folder.[ch]
15446         * src/procmsg.c
15447         * src/filtering.c
15448                 more revisions of filtering system
15449                 (last stable version is marked as LAST_STABLE)
15450                 
15451                 | NOTE 1): the filtering system now uses a local folder called
15452                 | .processing. if filtering fails, check this directory
15453                 | for missing messages.
15454                 |
15455                 | NOTE 2): help us find the filtering actions still missing
15456
15457 2001-12-05 [paul]       0.6.5claws52
15458
15459         * src/mainwindow.c
15460                 fix bug where 'Empty Trash?' pop-up window appears even
15461                 when Trash is empty, submitted by Jesse Skinner         
15462
15463 2001-12-05 [melvin]     0.6.5claws51
15464
15465         * src/compose.c
15466                 fixed bug #486106 to select correct account when reediting 
15467                 a queued message
15468         
15469 2001-12-04 [alfons]     0.6.5claws50
15470
15471         * src/mh.c
15472                 declare markfile in appropriate functions when
15473                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15474                 for spotting this)
15475
15476 2001-12-04 [paul]       0.6.5claws49
15477
15478         * sync with sylpheed 0.6.5cvs21
15479                 see ChangeLog entry 2001-12-04
15480
15481 2001-12-03 [christoph]  0.6.5claws48
15482
15483         * po/de.po
15484                 changed translation of undo
15485         * src/account.c
15486         * src/folder.c
15487                 don't reinvent the wheel to traverse a GNode
15488         * src/compose.[ch]
15489                 seperate code to create the compose gui into functions
15490                 add "Others" page with folder selection for saving copy
15491                 of the message.
15492                 the folder identifier is saved to queue header
15493         * src/procmsg.c
15494                 save message to folder in queue header
15495
15496 2001-12-03 [paul]       0.6.5claws47
15497
15498         * sync with sylpheed 0.6.5cvs20
15499                 see ChangeLog entry 2001-12-03
15500
15501 2001-12-01 [paul]
15502
15503         * more sync with sylpheed 0.6.5cvs19
15504                 see ChangeLog entry 2001-11-29
15505
15506 2001-11-30 [paul]       0.6.5claws46
15507         
15508         * src/compose.c
15509                 remove conflicts introduced by Hoa's last commit
15510          
15511         * src/mainwindow.c
15512                 make 'Message/Bounce' sensitive
15513
15514 2001-11-30 [hoa]        0.6.5claws45
15515
15516         * src/compose.c
15517                 slightly change bounce function to add
15518                 information about the user that bounced the mail
15519                 in the From header line.
15520
15521         * src/folderview.c
15522                 permit the use of processing in outbox folder.
15523
15524 2001-11-29 [paul]       0.6.5claws44
15525
15526         * src/mainwindow.[ch]
15527         * src/prefs_common.c
15528         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15529         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15530         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15531                 usability enhancements to the quoting, implements
15532                 use of Ctrl key to toggle quoting settings
15533                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15534
15535 2001-11-29 [paul]       0.6.5claws43
15536         
15537         * sync with sylpheed 0.6.5cvs19
15538                 see ChangeLog entry 2001-11-28
15539
15540 2001-11-29 [melvin]     0.6.5claws42
15541         * src/Makefile.am
15542                 added enriched.[ch] to the list of files
15543
15544         * src/textview.c
15545         * src/mimeview.c
15546         * src/procmime.[ch]
15547         * src/enriched.[ch]
15548                 added support to view text/enriched
15549                 added support to show headers in message view for text/enriched and text/html
15550                         in non multipart messages
15551
15552 2001-11-28 [paul]       0.6.5claws41
15553
15554         * more sync with sylpheed 0.6.5cvs18
15555                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15556
15557 2001-11-27 [paul]       0.6.5claws40
15558         
15559         * po/pt_BR.po
15560                 updated translation, submitted by Fabio Junior Beneditto
15561                 
15562         * sync with sylpheed 0.6.5cvs18
15563                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15564                 2001-11-27
15565
15566
15567 2001-11-26 [paul]
15568
15569         * po/es.po
15570                 updated translation, submitted by Ricardo Mones Lastra
15571
15572 2001-11-26 [alfons]
15573
15574         * src/matcher.c
15575                 add more translatable strings
15576
15577 2001-11-26 [christoph]  0.6.5claws39
15578
15579         * po/de.po      
15580                 fixed one more umlaut
15581         * src/compose.c
15582                 fix translated header when it should not be translated
15583
15584 2001-11-26 [paul]       0.6.5claws38
15585
15586         * src/mainwindow.c
15587                 remove '/Message/Add Sender to address book' from 
15588                 main_window_set_menu_sensitive(), prevent debug warning
15589                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15590
15591 2001-11-26 [paul]       0.6.5claws37
15592
15593         * src/summaryview.c
15594                 fix 'recurring unread state' bug 
15595
15596         * tools/README 
15597         * tools/filter_conv.pl
15598                 read name of top level mailbox from folderlist.xml
15599                 and presume nothing about its name              
15600
15601 2001-11-26 [darko]      0.6.5claws36
15602
15603         * src/gtkstext.[ch]
15604                 removed functions that are now in gtkutils.c
15605                 use gtkut_text_is_uri_string() from gtkutils.c
15606         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15607
15608 2001-11-26 [paul]       0.6.5claws35
15609
15610         * sync with sylpheed 0.6.5cvs16
15611                 see ChangeLog entries 2001-11-25 and 2001-11-26
15612
15613 2001-11-25 [alfons]     0.6.5claws34
15614
15615         EXPERIMENTAL!!! Please checkout the last stable version using: 
15616           
15617         % cvs update -r LAST_STABLE -dRAP
15618
15619         (Or help us testing this stuff.)
15620
15621         * src/filtering.c               (1.14)
15622         * src/filtering.h               (1.6)
15623         * src/inc.c                     (1.28)
15624         * src/matcher.c                 (1.20)
15625         * src/mbox.c                    (1.9)
15626         * src/procmsg.h                 (1.14)
15627         * src/summaryview.c             (1.59)
15628         * src/summaryview.h             (dunno)
15629                 revert/merge/sync to as it was before commit 
15630                 on Thu, 19 Jul 2001 10:15:51 -0700.
15631
15632 2001-11-25 [hoa]        0.6.5claws33
15633
15634         * src/main.c
15635                 processing mails at startup
15636
15637         * src/folderview.c
15638         * src/summaryview.[ch]
15639                 processing mails when entering folder
15640
15641         * src/prefs_filtering.c
15642                 fixed some UI bugs
15643
15644 2001-11-24 [alfons]     0.6.5claws32
15645
15646         * src/summaryview.[ch]
15647                 make summary sort headers work, and also make
15648                 sure the sort type is stored
15649
15650 2001-11-23 [alfons]     0.6.5claws31
15651
15652         * src/summaryview.[ch]
15653                 make lock work like mark
15654                 disallow deleting messages marked as locked
15655
15656 2001-11-23 [alfons]     0.6.5claws30
15657
15658         * src/gtkstext.c
15659         * src/compose.[ch]
15660         * src/Makefile.am
15661         * src/undo.[ch]
15662                 merge undo patch submitted by Jens
15663
15664 2001-11-23 [christoph]  0.6.5claws29
15665
15666         * src/.cvsignore
15667                 added ylwrap
15668         * src/compose.c
15669                 fixed gpg signing and encoding
15670         * src/folder.[ch]
15671         * src/main.c
15672                 added --status option to get new, unread and total
15673                 message count from a running sylpheed
15674         * src/prefs_common.c
15675                 temporary fix for reply_with_quote problem
15676                 (don't call functions for non existing widget)
15677         * src/procmsg.c
15678                 one more check for ignored threads but still not
15679                 always working correctly. probably a recursive
15680                 check for all parents is needed
15681
15682 2001-11-23 [darko]      0.6.5claws28
15683
15684         * src/compose.c
15685                 wrapping on send improvements
15686         * src/gtkutils.[ch]
15687                 fix for GtkSText after last sync with main branch
15688                 GTK_TEXT -> GTK_STEXT
15689
15690 2001-11-23 [paul]       0.6.5claws27
15691
15692         * sync with sylpheed 0.6.5cvs14
15693                 see ChangeLog entries 2001-11-22 and 2001-11-23
15694                 
15695         * po/de.po
15696                 fixed the scrambled umlauts 
15697                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15698
15699 2001-11-21 [paul]       0.6.5claws26
15700
15701         * sync with sylpheed 0.6.5cvs12
15702                 see 2nd ChangeLog entry dated 2001-11-20
15703
15704 2001-11-20 [paul]       0.6.5claws25
15705
15706         * sync with sylpheed 0.6.5cvs11
15707                 see ChangeLog entry 2001-11-19 (src/utils.c)
15708
15709 2001-11-20 [hiro]
15710
15711         * src/compose.c
15712                 GTK_TEXT -> GTK_STEXT
15713                 fix for wrong comment
15714
15715 2001-11-20 [hiro]       0.6.5claws24
15716
15717         * src/compose.[ch]
15718                 more merges from main branch
15719                 removed fatal warnings (uninitialized variables etc.)
15720                 some coding style fix
15721         * src/gtkutils.h
15722                 fixed typo.
15723         * src/addressbook.c
15724           src/addrindex.c
15725                 V-Card -> vCard
15726
15727 2001-11-19 [hoa]        0.6.5claws23
15728
15729         * src/filtering.c
15730         * src/prefs_scoring.c
15731         * src/matcher.[ch]
15732         * src/scoring.c
15733                 cleaning code
15734
15735         * src/matcher_parser_parse.y
15736         * src/prefs_filtering.c
15737                 bouncing
15738
15739 2001-11-19 [alfons]     0.6.5claws22
15740
15741         more of my old things into claws
15742
15743         * src/Makefile.am
15744         * src/prefs_common.c
15745         * src/procmsg.h
15746         * src/summaryview.[ch]
15747         * src/prefs_summary_column.c
15748         * src/pixmaps/locked.xpm
15749                 add indicators for locking of message in summary view
15750                 (does not work yet, only visual indicator)
15751
15752 2001-11-19 [paul]       0.6.5claws21
15753
15754         * sync with sylpheed 0.6.5cvs10
15755                 see ChangeLog entry 2001-11-19
15756
15757 2001-11-18 [alfons]     0.6.5claws20
15758         
15759         * src/filtering.c
15760                 remove an inadvertent free I forgot in previous clean up 
15761
15762 2001-11-18 [alfons]     0.6.5claws19
15763
15764         * src/filtering.[ch]
15765                 clean up & plug leaks
15766
15767 2001-11-18 [paul]       0.6.5claws18
15768
15769         * sync with sylpheed 0.6.5cvs9
15770                 see ChangeLog entries 2001-11-17 and 2001-11-18
15771
15772 2001-11-16 [paul]       0.6.5claws17
15773
15774         * sync with sylpheed 0.6.5cvs8
15775                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15776
15777 2001-11-16 [paul]       0.6.5claws16
15778
15779         * sync with sylpheed 0.6.5cvs7
15780                 see ChangeLog entries 2001-11-15 and 2001-11-16
15781
15782 2001-11-15 [hoa]        0.6.5claws15
15783
15784         * src/compose.c
15785                 fix bounce, mails we received couln't be bounced to ourself.
15786
15787         * src/defs.h
15788         * src/filtering.[ch]
15789         * src/matcher.[ch]
15790         * src/matcher_parser.h
15791         * src/matcher_parser_lex.l
15792         * src/matcher_parser_parse.y
15793         * src/inc.c
15794         * src/main.c
15795         * src/mbox.c
15796         * src/prefs_filtering.[ch]
15797         * src/mainwindow.c
15798         * src/prefs_matcher.c
15799         * src/prefs_scoring.c
15800         * src/scoring.[ch]
15801         * src/summaryview.c
15802                 new matcher/filter/score configuration file parser
15803                 one unique configuration file => ~/.sylpheed/matcherrc
15804                 import in currently automatic, then save are made
15805                 in this new file.
15806                 one filter per folder and one global filter
15807                 (filter of a folder will be used as folder processing)
15808
15809         * src/folder.c
15810                 fix a bug in folder_item_get_identifier
15811                 
15812         * src/messageview.c
15813                 receive receipt return are fixed.
15814
15815 2001-11-14 [alfons]     0.6.5claws14
15816
15817         * src/session.h
15818                 add things from main branch to make claws compile
15819
15820 2001-11-14 [paul]       0.6.5claws13
15821
15822         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15823                 see ChangeLog entries 2001-11-08 to 2001-11-14
15824
15825 2001-11-14 [hoa] 0.6.5claws12
15826
15827         * src/compose.[ch]
15828         * src/mainwindow.c
15829         * src/summaryview.c
15830                 add "bounce mail" option
15831
15832 2001-11-13 [christoph]  0.6.5claws11
15833
15834         * src/compose.c
15835                 Cleanup a mess i add before commiting
15836
15837 2001-11-13 [hoa]        0.6.5claws10
15838
15839         * src/compose.c
15840                 some fixes when mail are sent or
15841                 for crossposts
15842
15843 2001-11-13 [christoph]  0.6.5claws9
15844
15845         * po/de.po
15846                 Changed two string with the same translation
15847         * src/compose.c
15848         * src/procmsg.[ch]
15849         * src/send.[ch]
15850                 New mailsending process:
15851                   - Always queue message before sending
15852                     (message will be saved if sylpheed crashed or
15853                      freezes while sending)
15854                   - Allow queuing of newspostings
15855                   - No copy in outbox before sending
15856                     (closes bug #469501)
15857                   - No more redundant code for send and send_later
15858         * src/summaryview.c
15859                 Applied wwp <subscript@free.fr>'s patch that fixes
15860                 marks for multiple forwarded messages (+compose.c)
15861
15862 2001-11-12 [alfons]
15863
15864         * README.claws
15865                 remove things that are now in main branch
15866         
15867         * po/nl.po
15868                 update Dutch translation
15869
15870 2001-11-12 [mhadasht]   0.6.5.claws8
15871
15872         * src/prefs_common.c
15873                 re-enabled account autoselection feature for forward
15874                 and reedit lost during the branch point for SYNC-B4-REL
15875         * src/gtkspell.c
15876                 gtkpspell_get_dict(): more readable code (even if function is
15877                 not used yet)
15878         * ChangeLog.claws
15879                 added version number info to 2001-11-12 [hiro] comment.
15880
15881 2001-11-12 [hiro]       0.6.5.claws7
15882
15883         * src/compose.c
15884                 compose_forward(): fixed a bug that forward quote mark
15885                 wasn't used.
15886                 removed unnecessary code.
15887         * src/template_select.[ch]: removed.
15888
15889 2001-11-11 [alfons]
15890
15891         * src/compose.c
15892                 :%s/GTK_TEXT/GTK_STEXT/g
15893         
15894         * src/compose.[ch]
15895         * src/undo.[ch]
15896         * src/Makefile.am
15897                 revert the undo stuff (this is 0.6.6claws stuff)
15898
15899 2001-11-11 [hoa]        0.6.5.claws6
15900
15901         * src/compose.[ch]
15902                 Insert signature at the end of the text.
15903                 Added undo patch but currently disabled
15904
15905         * src/procmsg.c
15906                 Threading by subject improved.
15907
15908         * added src/undo.[ch]
15909                 Undo module for compose dialog box.
15910
15911 2001-11-11 [alfons]     0.6.5.claws5
15912
15913         * src/procmsg.c
15914                 prevent threading by subject on nodes that have already been
15915                 threaded by in-reply-to (as in "circular references in a tree
15916                 result in a dead branch")
15917
15918 2001-11-09 [hoa]        0.6.5.claws4
15919         
15920         * src/folderview.c
15921                 allows creation of mbox folder item from any files.
15922
15923 2001-11-09 [alfons]     0.6.5.claws3
15924         
15925         * src/utils.c
15926         * src/procmsg.c
15927                 do what I mean and correct threading by subject so it really
15928                 ignores attracting lines without "Re: "
15929
15930 2001-11-07 [alfons]     0.6.5.claws2
15931
15932         * src/procmsg.c
15933         * src/utils.[ch]
15934                 only attract by subject if a subject line starts with a "Re: "
15935         * src/syldap.c
15936                 remove warning
15937
15938 2001-11-07 [paul]       0.6.5claws1
15939
15940         * sync with sylpheed 0.6.5. release
15941                 see ChangeLog entry 2001-11-07
15942
15943 2001-11-07 [paul]       0.6.4claws31
15944
15945         * sync with sylpheed 0.6.4cvs18
15946                 see ChangeLog entries 2001-10-30 to 2001-11-07
15947                 prefs_templates.[ch] renamed prefs_template.[ch]
15948
15949 2001-11-06 [alfons]
15950         
15951         * src/utils.h
15952                 add semicolon Hoa forgot ;-)
15953                 
15954
15955 2001-11-06 [hoa]        0.6.4claws30
15956         
15957         * src/procmsg.c
15958         * src/summaryview.c
15959         * src/utils.c
15960         * src/utils.h
15961                 threading by subject - empty subject are ignored
15962
15963 2001-11-06 [christoph]  0.6.4claws29
15964
15965         * src/socket.c
15966                 use SSL_peek for sock_gets
15967         * src/utils.c
15968                 removed unneeded pointer in extracting quoted
15969                 names implementation
15970
15971 2001-11-06 [melvin]     0.6.4claws28
15972
15973         * src/gtkspell.c
15974                 fixed bug #476792 Selection overtyping with spell checker
15975                 fixed bug which could cause a buffer overflow
15976                 fixed a memory leak
15977
15978 2001-11-06 [hoa]        0.6.4claws27
15979         
15980         * src/procmsg.c
15981         * src/summaryview.c
15982                 threading by subject
15983
15984 2001-11-05 [alfons]     0.6.4claws26
15985         
15986         * README.claws
15987                 Claws -> Sylpheed (vice versa)
15988
15989         * src/compose.c
15990                 :%s/gtk_text/gtk_stext/g
15991                 :%s/GTK_TEXT/GTK_STEXT/g
15992                 (thanks to Jonathan Ware for spotting this)
15993
15994 2001-11-04 [christoph]  0.6.4claws25
15995
15996         * src/summaryview.c
15997                 replace Xalloca + strdup with Xstrdup_a
15998         * src/utils.c
15999                 better implementation of extracting quoted names
16000                 from addresses (remove backlashes and ignore
16001                 quotes after them)
16002
16003 2001-11-04 [alfons]     0.6.4claws24
16004
16005         * src/utils.[ch]
16006                 edit to comply more with coding style
16007
16008         * src/textview.c
16009                 fix bug reported by Kim Schulz. introduced by the patch integrated
16010                 in 0.6.4claws15. the code did not check the return value of
16011                 the html parser.
16012
16013         * AUTHORS
16014                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
16015
16016 2001-11-04 [christoph]  0.6.4claws23
16017
16018         * src/main.c
16019         * src/prefs_common.[ch]
16020                 init some pointers that possibly caused a segfault
16021                 reported in the claws-users ML
16022
16023 2001-11-04 [hoa]        0.6.4claws22
16024
16025         * src/grouplistdialog.c
16026                 change the names of the nodes in the tree
16027
16028         * src/compose.c
16029                 enhanced mailto syntax as described in
16030                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
16031                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
16032
16033         * src/utils.c
16034                 encode and decode URI (useful when opening URL into
16035                 netscape).
16036
16037 2001-11-03 [hoa]        0.6.4claws21
16038
16039         * src/grouplistdialog.c
16040                 a new newsgroups list selection dialog box
16041                 with a CTree instead of a CList
16042
16043 2001-11-03 [hoa]        0.6.4claws20
16044
16045         * src/folderview.c
16046                 enable property and scoring options when right
16047                 click on "inbox"
16048
16049         * src/summaryview.c
16050                 fixed bug when nickname were displayed using
16051                 the address book.
16052
16053 2001-11-02 [darko]      0.6.4claws19
16054
16055         * src/compose.c
16056                 new wrap quotation and URL/long words wrapping implementation
16057         * src/compose.c src/gtkstext.[ch]
16058                 move gtkstext_strncmp() to gtkstext.c
16059
16060 2001-11-01 [christoph]  0.6.4claws18
16061
16062         * src/prefs_account.c
16063                 fixed mess in account settings dialog
16064         * src/prefs_folder_item.c
16065                 added label with folder path to dialog
16066
16067 2001-10-31 [match]      0.6.4claws17
16068
16069         * src/vcard.c
16070                 fix memory leak.
16071         * src/addrbook.c
16072                 fix generation of spurious address book file names.
16073                 remove redundant functions.
16074         * po/POTFILES.in
16075                 added missing file names.
16076
16077 2001-10-30 [paul]       0.6.4claws16
16078
16079         * sync with sylpheed 0.6.4cvs6
16080                 see ChangeLog entries 2001-10-26 to 2001-10-30
16081
16082         * tools/filter_conv.pl
16083                 read folderlist.xml to discover whether the top-level
16084                 folder is called 'Mailbox' or 'Mail' 
16085
16086 2001-10-29 [paul]       0.6.4claws15
16087
16088         * src/html.c, src/textview.c
16089                 activate links in html mail and fix clickable parts
16090                 Submitted by Matthieu Dazy <dazy@t-surf.com>
16091
16092 2001-10-29 [paul]
16093
16094         * po/de.po, po/es.po, po/pt_BR/po
16095                 updated translations, submitted by Jens Oberender,
16096                 Ricardo Mones Lastra, and Fabio Junior Beneditto
16097
16098 2001-10-29 [darko]      0.6.4claws14
16099
16100         * src/compose.c
16101                 fix wrapping for good
16102
16103 2001-10-29 [darko]
16104
16105         * src/compose.c
16106                 undo previous change as it broke the smart wrapping
16107
16108 2001-10-29 [darko]      0.6.4claws13
16109
16110         * src/compose.c
16111                 fix infinite loop when long URL is quoted
16112                 (closes bug #475122.
16113
16114 2001-10-28 [match]
16115
16116         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16117                 import Mutt address book
16118         * src/ldif.[ch] src/importldif.h
16119                 modified import LDIF handle user attributes
16120
16121 2001-10-28 [christoph]  0.6.4claws12
16122
16123         * src/summaryview.c
16124                 fixed that filtering did not work if there
16125                 were no filter rules
16126                 (closes bug #472003 and better implementation
16127                  of patch #474644)
16128
16129 2001-10-27 [christoph]  0.6.4claws11
16130
16131         * src/compose.c
16132                 make the folder's default account to be used when
16133                 replying. (patch by wwp <subscript@free.fr>)
16134         * src/compose.c
16135                 code cleanup, nearly killed all of wwp's patch
16136                 for folder's default account in compose
16137         * src/folderview.c
16138                 error panel when a folder could not be created
16139                 (closes bug #471080 new folder name & already
16140                  existing file)
16141
16142 2001-10-26 [alfons]
16143
16144         * src/utils.h
16145                 change prototype of strstr2() that Christoph forgot about
16146
16147 2001-10-26 [christoph]  0.6.4claws10
16148
16149         * src/account.c
16150                 made search for accounts by email address not case
16151                 sensitive
16152         * src/folder.c
16153                 fixed memory leak in folder_item_get_identifier
16154         * src/gtkspell.c
16155         * src/utils.c
16156                 fixed wrong strstr2 (should work like strstr)
16157
16158 2001-10-26 [darko]      0.6.4claws9
16159
16160         * src/compose.c src/gtkstext.[ch]
16161         * src/gtkstext.c
16162                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16163
16164 2001-10-26 [paul]       0.6.4claws8
16165
16166         * src/html.c
16167                 ignore css and javascript tags in html mail
16168                 case-insensitive, with or without double-quoted
16169                 strings
16170
16171 2001-10-26 [paul]       0.6.4claws7
16172
16173         * sync with sylpheed 0.6.4cvs1
16174                 see ChangeLog entry 2001-10-26
16175
16176         * src/prefs_account.c, src/prefs_common.c,
16177           src/prefs_summary_column.c
16178                 minor improvements to the English
16179
16180 2001-10-25 [alfons]     0.6.4claws6
16181
16182         * src/gtkstext.c
16183         
16184                 make GtkSText follow style of GtkText (closes bug 
16185                 #469211 "text selection while writing message")
16186                 
16187                 do sync with GTK 1.2.10
16188
16189 2001-10-25 [paul]       0.6.4claws5
16190
16191         * src/html.c
16192                 ignore css tags in html mail
16193
16194 2001-10-25 [darko]      0.6.4claws4
16195
16196         * src/compose.c
16197                 don't declare is_url_string as static function since
16198                 we need it in gtkstext.c
16199         * src/gtkstext.c
16200                 remove unused variable
16201                 don't wrap long URLs while composing a message
16202
16203 2001-10-24 [christoph]  0.6.4claws3
16204
16205         * src/socket.c
16206                 fix ssl deadlock, when peer closes connection
16207
16208 2001-10-24 [paul]       0.6.4claws2
16209
16210         * src/prefs_common.c
16211                 gettextize the gpg ascii-armored warning message
16212
16213         * src/compose.c
16214                 insert a DOS/MAC file into the composed message
16215                 (improvements)
16216
16217         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16218
16219 2001-10-22 [paul]       0.6.4claws1
16220
16221         * sync with sylpheed 0.6.4 release
16222                 see ChangeLog entries 2001-10-21
16223
16224         * po/fr.po, po/pt_BR.po
16225                 updated by Melvin Hadasht and Fabio Junior Beneditto
16226
16227 2001-10-21 [paul]       0.6.3claws30
16228
16229         * src/compose.c
16230                 insert a DOS text file from the compose window
16231                 into the composed message text (removes CRs characters)
16232                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16233
16234         * tools/filter_conv.pl, tools/README
16235                 automatically use ~/.sylpheed as working directory
16236                 print out confirmation message on completion
16237
16238         * correct Hoa's last ChangeLog.claws entry
16239
16240 2001-10-20 [hoa]        0.6.3claws29
16241
16242         * src/grouplistdialog.c
16243                 bugfix (another ?) to give the right
16244                 newsgroups list for each news server.
16245
16246         * src/news.c
16247         * src/news.h
16248                 improve the newsgroups list cache
16249
16250 2001-10-20 [paul]       0.6.3claws28
16251
16252         * sync with sylpheed 0.6.3cvs9
16253                 see ChangeLog entry 2001-10-19
16254
16255         * correct Alfons' last ChangeLog.claws entry
16256
16257 2001-10-19 [alfons]
16258
16259         * src/pgptext.[ch]
16260                 fix compilation problems (part of bug #472895)
16261
16262 2001-10-18 [hoa]        0.6.3claws27
16263
16264         * src/grouplistdialog.c
16265                 bugfix when we refresh was clicked (bug 472701)
16266
16267 2001-10-19 [christoph]  0.6.3claws26
16268
16269         * src/compose.c
16270                 last header entry should default to "To:" or
16271                 "Newsgroups:" and not copy the last entry line
16272                 in a new compose window
16273                 (closes bug #472686, #470792)
16274
16275 2001-10-19 [paul]       0.6.3claws25
16276
16277         * sync with Sylpheed 0.6.3cvs8
16278                 see ChangeLog entries 2001-10-18 and 2001-10-19
16279
16280 2001-10-18 [christoph]  0.6.3claws24
16281
16282         * src/procmsg.c
16283                 reimplement ignore thread
16284         
16285 2001-10-18 [hoa]        0.6.3claws23
16286
16287         * src/folderview.c
16288         * src/grouplistdialog.[ch]
16289                 enhanced news subscription interface (feature 469113)
16290
16291         * src/news.c
16292         * src/news.h
16293                 enchanced newsgroup listing,
16294                 now, we can get groups informations
16295                 (NNTPGroupInfo)
16296
16297 2001-10-18 [paul]       0.6.3claws22
16298
16299         * src/summaryview.c
16300                 remove comment (sync with main branch)
16301         * src/mainwindow.c
16302                 fix 'Re-edit' bug in 'Message' menu
16303
16304 2001-10-17 [christoph]  0.6.3claws21
16305
16306         * src/compose.c
16307                 ignore empty or whitespace only header lines
16308
16309 2001-10-17 [paul]       0.6.3claws20
16310
16311         * sync with sylpheed 0.6.3cvs7
16312                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16313                 2001-10-17
16314
16315 2001-10-17 [darko]
16316
16317         * src/compose.c
16318                 wrap long lines without spaces
16319                 don't wrap URLs
16320
16321 2001-10-16 [paul]
16322
16323         * po/es.po, po/nl.po, po/pt_BR.po
16324                 updated by Ricardo Mones Lastra, Alfons,
16325                 and Fabio Junior Beneditto
16326
16327         * sylpheed-0.6.3claws released
16328
16329 2001-10-15 [melvin] 0.6.3claws18
16330
16331         * README.claws
16332                 added summary and detailed installation instructions
16333                 for spell checker
16334         * po/fr.po
16335                 Updated, corrected and completed french translation
16336
16337 2001-10-15 [hoa] 0.6.3claws17
16338         * src/grouplistdialog.c
16339                 we can choose the newsgroups to display with wildcards
16340
16341 2001-10-15 [christoph]  0.6.3claws16
16342
16343         * src/account.c
16344         * src/compose.c
16345         * src/prefs_folder_item.[ch]
16346                 applied wwp <subscript@free.fr>'s folder
16347                 default account patch
16348         * po/de.po
16349                 Fixed wrong translation
16350
16351 2001-10-13 [alfons, christoph, melvin]  
16352                         0.6.3claws15
16353
16354         solution #2 to solve MT-safety problems defers all GUI related calls
16355         to the main thread using a gtk_idle_add() callback. discussed on
16356         ircnet #sylpheed, with christoph spotting some issues with the
16357         original code, and melvin allowing us to lobotomize his sylpheed.
16358
16359         * src/syldap.[ch], src/main.c
16360                 fix race problem in ldap search thread by deferring GUI 
16361                 stuff to main thread using gtk_idle_add()
16362
16363 2001-10-13 [paul]       0.6.3claws14
16364
16365         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16366                 add Sergey's smtpcred.patch
16367                 adds separate username/password setting for SMTP Auth
16368                 needed by some servers
16369                 (closes feature request #471659)
16370
16371 2001-10-13 [paul]       0.6.3claws13
16372
16373         * src/pgptext.[ch] **NEW FILES**
16374         * src/Makefile.am, src/messageview.c, src/mimeview.c
16375                 decrypt ascii-armored gpg text embedded in
16376                 the message body.
16377                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16378
16379 2001-10-13 [christoph]  0.6.3claws12
16380
16381         * README.claws
16382                 some more details on default to and
16383                 feature requests
16384         * src/main.c
16385                 init glib threading when ldap is used
16386         * src/syldap.c
16387                 threading fixes
16388         * po/de.po
16389                 fixed a typo
16390
16391 2001-10-12 [paul]       0.6.3claws11
16392
16393         * src/prefs_common.[ch], src/rfc2015.c
16394                 enable ascii-armored gpg text to be embedded in the
16395                 message body, selectable through the 'Privacy'
16396                 preferences. Supports encrypting only.
16397                 Submitted by Ravemax <ravemax@dextrose.com>
16398
16399 2001-10-12 [paul]       0.6.3claws10
16400
16401         * sync with sylpheed 0.6.3cvs6
16402                 see ChangeLog entries 2001-10-11 and 2001-11-12
16403
16404         * src/folderview.c
16405                 incorporated mbox folders, scoring, and folder
16406                 properties into the sync
16407
16408 2001-10-12 [darko]      0.6.3claws9
16409
16410         * README.claws
16411                 describe quotation wrapping
16412         * src/compose.c
16413                 don't treat tab as space to calculate line length properly
16414
16415 2001-10-11 [alfons]
16416
16417         * README.claws
16418                 correct description of how to make new filtering system work,
16419                 add some other things
16420                 
16421         * src/syldap.c
16422                 remove sched_yield() (not necessary / unportable)
16423
16424 2001-10-11 [paul]       0.6.3claws8
16425
16426         * sync with sylpheed 0.6.3cvs3
16427                 see ChangeLog entry 2001-10-10
16428
16429 2001-10-10 [christoph]  0.6.3claws7
16430
16431         * .cvsignore
16432                 ignore 2 files created by newer autotools
16433         * src/prefs_folder_item.c
16434                 using table for widget alignment
16435                 fixed memory leak and broken octal display
16436         * src/filesel.c
16437                 fixed segfault caused by lost filename
16438                 workaround (closes bug #469551)
16439
16440 2001-10-10 [paul]       0.6.3claws6
16441
16442         * sync with sylpheed 0.6.3cvs2
16443                 see ChangeLog entries 2001-10-09 and 2001-10-10
16444
16445 2001-10-10 [darko]      0.6.3.claws5
16446
16447         * src/gtkstext.c
16448                 proper calculation of right margin if smart wrapping is enabled
16449         * src/compose.c
16450                 automatically wrap long lines if wrap quotation is enabled
16451
16452 2001-10-09 [alfons]     0.6.3.claws4
16453
16454         * src/summaryview.c
16455                 select correct row when deleting last row in the summary view (and
16456                 close bug "[ #469104 ] select second last in list when deleting")
16457
16458 2001-10-09 [paul]       0.6.3claws3
16459
16460         * sync with sylpheed 0.6.3cvs1
16461                 updated some autotool scripts
16462
16463 2001-10-09 [darko]      0.6.3claws2
16464
16465         * src/gtkstext.[ch]
16466                 new name and mark with Sylpheed comment
16467         * src/compose.c
16468                 smart quotation wrapping a-la VIM
16469
16470 2001-10-08 [paul]       0.6.3claws1
16471
16472         * sync with sylpheed 0.6.3 release
16473                 see ChangeLog entry 2001-10-08
16474
16475 2001-10-08 [paul]       0.6.2claws24
16476
16477         * src/summaryview.c
16478                 more sync with sylpheed 0.6.2cvs12
16479                 Fixed the bug that didn't select the last row correctly
16480
16481
16482 2001-10-07 [paul]       0.6.2claws23
16483
16484         * sync with sylpheed 0.6.2cvs12
16485                 see ChangeLog entry 2001-10-07
16486
16487 2001-10-06 [match]
16488         * src/jpilot.[ch]
16489                 enable jpilot to read unsynch'ed addresses.
16490
16491         * src/editldap_basedn.c
16492                 fix segfault when opening dialog.
16493
16494 2001-10-06 [alfons]     0.6.2.claws22
16495
16496         * src/summaryview.c
16497                 fix bug with summary view selecting last *inserted*
16498                 node instead of last *visible* node. remember we
16499                 work with a tree
16500
16501 2001-10-06 [paul]       0.6.2claws21
16502
16503         * po/pt_BR.po
16504                 updated translation, contains some fixes and new
16505                 translations, submitted by Gustavo Noronha Silva
16506                 <kov@debian.org>
16507
16508         * src/prefs_common.c
16509                 change 'each' to 'every' - fix dubious English
16510
16511         * sync with sylpheed 0.6.2cvs11
16512
16513 2001-10-05 [alfons]     0.6.2claws20
16514
16515         * src/mainwindow.[ch], src/folderview.c
16516                 make composite tool button switch between "Compose News"
16517                 and "Compose Mail" depending on selected folder
16518                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16519
16520 2001-10-05 [paul]       0.6.2claws19
16521
16522         * src/mainwindow.c, src/summaryview.c
16523                 fix 'Message/Reply to all', broken in last commit
16524
16525         * src/compose.c
16526                 fix X_BEENTHERE seg fault, thanks to Alfons
16527
16528 2001-10-04 [paul]       0.6.2claws18
16529
16530         * src/compose.[ch], src/mainwindow.c
16531                 make "Message/Reply" reply to mailing lists; matches
16532                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16533                 based on portions of the patch submitted by
16534                 Junichi Uekawa <dancer@netfort.gr.jp>
16535
16536 2001-10-04 [darko]      0.6.2claws17
16537
16538         * src/compose.c
16539                 better smart wrapping
16540         * src/gtkstext.[hc]
16541                 a function to make text buffer contiguous
16542
16543 2001-10-03 [paul]       0.6.2claws16
16544
16545         * sync with sylpheed 0.6.2cvs10
16546
16547 2001-10-02 [alfons]
16548
16549         * configure.in
16550         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16551                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16552                 references to chinese translations (hope someone picks up
16553                 this)
16554
16555 2001-10-02 [christoph]  0.6.2claws15
16556
16557         * src/compose.c
16558                 fixed non translated header bug
16559         * ChangeLog.claws
16560                 fixed wrong date in alfons last entry ;)
16561
16562 2001-10-02 [alfons]     0.6.2claws14
16563
16564         * src/compose.c, src/prefs_common.[ch]
16565                 add block cursor option
16566
16567 2001-10-02 [paul]       0.6.2claws13
16568
16569         * sync with sylpheed 0.6.2cvs9
16570
16571 2001-09-30 [paul]       0.6.2claws12
16572
16573         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16574                 updated translations
16575
16576         * po/POTFILES.in
16577                 add 'src/importldif.c'
16578
16579         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16580                 added eudora-to-vCard conversion tool
16581                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16582
16583         * sync with sylpheed 0.6.2cvs8
16584
16585 2001-09-30 [paul]
16586
16587         * sylpheed-0.6.2claws released
16588
16589 2001-09-27 [melvin]     0.6.2claws11
16590
16591         * src/gtkspell.c
16592                 fixed crash when using default path (introduced 
16593                 in 0.6.2claws10)
16594                 fixed tiny bug for initial suggestion mode
16595
16596 2001-09-27 [melvin]     0.6.2claws10
16597         
16598         * src/gtkspell.c
16599                 fixed bug where gtkpspell didn't set the path correctly
16600
16601         * README.claws
16602                 added a paragraph about spell checking
16603                 
16604
16605
16606 2001-09-27 [paul]       0.6.2claws9
16607
16608         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16609                 replace '// comments' with '/* comments */' to prevent
16610                 some compiler warnings 
16611
16612         * sync with sylpheed 0.6.2cvs6
16613
16614 2001-09-26 [alfons]     0.6.2claws8
16615
16616         * src/messageview.c
16617                 introduce return receipt request notification again,
16618                 which was lost because of other semantics in 
16619                 procheader_parse() (???)
16620
16621 2001-09-26 [christoph]  0.6.2claws7
16622
16623         * src/compose.c
16624                 replace comments for old code with #if 0
16625                 readded auto cc, bcc and reply-to
16626         * src/prefs_matcher.c
16627         * src/prefs_scoring.c
16628                 removed some definition (was moved to
16629                 prefs.h)
16630
16631 2001-09-26 [paul]       0.6.2claws6
16632
16633         * src/mainwindow.c
16634                 make 'Follow-up and reply to' sensitive
16635
16636         * more sync with sylpheed 0.6.2cvs5
16637
16638 2001-09-25 [melvin]
16639
16640         * 0.6.2claws5
16641
16642         * src/gtkspell.c
16643                 fixed bug for "US-ASCII" introduced by the encoding code
16644
16645 2001-09-25 [paul]
16646
16647         * 0.6.2claws4
16648
16649         * src/prefs_common.[ch], src/summaryview.c
16650                 'next unread msg' 'go to next folder?' dialog can be
16651                 given default behaviour, either always show dialog,
16652                 or assume 'yes', or assume 'no'
16653                 Submitted by wwp <subscript@free.fr>
16654
16655 2001-09-25 [melvin]
16656                 
16657         * src/compose.c src/gtkspell.[ch]
16658                 added support for different encodings
16659
16660 2001-09-25 [paul]
16661
16662         * more sync with sylpheed 0.6.2cvs5
16663
16664 2001-09-24 [alfons]
16665         
16666         * src/prefs_folder_item.c
16667                 add check for item->prefs->default_to string is NULL and
16668                 add another check when freeing this string
16669
16670 2001-09-24 [paul]
16671
16672         * configure.in
16673                 change to version 0.6.2claws3
16674
16675         * sync with sylpheed 0.6.2cvs5 
16676
16677 2001-09-24 [match]
16678         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16679                 import LDIF files.
16680         * src/addrcache.[ch], addrindex.[ch]
16681                 small update for future
16682         * src/addrbook.c
16683                 fix test XML file.
16684
16685 2001-09-24 [melvin]
16686         * src/gtkspell.[ch]
16687                 added 'Learn from mistakes' option
16688                 better handling of quotes in checked words
16689                 sorted dict list
16690         * po/fr.po
16691                 small update for spell checking stuff
16692
16693 2001-09-23 [alfons]
16694         
16695         * src/gtkspell.c
16696                 edit a little bit so it complies more with main coding style
16697
16698 2001-09-23 [alfons]
16699
16700         * src/folder.[ch], prefs_folder_item.c, compose.c
16701                 migrate "request return receipt" folder property
16702                 to folderlist.xml
16703
16704 2001-09-22 [alfons]
16705
16706         * README.claws **NEW**
16707                 (add things of interest for users of main branch 
16708                 and claws here)
16709
16710         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16711                 re-implement threading per folder option, but store 
16712                 the setting in folderlist.xml (where it belongs)
16713
16714 2001-09-21 [melvin]
16715
16716         * src/gtkspell.[ch]
16717                 fixed bug when compose window is under another window
16718         * src/prefs_common.[ch] src/compose.c
16719                 changed 'dictionary_path' to 'dictionary' to be consistent
16720                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16721         * ac/pspell.m4 src/Makefile.am 
16722                 dropped PSPELL_PATH macro
16723         * po/fr.po
16724                 updated translations
16725
16726 2001-09-21 [christoph]
16727
16728         * src/compose.c
16729                 added border around header fields
16730                 keep header type when new field is added
16731
16732 2001-09-20 [christoph]
16733
16734         * src/utils.[ch]
16735                 more portable debug_print with source filename
16736                 and linenumber
16737         * src/procmsg.c
16738                 more newlines after debug messages
16739
16740 2001-09-20 [paul]
16741
16742         * configure.in
16743                 change to version 0.6.2claws2
16744
16745         * sync with sylpheed 0.6.2cvs3
16746
16747 2001-09-19 [melvin]
16748
16749         * src/gtkspell.c
16750                 fixed the post-right-click focus pb
16751                 fixed crash when 'Spell check all' after dict change 
16752                         and when cursor is at the end of the text
16753                 shift-right-click pops up config menu even on misspelled words.
16754         * po/POTFILES.in
16755                 added gtkspell.c
16756
16757 2001-09-19 [melvin]
16758
16759         * src/about.c
16760                 added pspell to compiled-in features list
16761
16762 2001-09-18 [melvin]
16763
16764         * switched to pspell and dropped ispell
16765         * ac/pspell.m4
16766                 new file. autoconf macro for pspell
16767         * ac/Makefile.am 
16768         * configure.in acconfig.h
16769                 added pspell support
16770         * src/Makefile.am
16771         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16772         * src/prefs_common.[ch] 
16773                 added pspell support
16774
16775 2001-09-18 [christoph]
16776
16777         * src/addr_compl.c
16778         * src/template.[ch]
16779                 replace LOG_MESSAGE with debug_print
16780         * src/compose.[ch]
16781                 gui improvements
16782         * src/menu.c
16783                 added newline after debug message
16784         * src/utils.h
16785                 using __VA_ARGS__ for debug_print macro
16786         * tools/.cvsignore
16787                 ignore Makefile and Makefile.in
16788
16789 2001-09-18 [paul]
16790
16791         * configure.in
16792                 change to version 0.6.2claws1
16793         * sync with sylpheed 0.6.2cvs1
16794
16795         * src/matcher.c 
16796         * src/prefs_matcher.c
16797                 add 'score equal to' option, submitted by
16798                 Paul Evans <nerd@freeuk.com>
16799
16800 2001-09-15 [christoph]
16801
16802         * src/mainwindow.c
16803                 comment out menu entry not existing in claws
16804         * src/menu.c
16805                 add debug output for non existing menu entries
16806         * src/summaryview.c
16807                 fix next/prev unread message for ignored threads
16808         * src/utils.[ch]
16809                 add sourcefile and line number to debug output
16810                 otherwise it is sometimes hard to find the
16811                 source code part if debug messages are translated
16812
16813 2001-09-14 [darko]
16814         
16815         * src/folderview.c
16816                 refresh target folder style after colour is changed
16817
16818 2001-09-13 [paul]
16819
16820         * configure.in
16821                 change to version 0.6.1claws3
16822
16823         * sync with sylpheed 0.6.1cvs6
16824
16825 2001-09-13 [darko]
16826         
16827         * src/folderview.c
16828                 fix target folder colourization to use user selected colour
16829
16830 2001-09-12 [darko]
16831         
16832         * src/summaryview.c
16833                 fix crash when message that is marked for copy/move is unmarked
16834
16835 2001-09-09 [paul]
16836
16837         * configure.in
16838                 change to version 0.6.1claws2
16839
16840         * sync with sylpheed 0.6.1cvs3
16841
16842 2001-09-09 [alfons]
16843         
16844         * src/folderview.c
16845                 fix bug with default font used for trash folder text
16846
16847 2001-09-06 [paul]
16848
16849         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16850                 updated translations
16851
16852         * configure.in
16853                 change to version 0.6.1claws1
16854
16855         * sync with sylpheed 0.6.1cvs2
16856
16857 2001-09-03 [paul]
16858
16859         * po/POTFILES.in
16860                 add Match's new addressbook
16861
16862         * po/de.po
16863                 updated translation submitted by Jens Oberender
16864
16865 2001-09-02 [paul]
16866
16867         * configure.in
16868                 change to 0.6.1claws
16869         * sync with sylpheed 0.6.1 release
16870
16871 2001-09-02 [paul]
16872
16873         * configure.in
16874                 change to 0.6.0claws2
16875
16876         * sync with sylpheed 0.6.0cvs4
16877
16878         * po/pt_BR.po
16879                 updated translation submitted by Fabio Junior Beneditto
16880
16881 2001-09-01 [match]
16882         * pixmaps/
16883                 interface.xpm
16884                 book.xpm
16885                 address.xpm
16886         * src/
16887                 Makefile.am
16888                 a ton of new files
16889
16890 2001-08-31 [paul]
16891
16892         * configure.in
16893                 change to version 0.6.0claws1
16894
16895         * sync with sylpheed 0.6.0cvs1
16896
16897         * po/es.po
16898                 updated translation submitted by Ricardo Mones Lastra
16899
16900         * po/POTFILES.in
16901                 add 'src/prefs_templates.c'
16902
16903         * src/compose.c, src/summaryview.c
16904                 fix segfault on 'Re_edit'               
16905
16906 2001-08-30 [alfons]
16907
16908         * configure.in, Makefile.am
16909         * tools/Makefile.am
16910                 add tools directory to source distribution
16911
16912 2001-08-30 [paul]
16913
16914         * configure.in
16915                 change to version 0.6.0claws
16916
16917         * sync with sylpheed 0.6.0 release
16918
16919 2001-08-30 [christoph]
16920
16921         * configure.in
16922                 removed autoconf version check
16923
16924 2001-08-30 [paul]
16925
16926         * src/account.c, src/compose.c, src/prefs_common.[ch]
16927         * src/procheader.[ch] src/utils.[ch]
16928                 Enhanced automatic account selection on replies
16929                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16930
16931         * configure.in
16932                 add LDAP and JPilot to the configuration results output.
16933
16934 2001-08-29 [christoph]
16935
16936         * src/summeryview.c
16937                 no bold font for ignored threads
16938
16939 2001-08-29 [paul]
16940
16941         * configure.in
16942                 change to version 0.5.3claws6
16943
16944         * sync with sylpheed 0.5.3cvs10
16945                 src/stringtable.[ch]: New Files
16946
16947         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16948         * src/pixmaps/sylpheed.xpm
16949                 add mini-icons to windows (by Alfons)
16950
16951 2001-08-27 [paul]
16952
16953         * src/mainwindow.c
16954                 new functions: next_labeled_cb(), prev_labeled_cb()
16955
16956         * src/summaryview.c
16957                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16958                 summary_select_next_labeled(), summary_select_prev_labeled()
16959
16960         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16961                 give claws blue folders and a blue trash can
16962
16963 2001-08-27 [paul]
16964
16965         * configure.in
16966                 change to version 0.5.3claws5
16967
16968         * sync with sylpheed 0.5.3cvs9
16969                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16970
16971 2001-08-24 [christoph]
16972
16973         * src/filesel.c
16974                 keep filename when browsing directories
16975                 (not working for user entered filename, but
16976                  for default name and selected filename from
16977                  file list)
16978         * src/mainwindow.c
16979                 fixed wrong spelling "Folllow-up"
16980         * src/mbox_folder.c
16981         * src/procmsg.c
16982         * src/summaryview.c
16983                 fixed new/unread message count with ignored
16984                 threads (2 commits, first didn't notice no
16985                 longer needed decreasing)
16986         * src/inc.c
16987                 readded scrolling of progress dialog
16988                 (lost in sync)
16989
16990 2001-08-24 [paul]
16991
16992         * configure.in
16993                 change to 0.5.3claws4
16994
16995         * sync with sylpheed 0.5.3cvs7
16996
16997 2001-08-24 [christoph]
16998
16999         * src/compose.c
17000                 set request return receipt when replying
17001                 if it is set is the folder prefs of the
17002                 message
17003         * src/inc.c
17004                 disable final error popup if popups are
17005                 disabled in config (again)
17006
17007 2001-08-23 [paul]
17008
17009         * configure.in
17010                 Change version number to 0.5.3claws3
17011
17012         * sync with sylpheed 0.5.3cvs5
17013
17014         * src/mimeview.c
17015                 double quote '%s' in 'gedit %s' to fix bug when
17016                 opening attachment with spaces in the name
17017
17018 2001-08-22 [alte]
17019         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
17020           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
17021                 initial message templates support
17022
17023
17024 2001-08-22 [paul]
17025
17026         * configure.in
17027                 change version number to 0.5.3claws2
17028
17029         * sync with sylpheed 0.5.3cvs4
17030
17031         * src/procmsg.h src/summaryview.c
17032                 re-implement (un)ignore thread
17033
17034 2001-08-21 [paul]
17035
17036         * src/summaryview.c
17037                 remove unnecessary code
17038         * src/compose.c
17039                 enable 'dynamic' signatures (submitted by
17040                 Eric Limpens <eric@hscg-internet.nl>)
17041
17042 2001-08-21 [paul]
17043
17044         clean up after sync with sylpheed 0.5.3 release
17045
17046         * src/folderview.c
17047                 fix re-introduced font mess, see Christoph's
17048                 entry 2001-06-24
17049
17050         * src/summaryview.c
17051                 remove prev_msgnum
17052                 use sylpheed's small font instead of
17053                 gtk default font for summary view
17054
17055
17056 2001-08-17 [paul]
17057
17058         * configure.in
17059                 add pl to ALL_LINGUAS - sync with main branch
17060
17061         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
17062                 Updated. Translations by Jens Oberender, Ricardo Mones
17063                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
17064
17065         * po/pl.po  ** NEW FILE **
17066                 sync with the main branch
17067
17068         * src/folderview.c
17069                 fix target folder colorizing and refresh problem
17070
17071
17072 2001-08-17 [christoph]
17073
17074         * src/mainwindow.c
17075                 claws uses 4 colors for target folder coloring.
17076                 arrays were not long enough and destroyed the
17077                 stack causing a segfault.
17078                 target folder colorizing does not work anymore
17079                 for me
17080
17081 2001-08-16 [paul]
17082
17083         * configure.in
17084                 change to version 0.5.3claws1
17085
17086         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
17087           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
17088           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
17089
17090                 sync with sylpheed 0.5.3 release, but keep claws method of
17091                 configuring/saving fonts
17092
17093         * src/addressbook.[ch]
17094                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
17095                 in line with a similar change in Hiroyuki's branch
17096
17097         * src/mainwindow.[ch]
17098                 disable main_window_set_thread_option()
17099         * src/prefs_folder_item.c
17100                 comment out &tmps_prefs.enable_thread,
17101         * src/mbox_folder.c, src/procmsg.[ch]
17102                 comment out MSG_IS_IGNORE_THREAD
17103         * src/summaryview.c
17104                 comment out summary_ignore_thread() and summary_unignore_thread()
17105                 comment out MSG_IS_IGNORE_THREAD
17106
17107                 use Hiroyuki's threading instead.
17108
17109
17110
17111 2001-08-15 [paul]
17112
17113         * src/account.c
17114                 use Hiroyuki's 0.5.3 column scheme but also
17115                 include the enable/disable button.
17116         * src/pixmaps/mark.xpm
17117                 add Hiroyuki's amended pixmap
17118
17119 2001-08-13 [christoph]
17120
17121         * src/account.c
17122                 receive at get all column showed wrong state for APOP
17123                 button should only work for POP3 and APOP accounts
17124         * src/prefs_account.c
17125                 added missing preprocessor statement for SSL
17126
17127 2001-08-12 [paul]
17128
17129         * src/account.[ch]
17130                 add 'receive at get all' column and enable/disable
17131                 button.
17132
17133 2001-08-06 [christoph]
17134
17135         * src/account.c
17136                 show usage of SSL in protocol column
17137
17138         * src/imap.c
17139         * src/inc.c
17140                 renamed ssl options
17141
17142         * src/prefs_account.[ch]
17143                 moved ssl options to a new page
17144
17145         * src/send.c
17146         * src/smtp.c
17147         * src/ssl.[ch]
17148                 renamed ssl options
17149                 added support for SMTP STARTTLS command
17150
17151 2001-08-05 [christoph]
17152
17153         * configure.in
17154                 debian autoconf needs version check to find
17155                 correct autoconf version. if the file is
17156                 named configure.in 2.13 is used, which does
17157                 not work with this configure.in script.
17158                 other solution would be to rename the script
17159                 to configure.ac as suggested in the autoconf
17160                 manual.
17161
17162         * src/inc.c
17163                 disable final error popup if popups are
17164                 diabled in config
17165
17166         * src/socket.c
17167                 bugfix in ssl_gets
17168                 fixes IMAP over SSL problem
17169
17170 2001-08-03 [paul]
17171
17172         * configure.in
17173                 change to 0.5.2claws1
17174
17175         * sync with sylpheed 0.5.2cvs1
17176
17177 2001-08-02 [alfons]
17178
17179         * configure.in
17180                 quick fix for ispell detection...
17181
17182 2001-08-01 [paul]
17183
17184         * configure.in
17185                 change to 0.5.1claws4
17186
17187         * sync with sylpheed 0.5.1cvs7
17188
17189 2001-07-31 [alfons]
17190
17191         * src/prefs_common.c, src/prefs_common.h, 
17192           src/gtkspell.c, src/gtkspell.h
17193                 add global spelling checker settings (compose tab) +
17194                 selection of dictionary 
17195           
17196         * configure.in  
17197                 guess valid ispell location
17198
17199 2001-07-31 [paul]
17200
17201         * po/POTFILES.in
17202                 removal of 'src/quote_fmt_parse.c'
17203         * po/de.po
17204                 Updated de.po
17205                 (submitted by Jens Oberender <didge@suse.de>)
17206
17207 2001-07-31 [darko]
17208
17209         * src/folder.[ch]
17210         * src/folderview.[ch]
17211         * src/mainwindow.c
17212         * src/mh.c
17213         * src/prefs_common.[ch]
17214         * src/summaryview.c
17215                 target folder colourization
17216
17217 2001-07-30 [paul]
17218
17219         more sync with Sylpheed 0.5.1cvs6 
17220
17221 2001-07-30 [darko]
17222
17223         * src/mh.c
17224         * src/prefs_folder_item.[hc]
17225         * src/summaryview.c
17226                 shared folders support with a GUI
17227
17228 2001-07-29 [paul]
17229
17230         0.5.1claws3
17231
17232         * sync with Sylpheed 0.5.1cvs6
17233
17234 2001-07-29 [paul]
17235
17236         * po/pt_BR.po
17237                 updated
17238                 (submitted by Fabio Junior Beneditto)
17239
17240 2001-07-28 [paul]
17241
17242         * src/procmime.c
17243         * AUTHORS
17244                 patch to correct bad image mime headers
17245                 (submitted by Don Quijote <dq@searchlores.org>)
17246
17247 2001-07-28 [paul]
17248
17249         * tools/gif2xface.pl   **NEW FILE**
17250         * tools/README
17251                 script to convert file.gif to file.xface for
17252                 use in a custom header.
17253                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17254
17255 2001-07-27 [alfons]
17256         
17257         * configure.in
17258                 change macros for detecting JPilot and LDAP
17259
17260 2001-07-27 [christoph]
17261
17262         * src/filtering.c
17263                 code cleanup (MIN / MAX warning, needed casting)
17264
17265 2001-07-27 [alfons]
17266
17267         * procheader.c
17268                 disallow setting flags when detecting certain headers
17269                 (X-Status, Status, Seen, X-Seen). 
17270         
17271         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17272
17273 2001-07-27 [christoph]
17274
17275         * src/prefs_filter.c
17276         * src/prefs_filtering.c
17277         * src/prefs_matcher.c
17278         * src/prefs_scoring.c
17279                 scroll list when moving rows up or down
17280
17281         * src/imap.c
17282         * src/imap.h
17283         * src/prefs_account.c
17284         * src/prefs_account.h
17285         * src/send.c
17286                 SMTP over SSL (untested, feedback requested)
17287                 IMAP over SSL
17288
17289         * src/ssl.c
17290                 code cleanup
17291
17292 2001-07-26 [alfons]
17293         
17294         * configure.in, acconfig.h
17295                 define CLAWS (need this for main / claws detection)
17296
17297 2001-07-25 [alfons]
17298
17299         * configure.in
17300                 Sylpheed 0.5.1claws2
17301                 
17302         * sync with Sylpheed 0.5.1cvs4
17303
17304 2001-07-25 [christoph]
17305
17306         * src/scoring.c
17307                 fixed segfault
17308                 item->prefs == NULL (don't know why)
17309
17310 2001-07-25 [alfons]
17311
17312         * configure.in
17313                 Sylpheed 0.5.1claws1
17314
17315         * sync with Sylpheed 0.5.1cvs1-3
17316
17317 2001-07-24 [christoph]
17318
17319         * src/folderview.c
17320         * src/prefs_folder_item.[ch]
17321                 added folderitem preferences dialog with
17322                 default To: and auto request return receipt
17323
17324         * src/compose.[ch]
17325         * src/menu.[ch]
17326                 changes to handle new folderitem preferences
17327
17328         * src/mainwindow.c
17329         * src/summaryview.c
17330                 call compose new mail with current folderitem
17331
17332 2001-07-24 [alfons]
17333
17334         Release Sylpheed 0.5.1claws
17335
17336         * configure.in
17337                 change to release version 0.5.1claws
17338
17339 2001-07-24 [christoph]
17340
17341         * src/summaryview.c
17342                 fixed segfault that happend when the selected
17343                 message was removed while retrieving new messages.
17344
17345         * po/es.po
17346                 updated translation
17347                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17348
17349 2001-07-22 [alfons]
17350
17351         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17352         this is a work in progress, for more information: http://nlpagan.net/sylman 
17353         
17354         * configure.in, src/mainwindow.c, manual/Makefile.am
17355                 add support for English manual
17356
17357         * AUTHORS
17358                 add authors of user manuals
17359
17360         * manual/en/sylpheed*.html
17361                 add English documentation
17362
17363 2001-07-22 [christoph]
17364
17365         * po/POTFILES.in
17366                 added src/ssl.c
17367         * src/ssl.c
17368                 changed a wrong debug message
17369
17370 2001-07-22 [alfons]
17371
17372         * po/nl.po
17373                 update Dutch translation
17374
17375         * src/prefs_filtering.c, 
17376           src/prefs_matcher.c
17377                 add more translatable strings           
17378
17379 2001-07-21 [alfons]
17380
17381         0.5.0claws7
17382
17383         * configure.in
17384                 change version
17385
17386         * src/inc.c, src/summaryview.[ch]
17387                 prevent update of mark file when filtering has done, by
17388                 using a variable; this affects two functions:
17389                         inc.c::inc_finished()
17390                         summaryview.c::summary_show()
17391
17392 2001-07-20 [alfons]
17393
17394         * src/filtering.[ch], src/prefs_filtering.c, 
17395           src/matcher.[ch]
17396                 add filtering action for label coloring 
17397
17398         * po/POTFILES.in
17399                 add labelcolors.c
17400
17401         * added src/labelcolors.c
17402         * added src/labelcolors.h
17403         * src/Makefile.am, src/summaryview.c
17404                 rearrange label coloring code
17405
17406         * src/procmsg.h
17407                 add more parentheses so label colouring works correctly
17408
17409         * src/filtering.c
17410                 don't really delete message, but move it to Trash
17411
17412         * src/prefs_matcher.c
17413                 add quote options to info dialog
17414
17415 2001-07-20 [christoph]
17416
17417         * src/Makefile.am
17418         * src/inc.c
17419         * src/main.[ch]
17420         * src/socket.h
17421         * src/ssl.[ch] (new)
17422                 moved ssl stuff to a seperate file
17423
17424 2001-07-20 [darko]
17425
17426         * src/summaryview.c
17427                 fix show sender using address book with no e-mail
17428                 address in From: field
17429
17430 2001-07-19 [alfons]
17431
17432         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17433                 fix messy handling of escaping... now at least the
17434                 execute command is useful. escape char is '\', we
17435                 accept \n and \r too. 
17436
17437                 Real life example:
17438                 
17439                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17440                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17441
17442 2001-07-18 [alfons]
17443
17444         0.5.0claws6
17445
17446         * src/summaryview.c
17447                 clean up
17448
17449         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17450           src/procmsg.[ch]
17451                 revise filtering; currently move, copy, marking have
17452                 been tested. if you like bleeding edge stuff, you
17453                 should definitely go for this version :)
17454
17455         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17456
17457 2001-07-17 [christoph]
17458
17459         * src/utils.c
17460                 timestamp log
17461
17462 2001-07-17 [alfons]
17463
17464         0.5.0claws5
17465
17466         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17467           bits in the mark file, without affecting either branch. Lots of
17468           files changed, also in claws branch.
17469
17470           UNTESTED: use of mbox folders
17471
17472         * src/summaryview.c
17473                 added mark all read; however this was a quick hack used for
17474                 cleaning up mess after initial merge with Hiroyuki
17475
17476         * configure.in
17477                 change claws version number back to 0.5.0claws5 to clear up 
17478                 confusion & pretension (recent release was technically 
17479                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17480
17481 2001-07-16 [alfons]
17482
17483         sync with Hiroyuki's 0.5.0cvs4
17484
17485 2001-07-16 [alfons]
17486
17487         0.5.1claws3
17488
17489         * src/filtering.[ch]
17490                 remove invalid updating of mark files for 
17491                 filter actions MATCHING_ACTION_MOVE and 
17492                 MATCHING_ACTION_DELETE; this should fix the
17493                 folder update bug
17494                 
17495         * src/procmsg.c
17496                 revert Christoph's stab at fixing the folder 
17497                 update bug
17498
17499         * po/POTFILES.in
17500                 add missing files with translatable strings
17501
17502         * src/summaryview.c
17503                 remove debug print
17504
17505 2001-07-15 [alfons]
17506
17507         * src/addr_compl.[ch], src/prefs_filtering.c
17508                 make "filtering pref dialog's destination entry" an
17509                 "address completable entry", if filter destination is 
17510                 an email address
17511
17512         0.5.1claws2
17513         
17514         sync with Hiroyuki's 0.5.0cvs2-3
17515
17516 2001-07-15 [christoph]
17517
17518         * src/procmsg.c
17519                 fixed folder stats update after incorporation
17520
17521 2001-07-15 [alfons]
17522
17523         * src/summaryview.c
17524                 * finish label colouring stuff (for now)
17525                 * fix incorrect colour bug (off by one) 
17526
17527 2001-07-14 [alfons]
17528
17529         * src/mainwindow.c
17530                 change text labels for news and mail message so there's
17531                 plenty of toolbar estate left
17532
17533         * configure.in
17534                 0.5.1claws1
17535
17536         * src/folderview.c
17537           src/folder.[ch]
17538                 sync with Hiroyuki's 0.5.0cvs1
17539
17540         * src/summaryview.c
17541                 more rewrite label colouring
17542
17543 2001-07-14 [alfons]
17544
17545         * src/summaryview.[ch]
17546                 * start rewrite label colouring 
17547                 * fix proper location "Add Sender To Addressbook" menu item
17548
17549 2001-07-13
17550
17551         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17552         (actually this is 0.5.0claws4)
17553
17554 2001-07-13 [alfons]
17555
17556         * po/pt_BR.po
17557                 * fix duplicate message
17558                 * add updated Portugese / Brazilian translation
17559                   submitted by Fabio Junior Beneditto
17560
17561 2001-07-12 [alfons]
17562
17563         * AUTHORS
17564                 add Jens
17565
17566         * po/nl.po
17567                 add updated Dutch translation
17568
17569         * po/de.po
17570                 add updated German translation submitted by Jens
17571
17572 2001-07-11 [alfons]
17573
17574         Prerelease before 0.5.0claws. Please test.
17575         This version is temporarily tagged as VERSION_0_5_0_TEST
17576
17577         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17578           src/prefs_scoring.c, src/prefs_matcher.c, 
17579           src/prefs_filtering.c, src/mbox.c, 
17580           src/main.c, src/inc.c, src/filtering.[ch]
17581                 revert new Hoa's new matcher (does not work yet)
17582
17583         * src/Makefile.am
17584                 clean up
17585
17586 2001-07-10
17587
17588         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17589
17590
17591 2001-07-10 [alfons]
17592
17593         * Makefile.am
17594                 add ChangeLog.claws to EXTRA_DIST
17595         * src/Makefile.am
17596                 add matcher_parser_parse.h to EXTRA_DIST
17597
17598 2001-07-10 [christoph]
17599
17600         * src/inc.c
17601                 add destination folder to table of
17602                 folders that need to be updated after
17603                 incorporation
17604
17605 2001-07-10 [alfons]
17606
17607         * folder.[ch]
17608           folderview.c
17609                 make collapse state of folders and folder items persistent, i.e.
17610                 if you collapse a folder tree, the next time sylpheed-claws starts 
17611                 up the folder tree remains collapsed.  
17612                 
17613 2001-07-10 [christoph]
17614
17615         * acconfig.h
17616         * configure.in
17617                 added --enable-ssl
17618         * src/md5.[ch]
17619                 renamed MD5_CTX to MD5_CTX_syl
17620                 conflicts with a struct in openssl
17621         * src/inc.c
17622         * src/main.[ch]
17623         * src/prefs_account.[ch]
17624         * src/socket.[ch]
17625                 SSL support for POP
17626         * src/mainwindow.c
17627                 fixed compose with current account
17628                 broken by new compose button stuff
17629
17630 2001-07-09 [hoa]
17631
17632         * AUTHORS
17633                 changed my email address
17634
17635         * src/matcher_parser_parse.y
17636                 clean the parser to remove conflicts
17637
17638 2001-07-09 [alfons]
17639
17640         * AUTHORS
17641                 add Match Grun
17642
17643         * configure.in
17644                 fix incorrect description of --enable-ldap parameter
17645
17646         * src/prefs_common.[ch]
17647           src/compose.c
17648                 add experimental option "smart wrapping" which makes the
17649                 compose editor auto wrap.
17650                 
17651                 | TODO: the problem with the buggy cursor handling is caused |
17652                 | by the GtkText. when deleting / backspacing text its       |
17653                 | wrapping algorithm does not take in account the previous   |
17654                 | line. should find a way to hack this in.                   |
17655                 | or should perhaps combine this with the word wrapping      |
17656                 | patch i wrote in january.                                  |
17657
17658         * src/about.c
17659                 show build parameters for LDAP and JPilot
17660
17661         * src/summaryview.c
17662                 revert Christoph's bugfix for selecting next unread message, 
17663                 because folder stats aren't updated correctly
17664
17665 2001-07-08 [hoa]
17666
17667         * src/filtering.c
17668         * src/mainwindow.c
17669         * src/matcher.c
17670         * src/matcher_parser_lex.l
17671         * src/matcher_parser_parse.y
17672         * src/prefs_filtering.c
17673         * src/prefs_scoring.c
17674         * src/scoring.c
17675                 bugfix of the config file parser
17676
17677 2001-07-08 [alfons]
17678
17679         * src/Makefile.am
17680                 added generated matcher sources to BUILT_SOURCES
17681
17682 2001-07-08 [hoa]
17683
17684         * src/Makefile.am
17685         * src/.cvsignore
17686                 added new config file parser
17687
17688         * src/scoring.[ch]
17689         * src/filtering.[ch]
17690         * src/matcher.[ch]
17691         * src/prefs_filtering.c
17692         * src/prefs_matcher.c
17693         * src/prefs_scoring.c
17694         * added src/matcher_parser.h
17695         * added src/matcher_parser_lex.h
17696         * added src/matcher_parser_lex.l
17697         * added src/matcher_parser_parse.y
17698                 lex & yacc config file parser
17699
17700         * src/mbox.c
17701         * src/inc.c
17702         * src/main.c
17703                 changes prefs_filtering into global_filtering           
17704
17705         * src/summaryview.c
17706                 build threads with subjects only if "Re: " is at the
17707                 beginning of the subject
17708
17709 2001-07-07 [paul]
17710
17711         0.5.0claws
17712
17713         sync with sylpheed 0.5.0
17714                 change of version number only
17715
17716 2001-07-06 [paul]
17717
17718         0.5.0claws5
17719
17720         sync with sylpheed 0.5.0pre5
17721
17722 2001-07-05 [paul]
17723
17724         sync with sylpheed 0.5.0pre4 release
17725                 /po and /manual/ja not sync'ed
17726
17727 2001-07-04 [paul]
17728
17729         more sync with sylpheed 0.5.0pre4
17730
17731 2001-07-03 [christoph]
17732
17733         * src/addressbook.c
17734                 fixed address book broken by address book
17735                 for VCard, JPilot, LDAP
17736
17737 2001-07-03 [alfons]
17738
17739         * src/matcher.c
17740         * src/textview.c
17741                 stopped memory leaks
17742
17743 2001-07-03 [paul]
17744
17745         more sync with sylpheed 0.5.0pre4
17746
17747 2001-07-02 [match]
17748
17749         * included address book patch for VCard, JPilot, LDAP
17750         * pref_common.c - fixed Font options on Display tab (cosmetic)
17751         * alertpanel.c - fixed truncated message
17752
17753 2001-07-02 [christoph]
17754
17755         * src/mbox_folder.c
17756         * src/procmsg.[ch]
17757         * src/summaryview.c
17758                 mark threads for ignoring
17759
17760 2001-07-02 [paul]
17761
17762         0.5.0claws4
17763
17764         * sync with sylpheed 0.5.0pre4
17765                 updated gettext to 0.10.38.
17766
17767 2001-07-01 [paul]
17768
17769         * src/ mainwindow.c
17770         * src/procmsg.h
17771         * src/summaryview.[ch]
17772                 new right-click option: Label.
17773                 substitute for 'Mark-->Mark/Unmark', colours the line.
17774                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17775
17776 2001-07-01 [christoph]
17777
17778         * src/folderview.c
17779                 fixed font for trash
17780         * src/summaryview.c
17781                 move ctree to unread message
17782
17783 2001-07-01 [paul]
17784
17785         * sync with sylpheed 0.5.0pre3 release
17786
17787 2001-06-30 [alfons]
17788
17789         * src/filesel.[ch]
17790         * src/compose.c
17791                 allow inserting / attaching multiple files in
17792                 the composer window
17793
17794 2001-06-30 [paul]
17795
17796         * src/codeconv.c
17797                 small change to Alfons' previous stuff so that it
17798                 actually makes
17799
17800 2001-06-30 [alfons]
17801
17802         * lots of files changed; first attempt to merge the changes
17803           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17804
17805 2001-06-30 [paul]
17806
17807         * po/pt_BR.po
17808                 updated and completed, translations by Fabio
17809                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17810
17811 2001-06-29 [alfons]
17812
17813         * src/compose.c
17814         * src/mimeproc.[ch]
17815                 allow selecting an attached files' mime type from a 
17816                 list of types.
17817
17818 2001-06-29 [paul]
17819
17820         * more sync with sylpheed 0.5.0pre3
17821
17822 2001-06-29 [paul]
17823
17824         * po/pt_BR.po
17825                 merge with sylpheed.pot and pt_BR.po provided by
17826                 Fabio Junior Beneditto.
17827
17828 2001-06-29 [darko]
17829
17830         * src/procmime.c
17831                 make MIME types case insensitive
17832
17833 2001-06-28 [alfons]
17834
17835         * po/nl.po
17836                 merge with sylpheed.pot and old nl.po; translations added.
17837
17838 2001-06-28 [paul]
17839
17840         * more sync with sylpheed 0.5.0pre3
17841
17842 2001-06-27 [alfons]
17843
17844         * src/summaryview.c
17845                 don't crash when removing parent node of messages
17846                 attracted by subject. this was caused by not deleting
17847                 the parent node from the subject line hash table.
17848
17849 2001-06-27 [alfons]
17850
17851         * src/summaryview.c
17852         * src/compose.[ch]
17853         * src/mainwindow.c
17854                 if there are multiple messages selected, allow forwarding
17855                 them as attachments.
17856
17857 2001-06-27 [paul]
17858
17859         * more sync with sylpheed 0.5.0pre3
17860
17861 2001-06-26 [paul]
17862
17863         0.5.0claws3
17864
17865         * sync with sylpheed 0.5.0pre3
17866
17867 2001-06-25 [paul]
17868
17869         * src/mainwindow.c
17870                 fixed 'compose news article' bug
17871                 from icon-and-text toolbar
17872
17873 2001-06-25 [paul]
17874
17875         * sync with sylpheed 0.5.0pre2 release
17876
17877 2001-06-24 [christoph]
17878
17879         * src/prefs_common.c
17880                 bug fix in font selection
17881         * src/folderview.c
17882                 use sylpheed's normal font instead of
17883                 gtk default font for folders without
17884                 new messages
17885
17886 2001-06-24 [alfons]
17887
17888         * src/mainwindow.[ch]
17889                 added composite compose mail / news button (an idea by Leandro
17890                 Pereira <leandro@linuxmag.com.br>)
17891
17892 2001-06-24 [paul]
17893
17894         Added instructions for ldif-to-xml.py
17895
17896         * tools/README
17897
17898 2001-06-23 [alfons]
17899
17900         Some minor things.
17901
17902         * src/pixmaps/stock_news_compose.xpm
17903                 added pixmap by Leandro
17904         * src/prefs_common.c
17905                 tested built-in spelling checker of GCC 3.0 :)
17906         * po/nl.po
17907                 merged dutch translation of sylpheed-main with
17908                 sylpheed.pot
17909
17910 2001-06-23 [paul]
17911
17912         Added tools directory and files.
17913
17914         * tools/filter_conv.pl
17915                 converts old filter system to new filtering system
17916         * tools/ldif-to-xml.py
17917                 converts netscape addressbook to sylpheed addressbook
17918         * tools/README
17919                 descriptions/instructions for above two files
17920
17921 2001-06-23 [christoph]
17922
17923         * src/inc.c
17924         * src/manage_window.[ch]
17925         * src/prefs_common.[ch]
17926                 mail retrieval dialog can be enabled, disabled
17927                 or hidden if non of sylpheed's windows is active
17928
17929 2001-06-22 [paul]
17930
17931         0.5.0claws2
17932
17933         * sync with sylpheed 0.5.0pre2
17934
17935 2001-06-21 [christoph]
17936
17937         * src/summaryview.c
17938                 show recipient on 'from' for all accounts
17939                 
17940         * src/inc.c
17941         * src/prefs_common.[ch]
17942                 disable error popup on mail receive errors
17943
17944 2001-06-21 [alfons]
17945
17946         * src/compose.c
17947                 made the ruler correctly appear and disappear.
17948
17949         * src/Makefile.am
17950                 removed Hoa's work-in-progress-stuff (interesting!) so 
17951                 claws compiles ok.
17952
17953 2001-06-20 [christoph]
17954
17955         * src/inc.c
17956         * src/progressdialog.c
17957                 added scrolled window for list in progressdialog
17958
17959 2001-06-20 [paul]
17960
17961         sync with sylpheed 0.5.0pre1 release
17962
17963 2001-06-20 [christoph]
17964
17965         * src/summeryview.c
17966                 make building threads by subject work when
17967                 thread view is enabled
17968                 
17969         * src/compose.c
17970         * src/prefs_common.[ch]
17971                 automatically select account for mail replys
17972
17973 2001-06-19 [sergey]
17974
17975         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17976         they are filled in from the account settings.
17977
17978 2001-06-19 [paul]
17979
17980         * more sync with sylpheed 0.5.0pre1
17981
17982 2001-06-18 [alfons]
17983
17984         * src/Makefile.am,
17985           src/procmime.c
17986                 added --sysconfdir to CPPFLAGS for pointing to the correct
17987                 location of mime.types. 
17988
17989                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17990                 or ./configure!
17991
17992 2001-06-18 [hoa]
17993
17994         * src/summaryview.c
17995                 fixed some bug when building threads
17996
17997 2001-06-18 [pau]l
17998
17999         * src/prefs_account.c
18000                 UI stuff: More changes to the English
18001
18002 2001-06-18 [paul]
18003
18004         * src/pixmaps/stock_news_compose.xpm: new file
18005         * src/Makefile.am
18006         * src/mainwindow.c
18007         * src/summaryview.c
18008                 Added new icon for Hoa's 'compose a news
18009                 message', plus minor improvements to the
18010                 English
18011
18012         * po/ja.po
18013         * ChangeLog
18014         * ChangeLog.jp
18015                 more sync with sylpheed 0.5.0pre1
18016
18017 2001-06-18 [hoa]
18018
18019         * src/compose.[ch]
18020         * src/mainwindow.c
18021                 Follow-up and reply to
18022
18023         * src/summaryview.[ch]
18024                 Build threads also with subjects
18025
18026 2001-06-17 [hoa]
18027
18028         * src/compose.c
18029                 forwarding use the current account.
18030
18031         * src/mainwindow.c
18032                 the "compose message" button has been replaced with
18033                 "new mail" and "new news" buttons
18034
18035         * src/prefs_common.[ch]
18036                 added a configuration option to use the forward button
18037                 as "forward as attachment"
18038                 changed reply and forward format description
18039
18040         * src/quote_fmt_lex.l
18041         * src/quote_fmt_parse.y
18042                 added message with no signature in format for reply
18043                 and forward.
18044
18045 2001-06-17 [paul]
18046
18047         Minor UI stuff
18048
18049         * src/mainwindow.c
18050         * src/summaryview.c
18051                 Improvements to the English
18052
18053         * src/prefs_common.c
18054                 Improvements to the English and some
18055                 clarity/continuity improvements in the
18056                 description of Quote symbols.
18057
18058 2001-06-17 [paul]
18059
18060         0.5.0claws1
18061
18062         * sync with sylpheed 0.5.0pre1
18063
18064 2001-06-17 [hoa]
18065
18066         * src/compose.c
18067                 Better interface for compose, displayed fields
18068                 are updated whenever we change account.
18069                 Newsgroups field is automatically filled.
18070
18071         * src/mainwindow.c
18072                 Newsgroups field is automatically filled.
18073
18074         * src/prefs_account.c
18075                 Some interface stuff when fields appear and
18076                 disappear.
18077
18078 2001-06-16 [paul]
18079
18080         0.4.99claws
18081
18082         * sync with sylpheed 0.4.99
18083
18084 2001-06-16 [sergey]
18085
18086         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
18087         base64_decoder_free, base64_decoder_decode): new object and
18088         functions for decoding base64 streams.
18089         * src/procmime.c (procmime_decode_content): modified to use the
18090         new base64 decoder.
18091
18092 2001-06-15 [paul]
18093
18094         0.4.99claws10
18095
18096         * sync with sylpheed 0.4.99cvs11
18097
18098 2001-06-13 [paul]
18099
18100         0.4.99claws9
18101
18102         * sync with sylpheed 0.4.99cvs9
18103
18104 2001-06-13 [hoa]
18105
18106         * src/compose.c
18107         * src/prefs_account.c
18108
18109                 SMTP server can be defined in the news account
18110                 mime type of attachment are kept.
18111
18112         * src/summaryview.c
18113
18114                 now choose the highest important score between default
18115                 and important score of folder.
18116
18117 2001-06-09 [alfons]
18118         
18119         * src/prefs_common.c: 
18120
18121                 (prefs_quote_description_create): corrected description of 
18122                 quote format characters
18123
18124 2001-06-09 [paul]
18125
18126         0.4.99claws8
18127
18128         * sync with sylpheed 0.4.99cvs8
18129
18130 2001-06-08 [sergey]
18131
18132         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18133         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18134
18135 2001-06-08 [paul]
18136
18137         0.4.99claws7
18138
18139         * sync with sylpheed 0.4.99cvs7
18140
18141 2001-06-06 [sergey]
18142
18143         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18144         clashes with autogenerated header).
18145         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18146         * src/Makefile.am: added quote_fmt.h.
18147         * src/.cvsignore: added lex/yacc autogenerated files
18148         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18149
18150 2001-06-06 [paul]
18151
18152         0.4.99claws6
18153
18154         * sync with sylpheed 0.4.99cvs6
18155
18156 2001-06-06 [hoa]
18157
18158         * added src/quote_fmt_parse.h
18159         * src/compose.c
18160                 removed warnings
18161
18162         * src/prefs.[ch]
18163                 don't modify readonly configuration files
18164
18165         * src/prefs_account.c
18166         * src/prefs_common.c
18167         * src/prefs_customheader.c
18168         * src/prefs_display_header.c
18169         * src/prefs_filter.c
18170         * src/prefs_filtering.c
18171         * src/prefs_scoring.c
18172                 don't open dialog box when configuration files
18173                 are readonly
18174
18175 2001-06-05 [sergey]
18176
18177         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18178
18179         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18180         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18181         BUILT_SOURCES to make all files rebuild properly.
18182
18183         * src/compose.c: removed #include "quote_fmt.tab.h".
18184
18185         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18186         CHARACTER value in yylval.
18187
18188         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18189         receive CHARACTER value by documented means (yylval).
18190
18191         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18192
18193 2001-06-05 [hoa]
18194
18195         * src/Makefile.am
18196                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18197
18198         * src/filtering.c
18199         * src/matcher.c
18200         * src/matcher.h
18201         * src/prefs_filtering.c
18202                 now keep the configuration for execute action
18203
18204         * src/mbox_folder.c
18205                 fixed a warning
18206
18207 2001-06-05 [paul]
18208
18209         * sync with sylpheed 0.4.99cvs5
18210
18211 2001-06-05 [hoa]
18212
18213         * src/Makefile.am
18214                 added quote_fmt.[ch]
18215
18216         * added src/quote_fmt.y
18217         * added src/quote_fmt.l
18218         * added src/quote_fmt.tab.h
18219         * added src/quote_fmt.tab.c
18220         * added src/lex.quote_fmt.c
18221                 parsing configuration for replying
18222                 and forwarding
18223
18224         * src/prefs_common.[ch]
18225                 added configuration UI for replying
18226                 and forwarding
18227
18228         * src/compose.c
18229                 using configuration for replying
18230                 and forwarding
18231
18232 2001-06-04 [hoa]
18233
18234         * src/filtering.c
18235         * src/matcher.c
18236         * src/matcher.h
18237         * src/prefs_filtering.c
18238         * src/prefs_matcher.c
18239         * src/prefs_matcher.h
18240                 action "run a command" for filtering
18241                 and matching with a command.
18242                 fixed the "whole message" matching
18243
18244         * src/mbox_folder.c
18245                 changed temporary filename for security
18246
18247         * src/messageview.c
18248                 queue the notification if it fails to send.
18249
18250         * src/prefs_common.c
18251         * src/prefs_folder_item.c
18252                 changed the default important score             
18253
18254         * src/prefs_scoring.c
18255         * src/scoring.c
18256                 hide kill score input when the folder is not
18257                 a newsgroup
18258
18259 2001-06-03 [alfons]
18260
18261         * src/prefs_common.c:
18262
18263                 (prefs_font_select): pass font name in font entry box to font
18264                 selection dialog.
18265
18266 2001-06-03 [sergey]
18267
18268         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18269
18270 2001-06-03 [paul]
18271
18272         * sync with sylpheed 0.4.99cvs4
18273
18274 2001-06-03 [alfons]
18275
18276         * src/headerwindow.c:
18277
18278                 (headerwindow_show_cb): use the selected summary view item, not
18279                 the displayed item.
18280
18281 2001-06-02 [alfons]
18282
18283         * src/headerwindow.c:
18284
18285                 (headerwindow_show_cb): always try to show msginfo
18286
18287 2001-06-02 [hoa]
18288
18289         * src/compose.c
18290                 keep attached parts when reediting or forwarding.
18291
18292 2001-06-01 [hoa]
18293
18294         * src/folderview.c
18295         * src/prefs_folder_item.[ch]
18296         * src/prefs_scoring.[ch]
18297         * src/scoring.[ch]
18298         * src/summaryview.[ch]
18299         * src/main.c
18300         * src/mainwindow.c
18301         * src/prefs_common.[ch]
18302                 support for folder scoring
18303                 kill score and important score for messages
18304         
18305         * src/prefs_account.c
18306                 some display bug fixed for local account
18307                 preferences
18308
18309 2001-05-31 [alfons]
18310
18311         * src/summaryview.c:
18312
18313                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18314                 sender to address book menu item is disabled.
18315
18316 2001-05-30 [hoa]
18317
18318         * src/filtering.[ch]
18319         * src/summaryview.c
18320                 handling summary menu / filter messages
18321
18322         * src/folder.[ch]
18323                 add some stuff
18324
18325         * src/foldersel.c
18326                 imap folders now appears in list
18327
18328         * src/mbox_folder.c
18329                 doesn't crash if destination mail is not writeable
18330
18331 2001-05-29 [hoa]
18332
18333         * src/compose.c
18334                 removed some warnings
18335
18336         * src/filtering.c
18337         * src/folder.[ch]
18338         * src/prefs_filtering.c
18339                 global string to identify any folders           
18340                 removed some debug info
18341                 filtering to mbox folders is now possible
18342
18343         * src/mainwindow.c
18344                 removed some warnings
18345
18346         * src/mbox_folder.c
18347                 permission on files are changed to read/write for user only,
18348                 nothing for other.
18349                 creation of subfolder is handled better.
18350
18351 2001-05-28 [alfons]
18352
18353         Verified the sync for src/prefs_common.[ch] and
18354         src/prefs_account.[ch]. I believe there were some
18355         minor indentation differences.
18356
18357 2001-05-28 [paul]
18358
18359         0.4.99claws3
18360
18361         * sync with 0.4.99cvs3
18362
18363 2001-05-28 [hoa]
18364
18365         * src/compose.c
18366                 handling flags for mbox format
18367
18368         * src/filtering.c
18369                 use of mark file only for MH format
18370                 handling flags for mbox format
18371                 filtering cannot yet move or copy mails to mbox folders.
18372
18373         * src/folder.[ch]
18374                 changed move_msg, copy_msg,
18375                 move_msgs_with_dest, copy_msgs_with_dest functions
18376                 uses only folder->copy_msg() function
18377                 uses folder->finished_copy() to handle the destination
18378                 folder at the end of the copy or move operation.
18379
18380         * src/foldersel.c
18381                 included mbox directories.
18382
18383         * src/folderview.[ch]
18384         * src/mainwindow.c
18385                 handle folders operation for mbox format
18386
18387         * src/mbox.c
18388                 disable conversion of "From " header
18389
18390         * src/mbox_folder.[ch]
18391                 completion of mbox format handling
18392
18393         * src/mh.c
18394                 changed mh_copy_msg() function and
18395                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18396                 mh_copy_msgs_with_dest()
18397
18398         * src/prefs_filtering.c
18399                 removed some warnings
18400
18401         * src/prefs_matcher.c
18402                 default boolean operation is AND
18403
18404         * src/procheader.c
18405                 handling flags for mbox format
18406                 handling of "From " header
18407
18408         * src/procmsg.[ch]
18409                 removed data field
18410                 added MSG_REALLY_DELETED flags to handle deletion of
18411                 messages in mbox format.
18412
18413         * src/summaryview.c
18414                 handling flags for mbox format
18415                 disable the MSG_DELETED flags when messages
18416                 are deleted in mbox format
18417
18418         * src/textview.c
18419                 "From " headers display fixed.
18420
18421 2001-05-27 [alfons]
18422
18423         * src/textview.c:
18424                 
18425                 (get_email_part): skip quoted email addresses, like in e.g.
18426                 "'alfons@proteus.demon.nl'".
18427
18428 2001-05-26 [alfons]
18429
18430         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18431         and fixing the persistence troubles when using separate windows.
18432
18433         * src/mainwindow.c:
18434         
18435             Added #define SEPARATE_ACTION used in the gtk item factory for 
18436             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18437                 use gtk_item_factory_get_widget_by_action() to get the items.
18438                 
18439             Removed separate_widget_cb from the gtk item factory data   
18440           
18441             (mainwindow_create): connect separate_widget_cb() to check
18442             menu item "toggled" signal. also passing a MainWindow pointer
18443                 as object data for both check menu items.
18444                 
18445             (separate_widget_cb): definition of separate_widget_cb() to match
18446             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18447                 window using gtk_object_get_data(). The type of window separation 
18448                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18449         
18450         * src/prefs_filtering.c,
18451           src/prefs_matcher.c: added horizontal scrollbars
18452
18453 2001-05-25 [darko]
18454
18455         * src/headerview.c
18456                 fix segfault with invalid bold font
18457         * src/summaryview.c
18458                 correctly display summary stats after row is marked
18459
18460 2001-05-23 [sergey]
18461
18462         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18463         encodings with libjconv.
18464
18465 2001-05-23 [hoa]
18466
18467         * src/Makefile.am
18468                 added mbox_folder.[ch]
18469         * src/defs.h
18470                 mbox temporary folder
18471         * src/folder.[ch]
18472         * added src/mbox_folder.[ch]
18473         * src/folderview.c
18474         * src/procheader.[ch]
18475                 added mbox support
18476         * src/mbox.c
18477                 bugfix for file incorporation filtering
18478         * src/imap.c
18479                 enable creation of MBOX
18480         * src/prefs_display_header.c
18481                 enable use of headers like "From "
18482                 something that should be fixed :
18483                         displaying of such headers add an extra space
18484         * src/prefs_folder_item.c
18485                 don't create folders because it is not necessary
18486         * src/procmsg.h
18487                 added data field to MsgInfo for mbox internal use
18488         * src/summaryview.c
18489                 added some support for mbox
18490         * src/utils.[ch]
18491                 added get_mbox_cache_dir() function
18492
18493 2001-05-23 [hiroyuki]
18494
18495         * src/headerwindow.c
18496           src/inc.c
18497           src/main.c
18498           src/mh.c
18499           src/nntp.c
18500           src/procmsg.h
18501           src/session.h
18502           src/socket.[ch]
18503           src/summaryview.c
18504           src/textview.c
18505           src/automaton.c
18506           src/folderview.c: more sync with 0.4.99cvs2.
18507
18508         * src/headerwindow.c: reverted.
18509
18510 2001-05-22 [paul]
18511
18512         0.4.99claws2
18513
18514         * sync with sylpheed 0.4.99cvs2
18515                 * src/news.[ch]
18516                 * src/nntp.[ch]
18517                 * INSTALL
18518                 * INSTALL.jp
18519
18520 2001-05-22 [alfons]
18521
18522         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18523
18524 2001-05-21 [alfons]
18525
18526         Minor things:
18527
18528         * configure.in: if gnome-config not found, "no" is displayed
18529         
18530         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18531
18532         * src/textview.c: now also possible to add mail addresses by right
18533           clicking in the text view
18534
18535         * src/codeconv.c: merged patch which fixes endless loop when encountering
18536           invalid wide characters; from Alte <010@imis.ru>  
18537
18538 2001-05-20 [alfons]
18539
18540         Added installation of gnome specific things:
18541
18542         * Makefile.am: gnome conditional
18543
18544         * configure.in: check for installed gnome
18545
18546         * added sylpheed.png, sylpheed.desktop
18547
18548 2001-05-20 [sergey]
18549
18550         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18551
18552         * src/mainwindow.h (main_window_toolbar_create): created a button
18553         for "Reply to all".
18554         (main_window_set_toolbar_sensitive): enable/disable the new button
18555         appropriately.
18556         (toolbar_reply_to_author_cb): handle the new button.
18557
18558         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18559         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18560         failure).
18561
18562 2001-05-19 [sergey]
18563
18564         * src/compose.h (ComposeReplyMode): new modes
18565         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18566         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18567
18568         * src/compose.c
18569         (compose_send): move some code into a new function:
18570         (compose_current_mail_account): new function.
18571         (compose_reply): new argument to_author, all callers changed; if
18572         to_author==TRUE and account->protocol==A_NNTP, find and use an
18573         appropriate mail account for replying.
18574         (compose_reply_set_entry): new argument to_author; ignore
18575         compose->replyto if to_author==TRUE.
18576
18577         * src/mainwindow.c: new command "Message/Reply to author".
18578         (main_window_set_menu_sensitive): enable/disable it.
18579         (reply_cb): handle it.
18580
18581         * src/summaryview.c: new command "Reply to author".
18582         (summary_set_menu_sensitive): enable/disable it.
18583         (summary_reply_cb): handle it.
18584
18585         * src/account.c (account_find_mail_from_address): new function.
18586
18587 2001-05-18 [paul]
18588
18589         0.4.99claws1
18590
18591         * sync with sylpheed 0.4.99cvs1
18592
18593 2001-05-18 [hoa]
18594
18595         * src/compose.[ch]
18596         * src/filtering.c
18597         * src/summaryview.c
18598                 new filtering action : forward and forward as attachment
18599
18600         * src/main.c
18601                 no need for $DISPLAY when we run sylpheed --help
18602                 call to parse_cmd_opt() is moved
18603
18604         * src/mainwindow.[ch]
18605                 execute button is hidden when immediate execute
18606                 is chosen
18607
18608         * src/mh.c
18609         * src/news.c
18610         * src/prefs_folder_item.c
18611         * src/procmsg.c
18612                 better handling of missing directories
18613
18614         * src/summaryview.c
18615                 reedit is enabled in outbox
18616                 reedit is enabled in queue
18617
18618 2001-05-17 [hoa]
18619
18620         * src/filtering.c
18621         * src/matcher.[ch]
18622         * src/prefs_filtering.c
18623                 changed attachement into attachment
18624
18625 2001-05-17 [alfons]
18626
18627         0.4.67claws4    
18628
18629         * sync with sylpheed 0.4.67cvs9
18630         * sync with sylpheed 0.4.67cvs7-8
18631
18632 2001-05-17 [hoa]
18633
18634         * src/Makefile.am
18635                 added prefs_filtering.c
18636
18637         * src/filtering.[ch]
18638         * src/matcher.[ch]
18639                 removed action : forward_news and forward_news_as_attachement
18640                 (forward and forward_as_attachement can be used instead)
18641
18642         * src/mainwindow.c
18643                 added menu option to access filtering configuration
18644
18645         * src/prefs_account.c
18646                 changed mail_command default to /usr/sbin/sendmail
18647
18648         * added src/prefs_filtering.[ch]
18649                 dialog box for filtering configuration
18650
18651         * src/prefs_matcher.c
18652                 added function prefs_matcher_get_criteria_from_matching()
18653
18654         * src/prefs_scoring.c
18655                 reset the dialog when register or substitute is clicked
18656
18657 2001-05-15 [hoa]
18658
18659         * src/Makefile.am
18660                 added filtering.[ch]
18661         * src/inc.c
18662                 using filering.[ch] instead of filter.[ch]
18663         * src/main.c
18664                 reading new filtering configuration
18665         * src/matcher.[ch]
18666                 added some filtering actions
18667                 and fixed a bug for headers and mail body matching
18668         * src/mbox.c
18669                 using filering.[ch] instead of filter.[ch]
18670         * src/mh.c
18671                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18672         * src/summaryview.c
18673                 some fixes for filtering
18674
18675 2001-05-14 [hiroyuki]
18676
18677         * src/send.c: fixed some weird indentations.
18678           send_message_with_command(): call pclose() only if p != NULL.
18679         * src/textview.c: get_email_part(): modified the code for readability.
18680
18681 2001-05-14 [hiroyuki]
18682
18683         * src/md5global.h
18684           src/md5ify.c
18685           src/md5ify.h: removed from the cvs.
18686
18687 2001-05-13 [sergey]
18688
18689         * src/main.c: include rfc2015.h to avoid compiler warnings.
18690         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18691         the panel is already on screen.
18692         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18693         closing the alert window by ESC as "No".
18694         * src/prefs_common.c (prefs_interface_create): moved return
18695         receipt check button to the correct place.
18696
18697 2001-03-13 [alfons]
18698
18699         * src/prefs_common.c: 
18700                 moved return receipt check button to the Send tab. (prefs_send_create)
18701                 removed the date format ui related globals. (prefs_display_create)
18702
18703         0.4.67claws3
18704         
18705         * sync with sylpheed 0.4.67cvs5-6
18706
18707 2001-05-13 [paul]
18708
18709         * added Alfons' font selection patch
18710
18711         * src/defs.h
18712         * src/headerwindow.c
18713         * src/prefs_common.c
18714         * src/prefs_common.h
18715
18716 2001-05-13 [hoa]
18717         * src/defs.h
18718                 changed version of cache
18719         * src/matcher.[ch]
18720         * src/prefs_matcher.c
18721                 added additionnal matching criteria
18722         * src/procheader.c
18723         * src/procmsg.[ch]
18724         * src/news.c
18725                 added references in MsgInfo
18726
18727 2001-05-12 [hoa]
18728
18729         * src/defs.h
18730                 prepared some things for new filtering
18731         * src/matcher.[ch]
18732                 added some matching properties
18733                 inreplyto need to be enhanced
18734                 prepared some things for new filtering
18735         * src/messageview.c
18736                 added Return-Receipt-To handling
18737         * src/prefs_folder_item.c
18738                 changed default value to TRUE
18739         * src/prefs_matcher.c
18740                 added some matching properties
18741         * src/prefs_scoring.[ch]
18742                 the scoring dialog is finished
18743         * src/procheader.c
18744                 added Return-Receipt-To handling
18745                 Reference need to be added
18746         * src/procmsg.[ch]
18747                 added Return-Receipt-To handling
18748                 added threadscore to get a better score sorting when
18749                 threads are enabled
18750         * src/summaryview.c
18751                 suppressed a bug when we sort the list
18752                 when no folder is opened.
18753                 better score sorting when threads are enabled
18754
18755 2001-05-12 [alfons]
18756
18757         * reverted previous patch because of potential errors 
18758
18759         0.4.67claws2
18760         
18761         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18762                 applied "toggle mail-retrieval dialog window" patch submitted 
18763                 by Eric Limpens <eric@qnt.net>
18764
18765         * sync with sylpheed 0.4.67cvs4
18766
18767 2001-05-12 [sergey]
18768
18769         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18770         some picky compilers.
18771         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18772         * src/grouplist_dialog.c: include alertpanel.h.
18773         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18774         fix compile warning.
18775         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18776         #include "defs.h" before others to prevent the warning of `MIN'
18777         and `MAX' redefinition.
18778
18779 2001-05-11 [hoa]
18780
18781         * src/main.c
18782         * src/messageview.c
18783         * src/prefs_account.c
18784         * src/prefs_display_header.c
18785                 removed warning
18786         * src/Makefile.am
18787                 added prefs_scoring.[ch]
18788         * src/grouplist_dialog.c
18789                 display an error dialog box if the group list
18790                 cannot be fetched.
18791         * src/mainwindow.[ch]
18792                 added main_window_set_thread_option() function
18793                 scoring dialog box enabled
18794         * src/matcher.[ch]
18795                 added flags matching unread /new / marked
18796                 / deleted / replied / forwarded
18797         * src/news.c
18798                 newsgroups are now finally in newscache
18799         * src/prefs_matcher.[ch]
18800                 finished preferences for matching dialog
18801         * added src/prefs_scoring.[ch]
18802                 scoring dialog box completed
18803         * src/scoring.[ch]
18804                 conversion to string : added scoringprop_to_string()
18805                 write config for preferences :
18806                 added prefs_scoring_write_config()
18807         * src/summaryview.c
18808                 threads can be enabled/disabled independently
18809                 for each folder
18810
18811 2001-05-10 [alfons]
18812
18813         0.4.67claws1
18814         
18815         * AUTHORS: 
18816                 thought it would be nice to have a list of all
18817                 contributors (used Changelog as a reference)
18818         
18819         * configure.in: 
18820                 messed up version numbering...
18821
18822         0.4.66claws1
18823
18824         * sync with sylpheed 0.4.67cvs1-3
18825
18826 2001-05-10 [darko]
18827
18828         * src/prefs_common.c:
18829                 better UI for strftime format, double clicking
18830                 on format now inserts the format in text entry
18831                 replaced close button with standard OK/Cancel
18832                 moved date format button to the right of the
18833                 text entry field
18834
18835 2001-05-09 [alfons]
18836
18837         * src/gtkstext.c:
18838                 Ctrl-Home / Ctrl-End have proper cursor navigation
18839
18840 2001-05-09 [hoa]
18841
18842         * src/prefs_matcher.c
18843                 finished UI to define matching properties
18844                 added ok and cancel button
18845         * src/prefs_filter.c
18846                 added ok and cancel button
18847         * src/news.c
18848                 fixed some bug in xhdr parsing
18849
18850 2001-05-08 [alfons]
18851
18852         * src/textview.c: 
18853                 fixed a bug in textview_show_header(), which displayed two colons (':');
18854                 cleaned up some warnings
18855
18856 2001-05-08 [hoa]
18857
18858         * src/Makefile.am
18859                 added prefs_matcher.[ch]
18860                 compilation with -W -Wall
18861         * src/alertpanel.c
18862                 ungrab the mouse events if grabbed - does it
18863                 fix the bug for disposition notification ?
18864         * src/mainwindow.c
18865                 added a menu option to open the matching dialog.
18866         * src/matcher.[ch]
18867                 added matcherprop_to_string() and matcherlist_to_string()
18868                 fixed some bugs, changed the name of some options
18869                 age_sup and age_inf becomes age_greater and age_lower,
18870                 body and messageheaders becomes body_part and headers_part,
18871                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18872         * src/prefs_display_header.c
18873         * src/prefs_headers.c
18874                 fixed a bug that accidentally destroyed dialogs
18875                 when closed them with delete_event
18876                 Added *_deleted() which handle delete_event signal correctly.
18877         * src/prefs_folder_item.[ch]
18878                 added "enable_thread" field for future customization
18879         * added src/prefs_matcher.[ch]
18880                 sample of the UI to define matching properties
18881         * src/procheader.c
18882                 using procheader_headername_equal instead of str*cmp functions
18883                 using procheader_parse_header() function
18884         * src/scoring.c
18885                 using MATCHING_XXX instead of SCORING_XXX
18886         * src/summaryview.c
18887                 display the sender of the news even if this is ourself
18888                 when this is a news message.
18889         * src/textview.c
18890                 using headername_equal() instead of str*cmp functions
18891
18892 2001-05-08 [alfons]
18893
18894         0.4.66claws
18895
18896         * sync with sylpheed 0.4.66
18897         * src/gtkstext.c: trace logs added 
18898
18899 2001-05-08 [sergey]
18900
18901         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18902         signature check popup.
18903         * src/rfc2015.c (check_signature): show signature check popup only
18904         if it is enabled in preferences.
18905
18906 2001-05-07 [alfons]
18907
18908         0.4.66claws4
18909         
18910         * sync with sylpheed 0.4.66cvs6
18911
18912 2001-05-07 [darko]
18913
18914         * src/prefs_common.[ch]: added option to enable/disable
18915           looking up sender name in address book for summary pane
18916         * src/summaryview.c: look up sender in the address book
18917           by using Alfons' address completion code
18918
18919 2001-05-07 [hiroyuki]
18920
18921         * src/inc.h
18922           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18923           member of Pop3State.
18924         * src/news.c: brought #include "defs.h" before #include <glib.h>
18925           to prevent the warning of `MIN' and `MAX' redefinition.
18926
18927 2001-05-06 [hoa]
18928
18929         * removed src/headers_display.[ch]
18930         * removed src/prefs_display_headers.[ch]
18931         * src/inc.c
18932                 use a temporary file in the user directory for mbox import
18933         * src/news.c
18934                 added XHDR support to get "To" and "Cc" headers
18935                 (in order to match news with to or cc field for
18936                 scoring)
18937                 added function news_parse_xhdr() to get XHDR response
18938         * src/nntp.[ch]
18939                 added function nntp_xhdr()
18940         * src/matcher.c
18941                 fetch the message if necessary
18942
18943 2001-05-06 [alfons]
18944
18945         0.4.66claws3
18946
18947         * sync with sylpheed 0.4.66cvs3-5
18948
18949 2001-05-06 [hoa]
18950
18951         * src/utils.[ch]
18952                 added function itos_buf() to enable use of several buffers
18953         * src/summaryview.c
18954                 use of itos_buf() instead of itos() in summary list
18955                 to fix the broken display of message number.
18956
18957 2001-05-06 [alfons]
18958
18959         * src/gtkstext.c: bug in cursor up navigation fixed,
18960                 fixed another unsigned / signed comparison (we're getting there :-)
18961
18962 2001-05-06 [hoa]
18963
18964         * src/Makefile.am
18965                 added scoring.c scoring.h
18966                 prefs_folder_item.c prefs_folder_item.h
18967                 matcher.c matcher.h
18968         * src/defs.h
18969                 added FOLDERITEM_RC SCORING_RC
18970         * src/folder.[ch]
18971                 added prefs field in FolderItem :
18972                 properties for each folder (PrefsFolderItem),
18973                 sorting type and mode were added as the first properties.
18974         * src/main.c
18975                 read config for scoring
18976         * added src/matcher.[ch]
18977                 gives functions to parse configuration file to do
18978                 matching on mails with a list of conditions.
18979         * src/mainwindow.c
18980                 add option to sort by score
18981         * src/prefs_common.[ch]
18982                 added preference option to show score and for
18983                 the score column size
18984         * added src/prefs_folder_item.[ch]
18985                 properties for each folder (PrefsFolderItem),
18986                 sorting type and mode were added as the first properties.
18987         * src/procheader.[ch]
18988                 added procheader_parse_header()
18989                 added procheader_header_free()
18990                 added procheader_headername_equal()
18991                 and made modification to use them.
18992         * src/procmsg.[ch]
18993                 added score field to MsgInfo structure
18994         * added src/scoring.[ch]
18995                 gives functions to parse configuration file to do
18996                 scoring on mails with a list of conditions.
18997         * src/summaryview.[ch]
18998                 save the sorting type and mode for the folder
18999                 added column to display the score of the mail
19000                 added function summary_score_clicked()
19001                 sorting type and mode are restored to the folder
19002                 when it is reopen
19003         * src/textview.c
19004                 use procheader_parse_header(), procheader_headername_equal()
19005                 removed memory leak in text_scan_header when freeing headers
19006         * src/filter.c
19007                 changed the function to match names of headers
19008                 using procheader_headername_equal()
19009
19010         Scoring functions are implemented, an interface is needed
19011         to configure that.
19012
19013 2001-05-04 [alfons]
19014
19015         * src/gtkstext.c: 
19016                 hopefully fixed the row up navigation bug,
19017                 removed adding back / forward lines to cache
19018
19019 2001-05-04 [sergey]
19020
19021         * src/prefs_display_headers.c: user interface changes:
19022         (prefs_display_headers_create): remove unused "Show" check button;
19023         allow reordering of headers by dragging.
19024         (prefs_display_headers_write_config): remove unused variables.
19025         (prefs_display_headers_set_dialog): do not insert "(New)" at top
19026         of lists (not needed with the new UI).
19027         (prefs_display_headers_set_list): scan lists starting from row 0,
19028         not 1 (do not skip "(New)").
19029         (prefs_display_headers_find_header): new function.
19030         (prefs_display_headers_clist_set_row): do not allow duplicates.
19031         (prefs_display_headers_delete_cb): do not skip row 0; treat
19032         closing the alert window by ESC as "No".
19033         (prefs_display_headers_up): do not protect row 0.
19034         (prefs_display_headers_down): do not protect row 0.
19035
19036 2001-05-04 [sergey]
19037
19038         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
19039         functions.
19040
19041         * src/summaryview.c
19042         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
19043         summary_select_next_marked, summary_select_prev_marked): new
19044         functions.
19045
19046 2001-05-03 [sergey]
19047
19048         * src/news.c: fixed a bug when no article can be fetched after
19049         server timeout if the connection was restored by news_post():
19050         (news_select_group): new function.
19051         (news_fetch_msg): call news_select_group() before fetching
19052         article.
19053         (news_get_uncached_articles): set session->group after successful
19054         GROUP command.
19055
19056 2001-05-03 [hoa]
19057
19058         * src/defs.h
19059         * src/procmsg.[ch]
19060         * src/procheader.c
19061                  changed version of cache, added cc field
19062
19063         * src/prefs_display_headers.c
19064                 the interface was changed
19065
19066         * src/prefs_headers.c
19067                 added cancel button
19068
19069 2001-05-03 [alfons]
19070
19071         * completed sync of sylpheed cvs2
19072         * src/gtkstext.c: updated row up / down cursor navigation
19073         * src/textview.c: re-edited, prepared for fixing the email address
19074                 scanner.
19075
19076 2001-05-03 [darko]
19077
19078         * src/prefs_common.c: use alfons' strftime ui code
19079         entry_datefmt and datefmt_sample widgets have to be
19080         global in this module because of this change
19081
19082 2001-05-03 [hoa]
19083
19084         * src/messageview.c
19085         * src/prefs_common.[ch] added option to activate the return receipt
19086                 feature.
19087
19088 2001-05-02 [alfons]
19089
19090         * src/gtkstext.c: fix for row up/down cursor navigation. 
19091
19092         0.4.66claws2
19093         
19094         * sync with 0.4.66cvs2
19095
19096 2001-05-02 [paul]
19097
19098         added add-sender-to-addressbook patch
19099
19100         * src/addressbook.c
19101         * src/addressbook.h
19102         * src/summaryview.c
19103
19104 2001-05-02 [sergey]
19105
19106         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
19107         G_ALERTDISABLE.
19108
19109         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19110         all existing callers changed to pass FALSE; create a check button
19111         to disable the message.
19112         (alertpanel_message_with_disable): new function.
19113         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19114         (alertpanel_button_toggled): new function.
19115         (alertpanel_button_clicked, alertpanel_close): set value using
19116         G_ALERT_VALUE_MASK.
19117
19118         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19119
19120         * src/prefs_common.c (prefs_privacy_create): new check button
19121         checkbtn_gpgme_warning.
19122
19123         * src/main.c (main): moved preferences reading before gpgme
19124         initialization; check prefs_common.gpgme_warning before giving the
19125         GnuPG warning and set it to FALSE if the user wants to disable the
19126         warning.
19127
19128 2001-05-02 [hiroyuki]
19129
19130         * src/prefs_display_headers.c: modified the layout and some labels.
19131
19132 2001-05-02 [sergey]
19133
19134         * src/prefs_account.c (prefs_account_fix_size): new function.
19135         (prefs_account_create): call prefs_account_fix_size(); use
19136         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19137         size when the window is shown for the first time).
19138         (prefs_account_basic_create): changed layout of serv_table; moved
19139         localmbox_entry above smtpserv_entry (logically it replaces
19140         POP3/IMAP server).
19141         (prefs_account_protocol_activated): set sensitivity of
19142         nntpauth_chkbtn according to the protocol (in addition to
19143         hide/show); commented out gtk_table_set_row_spacing() calls.
19144         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19145         not sensitive (fixes a bug with disabled username/password boxes
19146         when editing POP3 account after NNTP with authentication).
19147
19148 2001-05-02 [hoa]
19149
19150         * src/account.c
19151         * src/inc.c
19152         * src/prefs_account.[ch]
19153         * src/send.c
19154                 removed local account without SMTP server
19155                 added option to use mail command instead of a connexion
19156                 to SMTP server when a local account is used
19157         * src/prefs_headers.c
19158                 fixed a bug
19159         * src/news.c
19160                 fixed a bug when connexion immediately closed
19161
19162 2001-05-01 [alfons]
19163
19164         0.4.66claws1
19165         
19166         * sync with 0.4.65
19167
19168 2001-05-01 [sergey]
19169
19170         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19171         widget nntpauth_chkbtn.
19172         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19173         visibility.
19174         (prefs_account_nntpauth_toggled): new function.
19175
19176         * src/news.c (news_session_new_for_folder): use NNTP
19177         authentication only if ac->use_nntp_auth is set.
19178
19179 2001-05-01 [hoa]
19180
19181         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19182         * src/prefs_display_headers.c changed the UI
19183         * src/prefs_headers.c changed account_name to account_id
19184         * src/compose.c using customheader.h
19185
19186 2001-05-01 [hiroyuki]
19187
19188         * src/esmtp.c
19189           src/news.c
19190           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19191           unsynched.
19192
19193 2001-05-01 [hoa]
19194
19195         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19196         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19197                 for displaying of headers
19198         * src/grouplist_dialog.[ch] minor changes to remove warnings
19199         * src/prefs_display_headers.[ch] dialog to choose the
19200         headers to display in the mail viewer.
19201         * src/headers.h correction of #define
19202         * src/headers_display.[ch] configuration for displaying of headers.
19203         * src/main.c read config of displaying of headers
19204         * src/prefs_common.c add a button to access the config dialog
19205                 for displaying of headers
19206         * src/prefs_display_headers.[ch] dialog for configuration for
19207                 displaying of the headers.
19208         * src/prefs_headers.c cleaning of code
19209         * src/procheader.c comments added to code
19210         * src/textview.c changes to reorder the headers depending
19211                 on the config for displaying of headers
19212
19213 2001-04-30 [alfons]
19214
19215         0.4.65claws7
19216
19217         * sync with 0.4.65cvs12
19218
19219         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19220
19221 2001-04-30 [sergey]
19222
19223         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19224
19225         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19226         is set to force reconnection after authentication failure.
19227         (nntp_gen_command): set sock->auth_failed on authentication
19228         failure, or if sock->userid and sock->passwd are not set.
19229
19230         * src/news.c (news_session_new_for_folder): set userid=NULL if
19231         password dialog is cancelled.
19232
19233 2001-04-30 [sergey]
19234
19235         * src/nntp.h (NNTPSockInfo): new type.
19236
19237         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19238         SockInfo.
19239         (nntp_open_auth, nntp_close): new functions.
19240         (nntp_gen_command): new function to handle authentication; all
19241         NNTP command functions updated to use it.
19242         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19243         (nntp_list): removed old useless code.
19244
19245         * src/news.h (NNTPSession): new field nntp_sock.
19246
19247         * src/news.c: all functions updated to use NNTPSockInfo instead of
19248         SockInfo.
19249         (news_session_new): new arguments (userid, passwd); made static;
19250         use nntp_open_auth() if needed.
19251         (news_session_destroy): use nntp_close() instead of sock_close().
19252         (news_query_password): changed arguments.
19253         (news_session_new_for_folder): new function.
19254         (news_session_get): use news_session_new_for_folder().
19255         (news_authenticate): deleted.
19256         (news_get_uncached_articles): removed old authentication code.
19257
19258 2001-04-30 [sergey]
19259
19260         * src/news.c: reverted my previous changes (need to do NNTP
19261         authentication in a cleaner way).
19262         
19263 2001-04-29 [sergey]
19264
19265         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19266         news_nntp_post, news_nntp_mode): new functions (wrappers with
19267         authentication support).
19268         (news_get_article_cmd, news_get_article, news_get_header): new
19269         argument "folder"; all callers changed.
19270         (news_get_article_cmd): added authentication support.
19271         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19272         (news_post): use news_nntp_post() instead of nntp_post().
19273         (news_get_uncached_articles): use news_nntp_group() instead of
19274         nntp_group() and news_nntp_xover() instead of nntp_xover();
19275         removed old authentication code.
19276         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19277
19278         * src/nntp.c (nntp_list): return real error code instead of
19279         hardcoded NN_ERROR.
19280
19281 2001-04-29 [sergey]
19282
19283         * configure.in: fixed wint_t typedef detection again
19284
19285 2001-04-28 [hoa]
19286
19287         * src/prefs_account.[ch], added A_LOCAL_CMD
19288                 (send mail with mail command)
19289         * src/send.c added function send_message_with_command()
19290         * src/inc.c made a more secure get_spool() function with
19291                 mktemp() but maybe mkstemp() or something more
19292                 secure can be used.
19293
19294 2001-04-28 [alfons]
19295
19296         * src/textview.c, colorization of email addresses in headers
19297
19298         0.4.65claws6
19299
19300         * bug sync with sylpheed
19301         * prefs_common.c: created date format ui for darko
19302         * sync with 0.4.65cvs11
19303         * configure.in: corrected to have the new gpg checks
19304
19305 2001-04-27 [alfons]
19306
19307         * completed sync with 0.4.65cvs10
19308         * minor debug things added to gtkstext.c
19309
19310 2001-04-27 [darko]
19311
19312         * configure.in: remove check for availability of
19313           strftime() as advised by Hiroyuki
19314         * src/prefs_common.[ch], src/procheader.c:
19315           synch strftime() code with Hiroyki's main branch
19316
19317 2001-04-26 [sergey]
19318
19319         * src/news.c: news_query_password(), news_authenticate(): new
19320           functions.
19321           news_get_uncached_articles(): added NNTP authentication
19322           handling.
19323         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19324           new functions.
19325         * src/prefs_account.c: prefs_account_protocol_activated():
19326           enable userid and password fields for NNTP.
19327
19328 2001-04-26
19329
19330         * configure.in: check for availability of strftime()
19331           [darko]
19332         * src/prefs_common.[ch], src/procheader.c: use
19333           strftime() for displaying date in summary pane if it
19334           is available
19335
19336 2001-04-25
19337
19338         * more .cvsignore cleanups [alfons]
19339
19340 2001-04-25
19341
19342         * ac/sv-check-type.m4: new autoconf macro.
19343         * configure.in: fixed wint_t typedef detection (did not work
19344           with gcc-2.96).
19345
19346 2001-04-25
19347
19348         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19349           [hiroyuki]
19350
19351 2001-04-24
19352         * modified gtkstext.c : buggy cursor navigation fixed, 
19353           and font descent also taken in account when drawing
19354           cursor. [alfons]
19355
19356 2001-04-24 [hoa]
19357         * added comments in src/news.c src/nntp.c
19358         * added src/prefs_headers.[ch]
19359         * added src/headers.[ch]
19360         * modified compose.c to activate custom headers
19361                 added function is_in_custom_headers
19362         * modified prefs_account.[ch]
19363                 added function prefs_account_customhdr_edit
19364         * modified src/defs.h :
19365                 added HEADERS_RC : name of the config file
19366                 for the custom headers
19367
19368 2001-04-24
19369
19370     0.4.65claws5
19371
19372         * configure.in
19373           src/gtkstext.[ch]
19374           src/compose.c
19375           src/Makefile.am
19376           
19377           added gtkstext with configure.in patch by Hiroyuki which
19378           should fix the XIM detection [alfons]
19379
19380         * more clean up of cvs [alfons]
19381
19382                  * removed all Makefile.in files to attic.
19383
19384                  * updated all .cvsignores to really ignore things that could
19385                    be unintentionally committed by a recursive commit.
19386
19387 2001-04-23 [hoa]
19388         * added src/grouplist_dialog.[ch]
19389         * changed src/folderview.c to call grouplist_dialog instead
19390                 of inputdialog
19391         * src/news.c :
19392                 added functions news_reset_group_list
19393                 and news_get_group_list
19394         * src/nntp.c :
19395                 added function nntp_list
19396         * src/defs.h :
19397                 added GROUPLIST_FILE : name of the newsgroup list cache file
19398
19399 2001-04-21
19400
19401         * added option to warn about queued messages on exit [sergey]:
19402
19403           * src/compose.c: compose_queue(): call folder_item_scan()
19404             and folderview_update_item() after queueing.
19405           * src/folderview.c: folderview_update_node(): draw the queue
19406             folder in bold font if there are queued messages.
19407           * src/mainwindow.c: queued_messages(): new function.
19408             app_exit_cb(): display warning if there are queued messages
19409             if warn_queued_on_exit is set.
19410           * prefs_common.[ch]: add warn_queued_on_exit option.
19411
19412         * enhanced GnuPG key selection support [sergey]:
19413
19414           * src/select-keys.c: updated to newer version from Win32
19415             branch with support for selecting arbitrary keys.
19416           * src/prefs_account.c: added the Privacy tab to the account
19417             options window.
19418             prefs_account_privacy_create(),
19419             prefs_account_sign_key_set_data_from_radiobtn(),
19420             prefs_account_sign_key_set_radiobtn(): new functions.
19421           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19422           * src/rfc2015.c: set_signers(): new function.
19423             pgp_sign(): add the account parameter, call set_signers().
19424             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19425           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19426           * src/compose.c: pass the current account to rfc2015_sign().
19427
19428         * tag name claws added to prevent confusion with main branch [alfons]
19429
19430         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19431
19432         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19433
19434         * sync with recent sylpheed cvs. Untested though. [alfons]
19435