1b5f4422bd25158d88171513c6889fac85aaba16
[claws.git] / ChangeLog.claws
1 2003-11-10 [christoph]  0.9.6claws73
2
3         * src/mimeview.c
4                 add "Full info" button for bad and warn signature status
5
6         * src/sgpgme.c
7                 generate full signature info like gpg's output
8                 (gpg -v --with-fingerprint --verify)
9
10 2003-11-10 [christoph]  0.9.6claws72
11
12         * src/mimeview.c
13         * src/pgpmime.c
14         * src/privacy.[ch]
15         * src/sgpgme.[ch]
16         * src/textview.[ch]
17                 o add code to view full signature info
18                 o do automatic signature checks
19
20 2003-11-10 [alfons]     0.9.6claws71
21
22         * src/summaryview.c
23                 don't crash when gtkut_font_load() returns invalid font (has
24                 something to do with locale settings)
25                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
26
27 2003-11-09 [alfons]     0.9.6claws70
28
29         * src/procmime.c
30                 plug leak
31
32 2003-11-08 [luke]       0.9.6claws69
33
34         * src/summaryview.c
35                 fix some typos
36
37         * src/compose.c
38                 rewrite compose_attach_parts(), fixing various bugs mainly
39                 to do with re-editing.
40
41         * src/mimeview.c
42                 "save all" now only saves attachments with names/filenames
43
44 2003-11-04 [match]      0.9.6claws68
45
46         * src/ldapctrl.[ch]
47                 fix broken LDAP support.
48
49         * src/ldapquery.c
50                 remove printf's.
51
52 2003-11-04 [luke]       0.9.6claws67
53
54         * src/mimeview.c
55                 o  fixed bug 4 "focus lost on messages with attachments"
56                 o  fixed 'Save all' attachments for new mime changes
57                 o  right clicking on icons consistent with right clicking on
58                    mime tree
59                   - fixes a bug where wrong part is saved when you
60                     choose 'Save as' from popup menu
61                   - fixes bug 308 "No way to "save all" attachments"
62                 o  fixed a compiler warning.
63
64         * src/textview.c
65                 o  removed flickering in mime tree when using "n" and "p"
66                    shortcuts
67                 o  fixed bug where selecting the textview and pressing e.g.
68                    'y' causes sylpheed to respond twice.
69
70         * src/summaryview.c
71                 removed hard coding of * and ! shortcuts (which only served
72                 to cause problems if you tried to redefine the shortcuts)
73
74 2003-11-04 [luke]       0.9.6claws66
75
76         * src/plugins/image_viewer/viewer.c
77         * src/plugins/image_viewer/viewerprefs.c
78         * src/plugins/image_viewer/viewerprefs.glade
79                 o  allow toggling of image scaling by clicking on image
80                 o  respond to image's container widget resize
81
82         * src/procmime.c
83                 o  fix bad parsing of message when re-editing/viewing a
84                    message saved to the drafts folder
85
86 2003-11-02 [match]      0.9.6claws65
87
88         * src/browseldap.h
89                 fix if not building LDAP support.
90         * src/addrindex.c
91         * src/ldapquery.[ch]
92         * src/editldap.h
93                 include support for contains query. feature req 529354.
94
95 2003-11-02 [alfons]     0.9.6claws64
96
97         * src/browseldap.c
98                 fix build bustage if not compiling ldap support
99
100 2003-11-01 [match]      0.9.6claws63
101
102         * po/POTFILES.in
103         * src/Makefile.am
104         * src/addr_compl.[ch]
105         * src/addrbook.c
106         * src/addrcache.[ch]
107         * src/addrdefs.h        ** NEW **
108         * src/addressbook.c
109         * src/addressitem.h
110         * src/addrindex.[ch]
111         * src/addritem.h
112         * src/addrquery.[ch]
113         * src/ldapquery.[ch]
114         * src/ldapserver.[ch]
115                 refactor LDAP query mechanism.
116
117         * src/browseldap.[ch]   ** NEW **
118         * src/ldaplocate.[ch]   ** NEW **
119                 add feature to browse LDAP entry that was retrieved using
120                 an explicit LDAP search.
121
122 2003-11-01 [alfons]     0.9.6claws62
123
124         * src/prefs_gtk.c
125                 prefs_write_param(): fail when we see an invalid type; all the
126                 callers seem to handle this gracefully by reverting changes
127
128 2003-10-30 [christoph]  0.9.6claws61
129
130         * configure.ac
131         * ac/openssl.m4
132         * ac/spamassassin.m4
133         * src/Makefile.am
134                 use extra variables for all libraries to make sure plugins
135                 are only linked with libraries they really need. $LIBS is always
136                 added to the linking parameters, but we only what the libraries
137                 listed in the Makefile
138
139 2003-10-29 [paul]       0.9.6claws60
140
141         * src/mimeview.c
142                 don't use Subject for unknown part name
143
144 2003-10-29 [paul]       0.9.6claws59
145
146         * src/compose.c
147                 get name of attachment(s) when re-editing, fwd'ing or
148                 redirecting
149                 
150         * src/mimeview.c
151                 get name of attachment(s) when saving
152
153 2003-10-29 [hoa]        0.9.6claws58
154
155         * src/textview.c
156                 implemented multipart/alternative in MIME message viewer.
157
158 2003-10-28 [christoph]  0.9.6claws57
159
160         * configure.ac
161                 make sure MathML-Viewer is not built with the
162                 Gtk2 version of GtkMathView
163
164 2003-10-28 [paul]       0.9.6claws56
165
166         * sync with 0.9.7cvs1
167                 see ChangeLog 2003-10-28
168
169 2003-10-27 [alfons]     0.9.6claws55
170
171         * src/matcher_parser_parse.y
172         * src/gtk/colorlabel.c
173                 allow setting color label to 0 in filtering/processing rules
174                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
175
176 2003-10-26 [alfons]     0.9.6claws54
177
178         * src/summary_search.c
179                 fix misnomer and correct selecting initial search node  
180
181 2003-10-26 [christoph]  0.9.6claws53
182
183         * src/pgpmime.c
184         * src/sgpgme.c
185                 change display of signature info to use only name of
186                 signer, otherwise the text gets too long.
187
188         * src/procmime.c
189                 don't use MimeInfo's filename to generate tmp filename
190
191 2003-10-25 [christoph]  0.9.6claws52
192
193         * src/procmime.c
194                 fix message body searching
195
196 2003-10-25 [paul]       0.9.6claws51
197
198         * src/compose.c
199                 use g_basename rather than basename
200
201 2003-10-24 [christoph]  0.9.6claws50
202
203         * src/sgpgme.c
204                 change fetching of signature key's trust
205
206 2003-10-24 [paul]       0.9.6claws49
207
208         * po/sk.po
209                 update Slovak translation
210                 submitted by Andrej Kacian
211                 
212         * src/mainwindow.c
213                 remove unknown menu entry /File/Add mailbox/mbox...
214
215 2003-10-24 [hoa]        0.9.6claws48
216
217         * src/Makefile.am
218                 removed all references to mbox folders
219
220         * src/carray.[ch]               * REMOVED *
221         * src/chash.[ch]                * REMOVED *
222         * src/maillock.[ch]             * REMOVED *
223         * src/mailmbox.[ch]             * REMOVED *
224         * src/mailmbox_folder.[ch]      * REMOVED *
225         * src/mailmbox_parse.[ch]       * REMOVED *
226         * src/mailmbox_types.[ch]       * REMOVED *
227         * src/mbox_folder.[ch]          * REMOVED *
228                 remove implementation of mbox folders
229                 and old mailbox folder.
230                 mbox folder implementation will be added
231                 as a plugin so that implementation can be entirely
232                 synchronized with the files of the project they are
233                 extracted from (libEtPan!).
234         
235         * src/mainwindow.c
236         * src/folder.c
237         * src/folderview.[ch]
238         * src/procmsg.h         
239                 Disable as much code that references mbox folders
240                 as possible.
241                 Some UI thing still need to know that folder is mbox
242                 (when we have to enter the name of the mailbox and
243                 we want to add /var/mail/$USER).
244
245 2003-10-23 [christoph]  0.9.6claws47
246
247         * src/noticeview.c
248                 don't always display button when noticeview is made visible
249
250         * src/mimeview.c
251         * src/pgpmime.c
252         * src/privacy.[ch]
253         * src/sgpgme.[ch]
254                 get signature information from crypto system
255
256 2003-10-22 [paul]       0.9.6claws46
257
258         * po/es.po
259                 updated by Ricardo Mones Lastra
260
261 2003-10-22 [paul]       0.9.6claws45
262
263         * src/Makefile.am
264                 update to reflect the changes to the icons that
265                 happened in 0.9.6claws35
266
267 2003-10-22 [alfons]     0.9.6claws44
268         
269         * src/carray.h
270                 inline carray_count() 
271
272 2003-10-21 [alfons]     0.9.6claws43
273
274         * src/carray.h
275                 glib wrappers
276         * src/carray.c
277                 disable
278         * src/mailmbox.[ch]
279         * src/mailmbox_folder.c
280         * src/mailmbox_parse.c
281         * src/mailmbox_types.[ch]
282                 %s/uint32_t/guint
283
284 2003-10-21 [luke]       0.9.6claws42
285
286         * src/stock_pixmaps.[ch]
287         * src/mimeview.c
288         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
289         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
290                 o remove mime_application_octet_stream.xpm icon (it was never
291                   really needed)
292                 o remove redundant icon messageview_text.xpm
293
294         * src/mainwindow.c
295                 fix visibility of signature noticeview when toggling 'separate
296                 message view'
297
298 2003-10-21 [christoph]  0.9.6claws41
299
300         * src/procmime.c
301                 decode multipart and rfc822 mime parts to allow further
302                 parsing when required
303
304 2003-10-21 [christoph]  0.9.6claws40
305
306         * src/procmime.[ch]
307         * src/textview.c
308                 remove obsolete charset parameter in MimeInfo and fix
309                 TextView to use the charset from the parameter hash table
310
311         * src/plugins/dillo_viewer/Makefile.am
312         * src/plugins/trayicon/Makefile.am
313                 add OPENSSL_CFLAGS to fix building with using
314                 --with-openssl-* parameters
315
316 2003-10-21 [paul]       0.9.6claws39
317
318         * src/prefs_matcher.[ch]
319                 replace remnants of the old, renamed 'Execute' matchtype
320                 add a brief description to the Info window
321
322 2003-10-21 [hoa]        0.9.6claws38
323         
324         * src/Makefile.am
325         * src/carray.[ch]               * NEW *
326         * src/chash.[ch]                * NEW *
327         * src/folder.c
328         * src/maillock.[ch]             * NEW *
329         * src/mailmbox.[ch]             * NEW *
330         * src/mailmbox_folder.[ch]      * NEW *
331         * src/mailmbox_parse.[ch]       * NEW *
332         * src/mailmbox_types.[ch]       * NEW *
333                 implementation of mbox folder with unique message numbers
334
335                 made use of libEtPan! implementation of mbox for lower-layer.
336
337 2003-10-20 [alfons]     0.9.6claws37
338
339         * src/noticeview.c
340                 fix invalid argument warning
341         * src/pgpmime.c
342                 no in place variable
343
344 2003-10-20 [paul]       0.9.6claws36
345
346         * src/compose.[ch]
347           src/filtering.c
348           src/messageview.c
349                 fix crash when using Forward in Filtering when
350                 external editor option is set
351                 
352                 Patch submitted by Simon 'corecode' Schubert
353                 <corecode@corecode.ath.cx> 
354
355 2003-10-20 [paul]       0.9.6claws35
356
357         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
358           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
359           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
360           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
361           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
362           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
363           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
364           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
365           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
366           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
367           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
368           src/mimeview.c
369           src/stock_pixmap.[ch]
370                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
371                 icons. add privacy_warn.xpm icon
372
373 2003-10-20 [hoa]  0.9.6claws34
374
375         * src/folder_item_prefs.[ch]
376         * src/prefs_folder_item.c
377         * src/main.c
378                 Added a property per folder to choose whether we 
379                 want to apply processing on it on startup or if we
380                 prefer to wait the folder selection to apply it.
381         
382         * src/messageview.c
383                 fixed C89 compatibility (for old compilers, for
384                 example gcc 2.95.x).
385
386 2003-10-17 [christoph]  0.9.6claws33
387
388         * src/mimeview.c
389         * src/noticeview.[ch]
390                 change noticeview icon to indicate signature status
391
392 2003-10-17 [christoph]  0.9.6claws32
393
394         * src/Makefile.am
395         * src/main.c
396         * src/mimeview.c
397         * src/noticeview.c
398         * src/pgpmime.[ch]                              ** NEW **
399         * src/privacy.[ch]
400         * src/rfc2015.c
401         * src/sgpgme.c                                  ** NEW **
402                 reimplement PGP/Mime signature checking (unfinished)
403
404 2003-10-15 [christoph]  0.9.6claws31
405
406         * src/procmime.[ch]
407                 fix procmime_get_text_content() and
408                 procmime_get_first_text_content()
409
410 2003-10-15 [christoph]  0.9.6claws30
411
412         * src/plugins/spamassassin/spamassassin_gtk.c
413         * src/plugins/spamassassin/spamassassin_gtk.glade
414                 fix timeout tooltip
415
416 2003-10-15 [paul]       0.9.6claws29
417
418         * src/messageview.c
419                 workaround for buggy smtp servers. on sending a
420                 return receipt strip the name part from the address
421                 when creating headers
422                 
423 2003-10-15 [paul]       0.9.6claws28
424
425         * sync with 0.9.7 release
426                 see ChangeLog 2003-10-15
427
428 2003-10-14 [christoph]  0.9.6claws27
429
430         * src/plugins/clamav/clamav_plugin.c
431                 fix clamav plugin
432
433 2003-10-14 [christoph]  0.9.6claws26
434
435         * src/compose.c
436         * src/mimeview.c
437         * src/procmime.[ch]
438         * src/rfc2015.c
439         * src/textview.c
440         * src/plugins/clamav/clamav_plugin.c
441                 use GNode to create the mime tree (some changes to functions
442                 that traverse the tree are just quick and dirty. Maybe we
443                 can find better solutions with g_node_*-functions)
444
445 2003-10-14 [luke]       0.9.6claws25
446
447         * src/mimeview.c
448                 fix a navigation bug (stupid typo of mine)
449
450 2003-10-14 [christoph]  0.9.6claws24
451
452         * src/textview.c
453                 fix missing last line in plain/text mails
454
455 2003-10-13 [luke]       0.9.6claws23
456
457         * src/summaryview.c
458                 fix bug 334 (part 1)
459
460 2003-10-13 [kov]        0.9.6claws22
461
462         * src/mimeview.c
463                 error checking when the user enters a non-directory at
464                 the file selection dialog.
465                 work-around for users entering directory location without
466                 adding a leading G_DIR_SEPARATOR.
467
468 2003-10-13 [luke]       0.9.6claws21
469
470         * src/compose.c
471                 error reporting for inserting files, including catching
472                 invalid characters for current locale/encoding
473
474 2003-10-13 [paul]       0.9.6claws20
475
476         * src/folderview.c
477                 fix bug #347 'subscribe newsgroups crashes'
478
479 2003-10-13 [paul]       0.9.6claws19
480
481         * src/compose.c
482                 when using 'Reply to all' include the 'send replies
483                 to' folder property
484                 
485         * po/ja.po
486                 update Japanese translation. submitted by Rui Hirokawa 
487                 <rui_hirokawa@ybb.ne.jp>        
488
489 2003-10-13 [hoa]        0.9.6claws18
490
491         * src/account.c
492         * src/compose.c
493         * src/messageview.c
494         * src/procheader.c
495         * src/procheader.h
496                 rename get_header_from_msginfo() into
497                 procheader_get_header_from_msginfo() so that we have a
498                 coherent exported naming.
499                 avoid parsing of header contained in a string via
500                 a newly written temporary file.
501
502         Patch submitted by Simon 'corecode' Schubert
503                 <corecode@corecode.ath.cx>
504
505 2003-10-12 [hoa]        0.9.6claws17
506
507         * src/filtering.c
508         * src/filtering.h
509         * src/matcher.c
510         * src/matcher.h
511         * src/matcher_parser_parse.y
512         * src/prefs_filtering_action.c
513                 added "stop" action : stop applying the filtering rules.
514                 added "set score" and "increase/decrease score" actions.
515                 That two last action replace the "change_score" action
516                 introduced by alfons in 0.8.8claws85.
517                 "set score" is to set a given score to the message.
518                 "increase/decrease score" will increase or decrease the
519                 score if the given value is respectively positive or
520                 negative. If someone find a some better name for this last
521                 rule, it can be modified.
522
523 2003-10-12 [paul]       0.9.6claws16
524
525         * AUTHORS
526           po/ja.po
527                 update Japanese translation. submitted by Rui Hirokawa 
528                 <rui_hirokawa@ybb.ne.jp>
529
530 2003-10-12 [christoph]  0.9.6claws15
531
532         * src/procmime.c
533                 fix crash caused by incorrect headers
534
535 2003-10-10 [christoph]  0.9.6claws14
536
537         * src/main.c
538         * src/privacy.[ch]
539         * src/rfc2015.[ch]
540                 implement detection of signed message parts for rfc2015
541
542 2003-10-10 [thorsten]   0.9.6claws13
543
544         * src/mimeview.c
545                 fix typo
546
547 2003-10-10 [christoph]  0.9.6claws12
548
549         * src/stock_pixmap.[ch]
550         * src/pixmaps/mime_message.xpm                  ** NEW **
551                 add a new icon for mime type "message"
552
553         * src/privacy.[ch]
554         * src/procmime.[ch]
555                 add crypto api
556
557         * src/mimeview.c
558                 o use crypto api
559                 o add icons for message type mime parts
560
561 2003-10-10 [christoph]  0.9.6claws11
562
563         * src/mainwindow.c
564         * src/messageview.[ch]
565         * src/mimeview.[ch]
566         * src/procmime.[ch]
567         * src/procmsg.[ch]
568         * src/rfc2015.c
569         * src/summaryview.c
570         * src/textview.[ch]
571                 o remove switching between TextView and MimeView in MessageView
572                   (if required we can hide the icon box and the MimeView will
573                    look exaxtly like the TextView)
574                 o temporary remove signature and decrypting GPGME code
575
576 2003-10-09 [christoph]  0.9.6claws10
577
578         * src/action.c
579         * src/compose.c
580         * src/messageview.c
581         * src/mimeview.c
582         * src/procmime.[ch]
583         * src/procmsg.c
584         * src/rfc2015.c
585         * src/textview.c
586         * src/common/utils.[ch]
587         * src/plugins/clamav/clamav_plugin.c
588         * src/plugins/dillo_viewer/dillo_viewer.c
589         * src/plugins/image_viewer/viewer.c
590         * src/plugins/mathml_viewer/mathml_viewer.c
591                 new mime parser (several things need fixing)
592
593 2003-10-09 [paul]       0.9.6claws9
594
595         * src/imap.c
596                 a little more sync with 0.9.6cvs2 and a tidy up
597
598 2003-10-08 [paul]       0.9.6claws8
599
600         * sync with 0.9.6cvs2
601                 see ChangeLog 2003-10-03
602
603 2003-10-05 [christoph]  0.9.6claws7
604
605         * src/summaryview.c
606                 don't use flags to check if a message is in a news folder
607
608         (closes Bug 282 clicking on folder with copied Messages from News
609          immediately after having copied them crashes Sylpheed-Claws)
610
611 2003-10-05 [christoph]  0.9.6claws6
612
613         * src/Makefile.am
614         * src/progressdialog.[ch]               ** REMOVE **
615         * src/gtk/Makefile.am
616         * src/gtk/progressdialog.[ch]           ** NEW **
617                 move progressdialog to gtk directory
618
619 2003-10-04 [christoph]  0.9.6claws5
620
621         * src/prefs_toolbar.c
622         * src/gtk/prefswindow.c
623                 remove widget_show_all for pages root widget
624
625         * src/plugins/spamassassin/spamassassin.[ch]
626         * src/plugins/spamassassin/spamassassin_gtk.c
627         * src/plugins/spamassassin/spamassassin_gtk.glade
628                 add support for new libspamc transports
629
630 2003-10-04 [christoph]  0.9.6claws4
631
632         * src/plugins/spamassassin/libspamc.[ch]
633         * src/plugins/spamassassin/spamassassin.c
634         * src/plugins/spamassassin/utils.[ch]
635                 update libspamc to version from SpamAssassin 2.60
636
637 2003-10-03 [christoph]  0.9.6claws3
638
639         * src/send_message.c
640                 fix missing format string bug found by
641                 Georgi Guninski <guninski@guninski.com>
642
643 2003-10-03 [paul]       0.9.6claws2
644
645         * po/zh_CN.po
646                 update Simpilified Chinese translation, submitted by
647                 Hansom Young
648
649 2003-10-02 [christoph]  0.9.6claws1
650
651         * src/imap.c
652                 add UIDPLUS support for COPY and EXPUNGE
653
654 2003-10-02 [paul]       0.9.6claws
655
656         * 0.9.6claws released
657
658 2003-10-02 [paul]
659
660         * po/es.po
661           po/sk.po
662                 update Spanish and Slovak translations
663                 submitted by Ricardo Mones Lastra and Andrej Kacian
664  
665 2003-10-02 [paul]       0.9.5claws43
666
667         * po/en_GB.po
668                 update British English translation
669
670 2003-10-02 [paul]       0.9.5claws42
671
672         * po/hr.po
673                 update Croatian translation, submitted by Dragan
674
675 2003-10-01 [paul]       0.9.5claws41
676
677         * po/pl.po
678           po/sr.po
679                 update Polish and Serbian translations, submitted by
680                 Emil and Urke MMI
681
682 2003-10-01 [melvin]     0.9.5claws40
683
684         * po/fr.po
685                 Updated French translations
686
687 2003-10-01 [melvin]     0.9.5claws39
688
689         * src/prefs_fonts.c
690                 Fixed a Gtk warning
691
692         * src/plugins/dillo_prefs.c     
693                 Quasi unnoticeable UI clean-up.
694
695 2003-10-01 [paul]
696
697         * tools/README
698           tools/maildir2sylpheed.pl
699                 bug fixes, rewrites, submitted by Matthias Förste 
700                 <itsjustme@users.sourceforge.net>
701
702 2003-09-29 [paul]       0.9.5claws38
703
704         * src/inc.c
705                 fix my coding carelessness
706
707 2003-09-29 [paul]       0.9.5claws37
708
709         * po/POTFILES.in
710           src/Makefile.am
711           src/main.c
712           src/prefs_common.[ch]
713           src/prefs_fonts.[ch]  ** NEW FILES **
714                 move Font config options to Other Prefs/Display/Fonts
715                 (user's current configuration is preserved)
716
717 2003-09-29 [paul]       0.9.5claws36
718
719         * src/inc.c
720           src/prefs_account.c
721                 allow 'local_mbox' value to point to either a directory 
722                 (/var/mail -  default, new) or a file (/var/mail/username
723                 - original)
724
725 2003-09-28 [paul]       0.9.5claws35
726
727         * src/rfc2015.c
728                 on signature check, where key exists, print the
729                 Key ID
730
731 2003-09-27 [alfons]     0.9.5claws34
732
733         * src/action.c
734                 o make progress bar not fill/expand when resizing dialog
735                 o use default fixed text font for actions output
736
737 2003-09-27 [paul]       0.9.5claws33
738
739         * src/prefs_common.[ch]
740           src/procmsg.c
741           src/send_message.c
742                 remove External Program settings from Common Prefs/Send
743                 as they are now unnecessary due to Local account settings.
744                 plus a little tidying-up after 0.9.5claws31
745
746 2003-09-27 [paul]       0.9.5claws32
747
748         * src/prefs_account.c
749                 o make correction to gui text:
750                   'Local mailbox file' -> 'Local mailbox directory'
751                 o give 'local_mbox' option a reasonable default value:
752                   '/var/mail'
753                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
754                   value
755
756 2003-09-26 [paul]       0.9.5claws31
757
758         * src/inc.c
759           src/prefs_common.[ch]
760                 remove 'Incorporate from spool' common pref,
761                 force creation of a 'Local' account
762
763 2003-09-26 [christoph]  0.9.5claws30
764
765         * src/folder.c
766         * src/msgcache.c
767                 add more NULL pointer checks
768
769 2003-09-25 [christoph]  0.9.5claws29
770
771         * src/folder.c
772                 o don't fetch source message to get it's message id
773                 o immediately scan dest folder when copying a message did not
774                   return a new message number and not do it when the first message
775                   without a new message number is found
776
777 2003-09-23 [christoph]  0.9.5claws28
778
779         * src/compose.c
780                 fix generating of headers
781
782         (patch by David Relson <relson@osagesoftware.com>)
783
784 2003-09-23 [paul]       0.9.5claws27
785
786         * po/zh_CN.po
787                 update Simplified Chinese translation. submitted by
788                 Hansom Young
789
790 2003-09-23 [paul]       0.9.5claws26
791
792         * tools/Makefile.am
793           tools/README
794           tools/vcard2xml.py    ** NEW FILE **
795                 add a script that converts an evolution vcard to
796                 sylpheed's xml format
797                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
798
799 2003-09-22 [paul]       0.9.5claws25
800
801         * src/plugins/clamav/clamav_plugin.c
802                 don't skip MULTIPART parts
803
804 2003-09-21 [christoph]  0.9.5claws24
805
806         * src/alertpanel.c
807                 remove unneeded include
808
809         * src/folder.c
810                 clean up copy/move mess with duplicated code
811
812         * src/imap.c
813                 fix problem that sometimes the folder was not scanned
814                 also it was changed
815
816 2003-09-21 [christoph]  0.9.5claws23
817
818         * src/Makefile.am
819         * src/logwindow.[ch]                    ** REMOVE **
820         * src/mainwindow.c
821         * src/prefs_common.c
822         * src/gtk/Makefile.am
823         * src/gtk/logwindow.[ch]                ** ADD **
824                 make logwindow prefs_common independent and move
825                 it to gtk directory
826
827 2003-09-20 [christoph]  0.9.5claws22
828
829         * src/compose.c
830                 add extra space for address code conversion
831                 (4 * unconvered size could be too small for short headers)
832
833 2003-09-20 [christoph]  0.9.5claws21
834
835         * src/compose.c
836                 increase temp buffer size when writing headers
837
838 2003-09-19 [darko]      0.9.5claws20
839
840         * src/compose.c
841                 don't ignore value of 'Save copy of outgoing messages to
842                 this folder instead of Sent' in message redirect
843
844 2003-09-17 [christoph]  0.9.5claws19
845
846         * src/compose.c
847                 use ", " as address seperator for mail headers and pass whole
848                 header line at once to compose_convert_header to make sure
849                 it is correctly folded
850
851         (closes Bug 64 Problem when sending to many recipients)
852
853 2003-09-17 [hoa]        0.9.5claws18
854         
855         * src/matcher.[ch]
856           src/matcher_parser_parse.y
857           src/prefs_matcher.c
858                 changed the keyword used for command execution in condition
859                 keyword is changed from "execute" to "test"
860                 so that it is not the same as the one used for action.
861                 This will fix a bug when using filtering dialog.
862                 All semantic in the code is also changed to reflect
863                 the keyword change.
864
865 2003-09-17 [paul]
866         
867         * sync with 0.9.6 release
868
869 2003-09-17 [paul]       0.9.5claws17
870
871         * sync with 0.9.5cvs8
872                 see ChangeLog 2003-09-16 and 2003-09-17
873
874 2003-09-16 [paul]       0.9.5claws16
875
876         * sync with 0.9.5cvs6
877                 see ChangeLog 2003-09-16
878
879 2003-09-15 [paul]       0.9.5claws15
880
881         * sync with 0.9.5cvs5
882                 see ChangeLog 2003-09-15
883
884 2003-09-14 [alfons]     0.9.5claws14
885
886         * src/inc.c
887                 make "Go to inbox after receiving new mail" again;
888                 regression of a sync, restored to sylpheed main 
889                 behaviour. (misses still some bits)
890
891 2003-09-14 [alfons]     0.9.5claws13
892
893         * src/prefs_filtering_action.c
894                 o add proper message if empty execute command line
895                 o don't select first action item after registering a
896                   new action to prevent (what seems to be a GTK) bug
897                   #36, "filtering will only accept one action change 
898                   per invocation".
899
900 2003-09-14 [alfons]     0.9.5claws12
901
902         * src/prefs_filtering.c
903         * src/prefs_filtering_action.c
904         * src/prefs_matcher.c
905                 fix function signature for key_pressed_event signal handlers
906
907 2003-09-14 [alfons]     0.9.5claws11
908
909         * src/mainwindow.c
910                 fix regression caused by fix for invalid bug #7
911                 (should fix #246, "Multiple selections are deselected when 
912                 moving from search window to main window")
913                 
914 2003-09-14 [alfons]     0.9.5claws10
915         
916         * src/actions.[ch]
917         * src/filtering.[ch]
918         * src/prefs_actions.c
919                 allow `filtering actions` in actions; only for advanced users
920                 right now: try for example, "%as{mark color 2}" 
921         
922 2003-09-13 [paul]       0.9.5claws9
923         
924         * po/pl.po
925           po/zh_CN.po   ** NEW FILE **
926                 update Polish translation, submitted by Emil 
927                 <eminowbl@posejdon.wpk.p.lodz.pl>
928                 add new Simplified Chinese translation, submitted by
929                 Hansom Young <hansom_young@yahoo.com>
930
931 2003-09-12 [alfons]     0.9.5claws8
932
933         * src/summaryview.c
934                 don't open separate message views when View | Separate message view
935                 is active 
936                 (please look carefully for any navigation regressions)
937
938 2003-09-11 [alfons]     0.9.5claws7
939
940         * src/mainwindow.c
941                 make default message view, opened by View | Separate message 
942                 view, look like a claws message view (which includes a menu
943                 bar and a toolbar)
944                 (fixes bug #298, "message view loses tool bar") 
945
946 2003-09-11 [christoph]  0.9.5claws6
947
948         * src/folderview.c
949                 fix double deleting of newsgroup folders
950
951         (closes Bug 305 crash after deleting of a newsgroup)
952
953 2003-09-11 [paul]       0.9.5claws5
954
955         * src/rfc2015.c
956           src/common/utils.h
957                 more sync'ing from 0.9.5cvs2
958
959 2003-09-11 [christoph]  0.9.5claws4
960
961         * src/compose.c
962         * src/rfc2015.c
963         * src/common/utils.h
964                 fix sync with 0.9.5cvs2
965
966 2003-09-11 [paul]       0.9.5claws3
967
968         * sync with 0.9.5cvs4
969                 see ChangeLog 2003-09-11
970
971 2003-09-11 [paul]       0.9.5claws2
972
973         * sync with 0.9.5cvs2
974                 see ChangeLog 2003-09-05
975                 
976 2003-09-11 [paul]       0.9.5claws1
977
978         * sync with 0.9.5cvs3
979                 see ChangeLog 2003-09-10
980
981 2003-09-10 [paul]       0.9.5claws
982
983         * 0.9.5claws released
984
985 2003-09-10 [paul]       0.9.4claws78
986
987         * src/Makefile.am
988                 add missing files
989
990 2003-09-10 [melvin]     0.9.4claws77
991
992         * po/fr.po
993                 Updated French translations
994
995 2003-09-10 [paul]       0.9.4claws76
996
997         * po/es.po
998           po/sk.po
999           po/sr.po
1000                 update Spanish, Slovak, and Serbian translations.
1001                 submitted by Ricardo Mones Lastra, Andrej Kacian,
1002                 and Urke MMI
1003                 
1004         * AUTHORS
1005                 add translation team section
1006
1007 2003-09-09 [christoph]  0.9.4claws75
1008
1009         * src/folder.c
1010                 free item->prefs in folder_item_destroy
1011
1012 2003-09-09 [alfons]     0.9.4claws74
1013
1014         * src/folderview.c
1015                 o proper check for root node sorting
1016                 o remove unnecessary gtk_ctree_remove_node 
1017
1018         (should fix bug #300, "crash while moving folder")      
1019
1020 2003-09-08 [christoph]  0.9.4claws73
1021
1022         * src/folderview.c
1023                 o fix double adding of IMAP FolderItems to GtkCTree
1024                 o fix crash then mbox folder is removed
1025
1026 2003-09-08 [christoph]  0.9.4claws72
1027
1028         * src/folder.c
1029         * src/folderview.c
1030         * src/mainwindow.c
1031                 fix new folder notification
1032
1033         * src/mbox_folder.c
1034                 fix cache path
1035
1036 2003-09-08 [christoph]  0.9.4claws71
1037
1038         * src/compose.c
1039                 replace '\n' and '\r' before removing trailing spaces
1040
1041         * src/folder.[ch]
1042         * src/folderview.c
1043                 add information about new or removed items in folder tree change
1044                 notification and use this in folderview to add and remove only
1045                 the appected items and not refresh the whole tree
1046
1047 2003-09-07 [match]      0.9.4claws70
1048
1049         * src/Makefile.am
1050         * src/addr_compl.c
1051         * src/addressbook.c
1052         * src/addressitem.h
1053         * src/addrindex.c
1054         * src/addritem.c
1055         * src/addritem.h
1056         * src/addrquery.c                       ** NEW **
1057         * src/addrquery.h
1058         * src/ldapquery.c
1059         * src/ldapserver.c
1060         * src/stock_pixmap.c
1061         * src/stock_pixmap.h
1062         * src/pixmaps/address_search.xpm        ** NEW **
1063                 re-introduce Lookup button for LDAP 'static' searches.
1064
1065 2003-09-07 [alfons]     0.9.4claws69
1066         
1067         * src/summaryview.c
1068                 abandon setting usize for messageview because it gives layout problems
1069                 with the quick search bar and the headerview; fixes assorted UI glitches:
1070                 
1071                 o bug #148, "Toggling of quick-search bar reduces index view area" 
1072                 o bug #280, "Window resiizes for line length but does not revert"
1073
1074 2003-09-07 [christoph]  0.9.4claws68
1075
1076         * src/compose.c
1077                 o make sure we don't have any newlines in header values
1078                 o check custom headers for spaces and newlines and ignore
1079                   malformed header names
1080
1081 2003-09-06 [christoph]  0.9.4claws67
1082
1083         * src/folder.c
1084         * src/folderview.c
1085                 invoke notification hook for folder tree changes after append
1086                 and remove folder
1087
1088         (closes Bug 294 Crash while moving folder with many subdirectories)
1089
1090 2003-09-06 [christoph]  0.9.4claws66
1091
1092         * src/folder.c
1093                 destroy folder's MsgCache if FolderItem is removed to make sure
1094                 it is not saved when the FolderItem is destroyed
1095
1096 2003-09-06 [christoph]  0.9.4claws65
1097
1098         * src/plugins/clamav/clamav_plugin.c
1099                 fix copy & paste bug
1100
1101 2003-09-05 [christoph]  0.9.4claws64
1102
1103         * src/folder.c
1104         * src/messageview.[ch]
1105         * src/procmsg.[ch]
1106         * src/summaryview.c
1107                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
1108                 by MessageView to clear it when the message is deleted. Should
1109                 work even if messages are deleted in MainWindow or by
1110                 processing.
1111
1112 2003-09-05 [alfons]     0.9.4claws63
1113
1114         * src/messageview.c
1115                 deleting a message in a message view frees its msginfo, make 
1116                 messageview_update_all() aware of that (should fix bug #293,
1117                 "deleting message caused crash")
1118
1119 2003-09-05 [melvin]     0.9.4claws62
1120
1121         * src/action.c
1122                 Improve synchronous action exit code (fixes 
1123                 a ~5 seconds delay after action exit on RedHat 9)
1124
1125 2003-09-04 [christoph]  0.9.4claws61
1126
1127         * src/compose.c
1128         * src/rfc2015.c
1129         * src/common/utils.[ch]
1130                 add util function to create mime boundary and use it
1131                 in compose and gpg code
1132
1133 2003-09-04 [alfons]     0.9.4claws60
1134
1135         * src/folder.c
1136                 source folder item's GNode should already have been freed in 
1137                 a previous call to src->folder->klass->remove_folder()
1138                 (should fix bug #287, "crash when moving folders")
1139
1140 2003-09-03 [thorsten]   0.9.4claws59
1141
1142         * src/plugins/spamassassin/spamassassin_gtk.c
1143                 fix compile error
1144
1145 2003-09-03 [christoph]  0.9.4claws58
1146
1147         * src/plugins/spamassassin/spamassassin.[ch]
1148         * src/plugins/spamassassin/spamassassin_gtk.c
1149                 add timeout config option
1150
1151 2003-09-03 [paul]       0.9.4claws57
1152
1153         * po/sk.po      ** NEW FILE **
1154                 add Slovak translation. Submitted by Andrej Kacian 
1155                 <andrej@kacian.sk>
1156
1157 2003-09-03 [paul]       0.9.4claws56
1158
1159         * src/plugins/clamav/clamav_plugin_gtk.c
1160                 gui tweaks: replace a label with a tooltip, modify the
1161                 text, use gtk_check_button_new(); instead of
1162                 gtk_check_button_new_with_label("");
1163
1164 2003-09-02 [alfons]     0.9.4claws55
1165
1166         * src/gtk/filesel.c
1167                 remember last used dir when attaching multiple files (should fix
1168                 bug #290, "Attach File does not remember directory")
1169
1170 2003-09-01 [paul]       0.9.4claws54
1171
1172         * po/es.po
1173                 updated by Ricardo Mones Lastra
1174
1175 2003-09-01 [alfons]     0.9.4claws53
1176
1177         * src/gtk/gtkaspell.[ch]
1178                 be pedantic and strict and use const gchar * instead of guchar *
1179
1180 2003-09-01 [alfons]     0.9.4claws52
1181
1182         * src/mainwindow.c
1183         * src/summaryviewc.
1184                 re-enable Save As when multiple messages are selected
1185
1186 2003-09-01 [paul]       0.9.4claws51
1187
1188         * src/textview.c
1189                 g_free(trimmed_uri);
1190
1191 2003-09-01 [paul]       0.9.4claws50
1192
1193         * sync with 0.9.4cvs13
1194                 see ChangeLog 2003-09-01
1195
1196 2003-09-01 [paul]       0.9.4claws49
1197
1198         * src/textview.c
1199                 trim uri before sending to the statusbar
1200                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1201                 in the message window causes main S-C window to enlarge 
1202                 past screen edges'
1203
1204 2003-09-01 [paul]       0.9.4claws48
1205
1206         * sync with 0.9.4cvs12
1207                 see ChangeLog 2003-09-01
1208
1209 2003-08-30 [christoph]  0.9.4claws47
1210
1211         * src/compose.c
1212         * src/folder_item_prefs.[ch]
1213         * src/prefs_folder_item.c
1214         * src/gtk/gtkaspell.[ch]
1215                 commit per folder dictionary patch by
1216                 Paul Evans <nerd@freeuk.com>
1217
1218 2003-08-30 [christoph]  0.9.4claws46
1219
1220         * src/plugins/spamassassin/spamassassin_gtk.c
1221         * src/plugins/spamassassin/spamassassin_gtk.glade
1222                 reduce GUI clutter by placing hints into tooltips
1223
1224 2003-08-30 [paul]       0.9.4claws45
1225
1226         * src/compose.c
1227                 add 'Content-Disposition: inline' to a text/plain
1228                 part when using PGP/MIME signing
1229
1230 2003-08-30 [paul]       0.9.4claws44
1231
1232         * src/prefs_common.c
1233           src/prefs_spelling.c
1234           src/prefs_spelling.glade
1235                 reduce GUI clutter by placing hints into tooltips
1236
1237 2003-08-29 [christoph]  0.9.4claws43
1238
1239         * configure.ac
1240                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1241
1242         * src/stock_pixmap.c
1243                 change unecessary warning into a debug message
1244
1245         * src/plugins/clamav/Makefile.am
1246                 Fix error "-I$(CLAMAV_LIBS)"
1247
1248 2003-08-29 [christoph]  0.9.4claws42
1249
1250         * intl/Makefile.in
1251         * src/Makefile.am
1252         * src/matcher.h
1253         * src/common/Makefile.am
1254         * src/common/passcrypt.c
1255                 commit fixes and patches for some of the IRIX problems found by
1256                 Ivan Rayner <ivanr@sgi.com>
1257
1258 2003-08-29 [paul]       0.9.4claws41
1259
1260         * src/prefs_filtering.c
1261                 add 'Top' and 'Bottom' buttons, based on changes in
1262                 src/prefs_filter.c in 0.9.4cvs11.
1263
1264 2003-08-27 [christoph]  0.9.4claws40
1265
1266         * src/folderview.c
1267                 fix bug that the current summary settings were copied to the
1268                 wrong folder item, when the folder item prefs are opened.
1269                 Copying is not required because summary settings and
1270                 folder_item_prefs do not contain the same settings
1271
1272 2003-08-27 [thorsten]   0.9.4claws39
1273
1274         * src/imap.c
1275                 fix compile error
1276
1277 2003-08-26 [paul]       0.9.4claws38
1278
1279         * sync with 0.9.4cvs9
1280                 see ChangeLog 2003-08-26
1281
1282 2003-08-25 [paul]       0.9.4claws37
1283
1284         * sync with 0.9.4cvs8
1285                 see ChangeLog 2003-08-25
1286
1287 2003-08-24 [christoph]  0.9.4claws36
1288
1289         * src/prefs_filtering.c
1290                 shouldn't remove items from a GSList while iterating over the
1291                 list (makes cur invalid and cur->next not accessable)
1292
1293         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1294          crashed)
1295
1296 2003-08-23 [christoph]  0.9.4claws35
1297
1298         * src/news.c
1299                 news folders should be scanned when opened
1300
1301 2003-08-22 [christoph]  0.9.4claws34
1302
1303         * src/prefs_folder_item.c
1304                 use macro to assign strings that always frees the old string
1305
1306         * src/gtk/gtkaspell.[ch]
1307                 add gtkaspell_set_dictionary_menu_active_item() to set active
1308                 item in dictionary option menu
1309
1310         * src/prefs_spelling.c
1311                 use gtkaspell_set_dictionary_menu_active_item() to select
1312                 dictionary
1313
1314 2003-08-21 [christoph]  0.9.4claws33
1315
1316         * src/folder.[ch]
1317         * src/imap.c
1318         * src/mbox_folder.c
1319         * src/mh.c
1320         * src/news.c
1321                 optimize folder system
1322
1323         * src/gtk/gtkstext.c
1324                 fix division by zero when font has 0 width for ' '
1325
1326 2003-08-21 [paul]       0.9.4claws32
1327
1328         * sync with 0.9.4cvs7
1329                 see ChangeLog 2003-08-20
1330
1331 2003-08-19 [paul]       0.9.4claws31
1332
1333         * src/common/defs.h
1334                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1335                 SYLDOC_FAQ_HTML_INDEX.
1336         * src/manual.c
1337                 use LC_MESSAGES instead of LC_ALL to find the current
1338                 language
1339
1340           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1341
1342 2003-08-19 [paul]       0.9.4claws30
1343
1344         * po/bg.po
1345                 updated by George Danchev
1346
1347 2003-08-18 [luke]       0.9.4claws29
1348         * src/mimeview.[ch]
1349         * src/gtk/gtkvscrollbutton.[ch]
1350                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1351                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1352                 o removed horizontal separator between icons
1353
1354 2003-08-17 [christoph]  0.9.4claws28
1355
1356         * src/procmsg.c
1357                 no subject threading when the subject has no reply prefix
1358
1359 2003-08-16 [christoph]  0.9.4claws27
1360
1361         * src/mainwindow.c
1362                 remember and restore window sizes and position when the main
1363                 window is hidden or shown
1364
1365         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1366          minimised/reopened using trayicon)
1367
1368 2003-08-16 [paul]       0.9.4claws26
1369
1370         * src/crash.c
1371                 add #include "defs.h"
1372
1373 2003-08-16 [paul]       0.9.4claws25
1374
1375         * src/plugins/clamav/clamav_plugin.c
1376                 reword a debug_print
1377                 
1378         * src/plugins/dillo_viewer/dillo_prefs.c
1379                 cosmetic: change the labels' text, add tooltips, and
1380                 left-align the hint
1381
1382 2003-08-15 [christoph]  0.9.4claws24
1383
1384         * src/news.c
1385                 complete last change (forgot some changes)
1386
1387 2003-08-15 [christoph]  0.9.4claws23
1388
1389         * src/news.c
1390                 o check number of messages and don't return a 0 message
1391                   when no messages are available
1392                 o don't parse xref header anymore
1393
1394         (closes Bug 203 I'm not getting any news)
1395
1396 2003-08-15 [paul]       0.9.4claws22
1397
1398         * src/common/defs.h
1399           src/crash.c
1400                 update and define claws bugzilla location
1401
1402 2003-08-15 [paul]       0.9.4claws21
1403
1404         * po/ru.po
1405                 update submitted by Ruslan N. Balkin
1406
1407 2003-08-14 [christoph]  0.9.4claws20
1408
1409         * src/procmsg.c
1410                 fix search for oldest node in subject threading
1411
1412 2003-08-14 [christoph]  0.9.4claws19
1413
1414         * src/procmsg.c
1415         * src/common/utils.h
1416                 add possibility to check all nodes with the same subject for
1417                 subject threading, not only the oldest node. Should not break
1418                 threads anymore if the oldest node is thread_by_subject_max_age
1419                 days older then parent, because it can now find a child of
1420                 oldest node as new parent.
1421
1422 2003-08-11 [christoph]  0.9.4claws18
1423
1424         * src/plugins/spamassassin/spamassassin.c
1425                 run spam check in background process
1426
1427 2003-08-10 [alfons]     0.9.4claws17
1428
1429         * src/summaryview.c
1430                 make `Select All' sensitive too
1431
1432 2003-08-10 [christoph]  0.9.4claws16
1433
1434         * src/imap.c
1435                 add more checks in imap_close
1436
1437 2003-08-09 [alfons]     0.9.4claws15
1438
1439         * src/prefs_spelling.c
1440                 no spell checking UI if not requested
1441
1442 2003-08-09 [alfons]     0.9.4claws14
1443
1444         * src/gtk/prefswindow.c
1445                 make it compile
1446
1447 2003-08-09 [christoph]  0.9.4claws13
1448
1449         * src/prefs_spelling.c
1450         * src/gtk/prefswindow.[ch]
1451         * src/plugins/clamav/clamav_plugin_gtk.c
1452         * src/plugins/spamassassin/spamassassin_gtk.c
1453                 sort prefs pages by heighest weight in tree
1454
1455 2003-08-09 [paul]       0.9.4claws12
1456
1457         * sync with 0.9.4cvs6
1458                 see ChangeLog 2003-08-07
1459                 
1460         * AUTHORS
1461                 add Leandro and Luke to claws-branch section
1462
1463 2003-08-09 [christoph]  0.9.4claws11
1464
1465         * src/gtk/Makefile.am
1466         * src/gtk/colorsel.[ch]                 ** NEW **
1467                 create a color selection dialog that can be used as a simple
1468                 function call with it's own gtk main loop like filesel.[ch]
1469
1470         * src/Makefile.am
1471         * src/main.c
1472         * src/prefs_common.c
1473         * src/prefs_spelling.[ch]               ** NEW **
1474         * src/prefs_spelling.glade              ** NEW **
1475         * src/gtk/gtkutils.[ch]
1476                 move "Spell Checker" prefs to new prefs dialog
1477
1478         * src/prefs_folder_item.c
1479                 use new colorsel dialog
1480
1481 2003-08-08 [paul]       0.9.4claws10
1482
1483         * src/inc.c
1484                 clear the progress bar unconditionally
1485
1486 2003-08-08 [paul]       0.9.4claws9
1487
1488         * sync with 0.9.4cvs4
1489                 see ChangeLog 2003-07-31
1490
1491 2003-08-07 [christoph]  0.9.4claws8
1492
1493         * configure.ac
1494                 fix bug in image viewer plugin part
1495
1496         * src/imap.c
1497                 don't execute close command if the folder item is not selected
1498
1499 2003-08-07 [hoa]        0.9.4claws7
1500
1501         * src/filtering.[ch]
1502         * src/matcher_parser.h
1503         * src/matcher_parser_parse.y
1504                 can define several actions for each filtering rule
1505                 can import old versions of filtering rules
1506
1507         * src/prefs_filtering.c
1508                 call to a new dialog box to define actions
1509
1510         * src/prefs_filtering_action.[ch]
1511                 dialog box to define actions for filtering rules
1512
1513 2003-08-06 [christoph]  0.9.4claws6
1514
1515         * src/imap.c
1516                 make sure source folder is selected when copying messages
1517
1518 2003-08-06 [christoph]  0.9.4claws5
1519
1520         * sync with 0.9.4cvs2
1521                 see ChangeLog 2003-07-29                
1522
1523 2003-08-05 [paul]       0.9.4claws4
1524
1525         * sync with 0.9.4cvs3
1526                 see ChangeLog 2003-07-30
1527
1528 2003-08-04 [match]      0.9.4claws3
1529
1530         * po/POTFILES.in
1531                 export of LDIF files.
1532
1533 2003-08-04 [match]      0.9.4claws2
1534
1535         * src/ldif.[ch]
1536                 support for export LDIF. documented.
1537         * src/importldif.[ch]
1538         * src/exportldif.[ch]
1539                 add tooltips. documented.
1540         * src/exphtmldlg.[ch]
1541         * src/common/xmlprops.[ch]
1542                 documented.
1543         * src/exportldif.[ch]                   ** NEW **
1544         * src/expldifdlg.[ch]                   ** NEW **
1545         * src/addressbook.[ch]
1546         * src/Makefile.am
1547                 export of LDIF files.
1548                 documented.
1549
1550 2003-08-04 [christoph]  0.9.4claws1
1551
1552         * .cvsignore
1553         * Makefile.am
1554         * configure.ac
1555         * sylpheed-claws.pc.in                  ** NEW **
1556         * src/Makefile.am
1557         * src/common/Makefile.am
1558         * src/gtk/Makefile.am
1559                 install sylpheed header files in $(pkgincludedir) and create a
1560                 pkg-config file to allow building a plugin without the source
1561                 package
1562
1563 2003-08-04 [paul]       0.9.4claws
1564
1565         * version 0.9.4claws
1566
1567 2003-08-04 [paul]       0.9.3claws97
1568
1569         * po/es.po
1570                 update Spanish translation. Submitted by Ricardo
1571                 Mones Lastra.
1572
1573 2003-08-03 [paul]       0.9.3claws96
1574
1575         * po/hr.po
1576           po/sr.po
1577                 update Croatian and Serbian translations. Submitted by
1578                 Dragan and Urke MMI respectively
1579
1580 2003-08-03 [alfons]     0.9.3claws95
1581
1582         * src/summaryview.c
1583                 mark flag has precedence over important flag - seems
1584                 to have been changed in sync of 0.9.3claws45. this fixes
1585                 a regression where messages that were scored as important
1586                 don't show their mark flags. (using the same column for
1587                 both importance as mark flags is the real problem
1588                 ofcourse)
1589
1590 2003-08-03 [melvin]     0.9.3claws94
1591
1592         * po/fr.po
1593                 Updated French translations.
1594
1595 2003-08-03 [melvin]     0.9.3claws93
1596
1597         * src/Makefile.am
1598                 Fixed typo introduced after 0.9.3claws92 
1599                 that prevented compilation
1600                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1601                 CPPFLAGS and YFLAGS to allow user setting these.
1602         * src/common/Makefile.am
1603         * src/gtk/Makefile.am
1604         * src/plugins/clamav/Makefile.am
1605         * src/plugins/demo/Makefile.am
1606         * src/plugins/dillo_viewer/Makefile.am
1607         * src/plugins/image_viewer/Makefile.am
1608         * src/plugins/mathml_viewer/Makefile.am
1609         * src/plugins/spamassassin/Makefile.am
1610         * src/plugins/trayicon/Makefile.am
1611         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1612                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1613                 CPPFLAGS and YFLAGS to allow user setting these.
1614
1615 2003-08-02 [christoph]  0.9.3claws92
1616
1617         * configure.ac
1618                 o rearrange plugin tests
1619                 o add test for clamav.h to ClamAV tests
1620
1621 2003-08-02 [luke]       0.9.3claws91
1622
1623         * src/mimeview.c
1624                 o fixed appearance of icon list when toggling back from the 
1625                   ctree
1626                 o toggling of icons using the keyboard works correctly
1627                 o fixed all other keyboard shortcuts to work when icons are
1628                   active
1629         
1630         * src/messageview.c
1631                 o fixed bug 4 - focus lost when changing messageview view type
1632
1633 2003-08-02 [christoph]  0.9.3claws90
1634
1635         * src/common/hooks.c
1636                 fix crash when pointer stored in hash table could get invalid
1637                 when a plugin is unloaded
1638
1639 2003-08-01 [christoph]  0.9.3claws89
1640
1641         * configure.ac
1642                 o try to build all plugins (except spamassassin) by default
1643                 o don't build a plugin if a dependency check fails
1644
1645         * src/common/hooks.c
1646                 fix warning
1647
1648 2003-08-01 [match]      0.9.3claws88
1649
1650         * src/importldif.c
1651                 allow single click field selection. document code.
1652
1653 2003-08-01 [christoph]  0.9.3claws87
1654
1655         * src/plugins/clamav/clamav_plugin.c
1656         * src/plugins/clamav/clamav_plugin_gtk.c
1657         * src/plugins/dillo_viewer/dillo_viewer.c
1658         * src/plugins/image_viewer/plugin.c
1659         * src/plugins/mathml_viewer/mathml_viewer.c
1660         * src/plugins/spamassassin/spamassassin.c
1661         * src/plugins/spamassassin/spamassassin_gtk.c
1662         * src/plugins/trayicon/trayicon.c
1663                 add version check to all plugins
1664
1665 2003-08-01 [hoa]        0.9.3claws86
1666
1667         * src/prefs_filtering.c
1668                 fixed a cosmetic bug, during creation of dialog box,
1669                 wrong widgets were shown after creation.
1670
1671 2003-08-01 [luke]       0.9.3claws85
1672
1673         * src/mainwindow.c
1674                 o fixed visibility of icons/mimeview after toggling separate
1675                   message/folder view (factored out some similar code too).
1676
1677
1678 2003-07-31 [alfons]     0.9.3claws84
1679
1680         * src/mimeview.c
1681                 tweak icon box UI a bit more, now allowing right-clicks actions
1682                 getting the relevant mime data too; should fix #250, "Can't save 
1683                 attachments sometimes".
1684
1685 2003-07-30 [alfons]     0.9.3claws83
1686
1687         * src/compose.c
1688                 don't do auto-save-draft inside key press handler, but rather
1689                 schedule it half of a second later; should fix #67, "autosave 
1690                 make re-rediting message crazy"
1691
1692 2003-07-30 [christoph]  0.9.3claws82
1693
1694         * src/plugins/trayicon/trayicon.c
1695                 process pending events before unloading the plugin
1696
1697         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1698
1699 2003-07-30 [alfons]     0.9.3claws81
1700
1701         * src/common/hooks.c
1702                 parameter 2 of g_hook_destroy() should really be a hook id
1703
1704 2003-07-30 [alfons]     0.9.3claws80
1705
1706         * src/common/plugin.c
1707                 fix a possibly harmful function signature mismatch 
1708                 for plugin_done
1709
1710 2003-07-30 [alfons]     0.9.3claws79
1711
1712         * src/common/hooks[.ch]
1713                 const correctness
1714
1715 2003-07-30 [darko]      0.9.3claws78
1716
1717         * src/summaryview.c
1718                 make it compile again
1719
1720 2003-07-30 [luke]       0.9.3claws77
1721
1722         * src/crash.c
1723         * src/main.c
1724                 o added/moved signal handlers for SIGTERM (normal kill command) 
1725                   and SIGINT (ctl-c) to be used even without 
1726                   --enable-crash-dialog, fixing bug 166
1727
1728         * src/summaryview.c
1729                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1730                   bug 227
1731
1732         * src/mainwindow.c
1733                 o changed sensitivity condition for 'Next new' and 'Next 
1734                   unread', fixing bug 8
1735
1736 2003-07-29 [alfons]     0.9.3claws76
1737
1738         * src/common/utils.[ch]
1739                 add generate_msgid()
1740         * src/messageview.c
1741                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1742                 sent folder".
1743
1744 2003-07-29 [alfons]     0.9.3claws75
1745
1746         * src/messageview.c
1747                 fix a memleak (claws-only)
1748
1749 2003-07-29 [alfons]     0.9.3claws74
1750
1751         * src/mimeview.[ch]
1752         * src/gtk/gtkvscrollbutton.[ch]
1753                 fix UI glitch where mime icon toolbox' scroll position is not 
1754                 reset after switching to another message
1755                 
1756
1757 2003-07-29 [paul]       0.9.3claws73
1758
1759         * src/prefs_folder_item.c
1760                 split the prefs into 2 separate pages
1761
1762 2003-07-29 [paul]       0.9.3claws72
1763
1764         * src/compose.c
1765                 prepend "\n\n" to a signature without a separator too
1766
1767 2003-07-29 [paul]       0.9.3claws71
1768
1769         * src/compose.c
1770                 fix bug where changing to an account without an auto-sig
1771                 from an initial account without an auto-sig would insert 
1772                 2 blank lines at the cursor point
1773                 fix bug where changing to an account with an auto-sig
1774                 from an initial account without an auto-sig would insert
1775                 the sig at the cursor point
1776
1777 2003-07-29 [paul]       0.9.3claws70
1778
1779         * src/folderview.c
1780                 use the colour from the folder pref unless the folder
1781                 has new messages
1782
1783 2003-07-29 [alfons]     0.9.3claws69
1784
1785         * src/procmsg.[ch]
1786         * src/messageview.c
1787         * src/procheader.c
1788                 rewrite return receipt request work a little bit (the former 
1789                 implementation presumably depended too much on the UI setting
1790                 flags). (we're losing the old pending flag.) 
1791
1792 2003-07-28 [christoph]  0.9.3claws68
1793
1794         * src/folder.c
1795         * src/imap.c
1796         * src/mh.c
1797         * src/procmsg.[ch]
1798                 fix copy to IMAP folder from other folder
1799
1800 2003-07-28 [christoph]  0.9.3claws67
1801
1802         * src/procmsg.c
1803                 fix sync of procmsg_get_message_file_list
1804
1805 2003-07-28 [christoph]  0.9.3claws66
1806
1807         * sync with 0.9.3cvs14
1808                 see ChangeLog 2003-07-18
1809         * sync with 0.9.3cvs17
1810                 see ChangeLog 2003-07-23
1811
1812         (closes Bug 234 segmentation fault after sending out mail via
1813          smtp(auth))
1814
1815 2003-07-28 [paul]       0.9.3claws65
1816
1817         * po/es.po
1818                 update Spanish translation, submitted by Ricardo Mones
1819                 Lastra
1820
1821 2003-07-28 [christoph]  0.9.3claws64
1822
1823         * src/folder.[ch]
1824         * src/imap.c
1825         * src/mh.c
1826                 return new message numbers as a GRelation instead of a GSList
1827                 that has to be in the same order as the input list. A list
1828                 would make it hard for IMAP to optimize oepration by sorting
1829                 the input list. The returned list would have to be reordered
1830                 to match the same order that input list has.
1831
1832         * src/gtk/gtkaspell.c
1833                 fix missing return value, could cause a crash when garbage is
1834                 on the stack that is used as the expected return value
1835
1836 2003-07-28 [paul]       0.9.3claws63
1837
1838         * sync with 0.9.4cvs1
1839                 see ChangeLog 2003-07-28
1840
1841 2003-07-27 [alfons]     0.9.3claws62
1842
1843         * src/mimeview.c
1844                 tweak it more to make icon list act like a check button group
1845
1846 2003-07-27 [christoph]  0.9.3claws61
1847
1848         * sync with 0.9.3cvs20
1849                 see ChangeLog 2003-07-25
1850
1851 2003-07-27 [paul]       0.9.3claws60
1852
1853         * src/procmsg.c
1854                 re-commit changes from 0.9.3claws58 -
1855                 accidently removed in 0.9.3claws59
1856
1857 2003-07-27 [paul]       0.9.3claws59
1858
1859         * src/procmsg.[ch]
1860                 a sync from 0.9.3cvs17
1861                 see ChangeLog 2003-07-23
1862
1863 2003-07-27 [alfons]     0.9.3claws58
1864
1865         * src/procmsg.c
1866                 add missing header members to MsgInfo; fixes the problem of 
1867                 not displaying X-Faces, as noticed by Ricardo Mones
1868
1869 2003-07-26 [christoph]  0.9.3claws57
1870
1871         * sync with 0.9.3cvs18
1872                 see ChangeLog 2003-07-24
1873
1874 2003-07-26 [christoph]  0.9.3claws56
1875
1876         * sync with 0.9.3cvs17
1877                 see ChangeLog 2003-07-23
1878
1879 2003-07-26 [christoph]  0.9.3claws55
1880
1881         * src/folder.[ch]
1882         * src/imap.c
1883         * src/mbox_folder.c
1884         * src/mh.c
1885         * src/news.c
1886                 add support for copy function that copy multiple messages
1887                 (not implemented yet)
1888
1889         * src/summaryview.c
1890                 add missing return value
1891
1892 2003-07-26 [paul]       0.9.3claws54
1893
1894         * tools/multiwebsearch.pl
1895                 do whitespace substitution before passing the string
1896                 to the browser. fixes bug with browsers that don't
1897                 do whitespace conversion themselves.
1898
1899 2003-07-25 [christoph]  0.9.3claws53
1900
1901         * src/folder.[ch]
1902         * src/imap.c
1903         * src/mh.c
1904                 rewrite adding of multiple messages to a folder for
1905                 claws' folder system
1906
1907 2003-07-25 [luke]       0.9.3claws52
1908
1909         * src/mimeview.c
1910                 o icon toggles set correctly on leaving ctree mimeview
1911
1912 2003-07-25 [paul]       0.9.3claws51
1913
1914         * partial sync with 0.9.3cvs21 [src/main.c]
1915                 see ChangeLog 2003-07-25
1916
1917 2003-07-24 [paul]       0.9.3claws50
1918
1919         * tools/maildir2sylpheed.pl
1920                 fix typo
1921
1922 2003-07-24 [paul]       0.9.3claws49
1923
1924         * src/mimeview.c
1925                 increase the gutter size of paned so that the panes
1926                 can be resized
1927                 
1928         * src/plugins/demo/demo.c
1929                 squeeze in another typo fix
1930
1931 2003-07-24 [paul]       0.9.3claws48
1932
1933         * src/plugins/demo/demo.c
1934           src/prefs_account.c
1935                 small changes to the English
1936                 
1937         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1938           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1939           src/Makefile.am
1940           src/stock_pixmap.c
1941                 rename the misspelled icon
1942
1943 2003-07-23 [alfons]     0.9.3claws47
1944
1945         * src/mimeview.c
1946                 make icon list look like a list of toggles
1947
1948 2003-07-23 [luke]       0.9.3claws46
1949
1950         * src/pixmaps/mimeview_gpg_expired.xpm
1951         * src/pixmaps/mimeview_gpg_failed.xpm
1952         * src/pixmaps/mimeview_gpg_passed.xpm
1953         * src/pixmaps/mimeview_text_html.xpm
1954         * src/pixmaps/mimeview_image.xpm
1955                 o all icons the same size
1956
1957         * src/mimeview.[ch]
1958                 o mimeview ctree arranged vertically above the viewer
1959                 o icons changed to buttons
1960                 o can use keyboard to select an icon (Enter)
1961                 o resize icon list to width of icons
1962
1963         *  src/gtk/gtkvscrollbutton.c
1964                 o sensitivity of buttons reacts to position
1965
1966 2003-07-23 [christoph]  0.9.3claws45
1967
1968         * sync with 0.9.3cvs14 (incomplete)
1969                 see ChangeLog 2003-07-17
1970
1971 2003-07-23 [alfons]     0.9.3claws44
1972
1973         * src/folder.c
1974         * src/procmsg.h
1975                 sync with my local tree to restore some claws-only things
1976
1977 2003-07-23 [paul]       0.9.3claws43
1978
1979         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1980           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1981           src/Makefile.am
1982           src/mimeview.c
1983           src/procmime.h
1984           src/rfc2015.c
1985           src/stock_pixmap.[ch]
1986                 indicate missing keys and expired sigs/keys
1987                 in mime view column
1988
1989 2003-07-23 [paul]       0.9.3claws42
1990
1991         * src/compose.c
1992                 Redirect fixes: enable automatic account selection and
1993                 do not append signature to message on changing account
1994                 fixes Bug[s] #248
1995
1996 2003-07-23 [paul]       0.9.3claws41
1997
1998         * sync with 0.9.3cvs16
1999                 see ChangeLog 2003-07-23
2000
2001 2003-07-23 [alfons]     0.9.3claws40
2002
2003         * src/inc.c
2004                 give progress dialog a main window, and give it the first 
2005                 one (presumably the only one). fixes bug #247, "segfault on 
2006                 pop-before-smtp" 
2007
2008 2003-07-22 [alfons]     0.9.3claws39
2009
2010         * src/summaryview.c
2011                 shift-space scrolls up
2012
2013 2003-07-22 [paul]       0.9.3claws38
2014
2015         * sync with 0.9.3cvs15
2016                 see ChangeLog 2003-07-22
2017
2018 2003-07-20 [alfons]     0.9.3claws37
2019
2020         * src/compose.c
2021                 put menu inside #ifdef USE_ASPELL..#endif
2022
2023 2003-07-20 [christoph]  0.9.3claws36
2024
2025         * src/procmsg.c
2026                 fix wrong flags in MsgInfo returned by
2027                 procmsg_msginfo_get_full_info()
2028
2029         (closes Bug 221 Deleting messages from the Message View gives incorrect
2030          new/unread message counts in the folder view)
2031
2032         * src/plugins/spamassassin/spamassassin_gtk.c
2033                 add gettext macro for prefs page title
2034
2035 2003-07-20 [paul]       0.9.3claws35
2036
2037         * src/mimeview.c
2038                 redraw icon list on signature check
2039
2040 2003-07-20 [christoph]  0.9.3claws34
2041
2042         * src/Makefile.am
2043         * src/account.c
2044         * src/folder.[ch]
2045         * src/folder_item_prefs.[ch]            ** NEW **
2046         * src/folderview.c
2047         * src/mainwindow.c
2048         * src/mh.c
2049         * src/prefs_gtk.c
2050         * src/prefs_scoring.c
2051         * src/summaryview.c
2052         * src/prefs_folder_item.[ch]
2053                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
2054                   Properties dialog
2055                 o use prefswindow for folder properties
2056
2057         * src/gtk/prefswindow.[ch]
2058                 change implementation to use an invisible notebook instead
2059                 of unparenting widgets
2060
2061 2003-07-20 [christoph]  0.9.3claws33
2062
2063         * src/compose.h
2064         * src/folder.c
2065         * src/folderview.h
2066         * src/headerview.h
2067         * src/prefs_filtering.h
2068         * src/prefs_folder_item.[ch]
2069         * src/procmime.h
2070         * src/procmsg.h
2071         * src/summaryview.h
2072                 clean up header mess
2073                 (always use 1. typedefs, 2. #includes, 3. structures)
2074
2075         * src/common/version.h.in
2076                 add casts for constants
2077
2078         * src/plugins/demo/demo.c
2079                 fix typo
2080
2081         * src/plugins/spamassassin/spamassassin.c
2082                 remove unused variable
2083
2084 2003-07-20 [alfons]     0.9.3claws32
2085
2086         * src/mimeview.c
2087                 o make icon buttons respond on left click
2088                 o minor cosmetic change
2089
2090 2003-07-19 [luke]       0.9.3claws31
2091
2092         * src/mimeview.[ch]
2093         * src/gtk/gtkvscrollbutton.c
2094         * src/messageview.c
2095                 o improved mimeview behaviour when selecting a new message
2096                 o plus code cleanups to remove compile warnings
2097
2098
2099 2003-07-19 [alfons]     0.9.3claws30
2100
2101         * src/procmsg.c
2102         * src/compose.c
2103         * src/common/utils.[ch]
2104                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
2105
2106 2003-07-19 [alfons]     0.9.3claws29
2107
2108         * src/prefs_folder_item.c
2109                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
2110                 string pointers
2111
2112 2003-07-19 [luke]       0.9.3claws28
2113
2114         * src/messageview.c
2115         * src/mimeview.[ch]
2116         * src/procmime.h
2117         * src/rfc2015.c
2118         * src/stock_pixmap.[ch]
2119         * src/gtk/Makefile.am
2120         * src/Makefile.am
2121         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
2122         * src/pixmaps/mime_*.xpm                ** NEW **
2123                 o mimeview rearrangement with a new icon shortcut bar
2124
2125 2003-07-19 [alfons]     0.9.3claws27
2126
2127         * src/folderview.c
2128                 o plug leaking nodes_to_recollapse
2129                 o add folderview_recollapse_all_nodes() (not used yet)
2130
2131 2003-07-19 [alfons]     0.9.3claws26
2132
2133         * src/compose.c
2134         * src/common/utils.c
2135                 honour #240 "Better SUBJECT handling" by cleaning the prefix
2136                 for both forwarding as replying
2137
2138 2003-07-18 [christoph]  0.9.3claws25
2139
2140         * configure.ac
2141         * src/common/sylpheed.[ch]
2142         * src/common/version.h.in
2143                 add version in numeric form to allow easy comparison
2144
2145         * src/plugins/demo/demo.c
2146                 add version check
2147                 - sylpheed version > plugin version => never allowed, sylpheed
2148                   could contain unknown API changes
2149                 - sylpheed version < minimum version required => don't load,
2150                   API required not available (if linking does not fail)
2151
2152 2003-07-18 [alfons]     0.9.3claws24
2153         
2154         * src/common/plugin.[ch]
2155                 const correctness
2156
2157 2003-07-18 [christoph]  0.9.3claws23
2158
2159         * src/common/hooks.c
2160                 fix crash when hooks where unregisted
2161
2162         * src/plugins/trayicon/trayicon.c
2163                 unregister detroy signal before destroying the widget
2164                 (still crashes when the plugin is unloaded)
2165
2166 2003-07-18 [alfons]     0.9.3claws22
2167         
2168         * src/folderview.c
2169                 delay expanding folder tree during drags until timeout triggered
2170                 (needs perhaps some tweaking, so testing is welcome)
2171
2172 2003-07-17 [alfons]     0.9.3claws21
2173
2174         * src/folderview.c
2175                 clean up cruft
2176
2177 2003-07-17 [christoph]  0.9.3claws20
2178
2179         * src/common/session.c
2180                 fix opening of SSL connections
2181
2182         * src/plugins/image_viewer/Makefile.am
2183                 add OPENSSL_CFLAGS (we should find a better solution to remove
2184                 this dependencies if they are not required)
2185
2186         * src/plugins/spamassassin/spamassassin.c
2187                 remove setlocale workaround (fixed in libspamc)
2188
2189         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2190          if spell checking enabled)
2191
2192 2003-07-17 [alfons]     0.9.3claws19
2193
2194         * src/common/hooks.[ch]
2195         * src/plugins/clamav/clamav_plugin.c
2196         * src/plugins/spamassassin/spamassassin.c
2197         * src/plugins/trayicon/trayicon.c
2198                 fix signedness muck 
2199
2200 2003-07-17 [alfons]     0.9.3claws18
2201
2202         * src/procmime.c
2203                 plug memleak
2204
2205 2003-07-17 [alfons]     0.9.3claws17
2206
2207         * src/inc.c
2208                 plug memleak
2209
2210 2003-07-17 [paul]       0.9.3claws16
2211
2212         * src/common/defs.h
2213           src/mainwindow.c
2214           src/manual.[ch]
2215                 add link to the Claws site's FAQ page, after the suggestion
2216                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2217                 Move url strings to defs.h
2218                 
2219         * src/mainwindow.c
2220                 fix typo to prevent "unknown menu entry" warnings
2221
2222 2003-07-17 [alfons]     0.9.3claws15
2223
2224         * src/folderview.[ch]
2225         * src/summaryview.[ch]
2226         * src/mimeview.[ch]
2227                 plug DnD leaks 
2228
2229 2003-07-17 [paul]       0.9.3claws14
2230
2231         * src/inc.c
2232                 remove two instances of 'GTK_EVENTS_FLUSH' because
2233                 they are unnecessary and probably cause a stack overflow
2234
2235 2003-07-16 [christoph]  0.9.3claws13
2236
2237         * src/mimeview.[ch]
2238                 use an invisible GTK notebook to switch between viewers
2239                 instead of reparenting widgets
2240
2241 2003-07-16 [christoph]  0.9.3claws12
2242
2243         * src/folder.c
2244                 move folder_item_update_freeze() to correct place in
2245                 folder_item_scan_full()
2246
2247 2003-07-16 [paul]       0.9.3claws11
2248
2249         * sync with 0.9.3cvs12
2250                 see ChangeLog 2003-07-14 and 2003-07-15
2251
2252 2003-07-16 [christoph]  0.9.3claws10
2253
2254         * src/imap.[ch]
2255         * src/prefs_account.[ch]
2256                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2257
2258 2003-07-15 [alfons]     0.9.3claws9
2259
2260         * src/main.c
2261                 make --config-dir do something useful
2262
2263 2003-07-15 [alfons]     0.9.3claws8
2264
2265         * src/procmsg.c
2266                 o fix a bug where 'last' didn't really point to the last message
2267                   in the top level list of children, but to the last threaded
2268                   message. 
2269                 
2270                 o clean up and make it easier to sync
2271
2272 2003-07-15 [alfons]     0.9.3claws7
2273
2274         * src/mainwindow.c
2275                 make correct menu items sensitive       
2276
2277 2003-07-14 [alfons]     0.9.3claws6
2278
2279         * src/procmsg.c
2280                 tune the threader so it will not subject-thread any message
2281                 without a subject prefix (this will not thread correctly if 
2282                 a parent is delivered after their childs, but it looks 
2283                 better right now)
2284
2285 2003-07-13 [christoph]  0.9.3claws5
2286
2287         * src/mainwindow.c
2288                 group "Add mailbox *..." menu items in submenu
2289
2290 2003-07-13 [alfons]     0.9.3claws4
2291
2292         * src/summaryview.c
2293                 correct summary_toggle_pressed() signature and make sure
2294                 signal is not passed on
2295
2296 2003-07-13 [alfons]     0.9.3claws3
2297
2298         * src/summaryview.c
2299                 o for now don't pass on keys when they we're handled by 
2300                   ctree::key_press_event
2301                 o clean up
2302
2303 2003-07-13 [alfons]     0.9.3claws2
2304         
2305         * src/main.c
2306                 add command line option "--config-dir" to get the current 
2307                 configuration dir
2308
2309 2003-07-12 [alfons]     0.9.3claws1
2310
2311         * src/matcher.[ch]
2312         * src/matcher_parser_parse.y
2313         * src/prefs_filtering.c
2314         * src/filtering.c
2315                 add "Lock" filter action to lock messages;
2316
2317         * src/filtering.c       
2318                 remove debug_print()    
2319         * src/prefs_filtering.c
2320                 re-organize matcher part 9: 
2321                 make action text entries easily extendible;
2322                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2323                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2324
2325 2003-07-12 [paul]
2326
2327         * tools/README
2328                 update old information and add missing
2329                 information
2330
2331 2003-07-12 [paul]       0.9.3claws
2332
2333         * 0.9.3claws released
2334         
2335 2003-07-12 [paul]       0.9.0claws103
2336
2337         * src/Makefile.am
2338                 add addrquery.h
2339
2340 2003-07-12 [melvin]     0.9.0claws102
2341
2342         * src/messageview.c
2343                 Fixed bug #215: Show MIME tab for single text/html messages. 
2344                 
2345 2003-07-12 [paul]       0.9.0claws101
2346
2347         * man/sylpheed.1
2348                 updated
2349
2350 2003-07-12 [paul]       0.9.0claws100
2351
2352         * po/es.po
2353           po/hr.po
2354           po/pl.po
2355           po/sr.po
2356                 update Spanish, Croatian, Polish, Serbian translations.
2357                 submitted by Ricardo Mones Lastra, Dragan, Witold
2358                 Wladyslaw Wojciech Wilk, Urke MMI
2359
2360 2003-07-12 [melvin]     0.9.0claws99
2361
2362         * po/fr.po
2363                 Updated French translations.
2364
2365 2003-07-12 [paul]       0.9.0claws98
2366
2367         * src/addressbook.c
2368                 disable 'Lookup' button as it has no effect
2369
2370 2003-07-11 [alfons]     0.9.0claws97
2371         
2372         * src/summaryview.c
2373                 summary_searchbar_pressed() should return TRUE to signal that
2374                 event was handled. when returning void, the return value passed
2375                 to GTK is actually random, but maybe FALSE, in which case the
2376                 event is handled by parent
2377                 
2378 2003-07-10 [paul]       0.9.0claws96
2379
2380         * ac/missing/gettext.m4
2381                 update to version 0.12
2382
2383 2003-07-10 [paul]       0.9.0claws95
2384
2385         * src/plugins/clamav/clamav_plugin.c
2386                 fix bug where multipart/alternative messages
2387                 would slip through without being scanned
2388
2389 2003-07-10 [christoph]  0.9.0claws94
2390
2391         * src/folder.c
2392                 correct check if folder supports removing when a message is
2393                 moved. if not the message is only copied.
2394
2395         (closes Bug 132 crash on startup in newsgroups folders)
2396
2397 2003-07-09 [alfons]     0.9.0claws93
2398
2399         * configure.ac
2400         * src/common/defs.h
2401                 --with-config-dir (default .sylpheed)
2402
2403 2003-07-09 [christoph]  0.9.0claws92
2404
2405         * configure.ac
2406                 use PKG_CHECK_MODULES to check for gtkmathview
2407                 (version 0.4.2 now required)
2408
2409 2003-07-08 [melvin]     0.9.0claws91
2410
2411         * src/action.c
2412                 Implemented a progress bar that counts the number of completed
2413                 tasks when the action runs more than one command.
2414
2415 2003-07-08 [alfons]     0.9.0claws90
2416
2417         * src/procmsg.c
2418                 if queued message has an invalid Message-Id, don't try to
2419                 find message it refers to (fixes #209 "crash when processing 
2420                 in folder")
2421
2422 2003-07-08 [paul]       0.9.0claws89
2423
2424         * sync with 0.9.3cvs2
2425                 see ChangeLog 2003-07-08
2426
2427 2003-07-08 [match]      0.9.0claws88
2428
2429         * src/ldapctrl.c
2430                 extend LDAP search for first/last name by parsing search term.
2431
2432 2003-07-08 [alfons]     0.9.0claws87
2433
2434         * src/send_message.c
2435                 fix bug #208 "Status message stuck when sending on POP3 account"
2436
2437 2003-07-07 [paul]       0.9.0claws86
2438
2439         * po/hr.po
2440                 new Croatian translation, submitted by
2441                 Dragan <drleskov@inet.hr>
2442
2443 2003-07-07 [paul]       0.9.0claws85
2444
2445         * sync with 0.9.3cvs1
2446                 see ChangeLog 2003-07-07
2447
2448 2003-07-05 [christoph]  0.9.0claws84
2449
2450         * src/Makefile.am
2451         * src/messageview.c
2452         * src/mimeview.[ch]
2453         * src/stock_pixmap.[ch]
2454         * src/pixmaps/messageview_text.xpm              ** NEW **
2455                 move mimeview tabs to the right side and use icons
2456                 instead of text to save some space
2457
2458         (patch by Luke Plant <lukeplant@softhome.net>)
2459
2460 2003-07-05 [christoph]  0.9.0claws83
2461
2462         * src/inc.c
2463                 add NULL pointer checks
2464
2465         (patch by Luke Plant <lukeplant@softhome.net>)
2466         (closes Bug 204 0.9.0 quits on authentication error?!)
2467
2468 2003-07-05 [alfons]     0.9.0claws82
2469
2470         * configure.ac
2471                 take the clue in bug #202 "./configure script - 
2472                 'if test' comparison failure" reported by John Kristoff. 
2473
2474 2003-07-04 [christoph]  0.9.0claws81
2475
2476         * src/plugins/spamassassin/spamassassin.c
2477                 set timeout for spam check
2478
2479 2003-07-04 [christoph]  0.9.0claws80
2480
2481         * src/main.c
2482                 destroy all FolderItems when shutting down to
2483                 allow folders to clean up
2484
2485 2003-07-04 [melvin]     0.9.0claws79
2486
2487         * src/gtk/gtkaspell.c
2488                 Fixed bug #184 "Entering non-ascii character deletes
2489                 previous char if spell checking enabled": this makes
2490                 the spell checking in multibytes (e.g. UTF-8)locales work.
2491                 (Patch by Luke Plant).
2492                 
2493 2003-07-04 [christoph]  0.9.0claws78
2494
2495         * sync with 0.9.2cvs1
2496                 see ChangeLog 2003-06-10
2497
2498 2003-07-04 [paul]       0.9.0claws77
2499
2500         * sync with 0.9.3 release
2501                 see ChangeLog 2003-07-04
2502
2503 2003-07-03 [christoph]  0.9.0claws76
2504
2505         * src/folder.[ch]
2506         * src/imap.c
2507         * src/mbox_folder.c
2508         * src/mh.c
2509         * src/news.c
2510                 move folder_item_get_path() stuff into a folder virtual function
2511
2512         * src/procmsg.c
2513                 use folder_item_fetch_msg() to get message and do not contruct
2514                 the filename from path and number
2515
2516 2003-07-03 [paul]       0.9.0claws75
2517
2518         * sync with 0.9.2cvs12
2519                 see ChangeLog 2003-07-03
2520
2521 2003-07-02 [paul]       0.9.0claws74
2522
2523         * src/messageview.c
2524                 fix text-selection for replying
2525
2526 2003-07-02 [paul]       0.9.0claws73
2527
2528         * sync with 0.9.2cvs11
2529                 see ChangeLog 2003-07-02
2530
2531 2003-07-02 [paul]       0.9.0claws72
2532
2533         * src/procmsg.c
2534                 revert last commit because it breaks more
2535                 than it fixes
2536
2537 2003-07-02 [paul]       0.9.0claws71
2538
2539         * src/procmsg.c
2540                 fix thread by subject/sort by date
2541
2542 2003-07-01 [paul]       0.9.0claws70
2543
2544         * sync with 0.9.2cvs10
2545                 see ChangeLog 2003-07-01
2546
2547 2003-06-30 [paul]       0.9.0claws69
2548
2549         * sync with 0.9.2cvs9
2550                 see ChangeLog 2003-06-30
2551
2552 2003-06-28 [match]      0.9.0claws68
2553
2554         * src/addressbook.c
2555                 fix null ptr.
2556
2557 2003-06-27 [paul]       0.9.0claws67
2558
2559         * sync with 0.9.2cvs7
2560                 see ChangeLog 2003-06-27
2561
2562 2003-06-26 [christoph]  0.9.0claws66
2563
2564         * src/folder.c
2565                 freeze folder updates while a folder is scanned
2566
2567         (closes Bug 185 New message counter)
2568
2569 2003-06-26 [darko]      0.9.0claws65
2570
2571         * src/ldapserver.c
2572                 fix infinite loop when adding a new LDAP server
2573
2574 2003-06-26 [paul]       0.9.0claws64
2575
2576         * sync with 0.9.2cvs6
2577                 see ChangeLog 2003-06-26
2578
2579 2003-06-26 [paul]       0.9.0claws63
2580
2581         * sync with 0.9.2cvs5
2582                 see ChangeLog 2003-06-25 and 2003-06-26
2583
2584 2003-06-25 [match]      0.9.0claws62
2585
2586         * src/addr_compl.c
2587                 Fixed tab/backtab for dropped-down completion list to
2588                 move next/previous field. (close bug 147)
2589
2590 2003-06-25 [christoph]  0.9.0claws61
2591
2592         * src/addr_compl.[ch]
2593         * src/addrindex.[ch]
2594         * src/folderview.c
2595         * src/inc.c
2596         * src/news.c
2597         * src/summaryview.c
2598         * src/toolbar.c
2599                 fix warnings
2600
2601 2003-06-25 [leandro]    0.9.0claws60
2602
2603         * src/compose.c
2604                 o cleanups
2605                 o gray out "Message/Remove references" menu item if not
2606                   replying to a message
2607
2608 2003-06-24 [leandro]    0.9.0claws59
2609
2610         * src/compose.[ch]
2611                 o removed "Message/Create new thread" menu item
2612                 o added "Message/Remove references" menu item
2613                   (it's off by default and will not check anymore
2614                    if the subject changed)
2615
2616 2003-06-23 [alfons]     0.9.0claws58
2617
2618         * src/procmsg.c
2619                 try better grouping messages threaded by subject based on their age.
2620                 still not perfect - because the message tree is not sorted by date.  
2621
2622 2003-06-23 [thorsten]   0.9.0claws57
2623
2624         * src/pop.[ch]
2625                 added mail_receive_hook to allow modifications
2626                 directly after retrieval (e.g. adding headers).
2627
2628 2003-06-23 [paul]       0.9.0claws56
2629
2630         * src/sourcewindow.c
2631                  enable the use of Ctrl+A to select all text in
2632                  the sourcewindow
2633                  Patch submitted by Ivan Francolin Martinez
2634                  <ivanfm@users.sourceforge.net>
2635
2636 2003-06-22 [christoph]  0.9.0claws55
2637
2638         * src/folder.[ch]
2639                 o add notification hook for folder tree changes
2640                 o invoke hooks after folder tree scanning
2641
2642         * src/folderview.[ch]
2643                 register hook for folder tree changes that
2644                 updates the ctree
2645
2646         (there are more places that should be updated, like add, remove 
2647          or move folder)
2648
2649         (closes Bug 164 Crash on rebuild folder tree)
2650         (closes Bug 190 Crash on 'rebuilding folder tree')
2651
2652 2003-06-21 [leandro]    0.9.0claws54
2653
2654         * src/compose.[ch]
2655                 create a new thread if subject changes
2656                 (it's on by default, can be disabled in Message menu)
2657
2658 2003-06-21 [alfons]     0.9.0claws53
2659
2660         * src/summaryview.c
2661                 quiet little compiler
2662
2663 2003-06-21 [christoph]  0.9.0claws52
2664
2665         update gettext stuff to version 0.12
2666
2667 2003-06-19 [alfons]     0.9.0claws51
2668
2669         * src/common/log.c
2670         * src/common/plugin.c
2671                 move defs.h before glib.h to prevent MIN/MAX redefs
2672
2673 2003-06-19 [alfons]
2674
2675         * src/addressbook.c
2676                 translatable
2677
2678 2003-06-19 [match]      0.9.0claws50
2679
2680         * src/addressbook.[ch]
2681         * src/addrindex.[ch]
2682         * src/addr_compl.[ch]
2683         * src/editldap.[ch]
2684         * src/editldap_basedn.[ch]
2685         * src/addritem.[ch]
2686         * src/ldapquery.h
2687                 re-implemented dynamic LDAP search. works without
2688                 slowdown on display sender with addressbook
2689                 option.
2690         * src/addrbook.c
2691                 documented code.
2692
2693 2003-06-19 [paul]       0.9.0claws49
2694
2695         * src/compose.c
2696                 fix Bug #136 'Nonprovided quotation marks crash claws'
2697                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2698
2699 2003-06-19 [alfons]     0.9.0claws48
2700
2701         * src/prefs_common.[ch]
2702         * src/procmsg.c
2703                 restrict threading by subject by checking thread for
2704                 age (prefs_common.thread_by_subject_max_age)
2705
2706 2003-06-18 [christoph]  0.9.0claws47
2707
2708         * src/imap.c
2709                 fix memory leak in imap_cmd_fetch()
2710
2711 2003-06-18 [christoph]  0.9.0claws46
2712
2713         * src/prefs_gtk.c
2714                 fix memory leak in prefs_set_default() when used multiple
2715                 times or after prefs have been read
2716
2717 2003-06-18 [christoph]  0.9.0claws45
2718
2719         * src/common/plugin.c
2720                 fix memory leak in plugin_unload()
2721
2722 2003-06-18 [christoph]  0.9.0claws44
2723
2724         * src/imap.c
2725                 fix memory leak in imap_cmd_ok()
2726
2727 2003-06-18 [christoph]  0.9.0claws43
2728
2729         * src/folder.c
2730                 stop messages that are downloaded from POP3 and added to
2731                 an IMAP inbox from being filtered twice (first by POP3
2732                 and again when IMAP folder is scaned to get the UID of
2733                 the APPEND operation when no UIDPLUS is available)
2734
2735 2003-06-18 [alfons]
2736
2737         * tools/Makefile.am
2738                 phoenix <- firebird     
2739
2740 2003-06-18 [paul]
2741
2742         * tools/launch_phoenix          ** REMOVED **
2743           tools/launch_firebird         ** NEW **
2744                 renamed and edited to reflect the browser's name change from
2745                 'phoenix' to 'firebird'
2746
2747 2003-06-18 [paul]       0.9.0claws42
2748
2749         * sync with 0.9.2cvs2
2750                 see ChangeLog 2003-06-16
2751
2752 2003-06-17 [alfons]     0.9.0claws41
2753
2754         * src/procmsg.c
2755                 prevent threading problems when a node is an ancestor (parent / great parent),
2756                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2757                 for finding an sample set of messages)
2758
2759 2003-06-16 [christoph]  0.9.0claws40
2760
2761         * src/main.c
2762                 don't popup main window on --receive or --receive-all
2763
2764         * src/mainwindow.[ch]
2765         * src/plugins/trayicon/trayicon.c
2766                 allow hiding of main window by clicking on the trayicon
2767                 (doesn't work correctly in seperate window mode and may
2768                  cause unexpected GTK problems I couldn't find yet)
2769
2770         * src/common/ssl.c
2771                 remove incorrect warning
2772
2773 2003-06-15 [alfons]     0.9.0claws39
2774
2775         * src/gtk/gtkstext.c
2776                 don't output debug text;
2777                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2778                 for pointing this out);
2779
2780 2003-06-14 [alfons]     0.9.0claws38
2781         
2782         * src/messageview.c
2783                 remove printf() and make one if..else comply with coding style
2784
2785 2003-06-14 [alfons]     0.9.0claws37
2786
2787         * AUTHORS
2788                 add Martin Wicke
2789         * src/action.c
2790         * src/messageview.[ch]
2791         * src/summaryview.c
2792                 apply patch #754162 "Quoting messages filtered by actions" submitted
2793                 by Martin Wicke, which allows quoting message body changed by an
2794                 action (Thanks!).
2795
2796 2003-06-13 [alfons]     0.9.0claws36
2797
2798         * src/utils.c
2799                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2800                 use case insensitive regexp (suggested by Ivan Martinez)
2801
2802 2003-06-13 [christoph]  0.9.0claws35
2803
2804         * configure.ac
2805         * src/plugins/trayicon/Makefile.am
2806         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2807         * src/plugins/trayicon/trayicon.c
2808         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2809         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2810         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2811         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2812         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2813         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2814                 replace my own EggTrayIcon backport with the backport
2815                 used by (l|x)mule and gabber.
2816
2817 2003-06-13 [alfons]     0.9.0claws34
2818
2819         * AUTHORS
2820         * src/common/utils.c
2821                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2822
2823 2003-06-13 [alfons]     0.9.0claws33
2824
2825         * src/compose.c
2826                 clean up a little bit
2827
2828 2003-06-12 [alfons]     0.9.0claws32
2829
2830         * src/compose.c
2831                 const correctness fix
2832
2833         * src/common/sylpheed.[ch]
2834                 () -> (void)
2835                 prevent redef MIN/MAX
2836                 
2837         * src/common/utils.[ch]
2838                 () -> (void)
2839
2840 2003-06-12 [melvin]     0.9.0claws31
2841
2842         * src/compose.c
2843                 Updated to take into accounts changes in GtkAspell.
2844
2845 2003-06-12 [alfons]     0.9.0claws30
2846
2847         * src/compose.c
2848         * src/procmsg.c
2849         * src/common/utils.[ch]
2850                 handle reply subject prefixes better (initial 
2851                 suggestion by Robert Story adapted and enhanced 
2852                 using regexps)
2853
2854 2003-06-12 [melvin]     0.9.0claws29
2855
2856         * src/compose.c
2857                 Use new gtkaspell_checkers_strerror() to get the speller's
2858                 error message instead of accessing the (now private)
2859                 checkers structure.
2860                 Minor code clean up
2861
2862         * src/main.c
2863                 Use #ifdef instead of #if for USE_ASPELL
2864                 Use the new spell checkers init/quit functions 
2865
2866         * src/gtk/gtkaspell.c
2867                 Use #ifdef instead of #if for USE_ASPELL
2868                 Moved in the majority of GtkAspell structures that were
2869                 exported before by gtkaspell.h
2870         
2871         * src/gtk/gktaspell.h
2872                 Made gtkaspell.h contain only the necessary data to be
2873                 publicized by moving many structures to gtkaspell.c.
2874                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2875                 gtkaspell_checkers_new(): replaced by...
2876                 gtkaspell_checkers_init(): new function for initialization
2877                 gtkaspell_checkers_delete(): replaced by...
2878                 gtkaspell_checkers_quit(): new function
2879                 gtkaspell_checkers_strerror(): new function that returns
2880                 the checker's last error message.
2881                 
2882 2003-06-11 [melvin]     0.9.0claws28
2883
2884         * po/POTFILES.in
2885                 Updated to take into account gtkaspell.c migration to
2886                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2887
2888 2003-06-10 [alfons]     0.9.0claws27
2889
2890         * src/filtering.[ch]
2891         * src/folder.c
2892         * src/matcher.c
2893         * src/scoring.[ch]
2894                 - try fixing bug #18 (any brave testers?)
2895                 - add more robustness by refusing previously 
2896                   unchecked NULL pointers 
2897
2898 2003-06-10 [alfons]     0.9.0claws26
2899
2900         * src/procmsg.c
2901                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2902
2903 2003-06-09 [alfons]     0.9.0claws25
2904
2905         * src/prefs_common.c
2906                 fix bug #163 "Icon switching doesnt work properly" by 
2907                 preventing early freeing of prefs_common.pixmap_theme_path.
2908
2909 2003-06-09 [christoph]  0.9.0claws24
2910
2911         * src/gtk/gtkaspell.c
2912                 revert Thorsten's fix and add forgotten g_strdup for
2913                 aspell path (it should not be possible to alter the path a
2914                 GtkASpell uses from outside)
2915
2916 2003-06-09 [thorsten]   0.9.0claws23
2917
2918         * src/gtk/gtkaspell.c
2919                 dont free prefs_common.aspell_path when closing compose
2920
2921 2003-06-08 [colin]      0.9.0claws22
2922
2923         * src/plugins/spamassassin/spamassassin.c
2924                 fix prefs types
2925
2926 2003-06-07 [christoph]  0.9.0claws21
2927
2928         * src/Makefile.am
2929         * src/compose.c
2930         * src/gtkaspell.[ch]            ** REMOVE **
2931         * src/gtk/Makefile.am
2932         * src/gtk/gtkaspell.[ch]        ** NEW **
2933                 o make gtkaspell independent from sylpheed's prefs
2934                 o move gtkaspell.[ch] to gtk directory
2935
2936 2003-06-07 [christoph]  0.9.0claws20
2937
2938         * src/Makefile.am
2939         * src/crash.c
2940         * src/export.c
2941         * src/filesel.[ch]              ** REMOVE **
2942         * src/folder.c
2943         * src/main.[ch]
2944         * src/common/sylpheed.[ch]
2945         * src/gtk/Makefile.am
2946         * src/gtk/filesel.[ch]          ** NEW **
2947         * src/gtk/pluginwindow.c
2948         * src/gtk/sslcertwindow.c
2949                 move filesel.[ch] to gtk directory
2950
2951 2003-06-07 [alfons]     0.9.0claws19
2952
2953         * src/filesel.c
2954                 make (multi) file selection dialog work again (Claws-only)
2955
2956 2003-06-07 [thorsten]   0.9.0claws18
2957
2958         * po/de.po
2959                 fix typos
2960
2961 2003-06-07 [alfons]     0.9.0claws17
2962
2963         * configure.ac
2964         * src/mimeview.c
2965                 detect apache mishap in which case don't include fnmatch.h
2966                 if regex.h is already included
2967
2968 2003-06-06 [christoph]  0.9.0claws16
2969
2970         * configure.ac
2971         * src/mimeview.h
2972                 add check for fnmatch.h and include it when available
2973
2974         * src/mimeview.[ch]
2975                 fix wrong case sensitivity of Content-Types
2976
2977         * src/gtk/Makefile.am
2978                 need the same include paths in gtk directory as in
2979                 common directory because .h files in common can
2980                 include files from these directories, when included
2981                 in gtk's .h or .c files
2982
2983 2003-06-06 [alfons]     0.9.0claws15
2984
2985         * src/mimeview.c
2986         * src/summaryview.c
2987                 make it compile again because of regex.h / fnmatch.h 
2988                 include problems (related to recent mime stuff, can
2989                 someone check this?)
2990
2991 2003-06-06 [thorsten]   0.9.0claws14
2992
2993         * src/folderview.c
2994                 possible use of uninitialized pointer while dragging
2995
2996 2003-06-06 [paul]       0.9.0claws13
2997
2998         * src/compose.c
2999                 fix bug where the insert sig button would be effective
3000                 only when auto_sig was set
3001
3002 2003-06-06 [paul]       0.9.0claws12
3003
3004         * sync with 0.9.2 release
3005
3006 2003-06-02 [paul]       0.9.0claws11
3007
3008         * sync with 0.9.1cvs1
3009                 see ChangeLog 2003-06-02
3010                 
3011         * po/de.po
3012                 update by Jens
3013
3014 2003-06-01 [christoph]  0.9.0claws10
3015
3016         * src/account.c
3017                 don't use substring search to find accounts by email address
3018
3019         (closes Bug 169 Overly loose matching of "From" address)
3020
3021 2003-05-31 [christoph]  0.9.0claws9
3022
3023         * doc-src/rfc2683.txt
3024         * src/imap.c
3025                 limit IMAP command length as recommended in RFC2683
3026                 (message number lists will be split into multiple imap
3027                 sets, the limit of 1000 octets is not a hard limit)
3028
3029         (closes Bug 161 sylpheed-claws exits with segfault when logging
3030          in to certain imap-servers)
3031
3032 2003-05-29 [alfons]     0.9.0claws8
3033
3034         * src/toolbar.[ch]
3035                 add print button (calling summary_print());
3036                 fine tune setting tooltip text;
3037                 (if someone needs other buttons, please take these 
3038                 commits as a guide, instead of bothering us - also
3039                 see 0.8.11claws150) 
3040
3041 2003-05-29 [darko]      0.9.0claws7
3042
3043         * src/compose.c
3044                 fix crash when word wrapping kicks in due to
3045                 changed text by spell checker
3046
3047 2003-05-29 [paul]       0.9.0claws6
3048
3049         * src/compose.c
3050                 fix bug where changing account would insert
3051                 sig even if auto_sig was FALSE
3052                 
3053         * ChangeLog
3054           ChangeLog.jp
3055           INSTALL
3056                 sync with 0.9.1 release
3057
3058 2003-05-28 [christoph]  0.9.0claws5
3059
3060         * src/imap.c
3061                 fix truncation of too long commands
3062
3063         (closes Bug 167 IMAP hangs trying to get envelope
3064          information in imap_get_uncached_messages)
3065
3066 2003-05-27 [paul]       0.9.0claws4
3067
3068         * tools/Makefile.am
3069           tools/maildir2sylpheed.pl     ** NEW FILE **
3070                 add kmail to sylpheed mailbox conversion script
3071
3072 2003-05-27 [paul]       0.9.0claws3
3073
3074         * sync with 0.9.0cvs10
3075                 see ChangeLog 2003-05-26
3076
3077 2003-05-26 [paul]       0.9.0claws2
3078
3079         * sync with 0.9.0cvs9
3080                 see ChangeLog 2003-05-26
3081
3082 2003-05-24 [paul]       0.9.0claws1
3083
3084         * sync with 0.9.0cvs8
3085                 see ChangeLog 2003-05-23
3086
3087 2003-05-24 [paul]       0.9.0claws
3088
3089         * version 0.9.0claws released
3090
3091 2003-05-24 [paul]       0.8.11claws177
3092
3093         * src/plugins/dillo-viewer/Makefile.am
3094           src/plugins/traycon/Makefile.am
3095                 add missing files
3096                 
3097         * po/bg.po
3098           po/en_GB.po
3099           po/es.po
3100           po/it.po
3101           po/pt_BR.po
3102           po/ru.po
3103           po/sr.po
3104                 update Bulgarian, British English, Spanish, Italian, 
3105                 Brazilian Portuguese, Russian, and Serbian translations, 
3106                 submitted by George Danchev, [me], Ricardo Mones Lastra,
3107                 André Filipe de Assunção e Brito, Alessandro Maestri, 
3108                 Ruslan N. Balkin, and Urke MMI
3109
3110 2003-05-23 [melvin]     0.8.11claws176
3111
3112         * po/fr.po
3113                 Updated French translations
3114
3115 2003-05-22 [paul]       0.8.11claws175
3116
3117         * src/Makefile.am
3118           src/addrbook.[ch]
3119           src/addrcache.[ch]
3120           src/addr_compl.[ch]
3121           src/adressbook.[ch]
3122           src/addrindex.[ch]
3123           src/addritem.[ch]
3124           src/editaddress.c
3125           src/editgroup.c
3126           src/editldap_basedn.c
3127           src/editldap.c
3128           src/jpilot.c
3129           src/vcard.c
3130                 revert to get ldap into it previous working state
3131                 
3132         * po/zh_TW.Big5.po
3133                 new Taiwanese translation,
3134                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
3135
3136 2003-05-22 [christoph]  0.8.11claws174
3137
3138         * src/plugins/spamassassin/libspamc.[ch]
3139                 sync libspamc with SpamAssaain release 2.55
3140
3141 2003-05-22 [paul]       0.8.11claws173
3142
3143         * sync with 0.9.0cvs7
3144                 see ChangeLog 2003-05-22
3145                 
3146         * src/summaryview.c
3147                 revert change in 0.8.11claws172: follow
3148                 Hiroyuki's decision and that's the end of it.
3149
3150 2003-05-21 [paul]       0.8.11claws172
3151
3152         * src/summaryview.c
3153                 fix discrepency between open_unread_on_enter
3154                 and always_show_msg
3155
3156 2003-05-21 [paul]       0.8.11claws171
3157
3158         * sync with 0.9.0cvs6
3159                 see ChangeLog 2003-05-21
3160
3161 2003-05-21 [paul]       0.8.11claws170
3162
3163         * sync with 0.9.0cvs5
3164                 see ChangeLog 2003-05-21
3165
3166 2003-05-20 [paul]       0.8.11claws169
3167
3168         * sync with 0.9.0cvs4
3169                 see ChangeLog 2003-05-20
3170                 fixes bug #152, 'encoding of IMAP folders names'
3171
3172 2003-05-20 [paul]       0.8.11claws168
3173
3174         * sync with 0.9.0cvs3
3175                 see ChangeLog 2003-05-20
3176                 
3177         * src/tools/convert_mbox.pl
3178                 minor change in the comments, submitted by Fred Marton
3179
3180 2003-05-19 [paul]       0.8.11claws167
3181
3182         * src/plugins/clamav/Makefile.am
3183           configure.ac
3184                 link clamav_lib to the plugin and not to the main program
3185
3186 2003-05-19 [christoph]
3187
3188         * src/Makefile.am
3189                 add -export-dynamic for linking
3190
3191 2003-05-19 [paul]       0.8.11claws166
3192
3193         * sync with 0.9.0cvs1
3194                 see ChangeLog 2003-05-19
3195
3196 2003-05-19 [paul]       0.8.11claws165
3197
3198         * src/inc.c
3199                 fix 'pop before smtp' timeout
3200
3201 2003-05-18 [alfons]     0.8.11claws164
3202
3203         * src/prefs_matcher.c
3204                 put "execute" action command line ("expression") in edit box
3205
3206 2003-05-18 [christoph]  0.8.11claws163
3207
3208         * src/mimeview.[ch]
3209         * src/plugins/dillo_viewer/dillo_viewer.c
3210         * src/plugins/image_viewer/viewer.c
3211         * src/plugins/mathml_viewer/mathml_viewer.c
3212                 let a viewer have a list of Content-Types
3213
3214 2003-05-18 [paul]       0.8.11claws162
3215
3216         * src/prefs_filtering.c
3217                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3218                 and REDIRECT actions
3219
3220 2003-05-17 [christoph]
3221
3222         * README.claws
3223                 o remove dynamic signatures that was syned with main
3224                 o add infos about no longer "build in" image viewer
3225                 o update bugtracker URL
3226
3227 2003-05-17 [christoph]  0.8.11claws161
3228
3229         * src/folder.c
3230         * src/folderview.c
3231         * src/imap.c
3232                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3233                 for every folder after rebuilding the folder tree.
3234
3235         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3236          messages)
3237
3238 2003-05-17 [christoph]  0.8.11claws160
3239
3240         * src/imap.c
3241                 don't use STATUS command on current folder to check for
3242                 content changes. imap_cmd_ok() now tracks changes to
3243                 folder and number of existing messages.
3244
3245 2003-05-17 [paul]       0.8.11claws159
3246
3247         * src/plugins/clamav/clamav_plugin.c
3248                 remove unnecessary debug_print
3249
3250 2003-05-16 [thorsten]   0.8.11claws158
3251
3252         * src/plugins/demo.c
3253                 included missing intl.h
3254
3255 2003-05-16 [paul]       0.8.11claws157
3256
3257         * po/POTFILES.in
3258                 remove non-existant entries
3259         
3260         * src/plugins/clamav/clamav_plugin.c
3261           src/plugins/clamav/clamav_plugin_gtk.c
3262           src/plugins/dillo_viewer/dillo_prefs.c
3263           src/plugins/dillo_viewer/dillo_viewer.c
3264                 gettextise
3265
3266 2003-05-16 [christoph]  0.8.11claws156
3267
3268         * po/POTFILES.in
3269                 include plugin .c files for translation until I
3270                 find a better solution to have plugins have their
3271                 own textdomain
3272         * src/plugins/demo/demo.c
3273         * src/plugins/image_viewer/plugin.c
3274         * src/plugins/mathml_viewer/mathml_viewer.c
3275         * src/plugins/spamassassin/spamassassin.c
3276         * src/plugins/spamassassin/spamassassin_gtk.c
3277         * src/plugins/trayicon/trayicon.c
3278                 add gettext macros for plugin name and description
3279
3280 2003-05-16 [paul]
3281
3282         * sync with 0.9.0
3283
3284 2003-05-16 [paul]       0.8.11claws155
3285
3286         * sync with lastest 0.9.0pre1
3287                 see ChangeLog 2003-05-16
3288
3289 2003-05-15 [paul]       0.8.11claws154
3290
3291         * sync with latest 0.9.0pre1
3292                 see ChangeLog 2003-05-14 and 2003-05-15
3293
3294 2003-05-14 [christoph]  0.8.11claws153
3295
3296         * src/plugins/image_viewer/viewer.c
3297         * src/plugins/image_viewer/viewer.glade         ** NEW **
3298         * src/plugins/image_viewer/viewerprefs.c
3299                 make it possible to disable the autoload function in the
3300                 imageviewer again
3301
3302 2003-05-14 [christoph]  0.8.11claws152
3303
3304         * src/folder.c
3305                 fix folder update after adding a message
3306
3307 2003-05-13 [alfons]     0.8.11claws151
3308
3309         * src/common/session.c
3310                 remove debug traces
3311                 
3312         * src/addrcache.[ch]
3313         * src/filtering.[ch]
3314         * src/folder.[c]
3315         * src/gtkaspell.[ch]
3316         * src/imap.[ch]
3317         * src/mbox_folder.[ch]
3318         * src/mh.[ch]
3319         * src/mimeview.h
3320         * src/msgcache.[ch]
3321         * src/news.[ch]
3322         * src/passphrase.[ch]
3323         * src/prefs_common.[ch]
3324         * src/prefs_gtk.[ch]
3325         * src/procmsg.c
3326         * src/scoring.[ch]
3327                 be pedantic; (in prototypes () implies (int))
3328
3329 2003-05-13 [alfons]     0.8.11claws150
3330
3331         * src/prefs_toolbar.[ch]
3332         * src/summaryview.[ch]
3333         * src/toolbar.[ch]
3334                 change misleading text in toolbar prefs;
3335                 add toolbar action for ignore thread (toggles ignore thread flag);
3336                 clean up a little bit;
3337
3338 2003-05-12 [paul]
3339
3340         * tools/convert_mbox.pl
3341                 bug fixed by Fred Marton
3342
3343 2003-05-12 [paul]
3344
3345         * sync with 0.9.0pre1
3346
3347 2003-05-09 [paul]       0.8.11claws149
3348
3349         * sync with 0.8.11cvs43
3350                 see ChangeLog 2003-05-09
3351
3352 2003-05-08 [christoph]  0.8.11claws148
3353
3354         * src/imap.[ch]
3355                 o use CAPABILIY as first command and check for PREAUTH
3356                   information in the response to it
3357                 o rewrite all imap_cmd_* functions to use an IMAPSession
3358                   instead of a SockInfo as parameter
3359                 o do STARTTLS after fetching and checking the server
3360                   capabilities
3361
3362 2003-05-08 [paul]       0.8.11claws147
3363
3364         * tools/Makefile.am
3365           tools/README
3366           tools/convert_mbox.pl         ** NEW FILE **
3367                 add mbox conversion script. Submitted by 
3368                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3369
3370 2003-05-07 [christoph]
3371
3372         * doc-src/glade.txt
3373         * src/gtk/pluginwindow.glade
3374         * src/plugins/image_viewer/viewerprefs.glade
3375         * src/plugins/spamassassin/spamassassin_gtk.glade
3376                 add glade files for user interfaces and a description how
3377                 to use glade to create the sylpheed code
3378
3379 2003-05-07 [paul]       0.8.11claws146
3380
3381         * sync with 0.8.11cvs41
3382                 see ChangeLog 2003-05-07
3383
3384 2003-05-06 [christoph]  0.8.11claws145
3385
3386         * src/main.c
3387         * src/plugins/image_viewer/viewer.c
3388                 fix usage of imlib in imageviewer plugin
3389
3390         * src/gtk/prefswindow.c
3391                 handle window close event correctly
3392
3393 2003-05-06 [paul]       0.8.11claws144
3394
3395         * src/common/ssl.c
3396                 fix typo introduced in sync
3397
3398 2003-05-06 [paul]       0.8.11claws143
3399
3400         * sync with 0.8.11cvs39
3401                 see ChangeLog 2003-05-06
3402
3403 2003-05-06 [paul]       0.8.11claws142
3404
3405         * AUTHORS
3406           po/cs.po
3407                 updated Czech translation, submitted by 
3408                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3409                 
3410         * src/plugins/clamav/clamav_plugin_gtk.c
3411                 clean up
3412
3413 2003-05-03 [alfons]     0.8.11claws141
3414
3415         * src/compose.[ch]
3416                 make paste as quotation work even when the call to 
3417                 text_inserted() was deferred (fixes bug #140 "Paste 
3418                 as quotation does not work when using "external" 
3419                 clipboard")
3420
3421 2003-05-03 [thorsten]   0.8.11claws140
3422
3423         * src/addrquery.h
3424           src/ldapquery.h
3425           src/mainwindow.c
3426                 removed C++ comments
3427         * src/addr_compl.c
3428                 function with non-int retval/param used before
3429                 implementation/declaration
3430
3431 2003-05-02 [paul]       0.8.11claws139
3432
3433         * src/addr_compl.[ch]
3434           src/addressbook.[ch]
3435           src/addrindex.c
3436           src/summaryview.c
3437                 revert match's changes to (finally) remove the bug where
3438                 opening a folder causes massive slowdown when using the 
3439                 'Display sender using address book' option
3440
3441 2003-05-01 [melvin]     0.8.11claws138
3442
3443         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3444         * src/plugins/dillo_viewer/dillo_viewer.c
3445                 Fixed bug where "Cancel" button from prefs issued
3446                 warnings.
3447                 Comply a little more to coding style
3448
3449 2003-05-01 [paul]       0.8.11claws137
3450
3451         * sync with 0.8.11cvs38
3452                 see ChangeLog 2003-05-01
3453
3454 2003-05-01 [paul]       0.8.11claws136
3455
3456         * po/bg.po
3457                 updated by George Danchev
3458
3459 2003-04-30 [christoph]  0.8.11claws135
3460
3461         * src/plugins/dillo_viewer/dillo_prefs.c
3462         * src/plugins/image_viewer/viewerprefs.c
3463         * src/plugins/spamassassin/spamassassin_gtk.c
3464                 remove gtk_widget_ref() calls for widgets in
3465                 glade code
3466
3467 2003-04-30 [paul]       0.8.11claws134
3468
3469         * src/addrindex.c
3470                 ok, this time a better fix for the bug where opening folder
3471                 has massive slowdown when using the 'Display sender using 
3472                 address book' option
3473
3474 2003-04-30 [paul]       0.8.11claws133
3475
3476         * src/addrindex.c
3477                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3478         
3479 2003-04-30 [melvin]     0.8.11claws132
3480
3481         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3482
3483         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3484                 Preferences for the dillo plugin
3485         * src/plugins/dillo_viewer/dillo_viewer.c
3486                 Support for preferences
3487         * src/plugins/dillo_viewer/Makefile.am
3488                 Added dillo_prefs.[ch]
3489
3490 2003-04-30 [alfons]     0.8.11claws131
3491
3492         * src/common/plugin.[ch]
3493                 see? this ANSI C'fication immediately gives us type
3494                 checking for free.
3495
3496 2003-04-30 [alfons]     0.8.11claws130
3497
3498         * src/common/plugin.[ch]
3499         * src/plugins/clamav/clamav_plugin.[ch]
3500         * src/plugins/clamav/clamav_plugin_gtk.c
3501         * src/plugins/demo/demo.c
3502         * src/plugins/dillo_viewer/dillo_viewer.c
3503         * src/plugins/image_viewer/plugin.c
3504         * src/plugins/image_viewer/viewer.[ch]
3505         * src/plugins/image_viewer/viewerprefs.[ch]
3506         * src/plugins/mathml_viewer/mathml_viewer.c
3507         * src/plugins/spamassassin/spamassassin.[ch]
3508         * src/plugins/spamassassin/spamassassin_gtk.c
3509         * src/plugins/trayicon/trayicon.c
3510                 clean up
3511
3512 2003-04-30 [alfons]     0.8.11claws129
3513
3514         * src/common/utils.c
3515                 make is_ascii_str() fail gracefully when NULL pointer
3516                 is passed
3517
3518 2003-04-30 [paul]       0.8.11claws128
3519
3520         * src/addrindex.c
3521                 fix bug where opening folder has massive slowdown when
3522                 using the 'Display sender using address book' option
3523
3524 2003-04-30 [paul]       0.8.11claws127
3525
3526         * src/plugins/clamav/clamav_plugin.c
3527           src/plugins/clamav/clamav_plugin_gtk.c
3528           src/plugins/demo/demo.c
3529           src/plugins/dillo_viewer/dillo_viewer.c
3530           src/plugins/image_viewer/plugin.c
3531           src/plugins/mathml_viewer/mathml_viewer.c
3532           src/plugins/spamassassin/spamassassin.c
3533           src/plugins/spamassassin/spamassassin_gtk.c
3534           src/plugins/trayicon/trayicon.c
3535                 get rid of eye-hurting function signatures
3536
3537 2003-04-30 [paul]       0.8.11claws126
3538
3539         * src/plugins/trayicon/trayicon.c
3540                 add description
3541                 
3542         * src/mimeview.c
3543                 be more descriptive
3544
3545 2003-04-30 [paul]       0.8.11claws125
3546
3547         * configure.ac
3548                 arrange the plugins in reverse alphabetical order
3549                 
3550         * src/plugins/clamav/clamav_plugin.[ch]
3551           src/plugins/clamav/clamav_plugin_gtk.c
3552                 rename some params
3553                 resize max_size window
3554                 re-arrange the order of some gui elements
3555                 improve descriptions
3556         
3557         * src/plugins/image_viewer/plugin.c
3558           src/plugins/mathml_viewer/mathml_viewer.c
3559                 add descriptions
3560                 
3561         * src/plugins/spamassassin/spamassassin_gtk.c
3562                 resize max_size window
3563                 re-arrange the order of some gui elements
3564                 
3565         * src/messageview.c
3566           src/mimeview.c
3567                 correct typos
3568
3569 2003-04-30 [alfons]     0.8.11claws124
3570
3571         * src/imap.c
3572                 fix a leak found while browsing Martin Kluge's 
3573                 valgrind log (Claws only)
3574
3575 2003-04-29 [darko]      0.8.11claws123
3576
3577         * src/gtk/gtkstext.h
3578                 include wchar.h if it is available, fixes compilation
3579                 on HP-UX systems
3580
3581 2003-04-29 [melvin]     0.8.11claws122
3582
3583         * src/prefs_actions.c
3584                 Improved help text of Actions' syntax
3585
3586 2003-04-28 [paul]       0.8.11claws121
3587
3588         * src/action.c
3589                 a better fix for the crash when performing an action
3590                 on a mime part
3591
3592 2003-04-28 [paul]       0.8.11claws120
3593
3594         * src/action.c
3595                 fix crash when performing an action on a
3596                 mime part
3597
3598 2003-04-28 [paul]       0.8.11claws119
3599
3600         * sync with 0.8.11cvs36
3601                 see ChangeLog 2003-04-28
3602
3603 2003-04-27 [paul]       0.8.11claws118
3604
3605         * more sync with 0.8.11cvs35
3606                 see ChangeLog 2003-04-25
3607
3608 2003-04-26 [christoph]  0.8.11claws117
3609
3610         * src/folder.c
3611                 fix remove virtual check
3612
3613 2003-04-26 [paul]       0.8.11claws116
3614
3615         * src/messageview.c
3616                 fix return-receipt, make it work again
3617
3618 2003-04-26 [paul]       0.8.11claws115
3619
3620         * src/mimeview.c
3621                 restore double-clicking of the [application/pgp-signature 
3622                 (Select "Check signature" to check)] line in the message view,
3623                 broken in recent sync
3624
3625 2003-04-26 [christoph]  0.8.11claws114
3626
3627         * src/folder.c
3628                 check if remove virtual really exists before
3629                 calling the function
3630
3631 2003-04-25 [match]      0.8.11claws113
3632
3633         * src/addrindex.c
3634         * src/addrbook.c
3635         * src/ldapquery.[ch]
3636         * src/ldapctrl.[ch]
3637                 fix memleak.
3638         * src/ldapserver.[ch]
3639                 fix memleak. fix segfault.
3640                 plug a Claws memleak
3641
3642 2003-04-25 [alfons]     0.8.11claws112
3643
3644         * src/folder.c
3645                 plug a Claws memleak
3646
3647 2003-04-25 [alfons]     0.8.11claws111
3648
3649         * src/common/session.c
3650                 plug a memleak
3651
3652 2003-04-25 [paul]       0.8.11claws110
3653
3654         * sync with 0.8.11cvs35
3655                 see ChangeLog 2003-04-24 and 2003-04-25
3656                 
3657         * src/gtk/pluginwindow.c
3658                 correct another strange float value
3659
3660 2003-04-24 [christoph]  0.8.11claws109
3661
3662         * src/folder.c
3663                 freeze folder item updates when unsetting new flags
3664
3665         * src/gtk/pluginwindow.c
3666                 correct strange float value
3667
3668 2003-04-23 [paul]       0.8.11claws108
3669
3670         * sync with 0.8.11cvs33
3671                 see ChangeLog 2003-04-23
3672
3673 2003-04-22 [paul]       0.8.11claws107
3674
3675         * src/Makefile.am
3676           src/messageview.c
3677           src/mimeview.c
3678           src/pgptext.[ch]      ** REMOVED **
3679                 remove pgptext.[ch] as its not used any more
3680
3681 2003-04-22 [paul]       0.8.11claws106
3682
3683         * sync with 0.8.11cvs31
3684                 see ChangeLog 2003-04-21 and 2003-04-22
3685
3686 2003-04-21 [alfons]     0.8.11claws105
3687
3688         * src/main.c
3689                 No access to GTK structures if we're a spawned child
3690                 (and clean up code a little bit...) Should fix #126.
3691
3692 2003-04-21 [melvin]     0.8.11claws104
3693
3694         * src/plugins/dillo_viewer/README
3695                 Improved slightly the text.
3696
3697 2003-04-21 [melvin]     0.8.11claws103
3698
3699         * src/plugins/dillo_viewer/README *** NEW ***
3700                 Added a README file for the Dillo plugin
3701
3702 2003-04-20 [paul]
3703
3704         * tools/README
3705           tools/outlook2sylpheed.pl
3706                 updated and improved by Ricardo Mones Lastra
3707
3708 2003-04-18 [oliver]     0.8.11claws102
3709
3710         * src/inc.c 
3711         * src/prefs_account.h
3712                 remove Pop3SessionType (used by selective download)
3713         * src/prefs_toolbar.c
3714                 enable set Default Toolbar button
3715
3716 2003-04-18 [paul]       0.8.11claws101
3717
3718         * sync with 0.8.11cvs29
3719                 see ChangeLog 2003-04-18
3720
3721 2003-04-17 [paul]       0.8.11claws100
3722
3723         * src/prefs_common.[ch]
3724           src/summaryview.c
3725                 remove 'Open next message on deletion' option,
3726                 as the same effect can now be achieved via the
3727                 'Always open messages in summary when selected'
3728                 option.
3729
3730 2003-04-17 [paul]       0.8.11claws99
3731
3732         * sync with 0.8.11cvs28
3733                 see ChangeLog 2003-04-17
3734
3735 2003-04-17 [christoph]  0.8.11claws98
3736
3737         * ac/spamassassin.m4
3738         * src/plugins/spamassassin/libspamc.[ch]
3739         * src/plugins/spamassassin/utils.[ch]
3740                 sync libspamc with SpamAssassin project
3741
3742 2003-04-17 [christoph]  0.8.11claws97
3743
3744         * src/common/socket.h
3745         * src/gtk/sslcertwindow.h
3746                 rename old USE_SSL to USE_OPENSSL
3747
3748 2003-04-17 [paul]       0.8.11claws96
3749
3750         * src/prefs_common.h
3751                 use gulong for P_COLOR so that it compiles/runs on
3752                 64-bit systems. Patch submitted by James Noyes
3753                 <jnoyes-claws@retrogeeks.com>
3754                 
3755         * po/de.po
3756                 updated by Jens
3757
3758 2003-04-17 [paul]       0.8.11claws95
3759
3760         * sync with 0.8.11cvs27
3761                 see ChangeLog 2003-04-16
3762
3763 2003-04-15 [paul]       0.8.11claws94
3764
3765         * src/prefs_common.[ch]
3766                 rearrange to stop the window getting too long:
3767                         move Receive dialog stuff to Receive tab
3768                         move Send dialog to Send tab
3769                         remove Dialogs frame
3770                 rename 'Open messages in summary with cursor keys' to
3771                 'Always open messages in summary when selected', as its
3772                 more appropriate
3773
3774 2003-04-15 [paul]       0.8.11claws93
3775
3776         * src/prefs_common.[ch]
3777           src/summaryview.c
3778                 add new option '/Interface/Open next message on deletion'
3779
3780 2003-04-15 [paul]       0.8.11claws92
3781
3782         * src/summaryview.[ch]
3783                 add /Mark/Lock and /Mark/Unlock to the pop-up
3784                 menu. Patch submitted by Ivan Francolin Martinez
3785                 <ivanfm@users.sourceforge.net>
3786
3787 2003-04-15 [paul]       0.8.11claws91
3788
3789         * sync with 0.8.11cvs24
3790                 see ChangeLog 2003-04-15
3791
3792 2003-04-14 [jens]       0.8.11claws90
3793
3794         * updated German translation and some corrections from
3795                 Roland Bless <bless@tm.uka.de>
3796
3797 2003-04-14 [paul]       0.8.11claws89
3798
3799         * sync with 0.8.11cvs22
3800                 see ChangeLog 2003-04-14
3801
3802 2003-04-13 [paul]       0.8.11claws88
3803
3804         * src/plugins/clamav/clamav_plugin.c
3805                 fix memory leaks
3806                 clean up
3807
3808 2003-04-12 [paul]       0.8.11claws87
3809
3810         * src/plugins/clamav/clamav_plugin.c
3811                 activate enable/disable archive scanning option
3812                 
3813         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3814
3815 2003-04-12 [paul]       0.8.11claws86
3816
3817         * src/plugins/Makefile.am
3818           src/plugins/clamav/Makefile.am                ** NEW FILE **
3819           src/plugins/clamav/README                     ** NEW FILE ** 
3820           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3821           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3822                 add Clam AntiVirus plugin
3823
3824 2003-04-12 [paul]       0.8.11claws85
3825
3826         * sync with 0.8.11cvs21
3827                 see ChangeLog 2003-04-11
3828
3829 2003-04-11 [paul]       0.8.11claws84
3830
3831         * po/es.po
3832                 update Spanish translation. Submitted by Ricardo
3833                 Mones Lastra.
3834
3835 2003-04-10 [christoph]  0.8.11claws83
3836
3837         * src/mbox.c
3838                 fix typo that did not move unfiltered mails to destination
3839                 folder
3840
3841         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3842          when filtering from spool)
3843
3844 2003-04-10 [christoph]  0.8.11claws82
3845
3846         * src/imap.c
3847                 use BODY.PEEK instead of BODY in in message fetch operation
3848                 to make sure the IMAP server does not set the \Seen flag for
3849                 messages. Sylpheed does that later itself, when the message
3850                 is opened in sylpheed
3851
3852         (closes Bug 111 Claws destroys unread marks)
3853
3854 2003-04-09 [oliver]     0.8.11claws81
3855         
3856         * src/folder.c
3857                 fix crash in folder_destroy
3858         * README.claws
3859                 remove selective download
3860
3861 2003-04-09 [christoph]  0.8.11claws80
3862
3863         * src/imap.c
3864                 fix crash in imap_get_msginfo() when then fetched message
3865                 is not found
3866
3867         (closes Bug 110 Crash during mail composition)
3868
3869 2003-04-08 [christoph]  0.8.11claws79
3870
3871         * src/folder.c
3872         * src/prefs_account.c
3873                 Filter new messages that are found in an INBOX folder
3874                 when 'Filter messages on receiving' is enabled in the
3875                 Folder's AccountPrefs. This allows to use Sylpheed's
3876                 filtering engine for IMAP folders where messages are
3877                 added to the INBOX by a MTA
3878
3879 2003-04-08 [paul]       0.8.11claws78
3880
3881         * src/procmsg.h
3882                 clean up after last commit
3883
3884 2003-04-08 [paul]       0.8.11claws77
3885
3886         * sync with 0.8.11cvs20
3887                 see ChangeLog 2003-04-07 and 2003-04-08
3888
3889 2003-04-07 [christoph]  0.8.11claws76
3890
3891         * src/filtering.[ch]
3892         * src/inc.[ch]
3893         * src/mbox.c
3894         * src/procmsg.[ch]
3895                 add procmsg_msginfo_filter() to execute filtering actions
3896
3897 2003-04-06 [christoph]  0.8.11claws75
3898
3899         * src/imap.c
3900                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3901
3902 2003-04-06 [christoph]  0.8.11claws74
3903
3904         * src/common/utils.[ch]
3905                 add g_int_compare() function for slist sorting
3906
3907         * src/imap.c
3908                 fetch all MsgInfos with one command in imap_get_msginfos()
3909                 using an imap set with a list of ranges
3910
3911         * src/news.c
3912                 use new g_int_compare() function
3913
3914 2003-04-06 [thorsten]   0.8.11claws73
3915
3916         * src/mh.c
3917                 corrected implementation of mh_folder_destroy()
3918
3919 2003-04-05 [christoph]  0.8.11claws72
3920
3921         * src/account.c
3922         * src/folder.[ch]
3923         * src/folderview.c
3924         * src/imap.c
3925         * src/inc.c
3926         * src/main.c
3927         * src/mainwindow.c
3928         * src/mbox_folder.c
3929         * src/mh.c
3930         * src/mimeview.h
3931         * src/msgcache.[ch]
3932         * src/news.c
3933         * src/procmime.h
3934         * src/procmsg.[ch]
3935         * src/setup.c
3936         * src/gtk/gtkutils.c
3937                 o rename structure field names class and new to klass and
3938                   new_msgs, to allow including files in C++
3939                 o add 'extern "C"' block to some header files
3940                 o add MsgInfoList and MsgNumberList as alias for GSList for
3941                   developers to know what type of list is expected
3942
3943         * src/plugins/image_viewer/plugin.c
3944         * src/plugins/image_viewer/viewer.[ch]
3945         * src/plugins/image_viewer/viewerprefs.[ch]
3946                 rename function names to prevent conflicts
3947
3948 2003-04-05 [paul]       0.8.11claws71
3949
3950         * sync with 0.8.11cvs18
3951                 see ChangeLog 2003-04-03 and 2003-04-04
3952
3953 2003-04-02 [christoph]  0.8.11claws70
3954
3955         * src/folder.[ch]
3956         * src/imap.[ch]
3957         * src/mbox_folder.[ch]
3958         * src/mh.[ch]
3959         * src/news.[ch]
3960                 o Make all virtual folder functions private
3961                 o remove unused folder code
3962
3963         * src/common/socket.[ch]
3964         * src/summaryview.c
3965                 fix warnings
3966
3967 2003-03-30 [alfons]     0.8.11claws69
3968
3969         * src/send_message.c
3970                 remove two debug traces and see if people still report
3971                 errors
3972
3973 2003-03-30 [alfons]     0.8.11claws68
3974
3975         * src/send_message.c
3976         * src/commons/session.c
3977                 add more debug traces
3978
3979 2003-03-30 [christoph]  0.8.11claws67
3980
3981         * src/folder.c
3982                 change processing folder name from .processing to processing
3983
3984         * src/common/ssl.c
3985                 disable SSL certificate check because it causes Xlib error
3986                 when the child process want's to open an GTK window
3987
3988 2003-03-30 [christoph]  0.8.11claws66
3989
3990         * src/folder.c
3991                 don't use default folder for processing folder item because
3992                 it can be a non local folder
3993
3994         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3995
3996 2003-03-30 [alfons]     0.8.11claws65
3997
3998         * src/send_message.c
3999                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
4000                 to generate bad code for 'send_send_data_progressive': When
4001                 called from 'send_send_data_finished', the 'data' pointer is
4002                 cleared just before the assignment to the dialog pointer
4003
4004 2003-03-29 [christoph]  0.8.11claws64
4005
4006         * src/common/prefs.h
4007         * src/plugins/image_viewer/Makefile.am
4008         * src/plugins/image_viewer/plugin.c
4009         * src/plugins/image_viewer/viewer.[ch]
4010         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
4011                 add PrefsPage for ImageViewer
4012
4013 2003-03-28 [thorsten]   0.8.11claws63
4014
4015         * src/common/session.c
4016                 added some comments
4017
4018 2003-03-28 [paul]       0.8.11claws62
4019
4020         * sync with 0.8.11cvs16
4021                 see ChangeLog 2003-03-28
4022
4023 2003-03-28 [paul]       0.8.11claws61
4024
4025         * sync with 0.8.11cvs15
4026                 see ChangeLog 2003-03-28
4027
4028 2003-03-27 [christoph]  0.8.11claws60
4029
4030         * src/folder.c
4031         * src/imap.c
4032         * src/common/socket.[ch]
4033                 set socket state to DISCONNECTED when any operation
4034                 fails to allow reconnecting in IMAP code without
4035                 checking the return code of all calls to the command
4036                 functions
4037
4038         * src/folderview.c
4039         * src/summaryview.c
4040                 remove some more stuff that depends on specific
4041                 folder types
4042
4043 2003-03-27 [paul]       0.8.11claws59
4044
4045         * sync with 0.8.11cvs14
4046                 see ChangeLog 2003-03-27
4047                 
4048         * src/selective_download.[ch]   ** REMOVED **
4049                 really removed
4050
4051 2003-03-27 [christoph]  0.8.11claws58
4052
4053         * src/folder.c
4054                 fix handling of tmp_flags in flag copy function
4055
4056 2003-03-27 [paul]       0.8.11claws57
4057
4058         * sync with 0.8.11cvs13
4059                 see ChangeLog 2003-03-27
4060
4061 2003-03-27 [oliver]     0.8.11claws56
4062
4063         * src/maiwindow.c
4064                 remove sel_download_cb
4065
4066 2003-03-27 [oliver]     0.8.11claws55
4067         
4068         * src/inc.c
4069                 remove POP3_TOP
4070         
4071 2003-03-26 [oliver]     0.8.11claws54
4072
4073         *src/pop.h
4074                 remove POP3_TOP*
4075         * README.claws
4076                 remove selective donwload readme
4077
4078 2003-03-26 [oliver]     0.8.11claws53
4079         * src/matcher.[ch]
4080         * src/matcher_parser_parse.y 
4081         * src/pop.c 
4082         * src/prefs_account.[ch]
4083         * src/prefs_filtering.c
4084                 remove selective donwload
4085
4086 2003-03-26 [oliver]     0.8.11claws52
4087
4088         * src/inc.[ch] 
4089         * src/filtering.c 
4090         * src/mainwindow.c 
4091                 remove selective donwload
4092
4093 2003-03-26 [oliver]     0.8.11claws51
4094         
4095         * src/Makefile.am
4096         * src/selective_download.[ch]   ** REMOVE **    
4097
4098 2003-03-26 [christoph]  0.8.11claws50
4099
4100         * src/news.c
4101                 fix NEWS that got broken by a sync with sylpheed-main
4102
4103 2003-03-26 [christoph]  0.8.11claws49
4104
4105         * src/mimeview.c
4106                 fix mime type guessing when no mime type is found for a file
4107
4108 2003-03-25 [christoph]  0.8.11claws48
4109
4110         * src/mimeview.c
4111         * src/procmime.c
4112                 remove mime type guessing from mime parser and use
4113                 name based mime types in viewer lookup for mime type
4114                 application/octet-stream
4115
4116 2003-03-25 [christoph]  0.8.11claws47
4117
4118         * doc-src/readme.txt
4119         * doc-src/rfc2554.txt
4120                 add RFC about SMTP AUTH
4121
4122         * src/send_message.c
4123         * src/common/smtp.[ch]
4124                 add extra error code for authentication errors and
4125                 clear temporary password when this error occurs
4126
4127         (closes Bug 84 authentication failure while sending should
4128          prompt for password again)
4129
4130 2003-03-25 [christoph]  0.8.11claws46
4131
4132         * configure.ac
4133         * src/Makefile.am
4134         * src/imageview.[ch]                            ** REMOVE **
4135         * src/messageview.[ch]
4136         * src/mimeview.[ch]
4137         * src/prefs_common.[ch]
4138         * src/textview.c
4139         * src/plugins/Makefile.am
4140         * src/plugins/image_viewer/.cvsignore           ** NEW **
4141         * src/plugins/image_viewer/Makefile.am          ** NEW **
4142         * src/plugins/image_viewer/plugin.c             ** NEW **
4143         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4144                 move image viewer into a plugin (building is enabled by default)
4145                 [ToDo: Prefs for resize and autoview]
4146
4147 2003-03-25 [paul]       0.8.11claws45
4148
4149         * sync with 0.8.11cvs12
4150                 see ChangeLog 2003-03-26
4151
4152 2003-03-25 [paul]       0.8.11claws44
4153
4154         * sync with 0.8.11cvs11
4155                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4156                 
4157         Note: Selective Download is broken.
4158                 
4159 2003-03-22 [christoph]  0.8.11claws43
4160
4161         * src/folder.c
4162                 code cleanup for flags copying
4163
4164 2003-03-22 [christoph]  0.8.11claws42
4165
4166         * src/plugins/trayicon/trayicon.c
4167                 fix setting the transparent area when the window size
4168                 is forced by the system tray
4169
4170 2003-03-22 [christoph]  0.8.11claws41
4171
4172         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4173         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4174         * src/plugins/trayicon/newmail.xpm              ** NEW **
4175         * src/plugins/trayicon/nomail.xpm               ** NEW **
4176         * src/plugins/trayicon/trayicon.c
4177         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4178                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4179                 o add icon for unread mails
4180                 o set transparency for window
4181
4182 2003-03-22 [christoph]  0.8.11claws40
4183
4184         * src/news.c
4185                 init news session to prevent crash when session is closed
4186
4187 2003-03-22 [christoph]  0.8.11claws39
4188
4189         * src/imap.c
4190         * src/common/session.[ch]
4191                 Init session data to make sure we don't have invalid pointers
4192                 for read_ch and write_ch when new multi process sessions are
4193                 not used
4194
4195         * src/main.c
4196         * src/common/plugin.c
4197         * src/common/sylpheed.c
4198         * src/plugins/demo/demo.c
4199         * src/plugins/dillo_viewer/dillo_viewer.c
4200         * src/plugins/mathml_viewer/mathml_viewer.c
4201         * src/plugins/spamassassin/spamassassin.c
4202         * src/plugins/spamassassin/spamassassin_gtk.c
4203                 add plugin types to allow loading plugins at different times
4204                 (and maybe for different frontends), because it's not good to
4205                 load GTK-Plugins gefore gtk_init was called
4206
4207         * configure.ac
4208         * src/plugins/Makefile.am
4209         * src/plugins/trayicon/.cvsignore               ** NEW **
4210         * src/plugins/trayicon/Makefile.am              ** NEW **
4211         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4212         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4213         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4214         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4215         * src/plugins/trayicon/trayicon.c               ** NEW **
4216                 New Trayicon plugin that shows an icon in a systray that uses
4217                 XEMBED protocol like Gnome's systray. Icon shows if there
4218                 are new mails and a tooltip shows information about new,
4219                 unread and total messages.
4220
4221 2003-03-22 [paul]       0.8.11claws38
4222
4223         * src/common/smtp.c
4224                 fix ESMTP AUTH CRAM-MD5
4225                 [sync with main (still version 0.8.11cvs6), see
4226                  ChangeLog 2003-03-22]
4227
4228 2003-03-21 [colin]      0.8.11claws37
4229
4230         * src/send_message.c
4231                 Fix USE_SSL => USE_OPENSSL
4232
4233 2003-03-21 [colin]      0.8.11claws36
4234
4235         * src/folderview.c
4236                 Fix counts in drag and dropped subfolders
4237
4238 2003-03-21 [colin]      0.8.11claws35
4239
4240         * src/folder.c 
4241         * src/folderview.c
4242                 speed up a bit folder dnd
4243
4244 2003-03-20 [alfons]     0.8.11claws34
4245
4246         * src/main.c
4247         * src/toolbar.c
4248         * src/procmsg.c
4249                 don't send locked queue messages
4250                 (feature request "[ 705245 ] Locking message in outbox 
4251                  should prevent sending")
4252
4253 2003-03-20 [christoph]  0.8.11claws33
4254
4255         * src/folder.c
4256                 remove NEW and UNREAD flag in special folders when scanning
4257                 
4258         * src/common/smtp.c
4259                 fix ESMTP AUTH CRAM-MD5
4260
4261 2003-03-20 [paul]       0.8.11claws32
4262
4263         * src/prefs_account.c
4264                 Re-write 'Tunnel command to open connection' as
4265                 'Use command to communicate with server', and disable
4266                 it for all except IMAP accounts
4267
4268 2003-03-20 [paul]       0.8.11claws31
4269
4270         * sync with 0.8.11cvs6
4271                 see ChangeLog 2003-03-20
4272
4273 2003-03-19 [match]      0.8.11claws30
4274
4275         * src/addritem.[ch]
4276                 include documentation. minor refactoring.
4277         * src/addr_compl.[ch]
4278         * src/addrindex.[ch]
4279         * src/addresbook.[ch]
4280         * src/summaryview.c
4281                 re-enable address lookup (was disabled in
4282                 0.8.11claws20).
4283
4284 2003-03-19 [christoph]  0.8.11claws29
4285
4286         * src/procmsg.c
4287                 add temp flag handling, will make moving and copying
4288                 messages possible again
4289
4290         * src/folder.c
4291                 correct calulation of folder stats
4292
4293 2003-03-18 [match]      0.8.11claws28
4294
4295         * src/editgroup.h
4296                 remove case sensitive comparison (closes bug 80).
4297
4298 2003-03-18 [christoph]  0.8.11claws27
4299
4300         * src/imap.c
4301                 fix imap using a tunnel command
4302
4303         (closes bug 87)
4304
4305 2003-03-18 [christoph]  0.8.11claws26
4306
4307         * src/folder.[ch]
4308         * src/imap.c
4309         * src/procmsg.[ch]
4310                 rewrite flag handling for folders
4311
4312 2003-03-18 [christoph]  0.8.11claws25
4313
4314         * src/folder.c
4315         * src/procmsg.c
4316         * src/summaryview.c
4317                 unset NEW and UNREAD flags when message is ignored, to make
4318                 sure messages don't show up as unread on other IMAP clients,
4319                 because the IGNORE_THREAD flag can not be syncronized through
4320                 the IMAP folder
4321
4322 2003-03-17 [christoph]  0.8.11claws24
4323
4324         * src/imap.c
4325                 don't use recursion to fetch uids when the number of messages
4326                 does not match. Moved code into subfunction that is used
4327                 again when needed, to prevent an endless loop.
4328
4329 2003-03-17 [thorsten]   0.8.11claws23
4330
4331         * src/imageview.[ch]
4332                 export imageview_get_resized_size() (for plugins)
4333         * src/prefs_common.[ch]
4334                 added prefs_common_get() (for plugins)
4335
4336 2003-03-17 [christoph]  0.8.11claws22
4337
4338         * src/imap.c
4339                 o remove UID guessing from copy code
4340                 o support UIDPLUS extension for APPEND command
4341
4342 2003-03-17 [paul]       0.8.11claws21
4343
4344         * src/gtk/about.c
4345                 remove 'Compiled-plugins' section.
4346                 
4347         * src/plugins/dillo_viewer/dillo_viewer.c
4348                 slight change to description text
4349
4350 2003-03-16 [match]      0.8.11claws20
4351         * src/ldapserver.[ch]           ** NEW **
4352         * src/ldapctrl.[ch]             ** NEW **
4353         * src/ldapquery.[ch]            ** NEW **
4354         * src/ldaputil.[ch]             ** NEW **
4355         * src/addrcindex.[ch]           ** NEW **
4356         * src/addrquery.h               ** NEW **
4357         * src/addritem.[ch]
4358         * src/addrcache.[ch]
4359         * src/addrindex.[ch]
4360         * src/addr_compl.[ch]
4361         * src/addressbook.[ch]
4362         * src/addrbook.[ch]
4363         * src/editgroup.c
4364         * src/editaddress.c
4365         * src/editldap.c
4366         * src/editldap_basedn.c
4367         * src/vcard.c
4368         * src/jpilot.c
4369         * src/Makefile.am
4370                 included dynamic LDAP queries. improved address
4371                 completion.
4372
4373 2003-03-16 [paul]       0.8.11claws19
4374
4375         * tools/multiwebsearch.pl
4376                 fix a fatal typo
4377
4378 2003-03-16 [christoph]  0.8.11claws18
4379
4380         * src/mimeview.c
4381         * src/plugins/dillo_viewer/dillo_viewer.c
4382         * src/plugins/mathml_viewer/mathml_viewer.c
4383                 make unregistering of MimeViewerFactorys possible
4384
4385 2003-03-16 [alfons]     0.8.11claws17
4386
4387         * configure.ac
4388                 correct typo
4389
4390 2003-03-16 [melvin]     0.8.11claws16
4391
4392         * src/plugins/dillo_viewer.c
4393                 Fixed bug where it was not possible to view more than
4394                 one text/html attachment per message (bug discovered
4395                 by Christoph Hohmann).
4396
4397 2003-03-15 [melvin]     0.8.11claws15
4398
4399         * src/prefs_actions.c
4400                 Fixed compilation warnings.
4401
4402 2003-03-15 [melvin]     0.8.11claws14
4403
4404         * src/plugins/Makefile.am
4405         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4406         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4407         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4408                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4409                 newer (http://dillo.auriga.wearlab.de/).
4410
4411 2003-03-15 [christoph]  0.8.11claws13
4412
4413         * src/imap.c
4414                 don't query imap folder for attributes because we already
4415                 for them from imap_status
4416
4417         * src/mimeview.[ch]
4418                 add support for plugable MimeViewers (unloading Viewers
4419                 not yet complete)
4420
4421         * src/plugins/Makefile.am
4422         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4423         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4424         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4425                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4426                 widget from http://helm.cs.unibo.it/mml-widget/
4427
4428 2003-03-14 [christoph]  0.8.11claws12
4429
4430         * src/folder.[ch]
4431                 o error return code's should better be negative
4432                 o replace printf with debug_print
4433
4434         * src/imap.c
4435                 improve IMAP folder scan by checking UID-NEXT
4436
4437         * src/summaryview.c
4438                 remove check that are unnecessary in my opinion
4439
4440 2003-03-13 [christoph]  0.8.11claws11
4441
4442         * src/folder.[ch]
4443         * src/foldersel.c
4444         * src/folderview.c
4445         * src/imap.c
4446         * src/mbox_folder.c
4447         * src/mh.c
4448         * src/news.c
4449         * src/prefs_scoring.c
4450         * src/summaryview.c
4451                 use a common function to get a displayable name
4452                 for a FolderItem
4453
4454 2003-03-13 [paul]       0.8.11claws10
4455
4456         * tools/Makefile.am
4457           tools/README
4458           tools/multiwebsearch.conf     ** NEW FILE **
4459           tools/multiwebsearch.pl       ** NEW FILE **
4460                 add multiwebsearch Actions script
4461
4462 2003-03-13 [colin]      0.8.11claws9
4463
4464         * src/compose.c
4465                 Remove leading emtpy lines from quoted text
4466                 before quoting it
4467
4468 2003-03-13 [melvin]     0.8.11claws8
4469
4470         * src/prefs_actions.c
4471                 Fixed a memory leak
4472                 Code clean ups
4473                 Added Cancel and OK buttons
4474                 Corrected help text
4475
4476 2003-03-13 [christoph]  0.8.11claws7
4477
4478         * src/account.c
4479         * src/folder.[ch]
4480         * src/imap.c
4481         * src/mainwindow.c
4482         * src/mbox_folder.c
4483         * src/mh.c
4484         * src/news.c
4485         * src/setup.c
4486                 replace more folder type stuff with folder class stuff
4487
4488 2003-03-13 [melvin]     0.8.11claws6
4489
4490         * src/prefs_actions.c
4491                 Added new tokens:
4492                 %u: user provided argument
4493                 %h: user provided argument (hidden on input)
4494                 %s: current text selection in the message view 
4495
4496 2003-03-13 [paul]       0.8.11claws5
4497
4498         * sync with 0.8.11cvs5
4499                 see ChangeLog 2003-03-11, 2003-03-12
4500
4501 2003-03-12 [christoph]  0.8.11claws4
4502
4503         * src/folder.c
4504                 use folder class idstr when writing folderlist.xml
4505
4506         * src/folder.h
4507         * src/imap.c
4508         * src/news.c
4509                 replace folder type checks with folder class checks
4510
4511 2003-03-12 [christoph]  0.8.11claws3
4512
4513         * src/folder.[ch]
4514         * src/imap.[ch]
4515         * src/main.c
4516         * src/mbox_folder.[ch]
4517         * src/mh.[ch]
4518         * src/news.[ch]
4519                 o create a list of known folder classes in the folder system
4520                 o use folder class id strings for folder item identifiers
4521
4522 2003-03-12 [christoph]  0.8.11claws2
4523
4524         * src/imap.c
4525                 fix imap uid validity check
4526
4527 2003-03-12 [christoph]  0.8.11claws1
4528
4529         * src/account.c
4530         * src/folder.[ch]
4531         * src/foldersel.c
4532         * src/folderview.c
4533         * src/imap.c
4534         * src/mainwindow.c
4535         * src/mbox_folder.c
4536         * src/mh.c
4537         * src/news.c
4538         * src/prefs_scoring.c
4539         * src/procmsg.c
4540         * src/setup.c
4541         * src/summaryview.c
4542                 initial restructuring of folder system, seperating
4543                 folders and folder classes
4544
4545 2003-03-12 [paul]       0.8.11claws
4546
4547         0.8.11claws release
4548
4549 2003-03-12 [christoph]
4550
4551         * src/gtk/prefswindow.c
4552                 fix translation of "Page Index"
4553
4554 2003-03-12 [paul]       0.8.10claws110
4555
4556         a sync from 0.8.11cvs4 before the release
4557
4558         * src/common/utils.c
4559                 subject_compare_for_sort(): allow null strings (fixes
4560                 summary sorting).
4561
4562 2003-03-11 [paul]       0.8.10claws109
4563
4564         * po/es.po
4565                 update Spanish translation, submitted by
4566                 Ricardo Mones Lastra
4567
4568 2003-03-11 [melvin]     0.8.10claws108
4569
4570         * po/fr.po
4571                 Updated French translations
4572
4573 2003-03-11 [paul]       0.8.10claws107
4574
4575         * manual/en/Makefile.am
4576           manual/en/*.html
4577                 update English manual, add a new page
4578                 updated by Francois Barriere <fbarriere@atmel.fr>
4579                 
4580         * po/bg.po
4581           po/it.po
4582           po/sr.po
4583                 update Bulgarian, Italian, and Serbian translations
4584                 submitted by George Danchev, Alessandro Maestri, and
4585                 Urke MMI
4586
4587 2003-03-10 [paul]       0.8.10claws106
4588
4589         * src/gtk/about.c
4590           src/gtk/prefswindow.c
4591                 make some strings translatable
4592
4593 2003-03-10 [darko]      0.8.10claws105
4594
4595         * src/compose.c
4596                 code cleanup to make Hiro happy
4597
4598 2003-03-10 [paul]       0.8.10claws104
4599
4600         * sync with 0.8.11cvs2
4601                 see ChangeLog 2003-03-10
4602
4603 2003-03-09 [melvin]     0.8.10claws103
4604
4605         * src/textview.c
4606                 textview_set_font(): fix for message display in
4607                 UTF-8 locales (thanks to Sergey Vlasov).
4608                 (was unintentionnaly reverted in 0.8.6claws6)   
4609
4610 2003-03-08 [darko]      0.8.10claws102
4611
4612         * src/compose.c
4613                 fix infinite loop in wrapping as reported
4614                 by happycactus
4615                 obsoletes patch #696482
4616
4617 2003-03-08 [christoph]  0.8.10claws101
4618
4619         * src/imap.c
4620                 add workaround for IMAP servers that do not
4621                 support the "UID SEARCH UID" command
4622
4623 2003-03-07 [christoph]  0.8.10claws100
4624
4625         * src/plugins/spamassassin/spamassassin.[ch]
4626         * src/plugins/spamassassin/spamassassin_gtk.c
4627                 code cleanup
4628
4629 2003-03-07 [paul]       0.8.10claws99
4630
4631         * po/es.po
4632                 updated Spanish translation, submitted by
4633                 Ricardo Mones Lastra
4634
4635 2003-03-07 [christoph]  0.8.10claws98
4636
4637         * src/send.c
4638                 fix in 0.8.10claws94 was wrong
4639                 local delivery does not require escaping, remove escaping
4640                 code to make signatures of mails with "." lines valid
4641                 
4642                 NOTE: requires that sendmail is executed with "-i" option,
4643                       what is the default now, but has to be changed in all
4644                       exsiting accounts)
4645
4646 2003-03-07 [paul]       0.8.10claws97
4647
4648         * sync with 0.8.11 release
4649                 see ChangeLog 2003-03-07
4650
4651 2003-03-06 [paul]       0.8.10claws96
4652
4653         * src/compose.c
4654                 revert commit 0.8.10claws92
4655
4656 2003-03-06 [paul]       0.8.10claws95
4657
4658         * src/folderview.c
4659                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4660
4661         * src/gtkaspell.c
4662                 fix bug 74, 'Crash opening editor window with pseudo-color
4663                 display'
4664                 
4665         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4666
4667 2003-03-06 [christoph]  0.8.10claws94
4668
4669         * src/send.c
4670                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4671                 all lines starting with a period get an extra period
4672                 inserted
4673                 (found by Simon 'corecode' Schubert)
4674
4675 2003-03-06 [paul]       0.8.10claws93
4676
4677         * src/folderview.c
4678                 if configured font can't be loaded fall back to gtk
4679                 default. (with thanks to Christoph)
4680                 
4681                 closes long-standing bug 15 'Crashes on startup'
4682
4683 2003-03-06 [paul]       0.8.10claws92
4684
4685         * src/compose.c
4686                 freeze text before autosave and thaw afterwards
4687                 fixes bug 67 'autosave make re-rediting message crazy'
4688
4689 2003-03-06 [christoph]  0.8.10claws91
4690
4691         * src/compose.c
4692                 ignore address comment in dupe check for Cc-list
4693
4694         (closes reopened bug 47 Replying to message strips name part of
4695          e-mail addresses of Cc: lines)
4696
4697 2003-03-06 [paul]       0.8.10claws90
4698
4699         * src/Makefile.am
4700                 remove reference to gtkxtext.h as its no longer in
4701                 the repository
4702
4703 2003-03-06 [paul]       0.8.10claws89
4704
4705         * sync with 0.8.10cvs25
4706                 see ChangeLog 2003-03-06
4707
4708 2003-03-06 [oliver]     0.8.10claws88
4709         
4710         * src/messageview.c
4711                 remove include
4712
4713 2003-03-06 [oliver]     0.8.10claws87
4714         
4715         * src/folderview.c 
4716                 remove changes introduced inclaws74
4717         * src/messageview.c
4718                 another attempt to sanely delete and update
4719                 messages deleted in separate messageview
4720
4721 2003-03-05 [christoph]  0.8.10claws86
4722
4723         * src/summaryview.c
4724                 check if "From" matches any account's address if
4725                 addressbook completion of addresses is disabled too
4726
4727         (closes Bug 70 "Display recipient in from" doesn't check
4728          folder's default account)
4729
4730 2003-03-05 [christoph]  0.8.10claws85
4731
4732         * src/compose.c
4733         * src/common/utils.[ch]
4734                 don't strip address comments when building Cc lists
4735
4736         (closes Bug 47 Replying to message strips name part of e-mail addresses
4737          of Cc: lines)
4738
4739         * src/folder.c
4740                 fix return value of copy function
4741
4742 2003-03-05 [christoph]  0.8.10claws84
4743
4744         * src/imap.c
4745                 don't ask imap server for non rfc822 headers
4746
4747         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4748
4749         * src/imap.c
4750                 destroy session on socket error to allow reconnecting
4751
4752 2003-03-05 [christoph]  0.8.10claws83
4753
4754         * configure.ac
4755                 fix building with gnome when no prefix is set
4756
4757         (closes bug 66 Gnome directory is set to NONE)
4758
4759 2003-03-05 [paul]       0.8.10claws82
4760
4761         * sync with 0.8.10cvs23
4762                 see ChangeLog 2003-03-05
4763
4764 2003-03-04 [christoph]  0.8.10claws81
4765
4766         * src/folder.c
4767                 o fix moving and copying when folder returns 0 for new
4768                   message number
4769                 o remove some code for single message copy and move
4770                   operations and use functions for multiple messages
4771
4772         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4773
4774         * src/news.c
4775                 remove unused include
4776
4777 2003-03-04 [paul]       0.8.10claws80
4778
4779         * src/gtk/about.c
4780                 list 'Compiled plugins'
4781
4782 2003-03-03 [christoph]  0.8.10claws79
4783
4784         * src/news.[ch]
4785                 have to multiply the percentage of the current fetch with
4786                 the percentage that it has of the total fetch operation
4787                 for correct values
4788
4789 2003-03-03 [christoph]  0.8.10claws78
4790
4791         * src/news.c
4792                 fix calculation of expected lines for progress indicator
4793
4794 2003-03-03 [christoph]  0.8.10claws77
4795
4796         * src/summaryview.c
4797         * src/common/utils.c
4798                 fix segfault when opening the root news folder
4799
4800 2003-03-03 [christoph]  0.8.10claws76
4801
4802         * src/mainwindow.[ch]
4803         * src/common/Makefile.am
4804         * src/common/progressindicator.[ch]
4805                 add UI independent progress indicator handling
4806
4807         * src/news.[ch]
4808                 use new progress indicator for message info fetching
4809
4810         * src/common/hooks.h
4811                 code cleanup
4812
4813 2003-03-03 [oliver]     0.8.10claws75
4814
4815         * src/toolbar.c
4816         * src/compose.c
4817                 removed commented code
4818
4819 2003-03-03 [oliver]     0.8.10claws74
4820
4821         * src/toolbar.[ch]
4822                 cleanups and refactoring
4823         * src/compose.[ch]
4824                 compose_reply_mode reply & forwarding interface for
4825                 toolbar buttons
4826         * src/folderview.c
4827                 act on messages marked for deletion in folderview_selected
4828                 based on prefs_common.immediate_exec since a message might 
4829                 have been deleted by messageview in a folder we are changing 
4830                 to (does anybody understand what I'm on about ?)
4831
4832 2003-03-03 [oliver]     0.8.10claws73
4833         
4834         * src/messageview.[ch]
4835                 new functions
4836                 - messageview_delete: delete message shown in messagview
4837                 - messageview_update_view: update messageview to currently 
4838                   selected summaryview message
4839                 - add separate messageview to msgview_list in order to update 
4840                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4841         * src/summaryview.[ch]
4842                 summary_get_selection returns a list of selected msgs
4843                 in summaryview
4844         * src/mainwindow.c
4845                 toolbar reply refactoring
4846
4847 2003-03-03 [paul]       0.8.10claws72
4848
4849         * sync with 0.8.10cvs21
4850                 see ChangeLog 2003-03-03
4851
4852 2003-03-02 [christoph]  0.8.10claws71
4853
4854         * src/common/passcrypt.c
4855                 use POSIX includes
4856
4857 2003-03-02 [christoph]  0.8.10claws70
4858
4859         * configure.ac
4860         * src/prefs_account.c
4861         * src/prefs_gtk.[ch]
4862         * src/common/.cvsignore
4863         * src/common/Makefile.am
4864         * src/common/passcrypt.c                ** NEW **
4865         * src/common/passcrypt.h.in             ** NEW **
4866                 Implement password encryption in config files
4867                 using unix encrypt and setkey functions. The crypt
4868                 key can be set as a configure parameter. Old
4869                 passwords will be converted if they do not begin
4870                 with '!'
4871
4872 2003-03-02 [paul]       0.8.10claws69
4873
4874         * src/prefs_account.c
4875                 fix compile error
4876
4877 2003-03-01 [thorsten]   0.8.10claws68
4878
4879         * po/el.po
4880           po/hr.po
4881           po/it.po
4882           po/nl.po
4883           po/sr.po
4884           po/sv.po
4885                 corrected format strings
4886         * po/en_GB.po
4887                 corrected headers
4888                 (fix compile errors with GNU gettext-0.11.5)
4889
4890 2003-03-01 [oliver]     0.8.10claws67
4891
4892         * src/summaryview.c
4893                 menu callbacks call toolbar_menu_reply
4894
4895 2003-03-01 [oliver]     0.8.10claws66
4896
4897         * src/mainwindow.c
4898         * src/messageview.c
4899                 menu callbacks call toolbar_menu_reply
4900         * src/toolbar.[ch]
4901                 callbacks from menu handled by toolbar_menu_reply
4902
4903 2003-03-01 [paul]       0.8.10claws65
4904
4905         * src/addressbook.c
4906                 revert commit 0.8.10claws54 - breaks editing of
4907                 addressbook.
4908                 
4909         * po/bg.po
4910                 update Bulgarian translation, submitted by
4911                 George Danchev
4912
4913 2003-02-28 [christoph]  0.8.10claws64
4914
4915         * src/account.c
4916         * src/addressadd.c
4917         * src/compose.c
4918         * src/gtkaspell.c
4919         * src/gtkxtext.h                ** REMOVE **
4920         * src/imap.c
4921         * src/matcher.[ch]
4922         * src/mh.c
4923         * src/news.c
4924         * src/pine.c
4925         * src/prefs_common.c
4926         * src/prefs_matcher.c
4927         * src/procheader.[ch]
4928         * src/procmsg.[ch]
4929         * src/toolbar.c
4930         * src/common/ssl_certificate.c
4931         * src/gtk/colorlabel.c
4932         * src/gtk/menu.c
4933                 o fix warnings
4934                 o remove code obsoleted by new cache and folder system rework
4935
4936 2003-02-28 [oliver]     0.8.10claws63
4937         
4938         * src/toolbar.[ch]
4939                 * fix bug where reply in Messageview replied to 
4940                 Message displayed in summaryview
4941                 (reportedd via ML by chinatinte at gmx dot ch)
4942                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4943                 didn't work in separate MessageView Toolbar
4944                 (wondering if anybody uses this at all ?)
4945         * src/summaryview.[ch]
4946                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4947                 (generalize reply and forward code);
4948         * src/messageview.c 
4949                 remove focus_in event which updated summaryview to messageview
4950
4951 2003-02-28 [paul]       0.8.10claws62
4952
4953         * po/Makefile.in.in
4954                 add the --check option
4955                 Patch submitted by Ricardo Mones Lastra
4956
4957 2003-02-28 [paul]       0.8.10claws61
4958
4959         * src/prefs_account.c
4960                 re-order 'Signature' items
4961
4962 2003-02-28 [paul]       0.8.10claws60
4963
4964         * sync with 0.8.10cvs20
4965                 see ChangeLog 2003-02-28
4966
4967 2003-02-28 [paul]       0.8.10claws59
4968
4969         * po/POTFILES.in
4970                 update to reflect recent movement of files
4971
4972 2003-02-28 [paul]       0.8.10claws58
4973
4974         * sync with 0.8.10cvs19
4975                 see ChangeLog 2003-02-28
4976
4977 2003-02-27 [martin]     0.8.10claws57
4978
4979         * src/prefs_matcher.c 
4980                 fix segfault in prefs_matcher_ok() when the
4981                 last entry is deleted and prevents that the
4982                 message "entry not saved" comes up after deleting
4983                 an entry
4984
4985 2003-02-27 [martin]     0.8.10claws56
4986
4987         * src/prefs_filtering.c 
4988                 fix segfault in prefs_filtering_ok() when the
4989                 last entry is deleted and prevents that the
4990                 message "entry not saved" comes up after deleting
4991                 an entry
4992
4993 2003-02-27 [paul]       0.8.10claws55
4994
4995         * sync with 0.8.10cvs18
4996                 see ChangeLog 2003-02-27
4997
4998 2003-02-27 [paul]       0.8.10claws54
4999
5000         * src/addressbook.c
5001                 fix bug where the address book crashes with 
5002                 multiple lookups.
5003                 Patch [687729] submitted by David Frager 
5004                 <dbfrager@users.sourceforge.net>
5005
5006 2003-02-25 [christoph]  0.8.10claws53
5007
5008         * src/Makefile.am
5009         * src/colorlabel.[ch]           ** REMOVE **
5010         * src/gtk/Makefile.am
5011         * src/gtk/colorlabel.[ch]       ** NEW **
5012                 move colorlabel files to gtk directory
5013
5014         * src/esmtp.[ch]                ** REMOVE **
5015                 has been merged into smtp.[ch] in 0.7.5
5016
5017 2003-02-25 [christoph]  0.8.10claws52
5018
5019         * src/Makefile.am
5020         * src/about.[ch]                ** REMOVE **
5021         * src/gtk/Makefile.am
5022         * src/gtk/about.[ch]            ** NEW **
5023                 move about files to gtk directory
5024
5025 2003-02-25 [christoph]  0.8.10claws51
5026
5027         * src/folder.c
5028                 some code optimization of folder scanning code
5029
5030         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
5031
5032 2003-02-25 [christoph]  0.8.10claws50
5033
5034         * src/main.c
5035         * src/common/sylpheed.c
5036                 add command line parameter parsing to common code
5037
5038 2003-02-24 [christoph]
5039
5040         * Makefile.am
5041         * configure.ac
5042                 fix gnome prefix problems, the configure script now removed
5043                 `gnome-config --prefix` from `gnome-config --datadir`
5044                 and adds $(prefix} instead
5045
5046         (closes Bug 24 Makefile does not respect prefix when installing
5047          GNOME data)
5048
5049 2003-02-24 [christoph]  0.8.10claws49
5050
5051         * src/news.c
5052                 check for valid session before trying to authenticate
5053
5054         (closes Bug 60 crash if "authenticate on logon" is activated
5055          and newsserver-hostname is not valid)
5056
5057 2003-02-24 [melvin]     0.8.10claws48
5058
5059         * src/prefs_actions.c
5060                 Make sure all user's input is sent to the action and then
5061                 close the socket..
5062
5063 2003-02-23 [alfons]     0.8.10claws46
5064
5065         * src/summaryview.c
5066                 also wait cursor when deleting files
5067
5068 2003-02-23 [paul]
5069
5070         * tools/freshmeat_search.pl
5071           tools/google_search.pl
5072                 scripts should now work for any browser/browser command line
5073
5074 2003-02-22 [christoph]  0.8.10claws45
5075
5076         * src/procmsg.c
5077                 fix IMAP flag setting, IMAP flag is not handled correctly
5078                 anymore by the folder system and information about the
5079                 folder should not be saved in the MsgInfo (in my opinion)
5080
5081         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5082
5083 2003-02-22 [christoph]  0.8.10claws44
5084
5085         * src/summaryview.c
5086                 fix spelling of "label" ;-)
5087
5088 2003-02-22 [thorsten]   0.8.10claws43
5089
5090         * src/mimeview.c
5091           src/prefs_common.[ch]
5092           src/procmime.[ch]
5093                 do not use description as attachment name
5094
5095 2003-02-22 [alfons]     0.8.10claws42
5096
5097         * src/summaryview.c
5098                 freeze/thaw folder item updates when changing color labels,
5099                 and put a wait cursors on
5100
5101 2003-02-22 [thorsten]   0.8.10claws41
5102
5103         * src/mimeview.c
5104                 save-all fixes: crash if invoked on multipart container,
5105                 mimeinfo access, pathseparators, error dialog
5106
5107 2003-02-21 [alfons]     0.8.10claws40
5108
5109         * src/prefs_gtk.c
5110                 remove unused var
5111
5112 2003-02-21 [colin]      0.8.10claws39
5113
5114         * src/send.c
5115                 Fix smtp logging
5116
5117 2003-02-21 [colin]      0.8.10claws38
5118
5119         * src/summaryview.c
5120                 Freeze/thaw folderItem updates when filtering messages 
5121                 via Tools/Filter messages
5122
5123 2003-02-21 [paul]       0.8.10claws37
5124
5125         * src/compose.c
5126                 revert commit 0.8.10claws26, there are ulterior motives
5127                 for users to set a Reply-To header when posting to
5128                 newsgroups
5129
5130 2003-02-21 [paul]       0.8.10claws36
5131
5132         * sync with 0.8.10cvs17
5133                 see ChangeLog 2003-02-21
5134
5135 2003-02-20 [christoph]  0.8.10claws35
5136
5137         * src/imap.c
5138                 IMAP UID fetch speedup using SEARCH
5139
5140         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5141
5142         * src/imap.c
5143                 fix problem with UIDs in IMAP UID cache that no longer existed
5144
5145 2003-02-20 [christoph]  0.8.10claws34
5146
5147         * src/imap.c
5148         * src/procheader.c
5149         * src/procheader.h
5150                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5151
5152         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5153
5154         * src/imap.c
5155                 Rewrite imap_cmd_gen_recv use sock_getline instead
5156                 of sock_gets to avoid problems with too long reply
5157                 lines
5158     
5159 2003-02-20 [colin]      0.8.10claws33
5160         
5161         * src/prefs_account.c
5162                 Better wording
5163
5164 2003-02-20 [colin]      0.8.10claws32
5165
5166         * src/compose.c
5167                 Remove useless '&& !to_sender' 
5168
5169 2003-02-20 [darko]
5170
5171         * AUTHORS
5172                 change my e-mail address
5173
5174 2003-02-19 [colin]      0.8.10claws31
5175
5176         * src/prefs_common.c
5177                 X11 style colors for every configurable color
5178
5179 2003-02-19 [alfons]     0.8.10claws30
5180
5181         * src/prefs_gtk.[ch]
5182         * src/prefs_common.c
5183                 for color_new accept both plain integers and X11 style color
5184                 names (as found in /usr/lib/X11/rgb.txt)
5185
5186 2003-02-19 [paul]       0.8.10claws29
5187
5188         * src/mainwindow.c
5189                 add tooltips to online/offline button and account selector
5190                 button
5191
5192 2003-02-19 [paul]       0.8.10claws28
5193
5194         * src/folder.c
5195           src/news.c
5196           src/prefs_account.[ch]
5197           src/prefs_common.[ch]
5198                 move 'Maximum number of articles to download' to
5199                 account prefs.
5200                 clean up account prefs gui a little by hiding entries
5201                 rather then greying out entries
5202
5203 2003-02-19 [hiro]       0.8.10claws27
5204
5205         * src/common/utils.c
5206                 fix bug #54 'yesterdays date is displayed in the message 
5207                 summary window'
5208
5209 2003-02-19 [paul]       0.8.10claws26
5210
5211         * src/compose.c
5212                 fix bug reported in Feature Request [688596] 
5213                 'Reply-to header in news'
5214
5215 2003-02-18 [paul]       0.8.10claws25
5216
5217         * src/select-keys.c
5218                 add a 'List all keys' button to key selection dialog
5219
5220 2003-02-18 [colin]      0.8.10claws24
5221         
5222         * src/stock_pixmap.c
5223                 fix compile error
5224
5225 2003-02-18 [colin]      0.8.10claws23
5226
5227         * src/common/smtp.[ch]
5228           src/prefs_account.c
5229                 Try to starttls if it seems to be the only
5230                 way to authenticate a user
5231
5232 2003-02-18 [paul]       0.8.10claws22
5233
5234         * src/Makefile.am
5235           src/folderview.c
5236           src/stock_pixmap.[ch]
5237           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5238           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5239                 as a Drafts folder is a special folder allow it to have
5240                 its own unique icons
5241
5242 2003-02-18 [colin]      0.8.10claws21
5243
5244         * src/imap.c
5245                 Fix port selection when using starttls
5246
5247 2003-02-18 [paul]       0.8.10claws20
5248
5249         * src/mainwindow.c
5250           src/prefs_common.[ch]
5251                 make blue the default new mail colour
5252
5253 2003-02-18 [paul]       0.8.10claws19
5254
5255         * sync with 0.8.10cvs14
5256                 see ChangeLog 2003-02-18
5257
5258 2003-02-17 [jens]       0.8.10claws18
5259
5260         * src/common/md5.c
5261                 fixed a compile problem with gcc 3.3
5262                 works on 2.95.3 too (testet on PPC as it is big endian)
5263
5264 2003-02-17 [paul]       0.8.10claws17
5265
5266         * sync with 0.8.10cvs13
5267                 see ChangeLog 2003-02-17
5268
5269 2003-02-17 [paul]       0.8.10claws16
5270
5271         * sync with 0.8.10cvs12
5272                 see ChangeLog 2003-02-17
5273
5274 2003-02-16 [match]      0.8.10claws15
5275
5276         * src/addressbook.c
5277                 Eliminates reloading of address data when items
5278                 deleted or added. Applied submitted by
5279                 Luke Plant <lukeplant@softhome.net>
5280
5281 2003-02-16 [paul]       0.8.10claws14
5282
5283         * src/news.c
5284                 when a 'protocol error' is encountered disconnect from
5285                 the server. This means that the user can carry on viewing
5286                 other articles and doesn't have to either wait until the
5287                 server timesout or quit sylpheed.
5288                 Fixes bug #53 'Unable to read messages in newsgroups, 
5289                 displayed message doesn't change'
5290
5291 2003-02-15 [christoph]  0.8.10claws13
5292
5293         * src/imap.c
5294                 fix bug that stopped scanning of folders when an
5295                 IMAP folder was empty
5296
5297         (closes bug 46 stop scan messages in folders after empty folder)
5298
5299 2003-02-15 [paul]
5300
5301         * tools/Makefile.am
5302           tools/README
5303           tools/freshmeat_search.pl     ** NEW FILE **
5304           tools/google_search.pl        ** NEW FILE **
5305                 Add 2 Actions scripts which search freshmeat/google
5306                 for the selected text using the browser configured
5307                 in sylpheedrc.
5308                 
5309         Note: These scripts are very dependent on the format of the
5310         browser command and may not work on every occasion. Testing
5311         is welcome. 
5312
5313 2003-02-14 [alfons]     0.8.10claws12
5314
5315         * src/compose.c
5316                 fix breakage because of uninitialized account pointer.
5317                 please verify.
5318
5319 2003-02-14 [paul]       0.8.10claws11
5320
5321         * src/compose.c
5322           src/prefs_account.[ch]
5323           src/prefs_common.[ch]
5324                 move signature settings to Account Prefs
5325
5326 2003-02-14 [paul]       0.8.10claws10
5327
5328         * sync with 0.8.10cvs11
5329                 see ChangeLog 2003-02-14
5330
5331 2003-02-13 [thorsten]   0.8.10claws9
5332
5333         * src/news.c
5334                 revert news progressbar (GUI separation)
5335
5336 2003-02-13 [paul]       0.8.10claws8
5337
5338         * src/compose.c
5339                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5340                 paragraph 1
5341
5342 2003-02-13 [paul]       0.8.10claws7
5343
5344         * src/compose.[ch]
5345           src/summaryview.c
5346                 fix 'Follow-up and Reply-to' so that it creates a reply to
5347                 the newsgroup and the sender. If the message has the keyword
5348                 'poster' in the Followup-To header, all replies go to the
5349                 sender, re: RFC 1036, Section 2.2.3
5350                 rename all instances of 'ignore_replyto' to 'to_sender', both
5351                 were previously used, now we use just one.
5352
5353 2003-02-13 [paul]       0.8.10claws6
5354
5355         * sync with 0.8.10cvs9
5356                 see ChangeLog 2003-02-13
5357
5358 2003-02-13 [paul]       0.8.10claws5
5359
5360         * configure.ac
5361                 show which plugins are configured in the configure
5362                 output.
5363
5364 2003-02-12 [thorsten]   0.8.10claws4
5365
5366         * src/news.c
5367                 show progress while fetching news headers
5368
5369 2003-02-12 [christoph]  0.8.10claws3
5370
5371         * configure.ac
5372         * src/plugins/Makefile.am
5373                 use AM_CONDITIONAL to enable plugins, automake correctly
5374                 manages this when creating distdir
5375
5376 2003-02-12 [christoph]  0.8.10claws2
5377
5378         * ac/spamassassin.m4
5379         * src/plugins/spamassassin/Makefile.am
5380                 fix building SpamAssassin plugin without OpenSSL
5381
5382 2003-02-12 [paul]       0.8.10claws1
5383
5384         * ac/Makefile.am
5385           src/Makefile.am
5386           src/plugins/Makefile.am
5387                 fix failure of 'make release'
5388
5389 2003-02-12 [paul]       0.8.10claws
5390
5391         * 0.8.10claws released
5392
5393 2003-02-12 [paul]       0.8.9claws56
5394
5395         * po/bg.po
5396           po/es.po
5397           po/it.po
5398           po/ru.po
5399           po/sr.po
5400                 updated translations by George Danchev, Ricardo Mones Lastra,
5401                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5402                 
5403         * sylpheed.spec.in
5404                 Allow the building of RPMs by a regular user. Submitted
5405                 by Sergei Astanin
5406
5407 2003-02-11 [alfons]     0.8.9claws55
5408
5409         * src/colorlabel.c
5410                 don't use pixmaps for label color rect but draw rectangles
5411                 so we can respect the color map of palette based visuals
5412                 (fixes the long time crashes on Suns - thanks to Andreas
5413                 Engel and Steve O'Hara-Smith for testing)
5414
5415 2003-02-11 [christoph]  0.8.9claws54
5416
5417         * src/matcher_parser_parse.y
5418                 correct bug where filering rules of not existing folders in
5419                 matcherrc were added to global filtering
5420                 
5421         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5422          main filter-rules after removing directory, http://bugs.debian.org/180253)
5423         
5424 2003-02-11 [paul]       0.8.9claws53
5425
5426         * sync with 0.8.10cvs7
5427                 see ChangeLog 2003-02-09
5428
5429 2003-02-11 [melvin]     0.8.9claws52
5430
5431         * po/fr.po
5432                 Updated French tranlsations
5433
5434 2003-02-10 [paul]       0.8.9claws51
5435
5436         * sylpheed.spec.in
5437                 correct --enable-openssl
5438                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5439
5440 2003-02-09 [martin]     0.8.9claws50
5441
5442         * src/prefs_matcher.c
5443                 fix segfault in prefs_matcher_substitute_cb() when
5444                 no row is selected
5445
5446 2003-02-09 [paul]       0.8.9claws49
5447
5448         * src/folderview.c
5449                 fix bug where a newsgroup folder's processing rules were
5450                 merged with the global filtering rules when the newsgroup
5451                 folder was deleted, causing some seriously bad results,
5452                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5453
5454 2003-02-08 [melvin]     0.8.9claws48
5455
5456         * src/compose.c
5457                 Corrected and modified an alert message.
5458
5459 2003-02-07 [paul]       0.8.9claws47
5460
5461         * src/folderview.c
5462                 fix bug where both an 'Account properties' window and a
5463                 'Folder properties' window were opened when clicking on
5464                 'Properties' in an NNTP or IMAP folder's popup menu.
5465
5466 2003-02-07 [paul]       0.8.9claws46
5467
5468         * sync with 0.8.10cvs6
5469                 see ChangeLog 2003-02-06
5470
5471 2003-02-06 [christoph]  0.8.9claws45
5472
5473         * src/mbox.c
5474                 freeze folder updates while importing mbox files
5475                 (closes bug 43 importing mbox took hours)
5476                 
5477         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5478
5479 2003-02-06 [thorsten]   0.8.9claws44
5480
5481         * po/de.po
5482                 Updated german translations
5483
5484 2003-02-06 [thorsten]   0.8.9claws43
5485
5486         * src/news.h
5487                 use guint for message numbers (fix count in grouplist dialog)
5488
5489 2003-02-05 [paul]       0.8.9claws42
5490
5491         * sync with 0.8.10cvs2
5492                 see ChangeLog 2003-02-05
5493
5494 2003-02-04 [colin]      0.8.9claws41
5495
5496         * src/prefs_common.[ch]
5497           src/procmsg.c
5498           src/summaryview.c
5499                 Add an option to disable threading by subject
5500
5501 2003-02-04 [christoph]  0.8.9claws40
5502
5503         * src/inc.c
5504                 only abort fetching mails from multiple accounts when the
5505                 error is fatal and does not allow to check any more accounts
5506                 (currently only disk full error)
5507
5508         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5509          receive mails for other accouts)
5510
5511 2003-02-04 [christoph]  0.8.9claws39
5512
5513         * src/folder.c
5514                 first add the new message to the cache, then
5515                 send the update notification
5516
5517         (closes bug 39 after sending message folderview doesnt get updated)
5518
5519 2003-02-04 [colin]      0.8.9claws38
5520
5521         * src/inc.c
5522                 _really_ fix this Connecting... status
5523
5524 2003-02-04 [paul]       0.8.9claws37
5525
5526         * sync with 0.8.10
5527                 see ChangeLog 2003-02-04
5528
5529 2003-02-04 [paul]       0.8.9claws36
5530
5531         * sync with 0.8.9cvs6
5532                 see ChangeLog 2003-02-03
5533
5534 2003-02-04 [paul]       0.8.9claws35
5535
5536         * po/pt_BR.po
5537                 updated by André Filipe de Assunção e Brito 
5538                 <bedecko@netsite.com.br>
5539
5540 2003-02-03 [thorsten]   0.8.9claws34
5541
5542         * po/de.po
5543                 Updated german translations
5544
5545 2003-02-02 [paul]       0.8.9claws33
5546
5547         * po/es.po
5548                 updated by Ricardo Mones Lastra
5549
5550 2003-02-02 [thorsten]   0.8.9claws32
5551
5552         * src/mh.c
5553                 Fix mh_get_msginfo() segfault if file is inaccessible
5554
5555 2003-01-31 [colin]      0.8.9claws31
5556
5557         * src/procheader.c
5558                 Fix last commit's bug
5559
5560 2003-01-31 [colin]      0.8.9claws30
5561
5562         * src/procheader.c
5563                 Missing a change for gpg-signed messages
5564
5565 2003-01-31 [paul]       0.8.9claws29
5566
5567         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5568           src/procheader.c
5569           src/stock_pixmap.[ch]
5570           src/summaryview.c
5571                 indicate GnuPG signed messages by displaying an icon
5572                 in the Attachment column.
5573
5574 2003-01-31 [paul]       0.8.9claws28
5575
5576         * sync with 0.8.9cvs4
5577                 see ChangeLog 2003-01-31
5578
5579 2003-01-31 [alfons]     0.8.9claws27
5580
5581         * src/textview.c
5582                 tune URI parser to accept mailto URLs with a '?'
5583                 (patch from Ruslan Balkin)
5584
5585 2003-01-31 [colin]      0.8.9claws26
5586
5587         * src/summaryview.c
5588                 Fix a leak introduced in claws24
5589
5590 2003-01-31 [colin]      0.8.9claws25
5591
5592         * src/summaryview.c
5593                 Freeze/Thaw folder updates when deleting dups
5594
5595 2003-01-31 [colin]      0.8.9claws24
5596         
5597         * src/addr_compl.c
5598           src/summaryview.c
5599           src/msgcache.c
5600                 little speed improvements
5601
5602 2003-01-31 [colin]      0.8.9claws23
5603
5604         * src/summaryview.c
5605                 Fix segfault when forwarding nothing
5606                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5607                 
5608 2003-01-30 [paul]       0.8.9claws22
5609
5610         * sync with 0.8.9cvs3
5611                 see ChangeLog 2003-01-30
5612
5613 2003-01-30 [paul]       0.8.9claws21
5614
5615         * sync with 0.8.9cvs2
5616                 see ChangeLog 2003-01-30
5617
5618 2003-01-29 [paul]       0.8.9claws20
5619
5620         * sync with 0.8.9cvs1
5621                 see ChangeLog 2003-01-29
5622
5623 2003-01-28 [paul]       0.8.9claws19
5624
5625         * po/POTFILES.in
5626                 update to reflect changes. 
5627                 thanks to Ricardo Mones Lastra
5628
5629 2003-01-27 [christoph]  0.8.9claws18
5630
5631         * ac/openssl.m4
5632         * ac/spamassassin.m4
5633         * src/plugins/spamassassin/README
5634         * src/plugins/spamassassin/libspamc.[ch]
5635         * src/plugins/spamassassin/utils.[ch]
5636                 updated to latest libspamc
5637
5638 2003-01-27 [christoph]  0.8.9claws17
5639
5640         * src/folder.c
5641                 fix wrong use of procheader_get_header_fields
5642
5643 2003-01-27 [christoph]  0.8.9claws16
5644
5645         * src/news.c
5646         * src/prefs_account.[ch]
5647         * src/common/nntp.[ch]
5648                 allow to force authentication for NNTP servers
5649
5650         Patch submitted by Florian Mickler <dmk@d-labs.de>
5651
5652 2003-01-26 [paul]       0.8.9claws15
5653
5654         * src/summaryview.c
5655                 speed up of marking messages as read
5656                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5657
5658 2003-01-26 [christoph]  0.8.9claws14
5659
5660         * src/Makefile.am
5661         * src/mgutils.[ch]              ** REMOVE **
5662         * src/xml.[ch]                  ** REMOVE **
5663         * src/xmlprops.[ch]             ** REMOVE **
5664         * src/common/Makefile.am
5665         * src/common/mgutils.[ch]       ** NEW **
5666         * src/common/xml.[ch]           ** NEW **
5667         * src/common/xmlprops.[ch]      ** NEW **
5668                 move xml files to common directory
5669
5670 2003-01-26 [christoph]  0.8.9claws13
5671
5672         * src/plugins/spamassassin/spamassassin_gtk.c
5673                 only set gtk entry text if string is available
5674
5675 2003-01-26 [melvin]     0.8.9claws12
5676
5677         * src/description_window.c
5678                 Allow resizing of the window
5679                 Allow automatic horizontal scroll bar
5680                 Do not vertically expand and fill
5681
5682 2003-01-26 [christoph]  0.8.9claws11
5683
5684         * src/Makefile.am
5685         * src/gtkutils.[ch]             ** REMOVE **
5686         * src/common/sylpheed.c
5687         * src/gtk/Makefile.am
5688         * src/gtk/description_window.c
5689         * src/gtk/gtkutils.[ch]         ** NEW **
5690         * src/gtk/prefswindow.c
5691                 move gtkutils to gtk directory
5692
5693 2003-01-26 [paul]       0.8.9claws10
5694
5695         * src/summaryview.c
5696                 rename summary_unread_clicked() to summary_status_clicked()
5697
5698 2003-01-26 [melvin]     0.8.9claws9
5699
5700         * src/prefs_actions.c
5701                 Cosmetical changes to the help text
5702
5703 2003-01-26 [paul]       0.8.9claws8
5704
5705         * src/folder.[ch]
5706           src/mainwindow.c
5707           src/prefs_common.c
5708           src/prefs_sumamry_column.c
5709           summaryview.[ch]
5710                 rename the 'Unread' column to 'Status'
5711
5712 2003-01-25 [match]      0.8.9claws7
5713
5714         * src/mgutils.[ch]
5715                 removed reference to LDAP constants. removed error2string.
5716                 included functions to support LDAP dynamic queries.
5717         * src/syldap.h
5718                 moved LDAP constants here.
5719         * src/addressbook.c
5720         * src/addrindex.c
5721         * src/importldif.c
5722                 removed references to LDAP constants and references to
5723                 error2string.
5724
5725 2003-01-25 [paul]       0.8.9claws6
5726
5727         * src/summaryview.c
5728                 summary_thread_build(), summary_thread_init(): remove 
5729                 unneeded reference to summaryview->folder_item
5730
5731 2003-01-25 [christoph]  0.8.9claws5
5732
5733         * src/gtk/description_window.c
5734                 o allow description texts to expand over multiple columns
5735                 o translate all columns
5736         * src/prefs_actions.c
5737                 change syntax description to use new multi column feature
5738
5739         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5740
5741 2003-01-25 [match]      0.8.9claws4
5742
5743         * src/vcard.c
5744                 fixed bug with Quoted-Printable
5745
5746 2003-01-25 [paul]       0.8.9claws3
5747
5748         * src/folder.[ch]
5749           src/summaryview.[ch]
5750                 implement per-folder collapsed/expanded threads setting
5751                 
5752         * src/prefs_common.c
5753                 remove global collapsed/expanded threads option
5754
5755 2003-01-25 [christoph]  0.8.9claws2
5756
5757         * po/POTFILES.in
5758                 add pluginwindow and prefswindow
5759         * src/compose.c
5760                 make send respond correctly to messages that could be added
5761                 to the queue folder, but the UID of the message is unknown
5762         * src/folder.c
5763         * src/imap.c
5764                 don't return guessed UIDs in imap_add_msg anymore. We return
5765                 0 to tell the folder system it was appened but the UID is
5766                 unknown. Folder system now get's the UID by scaning the folder
5767                 and searching the cache for the Message-ID
5768                 (closes bug #29 Messages queued, but not sent)
5769
5770 2003-01-25 [paul]       0.8.9claws1
5771
5772         * src/codeconv.c
5773                 conv_encode_header():  fix bug when long headers with 8-bit
5774                 characters are used, so that the encoded words are wrapped.
5775                 If the space in the original text falls on the wrap boundary,
5776                 it can be lost.
5777                 Patch by Sergey Vlasov.
5778                 
5779         * src/folderview.c
5780                  fix bug where a change to the sorting method or thread view
5781                  of a folder's messages is lost if simpify-subject is set and
5782                  toggled on or off.
5783                  Patch by Luke Plant.
5784
5785 2003-01-24 [paul]       0.8.9claws
5786
5787         * sylpheed-0.8.9claws released
5788         
5789         * Makefile.am
5790           sylpheed.spec.in
5791                 remove reference to 'INSTALL.jp'
5792
5793 2003-01-23 [paul]       0.8.8claws128
5794
5795         * po/es.po
5796           po/it.po
5797           po/ru.po
5798           po/sr.po
5799                 updated translations. submitted by Ricardo Mones Lastra,
5800                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5801
5802 2003-01-23 [colin]      0.8.8claws127
5803
5804         * src/compose.c
5805                 Fix drafted and queued news articles re-edition
5806
5807 2003-01-23 [melvin]     0.8.8claws126
5808
5809         * po/fr.po
5810                 Updated French translations
5811
5812 2003-01-23 [colin]      0.8.8claws125
5813
5814         * src/inc.c
5815                 Fix "Connecting to..." status message
5816
5817 2003-01-22 [paul]       0.8.8claws124
5818
5819         * po/bg.po
5820                 updated by George Danchev
5821                 
5822         * src/folder.c
5823                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5824                 and folder deletion
5825
5826 2003-01-21 [paul]       0.8.8claws123
5827
5828         * po/bg.po
5829                 updated by George Danchev
5830                 
5831         * src/about.c
5832                 its now 2003
5833                 
5834         * src/toolbar.c
5835                 don't translate 'Separator'
5836                 
5837         * src/plugins/spamassassin/Makefile.am
5838                 add aspell to CPPFLAGS
5839                 
5840         * src/plugins/spamassassin/spamassassin.c
5841           src/plugins/spamassassin/spamassassin_gtk.c
5842                 set correct default for spamassassin_receive_spam
5843                 slightly re-word descriptions and some
5844                 other minor changes
5845
5846 2003-01-19 [alfons]     0.8.8claws122
5847                 
5848         * src/mimeview.c
5849                 mimeview_save_as(): we might as well show the file name for
5850                 the single case "Save As" too
5851
5852 2003-01-19 [alfons]     0.8.8claws121
5853
5854         * src/crash.c
5855                 change bug tracker URL to bugzilla URL
5856
5857 2003-01-19 [alfons]     0.8.8claws120
5858
5859         * src/mimeview.c
5860                 mimeview_save_all(): display name of file before overwriting;
5861                 continue saving all, even when one overwrite was cancelled
5862
5863 2003-01-19 [christoph]  0.8.8claws119
5864
5865         * src/summaryview.c
5866         * src/procmsg.[ch]
5867                 fix wrong usage of procmsg_find_children in summaryview
5868                 by using procmsg_update_unread_children instead of
5869                 summaryview_update_unread_children
5870
5871 2003-01-19 [christoph]  0.8.8claws118
5872
5873         * src/procmsg.c
5874                 fix infinite loop in procmsg_find_children
5875                  (closes bug #25 sylpheed crashes on delete.)
5876
5877         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5878
5879 2003-01-19 [paul]       0.8.8claws117
5880
5881         * po/pt_BR.po
5882                 updated by Ivan Francolin Martinez
5883
5884 2003-01-18 [melvin]     0.8.8claws116
5885
5886         * src/prefs_actions.c
5887                 Removed syntax limitation of only one '&' at the end of command.
5888                         Now actions that contain '>/dev/null 2>&1' are possible.
5889
5890 2003-01-18 [melvin]     0.8.8claws115
5891
5892         * src/prefs_actions.c
5893                 Actions IO dialog: when the action ends
5894                 the "Close" button now has focus and [Escape] closes the
5895                 window.
5896
5897 2003-01-18 [christoph]  0.8.8claws114
5898
5899         * src/procmsg.c
5900                 o add debug output when MsgInfos are really freed
5901                 o free GSLists in procmsg_find_children and
5902                   procmsg_update_unread_children
5903
5904 2003-01-18 [christoph]  0.8.8claws113
5905
5906         * src/mainwindow.c
5907                 reorder Configuration menu
5908
5909 2003-01-18 [christoph]  0.8.8claws112
5910
5911         * src/compose.c
5912                 fix applying templates to forwarded messages
5913
5914         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5915
5916 2003-01-17 [christoph]  0.8.8claws111
5917
5918         * src/folder.c
5919                 destroy folder items, when a folder item is removed
5920
5921 2003-01-17 [christoph]  0.8.8claws110
5922
5923         * src/folder.c
5924                 fix wrong folder stats update when ignored message is
5925                 deleted
5926
5927 2003-01-17 [colin]      0.8.8claws109
5928         
5929         * src/mainwindow.c
5930         * src/summaryview.c
5931                 Quicksearch bugfixes: 
5932                 - hide help button at startup if not extended
5933                 - switch to extended when looking for replies
5934
5935 2003-01-17 [paul]
5936
5937         * sync with 0.8.9 release
5938
5939 2003-01-17 [paul]       0.8.8claws108
5940
5941         * sync with 0.8.8cvs11
5942                 see ChangeLog 2003-01-17
5943
5944 2003-01-16 [colin]      0.8.8claws107
5945
5946         * src/procmsg.c
5947                 Changed encryption test to re-ask passphrase
5948                 if an encrypted message hasn't been decrypted
5949                 Fixes bug #5
5950
5951 2003-01-16 [christoph]  0.8.8claws106
5952
5953         * src/prefs_gtk.c
5954         * src/prefs_toolbar.c
5955         * src/gtk/prefswindow.h
5956         * src/plugins/spamassassin/spamassassin_gtk.c
5957                 remove page destroy function that is not used anymore
5958
5959 2003-01-16 [paul]       0.8.8claws105
5960
5961         * sync with 0.8.8cvs9
5962                 see ChangeLog 2002-01-16
5963
5964 2003-01-16 [colin]      0.8.8claws104
5965
5966         * src/compose.[ch]
5967                 Fix bug with autosaved drafts for IMAP, when draft
5968                 folder is specified - fixes bugzilla bug #20
5969
5970 2003-01-15 [paul]       0.8.8claws103
5971
5972         * src/compose.[ch]
5973           src/procmsg.c
5974                 store folder and message-id of message forwarding
5975                 in queue header and set forward flag after sending
5976
5977 2003-01-15 [paul]       0.8.8claws102
5978
5979         * sync with 0.8.8cvs8
5980                 see ChangeLog 2002-01-15
5981
5982 2003-01-15 [colin]      0.8.8claws101
5983
5984         * src/Makefile.am
5985                 Fix linking with GNU libiconv
5986
5987 2003-01-15 [darko]      0.8.8claws100
5988
5989         * src/pine.c
5990                 fix crash when importing pine address book
5991                 entry with an empty name (reported by DY
5992                 <dybulk at tri8.net>)
5993
5994 2003-01-14 [paul]       0.8.8claws99
5995
5996         * configure.in  ** REMOVED **
5997           configure.ac  ** NEW FILE **
5998                 rename configure.in to configure.ac, as it is now
5999                 preferred
6000
6001 2003-01-14 [melvin]     0.8.8claws98
6002
6003         * src/folderview.c
6004                 folderview_check_new(): More precise function description
6005
6006 2003-01-14 [melvin]     0.8.8claws97
6007
6008         * src/folderview.c
6009                 folderview_check_new(): return the number of new messages 
6010                         since last check.
6011         * src/inc.c
6012                 inc_account_mail(): Disable counting of new messages for IMAP
6013                         and NNTP until bug [19] and [14] are fixed.
6014
6015 2003-01-14 [paul]       0.8.8claws96
6016
6017         * sync with 0.8.8cvs6
6018                 see ChangeLog 2003-01-14
6019
6020 2003-01-13 [alfons]     0.8.8claws95
6021
6022         * src/textview.c
6023                 tune email address validation (c. 0.8.8claws89): if . is 
6024                 just one char away from @, the address is invalid too 
6025                 (correctly rejects addresses like foo@.com)
6026
6027 2003-01-13 [paul]       0.8.8claws94
6028
6029         * src/messageview.c
6030           src/toolbar.c
6031                 fixes to the Message View toolbar and menu:
6032                 fix non-functioning Forward button
6033                 make Reply button consider default_reply_list
6034                 remove 'Follow-up...' menu entry
6035                 add 'Forward' and 'Redirect' menu entries
6036
6037 2003-01-13 [melvin]     0.8.8claws93
6038
6039         * src/inc.c
6040                 Fixed typo that could make new messages count incorrect.
6041
6042 2003-01-13 [melvin]     0.8.8claws92
6043
6044         * src/folderview.[ch]
6045                 folderview_check_new(): return the number of new messages.
6046         * src/inc.c
6047                 Should fix bug [14] where new mail notification worked 
6048                         incorrectly with IMAP accounts.
6049                 inc_spool_account(): return number of new msgs, or -1 on error
6050                 inc_all_spool(): return number of new msgs
6051                 
6052 2003-01-13 [melvin]     0.8.8claws91
6053
6054         * src/prefs_actions.c
6055                 Justify help text.
6056
6057 2003-01-12 [thorsten]   0.8.8claws90
6058
6059         * src/common/prefs.c
6060                 close file before rename
6061
6062 2003-01-12 [alfons]     0.8.8claws89
6063
6064         * AUTHORS
6065                 add Christian Mertes
6066         * src/common/utils.[ch]
6067                 g_stricase_hash(), g_stricase_equal(): functions for 
6068                 case insensitive hash tables
6069         * src/textview.c
6070                 use top level domain names to validate email address, based
6071                 on a patch by Christian Mertes (thanks!), but changed 
6072                 implementation to use a hash table 
6073
6074 2003-01-12 [paul]       0.8.8claws88
6075
6076         * po/bg.po
6077                 updated by George Danchev
6078
6079 2003-01-12 [alfons]     0.8.8claws87
6080
6081         * src/summaryview.c
6082                 delete / execute performance: use new style folder update
6083
6084 2003-01-12 [paul]       0.8.8claws86
6085
6086         * sync with 0.8.8cvs5
6087                 see ChangeLog 2003-01-13 (!)
6088
6089 2003-01-12 [alfons]     0.8.8claws85
6090
6091         * src/filtering.c
6092         * src/matcher_parser_parse.y
6093                 prepare change_score filtering action
6094         * src/matcher.[ch]
6095                 give up const-correctness on functions that call non-const-correct functions;
6096                 several casts to gpointer in g_free();
6097                 add change_score;
6098
6099 2003-01-12 [christoph]  0.8.8claws84
6100
6101         * src/compose.c
6102                 fix 2 warnings
6103
6104         * src/gtk/prefswindow.[ch]
6105         * src/plugins/spamassassin/spamassassin_gtk.c
6106                 changed the call of the widget create function
6107                 for PrefsPages, because sometimes the widget
6108                 create function needs a widget that already has
6109                 been attached to a window (to create GDK pixmaps
6110                 for exmaple). So we simply pass the GtkWindow as
6111                 the second parameter now.
6112
6113         * src/main.c
6114         * src/mainwindow.c
6115         * src/prefs_toolbar.[ch]
6116                 rewrite Toolbar Preferences using the new
6117                 prefs window
6118
6119 2003-01-11 [alfons]     0.8.8claws83
6120
6121         * src/addressadd.c
6122                 fix crash when adding sender to addressbook because status bar
6123                 isn't there (the status bar doesn't seem to be used though,
6124                 but I'll let Match decide what to do with it)
6125
6126 2003-01-11 [colin]      0.8.8claws82
6127
6128         * src/main.c
6129           src/toolbar.c
6130                 Two useless changes reversed
6131
6132 2003-01-11 [colin]      0.8.8claws81
6133
6134         * src/mainwindow.c
6135           src/mainwindow.h
6136                 Add mainwindow_get_mainwindow()
6137         * src/alertpanel.c
6138           src/alertpanel.h
6139                 Add alertpanel_error_log() 
6140         * src/compose.c
6141           src/inc.c
6142           src/messageview.c
6143           src/toolbar.c
6144           src/main.c
6145           src/procmsg.c
6146                 Network errors get a View Log button
6147
6148 2003-01-10 [alfons]     0.8.8claws80
6149
6150         * src/prefs_toolbar.c
6151         * src/toolbar.c
6152                 use the translatable string for "Separator" as file name for
6153                 separator toolbar items (probably make this uppercase?)
6154
6155 2003-01-10 [alfons]     0.8.8claws79
6156
6157         * src/prefs_toolbar.c
6158                 put right A_SEPARATOR description string in "displayed
6159                 toolbar items list" so manually added separators are
6160                 saved correctly (bug #10, "Adding a separator to the main 
6161                 toolbar fails, entry in xml file is wrong")
6162
6163 2003-01-10 [christoph]  0.8.8claws78
6164
6165         * src/imap.c
6166                 o fix warnings
6167                 o use CAPABILITY to check if NAMESPACE is available
6168
6169 2003-01-10 [christoph]  0.8.8claws77
6170
6171         * src/imap.[ch]
6172                 apply UIDPLUS IMAP extension support patch
6173
6174         Patch submitted by Simon 'corecode' Schubert
6175
6176 2003-01-10 [paul]       0.8.8claws76
6177
6178         * src/folderview.c
6179                 a sync from main which fixes the news account folders'
6180                 Properties bug
6181
6182 2003-01-10 [christoph]  0.8.8claws75
6183
6184         * src/folder.c
6185                 don't accept 0 as a valid uid returned by copy and move
6186                 functions. 0 means the message was copied or moved but the
6187                 new uid could not be fetched. It is not an error condition
6188                 for the copy or move operation.
6189
6190 2003-01-10 [paul]       0.8.8claws74
6191
6192         * src/prefs_filtering.c
6193                 change English used in Alert when entry is not
6194                 saved.
6195                 
6196         * sync with 0.8.8cvs4
6197                 see ChangeLog 2003-01-10
6198
6199 2003-01-10 [darko]      0.8.8claws73
6200
6201         * src/pine.c
6202                 fix crash when importing address book entry
6203                 without a valid address
6204
6205 2003-01-09 [alfons]     0.8.8claws72
6206
6207         * src/inc.c
6208                 filtering performance: use new style folder update
6209
6210 2003-01-09 [christoph]  0.8.8claws71
6211
6212         * src/compose.c
6213         * src/gtk/menu.[ch]
6214                 fix wrong selecting of mime encoding type, when
6215                 opening property dialog of attachments in the
6216                 compose window. 7bit was always selected and that
6217                 destoryed files with 8bit data.
6218                 (closes bug #9 Sylpheed-claws destroys attachments when
6219                  changing MIME-types)
6220
6221 2003-01-09 [paul]       0.8.8claws70
6222
6223         * sync with 0.8.8cvs3
6224                 see ChangeLog 2003-01-09
6225
6226 2003-01-08 [alfons]     0.8.8claws69
6227         
6228         * src/addressadd.c
6229                 apply patch by Kim Schulz to fix build breakage
6230                 because of missing variable
6231
6232 2003-01-08 [paul]       0.8.8claws68
6233
6234         * sync with 0.8.8cvs2
6235                 see ChangeLog 2002-01-08
6236
6237 2003-01-08 [paul]       0.8.8claws67
6238
6239         * po/it.po
6240                 updated by Alessandro Maestri
6241                 
6242         * src/addressadd.c
6243                 when using 'Add sender to addressbook' allow
6244                 name to be edited and remarks to be entered
6245                 Patch submitted by Luke Plant
6246
6247 2003-01-08 [darko]      0.8.8claws66
6248
6249         * README.claws, src/summaryview.c
6250                 fix description for marked messages
6251
6252 2003-01-08 [paul]
6253
6254         * tools/Makefile.am
6255           tools/launch_phoenix  ** NEW FILE **
6256                 add script that enables using Phoenix as the default
6257                 web browser. 
6258                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6259                 
6260         * tools/OOo2sylpheed.pl
6261                 remove full path to sylpheed executable, just 'sylpheed'
6262                 will do
6263                 
6264         * tools/README
6265                 add launch_phoenix informtion and re-arrange and compress
6266                 the data a little
6267
6268 2003-01-07 [christoph]  0.8.8claws65
6269
6270         * src/folder.c
6271                 fix update for source folder when moving messages
6272         * src/procmsg.[ch]
6273         * src/summaryview.c
6274                 use function to set to_folder for message infos and
6275                 automatically update the op_count for old and new
6276                 folder
6277
6278 2003-01-07 [melvin]     0.8.8claws64
6279
6280         * src/prefs_actions.c
6281                 Fixed bug where an '%p' Action on a displayed image crashed 
6282                         Sylpheed
6283                 Code clean up (get rid of duplicated code and removed unnecessary 
6284                                 structure member)
6285
6286 2003-01-07 [christoph]  0.8.8claws63
6287
6288         * src/compose.c
6289         * src/folder.[ch]
6290         * src/folderview.c
6291         * src/import.c
6292         * src/inc.c
6293         * src/main.c
6294         * src/mainwindow.c
6295         * src/messageview.c
6296         * src/prefs_folder_item.c
6297         * src/procmsg.c
6298         * src/summaryview.c
6299         * src/toolbar.c
6300                 o remove all folder update triggering from the UI code. The folder
6301                   system should know much better when a folder needs an update.
6302                 o to prevent multiple updates in a row the folder updates can be
6303                   frozen for some time.
6304
6305                 Note: - Please verify that no updates are missing
6306                       - Check where freeze/thaws should be added
6307
6308 2003-01-07 [christoph]  0.8.8claws62
6309
6310         * src/prefs_actions.c
6311                 don't translate empty strings
6312
6313         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6314
6315 2003-01-06 [christoph]  0.8.8claws61
6316
6317         * src/prefs_actions.c
6318                 mark strings for gettext
6319         * src/prefs_matcher.c
6320                 use new description window for Execute action and
6321                 match condition in Filtering
6322
6323         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6324
6325 2003-01-06 [alfons]     0.8.8claws60
6326
6327         keep myself inspired to re-organize matcher part 8; 
6328         yes, more to come (I need to move out the descriptive
6329         text for actions to matcher.c, or at least make it not
6330         depend on the wicked ordering)
6331
6332         * src/prefs_matcher.c
6333                 add documentation so others may comprehend the
6334                 UI part of the conditions
6335                 
6336 2003-01-06 [christoph]  0.8.8claws59
6337
6338         * src/prefs_actions.c
6339                 use new description window for syntax help
6340         * src/gtk/description_window.c
6341                 fix display of descriptions with column count != 2
6342
6343         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6344
6345 2003-01-06 [christoph]  0.8.8claws58
6346
6347         * src/quote_fmt.c
6348         * src/summaryview.[ch]
6349         * src/gtk/Makefile.am
6350         * src/gtk/description_window.[ch]       ** NEW **
6351                 use a generic window to display syntax descriptions
6352                 currently used in quote_fmt and summaryview (new description
6353                 for extended quick search)
6354
6355         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6356
6357 2003-01-06 [paul]       0.8.8claws57
6358
6359         * sync with 0.8.8cvs1
6360                 see ChangeLog 2003-01-06
6361
6362 2003-01-06 [christoph]  0.8.8claws56
6363
6364         * src/mainwindow.c
6365         * src/prefs_gtk.[ch]
6366         * src/gtk/prefswindow.[ch]
6367         * src/plugins/spamassassin/spamassassin_gtk.c
6368                 o remove page management from prefswindow, pages
6369                   will be an argument to prefswindow_open
6370                 o prefswindow_open gets a datapointer that is
6371                   passed to the widget_create function to allow
6372                   creation of prefswindow for specific items
6373
6374 2003-01-06 [colin]      0.8.8claws55
6375         
6376         * src/summaryview.c
6377                 We don't want regexp in the reply-finder, 
6378                 because MIDs can contain !,$,. and so on
6379
6380 2003-01-06 [jens]       0.8.8claws54
6381
6382         * src/jpilot.c
6383                 fixed a wrong free in jpilot_read_db_files
6384
6385 2003-01-06 [alfons]     0.8.8claws53
6386
6387         re-organize matcher part 8; more to come
6388        
6389         * src/matcher.c
6390                 matcherprop_to_string(): put g_free()s before the
6391                 switch-case break to fix memleaks                
6392
6393 2003-01-06 [colin]      0.8.8claws52
6394
6395         * src/summaryview.c
6396                 cleanup & reply-finder now displays the first 
6397                 matching message
6398
6399 2003-01-05 [alfons]     0.8.8claws51
6400
6401         re-organize matcher part 7; more to come
6402
6403         * src/matcher.[ch]
6404                 fixes for constant correctness;
6405                 more documentation;
6406
6407 2003-01-05 [alfons]     0.8.8claws50
6408
6409         re-organize matcher part 6; more to come
6410         
6411         * src/matcher.[ch]
6412                 fixes for constant correctness;
6413                 more documentation;
6414         * src/filtering.c
6415                 fix for constant correctness
6416
6417 2003-01-05 [colin]      0.8.8claws49
6418
6419         * src/account.[ch]
6420                 Add account_get_reply_account function
6421         * src/compose.c
6422                 Use account_get_reply_account function 
6423         * src/summaryview.c
6424                 Basic reply-finder - click on the replied
6425                 icon gets you to the outbox using quick-search
6426
6427 2003-01-05 [paul]       0.8.8claws48
6428
6429         * src/prefs_common.c
6430                 small change to English
6431                 
6432         * src/prefs_filtering.c
6433                 prefs_filtering_action_select(): improve logic and uniformity
6434                 of gui
6435
6436 2003-01-05 [alfons]     0.8.8claws47
6437
6438         fine tune solution to focus problems (bug #7)
6439
6440         * src/mainwindow.c
6441                 mainwindow_focus_in_event(): remove grab event check
6442         * src/summaryview.c
6443                 summary_button_pressed(): move selection on right-click
6444                 too. we can't possibly move the selection back after
6445                 canceling a dialog, because gtk's incomplete focus 
6446                 management. whether this is a good solution, only time
6447                 will tell.
6448
6449 2003-01-05 [christoph]  0.8.8claws46
6450
6451         * src/imap.c
6452                 fix crash when no imap connection could be established
6453
6454 2003-01-05 [paul]       0.8.8claws45
6455
6456         * src/mainwindow.c
6457           src/sumamryview.c
6458           src/gtk/menu.[ch]
6459                 fix bug 605957 'shortcuts in popup-menu'
6460                 make user-defined shortcuts work
6461                 show shortcuts that are already defined
6462                 in the main menu
6463                 Patch submitted by Luke Plant
6464
6465 2003-01-05 [alfons]     0.8.8claws44
6466
6467         * src/mainwindow.c
6468                 focus_in_event handler should not select summary view row 
6469                 when another window (menu, dialog) grabbed for events 
6470                 (bug #7, "[0.8.8claws42] Message summary focus") 
6471
6472 2003-01-04 [christoph]  0.8.8claws43
6473
6474         * src/procmsg.c
6475                 update save folder after adding the sent message
6476                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6477
6478 2003-01-02 [christoph]  0.8.8claws42
6479
6480         * src/common/plugin.c
6481                 fix unloading of all plugins and unload
6482                 plugins in reverse order
6483                 
6484         * src/gtk/pluginwindow.c
6485                 implement function of load and unload button
6486
6487         * src/gtk/prefswindow.c
6488         * src/gtk/prefswindow.h
6489                 rename register function and add new unregister
6490                 function
6491
6492         * src/plugins/spamassassin/spamassassin_gtk.c
6493                 unregister prefs page and update for changes in
6494                 src/gtk/prefswindow.c
6495
6496 2003-01-02 [paul]       0.8.8claws41
6497
6498         * po/es.po
6499                 updated by Ricardo Mones Lastra
6500
6501 2003-01-02 [paul]
6502
6503         * tools/tb2sylpheed
6504                 fixes and improvements by Urke MMI
6505
6506 2003-01-02 [thorsten]   0.8.8claws40
6507
6508         * src/procmsg.c
6509                 fixed wrong return value
6510
6511 2003-01-02 [thorsten]   0.8.8claws39
6512
6513         * src/prefs.c
6514                 fixed printing wrong variable
6515
6516 2003-01-02 [thorsten]   0.8.8claws38
6517
6518         * src/prefs.c
6519                 fixed acessing members of freed pfile struct
6520
6521 2003-01-02 [thorsten]   0.8.8claws37
6522
6523         * src/procmsg.c
6524                 detect loops across several messages
6525                 as suggested by Christoph Hohmann
6526
6527 2003-01-01 [match]      0.8.8claws36
6528
6529         * src/addrindex.c
6530                 fixed another memory leak.
6531
6532 2003-01-01 [match]      0.8.8claws35
6533
6534         * src/jpilot.[ch]
6535                 fixed memory leaks. applied Doxygen comments.
6536
6537 2003-01-01 [thorsten]   0.8.8claws34
6538
6539         * src/procmsg.c
6540                 inhibit endless loop if msg references itself
6541                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6542
6543 2003-01-01 [christoph]  0.8.8claws33
6544
6545         * src/mainwindow.c
6546         * src/gtk/Makefile.am
6547         * src/gtk/pluginwindow.c                ** NEW **
6548         * src/gtk/pluginwindow.h                ** NEW **
6549                 add plugin window
6550
6551         * src/plugins/demo/demo.c
6552         * src/plugins/spamassassin/spamassassin.c
6553         * src/plugins/spamassassin/spamassassin_gtk.c
6554                 write better plugin descriptions
6555
6556 2002-12-31 [christoph]  0.8.8claws32
6557
6558         * src/gtk/prefswindow.c
6559         * src/plugins/spamassassin/spamassassin_gtk.c
6560                 some small improvements to GTK code
6561
6562 2002-12-31 [christoph]  0.8.8claws31
6563
6564         * src/plugins/spamassassin/spamassassin_gtk.c
6565                 enable folder select button
6566
6567 2002-12-31 [christoph]  0.8.8claws30
6568
6569         * src/mainwindow.c
6570         * src/gtk/Makefile.am
6571         * src/gtk/prefswindow.c                         ** NEW **
6572         * src/gtk/prefswindow.h                         ** NEW **
6573                 add new prefs window
6574
6575         * src/common/plugin.c
6576                 don't try to load empty config lines
6577         
6578         * src/plugins/spamassassin/Makefile.am
6579         * src/plugins/spamassassin/spamassassin.c
6580         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6581         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6582                 GTK config for SpamAssassin Plugin using
6583                 the new prefs window
6584
6585 2002-12-31 [paul]       0.8.8claws29
6586
6587         * po/POTFILES.in
6588                 remove obsolete entry 'src/menu.c'
6589
6590 2002-12-31 [alfons]     0.8.8claws28
6591
6592         * src/matcher.[ch]
6593         * src/matcher_parser_parse.y
6594         * src/prefs_matcher.c
6595                 add "ignore_thread" and "~ignore_thread" condition so it's
6596                 possible to make the actions / scoring operate on the ignore
6597                 thread flag
6598
6599 2002-12-31 [christoph]  0.8.8claws27
6600
6601         * src/addrbook.c
6602         * src/addrindex.c
6603         * src/folder.c
6604         * src/matcher.c
6605         * src/prefs_account.c
6606         * src/prefs_actions.c
6607         * src/prefs_customheader.c
6608         * src/prefs_display_header.c
6609         * src/prefs_gtk.c
6610         * src/procmime.c
6611         * src/toolbar.c
6612         * src/xmlprops.c
6613         * src/common/prefs.[ch]
6614                 extend prefs file handling for reading and automatic handling
6615                 of blocks. When reading prefs_set_block_label will automatically
6616                 move on to the block. When writing it will copy all other blocks
6617                 automatically
6618
6619         * src/common/plugin.c
6620                 Now loading plugin filenames from [Plugins] block in
6621                 sylpheed rc file
6622
6623 2002-12-30 [christoph]  0.8.8claws26
6624
6625         * src/common/hooks.[ch]
6626                 return abort status to caller of hooks_invoke
6627                 
6628         * src/inc.[ch]
6629                 invoke message filtering hook and stop
6630                 default handling when filter returns abort
6631
6632         * src/common/plugin.[ch]
6633         * src/plugins/demo/demo.c
6634                 modify plugin loader, because resolving symbols for strings
6635                 does not work correctly
6636         
6637         * configure.in
6638         * ac/spamassassin.m4                            ** NEW **
6639         * src/plugins/spamassassin/.cvsignore           ** NEW **
6640         * src/plugins/spamassassin/Makefile.am          ** NEW **
6641         * src/plugins/spamassassin/README               ** NEW **
6642         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6643         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6644         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6645                 add spamassassin plugin, see src/plugins/spamassassin/README
6646                 for details
6647
6648 2002-12-29 [alfons]     0.8.8claws25
6649
6650         * src/mainwindow.c
6651                 when moving focus from a message view to the main 
6652                 window, don't forget to select the summary node
6653                 of the displayed message. should fix "[ 659103 ] 
6654                 focus-follows-mouse confuses sylpheed"
6655
6656 2002-12-29 [christoph]  0.8.8claws24
6657
6658         * src/Makefile.am
6659         * src/stringtable.[ch]          ** REMOVE **
6660         * src/common/Makefile.am
6661         * src/common/stringtable.[ch]   ** NEW **
6662                 move stringtable files to common directory
6663
6664 2002-12-29 [christoph]  0.8.8claws23
6665
6666         * src/Makefile.am
6667         * src/menu.[ch]                 ** REMOVE **
6668         * src/gtk/Makefile.am
6669         * src/gtk/menu.[ch]             ** NEW **
6670                 move menu files to gtk directory
6671
6672 2002-12-29 [match]      0.8.8claws22
6673
6674         * src/addressbook.c
6675         * src/syldap.c
6676                 moved UI specific code out of LDAP code into addressbook
6677                 UI code. fixed memory leak.
6678
6679 2002-12-29 [christoph]  0.8.8claws21
6680
6681         * src/folder.c
6682                 only check for IGNORED parent message when message is
6683                 not IGNORED itself
6684
6685 2002-12-29 [alfons]     0.8.8claws20
6686
6687         * src/summaryview.c
6688                 set gtksctree's anchor correct (immediate execute
6689                 changes the tree's layout, and anchor points at 
6690                 the incorrect row). fixes "[ 657233 ] multiple msg 
6691                 delete sometimes off by 1".
6692                 we probably have to look for more tree layout /
6693                 anchor glitches.
6694
6695 2002-12-29 [paul]       0.8.8claws19
6696
6697         * src/summaryview.c
6698                 fix bug [ 659054 ] incorrect sorting of 'From' column
6699                 when using 'display sender using address book'
6700                 thanks to Alfons and Luke Plant
6701
6702 2002-12-29 [christoph]  0.8.8claws18
6703
6704         * src/folder.c
6705         * src/procmsg.[ch]
6706                 check parent messages for IGNORE THREAD flag, when adding,
6707                 moving or copying messages to a folder
6708
6709 2002-12-27 [alfons]     0.8.8claws17
6710
6711         re-organize matcher part 5; more to come
6712
6713         * src/matcher.c
6714                 hash keywords in matchparser_tab 
6715
6716 2002-12-27 [alfons]     0.8.8claws16
6717
6718         re-organize matcher part 4; more to come
6719
6720         * src/matcher_parser.h
6721         * src/matcher_parser_lex.l
6722         * src/matcher_parser_parse.y
6723                 cleanup
6724
6725 2002-12-27 [alfons]     0.8.8claws15
6726
6727         re-organize matcher part 3; more to come
6728
6729         * src/matcher.[ch]
6730                 cleanup
6731
6732 2002-12-27 [alfons]     0.8.8claws14
6733
6734         re-organize matcher part 2; more to come but this should
6735         work. cc me if there are any regressions.
6736
6737         * src/matcher.h
6738                 add prototype for get_matchparser_tab_id()
6739         * src/matcher_parser_lex.l
6740                 look up keywords using matchparser_tab_id();
6741
6742 2002-12-27 [alfons]     0.8.8claws12
6743
6744         re-organize matcher part 1
6745
6746         * src/matcher.h
6747                 map yacc generated constants to sylpheed matcher constants
6748         * src/matcher.c
6749                 add function to find a matcher constant from a string
6750
6751 2002-12-27 [christoph]  0.8.8claws11
6752
6753         * src/compose.c
6754                 MENUITEM_ADD casts the 4th argument from integer to pointer
6755                 so it probably should not be a pointer, this means we
6756                 should use account id for it and not the account's pointer
6757
6758 2002-12-27 [paul]       0.8.8claws10
6759
6760         * src/mainwindow.c
6761                 remove unneeded 'GtkWidget *vbox'
6762                 
6763         * src/summaryview.c
6764                 further sync with 0.8.8 - make sort
6765                 by recipient work as expected
6766                 
6767         * NEWS
6768                 sync with 0.8.8
6769
6770 2002-12-27 [paul]       0.8.8claws9
6771
6772         * po/pt_BR.po
6773                 updated by Ivan F. Martinez
6774                 
6775 2002-12-27 [darko]      0.8.8claws8
6776
6777         * src/common/utils.c
6778                 added locked pattern to extended search
6779
6780 2002-12-27 [alfons]     0.8.8claws7
6781
6782         * src/prefs_matcher.[ch]
6783                 clean up
6784
6785 2002-12-26 [alfons]     0.8.8claws6
6786
6787         * src/matcher.[ch]
6788         * src/matcher_parser_lex.l
6789         * src/matcher_parser_parse.y
6790         * src/prefs_matcher.c
6791                 allow color label as a condition in the matcher
6792
6793 2002-12-26 [oliver]     0.8.8claws5
6794         
6795         * src/toolbar.c 
6796                 enable Addressbook for Main and Messageview
6797         * src/prefs_actions.c
6798                 enable actions in Messageview
6799
6800 2002-12-26 [christoph]  0.8.8claws4
6801
6802         * src/common/plugin.c
6803                 add a little debug output
6804         * configure.in
6805         * src/plugins/demo/Makefile.am
6806                 better use of automake
6807
6808 2002-12-26 [christoph]  0.8.8claws3
6809
6810         * src/Makefile.am
6811         * src/common/Makefile.am
6812                 fix "make distdir"
6813
6814 2002-12-26 [christoph]  0.8.8claws2
6815
6816         * configure.in
6817                 sort configure checks into common / gtk / plugins
6818         * po/POTFILES.in
6819                 add src/prefs_gtk.c
6820         * src/Makefile.am
6821                 add plugins SUBDIR
6822         * src/main.c
6823         * src/common/sylpheed.[ch]
6824                 added now sylpheed_done function for shutdown
6825         * src/common/Makefile.am
6826         * src/common/plugin.[ch]                ** NEW **
6827                 plugin loader and unloader
6828         * src/plugins/.cvsignore                ** NEW **
6829         * src/plugins/Makefile.am               ** NEW **
6830                 build plugins
6831         * src/plugins/demo/.cvsignore           ** NEW **
6832         * src/plugins/demo/Makefile.am          ** NEW **
6833         * src/plugins/demo/demo.c               ** NEW **
6834                 small demo plugin that installs a logtext hook and
6835                 outputs the log text to stdout
6836
6837 2002-12-26 [paul]       0.8.8claws1
6838
6839         * po/es.po
6840                 updated by Ricardo Mones Lastra
6841
6842 2002-12-26 [paul]       0.8.8claws
6843
6844         * 0.8.8claws released
6845
6846 2002-12-26 [paul]       0.8.7claws12
6847
6848         * po/bg.po
6849                 updated by George Danchev
6850
6851 2002-12-26 [paul]       0.8.7claws11
6852
6853         * po/POTFILES.in
6854                 remove unneeded 'src/prefs.c' entry 
6855
6856 2002-12-26 [paul]       0.8.7claws10
6857
6858         * src/codeconv.c
6859           src/mainwindow.c
6860                 sync with 0.8.8 release
6861         
6862         * src/folder.[ch]
6863           src/mh.c
6864           src/summaryview.c
6865                 partial sync with 0.8.8 release
6866         
6867
6868 2002-12-25 [alfons]     0.8.7claws9
6869
6870         * src/matcher.[ch]
6871         * src/matcher_parser_lex.l
6872         * src/matcher_parser_parse.y
6873         * src/prefs_matcher.c
6874                 add locked flag to possible filtering / matcher 
6875                 conditions (also a good example what should be
6876                 done to add a simple boolean condition)
6877
6878 2002-12-25 [christoph]  0.8.7claws8
6879
6880         * src/Makefile.am
6881         * src/account.[ch]
6882         * src/addrbook.c
6883         * src/addressbook.c
6884         * src/addrindex.c
6885         * src/filtering.c
6886         * src/folder.c
6887         * src/matcher.c
6888         * src/prefs.[ch]                ** REMOVE **
6889         * src/prefs_account.c
6890         * src/prefs_actions.c
6891         * src/prefs_common.c
6892         * src/prefs_customheader.c
6893         * src/prefs_display_header.c
6894         * src/prefs_filtering.c
6895         * src/prefs_folder_item.c
6896         * src/prefs_gtk.[ch]            ** NEW **
6897         * src/prefs_matcher.c
6898         * src/prefs_scoring.c
6899         * src/prefs_summary_column.c
6900         * src/procmime.c
6901         * src/selective_download.c
6902         * src/toolbar.c
6903         * src/common/Makefile.am
6904         * src/common/prefs.[ch]         ** NEW **
6905                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6906
6907 2002-12-24 [alfons]     0.8.7claws7
6908
6909         * src/summaryview.c
6910                 summary_thread_build(): fix real cause of the crash mentioned in
6911                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6912                 this way we get meaningful ctree nodes 
6913
6914 2002-12-24 [oliver]     0.8.7claws6
6915
6916         * src/mainwindow.[ch]
6917         * src/messageview.[ch]
6918         * src/compose.[ch]
6919         * src/inc.c
6920         * src/summaryview.c
6921                 changes to use updated toolbar handling
6922                 
6923 2002-12-24 [oliver]     0.8.7claws5
6924
6925         * src/toolbar.[ch]
6926                 generic toolbar handling
6927                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6928         * src/prefs_toolbar.[ch]
6929                 adjust to handling
6930         
6931 2002-12-24 [oliver]     0.8.7claws4
6932         
6933         * src/stock_pixmap.[ch]
6934                 move SYLPHEED_LOGO to end of list in order 
6935                 to remove it from Custom Toolbar`s Icon View
6936
6937 2002-12-24 [alfons]     0.8.7claws3
6938
6939         * src/summaryview.c
6940                 summary_thread_build(): fix crash because of focus != selection 
6941                 after threading. when deleting the selection, gtk tries but fails 
6942                 to find the correct focusable element. we now force the selection
6943                 to be focused. this should solve the infamous bug reported by 
6944                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6945                 a test case is available. 
6946
6947 2002-12-24 [darko]      0.8.7claws2
6948
6949         * src/summaryview.c
6950                 don't crash when unmarking message with unread children
6951
6952 2002-12-23 [christoph]  0.8.7claws1
6953
6954         * src/Makefile.am
6955         * src/common/Makefile.am
6956                 update Makefiles for moved intl.h, version.h and defs.h
6957         * src/imap.c
6958                 rewrite imap_session_get to avoid duplicate code
6959
6960 2002-12-23 [paul]       0.8.7claws
6961
6962         * Santa-Claws released
6963         
6964         * po/hu.po
6965           po/ru.po
6966                 squeeze in updated Hungarian and Russian translations.
6967                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6968
6969 2002-12-23 [paul]       0.8.6claws129
6970
6971         * po/pl.po
6972                 updated by Witold Wladyslaw Wojciech Wilk
6973
6974 2002-12-23 [paul]       0.8.6claws128
6975
6976         * src/quote_fmt_parse.y
6977                 fix typo and add licence header
6978
6979 2002-12-23 [paul]       0.8.6claws127
6980
6981         * po/en_GB.po
6982                 updated
6983
6984 2002-12-23 [paul]       0.8.6claws126
6985
6986         * po/it.po
6987                 updated translation, submitted by Alessandro Maestri
6988                 
6989 2002-12-23 [paul]       0.8.6claws125
6990
6991         * src/quote_fmt_parse.y
6992                 fix signature-stripping on replies bug. match
6993                 '-- \n' and not '-- '.
6994
6995 2002-12-22 [paul]       0.8.6claws124
6996
6997         * po/bg.po
6998           po/es.po
6999           po/sr.po
7000                 updated translations. submitted by George Danchev,
7001                 Ricardo Mones Lastra, and Urke MMI respectively
7002
7003 2002-12-21 [paul]       0.8.6claws123
7004
7005         * src/addrbook.c
7006                 fix coding style
7007
7008 2002-12-21 [paul]       0.8.6claws122
7009
7010         * src/addrbook.c
7011                 fix bug [643638] where if a person is in one or more
7012                 addressbook groups editing that person's email 
7013                 address results in removal from those groups.
7014                 Patch submitted by Luke Plant.
7015
7016 2002-12-20 [christoph]  0.8.6claws121
7017
7018         * src/common/utils.c
7019         * src/summaryview.c
7020                 reimplement expand_search_string using GString to
7021                 prevent crashs caused by miscalculated string
7022                 lengths reported by Paul
7023
7024 2002-12-20 [christoph]  0.8.6claws120
7025
7026         * src/summaryview.c
7027                 don't use "changed" to check if op_count has to be changed as it
7028                 is also set when the message has unread children
7029                 (closes bug [ 653221 ] crash while deleting duplicates)
7030
7031 2002-12-20 [paul]       0.8.6claws119
7032
7033         * sync with 0.8.6cvs27
7034                 see ChangeLog 2002-12-20
7035
7036 2002-12-20 [paul]       0.8.6claws118
7037
7038         * sync with 0.8.6cvs26
7039                 see ChangeLog 2002-12-19 and 2002-12-20
7040
7041 2002-12-19 [alfons]     0.8.6claws117
7042
7043         * src/textview.c
7044                 fix incorrect parsing of email addresses, submitted by 
7045                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
7046                 name display if it contains @".
7047
7048 2002-12-18 [paul]       0.8.6claws116
7049
7050         * sync with 0.8.6cvs23
7051                 see ChangeLog 2002-12-18
7052
7053 2002-12-18 [paul]       0.8.6claws115
7054
7055         * src/Makefile.am
7056         * src/account.c
7057         * src/codeconv.c
7058         * src/gtkutils.[ch]
7059         * src/imap.c
7060                 sync with 0.8.6cvs22.
7061                 see ChangeLog 2002-12-17 and 2002-12-18
7062
7063 2002-12-17 [christoph]  0.8.6claws114
7064
7065         * src/imap.c
7066                 o don't create a session if imap greeting fails
7067                 o don't close socket when authentication fails
7068                   this is done by imap_session_destroy
7069
7070 2002-12-17 [thorsten]   0.8.6claws113
7071
7072         * tools/Makefile.am
7073           tools/README
7074           tools/google_msgid.pl ** NEW FILE **
7075                 Added "search for message-id" script and doc
7076
7077 2002-12-17 [thorsten]   0.8.6claws112
7078
7079         * po/hu.po
7080                 Updated hungarian translation
7081                 (updated by Gal Zoltan)
7082
7083 2002-12-16 [christoph]  0.8.6claws111
7084
7085         * src/addr_compl.c
7086                 remove stupid addressbook dump to debug output
7087         * src/mh.c
7088                 fix memory leak found by Hiro
7089
7090 2002-12-14 [paul]       0.8.6claws110
7091
7092         * src/compose.c
7093                 fix menubar sensitivity on send
7094                 
7095         * src/prefs_filtering.c
7096         * src/prefs_matcher.c
7097         * src/prefs_scoring.c
7098                 Fix english ;)
7099                 
7100         * src/common/quoted-printable.h
7101                 sync: fix typo
7102         
7103 2002-12-13 [christoph]  0.8.6claws109
7104
7105         * src/Makefile.am
7106         * src/manage_window.[ch]        ** REMOVE **
7107         * src/gtk/Makefile.am
7108         * src/gtk/manage_window.[ch]    ** NEW **
7109                 move manage_window files to gtk directory
7110
7111 2002-12-13 [christoph]  0.8.6claws108
7112
7113         * src/Makefile.am
7114         * src/gtkshruler.[ch]           ** REMOVE **
7115         * src/gtk/Makefile.am
7116         * src/gtk/gtkshruler.[ch]       ** NEW **
7117                 move gtkshruler files to gtk directory
7118
7119 2002-12-13 [christoph]  0.8.6claws107
7120
7121         * src/Makefile.am
7122         * src/compose.c
7123         * src/gtkstext.[ch]             ** REMOVE **
7124         * src/gtkutils.[ch]
7125         * src/textview.c
7126         * src/gtk/gtkstext.[ch]         ** NEW **
7127         * src/gtk/Makefile.am
7128                 o move stext functions to gtkstext.c to remove
7129                   dependency of gtkutils
7130                 o move gtkstext files to gtk directory
7131
7132         * src/gtk/Makefile.am
7133         * src/gtk/sslcertwindow.[ch]
7134                 UI stuff can always depend on common code so
7135                 it's ok to add ../common to include path
7136
7137 2002-12-13 [colin]      0.8.6claws106
7138
7139         * src/summaryview.c
7140                 Disconnect sighandlers for mainwindow when
7141                 quicksearch has the focus
7142                 Fix bug #653231
7143         * src/mainwindow.[ch]
7144                 Make key_pressed callback public, to be able
7145                 to disconnect it
7146
7147 2002-12-13 [christoph]  0.8.6claws105
7148
7149         * src/mh.c
7150                 create .mh_sequences file in new MH folders
7151                 (closes feature request [ 523162 ] MH folders should
7152                  get a .mh_sequences)
7153
7154 2002-12-13 [colin]      0.8.6claws104
7155
7156         * src/summaryview.c
7157                 Better handling of quicksearch show/hide
7158                 (basically the button stays under the mouse 
7159                  when toggled)
7160
7161 2002-12-13 [paul]       0.8.6claws103
7162
7163         * sync with 0.8.6cvs17
7164                 see ChangeLog 2002-12-13
7165
7166 2002-12-13 [paul]       0.8.6claws102
7167
7168         * po/es.po
7169                 updated by Ricardo Mones Lastra
7170
7171 2002-12-11 [colin]       0.8.6claws101
7172
7173         * src/folder.c
7174                 remove statusbar stuff
7175           src/folderview.c
7176                 set statusbar verbosity when moving folders
7177
7178 2002-12-11 [colin]       0.8.6claws100
7179         * src/prefs_filtering.c
7180         * src/prefs_matcher.c
7181         * src/prefs_scoring.c
7182                 Fix english ;)
7183
7184 2002-12-11 [colin]       0.8.6claws99
7185
7186         * src/prefs_common.[ch]
7187                 Add summary_quicksearch_type
7188         * src/summaryview.c
7189                 Save last used quicksearch type
7190
7191 2002-12-11 [jens]       0.8.6claws98
7192         * src/prefs_filtering.c
7193         * src/prefs_matcher.c
7194         * src/prefs_scoring.c
7195                 added dialog for incomplete rules in scoring, filtering and
7196                 matcher to ask wheather really close
7197
7198 2002-12-11 [colin]      0.8.6claws97
7199
7200         * src/folder.c
7201                 Fix folder dnd statusbar logging
7202
7203 2002-12-10 [christoph]  0.8.6claws96
7204
7205         * src/compose.c
7206         * src/folder.c
7207         * src/imap.c
7208         * src/inc.c
7209         * src/main.c
7210         * src/mainwindow.c
7211         * src/news.c
7212         * src/send.c
7213         * src/statusbar.[ch]
7214         * src/common/hooks.c
7215         * src/common/log.[ch]
7216                 o handle verbose logging in statusbar directly in statusbar code
7217                   and common code does not need any knowledge about a statusbar
7218                 o remove direct calls to statusbar_(puts|pop)_all functions
7219
7220 2002-12-10 [jens]       0.8.6claws95
7221
7222         * src/*.c
7223                 removed gettext from g_warnings
7224         * po/POTFILES.in
7225                 cleaned and updated
7226         * po/de.po
7227                 updated
7228
7229 2002-12-10 [colin]      0.8.6claws94
7230
7231         * src/main.c
7232                 finish crash dialog fix
7233
7234 2002-12-10 [colin]      0.8.6claws93
7235
7236         * src/main.c
7237                 "Fix" "sylpheed already running" instead of
7238                 crash dialog appearing after a crash
7239
7240 2002-12-10 [colin]      0.8.6claws92
7241
7242         * po/POTFILES.in
7243                 add src/gtk/sslcertwindow.c
7244
7245 2002-12-10 [paul]       0.8.6claws91
7246
7247         * po/POTFILES.in
7248                 updated to reflect recent changes
7249                 submitted by Alessandro Maestri
7250
7251 2002-12-09 [christoph]  0.8.6claws90
7252
7253         * src/Makefile.am
7254         * src/smtp.[ch]                 ** REMOVE **
7255         * src/common/Makefile.am
7256         * src/common/smtp.[ch]          ** NEW **
7257                 move smtp files to common directory
7258
7259 2002-12-09 [christoph]  0.8.6claws89
7260
7261         * src/Makefile.am
7262         * src/session.[ch]              ** REMOVE **
7263         * src/common/Makefile.am
7264         * src/common/session.[ch]       ** NEW **
7265                 move session files to common directory
7266
7267 2002-12-09 [paul]       0.8.6claws88
7268
7269         * src/account.c
7270                 fix bug [649746] edit accounts: move account reverted
7271                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7272
7273 2002-12-09 [colin]      0.8.6claws87
7274
7275         * src/ssl_certificate.c
7276                 cleanup
7277
7278 2002-12-09 [colin]      0.8.6claws86
7279
7280         * src/ssl.c
7281                 Try to open the cert.pem database and 
7282                 issue a warning if it isn't there
7283
7284 2002-12-09 [colin]      0.8.6claws85
7285
7286         * src/common/ssl_certificate.c
7287         * src/gtk/sslcertwindow.c
7288                 Warning fixes
7289
7290 2002-12-09 [colin]      0.8.6claws84
7291
7292         * src/ssl_certificate.[ch] ** REMOVED **
7293         * src/common/ssl_certificate.[ch] ** NEW **
7294         * src/Makefile.am
7295         * src/common/Makefile.am
7296                 Moved ssl_certificate.[ch] to common
7297         * src/common/ssl.c 
7298                 Put back needed include
7299         * src/gtk/sslcertwindow.[ch]
7300                 Changed ssl_certificate.h include
7301         
7302 2002-12-09 [colin]      0.8.6claws83
7303
7304         * src/gtk/sslcertwindow.[ch]
7305                 Implement hook for certificate acception
7306         * src/ssl_certificate.[ch]
7307                 Implement hook for certificate acception
7308         * src/common/ssl.c
7309                 Reenable certificate acception check
7310         * src/mainwindow.c
7311                 Register sslcertwindow's hook
7312         
7313 2002-12-08 [christoph]  0.8.6claws82
7314
7315         * src/about.c
7316         * src/addr_compl.c
7317         * src/codeconv.c
7318         * src/manual.c
7319         * src/undo.c
7320         * src/common/utils.c
7321                 o add missing includes
7322                 o fix warnings
7323         * src/.cvsignore
7324         * src/common/.cvsignore
7325         * src/common/version.h          ** REMOVE **
7326                 remove autogenerated file
7327
7328 2002-12-08 [paul]       0.8.6claws81
7329
7330         * src/stringtable.c
7331                 put back needed include
7332
7333 2002-12-08 [colin]      0.8.6claws80
7334         
7335         * src/gtk/sslcertwindow.c
7336                 Cleaner popups when asking
7337         * src/ssl_certificate.c
7338         * src/prefs_common.[ch]
7339                 remove ssl certificate pref
7340                 put back needed include
7341         * src/undo.c
7342                 put back needed include
7343
7344 2002-12-08 [christoph]  0.8.6claws79
7345
7346         * src/folderview.c
7347         * src/logwindow.c
7348         * src/statusbar.c
7349         * src/summaryview.c
7350                 only abort hook invokation if required data is missing not
7351                 if our own data pointer is NULL, update hookfunction for
7352                 log window
7353
7354 2002-12-08 [paul]       0.8.6claws78
7355
7356         * src/about.c
7357         * src/addrcache.c
7358         * src/addrclip.c
7359         * src/addr_compl.c
7360         * src/addrselect.c
7361         * src/codeconv.c
7362         * src/colorlabel.c
7363         * src/enriched.c
7364         * src/esmtp.c
7365         * src/exporthtml.c
7366         * src/headerview.c
7367         * src/imageview.c
7368         * src/manual.c
7369         * src/noticeview.c
7370         * src/pgptext.c
7371         * src/scoring.c
7372         * src/sourcewindow.c
7373         * src/stringtable.c
7374         * src/undo.c
7375                 clean up: remove unneccesary includes
7376
7377 2002-12-08 [christoph]  0.8.6claws77
7378
7379         * src/folderview.c
7380         * src/statusbar.c
7381         * src/summaryview.c
7382         * src/common/hooks.[ch]
7383                 hook functions now have a gboolean return value, if a hook
7384                 returns TRUE it will stop executing of any more hooks in
7385                 the same hooklist for this invokation
7386
7387 2002-12-08 [colin]      0.8.6claws76
7388         
7389         * src/main.c
7390                 put back argv0 for CRASH_DIALOG
7391
7392 2002-12-08 [christoph]  0.8.6claws75
7393
7394         * src/Makefile.am
7395         * src/about.c
7396         * src/account.c
7397         * src/crash.c
7398         * src/esmtp.h
7399         * src/imap.[ch]
7400         * src/inc.c
7401         * src/main.c
7402         * src/mainwindow.c
7403         * src/news.c
7404         * src/pop.[ch]
7405         * src/prefs_account.[ch]
7406         * src/prefs_common.[ch]
7407         * src/send.[ch]
7408         * src/smtp.[ch]
7409         * src/ssl_certificate.[ch]
7410         * src/ssl_manager.[ch]
7411         * src/common/Makefile.am
7412         * src/common/log.c
7413         * src/common/nntp.[ch]
7414         * src/common/socket.[ch]
7415         * src/common/ssl.[ch]
7416         * src/gtk/sslcertwindow.[ch]
7417         * ac/openssl.m4
7418                 use new autoconf script to detect OpenSSL with extra parameters
7419                 to specify the location of libs and includes, also remove USE_SSL
7420                 to USE_OPENSSL
7421
7422         * src/common/sylpheed.[ch]
7423         * src/common/version.h.in
7424                 start seperation of common code initialization seperated from gui
7425
7426         * src/summaryview.c
7427                 The function that is called when a color label changes
7428                 should not change the color lable again
7429
7430 2002-12-08 [colin]      0.8.6claws74
7431
7432         * src/gtk/sslcertwindow.c
7433                 warning fixes
7434
7435 2002-12-08 [colin]      0.8.6claws73
7436
7437         * src/statusbar.c
7438           src/common/log.h
7439                 Register a hook for statusbar_puts_all
7440         * src/common/log.c
7441                 invoke statusbar_puts_all's hook
7442         
7443 2002-12-08 [colin]      0.8.6claws72
7444
7445         * src/ssl_certificate.c
7446                 Put back a badly-removed include
7447
7448 2002-12-08 [colin]      0.8.6claws71
7449
7450         * src/gtk/sslcertwindow.[ch]    ** NEW **
7451                 new certificate presentation
7452         * src/gtk/Makefile.am
7453                 add new files
7454         * src/ssl_certificate.[ch]
7455                 gtk cleanup, made utility functions public
7456         * src/ssl_manager.c
7457                 use new cert presentation
7458
7459 2002-12-07 [christoph]  0.8.6claws70
7460
7461         * src/Makefile.am
7462         * src/nntp.[ch]                 ** REMOVE **
7463         * src/common/Makefile.am
7464         * src/common/nntp.[ch]          ** NEW **
7465                 move nntp files to common directory
7466
7467 2002-12-07 [christoph]  0.8.6claws69
7468
7469         * src/procmsg.[ch]
7470         * src/summaryview.c
7471                 implement msginfo update callback using sylpheed's new
7472                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7473
7474 2002-12-06 [christoph]  0.8.6claws68
7475
7476         * src/editgroup.c
7477                 This patch changes the 'Edit Group Details' dialog to
7478                 allow extended selections in either pane, so that
7479                 addresses can be added or removed from a group more
7480                 quickly and easily. (it actually is a net decrease in
7481                 file size, as some unnecessary functions have been
7482                 removed). 
7483                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7484
7485 2002-12-06 [christoph]  0.8.6claws67
7486
7487         * src/Makefile.am
7488         * src/template.[ch]             ** REMOVE **
7489         * src/common/Makefile.am
7490         * src/common/template.[ch]      ** NEW **
7491                 move template files to common directory
7492
7493         * src/nntp.c
7494                 add missing log.h include
7495
7496 2002-12-06 [melvin]     0.8.6claws66
7497
7498         * src/prefs_actions.c
7499                 Added the trailing ">" syntax to insert command's output
7500                 without replacing old text (in contrast to trailing "|").
7501
7502 2002-12-05 [colin]      0.8.6claws65
7503         
7504         * src/common/utils.c
7505                 Don't modify original search_string or it'll change
7506                 the next iterations in the for()
7507
7508 2002-12-05 [darko]      0.8.6claws64
7509
7510         * src/common/utils.c
7511                 proper check for filtering commands, found by Colin
7512
7513 2002-12-05 [darko]      0.8.6claws63
7514
7515         * src/common/utils.c
7516                 check proper string for NULL pointer, found by Colin
7517
7518 2002-12-05 [darko]      0.8.6claws62
7519
7520         * src/common/utils.[ch]
7521                 expand_search_string(): new function
7522                 converts Mutt-like patterns to Sylpheed's
7523                 filtering engine
7524         * src/summaryview.c
7525                 use expand_search_string() to allow Mutt-like
7526                 patterns in extended search
7527         * README.claws
7528                 document extended option in quick search
7529
7530 2002-12-05 [paul]       0.8.6claws61
7531
7532         * sync with 0.8.6cvs16
7533                 see ChangeLog 2002-12-05
7534                 
7535         * po/POTFILES.in
7536                 clean up
7537
7538 2002-12-04 [christoph]  0.8.6claws60
7539
7540         * src/imap.[ch]
7541                 put imap authentication code into a new function and
7542                 remove it from imap_session_new that will allow to
7543                 send other commands before authentication
7544
7545 2002-12-04 [christoph]  0.8.6claws59
7546
7547         * src/imap.[ch]
7548                 use already existing method to prevent unneeded IMAP
7549                 folder selects. Set imap_select parameters to NULL
7550                 in some functions if the values are not required.
7551
7552         * src/xml.h
7553                 remove no longer required include
7554
7555 2002-12-04 [paul]       0.8.6claws58
7556
7557         * po/es.po
7558                 updated by Ricardo Mones Lastra
7559                 
7560         * configure.in
7561           po/hu.po      ** NEW FILE **
7562                 initial Hungarian translation, submitted
7563                 by Gál Zoltán <galzoli@hu.inter.net>
7564
7565 2002-12-03 [christoph]  0.8.6claws57
7566
7567         * src/Makefile.am
7568         * src/gtksctree.[ch]            ** REMOVE **
7569         * src/gtk/Makefile.am
7570         * src/gtk/gtksctree.[ch]        ** NEW **
7571                 move gtksctree files to gtk directory
7572
7573 2002-12-03 [christoph]  0.8.6claws56
7574
7575         * src/Makefile.am
7576         * src/md5.[ch]                  ** REMOVE **
7577         * srm/common/Makefile.am
7578         * src/common/md5.[ch]           ** NEW **
7579                 move md5 files to common directory
7580
7581         * src/gtkstext.c
7582                 remove not required #include
7583
7584 2002-12-03 [sergey]     0.8.6claws55
7585
7586         * src/gtkutils.c
7587         * src/gtkutils.h
7588                 gtkut_window_popup(): new function.
7589         * src/mainwindow.c
7590                 main_window_popup(): use gtkut_window_popup() to raise
7591                 window without changing its position.
7592                 (see sylpheed-main ML message [sylpheed:17247])
7593
7594 2002-12-03 [sergey]     0.8.6claws54
7595
7596         * src/send.c
7597                 send_message_local(): removed first-dot escaping
7598                 (SMTP-only, not needed for sending through pipe)
7599
7600 2002-12-03 [paul]       0.8.6claws53
7601
7602         * po/POTFILES.in
7603                 update to reflect recent changes (thanks
7604                 to Ricardo Mones Lastra)
7605                 
7606         * tools/filter_conv.pl
7607                  fix problem with quoted strings. Patch submitted
7608                  by Luke Plant <lukeplant@softhome.net>
7609
7610 2002-12-03 [paul]       0.8.6claws52
7611
7612         * sync with 0.8.6cvs15
7613                 see ChangeLog 2002-12-03
7614
7615 2002-12-02 [christoph]  0.8.6claws51
7616
7617         * src/logwindow.[ch]
7618         * src/common/log.[ch]
7619                 implement logging using a hook function
7620
7621         * src/folderview.c
7622         * src/folder.[ch]
7623                 define hooklist name in header file to avoid
7624                 errors caused by wrong spelling of hooklist names
7625
7626         * src/toolbar.c
7627                 fix warnings
7628
7629 2002-12-02 [christoph]  0.8.6claws50
7630
7631         * src/common/Makefile.am
7632                 add src/common/hooks.[ch]
7633
7634         * src/common/hooks.[ch]
7635                 implement a simple hook system using glib's hook functions
7636
7637         * src/folder.[ch]
7638         * src/folderview.c
7639                 use new hook system for folder item updates
7640
7641 2002-12-02 [christoph]  0.8.6claws49
7642
7643         * doc-src/ui_seperation.txt     ** NEW **
7644                 information for ui seperation
7645
7646         * src/Makefile.am
7647                 remove files that were moved to common
7648                 include common directory by default for the header files
7649
7650         * src/inc.c
7651         * src/common/socket.c
7652         * src/automaton.[ch]
7653                 implement automaton using g_io_*-functions instead of
7654                 gdk_input_add to make it ui independent
7655
7656         * src/codeconv.c
7657         * src/compose.c
7658         * src/ldif.c
7659         * src/pgptext.c
7660         * src/procmime.c
7661         * src/rfc2015.c
7662         * src/smtp.c
7663         * src/unmime.c
7664                 remove common/ prefix because directory is now in
7665                 include path
7666
7667         * src/compose.c
7668         * src/folder.c
7669         * src/folderview.c
7670         * src/mainwindow.c
7671         * src/messageview.c
7672         * src/prefs_common.c
7673         * src/procmsg.c
7674         * src/rfc2015.c
7675                 fix warnings
7676
7677         * src/imap.c
7678         * src/inc.c
7679         * src/news.c
7680         * src/pop.c
7681         * src/send.c
7682         * src/smtp.c
7683         * src/ssl_certificate.c
7684                 add log.h header file for logging functions
7685
7686         * src/main.c
7687         * src/common/utils.c
7688         * src/summaryview.c
7689         * src/xml.c
7690                 o move debug_mode to common/utils.c
7691                 o add functions to set and get debug_mode
7692
7693         * src/defs.h                    ** REMOVE **
7694         * src/intl.h                    ** REMOVE **
7695         * src/socket.[ch]               ** REMOVE **
7696         * src/ssl.[ch]                  ** REMOVE **
7697         * src/utils.[ch]                ** REMOVE **
7698                 replaced by new files in src/common/
7699         
7700         * src/common/Makefile.am
7701                 add new files in src/common/
7702
7703         * src/common/defs.h             ** NEW **
7704         * src/common/intl.h             ** NEW **
7705         * src/common/log.[ch]           ** NEW **
7706         * src/common/socket.[ch]        ** NEW **
7707         * src/common/ssl.[ch]           ** NEW **
7708         * src/common/utils.[ch]         ** NEW **
7709                 replacement for files in src/
7710
7711 2002-12-02 [colin]      0.8.6claws48
7712
7713         * src/folderview.c
7714                 Scroll folderview if necessary during dnd
7715
7716 2002-12-02 [colin]      0.8.6claws47
7717
7718         * src/folder.[ch]
7719                 Add check to verify a move is within a single mailbox
7720         * src/folderview.c
7721                 Add specific error string for this check
7722
7723 2002-12-02 [colin]      0.8.6claws46
7724
7725         * src/folder.c
7726                 Add a test to folder moving, remove a statusbar_print
7727         * src/folderview.c
7728                 Add Move folder... context-menu item
7729                 Factorize folder moving code
7730                 Enable folder DND for mbox
7731
7732 2002-12-01 [christoph]  0.8.6claws45
7733
7734         * ac/aspell.m4
7735                 remove conf.aspelltest if the version check fails
7736
7737 2002-11-30 [christoph]  0.8.6claws44
7738
7739         * autogen.sh
7740                 run libtoolize --force in autogen to create missing
7741                 libtool scripts
7742
7743 2002-11-30 [christoph]  0.8.6claws43
7744
7745         * src/Makefile.am
7746         * src/pgptext.c
7747         * src/procmime.c
7748         * src/rfc2015.c
7749         * src/uuencode.[ch]             ** REMOVED **
7750         * src/common/Makefile.am
7751         * src/common/uuencode.[ch]      ** NEW **
7752                 move uuen/decoder to common directory
7753
7754 2002-11-30 [christoph]  0.8.6claws42
7755
7756         * src/Makefile.am
7757         * src/base64.[ch]               ** REMOVED **
7758         * src/codeconv.c
7759         * src/compose.c
7760         * src/ldif.c
7761         * src/pgptext.c
7762         * src/procmime.c
7763         * src/rfc2015.c
7764         * src/smtp.c
7765         * src/unmime.c
7766         * src/common/Makefile.am
7767         * src/common/base64.[ch]        ** NEW **
7768                 move base64 en/decoder to common directory
7769
7770 2002-11-30 [christoph]  0.8.6claws41
7771
7772         * src/common                    ** NEW **
7773                 new directory for UI independent code
7774         * src/gtk                       ** NEW **
7775                 new directory for GTK frontend
7776         * src/common/.cvsignore         ** NEW **
7777         * src/gtk/.cvsignore            ** NEW **
7778                 ignore build files
7779         * src/common/Makefile.am        ** NEW **
7780         * src/gtk/Makefile.am           ** NEW **
7781                 automake files to build new seperated stuff
7782         * src/Makefile.am
7783                 the binary will currently still be build with the
7784                 files in src, so we include the code from the
7785                 subdirs for now after building the libs there
7786
7787 2002-11-30 [paul]       0.8.6claws40
7788
7789         * src/compose.c
7790                 fix bug [642731] 'Wrong selected account with drafted mail'
7791
7792 2002-11-29 [oliver]     0.8.6claws39
7793         
7794         * src/messageview.c
7795                 o update summaryview when switching between different
7796                   messageviews          
7797         * src/toolbar.c  
7798                 o check if messageview holds already removed msg
7799                   from summaryview
7800                 
7801
7802 2002-11-29 [oliver]     0.8.6claws38
7803
7804         * src/toolbar.c 
7805                 remove not needed variables and includes
7806                 make messageview stay opened and move to next when msgs are deleted 
7807
7808 2002-11-29 [oliver]     0.8.6claws37
7809         
7810         * src/toolbar.c 
7811                 disable compose button (messageview toolbar) by default
7812                 deleted msgs are moved to trash
7813         
7814 2002-11-29 [melvin]     0.8.6claws36
7815
7816         * configure.in
7817                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7818                 and to detect signatures expirations (gpgme 0.3.6)
7819
7820         * src/main.c
7821                 Use non obsolescent function for Gpgme engine checking.
7822
7823         * src/rfc2015.c
7824                 Inform about expired signatures or signatures which key
7825                 has expired. Expiration date is displayed.
7826
7827         * src/sigstatus.c
7828                 Inform about expired signatures or signatures which key
7829                 has expired.
7830
7831 2002-11-28 [paul]       0.8.6claws35
7832
7833         * src/folderview.c
7834                 re-instate 'Check for new messages' in Newsgroup
7835                 folders right-click menu, after a suggestion from
7836                 Tim Mann <timmann@users.sourceforge.net>
7837
7838         * src/main.c
7839                 after a crash check only local folders for new
7840                 messages
7841
7842 2002-11-28 [paul]       0.8.6claws34
7843
7844         * configure.in
7845                 apply patch that fixes the checking of GTK with XIM 
7846                 support on different OSs, such as FreeBSD. Patch 
7847                 submitted by Topia <topia@users.sourceforge.net>
7848                 
7849 2002-11-28 [paul]       0.8.6claws33
7850
7851         * src/mainwindow.c
7852           src/prefs_common.c
7853           src/prefs_toolbar.c
7854                 more changes to the English
7855
7856 2002-11-28 [paul]       0.8.6claws32
7857
7858         * sync with 0.8.6cvs13
7859                 see ChangeLog 2002-11-28 (no sync needed
7860                 for src/compose.c)
7861
7862 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7863         
7864         * src/mainwindow.[ch]
7865                 add patch by Ivan F. Martinez introducing messageview Toolbar
7866                 some changes and committed by oliver    
7867
7868 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7869
7870         * src/messageview.[ch]
7871                 add patch by Ivan F. Martinez introducing messageview Toolbar
7872                 some changes and committed by oliver    
7873
7874 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7875
7876         * src/compose.[ch]
7877                 add patch by Ivan F. Martinez introducing messageview Toolbar
7878                 some changes and committed by oliver    
7879
7880 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7881         
7882         * src/toolbar.[ch]
7883                 add patch by Ivan F. Martinez introducing messageview Toolbar
7884                 some changes and committed by oliver
7885
7886 2002-11-28 [oliver]     0.8.6claws27
7887         
7888         * src/prefs_toolbar.[ch]
7889                 getting ready for messageview toolbar
7890                 free mem allocated by gettext
7891                 change prefs_toolbar to prefs_toolbar_open
7892  
7893 2002-11-28 [thorsten]   0.8.6claws26
7894
7895         * src/imageview.[ch]
7896                 cleaned up conflicting declarations of
7897                 imageview_show_image()
7898
7899 2002-11-28 [paul]       0.8.6claws25
7900
7901         * src/grouplistdialog.c
7902           src/prefs_common.c
7903           src/prefs_summary_column.c
7904                 a few more improvements to the English
7905
7906 2002-11-28 [colin]      0.8.6claws24
7907
7908         * man/sylpheed.1
7909                 A few updates to command-line parameters
7910
7911 2002-11-28 [colin]      0.8.6claws23
7912
7913         * src/prefs_filtering.c
7914                 Fix problems with prefs_filtering_delete_path:
7915                 a) if the first rule is removed, original pointers
7916                    weren't updated (leading to segfaults)
7917                 b) it was always global_processing updated in case
7918                    of removed path was parent of rule path
7919
7920 2002-11-27 [paul]       0.8.6claws22
7921
7922         * src/mainwindow.c
7923           src/prefs_account.c
7924           src/prefs_actions.c
7925           src/prefs_common.c
7926           src/prefs_customheader.c
7927           src/prefs_display_header.c
7928           src/prefs_filtering.c
7929           src/prefs_folder_item.c
7930           src/prefs_matcher.c
7931           src/prefs_scoring.c
7932           src/prefs_summary_column.c
7933           src/prefs_template.c
7934           src/prefs_toolbar.c
7935                  improve the English in the GUI
7936
7937 2002-11-27 [colin]      0.8.6claws21
7938
7939         * src/folder.c
7940                 Fix processing renaming problems happening after
7941                 last commit
7942
7943 2002-11-27 [colin]      0.8.6claws20
7944
7945         * src/folder.c
7946                 recursive move now deletes src each subfolder after 
7947                 having moved it
7948         * src/folderview.c
7949                 Use identifier instead of path during dnd (enables
7950                 IMAP folder dnd)
7951
7952 2002-11-27 [paul]       0.8.6claws19
7953
7954         * src/main.c
7955                 apply patch that does command-line processing 
7956                 BEFORE gtk_init, allowing claws to run from 
7957                 shell-scripts in non-X environment (e.g. crontab 
7958                 or ip-up, ip-down scripts). Patch submitted by
7959                 Ruslan N. Balkin <baron@dartel.ru>
7960                 
7961         * po/it.po
7962                 updated by Alessandro Maestri
7963
7964 2002-11-27 [paul]       0.8.6claws18
7965
7966         * sync with 0.8.6cvs12
7967           src/prefs_common.c
7968                 Differences are that main uses a 'Receive dialog'
7969                 frame on the Interface tab, whereas claws groups all 
7970                 the dialogs together in a 'Dialogs' frame.
7971
7972 2002-11-27 [colin]      0.8.6claws17
7973
7974         * src/prefs_matcher.c
7975                 Fix Execute criteria's NOT flag
7976
7977
7978 2002-11-26 [christoph]  0.8.6claws16
7979
7980         * src/ssl.c
7981                 rewrite the ssl code a little bit, only use one
7982                 SSL context, set default certificates' file/path
7983
7984 2002-11-26 [thorsten]   0.8.6claws15
7985
7986         * src/compose.c
7987                 default-reply-to didn't work for ml-reply
7988
7989 2002-11-26 [melvin]     0.8.6claws14
7990
7991         * src/prefs_actions.c
7992                 Made pipe-actions ignore short headers in message view
7993                 Made trailing-pipe-actions write in the message view with
7994                 the same font as the original message
7995
7996 2002-11-26 [paul]       0.8.6claws13
7997
7998         * src/compose.c
7999                 this time commit the correct file
8000
8001 2002-11-26 [paul]       0.8.6claws12
8002
8003         * sync with 0.8.6cvs11
8004           src/quote_fmt_parse.y  
8005                 no sync needed
8006           src/account.[ch]       
8007                 not sync'ed
8008           src/compose.c
8009                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
8010                 on draft mode.
8011                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
8012                 header
8013                 
8014         see ChangeLog 2002-11-25 and 2002-11-26
8015
8016 2002-11-26 [colin]      0.8.6claws11
8017
8018         * src/folderview.c
8019                 Fix collapsed folder not auto-expanding during
8020                 mail dnd, if it was the source folder.
8021
8022 2002-11-25 [colin]      0.8.6claws10
8023
8024         * src/folderview.[ch]
8025                 Variable renaming and cleaning (slist of nodes 
8026                 to be re-collapsed is stored in FolderView)
8027
8028 2002-11-25 [paul]       0.8.6claws9
8029
8030         * src/prefs_common.[ch]
8031                 fix breakage caused by last commit
8032
8033 2002-11-25 [paul]       0.8.6claws8
8034
8035         * sync with 0.8.6cvs4
8036                 see ChangeLog 2002-11-21
8037
8038 2002-11-25 [paul]       0.8.6claws7
8039
8040         * sync with 0.8.6cvs4
8041                 see ChangeLog 2002-11-20
8042
8043 2002-11-25 [paul]       0.8.6claws6
8044
8045         * sync with 0.8.6cvs3
8046                 see ChangeLog 2002-11-18
8047
8048 2002-11-25 [colin]      0.8.6claws5
8049
8050         * src/gtkutils.[ch]
8051                 Add gtkut_ctree_node_is_parent()
8052         * src/folderview.c
8053                 Spring-loaded folders
8054
8055 2002-11-25 [colin]      0.8.6claws4
8056
8057         * src/utils.[ch]
8058                 Add slist_concat_unique(), function to merge
8059                 two GSList filtering dups
8060         * src/folder.[ch]
8061         * src/summaryview.[ch]
8062         * src/folderview.c
8063         * src/main.c
8064                 Add detection/update/display of unread answers
8065                 to marked mails
8066         * src/procmsg.[ch]
8067                 Add procmsg_find_children()
8068                 Add procmsg_msg_has_marked_parent()
8069
8070 2002-11-25 [colin]      0.8.6claws3
8071
8072         * src/ssl_certificate.[ch]
8073                 Allow checking a certificate without a DNS
8074                 lookup
8075                 Allow to forget a cert (by deleting it)
8076                 Make ssl_certificate_destroy_public
8077         * src/ssl_manager.[ch] ** NEW FILES **
8078                 Gui to manage (display/remove) certificates
8079         * src/prefs_common.[ch]
8080                 Add a pref to allow silent acceptation of
8081                 trusted certificates or not (based on the
8082                 "I want to know what's going on" principle)
8083         * src/mainwindow.c
8084                 Add SSL manager in Tools menu
8085         * src/Makefile.am
8086                 Add the new files to the build
8087         * po/POTFILES.in
8088                 Add ssl_manager.c to translations
8089
8090 2002-11-25 [colin]      0.8.6claws2
8091
8092         * src/summaryview.[ch]
8093                 Add S_SEARCH_EXTENDED to the quick search, which 
8094                 allows to search using filtering syntax.
8095
8096 2002-11-25 [colin]      0.8.6claws1
8097
8098         * src/summaryview.c
8099                 Deletion of duplicates now prefer deleting
8100                 the unread dup (fixes feature-request 638989).
8101
8102 2002-11-24 [paul]       0.8.6claws
8103
8104         * po/es.po
8105           po/pl.po
8106           po/ru.po
8107           po/sr.po
8108                 updated by Ricardo Mones Lastra,
8109                 Witold Wladyslaw Wojciech Wilk,
8110                 Ruslan N. Balkin, and  Urke MMI 
8111                 respectively
8112
8113 2002-11-24 [paul]       0.8.5claws182
8114
8115         * po/bg.po
8116                 updated by George Danchev
8117
8118 2002-11-23 [alfons]     0.8.5claws181
8119
8120         * src/imap.c
8121                 tiny memory leak found by browsing Dimitar's 
8122                 valgrind report
8123
8124 2002-11-23 [paul]       0.8.5claws180
8125
8126         * po/it.po
8127                 updated by Alessandro Maestri
8128
8129 2002-11-22 [christoph]  0.8.5claws179
8130
8131         * src/compose.c
8132         * src/inc.c
8133         * src/prefs_filtering.c
8134         * src/summaryview.c
8135                 more warning fixes
8136
8137 2002-11-22 [alfons]     0.8.5claws178
8138
8139         * src/summaryview.c
8140                 summary_execute_delete_func(): if message is deleted, make 
8141                 sure to also remove its entry in the subject hash table. 
8142                 fixes a corner case bug.
8143
8144 2002-11-22 [paul]       0.8.5claws177
8145
8146         * .cvsignore
8147                 add 'autom4te.cache'
8148                 
8149         * ltconfig      ** REMOVED **
8150                 not needed
8151
8152 2002-11-22 [paul]       0.8.5claws176
8153
8154         * src/textview.c
8155                 textview_set_font(): fix for message display in
8156                 UTF-8 locales (thanks to Sergey Vlasov).
8157                 
8158         * AUTHORS
8159                 add new team members and contributors
8160
8161
8162 2002-11-21 [colin]      0.8.5claws175
8163
8164         * src/procmsg.[ch]
8165                 Add procmsg_remove_special_headers()
8166         * src/mh.c
8167                 Use procmsg_remove_special_headers() for 
8168                 previous fix
8169
8170 2002-11-21 [colin]      0.8.5claws174
8171
8172         * src/mh.c
8173                 Fix moving/copying from queue/draft folders
8174                 for MH folders
8175
8176 2002-11-21 [christoph]  0.8.5claws173
8177
8178         * src/crash.c
8179         * src/filtering.c
8180         * src/logwindow.c
8181         * src/main.c
8182         * src/matcher_parser_lex.[hl]
8183         * src/mbox.c
8184         * src/mbox_folder.[ch]
8185         * src/prefs_filtering.c
8186         * src/procheader.c
8187         * src/quote_fmt_lex.l
8188         * src/ssl.c
8189                 fix all warnings except the warnings in lex and yacc files
8190
8191 2002-11-20 [christoph]  0.8.5claws172
8192
8193         * src/imap.c
8194                 fix MsgInfo retrieval for IMAP draft and queue folders
8195                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8196
8197 2002-11-19 [christoph]  0.8.5claws171
8198
8199         * src/compose.c
8200                 fix segfault, when draft saving does not get
8201                 the MsgInfo of the new message
8202                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8203
8204 2002-11-19 [christoph]  0.8.5claws170
8205
8206         * src/procmsg.c
8207                 add parameter check for flag setting function
8208                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8209
8210 2002-11-18 [paul]       0.8.5claws169
8211
8212         * src/compose.c
8213                 more sensitivity fixes to redirect mode:
8214                 * disable toolbar draft button
8215                 * allow only Address book in the Tools menu
8216                 * disable editing of message by the spell
8217                   checker
8218
8219 2002-11-18 [paul]       0.8.5claws168
8220
8221         * src/compose.c
8222                 fix sensitivity of menu items in compose_redirect():
8223                 allow only the necessary items 
8224
8225 2002-11-18 [paul]       0.8.5claws167
8226
8227         * src/compose.c
8228                 fix bug [ 603259 ] 'attachment got lost on bounce'
8229
8230 2002-11-18 [paul]       0.8.5claws166
8231
8232         * po/ru.po
8233                 updated by Ruslan N. Balkin <baron@dartel.ru>
8234
8235 2002-11-18 [colin]      0.8.5claws165
8236
8237         * src/main.c
8238           src/defs.h
8239                 Remove old filtering stuff
8240
8241
8242 2002-11-17 [oliver]     0.8.5claws164
8243
8244         * src/toolbar.h
8245                 remove not needed typedef 
8246
8247 2002-11-17 [oliver]     0.8.5claws163
8248
8249         * src/toolbar.c
8250                 make toolbar's on click events translatable
8251
8252 2002-11-15 [colin]      0.8.5claws162
8253
8254         * src/summaryview.c
8255                 Revert too-soon integration of a feature
8256
8257 2002-11-15 [christoph]  0.8.5claws161
8258
8259         * src/imap.c
8260                 use main's implementation of imap_get_msginfo
8261
8262 2002-11-15 [christoph]  0.8.5claws160
8263
8264         * src/compose.c
8265         * src/folder.[ch]
8266         * src/imap.c
8267         * src/mbox_folder.c
8268         * src/mh.c
8269         * src/news.c
8270         * src/procmsg.c
8271         * src/summaryview.c
8272                 replace claws' fetch_msginfo with main's get_msginfo
8273                 (use main's implementation where possible)
8274
8275 2002-11-15 [colin]      0.8.5claws159
8276
8277         * src/ssl_certificate.c
8278                 Missed a check
8279
8280 2002-11-16 [melvin]     0.8.5claws158
8281
8282         * po/fr.po
8283                 Updated French translations.
8284
8285 2002-11-16 [colin]      0.8.5claws157
8286
8287         * src/ssl_certificate.c
8288                 Check for missing parts in the certificates
8289
8290 2002-11-15 [colin]      0.8.5claws156
8291
8292         * src/folderview.c
8293                 Preventive fix (missing check) found by
8294                 Alfons
8295
8296 2002-11-15 [paul]
8297
8298         * NEWS
8299                 sync with 0.8.6 release
8300
8301 2002-11-15 [colin]      0.8.5claws155
8302
8303         * src/folder.[ch]
8304           src/folderview.c
8305                 Fix error handling of folder_item_move_to()
8306                 (thanks to Alfons!)
8307
8308 2002-11-15 [colin]      0.8.5claws154
8309
8310         * src/folder.[ch]
8311           src/folderview.c
8312                 folder_item_move_to() sets an error message instead
8313                 of having GUI stuff in folder.c
8314
8315 2002-11-15 [colin]      0.8.5claws153
8316
8317         * src/procmsg.[ch]
8318                 Implemented a callback for MsgInfo updates, 
8319                 heavily copy/pasted from Christoph's folder 
8320                 callback system
8321         * src/summaryview.[ch]
8322                 Register summary_update_msg as callback
8323
8324 2002-11-14 [colin]      0.8.5claws152
8325         
8326         * src/procmsg.c
8327                 Update the FolderItem after sending (fixes 617593)
8328
8329 2002-11-14 [christoph]  0.8.5claws151
8330
8331         * src/folder.c
8332                 fix wrong position of NULL pointer check found
8333                 by Sergey
8334
8335 2002-11-14 [christoph]  0.8.5claws150
8336
8337         * src/folder.c
8338                 fix segfault when deleting messages from IMAP folders
8339                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8340
8341 2002-11-14 [colin]      0.8.5claws149
8342
8343         * src/compose.c
8344                 Forwarding was also ignoring the folder's default account.
8345
8346 2002-11-14 [colin]      0.8.5claws148
8347
8348         * src/compose.c
8349                 Fix sent folder not set to folder properties when 
8350                 forwarding.
8351
8352 2002-11-14 [thorsten]   0.8.5claws147
8353
8354         * src/inc.c
8355                 inc_start(): Files were not moved from .processing to inbox,
8356                 if no global processing rule existed
8357
8358 2002-11-14 [colin]      0.8.5claws146
8359
8360         * src/ssl_certificate
8361                 Fix file operations
8362
8363 2002-11-14 [paul]       0.8.5claws145
8364
8365         * po/it.po
8366                 updated by Alessandro Maestri
8367
8368 2002-11-13 [alfons]     0.8.5claws144
8369
8370         * src/folder.c
8371                 folder_item_close(): only mark messages unread
8372                 when a folder has new messages 
8373
8374 2002-11-13 [keith]      0.8.5claws143
8375
8376         * src/imap.c
8377                 Fix problem moving or copying between
8378                 IMAP folders
8379
8380 2002-11-13 [colin]      0.8.5claws142
8381
8382         * src/matcher_parser_parse.y
8383                 Fix rule problem when " don't match
8384
8385 2002-11-13 [christoph]  0.8.5claws141
8386
8387         * src/folder.c
8388         * src/folderview.c
8389                 moved cache saving to folder_item_close
8390                 the folderview should not have to deal with
8391                 this things
8392
8393 2002-11-13 [christoph]  0.8.5claws140
8394
8395         * src/summaryview.c
8396                 moved setting of important score to
8397                 summary_set_prefs_from_folderitem
8398
8399 2002-11-13 [colin]      0.8.5claws139
8400
8401         * src/matcher_parser_parse.y
8402                 Fix a segfault in the parser (happening when
8403                 a good expression had been tested and a bad 
8404                 one arrives)
8405
8406 2002-11-13 [paul]       0.8.5claws138
8407
8408         * sync with 0.8.5cvs24
8409                 see ChangeLog 2002-11-13
8410                 
8411         * po/pt_BR.po
8412                 updated by Fabio Jr. Beneditto
8413
8414 2002-11-13 [colin]      0.8.5claws137
8415         
8416         * src/msgcache.c
8417           src/defs.h
8418           src/procmsg.[ch]
8419                 Revert last commit, problem
8420
8421 2002-11-13 [colin]      0.8.5claws136
8422
8423         * src/msgcache.c
8424                 Remove duplicated code
8425         * src/defs.h
8426                 Bumped CACHE_VERSION and MARK_VERSION
8427         * src/procmsg.[ch]
8428                 Network endian for cache and mark files
8429
8430 2002-11-12 [colin]      0.8.5claws135
8431
8432         * src/inc.c
8433                 Fix the "socket error" dialog which disappeared
8434
8435 2002-11-12 [colin]      0.8.5claws134
8436
8437         * src/msgcache.c
8438                 Reverse last commit which had performance 
8439                 problems, but still reverse the list
8440
8441 2002-11-12 [colin]      0.8.5claws133
8442
8443         * src/msgcache.c
8444                 Reverse list order
8445
8446 2002-11-12 [melvin]     0.8.5claws132
8447
8448         * src/compose.c
8449                 Added a check for a NULL prefs_common.dictionary
8450
8451 2002-11-12 [colin]      0.8.5claws131
8452
8453         * src/ssl_certificate.[ch]
8454                 Use FQDN hostname
8455
8456 2002-11-12 [colin]      0.8.5claws130
8457
8458         * src/ssl_certificate.[ch]
8459                 Take connection port into account for 
8460                 checking certificates (a single hostname
8461                 could have multiple servers with multiple
8462                 certificates)
8463         * src/ssl.c
8464                 Pass the port to ssl_certificate_check
8465
8466 2002-11-12 [paul]       0.8.5claws129
8467
8468         * src/folder.c
8469                 fix a typo in last commit
8470
8471 2002-11-12 [paul]       0.8.5claws128
8472
8473         * sync with 0.8.5cvs23
8474                 see ChangeLog entry 2002-11-12
8475
8476 2002-11-11 [colin]      0.8.5claws127
8477
8478         * src/ssl_certificate.c
8479                 Cleaner messages
8480                 Don't popup, instead log error, if the 
8481                 corresponding pref is checked
8482         * src/ssl_certificate.h
8483                 include <openssl/objects/h>
8484
8485 2002-11-11 [colin]      0.8.5claws126
8486
8487         * src/ssl_certificate.h
8488                 _Really_ clean it
8489
8490 2002-11-11 [colin]      0.8.5claws125
8491         
8492         * src/ssl_certificate.c
8493                 Fixed leak
8494
8495 2002-11-11 [colin]      0.8.5claws124
8496
8497         * src/ssl.c
8498                 Cleaned a bit
8499         * src/ssl_certificate.[ch]
8500                 Cleaned a bit (better use of SSL API)
8501                 (This will cause non-recognition of saved 
8502                  certificates of claws12[23]...)
8503
8504 2002-11-11 [paul]       0.8.5claws123
8505         
8506         * po/es.po
8507                 updated by Ricardo Mones Lastra
8508
8509 2002-11-11 [colin]      0.8.5claws122
8510
8511         * src/ssl.c
8512                 Fix a typo
8513
8514 2002-11-11 [colin]      0.8.5claws121
8515
8516         * src/ssl_certificate.[ch] ** NEW FILES **
8517         * src/ssl.[ch]
8518                 Check SSL certificates presented to us
8519         * src/Makefile.am
8520                 Add ssl_certificate.[ch]
8521         * po/POTFILES.in
8522                 Add ssl_certificate.c
8523
8524 2002-11-11 [paul]       0.8.5claws120
8525
8526         * sync with 0.8.5cvs22
8527                 see ChangeLog 2002-11-11
8528
8529 2002-11-11 [paul]       0.8.5claws119
8530
8531         * sync with 0.8.5cvs21
8532                 see ChangeLog 2002-11-11
8533
8534 2002-11-10 [jens]       0.8.5claws118
8535
8536         * src/folder.c
8537         * src/folderview.c
8538                 corrected some typing
8539         * po/de.po
8540                 updated german translation
8541         * sylpheed.spec.in
8542                 cleaned up specfile and adjusted it for claws
8543
8544 2002-11-10 [colin]      0.8.5claws117
8545
8546         * src/summaryview.c
8547                 a STATUSBAR_PUSH/POP fix
8548
8549 2002-11-10 [colin]      0.8.5claws116
8550
8551         * src/prefs_folder_item.c
8552                 Fix hanging after opening folder properties
8553
8554 2002-11-10 [hoa]        0.8.5claws115
8555
8556         * src/matcher_parser_lex.l
8557         * src/matcher_parser_parse.y
8558                 config file for scoring and filtering is no more trashed
8559                 when there is a syntax error in a filtering rule when
8560                 editing it in a dialog.
8561
8562 2002-11-09 [colin]      0.8.5claws114
8563
8564         * src/mbox_folder.c
8565                 Added missing initialisation of folder->destroy()
8566
8567 2002-11-09 [colin]      0.8.5claws113
8568
8569         * src/folder.c
8570           src/folderview.c
8571                 Fix the status bar messages
8572
8573 2002-11-09 [colin]      0.8.5claws112
8574
8575         * src/folderview.c
8576                 Fix hangs after folder dnd, happening after 
8577                 claws109.
8578
8579 2002-11-09 [christoph]  0.8.5claws111
8580
8581         * src/folderview.c
8582                 just changed order of calls (reverse order of
8583                 associated calls)
8584         * src/inc.c
8585                 lock inc when checking only one account, otherwise
8586                 inc all could be executed at the same time
8587
8588 2002-11-09 [christoph]  0.8.5claws110
8589
8590         * src/folderview.c
8591                 better unlock the mouse cursor before calling
8592                 summary_show because it changes the cursor too
8593
8594 2002-11-09 [christoph]  0.8.5claws109
8595
8596         * src/folder.[ch]
8597         * src/folderview.c
8598                 add functions to open and close a folder
8599                 o opending will execute scanning for remote folders
8600                   and processing
8601                 o closing will unset new flag for messages
8602
8603 2002-11-09 [colin]      0.8.5claws108
8604
8605         * src/folder.c
8606                 Add a call to prefs_matcher_write_config to 
8607                 avoid non-leaf folders filtering settings to be
8608                 lost
8609
8610 2002-11-09 [paul]       0.8.5claws107
8611
8612         * src/prefs_account.c
8613                 re-word a label
8614
8615 2002-11-09 [colin]      0.8.5claws106
8616
8617         * src/folderview.c
8618                 Minor esthetic fix
8619
8620 2002-11-09 [colin]      0.8.5claws105
8621
8622         * src/folderview.c
8623                 Fix prefs_filtering deletion for MH folders (same
8624                 reason as below)
8625         * src/prefs_filtering.c
8626                 Fix prefs_filtering renaming and deletion for 
8627                 folder-based processing rules.  
8628
8629 2002-11-09 [christoph]  0.8.5claws104
8630
8631         * src/compose.c
8632         * src/folder.[ch]
8633         * src/folderview.[ch]
8634         * src/import.c
8635         * src/inc.c
8636         * src/main.c
8637         * src/mainwindow.c
8638         * src/messageview.c
8639         * src/prefs_folder_item.c
8640         * src/procmsg.c
8641         * src/summaryview.c
8642                 implement a callback system for folder item updates
8643
8644 2002-11-09 [colin]      0.8.5claws103
8645
8646         * src/folderview.c
8647                 Fix prefs_filtering renaming for MH folders (we
8648                 shouldn't rename by path as another folder could
8649                 have the same hierarchy).
8650
8651 2002-11-09 [colin]      0.8.5claws102
8652
8653         * src/folder.c
8654                 Fix a leak found by Christoph, use better variable
8655                 names
8656
8657 2002-11-09 [colin]      0.8.5claws101
8658
8659         * src/folder.c
8660                 One more fix for processing rules
8661
8662 2002-11-08 [colin]      0.8.5claws100
8663         
8664         * src/matcher.c
8665                 Don't copy the compiled regexp (will be reevaluated)
8666         * src/folderview.c
8667                 Lock folderview while moving
8668         * src/folder.c
8669                 Provide info on what's happening to the user
8670
8671 2002-11-08 [colin]      0.8.5claws99
8672
8673         * src/folderview.c
8674                 Fix folder reordering after a move if parent is 
8675                 root
8676         * src/scoring.[ch]
8677                 Add function to copy a ScoringProp
8678         * src/prefs_folder_item.c
8679                 Copy scoring rules when copying a folder prefs
8680
8681 2002-11-08 [colin]      0.8.5claws98
8682
8683         * src/folderview.c
8684                 Fixes in case of failure
8685         * src/filtering.[ch]    
8686                 Add function to duplicate a FilteringProp
8687         * src/matcher.[ch]
8688                 Add function to duplicate a MatcherProp
8689         * src/prefs_folder_item.c
8690                 Save folder's processing rules when copying 
8691                 its prefs
8692
8693 2002-11-08 [colin]      0.8.5claws97
8694         
8695         * src/folderview.c
8696                 Sort after move
8697         * src/folder.c 
8698                 Change a printf to debug_print
8699
8700 2002-11-08 [colin]      0.8.5claws96
8701
8702         * src/folder.c
8703           src/folderview.c
8704                 Fix segfaults, call me stupido
8705         
8706
8707 2002-11-08 [colin]      0.8.5claws95
8708
8709         *src/folder.c
8710                 Added forgotten prefs to save when moving folders
8711
8712 2002-11-08 [colin]      0.8.5claws94
8713
8714         * src/folder.c
8715                 Fixes to folder DND (prefs copy)
8716         * src/folderview.c
8717                 Optimization for folder DND (don't rescan whole tree)
8718                 Added folderview_create_folder_node() for this 
8719                 optimization, so de-duped a bit the code
8720         * src/prefs_folder_item.[ch]
8721                 Added prefs_folder_item_copy_prefs()    
8722           
8723 2002-11-08 [paul]       0.8.5claws93
8724
8725         * src/prefs_account.c
8726           tools/README
8727           tools/kmail2sylpheed_v2.pl
8728                 correct some typos
8729
8730 2002-11-08 [paul]       0.8.5claws92
8731
8732         * src/compose.c
8733           src/prefs_account.[ch]
8734                 remove account options 'clearsign' and 'ascii_armored',
8735                 replace with 'default_gnupg_mode' to prevent mixed-mode
8736                 Privacy settings
8737
8738 2002-11-08 [paul]       0.8.5claws91
8739
8740         * src/compose.[ch]
8741                 re-implement GnuPG 'on-the-fly' mode selection,
8742                 disallow mixed-mode
8743
8744 2002-11-08 [colin]      0.8.5claws90
8745
8746         * src/folderview.c
8747           src/prefs_folder_item.c
8748                 Change "Property" to "Properties"
8749
8750 2002-11-07 [colin]      0.8.5claws89
8751
8752         * src/folderview.c
8753           src/folder.c
8754                 Allow folder dropping to a root folder
8755
8756 2002-11-07 [paul]       0.8.5claws88
8757
8758         * src/compose.c
8759                 revert last commit
8760
8761 2002-11-07 [paul]       0.8.5claws87
8762
8763         * src/compose.c
8764                 fix reply-to-list bug. closes bug report
8765                 "[633382] reply-to-list broken in recent cvs"
8766
8767 2002-11-07 [paul]       0.8.5claws86
8768
8769         * src/compose.c
8770                 add a forgotten '#if USE_GPGME ... #endif'
8771
8772 2002-11-07 [paul]       0.8.5claws85
8773
8774         * sync with 0.8.5cvs20
8775                 see ChangeLog 2002-11-07
8776
8777 2002-11-07 [colin]      0.8.5claws84
8778
8779         * src/folder.[ch]
8780                 Change folder_item_move_to to return the newly 
8781                 created folderitem.
8782         * src/folderview.c
8783                 Select the new folderitem after moving.
8784
8785 2002-11-07 [colin]      0.8.5claws83
8786
8787         * src/prefs_filtering.c
8788                 Fix rule rewriting when moving a leaf folder to a 
8789                 shorter path
8790
8791 2002-11-07 [colin]      0.8.5claws82
8792
8793         * src/prefs_filtering.c
8794                 fix a leak
8795
8796 2002-11-07 [colin]      0.8.5claws81
8797
8798         * src/folder.[ch]
8799                 Add folder_item_move_to() function to move a 
8800                 folderitem into another one (updates matcher etc)
8801         * src/folderview.c
8802                 Add folder drag'n drop (context menu to come)
8803                 [Should be dataloss free, but Please backup before 
8804                  trying !]
8805
8806 2002-11-06 [colin]      0.8.5claws80
8807
8808         * src/mh.c
8809                 mh_create_folder() returns NULL if can't create
8810                 directory hierarchy
8811
8812 2002-11-06 [paul]       0.8.5claws79
8813
8814         * src/compose.[ch]
8815                 allow 'on-the-fly' changing of the type of encryption 
8816                 and/or signing used (mime/ascii) via the compose window
8817
8818 2002-11-06 [paul]       0.8.5claws78
8819
8820         * sync with 0.8.5cvs19
8821                 see ChangeLog 2002-11-06 for src/account.c: 
8822                 account_get_special_folder()
8823                 
8824 2002-11-05 [alfons]     0.8.5claws77
8825
8826         * src/crash.c
8827                 very minor cleanups: nothing to see here, move on. :-)
8828
8829 2002-11-05 [colin]      0.8.5claws76
8830
8831         * src/main.c
8832                 Changes choices if compose windows are opened to
8833                 Discard, Draft, Don't quit
8834
8835 2002-11-05 [thorsten]   0.8.5claws75
8836
8837         * src/compose.c
8838                 reenabled default_reply_to folder option
8839
8840 2002-11-05 [colin]      0.8.5claws74
8841
8842         * src/compose.[ch] 
8843                 add compose_draft()
8844         * src/crash.c
8845                 add SIGTERM handler
8846         * src/main.[ch]
8847                 add clean_quit() for the SIGTERM handler
8848
8849 2002-11-05 [paul]       0.8.5claws73
8850         
8851         * po/es.po
8852                 updated by Ricardo Mones Lastra
8853
8854 2002-11-05 [melvin]     0.8.5claws72
8855
8856         * src/logwindow.c
8857                 Fixed log-clipping bug #616795.
8858                 To stop logging in the log window use 0 length.
8859         * src/prefs_common.c
8860                 Added a label to inform about the 0 log length behaviour.
8861
8862 2002-11-05 [paul]       0.8.5claws71
8863
8864         * sync with 0.8.5cvs17
8865                 see ChangeLog 2002-11-05
8866
8867 2002-11-04 [paul]       0.8.5claws70
8868
8869         * sylpheed-128x128.png
8870           sylpheed-64x64.png
8871           sylpheed.png
8872                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8873                 <nikai@users.sourceforge.net>
8874                 
8875         * po/bg.po
8876                 updated by George Danchev
8877
8878 2002-11-03 [thorsten]   0.8.5claws69
8879
8880         * src/main.c
8881           src/mimeview.c
8882           src/rfc2015.h
8883                 add check if gpg is active
8884
8885 2002-11-03 [thorsten]   0.8.5claws68
8886
8887         * src/toolbar.h
8888                 removed GSList declaration causing trouble on MacOS-X
8889                 (submitted by alfons, reported by xfesty)
8890
8891 2002-11-01 [paul]       0.8.5claws67
8892
8893         * src/mainwindow.c
8894                 remove last remnants of main's filter code
8895
8896 2002-11-01 [paul]       0.8.5claws66
8897
8898         * tools/filter_conv.pl
8899                 fix bug where user-defined headers were ignored
8900
8901 2002-11-01 [paul]       0.8.5claws65
8902
8903         * src/logwindow.c
8904                 make a debug_print() not translatable
8905
8906 2002-10-31 [melvin]     0.8.5claws64
8907
8908         * ac/aspell.m4
8909                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8910                 not run any GNU/aspell test.  The dictionary path will
8911                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8912                 was given, in which case, it will be $prefix/lib/aspell/
8913         * configure.in
8914                 Fixed typo in commentary (Aspell code).
8915
8916 2002-10-31 [paul]       0.8.5claws63
8917
8918         * po/POTFILES.in
8919                 remove src/filter.c and src/prefs_filter.c
8920                 thanks to Ricardo for reminding me
8921
8922 2002-10-31 [colin]      0.8.5claws62
8923
8924         * src/mbox_folder.c
8925                 Plug some leaks
8926
8927 2002-10-31 [paul]       0.8.5claws61
8928
8929         * src/prefs_filter.[ch] ** REMOVED **
8930           src/filter.[ch]       ** REMOVED **
8931           
8932         * src/Makefile.am
8933           src/folderview.c
8934           src/inc.c
8935           src/main.c
8936           src/mainwindow.c
8937           src/mbox.c
8938           src/prefs_common.c
8939           src/prefs_filtering.c
8940           src/summaryview.[ch]
8941                 remove main's 'filter' code
8942                 
8943         README.claws
8944                 update to reflect removal of main's filter
8945
8946 2002-10-31 [paul]       0.8.5claws60
8947
8948         * src/summaryview.c
8949                 remove check for global_processing in summary_filter_open(). 
8950                 This fixes the bug where if the user uses the right-click 
8951                 'Create filter rule...' and doesn't have any filter rules 
8952                 already defined in claws' advanced filtering, the newly 
8953                 created filter rule goes to main's filtering which is 
8954                 inaccessible through the gui. Now the filter rule gets added
8955                 to claws' filtering by default.
8956
8957 2002-10-28 [melvin]     0.8.5claws59
8958
8959         * src/prefs_actions.c
8960                 Fixed bug #627322 where MIME parts were not always
8961                 correctly passed to a %p action
8962                 Display an error dialog when message filename is not found.
8963
8964 2002-10-28 [melvin]     0.8.5claws58
8965
8966         * src/prefs_common.c
8967                 Readded a missing function declaration lost in 0.8.3claws34
8968
8969 2002-10-28 [paul]       0.8.5claws57
8970
8971         * sync with 0.8.5cvs15
8972                 see ChangeLog 2002-10-28 and 2002-10-25
8973                 
8974         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8975
8976 2002-10-27 [oliver]     0.8.5claws56
8977
8978         * src/pop.c
8979                 plug leak in pop3_top_recv
8980
8981 2002-10-26 [christoph]  0.8.5claws55
8982
8983         * src/folder.c
8984                 set need_update folder flag when messages are added
8985                 (closes bug [ 626922 ] folder not updated after receiving)
8986
8987 2002-10-25 [melvin]     0.8.5claws54
8988
8989         * src/imageview.c
8990                 Fixed a memleak introduced in the scaling code.
8991
8992 2002-10-24 [alfons]     0.8.5claws53
8993
8994         * src/filtering.c
8995                 make filtering's forward message action forward from the 
8996                 correct account
8997                 (closes bug [628089 ] Filter -> Forward from address problem
8998                 reported by Oktay)
8999
9000 2002-10-24 [christoph]  0.8.5claws52
9001
9002         * src/mainwindow.c
9003         * src/manual.[ch]
9004                 o use manual of current locale or english if current
9005                   locale is not available (and english is available)
9006                 o also link to sylpheed doc project manuals
9007
9008 2002-10-23 [paul]       0.8.5claws51
9009
9010         * tools/README
9011           tools/kmail2sylpheed_v2.pl
9012                 add new version of kmail addressbook importer script.
9013                 works with newer versions of Kmail/KAddressBook which
9014                 have new and rearranged data.
9015
9016 2002-10-23 [martin]     0.8.5claws50
9017
9018         * src/folderview.c
9019         * src/summaryview.c
9020         * src/utils.h
9021         * src/utils.c
9022                 added length parameter to get_abbrev_newsgroup_name()
9023                 changed this function so that it abbreviates the newsgroup
9024                 names only so long it is smaller than the length parameter
9025                 (for better reading of some newsgroup names and space efficiency)
9026
9027 2002-10-22 [colin]      0.8.5claws49
9028
9029         *src/foldersel.c
9030                 Revert Alfons' last modification (after voting ;-))
9031
9032 2002-10-21 [alfons]     0.8.5claws48
9033
9034         * src/foldersel.c
9035                 folder view in folder selection dialog reflects state of
9036                 folder view in main window
9037
9038 2002-10-18 [alfons]     0.8.5claws47
9039
9040         * src/mbox.c
9041                 drop imported messages in folder selected by user,
9042                 and not in the inbox
9043                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
9044
9045 2002-10-18 [alfons]     0.8.5claws46
9046
9047         * src/compose.c
9048                 make automagic reply work correctly for email accounts 
9049                 (whether it's viable to do a full sync with Hiro's 
9050                 compose.c is still under discussion)
9051
9052 2002-10-18 [melvin]     0.8.5claws45
9053
9054         * src/prefs_actions.c
9055                 Fixed bug #622275 where asynchroneous actions left 
9056                 zombies processes
9057                 Made (synchroneous) actions' input be displayed live.
9058
9059 2002-10-18 [christoph]  0.8.5claws44
9060
9061         * src/textview.c
9062                 don't add a newline in the textview in front of the
9063                 first textpart if header display is disabled
9064                 (closes bug [ 603385 ] disabled header display leaves blank
9065                  lin)
9066
9067 2002-10-18 [christoph]  0.8.5claws43
9068
9069         * src/folder.[ch]
9070         * src/imap.c
9071         * src/mbox_folder.c
9072         * src/mh.c
9073         * src/news.c
9074                 folder->get_num_list now returns an error code
9075                 (closes bug [ 609424 ] News cache cleared on failure)
9076                 
9077 2002-10-17 [colin]      0.8.5claws42
9078         
9079         * src/news.c
9080                 Changed a printf by debug_print
9081
9082 2002-10-16 [paul]       
9083
9084         * tools/OOo2sylpheed.pl
9085                 allow for spaces in the name of the
9086                 file to be attached.
9087
9088 2002-10-16 [colin]      0.8.5claws41
9089
9090         * src/main.c
9091                 Use a tristate to change online mode
9092
9093 2002-10-16 [paul]       0.8.5claws40
9094
9095         * po/es.po
9096                 updated by Ricardo Mones Lastra
9097
9098 2002-10-16 [colin]      0.8.5claws39
9099
9100         * src/main.c
9101           src/mainwindow.[ch]
9102                 Added --online and --offline command-line
9103                 switches
9104
9105 2002-10-15 [christoph]  0.8.5claws38
9106
9107         * src/procmime.c
9108                 set mimeinfo->name to NULL after g_free to
9109                 avoid double freeing with g_free
9110
9111 2002-10-14 [christoph]  0.8.5claws37
9112
9113         * src/compose.c
9114         * src/filtering.c
9115         * src/summaryview.c
9116                 remove calls to folder->change_flags that are now
9117                 done by procmsg flag functions (seems it is not
9118                 used by any foldertype anyway)
9119         * src/folder.c
9120                 init folder->change_flags with NULL
9121
9122 2002-10-14 [christoph]  0.8.5claws36
9123
9124         * src/folder.[ch]
9125         * src/imap.[ch]
9126                 use virtual functions for folder item new and destroy
9127                 functions
9128
9129 2002-10-14 [melvin]     0.8.5claws35
9130
9131         * src/compose.c
9132                 Added a test to not run the spell checker if no default
9133                 dictionary is available. No dialog is displayed though.
9134
9135 2002-10-14 [melvin]     0.8.5claws34
9136
9137         * src/gtkaspell.c
9138                 Fixed bug in dictionary list context menu where
9139                 "More..." pointed to an emtpy submenu if the
9140                 number of dictionaries is a multiple of 15
9141                 Removed unneeded code in suggestions list creation
9142
9143 2002-10-14 [paul]       0.8.5claws33
9144
9145         * po/bg.po
9146                 updated by George Danchev
9147
9148 2002-10-13 [hoa]        0.8.5claws32
9149
9150         * src/matcher.[ch]
9151           src/matcher_parser_parser.y
9152                 removed the escaped string from internal structure
9153                 of matcher.
9154
9155 2002-10-12 [colin]      0.8.5claws31
9156
9157         * src/gtksctree.[ch]
9158           src/summaryview.c
9159                 Removed useless function gtksctree_reanchor
9160
9161 2002-10-12 [alfons]     0.8.5claws30
9162         
9163         * sync with remaining main changes 2002-10-09 - 2002-10-11
9164         - drop changes to src/compose.c (requires claws specific changes)
9165         
9166 2002-10-12 [alfons]     0.8.5claws29
9167         
9168         * sync with main changes of 2002-10-08
9169         - drop changes to src/compose.c (requires claws specific changes)
9170         - drop changes to src/summaryview.c (requires changes to compose.c)     
9171
9172 2002-10-12 [alfons]     0.8.5claws28
9173         
9174         * sync with main changes of 2002-10-07
9175
9176 2002-10-12 [alfons]     0.8.5claws27
9177
9178         * sync with main changes of 2002-10-04
9179         - drop changes to src/compose.c (requires claws specific changes)
9180         - drop changes to src/prefs_folder_item.c (claws implementation
9181           seems to be working)
9182
9183 2002-10-12 [colin]      0.8.5claws26
9184
9185         * src/mainwindow.c
9186                 Fix folder-flicker when space-reading, introduced 
9187                 in claws22.
9188
9189 2002-10-12 [colin]      0.8.5claws25
9190
9191         * src/compose.c
9192                 Save account address when saving as draft.
9193                 (closes bug 621838)
9194
9195 2002-10-12 [colin]      0.8.5claws24
9196
9197         * src/summaryview.c
9198                 Fix the problem consisting of no message selected
9199                 after the last message in a folder has been moved.
9200
9201 2002-10-12 [paul]       0.8.5claws23
9202
9203         * src/compose.c
9204           src/prefs_template.c
9205           src/template.[ch]
9206                 add Cc and Bcc to templates. Patch submitted by
9207                 John L. Males.
9208
9209 2002-10-12 [colin]      0.8.5claws22
9210
9211         * src/folderview.c
9212                 Fix a bug after "Check for new messages":
9213                 If a folder was opened, it was still selected at
9214                 the end of the check, but displayed empty.
9215         * src/mainwindow.c
9216                 Remove unnecessary check
9217
9218 2002-10-12 [paul]
9219
9220         * tools/README
9221                 be more verbose in the description of
9222                 OOo2sylpheed.pl
9223                 
9224
9225 2002-10-11 [colin]      0.8.5claws21
9226
9227         * src/mainwindow.c
9228                 Make space work (better) when no mail is selected
9229
9230 2002-10-11 [colin]      0.8.5claws20
9231
9232         * src/inc.c
9233           src/news.c
9234                 fix warnings
9235
9236 2002-10-11 [colin]      0.8.5claws19
9237
9238         * src/mainwindow.c
9239                 revert 0.8.5claws6 changes as i couldn't get to
9240                 anything satisfying
9241
9242 2002-10-11 [melvin]     0.8.5claws18
9243
9244         * src/compose.c
9245                 Removed buggy and unused macro (should have been committed in
9246                 0.8.5claws17)
9247
9248 2002-10-11 [melvin]     0.8.5claws17
9249
9250         * src/compose.c
9251                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9252
9253 2002-10-11 [thorsten]   0.8.5claws16 
9254
9255         * src/folderview.c
9256                 remove rescan warning
9257
9258 2002-10-11 [colin]      0.8.5claws15 
9259
9260         * src/procheader.c
9261                 fix a segfault that happens if conv_unmime_header
9262                 fails (should be better to find out why it fails)
9263
9264 2002-10-11 [christoph]  0.8.5claws14
9265
9266         * src/summaryview.c
9267                 update folderview stats after ignore/unignore thread
9268
9269 2002-10-11 [hoa]        0.8.5claws13
9270
9271         * src/quote_fmt_parse.y
9272                 Fixed a yacc/bison syntax error
9273         * src/matcher.c
9274                 Escaping of string is fixed.
9275
9276 2002-10-11 [colin]      0.8.5claws12
9277
9278         * src/imageview.c
9279                 Resize images to fit
9280
9281 2002-10-11 [paul]       0.8.5claws11
9282
9283         * po/es.po
9284                 updated by Ricardo Mones Lastra
9285
9286 2002-10-10 [alfons]     0.8.5claws10
9287
9288         * src/compose.c
9289                 allow dropping files by "moving" files from a file manager,
9290                 not only by the more cumbersome "copying". the latter 
9291                 mostly implies holding down the Control button
9292
9293 2002-10-10 [christoph]  0.8.5claws9
9294
9295         * src/summaryview.c
9296                 update folders after thread building for ignored threads
9297
9298 2002-10-10 [christoph]  0.8.5claws8
9299
9300         * config/.cvsignore
9301                 added Makefile
9302         * src/filtering.[ch]
9303         * src/folder.[ch]
9304         * src/folderview.[ch]
9305         * src/import.c
9306         * src/inc.[ch]
9307         * src/mbox.[ch]
9308         * src/procmsg.c
9309         * src/summaryview.[ch]
9310                 o added new flag need_update to FolderItem
9311                 o removed folder_table from various functions from tracking
9312                   folder updates
9313                 o set need_update flags in folder.c's move, copy and delete
9314                   functions and procmsg's flags functions
9315                 o added function folderview_update_items_when_required that
9316                   updates all folders with need_update set
9317                 o call folderview_update_items_when_required instead of
9318                   folderview_update_item_foreach
9319
9320 2002-10-09 [sergey]     0.8.5claws7
9321
9322         * src/compose.c
9323                 Strip CRs whel loading the text into editor in reedit mode.
9324
9325 2002-10-09 [colin]      0.8.5claws6
9326
9327         * src/mainwindow.c
9328                 Make Space work when no mail is selected
9329
9330 2002-10-09 [colin]      0.8.5claws5
9331
9332         * src/gtksctree.[ch]
9333                 Fix range_select
9334                 Add gtk_sctree_reanchor() 
9335         * src/summaryview.c
9336                 Use gtk_sctree_reanchor() - better fix for 
9337                 bug 60413
9338
9339 2002-10-09 [colin]      0.8.5claws4
9340
9341         * src/summaryview.c
9342                 Fix shift-click select after delete problem
9343                 (closes bug 60413)
9344
9345 2002-10-08 [thorsten]   0.8.5claws3
9346
9347         * src/summaryview.c
9348                 exclude current msg from -hide read messages-
9349
9350 2002-10-08 [colin]      0.8.5claws2
9351
9352         * src/inc.[ch]
9353           src/pop.c
9354           src/recv.c
9355                 Differentiate socket errors from disk full
9356                 errors
9357
9358 2002-10-08 [christoph]  0.8.5claws1
9359
9360         * Makefile.am
9361         * configure.in
9362                 modifications for new config directory
9363
9364         * config.guess  ** REMOVED **
9365         * config.sub    ** REMOVED **
9366         * install-sh    ** REMOVED **
9367         * ltmain.sh     ** REMOVED **
9368         * missing       ** REMOVED **
9369         * mkinstalldirs ** REMOVED **
9370                 these files are autogenerated by automake
9371                 when you run autogen.sh
9372
9373         * config/.cvsignore     ** NEW FILE **
9374         * config/Makefile.am    ** NEW FILE **
9375                 ignore autogenerated files
9376                 create a Makefile in this directory
9377
9378 2002-10-08 [paul]       0.8.5claws
9379
9380         * 0.8.5claws release
9381         
9382         * src/compose.c
9383           src/procheader.c
9384           src/procmsg.c
9385                 fix quote reply format for newsgroups reply bug
9386                 (thanks to Hoa)
9387                 
9388         * po/en_GB.po
9389           po/pl.po
9390                 updated by me and Witold Wladyslaw Wojciech Wilk
9391                 repectively
9392
9393 2002-10-07 [paul]       0.8.3claws53
9394
9395         * po/it.po
9396           po/pt_BR.po
9397           po/sr.po
9398                 updated messages catalogs, submitted by
9399                 Alessandro Maestri, Fabio Jr.Beneditto 
9400                 and Urke MMI, respectively.
9401
9402 2002-10-07 [christoph]  0.8.3claws52
9403
9404         * src/folder.[ch]
9405         * src/folderview.c
9406         * src/mainwindow.c
9407                 fix new folder ghost message bug
9408                 (closes bug [ 619722 ] wrong count for newly created folders)
9409
9410 2002-10-07 [christoph]  0.8.3claws51
9411
9412         * src/compose.c
9413                 fix news posting problem
9414
9415 2002-10-07 [melvin]     0.8.3claws50
9416
9417         * po/fr.po
9418                 Updated French translation
9419
9420 2002-10-05 [christoph]  0.8.3claws49
9421
9422         * src/gtkstext.c
9423                 check if line_start_cache is set in gtk_stext_update_text
9424                 (closes bug [ 618119 ] crash while doing search in folder)
9425
9426 2002-10-05 [christoph]  0.8.3claws48
9427
9428         * src/imap.c
9429         * src/news.c
9430         * src/utils.c
9431         * src/utils.h
9432                 implement cache cleanups for claws' folder system
9433                 (closes bug [ 595916 ] imapcache not cleaned up)
9434
9435 2002-10-05 [melvin]     0.8.3claws47
9436
9437         * src/prefs_actions.c
9438                 Made the help text more clear for the %p token
9439
9440 2002-10-04 [paul]       0.8.3claws46
9441
9442         * sync with 0.8.5
9443                 see ChangeLog 2002-10-02 and 2002-10-03
9444
9445 2002-10-04 [christoph]  0.8.3claws45
9446
9447         * src/inc.c
9448                 fix segfault caused by pop before smtp
9449                 call to inc_account_mail with NULL
9450                 pointer for mainwin
9451
9452 2002-10-04 [paul]       0.8.3claws44
9453
9454         * configure.in
9455                 sync the LDAP detection from 0.8.5cvs1
9456
9457 2002-10-02 [christoph]  0.8.3claws43
9458
9459         * po/de.po
9460                 fix small spelling error
9461
9462 2002-10-02 [melvin]     0.8.3claws42
9463
9464         * ac/aspell.m4
9465                 Behave better and say "no" when test program cannot be run.
9466
9467 2002-10-02 [paul]       0.8.3claws41
9468
9469         * sync with 0.8.4cvs1
9470                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9471                 
9472         * src/summaryview.c
9473                 toggle the behavior of Reply menuitem between
9474                 normal reply and reply-to-list
9475
9476 2002-10-01 [sergey]     0.8.3claws40
9477
9478         * src/compose.c
9479                 Convert newlines in the message text to the canonical form
9480                 before base64 encoding (RFC2045 compliance, fixes some
9481                 interoperability issues with Evolution 1.0.3)
9482
9483 2002-09-29 [colin]      0.8.3claws39
9484
9485         * src/summaryview.c
9486                 Fix an unwanted copy/paste
9487
9488 2002-09-29 [colin]      0.8.3claws38
9489
9490         * src/mainwindow.c
9491                 Renamed "Custom toolbar" to "Customize toolbar"
9492                 Renamed "Show all header" to "Show all headers"
9493                 Renamed "Set diplay item" to "Set displayed items"
9494         * src/prefs_common.c
9495                 Renamed "Show all header" to "Show all headers"
9496         * src/prefs_summary_column.c
9497                 Renamed "diplay item" to "displayed items"
9498
9499 2002-09-29 [colin]      0.8.3claws37
9500
9501         * src/mainwindow.[ch]
9502                 online/offline status pixmaps follow theme
9503                 changes
9504         * src/summaryview.[ch]
9505                 quicksearch pixmap follows theme changes
9506
9507 2002-09-29 [thorsten]   0.8.3claws36
9508
9509         * src/compose.c
9510           src/prefs_folder_item.[ch]
9511                 add default_reply_to folder option (closes patch 581044)
9512
9513 2002-09-29 [christoph]  0.8.3claws35
9514
9515         * acconfig.h    ** REMOVED **
9516         * configure.in
9517         * ac/aspell.m4
9518         * ac/check-type.m4
9519         * ac/gnupg-check-typedef.m4
9520                 fix autoheader 2.50 warning
9521
9522 2002-09-29 [christoph]  0.8.3claws34
9523
9524         * major code cleanup (part 2)
9525         
9526                 - unused variables removed
9527                 - unused functions removed
9528                 - uninitialized variables checked
9529                 - missing return statements added
9530                 - missing function return types added
9531                 - added parentheses around assignment
9532                   when suggested by gcc
9533
9534 2002-09-29 [alfons]     0.8.3claws33
9535
9536         * src/logwindow.c
9537                 log_window_clear(): only bracket gtk_text_forward_delete() 
9538                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9539                 works around GTK text bug)
9540
9541 2002-09-29 [paul]       0.8.3claws32
9542
9543         * po/bg.po
9544           po/sr.po
9545                 updated by George Danchev and Urke MMI
9546                 respectively
9547
9548 2002-09-27 [christoph]  0.8.3claws31
9549
9550         * doc-src/readme.txt
9551         * doc-src/rfc1806.txt   ** REMOVED **
9552         * doc-src/rfc2183.txt   ** NEW FILE **
9553         * doc-src/rfc2980.txt   ** NEW FILE **
9554                 update rfcs
9555
9556 2002-09-27 [melvin]     0.8.3claws30
9557
9558         * ac/aspell.m4
9559                 Fixed typo which could break linking
9560
9561 2002-09-27 [melvin]     0.8.3claws29
9562
9563         * ac/aspell.m4
9564                 Improved GNU/aspell checking. 
9565                 Fixed bug #614490
9566
9567 2002-09-27 [paul]       0.8.3claws28
9568
9569         * sync with 0.8.3cvs8
9570                 see ChangeLog 2002-09-27
9571
9572 2002-09-26 [colin]      0.8.3claws27
9573
9574         * src/toolbar.[ch]
9575           src/mainwindow.[ch]
9576                 Add "Reply to Mailing-list" to the toolbar
9577
9578 2002-09-26 [christoph]  0.8.3claws26
9579
9580         * src/summaryview.c
9581                 Fix wrong message counts in summaryview status
9582
9583 2002-09-26 [paul]       0.8.3claws25
9584
9585         * sync with 0.8.3cvs7
9586                 see ChangeLog 2002-09-26
9587
9588 2002-09-26 [paul]       0.8.3claws24
9589
9590         * sync with 0.8.3cvs6
9591                 see ChangeLog 2002-09-25
9592
9593 2002-09-25 [christoph]  0.8.3claws23
9594
9595         * src/prefs_common.c
9596         * src/prefs_folder_item.c
9597         * src/prefs_scoring.c
9598                 Renamed "kill score" to "hide score" in GUI
9599                 and prefs files
9600
9601 2002-09-25 [paul]       0.8.3claws22
9602
9603         * sync with 0.8.3cvs5
9604                 see ChangeLog 2002-09-24
9605
9606 2002-09-24 [alfons]     0.8.3claws21
9607
9608         patch by Satoshi Nagayasu: allows appending / saving multiple 
9609         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9610         'Save as ...'")
9611
9612         * AUTHORS
9613                 add Satoshi Nagayasu
9614         * src/summaryview.c
9615                 summary_save_as(): allow saving selected files to
9616                 one file
9617                 summary_set_menu_sensitive: enable "Save As..." when
9618                 multiple files are selected
9619         * src/utils.[ch]
9620                 append_file(): new function
9621
9622 2002-09-24 [colin]      0.8.3claws20
9623
9624         * src/procmime.c
9625                 Fix segfault when mimeinfo doesn't have a 
9626                 content_type. 
9627
9628 2002-09-24 [colin]      0.8.3claws19
9629
9630         * src/prefs_common.[ch]
9631                 Add a preference to display send dialog or not
9632         * src/send.c
9633                 Display send dialog according to preference
9634
9635 2002-09-24 [colin]      0.8.3claws18
9636
9637         * src/compose.[ch]
9638                 Disable user actions when sending
9639
9640 2002-09-24 [colin]      0.8.3claws17
9641
9642         * src/procmime.c
9643                 Do not display name or filename for attachments
9644                 with an application/pgp-signature type
9645                 (security flaw, see bug 537413)
9646
9647 2002-09-23 [colin]      0.8.3claws16
9648
9649         * src/editaddress.c
9650                 Initialize entry_email, entry_alias and 
9651                 entry_remarks to first email address of the list
9652
9653 2002-09-23 [colin]      0.83claws15
9654
9655         * src/compose.c
9656                 Drop pgp-signature when reediting a signed queued
9657                 message
9658
9659 2002-09-23 [melvin]     0.8.3claws14
9660
9661         * po/fr.po
9662                 Updated French translation
9663
9664 2002-09-23 [melvin]     0.8.3claws13
9665
9666         * src/mainwindow.c
9667                 Made custom toolbar menu labels more consistent
9668         * src/prefs_toolbar.c
9669                 Made custom toolbar window title more consistent
9670
9671 2002-09-22 [colin]      0.8.3claws12
9672
9673         * src/inc.c
9674                 Initialize session type to normal before getting 
9675                 mail (fixes strange Get behaviour)
9676         * src/prefs_account.h
9677                 Move STYPE_POP_BEFORE_SMTP to last position to 
9678                 avoid other side-effects
9679
9680 2002-09-22 [colin]      0.8.3claws11
9681
9682         * src/prefs_account.c
9683                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9684                 from pop3 to apop or vice-versa
9685
9686 2002-09-22 [colin]      0.8.3claws10
9687         
9688         * src/prefs_account.[ch]
9689                 Add an option for the POP before SMTP timeout
9690         * src/inc.c
9691                 Remember time of last POP connection
9692         * src/send.c
9693                 Do POP before SMTP only if timeout reached
9694
9695 2002-09-22 [oliver]     0.8.3claws9
9696         
9697         * README.claws
9698                 explain custom toolbar
9699
9700 2002-09-22 [oliver]     0.8.3claws8
9701
9702         * src/prefs_actions.[ch]
9703         custom toolbar for compose      
9704                 actions callback from compose toolbar
9705         * src/folderview.c
9706                 remove include toolbar.h
9707
9708 2002-09-22 [oliver]     0.8.3claws7
9709         
9710         * src/prefs_toolbar.[ch]
9711                 custom toolbar for compose
9712                 - generic prefs_toolbar handles both
9713                   Mainwin's toolbar as well as Compose toolbar          
9714
9715 2002-09-22 [oliver]     0.8.3claws6
9716         
9717         * src/toolbar.[ch]
9718                 custom toolbar for compose
9719                 restructure toolbar.[ch]
9720
9721 2002-09-22 [oliver]     0.8.3claws5
9722
9723         * src/compose.[ch]
9724                 custom toolbar for compose
9725
9726 2002-09-22 [oliver]     0.8.3claws4
9727         
9728         * src/mainwindow.[ch]
9729                 custom toolbar for compose 
9730                 move mainwin toolbar back to mainwindow
9731
9732 2002-09-22 [alfons]     0.8.3claws3
9733
9734         * src/procmsg.c
9735                 :%sno/if(/if (/gc
9736                 :%sno/for(/for (/gc
9737                 (beautify)
9738
9739 2002-09-22 [alfons]     0.8.3claws2
9740         
9741         * src/procmsg.c
9742                 procmsg_save_to_outbox(): don't unlink message file from queue;
9743                 callers should do it using folder_item_remove_msg()
9744
9745 2002-09-22 [colin]      0.8.3claws1
9746
9747         * src/mimeview.[ch]
9748                 Made mimeview_check_signature() public
9749         * src/textview.c
9750                 Made GPG signatures verifiable by clicking
9751                 the [application/pgp-signature] in the Text
9752                 view
9753
9754 2002-09-22 [paul]       0.8.3claws
9755
9756         * po/bg.po
9757           po/en_GB.po
9758           po/es.po
9759           po/it.po
9760           po/pl.po
9761           po/pt_BR.po
9762           po/sr.po
9763                 updated translations, submitted by George Danchev,
9764                 me, Ricardo Mones Lastra, Alessandro Maestri,
9765                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9766                 and Urke MMI, respectively.     
9767
9768 2002-09-22 [alfons]     0.8.2claws65
9769
9770         * src/procmsg.c
9771         * src/pgptext.c
9772                 no furry valgrinds have been used to plug these memleaks
9773
9774 2002-09-20 [paul]       0.8.2claws64
9775
9776         * sync with 0.8.3cvs4
9777                 'Select thread' re-implemented 
9778                 see ChangeLog 2002-09-20
9779
9780 2002-09-21 [alfons]     0.8.2claws63
9781
9782         * src/compose.c
9783                 compose_send(): plug unnoticed memleak
9784
9785 2002-09-20 [alfons]     0.8.2claws62
9786
9787         * src/addr_compl.c
9788                 replace_address_in_edit(): strict check for NULL address to
9789                 fix "[ 607348 ] Segfault in address completion". My guess is
9790                 that this happens with an empty address book, but it's good
9791                 to have this check here anyway
9792                 
9793                 completion_window_button_press(): free string returned 
9794                 from the internal cache
9795
9796 2002-09-20 [christoph]  0.8.2claws61
9797
9798         * src/procmime.h
9799                 added ENC_BINARY to EncodingType
9800         * src/procmime.c
9801                 the string returned by procmime_get_encoding_str
9802                 should not depend on the order of values in the
9803                 EncodingType definition
9804         * doc-src/rfc1806.txt   ** NEW FILE **
9805                 Added rfc1806 about MIME Content-Disposition
9806                 Extension
9807
9808 2002-09-19 [paul]       0.8.2claws60
9809
9810         * sync with 0.8.2cvs3
9811                 see ChangeLog 2002-09-19
9812
9813 2002-09-19 [paul]       0.8.2claws59
9814
9815         * src/prefs_folder_item.c
9816                 revert to Darko's original alignment of colour
9817                 selector button
9818                 add a colon to folder_color label
9819                 
9820         * src/compose.c
9821                 add Colin's patch (with Hiro's modifications) to 
9822                 force BASE64 encoding for 8-bit text when signing
9823                 (sync with 0.8.3cvs2)
9824
9825 2002-09-18 [alfons]     0.8.2claws58
9826
9827         * src/compose.c
9828                 :%sno/if(/if (/gc
9829                 :%sno/for(/for (/gc
9830                 (beautify a little bit)
9831
9832 2002-09-18 [christoph]  0.8.2claws57
9833
9834         * src/pine.c
9835                 fix handling of fgetc return value
9836
9837 2002-09-17 [alfons]     0.8.2claws56
9838         
9839         * src/summaryview.c
9840                 summary_sort(): check non-NULL summaryview->folder_item when no 
9841                 folder is selected at all
9842                 (closes "[ 610344 ] sort label make syl Crash")
9843
9844 2002-09-17 [alfons]     0.8.2claws55
9845         
9846         * src/compose.c
9847                 beautify a little bit
9848
9849 2002-09-17 [christoph]  0.8.2claws54
9850
9851         * src/folder.c
9852                 initialize max values for cache and folder
9853                 when cache or folder is empty
9854
9855 2002-09-15 [colin]      0.8.2claws53
9856
9857         * src/compose.c
9858                 Fix a leak (thanks Alfons!) and cleaned
9859                 variables names for custom headers
9860
9861 2002-09-15 [colin]      0.8.2claws52
9862
9863         * src/compose.c
9864                 Fix custom headers recognition when
9865                 prefs_common.trans_hdr is on
9866
9867 2002-09-15 [colin]      0.8.2claws51
9868
9869         * src/compose.c
9870                 Allow dynamically-added custom headers
9871                 Yet not reparsed if reedited
9872
9873 2002-09-15 [alfons]     0.8.2claws50
9874
9875         * src/prefs_account.c
9876                 fix warnings
9877
9878 2002-09-15 [colin]      0.8.2claws49
9879         
9880         * src/prefs_account.c
9881                 fix pop_before_smtp sensitivity
9882
9883 2002-09-15 [colin]      0.8.2claws48
9884
9885         * src/inc.[ch]
9886                 add inc_pop_before_smtp()
9887                 allow MainWindow to be undefined in 
9888                 inc_account_mail() and inc_start()
9889         * src/pop.c
9890           src/prefs_account.h
9891                 add STYPE_POP_BEFORE_SMTP session type
9892         * src/prefs_account.c
9893                 activated pop before smtp option
9894         * src/send.c
9895                 do pop before smtp if the relevant option 
9896                 is set
9897
9898 2002-09-15 [paul]       0.8.2claws47
9899
9900         * sync with 0.8.3
9901                 see ChangeLog 2002-09-15
9902
9903 2002-09-14 [paul]       0.8.2claws46
9904
9905         * po/bg.po
9906                 updated Bulgarian translation, submitted by
9907                 George Danchev
9908
9909 2002-09-13 [paul]       0.8.2claws45
9910
9911         * src/compose.c
9912                 merge claws' select_account() with main's
9913                 (new) compose_select_account(). [sync with
9914                 0.8.2cvs15, see ChangeLog 2002-09-11]
9915
9916 2002-09-12 [christoph]  0.8.2claws44
9917
9918         * src/filter.c
9919                 allocate 1 elements of FolderItem not 0
9920
9921 2002-09-12 [colin]      0.8.2claws43
9922
9923         * src/compose.c
9924                 Fix bug #590825 (obey Follow-up: poster)
9925
9926 2002-09-12 [colin]      0.8.2claws42
9927
9928         * src/procmime.c
9929                 Fix bug #557009 (wrong headers for messages 
9930                 forwarded as attachments)
9931
9932 2002-09-11 [colin]      0.8.2claws41
9933         
9934         * src/compose.c
9935                 Put SCF: pseudo-header on top of message
9936                 Set draft tmp_flag when saved as draft
9937
9938         * src/procmsg.c
9939           src/procheader.c
9940                 Skip after first \n\n for beginning of real message
9941                 for drafts too
9942
9943 2002-09-11 [christoph]  0.8.2claws40
9944
9945         * src/filtering.c
9946                 use procmsg flag functions in filtering or processing
9947                 will cause incorrect folder message counts
9948
9949 2002-09-11 [colin]      0.8.2claws39
9950
9951         * src/compose.c
9952                 Fix bug #550175 - wrong save folder when reediting
9953                 drafts
9954
9955 2002-09-11 [paul]       0.8.2claws38
9956
9957         * sync with 0.8.2cvs14
9958                 see ChangeLog 2002-09-11
9959
9960 2002-09-11 [colin]      0.8.2claws37
9961
9962         * src/folder.c
9963                 Fix a typo (seeming to cause new/unread status to
9964                 be lost)
9965
9966 2002-09-10 [christoph]  0.8.2claws36
9967
9968         * src/compose.c
9969                 compose_redirect should not use compose_generic_new
9970                 because that does more stuff than expected including
9971                 opening the external editor
9972                 (closes bug "[ 526608 ] bounced messages appear blank
9973                  in editor")
9974
9975 2002-09-10 [christoph]  0.8.2claws35
9976
9977         * src/folder.c
9978                 fix problem with too large message number range
9979                 causing a crash in folder_item_scan
9980
9981 2002-09-10 [paul]       0.8.2claws34
9982
9983         * sync with 0.8.2cvs13
9984                 see ChangeLog 2002-09-10
9985
9986 2002-09-10 [christoph]  0.8.2claws33
9987
9988         * src/msgcache.c
9989                 set MsgInfo TmpFlags for queue and draft folders
9990                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9991
9992 2002-09-10 [paul]       0.8.2claws32
9993
9994         * AUTHORS
9995           po/bg.po      ** NEW FILE **
9996                 new Bulgarian translation submitted by
9997                 George Danchev <danchev@spnet.net>
9998                 
9999         * tools/Makefile.am
10000           tools/README
10001           tools/tb2sylpheed     ** NEW FILE **
10002                 add script that converts an addressbook exported
10003                 from The Bat! into a Sylpheed addressbook. Submitted
10004                 by Urke MMI <urke-kg@eunet.yu>
10005
10006 2002-09-10 [paul]       0.8.2claws31
10007
10008         * sync with 0.8.2cvs12
10009                 see ChangeLog 2002-09-10
10010
10011 2002-09-06 [paul]       0.8.2claws30
10012
10013         * src/prefs_common.c
10014                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
10015                 
10016         * tools/Makefile.am
10017           tools/README
10018           tools/ldif-to-xml.py  ** REMOVED **
10019                 remove obsolete python script
10020
10021 2002-09-06 [paul]       0.8.2claws29
10022
10023         * sync with 0.8.2cvs10
10024                 see ChangeLog 2002-09-06
10025
10026 2002-09-04 [paul]       0.8.2claws28
10027
10028         * sync with 0.8.2cvs9
10029                 see ChangeLog 2002-08-04
10030
10031 2002-09-04 [colin]      0.8.2claws27 
10032
10033         * src/prefs_common.[ch]
10034                 Added signature color configuration
10035         * src/textview.c
10036                 Use user-specified signature color
10037
10038 2002-09-03 [colin]      0.8.2claws26
10039
10040         * src/prefs_common.[ch]
10041                 Added autosave and autosave_length prefs
10042         * src/compose.c
10043                 Added compose_remove_draft()
10044                 Auto-save drafts according to the prefs
10045         * src/main.c
10046                 Added a crash-indicator file, allowing to check
10047                 for new messages on startup if Sylpheed crashed
10048                 (makes saved drafts "reappear")
10049
10050 2002-09-03 [colin]      0.8.2claws25
10051
10052         * src/textview.[ch]
10053                 Grey the signature
10054
10055 2002-09-03 [paul]       0.8.2claws24
10056
10057         * sync with 0.8.2cvs8
10058                 see ChangeLog 2002-09-02 and 2002-09-03
10059
10060 2002-09-03 [darko]      0.8.2claws23
10061
10062         * src/folderview.c
10063                 use normal style when creating new folder to pick
10064                 proper font size 
10065
10066 2002-09-02 [melvin]     0.8.2claws22
10067
10068         * src/gtkaspell.m4
10069                 removed some obsolete code
10070
10071 2002-09-02 [melvin]     0.8.2claws21
10072
10073         * ac/aspell.m4
10074                 fixed test's equality sign (== to =)
10075
10076 2002-09-02 [alfons]     0.8.2claws20
10077
10078         * src/folder.c
10079         * src/mh.c
10080                 revert change of 0.8.2claws16 and use the mh_folder_destroy
10081                 as folder->destroy virtual as suggested by Hiro
10082                 (the mh.c code seems to have been lost around mh.c.1.21)
10083
10084 2002-09-02 [paul]       0.8.2claws19
10085
10086         * po/pt_BR.po
10087                 updated by Fabio Jr. Beneditto
10088                 
10089         * src/defs.h
10090                 use 'http://claws.sylpheed.org' for homepage link. 
10091                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
10092
10093 2002-09-01 [alfons]     0.8.2claws18
10094
10095         * src/mh.c
10096                 plug memleak related to one Martin Kluge found
10097
10098 2002-08-31 [paul]       0.8.2claws17
10099
10100         * sync with 0.8.2cvs6
10101                 see ChangeLog 2002-08-30
10102
10103 2002-08-31 [alfons]     0.8.2claws16
10104
10105         * src/folder.c
10106                 folder_destroy(): remove mailbox from folderlist even if it has
10107                 no destroy virtual
10108
10109 2002-08-31 [alfons]     0.8.2claws15
10110
10111         * src/folder.c
10112                 :%sno/if(/if (/gc
10113                 :%sno/for(/for (/gc
10114                 (being pedantic I know)
10115
10116 2002-08-31 [alfons]     0.8.2claws14
10117
10118         * src/folder.c
10119                 check for NULL pointers returned from folder->fetch_msginfo virtual
10120                 (should solve some reported crashes)
10121
10122 2002-08-30 [alfons]     0.8.2claws13
10123
10124         * acconfig.h
10125         * configure.in
10126         * src/crash.c
10127                 enable crash dialog on compilation time
10128                 (--enable-crash-dialog configure option)
10129
10130 2002-08-30 [alfons]     0.8.2claws12
10131
10132         * AUTHORS
10133                 add Martin Kluge
10134         * src/mh.c
10135                 apply memory leak plug patch by Martin Kluge
10136                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
10137                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
10138                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
10139
10140 2002-08-30 [darko]      0.8.2claws11
10141
10142         * src/folderview.c
10143                 copy Gtk style from normal style to match
10144                 font size for coloured folders
10145
10146 2002-08-29 [alfons]     0.8.2claws10
10147
10148         * sylpheed.desktop
10149                 Type=Internet <- Type=Application
10150                 (reported by Michael Schwendt, see:
10151                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10152                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10153
10154 2002-08-29 [paul]       0.8.2claws9
10155
10156         * sync with 0.8.2cvs5
10157                 see ChangeLog 2002-08-29
10158
10159 2002-08-29 [colin]      0.8.2claws8
10160
10161         * src/summaryview.c
10162                 Added a sanity check in summary_select_thread
10163                 Should fix bug 601605
10164
10165 2002-08-29 [colin]      0.8.2claws7
10166
10167         * src/main.c
10168                 Revert claws6 changes regarding bug #591676
10169
10170 2002-08-28 [colin]      0.8.2claws6
10171         
10172         * src/main.c
10173                 Ignore cache for queue folderitems
10174                 Fix bug #591676
10175
10176 2002-08-28 [melvin]     0.8.2claws5
10177
10178         * README.claws
10179                 Fixed typos.
10180
10181 2002-08-28 [melvin]     0.8.2claws4
10182
10183         * README.claws
10184                 Updated a bit the text concerning the spell checker
10185
10186 2002-08-28 [melvin]     0.8.2claws3
10187
10188         Merged the GNU_aspell_branch:
10189                 Support of new GNU/aspell is now included and the old pspell
10190                 is not supported anymore.
10191                 See README.claws
10192
10193         * README.claws
10194                 Updated spell checker text to reflect the switch to GNU/aspell
10195
10196         * ac/aspell.m4          *** NEW ***
10197         * src/gtkaspell.[ch]    *** NEW *** 
10198         * ac/pspell.m4          *** DELETED *** 
10199         * src/gtkspell.[ch]     *** DELETED ***
10200
10201         * ac/Makefile.am
10202                 Updated for GNU/aspell support
10203
10204         * po/POTFILES.in
10205                 Replaced gtkspell.c by gtkaspell.c
10206
10207         * acconfig.h
10208         * src/Makefile.am
10209         * src/about.c
10210         * src/compose.[ch]
10211         * src/crash.c
10212         * src/main.c
10213         * src/prefs_common.[ch]
10214                 Updated for GNU/aspell support
10215
10216 2002-08-28 [paul]       0.8.2claws2
10217
10218         * sync with 0.8.2cvs4
10219                 see ChangeLog 2002-08-27 and 2002-08-28
10220
10221 2002-08-28 [colin]      0.8.2claws1
10222
10223         * src/summary_search.c
10224                 Added "AND search"
10225
10226 2002-08-28 [jens]       0.8.2claws
10227
10228         *po/de.po
10229                 Updated German translations
10230
10231 2002-08-27 [melvin]     0.8.2claws
10232
10233         * po/fr.po
10234                 Updated French translations
10235
10236 2002-08-27 [paul]       0.8.2claws
10237
10238         * sync with 0.8.2 main release
10239
10240         * po/en_GB.po
10241           po/es.po
10242           po/it.po
10243           po/pl.po
10244           po/pt_BR.po
10245           po/sr.po
10246                 updated message catalogs submitted by
10247                 Ricardo Mones Lastra, Alessandro Maestri,
10248                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10249                 Beneditto and Urke MMI  
10250
10251 2002-08-27 [hoa]        0.8.1claws123
10252
10253         * src/mainwindow.[ch]
10254         * src/summaryview.[ch]
10255                 removed the "filter setting" menu option.
10256                 add a "cancel a news message" menu option.
10257
10258 2002-08-26 [martin]     0.8.1claws122
10259
10260         * ChangeLog.claws
10261                 changed string under 0.8.1claws79 changed by myself
10262                 i'm sorry alfons :(
10263
10264 2002-08-26 [martin]     0.8.1claws121
10265
10266         * src/crash.c
10267                 added kill command to debuggerrc to start crash dialog
10268
10269 2002-08-26 [paul]       0.8.1claws120
10270
10271         * sync with 0.8.1cvs31
10272                 see ChangeLog 2002-08-26
10273
10274 2002-08-25 [alfons]     0.8.1claws119
10275
10276         * src/procmsg.c
10277                 fix bug that didn't send out correct headers to news server
10278                 when sending news article and email from queue (bug reported
10279                 and patch provided by Tim Mann; closes bug 
10280                 "[ 583196 ] 0.7.8claws can't post news")
10281
10282 2002-08-25 [alfons]     0.8.1claws118
10283
10284         * src/selective_download.c
10285                 mark two strings as translatable
10286                 (thanks to Urke MMI for pointing this out)
10287
10288 2002-08-25 [alfons]     0.8.1claws117
10289
10290         * src/summaryview.c
10291                 treat sent boxes as special and allow sorting them by addressee
10292                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10293                 submitted by Steve Lamb)
10294
10295 2002-08-24 [alfons]     0.8.1claws116
10296
10297         * src/matcher.c
10298                 fix memleak reported by Martin Kluge
10299                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10300
10301 2002-08-24 [oliver]     0.8.1claws115
10302
10303         * src/prefs_toolbar.c
10304                 o code cleanup as suggested by Alfons
10305                 o memleak fix
10306
10307 2002-08-24 [alfons]     0.8.1claws114
10308
10309         * src/summaryview.c
10310                 o fix another memory leak reported by Martin Kluge
10311                   (see "[ 599568 ] Small Memory Leak")
10312                 o remove 'from' variable from 'summary_set_header()'; we can
10313                   do with just 'to' 
10314
10315 2002-08-24 [paul]       0.8.1claws113
10316
10317         * sync with 0.8.1cvs30
10318                 see ChangeLog 2002-08-23
10319
10320 2002-08-24 [alfons]     0.8.1claws112
10321
10322         * src/summaryview.c
10323                 remove unnecessary allocations for search bar fixing leaks
10324                 reported by Martin Kluge
10325                 (see "[ 599451 ] Further memory leaks?")
10326
10327 2002-08-24 [alfons]     0.8.1claws111
10328
10329         * src/main.c
10330                 make get_socket_name() public for crash.c
10331         * src/crash.c
10332                 o make report bug button work (goes to claws' 
10333                   bug tracker at sf.net)
10334                 o introduce function for doing important stuff just
10335                   before claws goes down
10336                 o clean up code 
10337
10338 2002-08-24 [alfons]     0.8.1claws110
10339
10340         * src/compose.c
10341                 move cursor to "To" entry when forwarding as attachment
10342                 (reported and solved by Steve Lamb, closes bug report
10343                 "[ 592880 ] Forward as attachment; cursor not in to")
10344
10345 2002-08-24 [colin]      0.8.1claws109
10346
10347         * src/mainwindow.c
10348                 fix quick search visibility after GUI (de)separations.
10349
10350 2002-08-23 [colin]      0.8.1claws108
10351
10352         * src/mainwindow.c
10353                 fix header pane visibility after folderview or
10354                 messageview (de)separation
10355
10356 2002-08-23 [paul]       0.8.1claws107
10357
10358         * src/mainwindow.[ch]
10359           src/toolbar.c
10360                 give full control of display or non-display 
10361                 of the Execute icon to Custom toolbar settings.
10362                 add new sensitivity condition to maninwindow.h: 
10363                 M_DELAY_EXEC
10364
10365         * ChangeLog
10366           ChangeLog.jp
10367           NEWS
10368                 more sync with 0.8.1cvs29
10369
10370 2002-08-23 [melvin]     0.8.1claws106
10371
10372         * src/alertpanel.c
10373                 Readded support for custom widget in alertpanel lost in last
10374                 sync.
10375
10376 2002-08-23 [paul]       0.8.1claws105
10377
10378         * sync with 0.8.1cvs29
10379                 see ChangeLog 2002-08-23
10380
10381 2002-08-23 [colin]      0.8.1claws104
10382
10383         * src/summaryview.c
10384                 Fix folder and search pixmaps exchanging positions
10385                 after theme or toolbar changes. Thank to Oliver for 
10386                 reporting this.
10387
10388 2002-08-23 [colin]      0.8.1claws103
10389
10390         * src/mainwindow.c
10391           src/messageview.[ch]
10392           src/noticeview.[ch]
10393           src/summaryview.c
10394                 Changed messageview_create() and noticeview_create()
10395                 to avoid the last gdk_warning
10396
10397 2002-08-22 [colin]      0.8.1claws102
10398
10399         * src/summaryview.c
10400                 Fix my new `Creating pixmap from xpm' warning
10401
10402 2002-08-22 [colin]      0.8.1claws101
10403
10404         * src/mainwindow.c
10405                 Fix some of the gdk warnings
10406
10407 2002-08-22 [colin]      0.8.1claws100
10408
10409         * src/Makefile.am
10410         * src/stock_pixmap.c
10411         * src/stock_pixmap.h
10412         * src/pixmaps/quicksearch.xpm *ADDED*
10413                 Add the quicksearch pixmap
10414         * src/mainwindow.c
10415         * src/summaryview.c
10416         * src/summaryview.h
10417                 Make quicksearch bar visible/hidden via a button
10418
10419 2002-08-22 [christoph]  0.8.1claws99
10420
10421         * src/folder.c
10422                 fix folder update for newsgroups with message
10423                 numbers below minimum number of articles to fetch
10424                 (closes bug #598445)
10425
10426 2002-08-22 [paul]       0.8.1claws98
10427
10428         * sync with 0.8.1cvs28
10429                 see ChangeLog 2002-08-22
10430
10431 2002-08-21 [alfons]     0.8.1claws97
10432
10433         * src/crash.c
10434                 use bt instead of bt full which seems to work 
10435                 better, and bt full doesn't give a great deal 
10436                 of information anyway
10437
10438 2002-08-21 [colin]      0.8.1claws96
10439
10440         * src/summaryview.c
10441                 fix summaryview_searchtype_changed prototype
10442
10443 2002-08-21 [christoph]  0.8.1claws95
10444
10445         * src/mainwindow.c
10446                 o fix broken menu update for sorting type, we have to
10447                   get this info from the summaryview now
10448                 o removed setting of threaded state in menu callback
10449         * src/summaryview.[ch]
10450                 more summaryview/folderitem seperation for
10451                 threading option
10452         * configure.in
10453                 removed not required --with-compiler-flags option
10454
10455 2002-08-21 [oliver]     0.8.1claws94
10456         
10457         * src/toolbar.h 
10458                 o rename toolbar.xml to toolbar_main.xml
10459                   since toolbar_compose.xml might come up 
10460                   any time soon
10461         * README.claws
10462                 add custom toolbar              
10463
10464 2002-08-21 [darko]      0.8.1claws93
10465
10466         * src/procmsg.c
10467                 don't reset tmp flags for messages copied
10468                 to sent folder
10469
10470 2002-08-21 [colin]      0.8.1claws92
10471         
10472         * src/prefs_filtering.c
10473                 fix renaming rules on folder rename 
10474                 when folder is not a leaf folder
10475
10476 2002-08-21 [paul]       0.8.1claws91
10477
10478         * src/prefs_folder_item.c
10479                 fix alignment of colour selector
10480
10481 2002-08-21 [paul]       0.8.1claws90
10482
10483         * sync with 0.8.1cvs27
10484                 see ChangeLog 2002-08-21
10485
10486 2002-08-21 [paul]       0.8.1claws89
10487
10488         * src/summaryview.c
10489                 fix crash when changing field type in
10490                 Quick search bar
10491
10492 2002-08-21 [colin]      0.8.1claws88
10493
10494         * src/summaryview.c
10495                 Made quick search case-insensitive
10496
10497 2002-08-21 [paul]       0.8.1claws87
10498
10499         * sync with 0.8.1cvs26
10500                 see ChangeLog 2002-08-21
10501
10502 2002-08-20 [christoph]  0.8.1claws86
10503
10504         * src/folderview.c
10505         * src/main.c
10506         * src/summaryview.[ch]
10507                 more summaryview/folderitem seperation for
10508                 sort_key and sort_type
10509         * src/procmsg.c
10510                 added missing return statement
10511
10512 2002-08-20 [colin]      0.8.1claws85
10513
10514         * src/summaryview.[ch]
10515                 Added a quick search box
10516         * src/mainwindow.c
10517         * src/prefs_common.[ch]
10518                 Added a show/hide option for the quick search
10519
10520 2002-08-20 [oliver]     0.8.1claws84
10521         
10522         * src/mainwindow.c
10523                 remove toolbar_create_popups
10524         * src/toolbar.[ch]
10525                 o remove toolbar_create_popups
10526                 o fix toolbar_set_sensitive 
10527                   (Bug reports #596834 and #596832)     
10528         * src/prefs_toolbar.c
10529                 o add "Set default" button
10530                 o align label and text + combo widgets
10531
10532 2002-08-20 [hoa]        0.8.1claws83bis
10533
10534         * src/imap.c
10535                 fixed a bug in imap_fetch_msginfo() in case there is no
10536                 current folder.
10537
10538 2002-08-20 [darko]      0.8.1claws83
10539
10540         * src/folderview.c
10541                 copy the color style of folder view so it
10542                 works with GTK themes
10543
10544 2002-08-20 [darko]      0.8.1claws82
10545
10546         * src/folder.h
10547         * src/folderview.c
10548         * src/prefs_folder_item.[hc]
10549                 don't use UI stuff in folder.h
10550
10551 2002-08-20 [darko]      0.8.1claws81
10552
10553         * src/folder.h
10554         * src/prefs_folder_item.h
10555         * src/folderview.c
10556         * src/prefs_folder_item.c
10557                 ability to set folder color in folderview
10558
10559 2002-08-19 [alfons]     0.8.1claws80
10560
10561         * src/summaryview.c
10562                 fix one of the earlier memleaks reported by Martin Kluge
10563
10564 2002-08-19 [alfons]     0.8.1claws79
10565
10566         * src/mainwindow.c
10567                 hide notice view when selecting seperate folder
10568                 view (reported by Urke MMI)
10569
10570 2002-08-19 [christoph]  0.8.1claws78
10571
10572         * src/folderview.c
10573         * src/prefs_folder_item.h
10574         * src/summaryview.[ch]
10575                 o add summary_set_prefs_from_folderitem to set
10576                   summaryview prefs (first step to remove all
10577                   references to the folderitem in summaryview)
10578                 o moved compiled regex stuff from folderitem prefs
10579                   to summaryview code
10580
10581 2002-08-19 [paul]       0.8.1claws77
10582
10583         * src/compose.c
10584                 add check for '.' to QUOTE_IF_REQUIRED
10585
10586 2002-08-19 [paul]       0.8.1claws76
10587
10588         * src/inc.c
10589                 sync with 0.8.1cvs25 (plug memory leak)
10590
10591         * src/prefs_toolbar.c
10592                 re-order prefs_toolbar_cancel()
10593
10594 2002-08-18 [alfons]     0.8.1claws75
10595
10596         * src/inc.c
10597         * src/matcher.c
10598                 plug other memleaks reported by Martin Kluge
10599
10600 2002-08-18 [paul]       0.8.1claws74
10601
10602         * po/pt_BR.po
10603                 updated by Fabio Jr. Beneditto
10604
10605 2002-08-18 [paul]       0.8.1claws73
10606
10607         * src/toolbar.[ch]
10608                 fix bug where tooltips were displayed untranslated              
10609
10610         * src/prefs_toolbar.c
10611                 fix bug where clicking 'Cancel' creates an icon & text
10612                 toolbar regardless of prefs
10613         
10614
10615 2002-08-17 [oliver]     0.8.1claws72
10616
10617         * src/prefs_toolbar.c
10618                 update toolbar on CANCEL
10619                 bug reported by Martin Kluge
10620         * src/toolbar.c
10621                 toolbar_destroy memleak fixed           
10622
10623 2002-08-17 [alfons]     0.8.1claws71
10624
10625         * src/toolbar.c
10626                 plug another memleak reported by Martin Kluge
10627
10628 2002-08-16 [alfons]     0.8.1claws70
10629
10630         * src/crash.c
10631                 use execvp() correctly (suggested by wwp; thanks!)
10632
10633 2002-08-16 [alfons]     0.8.1claws69
10634
10635         * src/gtksctree.c
10636                 plug memory leak reported by Kim Schultz & Martin Kluge
10637
10638 2002-08-16 [paul]       0.8.1claws68
10639
10640         * po/es.po
10641                 updated by Ricardo Mones Lastra
10642
10643 2002-08-16 [paul]       0.8.1claws67
10644
10645         * src/toolbar.h
10646                 fix bug where 'Compose News' icon showed wrong
10647                 tooltip
10648
10649 2002-08-16 [paul]       0.8.1claws66
10650
10651         * sync with 0.8.1cvs24
10652                 see ChangeLog 2002-08-16
10653
10654         * po/it.po
10655                 updated by Alessandro Maestri
10656
10657 2002-08-15 [paul]       0.8.1claws65
10658
10659         * po/sr.po
10660                 updated by Urke MMI
10661
10662 2002-08-15 [paul]       0.8.1claws64
10663
10664         * src/*.c
10665                 don't translate debug info
10666
10667         * src/matcher.[ch]
10668                 add copyright info
10669
10670 2002-08-15 [paul]       0.8.1claws63
10671
10672         * src/prefs_toolbar.c
10673                 fix bug where clicking 'OK' creates an icon & text
10674                 toolbar regardless of prefs
10675
10676 2002-08-14 [alfons]     0.8.1claws62
10677
10678         * src/main.c
10679                 add global var that has the full argv[0]
10680         * src/crash.c
10681                 o execvp the correct sylpheed by using argv0
10682                   and setting the correct work dir
10683                 o other tweaks  
10684
10685 2002-08-14 [oliver]     0.8.1claws61
10686         
10687         * enable/disable Toolbar Action Buttons 
10688         * code cleanups
10689         * src/mainwindow.c
10690         * src/toolbar.[ch]      
10691         * src/prefs_toolbar.c   
10692
10693 2002-08-14 [melvin]     0.8.1claws60
10694
10695         * po/fr.po
10696                 Updated French translations
10697
10698 2002-08-14 [melvin]     0.8.1claws59
10699
10700         * src/crash.c
10701                 Made bug report not translatable
10702         * src/exporthtml.c
10703                 Fixed exporthtml_build_filespec() return value
10704         * src/foldersel.c
10705                 Fixed incorrect include file
10706         * src/gtkspell.c
10707         * src/prefs_actions.c
10708         * src/prefs_toolbar.c
10709                 Made debug info not translatable
10710         * src/mutt.c
10711         * src/quote_fmt.c
10712                 Added missing includes
10713         * src/prefs_common.c
10714                 Fixed typo
10715
10716 2002-08-14 [paul]       0.8.1claws58
10717
10718         * faq/es/sylpheed-faq.html
10719           faq/es/sylpheed-faq-[1-3].html
10720           faq/es/sylpheed-faq-4.html     **NEW FILE **
10721                 update Spanish FAQ
10722
10723 2002-08-13 [christoph]  0.8.1claws57
10724
10725         * src/procmsg.c
10726                 ignore thread fix that did not mark all
10727                 child nodes of a ignored thread as
10728                 ignored. Does not work perfectly yet,
10729                 but it is better now
10730
10731 2002-08-13 [alfons]     0.8.1claws56
10732
10733         * src/crash.c
10734                 o implement 'save crash log'
10735                 o some tweaks
10736
10737 2002-08-13 [melvin]     0.8.1claws55
10738
10739         * src/main.c
10740                 removed unrequired "execinfo.h" header
10741
10742 2002-08-12 [paul]       0.8.1claws54
10743
10744         * faq/en/sylpheed-faq.html
10745           faq/en/sylpheed-faq-[1-3].html
10746           faq/en/sylpheed-faq-4.html     **NEW FILE **
10747                 update English FAQ
10748
10749 2002-08-12 [alfons]     0.8.1claws53
10750
10751         * po/POTFILES.in
10752                 add crash.c to translatables
10753         * src/crash.c
10754                 bring in Leandro's crash dialog
10755
10756 2002-08-11 [alfons]     0.8.1claws52
10757
10758         * src/crash.c
10759                 clean up some warnings
10760
10761 2002-08-11 [alfons]     0.8.1claws51
10762
10763         * acconfig.h
10764         * configure.in
10765         * src/crash.[ch]        ** NEW FILES **
10766         * src/main.c            
10767                 initial gdb crash handler
10768
10769 2002-08-11 [paul]       0.8.1claws50
10770
10771         * src/prefs_toolbar.c
10772                 replace Up/Down arrow pixmaps with text to be
10773                 consistent across icon themes
10774
10775 2002-08-11 [paul]       0.8.1claws49
10776
10777         * src/prefs_common.c
10778           src/prefs_toolbar.c
10779                 rename 'Pixmap' -> 'Icon'
10780
10781         * src/toolbar.[ch]
10782                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10783
10784 2002-08-10 [paul]       0.8.1claws48
10785
10786         * src/prefs_toolbar.c
10787                 re-work the UI
10788
10789 2002-08-10 [paul]       0.8.1claws47
10790
10791         * src/main.c
10792                 don't write Processing progress to status bar
10793                 patch submitted by Alexander Evseev
10794
10795         * src/prefs_toolbar.c
10796                 re-position and resize window
10797                 make window assume correct size on first call
10798
10799 2002-08-10 [paul]       0.8.1claws46
10800
10801         * src/mainwindow.c
10802           src/prefs_toolbar.c
10803           src/toolbar.c
10804           src/toolbar.h
10805                 obey coding style
10806                 follow UI text conventions
10807
10808 2002-08-10 [alfons]     0.8.1claws45
10809
10810         * src/toolbar.c
10811                 correct pixmap for delete action
10812
10813 2002-08-10 [paul]       0.8.1claws44
10814
10815         * po/pt_BR.po
10816                 updated by Fabio Jr. Beneditto
10817
10818 2002-08-10 [paul]       0.8.1claws43
10819
10820         * po/POTFILES.in
10821                 add custom toolbar files
10822
10823 2002-08-10 [paul]       0.8.1claws42
10824
10825         * sync with 0.8.1cvs22
10826                 see ChangeLog 2002-08-09
10827
10828 2002-08-09 [paul]       0.8.1claws41
10829
10830         * tools/Makefile.am
10831           tools/README
10832           tools/outlook2sylpheed.pl     ** NEW FILE **
10833                 add script to convert exported Outlook
10834                 contacts list to a Sylpheed addressbook.
10835                 Submitted by Ricardo Mones Lastra.
10836
10837 2002-08-09 [paul]       0.8.1claws40
10838
10839         * AUTHORS
10840           configure.in
10841           po/sr.po      ** NEW FILE **
10842                 add Serbian message catalog. Submitted by
10843                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10844
10845 2002-08-09 [paul]       0.8.1claws39
10846
10847         * sync with 0.8.1cvs21
10848                 see ChangeLog 2002-08-08
10849
10850 2002-08-08 [oliver]     0.8.1claws38
10851
10852         * src/mainwindow.c
10853                 move Custom Toolbar to Configuration menu
10854
10855 2002-08-08 [oliver]     0.8.1claws37
10856
10857         * src/prefs_toolbar.c
10858                 fix substitute pixmap bug
10859
10860 2002-08-08 [paul]       0.8.1claws36
10861
10862         * sync with 0.8.1cvs19
10863                 see ChangeLog 2002-08-08
10864
10865 2002-08-07 [christoph]  0.8.1claws35
10866
10867         * src/utils.c
10868                 fixed a memory leak in new canonicalize_file_replace
10869
10870 2002-08-07 [christoph]  0.8.1claws34
10871
10872         * src/utils.[ch]
10873                 o canonicalize_file_replace should create the temporary
10874                   file in the same directory as the original file.
10875                 o added get_tmpfile_in_dir that creates a temorary file
10876                   in a specified directory.
10877
10878 2002-08-07 [melvin]     0.8.1claws33
10879
10880         * src/toolbar.c
10881                 fixed bug where 'Article' button acted as 'Email' button.
10882
10883 2002-08-07 [paul]       0.8.1claws32
10884
10885         * sync with 0.8.1.cvs17
10886                 see ChangeLog 2002-08-07
10887
10888 2002-08-07 [colin]      0.8.1claws31
10889         
10890         * src/news.c
10891                 fix mass-cancel problem
10892
10893 2002-08-07 [thorsten]   0.8.1claws30
10894
10895         * src/prefs_toolbar.c
10896                 fix: crash on replace or add new button
10897         * src/toolbar.c
10898                 fix: close xmlfile after reading
10899         * src/utils.c
10900                 fix: unlink() file before rename()
10901
10902 2002-08-06 [paul]       0.8.1claws29
10903
10904         * sync with 0.8.cvs15
10905                 see ChangeLog 2002-08-06
10906
10907 2002-08-06 [oliver]     0.8.1claws28
10908
10909         * src/toolbar.c
10910         * src/prefs_toolbar.c
10911                 fixed empty toolbar issue
10912
10913 2002-08-06 [oliver]     0.8.1claws27
10914
10915         * Custom Toolbar Final 
10916         * src/folderview.c
10917         * src/inc.c
10918         * src/summaryview.c
10919                 o toolbar stuff now lives in src/toolbar.[ch]
10920                 o main_window_toolbar_* functions are renamed to
10921                   toolbar_* reflecting their new source file
10922         * src/mainwindow.[ch]
10923                 o remove toolbar stuff  
10924
10925 2002-08-06 [oliver]     0.8.1claws26
10926         
10927         * src/Makefile.am
10928         * src/prefs_toolbar.[ch]        **New File**
10929         * src/toolbar.[ch]              **New File**
10930                 o prefs_toolbar.[ch] custom toolbar frontend
10931                 o toolbar.[ch]       backend 
10932
10933 2002-08-06 [oliver]     0.8.1claws25
10934
10935         * src/prefs_actions.[ch]
10936                 o new exported function actions_execute
10937
10938 2002-08-06 [paul]       0.8.1claws24
10939
10940         * sync with 0.8.1cvs4
10941                 see ChangeLog 2002-08-06
10942
10943 2002-08-06 [paul]       0.8.1claws23
10944
10945         * sync with 0.8.1cvs13
10946                 see ChangeLog 2002-08-06
10947
10948 2002-08-06 [paul]       0.8.1claws22
10949
10950         * sync with 0.8.1cvs12
10951                 see ChangeLog 2002-08-05 and 2002-08-06
10952
10953 2002-08-06 [match]      0.8.1claws21
10954
10955         * src/addrclip.c
10956                 improvements to cut/copy/paste address
10957
10958 2002-08-05 [match]      0.8.1claws20
10959
10960         * src/addritem.[ch]
10961         * src/addrcache.c
10962         * src/addrbook.c
10963         * src/editaddress.c
10964         * src/addressbook.c
10965                 fixes to improve cut/copy/paste
10966
10967 2002-08-06 [melvin]     0.8.1claws19
10968
10969         * src/account.[ch]
10970                 account_find_all_from_address(): new function that returns the
10971                 list of all accounts that are matched in an address.
10972         * src/alertpanel.[ch]
10973                 alertpanel() now accepts a custom widget
10974                 alertpanel_with_widget(): new function that pops up a panel with
10975                 a custom widget in it 
10976         * src/gtkutils.[ch]
10977                 gtkut_account_menu_new(): new function that allows the selection
10978                 of an account from a list of accounts.
10979         * src/messageview.c
10980                 Extended Return Receipt notification to select the correct 
10981                 account and to make a security test on the Delivery-Notification
10982                 address which should be the same as the Return-Path.
10983
10984 2002-08-06 [thorsten]   0.8.1claws18
10985
10986         * src/mimeview.c
10987                 attach_all: save unnamed as "noname.%d",
10988                 dont free static dirname
10989
10990 2002-08-05 [alfons]     0.8.1claws17
10991
10992         * configure.in
10993                 detect XIM by trying to link rather than compile a XIM program
10994
10995 2002-08-05 [oliver]     0.8.1claws16
10996                 
10997         * src/stock_pixmap.[ch]
10998                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10999                 o new func to retrieve pixmaps
11000
11001 2002-08-05 [paul]       0.8.1claws15
11002
11003         * sync with 0.8.1cvs10
11004                 see ChangeLog 2002-08-05
11005
11006 2002-08-04 [alfons]     0.8.1claws14
11007
11008         * src/textview.c
11009                 see if this plugs memleak
11010
11011 2002-08-04 [melvin]     0.8.1claws13
11012
11013         * src/gtkspell.c
11014                 fixed bug that could crash Sylpheed when highlighting
11015                 all misspelled words.
11016
11017 2002-08-03 [melvin]     0.8.1claws12
11018
11019         * src/prefs_actions.c
11020                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
11021         * src/messageview.c
11022                 fixed bug where the Return Receipt was sent to
11023                 Delivery-Notification-To address even if it was not present
11024
11025 2002-08-02 [alfons]     0.8.1claws11
11026
11027         * src/prefs_actions.c
11028                 o more check for NULLs
11029                 o put create_io_dialog() in right conditional block
11030
11031 2002-08-02 [paul]       0.8.1claws10
11032
11033         * po/es.po
11034                 updated by Ricardo Mones Lastra
11035
11036 2002-08-01 [christoph]  0.8.1claws9
11037
11038         * src/folder.c
11039                 don't free the cache of the opened
11040                 folder in the summaryview
11041         * src/summaryview.c
11042                 don't unset flags, if it is not required
11043
11044 2002-08-01 [paul]       0.8.1claws8
11045
11046         * sync with 0.8.1cvs8
11047                 see ChangeLog entry 2002-08-01
11048
11049 2002-08-01 [paul]       0.8.1claws7
11050
11051         * sync with 0.8.1cvs7
11052                 see ChangeLog 2002-07-31 and 2002-08-01
11053
11054 2002-07-31 [christoph]  0.8.1claws6
11055
11056         * src/mainwindow.c
11057                 forgot to update menu sensitivity
11058                 function for new menu entry
11059
11060 2002-07-31 [alfons]     0.8.1claws5
11061
11062         * src/main.c
11063                 check folder item and its path for NULL on
11064                 initial processing
11065
11066 2002-07-31 [christoph]  0.8.1claws4
11067
11068         * src/folder.c
11069                 check if folder_item_get_msginfo in
11070                 folder_item_remove_msg returned NULL
11071         * src/imap.c
11072                 better clear the uid cache in the
11073                 uid validity check function and delete
11074                 cached messages
11075
11076 2002-07-31 [paul]       0.8.1claws3
11077
11078         * man/sylpheed.1
11079                 add the '--attach' option and a few other
11080                 minor changes
11081
11082 2002-07-31 [paul]       0.8.1claws2
11083
11084         * sync with 0.8.1cvs5
11085                 see ChangeLog 2002-07-31
11086
11087 2002-07-31 [christoph]  0.8.1claws1
11088
11089         * src/folderview.[ch]
11090         * src/mainwindow.c
11091                 replace "Rescan all folders..." with
11092                 "Check all folders for new messages..."
11093
11094 2002-07-30 [paul]       0.8.1claws
11095
11096         * version 0.8.1claws released
11097
11098 2002-07-30 [paul]       0.8.0claws29
11099
11100         * tools/OOo2sylpheed.pl ** NEW FILE **
11101           tools/README
11102                 add script to enable sending documents as
11103                 attachments from OpenOffice.org
11104
11105 2002-07-30 [melvin]     0.8.0claws28
11106
11107         * src/prefs_actions.c
11108                 Made the actions' input/output dialog display
11109                 without delay.
11110
11111 2002-07-30 [christoph]  0.8.0claws27
11112
11113         * src/procmsg.c
11114                 check if folder_item_get_msginfo in
11115                 procmsg_save_to_outbox returned NULL
11116
11117 2002-07-30 [paul]       0.8.0claws26
11118
11119         * sync with 0.8.1cvs4
11120                 see ChangeLog 2002-07-29
11121
11122 2002-07-29 [thorsten]   0.8.0claws25
11123
11124         * README.claws
11125                 added selective download, delete on server
11126
11127 2002-07-29 [paul]       0.8.0claws24
11128
11129         * sync with 0.8.1cvs3
11130                 see ChangeLog 2002-07-29
11131
11132 2002-07-27 [christoph]  0.8.0claws23
11133
11134         * src/folder.c
11135                 add extra check if fetching the msginfo
11136                 returned NULL
11137
11138 2002-07-27 [paul]       0.8.0claws22
11139
11140         * sync with 0.8.1cvs2
11141                 see ChangeLog 2002-07-26
11142
11143 2002-07-27 [christoph]  0.8.0claws21
11144
11145         * src/imap.c
11146                 add another check if a valid msginfo
11147                 was returned
11148
11149 2002-07-26 [hoa]        0.8.0claws20
11150
11151         * src/folder.c
11152                 Fixed a condition in folder_item_destroy()
11153
11154         * src/imap.c
11155                 Fixed an error in IMAP protocol
11156
11157 2002-07-26 [alfons]     0.8.0claws19
11158
11159         * src/folder.c
11160                 ofcourse compare with identifier, not the path
11161
11162 2002-07-26 [alfons]     0.8.0claws18
11163
11164         * src/folder.c
11165                 use folder item identifier for saving / restoring
11166                 preferences because folder->path might not be unique
11167
11168 2002-07-26 [melvin]     0.8.0claws17
11169
11170         * src/logwindow.c
11171                 Fixed a crash introduced in 0.8.0claws5 when log is 
11172                 cut under 80 characters.
11173
11174 2002-07-26 [paul]       0.8.0claws16
11175
11176         * sync with 0.8.1cvs1
11177                 see ChangeLog 2002-07-26
11178
11179 2002-07-26 [christoph]  0.8.0claws15
11180
11181         * src/imap.[ch]
11182                 imap folder now remembers the last selected
11183                 folder and imap_fetch_msginfo skips selecting
11184                 the folder if it is already selected
11185
11186 2002-07-26 [christoph]  0.8.0claws14
11187
11188         * src/folder.c
11189         * src/folderview.c
11190         * src/imap.c
11191                 fix imap folder rescanning
11192
11193 2002-07-25 [christoph]  0.8.0claws13
11194
11195         * src/filter.c
11196         * src/folder.[ch]
11197         * src/folderview.c
11198         * src/imap.[ch]
11199         * src/mainwindow.c
11200         * src/mbox_folder.c
11201         * src/mh.c
11202         * src/news.c
11203                 implement imap uid cache and uid validity check
11204
11205 2002-07-25 [alfons]     0.8.0claws12
11206
11207         * src/summaryview.c
11208                 fix a brown paper bag bug, and also add some more
11209                 checks
11210
11211 2002-07-25 [christoph]  0.8.0claws11
11212
11213         * src/folder.c
11214                 don't mix copy, fetch_msginfo and remove
11215                 operations in folder item copy and move
11216                 operations
11217
11218 2002-07-25 [christoph]  0.8.0claws10
11219
11220         * src/folderview.c
11221         * src/mainwindow.c
11222         * src/prefs_folder_item.c
11223         * src/summaryview.[ch]
11224                 remove no longer required parameter update_cache from
11225                 summary_show
11226
11227 2002-07-25 [paul]       0.8.0claws9
11228
11229         * sync with 0.8.1
11230         
11231         * AUTHORS
11232                 a few corrections
11233
11234 2002-07-24 [alfons]     0.8.0claws8
11235
11236         * src/summaryview.c
11237                 sort correctly when using simplified subject line
11238                 (closes feature request "[ 585141 ] applying regexp to subject 
11239                 before sort" submitted by Alexandra Walford)
11240
11241 2002-07-24 [paul]       0.8.0claws7
11242
11243         * sync with 0.8.0cvs3
11244                 see ChangeLog 2002-07-24
11245
11246 2002-07-23 [christoph]  0.8.0claws6
11247
11248         * src/folder.c
11249         * src/folder.h
11250         * src/summaryview.c
11251         * src/summaryview.h
11252         * src/main.c
11253                 o separate processing and summaryview
11254                 o removed summary_write_cache from summaryview
11255                 o removed summaryview->killed_messages, because we don't have
11256                   to keep a list of killed messages anymore. New cache will
11257                   keep the hidden messages in cache anyway
11258         * src/folderview.c
11259         * src/inc.c
11260         * src/selective_download.c
11261                 o removed unnecessary summary_write_cache calls
11262         * src/procmsg.c
11263                 o don't set ignore thread flag in procmsg_get_thread_tree
11264                   if it is already set
11265         * src/mainwindow.c
11266         * src/statusbar.h
11267                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11268                   they are used in different files
11269
11270 2002-07-23 [melvin]     0.8.0claws5
11271
11272         * src/addressbook.c
11273         * src/addrgather.c
11274         * src/editaddress.c
11275         * src/editgroup.c
11276         * src/editldap_basedn.c
11277         * src/importldif.c
11278         * src/prefs_common.c
11279                 Fixed few memory leak (gtk_editable_get_chars returns
11280                 an allocated string)
11281         * src/logwindow.c
11282                 Fixed few memory leak (gtk_editable_get_chars returns
11283                 an allocated string) and modified a little the log cutting
11284                 loop.
11285         * src/compose.c
11286                 Replaced a call to an obsolete function gtk_entry_get_text()
11287                 by gtk_editable_get_chars()
11288         * src/send.c
11289                 Removed a debug printf
11290
11291 2002-07-23 [christoph]  0.8.0claws4
11292
11293         * src/filesel.c
11294                 fix another g_dirname memory leak
11295
11296 2002-07-23 [christoph]  0.8.0claws3
11297
11298         * src/mh.c
11299                 fixed a memory leak in mh_fetch_msginfo
11300                 fixed crash when message header could not be
11301                 parsed
11302
11303 2002-07-23 [paul]       0.8.0claws2
11304
11305         * sync with 0.8.0cvs2
11306                 see ChangeLog 2002-07-23
11307
11308 2002-07-23 [paul]       0.8.0claws1
11309
11310         * sync with 0.8.0cvs1
11311                 see ChangeLog 2002-07-23
11312
11313 2002-07-23 [paul]       0.8.0claws
11314
11315         * release of 0.8.0claws
11316
11317 2002-07-23 [paul]       0.7.8claws99
11318
11319         * po/ru.po
11320                 new Russian translation, submitted by
11321                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11322
11323 2002-07-22 [jens]       0.7.8claws98
11324
11325         * po/de.po
11326                 Updated German translations.
11327
11328 2002-07-22 [paul]       0.7.8claws97
11329
11330         * po/es.po
11331           po/it.po
11332           po/nl.po
11333           po/pt_BR.po
11334                 updated translations by Ricardo Mones Lastra,
11335                 Alessandro Maestri, Wilbert Berendsen and 
11336                 Fabio Jr. Beneditto respectively
11337
11338 2002-07-22 [christoph]  0.7.8claws96
11339
11340         * src/mimeview.c
11341                 fix memory leak caused by wrong g_dirname usage
11342
11343 2002-07-22 [christoph]  0.7.8claws95
11344
11345         * src/summaryview.c
11346                 update new and unread message counts for summaryview
11347                 summaryview does not get it from the folder anymore
11348                 and has to update the values itself
11349
11350 2002-07-22 [melvin]     0.7.8claws94
11351
11352         * po/fr.po
11353                 Updated French translations.
11354
11355 2002-07-22 [christoph]  0.7.8claws93
11356
11357         * src/matcher.c
11358                 set prop->preg pointer to NULL or following check
11359                 will not fail and regexec will be called with
11360                 invalid pointer
11361
11362 2002-07-21 [alfons]     0.7.8claws92
11363         
11364         * src/prefs_common.[ch]
11365                 remove option "Send return receipt on request"
11366
11367 2002-07-21 [thorsten]   0.7.8claws91
11368
11369         * src/mimeview.c
11370                 fixed memleaks, coding style as pointed out by alfons
11371
11372 2002-07-21 [alfons]     0.7.8claws90
11373
11374         * src/messageview.c
11375         * src/noticeview.[ch]
11376                 o fix bug notice view being displayed when going to empty folder 
11377                   (noticed by Christoph)
11378                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11379                   (noticed by Thorsten)
11380
11381 2002-07-21 [thorsten]   0.7.8claws89
11382
11383         * src/mimeview.c
11384                 Included save_all patch from Xaview FACQ
11385                 added support for pathnames
11386
11387 2002-07-21 [alfons]     0.7.8claws88
11388
11389         * po/POTFILES.in
11390         * src/Makefile.am
11391         * src/mainwindow.c
11392         * src/messageview.[ch]
11393         * src/noticeview.c      ** NEW FILE **
11394         * src/noticeview.h      ** NEW FILE **
11395                 make return receipts work again
11396                 (UI idea by Leandro Pereira)
11397
11398 2002-07-21 [paul]       0.7.8claws87
11399
11400         * src/summaryview.c
11401                 fix sensitivity of 'Select thread'
11402
11403 2002-07-21 [paul]       0.7.8claws86
11404
11405         * src/prefs_common.c
11406                 add browser command line for Galeon
11407
11408 2002-07-21 [paul]       0.7.8claws85
11409
11410         * Makefile.am
11411                 fix 'EXTRA_DIST': remove README.README, add TODO
11412                 and TODO.claws
11413
11414 2002-07-21 [alfons]     0.7.8claws84
11415
11416         * src/gtkstext.c
11417                 make enter clear selection
11418                 (closes "[ 579888 ] Editor selection/entry error"
11419                 reported by Steve Lamb)
11420
11421 2002-07-21 [alfons]     0.7.8claws83
11422         
11423         * src/summaryview.c
11424                 sort message list when selecting unthread messages
11425                 (closes "[ 501593 ] switching threaded view doesn't sort"
11426                 reported by Simon Schubert)
11427
11428 2002-07-20 [alfons]     0.7.8claws82
11429         
11430         * src/matcher.c
11431                 const-correctness
11432
11433 2002-07-20 [thorsten]   0.7.8claws81
11434
11435         * src/matcher.c
11436                 Fixed expansion of empty fields in matchactions
11437
11438 2002-07-19 [melvin]     0.7.8claws80
11439
11440         * src/gtkspell.c
11441                 Removed a duplicate menu entry (fast mode) introduced during
11442                 the new cache merge
11443                 Added a menu separator between 'Use alternate' and 'Fast mode'
11444
11445 2002-07-19 [paul]       0.7.8claws79
11446
11447         * tools/Makefile.am
11448           tools/README
11449                 correct typos
11450
11451 2002-07-19 [thorsten]   0.7.8claws78
11452
11453         * tools/calypso_convert.pl      ** NEW FILE **
11454           tools/README
11455           tools/Makefile.am
11456                 script to import mbox files exported
11457                 by calypso
11458                 o generates folder structure
11459                 o includes attachments
11460
11461 2002-07-19 [melvin]     0.7.8claws77
11462
11463         * src/selective_download.[ch]
11464                 Fixed bug where closing the dialog with the window manager's
11465                 close button will not unlock the summary
11466                 Corrected some function declarations that missed a return value
11467                 Made the source code comply better with coding style.
11468         * src/prefs_common.c
11469                 Added new browser command line for Mozilla.
11470
11471 2002-07-18 [paul]       0.7.8claws76
11472
11473         * src/mainwindow.c
11474           src/selective_download.[ch]
11475                 reflect theme changes, fix Gdk Warning when creating 
11476                 pixmap from NULL window, and minor clean up.
11477                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11478
11479         * po/en_GB.po
11480                 updated
11481
11482 2002-07-17 [paul]       0.7.8claws75
11483
11484         * INSTALL[.jp]
11485                 sync with 0.8.0
11486         
11487         * po/en_GB.po
11488                 updated
11489
11490 2002-07-16 [paul]       0.7.8claws74
11491
11492         * tools/filter_conv.pl
11493           tools/README
11494                 replace conversion script with reimplemented version, 
11495                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11496
11497 2002-07-16 [colin]      0.7.8claws73
11498
11499         * src/summaryview.c
11500                 remove forgotten debug messages - sorry ;-)
11501
11502 2002-07-16 [colin]      0.7.8claws72
11503
11504         * src/mimeview.c
11505           src/summaryview.c
11506           src/textview.c
11507           src/textview.h
11508                 add the ability to select part of a text mime-part 
11509                 to reply.
11510
11511 2002-07-15 [christoph]  0.7.8claws71
11512
11513         * src/folder.c
11514                 fix folder message count for folders without
11515                 msg_is_changed (includes news folders)
11516
11517 2002-07-15 [martin]     0.7.8claws70
11518
11519         * src/summaryview.c
11520                 option "display recipient on 'From'..." now works
11521                 without the need of enabling the option
11522                 "display  sender  using  address  book".
11523
11524 2002-07-15 [christoph]  0.7.8claws69
11525
11526         * src/summaryview.c
11527                 removed setting folder status from summaryview.
11528                 folder.c should update all message counts correctly.
11529
11530 2002-07-15 [paul]       0.7.8claws68
11531
11532         * po/pt_BR.po
11533                 updated by Fabio Junior Beneditto
11534
11535 2002-07-15 [darko]      0.7.8claws67
11536
11537         * src/mh.c
11538                 Fixed target folder colorization, don't decrease op
11539                 number twice
11540
11541 2002-07-14 [paul]       0.7.8claws66
11542
11543         * sync with main 0.8.0
11544                 see ChangeLog 2002-07-14
11545
11546 2002-07-13 [melvin]     0.7.8claws65
11547         
11548         * src/addrbook.c
11549         * src/addressbook.c
11550         * src/addrindex.c
11551                 Replaced sprintf by g_snprintf to prevent possible buffer
11552                 overflow.
11553         * src/news.c
11554                 Corrected a log message output format.
11555                 Added a missing "done" debug output.
11556         * src/compose.c
11557                 Added keyboard accelerator for Priority menu items
11558                 Added missing \n in debug output
11559         * src/logwindow.c
11560         * src/gtkspell.c
11561         * src/rfc2015.c
11562                 Added missing \n in debug output
11563
11564 2002-07-13 [paul]       0.7.8claws64
11565
11566         * man/sylpheed.1
11567                 change Sergey's email address to the sf address
11568
11569         * src/textview.c
11570                 increase show_url_timeout (more useful for long
11571                 urls)
11572
11573 2002-07-12 [sergey]     0.7.8claws63
11574
11575         * src/rfc2015.c
11576                 applied (with some modifications) patch to set the
11577                 micalg parameter for signatures
11578                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11579
11580 2002-07-12 [sergey]     0.7.8claws62
11581
11582         * man/Makefile.am
11583         * configure.in
11584                 fixed man page installation
11585
11586 2002-07-12 [paul]       0.7.8claws61
11587
11588         * sync with 0.7.8cvs26
11589                 see ChangeLog 2002-07-11 and 2002-07-12
11590
11591 2002-07-11 [christoph]  0.7.8claws60
11592
11593         * src/compose.c
11594         * src/procmsg.c
11595                 first use the message number to find the message
11596                 to mark with a reply flag but check the
11597                 message-id if we got the correct message, if not
11598                 try to find it by message-id.
11599                 use new string seperator that is not allowed
11600                 in message-ids.
11601
11602 2002-07-11 [paul]       0.7.8claws59
11603
11604         * sync with 0.7.8cvs23
11605                 see ChangeLog 2002-07-10
11606
11607 2002-07-10 [christoph]  0.7.8claws58
11608
11609         * src/folder.[ch]
11610         * src/msgcache.[ch]
11611                 Added message-id table to the cache in memory
11612                 and functions to msgcache.c and folder.c to
11613                 fetch MsgInfos by message id
11614         * src/compose.c
11615         * src/procmsg.c
11616                 store folder and message-id of message replying
11617                 to in queue header and set reply flag after sending
11618                 (Closes bug #469498)
11619
11620 2002-07-10 [paul]       0.7.8claws57
11621
11622         * AUTHORS
11623           man/sylpheed.1.gz
11624                 add Martin to the list of authors
11625
11626 2002-07-09 [martin]     0.7.8claws56
11627         * src/gtksctree.c
11628                 Added gtk_ctree_last_visible(), tree_update_level(),
11629                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11630                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11631                 from gtk+ to gtksctree.c for the new sorting code
11632                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11633                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11634         * src/gtksctree.h
11635                 Added declaration for gtk_sctree_sort_recursive() and
11636                 gtk_sctree_sort_node
11637         * src/addressbook.c
11638         * src/foldersel.c
11639         * src/folderview.c
11640         * src/summaryview.c
11641                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11642                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11643
11644 2002-07-08 [paul]       0.7.8claws55
11645
11646         * more sync with 0.7.8cvs21
11647                 see ChangeLog 2002-07-08
11648
11649 2002-07-08 [paul]       0.7.8claws54
11650
11651         * sync with 0.7.8cvs21
11652                 see ChangeLog 2002-07-08
11653
11654 2002-07-07 [alfons]     0.7.8claws53
11655
11656         * src/Makefile.am
11657         * src/stock_pixmap.[ch]
11658         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11659         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11660         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11661                 add new pixmaps for upcoming notice pane
11662
11663 2002-07-06 [melvin]     0.7.8claws52
11664
11665         * src/gtkspell.[ch]
11666                 Made them a bit closer to Sylpheed's coding style.
11667                 Removed old code.
11668                 Removed possible memory leaks when some errors occurs.
11669
11670 2002-07-06 [melvin]     0.7.8claws51
11671
11672         * po/Makefile.in.in
11673                 Removed --no-location in xgettext command line to help
11674                 translators that use Emacs' po-mode
11675         * src/quote_fmt.c
11676                 Removed unnecessary comments that messed up sylpheed.pot
11677
11678 2002-07-06 [paul]       0.7.8claws50
11679
11680         * sync with 0.7.8cvs19
11681                 see ChangeLog 2002-07-05
11682
11683 2002-07-06 [christoph]  0.7.8claws49
11684
11685         * src/folder.c
11686         * src/mainwindow.c
11687                 fix folder_item_remove_all_msg and folderview
11688                 status for trash folders after emptying trash
11689
11690 2002-07-05 [paul]       0.7.8claws48
11691
11692         * sync with 0.7.8cvs16
11693                 see ChangeLog 2002-07-04 and 2002-07-05
11694
11695 2002-07-04 [paul]       0.7.8claws47
11696
11697         * sync with 0.7.8cvs14
11698                 see  ChangeLog 2002-07-04
11699
11700 2002-07-03 [alfons]     0.7.8claws46
11701
11702         * src/folder.c
11703                 dupe folder item's path because it's being reallocated
11704                 by new folder scanning code
11705
11706 2002-07-03 [christoph]  0.7.8claws45
11707
11708         * src/imap.c
11709                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11710         * src/msgcache.c
11711                 add missing return in msgcache_write
11712
11713 2002-07-02 [thorsten]   0.7.8claws44
11714
11715         * src/jpilot.c
11716         * src/msgcache.c
11717         * src/rfc2015.c
11718                 use binary mode for file access
11719
11720 2002-07-02 [christoph]  0.7.8claws43
11721
11722         * major code cleanup (part 1)
11723         
11724                 - unused variables removed
11725                 - unused functions removed
11726                 - uninitialized variables checked
11727                 - missing return statements added
11728                 - missing function return types added
11729                 - added parentheses around assignment and
11730                   && in || when suggested by gcc
11731               
11732         * src/mh.c
11733         * src/folder.c
11734                 replaced direct calls to folder->scan_tree
11735                 with folder_scan_tree and restore folder
11736                 prefs in this function. The folder should
11737                 not have to deal with them.
11738                 ( Should now work for all folder types )
11739
11740 2002-07-02 [paul]       0.7.8claws42
11741
11742         * sync with 0.7.8cvs13
11743                 see ChangeLog 2002-07-01 and 2002-07-02
11744
11745 2002-07-01 [christoph]  0.7.8claws41
11746
11747         * src/summaryview.c
11748                 fix "goto next/prev unread message" with
11749                 ignored threads
11750
11751 2002-07-01 [paul]       0.7.8claws40
11752
11753         * po/es.po
11754                 updated by Ricardo Mones Lastra
11755
11756 2002-06-30 [match]      0.7.8claws39
11757
11758         * src/jpilot.c
11759                 applied variation of leonerd's patch (566661) to
11760                 allow multiple email addresses per JPilot entry.
11761                 addresses may be separated by space, comma, pipe,
11762                 semi-colon, new-line.
11763
11764 2002-06-30 [alfons]     0.7.8claws38
11765
11766         * src/procmsg.c
11767                 simple fix for putting older nodes before
11768                 newer nodes when threading by subject
11769
11770 2002-06-30 [christoph]  0.7.8claws37
11771
11772         * src/folder.c
11773         * src/folderview.c
11774         * src/mh.c
11775         * src/news.c
11776         * src/procmsg.c
11777                 fix broken folder tree rescaning
11778                 and don't use procmsg_get_mark_sum
11779                 anymore
11780
11781 2002-06-30 [christoph]  0.7.8claws36
11782
11783         * merge new cache branch
11784         * src/imap.c
11785                 fix new cache imap copy bug
11786         * src/folder.c
11787                 improved folder_item_scan
11788                 it should now always set the correct
11789                 new, unread and total message counts
11790
11791 2002-06-29 [paul]       0.7.8claws35
11792
11793         * configure.in
11794                 correct syntax error
11795
11796 2002-06-29 [paul]       0.7.8claws34
11797
11798         * configure.in
11799           Makefile.am
11800           man/Makefile.am       ** NEW FILE **
11801           man/sylpheed.1.gz     ** NEW FILE **
11802                 add Sylpheed man page
11803
11804 2002-06-29 [paul]       0.7.8claws33
11805
11806         * po/pt_BR.po
11807                 updated by Fabio Junior Beneditto
11808
11809 2002-06-28 [jens]       0.7.8claws32
11810
11811         * po/de.po
11812                 translation updated
11813
11814         * src/selective_download.c
11815                 removed gettext for space " "
11816
11817         * src/imap.c
11818                 removed wrong space
11819
11820 2002-06-28 [paul]       0.7.8claws31
11821
11822         * sync with 0.7.8cvs11
11823                 see ChangeLog 2002-06-28
11824
11825 2002-06-28 [paul]       0.7.8claws30
11826
11827         * sync with 0.7.8cvs10
11828                 see ChangeLog 2002-06-27 and 2002-06-28
11829
11830 2002-06-26 [paul]       0.7.8claws29
11831
11832         * src/addrgather.c
11833           src/selective_download.c
11834                 don't gettextise empty strings.
11835                 reserved by gettext. gettext("") returns 
11836                 the header entry with meta information, 
11837                 not the empty string
11838
11839         * po/en_GB.po
11840                 updated
11841
11842 2002-06-26 [paul]       0.7.8claws28
11843
11844         * sync with 0.7.8cvs7
11845                 see ChangeLog 2002-06-25
11846
11847         * src/prefs_common.c
11848                 ...and in the process, tweak the gui a little
11849
11850 2002-06-25 [alfons]     0.7.8claws27
11851         
11852         * configure.in
11853         * src/Makefile.am
11854                 fine tune ldap library detection
11855
11856 2002-06-25 [alfons]     0.7.8claws26
11857
11858         * src/compose.c
11859                 don't allow return receipts when composing a news article
11860
11861 2002-06-25 [paul]       0.7.8claws25
11862
11863         * Makefile.am
11864                 add '$(AMTAR)' to 'release' section to allow for
11865                 new and older autotools
11866
11867 2002-06-25 [paul]       0.7.8claws24
11868
11869         * src/summaryview.c
11870                 fix "No more unread messages" persistant pop-up
11871                 window bug
11872
11873 2002-06-25 [paul]       0.7.8claws23
11874
11875         * po/it.po
11876                 updated by Alessandro Maestri
11877
11878 2002-06-25 [paul]       0.7.8claws22
11879
11880         * sync with 0.7.8cvs6
11881                 see ChangeLog 2002-06-25
11882
11883 2002-06-24 [paul]       0.7.8claws21
11884
11885         * tools/update-po
11886                 add GPL copyright information
11887
11888 2002-06-24 [paul]       0.7.8claws20
11889
11890         * tools/Makefile.am
11891           tools/README
11892           tools/update-po       ** NEW FILE **
11893                 add script that eases the creation of *.po files
11894                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11895
11896 2002-06-23 [alfons]     0.7.8claws19
11897
11898         * src/messageview.c
11899                 make notification_convert_header obey const correctness
11900                 (next step will be fixing the broken return receipt)
11901
11902 2002-06-23 [paul]       0.7.8claws18
11903
11904         * src/messageview.c
11905                 fix bug introduced in last commit:
11906                 removed too much code in last commit - put back what's
11907                 needed
11908
11909 2002-06-23 [paul]       0.7.8claws17
11910
11911         * src/messageview.[ch]
11912                 remove code committed in error from locally patched
11913                 source
11914
11915 2002-06-23 [colin]      0.7.8claws16
11916
11917         * src/compose.[ch]
11918                 add compose_entry_select(), used to select the default_to
11919                 email address - hopefully avoiding people sending mails to
11920                 wrong recipients.
11921
11922 2002-06-22 [alfons]     0.7.8claws15
11923
11924         * AUTHORS
11925                 add Bram Metsch & Stanislav Karchebny
11926         * src/smtp.[ch]
11927         * src/prefs_account.[ch]
11928         * src/send.c
11929                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11930                   options.  (see <http://sourceforge.net/tracker/index.php
11931                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11932
11933                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11934                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11935
11936 2002-06-22 [paul]       0.7.8claws14
11937
11938         * sync with 0.7.8cvs5
11939                 see ChangeLog 2002-06-19 and 2002-06-20
11940
11941 2002-06-22 [alfons]     0.7.8claws13
11942
11943         * src/selective_download.c
11944                 fix a stupid mistake I made
11945
11946 2002-06-22 [alfons]     0.7.8claws12
11947
11948         * src/selective_download.[ch]
11949                 fix another unnoticed leak; cleanup code
11950
11951 2002-06-21 [alfons]
11952
11953         * tools/Makefile.am
11954                 gpg-sign <-- gpg-sign-syl
11955
11956 2002-06-21 [alfons]     0.7.8claws11
11957
11958         * src/selective_download.c
11959         * src/selective_download.h
11960                 fix assorted mix of allocation errors (should solve
11961                 problem reported by Philippe Gramoullé, see:
11962                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11963
11964 2002-06-20 [melvin]     0.7.8claws10
11965
11966         * tools/gpg-sign *REMOVED*
11967           tools/gpg-sign-syl *ADDED*
11968                 Replaced the gpg clearsigning script with the version using
11969                 xterm instead of ssh-askpass and changed its name.
11970
11971         * README.claws
11972                 Updated actions example to reflect the renaming of the
11973                 gpg clearsigning script.
11974
11975 2002-06-19 [paul]       0.7.8claws9
11976
11977         * sync with 0.7.8claws9
11978                 see ChangeLog 2002-06-18 and 2002-06-19
11979
11980 2002-06-19 [paul]       0.7.8claws8
11981
11982         * sync with 0.7.8cvs1
11983                 see ChangeLog 2002-06-18
11984
11985 2002-06-18 [alfons]     0.7.8claws7
11986
11987         * src/mainwindow.h
11988                 add omitted prototype
11989
11990 2002-06-17 [paul]       0.7.8claws6
11991
11992         * src/mainwindow.c
11993                 fix hiding of exec_btn
11994
11995 2002-06-17 [paul]       0.7.8claws5
11996
11997         * src/pop.c
11998                 remove unneeded code: should_delete() 
11999                 and Pop3State::uidl_todelete_list
12000
12001 2002-06-17 [paul]       0.7.8claws4
12002
12003         * sync with 0.7.8
12004                 see ChangeLog 2002-06-11 and 2002-06-13
12005
12006 2002-06-16 [alfons]     0.7.8claws3
12007         
12008         * src/folder.c
12009                 make sure lock sort mode (claws specific) is
12010                 also persists after a tree rescan
12011
12012 2002-06-16 [alfons]     0.7.8claws2
12013
12014         * src/prefs_folder_item.c
12015         * src/folder.[ch]
12016                 fix persistence of folder sort mode (broken
12017                 by adapting Hiro's new folder persistence code)
12018
12019 2002-06-16 [alfons]     0.7.8claws1
12020
12021         * AUTHORS
12022         * src/logwindow.c
12023         * src/prefscommon.[ch]
12024                 control size of log text in log window; 
12025                 closes patch #569155 submitted by Mitko Haralanov.
12026
12027 2002-06-15 [paul]       0.7.8claws
12028
12029         * release of 0.7.8claws
12030
12031 2002-06-15 [paul]       0.7.7claws
12032
12033         * po/pt_BR.po
12034                 updated by Fabio Junior Beneditto
12035
12036 2002-06-14 [paul]       0.7.6claws49
12037
12038         * po/es.po
12039                 updated by Ricardo Mones Lastra
12040
12041 2002-06-14 [paul]       0.7.6claws48
12042
12043         * po/nl.po
12044                 updated translation by Wilbert Berendsen
12045
12046 2002-06-14 [melvin]     0.7.6claws47
12047
12048         * po/fr.po
12049                 Updated French translation
12050
12051 2002-06-13 [paul]       0.7.6claws46
12052
12053         * src/filesel.c
12054                 allow filename to be typed in, rather than just
12055                 selected by the mouse. Patch by Gustavo Noronha Silva.
12056
12057 2002-06-13 [alfons]     0.7.6claws45
12058
12059         * src/mainwindow.[ch]
12060                 more cleanups (removing unnecessary menu items Expand 
12061                 summary / message view)
12062
12063 2002-06-13 [melvin]     0.7.6claws44
12064
12065         * po/POTFILES.in
12066                 Added src/string_match.c
12067         * src/string_match.c
12068                 Fixed possible buffer overflow.
12069                 Corrected typo.
12070                 Added missing config.h header.
12071         * src/prefs_common.c
12072           src/prefs_matcher.c
12073           src/prefs_scoring.c
12074                 Made some strings translatable (missing _(..)).
12075
12076 2002-06-13 [melvin]     0.7.6claws43
12077
12078         * README.claws
12079                 Corrected action example (verifying clearsigned mail).
12080         * src/prefs_account.c
12081                 Corrected typo.
12082         * src/prefs_common.c
12083                 Removed incorrect line that generated a Gtk-CRITICAL msg.
12084
12085 2002-06-12 [alfons]     0.7.6claws42
12086
12087         * src/summaryview.c
12088                 add init of score column lost in 0.7.6claws42
12089
12090 2002-06-12 [paul]       0.7.6claws41
12091
12092         * src/prefs_account.c
12093                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
12094                 behavior of the radio buttons, (from 0.7.7cvs2)
12095
12096 2002-06-11 [alfons]     0.7.6claws40
12097
12098         * src/messageview.[ch]
12099         * src/summaryview.[ch]
12100         * src/summary_search.c
12101         * src/mainwindow.c
12102                 perform a sync to bring in Hiro's separate view implementation 
12103
12104                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
12105
12106 2002-06-11 [paul]       0.7.6claws39
12107         
12108         * src/prefs_account.c
12109                 correct a typo on the Receive tab
12110
12111 2002-06-10 [match]      0.7.6claws38
12112
12113         * src/addressbook.c
12114                 Included address completion patch from Gustavo Noronha.
12115
12116 2002-06-10 [paul]       0.7.6claws37
12117
12118         * src/inc.[ch]
12119           src/pop.c
12120           src/prefs_account.[ch]
12121           src/selective_download.[ch]
12122                 apply PATCH #561712
12123                  NEW:
12124                 - check if POP Account
12125                 - Receive Button renamed to Preview
12126                 - Preview Button Popup: preview new/all messages
12127                 - Download Button
12128                 - Account Preferences-->Receive tab checkbutton if you
12129                   want to remove Mail after Download
12130                 -: default YES
12131                 - Account Preferences-->Receive tab checkbutton use
12132                   filtering rules on preview
12133                   (think of delete_on_server)
12134                 -: default YES
12135                 - Account selectable from SD dialog
12136                 - checkbutton to show already downloaded messages if
12137                   all messages are previewed
12138                 - new clist column showing Date
12139                 - ESC KEY close
12140                 FIXES:
12141                 - play ball with UIDL
12142                 - fault tolerant (?) 
12143                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12144
12145 2002-06-10 [melvin]     0.7.6claws36
12146
12147         * README.claws
12148                 Added a hint to ac/README in cvs instructions.
12149
12150         * src/prefs_actions.c
12151                 Made it possible to use a more elaborate command line
12152                 for asynchronous actions, too.
12153
12154 2002-06-10 [melvin]     0.7.6claws35
12155         
12156         * src/prefs_actions.c
12157                 Make it possible to use a more elaborate command line
12158                 (e.g. |foo|bar|cat>there;echo Done|)
12159                 Corrected error message when calling %f, %F and %p commands
12160                 from the compose window.
12161
12162 2002-06-09 [colin]      0.7.6claws34
12163
12164         * src/summaryview.c
12165                 Automatically find unread messages in current folder
12166                 before annoying the user.
12167
12168 2002-06-08 [alfons]     0.7.6claws33
12169
12170         * po/it.po
12171                 remove bad formatting string in it.po translation
12172                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12173
12174 2002-06-08 [paul]       0.7.6claws32
12175
12176         * sync with 0.7.6cvs25
12177                 see ChangeLog 2002-06-07
12178
12179 2002-06-05 [paul]       0.7.6claws31
12180
12181         * src/mainwindow.c
12182                 add 'Sort by locked' and 'Sort by score'
12183
12184 2002-06-05 [paul]       0.7.6claws30
12185
12186         * sync with 0.7.6cvs24
12187                 see ChangeLog 2002-06-04
12188
12189 2002-06-04 [paul]       0.7.6claws29
12190
12191         * po/pt_BR.po
12192                 updated by Fabio Junior Beneditto
12193
12194 2002-06-03 [thorsten]   0.7.6claws28
12195
12196         * src/matcher.c
12197                 fclose() matcherrc after reading
12198
12199 2002-06-03 [paul]       0.7.6claws27
12200
12201         * sync with 0.7.6cvs21
12202                 see ChangeLog 2002-05-31
12203
12204 2002-05-31 [paul]       0.7.6claws26
12205
12206         * sync with 0.7.6cvs20
12207                 see ChangeLog 2002-05-29 and 2002-05-30
12208
12209 2002-05-31 [paul]       0.7.6claws25
12210
12211         * src/imap.c
12212                 hopefully fix last buggy sync
12213
12214         * README.claws
12215                 correct typo in 'Actions' examples
12216
12217 2002-05-29 [paul]       0.7.6claws24
12218
12219         * sync with 0.7.6cvs18
12220                 see ChangeLog 2002-05-28 and 2002-05-29
12221
12222         * src/news.c
12223           src/nntp.[ch]
12224                 sync with above 
12225
12226 2002-05-28 [paul]       0.7.6claws23
12227
12228         * sync with 0.7.6cvs16
12229                 see ChangeLog 2002-05-28
12230
12231 2002-05-27 [thorsten]   0.7.6claws22 
12232
12233         * faq/it/sylpheed-faq-1.html
12234           faq/it/sylpheed-faq-2.html
12235           faq/it/sylpheed-faq-3.html
12236           faq/it/sylpheed-faq.html
12237                 corrected DOS lineendings
12238         * faq/de/sylpheed-faq-1.html
12239           faq/de/sylpheed-faq-2.html
12240           faq/en/sylpheed-faq-1.html
12241           faq/en/sylpheed-faq-2.html
12242           faq/en/sylpheed-faq-3.html
12243           faq/es/sylpheed-faq-1.html
12244           faq/es/sylpheed-faq-2.html
12245           faq/es/sylpheed-faq-3.html
12246           faq/fr/sylpheed-faq-1.html
12247           faq/it/sylpheed-faq-1.html
12248           faq/it/sylpheed-faq-2.html
12249           faq/it/sylpheed-faq-3.html
12250           faq/it/sylpheed-faq.html
12251                 changed ">" to &quot;
12252
12253 2002-05-27 [paul]       0.7.6claws21
12254         
12255         * sync with 0.7.6cvs15
12256                 see ChangeLog 2002-05-27
12257
12258 2002-05-27 [paul]       0.7.6claws20
12259
12260         * src/prefs_account.c
12261                 correct a typo
12262
12263 2002-05-26 [paul]       0.7.6claws19
12264
12265         * tools/README
12266                 correct a typo
12267
12268 2002-05-25 [paul]       0.7.6claws18
12269
12270         * tools/README
12271                 add description of kmail2sylpheed.pl
12272
12273 2002-05-25 [paul]       0.7.6claws17
12274
12275         * tools/kmail2sylpheed.pl       ** NEW FILE **
12276                 perl script that converts an exported Kmail address
12277                 book, converts it to sylpheed addressbook file,
12278                 writes the file to .sylpheed, and updates
12279                 addrbook--index.xml 
12280
12281 2002-05-25 [paul]       0.7.6claws16
12282
12283         * sync with 0.7.6cvs14
12284                 see ChangeLog 2002-05-23
12285
12286 2002-05-24 [paul]       0.7.6claws15
12287
12288         * README.claws
12289                 make a correction and add some more info
12290
12291 2002-05-24 [paul]       0.7.6claws14
12292
12293         * src/compose.c
12294                 fix memory leak in 
12295                 compose_redirect_write_headers_from_headerlist()
12296                 add Subject and Resent-Message-ID to
12297                 compose_redirect_write_headers()
12298                 Received, Subject, and X-UIDL are filtered out in 
12299                 compose_redirect_write_to_file()
12300
12301 2002-05-23 [paul]       0.7.6claws13
12302
12303         * src/compose.[ch]
12304           src/filtering.c
12305           src/mainwindow.c
12306           src/matcher.[ch]
12307           src/matcher_parser_lex.l
12308           src/matcher_parser_parse.y
12309           src/prefs_common.[ch]
12310           src/prefs_filtering.c
12311           src/summaryview.c
12312                 rename 'Bounce' to 'Redirect'
12313
12314 2002-05-23 [paul]       0.7.6claws12
12315
12316         * more sync with 0.7.6cvs13
12317           src/compose.c
12318                 see ChangeLog 2002-05-22
12319
12320 2002-05-22 [paul]       0.7.6claws11
12321
12322         * sync with 0.7.6cvs13
12323           src/codeconv.c
12324                 see ChangeLog 2002-05-20
12325           src/prefs_common.c
12326                 see ChangeLog 2002-05-22
12327
12328 2002-05-21 [melvin]     0.7.6claws10
12329
12330         * src/folderview.c
12331                 Added missing filtering and scoring headers
12332                 Fixed bad function call that showed garbage 
12333                 in Folder->Processing
12334
12335 2002-05-21 [paul]       0.7.6claws9
12336
12337         * tools/Makefile.am
12338                 make all tools executable, (patch by Alfons).
12339
12340 2002-05-20 [alfons]     0.7.6claws8
12341
12342         * src/procheader.c
12343                 don't forget to call mktime() so we have a valid week 
12344                 and year day
12345                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12346
12347 2002-05-20 [paul]       0.7.6claws7
12348
12349         * src/html.c
12350                 fix broken parsing of urls
12351         * src/textview.c
12352                 fix displaying of urls
12353
12354                 both fixes from the patch [547855] by Eugene 
12355                 Brevdo (zonem)
12356
12357 2002-05-19 [alfons]     0.7.6claws6
12358
12359         * configure.in
12360                 make sylpheed configure correctly with the latest
12361                 and greatest of automake / autoconf / gettext
12362
12363 2002-05-19 [alfons]     0.7.6claws5
12364
12365         * src/procheader.c
12366         * src/procheader.h
12367                 add function for returning ime zone offset
12368         * src/quote_fmt.c
12369         * src/quote_fmt_parse.y
12370                 better quotation formatting - does not convert
12371                 to local time, but uses the original date string.
12372                 
12373                 Note: %z inserts the timezone offset (should 
12374                 work also on platforms where strftime does not
12375                 support %z).
12376
12377 2002-05-18 [christoph]  0.7.6claws4
12378
12379         * src/summaryview.c
12380                 fix indentation of some code
12381         * tools/Makefile.am
12382                 fix spaces after \
12383         * src/Makefile.am
12384                 add missing \
12385                 correct path for ignorethread.xpm
12386                 incorrect filename for sylpheed_logo.xpm
12387                 add missing include matcher_parser_parse.h
12388
12389 2002-05-18 [paul]       0.7.6claws3
12390
12391         * sync with 0.7.6cvs8
12392                 see ChangeLog 2002-05-16 and 2002-05-17
12393
12394 2002-05-18 [melvin]     0.7.6claws2
12395
12396         * README.claws
12397                 Corrected an action's definition and fixed some misspellings.
12398
12399 2002-05-18 [paul]       0.7.6claws1
12400
12401         * tools/Makefile.am
12402           tools/gpg-sign        ** new file **
12403           tools/uudec           ** new file **
12404                 add Melvin's Actions scripts
12405
12406         * README.claws
12407                 add Melvin's descriptions for Actions
12408
12409 2002-05-18 [paul]       0.7.6claws
12410
12411         * Version 0.7.6claws released
12412
12413 2002-05-17 [paul]       0.7.5claws32
12414
12415         * po/es.po
12416                 updated by Ricardo Mones Lastra
12417
12418 2002-05-17 [paul]       0.7.5claws31
12419
12420         * src/compose.c
12421                 fix Account prefs default folder for sent/draft/deleted
12422                 messages bug
12423
12424         * po/it.po
12425           po/nl.po
12426                 updated translation by Alessandro Maestri and
12427                 Wilbert Berendsen
12428
12429 2002-05-17 [melvin]     0.7.5claws30
12430
12431         * src/prefs_actions.c
12432                 Fixed bug where using %F not at the end of the command 
12433                 resulted in an additional empty argument being created.
12434                 Thanks to Darko Koruga for reporting the bug.
12435
12436 2002-05-17 [melvin]     0.7.5claws29
12437
12438         * po/fr.po
12439                 Updated French translations.
12440
12441 2002-05-15 [paul]       0.7.5claws28
12442         
12443         * po/es.po
12444                 updated by Ricardo Mones Lastra
12445
12446 2002-05-15 [paul]       0.7.5claws27
12447
12448         * sync with 0.7.6cvs4
12449                 see ChangeLog 2002-05-14 and 2002-05-15
12450
12451 2002-05-14 [paul]       0.7.5claws26
12452
12453         * sync with 0.7.6cvs1
12454                 see ChangeLog 2002-05-13
12455
12456 2002-05-13 [thorsten]   0.7.5claws25
12457
12458         * src/messageview.c
12459                 fix select_all and copy in multipart messages
12460         * src/mainwindow.c
12461                 fix select_all and copy in multipart messages
12462
12463 2002-05-12 [paul]       0.7.5claws24
12464
12465         * src/summaryview.c
12466                 reverse last commit, bug already fixed in 0.7.5claws3
12467
12468 2002-05-12 [netztorte]  0.7.5claws23
12469
12470         * src/summaryview.c
12471                 dont parse empty addressbook (checked in before claws20)
12472
12473 2002-05-12 [melvin]     0.7.5claws22
12474
12475         * src/procmsg.[ch]
12476                 Removed unneeded priority code introduced by the previous 
12477                 commit.
12478
12479 2002-05-12 [melvin]     0.7.5claws21
12480
12481         * src/compose.[ch]
12482                 Added possibility to set message's priority.
12483         * src/procmsg.[ch]
12484                 Added possibility to set message's priority.
12485                 Added missing headers
12486
12487 2002-05-12 [melvin]     0.7.5claws20
12488
12489         * src/prefs_actions.c
12490                 Removed implicitely added quotes around the name
12491                 of the temporary files of mime parts.
12492
12493 2002-05-12 [paul]       0.7.5claws19
12494
12495         * sync with 0.7.5cvs20
12496                 see ChangeLog 2002-05-11
12497
12498 2002-05-12 [alfons]     0.7.5claws18
12499
12500         * src/quote_fmt_lex.l
12501         * src/quote_fmt_parse.y
12502                 allow quote / reply date & time format to be set using
12503                 %D{format}. format is a format string you'd pass to
12504                 strftime() (see man strftime, or the Display tab |
12505                 Date format setting).
12506
12507                 Currently %D converts the date to local time. 
12508
12509 2002-05-11 [paul]       0.7.5claws17
12510
12511         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12512                 see ChangeLog 2002-05-10 and 2002-05-11
12513
12514 2002-05-10 [paul]       0.7.5claws16
12515
12516         * sync with 0.7.5cvs16
12517                 see ChangeLog entries 2002-05-09 and 
12518                 2002-05-10
12519
12520 2002-05-10 [colin]      0.7.5claws15
12521
12522         * src/textview.c
12523                 Corrected a bug that prevented sylpheed to open
12524                 double-clicked URIs.
12525
12526 2002-05-09 [paul]       0.7.5claws14
12527
12528         * sync with 0.7.5cvs14
12529                 see ChangeLog 2002-05-08 and 2002-05-09
12530
12531 2002-05-08 [paul]       0.7.5claws13
12532
12533         * sync with 0.7.5cvs11
12534                 see ChangeLog entry 2002-05-08
12535
12536 2002-05-08 [paul]       0.7.5claws12
12537
12538         * src/mainwindow.c
12539           src/textview.[ch]
12540                 fix segfault on View->Open in new window
12541                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12542
12543 2002-05-07 [paul]       0.7.5claws11
12544
12545         * sync with 0.7.5cvs9
12546                 see ChangeLog entry 2002-05-07
12547
12548 2002-05-06 [paul]       0.7.5claws10
12549
12550         * src/messageview.c
12551           src/textview.c
12552                 display url in statusbar on single-click
12553                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12554
12555 2002-05-06 [match]      0.7.5claws9
12556
12557         * src/addritem.[ch]
12558                 new functions.
12559         * src/addrcache.c
12560                 tidy up.
12561         * src/xmlprops.[ch]
12562                 XML implementation of properties file.
12563         * src/exporthtml.[ch]
12564         * src/expthtmldlg.[ch]
12565         * src/addressbook.c
12566                 export to HTML.
12567
12568 2002-05-02 [sergey]     0.7.5claws8
12569
12570         * src/mainwindow.c (mainwin_entries),
12571           src/prefs_common.c (prefs_send_create()),
12572           src/codeconv.c (locale_table):
12573                 use charset name "Windows-1251" instead of "CP1251".
12574
12575 2002-05-02 [colin]      0.7.5claws7
12576         
12577         * src/compose.c
12578           src/prefs_common.c
12579           src/prefs_folder_item.c
12580                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12581
12582 2002-05-02 [hiro]       0.7.5claws6
12583
12584         * src/imap.c
12585                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12586
12587 2002-05-02 [paul]       0.7.5claws5
12588
12589         * src/compose.c
12590                 more sync with 0.7.5cvs7, see ChangeLog entry
12591                 2002-05-02
12592
12593 2002-05-02 [hiro]       0.7.5claws4
12594
12595         * src/compose.c
12596                 compose_queue_sub():
12597                 check if queue folder exists (closes #550397).
12598                 removed directory creation since it should be handled
12599                 transparently.
12600         * src/imap.c
12601                 imap_add_msg(): return UID for appended message
12602                 (closes #548842).
12603
12604 2002-04-30 [paul]       0.7.5claws3
12605
12606         * src/summaryview.c
12607                 fix account_find_from_address() bug
12608
12609 2002-04-28 [colin]      0.7.5claws2
12610
12611         * src/compose.c
12612           src/textview.c
12613           src/prefs_common.[ch]
12614           src/utils.[ch]
12615                 Added user-definable quotation characters recognition.
12616
12617 2002-04-28 [paul]       0.7.5claws1
12618
12619         * sync with 0.7.5cvs4
12620                 see ChangeLog entry  2002-04-25
12621
12622 2002-04-28 [paul]       0.7.5claws
12623
12624         * po/es.po
12625           po/nl.po
12626           po/pt_BR.po
12627                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12628                 Fabio Junior Beneditto
12629
12630 2002-04-27 [jens]       0.7.4claws103
12631
12632         * po/de.po
12633                 updated German translation.
12634
12635 2002-04-27 [hiro]       0.7.4claws102
12636
12637         * src/summaryview.c
12638                 summary_write_cache(): fixed the mark loss of hidden messages.
12639
12640 2002-04-26 [melvin]     0.7.4claws101
12641
12642         * src/procmsg.c
12643                 fixed a second typo (same one)
12644         * po/fr.po
12645           po/it.po
12646           po/pt_BR.po
12647                 fixed the type again...
12648
12649 2002-04-26 [melvin]     0.7.4claws100
12650
12651         * src/procmsg.c
12652                 fixed a typo in an alert message ("temorary").
12653         * po/it.po
12654         * po/pt_BR.po
12655                 corrected the typo  described above.
12656         * po/fr.po
12657                 updated French translation.
12658
12659 2002-04-26 [darko]      0.7.4claws99
12660
12661         * src/summaryview.c
12662                 fix target folder colorization
12663
12664 2002-04-25 [paul]       0.7.4claws98
12665
12666         * po/it.po
12667                 updated by Alessandro Maestri
12668
12669 2002-04-24 [colin]      0.7.4claws97
12670         
12671         * src/compose.c
12672                 Fixed double "subject is empty" question.
12673
12674 2002-04-23 [colin]      0.7.4claws96
12675         
12676         * src/mimeview.c
12677                 Corrected issue when "automatically display images" was
12678                 not set : first image remained after selecting second.
12679
12680 2002-04-23 [melvin]     0.7.4claws95
12681
12682         * src/prefs_actions.c
12683                 Don't display in/out dialog if there is nothing to show.
12684
12685 2002-04-23 [paul]       0.7.4claws94
12686
12687         * sync with 0.7.5cvs3
12688                 bug fixes: see ChangeLog entry 2002-04-23
12689
12690 2002-04-22 [darko]      0.7.4claws93
12691
12692         * src/compose.c
12693                 fix previous check-in which changed code after
12694                 merge from main
12695
12696 2002-04-22 [paul]       0.7.4claws92
12697
12698         * faq/de/*
12699                 add German FAQ
12700         * faq/en/*
12701           faq/es/*
12702           faq/fr/*
12703                 update English, Spanish and French FAQs
12704         * manual/de/*
12705           manual/es/*
12706                 add German and Spanish manuals
12707         * manual/en/*
12708           manual/fr/*
12709                 update English and French manuals
12710
12711         * src/Makefile.am
12712                 add to and re-arrange the pixmap entries
12713
12714 2002-04-22 [darko]      0.7.4claws91
12715
12716         * src/compose.c
12717                 fix sender initials recognition to only allow
12718                 '>' after the initials
12719
12720 2002-04-21 [paul]       0.7.4claws90
12721
12722         * sync with 0.7.5 release
12723                 see ChangeLog entry 2002-04-21
12724
12725 2002-04-21 [alfons]
12726
12727         * src/Makefile.am
12728                 add colin's new pixmaps to EXTRA_DIST
12729
12730 2002-04-21 [colin]      0.7.4claws89
12731         * src/compose.c
12732         * src/inc.c
12733         * src/mainwindow.[ch]
12734         * src/prefs_common.[ch]
12735         * src/stock_pixmap.[ch]
12736                 Added "Work offline" ability.
12737
12738 2002-04-21 [colin]      0.7.4claws88
12739         
12740         * src/mimeview.c
12741         * src/prefs_common.c
12742         * src/prefs_common.h
12743         * src/textview.c : Added an option to common preferences -> display
12744           to allow user not to automatically display images.
12745
12746 2002-04-21 [paul]       0.7.4claws87
12747
12748         * sync with 0.7.4cvs52
12749                 see ChangeLog entry 2002-04-21 (src/imap.c)
12750
12751 2002-04-21 [paul]       0.7.4claws86
12752
12753         * sync with 0.7.4cvs51
12754                 see ChangeLog entry 2002-04-21
12755
12756 2002-04-21 [paul]       0.7.4claws85
12757
12758         * sync with 0.7.4cvs49
12759                 see ChangeLog entries 2002-04-20 and 2002-04-21
12760
12761         * src/Makefile.am
12762                 clean up: remove old 'stock_' element from xpm 
12763                 filenames.
12764
12765 2002-04-21 [alfons]     0.7.4claws84
12766
12767         apply sync patch from Paul
12768
12769         * src/folderview.c
12770                 use old claws prefs_folder_item_create() for now
12771
12772 2002-04-19 [match]      0.7.4claws83
12773
12774         * src/addressbook.[ch]
12775         * src/addrharvest.[ch]
12776         * src/addrgather.[ch]
12777                 recurse folders.
12778         * src/mainwindow.c
12779         * src/summaryview.[ch]
12780                 change menu option.
12781
12782 2002-04-19 [paul]       0.7.4claws82
12783
12784         * po/pt_BR.po
12785                 updated by Fabio Junior Beneditto
12786
12787 2002-04-14 [alfons]     0.7.4claws81
12788
12789         * src/passphrase.c
12790                 add #include <sys/types.h> for mode_t and off_t 
12791
12792 2002-04-13 [paul]       0.7.4claws80
12793         
12794         * src/main.c
12795           src/passphrase.[ch]
12796           src/pgptext.c
12797           src/prefs_common.[ch]
12798           src/rfc2015.c
12799                 enable storing of GnuPG passphrase for the whole 
12800                 session or a user-defined number of minutes. patch 
12801                 submitted by Ravemax <ravemax@dextrose.com>
12802
12803 2002-04-13 [alfons]     0.7.4claws79
12804
12805         * src/textview.c
12806                 make email parser also stop scanning when encountering separators
12807                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12808
12809 2002-04-13 [paul]       0.7.4claws78
12810
12811         * sync with 0.7.4cvs39
12812                 see ChangeLog entry 2002-04-12
12813
12814 2002-04-11 [paul]       0.7.4claws77
12815
12816         * sync with 0.7.4cvs37
12817                 see ChangeLog entry 2002-04-11
12818
12819 2002-04-11 [paul]       0.7.4claws76
12820
12821         * COPYING 
12822                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12823                 the clause for OpenSSL). sync with sylpheed main
12824
12825 2002-04-09 [melvin]     0.7.4claws75
12826
12827         * src/compose.c
12828                 Made 'Ctrl-Enter' on send ignore some modifiers 
12829                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12830                 to bind other *-Enter (but not Alt-Enter).
12831
12832 2002-04-09 [paul]       0.7.4claws74
12833
12834         * sync with 0.7.4cvs35
12835                 see ChangeLog entries 2002-04-09
12836
12837 2002-04-08 [paul]       0.7.4claws73
12838
12839         * sync with 0.7.4cvs33
12840                 see ChangeLog entry 200-04-08
12841
12842 2002-04-07 [match]      0.7.4claws72
12843
12844         * src/addrharvest.[ch]
12845                 fixed to read all addresses in header, regardless
12846                 of header size. improved name parsing. accommodate
12847                 harvest from folders and selected message.
12848         * src/addritem.[ch]
12849                 included new address parsing function.
12850         * src/addrgather.[ch]
12851         * src/addressbook.[ch]
12852         * src/summaryview.[ch]
12853         * src/mainwindow.c
12854                 allow address harvest of folder as well as selected
12855                 messages.
12856
12857 2002-04-07 [paul]       0.7.4claws71
12858
12859         * src/esmtp.[ch]
12860           src/smtp.c
12861                 don't try to authenticate with CRAM-MD5 in SMTP when 
12862                 SMTP-AUTH enabled if MTA doesn't issue this 
12863                 auth-method in it's ehlo-response. bug item #531364,
12864                 patch item #938910. patch submitted by Colin Leroy 
12865                 <colin@colino.net>
12866
12867 2002-04-07 [paul]       0.7.4claws70
12868
12869         * src/nntp.c
12870                 fix missing MODE_READER bug. patch submitted by
12871                 Colin Leroy <colin@colino.net>
12872
12873 2002-04-07 [alfons]     0.7.4claws69
12874
12875         * src/matcher.[ch]
12876         * src/prefs_filtering.c
12877         * src/summaryview.c
12878                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12879                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12880
12881 2002-04-07 [paul]       0.7.4claws68
12882
12883         * sync with 0.7.4cvs32
12884                 see ChangeLog entry 2002-04-06
12885
12886         * tools/filter_conv.pl
12887                 more bug fixes
12888
12889 2002-04-06 [paul]       0.7.4claws67
12890
12891         * tools/filter_conv.pl
12892                 modify to be able to find the name of the first
12893                 mailbox and use that. main's filter does not
12894                 record the full path to the mailbox and therefore
12895                 can only filter to the first mailbox.
12896
12897 2002-04-05 [paul]       0.7.4claws66
12898
12899         * tools/filter_conv.pl
12900                 attempt to make the script all-encompassing and
12901                 be able to convert any main 'filter' rule thrown
12902                 at it
12903
12904 2002-04-05 [paul]       0.7.4claws65
12905
12906         * tools/filter_conv.pl
12907                 allow for collapsed folder trees
12908
12909 2002-04-05 [paul]       0.7.4claws64
12910
12911         * sync with 0.7.4cvs31
12912                 see ChangeLog entries 2002-04-05
12913
12914 2002-04-03 [paul]       0.7.4claws63
12915
12916         * sync with 0.7.4cvs29
12917                 see ChangeLog entries 2002-04-02 and 2002-04-03
12918
12919 2002-04-02 [paul]       0.7.4claws62
12920
12921         * sync with 0.7.4cvs26
12922                 see ChangeLog entry 2002-04-01
12923
12924 2002-04-02 [match]      0.7.4claws61
12925
12926         * src/pine.[ch]
12927         * src/importpine.[ch]
12928         * src/addressbook.c
12929                 import Pine address book.
12930
12931 2002-04-02 [match]      0.7.4claws60
12932
12933         * src/addrharvest.[ch]
12934                 improve address parsing of funky addresses.
12935
12936 2002-04-02 [darko]      0.7.4claws59
12937
12938         * src/compose.c
12939                 wrap on send improvements, it now recognizes quoted
12940                 initials as part of the quotation string, and it
12941                 does not join lines separated by CR
12942
12943 2002-04-01 [match]      0.7.4claws58
12944
12945         * src/mgutils.[ch]
12946                 added new functions.
12947         * src/mutt.[ch]
12948                 remove excessive duplicate address generation
12949                 on import.
12950
12951 2002-04-01 [alfons]     0.7.4claws57
12952         
12953         * src/summaryview.c
12954                 put back g_free() 
12955
12956 2002-04-01 [paul]       0.7.4claws56
12957
12958         * sync with 0.7.4cvs25
12959                 see ChangeLog entry 2002-04-01
12960
12961 2002-04-01 [alfons]     0.7.4aprilfool55
12962
12963         * src/summaryview.c
12964                 honour feature request item #537427 to allow for
12965                 displaying names from address book for sent mail also
12966
12967 2002-03-29 [paul]       0.7.4claws54
12968
12969         * src/mainwindow.c
12970           src/prefs_filtering.[ch]
12971           src/prefs_matcher.c
12972           src/summaryview.c
12973                 add 'fast filter' for claws' filtering,
12974                 /Tools/Create filter rule/... patch submitted
12975                 by Neill Miller <neillm@thecodefactory.org>
12976
12977 2002-03-29 [paul]       0.7.4claws53
12978
12979         * sync with 0.7.4cvs24
12980                 see ChangeLog entry 2002-03-29
12981
12982 2002-03-28 [paul]       0.7.4claws52
12983
12984         * sync with 0.7.4cvs23
12985                 see ChangeLog entry 2002-03-28
12986
12987 2002-03-27 [melvin]     0.7.4claws51
12988
12989         * src/prefs_actions.c
12990                 Added support to pass only one message part (as a
12991                 file) to the command using '%p'. No quotes are needed
12992                 because doubles quotes are automatically added.
12993                 Fixed bug where Sylpheed could block when waiting for
12994                 a child process to finish.
12995                 Changed the help menu to remove quotes around symbols to 
12996                 avoid misinterpretation (they must not be used).
12997
12998 2002-03-27 [melvin]     0.7.4claws50
12999
13000         * src/inc.c
13001                 Made the new mail notification command always 
13002                 execute asynchronously.
13003
13004 2002-03-27 [paul]       0.7.4claws49
13005
13006         * src/compose.c
13007                 fix bug introduced in last commit
13008
13009 2002-03-27 [paul]       0.7.4claws48
13010
13011         * sync with 0.7.4cvs21
13012                 see ChangeLog 2002-03-26 and 2002-03-27
13013
13014 2002-03-26 [hoa]        0.7.4claws47
13015
13016         * src/prefs_folder_item.c
13017                 really fixed the bug #516442 with folder rescan.
13018
13019 2002-03-26 [paul]       0.7.4claws46
13020
13021         * sync with 0.7.4cvs19
13022                 see ChangeLog entries 2002-03-25 and 2002-03-26
13023
13024 2002-03-25 [hoa]        0.7.4claws45
13025
13026         * src/matcher.c
13027         * src/mh.c
13028                 fix the bug #516442 with folder rescan.
13029
13030         * src/prefs_common.[ch]
13031         * src/compose.c
13032                 added an option to enable two different behaviours
13033                 for bounce.
13034
13035
13036 2002-03-25 [paul]       0.7.4claws44
13037
13038         * src/mainwindow.c
13039           src/selective_download.c
13040                 correct a few menuitem labels
13041
13042 2002-03-25 [christoph]  0.7.4claws43
13043
13044         * src/procmsg.c
13045                 fix non deleted tmp message in
13046                 procmsg_save_to_outbox
13047                 fix problems caused by sync with
13048                 main branch's procmsg_send_queue
13049
13050 2002-03-25 [paul]       0.7.4claws42
13051
13052         * src/quote_fmt.c
13053           src/quote_fmt_lex.l
13054           src/quote_fmt_parse.y
13055                 add Last name (%L) placeholder for quoting. 
13056                 patch submitted by Thorsten Thielen 
13057                 <thth@users.sourceforge.net>
13058
13059 2002-03-25 [paul]       0.7.4claws41
13060
13061         * src/utils.c
13062                 get full hostname. patch submitted by
13063                 Bob Woodside <rwoodside1@comcast.net>
13064
13065 2002-03-25 [paul]       0.7.4claws40
13066
13067         * src/account.c
13068           src/news.c
13069           src/nntp.[ch]
13070           src/prefs_account.[ch]
13071                 enable NNTP over SSL. patch submitted by
13072                 Pascal Jermini <pascal@infinity.hn.org>
13073
13074 2002-03-24 [paul]       0.7.4claws39
13075
13076         * src/prefs_common.c
13077                 make the arrangement of the Compose tab more
13078                 coherent
13079
13080         * src/mainwindow.c
13081                 fix some irregularities of style
13082
13083         * po/de.po
13084                 updated by Kilian Krause
13085
13086 2002-03-23 [paul]       0.7.4claws38
13087
13088         * po/pt_BR.po
13089                 updated by Fabio Junior Beneditto
13090
13091 2002-03-23 [paul]       0.7.4claws37
13092
13093         * src/mainwindow.c
13094                 move 'Gather addresses' to 'Tools' menu
13095                 make 'Selective download' sensitive
13096
13097 2002-03-23 [paul]       0.7.4claws36
13098
13099         * sync with 0.7.4cvs16
13100                 see ChangeLog entries 2002-03-23
13101
13102 2002-03-22 [christoph]  0.7.4claws35
13103
13104         * src/quote_fmt_parse.y
13105                 fix include program output
13106
13107 2002-03-22 [alfons]     0.7.4claws34
13108
13109         * src/pop.c
13110                 initialize GDate stack variable correctly (sorry!)
13111
13112 2002-03-22 [paul]       0.7.4claws33
13113
13114         * src/compose.c
13115           src/mainwindow.c
13116           src/prefs_actions.c
13117           src/prefs_common.c
13118                 rename 'Tool' to 'Tools'
13119
13120         * src/mainwindow.c
13121                 move 'Delete duplicated messages' from
13122                 'Message/' to 'Tools/'
13123                 re-arrange the order of 'Tools/' items
13124
13125 2002-03-22 [paul]       0.7.4claws32
13126
13127         * src/addr_compl.c
13128           src/addressbook.[ch]
13129                 auto-address completion now also matches on
13130                 Nickname. patch submitted by Bob Forsman 
13131                 <hammor@users.sourceforge.net>
13132
13133         * src/editaddress.c
13134                 correct a spelling mistake
13135
13136 2002-03-22 [alfons]     0.7.4claws31
13137
13138         * src/pop.c
13139                 fix getting uidl from incorrect string 
13140                 (spotted by Colin)
13141
13142 2002-03-21 [alfons]     0.7.4claws30
13143
13144         * src/pop.c
13145                 more code refactoring
13146                 plug mem leak introduced by delete on server
13147
13148 2002-03-21 [paul]       0.7.4claws29
13149
13150         * sync with 0.7.4cvs11
13151                 see ChangeLog entries 2002-03-20
13152
13153 2002-03-20 [alfons]     0.7.4claws28
13154
13155         * src/inc.c
13156                 apply Colin's patch and refactor
13157
13158 2002-03-20 [paul]       0.7.4claws27
13159
13160         * sync with sylpheed 0.7.4cvs9
13161                 see ChangeLog entry 2002-03-20
13162
13163 2002-03-19 [christoph]  0.7.4claws26
13164
13165         * src/mh.c
13166         * src/procmsg.[ch]
13167         * src/summaryview.c
13168                 revert changes for flag updates
13169                 (does not work correctly and no time to debug)
13170
13171 2002-03-20 [alfons]     0.7.4claws25
13172
13173         * src/pop.c
13174                 refactor should_delete() a little bit 
13175
13176 2002-03-19 [paul]       0.7.4claws24
13177
13178         * src/inc.[ch]
13179           src/pop.c
13180           src/prefs_account.[ch]
13181                 allow the user to leave downloaded mail on the 
13182                 server for n days. Patch submitted by Colin Leroy 
13183                 <colin@colino.net>
13184
13185 2002-02-19 [paul]       0.7.4claws23
13186
13187         * sync with sylpheed 0.7.4cvs8
13188                 see ChangeLog entries 2002-03-19
13189
13190 2002-03-18 [paul]       0.7.4claws22
13191
13192         * sync with sylpheed 0.7.4cvs6
13193                 see ChangeLog entry 2002-03-18
13194
13195 2002-03-18 [paul]       0.7.4claws21
13196
13197         * po/en_GB.po
13198                 add en_GB message catalogue
13199
13200         * src/mbox_folder.c
13201           src/prefs_account.c
13202           src/prefs_actions.c
13203                 correct a few spelling mistakes
13204
13205 2002-03-17 [alfons]     0.7.4claws20
13206
13207         * src/matcher.c
13208                 more stringent checks for NULL params when writing
13209                 filtering actions to a file
13210                 
13211 2002-03-17 [hoa]        0.7.3claws20
13212
13213         * src/news.c
13214                 fixed the count of new messages
13215
13216         * src/compose.c
13217                 fixed the "attachment properties" window
13218
13219 2002-03-17 [paul]       0.7.4claws19
13220
13221         * src/defs.h
13222           src/folder.h
13223           src/news.c
13224           src/prefs_account.[ch]
13225           src/procmsg.[ch]
13226           src/summaryview.c
13227                 automatically mark cross-posted messages as read 
13228                 and (optionally) give them a colour label
13229                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13230                 
13231
13232 2002-03-17 [paul]       0.7.4claws18
13233
13234         * sync with sylpheed 0.7.4cvs5
13235                 see ChangeLog entry 2002-03-17
13236
13237 2002-03-17 [melvin]     0.7.4claws17
13238         
13239         * src/textview.c
13240                 Worked around a gtktext 'bug': when searching for 
13241                 a text in a long message it was scrolling slowly
13242                 line by line until it hit the searched text.
13243         * po/fr.po
13244                 Updated French translation
13245
13246 2002-03-17 [melvin]     0.7.4claws16
13247
13248         * src/mainwindow.c
13249         * src/compose.c
13250         * src/prefs_actions.c
13251                 Moved "Edit/Actions" to "Tool/Actions"
13252                 Made mainwindow/compose window sensitive as soon as
13253                 no child process is running anymore even if the io dialog
13254                 is open.
13255                 Fixed a struct being initialized with a non constant char*
13256
13257 2002-03-16 [christoph]  0.7.4claws15
13258
13259         * configure.in
13260                 add --with-compiler-flags option
13261                 (only for developer hacking)
13262         * src/mh.c
13263         * src/procmsg.[ch]
13264         * src/summaryview.c
13265                 try to make folder-stats and flag handling more
13266                 independent from the summaryview. msgcounts
13267                 are only set when the folder is opened and
13268                 procmsg_msginfo_(un)set_flags will handle it
13269                 later and summaryview will get the values
13270                 from the folder.
13271
13272 2002-03-16 [paul]       0.7.4claws14
13273
13274         * src/messageview.c
13275                 fix Return-receipt. Patch submitted by Bob
13276                 Woodside <rwoodside1@comcast.net>
13277
13278 2002-03-16 [paul]       0.7.4claws13
13279
13280         * src/compose.c
13281                 fix 'dynamic' signatures, make it work again
13282                 broken during sync on 2002-03-14 (0.7.4claws2)
13283
13284 2002-03-15 [match]      0.7.4claws12
13285
13286         * src/addrharvest.[ch]
13287         * src/addrgather.[ch]
13288         * src/addressbook.[ch]
13289         * src/mainwindow.c
13290                 included address harvester feature. still some
13291                 issues with address parsing that I will fix.
13292
13293 2002-03-15 [match]      0.7.4claws11
13294
13295         * src/addrbook.[ch]
13296         * src/addrcache.[ch]
13297         * src/addressbook.[ch]
13298         * src/addrindex.c
13299         * src/editbook.c
13300         * src/importldif.c
13301         * src/importmutt.c
13302         * src/jpilot.[ch]
13303         * src/main.c
13304         * src/syldap.[ch]
13305         * src/vcard.[ch]
13306                 tidy up. fix memory leaks. moved attribs and methods
13307                 from individual interfaces to addrcache object. prep
13308                 for new stuff to come in.
13309
13310 2002-03-15 [alfons]     0.7.4claws10
13311
13312         * src/matcher.[ch]
13313         * src/matcher_parser_parse.y
13314         * src/matcher_parser_lex.l
13315         * src/prefs_matcher.c
13316                 add filtering conditions message greater than, smaller 
13317                 than, and exactly matching a size in bytes
13318                 (does not work with delete from POP3 server yet)
13319
13320                 this should also give others an idea what you should
13321                 do to add new criterions to claws filtering system
13322                 
13323
13324 2002-03-15 [paul]       0.7.4claws9
13325
13326         * tools/filter_conv.pl
13327                 exit if there are no filter rules to convert
13328                 rename filterrc to filterrc.old after completion
13329
13330 2002-03-15 [paul]       0.7.4claws8
13331
13332         * sync with sylpheed 0.7.4cvs3
13333                 see ChangeLog entry 2002-03-14
13334
13335 2002-03-14 [paul]       0.7.4claws7
13336
13337         * src/compose.c
13338                 clean up the last commit (ahem)
13339
13340 2002-03-14 [paul]       0.7.4claws6
13341
13342         * src/compose.c
13343                 fix bug #515655. honour account preferences
13344                 regarding gpg default signing/encryption when 
13345                 changing account from the compose window.
13346
13347 2002-03-14 [paul]       0.7.4claws5
13348
13349         * src/folderview.c
13350                 remove unnecessary curly brackets
13351
13352 2002-03-14 [paul]       0.7.4claws4
13353
13354         * src/folderview.c
13355           src/prefs_filtering.[ch]
13356                 add filter rename on folder rename and filter
13357                 delete on folder delete. Patch submitted by
13358                 Neill Miller <neillm@thecodefactory.org> 
13359
13360 2002-03-14 [christoph]  0.7.4claws3
13361
13362         * src/procmsg.c
13363         * src/send.c
13364                 fix local delivery
13365                 (patch submitted by "Simon 'corecode' Schubert")
13366         * src/prefs_common.c
13367         * src/procmsg.c
13368                 fix gcc 3.0 warning
13369
13370 2002-03-14 [paul]       0.7.4claws2
13371
13372         * sync with sylpheed 0.7.4cvs2
13373                 see ChangeLog entry 2002-03-13
13374
13375 2002-03-12 [darko]      0.7.4claws1
13376
13377         * src/mainwindow.c
13378                 fix what seems to be a copy and paste error
13379                 when setting color for important messages
13380                 (reported by wwp)
13381
13382 2002-03-11 [paul]       version 0.7.4claws released
13383
13384 2002-03-11 [paul]       0.7.4claws
13385
13386         * po/es.po
13387           po/it.po
13388           po/nl.po
13389           po/pt_BR.po
13390                 update message catalogs. Submitted by Ricardo Mones 
13391                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13392                 Fabio Junior Beneditto
13393
13394         * configure.in
13395           faq/Makefile.am
13396           faq/it/Makefile
13397           faq/it/sylpheed-faq*
13398           src/mainwindow.c
13399           src/manual.[ch]
13400                 add FAQ in Italian
13401         
13402
13403 2002-03-11 [jens]       0.7.3claws7
13404
13405         * po/de.po
13406                 updated German translation
13407
13408 2002-03-11 [melvin]     0.7.3claws6
13409
13410         * po/fr.po
13411                 updated and corrected French translation
13412
13413 2002-03-10 [hoa]        0.7.3claws5
13414
13415         * src/account.c
13416         * src/inc.c
13417         * src/prefs_account.c
13418         * src/procmsg.c
13419         * src/send.[ch]
13420                 fixed the local account.
13421                 you have to change the default "/usr/sbin/sendmail"
13422                 to "/usr/sbin/sendmail -t" in the preferences of
13423                 the local account.
13424
13425         * src/procmime.c
13426                 removed some debug display for renderer
13427
13428 2002-03-10 [paul]       0.7.3claws4
13429
13430         * faq/en/sylpheed-faq-1.html
13431           faq/en/sylpheed-faq-2.html
13432                 update
13433
13434 2002-03-09 [paul]       0.7.3claws3
13435
13436         * sync with sylpheed 0.7.4
13437                 see ChangeLog entry 2002-03-09
13438
13439 2002-03-08 [paul]       0.7.3claws2
13440
13441         * faq/en/sylpheed-faq*
13442           faq/es/sylpheed-faq*
13443           faq/fr/sylpheed-faq*
13444                 update the FAQs
13445
13446         * manual/fr/.cvsignore
13447           manual/fr/Makefilea.am
13448           manual/fr/sylpheed*
13449           src/mainwindow.c
13450           src/manual.[ch]
13451                 add the French manual
13452
13453 2002-03-07 [paul]       0.7.3claws1
13454
13455         * sync with sylpheed 0.7.3cvs4
13456                 see ChangeLog entries  2002-03-06 and 2002-03-07
13457         
13458         * po/nl.po
13459                 updated by Wilbert Berendsen
13460
13461 2002-03-07 [melvin]     0.7.2claws34
13462
13463         * src/selective_download.c
13464                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13465
13466 2002-03-06 [paul]       0.7.2claws33
13467
13468         * sync with sylpheed 0.7.3cvs1
13469                 bug fix, see ChangeLog entry 2002-03-05
13470
13471 2002-03-05 [paul]       0.7.2claws32
13472
13473         * src/mimeview.c
13474           src/pgptext.[ch]
13475           src/procmsg.c
13476                 reverse the pgp ascii-armored code implemented in 
13477                 0.7.2claws16. removal of this code until it matures.
13478                 this means that verifying ascii-armored pgp sigs and
13479                 automatic decryption of ascii-armored encrypted
13480                 messages no longer works.
13481
13482 2002-03-05 [paul]       0.7.2claws31
13483
13484         * configure.in
13485           Makefile.am
13486         * faq/Makefile.am
13487         * faq/en/Makefile.am
13488           faq/en/sylpheed-faq.html
13489           faq/en/sylpheed-faq-1.html
13490           faq/en/sylpheed-faq-2.html
13491           faq/en/sylpheed-faq-3.html
13492         * faq/es/Makefile.am
13493           faq/es/sylpheed-faq.html
13494           faq/es/sylpheed-faq-1.html
13495           faq/es/sylpheed-faq-2.html
13496           faq/es/sylpheed-faq-3.html
13497           faq/es/sylpheed-faq-4.html
13498         * faq/fr/Makefile.am
13499           faq/fr/sylpheed-faq.html
13500           faq/fr/sylpheed-faq-1.html
13501           faq/fr/sylpheed-faq-2.html
13502           faq/fr/sylpheed-faq-3.html
13503         * src/Makefile.am
13504           src/defs.h
13505           src/mainwindow.c
13506           src/manual.[ch]
13507                 add FAQs in English, Spanish and French
13508
13509
13510 2002-03-05 [paul]       0.7.2claws30
13511
13512         * manual/en/sylpheed.html
13513           manual/en/sylpheed-XX.html
13514                 updated the English manual
13515
13516 2002-03-05 [hoa]        
13517
13518         * src/summaryview.c
13519                 dialog box pops up if the article can't be deleted.
13520
13521 2002-03-04 [paul]       
13522         
13523         * po/pt_BR.po
13524                 updated by Fabio Junior Benedito
13525
13526 2002-03-04 [hoa]
13527
13528         * removed ac/gpgme.m4
13529                 to avoid autogen common problem
13530                 developers have to install gpgme development package now
13531
13532         * src/compose.c
13533                 encoding to 7bit or 8bit is enabled.
13534
13535 2002-03-03 [alfons]     0.7.2claws29
13536
13537         * src/pop.c
13538                 merge fix by Oliver Haertel for selective
13539                 download buglet
13540
13541 2002-03-03 [paul]       0.7.2claws28
13542         
13543         * sync with sylpheed 0.7.3
13544
13545 2002-03-03 [paul]       0.7.2claws27
13546
13547         * sync with sylpheed 0.7.2cvs24
13548                 see ChangeLog entries 2002-03-02 and 2002-03-03
13549
13550 2002-03-02 [melvin]     0.7.2claws26
13551
13552         * src/inc.[ch]
13553         * src/main.c
13554         * src/mainwindow.c
13555         * src/prefs_common.[ch]
13556                 Added user definable notification on new mail arrival.
13557                 Removed unused variables in spell checker prefs code.
13558
13559 2002-03-02 [melvin]     0.7.2claws25
13560
13561         * src/quote_fmt.c
13562                 Removed unnecessary escape sequences.
13563                 Changed 'Initial...' to 'Initials of Sender'
13564
13565 2002-03-02 [paul]       0.7.2claws24
13566
13567         * sync with sylpheed 0.7.2cvs22
13568                 see ChangeLog entry 2002-03-01
13569
13570 2002-03-01 [hoa]        0.7.2claws23
13571
13572         * src/mainwindow.c
13573                 Set sensitivity of delete actions to active
13574                 even if the folder is a newsgroup.
13575
13576         * src/summaryview.c
13577                 - Set sensitivity of delete actions
13578                 - Added function check_permission() that will check if the
13579                   user is authorized to delete a message. For news, it
13580                   will check if the author is the same.
13581                 - Enabled deletion when there is no trash folder.
13582
13583         * src/news.[ch]
13584                 - Added news_cancel_article() to cancel articles
13585                 - Implemented news_remove_message() (public function)
13586
13587 2002-03-01 [paul]       0.7.2claws22
13588
13589         * src/gtkutils.c
13590           src/textview.c
13591                 recognise urls that that don't include 'http://' and
13592                 simply begin 'www.' 
13593
13594         * AUTHORS
13595                 remove duplicated name
13596
13597 2002-02-28 [paul]       0.7.2claws21
13598
13599         * src/mainwindow.c
13600           src/summaryview.[ch]
13601                 add ability to 'Select thread'
13602                 combines Melvin's "Select thread's head" patch (#510907)
13603                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13604                 patch (#518514) 
13605
13606 2002-02-28 [paul]       0.7.2claws20
13607
13608         * src/mimeview.c
13609                 hopefully fix segfault on right-clicking a mime part
13610                 that some people have experienced.      
13611                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13612
13613 2002-02-28 [paul]       0.7.2claws19
13614
13615         * sync with sylpheed 0.7.2cvs21
13616                 see ChangeLog entries 2002-02-27 and 2002-02-28
13617
13618 2002-02-27 [paul]       0.7.2claws18
13619
13620         * sync with sylpheed 0.7.2cvs18
13621                 see ChangeLog entries 2002-02-26 and 2002-02-27
13622
13623 2002-02-26 [alfons]     0.7.2claws17
13624
13625         * src/procheader.c
13626                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13627                 (spotted by Chris Hessman <idatech@gmx.net>)
13628
13629 2002-02-26 [paul]       0.7.2claws16
13630
13631         * src/mimeview.c
13632           src/pgptext.[ch]
13633           src/procmsg.c
13634                 make decryption of ascii-armored pgp encrypted messages
13635                 and verification of ascii-armored signatures work again.
13636                 slightly altered from the patch by Jens Jahnke 
13637                 <jan0sch@gmx.net>
13638
13639                 ##FIX ME##
13640                 * the checking of plaintext signatures always comes up in 
13641                   a popup box
13642                 * it doesn't work for multipart messages 
13643                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13644                   including the msg headers and these 2 line themselves, are 
13645                   not displayed
13646
13647         * src/mainwindow.c
13648                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13649                 "View/Message View" becomes "View/Separate Message View"
13650                 because its less ambiguous.
13651
13652         * po/es.po
13653                 updated by Ricardo Mones Lastra
13654
13655 2002-02-26 [paul]       0.7.2claws15
13656
13657         * sync with sylpheed 0.7.2cvs17
13658                 see ChangeLog entries 2002-02-25 and 2002-02-26
13659
13660 2002-02-25 [christoph]  0.7.2claws14
13661
13662         * src/filtering.[ch]
13663         * src/inc.c
13664                 do filtering stuff after all messages have been received
13665                   1. drop all messages to .processing
13666                   2. scan processing folder for messages
13667                   3. filter messages or move to inbox
13668                 this will also find old messages left in processing after
13669                 a crash or something like that and we get a real msginfo
13670                 from folder->get_msg_list and do not have to create our
13671                 own in filter_message
13672         * src/matcher_parser_parse.y
13673                 remove MIX/MAX warning (reordered includes)
13674
13675 2002-02-25 [paul]       0.7.2claws13
13676
13677         * sync with sylpheed 0.7.2cvs15
13678                 see ChangeLog entry 2002-02-24
13679
13680 2002-02-24 [alfons]     0.7.2claws12
13681
13682         * src/filtering.c
13683                 clear old color flags first when applying a new color to
13684                 a message info. 
13685                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13686
13687 2002-02-24 [alfons]     0.7.2.claws11
13688         
13689         * AUTHORS
13690         * src/prefs_common.c
13691                 add presets for Opera and Konqueror, closes patch #517261,
13692                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13693
13694 2002-02-24 [alfons]     0.7.2.claws10
13695
13696         * AUTHORS
13697         * src/summaryview.c
13698                 fix threading for null message ids, closes patch #521601,
13699                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13700
13701 2002-02-24 [alfons]     0.7.2claws9
13702
13703         * src/summaryview.c
13704         * src/filtering.c
13705                 make Tool | Filter Message work with filtering system so
13706                 setting flags also works
13707
13708                 TODO:
13709
13710                 - Processing uses the same function as Tool | Filter
13711                   Message, but doesn't use the same update proc yet
13712
13713 2002-02-23 [paul]       0.7.2claws8
13714
13715         * sync with sylpheed 0.7.2cvs14
13716                 see ChangeLog entries 2002-02-22 and 2002-02-23
13717
13718 2002-02-22 [christoph]  0.7.2claws7
13719
13720         * src/quote_fmt.c
13721                 Add column space to table
13722         * src/quote_fmt_parse.y
13723                 Close files
13724
13725 2002-02-22 [paul]       0.7.2claws6
13726
13727         * src/Makefile.am
13728           src/defs.h
13729           src/filtering.c
13730           src/inc.[ch]
13731           src/mainwindow.c
13732           src/matcher.[ch]
13733           src/matcher_parser_lex.l
13734           src/matcher_parser_parse.y
13735           src/pop.[ch]
13736           src/prefs_account.h
13737           src/prefs_filtering.c
13738           src/selective_download.[ch]   *** NEW FILES ***
13739           src/utils.[ch]
13740           po/POTFILES.in
13741                 Selective Download added to 'Tool' menu. 
13742                 Retrieves email headers of the currently selected pop3 
13743                 account and allows the user to mark emails for deletion 
13744                 right on the pop3 server. Patch submitted by Oliver Haertel 
13745                 <oha@users.sourceforge.net>.
13746         
13747         * po/POTFILES.in
13748                 add 'src/quote_fmt.c'           
13749
13750 2002-02-22 [christoph]  0.7.2claws5
13751
13752         * src/Makefile.am
13753                 added quote_fmt.c
13754         * src/prefs_common.[ch]
13755         * src/prefs_template.c
13756         * src/quote_fmt.c               *** NEW FILE ***
13757         * src/quote_fmt.h
13758                 move quote format symbol description code
13759                 to it's own file because it is used from
13760                 differnent code parts
13761                 Rewrote symbol description GUI
13762                   + use table
13763                   + add separators
13764                   + get data from array (no more long constant strings)
13765         * src/quote_fmt_lex.l
13766         * src/quote_fmt_parse.y
13767                 Symbol for Literal % changed to \% instead of %%
13768                 (More logical as \ is used for quoting for other symbols)
13769                 Add |f and |p to include files and program output
13770                 Examples:
13771                     |f{/home/.../.signature}
13772                     |p{date}
13773         * po/de.po
13774                 Correct wrong spelling for "Referenzen"
13775
13776 2002-02-21 [paul]       0.7.2claws4
13777
13778         * src/procmsg.c
13779                 forgotten during sync
13780
13781 2002-02-21 [paul]       0.7.2claws3
13782
13783         * sync with sylpheed 0.7.2cvs11
13784                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13785                 2002-02-20 and 2002-02-21
13786
13787 2002-02-20 [melvin]     0.7.2claws2
13788
13789         * src/prefs_actions.c
13790                 Added error report when child cannot fork or when execvp 
13791                 returns with an error.
13792
13793 2002-02-19 [christoph]  0.7.2claws1
13794
13795         * src/codeconv.c
13796                 return unconverted text if conde conversion is not possible
13797                 when libjconv is used.
13798                 (patch submitted by "Simon 'corecode' Schubert")
13799
13800 2002-02-19 [paul]       
13801
13802         * version 0.7.2claws release
13803
13804 2002-02-19 [paul]       0.7.2claws
13805
13806         * po/nl.po
13807                 updated by Wilbert Berendsen
13808
13809
13810 2002-02-18 [alfons]     0.7.1claws13
13811
13812         * src/syldap.c
13813         * src/jpilot.c
13814                 remove references to dlfcn and explicitly loading functions
13815                 from dynalink libs, because libs linked anyway, and functions
13816                 are loaded explicitly
13817
13818 2002-02-17 [melvin]     0.7.1claws12
13819
13820         * src/prefs_actions.c
13821                 Replaced children wait loop with double fork technique.
13822                 Now, input/output window updated at each new output.
13823                 free_children(): Fixed a memory leak.
13824                 Made input/output window non closable if running children
13825                 still exist.
13826                 Added missing <unistd.h> include.
13827                 Added some --debug outputs.
13828
13829 2002-02-17 [melvin]     0.7.1claws11
13830
13831         * src/summaryview.c
13832                 Fixed bug where descending sort order did not select top
13833                 message.
13834
13835 2002-02-17 [melvin]     0.7.1claws10
13836
13837         * acconfig.h
13838                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13839         * src/prefs_common.c
13840                 Pspell data package directory no more hard coded but
13841                 set during configuration (PSPELL_PATH). (Thanks to 
13842                                 Gustavo Noronha Silva.)
13843
13844 2002-02-17 [melvin]     0.7.1claws9
13845
13846         * configure.in
13847                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13848         * src/gtkspell.c
13849                 Fixed compile-time warnings.
13850
13851 2002-02-16 [alfons]     0.7.1claws8
13852
13853         * src/filesel.c
13854                 fix inadvertent free of NULL pointer which caused
13855                 sylpheed to crash when closing the save-as dialog
13856                 using the window close button
13857
13858 2002-02-16 [carsten]    0.7.1claws7
13859         * src/mainwindow.[ch]
13860           src/summaryview.c
13861           src/prefs_common.c
13862                 fixes for pixmap theming code:
13863                         - recently changed mail attributes shouldn't get
13864                           lost any longer
13865                         - theme is only reloaded iff another theme was
13866                           selected
13867
13868 2002-02-16 [paul]       0.7.1claws6
13869
13870         * sync with sylpheed 0.7.2 release
13871                 see ChangeLog entry 2002-02-15 and 2002-02-16
13872
13873 2002-02-15 [paul]       0.7.1claws5
13874
13875         * sync with sylpheed 0.7.1cvs9
13876                 see ChangeLog entry 2002-02-15
13877
13878         * po/POTFILES.in
13879                 remove unneeded headerwindow.c entry
13880
13881 2002-02-14 [carsten]    0.7.1claws4
13882         * src/summaryview.c
13883                 fixed a bug for "Go to next unread message": there was
13884                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13885                 in the prefs, because of doing "Search again" instead
13886                 "No"
13887
13888 2002-02-14 [carsten]    0.7.1claws3
13889         * src/stock_pixmap.c
13890                 removed 2 more mem leaks; following memprof,
13891                 this code is "leak free" now :)
13892
13893 2002-02-14 [carsten]    0.7.1claws2
13894         * src/stock_pixmap.c
13895                 used opendir/readdir/closedir instead of scandir
13896                 -> code should work now on Solaris
13897
13898 2002-02-14 [paul]       0.7.1claws1
13899
13900         * sync with sylpheed 0.7.1cvs8
13901                 see ChangeLog entries 2002-02-13 and 2002-02-14
13902
13903         * README.claws
13904                 add some description of Actions and Pixmap Themes
13905
13906 2002-02-13 [paul]       
13907
13908         * version 0.7.1claws release
13909
13910 2002-02-13 [paul]       0.7.1claws
13911
13912         * po/es.po
13913           po/it.po
13914           po/pt_BR.po
13915                 updated translations, submitted by Ricardo Mones Lastra,
13916                 Alessandro Maestri and Fabio Junior Beneditto
13917
13918 2002-02-13 [melvin]     0.7.0claws75
13919
13920         * src/prefs_actions.c
13921                 Added missing "signal.h" include
13922
13923 2002-02-13 [melvin]     0.7.0claws74
13924
13925         * src/prefs_folder_item.c
13926                 Added missing "config.h" include
13927         * po/fr.po
13928                 Updated French translation for folder propriety.
13929
13930 2002-02-13 [jens]       0.7.0claws73
13931
13932         * po/POTFILES.in
13933                 Added missing src/prefs_folder_item.c [log added by melvin]
13934         * po/de.po
13935                 Updated German translation.
13936
13937 2002-02-13 [melvin]     0.7.0claws72
13938
13939         * po/fr.po
13940                 Updated French translation.
13941
13942 2002-02-13 [melvin]     0.7.0claws71
13943
13944         * src/gtkutils.c
13945                 Made gtkut_editable_get_selection return NULL if selection
13946                 is of length zero.
13947                 This fixes a bug where selecting part of message A then
13948                 switching to message B and replying to it will not
13949                 quote the message's body.
13950
13951 2002-02-12 [paul]       0.7.0claws70
13952
13953         * src/mainwindow.c
13954                 cosmetic, relating to pixmap themes: on toolbar make 
13955                 updating of 'Exec' and 'Compose news/Compose email'
13956                 icons faster.
13957
13958 2002-02-12 [carsten]    0.7.0claws69
13959         * src/folderview.c
13960           src/mainwindow.[ch]
13961           src/stock_pixmap.c
13962           src/summaryview.c
13963           src/prefs_common.c
13964                 - refreshing after changing pixmap theme better
13965                   now (thanks Paul)
13966                 - wanted to remove some mem leaks, but alfons was
13967                   faster (and had the better solution ;)
13968
13969 2002-02-12 [alfons]     0.7.0claws68
13970
13971         * src/prefs_common.c
13972         * src/stock_pixmap.[ch]
13973                 plug mem leaks, refactor code a little bit
13974
13975
13976 2002-02-12 [sergey]     0.7.0claws67
13977
13978         * src/imap.c
13979                 Fixed problem with copying messages to IMAP folders when the
13980                 server uses something other than '/' as a namespace separator
13981                 (cyrus-imapd uses '.').
13982
13983 2002-02-12 [jens]       0.7.0claws66
13984
13985         * po/de.po
13986                 Updated German Translation
13987
13988 2002-02-12 [paul]       0.7.0claws65
13989
13990         * sync with sylpheed 0.7.1cvs1
13991                 see ChangeLog entry 2002-02-12
13992
13993 2002-02-12 [melvin]     0.7.0claws64
13994
13995         * src/prefs_actions.c
13996                 Fixed "feature" where children's output was duplicated 
13997                 instead of refreshed while monitoring.
13998                 Removed some debug code.
13999
14000 2002-02-12 [christoph]  0.7.0claws63
14001
14002         * src/compose.c
14003                 always delete message from queue after sending/send error
14004                 (closes bug #509601)
14005
14006 2002-02-12 [melvin]     0.7.0claws62
14007
14008         * src/prefs_actions.c
14009                 Children wait loop is now triggered with a timeout of 1s
14010                 Added %F which is replaced with the list of filenames 
14011                 of all selected messages (as suggested by Ricardo Mones Lestra)
14012                 Pipe syntax changed. Prefix with | to send selection, postfix
14013                 with | to retrieve output. Prefix with > or * to send
14014                 user definable input to the command (*: input is hidden)
14015                 Old pipe action should now be postfixed with |, too.
14016
14017 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
14018         * src/stock_pixmap.c
14019                 fixed a bug: if there's no theme directory don't
14020                 throw an error, just do "nothing" (thanks Alfons)
14021
14022 2002-02-12 [carsten]    0.7.0claws60
14023         * src/folderview.c
14024           src/summaryview.c
14025                 had to write the cache twice (nasty!); some marks would 
14026                 get lost if not
14027
14028 2002-02-11 [carsten]    0.7.0claws59
14029         * acconfig.h
14030           configure.in
14031           doc-src/maintainer_guide.txt
14032           src/compose.[ch]
14033           src/defs.h
14034           src/folderview.[ch]
14035           src/gtkutils.[ch]
14036           src/mainwindow.[ch]
14037           src/prefs_common.[ch]
14038           src/stock_pixmap.[ch]
14039           src/summaryview.[ch]
14040                 pixmap theming and related work on pixmap
14041                 handling on some other places
14042                 (e.g. hrm features for all folder)
14043           src/pixmap/stock_*.xpm -> the stock_ was removed
14044         
14045 2002-02-11 [paul]       0.7.0claws58
14046
14047         * sync with sylpheed 0.7.1 release
14048                 see ChangeLog entries 2002-02-11
14049
14050 2002-02-08 [paul]       0.7.0claws57
14051
14052         * sync with sylpheed 0.7.0cvs39
14053                 see ChangeLog entry 2002-02-07 (last entry) 
14054
14055         * src/prefs_actions.c
14056           src/prefs_filtering.c
14057           src/prefs_matcher.c
14058           src/prefs_scoring.c
14059                 sync: made it compile with C compilers other than gcc
14060
14061 2002-02-07 [paul]       0.7.0claws56
14062
14063         * sync with sylpheed 0.7.0cvs38
14064                 see ChangeLog entries 2002-02-06 (last 2 entries) and
14065                 2002-02-07
14066
14067 2002-02-07 [darko]      0.7.0claws55
14068
14069         * src/gtkutils.[ch]
14070         * src/summaryview.c
14071                 Fix const gchar */gchar * issue (thanks Hiro)
14072
14073 2002-02-07 [darko]      0.7.0claws54
14074
14075         * src/compose.[ch]
14076         * src/filtering.c
14077         * src/gtkutils.[ch]
14078         * src/prefs_template.c
14079         * src/quote_fmt.h
14080         * src/quote_fmt_parse.y
14081         * src/summaryview.c
14082         * src/utils.[ch]
14083                 When replying or forwarding an email don't quote the entire
14084                 mail body but use the part of the message text that is selected
14085
14086 2002-02-06 [melvin]     0.7.0claws53
14087
14088         * src/prefs_common.[ch]
14089         * src/gtkspell.[ch]
14090         * src/compose.c
14091                 Made possible to switch quickly to last used dictionary
14092                 which makes checking bilingual documents easier.
14093
14094 2002-02-06 [melvin]     0.7.0claws52
14095         
14096         * po/POTFILES.in
14097                 Added forgotten new file src/prefs_actions.c
14098
14099 2002-02-06 [melvin]     0.7.0claws51
14100
14101         * src/prefs_actions.c   ** NEW FILE **
14102         * src/prefs_actions.h   ** NEW FILE **
14103                 Added actions to execute on message text view, or on the
14104                         message's file.
14105         * src/Makefile.am
14106                 Added src/prefs_actions.[ch]
14107         * src/compose.c
14108                 Added new menu "Edit/Actions"
14109         * src/defs.h
14110                 Added new actionsrc file.
14111         * src/main.c
14112                 Added actionsrc reading.
14113         * src/mainwindow.c
14114                 Added new menus "Edit/Actions" and "Configuration/Actions..."
14115         * src/prefs_common.h
14116                 Added new element actionslst element to prefs_common.
14117
14118 2002-02-06 [paul]       0.7.0claws50
14119
14120         * sync with sylpheed 0.7.0cvs36
14121                 see ChangeLog entry 2002-02-06
14122
14123 2002-02-05 [paul]
14124
14125         * po/es.po
14126                 updated by Ricardo Mones Lastra
14127
14128 2002-02-05 [paul]       0.7.0claws49
14129
14130         * sync with sylpheed 0.7.0cvs33
14131                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
14132
14133 2002-02-05 [paul]       0.7.0claws48
14134
14135         * src/compose.c
14136                 re-add 'Edit/Advanced/Delete entire line', previously named
14137                 'Delete Line+'
14138
14139 2002-02-04 [paul]       0.7.0claws47
14140
14141         * src/compose.c
14142           src/summaryview.c
14143                 fix bug #494993 (Reply All not taking Reply-To into consi)
14144                 eliminate differences in behaviour of right-click 'Reply to all' 
14145                 in summary view and 'Reply to all' on the toolbar. 
14146                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14147                 view and From gets ignored by 'Reply to all' on toolbar.
14148                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14149                 From when no Reply-To header is present.
14150
14151 2002-02-04 [paul]       0.7.0claws46
14152
14153         * sync with sylpheed 0.7.0cvs30
14154                 see ChangeLog entries 2002-02-03 and 2002-02-04
14155
14156 2002-02-03 [melvin]     0.7.0claws45
14157
14158         * src/gtkspell.[ch]
14159                 Readded function to highlight all misspelled words.
14160                 Fixed bug where user-provided-words did not replace
14161                         correctly the misspelled word when using the mouse.
14162                 Fixed bug where checking a region selected from right to left did
14163                         not check the region at all.
14164                 Fixed bug where 'Check backwards' may not check at all. 
14165                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14166                 Fixed possible buffer overflow when checking for long strings (>1k).
14167                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14168                 Accelerators code uses now gtk_widget_add_accel.
14169                 Removed and disabled obsolete and unfinished code.
14170                 Cleaning up.
14171
14172         * src/compose.c
14173                 Added menu item to Highlight all misspelled words.
14174
14175 2002-02-01 [paul]       0.7.0claws44
14176
14177         * src/mainwindow.c
14178                 fix '/View/Hide read messages' sensitivity when all
14179                 messages in a folder are hidden
14180
14181 2002-02-01 [paul]       0.7.0claws43
14182
14183         * src/main.c
14184                 add --send option to command line interface, sends all
14185                 queued mail. Patch submitted by Ricardo Mones Lastra.
14186
14187 2002-01-31 [paul]       0.7.0claws42
14188
14189         * src/mainwindow.c
14190                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14191
14192 2002-01-31 [paul]       0.7.0claws41
14193
14194         * sync with sylpheed 0.7.0cvs27
14195                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14196                 and 2002-01-31
14197
14198         * src/textview.c
14199                 comment out elements of textview_show_part() as temporary
14200                 workaround for attachment 'Display as text' bug 
14201
14202         * po/pt_BR.po
14203                 updated by Fabio Junior Beneditto
14204
14205 2002-01-30 [paul]       0.7.0claws40
14206
14207         * sync with sylpheed 0.7.0cvs24
14208                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14209                 and 2002-01-30
14210
14211         * src/compose.c
14212                 add {N_("/_Spelling"), ... "<Branch>"} to 
14213                 GtkItemFactoryEntry compose_entries[]
14214
14215         * src/prefs_common.c
14216                 add claws menu items to prefs_keybind_apply_clicked()
14217                 and remove non-claws menu items
14218
14219 2002-01-29 [paul]       0.7.0claws39
14220
14221         * sync with sylpheed 0.7.0cvs22
14222                 see ChangeLog entries 2002-01-28 and 2002-01-29
14223
14224 2002-01-28 [melvin]     0.7.0claws38
14225
14226         * src/compose.c
14227                 Added the declartion of compose_send_control_enter.
14228
14229         * src/compose.c
14230         * src/gtkspell.[ch]
14231                 Added in a 'Spelling' menu which includes the configuration menu. 
14232                 Added a real 'Check all' and got rid from the old one which only
14233                 highlited misspelled word.
14234                 Made 'Check while typing' a disableable option.
14235                 Added a dialog when there are no more misspelled word.
14236                 Added a dialog if error occurs when switching to a dictionary.
14237         
14238         * src/prefs_common.[ch]
14239                 Added option for the default 'Check while typing' option.
14240
14241
14242 2002-01-28 [alfons]     0.7.0claws37
14243
14244         * src/compose.c
14245                 fix buglet and make code comply with sylpheed code style
14246
14247 2002-01-28 [paul]       0.7.0claws36
14248
14249         * sync with sylpheed 0.7.0cvs19
14250                 see ChangeLog entries for 2002-01-28
14251
14252 2002-01-28 [hoa]        0.7.0claws35
14253
14254         * src/defs.h
14255                 added rendererrc
14256
14257         * src/main.c
14258                 read the renderer config
14259
14260         * src/procmime.[ch]
14261                 use the renderer config to convert mime attachments
14262
14263         * src/textview.c
14264                 don't use textview_show_html/ertf,
14265                 use get_text_content instead
14266
14267 2002-01-27 [alfons]     0.7.0claws34
14268         
14269         * src/news.c
14270                 make sylpheed believe it can delete a news message...
14271                 (messages are NOT deleted, maybe we should remove
14272                 processing from the folder properties after all.)
14273
14274 2002-01-27 [alfons]     0.7.0claws33
14275
14276         * src/folder.c
14277                 add extra checks
14278         * src/news.c
14279                 implement remove_msg() 
14280
14281 2002-01-27 [alfons]     0.7.0claws32
14282
14283         * src/procmsg.h
14284         * src/procheader.c
14285         * src/messageview.c
14286                 fix return receipt / disposition notification again. this
14287                 stuff seems to break on _every_ major summary UI change, so
14288                 it's now implemented using a flag which is saved in the
14289                 marks cache
14290                 
14291 2002-01-26 [alfons]     0.7.0claws31
14292
14293         * src/import.c
14294                 let import dialog show the destination folder identifier
14295
14296 2002-01-26 [melvin]     0.7.0claws30
14297
14298         * src/folderview.c
14299         * src/summaryview.c
14300                 Readded 'Mark all read' into summary view popup menu
14301                 Added 'Mark all read' in folder view popup menu for IMAP
14302                 and NNTP.
14303                 Made it insensitive if the selected folder is not the shown
14304                 one to avoid 'Mark all read' on the wrong folder.
14305                 
14306 2002-01-26 [paul]       0.7.0claws29
14307
14308         * src/folderview.c
14309           src/summaryview.c
14310                 move 'Mark all read' from summary view to folder view
14311                 menu. (adapted from) patch submitted by Jeremy Andrews,
14312                 <lists@kerneltrap.com>
14313
14314 2002-01-25 [alfons]     0.7.0claws28
14315
14316         * src/gtkstext.c
14317                 put the gtk class name back so GtkSText adapts the 
14318                 settings of GtkText
14319
14320 2002-01-25 [alfons]     0.7.0claws27
14321
14322         * src/folderview.c 
14323                 assimilate Ricardo's patch that shows pixmaps instead of
14324                 plain "new" and "unread" texts in the folder view column
14325                 headers 
14326
14327 2002-01-25 [paul]       0.7.0claws26
14328
14329         * src/Makefile.am
14330                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14331                 be found in non-standard locations. 
14332                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14333
14334 2002-01-25 [paul]       0.7.0claws25
14335
14336         * sync with sylpheed 0.7.0cvs16
14337                 see ChangeLog entry 2002-01-25
14338
14339 2002-01-24 [paul]       0.7.0claws24
14340
14341         * more sync with sylpheed 0.7.0cvs15
14342                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14343
14344 2002-01-23 [sergey]     0.7.0claws23
14345
14346         * src/importldif.c
14347                 Fixed segfault when closing LDIF import wizard with
14348                 the window manager.
14349         * src/imageview.c
14350         * src/imageview.h
14351         * src/messageview.c
14352         * src/mimeview.c
14353                 Fixed wrong scrolling position after switching between
14354                 text and image parts.
14355
14356 2002-01-23 [paul]       0.7.0claws22
14357
14358         * sync with sylpheed 0.7.0cvs15
14359                 see ChangeLog entries 2002-01-22 and 2002-01-23
14360
14361 2002-01-21 [melvin]     0.7.0claws21
14362
14363         * src/prefs_scoring.c
14364         * src/prefs_filtering.c
14365                 Fixed bug where scoring and filtering windows stopped
14366                 autochecking.
14367
14368 2002-01-21 [paul]       0.7.0claws20
14369
14370         * sync with sylpheed 0.7.0cvs12
14371                 see ChangeLog entries 2002-01-20 and 2002-01-21
14372
14373 2002-01-21 [carsten]    0.7.0claws19
14374         * src/mainwindow.c
14375         * src/menu.[ch]
14376         * src/messageview.[ch]
14377         * src/summaryview.[ch]
14378                 changes to shortcuts handling again:
14379                         + "Q" now controled by mainwin
14380                         + v/V are now customizable and have slightly
14381                           different meanings
14382                 the "button" to minimize the messageview (and maximize
14383                 the summary view) is a real button now
14384         * src/compose.c
14385                 "Delete Line+" added to Edit/Advanced (this will also
14386                 delete the '\n')
14387
14388 2002-01-20 [melvin] 0.7.0claws18
14389
14390         * src/addressbook.c
14391                 Made "Bcc" sensitive when addressbook is called from
14392                 compose window (it was a Claws only bug).
14393
14394 2002-01-19 [alfons] 0.7.0claws17
14395
14396         * src/inc.c
14397                 prevent unnecessary updates when currently selected folder has
14398                 no new messages 
14399
14400 2002-01-19 [alfons] 0.7.0claws16
14401         
14402         * src/summaryview.c
14403                 prevent writing the cache based on current message list in summary 
14404                 view when filtering also put messages in currently selected folder
14405
14406 2002-01-19 [paul]
14407
14408         * po/it.po
14409                 Italian translation submitted by Alessandro Maestri
14410                 <a.maestri@cs.tin.it>
14411
14412 2002-01-18 [melvin]     0.7.0claws15
14413
14414         * src/prefs_filters.c
14415                 fixed bug where 'cancel' from 'filters' window stops autochecking
14416                 if the timer timed out  when the window was open.
14417
14418 2002-01-18 [match]      0.7.0claws14
14419
14420         * src/addrclip.[ch]     ** NEW FILE **
14421         * src/addrselect.[ch]   ** NEW FILE **
14422         * src/adbookbase.h      ** NEW FILE **
14423                 addressbook cut, copy and paste
14424         * src/addrbook.[ch]
14425         * src/addrcache.[ch]
14426         * src/addressitem.h
14427         * src/addrindex.[ch]
14428         * src/addritem.[ch]
14429         * src/importldif.c
14430         * src/importmutt.c
14431         * src/jpilot.[ch]
14432         * src/syldap.[ch]
14433         * src/vcard.[ch]
14434         * src/jpilot.[ch]
14435         * src/editbook.c
14436         * src/editjpilot.c
14437         * src/editldap.c
14438         * src/editvcard.c
14439                 support for copy/paste
14440         * src/addressbook.c
14441                 support for copy/paste
14442                 tidy up menu option processing
14443                 correct address list function arguments
14444         * src/editaddress.c
14445                 sort user attributes
14446         * src/ldif.h
14447         * src/mutt.h
14448                 tidy up
14449
14450         * src/addrbook.[ch]
14451         * src/addrbook.[ch]
14452         * src/addrbook.[ch]
14453                 
14454
14455 2002-01-18 [paul]       0.7.0claws13
14456
14457         * sync with sylpheed 0.7.0cvs8
14458                 configure.in: support Mac OS X (Darwin)
14459
14460 2002-01-18 [carsten]    0.7.0claws12
14461         * src/html.c
14462                 small hack to fix a segfault with an empty href
14463                 (reported by Alexandra Walford <deeni@altern.org>)
14464         * src/mainwindow.c
14465         * src/summaryview.c
14466                 the shortcuts for Mark und Mark as unread are hardcoded
14467                 again
14468         * src/compose.c
14469         * src/gtkstext.[ch]
14470                 readded the shortcuts in gtkstext but made them
14471                 customizeable (simply by adding a menu plus a wrapper
14472                 to compose.c)
14473
14474 2002-01-17 [melvin]     0.7.0claws11
14475
14476         * src/gtkspell.c
14477                 fix default dictionary not being saved.
14478
14479 2002-01-16 [darko]      0.7.0claws10
14480
14481         * src/compose.c
14482                 fix wrapping crash with URL longer than wrapping margin
14483
14484 2002-12-08 [hoa]        0.7.0claws10
14485
14486         * src/matcher_parser_parse.y
14487                 fixed some bugs
14488
14489         * src/prefs_filtering.c
14490                 now, we can use bounce action in the dialog box.
14491
14492 2002-01-16 [carsten]    0.7.0claws9
14493         * src/gtkstext.c
14494                 removed the <control> and <alt> shortcuts because they're
14495                 not needed and interefered with the "normal" shortcuts
14496         * src/mainwindow.c
14497         * src/summaryview.c
14498                 removed most of the hardcoded shortcuts and assigned
14499                 them to menu entries making them easy customizable by
14500                 that
14501
14502 2002-01-16 |melvin]     0.7.0claws8
14503
14504         * src/gtkspell.c
14505                 fixed bug where using the mouse and when the compose
14506                 window is not on top may result in a crash.
14507
14508 2002-01-16 [melvin]     0.7.0claws7
14509
14510         * src/compose.c
14511                 fixed a long standingspell checker bug which could 
14512                 cause a crash after sending a message.
14513
14514 2002-01-16 [paul]       0.7.0claws6
14515
14516         * sync with sylpheed 0.7.0cvs7
14517                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14518                 2002-01-15, and 2002-01-16
14519
14520 2002-01-16 [melvin]     0.7.0claws5
14521
14522         * README.claws
14523         * src/compose.c
14524         * src/gtkspell.[ch]
14525         * src/main.c
14526                 Heavily modified spell checker code to work around
14527                 ispell bug, to add keyboard shortcuts and for future
14528                 enhancements. See README.claws for usage information.
14529
14530 2002-01-15 [alfons]     0.7.0claws4
14531         
14532         * src/summaryview.c
14533                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14534                 so sorting within threads reflects sort mode
14535
14536 2002-01-15 [christoph]  0.7.0claws3
14537
14538         * src/procmsg.c
14539                 added alertpanel if mail sending failed
14540
14541 2002-01-15 [alfons]     0.7.0claws2
14542         
14543         * src/prefs_filtering.c
14544                 don't stop timer when prefs filtering dialog is opened
14545
14546 2002-01-14 [alfons]     0.7.0claws1
14547
14548         * src/addr_compl.c
14549         * src/prefs.c
14550                 remove debug_print()s for privacy reasons
14551
14552 2002-01-14 [darko]      0.7.0claws
14553
14554         * README.claws
14555                 quotation wrapping is now also in the main branch
14556
14557 2002-01-14 [paul]
14558
14559         * tools/filter_conv.pl
14560                 allow for Boolean Op and case-sensitivity
14561                 this file is included in the release and tagged
14562                 'rel_0_7_0'
14563
14564 2002-01-13 [paul]       0.7.0claws
14565
14566         * release 0.7.0, with cvs tag 'rel_0_7_0'
14567
14568 2002-01-13 [paul]
14569
14570         * tools/filter_conv.pl
14571         * tools/README
14572                 rewritten to output to matcherrc instead of filteringrc
14573
14574         * po/es.po
14575                 updated Spanish translation by Ricardo Mones Lastra
14576
14577 2002-01-13 [alfons]
14578
14579         * po/nl.po
14580                 update dutch translation
14581
14582 2002-01-13 [paul]
14583
14584         * po/pt_BR.po
14585                 Updated by Fabio Junior Beneditto 
14586
14587 2002-01-13 [melvin]     0.6.6claws53
14588
14589         * po/fr.po
14590                 Updated french translation
14591
14592 2002-01-12 [alfons]     0.6.6claws52
14593
14594         * src/filtering.c
14595                 plug mem leak that has been sitting there for ages              
14596
14597 2002-01-12 [alfons]     0.6.6claws51
14598
14599         * src/summaryview.c
14600                 undo melvin's changes from 0.6.6claws48 because summary
14601                 view now refuses to select first unread message when
14602                 selecting a folder 
14603
14604 2002-01-11 [alfons]     0.6.6claws50
14605
14606         * src/import.c
14607                 use claws' semantics for getting folder item when
14608                 importing an mbox file into a folder 
14609                 (submitted by Dale P. Smith)
14610
14611 2002-01-11 [christoph]  0.6.6claws49
14612
14613         * src/prefs.h
14614                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14615                 toggle widget, because non static prefs can not use
14616                 prefs_set_* functions
14617         * src/prefs_account.c
14618                 toggle smtp auth password field sensitivity if
14619                 user id is empty and add descrition of usage for
14620                 these fields
14621         * src/prefs_folder_item.c
14622                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14623                 callbacks
14624
14625 2002-01-11 [melvin]     0.6.6claws48
14626
14627         * src/compose.c
14628                 fix the 'Ctrl-Enter' feature for sending and test really
14629                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14630                 editables which was not documented in Gtk)
14631
14632         * src/summaryview.c
14633                 Made summaryview refresh after sorting and not before.
14634
14635 2002-01-11 [christoph]  0.6.6claws47
14636
14637         * src/compose.c
14638                 select account from account ids if possible and
14639                 correctly set save folder for copy in reedit
14640
14641 2002-01-10 [paul]       0.6.6claws46
14642
14643         * sync with sylpheed 0.7.0 release
14644                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14645                 2002-01-09
14646
14647 2002-01-09 [alfons]
14648
14649         * src/summaryview.c
14650                 remove more dirt traces...
14651
14652 2002-01-09 [alfons]
14653         
14654         * src/summaryview.c
14655                 clean up some traces of my debugging stuff
14656
14657 2002-01-09 [alfons]     0.6.6claws45
14658
14659         * src/filtering.c
14660                 break up filteringprop_apply() in three separate pieces
14661                 so we can drop messages that failed processing in the
14662                 inbox
14663
14664         * src/summaryview.c
14665                 fix bug #469598 "no refresh of inbox after filter" which 
14666                 was introduced by the new summary view locking, and which 
14667                 prevented the summary view to update after a manual filter 
14668                 message. claw's filter message requires a summary_show().
14669                 (aargh, summary_show() again! :-)
14670                 
14671 2002-01-07 [alfons]     0.6.6claws44
14672
14673         * src/headerwindow.c
14674         * src/logwindow.c
14675         * src/messageview.c
14676         * src/sourcewindow.c
14677                 bring in Hiro's last 0.7.0 wm class fixes
14678
14679         * tools/sylprint.pl
14680                 bring in Ricardo's fix for sylprint script
14681
14682         * AUTHORS       
14683         * src/rfc2015.[ch]
14684         * src/prefs_common.[ch]
14685         * src/prefs_account.[ch]
14686         * src/compose.c
14687                 clean up account preference poison in rfc2015,
14688                 and preparation to fix double sign bug 
14689                 (patch submitted by Simon 'corecode' Schubert)
14690
14691 2002-01-07 [christoph]  0.6.6claws43
14692
14693         * src/mh.c
14694                 search for free message number, do not only rely
14695                 on last_num
14696         * src/send.c
14697                 fix smtp auth and use extra account information
14698                 if available, if not use pop3 data instead
14699                 (closes bug #500341)            
14700         * src/ssl.[ch]
14701                 match coding style
14702
14703 2002-01-06 [alfons]     0.6.6claws42
14704
14705         * src/mainwindow.c
14706                 try making the separate windows work again...
14707
14708 2002-01-06 [alfons]     0.6.6claws41
14709
14710         * src/mainwindow.c
14711                 adapt Hiro's separate window menu (to get rid of the funny
14712                 duplicate menu items), and make it work again
14713
14714 2002-01-06 [alfons]     0.6.6claws40
14715
14716         * tools/Makefile.am
14717         * tools/sylprint.rc
14718         * tools/sylprint.pl
14719         * tools/README.sylprint
14720                 add sylprint script for printing mails from Sylpheed
14721                 (contributed by Ricardo Mones Lastra)
14722
14723         * src/acount.c
14724                 clean up
14725
14726 2002-01-06 [melvin]     0.6.6claws39
14727
14728         * src/mainwindow.c
14729         * src/summaryview.c
14730                 Fixed crash introduced in 0.6.6claws38 by the menu
14731                 reorganisation (Hide read messages)
14732         
14733         * ChangeLog.claws 
14734                 Fixed typo (we are now in 2002, alfons ;) )
14735
14736 2002-01-05 [alfons]     0.6.6claws38
14737
14738         * sync with sylpheed 0.6.6cvs10-17
14739                 (last stuff marked as LAST_STABLE)
14740
14741 2002-01-04 [melvin]     0.6.6claws37
14742
14743         * src/account.c
14744                 Made account selection code use strcasestr again instead of
14745                 g_strcasecmp (fixes bug where reediting queued messages
14746                 did not select proper account reported by T. Link).
14747         
14748         * src/folderview.c
14749                 Fix bug where folder icons are not shown when 'hide read messages'
14750                 is on.
14751         
14752         * src/stock_pixmaps.[ch]
14753                 Added folder icons for 'hide read messages'.
14754         
14755         * src/compose.c
14756                 Fixed bug where 'Enter' in a header entry will send the message 
14757                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14758
14759 2002-01-03 [melvin]     0.6.6claws36
14760         
14761         * src/prefs.[ch]
14762                 Added popup menu for common preferences and
14763                 account preferences (right click on tab displays
14764                                 a menu of all tabs.)
14765
14766 2002-01-02 [melvin]     0.6.6claws35
14767
14768         * src/gtkspell.[ch]
14769                 Made spelling code compatible with undo/redo feature.
14770                 Added creation of suggestion mode menu for the general
14771                         preferences.
14772         
14773         * src/prefs_common.[ch]
14774                 Added option menu for the speller's suggestion mode.
14775                 Added missing spaces in "..." buttons and made a "..."
14776                         button non translatable!
14777         
14778         * src/compose.c
14779                 Made speller use the default suggestion mode.
14780                 Hack to make it possible to choose 'CTRL-Enter' as a
14781                         shortcut for sending (and only for sending).
14782
14783         * src/prefs_folder_item.c
14784                 Changing subject simplification does not update cache 
14785                         anymore (because it is unnecessary).
14786                 Fixed bug where changing subject simplification updated the 
14787                         summaryview even when the viewed folder is not the
14788                         folder which properties are being changed. (E.g. 
14789                                         viewing folder A and changing
14790                                         the subject simplification of 
14791                                         folder B -not being viewed- updated the 
14792                                         summaryview of folder A with data of
14793                                         folder B). (Hope this is clear... )
14794
14795 2001-12-31 [alfons]     0.6.6claws34
14796         
14797         * src/ldif.c
14798         * src/mutt.c
14799                 fgetc() returns a signed integer which doesn't
14800                 fit in a char. so c truncates this to a char
14801                 but we may lose significant bits. i.e. we may
14802                 comparing 0xFF which may not be equal to -1
14803                 unless properly casted to signed char which
14804                 we won't do because fgetc() returns a signed
14805                 integer which doesn't fit in a char. so c 
14806                 truncates this to a char but we may lose 
14807                 significat bits. (you got the idea, thanks
14808                 to Gustavo Noronha Silva <kov@debian.org>
14809                 and the Debian folks!)
14810
14811 2001-12-30 [alfons]     0.6.6claws33
14812
14813         * src/prefs_common.c
14814                 add #ifdef USE_PSPELLs that Melvin forgot               
14815
14816 2001-12-30 [melvin]     0.6.6claws32
14817         
14818         * src/prefs_common.[ch]
14819                 Added configurable color for misspelled words.
14820
14821         * src/gtkspell.[ch]
14822                 Fixed bug of foreground text color (reported by David
14823                                 Mehrmann)
14824                 Added configurable color for misspelled words.
14825
14826 2001-12-30 [alfons]     0.6.6claws31
14827
14828         * src/folder.c
14829                 remove unnecessary things someone put there
14830
14831         * src/mh.c
14832         * src/folder.[ch]
14833                 make folder properties (like threading and sorting) persistent
14834                 (closes bug #497424 "rescan folder tree resets proprieties")
14835                 currently this is only for MH folders. 
14836
14837 2001-12-29 [melvin]     0.6.6claws30
14838
14839         * src/string_match.[ch]
14840                 Optimized a bit: regexp pattern buffer compiled only once, and
14841                   one subroutine call removed. Fixed ^ regexp search: Now, 
14842                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14843         
14844         * src/summaryview.c
14845                 Subject filtering changed to filter summary columns and
14846                   not directly the messages subject cache. The loss in 
14847                   performance is balanced by the improvement of string_match.
14848                 Added an alert panel if there is an error in the regexp.
14849
14850         * src/src/prefs_folder_item.h
14851                 Added a regexp pattern buffer.
14852
14853 2001-12-28 [alfons]     0.6.6claws29
14854
14855         * src/string_match.[ch]
14856                 clean up name space
14857                 allow compilation *BSD
14858
14859 2001-12-27 [alfons]     0.6.6claws28
14860
14861         * src/filter.c
14862                 sync the Hiro's bug fix for BSD
14863
14864 2001-12-27 [melvin]     0.6.6claws27
14865         
14866         * src/compose.c
14867                 Simplify focus to subject entry code.
14868
14869 2001-12-27 [darko]      0.6.6claws26
14870
14871         * src/filtering.c
14872         * src/mbox_folder.c
14873         * src/messageview.c
14874         * src/mh.c
14875         * src/procheader.[ch]
14876         * src/procmsg.h
14877         * src/stock_pixmap.[ch]
14878         * src/summaryview.c
14879                 Show key icon for encrypted mails in summary view
14880
14881         * src/pixmaps/clip.xpm
14882         * src/pixmaps/clipkey.xpm
14883         * src/pixmaps/key.xpm
14884                 New/modified icons for the above
14885
14886 2001-12-27 [melvin]     0.6.6claws25
14887
14888         * src/prefs_common.c
14889                 Put spell checker options in a separate tab to decrease
14890                 the Common Preferences window height.
14891
14892         * README.claws  
14893                 Update spell checker usage instruction about its options
14894                 location.
14895
14896 2001-12-27 [melvin]     0.6.6claws24
14897
14898         * src/compose.c
14899                 Changed subject entry widget position. Initial focus is
14900                 on the To header instead of the subject entry.
14901                 Creating a new header scrolls the header list to make the
14902                 created one visible. Nevertheless, when automatically filling
14903                 headers, the first one is shown.
14904                 A Tab key press in the last empty header entry zips the 
14905                 focus to the subject entry.
14906                 (I did not change the combo boxes, yet)
14907
14908 2001-12-26 [alfons]     0.6.6claws23
14909
14910         * src/prefs_account.c
14911         * src/inc.c
14912                 allow default inbox to reside in another mailbox (only
14913                 works for POP3 accounts)
14914
14915 2001-12-26 [alfons]     0.6.6claws22
14916         
14917         * src/textview.c
14918                 make reply-on-click work with the account of the selected folder
14919         * src/compose.c
14920                 put a fixme here to remind me to fix finding correct default
14921                 account for nested folders
14922
14923 2001-12-25 [alfons]     0.6.6claws21
14924
14925         * src/summaryview.c
14926                 make column headers display locked and mark pixmaps (idea by Melvin) 
14927                 fix bug by adding score and locked column type to sort array
14928
14929 2001-12-25 [alfons]     0.6.6claws20
14930         
14931         * src/summaryview.c
14932                 catch a *potentially* inadvertent write back of  
14933                 the message cache(s) introduced by 0.6.5claws37
14934
14935 2001-12-25 [christoph]  0.6.6claws19
14936
14937         * src/stock_pixmap.[ch]
14938         * src/summaryview.c
14939                 add ignore thread pixmap
14940                 (can someone draw a better icon for this?)
14941
14942 2001-12-24 [alfons]     0.6.6claws18
14943
14944         * src/prefs_folder_item.c
14945                 make address completion actually work for the
14946                 Default To address in the Folder Property dialog.
14947
14948 2001-12-24 [alfons]     0.6.6claws17
14949         
14950         * src/summaryview.c
14951                 use new style regexp for subject stripping 
14952                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14953
14954 2001-12-24 [darko]      0.6.6claws16
14955
14956         * src/pgptext.c
14957         * src/rfc2015.c
14958                 move GPG related informational messages to debug mode
14959
14960 2001-12-23 [alfons]     0.6.6claws15
14961
14962         * src/stock_pixmap.[ch]
14963         * src/summaryview.c
14964                 add the forgotten Claws' locked pixmap
14965
14966 2001-12-23 [alfons]     0.6.6claws14
14967
14968         * src/filesel.c
14969                 accept file name typed in entry in multi file
14970                 selector (patch submitted by Gustavo Noronha Silva 
14971                 <kov@debian.org>)
14972
14973 2001-12-23 [alfons]     0.6.6claws13
14974
14975         * src/prefs_filter.c
14976         * src/prefs_filtering.c
14977         * src/matcher.c
14978         * src/importmutt.c
14979                 clean up a little bit
14980         
14981         * src/string_match.c
14982                 validate input strings a little bit more
14983
14984 2001-12-23 [alfons]     0.6.6claws12
14985
14986         * src/Makefile.am
14987         * src/summaryview.c
14988         * src/string_match.[ch]         ** NEW **
14989         * src/folderview.[ch]
14990         * src/headerview.h
14991         * src/folder.[ch]
14992         * src/prefs_folder_item.[ch]
14993                 add subject simplification to strip out strings from
14994                 a subject line (esp. handy for mailing lists). 
14995                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14996                 but slightly changed things for better integration.)
14997
14998 2001-12-23 [alfons]     0.6.6claws11
14999
15000         * src/mainwindow.c
15001                 fix bug introduced by submission included in 0.6.5claws52.
15002                 ideally this submission should clean the trash if any trash
15003                 folder has a message. however, the hasTrash variable was
15004                 set to false whenever a trash folder was empty (discarding
15005                 a previously found *filled* trash folder.)
15006
15007                 also edited the code a little bit and made it more safe.
15008
15009 2001-12-22 [alfons]     0.6.6claws10
15010
15011         * src/imap.c
15012                 quick fix for Martin Pool's omission of an account
15013                 specific SSL setting
15014
15015 2001-12-22 [alfons]     0.6.6claws9
15016
15017         * src/compose.c
15018         * src/messageview.c
15019         * src/mimeview.c
15020         * src/pgptext.c
15021         * src/procmime.[ch]
15022                 better support for multipart/digest (submitted
15023                 by Fredrik <e98fo@efd.lth.se>)
15024
15025 2001-12-22 [alfons]     0.6.6claws8
15026
15027         * src/addressbook.c
15028                 correct function signature
15029         * src/socket.[ch]
15030         * src/imap.[ch]
15031         * src/prefs_account.[ch]
15032                 allow IMAP over SSH tunnel (patch submitted by 
15033                 Martin Pool <mbp@samba.org>)
15034
15035 2001-12-21 [alfons]     0.6.6claws7
15036
15037         * sync with sylpheed 0.6.6cvs4-9
15038                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
15039
15040 2001-12-21 [christoph]  0.6.6claws6
15041
15042         * src/compose.c
15043         * src/prefs_folder_item.[ch]
15044                 implement saving of outgoing messages to current folder.
15045                 fix segfault when no default outbox is available
15046                 (closes bug #495683)
15047
15048 2001-12-21 [carsten]    0.6.6claws5
15049         * src/folderview.c
15050         * src/summaryview.c
15051                 pressing CTRL while DND does now the expected thing and
15052                 copies the mail (moving is still the default, as this
15053                 seam more appropriate for handling mails by DND)
15054
15055 2001-12-18 [paul]       0.6.6claws4
15056
15057         * sync with sylpheed 0.6.6cvs3
15058                 see ChangeLog entries 2001-12-18
15059
15060 2001-12-18 [hiro]       0.6.6claws3
15061
15062         * src/undo.c
15063                 fix for multibyte characters (obtain the number of letters
15064                 instead of bytes).
15065
15066 2001-12-17 [paul]       0.6.6claws2
15067
15068         * sync with sylpheed 0.6.6cvs1
15069                 see ChangeLog entry 2001-12-16
15070
15071 2000-12-17 [alfons]     0.6.6claws1
15072
15073         * src/filtering.c
15074                 clean up
15075
15076 2001-12-16 [paul]       0.6.6claws
15077 2001-12-15
15078
15079         * Release version 0.6.6claws, cvs tag: rel_0_6_6
15080
15081         * src/mimeview.c
15082                 last minute sync with main 0.6.6
15083
15084         * po/es.po
15085                 updated by Ricardo Mones Lastra
15086                 update for last minute sync
15087         * po/fr.po
15088         * po/nl.po
15089                 update for last minute sync
15090         * po/de.po
15091                 updated by Jens Oberender
15092         * po/pt_BR.po
15093                 updated by Fabio Junior Beneditto
15094
15095         * src/prefs_common.[ch]
15096         * src/undo.c
15097                 number of undo levels is user configurable
15098                 (squeeze it into the release in the dying
15099                 moments) Submitted by Jens Oberender    
15100
15101 2001-12-15 [melvin]
15102
15103         * po/fr.po
15104                 updated french translation
15105
15106 2001-12-15 [paul]       0.6.5claws92
15107
15108         * sync with sylpheed 0.6.5cvs28
15109                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
15110
15111         * po/nl.po
15112                 update to allow for sync
15113
15114 2001-12-15 [alfons]
15115         
15116         * po/nl.po
15117                 update dutch translation
15118
15119 2001-12-14 [carsten]    0.6.5claws91
15120         * src/summaryview.c
15121                 fixed bug #473785; also after changing the column order
15122                 the same message will be selected and displayed as before
15123                 the reordering
15124
15125 2001-12-14 [carsten]    0.6.5claws90
15126         * src/folderview.c
15127                 probably found the bug reported by wwb opening or closing
15128                 a folder tree just before dnd (found the solution in the
15129                 balsa source -- thanks to them)
15130
15131 2001-12-14 [carsten]    0.6.5claws89
15132         * src/gtkutils.c
15133         * src/account.c
15134                 moved gtk_clist_moveto to the right place, so that
15135                 only the accounts dialog is effected on opening
15136
15137 2001-12-14 [carsten]    0.6.5claws88
15138         * src/gtkutils.c
15139                 gtkut_clist_set_focus_row does a gtk_clist_moveto
15140                 now, so that the focused row will be seen in any case
15141                 (reported by wwp on sf-claws-user)
15142
15143 2001-12-14 [darko]      0.6.5claws87
15144
15145         * src/compose.c
15146                 remove unnecessary line
15147
15148 2001-12-14 [paul]       0.6.5claws86
15149
15150         * sync with sylpheed 0.6.5cvs27
15151                 see ChangeLog entries 2001-12-14
15152
15153 2001-12-14 [carsten]    0.6.5claws85
15154         * src/mainwindow.c
15155                 following a suggestion of Melvin the rcoabm pops up
15156                 right under the button now and the button is reliefed
15157                 while the popup is open
15158
15159 2001-12-14 [darko]      0.6.5claws84
15160
15161         * src/compose.c
15162                 fix crash when wrapping long lines if linewrap quotation
15163                 is disabled and wrapper encounters a word spanning more
15164                 than one line
15165
15166 2001-12-13 [paul]       0.6.5claws83
15167
15168         * src/compose.c
15169                 prefer 'Reply-To' header over mailing list header when
15170                 replying to a message. Finally prevent all those confirmation 
15171                 messages being sent to the list itself.
15172
15173         * src/summaryview.c
15174                 remove unused summary_set_menu_sensitive() entry
15175
15176 2001-12-13 [paul]       0.6.5claws82
15177
15178         * src/folderview.c
15179         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15180         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15181         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15182                 improvements to 'Hide read messages': Inbox, Outbox,
15183                 Trash, Queue, and Draft icons now reveal presence of hidden 
15184                 messages
15185
15186 2001-12-12 [alfons]     0.6.5claws81
15187
15188         0.6.5claws80 was tagged as LAST_STABLE
15189
15190         * src/filtering.[ch]
15191         * src/matcher.[ch]
15192         * src/matcher_parser_lex.c
15193                 fix the filtering; my last attempt to get it right, 
15194                 if it does not work, it's Hoa's turn. ;-)
15195
15196                 for my honourable peers:
15197                 
15198                 the code now makes a clear distinction between
15199                 rules as they are displayed (probably escaped),
15200                 and as they are executed (probably unescaped). the
15201                 parser does *NOT* do any unescaping, this is
15202                 the task of the matcher.c (which breaks up a
15203                 rule into condition) and the filtering.c (which
15204                 breaks up the rule's action). to make this
15205                 run happily we provide an unescaped copy of
15206                 crucial strings to the MatcherProp and 
15207                 FilteringAction structures. note that the only
15208                 exception to this is any REGEXP string. those
15209                 are directly passed to regcomp() and regexp()
15210                 (who have much more powerful unescape functions).
15211                 
15212                 for everyone else:
15213         
15214                 you can escape tab (\t), carriage return (\r),
15215                 linefeed (\n), form feed (\f), quote (\"), 
15216                 single quote (\'), bell (\b) in all the entry
15217                 lines in the scoring & filtering dialogs.
15218                 as an added bonus this should not affect
15219                 existing filtering rules.
15220
15221 2001-12-12 [carsten]    0.6.5claws80
15222
15223         * src/summaryview.c
15224         * po/de.po
15225                 "item(s) selected" is now sensitive to 1 or more
15226                 than one selected (nice for language where simple
15227                 adding of a "s" is not possible as German (Eintrag
15228                 ->Eintr"age)
15229                 
15230                 the "forward as attachment" entry from the right
15231                 click menu removed, "forward" acts following the
15232                 prefs
15233         
15234         * src/textview.c
15235                 reverted my former changes; so compiler warning again
15236                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15237                 nevertheless
15238
15239         * src/messageview.c
15240                 "search in message" does now *not* only work in MVIEW_TEXT
15241                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15242                 message
15243
15244         * src/mainwindow.c
15245                 removed "/File/_Close" as it was the same as "/File/E_xit"
15246                 and we don't need it two times
15247
15248                 the separate folder view and message view now get a distinct
15249                 WMCLASS, just in case someone is using sawfish ;-)
15250
15251                 as the menu entries "/View/Message view" and "/View/Folder tree"
15252                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15253                 make them sensitive accordingly and as these two are "shown"
15254                 after startup anytime check this menuitem at startup
15255
15256 2001-12-12 [paul]       0.6.5claws79
15257
15258         * src/folderview.c
15259                 fix sensitivity of 'Search folder...', broken in
15260                 0.6.5claws75
15261
15262         * src/mainwindow.c
15263                 fix dodgy English
15264
15265 2001-12-11 [carsten]    0.6.5claws78
15266         * src/filtering.c
15267                 fixed two typos returning a wrong FALSE/TRUE
15268         * src/mainwindow.[ch]
15269                 extra menu for email/news button removed
15270
15271 2001-12-11 [alfons]     0.6.5claws77
15272         
15273         * src/matcher.c                 (1.3)
15274         * src/matcher_parser_lex.l      (1.28)
15275                 revert for another attempt
15276                 mark 0.6.5claws77 as LAST_STABLE
15277
15278 2001-12-11 [christoph]  0.6.5claws76
15279
15280         * po/de.po
15281                 fixed wrong translation for prev. unread msg
15282
15283 2001-12-11 [paul]       0.6.5claws75
15284
15285         * src/folder.[ch]
15286         * src/folderview.c
15287         * src/mainwindow.c
15288         * src/summaryview.[ch]
15289         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15290                 enable ability to hide read messages on per folder basis via 
15291                 '/Summary/Hide read messages'; when selected, a folder will 
15292                 have a red open folder icon, instead of a blue icon, if the 
15293                 folder contains hidden messges
15294                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15295
15296         * src/mainwindow.c
15297                 remove '/Message/Forward as attachment' from 
15298                 main_window_set_menu_sensitive() to prevent debug warning
15299
15300         * src/folderview.c
15301         * src/mainwindow.c
15302                 Clean up some of the English
15303
15304         * tools/newscache_clean.pl
15305                 allow for new 'hidereadmsgs' entry in folderlist.xml
15306
15307         * po/es.po
15308                 updated translation, submitted by Ricardo Mones Lastra
15309
15310 2001-12-11 [paul]       0.6.5claws74
15311
15312         * sync with sylpheed 0.6.5cvs25
15313                 see ChangeLog entry 2001-12-11
15314
15315 2001-12-10 [alfons]     0.6.5claws73
15316
15317         * src/matcher.c
15318                 add more control characters
15319         * src/matcher_parser_lex.l
15320                 make escaping / unescaping work again
15321
15322 2001-12-10 [alfons]     0.6.5claws72
15323
15324         * src/imap.c
15325                 clean up warnings "returning value for void function" 
15326         * src/prefs_filtering.c
15327                 make info button for execute action sensitive
15328
15329 2001-12-10 [paul]       0.6.5claws71
15330
15331         * src/compose.c
15332         * src/imap.[ch]
15333         * src/summaryview.c
15334                 fix: imap server now gets informed of MARKED, UNMARKED
15335                 and REPLY events. Now people can use different IMAP-Mail
15336                 clients and have the exact same information about MARKED,
15337                 UNMARKED and REPLY status with all of them. Especially
15338                 useful for imap servers with a web-frontend.
15339                 submitted by Tobias Sandhaas <medlor@web.de>
15340
15341 2001-12-09 [melvin]     0.6.5claws70
15342         
15343         * src/textview.[ch]
15344                 fixed bug #490076 (hunted down by Alfons who implemented
15345                 a workaround in 0.6.5claws65)
15346
15347 2001-12-09 [christoph]  0.6.5claws69
15348
15349         * src/summaryview.c
15350                 set pointer to string in LOCKED column to NULL
15351                 (might fix bug #490800)
15352
15353 2001-12-09 [carsten]    0.6.5claws68
15354
15355         * po/de.po
15356                 resolved some cluttered menu shortcuts 
15357                 ('creating new email' and 'creating news message'
15358                 hade the same)
15359         * src/compose.c
15360                 wmclass now distinc from main window
15361         * src/mainwindow.c
15362           src/mainwindow.h
15363                 email/news and forward button functionality similar
15364                 to the reply buttons; removed the ugly dropdown arrows
15365                 and use instead the right mouse button
15366
15367 2001-12-09 [paul]       0.6.5claws67
15368
15369         * src/imap.c
15370         * src/utils.h
15371                 allow spaces in imap folder names
15372                 submitted by Willem van Engen <wvengen@stack.nl>
15373
15374 2001-12-09 [paul]       0.6.5claws66
15375
15376         * sync with sylpheed 0.6.5cvs24
15377                 see ChangeLog entry 2001-12-09
15378
15379 2001-12-08 [alfons]     0.6.5claws65
15380
15381         * src/textview.c
15382                 prevent secondary selection claim after "add to sender" dialog
15383                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15384                 we trick GTK by simulating a click at (0, 0) in the textview.
15385
15386 2001-12-08 [hoa]        0.6.5claws64
15387
15388         * src/folder.c
15389                 fixed a bug about the .processing folder name while filtering
15390
15391 2001-12-08 [alfons]     0.6.5claws63
15392
15393         * src/folderview.c 
15394                 work around problem of not correctly updating folder stats
15395                 when deleting messages. there's some folder scanning evil
15396                 going so the folderview_update_msg_num() does not work
15397                 correctly. need to investigate this.
15398
15399 2001-12-08 [paul]       0.6.5claws62
15400
15401         * sync with sylpheed 0.6.5cvs23
15402                 see ChangeLog entry 2001-12-08
15403
15404 2001-12-07 [christoph]  0.6.5claws61
15405
15406         * src/compose.c
15407                 fix another header translation problem
15408
15409 2001-12-07 [alfons]     0.6.5claws60
15410
15411         * src/mbox.c
15412                 make filtering also work on local spool mbox
15413
15414 2001-12-07 [carsten]    0.6.5claws59
15415         * src/addressbook.c
15416                 addressbook window gets a wmclass distinct from the main
15417                 sylpheed window
15418         * src/compose.h
15419         * src/mainwindow.[ch]
15420                   forward menu item will use mode selected in prefs, forward 
15421                 as attatchment in menu removed (will be substituted in the
15422                 toolbar similar to reply buttons)
15423                   create news message menu entry and news button is now 
15424                 sensitive to the existance of a news account
15425         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15426         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15427         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15428                 these are removed because the toolbar buttons don't show
15429                 the quoting modus any longer
15430
15431 2001-12-07 [paul]
15432
15433         * tools/newscache_clean.pl      ** NEW FILE **
15434                 perl script to do some tidying up in the newscache directory 
15435                 
15436         * tools/sylpheed-switcher       ** NEW FILE **
15437                 perl script to enable easy switching between main and claws
15438                 
15439         * tools/README
15440                 added descriptions of the two new perl scripts          
15441
15442
15443 2001-12-07 [melvin]     0.6.5claws58
15444
15445         * src/messageview.c
15446                 fixed a warning during compilation introduced in 0.6.5claws56
15447
15448 2001-12-07 [paul]       0.6.5claws57
15449
15450         * src/mainwindow.[ch]
15451         * src/menu.[ch]
15452                 further usability enhancements to replying with or without 
15453                 quoting via the toolbar, use of Ctrl key is replaced by 
15454                 drop down menu 
15455                 Submitted by Carsten Schurig            
15456
15457 2001-12-07 [melvin]     0.6.5claws56
15458
15459         * src/messageview.c
15460                 hack to fix bug that prevented to make/paste selections
15461                 after switching between MVIEW_TEXT and MVIEW_MIME views
15462                 without deselecting the selection first.
15463
15464 2001-12-06 [alfons]     0.6.5claws55
15465
15466         * src/filtering.[ch]
15467         * src/inc.c
15468                 revise filtering a little bit more, and make sure
15469                 messages are delivered to the appropriate inbox
15470                 (perhaps set per account)
15471
15472 2001-12-06 [paul]       0.6.5claws54
15473
15474         * sync with sylpheed 0.6.5cvs22
15475                 see ChangeLog entry 2001-12-06
15476
15477 2001-12-05 [alfons]     0.6.5claws53
15478
15479         * src/inc.c
15480         * src/folder.[ch]
15481         * src/procmsg.c
15482         * src/filtering.c
15483                 more revisions of filtering system
15484                 (last stable version is marked as LAST_STABLE)
15485                 
15486                 | NOTE 1): the filtering system now uses a local folder called
15487                 | .processing. if filtering fails, check this directory
15488                 | for missing messages.
15489                 |
15490                 | NOTE 2): help us find the filtering actions still missing
15491
15492 2001-12-05 [paul]       0.6.5claws52
15493
15494         * src/mainwindow.c
15495                 fix bug where 'Empty Trash?' pop-up window appears even
15496                 when Trash is empty, submitted by Jesse Skinner         
15497
15498 2001-12-05 [melvin]     0.6.5claws51
15499
15500         * src/compose.c
15501                 fixed bug #486106 to select correct account when reediting 
15502                 a queued message
15503         
15504 2001-12-04 [alfons]     0.6.5claws50
15505
15506         * src/mh.c
15507                 declare markfile in appropriate functions when
15508                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15509                 for spotting this)
15510
15511 2001-12-04 [paul]       0.6.5claws49
15512
15513         * sync with sylpheed 0.6.5cvs21
15514                 see ChangeLog entry 2001-12-04
15515
15516 2001-12-03 [christoph]  0.6.5claws48
15517
15518         * po/de.po
15519                 changed translation of undo
15520         * src/account.c
15521         * src/folder.c
15522                 don't reinvent the wheel to traverse a GNode
15523         * src/compose.[ch]
15524                 seperate code to create the compose gui into functions
15525                 add "Others" page with folder selection for saving copy
15526                 of the message.
15527                 the folder identifier is saved to queue header
15528         * src/procmsg.c
15529                 save message to folder in queue header
15530
15531 2001-12-03 [paul]       0.6.5claws47
15532
15533         * sync with sylpheed 0.6.5cvs20
15534                 see ChangeLog entry 2001-12-03
15535
15536 2001-12-01 [paul]
15537
15538         * more sync with sylpheed 0.6.5cvs19
15539                 see ChangeLog entry 2001-11-29
15540
15541 2001-11-30 [paul]       0.6.5claws46
15542         
15543         * src/compose.c
15544                 remove conflicts introduced by Hoa's last commit
15545          
15546         * src/mainwindow.c
15547                 make 'Message/Bounce' sensitive
15548
15549 2001-11-30 [hoa]        0.6.5claws45
15550
15551         * src/compose.c
15552                 slightly change bounce function to add
15553                 information about the user that bounced the mail
15554                 in the From header line.
15555
15556         * src/folderview.c
15557                 permit the use of processing in outbox folder.
15558
15559 2001-11-29 [paul]       0.6.5claws44
15560
15561         * src/mainwindow.[ch]
15562         * src/prefs_common.c
15563         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15564         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15565         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15566                 usability enhancements to the quoting, implements
15567                 use of Ctrl key to toggle quoting settings
15568                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15569
15570 2001-11-29 [paul]       0.6.5claws43
15571         
15572         * sync with sylpheed 0.6.5cvs19
15573                 see ChangeLog entry 2001-11-28
15574
15575 2001-11-29 [melvin]     0.6.5claws42
15576         * src/Makefile.am
15577                 added enriched.[ch] to the list of files
15578
15579         * src/textview.c
15580         * src/mimeview.c
15581         * src/procmime.[ch]
15582         * src/enriched.[ch]
15583                 added support to view text/enriched
15584                 added support to show headers in message view for text/enriched and text/html
15585                         in non multipart messages
15586
15587 2001-11-28 [paul]       0.6.5claws41
15588
15589         * more sync with sylpheed 0.6.5cvs18
15590                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15591
15592 2001-11-27 [paul]       0.6.5claws40
15593         
15594         * po/pt_BR.po
15595                 updated translation, submitted by Fabio Junior Beneditto
15596                 
15597         * sync with sylpheed 0.6.5cvs18
15598                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15599                 2001-11-27
15600
15601
15602 2001-11-26 [paul]
15603
15604         * po/es.po
15605                 updated translation, submitted by Ricardo Mones Lastra
15606
15607 2001-11-26 [alfons]
15608
15609         * src/matcher.c
15610                 add more translatable strings
15611
15612 2001-11-26 [christoph]  0.6.5claws39
15613
15614         * po/de.po      
15615                 fixed one more umlaut
15616         * src/compose.c
15617                 fix translated header when it should not be translated
15618
15619 2001-11-26 [paul]       0.6.5claws38
15620
15621         * src/mainwindow.c
15622                 remove '/Message/Add Sender to address book' from 
15623                 main_window_set_menu_sensitive(), prevent debug warning
15624                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15625
15626 2001-11-26 [paul]       0.6.5claws37
15627
15628         * src/summaryview.c
15629                 fix 'recurring unread state' bug 
15630
15631         * tools/README 
15632         * tools/filter_conv.pl
15633                 read name of top level mailbox from folderlist.xml
15634                 and presume nothing about its name              
15635
15636 2001-11-26 [darko]      0.6.5claws36
15637
15638         * src/gtkstext.[ch]
15639                 removed functions that are now in gtkutils.c
15640                 use gtkut_text_is_uri_string() from gtkutils.c
15641         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15642
15643 2001-11-26 [paul]       0.6.5claws35
15644
15645         * sync with sylpheed 0.6.5cvs16
15646                 see ChangeLog entries 2001-11-25 and 2001-11-26
15647
15648 2001-11-25 [alfons]     0.6.5claws34
15649
15650         EXPERIMENTAL!!! Please checkout the last stable version using: 
15651           
15652         % cvs update -r LAST_STABLE -dRAP
15653
15654         (Or help us testing this stuff.)
15655
15656         * src/filtering.c               (1.14)
15657         * src/filtering.h               (1.6)
15658         * src/inc.c                     (1.28)
15659         * src/matcher.c                 (1.20)
15660         * src/mbox.c                    (1.9)
15661         * src/procmsg.h                 (1.14)
15662         * src/summaryview.c             (1.59)
15663         * src/summaryview.h             (dunno)
15664                 revert/merge/sync to as it was before commit 
15665                 on Thu, 19 Jul 2001 10:15:51 -0700.
15666
15667 2001-11-25 [hoa]        0.6.5claws33
15668
15669         * src/main.c
15670                 processing mails at startup
15671
15672         * src/folderview.c
15673         * src/summaryview.[ch]
15674                 processing mails when entering folder
15675
15676         * src/prefs_filtering.c
15677                 fixed some UI bugs
15678
15679 2001-11-24 [alfons]     0.6.5claws32
15680
15681         * src/summaryview.[ch]
15682                 make summary sort headers work, and also make
15683                 sure the sort type is stored
15684
15685 2001-11-23 [alfons]     0.6.5claws31
15686
15687         * src/summaryview.[ch]
15688                 make lock work like mark
15689                 disallow deleting messages marked as locked
15690
15691 2001-11-23 [alfons]     0.6.5claws30
15692
15693         * src/gtkstext.c
15694         * src/compose.[ch]
15695         * src/Makefile.am
15696         * src/undo.[ch]
15697                 merge undo patch submitted by Jens
15698
15699 2001-11-23 [christoph]  0.6.5claws29
15700
15701         * src/.cvsignore
15702                 added ylwrap
15703         * src/compose.c
15704                 fixed gpg signing and encoding
15705         * src/folder.[ch]
15706         * src/main.c
15707                 added --status option to get new, unread and total
15708                 message count from a running sylpheed
15709         * src/prefs_common.c
15710                 temporary fix for reply_with_quote problem
15711                 (don't call functions for non existing widget)
15712         * src/procmsg.c
15713                 one more check for ignored threads but still not
15714                 always working correctly. probably a recursive
15715                 check for all parents is needed
15716
15717 2001-11-23 [darko]      0.6.5claws28
15718
15719         * src/compose.c
15720                 wrapping on send improvements
15721         * src/gtkutils.[ch]
15722                 fix for GtkSText after last sync with main branch
15723                 GTK_TEXT -> GTK_STEXT
15724
15725 2001-11-23 [paul]       0.6.5claws27
15726
15727         * sync with sylpheed 0.6.5cvs14
15728                 see ChangeLog entries 2001-11-22 and 2001-11-23
15729                 
15730         * po/de.po
15731                 fixed the scrambled umlauts 
15732                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15733
15734 2001-11-21 [paul]       0.6.5claws26
15735
15736         * sync with sylpheed 0.6.5cvs12
15737                 see 2nd ChangeLog entry dated 2001-11-20
15738
15739 2001-11-20 [paul]       0.6.5claws25
15740
15741         * sync with sylpheed 0.6.5cvs11
15742                 see ChangeLog entry 2001-11-19 (src/utils.c)
15743
15744 2001-11-20 [hiro]
15745
15746         * src/compose.c
15747                 GTK_TEXT -> GTK_STEXT
15748                 fix for wrong comment
15749
15750 2001-11-20 [hiro]       0.6.5claws24
15751
15752         * src/compose.[ch]
15753                 more merges from main branch
15754                 removed fatal warnings (uninitialized variables etc.)
15755                 some coding style fix
15756         * src/gtkutils.h
15757                 fixed typo.
15758         * src/addressbook.c
15759           src/addrindex.c
15760                 V-Card -> vCard
15761
15762 2001-11-19 [hoa]        0.6.5claws23
15763
15764         * src/filtering.c
15765         * src/prefs_scoring.c
15766         * src/matcher.[ch]
15767         * src/scoring.c
15768                 cleaning code
15769
15770         * src/matcher_parser_parse.y
15771         * src/prefs_filtering.c
15772                 bouncing
15773
15774 2001-11-19 [alfons]     0.6.5claws22
15775
15776         more of my old things into claws
15777
15778         * src/Makefile.am
15779         * src/prefs_common.c
15780         * src/procmsg.h
15781         * src/summaryview.[ch]
15782         * src/prefs_summary_column.c
15783         * src/pixmaps/locked.xpm
15784                 add indicators for locking of message in summary view
15785                 (does not work yet, only visual indicator)
15786
15787 2001-11-19 [paul]       0.6.5claws21
15788
15789         * sync with sylpheed 0.6.5cvs10
15790                 see ChangeLog entry 2001-11-19
15791
15792 2001-11-18 [alfons]     0.6.5claws20
15793         
15794         * src/filtering.c
15795                 remove an inadvertent free I forgot in previous clean up 
15796
15797 2001-11-18 [alfons]     0.6.5claws19
15798
15799         * src/filtering.[ch]
15800                 clean up & plug leaks
15801
15802 2001-11-18 [paul]       0.6.5claws18
15803
15804         * sync with sylpheed 0.6.5cvs9
15805                 see ChangeLog entries 2001-11-17 and 2001-11-18
15806
15807 2001-11-16 [paul]       0.6.5claws17
15808
15809         * sync with sylpheed 0.6.5cvs8
15810                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15811
15812 2001-11-16 [paul]       0.6.5claws16
15813
15814         * sync with sylpheed 0.6.5cvs7
15815                 see ChangeLog entries 2001-11-15 and 2001-11-16
15816
15817 2001-11-15 [hoa]        0.6.5claws15
15818
15819         * src/compose.c
15820                 fix bounce, mails we received couln't be bounced to ourself.
15821
15822         * src/defs.h
15823         * src/filtering.[ch]
15824         * src/matcher.[ch]
15825         * src/matcher_parser.h
15826         * src/matcher_parser_lex.l
15827         * src/matcher_parser_parse.y
15828         * src/inc.c
15829         * src/main.c
15830         * src/mbox.c
15831         * src/prefs_filtering.[ch]
15832         * src/mainwindow.c
15833         * src/prefs_matcher.c
15834         * src/prefs_scoring.c
15835         * src/scoring.[ch]
15836         * src/summaryview.c
15837                 new matcher/filter/score configuration file parser
15838                 one unique configuration file => ~/.sylpheed/matcherrc
15839                 import in currently automatic, then save are made
15840                 in this new file.
15841                 one filter per folder and one global filter
15842                 (filter of a folder will be used as folder processing)
15843
15844         * src/folder.c
15845                 fix a bug in folder_item_get_identifier
15846                 
15847         * src/messageview.c
15848                 receive receipt return are fixed.
15849
15850 2001-11-14 [alfons]     0.6.5claws14
15851
15852         * src/session.h
15853                 add things from main branch to make claws compile
15854
15855 2001-11-14 [paul]       0.6.5claws13
15856
15857         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15858                 see ChangeLog entries 2001-11-08 to 2001-11-14
15859
15860 2001-11-14 [hoa] 0.6.5claws12
15861
15862         * src/compose.[ch]
15863         * src/mainwindow.c
15864         * src/summaryview.c
15865                 add "bounce mail" option
15866
15867 2001-11-13 [christoph]  0.6.5claws11
15868
15869         * src/compose.c
15870                 Cleanup a mess i add before commiting
15871
15872 2001-11-13 [hoa]        0.6.5claws10
15873
15874         * src/compose.c
15875                 some fixes when mail are sent or
15876                 for crossposts
15877
15878 2001-11-13 [christoph]  0.6.5claws9
15879
15880         * po/de.po
15881                 Changed two string with the same translation
15882         * src/compose.c
15883         * src/procmsg.[ch]
15884         * src/send.[ch]
15885                 New mailsending process:
15886                   - Always queue message before sending
15887                     (message will be saved if sylpheed crashed or
15888                      freezes while sending)
15889                   - Allow queuing of newspostings
15890                   - No copy in outbox before sending
15891                     (closes bug #469501)
15892                   - No more redundant code for send and send_later
15893         * src/summaryview.c
15894                 Applied wwp <subscript@free.fr>'s patch that fixes
15895                 marks for multiple forwarded messages (+compose.c)
15896
15897 2001-11-12 [alfons]
15898
15899         * README.claws
15900                 remove things that are now in main branch
15901         
15902         * po/nl.po
15903                 update Dutch translation
15904
15905 2001-11-12 [mhadasht]   0.6.5.claws8
15906
15907         * src/prefs_common.c
15908                 re-enabled account autoselection feature for forward
15909                 and reedit lost during the branch point for SYNC-B4-REL
15910         * src/gtkspell.c
15911                 gtkpspell_get_dict(): more readable code (even if function is
15912                 not used yet)
15913         * ChangeLog.claws
15914                 added version number info to 2001-11-12 [hiro] comment.
15915
15916 2001-11-12 [hiro]       0.6.5.claws7
15917
15918         * src/compose.c
15919                 compose_forward(): fixed a bug that forward quote mark
15920                 wasn't used.
15921                 removed unnecessary code.
15922         * src/template_select.[ch]: removed.
15923
15924 2001-11-11 [alfons]
15925
15926         * src/compose.c
15927                 :%s/GTK_TEXT/GTK_STEXT/g
15928         
15929         * src/compose.[ch]
15930         * src/undo.[ch]
15931         * src/Makefile.am
15932                 revert the undo stuff (this is 0.6.6claws stuff)
15933
15934 2001-11-11 [hoa]        0.6.5.claws6
15935
15936         * src/compose.[ch]
15937                 Insert signature at the end of the text.
15938                 Added undo patch but currently disabled
15939
15940         * src/procmsg.c
15941                 Threading by subject improved.
15942
15943         * added src/undo.[ch]
15944                 Undo module for compose dialog box.
15945
15946 2001-11-11 [alfons]     0.6.5.claws5
15947
15948         * src/procmsg.c
15949                 prevent threading by subject on nodes that have already been
15950                 threaded by in-reply-to (as in "circular references in a tree
15951                 result in a dead branch")
15952
15953 2001-11-09 [hoa]        0.6.5.claws4
15954         
15955         * src/folderview.c
15956                 allows creation of mbox folder item from any files.
15957
15958 2001-11-09 [alfons]     0.6.5.claws3
15959         
15960         * src/utils.c
15961         * src/procmsg.c
15962                 do what I mean and correct threading by subject so it really
15963                 ignores attracting lines without "Re: "
15964
15965 2001-11-07 [alfons]     0.6.5.claws2
15966
15967         * src/procmsg.c
15968         * src/utils.[ch]
15969                 only attract by subject if a subject line starts with a "Re: "
15970         * src/syldap.c
15971                 remove warning
15972
15973 2001-11-07 [paul]       0.6.5claws1
15974
15975         * sync with sylpheed 0.6.5. release
15976                 see ChangeLog entry 2001-11-07
15977
15978 2001-11-07 [paul]       0.6.4claws31
15979
15980         * sync with sylpheed 0.6.4cvs18
15981                 see ChangeLog entries 2001-10-30 to 2001-11-07
15982                 prefs_templates.[ch] renamed prefs_template.[ch]
15983
15984 2001-11-06 [alfons]
15985         
15986         * src/utils.h
15987                 add semicolon Hoa forgot ;-)
15988                 
15989
15990 2001-11-06 [hoa]        0.6.4claws30
15991         
15992         * src/procmsg.c
15993         * src/summaryview.c
15994         * src/utils.c
15995         * src/utils.h
15996                 threading by subject - empty subject are ignored
15997
15998 2001-11-06 [christoph]  0.6.4claws29
15999
16000         * src/socket.c
16001                 use SSL_peek for sock_gets
16002         * src/utils.c
16003                 removed unneeded pointer in extracting quoted
16004                 names implementation
16005
16006 2001-11-06 [melvin]     0.6.4claws28
16007
16008         * src/gtkspell.c
16009                 fixed bug #476792 Selection overtyping with spell checker
16010                 fixed bug which could cause a buffer overflow
16011                 fixed a memory leak
16012
16013 2001-11-06 [hoa]        0.6.4claws27
16014         
16015         * src/procmsg.c
16016         * src/summaryview.c
16017                 threading by subject
16018
16019 2001-11-05 [alfons]     0.6.4claws26
16020         
16021         * README.claws
16022                 Claws -> Sylpheed (vice versa)
16023
16024         * src/compose.c
16025                 :%s/gtk_text/gtk_stext/g
16026                 :%s/GTK_TEXT/GTK_STEXT/g
16027                 (thanks to Jonathan Ware for spotting this)
16028
16029 2001-11-04 [christoph]  0.6.4claws25
16030
16031         * src/summaryview.c
16032                 replace Xalloca + strdup with Xstrdup_a
16033         * src/utils.c
16034                 better implementation of extracting quoted names
16035                 from addresses (remove backlashes and ignore
16036                 quotes after them)
16037
16038 2001-11-04 [alfons]     0.6.4claws24
16039
16040         * src/utils.[ch]
16041                 edit to comply more with coding style
16042
16043         * src/textview.c
16044                 fix bug reported by Kim Schulz. introduced by the patch integrated
16045                 in 0.6.4claws15. the code did not check the return value of
16046                 the html parser.
16047
16048         * AUTHORS
16049                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
16050
16051 2001-11-04 [christoph]  0.6.4claws23
16052
16053         * src/main.c
16054         * src/prefs_common.[ch]
16055                 init some pointers that possibly caused a segfault
16056                 reported in the claws-users ML
16057
16058 2001-11-04 [hoa]        0.6.4claws22
16059
16060         * src/grouplistdialog.c
16061                 change the names of the nodes in the tree
16062
16063         * src/compose.c
16064                 enhanced mailto syntax as described in
16065                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
16066                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
16067
16068         * src/utils.c
16069                 encode and decode URI (useful when opening URL into
16070                 netscape).
16071
16072 2001-11-03 [hoa]        0.6.4claws21
16073
16074         * src/grouplistdialog.c
16075                 a new newsgroups list selection dialog box
16076                 with a CTree instead of a CList
16077
16078 2001-11-03 [hoa]        0.6.4claws20
16079
16080         * src/folderview.c
16081                 enable property and scoring options when right
16082                 click on "inbox"
16083
16084         * src/summaryview.c
16085                 fixed bug when nickname were displayed using
16086                 the address book.
16087
16088 2001-11-02 [darko]      0.6.4claws19
16089
16090         * src/compose.c
16091                 new wrap quotation and URL/long words wrapping implementation
16092         * src/compose.c src/gtkstext.[ch]
16093                 move gtkstext_strncmp() to gtkstext.c
16094
16095 2001-11-01 [christoph]  0.6.4claws18
16096
16097         * src/prefs_account.c
16098                 fixed mess in account settings dialog
16099         * src/prefs_folder_item.c
16100                 added label with folder path to dialog
16101
16102 2001-10-31 [match]      0.6.4claws17
16103
16104         * src/vcard.c
16105                 fix memory leak.
16106         * src/addrbook.c
16107                 fix generation of spurious address book file names.
16108                 remove redundant functions.
16109         * po/POTFILES.in
16110                 added missing file names.
16111
16112 2001-10-30 [paul]       0.6.4claws16
16113
16114         * sync with sylpheed 0.6.4cvs6
16115                 see ChangeLog entries 2001-10-26 to 2001-10-30
16116
16117         * tools/filter_conv.pl
16118                 read folderlist.xml to discover whether the top-level
16119                 folder is called 'Mailbox' or 'Mail' 
16120
16121 2001-10-29 [paul]       0.6.4claws15
16122
16123         * src/html.c, src/textview.c
16124                 activate links in html mail and fix clickable parts
16125                 Submitted by Matthieu Dazy <dazy@t-surf.com>
16126
16127 2001-10-29 [paul]
16128
16129         * po/de.po, po/es.po, po/pt_BR/po
16130                 updated translations, submitted by Jens Oberender,
16131                 Ricardo Mones Lastra, and Fabio Junior Beneditto
16132
16133 2001-10-29 [darko]      0.6.4claws14
16134
16135         * src/compose.c
16136                 fix wrapping for good
16137
16138 2001-10-29 [darko]
16139
16140         * src/compose.c
16141                 undo previous change as it broke the smart wrapping
16142
16143 2001-10-29 [darko]      0.6.4claws13
16144
16145         * src/compose.c
16146                 fix infinite loop when long URL is quoted
16147                 (closes bug #475122.
16148
16149 2001-10-28 [match]
16150
16151         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16152                 import Mutt address book
16153         * src/ldif.[ch] src/importldif.h
16154                 modified import LDIF handle user attributes
16155
16156 2001-10-28 [christoph]  0.6.4claws12
16157
16158         * src/summaryview.c
16159                 fixed that filtering did not work if there
16160                 were no filter rules
16161                 (closes bug #472003 and better implementation
16162                  of patch #474644)
16163
16164 2001-10-27 [christoph]  0.6.4claws11
16165
16166         * src/compose.c
16167                 make the folder's default account to be used when
16168                 replying. (patch by wwp <subscript@free.fr>)
16169         * src/compose.c
16170                 code cleanup, nearly killed all of wwp's patch
16171                 for folder's default account in compose
16172         * src/folderview.c
16173                 error panel when a folder could not be created
16174                 (closes bug #471080 new folder name & already
16175                  existing file)
16176
16177 2001-10-26 [alfons]
16178
16179         * src/utils.h
16180                 change prototype of strstr2() that Christoph forgot about
16181
16182 2001-10-26 [christoph]  0.6.4claws10
16183
16184         * src/account.c
16185                 made search for accounts by email address not case
16186                 sensitive
16187         * src/folder.c
16188                 fixed memory leak in folder_item_get_identifier
16189         * src/gtkspell.c
16190         * src/utils.c
16191                 fixed wrong strstr2 (should work like strstr)
16192
16193 2001-10-26 [darko]      0.6.4claws9
16194
16195         * src/compose.c src/gtkstext.[ch]
16196         * src/gtkstext.c
16197                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16198
16199 2001-10-26 [paul]       0.6.4claws8
16200
16201         * src/html.c
16202                 ignore css and javascript tags in html mail
16203                 case-insensitive, with or without double-quoted
16204                 strings
16205
16206 2001-10-26 [paul]       0.6.4claws7
16207
16208         * sync with sylpheed 0.6.4cvs1
16209                 see ChangeLog entry 2001-10-26
16210
16211         * src/prefs_account.c, src/prefs_common.c,
16212           src/prefs_summary_column.c
16213                 minor improvements to the English
16214
16215 2001-10-25 [alfons]     0.6.4claws6
16216
16217         * src/gtkstext.c
16218         
16219                 make GtkSText follow style of GtkText (closes bug 
16220                 #469211 "text selection while writing message")
16221                 
16222                 do sync with GTK 1.2.10
16223
16224 2001-10-25 [paul]       0.6.4claws5
16225
16226         * src/html.c
16227                 ignore css tags in html mail
16228
16229 2001-10-25 [darko]      0.6.4claws4
16230
16231         * src/compose.c
16232                 don't declare is_url_string as static function since
16233                 we need it in gtkstext.c
16234         * src/gtkstext.c
16235                 remove unused variable
16236                 don't wrap long URLs while composing a message
16237
16238 2001-10-24 [christoph]  0.6.4claws3
16239
16240         * src/socket.c
16241                 fix ssl deadlock, when peer closes connection
16242
16243 2001-10-24 [paul]       0.6.4claws2
16244
16245         * src/prefs_common.c
16246                 gettextize the gpg ascii-armored warning message
16247
16248         * src/compose.c
16249                 insert a DOS/MAC file into the composed message
16250                 (improvements)
16251
16252         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16253
16254 2001-10-22 [paul]       0.6.4claws1
16255
16256         * sync with sylpheed 0.6.4 release
16257                 see ChangeLog entries 2001-10-21
16258
16259         * po/fr.po, po/pt_BR.po
16260                 updated by Melvin Hadasht and Fabio Junior Beneditto
16261
16262 2001-10-21 [paul]       0.6.3claws30
16263
16264         * src/compose.c
16265                 insert a DOS text file from the compose window
16266                 into the composed message text (removes CRs characters)
16267                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16268
16269         * tools/filter_conv.pl, tools/README
16270                 automatically use ~/.sylpheed as working directory
16271                 print out confirmation message on completion
16272
16273         * correct Hoa's last ChangeLog.claws entry
16274
16275 2001-10-20 [hoa]        0.6.3claws29
16276
16277         * src/grouplistdialog.c
16278                 bugfix (another ?) to give the right
16279                 newsgroups list for each news server.
16280
16281         * src/news.c
16282         * src/news.h
16283                 improve the newsgroups list cache
16284
16285 2001-10-20 [paul]       0.6.3claws28
16286
16287         * sync with sylpheed 0.6.3cvs9
16288                 see ChangeLog entry 2001-10-19
16289
16290         * correct Alfons' last ChangeLog.claws entry
16291
16292 2001-10-19 [alfons]
16293
16294         * src/pgptext.[ch]
16295                 fix compilation problems (part of bug #472895)
16296
16297 2001-10-18 [hoa]        0.6.3claws27
16298
16299         * src/grouplistdialog.c
16300                 bugfix when we refresh was clicked (bug 472701)
16301
16302 2001-10-19 [christoph]  0.6.3claws26
16303
16304         * src/compose.c
16305                 last header entry should default to "To:" or
16306                 "Newsgroups:" and not copy the last entry line
16307                 in a new compose window
16308                 (closes bug #472686, #470792)
16309
16310 2001-10-19 [paul]       0.6.3claws25
16311
16312         * sync with Sylpheed 0.6.3cvs8
16313                 see ChangeLog entries 2001-10-18 and 2001-10-19
16314
16315 2001-10-18 [christoph]  0.6.3claws24
16316
16317         * src/procmsg.c
16318                 reimplement ignore thread
16319         
16320 2001-10-18 [hoa]        0.6.3claws23
16321
16322         * src/folderview.c
16323         * src/grouplistdialog.[ch]
16324                 enhanced news subscription interface (feature 469113)
16325
16326         * src/news.c
16327         * src/news.h
16328                 enchanced newsgroup listing,
16329                 now, we can get groups informations
16330                 (NNTPGroupInfo)
16331
16332 2001-10-18 [paul]       0.6.3claws22
16333
16334         * src/summaryview.c
16335                 remove comment (sync with main branch)
16336         * src/mainwindow.c
16337                 fix 'Re-edit' bug in 'Message' menu
16338
16339 2001-10-17 [christoph]  0.6.3claws21
16340
16341         * src/compose.c
16342                 ignore empty or whitespace only header lines
16343
16344 2001-10-17 [paul]       0.6.3claws20
16345
16346         * sync with sylpheed 0.6.3cvs7
16347                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16348                 2001-10-17
16349
16350 2001-10-17 [darko]
16351
16352         * src/compose.c
16353                 wrap long lines without spaces
16354                 don't wrap URLs
16355
16356 2001-10-16 [paul]
16357
16358         * po/es.po, po/nl.po, po/pt_BR.po
16359                 updated by Ricardo Mones Lastra, Alfons,
16360                 and Fabio Junior Beneditto
16361
16362         * sylpheed-0.6.3claws released
16363
16364 2001-10-15 [melvin] 0.6.3claws18
16365
16366         * README.claws
16367                 added summary and detailed installation instructions
16368                 for spell checker
16369         * po/fr.po
16370                 Updated, corrected and completed french translation
16371
16372 2001-10-15 [hoa] 0.6.3claws17
16373         * src/grouplistdialog.c
16374                 we can choose the newsgroups to display with wildcards
16375
16376 2001-10-15 [christoph]  0.6.3claws16
16377
16378         * src/account.c
16379         * src/compose.c
16380         * src/prefs_folder_item.[ch]
16381                 applied wwp <subscript@free.fr>'s folder
16382                 default account patch
16383         * po/de.po
16384                 Fixed wrong translation
16385
16386 2001-10-13 [alfons, christoph, melvin]  
16387                         0.6.3claws15
16388
16389         solution #2 to solve MT-safety problems defers all GUI related calls
16390         to the main thread using a gtk_idle_add() callback. discussed on
16391         ircnet #sylpheed, with christoph spotting some issues with the
16392         original code, and melvin allowing us to lobotomize his sylpheed.
16393
16394         * src/syldap.[ch], src/main.c
16395                 fix race problem in ldap search thread by deferring GUI 
16396                 stuff to main thread using gtk_idle_add()
16397
16398 2001-10-13 [paul]       0.6.3claws14
16399
16400         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16401                 add Sergey's smtpcred.patch
16402                 adds separate username/password setting for SMTP Auth
16403                 needed by some servers
16404                 (closes feature request #471659)
16405
16406 2001-10-13 [paul]       0.6.3claws13
16407
16408         * src/pgptext.[ch] **NEW FILES**
16409         * src/Makefile.am, src/messageview.c, src/mimeview.c
16410                 decrypt ascii-armored gpg text embedded in
16411                 the message body.
16412                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16413
16414 2001-10-13 [christoph]  0.6.3claws12
16415
16416         * README.claws
16417                 some more details on default to and
16418                 feature requests
16419         * src/main.c
16420                 init glib threading when ldap is used
16421         * src/syldap.c
16422                 threading fixes
16423         * po/de.po
16424                 fixed a typo
16425
16426 2001-10-12 [paul]       0.6.3claws11
16427
16428         * src/prefs_common.[ch], src/rfc2015.c
16429                 enable ascii-armored gpg text to be embedded in the
16430                 message body, selectable through the 'Privacy'
16431                 preferences. Supports encrypting only.
16432                 Submitted by Ravemax <ravemax@dextrose.com>
16433
16434 2001-10-12 [paul]       0.6.3claws10
16435
16436         * sync with sylpheed 0.6.3cvs6
16437                 see ChangeLog entries 2001-10-11 and 2001-11-12
16438
16439         * src/folderview.c
16440                 incorporated mbox folders, scoring, and folder
16441                 properties into the sync
16442
16443 2001-10-12 [darko]      0.6.3claws9
16444
16445         * README.claws
16446                 describe quotation wrapping
16447         * src/compose.c
16448                 don't treat tab as space to calculate line length properly
16449
16450 2001-10-11 [alfons]
16451
16452         * README.claws
16453                 correct description of how to make new filtering system work,
16454                 add some other things
16455                 
16456         * src/syldap.c
16457                 remove sched_yield() (not necessary / unportable)
16458
16459 2001-10-11 [paul]       0.6.3claws8
16460
16461         * sync with sylpheed 0.6.3cvs3
16462                 see ChangeLog entry 2001-10-10
16463
16464 2001-10-10 [christoph]  0.6.3claws7
16465
16466         * .cvsignore
16467                 ignore 2 files created by newer autotools
16468         * src/prefs_folder_item.c
16469                 using table for widget alignment
16470                 fixed memory leak and broken octal display
16471         * src/filesel.c
16472                 fixed segfault caused by lost filename
16473                 workaround (closes bug #469551)
16474
16475 2001-10-10 [paul]       0.6.3claws6
16476
16477         * sync with sylpheed 0.6.3cvs2
16478                 see ChangeLog entries 2001-10-09 and 2001-10-10
16479
16480 2001-10-10 [darko]      0.6.3.claws5
16481
16482         * src/gtkstext.c
16483                 proper calculation of right margin if smart wrapping is enabled
16484         * src/compose.c
16485                 automatically wrap long lines if wrap quotation is enabled
16486
16487 2001-10-09 [alfons]     0.6.3.claws4
16488
16489         * src/summaryview.c
16490                 select correct row when deleting last row in the summary view (and
16491                 close bug "[ #469104 ] select second last in list when deleting")
16492
16493 2001-10-09 [paul]       0.6.3claws3
16494
16495         * sync with sylpheed 0.6.3cvs1
16496                 updated some autotool scripts
16497
16498 2001-10-09 [darko]      0.6.3claws2
16499
16500         * src/gtkstext.[ch]
16501                 new name and mark with Sylpheed comment
16502         * src/compose.c
16503                 smart quotation wrapping a-la VIM
16504
16505 2001-10-08 [paul]       0.6.3claws1
16506
16507         * sync with sylpheed 0.6.3 release
16508                 see ChangeLog entry 2001-10-08
16509
16510 2001-10-08 [paul]       0.6.2claws24
16511
16512         * src/summaryview.c
16513                 more sync with sylpheed 0.6.2cvs12
16514                 Fixed the bug that didn't select the last row correctly
16515
16516
16517 2001-10-07 [paul]       0.6.2claws23
16518
16519         * sync with sylpheed 0.6.2cvs12
16520                 see ChangeLog entry 2001-10-07
16521
16522 2001-10-06 [match]
16523         * src/jpilot.[ch]
16524                 enable jpilot to read unsynch'ed addresses.
16525
16526         * src/editldap_basedn.c
16527                 fix segfault when opening dialog.
16528
16529 2001-10-06 [alfons]     0.6.2.claws22
16530
16531         * src/summaryview.c
16532                 fix bug with summary view selecting last *inserted*
16533                 node instead of last *visible* node. remember we
16534                 work with a tree
16535
16536 2001-10-06 [paul]       0.6.2claws21
16537
16538         * po/pt_BR.po
16539                 updated translation, contains some fixes and new
16540                 translations, submitted by Gustavo Noronha Silva
16541                 <kov@debian.org>
16542
16543         * src/prefs_common.c
16544                 change 'each' to 'every' - fix dubious English
16545
16546         * sync with sylpheed 0.6.2cvs11
16547
16548 2001-10-05 [alfons]     0.6.2claws20
16549
16550         * src/mainwindow.[ch], src/folderview.c
16551                 make composite tool button switch between "Compose News"
16552                 and "Compose Mail" depending on selected folder
16553                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16554
16555 2001-10-05 [paul]       0.6.2claws19
16556
16557         * src/mainwindow.c, src/summaryview.c
16558                 fix 'Message/Reply to all', broken in last commit
16559
16560         * src/compose.c
16561                 fix X_BEENTHERE seg fault, thanks to Alfons
16562
16563 2001-10-04 [paul]       0.6.2claws18
16564
16565         * src/compose.[ch], src/mainwindow.c
16566                 make "Message/Reply" reply to mailing lists; matches
16567                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16568                 based on portions of the patch submitted by
16569                 Junichi Uekawa <dancer@netfort.gr.jp>
16570
16571 2001-10-04 [darko]      0.6.2claws17
16572
16573         * src/compose.c
16574                 better smart wrapping
16575         * src/gtkstext.[hc]
16576                 a function to make text buffer contiguous
16577
16578 2001-10-03 [paul]       0.6.2claws16
16579
16580         * sync with sylpheed 0.6.2cvs10
16581
16582 2001-10-02 [alfons]
16583
16584         * configure.in
16585         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16586                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16587                 references to chinese translations (hope someone picks up
16588                 this)
16589
16590 2001-10-02 [christoph]  0.6.2claws15
16591
16592         * src/compose.c
16593                 fixed non translated header bug
16594         * ChangeLog.claws
16595                 fixed wrong date in alfons last entry ;)
16596
16597 2001-10-02 [alfons]     0.6.2claws14
16598
16599         * src/compose.c, src/prefs_common.[ch]
16600                 add block cursor option
16601
16602 2001-10-02 [paul]       0.6.2claws13
16603
16604         * sync with sylpheed 0.6.2cvs9
16605
16606 2001-09-30 [paul]       0.6.2claws12
16607
16608         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16609                 updated translations
16610
16611         * po/POTFILES.in
16612                 add 'src/importldif.c'
16613
16614         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16615                 added eudora-to-vCard conversion tool
16616                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16617
16618         * sync with sylpheed 0.6.2cvs8
16619
16620 2001-09-30 [paul]
16621
16622         * sylpheed-0.6.2claws released
16623
16624 2001-09-27 [melvin]     0.6.2claws11
16625
16626         * src/gtkspell.c
16627                 fixed crash when using default path (introduced 
16628                 in 0.6.2claws10)
16629                 fixed tiny bug for initial suggestion mode
16630
16631 2001-09-27 [melvin]     0.6.2claws10
16632         
16633         * src/gtkspell.c
16634                 fixed bug where gtkpspell didn't set the path correctly
16635
16636         * README.claws
16637                 added a paragraph about spell checking
16638                 
16639
16640
16641 2001-09-27 [paul]       0.6.2claws9
16642
16643         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16644                 replace '// comments' with '/* comments */' to prevent
16645                 some compiler warnings 
16646
16647         * sync with sylpheed 0.6.2cvs6
16648
16649 2001-09-26 [alfons]     0.6.2claws8
16650
16651         * src/messageview.c
16652                 introduce return receipt request notification again,
16653                 which was lost because of other semantics in 
16654                 procheader_parse() (???)
16655
16656 2001-09-26 [christoph]  0.6.2claws7
16657
16658         * src/compose.c
16659                 replace comments for old code with #if 0
16660                 readded auto cc, bcc and reply-to
16661         * src/prefs_matcher.c
16662         * src/prefs_scoring.c
16663                 removed some definition (was moved to
16664                 prefs.h)
16665
16666 2001-09-26 [paul]       0.6.2claws6
16667
16668         * src/mainwindow.c
16669                 make 'Follow-up and reply to' sensitive
16670
16671         * more sync with sylpheed 0.6.2cvs5
16672
16673 2001-09-25 [melvin]
16674
16675         * 0.6.2claws5
16676
16677         * src/gtkspell.c
16678                 fixed bug for "US-ASCII" introduced by the encoding code
16679
16680 2001-09-25 [paul]
16681
16682         * 0.6.2claws4
16683
16684         * src/prefs_common.[ch], src/summaryview.c
16685                 'next unread msg' 'go to next folder?' dialog can be
16686                 given default behaviour, either always show dialog,
16687                 or assume 'yes', or assume 'no'
16688                 Submitted by wwp <subscript@free.fr>
16689
16690 2001-09-25 [melvin]
16691                 
16692         * src/compose.c src/gtkspell.[ch]
16693                 added support for different encodings
16694
16695 2001-09-25 [paul]
16696
16697         * more sync with sylpheed 0.6.2cvs5
16698
16699 2001-09-24 [alfons]
16700         
16701         * src/prefs_folder_item.c
16702                 add check for item->prefs->default_to string is NULL and
16703                 add another check when freeing this string
16704
16705 2001-09-24 [paul]
16706
16707         * configure.in
16708                 change to version 0.6.2claws3
16709
16710         * sync with sylpheed 0.6.2cvs5 
16711
16712 2001-09-24 [match]
16713         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16714                 import LDIF files.
16715         * src/addrcache.[ch], addrindex.[ch]
16716                 small update for future
16717         * src/addrbook.c
16718                 fix test XML file.
16719
16720 2001-09-24 [melvin]
16721         * src/gtkspell.[ch]
16722                 added 'Learn from mistakes' option
16723                 better handling of quotes in checked words
16724                 sorted dict list
16725         * po/fr.po
16726                 small update for spell checking stuff
16727
16728 2001-09-23 [alfons]
16729         
16730         * src/gtkspell.c
16731                 edit a little bit so it complies more with main coding style
16732
16733 2001-09-23 [alfons]
16734
16735         * src/folder.[ch], prefs_folder_item.c, compose.c
16736                 migrate "request return receipt" folder property
16737                 to folderlist.xml
16738
16739 2001-09-22 [alfons]
16740
16741         * README.claws **NEW**
16742                 (add things of interest for users of main branch 
16743                 and claws here)
16744
16745         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16746                 re-implement threading per folder option, but store 
16747                 the setting in folderlist.xml (where it belongs)
16748
16749 2001-09-21 [melvin]
16750
16751         * src/gtkspell.[ch]
16752                 fixed bug when compose window is under another window
16753         * src/prefs_common.[ch] src/compose.c
16754                 changed 'dictionary_path' to 'dictionary' to be consistent
16755                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16756         * ac/pspell.m4 src/Makefile.am 
16757                 dropped PSPELL_PATH macro
16758         * po/fr.po
16759                 updated translations
16760
16761 2001-09-21 [christoph]
16762
16763         * src/compose.c
16764                 added border around header fields
16765                 keep header type when new field is added
16766
16767 2001-09-20 [christoph]
16768
16769         * src/utils.[ch]
16770                 more portable debug_print with source filename
16771                 and linenumber
16772         * src/procmsg.c
16773                 more newlines after debug messages
16774
16775 2001-09-20 [paul]
16776
16777         * configure.in
16778                 change to version 0.6.2claws2
16779
16780         * sync with sylpheed 0.6.2cvs3
16781
16782 2001-09-19 [melvin]
16783
16784         * src/gtkspell.c
16785                 fixed the post-right-click focus pb
16786                 fixed crash when 'Spell check all' after dict change 
16787                         and when cursor is at the end of the text
16788                 shift-right-click pops up config menu even on misspelled words.
16789         * po/POTFILES.in
16790                 added gtkspell.c
16791
16792 2001-09-19 [melvin]
16793
16794         * src/about.c
16795                 added pspell to compiled-in features list
16796
16797 2001-09-18 [melvin]
16798
16799         * switched to pspell and dropped ispell
16800         * ac/pspell.m4
16801                 new file. autoconf macro for pspell
16802         * ac/Makefile.am 
16803         * configure.in acconfig.h
16804                 added pspell support
16805         * src/Makefile.am
16806         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16807         * src/prefs_common.[ch] 
16808                 added pspell support
16809
16810 2001-09-18 [christoph]
16811
16812         * src/addr_compl.c
16813         * src/template.[ch]
16814                 replace LOG_MESSAGE with debug_print
16815         * src/compose.[ch]
16816                 gui improvements
16817         * src/menu.c
16818                 added newline after debug message
16819         * src/utils.h
16820                 using __VA_ARGS__ for debug_print macro
16821         * tools/.cvsignore
16822                 ignore Makefile and Makefile.in
16823
16824 2001-09-18 [paul]
16825
16826         * configure.in
16827                 change to version 0.6.2claws1
16828         * sync with sylpheed 0.6.2cvs1
16829
16830         * src/matcher.c 
16831         * src/prefs_matcher.c
16832                 add 'score equal to' option, submitted by
16833                 Paul Evans <nerd@freeuk.com>
16834
16835 2001-09-15 [christoph]
16836
16837         * src/mainwindow.c
16838                 comment out menu entry not existing in claws
16839         * src/menu.c
16840                 add debug output for non existing menu entries
16841         * src/summaryview.c
16842                 fix next/prev unread message for ignored threads
16843         * src/utils.[ch]
16844                 add sourcefile and line number to debug output
16845                 otherwise it is sometimes hard to find the
16846                 source code part if debug messages are translated
16847
16848 2001-09-14 [darko]
16849         
16850         * src/folderview.c
16851                 refresh target folder style after colour is changed
16852
16853 2001-09-13 [paul]
16854
16855         * configure.in
16856                 change to version 0.6.1claws3
16857
16858         * sync with sylpheed 0.6.1cvs6
16859
16860 2001-09-13 [darko]
16861         
16862         * src/folderview.c
16863                 fix target folder colourization to use user selected colour
16864
16865 2001-09-12 [darko]
16866         
16867         * src/summaryview.c
16868                 fix crash when message that is marked for copy/move is unmarked
16869
16870 2001-09-09 [paul]
16871
16872         * configure.in
16873                 change to version 0.6.1claws2
16874
16875         * sync with sylpheed 0.6.1cvs3
16876
16877 2001-09-09 [alfons]
16878         
16879         * src/folderview.c
16880                 fix bug with default font used for trash folder text
16881
16882 2001-09-06 [paul]
16883
16884         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16885                 updated translations
16886
16887         * configure.in
16888                 change to version 0.6.1claws1
16889
16890         * sync with sylpheed 0.6.1cvs2
16891
16892 2001-09-03 [paul]
16893
16894         * po/POTFILES.in
16895                 add Match's new addressbook
16896
16897         * po/de.po
16898                 updated translation submitted by Jens Oberender
16899
16900 2001-09-02 [paul]
16901
16902         * configure.in
16903                 change to 0.6.1claws
16904         * sync with sylpheed 0.6.1 release
16905
16906 2001-09-02 [paul]
16907
16908         * configure.in
16909                 change to 0.6.0claws2
16910
16911         * sync with sylpheed 0.6.0cvs4
16912
16913         * po/pt_BR.po
16914                 updated translation submitted by Fabio Junior Beneditto
16915
16916 2001-09-01 [match]
16917         * pixmaps/
16918                 interface.xpm
16919                 book.xpm
16920                 address.xpm
16921         * src/
16922                 Makefile.am
16923                 a ton of new files
16924
16925 2001-08-31 [paul]
16926
16927         * configure.in
16928                 change to version 0.6.0claws1
16929
16930         * sync with sylpheed 0.6.0cvs1
16931
16932         * po/es.po
16933                 updated translation submitted by Ricardo Mones Lastra
16934
16935         * po/POTFILES.in
16936                 add 'src/prefs_templates.c'
16937
16938         * src/compose.c, src/summaryview.c
16939                 fix segfault on 'Re_edit'               
16940
16941 2001-08-30 [alfons]
16942
16943         * configure.in, Makefile.am
16944         * tools/Makefile.am
16945                 add tools directory to source distribution
16946
16947 2001-08-30 [paul]
16948
16949         * configure.in
16950                 change to version 0.6.0claws
16951
16952         * sync with sylpheed 0.6.0 release
16953
16954 2001-08-30 [christoph]
16955
16956         * configure.in
16957                 removed autoconf version check
16958
16959 2001-08-30 [paul]
16960
16961         * src/account.c, src/compose.c, src/prefs_common.[ch]
16962         * src/procheader.[ch] src/utils.[ch]
16963                 Enhanced automatic account selection on replies
16964                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16965
16966         * configure.in
16967                 add LDAP and JPilot to the configuration results output.
16968
16969 2001-08-29 [christoph]
16970
16971         * src/summeryview.c
16972                 no bold font for ignored threads
16973
16974 2001-08-29 [paul]
16975
16976         * configure.in
16977                 change to version 0.5.3claws6
16978
16979         * sync with sylpheed 0.5.3cvs10
16980                 src/stringtable.[ch]: New Files
16981
16982         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16983         * src/pixmaps/sylpheed.xpm
16984                 add mini-icons to windows (by Alfons)
16985
16986 2001-08-27 [paul]
16987
16988         * src/mainwindow.c
16989                 new functions: next_labeled_cb(), prev_labeled_cb()
16990
16991         * src/summaryview.c
16992                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16993                 summary_select_next_labeled(), summary_select_prev_labeled()
16994
16995         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16996                 give claws blue folders and a blue trash can
16997
16998 2001-08-27 [paul]
16999
17000         * configure.in
17001                 change to version 0.5.3claws5
17002
17003         * sync with sylpheed 0.5.3cvs9
17004                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
17005
17006 2001-08-24 [christoph]
17007
17008         * src/filesel.c
17009                 keep filename when browsing directories
17010                 (not working for user entered filename, but
17011                  for default name and selected filename from
17012                  file list)
17013         * src/mainwindow.c
17014                 fixed wrong spelling "Folllow-up"
17015         * src/mbox_folder.c
17016         * src/procmsg.c
17017         * src/summaryview.c
17018                 fixed new/unread message count with ignored
17019                 threads (2 commits, first didn't notice no
17020                 longer needed decreasing)
17021         * src/inc.c
17022                 readded scrolling of progress dialog
17023                 (lost in sync)
17024
17025 2001-08-24 [paul]
17026
17027         * configure.in
17028                 change to 0.5.3claws4
17029
17030         * sync with sylpheed 0.5.3cvs7
17031
17032 2001-08-24 [christoph]
17033
17034         * src/compose.c
17035                 set request return receipt when replying
17036                 if it is set is the folder prefs of the
17037                 message
17038         * src/inc.c
17039                 disable final error popup if popups are
17040                 disabled in config (again)
17041
17042 2001-08-23 [paul]
17043
17044         * configure.in
17045                 Change version number to 0.5.3claws3
17046
17047         * sync with sylpheed 0.5.3cvs5
17048
17049         * src/mimeview.c
17050                 double quote '%s' in 'gedit %s' to fix bug when
17051                 opening attachment with spaces in the name
17052
17053 2001-08-22 [alte]
17054         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
17055           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
17056                 initial message templates support
17057
17058
17059 2001-08-22 [paul]
17060
17061         * configure.in
17062                 change version number to 0.5.3claws2
17063
17064         * sync with sylpheed 0.5.3cvs4
17065
17066         * src/procmsg.h src/summaryview.c
17067                 re-implement (un)ignore thread
17068
17069 2001-08-21 [paul]
17070
17071         * src/summaryview.c
17072                 remove unnecessary code
17073         * src/compose.c
17074                 enable 'dynamic' signatures (submitted by
17075                 Eric Limpens <eric@hscg-internet.nl>)
17076
17077 2001-08-21 [paul]
17078
17079         clean up after sync with sylpheed 0.5.3 release
17080
17081         * src/folderview.c
17082                 fix re-introduced font mess, see Christoph's
17083                 entry 2001-06-24
17084
17085         * src/summaryview.c
17086                 remove prev_msgnum
17087                 use sylpheed's small font instead of
17088                 gtk default font for summary view
17089
17090
17091 2001-08-17 [paul]
17092
17093         * configure.in
17094                 add pl to ALL_LINGUAS - sync with main branch
17095
17096         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
17097                 Updated. Translations by Jens Oberender, Ricardo Mones
17098                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
17099
17100         * po/pl.po  ** NEW FILE **
17101                 sync with the main branch
17102
17103         * src/folderview.c
17104                 fix target folder colorizing and refresh problem
17105
17106
17107 2001-08-17 [christoph]
17108
17109         * src/mainwindow.c
17110                 claws uses 4 colors for target folder coloring.
17111                 arrays were not long enough and destroyed the
17112                 stack causing a segfault.
17113                 target folder colorizing does not work anymore
17114                 for me
17115
17116 2001-08-16 [paul]
17117
17118         * configure.in
17119                 change to version 0.5.3claws1
17120
17121         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
17122           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
17123           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
17124
17125                 sync with sylpheed 0.5.3 release, but keep claws method of
17126                 configuring/saving fonts
17127
17128         * src/addressbook.[ch]
17129                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
17130                 in line with a similar change in Hiroyuki's branch
17131
17132         * src/mainwindow.[ch]
17133                 disable main_window_set_thread_option()
17134         * src/prefs_folder_item.c
17135                 comment out &tmps_prefs.enable_thread,
17136         * src/mbox_folder.c, src/procmsg.[ch]
17137                 comment out MSG_IS_IGNORE_THREAD
17138         * src/summaryview.c
17139                 comment out summary_ignore_thread() and summary_unignore_thread()
17140                 comment out MSG_IS_IGNORE_THREAD
17141
17142                 use Hiroyuki's threading instead.
17143
17144
17145
17146 2001-08-15 [paul]
17147
17148         * src/account.c
17149                 use Hiroyuki's 0.5.3 column scheme but also
17150                 include the enable/disable button.
17151         * src/pixmaps/mark.xpm
17152                 add Hiroyuki's amended pixmap
17153
17154 2001-08-13 [christoph]
17155
17156         * src/account.c
17157                 receive at get all column showed wrong state for APOP
17158                 button should only work for POP3 and APOP accounts
17159         * src/prefs_account.c
17160                 added missing preprocessor statement for SSL
17161
17162 2001-08-12 [paul]
17163
17164         * src/account.[ch]
17165                 add 'receive at get all' column and enable/disable
17166                 button.
17167
17168 2001-08-06 [christoph]
17169
17170         * src/account.c
17171                 show usage of SSL in protocol column
17172
17173         * src/imap.c
17174         * src/inc.c
17175                 renamed ssl options
17176
17177         * src/prefs_account.[ch]
17178                 moved ssl options to a new page
17179
17180         * src/send.c
17181         * src/smtp.c
17182         * src/ssl.[ch]
17183                 renamed ssl options
17184                 added support for SMTP STARTTLS command
17185
17186 2001-08-05 [christoph]
17187
17188         * configure.in
17189                 debian autoconf needs version check to find
17190                 correct autoconf version. if the file is
17191                 named configure.in 2.13 is used, which does
17192                 not work with this configure.in script.
17193                 other solution would be to rename the script
17194                 to configure.ac as suggested in the autoconf
17195                 manual.
17196
17197         * src/inc.c
17198                 disable final error popup if popups are
17199                 diabled in config
17200
17201         * src/socket.c
17202                 bugfix in ssl_gets
17203                 fixes IMAP over SSL problem
17204
17205 2001-08-03 [paul]
17206
17207         * configure.in
17208                 change to 0.5.2claws1
17209
17210         * sync with sylpheed 0.5.2cvs1
17211
17212 2001-08-02 [alfons]
17213
17214         * configure.in
17215                 quick fix for ispell detection...
17216
17217 2001-08-01 [paul]
17218
17219         * configure.in
17220                 change to 0.5.1claws4
17221
17222         * sync with sylpheed 0.5.1cvs7
17223
17224 2001-07-31 [alfons]
17225
17226         * src/prefs_common.c, src/prefs_common.h, 
17227           src/gtkspell.c, src/gtkspell.h
17228                 add global spelling checker settings (compose tab) +
17229                 selection of dictionary 
17230           
17231         * configure.in  
17232                 guess valid ispell location
17233
17234 2001-07-31 [paul]
17235
17236         * po/POTFILES.in
17237                 removal of 'src/quote_fmt_parse.c'
17238         * po/de.po
17239                 Updated de.po
17240                 (submitted by Jens Oberender <didge@suse.de>)
17241
17242 2001-07-31 [darko]
17243
17244         * src/folder.[ch]
17245         * src/folderview.[ch]
17246         * src/mainwindow.c
17247         * src/mh.c
17248         * src/prefs_common.[ch]
17249         * src/summaryview.c
17250                 target folder colourization
17251
17252 2001-07-30 [paul]
17253
17254         more sync with Sylpheed 0.5.1cvs6 
17255
17256 2001-07-30 [darko]
17257
17258         * src/mh.c
17259         * src/prefs_folder_item.[hc]
17260         * src/summaryview.c
17261                 shared folders support with a GUI
17262
17263 2001-07-29 [paul]
17264
17265         0.5.1claws3
17266
17267         * sync with Sylpheed 0.5.1cvs6
17268
17269 2001-07-29 [paul]
17270
17271         * po/pt_BR.po
17272                 updated
17273                 (submitted by Fabio Junior Beneditto)
17274
17275 2001-07-28 [paul]
17276
17277         * src/procmime.c
17278         * AUTHORS
17279                 patch to correct bad image mime headers
17280                 (submitted by Don Quijote <dq@searchlores.org>)
17281
17282 2001-07-28 [paul]
17283
17284         * tools/gif2xface.pl   **NEW FILE**
17285         * tools/README
17286                 script to convert file.gif to file.xface for
17287                 use in a custom header.
17288                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17289
17290 2001-07-27 [alfons]
17291         
17292         * configure.in
17293                 change macros for detecting JPilot and LDAP
17294
17295 2001-07-27 [christoph]
17296
17297         * src/filtering.c
17298                 code cleanup (MIN / MAX warning, needed casting)
17299
17300 2001-07-27 [alfons]
17301
17302         * procheader.c
17303                 disallow setting flags when detecting certain headers
17304                 (X-Status, Status, Seen, X-Seen). 
17305         
17306         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17307
17308 2001-07-27 [christoph]
17309
17310         * src/prefs_filter.c
17311         * src/prefs_filtering.c
17312         * src/prefs_matcher.c
17313         * src/prefs_scoring.c
17314                 scroll list when moving rows up or down
17315
17316         * src/imap.c
17317         * src/imap.h
17318         * src/prefs_account.c
17319         * src/prefs_account.h
17320         * src/send.c
17321                 SMTP over SSL (untested, feedback requested)
17322                 IMAP over SSL
17323
17324         * src/ssl.c
17325                 code cleanup
17326
17327 2001-07-26 [alfons]
17328         
17329         * configure.in, acconfig.h
17330                 define CLAWS (need this for main / claws detection)
17331
17332 2001-07-25 [alfons]
17333
17334         * configure.in
17335                 Sylpheed 0.5.1claws2
17336                 
17337         * sync with Sylpheed 0.5.1cvs4
17338
17339 2001-07-25 [christoph]
17340
17341         * src/scoring.c
17342                 fixed segfault
17343                 item->prefs == NULL (don't know why)
17344
17345 2001-07-25 [alfons]
17346
17347         * configure.in
17348                 Sylpheed 0.5.1claws1
17349
17350         * sync with Sylpheed 0.5.1cvs1-3
17351
17352 2001-07-24 [christoph]
17353
17354         * src/folderview.c
17355         * src/prefs_folder_item.[ch]
17356                 added folderitem preferences dialog with
17357                 default To: and auto request return receipt
17358
17359         * src/compose.[ch]
17360         * src/menu.[ch]
17361                 changes to handle new folderitem preferences
17362
17363         * src/mainwindow.c
17364         * src/summaryview.c
17365                 call compose new mail with current folderitem
17366
17367 2001-07-24 [alfons]
17368
17369         Release Sylpheed 0.5.1claws
17370
17371         * configure.in
17372                 change to release version 0.5.1claws
17373
17374 2001-07-24 [christoph]
17375
17376         * src/summaryview.c
17377                 fixed segfault that happend when the selected
17378                 message was removed while retrieving new messages.
17379
17380         * po/es.po
17381                 updated translation
17382                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17383
17384 2001-07-22 [alfons]
17385
17386         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17387         this is a work in progress, for more information: http://nlpagan.net/sylman 
17388         
17389         * configure.in, src/mainwindow.c, manual/Makefile.am
17390                 add support for English manual
17391
17392         * AUTHORS
17393                 add authors of user manuals
17394
17395         * manual/en/sylpheed*.html
17396                 add English documentation
17397
17398 2001-07-22 [christoph]
17399
17400         * po/POTFILES.in
17401                 added src/ssl.c
17402         * src/ssl.c
17403                 changed a wrong debug message
17404
17405 2001-07-22 [alfons]
17406
17407         * po/nl.po
17408                 update Dutch translation
17409
17410         * src/prefs_filtering.c, 
17411           src/prefs_matcher.c
17412                 add more translatable strings           
17413
17414 2001-07-21 [alfons]
17415
17416         0.5.0claws7
17417
17418         * configure.in
17419                 change version
17420
17421         * src/inc.c, src/summaryview.[ch]
17422                 prevent update of mark file when filtering has done, by
17423                 using a variable; this affects two functions:
17424                         inc.c::inc_finished()
17425                         summaryview.c::summary_show()
17426
17427 2001-07-20 [alfons]
17428
17429         * src/filtering.[ch], src/prefs_filtering.c, 
17430           src/matcher.[ch]
17431                 add filtering action for label coloring 
17432
17433         * po/POTFILES.in
17434                 add labelcolors.c
17435
17436         * added src/labelcolors.c
17437         * added src/labelcolors.h
17438         * src/Makefile.am, src/summaryview.c
17439                 rearrange label coloring code
17440
17441         * src/procmsg.h
17442                 add more parentheses so label colouring works correctly
17443
17444         * src/filtering.c
17445                 don't really delete message, but move it to Trash
17446
17447         * src/prefs_matcher.c
17448                 add quote options to info dialog
17449
17450 2001-07-20 [christoph]
17451
17452         * src/Makefile.am
17453         * src/inc.c
17454         * src/main.[ch]
17455         * src/socket.h
17456         * src/ssl.[ch] (new)
17457                 moved ssl stuff to a seperate file
17458
17459 2001-07-20 [darko]
17460
17461         * src/summaryview.c
17462                 fix show sender using address book with no e-mail
17463                 address in From: field
17464
17465 2001-07-19 [alfons]
17466
17467         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17468                 fix messy handling of escaping... now at least the
17469                 execute command is useful. escape char is '\', we
17470                 accept \n and \r too. 
17471
17472                 Real life example:
17473                 
17474                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17475                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17476
17477 2001-07-18 [alfons]
17478
17479         0.5.0claws6
17480
17481         * src/summaryview.c
17482                 clean up
17483
17484         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17485           src/procmsg.[ch]
17486                 revise filtering; currently move, copy, marking have
17487                 been tested. if you like bleeding edge stuff, you
17488                 should definitely go for this version :)
17489
17490         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17491
17492 2001-07-17 [christoph]
17493
17494         * src/utils.c
17495                 timestamp log
17496
17497 2001-07-17 [alfons]
17498
17499         0.5.0claws5
17500
17501         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17502           bits in the mark file, without affecting either branch. Lots of
17503           files changed, also in claws branch.
17504
17505           UNTESTED: use of mbox folders
17506
17507         * src/summaryview.c
17508                 added mark all read; however this was a quick hack used for
17509                 cleaning up mess after initial merge with Hiroyuki
17510
17511         * configure.in
17512                 change claws version number back to 0.5.0claws5 to clear up 
17513                 confusion & pretension (recent release was technically 
17514                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17515
17516 2001-07-16 [alfons]
17517
17518         sync with Hiroyuki's 0.5.0cvs4
17519
17520 2001-07-16 [alfons]
17521
17522         0.5.1claws3
17523
17524         * src/filtering.[ch]
17525                 remove invalid updating of mark files for 
17526                 filter actions MATCHING_ACTION_MOVE and 
17527                 MATCHING_ACTION_DELETE; this should fix the
17528                 folder update bug
17529                 
17530         * src/procmsg.c
17531                 revert Christoph's stab at fixing the folder 
17532                 update bug
17533
17534         * po/POTFILES.in
17535                 add missing files with translatable strings
17536
17537         * src/summaryview.c
17538                 remove debug print
17539
17540 2001-07-15 [alfons]
17541
17542         * src/addr_compl.[ch], src/prefs_filtering.c
17543                 make "filtering pref dialog's destination entry" an
17544                 "address completable entry", if filter destination is 
17545                 an email address
17546
17547         0.5.1claws2
17548         
17549         sync with Hiroyuki's 0.5.0cvs2-3
17550
17551 2001-07-15 [christoph]
17552
17553         * src/procmsg.c
17554                 fixed folder stats update after incorporation
17555
17556 2001-07-15 [alfons]
17557
17558         * src/summaryview.c
17559                 * finish label colouring stuff (for now)
17560                 * fix incorrect colour bug (off by one) 
17561
17562 2001-07-14 [alfons]
17563
17564         * src/mainwindow.c
17565                 change text labels for news and mail message so there's
17566                 plenty of toolbar estate left
17567
17568         * configure.in
17569                 0.5.1claws1
17570
17571         * src/folderview.c
17572           src/folder.[ch]
17573                 sync with Hiroyuki's 0.5.0cvs1
17574
17575         * src/summaryview.c
17576                 more rewrite label colouring
17577
17578 2001-07-14 [alfons]
17579
17580         * src/summaryview.[ch]
17581                 * start rewrite label colouring 
17582                 * fix proper location "Add Sender To Addressbook" menu item
17583
17584 2001-07-13
17585
17586         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17587         (actually this is 0.5.0claws4)
17588
17589 2001-07-13 [alfons]
17590
17591         * po/pt_BR.po
17592                 * fix duplicate message
17593                 * add updated Portugese / Brazilian translation
17594                   submitted by Fabio Junior Beneditto
17595
17596 2001-07-12 [alfons]
17597
17598         * AUTHORS
17599                 add Jens
17600
17601         * po/nl.po
17602                 add updated Dutch translation
17603
17604         * po/de.po
17605                 add updated German translation submitted by Jens
17606
17607 2001-07-11 [alfons]
17608
17609         Prerelease before 0.5.0claws. Please test.
17610         This version is temporarily tagged as VERSION_0_5_0_TEST
17611
17612         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17613           src/prefs_scoring.c, src/prefs_matcher.c, 
17614           src/prefs_filtering.c, src/mbox.c, 
17615           src/main.c, src/inc.c, src/filtering.[ch]
17616                 revert new Hoa's new matcher (does not work yet)
17617
17618         * src/Makefile.am
17619                 clean up
17620
17621 2001-07-10
17622
17623         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17624
17625
17626 2001-07-10 [alfons]
17627
17628         * Makefile.am
17629                 add ChangeLog.claws to EXTRA_DIST
17630         * src/Makefile.am
17631                 add matcher_parser_parse.h to EXTRA_DIST
17632
17633 2001-07-10 [christoph]
17634
17635         * src/inc.c
17636                 add destination folder to table of
17637                 folders that need to be updated after
17638                 incorporation
17639
17640 2001-07-10 [alfons]
17641
17642         * folder.[ch]
17643           folderview.c
17644                 make collapse state of folders and folder items persistent, i.e.
17645                 if you collapse a folder tree, the next time sylpheed-claws starts 
17646                 up the folder tree remains collapsed.  
17647                 
17648 2001-07-10 [christoph]
17649
17650         * acconfig.h
17651         * configure.in
17652                 added --enable-ssl
17653         * src/md5.[ch]
17654                 renamed MD5_CTX to MD5_CTX_syl
17655                 conflicts with a struct in openssl
17656         * src/inc.c
17657         * src/main.[ch]
17658         * src/prefs_account.[ch]
17659         * src/socket.[ch]
17660                 SSL support for POP
17661         * src/mainwindow.c
17662                 fixed compose with current account
17663                 broken by new compose button stuff
17664
17665 2001-07-09 [hoa]
17666
17667         * AUTHORS
17668                 changed my email address
17669
17670         * src/matcher_parser_parse.y
17671                 clean the parser to remove conflicts
17672
17673 2001-07-09 [alfons]
17674
17675         * AUTHORS
17676                 add Match Grun
17677
17678         * configure.in
17679                 fix incorrect description of --enable-ldap parameter
17680
17681         * src/prefs_common.[ch]
17682           src/compose.c
17683                 add experimental option "smart wrapping" which makes the
17684                 compose editor auto wrap.
17685                 
17686                 | TODO: the problem with the buggy cursor handling is caused |
17687                 | by the GtkText. when deleting / backspacing text its       |
17688                 | wrapping algorithm does not take in account the previous   |
17689                 | line. should find a way to hack this in.                   |
17690                 | or should perhaps combine this with the word wrapping      |
17691                 | patch i wrote in january.                                  |
17692
17693         * src/about.c
17694                 show build parameters for LDAP and JPilot
17695
17696         * src/summaryview.c
17697                 revert Christoph's bugfix for selecting next unread message, 
17698                 because folder stats aren't updated correctly
17699
17700 2001-07-08 [hoa]
17701
17702         * src/filtering.c
17703         * src/mainwindow.c
17704         * src/matcher.c
17705         * src/matcher_parser_lex.l
17706         * src/matcher_parser_parse.y
17707         * src/prefs_filtering.c
17708         * src/prefs_scoring.c
17709         * src/scoring.c
17710                 bugfix of the config file parser
17711
17712 2001-07-08 [alfons]
17713
17714         * src/Makefile.am
17715                 added generated matcher sources to BUILT_SOURCES
17716
17717 2001-07-08 [hoa]
17718
17719         * src/Makefile.am
17720         * src/.cvsignore
17721                 added new config file parser
17722
17723         * src/scoring.[ch]
17724         * src/filtering.[ch]
17725         * src/matcher.[ch]
17726         * src/prefs_filtering.c
17727         * src/prefs_matcher.c
17728         * src/prefs_scoring.c
17729         * added src/matcher_parser.h
17730         * added src/matcher_parser_lex.h
17731         * added src/matcher_parser_lex.l
17732         * added src/matcher_parser_parse.y
17733                 lex & yacc config file parser
17734
17735         * src/mbox.c
17736         * src/inc.c
17737         * src/main.c
17738                 changes prefs_filtering into global_filtering           
17739
17740         * src/summaryview.c
17741                 build threads with subjects only if "Re: " is at the
17742                 beginning of the subject
17743
17744 2001-07-07 [paul]
17745
17746         0.5.0claws
17747
17748         sync with sylpheed 0.5.0
17749                 change of version number only
17750
17751 2001-07-06 [paul]
17752
17753         0.5.0claws5
17754
17755         sync with sylpheed 0.5.0pre5
17756
17757 2001-07-05 [paul]
17758
17759         sync with sylpheed 0.5.0pre4 release
17760                 /po and /manual/ja not sync'ed
17761
17762 2001-07-04 [paul]
17763
17764         more sync with sylpheed 0.5.0pre4
17765
17766 2001-07-03 [christoph]
17767
17768         * src/addressbook.c
17769                 fixed address book broken by address book
17770                 for VCard, JPilot, LDAP
17771
17772 2001-07-03 [alfons]
17773
17774         * src/matcher.c
17775         * src/textview.c
17776                 stopped memory leaks
17777
17778 2001-07-03 [paul]
17779
17780         more sync with sylpheed 0.5.0pre4
17781
17782 2001-07-02 [match]
17783
17784         * included address book patch for VCard, JPilot, LDAP
17785         * pref_common.c - fixed Font options on Display tab (cosmetic)
17786         * alertpanel.c - fixed truncated message
17787
17788 2001-07-02 [christoph]
17789
17790         * src/mbox_folder.c
17791         * src/procmsg.[ch]
17792         * src/summaryview.c
17793                 mark threads for ignoring
17794
17795 2001-07-02 [paul]
17796
17797         0.5.0claws4
17798
17799         * sync with sylpheed 0.5.0pre4
17800                 updated gettext to 0.10.38.
17801
17802 2001-07-01 [paul]
17803
17804         * src/ mainwindow.c
17805         * src/procmsg.h
17806         * src/summaryview.[ch]
17807                 new right-click option: Label.
17808                 substitute for 'Mark-->Mark/Unmark', colours the line.
17809                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17810
17811 2001-07-01 [christoph]
17812
17813         * src/folderview.c
17814                 fixed font for trash
17815         * src/summaryview.c
17816                 move ctree to unread message
17817
17818 2001-07-01 [paul]
17819
17820         * sync with sylpheed 0.5.0pre3 release
17821
17822 2001-06-30 [alfons]
17823
17824         * src/filesel.[ch]
17825         * src/compose.c
17826                 allow inserting / attaching multiple files in
17827                 the composer window
17828
17829 2001-06-30 [paul]
17830
17831         * src/codeconv.c
17832                 small change to Alfons' previous stuff so that it
17833                 actually makes
17834
17835 2001-06-30 [alfons]
17836
17837         * lots of files changed; first attempt to merge the changes
17838           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17839
17840 2001-06-30 [paul]
17841
17842         * po/pt_BR.po
17843                 updated and completed, translations by Fabio
17844                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17845
17846 2001-06-29 [alfons]
17847
17848         * src/compose.c
17849         * src/mimeproc.[ch]
17850                 allow selecting an attached files' mime type from a 
17851                 list of types.
17852
17853 2001-06-29 [paul]
17854
17855         * more sync with sylpheed 0.5.0pre3
17856
17857 2001-06-29 [paul]
17858
17859         * po/pt_BR.po
17860                 merge with sylpheed.pot and pt_BR.po provided by
17861                 Fabio Junior Beneditto.
17862
17863 2001-06-29 [darko]
17864
17865         * src/procmime.c
17866                 make MIME types case insensitive
17867
17868 2001-06-28 [alfons]
17869
17870         * po/nl.po
17871                 merge with sylpheed.pot and old nl.po; translations added.
17872
17873 2001-06-28 [paul]
17874
17875         * more sync with sylpheed 0.5.0pre3
17876
17877 2001-06-27 [alfons]
17878
17879         * src/summaryview.c
17880                 don't crash when removing parent node of messages
17881                 attracted by subject. this was caused by not deleting
17882                 the parent node from the subject line hash table.
17883
17884 2001-06-27 [alfons]
17885
17886         * src/summaryview.c
17887         * src/compose.[ch]
17888         * src/mainwindow.c
17889                 if there are multiple messages selected, allow forwarding
17890                 them as attachments.
17891
17892 2001-06-27 [paul]
17893
17894         * more sync with sylpheed 0.5.0pre3
17895
17896 2001-06-26 [paul]
17897
17898         0.5.0claws3
17899
17900         * sync with sylpheed 0.5.0pre3
17901
17902 2001-06-25 [paul]
17903
17904         * src/mainwindow.c
17905                 fixed 'compose news article' bug
17906                 from icon-and-text toolbar
17907
17908 2001-06-25 [paul]
17909
17910         * sync with sylpheed 0.5.0pre2 release
17911
17912 2001-06-24 [christoph]
17913
17914         * src/prefs_common.c
17915                 bug fix in font selection
17916         * src/folderview.c
17917                 use sylpheed's normal font instead of
17918                 gtk default font for folders without
17919                 new messages
17920
17921 2001-06-24 [alfons]
17922
17923         * src/mainwindow.[ch]
17924                 added composite compose mail / news button (an idea by Leandro
17925                 Pereira <leandro@linuxmag.com.br>)
17926
17927 2001-06-24 [paul]
17928
17929         Added instructions for ldif-to-xml.py
17930
17931         * tools/README
17932
17933 2001-06-23 [alfons]
17934
17935         Some minor things.
17936
17937         * src/pixmaps/stock_news_compose.xpm
17938                 added pixmap by Leandro
17939         * src/prefs_common.c
17940                 tested built-in spelling checker of GCC 3.0 :)
17941         * po/nl.po
17942                 merged dutch translation of sylpheed-main with
17943                 sylpheed.pot
17944
17945 2001-06-23 [paul]
17946
17947         Added tools directory and files.
17948
17949         * tools/filter_conv.pl
17950                 converts old filter system to new filtering system
17951         * tools/ldif-to-xml.py
17952                 converts netscape addressbook to sylpheed addressbook
17953         * tools/README
17954                 descriptions/instructions for above two files
17955
17956 2001-06-23 [christoph]
17957
17958         * src/inc.c
17959         * src/manage_window.[ch]
17960         * src/prefs_common.[ch]
17961                 mail retrieval dialog can be enabled, disabled
17962                 or hidden if non of sylpheed's windows is active
17963
17964 2001-06-22 [paul]
17965
17966         0.5.0claws2
17967
17968         * sync with sylpheed 0.5.0pre2
17969
17970 2001-06-21 [christoph]
17971
17972         * src/summaryview.c
17973                 show recipient on 'from' for all accounts
17974                 
17975         * src/inc.c
17976         * src/prefs_common.[ch]
17977                 disable error popup on mail receive errors
17978
17979 2001-06-21 [alfons]
17980
17981         * src/compose.c
17982                 made the ruler correctly appear and disappear.
17983
17984         * src/Makefile.am
17985                 removed Hoa's work-in-progress-stuff (interesting!) so 
17986                 claws compiles ok.
17987
17988 2001-06-20 [christoph]
17989
17990         * src/inc.c
17991         * src/progressdialog.c
17992                 added scrolled window for list in progressdialog
17993
17994 2001-06-20 [paul]
17995
17996         sync with sylpheed 0.5.0pre1 release
17997
17998 2001-06-20 [christoph]
17999
18000         * src/summeryview.c
18001                 make building threads by subject work when
18002                 thread view is enabled
18003                 
18004         * src/compose.c
18005         * src/prefs_common.[ch]
18006                 automatically select account for mail replys
18007
18008 2001-06-19 [sergey]
18009
18010         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
18011         they are filled in from the account settings.
18012
18013 2001-06-19 [paul]
18014
18015         * more sync with sylpheed 0.5.0pre1
18016
18017 2001-06-18 [alfons]
18018
18019         * src/Makefile.am,
18020           src/procmime.c
18021                 added --sysconfdir to CPPFLAGS for pointing to the correct
18022                 location of mime.types. 
18023
18024                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
18025                 or ./configure!
18026
18027 2001-06-18 [hoa]
18028
18029         * src/summaryview.c
18030                 fixed some bug when building threads
18031
18032 2001-06-18 [pau]l
18033
18034         * src/prefs_account.c
18035                 UI stuff: More changes to the English
18036
18037 2001-06-18 [paul]
18038
18039         * src/pixmaps/stock_news_compose.xpm: new file
18040         * src/Makefile.am
18041         * src/mainwindow.c
18042         * src/summaryview.c
18043                 Added new icon for Hoa's 'compose a news
18044                 message', plus minor improvements to the
18045                 English
18046
18047         * po/ja.po
18048         * ChangeLog
18049         * ChangeLog.jp
18050                 more sync with sylpheed 0.5.0pre1
18051
18052 2001-06-18 [hoa]
18053
18054         * src/compose.[ch]
18055         * src/mainwindow.c
18056                 Follow-up and reply to
18057
18058         * src/summaryview.[ch]
18059                 Build threads also with subjects
18060
18061 2001-06-17 [hoa]
18062
18063         * src/compose.c
18064                 forwarding use the current account.
18065
18066         * src/mainwindow.c
18067                 the "compose message" button has been replaced with
18068                 "new mail" and "new news" buttons
18069
18070         * src/prefs_common.[ch]
18071                 added a configuration option to use the forward button
18072                 as "forward as attachment"
18073                 changed reply and forward format description
18074
18075         * src/quote_fmt_lex.l
18076         * src/quote_fmt_parse.y
18077                 added message with no signature in format for reply
18078                 and forward.
18079
18080 2001-06-17 [paul]
18081
18082         Minor UI stuff
18083
18084         * src/mainwindow.c
18085         * src/summaryview.c
18086                 Improvements to the English
18087
18088         * src/prefs_common.c
18089                 Improvements to the English and some
18090                 clarity/continuity improvements in the
18091                 description of Quote symbols.
18092
18093 2001-06-17 [paul]
18094
18095         0.5.0claws1
18096
18097         * sync with sylpheed 0.5.0pre1
18098
18099 2001-06-17 [hoa]
18100
18101         * src/compose.c
18102                 Better interface for compose, displayed fields
18103                 are updated whenever we change account.
18104                 Newsgroups field is automatically filled.
18105
18106         * src/mainwindow.c
18107                 Newsgroups field is automatically filled.
18108
18109         * src/prefs_account.c
18110                 Some interface stuff when fields appear and
18111                 disappear.
18112
18113 2001-06-16 [paul]
18114
18115         0.4.99claws
18116
18117         * sync with sylpheed 0.4.99
18118
18119 2001-06-16 [sergey]
18120
18121         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
18122         base64_decoder_free, base64_decoder_decode): new object and
18123         functions for decoding base64 streams.
18124         * src/procmime.c (procmime_decode_content): modified to use the
18125         new base64 decoder.
18126
18127 2001-06-15 [paul]
18128
18129         0.4.99claws10
18130
18131         * sync with sylpheed 0.4.99cvs11
18132
18133 2001-06-13 [paul]
18134
18135         0.4.99claws9
18136
18137         * sync with sylpheed 0.4.99cvs9
18138
18139 2001-06-13 [hoa]
18140
18141         * src/compose.c
18142         * src/prefs_account.c
18143
18144                 SMTP server can be defined in the news account
18145                 mime type of attachment are kept.
18146
18147         * src/summaryview.c
18148
18149                 now choose the highest important score between default
18150                 and important score of folder.
18151
18152 2001-06-09 [alfons]
18153         
18154         * src/prefs_common.c: 
18155
18156                 (prefs_quote_description_create): corrected description of 
18157                 quote format characters
18158
18159 2001-06-09 [paul]
18160
18161         0.4.99claws8
18162
18163         * sync with sylpheed 0.4.99cvs8
18164
18165 2001-06-08 [sergey]
18166
18167         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18168         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18169
18170 2001-06-08 [paul]
18171
18172         0.4.99claws7
18173
18174         * sync with sylpheed 0.4.99cvs7
18175
18176 2001-06-06 [sergey]
18177
18178         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18179         clashes with autogenerated header).
18180         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18181         * src/Makefile.am: added quote_fmt.h.
18182         * src/.cvsignore: added lex/yacc autogenerated files
18183         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18184
18185 2001-06-06 [paul]
18186
18187         0.4.99claws6
18188
18189         * sync with sylpheed 0.4.99cvs6
18190
18191 2001-06-06 [hoa]
18192
18193         * added src/quote_fmt_parse.h
18194         * src/compose.c
18195                 removed warnings
18196
18197         * src/prefs.[ch]
18198                 don't modify readonly configuration files
18199
18200         * src/prefs_account.c
18201         * src/prefs_common.c
18202         * src/prefs_customheader.c
18203         * src/prefs_display_header.c
18204         * src/prefs_filter.c
18205         * src/prefs_filtering.c
18206         * src/prefs_scoring.c
18207                 don't open dialog box when configuration files
18208                 are readonly
18209
18210 2001-06-05 [sergey]
18211
18212         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18213
18214         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18215         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18216         BUILT_SOURCES to make all files rebuild properly.
18217
18218         * src/compose.c: removed #include "quote_fmt.tab.h".
18219
18220         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18221         CHARACTER value in yylval.
18222
18223         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18224         receive CHARACTER value by documented means (yylval).
18225
18226         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18227
18228 2001-06-05 [hoa]
18229
18230         * src/Makefile.am
18231                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18232
18233         * src/filtering.c
18234         * src/matcher.c
18235         * src/matcher.h
18236         * src/prefs_filtering.c
18237                 now keep the configuration for execute action
18238
18239         * src/mbox_folder.c
18240                 fixed a warning
18241
18242 2001-06-05 [paul]
18243
18244         * sync with sylpheed 0.4.99cvs5
18245
18246 2001-06-05 [hoa]
18247
18248         * src/Makefile.am
18249                 added quote_fmt.[ch]
18250
18251         * added src/quote_fmt.y
18252         * added src/quote_fmt.l
18253         * added src/quote_fmt.tab.h
18254         * added src/quote_fmt.tab.c
18255         * added src/lex.quote_fmt.c
18256                 parsing configuration for replying
18257                 and forwarding
18258
18259         * src/prefs_common.[ch]
18260                 added configuration UI for replying
18261                 and forwarding
18262
18263         * src/compose.c
18264                 using configuration for replying
18265                 and forwarding
18266
18267 2001-06-04 [hoa]
18268
18269         * src/filtering.c
18270         * src/matcher.c
18271         * src/matcher.h
18272         * src/prefs_filtering.c
18273         * src/prefs_matcher.c
18274         * src/prefs_matcher.h
18275                 action "run a command" for filtering
18276                 and matching with a command.
18277                 fixed the "whole message" matching
18278
18279         * src/mbox_folder.c
18280                 changed temporary filename for security
18281
18282         * src/messageview.c
18283                 queue the notification if it fails to send.
18284
18285         * src/prefs_common.c
18286         * src/prefs_folder_item.c
18287                 changed the default important score             
18288
18289         * src/prefs_scoring.c
18290         * src/scoring.c
18291                 hide kill score input when the folder is not
18292                 a newsgroup
18293
18294 2001-06-03 [alfons]
18295
18296         * src/prefs_common.c:
18297
18298                 (prefs_font_select): pass font name in font entry box to font
18299                 selection dialog.
18300
18301 2001-06-03 [sergey]
18302
18303         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18304
18305 2001-06-03 [paul]
18306
18307         * sync with sylpheed 0.4.99cvs4
18308
18309 2001-06-03 [alfons]
18310
18311         * src/headerwindow.c:
18312
18313                 (headerwindow_show_cb): use the selected summary view item, not
18314                 the displayed item.
18315
18316 2001-06-02 [alfons]
18317
18318         * src/headerwindow.c:
18319
18320                 (headerwindow_show_cb): always try to show msginfo
18321
18322 2001-06-02 [hoa]
18323
18324         * src/compose.c
18325                 keep attached parts when reediting or forwarding.
18326
18327 2001-06-01 [hoa]
18328
18329         * src/folderview.c
18330         * src/prefs_folder_item.[ch]
18331         * src/prefs_scoring.[ch]
18332         * src/scoring.[ch]
18333         * src/summaryview.[ch]
18334         * src/main.c
18335         * src/mainwindow.c
18336         * src/prefs_common.[ch]
18337                 support for folder scoring
18338                 kill score and important score for messages
18339         
18340         * src/prefs_account.c
18341                 some display bug fixed for local account
18342                 preferences
18343
18344 2001-05-31 [alfons]
18345
18346         * src/summaryview.c:
18347
18348                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18349                 sender to address book menu item is disabled.
18350
18351 2001-05-30 [hoa]
18352
18353         * src/filtering.[ch]
18354         * src/summaryview.c
18355                 handling summary menu / filter messages
18356
18357         * src/folder.[ch]
18358                 add some stuff
18359
18360         * src/foldersel.c
18361                 imap folders now appears in list
18362
18363         * src/mbox_folder.c
18364                 doesn't crash if destination mail is not writeable
18365
18366 2001-05-29 [hoa]
18367
18368         * src/compose.c
18369                 removed some warnings
18370
18371         * src/filtering.c
18372         * src/folder.[ch]
18373         * src/prefs_filtering.c
18374                 global string to identify any folders           
18375                 removed some debug info
18376                 filtering to mbox folders is now possible
18377
18378         * src/mainwindow.c
18379                 removed some warnings
18380
18381         * src/mbox_folder.c
18382                 permission on files are changed to read/write for user only,
18383                 nothing for other.
18384                 creation of subfolder is handled better.
18385
18386 2001-05-28 [alfons]
18387
18388         Verified the sync for src/prefs_common.[ch] and
18389         src/prefs_account.[ch]. I believe there were some
18390         minor indentation differences.
18391
18392 2001-05-28 [paul]
18393
18394         0.4.99claws3
18395
18396         * sync with 0.4.99cvs3
18397
18398 2001-05-28 [hoa]
18399
18400         * src/compose.c
18401                 handling flags for mbox format
18402
18403         * src/filtering.c
18404                 use of mark file only for MH format
18405                 handling flags for mbox format
18406                 filtering cannot yet move or copy mails to mbox folders.
18407
18408         * src/folder.[ch]
18409                 changed move_msg, copy_msg,
18410                 move_msgs_with_dest, copy_msgs_with_dest functions
18411                 uses only folder->copy_msg() function
18412                 uses folder->finished_copy() to handle the destination
18413                 folder at the end of the copy or move operation.
18414
18415         * src/foldersel.c
18416                 included mbox directories.
18417
18418         * src/folderview.[ch]
18419         * src/mainwindow.c
18420                 handle folders operation for mbox format
18421
18422         * src/mbox.c
18423                 disable conversion of "From " header
18424
18425         * src/mbox_folder.[ch]
18426                 completion of mbox format handling
18427
18428         * src/mh.c
18429                 changed mh_copy_msg() function and
18430                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18431                 mh_copy_msgs_with_dest()
18432
18433         * src/prefs_filtering.c
18434                 removed some warnings
18435
18436         * src/prefs_matcher.c
18437                 default boolean operation is AND
18438
18439         * src/procheader.c
18440                 handling flags for mbox format
18441                 handling of "From " header
18442
18443         * src/procmsg.[ch]
18444                 removed data field
18445                 added MSG_REALLY_DELETED flags to handle deletion of
18446                 messages in mbox format.
18447
18448         * src/summaryview.c
18449                 handling flags for mbox format
18450                 disable the MSG_DELETED flags when messages
18451                 are deleted in mbox format
18452
18453         * src/textview.c
18454                 "From " headers display fixed.
18455
18456 2001-05-27 [alfons]
18457
18458         * src/textview.c:
18459                 
18460                 (get_email_part): skip quoted email addresses, like in e.g.
18461                 "'alfons@proteus.demon.nl'".
18462
18463 2001-05-26 [alfons]
18464
18465         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18466         and fixing the persistence troubles when using separate windows.
18467
18468         * src/mainwindow.c:
18469         
18470             Added #define SEPARATE_ACTION used in the gtk item factory for 
18471             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18472                 use gtk_item_factory_get_widget_by_action() to get the items.
18473                 
18474             Removed separate_widget_cb from the gtk item factory data   
18475           
18476             (mainwindow_create): connect separate_widget_cb() to check
18477             menu item "toggled" signal. also passing a MainWindow pointer
18478                 as object data for both check menu items.
18479                 
18480             (separate_widget_cb): definition of separate_widget_cb() to match
18481             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18482                 window using gtk_object_get_data(). The type of window separation 
18483                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18484         
18485         * src/prefs_filtering.c,
18486           src/prefs_matcher.c: added horizontal scrollbars
18487
18488 2001-05-25 [darko]
18489
18490         * src/headerview.c
18491                 fix segfault with invalid bold font
18492         * src/summaryview.c
18493                 correctly display summary stats after row is marked
18494
18495 2001-05-23 [sergey]
18496
18497         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18498         encodings with libjconv.
18499
18500 2001-05-23 [hoa]
18501
18502         * src/Makefile.am
18503                 added mbox_folder.[ch]
18504         * src/defs.h
18505                 mbox temporary folder
18506         * src/folder.[ch]
18507         * added src/mbox_folder.[ch]
18508         * src/folderview.c
18509         * src/procheader.[ch]
18510                 added mbox support
18511         * src/mbox.c
18512                 bugfix for file incorporation filtering
18513         * src/imap.c
18514                 enable creation of MBOX
18515         * src/prefs_display_header.c
18516                 enable use of headers like "From "
18517                 something that should be fixed :
18518                         displaying of such headers add an extra space
18519         * src/prefs_folder_item.c
18520                 don't create folders because it is not necessary
18521         * src/procmsg.h
18522                 added data field to MsgInfo for mbox internal use
18523         * src/summaryview.c
18524                 added some support for mbox
18525         * src/utils.[ch]
18526                 added get_mbox_cache_dir() function
18527
18528 2001-05-23 [hiroyuki]
18529
18530         * src/headerwindow.c
18531           src/inc.c
18532           src/main.c
18533           src/mh.c
18534           src/nntp.c
18535           src/procmsg.h
18536           src/session.h
18537           src/socket.[ch]
18538           src/summaryview.c
18539           src/textview.c
18540           src/automaton.c
18541           src/folderview.c: more sync with 0.4.99cvs2.
18542
18543         * src/headerwindow.c: reverted.
18544
18545 2001-05-22 [paul]
18546
18547         0.4.99claws2
18548
18549         * sync with sylpheed 0.4.99cvs2
18550                 * src/news.[ch]
18551                 * src/nntp.[ch]
18552                 * INSTALL
18553                 * INSTALL.jp
18554
18555 2001-05-22 [alfons]
18556
18557         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18558
18559 2001-05-21 [alfons]
18560
18561         Minor things:
18562
18563         * configure.in: if gnome-config not found, "no" is displayed
18564         
18565         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18566
18567         * src/textview.c: now also possible to add mail addresses by right
18568           clicking in the text view
18569
18570         * src/codeconv.c: merged patch which fixes endless loop when encountering
18571           invalid wide characters; from Alte <010@imis.ru>  
18572
18573 2001-05-20 [alfons]
18574
18575         Added installation of gnome specific things:
18576
18577         * Makefile.am: gnome conditional
18578
18579         * configure.in: check for installed gnome
18580
18581         * added sylpheed.png, sylpheed.desktop
18582
18583 2001-05-20 [sergey]
18584
18585         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18586
18587         * src/mainwindow.h (main_window_toolbar_create): created a button
18588         for "Reply to all".
18589         (main_window_set_toolbar_sensitive): enable/disable the new button
18590         appropriately.
18591         (toolbar_reply_to_author_cb): handle the new button.
18592
18593         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18594         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18595         failure).
18596
18597 2001-05-19 [sergey]
18598
18599         * src/compose.h (ComposeReplyMode): new modes
18600         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18601         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18602
18603         * src/compose.c
18604         (compose_send): move some code into a new function:
18605         (compose_current_mail_account): new function.
18606         (compose_reply): new argument to_author, all callers changed; if
18607         to_author==TRUE and account->protocol==A_NNTP, find and use an
18608         appropriate mail account for replying.
18609         (compose_reply_set_entry): new argument to_author; ignore
18610         compose->replyto if to_author==TRUE.
18611
18612         * src/mainwindow.c: new command "Message/Reply to author".
18613         (main_window_set_menu_sensitive): enable/disable it.
18614         (reply_cb): handle it.
18615
18616         * src/summaryview.c: new command "Reply to author".
18617         (summary_set_menu_sensitive): enable/disable it.
18618         (summary_reply_cb): handle it.
18619
18620         * src/account.c (account_find_mail_from_address): new function.
18621
18622 2001-05-18 [paul]
18623
18624         0.4.99claws1
18625
18626         * sync with sylpheed 0.4.99cvs1
18627
18628 2001-05-18 [hoa]
18629
18630         * src/compose.[ch]
18631         * src/filtering.c
18632         * src/summaryview.c
18633                 new filtering action : forward and forward as attachment
18634
18635         * src/main.c
18636                 no need for $DISPLAY when we run sylpheed --help
18637                 call to parse_cmd_opt() is moved
18638
18639         * src/mainwindow.[ch]
18640                 execute button is hidden when immediate execute
18641                 is chosen
18642
18643         * src/mh.c
18644         * src/news.c
18645         * src/prefs_folder_item.c
18646         * src/procmsg.c
18647                 better handling of missing directories
18648
18649         * src/summaryview.c
18650                 reedit is enabled in outbox
18651                 reedit is enabled in queue
18652
18653 2001-05-17 [hoa]
18654
18655         * src/filtering.c
18656         * src/matcher.[ch]
18657         * src/prefs_filtering.c
18658                 changed attachement into attachment
18659
18660 2001-05-17 [alfons]
18661
18662         0.4.67claws4    
18663
18664         * sync with sylpheed 0.4.67cvs9
18665         * sync with sylpheed 0.4.67cvs7-8
18666
18667 2001-05-17 [hoa]
18668
18669         * src/Makefile.am
18670                 added prefs_filtering.c
18671
18672         * src/filtering.[ch]
18673         * src/matcher.[ch]
18674                 removed action : forward_news and forward_news_as_attachement
18675                 (forward and forward_as_attachement can be used instead)
18676
18677         * src/mainwindow.c
18678                 added menu option to access filtering configuration
18679
18680         * src/prefs_account.c
18681                 changed mail_command default to /usr/sbin/sendmail
18682
18683         * added src/prefs_filtering.[ch]
18684                 dialog box for filtering configuration
18685
18686         * src/prefs_matcher.c
18687                 added function prefs_matcher_get_criteria_from_matching()
18688
18689         * src/prefs_scoring.c
18690                 reset the dialog when register or substitute is clicked
18691
18692 2001-05-15 [hoa]
18693
18694         * src/Makefile.am
18695                 added filtering.[ch]
18696         * src/inc.c
18697                 using filering.[ch] instead of filter.[ch]
18698         * src/main.c
18699                 reading new filtering configuration
18700         * src/matcher.[ch]
18701                 added some filtering actions
18702                 and fixed a bug for headers and mail body matching
18703         * src/mbox.c
18704                 using filering.[ch] instead of filter.[ch]
18705         * src/mh.c
18706                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18707         * src/summaryview.c
18708                 some fixes for filtering
18709
18710 2001-05-14 [hiroyuki]
18711
18712         * src/send.c: fixed some weird indentations.
18713           send_message_with_command(): call pclose() only if p != NULL.
18714         * src/textview.c: get_email_part(): modified the code for readability.
18715
18716 2001-05-14 [hiroyuki]
18717
18718         * src/md5global.h
18719           src/md5ify.c
18720           src/md5ify.h: removed from the cvs.
18721
18722 2001-05-13 [sergey]
18723
18724         * src/main.c: include rfc2015.h to avoid compiler warnings.
18725         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18726         the panel is already on screen.
18727         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18728         closing the alert window by ESC as "No".
18729         * src/prefs_common.c (prefs_interface_create): moved return
18730         receipt check button to the correct place.
18731
18732 2001-03-13 [alfons]
18733
18734         * src/prefs_common.c: 
18735                 moved return receipt check button to the Send tab. (prefs_send_create)
18736                 removed the date format ui related globals. (prefs_display_create)
18737
18738         0.4.67claws3
18739         
18740         * sync with sylpheed 0.4.67cvs5-6
18741
18742 2001-05-13 [paul]
18743
18744         * added Alfons' font selection patch
18745
18746         * src/defs.h
18747         * src/headerwindow.c
18748         * src/prefs_common.c
18749         * src/prefs_common.h
18750
18751 2001-05-13 [hoa]
18752         * src/defs.h
18753                 changed version of cache
18754         * src/matcher.[ch]
18755         * src/prefs_matcher.c
18756                 added additionnal matching criteria
18757         * src/procheader.c
18758         * src/procmsg.[ch]
18759         * src/news.c
18760                 added references in MsgInfo
18761
18762 2001-05-12 [hoa]
18763
18764         * src/defs.h
18765                 prepared some things for new filtering
18766         * src/matcher.[ch]
18767                 added some matching properties
18768                 inreplyto need to be enhanced
18769                 prepared some things for new filtering
18770         * src/messageview.c
18771                 added Return-Receipt-To handling
18772         * src/prefs_folder_item.c
18773                 changed default value to TRUE
18774         * src/prefs_matcher.c
18775                 added some matching properties
18776         * src/prefs_scoring.[ch]
18777                 the scoring dialog is finished
18778         * src/procheader.c
18779                 added Return-Receipt-To handling
18780                 Reference need to be added
18781         * src/procmsg.[ch]
18782                 added Return-Receipt-To handling
18783                 added threadscore to get a better score sorting when
18784                 threads are enabled
18785         * src/summaryview.c
18786                 suppressed a bug when we sort the list
18787                 when no folder is opened.
18788                 better score sorting when threads are enabled
18789
18790 2001-05-12 [alfons]
18791
18792         * reverted previous patch because of potential errors 
18793
18794         0.4.67claws2
18795         
18796         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18797                 applied "toggle mail-retrieval dialog window" patch submitted 
18798                 by Eric Limpens <eric@qnt.net>
18799
18800         * sync with sylpheed 0.4.67cvs4
18801
18802 2001-05-12 [sergey]
18803
18804         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18805         some picky compilers.
18806         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18807         * src/grouplist_dialog.c: include alertpanel.h.
18808         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18809         fix compile warning.
18810         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18811         #include "defs.h" before others to prevent the warning of `MIN'
18812         and `MAX' redefinition.
18813
18814 2001-05-11 [hoa]
18815
18816         * src/main.c
18817         * src/messageview.c
18818         * src/prefs_account.c
18819         * src/prefs_display_header.c
18820                 removed warning
18821         * src/Makefile.am
18822                 added prefs_scoring.[ch]
18823         * src/grouplist_dialog.c
18824                 display an error dialog box if the group list
18825                 cannot be fetched.
18826         * src/mainwindow.[ch]
18827                 added main_window_set_thread_option() function
18828                 scoring dialog box enabled
18829         * src/matcher.[ch]
18830                 added flags matching unread /new / marked
18831                 / deleted / replied / forwarded
18832         * src/news.c
18833                 newsgroups are now finally in newscache
18834         * src/prefs_matcher.[ch]
18835                 finished preferences for matching dialog
18836         * added src/prefs_scoring.[ch]
18837                 scoring dialog box completed
18838         * src/scoring.[ch]
18839                 conversion to string : added scoringprop_to_string()
18840                 write config for preferences :
18841                 added prefs_scoring_write_config()
18842         * src/summaryview.c
18843                 threads can be enabled/disabled independently
18844                 for each folder
18845
18846 2001-05-10 [alfons]
18847
18848         0.4.67claws1
18849         
18850         * AUTHORS: 
18851                 thought it would be nice to have a list of all
18852                 contributors (used Changelog as a reference)
18853         
18854         * configure.in: 
18855                 messed up version numbering...
18856
18857         0.4.66claws1
18858
18859         * sync with sylpheed 0.4.67cvs1-3
18860
18861 2001-05-10 [darko]
18862
18863         * src/prefs_common.c:
18864                 better UI for strftime format, double clicking
18865                 on format now inserts the format in text entry
18866                 replaced close button with standard OK/Cancel
18867                 moved date format button to the right of the
18868                 text entry field
18869
18870 2001-05-09 [alfons]
18871
18872         * src/gtkstext.c:
18873                 Ctrl-Home / Ctrl-End have proper cursor navigation
18874
18875 2001-05-09 [hoa]
18876
18877         * src/prefs_matcher.c
18878                 finished UI to define matching properties
18879                 added ok and cancel button
18880         * src/prefs_filter.c
18881                 added ok and cancel button
18882         * src/news.c
18883                 fixed some bug in xhdr parsing
18884
18885 2001-05-08 [alfons]
18886
18887         * src/textview.c: 
18888                 fixed a bug in textview_show_header(), which displayed two colons (':');
18889                 cleaned up some warnings
18890
18891 2001-05-08 [hoa]
18892
18893         * src/Makefile.am
18894                 added prefs_matcher.[ch]
18895                 compilation with -W -Wall
18896         * src/alertpanel.c
18897                 ungrab the mouse events if grabbed - does it
18898                 fix the bug for disposition notification ?
18899         * src/mainwindow.c
18900                 added a menu option to open the matching dialog.
18901         * src/matcher.[ch]
18902                 added matcherprop_to_string() and matcherlist_to_string()
18903                 fixed some bugs, changed the name of some options
18904                 age_sup and age_inf becomes age_greater and age_lower,
18905                 body and messageheaders becomes body_part and headers_part,
18906                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18907         * src/prefs_display_header.c
18908         * src/prefs_headers.c
18909                 fixed a bug that accidentally destroyed dialogs
18910                 when closed them with delete_event
18911                 Added *_deleted() which handle delete_event signal correctly.
18912         * src/prefs_folder_item.[ch]
18913                 added "enable_thread" field for future customization
18914         * added src/prefs_matcher.[ch]
18915                 sample of the UI to define matching properties
18916         * src/procheader.c
18917                 using procheader_headername_equal instead of str*cmp functions
18918                 using procheader_parse_header() function
18919         * src/scoring.c
18920                 using MATCHING_XXX instead of SCORING_XXX
18921         * src/summaryview.c
18922                 display the sender of the news even if this is ourself
18923                 when this is a news message.
18924         * src/textview.c
18925                 using headername_equal() instead of str*cmp functions
18926
18927 2001-05-08 [alfons]
18928
18929         0.4.66claws
18930
18931         * sync with sylpheed 0.4.66
18932         * src/gtkstext.c: trace logs added 
18933
18934 2001-05-08 [sergey]
18935
18936         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18937         signature check popup.
18938         * src/rfc2015.c (check_signature): show signature check popup only
18939         if it is enabled in preferences.
18940
18941 2001-05-07 [alfons]
18942
18943         0.4.66claws4
18944         
18945         * sync with sylpheed 0.4.66cvs6
18946
18947 2001-05-07 [darko]
18948
18949         * src/prefs_common.[ch]: added option to enable/disable
18950           looking up sender name in address book for summary pane
18951         * src/summaryview.c: look up sender in the address book
18952           by using Alfons' address completion code
18953
18954 2001-05-07 [hiroyuki]
18955
18956         * src/inc.h
18957           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18958           member of Pop3State.
18959         * src/news.c: brought #include "defs.h" before #include <glib.h>
18960           to prevent the warning of `MIN' and `MAX' redefinition.
18961
18962 2001-05-06 [hoa]
18963
18964         * removed src/headers_display.[ch]
18965         * removed src/prefs_display_headers.[ch]
18966         * src/inc.c
18967                 use a temporary file in the user directory for mbox import
18968         * src/news.c
18969                 added XHDR support to get "To" and "Cc" headers
18970                 (in order to match news with to or cc field for
18971                 scoring)
18972                 added function news_parse_xhdr() to get XHDR response
18973         * src/nntp.[ch]
18974                 added function nntp_xhdr()
18975         * src/matcher.c
18976                 fetch the message if necessary
18977
18978 2001-05-06 [alfons]
18979
18980         0.4.66claws3
18981
18982         * sync with sylpheed 0.4.66cvs3-5
18983
18984 2001-05-06 [hoa]
18985
18986         * src/utils.[ch]
18987                 added function itos_buf() to enable use of several buffers
18988         * src/summaryview.c
18989                 use of itos_buf() instead of itos() in summary list
18990                 to fix the broken display of message number.
18991
18992 2001-05-06 [alfons]
18993
18994         * src/gtkstext.c: bug in cursor up navigation fixed,
18995                 fixed another unsigned / signed comparison (we're getting there :-)
18996
18997 2001-05-06 [hoa]
18998
18999         * src/Makefile.am
19000                 added scoring.c scoring.h
19001                 prefs_folder_item.c prefs_folder_item.h
19002                 matcher.c matcher.h
19003         * src/defs.h
19004                 added FOLDERITEM_RC SCORING_RC
19005         * src/folder.[ch]
19006                 added prefs field in FolderItem :
19007                 properties for each folder (PrefsFolderItem),
19008                 sorting type and mode were added as the first properties.
19009         * src/main.c
19010                 read config for scoring
19011         * added src/matcher.[ch]
19012                 gives functions to parse configuration file to do
19013                 matching on mails with a list of conditions.
19014         * src/mainwindow.c
19015                 add option to sort by score
19016         * src/prefs_common.[ch]
19017                 added preference option to show score and for
19018                 the score column size
19019         * added src/prefs_folder_item.[ch]
19020                 properties for each folder (PrefsFolderItem),
19021                 sorting type and mode were added as the first properties.
19022         * src/procheader.[ch]
19023                 added procheader_parse_header()
19024                 added procheader_header_free()
19025                 added procheader_headername_equal()
19026                 and made modification to use them.
19027         * src/procmsg.[ch]
19028                 added score field to MsgInfo structure
19029         * added src/scoring.[ch]
19030                 gives functions to parse configuration file to do
19031                 scoring on mails with a list of conditions.
19032         * src/summaryview.[ch]
19033                 save the sorting type and mode for the folder
19034                 added column to display the score of the mail
19035                 added function summary_score_clicked()
19036                 sorting type and mode are restored to the folder
19037                 when it is reopen
19038         * src/textview.c
19039                 use procheader_parse_header(), procheader_headername_equal()
19040                 removed memory leak in text_scan_header when freeing headers
19041         * src/filter.c
19042                 changed the function to match names of headers
19043                 using procheader_headername_equal()
19044
19045         Scoring functions are implemented, an interface is needed
19046         to configure that.
19047
19048 2001-05-04 [alfons]
19049
19050         * src/gtkstext.c: 
19051                 hopefully fixed the row up navigation bug,
19052                 removed adding back / forward lines to cache
19053
19054 2001-05-04 [sergey]
19055
19056         * src/prefs_display_headers.c: user interface changes:
19057         (prefs_display_headers_create): remove unused "Show" check button;
19058         allow reordering of headers by dragging.
19059         (prefs_display_headers_write_config): remove unused variables.
19060         (prefs_display_headers_set_dialog): do not insert "(New)" at top
19061         of lists (not needed with the new UI).
19062         (prefs_display_headers_set_list): scan lists starting from row 0,
19063         not 1 (do not skip "(New)").
19064         (prefs_display_headers_find_header): new function.
19065         (prefs_display_headers_clist_set_row): do not allow duplicates.
19066         (prefs_display_headers_delete_cb): do not skip row 0; treat
19067         closing the alert window by ESC as "No".
19068         (prefs_display_headers_up): do not protect row 0.
19069         (prefs_display_headers_down): do not protect row 0.
19070
19071 2001-05-04 [sergey]
19072
19073         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
19074         functions.
19075
19076         * src/summaryview.c
19077         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
19078         summary_select_next_marked, summary_select_prev_marked): new
19079         functions.
19080
19081 2001-05-03 [sergey]
19082
19083         * src/news.c: fixed a bug when no article can be fetched after
19084         server timeout if the connection was restored by news_post():
19085         (news_select_group): new function.
19086         (news_fetch_msg): call news_select_group() before fetching
19087         article.
19088         (news_get_uncached_articles): set session->group after successful
19089         GROUP command.
19090
19091 2001-05-03 [hoa]
19092
19093         * src/defs.h
19094         * src/procmsg.[ch]
19095         * src/procheader.c
19096                  changed version of cache, added cc field
19097
19098         * src/prefs_display_headers.c
19099                 the interface was changed
19100
19101         * src/prefs_headers.c
19102                 added cancel button
19103
19104 2001-05-03 [alfons]
19105
19106         * completed sync of sylpheed cvs2
19107         * src/gtkstext.c: updated row up / down cursor navigation
19108         * src/textview.c: re-edited, prepared for fixing the email address
19109                 scanner.
19110
19111 2001-05-03 [darko]
19112
19113         * src/prefs_common.c: use alfons' strftime ui code
19114         entry_datefmt and datefmt_sample widgets have to be
19115         global in this module because of this change
19116
19117 2001-05-03 [hoa]
19118
19119         * src/messageview.c
19120         * src/prefs_common.[ch] added option to activate the return receipt
19121                 feature.
19122
19123 2001-05-02 [alfons]
19124
19125         * src/gtkstext.c: fix for row up/down cursor navigation. 
19126
19127         0.4.66claws2
19128         
19129         * sync with 0.4.66cvs2
19130
19131 2001-05-02 [paul]
19132
19133         added add-sender-to-addressbook patch
19134
19135         * src/addressbook.c
19136         * src/addressbook.h
19137         * src/summaryview.c
19138
19139 2001-05-02 [sergey]
19140
19141         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
19142         G_ALERTDISABLE.
19143
19144         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19145         all existing callers changed to pass FALSE; create a check button
19146         to disable the message.
19147         (alertpanel_message_with_disable): new function.
19148         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19149         (alertpanel_button_toggled): new function.
19150         (alertpanel_button_clicked, alertpanel_close): set value using
19151         G_ALERT_VALUE_MASK.
19152
19153         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19154
19155         * src/prefs_common.c (prefs_privacy_create): new check button
19156         checkbtn_gpgme_warning.
19157
19158         * src/main.c (main): moved preferences reading before gpgme
19159         initialization; check prefs_common.gpgme_warning before giving the
19160         GnuPG warning and set it to FALSE if the user wants to disable the
19161         warning.
19162
19163 2001-05-02 [hiroyuki]
19164
19165         * src/prefs_display_headers.c: modified the layout and some labels.
19166
19167 2001-05-02 [sergey]
19168
19169         * src/prefs_account.c (prefs_account_fix_size): new function.
19170         (prefs_account_create): call prefs_account_fix_size(); use
19171         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19172         size when the window is shown for the first time).
19173         (prefs_account_basic_create): changed layout of serv_table; moved
19174         localmbox_entry above smtpserv_entry (logically it replaces
19175         POP3/IMAP server).
19176         (prefs_account_protocol_activated): set sensitivity of
19177         nntpauth_chkbtn according to the protocol (in addition to
19178         hide/show); commented out gtk_table_set_row_spacing() calls.
19179         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19180         not sensitive (fixes a bug with disabled username/password boxes
19181         when editing POP3 account after NNTP with authentication).
19182
19183 2001-05-02 [hoa]
19184
19185         * src/account.c
19186         * src/inc.c
19187         * src/prefs_account.[ch]
19188         * src/send.c
19189                 removed local account without SMTP server
19190                 added option to use mail command instead of a connexion
19191                 to SMTP server when a local account is used
19192         * src/prefs_headers.c
19193                 fixed a bug
19194         * src/news.c
19195                 fixed a bug when connexion immediately closed
19196
19197 2001-05-01 [alfons]
19198
19199         0.4.66claws1
19200         
19201         * sync with 0.4.65
19202
19203 2001-05-01 [sergey]
19204
19205         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19206         widget nntpauth_chkbtn.
19207         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19208         visibility.
19209         (prefs_account_nntpauth_toggled): new function.
19210
19211         * src/news.c (news_session_new_for_folder): use NNTP
19212         authentication only if ac->use_nntp_auth is set.
19213
19214 2001-05-01 [hoa]
19215
19216         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19217         * src/prefs_display_headers.c changed the UI
19218         * src/prefs_headers.c changed account_name to account_id
19219         * src/compose.c using customheader.h
19220
19221 2001-05-01 [hiroyuki]
19222
19223         * src/esmtp.c
19224           src/news.c
19225           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19226           unsynched.
19227
19228 2001-05-01 [hoa]
19229
19230         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19231         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19232                 for displaying of headers
19233         * src/grouplist_dialog.[ch] minor changes to remove warnings
19234         * src/prefs_display_headers.[ch] dialog to choose the
19235         headers to display in the mail viewer.
19236         * src/headers.h correction of #define
19237         * src/headers_display.[ch] configuration for displaying of headers.
19238         * src/main.c read config of displaying of headers
19239         * src/prefs_common.c add a button to access the config dialog
19240                 for displaying of headers
19241         * src/prefs_display_headers.[ch] dialog for configuration for
19242                 displaying of the headers.
19243         * src/prefs_headers.c cleaning of code
19244         * src/procheader.c comments added to code
19245         * src/textview.c changes to reorder the headers depending
19246                 on the config for displaying of headers
19247
19248 2001-04-30 [alfons]
19249
19250         0.4.65claws7
19251
19252         * sync with 0.4.65cvs12
19253
19254         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19255
19256 2001-04-30 [sergey]
19257
19258         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19259
19260         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19261         is set to force reconnection after authentication failure.
19262         (nntp_gen_command): set sock->auth_failed on authentication
19263         failure, or if sock->userid and sock->passwd are not set.
19264
19265         * src/news.c (news_session_new_for_folder): set userid=NULL if
19266         password dialog is cancelled.
19267
19268 2001-04-30 [sergey]
19269
19270         * src/nntp.h (NNTPSockInfo): new type.
19271
19272         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19273         SockInfo.
19274         (nntp_open_auth, nntp_close): new functions.
19275         (nntp_gen_command): new function to handle authentication; all
19276         NNTP command functions updated to use it.
19277         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19278         (nntp_list): removed old useless code.
19279
19280         * src/news.h (NNTPSession): new field nntp_sock.
19281
19282         * src/news.c: all functions updated to use NNTPSockInfo instead of
19283         SockInfo.
19284         (news_session_new): new arguments (userid, passwd); made static;
19285         use nntp_open_auth() if needed.
19286         (news_session_destroy): use nntp_close() instead of sock_close().
19287         (news_query_password): changed arguments.
19288         (news_session_new_for_folder): new function.
19289         (news_session_get): use news_session_new_for_folder().
19290         (news_authenticate): deleted.
19291         (news_get_uncached_articles): removed old authentication code.
19292
19293 2001-04-30 [sergey]
19294
19295         * src/news.c: reverted my previous changes (need to do NNTP
19296         authentication in a cleaner way).
19297         
19298 2001-04-29 [sergey]
19299
19300         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19301         news_nntp_post, news_nntp_mode): new functions (wrappers with
19302         authentication support).
19303         (news_get_article_cmd, news_get_article, news_get_header): new
19304         argument "folder"; all callers changed.
19305         (news_get_article_cmd): added authentication support.
19306         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19307         (news_post): use news_nntp_post() instead of nntp_post().
19308         (news_get_uncached_articles): use news_nntp_group() instead of
19309         nntp_group() and news_nntp_xover() instead of nntp_xover();
19310         removed old authentication code.
19311         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19312
19313         * src/nntp.c (nntp_list): return real error code instead of
19314         hardcoded NN_ERROR.
19315
19316 2001-04-29 [sergey]
19317
19318         * configure.in: fixed wint_t typedef detection again
19319
19320 2001-04-28 [hoa]
19321
19322         * src/prefs_account.[ch], added A_LOCAL_CMD
19323                 (send mail with mail command)
19324         * src/send.c added function send_message_with_command()
19325         * src/inc.c made a more secure get_spool() function with
19326                 mktemp() but maybe mkstemp() or something more
19327                 secure can be used.
19328
19329 2001-04-28 [alfons]
19330
19331         * src/textview.c, colorization of email addresses in headers
19332
19333         0.4.65claws6
19334
19335         * bug sync with sylpheed
19336         * prefs_common.c: created date format ui for darko
19337         * sync with 0.4.65cvs11
19338         * configure.in: corrected to have the new gpg checks
19339
19340 2001-04-27 [alfons]
19341
19342         * completed sync with 0.4.65cvs10
19343         * minor debug things added to gtkstext.c
19344
19345 2001-04-27 [darko]
19346
19347         * configure.in: remove check for availability of
19348           strftime() as advised by Hiroyuki
19349         * src/prefs_common.[ch], src/procheader.c:
19350           synch strftime() code with Hiroyki's main branch
19351
19352 2001-04-26 [sergey]
19353
19354         * src/news.c: news_query_password(), news_authenticate(): new
19355           functions.
19356           news_get_uncached_articles(): added NNTP authentication
19357           handling.
19358         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19359           new functions.
19360         * src/prefs_account.c: prefs_account_protocol_activated():
19361           enable userid and password fields for NNTP.
19362
19363 2001-04-26
19364
19365         * configure.in: check for availability of strftime()
19366           [darko]
19367         * src/prefs_common.[ch], src/procheader.c: use
19368           strftime() for displaying date in summary pane if it
19369           is available
19370
19371 2001-04-25
19372
19373         * more .cvsignore cleanups [alfons]
19374
19375 2001-04-25
19376
19377         * ac/sv-check-type.m4: new autoconf macro.
19378         * configure.in: fixed wint_t typedef detection (did not work
19379           with gcc-2.96).
19380
19381 2001-04-25
19382
19383         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19384           [hiroyuki]
19385
19386 2001-04-24
19387         * modified gtkstext.c : buggy cursor navigation fixed, 
19388           and font descent also taken in account when drawing
19389           cursor. [alfons]
19390
19391 2001-04-24 [hoa]
19392         * added comments in src/news.c src/nntp.c
19393         * added src/prefs_headers.[ch]
19394         * added src/headers.[ch]
19395         * modified compose.c to activate custom headers
19396                 added function is_in_custom_headers
19397         * modified prefs_account.[ch]
19398                 added function prefs_account_customhdr_edit
19399         * modified src/defs.h :
19400                 added HEADERS_RC : name of the config file
19401                 for the custom headers
19402
19403 2001-04-24
19404
19405     0.4.65claws5
19406
19407         * configure.in
19408           src/gtkstext.[ch]
19409           src/compose.c
19410           src/Makefile.am
19411           
19412           added gtkstext with configure.in patch by Hiroyuki which
19413           should fix the XIM detection [alfons]
19414
19415         * more clean up of cvs [alfons]
19416
19417                  * removed all Makefile.in files to attic.
19418
19419                  * updated all .cvsignores to really ignore things that could
19420                    be unintentionally committed by a recursive commit.
19421
19422 2001-04-23 [hoa]
19423         * added src/grouplist_dialog.[ch]
19424         * changed src/folderview.c to call grouplist_dialog instead
19425                 of inputdialog
19426         * src/news.c :
19427                 added functions news_reset_group_list
19428                 and news_get_group_list
19429         * src/nntp.c :
19430                 added function nntp_list
19431         * src/defs.h :
19432                 added GROUPLIST_FILE : name of the newsgroup list cache file
19433
19434 2001-04-21
19435
19436         * added option to warn about queued messages on exit [sergey]:
19437
19438           * src/compose.c: compose_queue(): call folder_item_scan()
19439             and folderview_update_item() after queueing.
19440           * src/folderview.c: folderview_update_node(): draw the queue
19441             folder in bold font if there are queued messages.
19442           * src/mainwindow.c: queued_messages(): new function.
19443             app_exit_cb(): display warning if there are queued messages
19444             if warn_queued_on_exit is set.
19445           * prefs_common.[ch]: add warn_queued_on_exit option.
19446
19447         * enhanced GnuPG key selection support [sergey]:
19448
19449           * src/select-keys.c: updated to newer version from Win32
19450             branch with support for selecting arbitrary keys.
19451           * src/prefs_account.c: added the Privacy tab to the account
19452             options window.
19453             prefs_account_privacy_create(),
19454             prefs_account_sign_key_set_data_from_radiobtn(),
19455             prefs_account_sign_key_set_radiobtn(): new functions.
19456           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19457           * src/rfc2015.c: set_signers(): new function.
19458             pgp_sign(): add the account parameter, call set_signers().
19459             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19460           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19461           * src/compose.c: pass the current account to rfc2015_sign().
19462
19463         * tag name claws added to prevent confusion with main branch [alfons]
19464
19465         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19466
19467         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19468
19469         * sync with recent sylpheed cvs. Untested though. [alfons]
19470