code cleanup; bug fixes
[claws.git] / ChangeLog.claws
1 2003-11-19 [paul]       0.9.6claws81
2
3         * src/compose.c
4                 compose_redirect_write_headers_from_headerlist(): 
5                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
6                 
7         * src/main.c
8                 code cleanup (inherited from 0.9.7cvs4)
9                 
10         * tools/tb2sylpheed
11                 bugfix: added missing attribute-list start. submitted by
12                 Urke MMI
13
14 2003-11-19 [luke]       0.9.6claws80
15         * src/textview.c
16                 revert my last commit until I get time to fix it
17
18 2003-11-18 [christoph]  0.9.6claws79
19
20         * src/mimeview.[ch]
21                 check parent MimeInfos for signatures and display the
22                 result of the parent when found
23
24         * src/pgpmime.c
25                 o avoid NULL pointer warnings
26                 o use procmime_mimeinfo_get_parameter()
27
28         * src/sgpgme.c
29                 small text changes
30
31 2003-11-17 [luke]       0.9.6claws78
32
33         * src/textview.c
34                 add check for disguised URLs, fixing bug 57
35                 "Hidden URL in HTML Mails"
36
37 2003-11-16 [christoph]  0.9.6claws77
38
39         * src/procmime.c
40                 fix crash when parsing invalid Content-Type header
41
42 2003-11-16 [christoph]  0.9.6claws76
43
44         * src/pgpmime.c
45         * src/privacy.c
46         * src/procmime.c
47         * src/sgpgme.[ch]
48                 implement message decrypting
49
50         * src/rfc2015.c
51                 remove old code
52
53 2003-11-14 [luke]       0.9.6claws75
54
55         * src/mimeview.c
56                 fix a couple of problems that treated application/* and
57                 application/octet-stream the wrong way around
58                 (since 0.9.6claws10), causing "Open" to do nothing.
59
60 2003-11-14 [christoph]  0.9.6claws74
61
62         * src/messageview.c
63         * src/pgpmime.c
64         * src/privacy.[ch]
65                 prepare for message part decrypting
66
67         * src/sgpgme.c
68                 add output for expired signatures
69
70         * src/rfc2015.c
71                 remove some old code
72
73 2003-11-10 [christoph]  0.9.6claws73
74
75         * src/mimeview.c
76                 add "Full info" button for bad and warn signature status
77
78         * src/sgpgme.c
79                 generate full signature info like gpg's output
80                 (gpg -v --with-fingerprint --verify)
81
82 2003-11-10 [christoph]  0.9.6claws72
83
84         * src/mimeview.c
85         * src/pgpmime.c
86         * src/privacy.[ch]
87         * src/sgpgme.[ch]
88         * src/textview.[ch]
89                 o add code to view full signature info
90                 o do automatic signature checks
91
92 2003-11-10 [alfons]     0.9.6claws71
93
94         * src/summaryview.c
95                 don't crash when gtkut_font_load() returns invalid font (has
96                 something to do with locale settings)
97                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
98
99 2003-11-09 [alfons]     0.9.6claws70
100
101         * src/procmime.c
102                 plug leak
103
104 2003-11-08 [luke]       0.9.6claws69
105
106         * src/summaryview.c
107                 fix some typos
108
109         * src/compose.c
110                 rewrite compose_attach_parts(), fixing various bugs mainly
111                 to do with re-editing.
112
113         * src/mimeview.c
114                 "save all" now only saves attachments with names/filenames
115
116 2003-11-04 [match]      0.9.6claws68
117
118         * src/ldapctrl.[ch]
119                 fix broken LDAP support.
120
121         * src/ldapquery.c
122                 remove printf's.
123
124 2003-11-04 [luke]       0.9.6claws67
125
126         * src/mimeview.c
127                 o  fixed bug 4 "focus lost on messages with attachments"
128                 o  fixed 'Save all' attachments for new mime changes
129                 o  right clicking on icons consistent with right clicking on
130                    mime tree
131                   - fixes a bug where wrong part is saved when you
132                     choose 'Save as' from popup menu
133                   - fixes bug 308 "No way to "save all" attachments"
134                 o  fixed a compiler warning.
135
136         * src/textview.c
137                 o  removed flickering in mime tree when using "n" and "p"
138                    shortcuts
139                 o  fixed bug where selecting the textview and pressing e.g.
140                    'y' causes sylpheed to respond twice.
141
142         * src/summaryview.c
143                 removed hard coding of * and ! shortcuts (which only served
144                 to cause problems if you tried to redefine the shortcuts)
145
146 2003-11-04 [luke]       0.9.6claws66
147
148         * src/plugins/image_viewer/viewer.c
149         * src/plugins/image_viewer/viewerprefs.c
150         * src/plugins/image_viewer/viewerprefs.glade
151                 o  allow toggling of image scaling by clicking on image
152                 o  respond to image's container widget resize
153
154         * src/procmime.c
155                 o  fix bad parsing of message when re-editing/viewing a
156                    message saved to the drafts folder
157
158 2003-11-02 [match]      0.9.6claws65
159
160         * src/browseldap.h
161                 fix if not building LDAP support.
162         * src/addrindex.c
163         * src/ldapquery.[ch]
164         * src/editldap.h
165                 include support for contains query. feature req 529354.
166
167 2003-11-02 [alfons]     0.9.6claws64
168
169         * src/browseldap.c
170                 fix build bustage if not compiling ldap support
171
172 2003-11-01 [match]      0.9.6claws63
173
174         * po/POTFILES.in
175         * src/Makefile.am
176         * src/addr_compl.[ch]
177         * src/addrbook.c
178         * src/addrcache.[ch]
179         * src/addrdefs.h        ** NEW **
180         * src/addressbook.c
181         * src/addressitem.h
182         * src/addrindex.[ch]
183         * src/addritem.h
184         * src/addrquery.[ch]
185         * src/ldapquery.[ch]
186         * src/ldapserver.[ch]
187                 refactor LDAP query mechanism.
188
189         * src/browseldap.[ch]   ** NEW **
190         * src/ldaplocate.[ch]   ** NEW **
191                 add feature to browse LDAP entry that was retrieved using
192                 an explicit LDAP search.
193
194 2003-11-01 [alfons]     0.9.6claws62
195
196         * src/prefs_gtk.c
197                 prefs_write_param(): fail when we see an invalid type; all the
198                 callers seem to handle this gracefully by reverting changes
199
200 2003-10-30 [christoph]  0.9.6claws61
201
202         * configure.ac
203         * ac/openssl.m4
204         * ac/spamassassin.m4
205         * src/Makefile.am
206                 use extra variables for all libraries to make sure plugins
207                 are only linked with libraries they really need. $LIBS is always
208                 added to the linking parameters, but we only what the libraries
209                 listed in the Makefile
210
211 2003-10-29 [paul]       0.9.6claws60
212
213         * src/mimeview.c
214                 don't use Subject for unknown part name
215
216 2003-10-29 [paul]       0.9.6claws59
217
218         * src/compose.c
219                 get name of attachment(s) when re-editing, fwd'ing or
220                 redirecting
221                 
222         * src/mimeview.c
223                 get name of attachment(s) when saving
224
225 2003-10-29 [hoa]        0.9.6claws58
226
227         * src/textview.c
228                 implemented multipart/alternative in MIME message viewer.
229
230 2003-10-28 [christoph]  0.9.6claws57
231
232         * configure.ac
233                 make sure MathML-Viewer is not built with the
234                 Gtk2 version of GtkMathView
235
236 2003-10-28 [paul]       0.9.6claws56
237
238         * sync with 0.9.7cvs1
239                 see ChangeLog 2003-10-28
240
241 2003-10-27 [alfons]     0.9.6claws55
242
243         * src/matcher_parser_parse.y
244         * src/gtk/colorlabel.c
245                 allow setting color label to 0 in filtering/processing rules
246                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
247
248 2003-10-26 [alfons]     0.9.6claws54
249
250         * src/summary_search.c
251                 fix misnomer and correct selecting initial search node  
252
253 2003-10-26 [christoph]  0.9.6claws53
254
255         * src/pgpmime.c
256         * src/sgpgme.c
257                 change display of signature info to use only name of
258                 signer, otherwise the text gets too long.
259
260         * src/procmime.c
261                 don't use MimeInfo's filename to generate tmp filename
262
263 2003-10-25 [christoph]  0.9.6claws52
264
265         * src/procmime.c
266                 fix message body searching
267
268 2003-10-25 [paul]       0.9.6claws51
269
270         * src/compose.c
271                 use g_basename rather than basename
272
273 2003-10-24 [christoph]  0.9.6claws50
274
275         * src/sgpgme.c
276                 change fetching of signature key's trust
277
278 2003-10-24 [paul]       0.9.6claws49
279
280         * po/sk.po
281                 update Slovak translation
282                 submitted by Andrej Kacian
283                 
284         * src/mainwindow.c
285                 remove unknown menu entry /File/Add mailbox/mbox...
286
287 2003-10-24 [hoa]        0.9.6claws48
288
289         * src/Makefile.am
290                 removed all references to mbox folders
291
292         * src/carray.[ch]               * REMOVED *
293         * src/chash.[ch]                * REMOVED *
294         * src/maillock.[ch]             * REMOVED *
295         * src/mailmbox.[ch]             * REMOVED *
296         * src/mailmbox_folder.[ch]      * REMOVED *
297         * src/mailmbox_parse.[ch]       * REMOVED *
298         * src/mailmbox_types.[ch]       * REMOVED *
299         * src/mbox_folder.[ch]          * REMOVED *
300                 remove implementation of mbox folders
301                 and old mailbox folder.
302                 mbox folder implementation will be added
303                 as a plugin so that implementation can be entirely
304                 synchronized with the files of the project they are
305                 extracted from (libEtPan!).
306         
307         * src/mainwindow.c
308         * src/folder.c
309         * src/folderview.[ch]
310         * src/procmsg.h         
311                 Disable as much code that references mbox folders
312                 as possible.
313                 Some UI thing still need to know that folder is mbox
314                 (when we have to enter the name of the mailbox and
315                 we want to add /var/mail/$USER).
316
317 2003-10-23 [christoph]  0.9.6claws47
318
319         * src/noticeview.c
320                 don't always display button when noticeview is made visible
321
322         * src/mimeview.c
323         * src/pgpmime.c
324         * src/privacy.[ch]
325         * src/sgpgme.[ch]
326                 get signature information from crypto system
327
328 2003-10-22 [paul]       0.9.6claws46
329
330         * po/es.po
331                 updated by Ricardo Mones Lastra
332
333 2003-10-22 [paul]       0.9.6claws45
334
335         * src/Makefile.am
336                 update to reflect the changes to the icons that
337                 happened in 0.9.6claws35
338
339 2003-10-22 [alfons]     0.9.6claws44
340         
341         * src/carray.h
342                 inline carray_count() 
343
344 2003-10-21 [alfons]     0.9.6claws43
345
346         * src/carray.h
347                 glib wrappers
348         * src/carray.c
349                 disable
350         * src/mailmbox.[ch]
351         * src/mailmbox_folder.c
352         * src/mailmbox_parse.c
353         * src/mailmbox_types.[ch]
354                 %s/uint32_t/guint
355
356 2003-10-21 [luke]       0.9.6claws42
357
358         * src/stock_pixmaps.[ch]
359         * src/mimeview.c
360         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
361         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
362                 o remove mime_application_octet_stream.xpm icon (it was never
363                   really needed)
364                 o remove redundant icon messageview_text.xpm
365
366         * src/mainwindow.c
367                 fix visibility of signature noticeview when toggling 'separate
368                 message view'
369
370 2003-10-21 [christoph]  0.9.6claws41
371
372         * src/procmime.c
373                 decode multipart and rfc822 mime parts to allow further
374                 parsing when required
375
376 2003-10-21 [christoph]  0.9.6claws40
377
378         * src/procmime.[ch]
379         * src/textview.c
380                 remove obsolete charset parameter in MimeInfo and fix
381                 TextView to use the charset from the parameter hash table
382
383         * src/plugins/dillo_viewer/Makefile.am
384         * src/plugins/trayicon/Makefile.am
385                 add OPENSSL_CFLAGS to fix building with using
386                 --with-openssl-* parameters
387
388 2003-10-21 [paul]       0.9.6claws39
389
390         * src/prefs_matcher.[ch]
391                 replace remnants of the old, renamed 'Execute' matchtype
392                 add a brief description to the Info window
393
394 2003-10-21 [hoa]        0.9.6claws38
395         
396         * src/Makefile.am
397         * src/carray.[ch]               * NEW *
398         * src/chash.[ch]                * NEW *
399         * src/folder.c
400         * src/maillock.[ch]             * NEW *
401         * src/mailmbox.[ch]             * NEW *
402         * src/mailmbox_folder.[ch]      * NEW *
403         * src/mailmbox_parse.[ch]       * NEW *
404         * src/mailmbox_types.[ch]       * NEW *
405                 implementation of mbox folder with unique message numbers
406
407                 made use of libEtPan! implementation of mbox for lower-layer.
408
409 2003-10-20 [alfons]     0.9.6claws37
410
411         * src/noticeview.c
412                 fix invalid argument warning
413         * src/pgpmime.c
414                 no in place variable
415
416 2003-10-20 [paul]       0.9.6claws36
417
418         * src/compose.[ch]
419           src/filtering.c
420           src/messageview.c
421                 fix crash when using Forward in Filtering when
422                 external editor option is set
423                 
424                 Patch submitted by Simon 'corecode' Schubert
425                 <corecode@corecode.ath.cx> 
426
427 2003-10-20 [paul]       0.9.6claws35
428
429         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
430           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
431           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
432           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
433           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
434           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
435           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
436           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
437           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
438           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
439           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
440           src/mimeview.c
441           src/stock_pixmap.[ch]
442                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
443                 icons. add privacy_warn.xpm icon
444
445 2003-10-20 [hoa]  0.9.6claws34
446
447         * src/folder_item_prefs.[ch]
448         * src/prefs_folder_item.c
449         * src/main.c
450                 Added a property per folder to choose whether we 
451                 want to apply processing on it on startup or if we
452                 prefer to wait the folder selection to apply it.
453         
454         * src/messageview.c
455                 fixed C89 compatibility (for old compilers, for
456                 example gcc 2.95.x).
457
458 2003-10-17 [christoph]  0.9.6claws33
459
460         * src/mimeview.c
461         * src/noticeview.[ch]
462                 change noticeview icon to indicate signature status
463
464 2003-10-17 [christoph]  0.9.6claws32
465
466         * src/Makefile.am
467         * src/main.c
468         * src/mimeview.c
469         * src/noticeview.c
470         * src/pgpmime.[ch]                              ** NEW **
471         * src/privacy.[ch]
472         * src/rfc2015.c
473         * src/sgpgme.c                                  ** NEW **
474                 reimplement PGP/Mime signature checking (unfinished)
475
476 2003-10-15 [christoph]  0.9.6claws31
477
478         * src/procmime.[ch]
479                 fix procmime_get_text_content() and
480                 procmime_get_first_text_content()
481
482 2003-10-15 [christoph]  0.9.6claws30
483
484         * src/plugins/spamassassin/spamassassin_gtk.c
485         * src/plugins/spamassassin/spamassassin_gtk.glade
486                 fix timeout tooltip
487
488 2003-10-15 [paul]       0.9.6claws29
489
490         * src/messageview.c
491                 workaround for buggy smtp servers. on sending a
492                 return receipt strip the name part from the address
493                 when creating headers
494                 
495 2003-10-15 [paul]       0.9.6claws28
496
497         * sync with 0.9.7 release
498                 see ChangeLog 2003-10-15
499
500 2003-10-14 [christoph]  0.9.6claws27
501
502         * src/plugins/clamav/clamav_plugin.c
503                 fix clamav plugin
504
505 2003-10-14 [christoph]  0.9.6claws26
506
507         * src/compose.c
508         * src/mimeview.c
509         * src/procmime.[ch]
510         * src/rfc2015.c
511         * src/textview.c
512         * src/plugins/clamav/clamav_plugin.c
513                 use GNode to create the mime tree (some changes to functions
514                 that traverse the tree are just quick and dirty. Maybe we
515                 can find better solutions with g_node_*-functions)
516
517 2003-10-14 [luke]       0.9.6claws25
518
519         * src/mimeview.c
520                 fix a navigation bug (stupid typo of mine)
521
522 2003-10-14 [christoph]  0.9.6claws24
523
524         * src/textview.c
525                 fix missing last line in plain/text mails
526
527 2003-10-13 [luke]       0.9.6claws23
528
529         * src/summaryview.c
530                 fix bug 334 (part 1)
531
532 2003-10-13 [kov]        0.9.6claws22
533
534         * src/mimeview.c
535                 error checking when the user enters a non-directory at
536                 the file selection dialog.
537                 work-around for users entering directory location without
538                 adding a leading G_DIR_SEPARATOR.
539
540 2003-10-13 [luke]       0.9.6claws21
541
542         * src/compose.c
543                 error reporting for inserting files, including catching
544                 invalid characters for current locale/encoding
545
546 2003-10-13 [paul]       0.9.6claws20
547
548         * src/folderview.c
549                 fix bug #347 'subscribe newsgroups crashes'
550
551 2003-10-13 [paul]       0.9.6claws19
552
553         * src/compose.c
554                 when using 'Reply to all' include the 'send replies
555                 to' folder property
556                 
557         * po/ja.po
558                 update Japanese translation. submitted by Rui Hirokawa 
559                 <rui_hirokawa@ybb.ne.jp>        
560
561 2003-10-13 [hoa]        0.9.6claws18
562
563         * src/account.c
564         * src/compose.c
565         * src/messageview.c
566         * src/procheader.c
567         * src/procheader.h
568                 rename get_header_from_msginfo() into
569                 procheader_get_header_from_msginfo() so that we have a
570                 coherent exported naming.
571                 avoid parsing of header contained in a string via
572                 a newly written temporary file.
573
574         Patch submitted by Simon 'corecode' Schubert
575                 <corecode@corecode.ath.cx>
576
577 2003-10-12 [hoa]        0.9.6claws17
578
579         * src/filtering.c
580         * src/filtering.h
581         * src/matcher.c
582         * src/matcher.h
583         * src/matcher_parser_parse.y
584         * src/prefs_filtering_action.c
585                 added "stop" action : stop applying the filtering rules.
586                 added "set score" and "increase/decrease score" actions.
587                 That two last action replace the "change_score" action
588                 introduced by alfons in 0.8.8claws85.
589                 "set score" is to set a given score to the message.
590                 "increase/decrease score" will increase or decrease the
591                 score if the given value is respectively positive or
592                 negative. If someone find a some better name for this last
593                 rule, it can be modified.
594
595 2003-10-12 [paul]       0.9.6claws16
596
597         * AUTHORS
598           po/ja.po
599                 update Japanese translation. submitted by Rui Hirokawa 
600                 <rui_hirokawa@ybb.ne.jp>
601
602 2003-10-12 [christoph]  0.9.6claws15
603
604         * src/procmime.c
605                 fix crash caused by incorrect headers
606
607 2003-10-10 [christoph]  0.9.6claws14
608
609         * src/main.c
610         * src/privacy.[ch]
611         * src/rfc2015.[ch]
612                 implement detection of signed message parts for rfc2015
613
614 2003-10-10 [thorsten]   0.9.6claws13
615
616         * src/mimeview.c
617                 fix typo
618
619 2003-10-10 [christoph]  0.9.6claws12
620
621         * src/stock_pixmap.[ch]
622         * src/pixmaps/mime_message.xpm                  ** NEW **
623                 add a new icon for mime type "message"
624
625         * src/privacy.[ch]
626         * src/procmime.[ch]
627                 add crypto api
628
629         * src/mimeview.c
630                 o use crypto api
631                 o add icons for message type mime parts
632
633 2003-10-10 [christoph]  0.9.6claws11
634
635         * src/mainwindow.c
636         * src/messageview.[ch]
637         * src/mimeview.[ch]
638         * src/procmime.[ch]
639         * src/procmsg.[ch]
640         * src/rfc2015.c
641         * src/summaryview.c
642         * src/textview.[ch]
643                 o remove switching between TextView and MimeView in MessageView
644                   (if required we can hide the icon box and the MimeView will
645                    look exaxtly like the TextView)
646                 o temporary remove signature and decrypting GPGME code
647
648 2003-10-09 [christoph]  0.9.6claws10
649
650         * src/action.c
651         * src/compose.c
652         * src/messageview.c
653         * src/mimeview.c
654         * src/procmime.[ch]
655         * src/procmsg.c
656         * src/rfc2015.c
657         * src/textview.c
658         * src/common/utils.[ch]
659         * src/plugins/clamav/clamav_plugin.c
660         * src/plugins/dillo_viewer/dillo_viewer.c
661         * src/plugins/image_viewer/viewer.c
662         * src/plugins/mathml_viewer/mathml_viewer.c
663                 new mime parser (several things need fixing)
664
665 2003-10-09 [paul]       0.9.6claws9
666
667         * src/imap.c
668                 a little more sync with 0.9.6cvs2 and a tidy up
669
670 2003-10-08 [paul]       0.9.6claws8
671
672         * sync with 0.9.6cvs2
673                 see ChangeLog 2003-10-03
674
675 2003-10-05 [christoph]  0.9.6claws7
676
677         * src/summaryview.c
678                 don't use flags to check if a message is in a news folder
679
680         (closes Bug 282 clicking on folder with copied Messages from News
681          immediately after having copied them crashes Sylpheed-Claws)
682
683 2003-10-05 [christoph]  0.9.6claws6
684
685         * src/Makefile.am
686         * src/progressdialog.[ch]               ** REMOVE **
687         * src/gtk/Makefile.am
688         * src/gtk/progressdialog.[ch]           ** NEW **
689                 move progressdialog to gtk directory
690
691 2003-10-04 [christoph]  0.9.6claws5
692
693         * src/prefs_toolbar.c
694         * src/gtk/prefswindow.c
695                 remove widget_show_all for pages root widget
696
697         * src/plugins/spamassassin/spamassassin.[ch]
698         * src/plugins/spamassassin/spamassassin_gtk.c
699         * src/plugins/spamassassin/spamassassin_gtk.glade
700                 add support for new libspamc transports
701
702 2003-10-04 [christoph]  0.9.6claws4
703
704         * src/plugins/spamassassin/libspamc.[ch]
705         * src/plugins/spamassassin/spamassassin.c
706         * src/plugins/spamassassin/utils.[ch]
707                 update libspamc to version from SpamAssassin 2.60
708
709 2003-10-03 [christoph]  0.9.6claws3
710
711         * src/send_message.c
712                 fix missing format string bug found by
713                 Georgi Guninski <guninski@guninski.com>
714
715 2003-10-03 [paul]       0.9.6claws2
716
717         * po/zh_CN.po
718                 update Simpilified Chinese translation, submitted by
719                 Hansom Young
720
721 2003-10-02 [christoph]  0.9.6claws1
722
723         * src/imap.c
724                 add UIDPLUS support for COPY and EXPUNGE
725
726 2003-10-02 [paul]       0.9.6claws
727
728         * 0.9.6claws released
729
730 2003-10-02 [paul]
731
732         * po/es.po
733           po/sk.po
734                 update Spanish and Slovak translations
735                 submitted by Ricardo Mones Lastra and Andrej Kacian
736  
737 2003-10-02 [paul]       0.9.5claws43
738
739         * po/en_GB.po
740                 update British English translation
741
742 2003-10-02 [paul]       0.9.5claws42
743
744         * po/hr.po
745                 update Croatian translation, submitted by Dragan
746
747 2003-10-01 [paul]       0.9.5claws41
748
749         * po/pl.po
750           po/sr.po
751                 update Polish and Serbian translations, submitted by
752                 Emil and Urke MMI
753
754 2003-10-01 [melvin]     0.9.5claws40
755
756         * po/fr.po
757                 Updated French translations
758
759 2003-10-01 [melvin]     0.9.5claws39
760
761         * src/prefs_fonts.c
762                 Fixed a Gtk warning
763
764         * src/plugins/dillo_prefs.c     
765                 Quasi unnoticeable UI clean-up.
766
767 2003-10-01 [paul]
768
769         * tools/README
770           tools/maildir2sylpheed.pl
771                 bug fixes, rewrites, submitted by Matthias Förste 
772                 <itsjustme@users.sourceforge.net>
773
774 2003-09-29 [paul]       0.9.5claws38
775
776         * src/inc.c
777                 fix my coding carelessness
778
779 2003-09-29 [paul]       0.9.5claws37
780
781         * po/POTFILES.in
782           src/Makefile.am
783           src/main.c
784           src/prefs_common.[ch]
785           src/prefs_fonts.[ch]  ** NEW FILES **
786                 move Font config options to Other Prefs/Display/Fonts
787                 (user's current configuration is preserved)
788
789 2003-09-29 [paul]       0.9.5claws36
790
791         * src/inc.c
792           src/prefs_account.c
793                 allow 'local_mbox' value to point to either a directory 
794                 (/var/mail -  default, new) or a file (/var/mail/username
795                 - original)
796
797 2003-09-28 [paul]       0.9.5claws35
798
799         * src/rfc2015.c
800                 on signature check, where key exists, print the
801                 Key ID
802
803 2003-09-27 [alfons]     0.9.5claws34
804
805         * src/action.c
806                 o make progress bar not fill/expand when resizing dialog
807                 o use default fixed text font for actions output
808
809 2003-09-27 [paul]       0.9.5claws33
810
811         * src/prefs_common.[ch]
812           src/procmsg.c
813           src/send_message.c
814                 remove External Program settings from Common Prefs/Send
815                 as they are now unnecessary due to Local account settings.
816                 plus a little tidying-up after 0.9.5claws31
817
818 2003-09-27 [paul]       0.9.5claws32
819
820         * src/prefs_account.c
821                 o make correction to gui text:
822                   'Local mailbox file' -> 'Local mailbox directory'
823                 o give 'local_mbox' option a reasonable default value:
824                   '/var/mail'
825                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
826                   value
827
828 2003-09-26 [paul]       0.9.5claws31
829
830         * src/inc.c
831           src/prefs_common.[ch]
832                 remove 'Incorporate from spool' common pref,
833                 force creation of a 'Local' account
834
835 2003-09-26 [christoph]  0.9.5claws30
836
837         * src/folder.c
838         * src/msgcache.c
839                 add more NULL pointer checks
840
841 2003-09-25 [christoph]  0.9.5claws29
842
843         * src/folder.c
844                 o don't fetch source message to get it's message id
845                 o immediately scan dest folder when copying a message did not
846                   return a new message number and not do it when the first message
847                   without a new message number is found
848
849 2003-09-23 [christoph]  0.9.5claws28
850
851         * src/compose.c
852                 fix generating of headers
853
854         (patch by David Relson <relson@osagesoftware.com>)
855
856 2003-09-23 [paul]       0.9.5claws27
857
858         * po/zh_CN.po
859                 update Simplified Chinese translation. submitted by
860                 Hansom Young
861
862 2003-09-23 [paul]       0.9.5claws26
863
864         * tools/Makefile.am
865           tools/README
866           tools/vcard2xml.py    ** NEW FILE **
867                 add a script that converts an evolution vcard to
868                 sylpheed's xml format
869                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
870
871 2003-09-22 [paul]       0.9.5claws25
872
873         * src/plugins/clamav/clamav_plugin.c
874                 don't skip MULTIPART parts
875
876 2003-09-21 [christoph]  0.9.5claws24
877
878         * src/alertpanel.c
879                 remove unneeded include
880
881         * src/folder.c
882                 clean up copy/move mess with duplicated code
883
884         * src/imap.c
885                 fix problem that sometimes the folder was not scanned
886                 also it was changed
887
888 2003-09-21 [christoph]  0.9.5claws23
889
890         * src/Makefile.am
891         * src/logwindow.[ch]                    ** REMOVE **
892         * src/mainwindow.c
893         * src/prefs_common.c
894         * src/gtk/Makefile.am
895         * src/gtk/logwindow.[ch]                ** ADD **
896                 make logwindow prefs_common independent and move
897                 it to gtk directory
898
899 2003-09-20 [christoph]  0.9.5claws22
900
901         * src/compose.c
902                 add extra space for address code conversion
903                 (4 * unconvered size could be too small for short headers)
904
905 2003-09-20 [christoph]  0.9.5claws21
906
907         * src/compose.c
908                 increase temp buffer size when writing headers
909
910 2003-09-19 [darko]      0.9.5claws20
911
912         * src/compose.c
913                 don't ignore value of 'Save copy of outgoing messages to
914                 this folder instead of Sent' in message redirect
915
916 2003-09-17 [christoph]  0.9.5claws19
917
918         * src/compose.c
919                 use ", " as address seperator for mail headers and pass whole
920                 header line at once to compose_convert_header to make sure
921                 it is correctly folded
922
923         (closes Bug 64 Problem when sending to many recipients)
924
925 2003-09-17 [hoa]        0.9.5claws18
926         
927         * src/matcher.[ch]
928           src/matcher_parser_parse.y
929           src/prefs_matcher.c
930                 changed the keyword used for command execution in condition
931                 keyword is changed from "execute" to "test"
932                 so that it is not the same as the one used for action.
933                 This will fix a bug when using filtering dialog.
934                 All semantic in the code is also changed to reflect
935                 the keyword change.
936
937 2003-09-17 [paul]
938         
939         * sync with 0.9.6 release
940
941 2003-09-17 [paul]       0.9.5claws17
942
943         * sync with 0.9.5cvs8
944                 see ChangeLog 2003-09-16 and 2003-09-17
945
946 2003-09-16 [paul]       0.9.5claws16
947
948         * sync with 0.9.5cvs6
949                 see ChangeLog 2003-09-16
950
951 2003-09-15 [paul]       0.9.5claws15
952
953         * sync with 0.9.5cvs5
954                 see ChangeLog 2003-09-15
955
956 2003-09-14 [alfons]     0.9.5claws14
957
958         * src/inc.c
959                 make "Go to inbox after receiving new mail" again;
960                 regression of a sync, restored to sylpheed main 
961                 behaviour. (misses still some bits)
962
963 2003-09-14 [alfons]     0.9.5claws13
964
965         * src/prefs_filtering_action.c
966                 o add proper message if empty execute command line
967                 o don't select first action item after registering a
968                   new action to prevent (what seems to be a GTK) bug
969                   #36, "filtering will only accept one action change 
970                   per invocation".
971
972 2003-09-14 [alfons]     0.9.5claws12
973
974         * src/prefs_filtering.c
975         * src/prefs_filtering_action.c
976         * src/prefs_matcher.c
977                 fix function signature for key_pressed_event signal handlers
978
979 2003-09-14 [alfons]     0.9.5claws11
980
981         * src/mainwindow.c
982                 fix regression caused by fix for invalid bug #7
983                 (should fix #246, "Multiple selections are deselected when 
984                 moving from search window to main window")
985                 
986 2003-09-14 [alfons]     0.9.5claws10
987         
988         * src/actions.[ch]
989         * src/filtering.[ch]
990         * src/prefs_actions.c
991                 allow `filtering actions` in actions; only for advanced users
992                 right now: try for example, "%as{mark color 2}" 
993         
994 2003-09-13 [paul]       0.9.5claws9
995         
996         * po/pl.po
997           po/zh_CN.po   ** NEW FILE **
998                 update Polish translation, submitted by Emil 
999                 <eminowbl@posejdon.wpk.p.lodz.pl>
1000                 add new Simplified Chinese translation, submitted by
1001                 Hansom Young <hansom_young@yahoo.com>
1002
1003 2003-09-12 [alfons]     0.9.5claws8
1004
1005         * src/summaryview.c
1006                 don't open separate message views when View | Separate message view
1007                 is active 
1008                 (please look carefully for any navigation regressions)
1009
1010 2003-09-11 [alfons]     0.9.5claws7
1011
1012         * src/mainwindow.c
1013                 make default message view, opened by View | Separate message 
1014                 view, look like a claws message view (which includes a menu
1015                 bar and a toolbar)
1016                 (fixes bug #298, "message view loses tool bar") 
1017
1018 2003-09-11 [christoph]  0.9.5claws6
1019
1020         * src/folderview.c
1021                 fix double deleting of newsgroup folders
1022
1023         (closes Bug 305 crash after deleting of a newsgroup)
1024
1025 2003-09-11 [paul]       0.9.5claws5
1026
1027         * src/rfc2015.c
1028           src/common/utils.h
1029                 more sync'ing from 0.9.5cvs2
1030
1031 2003-09-11 [christoph]  0.9.5claws4
1032
1033         * src/compose.c
1034         * src/rfc2015.c
1035         * src/common/utils.h
1036                 fix sync with 0.9.5cvs2
1037
1038 2003-09-11 [paul]       0.9.5claws3
1039
1040         * sync with 0.9.5cvs4
1041                 see ChangeLog 2003-09-11
1042
1043 2003-09-11 [paul]       0.9.5claws2
1044
1045         * sync with 0.9.5cvs2
1046                 see ChangeLog 2003-09-05
1047                 
1048 2003-09-11 [paul]       0.9.5claws1
1049
1050         * sync with 0.9.5cvs3
1051                 see ChangeLog 2003-09-10
1052
1053 2003-09-10 [paul]       0.9.5claws
1054
1055         * 0.9.5claws released
1056
1057 2003-09-10 [paul]       0.9.4claws78
1058
1059         * src/Makefile.am
1060                 add missing files
1061
1062 2003-09-10 [melvin]     0.9.4claws77
1063
1064         * po/fr.po
1065                 Updated French translations
1066
1067 2003-09-10 [paul]       0.9.4claws76
1068
1069         * po/es.po
1070           po/sk.po
1071           po/sr.po
1072                 update Spanish, Slovak, and Serbian translations.
1073                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1074                 and Urke MMI
1075                 
1076         * AUTHORS
1077                 add translation team section
1078
1079 2003-09-09 [christoph]  0.9.4claws75
1080
1081         * src/folder.c
1082                 free item->prefs in folder_item_destroy
1083
1084 2003-09-09 [alfons]     0.9.4claws74
1085
1086         * src/folderview.c
1087                 o proper check for root node sorting
1088                 o remove unnecessary gtk_ctree_remove_node 
1089
1090         (should fix bug #300, "crash while moving folder")      
1091
1092 2003-09-08 [christoph]  0.9.4claws73
1093
1094         * src/folderview.c
1095                 o fix double adding of IMAP FolderItems to GtkCTree
1096                 o fix crash then mbox folder is removed
1097
1098 2003-09-08 [christoph]  0.9.4claws72
1099
1100         * src/folder.c
1101         * src/folderview.c
1102         * src/mainwindow.c
1103                 fix new folder notification
1104
1105         * src/mbox_folder.c
1106                 fix cache path
1107
1108 2003-09-08 [christoph]  0.9.4claws71
1109
1110         * src/compose.c
1111                 replace '\n' and '\r' before removing trailing spaces
1112
1113         * src/folder.[ch]
1114         * src/folderview.c
1115                 add information about new or removed items in folder tree change
1116                 notification and use this in folderview to add and remove only
1117                 the appected items and not refresh the whole tree
1118
1119 2003-09-07 [match]      0.9.4claws70
1120
1121         * src/Makefile.am
1122         * src/addr_compl.c
1123         * src/addressbook.c
1124         * src/addressitem.h
1125         * src/addrindex.c
1126         * src/addritem.c
1127         * src/addritem.h
1128         * src/addrquery.c                       ** NEW **
1129         * src/addrquery.h
1130         * src/ldapquery.c
1131         * src/ldapserver.c
1132         * src/stock_pixmap.c
1133         * src/stock_pixmap.h
1134         * src/pixmaps/address_search.xpm        ** NEW **
1135                 re-introduce Lookup button for LDAP 'static' searches.
1136
1137 2003-09-07 [alfons]     0.9.4claws69
1138         
1139         * src/summaryview.c
1140                 abandon setting usize for messageview because it gives layout problems
1141                 with the quick search bar and the headerview; fixes assorted UI glitches:
1142                 
1143                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1144                 o bug #280, "Window resiizes for line length but does not revert"
1145
1146 2003-09-07 [christoph]  0.9.4claws68
1147
1148         * src/compose.c
1149                 o make sure we don't have any newlines in header values
1150                 o check custom headers for spaces and newlines and ignore
1151                   malformed header names
1152
1153 2003-09-06 [christoph]  0.9.4claws67
1154
1155         * src/folder.c
1156         * src/folderview.c
1157                 invoke notification hook for folder tree changes after append
1158                 and remove folder
1159
1160         (closes Bug 294 Crash while moving folder with many subdirectories)
1161
1162 2003-09-06 [christoph]  0.9.4claws66
1163
1164         * src/folder.c
1165                 destroy folder's MsgCache if FolderItem is removed to make sure
1166                 it is not saved when the FolderItem is destroyed
1167
1168 2003-09-06 [christoph]  0.9.4claws65
1169
1170         * src/plugins/clamav/clamav_plugin.c
1171                 fix copy & paste bug
1172
1173 2003-09-05 [christoph]  0.9.4claws64
1174
1175         * src/folder.c
1176         * src/messageview.[ch]
1177         * src/procmsg.[ch]
1178         * src/summaryview.c
1179                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1180                 by MessageView to clear it when the message is deleted. Should
1181                 work even if messages are deleted in MainWindow or by
1182                 processing.
1183
1184 2003-09-05 [alfons]     0.9.4claws63
1185
1186         * src/messageview.c
1187                 deleting a message in a message view frees its msginfo, make 
1188                 messageview_update_all() aware of that (should fix bug #293,
1189                 "deleting message caused crash")
1190
1191 2003-09-05 [melvin]     0.9.4claws62
1192
1193         * src/action.c
1194                 Improve synchronous action exit code (fixes 
1195                 a ~5 seconds delay after action exit on RedHat 9)
1196
1197 2003-09-04 [christoph]  0.9.4claws61
1198
1199         * src/compose.c
1200         * src/rfc2015.c
1201         * src/common/utils.[ch]
1202                 add util function to create mime boundary and use it
1203                 in compose and gpg code
1204
1205 2003-09-04 [alfons]     0.9.4claws60
1206
1207         * src/folder.c
1208                 source folder item's GNode should already have been freed in 
1209                 a previous call to src->folder->klass->remove_folder()
1210                 (should fix bug #287, "crash when moving folders")
1211
1212 2003-09-03 [thorsten]   0.9.4claws59
1213
1214         * src/plugins/spamassassin/spamassassin_gtk.c
1215                 fix compile error
1216
1217 2003-09-03 [christoph]  0.9.4claws58
1218
1219         * src/plugins/spamassassin/spamassassin.[ch]
1220         * src/plugins/spamassassin/spamassassin_gtk.c
1221                 add timeout config option
1222
1223 2003-09-03 [paul]       0.9.4claws57
1224
1225         * po/sk.po      ** NEW FILE **
1226                 add Slovak translation. Submitted by Andrej Kacian 
1227                 <andrej@kacian.sk>
1228
1229 2003-09-03 [paul]       0.9.4claws56
1230
1231         * src/plugins/clamav/clamav_plugin_gtk.c
1232                 gui tweaks: replace a label with a tooltip, modify the
1233                 text, use gtk_check_button_new(); instead of
1234                 gtk_check_button_new_with_label("");
1235
1236 2003-09-02 [alfons]     0.9.4claws55
1237
1238         * src/gtk/filesel.c
1239                 remember last used dir when attaching multiple files (should fix
1240                 bug #290, "Attach File does not remember directory")
1241
1242 2003-09-01 [paul]       0.9.4claws54
1243
1244         * po/es.po
1245                 updated by Ricardo Mones Lastra
1246
1247 2003-09-01 [alfons]     0.9.4claws53
1248
1249         * src/gtk/gtkaspell.[ch]
1250                 be pedantic and strict and use const gchar * instead of guchar *
1251
1252 2003-09-01 [alfons]     0.9.4claws52
1253
1254         * src/mainwindow.c
1255         * src/summaryviewc.
1256                 re-enable Save As when multiple messages are selected
1257
1258 2003-09-01 [paul]       0.9.4claws51
1259
1260         * src/textview.c
1261                 g_free(trimmed_uri);
1262
1263 2003-09-01 [paul]       0.9.4claws50
1264
1265         * sync with 0.9.4cvs13
1266                 see ChangeLog 2003-09-01
1267
1268 2003-09-01 [paul]       0.9.4claws49
1269
1270         * src/textview.c
1271                 trim uri before sending to the statusbar
1272                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1273                 in the message window causes main S-C window to enlarge 
1274                 past screen edges'
1275
1276 2003-09-01 [paul]       0.9.4claws48
1277
1278         * sync with 0.9.4cvs12
1279                 see ChangeLog 2003-09-01
1280
1281 2003-08-30 [christoph]  0.9.4claws47
1282
1283         * src/compose.c
1284         * src/folder_item_prefs.[ch]
1285         * src/prefs_folder_item.c
1286         * src/gtk/gtkaspell.[ch]
1287                 commit per folder dictionary patch by
1288                 Paul Evans <nerd@freeuk.com>
1289
1290 2003-08-30 [christoph]  0.9.4claws46
1291
1292         * src/plugins/spamassassin/spamassassin_gtk.c
1293         * src/plugins/spamassassin/spamassassin_gtk.glade
1294                 reduce GUI clutter by placing hints into tooltips
1295
1296 2003-08-30 [paul]       0.9.4claws45
1297
1298         * src/compose.c
1299                 add 'Content-Disposition: inline' to a text/plain
1300                 part when using PGP/MIME signing
1301
1302 2003-08-30 [paul]       0.9.4claws44
1303
1304         * src/prefs_common.c
1305           src/prefs_spelling.c
1306           src/prefs_spelling.glade
1307                 reduce GUI clutter by placing hints into tooltips
1308
1309 2003-08-29 [christoph]  0.9.4claws43
1310
1311         * configure.ac
1312                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1313
1314         * src/stock_pixmap.c
1315                 change unecessary warning into a debug message
1316
1317         * src/plugins/clamav/Makefile.am
1318                 Fix error "-I$(CLAMAV_LIBS)"
1319
1320 2003-08-29 [christoph]  0.9.4claws42
1321
1322         * intl/Makefile.in
1323         * src/Makefile.am
1324         * src/matcher.h
1325         * src/common/Makefile.am
1326         * src/common/passcrypt.c
1327                 commit fixes and patches for some of the IRIX problems found by
1328                 Ivan Rayner <ivanr@sgi.com>
1329
1330 2003-08-29 [paul]       0.9.4claws41
1331
1332         * src/prefs_filtering.c
1333                 add 'Top' and 'Bottom' buttons, based on changes in
1334                 src/prefs_filter.c in 0.9.4cvs11.
1335
1336 2003-08-27 [christoph]  0.9.4claws40
1337
1338         * src/folderview.c
1339                 fix bug that the current summary settings were copied to the
1340                 wrong folder item, when the folder item prefs are opened.
1341                 Copying is not required because summary settings and
1342                 folder_item_prefs do not contain the same settings
1343
1344 2003-08-27 [thorsten]   0.9.4claws39
1345
1346         * src/imap.c
1347                 fix compile error
1348
1349 2003-08-26 [paul]       0.9.4claws38
1350
1351         * sync with 0.9.4cvs9
1352                 see ChangeLog 2003-08-26
1353
1354 2003-08-25 [paul]       0.9.4claws37
1355
1356         * sync with 0.9.4cvs8
1357                 see ChangeLog 2003-08-25
1358
1359 2003-08-24 [christoph]  0.9.4claws36
1360
1361         * src/prefs_filtering.c
1362                 shouldn't remove items from a GSList while iterating over the
1363                 list (makes cur invalid and cur->next not accessable)
1364
1365         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1366          crashed)
1367
1368 2003-08-23 [christoph]  0.9.4claws35
1369
1370         * src/news.c
1371                 news folders should be scanned when opened
1372
1373 2003-08-22 [christoph]  0.9.4claws34
1374
1375         * src/prefs_folder_item.c
1376                 use macro to assign strings that always frees the old string
1377
1378         * src/gtk/gtkaspell.[ch]
1379                 add gtkaspell_set_dictionary_menu_active_item() to set active
1380                 item in dictionary option menu
1381
1382         * src/prefs_spelling.c
1383                 use gtkaspell_set_dictionary_menu_active_item() to select
1384                 dictionary
1385
1386 2003-08-21 [christoph]  0.9.4claws33
1387
1388         * src/folder.[ch]
1389         * src/imap.c
1390         * src/mbox_folder.c
1391         * src/mh.c
1392         * src/news.c
1393                 optimize folder system
1394
1395         * src/gtk/gtkstext.c
1396                 fix division by zero when font has 0 width for ' '
1397
1398 2003-08-21 [paul]       0.9.4claws32
1399
1400         * sync with 0.9.4cvs7
1401                 see ChangeLog 2003-08-20
1402
1403 2003-08-19 [paul]       0.9.4claws31
1404
1405         * src/common/defs.h
1406                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1407                 SYLDOC_FAQ_HTML_INDEX.
1408         * src/manual.c
1409                 use LC_MESSAGES instead of LC_ALL to find the current
1410                 language
1411
1412           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1413
1414 2003-08-19 [paul]       0.9.4claws30
1415
1416         * po/bg.po
1417                 updated by George Danchev
1418
1419 2003-08-18 [luke]       0.9.4claws29
1420         * src/mimeview.[ch]
1421         * src/gtk/gtkvscrollbutton.[ch]
1422                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1423                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1424                 o removed horizontal separator between icons
1425
1426 2003-08-17 [christoph]  0.9.4claws28
1427
1428         * src/procmsg.c
1429                 no subject threading when the subject has no reply prefix
1430
1431 2003-08-16 [christoph]  0.9.4claws27
1432
1433         * src/mainwindow.c
1434                 remember and restore window sizes and position when the main
1435                 window is hidden or shown
1436
1437         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1438          minimised/reopened using trayicon)
1439
1440 2003-08-16 [paul]       0.9.4claws26
1441
1442         * src/crash.c
1443                 add #include "defs.h"
1444
1445 2003-08-16 [paul]       0.9.4claws25
1446
1447         * src/plugins/clamav/clamav_plugin.c
1448                 reword a debug_print
1449                 
1450         * src/plugins/dillo_viewer/dillo_prefs.c
1451                 cosmetic: change the labels' text, add tooltips, and
1452                 left-align the hint
1453
1454 2003-08-15 [christoph]  0.9.4claws24
1455
1456         * src/news.c
1457                 complete last change (forgot some changes)
1458
1459 2003-08-15 [christoph]  0.9.4claws23
1460
1461         * src/news.c
1462                 o check number of messages and don't return a 0 message
1463                   when no messages are available
1464                 o don't parse xref header anymore
1465
1466         (closes Bug 203 I'm not getting any news)
1467
1468 2003-08-15 [paul]       0.9.4claws22
1469
1470         * src/common/defs.h
1471           src/crash.c
1472                 update and define claws bugzilla location
1473
1474 2003-08-15 [paul]       0.9.4claws21
1475
1476         * po/ru.po
1477                 update submitted by Ruslan N. Balkin
1478
1479 2003-08-14 [christoph]  0.9.4claws20
1480
1481         * src/procmsg.c
1482                 fix search for oldest node in subject threading
1483
1484 2003-08-14 [christoph]  0.9.4claws19
1485
1486         * src/procmsg.c
1487         * src/common/utils.h
1488                 add possibility to check all nodes with the same subject for
1489                 subject threading, not only the oldest node. Should not break
1490                 threads anymore if the oldest node is thread_by_subject_max_age
1491                 days older then parent, because it can now find a child of
1492                 oldest node as new parent.
1493
1494 2003-08-11 [christoph]  0.9.4claws18
1495
1496         * src/plugins/spamassassin/spamassassin.c
1497                 run spam check in background process
1498
1499 2003-08-10 [alfons]     0.9.4claws17
1500
1501         * src/summaryview.c
1502                 make `Select All' sensitive too
1503
1504 2003-08-10 [christoph]  0.9.4claws16
1505
1506         * src/imap.c
1507                 add more checks in imap_close
1508
1509 2003-08-09 [alfons]     0.9.4claws15
1510
1511         * src/prefs_spelling.c
1512                 no spell checking UI if not requested
1513
1514 2003-08-09 [alfons]     0.9.4claws14
1515
1516         * src/gtk/prefswindow.c
1517                 make it compile
1518
1519 2003-08-09 [christoph]  0.9.4claws13
1520
1521         * src/prefs_spelling.c
1522         * src/gtk/prefswindow.[ch]
1523         * src/plugins/clamav/clamav_plugin_gtk.c
1524         * src/plugins/spamassassin/spamassassin_gtk.c
1525                 sort prefs pages by heighest weight in tree
1526
1527 2003-08-09 [paul]       0.9.4claws12
1528
1529         * sync with 0.9.4cvs6
1530                 see ChangeLog 2003-08-07
1531                 
1532         * AUTHORS
1533                 add Leandro and Luke to claws-branch section
1534
1535 2003-08-09 [christoph]  0.9.4claws11
1536
1537         * src/gtk/Makefile.am
1538         * src/gtk/colorsel.[ch]                 ** NEW **
1539                 create a color selection dialog that can be used as a simple
1540                 function call with it's own gtk main loop like filesel.[ch]
1541
1542         * src/Makefile.am
1543         * src/main.c
1544         * src/prefs_common.c
1545         * src/prefs_spelling.[ch]               ** NEW **
1546         * src/prefs_spelling.glade              ** NEW **
1547         * src/gtk/gtkutils.[ch]
1548                 move "Spell Checker" prefs to new prefs dialog
1549
1550         * src/prefs_folder_item.c
1551                 use new colorsel dialog
1552
1553 2003-08-08 [paul]       0.9.4claws10
1554
1555         * src/inc.c
1556                 clear the progress bar unconditionally
1557
1558 2003-08-08 [paul]       0.9.4claws9
1559
1560         * sync with 0.9.4cvs4
1561                 see ChangeLog 2003-07-31
1562
1563 2003-08-07 [christoph]  0.9.4claws8
1564
1565         * configure.ac
1566                 fix bug in image viewer plugin part
1567
1568         * src/imap.c
1569                 don't execute close command if the folder item is not selected
1570
1571 2003-08-07 [hoa]        0.9.4claws7
1572
1573         * src/filtering.[ch]
1574         * src/matcher_parser.h
1575         * src/matcher_parser_parse.y
1576                 can define several actions for each filtering rule
1577                 can import old versions of filtering rules
1578
1579         * src/prefs_filtering.c
1580                 call to a new dialog box to define actions
1581
1582         * src/prefs_filtering_action.[ch]
1583                 dialog box to define actions for filtering rules
1584
1585 2003-08-06 [christoph]  0.9.4claws6
1586
1587         * src/imap.c
1588                 make sure source folder is selected when copying messages
1589
1590 2003-08-06 [christoph]  0.9.4claws5
1591
1592         * sync with 0.9.4cvs2
1593                 see ChangeLog 2003-07-29                
1594
1595 2003-08-05 [paul]       0.9.4claws4
1596
1597         * sync with 0.9.4cvs3
1598                 see ChangeLog 2003-07-30
1599
1600 2003-08-04 [match]      0.9.4claws3
1601
1602         * po/POTFILES.in
1603                 export of LDIF files.
1604
1605 2003-08-04 [match]      0.9.4claws2
1606
1607         * src/ldif.[ch]
1608                 support for export LDIF. documented.
1609         * src/importldif.[ch]
1610         * src/exportldif.[ch]
1611                 add tooltips. documented.
1612         * src/exphtmldlg.[ch]
1613         * src/common/xmlprops.[ch]
1614                 documented.
1615         * src/exportldif.[ch]                   ** NEW **
1616         * src/expldifdlg.[ch]                   ** NEW **
1617         * src/addressbook.[ch]
1618         * src/Makefile.am
1619                 export of LDIF files.
1620                 documented.
1621
1622 2003-08-04 [christoph]  0.9.4claws1
1623
1624         * .cvsignore
1625         * Makefile.am
1626         * configure.ac
1627         * sylpheed-claws.pc.in                  ** NEW **
1628         * src/Makefile.am
1629         * src/common/Makefile.am
1630         * src/gtk/Makefile.am
1631                 install sylpheed header files in $(pkgincludedir) and create a
1632                 pkg-config file to allow building a plugin without the source
1633                 package
1634
1635 2003-08-04 [paul]       0.9.4claws
1636
1637         * version 0.9.4claws
1638
1639 2003-08-04 [paul]       0.9.3claws97
1640
1641         * po/es.po
1642                 update Spanish translation. Submitted by Ricardo
1643                 Mones Lastra.
1644
1645 2003-08-03 [paul]       0.9.3claws96
1646
1647         * po/hr.po
1648           po/sr.po
1649                 update Croatian and Serbian translations. Submitted by
1650                 Dragan and Urke MMI respectively
1651
1652 2003-08-03 [alfons]     0.9.3claws95
1653
1654         * src/summaryview.c
1655                 mark flag has precedence over important flag - seems
1656                 to have been changed in sync of 0.9.3claws45. this fixes
1657                 a regression where messages that were scored as important
1658                 don't show their mark flags. (using the same column for
1659                 both importance as mark flags is the real problem
1660                 ofcourse)
1661
1662 2003-08-03 [melvin]     0.9.3claws94
1663
1664         * po/fr.po
1665                 Updated French translations.
1666
1667 2003-08-03 [melvin]     0.9.3claws93
1668
1669         * src/Makefile.am
1670                 Fixed typo introduced after 0.9.3claws92 
1671                 that prevented compilation
1672                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1673                 CPPFLAGS and YFLAGS to allow user setting these.
1674         * src/common/Makefile.am
1675         * src/gtk/Makefile.am
1676         * src/plugins/clamav/Makefile.am
1677         * src/plugins/demo/Makefile.am
1678         * src/plugins/dillo_viewer/Makefile.am
1679         * src/plugins/image_viewer/Makefile.am
1680         * src/plugins/mathml_viewer/Makefile.am
1681         * src/plugins/spamassassin/Makefile.am
1682         * src/plugins/trayicon/Makefile.am
1683         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1684                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1685                 CPPFLAGS and YFLAGS to allow user setting these.
1686
1687 2003-08-02 [christoph]  0.9.3claws92
1688
1689         * configure.ac
1690                 o rearrange plugin tests
1691                 o add test for clamav.h to ClamAV tests
1692
1693 2003-08-02 [luke]       0.9.3claws91
1694
1695         * src/mimeview.c
1696                 o fixed appearance of icon list when toggling back from the 
1697                   ctree
1698                 o toggling of icons using the keyboard works correctly
1699                 o fixed all other keyboard shortcuts to work when icons are
1700                   active
1701         
1702         * src/messageview.c
1703                 o fixed bug 4 - focus lost when changing messageview view type
1704
1705 2003-08-02 [christoph]  0.9.3claws90
1706
1707         * src/common/hooks.c
1708                 fix crash when pointer stored in hash table could get invalid
1709                 when a plugin is unloaded
1710
1711 2003-08-01 [christoph]  0.9.3claws89
1712
1713         * configure.ac
1714                 o try to build all plugins (except spamassassin) by default
1715                 o don't build a plugin if a dependency check fails
1716
1717         * src/common/hooks.c
1718                 fix warning
1719
1720 2003-08-01 [match]      0.9.3claws88
1721
1722         * src/importldif.c
1723                 allow single click field selection. document code.
1724
1725 2003-08-01 [christoph]  0.9.3claws87
1726
1727         * src/plugins/clamav/clamav_plugin.c
1728         * src/plugins/clamav/clamav_plugin_gtk.c
1729         * src/plugins/dillo_viewer/dillo_viewer.c
1730         * src/plugins/image_viewer/plugin.c
1731         * src/plugins/mathml_viewer/mathml_viewer.c
1732         * src/plugins/spamassassin/spamassassin.c
1733         * src/plugins/spamassassin/spamassassin_gtk.c
1734         * src/plugins/trayicon/trayicon.c
1735                 add version check to all plugins
1736
1737 2003-08-01 [hoa]        0.9.3claws86
1738
1739         * src/prefs_filtering.c
1740                 fixed a cosmetic bug, during creation of dialog box,
1741                 wrong widgets were shown after creation.
1742
1743 2003-08-01 [luke]       0.9.3claws85
1744
1745         * src/mainwindow.c
1746                 o fixed visibility of icons/mimeview after toggling separate
1747                   message/folder view (factored out some similar code too).
1748
1749
1750 2003-07-31 [alfons]     0.9.3claws84
1751
1752         * src/mimeview.c
1753                 tweak icon box UI a bit more, now allowing right-clicks actions
1754                 getting the relevant mime data too; should fix #250, "Can't save 
1755                 attachments sometimes".
1756
1757 2003-07-30 [alfons]     0.9.3claws83
1758
1759         * src/compose.c
1760                 don't do auto-save-draft inside key press handler, but rather
1761                 schedule it half of a second later; should fix #67, "autosave 
1762                 make re-rediting message crazy"
1763
1764 2003-07-30 [christoph]  0.9.3claws82
1765
1766         * src/plugins/trayicon/trayicon.c
1767                 process pending events before unloading the plugin
1768
1769         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1770
1771 2003-07-30 [alfons]     0.9.3claws81
1772
1773         * src/common/hooks.c
1774                 parameter 2 of g_hook_destroy() should really be a hook id
1775
1776 2003-07-30 [alfons]     0.9.3claws80
1777
1778         * src/common/plugin.c
1779                 fix a possibly harmful function signature mismatch 
1780                 for plugin_done
1781
1782 2003-07-30 [alfons]     0.9.3claws79
1783
1784         * src/common/hooks[.ch]
1785                 const correctness
1786
1787 2003-07-30 [darko]      0.9.3claws78
1788
1789         * src/summaryview.c
1790                 make it compile again
1791
1792 2003-07-30 [luke]       0.9.3claws77
1793
1794         * src/crash.c
1795         * src/main.c
1796                 o added/moved signal handlers for SIGTERM (normal kill command) 
1797                   and SIGINT (ctl-c) to be used even without 
1798                   --enable-crash-dialog, fixing bug 166
1799
1800         * src/summaryview.c
1801                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1802                   bug 227
1803
1804         * src/mainwindow.c
1805                 o changed sensitivity condition for 'Next new' and 'Next 
1806                   unread', fixing bug 8
1807
1808 2003-07-29 [alfons]     0.9.3claws76
1809
1810         * src/common/utils.[ch]
1811                 add generate_msgid()
1812         * src/messageview.c
1813                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1814                 sent folder".
1815
1816 2003-07-29 [alfons]     0.9.3claws75
1817
1818         * src/messageview.c
1819                 fix a memleak (claws-only)
1820
1821 2003-07-29 [alfons]     0.9.3claws74
1822
1823         * src/mimeview.[ch]
1824         * src/gtk/gtkvscrollbutton.[ch]
1825                 fix UI glitch where mime icon toolbox' scroll position is not 
1826                 reset after switching to another message
1827                 
1828
1829 2003-07-29 [paul]       0.9.3claws73
1830
1831         * src/prefs_folder_item.c
1832                 split the prefs into 2 separate pages
1833
1834 2003-07-29 [paul]       0.9.3claws72
1835
1836         * src/compose.c
1837                 prepend "\n\n" to a signature without a separator too
1838
1839 2003-07-29 [paul]       0.9.3claws71
1840
1841         * src/compose.c
1842                 fix bug where changing to an account without an auto-sig
1843                 from an initial account without an auto-sig would insert 
1844                 2 blank lines at the cursor point
1845                 fix bug where changing to an account with an auto-sig
1846                 from an initial account without an auto-sig would insert
1847                 the sig at the cursor point
1848
1849 2003-07-29 [paul]       0.9.3claws70
1850
1851         * src/folderview.c
1852                 use the colour from the folder pref unless the folder
1853                 has new messages
1854
1855 2003-07-29 [alfons]     0.9.3claws69
1856
1857         * src/procmsg.[ch]
1858         * src/messageview.c
1859         * src/procheader.c
1860                 rewrite return receipt request work a little bit (the former 
1861                 implementation presumably depended too much on the UI setting
1862                 flags). (we're losing the old pending flag.) 
1863
1864 2003-07-28 [christoph]  0.9.3claws68
1865
1866         * src/folder.c
1867         * src/imap.c
1868         * src/mh.c
1869         * src/procmsg.[ch]
1870                 fix copy to IMAP folder from other folder
1871
1872 2003-07-28 [christoph]  0.9.3claws67
1873
1874         * src/procmsg.c
1875                 fix sync of procmsg_get_message_file_list
1876
1877 2003-07-28 [christoph]  0.9.3claws66
1878
1879         * sync with 0.9.3cvs14
1880                 see ChangeLog 2003-07-18
1881         * sync with 0.9.3cvs17
1882                 see ChangeLog 2003-07-23
1883
1884         (closes Bug 234 segmentation fault after sending out mail via
1885          smtp(auth))
1886
1887 2003-07-28 [paul]       0.9.3claws65
1888
1889         * po/es.po
1890                 update Spanish translation, submitted by Ricardo Mones
1891                 Lastra
1892
1893 2003-07-28 [christoph]  0.9.3claws64
1894
1895         * src/folder.[ch]
1896         * src/imap.c
1897         * src/mh.c
1898                 return new message numbers as a GRelation instead of a GSList
1899                 that has to be in the same order as the input list. A list
1900                 would make it hard for IMAP to optimize oepration by sorting
1901                 the input list. The returned list would have to be reordered
1902                 to match the same order that input list has.
1903
1904         * src/gtk/gtkaspell.c
1905                 fix missing return value, could cause a crash when garbage is
1906                 on the stack that is used as the expected return value
1907
1908 2003-07-28 [paul]       0.9.3claws63
1909
1910         * sync with 0.9.4cvs1
1911                 see ChangeLog 2003-07-28
1912
1913 2003-07-27 [alfons]     0.9.3claws62
1914
1915         * src/mimeview.c
1916                 tweak it more to make icon list act like a check button group
1917
1918 2003-07-27 [christoph]  0.9.3claws61
1919
1920         * sync with 0.9.3cvs20
1921                 see ChangeLog 2003-07-25
1922
1923 2003-07-27 [paul]       0.9.3claws60
1924
1925         * src/procmsg.c
1926                 re-commit changes from 0.9.3claws58 -
1927                 accidently removed in 0.9.3claws59
1928
1929 2003-07-27 [paul]       0.9.3claws59
1930
1931         * src/procmsg.[ch]
1932                 a sync from 0.9.3cvs17
1933                 see ChangeLog 2003-07-23
1934
1935 2003-07-27 [alfons]     0.9.3claws58
1936
1937         * src/procmsg.c
1938                 add missing header members to MsgInfo; fixes the problem of 
1939                 not displaying X-Faces, as noticed by Ricardo Mones
1940
1941 2003-07-26 [christoph]  0.9.3claws57
1942
1943         * sync with 0.9.3cvs18
1944                 see ChangeLog 2003-07-24
1945
1946 2003-07-26 [christoph]  0.9.3claws56
1947
1948         * sync with 0.9.3cvs17
1949                 see ChangeLog 2003-07-23
1950
1951 2003-07-26 [christoph]  0.9.3claws55
1952
1953         * src/folder.[ch]
1954         * src/imap.c
1955         * src/mbox_folder.c
1956         * src/mh.c
1957         * src/news.c
1958                 add support for copy function that copy multiple messages
1959                 (not implemented yet)
1960
1961         * src/summaryview.c
1962                 add missing return value
1963
1964 2003-07-26 [paul]       0.9.3claws54
1965
1966         * tools/multiwebsearch.pl
1967                 do whitespace substitution before passing the string
1968                 to the browser. fixes bug with browsers that don't
1969                 do whitespace conversion themselves.
1970
1971 2003-07-25 [christoph]  0.9.3claws53
1972
1973         * src/folder.[ch]
1974         * src/imap.c
1975         * src/mh.c
1976                 rewrite adding of multiple messages to a folder for
1977                 claws' folder system
1978
1979 2003-07-25 [luke]       0.9.3claws52
1980
1981         * src/mimeview.c
1982                 o icon toggles set correctly on leaving ctree mimeview
1983
1984 2003-07-25 [paul]       0.9.3claws51
1985
1986         * partial sync with 0.9.3cvs21 [src/main.c]
1987                 see ChangeLog 2003-07-25
1988
1989 2003-07-24 [paul]       0.9.3claws50
1990
1991         * tools/maildir2sylpheed.pl
1992                 fix typo
1993
1994 2003-07-24 [paul]       0.9.3claws49
1995
1996         * src/mimeview.c
1997                 increase the gutter size of paned so that the panes
1998                 can be resized
1999                 
2000         * src/plugins/demo/demo.c
2001                 squeeze in another typo fix
2002
2003 2003-07-24 [paul]       0.9.3claws48
2004
2005         * src/plugins/demo/demo.c
2006           src/prefs_account.c
2007                 small changes to the English
2008                 
2009         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
2010           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
2011           src/Makefile.am
2012           src/stock_pixmap.c
2013                 rename the misspelled icon
2014
2015 2003-07-23 [alfons]     0.9.3claws47
2016
2017         * src/mimeview.c
2018                 make icon list look like a list of toggles
2019
2020 2003-07-23 [luke]       0.9.3claws46
2021
2022         * src/pixmaps/mimeview_gpg_expired.xpm
2023         * src/pixmaps/mimeview_gpg_failed.xpm
2024         * src/pixmaps/mimeview_gpg_passed.xpm
2025         * src/pixmaps/mimeview_text_html.xpm
2026         * src/pixmaps/mimeview_image.xpm
2027                 o all icons the same size
2028
2029         * src/mimeview.[ch]
2030                 o mimeview ctree arranged vertically above the viewer
2031                 o icons changed to buttons
2032                 o can use keyboard to select an icon (Enter)
2033                 o resize icon list to width of icons
2034
2035         *  src/gtk/gtkvscrollbutton.c
2036                 o sensitivity of buttons reacts to position
2037
2038 2003-07-23 [christoph]  0.9.3claws45
2039
2040         * sync with 0.9.3cvs14 (incomplete)
2041                 see ChangeLog 2003-07-17
2042
2043 2003-07-23 [alfons]     0.9.3claws44
2044
2045         * src/folder.c
2046         * src/procmsg.h
2047                 sync with my local tree to restore some claws-only things
2048
2049 2003-07-23 [paul]       0.9.3claws43
2050
2051         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
2052           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
2053           src/Makefile.am
2054           src/mimeview.c
2055           src/procmime.h
2056           src/rfc2015.c
2057           src/stock_pixmap.[ch]
2058                 indicate missing keys and expired sigs/keys
2059                 in mime view column
2060
2061 2003-07-23 [paul]       0.9.3claws42
2062
2063         * src/compose.c
2064                 Redirect fixes: enable automatic account selection and
2065                 do not append signature to message on changing account
2066                 fixes Bug[s] #248
2067
2068 2003-07-23 [paul]       0.9.3claws41
2069
2070         * sync with 0.9.3cvs16
2071                 see ChangeLog 2003-07-23
2072
2073 2003-07-23 [alfons]     0.9.3claws40
2074
2075         * src/inc.c
2076                 give progress dialog a main window, and give it the first 
2077                 one (presumably the only one). fixes bug #247, "segfault on 
2078                 pop-before-smtp" 
2079
2080 2003-07-22 [alfons]     0.9.3claws39
2081
2082         * src/summaryview.c
2083                 shift-space scrolls up
2084
2085 2003-07-22 [paul]       0.9.3claws38
2086
2087         * sync with 0.9.3cvs15
2088                 see ChangeLog 2003-07-22
2089
2090 2003-07-20 [alfons]     0.9.3claws37
2091
2092         * src/compose.c
2093                 put menu inside #ifdef USE_ASPELL..#endif
2094
2095 2003-07-20 [christoph]  0.9.3claws36
2096
2097         * src/procmsg.c
2098                 fix wrong flags in MsgInfo returned by
2099                 procmsg_msginfo_get_full_info()
2100
2101         (closes Bug 221 Deleting messages from the Message View gives incorrect
2102          new/unread message counts in the folder view)
2103
2104         * src/plugins/spamassassin/spamassassin_gtk.c
2105                 add gettext macro for prefs page title
2106
2107 2003-07-20 [paul]       0.9.3claws35
2108
2109         * src/mimeview.c
2110                 redraw icon list on signature check
2111
2112 2003-07-20 [christoph]  0.9.3claws34
2113
2114         * src/Makefile.am
2115         * src/account.c
2116         * src/folder.[ch]
2117         * src/folder_item_prefs.[ch]            ** NEW **
2118         * src/folderview.c
2119         * src/mainwindow.c
2120         * src/mh.c
2121         * src/prefs_gtk.c
2122         * src/prefs_scoring.c
2123         * src/summaryview.c
2124         * src/prefs_folder_item.[ch]
2125                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2126                   Properties dialog
2127                 o use prefswindow for folder properties
2128
2129         * src/gtk/prefswindow.[ch]
2130                 change implementation to use an invisible notebook instead
2131                 of unparenting widgets
2132
2133 2003-07-20 [christoph]  0.9.3claws33
2134
2135         * src/compose.h
2136         * src/folder.c
2137         * src/folderview.h
2138         * src/headerview.h
2139         * src/prefs_filtering.h
2140         * src/prefs_folder_item.[ch]
2141         * src/procmime.h
2142         * src/procmsg.h
2143         * src/summaryview.h
2144                 clean up header mess
2145                 (always use 1. typedefs, 2. #includes, 3. structures)
2146
2147         * src/common/version.h.in
2148                 add casts for constants
2149
2150         * src/plugins/demo/demo.c
2151                 fix typo
2152
2153         * src/plugins/spamassassin/spamassassin.c
2154                 remove unused variable
2155
2156 2003-07-20 [alfons]     0.9.3claws32
2157
2158         * src/mimeview.c
2159                 o make icon buttons respond on left click
2160                 o minor cosmetic change
2161
2162 2003-07-19 [luke]       0.9.3claws31
2163
2164         * src/mimeview.[ch]
2165         * src/gtk/gtkvscrollbutton.c
2166         * src/messageview.c
2167                 o improved mimeview behaviour when selecting a new message
2168                 o plus code cleanups to remove compile warnings
2169
2170
2171 2003-07-19 [alfons]     0.9.3claws30
2172
2173         * src/procmsg.c
2174         * src/compose.c
2175         * src/common/utils.[ch]
2176                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2177
2178 2003-07-19 [alfons]     0.9.3claws29
2179
2180         * src/prefs_folder_item.c
2181                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2182                 string pointers
2183
2184 2003-07-19 [luke]       0.9.3claws28
2185
2186         * src/messageview.c
2187         * src/mimeview.[ch]
2188         * src/procmime.h
2189         * src/rfc2015.c
2190         * src/stock_pixmap.[ch]
2191         * src/gtk/Makefile.am
2192         * src/Makefile.am
2193         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2194         * src/pixmaps/mime_*.xpm                ** NEW **
2195                 o mimeview rearrangement with a new icon shortcut bar
2196
2197 2003-07-19 [alfons]     0.9.3claws27
2198
2199         * src/folderview.c
2200                 o plug leaking nodes_to_recollapse
2201                 o add folderview_recollapse_all_nodes() (not used yet)
2202
2203 2003-07-19 [alfons]     0.9.3claws26
2204
2205         * src/compose.c
2206         * src/common/utils.c
2207                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2208                 for both forwarding as replying
2209
2210 2003-07-18 [christoph]  0.9.3claws25
2211
2212         * configure.ac
2213         * src/common/sylpheed.[ch]
2214         * src/common/version.h.in
2215                 add version in numeric form to allow easy comparison
2216
2217         * src/plugins/demo/demo.c
2218                 add version check
2219                 - sylpheed version > plugin version => never allowed, sylpheed
2220                   could contain unknown API changes
2221                 - sylpheed version < minimum version required => don't load,
2222                   API required not available (if linking does not fail)
2223
2224 2003-07-18 [alfons]     0.9.3claws24
2225         
2226         * src/common/plugin.[ch]
2227                 const correctness
2228
2229 2003-07-18 [christoph]  0.9.3claws23
2230
2231         * src/common/hooks.c
2232                 fix crash when hooks where unregisted
2233
2234         * src/plugins/trayicon/trayicon.c
2235                 unregister detroy signal before destroying the widget
2236                 (still crashes when the plugin is unloaded)
2237
2238 2003-07-18 [alfons]     0.9.3claws22
2239         
2240         * src/folderview.c
2241                 delay expanding folder tree during drags until timeout triggered
2242                 (needs perhaps some tweaking, so testing is welcome)
2243
2244 2003-07-17 [alfons]     0.9.3claws21
2245
2246         * src/folderview.c
2247                 clean up cruft
2248
2249 2003-07-17 [christoph]  0.9.3claws20
2250
2251         * src/common/session.c
2252                 fix opening of SSL connections
2253
2254         * src/plugins/image_viewer/Makefile.am
2255                 add OPENSSL_CFLAGS (we should find a better solution to remove
2256                 this dependencies if they are not required)
2257
2258         * src/plugins/spamassassin/spamassassin.c
2259                 remove setlocale workaround (fixed in libspamc)
2260
2261         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2262          if spell checking enabled)
2263
2264 2003-07-17 [alfons]     0.9.3claws19
2265
2266         * src/common/hooks.[ch]
2267         * src/plugins/clamav/clamav_plugin.c
2268         * src/plugins/spamassassin/spamassassin.c
2269         * src/plugins/trayicon/trayicon.c
2270                 fix signedness muck 
2271
2272 2003-07-17 [alfons]     0.9.3claws18
2273
2274         * src/procmime.c
2275                 plug memleak
2276
2277 2003-07-17 [alfons]     0.9.3claws17
2278
2279         * src/inc.c
2280                 plug memleak
2281
2282 2003-07-17 [paul]       0.9.3claws16
2283
2284         * src/common/defs.h
2285           src/mainwindow.c
2286           src/manual.[ch]
2287                 add link to the Claws site's FAQ page, after the suggestion
2288                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2289                 Move url strings to defs.h
2290                 
2291         * src/mainwindow.c
2292                 fix typo to prevent "unknown menu entry" warnings
2293
2294 2003-07-17 [alfons]     0.9.3claws15
2295
2296         * src/folderview.[ch]
2297         * src/summaryview.[ch]
2298         * src/mimeview.[ch]
2299                 plug DnD leaks 
2300
2301 2003-07-17 [paul]       0.9.3claws14
2302
2303         * src/inc.c
2304                 remove two instances of 'GTK_EVENTS_FLUSH' because
2305                 they are unnecessary and probably cause a stack overflow
2306
2307 2003-07-16 [christoph]  0.9.3claws13
2308
2309         * src/mimeview.[ch]
2310                 use an invisible GTK notebook to switch between viewers
2311                 instead of reparenting widgets
2312
2313 2003-07-16 [christoph]  0.9.3claws12
2314
2315         * src/folder.c
2316                 move folder_item_update_freeze() to correct place in
2317                 folder_item_scan_full()
2318
2319 2003-07-16 [paul]       0.9.3claws11
2320
2321         * sync with 0.9.3cvs12
2322                 see ChangeLog 2003-07-14 and 2003-07-15
2323
2324 2003-07-16 [christoph]  0.9.3claws10
2325
2326         * src/imap.[ch]
2327         * src/prefs_account.[ch]
2328                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2329
2330 2003-07-15 [alfons]     0.9.3claws9
2331
2332         * src/main.c
2333                 make --config-dir do something useful
2334
2335 2003-07-15 [alfons]     0.9.3claws8
2336
2337         * src/procmsg.c
2338                 o fix a bug where 'last' didn't really point to the last message
2339                   in the top level list of children, but to the last threaded
2340                   message. 
2341                 
2342                 o clean up and make it easier to sync
2343
2344 2003-07-15 [alfons]     0.9.3claws7
2345
2346         * src/mainwindow.c
2347                 make correct menu items sensitive       
2348
2349 2003-07-14 [alfons]     0.9.3claws6
2350
2351         * src/procmsg.c
2352                 tune the threader so it will not subject-thread any message
2353                 without a subject prefix (this will not thread correctly if 
2354                 a parent is delivered after their childs, but it looks 
2355                 better right now)
2356
2357 2003-07-13 [christoph]  0.9.3claws5
2358
2359         * src/mainwindow.c
2360                 group "Add mailbox *..." menu items in submenu
2361
2362 2003-07-13 [alfons]     0.9.3claws4
2363
2364         * src/summaryview.c
2365                 correct summary_toggle_pressed() signature and make sure
2366                 signal is not passed on
2367
2368 2003-07-13 [alfons]     0.9.3claws3
2369
2370         * src/summaryview.c
2371                 o for now don't pass on keys when they we're handled by 
2372                   ctree::key_press_event
2373                 o clean up
2374
2375 2003-07-13 [alfons]     0.9.3claws2
2376         
2377         * src/main.c
2378                 add command line option "--config-dir" to get the current 
2379                 configuration dir
2380
2381 2003-07-12 [alfons]     0.9.3claws1
2382
2383         * src/matcher.[ch]
2384         * src/matcher_parser_parse.y
2385         * src/prefs_filtering.c
2386         * src/filtering.c
2387                 add "Lock" filter action to lock messages;
2388
2389         * src/filtering.c       
2390                 remove debug_print()    
2391         * src/prefs_filtering.c
2392                 re-organize matcher part 9: 
2393                 make action text entries easily extendible;
2394                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2395                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2396
2397 2003-07-12 [paul]
2398
2399         * tools/README
2400                 update old information and add missing
2401                 information
2402
2403 2003-07-12 [paul]       0.9.3claws
2404
2405         * 0.9.3claws released
2406         
2407 2003-07-12 [paul]       0.9.0claws103
2408
2409         * src/Makefile.am
2410                 add addrquery.h
2411
2412 2003-07-12 [melvin]     0.9.0claws102
2413
2414         * src/messageview.c
2415                 Fixed bug #215: Show MIME tab for single text/html messages. 
2416                 
2417 2003-07-12 [paul]       0.9.0claws101
2418
2419         * man/sylpheed.1
2420                 updated
2421
2422 2003-07-12 [paul]       0.9.0claws100
2423
2424         * po/es.po
2425           po/hr.po
2426           po/pl.po
2427           po/sr.po
2428                 update Spanish, Croatian, Polish, Serbian translations.
2429                 submitted by Ricardo Mones Lastra, Dragan, Witold
2430                 Wladyslaw Wojciech Wilk, Urke MMI
2431
2432 2003-07-12 [melvin]     0.9.0claws99
2433
2434         * po/fr.po
2435                 Updated French translations.
2436
2437 2003-07-12 [paul]       0.9.0claws98
2438
2439         * src/addressbook.c
2440                 disable 'Lookup' button as it has no effect
2441
2442 2003-07-11 [alfons]     0.9.0claws97
2443         
2444         * src/summaryview.c
2445                 summary_searchbar_pressed() should return TRUE to signal that
2446                 event was handled. when returning void, the return value passed
2447                 to GTK is actually random, but maybe FALSE, in which case the
2448                 event is handled by parent
2449                 
2450 2003-07-10 [paul]       0.9.0claws96
2451
2452         * ac/missing/gettext.m4
2453                 update to version 0.12
2454
2455 2003-07-10 [paul]       0.9.0claws95
2456
2457         * src/plugins/clamav/clamav_plugin.c
2458                 fix bug where multipart/alternative messages
2459                 would slip through without being scanned
2460
2461 2003-07-10 [christoph]  0.9.0claws94
2462
2463         * src/folder.c
2464                 correct check if folder supports removing when a message is
2465                 moved. if not the message is only copied.
2466
2467         (closes Bug 132 crash on startup in newsgroups folders)
2468
2469 2003-07-09 [alfons]     0.9.0claws93
2470
2471         * configure.ac
2472         * src/common/defs.h
2473                 --with-config-dir (default .sylpheed)
2474
2475 2003-07-09 [christoph]  0.9.0claws92
2476
2477         * configure.ac
2478                 use PKG_CHECK_MODULES to check for gtkmathview
2479                 (version 0.4.2 now required)
2480
2481 2003-07-08 [melvin]     0.9.0claws91
2482
2483         * src/action.c
2484                 Implemented a progress bar that counts the number of completed
2485                 tasks when the action runs more than one command.
2486
2487 2003-07-08 [alfons]     0.9.0claws90
2488
2489         * src/procmsg.c
2490                 if queued message has an invalid Message-Id, don't try to
2491                 find message it refers to (fixes #209 "crash when processing 
2492                 in folder")
2493
2494 2003-07-08 [paul]       0.9.0claws89
2495
2496         * sync with 0.9.3cvs2
2497                 see ChangeLog 2003-07-08
2498
2499 2003-07-08 [match]      0.9.0claws88
2500
2501         * src/ldapctrl.c
2502                 extend LDAP search for first/last name by parsing search term.
2503
2504 2003-07-08 [alfons]     0.9.0claws87
2505
2506         * src/send_message.c
2507                 fix bug #208 "Status message stuck when sending on POP3 account"
2508
2509 2003-07-07 [paul]       0.9.0claws86
2510
2511         * po/hr.po
2512                 new Croatian translation, submitted by
2513                 Dragan <drleskov@inet.hr>
2514
2515 2003-07-07 [paul]       0.9.0claws85
2516
2517         * sync with 0.9.3cvs1
2518                 see ChangeLog 2003-07-07
2519
2520 2003-07-05 [christoph]  0.9.0claws84
2521
2522         * src/Makefile.am
2523         * src/messageview.c
2524         * src/mimeview.[ch]
2525         * src/stock_pixmap.[ch]
2526         * src/pixmaps/messageview_text.xpm              ** NEW **
2527                 move mimeview tabs to the right side and use icons
2528                 instead of text to save some space
2529
2530         (patch by Luke Plant <lukeplant@softhome.net>)
2531
2532 2003-07-05 [christoph]  0.9.0claws83
2533
2534         * src/inc.c
2535                 add NULL pointer checks
2536
2537         (patch by Luke Plant <lukeplant@softhome.net>)
2538         (closes Bug 204 0.9.0 quits on authentication error?!)
2539
2540 2003-07-05 [alfons]     0.9.0claws82
2541
2542         * configure.ac
2543                 take the clue in bug #202 "./configure script - 
2544                 'if test' comparison failure" reported by John Kristoff. 
2545
2546 2003-07-04 [christoph]  0.9.0claws81
2547
2548         * src/plugins/spamassassin/spamassassin.c
2549                 set timeout for spam check
2550
2551 2003-07-04 [christoph]  0.9.0claws80
2552
2553         * src/main.c
2554                 destroy all FolderItems when shutting down to
2555                 allow folders to clean up
2556
2557 2003-07-04 [melvin]     0.9.0claws79
2558
2559         * src/gtk/gtkaspell.c
2560                 Fixed bug #184 "Entering non-ascii character deletes
2561                 previous char if spell checking enabled": this makes
2562                 the spell checking in multibytes (e.g. UTF-8)locales work.
2563                 (Patch by Luke Plant).
2564                 
2565 2003-07-04 [christoph]  0.9.0claws78
2566
2567         * sync with 0.9.2cvs1
2568                 see ChangeLog 2003-06-10
2569
2570 2003-07-04 [paul]       0.9.0claws77
2571
2572         * sync with 0.9.3 release
2573                 see ChangeLog 2003-07-04
2574
2575 2003-07-03 [christoph]  0.9.0claws76
2576
2577         * src/folder.[ch]
2578         * src/imap.c
2579         * src/mbox_folder.c
2580         * src/mh.c
2581         * src/news.c
2582                 move folder_item_get_path() stuff into a folder virtual function
2583
2584         * src/procmsg.c
2585                 use folder_item_fetch_msg() to get message and do not contruct
2586                 the filename from path and number
2587
2588 2003-07-03 [paul]       0.9.0claws75
2589
2590         * sync with 0.9.2cvs12
2591                 see ChangeLog 2003-07-03
2592
2593 2003-07-02 [paul]       0.9.0claws74
2594
2595         * src/messageview.c
2596                 fix text-selection for replying
2597
2598 2003-07-02 [paul]       0.9.0claws73
2599
2600         * sync with 0.9.2cvs11
2601                 see ChangeLog 2003-07-02
2602
2603 2003-07-02 [paul]       0.9.0claws72
2604
2605         * src/procmsg.c
2606                 revert last commit because it breaks more
2607                 than it fixes
2608
2609 2003-07-02 [paul]       0.9.0claws71
2610
2611         * src/procmsg.c
2612                 fix thread by subject/sort by date
2613
2614 2003-07-01 [paul]       0.9.0claws70
2615
2616         * sync with 0.9.2cvs10
2617                 see ChangeLog 2003-07-01
2618
2619 2003-06-30 [paul]       0.9.0claws69
2620
2621         * sync with 0.9.2cvs9
2622                 see ChangeLog 2003-06-30
2623
2624 2003-06-28 [match]      0.9.0claws68
2625
2626         * src/addressbook.c
2627                 fix null ptr.
2628
2629 2003-06-27 [paul]       0.9.0claws67
2630
2631         * sync with 0.9.2cvs7
2632                 see ChangeLog 2003-06-27
2633
2634 2003-06-26 [christoph]  0.9.0claws66
2635
2636         * src/folder.c
2637                 freeze folder updates while a folder is scanned
2638
2639         (closes Bug 185 New message counter)
2640
2641 2003-06-26 [darko]      0.9.0claws65
2642
2643         * src/ldapserver.c
2644                 fix infinite loop when adding a new LDAP server
2645
2646 2003-06-26 [paul]       0.9.0claws64
2647
2648         * sync with 0.9.2cvs6
2649                 see ChangeLog 2003-06-26
2650
2651 2003-06-26 [paul]       0.9.0claws63
2652
2653         * sync with 0.9.2cvs5
2654                 see ChangeLog 2003-06-25 and 2003-06-26
2655
2656 2003-06-25 [match]      0.9.0claws62
2657
2658         * src/addr_compl.c
2659                 Fixed tab/backtab for dropped-down completion list to
2660                 move next/previous field. (close bug 147)
2661
2662 2003-06-25 [christoph]  0.9.0claws61
2663
2664         * src/addr_compl.[ch]
2665         * src/addrindex.[ch]
2666         * src/folderview.c
2667         * src/inc.c
2668         * src/news.c
2669         * src/summaryview.c
2670         * src/toolbar.c
2671                 fix warnings
2672
2673 2003-06-25 [leandro]    0.9.0claws60
2674
2675         * src/compose.c
2676                 o cleanups
2677                 o gray out "Message/Remove references" menu item if not
2678                   replying to a message
2679
2680 2003-06-24 [leandro]    0.9.0claws59
2681
2682         * src/compose.[ch]
2683                 o removed "Message/Create new thread" menu item
2684                 o added "Message/Remove references" menu item
2685                   (it's off by default and will not check anymore
2686                    if the subject changed)
2687
2688 2003-06-23 [alfons]     0.9.0claws58
2689
2690         * src/procmsg.c
2691                 try better grouping messages threaded by subject based on their age.
2692                 still not perfect - because the message tree is not sorted by date.  
2693
2694 2003-06-23 [thorsten]   0.9.0claws57
2695
2696         * src/pop.[ch]
2697                 added mail_receive_hook to allow modifications
2698                 directly after retrieval (e.g. adding headers).
2699
2700 2003-06-23 [paul]       0.9.0claws56
2701
2702         * src/sourcewindow.c
2703                  enable the use of Ctrl+A to select all text in
2704                  the sourcewindow
2705                  Patch submitted by Ivan Francolin Martinez
2706                  <ivanfm@users.sourceforge.net>
2707
2708 2003-06-22 [christoph]  0.9.0claws55
2709
2710         * src/folder.[ch]
2711                 o add notification hook for folder tree changes
2712                 o invoke hooks after folder tree scanning
2713
2714         * src/folderview.[ch]
2715                 register hook for folder tree changes that
2716                 updates the ctree
2717
2718         (there are more places that should be updated, like add, remove 
2719          or move folder)
2720
2721         (closes Bug 164 Crash on rebuild folder tree)
2722         (closes Bug 190 Crash on 'rebuilding folder tree')
2723
2724 2003-06-21 [leandro]    0.9.0claws54
2725
2726         * src/compose.[ch]
2727                 create a new thread if subject changes
2728                 (it's on by default, can be disabled in Message menu)
2729
2730 2003-06-21 [alfons]     0.9.0claws53
2731
2732         * src/summaryview.c
2733                 quiet little compiler
2734
2735 2003-06-21 [christoph]  0.9.0claws52
2736
2737         update gettext stuff to version 0.12
2738
2739 2003-06-19 [alfons]     0.9.0claws51
2740
2741         * src/common/log.c
2742         * src/common/plugin.c
2743                 move defs.h before glib.h to prevent MIN/MAX redefs
2744
2745 2003-06-19 [alfons]
2746
2747         * src/addressbook.c
2748                 translatable
2749
2750 2003-06-19 [match]      0.9.0claws50
2751
2752         * src/addressbook.[ch]
2753         * src/addrindex.[ch]
2754         * src/addr_compl.[ch]
2755         * src/editldap.[ch]
2756         * src/editldap_basedn.[ch]
2757         * src/addritem.[ch]
2758         * src/ldapquery.h
2759                 re-implemented dynamic LDAP search. works without
2760                 slowdown on display sender with addressbook
2761                 option.
2762         * src/addrbook.c
2763                 documented code.
2764
2765 2003-06-19 [paul]       0.9.0claws49
2766
2767         * src/compose.c
2768                 fix Bug #136 'Nonprovided quotation marks crash claws'
2769                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2770
2771 2003-06-19 [alfons]     0.9.0claws48
2772
2773         * src/prefs_common.[ch]
2774         * src/procmsg.c
2775                 restrict threading by subject by checking thread for
2776                 age (prefs_common.thread_by_subject_max_age)
2777
2778 2003-06-18 [christoph]  0.9.0claws47
2779
2780         * src/imap.c
2781                 fix memory leak in imap_cmd_fetch()
2782
2783 2003-06-18 [christoph]  0.9.0claws46
2784
2785         * src/prefs_gtk.c
2786                 fix memory leak in prefs_set_default() when used multiple
2787                 times or after prefs have been read
2788
2789 2003-06-18 [christoph]  0.9.0claws45
2790
2791         * src/common/plugin.c
2792                 fix memory leak in plugin_unload()
2793
2794 2003-06-18 [christoph]  0.9.0claws44
2795
2796         * src/imap.c
2797                 fix memory leak in imap_cmd_ok()
2798
2799 2003-06-18 [christoph]  0.9.0claws43
2800
2801         * src/folder.c
2802                 stop messages that are downloaded from POP3 and added to
2803                 an IMAP inbox from being filtered twice (first by POP3
2804                 and again when IMAP folder is scaned to get the UID of
2805                 the APPEND operation when no UIDPLUS is available)
2806
2807 2003-06-18 [alfons]
2808
2809         * tools/Makefile.am
2810                 phoenix <- firebird     
2811
2812 2003-06-18 [paul]
2813
2814         * tools/launch_phoenix          ** REMOVED **
2815           tools/launch_firebird         ** NEW **
2816                 renamed and edited to reflect the browser's name change from
2817                 'phoenix' to 'firebird'
2818
2819 2003-06-18 [paul]       0.9.0claws42
2820
2821         * sync with 0.9.2cvs2
2822                 see ChangeLog 2003-06-16
2823
2824 2003-06-17 [alfons]     0.9.0claws41
2825
2826         * src/procmsg.c
2827                 prevent threading problems when a node is an ancestor (parent / great parent),
2828                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2829                 for finding an sample set of messages)
2830
2831 2003-06-16 [christoph]  0.9.0claws40
2832
2833         * src/main.c
2834                 don't popup main window on --receive or --receive-all
2835
2836         * src/mainwindow.[ch]
2837         * src/plugins/trayicon/trayicon.c
2838                 allow hiding of main window by clicking on the trayicon
2839                 (doesn't work correctly in seperate window mode and may
2840                  cause unexpected GTK problems I couldn't find yet)
2841
2842         * src/common/ssl.c
2843                 remove incorrect warning
2844
2845 2003-06-15 [alfons]     0.9.0claws39
2846
2847         * src/gtk/gtkstext.c
2848                 don't output debug text;
2849                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2850                 for pointing this out);
2851
2852 2003-06-14 [alfons]     0.9.0claws38
2853         
2854         * src/messageview.c
2855                 remove printf() and make one if..else comply with coding style
2856
2857 2003-06-14 [alfons]     0.9.0claws37
2858
2859         * AUTHORS
2860                 add Martin Wicke
2861         * src/action.c
2862         * src/messageview.[ch]
2863         * src/summaryview.c
2864                 apply patch #754162 "Quoting messages filtered by actions" submitted
2865                 by Martin Wicke, which allows quoting message body changed by an
2866                 action (Thanks!).
2867
2868 2003-06-13 [alfons]     0.9.0claws36
2869
2870         * src/utils.c
2871                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2872                 use case insensitive regexp (suggested by Ivan Martinez)
2873
2874 2003-06-13 [christoph]  0.9.0claws35
2875
2876         * configure.ac
2877         * src/plugins/trayicon/Makefile.am
2878         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2879         * src/plugins/trayicon/trayicon.c
2880         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2881         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2882         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2883         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2884         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2885         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2886                 replace my own EggTrayIcon backport with the backport
2887                 used by (l|x)mule and gabber.
2888
2889 2003-06-13 [alfons]     0.9.0claws34
2890
2891         * AUTHORS
2892         * src/common/utils.c
2893                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2894
2895 2003-06-13 [alfons]     0.9.0claws33
2896
2897         * src/compose.c
2898                 clean up a little bit
2899
2900 2003-06-12 [alfons]     0.9.0claws32
2901
2902         * src/compose.c
2903                 const correctness fix
2904
2905         * src/common/sylpheed.[ch]
2906                 () -> (void)
2907                 prevent redef MIN/MAX
2908                 
2909         * src/common/utils.[ch]
2910                 () -> (void)
2911
2912 2003-06-12 [melvin]     0.9.0claws31
2913
2914         * src/compose.c
2915                 Updated to take into accounts changes in GtkAspell.
2916
2917 2003-06-12 [alfons]     0.9.0claws30
2918
2919         * src/compose.c
2920         * src/procmsg.c
2921         * src/common/utils.[ch]
2922                 handle reply subject prefixes better (initial 
2923                 suggestion by Robert Story adapted and enhanced 
2924                 using regexps)
2925
2926 2003-06-12 [melvin]     0.9.0claws29
2927
2928         * src/compose.c
2929                 Use new gtkaspell_checkers_strerror() to get the speller's
2930                 error message instead of accessing the (now private)
2931                 checkers structure.
2932                 Minor code clean up
2933
2934         * src/main.c
2935                 Use #ifdef instead of #if for USE_ASPELL
2936                 Use the new spell checkers init/quit functions 
2937
2938         * src/gtk/gtkaspell.c
2939                 Use #ifdef instead of #if for USE_ASPELL
2940                 Moved in the majority of GtkAspell structures that were
2941                 exported before by gtkaspell.h
2942         
2943         * src/gtk/gktaspell.h
2944                 Made gtkaspell.h contain only the necessary data to be
2945                 publicized by moving many structures to gtkaspell.c.
2946                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2947                 gtkaspell_checkers_new(): replaced by...
2948                 gtkaspell_checkers_init(): new function for initialization
2949                 gtkaspell_checkers_delete(): replaced by...
2950                 gtkaspell_checkers_quit(): new function
2951                 gtkaspell_checkers_strerror(): new function that returns
2952                 the checker's last error message.
2953                 
2954 2003-06-11 [melvin]     0.9.0claws28
2955
2956         * po/POTFILES.in
2957                 Updated to take into account gtkaspell.c migration to
2958                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2959
2960 2003-06-10 [alfons]     0.9.0claws27
2961
2962         * src/filtering.[ch]
2963         * src/folder.c
2964         * src/matcher.c
2965         * src/scoring.[ch]
2966                 - try fixing bug #18 (any brave testers?)
2967                 - add more robustness by refusing previously 
2968                   unchecked NULL pointers 
2969
2970 2003-06-10 [alfons]     0.9.0claws26
2971
2972         * src/procmsg.c
2973                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2974
2975 2003-06-09 [alfons]     0.9.0claws25
2976
2977         * src/prefs_common.c
2978                 fix bug #163 "Icon switching doesnt work properly" by 
2979                 preventing early freeing of prefs_common.pixmap_theme_path.
2980
2981 2003-06-09 [christoph]  0.9.0claws24
2982
2983         * src/gtk/gtkaspell.c
2984                 revert Thorsten's fix and add forgotten g_strdup for
2985                 aspell path (it should not be possible to alter the path a
2986                 GtkASpell uses from outside)
2987
2988 2003-06-09 [thorsten]   0.9.0claws23
2989
2990         * src/gtk/gtkaspell.c
2991                 dont free prefs_common.aspell_path when closing compose
2992
2993 2003-06-08 [colin]      0.9.0claws22
2994
2995         * src/plugins/spamassassin/spamassassin.c
2996                 fix prefs types
2997
2998 2003-06-07 [christoph]  0.9.0claws21
2999
3000         * src/Makefile.am
3001         * src/compose.c
3002         * src/gtkaspell.[ch]            ** REMOVE **
3003         * src/gtk/Makefile.am
3004         * src/gtk/gtkaspell.[ch]        ** NEW **
3005                 o make gtkaspell independent from sylpheed's prefs
3006                 o move gtkaspell.[ch] to gtk directory
3007
3008 2003-06-07 [christoph]  0.9.0claws20
3009
3010         * src/Makefile.am
3011         * src/crash.c
3012         * src/export.c
3013         * src/filesel.[ch]              ** REMOVE **
3014         * src/folder.c
3015         * src/main.[ch]
3016         * src/common/sylpheed.[ch]
3017         * src/gtk/Makefile.am
3018         * src/gtk/filesel.[ch]          ** NEW **
3019         * src/gtk/pluginwindow.c
3020         * src/gtk/sslcertwindow.c
3021                 move filesel.[ch] to gtk directory
3022
3023 2003-06-07 [alfons]     0.9.0claws19
3024
3025         * src/filesel.c
3026                 make (multi) file selection dialog work again (Claws-only)
3027
3028 2003-06-07 [thorsten]   0.9.0claws18
3029
3030         * po/de.po
3031                 fix typos
3032
3033 2003-06-07 [alfons]     0.9.0claws17
3034
3035         * configure.ac
3036         * src/mimeview.c
3037                 detect apache mishap in which case don't include fnmatch.h
3038                 if regex.h is already included
3039
3040 2003-06-06 [christoph]  0.9.0claws16
3041
3042         * configure.ac
3043         * src/mimeview.h
3044                 add check for fnmatch.h and include it when available
3045
3046         * src/mimeview.[ch]
3047                 fix wrong case sensitivity of Content-Types
3048
3049         * src/gtk/Makefile.am
3050                 need the same include paths in gtk directory as in
3051                 common directory because .h files in common can
3052                 include files from these directories, when included
3053                 in gtk's .h or .c files
3054
3055 2003-06-06 [alfons]     0.9.0claws15
3056
3057         * src/mimeview.c
3058         * src/summaryview.c
3059                 make it compile again because of regex.h / fnmatch.h 
3060                 include problems (related to recent mime stuff, can
3061                 someone check this?)
3062
3063 2003-06-06 [thorsten]   0.9.0claws14
3064
3065         * src/folderview.c
3066                 possible use of uninitialized pointer while dragging
3067
3068 2003-06-06 [paul]       0.9.0claws13
3069
3070         * src/compose.c
3071                 fix bug where the insert sig button would be effective
3072                 only when auto_sig was set
3073
3074 2003-06-06 [paul]       0.9.0claws12
3075
3076         * sync with 0.9.2 release
3077
3078 2003-06-02 [paul]       0.9.0claws11
3079
3080         * sync with 0.9.1cvs1
3081                 see ChangeLog 2003-06-02
3082                 
3083         * po/de.po
3084                 update by Jens
3085
3086 2003-06-01 [christoph]  0.9.0claws10
3087
3088         * src/account.c
3089                 don't use substring search to find accounts by email address
3090
3091         (closes Bug 169 Overly loose matching of "From" address)
3092
3093 2003-05-31 [christoph]  0.9.0claws9
3094
3095         * doc-src/rfc2683.txt
3096         * src/imap.c
3097                 limit IMAP command length as recommended in RFC2683
3098                 (message number lists will be split into multiple imap
3099                 sets, the limit of 1000 octets is not a hard limit)
3100
3101         (closes Bug 161 sylpheed-claws exits with segfault when logging
3102          in to certain imap-servers)
3103
3104 2003-05-29 [alfons]     0.9.0claws8
3105
3106         * src/toolbar.[ch]
3107                 add print button (calling summary_print());
3108                 fine tune setting tooltip text;
3109                 (if someone needs other buttons, please take these 
3110                 commits as a guide, instead of bothering us - also
3111                 see 0.8.11claws150) 
3112
3113 2003-05-29 [darko]      0.9.0claws7
3114
3115         * src/compose.c
3116                 fix crash when word wrapping kicks in due to
3117                 changed text by spell checker
3118
3119 2003-05-29 [paul]       0.9.0claws6
3120
3121         * src/compose.c
3122                 fix bug where changing account would insert
3123                 sig even if auto_sig was FALSE
3124                 
3125         * ChangeLog
3126           ChangeLog.jp
3127           INSTALL
3128                 sync with 0.9.1 release
3129
3130 2003-05-28 [christoph]  0.9.0claws5
3131
3132         * src/imap.c
3133                 fix truncation of too long commands
3134
3135         (closes Bug 167 IMAP hangs trying to get envelope
3136          information in imap_get_uncached_messages)
3137
3138 2003-05-27 [paul]       0.9.0claws4
3139
3140         * tools/Makefile.am
3141           tools/maildir2sylpheed.pl     ** NEW FILE **
3142                 add kmail to sylpheed mailbox conversion script
3143
3144 2003-05-27 [paul]       0.9.0claws3
3145
3146         * sync with 0.9.0cvs10
3147                 see ChangeLog 2003-05-26
3148
3149 2003-05-26 [paul]       0.9.0claws2
3150
3151         * sync with 0.9.0cvs9
3152                 see ChangeLog 2003-05-26
3153
3154 2003-05-24 [paul]       0.9.0claws1
3155
3156         * sync with 0.9.0cvs8
3157                 see ChangeLog 2003-05-23
3158
3159 2003-05-24 [paul]       0.9.0claws
3160
3161         * version 0.9.0claws released
3162
3163 2003-05-24 [paul]       0.8.11claws177
3164
3165         * src/plugins/dillo-viewer/Makefile.am
3166           src/plugins/traycon/Makefile.am
3167                 add missing files
3168                 
3169         * po/bg.po
3170           po/en_GB.po
3171           po/es.po
3172           po/it.po
3173           po/pt_BR.po
3174           po/ru.po
3175           po/sr.po
3176                 update Bulgarian, British English, Spanish, Italian, 
3177                 Brazilian Portuguese, Russian, and Serbian translations, 
3178                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3179                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3180                 Ruslan N. Balkin, and Urke MMI
3181
3182 2003-05-23 [melvin]     0.8.11claws176
3183
3184         * po/fr.po
3185                 Updated French translations
3186
3187 2003-05-22 [paul]       0.8.11claws175
3188
3189         * src/Makefile.am
3190           src/addrbook.[ch]
3191           src/addrcache.[ch]
3192           src/addr_compl.[ch]
3193           src/adressbook.[ch]
3194           src/addrindex.[ch]
3195           src/addritem.[ch]
3196           src/editaddress.c
3197           src/editgroup.c
3198           src/editldap_basedn.c
3199           src/editldap.c
3200           src/jpilot.c
3201           src/vcard.c
3202                 revert to get ldap into it previous working state
3203                 
3204         * po/zh_TW.Big5.po
3205                 new Taiwanese translation,
3206                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3207
3208 2003-05-22 [christoph]  0.8.11claws174
3209
3210         * src/plugins/spamassassin/libspamc.[ch]
3211                 sync libspamc with SpamAssaain release 2.55
3212
3213 2003-05-22 [paul]       0.8.11claws173
3214
3215         * sync with 0.9.0cvs7
3216                 see ChangeLog 2003-05-22
3217                 
3218         * src/summaryview.c
3219                 revert change in 0.8.11claws172: follow
3220                 Hiroyuki's decision and that's the end of it.
3221
3222 2003-05-21 [paul]       0.8.11claws172
3223
3224         * src/summaryview.c
3225                 fix discrepency between open_unread_on_enter
3226                 and always_show_msg
3227
3228 2003-05-21 [paul]       0.8.11claws171
3229
3230         * sync with 0.9.0cvs6
3231                 see ChangeLog 2003-05-21
3232
3233 2003-05-21 [paul]       0.8.11claws170
3234
3235         * sync with 0.9.0cvs5
3236                 see ChangeLog 2003-05-21
3237
3238 2003-05-20 [paul]       0.8.11claws169
3239
3240         * sync with 0.9.0cvs4
3241                 see ChangeLog 2003-05-20
3242                 fixes bug #152, 'encoding of IMAP folders names'
3243
3244 2003-05-20 [paul]       0.8.11claws168
3245
3246         * sync with 0.9.0cvs3
3247                 see ChangeLog 2003-05-20
3248                 
3249         * src/tools/convert_mbox.pl
3250                 minor change in the comments, submitted by Fred Marton
3251
3252 2003-05-19 [paul]       0.8.11claws167
3253
3254         * src/plugins/clamav/Makefile.am
3255           configure.ac
3256                 link clamav_lib to the plugin and not to the main program
3257
3258 2003-05-19 [christoph]
3259
3260         * src/Makefile.am
3261                 add -export-dynamic for linking
3262
3263 2003-05-19 [paul]       0.8.11claws166
3264
3265         * sync with 0.9.0cvs1
3266                 see ChangeLog 2003-05-19
3267
3268 2003-05-19 [paul]       0.8.11claws165
3269
3270         * src/inc.c
3271                 fix 'pop before smtp' timeout
3272
3273 2003-05-18 [alfons]     0.8.11claws164
3274
3275         * src/prefs_matcher.c
3276                 put "execute" action command line ("expression") in edit box
3277
3278 2003-05-18 [christoph]  0.8.11claws163
3279
3280         * src/mimeview.[ch]
3281         * src/plugins/dillo_viewer/dillo_viewer.c
3282         * src/plugins/image_viewer/viewer.c
3283         * src/plugins/mathml_viewer/mathml_viewer.c
3284                 let a viewer have a list of Content-Types
3285
3286 2003-05-18 [paul]       0.8.11claws162
3287
3288         * src/prefs_filtering.c
3289                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3290                 and REDIRECT actions
3291
3292 2003-05-17 [christoph]
3293
3294         * README.claws
3295                 o remove dynamic signatures that was syned with main
3296                 o add infos about no longer "build in" image viewer
3297                 o update bugtracker URL
3298
3299 2003-05-17 [christoph]  0.8.11claws161
3300
3301         * src/folder.c
3302         * src/folderview.c
3303         * src/imap.c
3304                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3305                 for every folder after rebuilding the folder tree.
3306
3307         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3308          messages)
3309
3310 2003-05-17 [christoph]  0.8.11claws160
3311
3312         * src/imap.c
3313                 don't use STATUS command on current folder to check for
3314                 content changes. imap_cmd_ok() now tracks changes to
3315                 folder and number of existing messages.
3316
3317 2003-05-17 [paul]       0.8.11claws159
3318
3319         * src/plugins/clamav/clamav_plugin.c
3320                 remove unnecessary debug_print
3321
3322 2003-05-16 [thorsten]   0.8.11claws158
3323
3324         * src/plugins/demo.c
3325                 included missing intl.h
3326
3327 2003-05-16 [paul]       0.8.11claws157
3328
3329         * po/POTFILES.in
3330                 remove non-existant entries
3331         
3332         * src/plugins/clamav/clamav_plugin.c
3333           src/plugins/clamav/clamav_plugin_gtk.c
3334           src/plugins/dillo_viewer/dillo_prefs.c
3335           src/plugins/dillo_viewer/dillo_viewer.c
3336                 gettextise
3337
3338 2003-05-16 [christoph]  0.8.11claws156
3339
3340         * po/POTFILES.in
3341                 include plugin .c files for translation until I
3342                 find a better solution to have plugins have their
3343                 own textdomain
3344         * src/plugins/demo/demo.c
3345         * src/plugins/image_viewer/plugin.c
3346         * src/plugins/mathml_viewer/mathml_viewer.c
3347         * src/plugins/spamassassin/spamassassin.c
3348         * src/plugins/spamassassin/spamassassin_gtk.c
3349         * src/plugins/trayicon/trayicon.c
3350                 add gettext macros for plugin name and description
3351
3352 2003-05-16 [paul]
3353
3354         * sync with 0.9.0
3355
3356 2003-05-16 [paul]       0.8.11claws155
3357
3358         * sync with lastest 0.9.0pre1
3359                 see ChangeLog 2003-05-16
3360
3361 2003-05-15 [paul]       0.8.11claws154
3362
3363         * sync with latest 0.9.0pre1
3364                 see ChangeLog 2003-05-14 and 2003-05-15
3365
3366 2003-05-14 [christoph]  0.8.11claws153
3367
3368         * src/plugins/image_viewer/viewer.c
3369         * src/plugins/image_viewer/viewer.glade         ** NEW **
3370         * src/plugins/image_viewer/viewerprefs.c
3371                 make it possible to disable the autoload function in the
3372                 imageviewer again
3373
3374 2003-05-14 [christoph]  0.8.11claws152
3375
3376         * src/folder.c
3377                 fix folder update after adding a message
3378
3379 2003-05-13 [alfons]     0.8.11claws151
3380
3381         * src/common/session.c
3382                 remove debug traces
3383                 
3384         * src/addrcache.[ch]
3385         * src/filtering.[ch]
3386         * src/folder.[c]
3387         * src/gtkaspell.[ch]
3388         * src/imap.[ch]
3389         * src/mbox_folder.[ch]
3390         * src/mh.[ch]
3391         * src/mimeview.h
3392         * src/msgcache.[ch]
3393         * src/news.[ch]
3394         * src/passphrase.[ch]
3395         * src/prefs_common.[ch]
3396         * src/prefs_gtk.[ch]
3397         * src/procmsg.c
3398         * src/scoring.[ch]
3399                 be pedantic; (in prototypes () implies (int))
3400
3401 2003-05-13 [alfons]     0.8.11claws150
3402
3403         * src/prefs_toolbar.[ch]
3404         * src/summaryview.[ch]
3405         * src/toolbar.[ch]
3406                 change misleading text in toolbar prefs;
3407                 add toolbar action for ignore thread (toggles ignore thread flag);
3408                 clean up a little bit;
3409
3410 2003-05-12 [paul]
3411
3412         * tools/convert_mbox.pl
3413                 bug fixed by Fred Marton
3414
3415 2003-05-12 [paul]
3416
3417         * sync with 0.9.0pre1
3418
3419 2003-05-09 [paul]       0.8.11claws149
3420
3421         * sync with 0.8.11cvs43
3422                 see ChangeLog 2003-05-09
3423
3424 2003-05-08 [christoph]  0.8.11claws148
3425
3426         * src/imap.[ch]
3427                 o use CAPABILIY as first command and check for PREAUTH
3428                   information in the response to it
3429                 o rewrite all imap_cmd_* functions to use an IMAPSession
3430                   instead of a SockInfo as parameter
3431                 o do STARTTLS after fetching and checking the server
3432                   capabilities
3433
3434 2003-05-08 [paul]       0.8.11claws147
3435
3436         * tools/Makefile.am
3437           tools/README
3438           tools/convert_mbox.pl         ** NEW FILE **
3439                 add mbox conversion script. Submitted by 
3440                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3441
3442 2003-05-07 [christoph]
3443
3444         * doc-src/glade.txt
3445         * src/gtk/pluginwindow.glade
3446         * src/plugins/image_viewer/viewerprefs.glade
3447         * src/plugins/spamassassin/spamassassin_gtk.glade
3448                 add glade files for user interfaces and a description how
3449                 to use glade to create the sylpheed code
3450
3451 2003-05-07 [paul]       0.8.11claws146
3452
3453         * sync with 0.8.11cvs41
3454                 see ChangeLog 2003-05-07
3455
3456 2003-05-06 [christoph]  0.8.11claws145
3457
3458         * src/main.c
3459         * src/plugins/image_viewer/viewer.c
3460                 fix usage of imlib in imageviewer plugin
3461
3462         * src/gtk/prefswindow.c
3463                 handle window close event correctly
3464
3465 2003-05-06 [paul]       0.8.11claws144
3466
3467         * src/common/ssl.c
3468                 fix typo introduced in sync
3469
3470 2003-05-06 [paul]       0.8.11claws143
3471
3472         * sync with 0.8.11cvs39
3473                 see ChangeLog 2003-05-06
3474
3475 2003-05-06 [paul]       0.8.11claws142
3476
3477         * AUTHORS
3478           po/cs.po
3479                 updated Czech translation, submitted by 
3480                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3481                 
3482         * src/plugins/clamav/clamav_plugin_gtk.c
3483                 clean up
3484
3485 2003-05-03 [alfons]     0.8.11claws141
3486
3487         * src/compose.[ch]
3488                 make paste as quotation work even when the call to 
3489                 text_inserted() was deferred (fixes bug #140 "Paste 
3490                 as quotation does not work when using "external" 
3491                 clipboard")
3492
3493 2003-05-03 [thorsten]   0.8.11claws140
3494
3495         * src/addrquery.h
3496           src/ldapquery.h
3497           src/mainwindow.c
3498                 removed C++ comments
3499         * src/addr_compl.c
3500                 function with non-int retval/param used before
3501                 implementation/declaration
3502
3503 2003-05-02 [paul]       0.8.11claws139
3504
3505         * src/addr_compl.[ch]
3506           src/addressbook.[ch]
3507           src/addrindex.c
3508           src/summaryview.c
3509                 revert match's changes to (finally) remove the bug where
3510                 opening a folder causes massive slowdown when using the 
3511                 'Display sender using address book' option
3512
3513 2003-05-01 [melvin]     0.8.11claws138
3514
3515         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3516         * src/plugins/dillo_viewer/dillo_viewer.c
3517                 Fixed bug where "Cancel" button from prefs issued
3518                 warnings.
3519                 Comply a little more to coding style
3520
3521 2003-05-01 [paul]       0.8.11claws137
3522
3523         * sync with 0.8.11cvs38
3524                 see ChangeLog 2003-05-01
3525
3526 2003-05-01 [paul]       0.8.11claws136
3527
3528         * po/bg.po
3529                 updated by George Danchev
3530
3531 2003-04-30 [christoph]  0.8.11claws135
3532
3533         * src/plugins/dillo_viewer/dillo_prefs.c
3534         * src/plugins/image_viewer/viewerprefs.c
3535         * src/plugins/spamassassin/spamassassin_gtk.c
3536                 remove gtk_widget_ref() calls for widgets in
3537                 glade code
3538
3539 2003-04-30 [paul]       0.8.11claws134
3540
3541         * src/addrindex.c
3542                 ok, this time a better fix for the bug where opening folder
3543                 has massive slowdown when using the 'Display sender using 
3544                 address book' option
3545
3546 2003-04-30 [paul]       0.8.11claws133
3547
3548         * src/addrindex.c
3549                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3550         
3551 2003-04-30 [melvin]     0.8.11claws132
3552
3553         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3554
3555         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3556                 Preferences for the dillo plugin
3557         * src/plugins/dillo_viewer/dillo_viewer.c
3558                 Support for preferences
3559         * src/plugins/dillo_viewer/Makefile.am
3560                 Added dillo_prefs.[ch]
3561
3562 2003-04-30 [alfons]     0.8.11claws131
3563
3564         * src/common/plugin.[ch]
3565                 see? this ANSI C'fication immediately gives us type
3566                 checking for free.
3567
3568 2003-04-30 [alfons]     0.8.11claws130
3569
3570         * src/common/plugin.[ch]
3571         * src/plugins/clamav/clamav_plugin.[ch]
3572         * src/plugins/clamav/clamav_plugin_gtk.c
3573         * src/plugins/demo/demo.c
3574         * src/plugins/dillo_viewer/dillo_viewer.c
3575         * src/plugins/image_viewer/plugin.c
3576         * src/plugins/image_viewer/viewer.[ch]
3577         * src/plugins/image_viewer/viewerprefs.[ch]
3578         * src/plugins/mathml_viewer/mathml_viewer.c
3579         * src/plugins/spamassassin/spamassassin.[ch]
3580         * src/plugins/spamassassin/spamassassin_gtk.c
3581         * src/plugins/trayicon/trayicon.c
3582                 clean up
3583
3584 2003-04-30 [alfons]     0.8.11claws129
3585
3586         * src/common/utils.c
3587                 make is_ascii_str() fail gracefully when NULL pointer
3588                 is passed
3589
3590 2003-04-30 [paul]       0.8.11claws128
3591
3592         * src/addrindex.c
3593                 fix bug where opening folder has massive slowdown when
3594                 using the 'Display sender using address book' option
3595
3596 2003-04-30 [paul]       0.8.11claws127
3597
3598         * src/plugins/clamav/clamav_plugin.c
3599           src/plugins/clamav/clamav_plugin_gtk.c
3600           src/plugins/demo/demo.c
3601           src/plugins/dillo_viewer/dillo_viewer.c
3602           src/plugins/image_viewer/plugin.c
3603           src/plugins/mathml_viewer/mathml_viewer.c
3604           src/plugins/spamassassin/spamassassin.c
3605           src/plugins/spamassassin/spamassassin_gtk.c
3606           src/plugins/trayicon/trayicon.c
3607                 get rid of eye-hurting function signatures
3608
3609 2003-04-30 [paul]       0.8.11claws126
3610
3611         * src/plugins/trayicon/trayicon.c
3612                 add description
3613                 
3614         * src/mimeview.c
3615                 be more descriptive
3616
3617 2003-04-30 [paul]       0.8.11claws125
3618
3619         * configure.ac
3620                 arrange the plugins in reverse alphabetical order
3621                 
3622         * src/plugins/clamav/clamav_plugin.[ch]
3623           src/plugins/clamav/clamav_plugin_gtk.c
3624                 rename some params
3625                 resize max_size window
3626                 re-arrange the order of some gui elements
3627                 improve descriptions
3628         
3629         * src/plugins/image_viewer/plugin.c
3630           src/plugins/mathml_viewer/mathml_viewer.c
3631                 add descriptions
3632                 
3633         * src/plugins/spamassassin/spamassassin_gtk.c
3634                 resize max_size window
3635                 re-arrange the order of some gui elements
3636                 
3637         * src/messageview.c
3638           src/mimeview.c
3639                 correct typos
3640
3641 2003-04-30 [alfons]     0.8.11claws124
3642
3643         * src/imap.c
3644                 fix a leak found while browsing Martin Kluge's 
3645                 valgrind log (Claws only)
3646
3647 2003-04-29 [darko]      0.8.11claws123
3648
3649         * src/gtk/gtkstext.h
3650                 include wchar.h if it is available, fixes compilation
3651                 on HP-UX systems
3652
3653 2003-04-29 [melvin]     0.8.11claws122
3654
3655         * src/prefs_actions.c
3656                 Improved help text of Actions' syntax
3657
3658 2003-04-28 [paul]       0.8.11claws121
3659
3660         * src/action.c
3661                 a better fix for the crash when performing an action
3662                 on a mime part
3663
3664 2003-04-28 [paul]       0.8.11claws120
3665
3666         * src/action.c
3667                 fix crash when performing an action on a
3668                 mime part
3669
3670 2003-04-28 [paul]       0.8.11claws119
3671
3672         * sync with 0.8.11cvs36
3673                 see ChangeLog 2003-04-28
3674
3675 2003-04-27 [paul]       0.8.11claws118
3676
3677         * more sync with 0.8.11cvs35
3678                 see ChangeLog 2003-04-25
3679
3680 2003-04-26 [christoph]  0.8.11claws117
3681
3682         * src/folder.c
3683                 fix remove virtual check
3684
3685 2003-04-26 [paul]       0.8.11claws116
3686
3687         * src/messageview.c
3688                 fix return-receipt, make it work again
3689
3690 2003-04-26 [paul]       0.8.11claws115
3691
3692         * src/mimeview.c
3693                 restore double-clicking of the [application/pgp-signature 
3694                 (Select "Check signature" to check)] line in the message view,
3695                 broken in recent sync
3696
3697 2003-04-26 [christoph]  0.8.11claws114
3698
3699         * src/folder.c
3700                 check if remove virtual really exists before
3701                 calling the function
3702
3703 2003-04-25 [match]      0.8.11claws113
3704
3705         * src/addrindex.c
3706         * src/addrbook.c
3707         * src/ldapquery.[ch]
3708         * src/ldapctrl.[ch]
3709                 fix memleak.
3710         * src/ldapserver.[ch]
3711                 fix memleak. fix segfault.
3712                 plug a Claws memleak
3713
3714 2003-04-25 [alfons]     0.8.11claws112
3715
3716         * src/folder.c
3717                 plug a Claws memleak
3718
3719 2003-04-25 [alfons]     0.8.11claws111
3720
3721         * src/common/session.c
3722                 plug a memleak
3723
3724 2003-04-25 [paul]       0.8.11claws110
3725
3726         * sync with 0.8.11cvs35
3727                 see ChangeLog 2003-04-24 and 2003-04-25
3728                 
3729         * src/gtk/pluginwindow.c
3730                 correct another strange float value
3731
3732 2003-04-24 [christoph]  0.8.11claws109
3733
3734         * src/folder.c
3735                 freeze folder item updates when unsetting new flags
3736
3737         * src/gtk/pluginwindow.c
3738                 correct strange float value
3739
3740 2003-04-23 [paul]       0.8.11claws108
3741
3742         * sync with 0.8.11cvs33
3743                 see ChangeLog 2003-04-23
3744
3745 2003-04-22 [paul]       0.8.11claws107
3746
3747         * src/Makefile.am
3748           src/messageview.c
3749           src/mimeview.c
3750           src/pgptext.[ch]      ** REMOVED **
3751                 remove pgptext.[ch] as its not used any more
3752
3753 2003-04-22 [paul]       0.8.11claws106
3754
3755         * sync with 0.8.11cvs31
3756                 see ChangeLog 2003-04-21 and 2003-04-22
3757
3758 2003-04-21 [alfons]     0.8.11claws105
3759
3760         * src/main.c
3761                 No access to GTK structures if we're a spawned child
3762                 (and clean up code a little bit...) Should fix #126.
3763
3764 2003-04-21 [melvin]     0.8.11claws104
3765
3766         * src/plugins/dillo_viewer/README
3767                 Improved slightly the text.
3768
3769 2003-04-21 [melvin]     0.8.11claws103
3770
3771         * src/plugins/dillo_viewer/README *** NEW ***
3772                 Added a README file for the Dillo plugin
3773
3774 2003-04-20 [paul]
3775
3776         * tools/README
3777           tools/outlook2sylpheed.pl
3778                 updated and improved by Ricardo Mones Lastra
3779
3780 2003-04-18 [oliver]     0.8.11claws102
3781
3782         * src/inc.c 
3783         * src/prefs_account.h
3784                 remove Pop3SessionType (used by selective download)
3785         * src/prefs_toolbar.c
3786                 enable set Default Toolbar button
3787
3788 2003-04-18 [paul]       0.8.11claws101
3789
3790         * sync with 0.8.11cvs29
3791                 see ChangeLog 2003-04-18
3792
3793 2003-04-17 [paul]       0.8.11claws100
3794
3795         * src/prefs_common.[ch]
3796           src/summaryview.c
3797                 remove 'Open next message on deletion' option,
3798                 as the same effect can now be achieved via the
3799                 'Always open messages in summary when selected'
3800                 option.
3801
3802 2003-04-17 [paul]       0.8.11claws99
3803
3804         * sync with 0.8.11cvs28
3805                 see ChangeLog 2003-04-17
3806
3807 2003-04-17 [christoph]  0.8.11claws98
3808
3809         * ac/spamassassin.m4
3810         * src/plugins/spamassassin/libspamc.[ch]
3811         * src/plugins/spamassassin/utils.[ch]
3812                 sync libspamc with SpamAssassin project
3813
3814 2003-04-17 [christoph]  0.8.11claws97
3815
3816         * src/common/socket.h
3817         * src/gtk/sslcertwindow.h
3818                 rename old USE_SSL to USE_OPENSSL
3819
3820 2003-04-17 [paul]       0.8.11claws96
3821
3822         * src/prefs_common.h
3823                 use gulong for P_COLOR so that it compiles/runs on
3824                 64-bit systems. Patch submitted by James Noyes
3825                 <jnoyes-claws@retrogeeks.com>
3826                 
3827         * po/de.po
3828                 updated by Jens
3829
3830 2003-04-17 [paul]       0.8.11claws95
3831
3832         * sync with 0.8.11cvs27
3833                 see ChangeLog 2003-04-16
3834
3835 2003-04-15 [paul]       0.8.11claws94
3836
3837         * src/prefs_common.[ch]
3838                 rearrange to stop the window getting too long:
3839                         move Receive dialog stuff to Receive tab
3840                         move Send dialog to Send tab
3841                         remove Dialogs frame
3842                 rename 'Open messages in summary with cursor keys' to
3843                 'Always open messages in summary when selected', as its
3844                 more appropriate
3845
3846 2003-04-15 [paul]       0.8.11claws93
3847
3848         * src/prefs_common.[ch]
3849           src/summaryview.c
3850                 add new option '/Interface/Open next message on deletion'
3851
3852 2003-04-15 [paul]       0.8.11claws92
3853
3854         * src/summaryview.[ch]
3855                 add /Mark/Lock and /Mark/Unlock to the pop-up
3856                 menu. Patch submitted by Ivan Francolin Martinez
3857                 <ivanfm@users.sourceforge.net>
3858
3859 2003-04-15 [paul]       0.8.11claws91
3860
3861         * sync with 0.8.11cvs24
3862                 see ChangeLog 2003-04-15
3863
3864 2003-04-14 [jens]       0.8.11claws90
3865
3866         * updated German translation and some corrections from
3867                 Roland Bless <bless@tm.uka.de>
3868
3869 2003-04-14 [paul]       0.8.11claws89
3870
3871         * sync with 0.8.11cvs22
3872                 see ChangeLog 2003-04-14
3873
3874 2003-04-13 [paul]       0.8.11claws88
3875
3876         * src/plugins/clamav/clamav_plugin.c
3877                 fix memory leaks
3878                 clean up
3879
3880 2003-04-12 [paul]       0.8.11claws87
3881
3882         * src/plugins/clamav/clamav_plugin.c
3883                 activate enable/disable archive scanning option
3884                 
3885         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3886
3887 2003-04-12 [paul]       0.8.11claws86
3888
3889         * src/plugins/Makefile.am
3890           src/plugins/clamav/Makefile.am                ** NEW FILE **
3891           src/plugins/clamav/README                     ** NEW FILE ** 
3892           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3893           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3894                 add Clam AntiVirus plugin
3895
3896 2003-04-12 [paul]       0.8.11claws85
3897
3898         * sync with 0.8.11cvs21
3899                 see ChangeLog 2003-04-11
3900
3901 2003-04-11 [paul]       0.8.11claws84
3902
3903         * po/es.po
3904                 update Spanish translation. Submitted by Ricardo
3905                 Mones Lastra.
3906
3907 2003-04-10 [christoph]  0.8.11claws83
3908
3909         * src/mbox.c
3910                 fix typo that did not move unfiltered mails to destination
3911                 folder
3912
3913         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3914          when filtering from spool)
3915
3916 2003-04-10 [christoph]  0.8.11claws82
3917
3918         * src/imap.c
3919                 use BODY.PEEK instead of BODY in in message fetch operation
3920                 to make sure the IMAP server does not set the \Seen flag for
3921                 messages. Sylpheed does that later itself, when the message
3922                 is opened in sylpheed
3923
3924         (closes Bug 111 Claws destroys unread marks)
3925
3926 2003-04-09 [oliver]     0.8.11claws81
3927         
3928         * src/folder.c
3929                 fix crash in folder_destroy
3930         * README.claws
3931                 remove selective download
3932
3933 2003-04-09 [christoph]  0.8.11claws80
3934
3935         * src/imap.c
3936                 fix crash in imap_get_msginfo() when then fetched message
3937                 is not found
3938
3939         (closes Bug 110 Crash during mail composition)
3940
3941 2003-04-08 [christoph]  0.8.11claws79
3942
3943         * src/folder.c
3944         * src/prefs_account.c
3945                 Filter new messages that are found in an INBOX folder
3946                 when 'Filter messages on receiving' is enabled in the
3947                 Folder's AccountPrefs. This allows to use Sylpheed's
3948                 filtering engine for IMAP folders where messages are
3949                 added to the INBOX by a MTA
3950
3951 2003-04-08 [paul]       0.8.11claws78
3952
3953         * src/procmsg.h
3954                 clean up after last commit
3955
3956 2003-04-08 [paul]       0.8.11claws77
3957
3958         * sync with 0.8.11cvs20
3959                 see ChangeLog 2003-04-07 and 2003-04-08
3960
3961 2003-04-07 [christoph]  0.8.11claws76
3962
3963         * src/filtering.[ch]
3964         * src/inc.[ch]
3965         * src/mbox.c
3966         * src/procmsg.[ch]
3967                 add procmsg_msginfo_filter() to execute filtering actions
3968
3969 2003-04-06 [christoph]  0.8.11claws75
3970
3971         * src/imap.c
3972                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3973
3974 2003-04-06 [christoph]  0.8.11claws74
3975
3976         * src/common/utils.[ch]
3977                 add g_int_compare() function for slist sorting
3978
3979         * src/imap.c
3980                 fetch all MsgInfos with one command in imap_get_msginfos()
3981                 using an imap set with a list of ranges
3982
3983         * src/news.c
3984                 use new g_int_compare() function
3985
3986 2003-04-06 [thorsten]   0.8.11claws73
3987
3988         * src/mh.c
3989                 corrected implementation of mh_folder_destroy()
3990
3991 2003-04-05 [christoph]  0.8.11claws72
3992
3993         * src/account.c
3994         * src/folder.[ch]
3995         * src/folderview.c
3996         * src/imap.c
3997         * src/inc.c
3998         * src/main.c
3999         * src/mainwindow.c
4000         * src/mbox_folder.c
4001         * src/mh.c
4002         * src/mimeview.h
4003         * src/msgcache.[ch]
4004         * src/news.c
4005         * src/procmime.h
4006         * src/procmsg.[ch]
4007         * src/setup.c
4008         * src/gtk/gtkutils.c
4009                 o rename structure field names class and new to klass and
4010                   new_msgs, to allow including files in C++
4011                 o add 'extern "C"' block to some header files
4012                 o add MsgInfoList and MsgNumberList as alias for GSList for
4013                   developers to know what type of list is expected
4014
4015         * src/plugins/image_viewer/plugin.c
4016         * src/plugins/image_viewer/viewer.[ch]
4017         * src/plugins/image_viewer/viewerprefs.[ch]
4018                 rename function names to prevent conflicts
4019
4020 2003-04-05 [paul]       0.8.11claws71
4021
4022         * sync with 0.8.11cvs18
4023                 see ChangeLog 2003-04-03 and 2003-04-04
4024
4025 2003-04-02 [christoph]  0.8.11claws70
4026
4027         * src/folder.[ch]
4028         * src/imap.[ch]
4029         * src/mbox_folder.[ch]
4030         * src/mh.[ch]
4031         * src/news.[ch]
4032                 o Make all virtual folder functions private
4033                 o remove unused folder code
4034
4035         * src/common/socket.[ch]
4036         * src/summaryview.c
4037                 fix warnings
4038
4039 2003-03-30 [alfons]     0.8.11claws69
4040
4041         * src/send_message.c
4042                 remove two debug traces and see if people still report
4043                 errors
4044
4045 2003-03-30 [alfons]     0.8.11claws68
4046
4047         * src/send_message.c
4048         * src/commons/session.c
4049                 add more debug traces
4050
4051 2003-03-30 [christoph]  0.8.11claws67
4052
4053         * src/folder.c
4054                 change processing folder name from .processing to processing
4055
4056         * src/common/ssl.c
4057                 disable SSL certificate check because it causes Xlib error
4058                 when the child process want's to open an GTK window
4059
4060 2003-03-30 [christoph]  0.8.11claws66
4061
4062         * src/folder.c
4063                 don't use default folder for processing folder item because
4064                 it can be a non local folder
4065
4066         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
4067
4068 2003-03-30 [alfons]     0.8.11claws65
4069
4070         * src/send_message.c
4071                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4072                 to generate bad code for 'send_send_data_progressive': When
4073                 called from 'send_send_data_finished', the 'data' pointer is
4074                 cleared just before the assignment to the dialog pointer
4075
4076 2003-03-29 [christoph]  0.8.11claws64
4077
4078         * src/common/prefs.h
4079         * src/plugins/image_viewer/Makefile.am
4080         * src/plugins/image_viewer/plugin.c
4081         * src/plugins/image_viewer/viewer.[ch]
4082         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4083                 add PrefsPage for ImageViewer
4084
4085 2003-03-28 [thorsten]   0.8.11claws63
4086
4087         * src/common/session.c
4088                 added some comments
4089
4090 2003-03-28 [paul]       0.8.11claws62
4091
4092         * sync with 0.8.11cvs16
4093                 see ChangeLog 2003-03-28
4094
4095 2003-03-28 [paul]       0.8.11claws61
4096
4097         * sync with 0.8.11cvs15
4098                 see ChangeLog 2003-03-28
4099
4100 2003-03-27 [christoph]  0.8.11claws60
4101
4102         * src/folder.c
4103         * src/imap.c
4104         * src/common/socket.[ch]
4105                 set socket state to DISCONNECTED when any operation
4106                 fails to allow reconnecting in IMAP code without
4107                 checking the return code of all calls to the command
4108                 functions
4109
4110         * src/folderview.c
4111         * src/summaryview.c
4112                 remove some more stuff that depends on specific
4113                 folder types
4114
4115 2003-03-27 [paul]       0.8.11claws59
4116
4117         * sync with 0.8.11cvs14
4118                 see ChangeLog 2003-03-27
4119                 
4120         * src/selective_download.[ch]   ** REMOVED **
4121                 really removed
4122
4123 2003-03-27 [christoph]  0.8.11claws58
4124
4125         * src/folder.c
4126                 fix handling of tmp_flags in flag copy function
4127
4128 2003-03-27 [paul]       0.8.11claws57
4129
4130         * sync with 0.8.11cvs13
4131                 see ChangeLog 2003-03-27
4132
4133 2003-03-27 [oliver]     0.8.11claws56
4134
4135         * src/maiwindow.c
4136                 remove sel_download_cb
4137
4138 2003-03-27 [oliver]     0.8.11claws55
4139         
4140         * src/inc.c
4141                 remove POP3_TOP
4142         
4143 2003-03-26 [oliver]     0.8.11claws54
4144
4145         *src/pop.h
4146                 remove POP3_TOP*
4147         * README.claws
4148                 remove selective donwload readme
4149
4150 2003-03-26 [oliver]     0.8.11claws53
4151         * src/matcher.[ch]
4152         * src/matcher_parser_parse.y 
4153         * src/pop.c 
4154         * src/prefs_account.[ch]
4155         * src/prefs_filtering.c
4156                 remove selective donwload
4157
4158 2003-03-26 [oliver]     0.8.11claws52
4159
4160         * src/inc.[ch] 
4161         * src/filtering.c 
4162         * src/mainwindow.c 
4163                 remove selective donwload
4164
4165 2003-03-26 [oliver]     0.8.11claws51
4166         
4167         * src/Makefile.am
4168         * src/selective_download.[ch]   ** REMOVE **    
4169
4170 2003-03-26 [christoph]  0.8.11claws50
4171
4172         * src/news.c
4173                 fix NEWS that got broken by a sync with sylpheed-main
4174
4175 2003-03-26 [christoph]  0.8.11claws49
4176
4177         * src/mimeview.c
4178                 fix mime type guessing when no mime type is found for a file
4179
4180 2003-03-25 [christoph]  0.8.11claws48
4181
4182         * src/mimeview.c
4183         * src/procmime.c
4184                 remove mime type guessing from mime parser and use
4185                 name based mime types in viewer lookup for mime type
4186                 application/octet-stream
4187
4188 2003-03-25 [christoph]  0.8.11claws47
4189
4190         * doc-src/readme.txt
4191         * doc-src/rfc2554.txt
4192                 add RFC about SMTP AUTH
4193
4194         * src/send_message.c
4195         * src/common/smtp.[ch]
4196                 add extra error code for authentication errors and
4197                 clear temporary password when this error occurs
4198
4199         (closes Bug 84 authentication failure while sending should
4200          prompt for password again)
4201
4202 2003-03-25 [christoph]  0.8.11claws46
4203
4204         * configure.ac
4205         * src/Makefile.am
4206         * src/imageview.[ch]                            ** REMOVE **
4207         * src/messageview.[ch]
4208         * src/mimeview.[ch]
4209         * src/prefs_common.[ch]
4210         * src/textview.c
4211         * src/plugins/Makefile.am
4212         * src/plugins/image_viewer/.cvsignore           ** NEW **
4213         * src/plugins/image_viewer/Makefile.am          ** NEW **
4214         * src/plugins/image_viewer/plugin.c             ** NEW **
4215         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4216                 move image viewer into a plugin (building is enabled by default)
4217                 [ToDo: Prefs for resize and autoview]
4218
4219 2003-03-25 [paul]       0.8.11claws45
4220
4221         * sync with 0.8.11cvs12
4222                 see ChangeLog 2003-03-26
4223
4224 2003-03-25 [paul]       0.8.11claws44
4225
4226         * sync with 0.8.11cvs11
4227                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4228                 
4229         Note: Selective Download is broken.
4230                 
4231 2003-03-22 [christoph]  0.8.11claws43
4232
4233         * src/folder.c
4234                 code cleanup for flags copying
4235
4236 2003-03-22 [christoph]  0.8.11claws42
4237
4238         * src/plugins/trayicon/trayicon.c
4239                 fix setting the transparent area when the window size
4240                 is forced by the system tray
4241
4242 2003-03-22 [christoph]  0.8.11claws41
4243
4244         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4245         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4246         * src/plugins/trayicon/newmail.xpm              ** NEW **
4247         * src/plugins/trayicon/nomail.xpm               ** NEW **
4248         * src/plugins/trayicon/trayicon.c
4249         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4250                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4251                 o add icon for unread mails
4252                 o set transparency for window
4253
4254 2003-03-22 [christoph]  0.8.11claws40
4255
4256         * src/news.c
4257                 init news session to prevent crash when session is closed
4258
4259 2003-03-22 [christoph]  0.8.11claws39
4260
4261         * src/imap.c
4262         * src/common/session.[ch]
4263                 Init session data to make sure we don't have invalid pointers
4264                 for read_ch and write_ch when new multi process sessions are
4265                 not used
4266
4267         * src/main.c
4268         * src/common/plugin.c
4269         * src/common/sylpheed.c
4270         * src/plugins/demo/demo.c
4271         * src/plugins/dillo_viewer/dillo_viewer.c
4272         * src/plugins/mathml_viewer/mathml_viewer.c
4273         * src/plugins/spamassassin/spamassassin.c
4274         * src/plugins/spamassassin/spamassassin_gtk.c
4275                 add plugin types to allow loading plugins at different times
4276                 (and maybe for different frontends), because it's not good to
4277                 load GTK-Plugins gefore gtk_init was called
4278
4279         * configure.ac
4280         * src/plugins/Makefile.am
4281         * src/plugins/trayicon/.cvsignore               ** NEW **
4282         * src/plugins/trayicon/Makefile.am              ** NEW **
4283         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4284         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4285         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4286         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4287         * src/plugins/trayicon/trayicon.c               ** NEW **
4288                 New Trayicon plugin that shows an icon in a systray that uses
4289                 XEMBED protocol like Gnome's systray. Icon shows if there
4290                 are new mails and a tooltip shows information about new,
4291                 unread and total messages.
4292
4293 2003-03-22 [paul]       0.8.11claws38
4294
4295         * src/common/smtp.c
4296                 fix ESMTP AUTH CRAM-MD5
4297                 [sync with main (still version 0.8.11cvs6), see
4298                  ChangeLog 2003-03-22]
4299
4300 2003-03-21 [colin]      0.8.11claws37
4301
4302         * src/send_message.c
4303                 Fix USE_SSL => USE_OPENSSL
4304
4305 2003-03-21 [colin]      0.8.11claws36
4306
4307         * src/folderview.c
4308                 Fix counts in drag and dropped subfolders
4309
4310 2003-03-21 [colin]      0.8.11claws35
4311
4312         * src/folder.c 
4313         * src/folderview.c
4314                 speed up a bit folder dnd
4315
4316 2003-03-20 [alfons]     0.8.11claws34
4317
4318         * src/main.c
4319         * src/toolbar.c
4320         * src/procmsg.c
4321                 don't send locked queue messages
4322                 (feature request "[ 705245 ] Locking message in outbox 
4323                  should prevent sending")
4324
4325 2003-03-20 [christoph]  0.8.11claws33
4326
4327         * src/folder.c
4328                 remove NEW and UNREAD flag in special folders when scanning
4329                 
4330         * src/common/smtp.c
4331                 fix ESMTP AUTH CRAM-MD5
4332
4333 2003-03-20 [paul]       0.8.11claws32
4334
4335         * src/prefs_account.c
4336                 Re-write 'Tunnel command to open connection' as
4337                 'Use command to communicate with server', and disable
4338                 it for all except IMAP accounts
4339
4340 2003-03-20 [paul]       0.8.11claws31
4341
4342         * sync with 0.8.11cvs6
4343                 see ChangeLog 2003-03-20
4344
4345 2003-03-19 [match]      0.8.11claws30
4346
4347         * src/addritem.[ch]
4348                 include documentation. minor refactoring.
4349         * src/addr_compl.[ch]
4350         * src/addrindex.[ch]
4351         * src/addresbook.[ch]
4352         * src/summaryview.c
4353                 re-enable address lookup (was disabled in
4354                 0.8.11claws20).
4355
4356 2003-03-19 [christoph]  0.8.11claws29
4357
4358         * src/procmsg.c
4359                 add temp flag handling, will make moving and copying
4360                 messages possible again
4361
4362         * src/folder.c
4363                 correct calulation of folder stats
4364
4365 2003-03-18 [match]      0.8.11claws28
4366
4367         * src/editgroup.h
4368                 remove case sensitive comparison (closes bug 80).
4369
4370 2003-03-18 [christoph]  0.8.11claws27
4371
4372         * src/imap.c
4373                 fix imap using a tunnel command
4374
4375         (closes bug 87)
4376
4377 2003-03-18 [christoph]  0.8.11claws26
4378
4379         * src/folder.[ch]
4380         * src/imap.c
4381         * src/procmsg.[ch]
4382                 rewrite flag handling for folders
4383
4384 2003-03-18 [christoph]  0.8.11claws25
4385
4386         * src/folder.c
4387         * src/procmsg.c
4388         * src/summaryview.c
4389                 unset NEW and UNREAD flags when message is ignored, to make
4390                 sure messages don't show up as unread on other IMAP clients,
4391                 because the IGNORE_THREAD flag can not be syncronized through
4392                 the IMAP folder
4393
4394 2003-03-17 [christoph]  0.8.11claws24
4395
4396         * src/imap.c
4397                 don't use recursion to fetch uids when the number of messages
4398                 does not match. Moved code into subfunction that is used
4399                 again when needed, to prevent an endless loop.
4400
4401 2003-03-17 [thorsten]   0.8.11claws23
4402
4403         * src/imageview.[ch]
4404                 export imageview_get_resized_size() (for plugins)
4405         * src/prefs_common.[ch]
4406                 added prefs_common_get() (for plugins)
4407
4408 2003-03-17 [christoph]  0.8.11claws22
4409
4410         * src/imap.c
4411                 o remove UID guessing from copy code
4412                 o support UIDPLUS extension for APPEND command
4413
4414 2003-03-17 [paul]       0.8.11claws21
4415
4416         * src/gtk/about.c
4417                 remove 'Compiled-plugins' section.
4418                 
4419         * src/plugins/dillo_viewer/dillo_viewer.c
4420                 slight change to description text
4421
4422 2003-03-16 [match]      0.8.11claws20
4423         * src/ldapserver.[ch]           ** NEW **
4424         * src/ldapctrl.[ch]             ** NEW **
4425         * src/ldapquery.[ch]            ** NEW **
4426         * src/ldaputil.[ch]             ** NEW **
4427         * src/addrcindex.[ch]           ** NEW **
4428         * src/addrquery.h               ** NEW **
4429         * src/addritem.[ch]
4430         * src/addrcache.[ch]
4431         * src/addrindex.[ch]
4432         * src/addr_compl.[ch]
4433         * src/addressbook.[ch]
4434         * src/addrbook.[ch]
4435         * src/editgroup.c
4436         * src/editaddress.c
4437         * src/editldap.c
4438         * src/editldap_basedn.c
4439         * src/vcard.c
4440         * src/jpilot.c
4441         * src/Makefile.am
4442                 included dynamic LDAP queries. improved address
4443                 completion.
4444
4445 2003-03-16 [paul]       0.8.11claws19
4446
4447         * tools/multiwebsearch.pl
4448                 fix a fatal typo
4449
4450 2003-03-16 [christoph]  0.8.11claws18
4451
4452         * src/mimeview.c
4453         * src/plugins/dillo_viewer/dillo_viewer.c
4454         * src/plugins/mathml_viewer/mathml_viewer.c
4455                 make unregistering of MimeViewerFactorys possible
4456
4457 2003-03-16 [alfons]     0.8.11claws17
4458
4459         * configure.ac
4460                 correct typo
4461
4462 2003-03-16 [melvin]     0.8.11claws16
4463
4464         * src/plugins/dillo_viewer.c
4465                 Fixed bug where it was not possible to view more than
4466                 one text/html attachment per message (bug discovered
4467                 by Christoph Hohmann).
4468
4469 2003-03-15 [melvin]     0.8.11claws15
4470
4471         * src/prefs_actions.c
4472                 Fixed compilation warnings.
4473
4474 2003-03-15 [melvin]     0.8.11claws14
4475
4476         * src/plugins/Makefile.am
4477         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4478         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4479         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4480                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4481                 newer (http://dillo.auriga.wearlab.de/).
4482
4483 2003-03-15 [christoph]  0.8.11claws13
4484
4485         * src/imap.c
4486                 don't query imap folder for attributes because we already
4487                 for them from imap_status
4488
4489         * src/mimeview.[ch]
4490                 add support for plugable MimeViewers (unloading Viewers
4491                 not yet complete)
4492
4493         * src/plugins/Makefile.am
4494         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4495         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4496         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4497                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4498                 widget from http://helm.cs.unibo.it/mml-widget/
4499
4500 2003-03-14 [christoph]  0.8.11claws12
4501
4502         * src/folder.[ch]
4503                 o error return code's should better be negative
4504                 o replace printf with debug_print
4505
4506         * src/imap.c
4507                 improve IMAP folder scan by checking UID-NEXT
4508
4509         * src/summaryview.c
4510                 remove check that are unnecessary in my opinion
4511
4512 2003-03-13 [christoph]  0.8.11claws11
4513
4514         * src/folder.[ch]
4515         * src/foldersel.c
4516         * src/folderview.c
4517         * src/imap.c
4518         * src/mbox_folder.c
4519         * src/mh.c
4520         * src/news.c
4521         * src/prefs_scoring.c
4522         * src/summaryview.c
4523                 use a common function to get a displayable name
4524                 for a FolderItem
4525
4526 2003-03-13 [paul]       0.8.11claws10
4527
4528         * tools/Makefile.am
4529           tools/README
4530           tools/multiwebsearch.conf     ** NEW FILE **
4531           tools/multiwebsearch.pl       ** NEW FILE **
4532                 add multiwebsearch Actions script
4533
4534 2003-03-13 [colin]      0.8.11claws9
4535
4536         * src/compose.c
4537                 Remove leading emtpy lines from quoted text
4538                 before quoting it
4539
4540 2003-03-13 [melvin]     0.8.11claws8
4541
4542         * src/prefs_actions.c
4543                 Fixed a memory leak
4544                 Code clean ups
4545                 Added Cancel and OK buttons
4546                 Corrected help text
4547
4548 2003-03-13 [christoph]  0.8.11claws7
4549
4550         * src/account.c
4551         * src/folder.[ch]
4552         * src/imap.c
4553         * src/mainwindow.c
4554         * src/mbox_folder.c
4555         * src/mh.c
4556         * src/news.c
4557         * src/setup.c
4558                 replace more folder type stuff with folder class stuff
4559
4560 2003-03-13 [melvin]     0.8.11claws6
4561
4562         * src/prefs_actions.c
4563                 Added new tokens:
4564                 %u: user provided argument
4565                 %h: user provided argument (hidden on input)
4566                 %s: current text selection in the message view 
4567
4568 2003-03-13 [paul]       0.8.11claws5
4569
4570         * sync with 0.8.11cvs5
4571                 see ChangeLog 2003-03-11, 2003-03-12
4572
4573 2003-03-12 [christoph]  0.8.11claws4
4574
4575         * src/folder.c
4576                 use folder class idstr when writing folderlist.xml
4577
4578         * src/folder.h
4579         * src/imap.c
4580         * src/news.c
4581                 replace folder type checks with folder class checks
4582
4583 2003-03-12 [christoph]  0.8.11claws3
4584
4585         * src/folder.[ch]
4586         * src/imap.[ch]
4587         * src/main.c
4588         * src/mbox_folder.[ch]
4589         * src/mh.[ch]
4590         * src/news.[ch]
4591                 o create a list of known folder classes in the folder system
4592                 o use folder class id strings for folder item identifiers
4593
4594 2003-03-12 [christoph]  0.8.11claws2
4595
4596         * src/imap.c
4597                 fix imap uid validity check
4598
4599 2003-03-12 [christoph]  0.8.11claws1
4600
4601         * src/account.c
4602         * src/folder.[ch]
4603         * src/foldersel.c
4604         * src/folderview.c
4605         * src/imap.c
4606         * src/mainwindow.c
4607         * src/mbox_folder.c
4608         * src/mh.c
4609         * src/news.c
4610         * src/prefs_scoring.c
4611         * src/procmsg.c
4612         * src/setup.c
4613         * src/summaryview.c
4614                 initial restructuring of folder system, seperating
4615                 folders and folder classes
4616
4617 2003-03-12 [paul]       0.8.11claws
4618
4619         0.8.11claws release
4620
4621 2003-03-12 [christoph]
4622
4623         * src/gtk/prefswindow.c
4624                 fix translation of "Page Index"
4625
4626 2003-03-12 [paul]       0.8.10claws110
4627
4628         a sync from 0.8.11cvs4 before the release
4629
4630         * src/common/utils.c
4631                 subject_compare_for_sort(): allow null strings (fixes
4632                 summary sorting).
4633
4634 2003-03-11 [paul]       0.8.10claws109
4635
4636         * po/es.po
4637                 update Spanish translation, submitted by
4638                 Ricardo Mones Lastra
4639
4640 2003-03-11 [melvin]     0.8.10claws108
4641
4642         * po/fr.po
4643                 Updated French translations
4644
4645 2003-03-11 [paul]       0.8.10claws107
4646
4647         * manual/en/Makefile.am
4648           manual/en/*.html
4649                 update English manual, add a new page
4650                 updated by Francois Barriere <fbarriere@atmel.fr>
4651                 
4652         * po/bg.po
4653           po/it.po
4654           po/sr.po
4655                 update Bulgarian, Italian, and Serbian translations
4656                 submitted by George Danchev, Alessandro Maestri, and
4657                 Urke MMI
4658
4659 2003-03-10 [paul]       0.8.10claws106
4660
4661         * src/gtk/about.c
4662           src/gtk/prefswindow.c
4663                 make some strings translatable
4664
4665 2003-03-10 [darko]      0.8.10claws105
4666
4667         * src/compose.c
4668                 code cleanup to make Hiro happy
4669
4670 2003-03-10 [paul]       0.8.10claws104
4671
4672         * sync with 0.8.11cvs2
4673                 see ChangeLog 2003-03-10
4674
4675 2003-03-09 [melvin]     0.8.10claws103
4676
4677         * src/textview.c
4678                 textview_set_font(): fix for message display in
4679                 UTF-8 locales (thanks to Sergey Vlasov).
4680                 (was unintentionnaly reverted in 0.8.6claws6)   
4681
4682 2003-03-08 [darko]      0.8.10claws102
4683
4684         * src/compose.c
4685                 fix infinite loop in wrapping as reported
4686                 by happycactus
4687                 obsoletes patch #696482
4688
4689 2003-03-08 [christoph]  0.8.10claws101
4690
4691         * src/imap.c
4692                 add workaround for IMAP servers that do not
4693                 support the "UID SEARCH UID" command
4694
4695 2003-03-07 [christoph]  0.8.10claws100
4696
4697         * src/plugins/spamassassin/spamassassin.[ch]
4698         * src/plugins/spamassassin/spamassassin_gtk.c
4699                 code cleanup
4700
4701 2003-03-07 [paul]       0.8.10claws99
4702
4703         * po/es.po
4704                 updated Spanish translation, submitted by
4705                 Ricardo Mones Lastra
4706
4707 2003-03-07 [christoph]  0.8.10claws98
4708
4709         * src/send.c
4710                 fix in 0.8.10claws94 was wrong
4711                 local delivery does not require escaping, remove escaping
4712                 code to make signatures of mails with "." lines valid
4713                 
4714                 NOTE: requires that sendmail is executed with "-i" option,
4715                       what is the default now, but has to be changed in all
4716                       exsiting accounts)
4717
4718 2003-03-07 [paul]       0.8.10claws97
4719
4720         * sync with 0.8.11 release
4721                 see ChangeLog 2003-03-07
4722
4723 2003-03-06 [paul]       0.8.10claws96
4724
4725         * src/compose.c
4726                 revert commit 0.8.10claws92
4727
4728 2003-03-06 [paul]       0.8.10claws95
4729
4730         * src/folderview.c
4731                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4732
4733         * src/gtkaspell.c
4734                 fix bug 74, 'Crash opening editor window with pseudo-color
4735                 display'
4736                 
4737         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4738
4739 2003-03-06 [christoph]  0.8.10claws94
4740
4741         * src/send.c
4742                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4743                 all lines starting with a period get an extra period
4744                 inserted
4745                 (found by Simon 'corecode' Schubert)
4746
4747 2003-03-06 [paul]       0.8.10claws93
4748
4749         * src/folderview.c
4750                 if configured font can't be loaded fall back to gtk
4751                 default. (with thanks to Christoph)
4752                 
4753                 closes long-standing bug 15 'Crashes on startup'
4754
4755 2003-03-06 [paul]       0.8.10claws92
4756
4757         * src/compose.c
4758                 freeze text before autosave and thaw afterwards
4759                 fixes bug 67 'autosave make re-rediting message crazy'
4760
4761 2003-03-06 [christoph]  0.8.10claws91
4762
4763         * src/compose.c
4764                 ignore address comment in dupe check for Cc-list
4765
4766         (closes reopened bug 47 Replying to message strips name part of
4767          e-mail addresses of Cc: lines)
4768
4769 2003-03-06 [paul]       0.8.10claws90
4770
4771         * src/Makefile.am
4772                 remove reference to gtkxtext.h as its no longer in
4773                 the repository
4774
4775 2003-03-06 [paul]       0.8.10claws89
4776
4777         * sync with 0.8.10cvs25
4778                 see ChangeLog 2003-03-06
4779
4780 2003-03-06 [oliver]     0.8.10claws88
4781         
4782         * src/messageview.c
4783                 remove include
4784
4785 2003-03-06 [oliver]     0.8.10claws87
4786         
4787         * src/folderview.c 
4788                 remove changes introduced inclaws74
4789         * src/messageview.c
4790                 another attempt to sanely delete and update
4791                 messages deleted in separate messageview
4792
4793 2003-03-05 [christoph]  0.8.10claws86
4794
4795         * src/summaryview.c
4796                 check if "From" matches any account's address if
4797                 addressbook completion of addresses is disabled too
4798
4799         (closes Bug 70 "Display recipient in from" doesn't check
4800          folder's default account)
4801
4802 2003-03-05 [christoph]  0.8.10claws85
4803
4804         * src/compose.c
4805         * src/common/utils.[ch]
4806                 don't strip address comments when building Cc lists
4807
4808         (closes Bug 47 Replying to message strips name part of e-mail addresses
4809          of Cc: lines)
4810
4811         * src/folder.c
4812                 fix return value of copy function
4813
4814 2003-03-05 [christoph]  0.8.10claws84
4815
4816         * src/imap.c
4817                 don't ask imap server for non rfc822 headers
4818
4819         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4820
4821         * src/imap.c
4822                 destroy session on socket error to allow reconnecting
4823
4824 2003-03-05 [christoph]  0.8.10claws83
4825
4826         * configure.ac
4827                 fix building with gnome when no prefix is set
4828
4829         (closes bug 66 Gnome directory is set to NONE)
4830
4831 2003-03-05 [paul]       0.8.10claws82
4832
4833         * sync with 0.8.10cvs23
4834                 see ChangeLog 2003-03-05
4835
4836 2003-03-04 [christoph]  0.8.10claws81
4837
4838         * src/folder.c
4839                 o fix moving and copying when folder returns 0 for new
4840                   message number
4841                 o remove some code for single message copy and move
4842                   operations and use functions for multiple messages
4843
4844         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4845
4846         * src/news.c
4847                 remove unused include
4848
4849 2003-03-04 [paul]       0.8.10claws80
4850
4851         * src/gtk/about.c
4852                 list 'Compiled plugins'
4853
4854 2003-03-03 [christoph]  0.8.10claws79
4855
4856         * src/news.[ch]
4857                 have to multiply the percentage of the current fetch with
4858                 the percentage that it has of the total fetch operation
4859                 for correct values
4860
4861 2003-03-03 [christoph]  0.8.10claws78
4862
4863         * src/news.c
4864                 fix calculation of expected lines for progress indicator
4865
4866 2003-03-03 [christoph]  0.8.10claws77
4867
4868         * src/summaryview.c
4869         * src/common/utils.c
4870                 fix segfault when opening the root news folder
4871
4872 2003-03-03 [christoph]  0.8.10claws76
4873
4874         * src/mainwindow.[ch]
4875         * src/common/Makefile.am
4876         * src/common/progressindicator.[ch]
4877                 add UI independent progress indicator handling
4878
4879         * src/news.[ch]
4880                 use new progress indicator for message info fetching
4881
4882         * src/common/hooks.h
4883                 code cleanup
4884
4885 2003-03-03 [oliver]     0.8.10claws75
4886
4887         * src/toolbar.c
4888         * src/compose.c
4889                 removed commented code
4890
4891 2003-03-03 [oliver]     0.8.10claws74
4892
4893         * src/toolbar.[ch]
4894                 cleanups and refactoring
4895         * src/compose.[ch]
4896                 compose_reply_mode reply & forwarding interface for
4897                 toolbar buttons
4898         * src/folderview.c
4899                 act on messages marked for deletion in folderview_selected
4900                 based on prefs_common.immediate_exec since a message might 
4901                 have been deleted by messageview in a folder we are changing 
4902                 to (does anybody understand what I'm on about ?)
4903
4904 2003-03-03 [oliver]     0.8.10claws73
4905         
4906         * src/messageview.[ch]
4907                 new functions
4908                 - messageview_delete: delete message shown in messagview
4909                 - messageview_update_view: update messageview to currently 
4910                   selected summaryview message
4911                 - add separate messageview to msgview_list in order to update 
4912                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4913         * src/summaryview.[ch]
4914                 summary_get_selection returns a list of selected msgs
4915                 in summaryview
4916         * src/mainwindow.c
4917                 toolbar reply refactoring
4918
4919 2003-03-03 [paul]       0.8.10claws72
4920
4921         * sync with 0.8.10cvs21
4922                 see ChangeLog 2003-03-03
4923
4924 2003-03-02 [christoph]  0.8.10claws71
4925
4926         * src/common/passcrypt.c
4927                 use POSIX includes
4928
4929 2003-03-02 [christoph]  0.8.10claws70
4930
4931         * configure.ac
4932         * src/prefs_account.c
4933         * src/prefs_gtk.[ch]
4934         * src/common/.cvsignore
4935         * src/common/Makefile.am
4936         * src/common/passcrypt.c                ** NEW **
4937         * src/common/passcrypt.h.in             ** NEW **
4938                 Implement password encryption in config files
4939                 using unix encrypt and setkey functions. The crypt
4940                 key can be set as a configure parameter. Old
4941                 passwords will be converted if they do not begin
4942                 with '!'
4943
4944 2003-03-02 [paul]       0.8.10claws69
4945
4946         * src/prefs_account.c
4947                 fix compile error
4948
4949 2003-03-01 [thorsten]   0.8.10claws68
4950
4951         * po/el.po
4952           po/hr.po
4953           po/it.po
4954           po/nl.po
4955           po/sr.po
4956           po/sv.po
4957                 corrected format strings
4958         * po/en_GB.po
4959                 corrected headers
4960                 (fix compile errors with GNU gettext-0.11.5)
4961
4962 2003-03-01 [oliver]     0.8.10claws67
4963
4964         * src/summaryview.c
4965                 menu callbacks call toolbar_menu_reply
4966
4967 2003-03-01 [oliver]     0.8.10claws66
4968
4969         * src/mainwindow.c
4970         * src/messageview.c
4971                 menu callbacks call toolbar_menu_reply
4972         * src/toolbar.[ch]
4973                 callbacks from menu handled by toolbar_menu_reply
4974
4975 2003-03-01 [paul]       0.8.10claws65
4976
4977         * src/addressbook.c
4978                 revert commit 0.8.10claws54 - breaks editing of
4979                 addressbook.
4980                 
4981         * po/bg.po
4982                 update Bulgarian translation, submitted by
4983                 George Danchev
4984
4985 2003-02-28 [christoph]  0.8.10claws64
4986
4987         * src/account.c
4988         * src/addressadd.c
4989         * src/compose.c
4990         * src/gtkaspell.c
4991         * src/gtkxtext.h                ** REMOVE **
4992         * src/imap.c
4993         * src/matcher.[ch]
4994         * src/mh.c
4995         * src/news.c
4996         * src/pine.c
4997         * src/prefs_common.c
4998         * src/prefs_matcher.c
4999         * src/procheader.[ch]
5000         * src/procmsg.[ch]
5001         * src/toolbar.c
5002         * src/common/ssl_certificate.c
5003         * src/gtk/colorlabel.c
5004         * src/gtk/menu.c
5005                 o fix warnings
5006                 o remove code obsoleted by new cache and folder system rework
5007
5008 2003-02-28 [oliver]     0.8.10claws63
5009         
5010         * src/toolbar.[ch]
5011                 * fix bug where reply in Messageview replied to 
5012                 Message displayed in summaryview
5013                 (reportedd via ML by chinatinte at gmx dot ch)
5014                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
5015                 didn't work in separate MessageView Toolbar
5016                 (wondering if anybody uses this at all ?)
5017         * src/summaryview.[ch]
5018                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
5019                 (generalize reply and forward code);
5020         * src/messageview.c 
5021                 remove focus_in event which updated summaryview to messageview
5022
5023 2003-02-28 [paul]       0.8.10claws62
5024
5025         * po/Makefile.in.in
5026                 add the --check option
5027                 Patch submitted by Ricardo Mones Lastra
5028
5029 2003-02-28 [paul]       0.8.10claws61
5030
5031         * src/prefs_account.c
5032                 re-order 'Signature' items
5033
5034 2003-02-28 [paul]       0.8.10claws60
5035
5036         * sync with 0.8.10cvs20
5037                 see ChangeLog 2003-02-28
5038
5039 2003-02-28 [paul]       0.8.10claws59
5040
5041         * po/POTFILES.in
5042                 update to reflect recent movement of files
5043
5044 2003-02-28 [paul]       0.8.10claws58
5045
5046         * sync with 0.8.10cvs19
5047                 see ChangeLog 2003-02-28
5048
5049 2003-02-27 [martin]     0.8.10claws57
5050
5051         * src/prefs_matcher.c 
5052                 fix segfault in prefs_matcher_ok() when the
5053                 last entry is deleted and prevents that the
5054                 message "entry not saved" comes up after deleting
5055                 an entry
5056
5057 2003-02-27 [martin]     0.8.10claws56
5058
5059         * src/prefs_filtering.c 
5060                 fix segfault in prefs_filtering_ok() when the
5061                 last entry is deleted and prevents that the
5062                 message "entry not saved" comes up after deleting
5063                 an entry
5064
5065 2003-02-27 [paul]       0.8.10claws55
5066
5067         * sync with 0.8.10cvs18
5068                 see ChangeLog 2003-02-27
5069
5070 2003-02-27 [paul]       0.8.10claws54
5071
5072         * src/addressbook.c
5073                 fix bug where the address book crashes with 
5074                 multiple lookups.
5075                 Patch [687729] submitted by David Frager 
5076                 <dbfrager@users.sourceforge.net>
5077
5078 2003-02-25 [christoph]  0.8.10claws53
5079
5080         * src/Makefile.am
5081         * src/colorlabel.[ch]           ** REMOVE **
5082         * src/gtk/Makefile.am
5083         * src/gtk/colorlabel.[ch]       ** NEW **
5084                 move colorlabel files to gtk directory
5085
5086         * src/esmtp.[ch]                ** REMOVE **
5087                 has been merged into smtp.[ch] in 0.7.5
5088
5089 2003-02-25 [christoph]  0.8.10claws52
5090
5091         * src/Makefile.am
5092         * src/about.[ch]                ** REMOVE **
5093         * src/gtk/Makefile.am
5094         * src/gtk/about.[ch]            ** NEW **
5095                 move about files to gtk directory
5096
5097 2003-02-25 [christoph]  0.8.10claws51
5098
5099         * src/folder.c
5100                 some code optimization of folder scanning code
5101
5102         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5103
5104 2003-02-25 [christoph]  0.8.10claws50
5105
5106         * src/main.c
5107         * src/common/sylpheed.c
5108                 add command line parameter parsing to common code
5109
5110 2003-02-24 [christoph]
5111
5112         * Makefile.am
5113         * configure.ac
5114                 fix gnome prefix problems, the configure script now removed
5115                 `gnome-config --prefix` from `gnome-config --datadir`
5116                 and adds $(prefix} instead
5117
5118         (closes Bug 24 Makefile does not respect prefix when installing
5119          GNOME data)
5120
5121 2003-02-24 [christoph]  0.8.10claws49
5122
5123         * src/news.c
5124                 check for valid session before trying to authenticate
5125
5126         (closes Bug 60 crash if "authenticate on logon" is activated
5127          and newsserver-hostname is not valid)
5128
5129 2003-02-24 [melvin]     0.8.10claws48
5130
5131         * src/prefs_actions.c
5132                 Make sure all user's input is sent to the action and then
5133                 close the socket..
5134
5135 2003-02-23 [alfons]     0.8.10claws46
5136
5137         * src/summaryview.c
5138                 also wait cursor when deleting files
5139
5140 2003-02-23 [paul]
5141
5142         * tools/freshmeat_search.pl
5143           tools/google_search.pl
5144                 scripts should now work for any browser/browser command line
5145
5146 2003-02-22 [christoph]  0.8.10claws45
5147
5148         * src/procmsg.c
5149                 fix IMAP flag setting, IMAP flag is not handled correctly
5150                 anymore by the folder system and information about the
5151                 folder should not be saved in the MsgInfo (in my opinion)
5152
5153         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5154
5155 2003-02-22 [christoph]  0.8.10claws44
5156
5157         * src/summaryview.c
5158                 fix spelling of "label" ;-)
5159
5160 2003-02-22 [thorsten]   0.8.10claws43
5161
5162         * src/mimeview.c
5163           src/prefs_common.[ch]
5164           src/procmime.[ch]
5165                 do not use description as attachment name
5166
5167 2003-02-22 [alfons]     0.8.10claws42
5168
5169         * src/summaryview.c
5170                 freeze/thaw folder item updates when changing color labels,
5171                 and put a wait cursors on
5172
5173 2003-02-22 [thorsten]   0.8.10claws41
5174
5175         * src/mimeview.c
5176                 save-all fixes: crash if invoked on multipart container,
5177                 mimeinfo access, pathseparators, error dialog
5178
5179 2003-02-21 [alfons]     0.8.10claws40
5180
5181         * src/prefs_gtk.c
5182                 remove unused var
5183
5184 2003-02-21 [colin]      0.8.10claws39
5185
5186         * src/send.c
5187                 Fix smtp logging
5188
5189 2003-02-21 [colin]      0.8.10claws38
5190
5191         * src/summaryview.c
5192                 Freeze/thaw folderItem updates when filtering messages 
5193                 via Tools/Filter messages
5194
5195 2003-02-21 [paul]       0.8.10claws37
5196
5197         * src/compose.c
5198                 revert commit 0.8.10claws26, there are ulterior motives
5199                 for users to set a Reply-To header when posting to
5200                 newsgroups
5201
5202 2003-02-21 [paul]       0.8.10claws36
5203
5204         * sync with 0.8.10cvs17
5205                 see ChangeLog 2003-02-21
5206
5207 2003-02-20 [christoph]  0.8.10claws35
5208
5209         * src/imap.c
5210                 IMAP UID fetch speedup using SEARCH
5211
5212         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5213
5214         * src/imap.c
5215                 fix problem with UIDs in IMAP UID cache that no longer existed
5216
5217 2003-02-20 [christoph]  0.8.10claws34
5218
5219         * src/imap.c
5220         * src/procheader.c
5221         * src/procheader.h
5222                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5223
5224         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5225
5226         * src/imap.c
5227                 Rewrite imap_cmd_gen_recv use sock_getline instead
5228                 of sock_gets to avoid problems with too long reply
5229                 lines
5230     
5231 2003-02-20 [colin]      0.8.10claws33
5232         
5233         * src/prefs_account.c
5234                 Better wording
5235
5236 2003-02-20 [colin]      0.8.10claws32
5237
5238         * src/compose.c
5239                 Remove useless '&& !to_sender' 
5240
5241 2003-02-20 [darko]
5242
5243         * AUTHORS
5244                 change my e-mail address
5245
5246 2003-02-19 [colin]      0.8.10claws31
5247
5248         * src/prefs_common.c
5249                 X11 style colors for every configurable color
5250
5251 2003-02-19 [alfons]     0.8.10claws30
5252
5253         * src/prefs_gtk.[ch]
5254         * src/prefs_common.c
5255                 for color_new accept both plain integers and X11 style color
5256                 names (as found in /usr/lib/X11/rgb.txt)
5257
5258 2003-02-19 [paul]       0.8.10claws29
5259
5260         * src/mainwindow.c
5261                 add tooltips to online/offline button and account selector
5262                 button
5263
5264 2003-02-19 [paul]       0.8.10claws28
5265
5266         * src/folder.c
5267           src/news.c
5268           src/prefs_account.[ch]
5269           src/prefs_common.[ch]
5270                 move 'Maximum number of articles to download' to
5271                 account prefs.
5272                 clean up account prefs gui a little by hiding entries
5273                 rather then greying out entries
5274
5275 2003-02-19 [hiro]       0.8.10claws27
5276
5277         * src/common/utils.c
5278                 fix bug #54 'yesterdays date is displayed in the message 
5279                 summary window'
5280
5281 2003-02-19 [paul]       0.8.10claws26
5282
5283         * src/compose.c
5284                 fix bug reported in Feature Request [688596] 
5285                 'Reply-to header in news'
5286
5287 2003-02-18 [paul]       0.8.10claws25
5288
5289         * src/select-keys.c
5290                 add a 'List all keys' button to key selection dialog
5291
5292 2003-02-18 [colin]      0.8.10claws24
5293         
5294         * src/stock_pixmap.c
5295                 fix compile error
5296
5297 2003-02-18 [colin]      0.8.10claws23
5298
5299         * src/common/smtp.[ch]
5300           src/prefs_account.c
5301                 Try to starttls if it seems to be the only
5302                 way to authenticate a user
5303
5304 2003-02-18 [paul]       0.8.10claws22
5305
5306         * src/Makefile.am
5307           src/folderview.c
5308           src/stock_pixmap.[ch]
5309           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5310           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5311                 as a Drafts folder is a special folder allow it to have
5312                 its own unique icons
5313
5314 2003-02-18 [colin]      0.8.10claws21
5315
5316         * src/imap.c
5317                 Fix port selection when using starttls
5318
5319 2003-02-18 [paul]       0.8.10claws20
5320
5321         * src/mainwindow.c
5322           src/prefs_common.[ch]
5323                 make blue the default new mail colour
5324
5325 2003-02-18 [paul]       0.8.10claws19
5326
5327         * sync with 0.8.10cvs14
5328                 see ChangeLog 2003-02-18
5329
5330 2003-02-17 [jens]       0.8.10claws18
5331
5332         * src/common/md5.c
5333                 fixed a compile problem with gcc 3.3
5334                 works on 2.95.3 too (testet on PPC as it is big endian)
5335
5336 2003-02-17 [paul]       0.8.10claws17
5337
5338         * sync with 0.8.10cvs13
5339                 see ChangeLog 2003-02-17
5340
5341 2003-02-17 [paul]       0.8.10claws16
5342
5343         * sync with 0.8.10cvs12
5344                 see ChangeLog 2003-02-17
5345
5346 2003-02-16 [match]      0.8.10claws15
5347
5348         * src/addressbook.c
5349                 Eliminates reloading of address data when items
5350                 deleted or added. Applied submitted by
5351                 Luke Plant <lukeplant@softhome.net>
5352
5353 2003-02-16 [paul]       0.8.10claws14
5354
5355         * src/news.c
5356                 when a 'protocol error' is encountered disconnect from
5357                 the server. This means that the user can carry on viewing
5358                 other articles and doesn't have to either wait until the
5359                 server timesout or quit sylpheed.
5360                 Fixes bug #53 'Unable to read messages in newsgroups, 
5361                 displayed message doesn't change'
5362
5363 2003-02-15 [christoph]  0.8.10claws13
5364
5365         * src/imap.c
5366                 fix bug that stopped scanning of folders when an
5367                 IMAP folder was empty
5368
5369         (closes bug 46 stop scan messages in folders after empty folder)
5370
5371 2003-02-15 [paul]
5372
5373         * tools/Makefile.am
5374           tools/README
5375           tools/freshmeat_search.pl     ** NEW FILE **
5376           tools/google_search.pl        ** NEW FILE **
5377                 Add 2 Actions scripts which search freshmeat/google
5378                 for the selected text using the browser configured
5379                 in sylpheedrc.
5380                 
5381         Note: These scripts are very dependent on the format of the
5382         browser command and may not work on every occasion. Testing
5383         is welcome. 
5384
5385 2003-02-14 [alfons]     0.8.10claws12
5386
5387         * src/compose.c
5388                 fix breakage because of uninitialized account pointer.
5389                 please verify.
5390
5391 2003-02-14 [paul]       0.8.10claws11
5392
5393         * src/compose.c
5394           src/prefs_account.[ch]
5395           src/prefs_common.[ch]
5396                 move signature settings to Account Prefs
5397
5398 2003-02-14 [paul]       0.8.10claws10
5399
5400         * sync with 0.8.10cvs11
5401                 see ChangeLog 2003-02-14
5402
5403 2003-02-13 [thorsten]   0.8.10claws9
5404
5405         * src/news.c
5406                 revert news progressbar (GUI separation)
5407
5408 2003-02-13 [paul]       0.8.10claws8
5409
5410         * src/compose.c
5411                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5412                 paragraph 1
5413
5414 2003-02-13 [paul]       0.8.10claws7
5415
5416         * src/compose.[ch]
5417           src/summaryview.c
5418                 fix 'Follow-up and Reply-to' so that it creates a reply to
5419                 the newsgroup and the sender. If the message has the keyword
5420                 'poster' in the Followup-To header, all replies go to the
5421                 sender, re: RFC 1036, Section 2.2.3
5422                 rename all instances of 'ignore_replyto' to 'to_sender', both
5423                 were previously used, now we use just one.
5424
5425 2003-02-13 [paul]       0.8.10claws6
5426
5427         * sync with 0.8.10cvs9
5428                 see ChangeLog 2003-02-13
5429
5430 2003-02-13 [paul]       0.8.10claws5
5431
5432         * configure.ac
5433                 show which plugins are configured in the configure
5434                 output.
5435
5436 2003-02-12 [thorsten]   0.8.10claws4
5437
5438         * src/news.c
5439                 show progress while fetching news headers
5440
5441 2003-02-12 [christoph]  0.8.10claws3
5442
5443         * configure.ac
5444         * src/plugins/Makefile.am
5445                 use AM_CONDITIONAL to enable plugins, automake correctly
5446                 manages this when creating distdir
5447
5448 2003-02-12 [christoph]  0.8.10claws2
5449
5450         * ac/spamassassin.m4
5451         * src/plugins/spamassassin/Makefile.am
5452                 fix building SpamAssassin plugin without OpenSSL
5453
5454 2003-02-12 [paul]       0.8.10claws1
5455
5456         * ac/Makefile.am
5457           src/Makefile.am
5458           src/plugins/Makefile.am
5459                 fix failure of 'make release'
5460
5461 2003-02-12 [paul]       0.8.10claws
5462
5463         * 0.8.10claws released
5464
5465 2003-02-12 [paul]       0.8.9claws56
5466
5467         * po/bg.po
5468           po/es.po
5469           po/it.po
5470           po/ru.po
5471           po/sr.po
5472                 updated translations by George Danchev, Ricardo Mones Lastra,
5473                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5474                 
5475         * sylpheed.spec.in
5476                 Allow the building of RPMs by a regular user. Submitted
5477                 by Sergei Astanin
5478
5479 2003-02-11 [alfons]     0.8.9claws55
5480
5481         * src/colorlabel.c
5482                 don't use pixmaps for label color rect but draw rectangles
5483                 so we can respect the color map of palette based visuals
5484                 (fixes the long time crashes on Suns - thanks to Andreas
5485                 Engel and Steve O'Hara-Smith for testing)
5486
5487 2003-02-11 [christoph]  0.8.9claws54
5488
5489         * src/matcher_parser_parse.y
5490                 correct bug where filering rules of not existing folders in
5491                 matcherrc were added to global filtering
5492                 
5493         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5494          main filter-rules after removing directory, http://bugs.debian.org/180253)
5495         
5496 2003-02-11 [paul]       0.8.9claws53
5497
5498         * sync with 0.8.10cvs7
5499                 see ChangeLog 2003-02-09
5500
5501 2003-02-11 [melvin]     0.8.9claws52
5502
5503         * po/fr.po
5504                 Updated French tranlsations
5505
5506 2003-02-10 [paul]       0.8.9claws51
5507
5508         * sylpheed.spec.in
5509                 correct --enable-openssl
5510                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5511
5512 2003-02-09 [martin]     0.8.9claws50
5513
5514         * src/prefs_matcher.c
5515                 fix segfault in prefs_matcher_substitute_cb() when
5516                 no row is selected
5517
5518 2003-02-09 [paul]       0.8.9claws49
5519
5520         * src/folderview.c
5521                 fix bug where a newsgroup folder's processing rules were
5522                 merged with the global filtering rules when the newsgroup
5523                 folder was deleted, causing some seriously bad results,
5524                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5525
5526 2003-02-08 [melvin]     0.8.9claws48
5527
5528         * src/compose.c
5529                 Corrected and modified an alert message.
5530
5531 2003-02-07 [paul]       0.8.9claws47
5532
5533         * src/folderview.c
5534                 fix bug where both an 'Account properties' window and a
5535                 'Folder properties' window were opened when clicking on
5536                 'Properties' in an NNTP or IMAP folder's popup menu.
5537
5538 2003-02-07 [paul]       0.8.9claws46
5539
5540         * sync with 0.8.10cvs6
5541                 see ChangeLog 2003-02-06
5542
5543 2003-02-06 [christoph]  0.8.9claws45
5544
5545         * src/mbox.c
5546                 freeze folder updates while importing mbox files
5547                 (closes bug 43 importing mbox took hours)
5548                 
5549         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5550
5551 2003-02-06 [thorsten]   0.8.9claws44
5552
5553         * po/de.po
5554                 Updated german translations
5555
5556 2003-02-06 [thorsten]   0.8.9claws43
5557
5558         * src/news.h
5559                 use guint for message numbers (fix count in grouplist dialog)
5560
5561 2003-02-05 [paul]       0.8.9claws42
5562
5563         * sync with 0.8.10cvs2
5564                 see ChangeLog 2003-02-05
5565
5566 2003-02-04 [colin]      0.8.9claws41
5567
5568         * src/prefs_common.[ch]
5569           src/procmsg.c
5570           src/summaryview.c
5571                 Add an option to disable threading by subject
5572
5573 2003-02-04 [christoph]  0.8.9claws40
5574
5575         * src/inc.c
5576                 only abort fetching mails from multiple accounts when the
5577                 error is fatal and does not allow to check any more accounts
5578                 (currently only disk full error)
5579
5580         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5581          receive mails for other accouts)
5582
5583 2003-02-04 [christoph]  0.8.9claws39
5584
5585         * src/folder.c
5586                 first add the new message to the cache, then
5587                 send the update notification
5588
5589         (closes bug 39 after sending message folderview doesnt get updated)
5590
5591 2003-02-04 [colin]      0.8.9claws38
5592
5593         * src/inc.c
5594                 _really_ fix this Connecting... status
5595
5596 2003-02-04 [paul]       0.8.9claws37
5597
5598         * sync with 0.8.10
5599                 see ChangeLog 2003-02-04
5600
5601 2003-02-04 [paul]       0.8.9claws36
5602
5603         * sync with 0.8.9cvs6
5604                 see ChangeLog 2003-02-03
5605
5606 2003-02-04 [paul]       0.8.9claws35
5607
5608         * po/pt_BR.po
5609                 updated by André Filipe de Assunção e Brito 
5610                 <bedecko@netsite.com.br>
5611
5612 2003-02-03 [thorsten]   0.8.9claws34
5613
5614         * po/de.po
5615                 Updated german translations
5616
5617 2003-02-02 [paul]       0.8.9claws33
5618
5619         * po/es.po
5620                 updated by Ricardo Mones Lastra
5621
5622 2003-02-02 [thorsten]   0.8.9claws32
5623
5624         * src/mh.c
5625                 Fix mh_get_msginfo() segfault if file is inaccessible
5626
5627 2003-01-31 [colin]      0.8.9claws31
5628
5629         * src/procheader.c
5630                 Fix last commit's bug
5631
5632 2003-01-31 [colin]      0.8.9claws30
5633
5634         * src/procheader.c
5635                 Missing a change for gpg-signed messages
5636
5637 2003-01-31 [paul]       0.8.9claws29
5638
5639         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5640           src/procheader.c
5641           src/stock_pixmap.[ch]
5642           src/summaryview.c
5643                 indicate GnuPG signed messages by displaying an icon
5644                 in the Attachment column.
5645
5646 2003-01-31 [paul]       0.8.9claws28
5647
5648         * sync with 0.8.9cvs4
5649                 see ChangeLog 2003-01-31
5650
5651 2003-01-31 [alfons]     0.8.9claws27
5652
5653         * src/textview.c
5654                 tune URI parser to accept mailto URLs with a '?'
5655                 (patch from Ruslan Balkin)
5656
5657 2003-01-31 [colin]      0.8.9claws26
5658
5659         * src/summaryview.c
5660                 Fix a leak introduced in claws24
5661
5662 2003-01-31 [colin]      0.8.9claws25
5663
5664         * src/summaryview.c
5665                 Freeze/Thaw folder updates when deleting dups
5666
5667 2003-01-31 [colin]      0.8.9claws24
5668         
5669         * src/addr_compl.c
5670           src/summaryview.c
5671           src/msgcache.c
5672                 little speed improvements
5673
5674 2003-01-31 [colin]      0.8.9claws23
5675
5676         * src/summaryview.c
5677                 Fix segfault when forwarding nothing
5678                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5679                 
5680 2003-01-30 [paul]       0.8.9claws22
5681
5682         * sync with 0.8.9cvs3
5683                 see ChangeLog 2003-01-30
5684
5685 2003-01-30 [paul]       0.8.9claws21
5686
5687         * sync with 0.8.9cvs2
5688                 see ChangeLog 2003-01-30
5689
5690 2003-01-29 [paul]       0.8.9claws20
5691
5692         * sync with 0.8.9cvs1
5693                 see ChangeLog 2003-01-29
5694
5695 2003-01-28 [paul]       0.8.9claws19
5696
5697         * po/POTFILES.in
5698                 update to reflect changes. 
5699                 thanks to Ricardo Mones Lastra
5700
5701 2003-01-27 [christoph]  0.8.9claws18
5702
5703         * ac/openssl.m4
5704         * ac/spamassassin.m4
5705         * src/plugins/spamassassin/README
5706         * src/plugins/spamassassin/libspamc.[ch]
5707         * src/plugins/spamassassin/utils.[ch]
5708                 updated to latest libspamc
5709
5710 2003-01-27 [christoph]  0.8.9claws17
5711
5712         * src/folder.c
5713                 fix wrong use of procheader_get_header_fields
5714
5715 2003-01-27 [christoph]  0.8.9claws16
5716
5717         * src/news.c
5718         * src/prefs_account.[ch]
5719         * src/common/nntp.[ch]
5720                 allow to force authentication for NNTP servers
5721
5722         Patch submitted by Florian Mickler <dmk@d-labs.de>
5723
5724 2003-01-26 [paul]       0.8.9claws15
5725
5726         * src/summaryview.c
5727                 speed up of marking messages as read
5728                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5729
5730 2003-01-26 [christoph]  0.8.9claws14
5731
5732         * src/Makefile.am
5733         * src/mgutils.[ch]              ** REMOVE **
5734         * src/xml.[ch]                  ** REMOVE **
5735         * src/xmlprops.[ch]             ** REMOVE **
5736         * src/common/Makefile.am
5737         * src/common/mgutils.[ch]       ** NEW **
5738         * src/common/xml.[ch]           ** NEW **
5739         * src/common/xmlprops.[ch]      ** NEW **
5740                 move xml files to common directory
5741
5742 2003-01-26 [christoph]  0.8.9claws13
5743
5744         * src/plugins/spamassassin/spamassassin_gtk.c
5745                 only set gtk entry text if string is available
5746
5747 2003-01-26 [melvin]     0.8.9claws12
5748
5749         * src/description_window.c
5750                 Allow resizing of the window
5751                 Allow automatic horizontal scroll bar
5752                 Do not vertically expand and fill
5753
5754 2003-01-26 [christoph]  0.8.9claws11
5755
5756         * src/Makefile.am
5757         * src/gtkutils.[ch]             ** REMOVE **
5758         * src/common/sylpheed.c
5759         * src/gtk/Makefile.am
5760         * src/gtk/description_window.c
5761         * src/gtk/gtkutils.[ch]         ** NEW **
5762         * src/gtk/prefswindow.c
5763                 move gtkutils to gtk directory
5764
5765 2003-01-26 [paul]       0.8.9claws10
5766
5767         * src/summaryview.c
5768                 rename summary_unread_clicked() to summary_status_clicked()
5769
5770 2003-01-26 [melvin]     0.8.9claws9
5771
5772         * src/prefs_actions.c
5773                 Cosmetical changes to the help text
5774
5775 2003-01-26 [paul]       0.8.9claws8
5776
5777         * src/folder.[ch]
5778           src/mainwindow.c
5779           src/prefs_common.c
5780           src/prefs_sumamry_column.c
5781           summaryview.[ch]
5782                 rename the 'Unread' column to 'Status'
5783
5784 2003-01-25 [match]      0.8.9claws7
5785
5786         * src/mgutils.[ch]
5787                 removed reference to LDAP constants. removed error2string.
5788                 included functions to support LDAP dynamic queries.
5789         * src/syldap.h
5790                 moved LDAP constants here.
5791         * src/addressbook.c
5792         * src/addrindex.c
5793         * src/importldif.c
5794                 removed references to LDAP constants and references to
5795                 error2string.
5796
5797 2003-01-25 [paul]       0.8.9claws6
5798
5799         * src/summaryview.c
5800                 summary_thread_build(), summary_thread_init(): remove 
5801                 unneeded reference to summaryview->folder_item
5802
5803 2003-01-25 [christoph]  0.8.9claws5
5804
5805         * src/gtk/description_window.c
5806                 o allow description texts to expand over multiple columns
5807                 o translate all columns
5808         * src/prefs_actions.c
5809                 change syntax description to use new multi column feature
5810
5811         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5812
5813 2003-01-25 [match]      0.8.9claws4
5814
5815         * src/vcard.c
5816                 fixed bug with Quoted-Printable
5817
5818 2003-01-25 [paul]       0.8.9claws3
5819
5820         * src/folder.[ch]
5821           src/summaryview.[ch]
5822                 implement per-folder collapsed/expanded threads setting
5823                 
5824         * src/prefs_common.c
5825                 remove global collapsed/expanded threads option
5826
5827 2003-01-25 [christoph]  0.8.9claws2
5828
5829         * po/POTFILES.in
5830                 add pluginwindow and prefswindow
5831         * src/compose.c
5832                 make send respond correctly to messages that could be added
5833                 to the queue folder, but the UID of the message is unknown
5834         * src/folder.c
5835         * src/imap.c
5836                 don't return guessed UIDs in imap_add_msg anymore. We return
5837                 0 to tell the folder system it was appened but the UID is
5838                 unknown. Folder system now get's the UID by scaning the folder
5839                 and searching the cache for the Message-ID
5840                 (closes bug #29 Messages queued, but not sent)
5841
5842 2003-01-25 [paul]       0.8.9claws1
5843
5844         * src/codeconv.c
5845                 conv_encode_header():  fix bug when long headers with 8-bit
5846                 characters are used, so that the encoded words are wrapped.
5847                 If the space in the original text falls on the wrap boundary,
5848                 it can be lost.
5849                 Patch by Sergey Vlasov.
5850                 
5851         * src/folderview.c
5852                  fix bug where a change to the sorting method or thread view
5853                  of a folder's messages is lost if simpify-subject is set and
5854                  toggled on or off.
5855                  Patch by Luke Plant.
5856
5857 2003-01-24 [paul]       0.8.9claws
5858
5859         * sylpheed-0.8.9claws released
5860         
5861         * Makefile.am
5862           sylpheed.spec.in
5863                 remove reference to 'INSTALL.jp'
5864
5865 2003-01-23 [paul]       0.8.8claws128
5866
5867         * po/es.po
5868           po/it.po
5869           po/ru.po
5870           po/sr.po
5871                 updated translations. submitted by Ricardo Mones Lastra,
5872                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5873
5874 2003-01-23 [colin]      0.8.8claws127
5875
5876         * src/compose.c
5877                 Fix drafted and queued news articles re-edition
5878
5879 2003-01-23 [melvin]     0.8.8claws126
5880
5881         * po/fr.po
5882                 Updated French translations
5883
5884 2003-01-23 [colin]      0.8.8claws125
5885
5886         * src/inc.c
5887                 Fix "Connecting to..." status message
5888
5889 2003-01-22 [paul]       0.8.8claws124
5890
5891         * po/bg.po
5892                 updated by George Danchev
5893                 
5894         * src/folder.c
5895                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5896                 and folder deletion
5897
5898 2003-01-21 [paul]       0.8.8claws123
5899
5900         * po/bg.po
5901                 updated by George Danchev
5902                 
5903         * src/about.c
5904                 its now 2003
5905                 
5906         * src/toolbar.c
5907                 don't translate 'Separator'
5908                 
5909         * src/plugins/spamassassin/Makefile.am
5910                 add aspell to CPPFLAGS
5911                 
5912         * src/plugins/spamassassin/spamassassin.c
5913           src/plugins/spamassassin/spamassassin_gtk.c
5914                 set correct default for spamassassin_receive_spam
5915                 slightly re-word descriptions and some
5916                 other minor changes
5917
5918 2003-01-19 [alfons]     0.8.8claws122
5919                 
5920         * src/mimeview.c
5921                 mimeview_save_as(): we might as well show the file name for
5922                 the single case "Save As" too
5923
5924 2003-01-19 [alfons]     0.8.8claws121
5925
5926         * src/crash.c
5927                 change bug tracker URL to bugzilla URL
5928
5929 2003-01-19 [alfons]     0.8.8claws120
5930
5931         * src/mimeview.c
5932                 mimeview_save_all(): display name of file before overwriting;
5933                 continue saving all, even when one overwrite was cancelled
5934
5935 2003-01-19 [christoph]  0.8.8claws119
5936
5937         * src/summaryview.c
5938         * src/procmsg.[ch]
5939                 fix wrong usage of procmsg_find_children in summaryview
5940                 by using procmsg_update_unread_children instead of
5941                 summaryview_update_unread_children
5942
5943 2003-01-19 [christoph]  0.8.8claws118
5944
5945         * src/procmsg.c
5946                 fix infinite loop in procmsg_find_children
5947                  (closes bug #25 sylpheed crashes on delete.)
5948
5949         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5950
5951 2003-01-19 [paul]       0.8.8claws117
5952
5953         * po/pt_BR.po
5954                 updated by Ivan Francolin Martinez
5955
5956 2003-01-18 [melvin]     0.8.8claws116
5957
5958         * src/prefs_actions.c
5959                 Removed syntax limitation of only one '&' at the end of command.
5960                         Now actions that contain '>/dev/null 2>&1' are possible.
5961
5962 2003-01-18 [melvin]     0.8.8claws115
5963
5964         * src/prefs_actions.c
5965                 Actions IO dialog: when the action ends
5966                 the "Close" button now has focus and [Escape] closes the
5967                 window.
5968
5969 2003-01-18 [christoph]  0.8.8claws114
5970
5971         * src/procmsg.c
5972                 o add debug output when MsgInfos are really freed
5973                 o free GSLists in procmsg_find_children and
5974                   procmsg_update_unread_children
5975
5976 2003-01-18 [christoph]  0.8.8claws113
5977
5978         * src/mainwindow.c
5979                 reorder Configuration menu
5980
5981 2003-01-18 [christoph]  0.8.8claws112
5982
5983         * src/compose.c
5984                 fix applying templates to forwarded messages
5985
5986         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5987
5988 2003-01-17 [christoph]  0.8.8claws111
5989
5990         * src/folder.c
5991                 destroy folder items, when a folder item is removed
5992
5993 2003-01-17 [christoph]  0.8.8claws110
5994
5995         * src/folder.c
5996                 fix wrong folder stats update when ignored message is
5997                 deleted
5998
5999 2003-01-17 [colin]      0.8.8claws109
6000         
6001         * src/mainwindow.c
6002         * src/summaryview.c
6003                 Quicksearch bugfixes: 
6004                 - hide help button at startup if not extended
6005                 - switch to extended when looking for replies
6006
6007 2003-01-17 [paul]
6008
6009         * sync with 0.8.9 release
6010
6011 2003-01-17 [paul]       0.8.8claws108
6012
6013         * sync with 0.8.8cvs11
6014                 see ChangeLog 2003-01-17
6015
6016 2003-01-16 [colin]      0.8.8claws107
6017
6018         * src/procmsg.c
6019                 Changed encryption test to re-ask passphrase
6020                 if an encrypted message hasn't been decrypted
6021                 Fixes bug #5
6022
6023 2003-01-16 [christoph]  0.8.8claws106
6024
6025         * src/prefs_gtk.c
6026         * src/prefs_toolbar.c
6027         * src/gtk/prefswindow.h
6028         * src/plugins/spamassassin/spamassassin_gtk.c
6029                 remove page destroy function that is not used anymore
6030
6031 2003-01-16 [paul]       0.8.8claws105
6032
6033         * sync with 0.8.8cvs9
6034                 see ChangeLog 2002-01-16
6035
6036 2003-01-16 [colin]      0.8.8claws104
6037
6038         * src/compose.[ch]
6039                 Fix bug with autosaved drafts for IMAP, when draft
6040                 folder is specified - fixes bugzilla bug #20
6041
6042 2003-01-15 [paul]       0.8.8claws103
6043
6044         * src/compose.[ch]
6045           src/procmsg.c
6046                 store folder and message-id of message forwarding
6047                 in queue header and set forward flag after sending
6048
6049 2003-01-15 [paul]       0.8.8claws102
6050
6051         * sync with 0.8.8cvs8
6052                 see ChangeLog 2002-01-15
6053
6054 2003-01-15 [colin]      0.8.8claws101
6055
6056         * src/Makefile.am
6057                 Fix linking with GNU libiconv
6058
6059 2003-01-15 [darko]      0.8.8claws100
6060
6061         * src/pine.c
6062                 fix crash when importing pine address book
6063                 entry with an empty name (reported by DY
6064                 <dybulk at tri8.net>)
6065
6066 2003-01-14 [paul]       0.8.8claws99
6067
6068         * configure.in  ** REMOVED **
6069           configure.ac  ** NEW FILE **
6070                 rename configure.in to configure.ac, as it is now
6071                 preferred
6072
6073 2003-01-14 [melvin]     0.8.8claws98
6074
6075         * src/folderview.c
6076                 folderview_check_new(): More precise function description
6077
6078 2003-01-14 [melvin]     0.8.8claws97
6079
6080         * src/folderview.c
6081                 folderview_check_new(): return the number of new messages 
6082                         since last check.
6083         * src/inc.c
6084                 inc_account_mail(): Disable counting of new messages for IMAP
6085                         and NNTP until bug [19] and [14] are fixed.
6086
6087 2003-01-14 [paul]       0.8.8claws96
6088
6089         * sync with 0.8.8cvs6
6090                 see ChangeLog 2003-01-14
6091
6092 2003-01-13 [alfons]     0.8.8claws95
6093
6094         * src/textview.c
6095                 tune email address validation (c. 0.8.8claws89): if . is 
6096                 just one char away from @, the address is invalid too 
6097                 (correctly rejects addresses like foo@.com)
6098
6099 2003-01-13 [paul]       0.8.8claws94
6100
6101         * src/messageview.c
6102           src/toolbar.c
6103                 fixes to the Message View toolbar and menu:
6104                 fix non-functioning Forward button
6105                 make Reply button consider default_reply_list
6106                 remove 'Follow-up...' menu entry
6107                 add 'Forward' and 'Redirect' menu entries
6108
6109 2003-01-13 [melvin]     0.8.8claws93
6110
6111         * src/inc.c
6112                 Fixed typo that could make new messages count incorrect.
6113
6114 2003-01-13 [melvin]     0.8.8claws92
6115
6116         * src/folderview.[ch]
6117                 folderview_check_new(): return the number of new messages.
6118         * src/inc.c
6119                 Should fix bug [14] where new mail notification worked 
6120                         incorrectly with IMAP accounts.
6121                 inc_spool_account(): return number of new msgs, or -1 on error
6122                 inc_all_spool(): return number of new msgs
6123                 
6124 2003-01-13 [melvin]     0.8.8claws91
6125
6126         * src/prefs_actions.c
6127                 Justify help text.
6128
6129 2003-01-12 [thorsten]   0.8.8claws90
6130
6131         * src/common/prefs.c
6132                 close file before rename
6133
6134 2003-01-12 [alfons]     0.8.8claws89
6135
6136         * AUTHORS
6137                 add Christian Mertes
6138         * src/common/utils.[ch]
6139                 g_stricase_hash(), g_stricase_equal(): functions for 
6140                 case insensitive hash tables
6141         * src/textview.c
6142                 use top level domain names to validate email address, based
6143                 on a patch by Christian Mertes (thanks!), but changed 
6144                 implementation to use a hash table 
6145
6146 2003-01-12 [paul]       0.8.8claws88
6147
6148         * po/bg.po
6149                 updated by George Danchev
6150
6151 2003-01-12 [alfons]     0.8.8claws87
6152
6153         * src/summaryview.c
6154                 delete / execute performance: use new style folder update
6155
6156 2003-01-12 [paul]       0.8.8claws86
6157
6158         * sync with 0.8.8cvs5
6159                 see ChangeLog 2003-01-13 (!)
6160
6161 2003-01-12 [alfons]     0.8.8claws85
6162
6163         * src/filtering.c
6164         * src/matcher_parser_parse.y
6165                 prepare change_score filtering action
6166         * src/matcher.[ch]
6167                 give up const-correctness on functions that call non-const-correct functions;
6168                 several casts to gpointer in g_free();
6169                 add change_score;
6170
6171 2003-01-12 [christoph]  0.8.8claws84
6172
6173         * src/compose.c
6174                 fix 2 warnings
6175
6176         * src/gtk/prefswindow.[ch]
6177         * src/plugins/spamassassin/spamassassin_gtk.c
6178                 changed the call of the widget create function
6179                 for PrefsPages, because sometimes the widget
6180                 create function needs a widget that already has
6181                 been attached to a window (to create GDK pixmaps
6182                 for exmaple). So we simply pass the GtkWindow as
6183                 the second parameter now.
6184
6185         * src/main.c
6186         * src/mainwindow.c
6187         * src/prefs_toolbar.[ch]
6188                 rewrite Toolbar Preferences using the new
6189                 prefs window
6190
6191 2003-01-11 [alfons]     0.8.8claws83
6192
6193         * src/addressadd.c
6194                 fix crash when adding sender to addressbook because status bar
6195                 isn't there (the status bar doesn't seem to be used though,
6196                 but I'll let Match decide what to do with it)
6197
6198 2003-01-11 [colin]      0.8.8claws82
6199
6200         * src/main.c
6201           src/toolbar.c
6202                 Two useless changes reversed
6203
6204 2003-01-11 [colin]      0.8.8claws81
6205
6206         * src/mainwindow.c
6207           src/mainwindow.h
6208                 Add mainwindow_get_mainwindow()
6209         * src/alertpanel.c
6210           src/alertpanel.h
6211                 Add alertpanel_error_log() 
6212         * src/compose.c
6213           src/inc.c
6214           src/messageview.c
6215           src/toolbar.c
6216           src/main.c
6217           src/procmsg.c
6218                 Network errors get a View Log button
6219
6220 2003-01-10 [alfons]     0.8.8claws80
6221
6222         * src/prefs_toolbar.c
6223         * src/toolbar.c
6224                 use the translatable string for "Separator" as file name for
6225                 separator toolbar items (probably make this uppercase?)
6226
6227 2003-01-10 [alfons]     0.8.8claws79
6228
6229         * src/prefs_toolbar.c
6230                 put right A_SEPARATOR description string in "displayed
6231                 toolbar items list" so manually added separators are
6232                 saved correctly (bug #10, "Adding a separator to the main 
6233                 toolbar fails, entry in xml file is wrong")
6234
6235 2003-01-10 [christoph]  0.8.8claws78
6236
6237         * src/imap.c
6238                 o fix warnings
6239                 o use CAPABILITY to check if NAMESPACE is available
6240
6241 2003-01-10 [christoph]  0.8.8claws77
6242
6243         * src/imap.[ch]
6244                 apply UIDPLUS IMAP extension support patch
6245
6246         Patch submitted by Simon 'corecode' Schubert
6247
6248 2003-01-10 [paul]       0.8.8claws76
6249
6250         * src/folderview.c
6251                 a sync from main which fixes the news account folders'
6252                 Properties bug
6253
6254 2003-01-10 [christoph]  0.8.8claws75
6255
6256         * src/folder.c
6257                 don't accept 0 as a valid uid returned by copy and move
6258                 functions. 0 means the message was copied or moved but the
6259                 new uid could not be fetched. It is not an error condition
6260                 for the copy or move operation.
6261
6262 2003-01-10 [paul]       0.8.8claws74
6263
6264         * src/prefs_filtering.c
6265                 change English used in Alert when entry is not
6266                 saved.
6267                 
6268         * sync with 0.8.8cvs4
6269                 see ChangeLog 2003-01-10
6270
6271 2003-01-10 [darko]      0.8.8claws73
6272
6273         * src/pine.c
6274                 fix crash when importing address book entry
6275                 without a valid address
6276
6277 2003-01-09 [alfons]     0.8.8claws72
6278
6279         * src/inc.c
6280                 filtering performance: use new style folder update
6281
6282 2003-01-09 [christoph]  0.8.8claws71
6283
6284         * src/compose.c
6285         * src/gtk/menu.[ch]
6286                 fix wrong selecting of mime encoding type, when
6287                 opening property dialog of attachments in the
6288                 compose window. 7bit was always selected and that
6289                 destoryed files with 8bit data.
6290                 (closes bug #9 Sylpheed-claws destroys attachments when
6291                  changing MIME-types)
6292
6293 2003-01-09 [paul]       0.8.8claws70
6294
6295         * sync with 0.8.8cvs3
6296                 see ChangeLog 2003-01-09
6297
6298 2003-01-08 [alfons]     0.8.8claws69
6299         
6300         * src/addressadd.c
6301                 apply patch by Kim Schulz to fix build breakage
6302                 because of missing variable
6303
6304 2003-01-08 [paul]       0.8.8claws68
6305
6306         * sync with 0.8.8cvs2
6307                 see ChangeLog 2002-01-08
6308
6309 2003-01-08 [paul]       0.8.8claws67
6310
6311         * po/it.po
6312                 updated by Alessandro Maestri
6313                 
6314         * src/addressadd.c
6315                 when using 'Add sender to addressbook' allow
6316                 name to be edited and remarks to be entered
6317                 Patch submitted by Luke Plant
6318
6319 2003-01-08 [darko]      0.8.8claws66
6320
6321         * README.claws, src/summaryview.c
6322                 fix description for marked messages
6323
6324 2003-01-08 [paul]
6325
6326         * tools/Makefile.am
6327           tools/launch_phoenix  ** NEW FILE **
6328                 add script that enables using Phoenix as the default
6329                 web browser. 
6330                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6331                 
6332         * tools/OOo2sylpheed.pl
6333                 remove full path to sylpheed executable, just 'sylpheed'
6334                 will do
6335                 
6336         * tools/README
6337                 add launch_phoenix informtion and re-arrange and compress
6338                 the data a little
6339
6340 2003-01-07 [christoph]  0.8.8claws65
6341
6342         * src/folder.c
6343                 fix update for source folder when moving messages
6344         * src/procmsg.[ch]
6345         * src/summaryview.c
6346                 use function to set to_folder for message infos and
6347                 automatically update the op_count for old and new
6348                 folder
6349
6350 2003-01-07 [melvin]     0.8.8claws64
6351
6352         * src/prefs_actions.c
6353                 Fixed bug where an '%p' Action on a displayed image crashed 
6354                         Sylpheed
6355                 Code clean up (get rid of duplicated code and removed unnecessary 
6356                                 structure member)
6357
6358 2003-01-07 [christoph]  0.8.8claws63
6359
6360         * src/compose.c
6361         * src/folder.[ch]
6362         * src/folderview.c
6363         * src/import.c
6364         * src/inc.c
6365         * src/main.c
6366         * src/mainwindow.c
6367         * src/messageview.c
6368         * src/prefs_folder_item.c
6369         * src/procmsg.c
6370         * src/summaryview.c
6371         * src/toolbar.c
6372                 o remove all folder update triggering from the UI code. The folder
6373                   system should know much better when a folder needs an update.
6374                 o to prevent multiple updates in a row the folder updates can be
6375                   frozen for some time.
6376
6377                 Note: - Please verify that no updates are missing
6378                       - Check where freeze/thaws should be added
6379
6380 2003-01-07 [christoph]  0.8.8claws62
6381
6382         * src/prefs_actions.c
6383                 don't translate empty strings
6384
6385         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6386
6387 2003-01-06 [christoph]  0.8.8claws61
6388
6389         * src/prefs_actions.c
6390                 mark strings for gettext
6391         * src/prefs_matcher.c
6392                 use new description window for Execute action and
6393                 match condition in Filtering
6394
6395         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6396
6397 2003-01-06 [alfons]     0.8.8claws60
6398
6399         keep myself inspired to re-organize matcher part 8; 
6400         yes, more to come (I need to move out the descriptive
6401         text for actions to matcher.c, or at least make it not
6402         depend on the wicked ordering)
6403
6404         * src/prefs_matcher.c
6405                 add documentation so others may comprehend the
6406                 UI part of the conditions
6407                 
6408 2003-01-06 [christoph]  0.8.8claws59
6409
6410         * src/prefs_actions.c
6411                 use new description window for syntax help
6412         * src/gtk/description_window.c
6413                 fix display of descriptions with column count != 2
6414
6415         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6416
6417 2003-01-06 [christoph]  0.8.8claws58
6418
6419         * src/quote_fmt.c
6420         * src/summaryview.[ch]
6421         * src/gtk/Makefile.am
6422         * src/gtk/description_window.[ch]       ** NEW **
6423                 use a generic window to display syntax descriptions
6424                 currently used in quote_fmt and summaryview (new description
6425                 for extended quick search)
6426
6427         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6428
6429 2003-01-06 [paul]       0.8.8claws57
6430
6431         * sync with 0.8.8cvs1
6432                 see ChangeLog 2003-01-06
6433
6434 2003-01-06 [christoph]  0.8.8claws56
6435
6436         * src/mainwindow.c
6437         * src/prefs_gtk.[ch]
6438         * src/gtk/prefswindow.[ch]
6439         * src/plugins/spamassassin/spamassassin_gtk.c
6440                 o remove page management from prefswindow, pages
6441                   will be an argument to prefswindow_open
6442                 o prefswindow_open gets a datapointer that is
6443                   passed to the widget_create function to allow
6444                   creation of prefswindow for specific items
6445
6446 2003-01-06 [colin]      0.8.8claws55
6447         
6448         * src/summaryview.c
6449                 We don't want regexp in the reply-finder, 
6450                 because MIDs can contain !,$,. and so on
6451
6452 2003-01-06 [jens]       0.8.8claws54
6453
6454         * src/jpilot.c
6455                 fixed a wrong free in jpilot_read_db_files
6456
6457 2003-01-06 [alfons]     0.8.8claws53
6458
6459         re-organize matcher part 8; more to come
6460        
6461         * src/matcher.c
6462                 matcherprop_to_string(): put g_free()s before the
6463                 switch-case break to fix memleaks                
6464
6465 2003-01-06 [colin]      0.8.8claws52
6466
6467         * src/summaryview.c
6468                 cleanup & reply-finder now displays the first 
6469                 matching message
6470
6471 2003-01-05 [alfons]     0.8.8claws51
6472
6473         re-organize matcher part 7; more to come
6474
6475         * src/matcher.[ch]
6476                 fixes for constant correctness;
6477                 more documentation;
6478
6479 2003-01-05 [alfons]     0.8.8claws50
6480
6481         re-organize matcher part 6; more to come
6482         
6483         * src/matcher.[ch]
6484                 fixes for constant correctness;
6485                 more documentation;
6486         * src/filtering.c
6487                 fix for constant correctness
6488
6489 2003-01-05 [colin]      0.8.8claws49
6490
6491         * src/account.[ch]
6492                 Add account_get_reply_account function
6493         * src/compose.c
6494                 Use account_get_reply_account function 
6495         * src/summaryview.c
6496                 Basic reply-finder - click on the replied
6497                 icon gets you to the outbox using quick-search
6498
6499 2003-01-05 [paul]       0.8.8claws48
6500
6501         * src/prefs_common.c
6502                 small change to English
6503                 
6504         * src/prefs_filtering.c
6505                 prefs_filtering_action_select(): improve logic and uniformity
6506                 of gui
6507
6508 2003-01-05 [alfons]     0.8.8claws47
6509
6510         fine tune solution to focus problems (bug #7)
6511
6512         * src/mainwindow.c
6513                 mainwindow_focus_in_event(): remove grab event check
6514         * src/summaryview.c
6515                 summary_button_pressed(): move selection on right-click
6516                 too. we can't possibly move the selection back after
6517                 canceling a dialog, because gtk's incomplete focus 
6518                 management. whether this is a good solution, only time
6519                 will tell.
6520
6521 2003-01-05 [christoph]  0.8.8claws46
6522
6523         * src/imap.c
6524                 fix crash when no imap connection could be established
6525
6526 2003-01-05 [paul]       0.8.8claws45
6527
6528         * src/mainwindow.c
6529           src/sumamryview.c
6530           src/gtk/menu.[ch]
6531                 fix bug 605957 'shortcuts in popup-menu'
6532                 make user-defined shortcuts work
6533                 show shortcuts that are already defined
6534                 in the main menu
6535                 Patch submitted by Luke Plant
6536
6537 2003-01-05 [alfons]     0.8.8claws44
6538
6539         * src/mainwindow.c
6540                 focus_in_event handler should not select summary view row 
6541                 when another window (menu, dialog) grabbed for events 
6542                 (bug #7, "[0.8.8claws42] Message summary focus") 
6543
6544 2003-01-04 [christoph]  0.8.8claws43
6545
6546         * src/procmsg.c
6547                 update save folder after adding the sent message
6548                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6549
6550 2003-01-02 [christoph]  0.8.8claws42
6551
6552         * src/common/plugin.c
6553                 fix unloading of all plugins and unload
6554                 plugins in reverse order
6555                 
6556         * src/gtk/pluginwindow.c
6557                 implement function of load and unload button
6558
6559         * src/gtk/prefswindow.c
6560         * src/gtk/prefswindow.h
6561                 rename register function and add new unregister
6562                 function
6563
6564         * src/plugins/spamassassin/spamassassin_gtk.c
6565                 unregister prefs page and update for changes in
6566                 src/gtk/prefswindow.c
6567
6568 2003-01-02 [paul]       0.8.8claws41
6569
6570         * po/es.po
6571                 updated by Ricardo Mones Lastra
6572
6573 2003-01-02 [paul]
6574
6575         * tools/tb2sylpheed
6576                 fixes and improvements by Urke MMI
6577
6578 2003-01-02 [thorsten]   0.8.8claws40
6579
6580         * src/procmsg.c
6581                 fixed wrong return value
6582
6583 2003-01-02 [thorsten]   0.8.8claws39
6584
6585         * src/prefs.c
6586                 fixed printing wrong variable
6587
6588 2003-01-02 [thorsten]   0.8.8claws38
6589
6590         * src/prefs.c
6591                 fixed acessing members of freed pfile struct
6592
6593 2003-01-02 [thorsten]   0.8.8claws37
6594
6595         * src/procmsg.c
6596                 detect loops across several messages
6597                 as suggested by Christoph Hohmann
6598
6599 2003-01-01 [match]      0.8.8claws36
6600
6601         * src/addrindex.c
6602                 fixed another memory leak.
6603
6604 2003-01-01 [match]      0.8.8claws35
6605
6606         * src/jpilot.[ch]
6607                 fixed memory leaks. applied Doxygen comments.
6608
6609 2003-01-01 [thorsten]   0.8.8claws34
6610
6611         * src/procmsg.c
6612                 inhibit endless loop if msg references itself
6613                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6614
6615 2003-01-01 [christoph]  0.8.8claws33
6616
6617         * src/mainwindow.c
6618         * src/gtk/Makefile.am
6619         * src/gtk/pluginwindow.c                ** NEW **
6620         * src/gtk/pluginwindow.h                ** NEW **
6621                 add plugin window
6622
6623         * src/plugins/demo/demo.c
6624         * src/plugins/spamassassin/spamassassin.c
6625         * src/plugins/spamassassin/spamassassin_gtk.c
6626                 write better plugin descriptions
6627
6628 2002-12-31 [christoph]  0.8.8claws32
6629
6630         * src/gtk/prefswindow.c
6631         * src/plugins/spamassassin/spamassassin_gtk.c
6632                 some small improvements to GTK code
6633
6634 2002-12-31 [christoph]  0.8.8claws31
6635
6636         * src/plugins/spamassassin/spamassassin_gtk.c
6637                 enable folder select button
6638
6639 2002-12-31 [christoph]  0.8.8claws30
6640
6641         * src/mainwindow.c
6642         * src/gtk/Makefile.am
6643         * src/gtk/prefswindow.c                         ** NEW **
6644         * src/gtk/prefswindow.h                         ** NEW **
6645                 add new prefs window
6646
6647         * src/common/plugin.c
6648                 don't try to load empty config lines
6649         
6650         * src/plugins/spamassassin/Makefile.am
6651         * src/plugins/spamassassin/spamassassin.c
6652         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6653         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6654                 GTK config for SpamAssassin Plugin using
6655                 the new prefs window
6656
6657 2002-12-31 [paul]       0.8.8claws29
6658
6659         * po/POTFILES.in
6660                 remove obsolete entry 'src/menu.c'
6661
6662 2002-12-31 [alfons]     0.8.8claws28
6663
6664         * src/matcher.[ch]
6665         * src/matcher_parser_parse.y
6666         * src/prefs_matcher.c
6667                 add "ignore_thread" and "~ignore_thread" condition so it's
6668                 possible to make the actions / scoring operate on the ignore
6669                 thread flag
6670
6671 2002-12-31 [christoph]  0.8.8claws27
6672
6673         * src/addrbook.c
6674         * src/addrindex.c
6675         * src/folder.c
6676         * src/matcher.c
6677         * src/prefs_account.c
6678         * src/prefs_actions.c
6679         * src/prefs_customheader.c
6680         * src/prefs_display_header.c
6681         * src/prefs_gtk.c
6682         * src/procmime.c
6683         * src/toolbar.c
6684         * src/xmlprops.c
6685         * src/common/prefs.[ch]
6686                 extend prefs file handling for reading and automatic handling
6687                 of blocks. When reading prefs_set_block_label will automatically
6688                 move on to the block. When writing it will copy all other blocks
6689                 automatically
6690
6691         * src/common/plugin.c
6692                 Now loading plugin filenames from [Plugins] block in
6693                 sylpheed rc file
6694
6695 2002-12-30 [christoph]  0.8.8claws26
6696
6697         * src/common/hooks.[ch]
6698                 return abort status to caller of hooks_invoke
6699                 
6700         * src/inc.[ch]
6701                 invoke message filtering hook and stop
6702                 default handling when filter returns abort
6703
6704         * src/common/plugin.[ch]
6705         * src/plugins/demo/demo.c
6706                 modify plugin loader, because resolving symbols for strings
6707                 does not work correctly
6708         
6709         * configure.in
6710         * ac/spamassassin.m4                            ** NEW **
6711         * src/plugins/spamassassin/.cvsignore           ** NEW **
6712         * src/plugins/spamassassin/Makefile.am          ** NEW **
6713         * src/plugins/spamassassin/README               ** NEW **
6714         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6715         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6716         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6717                 add spamassassin plugin, see src/plugins/spamassassin/README
6718                 for details
6719
6720 2002-12-29 [alfons]     0.8.8claws25
6721
6722         * src/mainwindow.c
6723                 when moving focus from a message view to the main 
6724                 window, don't forget to select the summary node
6725                 of the displayed message. should fix "[ 659103 ] 
6726                 focus-follows-mouse confuses sylpheed"
6727
6728 2002-12-29 [christoph]  0.8.8claws24
6729
6730         * src/Makefile.am
6731         * src/stringtable.[ch]          ** REMOVE **
6732         * src/common/Makefile.am
6733         * src/common/stringtable.[ch]   ** NEW **
6734                 move stringtable files to common directory
6735
6736 2002-12-29 [christoph]  0.8.8claws23
6737
6738         * src/Makefile.am
6739         * src/menu.[ch]                 ** REMOVE **
6740         * src/gtk/Makefile.am
6741         * src/gtk/menu.[ch]             ** NEW **
6742                 move menu files to gtk directory
6743
6744 2002-12-29 [match]      0.8.8claws22
6745
6746         * src/addressbook.c
6747         * src/syldap.c
6748                 moved UI specific code out of LDAP code into addressbook
6749                 UI code. fixed memory leak.
6750
6751 2002-12-29 [christoph]  0.8.8claws21
6752
6753         * src/folder.c
6754                 only check for IGNORED parent message when message is
6755                 not IGNORED itself
6756
6757 2002-12-29 [alfons]     0.8.8claws20
6758
6759         * src/summaryview.c
6760                 set gtksctree's anchor correct (immediate execute
6761                 changes the tree's layout, and anchor points at 
6762                 the incorrect row). fixes "[ 657233 ] multiple msg 
6763                 delete sometimes off by 1".
6764                 we probably have to look for more tree layout /
6765                 anchor glitches.
6766
6767 2002-12-29 [paul]       0.8.8claws19
6768
6769         * src/summaryview.c
6770                 fix bug [ 659054 ] incorrect sorting of 'From' column
6771                 when using 'display sender using address book'
6772                 thanks to Alfons and Luke Plant
6773
6774 2002-12-29 [christoph]  0.8.8claws18
6775
6776         * src/folder.c
6777         * src/procmsg.[ch]
6778                 check parent messages for IGNORE THREAD flag, when adding,
6779                 moving or copying messages to a folder
6780
6781 2002-12-27 [alfons]     0.8.8claws17
6782
6783         re-organize matcher part 5; more to come
6784
6785         * src/matcher.c
6786                 hash keywords in matchparser_tab 
6787
6788 2002-12-27 [alfons]     0.8.8claws16
6789
6790         re-organize matcher part 4; more to come
6791
6792         * src/matcher_parser.h
6793         * src/matcher_parser_lex.l
6794         * src/matcher_parser_parse.y
6795                 cleanup
6796
6797 2002-12-27 [alfons]     0.8.8claws15
6798
6799         re-organize matcher part 3; more to come
6800
6801         * src/matcher.[ch]
6802                 cleanup
6803
6804 2002-12-27 [alfons]     0.8.8claws14
6805
6806         re-organize matcher part 2; more to come but this should
6807         work. cc me if there are any regressions.
6808
6809         * src/matcher.h
6810                 add prototype for get_matchparser_tab_id()
6811         * src/matcher_parser_lex.l
6812                 look up keywords using matchparser_tab_id();
6813
6814 2002-12-27 [alfons]     0.8.8claws12
6815
6816         re-organize matcher part 1
6817
6818         * src/matcher.h
6819                 map yacc generated constants to sylpheed matcher constants
6820         * src/matcher.c
6821                 add function to find a matcher constant from a string
6822
6823 2002-12-27 [christoph]  0.8.8claws11
6824
6825         * src/compose.c
6826                 MENUITEM_ADD casts the 4th argument from integer to pointer
6827                 so it probably should not be a pointer, this means we
6828                 should use account id for it and not the account's pointer
6829
6830 2002-12-27 [paul]       0.8.8claws10
6831
6832         * src/mainwindow.c
6833                 remove unneeded 'GtkWidget *vbox'
6834                 
6835         * src/summaryview.c
6836                 further sync with 0.8.8 - make sort
6837                 by recipient work as expected
6838                 
6839         * NEWS
6840                 sync with 0.8.8
6841
6842 2002-12-27 [paul]       0.8.8claws9
6843
6844         * po/pt_BR.po
6845                 updated by Ivan F. Martinez
6846                 
6847 2002-12-27 [darko]      0.8.8claws8
6848
6849         * src/common/utils.c
6850                 added locked pattern to extended search
6851
6852 2002-12-27 [alfons]     0.8.8claws7
6853
6854         * src/prefs_matcher.[ch]
6855                 clean up
6856
6857 2002-12-26 [alfons]     0.8.8claws6
6858
6859         * src/matcher.[ch]
6860         * src/matcher_parser_lex.l
6861         * src/matcher_parser_parse.y
6862         * src/prefs_matcher.c
6863                 allow color label as a condition in the matcher
6864
6865 2002-12-26 [oliver]     0.8.8claws5
6866         
6867         * src/toolbar.c 
6868                 enable Addressbook for Main and Messageview
6869         * src/prefs_actions.c
6870                 enable actions in Messageview
6871
6872 2002-12-26 [christoph]  0.8.8claws4
6873
6874         * src/common/plugin.c
6875                 add a little debug output
6876         * configure.in
6877         * src/plugins/demo/Makefile.am
6878                 better use of automake
6879
6880 2002-12-26 [christoph]  0.8.8claws3
6881
6882         * src/Makefile.am
6883         * src/common/Makefile.am
6884                 fix "make distdir"
6885
6886 2002-12-26 [christoph]  0.8.8claws2
6887
6888         * configure.in
6889                 sort configure checks into common / gtk / plugins
6890         * po/POTFILES.in
6891                 add src/prefs_gtk.c
6892         * src/Makefile.am
6893                 add plugins SUBDIR
6894         * src/main.c
6895         * src/common/sylpheed.[ch]
6896                 added now sylpheed_done function for shutdown
6897         * src/common/Makefile.am
6898         * src/common/plugin.[ch]                ** NEW **
6899                 plugin loader and unloader
6900         * src/plugins/.cvsignore                ** NEW **
6901         * src/plugins/Makefile.am               ** NEW **
6902                 build plugins
6903         * src/plugins/demo/.cvsignore           ** NEW **
6904         * src/plugins/demo/Makefile.am          ** NEW **
6905         * src/plugins/demo/demo.c               ** NEW **
6906                 small demo plugin that installs a logtext hook and
6907                 outputs the log text to stdout
6908
6909 2002-12-26 [paul]       0.8.8claws1
6910
6911         * po/es.po
6912                 updated by Ricardo Mones Lastra
6913
6914 2002-12-26 [paul]       0.8.8claws
6915
6916         * 0.8.8claws released
6917
6918 2002-12-26 [paul]       0.8.7claws12
6919
6920         * po/bg.po
6921                 updated by George Danchev
6922
6923 2002-12-26 [paul]       0.8.7claws11
6924
6925         * po/POTFILES.in
6926                 remove unneeded 'src/prefs.c' entry 
6927
6928 2002-12-26 [paul]       0.8.7claws10
6929
6930         * src/codeconv.c
6931           src/mainwindow.c
6932                 sync with 0.8.8 release
6933         
6934         * src/folder.[ch]
6935           src/mh.c
6936           src/summaryview.c
6937                 partial sync with 0.8.8 release
6938         
6939
6940 2002-12-25 [alfons]     0.8.7claws9
6941
6942         * src/matcher.[ch]
6943         * src/matcher_parser_lex.l
6944         * src/matcher_parser_parse.y
6945         * src/prefs_matcher.c
6946                 add locked flag to possible filtering / matcher 
6947                 conditions (also a good example what should be
6948                 done to add a simple boolean condition)
6949
6950 2002-12-25 [christoph]  0.8.7claws8
6951
6952         * src/Makefile.am
6953         * src/account.[ch]
6954         * src/addrbook.c
6955         * src/addressbook.c
6956         * src/addrindex.c
6957         * src/filtering.c
6958         * src/folder.c
6959         * src/matcher.c
6960         * src/prefs.[ch]                ** REMOVE **
6961         * src/prefs_account.c
6962         * src/prefs_actions.c
6963         * src/prefs_common.c
6964         * src/prefs_customheader.c
6965         * src/prefs_display_header.c
6966         * src/prefs_filtering.c
6967         * src/prefs_folder_item.c
6968         * src/prefs_gtk.[ch]            ** NEW **
6969         * src/prefs_matcher.c
6970         * src/prefs_scoring.c
6971         * src/prefs_summary_column.c
6972         * src/procmime.c
6973         * src/selective_download.c
6974         * src/toolbar.c
6975         * src/common/Makefile.am
6976         * src/common/prefs.[ch]         ** NEW **
6977                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6978
6979 2002-12-24 [alfons]     0.8.7claws7
6980
6981         * src/summaryview.c
6982                 summary_thread_build(): fix real cause of the crash mentioned in
6983                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6984                 this way we get meaningful ctree nodes 
6985
6986 2002-12-24 [oliver]     0.8.7claws6
6987
6988         * src/mainwindow.[ch]
6989         * src/messageview.[ch]
6990         * src/compose.[ch]
6991         * src/inc.c
6992         * src/summaryview.c
6993                 changes to use updated toolbar handling
6994                 
6995 2002-12-24 [oliver]     0.8.7claws5
6996
6997         * src/toolbar.[ch]
6998                 generic toolbar handling
6999                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
7000         * src/prefs_toolbar.[ch]
7001                 adjust to handling
7002         
7003 2002-12-24 [oliver]     0.8.7claws4
7004         
7005         * src/stock_pixmap.[ch]
7006                 move SYLPHEED_LOGO to end of list in order 
7007                 to remove it from Custom Toolbar`s Icon View
7008
7009 2002-12-24 [alfons]     0.8.7claws3
7010
7011         * src/summaryview.c
7012                 summary_thread_build(): fix crash because of focus != selection 
7013                 after threading. when deleting the selection, gtk tries but fails 
7014                 to find the correct focusable element. we now force the selection
7015                 to be focused. this should solve the infamous bug reported by 
7016                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
7017                 a test case is available. 
7018
7019 2002-12-24 [darko]      0.8.7claws2
7020
7021         * src/summaryview.c
7022                 don't crash when unmarking message with unread children
7023
7024 2002-12-23 [christoph]  0.8.7claws1
7025
7026         * src/Makefile.am
7027         * src/common/Makefile.am
7028                 update Makefiles for moved intl.h, version.h and defs.h
7029         * src/imap.c
7030                 rewrite imap_session_get to avoid duplicate code
7031
7032 2002-12-23 [paul]       0.8.7claws
7033
7034         * Santa-Claws released
7035         
7036         * po/hu.po
7037           po/ru.po
7038                 squeeze in updated Hungarian and Russian translations.
7039                 Submitted by  Gál Zoltán and Ruslan N. Balkin
7040
7041 2002-12-23 [paul]       0.8.6claws129
7042
7043         * po/pl.po
7044                 updated by Witold Wladyslaw Wojciech Wilk
7045
7046 2002-12-23 [paul]       0.8.6claws128
7047
7048         * src/quote_fmt_parse.y
7049                 fix typo and add licence header
7050
7051 2002-12-23 [paul]       0.8.6claws127
7052
7053         * po/en_GB.po
7054                 updated
7055
7056 2002-12-23 [paul]       0.8.6claws126
7057
7058         * po/it.po
7059                 updated translation, submitted by Alessandro Maestri
7060                 
7061 2002-12-23 [paul]       0.8.6claws125
7062
7063         * src/quote_fmt_parse.y
7064                 fix signature-stripping on replies bug. match
7065                 '-- \n' and not '-- '.
7066
7067 2002-12-22 [paul]       0.8.6claws124
7068
7069         * po/bg.po
7070           po/es.po
7071           po/sr.po
7072                 updated translations. submitted by George Danchev,
7073                 Ricardo Mones Lastra, and Urke MMI respectively
7074
7075 2002-12-21 [paul]       0.8.6claws123
7076
7077         * src/addrbook.c
7078                 fix coding style
7079
7080 2002-12-21 [paul]       0.8.6claws122
7081
7082         * src/addrbook.c
7083                 fix bug [643638] where if a person is in one or more
7084                 addressbook groups editing that person's email 
7085                 address results in removal from those groups.
7086                 Patch submitted by Luke Plant.
7087
7088 2002-12-20 [christoph]  0.8.6claws121
7089
7090         * src/common/utils.c
7091         * src/summaryview.c
7092                 reimplement expand_search_string using GString to
7093                 prevent crashs caused by miscalculated string
7094                 lengths reported by Paul
7095
7096 2002-12-20 [christoph]  0.8.6claws120
7097
7098         * src/summaryview.c
7099                 don't use "changed" to check if op_count has to be changed as it
7100                 is also set when the message has unread children
7101                 (closes bug [ 653221 ] crash while deleting duplicates)
7102
7103 2002-12-20 [paul]       0.8.6claws119
7104
7105         * sync with 0.8.6cvs27
7106                 see ChangeLog 2002-12-20
7107
7108 2002-12-20 [paul]       0.8.6claws118
7109
7110         * sync with 0.8.6cvs26
7111                 see ChangeLog 2002-12-19 and 2002-12-20
7112
7113 2002-12-19 [alfons]     0.8.6claws117
7114
7115         * src/textview.c
7116                 fix incorrect parsing of email addresses, submitted by 
7117                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7118                 name display if it contains @".
7119
7120 2002-12-18 [paul]       0.8.6claws116
7121
7122         * sync with 0.8.6cvs23
7123                 see ChangeLog 2002-12-18
7124
7125 2002-12-18 [paul]       0.8.6claws115
7126
7127         * src/Makefile.am
7128         * src/account.c
7129         * src/codeconv.c
7130         * src/gtkutils.[ch]
7131         * src/imap.c
7132                 sync with 0.8.6cvs22.
7133                 see ChangeLog 2002-12-17 and 2002-12-18
7134
7135 2002-12-17 [christoph]  0.8.6claws114
7136
7137         * src/imap.c
7138                 o don't create a session if imap greeting fails
7139                 o don't close socket when authentication fails
7140                   this is done by imap_session_destroy
7141
7142 2002-12-17 [thorsten]   0.8.6claws113
7143
7144         * tools/Makefile.am
7145           tools/README
7146           tools/google_msgid.pl ** NEW FILE **
7147                 Added "search for message-id" script and doc
7148
7149 2002-12-17 [thorsten]   0.8.6claws112
7150
7151         * po/hu.po
7152                 Updated hungarian translation
7153                 (updated by Gal Zoltan)
7154
7155 2002-12-16 [christoph]  0.8.6claws111
7156
7157         * src/addr_compl.c
7158                 remove stupid addressbook dump to debug output
7159         * src/mh.c
7160                 fix memory leak found by Hiro
7161
7162 2002-12-14 [paul]       0.8.6claws110
7163
7164         * src/compose.c
7165                 fix menubar sensitivity on send
7166                 
7167         * src/prefs_filtering.c
7168         * src/prefs_matcher.c
7169         * src/prefs_scoring.c
7170                 Fix english ;)
7171                 
7172         * src/common/quoted-printable.h
7173                 sync: fix typo
7174         
7175 2002-12-13 [christoph]  0.8.6claws109
7176
7177         * src/Makefile.am
7178         * src/manage_window.[ch]        ** REMOVE **
7179         * src/gtk/Makefile.am
7180         * src/gtk/manage_window.[ch]    ** NEW **
7181                 move manage_window files to gtk directory
7182
7183 2002-12-13 [christoph]  0.8.6claws108
7184
7185         * src/Makefile.am
7186         * src/gtkshruler.[ch]           ** REMOVE **
7187         * src/gtk/Makefile.am
7188         * src/gtk/gtkshruler.[ch]       ** NEW **
7189                 move gtkshruler files to gtk directory
7190
7191 2002-12-13 [christoph]  0.8.6claws107
7192
7193         * src/Makefile.am
7194         * src/compose.c
7195         * src/gtkstext.[ch]             ** REMOVE **
7196         * src/gtkutils.[ch]
7197         * src/textview.c
7198         * src/gtk/gtkstext.[ch]         ** NEW **
7199         * src/gtk/Makefile.am
7200                 o move stext functions to gtkstext.c to remove
7201                   dependency of gtkutils
7202                 o move gtkstext files to gtk directory
7203
7204         * src/gtk/Makefile.am
7205         * src/gtk/sslcertwindow.[ch]
7206                 UI stuff can always depend on common code so
7207                 it's ok to add ../common to include path
7208
7209 2002-12-13 [colin]      0.8.6claws106
7210
7211         * src/summaryview.c
7212                 Disconnect sighandlers for mainwindow when
7213                 quicksearch has the focus
7214                 Fix bug #653231
7215         * src/mainwindow.[ch]
7216                 Make key_pressed callback public, to be able
7217                 to disconnect it
7218
7219 2002-12-13 [christoph]  0.8.6claws105
7220
7221         * src/mh.c
7222                 create .mh_sequences file in new MH folders
7223                 (closes feature request [ 523162 ] MH folders should
7224                  get a .mh_sequences)
7225
7226 2002-12-13 [colin]      0.8.6claws104
7227
7228         * src/summaryview.c
7229                 Better handling of quicksearch show/hide
7230                 (basically the button stays under the mouse 
7231                  when toggled)
7232
7233 2002-12-13 [paul]       0.8.6claws103
7234
7235         * sync with 0.8.6cvs17
7236                 see ChangeLog 2002-12-13
7237
7238 2002-12-13 [paul]       0.8.6claws102
7239
7240         * po/es.po
7241                 updated by Ricardo Mones Lastra
7242
7243 2002-12-11 [colin]       0.8.6claws101
7244
7245         * src/folder.c
7246                 remove statusbar stuff
7247           src/folderview.c
7248                 set statusbar verbosity when moving folders
7249
7250 2002-12-11 [colin]       0.8.6claws100
7251         * src/prefs_filtering.c
7252         * src/prefs_matcher.c
7253         * src/prefs_scoring.c
7254                 Fix english ;)
7255
7256 2002-12-11 [colin]       0.8.6claws99
7257
7258         * src/prefs_common.[ch]
7259                 Add summary_quicksearch_type
7260         * src/summaryview.c
7261                 Save last used quicksearch type
7262
7263 2002-12-11 [jens]       0.8.6claws98
7264         * src/prefs_filtering.c
7265         * src/prefs_matcher.c
7266         * src/prefs_scoring.c
7267                 added dialog for incomplete rules in scoring, filtering and
7268                 matcher to ask wheather really close
7269
7270 2002-12-11 [colin]      0.8.6claws97
7271
7272         * src/folder.c
7273                 Fix folder dnd statusbar logging
7274
7275 2002-12-10 [christoph]  0.8.6claws96
7276
7277         * src/compose.c
7278         * src/folder.c
7279         * src/imap.c
7280         * src/inc.c
7281         * src/main.c
7282         * src/mainwindow.c
7283         * src/news.c
7284         * src/send.c
7285         * src/statusbar.[ch]
7286         * src/common/hooks.c
7287         * src/common/log.[ch]
7288                 o handle verbose logging in statusbar directly in statusbar code
7289                   and common code does not need any knowledge about a statusbar
7290                 o remove direct calls to statusbar_(puts|pop)_all functions
7291
7292 2002-12-10 [jens]       0.8.6claws95
7293
7294         * src/*.c
7295                 removed gettext from g_warnings
7296         * po/POTFILES.in
7297                 cleaned and updated
7298         * po/de.po
7299                 updated
7300
7301 2002-12-10 [colin]      0.8.6claws94
7302
7303         * src/main.c
7304                 finish crash dialog fix
7305
7306 2002-12-10 [colin]      0.8.6claws93
7307
7308         * src/main.c
7309                 "Fix" "sylpheed already running" instead of
7310                 crash dialog appearing after a crash
7311
7312 2002-12-10 [colin]      0.8.6claws92
7313
7314         * po/POTFILES.in
7315                 add src/gtk/sslcertwindow.c
7316
7317 2002-12-10 [paul]       0.8.6claws91
7318
7319         * po/POTFILES.in
7320                 updated to reflect recent changes
7321                 submitted by Alessandro Maestri
7322
7323 2002-12-09 [christoph]  0.8.6claws90
7324
7325         * src/Makefile.am
7326         * src/smtp.[ch]                 ** REMOVE **
7327         * src/common/Makefile.am
7328         * src/common/smtp.[ch]          ** NEW **
7329                 move smtp files to common directory
7330
7331 2002-12-09 [christoph]  0.8.6claws89
7332
7333         * src/Makefile.am
7334         * src/session.[ch]              ** REMOVE **
7335         * src/common/Makefile.am
7336         * src/common/session.[ch]       ** NEW **
7337                 move session files to common directory
7338
7339 2002-12-09 [paul]       0.8.6claws88
7340
7341         * src/account.c
7342                 fix bug [649746] edit accounts: move account reverted
7343                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7344
7345 2002-12-09 [colin]      0.8.6claws87
7346
7347         * src/ssl_certificate.c
7348                 cleanup
7349
7350 2002-12-09 [colin]      0.8.6claws86
7351
7352         * src/ssl.c
7353                 Try to open the cert.pem database and 
7354                 issue a warning if it isn't there
7355
7356 2002-12-09 [colin]      0.8.6claws85
7357
7358         * src/common/ssl_certificate.c
7359         * src/gtk/sslcertwindow.c
7360                 Warning fixes
7361
7362 2002-12-09 [colin]      0.8.6claws84
7363
7364         * src/ssl_certificate.[ch] ** REMOVED **
7365         * src/common/ssl_certificate.[ch] ** NEW **
7366         * src/Makefile.am
7367         * src/common/Makefile.am
7368                 Moved ssl_certificate.[ch] to common
7369         * src/common/ssl.c 
7370                 Put back needed include
7371         * src/gtk/sslcertwindow.[ch]
7372                 Changed ssl_certificate.h include
7373         
7374 2002-12-09 [colin]      0.8.6claws83
7375
7376         * src/gtk/sslcertwindow.[ch]
7377                 Implement hook for certificate acception
7378         * src/ssl_certificate.[ch]
7379                 Implement hook for certificate acception
7380         * src/common/ssl.c
7381                 Reenable certificate acception check
7382         * src/mainwindow.c
7383                 Register sslcertwindow's hook
7384         
7385 2002-12-08 [christoph]  0.8.6claws82
7386
7387         * src/about.c
7388         * src/addr_compl.c
7389         * src/codeconv.c
7390         * src/manual.c
7391         * src/undo.c
7392         * src/common/utils.c
7393                 o add missing includes
7394                 o fix warnings
7395         * src/.cvsignore
7396         * src/common/.cvsignore
7397         * src/common/version.h          ** REMOVE **
7398                 remove autogenerated file
7399
7400 2002-12-08 [paul]       0.8.6claws81
7401
7402         * src/stringtable.c
7403                 put back needed include
7404
7405 2002-12-08 [colin]      0.8.6claws80
7406         
7407         * src/gtk/sslcertwindow.c
7408                 Cleaner popups when asking
7409         * src/ssl_certificate.c
7410         * src/prefs_common.[ch]
7411                 remove ssl certificate pref
7412                 put back needed include
7413         * src/undo.c
7414                 put back needed include
7415
7416 2002-12-08 [christoph]  0.8.6claws79
7417
7418         * src/folderview.c
7419         * src/logwindow.c
7420         * src/statusbar.c
7421         * src/summaryview.c
7422                 only abort hook invokation if required data is missing not
7423                 if our own data pointer is NULL, update hookfunction for
7424                 log window
7425
7426 2002-12-08 [paul]       0.8.6claws78
7427
7428         * src/about.c
7429         * src/addrcache.c
7430         * src/addrclip.c
7431         * src/addr_compl.c
7432         * src/addrselect.c
7433         * src/codeconv.c
7434         * src/colorlabel.c
7435         * src/enriched.c
7436         * src/esmtp.c
7437         * src/exporthtml.c
7438         * src/headerview.c
7439         * src/imageview.c
7440         * src/manual.c
7441         * src/noticeview.c
7442         * src/pgptext.c
7443         * src/scoring.c
7444         * src/sourcewindow.c
7445         * src/stringtable.c
7446         * src/undo.c
7447                 clean up: remove unneccesary includes
7448
7449 2002-12-08 [christoph]  0.8.6claws77
7450
7451         * src/folderview.c
7452         * src/statusbar.c
7453         * src/summaryview.c
7454         * src/common/hooks.[ch]
7455                 hook functions now have a gboolean return value, if a hook
7456                 returns TRUE it will stop executing of any more hooks in
7457                 the same hooklist for this invokation
7458
7459 2002-12-08 [colin]      0.8.6claws76
7460         
7461         * src/main.c
7462                 put back argv0 for CRASH_DIALOG
7463
7464 2002-12-08 [christoph]  0.8.6claws75
7465
7466         * src/Makefile.am
7467         * src/about.c
7468         * src/account.c
7469         * src/crash.c
7470         * src/esmtp.h
7471         * src/imap.[ch]
7472         * src/inc.c
7473         * src/main.c
7474         * src/mainwindow.c
7475         * src/news.c
7476         * src/pop.[ch]
7477         * src/prefs_account.[ch]
7478         * src/prefs_common.[ch]
7479         * src/send.[ch]
7480         * src/smtp.[ch]
7481         * src/ssl_certificate.[ch]
7482         * src/ssl_manager.[ch]
7483         * src/common/Makefile.am
7484         * src/common/log.c
7485         * src/common/nntp.[ch]
7486         * src/common/socket.[ch]
7487         * src/common/ssl.[ch]
7488         * src/gtk/sslcertwindow.[ch]
7489         * ac/openssl.m4
7490                 use new autoconf script to detect OpenSSL with extra parameters
7491                 to specify the location of libs and includes, also remove USE_SSL
7492                 to USE_OPENSSL
7493
7494         * src/common/sylpheed.[ch]
7495         * src/common/version.h.in
7496                 start seperation of common code initialization seperated from gui
7497
7498         * src/summaryview.c
7499                 The function that is called when a color label changes
7500                 should not change the color lable again
7501
7502 2002-12-08 [colin]      0.8.6claws74
7503
7504         * src/gtk/sslcertwindow.c
7505                 warning fixes
7506
7507 2002-12-08 [colin]      0.8.6claws73
7508
7509         * src/statusbar.c
7510           src/common/log.h
7511                 Register a hook for statusbar_puts_all
7512         * src/common/log.c
7513                 invoke statusbar_puts_all's hook
7514         
7515 2002-12-08 [colin]      0.8.6claws72
7516
7517         * src/ssl_certificate.c
7518                 Put back a badly-removed include
7519
7520 2002-12-08 [colin]      0.8.6claws71
7521
7522         * src/gtk/sslcertwindow.[ch]    ** NEW **
7523                 new certificate presentation
7524         * src/gtk/Makefile.am
7525                 add new files
7526         * src/ssl_certificate.[ch]
7527                 gtk cleanup, made utility functions public
7528         * src/ssl_manager.c
7529                 use new cert presentation
7530
7531 2002-12-07 [christoph]  0.8.6claws70
7532
7533         * src/Makefile.am
7534         * src/nntp.[ch]                 ** REMOVE **
7535         * src/common/Makefile.am
7536         * src/common/nntp.[ch]          ** NEW **
7537                 move nntp files to common directory
7538
7539 2002-12-07 [christoph]  0.8.6claws69
7540
7541         * src/procmsg.[ch]
7542         * src/summaryview.c
7543                 implement msginfo update callback using sylpheed's new
7544                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7545
7546 2002-12-06 [christoph]  0.8.6claws68
7547
7548         * src/editgroup.c
7549                 This patch changes the 'Edit Group Details' dialog to
7550                 allow extended selections in either pane, so that
7551                 addresses can be added or removed from a group more
7552                 quickly and easily. (it actually is a net decrease in
7553                 file size, as some unnecessary functions have been
7554                 removed). 
7555                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7556
7557 2002-12-06 [christoph]  0.8.6claws67
7558
7559         * src/Makefile.am
7560         * src/template.[ch]             ** REMOVE **
7561         * src/common/Makefile.am
7562         * src/common/template.[ch]      ** NEW **
7563                 move template files to common directory
7564
7565         * src/nntp.c
7566                 add missing log.h include
7567
7568 2002-12-06 [melvin]     0.8.6claws66
7569
7570         * src/prefs_actions.c
7571                 Added the trailing ">" syntax to insert command's output
7572                 without replacing old text (in contrast to trailing "|").
7573
7574 2002-12-05 [colin]      0.8.6claws65
7575         
7576         * src/common/utils.c
7577                 Don't modify original search_string or it'll change
7578                 the next iterations in the for()
7579
7580 2002-12-05 [darko]      0.8.6claws64
7581
7582         * src/common/utils.c
7583                 proper check for filtering commands, found by Colin
7584
7585 2002-12-05 [darko]      0.8.6claws63
7586
7587         * src/common/utils.c
7588                 check proper string for NULL pointer, found by Colin
7589
7590 2002-12-05 [darko]      0.8.6claws62
7591
7592         * src/common/utils.[ch]
7593                 expand_search_string(): new function
7594                 converts Mutt-like patterns to Sylpheed's
7595                 filtering engine
7596         * src/summaryview.c
7597                 use expand_search_string() to allow Mutt-like
7598                 patterns in extended search
7599         * README.claws
7600                 document extended option in quick search
7601
7602 2002-12-05 [paul]       0.8.6claws61
7603
7604         * sync with 0.8.6cvs16
7605                 see ChangeLog 2002-12-05
7606                 
7607         * po/POTFILES.in
7608                 clean up
7609
7610 2002-12-04 [christoph]  0.8.6claws60
7611
7612         * src/imap.[ch]
7613                 put imap authentication code into a new function and
7614                 remove it from imap_session_new that will allow to
7615                 send other commands before authentication
7616
7617 2002-12-04 [christoph]  0.8.6claws59
7618
7619         * src/imap.[ch]
7620                 use already existing method to prevent unneeded IMAP
7621                 folder selects. Set imap_select parameters to NULL
7622                 in some functions if the values are not required.
7623
7624         * src/xml.h
7625                 remove no longer required include
7626
7627 2002-12-04 [paul]       0.8.6claws58
7628
7629         * po/es.po
7630                 updated by Ricardo Mones Lastra
7631                 
7632         * configure.in
7633           po/hu.po      ** NEW FILE **
7634                 initial Hungarian translation, submitted
7635                 by Gál Zoltán <galzoli@hu.inter.net>
7636
7637 2002-12-03 [christoph]  0.8.6claws57
7638
7639         * src/Makefile.am
7640         * src/gtksctree.[ch]            ** REMOVE **
7641         * src/gtk/Makefile.am
7642         * src/gtk/gtksctree.[ch]        ** NEW **
7643                 move gtksctree files to gtk directory
7644
7645 2002-12-03 [christoph]  0.8.6claws56
7646
7647         * src/Makefile.am
7648         * src/md5.[ch]                  ** REMOVE **
7649         * srm/common/Makefile.am
7650         * src/common/md5.[ch]           ** NEW **
7651                 move md5 files to common directory
7652
7653         * src/gtkstext.c
7654                 remove not required #include
7655
7656 2002-12-03 [sergey]     0.8.6claws55
7657
7658         * src/gtkutils.c
7659         * src/gtkutils.h
7660                 gtkut_window_popup(): new function.
7661         * src/mainwindow.c
7662                 main_window_popup(): use gtkut_window_popup() to raise
7663                 window without changing its position.
7664                 (see sylpheed-main ML message [sylpheed:17247])
7665
7666 2002-12-03 [sergey]     0.8.6claws54
7667
7668         * src/send.c
7669                 send_message_local(): removed first-dot escaping
7670                 (SMTP-only, not needed for sending through pipe)
7671
7672 2002-12-03 [paul]       0.8.6claws53
7673
7674         * po/POTFILES.in
7675                 update to reflect recent changes (thanks
7676                 to Ricardo Mones Lastra)
7677                 
7678         * tools/filter_conv.pl
7679                  fix problem with quoted strings. Patch submitted
7680                  by Luke Plant <lukeplant@softhome.net>
7681
7682 2002-12-03 [paul]       0.8.6claws52
7683
7684         * sync with 0.8.6cvs15
7685                 see ChangeLog 2002-12-03
7686
7687 2002-12-02 [christoph]  0.8.6claws51
7688
7689         * src/logwindow.[ch]
7690         * src/common/log.[ch]
7691                 implement logging using a hook function
7692
7693         * src/folderview.c
7694         * src/folder.[ch]
7695                 define hooklist name in header file to avoid
7696                 errors caused by wrong spelling of hooklist names
7697
7698         * src/toolbar.c
7699                 fix warnings
7700
7701 2002-12-02 [christoph]  0.8.6claws50
7702
7703         * src/common/Makefile.am
7704                 add src/common/hooks.[ch]
7705
7706         * src/common/hooks.[ch]
7707                 implement a simple hook system using glib's hook functions
7708
7709         * src/folder.[ch]
7710         * src/folderview.c
7711                 use new hook system for folder item updates
7712
7713 2002-12-02 [christoph]  0.8.6claws49
7714
7715         * doc-src/ui_seperation.txt     ** NEW **
7716                 information for ui seperation
7717
7718         * src/Makefile.am
7719                 remove files that were moved to common
7720                 include common directory by default for the header files
7721
7722         * src/inc.c
7723         * src/common/socket.c
7724         * src/automaton.[ch]
7725                 implement automaton using g_io_*-functions instead of
7726                 gdk_input_add to make it ui independent
7727
7728         * src/codeconv.c
7729         * src/compose.c
7730         * src/ldif.c
7731         * src/pgptext.c
7732         * src/procmime.c
7733         * src/rfc2015.c
7734         * src/smtp.c
7735         * src/unmime.c
7736                 remove common/ prefix because directory is now in
7737                 include path
7738
7739         * src/compose.c
7740         * src/folder.c
7741         * src/folderview.c
7742         * src/mainwindow.c
7743         * src/messageview.c
7744         * src/prefs_common.c
7745         * src/procmsg.c
7746         * src/rfc2015.c
7747                 fix warnings
7748
7749         * src/imap.c
7750         * src/inc.c
7751         * src/news.c
7752         * src/pop.c
7753         * src/send.c
7754         * src/smtp.c
7755         * src/ssl_certificate.c
7756                 add log.h header file for logging functions
7757
7758         * src/main.c
7759         * src/common/utils.c
7760         * src/summaryview.c
7761         * src/xml.c
7762                 o move debug_mode to common/utils.c
7763                 o add functions to set and get debug_mode
7764
7765         * src/defs.h                    ** REMOVE **
7766         * src/intl.h                    ** REMOVE **
7767         * src/socket.[ch]               ** REMOVE **
7768         * src/ssl.[ch]                  ** REMOVE **
7769         * src/utils.[ch]                ** REMOVE **
7770                 replaced by new files in src/common/
7771         
7772         * src/common/Makefile.am
7773                 add new files in src/common/
7774
7775         * src/common/defs.h             ** NEW **
7776         * src/common/intl.h             ** NEW **
7777         * src/common/log.[ch]           ** NEW **
7778         * src/common/socket.[ch]        ** NEW **
7779         * src/common/ssl.[ch]           ** NEW **
7780         * src/common/utils.[ch]         ** NEW **
7781                 replacement for files in src/
7782
7783 2002-12-02 [colin]      0.8.6claws48
7784
7785         * src/folderview.c
7786                 Scroll folderview if necessary during dnd
7787
7788 2002-12-02 [colin]      0.8.6claws47
7789
7790         * src/folder.[ch]
7791                 Add check to verify a move is within a single mailbox
7792         * src/folderview.c
7793                 Add specific error string for this check
7794
7795 2002-12-02 [colin]      0.8.6claws46
7796
7797         * src/folder.c
7798                 Add a test to folder moving, remove a statusbar_print
7799         * src/folderview.c
7800                 Add Move folder... context-menu item
7801                 Factorize folder moving code
7802                 Enable folder DND for mbox
7803
7804 2002-12-01 [christoph]  0.8.6claws45
7805
7806         * ac/aspell.m4
7807                 remove conf.aspelltest if the version check fails
7808
7809 2002-11-30 [christoph]  0.8.6claws44
7810
7811         * autogen.sh
7812                 run libtoolize --force in autogen to create missing
7813                 libtool scripts
7814
7815 2002-11-30 [christoph]  0.8.6claws43
7816
7817         * src/Makefile.am
7818         * src/pgptext.c
7819         * src/procmime.c
7820         * src/rfc2015.c
7821         * src/uuencode.[ch]             ** REMOVED **
7822         * src/common/Makefile.am
7823         * src/common/uuencode.[ch]      ** NEW **
7824                 move uuen/decoder to common directory
7825
7826 2002-11-30 [christoph]  0.8.6claws42
7827
7828         * src/Makefile.am
7829         * src/base64.[ch]               ** REMOVED **
7830         * src/codeconv.c
7831         * src/compose.c
7832         * src/ldif.c
7833         * src/pgptext.c
7834         * src/procmime.c
7835         * src/rfc2015.c
7836         * src/smtp.c
7837         * src/unmime.c
7838         * src/common/Makefile.am
7839         * src/common/base64.[ch]        ** NEW **
7840                 move base64 en/decoder to common directory
7841
7842 2002-11-30 [christoph]  0.8.6claws41
7843
7844         * src/common                    ** NEW **
7845                 new directory for UI independent code
7846         * src/gtk                       ** NEW **
7847                 new directory for GTK frontend
7848         * src/common/.cvsignore         ** NEW **
7849         * src/gtk/.cvsignore            ** NEW **
7850                 ignore build files
7851         * src/common/Makefile.am        ** NEW **
7852         * src/gtk/Makefile.am           ** NEW **
7853                 automake files to build new seperated stuff
7854         * src/Makefile.am
7855                 the binary will currently still be build with the
7856                 files in src, so we include the code from the
7857                 subdirs for now after building the libs there
7858
7859 2002-11-30 [paul]       0.8.6claws40
7860
7861         * src/compose.c
7862                 fix bug [642731] 'Wrong selected account with drafted mail'
7863
7864 2002-11-29 [oliver]     0.8.6claws39
7865         
7866         * src/messageview.c
7867                 o update summaryview when switching between different
7868                   messageviews          
7869         * src/toolbar.c  
7870                 o check if messageview holds already removed msg
7871                   from summaryview
7872                 
7873
7874 2002-11-29 [oliver]     0.8.6claws38
7875
7876         * src/toolbar.c 
7877                 remove not needed variables and includes
7878                 make messageview stay opened and move to next when msgs are deleted 
7879
7880 2002-11-29 [oliver]     0.8.6claws37
7881         
7882         * src/toolbar.c 
7883                 disable compose button (messageview toolbar) by default
7884                 deleted msgs are moved to trash
7885         
7886 2002-11-29 [melvin]     0.8.6claws36
7887
7888         * configure.in
7889                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7890                 and to detect signatures expirations (gpgme 0.3.6)
7891
7892         * src/main.c
7893                 Use non obsolescent function for Gpgme engine checking.
7894
7895         * src/rfc2015.c
7896                 Inform about expired signatures or signatures which key
7897                 has expired. Expiration date is displayed.
7898
7899         * src/sigstatus.c
7900                 Inform about expired signatures or signatures which key
7901                 has expired.
7902
7903 2002-11-28 [paul]       0.8.6claws35
7904
7905         * src/folderview.c
7906                 re-instate 'Check for new messages' in Newsgroup
7907                 folders right-click menu, after a suggestion from
7908                 Tim Mann <timmann@users.sourceforge.net>
7909
7910         * src/main.c
7911                 after a crash check only local folders for new
7912                 messages
7913
7914 2002-11-28 [paul]       0.8.6claws34
7915
7916         * configure.in
7917                 apply patch that fixes the checking of GTK with XIM 
7918                 support on different OSs, such as FreeBSD. Patch 
7919                 submitted by Topia <topia@users.sourceforge.net>
7920                 
7921 2002-11-28 [paul]       0.8.6claws33
7922
7923         * src/mainwindow.c
7924           src/prefs_common.c
7925           src/prefs_toolbar.c
7926                 more changes to the English
7927
7928 2002-11-28 [paul]       0.8.6claws32
7929
7930         * sync with 0.8.6cvs13
7931                 see ChangeLog 2002-11-28 (no sync needed
7932                 for src/compose.c)
7933
7934 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7935         
7936         * src/mainwindow.[ch]
7937                 add patch by Ivan F. Martinez introducing messageview Toolbar
7938                 some changes and committed by oliver    
7939
7940 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7941
7942         * src/messageview.[ch]
7943                 add patch by Ivan F. Martinez introducing messageview Toolbar
7944                 some changes and committed by oliver    
7945
7946 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7947
7948         * src/compose.[ch]
7949                 add patch by Ivan F. Martinez introducing messageview Toolbar
7950                 some changes and committed by oliver    
7951
7952 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7953         
7954         * src/toolbar.[ch]
7955                 add patch by Ivan F. Martinez introducing messageview Toolbar
7956                 some changes and committed by oliver
7957
7958 2002-11-28 [oliver]     0.8.6claws27
7959         
7960         * src/prefs_toolbar.[ch]
7961                 getting ready for messageview toolbar
7962                 free mem allocated by gettext
7963                 change prefs_toolbar to prefs_toolbar_open
7964  
7965 2002-11-28 [thorsten]   0.8.6claws26
7966
7967         * src/imageview.[ch]
7968                 cleaned up conflicting declarations of
7969                 imageview_show_image()
7970
7971 2002-11-28 [paul]       0.8.6claws25
7972
7973         * src/grouplistdialog.c
7974           src/prefs_common.c
7975           src/prefs_summary_column.c
7976                 a few more improvements to the English
7977
7978 2002-11-28 [colin]      0.8.6claws24
7979
7980         * man/sylpheed.1
7981                 A few updates to command-line parameters
7982
7983 2002-11-28 [colin]      0.8.6claws23
7984
7985         * src/prefs_filtering.c
7986                 Fix problems with prefs_filtering_delete_path:
7987                 a) if the first rule is removed, original pointers
7988                    weren't updated (leading to segfaults)
7989                 b) it was always global_processing updated in case
7990                    of removed path was parent of rule path
7991
7992 2002-11-27 [paul]       0.8.6claws22
7993
7994         * src/mainwindow.c
7995           src/prefs_account.c
7996           src/prefs_actions.c
7997           src/prefs_common.c
7998           src/prefs_customheader.c
7999           src/prefs_display_header.c
8000           src/prefs_filtering.c
8001           src/prefs_folder_item.c
8002           src/prefs_matcher.c
8003           src/prefs_scoring.c
8004           src/prefs_summary_column.c
8005           src/prefs_template.c
8006           src/prefs_toolbar.c
8007                  improve the English in the GUI
8008
8009 2002-11-27 [colin]      0.8.6claws21
8010
8011         * src/folder.c
8012                 Fix processing renaming problems happening after
8013                 last commit
8014
8015 2002-11-27 [colin]      0.8.6claws20
8016
8017         * src/folder.c
8018                 recursive move now deletes src each subfolder after 
8019                 having moved it
8020         * src/folderview.c
8021                 Use identifier instead of path during dnd (enables
8022                 IMAP folder dnd)
8023
8024 2002-11-27 [paul]       0.8.6claws19
8025
8026         * src/main.c
8027                 apply patch that does command-line processing 
8028                 BEFORE gtk_init, allowing claws to run from 
8029                 shell-scripts in non-X environment (e.g. crontab 
8030                 or ip-up, ip-down scripts). Patch submitted by
8031                 Ruslan N. Balkin <baron@dartel.ru>
8032                 
8033         * po/it.po
8034                 updated by Alessandro Maestri
8035
8036 2002-11-27 [paul]       0.8.6claws18
8037
8038         * sync with 0.8.6cvs12
8039           src/prefs_common.c
8040                 Differences are that main uses a 'Receive dialog'
8041                 frame on the Interface tab, whereas claws groups all 
8042                 the dialogs together in a 'Dialogs' frame.
8043
8044 2002-11-27 [colin]      0.8.6claws17
8045
8046         * src/prefs_matcher.c
8047                 Fix Execute criteria's NOT flag
8048
8049
8050 2002-11-26 [christoph]  0.8.6claws16
8051
8052         * src/ssl.c
8053                 rewrite the ssl code a little bit, only use one
8054                 SSL context, set default certificates' file/path
8055
8056 2002-11-26 [thorsten]   0.8.6claws15
8057
8058         * src/compose.c
8059                 default-reply-to didn't work for ml-reply
8060
8061 2002-11-26 [melvin]     0.8.6claws14
8062
8063         * src/prefs_actions.c
8064                 Made pipe-actions ignore short headers in message view
8065                 Made trailing-pipe-actions write in the message view with
8066                 the same font as the original message
8067
8068 2002-11-26 [paul]       0.8.6claws13
8069
8070         * src/compose.c
8071                 this time commit the correct file
8072
8073 2002-11-26 [paul]       0.8.6claws12
8074
8075         * sync with 0.8.6cvs11
8076           src/quote_fmt_parse.y  
8077                 no sync needed
8078           src/account.[ch]       
8079                 not sync'ed
8080           src/compose.c
8081                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8082                 on draft mode.
8083                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8084                 header
8085                 
8086         see ChangeLog 2002-11-25 and 2002-11-26
8087
8088 2002-11-26 [colin]      0.8.6claws11
8089
8090         * src/folderview.c
8091                 Fix collapsed folder not auto-expanding during
8092                 mail dnd, if it was the source folder.
8093
8094 2002-11-25 [colin]      0.8.6claws10
8095
8096         * src/folderview.[ch]
8097                 Variable renaming and cleaning (slist of nodes 
8098                 to be re-collapsed is stored in FolderView)
8099
8100 2002-11-25 [paul]       0.8.6claws9
8101
8102         * src/prefs_common.[ch]
8103                 fix breakage caused by last commit
8104
8105 2002-11-25 [paul]       0.8.6claws8
8106
8107         * sync with 0.8.6cvs4
8108                 see ChangeLog 2002-11-21
8109
8110 2002-11-25 [paul]       0.8.6claws7
8111
8112         * sync with 0.8.6cvs4
8113                 see ChangeLog 2002-11-20
8114
8115 2002-11-25 [paul]       0.8.6claws6
8116
8117         * sync with 0.8.6cvs3
8118                 see ChangeLog 2002-11-18
8119
8120 2002-11-25 [colin]      0.8.6claws5
8121
8122         * src/gtkutils.[ch]
8123                 Add gtkut_ctree_node_is_parent()
8124         * src/folderview.c
8125                 Spring-loaded folders
8126
8127 2002-11-25 [colin]      0.8.6claws4
8128
8129         * src/utils.[ch]
8130                 Add slist_concat_unique(), function to merge
8131                 two GSList filtering dups
8132         * src/folder.[ch]
8133         * src/summaryview.[ch]
8134         * src/folderview.c
8135         * src/main.c
8136                 Add detection/update/display of unread answers
8137                 to marked mails
8138         * src/procmsg.[ch]
8139                 Add procmsg_find_children()
8140                 Add procmsg_msg_has_marked_parent()
8141
8142 2002-11-25 [colin]      0.8.6claws3
8143
8144         * src/ssl_certificate.[ch]
8145                 Allow checking a certificate without a DNS
8146                 lookup
8147                 Allow to forget a cert (by deleting it)
8148                 Make ssl_certificate_destroy_public
8149         * src/ssl_manager.[ch] ** NEW FILES **
8150                 Gui to manage (display/remove) certificates
8151         * src/prefs_common.[ch]
8152                 Add a pref to allow silent acceptation of
8153                 trusted certificates or not (based on the
8154                 "I want to know what's going on" principle)
8155         * src/mainwindow.c
8156                 Add SSL manager in Tools menu
8157         * src/Makefile.am
8158                 Add the new files to the build
8159         * po/POTFILES.in
8160                 Add ssl_manager.c to translations
8161
8162 2002-11-25 [colin]      0.8.6claws2
8163
8164         * src/summaryview.[ch]
8165                 Add S_SEARCH_EXTENDED to the quick search, which 
8166                 allows to search using filtering syntax.
8167
8168 2002-11-25 [colin]      0.8.6claws1
8169
8170         * src/summaryview.c
8171                 Deletion of duplicates now prefer deleting
8172                 the unread dup (fixes feature-request 638989).
8173
8174 2002-11-24 [paul]       0.8.6claws
8175
8176         * po/es.po
8177           po/pl.po
8178           po/ru.po
8179           po/sr.po
8180                 updated by Ricardo Mones Lastra,
8181                 Witold Wladyslaw Wojciech Wilk,
8182                 Ruslan N. Balkin, and  Urke MMI 
8183                 respectively
8184
8185 2002-11-24 [paul]       0.8.5claws182
8186
8187         * po/bg.po
8188                 updated by George Danchev
8189
8190 2002-11-23 [alfons]     0.8.5claws181
8191
8192         * src/imap.c
8193                 tiny memory leak found by browsing Dimitar's 
8194                 valgrind report
8195
8196 2002-11-23 [paul]       0.8.5claws180
8197
8198         * po/it.po
8199                 updated by Alessandro Maestri
8200
8201 2002-11-22 [christoph]  0.8.5claws179
8202
8203         * src/compose.c
8204         * src/inc.c
8205         * src/prefs_filtering.c
8206         * src/summaryview.c
8207                 more warning fixes
8208
8209 2002-11-22 [alfons]     0.8.5claws178
8210
8211         * src/summaryview.c
8212                 summary_execute_delete_func(): if message is deleted, make 
8213                 sure to also remove its entry in the subject hash table. 
8214                 fixes a corner case bug.
8215
8216 2002-11-22 [paul]       0.8.5claws177
8217
8218         * .cvsignore
8219                 add 'autom4te.cache'
8220                 
8221         * ltconfig      ** REMOVED **
8222                 not needed
8223
8224 2002-11-22 [paul]       0.8.5claws176
8225
8226         * src/textview.c
8227                 textview_set_font(): fix for message display in
8228                 UTF-8 locales (thanks to Sergey Vlasov).
8229                 
8230         * AUTHORS
8231                 add new team members and contributors
8232
8233
8234 2002-11-21 [colin]      0.8.5claws175
8235
8236         * src/procmsg.[ch]
8237                 Add procmsg_remove_special_headers()
8238         * src/mh.c
8239                 Use procmsg_remove_special_headers() for 
8240                 previous fix
8241
8242 2002-11-21 [colin]      0.8.5claws174
8243
8244         * src/mh.c
8245                 Fix moving/copying from queue/draft folders
8246                 for MH folders
8247
8248 2002-11-21 [christoph]  0.8.5claws173
8249
8250         * src/crash.c
8251         * src/filtering.c
8252         * src/logwindow.c
8253         * src/main.c
8254         * src/matcher_parser_lex.[hl]
8255         * src/mbox.c
8256         * src/mbox_folder.[ch]
8257         * src/prefs_filtering.c
8258         * src/procheader.c
8259         * src/quote_fmt_lex.l
8260         * src/ssl.c
8261                 fix all warnings except the warnings in lex and yacc files
8262
8263 2002-11-20 [christoph]  0.8.5claws172
8264
8265         * src/imap.c
8266                 fix MsgInfo retrieval for IMAP draft and queue folders
8267                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8268
8269 2002-11-19 [christoph]  0.8.5claws171
8270
8271         * src/compose.c
8272                 fix segfault, when draft saving does not get
8273                 the MsgInfo of the new message
8274                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8275
8276 2002-11-19 [christoph]  0.8.5claws170
8277
8278         * src/procmsg.c
8279                 add parameter check for flag setting function
8280                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8281
8282 2002-11-18 [paul]       0.8.5claws169
8283
8284         * src/compose.c
8285                 more sensitivity fixes to redirect mode:
8286                 * disable toolbar draft button
8287                 * allow only Address book in the Tools menu
8288                 * disable editing of message by the spell
8289                   checker
8290
8291 2002-11-18 [paul]       0.8.5claws168
8292
8293         * src/compose.c
8294                 fix sensitivity of menu items in compose_redirect():
8295                 allow only the necessary items 
8296
8297 2002-11-18 [paul]       0.8.5claws167
8298
8299         * src/compose.c
8300                 fix bug [ 603259 ] 'attachment got lost on bounce'
8301
8302 2002-11-18 [paul]       0.8.5claws166
8303
8304         * po/ru.po
8305                 updated by Ruslan N. Balkin <baron@dartel.ru>
8306
8307 2002-11-18 [colin]      0.8.5claws165
8308
8309         * src/main.c
8310           src/defs.h
8311                 Remove old filtering stuff
8312
8313
8314 2002-11-17 [oliver]     0.8.5claws164
8315
8316         * src/toolbar.h
8317                 remove not needed typedef 
8318
8319 2002-11-17 [oliver]     0.8.5claws163
8320
8321         * src/toolbar.c
8322                 make toolbar's on click events translatable
8323
8324 2002-11-15 [colin]      0.8.5claws162
8325
8326         * src/summaryview.c
8327                 Revert too-soon integration of a feature
8328
8329 2002-11-15 [christoph]  0.8.5claws161
8330
8331         * src/imap.c
8332                 use main's implementation of imap_get_msginfo
8333
8334 2002-11-15 [christoph]  0.8.5claws160
8335
8336         * src/compose.c
8337         * src/folder.[ch]
8338         * src/imap.c
8339         * src/mbox_folder.c
8340         * src/mh.c
8341         * src/news.c
8342         * src/procmsg.c
8343         * src/summaryview.c
8344                 replace claws' fetch_msginfo with main's get_msginfo
8345                 (use main's implementation where possible)
8346
8347 2002-11-15 [colin]      0.8.5claws159
8348
8349         * src/ssl_certificate.c
8350                 Missed a check
8351
8352 2002-11-16 [melvin]     0.8.5claws158
8353
8354         * po/fr.po
8355                 Updated French translations.
8356
8357 2002-11-16 [colin]      0.8.5claws157
8358
8359         * src/ssl_certificate.c
8360                 Check for missing parts in the certificates
8361
8362 2002-11-15 [colin]      0.8.5claws156
8363
8364         * src/folderview.c
8365                 Preventive fix (missing check) found by
8366                 Alfons
8367
8368 2002-11-15 [paul]
8369
8370         * NEWS
8371                 sync with 0.8.6 release
8372
8373 2002-11-15 [colin]      0.8.5claws155
8374
8375         * src/folder.[ch]
8376           src/folderview.c
8377                 Fix error handling of folder_item_move_to()
8378                 (thanks to Alfons!)
8379
8380 2002-11-15 [colin]      0.8.5claws154
8381
8382         * src/folder.[ch]
8383           src/folderview.c
8384                 folder_item_move_to() sets an error message instead
8385                 of having GUI stuff in folder.c
8386
8387 2002-11-15 [colin]      0.8.5claws153
8388
8389         * src/procmsg.[ch]
8390                 Implemented a callback for MsgInfo updates, 
8391                 heavily copy/pasted from Christoph's folder 
8392                 callback system
8393         * src/summaryview.[ch]
8394                 Register summary_update_msg as callback
8395
8396 2002-11-14 [colin]      0.8.5claws152
8397         
8398         * src/procmsg.c
8399                 Update the FolderItem after sending (fixes 617593)
8400
8401 2002-11-14 [christoph]  0.8.5claws151
8402
8403         * src/folder.c
8404                 fix wrong position of NULL pointer check found
8405                 by Sergey
8406
8407 2002-11-14 [christoph]  0.8.5claws150
8408
8409         * src/folder.c
8410                 fix segfault when deleting messages from IMAP folders
8411                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8412
8413 2002-11-14 [colin]      0.8.5claws149
8414
8415         * src/compose.c
8416                 Forwarding was also ignoring the folder's default account.
8417
8418 2002-11-14 [colin]      0.8.5claws148
8419
8420         * src/compose.c
8421                 Fix sent folder not set to folder properties when 
8422                 forwarding.
8423
8424 2002-11-14 [thorsten]   0.8.5claws147
8425
8426         * src/inc.c
8427                 inc_start(): Files were not moved from .processing to inbox,
8428                 if no global processing rule existed
8429
8430 2002-11-14 [colin]      0.8.5claws146
8431
8432         * src/ssl_certificate
8433                 Fix file operations
8434
8435 2002-11-14 [paul]       0.8.5claws145
8436
8437         * po/it.po
8438                 updated by Alessandro Maestri
8439
8440 2002-11-13 [alfons]     0.8.5claws144
8441
8442         * src/folder.c
8443                 folder_item_close(): only mark messages unread
8444                 when a folder has new messages 
8445
8446 2002-11-13 [keith]      0.8.5claws143
8447
8448         * src/imap.c
8449                 Fix problem moving or copying between
8450                 IMAP folders
8451
8452 2002-11-13 [colin]      0.8.5claws142
8453
8454         * src/matcher_parser_parse.y
8455                 Fix rule problem when " don't match
8456
8457 2002-11-13 [christoph]  0.8.5claws141
8458
8459         * src/folder.c
8460         * src/folderview.c
8461                 moved cache saving to folder_item_close
8462                 the folderview should not have to deal with
8463                 this things
8464
8465 2002-11-13 [christoph]  0.8.5claws140
8466
8467         * src/summaryview.c
8468                 moved setting of important score to
8469                 summary_set_prefs_from_folderitem
8470
8471 2002-11-13 [colin]      0.8.5claws139
8472
8473         * src/matcher_parser_parse.y
8474                 Fix a segfault in the parser (happening when
8475                 a good expression had been tested and a bad 
8476                 one arrives)
8477
8478 2002-11-13 [paul]       0.8.5claws138
8479
8480         * sync with 0.8.5cvs24
8481                 see ChangeLog 2002-11-13
8482                 
8483         * po/pt_BR.po
8484                 updated by Fabio Jr. Beneditto
8485
8486 2002-11-13 [colin]      0.8.5claws137
8487         
8488         * src/msgcache.c
8489           src/defs.h
8490           src/procmsg.[ch]
8491                 Revert last commit, problem
8492
8493 2002-11-13 [colin]      0.8.5claws136
8494
8495         * src/msgcache.c
8496                 Remove duplicated code
8497         * src/defs.h
8498                 Bumped CACHE_VERSION and MARK_VERSION
8499         * src/procmsg.[ch]
8500                 Network endian for cache and mark files
8501
8502 2002-11-12 [colin]      0.8.5claws135
8503
8504         * src/inc.c
8505                 Fix the "socket error" dialog which disappeared
8506
8507 2002-11-12 [colin]      0.8.5claws134
8508
8509         * src/msgcache.c
8510                 Reverse last commit which had performance 
8511                 problems, but still reverse the list
8512
8513 2002-11-12 [colin]      0.8.5claws133
8514
8515         * src/msgcache.c
8516                 Reverse list order
8517
8518 2002-11-12 [melvin]     0.8.5claws132
8519
8520         * src/compose.c
8521                 Added a check for a NULL prefs_common.dictionary
8522
8523 2002-11-12 [colin]      0.8.5claws131
8524
8525         * src/ssl_certificate.[ch]
8526                 Use FQDN hostname
8527
8528 2002-11-12 [colin]      0.8.5claws130
8529
8530         * src/ssl_certificate.[ch]
8531                 Take connection port into account for 
8532                 checking certificates (a single hostname
8533                 could have multiple servers with multiple
8534                 certificates)
8535         * src/ssl.c
8536                 Pass the port to ssl_certificate_check
8537
8538 2002-11-12 [paul]       0.8.5claws129
8539
8540         * src/folder.c
8541                 fix a typo in last commit
8542
8543 2002-11-12 [paul]       0.8.5claws128
8544
8545         * sync with 0.8.5cvs23
8546                 see ChangeLog entry 2002-11-12
8547
8548 2002-11-11 [colin]      0.8.5claws127
8549
8550         * src/ssl_certificate.c
8551                 Cleaner messages
8552                 Don't popup, instead log error, if the 
8553                 corresponding pref is checked
8554         * src/ssl_certificate.h
8555                 include <openssl/objects/h>
8556
8557 2002-11-11 [colin]      0.8.5claws126
8558
8559         * src/ssl_certificate.h
8560                 _Really_ clean it
8561
8562 2002-11-11 [colin]      0.8.5claws125
8563         
8564         * src/ssl_certificate.c
8565                 Fixed leak
8566
8567 2002-11-11 [colin]      0.8.5claws124
8568
8569         * src/ssl.c
8570                 Cleaned a bit
8571         * src/ssl_certificate.[ch]
8572                 Cleaned a bit (better use of SSL API)
8573                 (This will cause non-recognition of saved 
8574                  certificates of claws12[23]...)
8575
8576 2002-11-11 [paul]       0.8.5claws123
8577         
8578         * po/es.po
8579                 updated by Ricardo Mones Lastra
8580
8581 2002-11-11 [colin]      0.8.5claws122
8582
8583         * src/ssl.c
8584                 Fix a typo
8585
8586 2002-11-11 [colin]      0.8.5claws121
8587
8588         * src/ssl_certificate.[ch] ** NEW FILES **
8589         * src/ssl.[ch]
8590                 Check SSL certificates presented to us
8591         * src/Makefile.am
8592                 Add ssl_certificate.[ch]
8593         * po/POTFILES.in
8594                 Add ssl_certificate.c
8595
8596 2002-11-11 [paul]       0.8.5claws120
8597
8598         * sync with 0.8.5cvs22
8599                 see ChangeLog 2002-11-11
8600
8601 2002-11-11 [paul]       0.8.5claws119
8602
8603         * sync with 0.8.5cvs21
8604                 see ChangeLog 2002-11-11
8605
8606 2002-11-10 [jens]       0.8.5claws118
8607
8608         * src/folder.c
8609         * src/folderview.c
8610                 corrected some typing
8611         * po/de.po
8612                 updated german translation
8613         * sylpheed.spec.in
8614                 cleaned up specfile and adjusted it for claws
8615
8616 2002-11-10 [colin]      0.8.5claws117
8617
8618         * src/summaryview.c
8619                 a STATUSBAR_PUSH/POP fix
8620
8621 2002-11-10 [colin]      0.8.5claws116
8622
8623         * src/prefs_folder_item.c
8624                 Fix hanging after opening folder properties
8625
8626 2002-11-10 [hoa]        0.8.5claws115
8627
8628         * src/matcher_parser_lex.l
8629         * src/matcher_parser_parse.y
8630                 config file for scoring and filtering is no more trashed
8631                 when there is a syntax error in a filtering rule when
8632                 editing it in a dialog.
8633
8634 2002-11-09 [colin]      0.8.5claws114
8635
8636         * src/mbox_folder.c
8637                 Added missing initialisation of folder->destroy()
8638
8639 2002-11-09 [colin]      0.8.5claws113
8640
8641         * src/folder.c
8642           src/folderview.c
8643                 Fix the status bar messages
8644
8645 2002-11-09 [colin]      0.8.5claws112
8646
8647         * src/folderview.c
8648                 Fix hangs after folder dnd, happening after 
8649                 claws109.
8650
8651 2002-11-09 [christoph]  0.8.5claws111
8652
8653         * src/folderview.c
8654                 just changed order of calls (reverse order of
8655                 associated calls)
8656         * src/inc.c
8657                 lock inc when checking only one account, otherwise
8658                 inc all could be executed at the same time
8659
8660 2002-11-09 [christoph]  0.8.5claws110
8661
8662         * src/folderview.c
8663                 better unlock the mouse cursor before calling
8664                 summary_show because it changes the cursor too
8665
8666 2002-11-09 [christoph]  0.8.5claws109
8667
8668         * src/folder.[ch]
8669         * src/folderview.c
8670                 add functions to open and close a folder
8671                 o opending will execute scanning for remote folders
8672                   and processing
8673                 o closing will unset new flag for messages
8674
8675 2002-11-09 [colin]      0.8.5claws108
8676
8677         * src/folder.c
8678                 Add a call to prefs_matcher_write_config to 
8679                 avoid non-leaf folders filtering settings to be
8680                 lost
8681
8682 2002-11-09 [paul]       0.8.5claws107
8683
8684         * src/prefs_account.c
8685                 re-word a label
8686
8687 2002-11-09 [colin]      0.8.5claws106
8688
8689         * src/folderview.c
8690                 Minor esthetic fix
8691
8692 2002-11-09 [colin]      0.8.5claws105
8693
8694         * src/folderview.c
8695                 Fix prefs_filtering deletion for MH folders (same
8696                 reason as below)
8697         * src/prefs_filtering.c
8698                 Fix prefs_filtering renaming and deletion for 
8699                 folder-based processing rules.  
8700
8701 2002-11-09 [christoph]  0.8.5claws104
8702
8703         * src/compose.c
8704         * src/folder.[ch]
8705         * src/folderview.[ch]
8706         * src/import.c
8707         * src/inc.c
8708         * src/main.c
8709         * src/mainwindow.c
8710         * src/messageview.c
8711         * src/prefs_folder_item.c
8712         * src/procmsg.c
8713         * src/summaryview.c
8714                 implement a callback system for folder item updates
8715
8716 2002-11-09 [colin]      0.8.5claws103
8717
8718         * src/folderview.c
8719                 Fix prefs_filtering renaming for MH folders (we
8720                 shouldn't rename by path as another folder could
8721                 have the same hierarchy).
8722
8723 2002-11-09 [colin]      0.8.5claws102
8724
8725         * src/folder.c
8726                 Fix a leak found by Christoph, use better variable
8727                 names
8728
8729 2002-11-09 [colin]      0.8.5claws101
8730
8731         * src/folder.c
8732                 One more fix for processing rules
8733
8734 2002-11-08 [colin]      0.8.5claws100
8735         
8736         * src/matcher.c
8737                 Don't copy the compiled regexp (will be reevaluated)
8738         * src/folderview.c
8739                 Lock folderview while moving
8740         * src/folder.c
8741                 Provide info on what's happening to the user
8742
8743 2002-11-08 [colin]      0.8.5claws99
8744
8745         * src/folderview.c
8746                 Fix folder reordering after a move if parent is 
8747                 root
8748         * src/scoring.[ch]
8749                 Add function to copy a ScoringProp
8750         * src/prefs_folder_item.c
8751                 Copy scoring rules when copying a folder prefs
8752
8753 2002-11-08 [colin]      0.8.5claws98
8754
8755         * src/folderview.c
8756                 Fixes in case of failure
8757         * src/filtering.[ch]    
8758                 Add function to duplicate a FilteringProp
8759         * src/matcher.[ch]
8760                 Add function to duplicate a MatcherProp
8761         * src/prefs_folder_item.c
8762                 Save folder's processing rules when copying 
8763                 its prefs
8764
8765 2002-11-08 [colin]      0.8.5claws97
8766         
8767         * src/folderview.c
8768                 Sort after move
8769         * src/folder.c 
8770                 Change a printf to debug_print
8771
8772 2002-11-08 [colin]      0.8.5claws96
8773
8774         * src/folder.c
8775           src/folderview.c
8776                 Fix segfaults, call me stupido
8777         
8778
8779 2002-11-08 [colin]      0.8.5claws95
8780
8781         *src/folder.c
8782                 Added forgotten prefs to save when moving folders
8783
8784 2002-11-08 [colin]      0.8.5claws94
8785
8786         * src/folder.c
8787                 Fixes to folder DND (prefs copy)
8788         * src/folderview.c
8789                 Optimization for folder DND (don't rescan whole tree)
8790                 Added folderview_create_folder_node() for this 
8791                 optimization, so de-duped a bit the code
8792         * src/prefs_folder_item.[ch]
8793                 Added prefs_folder_item_copy_prefs()    
8794           
8795 2002-11-08 [paul]       0.8.5claws93
8796
8797         * src/prefs_account.c
8798           tools/README
8799           tools/kmail2sylpheed_v2.pl
8800                 correct some typos
8801
8802 2002-11-08 [paul]       0.8.5claws92
8803
8804         * src/compose.c
8805           src/prefs_account.[ch]
8806                 remove account options 'clearsign' and 'ascii_armored',
8807                 replace with 'default_gnupg_mode' to prevent mixed-mode
8808                 Privacy settings
8809
8810 2002-11-08 [paul]       0.8.5claws91
8811
8812         * src/compose.[ch]
8813                 re-implement GnuPG 'on-the-fly' mode selection,
8814                 disallow mixed-mode
8815
8816 2002-11-08 [colin]      0.8.5claws90
8817
8818         * src/folderview.c
8819           src/prefs_folder_item.c
8820                 Change "Property" to "Properties"
8821
8822 2002-11-07 [colin]      0.8.5claws89
8823
8824         * src/folderview.c
8825           src/folder.c
8826                 Allow folder dropping to a root folder
8827
8828 2002-11-07 [paul]       0.8.5claws88
8829
8830         * src/compose.c
8831                 revert last commit
8832
8833 2002-11-07 [paul]       0.8.5claws87
8834
8835         * src/compose.c
8836                 fix reply-to-list bug. closes bug report
8837                 "[633382] reply-to-list broken in recent cvs"
8838
8839 2002-11-07 [paul]       0.8.5claws86
8840
8841         * src/compose.c
8842                 add a forgotten '#if USE_GPGME ... #endif'
8843
8844 2002-11-07 [paul]       0.8.5claws85
8845
8846         * sync with 0.8.5cvs20
8847                 see ChangeLog 2002-11-07
8848
8849 2002-11-07 [colin]      0.8.5claws84
8850
8851         * src/folder.[ch]
8852                 Change folder_item_move_to to return the newly 
8853                 created folderitem.
8854         * src/folderview.c
8855                 Select the new folderitem after moving.
8856
8857 2002-11-07 [colin]      0.8.5claws83
8858
8859         * src/prefs_filtering.c
8860                 Fix rule rewriting when moving a leaf folder to a 
8861                 shorter path
8862
8863 2002-11-07 [colin]      0.8.5claws82
8864
8865         * src/prefs_filtering.c
8866                 fix a leak
8867
8868 2002-11-07 [colin]      0.8.5claws81
8869
8870         * src/folder.[ch]
8871                 Add folder_item_move_to() function to move a 
8872                 folderitem into another one (updates matcher etc)
8873         * src/folderview.c
8874                 Add folder drag'n drop (context menu to come)
8875                 [Should be dataloss free, but Please backup before 
8876                  trying !]
8877
8878 2002-11-06 [colin]      0.8.5claws80
8879
8880         * src/mh.c
8881                 mh_create_folder() returns NULL if can't create
8882                 directory hierarchy
8883
8884 2002-11-06 [paul]       0.8.5claws79
8885
8886         * src/compose.[ch]
8887                 allow 'on-the-fly' changing of the type of encryption 
8888                 and/or signing used (mime/ascii) via the compose window
8889
8890 2002-11-06 [paul]       0.8.5claws78
8891
8892         * sync with 0.8.5cvs19
8893                 see ChangeLog 2002-11-06 for src/account.c: 
8894                 account_get_special_folder()
8895                 
8896 2002-11-05 [alfons]     0.8.5claws77
8897
8898         * src/crash.c
8899                 very minor cleanups: nothing to see here, move on. :-)
8900
8901 2002-11-05 [colin]      0.8.5claws76
8902
8903         * src/main.c
8904                 Changes choices if compose windows are opened to
8905                 Discard, Draft, Don't quit
8906
8907 2002-11-05 [thorsten]   0.8.5claws75
8908
8909         * src/compose.c
8910                 reenabled default_reply_to folder option
8911
8912 2002-11-05 [colin]      0.8.5claws74
8913
8914         * src/compose.[ch] 
8915                 add compose_draft()
8916         * src/crash.c
8917                 add SIGTERM handler
8918         * src/main.[ch]
8919                 add clean_quit() for the SIGTERM handler
8920
8921 2002-11-05 [paul]       0.8.5claws73
8922         
8923         * po/es.po
8924                 updated by Ricardo Mones Lastra
8925
8926 2002-11-05 [melvin]     0.8.5claws72
8927
8928         * src/logwindow.c
8929                 Fixed log-clipping bug #616795.
8930                 To stop logging in the log window use 0 length.
8931         * src/prefs_common.c
8932                 Added a label to inform about the 0 log length behaviour.
8933
8934 2002-11-05 [paul]       0.8.5claws71
8935
8936         * sync with 0.8.5cvs17
8937                 see ChangeLog 2002-11-05
8938
8939 2002-11-04 [paul]       0.8.5claws70
8940
8941         * sylpheed-128x128.png
8942           sylpheed-64x64.png
8943           sylpheed.png
8944                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8945                 <nikai@users.sourceforge.net>
8946                 
8947         * po/bg.po
8948                 updated by George Danchev
8949
8950 2002-11-03 [thorsten]   0.8.5claws69
8951
8952         * src/main.c
8953           src/mimeview.c
8954           src/rfc2015.h
8955                 add check if gpg is active
8956
8957 2002-11-03 [thorsten]   0.8.5claws68
8958
8959         * src/toolbar.h
8960                 removed GSList declaration causing trouble on MacOS-X
8961                 (submitted by alfons, reported by xfesty)
8962
8963 2002-11-01 [paul]       0.8.5claws67
8964
8965         * src/mainwindow.c
8966                 remove last remnants of main's filter code
8967
8968 2002-11-01 [paul]       0.8.5claws66
8969
8970         * tools/filter_conv.pl
8971                 fix bug where user-defined headers were ignored
8972
8973 2002-11-01 [paul]       0.8.5claws65
8974
8975         * src/logwindow.c
8976                 make a debug_print() not translatable
8977
8978 2002-10-31 [melvin]     0.8.5claws64
8979
8980         * ac/aspell.m4
8981                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8982                 not run any GNU/aspell test.  The dictionary path will
8983                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8984                 was given, in which case, it will be $prefix/lib/aspell/
8985         * configure.in
8986                 Fixed typo in commentary (Aspell code).
8987
8988 2002-10-31 [paul]       0.8.5claws63
8989
8990         * po/POTFILES.in
8991                 remove src/filter.c and src/prefs_filter.c
8992                 thanks to Ricardo for reminding me
8993
8994 2002-10-31 [colin]      0.8.5claws62
8995
8996         * src/mbox_folder.c
8997                 Plug some leaks
8998
8999 2002-10-31 [paul]       0.8.5claws61
9000
9001         * src/prefs_filter.[ch] ** REMOVED **
9002           src/filter.[ch]       ** REMOVED **
9003           
9004         * src/Makefile.am
9005           src/folderview.c
9006           src/inc.c
9007           src/main.c
9008           src/mainwindow.c
9009           src/mbox.c
9010           src/prefs_common.c
9011           src/prefs_filtering.c
9012           src/summaryview.[ch]
9013                 remove main's 'filter' code
9014                 
9015         README.claws
9016                 update to reflect removal of main's filter
9017
9018 2002-10-31 [paul]       0.8.5claws60
9019
9020         * src/summaryview.c
9021                 remove check for global_processing in summary_filter_open(). 
9022                 This fixes the bug where if the user uses the right-click 
9023                 'Create filter rule...' and doesn't have any filter rules 
9024                 already defined in claws' advanced filtering, the newly 
9025                 created filter rule goes to main's filtering which is 
9026                 inaccessible through the gui. Now the filter rule gets added
9027                 to claws' filtering by default.
9028
9029 2002-10-28 [melvin]     0.8.5claws59
9030
9031         * src/prefs_actions.c
9032                 Fixed bug #627322 where MIME parts were not always
9033                 correctly passed to a %p action
9034                 Display an error dialog when message filename is not found.
9035
9036 2002-10-28 [melvin]     0.8.5claws58
9037
9038         * src/prefs_common.c
9039                 Readded a missing function declaration lost in 0.8.3claws34
9040
9041 2002-10-28 [paul]       0.8.5claws57
9042
9043         * sync with 0.8.5cvs15
9044                 see ChangeLog 2002-10-28 and 2002-10-25
9045                 
9046         Note: ChangeLog entry 2002-10-24 is not sync'ed.
9047
9048 2002-10-27 [oliver]     0.8.5claws56
9049
9050         * src/pop.c
9051                 plug leak in pop3_top_recv
9052
9053 2002-10-26 [christoph]  0.8.5claws55
9054
9055         * src/folder.c
9056                 set need_update folder flag when messages are added
9057                 (closes bug [ 626922 ] folder not updated after receiving)
9058
9059 2002-10-25 [melvin]     0.8.5claws54
9060
9061         * src/imageview.c
9062                 Fixed a memleak introduced in the scaling code.
9063
9064 2002-10-24 [alfons]     0.8.5claws53
9065
9066         * src/filtering.c
9067                 make filtering's forward message action forward from the 
9068                 correct account
9069                 (closes bug [628089 ] Filter -> Forward from address problem
9070                 reported by Oktay)
9071
9072 2002-10-24 [christoph]  0.8.5claws52
9073
9074         * src/mainwindow.c
9075         * src/manual.[ch]
9076                 o use manual of current locale or english if current
9077                   locale is not available (and english is available)
9078                 o also link to sylpheed doc project manuals
9079
9080 2002-10-23 [paul]       0.8.5claws51
9081
9082         * tools/README
9083           tools/kmail2sylpheed_v2.pl
9084                 add new version of kmail addressbook importer script.
9085                 works with newer versions of Kmail/KAddressBook which
9086                 have new and rearranged data.
9087
9088 2002-10-23 [martin]     0.8.5claws50
9089
9090         * src/folderview.c
9091         * src/summaryview.c
9092         * src/utils.h
9093         * src/utils.c
9094                 added length parameter to get_abbrev_newsgroup_name()
9095                 changed this function so that it abbreviates the newsgroup
9096                 names only so long it is smaller than the length parameter
9097                 (for better reading of some newsgroup names and space efficiency)
9098
9099 2002-10-22 [colin]      0.8.5claws49
9100
9101         *src/foldersel.c
9102                 Revert Alfons' last modification (after voting ;-))
9103
9104 2002-10-21 [alfons]     0.8.5claws48
9105
9106         * src/foldersel.c
9107                 folder view in folder selection dialog reflects state of
9108                 folder view in main window
9109
9110 2002-10-18 [alfons]     0.8.5claws47
9111
9112         * src/mbox.c
9113                 drop imported messages in folder selected by user,
9114                 and not in the inbox
9115                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9116
9117 2002-10-18 [alfons]     0.8.5claws46
9118
9119         * src/compose.c
9120                 make automagic reply work correctly for email accounts 
9121                 (whether it's viable to do a full sync with Hiro's 
9122                 compose.c is still under discussion)
9123
9124 2002-10-18 [melvin]     0.8.5claws45
9125
9126         * src/prefs_actions.c
9127                 Fixed bug #622275 where asynchroneous actions left 
9128                 zombies processes
9129                 Made (synchroneous) actions' input be displayed live.
9130
9131 2002-10-18 [christoph]  0.8.5claws44
9132
9133         * src/textview.c
9134                 don't add a newline in the textview in front of the
9135                 first textpart if header display is disabled
9136                 (closes bug [ 603385 ] disabled header display leaves blank
9137                  lin)
9138
9139 2002-10-18 [christoph]  0.8.5claws43
9140
9141         * src/folder.[ch]
9142         * src/imap.c
9143         * src/mbox_folder.c
9144         * src/mh.c
9145         * src/news.c
9146                 folder->get_num_list now returns an error code
9147                 (closes bug [ 609424 ] News cache cleared on failure)
9148                 
9149 2002-10-17 [colin]      0.8.5claws42
9150         
9151         * src/news.c
9152                 Changed a printf by debug_print
9153
9154 2002-10-16 [paul]       
9155
9156         * tools/OOo2sylpheed.pl
9157                 allow for spaces in the name of the
9158                 file to be attached.
9159
9160 2002-10-16 [colin]      0.8.5claws41
9161
9162         * src/main.c
9163                 Use a tristate to change online mode
9164
9165 2002-10-16 [paul]       0.8.5claws40
9166
9167         * po/es.po
9168                 updated by Ricardo Mones Lastra
9169
9170 2002-10-16 [colin]      0.8.5claws39
9171
9172         * src/main.c
9173           src/mainwindow.[ch]
9174                 Added --online and --offline command-line
9175                 switches
9176
9177 2002-10-15 [christoph]  0.8.5claws38
9178
9179         * src/procmime.c
9180                 set mimeinfo->name to NULL after g_free to
9181                 avoid double freeing with g_free
9182
9183 2002-10-14 [christoph]  0.8.5claws37
9184
9185         * src/compose.c
9186         * src/filtering.c
9187         * src/summaryview.c
9188                 remove calls to folder->change_flags that are now
9189                 done by procmsg flag functions (seems it is not
9190                 used by any foldertype anyway)
9191         * src/folder.c
9192                 init folder->change_flags with NULL
9193
9194 2002-10-14 [christoph]  0.8.5claws36
9195
9196         * src/folder.[ch]
9197         * src/imap.[ch]
9198                 use virtual functions for folder item new and destroy
9199                 functions
9200
9201 2002-10-14 [melvin]     0.8.5claws35
9202
9203         * src/compose.c
9204                 Added a test to not run the spell checker if no default
9205                 dictionary is available. No dialog is displayed though.
9206
9207 2002-10-14 [melvin]     0.8.5claws34
9208
9209         * src/gtkaspell.c
9210                 Fixed bug in dictionary list context menu where
9211                 "More..." pointed to an emtpy submenu if the
9212                 number of dictionaries is a multiple of 15
9213                 Removed unneeded code in suggestions list creation
9214
9215 2002-10-14 [paul]       0.8.5claws33
9216
9217         * po/bg.po
9218                 updated by George Danchev
9219
9220 2002-10-13 [hoa]        0.8.5claws32
9221
9222         * src/matcher.[ch]
9223           src/matcher_parser_parser.y
9224                 removed the escaped string from internal structure
9225                 of matcher.
9226
9227 2002-10-12 [colin]      0.8.5claws31
9228
9229         * src/gtksctree.[ch]
9230           src/summaryview.c
9231                 Removed useless function gtksctree_reanchor
9232
9233 2002-10-12 [alfons]     0.8.5claws30
9234         
9235         * sync with remaining main changes 2002-10-09 - 2002-10-11
9236         - drop changes to src/compose.c (requires claws specific changes)
9237         
9238 2002-10-12 [alfons]     0.8.5claws29
9239         
9240         * sync with main changes of 2002-10-08
9241         - drop changes to src/compose.c (requires claws specific changes)
9242         - drop changes to src/summaryview.c (requires changes to compose.c)     
9243
9244 2002-10-12 [alfons]     0.8.5claws28
9245         
9246         * sync with main changes of 2002-10-07
9247
9248 2002-10-12 [alfons]     0.8.5claws27
9249
9250         * sync with main changes of 2002-10-04
9251         - drop changes to src/compose.c (requires claws specific changes)
9252         - drop changes to src/prefs_folder_item.c (claws implementation
9253           seems to be working)
9254
9255 2002-10-12 [colin]      0.8.5claws26
9256
9257         * src/mainwindow.c
9258                 Fix folder-flicker when space-reading, introduced 
9259                 in claws22.
9260
9261 2002-10-12 [colin]      0.8.5claws25
9262
9263         * src/compose.c
9264                 Save account address when saving as draft.
9265                 (closes bug 621838)
9266
9267 2002-10-12 [colin]      0.8.5claws24
9268
9269         * src/summaryview.c
9270                 Fix the problem consisting of no message selected
9271                 after the last message in a folder has been moved.
9272
9273 2002-10-12 [paul]       0.8.5claws23
9274
9275         * src/compose.c
9276           src/prefs_template.c
9277           src/template.[ch]
9278                 add Cc and Bcc to templates. Patch submitted by
9279                 John L. Males.
9280
9281 2002-10-12 [colin]      0.8.5claws22
9282
9283         * src/folderview.c
9284                 Fix a bug after "Check for new messages":
9285                 If a folder was opened, it was still selected at
9286                 the end of the check, but displayed empty.
9287         * src/mainwindow.c
9288                 Remove unnecessary check
9289
9290 2002-10-12 [paul]
9291
9292         * tools/README
9293                 be more verbose in the description of
9294                 OOo2sylpheed.pl
9295                 
9296
9297 2002-10-11 [colin]      0.8.5claws21
9298
9299         * src/mainwindow.c
9300                 Make space work (better) when no mail is selected
9301
9302 2002-10-11 [colin]      0.8.5claws20
9303
9304         * src/inc.c
9305           src/news.c
9306                 fix warnings
9307
9308 2002-10-11 [colin]      0.8.5claws19
9309
9310         * src/mainwindow.c
9311                 revert 0.8.5claws6 changes as i couldn't get to
9312                 anything satisfying
9313
9314 2002-10-11 [melvin]     0.8.5claws18
9315
9316         * src/compose.c
9317                 Removed buggy and unused macro (should have been committed in
9318                 0.8.5claws17)
9319
9320 2002-10-11 [melvin]     0.8.5claws17
9321
9322         * src/compose.c
9323                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9324
9325 2002-10-11 [thorsten]   0.8.5claws16 
9326
9327         * src/folderview.c
9328                 remove rescan warning
9329
9330 2002-10-11 [colin]      0.8.5claws15 
9331
9332         * src/procheader.c
9333                 fix a segfault that happens if conv_unmime_header
9334                 fails (should be better to find out why it fails)
9335
9336 2002-10-11 [christoph]  0.8.5claws14
9337
9338         * src/summaryview.c
9339                 update folderview stats after ignore/unignore thread
9340
9341 2002-10-11 [hoa]        0.8.5claws13
9342
9343         * src/quote_fmt_parse.y
9344                 Fixed a yacc/bison syntax error
9345         * src/matcher.c
9346                 Escaping of string is fixed.
9347
9348 2002-10-11 [colin]      0.8.5claws12
9349
9350         * src/imageview.c
9351                 Resize images to fit
9352
9353 2002-10-11 [paul]       0.8.5claws11
9354
9355         * po/es.po
9356                 updated by Ricardo Mones Lastra
9357
9358 2002-10-10 [alfons]     0.8.5claws10
9359
9360         * src/compose.c
9361                 allow dropping files by "moving" files from a file manager,
9362                 not only by the more cumbersome "copying". the latter 
9363                 mostly implies holding down the Control button
9364
9365 2002-10-10 [christoph]  0.8.5claws9
9366
9367         * src/summaryview.c
9368                 update folders after thread building for ignored threads
9369
9370 2002-10-10 [christoph]  0.8.5claws8
9371
9372         * config/.cvsignore
9373                 added Makefile
9374         * src/filtering.[ch]
9375         * src/folder.[ch]
9376         * src/folderview.[ch]
9377         * src/import.c
9378         * src/inc.[ch]
9379         * src/mbox.[ch]
9380         * src/procmsg.c
9381         * src/summaryview.[ch]
9382                 o added new flag need_update to FolderItem
9383                 o removed folder_table from various functions from tracking
9384                   folder updates
9385                 o set need_update flags in folder.c's move, copy and delete
9386                   functions and procmsg's flags functions
9387                 o added function folderview_update_items_when_required that
9388                   updates all folders with need_update set
9389                 o call folderview_update_items_when_required instead of
9390                   folderview_update_item_foreach
9391
9392 2002-10-09 [sergey]     0.8.5claws7
9393
9394         * src/compose.c
9395                 Strip CRs whel loading the text into editor in reedit mode.
9396
9397 2002-10-09 [colin]      0.8.5claws6
9398
9399         * src/mainwindow.c
9400                 Make Space work when no mail is selected
9401
9402 2002-10-09 [colin]      0.8.5claws5
9403
9404         * src/gtksctree.[ch]
9405                 Fix range_select
9406                 Add gtk_sctree_reanchor() 
9407         * src/summaryview.c
9408                 Use gtk_sctree_reanchor() - better fix for 
9409                 bug 60413
9410
9411 2002-10-09 [colin]      0.8.5claws4
9412
9413         * src/summaryview.c
9414                 Fix shift-click select after delete problem
9415                 (closes bug 60413)
9416
9417 2002-10-08 [thorsten]   0.8.5claws3
9418
9419         * src/summaryview.c
9420                 exclude current msg from -hide read messages-
9421
9422 2002-10-08 [colin]      0.8.5claws2
9423
9424         * src/inc.[ch]
9425           src/pop.c
9426           src/recv.c
9427                 Differentiate socket errors from disk full
9428                 errors
9429
9430 2002-10-08 [christoph]  0.8.5claws1
9431
9432         * Makefile.am
9433         * configure.in
9434                 modifications for new config directory
9435
9436         * config.guess  ** REMOVED **
9437         * config.sub    ** REMOVED **
9438         * install-sh    ** REMOVED **
9439         * ltmain.sh     ** REMOVED **
9440         * missing       ** REMOVED **
9441         * mkinstalldirs ** REMOVED **
9442                 these files are autogenerated by automake
9443                 when you run autogen.sh
9444
9445         * config/.cvsignore     ** NEW FILE **
9446         * config/Makefile.am    ** NEW FILE **
9447                 ignore autogenerated files
9448                 create a Makefile in this directory
9449
9450 2002-10-08 [paul]       0.8.5claws
9451
9452         * 0.8.5claws release
9453         
9454         * src/compose.c
9455           src/procheader.c
9456           src/procmsg.c
9457                 fix quote reply format for newsgroups reply bug
9458                 (thanks to Hoa)
9459                 
9460         * po/en_GB.po
9461           po/pl.po
9462                 updated by me and Witold Wladyslaw Wojciech Wilk
9463                 repectively
9464
9465 2002-10-07 [paul]       0.8.3claws53
9466
9467         * po/it.po
9468           po/pt_BR.po
9469           po/sr.po
9470                 updated messages catalogs, submitted by
9471                 Alessandro Maestri, Fabio Jr.Beneditto 
9472                 and Urke MMI, respectively.
9473
9474 2002-10-07 [christoph]  0.8.3claws52
9475
9476         * src/folder.[ch]
9477         * src/folderview.c
9478         * src/mainwindow.c
9479                 fix new folder ghost message bug
9480                 (closes bug [ 619722 ] wrong count for newly created folders)
9481
9482 2002-10-07 [christoph]  0.8.3claws51
9483
9484         * src/compose.c
9485                 fix news posting problem
9486
9487 2002-10-07 [melvin]     0.8.3claws50
9488
9489         * po/fr.po
9490                 Updated French translation
9491
9492 2002-10-05 [christoph]  0.8.3claws49
9493
9494         * src/gtkstext.c
9495                 check if line_start_cache is set in gtk_stext_update_text
9496                 (closes bug [ 618119 ] crash while doing search in folder)
9497
9498 2002-10-05 [christoph]  0.8.3claws48
9499
9500         * src/imap.c
9501         * src/news.c
9502         * src/utils.c
9503         * src/utils.h
9504                 implement cache cleanups for claws' folder system
9505                 (closes bug [ 595916 ] imapcache not cleaned up)
9506
9507 2002-10-05 [melvin]     0.8.3claws47
9508
9509         * src/prefs_actions.c
9510                 Made the help text more clear for the %p token
9511
9512 2002-10-04 [paul]       0.8.3claws46
9513
9514         * sync with 0.8.5
9515                 see ChangeLog 2002-10-02 and 2002-10-03
9516
9517 2002-10-04 [christoph]  0.8.3claws45
9518
9519         * src/inc.c
9520                 fix segfault caused by pop before smtp
9521                 call to inc_account_mail with NULL
9522                 pointer for mainwin
9523
9524 2002-10-04 [paul]       0.8.3claws44
9525
9526         * configure.in
9527                 sync the LDAP detection from 0.8.5cvs1
9528
9529 2002-10-02 [christoph]  0.8.3claws43
9530
9531         * po/de.po
9532                 fix small spelling error
9533
9534 2002-10-02 [melvin]     0.8.3claws42
9535
9536         * ac/aspell.m4
9537                 Behave better and say "no" when test program cannot be run.
9538
9539 2002-10-02 [paul]       0.8.3claws41
9540
9541         * sync with 0.8.4cvs1
9542                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9543                 
9544         * src/summaryview.c
9545                 toggle the behavior of Reply menuitem between
9546                 normal reply and reply-to-list
9547
9548 2002-10-01 [sergey]     0.8.3claws40
9549
9550         * src/compose.c
9551                 Convert newlines in the message text to the canonical form
9552                 before base64 encoding (RFC2045 compliance, fixes some
9553                 interoperability issues with Evolution 1.0.3)
9554
9555 2002-09-29 [colin]      0.8.3claws39
9556
9557         * src/summaryview.c
9558                 Fix an unwanted copy/paste
9559
9560 2002-09-29 [colin]      0.8.3claws38
9561
9562         * src/mainwindow.c
9563                 Renamed "Custom toolbar" to "Customize toolbar"
9564                 Renamed "Show all header" to "Show all headers"
9565                 Renamed "Set diplay item" to "Set displayed items"
9566         * src/prefs_common.c
9567                 Renamed "Show all header" to "Show all headers"
9568         * src/prefs_summary_column.c
9569                 Renamed "diplay item" to "displayed items"
9570
9571 2002-09-29 [colin]      0.8.3claws37
9572
9573         * src/mainwindow.[ch]
9574                 online/offline status pixmaps follow theme
9575                 changes
9576         * src/summaryview.[ch]
9577                 quicksearch pixmap follows theme changes
9578
9579 2002-09-29 [thorsten]   0.8.3claws36
9580
9581         * src/compose.c
9582           src/prefs_folder_item.[ch]
9583                 add default_reply_to folder option (closes patch 581044)
9584
9585 2002-09-29 [christoph]  0.8.3claws35
9586
9587         * acconfig.h    ** REMOVED **
9588         * configure.in
9589         * ac/aspell.m4
9590         * ac/check-type.m4
9591         * ac/gnupg-check-typedef.m4
9592                 fix autoheader 2.50 warning
9593
9594 2002-09-29 [christoph]  0.8.3claws34
9595
9596         * major code cleanup (part 2)
9597         
9598                 - unused variables removed
9599                 - unused functions removed
9600                 - uninitialized variables checked
9601                 - missing return statements added
9602                 - missing function return types added
9603                 - added parentheses around assignment
9604                   when suggested by gcc
9605
9606 2002-09-29 [alfons]     0.8.3claws33
9607
9608         * src/logwindow.c
9609                 log_window_clear(): only bracket gtk_text_forward_delete() 
9610                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9611                 works around GTK text bug)
9612
9613 2002-09-29 [paul]       0.8.3claws32
9614
9615         * po/bg.po
9616           po/sr.po
9617                 updated by George Danchev and Urke MMI
9618                 respectively
9619
9620 2002-09-27 [christoph]  0.8.3claws31
9621
9622         * doc-src/readme.txt
9623         * doc-src/rfc1806.txt   ** REMOVED **
9624         * doc-src/rfc2183.txt   ** NEW FILE **
9625         * doc-src/rfc2980.txt   ** NEW FILE **
9626                 update rfcs
9627
9628 2002-09-27 [melvin]     0.8.3claws30
9629
9630         * ac/aspell.m4
9631                 Fixed typo which could break linking
9632
9633 2002-09-27 [melvin]     0.8.3claws29
9634
9635         * ac/aspell.m4
9636                 Improved GNU/aspell checking. 
9637                 Fixed bug #614490
9638
9639 2002-09-27 [paul]       0.8.3claws28
9640
9641         * sync with 0.8.3cvs8
9642                 see ChangeLog 2002-09-27
9643
9644 2002-09-26 [colin]      0.8.3claws27
9645
9646         * src/toolbar.[ch]
9647           src/mainwindow.[ch]
9648                 Add "Reply to Mailing-list" to the toolbar
9649
9650 2002-09-26 [christoph]  0.8.3claws26
9651
9652         * src/summaryview.c
9653                 Fix wrong message counts in summaryview status
9654
9655 2002-09-26 [paul]       0.8.3claws25
9656
9657         * sync with 0.8.3cvs7
9658                 see ChangeLog 2002-09-26
9659
9660 2002-09-26 [paul]       0.8.3claws24
9661
9662         * sync with 0.8.3cvs6
9663                 see ChangeLog 2002-09-25
9664
9665 2002-09-25 [christoph]  0.8.3claws23
9666
9667         * src/prefs_common.c
9668         * src/prefs_folder_item.c
9669         * src/prefs_scoring.c
9670                 Renamed "kill score" to "hide score" in GUI
9671                 and prefs files
9672
9673 2002-09-25 [paul]       0.8.3claws22
9674
9675         * sync with 0.8.3cvs5
9676                 see ChangeLog 2002-09-24
9677
9678 2002-09-24 [alfons]     0.8.3claws21
9679
9680         patch by Satoshi Nagayasu: allows appending / saving multiple 
9681         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9682         'Save as ...'")
9683
9684         * AUTHORS
9685                 add Satoshi Nagayasu
9686         * src/summaryview.c
9687                 summary_save_as(): allow saving selected files to
9688                 one file
9689                 summary_set_menu_sensitive: enable "Save As..." when
9690                 multiple files are selected
9691         * src/utils.[ch]
9692                 append_file(): new function
9693
9694 2002-09-24 [colin]      0.8.3claws20
9695
9696         * src/procmime.c
9697                 Fix segfault when mimeinfo doesn't have a 
9698                 content_type. 
9699
9700 2002-09-24 [colin]      0.8.3claws19
9701
9702         * src/prefs_common.[ch]
9703                 Add a preference to display send dialog or not
9704         * src/send.c
9705                 Display send dialog according to preference
9706
9707 2002-09-24 [colin]      0.8.3claws18
9708
9709         * src/compose.[ch]
9710                 Disable user actions when sending
9711
9712 2002-09-24 [colin]      0.8.3claws17
9713
9714         * src/procmime.c
9715                 Do not display name or filename for attachments
9716                 with an application/pgp-signature type
9717                 (security flaw, see bug 537413)
9718
9719 2002-09-23 [colin]      0.8.3claws16
9720
9721         * src/editaddress.c
9722                 Initialize entry_email, entry_alias and 
9723                 entry_remarks to first email address of the list
9724
9725 2002-09-23 [colin]      0.83claws15
9726
9727         * src/compose.c
9728                 Drop pgp-signature when reediting a signed queued
9729                 message
9730
9731 2002-09-23 [melvin]     0.8.3claws14
9732
9733         * po/fr.po
9734                 Updated French translation
9735
9736 2002-09-23 [melvin]     0.8.3claws13
9737
9738         * src/mainwindow.c
9739                 Made custom toolbar menu labels more consistent
9740         * src/prefs_toolbar.c
9741                 Made custom toolbar window title more consistent
9742
9743 2002-09-22 [colin]      0.8.3claws12
9744
9745         * src/inc.c
9746                 Initialize session type to normal before getting 
9747                 mail (fixes strange Get behaviour)
9748         * src/prefs_account.h
9749                 Move STYPE_POP_BEFORE_SMTP to last position to 
9750                 avoid other side-effects
9751
9752 2002-09-22 [colin]      0.8.3claws11
9753
9754         * src/prefs_account.c
9755                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9756                 from pop3 to apop or vice-versa
9757
9758 2002-09-22 [colin]      0.8.3claws10
9759         
9760         * src/prefs_account.[ch]
9761                 Add an option for the POP before SMTP timeout
9762         * src/inc.c
9763                 Remember time of last POP connection
9764         * src/send.c
9765                 Do POP before SMTP only if timeout reached
9766
9767 2002-09-22 [oliver]     0.8.3claws9
9768         
9769         * README.claws
9770                 explain custom toolbar
9771
9772 2002-09-22 [oliver]     0.8.3claws8
9773
9774         * src/prefs_actions.[ch]
9775         custom toolbar for compose      
9776                 actions callback from compose toolbar
9777         * src/folderview.c
9778                 remove include toolbar.h
9779
9780 2002-09-22 [oliver]     0.8.3claws7
9781         
9782         * src/prefs_toolbar.[ch]
9783                 custom toolbar for compose
9784                 - generic prefs_toolbar handles both
9785                   Mainwin's toolbar as well as Compose toolbar          
9786
9787 2002-09-22 [oliver]     0.8.3claws6
9788         
9789         * src/toolbar.[ch]
9790                 custom toolbar for compose
9791                 restructure toolbar.[ch]
9792
9793 2002-09-22 [oliver]     0.8.3claws5
9794
9795         * src/compose.[ch]
9796                 custom toolbar for compose
9797
9798 2002-09-22 [oliver]     0.8.3claws4
9799         
9800         * src/mainwindow.[ch]
9801                 custom toolbar for compose 
9802                 move mainwin toolbar back to mainwindow
9803
9804 2002-09-22 [alfons]     0.8.3claws3
9805
9806         * src/procmsg.c
9807                 :%sno/if(/if (/gc
9808                 :%sno/for(/for (/gc
9809                 (beautify)
9810
9811 2002-09-22 [alfons]     0.8.3claws2
9812         
9813         * src/procmsg.c
9814                 procmsg_save_to_outbox(): don't unlink message file from queue;
9815                 callers should do it using folder_item_remove_msg()
9816
9817 2002-09-22 [colin]      0.8.3claws1
9818
9819         * src/mimeview.[ch]
9820                 Made mimeview_check_signature() public
9821         * src/textview.c
9822                 Made GPG signatures verifiable by clicking
9823                 the [application/pgp-signature] in the Text
9824                 view
9825
9826 2002-09-22 [paul]       0.8.3claws
9827
9828         * po/bg.po
9829           po/en_GB.po
9830           po/es.po
9831           po/it.po
9832           po/pl.po
9833           po/pt_BR.po
9834           po/sr.po
9835                 updated translations, submitted by George Danchev,
9836                 me, Ricardo Mones Lastra, Alessandro Maestri,
9837                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9838                 and Urke MMI, respectively.     
9839
9840 2002-09-22 [alfons]     0.8.2claws65
9841
9842         * src/procmsg.c
9843         * src/pgptext.c
9844                 no furry valgrinds have been used to plug these memleaks
9845
9846 2002-09-20 [paul]       0.8.2claws64
9847
9848         * sync with 0.8.3cvs4
9849                 'Select thread' re-implemented 
9850                 see ChangeLog 2002-09-20
9851
9852 2002-09-21 [alfons]     0.8.2claws63
9853
9854         * src/compose.c
9855                 compose_send(): plug unnoticed memleak
9856
9857 2002-09-20 [alfons]     0.8.2claws62
9858
9859         * src/addr_compl.c
9860                 replace_address_in_edit(): strict check for NULL address to
9861                 fix "[ 607348 ] Segfault in address completion". My guess is
9862                 that this happens with an empty address book, but it's good
9863                 to have this check here anyway
9864                 
9865                 completion_window_button_press(): free string returned 
9866                 from the internal cache
9867
9868 2002-09-20 [christoph]  0.8.2claws61
9869
9870         * src/procmime.h
9871                 added ENC_BINARY to EncodingType
9872         * src/procmime.c
9873                 the string returned by procmime_get_encoding_str
9874                 should not depend on the order of values in the
9875                 EncodingType definition
9876         * doc-src/rfc1806.txt   ** NEW FILE **
9877                 Added rfc1806 about MIME Content-Disposition
9878                 Extension
9879
9880 2002-09-19 [paul]       0.8.2claws60
9881
9882         * sync with 0.8.2cvs3
9883                 see ChangeLog 2002-09-19
9884
9885 2002-09-19 [paul]       0.8.2claws59
9886
9887         * src/prefs_folder_item.c
9888                 revert to Darko's original alignment of colour
9889                 selector button
9890                 add a colon to folder_color label
9891                 
9892         * src/compose.c
9893                 add Colin's patch (with Hiro's modifications) to 
9894                 force BASE64 encoding for 8-bit text when signing
9895                 (sync with 0.8.3cvs2)
9896
9897 2002-09-18 [alfons]     0.8.2claws58
9898
9899         * src/compose.c
9900                 :%sno/if(/if (/gc
9901                 :%sno/for(/for (/gc
9902                 (beautify a little bit)
9903
9904 2002-09-18 [christoph]  0.8.2claws57
9905
9906         * src/pine.c
9907                 fix handling of fgetc return value
9908
9909 2002-09-17 [alfons]     0.8.2claws56
9910         
9911         * src/summaryview.c
9912                 summary_sort(): check non-NULL summaryview->folder_item when no 
9913                 folder is selected at all
9914                 (closes "[ 610344 ] sort label make syl Crash")
9915
9916 2002-09-17 [alfons]     0.8.2claws55
9917         
9918         * src/compose.c
9919                 beautify a little bit
9920
9921 2002-09-17 [christoph]  0.8.2claws54
9922
9923         * src/folder.c
9924                 initialize max values for cache and folder
9925                 when cache or folder is empty
9926
9927 2002-09-15 [colin]      0.8.2claws53
9928
9929         * src/compose.c
9930                 Fix a leak (thanks Alfons!) and cleaned
9931                 variables names for custom headers
9932
9933 2002-09-15 [colin]      0.8.2claws52
9934
9935         * src/compose.c
9936                 Fix custom headers recognition when
9937                 prefs_common.trans_hdr is on
9938
9939 2002-09-15 [colin]      0.8.2claws51
9940
9941         * src/compose.c
9942                 Allow dynamically-added custom headers
9943                 Yet not reparsed if reedited
9944
9945 2002-09-15 [alfons]     0.8.2claws50
9946
9947         * src/prefs_account.c
9948                 fix warnings
9949
9950 2002-09-15 [colin]      0.8.2claws49
9951         
9952         * src/prefs_account.c
9953                 fix pop_before_smtp sensitivity
9954
9955 2002-09-15 [colin]      0.8.2claws48
9956
9957         * src/inc.[ch]
9958                 add inc_pop_before_smtp()
9959                 allow MainWindow to be undefined in 
9960                 inc_account_mail() and inc_start()
9961         * src/pop.c
9962           src/prefs_account.h
9963                 add STYPE_POP_BEFORE_SMTP session type
9964         * src/prefs_account.c
9965                 activated pop before smtp option
9966         * src/send.c
9967                 do pop before smtp if the relevant option 
9968                 is set
9969
9970 2002-09-15 [paul]       0.8.2claws47
9971
9972         * sync with 0.8.3
9973                 see ChangeLog 2002-09-15
9974
9975 2002-09-14 [paul]       0.8.2claws46
9976
9977         * po/bg.po
9978                 updated Bulgarian translation, submitted by
9979                 George Danchev
9980
9981 2002-09-13 [paul]       0.8.2claws45
9982
9983         * src/compose.c
9984                 merge claws' select_account() with main's
9985                 (new) compose_select_account(). [sync with
9986                 0.8.2cvs15, see ChangeLog 2002-09-11]
9987
9988 2002-09-12 [christoph]  0.8.2claws44
9989
9990         * src/filter.c
9991                 allocate 1 elements of FolderItem not 0
9992
9993 2002-09-12 [colin]      0.8.2claws43
9994
9995         * src/compose.c
9996                 Fix bug #590825 (obey Follow-up: poster)
9997
9998 2002-09-12 [colin]      0.8.2claws42
9999
10000         * src/procmime.c
10001                 Fix bug #557009 (wrong headers for messages 
10002                 forwarded as attachments)
10003
10004 2002-09-11 [colin]      0.8.2claws41
10005         
10006         * src/compose.c
10007                 Put SCF: pseudo-header on top of message
10008                 Set draft tmp_flag when saved as draft
10009
10010         * src/procmsg.c
10011           src/procheader.c
10012                 Skip after first \n\n for beginning of real message
10013                 for drafts too
10014
10015 2002-09-11 [christoph]  0.8.2claws40
10016
10017         * src/filtering.c
10018                 use procmsg flag functions in filtering or processing
10019                 will cause incorrect folder message counts
10020
10021 2002-09-11 [colin]      0.8.2claws39
10022
10023         * src/compose.c
10024                 Fix bug #550175 - wrong save folder when reediting
10025                 drafts
10026
10027 2002-09-11 [paul]       0.8.2claws38
10028
10029         * sync with 0.8.2cvs14
10030                 see ChangeLog 2002-09-11
10031
10032 2002-09-11 [colin]      0.8.2claws37
10033
10034         * src/folder.c
10035                 Fix a typo (seeming to cause new/unread status to
10036                 be lost)
10037
10038 2002-09-10 [christoph]  0.8.2claws36
10039
10040         * src/compose.c
10041                 compose_redirect should not use compose_generic_new
10042                 because that does more stuff than expected including
10043                 opening the external editor
10044                 (closes bug "[ 526608 ] bounced messages appear blank
10045                  in editor")
10046
10047 2002-09-10 [christoph]  0.8.2claws35
10048
10049         * src/folder.c
10050                 fix problem with too large message number range
10051                 causing a crash in folder_item_scan
10052
10053 2002-09-10 [paul]       0.8.2claws34
10054
10055         * sync with 0.8.2cvs13
10056                 see ChangeLog 2002-09-10
10057
10058 2002-09-10 [christoph]  0.8.2claws33
10059
10060         * src/msgcache.c
10061                 set MsgInfo TmpFlags for queue and draft folders
10062                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
10063
10064 2002-09-10 [paul]       0.8.2claws32
10065
10066         * AUTHORS
10067           po/bg.po      ** NEW FILE **
10068                 new Bulgarian translation submitted by
10069                 George Danchev <danchev@spnet.net>
10070                 
10071         * tools/Makefile.am
10072           tools/README
10073           tools/tb2sylpheed     ** NEW FILE **
10074                 add script that converts an addressbook exported
10075                 from The Bat! into a Sylpheed addressbook. Submitted
10076                 by Urke MMI <urke-kg@eunet.yu>
10077
10078 2002-09-10 [paul]       0.8.2claws31
10079
10080         * sync with 0.8.2cvs12
10081                 see ChangeLog 2002-09-10
10082
10083 2002-09-06 [paul]       0.8.2claws30
10084
10085         * src/prefs_common.c
10086                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10087                 
10088         * tools/Makefile.am
10089           tools/README
10090           tools/ldif-to-xml.py  ** REMOVED **
10091                 remove obsolete python script
10092
10093 2002-09-06 [paul]       0.8.2claws29
10094
10095         * sync with 0.8.2cvs10
10096                 see ChangeLog 2002-09-06
10097
10098 2002-09-04 [paul]       0.8.2claws28
10099
10100         * sync with 0.8.2cvs9
10101                 see ChangeLog 2002-08-04
10102
10103 2002-09-04 [colin]      0.8.2claws27 
10104
10105         * src/prefs_common.[ch]
10106                 Added signature color configuration
10107         * src/textview.c
10108                 Use user-specified signature color
10109
10110 2002-09-03 [colin]      0.8.2claws26
10111
10112         * src/prefs_common.[ch]
10113                 Added autosave and autosave_length prefs
10114         * src/compose.c
10115                 Added compose_remove_draft()
10116                 Auto-save drafts according to the prefs
10117         * src/main.c
10118                 Added a crash-indicator file, allowing to check
10119                 for new messages on startup if Sylpheed crashed
10120                 (makes saved drafts "reappear")
10121
10122 2002-09-03 [colin]      0.8.2claws25
10123
10124         * src/textview.[ch]
10125                 Grey the signature
10126
10127 2002-09-03 [paul]       0.8.2claws24
10128
10129         * sync with 0.8.2cvs8
10130                 see ChangeLog 2002-09-02 and 2002-09-03
10131
10132 2002-09-03 [darko]      0.8.2claws23
10133
10134         * src/folderview.c
10135                 use normal style when creating new folder to pick
10136                 proper font size 
10137
10138 2002-09-02 [melvin]     0.8.2claws22
10139
10140         * src/gtkaspell.m4
10141                 removed some obsolete code
10142
10143 2002-09-02 [melvin]     0.8.2claws21
10144
10145         * ac/aspell.m4
10146                 fixed test's equality sign (== to =)
10147
10148 2002-09-02 [alfons]     0.8.2claws20
10149
10150         * src/folder.c
10151         * src/mh.c
10152                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10153                 as folder->destroy virtual as suggested by Hiro
10154                 (the mh.c code seems to have been lost around mh.c.1.21)
10155
10156 2002-09-02 [paul]       0.8.2claws19
10157
10158         * po/pt_BR.po
10159                 updated by Fabio Jr. Beneditto
10160                 
10161         * src/defs.h
10162                 use 'http://claws.sylpheed.org' for homepage link. 
10163                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10164
10165 2002-09-01 [alfons]     0.8.2claws18
10166
10167         * src/mh.c
10168                 plug memleak related to one Martin Kluge found
10169
10170 2002-08-31 [paul]       0.8.2claws17
10171
10172         * sync with 0.8.2cvs6
10173                 see ChangeLog 2002-08-30
10174
10175 2002-08-31 [alfons]     0.8.2claws16
10176
10177         * src/folder.c
10178                 folder_destroy(): remove mailbox from folderlist even if it has
10179                 no destroy virtual
10180
10181 2002-08-31 [alfons]     0.8.2claws15
10182
10183         * src/folder.c
10184                 :%sno/if(/if (/gc
10185                 :%sno/for(/for (/gc
10186                 (being pedantic I know)
10187
10188 2002-08-31 [alfons]     0.8.2claws14
10189
10190         * src/folder.c
10191                 check for NULL pointers returned from folder->fetch_msginfo virtual
10192                 (should solve some reported crashes)
10193
10194 2002-08-30 [alfons]     0.8.2claws13
10195
10196         * acconfig.h
10197         * configure.in
10198         * src/crash.c
10199                 enable crash dialog on compilation time
10200                 (--enable-crash-dialog configure option)
10201
10202 2002-08-30 [alfons]     0.8.2claws12
10203
10204         * AUTHORS
10205                 add Martin Kluge
10206         * src/mh.c
10207                 apply memory leak plug patch by Martin Kluge
10208                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10209                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10210                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10211
10212 2002-08-30 [darko]      0.8.2claws11
10213
10214         * src/folderview.c
10215                 copy Gtk style from normal style to match
10216                 font size for coloured folders
10217
10218 2002-08-29 [alfons]     0.8.2claws10
10219
10220         * sylpheed.desktop
10221                 Type=Internet <- Type=Application
10222                 (reported by Michael Schwendt, see:
10223                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10224                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10225
10226 2002-08-29 [paul]       0.8.2claws9
10227
10228         * sync with 0.8.2cvs5
10229                 see ChangeLog 2002-08-29
10230
10231 2002-08-29 [colin]      0.8.2claws8
10232
10233         * src/summaryview.c
10234                 Added a sanity check in summary_select_thread
10235                 Should fix bug 601605
10236
10237 2002-08-29 [colin]      0.8.2claws7
10238
10239         * src/main.c
10240                 Revert claws6 changes regarding bug #591676
10241
10242 2002-08-28 [colin]      0.8.2claws6
10243         
10244         * src/main.c
10245                 Ignore cache for queue folderitems
10246                 Fix bug #591676
10247
10248 2002-08-28 [melvin]     0.8.2claws5
10249
10250         * README.claws
10251                 Fixed typos.
10252
10253 2002-08-28 [melvin]     0.8.2claws4
10254
10255         * README.claws
10256                 Updated a bit the text concerning the spell checker
10257
10258 2002-08-28 [melvin]     0.8.2claws3
10259
10260         Merged the GNU_aspell_branch:
10261                 Support of new GNU/aspell is now included and the old pspell
10262                 is not supported anymore.
10263                 See README.claws
10264
10265         * README.claws
10266                 Updated spell checker text to reflect the switch to GNU/aspell
10267
10268         * ac/aspell.m4          *** NEW ***
10269         * src/gtkaspell.[ch]    *** NEW *** 
10270         * ac/pspell.m4          *** DELETED *** 
10271         * src/gtkspell.[ch]     *** DELETED ***
10272
10273         * ac/Makefile.am
10274                 Updated for GNU/aspell support
10275
10276         * po/POTFILES.in
10277                 Replaced gtkspell.c by gtkaspell.c
10278
10279         * acconfig.h
10280         * src/Makefile.am
10281         * src/about.c
10282         * src/compose.[ch]
10283         * src/crash.c
10284         * src/main.c
10285         * src/prefs_common.[ch]
10286                 Updated for GNU/aspell support
10287
10288 2002-08-28 [paul]       0.8.2claws2
10289
10290         * sync with 0.8.2cvs4
10291                 see ChangeLog 2002-08-27 and 2002-08-28
10292
10293 2002-08-28 [colin]      0.8.2claws1
10294
10295         * src/summary_search.c
10296                 Added "AND search"
10297
10298 2002-08-28 [jens]       0.8.2claws
10299
10300         *po/de.po
10301                 Updated German translations
10302
10303 2002-08-27 [melvin]     0.8.2claws
10304
10305         * po/fr.po
10306                 Updated French translations
10307
10308 2002-08-27 [paul]       0.8.2claws
10309
10310         * sync with 0.8.2 main release
10311
10312         * po/en_GB.po
10313           po/es.po
10314           po/it.po
10315           po/pl.po
10316           po/pt_BR.po
10317           po/sr.po
10318                 updated message catalogs submitted by
10319                 Ricardo Mones Lastra, Alessandro Maestri,
10320                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10321                 Beneditto and Urke MMI  
10322
10323 2002-08-27 [hoa]        0.8.1claws123
10324
10325         * src/mainwindow.[ch]
10326         * src/summaryview.[ch]
10327                 removed the "filter setting" menu option.
10328                 add a "cancel a news message" menu option.
10329
10330 2002-08-26 [martin]     0.8.1claws122
10331
10332         * ChangeLog.claws
10333                 changed string under 0.8.1claws79 changed by myself
10334                 i'm sorry alfons :(
10335
10336 2002-08-26 [martin]     0.8.1claws121
10337
10338         * src/crash.c
10339                 added kill command to debuggerrc to start crash dialog
10340
10341 2002-08-26 [paul]       0.8.1claws120
10342
10343         * sync with 0.8.1cvs31
10344                 see ChangeLog 2002-08-26
10345
10346 2002-08-25 [alfons]     0.8.1claws119
10347
10348         * src/procmsg.c
10349                 fix bug that didn't send out correct headers to news server
10350                 when sending news article and email from queue (bug reported
10351                 and patch provided by Tim Mann; closes bug 
10352                 "[ 583196 ] 0.7.8claws can't post news")
10353
10354 2002-08-25 [alfons]     0.8.1claws118
10355
10356         * src/selective_download.c
10357                 mark two strings as translatable
10358                 (thanks to Urke MMI for pointing this out)
10359
10360 2002-08-25 [alfons]     0.8.1claws117
10361
10362         * src/summaryview.c
10363                 treat sent boxes as special and allow sorting them by addressee
10364                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10365                 submitted by Steve Lamb)
10366
10367 2002-08-24 [alfons]     0.8.1claws116
10368
10369         * src/matcher.c
10370                 fix memleak reported by Martin Kluge
10371                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10372
10373 2002-08-24 [oliver]     0.8.1claws115
10374
10375         * src/prefs_toolbar.c
10376                 o code cleanup as suggested by Alfons
10377                 o memleak fix
10378
10379 2002-08-24 [alfons]     0.8.1claws114
10380
10381         * src/summaryview.c
10382                 o fix another memory leak reported by Martin Kluge
10383                   (see "[ 599568 ] Small Memory Leak")
10384                 o remove 'from' variable from 'summary_set_header()'; we can
10385                   do with just 'to' 
10386
10387 2002-08-24 [paul]       0.8.1claws113
10388
10389         * sync with 0.8.1cvs30
10390                 see ChangeLog 2002-08-23
10391
10392 2002-08-24 [alfons]     0.8.1claws112
10393
10394         * src/summaryview.c
10395                 remove unnecessary allocations for search bar fixing leaks
10396                 reported by Martin Kluge
10397                 (see "[ 599451 ] Further memory leaks?")
10398
10399 2002-08-24 [alfons]     0.8.1claws111
10400
10401         * src/main.c
10402                 make get_socket_name() public for crash.c
10403         * src/crash.c
10404                 o make report bug button work (goes to claws' 
10405                   bug tracker at sf.net)
10406                 o introduce function for doing important stuff just
10407                   before claws goes down
10408                 o clean up code 
10409
10410 2002-08-24 [alfons]     0.8.1claws110
10411
10412         * src/compose.c
10413                 move cursor to "To" entry when forwarding as attachment
10414                 (reported and solved by Steve Lamb, closes bug report
10415                 "[ 592880 ] Forward as attachment; cursor not in to")
10416
10417 2002-08-24 [colin]      0.8.1claws109
10418
10419         * src/mainwindow.c
10420                 fix quick search visibility after GUI (de)separations.
10421
10422 2002-08-23 [colin]      0.8.1claws108
10423
10424         * src/mainwindow.c
10425                 fix header pane visibility after folderview or
10426                 messageview (de)separation
10427
10428 2002-08-23 [paul]       0.8.1claws107
10429
10430         * src/mainwindow.[ch]
10431           src/toolbar.c
10432                 give full control of display or non-display 
10433                 of the Execute icon to Custom toolbar settings.
10434                 add new sensitivity condition to maninwindow.h: 
10435                 M_DELAY_EXEC
10436
10437         * ChangeLog
10438           ChangeLog.jp
10439           NEWS
10440                 more sync with 0.8.1cvs29
10441
10442 2002-08-23 [melvin]     0.8.1claws106
10443
10444         * src/alertpanel.c
10445                 Readded support for custom widget in alertpanel lost in last
10446                 sync.
10447
10448 2002-08-23 [paul]       0.8.1claws105
10449
10450         * sync with 0.8.1cvs29
10451                 see ChangeLog 2002-08-23
10452
10453 2002-08-23 [colin]      0.8.1claws104
10454
10455         * src/summaryview.c
10456                 Fix folder and search pixmaps exchanging positions
10457                 after theme or toolbar changes. Thank to Oliver for 
10458                 reporting this.
10459
10460 2002-08-23 [colin]      0.8.1claws103
10461
10462         * src/mainwindow.c
10463           src/messageview.[ch]
10464           src/noticeview.[ch]
10465           src/summaryview.c
10466                 Changed messageview_create() and noticeview_create()
10467                 to avoid the last gdk_warning
10468
10469 2002-08-22 [colin]      0.8.1claws102
10470
10471         * src/summaryview.c
10472                 Fix my new `Creating pixmap from xpm' warning
10473
10474 2002-08-22 [colin]      0.8.1claws101
10475
10476         * src/mainwindow.c
10477                 Fix some of the gdk warnings
10478
10479 2002-08-22 [colin]      0.8.1claws100
10480
10481         * src/Makefile.am
10482         * src/stock_pixmap.c
10483         * src/stock_pixmap.h
10484         * src/pixmaps/quicksearch.xpm *ADDED*
10485                 Add the quicksearch pixmap
10486         * src/mainwindow.c
10487         * src/summaryview.c
10488         * src/summaryview.h
10489                 Make quicksearch bar visible/hidden via a button
10490
10491 2002-08-22 [christoph]  0.8.1claws99
10492
10493         * src/folder.c
10494                 fix folder update for newsgroups with message
10495                 numbers below minimum number of articles to fetch
10496                 (closes bug #598445)
10497
10498 2002-08-22 [paul]       0.8.1claws98
10499
10500         * sync with 0.8.1cvs28
10501                 see ChangeLog 2002-08-22
10502
10503 2002-08-21 [alfons]     0.8.1claws97
10504
10505         * src/crash.c
10506                 use bt instead of bt full which seems to work 
10507                 better, and bt full doesn't give a great deal 
10508                 of information anyway
10509
10510 2002-08-21 [colin]      0.8.1claws96
10511
10512         * src/summaryview.c
10513                 fix summaryview_searchtype_changed prototype
10514
10515 2002-08-21 [christoph]  0.8.1claws95
10516
10517         * src/mainwindow.c
10518                 o fix broken menu update for sorting type, we have to
10519                   get this info from the summaryview now
10520                 o removed setting of threaded state in menu callback
10521         * src/summaryview.[ch]
10522                 more summaryview/folderitem seperation for
10523                 threading option
10524         * configure.in
10525                 removed not required --with-compiler-flags option
10526
10527 2002-08-21 [oliver]     0.8.1claws94
10528         
10529         * src/toolbar.h 
10530                 o rename toolbar.xml to toolbar_main.xml
10531                   since toolbar_compose.xml might come up 
10532                   any time soon
10533         * README.claws
10534                 add custom toolbar              
10535
10536 2002-08-21 [darko]      0.8.1claws93
10537
10538         * src/procmsg.c
10539                 don't reset tmp flags for messages copied
10540                 to sent folder
10541
10542 2002-08-21 [colin]      0.8.1claws92
10543         
10544         * src/prefs_filtering.c
10545                 fix renaming rules on folder rename 
10546                 when folder is not a leaf folder
10547
10548 2002-08-21 [paul]       0.8.1claws91
10549
10550         * src/prefs_folder_item.c
10551                 fix alignment of colour selector
10552
10553 2002-08-21 [paul]       0.8.1claws90
10554
10555         * sync with 0.8.1cvs27
10556                 see ChangeLog 2002-08-21
10557
10558 2002-08-21 [paul]       0.8.1claws89
10559
10560         * src/summaryview.c
10561                 fix crash when changing field type in
10562                 Quick search bar
10563
10564 2002-08-21 [colin]      0.8.1claws88
10565
10566         * src/summaryview.c
10567                 Made quick search case-insensitive
10568
10569 2002-08-21 [paul]       0.8.1claws87
10570
10571         * sync with 0.8.1cvs26
10572                 see ChangeLog 2002-08-21
10573
10574 2002-08-20 [christoph]  0.8.1claws86
10575
10576         * src/folderview.c
10577         * src/main.c
10578         * src/summaryview.[ch]
10579                 more summaryview/folderitem seperation for
10580                 sort_key and sort_type
10581         * src/procmsg.c
10582                 added missing return statement
10583
10584 2002-08-20 [colin]      0.8.1claws85
10585
10586         * src/summaryview.[ch]
10587                 Added a quick search box
10588         * src/mainwindow.c
10589         * src/prefs_common.[ch]
10590                 Added a show/hide option for the quick search
10591
10592 2002-08-20 [oliver]     0.8.1claws84
10593         
10594         * src/mainwindow.c
10595                 remove toolbar_create_popups
10596         * src/toolbar.[ch]
10597                 o remove toolbar_create_popups
10598                 o fix toolbar_set_sensitive 
10599                   (Bug reports #596834 and #596832)     
10600         * src/prefs_toolbar.c
10601                 o add "Set default" button
10602                 o align label and text + combo widgets
10603
10604 2002-08-20 [hoa]        0.8.1claws83bis
10605
10606         * src/imap.c
10607                 fixed a bug in imap_fetch_msginfo() in case there is no
10608                 current folder.
10609
10610 2002-08-20 [darko]      0.8.1claws83
10611
10612         * src/folderview.c
10613                 copy the color style of folder view so it
10614                 works with GTK themes
10615
10616 2002-08-20 [darko]      0.8.1claws82
10617
10618         * src/folder.h
10619         * src/folderview.c
10620         * src/prefs_folder_item.[hc]
10621                 don't use UI stuff in folder.h
10622
10623 2002-08-20 [darko]      0.8.1claws81
10624
10625         * src/folder.h
10626         * src/prefs_folder_item.h
10627         * src/folderview.c
10628         * src/prefs_folder_item.c
10629                 ability to set folder color in folderview
10630
10631 2002-08-19 [alfons]     0.8.1claws80
10632
10633         * src/summaryview.c
10634                 fix one of the earlier memleaks reported by Martin Kluge
10635
10636 2002-08-19 [alfons]     0.8.1claws79
10637
10638         * src/mainwindow.c
10639                 hide notice view when selecting seperate folder
10640                 view (reported by Urke MMI)
10641
10642 2002-08-19 [christoph]  0.8.1claws78
10643
10644         * src/folderview.c
10645         * src/prefs_folder_item.h
10646         * src/summaryview.[ch]
10647                 o add summary_set_prefs_from_folderitem to set
10648                   summaryview prefs (first step to remove all
10649                   references to the folderitem in summaryview)
10650                 o moved compiled regex stuff from folderitem prefs
10651                   to summaryview code
10652
10653 2002-08-19 [paul]       0.8.1claws77
10654
10655         * src/compose.c
10656                 add check for '.' to QUOTE_IF_REQUIRED
10657
10658 2002-08-19 [paul]       0.8.1claws76
10659
10660         * src/inc.c
10661                 sync with 0.8.1cvs25 (plug memory leak)
10662
10663         * src/prefs_toolbar.c
10664                 re-order prefs_toolbar_cancel()
10665
10666 2002-08-18 [alfons]     0.8.1claws75
10667
10668         * src/inc.c
10669         * src/matcher.c
10670                 plug other memleaks reported by Martin Kluge
10671
10672 2002-08-18 [paul]       0.8.1claws74
10673
10674         * po/pt_BR.po
10675                 updated by Fabio Jr. Beneditto
10676
10677 2002-08-18 [paul]       0.8.1claws73
10678
10679         * src/toolbar.[ch]
10680                 fix bug where tooltips were displayed untranslated              
10681
10682         * src/prefs_toolbar.c
10683                 fix bug where clicking 'Cancel' creates an icon & text
10684                 toolbar regardless of prefs
10685         
10686
10687 2002-08-17 [oliver]     0.8.1claws72
10688
10689         * src/prefs_toolbar.c
10690                 update toolbar on CANCEL
10691                 bug reported by Martin Kluge
10692         * src/toolbar.c
10693                 toolbar_destroy memleak fixed           
10694
10695 2002-08-17 [alfons]     0.8.1claws71
10696
10697         * src/toolbar.c
10698                 plug another memleak reported by Martin Kluge
10699
10700 2002-08-16 [alfons]     0.8.1claws70
10701
10702         * src/crash.c
10703                 use execvp() correctly (suggested by wwp; thanks!)
10704
10705 2002-08-16 [alfons]     0.8.1claws69
10706
10707         * src/gtksctree.c
10708                 plug memory leak reported by Kim Schultz & Martin Kluge
10709
10710 2002-08-16 [paul]       0.8.1claws68
10711
10712         * po/es.po
10713                 updated by Ricardo Mones Lastra
10714
10715 2002-08-16 [paul]       0.8.1claws67
10716
10717         * src/toolbar.h
10718                 fix bug where 'Compose News' icon showed wrong
10719                 tooltip
10720
10721 2002-08-16 [paul]       0.8.1claws66
10722
10723         * sync with 0.8.1cvs24
10724                 see ChangeLog 2002-08-16
10725
10726         * po/it.po
10727                 updated by Alessandro Maestri
10728
10729 2002-08-15 [paul]       0.8.1claws65
10730
10731         * po/sr.po
10732                 updated by Urke MMI
10733
10734 2002-08-15 [paul]       0.8.1claws64
10735
10736         * src/*.c
10737                 don't translate debug info
10738
10739         * src/matcher.[ch]
10740                 add copyright info
10741
10742 2002-08-15 [paul]       0.8.1claws63
10743
10744         * src/prefs_toolbar.c
10745                 fix bug where clicking 'OK' creates an icon & text
10746                 toolbar regardless of prefs
10747
10748 2002-08-14 [alfons]     0.8.1claws62
10749
10750         * src/main.c
10751                 add global var that has the full argv[0]
10752         * src/crash.c
10753                 o execvp the correct sylpheed by using argv0
10754                   and setting the correct work dir
10755                 o other tweaks  
10756
10757 2002-08-14 [oliver]     0.8.1claws61
10758         
10759         * enable/disable Toolbar Action Buttons 
10760         * code cleanups
10761         * src/mainwindow.c
10762         * src/toolbar.[ch]      
10763         * src/prefs_toolbar.c   
10764
10765 2002-08-14 [melvin]     0.8.1claws60
10766
10767         * po/fr.po
10768                 Updated French translations
10769
10770 2002-08-14 [melvin]     0.8.1claws59
10771
10772         * src/crash.c
10773                 Made bug report not translatable
10774         * src/exporthtml.c
10775                 Fixed exporthtml_build_filespec() return value
10776         * src/foldersel.c
10777                 Fixed incorrect include file
10778         * src/gtkspell.c
10779         * src/prefs_actions.c
10780         * src/prefs_toolbar.c
10781                 Made debug info not translatable
10782         * src/mutt.c
10783         * src/quote_fmt.c
10784                 Added missing includes
10785         * src/prefs_common.c
10786                 Fixed typo
10787
10788 2002-08-14 [paul]       0.8.1claws58
10789
10790         * faq/es/sylpheed-faq.html
10791           faq/es/sylpheed-faq-[1-3].html
10792           faq/es/sylpheed-faq-4.html     **NEW FILE **
10793                 update Spanish FAQ
10794
10795 2002-08-13 [christoph]  0.8.1claws57
10796
10797         * src/procmsg.c
10798                 ignore thread fix that did not mark all
10799                 child nodes of a ignored thread as
10800                 ignored. Does not work perfectly yet,
10801                 but it is better now
10802
10803 2002-08-13 [alfons]     0.8.1claws56
10804
10805         * src/crash.c
10806                 o implement 'save crash log'
10807                 o some tweaks
10808
10809 2002-08-13 [melvin]     0.8.1claws55
10810
10811         * src/main.c
10812                 removed unrequired "execinfo.h" header
10813
10814 2002-08-12 [paul]       0.8.1claws54
10815
10816         * faq/en/sylpheed-faq.html
10817           faq/en/sylpheed-faq-[1-3].html
10818           faq/en/sylpheed-faq-4.html     **NEW FILE **
10819                 update English FAQ
10820
10821 2002-08-12 [alfons]     0.8.1claws53
10822
10823         * po/POTFILES.in
10824                 add crash.c to translatables
10825         * src/crash.c
10826                 bring in Leandro's crash dialog
10827
10828 2002-08-11 [alfons]     0.8.1claws52
10829
10830         * src/crash.c
10831                 clean up some warnings
10832
10833 2002-08-11 [alfons]     0.8.1claws51
10834
10835         * acconfig.h
10836         * configure.in
10837         * src/crash.[ch]        ** NEW FILES **
10838         * src/main.c            
10839                 initial gdb crash handler
10840
10841 2002-08-11 [paul]       0.8.1claws50
10842
10843         * src/prefs_toolbar.c
10844                 replace Up/Down arrow pixmaps with text to be
10845                 consistent across icon themes
10846
10847 2002-08-11 [paul]       0.8.1claws49
10848
10849         * src/prefs_common.c
10850           src/prefs_toolbar.c
10851                 rename 'Pixmap' -> 'Icon'
10852
10853         * src/toolbar.[ch]
10854                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10855
10856 2002-08-10 [paul]       0.8.1claws48
10857
10858         * src/prefs_toolbar.c
10859                 re-work the UI
10860
10861 2002-08-10 [paul]       0.8.1claws47
10862
10863         * src/main.c
10864                 don't write Processing progress to status bar
10865                 patch submitted by Alexander Evseev
10866
10867         * src/prefs_toolbar.c
10868                 re-position and resize window
10869                 make window assume correct size on first call
10870
10871 2002-08-10 [paul]       0.8.1claws46
10872
10873         * src/mainwindow.c
10874           src/prefs_toolbar.c
10875           src/toolbar.c
10876           src/toolbar.h
10877                 obey coding style
10878                 follow UI text conventions
10879
10880 2002-08-10 [alfons]     0.8.1claws45
10881
10882         * src/toolbar.c
10883                 correct pixmap for delete action
10884
10885 2002-08-10 [paul]       0.8.1claws44
10886
10887         * po/pt_BR.po
10888                 updated by Fabio Jr. Beneditto
10889
10890 2002-08-10 [paul]       0.8.1claws43
10891
10892         * po/POTFILES.in
10893                 add custom toolbar files
10894
10895 2002-08-10 [paul]       0.8.1claws42
10896
10897         * sync with 0.8.1cvs22
10898                 see ChangeLog 2002-08-09
10899
10900 2002-08-09 [paul]       0.8.1claws41
10901
10902         * tools/Makefile.am
10903           tools/README
10904           tools/outlook2sylpheed.pl     ** NEW FILE **
10905                 add script to convert exported Outlook
10906                 contacts list to a Sylpheed addressbook.
10907                 Submitted by Ricardo Mones Lastra.
10908
10909 2002-08-09 [paul]       0.8.1claws40
10910
10911         * AUTHORS
10912           configure.in
10913           po/sr.po      ** NEW FILE **
10914                 add Serbian message catalog. Submitted by
10915                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10916
10917 2002-08-09 [paul]       0.8.1claws39
10918
10919         * sync with 0.8.1cvs21
10920                 see ChangeLog 2002-08-08
10921
10922 2002-08-08 [oliver]     0.8.1claws38
10923
10924         * src/mainwindow.c
10925                 move Custom Toolbar to Configuration menu
10926
10927 2002-08-08 [oliver]     0.8.1claws37
10928
10929         * src/prefs_toolbar.c
10930                 fix substitute pixmap bug
10931
10932 2002-08-08 [paul]       0.8.1claws36
10933
10934         * sync with 0.8.1cvs19
10935                 see ChangeLog 2002-08-08
10936
10937 2002-08-07 [christoph]  0.8.1claws35
10938
10939         * src/utils.c
10940                 fixed a memory leak in new canonicalize_file_replace
10941
10942 2002-08-07 [christoph]  0.8.1claws34
10943
10944         * src/utils.[ch]
10945                 o canonicalize_file_replace should create the temporary
10946                   file in the same directory as the original file.
10947                 o added get_tmpfile_in_dir that creates a temorary file
10948                   in a specified directory.
10949
10950 2002-08-07 [melvin]     0.8.1claws33
10951
10952         * src/toolbar.c
10953                 fixed bug where 'Article' button acted as 'Email' button.
10954
10955 2002-08-07 [paul]       0.8.1claws32
10956
10957         * sync with 0.8.1.cvs17
10958                 see ChangeLog 2002-08-07
10959
10960 2002-08-07 [colin]      0.8.1claws31
10961         
10962         * src/news.c
10963                 fix mass-cancel problem
10964
10965 2002-08-07 [thorsten]   0.8.1claws30
10966
10967         * src/prefs_toolbar.c
10968                 fix: crash on replace or add new button
10969         * src/toolbar.c
10970                 fix: close xmlfile after reading
10971         * src/utils.c
10972                 fix: unlink() file before rename()
10973
10974 2002-08-06 [paul]       0.8.1claws29
10975
10976         * sync with 0.8.cvs15
10977                 see ChangeLog 2002-08-06
10978
10979 2002-08-06 [oliver]     0.8.1claws28
10980
10981         * src/toolbar.c
10982         * src/prefs_toolbar.c
10983                 fixed empty toolbar issue
10984
10985 2002-08-06 [oliver]     0.8.1claws27
10986
10987         * Custom Toolbar Final 
10988         * src/folderview.c
10989         * src/inc.c
10990         * src/summaryview.c
10991                 o toolbar stuff now lives in src/toolbar.[ch]
10992                 o main_window_toolbar_* functions are renamed to
10993                   toolbar_* reflecting their new source file
10994         * src/mainwindow.[ch]
10995                 o remove toolbar stuff  
10996
10997 2002-08-06 [oliver]     0.8.1claws26
10998         
10999         * src/Makefile.am
11000         * src/prefs_toolbar.[ch]        **New File**
11001         * src/toolbar.[ch]              **New File**
11002                 o prefs_toolbar.[ch] custom toolbar frontend
11003                 o toolbar.[ch]       backend 
11004
11005 2002-08-06 [oliver]     0.8.1claws25
11006
11007         * src/prefs_actions.[ch]
11008                 o new exported function actions_execute
11009
11010 2002-08-06 [paul]       0.8.1claws24
11011
11012         * sync with 0.8.1cvs4
11013                 see ChangeLog 2002-08-06
11014
11015 2002-08-06 [paul]       0.8.1claws23
11016
11017         * sync with 0.8.1cvs13
11018                 see ChangeLog 2002-08-06
11019
11020 2002-08-06 [paul]       0.8.1claws22
11021
11022         * sync with 0.8.1cvs12
11023                 see ChangeLog 2002-08-05 and 2002-08-06
11024
11025 2002-08-06 [match]      0.8.1claws21
11026
11027         * src/addrclip.c
11028                 improvements to cut/copy/paste address
11029
11030 2002-08-05 [match]      0.8.1claws20
11031
11032         * src/addritem.[ch]
11033         * src/addrcache.c
11034         * src/addrbook.c
11035         * src/editaddress.c
11036         * src/addressbook.c
11037                 fixes to improve cut/copy/paste
11038
11039 2002-08-06 [melvin]     0.8.1claws19
11040
11041         * src/account.[ch]
11042                 account_find_all_from_address(): new function that returns the
11043                 list of all accounts that are matched in an address.
11044         * src/alertpanel.[ch]
11045                 alertpanel() now accepts a custom widget
11046                 alertpanel_with_widget(): new function that pops up a panel with
11047                 a custom widget in it 
11048         * src/gtkutils.[ch]
11049                 gtkut_account_menu_new(): new function that allows the selection
11050                 of an account from a list of accounts.
11051         * src/messageview.c
11052                 Extended Return Receipt notification to select the correct 
11053                 account and to make a security test on the Delivery-Notification
11054                 address which should be the same as the Return-Path.
11055
11056 2002-08-06 [thorsten]   0.8.1claws18
11057
11058         * src/mimeview.c
11059                 attach_all: save unnamed as "noname.%d",
11060                 dont free static dirname
11061
11062 2002-08-05 [alfons]     0.8.1claws17
11063
11064         * configure.in
11065                 detect XIM by trying to link rather than compile a XIM program
11066
11067 2002-08-05 [oliver]     0.8.1claws16
11068                 
11069         * src/stock_pixmap.[ch]
11070                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
11071                 o new func to retrieve pixmaps
11072
11073 2002-08-05 [paul]       0.8.1claws15
11074
11075         * sync with 0.8.1cvs10
11076                 see ChangeLog 2002-08-05
11077
11078 2002-08-04 [alfons]     0.8.1claws14
11079
11080         * src/textview.c
11081                 see if this plugs memleak
11082
11083 2002-08-04 [melvin]     0.8.1claws13
11084
11085         * src/gtkspell.c
11086                 fixed bug that could crash Sylpheed when highlighting
11087                 all misspelled words.
11088
11089 2002-08-03 [melvin]     0.8.1claws12
11090
11091         * src/prefs_actions.c
11092                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11093         * src/messageview.c
11094                 fixed bug where the Return Receipt was sent to
11095                 Delivery-Notification-To address even if it was not present
11096
11097 2002-08-02 [alfons]     0.8.1claws11
11098
11099         * src/prefs_actions.c
11100                 o more check for NULLs
11101                 o put create_io_dialog() in right conditional block
11102
11103 2002-08-02 [paul]       0.8.1claws10
11104
11105         * po/es.po
11106                 updated by Ricardo Mones Lastra
11107
11108 2002-08-01 [christoph]  0.8.1claws9
11109
11110         * src/folder.c
11111                 don't free the cache of the opened
11112                 folder in the summaryview
11113         * src/summaryview.c
11114                 don't unset flags, if it is not required
11115
11116 2002-08-01 [paul]       0.8.1claws8
11117
11118         * sync with 0.8.1cvs8
11119                 see ChangeLog entry 2002-08-01
11120
11121 2002-08-01 [paul]       0.8.1claws7
11122
11123         * sync with 0.8.1cvs7
11124                 see ChangeLog 2002-07-31 and 2002-08-01
11125
11126 2002-07-31 [christoph]  0.8.1claws6
11127
11128         * src/mainwindow.c
11129                 forgot to update menu sensitivity
11130                 function for new menu entry
11131
11132 2002-07-31 [alfons]     0.8.1claws5
11133
11134         * src/main.c
11135                 check folder item and its path for NULL on
11136                 initial processing
11137
11138 2002-07-31 [christoph]  0.8.1claws4
11139
11140         * src/folder.c
11141                 check if folder_item_get_msginfo in
11142                 folder_item_remove_msg returned NULL
11143         * src/imap.c
11144                 better clear the uid cache in the
11145                 uid validity check function and delete
11146                 cached messages
11147
11148 2002-07-31 [paul]       0.8.1claws3
11149
11150         * man/sylpheed.1
11151                 add the '--attach' option and a few other
11152                 minor changes
11153
11154 2002-07-31 [paul]       0.8.1claws2
11155
11156         * sync with 0.8.1cvs5
11157                 see ChangeLog 2002-07-31
11158
11159 2002-07-31 [christoph]  0.8.1claws1
11160
11161         * src/folderview.[ch]
11162         * src/mainwindow.c
11163                 replace "Rescan all folders..." with
11164                 "Check all folders for new messages..."
11165
11166 2002-07-30 [paul]       0.8.1claws
11167
11168         * version 0.8.1claws released
11169
11170 2002-07-30 [paul]       0.8.0claws29
11171
11172         * tools/OOo2sylpheed.pl ** NEW FILE **
11173           tools/README
11174                 add script to enable sending documents as
11175                 attachments from OpenOffice.org
11176
11177 2002-07-30 [melvin]     0.8.0claws28
11178
11179         * src/prefs_actions.c
11180                 Made the actions' input/output dialog display
11181                 without delay.
11182
11183 2002-07-30 [christoph]  0.8.0claws27
11184
11185         * src/procmsg.c
11186                 check if folder_item_get_msginfo in
11187                 procmsg_save_to_outbox returned NULL
11188
11189 2002-07-30 [paul]       0.8.0claws26
11190
11191         * sync with 0.8.1cvs4
11192                 see ChangeLog 2002-07-29
11193
11194 2002-07-29 [thorsten]   0.8.0claws25
11195
11196         * README.claws
11197                 added selective download, delete on server
11198
11199 2002-07-29 [paul]       0.8.0claws24
11200
11201         * sync with 0.8.1cvs3
11202                 see ChangeLog 2002-07-29
11203
11204 2002-07-27 [christoph]  0.8.0claws23
11205
11206         * src/folder.c
11207                 add extra check if fetching the msginfo
11208                 returned NULL
11209
11210 2002-07-27 [paul]       0.8.0claws22
11211
11212         * sync with 0.8.1cvs2
11213                 see ChangeLog 2002-07-26
11214
11215 2002-07-27 [christoph]  0.8.0claws21
11216
11217         * src/imap.c
11218                 add another check if a valid msginfo
11219                 was returned
11220
11221 2002-07-26 [hoa]        0.8.0claws20
11222
11223         * src/folder.c
11224                 Fixed a condition in folder_item_destroy()
11225
11226         * src/imap.c
11227                 Fixed an error in IMAP protocol
11228
11229 2002-07-26 [alfons]     0.8.0claws19
11230
11231         * src/folder.c
11232                 ofcourse compare with identifier, not the path
11233
11234 2002-07-26 [alfons]     0.8.0claws18
11235
11236         * src/folder.c
11237                 use folder item identifier for saving / restoring
11238                 preferences because folder->path might not be unique
11239
11240 2002-07-26 [melvin]     0.8.0claws17
11241
11242         * src/logwindow.c
11243                 Fixed a crash introduced in 0.8.0claws5 when log is 
11244                 cut under 80 characters.
11245
11246 2002-07-26 [paul]       0.8.0claws16
11247
11248         * sync with 0.8.1cvs1
11249                 see ChangeLog 2002-07-26
11250
11251 2002-07-26 [christoph]  0.8.0claws15
11252
11253         * src/imap.[ch]
11254                 imap folder now remembers the last selected
11255                 folder and imap_fetch_msginfo skips selecting
11256                 the folder if it is already selected
11257
11258 2002-07-26 [christoph]  0.8.0claws14
11259
11260         * src/folder.c
11261         * src/folderview.c
11262         * src/imap.c
11263                 fix imap folder rescanning
11264
11265 2002-07-25 [christoph]  0.8.0claws13
11266
11267         * src/filter.c
11268         * src/folder.[ch]
11269         * src/folderview.c
11270         * src/imap.[ch]
11271         * src/mainwindow.c
11272         * src/mbox_folder.c
11273         * src/mh.c
11274         * src/news.c
11275                 implement imap uid cache and uid validity check
11276
11277 2002-07-25 [alfons]     0.8.0claws12
11278
11279         * src/summaryview.c
11280                 fix a brown paper bag bug, and also add some more
11281                 checks
11282
11283 2002-07-25 [christoph]  0.8.0claws11
11284
11285         * src/folder.c
11286                 don't mix copy, fetch_msginfo and remove
11287                 operations in folder item copy and move
11288                 operations
11289
11290 2002-07-25 [christoph]  0.8.0claws10
11291
11292         * src/folderview.c
11293         * src/mainwindow.c
11294         * src/prefs_folder_item.c
11295         * src/summaryview.[ch]
11296                 remove no longer required parameter update_cache from
11297                 summary_show
11298
11299 2002-07-25 [paul]       0.8.0claws9
11300
11301         * sync with 0.8.1
11302         
11303         * AUTHORS
11304                 a few corrections
11305
11306 2002-07-24 [alfons]     0.8.0claws8
11307
11308         * src/summaryview.c
11309                 sort correctly when using simplified subject line
11310                 (closes feature request "[ 585141 ] applying regexp to subject 
11311                 before sort" submitted by Alexandra Walford)
11312
11313 2002-07-24 [paul]       0.8.0claws7
11314
11315         * sync with 0.8.0cvs3
11316                 see ChangeLog 2002-07-24
11317
11318 2002-07-23 [christoph]  0.8.0claws6
11319
11320         * src/folder.c
11321         * src/folder.h
11322         * src/summaryview.c
11323         * src/summaryview.h
11324         * src/main.c
11325                 o separate processing and summaryview
11326                 o removed summary_write_cache from summaryview
11327                 o removed summaryview->killed_messages, because we don't have
11328                   to keep a list of killed messages anymore. New cache will
11329                   keep the hidden messages in cache anyway
11330         * src/folderview.c
11331         * src/inc.c
11332         * src/selective_download.c
11333                 o removed unnecessary summary_write_cache calls
11334         * src/procmsg.c
11335                 o don't set ignore thread flag in procmsg_get_thread_tree
11336                   if it is already set
11337         * src/mainwindow.c
11338         * src/statusbar.h
11339                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11340                   they are used in different files
11341
11342 2002-07-23 [melvin]     0.8.0claws5
11343
11344         * src/addressbook.c
11345         * src/addrgather.c
11346         * src/editaddress.c
11347         * src/editgroup.c
11348         * src/editldap_basedn.c
11349         * src/importldif.c
11350         * src/prefs_common.c
11351                 Fixed few memory leak (gtk_editable_get_chars returns
11352                 an allocated string)
11353         * src/logwindow.c
11354                 Fixed few memory leak (gtk_editable_get_chars returns
11355                 an allocated string) and modified a little the log cutting
11356                 loop.
11357         * src/compose.c
11358                 Replaced a call to an obsolete function gtk_entry_get_text()
11359                 by gtk_editable_get_chars()
11360         * src/send.c
11361                 Removed a debug printf
11362
11363 2002-07-23 [christoph]  0.8.0claws4
11364
11365         * src/filesel.c
11366                 fix another g_dirname memory leak
11367
11368 2002-07-23 [christoph]  0.8.0claws3
11369
11370         * src/mh.c
11371                 fixed a memory leak in mh_fetch_msginfo
11372                 fixed crash when message header could not be
11373                 parsed
11374
11375 2002-07-23 [paul]       0.8.0claws2
11376
11377         * sync with 0.8.0cvs2
11378                 see ChangeLog 2002-07-23
11379
11380 2002-07-23 [paul]       0.8.0claws1
11381
11382         * sync with 0.8.0cvs1
11383                 see ChangeLog 2002-07-23
11384
11385 2002-07-23 [paul]       0.8.0claws
11386
11387         * release of 0.8.0claws
11388
11389 2002-07-23 [paul]       0.7.8claws99
11390
11391         * po/ru.po
11392                 new Russian translation, submitted by
11393                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11394
11395 2002-07-22 [jens]       0.7.8claws98
11396
11397         * po/de.po
11398                 Updated German translations.
11399
11400 2002-07-22 [paul]       0.7.8claws97
11401
11402         * po/es.po
11403           po/it.po
11404           po/nl.po
11405           po/pt_BR.po
11406                 updated translations by Ricardo Mones Lastra,
11407                 Alessandro Maestri, Wilbert Berendsen and 
11408                 Fabio Jr. Beneditto respectively
11409
11410 2002-07-22 [christoph]  0.7.8claws96
11411
11412         * src/mimeview.c
11413                 fix memory leak caused by wrong g_dirname usage
11414
11415 2002-07-22 [christoph]  0.7.8claws95
11416
11417         * src/summaryview.c
11418                 update new and unread message counts for summaryview
11419                 summaryview does not get it from the folder anymore
11420                 and has to update the values itself
11421
11422 2002-07-22 [melvin]     0.7.8claws94
11423
11424         * po/fr.po
11425                 Updated French translations.
11426
11427 2002-07-22 [christoph]  0.7.8claws93
11428
11429         * src/matcher.c
11430                 set prop->preg pointer to NULL or following check
11431                 will not fail and regexec will be called with
11432                 invalid pointer
11433
11434 2002-07-21 [alfons]     0.7.8claws92
11435         
11436         * src/prefs_common.[ch]
11437                 remove option "Send return receipt on request"
11438
11439 2002-07-21 [thorsten]   0.7.8claws91
11440
11441         * src/mimeview.c
11442                 fixed memleaks, coding style as pointed out by alfons
11443
11444 2002-07-21 [alfons]     0.7.8claws90
11445
11446         * src/messageview.c
11447         * src/noticeview.[ch]
11448                 o fix bug notice view being displayed when going to empty folder 
11449                   (noticed by Christoph)
11450                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11451                   (noticed by Thorsten)
11452
11453 2002-07-21 [thorsten]   0.7.8claws89
11454
11455         * src/mimeview.c
11456                 Included save_all patch from Xaview FACQ
11457                 added support for pathnames
11458
11459 2002-07-21 [alfons]     0.7.8claws88
11460
11461         * po/POTFILES.in
11462         * src/Makefile.am
11463         * src/mainwindow.c
11464         * src/messageview.[ch]
11465         * src/noticeview.c      ** NEW FILE **
11466         * src/noticeview.h      ** NEW FILE **
11467                 make return receipts work again
11468                 (UI idea by Leandro Pereira)
11469
11470 2002-07-21 [paul]       0.7.8claws87
11471
11472         * src/summaryview.c
11473                 fix sensitivity of 'Select thread'
11474
11475 2002-07-21 [paul]       0.7.8claws86
11476
11477         * src/prefs_common.c
11478                 add browser command line for Galeon
11479
11480 2002-07-21 [paul]       0.7.8claws85
11481
11482         * Makefile.am
11483                 fix 'EXTRA_DIST': remove README.README, add TODO
11484                 and TODO.claws
11485
11486 2002-07-21 [alfons]     0.7.8claws84
11487
11488         * src/gtkstext.c
11489                 make enter clear selection
11490                 (closes "[ 579888 ] Editor selection/entry error"
11491                 reported by Steve Lamb)
11492
11493 2002-07-21 [alfons]     0.7.8claws83
11494         
11495         * src/summaryview.c
11496                 sort message list when selecting unthread messages
11497                 (closes "[ 501593 ] switching threaded view doesn't sort"
11498                 reported by Simon Schubert)
11499
11500 2002-07-20 [alfons]     0.7.8claws82
11501         
11502         * src/matcher.c
11503                 const-correctness
11504
11505 2002-07-20 [thorsten]   0.7.8claws81
11506
11507         * src/matcher.c
11508                 Fixed expansion of empty fields in matchactions
11509
11510 2002-07-19 [melvin]     0.7.8claws80
11511
11512         * src/gtkspell.c
11513                 Removed a duplicate menu entry (fast mode) introduced during
11514                 the new cache merge
11515                 Added a menu separator between 'Use alternate' and 'Fast mode'
11516
11517 2002-07-19 [paul]       0.7.8claws79
11518
11519         * tools/Makefile.am
11520           tools/README
11521                 correct typos
11522
11523 2002-07-19 [thorsten]   0.7.8claws78
11524
11525         * tools/calypso_convert.pl      ** NEW FILE **
11526           tools/README
11527           tools/Makefile.am
11528                 script to import mbox files exported
11529                 by calypso
11530                 o generates folder structure
11531                 o includes attachments
11532
11533 2002-07-19 [melvin]     0.7.8claws77
11534
11535         * src/selective_download.[ch]
11536                 Fixed bug where closing the dialog with the window manager's
11537                 close button will not unlock the summary
11538                 Corrected some function declarations that missed a return value
11539                 Made the source code comply better with coding style.
11540         * src/prefs_common.c
11541                 Added new browser command line for Mozilla.
11542
11543 2002-07-18 [paul]       0.7.8claws76
11544
11545         * src/mainwindow.c
11546           src/selective_download.[ch]
11547                 reflect theme changes, fix Gdk Warning when creating 
11548                 pixmap from NULL window, and minor clean up.
11549                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11550
11551         * po/en_GB.po
11552                 updated
11553
11554 2002-07-17 [paul]       0.7.8claws75
11555
11556         * INSTALL[.jp]
11557                 sync with 0.8.0
11558         
11559         * po/en_GB.po
11560                 updated
11561
11562 2002-07-16 [paul]       0.7.8claws74
11563
11564         * tools/filter_conv.pl
11565           tools/README
11566                 replace conversion script with reimplemented version, 
11567                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11568
11569 2002-07-16 [colin]      0.7.8claws73
11570
11571         * src/summaryview.c
11572                 remove forgotten debug messages - sorry ;-)
11573
11574 2002-07-16 [colin]      0.7.8claws72
11575
11576         * src/mimeview.c
11577           src/summaryview.c
11578           src/textview.c
11579           src/textview.h
11580                 add the ability to select part of a text mime-part 
11581                 to reply.
11582
11583 2002-07-15 [christoph]  0.7.8claws71
11584
11585         * src/folder.c
11586                 fix folder message count for folders without
11587                 msg_is_changed (includes news folders)
11588
11589 2002-07-15 [martin]     0.7.8claws70
11590
11591         * src/summaryview.c
11592                 option "display recipient on 'From'..." now works
11593                 without the need of enabling the option
11594                 "display  sender  using  address  book".
11595
11596 2002-07-15 [christoph]  0.7.8claws69
11597
11598         * src/summaryview.c
11599                 removed setting folder status from summaryview.
11600                 folder.c should update all message counts correctly.
11601
11602 2002-07-15 [paul]       0.7.8claws68
11603
11604         * po/pt_BR.po
11605                 updated by Fabio Junior Beneditto
11606
11607 2002-07-15 [darko]      0.7.8claws67
11608
11609         * src/mh.c
11610                 Fixed target folder colorization, don't decrease op
11611                 number twice
11612
11613 2002-07-14 [paul]       0.7.8claws66
11614
11615         * sync with main 0.8.0
11616                 see ChangeLog 2002-07-14
11617
11618 2002-07-13 [melvin]     0.7.8claws65
11619         
11620         * src/addrbook.c
11621         * src/addressbook.c
11622         * src/addrindex.c
11623                 Replaced sprintf by g_snprintf to prevent possible buffer
11624                 overflow.
11625         * src/news.c
11626                 Corrected a log message output format.
11627                 Added a missing "done" debug output.
11628         * src/compose.c
11629                 Added keyboard accelerator for Priority menu items
11630                 Added missing \n in debug output
11631         * src/logwindow.c
11632         * src/gtkspell.c
11633         * src/rfc2015.c
11634                 Added missing \n in debug output
11635
11636 2002-07-13 [paul]       0.7.8claws64
11637
11638         * man/sylpheed.1
11639                 change Sergey's email address to the sf address
11640
11641         * src/textview.c
11642                 increase show_url_timeout (more useful for long
11643                 urls)
11644
11645 2002-07-12 [sergey]     0.7.8claws63
11646
11647         * src/rfc2015.c
11648                 applied (with some modifications) patch to set the
11649                 micalg parameter for signatures
11650                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11651
11652 2002-07-12 [sergey]     0.7.8claws62
11653
11654         * man/Makefile.am
11655         * configure.in
11656                 fixed man page installation
11657
11658 2002-07-12 [paul]       0.7.8claws61
11659
11660         * sync with 0.7.8cvs26
11661                 see ChangeLog 2002-07-11 and 2002-07-12
11662
11663 2002-07-11 [christoph]  0.7.8claws60
11664
11665         * src/compose.c
11666         * src/procmsg.c
11667                 first use the message number to find the message
11668                 to mark with a reply flag but check the
11669                 message-id if we got the correct message, if not
11670                 try to find it by message-id.
11671                 use new string seperator that is not allowed
11672                 in message-ids.
11673
11674 2002-07-11 [paul]       0.7.8claws59
11675
11676         * sync with 0.7.8cvs23
11677                 see ChangeLog 2002-07-10
11678
11679 2002-07-10 [christoph]  0.7.8claws58
11680
11681         * src/folder.[ch]
11682         * src/msgcache.[ch]
11683                 Added message-id table to the cache in memory
11684                 and functions to msgcache.c and folder.c to
11685                 fetch MsgInfos by message id
11686         * src/compose.c
11687         * src/procmsg.c
11688                 store folder and message-id of message replying
11689                 to in queue header and set reply flag after sending
11690                 (Closes bug #469498)
11691
11692 2002-07-10 [paul]       0.7.8claws57
11693
11694         * AUTHORS
11695           man/sylpheed.1.gz
11696                 add Martin to the list of authors
11697
11698 2002-07-09 [martin]     0.7.8claws56
11699         * src/gtksctree.c
11700                 Added gtk_ctree_last_visible(), tree_update_level(),
11701                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11702                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11703                 from gtk+ to gtksctree.c for the new sorting code
11704                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11705                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11706         * src/gtksctree.h
11707                 Added declaration for gtk_sctree_sort_recursive() and
11708                 gtk_sctree_sort_node
11709         * src/addressbook.c
11710         * src/foldersel.c
11711         * src/folderview.c
11712         * src/summaryview.c
11713                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11714                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11715
11716 2002-07-08 [paul]       0.7.8claws55
11717
11718         * more sync with 0.7.8cvs21
11719                 see ChangeLog 2002-07-08
11720
11721 2002-07-08 [paul]       0.7.8claws54
11722
11723         * sync with 0.7.8cvs21
11724                 see ChangeLog 2002-07-08
11725
11726 2002-07-07 [alfons]     0.7.8claws53
11727
11728         * src/Makefile.am
11729         * src/stock_pixmap.[ch]
11730         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11731         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11732         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11733                 add new pixmaps for upcoming notice pane
11734
11735 2002-07-06 [melvin]     0.7.8claws52
11736
11737         * src/gtkspell.[ch]
11738                 Made them a bit closer to Sylpheed's coding style.
11739                 Removed old code.
11740                 Removed possible memory leaks when some errors occurs.
11741
11742 2002-07-06 [melvin]     0.7.8claws51
11743
11744         * po/Makefile.in.in
11745                 Removed --no-location in xgettext command line to help
11746                 translators that use Emacs' po-mode
11747         * src/quote_fmt.c
11748                 Removed unnecessary comments that messed up sylpheed.pot
11749
11750 2002-07-06 [paul]       0.7.8claws50
11751
11752         * sync with 0.7.8cvs19
11753                 see ChangeLog 2002-07-05
11754
11755 2002-07-06 [christoph]  0.7.8claws49
11756
11757         * src/folder.c
11758         * src/mainwindow.c
11759                 fix folder_item_remove_all_msg and folderview
11760                 status for trash folders after emptying trash
11761
11762 2002-07-05 [paul]       0.7.8claws48
11763
11764         * sync with 0.7.8cvs16
11765                 see ChangeLog 2002-07-04 and 2002-07-05
11766
11767 2002-07-04 [paul]       0.7.8claws47
11768
11769         * sync with 0.7.8cvs14
11770                 see  ChangeLog 2002-07-04
11771
11772 2002-07-03 [alfons]     0.7.8claws46
11773
11774         * src/folder.c
11775                 dupe folder item's path because it's being reallocated
11776                 by new folder scanning code
11777
11778 2002-07-03 [christoph]  0.7.8claws45
11779
11780         * src/imap.c
11781                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11782         * src/msgcache.c
11783                 add missing return in msgcache_write
11784
11785 2002-07-02 [thorsten]   0.7.8claws44
11786
11787         * src/jpilot.c
11788         * src/msgcache.c
11789         * src/rfc2015.c
11790                 use binary mode for file access
11791
11792 2002-07-02 [christoph]  0.7.8claws43
11793
11794         * major code cleanup (part 1)
11795         
11796                 - unused variables removed
11797                 - unused functions removed
11798                 - uninitialized variables checked
11799                 - missing return statements added
11800                 - missing function return types added
11801                 - added parentheses around assignment and
11802                   && in || when suggested by gcc
11803               
11804         * src/mh.c
11805         * src/folder.c
11806                 replaced direct calls to folder->scan_tree
11807                 with folder_scan_tree and restore folder
11808                 prefs in this function. The folder should
11809                 not have to deal with them.
11810                 ( Should now work for all folder types )
11811
11812 2002-07-02 [paul]       0.7.8claws42
11813
11814         * sync with 0.7.8cvs13
11815                 see ChangeLog 2002-07-01 and 2002-07-02
11816
11817 2002-07-01 [christoph]  0.7.8claws41
11818
11819         * src/summaryview.c
11820                 fix "goto next/prev unread message" with
11821                 ignored threads
11822
11823 2002-07-01 [paul]       0.7.8claws40
11824
11825         * po/es.po
11826                 updated by Ricardo Mones Lastra
11827
11828 2002-06-30 [match]      0.7.8claws39
11829
11830         * src/jpilot.c
11831                 applied variation of leonerd's patch (566661) to
11832                 allow multiple email addresses per JPilot entry.
11833                 addresses may be separated by space, comma, pipe,
11834                 semi-colon, new-line.
11835
11836 2002-06-30 [alfons]     0.7.8claws38
11837
11838         * src/procmsg.c
11839                 simple fix for putting older nodes before
11840                 newer nodes when threading by subject
11841
11842 2002-06-30 [christoph]  0.7.8claws37
11843
11844         * src/folder.c
11845         * src/folderview.c
11846         * src/mh.c
11847         * src/news.c
11848         * src/procmsg.c
11849                 fix broken folder tree rescaning
11850                 and don't use procmsg_get_mark_sum
11851                 anymore
11852
11853 2002-06-30 [christoph]  0.7.8claws36
11854
11855         * merge new cache branch
11856         * src/imap.c
11857                 fix new cache imap copy bug
11858         * src/folder.c
11859                 improved folder_item_scan
11860                 it should now always set the correct
11861                 new, unread and total message counts
11862
11863 2002-06-29 [paul]       0.7.8claws35
11864
11865         * configure.in
11866                 correct syntax error
11867
11868 2002-06-29 [paul]       0.7.8claws34
11869
11870         * configure.in
11871           Makefile.am
11872           man/Makefile.am       ** NEW FILE **
11873           man/sylpheed.1.gz     ** NEW FILE **
11874                 add Sylpheed man page
11875
11876 2002-06-29 [paul]       0.7.8claws33
11877
11878         * po/pt_BR.po
11879                 updated by Fabio Junior Beneditto
11880
11881 2002-06-28 [jens]       0.7.8claws32
11882
11883         * po/de.po
11884                 translation updated
11885
11886         * src/selective_download.c
11887                 removed gettext for space " "
11888
11889         * src/imap.c
11890                 removed wrong space
11891
11892 2002-06-28 [paul]       0.7.8claws31
11893
11894         * sync with 0.7.8cvs11
11895                 see ChangeLog 2002-06-28
11896
11897 2002-06-28 [paul]       0.7.8claws30
11898
11899         * sync with 0.7.8cvs10
11900                 see ChangeLog 2002-06-27 and 2002-06-28
11901
11902 2002-06-26 [paul]       0.7.8claws29
11903
11904         * src/addrgather.c
11905           src/selective_download.c
11906                 don't gettextise empty strings.
11907                 reserved by gettext. gettext("") returns 
11908                 the header entry with meta information, 
11909                 not the empty string
11910
11911         * po/en_GB.po
11912                 updated
11913
11914 2002-06-26 [paul]       0.7.8claws28
11915
11916         * sync with 0.7.8cvs7
11917                 see ChangeLog 2002-06-25
11918
11919         * src/prefs_common.c
11920                 ...and in the process, tweak the gui a little
11921
11922 2002-06-25 [alfons]     0.7.8claws27
11923         
11924         * configure.in
11925         * src/Makefile.am
11926                 fine tune ldap library detection
11927
11928 2002-06-25 [alfons]     0.7.8claws26
11929
11930         * src/compose.c
11931                 don't allow return receipts when composing a news article
11932
11933 2002-06-25 [paul]       0.7.8claws25
11934
11935         * Makefile.am
11936                 add '$(AMTAR)' to 'release' section to allow for
11937                 new and older autotools
11938
11939 2002-06-25 [paul]       0.7.8claws24
11940
11941         * src/summaryview.c
11942                 fix "No more unread messages" persistant pop-up
11943                 window bug
11944
11945 2002-06-25 [paul]       0.7.8claws23
11946
11947         * po/it.po
11948                 updated by Alessandro Maestri
11949
11950 2002-06-25 [paul]       0.7.8claws22
11951
11952         * sync with 0.7.8cvs6
11953                 see ChangeLog 2002-06-25
11954
11955 2002-06-24 [paul]       0.7.8claws21
11956
11957         * tools/update-po
11958                 add GPL copyright information
11959
11960 2002-06-24 [paul]       0.7.8claws20
11961
11962         * tools/Makefile.am
11963           tools/README
11964           tools/update-po       ** NEW FILE **
11965                 add script that eases the creation of *.po files
11966                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11967
11968 2002-06-23 [alfons]     0.7.8claws19
11969
11970         * src/messageview.c
11971                 make notification_convert_header obey const correctness
11972                 (next step will be fixing the broken return receipt)
11973
11974 2002-06-23 [paul]       0.7.8claws18
11975
11976         * src/messageview.c
11977                 fix bug introduced in last commit:
11978                 removed too much code in last commit - put back what's
11979                 needed
11980
11981 2002-06-23 [paul]       0.7.8claws17
11982
11983         * src/messageview.[ch]
11984                 remove code committed in error from locally patched
11985                 source
11986
11987 2002-06-23 [colin]      0.7.8claws16
11988
11989         * src/compose.[ch]
11990                 add compose_entry_select(), used to select the default_to
11991                 email address - hopefully avoiding people sending mails to
11992                 wrong recipients.
11993
11994 2002-06-22 [alfons]     0.7.8claws15
11995
11996         * AUTHORS
11997                 add Bram Metsch & Stanislav Karchebny
11998         * src/smtp.[ch]
11999         * src/prefs_account.[ch]
12000         * src/send.c
12001                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
12002                   options.  (see <http://sourceforge.net/tracker/index.php
12003                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
12004
12005                 - merge Stanislav's fix to make SMTP AUTH work with qmail
12006                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
12007
12008 2002-06-22 [paul]       0.7.8claws14
12009
12010         * sync with 0.7.8cvs5
12011                 see ChangeLog 2002-06-19 and 2002-06-20
12012
12013 2002-06-22 [alfons]     0.7.8claws13
12014
12015         * src/selective_download.c
12016                 fix a stupid mistake I made
12017
12018 2002-06-22 [alfons]     0.7.8claws12
12019
12020         * src/selective_download.[ch]
12021                 fix another unnoticed leak; cleanup code
12022
12023 2002-06-21 [alfons]
12024
12025         * tools/Makefile.am
12026                 gpg-sign <-- gpg-sign-syl
12027
12028 2002-06-21 [alfons]     0.7.8claws11
12029
12030         * src/selective_download.c
12031         * src/selective_download.h
12032                 fix assorted mix of allocation errors (should solve
12033                 problem reported by Philippe Gramoullé, see:
12034                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
12035
12036 2002-06-20 [melvin]     0.7.8claws10
12037
12038         * tools/gpg-sign *REMOVED*
12039           tools/gpg-sign-syl *ADDED*
12040                 Replaced the gpg clearsigning script with the version using
12041                 xterm instead of ssh-askpass and changed its name.
12042
12043         * README.claws
12044                 Updated actions example to reflect the renaming of the
12045                 gpg clearsigning script.
12046
12047 2002-06-19 [paul]       0.7.8claws9
12048
12049         * sync with 0.7.8claws9
12050                 see ChangeLog 2002-06-18 and 2002-06-19
12051
12052 2002-06-19 [paul]       0.7.8claws8
12053
12054         * sync with 0.7.8cvs1
12055                 see ChangeLog 2002-06-18
12056
12057 2002-06-18 [alfons]     0.7.8claws7
12058
12059         * src/mainwindow.h
12060                 add omitted prototype
12061
12062 2002-06-17 [paul]       0.7.8claws6
12063
12064         * src/mainwindow.c
12065                 fix hiding of exec_btn
12066
12067 2002-06-17 [paul]       0.7.8claws5
12068
12069         * src/pop.c
12070                 remove unneeded code: should_delete() 
12071                 and Pop3State::uidl_todelete_list
12072
12073 2002-06-17 [paul]       0.7.8claws4
12074
12075         * sync with 0.7.8
12076                 see ChangeLog 2002-06-11 and 2002-06-13
12077
12078 2002-06-16 [alfons]     0.7.8claws3
12079         
12080         * src/folder.c
12081                 make sure lock sort mode (claws specific) is
12082                 also persists after a tree rescan
12083
12084 2002-06-16 [alfons]     0.7.8claws2
12085
12086         * src/prefs_folder_item.c
12087         * src/folder.[ch]
12088                 fix persistence of folder sort mode (broken
12089                 by adapting Hiro's new folder persistence code)
12090
12091 2002-06-16 [alfons]     0.7.8claws1
12092
12093         * AUTHORS
12094         * src/logwindow.c
12095         * src/prefscommon.[ch]
12096                 control size of log text in log window; 
12097                 closes patch #569155 submitted by Mitko Haralanov.
12098
12099 2002-06-15 [paul]       0.7.8claws
12100
12101         * release of 0.7.8claws
12102
12103 2002-06-15 [paul]       0.7.7claws
12104
12105         * po/pt_BR.po
12106                 updated by Fabio Junior Beneditto
12107
12108 2002-06-14 [paul]       0.7.6claws49
12109
12110         * po/es.po
12111                 updated by Ricardo Mones Lastra
12112
12113 2002-06-14 [paul]       0.7.6claws48
12114
12115         * po/nl.po
12116                 updated translation by Wilbert Berendsen
12117
12118 2002-06-14 [melvin]     0.7.6claws47
12119
12120         * po/fr.po
12121                 Updated French translation
12122
12123 2002-06-13 [paul]       0.7.6claws46
12124
12125         * src/filesel.c
12126                 allow filename to be typed in, rather than just
12127                 selected by the mouse. Patch by Gustavo Noronha Silva.
12128
12129 2002-06-13 [alfons]     0.7.6claws45
12130
12131         * src/mainwindow.[ch]
12132                 more cleanups (removing unnecessary menu items Expand 
12133                 summary / message view)
12134
12135 2002-06-13 [melvin]     0.7.6claws44
12136
12137         * po/POTFILES.in
12138                 Added src/string_match.c
12139         * src/string_match.c
12140                 Fixed possible buffer overflow.
12141                 Corrected typo.
12142                 Added missing config.h header.
12143         * src/prefs_common.c
12144           src/prefs_matcher.c
12145           src/prefs_scoring.c
12146                 Made some strings translatable (missing _(..)).
12147
12148 2002-06-13 [melvin]     0.7.6claws43
12149
12150         * README.claws
12151                 Corrected action example (verifying clearsigned mail).
12152         * src/prefs_account.c
12153                 Corrected typo.
12154         * src/prefs_common.c
12155                 Removed incorrect line that generated a Gtk-CRITICAL msg.
12156
12157 2002-06-12 [alfons]     0.7.6claws42
12158
12159         * src/summaryview.c
12160                 add init of score column lost in 0.7.6claws42
12161
12162 2002-06-12 [paul]       0.7.6claws41
12163
12164         * src/prefs_account.c
12165                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
12166                 behavior of the radio buttons, (from 0.7.7cvs2)
12167
12168 2002-06-11 [alfons]     0.7.6claws40
12169
12170         * src/messageview.[ch]
12171         * src/summaryview.[ch]
12172         * src/summary_search.c
12173         * src/mainwindow.c
12174                 perform a sync to bring in Hiro's separate view implementation 
12175
12176                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
12177
12178 2002-06-11 [paul]       0.7.6claws39
12179         
12180         * src/prefs_account.c
12181                 correct a typo on the Receive tab
12182
12183 2002-06-10 [match]      0.7.6claws38
12184
12185         * src/addressbook.c
12186                 Included address completion patch from Gustavo Noronha.
12187
12188 2002-06-10 [paul]       0.7.6claws37
12189
12190         * src/inc.[ch]
12191           src/pop.c
12192           src/prefs_account.[ch]
12193           src/selective_download.[ch]
12194                 apply PATCH #561712
12195                  NEW:
12196                 - check if POP Account
12197                 - Receive Button renamed to Preview
12198                 - Preview Button Popup: preview new/all messages
12199                 - Download Button
12200                 - Account Preferences-->Receive tab checkbutton if you
12201                   want to remove Mail after Download
12202                 -: default YES
12203                 - Account Preferences-->Receive tab checkbutton use
12204                   filtering rules on preview
12205                   (think of delete_on_server)
12206                 -: default YES
12207                 - Account selectable from SD dialog
12208                 - checkbutton to show already downloaded messages if
12209                   all messages are previewed
12210                 - new clist column showing Date
12211                 - ESC KEY close
12212                 FIXES:
12213                 - play ball with UIDL
12214                 - fault tolerant (?) 
12215                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12216
12217 2002-06-10 [melvin]     0.7.6claws36
12218
12219         * README.claws
12220                 Added a hint to ac/README in cvs instructions.
12221
12222         * src/prefs_actions.c
12223                 Made it possible to use a more elaborate command line
12224                 for asynchronous actions, too.
12225
12226 2002-06-10 [melvin]     0.7.6claws35
12227         
12228         * src/prefs_actions.c
12229                 Make it possible to use a more elaborate command line
12230                 (e.g. |foo|bar|cat>there;echo Done|)
12231                 Corrected error message when calling %f, %F and %p commands
12232                 from the compose window.
12233
12234 2002-06-09 [colin]      0.7.6claws34
12235
12236         * src/summaryview.c
12237                 Automatically find unread messages in current folder
12238                 before annoying the user.
12239
12240 2002-06-08 [alfons]     0.7.6claws33
12241
12242         * po/it.po
12243                 remove bad formatting string in it.po translation
12244                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12245
12246 2002-06-08 [paul]       0.7.6claws32
12247
12248         * sync with 0.7.6cvs25
12249                 see ChangeLog 2002-06-07
12250
12251 2002-06-05 [paul]       0.7.6claws31
12252
12253         * src/mainwindow.c
12254                 add 'Sort by locked' and 'Sort by score'
12255
12256 2002-06-05 [paul]       0.7.6claws30
12257
12258         * sync with 0.7.6cvs24
12259                 see ChangeLog 2002-06-04
12260
12261 2002-06-04 [paul]       0.7.6claws29
12262
12263         * po/pt_BR.po
12264                 updated by Fabio Junior Beneditto
12265
12266 2002-06-03 [thorsten]   0.7.6claws28
12267
12268         * src/matcher.c
12269                 fclose() matcherrc after reading
12270
12271 2002-06-03 [paul]       0.7.6claws27
12272
12273         * sync with 0.7.6cvs21
12274                 see ChangeLog 2002-05-31
12275
12276 2002-05-31 [paul]       0.7.6claws26
12277
12278         * sync with 0.7.6cvs20
12279                 see ChangeLog 2002-05-29 and 2002-05-30
12280
12281 2002-05-31 [paul]       0.7.6claws25
12282
12283         * src/imap.c
12284                 hopefully fix last buggy sync
12285
12286         * README.claws
12287                 correct typo in 'Actions' examples
12288
12289 2002-05-29 [paul]       0.7.6claws24
12290
12291         * sync with 0.7.6cvs18
12292                 see ChangeLog 2002-05-28 and 2002-05-29
12293
12294         * src/news.c
12295           src/nntp.[ch]
12296                 sync with above 
12297
12298 2002-05-28 [paul]       0.7.6claws23
12299
12300         * sync with 0.7.6cvs16
12301                 see ChangeLog 2002-05-28
12302
12303 2002-05-27 [thorsten]   0.7.6claws22 
12304
12305         * faq/it/sylpheed-faq-1.html
12306           faq/it/sylpheed-faq-2.html
12307           faq/it/sylpheed-faq-3.html
12308           faq/it/sylpheed-faq.html
12309                 corrected DOS lineendings
12310         * faq/de/sylpheed-faq-1.html
12311           faq/de/sylpheed-faq-2.html
12312           faq/en/sylpheed-faq-1.html
12313           faq/en/sylpheed-faq-2.html
12314           faq/en/sylpheed-faq-3.html
12315           faq/es/sylpheed-faq-1.html
12316           faq/es/sylpheed-faq-2.html
12317           faq/es/sylpheed-faq-3.html
12318           faq/fr/sylpheed-faq-1.html
12319           faq/it/sylpheed-faq-1.html
12320           faq/it/sylpheed-faq-2.html
12321           faq/it/sylpheed-faq-3.html
12322           faq/it/sylpheed-faq.html
12323                 changed ">" to &quot;
12324
12325 2002-05-27 [paul]       0.7.6claws21
12326         
12327         * sync with 0.7.6cvs15
12328                 see ChangeLog 2002-05-27
12329
12330 2002-05-27 [paul]       0.7.6claws20
12331
12332         * src/prefs_account.c
12333                 correct a typo
12334
12335 2002-05-26 [paul]       0.7.6claws19
12336
12337         * tools/README
12338                 correct a typo
12339
12340 2002-05-25 [paul]       0.7.6claws18
12341
12342         * tools/README
12343                 add description of kmail2sylpheed.pl
12344
12345 2002-05-25 [paul]       0.7.6claws17
12346
12347         * tools/kmail2sylpheed.pl       ** NEW FILE **
12348                 perl script that converts an exported Kmail address
12349                 book, converts it to sylpheed addressbook file,
12350                 writes the file to .sylpheed, and updates
12351                 addrbook--index.xml 
12352
12353 2002-05-25 [paul]       0.7.6claws16
12354
12355         * sync with 0.7.6cvs14
12356                 see ChangeLog 2002-05-23
12357
12358 2002-05-24 [paul]       0.7.6claws15
12359
12360         * README.claws
12361                 make a correction and add some more info
12362
12363 2002-05-24 [paul]       0.7.6claws14
12364
12365         * src/compose.c
12366                 fix memory leak in 
12367                 compose_redirect_write_headers_from_headerlist()
12368                 add Subject and Resent-Message-ID to
12369                 compose_redirect_write_headers()
12370                 Received, Subject, and X-UIDL are filtered out in 
12371                 compose_redirect_write_to_file()
12372
12373 2002-05-23 [paul]       0.7.6claws13
12374
12375         * src/compose.[ch]
12376           src/filtering.c
12377           src/mainwindow.c
12378           src/matcher.[ch]
12379           src/matcher_parser_lex.l
12380           src/matcher_parser_parse.y
12381           src/prefs_common.[ch]
12382           src/prefs_filtering.c
12383           src/summaryview.c
12384                 rename 'Bounce' to 'Redirect'
12385
12386 2002-05-23 [paul]       0.7.6claws12
12387
12388         * more sync with 0.7.6cvs13
12389           src/compose.c
12390                 see ChangeLog 2002-05-22
12391
12392 2002-05-22 [paul]       0.7.6claws11
12393
12394         * sync with 0.7.6cvs13
12395           src/codeconv.c
12396                 see ChangeLog 2002-05-20
12397           src/prefs_common.c
12398                 see ChangeLog 2002-05-22
12399
12400 2002-05-21 [melvin]     0.7.6claws10
12401
12402         * src/folderview.c
12403                 Added missing filtering and scoring headers
12404                 Fixed bad function call that showed garbage 
12405                 in Folder->Processing
12406
12407 2002-05-21 [paul]       0.7.6claws9
12408
12409         * tools/Makefile.am
12410                 make all tools executable, (patch by Alfons).
12411
12412 2002-05-20 [alfons]     0.7.6claws8
12413
12414         * src/procheader.c
12415                 don't forget to call mktime() so we have a valid week 
12416                 and year day
12417                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12418
12419 2002-05-20 [paul]       0.7.6claws7
12420
12421         * src/html.c
12422                 fix broken parsing of urls
12423         * src/textview.c
12424                 fix displaying of urls
12425
12426                 both fixes from the patch [547855] by Eugene 
12427                 Brevdo (zonem)
12428
12429 2002-05-19 [alfons]     0.7.6claws6
12430
12431         * configure.in
12432                 make sylpheed configure correctly with the latest
12433                 and greatest of automake / autoconf / gettext
12434
12435 2002-05-19 [alfons]     0.7.6claws5
12436
12437         * src/procheader.c
12438         * src/procheader.h
12439                 add function for returning ime zone offset
12440         * src/quote_fmt.c
12441         * src/quote_fmt_parse.y
12442                 better quotation formatting - does not convert
12443                 to local time, but uses the original date string.
12444                 
12445                 Note: %z inserts the timezone offset (should 
12446                 work also on platforms where strftime does not
12447                 support %z).
12448
12449 2002-05-18 [christoph]  0.7.6claws4
12450
12451         * src/summaryview.c
12452                 fix indentation of some code
12453         * tools/Makefile.am
12454                 fix spaces after \
12455         * src/Makefile.am
12456                 add missing \
12457                 correct path for ignorethread.xpm
12458                 incorrect filename for sylpheed_logo.xpm
12459                 add missing include matcher_parser_parse.h
12460
12461 2002-05-18 [paul]       0.7.6claws3
12462
12463         * sync with 0.7.6cvs8
12464                 see ChangeLog 2002-05-16 and 2002-05-17
12465
12466 2002-05-18 [melvin]     0.7.6claws2
12467
12468         * README.claws
12469                 Corrected an action's definition and fixed some misspellings.
12470
12471 2002-05-18 [paul]       0.7.6claws1
12472
12473         * tools/Makefile.am
12474           tools/gpg-sign        ** new file **
12475           tools/uudec           ** new file **
12476                 add Melvin's Actions scripts
12477
12478         * README.claws
12479                 add Melvin's descriptions for Actions
12480
12481 2002-05-18 [paul]       0.7.6claws
12482
12483         * Version 0.7.6claws released
12484
12485 2002-05-17 [paul]       0.7.5claws32
12486
12487         * po/es.po
12488                 updated by Ricardo Mones Lastra
12489
12490 2002-05-17 [paul]       0.7.5claws31
12491
12492         * src/compose.c
12493                 fix Account prefs default folder for sent/draft/deleted
12494                 messages bug
12495
12496         * po/it.po
12497           po/nl.po
12498                 updated translation by Alessandro Maestri and
12499                 Wilbert Berendsen
12500
12501 2002-05-17 [melvin]     0.7.5claws30
12502
12503         * src/prefs_actions.c
12504                 Fixed bug where using %F not at the end of the command 
12505                 resulted in an additional empty argument being created.
12506                 Thanks to Darko Koruga for reporting the bug.
12507
12508 2002-05-17 [melvin]     0.7.5claws29
12509
12510         * po/fr.po
12511                 Updated French translations.
12512
12513 2002-05-15 [paul]       0.7.5claws28
12514         
12515         * po/es.po
12516                 updated by Ricardo Mones Lastra
12517
12518 2002-05-15 [paul]       0.7.5claws27
12519
12520         * sync with 0.7.6cvs4
12521                 see ChangeLog 2002-05-14 and 2002-05-15
12522
12523 2002-05-14 [paul]       0.7.5claws26
12524
12525         * sync with 0.7.6cvs1
12526                 see ChangeLog 2002-05-13
12527
12528 2002-05-13 [thorsten]   0.7.5claws25
12529
12530         * src/messageview.c
12531                 fix select_all and copy in multipart messages
12532         * src/mainwindow.c
12533                 fix select_all and copy in multipart messages
12534
12535 2002-05-12 [paul]       0.7.5claws24
12536
12537         * src/summaryview.c
12538                 reverse last commit, bug already fixed in 0.7.5claws3
12539
12540 2002-05-12 [netztorte]  0.7.5claws23
12541
12542         * src/summaryview.c
12543                 dont parse empty addressbook (checked in before claws20)
12544
12545 2002-05-12 [melvin]     0.7.5claws22
12546
12547         * src/procmsg.[ch]
12548                 Removed unneeded priority code introduced by the previous 
12549                 commit.
12550
12551 2002-05-12 [melvin]     0.7.5claws21
12552
12553         * src/compose.[ch]
12554                 Added possibility to set message's priority.
12555         * src/procmsg.[ch]
12556                 Added possibility to set message's priority.
12557                 Added missing headers
12558
12559 2002-05-12 [melvin]     0.7.5claws20
12560
12561         * src/prefs_actions.c
12562                 Removed implicitely added quotes around the name
12563                 of the temporary files of mime parts.
12564
12565 2002-05-12 [paul]       0.7.5claws19
12566
12567         * sync with 0.7.5cvs20
12568                 see ChangeLog 2002-05-11
12569
12570 2002-05-12 [alfons]     0.7.5claws18
12571
12572         * src/quote_fmt_lex.l
12573         * src/quote_fmt_parse.y
12574                 allow quote / reply date & time format to be set using
12575                 %D{format}. format is a format string you'd pass to
12576                 strftime() (see man strftime, or the Display tab |
12577                 Date format setting).
12578
12579                 Currently %D converts the date to local time. 
12580
12581 2002-05-11 [paul]       0.7.5claws17
12582
12583         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12584                 see ChangeLog 2002-05-10 and 2002-05-11
12585
12586 2002-05-10 [paul]       0.7.5claws16
12587
12588         * sync with 0.7.5cvs16
12589                 see ChangeLog entries 2002-05-09 and 
12590                 2002-05-10
12591
12592 2002-05-10 [colin]      0.7.5claws15
12593
12594         * src/textview.c
12595                 Corrected a bug that prevented sylpheed to open
12596                 double-clicked URIs.
12597
12598 2002-05-09 [paul]       0.7.5claws14
12599
12600         * sync with 0.7.5cvs14
12601                 see ChangeLog 2002-05-08 and 2002-05-09
12602
12603 2002-05-08 [paul]       0.7.5claws13
12604
12605         * sync with 0.7.5cvs11
12606                 see ChangeLog entry 2002-05-08
12607
12608 2002-05-08 [paul]       0.7.5claws12
12609
12610         * src/mainwindow.c
12611           src/textview.[ch]
12612                 fix segfault on View->Open in new window
12613                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12614
12615 2002-05-07 [paul]       0.7.5claws11
12616
12617         * sync with 0.7.5cvs9
12618                 see ChangeLog entry 2002-05-07
12619
12620 2002-05-06 [paul]       0.7.5claws10
12621
12622         * src/messageview.c
12623           src/textview.c
12624                 display url in statusbar on single-click
12625                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12626
12627 2002-05-06 [match]      0.7.5claws9
12628
12629         * src/addritem.[ch]
12630                 new functions.
12631         * src/addrcache.c
12632                 tidy up.
12633         * src/xmlprops.[ch]
12634                 XML implementation of properties file.
12635         * src/exporthtml.[ch]
12636         * src/expthtmldlg.[ch]
12637         * src/addressbook.c
12638                 export to HTML.
12639
12640 2002-05-02 [sergey]     0.7.5claws8
12641
12642         * src/mainwindow.c (mainwin_entries),
12643           src/prefs_common.c (prefs_send_create()),
12644           src/codeconv.c (locale_table):
12645                 use charset name "Windows-1251" instead of "CP1251".
12646
12647 2002-05-02 [colin]      0.7.5claws7
12648         
12649         * src/compose.c
12650           src/prefs_common.c
12651           src/prefs_folder_item.c
12652                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12653
12654 2002-05-02 [hiro]       0.7.5claws6
12655
12656         * src/imap.c
12657                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12658
12659 2002-05-02 [paul]       0.7.5claws5
12660
12661         * src/compose.c
12662                 more sync with 0.7.5cvs7, see ChangeLog entry
12663                 2002-05-02
12664
12665 2002-05-02 [hiro]       0.7.5claws4
12666
12667         * src/compose.c
12668                 compose_queue_sub():
12669                 check if queue folder exists (closes #550397).
12670                 removed directory creation since it should be handled
12671                 transparently.
12672         * src/imap.c
12673                 imap_add_msg(): return UID for appended message
12674                 (closes #548842).
12675
12676 2002-04-30 [paul]       0.7.5claws3
12677
12678         * src/summaryview.c
12679                 fix account_find_from_address() bug
12680
12681 2002-04-28 [colin]      0.7.5claws2
12682
12683         * src/compose.c
12684           src/textview.c
12685           src/prefs_common.[ch]
12686           src/utils.[ch]
12687                 Added user-definable quotation characters recognition.
12688
12689 2002-04-28 [paul]       0.7.5claws1
12690
12691         * sync with 0.7.5cvs4
12692                 see ChangeLog entry  2002-04-25
12693
12694 2002-04-28 [paul]       0.7.5claws
12695
12696         * po/es.po
12697           po/nl.po
12698           po/pt_BR.po
12699                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12700                 Fabio Junior Beneditto
12701
12702 2002-04-27 [jens]       0.7.4claws103
12703
12704         * po/de.po
12705                 updated German translation.
12706
12707 2002-04-27 [hiro]       0.7.4claws102
12708
12709         * src/summaryview.c
12710                 summary_write_cache(): fixed the mark loss of hidden messages.
12711
12712 2002-04-26 [melvin]     0.7.4claws101
12713
12714         * src/procmsg.c
12715                 fixed a second typo (same one)
12716         * po/fr.po
12717           po/it.po
12718           po/pt_BR.po
12719                 fixed the type again...
12720
12721 2002-04-26 [melvin]     0.7.4claws100
12722
12723         * src/procmsg.c
12724                 fixed a typo in an alert message ("temorary").
12725         * po/it.po
12726         * po/pt_BR.po
12727                 corrected the typo  described above.
12728         * po/fr.po
12729                 updated French translation.
12730
12731 2002-04-26 [darko]      0.7.4claws99
12732
12733         * src/summaryview.c
12734                 fix target folder colorization
12735
12736 2002-04-25 [paul]       0.7.4claws98
12737
12738         * po/it.po
12739                 updated by Alessandro Maestri
12740
12741 2002-04-24 [colin]      0.7.4claws97
12742         
12743         * src/compose.c
12744                 Fixed double "subject is empty" question.
12745
12746 2002-04-23 [colin]      0.7.4claws96
12747         
12748         * src/mimeview.c
12749                 Corrected issue when "automatically display images" was
12750                 not set : first image remained after selecting second.
12751
12752 2002-04-23 [melvin]     0.7.4claws95
12753
12754         * src/prefs_actions.c
12755                 Don't display in/out dialog if there is nothing to show.
12756
12757 2002-04-23 [paul]       0.7.4claws94
12758
12759         * sync with 0.7.5cvs3
12760                 bug fixes: see ChangeLog entry 2002-04-23
12761
12762 2002-04-22 [darko]      0.7.4claws93
12763
12764         * src/compose.c
12765                 fix previous check-in which changed code after
12766                 merge from main
12767
12768 2002-04-22 [paul]       0.7.4claws92
12769
12770         * faq/de/*
12771                 add German FAQ
12772         * faq/en/*
12773           faq/es/*
12774           faq/fr/*
12775                 update English, Spanish and French FAQs
12776         * manual/de/*
12777           manual/es/*
12778                 add German and Spanish manuals
12779         * manual/en/*
12780           manual/fr/*
12781                 update English and French manuals
12782
12783         * src/Makefile.am
12784                 add to and re-arrange the pixmap entries
12785
12786 2002-04-22 [darko]      0.7.4claws91
12787
12788         * src/compose.c
12789                 fix sender initials recognition to only allow
12790                 '>' after the initials
12791
12792 2002-04-21 [paul]       0.7.4claws90
12793
12794         * sync with 0.7.5 release
12795                 see ChangeLog entry 2002-04-21
12796
12797 2002-04-21 [alfons]
12798
12799         * src/Makefile.am
12800                 add colin's new pixmaps to EXTRA_DIST
12801
12802 2002-04-21 [colin]      0.7.4claws89
12803         * src/compose.c
12804         * src/inc.c
12805         * src/mainwindow.[ch]
12806         * src/prefs_common.[ch]
12807         * src/stock_pixmap.[ch]
12808                 Added "Work offline" ability.
12809
12810 2002-04-21 [colin]      0.7.4claws88
12811         
12812         * src/mimeview.c
12813         * src/prefs_common.c
12814         * src/prefs_common.h
12815         * src/textview.c : Added an option to common preferences -> display
12816           to allow user not to automatically display images.
12817
12818 2002-04-21 [paul]       0.7.4claws87
12819
12820         * sync with 0.7.4cvs52
12821                 see ChangeLog entry 2002-04-21 (src/imap.c)
12822
12823 2002-04-21 [paul]       0.7.4claws86
12824
12825         * sync with 0.7.4cvs51
12826                 see ChangeLog entry 2002-04-21
12827
12828 2002-04-21 [paul]       0.7.4claws85
12829
12830         * sync with 0.7.4cvs49
12831                 see ChangeLog entries 2002-04-20 and 2002-04-21
12832
12833         * src/Makefile.am
12834                 clean up: remove old 'stock_' element from xpm 
12835                 filenames.
12836
12837 2002-04-21 [alfons]     0.7.4claws84
12838
12839         apply sync patch from Paul
12840
12841         * src/folderview.c
12842                 use old claws prefs_folder_item_create() for now
12843
12844 2002-04-19 [match]      0.7.4claws83
12845
12846         * src/addressbook.[ch]
12847         * src/addrharvest.[ch]
12848         * src/addrgather.[ch]
12849                 recurse folders.
12850         * src/mainwindow.c
12851         * src/summaryview.[ch]
12852                 change menu option.
12853
12854 2002-04-19 [paul]       0.7.4claws82
12855
12856         * po/pt_BR.po
12857                 updated by Fabio Junior Beneditto
12858
12859 2002-04-14 [alfons]     0.7.4claws81
12860
12861         * src/passphrase.c
12862                 add #include <sys/types.h> for mode_t and off_t 
12863
12864 2002-04-13 [paul]       0.7.4claws80
12865         
12866         * src/main.c
12867           src/passphrase.[ch]
12868           src/pgptext.c
12869           src/prefs_common.[ch]
12870           src/rfc2015.c
12871                 enable storing of GnuPG passphrase for the whole 
12872                 session or a user-defined number of minutes. patch 
12873                 submitted by Ravemax <ravemax@dextrose.com>
12874
12875 2002-04-13 [alfons]     0.7.4claws79
12876
12877         * src/textview.c
12878                 make email parser also stop scanning when encountering separators
12879                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12880
12881 2002-04-13 [paul]       0.7.4claws78
12882
12883         * sync with 0.7.4cvs39
12884                 see ChangeLog entry 2002-04-12
12885
12886 2002-04-11 [paul]       0.7.4claws77
12887
12888         * sync with 0.7.4cvs37
12889                 see ChangeLog entry 2002-04-11
12890
12891 2002-04-11 [paul]       0.7.4claws76
12892
12893         * COPYING 
12894                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12895                 the clause for OpenSSL). sync with sylpheed main
12896
12897 2002-04-09 [melvin]     0.7.4claws75
12898
12899         * src/compose.c
12900                 Made 'Ctrl-Enter' on send ignore some modifiers 
12901                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12902                 to bind other *-Enter (but not Alt-Enter).
12903
12904 2002-04-09 [paul]       0.7.4claws74
12905
12906         * sync with 0.7.4cvs35
12907                 see ChangeLog entries 2002-04-09
12908
12909 2002-04-08 [paul]       0.7.4claws73
12910
12911         * sync with 0.7.4cvs33
12912                 see ChangeLog entry 200-04-08
12913
12914 2002-04-07 [match]      0.7.4claws72
12915
12916         * src/addrharvest.[ch]
12917                 fixed to read all addresses in header, regardless
12918                 of header size. improved name parsing. accommodate
12919                 harvest from folders and selected message.
12920         * src/addritem.[ch]
12921                 included new address parsing function.
12922         * src/addrgather.[ch]
12923         * src/addressbook.[ch]
12924         * src/summaryview.[ch]
12925         * src/mainwindow.c
12926                 allow address harvest of folder as well as selected
12927                 messages.
12928
12929 2002-04-07 [paul]       0.7.4claws71
12930
12931         * src/esmtp.[ch]
12932           src/smtp.c
12933                 don't try to authenticate with CRAM-MD5 in SMTP when 
12934                 SMTP-AUTH enabled if MTA doesn't issue this 
12935                 auth-method in it's ehlo-response. bug item #531364,
12936                 patch item #938910. patch submitted by Colin Leroy 
12937                 <colin@colino.net>
12938
12939 2002-04-07 [paul]       0.7.4claws70
12940
12941         * src/nntp.c
12942                 fix missing MODE_READER bug. patch submitted by
12943                 Colin Leroy <colin@colino.net>
12944
12945 2002-04-07 [alfons]     0.7.4claws69
12946
12947         * src/matcher.[ch]
12948         * src/prefs_filtering.c
12949         * src/summaryview.c
12950                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12951                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12952
12953 2002-04-07 [paul]       0.7.4claws68
12954
12955         * sync with 0.7.4cvs32
12956                 see ChangeLog entry 2002-04-06
12957
12958         * tools/filter_conv.pl
12959                 more bug fixes
12960
12961 2002-04-06 [paul]       0.7.4claws67
12962
12963         * tools/filter_conv.pl
12964                 modify to be able to find the name of the first
12965                 mailbox and use that. main's filter does not
12966                 record the full path to the mailbox and therefore
12967                 can only filter to the first mailbox.
12968
12969 2002-04-05 [paul]       0.7.4claws66
12970
12971         * tools/filter_conv.pl
12972                 attempt to make the script all-encompassing and
12973                 be able to convert any main 'filter' rule thrown
12974                 at it
12975
12976 2002-04-05 [paul]       0.7.4claws65
12977
12978         * tools/filter_conv.pl
12979                 allow for collapsed folder trees
12980
12981 2002-04-05 [paul]       0.7.4claws64
12982
12983         * sync with 0.7.4cvs31
12984                 see ChangeLog entries 2002-04-05
12985
12986 2002-04-03 [paul]       0.7.4claws63
12987
12988         * sync with 0.7.4cvs29
12989                 see ChangeLog entries 2002-04-02 and 2002-04-03
12990
12991 2002-04-02 [paul]       0.7.4claws62
12992
12993         * sync with 0.7.4cvs26
12994                 see ChangeLog entry 2002-04-01
12995
12996 2002-04-02 [match]      0.7.4claws61
12997
12998         * src/pine.[ch]
12999         * src/importpine.[ch]
13000         * src/addressbook.c
13001                 import Pine address book.
13002
13003 2002-04-02 [match]      0.7.4claws60
13004
13005         * src/addrharvest.[ch]
13006                 improve address parsing of funky addresses.
13007
13008 2002-04-02 [darko]      0.7.4claws59
13009
13010         * src/compose.c
13011                 wrap on send improvements, it now recognizes quoted
13012                 initials as part of the quotation string, and it
13013                 does not join lines separated by CR
13014
13015 2002-04-01 [match]      0.7.4claws58
13016
13017         * src/mgutils.[ch]
13018                 added new functions.
13019         * src/mutt.[ch]
13020                 remove excessive duplicate address generation
13021                 on import.
13022
13023 2002-04-01 [alfons]     0.7.4claws57
13024         
13025         * src/summaryview.c
13026                 put back g_free() 
13027
13028 2002-04-01 [paul]       0.7.4claws56
13029
13030         * sync with 0.7.4cvs25
13031                 see ChangeLog entry 2002-04-01
13032
13033 2002-04-01 [alfons]     0.7.4aprilfool55
13034
13035         * src/summaryview.c
13036                 honour feature request item #537427 to allow for
13037                 displaying names from address book for sent mail also
13038
13039 2002-03-29 [paul]       0.7.4claws54
13040
13041         * src/mainwindow.c
13042           src/prefs_filtering.[ch]
13043           src/prefs_matcher.c
13044           src/summaryview.c
13045                 add 'fast filter' for claws' filtering,
13046                 /Tools/Create filter rule/... patch submitted
13047                 by Neill Miller <neillm@thecodefactory.org>
13048
13049 2002-03-29 [paul]       0.7.4claws53
13050
13051         * sync with 0.7.4cvs24
13052                 see ChangeLog entry 2002-03-29
13053
13054 2002-03-28 [paul]       0.7.4claws52
13055
13056         * sync with 0.7.4cvs23
13057                 see ChangeLog entry 2002-03-28
13058
13059 2002-03-27 [melvin]     0.7.4claws51
13060
13061         * src/prefs_actions.c
13062                 Added support to pass only one message part (as a
13063                 file) to the command using '%p'. No quotes are needed
13064                 because doubles quotes are automatically added.
13065                 Fixed bug where Sylpheed could block when waiting for
13066                 a child process to finish.
13067                 Changed the help menu to remove quotes around symbols to 
13068                 avoid misinterpretation (they must not be used).
13069
13070 2002-03-27 [melvin]     0.7.4claws50
13071
13072         * src/inc.c
13073                 Made the new mail notification command always 
13074                 execute asynchronously.
13075
13076 2002-03-27 [paul]       0.7.4claws49
13077
13078         * src/compose.c
13079                 fix bug introduced in last commit
13080
13081 2002-03-27 [paul]       0.7.4claws48
13082
13083         * sync with 0.7.4cvs21
13084                 see ChangeLog 2002-03-26 and 2002-03-27
13085
13086 2002-03-26 [hoa]        0.7.4claws47
13087
13088         * src/prefs_folder_item.c
13089                 really fixed the bug #516442 with folder rescan.
13090
13091 2002-03-26 [paul]       0.7.4claws46
13092
13093         * sync with 0.7.4cvs19
13094                 see ChangeLog entries 2002-03-25 and 2002-03-26
13095
13096 2002-03-25 [hoa]        0.7.4claws45
13097
13098         * src/matcher.c
13099         * src/mh.c
13100                 fix the bug #516442 with folder rescan.
13101
13102         * src/prefs_common.[ch]
13103         * src/compose.c
13104                 added an option to enable two different behaviours
13105                 for bounce.
13106
13107
13108 2002-03-25 [paul]       0.7.4claws44
13109
13110         * src/mainwindow.c
13111           src/selective_download.c
13112                 correct a few menuitem labels
13113
13114 2002-03-25 [christoph]  0.7.4claws43
13115
13116         * src/procmsg.c
13117                 fix non deleted tmp message in
13118                 procmsg_save_to_outbox
13119                 fix problems caused by sync with
13120                 main branch's procmsg_send_queue
13121
13122 2002-03-25 [paul]       0.7.4claws42
13123
13124         * src/quote_fmt.c
13125           src/quote_fmt_lex.l
13126           src/quote_fmt_parse.y
13127                 add Last name (%L) placeholder for quoting. 
13128                 patch submitted by Thorsten Thielen 
13129                 <thth@users.sourceforge.net>
13130
13131 2002-03-25 [paul]       0.7.4claws41
13132
13133         * src/utils.c
13134                 get full hostname. patch submitted by
13135                 Bob Woodside <rwoodside1@comcast.net>
13136
13137 2002-03-25 [paul]       0.7.4claws40
13138
13139         * src/account.c
13140           src/news.c
13141           src/nntp.[ch]
13142           src/prefs_account.[ch]
13143                 enable NNTP over SSL. patch submitted by
13144                 Pascal Jermini <pascal@infinity.hn.org>
13145
13146 2002-03-24 [paul]       0.7.4claws39
13147
13148         * src/prefs_common.c
13149                 make the arrangement of the Compose tab more
13150                 coherent
13151
13152         * src/mainwindow.c
13153                 fix some irregularities of style
13154
13155         * po/de.po
13156                 updated by Kilian Krause
13157
13158 2002-03-23 [paul]       0.7.4claws38
13159
13160         * po/pt_BR.po
13161                 updated by Fabio Junior Beneditto
13162
13163 2002-03-23 [paul]       0.7.4claws37
13164
13165         * src/mainwindow.c
13166                 move 'Gather addresses' to 'Tools' menu
13167                 make 'Selective download' sensitive
13168
13169 2002-03-23 [paul]       0.7.4claws36
13170
13171         * sync with 0.7.4cvs16
13172                 see ChangeLog entries 2002-03-23
13173
13174 2002-03-22 [christoph]  0.7.4claws35
13175
13176         * src/quote_fmt_parse.y
13177                 fix include program output
13178
13179 2002-03-22 [alfons]     0.7.4claws34
13180
13181         * src/pop.c
13182                 initialize GDate stack variable correctly (sorry!)
13183
13184 2002-03-22 [paul]       0.7.4claws33
13185
13186         * src/compose.c
13187           src/mainwindow.c
13188           src/prefs_actions.c
13189           src/prefs_common.c
13190                 rename 'Tool' to 'Tools'
13191
13192         * src/mainwindow.c
13193                 move 'Delete duplicated messages' from
13194                 'Message/' to 'Tools/'
13195                 re-arrange the order of 'Tools/' items
13196
13197 2002-03-22 [paul]       0.7.4claws32
13198
13199         * src/addr_compl.c
13200           src/addressbook.[ch]
13201                 auto-address completion now also matches on
13202                 Nickname. patch submitted by Bob Forsman 
13203                 <hammor@users.sourceforge.net>
13204
13205         * src/editaddress.c
13206                 correct a spelling mistake
13207
13208 2002-03-22 [alfons]     0.7.4claws31
13209
13210         * src/pop.c
13211                 fix getting uidl from incorrect string 
13212                 (spotted by Colin)
13213
13214 2002-03-21 [alfons]     0.7.4claws30
13215
13216         * src/pop.c
13217                 more code refactoring
13218                 plug mem leak introduced by delete on server
13219
13220 2002-03-21 [paul]       0.7.4claws29
13221
13222         * sync with 0.7.4cvs11
13223                 see ChangeLog entries 2002-03-20
13224
13225 2002-03-20 [alfons]     0.7.4claws28
13226
13227         * src/inc.c
13228                 apply Colin's patch and refactor
13229
13230 2002-03-20 [paul]       0.7.4claws27
13231
13232         * sync with sylpheed 0.7.4cvs9
13233                 see ChangeLog entry 2002-03-20
13234
13235 2002-03-19 [christoph]  0.7.4claws26
13236
13237         * src/mh.c
13238         * src/procmsg.[ch]
13239         * src/summaryview.c
13240                 revert changes for flag updates
13241                 (does not work correctly and no time to debug)
13242
13243 2002-03-20 [alfons]     0.7.4claws25
13244
13245         * src/pop.c
13246                 refactor should_delete() a little bit 
13247
13248 2002-03-19 [paul]       0.7.4claws24
13249
13250         * src/inc.[ch]
13251           src/pop.c
13252           src/prefs_account.[ch]
13253                 allow the user to leave downloaded mail on the 
13254                 server for n days. Patch submitted by Colin Leroy 
13255                 <colin@colino.net>
13256
13257 2002-02-19 [paul]       0.7.4claws23
13258
13259         * sync with sylpheed 0.7.4cvs8
13260                 see ChangeLog entries 2002-03-19
13261
13262 2002-03-18 [paul]       0.7.4claws22
13263
13264         * sync with sylpheed 0.7.4cvs6
13265                 see ChangeLog entry 2002-03-18
13266
13267 2002-03-18 [paul]       0.7.4claws21
13268
13269         * po/en_GB.po
13270                 add en_GB message catalogue
13271
13272         * src/mbox_folder.c
13273           src/prefs_account.c
13274           src/prefs_actions.c
13275                 correct a few spelling mistakes
13276
13277 2002-03-17 [alfons]     0.7.4claws20
13278
13279         * src/matcher.c
13280                 more stringent checks for NULL params when writing
13281                 filtering actions to a file
13282                 
13283 2002-03-17 [hoa]        0.7.3claws20
13284
13285         * src/news.c
13286                 fixed the count of new messages
13287
13288         * src/compose.c
13289                 fixed the "attachment properties" window
13290
13291 2002-03-17 [paul]       0.7.4claws19
13292
13293         * src/defs.h
13294           src/folder.h
13295           src/news.c
13296           src/prefs_account.[ch]
13297           src/procmsg.[ch]
13298           src/summaryview.c
13299                 automatically mark cross-posted messages as read 
13300                 and (optionally) give them a colour label
13301                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13302                 
13303
13304 2002-03-17 [paul]       0.7.4claws18
13305
13306         * sync with sylpheed 0.7.4cvs5
13307                 see ChangeLog entry 2002-03-17
13308
13309 2002-03-17 [melvin]     0.7.4claws17
13310         
13311         * src/textview.c
13312                 Worked around a gtktext 'bug': when searching for 
13313                 a text in a long message it was scrolling slowly
13314                 line by line until it hit the searched text.
13315         * po/fr.po
13316                 Updated French translation
13317
13318 2002-03-17 [melvin]     0.7.4claws16
13319
13320         * src/mainwindow.c
13321         * src/compose.c
13322         * src/prefs_actions.c
13323                 Moved "Edit/Actions" to "Tool/Actions"
13324                 Made mainwindow/compose window sensitive as soon as
13325                 no child process is running anymore even if the io dialog
13326                 is open.
13327                 Fixed a struct being initialized with a non constant char*
13328
13329 2002-03-16 [christoph]  0.7.4claws15
13330
13331         * configure.in
13332                 add --with-compiler-flags option
13333                 (only for developer hacking)
13334         * src/mh.c
13335         * src/procmsg.[ch]
13336         * src/summaryview.c
13337                 try to make folder-stats and flag handling more
13338                 independent from the summaryview. msgcounts
13339                 are only set when the folder is opened and
13340                 procmsg_msginfo_(un)set_flags will handle it
13341                 later and summaryview will get the values
13342                 from the folder.
13343
13344 2002-03-16 [paul]       0.7.4claws14
13345
13346         * src/messageview.c
13347                 fix Return-receipt. Patch submitted by Bob
13348                 Woodside <rwoodside1@comcast.net>
13349
13350 2002-03-16 [paul]       0.7.4claws13
13351
13352         * src/compose.c
13353                 fix 'dynamic' signatures, make it work again
13354                 broken during sync on 2002-03-14 (0.7.4claws2)
13355
13356 2002-03-15 [match]      0.7.4claws12
13357
13358         * src/addrharvest.[ch]
13359         * src/addrgather.[ch]
13360         * src/addressbook.[ch]
13361         * src/mainwindow.c
13362                 included address harvester feature. still some
13363                 issues with address parsing that I will fix.
13364
13365 2002-03-15 [match]      0.7.4claws11
13366
13367         * src/addrbook.[ch]
13368         * src/addrcache.[ch]
13369         * src/addressbook.[ch]
13370         * src/addrindex.c
13371         * src/editbook.c
13372         * src/importldif.c
13373         * src/importmutt.c
13374         * src/jpilot.[ch]
13375         * src/main.c
13376         * src/syldap.[ch]
13377         * src/vcard.[ch]
13378                 tidy up. fix memory leaks. moved attribs and methods
13379                 from individual interfaces to addrcache object. prep
13380                 for new stuff to come in.
13381
13382 2002-03-15 [alfons]     0.7.4claws10
13383
13384         * src/matcher.[ch]
13385         * src/matcher_parser_parse.y
13386         * src/matcher_parser_lex.l
13387         * src/prefs_matcher.c
13388                 add filtering conditions message greater than, smaller 
13389                 than, and exactly matching a size in bytes
13390                 (does not work with delete from POP3 server yet)
13391
13392                 this should also give others an idea what you should
13393                 do to add new criterions to claws filtering system
13394                 
13395
13396 2002-03-15 [paul]       0.7.4claws9
13397
13398         * tools/filter_conv.pl
13399                 exit if there are no filter rules to convert
13400                 rename filterrc to filterrc.old after completion
13401
13402 2002-03-15 [paul]       0.7.4claws8
13403
13404         * sync with sylpheed 0.7.4cvs3
13405                 see ChangeLog entry 2002-03-14
13406
13407 2002-03-14 [paul]       0.7.4claws7
13408
13409         * src/compose.c
13410                 clean up the last commit (ahem)
13411
13412 2002-03-14 [paul]       0.7.4claws6
13413
13414         * src/compose.c
13415                 fix bug #515655. honour account preferences
13416                 regarding gpg default signing/encryption when 
13417                 changing account from the compose window.
13418
13419 2002-03-14 [paul]       0.7.4claws5
13420
13421         * src/folderview.c
13422                 remove unnecessary curly brackets
13423
13424 2002-03-14 [paul]       0.7.4claws4
13425
13426         * src/folderview.c
13427           src/prefs_filtering.[ch]
13428                 add filter rename on folder rename and filter
13429                 delete on folder delete. Patch submitted by
13430                 Neill Miller <neillm@thecodefactory.org> 
13431
13432 2002-03-14 [christoph]  0.7.4claws3
13433
13434         * src/procmsg.c
13435         * src/send.c
13436                 fix local delivery
13437                 (patch submitted by "Simon 'corecode' Schubert")
13438         * src/prefs_common.c
13439         * src/procmsg.c
13440                 fix gcc 3.0 warning
13441
13442 2002-03-14 [paul]       0.7.4claws2
13443
13444         * sync with sylpheed 0.7.4cvs2
13445                 see ChangeLog entry 2002-03-13
13446
13447 2002-03-12 [darko]      0.7.4claws1
13448
13449         * src/mainwindow.c
13450                 fix what seems to be a copy and paste error
13451                 when setting color for important messages
13452                 (reported by wwp)
13453
13454 2002-03-11 [paul]       version 0.7.4claws released
13455
13456 2002-03-11 [paul]       0.7.4claws
13457
13458         * po/es.po
13459           po/it.po
13460           po/nl.po
13461           po/pt_BR.po
13462                 update message catalogs. Submitted by Ricardo Mones 
13463                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13464                 Fabio Junior Beneditto
13465
13466         * configure.in
13467           faq/Makefile.am
13468           faq/it/Makefile
13469           faq/it/sylpheed-faq*
13470           src/mainwindow.c
13471           src/manual.[ch]
13472                 add FAQ in Italian
13473         
13474
13475 2002-03-11 [jens]       0.7.3claws7
13476
13477         * po/de.po
13478                 updated German translation
13479
13480 2002-03-11 [melvin]     0.7.3claws6
13481
13482         * po/fr.po
13483                 updated and corrected French translation
13484
13485 2002-03-10 [hoa]        0.7.3claws5
13486
13487         * src/account.c
13488         * src/inc.c
13489         * src/prefs_account.c
13490         * src/procmsg.c
13491         * src/send.[ch]
13492                 fixed the local account.
13493                 you have to change the default "/usr/sbin/sendmail"
13494                 to "/usr/sbin/sendmail -t" in the preferences of
13495                 the local account.
13496
13497         * src/procmime.c
13498                 removed some debug display for renderer
13499
13500 2002-03-10 [paul]       0.7.3claws4
13501
13502         * faq/en/sylpheed-faq-1.html
13503           faq/en/sylpheed-faq-2.html
13504                 update
13505
13506 2002-03-09 [paul]       0.7.3claws3
13507
13508         * sync with sylpheed 0.7.4
13509                 see ChangeLog entry 2002-03-09
13510
13511 2002-03-08 [paul]       0.7.3claws2
13512
13513         * faq/en/sylpheed-faq*
13514           faq/es/sylpheed-faq*
13515           faq/fr/sylpheed-faq*
13516                 update the FAQs
13517
13518         * manual/fr/.cvsignore
13519           manual/fr/Makefilea.am
13520           manual/fr/sylpheed*
13521           src/mainwindow.c
13522           src/manual.[ch]
13523                 add the French manual
13524
13525 2002-03-07 [paul]       0.7.3claws1
13526
13527         * sync with sylpheed 0.7.3cvs4
13528                 see ChangeLog entries  2002-03-06 and 2002-03-07
13529         
13530         * po/nl.po
13531                 updated by Wilbert Berendsen
13532
13533 2002-03-07 [melvin]     0.7.2claws34
13534
13535         * src/selective_download.c
13536                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13537
13538 2002-03-06 [paul]       0.7.2claws33
13539
13540         * sync with sylpheed 0.7.3cvs1
13541                 bug fix, see ChangeLog entry 2002-03-05
13542
13543 2002-03-05 [paul]       0.7.2claws32
13544
13545         * src/mimeview.c
13546           src/pgptext.[ch]
13547           src/procmsg.c
13548                 reverse the pgp ascii-armored code implemented in 
13549                 0.7.2claws16. removal of this code until it matures.
13550                 this means that verifying ascii-armored pgp sigs and
13551                 automatic decryption of ascii-armored encrypted
13552                 messages no longer works.
13553
13554 2002-03-05 [paul]       0.7.2claws31
13555
13556         * configure.in
13557           Makefile.am
13558         * faq/Makefile.am
13559         * faq/en/Makefile.am
13560           faq/en/sylpheed-faq.html
13561           faq/en/sylpheed-faq-1.html
13562           faq/en/sylpheed-faq-2.html
13563           faq/en/sylpheed-faq-3.html
13564         * faq/es/Makefile.am
13565           faq/es/sylpheed-faq.html
13566           faq/es/sylpheed-faq-1.html
13567           faq/es/sylpheed-faq-2.html
13568           faq/es/sylpheed-faq-3.html
13569           faq/es/sylpheed-faq-4.html
13570         * faq/fr/Makefile.am
13571           faq/fr/sylpheed-faq.html
13572           faq/fr/sylpheed-faq-1.html
13573           faq/fr/sylpheed-faq-2.html
13574           faq/fr/sylpheed-faq-3.html
13575         * src/Makefile.am
13576           src/defs.h
13577           src/mainwindow.c
13578           src/manual.[ch]
13579                 add FAQs in English, Spanish and French
13580
13581
13582 2002-03-05 [paul]       0.7.2claws30
13583
13584         * manual/en/sylpheed.html
13585           manual/en/sylpheed-XX.html
13586                 updated the English manual
13587
13588 2002-03-05 [hoa]        
13589
13590         * src/summaryview.c
13591                 dialog box pops up if the article can't be deleted.
13592
13593 2002-03-04 [paul]       
13594         
13595         * po/pt_BR.po
13596                 updated by Fabio Junior Benedito
13597
13598 2002-03-04 [hoa]
13599
13600         * removed ac/gpgme.m4
13601                 to avoid autogen common problem
13602                 developers have to install gpgme development package now
13603
13604         * src/compose.c
13605                 encoding to 7bit or 8bit is enabled.
13606
13607 2002-03-03 [alfons]     0.7.2claws29
13608
13609         * src/pop.c
13610                 merge fix by Oliver Haertel for selective
13611                 download buglet
13612
13613 2002-03-03 [paul]       0.7.2claws28
13614         
13615         * sync with sylpheed 0.7.3
13616
13617 2002-03-03 [paul]       0.7.2claws27
13618
13619         * sync with sylpheed 0.7.2cvs24
13620                 see ChangeLog entries 2002-03-02 and 2002-03-03
13621
13622 2002-03-02 [melvin]     0.7.2claws26
13623
13624         * src/inc.[ch]
13625         * src/main.c
13626         * src/mainwindow.c
13627         * src/prefs_common.[ch]
13628                 Added user definable notification on new mail arrival.
13629                 Removed unused variables in spell checker prefs code.
13630
13631 2002-03-02 [melvin]     0.7.2claws25
13632
13633         * src/quote_fmt.c
13634                 Removed unnecessary escape sequences.
13635                 Changed 'Initial...' to 'Initials of Sender'
13636
13637 2002-03-02 [paul]       0.7.2claws24
13638
13639         * sync with sylpheed 0.7.2cvs22
13640                 see ChangeLog entry 2002-03-01
13641
13642 2002-03-01 [hoa]        0.7.2claws23
13643
13644         * src/mainwindow.c
13645                 Set sensitivity of delete actions to active
13646                 even if the folder is a newsgroup.
13647
13648         * src/summaryview.c
13649                 - Set sensitivity of delete actions
13650                 - Added function check_permission() that will check if the
13651                   user is authorized to delete a message. For news, it
13652                   will check if the author is the same.
13653                 - Enabled deletion when there is no trash folder.
13654
13655         * src/news.[ch]
13656                 - Added news_cancel_article() to cancel articles
13657                 - Implemented news_remove_message() (public function)
13658
13659 2002-03-01 [paul]       0.7.2claws22
13660
13661         * src/gtkutils.c
13662           src/textview.c
13663                 recognise urls that that don't include 'http://' and
13664                 simply begin 'www.' 
13665
13666         * AUTHORS
13667                 remove duplicated name
13668
13669 2002-02-28 [paul]       0.7.2claws21
13670
13671         * src/mainwindow.c
13672           src/summaryview.[ch]
13673                 add ability to 'Select thread'
13674                 combines Melvin's "Select thread's head" patch (#510907)
13675                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13676                 patch (#518514) 
13677
13678 2002-02-28 [paul]       0.7.2claws20
13679
13680         * src/mimeview.c
13681                 hopefully fix segfault on right-clicking a mime part
13682                 that some people have experienced.      
13683                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13684
13685 2002-02-28 [paul]       0.7.2claws19
13686
13687         * sync with sylpheed 0.7.2cvs21
13688                 see ChangeLog entries 2002-02-27 and 2002-02-28
13689
13690 2002-02-27 [paul]       0.7.2claws18
13691
13692         * sync with sylpheed 0.7.2cvs18
13693                 see ChangeLog entries 2002-02-26 and 2002-02-27
13694
13695 2002-02-26 [alfons]     0.7.2claws17
13696
13697         * src/procheader.c
13698                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13699                 (spotted by Chris Hessman <idatech@gmx.net>)
13700
13701 2002-02-26 [paul]       0.7.2claws16
13702
13703         * src/mimeview.c
13704           src/pgptext.[ch]
13705           src/procmsg.c
13706                 make decryption of ascii-armored pgp encrypted messages
13707                 and verification of ascii-armored signatures work again.
13708                 slightly altered from the patch by Jens Jahnke 
13709                 <jan0sch@gmx.net>
13710
13711                 ##FIX ME##
13712                 * the checking of plaintext signatures always comes up in 
13713                   a popup box
13714                 * it doesn't work for multipart messages 
13715                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13716                   including the msg headers and these 2 line themselves, are 
13717                   not displayed
13718
13719         * src/mainwindow.c
13720                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13721                 "View/Message View" becomes "View/Separate Message View"
13722                 because its less ambiguous.
13723
13724         * po/es.po
13725                 updated by Ricardo Mones Lastra
13726
13727 2002-02-26 [paul]       0.7.2claws15
13728
13729         * sync with sylpheed 0.7.2cvs17
13730                 see ChangeLog entries 2002-02-25 and 2002-02-26
13731
13732 2002-02-25 [christoph]  0.7.2claws14
13733
13734         * src/filtering.[ch]
13735         * src/inc.c
13736                 do filtering stuff after all messages have been received
13737                   1. drop all messages to .processing
13738                   2. scan processing folder for messages
13739                   3. filter messages or move to inbox
13740                 this will also find old messages left in processing after
13741                 a crash or something like that and we get a real msginfo
13742                 from folder->get_msg_list and do not have to create our
13743                 own in filter_message
13744         * src/matcher_parser_parse.y
13745                 remove MIX/MAX warning (reordered includes)
13746
13747 2002-02-25 [paul]       0.7.2claws13
13748
13749         * sync with sylpheed 0.7.2cvs15
13750                 see ChangeLog entry 2002-02-24
13751
13752 2002-02-24 [alfons]     0.7.2claws12
13753
13754         * src/filtering.c
13755                 clear old color flags first when applying a new color to
13756                 a message info. 
13757                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13758
13759 2002-02-24 [alfons]     0.7.2.claws11
13760         
13761         * AUTHORS
13762         * src/prefs_common.c
13763                 add presets for Opera and Konqueror, closes patch #517261,
13764                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13765
13766 2002-02-24 [alfons]     0.7.2.claws10
13767
13768         * AUTHORS
13769         * src/summaryview.c
13770                 fix threading for null message ids, closes patch #521601,
13771                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13772
13773 2002-02-24 [alfons]     0.7.2claws9
13774
13775         * src/summaryview.c
13776         * src/filtering.c
13777                 make Tool | Filter Message work with filtering system so
13778                 setting flags also works
13779
13780                 TODO:
13781
13782                 - Processing uses the same function as Tool | Filter
13783                   Message, but doesn't use the same update proc yet
13784
13785 2002-02-23 [paul]       0.7.2claws8
13786
13787         * sync with sylpheed 0.7.2cvs14
13788                 see ChangeLog entries 2002-02-22 and 2002-02-23
13789
13790 2002-02-22 [christoph]  0.7.2claws7
13791
13792         * src/quote_fmt.c
13793                 Add column space to table
13794         * src/quote_fmt_parse.y
13795                 Close files
13796
13797 2002-02-22 [paul]       0.7.2claws6
13798
13799         * src/Makefile.am
13800           src/defs.h
13801           src/filtering.c
13802           src/inc.[ch]
13803           src/mainwindow.c
13804           src/matcher.[ch]
13805           src/matcher_parser_lex.l
13806           src/matcher_parser_parse.y
13807           src/pop.[ch]
13808           src/prefs_account.h
13809           src/prefs_filtering.c
13810           src/selective_download.[ch]   *** NEW FILES ***
13811           src/utils.[ch]
13812           po/POTFILES.in
13813                 Selective Download added to 'Tool' menu. 
13814                 Retrieves email headers of the currently selected pop3 
13815                 account and allows the user to mark emails for deletion 
13816                 right on the pop3 server. Patch submitted by Oliver Haertel 
13817                 <oha@users.sourceforge.net>.
13818         
13819         * po/POTFILES.in
13820                 add 'src/quote_fmt.c'           
13821
13822 2002-02-22 [christoph]  0.7.2claws5
13823
13824         * src/Makefile.am
13825                 added quote_fmt.c
13826         * src/prefs_common.[ch]
13827         * src/prefs_template.c
13828         * src/quote_fmt.c               *** NEW FILE ***
13829         * src/quote_fmt.h
13830                 move quote format symbol description code
13831                 to it's own file because it is used from
13832                 differnent code parts
13833                 Rewrote symbol description GUI
13834                   + use table
13835                   + add separators
13836                   + get data from array (no more long constant strings)
13837         * src/quote_fmt_lex.l
13838         * src/quote_fmt_parse.y
13839                 Symbol for Literal % changed to \% instead of %%
13840                 (More logical as \ is used for quoting for other symbols)
13841                 Add |f and |p to include files and program output
13842                 Examples:
13843                     |f{/home/.../.signature}
13844                     |p{date}
13845         * po/de.po
13846                 Correct wrong spelling for "Referenzen"
13847
13848 2002-02-21 [paul]       0.7.2claws4
13849
13850         * src/procmsg.c
13851                 forgotten during sync
13852
13853 2002-02-21 [paul]       0.7.2claws3
13854
13855         * sync with sylpheed 0.7.2cvs11
13856                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13857                 2002-02-20 and 2002-02-21
13858
13859 2002-02-20 [melvin]     0.7.2claws2
13860
13861         * src/prefs_actions.c
13862                 Added error report when child cannot fork or when execvp 
13863                 returns with an error.
13864
13865 2002-02-19 [christoph]  0.7.2claws1
13866
13867         * src/codeconv.c
13868                 return unconverted text if conde conversion is not possible
13869                 when libjconv is used.
13870                 (patch submitted by "Simon 'corecode' Schubert")
13871
13872 2002-02-19 [paul]       
13873
13874         * version 0.7.2claws release
13875
13876 2002-02-19 [paul]       0.7.2claws
13877
13878         * po/nl.po
13879                 updated by Wilbert Berendsen
13880
13881
13882 2002-02-18 [alfons]     0.7.1claws13
13883
13884         * src/syldap.c
13885         * src/jpilot.c
13886                 remove references to dlfcn and explicitly loading functions
13887                 from dynalink libs, because libs linked anyway, and functions
13888                 are loaded explicitly
13889
13890 2002-02-17 [melvin]     0.7.1claws12
13891
13892         * src/prefs_actions.c
13893                 Replaced children wait loop with double fork technique.
13894                 Now, input/output window updated at each new output.
13895                 free_children(): Fixed a memory leak.
13896                 Made input/output window non closable if running children
13897                 still exist.
13898                 Added missing <unistd.h> include.
13899                 Added some --debug outputs.
13900
13901 2002-02-17 [melvin]     0.7.1claws11
13902
13903         * src/summaryview.c
13904                 Fixed bug where descending sort order did not select top
13905                 message.
13906
13907 2002-02-17 [melvin]     0.7.1claws10
13908
13909         * acconfig.h
13910                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13911         * src/prefs_common.c
13912                 Pspell data package directory no more hard coded but
13913                 set during configuration (PSPELL_PATH). (Thanks to 
13914                                 Gustavo Noronha Silva.)
13915
13916 2002-02-17 [melvin]     0.7.1claws9
13917
13918         * configure.in
13919                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13920         * src/gtkspell.c
13921                 Fixed compile-time warnings.
13922
13923 2002-02-16 [alfons]     0.7.1claws8
13924
13925         * src/filesel.c
13926                 fix inadvertent free of NULL pointer which caused
13927                 sylpheed to crash when closing the save-as dialog
13928                 using the window close button
13929
13930 2002-02-16 [carsten]    0.7.1claws7
13931         * src/mainwindow.[ch]
13932           src/summaryview.c
13933           src/prefs_common.c
13934                 fixes for pixmap theming code:
13935                         - recently changed mail attributes shouldn't get
13936                           lost any longer
13937                         - theme is only reloaded iff another theme was
13938                           selected
13939
13940 2002-02-16 [paul]       0.7.1claws6
13941
13942         * sync with sylpheed 0.7.2 release
13943                 see ChangeLog entry 2002-02-15 and 2002-02-16
13944
13945 2002-02-15 [paul]       0.7.1claws5
13946
13947         * sync with sylpheed 0.7.1cvs9
13948                 see ChangeLog entry 2002-02-15
13949
13950         * po/POTFILES.in
13951                 remove unneeded headerwindow.c entry
13952
13953 2002-02-14 [carsten]    0.7.1claws4
13954         * src/summaryview.c
13955                 fixed a bug for "Go to next unread message": there was
13956                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13957                 in the prefs, because of doing "Search again" instead
13958                 "No"
13959
13960 2002-02-14 [carsten]    0.7.1claws3
13961         * src/stock_pixmap.c
13962                 removed 2 more mem leaks; following memprof,
13963                 this code is "leak free" now :)
13964
13965 2002-02-14 [carsten]    0.7.1claws2
13966         * src/stock_pixmap.c
13967                 used opendir/readdir/closedir instead of scandir
13968                 -> code should work now on Solaris
13969
13970 2002-02-14 [paul]       0.7.1claws1
13971
13972         * sync with sylpheed 0.7.1cvs8
13973                 see ChangeLog entries 2002-02-13 and 2002-02-14
13974
13975         * README.claws
13976                 add some description of Actions and Pixmap Themes
13977
13978 2002-02-13 [paul]       
13979
13980         * version 0.7.1claws release
13981
13982 2002-02-13 [paul]       0.7.1claws
13983
13984         * po/es.po
13985           po/it.po
13986           po/pt_BR.po
13987                 updated translations, submitted by Ricardo Mones Lastra,
13988                 Alessandro Maestri and Fabio Junior Beneditto
13989
13990 2002-02-13 [melvin]     0.7.0claws75
13991
13992         * src/prefs_actions.c
13993                 Added missing "signal.h" include
13994
13995 2002-02-13 [melvin]     0.7.0claws74
13996
13997         * src/prefs_folder_item.c
13998                 Added missing "config.h" include
13999         * po/fr.po
14000                 Updated French translation for folder propriety.
14001
14002 2002-02-13 [jens]       0.7.0claws73
14003
14004         * po/POTFILES.in
14005                 Added missing src/prefs_folder_item.c [log added by melvin]
14006         * po/de.po
14007                 Updated German translation.
14008
14009 2002-02-13 [melvin]     0.7.0claws72
14010
14011         * po/fr.po
14012                 Updated French translation.
14013
14014 2002-02-13 [melvin]     0.7.0claws71
14015
14016         * src/gtkutils.c
14017                 Made gtkut_editable_get_selection return NULL if selection
14018                 is of length zero.
14019                 This fixes a bug where selecting part of message A then
14020                 switching to message B and replying to it will not
14021                 quote the message's body.
14022
14023 2002-02-12 [paul]       0.7.0claws70
14024
14025         * src/mainwindow.c
14026                 cosmetic, relating to pixmap themes: on toolbar make 
14027                 updating of 'Exec' and 'Compose news/Compose email'
14028                 icons faster.
14029
14030 2002-02-12 [carsten]    0.7.0claws69
14031         * src/folderview.c
14032           src/mainwindow.[ch]
14033           src/stock_pixmap.c
14034           src/summaryview.c
14035           src/prefs_common.c
14036                 - refreshing after changing pixmap theme better
14037                   now (thanks Paul)
14038                 - wanted to remove some mem leaks, but alfons was
14039                   faster (and had the better solution ;)
14040
14041 2002-02-12 [alfons]     0.7.0claws68
14042
14043         * src/prefs_common.c
14044         * src/stock_pixmap.[ch]
14045                 plug mem leaks, refactor code a little bit
14046
14047
14048 2002-02-12 [sergey]     0.7.0claws67
14049
14050         * src/imap.c
14051                 Fixed problem with copying messages to IMAP folders when the
14052                 server uses something other than '/' as a namespace separator
14053                 (cyrus-imapd uses '.').
14054
14055 2002-02-12 [jens]       0.7.0claws66
14056
14057         * po/de.po
14058                 Updated German Translation
14059
14060 2002-02-12 [paul]       0.7.0claws65
14061
14062         * sync with sylpheed 0.7.1cvs1
14063                 see ChangeLog entry 2002-02-12
14064
14065 2002-02-12 [melvin]     0.7.0claws64
14066
14067         * src/prefs_actions.c
14068                 Fixed "feature" where children's output was duplicated 
14069                 instead of refreshed while monitoring.
14070                 Removed some debug code.
14071
14072 2002-02-12 [christoph]  0.7.0claws63
14073
14074         * src/compose.c
14075                 always delete message from queue after sending/send error
14076                 (closes bug #509601)
14077
14078 2002-02-12 [melvin]     0.7.0claws62
14079
14080         * src/prefs_actions.c
14081                 Children wait loop is now triggered with a timeout of 1s
14082                 Added %F which is replaced with the list of filenames 
14083                 of all selected messages (as suggested by Ricardo Mones Lestra)
14084                 Pipe syntax changed. Prefix with | to send selection, postfix
14085                 with | to retrieve output. Prefix with > or * to send
14086                 user definable input to the command (*: input is hidden)
14087                 Old pipe action should now be postfixed with |, too.
14088
14089 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
14090         * src/stock_pixmap.c
14091                 fixed a bug: if there's no theme directory don't
14092                 throw an error, just do "nothing" (thanks Alfons)
14093
14094 2002-02-12 [carsten]    0.7.0claws60
14095         * src/folderview.c
14096           src/summaryview.c
14097                 had to write the cache twice (nasty!); some marks would 
14098                 get lost if not
14099
14100 2002-02-11 [carsten]    0.7.0claws59
14101         * acconfig.h
14102           configure.in
14103           doc-src/maintainer_guide.txt
14104           src/compose.[ch]
14105           src/defs.h
14106           src/folderview.[ch]
14107           src/gtkutils.[ch]
14108           src/mainwindow.[ch]
14109           src/prefs_common.[ch]
14110           src/stock_pixmap.[ch]
14111           src/summaryview.[ch]
14112                 pixmap theming and related work on pixmap
14113                 handling on some other places
14114                 (e.g. hrm features for all folder)
14115           src/pixmap/stock_*.xpm -> the stock_ was removed
14116         
14117 2002-02-11 [paul]       0.7.0claws58
14118
14119         * sync with sylpheed 0.7.1 release
14120                 see ChangeLog entries 2002-02-11
14121
14122 2002-02-08 [paul]       0.7.0claws57
14123
14124         * sync with sylpheed 0.7.0cvs39
14125                 see ChangeLog entry 2002-02-07 (last entry) 
14126
14127         * src/prefs_actions.c
14128           src/prefs_filtering.c
14129           src/prefs_matcher.c
14130           src/prefs_scoring.c
14131                 sync: made it compile with C compilers other than gcc
14132
14133 2002-02-07 [paul]       0.7.0claws56
14134
14135         * sync with sylpheed 0.7.0cvs38
14136                 see ChangeLog entries 2002-02-06 (last 2 entries) and
14137                 2002-02-07
14138
14139 2002-02-07 [darko]      0.7.0claws55
14140
14141         * src/gtkutils.[ch]
14142         * src/summaryview.c
14143                 Fix const gchar */gchar * issue (thanks Hiro)
14144
14145 2002-02-07 [darko]      0.7.0claws54
14146
14147         * src/compose.[ch]
14148         * src/filtering.c
14149         * src/gtkutils.[ch]
14150         * src/prefs_template.c
14151         * src/quote_fmt.h
14152         * src/quote_fmt_parse.y
14153         * src/summaryview.c
14154         * src/utils.[ch]
14155                 When replying or forwarding an email don't quote the entire
14156                 mail body but use the part of the message text that is selected
14157
14158 2002-02-06 [melvin]     0.7.0claws53
14159
14160         * src/prefs_common.[ch]
14161         * src/gtkspell.[ch]
14162         * src/compose.c
14163                 Made possible to switch quickly to last used dictionary
14164                 which makes checking bilingual documents easier.
14165
14166 2002-02-06 [melvin]     0.7.0claws52
14167         
14168         * po/POTFILES.in
14169                 Added forgotten new file src/prefs_actions.c
14170
14171 2002-02-06 [melvin]     0.7.0claws51
14172
14173         * src/prefs_actions.c   ** NEW FILE **
14174         * src/prefs_actions.h   ** NEW FILE **
14175                 Added actions to execute on message text view, or on the
14176                         message's file.
14177         * src/Makefile.am
14178                 Added src/prefs_actions.[ch]
14179         * src/compose.c
14180                 Added new menu "Edit/Actions"
14181         * src/defs.h
14182                 Added new actionsrc file.
14183         * src/main.c
14184                 Added actionsrc reading.
14185         * src/mainwindow.c
14186                 Added new menus "Edit/Actions" and "Configuration/Actions..."
14187         * src/prefs_common.h
14188                 Added new element actionslst element to prefs_common.
14189
14190 2002-02-06 [paul]       0.7.0claws50
14191
14192         * sync with sylpheed 0.7.0cvs36
14193                 see ChangeLog entry 2002-02-06
14194
14195 2002-02-05 [paul]
14196
14197         * po/es.po
14198                 updated by Ricardo Mones Lastra
14199
14200 2002-02-05 [paul]       0.7.0claws49
14201
14202         * sync with sylpheed 0.7.0cvs33
14203                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
14204
14205 2002-02-05 [paul]       0.7.0claws48
14206
14207         * src/compose.c
14208                 re-add 'Edit/Advanced/Delete entire line', previously named
14209                 'Delete Line+'
14210
14211 2002-02-04 [paul]       0.7.0claws47
14212
14213         * src/compose.c
14214           src/summaryview.c
14215                 fix bug #494993 (Reply All not taking Reply-To into consi)
14216                 eliminate differences in behaviour of right-click 'Reply to all' 
14217                 in summary view and 'Reply to all' on the toolbar. 
14218                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14219                 view and From gets ignored by 'Reply to all' on toolbar.
14220                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14221                 From when no Reply-To header is present.
14222
14223 2002-02-04 [paul]       0.7.0claws46
14224
14225         * sync with sylpheed 0.7.0cvs30
14226                 see ChangeLog entries 2002-02-03 and 2002-02-04
14227
14228 2002-02-03 [melvin]     0.7.0claws45
14229
14230         * src/gtkspell.[ch]
14231                 Readded function to highlight all misspelled words.
14232                 Fixed bug where user-provided-words did not replace
14233                         correctly the misspelled word when using the mouse.
14234                 Fixed bug where checking a region selected from right to left did
14235                         not check the region at all.
14236                 Fixed bug where 'Check backwards' may not check at all. 
14237                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14238                 Fixed possible buffer overflow when checking for long strings (>1k).
14239                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14240                 Accelerators code uses now gtk_widget_add_accel.
14241                 Removed and disabled obsolete and unfinished code.
14242                 Cleaning up.
14243
14244         * src/compose.c
14245                 Added menu item to Highlight all misspelled words.
14246
14247 2002-02-01 [paul]       0.7.0claws44
14248
14249         * src/mainwindow.c
14250                 fix '/View/Hide read messages' sensitivity when all
14251                 messages in a folder are hidden
14252
14253 2002-02-01 [paul]       0.7.0claws43
14254
14255         * src/main.c
14256                 add --send option to command line interface, sends all
14257                 queued mail. Patch submitted by Ricardo Mones Lastra.
14258
14259 2002-01-31 [paul]       0.7.0claws42
14260
14261         * src/mainwindow.c
14262                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14263
14264 2002-01-31 [paul]       0.7.0claws41
14265
14266         * sync with sylpheed 0.7.0cvs27
14267                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14268                 and 2002-01-31
14269
14270         * src/textview.c
14271                 comment out elements of textview_show_part() as temporary
14272                 workaround for attachment 'Display as text' bug 
14273
14274         * po/pt_BR.po
14275                 updated by Fabio Junior Beneditto
14276
14277 2002-01-30 [paul]       0.7.0claws40
14278
14279         * sync with sylpheed 0.7.0cvs24
14280                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14281                 and 2002-01-30
14282
14283         * src/compose.c
14284                 add {N_("/_Spelling"), ... "<Branch>"} to 
14285                 GtkItemFactoryEntry compose_entries[]
14286
14287         * src/prefs_common.c
14288                 add claws menu items to prefs_keybind_apply_clicked()
14289                 and remove non-claws menu items
14290
14291 2002-01-29 [paul]       0.7.0claws39
14292
14293         * sync with sylpheed 0.7.0cvs22
14294                 see ChangeLog entries 2002-01-28 and 2002-01-29
14295
14296 2002-01-28 [melvin]     0.7.0claws38
14297
14298         * src/compose.c
14299                 Added the declartion of compose_send_control_enter.
14300
14301         * src/compose.c
14302         * src/gtkspell.[ch]
14303                 Added in a 'Spelling' menu which includes the configuration menu. 
14304                 Added a real 'Check all' and got rid from the old one which only
14305                 highlited misspelled word.
14306                 Made 'Check while typing' a disableable option.
14307                 Added a dialog when there are no more misspelled word.
14308                 Added a dialog if error occurs when switching to a dictionary.
14309         
14310         * src/prefs_common.[ch]
14311                 Added option for the default 'Check while typing' option.
14312
14313
14314 2002-01-28 [alfons]     0.7.0claws37
14315
14316         * src/compose.c
14317                 fix buglet and make code comply with sylpheed code style
14318
14319 2002-01-28 [paul]       0.7.0claws36
14320
14321         * sync with sylpheed 0.7.0cvs19
14322                 see ChangeLog entries for 2002-01-28
14323
14324 2002-01-28 [hoa]        0.7.0claws35
14325
14326         * src/defs.h
14327                 added rendererrc
14328
14329         * src/main.c
14330                 read the renderer config
14331
14332         * src/procmime.[ch]
14333                 use the renderer config to convert mime attachments
14334
14335         * src/textview.c
14336                 don't use textview_show_html/ertf,
14337                 use get_text_content instead
14338
14339 2002-01-27 [alfons]     0.7.0claws34
14340         
14341         * src/news.c
14342                 make sylpheed believe it can delete a news message...
14343                 (messages are NOT deleted, maybe we should remove
14344                 processing from the folder properties after all.)
14345
14346 2002-01-27 [alfons]     0.7.0claws33
14347
14348         * src/folder.c
14349                 add extra checks
14350         * src/news.c
14351                 implement remove_msg() 
14352
14353 2002-01-27 [alfons]     0.7.0claws32
14354
14355         * src/procmsg.h
14356         * src/procheader.c
14357         * src/messageview.c
14358                 fix return receipt / disposition notification again. this
14359                 stuff seems to break on _every_ major summary UI change, so
14360                 it's now implemented using a flag which is saved in the
14361                 marks cache
14362                 
14363 2002-01-26 [alfons]     0.7.0claws31
14364
14365         * src/import.c
14366                 let import dialog show the destination folder identifier
14367
14368 2002-01-26 [melvin]     0.7.0claws30
14369
14370         * src/folderview.c
14371         * src/summaryview.c
14372                 Readded 'Mark all read' into summary view popup menu
14373                 Added 'Mark all read' in folder view popup menu for IMAP
14374                 and NNTP.
14375                 Made it insensitive if the selected folder is not the shown
14376                 one to avoid 'Mark all read' on the wrong folder.
14377                 
14378 2002-01-26 [paul]       0.7.0claws29
14379
14380         * src/folderview.c
14381           src/summaryview.c
14382                 move 'Mark all read' from summary view to folder view
14383                 menu. (adapted from) patch submitted by Jeremy Andrews,
14384                 <lists@kerneltrap.com>
14385
14386 2002-01-25 [alfons]     0.7.0claws28
14387
14388         * src/gtkstext.c
14389                 put the gtk class name back so GtkSText adapts the 
14390                 settings of GtkText
14391
14392 2002-01-25 [alfons]     0.7.0claws27
14393
14394         * src/folderview.c 
14395                 assimilate Ricardo's patch that shows pixmaps instead of
14396                 plain "new" and "unread" texts in the folder view column
14397                 headers 
14398
14399 2002-01-25 [paul]       0.7.0claws26
14400
14401         * src/Makefile.am
14402                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14403                 be found in non-standard locations. 
14404                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14405
14406 2002-01-25 [paul]       0.7.0claws25
14407
14408         * sync with sylpheed 0.7.0cvs16
14409                 see ChangeLog entry 2002-01-25
14410
14411 2002-01-24 [paul]       0.7.0claws24
14412
14413         * more sync with sylpheed 0.7.0cvs15
14414                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14415
14416 2002-01-23 [sergey]     0.7.0claws23
14417
14418         * src/importldif.c
14419                 Fixed segfault when closing LDIF import wizard with
14420                 the window manager.
14421         * src/imageview.c
14422         * src/imageview.h
14423         * src/messageview.c
14424         * src/mimeview.c
14425                 Fixed wrong scrolling position after switching between
14426                 text and image parts.
14427
14428 2002-01-23 [paul]       0.7.0claws22
14429
14430         * sync with sylpheed 0.7.0cvs15
14431                 see ChangeLog entries 2002-01-22 and 2002-01-23
14432
14433 2002-01-21 [melvin]     0.7.0claws21
14434
14435         * src/prefs_scoring.c
14436         * src/prefs_filtering.c
14437                 Fixed bug where scoring and filtering windows stopped
14438                 autochecking.
14439
14440 2002-01-21 [paul]       0.7.0claws20
14441
14442         * sync with sylpheed 0.7.0cvs12
14443                 see ChangeLog entries 2002-01-20 and 2002-01-21
14444
14445 2002-01-21 [carsten]    0.7.0claws19
14446         * src/mainwindow.c
14447         * src/menu.[ch]
14448         * src/messageview.[ch]
14449         * src/summaryview.[ch]
14450                 changes to shortcuts handling again:
14451                         + "Q" now controled by mainwin
14452                         + v/V are now customizable and have slightly
14453                           different meanings
14454                 the "button" to minimize the messageview (and maximize
14455                 the summary view) is a real button now
14456         * src/compose.c
14457                 "Delete Line+" added to Edit/Advanced (this will also
14458                 delete the '\n')
14459
14460 2002-01-20 [melvin] 0.7.0claws18
14461
14462         * src/addressbook.c
14463                 Made "Bcc" sensitive when addressbook is called from
14464                 compose window (it was a Claws only bug).
14465
14466 2002-01-19 [alfons] 0.7.0claws17
14467
14468         * src/inc.c
14469                 prevent unnecessary updates when currently selected folder has
14470                 no new messages 
14471
14472 2002-01-19 [alfons] 0.7.0claws16
14473         
14474         * src/summaryview.c
14475                 prevent writing the cache based on current message list in summary 
14476                 view when filtering also put messages in currently selected folder
14477
14478 2002-01-19 [paul]
14479
14480         * po/it.po
14481                 Italian translation submitted by Alessandro Maestri
14482                 <a.maestri@cs.tin.it>
14483
14484 2002-01-18 [melvin]     0.7.0claws15
14485
14486         * src/prefs_filters.c
14487                 fixed bug where 'cancel' from 'filters' window stops autochecking
14488                 if the timer timed out  when the window was open.
14489
14490 2002-01-18 [match]      0.7.0claws14
14491
14492         * src/addrclip.[ch]     ** NEW FILE **
14493         * src/addrselect.[ch]   ** NEW FILE **
14494         * src/adbookbase.h      ** NEW FILE **
14495                 addressbook cut, copy and paste
14496         * src/addrbook.[ch]
14497         * src/addrcache.[ch]
14498         * src/addressitem.h
14499         * src/addrindex.[ch]
14500         * src/addritem.[ch]
14501         * src/importldif.c
14502         * src/importmutt.c
14503         * src/jpilot.[ch]
14504         * src/syldap.[ch]
14505         * src/vcard.[ch]
14506         * src/jpilot.[ch]
14507         * src/editbook.c
14508         * src/editjpilot.c
14509         * src/editldap.c
14510         * src/editvcard.c
14511                 support for copy/paste
14512         * src/addressbook.c
14513                 support for copy/paste
14514                 tidy up menu option processing
14515                 correct address list function arguments
14516         * src/editaddress.c
14517                 sort user attributes
14518         * src/ldif.h
14519         * src/mutt.h
14520                 tidy up
14521
14522         * src/addrbook.[ch]
14523         * src/addrbook.[ch]
14524         * src/addrbook.[ch]
14525                 
14526
14527 2002-01-18 [paul]       0.7.0claws13
14528
14529         * sync with sylpheed 0.7.0cvs8
14530                 configure.in: support Mac OS X (Darwin)
14531
14532 2002-01-18 [carsten]    0.7.0claws12
14533         * src/html.c
14534                 small hack to fix a segfault with an empty href
14535                 (reported by Alexandra Walford <deeni@altern.org>)
14536         * src/mainwindow.c
14537         * src/summaryview.c
14538                 the shortcuts for Mark und Mark as unread are hardcoded
14539                 again
14540         * src/compose.c
14541         * src/gtkstext.[ch]
14542                 readded the shortcuts in gtkstext but made them
14543                 customizeable (simply by adding a menu plus a wrapper
14544                 to compose.c)
14545
14546 2002-01-17 [melvin]     0.7.0claws11
14547
14548         * src/gtkspell.c
14549                 fix default dictionary not being saved.
14550
14551 2002-01-16 [darko]      0.7.0claws10
14552
14553         * src/compose.c
14554                 fix wrapping crash with URL longer than wrapping margin
14555
14556 2002-12-08 [hoa]        0.7.0claws10
14557
14558         * src/matcher_parser_parse.y
14559                 fixed some bugs
14560
14561         * src/prefs_filtering.c
14562                 now, we can use bounce action in the dialog box.
14563
14564 2002-01-16 [carsten]    0.7.0claws9
14565         * src/gtkstext.c
14566                 removed the <control> and <alt> shortcuts because they're
14567                 not needed and interefered with the "normal" shortcuts
14568         * src/mainwindow.c
14569         * src/summaryview.c
14570                 removed most of the hardcoded shortcuts and assigned
14571                 them to menu entries making them easy customizable by
14572                 that
14573
14574 2002-01-16 |melvin]     0.7.0claws8
14575
14576         * src/gtkspell.c
14577                 fixed bug where using the mouse and when the compose
14578                 window is not on top may result in a crash.
14579
14580 2002-01-16 [melvin]     0.7.0claws7
14581
14582         * src/compose.c
14583                 fixed a long standingspell checker bug which could 
14584                 cause a crash after sending a message.
14585
14586 2002-01-16 [paul]       0.7.0claws6
14587
14588         * sync with sylpheed 0.7.0cvs7
14589                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14590                 2002-01-15, and 2002-01-16
14591
14592 2002-01-16 [melvin]     0.7.0claws5
14593
14594         * README.claws
14595         * src/compose.c
14596         * src/gtkspell.[ch]
14597         * src/main.c
14598                 Heavily modified spell checker code to work around
14599                 ispell bug, to add keyboard shortcuts and for future
14600                 enhancements. See README.claws for usage information.
14601
14602 2002-01-15 [alfons]     0.7.0claws4
14603         
14604         * src/summaryview.c
14605                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14606                 so sorting within threads reflects sort mode
14607
14608 2002-01-15 [christoph]  0.7.0claws3
14609
14610         * src/procmsg.c
14611                 added alertpanel if mail sending failed
14612
14613 2002-01-15 [alfons]     0.7.0claws2
14614         
14615         * src/prefs_filtering.c
14616                 don't stop timer when prefs filtering dialog is opened
14617
14618 2002-01-14 [alfons]     0.7.0claws1
14619
14620         * src/addr_compl.c
14621         * src/prefs.c
14622                 remove debug_print()s for privacy reasons
14623
14624 2002-01-14 [darko]      0.7.0claws
14625
14626         * README.claws
14627                 quotation wrapping is now also in the main branch
14628
14629 2002-01-14 [paul]
14630
14631         * tools/filter_conv.pl
14632                 allow for Boolean Op and case-sensitivity
14633                 this file is included in the release and tagged
14634                 'rel_0_7_0'
14635
14636 2002-01-13 [paul]       0.7.0claws
14637
14638         * release 0.7.0, with cvs tag 'rel_0_7_0'
14639
14640 2002-01-13 [paul]
14641
14642         * tools/filter_conv.pl
14643         * tools/README
14644                 rewritten to output to matcherrc instead of filteringrc
14645
14646         * po/es.po
14647                 updated Spanish translation by Ricardo Mones Lastra
14648
14649 2002-01-13 [alfons]
14650
14651         * po/nl.po
14652                 update dutch translation
14653
14654 2002-01-13 [paul]
14655
14656         * po/pt_BR.po
14657                 Updated by Fabio Junior Beneditto 
14658
14659 2002-01-13 [melvin]     0.6.6claws53
14660
14661         * po/fr.po
14662                 Updated french translation
14663
14664 2002-01-12 [alfons]     0.6.6claws52
14665
14666         * src/filtering.c
14667                 plug mem leak that has been sitting there for ages              
14668
14669 2002-01-12 [alfons]     0.6.6claws51
14670
14671         * src/summaryview.c
14672                 undo melvin's changes from 0.6.6claws48 because summary
14673                 view now refuses to select first unread message when
14674                 selecting a folder 
14675
14676 2002-01-11 [alfons]     0.6.6claws50
14677
14678         * src/import.c
14679                 use claws' semantics for getting folder item when
14680                 importing an mbox file into a folder 
14681                 (submitted by Dale P. Smith)
14682
14683 2002-01-11 [christoph]  0.6.6claws49
14684
14685         * src/prefs.h
14686                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14687                 toggle widget, because non static prefs can not use
14688                 prefs_set_* functions
14689         * src/prefs_account.c
14690                 toggle smtp auth password field sensitivity if
14691                 user id is empty and add descrition of usage for
14692                 these fields
14693         * src/prefs_folder_item.c
14694                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14695                 callbacks
14696
14697 2002-01-11 [melvin]     0.6.6claws48
14698
14699         * src/compose.c
14700                 fix the 'Ctrl-Enter' feature for sending and test really
14701                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14702                 editables which was not documented in Gtk)
14703
14704         * src/summaryview.c
14705                 Made summaryview refresh after sorting and not before.
14706
14707 2002-01-11 [christoph]  0.6.6claws47
14708
14709         * src/compose.c
14710                 select account from account ids if possible and
14711                 correctly set save folder for copy in reedit
14712
14713 2002-01-10 [paul]       0.6.6claws46
14714
14715         * sync with sylpheed 0.7.0 release
14716                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14717                 2002-01-09
14718
14719 2002-01-09 [alfons]
14720
14721         * src/summaryview.c
14722                 remove more dirt traces...
14723
14724 2002-01-09 [alfons]
14725         
14726         * src/summaryview.c
14727                 clean up some traces of my debugging stuff
14728
14729 2002-01-09 [alfons]     0.6.6claws45
14730
14731         * src/filtering.c
14732                 break up filteringprop_apply() in three separate pieces
14733                 so we can drop messages that failed processing in the
14734                 inbox
14735
14736         * src/summaryview.c
14737                 fix bug #469598 "no refresh of inbox after filter" which 
14738                 was introduced by the new summary view locking, and which 
14739                 prevented the summary view to update after a manual filter 
14740                 message. claw's filter message requires a summary_show().
14741                 (aargh, summary_show() again! :-)
14742                 
14743 2002-01-07 [alfons]     0.6.6claws44
14744
14745         * src/headerwindow.c
14746         * src/logwindow.c
14747         * src/messageview.c
14748         * src/sourcewindow.c
14749                 bring in Hiro's last 0.7.0 wm class fixes
14750
14751         * tools/sylprint.pl
14752                 bring in Ricardo's fix for sylprint script
14753
14754         * AUTHORS       
14755         * src/rfc2015.[ch]
14756         * src/prefs_common.[ch]
14757         * src/prefs_account.[ch]
14758         * src/compose.c
14759                 clean up account preference poison in rfc2015,
14760                 and preparation to fix double sign bug 
14761                 (patch submitted by Simon 'corecode' Schubert)
14762
14763 2002-01-07 [christoph]  0.6.6claws43
14764
14765         * src/mh.c
14766                 search for free message number, do not only rely
14767                 on last_num
14768         * src/send.c
14769                 fix smtp auth and use extra account information
14770                 if available, if not use pop3 data instead
14771                 (closes bug #500341)            
14772         * src/ssl.[ch]
14773                 match coding style
14774
14775 2002-01-06 [alfons]     0.6.6claws42
14776
14777         * src/mainwindow.c
14778                 try making the separate windows work again...
14779
14780 2002-01-06 [alfons]     0.6.6claws41
14781
14782         * src/mainwindow.c
14783                 adapt Hiro's separate window menu (to get rid of the funny
14784                 duplicate menu items), and make it work again
14785
14786 2002-01-06 [alfons]     0.6.6claws40
14787
14788         * tools/Makefile.am
14789         * tools/sylprint.rc
14790         * tools/sylprint.pl
14791         * tools/README.sylprint
14792                 add sylprint script for printing mails from Sylpheed
14793                 (contributed by Ricardo Mones Lastra)
14794
14795         * src/acount.c
14796                 clean up
14797
14798 2002-01-06 [melvin]     0.6.6claws39
14799
14800         * src/mainwindow.c
14801         * src/summaryview.c
14802                 Fixed crash introduced in 0.6.6claws38 by the menu
14803                 reorganisation (Hide read messages)
14804         
14805         * ChangeLog.claws 
14806                 Fixed typo (we are now in 2002, alfons ;) )
14807
14808 2002-01-05 [alfons]     0.6.6claws38
14809
14810         * sync with sylpheed 0.6.6cvs10-17
14811                 (last stuff marked as LAST_STABLE)
14812
14813 2002-01-04 [melvin]     0.6.6claws37
14814
14815         * src/account.c
14816                 Made account selection code use strcasestr again instead of
14817                 g_strcasecmp (fixes bug where reediting queued messages
14818                 did not select proper account reported by T. Link).
14819         
14820         * src/folderview.c
14821                 Fix bug where folder icons are not shown when 'hide read messages'
14822                 is on.
14823         
14824         * src/stock_pixmaps.[ch]
14825                 Added folder icons for 'hide read messages'.
14826         
14827         * src/compose.c
14828                 Fixed bug where 'Enter' in a header entry will send the message 
14829                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14830
14831 2002-01-03 [melvin]     0.6.6claws36
14832         
14833         * src/prefs.[ch]
14834                 Added popup menu for common preferences and
14835                 account preferences (right click on tab displays
14836                                 a menu of all tabs.)
14837
14838 2002-01-02 [melvin]     0.6.6claws35
14839
14840         * src/gtkspell.[ch]
14841                 Made spelling code compatible with undo/redo feature.
14842                 Added creation of suggestion mode menu for the general
14843                         preferences.
14844         
14845         * src/prefs_common.[ch]
14846                 Added option menu for the speller's suggestion mode.
14847                 Added missing spaces in "..." buttons and made a "..."
14848                         button non translatable!
14849         
14850         * src/compose.c
14851                 Made speller use the default suggestion mode.
14852                 Hack to make it possible to choose 'CTRL-Enter' as a
14853                         shortcut for sending (and only for sending).
14854
14855         * src/prefs_folder_item.c
14856                 Changing subject simplification does not update cache 
14857                         anymore (because it is unnecessary).
14858                 Fixed bug where changing subject simplification updated the 
14859                         summaryview even when the viewed folder is not the
14860                         folder which properties are being changed. (E.g. 
14861                                         viewing folder A and changing
14862                                         the subject simplification of 
14863                                         folder B -not being viewed- updated the 
14864                                         summaryview of folder A with data of
14865                                         folder B). (Hope this is clear... )
14866
14867 2001-12-31 [alfons]     0.6.6claws34
14868         
14869         * src/ldif.c
14870         * src/mutt.c
14871                 fgetc() returns a signed integer which doesn't
14872                 fit in a char. so c truncates this to a char
14873                 but we may lose significant bits. i.e. we may
14874                 comparing 0xFF which may not be equal to -1
14875                 unless properly casted to signed char which
14876                 we won't do because fgetc() returns a signed
14877                 integer which doesn't fit in a char. so c 
14878                 truncates this to a char but we may lose 
14879                 significat bits. (you got the idea, thanks
14880                 to Gustavo Noronha Silva <kov@debian.org>
14881                 and the Debian folks!)
14882
14883 2001-12-30 [alfons]     0.6.6claws33
14884
14885         * src/prefs_common.c
14886                 add #ifdef USE_PSPELLs that Melvin forgot               
14887
14888 2001-12-30 [melvin]     0.6.6claws32
14889         
14890         * src/prefs_common.[ch]
14891                 Added configurable color for misspelled words.
14892
14893         * src/gtkspell.[ch]
14894                 Fixed bug of foreground text color (reported by David
14895                                 Mehrmann)
14896                 Added configurable color for misspelled words.
14897
14898 2001-12-30 [alfons]     0.6.6claws31
14899
14900         * src/folder.c
14901                 remove unnecessary things someone put there
14902
14903         * src/mh.c
14904         * src/folder.[ch]
14905                 make folder properties (like threading and sorting) persistent
14906                 (closes bug #497424 "rescan folder tree resets proprieties")
14907                 currently this is only for MH folders. 
14908
14909 2001-12-29 [melvin]     0.6.6claws30
14910
14911         * src/string_match.[ch]
14912                 Optimized a bit: regexp pattern buffer compiled only once, and
14913                   one subroutine call removed. Fixed ^ regexp search: Now, 
14914                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14915         
14916         * src/summaryview.c
14917                 Subject filtering changed to filter summary columns and
14918                   not directly the messages subject cache. The loss in 
14919                   performance is balanced by the improvement of string_match.
14920                 Added an alert panel if there is an error in the regexp.
14921
14922         * src/src/prefs_folder_item.h
14923                 Added a regexp pattern buffer.
14924
14925 2001-12-28 [alfons]     0.6.6claws29
14926
14927         * src/string_match.[ch]
14928                 clean up name space
14929                 allow compilation *BSD
14930
14931 2001-12-27 [alfons]     0.6.6claws28
14932
14933         * src/filter.c
14934                 sync the Hiro's bug fix for BSD
14935
14936 2001-12-27 [melvin]     0.6.6claws27
14937         
14938         * src/compose.c
14939                 Simplify focus to subject entry code.
14940
14941 2001-12-27 [darko]      0.6.6claws26
14942
14943         * src/filtering.c
14944         * src/mbox_folder.c
14945         * src/messageview.c
14946         * src/mh.c
14947         * src/procheader.[ch]
14948         * src/procmsg.h
14949         * src/stock_pixmap.[ch]
14950         * src/summaryview.c
14951                 Show key icon for encrypted mails in summary view
14952
14953         * src/pixmaps/clip.xpm
14954         * src/pixmaps/clipkey.xpm
14955         * src/pixmaps/key.xpm
14956                 New/modified icons for the above
14957
14958 2001-12-27 [melvin]     0.6.6claws25
14959
14960         * src/prefs_common.c
14961                 Put spell checker options in a separate tab to decrease
14962                 the Common Preferences window height.
14963
14964         * README.claws  
14965                 Update spell checker usage instruction about its options
14966                 location.
14967
14968 2001-12-27 [melvin]     0.6.6claws24
14969
14970         * src/compose.c
14971                 Changed subject entry widget position. Initial focus is
14972                 on the To header instead of the subject entry.
14973                 Creating a new header scrolls the header list to make the
14974                 created one visible. Nevertheless, when automatically filling
14975                 headers, the first one is shown.
14976                 A Tab key press in the last empty header entry zips the 
14977                 focus to the subject entry.
14978                 (I did not change the combo boxes, yet)
14979
14980 2001-12-26 [alfons]     0.6.6claws23
14981
14982         * src/prefs_account.c
14983         * src/inc.c
14984                 allow default inbox to reside in another mailbox (only
14985                 works for POP3 accounts)
14986
14987 2001-12-26 [alfons]     0.6.6claws22
14988         
14989         * src/textview.c
14990                 make reply-on-click work with the account of the selected folder
14991         * src/compose.c
14992                 put a fixme here to remind me to fix finding correct default
14993                 account for nested folders
14994
14995 2001-12-25 [alfons]     0.6.6claws21
14996
14997         * src/summaryview.c
14998                 make column headers display locked and mark pixmaps (idea by Melvin) 
14999                 fix bug by adding score and locked column type to sort array
15000
15001 2001-12-25 [alfons]     0.6.6claws20
15002         
15003         * src/summaryview.c
15004                 catch a *potentially* inadvertent write back of  
15005                 the message cache(s) introduced by 0.6.5claws37
15006
15007 2001-12-25 [christoph]  0.6.6claws19
15008
15009         * src/stock_pixmap.[ch]
15010         * src/summaryview.c
15011                 add ignore thread pixmap
15012                 (can someone draw a better icon for this?)
15013
15014 2001-12-24 [alfons]     0.6.6claws18
15015
15016         * src/prefs_folder_item.c
15017                 make address completion actually work for the
15018                 Default To address in the Folder Property dialog.
15019
15020 2001-12-24 [alfons]     0.6.6claws17
15021         
15022         * src/summaryview.c
15023                 use new style regexp for subject stripping 
15024                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
15025
15026 2001-12-24 [darko]      0.6.6claws16
15027
15028         * src/pgptext.c
15029         * src/rfc2015.c
15030                 move GPG related informational messages to debug mode
15031
15032 2001-12-23 [alfons]     0.6.6claws15
15033
15034         * src/stock_pixmap.[ch]
15035         * src/summaryview.c
15036                 add the forgotten Claws' locked pixmap
15037
15038 2001-12-23 [alfons]     0.6.6claws14
15039
15040         * src/filesel.c
15041                 accept file name typed in entry in multi file
15042                 selector (patch submitted by Gustavo Noronha Silva 
15043                 <kov@debian.org>)
15044
15045 2001-12-23 [alfons]     0.6.6claws13
15046
15047         * src/prefs_filter.c
15048         * src/prefs_filtering.c
15049         * src/matcher.c
15050         * src/importmutt.c
15051                 clean up a little bit
15052         
15053         * src/string_match.c
15054                 validate input strings a little bit more
15055
15056 2001-12-23 [alfons]     0.6.6claws12
15057
15058         * src/Makefile.am
15059         * src/summaryview.c
15060         * src/string_match.[ch]         ** NEW **
15061         * src/folderview.[ch]
15062         * src/headerview.h
15063         * src/folder.[ch]
15064         * src/prefs_folder_item.[ch]
15065                 add subject simplification to strip out strings from
15066                 a subject line (esp. handy for mailing lists). 
15067                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
15068                 but slightly changed things for better integration.)
15069
15070 2001-12-23 [alfons]     0.6.6claws11
15071
15072         * src/mainwindow.c
15073                 fix bug introduced by submission included in 0.6.5claws52.
15074                 ideally this submission should clean the trash if any trash
15075                 folder has a message. however, the hasTrash variable was
15076                 set to false whenever a trash folder was empty (discarding
15077                 a previously found *filled* trash folder.)
15078
15079                 also edited the code a little bit and made it more safe.
15080
15081 2001-12-22 [alfons]     0.6.6claws10
15082
15083         * src/imap.c
15084                 quick fix for Martin Pool's omission of an account
15085                 specific SSL setting
15086
15087 2001-12-22 [alfons]     0.6.6claws9
15088
15089         * src/compose.c
15090         * src/messageview.c
15091         * src/mimeview.c
15092         * src/pgptext.c
15093         * src/procmime.[ch]
15094                 better support for multipart/digest (submitted
15095                 by Fredrik <e98fo@efd.lth.se>)
15096
15097 2001-12-22 [alfons]     0.6.6claws8
15098
15099         * src/addressbook.c
15100                 correct function signature
15101         * src/socket.[ch]
15102         * src/imap.[ch]
15103         * src/prefs_account.[ch]
15104                 allow IMAP over SSH tunnel (patch submitted by 
15105                 Martin Pool <mbp@samba.org>)
15106
15107 2001-12-21 [alfons]     0.6.6claws7
15108
15109         * sync with sylpheed 0.6.6cvs4-9
15110                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
15111
15112 2001-12-21 [christoph]  0.6.6claws6
15113
15114         * src/compose.c
15115         * src/prefs_folder_item.[ch]
15116                 implement saving of outgoing messages to current folder.
15117                 fix segfault when no default outbox is available
15118                 (closes bug #495683)
15119
15120 2001-12-21 [carsten]    0.6.6claws5
15121         * src/folderview.c
15122         * src/summaryview.c
15123                 pressing CTRL while DND does now the expected thing and
15124                 copies the mail (moving is still the default, as this
15125                 seam more appropriate for handling mails by DND)
15126
15127 2001-12-18 [paul]       0.6.6claws4
15128
15129         * sync with sylpheed 0.6.6cvs3
15130                 see ChangeLog entries 2001-12-18
15131
15132 2001-12-18 [hiro]       0.6.6claws3
15133
15134         * src/undo.c
15135                 fix for multibyte characters (obtain the number of letters
15136                 instead of bytes).
15137
15138 2001-12-17 [paul]       0.6.6claws2
15139
15140         * sync with sylpheed 0.6.6cvs1
15141                 see ChangeLog entry 2001-12-16
15142
15143 2000-12-17 [alfons]     0.6.6claws1
15144
15145         * src/filtering.c
15146                 clean up
15147
15148 2001-12-16 [paul]       0.6.6claws
15149 2001-12-15
15150
15151         * Release version 0.6.6claws, cvs tag: rel_0_6_6
15152
15153         * src/mimeview.c
15154                 last minute sync with main 0.6.6
15155
15156         * po/es.po
15157                 updated by Ricardo Mones Lastra
15158                 update for last minute sync
15159         * po/fr.po
15160         * po/nl.po
15161                 update for last minute sync
15162         * po/de.po
15163                 updated by Jens Oberender
15164         * po/pt_BR.po
15165                 updated by Fabio Junior Beneditto
15166
15167         * src/prefs_common.[ch]
15168         * src/undo.c
15169                 number of undo levels is user configurable
15170                 (squeeze it into the release in the dying
15171                 moments) Submitted by Jens Oberender    
15172
15173 2001-12-15 [melvin]
15174
15175         * po/fr.po
15176                 updated french translation
15177
15178 2001-12-15 [paul]       0.6.5claws92
15179
15180         * sync with sylpheed 0.6.5cvs28
15181                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
15182
15183         * po/nl.po
15184                 update to allow for sync
15185
15186 2001-12-15 [alfons]
15187         
15188         * po/nl.po
15189                 update dutch translation
15190
15191 2001-12-14 [carsten]    0.6.5claws91
15192         * src/summaryview.c
15193                 fixed bug #473785; also after changing the column order
15194                 the same message will be selected and displayed as before
15195                 the reordering
15196
15197 2001-12-14 [carsten]    0.6.5claws90
15198         * src/folderview.c
15199                 probably found the bug reported by wwb opening or closing
15200                 a folder tree just before dnd (found the solution in the
15201                 balsa source -- thanks to them)
15202
15203 2001-12-14 [carsten]    0.6.5claws89
15204         * src/gtkutils.c
15205         * src/account.c
15206                 moved gtk_clist_moveto to the right place, so that
15207                 only the accounts dialog is effected on opening
15208
15209 2001-12-14 [carsten]    0.6.5claws88
15210         * src/gtkutils.c
15211                 gtkut_clist_set_focus_row does a gtk_clist_moveto
15212                 now, so that the focused row will be seen in any case
15213                 (reported by wwp on sf-claws-user)
15214
15215 2001-12-14 [darko]      0.6.5claws87
15216
15217         * src/compose.c
15218                 remove unnecessary line
15219
15220 2001-12-14 [paul]       0.6.5claws86
15221
15222         * sync with sylpheed 0.6.5cvs27
15223                 see ChangeLog entries 2001-12-14
15224
15225 2001-12-14 [carsten]    0.6.5claws85
15226         * src/mainwindow.c
15227                 following a suggestion of Melvin the rcoabm pops up
15228                 right under the button now and the button is reliefed
15229                 while the popup is open
15230
15231 2001-12-14 [darko]      0.6.5claws84
15232
15233         * src/compose.c
15234                 fix crash when wrapping long lines if linewrap quotation
15235                 is disabled and wrapper encounters a word spanning more
15236                 than one line
15237
15238 2001-12-13 [paul]       0.6.5claws83
15239
15240         * src/compose.c
15241                 prefer 'Reply-To' header over mailing list header when
15242                 replying to a message. Finally prevent all those confirmation 
15243                 messages being sent to the list itself.
15244
15245         * src/summaryview.c
15246                 remove unused summary_set_menu_sensitive() entry
15247
15248 2001-12-13 [paul]       0.6.5claws82
15249
15250         * src/folderview.c
15251         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15252         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15253         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15254                 improvements to 'Hide read messages': Inbox, Outbox,
15255                 Trash, Queue, and Draft icons now reveal presence of hidden 
15256                 messages
15257
15258 2001-12-12 [alfons]     0.6.5claws81
15259
15260         0.6.5claws80 was tagged as LAST_STABLE
15261
15262         * src/filtering.[ch]
15263         * src/matcher.[ch]
15264         * src/matcher_parser_lex.c
15265                 fix the filtering; my last attempt to get it right, 
15266                 if it does not work, it's Hoa's turn. ;-)
15267
15268                 for my honourable peers:
15269                 
15270                 the code now makes a clear distinction between
15271                 rules as they are displayed (probably escaped),
15272                 and as they are executed (probably unescaped). the
15273                 parser does *NOT* do any unescaping, this is
15274                 the task of the matcher.c (which breaks up a
15275                 rule into condition) and the filtering.c (which
15276                 breaks up the rule's action). to make this
15277                 run happily we provide an unescaped copy of
15278                 crucial strings to the MatcherProp and 
15279                 FilteringAction structures. note that the only
15280                 exception to this is any REGEXP string. those
15281                 are directly passed to regcomp() and regexp()
15282                 (who have much more powerful unescape functions).
15283                 
15284                 for everyone else:
15285         
15286                 you can escape tab (\t), carriage return (\r),
15287                 linefeed (\n), form feed (\f), quote (\"), 
15288                 single quote (\'), bell (\b) in all the entry
15289                 lines in the scoring & filtering dialogs.
15290                 as an added bonus this should not affect
15291                 existing filtering rules.
15292
15293 2001-12-12 [carsten]    0.6.5claws80
15294
15295         * src/summaryview.c
15296         * po/de.po
15297                 "item(s) selected" is now sensitive to 1 or more
15298                 than one selected (nice for language where simple
15299                 adding of a "s" is not possible as German (Eintrag
15300                 ->Eintr"age)
15301                 
15302                 the "forward as attachment" entry from the right
15303                 click menu removed, "forward" acts following the
15304                 prefs
15305         
15306         * src/textview.c
15307                 reverted my former changes; so compiler warning again
15308                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15309                 nevertheless
15310
15311         * src/messageview.c
15312                 "search in message" does now *not* only work in MVIEW_TEXT
15313                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15314                 message
15315
15316         * src/mainwindow.c
15317                 removed "/File/_Close" as it was the same as "/File/E_xit"
15318                 and we don't need it two times
15319
15320                 the separate folder view and message view now get a distinct
15321                 WMCLASS, just in case someone is using sawfish ;-)
15322
15323                 as the menu entries "/View/Message view" and "/View/Folder tree"
15324                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15325                 make them sensitive accordingly and as these two are "shown"
15326                 after startup anytime check this menuitem at startup
15327
15328 2001-12-12 [paul]       0.6.5claws79
15329
15330         * src/folderview.c
15331                 fix sensitivity of 'Search folder...', broken in
15332                 0.6.5claws75
15333
15334         * src/mainwindow.c
15335                 fix dodgy English
15336
15337 2001-12-11 [carsten]    0.6.5claws78
15338         * src/filtering.c
15339                 fixed two typos returning a wrong FALSE/TRUE
15340         * src/mainwindow.[ch]
15341                 extra menu for email/news button removed
15342
15343 2001-12-11 [alfons]     0.6.5claws77
15344         
15345         * src/matcher.c                 (1.3)
15346         * src/matcher_parser_lex.l      (1.28)
15347                 revert for another attempt
15348                 mark 0.6.5claws77 as LAST_STABLE
15349
15350 2001-12-11 [christoph]  0.6.5claws76
15351
15352         * po/de.po
15353                 fixed wrong translation for prev. unread msg
15354
15355 2001-12-11 [paul]       0.6.5claws75
15356
15357         * src/folder.[ch]
15358         * src/folderview.c
15359         * src/mainwindow.c
15360         * src/summaryview.[ch]
15361         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15362                 enable ability to hide read messages on per folder basis via 
15363                 '/Summary/Hide read messages'; when selected, a folder will 
15364                 have a red open folder icon, instead of a blue icon, if the 
15365                 folder contains hidden messges
15366                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15367
15368         * src/mainwindow.c
15369                 remove '/Message/Forward as attachment' from 
15370                 main_window_set_menu_sensitive() to prevent debug warning
15371
15372         * src/folderview.c
15373         * src/mainwindow.c
15374                 Clean up some of the English
15375
15376         * tools/newscache_clean.pl
15377                 allow for new 'hidereadmsgs' entry in folderlist.xml
15378
15379         * po/es.po
15380                 updated translation, submitted by Ricardo Mones Lastra
15381
15382 2001-12-11 [paul]       0.6.5claws74
15383
15384         * sync with sylpheed 0.6.5cvs25
15385                 see ChangeLog entry 2001-12-11
15386
15387 2001-12-10 [alfons]     0.6.5claws73
15388
15389         * src/matcher.c
15390                 add more control characters
15391         * src/matcher_parser_lex.l
15392                 make escaping / unescaping work again
15393
15394 2001-12-10 [alfons]     0.6.5claws72
15395
15396         * src/imap.c
15397                 clean up warnings "returning value for void function" 
15398         * src/prefs_filtering.c
15399                 make info button for execute action sensitive
15400
15401 2001-12-10 [paul]       0.6.5claws71
15402
15403         * src/compose.c
15404         * src/imap.[ch]
15405         * src/summaryview.c
15406                 fix: imap server now gets informed of MARKED, UNMARKED
15407                 and REPLY events. Now people can use different IMAP-Mail
15408                 clients and have the exact same information about MARKED,
15409                 UNMARKED and REPLY status with all of them. Especially
15410                 useful for imap servers with a web-frontend.
15411                 submitted by Tobias Sandhaas <medlor@web.de>
15412
15413 2001-12-09 [melvin]     0.6.5claws70
15414         
15415         * src/textview.[ch]
15416                 fixed bug #490076 (hunted down by Alfons who implemented
15417                 a workaround in 0.6.5claws65)
15418
15419 2001-12-09 [christoph]  0.6.5claws69
15420
15421         * src/summaryview.c
15422                 set pointer to string in LOCKED column to NULL
15423                 (might fix bug #490800)
15424
15425 2001-12-09 [carsten]    0.6.5claws68
15426
15427         * po/de.po
15428                 resolved some cluttered menu shortcuts 
15429                 ('creating new email' and 'creating news message'
15430                 hade the same)
15431         * src/compose.c
15432                 wmclass now distinc from main window
15433         * src/mainwindow.c
15434           src/mainwindow.h
15435                 email/news and forward button functionality similar
15436                 to the reply buttons; removed the ugly dropdown arrows
15437                 and use instead the right mouse button
15438
15439 2001-12-09 [paul]       0.6.5claws67
15440
15441         * src/imap.c
15442         * src/utils.h
15443                 allow spaces in imap folder names
15444                 submitted by Willem van Engen <wvengen@stack.nl>
15445
15446 2001-12-09 [paul]       0.6.5claws66
15447
15448         * sync with sylpheed 0.6.5cvs24
15449                 see ChangeLog entry 2001-12-09
15450
15451 2001-12-08 [alfons]     0.6.5claws65
15452
15453         * src/textview.c
15454                 prevent secondary selection claim after "add to sender" dialog
15455                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15456                 we trick GTK by simulating a click at (0, 0) in the textview.
15457
15458 2001-12-08 [hoa]        0.6.5claws64
15459
15460         * src/folder.c
15461                 fixed a bug about the .processing folder name while filtering
15462
15463 2001-12-08 [alfons]     0.6.5claws63
15464
15465         * src/folderview.c 
15466                 work around problem of not correctly updating folder stats
15467                 when deleting messages. there's some folder scanning evil
15468                 going so the folderview_update_msg_num() does not work
15469                 correctly. need to investigate this.
15470
15471 2001-12-08 [paul]       0.6.5claws62
15472
15473         * sync with sylpheed 0.6.5cvs23
15474                 see ChangeLog entry 2001-12-08
15475
15476 2001-12-07 [christoph]  0.6.5claws61
15477
15478         * src/compose.c
15479                 fix another header translation problem
15480
15481 2001-12-07 [alfons]     0.6.5claws60
15482
15483         * src/mbox.c
15484                 make filtering also work on local spool mbox
15485
15486 2001-12-07 [carsten]    0.6.5claws59
15487         * src/addressbook.c
15488                 addressbook window gets a wmclass distinct from the main
15489                 sylpheed window
15490         * src/compose.h
15491         * src/mainwindow.[ch]
15492                   forward menu item will use mode selected in prefs, forward 
15493                 as attatchment in menu removed (will be substituted in the
15494                 toolbar similar to reply buttons)
15495                   create news message menu entry and news button is now 
15496                 sensitive to the existance of a news account
15497         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15498         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15499         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15500                 these are removed because the toolbar buttons don't show
15501                 the quoting modus any longer
15502
15503 2001-12-07 [paul]
15504
15505         * tools/newscache_clean.pl      ** NEW FILE **
15506                 perl script to do some tidying up in the newscache directory 
15507                 
15508         * tools/sylpheed-switcher       ** NEW FILE **
15509                 perl script to enable easy switching between main and claws
15510                 
15511         * tools/README
15512                 added descriptions of the two new perl scripts          
15513
15514
15515 2001-12-07 [melvin]     0.6.5claws58
15516
15517         * src/messageview.c
15518                 fixed a warning during compilation introduced in 0.6.5claws56
15519
15520 2001-12-07 [paul]       0.6.5claws57
15521
15522         * src/mainwindow.[ch]
15523         * src/menu.[ch]
15524                 further usability enhancements to replying with or without 
15525                 quoting via the toolbar, use of Ctrl key is replaced by 
15526                 drop down menu 
15527                 Submitted by Carsten Schurig            
15528
15529 2001-12-07 [melvin]     0.6.5claws56
15530
15531         * src/messageview.c
15532                 hack to fix bug that prevented to make/paste selections
15533                 after switching between MVIEW_TEXT and MVIEW_MIME views
15534                 without deselecting the selection first.
15535
15536 2001-12-06 [alfons]     0.6.5claws55
15537
15538         * src/filtering.[ch]
15539         * src/inc.c
15540                 revise filtering a little bit more, and make sure
15541                 messages are delivered to the appropriate inbox
15542                 (perhaps set per account)
15543
15544 2001-12-06 [paul]       0.6.5claws54
15545
15546         * sync with sylpheed 0.6.5cvs22
15547                 see ChangeLog entry 2001-12-06
15548
15549 2001-12-05 [alfons]     0.6.5claws53
15550
15551         * src/inc.c
15552         * src/folder.[ch]
15553         * src/procmsg.c
15554         * src/filtering.c
15555                 more revisions of filtering system
15556                 (last stable version is marked as LAST_STABLE)
15557                 
15558                 | NOTE 1): the filtering system now uses a local folder called
15559                 | .processing. if filtering fails, check this directory
15560                 | for missing messages.
15561                 |
15562                 | NOTE 2): help us find the filtering actions still missing
15563
15564 2001-12-05 [paul]       0.6.5claws52
15565
15566         * src/mainwindow.c
15567                 fix bug where 'Empty Trash?' pop-up window appears even
15568                 when Trash is empty, submitted by Jesse Skinner         
15569
15570 2001-12-05 [melvin]     0.6.5claws51
15571
15572         * src/compose.c
15573                 fixed bug #486106 to select correct account when reediting 
15574                 a queued message
15575         
15576 2001-12-04 [alfons]     0.6.5claws50
15577
15578         * src/mh.c
15579                 declare markfile in appropriate functions when
15580                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15581                 for spotting this)
15582
15583 2001-12-04 [paul]       0.6.5claws49
15584
15585         * sync with sylpheed 0.6.5cvs21
15586                 see ChangeLog entry 2001-12-04
15587
15588 2001-12-03 [christoph]  0.6.5claws48
15589
15590         * po/de.po
15591                 changed translation of undo
15592         * src/account.c
15593         * src/folder.c
15594                 don't reinvent the wheel to traverse a GNode
15595         * src/compose.[ch]
15596                 seperate code to create the compose gui into functions
15597                 add "Others" page with folder selection for saving copy
15598                 of the message.
15599                 the folder identifier is saved to queue header
15600         * src/procmsg.c
15601                 save message to folder in queue header
15602
15603 2001-12-03 [paul]       0.6.5claws47
15604
15605         * sync with sylpheed 0.6.5cvs20
15606                 see ChangeLog entry 2001-12-03
15607
15608 2001-12-01 [paul]
15609
15610         * more sync with sylpheed 0.6.5cvs19
15611                 see ChangeLog entry 2001-11-29
15612
15613 2001-11-30 [paul]       0.6.5claws46
15614         
15615         * src/compose.c
15616                 remove conflicts introduced by Hoa's last commit
15617          
15618         * src/mainwindow.c
15619                 make 'Message/Bounce' sensitive
15620
15621 2001-11-30 [hoa]        0.6.5claws45
15622
15623         * src/compose.c
15624                 slightly change bounce function to add
15625                 information about the user that bounced the mail
15626                 in the From header line.
15627
15628         * src/folderview.c
15629                 permit the use of processing in outbox folder.
15630
15631 2001-11-29 [paul]       0.6.5claws44
15632
15633         * src/mainwindow.[ch]
15634         * src/prefs_common.c
15635         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15636         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15637         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15638                 usability enhancements to the quoting, implements
15639                 use of Ctrl key to toggle quoting settings
15640                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15641
15642 2001-11-29 [paul]       0.6.5claws43
15643         
15644         * sync with sylpheed 0.6.5cvs19
15645                 see ChangeLog entry 2001-11-28
15646
15647 2001-11-29 [melvin]     0.6.5claws42
15648         * src/Makefile.am
15649                 added enriched.[ch] to the list of files
15650
15651         * src/textview.c
15652         * src/mimeview.c
15653         * src/procmime.[ch]
15654         * src/enriched.[ch]
15655                 added support to view text/enriched
15656                 added support to show headers in message view for text/enriched and text/html
15657                         in non multipart messages
15658
15659 2001-11-28 [paul]       0.6.5claws41
15660
15661         * more sync with sylpheed 0.6.5cvs18
15662                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15663
15664 2001-11-27 [paul]       0.6.5claws40
15665         
15666         * po/pt_BR.po
15667                 updated translation, submitted by Fabio Junior Beneditto
15668                 
15669         * sync with sylpheed 0.6.5cvs18
15670                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15671                 2001-11-27
15672
15673
15674 2001-11-26 [paul]
15675
15676         * po/es.po
15677                 updated translation, submitted by Ricardo Mones Lastra
15678
15679 2001-11-26 [alfons]
15680
15681         * src/matcher.c
15682                 add more translatable strings
15683
15684 2001-11-26 [christoph]  0.6.5claws39
15685
15686         * po/de.po      
15687                 fixed one more umlaut
15688         * src/compose.c
15689                 fix translated header when it should not be translated
15690
15691 2001-11-26 [paul]       0.6.5claws38
15692
15693         * src/mainwindow.c
15694                 remove '/Message/Add Sender to address book' from 
15695                 main_window_set_menu_sensitive(), prevent debug warning
15696                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15697
15698 2001-11-26 [paul]       0.6.5claws37
15699
15700         * src/summaryview.c
15701                 fix 'recurring unread state' bug 
15702
15703         * tools/README 
15704         * tools/filter_conv.pl
15705                 read name of top level mailbox from folderlist.xml
15706                 and presume nothing about its name              
15707
15708 2001-11-26 [darko]      0.6.5claws36
15709
15710         * src/gtkstext.[ch]
15711                 removed functions that are now in gtkutils.c
15712                 use gtkut_text_is_uri_string() from gtkutils.c
15713         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15714
15715 2001-11-26 [paul]       0.6.5claws35
15716
15717         * sync with sylpheed 0.6.5cvs16
15718                 see ChangeLog entries 2001-11-25 and 2001-11-26
15719
15720 2001-11-25 [alfons]     0.6.5claws34
15721
15722         EXPERIMENTAL!!! Please checkout the last stable version using: 
15723           
15724         % cvs update -r LAST_STABLE -dRAP
15725
15726         (Or help us testing this stuff.)
15727
15728         * src/filtering.c               (1.14)
15729         * src/filtering.h               (1.6)
15730         * src/inc.c                     (1.28)
15731         * src/matcher.c                 (1.20)
15732         * src/mbox.c                    (1.9)
15733         * src/procmsg.h                 (1.14)
15734         * src/summaryview.c             (1.59)
15735         * src/summaryview.h             (dunno)
15736                 revert/merge/sync to as it was before commit 
15737                 on Thu, 19 Jul 2001 10:15:51 -0700.
15738
15739 2001-11-25 [hoa]        0.6.5claws33
15740
15741         * src/main.c
15742                 processing mails at startup
15743
15744         * src/folderview.c
15745         * src/summaryview.[ch]
15746                 processing mails when entering folder
15747
15748         * src/prefs_filtering.c
15749                 fixed some UI bugs
15750
15751 2001-11-24 [alfons]     0.6.5claws32
15752
15753         * src/summaryview.[ch]
15754                 make summary sort headers work, and also make
15755                 sure the sort type is stored
15756
15757 2001-11-23 [alfons]     0.6.5claws31
15758
15759         * src/summaryview.[ch]
15760                 make lock work like mark
15761                 disallow deleting messages marked as locked
15762
15763 2001-11-23 [alfons]     0.6.5claws30
15764
15765         * src/gtkstext.c
15766         * src/compose.[ch]
15767         * src/Makefile.am
15768         * src/undo.[ch]
15769                 merge undo patch submitted by Jens
15770
15771 2001-11-23 [christoph]  0.6.5claws29
15772
15773         * src/.cvsignore
15774                 added ylwrap
15775         * src/compose.c
15776                 fixed gpg signing and encoding
15777         * src/folder.[ch]
15778         * src/main.c
15779                 added --status option to get new, unread and total
15780                 message count from a running sylpheed
15781         * src/prefs_common.c
15782                 temporary fix for reply_with_quote problem
15783                 (don't call functions for non existing widget)
15784         * src/procmsg.c
15785                 one more check for ignored threads but still not
15786                 always working correctly. probably a recursive
15787                 check for all parents is needed
15788
15789 2001-11-23 [darko]      0.6.5claws28
15790
15791         * src/compose.c
15792                 wrapping on send improvements
15793         * src/gtkutils.[ch]
15794                 fix for GtkSText after last sync with main branch
15795                 GTK_TEXT -> GTK_STEXT
15796
15797 2001-11-23 [paul]       0.6.5claws27
15798
15799         * sync with sylpheed 0.6.5cvs14
15800                 see ChangeLog entries 2001-11-22 and 2001-11-23
15801                 
15802         * po/de.po
15803                 fixed the scrambled umlauts 
15804                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15805
15806 2001-11-21 [paul]       0.6.5claws26
15807
15808         * sync with sylpheed 0.6.5cvs12
15809                 see 2nd ChangeLog entry dated 2001-11-20
15810
15811 2001-11-20 [paul]       0.6.5claws25
15812
15813         * sync with sylpheed 0.6.5cvs11
15814                 see ChangeLog entry 2001-11-19 (src/utils.c)
15815
15816 2001-11-20 [hiro]
15817
15818         * src/compose.c
15819                 GTK_TEXT -> GTK_STEXT
15820                 fix for wrong comment
15821
15822 2001-11-20 [hiro]       0.6.5claws24
15823
15824         * src/compose.[ch]
15825                 more merges from main branch
15826                 removed fatal warnings (uninitialized variables etc.)
15827                 some coding style fix
15828         * src/gtkutils.h
15829                 fixed typo.
15830         * src/addressbook.c
15831           src/addrindex.c
15832                 V-Card -> vCard
15833
15834 2001-11-19 [hoa]        0.6.5claws23
15835
15836         * src/filtering.c
15837         * src/prefs_scoring.c
15838         * src/matcher.[ch]
15839         * src/scoring.c
15840                 cleaning code
15841
15842         * src/matcher_parser_parse.y
15843         * src/prefs_filtering.c
15844                 bouncing
15845
15846 2001-11-19 [alfons]     0.6.5claws22
15847
15848         more of my old things into claws
15849
15850         * src/Makefile.am
15851         * src/prefs_common.c
15852         * src/procmsg.h
15853         * src/summaryview.[ch]
15854         * src/prefs_summary_column.c
15855         * src/pixmaps/locked.xpm
15856                 add indicators for locking of message in summary view
15857                 (does not work yet, only visual indicator)
15858
15859 2001-11-19 [paul]       0.6.5claws21
15860
15861         * sync with sylpheed 0.6.5cvs10
15862                 see ChangeLog entry 2001-11-19
15863
15864 2001-11-18 [alfons]     0.6.5claws20
15865         
15866         * src/filtering.c
15867                 remove an inadvertent free I forgot in previous clean up 
15868
15869 2001-11-18 [alfons]     0.6.5claws19
15870
15871         * src/filtering.[ch]
15872                 clean up & plug leaks
15873
15874 2001-11-18 [paul]       0.6.5claws18
15875
15876         * sync with sylpheed 0.6.5cvs9
15877                 see ChangeLog entries 2001-11-17 and 2001-11-18
15878
15879 2001-11-16 [paul]       0.6.5claws17
15880
15881         * sync with sylpheed 0.6.5cvs8
15882                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15883
15884 2001-11-16 [paul]       0.6.5claws16
15885
15886         * sync with sylpheed 0.6.5cvs7
15887                 see ChangeLog entries 2001-11-15 and 2001-11-16
15888
15889 2001-11-15 [hoa]        0.6.5claws15
15890
15891         * src/compose.c
15892                 fix bounce, mails we received couln't be bounced to ourself.
15893
15894         * src/defs.h
15895         * src/filtering.[ch]
15896         * src/matcher.[ch]
15897         * src/matcher_parser.h
15898         * src/matcher_parser_lex.l
15899         * src/matcher_parser_parse.y
15900         * src/inc.c
15901         * src/main.c
15902         * src/mbox.c
15903         * src/prefs_filtering.[ch]
15904         * src/mainwindow.c
15905         * src/prefs_matcher.c
15906         * src/prefs_scoring.c
15907         * src/scoring.[ch]
15908         * src/summaryview.c
15909                 new matcher/filter/score configuration file parser
15910                 one unique configuration file => ~/.sylpheed/matcherrc
15911                 import in currently automatic, then save are made
15912                 in this new file.
15913                 one filter per folder and one global filter
15914                 (filter of a folder will be used as folder processing)
15915
15916         * src/folder.c
15917                 fix a bug in folder_item_get_identifier
15918                 
15919         * src/messageview.c
15920                 receive receipt return are fixed.
15921
15922 2001-11-14 [alfons]     0.6.5claws14
15923
15924         * src/session.h
15925                 add things from main branch to make claws compile
15926
15927 2001-11-14 [paul]       0.6.5claws13
15928
15929         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15930                 see ChangeLog entries 2001-11-08 to 2001-11-14
15931
15932 2001-11-14 [hoa] 0.6.5claws12
15933
15934         * src/compose.[ch]
15935         * src/mainwindow.c
15936         * src/summaryview.c
15937                 add "bounce mail" option
15938
15939 2001-11-13 [christoph]  0.6.5claws11
15940
15941         * src/compose.c
15942                 Cleanup a mess i add before commiting
15943
15944 2001-11-13 [hoa]        0.6.5claws10
15945
15946         * src/compose.c
15947                 some fixes when mail are sent or
15948                 for crossposts
15949
15950 2001-11-13 [christoph]  0.6.5claws9
15951
15952         * po/de.po
15953                 Changed two string with the same translation
15954         * src/compose.c
15955         * src/procmsg.[ch]
15956         * src/send.[ch]
15957                 New mailsending process:
15958                   - Always queue message before sending
15959                     (message will be saved if sylpheed crashed or
15960                      freezes while sending)
15961                   - Allow queuing of newspostings
15962                   - No copy in outbox before sending
15963                     (closes bug #469501)
15964                   - No more redundant code for send and send_later
15965         * src/summaryview.c
15966                 Applied wwp <subscript@free.fr>'s patch that fixes
15967                 marks for multiple forwarded messages (+compose.c)
15968
15969 2001-11-12 [alfons]
15970
15971         * README.claws
15972                 remove things that are now in main branch
15973         
15974         * po/nl.po
15975                 update Dutch translation
15976
15977 2001-11-12 [mhadasht]   0.6.5.claws8
15978
15979         * src/prefs_common.c
15980                 re-enabled account autoselection feature for forward
15981                 and reedit lost during the branch point for SYNC-B4-REL
15982         * src/gtkspell.c
15983                 gtkpspell_get_dict(): more readable code (even if function is
15984                 not used yet)
15985         * ChangeLog.claws
15986                 added version number info to 2001-11-12 [hiro] comment.
15987
15988 2001-11-12 [hiro]       0.6.5.claws7
15989
15990         * src/compose.c
15991                 compose_forward(): fixed a bug that forward quote mark
15992                 wasn't used.
15993                 removed unnecessary code.
15994         * src/template_select.[ch]: removed.
15995
15996 2001-11-11 [alfons]
15997
15998         * src/compose.c
15999                 :%s/GTK_TEXT/GTK_STEXT/g
16000         
16001         * src/compose.[ch]
16002         * src/undo.[ch]
16003         * src/Makefile.am
16004                 revert the undo stuff (this is 0.6.6claws stuff)
16005
16006 2001-11-11 [hoa]        0.6.5.claws6
16007
16008         * src/compose.[ch]
16009                 Insert signature at the end of the text.
16010                 Added undo patch but currently disabled
16011
16012         * src/procmsg.c
16013                 Threading by subject improved.
16014
16015         * added src/undo.[ch]
16016                 Undo module for compose dialog box.
16017
16018 2001-11-11 [alfons]     0.6.5.claws5
16019
16020         * src/procmsg.c
16021                 prevent threading by subject on nodes that have already been
16022                 threaded by in-reply-to (as in "circular references in a tree
16023                 result in a dead branch")
16024
16025 2001-11-09 [hoa]        0.6.5.claws4
16026         
16027         * src/folderview.c
16028                 allows creation of mbox folder item from any files.
16029
16030 2001-11-09 [alfons]     0.6.5.claws3
16031         
16032         * src/utils.c
16033         * src/procmsg.c
16034                 do what I mean and correct threading by subject so it really
16035                 ignores attracting lines without "Re: "
16036
16037 2001-11-07 [alfons]     0.6.5.claws2
16038
16039         * src/procmsg.c
16040         * src/utils.[ch]
16041                 only attract by subject if a subject line starts with a "Re: "
16042         * src/syldap.c
16043                 remove warning
16044
16045 2001-11-07 [paul]       0.6.5claws1
16046
16047         * sync with sylpheed 0.6.5. release
16048                 see ChangeLog entry 2001-11-07
16049
16050 2001-11-07 [paul]       0.6.4claws31
16051
16052         * sync with sylpheed 0.6.4cvs18
16053                 see ChangeLog entries 2001-10-30 to 2001-11-07
16054                 prefs_templates.[ch] renamed prefs_template.[ch]
16055
16056 2001-11-06 [alfons]
16057         
16058         * src/utils.h
16059                 add semicolon Hoa forgot ;-)
16060                 
16061
16062 2001-11-06 [hoa]        0.6.4claws30
16063         
16064         * src/procmsg.c
16065         * src/summaryview.c
16066         * src/utils.c
16067         * src/utils.h
16068                 threading by subject - empty subject are ignored
16069
16070 2001-11-06 [christoph]  0.6.4claws29
16071
16072         * src/socket.c
16073                 use SSL_peek for sock_gets
16074         * src/utils.c
16075                 removed unneeded pointer in extracting quoted
16076                 names implementation
16077
16078 2001-11-06 [melvin]     0.6.4claws28
16079
16080         * src/gtkspell.c
16081                 fixed bug #476792 Selection overtyping with spell checker
16082                 fixed bug which could cause a buffer overflow
16083                 fixed a memory leak
16084
16085 2001-11-06 [hoa]        0.6.4claws27
16086         
16087         * src/procmsg.c
16088         * src/summaryview.c
16089                 threading by subject
16090
16091 2001-11-05 [alfons]     0.6.4claws26
16092         
16093         * README.claws
16094                 Claws -> Sylpheed (vice versa)
16095
16096         * src/compose.c
16097                 :%s/gtk_text/gtk_stext/g
16098                 :%s/GTK_TEXT/GTK_STEXT/g
16099                 (thanks to Jonathan Ware for spotting this)
16100
16101 2001-11-04 [christoph]  0.6.4claws25
16102
16103         * src/summaryview.c
16104                 replace Xalloca + strdup with Xstrdup_a
16105         * src/utils.c
16106                 better implementation of extracting quoted names
16107                 from addresses (remove backlashes and ignore
16108                 quotes after them)
16109
16110 2001-11-04 [alfons]     0.6.4claws24
16111
16112         * src/utils.[ch]
16113                 edit to comply more with coding style
16114
16115         * src/textview.c
16116                 fix bug reported by Kim Schulz. introduced by the patch integrated
16117                 in 0.6.4claws15. the code did not check the return value of
16118                 the html parser.
16119
16120         * AUTHORS
16121                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
16122
16123 2001-11-04 [christoph]  0.6.4claws23
16124
16125         * src/main.c
16126         * src/prefs_common.[ch]
16127                 init some pointers that possibly caused a segfault
16128                 reported in the claws-users ML
16129
16130 2001-11-04 [hoa]        0.6.4claws22
16131
16132         * src/grouplistdialog.c
16133                 change the names of the nodes in the tree
16134
16135         * src/compose.c
16136                 enhanced mailto syntax as described in
16137                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
16138                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
16139
16140         * src/utils.c
16141                 encode and decode URI (useful when opening URL into
16142                 netscape).
16143
16144 2001-11-03 [hoa]        0.6.4claws21
16145
16146         * src/grouplistdialog.c
16147                 a new newsgroups list selection dialog box
16148                 with a CTree instead of a CList
16149
16150 2001-11-03 [hoa]        0.6.4claws20
16151
16152         * src/folderview.c
16153                 enable property and scoring options when right
16154                 click on "inbox"
16155
16156         * src/summaryview.c
16157                 fixed bug when nickname were displayed using
16158                 the address book.
16159
16160 2001-11-02 [darko]      0.6.4claws19
16161
16162         * src/compose.c
16163                 new wrap quotation and URL/long words wrapping implementation
16164         * src/compose.c src/gtkstext.[ch]
16165                 move gtkstext_strncmp() to gtkstext.c
16166
16167 2001-11-01 [christoph]  0.6.4claws18
16168
16169         * src/prefs_account.c
16170                 fixed mess in account settings dialog
16171         * src/prefs_folder_item.c
16172                 added label with folder path to dialog
16173
16174 2001-10-31 [match]      0.6.4claws17
16175
16176         * src/vcard.c
16177                 fix memory leak.
16178         * src/addrbook.c
16179                 fix generation of spurious address book file names.
16180                 remove redundant functions.
16181         * po/POTFILES.in
16182                 added missing file names.
16183
16184 2001-10-30 [paul]       0.6.4claws16
16185
16186         * sync with sylpheed 0.6.4cvs6
16187                 see ChangeLog entries 2001-10-26 to 2001-10-30
16188
16189         * tools/filter_conv.pl
16190                 read folderlist.xml to discover whether the top-level
16191                 folder is called 'Mailbox' or 'Mail' 
16192
16193 2001-10-29 [paul]       0.6.4claws15
16194
16195         * src/html.c, src/textview.c
16196                 activate links in html mail and fix clickable parts
16197                 Submitted by Matthieu Dazy <dazy@t-surf.com>
16198
16199 2001-10-29 [paul]
16200
16201         * po/de.po, po/es.po, po/pt_BR/po
16202                 updated translations, submitted by Jens Oberender,
16203                 Ricardo Mones Lastra, and Fabio Junior Beneditto
16204
16205 2001-10-29 [darko]      0.6.4claws14
16206
16207         * src/compose.c
16208                 fix wrapping for good
16209
16210 2001-10-29 [darko]
16211
16212         * src/compose.c
16213                 undo previous change as it broke the smart wrapping
16214
16215 2001-10-29 [darko]      0.6.4claws13
16216
16217         * src/compose.c
16218                 fix infinite loop when long URL is quoted
16219                 (closes bug #475122.
16220
16221 2001-10-28 [match]
16222
16223         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16224                 import Mutt address book
16225         * src/ldif.[ch] src/importldif.h
16226                 modified import LDIF handle user attributes
16227
16228 2001-10-28 [christoph]  0.6.4claws12
16229
16230         * src/summaryview.c
16231                 fixed that filtering did not work if there
16232                 were no filter rules
16233                 (closes bug #472003 and better implementation
16234                  of patch #474644)
16235
16236 2001-10-27 [christoph]  0.6.4claws11
16237
16238         * src/compose.c
16239                 make the folder's default account to be used when
16240                 replying. (patch by wwp <subscript@free.fr>)
16241         * src/compose.c
16242                 code cleanup, nearly killed all of wwp's patch
16243                 for folder's default account in compose
16244         * src/folderview.c
16245                 error panel when a folder could not be created
16246                 (closes bug #471080 new folder name & already
16247                  existing file)
16248
16249 2001-10-26 [alfons]
16250
16251         * src/utils.h
16252                 change prototype of strstr2() that Christoph forgot about
16253
16254 2001-10-26 [christoph]  0.6.4claws10
16255
16256         * src/account.c
16257                 made search for accounts by email address not case
16258                 sensitive
16259         * src/folder.c
16260                 fixed memory leak in folder_item_get_identifier
16261         * src/gtkspell.c
16262         * src/utils.c
16263                 fixed wrong strstr2 (should work like strstr)
16264
16265 2001-10-26 [darko]      0.6.4claws9
16266
16267         * src/compose.c src/gtkstext.[ch]
16268         * src/gtkstext.c
16269                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16270
16271 2001-10-26 [paul]       0.6.4claws8
16272
16273         * src/html.c
16274                 ignore css and javascript tags in html mail
16275                 case-insensitive, with or without double-quoted
16276                 strings
16277
16278 2001-10-26 [paul]       0.6.4claws7
16279
16280         * sync with sylpheed 0.6.4cvs1
16281                 see ChangeLog entry 2001-10-26
16282
16283         * src/prefs_account.c, src/prefs_common.c,
16284           src/prefs_summary_column.c
16285                 minor improvements to the English
16286
16287 2001-10-25 [alfons]     0.6.4claws6
16288
16289         * src/gtkstext.c
16290         
16291                 make GtkSText follow style of GtkText (closes bug 
16292                 #469211 "text selection while writing message")
16293                 
16294                 do sync with GTK 1.2.10
16295
16296 2001-10-25 [paul]       0.6.4claws5
16297
16298         * src/html.c
16299                 ignore css tags in html mail
16300
16301 2001-10-25 [darko]      0.6.4claws4
16302
16303         * src/compose.c
16304                 don't declare is_url_string as static function since
16305                 we need it in gtkstext.c
16306         * src/gtkstext.c
16307                 remove unused variable
16308                 don't wrap long URLs while composing a message
16309
16310 2001-10-24 [christoph]  0.6.4claws3
16311
16312         * src/socket.c
16313                 fix ssl deadlock, when peer closes connection
16314
16315 2001-10-24 [paul]       0.6.4claws2
16316
16317         * src/prefs_common.c
16318                 gettextize the gpg ascii-armored warning message
16319
16320         * src/compose.c
16321                 insert a DOS/MAC file into the composed message
16322                 (improvements)
16323
16324         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16325
16326 2001-10-22 [paul]       0.6.4claws1
16327
16328         * sync with sylpheed 0.6.4 release
16329                 see ChangeLog entries 2001-10-21
16330
16331         * po/fr.po, po/pt_BR.po
16332                 updated by Melvin Hadasht and Fabio Junior Beneditto
16333
16334 2001-10-21 [paul]       0.6.3claws30
16335
16336         * src/compose.c
16337                 insert a DOS text file from the compose window
16338                 into the composed message text (removes CRs characters)
16339                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16340
16341         * tools/filter_conv.pl, tools/README
16342                 automatically use ~/.sylpheed as working directory
16343                 print out confirmation message on completion
16344
16345         * correct Hoa's last ChangeLog.claws entry
16346
16347 2001-10-20 [hoa]        0.6.3claws29
16348
16349         * src/grouplistdialog.c
16350                 bugfix (another ?) to give the right
16351                 newsgroups list for each news server.
16352
16353         * src/news.c
16354         * src/news.h
16355                 improve the newsgroups list cache
16356
16357 2001-10-20 [paul]       0.6.3claws28
16358
16359         * sync with sylpheed 0.6.3cvs9
16360                 see ChangeLog entry 2001-10-19
16361
16362         * correct Alfons' last ChangeLog.claws entry
16363
16364 2001-10-19 [alfons]
16365
16366         * src/pgptext.[ch]
16367                 fix compilation problems (part of bug #472895)
16368
16369 2001-10-18 [hoa]        0.6.3claws27
16370
16371         * src/grouplistdialog.c
16372                 bugfix when we refresh was clicked (bug 472701)
16373
16374 2001-10-19 [christoph]  0.6.3claws26
16375
16376         * src/compose.c
16377                 last header entry should default to "To:" or
16378                 "Newsgroups:" and not copy the last entry line
16379                 in a new compose window
16380                 (closes bug #472686, #470792)
16381
16382 2001-10-19 [paul]       0.6.3claws25
16383
16384         * sync with Sylpheed 0.6.3cvs8
16385                 see ChangeLog entries 2001-10-18 and 2001-10-19
16386
16387 2001-10-18 [christoph]  0.6.3claws24
16388
16389         * src/procmsg.c
16390                 reimplement ignore thread
16391         
16392 2001-10-18 [hoa]        0.6.3claws23
16393
16394         * src/folderview.c
16395         * src/grouplistdialog.[ch]
16396                 enhanced news subscription interface (feature 469113)
16397
16398         * src/news.c
16399         * src/news.h
16400                 enchanced newsgroup listing,
16401                 now, we can get groups informations
16402                 (NNTPGroupInfo)
16403
16404 2001-10-18 [paul]       0.6.3claws22
16405
16406         * src/summaryview.c
16407                 remove comment (sync with main branch)
16408         * src/mainwindow.c
16409                 fix 'Re-edit' bug in 'Message' menu
16410
16411 2001-10-17 [christoph]  0.6.3claws21
16412
16413         * src/compose.c
16414                 ignore empty or whitespace only header lines
16415
16416 2001-10-17 [paul]       0.6.3claws20
16417
16418         * sync with sylpheed 0.6.3cvs7
16419                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16420                 2001-10-17
16421
16422 2001-10-17 [darko]
16423
16424         * src/compose.c
16425                 wrap long lines without spaces
16426                 don't wrap URLs
16427
16428 2001-10-16 [paul]
16429
16430         * po/es.po, po/nl.po, po/pt_BR.po
16431                 updated by Ricardo Mones Lastra, Alfons,
16432                 and Fabio Junior Beneditto
16433
16434         * sylpheed-0.6.3claws released
16435
16436 2001-10-15 [melvin] 0.6.3claws18
16437
16438         * README.claws
16439                 added summary and detailed installation instructions
16440                 for spell checker
16441         * po/fr.po
16442                 Updated, corrected and completed french translation
16443
16444 2001-10-15 [hoa] 0.6.3claws17
16445         * src/grouplistdialog.c
16446                 we can choose the newsgroups to display with wildcards
16447
16448 2001-10-15 [christoph]  0.6.3claws16
16449
16450         * src/account.c
16451         * src/compose.c
16452         * src/prefs_folder_item.[ch]
16453                 applied wwp <subscript@free.fr>'s folder
16454                 default account patch
16455         * po/de.po
16456                 Fixed wrong translation
16457
16458 2001-10-13 [alfons, christoph, melvin]  
16459                         0.6.3claws15
16460
16461         solution #2 to solve MT-safety problems defers all GUI related calls
16462         to the main thread using a gtk_idle_add() callback. discussed on
16463         ircnet #sylpheed, with christoph spotting some issues with the
16464         original code, and melvin allowing us to lobotomize his sylpheed.
16465
16466         * src/syldap.[ch], src/main.c
16467                 fix race problem in ldap search thread by deferring GUI 
16468                 stuff to main thread using gtk_idle_add()
16469
16470 2001-10-13 [paul]       0.6.3claws14
16471
16472         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16473                 add Sergey's smtpcred.patch
16474                 adds separate username/password setting for SMTP Auth
16475                 needed by some servers
16476                 (closes feature request #471659)
16477
16478 2001-10-13 [paul]       0.6.3claws13
16479
16480         * src/pgptext.[ch] **NEW FILES**
16481         * src/Makefile.am, src/messageview.c, src/mimeview.c
16482                 decrypt ascii-armored gpg text embedded in
16483                 the message body.
16484                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16485
16486 2001-10-13 [christoph]  0.6.3claws12
16487
16488         * README.claws
16489                 some more details on default to and
16490                 feature requests
16491         * src/main.c
16492                 init glib threading when ldap is used
16493         * src/syldap.c
16494                 threading fixes
16495         * po/de.po
16496                 fixed a typo
16497
16498 2001-10-12 [paul]       0.6.3claws11
16499
16500         * src/prefs_common.[ch], src/rfc2015.c
16501                 enable ascii-armored gpg text to be embedded in the
16502                 message body, selectable through the 'Privacy'
16503                 preferences. Supports encrypting only.
16504                 Submitted by Ravemax <ravemax@dextrose.com>
16505
16506 2001-10-12 [paul]       0.6.3claws10
16507
16508         * sync with sylpheed 0.6.3cvs6
16509                 see ChangeLog entries 2001-10-11 and 2001-11-12
16510
16511         * src/folderview.c
16512                 incorporated mbox folders, scoring, and folder
16513                 properties into the sync
16514
16515 2001-10-12 [darko]      0.6.3claws9
16516
16517         * README.claws
16518                 describe quotation wrapping
16519         * src/compose.c
16520                 don't treat tab as space to calculate line length properly
16521
16522 2001-10-11 [alfons]
16523
16524         * README.claws
16525                 correct description of how to make new filtering system work,
16526                 add some other things
16527                 
16528         * src/syldap.c
16529                 remove sched_yield() (not necessary / unportable)
16530
16531 2001-10-11 [paul]       0.6.3claws8
16532
16533         * sync with sylpheed 0.6.3cvs3
16534                 see ChangeLog entry 2001-10-10
16535
16536 2001-10-10 [christoph]  0.6.3claws7
16537
16538         * .cvsignore
16539                 ignore 2 files created by newer autotools
16540         * src/prefs_folder_item.c
16541                 using table for widget alignment
16542                 fixed memory leak and broken octal display
16543         * src/filesel.c
16544                 fixed segfault caused by lost filename
16545                 workaround (closes bug #469551)
16546
16547 2001-10-10 [paul]       0.6.3claws6
16548
16549         * sync with sylpheed 0.6.3cvs2
16550                 see ChangeLog entries 2001-10-09 and 2001-10-10
16551
16552 2001-10-10 [darko]      0.6.3.claws5
16553
16554         * src/gtkstext.c
16555                 proper calculation of right margin if smart wrapping is enabled
16556         * src/compose.c
16557                 automatically wrap long lines if wrap quotation is enabled
16558
16559 2001-10-09 [alfons]     0.6.3.claws4
16560
16561         * src/summaryview.c
16562                 select correct row when deleting last row in the summary view (and
16563                 close bug "[ #469104 ] select second last in list when deleting")
16564
16565 2001-10-09 [paul]       0.6.3claws3
16566
16567         * sync with sylpheed 0.6.3cvs1
16568                 updated some autotool scripts
16569
16570 2001-10-09 [darko]      0.6.3claws2
16571
16572         * src/gtkstext.[ch]
16573                 new name and mark with Sylpheed comment
16574         * src/compose.c
16575                 smart quotation wrapping a-la VIM
16576
16577 2001-10-08 [paul]       0.6.3claws1
16578
16579         * sync with sylpheed 0.6.3 release
16580                 see ChangeLog entry 2001-10-08
16581
16582 2001-10-08 [paul]       0.6.2claws24
16583
16584         * src/summaryview.c
16585                 more sync with sylpheed 0.6.2cvs12
16586                 Fixed the bug that didn't select the last row correctly
16587
16588
16589 2001-10-07 [paul]       0.6.2claws23
16590
16591         * sync with sylpheed 0.6.2cvs12
16592                 see ChangeLog entry 2001-10-07
16593
16594 2001-10-06 [match]
16595         * src/jpilot.[ch]
16596                 enable jpilot to read unsynch'ed addresses.
16597
16598         * src/editldap_basedn.c
16599                 fix segfault when opening dialog.
16600
16601 2001-10-06 [alfons]     0.6.2.claws22
16602
16603         * src/summaryview.c
16604                 fix bug with summary view selecting last *inserted*
16605                 node instead of last *visible* node. remember we
16606                 work with a tree
16607
16608 2001-10-06 [paul]       0.6.2claws21
16609
16610         * po/pt_BR.po
16611                 updated translation, contains some fixes and new
16612                 translations, submitted by Gustavo Noronha Silva
16613                 <kov@debian.org>
16614
16615         * src/prefs_common.c
16616                 change 'each' to 'every' - fix dubious English
16617
16618         * sync with sylpheed 0.6.2cvs11
16619
16620 2001-10-05 [alfons]     0.6.2claws20
16621
16622         * src/mainwindow.[ch], src/folderview.c
16623                 make composite tool button switch between "Compose News"
16624                 and "Compose Mail" depending on selected folder
16625                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16626
16627 2001-10-05 [paul]       0.6.2claws19
16628
16629         * src/mainwindow.c, src/summaryview.c
16630                 fix 'Message/Reply to all', broken in last commit
16631
16632         * src/compose.c
16633                 fix X_BEENTHERE seg fault, thanks to Alfons
16634
16635 2001-10-04 [paul]       0.6.2claws18
16636
16637         * src/compose.[ch], src/mainwindow.c
16638                 make "Message/Reply" reply to mailing lists; matches
16639                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16640                 based on portions of the patch submitted by
16641                 Junichi Uekawa <dancer@netfort.gr.jp>
16642
16643 2001-10-04 [darko]      0.6.2claws17
16644
16645         * src/compose.c
16646                 better smart wrapping
16647         * src/gtkstext.[hc]
16648                 a function to make text buffer contiguous
16649
16650 2001-10-03 [paul]       0.6.2claws16
16651
16652         * sync with sylpheed 0.6.2cvs10
16653
16654 2001-10-02 [alfons]
16655
16656         * configure.in
16657         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16658                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16659                 references to chinese translations (hope someone picks up
16660                 this)
16661
16662 2001-10-02 [christoph]  0.6.2claws15
16663
16664         * src/compose.c
16665                 fixed non translated header bug
16666         * ChangeLog.claws
16667                 fixed wrong date in alfons last entry ;)
16668
16669 2001-10-02 [alfons]     0.6.2claws14
16670
16671         * src/compose.c, src/prefs_common.[ch]
16672                 add block cursor option
16673
16674 2001-10-02 [paul]       0.6.2claws13
16675
16676         * sync with sylpheed 0.6.2cvs9
16677
16678 2001-09-30 [paul]       0.6.2claws12
16679
16680         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16681                 updated translations
16682
16683         * po/POTFILES.in
16684                 add 'src/importldif.c'
16685
16686         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16687                 added eudora-to-vCard conversion tool
16688                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16689
16690         * sync with sylpheed 0.6.2cvs8
16691
16692 2001-09-30 [paul]
16693
16694         * sylpheed-0.6.2claws released
16695
16696 2001-09-27 [melvin]     0.6.2claws11
16697
16698         * src/gtkspell.c
16699                 fixed crash when using default path (introduced 
16700                 in 0.6.2claws10)
16701                 fixed tiny bug for initial suggestion mode
16702
16703 2001-09-27 [melvin]     0.6.2claws10
16704         
16705         * src/gtkspell.c
16706                 fixed bug where gtkpspell didn't set the path correctly
16707
16708         * README.claws
16709                 added a paragraph about spell checking
16710                 
16711
16712
16713 2001-09-27 [paul]       0.6.2claws9
16714
16715         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16716                 replace '// comments' with '/* comments */' to prevent
16717                 some compiler warnings 
16718
16719         * sync with sylpheed 0.6.2cvs6
16720
16721 2001-09-26 [alfons]     0.6.2claws8
16722
16723         * src/messageview.c
16724                 introduce return receipt request notification again,
16725                 which was lost because of other semantics in 
16726                 procheader_parse() (???)
16727
16728 2001-09-26 [christoph]  0.6.2claws7
16729
16730         * src/compose.c
16731                 replace comments for old code with #if 0
16732                 readded auto cc, bcc and reply-to
16733         * src/prefs_matcher.c
16734         * src/prefs_scoring.c
16735                 removed some definition (was moved to
16736                 prefs.h)
16737
16738 2001-09-26 [paul]       0.6.2claws6
16739
16740         * src/mainwindow.c
16741                 make 'Follow-up and reply to' sensitive
16742
16743         * more sync with sylpheed 0.6.2cvs5
16744
16745 2001-09-25 [melvin]
16746
16747         * 0.6.2claws5
16748
16749         * src/gtkspell.c
16750                 fixed bug for "US-ASCII" introduced by the encoding code
16751
16752 2001-09-25 [paul]
16753
16754         * 0.6.2claws4
16755
16756         * src/prefs_common.[ch], src/summaryview.c
16757                 'next unread msg' 'go to next folder?' dialog can be
16758                 given default behaviour, either always show dialog,
16759                 or assume 'yes', or assume 'no'
16760                 Submitted by wwp <subscript@free.fr>
16761
16762 2001-09-25 [melvin]
16763                 
16764         * src/compose.c src/gtkspell.[ch]
16765                 added support for different encodings
16766
16767 2001-09-25 [paul]
16768
16769         * more sync with sylpheed 0.6.2cvs5
16770
16771 2001-09-24 [alfons]
16772         
16773         * src/prefs_folder_item.c
16774                 add check for item->prefs->default_to string is NULL and
16775                 add another check when freeing this string
16776
16777 2001-09-24 [paul]
16778
16779         * configure.in
16780                 change to version 0.6.2claws3
16781
16782         * sync with sylpheed 0.6.2cvs5 
16783
16784 2001-09-24 [match]
16785         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16786                 import LDIF files.
16787         * src/addrcache.[ch], addrindex.[ch]
16788                 small update for future
16789         * src/addrbook.c
16790                 fix test XML file.
16791
16792 2001-09-24 [melvin]
16793         * src/gtkspell.[ch]
16794                 added 'Learn from mistakes' option
16795                 better handling of quotes in checked words
16796                 sorted dict list
16797         * po/fr.po
16798                 small update for spell checking stuff
16799
16800 2001-09-23 [alfons]
16801         
16802         * src/gtkspell.c
16803                 edit a little bit so it complies more with main coding style
16804
16805 2001-09-23 [alfons]
16806
16807         * src/folder.[ch], prefs_folder_item.c, compose.c
16808                 migrate "request return receipt" folder property
16809                 to folderlist.xml
16810
16811 2001-09-22 [alfons]
16812
16813         * README.claws **NEW**
16814                 (add things of interest for users of main branch 
16815                 and claws here)
16816
16817         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16818                 re-implement threading per folder option, but store 
16819                 the setting in folderlist.xml (where it belongs)
16820
16821 2001-09-21 [melvin]
16822
16823         * src/gtkspell.[ch]
16824                 fixed bug when compose window is under another window
16825         * src/prefs_common.[ch] src/compose.c
16826                 changed 'dictionary_path' to 'dictionary' to be consistent
16827                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16828         * ac/pspell.m4 src/Makefile.am 
16829                 dropped PSPELL_PATH macro
16830         * po/fr.po
16831                 updated translations
16832
16833 2001-09-21 [christoph]
16834
16835         * src/compose.c
16836                 added border around header fields
16837                 keep header type when new field is added
16838
16839 2001-09-20 [christoph]
16840
16841         * src/utils.[ch]
16842                 more portable debug_print with source filename
16843                 and linenumber
16844         * src/procmsg.c
16845                 more newlines after debug messages
16846
16847 2001-09-20 [paul]
16848
16849         * configure.in
16850                 change to version 0.6.2claws2
16851
16852         * sync with sylpheed 0.6.2cvs3
16853
16854 2001-09-19 [melvin]
16855
16856         * src/gtkspell.c
16857                 fixed the post-right-click focus pb
16858                 fixed crash when 'Spell check all' after dict change 
16859                         and when cursor is at the end of the text
16860                 shift-right-click pops up config menu even on misspelled words.
16861         * po/POTFILES.in
16862                 added gtkspell.c
16863
16864 2001-09-19 [melvin]
16865
16866         * src/about.c
16867                 added pspell to compiled-in features list
16868
16869 2001-09-18 [melvin]
16870
16871         * switched to pspell and dropped ispell
16872         * ac/pspell.m4
16873                 new file. autoconf macro for pspell
16874         * ac/Makefile.am 
16875         * configure.in acconfig.h
16876                 added pspell support
16877         * src/Makefile.am
16878         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16879         * src/prefs_common.[ch] 
16880                 added pspell support
16881
16882 2001-09-18 [christoph]
16883
16884         * src/addr_compl.c
16885         * src/template.[ch]
16886                 replace LOG_MESSAGE with debug_print
16887         * src/compose.[ch]
16888                 gui improvements
16889         * src/menu.c
16890                 added newline after debug message
16891         * src/utils.h
16892                 using __VA_ARGS__ for debug_print macro
16893         * tools/.cvsignore
16894                 ignore Makefile and Makefile.in
16895
16896 2001-09-18 [paul]
16897
16898         * configure.in
16899                 change to version 0.6.2claws1
16900         * sync with sylpheed 0.6.2cvs1
16901
16902         * src/matcher.c 
16903         * src/prefs_matcher.c
16904                 add 'score equal to' option, submitted by
16905                 Paul Evans <nerd@freeuk.com>
16906
16907 2001-09-15 [christoph]
16908
16909         * src/mainwindow.c
16910                 comment out menu entry not existing in claws
16911         * src/menu.c
16912                 add debug output for non existing menu entries
16913         * src/summaryview.c
16914                 fix next/prev unread message for ignored threads
16915         * src/utils.[ch]
16916                 add sourcefile and line number to debug output
16917                 otherwise it is sometimes hard to find the
16918                 source code part if debug messages are translated
16919
16920 2001-09-14 [darko]
16921         
16922         * src/folderview.c
16923                 refresh target folder style after colour is changed
16924
16925 2001-09-13 [paul]
16926
16927         * configure.in
16928                 change to version 0.6.1claws3
16929
16930         * sync with sylpheed 0.6.1cvs6
16931
16932 2001-09-13 [darko]
16933         
16934         * src/folderview.c
16935                 fix target folder colourization to use user selected colour
16936
16937 2001-09-12 [darko]
16938         
16939         * src/summaryview.c
16940                 fix crash when message that is marked for copy/move is unmarked
16941
16942 2001-09-09 [paul]
16943
16944         * configure.in
16945                 change to version 0.6.1claws2
16946
16947         * sync with sylpheed 0.6.1cvs3
16948
16949 2001-09-09 [alfons]
16950         
16951         * src/folderview.c
16952                 fix bug with default font used for trash folder text
16953
16954 2001-09-06 [paul]
16955
16956         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16957                 updated translations
16958
16959         * configure.in
16960                 change to version 0.6.1claws1
16961
16962         * sync with sylpheed 0.6.1cvs2
16963
16964 2001-09-03 [paul]
16965
16966         * po/POTFILES.in
16967                 add Match's new addressbook
16968
16969         * po/de.po
16970                 updated translation submitted by Jens Oberender
16971
16972 2001-09-02 [paul]
16973
16974         * configure.in
16975                 change to 0.6.1claws
16976         * sync with sylpheed 0.6.1 release
16977
16978 2001-09-02 [paul]
16979
16980         * configure.in
16981                 change to 0.6.0claws2
16982
16983         * sync with sylpheed 0.6.0cvs4
16984
16985         * po/pt_BR.po
16986                 updated translation submitted by Fabio Junior Beneditto
16987
16988 2001-09-01 [match]
16989         * pixmaps/
16990                 interface.xpm
16991                 book.xpm
16992                 address.xpm
16993         * src/
16994                 Makefile.am
16995                 a ton of new files
16996
16997 2001-08-31 [paul]
16998
16999         * configure.in
17000                 change to version 0.6.0claws1
17001
17002         * sync with sylpheed 0.6.0cvs1
17003
17004         * po/es.po
17005                 updated translation submitted by Ricardo Mones Lastra
17006
17007         * po/POTFILES.in
17008                 add 'src/prefs_templates.c'
17009
17010         * src/compose.c, src/summaryview.c
17011                 fix segfault on 'Re_edit'               
17012
17013 2001-08-30 [alfons]
17014
17015         * configure.in, Makefile.am
17016         * tools/Makefile.am
17017                 add tools directory to source distribution
17018
17019 2001-08-30 [paul]
17020
17021         * configure.in
17022                 change to version 0.6.0claws
17023
17024         * sync with sylpheed 0.6.0 release
17025
17026 2001-08-30 [christoph]
17027
17028         * configure.in
17029                 removed autoconf version check
17030
17031 2001-08-30 [paul]
17032
17033         * src/account.c, src/compose.c, src/prefs_common.[ch]
17034         * src/procheader.[ch] src/utils.[ch]
17035                 Enhanced automatic account selection on replies
17036                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
17037
17038         * configure.in
17039                 add LDAP and JPilot to the configuration results output.
17040
17041 2001-08-29 [christoph]
17042
17043         * src/summeryview.c
17044                 no bold font for ignored threads
17045
17046 2001-08-29 [paul]
17047
17048         * configure.in
17049                 change to version 0.5.3claws6
17050
17051         * sync with sylpheed 0.5.3cvs10
17052                 src/stringtable.[ch]: New Files
17053
17054         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
17055         * src/pixmaps/sylpheed.xpm
17056                 add mini-icons to windows (by Alfons)
17057
17058 2001-08-27 [paul]
17059
17060         * src/mainwindow.c
17061                 new functions: next_labeled_cb(), prev_labeled_cb()
17062
17063         * src/summaryview.c
17064                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
17065                 summary_select_next_labeled(), summary_select_prev_labeled()
17066
17067         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
17068                 give claws blue folders and a blue trash can
17069
17070 2001-08-27 [paul]
17071
17072         * configure.in
17073                 change to version 0.5.3claws5
17074
17075         * sync with sylpheed 0.5.3cvs9
17076                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
17077
17078 2001-08-24 [christoph]
17079
17080         * src/filesel.c
17081                 keep filename when browsing directories
17082                 (not working for user entered filename, but
17083                  for default name and selected filename from
17084                  file list)
17085         * src/mainwindow.c
17086                 fixed wrong spelling "Folllow-up"
17087         * src/mbox_folder.c
17088         * src/procmsg.c
17089         * src/summaryview.c
17090                 fixed new/unread message count with ignored
17091                 threads (2 commits, first didn't notice no
17092                 longer needed decreasing)
17093         * src/inc.c
17094                 readded scrolling of progress dialog
17095                 (lost in sync)
17096
17097 2001-08-24 [paul]
17098
17099         * configure.in
17100                 change to 0.5.3claws4
17101
17102         * sync with sylpheed 0.5.3cvs7
17103
17104 2001-08-24 [christoph]
17105
17106         * src/compose.c
17107                 set request return receipt when replying
17108                 if it is set is the folder prefs of the
17109                 message
17110         * src/inc.c
17111                 disable final error popup if popups are
17112                 disabled in config (again)
17113
17114 2001-08-23 [paul]
17115
17116         * configure.in
17117                 Change version number to 0.5.3claws3
17118
17119         * sync with sylpheed 0.5.3cvs5
17120
17121         * src/mimeview.c
17122                 double quote '%s' in 'gedit %s' to fix bug when
17123                 opening attachment with spaces in the name
17124
17125 2001-08-22 [alte]
17126         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
17127           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
17128                 initial message templates support
17129
17130
17131 2001-08-22 [paul]
17132
17133         * configure.in
17134                 change version number to 0.5.3claws2
17135
17136         * sync with sylpheed 0.5.3cvs4
17137
17138         * src/procmsg.h src/summaryview.c
17139                 re-implement (un)ignore thread
17140
17141 2001-08-21 [paul]
17142
17143         * src/summaryview.c
17144                 remove unnecessary code
17145         * src/compose.c
17146                 enable 'dynamic' signatures (submitted by
17147                 Eric Limpens <eric@hscg-internet.nl>)
17148
17149 2001-08-21 [paul]
17150
17151         clean up after sync with sylpheed 0.5.3 release
17152
17153         * src/folderview.c
17154                 fix re-introduced font mess, see Christoph's
17155                 entry 2001-06-24
17156
17157         * src/summaryview.c
17158                 remove prev_msgnum
17159                 use sylpheed's small font instead of
17160                 gtk default font for summary view
17161
17162
17163 2001-08-17 [paul]
17164
17165         * configure.in
17166                 add pl to ALL_LINGUAS - sync with main branch
17167
17168         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
17169                 Updated. Translations by Jens Oberender, Ricardo Mones
17170                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
17171
17172         * po/pl.po  ** NEW FILE **
17173                 sync with the main branch
17174
17175         * src/folderview.c
17176                 fix target folder colorizing and refresh problem
17177
17178
17179 2001-08-17 [christoph]
17180
17181         * src/mainwindow.c
17182                 claws uses 4 colors for target folder coloring.
17183                 arrays were not long enough and destroyed the
17184                 stack causing a segfault.
17185                 target folder colorizing does not work anymore
17186                 for me
17187
17188 2001-08-16 [paul]
17189
17190         * configure.in
17191                 change to version 0.5.3claws1
17192
17193         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
17194           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
17195           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
17196
17197                 sync with sylpheed 0.5.3 release, but keep claws method of
17198                 configuring/saving fonts
17199
17200         * src/addressbook.[ch]
17201                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
17202                 in line with a similar change in Hiroyuki's branch
17203
17204         * src/mainwindow.[ch]
17205                 disable main_window_set_thread_option()
17206         * src/prefs_folder_item.c
17207                 comment out &tmps_prefs.enable_thread,
17208         * src/mbox_folder.c, src/procmsg.[ch]
17209                 comment out MSG_IS_IGNORE_THREAD
17210         * src/summaryview.c
17211                 comment out summary_ignore_thread() and summary_unignore_thread()
17212                 comment out MSG_IS_IGNORE_THREAD
17213
17214                 use Hiroyuki's threading instead.
17215
17216
17217
17218 2001-08-15 [paul]
17219
17220         * src/account.c
17221                 use Hiroyuki's 0.5.3 column scheme but also
17222                 include the enable/disable button.
17223         * src/pixmaps/mark.xpm
17224                 add Hiroyuki's amended pixmap
17225
17226 2001-08-13 [christoph]
17227
17228         * src/account.c
17229                 receive at get all column showed wrong state for APOP
17230                 button should only work for POP3 and APOP accounts
17231         * src/prefs_account.c
17232                 added missing preprocessor statement for SSL
17233
17234 2001-08-12 [paul]
17235
17236         * src/account.[ch]
17237                 add 'receive at get all' column and enable/disable
17238                 button.
17239
17240 2001-08-06 [christoph]
17241
17242         * src/account.c
17243                 show usage of SSL in protocol column
17244
17245         * src/imap.c
17246         * src/inc.c
17247                 renamed ssl options
17248
17249         * src/prefs_account.[ch]
17250                 moved ssl options to a new page
17251
17252         * src/send.c
17253         * src/smtp.c
17254         * src/ssl.[ch]
17255                 renamed ssl options
17256                 added support for SMTP STARTTLS command
17257
17258 2001-08-05 [christoph]
17259
17260         * configure.in
17261                 debian autoconf needs version check to find
17262                 correct autoconf version. if the file is
17263                 named configure.in 2.13 is used, which does
17264                 not work with this configure.in script.
17265                 other solution would be to rename the script
17266                 to configure.ac as suggested in the autoconf
17267                 manual.
17268
17269         * src/inc.c
17270                 disable final error popup if popups are
17271                 diabled in config
17272
17273         * src/socket.c
17274                 bugfix in ssl_gets
17275                 fixes IMAP over SSL problem
17276
17277 2001-08-03 [paul]
17278
17279         * configure.in
17280                 change to 0.5.2claws1
17281
17282         * sync with sylpheed 0.5.2cvs1
17283
17284 2001-08-02 [alfons]
17285
17286         * configure.in
17287                 quick fix for ispell detection...
17288
17289 2001-08-01 [paul]
17290
17291         * configure.in
17292                 change to 0.5.1claws4
17293
17294         * sync with sylpheed 0.5.1cvs7
17295
17296 2001-07-31 [alfons]
17297
17298         * src/prefs_common.c, src/prefs_common.h, 
17299           src/gtkspell.c, src/gtkspell.h
17300                 add global spelling checker settings (compose tab) +
17301                 selection of dictionary 
17302           
17303         * configure.in  
17304                 guess valid ispell location
17305
17306 2001-07-31 [paul]
17307
17308         * po/POTFILES.in
17309                 removal of 'src/quote_fmt_parse.c'
17310         * po/de.po
17311                 Updated de.po
17312                 (submitted by Jens Oberender <didge@suse.de>)
17313
17314 2001-07-31 [darko]
17315
17316         * src/folder.[ch]
17317         * src/folderview.[ch]
17318         * src/mainwindow.c
17319         * src/mh.c
17320         * src/prefs_common.[ch]
17321         * src/summaryview.c
17322                 target folder colourization
17323
17324 2001-07-30 [paul]
17325
17326         more sync with Sylpheed 0.5.1cvs6 
17327
17328 2001-07-30 [darko]
17329
17330         * src/mh.c
17331         * src/prefs_folder_item.[hc]
17332         * src/summaryview.c
17333                 shared folders support with a GUI
17334
17335 2001-07-29 [paul]
17336
17337         0.5.1claws3
17338
17339         * sync with Sylpheed 0.5.1cvs6
17340
17341 2001-07-29 [paul]
17342
17343         * po/pt_BR.po
17344                 updated
17345                 (submitted by Fabio Junior Beneditto)
17346
17347 2001-07-28 [paul]
17348
17349         * src/procmime.c
17350         * AUTHORS
17351                 patch to correct bad image mime headers
17352                 (submitted by Don Quijote <dq@searchlores.org>)
17353
17354 2001-07-28 [paul]
17355
17356         * tools/gif2xface.pl   **NEW FILE**
17357         * tools/README
17358                 script to convert file.gif to file.xface for
17359                 use in a custom header.
17360                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17361
17362 2001-07-27 [alfons]
17363         
17364         * configure.in
17365                 change macros for detecting JPilot and LDAP
17366
17367 2001-07-27 [christoph]
17368
17369         * src/filtering.c
17370                 code cleanup (MIN / MAX warning, needed casting)
17371
17372 2001-07-27 [alfons]
17373
17374         * procheader.c
17375                 disallow setting flags when detecting certain headers
17376                 (X-Status, Status, Seen, X-Seen). 
17377         
17378         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17379
17380 2001-07-27 [christoph]
17381
17382         * src/prefs_filter.c
17383         * src/prefs_filtering.c
17384         * src/prefs_matcher.c
17385         * src/prefs_scoring.c
17386                 scroll list when moving rows up or down
17387
17388         * src/imap.c
17389         * src/imap.h
17390         * src/prefs_account.c
17391         * src/prefs_account.h
17392         * src/send.c
17393                 SMTP over SSL (untested, feedback requested)
17394                 IMAP over SSL
17395
17396         * src/ssl.c
17397                 code cleanup
17398
17399 2001-07-26 [alfons]
17400         
17401         * configure.in, acconfig.h
17402                 define CLAWS (need this for main / claws detection)
17403
17404 2001-07-25 [alfons]
17405
17406         * configure.in
17407                 Sylpheed 0.5.1claws2
17408                 
17409         * sync with Sylpheed 0.5.1cvs4
17410
17411 2001-07-25 [christoph]
17412
17413         * src/scoring.c
17414                 fixed segfault
17415                 item->prefs == NULL (don't know why)
17416
17417 2001-07-25 [alfons]
17418
17419         * configure.in
17420                 Sylpheed 0.5.1claws1
17421
17422         * sync with Sylpheed 0.5.1cvs1-3
17423
17424 2001-07-24 [christoph]
17425
17426         * src/folderview.c
17427         * src/prefs_folder_item.[ch]
17428                 added folderitem preferences dialog with
17429                 default To: and auto request return receipt
17430
17431         * src/compose.[ch]
17432         * src/menu.[ch]
17433                 changes to handle new folderitem preferences
17434
17435         * src/mainwindow.c
17436         * src/summaryview.c
17437                 call compose new mail with current folderitem
17438
17439 2001-07-24 [alfons]
17440
17441         Release Sylpheed 0.5.1claws
17442
17443         * configure.in
17444                 change to release version 0.5.1claws
17445
17446 2001-07-24 [christoph]
17447
17448         * src/summaryview.c
17449                 fixed segfault that happend when the selected
17450                 message was removed while retrieving new messages.
17451
17452         * po/es.po
17453                 updated translation
17454                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17455
17456 2001-07-22 [alfons]
17457
17458         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17459         this is a work in progress, for more information: http://nlpagan.net/sylman 
17460         
17461         * configure.in, src/mainwindow.c, manual/Makefile.am
17462                 add support for English manual
17463
17464         * AUTHORS
17465                 add authors of user manuals
17466
17467         * manual/en/sylpheed*.html
17468                 add English documentation
17469
17470 2001-07-22 [christoph]
17471
17472         * po/POTFILES.in
17473                 added src/ssl.c
17474         * src/ssl.c
17475                 changed a wrong debug message
17476
17477 2001-07-22 [alfons]
17478
17479         * po/nl.po
17480                 update Dutch translation
17481
17482         * src/prefs_filtering.c, 
17483           src/prefs_matcher.c
17484                 add more translatable strings           
17485
17486 2001-07-21 [alfons]
17487
17488         0.5.0claws7
17489
17490         * configure.in
17491                 change version
17492
17493         * src/inc.c, src/summaryview.[ch]
17494                 prevent update of mark file when filtering has done, by
17495                 using a variable; this affects two functions:
17496                         inc.c::inc_finished()
17497                         summaryview.c::summary_show()
17498
17499 2001-07-20 [alfons]
17500
17501         * src/filtering.[ch], src/prefs_filtering.c, 
17502           src/matcher.[ch]
17503                 add filtering action for label coloring 
17504
17505         * po/POTFILES.in
17506                 add labelcolors.c
17507
17508         * added src/labelcolors.c
17509         * added src/labelcolors.h
17510         * src/Makefile.am, src/summaryview.c
17511                 rearrange label coloring code
17512
17513         * src/procmsg.h
17514                 add more parentheses so label colouring works correctly
17515
17516         * src/filtering.c
17517                 don't really delete message, but move it to Trash
17518
17519         * src/prefs_matcher.c
17520                 add quote options to info dialog
17521
17522 2001-07-20 [christoph]
17523
17524         * src/Makefile.am
17525         * src/inc.c
17526         * src/main.[ch]
17527         * src/socket.h
17528         * src/ssl.[ch] (new)
17529                 moved ssl stuff to a seperate file
17530
17531 2001-07-20 [darko]
17532
17533         * src/summaryview.c
17534                 fix show sender using address book with no e-mail
17535                 address in From: field
17536
17537 2001-07-19 [alfons]
17538
17539         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17540                 fix messy handling of escaping... now at least the
17541                 execute command is useful. escape char is '\', we
17542                 accept \n and \r too. 
17543
17544                 Real life example:
17545                 
17546                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17547                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17548
17549 2001-07-18 [alfons]
17550
17551         0.5.0claws6
17552
17553         * src/summaryview.c
17554                 clean up
17555
17556         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17557           src/procmsg.[ch]
17558                 revise filtering; currently move, copy, marking have
17559                 been tested. if you like bleeding edge stuff, you
17560                 should definitely go for this version :)
17561
17562         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17563
17564 2001-07-17 [christoph]
17565
17566         * src/utils.c
17567                 timestamp log
17568
17569 2001-07-17 [alfons]
17570
17571         0.5.0claws5
17572
17573         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17574           bits in the mark file, without affecting either branch. Lots of
17575           files changed, also in claws branch.
17576
17577           UNTESTED: use of mbox folders
17578
17579         * src/summaryview.c
17580                 added mark all read; however this was a quick hack used for
17581                 cleaning up mess after initial merge with Hiroyuki
17582
17583         * configure.in
17584                 change claws version number back to 0.5.0claws5 to clear up 
17585                 confusion & pretension (recent release was technically 
17586                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17587
17588 2001-07-16 [alfons]
17589
17590         sync with Hiroyuki's 0.5.0cvs4
17591
17592 2001-07-16 [alfons]
17593
17594         0.5.1claws3
17595
17596         * src/filtering.[ch]
17597                 remove invalid updating of mark files for 
17598                 filter actions MATCHING_ACTION_MOVE and 
17599                 MATCHING_ACTION_DELETE; this should fix the
17600                 folder update bug
17601                 
17602         * src/procmsg.c
17603                 revert Christoph's stab at fixing the folder 
17604                 update bug
17605
17606         * po/POTFILES.in
17607                 add missing files with translatable strings
17608
17609         * src/summaryview.c
17610                 remove debug print
17611
17612 2001-07-15 [alfons]
17613
17614         * src/addr_compl.[ch], src/prefs_filtering.c
17615                 make "filtering pref dialog's destination entry" an
17616                 "address completable entry", if filter destination is 
17617                 an email address
17618
17619         0.5.1claws2
17620         
17621         sync with Hiroyuki's 0.5.0cvs2-3
17622
17623 2001-07-15 [christoph]
17624
17625         * src/procmsg.c
17626                 fixed folder stats update after incorporation
17627
17628 2001-07-15 [alfons]
17629
17630         * src/summaryview.c
17631                 * finish label colouring stuff (for now)
17632                 * fix incorrect colour bug (off by one) 
17633
17634 2001-07-14 [alfons]
17635
17636         * src/mainwindow.c
17637                 change text labels for news and mail message so there's
17638                 plenty of toolbar estate left
17639
17640         * configure.in
17641                 0.5.1claws1
17642
17643         * src/folderview.c
17644           src/folder.[ch]
17645                 sync with Hiroyuki's 0.5.0cvs1
17646
17647         * src/summaryview.c
17648                 more rewrite label colouring
17649
17650 2001-07-14 [alfons]
17651
17652         * src/summaryview.[ch]
17653                 * start rewrite label colouring 
17654                 * fix proper location "Add Sender To Addressbook" menu item
17655
17656 2001-07-13
17657
17658         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17659         (actually this is 0.5.0claws4)
17660
17661 2001-07-13 [alfons]
17662
17663         * po/pt_BR.po
17664                 * fix duplicate message
17665                 * add updated Portugese / Brazilian translation
17666                   submitted by Fabio Junior Beneditto
17667
17668 2001-07-12 [alfons]
17669
17670         * AUTHORS
17671                 add Jens
17672
17673         * po/nl.po
17674                 add updated Dutch translation
17675
17676         * po/de.po
17677                 add updated German translation submitted by Jens
17678
17679 2001-07-11 [alfons]
17680
17681         Prerelease before 0.5.0claws. Please test.
17682         This version is temporarily tagged as VERSION_0_5_0_TEST
17683
17684         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17685           src/prefs_scoring.c, src/prefs_matcher.c, 
17686           src/prefs_filtering.c, src/mbox.c, 
17687           src/main.c, src/inc.c, src/filtering.[ch]
17688                 revert new Hoa's new matcher (does not work yet)
17689
17690         * src/Makefile.am
17691                 clean up
17692
17693 2001-07-10
17694
17695         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17696
17697
17698 2001-07-10 [alfons]
17699
17700         * Makefile.am
17701                 add ChangeLog.claws to EXTRA_DIST
17702         * src/Makefile.am
17703                 add matcher_parser_parse.h to EXTRA_DIST
17704
17705 2001-07-10 [christoph]
17706
17707         * src/inc.c
17708                 add destination folder to table of
17709                 folders that need to be updated after
17710                 incorporation
17711
17712 2001-07-10 [alfons]
17713
17714         * folder.[ch]
17715           folderview.c
17716                 make collapse state of folders and folder items persistent, i.e.
17717                 if you collapse a folder tree, the next time sylpheed-claws starts 
17718                 up the folder tree remains collapsed.  
17719                 
17720 2001-07-10 [christoph]
17721
17722         * acconfig.h
17723         * configure.in
17724                 added --enable-ssl
17725         * src/md5.[ch]
17726                 renamed MD5_CTX to MD5_CTX_syl
17727                 conflicts with a struct in openssl
17728         * src/inc.c
17729         * src/main.[ch]
17730         * src/prefs_account.[ch]
17731         * src/socket.[ch]
17732                 SSL support for POP
17733         * src/mainwindow.c
17734                 fixed compose with current account
17735                 broken by new compose button stuff
17736
17737 2001-07-09 [hoa]
17738
17739         * AUTHORS
17740                 changed my email address
17741
17742         * src/matcher_parser_parse.y
17743                 clean the parser to remove conflicts
17744
17745 2001-07-09 [alfons]
17746
17747         * AUTHORS
17748                 add Match Grun
17749
17750         * configure.in
17751                 fix incorrect description of --enable-ldap parameter
17752
17753         * src/prefs_common.[ch]
17754           src/compose.c
17755                 add experimental option "smart wrapping" which makes the
17756                 compose editor auto wrap.
17757                 
17758                 | TODO: the problem with the buggy cursor handling is caused |
17759                 | by the GtkText. when deleting / backspacing text its       |
17760                 | wrapping algorithm does not take in account the previous   |
17761                 | line. should find a way to hack this in.                   |
17762                 | or should perhaps combine this with the word wrapping      |
17763                 | patch i wrote in january.                                  |
17764
17765         * src/about.c
17766                 show build parameters for LDAP and JPilot
17767
17768         * src/summaryview.c
17769                 revert Christoph's bugfix for selecting next unread message, 
17770                 because folder stats aren't updated correctly
17771
17772 2001-07-08 [hoa]
17773
17774         * src/filtering.c
17775         * src/mainwindow.c
17776         * src/matcher.c
17777         * src/matcher_parser_lex.l
17778         * src/matcher_parser_parse.y
17779         * src/prefs_filtering.c
17780         * src/prefs_scoring.c
17781         * src/scoring.c
17782                 bugfix of the config file parser
17783
17784 2001-07-08 [alfons]
17785
17786         * src/Makefile.am
17787                 added generated matcher sources to BUILT_SOURCES
17788
17789 2001-07-08 [hoa]
17790
17791         * src/Makefile.am
17792         * src/.cvsignore
17793                 added new config file parser
17794
17795         * src/scoring.[ch]
17796         * src/filtering.[ch]
17797         * src/matcher.[ch]
17798         * src/prefs_filtering.c
17799         * src/prefs_matcher.c
17800         * src/prefs_scoring.c
17801         * added src/matcher_parser.h
17802         * added src/matcher_parser_lex.h
17803         * added src/matcher_parser_lex.l
17804         * added src/matcher_parser_parse.y
17805                 lex & yacc config file parser
17806
17807         * src/mbox.c
17808         * src/inc.c
17809         * src/main.c
17810                 changes prefs_filtering into global_filtering           
17811
17812         * src/summaryview.c
17813                 build threads with subjects only if "Re: " is at the
17814                 beginning of the subject
17815
17816 2001-07-07 [paul]
17817
17818         0.5.0claws
17819
17820         sync with sylpheed 0.5.0
17821                 change of version number only
17822
17823 2001-07-06 [paul]
17824
17825         0.5.0claws5
17826
17827         sync with sylpheed 0.5.0pre5
17828
17829 2001-07-05 [paul]
17830
17831         sync with sylpheed 0.5.0pre4 release
17832                 /po and /manual/ja not sync'ed
17833
17834 2001-07-04 [paul]
17835
17836         more sync with sylpheed 0.5.0pre4
17837
17838 2001-07-03 [christoph]
17839
17840         * src/addressbook.c
17841                 fixed address book broken by address book
17842                 for VCard, JPilot, LDAP
17843
17844 2001-07-03 [alfons]
17845
17846         * src/matcher.c
17847         * src/textview.c
17848                 stopped memory leaks
17849
17850 2001-07-03 [paul]
17851
17852         more sync with sylpheed 0.5.0pre4
17853
17854 2001-07-02 [match]
17855
17856         * included address book patch for VCard, JPilot, LDAP
17857         * pref_common.c - fixed Font options on Display tab (cosmetic)
17858         * alertpanel.c - fixed truncated message
17859
17860 2001-07-02 [christoph]
17861
17862         * src/mbox_folder.c
17863         * src/procmsg.[ch]
17864         * src/summaryview.c
17865                 mark threads for ignoring
17866
17867 2001-07-02 [paul]
17868
17869         0.5.0claws4
17870
17871         * sync with sylpheed 0.5.0pre4
17872                 updated gettext to 0.10.38.
17873
17874 2001-07-01 [paul]
17875
17876         * src/ mainwindow.c
17877         * src/procmsg.h
17878         * src/summaryview.[ch]
17879                 new right-click option: Label.
17880                 substitute for 'Mark-->Mark/Unmark', colours the line.
17881                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17882
17883 2001-07-01 [christoph]
17884
17885         * src/folderview.c
17886                 fixed font for trash
17887         * src/summaryview.c
17888                 move ctree to unread message
17889
17890 2001-07-01 [paul]
17891
17892         * sync with sylpheed 0.5.0pre3 release
17893
17894 2001-06-30 [alfons]
17895
17896         * src/filesel.[ch]
17897         * src/compose.c
17898                 allow inserting / attaching multiple files in
17899                 the composer window
17900
17901 2001-06-30 [paul]
17902
17903         * src/codeconv.c
17904                 small change to Alfons' previous stuff so that it
17905                 actually makes
17906
17907 2001-06-30 [alfons]
17908
17909         * lots of files changed; first attempt to merge the changes
17910           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17911
17912 2001-06-30 [paul]
17913
17914         * po/pt_BR.po
17915                 updated and completed, translations by Fabio
17916                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17917
17918 2001-06-29 [alfons]
17919
17920         * src/compose.c
17921         * src/mimeproc.[ch]
17922                 allow selecting an attached files' mime type from a 
17923                 list of types.
17924
17925 2001-06-29 [paul]
17926
17927         * more sync with sylpheed 0.5.0pre3
17928
17929 2001-06-29 [paul]
17930
17931         * po/pt_BR.po
17932                 merge with sylpheed.pot and pt_BR.po provided by
17933                 Fabio Junior Beneditto.
17934
17935 2001-06-29 [darko]
17936
17937         * src/procmime.c
17938                 make MIME types case insensitive
17939
17940 2001-06-28 [alfons]
17941
17942         * po/nl.po
17943                 merge with sylpheed.pot and old nl.po; translations added.
17944
17945 2001-06-28 [paul]
17946
17947         * more sync with sylpheed 0.5.0pre3
17948
17949 2001-06-27 [alfons]
17950
17951         * src/summaryview.c
17952                 don't crash when removing parent node of messages
17953                 attracted by subject. this was caused by not deleting
17954                 the parent node from the subject line hash table.
17955
17956 2001-06-27 [alfons]
17957
17958         * src/summaryview.c
17959         * src/compose.[ch]
17960         * src/mainwindow.c
17961                 if there are multiple messages selected, allow forwarding
17962                 them as attachments.
17963
17964 2001-06-27 [paul]
17965
17966         * more sync with sylpheed 0.5.0pre3
17967
17968 2001-06-26 [paul]
17969
17970         0.5.0claws3
17971
17972         * sync with sylpheed 0.5.0pre3
17973
17974 2001-06-25 [paul]
17975
17976         * src/mainwindow.c
17977                 fixed 'compose news article' bug
17978                 from icon-and-text toolbar
17979
17980 2001-06-25 [paul]
17981
17982         * sync with sylpheed 0.5.0pre2 release
17983
17984 2001-06-24 [christoph]
17985
17986         * src/prefs_common.c
17987                 bug fix in font selection
17988         * src/folderview.c
17989                 use sylpheed's normal font instead of
17990                 gtk default font for folders without
17991                 new messages
17992
17993 2001-06-24 [alfons]
17994
17995         * src/mainwindow.[ch]
17996                 added composite compose mail / news button (an idea by Leandro
17997                 Pereira <leandro@linuxmag.com.br>)
17998
17999 2001-06-24 [paul]
18000
18001         Added instructions for ldif-to-xml.py
18002
18003         * tools/README
18004
18005 2001-06-23 [alfons]
18006
18007         Some minor things.
18008
18009         * src/pixmaps/stock_news_compose.xpm
18010                 added pixmap by Leandro
18011         * src/prefs_common.c
18012                 tested built-in spelling checker of GCC 3.0 :)
18013         * po/nl.po
18014                 merged dutch translation of sylpheed-main with
18015                 sylpheed.pot
18016
18017 2001-06-23 [paul]
18018
18019         Added tools directory and files.
18020
18021         * tools/filter_conv.pl
18022                 converts old filter system to new filtering system
18023         * tools/ldif-to-xml.py
18024                 converts netscape addressbook to sylpheed addressbook
18025         * tools/README
18026                 descriptions/instructions for above two files
18027
18028 2001-06-23 [christoph]
18029
18030         * src/inc.c
18031         * src/manage_window.[ch]
18032         * src/prefs_common.[ch]
18033                 mail retrieval dialog can be enabled, disabled
18034                 or hidden if non of sylpheed's windows is active
18035
18036 2001-06-22 [paul]
18037
18038         0.5.0claws2
18039
18040         * sync with sylpheed 0.5.0pre2
18041
18042 2001-06-21 [christoph]
18043
18044         * src/summaryview.c
18045                 show recipient on 'from' for all accounts
18046                 
18047         * src/inc.c
18048         * src/prefs_common.[ch]
18049                 disable error popup on mail receive errors
18050
18051 2001-06-21 [alfons]
18052
18053         * src/compose.c
18054                 made the ruler correctly appear and disappear.
18055
18056         * src/Makefile.am
18057                 removed Hoa's work-in-progress-stuff (interesting!) so 
18058                 claws compiles ok.
18059
18060 2001-06-20 [christoph]
18061
18062         * src/inc.c
18063         * src/progressdialog.c
18064                 added scrolled window for list in progressdialog
18065
18066 2001-06-20 [paul]
18067
18068         sync with sylpheed 0.5.0pre1 release
18069
18070 2001-06-20 [christoph]
18071
18072         * src/summeryview.c
18073                 make building threads by subject work when
18074                 thread view is enabled
18075                 
18076         * src/compose.c
18077         * src/prefs_common.[ch]
18078                 automatically select account for mail replys
18079
18080 2001-06-19 [sergey]
18081
18082         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
18083         they are filled in from the account settings.
18084
18085 2001-06-19 [paul]
18086
18087         * more sync with sylpheed 0.5.0pre1
18088
18089 2001-06-18 [alfons]
18090
18091         * src/Makefile.am,
18092           src/procmime.c
18093                 added --sysconfdir to CPPFLAGS for pointing to the correct
18094                 location of mime.types. 
18095
18096                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
18097                 or ./configure!
18098
18099 2001-06-18 [hoa]
18100
18101         * src/summaryview.c
18102                 fixed some bug when building threads
18103
18104 2001-06-18 [pau]l
18105
18106         * src/prefs_account.c
18107                 UI stuff: More changes to the English
18108
18109 2001-06-18 [paul]
18110
18111         * src/pixmaps/stock_news_compose.xpm: new file
18112         * src/Makefile.am
18113         * src/mainwindow.c
18114         * src/summaryview.c
18115                 Added new icon for Hoa's 'compose a news
18116                 message', plus minor improvements to the
18117                 English
18118
18119         * po/ja.po
18120         * ChangeLog
18121         * ChangeLog.jp
18122                 more sync with sylpheed 0.5.0pre1
18123
18124 2001-06-18 [hoa]
18125
18126         * src/compose.[ch]
18127         * src/mainwindow.c
18128                 Follow-up and reply to
18129
18130         * src/summaryview.[ch]
18131                 Build threads also with subjects
18132
18133 2001-06-17 [hoa]
18134
18135         * src/compose.c
18136                 forwarding use the current account.
18137
18138         * src/mainwindow.c
18139                 the "compose message" button has been replaced with
18140                 "new mail" and "new news" buttons
18141
18142         * src/prefs_common.[ch]
18143                 added a configuration option to use the forward button
18144                 as "forward as attachment"
18145                 changed reply and forward format description
18146
18147         * src/quote_fmt_lex.l
18148         * src/quote_fmt_parse.y
18149                 added message with no signature in format for reply
18150                 and forward.
18151
18152 2001-06-17 [paul]
18153
18154         Minor UI stuff
18155
18156         * src/mainwindow.c
18157         * src/summaryview.c
18158                 Improvements to the English
18159
18160         * src/prefs_common.c
18161                 Improvements to the English and some
18162                 clarity/continuity improvements in the
18163                 description of Quote symbols.
18164
18165 2001-06-17 [paul]
18166
18167         0.5.0claws1
18168
18169         * sync with sylpheed 0.5.0pre1
18170
18171 2001-06-17 [hoa]
18172
18173         * src/compose.c
18174                 Better interface for compose, displayed fields
18175                 are updated whenever we change account.
18176                 Newsgroups field is automatically filled.
18177
18178         * src/mainwindow.c
18179                 Newsgroups field is automatically filled.
18180
18181         * src/prefs_account.c
18182                 Some interface stuff when fields appear and
18183                 disappear.
18184
18185 2001-06-16 [paul]
18186
18187         0.4.99claws
18188
18189         * sync with sylpheed 0.4.99
18190
18191 2001-06-16 [sergey]
18192
18193         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
18194         base64_decoder_free, base64_decoder_decode): new object and
18195         functions for decoding base64 streams.
18196         * src/procmime.c (procmime_decode_content): modified to use the
18197         new base64 decoder.
18198
18199 2001-06-15 [paul]
18200
18201         0.4.99claws10
18202
18203         * sync with sylpheed 0.4.99cvs11
18204
18205 2001-06-13 [paul]
18206
18207         0.4.99claws9
18208
18209         * sync with sylpheed 0.4.99cvs9
18210
18211 2001-06-13 [hoa]
18212
18213         * src/compose.c
18214         * src/prefs_account.c
18215
18216                 SMTP server can be defined in the news account
18217                 mime type of attachment are kept.
18218
18219         * src/summaryview.c
18220
18221                 now choose the highest important score between default
18222                 and important score of folder.
18223
18224 2001-06-09 [alfons]
18225         
18226         * src/prefs_common.c: 
18227
18228                 (prefs_quote_description_create): corrected description of 
18229                 quote format characters
18230
18231 2001-06-09 [paul]
18232
18233         0.4.99claws8
18234
18235         * sync with sylpheed 0.4.99cvs8
18236
18237 2001-06-08 [sergey]
18238
18239         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18240         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18241
18242 2001-06-08 [paul]
18243
18244         0.4.99claws7
18245
18246         * sync with sylpheed 0.4.99cvs7
18247
18248 2001-06-06 [sergey]
18249
18250         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18251         clashes with autogenerated header).
18252         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18253         * src/Makefile.am: added quote_fmt.h.
18254         * src/.cvsignore: added lex/yacc autogenerated files
18255         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18256
18257 2001-06-06 [paul]
18258
18259         0.4.99claws6
18260
18261         * sync with sylpheed 0.4.99cvs6
18262
18263 2001-06-06 [hoa]
18264
18265         * added src/quote_fmt_parse.h
18266         * src/compose.c
18267                 removed warnings
18268
18269         * src/prefs.[ch]
18270                 don't modify readonly configuration files
18271
18272         * src/prefs_account.c
18273         * src/prefs_common.c
18274         * src/prefs_customheader.c
18275         * src/prefs_display_header.c
18276         * src/prefs_filter.c
18277         * src/prefs_filtering.c
18278         * src/prefs_scoring.c
18279                 don't open dialog box when configuration files
18280                 are readonly
18281
18282 2001-06-05 [sergey]
18283
18284         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18285
18286         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18287         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18288         BUILT_SOURCES to make all files rebuild properly.
18289
18290         * src/compose.c: removed #include "quote_fmt.tab.h".
18291
18292         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18293         CHARACTER value in yylval.
18294
18295         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18296         receive CHARACTER value by documented means (yylval).
18297
18298         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18299
18300 2001-06-05 [hoa]
18301
18302         * src/Makefile.am
18303                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18304
18305         * src/filtering.c
18306         * src/matcher.c
18307         * src/matcher.h
18308         * src/prefs_filtering.c
18309                 now keep the configuration for execute action
18310
18311         * src/mbox_folder.c
18312                 fixed a warning
18313
18314 2001-06-05 [paul]
18315
18316         * sync with sylpheed 0.4.99cvs5
18317
18318 2001-06-05 [hoa]
18319
18320         * src/Makefile.am
18321                 added quote_fmt.[ch]
18322
18323         * added src/quote_fmt.y
18324         * added src/quote_fmt.l
18325         * added src/quote_fmt.tab.h
18326         * added src/quote_fmt.tab.c
18327         * added src/lex.quote_fmt.c
18328                 parsing configuration for replying
18329                 and forwarding
18330
18331         * src/prefs_common.[ch]
18332                 added configuration UI for replying
18333                 and forwarding
18334
18335         * src/compose.c
18336                 using configuration for replying
18337                 and forwarding
18338
18339 2001-06-04 [hoa]
18340
18341         * src/filtering.c
18342         * src/matcher.c
18343         * src/matcher.h
18344         * src/prefs_filtering.c
18345         * src/prefs_matcher.c
18346         * src/prefs_matcher.h
18347                 action "run a command" for filtering
18348                 and matching with a command.
18349                 fixed the "whole message" matching
18350
18351         * src/mbox_folder.c
18352                 changed temporary filename for security
18353
18354         * src/messageview.c
18355                 queue the notification if it fails to send.
18356
18357         * src/prefs_common.c
18358         * src/prefs_folder_item.c
18359                 changed the default important score             
18360
18361         * src/prefs_scoring.c
18362         * src/scoring.c
18363                 hide kill score input when the folder is not
18364                 a newsgroup
18365
18366 2001-06-03 [alfons]
18367
18368         * src/prefs_common.c:
18369
18370                 (prefs_font_select): pass font name in font entry box to font
18371                 selection dialog.
18372
18373 2001-06-03 [sergey]
18374
18375         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18376
18377 2001-06-03 [paul]
18378
18379         * sync with sylpheed 0.4.99cvs4
18380
18381 2001-06-03 [alfons]
18382
18383         * src/headerwindow.c:
18384
18385                 (headerwindow_show_cb): use the selected summary view item, not
18386                 the displayed item.
18387
18388 2001-06-02 [alfons]
18389
18390         * src/headerwindow.c:
18391
18392                 (headerwindow_show_cb): always try to show msginfo
18393
18394 2001-06-02 [hoa]
18395
18396         * src/compose.c
18397                 keep attached parts when reediting or forwarding.
18398
18399 2001-06-01 [hoa]
18400
18401         * src/folderview.c
18402         * src/prefs_folder_item.[ch]
18403         * src/prefs_scoring.[ch]
18404         * src/scoring.[ch]
18405         * src/summaryview.[ch]
18406         * src/main.c
18407         * src/mainwindow.c
18408         * src/prefs_common.[ch]
18409                 support for folder scoring
18410                 kill score and important score for messages
18411         
18412         * src/prefs_account.c
18413                 some display bug fixed for local account
18414                 preferences
18415
18416 2001-05-31 [alfons]
18417
18418         * src/summaryview.c:
18419
18420                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18421                 sender to address book menu item is disabled.
18422
18423 2001-05-30 [hoa]
18424
18425         * src/filtering.[ch]
18426         * src/summaryview.c
18427                 handling summary menu / filter messages
18428
18429         * src/folder.[ch]
18430                 add some stuff
18431
18432         * src/foldersel.c
18433                 imap folders now appears in list
18434
18435         * src/mbox_folder.c
18436                 doesn't crash if destination mail is not writeable
18437
18438 2001-05-29 [hoa]
18439
18440         * src/compose.c
18441                 removed some warnings
18442
18443         * src/filtering.c
18444         * src/folder.[ch]
18445         * src/prefs_filtering.c
18446                 global string to identify any folders           
18447                 removed some debug info
18448                 filtering to mbox folders is now possible
18449
18450         * src/mainwindow.c
18451                 removed some warnings
18452
18453         * src/mbox_folder.c
18454                 permission on files are changed to read/write for user only,
18455                 nothing for other.
18456                 creation of subfolder is handled better.
18457
18458 2001-05-28 [alfons]
18459
18460         Verified the sync for src/prefs_common.[ch] and
18461         src/prefs_account.[ch]. I believe there were some
18462         minor indentation differences.
18463
18464 2001-05-28 [paul]
18465
18466         0.4.99claws3
18467
18468         * sync with 0.4.99cvs3
18469
18470 2001-05-28 [hoa]
18471
18472         * src/compose.c
18473                 handling flags for mbox format
18474
18475         * src/filtering.c
18476                 use of mark file only for MH format
18477                 handling flags for mbox format
18478                 filtering cannot yet move or copy mails to mbox folders.
18479
18480         * src/folder.[ch]
18481                 changed move_msg, copy_msg,
18482                 move_msgs_with_dest, copy_msgs_with_dest functions
18483                 uses only folder->copy_msg() function
18484                 uses folder->finished_copy() to handle the destination
18485                 folder at the end of the copy or move operation.
18486
18487         * src/foldersel.c
18488                 included mbox directories.
18489
18490         * src/folderview.[ch]
18491         * src/mainwindow.c
18492                 handle folders operation for mbox format
18493
18494         * src/mbox.c
18495                 disable conversion of "From " header
18496
18497         * src/mbox_folder.[ch]
18498                 completion of mbox format handling
18499
18500         * src/mh.c
18501                 changed mh_copy_msg() function and
18502                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18503                 mh_copy_msgs_with_dest()
18504
18505         * src/prefs_filtering.c
18506                 removed some warnings
18507
18508         * src/prefs_matcher.c
18509                 default boolean operation is AND
18510
18511         * src/procheader.c
18512                 handling flags for mbox format
18513                 handling of "From " header
18514
18515         * src/procmsg.[ch]
18516                 removed data field
18517                 added MSG_REALLY_DELETED flags to handle deletion of
18518                 messages in mbox format.
18519
18520         * src/summaryview.c
18521                 handling flags for mbox format
18522                 disable the MSG_DELETED flags when messages
18523                 are deleted in mbox format
18524
18525         * src/textview.c
18526                 "From " headers display fixed.
18527
18528 2001-05-27 [alfons]
18529
18530         * src/textview.c:
18531                 
18532                 (get_email_part): skip quoted email addresses, like in e.g.
18533                 "'alfons@proteus.demon.nl'".
18534
18535 2001-05-26 [alfons]
18536
18537         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18538         and fixing the persistence troubles when using separate windows.
18539
18540         * src/mainwindow.c:
18541         
18542             Added #define SEPARATE_ACTION used in the gtk item factory for 
18543             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18544                 use gtk_item_factory_get_widget_by_action() to get the items.
18545                 
18546             Removed separate_widget_cb from the gtk item factory data   
18547           
18548             (mainwindow_create): connect separate_widget_cb() to check
18549             menu item "toggled" signal. also passing a MainWindow pointer
18550                 as object data for both check menu items.
18551                 
18552             (separate_widget_cb): definition of separate_widget_cb() to match
18553             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18554                 window using gtk_object_get_data(). The type of window separation 
18555                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18556         
18557         * src/prefs_filtering.c,
18558           src/prefs_matcher.c: added horizontal scrollbars
18559
18560 2001-05-25 [darko]
18561
18562         * src/headerview.c
18563                 fix segfault with invalid bold font
18564         * src/summaryview.c
18565                 correctly display summary stats after row is marked
18566
18567 2001-05-23 [sergey]
18568
18569         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18570         encodings with libjconv.
18571
18572 2001-05-23 [hoa]
18573
18574         * src/Makefile.am
18575                 added mbox_folder.[ch]
18576         * src/defs.h
18577                 mbox temporary folder
18578         * src/folder.[ch]
18579         * added src/mbox_folder.[ch]
18580         * src/folderview.c
18581         * src/procheader.[ch]
18582                 added mbox support
18583         * src/mbox.c
18584                 bugfix for file incorporation filtering
18585         * src/imap.c
18586                 enable creation of MBOX
18587         * src/prefs_display_header.c
18588                 enable use of headers like "From "
18589                 something that should be fixed :
18590                         displaying of such headers add an extra space
18591         * src/prefs_folder_item.c
18592                 don't create folders because it is not necessary
18593         * src/procmsg.h
18594                 added data field to MsgInfo for mbox internal use
18595         * src/summaryview.c
18596                 added some support for mbox
18597         * src/utils.[ch]
18598                 added get_mbox_cache_dir() function
18599
18600 2001-05-23 [hiroyuki]
18601
18602         * src/headerwindow.c
18603           src/inc.c
18604           src/main.c
18605           src/mh.c
18606           src/nntp.c
18607           src/procmsg.h
18608           src/session.h
18609           src/socket.[ch]
18610           src/summaryview.c
18611           src/textview.c
18612           src/automaton.c
18613           src/folderview.c: more sync with 0.4.99cvs2.
18614
18615         * src/headerwindow.c: reverted.
18616
18617 2001-05-22 [paul]
18618
18619         0.4.99claws2
18620
18621         * sync with sylpheed 0.4.99cvs2
18622                 * src/news.[ch]
18623                 * src/nntp.[ch]
18624                 * INSTALL
18625                 * INSTALL.jp
18626
18627 2001-05-22 [alfons]
18628
18629         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18630
18631 2001-05-21 [alfons]
18632
18633         Minor things:
18634
18635         * configure.in: if gnome-config not found, "no" is displayed
18636         
18637         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18638
18639         * src/textview.c: now also possible to add mail addresses by right
18640           clicking in the text view
18641
18642         * src/codeconv.c: merged patch which fixes endless loop when encountering
18643           invalid wide characters; from Alte <010@imis.ru>  
18644
18645 2001-05-20 [alfons]
18646
18647         Added installation of gnome specific things:
18648
18649         * Makefile.am: gnome conditional
18650
18651         * configure.in: check for installed gnome
18652
18653         * added sylpheed.png, sylpheed.desktop
18654
18655 2001-05-20 [sergey]
18656
18657         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18658
18659         * src/mainwindow.h (main_window_toolbar_create): created a button
18660         for "Reply to all".
18661         (main_window_set_toolbar_sensitive): enable/disable the new button
18662         appropriately.
18663         (toolbar_reply_to_author_cb): handle the new button.
18664
18665         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18666         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18667         failure).
18668
18669 2001-05-19 [sergey]
18670
18671         * src/compose.h (ComposeReplyMode): new modes
18672         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18673         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18674
18675         * src/compose.c
18676         (compose_send): move some code into a new function:
18677         (compose_current_mail_account): new function.
18678         (compose_reply): new argument to_author, all callers changed; if
18679         to_author==TRUE and account->protocol==A_NNTP, find and use an
18680         appropriate mail account for replying.
18681         (compose_reply_set_entry): new argument to_author; ignore
18682         compose->replyto if to_author==TRUE.
18683
18684         * src/mainwindow.c: new command "Message/Reply to author".
18685         (main_window_set_menu_sensitive): enable/disable it.
18686         (reply_cb): handle it.
18687
18688         * src/summaryview.c: new command "Reply to author".
18689         (summary_set_menu_sensitive): enable/disable it.
18690         (summary_reply_cb): handle it.
18691
18692         * src/account.c (account_find_mail_from_address): new function.
18693
18694 2001-05-18 [paul]
18695
18696         0.4.99claws1
18697
18698         * sync with sylpheed 0.4.99cvs1
18699
18700 2001-05-18 [hoa]
18701
18702         * src/compose.[ch]
18703         * src/filtering.c
18704         * src/summaryview.c
18705                 new filtering action : forward and forward as attachment
18706
18707         * src/main.c
18708                 no need for $DISPLAY when we run sylpheed --help
18709                 call to parse_cmd_opt() is moved
18710
18711         * src/mainwindow.[ch]
18712                 execute button is hidden when immediate execute
18713                 is chosen
18714
18715         * src/mh.c
18716         * src/news.c
18717         * src/prefs_folder_item.c
18718         * src/procmsg.c
18719                 better handling of missing directories
18720
18721         * src/summaryview.c
18722                 reedit is enabled in outbox
18723                 reedit is enabled in queue
18724
18725 2001-05-17 [hoa]
18726
18727         * src/filtering.c
18728         * src/matcher.[ch]
18729         * src/prefs_filtering.c
18730                 changed attachement into attachment
18731
18732 2001-05-17 [alfons]
18733
18734         0.4.67claws4    
18735
18736         * sync with sylpheed 0.4.67cvs9
18737         * sync with sylpheed 0.4.67cvs7-8
18738
18739 2001-05-17 [hoa]
18740
18741         * src/Makefile.am
18742                 added prefs_filtering.c
18743
18744         * src/filtering.[ch]
18745         * src/matcher.[ch]
18746                 removed action : forward_news and forward_news_as_attachement
18747                 (forward and forward_as_attachement can be used instead)
18748
18749         * src/mainwindow.c
18750                 added menu option to access filtering configuration
18751
18752         * src/prefs_account.c
18753                 changed mail_command default to /usr/sbin/sendmail
18754
18755         * added src/prefs_filtering.[ch]
18756                 dialog box for filtering configuration
18757
18758         * src/prefs_matcher.c
18759                 added function prefs_matcher_get_criteria_from_matching()
18760
18761         * src/prefs_scoring.c
18762                 reset the dialog when register or substitute is clicked
18763
18764 2001-05-15 [hoa]
18765
18766         * src/Makefile.am
18767                 added filtering.[ch]
18768         * src/inc.c
18769                 using filering.[ch] instead of filter.[ch]
18770         * src/main.c
18771                 reading new filtering configuration
18772         * src/matcher.[ch]
18773                 added some filtering actions
18774                 and fixed a bug for headers and mail body matching
18775         * src/mbox.c
18776                 using filering.[ch] instead of filter.[ch]
18777         * src/mh.c
18778                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18779         * src/summaryview.c
18780                 some fixes for filtering
18781
18782 2001-05-14 [hiroyuki]
18783
18784         * src/send.c: fixed some weird indentations.
18785           send_message_with_command(): call pclose() only if p != NULL.
18786         * src/textview.c: get_email_part(): modified the code for readability.
18787
18788 2001-05-14 [hiroyuki]
18789
18790         * src/md5global.h
18791           src/md5ify.c
18792           src/md5ify.h: removed from the cvs.
18793
18794 2001-05-13 [sergey]
18795
18796         * src/main.c: include rfc2015.h to avoid compiler warnings.
18797         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18798         the panel is already on screen.
18799         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18800         closing the alert window by ESC as "No".
18801         * src/prefs_common.c (prefs_interface_create): moved return
18802         receipt check button to the correct place.
18803
18804 2001-03-13 [alfons]
18805
18806         * src/prefs_common.c: 
18807                 moved return receipt check button to the Send tab. (prefs_send_create)
18808                 removed the date format ui related globals. (prefs_display_create)
18809
18810         0.4.67claws3
18811         
18812         * sync with sylpheed 0.4.67cvs5-6
18813
18814 2001-05-13 [paul]
18815
18816         * added Alfons' font selection patch
18817
18818         * src/defs.h
18819         * src/headerwindow.c
18820         * src/prefs_common.c
18821         * src/prefs_common.h
18822
18823 2001-05-13 [hoa]
18824         * src/defs.h
18825                 changed version of cache
18826         * src/matcher.[ch]
18827         * src/prefs_matcher.c
18828                 added additionnal matching criteria
18829         * src/procheader.c
18830         * src/procmsg.[ch]
18831         * src/news.c
18832                 added references in MsgInfo
18833
18834 2001-05-12 [hoa]
18835
18836         * src/defs.h
18837                 prepared some things for new filtering
18838         * src/matcher.[ch]
18839                 added some matching properties
18840                 inreplyto need to be enhanced
18841                 prepared some things for new filtering
18842         * src/messageview.c
18843                 added Return-Receipt-To handling
18844         * src/prefs_folder_item.c
18845                 changed default value to TRUE
18846         * src/prefs_matcher.c
18847                 added some matching properties
18848         * src/prefs_scoring.[ch]
18849                 the scoring dialog is finished
18850         * src/procheader.c
18851                 added Return-Receipt-To handling
18852                 Reference need to be added
18853         * src/procmsg.[ch]
18854                 added Return-Receipt-To handling
18855                 added threadscore to get a better score sorting when
18856                 threads are enabled
18857         * src/summaryview.c
18858                 suppressed a bug when we sort the list
18859                 when no folder is opened.
18860                 better score sorting when threads are enabled
18861
18862 2001-05-12 [alfons]
18863
18864         * reverted previous patch because of potential errors 
18865
18866         0.4.67claws2
18867         
18868         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18869                 applied "toggle mail-retrieval dialog window" patch submitted 
18870                 by Eric Limpens <eric@qnt.net>
18871
18872         * sync with sylpheed 0.4.67cvs4
18873
18874 2001-05-12 [sergey]
18875
18876         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18877         some picky compilers.
18878         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18879         * src/grouplist_dialog.c: include alertpanel.h.
18880         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18881         fix compile warning.
18882         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18883         #include "defs.h" before others to prevent the warning of `MIN'
18884         and `MAX' redefinition.
18885
18886 2001-05-11 [hoa]
18887
18888         * src/main.c
18889         * src/messageview.c
18890         * src/prefs_account.c
18891         * src/prefs_display_header.c
18892                 removed warning
18893         * src/Makefile.am
18894                 added prefs_scoring.[ch]
18895         * src/grouplist_dialog.c
18896                 display an error dialog box if the group list
18897                 cannot be fetched.
18898         * src/mainwindow.[ch]
18899                 added main_window_set_thread_option() function
18900                 scoring dialog box enabled
18901         * src/matcher.[ch]
18902                 added flags matching unread /new / marked
18903                 / deleted / replied / forwarded
18904         * src/news.c
18905                 newsgroups are now finally in newscache
18906         * src/prefs_matcher.[ch]
18907                 finished preferences for matching dialog
18908         * added src/prefs_scoring.[ch]
18909                 scoring dialog box completed
18910         * src/scoring.[ch]
18911                 conversion to string : added scoringprop_to_string()
18912                 write config for preferences :
18913                 added prefs_scoring_write_config()
18914         * src/summaryview.c
18915                 threads can be enabled/disabled independently
18916                 for each folder
18917
18918 2001-05-10 [alfons]
18919
18920         0.4.67claws1
18921         
18922         * AUTHORS: 
18923                 thought it would be nice to have a list of all
18924                 contributors (used Changelog as a reference)
18925         
18926         * configure.in: 
18927                 messed up version numbering...
18928
18929         0.4.66claws1
18930
18931         * sync with sylpheed 0.4.67cvs1-3
18932
18933 2001-05-10 [darko]
18934
18935         * src/prefs_common.c:
18936                 better UI for strftime format, double clicking
18937                 on format now inserts the format in text entry
18938                 replaced close button with standard OK/Cancel
18939                 moved date format button to the right of the
18940                 text entry field
18941
18942 2001-05-09 [alfons]
18943
18944         * src/gtkstext.c:
18945                 Ctrl-Home / Ctrl-End have proper cursor navigation
18946
18947 2001-05-09 [hoa]
18948
18949         * src/prefs_matcher.c
18950                 finished UI to define matching properties
18951                 added ok and cancel button
18952         * src/prefs_filter.c
18953                 added ok and cancel button
18954         * src/news.c
18955                 fixed some bug in xhdr parsing
18956
18957 2001-05-08 [alfons]
18958
18959         * src/textview.c: 
18960                 fixed a bug in textview_show_header(), which displayed two colons (':');
18961                 cleaned up some warnings
18962
18963 2001-05-08 [hoa]
18964
18965         * src/Makefile.am
18966                 added prefs_matcher.[ch]
18967                 compilation with -W -Wall
18968         * src/alertpanel.c
18969                 ungrab the mouse events if grabbed - does it
18970                 fix the bug for disposition notification ?
18971         * src/mainwindow.c
18972                 added a menu option to open the matching dialog.
18973         * src/matcher.[ch]
18974                 added matcherprop_to_string() and matcherlist_to_string()
18975                 fixed some bugs, changed the name of some options
18976                 age_sup and age_inf becomes age_greater and age_lower,
18977                 body and messageheaders becomes body_part and headers_part,
18978                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18979         * src/prefs_display_header.c
18980         * src/prefs_headers.c
18981                 fixed a bug that accidentally destroyed dialogs
18982                 when closed them with delete_event
18983                 Added *_deleted() which handle delete_event signal correctly.
18984         * src/prefs_folder_item.[ch]
18985                 added "enable_thread" field for future customization
18986         * added src/prefs_matcher.[ch]
18987                 sample of the UI to define matching properties
18988         * src/procheader.c
18989                 using procheader_headername_equal instead of str*cmp functions
18990                 using procheader_parse_header() function
18991         * src/scoring.c
18992                 using MATCHING_XXX instead of SCORING_XXX
18993         * src/summaryview.c
18994                 display the sender of the news even if this is ourself
18995                 when this is a news message.
18996         * src/textview.c
18997                 using headername_equal() instead of str*cmp functions
18998
18999 2001-05-08 [alfons]
19000
19001         0.4.66claws
19002
19003         * sync with sylpheed 0.4.66
19004         * src/gtkstext.c: trace logs added 
19005
19006 2001-05-08 [sergey]
19007
19008         * src/prefs_common.[ch]: added option to enable/disable GnuPG
19009         signature check popup.
19010         * src/rfc2015.c (check_signature): show signature check popup only
19011         if it is enabled in preferences.
19012
19013 2001-05-07 [alfons]
19014
19015         0.4.66claws4
19016         
19017         * sync with sylpheed 0.4.66cvs6
19018
19019 2001-05-07 [darko]
19020
19021         * src/prefs_common.[ch]: added option to enable/disable
19022           looking up sender name in address book for summary pane
19023         * src/summaryview.c: look up sender in the address book
19024           by using Alfons' address completion code
19025
19026 2001-05-07 [hiroyuki]
19027
19028         * src/inc.h
19029           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
19030           member of Pop3State.
19031         * src/news.c: brought #include "defs.h" before #include <glib.h>
19032           to prevent the warning of `MIN' and `MAX' redefinition.
19033
19034 2001-05-06 [hoa]
19035
19036         * removed src/headers_display.[ch]
19037         * removed src/prefs_display_headers.[ch]
19038         * src/inc.c
19039                 use a temporary file in the user directory for mbox import
19040         * src/news.c
19041                 added XHDR support to get "To" and "Cc" headers
19042                 (in order to match news with to or cc field for
19043                 scoring)
19044                 added function news_parse_xhdr() to get XHDR response
19045         * src/nntp.[ch]
19046                 added function nntp_xhdr()
19047         * src/matcher.c
19048                 fetch the message if necessary
19049
19050 2001-05-06 [alfons]
19051
19052         0.4.66claws3
19053
19054         * sync with sylpheed 0.4.66cvs3-5
19055
19056 2001-05-06 [hoa]
19057
19058         * src/utils.[ch]
19059                 added function itos_buf() to enable use of several buffers
19060         * src/summaryview.c
19061                 use of itos_buf() instead of itos() in summary list
19062                 to fix the broken display of message number.
19063
19064 2001-05-06 [alfons]
19065
19066         * src/gtkstext.c: bug in cursor up navigation fixed,
19067                 fixed another unsigned / signed comparison (we're getting there :-)
19068
19069 2001-05-06 [hoa]
19070
19071         * src/Makefile.am
19072                 added scoring.c scoring.h
19073                 prefs_folder_item.c prefs_folder_item.h
19074                 matcher.c matcher.h
19075         * src/defs.h
19076                 added FOLDERITEM_RC SCORING_RC
19077         * src/folder.[ch]
19078                 added prefs field in FolderItem :
19079                 properties for each folder (PrefsFolderItem),
19080                 sorting type and mode were added as the first properties.
19081         * src/main.c
19082                 read config for scoring
19083         * added src/matcher.[ch]
19084                 gives functions to parse configuration file to do
19085                 matching on mails with a list of conditions.
19086         * src/mainwindow.c
19087                 add option to sort by score
19088         * src/prefs_common.[ch]
19089                 added preference option to show score and for
19090                 the score column size
19091         * added src/prefs_folder_item.[ch]
19092                 properties for each folder (PrefsFolderItem),
19093                 sorting type and mode were added as the first properties.
19094         * src/procheader.[ch]
19095                 added procheader_parse_header()
19096                 added procheader_header_free()
19097                 added procheader_headername_equal()
19098                 and made modification to use them.
19099         * src/procmsg.[ch]
19100                 added score field to MsgInfo structure
19101         * added src/scoring.[ch]
19102                 gives functions to parse configuration file to do
19103                 scoring on mails with a list of conditions.
19104         * src/summaryview.[ch]
19105                 save the sorting type and mode for the folder
19106                 added column to display the score of the mail
19107                 added function summary_score_clicked()
19108                 sorting type and mode are restored to the folder
19109                 when it is reopen
19110         * src/textview.c
19111                 use procheader_parse_header(), procheader_headername_equal()
19112                 removed memory leak in text_scan_header when freeing headers
19113         * src/filter.c
19114                 changed the function to match names of headers
19115                 using procheader_headername_equal()
19116
19117         Scoring functions are implemented, an interface is needed
19118         to configure that.
19119
19120 2001-05-04 [alfons]
19121
19122         * src/gtkstext.c: 
19123                 hopefully fixed the row up navigation bug,
19124                 removed adding back / forward lines to cache
19125
19126 2001-05-04 [sergey]
19127
19128         * src/prefs_display_headers.c: user interface changes:
19129         (prefs_display_headers_create): remove unused "Show" check button;
19130         allow reordering of headers by dragging.
19131         (prefs_display_headers_write_config): remove unused variables.
19132         (prefs_display_headers_set_dialog): do not insert "(New)" at top
19133         of lists (not needed with the new UI).
19134         (prefs_display_headers_set_list): scan lists starting from row 0,
19135         not 1 (do not skip "(New)").
19136         (prefs_display_headers_find_header): new function.
19137         (prefs_display_headers_clist_set_row): do not allow duplicates.
19138         (prefs_display_headers_delete_cb): do not skip row 0; treat
19139         closing the alert window by ESC as "No".
19140         (prefs_display_headers_up): do not protect row 0.
19141         (prefs_display_headers_down): do not protect row 0.
19142
19143 2001-05-04 [sergey]
19144
19145         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
19146         functions.
19147
19148         * src/summaryview.c
19149         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
19150         summary_select_next_marked, summary_select_prev_marked): new
19151         functions.
19152
19153 2001-05-03 [sergey]
19154
19155         * src/news.c: fixed a bug when no article can be fetched after
19156         server timeout if the connection was restored by news_post():
19157         (news_select_group): new function.
19158         (news_fetch_msg): call news_select_group() before fetching
19159         article.
19160         (news_get_uncached_articles): set session->group after successful
19161         GROUP command.
19162
19163 2001-05-03 [hoa]
19164
19165         * src/defs.h
19166         * src/procmsg.[ch]
19167         * src/procheader.c
19168                  changed version of cache, added cc field
19169
19170         * src/prefs_display_headers.c
19171                 the interface was changed
19172
19173         * src/prefs_headers.c
19174                 added cancel button
19175
19176 2001-05-03 [alfons]
19177
19178         * completed sync of sylpheed cvs2
19179         * src/gtkstext.c: updated row up / down cursor navigation
19180         * src/textview.c: re-edited, prepared for fixing the email address
19181                 scanner.
19182
19183 2001-05-03 [darko]
19184
19185         * src/prefs_common.c: use alfons' strftime ui code
19186         entry_datefmt and datefmt_sample widgets have to be
19187         global in this module because of this change
19188
19189 2001-05-03 [hoa]
19190
19191         * src/messageview.c
19192         * src/prefs_common.[ch] added option to activate the return receipt
19193                 feature.
19194
19195 2001-05-02 [alfons]
19196
19197         * src/gtkstext.c: fix for row up/down cursor navigation. 
19198
19199         0.4.66claws2
19200         
19201         * sync with 0.4.66cvs2
19202
19203 2001-05-02 [paul]
19204
19205         added add-sender-to-addressbook patch
19206
19207         * src/addressbook.c
19208         * src/addressbook.h
19209         * src/summaryview.c
19210
19211 2001-05-02 [sergey]
19212
19213         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
19214         G_ALERTDISABLE.
19215
19216         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19217         all existing callers changed to pass FALSE; create a check button
19218         to disable the message.
19219         (alertpanel_message_with_disable): new function.
19220         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19221         (alertpanel_button_toggled): new function.
19222         (alertpanel_button_clicked, alertpanel_close): set value using
19223         G_ALERT_VALUE_MASK.
19224
19225         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19226
19227         * src/prefs_common.c (prefs_privacy_create): new check button
19228         checkbtn_gpgme_warning.
19229
19230         * src/main.c (main): moved preferences reading before gpgme
19231         initialization; check prefs_common.gpgme_warning before giving the
19232         GnuPG warning and set it to FALSE if the user wants to disable the
19233         warning.
19234
19235 2001-05-02 [hiroyuki]
19236
19237         * src/prefs_display_headers.c: modified the layout and some labels.
19238
19239 2001-05-02 [sergey]
19240
19241         * src/prefs_account.c (prefs_account_fix_size): new function.
19242         (prefs_account_create): call prefs_account_fix_size(); use
19243         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19244         size when the window is shown for the first time).
19245         (prefs_account_basic_create): changed layout of serv_table; moved
19246         localmbox_entry above smtpserv_entry (logically it replaces
19247         POP3/IMAP server).
19248         (prefs_account_protocol_activated): set sensitivity of
19249         nntpauth_chkbtn according to the protocol (in addition to
19250         hide/show); commented out gtk_table_set_row_spacing() calls.
19251         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19252         not sensitive (fixes a bug with disabled username/password boxes
19253         when editing POP3 account after NNTP with authentication).
19254
19255 2001-05-02 [hoa]
19256
19257         * src/account.c
19258         * src/inc.c
19259         * src/prefs_account.[ch]
19260         * src/send.c
19261                 removed local account without SMTP server
19262                 added option to use mail command instead of a connexion
19263                 to SMTP server when a local account is used
19264         * src/prefs_headers.c
19265                 fixed a bug
19266         * src/news.c
19267                 fixed a bug when connexion immediately closed
19268
19269 2001-05-01 [alfons]
19270
19271         0.4.66claws1
19272         
19273         * sync with 0.4.65
19274
19275 2001-05-01 [sergey]
19276
19277         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19278         widget nntpauth_chkbtn.
19279         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19280         visibility.
19281         (prefs_account_nntpauth_toggled): new function.
19282
19283         * src/news.c (news_session_new_for_folder): use NNTP
19284         authentication only if ac->use_nntp_auth is set.
19285
19286 2001-05-01 [hoa]
19287
19288         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19289         * src/prefs_display_headers.c changed the UI
19290         * src/prefs_headers.c changed account_name to account_id
19291         * src/compose.c using customheader.h
19292
19293 2001-05-01 [hiroyuki]
19294
19295         * src/esmtp.c
19296           src/news.c
19297           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19298           unsynched.
19299
19300 2001-05-01 [hoa]
19301
19302         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19303         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19304                 for displaying of headers
19305         * src/grouplist_dialog.[ch] minor changes to remove warnings
19306         * src/prefs_display_headers.[ch] dialog to choose the
19307         headers to display in the mail viewer.
19308         * src/headers.h correction of #define
19309         * src/headers_display.[ch] configuration for displaying of headers.
19310         * src/main.c read config of displaying of headers
19311         * src/prefs_common.c add a button to access the config dialog
19312                 for displaying of headers
19313         * src/prefs_display_headers.[ch] dialog for configuration for
19314                 displaying of the headers.
19315         * src/prefs_headers.c cleaning of code
19316         * src/procheader.c comments added to code
19317         * src/textview.c changes to reorder the headers depending
19318                 on the config for displaying of headers
19319
19320 2001-04-30 [alfons]
19321
19322         0.4.65claws7
19323
19324         * sync with 0.4.65cvs12
19325
19326         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19327
19328 2001-04-30 [sergey]
19329
19330         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19331
19332         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19333         is set to force reconnection after authentication failure.
19334         (nntp_gen_command): set sock->auth_failed on authentication
19335         failure, or if sock->userid and sock->passwd are not set.
19336
19337         * src/news.c (news_session_new_for_folder): set userid=NULL if
19338         password dialog is cancelled.
19339
19340 2001-04-30 [sergey]
19341
19342         * src/nntp.h (NNTPSockInfo): new type.
19343
19344         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19345         SockInfo.
19346         (nntp_open_auth, nntp_close): new functions.
19347         (nntp_gen_command): new function to handle authentication; all
19348         NNTP command functions updated to use it.
19349         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19350         (nntp_list): removed old useless code.
19351
19352         * src/news.h (NNTPSession): new field nntp_sock.
19353
19354         * src/news.c: all functions updated to use NNTPSockInfo instead of
19355         SockInfo.
19356         (news_session_new): new arguments (userid, passwd); made static;
19357         use nntp_open_auth() if needed.
19358         (news_session_destroy): use nntp_close() instead of sock_close().
19359         (news_query_password): changed arguments.
19360         (news_session_new_for_folder): new function.
19361         (news_session_get): use news_session_new_for_folder().
19362         (news_authenticate): deleted.
19363         (news_get_uncached_articles): removed old authentication code.
19364
19365 2001-04-30 [sergey]
19366
19367         * src/news.c: reverted my previous changes (need to do NNTP
19368         authentication in a cleaner way).
19369         
19370 2001-04-29 [sergey]
19371
19372         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19373         news_nntp_post, news_nntp_mode): new functions (wrappers with
19374         authentication support).
19375         (news_get_article_cmd, news_get_article, news_get_header): new
19376         argument "folder"; all callers changed.
19377         (news_get_article_cmd): added authentication support.
19378         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19379         (news_post): use news_nntp_post() instead of nntp_post().
19380         (news_get_uncached_articles): use news_nntp_group() instead of
19381         nntp_group() and news_nntp_xover() instead of nntp_xover();
19382         removed old authentication code.
19383         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19384
19385         * src/nntp.c (nntp_list): return real error code instead of
19386         hardcoded NN_ERROR.
19387
19388 2001-04-29 [sergey]
19389
19390         * configure.in: fixed wint_t typedef detection again
19391
19392 2001-04-28 [hoa]
19393
19394         * src/prefs_account.[ch], added A_LOCAL_CMD
19395                 (send mail with mail command)
19396         * src/send.c added function send_message_with_command()
19397         * src/inc.c made a more secure get_spool() function with
19398                 mktemp() but maybe mkstemp() or something more
19399                 secure can be used.
19400
19401 2001-04-28 [alfons]
19402
19403         * src/textview.c, colorization of email addresses in headers
19404
19405         0.4.65claws6
19406
19407         * bug sync with sylpheed
19408         * prefs_common.c: created date format ui for darko
19409         * sync with 0.4.65cvs11
19410         * configure.in: corrected to have the new gpg checks
19411
19412 2001-04-27 [alfons]
19413
19414         * completed sync with 0.4.65cvs10
19415         * minor debug things added to gtkstext.c
19416
19417 2001-04-27 [darko]
19418
19419         * configure.in: remove check for availability of
19420           strftime() as advised by Hiroyuki
19421         * src/prefs_common.[ch], src/procheader.c:
19422           synch strftime() code with Hiroyki's main branch
19423
19424 2001-04-26 [sergey]
19425
19426         * src/news.c: news_query_password(), news_authenticate(): new
19427           functions.
19428           news_get_uncached_articles(): added NNTP authentication
19429           handling.
19430         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19431           new functions.
19432         * src/prefs_account.c: prefs_account_protocol_activated():
19433           enable userid and password fields for NNTP.
19434
19435 2001-04-26
19436
19437         * configure.in: check for availability of strftime()
19438           [darko]
19439         * src/prefs_common.[ch], src/procheader.c: use
19440           strftime() for displaying date in summary pane if it
19441           is available
19442
19443 2001-04-25
19444
19445         * more .cvsignore cleanups [alfons]
19446
19447 2001-04-25
19448
19449         * ac/sv-check-type.m4: new autoconf macro.
19450         * configure.in: fixed wint_t typedef detection (did not work
19451           with gcc-2.96).
19452
19453 2001-04-25
19454
19455         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19456           [hiroyuki]
19457
19458 2001-04-24
19459         * modified gtkstext.c : buggy cursor navigation fixed, 
19460           and font descent also taken in account when drawing
19461           cursor. [alfons]
19462
19463 2001-04-24 [hoa]
19464         * added comments in src/news.c src/nntp.c
19465         * added src/prefs_headers.[ch]
19466         * added src/headers.[ch]
19467         * modified compose.c to activate custom headers
19468                 added function is_in_custom_headers
19469         * modified prefs_account.[ch]
19470                 added function prefs_account_customhdr_edit
19471         * modified src/defs.h :
19472                 added HEADERS_RC : name of the config file
19473                 for the custom headers
19474
19475 2001-04-24
19476
19477     0.4.65claws5
19478
19479         * configure.in
19480           src/gtkstext.[ch]
19481           src/compose.c
19482           src/Makefile.am
19483           
19484           added gtkstext with configure.in patch by Hiroyuki which
19485           should fix the XIM detection [alfons]
19486
19487         * more clean up of cvs [alfons]
19488
19489                  * removed all Makefile.in files to attic.
19490
19491                  * updated all .cvsignores to really ignore things that could
19492                    be unintentionally committed by a recursive commit.
19493
19494 2001-04-23 [hoa]
19495         * added src/grouplist_dialog.[ch]
19496         * changed src/folderview.c to call grouplist_dialog instead
19497                 of inputdialog
19498         * src/news.c :
19499                 added functions news_reset_group_list
19500                 and news_get_group_list
19501         * src/nntp.c :
19502                 added function nntp_list
19503         * src/defs.h :
19504                 added GROUPLIST_FILE : name of the newsgroup list cache file
19505
19506 2001-04-21
19507
19508         * added option to warn about queued messages on exit [sergey]:
19509
19510           * src/compose.c: compose_queue(): call folder_item_scan()
19511             and folderview_update_item() after queueing.
19512           * src/folderview.c: folderview_update_node(): draw the queue
19513             folder in bold font if there are queued messages.
19514           * src/mainwindow.c: queued_messages(): new function.
19515             app_exit_cb(): display warning if there are queued messages
19516             if warn_queued_on_exit is set.
19517           * prefs_common.[ch]: add warn_queued_on_exit option.
19518
19519         * enhanced GnuPG key selection support [sergey]:
19520
19521           * src/select-keys.c: updated to newer version from Win32
19522             branch with support for selecting arbitrary keys.
19523           * src/prefs_account.c: added the Privacy tab to the account
19524             options window.
19525             prefs_account_privacy_create(),
19526             prefs_account_sign_key_set_data_from_radiobtn(),
19527             prefs_account_sign_key_set_radiobtn(): new functions.
19528           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19529           * src/rfc2015.c: set_signers(): new function.
19530             pgp_sign(): add the account parameter, call set_signers().
19531             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19532           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19533           * src/compose.c: pass the current account to rfc2015_sign().
19534
19535         * tag name claws added to prevent confusion with main branch [alfons]
19536
19537         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19538
19539         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19540
19541         * sync with recent sylpheed cvs. Untested though. [alfons]
19542