get attachment names
[claws.git] / ChangeLog.claws
1 2003-10-29 [paul]       0.9.6claws59
2
3         * src/compose.c
4                 get name of attachment(s) when re-editing, fwd'ing or
5                 redirecting
6                 
7         * src/mimeview.c
8                 get name of attachment(s) when saving
9
10 2003-10-29 [hoa]        0.9.6claws58
11
12         * src/textview.c
13                 implemented multipart/alternative in MIME message viewer.
14
15 2003-10-28 [christoph]  0.9.6claws57
16
17         * configure.ac
18                 make sure MathML-Viewer is not built with the
19                 Gtk2 version of GtkMathView
20
21 2003-10-28 [paul]       0.9.6claws56
22
23         * sync with 0.9.7cvs1
24                 see ChangeLog 2003-10-28
25
26 2003-10-27 [alfons]     0.9.6claws55
27
28         * src/matcher_parser_parse.y
29         * src/gtk/colorlabel.c
30                 allow setting color label to 0 in filtering/processing rules
31                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
32
33 2003-10-26 [alfons]     0.9.6claws54
34
35         * src/summary_search.c
36                 fix misnomer and correct selecting initial search node  
37
38 2003-10-26 [christoph]  0.9.6claws53
39
40         * src/pgpmime.c
41         * src/sgpgme.c
42                 change display of signature info to use only name of
43                 signer, otherwise the text gets too long.
44
45         * src/procmime.c
46                 don't use MimeInfo's filename to generate tmp filename
47
48 2003-10-25 [christoph]  0.9.6claws52
49
50         * src/procmime.c
51                 fix message body searching
52
53 2003-10-25 [paul]       0.9.6claws51
54
55         * src/compose.c
56                 use g_basename rather than basename
57
58 2003-10-24 [christoph]  0.9.6claws50
59
60         * src/sgpgme.c
61                 change fetching of signature key's trust
62
63 2003-10-24 [paul]       0.9.6claws49
64
65         * po/sk.po
66                 update Slovak translation
67                 submitted by Andrej Kacian
68                 
69         * src/mainwindow.c
70                 remove unknown menu entry /File/Add mailbox/mbox...
71
72 2003-10-24 [hoa]        0.9.6claws48
73
74         * src/Makefile.am
75                 removed all references to mbox folders
76
77         * src/carray.[ch]               * REMOVED *
78         * src/chash.[ch]                * REMOVED *
79         * src/maillock.[ch]             * REMOVED *
80         * src/mailmbox.[ch]             * REMOVED *
81         * src/mailmbox_folder.[ch]      * REMOVED *
82         * src/mailmbox_parse.[ch]       * REMOVED *
83         * src/mailmbox_types.[ch]       * REMOVED *
84         * src/mbox_folder.[ch]          * REMOVED *
85                 remove implementation of mbox folders
86                 and old mailbox folder.
87                 mbox folder implementation will be added
88                 as a plugin so that implementation can be entirely
89                 synchronized with the files of the project they are
90                 extracted from (libEtPan!).
91         
92         * src/mainwindow.c
93         * src/folder.c
94         * src/folderview.[ch]
95         * src/procmsg.h         
96                 Disable as much code that references mbox folders
97                 as possible.
98                 Some UI thing still need to know that folder is mbox
99                 (when we have to enter the name of the mailbox and
100                 we want to add /var/mail/$USER).
101
102 2003-10-23 [christoph]  0.9.6claws47
103
104         * src/noticeview.c
105                 don't always display button when noticeview is made visible
106
107         * src/mimeview.c
108         * src/pgpmime.c
109         * src/privacy.[ch]
110         * src/sgpgme.[ch]
111                 get signature information from crypto system
112
113 2003-10-22 [paul]       0.9.6claws46
114
115         * po/es.po
116                 updated by Ricardo Mones Lastra
117
118 2003-10-22 [paul]       0.9.6claws45
119
120         * src/Makefile.am
121                 update to reflect the changes to the icons that
122                 happened in 0.9.6claws35
123
124 2003-10-22 [alfons]     0.9.6claws44
125         
126         * src/carray.h
127                 inline carray_count() 
128
129 2003-10-21 [alfons]     0.9.6claws43
130
131         * src/carray.h
132                 glib wrappers
133         * src/carray.c
134                 disable
135         * src/mailmbox.[ch]
136         * src/mailmbox_folder.c
137         * src/mailmbox_parse.c
138         * src/mailmbox_types.[ch]
139                 %s/uint32_t/guint
140
141 2003-10-21 [luke]       0.9.6claws42
142
143         * src/stock_pixmaps.[ch]
144         * src/mimeview.c
145         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
146         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
147                 o remove mime_application_octet_stream.xpm icon (it was never
148                   really needed)
149                 o remove redundant icon messageview_text.xpm
150
151         * src/mainwindow.c
152                 fix visibility of signature noticeview when toggling 'separate
153                 message view'
154
155 2003-10-21 [christoph]  0.9.6claws41
156
157         * src/procmime.c
158                 decode multipart and rfc822 mime parts to allow further
159                 parsing when required
160
161 2003-10-21 [christoph]  0.9.6claws40
162
163         * src/procmime.[ch]
164         * src/textview.c
165                 remove obsolete charset parameter in MimeInfo and fix
166                 TextView to use the charset from the parameter hash table
167
168         * src/plugins/dillo_viewer/Makefile.am
169         * src/plugins/trayicon/Makefile.am
170                 add OPENSSL_CFLAGS to fix building with using
171                 --with-openssl-* parameters
172
173 2003-10-21 [paul]       0.9.6claws39
174
175         * src/prefs_matcher.[ch]
176                 replace remnants of the old, renamed 'Execute' matchtype
177                 add a brief description to the Info window
178
179 2003-10-21 [hoa]        0.9.6claws38
180         
181         * src/Makefile.am
182         * src/carray.[ch]               * NEW *
183         * src/chash.[ch]                * NEW *
184         * src/folder.c
185         * src/maillock.[ch]             * NEW *
186         * src/mailmbox.[ch]             * NEW *
187         * src/mailmbox_folder.[ch]      * NEW *
188         * src/mailmbox_parse.[ch]       * NEW *
189         * src/mailmbox_types.[ch]       * NEW *
190                 implementation of mbox folder with unique message numbers
191
192                 made use of libEtPan! implementation of mbox for lower-layer.
193
194 2003-10-20 [alfons]     0.9.6claws37
195
196         * src/noticeview.c
197                 fix invalid argument warning
198         * src/pgpmime.c
199                 no in place variable
200
201 2003-10-20 [paul]       0.9.6claws36
202
203         * src/compose.[ch]
204           src/filtering.c
205           src/messageview.c
206                 fix crash when using Forward in Filtering when
207                 external editor option is set
208                 
209                 Patch submitted by Simon 'corecode' Schubert
210                 <corecode@corecode.ath.cx> 
211
212 2003-10-20 [paul]       0.9.6claws35
213
214         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
215           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
216           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
217           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
218           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
219           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
220           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
221           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
222           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
223           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
224           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
225           src/mimeview.c
226           src/stock_pixmap.[ch]
227                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
228                 icons. add privacy_warn.xpm icon
229
230 2003-10-20 [hoa]  0.9.6claws34
231
232         * src/folder_item_prefs.[ch]
233         * src/prefs_folder_item.c
234         * src/main.c
235                 Added a property per folder to choose whether we 
236                 want to apply processing on it on startup or if we
237                 prefer to wait the folder selection to apply it.
238         
239         * src/messageview.c
240                 fixed C89 compatibility (for old compilers, for
241                 example gcc 2.95.x).
242
243 2003-10-17 [christoph]  0.9.6claws33
244
245         * src/mimeview.c
246         * src/noticeview.[ch]
247                 change noticeview icon to indicate signature status
248
249 2003-10-17 [christoph]  0.9.6claws32
250
251         * src/Makefile.am
252         * src/main.c
253         * src/mimeview.c
254         * src/noticeview.c
255         * src/pgpmime.[ch]                              ** NEW **
256         * src/privacy.[ch]
257         * src/rfc2015.c
258         * src/sgpgme.c                                  ** NEW **
259                 reimplement PGP/Mime signature checking (unfinished)
260
261 2003-10-15 [christoph]  0.9.6claws31
262
263         * src/procmime.[ch]
264                 fix procmime_get_text_content() and
265                 procmime_get_first_text_content()
266
267 2003-10-15 [christoph]  0.9.6claws30
268
269         * src/plugins/spamassassin/spamassassin_gtk.c
270         * src/plugins/spamassassin/spamassassin_gtk.glade
271                 fix timeout tooltip
272
273 2003-10-15 [paul]       0.9.6claws29
274
275         * src/messageview.c
276                 workaround for buggy smtp servers. on sending a
277                 return receipt strip the name part from the address
278                 when creating headers
279                 
280 2003-10-15 [paul]       0.9.6claws28
281
282         * sync with 0.9.7 release
283                 see ChangeLog 2003-10-15
284
285 2003-10-14 [christoph]  0.9.6claws27
286
287         * src/plugins/clamav/clamav_plugin.c
288                 fix clamav plugin
289
290 2003-10-14 [christoph]  0.9.6claws26
291
292         * src/compose.c
293         * src/mimeview.c
294         * src/procmime.[ch]
295         * src/rfc2015.c
296         * src/textview.c
297         * src/plugins/clamav/clamav_plugin.c
298                 use GNode to create the mime tree (some changes to functions
299                 that traverse the tree are just quick and dirty. Maybe we
300                 can find better solutions with g_node_*-functions)
301
302 2003-10-14 [luke]       0.9.6claws25
303
304         * src/mimeview.c
305                 fix a navigation bug (stupid typo of mine)
306
307 2003-10-14 [christoph]  0.9.6claws24
308
309         * src/textview.c
310                 fix missing last line in plain/text mails
311
312 2003-10-13 [luke]       0.9.6claws23
313
314         * src/summaryview.c
315                 fix bug 334 (part 1)
316
317 2003-10-13 [kov]        0.9.6claws22
318
319         * src/mimeview.c
320                 error checking when the user enters a non-directory at
321                 the file selection dialog.
322                 work-around for users entering directory location without
323                 adding a leading G_DIR_SEPARATOR.
324
325 2003-10-13 [luke]       0.9.6claws21
326
327         * src/compose.c
328                 error reporting for inserting files, including catching
329                 invalid characters for current locale/encoding
330
331 2003-10-13 [paul]       0.9.6claws20
332
333         * src/folderview.c
334                 fix bug #347 'subscribe newsgroups crashes'
335
336 2003-10-13 [paul]       0.9.6claws19
337
338         * src/compose.c
339                 when using 'Reply to all' include the 'send replies
340                 to' folder property
341                 
342         * po/ja.po
343                 update Japanese translation. submitted by Rui Hirokawa 
344                 <rui_hirokawa@ybb.ne.jp>        
345
346 2003-10-13 [hoa]        0.9.6claws18
347
348         * src/account.c
349         * src/compose.c
350         * src/messageview.c
351         * src/procheader.c
352         * src/procheader.h
353                 rename get_header_from_msginfo() into
354                 procheader_get_header_from_msginfo() so that we have a
355                 coherent exported naming.
356                 avoid parsing of header contained in a string via
357                 a newly written temporary file.
358
359         Patch submitted by Simon 'corecode' Schubert
360                 <corecode@corecode.ath.cx>
361
362 2003-10-12 [hoa]        0.9.6claws17
363
364         * src/filtering.c
365         * src/filtering.h
366         * src/matcher.c
367         * src/matcher.h
368         * src/matcher_parser_parse.y
369         * src/prefs_filtering_action.c
370                 added "stop" action : stop applying the filtering rules.
371                 added "set score" and "increase/decrease score" actions.
372                 That two last action replace the "change_score" action
373                 introduced by alfons in 0.8.8claws85.
374                 "set score" is to set a given score to the message.
375                 "increase/decrease score" will increase or decrease the
376                 score if the given value is respectively positive or
377                 negative. If someone find a some better name for this last
378                 rule, it can be modified.
379
380 2003-10-12 [paul]       0.9.6claws16
381
382         * AUTHORS
383           po/ja.po
384                 update Japanese translation. submitted by Rui Hirokawa 
385                 <rui_hirokawa@ybb.ne.jp>
386
387 2003-10-12 [christoph]  0.9.6claws15
388
389         * src/procmime.c
390                 fix crash caused by incorrect headers
391
392 2003-10-10 [christoph]  0.9.6claws14
393
394         * src/main.c
395         * src/privacy.[ch]
396         * src/rfc2015.[ch]
397                 implement detection of signed message parts for rfc2015
398
399 2003-10-10 [thorsten]   0.9.6claws13
400
401         * src/mimeview.c
402                 fix typo
403
404 2003-10-10 [christoph]  0.9.6claws12
405
406         * src/stock_pixmap.[ch]
407         * src/pixmaps/mime_message.xpm                  ** NEW **
408                 add a new icon for mime type "message"
409
410         * src/privacy.[ch]
411         * src/procmime.[ch]
412                 add crypto api
413
414         * src/mimeview.c
415                 o use crypto api
416                 o add icons for message type mime parts
417
418 2003-10-10 [christoph]  0.9.6claws11
419
420         * src/mainwindow.c
421         * src/messageview.[ch]
422         * src/mimeview.[ch]
423         * src/procmime.[ch]
424         * src/procmsg.[ch]
425         * src/rfc2015.c
426         * src/summaryview.c
427         * src/textview.[ch]
428                 o remove switching between TextView and MimeView in MessageView
429                   (if required we can hide the icon box and the MimeView will
430                    look exaxtly like the TextView)
431                 o temporary remove signature and decrypting GPGME code
432
433 2003-10-09 [christoph]  0.9.6claws10
434
435         * src/action.c
436         * src/compose.c
437         * src/messageview.c
438         * src/mimeview.c
439         * src/procmime.[ch]
440         * src/procmsg.c
441         * src/rfc2015.c
442         * src/textview.c
443         * src/common/utils.[ch]
444         * src/plugins/clamav/clamav_plugin.c
445         * src/plugins/dillo_viewer/dillo_viewer.c
446         * src/plugins/image_viewer/viewer.c
447         * src/plugins/mathml_viewer/mathml_viewer.c
448                 new mime parser (several things need fixing)
449
450 2003-10-09 [paul]       0.9.6claws9
451
452         * src/imap.c
453                 a little more sync with 0.9.6cvs2 and a tidy up
454
455 2003-10-08 [paul]       0.9.6claws8
456
457         * sync with 0.9.6cvs2
458                 see ChangeLog 2003-10-03
459
460 2003-10-05 [christoph]  0.9.6claws7
461
462         * src/summaryview.c
463                 don't use flags to check if a message is in a news folder
464
465         (closes Bug 282 clicking on folder with copied Messages from News
466          immediately after having copied them crashes Sylpheed-Claws)
467
468 2003-10-05 [christoph]  0.9.6claws6
469
470         * src/Makefile.am
471         * src/progressdialog.[ch]               ** REMOVE **
472         * src/gtk/Makefile.am
473         * src/gtk/progressdialog.[ch]           ** NEW **
474                 move progressdialog to gtk directory
475
476 2003-10-04 [christoph]  0.9.6claws5
477
478         * src/prefs_toolbar.c
479         * src/gtk/prefswindow.c
480                 remove widget_show_all for pages root widget
481
482         * src/plugins/spamassassin/spamassassin.[ch]
483         * src/plugins/spamassassin/spamassassin_gtk.c
484         * src/plugins/spamassassin/spamassassin_gtk.glade
485                 add support for new libspamc transports
486
487 2003-10-04 [christoph]  0.9.6claws4
488
489         * src/plugins/spamassassin/libspamc.[ch]
490         * src/plugins/spamassassin/spamassassin.c
491         * src/plugins/spamassassin/utils.[ch]
492                 update libspamc to version from SpamAssassin 2.60
493
494 2003-10-03 [christoph]  0.9.6claws3
495
496         * src/send_message.c
497                 fix missing format string bug found by
498                 Georgi Guninski <guninski@guninski.com>
499
500 2003-10-03 [paul]       0.9.6claws2
501
502         * po/zh_CN.po
503                 update Simpilified Chinese translation, submitted by
504                 Hansom Young
505
506 2003-10-02 [christoph]  0.9.6claws1
507
508         * src/imap.c
509                 add UIDPLUS support for COPY and EXPUNGE
510
511 2003-10-02 [paul]       0.9.6claws
512
513         * 0.9.6claws released
514
515 2003-10-02 [paul]
516
517         * po/es.po
518           po/sk.po
519                 update Spanish and Slovak translations
520                 submitted by Ricardo Mones Lastra and Andrej Kacian
521  
522 2003-10-02 [paul]       0.9.5claws43
523
524         * po/en_GB.po
525                 update British English translation
526
527 2003-10-02 [paul]       0.9.5claws42
528
529         * po/hr.po
530                 update Croatian translation, submitted by Dragan
531
532 2003-10-01 [paul]       0.9.5claws41
533
534         * po/pl.po
535           po/sr.po
536                 update Polish and Serbian translations, submitted by
537                 Emil and Urke MMI
538
539 2003-10-01 [melvin]     0.9.5claws40
540
541         * po/fr.po
542                 Updated French translations
543
544 2003-10-01 [melvin]     0.9.5claws39
545
546         * src/prefs_fonts.c
547                 Fixed a Gtk warning
548
549         * src/plugins/dillo_prefs.c     
550                 Quasi unnoticeable UI clean-up.
551
552 2003-10-01 [paul]
553
554         * tools/README
555           tools/maildir2sylpheed.pl
556                 bug fixes, rewrites, submitted by Matthias Förste 
557                 <itsjustme@users.sourceforge.net>
558
559 2003-09-29 [paul]       0.9.5claws38
560
561         * src/inc.c
562                 fix my coding carelessness
563
564 2003-09-29 [paul]       0.9.5claws37
565
566         * po/POTFILES.in
567           src/Makefile.am
568           src/main.c
569           src/prefs_common.[ch]
570           src/prefs_fonts.[ch]  ** NEW FILES **
571                 move Font config options to Other Prefs/Display/Fonts
572                 (user's current configuration is preserved)
573
574 2003-09-29 [paul]       0.9.5claws36
575
576         * src/inc.c
577           src/prefs_account.c
578                 allow 'local_mbox' value to point to either a directory 
579                 (/var/mail -  default, new) or a file (/var/mail/username
580                 - original)
581
582 2003-09-28 [paul]       0.9.5claws35
583
584         * src/rfc2015.c
585                 on signature check, where key exists, print the
586                 Key ID
587
588 2003-09-27 [alfons]     0.9.5claws34
589
590         * src/action.c
591                 o make progress bar not fill/expand when resizing dialog
592                 o use default fixed text font for actions output
593
594 2003-09-27 [paul]       0.9.5claws33
595
596         * src/prefs_common.[ch]
597           src/procmsg.c
598           src/send_message.c
599                 remove External Program settings from Common Prefs/Send
600                 as they are now unnecessary due to Local account settings.
601                 plus a little tidying-up after 0.9.5claws31
602
603 2003-09-27 [paul]       0.9.5claws32
604
605         * src/prefs_account.c
606                 o make correction to gui text:
607                   'Local mailbox file' -> 'Local mailbox directory'
608                 o give 'local_mbox' option a reasonable default value:
609                   '/var/mail'
610                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
611                   value
612
613 2003-09-26 [paul]       0.9.5claws31
614
615         * src/inc.c
616           src/prefs_common.[ch]
617                 remove 'Incorporate from spool' common pref,
618                 force creation of a 'Local' account
619
620 2003-09-26 [christoph]  0.9.5claws30
621
622         * src/folder.c
623         * src/msgcache.c
624                 add more NULL pointer checks
625
626 2003-09-25 [christoph]  0.9.5claws29
627
628         * src/folder.c
629                 o don't fetch source message to get it's message id
630                 o immediately scan dest folder when copying a message did not
631                   return a new message number and not do it when the first message
632                   without a new message number is found
633
634 2003-09-23 [christoph]  0.9.5claws28
635
636         * src/compose.c
637                 fix generating of headers
638
639         (patch by David Relson <relson@osagesoftware.com>)
640
641 2003-09-23 [paul]       0.9.5claws27
642
643         * po/zh_CN.po
644                 update Simplified Chinese translation. submitted by
645                 Hansom Young
646
647 2003-09-23 [paul]       0.9.5claws26
648
649         * tools/Makefile.am
650           tools/README
651           tools/vcard2xml.py    ** NEW FILE **
652                 add a script that converts an evolution vcard to
653                 sylpheed's xml format
654                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
655
656 2003-09-22 [paul]       0.9.5claws25
657
658         * src/plugins/clamav/clamav_plugin.c
659                 don't skip MULTIPART parts
660
661 2003-09-21 [christoph]  0.9.5claws24
662
663         * src/alertpanel.c
664                 remove unneeded include
665
666         * src/folder.c
667                 clean up copy/move mess with duplicated code
668
669         * src/imap.c
670                 fix problem that sometimes the folder was not scanned
671                 also it was changed
672
673 2003-09-21 [christoph]  0.9.5claws23
674
675         * src/Makefile.am
676         * src/logwindow.[ch]                    ** REMOVE **
677         * src/mainwindow.c
678         * src/prefs_common.c
679         * src/gtk/Makefile.am
680         * src/gtk/logwindow.[ch]                ** ADD **
681                 make logwindow prefs_common independent and move
682                 it to gtk directory
683
684 2003-09-20 [christoph]  0.9.5claws22
685
686         * src/compose.c
687                 add extra space for address code conversion
688                 (4 * unconvered size could be too small for short headers)
689
690 2003-09-20 [christoph]  0.9.5claws21
691
692         * src/compose.c
693                 increase temp buffer size when writing headers
694
695 2003-09-19 [darko]      0.9.5claws20
696
697         * src/compose.c
698                 don't ignore value of 'Save copy of outgoing messages to
699                 this folder instead of Sent' in message redirect
700
701 2003-09-17 [christoph]  0.9.5claws19
702
703         * src/compose.c
704                 use ", " as address seperator for mail headers and pass whole
705                 header line at once to compose_convert_header to make sure
706                 it is correctly folded
707
708         (closes Bug 64 Problem when sending to many recipients)
709
710 2003-09-17 [hoa]        0.9.5claws18
711         
712         * src/matcher.[ch]
713           src/matcher_parser_parse.y
714           src/prefs_matcher.c
715                 changed the keyword used for command execution in condition
716                 keyword is changed from "execute" to "test"
717                 so that it is not the same as the one used for action.
718                 This will fix a bug when using filtering dialog.
719                 All semantic in the code is also changed to reflect
720                 the keyword change.
721
722 2003-09-17 [paul]
723         
724         * sync with 0.9.6 release
725
726 2003-09-17 [paul]       0.9.5claws17
727
728         * sync with 0.9.5cvs8
729                 see ChangeLog 2003-09-16 and 2003-09-17
730
731 2003-09-16 [paul]       0.9.5claws16
732
733         * sync with 0.9.5cvs6
734                 see ChangeLog 2003-09-16
735
736 2003-09-15 [paul]       0.9.5claws15
737
738         * sync with 0.9.5cvs5
739                 see ChangeLog 2003-09-15
740
741 2003-09-14 [alfons]     0.9.5claws14
742
743         * src/inc.c
744                 make "Go to inbox after receiving new mail" again;
745                 regression of a sync, restored to sylpheed main 
746                 behaviour. (misses still some bits)
747
748 2003-09-14 [alfons]     0.9.5claws13
749
750         * src/prefs_filtering_action.c
751                 o add proper message if empty execute command line
752                 o don't select first action item after registering a
753                   new action to prevent (what seems to be a GTK) bug
754                   #36, "filtering will only accept one action change 
755                   per invocation".
756
757 2003-09-14 [alfons]     0.9.5claws12
758
759         * src/prefs_filtering.c
760         * src/prefs_filtering_action.c
761         * src/prefs_matcher.c
762                 fix function signature for key_pressed_event signal handlers
763
764 2003-09-14 [alfons]     0.9.5claws11
765
766         * src/mainwindow.c
767                 fix regression caused by fix for invalid bug #7
768                 (should fix #246, "Multiple selections are deselected when 
769                 moving from search window to main window")
770                 
771 2003-09-14 [alfons]     0.9.5claws10
772         
773         * src/actions.[ch]
774         * src/filtering.[ch]
775         * src/prefs_actions.c
776                 allow `filtering actions` in actions; only for advanced users
777                 right now: try for example, "%as{mark color 2}" 
778         
779 2003-09-13 [paul]       0.9.5claws9
780         
781         * po/pl.po
782           po/zh_CN.po   ** NEW FILE **
783                 update Polish translation, submitted by Emil 
784                 <eminowbl@posejdon.wpk.p.lodz.pl>
785                 add new Simplified Chinese translation, submitted by
786                 Hansom Young <hansom_young@yahoo.com>
787
788 2003-09-12 [alfons]     0.9.5claws8
789
790         * src/summaryview.c
791                 don't open separate message views when View | Separate message view
792                 is active 
793                 (please look carefully for any navigation regressions)
794
795 2003-09-11 [alfons]     0.9.5claws7
796
797         * src/mainwindow.c
798                 make default message view, opened by View | Separate message 
799                 view, look like a claws message view (which includes a menu
800                 bar and a toolbar)
801                 (fixes bug #298, "message view loses tool bar") 
802
803 2003-09-11 [christoph]  0.9.5claws6
804
805         * src/folderview.c
806                 fix double deleting of newsgroup folders
807
808         (closes Bug 305 crash after deleting of a newsgroup)
809
810 2003-09-11 [paul]       0.9.5claws5
811
812         * src/rfc2015.c
813           src/common/utils.h
814                 more sync'ing from 0.9.5cvs2
815
816 2003-09-11 [christoph]  0.9.5claws4
817
818         * src/compose.c
819         * src/rfc2015.c
820         * src/common/utils.h
821                 fix sync with 0.9.5cvs2
822
823 2003-09-11 [paul]       0.9.5claws3
824
825         * sync with 0.9.5cvs4
826                 see ChangeLog 2003-09-11
827
828 2003-09-11 [paul]       0.9.5claws2
829
830         * sync with 0.9.5cvs2
831                 see ChangeLog 2003-09-05
832                 
833 2003-09-11 [paul]       0.9.5claws1
834
835         * sync with 0.9.5cvs3
836                 see ChangeLog 2003-09-10
837
838 2003-09-10 [paul]       0.9.5claws
839
840         * 0.9.5claws released
841
842 2003-09-10 [paul]       0.9.4claws78
843
844         * src/Makefile.am
845                 add missing files
846
847 2003-09-10 [melvin]     0.9.4claws77
848
849         * po/fr.po
850                 Updated French translations
851
852 2003-09-10 [paul]       0.9.4claws76
853
854         * po/es.po
855           po/sk.po
856           po/sr.po
857                 update Spanish, Slovak, and Serbian translations.
858                 submitted by Ricardo Mones Lastra, Andrej Kacian,
859                 and Urke MMI
860                 
861         * AUTHORS
862                 add translation team section
863
864 2003-09-09 [christoph]  0.9.4claws75
865
866         * src/folder.c
867                 free item->prefs in folder_item_destroy
868
869 2003-09-09 [alfons]     0.9.4claws74
870
871         * src/folderview.c
872                 o proper check for root node sorting
873                 o remove unnecessary gtk_ctree_remove_node 
874
875         (should fix bug #300, "crash while moving folder")      
876
877 2003-09-08 [christoph]  0.9.4claws73
878
879         * src/folderview.c
880                 o fix double adding of IMAP FolderItems to GtkCTree
881                 o fix crash then mbox folder is removed
882
883 2003-09-08 [christoph]  0.9.4claws72
884
885         * src/folder.c
886         * src/folderview.c
887         * src/mainwindow.c
888                 fix new folder notification
889
890         * src/mbox_folder.c
891                 fix cache path
892
893 2003-09-08 [christoph]  0.9.4claws71
894
895         * src/compose.c
896                 replace '\n' and '\r' before removing trailing spaces
897
898         * src/folder.[ch]
899         * src/folderview.c
900                 add information about new or removed items in folder tree change
901                 notification and use this in folderview to add and remove only
902                 the appected items and not refresh the whole tree
903
904 2003-09-07 [match]      0.9.4claws70
905
906         * src/Makefile.am
907         * src/addr_compl.c
908         * src/addressbook.c
909         * src/addressitem.h
910         * src/addrindex.c
911         * src/addritem.c
912         * src/addritem.h
913         * src/addrquery.c                       ** NEW **
914         * src/addrquery.h
915         * src/ldapquery.c
916         * src/ldapserver.c
917         * src/stock_pixmap.c
918         * src/stock_pixmap.h
919         * src/pixmaps/address_search.xpm        ** NEW **
920                 re-introduce Lookup button for LDAP 'static' searches.
921
922 2003-09-07 [alfons]     0.9.4claws69
923         
924         * src/summaryview.c
925                 abandon setting usize for messageview because it gives layout problems
926                 with the quick search bar and the headerview; fixes assorted UI glitches:
927                 
928                 o bug #148, "Toggling of quick-search bar reduces index view area" 
929                 o bug #280, "Window resiizes for line length but does not revert"
930
931 2003-09-07 [christoph]  0.9.4claws68
932
933         * src/compose.c
934                 o make sure we don't have any newlines in header values
935                 o check custom headers for spaces and newlines and ignore
936                   malformed header names
937
938 2003-09-06 [christoph]  0.9.4claws67
939
940         * src/folder.c
941         * src/folderview.c
942                 invoke notification hook for folder tree changes after append
943                 and remove folder
944
945         (closes Bug 294 Crash while moving folder with many subdirectories)
946
947 2003-09-06 [christoph]  0.9.4claws66
948
949         * src/folder.c
950                 destroy folder's MsgCache if FolderItem is removed to make sure
951                 it is not saved when the FolderItem is destroyed
952
953 2003-09-06 [christoph]  0.9.4claws65
954
955         * src/plugins/clamav/clamav_plugin.c
956                 fix copy & paste bug
957
958 2003-09-05 [christoph]  0.9.4claws64
959
960         * src/folder.c
961         * src/messageview.[ch]
962         * src/procmsg.[ch]
963         * src/summaryview.c
964                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
965                 by MessageView to clear it when the message is deleted. Should
966                 work even if messages are deleted in MainWindow or by
967                 processing.
968
969 2003-09-05 [alfons]     0.9.4claws63
970
971         * src/messageview.c
972                 deleting a message in a message view frees its msginfo, make 
973                 messageview_update_all() aware of that (should fix bug #293,
974                 "deleting message caused crash")
975
976 2003-09-05 [melvin]     0.9.4claws62
977
978         * src/action.c
979                 Improve synchronous action exit code (fixes 
980                 a ~5 seconds delay after action exit on RedHat 9)
981
982 2003-09-04 [christoph]  0.9.4claws61
983
984         * src/compose.c
985         * src/rfc2015.c
986         * src/common/utils.[ch]
987                 add util function to create mime boundary and use it
988                 in compose and gpg code
989
990 2003-09-04 [alfons]     0.9.4claws60
991
992         * src/folder.c
993                 source folder item's GNode should already have been freed in 
994                 a previous call to src->folder->klass->remove_folder()
995                 (should fix bug #287, "crash when moving folders")
996
997 2003-09-03 [thorsten]   0.9.4claws59
998
999         * src/plugins/spamassassin/spamassassin_gtk.c
1000                 fix compile error
1001
1002 2003-09-03 [christoph]  0.9.4claws58
1003
1004         * src/plugins/spamassassin/spamassassin.[ch]
1005         * src/plugins/spamassassin/spamassassin_gtk.c
1006                 add timeout config option
1007
1008 2003-09-03 [paul]       0.9.4claws57
1009
1010         * po/sk.po      ** NEW FILE **
1011                 add Slovak translation. Submitted by Andrej Kacian 
1012                 <andrej@kacian.sk>
1013
1014 2003-09-03 [paul]       0.9.4claws56
1015
1016         * src/plugins/clamav/clamav_plugin_gtk.c
1017                 gui tweaks: replace a label with a tooltip, modify the
1018                 text, use gtk_check_button_new(); instead of
1019                 gtk_check_button_new_with_label("");
1020
1021 2003-09-02 [alfons]     0.9.4claws55
1022
1023         * src/gtk/filesel.c
1024                 remember last used dir when attaching multiple files (should fix
1025                 bug #290, "Attach File does not remember directory")
1026
1027 2003-09-01 [paul]       0.9.4claws54
1028
1029         * po/es.po
1030                 updated by Ricardo Mones Lastra
1031
1032 2003-09-01 [alfons]     0.9.4claws53
1033
1034         * src/gtk/gtkaspell.[ch]
1035                 be pedantic and strict and use const gchar * instead of guchar *
1036
1037 2003-09-01 [alfons]     0.9.4claws52
1038
1039         * src/mainwindow.c
1040         * src/summaryviewc.
1041                 re-enable Save As when multiple messages are selected
1042
1043 2003-09-01 [paul]       0.9.4claws51
1044
1045         * src/textview.c
1046                 g_free(trimmed_uri);
1047
1048 2003-09-01 [paul]       0.9.4claws50
1049
1050         * sync with 0.9.4cvs13
1051                 see ChangeLog 2003-09-01
1052
1053 2003-09-01 [paul]       0.9.4claws49
1054
1055         * src/textview.c
1056                 trim uri before sending to the statusbar
1057                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1058                 in the message window causes main S-C window to enlarge 
1059                 past screen edges'
1060
1061 2003-09-01 [paul]       0.9.4claws48
1062
1063         * sync with 0.9.4cvs12
1064                 see ChangeLog 2003-09-01
1065
1066 2003-08-30 [christoph]  0.9.4claws47
1067
1068         * src/compose.c
1069         * src/folder_item_prefs.[ch]
1070         * src/prefs_folder_item.c
1071         * src/gtk/gtkaspell.[ch]
1072                 commit per folder dictionary patch by
1073                 Paul Evans <nerd@freeuk.com>
1074
1075 2003-08-30 [christoph]  0.9.4claws46
1076
1077         * src/plugins/spamassassin/spamassassin_gtk.c
1078         * src/plugins/spamassassin/spamassassin_gtk.glade
1079                 reduce GUI clutter by placing hints into tooltips
1080
1081 2003-08-30 [paul]       0.9.4claws45
1082
1083         * src/compose.c
1084                 add 'Content-Disposition: inline' to a text/plain
1085                 part when using PGP/MIME signing
1086
1087 2003-08-30 [paul]       0.9.4claws44
1088
1089         * src/prefs_common.c
1090           src/prefs_spelling.c
1091           src/prefs_spelling.glade
1092                 reduce GUI clutter by placing hints into tooltips
1093
1094 2003-08-29 [christoph]  0.9.4claws43
1095
1096         * configure.ac
1097                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1098
1099         * src/stock_pixmap.c
1100                 change unecessary warning into a debug message
1101
1102         * src/plugins/clamav/Makefile.am
1103                 Fix error "-I$(CLAMAV_LIBS)"
1104
1105 2003-08-29 [christoph]  0.9.4claws42
1106
1107         * intl/Makefile.in
1108         * src/Makefile.am
1109         * src/matcher.h
1110         * src/common/Makefile.am
1111         * src/common/passcrypt.c
1112                 commit fixes and patches for some of the IRIX problems found by
1113                 Ivan Rayner <ivanr@sgi.com>
1114
1115 2003-08-29 [paul]       0.9.4claws41
1116
1117         * src/prefs_filtering.c
1118                 add 'Top' and 'Bottom' buttons, based on changes in
1119                 src/prefs_filter.c in 0.9.4cvs11.
1120
1121 2003-08-27 [christoph]  0.9.4claws40
1122
1123         * src/folderview.c
1124                 fix bug that the current summary settings were copied to the
1125                 wrong folder item, when the folder item prefs are opened.
1126                 Copying is not required because summary settings and
1127                 folder_item_prefs do not contain the same settings
1128
1129 2003-08-27 [thorsten]   0.9.4claws39
1130
1131         * src/imap.c
1132                 fix compile error
1133
1134 2003-08-26 [paul]       0.9.4claws38
1135
1136         * sync with 0.9.4cvs9
1137                 see ChangeLog 2003-08-26
1138
1139 2003-08-25 [paul]       0.9.4claws37
1140
1141         * sync with 0.9.4cvs8
1142                 see ChangeLog 2003-08-25
1143
1144 2003-08-24 [christoph]  0.9.4claws36
1145
1146         * src/prefs_filtering.c
1147                 shouldn't remove items from a GSList while iterating over the
1148                 list (makes cur invalid and cur->next not accessable)
1149
1150         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1151          crashed)
1152
1153 2003-08-23 [christoph]  0.9.4claws35
1154
1155         * src/news.c
1156                 news folders should be scanned when opened
1157
1158 2003-08-22 [christoph]  0.9.4claws34
1159
1160         * src/prefs_folder_item.c
1161                 use macro to assign strings that always frees the old string
1162
1163         * src/gtk/gtkaspell.[ch]
1164                 add gtkaspell_set_dictionary_menu_active_item() to set active
1165                 item in dictionary option menu
1166
1167         * src/prefs_spelling.c
1168                 use gtkaspell_set_dictionary_menu_active_item() to select
1169                 dictionary
1170
1171 2003-08-21 [christoph]  0.9.4claws33
1172
1173         * src/folder.[ch]
1174         * src/imap.c
1175         * src/mbox_folder.c
1176         * src/mh.c
1177         * src/news.c
1178                 optimize folder system
1179
1180         * src/gtk/gtkstext.c
1181                 fix division by zero when font has 0 width for ' '
1182
1183 2003-08-21 [paul]       0.9.4claws32
1184
1185         * sync with 0.9.4cvs7
1186                 see ChangeLog 2003-08-20
1187
1188 2003-08-19 [paul]       0.9.4claws31
1189
1190         * src/common/defs.h
1191                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1192                 SYLDOC_FAQ_HTML_INDEX.
1193         * src/manual.c
1194                 use LC_MESSAGES instead of LC_ALL to find the current
1195                 language
1196
1197           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1198
1199 2003-08-19 [paul]       0.9.4claws30
1200
1201         * po/bg.po
1202                 updated by George Danchev
1203
1204 2003-08-18 [luke]       0.9.4claws29
1205         * src/mimeview.[ch]
1206         * src/gtk/gtkvscrollbutton.[ch]
1207                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1208                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1209                 o removed horizontal separator between icons
1210
1211 2003-08-17 [christoph]  0.9.4claws28
1212
1213         * src/procmsg.c
1214                 no subject threading when the subject has no reply prefix
1215
1216 2003-08-16 [christoph]  0.9.4claws27
1217
1218         * src/mainwindow.c
1219                 remember and restore window sizes and position when the main
1220                 window is hidden or shown
1221
1222         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1223          minimised/reopened using trayicon)
1224
1225 2003-08-16 [paul]       0.9.4claws26
1226
1227         * src/crash.c
1228                 add #include "defs.h"
1229
1230 2003-08-16 [paul]       0.9.4claws25
1231
1232         * src/plugins/clamav/clamav_plugin.c
1233                 reword a debug_print
1234                 
1235         * src/plugins/dillo_viewer/dillo_prefs.c
1236                 cosmetic: change the labels' text, add tooltips, and
1237                 left-align the hint
1238
1239 2003-08-15 [christoph]  0.9.4claws24
1240
1241         * src/news.c
1242                 complete last change (forgot some changes)
1243
1244 2003-08-15 [christoph]  0.9.4claws23
1245
1246         * src/news.c
1247                 o check number of messages and don't return a 0 message
1248                   when no messages are available
1249                 o don't parse xref header anymore
1250
1251         (closes Bug 203 I'm not getting any news)
1252
1253 2003-08-15 [paul]       0.9.4claws22
1254
1255         * src/common/defs.h
1256           src/crash.c
1257                 update and define claws bugzilla location
1258
1259 2003-08-15 [paul]       0.9.4claws21
1260
1261         * po/ru.po
1262                 update submitted by Ruslan N. Balkin
1263
1264 2003-08-14 [christoph]  0.9.4claws20
1265
1266         * src/procmsg.c
1267                 fix search for oldest node in subject threading
1268
1269 2003-08-14 [christoph]  0.9.4claws19
1270
1271         * src/procmsg.c
1272         * src/common/utils.h
1273                 add possibility to check all nodes with the same subject for
1274                 subject threading, not only the oldest node. Should not break
1275                 threads anymore if the oldest node is thread_by_subject_max_age
1276                 days older then parent, because it can now find a child of
1277                 oldest node as new parent.
1278
1279 2003-08-11 [christoph]  0.9.4claws18
1280
1281         * src/plugins/spamassassin/spamassassin.c
1282                 run spam check in background process
1283
1284 2003-08-10 [alfons]     0.9.4claws17
1285
1286         * src/summaryview.c
1287                 make `Select All' sensitive too
1288
1289 2003-08-10 [christoph]  0.9.4claws16
1290
1291         * src/imap.c
1292                 add more checks in imap_close
1293
1294 2003-08-09 [alfons]     0.9.4claws15
1295
1296         * src/prefs_spelling.c
1297                 no spell checking UI if not requested
1298
1299 2003-08-09 [alfons]     0.9.4claws14
1300
1301         * src/gtk/prefswindow.c
1302                 make it compile
1303
1304 2003-08-09 [christoph]  0.9.4claws13
1305
1306         * src/prefs_spelling.c
1307         * src/gtk/prefswindow.[ch]
1308         * src/plugins/clamav/clamav_plugin_gtk.c
1309         * src/plugins/spamassassin/spamassassin_gtk.c
1310                 sort prefs pages by heighest weight in tree
1311
1312 2003-08-09 [paul]       0.9.4claws12
1313
1314         * sync with 0.9.4cvs6
1315                 see ChangeLog 2003-08-07
1316                 
1317         * AUTHORS
1318                 add Leandro and Luke to claws-branch section
1319
1320 2003-08-09 [christoph]  0.9.4claws11
1321
1322         * src/gtk/Makefile.am
1323         * src/gtk/colorsel.[ch]                 ** NEW **
1324                 create a color selection dialog that can be used as a simple
1325                 function call with it's own gtk main loop like filesel.[ch]
1326
1327         * src/Makefile.am
1328         * src/main.c
1329         * src/prefs_common.c
1330         * src/prefs_spelling.[ch]               ** NEW **
1331         * src/prefs_spelling.glade              ** NEW **
1332         * src/gtk/gtkutils.[ch]
1333                 move "Spell Checker" prefs to new prefs dialog
1334
1335         * src/prefs_folder_item.c
1336                 use new colorsel dialog
1337
1338 2003-08-08 [paul]       0.9.4claws10
1339
1340         * src/inc.c
1341                 clear the progress bar unconditionally
1342
1343 2003-08-08 [paul]       0.9.4claws9
1344
1345         * sync with 0.9.4cvs4
1346                 see ChangeLog 2003-07-31
1347
1348 2003-08-07 [christoph]  0.9.4claws8
1349
1350         * configure.ac
1351                 fix bug in image viewer plugin part
1352
1353         * src/imap.c
1354                 don't execute close command if the folder item is not selected
1355
1356 2003-08-07 [hoa]        0.9.4claws7
1357
1358         * src/filtering.[ch]
1359         * src/matcher_parser.h
1360         * src/matcher_parser_parse.y
1361                 can define several actions for each filtering rule
1362                 can import old versions of filtering rules
1363
1364         * src/prefs_filtering.c
1365                 call to a new dialog box to define actions
1366
1367         * src/prefs_filtering_action.[ch]
1368                 dialog box to define actions for filtering rules
1369
1370 2003-08-06 [christoph]  0.9.4claws6
1371
1372         * src/imap.c
1373                 make sure source folder is selected when copying messages
1374
1375 2003-08-06 [christoph]  0.9.4claws5
1376
1377         * sync with 0.9.4cvs2
1378                 see ChangeLog 2003-07-29                
1379
1380 2003-08-05 [paul]       0.9.4claws4
1381
1382         * sync with 0.9.4cvs3
1383                 see ChangeLog 2003-07-30
1384
1385 2003-08-04 [match]      0.9.4claws3
1386
1387         * po/POTFILES.in
1388                 export of LDIF files.
1389
1390 2003-08-04 [match]      0.9.4claws2
1391
1392         * src/ldif.[ch]
1393                 support for export LDIF. documented.
1394         * src/importldif.[ch]
1395         * src/exportldif.[ch]
1396                 add tooltips. documented.
1397         * src/exphtmldlg.[ch]
1398         * src/common/xmlprops.[ch]
1399                 documented.
1400         * src/exportldif.[ch]                   ** NEW **
1401         * src/expldifdlg.[ch]                   ** NEW **
1402         * src/addressbook.[ch]
1403         * src/Makefile.am
1404                 export of LDIF files.
1405                 documented.
1406
1407 2003-08-04 [christoph]  0.9.4claws1
1408
1409         * .cvsignore
1410         * Makefile.am
1411         * configure.ac
1412         * sylpheed-claws.pc.in                  ** NEW **
1413         * src/Makefile.am
1414         * src/common/Makefile.am
1415         * src/gtk/Makefile.am
1416                 install sylpheed header files in $(pkgincludedir) and create a
1417                 pkg-config file to allow building a plugin without the source
1418                 package
1419
1420 2003-08-04 [paul]       0.9.4claws
1421
1422         * version 0.9.4claws
1423
1424 2003-08-04 [paul]       0.9.3claws97
1425
1426         * po/es.po
1427                 update Spanish translation. Submitted by Ricardo
1428                 Mones Lastra.
1429
1430 2003-08-03 [paul]       0.9.3claws96
1431
1432         * po/hr.po
1433           po/sr.po
1434                 update Croatian and Serbian translations. Submitted by
1435                 Dragan and Urke MMI respectively
1436
1437 2003-08-03 [alfons]     0.9.3claws95
1438
1439         * src/summaryview.c
1440                 mark flag has precedence over important flag - seems
1441                 to have been changed in sync of 0.9.3claws45. this fixes
1442                 a regression where messages that were scored as important
1443                 don't show their mark flags. (using the same column for
1444                 both importance as mark flags is the real problem
1445                 ofcourse)
1446
1447 2003-08-03 [melvin]     0.9.3claws94
1448
1449         * po/fr.po
1450                 Updated French translations.
1451
1452 2003-08-03 [melvin]     0.9.3claws93
1453
1454         * src/Makefile.am
1455                 Fixed typo introduced after 0.9.3claws92 
1456                 that prevented compilation
1457                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1458                 CPPFLAGS and YFLAGS to allow user setting these.
1459         * src/common/Makefile.am
1460         * src/gtk/Makefile.am
1461         * src/plugins/clamav/Makefile.am
1462         * src/plugins/demo/Makefile.am
1463         * src/plugins/dillo_viewer/Makefile.am
1464         * src/plugins/image_viewer/Makefile.am
1465         * src/plugins/mathml_viewer/Makefile.am
1466         * src/plugins/spamassassin/Makefile.am
1467         * src/plugins/trayicon/Makefile.am
1468         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1469                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1470                 CPPFLAGS and YFLAGS to allow user setting these.
1471
1472 2003-08-02 [christoph]  0.9.3claws92
1473
1474         * configure.ac
1475                 o rearrange plugin tests
1476                 o add test for clamav.h to ClamAV tests
1477
1478 2003-08-02 [luke]       0.9.3claws91
1479
1480         * src/mimeview.c
1481                 o fixed appearance of icon list when toggling back from the 
1482                   ctree
1483                 o toggling of icons using the keyboard works correctly
1484                 o fixed all other keyboard shortcuts to work when icons are
1485                   active
1486         
1487         * src/messageview.c
1488                 o fixed bug 4 - focus lost when changing messageview view type
1489
1490 2003-08-02 [christoph]  0.9.3claws90
1491
1492         * src/common/hooks.c
1493                 fix crash when pointer stored in hash table could get invalid
1494                 when a plugin is unloaded
1495
1496 2003-08-01 [christoph]  0.9.3claws89
1497
1498         * configure.ac
1499                 o try to build all plugins (except spamassassin) by default
1500                 o don't build a plugin if a dependency check fails
1501
1502         * src/common/hooks.c
1503                 fix warning
1504
1505 2003-08-01 [match]      0.9.3claws88
1506
1507         * src/importldif.c
1508                 allow single click field selection. document code.
1509
1510 2003-08-01 [christoph]  0.9.3claws87
1511
1512         * src/plugins/clamav/clamav_plugin.c
1513         * src/plugins/clamav/clamav_plugin_gtk.c
1514         * src/plugins/dillo_viewer/dillo_viewer.c
1515         * src/plugins/image_viewer/plugin.c
1516         * src/plugins/mathml_viewer/mathml_viewer.c
1517         * src/plugins/spamassassin/spamassassin.c
1518         * src/plugins/spamassassin/spamassassin_gtk.c
1519         * src/plugins/trayicon/trayicon.c
1520                 add version check to all plugins
1521
1522 2003-08-01 [hoa]        0.9.3claws86
1523
1524         * src/prefs_filtering.c
1525                 fixed a cosmetic bug, during creation of dialog box,
1526                 wrong widgets were shown after creation.
1527
1528 2003-08-01 [luke]       0.9.3claws85
1529
1530         * src/mainwindow.c
1531                 o fixed visibility of icons/mimeview after toggling separate
1532                   message/folder view (factored out some similar code too).
1533
1534
1535 2003-07-31 [alfons]     0.9.3claws84
1536
1537         * src/mimeview.c
1538                 tweak icon box UI a bit more, now allowing right-clicks actions
1539                 getting the relevant mime data too; should fix #250, "Can't save 
1540                 attachments sometimes".
1541
1542 2003-07-30 [alfons]     0.9.3claws83
1543
1544         * src/compose.c
1545                 don't do auto-save-draft inside key press handler, but rather
1546                 schedule it half of a second later; should fix #67, "autosave 
1547                 make re-rediting message crazy"
1548
1549 2003-07-30 [christoph]  0.9.3claws82
1550
1551         * src/plugins/trayicon/trayicon.c
1552                 process pending events before unloading the plugin
1553
1554         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1555
1556 2003-07-30 [alfons]     0.9.3claws81
1557
1558         * src/common/hooks.c
1559                 parameter 2 of g_hook_destroy() should really be a hook id
1560
1561 2003-07-30 [alfons]     0.9.3claws80
1562
1563         * src/common/plugin.c
1564                 fix a possibly harmful function signature mismatch 
1565                 for plugin_done
1566
1567 2003-07-30 [alfons]     0.9.3claws79
1568
1569         * src/common/hooks[.ch]
1570                 const correctness
1571
1572 2003-07-30 [darko]      0.9.3claws78
1573
1574         * src/summaryview.c
1575                 make it compile again
1576
1577 2003-07-30 [luke]       0.9.3claws77
1578
1579         * src/crash.c
1580         * src/main.c
1581                 o added/moved signal handlers for SIGTERM (normal kill command) 
1582                   and SIGINT (ctl-c) to be used even without 
1583                   --enable-crash-dialog, fixing bug 166
1584
1585         * src/summaryview.c
1586                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1587                   bug 227
1588
1589         * src/mainwindow.c
1590                 o changed sensitivity condition for 'Next new' and 'Next 
1591                   unread', fixing bug 8
1592
1593 2003-07-29 [alfons]     0.9.3claws76
1594
1595         * src/common/utils.[ch]
1596                 add generate_msgid()
1597         * src/messageview.c
1598                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1599                 sent folder".
1600
1601 2003-07-29 [alfons]     0.9.3claws75
1602
1603         * src/messageview.c
1604                 fix a memleak (claws-only)
1605
1606 2003-07-29 [alfons]     0.9.3claws74
1607
1608         * src/mimeview.[ch]
1609         * src/gtk/gtkvscrollbutton.[ch]
1610                 fix UI glitch where mime icon toolbox' scroll position is not 
1611                 reset after switching to another message
1612                 
1613
1614 2003-07-29 [paul]       0.9.3claws73
1615
1616         * src/prefs_folder_item.c
1617                 split the prefs into 2 separate pages
1618
1619 2003-07-29 [paul]       0.9.3claws72
1620
1621         * src/compose.c
1622                 prepend "\n\n" to a signature without a separator too
1623
1624 2003-07-29 [paul]       0.9.3claws71
1625
1626         * src/compose.c
1627                 fix bug where changing to an account without an auto-sig
1628                 from an initial account without an auto-sig would insert 
1629                 2 blank lines at the cursor point
1630                 fix bug where changing to an account with an auto-sig
1631                 from an initial account without an auto-sig would insert
1632                 the sig at the cursor point
1633
1634 2003-07-29 [paul]       0.9.3claws70
1635
1636         * src/folderview.c
1637                 use the colour from the folder pref unless the folder
1638                 has new messages
1639
1640 2003-07-29 [alfons]     0.9.3claws69
1641
1642         * src/procmsg.[ch]
1643         * src/messageview.c
1644         * src/procheader.c
1645                 rewrite return receipt request work a little bit (the former 
1646                 implementation presumably depended too much on the UI setting
1647                 flags). (we're losing the old pending flag.) 
1648
1649 2003-07-28 [christoph]  0.9.3claws68
1650
1651         * src/folder.c
1652         * src/imap.c
1653         * src/mh.c
1654         * src/procmsg.[ch]
1655                 fix copy to IMAP folder from other folder
1656
1657 2003-07-28 [christoph]  0.9.3claws67
1658
1659         * src/procmsg.c
1660                 fix sync of procmsg_get_message_file_list
1661
1662 2003-07-28 [christoph]  0.9.3claws66
1663
1664         * sync with 0.9.3cvs14
1665                 see ChangeLog 2003-07-18
1666         * sync with 0.9.3cvs17
1667                 see ChangeLog 2003-07-23
1668
1669         (closes Bug 234 segmentation fault after sending out mail via
1670          smtp(auth))
1671
1672 2003-07-28 [paul]       0.9.3claws65
1673
1674         * po/es.po
1675                 update Spanish translation, submitted by Ricardo Mones
1676                 Lastra
1677
1678 2003-07-28 [christoph]  0.9.3claws64
1679
1680         * src/folder.[ch]
1681         * src/imap.c
1682         * src/mh.c
1683                 return new message numbers as a GRelation instead of a GSList
1684                 that has to be in the same order as the input list. A list
1685                 would make it hard for IMAP to optimize oepration by sorting
1686                 the input list. The returned list would have to be reordered
1687                 to match the same order that input list has.
1688
1689         * src/gtk/gtkaspell.c
1690                 fix missing return value, could cause a crash when garbage is
1691                 on the stack that is used as the expected return value
1692
1693 2003-07-28 [paul]       0.9.3claws63
1694
1695         * sync with 0.9.4cvs1
1696                 see ChangeLog 2003-07-28
1697
1698 2003-07-27 [alfons]     0.9.3claws62
1699
1700         * src/mimeview.c
1701                 tweak it more to make icon list act like a check button group
1702
1703 2003-07-27 [christoph]  0.9.3claws61
1704
1705         * sync with 0.9.3cvs20
1706                 see ChangeLog 2003-07-25
1707
1708 2003-07-27 [paul]       0.9.3claws60
1709
1710         * src/procmsg.c
1711                 re-commit changes from 0.9.3claws58 -
1712                 accidently removed in 0.9.3claws59
1713
1714 2003-07-27 [paul]       0.9.3claws59
1715
1716         * src/procmsg.[ch]
1717                 a sync from 0.9.3cvs17
1718                 see ChangeLog 2003-07-23
1719
1720 2003-07-27 [alfons]     0.9.3claws58
1721
1722         * src/procmsg.c
1723                 add missing header members to MsgInfo; fixes the problem of 
1724                 not displaying X-Faces, as noticed by Ricardo Mones
1725
1726 2003-07-26 [christoph]  0.9.3claws57
1727
1728         * sync with 0.9.3cvs18
1729                 see ChangeLog 2003-07-24
1730
1731 2003-07-26 [christoph]  0.9.3claws56
1732
1733         * sync with 0.9.3cvs17
1734                 see ChangeLog 2003-07-23
1735
1736 2003-07-26 [christoph]  0.9.3claws55
1737
1738         * src/folder.[ch]
1739         * src/imap.c
1740         * src/mbox_folder.c
1741         * src/mh.c
1742         * src/news.c
1743                 add support for copy function that copy multiple messages
1744                 (not implemented yet)
1745
1746         * src/summaryview.c
1747                 add missing return value
1748
1749 2003-07-26 [paul]       0.9.3claws54
1750
1751         * tools/multiwebsearch.pl
1752                 do whitespace substitution before passing the string
1753                 to the browser. fixes bug with browsers that don't
1754                 do whitespace conversion themselves.
1755
1756 2003-07-25 [christoph]  0.9.3claws53
1757
1758         * src/folder.[ch]
1759         * src/imap.c
1760         * src/mh.c
1761                 rewrite adding of multiple messages to a folder for
1762                 claws' folder system
1763
1764 2003-07-25 [luke]       0.9.3claws52
1765
1766         * src/mimeview.c
1767                 o icon toggles set correctly on leaving ctree mimeview
1768
1769 2003-07-25 [paul]       0.9.3claws51
1770
1771         * partial sync with 0.9.3cvs21 [src/main.c]
1772                 see ChangeLog 2003-07-25
1773
1774 2003-07-24 [paul]       0.9.3claws50
1775
1776         * tools/maildir2sylpheed.pl
1777                 fix typo
1778
1779 2003-07-24 [paul]       0.9.3claws49
1780
1781         * src/mimeview.c
1782                 increase the gutter size of paned so that the panes
1783                 can be resized
1784                 
1785         * src/plugins/demo/demo.c
1786                 squeeze in another typo fix
1787
1788 2003-07-24 [paul]       0.9.3claws48
1789
1790         * src/plugins/demo/demo.c
1791           src/prefs_account.c
1792                 small changes to the English
1793                 
1794         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1795           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1796           src/Makefile.am
1797           src/stock_pixmap.c
1798                 rename the misspelled icon
1799
1800 2003-07-23 [alfons]     0.9.3claws47
1801
1802         * src/mimeview.c
1803                 make icon list look like a list of toggles
1804
1805 2003-07-23 [luke]       0.9.3claws46
1806
1807         * src/pixmaps/mimeview_gpg_expired.xpm
1808         * src/pixmaps/mimeview_gpg_failed.xpm
1809         * src/pixmaps/mimeview_gpg_passed.xpm
1810         * src/pixmaps/mimeview_text_html.xpm
1811         * src/pixmaps/mimeview_image.xpm
1812                 o all icons the same size
1813
1814         * src/mimeview.[ch]
1815                 o mimeview ctree arranged vertically above the viewer
1816                 o icons changed to buttons
1817                 o can use keyboard to select an icon (Enter)
1818                 o resize icon list to width of icons
1819
1820         *  src/gtk/gtkvscrollbutton.c
1821                 o sensitivity of buttons reacts to position
1822
1823 2003-07-23 [christoph]  0.9.3claws45
1824
1825         * sync with 0.9.3cvs14 (incomplete)
1826                 see ChangeLog 2003-07-17
1827
1828 2003-07-23 [alfons]     0.9.3claws44
1829
1830         * src/folder.c
1831         * src/procmsg.h
1832                 sync with my local tree to restore some claws-only things
1833
1834 2003-07-23 [paul]       0.9.3claws43
1835
1836         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1837           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1838           src/Makefile.am
1839           src/mimeview.c
1840           src/procmime.h
1841           src/rfc2015.c
1842           src/stock_pixmap.[ch]
1843                 indicate missing keys and expired sigs/keys
1844                 in mime view column
1845
1846 2003-07-23 [paul]       0.9.3claws42
1847
1848         * src/compose.c
1849                 Redirect fixes: enable automatic account selection and
1850                 do not append signature to message on changing account
1851                 fixes Bug[s] #248
1852
1853 2003-07-23 [paul]       0.9.3claws41
1854
1855         * sync with 0.9.3cvs16
1856                 see ChangeLog 2003-07-23
1857
1858 2003-07-23 [alfons]     0.9.3claws40
1859
1860         * src/inc.c
1861                 give progress dialog a main window, and give it the first 
1862                 one (presumably the only one). fixes bug #247, "segfault on 
1863                 pop-before-smtp" 
1864
1865 2003-07-22 [alfons]     0.9.3claws39
1866
1867         * src/summaryview.c
1868                 shift-space scrolls up
1869
1870 2003-07-22 [paul]       0.9.3claws38
1871
1872         * sync with 0.9.3cvs15
1873                 see ChangeLog 2003-07-22
1874
1875 2003-07-20 [alfons]     0.9.3claws37
1876
1877         * src/compose.c
1878                 put menu inside #ifdef USE_ASPELL..#endif
1879
1880 2003-07-20 [christoph]  0.9.3claws36
1881
1882         * src/procmsg.c
1883                 fix wrong flags in MsgInfo returned by
1884                 procmsg_msginfo_get_full_info()
1885
1886         (closes Bug 221 Deleting messages from the Message View gives incorrect
1887          new/unread message counts in the folder view)
1888
1889         * src/plugins/spamassassin/spamassassin_gtk.c
1890                 add gettext macro for prefs page title
1891
1892 2003-07-20 [paul]       0.9.3claws35
1893
1894         * src/mimeview.c
1895                 redraw icon list on signature check
1896
1897 2003-07-20 [christoph]  0.9.3claws34
1898
1899         * src/Makefile.am
1900         * src/account.c
1901         * src/folder.[ch]
1902         * src/folder_item_prefs.[ch]            ** NEW **
1903         * src/folderview.c
1904         * src/mainwindow.c
1905         * src/mh.c
1906         * src/prefs_gtk.c
1907         * src/prefs_scoring.c
1908         * src/summaryview.c
1909         * src/prefs_folder_item.[ch]
1910                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1911                   Properties dialog
1912                 o use prefswindow for folder properties
1913
1914         * src/gtk/prefswindow.[ch]
1915                 change implementation to use an invisible notebook instead
1916                 of unparenting widgets
1917
1918 2003-07-20 [christoph]  0.9.3claws33
1919
1920         * src/compose.h
1921         * src/folder.c
1922         * src/folderview.h
1923         * src/headerview.h
1924         * src/prefs_filtering.h
1925         * src/prefs_folder_item.[ch]
1926         * src/procmime.h
1927         * src/procmsg.h
1928         * src/summaryview.h
1929                 clean up header mess
1930                 (always use 1. typedefs, 2. #includes, 3. structures)
1931
1932         * src/common/version.h.in
1933                 add casts for constants
1934
1935         * src/plugins/demo/demo.c
1936                 fix typo
1937
1938         * src/plugins/spamassassin/spamassassin.c
1939                 remove unused variable
1940
1941 2003-07-20 [alfons]     0.9.3claws32
1942
1943         * src/mimeview.c
1944                 o make icon buttons respond on left click
1945                 o minor cosmetic change
1946
1947 2003-07-19 [luke]       0.9.3claws31
1948
1949         * src/mimeview.[ch]
1950         * src/gtk/gtkvscrollbutton.c
1951         * src/messageview.c
1952                 o improved mimeview behaviour when selecting a new message
1953                 o plus code cleanups to remove compile warnings
1954
1955
1956 2003-07-19 [alfons]     0.9.3claws30
1957
1958         * src/procmsg.c
1959         * src/compose.c
1960         * src/common/utils.[ch]
1961                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1962
1963 2003-07-19 [alfons]     0.9.3claws29
1964
1965         * src/prefs_folder_item.c
1966                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1967                 string pointers
1968
1969 2003-07-19 [luke]       0.9.3claws28
1970
1971         * src/messageview.c
1972         * src/mimeview.[ch]
1973         * src/procmime.h
1974         * src/rfc2015.c
1975         * src/stock_pixmap.[ch]
1976         * src/gtk/Makefile.am
1977         * src/Makefile.am
1978         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1979         * src/pixmaps/mime_*.xpm                ** NEW **
1980                 o mimeview rearrangement with a new icon shortcut bar
1981
1982 2003-07-19 [alfons]     0.9.3claws27
1983
1984         * src/folderview.c
1985                 o plug leaking nodes_to_recollapse
1986                 o add folderview_recollapse_all_nodes() (not used yet)
1987
1988 2003-07-19 [alfons]     0.9.3claws26
1989
1990         * src/compose.c
1991         * src/common/utils.c
1992                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1993                 for both forwarding as replying
1994
1995 2003-07-18 [christoph]  0.9.3claws25
1996
1997         * configure.ac
1998         * src/common/sylpheed.[ch]
1999         * src/common/version.h.in
2000                 add version in numeric form to allow easy comparison
2001
2002         * src/plugins/demo/demo.c
2003                 add version check
2004                 - sylpheed version > plugin version => never allowed, sylpheed
2005                   could contain unknown API changes
2006                 - sylpheed version < minimum version required => don't load,
2007                   API required not available (if linking does not fail)
2008
2009 2003-07-18 [alfons]     0.9.3claws24
2010         
2011         * src/common/plugin.[ch]
2012                 const correctness
2013
2014 2003-07-18 [christoph]  0.9.3claws23
2015
2016         * src/common/hooks.c
2017                 fix crash when hooks where unregisted
2018
2019         * src/plugins/trayicon/trayicon.c
2020                 unregister detroy signal before destroying the widget
2021                 (still crashes when the plugin is unloaded)
2022
2023 2003-07-18 [alfons]     0.9.3claws22
2024         
2025         * src/folderview.c
2026                 delay expanding folder tree during drags until timeout triggered
2027                 (needs perhaps some tweaking, so testing is welcome)
2028
2029 2003-07-17 [alfons]     0.9.3claws21
2030
2031         * src/folderview.c
2032                 clean up cruft
2033
2034 2003-07-17 [christoph]  0.9.3claws20
2035
2036         * src/common/session.c
2037                 fix opening of SSL connections
2038
2039         * src/plugins/image_viewer/Makefile.am
2040                 add OPENSSL_CFLAGS (we should find a better solution to remove
2041                 this dependencies if they are not required)
2042
2043         * src/plugins/spamassassin/spamassassin.c
2044                 remove setlocale workaround (fixed in libspamc)
2045
2046         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2047          if spell checking enabled)
2048
2049 2003-07-17 [alfons]     0.9.3claws19
2050
2051         * src/common/hooks.[ch]
2052         * src/plugins/clamav/clamav_plugin.c
2053         * src/plugins/spamassassin/spamassassin.c
2054         * src/plugins/trayicon/trayicon.c
2055                 fix signedness muck 
2056
2057 2003-07-17 [alfons]     0.9.3claws18
2058
2059         * src/procmime.c
2060                 plug memleak
2061
2062 2003-07-17 [alfons]     0.9.3claws17
2063
2064         * src/inc.c
2065                 plug memleak
2066
2067 2003-07-17 [paul]       0.9.3claws16
2068
2069         * src/common/defs.h
2070           src/mainwindow.c
2071           src/manual.[ch]
2072                 add link to the Claws site's FAQ page, after the suggestion
2073                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2074                 Move url strings to defs.h
2075                 
2076         * src/mainwindow.c
2077                 fix typo to prevent "unknown menu entry" warnings
2078
2079 2003-07-17 [alfons]     0.9.3claws15
2080
2081         * src/folderview.[ch]
2082         * src/summaryview.[ch]
2083         * src/mimeview.[ch]
2084                 plug DnD leaks 
2085
2086 2003-07-17 [paul]       0.9.3claws14
2087
2088         * src/inc.c
2089                 remove two instances of 'GTK_EVENTS_FLUSH' because
2090                 they are unnecessary and probably cause a stack overflow
2091
2092 2003-07-16 [christoph]  0.9.3claws13
2093
2094         * src/mimeview.[ch]
2095                 use an invisible GTK notebook to switch between viewers
2096                 instead of reparenting widgets
2097
2098 2003-07-16 [christoph]  0.9.3claws12
2099
2100         * src/folder.c
2101                 move folder_item_update_freeze() to correct place in
2102                 folder_item_scan_full()
2103
2104 2003-07-16 [paul]       0.9.3claws11
2105
2106         * sync with 0.9.3cvs12
2107                 see ChangeLog 2003-07-14 and 2003-07-15
2108
2109 2003-07-16 [christoph]  0.9.3claws10
2110
2111         * src/imap.[ch]
2112         * src/prefs_account.[ch]
2113                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2114
2115 2003-07-15 [alfons]     0.9.3claws9
2116
2117         * src/main.c
2118                 make --config-dir do something useful
2119
2120 2003-07-15 [alfons]     0.9.3claws8
2121
2122         * src/procmsg.c
2123                 o fix a bug where 'last' didn't really point to the last message
2124                   in the top level list of children, but to the last threaded
2125                   message. 
2126                 
2127                 o clean up and make it easier to sync
2128
2129 2003-07-15 [alfons]     0.9.3claws7
2130
2131         * src/mainwindow.c
2132                 make correct menu items sensitive       
2133
2134 2003-07-14 [alfons]     0.9.3claws6
2135
2136         * src/procmsg.c
2137                 tune the threader so it will not subject-thread any message
2138                 without a subject prefix (this will not thread correctly if 
2139                 a parent is delivered after their childs, but it looks 
2140                 better right now)
2141
2142 2003-07-13 [christoph]  0.9.3claws5
2143
2144         * src/mainwindow.c
2145                 group "Add mailbox *..." menu items in submenu
2146
2147 2003-07-13 [alfons]     0.9.3claws4
2148
2149         * src/summaryview.c
2150                 correct summary_toggle_pressed() signature and make sure
2151                 signal is not passed on
2152
2153 2003-07-13 [alfons]     0.9.3claws3
2154
2155         * src/summaryview.c
2156                 o for now don't pass on keys when they we're handled by 
2157                   ctree::key_press_event
2158                 o clean up
2159
2160 2003-07-13 [alfons]     0.9.3claws2
2161         
2162         * src/main.c
2163                 add command line option "--config-dir" to get the current 
2164                 configuration dir
2165
2166 2003-07-12 [alfons]     0.9.3claws1
2167
2168         * src/matcher.[ch]
2169         * src/matcher_parser_parse.y
2170         * src/prefs_filtering.c
2171         * src/filtering.c
2172                 add "Lock" filter action to lock messages;
2173
2174         * src/filtering.c       
2175                 remove debug_print()    
2176         * src/prefs_filtering.c
2177                 re-organize matcher part 9: 
2178                 make action text entries easily extendible;
2179                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2180                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2181
2182 2003-07-12 [paul]
2183
2184         * tools/README
2185                 update old information and add missing
2186                 information
2187
2188 2003-07-12 [paul]       0.9.3claws
2189
2190         * 0.9.3claws released
2191         
2192 2003-07-12 [paul]       0.9.0claws103
2193
2194         * src/Makefile.am
2195                 add addrquery.h
2196
2197 2003-07-12 [melvin]     0.9.0claws102
2198
2199         * src/messageview.c
2200                 Fixed bug #215: Show MIME tab for single text/html messages. 
2201                 
2202 2003-07-12 [paul]       0.9.0claws101
2203
2204         * man/sylpheed.1
2205                 updated
2206
2207 2003-07-12 [paul]       0.9.0claws100
2208
2209         * po/es.po
2210           po/hr.po
2211           po/pl.po
2212           po/sr.po
2213                 update Spanish, Croatian, Polish, Serbian translations.
2214                 submitted by Ricardo Mones Lastra, Dragan, Witold
2215                 Wladyslaw Wojciech Wilk, Urke MMI
2216
2217 2003-07-12 [melvin]     0.9.0claws99
2218
2219         * po/fr.po
2220                 Updated French translations.
2221
2222 2003-07-12 [paul]       0.9.0claws98
2223
2224         * src/addressbook.c
2225                 disable 'Lookup' button as it has no effect
2226
2227 2003-07-11 [alfons]     0.9.0claws97
2228         
2229         * src/summaryview.c
2230                 summary_searchbar_pressed() should return TRUE to signal that
2231                 event was handled. when returning void, the return value passed
2232                 to GTK is actually random, but maybe FALSE, in which case the
2233                 event is handled by parent
2234                 
2235 2003-07-10 [paul]       0.9.0claws96
2236
2237         * ac/missing/gettext.m4
2238                 update to version 0.12
2239
2240 2003-07-10 [paul]       0.9.0claws95
2241
2242         * src/plugins/clamav/clamav_plugin.c
2243                 fix bug where multipart/alternative messages
2244                 would slip through without being scanned
2245
2246 2003-07-10 [christoph]  0.9.0claws94
2247
2248         * src/folder.c
2249                 correct check if folder supports removing when a message is
2250                 moved. if not the message is only copied.
2251
2252         (closes Bug 132 crash on startup in newsgroups folders)
2253
2254 2003-07-09 [alfons]     0.9.0claws93
2255
2256         * configure.ac
2257         * src/common/defs.h
2258                 --with-config-dir (default .sylpheed)
2259
2260 2003-07-09 [christoph]  0.9.0claws92
2261
2262         * configure.ac
2263                 use PKG_CHECK_MODULES to check for gtkmathview
2264                 (version 0.4.2 now required)
2265
2266 2003-07-08 [melvin]     0.9.0claws91
2267
2268         * src/action.c
2269                 Implemented a progress bar that counts the number of completed
2270                 tasks when the action runs more than one command.
2271
2272 2003-07-08 [alfons]     0.9.0claws90
2273
2274         * src/procmsg.c
2275                 if queued message has an invalid Message-Id, don't try to
2276                 find message it refers to (fixes #209 "crash when processing 
2277                 in folder")
2278
2279 2003-07-08 [paul]       0.9.0claws89
2280
2281         * sync with 0.9.3cvs2
2282                 see ChangeLog 2003-07-08
2283
2284 2003-07-08 [match]      0.9.0claws88
2285
2286         * src/ldapctrl.c
2287                 extend LDAP search for first/last name by parsing search term.
2288
2289 2003-07-08 [alfons]     0.9.0claws87
2290
2291         * src/send_message.c
2292                 fix bug #208 "Status message stuck when sending on POP3 account"
2293
2294 2003-07-07 [paul]       0.9.0claws86
2295
2296         * po/hr.po
2297                 new Croatian translation, submitted by
2298                 Dragan <drleskov@inet.hr>
2299
2300 2003-07-07 [paul]       0.9.0claws85
2301
2302         * sync with 0.9.3cvs1
2303                 see ChangeLog 2003-07-07
2304
2305 2003-07-05 [christoph]  0.9.0claws84
2306
2307         * src/Makefile.am
2308         * src/messageview.c
2309         * src/mimeview.[ch]
2310         * src/stock_pixmap.[ch]
2311         * src/pixmaps/messageview_text.xpm              ** NEW **
2312                 move mimeview tabs to the right side and use icons
2313                 instead of text to save some space
2314
2315         (patch by Luke Plant <lukeplant@softhome.net>)
2316
2317 2003-07-05 [christoph]  0.9.0claws83
2318
2319         * src/inc.c
2320                 add NULL pointer checks
2321
2322         (patch by Luke Plant <lukeplant@softhome.net>)
2323         (closes Bug 204 0.9.0 quits on authentication error?!)
2324
2325 2003-07-05 [alfons]     0.9.0claws82
2326
2327         * configure.ac
2328                 take the clue in bug #202 "./configure script - 
2329                 'if test' comparison failure" reported by John Kristoff. 
2330
2331 2003-07-04 [christoph]  0.9.0claws81
2332
2333         * src/plugins/spamassassin/spamassassin.c
2334                 set timeout for spam check
2335
2336 2003-07-04 [christoph]  0.9.0claws80
2337
2338         * src/main.c
2339                 destroy all FolderItems when shutting down to
2340                 allow folders to clean up
2341
2342 2003-07-04 [melvin]     0.9.0claws79
2343
2344         * src/gtk/gtkaspell.c
2345                 Fixed bug #184 "Entering non-ascii character deletes
2346                 previous char if spell checking enabled": this makes
2347                 the spell checking in multibytes (e.g. UTF-8)locales work.
2348                 (Patch by Luke Plant).
2349                 
2350 2003-07-04 [christoph]  0.9.0claws78
2351
2352         * sync with 0.9.2cvs1
2353                 see ChangeLog 2003-06-10
2354
2355 2003-07-04 [paul]       0.9.0claws77
2356
2357         * sync with 0.9.3 release
2358                 see ChangeLog 2003-07-04
2359
2360 2003-07-03 [christoph]  0.9.0claws76
2361
2362         * src/folder.[ch]
2363         * src/imap.c
2364         * src/mbox_folder.c
2365         * src/mh.c
2366         * src/news.c
2367                 move folder_item_get_path() stuff into a folder virtual function
2368
2369         * src/procmsg.c
2370                 use folder_item_fetch_msg() to get message and do not contruct
2371                 the filename from path and number
2372
2373 2003-07-03 [paul]       0.9.0claws75
2374
2375         * sync with 0.9.2cvs12
2376                 see ChangeLog 2003-07-03
2377
2378 2003-07-02 [paul]       0.9.0claws74
2379
2380         * src/messageview.c
2381                 fix text-selection for replying
2382
2383 2003-07-02 [paul]       0.9.0claws73
2384
2385         * sync with 0.9.2cvs11
2386                 see ChangeLog 2003-07-02
2387
2388 2003-07-02 [paul]       0.9.0claws72
2389
2390         * src/procmsg.c
2391                 revert last commit because it breaks more
2392                 than it fixes
2393
2394 2003-07-02 [paul]       0.9.0claws71
2395
2396         * src/procmsg.c
2397                 fix thread by subject/sort by date
2398
2399 2003-07-01 [paul]       0.9.0claws70
2400
2401         * sync with 0.9.2cvs10
2402                 see ChangeLog 2003-07-01
2403
2404 2003-06-30 [paul]       0.9.0claws69
2405
2406         * sync with 0.9.2cvs9
2407                 see ChangeLog 2003-06-30
2408
2409 2003-06-28 [match]      0.9.0claws68
2410
2411         * src/addressbook.c
2412                 fix null ptr.
2413
2414 2003-06-27 [paul]       0.9.0claws67
2415
2416         * sync with 0.9.2cvs7
2417                 see ChangeLog 2003-06-27
2418
2419 2003-06-26 [christoph]  0.9.0claws66
2420
2421         * src/folder.c
2422                 freeze folder updates while a folder is scanned
2423
2424         (closes Bug 185 New message counter)
2425
2426 2003-06-26 [darko]      0.9.0claws65
2427
2428         * src/ldapserver.c
2429                 fix infinite loop when adding a new LDAP server
2430
2431 2003-06-26 [paul]       0.9.0claws64
2432
2433         * sync with 0.9.2cvs6
2434                 see ChangeLog 2003-06-26
2435
2436 2003-06-26 [paul]       0.9.0claws63
2437
2438         * sync with 0.9.2cvs5
2439                 see ChangeLog 2003-06-25 and 2003-06-26
2440
2441 2003-06-25 [match]      0.9.0claws62
2442
2443         * src/addr_compl.c
2444                 Fixed tab/backtab for dropped-down completion list to
2445                 move next/previous field. (close bug 147)
2446
2447 2003-06-25 [christoph]  0.9.0claws61
2448
2449         * src/addr_compl.[ch]
2450         * src/addrindex.[ch]
2451         * src/folderview.c
2452         * src/inc.c
2453         * src/news.c
2454         * src/summaryview.c
2455         * src/toolbar.c
2456                 fix warnings
2457
2458 2003-06-25 [leandro]    0.9.0claws60
2459
2460         * src/compose.c
2461                 o cleanups
2462                 o gray out "Message/Remove references" menu item if not
2463                   replying to a message
2464
2465 2003-06-24 [leandro]    0.9.0claws59
2466
2467         * src/compose.[ch]
2468                 o removed "Message/Create new thread" menu item
2469                 o added "Message/Remove references" menu item
2470                   (it's off by default and will not check anymore
2471                    if the subject changed)
2472
2473 2003-06-23 [alfons]     0.9.0claws58
2474
2475         * src/procmsg.c
2476                 try better grouping messages threaded by subject based on their age.
2477                 still not perfect - because the message tree is not sorted by date.  
2478
2479 2003-06-23 [thorsten]   0.9.0claws57
2480
2481         * src/pop.[ch]
2482                 added mail_receive_hook to allow modifications
2483                 directly after retrieval (e.g. adding headers).
2484
2485 2003-06-23 [paul]       0.9.0claws56
2486
2487         * src/sourcewindow.c
2488                  enable the use of Ctrl+A to select all text in
2489                  the sourcewindow
2490                  Patch submitted by Ivan Francolin Martinez
2491                  <ivanfm@users.sourceforge.net>
2492
2493 2003-06-22 [christoph]  0.9.0claws55
2494
2495         * src/folder.[ch]
2496                 o add notification hook for folder tree changes
2497                 o invoke hooks after folder tree scanning
2498
2499         * src/folderview.[ch]
2500                 register hook for folder tree changes that
2501                 updates the ctree
2502
2503         (there are more places that should be updated, like add, remove 
2504          or move folder)
2505
2506         (closes Bug 164 Crash on rebuild folder tree)
2507         (closes Bug 190 Crash on 'rebuilding folder tree')
2508
2509 2003-06-21 [leandro]    0.9.0claws54
2510
2511         * src/compose.[ch]
2512                 create a new thread if subject changes
2513                 (it's on by default, can be disabled in Message menu)
2514
2515 2003-06-21 [alfons]     0.9.0claws53
2516
2517         * src/summaryview.c
2518                 quiet little compiler
2519
2520 2003-06-21 [christoph]  0.9.0claws52
2521
2522         update gettext stuff to version 0.12
2523
2524 2003-06-19 [alfons]     0.9.0claws51
2525
2526         * src/common/log.c
2527         * src/common/plugin.c
2528                 move defs.h before glib.h to prevent MIN/MAX redefs
2529
2530 2003-06-19 [alfons]
2531
2532         * src/addressbook.c
2533                 translatable
2534
2535 2003-06-19 [match]      0.9.0claws50
2536
2537         * src/addressbook.[ch]
2538         * src/addrindex.[ch]
2539         * src/addr_compl.[ch]
2540         * src/editldap.[ch]
2541         * src/editldap_basedn.[ch]
2542         * src/addritem.[ch]
2543         * src/ldapquery.h
2544                 re-implemented dynamic LDAP search. works without
2545                 slowdown on display sender with addressbook
2546                 option.
2547         * src/addrbook.c
2548                 documented code.
2549
2550 2003-06-19 [paul]       0.9.0claws49
2551
2552         * src/compose.c
2553                 fix Bug #136 'Nonprovided quotation marks crash claws'
2554                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2555
2556 2003-06-19 [alfons]     0.9.0claws48
2557
2558         * src/prefs_common.[ch]
2559         * src/procmsg.c
2560                 restrict threading by subject by checking thread for
2561                 age (prefs_common.thread_by_subject_max_age)
2562
2563 2003-06-18 [christoph]  0.9.0claws47
2564
2565         * src/imap.c
2566                 fix memory leak in imap_cmd_fetch()
2567
2568 2003-06-18 [christoph]  0.9.0claws46
2569
2570         * src/prefs_gtk.c
2571                 fix memory leak in prefs_set_default() when used multiple
2572                 times or after prefs have been read
2573
2574 2003-06-18 [christoph]  0.9.0claws45
2575
2576         * src/common/plugin.c
2577                 fix memory leak in plugin_unload()
2578
2579 2003-06-18 [christoph]  0.9.0claws44
2580
2581         * src/imap.c
2582                 fix memory leak in imap_cmd_ok()
2583
2584 2003-06-18 [christoph]  0.9.0claws43
2585
2586         * src/folder.c
2587                 stop messages that are downloaded from POP3 and added to
2588                 an IMAP inbox from being filtered twice (first by POP3
2589                 and again when IMAP folder is scaned to get the UID of
2590                 the APPEND operation when no UIDPLUS is available)
2591
2592 2003-06-18 [alfons]
2593
2594         * tools/Makefile.am
2595                 phoenix <- firebird     
2596
2597 2003-06-18 [paul]
2598
2599         * tools/launch_phoenix          ** REMOVED **
2600           tools/launch_firebird         ** NEW **
2601                 renamed and edited to reflect the browser's name change from
2602                 'phoenix' to 'firebird'
2603
2604 2003-06-18 [paul]       0.9.0claws42
2605
2606         * sync with 0.9.2cvs2
2607                 see ChangeLog 2003-06-16
2608
2609 2003-06-17 [alfons]     0.9.0claws41
2610
2611         * src/procmsg.c
2612                 prevent threading problems when a node is an ancestor (parent / great parent),
2613                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2614                 for finding an sample set of messages)
2615
2616 2003-06-16 [christoph]  0.9.0claws40
2617
2618         * src/main.c
2619                 don't popup main window on --receive or --receive-all
2620
2621         * src/mainwindow.[ch]
2622         * src/plugins/trayicon/trayicon.c
2623                 allow hiding of main window by clicking on the trayicon
2624                 (doesn't work correctly in seperate window mode and may
2625                  cause unexpected GTK problems I couldn't find yet)
2626
2627         * src/common/ssl.c
2628                 remove incorrect warning
2629
2630 2003-06-15 [alfons]     0.9.0claws39
2631
2632         * src/gtk/gtkstext.c
2633                 don't output debug text;
2634                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2635                 for pointing this out);
2636
2637 2003-06-14 [alfons]     0.9.0claws38
2638         
2639         * src/messageview.c
2640                 remove printf() and make one if..else comply with coding style
2641
2642 2003-06-14 [alfons]     0.9.0claws37
2643
2644         * AUTHORS
2645                 add Martin Wicke
2646         * src/action.c
2647         * src/messageview.[ch]
2648         * src/summaryview.c
2649                 apply patch #754162 "Quoting messages filtered by actions" submitted
2650                 by Martin Wicke, which allows quoting message body changed by an
2651                 action (Thanks!).
2652
2653 2003-06-13 [alfons]     0.9.0claws36
2654
2655         * src/utils.c
2656                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2657                 use case insensitive regexp (suggested by Ivan Martinez)
2658
2659 2003-06-13 [christoph]  0.9.0claws35
2660
2661         * configure.ac
2662         * src/plugins/trayicon/Makefile.am
2663         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2664         * src/plugins/trayicon/trayicon.c
2665         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2666         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2667         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2668         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2669         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2670         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2671                 replace my own EggTrayIcon backport with the backport
2672                 used by (l|x)mule and gabber.
2673
2674 2003-06-13 [alfons]     0.9.0claws34
2675
2676         * AUTHORS
2677         * src/common/utils.c
2678                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2679
2680 2003-06-13 [alfons]     0.9.0claws33
2681
2682         * src/compose.c
2683                 clean up a little bit
2684
2685 2003-06-12 [alfons]     0.9.0claws32
2686
2687         * src/compose.c
2688                 const correctness fix
2689
2690         * src/common/sylpheed.[ch]
2691                 () -> (void)
2692                 prevent redef MIN/MAX
2693                 
2694         * src/common/utils.[ch]
2695                 () -> (void)
2696
2697 2003-06-12 [melvin]     0.9.0claws31
2698
2699         * src/compose.c
2700                 Updated to take into accounts changes in GtkAspell.
2701
2702 2003-06-12 [alfons]     0.9.0claws30
2703
2704         * src/compose.c
2705         * src/procmsg.c
2706         * src/common/utils.[ch]
2707                 handle reply subject prefixes better (initial 
2708                 suggestion by Robert Story adapted and enhanced 
2709                 using regexps)
2710
2711 2003-06-12 [melvin]     0.9.0claws29
2712
2713         * src/compose.c
2714                 Use new gtkaspell_checkers_strerror() to get the speller's
2715                 error message instead of accessing the (now private)
2716                 checkers structure.
2717                 Minor code clean up
2718
2719         * src/main.c
2720                 Use #ifdef instead of #if for USE_ASPELL
2721                 Use the new spell checkers init/quit functions 
2722
2723         * src/gtk/gtkaspell.c
2724                 Use #ifdef instead of #if for USE_ASPELL
2725                 Moved in the majority of GtkAspell structures that were
2726                 exported before by gtkaspell.h
2727         
2728         * src/gtk/gktaspell.h
2729                 Made gtkaspell.h contain only the necessary data to be
2730                 publicized by moving many structures to gtkaspell.c.
2731                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2732                 gtkaspell_checkers_new(): replaced by...
2733                 gtkaspell_checkers_init(): new function for initialization
2734                 gtkaspell_checkers_delete(): replaced by...
2735                 gtkaspell_checkers_quit(): new function
2736                 gtkaspell_checkers_strerror(): new function that returns
2737                 the checker's last error message.
2738                 
2739 2003-06-11 [melvin]     0.9.0claws28
2740
2741         * po/POTFILES.in
2742                 Updated to take into account gtkaspell.c migration to
2743                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2744
2745 2003-06-10 [alfons]     0.9.0claws27
2746
2747         * src/filtering.[ch]
2748         * src/folder.c
2749         * src/matcher.c
2750         * src/scoring.[ch]
2751                 - try fixing bug #18 (any brave testers?)
2752                 - add more robustness by refusing previously 
2753                   unchecked NULL pointers 
2754
2755 2003-06-10 [alfons]     0.9.0claws26
2756
2757         * src/procmsg.c
2758                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2759
2760 2003-06-09 [alfons]     0.9.0claws25
2761
2762         * src/prefs_common.c
2763                 fix bug #163 "Icon switching doesnt work properly" by 
2764                 preventing early freeing of prefs_common.pixmap_theme_path.
2765
2766 2003-06-09 [christoph]  0.9.0claws24
2767
2768         * src/gtk/gtkaspell.c
2769                 revert Thorsten's fix and add forgotten g_strdup for
2770                 aspell path (it should not be possible to alter the path a
2771                 GtkASpell uses from outside)
2772
2773 2003-06-09 [thorsten]   0.9.0claws23
2774
2775         * src/gtk/gtkaspell.c
2776                 dont free prefs_common.aspell_path when closing compose
2777
2778 2003-06-08 [colin]      0.9.0claws22
2779
2780         * src/plugins/spamassassin/spamassassin.c
2781                 fix prefs types
2782
2783 2003-06-07 [christoph]  0.9.0claws21
2784
2785         * src/Makefile.am
2786         * src/compose.c
2787         * src/gtkaspell.[ch]            ** REMOVE **
2788         * src/gtk/Makefile.am
2789         * src/gtk/gtkaspell.[ch]        ** NEW **
2790                 o make gtkaspell independent from sylpheed's prefs
2791                 o move gtkaspell.[ch] to gtk directory
2792
2793 2003-06-07 [christoph]  0.9.0claws20
2794
2795         * src/Makefile.am
2796         * src/crash.c
2797         * src/export.c
2798         * src/filesel.[ch]              ** REMOVE **
2799         * src/folder.c
2800         * src/main.[ch]
2801         * src/common/sylpheed.[ch]
2802         * src/gtk/Makefile.am
2803         * src/gtk/filesel.[ch]          ** NEW **
2804         * src/gtk/pluginwindow.c
2805         * src/gtk/sslcertwindow.c
2806                 move filesel.[ch] to gtk directory
2807
2808 2003-06-07 [alfons]     0.9.0claws19
2809
2810         * src/filesel.c
2811                 make (multi) file selection dialog work again (Claws-only)
2812
2813 2003-06-07 [thorsten]   0.9.0claws18
2814
2815         * po/de.po
2816                 fix typos
2817
2818 2003-06-07 [alfons]     0.9.0claws17
2819
2820         * configure.ac
2821         * src/mimeview.c
2822                 detect apache mishap in which case don't include fnmatch.h
2823                 if regex.h is already included
2824
2825 2003-06-06 [christoph]  0.9.0claws16
2826
2827         * configure.ac
2828         * src/mimeview.h
2829                 add check for fnmatch.h and include it when available
2830
2831         * src/mimeview.[ch]
2832                 fix wrong case sensitivity of Content-Types
2833
2834         * src/gtk/Makefile.am
2835                 need the same include paths in gtk directory as in
2836                 common directory because .h files in common can
2837                 include files from these directories, when included
2838                 in gtk's .h or .c files
2839
2840 2003-06-06 [alfons]     0.9.0claws15
2841
2842         * src/mimeview.c
2843         * src/summaryview.c
2844                 make it compile again because of regex.h / fnmatch.h 
2845                 include problems (related to recent mime stuff, can
2846                 someone check this?)
2847
2848 2003-06-06 [thorsten]   0.9.0claws14
2849
2850         * src/folderview.c
2851                 possible use of uninitialized pointer while dragging
2852
2853 2003-06-06 [paul]       0.9.0claws13
2854
2855         * src/compose.c
2856                 fix bug where the insert sig button would be effective
2857                 only when auto_sig was set
2858
2859 2003-06-06 [paul]       0.9.0claws12
2860
2861         * sync with 0.9.2 release
2862
2863 2003-06-02 [paul]       0.9.0claws11
2864
2865         * sync with 0.9.1cvs1
2866                 see ChangeLog 2003-06-02
2867                 
2868         * po/de.po
2869                 update by Jens
2870
2871 2003-06-01 [christoph]  0.9.0claws10
2872
2873         * src/account.c
2874                 don't use substring search to find accounts by email address
2875
2876         (closes Bug 169 Overly loose matching of "From" address)
2877
2878 2003-05-31 [christoph]  0.9.0claws9
2879
2880         * doc-src/rfc2683.txt
2881         * src/imap.c
2882                 limit IMAP command length as recommended in RFC2683
2883                 (message number lists will be split into multiple imap
2884                 sets, the limit of 1000 octets is not a hard limit)
2885
2886         (closes Bug 161 sylpheed-claws exits with segfault when logging
2887          in to certain imap-servers)
2888
2889 2003-05-29 [alfons]     0.9.0claws8
2890
2891         * src/toolbar.[ch]
2892                 add print button (calling summary_print());
2893                 fine tune setting tooltip text;
2894                 (if someone needs other buttons, please take these 
2895                 commits as a guide, instead of bothering us - also
2896                 see 0.8.11claws150) 
2897
2898 2003-05-29 [darko]      0.9.0claws7
2899
2900         * src/compose.c
2901                 fix crash when word wrapping kicks in due to
2902                 changed text by spell checker
2903
2904 2003-05-29 [paul]       0.9.0claws6
2905
2906         * src/compose.c
2907                 fix bug where changing account would insert
2908                 sig even if auto_sig was FALSE
2909                 
2910         * ChangeLog
2911           ChangeLog.jp
2912           INSTALL
2913                 sync with 0.9.1 release
2914
2915 2003-05-28 [christoph]  0.9.0claws5
2916
2917         * src/imap.c
2918                 fix truncation of too long commands
2919
2920         (closes Bug 167 IMAP hangs trying to get envelope
2921          information in imap_get_uncached_messages)
2922
2923 2003-05-27 [paul]       0.9.0claws4
2924
2925         * tools/Makefile.am
2926           tools/maildir2sylpheed.pl     ** NEW FILE **
2927                 add kmail to sylpheed mailbox conversion script
2928
2929 2003-05-27 [paul]       0.9.0claws3
2930
2931         * sync with 0.9.0cvs10
2932                 see ChangeLog 2003-05-26
2933
2934 2003-05-26 [paul]       0.9.0claws2
2935
2936         * sync with 0.9.0cvs9
2937                 see ChangeLog 2003-05-26
2938
2939 2003-05-24 [paul]       0.9.0claws1
2940
2941         * sync with 0.9.0cvs8
2942                 see ChangeLog 2003-05-23
2943
2944 2003-05-24 [paul]       0.9.0claws
2945
2946         * version 0.9.0claws released
2947
2948 2003-05-24 [paul]       0.8.11claws177
2949
2950         * src/plugins/dillo-viewer/Makefile.am
2951           src/plugins/traycon/Makefile.am
2952                 add missing files
2953                 
2954         * po/bg.po
2955           po/en_GB.po
2956           po/es.po
2957           po/it.po
2958           po/pt_BR.po
2959           po/ru.po
2960           po/sr.po
2961                 update Bulgarian, British English, Spanish, Italian, 
2962                 Brazilian Portuguese, Russian, and Serbian translations, 
2963                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2964                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2965                 Ruslan N. Balkin, and Urke MMI
2966
2967 2003-05-23 [melvin]     0.8.11claws176
2968
2969         * po/fr.po
2970                 Updated French translations
2971
2972 2003-05-22 [paul]       0.8.11claws175
2973
2974         * src/Makefile.am
2975           src/addrbook.[ch]
2976           src/addrcache.[ch]
2977           src/addr_compl.[ch]
2978           src/adressbook.[ch]
2979           src/addrindex.[ch]
2980           src/addritem.[ch]
2981           src/editaddress.c
2982           src/editgroup.c
2983           src/editldap_basedn.c
2984           src/editldap.c
2985           src/jpilot.c
2986           src/vcard.c
2987                 revert to get ldap into it previous working state
2988                 
2989         * po/zh_TW.Big5.po
2990                 new Taiwanese translation,
2991                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2992
2993 2003-05-22 [christoph]  0.8.11claws174
2994
2995         * src/plugins/spamassassin/libspamc.[ch]
2996                 sync libspamc with SpamAssaain release 2.55
2997
2998 2003-05-22 [paul]       0.8.11claws173
2999
3000         * sync with 0.9.0cvs7
3001                 see ChangeLog 2003-05-22
3002                 
3003         * src/summaryview.c
3004                 revert change in 0.8.11claws172: follow
3005                 Hiroyuki's decision and that's the end of it.
3006
3007 2003-05-21 [paul]       0.8.11claws172
3008
3009         * src/summaryview.c
3010                 fix discrepency between open_unread_on_enter
3011                 and always_show_msg
3012
3013 2003-05-21 [paul]       0.8.11claws171
3014
3015         * sync with 0.9.0cvs6
3016                 see ChangeLog 2003-05-21
3017
3018 2003-05-21 [paul]       0.8.11claws170
3019
3020         * sync with 0.9.0cvs5
3021                 see ChangeLog 2003-05-21
3022
3023 2003-05-20 [paul]       0.8.11claws169
3024
3025         * sync with 0.9.0cvs4
3026                 see ChangeLog 2003-05-20
3027                 fixes bug #152, 'encoding of IMAP folders names'
3028
3029 2003-05-20 [paul]       0.8.11claws168
3030
3031         * sync with 0.9.0cvs3
3032                 see ChangeLog 2003-05-20
3033                 
3034         * src/tools/convert_mbox.pl
3035                 minor change in the comments, submitted by Fred Marton
3036
3037 2003-05-19 [paul]       0.8.11claws167
3038
3039         * src/plugins/clamav/Makefile.am
3040           configure.ac
3041                 link clamav_lib to the plugin and not to the main program
3042
3043 2003-05-19 [christoph]
3044
3045         * src/Makefile.am
3046                 add -export-dynamic for linking
3047
3048 2003-05-19 [paul]       0.8.11claws166
3049
3050         * sync with 0.9.0cvs1
3051                 see ChangeLog 2003-05-19
3052
3053 2003-05-19 [paul]       0.8.11claws165
3054
3055         * src/inc.c
3056                 fix 'pop before smtp' timeout
3057
3058 2003-05-18 [alfons]     0.8.11claws164
3059
3060         * src/prefs_matcher.c
3061                 put "execute" action command line ("expression") in edit box
3062
3063 2003-05-18 [christoph]  0.8.11claws163
3064
3065         * src/mimeview.[ch]
3066         * src/plugins/dillo_viewer/dillo_viewer.c
3067         * src/plugins/image_viewer/viewer.c
3068         * src/plugins/mathml_viewer/mathml_viewer.c
3069                 let a viewer have a list of Content-Types
3070
3071 2003-05-18 [paul]       0.8.11claws162
3072
3073         * src/prefs_filtering.c
3074                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3075                 and REDIRECT actions
3076
3077 2003-05-17 [christoph]
3078
3079         * README.claws
3080                 o remove dynamic signatures that was syned with main
3081                 o add infos about no longer "build in" image viewer
3082                 o update bugtracker URL
3083
3084 2003-05-17 [christoph]  0.8.11claws161
3085
3086         * src/folder.c
3087         * src/folderview.c
3088         * src/imap.c
3089                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3090                 for every folder after rebuilding the folder tree.
3091
3092         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3093          messages)
3094
3095 2003-05-17 [christoph]  0.8.11claws160
3096
3097         * src/imap.c
3098                 don't use STATUS command on current folder to check for
3099                 content changes. imap_cmd_ok() now tracks changes to
3100                 folder and number of existing messages.
3101
3102 2003-05-17 [paul]       0.8.11claws159
3103
3104         * src/plugins/clamav/clamav_plugin.c
3105                 remove unnecessary debug_print
3106
3107 2003-05-16 [thorsten]   0.8.11claws158
3108
3109         * src/plugins/demo.c
3110                 included missing intl.h
3111
3112 2003-05-16 [paul]       0.8.11claws157
3113
3114         * po/POTFILES.in
3115                 remove non-existant entries
3116         
3117         * src/plugins/clamav/clamav_plugin.c
3118           src/plugins/clamav/clamav_plugin_gtk.c
3119           src/plugins/dillo_viewer/dillo_prefs.c
3120           src/plugins/dillo_viewer/dillo_viewer.c
3121                 gettextise
3122
3123 2003-05-16 [christoph]  0.8.11claws156
3124
3125         * po/POTFILES.in
3126                 include plugin .c files for translation until I
3127                 find a better solution to have plugins have their
3128                 own textdomain
3129         * src/plugins/demo/demo.c
3130         * src/plugins/image_viewer/plugin.c
3131         * src/plugins/mathml_viewer/mathml_viewer.c
3132         * src/plugins/spamassassin/spamassassin.c
3133         * src/plugins/spamassassin/spamassassin_gtk.c
3134         * src/plugins/trayicon/trayicon.c
3135                 add gettext macros for plugin name and description
3136
3137 2003-05-16 [paul]
3138
3139         * sync with 0.9.0
3140
3141 2003-05-16 [paul]       0.8.11claws155
3142
3143         * sync with lastest 0.9.0pre1
3144                 see ChangeLog 2003-05-16
3145
3146 2003-05-15 [paul]       0.8.11claws154
3147
3148         * sync with latest 0.9.0pre1
3149                 see ChangeLog 2003-05-14 and 2003-05-15
3150
3151 2003-05-14 [christoph]  0.8.11claws153
3152
3153         * src/plugins/image_viewer/viewer.c
3154         * src/plugins/image_viewer/viewer.glade         ** NEW **
3155         * src/plugins/image_viewer/viewerprefs.c
3156                 make it possible to disable the autoload function in the
3157                 imageviewer again
3158
3159 2003-05-14 [christoph]  0.8.11claws152
3160
3161         * src/folder.c
3162                 fix folder update after adding a message
3163
3164 2003-05-13 [alfons]     0.8.11claws151
3165
3166         * src/common/session.c
3167                 remove debug traces
3168                 
3169         * src/addrcache.[ch]
3170         * src/filtering.[ch]
3171         * src/folder.[c]
3172         * src/gtkaspell.[ch]
3173         * src/imap.[ch]
3174         * src/mbox_folder.[ch]
3175         * src/mh.[ch]
3176         * src/mimeview.h
3177         * src/msgcache.[ch]
3178         * src/news.[ch]
3179         * src/passphrase.[ch]
3180         * src/prefs_common.[ch]
3181         * src/prefs_gtk.[ch]
3182         * src/procmsg.c
3183         * src/scoring.[ch]
3184                 be pedantic; (in prototypes () implies (int))
3185
3186 2003-05-13 [alfons]     0.8.11claws150
3187
3188         * src/prefs_toolbar.[ch]
3189         * src/summaryview.[ch]
3190         * src/toolbar.[ch]
3191                 change misleading text in toolbar prefs;
3192                 add toolbar action for ignore thread (toggles ignore thread flag);
3193                 clean up a little bit;
3194
3195 2003-05-12 [paul]
3196
3197         * tools/convert_mbox.pl
3198                 bug fixed by Fred Marton
3199
3200 2003-05-12 [paul]
3201
3202         * sync with 0.9.0pre1
3203
3204 2003-05-09 [paul]       0.8.11claws149
3205
3206         * sync with 0.8.11cvs43
3207                 see ChangeLog 2003-05-09
3208
3209 2003-05-08 [christoph]  0.8.11claws148
3210
3211         * src/imap.[ch]
3212                 o use CAPABILIY as first command and check for PREAUTH
3213                   information in the response to it
3214                 o rewrite all imap_cmd_* functions to use an IMAPSession
3215                   instead of a SockInfo as parameter
3216                 o do STARTTLS after fetching and checking the server
3217                   capabilities
3218
3219 2003-05-08 [paul]       0.8.11claws147
3220
3221         * tools/Makefile.am
3222           tools/README
3223           tools/convert_mbox.pl         ** NEW FILE **
3224                 add mbox conversion script. Submitted by 
3225                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3226
3227 2003-05-07 [christoph]
3228
3229         * doc-src/glade.txt
3230         * src/gtk/pluginwindow.glade
3231         * src/plugins/image_viewer/viewerprefs.glade
3232         * src/plugins/spamassassin/spamassassin_gtk.glade
3233                 add glade files for user interfaces and a description how
3234                 to use glade to create the sylpheed code
3235
3236 2003-05-07 [paul]       0.8.11claws146
3237
3238         * sync with 0.8.11cvs41
3239                 see ChangeLog 2003-05-07
3240
3241 2003-05-06 [christoph]  0.8.11claws145
3242
3243         * src/main.c
3244         * src/plugins/image_viewer/viewer.c
3245                 fix usage of imlib in imageviewer plugin
3246
3247         * src/gtk/prefswindow.c
3248                 handle window close event correctly
3249
3250 2003-05-06 [paul]       0.8.11claws144
3251
3252         * src/common/ssl.c
3253                 fix typo introduced in sync
3254
3255 2003-05-06 [paul]       0.8.11claws143
3256
3257         * sync with 0.8.11cvs39
3258                 see ChangeLog 2003-05-06
3259
3260 2003-05-06 [paul]       0.8.11claws142
3261
3262         * AUTHORS
3263           po/cs.po
3264                 updated Czech translation, submitted by 
3265                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3266                 
3267         * src/plugins/clamav/clamav_plugin_gtk.c
3268                 clean up
3269
3270 2003-05-03 [alfons]     0.8.11claws141
3271
3272         * src/compose.[ch]
3273                 make paste as quotation work even when the call to 
3274                 text_inserted() was deferred (fixes bug #140 "Paste 
3275                 as quotation does not work when using "external" 
3276                 clipboard")
3277
3278 2003-05-03 [thorsten]   0.8.11claws140
3279
3280         * src/addrquery.h
3281           src/ldapquery.h
3282           src/mainwindow.c
3283                 removed C++ comments
3284         * src/addr_compl.c
3285                 function with non-int retval/param used before
3286                 implementation/declaration
3287
3288 2003-05-02 [paul]       0.8.11claws139
3289
3290         * src/addr_compl.[ch]
3291           src/addressbook.[ch]
3292           src/addrindex.c
3293           src/summaryview.c
3294                 revert match's changes to (finally) remove the bug where
3295                 opening a folder causes massive slowdown when using the 
3296                 'Display sender using address book' option
3297
3298 2003-05-01 [melvin]     0.8.11claws138
3299
3300         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3301         * src/plugins/dillo_viewer/dillo_viewer.c
3302                 Fixed bug where "Cancel" button from prefs issued
3303                 warnings.
3304                 Comply a little more to coding style
3305
3306 2003-05-01 [paul]       0.8.11claws137
3307
3308         * sync with 0.8.11cvs38
3309                 see ChangeLog 2003-05-01
3310
3311 2003-05-01 [paul]       0.8.11claws136
3312
3313         * po/bg.po
3314                 updated by George Danchev
3315
3316 2003-04-30 [christoph]  0.8.11claws135
3317
3318         * src/plugins/dillo_viewer/dillo_prefs.c
3319         * src/plugins/image_viewer/viewerprefs.c
3320         * src/plugins/spamassassin/spamassassin_gtk.c
3321                 remove gtk_widget_ref() calls for widgets in
3322                 glade code
3323
3324 2003-04-30 [paul]       0.8.11claws134
3325
3326         * src/addrindex.c
3327                 ok, this time a better fix for the bug where opening folder
3328                 has massive slowdown when using the 'Display sender using 
3329                 address book' option
3330
3331 2003-04-30 [paul]       0.8.11claws133
3332
3333         * src/addrindex.c
3334                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3335         
3336 2003-04-30 [melvin]     0.8.11claws132
3337
3338         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3339
3340         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3341                 Preferences for the dillo plugin
3342         * src/plugins/dillo_viewer/dillo_viewer.c
3343                 Support for preferences
3344         * src/plugins/dillo_viewer/Makefile.am
3345                 Added dillo_prefs.[ch]
3346
3347 2003-04-30 [alfons]     0.8.11claws131
3348
3349         * src/common/plugin.[ch]
3350                 see? this ANSI C'fication immediately gives us type
3351                 checking for free.
3352
3353 2003-04-30 [alfons]     0.8.11claws130
3354
3355         * src/common/plugin.[ch]
3356         * src/plugins/clamav/clamav_plugin.[ch]
3357         * src/plugins/clamav/clamav_plugin_gtk.c
3358         * src/plugins/demo/demo.c
3359         * src/plugins/dillo_viewer/dillo_viewer.c
3360         * src/plugins/image_viewer/plugin.c
3361         * src/plugins/image_viewer/viewer.[ch]
3362         * src/plugins/image_viewer/viewerprefs.[ch]
3363         * src/plugins/mathml_viewer/mathml_viewer.c
3364         * src/plugins/spamassassin/spamassassin.[ch]
3365         * src/plugins/spamassassin/spamassassin_gtk.c
3366         * src/plugins/trayicon/trayicon.c
3367                 clean up
3368
3369 2003-04-30 [alfons]     0.8.11claws129
3370
3371         * src/common/utils.c
3372                 make is_ascii_str() fail gracefully when NULL pointer
3373                 is passed
3374
3375 2003-04-30 [paul]       0.8.11claws128
3376
3377         * src/addrindex.c
3378                 fix bug where opening folder has massive slowdown when
3379                 using the 'Display sender using address book' option
3380
3381 2003-04-30 [paul]       0.8.11claws127
3382
3383         * src/plugins/clamav/clamav_plugin.c
3384           src/plugins/clamav/clamav_plugin_gtk.c
3385           src/plugins/demo/demo.c
3386           src/plugins/dillo_viewer/dillo_viewer.c
3387           src/plugins/image_viewer/plugin.c
3388           src/plugins/mathml_viewer/mathml_viewer.c
3389           src/plugins/spamassassin/spamassassin.c
3390           src/plugins/spamassassin/spamassassin_gtk.c
3391           src/plugins/trayicon/trayicon.c
3392                 get rid of eye-hurting function signatures
3393
3394 2003-04-30 [paul]       0.8.11claws126
3395
3396         * src/plugins/trayicon/trayicon.c
3397                 add description
3398                 
3399         * src/mimeview.c
3400                 be more descriptive
3401
3402 2003-04-30 [paul]       0.8.11claws125
3403
3404         * configure.ac
3405                 arrange the plugins in reverse alphabetical order
3406                 
3407         * src/plugins/clamav/clamav_plugin.[ch]
3408           src/plugins/clamav/clamav_plugin_gtk.c
3409                 rename some params
3410                 resize max_size window
3411                 re-arrange the order of some gui elements
3412                 improve descriptions
3413         
3414         * src/plugins/image_viewer/plugin.c
3415           src/plugins/mathml_viewer/mathml_viewer.c
3416                 add descriptions
3417                 
3418         * src/plugins/spamassassin/spamassassin_gtk.c
3419                 resize max_size window
3420                 re-arrange the order of some gui elements
3421                 
3422         * src/messageview.c
3423           src/mimeview.c
3424                 correct typos
3425
3426 2003-04-30 [alfons]     0.8.11claws124
3427
3428         * src/imap.c
3429                 fix a leak found while browsing Martin Kluge's 
3430                 valgrind log (Claws only)
3431
3432 2003-04-29 [darko]      0.8.11claws123
3433
3434         * src/gtk/gtkstext.h
3435                 include wchar.h if it is available, fixes compilation
3436                 on HP-UX systems
3437
3438 2003-04-29 [melvin]     0.8.11claws122
3439
3440         * src/prefs_actions.c
3441                 Improved help text of Actions' syntax
3442
3443 2003-04-28 [paul]       0.8.11claws121
3444
3445         * src/action.c
3446                 a better fix for the crash when performing an action
3447                 on a mime part
3448
3449 2003-04-28 [paul]       0.8.11claws120
3450
3451         * src/action.c
3452                 fix crash when performing an action on a
3453                 mime part
3454
3455 2003-04-28 [paul]       0.8.11claws119
3456
3457         * sync with 0.8.11cvs36
3458                 see ChangeLog 2003-04-28
3459
3460 2003-04-27 [paul]       0.8.11claws118
3461
3462         * more sync with 0.8.11cvs35
3463                 see ChangeLog 2003-04-25
3464
3465 2003-04-26 [christoph]  0.8.11claws117
3466
3467         * src/folder.c
3468                 fix remove virtual check
3469
3470 2003-04-26 [paul]       0.8.11claws116
3471
3472         * src/messageview.c
3473                 fix return-receipt, make it work again
3474
3475 2003-04-26 [paul]       0.8.11claws115
3476
3477         * src/mimeview.c
3478                 restore double-clicking of the [application/pgp-signature 
3479                 (Select "Check signature" to check)] line in the message view,
3480                 broken in recent sync
3481
3482 2003-04-26 [christoph]  0.8.11claws114
3483
3484         * src/folder.c
3485                 check if remove virtual really exists before
3486                 calling the function
3487
3488 2003-04-25 [match]      0.8.11claws113
3489
3490         * src/addrindex.c
3491         * src/addrbook.c
3492         * src/ldapquery.[ch]
3493         * src/ldapctrl.[ch]
3494                 fix memleak.
3495         * src/ldapserver.[ch]
3496                 fix memleak. fix segfault.
3497                 plug a Claws memleak
3498
3499 2003-04-25 [alfons]     0.8.11claws112
3500
3501         * src/folder.c
3502                 plug a Claws memleak
3503
3504 2003-04-25 [alfons]     0.8.11claws111
3505
3506         * src/common/session.c
3507                 plug a memleak
3508
3509 2003-04-25 [paul]       0.8.11claws110
3510
3511         * sync with 0.8.11cvs35
3512                 see ChangeLog 2003-04-24 and 2003-04-25
3513                 
3514         * src/gtk/pluginwindow.c
3515                 correct another strange float value
3516
3517 2003-04-24 [christoph]  0.8.11claws109
3518
3519         * src/folder.c
3520                 freeze folder item updates when unsetting new flags
3521
3522         * src/gtk/pluginwindow.c
3523                 correct strange float value
3524
3525 2003-04-23 [paul]       0.8.11claws108
3526
3527         * sync with 0.8.11cvs33
3528                 see ChangeLog 2003-04-23
3529
3530 2003-04-22 [paul]       0.8.11claws107
3531
3532         * src/Makefile.am
3533           src/messageview.c
3534           src/mimeview.c
3535           src/pgptext.[ch]      ** REMOVED **
3536                 remove pgptext.[ch] as its not used any more
3537
3538 2003-04-22 [paul]       0.8.11claws106
3539
3540         * sync with 0.8.11cvs31
3541                 see ChangeLog 2003-04-21 and 2003-04-22
3542
3543 2003-04-21 [alfons]     0.8.11claws105
3544
3545         * src/main.c
3546                 No access to GTK structures if we're a spawned child
3547                 (and clean up code a little bit...) Should fix #126.
3548
3549 2003-04-21 [melvin]     0.8.11claws104
3550
3551         * src/plugins/dillo_viewer/README
3552                 Improved slightly the text.
3553
3554 2003-04-21 [melvin]     0.8.11claws103
3555
3556         * src/plugins/dillo_viewer/README *** NEW ***
3557                 Added a README file for the Dillo plugin
3558
3559 2003-04-20 [paul]
3560
3561         * tools/README
3562           tools/outlook2sylpheed.pl
3563                 updated and improved by Ricardo Mones Lastra
3564
3565 2003-04-18 [oliver]     0.8.11claws102
3566
3567         * src/inc.c 
3568         * src/prefs_account.h
3569                 remove Pop3SessionType (used by selective download)
3570         * src/prefs_toolbar.c
3571                 enable set Default Toolbar button
3572
3573 2003-04-18 [paul]       0.8.11claws101
3574
3575         * sync with 0.8.11cvs29
3576                 see ChangeLog 2003-04-18
3577
3578 2003-04-17 [paul]       0.8.11claws100
3579
3580         * src/prefs_common.[ch]
3581           src/summaryview.c
3582                 remove 'Open next message on deletion' option,
3583                 as the same effect can now be achieved via the
3584                 'Always open messages in summary when selected'
3585                 option.
3586
3587 2003-04-17 [paul]       0.8.11claws99
3588
3589         * sync with 0.8.11cvs28
3590                 see ChangeLog 2003-04-17
3591
3592 2003-04-17 [christoph]  0.8.11claws98
3593
3594         * ac/spamassassin.m4
3595         * src/plugins/spamassassin/libspamc.[ch]
3596         * src/plugins/spamassassin/utils.[ch]
3597                 sync libspamc with SpamAssassin project
3598
3599 2003-04-17 [christoph]  0.8.11claws97
3600
3601         * src/common/socket.h
3602         * src/gtk/sslcertwindow.h
3603                 rename old USE_SSL to USE_OPENSSL
3604
3605 2003-04-17 [paul]       0.8.11claws96
3606
3607         * src/prefs_common.h
3608                 use gulong for P_COLOR so that it compiles/runs on
3609                 64-bit systems. Patch submitted by James Noyes
3610                 <jnoyes-claws@retrogeeks.com>
3611                 
3612         * po/de.po
3613                 updated by Jens
3614
3615 2003-04-17 [paul]       0.8.11claws95
3616
3617         * sync with 0.8.11cvs27
3618                 see ChangeLog 2003-04-16
3619
3620 2003-04-15 [paul]       0.8.11claws94
3621
3622         * src/prefs_common.[ch]
3623                 rearrange to stop the window getting too long:
3624                         move Receive dialog stuff to Receive tab
3625                         move Send dialog to Send tab
3626                         remove Dialogs frame
3627                 rename 'Open messages in summary with cursor keys' to
3628                 'Always open messages in summary when selected', as its
3629                 more appropriate
3630
3631 2003-04-15 [paul]       0.8.11claws93
3632
3633         * src/prefs_common.[ch]
3634           src/summaryview.c
3635                 add new option '/Interface/Open next message on deletion'
3636
3637 2003-04-15 [paul]       0.8.11claws92
3638
3639         * src/summaryview.[ch]
3640                 add /Mark/Lock and /Mark/Unlock to the pop-up
3641                 menu. Patch submitted by Ivan Francolin Martinez
3642                 <ivanfm@users.sourceforge.net>
3643
3644 2003-04-15 [paul]       0.8.11claws91
3645
3646         * sync with 0.8.11cvs24
3647                 see ChangeLog 2003-04-15
3648
3649 2003-04-14 [jens]       0.8.11claws90
3650
3651         * updated German translation and some corrections from
3652                 Roland Bless <bless@tm.uka.de>
3653
3654 2003-04-14 [paul]       0.8.11claws89
3655
3656         * sync with 0.8.11cvs22
3657                 see ChangeLog 2003-04-14
3658
3659 2003-04-13 [paul]       0.8.11claws88
3660
3661         * src/plugins/clamav/clamav_plugin.c
3662                 fix memory leaks
3663                 clean up
3664
3665 2003-04-12 [paul]       0.8.11claws87
3666
3667         * src/plugins/clamav/clamav_plugin.c
3668                 activate enable/disable archive scanning option
3669                 
3670         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3671
3672 2003-04-12 [paul]       0.8.11claws86
3673
3674         * src/plugins/Makefile.am
3675           src/plugins/clamav/Makefile.am                ** NEW FILE **
3676           src/plugins/clamav/README                     ** NEW FILE ** 
3677           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3678           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3679                 add Clam AntiVirus plugin
3680
3681 2003-04-12 [paul]       0.8.11claws85
3682
3683         * sync with 0.8.11cvs21
3684                 see ChangeLog 2003-04-11
3685
3686 2003-04-11 [paul]       0.8.11claws84
3687
3688         * po/es.po
3689                 update Spanish translation. Submitted by Ricardo
3690                 Mones Lastra.
3691
3692 2003-04-10 [christoph]  0.8.11claws83
3693
3694         * src/mbox.c
3695                 fix typo that did not move unfiltered mails to destination
3696                 folder
3697
3698         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3699          when filtering from spool)
3700
3701 2003-04-10 [christoph]  0.8.11claws82
3702
3703         * src/imap.c
3704                 use BODY.PEEK instead of BODY in in message fetch operation
3705                 to make sure the IMAP server does not set the \Seen flag for
3706                 messages. Sylpheed does that later itself, when the message
3707                 is opened in sylpheed
3708
3709         (closes Bug 111 Claws destroys unread marks)
3710
3711 2003-04-09 [oliver]     0.8.11claws81
3712         
3713         * src/folder.c
3714                 fix crash in folder_destroy
3715         * README.claws
3716                 remove selective download
3717
3718 2003-04-09 [christoph]  0.8.11claws80
3719
3720         * src/imap.c
3721                 fix crash in imap_get_msginfo() when then fetched message
3722                 is not found
3723
3724         (closes Bug 110 Crash during mail composition)
3725
3726 2003-04-08 [christoph]  0.8.11claws79
3727
3728         * src/folder.c
3729         * src/prefs_account.c
3730                 Filter new messages that are found in an INBOX folder
3731                 when 'Filter messages on receiving' is enabled in the
3732                 Folder's AccountPrefs. This allows to use Sylpheed's
3733                 filtering engine for IMAP folders where messages are
3734                 added to the INBOX by a MTA
3735
3736 2003-04-08 [paul]       0.8.11claws78
3737
3738         * src/procmsg.h
3739                 clean up after last commit
3740
3741 2003-04-08 [paul]       0.8.11claws77
3742
3743         * sync with 0.8.11cvs20
3744                 see ChangeLog 2003-04-07 and 2003-04-08
3745
3746 2003-04-07 [christoph]  0.8.11claws76
3747
3748         * src/filtering.[ch]
3749         * src/inc.[ch]
3750         * src/mbox.c
3751         * src/procmsg.[ch]
3752                 add procmsg_msginfo_filter() to execute filtering actions
3753
3754 2003-04-06 [christoph]  0.8.11claws75
3755
3756         * src/imap.c
3757                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3758
3759 2003-04-06 [christoph]  0.8.11claws74
3760
3761         * src/common/utils.[ch]
3762                 add g_int_compare() function for slist sorting
3763
3764         * src/imap.c
3765                 fetch all MsgInfos with one command in imap_get_msginfos()
3766                 using an imap set with a list of ranges
3767
3768         * src/news.c
3769                 use new g_int_compare() function
3770
3771 2003-04-06 [thorsten]   0.8.11claws73
3772
3773         * src/mh.c
3774                 corrected implementation of mh_folder_destroy()
3775
3776 2003-04-05 [christoph]  0.8.11claws72
3777
3778         * src/account.c
3779         * src/folder.[ch]
3780         * src/folderview.c
3781         * src/imap.c
3782         * src/inc.c
3783         * src/main.c
3784         * src/mainwindow.c
3785         * src/mbox_folder.c
3786         * src/mh.c
3787         * src/mimeview.h
3788         * src/msgcache.[ch]
3789         * src/news.c
3790         * src/procmime.h
3791         * src/procmsg.[ch]
3792         * src/setup.c
3793         * src/gtk/gtkutils.c
3794                 o rename structure field names class and new to klass and
3795                   new_msgs, to allow including files in C++
3796                 o add 'extern "C"' block to some header files
3797                 o add MsgInfoList and MsgNumberList as alias for GSList for
3798                   developers to know what type of list is expected
3799
3800         * src/plugins/image_viewer/plugin.c
3801         * src/plugins/image_viewer/viewer.[ch]
3802         * src/plugins/image_viewer/viewerprefs.[ch]
3803                 rename function names to prevent conflicts
3804
3805 2003-04-05 [paul]       0.8.11claws71
3806
3807         * sync with 0.8.11cvs18
3808                 see ChangeLog 2003-04-03 and 2003-04-04
3809
3810 2003-04-02 [christoph]  0.8.11claws70
3811
3812         * src/folder.[ch]
3813         * src/imap.[ch]
3814         * src/mbox_folder.[ch]
3815         * src/mh.[ch]
3816         * src/news.[ch]
3817                 o Make all virtual folder functions private
3818                 o remove unused folder code
3819
3820         * src/common/socket.[ch]
3821         * src/summaryview.c
3822                 fix warnings
3823
3824 2003-03-30 [alfons]     0.8.11claws69
3825
3826         * src/send_message.c
3827                 remove two debug traces and see if people still report
3828                 errors
3829
3830 2003-03-30 [alfons]     0.8.11claws68
3831
3832         * src/send_message.c
3833         * src/commons/session.c
3834                 add more debug traces
3835
3836 2003-03-30 [christoph]  0.8.11claws67
3837
3838         * src/folder.c
3839                 change processing folder name from .processing to processing
3840
3841         * src/common/ssl.c
3842                 disable SSL certificate check because it causes Xlib error
3843                 when the child process want's to open an GTK window
3844
3845 2003-03-30 [christoph]  0.8.11claws66
3846
3847         * src/folder.c
3848                 don't use default folder for processing folder item because
3849                 it can be a non local folder
3850
3851         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3852
3853 2003-03-30 [alfons]     0.8.11claws65
3854
3855         * src/send_message.c
3856                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3857                 to generate bad code for 'send_send_data_progressive': When
3858                 called from 'send_send_data_finished', the 'data' pointer is
3859                 cleared just before the assignment to the dialog pointer
3860
3861 2003-03-29 [christoph]  0.8.11claws64
3862
3863         * src/common/prefs.h
3864         * src/plugins/image_viewer/Makefile.am
3865         * src/plugins/image_viewer/plugin.c
3866         * src/plugins/image_viewer/viewer.[ch]
3867         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3868                 add PrefsPage for ImageViewer
3869
3870 2003-03-28 [thorsten]   0.8.11claws63
3871
3872         * src/common/session.c
3873                 added some comments
3874
3875 2003-03-28 [paul]       0.8.11claws62
3876
3877         * sync with 0.8.11cvs16
3878                 see ChangeLog 2003-03-28
3879
3880 2003-03-28 [paul]       0.8.11claws61
3881
3882         * sync with 0.8.11cvs15
3883                 see ChangeLog 2003-03-28
3884
3885 2003-03-27 [christoph]  0.8.11claws60
3886
3887         * src/folder.c
3888         * src/imap.c
3889         * src/common/socket.[ch]
3890                 set socket state to DISCONNECTED when any operation
3891                 fails to allow reconnecting in IMAP code without
3892                 checking the return code of all calls to the command
3893                 functions
3894
3895         * src/folderview.c
3896         * src/summaryview.c
3897                 remove some more stuff that depends on specific
3898                 folder types
3899
3900 2003-03-27 [paul]       0.8.11claws59
3901
3902         * sync with 0.8.11cvs14
3903                 see ChangeLog 2003-03-27
3904                 
3905         * src/selective_download.[ch]   ** REMOVED **
3906                 really removed
3907
3908 2003-03-27 [christoph]  0.8.11claws58
3909
3910         * src/folder.c
3911                 fix handling of tmp_flags in flag copy function
3912
3913 2003-03-27 [paul]       0.8.11claws57
3914
3915         * sync with 0.8.11cvs13
3916                 see ChangeLog 2003-03-27
3917
3918 2003-03-27 [oliver]     0.8.11claws56
3919
3920         * src/maiwindow.c
3921                 remove sel_download_cb
3922
3923 2003-03-27 [oliver]     0.8.11claws55
3924         
3925         * src/inc.c
3926                 remove POP3_TOP
3927         
3928 2003-03-26 [oliver]     0.8.11claws54
3929
3930         *src/pop.h
3931                 remove POP3_TOP*
3932         * README.claws
3933                 remove selective donwload readme
3934
3935 2003-03-26 [oliver]     0.8.11claws53
3936         * src/matcher.[ch]
3937         * src/matcher_parser_parse.y 
3938         * src/pop.c 
3939         * src/prefs_account.[ch]
3940         * src/prefs_filtering.c
3941                 remove selective donwload
3942
3943 2003-03-26 [oliver]     0.8.11claws52
3944
3945         * src/inc.[ch] 
3946         * src/filtering.c 
3947         * src/mainwindow.c 
3948                 remove selective donwload
3949
3950 2003-03-26 [oliver]     0.8.11claws51
3951         
3952         * src/Makefile.am
3953         * src/selective_download.[ch]   ** REMOVE **    
3954
3955 2003-03-26 [christoph]  0.8.11claws50
3956
3957         * src/news.c
3958                 fix NEWS that got broken by a sync with sylpheed-main
3959
3960 2003-03-26 [christoph]  0.8.11claws49
3961
3962         * src/mimeview.c
3963                 fix mime type guessing when no mime type is found for a file
3964
3965 2003-03-25 [christoph]  0.8.11claws48
3966
3967         * src/mimeview.c
3968         * src/procmime.c
3969                 remove mime type guessing from mime parser and use
3970                 name based mime types in viewer lookup for mime type
3971                 application/octet-stream
3972
3973 2003-03-25 [christoph]  0.8.11claws47
3974
3975         * doc-src/readme.txt
3976         * doc-src/rfc2554.txt
3977                 add RFC about SMTP AUTH
3978
3979         * src/send_message.c
3980         * src/common/smtp.[ch]
3981                 add extra error code for authentication errors and
3982                 clear temporary password when this error occurs
3983
3984         (closes Bug 84 authentication failure while sending should
3985          prompt for password again)
3986
3987 2003-03-25 [christoph]  0.8.11claws46
3988
3989         * configure.ac
3990         * src/Makefile.am
3991         * src/imageview.[ch]                            ** REMOVE **
3992         * src/messageview.[ch]
3993         * src/mimeview.[ch]
3994         * src/prefs_common.[ch]
3995         * src/textview.c
3996         * src/plugins/Makefile.am
3997         * src/plugins/image_viewer/.cvsignore           ** NEW **
3998         * src/plugins/image_viewer/Makefile.am          ** NEW **
3999         * src/plugins/image_viewer/plugin.c             ** NEW **
4000         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
4001                 move image viewer into a plugin (building is enabled by default)
4002                 [ToDo: Prefs for resize and autoview]
4003
4004 2003-03-25 [paul]       0.8.11claws45
4005
4006         * sync with 0.8.11cvs12
4007                 see ChangeLog 2003-03-26
4008
4009 2003-03-25 [paul]       0.8.11claws44
4010
4011         * sync with 0.8.11cvs11
4012                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
4013                 
4014         Note: Selective Download is broken.
4015                 
4016 2003-03-22 [christoph]  0.8.11claws43
4017
4018         * src/folder.c
4019                 code cleanup for flags copying
4020
4021 2003-03-22 [christoph]  0.8.11claws42
4022
4023         * src/plugins/trayicon/trayicon.c
4024                 fix setting the transparent area when the window size
4025                 is forced by the system tray
4026
4027 2003-03-22 [christoph]  0.8.11claws41
4028
4029         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4030         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4031         * src/plugins/trayicon/newmail.xpm              ** NEW **
4032         * src/plugins/trayicon/nomail.xpm               ** NEW **
4033         * src/plugins/trayicon/trayicon.c
4034         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4035                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4036                 o add icon for unread mails
4037                 o set transparency for window
4038
4039 2003-03-22 [christoph]  0.8.11claws40
4040
4041         * src/news.c
4042                 init news session to prevent crash when session is closed
4043
4044 2003-03-22 [christoph]  0.8.11claws39
4045
4046         * src/imap.c
4047         * src/common/session.[ch]
4048                 Init session data to make sure we don't have invalid pointers
4049                 for read_ch and write_ch when new multi process sessions are
4050                 not used
4051
4052         * src/main.c
4053         * src/common/plugin.c
4054         * src/common/sylpheed.c
4055         * src/plugins/demo/demo.c
4056         * src/plugins/dillo_viewer/dillo_viewer.c
4057         * src/plugins/mathml_viewer/mathml_viewer.c
4058         * src/plugins/spamassassin/spamassassin.c
4059         * src/plugins/spamassassin/spamassassin_gtk.c
4060                 add plugin types to allow loading plugins at different times
4061                 (and maybe for different frontends), because it's not good to
4062                 load GTK-Plugins gefore gtk_init was called
4063
4064         * configure.ac
4065         * src/plugins/Makefile.am
4066         * src/plugins/trayicon/.cvsignore               ** NEW **
4067         * src/plugins/trayicon/Makefile.am              ** NEW **
4068         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4069         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4070         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4071         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4072         * src/plugins/trayicon/trayicon.c               ** NEW **
4073                 New Trayicon plugin that shows an icon in a systray that uses
4074                 XEMBED protocol like Gnome's systray. Icon shows if there
4075                 are new mails and a tooltip shows information about new,
4076                 unread and total messages.
4077
4078 2003-03-22 [paul]       0.8.11claws38
4079
4080         * src/common/smtp.c
4081                 fix ESMTP AUTH CRAM-MD5
4082                 [sync with main (still version 0.8.11cvs6), see
4083                  ChangeLog 2003-03-22]
4084
4085 2003-03-21 [colin]      0.8.11claws37
4086
4087         * src/send_message.c
4088                 Fix USE_SSL => USE_OPENSSL
4089
4090 2003-03-21 [colin]      0.8.11claws36
4091
4092         * src/folderview.c
4093                 Fix counts in drag and dropped subfolders
4094
4095 2003-03-21 [colin]      0.8.11claws35
4096
4097         * src/folder.c 
4098         * src/folderview.c
4099                 speed up a bit folder dnd
4100
4101 2003-03-20 [alfons]     0.8.11claws34
4102
4103         * src/main.c
4104         * src/toolbar.c
4105         * src/procmsg.c
4106                 don't send locked queue messages
4107                 (feature request "[ 705245 ] Locking message in outbox 
4108                  should prevent sending")
4109
4110 2003-03-20 [christoph]  0.8.11claws33
4111
4112         * src/folder.c
4113                 remove NEW and UNREAD flag in special folders when scanning
4114                 
4115         * src/common/smtp.c
4116                 fix ESMTP AUTH CRAM-MD5
4117
4118 2003-03-20 [paul]       0.8.11claws32
4119
4120         * src/prefs_account.c
4121                 Re-write 'Tunnel command to open connection' as
4122                 'Use command to communicate with server', and disable
4123                 it for all except IMAP accounts
4124
4125 2003-03-20 [paul]       0.8.11claws31
4126
4127         * sync with 0.8.11cvs6
4128                 see ChangeLog 2003-03-20
4129
4130 2003-03-19 [match]      0.8.11claws30
4131
4132         * src/addritem.[ch]
4133                 include documentation. minor refactoring.
4134         * src/addr_compl.[ch]
4135         * src/addrindex.[ch]
4136         * src/addresbook.[ch]
4137         * src/summaryview.c
4138                 re-enable address lookup (was disabled in
4139                 0.8.11claws20).
4140
4141 2003-03-19 [christoph]  0.8.11claws29
4142
4143         * src/procmsg.c
4144                 add temp flag handling, will make moving and copying
4145                 messages possible again
4146
4147         * src/folder.c
4148                 correct calulation of folder stats
4149
4150 2003-03-18 [match]      0.8.11claws28
4151
4152         * src/editgroup.h
4153                 remove case sensitive comparison (closes bug 80).
4154
4155 2003-03-18 [christoph]  0.8.11claws27
4156
4157         * src/imap.c
4158                 fix imap using a tunnel command
4159
4160         (closes bug 87)
4161
4162 2003-03-18 [christoph]  0.8.11claws26
4163
4164         * src/folder.[ch]
4165         * src/imap.c
4166         * src/procmsg.[ch]
4167                 rewrite flag handling for folders
4168
4169 2003-03-18 [christoph]  0.8.11claws25
4170
4171         * src/folder.c
4172         * src/procmsg.c
4173         * src/summaryview.c
4174                 unset NEW and UNREAD flags when message is ignored, to make
4175                 sure messages don't show up as unread on other IMAP clients,
4176                 because the IGNORE_THREAD flag can not be syncronized through
4177                 the IMAP folder
4178
4179 2003-03-17 [christoph]  0.8.11claws24
4180
4181         * src/imap.c
4182                 don't use recursion to fetch uids when the number of messages
4183                 does not match. Moved code into subfunction that is used
4184                 again when needed, to prevent an endless loop.
4185
4186 2003-03-17 [thorsten]   0.8.11claws23
4187
4188         * src/imageview.[ch]
4189                 export imageview_get_resized_size() (for plugins)
4190         * src/prefs_common.[ch]
4191                 added prefs_common_get() (for plugins)
4192
4193 2003-03-17 [christoph]  0.8.11claws22
4194
4195         * src/imap.c
4196                 o remove UID guessing from copy code
4197                 o support UIDPLUS extension for APPEND command
4198
4199 2003-03-17 [paul]       0.8.11claws21
4200
4201         * src/gtk/about.c
4202                 remove 'Compiled-plugins' section.
4203                 
4204         * src/plugins/dillo_viewer/dillo_viewer.c
4205                 slight change to description text
4206
4207 2003-03-16 [match]      0.8.11claws20
4208         * src/ldapserver.[ch]           ** NEW **
4209         * src/ldapctrl.[ch]             ** NEW **
4210         * src/ldapquery.[ch]            ** NEW **
4211         * src/ldaputil.[ch]             ** NEW **
4212         * src/addrcindex.[ch]           ** NEW **
4213         * src/addrquery.h               ** NEW **
4214         * src/addritem.[ch]
4215         * src/addrcache.[ch]
4216         * src/addrindex.[ch]
4217         * src/addr_compl.[ch]
4218         * src/addressbook.[ch]
4219         * src/addrbook.[ch]
4220         * src/editgroup.c
4221         * src/editaddress.c
4222         * src/editldap.c
4223         * src/editldap_basedn.c
4224         * src/vcard.c
4225         * src/jpilot.c
4226         * src/Makefile.am
4227                 included dynamic LDAP queries. improved address
4228                 completion.
4229
4230 2003-03-16 [paul]       0.8.11claws19
4231
4232         * tools/multiwebsearch.pl
4233                 fix a fatal typo
4234
4235 2003-03-16 [christoph]  0.8.11claws18
4236
4237         * src/mimeview.c
4238         * src/plugins/dillo_viewer/dillo_viewer.c
4239         * src/plugins/mathml_viewer/mathml_viewer.c
4240                 make unregistering of MimeViewerFactorys possible
4241
4242 2003-03-16 [alfons]     0.8.11claws17
4243
4244         * configure.ac
4245                 correct typo
4246
4247 2003-03-16 [melvin]     0.8.11claws16
4248
4249         * src/plugins/dillo_viewer.c
4250                 Fixed bug where it was not possible to view more than
4251                 one text/html attachment per message (bug discovered
4252                 by Christoph Hohmann).
4253
4254 2003-03-15 [melvin]     0.8.11claws15
4255
4256         * src/prefs_actions.c
4257                 Fixed compilation warnings.
4258
4259 2003-03-15 [melvin]     0.8.11claws14
4260
4261         * src/plugins/Makefile.am
4262         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4263         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4264         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4265                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4266                 newer (http://dillo.auriga.wearlab.de/).
4267
4268 2003-03-15 [christoph]  0.8.11claws13
4269
4270         * src/imap.c
4271                 don't query imap folder for attributes because we already
4272                 for them from imap_status
4273
4274         * src/mimeview.[ch]
4275                 add support for plugable MimeViewers (unloading Viewers
4276                 not yet complete)
4277
4278         * src/plugins/Makefile.am
4279         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4280         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4281         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4282                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4283                 widget from http://helm.cs.unibo.it/mml-widget/
4284
4285 2003-03-14 [christoph]  0.8.11claws12
4286
4287         * src/folder.[ch]
4288                 o error return code's should better be negative
4289                 o replace printf with debug_print
4290
4291         * src/imap.c
4292                 improve IMAP folder scan by checking UID-NEXT
4293
4294         * src/summaryview.c
4295                 remove check that are unnecessary in my opinion
4296
4297 2003-03-13 [christoph]  0.8.11claws11
4298
4299         * src/folder.[ch]
4300         * src/foldersel.c
4301         * src/folderview.c
4302         * src/imap.c
4303         * src/mbox_folder.c
4304         * src/mh.c
4305         * src/news.c
4306         * src/prefs_scoring.c
4307         * src/summaryview.c
4308                 use a common function to get a displayable name
4309                 for a FolderItem
4310
4311 2003-03-13 [paul]       0.8.11claws10
4312
4313         * tools/Makefile.am
4314           tools/README
4315           tools/multiwebsearch.conf     ** NEW FILE **
4316           tools/multiwebsearch.pl       ** NEW FILE **
4317                 add multiwebsearch Actions script
4318
4319 2003-03-13 [colin]      0.8.11claws9
4320
4321         * src/compose.c
4322                 Remove leading emtpy lines from quoted text
4323                 before quoting it
4324
4325 2003-03-13 [melvin]     0.8.11claws8
4326
4327         * src/prefs_actions.c
4328                 Fixed a memory leak
4329                 Code clean ups
4330                 Added Cancel and OK buttons
4331                 Corrected help text
4332
4333 2003-03-13 [christoph]  0.8.11claws7
4334
4335         * src/account.c
4336         * src/folder.[ch]
4337         * src/imap.c
4338         * src/mainwindow.c
4339         * src/mbox_folder.c
4340         * src/mh.c
4341         * src/news.c
4342         * src/setup.c
4343                 replace more folder type stuff with folder class stuff
4344
4345 2003-03-13 [melvin]     0.8.11claws6
4346
4347         * src/prefs_actions.c
4348                 Added new tokens:
4349                 %u: user provided argument
4350                 %h: user provided argument (hidden on input)
4351                 %s: current text selection in the message view 
4352
4353 2003-03-13 [paul]       0.8.11claws5
4354
4355         * sync with 0.8.11cvs5
4356                 see ChangeLog 2003-03-11, 2003-03-12
4357
4358 2003-03-12 [christoph]  0.8.11claws4
4359
4360         * src/folder.c
4361                 use folder class idstr when writing folderlist.xml
4362
4363         * src/folder.h
4364         * src/imap.c
4365         * src/news.c
4366                 replace folder type checks with folder class checks
4367
4368 2003-03-12 [christoph]  0.8.11claws3
4369
4370         * src/folder.[ch]
4371         * src/imap.[ch]
4372         * src/main.c
4373         * src/mbox_folder.[ch]
4374         * src/mh.[ch]
4375         * src/news.[ch]
4376                 o create a list of known folder classes in the folder system
4377                 o use folder class id strings for folder item identifiers
4378
4379 2003-03-12 [christoph]  0.8.11claws2
4380
4381         * src/imap.c
4382                 fix imap uid validity check
4383
4384 2003-03-12 [christoph]  0.8.11claws1
4385
4386         * src/account.c
4387         * src/folder.[ch]
4388         * src/foldersel.c
4389         * src/folderview.c
4390         * src/imap.c
4391         * src/mainwindow.c
4392         * src/mbox_folder.c
4393         * src/mh.c
4394         * src/news.c
4395         * src/prefs_scoring.c
4396         * src/procmsg.c
4397         * src/setup.c
4398         * src/summaryview.c
4399                 initial restructuring of folder system, seperating
4400                 folders and folder classes
4401
4402 2003-03-12 [paul]       0.8.11claws
4403
4404         0.8.11claws release
4405
4406 2003-03-12 [christoph]
4407
4408         * src/gtk/prefswindow.c
4409                 fix translation of "Page Index"
4410
4411 2003-03-12 [paul]       0.8.10claws110
4412
4413         a sync from 0.8.11cvs4 before the release
4414
4415         * src/common/utils.c
4416                 subject_compare_for_sort(): allow null strings (fixes
4417                 summary sorting).
4418
4419 2003-03-11 [paul]       0.8.10claws109
4420
4421         * po/es.po
4422                 update Spanish translation, submitted by
4423                 Ricardo Mones Lastra
4424
4425 2003-03-11 [melvin]     0.8.10claws108
4426
4427         * po/fr.po
4428                 Updated French translations
4429
4430 2003-03-11 [paul]       0.8.10claws107
4431
4432         * manual/en/Makefile.am
4433           manual/en/*.html
4434                 update English manual, add a new page
4435                 updated by Francois Barriere <fbarriere@atmel.fr>
4436                 
4437         * po/bg.po
4438           po/it.po
4439           po/sr.po
4440                 update Bulgarian, Italian, and Serbian translations
4441                 submitted by George Danchev, Alessandro Maestri, and
4442                 Urke MMI
4443
4444 2003-03-10 [paul]       0.8.10claws106
4445
4446         * src/gtk/about.c
4447           src/gtk/prefswindow.c
4448                 make some strings translatable
4449
4450 2003-03-10 [darko]      0.8.10claws105
4451
4452         * src/compose.c
4453                 code cleanup to make Hiro happy
4454
4455 2003-03-10 [paul]       0.8.10claws104
4456
4457         * sync with 0.8.11cvs2
4458                 see ChangeLog 2003-03-10
4459
4460 2003-03-09 [melvin]     0.8.10claws103
4461
4462         * src/textview.c
4463                 textview_set_font(): fix for message display in
4464                 UTF-8 locales (thanks to Sergey Vlasov).
4465                 (was unintentionnaly reverted in 0.8.6claws6)   
4466
4467 2003-03-08 [darko]      0.8.10claws102
4468
4469         * src/compose.c
4470                 fix infinite loop in wrapping as reported
4471                 by happycactus
4472                 obsoletes patch #696482
4473
4474 2003-03-08 [christoph]  0.8.10claws101
4475
4476         * src/imap.c
4477                 add workaround for IMAP servers that do not
4478                 support the "UID SEARCH UID" command
4479
4480 2003-03-07 [christoph]  0.8.10claws100
4481
4482         * src/plugins/spamassassin/spamassassin.[ch]
4483         * src/plugins/spamassassin/spamassassin_gtk.c
4484                 code cleanup
4485
4486 2003-03-07 [paul]       0.8.10claws99
4487
4488         * po/es.po
4489                 updated Spanish translation, submitted by
4490                 Ricardo Mones Lastra
4491
4492 2003-03-07 [christoph]  0.8.10claws98
4493
4494         * src/send.c
4495                 fix in 0.8.10claws94 was wrong
4496                 local delivery does not require escaping, remove escaping
4497                 code to make signatures of mails with "." lines valid
4498                 
4499                 NOTE: requires that sendmail is executed with "-i" option,
4500                       what is the default now, but has to be changed in all
4501                       exsiting accounts)
4502
4503 2003-03-07 [paul]       0.8.10claws97
4504
4505         * sync with 0.8.11 release
4506                 see ChangeLog 2003-03-07
4507
4508 2003-03-06 [paul]       0.8.10claws96
4509
4510         * src/compose.c
4511                 revert commit 0.8.10claws92
4512
4513 2003-03-06 [paul]       0.8.10claws95
4514
4515         * src/folderview.c
4516                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4517
4518         * src/gtkaspell.c
4519                 fix bug 74, 'Crash opening editor window with pseudo-color
4520                 display'
4521                 
4522         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4523
4524 2003-03-06 [christoph]  0.8.10claws94
4525
4526         * src/send.c
4527                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4528                 all lines starting with a period get an extra period
4529                 inserted
4530                 (found by Simon 'corecode' Schubert)
4531
4532 2003-03-06 [paul]       0.8.10claws93
4533
4534         * src/folderview.c
4535                 if configured font can't be loaded fall back to gtk
4536                 default. (with thanks to Christoph)
4537                 
4538                 closes long-standing bug 15 'Crashes on startup'
4539
4540 2003-03-06 [paul]       0.8.10claws92
4541
4542         * src/compose.c
4543                 freeze text before autosave and thaw afterwards
4544                 fixes bug 67 'autosave make re-rediting message crazy'
4545
4546 2003-03-06 [christoph]  0.8.10claws91
4547
4548         * src/compose.c
4549                 ignore address comment in dupe check for Cc-list
4550
4551         (closes reopened bug 47 Replying to message strips name part of
4552          e-mail addresses of Cc: lines)
4553
4554 2003-03-06 [paul]       0.8.10claws90
4555
4556         * src/Makefile.am
4557                 remove reference to gtkxtext.h as its no longer in
4558                 the repository
4559
4560 2003-03-06 [paul]       0.8.10claws89
4561
4562         * sync with 0.8.10cvs25
4563                 see ChangeLog 2003-03-06
4564
4565 2003-03-06 [oliver]     0.8.10claws88
4566         
4567         * src/messageview.c
4568                 remove include
4569
4570 2003-03-06 [oliver]     0.8.10claws87
4571         
4572         * src/folderview.c 
4573                 remove changes introduced inclaws74
4574         * src/messageview.c
4575                 another attempt to sanely delete and update
4576                 messages deleted in separate messageview
4577
4578 2003-03-05 [christoph]  0.8.10claws86
4579
4580         * src/summaryview.c
4581                 check if "From" matches any account's address if
4582                 addressbook completion of addresses is disabled too
4583
4584         (closes Bug 70 "Display recipient in from" doesn't check
4585          folder's default account)
4586
4587 2003-03-05 [christoph]  0.8.10claws85
4588
4589         * src/compose.c
4590         * src/common/utils.[ch]
4591                 don't strip address comments when building Cc lists
4592
4593         (closes Bug 47 Replying to message strips name part of e-mail addresses
4594          of Cc: lines)
4595
4596         * src/folder.c
4597                 fix return value of copy function
4598
4599 2003-03-05 [christoph]  0.8.10claws84
4600
4601         * src/imap.c
4602                 don't ask imap server for non rfc822 headers
4603
4604         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4605
4606         * src/imap.c
4607                 destroy session on socket error to allow reconnecting
4608
4609 2003-03-05 [christoph]  0.8.10claws83
4610
4611         * configure.ac
4612                 fix building with gnome when no prefix is set
4613
4614         (closes bug 66 Gnome directory is set to NONE)
4615
4616 2003-03-05 [paul]       0.8.10claws82
4617
4618         * sync with 0.8.10cvs23
4619                 see ChangeLog 2003-03-05
4620
4621 2003-03-04 [christoph]  0.8.10claws81
4622
4623         * src/folder.c
4624                 o fix moving and copying when folder returns 0 for new
4625                   message number
4626                 o remove some code for single message copy and move
4627                   operations and use functions for multiple messages
4628
4629         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4630
4631         * src/news.c
4632                 remove unused include
4633
4634 2003-03-04 [paul]       0.8.10claws80
4635
4636         * src/gtk/about.c
4637                 list 'Compiled plugins'
4638
4639 2003-03-03 [christoph]  0.8.10claws79
4640
4641         * src/news.[ch]
4642                 have to multiply the percentage of the current fetch with
4643                 the percentage that it has of the total fetch operation
4644                 for correct values
4645
4646 2003-03-03 [christoph]  0.8.10claws78
4647
4648         * src/news.c
4649                 fix calculation of expected lines for progress indicator
4650
4651 2003-03-03 [christoph]  0.8.10claws77
4652
4653         * src/summaryview.c
4654         * src/common/utils.c
4655                 fix segfault when opening the root news folder
4656
4657 2003-03-03 [christoph]  0.8.10claws76
4658
4659         * src/mainwindow.[ch]
4660         * src/common/Makefile.am
4661         * src/common/progressindicator.[ch]
4662                 add UI independent progress indicator handling
4663
4664         * src/news.[ch]
4665                 use new progress indicator for message info fetching
4666
4667         * src/common/hooks.h
4668                 code cleanup
4669
4670 2003-03-03 [oliver]     0.8.10claws75
4671
4672         * src/toolbar.c
4673         * src/compose.c
4674                 removed commented code
4675
4676 2003-03-03 [oliver]     0.8.10claws74
4677
4678         * src/toolbar.[ch]
4679                 cleanups and refactoring
4680         * src/compose.[ch]
4681                 compose_reply_mode reply & forwarding interface for
4682                 toolbar buttons
4683         * src/folderview.c
4684                 act on messages marked for deletion in folderview_selected
4685                 based on prefs_common.immediate_exec since a message might 
4686                 have been deleted by messageview in a folder we are changing 
4687                 to (does anybody understand what I'm on about ?)
4688
4689 2003-03-03 [oliver]     0.8.10claws73
4690         
4691         * src/messageview.[ch]
4692                 new functions
4693                 - messageview_delete: delete message shown in messagview
4694                 - messageview_update_view: update messageview to currently 
4695                   selected summaryview message
4696                 - add separate messageview to msgview_list in order to update 
4697                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4698         * src/summaryview.[ch]
4699                 summary_get_selection returns a list of selected msgs
4700                 in summaryview
4701         * src/mainwindow.c
4702                 toolbar reply refactoring
4703
4704 2003-03-03 [paul]       0.8.10claws72
4705
4706         * sync with 0.8.10cvs21
4707                 see ChangeLog 2003-03-03
4708
4709 2003-03-02 [christoph]  0.8.10claws71
4710
4711         * src/common/passcrypt.c
4712                 use POSIX includes
4713
4714 2003-03-02 [christoph]  0.8.10claws70
4715
4716         * configure.ac
4717         * src/prefs_account.c
4718         * src/prefs_gtk.[ch]
4719         * src/common/.cvsignore
4720         * src/common/Makefile.am
4721         * src/common/passcrypt.c                ** NEW **
4722         * src/common/passcrypt.h.in             ** NEW **
4723                 Implement password encryption in config files
4724                 using unix encrypt and setkey functions. The crypt
4725                 key can be set as a configure parameter. Old
4726                 passwords will be converted if they do not begin
4727                 with '!'
4728
4729 2003-03-02 [paul]       0.8.10claws69
4730
4731         * src/prefs_account.c
4732                 fix compile error
4733
4734 2003-03-01 [thorsten]   0.8.10claws68
4735
4736         * po/el.po
4737           po/hr.po
4738           po/it.po
4739           po/nl.po
4740           po/sr.po
4741           po/sv.po
4742                 corrected format strings
4743         * po/en_GB.po
4744                 corrected headers
4745                 (fix compile errors with GNU gettext-0.11.5)
4746
4747 2003-03-01 [oliver]     0.8.10claws67
4748
4749         * src/summaryview.c
4750                 menu callbacks call toolbar_menu_reply
4751
4752 2003-03-01 [oliver]     0.8.10claws66
4753
4754         * src/mainwindow.c
4755         * src/messageview.c
4756                 menu callbacks call toolbar_menu_reply
4757         * src/toolbar.[ch]
4758                 callbacks from menu handled by toolbar_menu_reply
4759
4760 2003-03-01 [paul]       0.8.10claws65
4761
4762         * src/addressbook.c
4763                 revert commit 0.8.10claws54 - breaks editing of
4764                 addressbook.
4765                 
4766         * po/bg.po
4767                 update Bulgarian translation, submitted by
4768                 George Danchev
4769
4770 2003-02-28 [christoph]  0.8.10claws64
4771
4772         * src/account.c
4773         * src/addressadd.c
4774         * src/compose.c
4775         * src/gtkaspell.c
4776         * src/gtkxtext.h                ** REMOVE **
4777         * src/imap.c
4778         * src/matcher.[ch]
4779         * src/mh.c
4780         * src/news.c
4781         * src/pine.c
4782         * src/prefs_common.c
4783         * src/prefs_matcher.c
4784         * src/procheader.[ch]
4785         * src/procmsg.[ch]
4786         * src/toolbar.c
4787         * src/common/ssl_certificate.c
4788         * src/gtk/colorlabel.c
4789         * src/gtk/menu.c
4790                 o fix warnings
4791                 o remove code obsoleted by new cache and folder system rework
4792
4793 2003-02-28 [oliver]     0.8.10claws63
4794         
4795         * src/toolbar.[ch]
4796                 * fix bug where reply in Messageview replied to 
4797                 Message displayed in summaryview
4798                 (reportedd via ML by chinatinte at gmx dot ch)
4799                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4800                 didn't work in separate MessageView Toolbar
4801                 (wondering if anybody uses this at all ?)
4802         * src/summaryview.[ch]
4803                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4804                 (generalize reply and forward code);
4805         * src/messageview.c 
4806                 remove focus_in event which updated summaryview to messageview
4807
4808 2003-02-28 [paul]       0.8.10claws62
4809
4810         * po/Makefile.in.in
4811                 add the --check option
4812                 Patch submitted by Ricardo Mones Lastra
4813
4814 2003-02-28 [paul]       0.8.10claws61
4815
4816         * src/prefs_account.c
4817                 re-order 'Signature' items
4818
4819 2003-02-28 [paul]       0.8.10claws60
4820
4821         * sync with 0.8.10cvs20
4822                 see ChangeLog 2003-02-28
4823
4824 2003-02-28 [paul]       0.8.10claws59
4825
4826         * po/POTFILES.in
4827                 update to reflect recent movement of files
4828
4829 2003-02-28 [paul]       0.8.10claws58
4830
4831         * sync with 0.8.10cvs19
4832                 see ChangeLog 2003-02-28
4833
4834 2003-02-27 [martin]     0.8.10claws57
4835
4836         * src/prefs_matcher.c 
4837                 fix segfault in prefs_matcher_ok() when the
4838                 last entry is deleted and prevents that the
4839                 message "entry not saved" comes up after deleting
4840                 an entry
4841
4842 2003-02-27 [martin]     0.8.10claws56
4843
4844         * src/prefs_filtering.c 
4845                 fix segfault in prefs_filtering_ok() when the
4846                 last entry is deleted and prevents that the
4847                 message "entry not saved" comes up after deleting
4848                 an entry
4849
4850 2003-02-27 [paul]       0.8.10claws55
4851
4852         * sync with 0.8.10cvs18
4853                 see ChangeLog 2003-02-27
4854
4855 2003-02-27 [paul]       0.8.10claws54
4856
4857         * src/addressbook.c
4858                 fix bug where the address book crashes with 
4859                 multiple lookups.
4860                 Patch [687729] submitted by David Frager 
4861                 <dbfrager@users.sourceforge.net>
4862
4863 2003-02-25 [christoph]  0.8.10claws53
4864
4865         * src/Makefile.am
4866         * src/colorlabel.[ch]           ** REMOVE **
4867         * src/gtk/Makefile.am
4868         * src/gtk/colorlabel.[ch]       ** NEW **
4869                 move colorlabel files to gtk directory
4870
4871         * src/esmtp.[ch]                ** REMOVE **
4872                 has been merged into smtp.[ch] in 0.7.5
4873
4874 2003-02-25 [christoph]  0.8.10claws52
4875
4876         * src/Makefile.am
4877         * src/about.[ch]                ** REMOVE **
4878         * src/gtk/Makefile.am
4879         * src/gtk/about.[ch]            ** NEW **
4880                 move about files to gtk directory
4881
4882 2003-02-25 [christoph]  0.8.10claws51
4883
4884         * src/folder.c
4885                 some code optimization of folder scanning code
4886
4887         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4888
4889 2003-02-25 [christoph]  0.8.10claws50
4890
4891         * src/main.c
4892         * src/common/sylpheed.c
4893                 add command line parameter parsing to common code
4894
4895 2003-02-24 [christoph]
4896
4897         * Makefile.am
4898         * configure.ac
4899                 fix gnome prefix problems, the configure script now removed
4900                 `gnome-config --prefix` from `gnome-config --datadir`
4901                 and adds $(prefix} instead
4902
4903         (closes Bug 24 Makefile does not respect prefix when installing
4904          GNOME data)
4905
4906 2003-02-24 [christoph]  0.8.10claws49
4907
4908         * src/news.c
4909                 check for valid session before trying to authenticate
4910
4911         (closes Bug 60 crash if "authenticate on logon" is activated
4912          and newsserver-hostname is not valid)
4913
4914 2003-02-24 [melvin]     0.8.10claws48
4915
4916         * src/prefs_actions.c
4917                 Make sure all user's input is sent to the action and then
4918                 close the socket..
4919
4920 2003-02-23 [alfons]     0.8.10claws46
4921
4922         * src/summaryview.c
4923                 also wait cursor when deleting files
4924
4925 2003-02-23 [paul]
4926
4927         * tools/freshmeat_search.pl
4928           tools/google_search.pl
4929                 scripts should now work for any browser/browser command line
4930
4931 2003-02-22 [christoph]  0.8.10claws45
4932
4933         * src/procmsg.c
4934                 fix IMAP flag setting, IMAP flag is not handled correctly
4935                 anymore by the folder system and information about the
4936                 folder should not be saved in the MsgInfo (in my opinion)
4937
4938         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4939
4940 2003-02-22 [christoph]  0.8.10claws44
4941
4942         * src/summaryview.c
4943                 fix spelling of "label" ;-)
4944
4945 2003-02-22 [thorsten]   0.8.10claws43
4946
4947         * src/mimeview.c
4948           src/prefs_common.[ch]
4949           src/procmime.[ch]
4950                 do not use description as attachment name
4951
4952 2003-02-22 [alfons]     0.8.10claws42
4953
4954         * src/summaryview.c
4955                 freeze/thaw folder item updates when changing color labels,
4956                 and put a wait cursors on
4957
4958 2003-02-22 [thorsten]   0.8.10claws41
4959
4960         * src/mimeview.c
4961                 save-all fixes: crash if invoked on multipart container,
4962                 mimeinfo access, pathseparators, error dialog
4963
4964 2003-02-21 [alfons]     0.8.10claws40
4965
4966         * src/prefs_gtk.c
4967                 remove unused var
4968
4969 2003-02-21 [colin]      0.8.10claws39
4970
4971         * src/send.c
4972                 Fix smtp logging
4973
4974 2003-02-21 [colin]      0.8.10claws38
4975
4976         * src/summaryview.c
4977                 Freeze/thaw folderItem updates when filtering messages 
4978                 via Tools/Filter messages
4979
4980 2003-02-21 [paul]       0.8.10claws37
4981
4982         * src/compose.c
4983                 revert commit 0.8.10claws26, there are ulterior motives
4984                 for users to set a Reply-To header when posting to
4985                 newsgroups
4986
4987 2003-02-21 [paul]       0.8.10claws36
4988
4989         * sync with 0.8.10cvs17
4990                 see ChangeLog 2003-02-21
4991
4992 2003-02-20 [christoph]  0.8.10claws35
4993
4994         * src/imap.c
4995                 IMAP UID fetch speedup using SEARCH
4996
4997         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4998
4999         * src/imap.c
5000                 fix problem with UIDs in IMAP UID cache that no longer existed
5001
5002 2003-02-20 [christoph]  0.8.10claws34
5003
5004         * src/imap.c
5005         * src/procheader.c
5006         * src/procheader.h
5007                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
5008
5009         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
5010
5011         * src/imap.c
5012                 Rewrite imap_cmd_gen_recv use sock_getline instead
5013                 of sock_gets to avoid problems with too long reply
5014                 lines
5015     
5016 2003-02-20 [colin]      0.8.10claws33
5017         
5018         * src/prefs_account.c
5019                 Better wording
5020
5021 2003-02-20 [colin]      0.8.10claws32
5022
5023         * src/compose.c
5024                 Remove useless '&& !to_sender' 
5025
5026 2003-02-20 [darko]
5027
5028         * AUTHORS
5029                 change my e-mail address
5030
5031 2003-02-19 [colin]      0.8.10claws31
5032
5033         * src/prefs_common.c
5034                 X11 style colors for every configurable color
5035
5036 2003-02-19 [alfons]     0.8.10claws30
5037
5038         * src/prefs_gtk.[ch]
5039         * src/prefs_common.c
5040                 for color_new accept both plain integers and X11 style color
5041                 names (as found in /usr/lib/X11/rgb.txt)
5042
5043 2003-02-19 [paul]       0.8.10claws29
5044
5045         * src/mainwindow.c
5046                 add tooltips to online/offline button and account selector
5047                 button
5048
5049 2003-02-19 [paul]       0.8.10claws28
5050
5051         * src/folder.c
5052           src/news.c
5053           src/prefs_account.[ch]
5054           src/prefs_common.[ch]
5055                 move 'Maximum number of articles to download' to
5056                 account prefs.
5057                 clean up account prefs gui a little by hiding entries
5058                 rather then greying out entries
5059
5060 2003-02-19 [hiro]       0.8.10claws27
5061
5062         * src/common/utils.c
5063                 fix bug #54 'yesterdays date is displayed in the message 
5064                 summary window'
5065
5066 2003-02-19 [paul]       0.8.10claws26
5067
5068         * src/compose.c
5069                 fix bug reported in Feature Request [688596] 
5070                 'Reply-to header in news'
5071
5072 2003-02-18 [paul]       0.8.10claws25
5073
5074         * src/select-keys.c
5075                 add a 'List all keys' button to key selection dialog
5076
5077 2003-02-18 [colin]      0.8.10claws24
5078         
5079         * src/stock_pixmap.c
5080                 fix compile error
5081
5082 2003-02-18 [colin]      0.8.10claws23
5083
5084         * src/common/smtp.[ch]
5085           src/prefs_account.c
5086                 Try to starttls if it seems to be the only
5087                 way to authenticate a user
5088
5089 2003-02-18 [paul]       0.8.10claws22
5090
5091         * src/Makefile.am
5092           src/folderview.c
5093           src/stock_pixmap.[ch]
5094           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5095           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5096                 as a Drafts folder is a special folder allow it to have
5097                 its own unique icons
5098
5099 2003-02-18 [colin]      0.8.10claws21
5100
5101         * src/imap.c
5102                 Fix port selection when using starttls
5103
5104 2003-02-18 [paul]       0.8.10claws20
5105
5106         * src/mainwindow.c
5107           src/prefs_common.[ch]
5108                 make blue the default new mail colour
5109
5110 2003-02-18 [paul]       0.8.10claws19
5111
5112         * sync with 0.8.10cvs14
5113                 see ChangeLog 2003-02-18
5114
5115 2003-02-17 [jens]       0.8.10claws18
5116
5117         * src/common/md5.c
5118                 fixed a compile problem with gcc 3.3
5119                 works on 2.95.3 too (testet on PPC as it is big endian)
5120
5121 2003-02-17 [paul]       0.8.10claws17
5122
5123         * sync with 0.8.10cvs13
5124                 see ChangeLog 2003-02-17
5125
5126 2003-02-17 [paul]       0.8.10claws16
5127
5128         * sync with 0.8.10cvs12
5129                 see ChangeLog 2003-02-17
5130
5131 2003-02-16 [match]      0.8.10claws15
5132
5133         * src/addressbook.c
5134                 Eliminates reloading of address data when items
5135                 deleted or added. Applied submitted by
5136                 Luke Plant <lukeplant@softhome.net>
5137
5138 2003-02-16 [paul]       0.8.10claws14
5139
5140         * src/news.c
5141                 when a 'protocol error' is encountered disconnect from
5142                 the server. This means that the user can carry on viewing
5143                 other articles and doesn't have to either wait until the
5144                 server timesout or quit sylpheed.
5145                 Fixes bug #53 'Unable to read messages in newsgroups, 
5146                 displayed message doesn't change'
5147
5148 2003-02-15 [christoph]  0.8.10claws13
5149
5150         * src/imap.c
5151                 fix bug that stopped scanning of folders when an
5152                 IMAP folder was empty
5153
5154         (closes bug 46 stop scan messages in folders after empty folder)
5155
5156 2003-02-15 [paul]
5157
5158         * tools/Makefile.am
5159           tools/README
5160           tools/freshmeat_search.pl     ** NEW FILE **
5161           tools/google_search.pl        ** NEW FILE **
5162                 Add 2 Actions scripts which search freshmeat/google
5163                 for the selected text using the browser configured
5164                 in sylpheedrc.
5165                 
5166         Note: These scripts are very dependent on the format of the
5167         browser command and may not work on every occasion. Testing
5168         is welcome. 
5169
5170 2003-02-14 [alfons]     0.8.10claws12
5171
5172         * src/compose.c
5173                 fix breakage because of uninitialized account pointer.
5174                 please verify.
5175
5176 2003-02-14 [paul]       0.8.10claws11
5177
5178         * src/compose.c
5179           src/prefs_account.[ch]
5180           src/prefs_common.[ch]
5181                 move signature settings to Account Prefs
5182
5183 2003-02-14 [paul]       0.8.10claws10
5184
5185         * sync with 0.8.10cvs11
5186                 see ChangeLog 2003-02-14
5187
5188 2003-02-13 [thorsten]   0.8.10claws9
5189
5190         * src/news.c
5191                 revert news progressbar (GUI separation)
5192
5193 2003-02-13 [paul]       0.8.10claws8
5194
5195         * src/compose.c
5196                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5197                 paragraph 1
5198
5199 2003-02-13 [paul]       0.8.10claws7
5200
5201         * src/compose.[ch]
5202           src/summaryview.c
5203                 fix 'Follow-up and Reply-to' so that it creates a reply to
5204                 the newsgroup and the sender. If the message has the keyword
5205                 'poster' in the Followup-To header, all replies go to the
5206                 sender, re: RFC 1036, Section 2.2.3
5207                 rename all instances of 'ignore_replyto' to 'to_sender', both
5208                 were previously used, now we use just one.
5209
5210 2003-02-13 [paul]       0.8.10claws6
5211
5212         * sync with 0.8.10cvs9
5213                 see ChangeLog 2003-02-13
5214
5215 2003-02-13 [paul]       0.8.10claws5
5216
5217         * configure.ac
5218                 show which plugins are configured in the configure
5219                 output.
5220
5221 2003-02-12 [thorsten]   0.8.10claws4
5222
5223         * src/news.c
5224                 show progress while fetching news headers
5225
5226 2003-02-12 [christoph]  0.8.10claws3
5227
5228         * configure.ac
5229         * src/plugins/Makefile.am
5230                 use AM_CONDITIONAL to enable plugins, automake correctly
5231                 manages this when creating distdir
5232
5233 2003-02-12 [christoph]  0.8.10claws2
5234
5235         * ac/spamassassin.m4
5236         * src/plugins/spamassassin/Makefile.am
5237                 fix building SpamAssassin plugin without OpenSSL
5238
5239 2003-02-12 [paul]       0.8.10claws1
5240
5241         * ac/Makefile.am
5242           src/Makefile.am
5243           src/plugins/Makefile.am
5244                 fix failure of 'make release'
5245
5246 2003-02-12 [paul]       0.8.10claws
5247
5248         * 0.8.10claws released
5249
5250 2003-02-12 [paul]       0.8.9claws56
5251
5252         * po/bg.po
5253           po/es.po
5254           po/it.po
5255           po/ru.po
5256           po/sr.po
5257                 updated translations by George Danchev, Ricardo Mones Lastra,
5258                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5259                 
5260         * sylpheed.spec.in
5261                 Allow the building of RPMs by a regular user. Submitted
5262                 by Sergei Astanin
5263
5264 2003-02-11 [alfons]     0.8.9claws55
5265
5266         * src/colorlabel.c
5267                 don't use pixmaps for label color rect but draw rectangles
5268                 so we can respect the color map of palette based visuals
5269                 (fixes the long time crashes on Suns - thanks to Andreas
5270                 Engel and Steve O'Hara-Smith for testing)
5271
5272 2003-02-11 [christoph]  0.8.9claws54
5273
5274         * src/matcher_parser_parse.y
5275                 correct bug where filering rules of not existing folders in
5276                 matcherrc were added to global filtering
5277                 
5278         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5279          main filter-rules after removing directory, http://bugs.debian.org/180253)
5280         
5281 2003-02-11 [paul]       0.8.9claws53
5282
5283         * sync with 0.8.10cvs7
5284                 see ChangeLog 2003-02-09
5285
5286 2003-02-11 [melvin]     0.8.9claws52
5287
5288         * po/fr.po
5289                 Updated French tranlsations
5290
5291 2003-02-10 [paul]       0.8.9claws51
5292
5293         * sylpheed.spec.in
5294                 correct --enable-openssl
5295                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5296
5297 2003-02-09 [martin]     0.8.9claws50
5298
5299         * src/prefs_matcher.c
5300                 fix segfault in prefs_matcher_substitute_cb() when
5301                 no row is selected
5302
5303 2003-02-09 [paul]       0.8.9claws49
5304
5305         * src/folderview.c
5306                 fix bug where a newsgroup folder's processing rules were
5307                 merged with the global filtering rules when the newsgroup
5308                 folder was deleted, causing some seriously bad results,
5309                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5310
5311 2003-02-08 [melvin]     0.8.9claws48
5312
5313         * src/compose.c
5314                 Corrected and modified an alert message.
5315
5316 2003-02-07 [paul]       0.8.9claws47
5317
5318         * src/folderview.c
5319                 fix bug where both an 'Account properties' window and a
5320                 'Folder properties' window were opened when clicking on
5321                 'Properties' in an NNTP or IMAP folder's popup menu.
5322
5323 2003-02-07 [paul]       0.8.9claws46
5324
5325         * sync with 0.8.10cvs6
5326                 see ChangeLog 2003-02-06
5327
5328 2003-02-06 [christoph]  0.8.9claws45
5329
5330         * src/mbox.c
5331                 freeze folder updates while importing mbox files
5332                 (closes bug 43 importing mbox took hours)
5333                 
5334         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5335
5336 2003-02-06 [thorsten]   0.8.9claws44
5337
5338         * po/de.po
5339                 Updated german translations
5340
5341 2003-02-06 [thorsten]   0.8.9claws43
5342
5343         * src/news.h
5344                 use guint for message numbers (fix count in grouplist dialog)
5345
5346 2003-02-05 [paul]       0.8.9claws42
5347
5348         * sync with 0.8.10cvs2
5349                 see ChangeLog 2003-02-05
5350
5351 2003-02-04 [colin]      0.8.9claws41
5352
5353         * src/prefs_common.[ch]
5354           src/procmsg.c
5355           src/summaryview.c
5356                 Add an option to disable threading by subject
5357
5358 2003-02-04 [christoph]  0.8.9claws40
5359
5360         * src/inc.c
5361                 only abort fetching mails from multiple accounts when the
5362                 error is fatal and does not allow to check any more accounts
5363                 (currently only disk full error)
5364
5365         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5366          receive mails for other accouts)
5367
5368 2003-02-04 [christoph]  0.8.9claws39
5369
5370         * src/folder.c
5371                 first add the new message to the cache, then
5372                 send the update notification
5373
5374         (closes bug 39 after sending message folderview doesnt get updated)
5375
5376 2003-02-04 [colin]      0.8.9claws38
5377
5378         * src/inc.c
5379                 _really_ fix this Connecting... status
5380
5381 2003-02-04 [paul]       0.8.9claws37
5382
5383         * sync with 0.8.10
5384                 see ChangeLog 2003-02-04
5385
5386 2003-02-04 [paul]       0.8.9claws36
5387
5388         * sync with 0.8.9cvs6
5389                 see ChangeLog 2003-02-03
5390
5391 2003-02-04 [paul]       0.8.9claws35
5392
5393         * po/pt_BR.po
5394                 updated by André Filipe de Assunção e Brito 
5395                 <bedecko@netsite.com.br>
5396
5397 2003-02-03 [thorsten]   0.8.9claws34
5398
5399         * po/de.po
5400                 Updated german translations
5401
5402 2003-02-02 [paul]       0.8.9claws33
5403
5404         * po/es.po
5405                 updated by Ricardo Mones Lastra
5406
5407 2003-02-02 [thorsten]   0.8.9claws32
5408
5409         * src/mh.c
5410                 Fix mh_get_msginfo() segfault if file is inaccessible
5411
5412 2003-01-31 [colin]      0.8.9claws31
5413
5414         * src/procheader.c
5415                 Fix last commit's bug
5416
5417 2003-01-31 [colin]      0.8.9claws30
5418
5419         * src/procheader.c
5420                 Missing a change for gpg-signed messages
5421
5422 2003-01-31 [paul]       0.8.9claws29
5423
5424         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5425           src/procheader.c
5426           src/stock_pixmap.[ch]
5427           src/summaryview.c
5428                 indicate GnuPG signed messages by displaying an icon
5429                 in the Attachment column.
5430
5431 2003-01-31 [paul]       0.8.9claws28
5432
5433         * sync with 0.8.9cvs4
5434                 see ChangeLog 2003-01-31
5435
5436 2003-01-31 [alfons]     0.8.9claws27
5437
5438         * src/textview.c
5439                 tune URI parser to accept mailto URLs with a '?'
5440                 (patch from Ruslan Balkin)
5441
5442 2003-01-31 [colin]      0.8.9claws26
5443
5444         * src/summaryview.c
5445                 Fix a leak introduced in claws24
5446
5447 2003-01-31 [colin]      0.8.9claws25
5448
5449         * src/summaryview.c
5450                 Freeze/Thaw folder updates when deleting dups
5451
5452 2003-01-31 [colin]      0.8.9claws24
5453         
5454         * src/addr_compl.c
5455           src/summaryview.c
5456           src/msgcache.c
5457                 little speed improvements
5458
5459 2003-01-31 [colin]      0.8.9claws23
5460
5461         * src/summaryview.c
5462                 Fix segfault when forwarding nothing
5463                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5464                 
5465 2003-01-30 [paul]       0.8.9claws22
5466
5467         * sync with 0.8.9cvs3
5468                 see ChangeLog 2003-01-30
5469
5470 2003-01-30 [paul]       0.8.9claws21
5471
5472         * sync with 0.8.9cvs2
5473                 see ChangeLog 2003-01-30
5474
5475 2003-01-29 [paul]       0.8.9claws20
5476
5477         * sync with 0.8.9cvs1
5478                 see ChangeLog 2003-01-29
5479
5480 2003-01-28 [paul]       0.8.9claws19
5481
5482         * po/POTFILES.in
5483                 update to reflect changes. 
5484                 thanks to Ricardo Mones Lastra
5485
5486 2003-01-27 [christoph]  0.8.9claws18
5487
5488         * ac/openssl.m4
5489         * ac/spamassassin.m4
5490         * src/plugins/spamassassin/README
5491         * src/plugins/spamassassin/libspamc.[ch]
5492         * src/plugins/spamassassin/utils.[ch]
5493                 updated to latest libspamc
5494
5495 2003-01-27 [christoph]  0.8.9claws17
5496
5497         * src/folder.c
5498                 fix wrong use of procheader_get_header_fields
5499
5500 2003-01-27 [christoph]  0.8.9claws16
5501
5502         * src/news.c
5503         * src/prefs_account.[ch]
5504         * src/common/nntp.[ch]
5505                 allow to force authentication for NNTP servers
5506
5507         Patch submitted by Florian Mickler <dmk@d-labs.de>
5508
5509 2003-01-26 [paul]       0.8.9claws15
5510
5511         * src/summaryview.c
5512                 speed up of marking messages as read
5513                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5514
5515 2003-01-26 [christoph]  0.8.9claws14
5516
5517         * src/Makefile.am
5518         * src/mgutils.[ch]              ** REMOVE **
5519         * src/xml.[ch]                  ** REMOVE **
5520         * src/xmlprops.[ch]             ** REMOVE **
5521         * src/common/Makefile.am
5522         * src/common/mgutils.[ch]       ** NEW **
5523         * src/common/xml.[ch]           ** NEW **
5524         * src/common/xmlprops.[ch]      ** NEW **
5525                 move xml files to common directory
5526
5527 2003-01-26 [christoph]  0.8.9claws13
5528
5529         * src/plugins/spamassassin/spamassassin_gtk.c
5530                 only set gtk entry text if string is available
5531
5532 2003-01-26 [melvin]     0.8.9claws12
5533
5534         * src/description_window.c
5535                 Allow resizing of the window
5536                 Allow automatic horizontal scroll bar
5537                 Do not vertically expand and fill
5538
5539 2003-01-26 [christoph]  0.8.9claws11
5540
5541         * src/Makefile.am
5542         * src/gtkutils.[ch]             ** REMOVE **
5543         * src/common/sylpheed.c
5544         * src/gtk/Makefile.am
5545         * src/gtk/description_window.c
5546         * src/gtk/gtkutils.[ch]         ** NEW **
5547         * src/gtk/prefswindow.c
5548                 move gtkutils to gtk directory
5549
5550 2003-01-26 [paul]       0.8.9claws10
5551
5552         * src/summaryview.c
5553                 rename summary_unread_clicked() to summary_status_clicked()
5554
5555 2003-01-26 [melvin]     0.8.9claws9
5556
5557         * src/prefs_actions.c
5558                 Cosmetical changes to the help text
5559
5560 2003-01-26 [paul]       0.8.9claws8
5561
5562         * src/folder.[ch]
5563           src/mainwindow.c
5564           src/prefs_common.c
5565           src/prefs_sumamry_column.c
5566           summaryview.[ch]
5567                 rename the 'Unread' column to 'Status'
5568
5569 2003-01-25 [match]      0.8.9claws7
5570
5571         * src/mgutils.[ch]
5572                 removed reference to LDAP constants. removed error2string.
5573                 included functions to support LDAP dynamic queries.
5574         * src/syldap.h
5575                 moved LDAP constants here.
5576         * src/addressbook.c
5577         * src/addrindex.c
5578         * src/importldif.c
5579                 removed references to LDAP constants and references to
5580                 error2string.
5581
5582 2003-01-25 [paul]       0.8.9claws6
5583
5584         * src/summaryview.c
5585                 summary_thread_build(), summary_thread_init(): remove 
5586                 unneeded reference to summaryview->folder_item
5587
5588 2003-01-25 [christoph]  0.8.9claws5
5589
5590         * src/gtk/description_window.c
5591                 o allow description texts to expand over multiple columns
5592                 o translate all columns
5593         * src/prefs_actions.c
5594                 change syntax description to use new multi column feature
5595
5596         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5597
5598 2003-01-25 [match]      0.8.9claws4
5599
5600         * src/vcard.c
5601                 fixed bug with Quoted-Printable
5602
5603 2003-01-25 [paul]       0.8.9claws3
5604
5605         * src/folder.[ch]
5606           src/summaryview.[ch]
5607                 implement per-folder collapsed/expanded threads setting
5608                 
5609         * src/prefs_common.c
5610                 remove global collapsed/expanded threads option
5611
5612 2003-01-25 [christoph]  0.8.9claws2
5613
5614         * po/POTFILES.in
5615                 add pluginwindow and prefswindow
5616         * src/compose.c
5617                 make send respond correctly to messages that could be added
5618                 to the queue folder, but the UID of the message is unknown
5619         * src/folder.c
5620         * src/imap.c
5621                 don't return guessed UIDs in imap_add_msg anymore. We return
5622                 0 to tell the folder system it was appened but the UID is
5623                 unknown. Folder system now get's the UID by scaning the folder
5624                 and searching the cache for the Message-ID
5625                 (closes bug #29 Messages queued, but not sent)
5626
5627 2003-01-25 [paul]       0.8.9claws1
5628
5629         * src/codeconv.c
5630                 conv_encode_header():  fix bug when long headers with 8-bit
5631                 characters are used, so that the encoded words are wrapped.
5632                 If the space in the original text falls on the wrap boundary,
5633                 it can be lost.
5634                 Patch by Sergey Vlasov.
5635                 
5636         * src/folderview.c
5637                  fix bug where a change to the sorting method or thread view
5638                  of a folder's messages is lost if simpify-subject is set and
5639                  toggled on or off.
5640                  Patch by Luke Plant.
5641
5642 2003-01-24 [paul]       0.8.9claws
5643
5644         * sylpheed-0.8.9claws released
5645         
5646         * Makefile.am
5647           sylpheed.spec.in
5648                 remove reference to 'INSTALL.jp'
5649
5650 2003-01-23 [paul]       0.8.8claws128
5651
5652         * po/es.po
5653           po/it.po
5654           po/ru.po
5655           po/sr.po
5656                 updated translations. submitted by Ricardo Mones Lastra,
5657                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5658
5659 2003-01-23 [colin]      0.8.8claws127
5660
5661         * src/compose.c
5662                 Fix drafted and queued news articles re-edition
5663
5664 2003-01-23 [melvin]     0.8.8claws126
5665
5666         * po/fr.po
5667                 Updated French translations
5668
5669 2003-01-23 [colin]      0.8.8claws125
5670
5671         * src/inc.c
5672                 Fix "Connecting to..." status message
5673
5674 2003-01-22 [paul]       0.8.8claws124
5675
5676         * po/bg.po
5677                 updated by George Danchev
5678                 
5679         * src/folder.c
5680                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5681                 and folder deletion
5682
5683 2003-01-21 [paul]       0.8.8claws123
5684
5685         * po/bg.po
5686                 updated by George Danchev
5687                 
5688         * src/about.c
5689                 its now 2003
5690                 
5691         * src/toolbar.c
5692                 don't translate 'Separator'
5693                 
5694         * src/plugins/spamassassin/Makefile.am
5695                 add aspell to CPPFLAGS
5696                 
5697         * src/plugins/spamassassin/spamassassin.c
5698           src/plugins/spamassassin/spamassassin_gtk.c
5699                 set correct default for spamassassin_receive_spam
5700                 slightly re-word descriptions and some
5701                 other minor changes
5702
5703 2003-01-19 [alfons]     0.8.8claws122
5704                 
5705         * src/mimeview.c
5706                 mimeview_save_as(): we might as well show the file name for
5707                 the single case "Save As" too
5708
5709 2003-01-19 [alfons]     0.8.8claws121
5710
5711         * src/crash.c
5712                 change bug tracker URL to bugzilla URL
5713
5714 2003-01-19 [alfons]     0.8.8claws120
5715
5716         * src/mimeview.c
5717                 mimeview_save_all(): display name of file before overwriting;
5718                 continue saving all, even when one overwrite was cancelled
5719
5720 2003-01-19 [christoph]  0.8.8claws119
5721
5722         * src/summaryview.c
5723         * src/procmsg.[ch]
5724                 fix wrong usage of procmsg_find_children in summaryview
5725                 by using procmsg_update_unread_children instead of
5726                 summaryview_update_unread_children
5727
5728 2003-01-19 [christoph]  0.8.8claws118
5729
5730         * src/procmsg.c
5731                 fix infinite loop in procmsg_find_children
5732                  (closes bug #25 sylpheed crashes on delete.)
5733
5734         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5735
5736 2003-01-19 [paul]       0.8.8claws117
5737
5738         * po/pt_BR.po
5739                 updated by Ivan Francolin Martinez
5740
5741 2003-01-18 [melvin]     0.8.8claws116
5742
5743         * src/prefs_actions.c
5744                 Removed syntax limitation of only one '&' at the end of command.
5745                         Now actions that contain '>/dev/null 2>&1' are possible.
5746
5747 2003-01-18 [melvin]     0.8.8claws115
5748
5749         * src/prefs_actions.c
5750                 Actions IO dialog: when the action ends
5751                 the "Close" button now has focus and [Escape] closes the
5752                 window.
5753
5754 2003-01-18 [christoph]  0.8.8claws114
5755
5756         * src/procmsg.c
5757                 o add debug output when MsgInfos are really freed
5758                 o free GSLists in procmsg_find_children and
5759                   procmsg_update_unread_children
5760
5761 2003-01-18 [christoph]  0.8.8claws113
5762
5763         * src/mainwindow.c
5764                 reorder Configuration menu
5765
5766 2003-01-18 [christoph]  0.8.8claws112
5767
5768         * src/compose.c
5769                 fix applying templates to forwarded messages
5770
5771         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5772
5773 2003-01-17 [christoph]  0.8.8claws111
5774
5775         * src/folder.c
5776                 destroy folder items, when a folder item is removed
5777
5778 2003-01-17 [christoph]  0.8.8claws110
5779
5780         * src/folder.c
5781                 fix wrong folder stats update when ignored message is
5782                 deleted
5783
5784 2003-01-17 [colin]      0.8.8claws109
5785         
5786         * src/mainwindow.c
5787         * src/summaryview.c
5788                 Quicksearch bugfixes: 
5789                 - hide help button at startup if not extended
5790                 - switch to extended when looking for replies
5791
5792 2003-01-17 [paul]
5793
5794         * sync with 0.8.9 release
5795
5796 2003-01-17 [paul]       0.8.8claws108
5797
5798         * sync with 0.8.8cvs11
5799                 see ChangeLog 2003-01-17
5800
5801 2003-01-16 [colin]      0.8.8claws107
5802
5803         * src/procmsg.c
5804                 Changed encryption test to re-ask passphrase
5805                 if an encrypted message hasn't been decrypted
5806                 Fixes bug #5
5807
5808 2003-01-16 [christoph]  0.8.8claws106
5809
5810         * src/prefs_gtk.c
5811         * src/prefs_toolbar.c
5812         * src/gtk/prefswindow.h
5813         * src/plugins/spamassassin/spamassassin_gtk.c
5814                 remove page destroy function that is not used anymore
5815
5816 2003-01-16 [paul]       0.8.8claws105
5817
5818         * sync with 0.8.8cvs9
5819                 see ChangeLog 2002-01-16
5820
5821 2003-01-16 [colin]      0.8.8claws104
5822
5823         * src/compose.[ch]
5824                 Fix bug with autosaved drafts for IMAP, when draft
5825                 folder is specified - fixes bugzilla bug #20
5826
5827 2003-01-15 [paul]       0.8.8claws103
5828
5829         * src/compose.[ch]
5830           src/procmsg.c
5831                 store folder and message-id of message forwarding
5832                 in queue header and set forward flag after sending
5833
5834 2003-01-15 [paul]       0.8.8claws102
5835
5836         * sync with 0.8.8cvs8
5837                 see ChangeLog 2002-01-15
5838
5839 2003-01-15 [colin]      0.8.8claws101
5840
5841         * src/Makefile.am
5842                 Fix linking with GNU libiconv
5843
5844 2003-01-15 [darko]      0.8.8claws100
5845
5846         * src/pine.c
5847                 fix crash when importing pine address book
5848                 entry with an empty name (reported by DY
5849                 <dybulk at tri8.net>)
5850
5851 2003-01-14 [paul]       0.8.8claws99
5852
5853         * configure.in  ** REMOVED **
5854           configure.ac  ** NEW FILE **
5855                 rename configure.in to configure.ac, as it is now
5856                 preferred
5857
5858 2003-01-14 [melvin]     0.8.8claws98
5859
5860         * src/folderview.c
5861                 folderview_check_new(): More precise function description
5862
5863 2003-01-14 [melvin]     0.8.8claws97
5864
5865         * src/folderview.c
5866                 folderview_check_new(): return the number of new messages 
5867                         since last check.
5868         * src/inc.c
5869                 inc_account_mail(): Disable counting of new messages for IMAP
5870                         and NNTP until bug [19] and [14] are fixed.
5871
5872 2003-01-14 [paul]       0.8.8claws96
5873
5874         * sync with 0.8.8cvs6
5875                 see ChangeLog 2003-01-14
5876
5877 2003-01-13 [alfons]     0.8.8claws95
5878
5879         * src/textview.c
5880                 tune email address validation (c. 0.8.8claws89): if . is 
5881                 just one char away from @, the address is invalid too 
5882                 (correctly rejects addresses like foo@.com)
5883
5884 2003-01-13 [paul]       0.8.8claws94
5885
5886         * src/messageview.c
5887           src/toolbar.c
5888                 fixes to the Message View toolbar and menu:
5889                 fix non-functioning Forward button
5890                 make Reply button consider default_reply_list
5891                 remove 'Follow-up...' menu entry
5892                 add 'Forward' and 'Redirect' menu entries
5893
5894 2003-01-13 [melvin]     0.8.8claws93
5895
5896         * src/inc.c
5897                 Fixed typo that could make new messages count incorrect.
5898
5899 2003-01-13 [melvin]     0.8.8claws92
5900
5901         * src/folderview.[ch]
5902                 folderview_check_new(): return the number of new messages.
5903         * src/inc.c
5904                 Should fix bug [14] where new mail notification worked 
5905                         incorrectly with IMAP accounts.
5906                 inc_spool_account(): return number of new msgs, or -1 on error
5907                 inc_all_spool(): return number of new msgs
5908                 
5909 2003-01-13 [melvin]     0.8.8claws91
5910
5911         * src/prefs_actions.c
5912                 Justify help text.
5913
5914 2003-01-12 [thorsten]   0.8.8claws90
5915
5916         * src/common/prefs.c
5917                 close file before rename
5918
5919 2003-01-12 [alfons]     0.8.8claws89
5920
5921         * AUTHORS
5922                 add Christian Mertes
5923         * src/common/utils.[ch]
5924                 g_stricase_hash(), g_stricase_equal(): functions for 
5925                 case insensitive hash tables
5926         * src/textview.c
5927                 use top level domain names to validate email address, based
5928                 on a patch by Christian Mertes (thanks!), but changed 
5929                 implementation to use a hash table 
5930
5931 2003-01-12 [paul]       0.8.8claws88
5932
5933         * po/bg.po
5934                 updated by George Danchev
5935
5936 2003-01-12 [alfons]     0.8.8claws87
5937
5938         * src/summaryview.c
5939                 delete / execute performance: use new style folder update
5940
5941 2003-01-12 [paul]       0.8.8claws86
5942
5943         * sync with 0.8.8cvs5
5944                 see ChangeLog 2003-01-13 (!)
5945
5946 2003-01-12 [alfons]     0.8.8claws85
5947
5948         * src/filtering.c
5949         * src/matcher_parser_parse.y
5950                 prepare change_score filtering action
5951         * src/matcher.[ch]
5952                 give up const-correctness on functions that call non-const-correct functions;
5953                 several casts to gpointer in g_free();
5954                 add change_score;
5955
5956 2003-01-12 [christoph]  0.8.8claws84
5957
5958         * src/compose.c
5959                 fix 2 warnings
5960
5961         * src/gtk/prefswindow.[ch]
5962         * src/plugins/spamassassin/spamassassin_gtk.c
5963                 changed the call of the widget create function
5964                 for PrefsPages, because sometimes the widget
5965                 create function needs a widget that already has
5966                 been attached to a window (to create GDK pixmaps
5967                 for exmaple). So we simply pass the GtkWindow as
5968                 the second parameter now.
5969
5970         * src/main.c
5971         * src/mainwindow.c
5972         * src/prefs_toolbar.[ch]
5973                 rewrite Toolbar Preferences using the new
5974                 prefs window
5975
5976 2003-01-11 [alfons]     0.8.8claws83
5977
5978         * src/addressadd.c
5979                 fix crash when adding sender to addressbook because status bar
5980                 isn't there (the status bar doesn't seem to be used though,
5981                 but I'll let Match decide what to do with it)
5982
5983 2003-01-11 [colin]      0.8.8claws82
5984
5985         * src/main.c
5986           src/toolbar.c
5987                 Two useless changes reversed
5988
5989 2003-01-11 [colin]      0.8.8claws81
5990
5991         * src/mainwindow.c
5992           src/mainwindow.h
5993                 Add mainwindow_get_mainwindow()
5994         * src/alertpanel.c
5995           src/alertpanel.h
5996                 Add alertpanel_error_log() 
5997         * src/compose.c
5998           src/inc.c
5999           src/messageview.c
6000           src/toolbar.c
6001           src/main.c
6002           src/procmsg.c
6003                 Network errors get a View Log button
6004
6005 2003-01-10 [alfons]     0.8.8claws80
6006
6007         * src/prefs_toolbar.c
6008         * src/toolbar.c
6009                 use the translatable string for "Separator" as file name for
6010                 separator toolbar items (probably make this uppercase?)
6011
6012 2003-01-10 [alfons]     0.8.8claws79
6013
6014         * src/prefs_toolbar.c
6015                 put right A_SEPARATOR description string in "displayed
6016                 toolbar items list" so manually added separators are
6017                 saved correctly (bug #10, "Adding a separator to the main 
6018                 toolbar fails, entry in xml file is wrong")
6019
6020 2003-01-10 [christoph]  0.8.8claws78
6021
6022         * src/imap.c
6023                 o fix warnings
6024                 o use CAPABILITY to check if NAMESPACE is available
6025
6026 2003-01-10 [christoph]  0.8.8claws77
6027
6028         * src/imap.[ch]
6029                 apply UIDPLUS IMAP extension support patch
6030
6031         Patch submitted by Simon 'corecode' Schubert
6032
6033 2003-01-10 [paul]       0.8.8claws76
6034
6035         * src/folderview.c
6036                 a sync from main which fixes the news account folders'
6037                 Properties bug
6038
6039 2003-01-10 [christoph]  0.8.8claws75
6040
6041         * src/folder.c
6042                 don't accept 0 as a valid uid returned by copy and move
6043                 functions. 0 means the message was copied or moved but the
6044                 new uid could not be fetched. It is not an error condition
6045                 for the copy or move operation.
6046
6047 2003-01-10 [paul]       0.8.8claws74
6048
6049         * src/prefs_filtering.c
6050                 change English used in Alert when entry is not
6051                 saved.
6052                 
6053         * sync with 0.8.8cvs4
6054                 see ChangeLog 2003-01-10
6055
6056 2003-01-10 [darko]      0.8.8claws73
6057
6058         * src/pine.c
6059                 fix crash when importing address book entry
6060                 without a valid address
6061
6062 2003-01-09 [alfons]     0.8.8claws72
6063
6064         * src/inc.c
6065                 filtering performance: use new style folder update
6066
6067 2003-01-09 [christoph]  0.8.8claws71
6068
6069         * src/compose.c
6070         * src/gtk/menu.[ch]
6071                 fix wrong selecting of mime encoding type, when
6072                 opening property dialog of attachments in the
6073                 compose window. 7bit was always selected and that
6074                 destoryed files with 8bit data.
6075                 (closes bug #9 Sylpheed-claws destroys attachments when
6076                  changing MIME-types)
6077
6078 2003-01-09 [paul]       0.8.8claws70
6079
6080         * sync with 0.8.8cvs3
6081                 see ChangeLog 2003-01-09
6082
6083 2003-01-08 [alfons]     0.8.8claws69
6084         
6085         * src/addressadd.c
6086                 apply patch by Kim Schulz to fix build breakage
6087                 because of missing variable
6088
6089 2003-01-08 [paul]       0.8.8claws68
6090
6091         * sync with 0.8.8cvs2
6092                 see ChangeLog 2002-01-08
6093
6094 2003-01-08 [paul]       0.8.8claws67
6095
6096         * po/it.po
6097                 updated by Alessandro Maestri
6098                 
6099         * src/addressadd.c
6100                 when using 'Add sender to addressbook' allow
6101                 name to be edited and remarks to be entered
6102                 Patch submitted by Luke Plant
6103
6104 2003-01-08 [darko]      0.8.8claws66
6105
6106         * README.claws, src/summaryview.c
6107                 fix description for marked messages
6108
6109 2003-01-08 [paul]
6110
6111         * tools/Makefile.am
6112           tools/launch_phoenix  ** NEW FILE **
6113                 add script that enables using Phoenix as the default
6114                 web browser. 
6115                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6116                 
6117         * tools/OOo2sylpheed.pl
6118                 remove full path to sylpheed executable, just 'sylpheed'
6119                 will do
6120                 
6121         * tools/README
6122                 add launch_phoenix informtion and re-arrange and compress
6123                 the data a little
6124
6125 2003-01-07 [christoph]  0.8.8claws65
6126
6127         * src/folder.c
6128                 fix update for source folder when moving messages
6129         * src/procmsg.[ch]
6130         * src/summaryview.c
6131                 use function to set to_folder for message infos and
6132                 automatically update the op_count for old and new
6133                 folder
6134
6135 2003-01-07 [melvin]     0.8.8claws64
6136
6137         * src/prefs_actions.c
6138                 Fixed bug where an '%p' Action on a displayed image crashed 
6139                         Sylpheed
6140                 Code clean up (get rid of duplicated code and removed unnecessary 
6141                                 structure member)
6142
6143 2003-01-07 [christoph]  0.8.8claws63
6144
6145         * src/compose.c
6146         * src/folder.[ch]
6147         * src/folderview.c
6148         * src/import.c
6149         * src/inc.c
6150         * src/main.c
6151         * src/mainwindow.c
6152         * src/messageview.c
6153         * src/prefs_folder_item.c
6154         * src/procmsg.c
6155         * src/summaryview.c
6156         * src/toolbar.c
6157                 o remove all folder update triggering from the UI code. The folder
6158                   system should know much better when a folder needs an update.
6159                 o to prevent multiple updates in a row the folder updates can be
6160                   frozen for some time.
6161
6162                 Note: - Please verify that no updates are missing
6163                       - Check where freeze/thaws should be added
6164
6165 2003-01-07 [christoph]  0.8.8claws62
6166
6167         * src/prefs_actions.c
6168                 don't translate empty strings
6169
6170         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6171
6172 2003-01-06 [christoph]  0.8.8claws61
6173
6174         * src/prefs_actions.c
6175                 mark strings for gettext
6176         * src/prefs_matcher.c
6177                 use new description window for Execute action and
6178                 match condition in Filtering
6179
6180         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6181
6182 2003-01-06 [alfons]     0.8.8claws60
6183
6184         keep myself inspired to re-organize matcher part 8; 
6185         yes, more to come (I need to move out the descriptive
6186         text for actions to matcher.c, or at least make it not
6187         depend on the wicked ordering)
6188
6189         * src/prefs_matcher.c
6190                 add documentation so others may comprehend the
6191                 UI part of the conditions
6192                 
6193 2003-01-06 [christoph]  0.8.8claws59
6194
6195         * src/prefs_actions.c
6196                 use new description window for syntax help
6197         * src/gtk/description_window.c
6198                 fix display of descriptions with column count != 2
6199
6200         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6201
6202 2003-01-06 [christoph]  0.8.8claws58
6203
6204         * src/quote_fmt.c
6205         * src/summaryview.[ch]
6206         * src/gtk/Makefile.am
6207         * src/gtk/description_window.[ch]       ** NEW **
6208                 use a generic window to display syntax descriptions
6209                 currently used in quote_fmt and summaryview (new description
6210                 for extended quick search)
6211
6212         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6213
6214 2003-01-06 [paul]       0.8.8claws57
6215
6216         * sync with 0.8.8cvs1
6217                 see ChangeLog 2003-01-06
6218
6219 2003-01-06 [christoph]  0.8.8claws56
6220
6221         * src/mainwindow.c
6222         * src/prefs_gtk.[ch]
6223         * src/gtk/prefswindow.[ch]
6224         * src/plugins/spamassassin/spamassassin_gtk.c
6225                 o remove page management from prefswindow, pages
6226                   will be an argument to prefswindow_open
6227                 o prefswindow_open gets a datapointer that is
6228                   passed to the widget_create function to allow
6229                   creation of prefswindow for specific items
6230
6231 2003-01-06 [colin]      0.8.8claws55
6232         
6233         * src/summaryview.c
6234                 We don't want regexp in the reply-finder, 
6235                 because MIDs can contain !,$,. and so on
6236
6237 2003-01-06 [jens]       0.8.8claws54
6238
6239         * src/jpilot.c
6240                 fixed a wrong free in jpilot_read_db_files
6241
6242 2003-01-06 [alfons]     0.8.8claws53
6243
6244         re-organize matcher part 8; more to come
6245        
6246         * src/matcher.c
6247                 matcherprop_to_string(): put g_free()s before the
6248                 switch-case break to fix memleaks                
6249
6250 2003-01-06 [colin]      0.8.8claws52
6251
6252         * src/summaryview.c
6253                 cleanup & reply-finder now displays the first 
6254                 matching message
6255
6256 2003-01-05 [alfons]     0.8.8claws51
6257
6258         re-organize matcher part 7; more to come
6259
6260         * src/matcher.[ch]
6261                 fixes for constant correctness;
6262                 more documentation;
6263
6264 2003-01-05 [alfons]     0.8.8claws50
6265
6266         re-organize matcher part 6; more to come
6267         
6268         * src/matcher.[ch]
6269                 fixes for constant correctness;
6270                 more documentation;
6271         * src/filtering.c
6272                 fix for constant correctness
6273
6274 2003-01-05 [colin]      0.8.8claws49
6275
6276         * src/account.[ch]
6277                 Add account_get_reply_account function
6278         * src/compose.c
6279                 Use account_get_reply_account function 
6280         * src/summaryview.c
6281                 Basic reply-finder - click on the replied
6282                 icon gets you to the outbox using quick-search
6283
6284 2003-01-05 [paul]       0.8.8claws48
6285
6286         * src/prefs_common.c
6287                 small change to English
6288                 
6289         * src/prefs_filtering.c
6290                 prefs_filtering_action_select(): improve logic and uniformity
6291                 of gui
6292
6293 2003-01-05 [alfons]     0.8.8claws47
6294
6295         fine tune solution to focus problems (bug #7)
6296
6297         * src/mainwindow.c
6298                 mainwindow_focus_in_event(): remove grab event check
6299         * src/summaryview.c
6300                 summary_button_pressed(): move selection on right-click
6301                 too. we can't possibly move the selection back after
6302                 canceling a dialog, because gtk's incomplete focus 
6303                 management. whether this is a good solution, only time
6304                 will tell.
6305
6306 2003-01-05 [christoph]  0.8.8claws46
6307
6308         * src/imap.c
6309                 fix crash when no imap connection could be established
6310
6311 2003-01-05 [paul]       0.8.8claws45
6312
6313         * src/mainwindow.c
6314           src/sumamryview.c
6315           src/gtk/menu.[ch]
6316                 fix bug 605957 'shortcuts in popup-menu'
6317                 make user-defined shortcuts work
6318                 show shortcuts that are already defined
6319                 in the main menu
6320                 Patch submitted by Luke Plant
6321
6322 2003-01-05 [alfons]     0.8.8claws44
6323
6324         * src/mainwindow.c
6325                 focus_in_event handler should not select summary view row 
6326                 when another window (menu, dialog) grabbed for events 
6327                 (bug #7, "[0.8.8claws42] Message summary focus") 
6328
6329 2003-01-04 [christoph]  0.8.8claws43
6330
6331         * src/procmsg.c
6332                 update save folder after adding the sent message
6333                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6334
6335 2003-01-02 [christoph]  0.8.8claws42
6336
6337         * src/common/plugin.c
6338                 fix unloading of all plugins and unload
6339                 plugins in reverse order
6340                 
6341         * src/gtk/pluginwindow.c
6342                 implement function of load and unload button
6343
6344         * src/gtk/prefswindow.c
6345         * src/gtk/prefswindow.h
6346                 rename register function and add new unregister
6347                 function
6348
6349         * src/plugins/spamassassin/spamassassin_gtk.c
6350                 unregister prefs page and update for changes in
6351                 src/gtk/prefswindow.c
6352
6353 2003-01-02 [paul]       0.8.8claws41
6354
6355         * po/es.po
6356                 updated by Ricardo Mones Lastra
6357
6358 2003-01-02 [paul]
6359
6360         * tools/tb2sylpheed
6361                 fixes and improvements by Urke MMI
6362
6363 2003-01-02 [thorsten]   0.8.8claws40
6364
6365         * src/procmsg.c
6366                 fixed wrong return value
6367
6368 2003-01-02 [thorsten]   0.8.8claws39
6369
6370         * src/prefs.c
6371                 fixed printing wrong variable
6372
6373 2003-01-02 [thorsten]   0.8.8claws38
6374
6375         * src/prefs.c
6376                 fixed acessing members of freed pfile struct
6377
6378 2003-01-02 [thorsten]   0.8.8claws37
6379
6380         * src/procmsg.c
6381                 detect loops across several messages
6382                 as suggested by Christoph Hohmann
6383
6384 2003-01-01 [match]      0.8.8claws36
6385
6386         * src/addrindex.c
6387                 fixed another memory leak.
6388
6389 2003-01-01 [match]      0.8.8claws35
6390
6391         * src/jpilot.[ch]
6392                 fixed memory leaks. applied Doxygen comments.
6393
6394 2003-01-01 [thorsten]   0.8.8claws34
6395
6396         * src/procmsg.c
6397                 inhibit endless loop if msg references itself
6398                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6399
6400 2003-01-01 [christoph]  0.8.8claws33
6401
6402         * src/mainwindow.c
6403         * src/gtk/Makefile.am
6404         * src/gtk/pluginwindow.c                ** NEW **
6405         * src/gtk/pluginwindow.h                ** NEW **
6406                 add plugin window
6407
6408         * src/plugins/demo/demo.c
6409         * src/plugins/spamassassin/spamassassin.c
6410         * src/plugins/spamassassin/spamassassin_gtk.c
6411                 write better plugin descriptions
6412
6413 2002-12-31 [christoph]  0.8.8claws32
6414
6415         * src/gtk/prefswindow.c
6416         * src/plugins/spamassassin/spamassassin_gtk.c
6417                 some small improvements to GTK code
6418
6419 2002-12-31 [christoph]  0.8.8claws31
6420
6421         * src/plugins/spamassassin/spamassassin_gtk.c
6422                 enable folder select button
6423
6424 2002-12-31 [christoph]  0.8.8claws30
6425
6426         * src/mainwindow.c
6427         * src/gtk/Makefile.am
6428         * src/gtk/prefswindow.c                         ** NEW **
6429         * src/gtk/prefswindow.h                         ** NEW **
6430                 add new prefs window
6431
6432         * src/common/plugin.c
6433                 don't try to load empty config lines
6434         
6435         * src/plugins/spamassassin/Makefile.am
6436         * src/plugins/spamassassin/spamassassin.c
6437         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6438         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6439                 GTK config for SpamAssassin Plugin using
6440                 the new prefs window
6441
6442 2002-12-31 [paul]       0.8.8claws29
6443
6444         * po/POTFILES.in
6445                 remove obsolete entry 'src/menu.c'
6446
6447 2002-12-31 [alfons]     0.8.8claws28
6448
6449         * src/matcher.[ch]
6450         * src/matcher_parser_parse.y
6451         * src/prefs_matcher.c
6452                 add "ignore_thread" and "~ignore_thread" condition so it's
6453                 possible to make the actions / scoring operate on the ignore
6454                 thread flag
6455
6456 2002-12-31 [christoph]  0.8.8claws27
6457
6458         * src/addrbook.c
6459         * src/addrindex.c
6460         * src/folder.c
6461         * src/matcher.c
6462         * src/prefs_account.c
6463         * src/prefs_actions.c
6464         * src/prefs_customheader.c
6465         * src/prefs_display_header.c
6466         * src/prefs_gtk.c
6467         * src/procmime.c
6468         * src/toolbar.c
6469         * src/xmlprops.c
6470         * src/common/prefs.[ch]
6471                 extend prefs file handling for reading and automatic handling
6472                 of blocks. When reading prefs_set_block_label will automatically
6473                 move on to the block. When writing it will copy all other blocks
6474                 automatically
6475
6476         * src/common/plugin.c
6477                 Now loading plugin filenames from [Plugins] block in
6478                 sylpheed rc file
6479
6480 2002-12-30 [christoph]  0.8.8claws26
6481
6482         * src/common/hooks.[ch]
6483                 return abort status to caller of hooks_invoke
6484                 
6485         * src/inc.[ch]
6486                 invoke message filtering hook and stop
6487                 default handling when filter returns abort
6488
6489         * src/common/plugin.[ch]
6490         * src/plugins/demo/demo.c
6491                 modify plugin loader, because resolving symbols for strings
6492                 does not work correctly
6493         
6494         * configure.in
6495         * ac/spamassassin.m4                            ** NEW **
6496         * src/plugins/spamassassin/.cvsignore           ** NEW **
6497         * src/plugins/spamassassin/Makefile.am          ** NEW **
6498         * src/plugins/spamassassin/README               ** NEW **
6499         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6500         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6501         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6502                 add spamassassin plugin, see src/plugins/spamassassin/README
6503                 for details
6504
6505 2002-12-29 [alfons]     0.8.8claws25
6506
6507         * src/mainwindow.c
6508                 when moving focus from a message view to the main 
6509                 window, don't forget to select the summary node
6510                 of the displayed message. should fix "[ 659103 ] 
6511                 focus-follows-mouse confuses sylpheed"
6512
6513 2002-12-29 [christoph]  0.8.8claws24
6514
6515         * src/Makefile.am
6516         * src/stringtable.[ch]          ** REMOVE **
6517         * src/common/Makefile.am
6518         * src/common/stringtable.[ch]   ** NEW **
6519                 move stringtable files to common directory
6520
6521 2002-12-29 [christoph]  0.8.8claws23
6522
6523         * src/Makefile.am
6524         * src/menu.[ch]                 ** REMOVE **
6525         * src/gtk/Makefile.am
6526         * src/gtk/menu.[ch]             ** NEW **
6527                 move menu files to gtk directory
6528
6529 2002-12-29 [match]      0.8.8claws22
6530
6531         * src/addressbook.c
6532         * src/syldap.c
6533                 moved UI specific code out of LDAP code into addressbook
6534                 UI code. fixed memory leak.
6535
6536 2002-12-29 [christoph]  0.8.8claws21
6537
6538         * src/folder.c
6539                 only check for IGNORED parent message when message is
6540                 not IGNORED itself
6541
6542 2002-12-29 [alfons]     0.8.8claws20
6543
6544         * src/summaryview.c
6545                 set gtksctree's anchor correct (immediate execute
6546                 changes the tree's layout, and anchor points at 
6547                 the incorrect row). fixes "[ 657233 ] multiple msg 
6548                 delete sometimes off by 1".
6549                 we probably have to look for more tree layout /
6550                 anchor glitches.
6551
6552 2002-12-29 [paul]       0.8.8claws19
6553
6554         * src/summaryview.c
6555                 fix bug [ 659054 ] incorrect sorting of 'From' column
6556                 when using 'display sender using address book'
6557                 thanks to Alfons and Luke Plant
6558
6559 2002-12-29 [christoph]  0.8.8claws18
6560
6561         * src/folder.c
6562         * src/procmsg.[ch]
6563                 check parent messages for IGNORE THREAD flag, when adding,
6564                 moving or copying messages to a folder
6565
6566 2002-12-27 [alfons]     0.8.8claws17
6567
6568         re-organize matcher part 5; more to come
6569
6570         * src/matcher.c
6571                 hash keywords in matchparser_tab 
6572
6573 2002-12-27 [alfons]     0.8.8claws16
6574
6575         re-organize matcher part 4; more to come
6576
6577         * src/matcher_parser.h
6578         * src/matcher_parser_lex.l
6579         * src/matcher_parser_parse.y
6580                 cleanup
6581
6582 2002-12-27 [alfons]     0.8.8claws15
6583
6584         re-organize matcher part 3; more to come
6585
6586         * src/matcher.[ch]
6587                 cleanup
6588
6589 2002-12-27 [alfons]     0.8.8claws14
6590
6591         re-organize matcher part 2; more to come but this should
6592         work. cc me if there are any regressions.
6593
6594         * src/matcher.h
6595                 add prototype for get_matchparser_tab_id()
6596         * src/matcher_parser_lex.l
6597                 look up keywords using matchparser_tab_id();
6598
6599 2002-12-27 [alfons]     0.8.8claws12
6600
6601         re-organize matcher part 1
6602
6603         * src/matcher.h
6604                 map yacc generated constants to sylpheed matcher constants
6605         * src/matcher.c
6606                 add function to find a matcher constant from a string
6607
6608 2002-12-27 [christoph]  0.8.8claws11
6609
6610         * src/compose.c
6611                 MENUITEM_ADD casts the 4th argument from integer to pointer
6612                 so it probably should not be a pointer, this means we
6613                 should use account id for it and not the account's pointer
6614
6615 2002-12-27 [paul]       0.8.8claws10
6616
6617         * src/mainwindow.c
6618                 remove unneeded 'GtkWidget *vbox'
6619                 
6620         * src/summaryview.c
6621                 further sync with 0.8.8 - make sort
6622                 by recipient work as expected
6623                 
6624         * NEWS
6625                 sync with 0.8.8
6626
6627 2002-12-27 [paul]       0.8.8claws9
6628
6629         * po/pt_BR.po
6630                 updated by Ivan F. Martinez
6631                 
6632 2002-12-27 [darko]      0.8.8claws8
6633
6634         * src/common/utils.c
6635                 added locked pattern to extended search
6636
6637 2002-12-27 [alfons]     0.8.8claws7
6638
6639         * src/prefs_matcher.[ch]
6640                 clean up
6641
6642 2002-12-26 [alfons]     0.8.8claws6
6643
6644         * src/matcher.[ch]
6645         * src/matcher_parser_lex.l
6646         * src/matcher_parser_parse.y
6647         * src/prefs_matcher.c
6648                 allow color label as a condition in the matcher
6649
6650 2002-12-26 [oliver]     0.8.8claws5
6651         
6652         * src/toolbar.c 
6653                 enable Addressbook for Main and Messageview
6654         * src/prefs_actions.c
6655                 enable actions in Messageview
6656
6657 2002-12-26 [christoph]  0.8.8claws4
6658
6659         * src/common/plugin.c
6660                 add a little debug output
6661         * configure.in
6662         * src/plugins/demo/Makefile.am
6663                 better use of automake
6664
6665 2002-12-26 [christoph]  0.8.8claws3
6666
6667         * src/Makefile.am
6668         * src/common/Makefile.am
6669                 fix "make distdir"
6670
6671 2002-12-26 [christoph]  0.8.8claws2
6672
6673         * configure.in
6674                 sort configure checks into common / gtk / plugins
6675         * po/POTFILES.in
6676                 add src/prefs_gtk.c
6677         * src/Makefile.am
6678                 add plugins SUBDIR
6679         * src/main.c
6680         * src/common/sylpheed.[ch]
6681                 added now sylpheed_done function for shutdown
6682         * src/common/Makefile.am
6683         * src/common/plugin.[ch]                ** NEW **
6684                 plugin loader and unloader
6685         * src/plugins/.cvsignore                ** NEW **
6686         * src/plugins/Makefile.am               ** NEW **
6687                 build plugins
6688         * src/plugins/demo/.cvsignore           ** NEW **
6689         * src/plugins/demo/Makefile.am          ** NEW **
6690         * src/plugins/demo/demo.c               ** NEW **
6691                 small demo plugin that installs a logtext hook and
6692                 outputs the log text to stdout
6693
6694 2002-12-26 [paul]       0.8.8claws1
6695
6696         * po/es.po
6697                 updated by Ricardo Mones Lastra
6698
6699 2002-12-26 [paul]       0.8.8claws
6700
6701         * 0.8.8claws released
6702
6703 2002-12-26 [paul]       0.8.7claws12
6704
6705         * po/bg.po
6706                 updated by George Danchev
6707
6708 2002-12-26 [paul]       0.8.7claws11
6709
6710         * po/POTFILES.in
6711                 remove unneeded 'src/prefs.c' entry 
6712
6713 2002-12-26 [paul]       0.8.7claws10
6714
6715         * src/codeconv.c
6716           src/mainwindow.c
6717                 sync with 0.8.8 release
6718         
6719         * src/folder.[ch]
6720           src/mh.c
6721           src/summaryview.c
6722                 partial sync with 0.8.8 release
6723         
6724
6725 2002-12-25 [alfons]     0.8.7claws9
6726
6727         * src/matcher.[ch]
6728         * src/matcher_parser_lex.l
6729         * src/matcher_parser_parse.y
6730         * src/prefs_matcher.c
6731                 add locked flag to possible filtering / matcher 
6732                 conditions (also a good example what should be
6733                 done to add a simple boolean condition)
6734
6735 2002-12-25 [christoph]  0.8.7claws8
6736
6737         * src/Makefile.am
6738         * src/account.[ch]
6739         * src/addrbook.c
6740         * src/addressbook.c
6741         * src/addrindex.c
6742         * src/filtering.c
6743         * src/folder.c
6744         * src/matcher.c
6745         * src/prefs.[ch]                ** REMOVE **
6746         * src/prefs_account.c
6747         * src/prefs_actions.c
6748         * src/prefs_common.c
6749         * src/prefs_customheader.c
6750         * src/prefs_display_header.c
6751         * src/prefs_filtering.c
6752         * src/prefs_folder_item.c
6753         * src/prefs_gtk.[ch]            ** NEW **
6754         * src/prefs_matcher.c
6755         * src/prefs_scoring.c
6756         * src/prefs_summary_column.c
6757         * src/procmime.c
6758         * src/selective_download.c
6759         * src/toolbar.c
6760         * src/common/Makefile.am
6761         * src/common/prefs.[ch]         ** NEW **
6762                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6763
6764 2002-12-24 [alfons]     0.8.7claws7
6765
6766         * src/summaryview.c
6767                 summary_thread_build(): fix real cause of the crash mentioned in
6768                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6769                 this way we get meaningful ctree nodes 
6770
6771 2002-12-24 [oliver]     0.8.7claws6
6772
6773         * src/mainwindow.[ch]
6774         * src/messageview.[ch]
6775         * src/compose.[ch]
6776         * src/inc.c
6777         * src/summaryview.c
6778                 changes to use updated toolbar handling
6779                 
6780 2002-12-24 [oliver]     0.8.7claws5
6781
6782         * src/toolbar.[ch]
6783                 generic toolbar handling
6784                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6785         * src/prefs_toolbar.[ch]
6786                 adjust to handling
6787         
6788 2002-12-24 [oliver]     0.8.7claws4
6789         
6790         * src/stock_pixmap.[ch]
6791                 move SYLPHEED_LOGO to end of list in order 
6792                 to remove it from Custom Toolbar`s Icon View
6793
6794 2002-12-24 [alfons]     0.8.7claws3
6795
6796         * src/summaryview.c
6797                 summary_thread_build(): fix crash because of focus != selection 
6798                 after threading. when deleting the selection, gtk tries but fails 
6799                 to find the correct focusable element. we now force the selection
6800                 to be focused. this should solve the infamous bug reported by 
6801                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6802                 a test case is available. 
6803
6804 2002-12-24 [darko]      0.8.7claws2
6805
6806         * src/summaryview.c
6807                 don't crash when unmarking message with unread children
6808
6809 2002-12-23 [christoph]  0.8.7claws1
6810
6811         * src/Makefile.am
6812         * src/common/Makefile.am
6813                 update Makefiles for moved intl.h, version.h and defs.h
6814         * src/imap.c
6815                 rewrite imap_session_get to avoid duplicate code
6816
6817 2002-12-23 [paul]       0.8.7claws
6818
6819         * Santa-Claws released
6820         
6821         * po/hu.po
6822           po/ru.po
6823                 squeeze in updated Hungarian and Russian translations.
6824                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6825
6826 2002-12-23 [paul]       0.8.6claws129
6827
6828         * po/pl.po
6829                 updated by Witold Wladyslaw Wojciech Wilk
6830
6831 2002-12-23 [paul]       0.8.6claws128
6832
6833         * src/quote_fmt_parse.y
6834                 fix typo and add licence header
6835
6836 2002-12-23 [paul]       0.8.6claws127
6837
6838         * po/en_GB.po
6839                 updated
6840
6841 2002-12-23 [paul]       0.8.6claws126
6842
6843         * po/it.po
6844                 updated translation, submitted by Alessandro Maestri
6845                 
6846 2002-12-23 [paul]       0.8.6claws125
6847
6848         * src/quote_fmt_parse.y
6849                 fix signature-stripping on replies bug. match
6850                 '-- \n' and not '-- '.
6851
6852 2002-12-22 [paul]       0.8.6claws124
6853
6854         * po/bg.po
6855           po/es.po
6856           po/sr.po
6857                 updated translations. submitted by George Danchev,
6858                 Ricardo Mones Lastra, and Urke MMI respectively
6859
6860 2002-12-21 [paul]       0.8.6claws123
6861
6862         * src/addrbook.c
6863                 fix coding style
6864
6865 2002-12-21 [paul]       0.8.6claws122
6866
6867         * src/addrbook.c
6868                 fix bug [643638] where if a person is in one or more
6869                 addressbook groups editing that person's email 
6870                 address results in removal from those groups.
6871                 Patch submitted by Luke Plant.
6872
6873 2002-12-20 [christoph]  0.8.6claws121
6874
6875         * src/common/utils.c
6876         * src/summaryview.c
6877                 reimplement expand_search_string using GString to
6878                 prevent crashs caused by miscalculated string
6879                 lengths reported by Paul
6880
6881 2002-12-20 [christoph]  0.8.6claws120
6882
6883         * src/summaryview.c
6884                 don't use "changed" to check if op_count has to be changed as it
6885                 is also set when the message has unread children
6886                 (closes bug [ 653221 ] crash while deleting duplicates)
6887
6888 2002-12-20 [paul]       0.8.6claws119
6889
6890         * sync with 0.8.6cvs27
6891                 see ChangeLog 2002-12-20
6892
6893 2002-12-20 [paul]       0.8.6claws118
6894
6895         * sync with 0.8.6cvs26
6896                 see ChangeLog 2002-12-19 and 2002-12-20
6897
6898 2002-12-19 [alfons]     0.8.6claws117
6899
6900         * src/textview.c
6901                 fix incorrect parsing of email addresses, submitted by 
6902                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6903                 name display if it contains @".
6904
6905 2002-12-18 [paul]       0.8.6claws116
6906
6907         * sync with 0.8.6cvs23
6908                 see ChangeLog 2002-12-18
6909
6910 2002-12-18 [paul]       0.8.6claws115
6911
6912         * src/Makefile.am
6913         * src/account.c
6914         * src/codeconv.c
6915         * src/gtkutils.[ch]
6916         * src/imap.c
6917                 sync with 0.8.6cvs22.
6918                 see ChangeLog 2002-12-17 and 2002-12-18
6919
6920 2002-12-17 [christoph]  0.8.6claws114
6921
6922         * src/imap.c
6923                 o don't create a session if imap greeting fails
6924                 o don't close socket when authentication fails
6925                   this is done by imap_session_destroy
6926
6927 2002-12-17 [thorsten]   0.8.6claws113
6928
6929         * tools/Makefile.am
6930           tools/README
6931           tools/google_msgid.pl ** NEW FILE **
6932                 Added "search for message-id" script and doc
6933
6934 2002-12-17 [thorsten]   0.8.6claws112
6935
6936         * po/hu.po
6937                 Updated hungarian translation
6938                 (updated by Gal Zoltan)
6939
6940 2002-12-16 [christoph]  0.8.6claws111
6941
6942         * src/addr_compl.c
6943                 remove stupid addressbook dump to debug output
6944         * src/mh.c
6945                 fix memory leak found by Hiro
6946
6947 2002-12-14 [paul]       0.8.6claws110
6948
6949         * src/compose.c
6950                 fix menubar sensitivity on send
6951                 
6952         * src/prefs_filtering.c
6953         * src/prefs_matcher.c
6954         * src/prefs_scoring.c
6955                 Fix english ;)
6956                 
6957         * src/common/quoted-printable.h
6958                 sync: fix typo
6959         
6960 2002-12-13 [christoph]  0.8.6claws109
6961
6962         * src/Makefile.am
6963         * src/manage_window.[ch]        ** REMOVE **
6964         * src/gtk/Makefile.am
6965         * src/gtk/manage_window.[ch]    ** NEW **
6966                 move manage_window files to gtk directory
6967
6968 2002-12-13 [christoph]  0.8.6claws108
6969
6970         * src/Makefile.am
6971         * src/gtkshruler.[ch]           ** REMOVE **
6972         * src/gtk/Makefile.am
6973         * src/gtk/gtkshruler.[ch]       ** NEW **
6974                 move gtkshruler files to gtk directory
6975
6976 2002-12-13 [christoph]  0.8.6claws107
6977
6978         * src/Makefile.am
6979         * src/compose.c
6980         * src/gtkstext.[ch]             ** REMOVE **
6981         * src/gtkutils.[ch]
6982         * src/textview.c
6983         * src/gtk/gtkstext.[ch]         ** NEW **
6984         * src/gtk/Makefile.am
6985                 o move stext functions to gtkstext.c to remove
6986                   dependency of gtkutils
6987                 o move gtkstext files to gtk directory
6988
6989         * src/gtk/Makefile.am
6990         * src/gtk/sslcertwindow.[ch]
6991                 UI stuff can always depend on common code so
6992                 it's ok to add ../common to include path
6993
6994 2002-12-13 [colin]      0.8.6claws106
6995
6996         * src/summaryview.c
6997                 Disconnect sighandlers for mainwindow when
6998                 quicksearch has the focus
6999                 Fix bug #653231
7000         * src/mainwindow.[ch]
7001                 Make key_pressed callback public, to be able
7002                 to disconnect it
7003
7004 2002-12-13 [christoph]  0.8.6claws105
7005
7006         * src/mh.c
7007                 create .mh_sequences file in new MH folders
7008                 (closes feature request [ 523162 ] MH folders should
7009                  get a .mh_sequences)
7010
7011 2002-12-13 [colin]      0.8.6claws104
7012
7013         * src/summaryview.c
7014                 Better handling of quicksearch show/hide
7015                 (basically the button stays under the mouse 
7016                  when toggled)
7017
7018 2002-12-13 [paul]       0.8.6claws103
7019
7020         * sync with 0.8.6cvs17
7021                 see ChangeLog 2002-12-13
7022
7023 2002-12-13 [paul]       0.8.6claws102
7024
7025         * po/es.po
7026                 updated by Ricardo Mones Lastra
7027
7028 2002-12-11 [colin]       0.8.6claws101
7029
7030         * src/folder.c
7031                 remove statusbar stuff
7032           src/folderview.c
7033                 set statusbar verbosity when moving folders
7034
7035 2002-12-11 [colin]       0.8.6claws100
7036         * src/prefs_filtering.c
7037         * src/prefs_matcher.c
7038         * src/prefs_scoring.c
7039                 Fix english ;)
7040
7041 2002-12-11 [colin]       0.8.6claws99
7042
7043         * src/prefs_common.[ch]
7044                 Add summary_quicksearch_type
7045         * src/summaryview.c
7046                 Save last used quicksearch type
7047
7048 2002-12-11 [jens]       0.8.6claws98
7049         * src/prefs_filtering.c
7050         * src/prefs_matcher.c
7051         * src/prefs_scoring.c
7052                 added dialog for incomplete rules in scoring, filtering and
7053                 matcher to ask wheather really close
7054
7055 2002-12-11 [colin]      0.8.6claws97
7056
7057         * src/folder.c
7058                 Fix folder dnd statusbar logging
7059
7060 2002-12-10 [christoph]  0.8.6claws96
7061
7062         * src/compose.c
7063         * src/folder.c
7064         * src/imap.c
7065         * src/inc.c
7066         * src/main.c
7067         * src/mainwindow.c
7068         * src/news.c
7069         * src/send.c
7070         * src/statusbar.[ch]
7071         * src/common/hooks.c
7072         * src/common/log.[ch]
7073                 o handle verbose logging in statusbar directly in statusbar code
7074                   and common code does not need any knowledge about a statusbar
7075                 o remove direct calls to statusbar_(puts|pop)_all functions
7076
7077 2002-12-10 [jens]       0.8.6claws95
7078
7079         * src/*.c
7080                 removed gettext from g_warnings
7081         * po/POTFILES.in
7082                 cleaned and updated
7083         * po/de.po
7084                 updated
7085
7086 2002-12-10 [colin]      0.8.6claws94
7087
7088         * src/main.c
7089                 finish crash dialog fix
7090
7091 2002-12-10 [colin]      0.8.6claws93
7092
7093         * src/main.c
7094                 "Fix" "sylpheed already running" instead of
7095                 crash dialog appearing after a crash
7096
7097 2002-12-10 [colin]      0.8.6claws92
7098
7099         * po/POTFILES.in
7100                 add src/gtk/sslcertwindow.c
7101
7102 2002-12-10 [paul]       0.8.6claws91
7103
7104         * po/POTFILES.in
7105                 updated to reflect recent changes
7106                 submitted by Alessandro Maestri
7107
7108 2002-12-09 [christoph]  0.8.6claws90
7109
7110         * src/Makefile.am
7111         * src/smtp.[ch]                 ** REMOVE **
7112         * src/common/Makefile.am
7113         * src/common/smtp.[ch]          ** NEW **
7114                 move smtp files to common directory
7115
7116 2002-12-09 [christoph]  0.8.6claws89
7117
7118         * src/Makefile.am
7119         * src/session.[ch]              ** REMOVE **
7120         * src/common/Makefile.am
7121         * src/common/session.[ch]       ** NEW **
7122                 move session files to common directory
7123
7124 2002-12-09 [paul]       0.8.6claws88
7125
7126         * src/account.c
7127                 fix bug [649746] edit accounts: move account reverted
7128                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7129
7130 2002-12-09 [colin]      0.8.6claws87
7131
7132         * src/ssl_certificate.c
7133                 cleanup
7134
7135 2002-12-09 [colin]      0.8.6claws86
7136
7137         * src/ssl.c
7138                 Try to open the cert.pem database and 
7139                 issue a warning if it isn't there
7140
7141 2002-12-09 [colin]      0.8.6claws85
7142
7143         * src/common/ssl_certificate.c
7144         * src/gtk/sslcertwindow.c
7145                 Warning fixes
7146
7147 2002-12-09 [colin]      0.8.6claws84
7148
7149         * src/ssl_certificate.[ch] ** REMOVED **
7150         * src/common/ssl_certificate.[ch] ** NEW **
7151         * src/Makefile.am
7152         * src/common/Makefile.am
7153                 Moved ssl_certificate.[ch] to common
7154         * src/common/ssl.c 
7155                 Put back needed include
7156         * src/gtk/sslcertwindow.[ch]
7157                 Changed ssl_certificate.h include
7158         
7159 2002-12-09 [colin]      0.8.6claws83
7160
7161         * src/gtk/sslcertwindow.[ch]
7162                 Implement hook for certificate acception
7163         * src/ssl_certificate.[ch]
7164                 Implement hook for certificate acception
7165         * src/common/ssl.c
7166                 Reenable certificate acception check
7167         * src/mainwindow.c
7168                 Register sslcertwindow's hook
7169         
7170 2002-12-08 [christoph]  0.8.6claws82
7171
7172         * src/about.c
7173         * src/addr_compl.c
7174         * src/codeconv.c
7175         * src/manual.c
7176         * src/undo.c
7177         * src/common/utils.c
7178                 o add missing includes
7179                 o fix warnings
7180         * src/.cvsignore
7181         * src/common/.cvsignore
7182         * src/common/version.h          ** REMOVE **
7183                 remove autogenerated file
7184
7185 2002-12-08 [paul]       0.8.6claws81
7186
7187         * src/stringtable.c
7188                 put back needed include
7189
7190 2002-12-08 [colin]      0.8.6claws80
7191         
7192         * src/gtk/sslcertwindow.c
7193                 Cleaner popups when asking
7194         * src/ssl_certificate.c
7195         * src/prefs_common.[ch]
7196                 remove ssl certificate pref
7197                 put back needed include
7198         * src/undo.c
7199                 put back needed include
7200
7201 2002-12-08 [christoph]  0.8.6claws79
7202
7203         * src/folderview.c
7204         * src/logwindow.c
7205         * src/statusbar.c
7206         * src/summaryview.c
7207                 only abort hook invokation if required data is missing not
7208                 if our own data pointer is NULL, update hookfunction for
7209                 log window
7210
7211 2002-12-08 [paul]       0.8.6claws78
7212
7213         * src/about.c
7214         * src/addrcache.c
7215         * src/addrclip.c
7216         * src/addr_compl.c
7217         * src/addrselect.c
7218         * src/codeconv.c
7219         * src/colorlabel.c
7220         * src/enriched.c
7221         * src/esmtp.c
7222         * src/exporthtml.c
7223         * src/headerview.c
7224         * src/imageview.c
7225         * src/manual.c
7226         * src/noticeview.c
7227         * src/pgptext.c
7228         * src/scoring.c
7229         * src/sourcewindow.c
7230         * src/stringtable.c
7231         * src/undo.c
7232                 clean up: remove unneccesary includes
7233
7234 2002-12-08 [christoph]  0.8.6claws77
7235
7236         * src/folderview.c
7237         * src/statusbar.c
7238         * src/summaryview.c
7239         * src/common/hooks.[ch]
7240                 hook functions now have a gboolean return value, if a hook
7241                 returns TRUE it will stop executing of any more hooks in
7242                 the same hooklist for this invokation
7243
7244 2002-12-08 [colin]      0.8.6claws76
7245         
7246         * src/main.c
7247                 put back argv0 for CRASH_DIALOG
7248
7249 2002-12-08 [christoph]  0.8.6claws75
7250
7251         * src/Makefile.am
7252         * src/about.c
7253         * src/account.c
7254         * src/crash.c
7255         * src/esmtp.h
7256         * src/imap.[ch]
7257         * src/inc.c
7258         * src/main.c
7259         * src/mainwindow.c
7260         * src/news.c
7261         * src/pop.[ch]
7262         * src/prefs_account.[ch]
7263         * src/prefs_common.[ch]
7264         * src/send.[ch]
7265         * src/smtp.[ch]
7266         * src/ssl_certificate.[ch]
7267         * src/ssl_manager.[ch]
7268         * src/common/Makefile.am
7269         * src/common/log.c
7270         * src/common/nntp.[ch]
7271         * src/common/socket.[ch]
7272         * src/common/ssl.[ch]
7273         * src/gtk/sslcertwindow.[ch]
7274         * ac/openssl.m4
7275                 use new autoconf script to detect OpenSSL with extra parameters
7276                 to specify the location of libs and includes, also remove USE_SSL
7277                 to USE_OPENSSL
7278
7279         * src/common/sylpheed.[ch]
7280         * src/common/version.h.in
7281                 start seperation of common code initialization seperated from gui
7282
7283         * src/summaryview.c
7284                 The function that is called when a color label changes
7285                 should not change the color lable again
7286
7287 2002-12-08 [colin]      0.8.6claws74
7288
7289         * src/gtk/sslcertwindow.c
7290                 warning fixes
7291
7292 2002-12-08 [colin]      0.8.6claws73
7293
7294         * src/statusbar.c
7295           src/common/log.h
7296                 Register a hook for statusbar_puts_all
7297         * src/common/log.c
7298                 invoke statusbar_puts_all's hook
7299         
7300 2002-12-08 [colin]      0.8.6claws72
7301
7302         * src/ssl_certificate.c
7303                 Put back a badly-removed include
7304
7305 2002-12-08 [colin]      0.8.6claws71
7306
7307         * src/gtk/sslcertwindow.[ch]    ** NEW **
7308                 new certificate presentation
7309         * src/gtk/Makefile.am
7310                 add new files
7311         * src/ssl_certificate.[ch]
7312                 gtk cleanup, made utility functions public
7313         * src/ssl_manager.c
7314                 use new cert presentation
7315
7316 2002-12-07 [christoph]  0.8.6claws70
7317
7318         * src/Makefile.am
7319         * src/nntp.[ch]                 ** REMOVE **
7320         * src/common/Makefile.am
7321         * src/common/nntp.[ch]          ** NEW **
7322                 move nntp files to common directory
7323
7324 2002-12-07 [christoph]  0.8.6claws69
7325
7326         * src/procmsg.[ch]
7327         * src/summaryview.c
7328                 implement msginfo update callback using sylpheed's new
7329                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7330
7331 2002-12-06 [christoph]  0.8.6claws68
7332
7333         * src/editgroup.c
7334                 This patch changes the 'Edit Group Details' dialog to
7335                 allow extended selections in either pane, so that
7336                 addresses can be added or removed from a group more
7337                 quickly and easily. (it actually is a net decrease in
7338                 file size, as some unnecessary functions have been
7339                 removed). 
7340                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7341
7342 2002-12-06 [christoph]  0.8.6claws67
7343
7344         * src/Makefile.am
7345         * src/template.[ch]             ** REMOVE **
7346         * src/common/Makefile.am
7347         * src/common/template.[ch]      ** NEW **
7348                 move template files to common directory
7349
7350         * src/nntp.c
7351                 add missing log.h include
7352
7353 2002-12-06 [melvin]     0.8.6claws66
7354
7355         * src/prefs_actions.c
7356                 Added the trailing ">" syntax to insert command's output
7357                 without replacing old text (in contrast to trailing "|").
7358
7359 2002-12-05 [colin]      0.8.6claws65
7360         
7361         * src/common/utils.c
7362                 Don't modify original search_string or it'll change
7363                 the next iterations in the for()
7364
7365 2002-12-05 [darko]      0.8.6claws64
7366
7367         * src/common/utils.c
7368                 proper check for filtering commands, found by Colin
7369
7370 2002-12-05 [darko]      0.8.6claws63
7371
7372         * src/common/utils.c
7373                 check proper string for NULL pointer, found by Colin
7374
7375 2002-12-05 [darko]      0.8.6claws62
7376
7377         * src/common/utils.[ch]
7378                 expand_search_string(): new function
7379                 converts Mutt-like patterns to Sylpheed's
7380                 filtering engine
7381         * src/summaryview.c
7382                 use expand_search_string() to allow Mutt-like
7383                 patterns in extended search
7384         * README.claws
7385                 document extended option in quick search
7386
7387 2002-12-05 [paul]       0.8.6claws61
7388
7389         * sync with 0.8.6cvs16
7390                 see ChangeLog 2002-12-05
7391                 
7392         * po/POTFILES.in
7393                 clean up
7394
7395 2002-12-04 [christoph]  0.8.6claws60
7396
7397         * src/imap.[ch]
7398                 put imap authentication code into a new function and
7399                 remove it from imap_session_new that will allow to
7400                 send other commands before authentication
7401
7402 2002-12-04 [christoph]  0.8.6claws59
7403
7404         * src/imap.[ch]
7405                 use already existing method to prevent unneeded IMAP
7406                 folder selects. Set imap_select parameters to NULL
7407                 in some functions if the values are not required.
7408
7409         * src/xml.h
7410                 remove no longer required include
7411
7412 2002-12-04 [paul]       0.8.6claws58
7413
7414         * po/es.po
7415                 updated by Ricardo Mones Lastra
7416                 
7417         * configure.in
7418           po/hu.po      ** NEW FILE **
7419                 initial Hungarian translation, submitted
7420                 by Gál Zoltán <galzoli@hu.inter.net>
7421
7422 2002-12-03 [christoph]  0.8.6claws57
7423
7424         * src/Makefile.am
7425         * src/gtksctree.[ch]            ** REMOVE **
7426         * src/gtk/Makefile.am
7427         * src/gtk/gtksctree.[ch]        ** NEW **
7428                 move gtksctree files to gtk directory
7429
7430 2002-12-03 [christoph]  0.8.6claws56
7431
7432         * src/Makefile.am
7433         * src/md5.[ch]                  ** REMOVE **
7434         * srm/common/Makefile.am
7435         * src/common/md5.[ch]           ** NEW **
7436                 move md5 files to common directory
7437
7438         * src/gtkstext.c
7439                 remove not required #include
7440
7441 2002-12-03 [sergey]     0.8.6claws55
7442
7443         * src/gtkutils.c
7444         * src/gtkutils.h
7445                 gtkut_window_popup(): new function.
7446         * src/mainwindow.c
7447                 main_window_popup(): use gtkut_window_popup() to raise
7448                 window without changing its position.
7449                 (see sylpheed-main ML message [sylpheed:17247])
7450
7451 2002-12-03 [sergey]     0.8.6claws54
7452
7453         * src/send.c
7454                 send_message_local(): removed first-dot escaping
7455                 (SMTP-only, not needed for sending through pipe)
7456
7457 2002-12-03 [paul]       0.8.6claws53
7458
7459         * po/POTFILES.in
7460                 update to reflect recent changes (thanks
7461                 to Ricardo Mones Lastra)
7462                 
7463         * tools/filter_conv.pl
7464                  fix problem with quoted strings. Patch submitted
7465                  by Luke Plant <lukeplant@softhome.net>
7466
7467 2002-12-03 [paul]       0.8.6claws52
7468
7469         * sync with 0.8.6cvs15
7470                 see ChangeLog 2002-12-03
7471
7472 2002-12-02 [christoph]  0.8.6claws51
7473
7474         * src/logwindow.[ch]
7475         * src/common/log.[ch]
7476                 implement logging using a hook function
7477
7478         * src/folderview.c
7479         * src/folder.[ch]
7480                 define hooklist name in header file to avoid
7481                 errors caused by wrong spelling of hooklist names
7482
7483         * src/toolbar.c
7484                 fix warnings
7485
7486 2002-12-02 [christoph]  0.8.6claws50
7487
7488         * src/common/Makefile.am
7489                 add src/common/hooks.[ch]
7490
7491         * src/common/hooks.[ch]
7492                 implement a simple hook system using glib's hook functions
7493
7494         * src/folder.[ch]
7495         * src/folderview.c
7496                 use new hook system for folder item updates
7497
7498 2002-12-02 [christoph]  0.8.6claws49
7499
7500         * doc-src/ui_seperation.txt     ** NEW **
7501                 information for ui seperation
7502
7503         * src/Makefile.am
7504                 remove files that were moved to common
7505                 include common directory by default for the header files
7506
7507         * src/inc.c
7508         * src/common/socket.c
7509         * src/automaton.[ch]
7510                 implement automaton using g_io_*-functions instead of
7511                 gdk_input_add to make it ui independent
7512
7513         * src/codeconv.c
7514         * src/compose.c
7515         * src/ldif.c
7516         * src/pgptext.c
7517         * src/procmime.c
7518         * src/rfc2015.c
7519         * src/smtp.c
7520         * src/unmime.c
7521                 remove common/ prefix because directory is now in
7522                 include path
7523
7524         * src/compose.c
7525         * src/folder.c
7526         * src/folderview.c
7527         * src/mainwindow.c
7528         * src/messageview.c
7529         * src/prefs_common.c
7530         * src/procmsg.c
7531         * src/rfc2015.c
7532                 fix warnings
7533
7534         * src/imap.c
7535         * src/inc.c
7536         * src/news.c
7537         * src/pop.c
7538         * src/send.c
7539         * src/smtp.c
7540         * src/ssl_certificate.c
7541                 add log.h header file for logging functions
7542
7543         * src/main.c
7544         * src/common/utils.c
7545         * src/summaryview.c
7546         * src/xml.c
7547                 o move debug_mode to common/utils.c
7548                 o add functions to set and get debug_mode
7549
7550         * src/defs.h                    ** REMOVE **
7551         * src/intl.h                    ** REMOVE **
7552         * src/socket.[ch]               ** REMOVE **
7553         * src/ssl.[ch]                  ** REMOVE **
7554         * src/utils.[ch]                ** REMOVE **
7555                 replaced by new files in src/common/
7556         
7557         * src/common/Makefile.am
7558                 add new files in src/common/
7559
7560         * src/common/defs.h             ** NEW **
7561         * src/common/intl.h             ** NEW **
7562         * src/common/log.[ch]           ** NEW **
7563         * src/common/socket.[ch]        ** NEW **
7564         * src/common/ssl.[ch]           ** NEW **
7565         * src/common/utils.[ch]         ** NEW **
7566                 replacement for files in src/
7567
7568 2002-12-02 [colin]      0.8.6claws48
7569
7570         * src/folderview.c
7571                 Scroll folderview if necessary during dnd
7572
7573 2002-12-02 [colin]      0.8.6claws47
7574
7575         * src/folder.[ch]
7576                 Add check to verify a move is within a single mailbox
7577         * src/folderview.c
7578                 Add specific error string for this check
7579
7580 2002-12-02 [colin]      0.8.6claws46
7581
7582         * src/folder.c
7583                 Add a test to folder moving, remove a statusbar_print
7584         * src/folderview.c
7585                 Add Move folder... context-menu item
7586                 Factorize folder moving code
7587                 Enable folder DND for mbox
7588
7589 2002-12-01 [christoph]  0.8.6claws45
7590
7591         * ac/aspell.m4
7592                 remove conf.aspelltest if the version check fails
7593
7594 2002-11-30 [christoph]  0.8.6claws44
7595
7596         * autogen.sh
7597                 run libtoolize --force in autogen to create missing
7598                 libtool scripts
7599
7600 2002-11-30 [christoph]  0.8.6claws43
7601
7602         * src/Makefile.am
7603         * src/pgptext.c
7604         * src/procmime.c
7605         * src/rfc2015.c
7606         * src/uuencode.[ch]             ** REMOVED **
7607         * src/common/Makefile.am
7608         * src/common/uuencode.[ch]      ** NEW **
7609                 move uuen/decoder to common directory
7610
7611 2002-11-30 [christoph]  0.8.6claws42
7612
7613         * src/Makefile.am
7614         * src/base64.[ch]               ** REMOVED **
7615         * src/codeconv.c
7616         * src/compose.c
7617         * src/ldif.c
7618         * src/pgptext.c
7619         * src/procmime.c
7620         * src/rfc2015.c
7621         * src/smtp.c
7622         * src/unmime.c
7623         * src/common/Makefile.am
7624         * src/common/base64.[ch]        ** NEW **
7625                 move base64 en/decoder to common directory
7626
7627 2002-11-30 [christoph]  0.8.6claws41
7628
7629         * src/common                    ** NEW **
7630                 new directory for UI independent code
7631         * src/gtk                       ** NEW **
7632                 new directory for GTK frontend
7633         * src/common/.cvsignore         ** NEW **
7634         * src/gtk/.cvsignore            ** NEW **
7635                 ignore build files
7636         * src/common/Makefile.am        ** NEW **
7637         * src/gtk/Makefile.am           ** NEW **
7638                 automake files to build new seperated stuff
7639         * src/Makefile.am
7640                 the binary will currently still be build with the
7641                 files in src, so we include the code from the
7642                 subdirs for now after building the libs there
7643
7644 2002-11-30 [paul]       0.8.6claws40
7645
7646         * src/compose.c
7647                 fix bug [642731] 'Wrong selected account with drafted mail'
7648
7649 2002-11-29 [oliver]     0.8.6claws39
7650         
7651         * src/messageview.c
7652                 o update summaryview when switching between different
7653                   messageviews          
7654         * src/toolbar.c  
7655                 o check if messageview holds already removed msg
7656                   from summaryview
7657                 
7658
7659 2002-11-29 [oliver]     0.8.6claws38
7660
7661         * src/toolbar.c 
7662                 remove not needed variables and includes
7663                 make messageview stay opened and move to next when msgs are deleted 
7664
7665 2002-11-29 [oliver]     0.8.6claws37
7666         
7667         * src/toolbar.c 
7668                 disable compose button (messageview toolbar) by default
7669                 deleted msgs are moved to trash
7670         
7671 2002-11-29 [melvin]     0.8.6claws36
7672
7673         * configure.in
7674                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7675                 and to detect signatures expirations (gpgme 0.3.6)
7676
7677         * src/main.c
7678                 Use non obsolescent function for Gpgme engine checking.
7679
7680         * src/rfc2015.c
7681                 Inform about expired signatures or signatures which key
7682                 has expired. Expiration date is displayed.
7683
7684         * src/sigstatus.c
7685                 Inform about expired signatures or signatures which key
7686                 has expired.
7687
7688 2002-11-28 [paul]       0.8.6claws35
7689
7690         * src/folderview.c
7691                 re-instate 'Check for new messages' in Newsgroup
7692                 folders right-click menu, after a suggestion from
7693                 Tim Mann <timmann@users.sourceforge.net>
7694
7695         * src/main.c
7696                 after a crash check only local folders for new
7697                 messages
7698
7699 2002-11-28 [paul]       0.8.6claws34
7700
7701         * configure.in
7702                 apply patch that fixes the checking of GTK with XIM 
7703                 support on different OSs, such as FreeBSD. Patch 
7704                 submitted by Topia <topia@users.sourceforge.net>
7705                 
7706 2002-11-28 [paul]       0.8.6claws33
7707
7708         * src/mainwindow.c
7709           src/prefs_common.c
7710           src/prefs_toolbar.c
7711                 more changes to the English
7712
7713 2002-11-28 [paul]       0.8.6claws32
7714
7715         * sync with 0.8.6cvs13
7716                 see ChangeLog 2002-11-28 (no sync needed
7717                 for src/compose.c)
7718
7719 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7720         
7721         * src/mainwindow.[ch]
7722                 add patch by Ivan F. Martinez introducing messageview Toolbar
7723                 some changes and committed by oliver    
7724
7725 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7726
7727         * src/messageview.[ch]
7728                 add patch by Ivan F. Martinez introducing messageview Toolbar
7729                 some changes and committed by oliver    
7730
7731 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7732
7733         * src/compose.[ch]
7734                 add patch by Ivan F. Martinez introducing messageview Toolbar
7735                 some changes and committed by oliver    
7736
7737 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7738         
7739         * src/toolbar.[ch]
7740                 add patch by Ivan F. Martinez introducing messageview Toolbar
7741                 some changes and committed by oliver
7742
7743 2002-11-28 [oliver]     0.8.6claws27
7744         
7745         * src/prefs_toolbar.[ch]
7746                 getting ready for messageview toolbar
7747                 free mem allocated by gettext
7748                 change prefs_toolbar to prefs_toolbar_open
7749  
7750 2002-11-28 [thorsten]   0.8.6claws26
7751
7752         * src/imageview.[ch]
7753                 cleaned up conflicting declarations of
7754                 imageview_show_image()
7755
7756 2002-11-28 [paul]       0.8.6claws25
7757
7758         * src/grouplistdialog.c
7759           src/prefs_common.c
7760           src/prefs_summary_column.c
7761                 a few more improvements to the English
7762
7763 2002-11-28 [colin]      0.8.6claws24
7764
7765         * man/sylpheed.1
7766                 A few updates to command-line parameters
7767
7768 2002-11-28 [colin]      0.8.6claws23
7769
7770         * src/prefs_filtering.c
7771                 Fix problems with prefs_filtering_delete_path:
7772                 a) if the first rule is removed, original pointers
7773                    weren't updated (leading to segfaults)
7774                 b) it was always global_processing updated in case
7775                    of removed path was parent of rule path
7776
7777 2002-11-27 [paul]       0.8.6claws22
7778
7779         * src/mainwindow.c
7780           src/prefs_account.c
7781           src/prefs_actions.c
7782           src/prefs_common.c
7783           src/prefs_customheader.c
7784           src/prefs_display_header.c
7785           src/prefs_filtering.c
7786           src/prefs_folder_item.c
7787           src/prefs_matcher.c
7788           src/prefs_scoring.c
7789           src/prefs_summary_column.c
7790           src/prefs_template.c
7791           src/prefs_toolbar.c
7792                  improve the English in the GUI
7793
7794 2002-11-27 [colin]      0.8.6claws21
7795
7796         * src/folder.c
7797                 Fix processing renaming problems happening after
7798                 last commit
7799
7800 2002-11-27 [colin]      0.8.6claws20
7801
7802         * src/folder.c
7803                 recursive move now deletes src each subfolder after 
7804                 having moved it
7805         * src/folderview.c
7806                 Use identifier instead of path during dnd (enables
7807                 IMAP folder dnd)
7808
7809 2002-11-27 [paul]       0.8.6claws19
7810
7811         * src/main.c
7812                 apply patch that does command-line processing 
7813                 BEFORE gtk_init, allowing claws to run from 
7814                 shell-scripts in non-X environment (e.g. crontab 
7815                 or ip-up, ip-down scripts). Patch submitted by
7816                 Ruslan N. Balkin <baron@dartel.ru>
7817                 
7818         * po/it.po
7819                 updated by Alessandro Maestri
7820
7821 2002-11-27 [paul]       0.8.6claws18
7822
7823         * sync with 0.8.6cvs12
7824           src/prefs_common.c
7825                 Differences are that main uses a 'Receive dialog'
7826                 frame on the Interface tab, whereas claws groups all 
7827                 the dialogs together in a 'Dialogs' frame.
7828
7829 2002-11-27 [colin]      0.8.6claws17
7830
7831         * src/prefs_matcher.c
7832                 Fix Execute criteria's NOT flag
7833
7834
7835 2002-11-26 [christoph]  0.8.6claws16
7836
7837         * src/ssl.c
7838                 rewrite the ssl code a little bit, only use one
7839                 SSL context, set default certificates' file/path
7840
7841 2002-11-26 [thorsten]   0.8.6claws15
7842
7843         * src/compose.c
7844                 default-reply-to didn't work for ml-reply
7845
7846 2002-11-26 [melvin]     0.8.6claws14
7847
7848         * src/prefs_actions.c
7849                 Made pipe-actions ignore short headers in message view
7850                 Made trailing-pipe-actions write in the message view with
7851                 the same font as the original message
7852
7853 2002-11-26 [paul]       0.8.6claws13
7854
7855         * src/compose.c
7856                 this time commit the correct file
7857
7858 2002-11-26 [paul]       0.8.6claws12
7859
7860         * sync with 0.8.6cvs11
7861           src/quote_fmt_parse.y  
7862                 no sync needed
7863           src/account.[ch]       
7864                 not sync'ed
7865           src/compose.c
7866                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7867                 on draft mode.
7868                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7869                 header
7870                 
7871         see ChangeLog 2002-11-25 and 2002-11-26
7872
7873 2002-11-26 [colin]      0.8.6claws11
7874
7875         * src/folderview.c
7876                 Fix collapsed folder not auto-expanding during
7877                 mail dnd, if it was the source folder.
7878
7879 2002-11-25 [colin]      0.8.6claws10
7880
7881         * src/folderview.[ch]
7882                 Variable renaming and cleaning (slist of nodes 
7883                 to be re-collapsed is stored in FolderView)
7884
7885 2002-11-25 [paul]       0.8.6claws9
7886
7887         * src/prefs_common.[ch]
7888                 fix breakage caused by last commit
7889
7890 2002-11-25 [paul]       0.8.6claws8
7891
7892         * sync with 0.8.6cvs4
7893                 see ChangeLog 2002-11-21
7894
7895 2002-11-25 [paul]       0.8.6claws7
7896
7897         * sync with 0.8.6cvs4
7898                 see ChangeLog 2002-11-20
7899
7900 2002-11-25 [paul]       0.8.6claws6
7901
7902         * sync with 0.8.6cvs3
7903                 see ChangeLog 2002-11-18
7904
7905 2002-11-25 [colin]      0.8.6claws5
7906
7907         * src/gtkutils.[ch]
7908                 Add gtkut_ctree_node_is_parent()
7909         * src/folderview.c
7910                 Spring-loaded folders
7911
7912 2002-11-25 [colin]      0.8.6claws4
7913
7914         * src/utils.[ch]
7915                 Add slist_concat_unique(), function to merge
7916                 two GSList filtering dups
7917         * src/folder.[ch]
7918         * src/summaryview.[ch]
7919         * src/folderview.c
7920         * src/main.c
7921                 Add detection/update/display of unread answers
7922                 to marked mails
7923         * src/procmsg.[ch]
7924                 Add procmsg_find_children()
7925                 Add procmsg_msg_has_marked_parent()
7926
7927 2002-11-25 [colin]      0.8.6claws3
7928
7929         * src/ssl_certificate.[ch]
7930                 Allow checking a certificate without a DNS
7931                 lookup
7932                 Allow to forget a cert (by deleting it)
7933                 Make ssl_certificate_destroy_public
7934         * src/ssl_manager.[ch] ** NEW FILES **
7935                 Gui to manage (display/remove) certificates
7936         * src/prefs_common.[ch]
7937                 Add a pref to allow silent acceptation of
7938                 trusted certificates or not (based on the
7939                 "I want to know what's going on" principle)
7940         * src/mainwindow.c
7941                 Add SSL manager in Tools menu
7942         * src/Makefile.am
7943                 Add the new files to the build
7944         * po/POTFILES.in
7945                 Add ssl_manager.c to translations
7946
7947 2002-11-25 [colin]      0.8.6claws2
7948
7949         * src/summaryview.[ch]
7950                 Add S_SEARCH_EXTENDED to the quick search, which 
7951                 allows to search using filtering syntax.
7952
7953 2002-11-25 [colin]      0.8.6claws1
7954
7955         * src/summaryview.c
7956                 Deletion of duplicates now prefer deleting
7957                 the unread dup (fixes feature-request 638989).
7958
7959 2002-11-24 [paul]       0.8.6claws
7960
7961         * po/es.po
7962           po/pl.po
7963           po/ru.po
7964           po/sr.po
7965                 updated by Ricardo Mones Lastra,
7966                 Witold Wladyslaw Wojciech Wilk,
7967                 Ruslan N. Balkin, and  Urke MMI 
7968                 respectively
7969
7970 2002-11-24 [paul]       0.8.5claws182
7971
7972         * po/bg.po
7973                 updated by George Danchev
7974
7975 2002-11-23 [alfons]     0.8.5claws181
7976
7977         * src/imap.c
7978                 tiny memory leak found by browsing Dimitar's 
7979                 valgrind report
7980
7981 2002-11-23 [paul]       0.8.5claws180
7982
7983         * po/it.po
7984                 updated by Alessandro Maestri
7985
7986 2002-11-22 [christoph]  0.8.5claws179
7987
7988         * src/compose.c
7989         * src/inc.c
7990         * src/prefs_filtering.c
7991         * src/summaryview.c
7992                 more warning fixes
7993
7994 2002-11-22 [alfons]     0.8.5claws178
7995
7996         * src/summaryview.c
7997                 summary_execute_delete_func(): if message is deleted, make 
7998                 sure to also remove its entry in the subject hash table. 
7999                 fixes a corner case bug.
8000
8001 2002-11-22 [paul]       0.8.5claws177
8002
8003         * .cvsignore
8004                 add 'autom4te.cache'
8005                 
8006         * ltconfig      ** REMOVED **
8007                 not needed
8008
8009 2002-11-22 [paul]       0.8.5claws176
8010
8011         * src/textview.c
8012                 textview_set_font(): fix for message display in
8013                 UTF-8 locales (thanks to Sergey Vlasov).
8014                 
8015         * AUTHORS
8016                 add new team members and contributors
8017
8018
8019 2002-11-21 [colin]      0.8.5claws175
8020
8021         * src/procmsg.[ch]
8022                 Add procmsg_remove_special_headers()
8023         * src/mh.c
8024                 Use procmsg_remove_special_headers() for 
8025                 previous fix
8026
8027 2002-11-21 [colin]      0.8.5claws174
8028
8029         * src/mh.c
8030                 Fix moving/copying from queue/draft folders
8031                 for MH folders
8032
8033 2002-11-21 [christoph]  0.8.5claws173
8034
8035         * src/crash.c
8036         * src/filtering.c
8037         * src/logwindow.c
8038         * src/main.c
8039         * src/matcher_parser_lex.[hl]
8040         * src/mbox.c
8041         * src/mbox_folder.[ch]
8042         * src/prefs_filtering.c
8043         * src/procheader.c
8044         * src/quote_fmt_lex.l
8045         * src/ssl.c
8046                 fix all warnings except the warnings in lex and yacc files
8047
8048 2002-11-20 [christoph]  0.8.5claws172
8049
8050         * src/imap.c
8051                 fix MsgInfo retrieval for IMAP draft and queue folders
8052                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8053
8054 2002-11-19 [christoph]  0.8.5claws171
8055
8056         * src/compose.c
8057                 fix segfault, when draft saving does not get
8058                 the MsgInfo of the new message
8059                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8060
8061 2002-11-19 [christoph]  0.8.5claws170
8062
8063         * src/procmsg.c
8064                 add parameter check for flag setting function
8065                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8066
8067 2002-11-18 [paul]       0.8.5claws169
8068
8069         * src/compose.c
8070                 more sensitivity fixes to redirect mode:
8071                 * disable toolbar draft button
8072                 * allow only Address book in the Tools menu
8073                 * disable editing of message by the spell
8074                   checker
8075
8076 2002-11-18 [paul]       0.8.5claws168
8077
8078         * src/compose.c
8079                 fix sensitivity of menu items in compose_redirect():
8080                 allow only the necessary items 
8081
8082 2002-11-18 [paul]       0.8.5claws167
8083
8084         * src/compose.c
8085                 fix bug [ 603259 ] 'attachment got lost on bounce'
8086
8087 2002-11-18 [paul]       0.8.5claws166
8088
8089         * po/ru.po
8090                 updated by Ruslan N. Balkin <baron@dartel.ru>
8091
8092 2002-11-18 [colin]      0.8.5claws165
8093
8094         * src/main.c
8095           src/defs.h
8096                 Remove old filtering stuff
8097
8098
8099 2002-11-17 [oliver]     0.8.5claws164
8100
8101         * src/toolbar.h
8102                 remove not needed typedef 
8103
8104 2002-11-17 [oliver]     0.8.5claws163
8105
8106         * src/toolbar.c
8107                 make toolbar's on click events translatable
8108
8109 2002-11-15 [colin]      0.8.5claws162
8110
8111         * src/summaryview.c
8112                 Revert too-soon integration of a feature
8113
8114 2002-11-15 [christoph]  0.8.5claws161
8115
8116         * src/imap.c
8117                 use main's implementation of imap_get_msginfo
8118
8119 2002-11-15 [christoph]  0.8.5claws160
8120
8121         * src/compose.c
8122         * src/folder.[ch]
8123         * src/imap.c
8124         * src/mbox_folder.c
8125         * src/mh.c
8126         * src/news.c
8127         * src/procmsg.c
8128         * src/summaryview.c
8129                 replace claws' fetch_msginfo with main's get_msginfo
8130                 (use main's implementation where possible)
8131
8132 2002-11-15 [colin]      0.8.5claws159
8133
8134         * src/ssl_certificate.c
8135                 Missed a check
8136
8137 2002-11-16 [melvin]     0.8.5claws158
8138
8139         * po/fr.po
8140                 Updated French translations.
8141
8142 2002-11-16 [colin]      0.8.5claws157
8143
8144         * src/ssl_certificate.c
8145                 Check for missing parts in the certificates
8146
8147 2002-11-15 [colin]      0.8.5claws156
8148
8149         * src/folderview.c
8150                 Preventive fix (missing check) found by
8151                 Alfons
8152
8153 2002-11-15 [paul]
8154
8155         * NEWS
8156                 sync with 0.8.6 release
8157
8158 2002-11-15 [colin]      0.8.5claws155
8159
8160         * src/folder.[ch]
8161           src/folderview.c
8162                 Fix error handling of folder_item_move_to()
8163                 (thanks to Alfons!)
8164
8165 2002-11-15 [colin]      0.8.5claws154
8166
8167         * src/folder.[ch]
8168           src/folderview.c
8169                 folder_item_move_to() sets an error message instead
8170                 of having GUI stuff in folder.c
8171
8172 2002-11-15 [colin]      0.8.5claws153
8173
8174         * src/procmsg.[ch]
8175                 Implemented a callback for MsgInfo updates, 
8176                 heavily copy/pasted from Christoph's folder 
8177                 callback system
8178         * src/summaryview.[ch]
8179                 Register summary_update_msg as callback
8180
8181 2002-11-14 [colin]      0.8.5claws152
8182         
8183         * src/procmsg.c
8184                 Update the FolderItem after sending (fixes 617593)
8185
8186 2002-11-14 [christoph]  0.8.5claws151
8187
8188         * src/folder.c
8189                 fix wrong position of NULL pointer check found
8190                 by Sergey
8191
8192 2002-11-14 [christoph]  0.8.5claws150
8193
8194         * src/folder.c
8195                 fix segfault when deleting messages from IMAP folders
8196                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8197
8198 2002-11-14 [colin]      0.8.5claws149
8199
8200         * src/compose.c
8201                 Forwarding was also ignoring the folder's default account.
8202
8203 2002-11-14 [colin]      0.8.5claws148
8204
8205         * src/compose.c
8206                 Fix sent folder not set to folder properties when 
8207                 forwarding.
8208
8209 2002-11-14 [thorsten]   0.8.5claws147
8210
8211         * src/inc.c
8212                 inc_start(): Files were not moved from .processing to inbox,
8213                 if no global processing rule existed
8214
8215 2002-11-14 [colin]      0.8.5claws146
8216
8217         * src/ssl_certificate
8218                 Fix file operations
8219
8220 2002-11-14 [paul]       0.8.5claws145
8221
8222         * po/it.po
8223                 updated by Alessandro Maestri
8224
8225 2002-11-13 [alfons]     0.8.5claws144
8226
8227         * src/folder.c
8228                 folder_item_close(): only mark messages unread
8229                 when a folder has new messages 
8230
8231 2002-11-13 [keith]      0.8.5claws143
8232
8233         * src/imap.c
8234                 Fix problem moving or copying between
8235                 IMAP folders
8236
8237 2002-11-13 [colin]      0.8.5claws142
8238
8239         * src/matcher_parser_parse.y
8240                 Fix rule problem when " don't match
8241
8242 2002-11-13 [christoph]  0.8.5claws141
8243
8244         * src/folder.c
8245         * src/folderview.c
8246                 moved cache saving to folder_item_close
8247                 the folderview should not have to deal with
8248                 this things
8249
8250 2002-11-13 [christoph]  0.8.5claws140
8251
8252         * src/summaryview.c
8253                 moved setting of important score to
8254                 summary_set_prefs_from_folderitem
8255
8256 2002-11-13 [colin]      0.8.5claws139
8257
8258         * src/matcher_parser_parse.y
8259                 Fix a segfault in the parser (happening when
8260                 a good expression had been tested and a bad 
8261                 one arrives)
8262
8263 2002-11-13 [paul]       0.8.5claws138
8264
8265         * sync with 0.8.5cvs24
8266                 see ChangeLog 2002-11-13
8267                 
8268         * po/pt_BR.po
8269                 updated by Fabio Jr. Beneditto
8270
8271 2002-11-13 [colin]      0.8.5claws137
8272         
8273         * src/msgcache.c
8274           src/defs.h
8275           src/procmsg.[ch]
8276                 Revert last commit, problem
8277
8278 2002-11-13 [colin]      0.8.5claws136
8279
8280         * src/msgcache.c
8281                 Remove duplicated code
8282         * src/defs.h
8283                 Bumped CACHE_VERSION and MARK_VERSION
8284         * src/procmsg.[ch]
8285                 Network endian for cache and mark files
8286
8287 2002-11-12 [colin]      0.8.5claws135
8288
8289         * src/inc.c
8290                 Fix the "socket error" dialog which disappeared
8291
8292 2002-11-12 [colin]      0.8.5claws134
8293
8294         * src/msgcache.c
8295                 Reverse last commit which had performance 
8296                 problems, but still reverse the list
8297
8298 2002-11-12 [colin]      0.8.5claws133
8299
8300         * src/msgcache.c
8301                 Reverse list order
8302
8303 2002-11-12 [melvin]     0.8.5claws132
8304
8305         * src/compose.c
8306                 Added a check for a NULL prefs_common.dictionary
8307
8308 2002-11-12 [colin]      0.8.5claws131
8309
8310         * src/ssl_certificate.[ch]
8311                 Use FQDN hostname
8312
8313 2002-11-12 [colin]      0.8.5claws130
8314
8315         * src/ssl_certificate.[ch]
8316                 Take connection port into account for 
8317                 checking certificates (a single hostname
8318                 could have multiple servers with multiple
8319                 certificates)
8320         * src/ssl.c
8321                 Pass the port to ssl_certificate_check
8322
8323 2002-11-12 [paul]       0.8.5claws129
8324
8325         * src/folder.c
8326                 fix a typo in last commit
8327
8328 2002-11-12 [paul]       0.8.5claws128
8329
8330         * sync with 0.8.5cvs23
8331                 see ChangeLog entry 2002-11-12
8332
8333 2002-11-11 [colin]      0.8.5claws127
8334
8335         * src/ssl_certificate.c
8336                 Cleaner messages
8337                 Don't popup, instead log error, if the 
8338                 corresponding pref is checked
8339         * src/ssl_certificate.h
8340                 include <openssl/objects/h>
8341
8342 2002-11-11 [colin]      0.8.5claws126
8343
8344         * src/ssl_certificate.h
8345                 _Really_ clean it
8346
8347 2002-11-11 [colin]      0.8.5claws125
8348         
8349         * src/ssl_certificate.c
8350                 Fixed leak
8351
8352 2002-11-11 [colin]      0.8.5claws124
8353
8354         * src/ssl.c
8355                 Cleaned a bit
8356         * src/ssl_certificate.[ch]
8357                 Cleaned a bit (better use of SSL API)
8358                 (This will cause non-recognition of saved 
8359                  certificates of claws12[23]...)
8360
8361 2002-11-11 [paul]       0.8.5claws123
8362         
8363         * po/es.po
8364                 updated by Ricardo Mones Lastra
8365
8366 2002-11-11 [colin]      0.8.5claws122
8367
8368         * src/ssl.c
8369                 Fix a typo
8370
8371 2002-11-11 [colin]      0.8.5claws121
8372
8373         * src/ssl_certificate.[ch] ** NEW FILES **
8374         * src/ssl.[ch]
8375                 Check SSL certificates presented to us
8376         * src/Makefile.am
8377                 Add ssl_certificate.[ch]
8378         * po/POTFILES.in
8379                 Add ssl_certificate.c
8380
8381 2002-11-11 [paul]       0.8.5claws120
8382
8383         * sync with 0.8.5cvs22
8384                 see ChangeLog 2002-11-11
8385
8386 2002-11-11 [paul]       0.8.5claws119
8387
8388         * sync with 0.8.5cvs21
8389                 see ChangeLog 2002-11-11
8390
8391 2002-11-10 [jens]       0.8.5claws118
8392
8393         * src/folder.c
8394         * src/folderview.c
8395                 corrected some typing
8396         * po/de.po
8397                 updated german translation
8398         * sylpheed.spec.in
8399                 cleaned up specfile and adjusted it for claws
8400
8401 2002-11-10 [colin]      0.8.5claws117
8402
8403         * src/summaryview.c
8404                 a STATUSBAR_PUSH/POP fix
8405
8406 2002-11-10 [colin]      0.8.5claws116
8407
8408         * src/prefs_folder_item.c
8409                 Fix hanging after opening folder properties
8410
8411 2002-11-10 [hoa]        0.8.5claws115
8412
8413         * src/matcher_parser_lex.l
8414         * src/matcher_parser_parse.y
8415                 config file for scoring and filtering is no more trashed
8416                 when there is a syntax error in a filtering rule when
8417                 editing it in a dialog.
8418
8419 2002-11-09 [colin]      0.8.5claws114
8420
8421         * src/mbox_folder.c
8422                 Added missing initialisation of folder->destroy()
8423
8424 2002-11-09 [colin]      0.8.5claws113
8425
8426         * src/folder.c
8427           src/folderview.c
8428                 Fix the status bar messages
8429
8430 2002-11-09 [colin]      0.8.5claws112
8431
8432         * src/folderview.c
8433                 Fix hangs after folder dnd, happening after 
8434                 claws109.
8435
8436 2002-11-09 [christoph]  0.8.5claws111
8437
8438         * src/folderview.c
8439                 just changed order of calls (reverse order of
8440                 associated calls)
8441         * src/inc.c
8442                 lock inc when checking only one account, otherwise
8443                 inc all could be executed at the same time
8444
8445 2002-11-09 [christoph]  0.8.5claws110
8446
8447         * src/folderview.c
8448                 better unlock the mouse cursor before calling
8449                 summary_show because it changes the cursor too
8450
8451 2002-11-09 [christoph]  0.8.5claws109
8452
8453         * src/folder.[ch]
8454         * src/folderview.c
8455                 add functions to open and close a folder
8456                 o opending will execute scanning for remote folders
8457                   and processing
8458                 o closing will unset new flag for messages
8459
8460 2002-11-09 [colin]      0.8.5claws108
8461
8462         * src/folder.c
8463                 Add a call to prefs_matcher_write_config to 
8464                 avoid non-leaf folders filtering settings to be
8465                 lost
8466
8467 2002-11-09 [paul]       0.8.5claws107
8468
8469         * src/prefs_account.c
8470                 re-word a label
8471
8472 2002-11-09 [colin]      0.8.5claws106
8473
8474         * src/folderview.c
8475                 Minor esthetic fix
8476
8477 2002-11-09 [colin]      0.8.5claws105
8478
8479         * src/folderview.c
8480                 Fix prefs_filtering deletion for MH folders (same
8481                 reason as below)
8482         * src/prefs_filtering.c
8483                 Fix prefs_filtering renaming and deletion for 
8484                 folder-based processing rules.  
8485
8486 2002-11-09 [christoph]  0.8.5claws104
8487
8488         * src/compose.c
8489         * src/folder.[ch]
8490         * src/folderview.[ch]
8491         * src/import.c
8492         * src/inc.c
8493         * src/main.c
8494         * src/mainwindow.c
8495         * src/messageview.c
8496         * src/prefs_folder_item.c
8497         * src/procmsg.c
8498         * src/summaryview.c
8499                 implement a callback system for folder item updates
8500
8501 2002-11-09 [colin]      0.8.5claws103
8502
8503         * src/folderview.c
8504                 Fix prefs_filtering renaming for MH folders (we
8505                 shouldn't rename by path as another folder could
8506                 have the same hierarchy).
8507
8508 2002-11-09 [colin]      0.8.5claws102
8509
8510         * src/folder.c
8511                 Fix a leak found by Christoph, use better variable
8512                 names
8513
8514 2002-11-09 [colin]      0.8.5claws101
8515
8516         * src/folder.c
8517                 One more fix for processing rules
8518
8519 2002-11-08 [colin]      0.8.5claws100
8520         
8521         * src/matcher.c
8522                 Don't copy the compiled regexp (will be reevaluated)
8523         * src/folderview.c
8524                 Lock folderview while moving
8525         * src/folder.c
8526                 Provide info on what's happening to the user
8527
8528 2002-11-08 [colin]      0.8.5claws99
8529
8530         * src/folderview.c
8531                 Fix folder reordering after a move if parent is 
8532                 root
8533         * src/scoring.[ch]
8534                 Add function to copy a ScoringProp
8535         * src/prefs_folder_item.c
8536                 Copy scoring rules when copying a folder prefs
8537
8538 2002-11-08 [colin]      0.8.5claws98
8539
8540         * src/folderview.c
8541                 Fixes in case of failure
8542         * src/filtering.[ch]    
8543                 Add function to duplicate a FilteringProp
8544         * src/matcher.[ch]
8545                 Add function to duplicate a MatcherProp
8546         * src/prefs_folder_item.c
8547                 Save folder's processing rules when copying 
8548                 its prefs
8549
8550 2002-11-08 [colin]      0.8.5claws97
8551         
8552         * src/folderview.c
8553                 Sort after move
8554         * src/folder.c 
8555                 Change a printf to debug_print
8556
8557 2002-11-08 [colin]      0.8.5claws96
8558
8559         * src/folder.c
8560           src/folderview.c
8561                 Fix segfaults, call me stupido
8562         
8563
8564 2002-11-08 [colin]      0.8.5claws95
8565
8566         *src/folder.c
8567                 Added forgotten prefs to save when moving folders
8568
8569 2002-11-08 [colin]      0.8.5claws94
8570
8571         * src/folder.c
8572                 Fixes to folder DND (prefs copy)
8573         * src/folderview.c
8574                 Optimization for folder DND (don't rescan whole tree)
8575                 Added folderview_create_folder_node() for this 
8576                 optimization, so de-duped a bit the code
8577         * src/prefs_folder_item.[ch]
8578                 Added prefs_folder_item_copy_prefs()    
8579           
8580 2002-11-08 [paul]       0.8.5claws93
8581
8582         * src/prefs_account.c
8583           tools/README
8584           tools/kmail2sylpheed_v2.pl
8585                 correct some typos
8586
8587 2002-11-08 [paul]       0.8.5claws92
8588
8589         * src/compose.c
8590           src/prefs_account.[ch]
8591                 remove account options 'clearsign' and 'ascii_armored',
8592                 replace with 'default_gnupg_mode' to prevent mixed-mode
8593                 Privacy settings
8594
8595 2002-11-08 [paul]       0.8.5claws91
8596
8597         * src/compose.[ch]
8598                 re-implement GnuPG 'on-the-fly' mode selection,
8599                 disallow mixed-mode
8600
8601 2002-11-08 [colin]      0.8.5claws90
8602
8603         * src/folderview.c
8604           src/prefs_folder_item.c
8605                 Change "Property" to "Properties"
8606
8607 2002-11-07 [colin]      0.8.5claws89
8608
8609         * src/folderview.c
8610           src/folder.c
8611                 Allow folder dropping to a root folder
8612
8613 2002-11-07 [paul]       0.8.5claws88
8614
8615         * src/compose.c
8616                 revert last commit
8617
8618 2002-11-07 [paul]       0.8.5claws87
8619
8620         * src/compose.c
8621                 fix reply-to-list bug. closes bug report
8622                 "[633382] reply-to-list broken in recent cvs"
8623
8624 2002-11-07 [paul]       0.8.5claws86
8625
8626         * src/compose.c
8627                 add a forgotten '#if USE_GPGME ... #endif'
8628
8629 2002-11-07 [paul]       0.8.5claws85
8630
8631         * sync with 0.8.5cvs20
8632                 see ChangeLog 2002-11-07
8633
8634 2002-11-07 [colin]      0.8.5claws84
8635
8636         * src/folder.[ch]
8637                 Change folder_item_move_to to return the newly 
8638                 created folderitem.
8639         * src/folderview.c
8640                 Select the new folderitem after moving.
8641
8642 2002-11-07 [colin]      0.8.5claws83
8643
8644         * src/prefs_filtering.c
8645                 Fix rule rewriting when moving a leaf folder to a 
8646                 shorter path
8647
8648 2002-11-07 [colin]      0.8.5claws82
8649
8650         * src/prefs_filtering.c
8651                 fix a leak
8652
8653 2002-11-07 [colin]      0.8.5claws81
8654
8655         * src/folder.[ch]
8656                 Add folder_item_move_to() function to move a 
8657                 folderitem into another one (updates matcher etc)
8658         * src/folderview.c
8659                 Add folder drag'n drop (context menu to come)
8660                 [Should be dataloss free, but Please backup before 
8661                  trying !]
8662
8663 2002-11-06 [colin]      0.8.5claws80
8664
8665         * src/mh.c
8666                 mh_create_folder() returns NULL if can't create
8667                 directory hierarchy
8668
8669 2002-11-06 [paul]       0.8.5claws79
8670
8671         * src/compose.[ch]
8672                 allow 'on-the-fly' changing of the type of encryption 
8673                 and/or signing used (mime/ascii) via the compose window
8674
8675 2002-11-06 [paul]       0.8.5claws78
8676
8677         * sync with 0.8.5cvs19
8678                 see ChangeLog 2002-11-06 for src/account.c: 
8679                 account_get_special_folder()
8680                 
8681 2002-11-05 [alfons]     0.8.5claws77
8682
8683         * src/crash.c
8684                 very minor cleanups: nothing to see here, move on. :-)
8685
8686 2002-11-05 [colin]      0.8.5claws76
8687
8688         * src/main.c
8689                 Changes choices if compose windows are opened to
8690                 Discard, Draft, Don't quit
8691
8692 2002-11-05 [thorsten]   0.8.5claws75
8693
8694         * src/compose.c
8695                 reenabled default_reply_to folder option
8696
8697 2002-11-05 [colin]      0.8.5claws74
8698
8699         * src/compose.[ch] 
8700                 add compose_draft()
8701         * src/crash.c
8702                 add SIGTERM handler
8703         * src/main.[ch]
8704                 add clean_quit() for the SIGTERM handler
8705
8706 2002-11-05 [paul]       0.8.5claws73
8707         
8708         * po/es.po
8709                 updated by Ricardo Mones Lastra
8710
8711 2002-11-05 [melvin]     0.8.5claws72
8712
8713         * src/logwindow.c
8714                 Fixed log-clipping bug #616795.
8715                 To stop logging in the log window use 0 length.
8716         * src/prefs_common.c
8717                 Added a label to inform about the 0 log length behaviour.
8718
8719 2002-11-05 [paul]       0.8.5claws71
8720
8721         * sync with 0.8.5cvs17
8722                 see ChangeLog 2002-11-05
8723
8724 2002-11-04 [paul]       0.8.5claws70
8725
8726         * sylpheed-128x128.png
8727           sylpheed-64x64.png
8728           sylpheed.png
8729                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8730                 <nikai@users.sourceforge.net>
8731                 
8732         * po/bg.po
8733                 updated by George Danchev
8734
8735 2002-11-03 [thorsten]   0.8.5claws69
8736
8737         * src/main.c
8738           src/mimeview.c
8739           src/rfc2015.h
8740                 add check if gpg is active
8741
8742 2002-11-03 [thorsten]   0.8.5claws68
8743
8744         * src/toolbar.h
8745                 removed GSList declaration causing trouble on MacOS-X
8746                 (submitted by alfons, reported by xfesty)
8747
8748 2002-11-01 [paul]       0.8.5claws67
8749
8750         * src/mainwindow.c
8751                 remove last remnants of main's filter code
8752
8753 2002-11-01 [paul]       0.8.5claws66
8754
8755         * tools/filter_conv.pl
8756                 fix bug where user-defined headers were ignored
8757
8758 2002-11-01 [paul]       0.8.5claws65
8759
8760         * src/logwindow.c
8761                 make a debug_print() not translatable
8762
8763 2002-10-31 [melvin]     0.8.5claws64
8764
8765         * ac/aspell.m4
8766                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8767                 not run any GNU/aspell test.  The dictionary path will
8768                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8769                 was given, in which case, it will be $prefix/lib/aspell/
8770         * configure.in
8771                 Fixed typo in commentary (Aspell code).
8772
8773 2002-10-31 [paul]       0.8.5claws63
8774
8775         * po/POTFILES.in
8776                 remove src/filter.c and src/prefs_filter.c
8777                 thanks to Ricardo for reminding me
8778
8779 2002-10-31 [colin]      0.8.5claws62
8780
8781         * src/mbox_folder.c
8782                 Plug some leaks
8783
8784 2002-10-31 [paul]       0.8.5claws61
8785
8786         * src/prefs_filter.[ch] ** REMOVED **
8787           src/filter.[ch]       ** REMOVED **
8788           
8789         * src/Makefile.am
8790           src/folderview.c
8791           src/inc.c
8792           src/main.c
8793           src/mainwindow.c
8794           src/mbox.c
8795           src/prefs_common.c
8796           src/prefs_filtering.c
8797           src/summaryview.[ch]
8798                 remove main's 'filter' code
8799                 
8800         README.claws
8801                 update to reflect removal of main's filter
8802
8803 2002-10-31 [paul]       0.8.5claws60
8804
8805         * src/summaryview.c
8806                 remove check for global_processing in summary_filter_open(). 
8807                 This fixes the bug where if the user uses the right-click 
8808                 'Create filter rule...' and doesn't have any filter rules 
8809                 already defined in claws' advanced filtering, the newly 
8810                 created filter rule goes to main's filtering which is 
8811                 inaccessible through the gui. Now the filter rule gets added
8812                 to claws' filtering by default.
8813
8814 2002-10-28 [melvin]     0.8.5claws59
8815
8816         * src/prefs_actions.c
8817                 Fixed bug #627322 where MIME parts were not always
8818                 correctly passed to a %p action
8819                 Display an error dialog when message filename is not found.
8820
8821 2002-10-28 [melvin]     0.8.5claws58
8822
8823         * src/prefs_common.c
8824                 Readded a missing function declaration lost in 0.8.3claws34
8825
8826 2002-10-28 [paul]       0.8.5claws57
8827
8828         * sync with 0.8.5cvs15
8829                 see ChangeLog 2002-10-28 and 2002-10-25
8830                 
8831         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8832
8833 2002-10-27 [oliver]     0.8.5claws56
8834
8835         * src/pop.c
8836                 plug leak in pop3_top_recv
8837
8838 2002-10-26 [christoph]  0.8.5claws55
8839
8840         * src/folder.c
8841                 set need_update folder flag when messages are added
8842                 (closes bug [ 626922 ] folder not updated after receiving)
8843
8844 2002-10-25 [melvin]     0.8.5claws54
8845
8846         * src/imageview.c
8847                 Fixed a memleak introduced in the scaling code.
8848
8849 2002-10-24 [alfons]     0.8.5claws53
8850
8851         * src/filtering.c
8852                 make filtering's forward message action forward from the 
8853                 correct account
8854                 (closes bug [628089 ] Filter -> Forward from address problem
8855                 reported by Oktay)
8856
8857 2002-10-24 [christoph]  0.8.5claws52
8858
8859         * src/mainwindow.c
8860         * src/manual.[ch]
8861                 o use manual of current locale or english if current
8862                   locale is not available (and english is available)
8863                 o also link to sylpheed doc project manuals
8864
8865 2002-10-23 [paul]       0.8.5claws51
8866
8867         * tools/README
8868           tools/kmail2sylpheed_v2.pl
8869                 add new version of kmail addressbook importer script.
8870                 works with newer versions of Kmail/KAddressBook which
8871                 have new and rearranged data.
8872
8873 2002-10-23 [martin]     0.8.5claws50
8874
8875         * src/folderview.c
8876         * src/summaryview.c
8877         * src/utils.h
8878         * src/utils.c
8879                 added length parameter to get_abbrev_newsgroup_name()
8880                 changed this function so that it abbreviates the newsgroup
8881                 names only so long it is smaller than the length parameter
8882                 (for better reading of some newsgroup names and space efficiency)
8883
8884 2002-10-22 [colin]      0.8.5claws49
8885
8886         *src/foldersel.c
8887                 Revert Alfons' last modification (after voting ;-))
8888
8889 2002-10-21 [alfons]     0.8.5claws48
8890
8891         * src/foldersel.c
8892                 folder view in folder selection dialog reflects state of
8893                 folder view in main window
8894
8895 2002-10-18 [alfons]     0.8.5claws47
8896
8897         * src/mbox.c
8898                 drop imported messages in folder selected by user,
8899                 and not in the inbox
8900                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8901
8902 2002-10-18 [alfons]     0.8.5claws46
8903
8904         * src/compose.c
8905                 make automagic reply work correctly for email accounts 
8906                 (whether it's viable to do a full sync with Hiro's 
8907                 compose.c is still under discussion)
8908
8909 2002-10-18 [melvin]     0.8.5claws45
8910
8911         * src/prefs_actions.c
8912                 Fixed bug #622275 where asynchroneous actions left 
8913                 zombies processes
8914                 Made (synchroneous) actions' input be displayed live.
8915
8916 2002-10-18 [christoph]  0.8.5claws44
8917
8918         * src/textview.c
8919                 don't add a newline in the textview in front of the
8920                 first textpart if header display is disabled
8921                 (closes bug [ 603385 ] disabled header display leaves blank
8922                  lin)
8923
8924 2002-10-18 [christoph]  0.8.5claws43
8925
8926         * src/folder.[ch]
8927         * src/imap.c
8928         * src/mbox_folder.c
8929         * src/mh.c
8930         * src/news.c
8931                 folder->get_num_list now returns an error code
8932                 (closes bug [ 609424 ] News cache cleared on failure)
8933                 
8934 2002-10-17 [colin]      0.8.5claws42
8935         
8936         * src/news.c
8937                 Changed a printf by debug_print
8938
8939 2002-10-16 [paul]       
8940
8941         * tools/OOo2sylpheed.pl
8942                 allow for spaces in the name of the
8943                 file to be attached.
8944
8945 2002-10-16 [colin]      0.8.5claws41
8946
8947         * src/main.c
8948                 Use a tristate to change online mode
8949
8950 2002-10-16 [paul]       0.8.5claws40
8951
8952         * po/es.po
8953                 updated by Ricardo Mones Lastra
8954
8955 2002-10-16 [colin]      0.8.5claws39
8956
8957         * src/main.c
8958           src/mainwindow.[ch]
8959                 Added --online and --offline command-line
8960                 switches
8961
8962 2002-10-15 [christoph]  0.8.5claws38
8963
8964         * src/procmime.c
8965                 set mimeinfo->name to NULL after g_free to
8966                 avoid double freeing with g_free
8967
8968 2002-10-14 [christoph]  0.8.5claws37
8969
8970         * src/compose.c
8971         * src/filtering.c
8972         * src/summaryview.c
8973                 remove calls to folder->change_flags that are now
8974                 done by procmsg flag functions (seems it is not
8975                 used by any foldertype anyway)
8976         * src/folder.c
8977                 init folder->change_flags with NULL
8978
8979 2002-10-14 [christoph]  0.8.5claws36
8980
8981         * src/folder.[ch]
8982         * src/imap.[ch]
8983                 use virtual functions for folder item new and destroy
8984                 functions
8985
8986 2002-10-14 [melvin]     0.8.5claws35
8987
8988         * src/compose.c
8989                 Added a test to not run the spell checker if no default
8990                 dictionary is available. No dialog is displayed though.
8991
8992 2002-10-14 [melvin]     0.8.5claws34
8993
8994         * src/gtkaspell.c
8995                 Fixed bug in dictionary list context menu where
8996                 "More..." pointed to an emtpy submenu if the
8997                 number of dictionaries is a multiple of 15
8998                 Removed unneeded code in suggestions list creation
8999
9000 2002-10-14 [paul]       0.8.5claws33
9001
9002         * po/bg.po
9003                 updated by George Danchev
9004
9005 2002-10-13 [hoa]        0.8.5claws32
9006
9007         * src/matcher.[ch]
9008           src/matcher_parser_parser.y
9009                 removed the escaped string from internal structure
9010                 of matcher.
9011
9012 2002-10-12 [colin]      0.8.5claws31
9013
9014         * src/gtksctree.[ch]
9015           src/summaryview.c
9016                 Removed useless function gtksctree_reanchor
9017
9018 2002-10-12 [alfons]     0.8.5claws30
9019         
9020         * sync with remaining main changes 2002-10-09 - 2002-10-11
9021         - drop changes to src/compose.c (requires claws specific changes)
9022         
9023 2002-10-12 [alfons]     0.8.5claws29
9024         
9025         * sync with main changes of 2002-10-08
9026         - drop changes to src/compose.c (requires claws specific changes)
9027         - drop changes to src/summaryview.c (requires changes to compose.c)     
9028
9029 2002-10-12 [alfons]     0.8.5claws28
9030         
9031         * sync with main changes of 2002-10-07
9032
9033 2002-10-12 [alfons]     0.8.5claws27
9034
9035         * sync with main changes of 2002-10-04
9036         - drop changes to src/compose.c (requires claws specific changes)
9037         - drop changes to src/prefs_folder_item.c (claws implementation
9038           seems to be working)
9039
9040 2002-10-12 [colin]      0.8.5claws26
9041
9042         * src/mainwindow.c
9043                 Fix folder-flicker when space-reading, introduced 
9044                 in claws22.
9045
9046 2002-10-12 [colin]      0.8.5claws25
9047
9048         * src/compose.c
9049                 Save account address when saving as draft.
9050                 (closes bug 621838)
9051
9052 2002-10-12 [colin]      0.8.5claws24
9053
9054         * src/summaryview.c
9055                 Fix the problem consisting of no message selected
9056                 after the last message in a folder has been moved.
9057
9058 2002-10-12 [paul]       0.8.5claws23
9059
9060         * src/compose.c
9061           src/prefs_template.c
9062           src/template.[ch]
9063                 add Cc and Bcc to templates. Patch submitted by
9064                 John L. Males.
9065
9066 2002-10-12 [colin]      0.8.5claws22
9067
9068         * src/folderview.c
9069                 Fix a bug after "Check for new messages":
9070                 If a folder was opened, it was still selected at
9071                 the end of the check, but displayed empty.
9072         * src/mainwindow.c
9073                 Remove unnecessary check
9074
9075 2002-10-12 [paul]
9076
9077         * tools/README
9078                 be more verbose in the description of
9079                 OOo2sylpheed.pl
9080                 
9081
9082 2002-10-11 [colin]      0.8.5claws21
9083
9084         * src/mainwindow.c
9085                 Make space work (better) when no mail is selected
9086
9087 2002-10-11 [colin]      0.8.5claws20
9088
9089         * src/inc.c
9090           src/news.c
9091                 fix warnings
9092
9093 2002-10-11 [colin]      0.8.5claws19
9094
9095         * src/mainwindow.c
9096                 revert 0.8.5claws6 changes as i couldn't get to
9097                 anything satisfying
9098
9099 2002-10-11 [melvin]     0.8.5claws18
9100
9101         * src/compose.c
9102                 Removed buggy and unused macro (should have been committed in
9103                 0.8.5claws17)
9104
9105 2002-10-11 [melvin]     0.8.5claws17
9106
9107         * src/compose.c
9108                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9109
9110 2002-10-11 [thorsten]   0.8.5claws16 
9111
9112         * src/folderview.c
9113                 remove rescan warning
9114
9115 2002-10-11 [colin]      0.8.5claws15 
9116
9117         * src/procheader.c
9118                 fix a segfault that happens if conv_unmime_header
9119                 fails (should be better to find out why it fails)
9120
9121 2002-10-11 [christoph]  0.8.5claws14
9122
9123         * src/summaryview.c
9124                 update folderview stats after ignore/unignore thread
9125
9126 2002-10-11 [hoa]        0.8.5claws13
9127
9128         * src/quote_fmt_parse.y
9129                 Fixed a yacc/bison syntax error
9130         * src/matcher.c
9131                 Escaping of string is fixed.
9132
9133 2002-10-11 [colin]      0.8.5claws12
9134
9135         * src/imageview.c
9136                 Resize images to fit
9137
9138 2002-10-11 [paul]       0.8.5claws11
9139
9140         * po/es.po
9141                 updated by Ricardo Mones Lastra
9142
9143 2002-10-10 [alfons]     0.8.5claws10
9144
9145         * src/compose.c
9146                 allow dropping files by "moving" files from a file manager,
9147                 not only by the more cumbersome "copying". the latter 
9148                 mostly implies holding down the Control button
9149
9150 2002-10-10 [christoph]  0.8.5claws9
9151
9152         * src/summaryview.c
9153                 update folders after thread building for ignored threads
9154
9155 2002-10-10 [christoph]  0.8.5claws8
9156
9157         * config/.cvsignore
9158                 added Makefile
9159         * src/filtering.[ch]
9160         * src/folder.[ch]
9161         * src/folderview.[ch]
9162         * src/import.c
9163         * src/inc.[ch]
9164         * src/mbox.[ch]
9165         * src/procmsg.c
9166         * src/summaryview.[ch]
9167                 o added new flag need_update to FolderItem
9168                 o removed folder_table from various functions from tracking
9169                   folder updates
9170                 o set need_update flags in folder.c's move, copy and delete
9171                   functions and procmsg's flags functions
9172                 o added function folderview_update_items_when_required that
9173                   updates all folders with need_update set
9174                 o call folderview_update_items_when_required instead of
9175                   folderview_update_item_foreach
9176
9177 2002-10-09 [sergey]     0.8.5claws7
9178
9179         * src/compose.c
9180                 Strip CRs whel loading the text into editor in reedit mode.
9181
9182 2002-10-09 [colin]      0.8.5claws6
9183
9184         * src/mainwindow.c
9185                 Make Space work when no mail is selected
9186
9187 2002-10-09 [colin]      0.8.5claws5
9188
9189         * src/gtksctree.[ch]
9190                 Fix range_select
9191                 Add gtk_sctree_reanchor() 
9192         * src/summaryview.c
9193                 Use gtk_sctree_reanchor() - better fix for 
9194                 bug 60413
9195
9196 2002-10-09 [colin]      0.8.5claws4
9197
9198         * src/summaryview.c
9199                 Fix shift-click select after delete problem
9200                 (closes bug 60413)
9201
9202 2002-10-08 [thorsten]   0.8.5claws3
9203
9204         * src/summaryview.c
9205                 exclude current msg from -hide read messages-
9206
9207 2002-10-08 [colin]      0.8.5claws2
9208
9209         * src/inc.[ch]
9210           src/pop.c
9211           src/recv.c
9212                 Differentiate socket errors from disk full
9213                 errors
9214
9215 2002-10-08 [christoph]  0.8.5claws1
9216
9217         * Makefile.am
9218         * configure.in
9219                 modifications for new config directory
9220
9221         * config.guess  ** REMOVED **
9222         * config.sub    ** REMOVED **
9223         * install-sh    ** REMOVED **
9224         * ltmain.sh     ** REMOVED **
9225         * missing       ** REMOVED **
9226         * mkinstalldirs ** REMOVED **
9227                 these files are autogenerated by automake
9228                 when you run autogen.sh
9229
9230         * config/.cvsignore     ** NEW FILE **
9231         * config/Makefile.am    ** NEW FILE **
9232                 ignore autogenerated files
9233                 create a Makefile in this directory
9234
9235 2002-10-08 [paul]       0.8.5claws
9236
9237         * 0.8.5claws release
9238         
9239         * src/compose.c
9240           src/procheader.c
9241           src/procmsg.c
9242                 fix quote reply format for newsgroups reply bug
9243                 (thanks to Hoa)
9244                 
9245         * po/en_GB.po
9246           po/pl.po
9247                 updated by me and Witold Wladyslaw Wojciech Wilk
9248                 repectively
9249
9250 2002-10-07 [paul]       0.8.3claws53
9251
9252         * po/it.po
9253           po/pt_BR.po
9254           po/sr.po
9255                 updated messages catalogs, submitted by
9256                 Alessandro Maestri, Fabio Jr.Beneditto 
9257                 and Urke MMI, respectively.
9258
9259 2002-10-07 [christoph]  0.8.3claws52
9260
9261         * src/folder.[ch]
9262         * src/folderview.c
9263         * src/mainwindow.c
9264                 fix new folder ghost message bug
9265                 (closes bug [ 619722 ] wrong count for newly created folders)
9266
9267 2002-10-07 [christoph]  0.8.3claws51
9268
9269         * src/compose.c
9270                 fix news posting problem
9271
9272 2002-10-07 [melvin]     0.8.3claws50
9273
9274         * po/fr.po
9275                 Updated French translation
9276
9277 2002-10-05 [christoph]  0.8.3claws49
9278
9279         * src/gtkstext.c
9280                 check if line_start_cache is set in gtk_stext_update_text
9281                 (closes bug [ 618119 ] crash while doing search in folder)
9282
9283 2002-10-05 [christoph]  0.8.3claws48
9284
9285         * src/imap.c
9286         * src/news.c
9287         * src/utils.c
9288         * src/utils.h
9289                 implement cache cleanups for claws' folder system
9290                 (closes bug [ 595916 ] imapcache not cleaned up)
9291
9292 2002-10-05 [melvin]     0.8.3claws47
9293
9294         * src/prefs_actions.c
9295                 Made the help text more clear for the %p token
9296
9297 2002-10-04 [paul]       0.8.3claws46
9298
9299         * sync with 0.8.5
9300                 see ChangeLog 2002-10-02 and 2002-10-03
9301
9302 2002-10-04 [christoph]  0.8.3claws45
9303
9304         * src/inc.c
9305                 fix segfault caused by pop before smtp
9306                 call to inc_account_mail with NULL
9307                 pointer for mainwin
9308
9309 2002-10-04 [paul]       0.8.3claws44
9310
9311         * configure.in
9312                 sync the LDAP detection from 0.8.5cvs1
9313
9314 2002-10-02 [christoph]  0.8.3claws43
9315
9316         * po/de.po
9317                 fix small spelling error
9318
9319 2002-10-02 [melvin]     0.8.3claws42
9320
9321         * ac/aspell.m4
9322                 Behave better and say "no" when test program cannot be run.
9323
9324 2002-10-02 [paul]       0.8.3claws41
9325
9326         * sync with 0.8.4cvs1
9327                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9328                 
9329         * src/summaryview.c
9330                 toggle the behavior of Reply menuitem between
9331                 normal reply and reply-to-list
9332
9333 2002-10-01 [sergey]     0.8.3claws40
9334
9335         * src/compose.c
9336                 Convert newlines in the message text to the canonical form
9337                 before base64 encoding (RFC2045 compliance, fixes some
9338                 interoperability issues with Evolution 1.0.3)
9339
9340 2002-09-29 [colin]      0.8.3claws39
9341
9342         * src/summaryview.c
9343                 Fix an unwanted copy/paste
9344
9345 2002-09-29 [colin]      0.8.3claws38
9346
9347         * src/mainwindow.c
9348                 Renamed "Custom toolbar" to "Customize toolbar"
9349                 Renamed "Show all header" to "Show all headers"
9350                 Renamed "Set diplay item" to "Set displayed items"
9351         * src/prefs_common.c
9352                 Renamed "Show all header" to "Show all headers"
9353         * src/prefs_summary_column.c
9354                 Renamed "diplay item" to "displayed items"
9355
9356 2002-09-29 [colin]      0.8.3claws37
9357
9358         * src/mainwindow.[ch]
9359                 online/offline status pixmaps follow theme
9360                 changes
9361         * src/summaryview.[ch]
9362                 quicksearch pixmap follows theme changes
9363
9364 2002-09-29 [thorsten]   0.8.3claws36
9365
9366         * src/compose.c
9367           src/prefs_folder_item.[ch]
9368                 add default_reply_to folder option (closes patch 581044)
9369
9370 2002-09-29 [christoph]  0.8.3claws35
9371
9372         * acconfig.h    ** REMOVED **
9373         * configure.in
9374         * ac/aspell.m4
9375         * ac/check-type.m4
9376         * ac/gnupg-check-typedef.m4
9377                 fix autoheader 2.50 warning
9378
9379 2002-09-29 [christoph]  0.8.3claws34
9380
9381         * major code cleanup (part 2)
9382         
9383                 - unused variables removed
9384                 - unused functions removed
9385                 - uninitialized variables checked
9386                 - missing return statements added
9387                 - missing function return types added
9388                 - added parentheses around assignment
9389                   when suggested by gcc
9390
9391 2002-09-29 [alfons]     0.8.3claws33
9392
9393         * src/logwindow.c
9394                 log_window_clear(): only bracket gtk_text_forward_delete() 
9395                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9396                 works around GTK text bug)
9397
9398 2002-09-29 [paul]       0.8.3claws32
9399
9400         * po/bg.po
9401           po/sr.po
9402                 updated by George Danchev and Urke MMI
9403                 respectively
9404
9405 2002-09-27 [christoph]  0.8.3claws31
9406
9407         * doc-src/readme.txt
9408         * doc-src/rfc1806.txt   ** REMOVED **
9409         * doc-src/rfc2183.txt   ** NEW FILE **
9410         * doc-src/rfc2980.txt   ** NEW FILE **
9411                 update rfcs
9412
9413 2002-09-27 [melvin]     0.8.3claws30
9414
9415         * ac/aspell.m4
9416                 Fixed typo which could break linking
9417
9418 2002-09-27 [melvin]     0.8.3claws29
9419
9420         * ac/aspell.m4
9421                 Improved GNU/aspell checking. 
9422                 Fixed bug #614490
9423
9424 2002-09-27 [paul]       0.8.3claws28
9425
9426         * sync with 0.8.3cvs8
9427                 see ChangeLog 2002-09-27
9428
9429 2002-09-26 [colin]      0.8.3claws27
9430
9431         * src/toolbar.[ch]
9432           src/mainwindow.[ch]
9433                 Add "Reply to Mailing-list" to the toolbar
9434
9435 2002-09-26 [christoph]  0.8.3claws26
9436
9437         * src/summaryview.c
9438                 Fix wrong message counts in summaryview status
9439
9440 2002-09-26 [paul]       0.8.3claws25
9441
9442         * sync with 0.8.3cvs7
9443                 see ChangeLog 2002-09-26
9444
9445 2002-09-26 [paul]       0.8.3claws24
9446
9447         * sync with 0.8.3cvs6
9448                 see ChangeLog 2002-09-25
9449
9450 2002-09-25 [christoph]  0.8.3claws23
9451
9452         * src/prefs_common.c
9453         * src/prefs_folder_item.c
9454         * src/prefs_scoring.c
9455                 Renamed "kill score" to "hide score" in GUI
9456                 and prefs files
9457
9458 2002-09-25 [paul]       0.8.3claws22
9459
9460         * sync with 0.8.3cvs5
9461                 see ChangeLog 2002-09-24
9462
9463 2002-09-24 [alfons]     0.8.3claws21
9464
9465         patch by Satoshi Nagayasu: allows appending / saving multiple 
9466         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9467         'Save as ...'")
9468
9469         * AUTHORS
9470                 add Satoshi Nagayasu
9471         * src/summaryview.c
9472                 summary_save_as(): allow saving selected files to
9473                 one file
9474                 summary_set_menu_sensitive: enable "Save As..." when
9475                 multiple files are selected
9476         * src/utils.[ch]
9477                 append_file(): new function
9478
9479 2002-09-24 [colin]      0.8.3claws20
9480
9481         * src/procmime.c
9482                 Fix segfault when mimeinfo doesn't have a 
9483                 content_type. 
9484
9485 2002-09-24 [colin]      0.8.3claws19
9486
9487         * src/prefs_common.[ch]
9488                 Add a preference to display send dialog or not
9489         * src/send.c
9490                 Display send dialog according to preference
9491
9492 2002-09-24 [colin]      0.8.3claws18
9493
9494         * src/compose.[ch]
9495                 Disable user actions when sending
9496
9497 2002-09-24 [colin]      0.8.3claws17
9498
9499         * src/procmime.c
9500                 Do not display name or filename for attachments
9501                 with an application/pgp-signature type
9502                 (security flaw, see bug 537413)
9503
9504 2002-09-23 [colin]      0.8.3claws16
9505
9506         * src/editaddress.c
9507                 Initialize entry_email, entry_alias and 
9508                 entry_remarks to first email address of the list
9509
9510 2002-09-23 [colin]      0.83claws15
9511
9512         * src/compose.c
9513                 Drop pgp-signature when reediting a signed queued
9514                 message
9515
9516 2002-09-23 [melvin]     0.8.3claws14
9517
9518         * po/fr.po
9519                 Updated French translation
9520
9521 2002-09-23 [melvin]     0.8.3claws13
9522
9523         * src/mainwindow.c
9524                 Made custom toolbar menu labels more consistent
9525         * src/prefs_toolbar.c
9526                 Made custom toolbar window title more consistent
9527
9528 2002-09-22 [colin]      0.8.3claws12
9529
9530         * src/inc.c
9531                 Initialize session type to normal before getting 
9532                 mail (fixes strange Get behaviour)
9533         * src/prefs_account.h
9534                 Move STYPE_POP_BEFORE_SMTP to last position to 
9535                 avoid other side-effects
9536
9537 2002-09-22 [colin]      0.8.3claws11
9538
9539         * src/prefs_account.c
9540                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9541                 from pop3 to apop or vice-versa
9542
9543 2002-09-22 [colin]      0.8.3claws10
9544         
9545         * src/prefs_account.[ch]
9546                 Add an option for the POP before SMTP timeout
9547         * src/inc.c
9548                 Remember time of last POP connection
9549         * src/send.c
9550                 Do POP before SMTP only if timeout reached
9551
9552 2002-09-22 [oliver]     0.8.3claws9
9553         
9554         * README.claws
9555                 explain custom toolbar
9556
9557 2002-09-22 [oliver]     0.8.3claws8
9558
9559         * src/prefs_actions.[ch]
9560         custom toolbar for compose      
9561                 actions callback from compose toolbar
9562         * src/folderview.c
9563                 remove include toolbar.h
9564
9565 2002-09-22 [oliver]     0.8.3claws7
9566         
9567         * src/prefs_toolbar.[ch]
9568                 custom toolbar for compose
9569                 - generic prefs_toolbar handles both
9570                   Mainwin's toolbar as well as Compose toolbar          
9571
9572 2002-09-22 [oliver]     0.8.3claws6
9573         
9574         * src/toolbar.[ch]
9575                 custom toolbar for compose
9576                 restructure toolbar.[ch]
9577
9578 2002-09-22 [oliver]     0.8.3claws5
9579
9580         * src/compose.[ch]
9581                 custom toolbar for compose
9582
9583 2002-09-22 [oliver]     0.8.3claws4
9584         
9585         * src/mainwindow.[ch]
9586                 custom toolbar for compose 
9587                 move mainwin toolbar back to mainwindow
9588
9589 2002-09-22 [alfons]     0.8.3claws3
9590
9591         * src/procmsg.c
9592                 :%sno/if(/if (/gc
9593                 :%sno/for(/for (/gc
9594                 (beautify)
9595
9596 2002-09-22 [alfons]     0.8.3claws2
9597         
9598         * src/procmsg.c
9599                 procmsg_save_to_outbox(): don't unlink message file from queue;
9600                 callers should do it using folder_item_remove_msg()
9601
9602 2002-09-22 [colin]      0.8.3claws1
9603
9604         * src/mimeview.[ch]
9605                 Made mimeview_check_signature() public
9606         * src/textview.c
9607                 Made GPG signatures verifiable by clicking
9608                 the [application/pgp-signature] in the Text
9609                 view
9610
9611 2002-09-22 [paul]       0.8.3claws
9612
9613         * po/bg.po
9614           po/en_GB.po
9615           po/es.po
9616           po/it.po
9617           po/pl.po
9618           po/pt_BR.po
9619           po/sr.po
9620                 updated translations, submitted by George Danchev,
9621                 me, Ricardo Mones Lastra, Alessandro Maestri,
9622                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9623                 and Urke MMI, respectively.     
9624
9625 2002-09-22 [alfons]     0.8.2claws65
9626
9627         * src/procmsg.c
9628         * src/pgptext.c
9629                 no furry valgrinds have been used to plug these memleaks
9630
9631 2002-09-20 [paul]       0.8.2claws64
9632
9633         * sync with 0.8.3cvs4
9634                 'Select thread' re-implemented 
9635                 see ChangeLog 2002-09-20
9636
9637 2002-09-21 [alfons]     0.8.2claws63
9638
9639         * src/compose.c
9640                 compose_send(): plug unnoticed memleak
9641
9642 2002-09-20 [alfons]     0.8.2claws62
9643
9644         * src/addr_compl.c
9645                 replace_address_in_edit(): strict check for NULL address to
9646                 fix "[ 607348 ] Segfault in address completion". My guess is
9647                 that this happens with an empty address book, but it's good
9648                 to have this check here anyway
9649                 
9650                 completion_window_button_press(): free string returned 
9651                 from the internal cache
9652
9653 2002-09-20 [christoph]  0.8.2claws61
9654
9655         * src/procmime.h
9656                 added ENC_BINARY to EncodingType
9657         * src/procmime.c
9658                 the string returned by procmime_get_encoding_str
9659                 should not depend on the order of values in the
9660                 EncodingType definition
9661         * doc-src/rfc1806.txt   ** NEW FILE **
9662                 Added rfc1806 about MIME Content-Disposition
9663                 Extension
9664
9665 2002-09-19 [paul]       0.8.2claws60
9666
9667         * sync with 0.8.2cvs3
9668                 see ChangeLog 2002-09-19
9669
9670 2002-09-19 [paul]       0.8.2claws59
9671
9672         * src/prefs_folder_item.c
9673                 revert to Darko's original alignment of colour
9674                 selector button
9675                 add a colon to folder_color label
9676                 
9677         * src/compose.c
9678                 add Colin's patch (with Hiro's modifications) to 
9679                 force BASE64 encoding for 8-bit text when signing
9680                 (sync with 0.8.3cvs2)
9681
9682 2002-09-18 [alfons]     0.8.2claws58
9683
9684         * src/compose.c
9685                 :%sno/if(/if (/gc
9686                 :%sno/for(/for (/gc
9687                 (beautify a little bit)
9688
9689 2002-09-18 [christoph]  0.8.2claws57
9690
9691         * src/pine.c
9692                 fix handling of fgetc return value
9693
9694 2002-09-17 [alfons]     0.8.2claws56
9695         
9696         * src/summaryview.c
9697                 summary_sort(): check non-NULL summaryview->folder_item when no 
9698                 folder is selected at all
9699                 (closes "[ 610344 ] sort label make syl Crash")
9700
9701 2002-09-17 [alfons]     0.8.2claws55
9702         
9703         * src/compose.c
9704                 beautify a little bit
9705
9706 2002-09-17 [christoph]  0.8.2claws54
9707
9708         * src/folder.c
9709                 initialize max values for cache and folder
9710                 when cache or folder is empty
9711
9712 2002-09-15 [colin]      0.8.2claws53
9713
9714         * src/compose.c
9715                 Fix a leak (thanks Alfons!) and cleaned
9716                 variables names for custom headers
9717
9718 2002-09-15 [colin]      0.8.2claws52
9719
9720         * src/compose.c
9721                 Fix custom headers recognition when
9722                 prefs_common.trans_hdr is on
9723
9724 2002-09-15 [colin]      0.8.2claws51
9725
9726         * src/compose.c
9727                 Allow dynamically-added custom headers
9728                 Yet not reparsed if reedited
9729
9730 2002-09-15 [alfons]     0.8.2claws50
9731
9732         * src/prefs_account.c
9733                 fix warnings
9734
9735 2002-09-15 [colin]      0.8.2claws49
9736         
9737         * src/prefs_account.c
9738                 fix pop_before_smtp sensitivity
9739
9740 2002-09-15 [colin]      0.8.2claws48
9741
9742         * src/inc.[ch]
9743                 add inc_pop_before_smtp()
9744                 allow MainWindow to be undefined in 
9745                 inc_account_mail() and inc_start()
9746         * src/pop.c
9747           src/prefs_account.h
9748                 add STYPE_POP_BEFORE_SMTP session type
9749         * src/prefs_account.c
9750                 activated pop before smtp option
9751         * src/send.c
9752                 do pop before smtp if the relevant option 
9753                 is set
9754
9755 2002-09-15 [paul]       0.8.2claws47
9756
9757         * sync with 0.8.3
9758                 see ChangeLog 2002-09-15
9759
9760 2002-09-14 [paul]       0.8.2claws46
9761
9762         * po/bg.po
9763                 updated Bulgarian translation, submitted by
9764                 George Danchev
9765
9766 2002-09-13 [paul]       0.8.2claws45
9767
9768         * src/compose.c
9769                 merge claws' select_account() with main's
9770                 (new) compose_select_account(). [sync with
9771                 0.8.2cvs15, see ChangeLog 2002-09-11]
9772
9773 2002-09-12 [christoph]  0.8.2claws44
9774
9775         * src/filter.c
9776                 allocate 1 elements of FolderItem not 0
9777
9778 2002-09-12 [colin]      0.8.2claws43
9779
9780         * src/compose.c
9781                 Fix bug #590825 (obey Follow-up: poster)
9782
9783 2002-09-12 [colin]      0.8.2claws42
9784
9785         * src/procmime.c
9786                 Fix bug #557009 (wrong headers for messages 
9787                 forwarded as attachments)
9788
9789 2002-09-11 [colin]      0.8.2claws41
9790         
9791         * src/compose.c
9792                 Put SCF: pseudo-header on top of message
9793                 Set draft tmp_flag when saved as draft
9794
9795         * src/procmsg.c
9796           src/procheader.c
9797                 Skip after first \n\n for beginning of real message
9798                 for drafts too
9799
9800 2002-09-11 [christoph]  0.8.2claws40
9801
9802         * src/filtering.c
9803                 use procmsg flag functions in filtering or processing
9804                 will cause incorrect folder message counts
9805
9806 2002-09-11 [colin]      0.8.2claws39
9807
9808         * src/compose.c
9809                 Fix bug #550175 - wrong save folder when reediting
9810                 drafts
9811
9812 2002-09-11 [paul]       0.8.2claws38
9813
9814         * sync with 0.8.2cvs14
9815                 see ChangeLog 2002-09-11
9816
9817 2002-09-11 [colin]      0.8.2claws37
9818
9819         * src/folder.c
9820                 Fix a typo (seeming to cause new/unread status to
9821                 be lost)
9822
9823 2002-09-10 [christoph]  0.8.2claws36
9824
9825         * src/compose.c
9826                 compose_redirect should not use compose_generic_new
9827                 because that does more stuff than expected including
9828                 opening the external editor
9829                 (closes bug "[ 526608 ] bounced messages appear blank
9830                  in editor")
9831
9832 2002-09-10 [christoph]  0.8.2claws35
9833
9834         * src/folder.c
9835                 fix problem with too large message number range
9836                 causing a crash in folder_item_scan
9837
9838 2002-09-10 [paul]       0.8.2claws34
9839
9840         * sync with 0.8.2cvs13
9841                 see ChangeLog 2002-09-10
9842
9843 2002-09-10 [christoph]  0.8.2claws33
9844
9845         * src/msgcache.c
9846                 set MsgInfo TmpFlags for queue and draft folders
9847                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9848
9849 2002-09-10 [paul]       0.8.2claws32
9850
9851         * AUTHORS
9852           po/bg.po      ** NEW FILE **
9853                 new Bulgarian translation submitted by
9854                 George Danchev <danchev@spnet.net>
9855                 
9856         * tools/Makefile.am
9857           tools/README
9858           tools/tb2sylpheed     ** NEW FILE **
9859                 add script that converts an addressbook exported
9860                 from The Bat! into a Sylpheed addressbook. Submitted
9861                 by Urke MMI <urke-kg@eunet.yu>
9862
9863 2002-09-10 [paul]       0.8.2claws31
9864
9865         * sync with 0.8.2cvs12
9866                 see ChangeLog 2002-09-10
9867
9868 2002-09-06 [paul]       0.8.2claws30
9869
9870         * src/prefs_common.c
9871                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9872                 
9873         * tools/Makefile.am
9874           tools/README
9875           tools/ldif-to-xml.py  ** REMOVED **
9876                 remove obsolete python script
9877
9878 2002-09-06 [paul]       0.8.2claws29
9879
9880         * sync with 0.8.2cvs10
9881                 see ChangeLog 2002-09-06
9882
9883 2002-09-04 [paul]       0.8.2claws28
9884
9885         * sync with 0.8.2cvs9
9886                 see ChangeLog 2002-08-04
9887
9888 2002-09-04 [colin]      0.8.2claws27 
9889
9890         * src/prefs_common.[ch]
9891                 Added signature color configuration
9892         * src/textview.c
9893                 Use user-specified signature color
9894
9895 2002-09-03 [colin]      0.8.2claws26
9896
9897         * src/prefs_common.[ch]
9898                 Added autosave and autosave_length prefs
9899         * src/compose.c
9900                 Added compose_remove_draft()
9901                 Auto-save drafts according to the prefs
9902         * src/main.c
9903                 Added a crash-indicator file, allowing to check
9904                 for new messages on startup if Sylpheed crashed
9905                 (makes saved drafts "reappear")
9906
9907 2002-09-03 [colin]      0.8.2claws25
9908
9909         * src/textview.[ch]
9910                 Grey the signature
9911
9912 2002-09-03 [paul]       0.8.2claws24
9913
9914         * sync with 0.8.2cvs8
9915                 see ChangeLog 2002-09-02 and 2002-09-03
9916
9917 2002-09-03 [darko]      0.8.2claws23
9918
9919         * src/folderview.c
9920                 use normal style when creating new folder to pick
9921                 proper font size 
9922
9923 2002-09-02 [melvin]     0.8.2claws22
9924
9925         * src/gtkaspell.m4
9926                 removed some obsolete code
9927
9928 2002-09-02 [melvin]     0.8.2claws21
9929
9930         * ac/aspell.m4
9931                 fixed test's equality sign (== to =)
9932
9933 2002-09-02 [alfons]     0.8.2claws20
9934
9935         * src/folder.c
9936         * src/mh.c
9937                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9938                 as folder->destroy virtual as suggested by Hiro
9939                 (the mh.c code seems to have been lost around mh.c.1.21)
9940
9941 2002-09-02 [paul]       0.8.2claws19
9942
9943         * po/pt_BR.po
9944                 updated by Fabio Jr. Beneditto
9945                 
9946         * src/defs.h
9947                 use 'http://claws.sylpheed.org' for homepage link. 
9948                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9949
9950 2002-09-01 [alfons]     0.8.2claws18
9951
9952         * src/mh.c
9953                 plug memleak related to one Martin Kluge found
9954
9955 2002-08-31 [paul]       0.8.2claws17
9956
9957         * sync with 0.8.2cvs6
9958                 see ChangeLog 2002-08-30
9959
9960 2002-08-31 [alfons]     0.8.2claws16
9961
9962         * src/folder.c
9963                 folder_destroy(): remove mailbox from folderlist even if it has
9964                 no destroy virtual
9965
9966 2002-08-31 [alfons]     0.8.2claws15
9967
9968         * src/folder.c
9969                 :%sno/if(/if (/gc
9970                 :%sno/for(/for (/gc
9971                 (being pedantic I know)
9972
9973 2002-08-31 [alfons]     0.8.2claws14
9974
9975         * src/folder.c
9976                 check for NULL pointers returned from folder->fetch_msginfo virtual
9977                 (should solve some reported crashes)
9978
9979 2002-08-30 [alfons]     0.8.2claws13
9980
9981         * acconfig.h
9982         * configure.in
9983         * src/crash.c
9984                 enable crash dialog on compilation time
9985                 (--enable-crash-dialog configure option)
9986
9987 2002-08-30 [alfons]     0.8.2claws12
9988
9989         * AUTHORS
9990                 add Martin Kluge
9991         * src/mh.c
9992                 apply memory leak plug patch by Martin Kluge
9993                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9994                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9995                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9996
9997 2002-08-30 [darko]      0.8.2claws11
9998
9999         * src/folderview.c
10000                 copy Gtk style from normal style to match
10001                 font size for coloured folders
10002
10003 2002-08-29 [alfons]     0.8.2claws10
10004
10005         * sylpheed.desktop
10006                 Type=Internet <- Type=Application
10007                 (reported by Michael Schwendt, see:
10008                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
10009                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
10010
10011 2002-08-29 [paul]       0.8.2claws9
10012
10013         * sync with 0.8.2cvs5
10014                 see ChangeLog 2002-08-29
10015
10016 2002-08-29 [colin]      0.8.2claws8
10017
10018         * src/summaryview.c
10019                 Added a sanity check in summary_select_thread
10020                 Should fix bug 601605
10021
10022 2002-08-29 [colin]      0.8.2claws7
10023
10024         * src/main.c
10025                 Revert claws6 changes regarding bug #591676
10026
10027 2002-08-28 [colin]      0.8.2claws6
10028         
10029         * src/main.c
10030                 Ignore cache for queue folderitems
10031                 Fix bug #591676
10032
10033 2002-08-28 [melvin]     0.8.2claws5
10034
10035         * README.claws
10036                 Fixed typos.
10037
10038 2002-08-28 [melvin]     0.8.2claws4
10039
10040         * README.claws
10041                 Updated a bit the text concerning the spell checker
10042
10043 2002-08-28 [melvin]     0.8.2claws3
10044
10045         Merged the GNU_aspell_branch:
10046                 Support of new GNU/aspell is now included and the old pspell
10047                 is not supported anymore.
10048                 See README.claws
10049
10050         * README.claws
10051                 Updated spell checker text to reflect the switch to GNU/aspell
10052
10053         * ac/aspell.m4          *** NEW ***
10054         * src/gtkaspell.[ch]    *** NEW *** 
10055         * ac/pspell.m4          *** DELETED *** 
10056         * src/gtkspell.[ch]     *** DELETED ***
10057
10058         * ac/Makefile.am
10059                 Updated for GNU/aspell support
10060
10061         * po/POTFILES.in
10062                 Replaced gtkspell.c by gtkaspell.c
10063
10064         * acconfig.h
10065         * src/Makefile.am
10066         * src/about.c
10067         * src/compose.[ch]
10068         * src/crash.c
10069         * src/main.c
10070         * src/prefs_common.[ch]
10071                 Updated for GNU/aspell support
10072
10073 2002-08-28 [paul]       0.8.2claws2
10074
10075         * sync with 0.8.2cvs4
10076                 see ChangeLog 2002-08-27 and 2002-08-28
10077
10078 2002-08-28 [colin]      0.8.2claws1
10079
10080         * src/summary_search.c
10081                 Added "AND search"
10082
10083 2002-08-28 [jens]       0.8.2claws
10084
10085         *po/de.po
10086                 Updated German translations
10087
10088 2002-08-27 [melvin]     0.8.2claws
10089
10090         * po/fr.po
10091                 Updated French translations
10092
10093 2002-08-27 [paul]       0.8.2claws
10094
10095         * sync with 0.8.2 main release
10096
10097         * po/en_GB.po
10098           po/es.po
10099           po/it.po
10100           po/pl.po
10101           po/pt_BR.po
10102           po/sr.po
10103                 updated message catalogs submitted by
10104                 Ricardo Mones Lastra, Alessandro Maestri,
10105                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10106                 Beneditto and Urke MMI  
10107
10108 2002-08-27 [hoa]        0.8.1claws123
10109
10110         * src/mainwindow.[ch]
10111         * src/summaryview.[ch]
10112                 removed the "filter setting" menu option.
10113                 add a "cancel a news message" menu option.
10114
10115 2002-08-26 [martin]     0.8.1claws122
10116
10117         * ChangeLog.claws
10118                 changed string under 0.8.1claws79 changed by myself
10119                 i'm sorry alfons :(
10120
10121 2002-08-26 [martin]     0.8.1claws121
10122
10123         * src/crash.c
10124                 added kill command to debuggerrc to start crash dialog
10125
10126 2002-08-26 [paul]       0.8.1claws120
10127
10128         * sync with 0.8.1cvs31
10129                 see ChangeLog 2002-08-26
10130
10131 2002-08-25 [alfons]     0.8.1claws119
10132
10133         * src/procmsg.c
10134                 fix bug that didn't send out correct headers to news server
10135                 when sending news article and email from queue (bug reported
10136                 and patch provided by Tim Mann; closes bug 
10137                 "[ 583196 ] 0.7.8claws can't post news")
10138
10139 2002-08-25 [alfons]     0.8.1claws118
10140
10141         * src/selective_download.c
10142                 mark two strings as translatable
10143                 (thanks to Urke MMI for pointing this out)
10144
10145 2002-08-25 [alfons]     0.8.1claws117
10146
10147         * src/summaryview.c
10148                 treat sent boxes as special and allow sorting them by addressee
10149                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10150                 submitted by Steve Lamb)
10151
10152 2002-08-24 [alfons]     0.8.1claws116
10153
10154         * src/matcher.c
10155                 fix memleak reported by Martin Kluge
10156                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10157
10158 2002-08-24 [oliver]     0.8.1claws115
10159
10160         * src/prefs_toolbar.c
10161                 o code cleanup as suggested by Alfons
10162                 o memleak fix
10163
10164 2002-08-24 [alfons]     0.8.1claws114
10165
10166         * src/summaryview.c
10167                 o fix another memory leak reported by Martin Kluge
10168                   (see "[ 599568 ] Small Memory Leak")
10169                 o remove 'from' variable from 'summary_set_header()'; we can
10170                   do with just 'to' 
10171
10172 2002-08-24 [paul]       0.8.1claws113
10173
10174         * sync with 0.8.1cvs30
10175                 see ChangeLog 2002-08-23
10176
10177 2002-08-24 [alfons]     0.8.1claws112
10178
10179         * src/summaryview.c
10180                 remove unnecessary allocations for search bar fixing leaks
10181                 reported by Martin Kluge
10182                 (see "[ 599451 ] Further memory leaks?")
10183
10184 2002-08-24 [alfons]     0.8.1claws111
10185
10186         * src/main.c
10187                 make get_socket_name() public for crash.c
10188         * src/crash.c
10189                 o make report bug button work (goes to claws' 
10190                   bug tracker at sf.net)
10191                 o introduce function for doing important stuff just
10192                   before claws goes down
10193                 o clean up code 
10194
10195 2002-08-24 [alfons]     0.8.1claws110
10196
10197         * src/compose.c
10198                 move cursor to "To" entry when forwarding as attachment
10199                 (reported and solved by Steve Lamb, closes bug report
10200                 "[ 592880 ] Forward as attachment; cursor not in to")
10201
10202 2002-08-24 [colin]      0.8.1claws109
10203
10204         * src/mainwindow.c
10205                 fix quick search visibility after GUI (de)separations.
10206
10207 2002-08-23 [colin]      0.8.1claws108
10208
10209         * src/mainwindow.c
10210                 fix header pane visibility after folderview or
10211                 messageview (de)separation
10212
10213 2002-08-23 [paul]       0.8.1claws107
10214
10215         * src/mainwindow.[ch]
10216           src/toolbar.c
10217                 give full control of display or non-display 
10218                 of the Execute icon to Custom toolbar settings.
10219                 add new sensitivity condition to maninwindow.h: 
10220                 M_DELAY_EXEC
10221
10222         * ChangeLog
10223           ChangeLog.jp
10224           NEWS
10225                 more sync with 0.8.1cvs29
10226
10227 2002-08-23 [melvin]     0.8.1claws106
10228
10229         * src/alertpanel.c
10230                 Readded support for custom widget in alertpanel lost in last
10231                 sync.
10232
10233 2002-08-23 [paul]       0.8.1claws105
10234
10235         * sync with 0.8.1cvs29
10236                 see ChangeLog 2002-08-23
10237
10238 2002-08-23 [colin]      0.8.1claws104
10239
10240         * src/summaryview.c
10241                 Fix folder and search pixmaps exchanging positions
10242                 after theme or toolbar changes. Thank to Oliver for 
10243                 reporting this.
10244
10245 2002-08-23 [colin]      0.8.1claws103
10246
10247         * src/mainwindow.c
10248           src/messageview.[ch]
10249           src/noticeview.[ch]
10250           src/summaryview.c
10251                 Changed messageview_create() and noticeview_create()
10252                 to avoid the last gdk_warning
10253
10254 2002-08-22 [colin]      0.8.1claws102
10255
10256         * src/summaryview.c
10257                 Fix my new `Creating pixmap from xpm' warning
10258
10259 2002-08-22 [colin]      0.8.1claws101
10260
10261         * src/mainwindow.c
10262                 Fix some of the gdk warnings
10263
10264 2002-08-22 [colin]      0.8.1claws100
10265
10266         * src/Makefile.am
10267         * src/stock_pixmap.c
10268         * src/stock_pixmap.h
10269         * src/pixmaps/quicksearch.xpm *ADDED*
10270                 Add the quicksearch pixmap
10271         * src/mainwindow.c
10272         * src/summaryview.c
10273         * src/summaryview.h
10274                 Make quicksearch bar visible/hidden via a button
10275
10276 2002-08-22 [christoph]  0.8.1claws99
10277
10278         * src/folder.c
10279                 fix folder update for newsgroups with message
10280                 numbers below minimum number of articles to fetch
10281                 (closes bug #598445)
10282
10283 2002-08-22 [paul]       0.8.1claws98
10284
10285         * sync with 0.8.1cvs28
10286                 see ChangeLog 2002-08-22
10287
10288 2002-08-21 [alfons]     0.8.1claws97
10289
10290         * src/crash.c
10291                 use bt instead of bt full which seems to work 
10292                 better, and bt full doesn't give a great deal 
10293                 of information anyway
10294
10295 2002-08-21 [colin]      0.8.1claws96
10296
10297         * src/summaryview.c
10298                 fix summaryview_searchtype_changed prototype
10299
10300 2002-08-21 [christoph]  0.8.1claws95
10301
10302         * src/mainwindow.c
10303                 o fix broken menu update for sorting type, we have to
10304                   get this info from the summaryview now
10305                 o removed setting of threaded state in menu callback
10306         * src/summaryview.[ch]
10307                 more summaryview/folderitem seperation for
10308                 threading option
10309         * configure.in
10310                 removed not required --with-compiler-flags option
10311
10312 2002-08-21 [oliver]     0.8.1claws94
10313         
10314         * src/toolbar.h 
10315                 o rename toolbar.xml to toolbar_main.xml
10316                   since toolbar_compose.xml might come up 
10317                   any time soon
10318         * README.claws
10319                 add custom toolbar              
10320
10321 2002-08-21 [darko]      0.8.1claws93
10322
10323         * src/procmsg.c
10324                 don't reset tmp flags for messages copied
10325                 to sent folder
10326
10327 2002-08-21 [colin]      0.8.1claws92
10328         
10329         * src/prefs_filtering.c
10330                 fix renaming rules on folder rename 
10331                 when folder is not a leaf folder
10332
10333 2002-08-21 [paul]       0.8.1claws91
10334
10335         * src/prefs_folder_item.c
10336                 fix alignment of colour selector
10337
10338 2002-08-21 [paul]       0.8.1claws90
10339
10340         * sync with 0.8.1cvs27
10341                 see ChangeLog 2002-08-21
10342
10343 2002-08-21 [paul]       0.8.1claws89
10344
10345         * src/summaryview.c
10346                 fix crash when changing field type in
10347                 Quick search bar
10348
10349 2002-08-21 [colin]      0.8.1claws88
10350
10351         * src/summaryview.c
10352                 Made quick search case-insensitive
10353
10354 2002-08-21 [paul]       0.8.1claws87
10355
10356         * sync with 0.8.1cvs26
10357                 see ChangeLog 2002-08-21
10358
10359 2002-08-20 [christoph]  0.8.1claws86
10360
10361         * src/folderview.c
10362         * src/main.c
10363         * src/summaryview.[ch]
10364                 more summaryview/folderitem seperation for
10365                 sort_key and sort_type
10366         * src/procmsg.c
10367                 added missing return statement
10368
10369 2002-08-20 [colin]      0.8.1claws85
10370
10371         * src/summaryview.[ch]
10372                 Added a quick search box
10373         * src/mainwindow.c
10374         * src/prefs_common.[ch]
10375                 Added a show/hide option for the quick search
10376
10377 2002-08-20 [oliver]     0.8.1claws84
10378         
10379         * src/mainwindow.c
10380                 remove toolbar_create_popups
10381         * src/toolbar.[ch]
10382                 o remove toolbar_create_popups
10383                 o fix toolbar_set_sensitive 
10384                   (Bug reports #596834 and #596832)     
10385         * src/prefs_toolbar.c
10386                 o add "Set default" button
10387                 o align label and text + combo widgets
10388
10389 2002-08-20 [hoa]        0.8.1claws83bis
10390
10391         * src/imap.c
10392                 fixed a bug in imap_fetch_msginfo() in case there is no
10393                 current folder.
10394
10395 2002-08-20 [darko]      0.8.1claws83
10396
10397         * src/folderview.c
10398                 copy the color style of folder view so it
10399                 works with GTK themes
10400
10401 2002-08-20 [darko]      0.8.1claws82
10402
10403         * src/folder.h
10404         * src/folderview.c
10405         * src/prefs_folder_item.[hc]
10406                 don't use UI stuff in folder.h
10407
10408 2002-08-20 [darko]      0.8.1claws81
10409
10410         * src/folder.h
10411         * src/prefs_folder_item.h
10412         * src/folderview.c
10413         * src/prefs_folder_item.c
10414                 ability to set folder color in folderview
10415
10416 2002-08-19 [alfons]     0.8.1claws80
10417
10418         * src/summaryview.c
10419                 fix one of the earlier memleaks reported by Martin Kluge
10420
10421 2002-08-19 [alfons]     0.8.1claws79
10422
10423         * src/mainwindow.c
10424                 hide notice view when selecting seperate folder
10425                 view (reported by Urke MMI)
10426
10427 2002-08-19 [christoph]  0.8.1claws78
10428
10429         * src/folderview.c
10430         * src/prefs_folder_item.h
10431         * src/summaryview.[ch]
10432                 o add summary_set_prefs_from_folderitem to set
10433                   summaryview prefs (first step to remove all
10434                   references to the folderitem in summaryview)
10435                 o moved compiled regex stuff from folderitem prefs
10436                   to summaryview code
10437
10438 2002-08-19 [paul]       0.8.1claws77
10439
10440         * src/compose.c
10441                 add check for '.' to QUOTE_IF_REQUIRED
10442
10443 2002-08-19 [paul]       0.8.1claws76
10444
10445         * src/inc.c
10446                 sync with 0.8.1cvs25 (plug memory leak)
10447
10448         * src/prefs_toolbar.c
10449                 re-order prefs_toolbar_cancel()
10450
10451 2002-08-18 [alfons]     0.8.1claws75
10452
10453         * src/inc.c
10454         * src/matcher.c
10455                 plug other memleaks reported by Martin Kluge
10456
10457 2002-08-18 [paul]       0.8.1claws74
10458
10459         * po/pt_BR.po
10460                 updated by Fabio Jr. Beneditto
10461
10462 2002-08-18 [paul]       0.8.1claws73
10463
10464         * src/toolbar.[ch]
10465                 fix bug where tooltips were displayed untranslated              
10466
10467         * src/prefs_toolbar.c
10468                 fix bug where clicking 'Cancel' creates an icon & text
10469                 toolbar regardless of prefs
10470         
10471
10472 2002-08-17 [oliver]     0.8.1claws72
10473
10474         * src/prefs_toolbar.c
10475                 update toolbar on CANCEL
10476                 bug reported by Martin Kluge
10477         * src/toolbar.c
10478                 toolbar_destroy memleak fixed           
10479
10480 2002-08-17 [alfons]     0.8.1claws71
10481
10482         * src/toolbar.c
10483                 plug another memleak reported by Martin Kluge
10484
10485 2002-08-16 [alfons]     0.8.1claws70
10486
10487         * src/crash.c
10488                 use execvp() correctly (suggested by wwp; thanks!)
10489
10490 2002-08-16 [alfons]     0.8.1claws69
10491
10492         * src/gtksctree.c
10493                 plug memory leak reported by Kim Schultz & Martin Kluge
10494
10495 2002-08-16 [paul]       0.8.1claws68
10496
10497         * po/es.po
10498                 updated by Ricardo Mones Lastra
10499
10500 2002-08-16 [paul]       0.8.1claws67
10501
10502         * src/toolbar.h
10503                 fix bug where 'Compose News' icon showed wrong
10504                 tooltip
10505
10506 2002-08-16 [paul]       0.8.1claws66
10507
10508         * sync with 0.8.1cvs24
10509                 see ChangeLog 2002-08-16
10510
10511         * po/it.po
10512                 updated by Alessandro Maestri
10513
10514 2002-08-15 [paul]       0.8.1claws65
10515
10516         * po/sr.po
10517                 updated by Urke MMI
10518
10519 2002-08-15 [paul]       0.8.1claws64
10520
10521         * src/*.c
10522                 don't translate debug info
10523
10524         * src/matcher.[ch]
10525                 add copyright info
10526
10527 2002-08-15 [paul]       0.8.1claws63
10528
10529         * src/prefs_toolbar.c
10530                 fix bug where clicking 'OK' creates an icon & text
10531                 toolbar regardless of prefs
10532
10533 2002-08-14 [alfons]     0.8.1claws62
10534
10535         * src/main.c
10536                 add global var that has the full argv[0]
10537         * src/crash.c
10538                 o execvp the correct sylpheed by using argv0
10539                   and setting the correct work dir
10540                 o other tweaks  
10541
10542 2002-08-14 [oliver]     0.8.1claws61
10543         
10544         * enable/disable Toolbar Action Buttons 
10545         * code cleanups
10546         * src/mainwindow.c
10547         * src/toolbar.[ch]      
10548         * src/prefs_toolbar.c   
10549
10550 2002-08-14 [melvin]     0.8.1claws60
10551
10552         * po/fr.po
10553                 Updated French translations
10554
10555 2002-08-14 [melvin]     0.8.1claws59
10556
10557         * src/crash.c
10558                 Made bug report not translatable
10559         * src/exporthtml.c
10560                 Fixed exporthtml_build_filespec() return value
10561         * src/foldersel.c
10562                 Fixed incorrect include file
10563         * src/gtkspell.c
10564         * src/prefs_actions.c
10565         * src/prefs_toolbar.c
10566                 Made debug info not translatable
10567         * src/mutt.c
10568         * src/quote_fmt.c
10569                 Added missing includes
10570         * src/prefs_common.c
10571                 Fixed typo
10572
10573 2002-08-14 [paul]       0.8.1claws58
10574
10575         * faq/es/sylpheed-faq.html
10576           faq/es/sylpheed-faq-[1-3].html
10577           faq/es/sylpheed-faq-4.html     **NEW FILE **
10578                 update Spanish FAQ
10579
10580 2002-08-13 [christoph]  0.8.1claws57
10581
10582         * src/procmsg.c
10583                 ignore thread fix that did not mark all
10584                 child nodes of a ignored thread as
10585                 ignored. Does not work perfectly yet,
10586                 but it is better now
10587
10588 2002-08-13 [alfons]     0.8.1claws56
10589
10590         * src/crash.c
10591                 o implement 'save crash log'
10592                 o some tweaks
10593
10594 2002-08-13 [melvin]     0.8.1claws55
10595
10596         * src/main.c
10597                 removed unrequired "execinfo.h" header
10598
10599 2002-08-12 [paul]       0.8.1claws54
10600
10601         * faq/en/sylpheed-faq.html
10602           faq/en/sylpheed-faq-[1-3].html
10603           faq/en/sylpheed-faq-4.html     **NEW FILE **
10604                 update English FAQ
10605
10606 2002-08-12 [alfons]     0.8.1claws53
10607
10608         * po/POTFILES.in
10609                 add crash.c to translatables
10610         * src/crash.c
10611                 bring in Leandro's crash dialog
10612
10613 2002-08-11 [alfons]     0.8.1claws52
10614
10615         * src/crash.c
10616                 clean up some warnings
10617
10618 2002-08-11 [alfons]     0.8.1claws51
10619
10620         * acconfig.h
10621         * configure.in
10622         * src/crash.[ch]        ** NEW FILES **
10623         * src/main.c            
10624                 initial gdb crash handler
10625
10626 2002-08-11 [paul]       0.8.1claws50
10627
10628         * src/prefs_toolbar.c
10629                 replace Up/Down arrow pixmaps with text to be
10630                 consistent across icon themes
10631
10632 2002-08-11 [paul]       0.8.1claws49
10633
10634         * src/prefs_common.c
10635           src/prefs_toolbar.c
10636                 rename 'Pixmap' -> 'Icon'
10637
10638         * src/toolbar.[ch]
10639                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10640
10641 2002-08-10 [paul]       0.8.1claws48
10642
10643         * src/prefs_toolbar.c
10644                 re-work the UI
10645
10646 2002-08-10 [paul]       0.8.1claws47
10647
10648         * src/main.c
10649                 don't write Processing progress to status bar
10650                 patch submitted by Alexander Evseev
10651
10652         * src/prefs_toolbar.c
10653                 re-position and resize window
10654                 make window assume correct size on first call
10655
10656 2002-08-10 [paul]       0.8.1claws46
10657
10658         * src/mainwindow.c
10659           src/prefs_toolbar.c
10660           src/toolbar.c
10661           src/toolbar.h
10662                 obey coding style
10663                 follow UI text conventions
10664
10665 2002-08-10 [alfons]     0.8.1claws45
10666
10667         * src/toolbar.c
10668                 correct pixmap for delete action
10669
10670 2002-08-10 [paul]       0.8.1claws44
10671
10672         * po/pt_BR.po
10673                 updated by Fabio Jr. Beneditto
10674
10675 2002-08-10 [paul]       0.8.1claws43
10676
10677         * po/POTFILES.in
10678                 add custom toolbar files
10679
10680 2002-08-10 [paul]       0.8.1claws42
10681
10682         * sync with 0.8.1cvs22
10683                 see ChangeLog 2002-08-09
10684
10685 2002-08-09 [paul]       0.8.1claws41
10686
10687         * tools/Makefile.am
10688           tools/README
10689           tools/outlook2sylpheed.pl     ** NEW FILE **
10690                 add script to convert exported Outlook
10691                 contacts list to a Sylpheed addressbook.
10692                 Submitted by Ricardo Mones Lastra.
10693
10694 2002-08-09 [paul]       0.8.1claws40
10695
10696         * AUTHORS
10697           configure.in
10698           po/sr.po      ** NEW FILE **
10699                 add Serbian message catalog. Submitted by
10700                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10701
10702 2002-08-09 [paul]       0.8.1claws39
10703
10704         * sync with 0.8.1cvs21
10705                 see ChangeLog 2002-08-08
10706
10707 2002-08-08 [oliver]     0.8.1claws38
10708
10709         * src/mainwindow.c
10710                 move Custom Toolbar to Configuration menu
10711
10712 2002-08-08 [oliver]     0.8.1claws37
10713
10714         * src/prefs_toolbar.c
10715                 fix substitute pixmap bug
10716
10717 2002-08-08 [paul]       0.8.1claws36
10718
10719         * sync with 0.8.1cvs19
10720                 see ChangeLog 2002-08-08
10721
10722 2002-08-07 [christoph]  0.8.1claws35
10723
10724         * src/utils.c
10725                 fixed a memory leak in new canonicalize_file_replace
10726
10727 2002-08-07 [christoph]  0.8.1claws34
10728
10729         * src/utils.[ch]
10730                 o canonicalize_file_replace should create the temporary
10731                   file in the same directory as the original file.
10732                 o added get_tmpfile_in_dir that creates a temorary file
10733                   in a specified directory.
10734
10735 2002-08-07 [melvin]     0.8.1claws33
10736
10737         * src/toolbar.c
10738                 fixed bug where 'Article' button acted as 'Email' button.
10739
10740 2002-08-07 [paul]       0.8.1claws32
10741
10742         * sync with 0.8.1.cvs17
10743                 see ChangeLog 2002-08-07
10744
10745 2002-08-07 [colin]      0.8.1claws31
10746         
10747         * src/news.c
10748                 fix mass-cancel problem
10749
10750 2002-08-07 [thorsten]   0.8.1claws30
10751
10752         * src/prefs_toolbar.c
10753                 fix: crash on replace or add new button
10754         * src/toolbar.c
10755                 fix: close xmlfile after reading
10756         * src/utils.c
10757                 fix: unlink() file before rename()
10758
10759 2002-08-06 [paul]       0.8.1claws29
10760
10761         * sync with 0.8.cvs15
10762                 see ChangeLog 2002-08-06
10763
10764 2002-08-06 [oliver]     0.8.1claws28
10765
10766         * src/toolbar.c
10767         * src/prefs_toolbar.c
10768                 fixed empty toolbar issue
10769
10770 2002-08-06 [oliver]     0.8.1claws27
10771
10772         * Custom Toolbar Final 
10773         * src/folderview.c
10774         * src/inc.c
10775         * src/summaryview.c
10776                 o toolbar stuff now lives in src/toolbar.[ch]
10777                 o main_window_toolbar_* functions are renamed to
10778                   toolbar_* reflecting their new source file
10779         * src/mainwindow.[ch]
10780                 o remove toolbar stuff  
10781
10782 2002-08-06 [oliver]     0.8.1claws26
10783         
10784         * src/Makefile.am
10785         * src/prefs_toolbar.[ch]        **New File**
10786         * src/toolbar.[ch]              **New File**
10787                 o prefs_toolbar.[ch] custom toolbar frontend
10788                 o toolbar.[ch]       backend 
10789
10790 2002-08-06 [oliver]     0.8.1claws25
10791
10792         * src/prefs_actions.[ch]
10793                 o new exported function actions_execute
10794
10795 2002-08-06 [paul]       0.8.1claws24
10796
10797         * sync with 0.8.1cvs4
10798                 see ChangeLog 2002-08-06
10799
10800 2002-08-06 [paul]       0.8.1claws23
10801
10802         * sync with 0.8.1cvs13
10803                 see ChangeLog 2002-08-06
10804
10805 2002-08-06 [paul]       0.8.1claws22
10806
10807         * sync with 0.8.1cvs12
10808                 see ChangeLog 2002-08-05 and 2002-08-06
10809
10810 2002-08-06 [match]      0.8.1claws21
10811
10812         * src/addrclip.c
10813                 improvements to cut/copy/paste address
10814
10815 2002-08-05 [match]      0.8.1claws20
10816
10817         * src/addritem.[ch]
10818         * src/addrcache.c
10819         * src/addrbook.c
10820         * src/editaddress.c
10821         * src/addressbook.c
10822                 fixes to improve cut/copy/paste
10823
10824 2002-08-06 [melvin]     0.8.1claws19
10825
10826         * src/account.[ch]
10827                 account_find_all_from_address(): new function that returns the
10828                 list of all accounts that are matched in an address.
10829         * src/alertpanel.[ch]
10830                 alertpanel() now accepts a custom widget
10831                 alertpanel_with_widget(): new function that pops up a panel with
10832                 a custom widget in it 
10833         * src/gtkutils.[ch]
10834                 gtkut_account_menu_new(): new function that allows the selection
10835                 of an account from a list of accounts.
10836         * src/messageview.c
10837                 Extended Return Receipt notification to select the correct 
10838                 account and to make a security test on the Delivery-Notification
10839                 address which should be the same as the Return-Path.
10840
10841 2002-08-06 [thorsten]   0.8.1claws18
10842
10843         * src/mimeview.c
10844                 attach_all: save unnamed as "noname.%d",
10845                 dont free static dirname
10846
10847 2002-08-05 [alfons]     0.8.1claws17
10848
10849         * configure.in
10850                 detect XIM by trying to link rather than compile a XIM program
10851
10852 2002-08-05 [oliver]     0.8.1claws16
10853                 
10854         * src/stock_pixmap.[ch]
10855                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10856                 o new func to retrieve pixmaps
10857
10858 2002-08-05 [paul]       0.8.1claws15
10859
10860         * sync with 0.8.1cvs10
10861                 see ChangeLog 2002-08-05
10862
10863 2002-08-04 [alfons]     0.8.1claws14
10864
10865         * src/textview.c
10866                 see if this plugs memleak
10867
10868 2002-08-04 [melvin]     0.8.1claws13
10869
10870         * src/gtkspell.c
10871                 fixed bug that could crash Sylpheed when highlighting
10872                 all misspelled words.
10873
10874 2002-08-03 [melvin]     0.8.1claws12
10875
10876         * src/prefs_actions.c
10877                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10878         * src/messageview.c
10879                 fixed bug where the Return Receipt was sent to
10880                 Delivery-Notification-To address even if it was not present
10881
10882 2002-08-02 [alfons]     0.8.1claws11
10883
10884         * src/prefs_actions.c
10885                 o more check for NULLs
10886                 o put create_io_dialog() in right conditional block
10887
10888 2002-08-02 [paul]       0.8.1claws10
10889
10890         * po/es.po
10891                 updated by Ricardo Mones Lastra
10892
10893 2002-08-01 [christoph]  0.8.1claws9
10894
10895         * src/folder.c
10896                 don't free the cache of the opened
10897                 folder in the summaryview
10898         * src/summaryview.c
10899                 don't unset flags, if it is not required
10900
10901 2002-08-01 [paul]       0.8.1claws8
10902
10903         * sync with 0.8.1cvs8
10904                 see ChangeLog entry 2002-08-01
10905
10906 2002-08-01 [paul]       0.8.1claws7
10907
10908         * sync with 0.8.1cvs7
10909                 see ChangeLog 2002-07-31 and 2002-08-01
10910
10911 2002-07-31 [christoph]  0.8.1claws6
10912
10913         * src/mainwindow.c
10914                 forgot to update menu sensitivity
10915                 function for new menu entry
10916
10917 2002-07-31 [alfons]     0.8.1claws5
10918
10919         * src/main.c
10920                 check folder item and its path for NULL on
10921                 initial processing
10922
10923 2002-07-31 [christoph]  0.8.1claws4
10924
10925         * src/folder.c
10926                 check if folder_item_get_msginfo in
10927                 folder_item_remove_msg returned NULL
10928         * src/imap.c
10929                 better clear the uid cache in the
10930                 uid validity check function and delete
10931                 cached messages
10932
10933 2002-07-31 [paul]       0.8.1claws3
10934
10935         * man/sylpheed.1
10936                 add the '--attach' option and a few other
10937                 minor changes
10938
10939 2002-07-31 [paul]       0.8.1claws2
10940
10941         * sync with 0.8.1cvs5
10942                 see ChangeLog 2002-07-31
10943
10944 2002-07-31 [christoph]  0.8.1claws1
10945
10946         * src/folderview.[ch]
10947         * src/mainwindow.c
10948                 replace "Rescan all folders..." with
10949                 "Check all folders for new messages..."
10950
10951 2002-07-30 [paul]       0.8.1claws
10952
10953         * version 0.8.1claws released
10954
10955 2002-07-30 [paul]       0.8.0claws29
10956
10957         * tools/OOo2sylpheed.pl ** NEW FILE **
10958           tools/README
10959                 add script to enable sending documents as
10960                 attachments from OpenOffice.org
10961
10962 2002-07-30 [melvin]     0.8.0claws28
10963
10964         * src/prefs_actions.c
10965                 Made the actions' input/output dialog display
10966                 without delay.
10967
10968 2002-07-30 [christoph]  0.8.0claws27
10969
10970         * src/procmsg.c
10971                 check if folder_item_get_msginfo in
10972                 procmsg_save_to_outbox returned NULL
10973
10974 2002-07-30 [paul]       0.8.0claws26
10975
10976         * sync with 0.8.1cvs4
10977                 see ChangeLog 2002-07-29
10978
10979 2002-07-29 [thorsten]   0.8.0claws25
10980
10981         * README.claws
10982                 added selective download, delete on server
10983
10984 2002-07-29 [paul]       0.8.0claws24
10985
10986         * sync with 0.8.1cvs3
10987                 see ChangeLog 2002-07-29
10988
10989 2002-07-27 [christoph]  0.8.0claws23
10990
10991         * src/folder.c
10992                 add extra check if fetching the msginfo
10993                 returned NULL
10994
10995 2002-07-27 [paul]       0.8.0claws22
10996
10997         * sync with 0.8.1cvs2
10998                 see ChangeLog 2002-07-26
10999
11000 2002-07-27 [christoph]  0.8.0claws21
11001
11002         * src/imap.c
11003                 add another check if a valid msginfo
11004                 was returned
11005
11006 2002-07-26 [hoa]        0.8.0claws20
11007
11008         * src/folder.c
11009                 Fixed a condition in folder_item_destroy()
11010
11011         * src/imap.c
11012                 Fixed an error in IMAP protocol
11013
11014 2002-07-26 [alfons]     0.8.0claws19
11015
11016         * src/folder.c
11017                 ofcourse compare with identifier, not the path
11018
11019 2002-07-26 [alfons]     0.8.0claws18
11020
11021         * src/folder.c
11022                 use folder item identifier for saving / restoring
11023                 preferences because folder->path might not be unique
11024
11025 2002-07-26 [melvin]     0.8.0claws17
11026
11027         * src/logwindow.c
11028                 Fixed a crash introduced in 0.8.0claws5 when log is 
11029                 cut under 80 characters.
11030
11031 2002-07-26 [paul]       0.8.0claws16
11032
11033         * sync with 0.8.1cvs1
11034                 see ChangeLog 2002-07-26
11035
11036 2002-07-26 [christoph]  0.8.0claws15
11037
11038         * src/imap.[ch]
11039                 imap folder now remembers the last selected
11040                 folder and imap_fetch_msginfo skips selecting
11041                 the folder if it is already selected
11042
11043 2002-07-26 [christoph]  0.8.0claws14
11044
11045         * src/folder.c
11046         * src/folderview.c
11047         * src/imap.c
11048                 fix imap folder rescanning
11049
11050 2002-07-25 [christoph]  0.8.0claws13
11051
11052         * src/filter.c
11053         * src/folder.[ch]
11054         * src/folderview.c
11055         * src/imap.[ch]
11056         * src/mainwindow.c
11057         * src/mbox_folder.c
11058         * src/mh.c
11059         * src/news.c
11060                 implement imap uid cache and uid validity check
11061
11062 2002-07-25 [alfons]     0.8.0claws12
11063
11064         * src/summaryview.c
11065                 fix a brown paper bag bug, and also add some more
11066                 checks
11067
11068 2002-07-25 [christoph]  0.8.0claws11
11069
11070         * src/folder.c
11071                 don't mix copy, fetch_msginfo and remove
11072                 operations in folder item copy and move
11073                 operations
11074
11075 2002-07-25 [christoph]  0.8.0claws10
11076
11077         * src/folderview.c
11078         * src/mainwindow.c
11079         * src/prefs_folder_item.c
11080         * src/summaryview.[ch]
11081                 remove no longer required parameter update_cache from
11082                 summary_show
11083
11084 2002-07-25 [paul]       0.8.0claws9
11085
11086         * sync with 0.8.1
11087         
11088         * AUTHORS
11089                 a few corrections
11090
11091 2002-07-24 [alfons]     0.8.0claws8
11092
11093         * src/summaryview.c
11094                 sort correctly when using simplified subject line
11095                 (closes feature request "[ 585141 ] applying regexp to subject 
11096                 before sort" submitted by Alexandra Walford)
11097
11098 2002-07-24 [paul]       0.8.0claws7
11099
11100         * sync with 0.8.0cvs3
11101                 see ChangeLog 2002-07-24
11102
11103 2002-07-23 [christoph]  0.8.0claws6
11104
11105         * src/folder.c
11106         * src/folder.h
11107         * src/summaryview.c
11108         * src/summaryview.h
11109         * src/main.c
11110                 o separate processing and summaryview
11111                 o removed summary_write_cache from summaryview
11112                 o removed summaryview->killed_messages, because we don't have
11113                   to keep a list of killed messages anymore. New cache will
11114                   keep the hidden messages in cache anyway
11115         * src/folderview.c
11116         * src/inc.c
11117         * src/selective_download.c
11118                 o removed unnecessary summary_write_cache calls
11119         * src/procmsg.c
11120                 o don't set ignore thread flag in procmsg_get_thread_tree
11121                   if it is already set
11122         * src/mainwindow.c
11123         * src/statusbar.h
11124                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11125                   they are used in different files
11126
11127 2002-07-23 [melvin]     0.8.0claws5
11128
11129         * src/addressbook.c
11130         * src/addrgather.c
11131         * src/editaddress.c
11132         * src/editgroup.c
11133         * src/editldap_basedn.c
11134         * src/importldif.c
11135         * src/prefs_common.c
11136                 Fixed few memory leak (gtk_editable_get_chars returns
11137                 an allocated string)
11138         * src/logwindow.c
11139                 Fixed few memory leak (gtk_editable_get_chars returns
11140                 an allocated string) and modified a little the log cutting
11141                 loop.
11142         * src/compose.c
11143                 Replaced a call to an obsolete function gtk_entry_get_text()
11144                 by gtk_editable_get_chars()
11145         * src/send.c
11146                 Removed a debug printf
11147
11148 2002-07-23 [christoph]  0.8.0claws4
11149
11150         * src/filesel.c
11151                 fix another g_dirname memory leak
11152
11153 2002-07-23 [christoph]  0.8.0claws3
11154
11155         * src/mh.c
11156                 fixed a memory leak in mh_fetch_msginfo
11157                 fixed crash when message header could not be
11158                 parsed
11159
11160 2002-07-23 [paul]       0.8.0claws2
11161
11162         * sync with 0.8.0cvs2
11163                 see ChangeLog 2002-07-23
11164
11165 2002-07-23 [paul]       0.8.0claws1
11166
11167         * sync with 0.8.0cvs1
11168                 see ChangeLog 2002-07-23
11169
11170 2002-07-23 [paul]       0.8.0claws
11171
11172         * release of 0.8.0claws
11173
11174 2002-07-23 [paul]       0.7.8claws99
11175
11176         * po/ru.po
11177                 new Russian translation, submitted by
11178                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11179
11180 2002-07-22 [jens]       0.7.8claws98
11181
11182         * po/de.po
11183                 Updated German translations.
11184
11185 2002-07-22 [paul]       0.7.8claws97
11186
11187         * po/es.po
11188           po/it.po
11189           po/nl.po
11190           po/pt_BR.po
11191                 updated translations by Ricardo Mones Lastra,
11192                 Alessandro Maestri, Wilbert Berendsen and 
11193                 Fabio Jr. Beneditto respectively
11194
11195 2002-07-22 [christoph]  0.7.8claws96
11196
11197         * src/mimeview.c
11198                 fix memory leak caused by wrong g_dirname usage
11199
11200 2002-07-22 [christoph]  0.7.8claws95
11201
11202         * src/summaryview.c
11203                 update new and unread message counts for summaryview
11204                 summaryview does not get it from the folder anymore
11205                 and has to update the values itself
11206
11207 2002-07-22 [melvin]     0.7.8claws94
11208
11209         * po/fr.po
11210                 Updated French translations.
11211
11212 2002-07-22 [christoph]  0.7.8claws93
11213
11214         * src/matcher.c
11215                 set prop->preg pointer to NULL or following check
11216                 will not fail and regexec will be called with
11217                 invalid pointer
11218
11219 2002-07-21 [alfons]     0.7.8claws92
11220         
11221         * src/prefs_common.[ch]
11222                 remove option "Send return receipt on request"
11223
11224 2002-07-21 [thorsten]   0.7.8claws91
11225
11226         * src/mimeview.c
11227                 fixed memleaks, coding style as pointed out by alfons
11228
11229 2002-07-21 [alfons]     0.7.8claws90
11230
11231         * src/messageview.c
11232         * src/noticeview.[ch]
11233                 o fix bug notice view being displayed when going to empty folder 
11234                   (noticed by Christoph)
11235                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11236                   (noticed by Thorsten)
11237
11238 2002-07-21 [thorsten]   0.7.8claws89
11239
11240         * src/mimeview.c
11241                 Included save_all patch from Xaview FACQ
11242                 added support for pathnames
11243
11244 2002-07-21 [alfons]     0.7.8claws88
11245
11246         * po/POTFILES.in
11247         * src/Makefile.am
11248         * src/mainwindow.c
11249         * src/messageview.[ch]
11250         * src/noticeview.c      ** NEW FILE **
11251         * src/noticeview.h      ** NEW FILE **
11252                 make return receipts work again
11253                 (UI idea by Leandro Pereira)
11254
11255 2002-07-21 [paul]       0.7.8claws87
11256
11257         * src/summaryview.c
11258                 fix sensitivity of 'Select thread'
11259
11260 2002-07-21 [paul]       0.7.8claws86
11261
11262         * src/prefs_common.c
11263                 add browser command line for Galeon
11264
11265 2002-07-21 [paul]       0.7.8claws85
11266
11267         * Makefile.am
11268                 fix 'EXTRA_DIST': remove README.README, add TODO
11269                 and TODO.claws
11270
11271 2002-07-21 [alfons]     0.7.8claws84
11272
11273         * src/gtkstext.c
11274                 make enter clear selection
11275                 (closes "[ 579888 ] Editor selection/entry error"
11276                 reported by Steve Lamb)
11277
11278 2002-07-21 [alfons]     0.7.8claws83
11279         
11280         * src/summaryview.c
11281                 sort message list when selecting unthread messages
11282                 (closes "[ 501593 ] switching threaded view doesn't sort"
11283                 reported by Simon Schubert)
11284
11285 2002-07-20 [alfons]     0.7.8claws82
11286         
11287         * src/matcher.c
11288                 const-correctness
11289
11290 2002-07-20 [thorsten]   0.7.8claws81
11291
11292         * src/matcher.c
11293                 Fixed expansion of empty fields in matchactions
11294
11295 2002-07-19 [melvin]     0.7.8claws80
11296
11297         * src/gtkspell.c
11298                 Removed a duplicate menu entry (fast mode) introduced during
11299                 the new cache merge
11300                 Added a menu separator between 'Use alternate' and 'Fast mode'
11301
11302 2002-07-19 [paul]       0.7.8claws79
11303
11304         * tools/Makefile.am
11305           tools/README
11306                 correct typos
11307
11308 2002-07-19 [thorsten]   0.7.8claws78
11309
11310         * tools/calypso_convert.pl      ** NEW FILE **
11311           tools/README
11312           tools/Makefile.am
11313                 script to import mbox files exported
11314                 by calypso
11315                 o generates folder structure
11316                 o includes attachments
11317
11318 2002-07-19 [melvin]     0.7.8claws77
11319
11320         * src/selective_download.[ch]
11321                 Fixed bug where closing the dialog with the window manager's
11322                 close button will not unlock the summary
11323                 Corrected some function declarations that missed a return value
11324                 Made the source code comply better with coding style.
11325         * src/prefs_common.c
11326                 Added new browser command line for Mozilla.
11327
11328 2002-07-18 [paul]       0.7.8claws76
11329
11330         * src/mainwindow.c
11331           src/selective_download.[ch]
11332                 reflect theme changes, fix Gdk Warning when creating 
11333                 pixmap from NULL window, and minor clean up.
11334                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11335
11336         * po/en_GB.po
11337                 updated
11338
11339 2002-07-17 [paul]       0.7.8claws75
11340
11341         * INSTALL[.jp]
11342                 sync with 0.8.0
11343         
11344         * po/en_GB.po
11345                 updated
11346
11347 2002-07-16 [paul]       0.7.8claws74
11348
11349         * tools/filter_conv.pl
11350           tools/README
11351                 replace conversion script with reimplemented version, 
11352                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11353
11354 2002-07-16 [colin]      0.7.8claws73
11355
11356         * src/summaryview.c
11357                 remove forgotten debug messages - sorry ;-)
11358
11359 2002-07-16 [colin]      0.7.8claws72
11360
11361         * src/mimeview.c
11362           src/summaryview.c
11363           src/textview.c
11364           src/textview.h
11365                 add the ability to select part of a text mime-part 
11366                 to reply.
11367
11368 2002-07-15 [christoph]  0.7.8claws71
11369
11370         * src/folder.c
11371                 fix folder message count for folders without
11372                 msg_is_changed (includes news folders)
11373
11374 2002-07-15 [martin]     0.7.8claws70
11375
11376         * src/summaryview.c
11377                 option "display recipient on 'From'..." now works
11378                 without the need of enabling the option
11379                 "display  sender  using  address  book".
11380
11381 2002-07-15 [christoph]  0.7.8claws69
11382
11383         * src/summaryview.c
11384                 removed setting folder status from summaryview.
11385                 folder.c should update all message counts correctly.
11386
11387 2002-07-15 [paul]       0.7.8claws68
11388
11389         * po/pt_BR.po
11390                 updated by Fabio Junior Beneditto
11391
11392 2002-07-15 [darko]      0.7.8claws67
11393
11394         * src/mh.c
11395                 Fixed target folder colorization, don't decrease op
11396                 number twice
11397
11398 2002-07-14 [paul]       0.7.8claws66
11399
11400         * sync with main 0.8.0
11401                 see ChangeLog 2002-07-14
11402
11403 2002-07-13 [melvin]     0.7.8claws65
11404         
11405         * src/addrbook.c
11406         * src/addressbook.c
11407         * src/addrindex.c
11408                 Replaced sprintf by g_snprintf to prevent possible buffer
11409                 overflow.
11410         * src/news.c
11411                 Corrected a log message output format.
11412                 Added a missing "done" debug output.
11413         * src/compose.c
11414                 Added keyboard accelerator for Priority menu items
11415                 Added missing \n in debug output
11416         * src/logwindow.c
11417         * src/gtkspell.c
11418         * src/rfc2015.c
11419                 Added missing \n in debug output
11420
11421 2002-07-13 [paul]       0.7.8claws64
11422
11423         * man/sylpheed.1
11424                 change Sergey's email address to the sf address
11425
11426         * src/textview.c
11427                 increase show_url_timeout (more useful for long
11428                 urls)
11429
11430 2002-07-12 [sergey]     0.7.8claws63
11431
11432         * src/rfc2015.c
11433                 applied (with some modifications) patch to set the
11434                 micalg parameter for signatures
11435                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11436
11437 2002-07-12 [sergey]     0.7.8claws62
11438
11439         * man/Makefile.am
11440         * configure.in
11441                 fixed man page installation
11442
11443 2002-07-12 [paul]       0.7.8claws61
11444
11445         * sync with 0.7.8cvs26
11446                 see ChangeLog 2002-07-11 and 2002-07-12
11447
11448 2002-07-11 [christoph]  0.7.8claws60
11449
11450         * src/compose.c
11451         * src/procmsg.c
11452                 first use the message number to find the message
11453                 to mark with a reply flag but check the
11454                 message-id if we got the correct message, if not
11455                 try to find it by message-id.
11456                 use new string seperator that is not allowed
11457                 in message-ids.
11458
11459 2002-07-11 [paul]       0.7.8claws59
11460
11461         * sync with 0.7.8cvs23
11462                 see ChangeLog 2002-07-10
11463
11464 2002-07-10 [christoph]  0.7.8claws58
11465
11466         * src/folder.[ch]
11467         * src/msgcache.[ch]
11468                 Added message-id table to the cache in memory
11469                 and functions to msgcache.c and folder.c to
11470                 fetch MsgInfos by message id
11471         * src/compose.c
11472         * src/procmsg.c
11473                 store folder and message-id of message replying
11474                 to in queue header and set reply flag after sending
11475                 (Closes bug #469498)
11476
11477 2002-07-10 [paul]       0.7.8claws57
11478
11479         * AUTHORS
11480           man/sylpheed.1.gz
11481                 add Martin to the list of authors
11482
11483 2002-07-09 [martin]     0.7.8claws56
11484         * src/gtksctree.c
11485                 Added gtk_ctree_last_visible(), tree_update_level(),
11486                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11487                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11488                 from gtk+ to gtksctree.c for the new sorting code
11489                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11490                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11491         * src/gtksctree.h
11492                 Added declaration for gtk_sctree_sort_recursive() and
11493                 gtk_sctree_sort_node
11494         * src/addressbook.c
11495         * src/foldersel.c
11496         * src/folderview.c
11497         * src/summaryview.c
11498                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11499                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11500
11501 2002-07-08 [paul]       0.7.8claws55
11502
11503         * more sync with 0.7.8cvs21
11504                 see ChangeLog 2002-07-08
11505
11506 2002-07-08 [paul]       0.7.8claws54
11507
11508         * sync with 0.7.8cvs21
11509                 see ChangeLog 2002-07-08
11510
11511 2002-07-07 [alfons]     0.7.8claws53
11512
11513         * src/Makefile.am
11514         * src/stock_pixmap.[ch]
11515         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11516         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11517         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11518                 add new pixmaps for upcoming notice pane
11519
11520 2002-07-06 [melvin]     0.7.8claws52
11521
11522         * src/gtkspell.[ch]
11523                 Made them a bit closer to Sylpheed's coding style.
11524                 Removed old code.
11525                 Removed possible memory leaks when some errors occurs.
11526
11527 2002-07-06 [melvin]     0.7.8claws51
11528
11529         * po/Makefile.in.in
11530                 Removed --no-location in xgettext command line to help
11531                 translators that use Emacs' po-mode
11532         * src/quote_fmt.c
11533                 Removed unnecessary comments that messed up sylpheed.pot
11534
11535 2002-07-06 [paul]       0.7.8claws50
11536
11537         * sync with 0.7.8cvs19
11538                 see ChangeLog 2002-07-05
11539
11540 2002-07-06 [christoph]  0.7.8claws49
11541
11542         * src/folder.c
11543         * src/mainwindow.c
11544                 fix folder_item_remove_all_msg and folderview
11545                 status for trash folders after emptying trash
11546
11547 2002-07-05 [paul]       0.7.8claws48
11548
11549         * sync with 0.7.8cvs16
11550                 see ChangeLog 2002-07-04 and 2002-07-05
11551
11552 2002-07-04 [paul]       0.7.8claws47
11553
11554         * sync with 0.7.8cvs14
11555                 see  ChangeLog 2002-07-04
11556
11557 2002-07-03 [alfons]     0.7.8claws46
11558
11559         * src/folder.c
11560                 dupe folder item's path because it's being reallocated
11561                 by new folder scanning code
11562
11563 2002-07-03 [christoph]  0.7.8claws45
11564
11565         * src/imap.c
11566                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11567         * src/msgcache.c
11568                 add missing return in msgcache_write
11569
11570 2002-07-02 [thorsten]   0.7.8claws44
11571
11572         * src/jpilot.c
11573         * src/msgcache.c
11574         * src/rfc2015.c
11575                 use binary mode for file access
11576
11577 2002-07-02 [christoph]  0.7.8claws43
11578
11579         * major code cleanup (part 1)
11580         
11581                 - unused variables removed
11582                 - unused functions removed
11583                 - uninitialized variables checked
11584                 - missing return statements added
11585                 - missing function return types added
11586                 - added parentheses around assignment and
11587                   && in || when suggested by gcc
11588               
11589         * src/mh.c
11590         * src/folder.c
11591                 replaced direct calls to folder->scan_tree
11592                 with folder_scan_tree and restore folder
11593                 prefs in this function. The folder should
11594                 not have to deal with them.
11595                 ( Should now work for all folder types )
11596
11597 2002-07-02 [paul]       0.7.8claws42
11598
11599         * sync with 0.7.8cvs13
11600                 see ChangeLog 2002-07-01 and 2002-07-02
11601
11602 2002-07-01 [christoph]  0.7.8claws41
11603
11604         * src/summaryview.c
11605                 fix "goto next/prev unread message" with
11606                 ignored threads
11607
11608 2002-07-01 [paul]       0.7.8claws40
11609
11610         * po/es.po
11611                 updated by Ricardo Mones Lastra
11612
11613 2002-06-30 [match]      0.7.8claws39
11614
11615         * src/jpilot.c
11616                 applied variation of leonerd's patch (566661) to
11617                 allow multiple email addresses per JPilot entry.
11618                 addresses may be separated by space, comma, pipe,
11619                 semi-colon, new-line.
11620
11621 2002-06-30 [alfons]     0.7.8claws38
11622
11623         * src/procmsg.c
11624                 simple fix for putting older nodes before
11625                 newer nodes when threading by subject
11626
11627 2002-06-30 [christoph]  0.7.8claws37
11628
11629         * src/folder.c
11630         * src/folderview.c
11631         * src/mh.c
11632         * src/news.c
11633         * src/procmsg.c
11634                 fix broken folder tree rescaning
11635                 and don't use procmsg_get_mark_sum
11636                 anymore
11637
11638 2002-06-30 [christoph]  0.7.8claws36
11639
11640         * merge new cache branch
11641         * src/imap.c
11642                 fix new cache imap copy bug
11643         * src/folder.c
11644                 improved folder_item_scan
11645                 it should now always set the correct
11646                 new, unread and total message counts
11647
11648 2002-06-29 [paul]       0.7.8claws35
11649
11650         * configure.in
11651                 correct syntax error
11652
11653 2002-06-29 [paul]       0.7.8claws34
11654
11655         * configure.in
11656           Makefile.am
11657           man/Makefile.am       ** NEW FILE **
11658           man/sylpheed.1.gz     ** NEW FILE **
11659                 add Sylpheed man page
11660
11661 2002-06-29 [paul]       0.7.8claws33
11662
11663         * po/pt_BR.po
11664                 updated by Fabio Junior Beneditto
11665
11666 2002-06-28 [jens]       0.7.8claws32
11667
11668         * po/de.po
11669                 translation updated
11670
11671         * src/selective_download.c
11672                 removed gettext for space " "
11673
11674         * src/imap.c
11675                 removed wrong space
11676
11677 2002-06-28 [paul]       0.7.8claws31
11678
11679         * sync with 0.7.8cvs11
11680                 see ChangeLog 2002-06-28
11681
11682 2002-06-28 [paul]       0.7.8claws30
11683
11684         * sync with 0.7.8cvs10
11685                 see ChangeLog 2002-06-27 and 2002-06-28
11686
11687 2002-06-26 [paul]       0.7.8claws29
11688
11689         * src/addrgather.c
11690           src/selective_download.c
11691                 don't gettextise empty strings.
11692                 reserved by gettext. gettext("") returns 
11693                 the header entry with meta information, 
11694                 not the empty string
11695
11696         * po/en_GB.po
11697                 updated
11698
11699 2002-06-26 [paul]       0.7.8claws28
11700
11701         * sync with 0.7.8cvs7
11702                 see ChangeLog 2002-06-25
11703
11704         * src/prefs_common.c
11705                 ...and in the process, tweak the gui a little
11706
11707 2002-06-25 [alfons]     0.7.8claws27
11708         
11709         * configure.in
11710         * src/Makefile.am
11711                 fine tune ldap library detection
11712
11713 2002-06-25 [alfons]     0.7.8claws26
11714
11715         * src/compose.c
11716                 don't allow return receipts when composing a news article
11717
11718 2002-06-25 [paul]       0.7.8claws25
11719
11720         * Makefile.am
11721                 add '$(AMTAR)' to 'release' section to allow for
11722                 new and older autotools
11723
11724 2002-06-25 [paul]       0.7.8claws24
11725
11726         * src/summaryview.c
11727                 fix "No more unread messages" persistant pop-up
11728                 window bug
11729
11730 2002-06-25 [paul]       0.7.8claws23
11731
11732         * po/it.po
11733                 updated by Alessandro Maestri
11734
11735 2002-06-25 [paul]       0.7.8claws22
11736
11737         * sync with 0.7.8cvs6
11738                 see ChangeLog 2002-06-25
11739
11740 2002-06-24 [paul]       0.7.8claws21
11741
11742         * tools/update-po
11743                 add GPL copyright information
11744
11745 2002-06-24 [paul]       0.7.8claws20
11746
11747         * tools/Makefile.am
11748           tools/README
11749           tools/update-po       ** NEW FILE **
11750                 add script that eases the creation of *.po files
11751                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11752
11753 2002-06-23 [alfons]     0.7.8claws19
11754
11755         * src/messageview.c
11756                 make notification_convert_header obey const correctness
11757                 (next step will be fixing the broken return receipt)
11758
11759 2002-06-23 [paul]       0.7.8claws18
11760
11761         * src/messageview.c
11762                 fix bug introduced in last commit:
11763                 removed too much code in last commit - put back what's
11764                 needed
11765
11766 2002-06-23 [paul]       0.7.8claws17
11767
11768         * src/messageview.[ch]
11769                 remove code committed in error from locally patched
11770                 source
11771
11772 2002-06-23 [colin]      0.7.8claws16
11773
11774         * src/compose.[ch]
11775                 add compose_entry_select(), used to select the default_to
11776                 email address - hopefully avoiding people sending mails to
11777                 wrong recipients.
11778
11779 2002-06-22 [alfons]     0.7.8claws15
11780
11781         * AUTHORS
11782                 add Bram Metsch & Stanislav Karchebny
11783         * src/smtp.[ch]
11784         * src/prefs_account.[ch]
11785         * src/send.c
11786                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11787                   options.  (see <http://sourceforge.net/tracker/index.php
11788                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11789
11790                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11791                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11792
11793 2002-06-22 [paul]       0.7.8claws14
11794
11795         * sync with 0.7.8cvs5
11796                 see ChangeLog 2002-06-19 and 2002-06-20
11797
11798 2002-06-22 [alfons]     0.7.8claws13
11799
11800         * src/selective_download.c
11801                 fix a stupid mistake I made
11802
11803 2002-06-22 [alfons]     0.7.8claws12
11804
11805         * src/selective_download.[ch]
11806                 fix another unnoticed leak; cleanup code
11807
11808 2002-06-21 [alfons]
11809
11810         * tools/Makefile.am
11811                 gpg-sign <-- gpg-sign-syl
11812
11813 2002-06-21 [alfons]     0.7.8claws11
11814
11815         * src/selective_download.c
11816         * src/selective_download.h
11817                 fix assorted mix of allocation errors (should solve
11818                 problem reported by Philippe Gramoullé, see:
11819                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11820
11821 2002-06-20 [melvin]     0.7.8claws10
11822
11823         * tools/gpg-sign *REMOVED*
11824           tools/gpg-sign-syl *ADDED*
11825                 Replaced the gpg clearsigning script with the version using
11826                 xterm instead of ssh-askpass and changed its name.
11827
11828         * README.claws
11829                 Updated actions example to reflect the renaming of the
11830                 gpg clearsigning script.
11831
11832 2002-06-19 [paul]       0.7.8claws9
11833
11834         * sync with 0.7.8claws9
11835                 see ChangeLog 2002-06-18 and 2002-06-19
11836
11837 2002-06-19 [paul]       0.7.8claws8
11838
11839         * sync with 0.7.8cvs1
11840                 see ChangeLog 2002-06-18
11841
11842 2002-06-18 [alfons]     0.7.8claws7
11843
11844         * src/mainwindow.h
11845                 add omitted prototype
11846
11847 2002-06-17 [paul]       0.7.8claws6
11848
11849         * src/mainwindow.c
11850                 fix hiding of exec_btn
11851
11852 2002-06-17 [paul]       0.7.8claws5
11853
11854         * src/pop.c
11855                 remove unneeded code: should_delete() 
11856                 and Pop3State::uidl_todelete_list
11857
11858 2002-06-17 [paul]       0.7.8claws4
11859
11860         * sync with 0.7.8
11861                 see ChangeLog 2002-06-11 and 2002-06-13
11862
11863 2002-06-16 [alfons]     0.7.8claws3
11864         
11865         * src/folder.c
11866                 make sure lock sort mode (claws specific) is
11867                 also persists after a tree rescan
11868
11869 2002-06-16 [alfons]     0.7.8claws2
11870
11871         * src/prefs_folder_item.c
11872         * src/folder.[ch]
11873                 fix persistence of folder sort mode (broken
11874                 by adapting Hiro's new folder persistence code)
11875
11876 2002-06-16 [alfons]     0.7.8claws1
11877
11878         * AUTHORS
11879         * src/logwindow.c
11880         * src/prefscommon.[ch]
11881                 control size of log text in log window; 
11882                 closes patch #569155 submitted by Mitko Haralanov.
11883
11884 2002-06-15 [paul]       0.7.8claws
11885
11886         * release of 0.7.8claws
11887
11888 2002-06-15 [paul]       0.7.7claws
11889
11890         * po/pt_BR.po
11891                 updated by Fabio Junior Beneditto
11892
11893 2002-06-14 [paul]       0.7.6claws49
11894
11895         * po/es.po
11896                 updated by Ricardo Mones Lastra
11897
11898 2002-06-14 [paul]       0.7.6claws48
11899
11900         * po/nl.po
11901                 updated translation by Wilbert Berendsen
11902
11903 2002-06-14 [melvin]     0.7.6claws47
11904
11905         * po/fr.po
11906                 Updated French translation
11907
11908 2002-06-13 [paul]       0.7.6claws46
11909
11910         * src/filesel.c
11911                 allow filename to be typed in, rather than just
11912                 selected by the mouse. Patch by Gustavo Noronha Silva.
11913
11914 2002-06-13 [alfons]     0.7.6claws45
11915
11916         * src/mainwindow.[ch]
11917                 more cleanups (removing unnecessary menu items Expand 
11918                 summary / message view)
11919
11920 2002-06-13 [melvin]     0.7.6claws44
11921
11922         * po/POTFILES.in
11923                 Added src/string_match.c
11924         * src/string_match.c
11925                 Fixed possible buffer overflow.
11926                 Corrected typo.
11927                 Added missing config.h header.
11928         * src/prefs_common.c
11929           src/prefs_matcher.c
11930           src/prefs_scoring.c
11931                 Made some strings translatable (missing _(..)).
11932
11933 2002-06-13 [melvin]     0.7.6claws43
11934
11935         * README.claws
11936                 Corrected action example (verifying clearsigned mail).
11937         * src/prefs_account.c
11938                 Corrected typo.
11939         * src/prefs_common.c
11940                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11941
11942 2002-06-12 [alfons]     0.7.6claws42
11943
11944         * src/summaryview.c
11945                 add init of score column lost in 0.7.6claws42
11946
11947 2002-06-12 [paul]       0.7.6claws41
11948
11949         * src/prefs_account.c
11950                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11951                 behavior of the radio buttons, (from 0.7.7cvs2)
11952
11953 2002-06-11 [alfons]     0.7.6claws40
11954
11955         * src/messageview.[ch]
11956         * src/summaryview.[ch]
11957         * src/summary_search.c
11958         * src/mainwindow.c
11959                 perform a sync to bring in Hiro's separate view implementation 
11960
11961                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11962
11963 2002-06-11 [paul]       0.7.6claws39
11964         
11965         * src/prefs_account.c
11966                 correct a typo on the Receive tab
11967
11968 2002-06-10 [match]      0.7.6claws38
11969
11970         * src/addressbook.c
11971                 Included address completion patch from Gustavo Noronha.
11972
11973 2002-06-10 [paul]       0.7.6claws37
11974
11975         * src/inc.[ch]
11976           src/pop.c
11977           src/prefs_account.[ch]
11978           src/selective_download.[ch]
11979                 apply PATCH #561712
11980                  NEW:
11981                 - check if POP Account
11982                 - Receive Button renamed to Preview
11983                 - Preview Button Popup: preview new/all messages
11984                 - Download Button
11985                 - Account Preferences-->Receive tab checkbutton if you
11986                   want to remove Mail after Download
11987                 -: default YES
11988                 - Account Preferences-->Receive tab checkbutton use
11989                   filtering rules on preview
11990                   (think of delete_on_server)
11991                 -: default YES
11992                 - Account selectable from SD dialog
11993                 - checkbutton to show already downloaded messages if
11994                   all messages are previewed
11995                 - new clist column showing Date
11996                 - ESC KEY close
11997                 FIXES:
11998                 - play ball with UIDL
11999                 - fault tolerant (?) 
12000                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
12001
12002 2002-06-10 [melvin]     0.7.6claws36
12003
12004         * README.claws
12005                 Added a hint to ac/README in cvs instructions.
12006
12007         * src/prefs_actions.c
12008                 Made it possible to use a more elaborate command line
12009                 for asynchronous actions, too.
12010
12011 2002-06-10 [melvin]     0.7.6claws35
12012         
12013         * src/prefs_actions.c
12014                 Make it possible to use a more elaborate command line
12015                 (e.g. |foo|bar|cat>there;echo Done|)
12016                 Corrected error message when calling %f, %F and %p commands
12017                 from the compose window.
12018
12019 2002-06-09 [colin]      0.7.6claws34
12020
12021         * src/summaryview.c
12022                 Automatically find unread messages in current folder
12023                 before annoying the user.
12024
12025 2002-06-08 [alfons]     0.7.6claws33
12026
12027         * po/it.po
12028                 remove bad formatting string in it.po translation
12029                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12030
12031 2002-06-08 [paul]       0.7.6claws32
12032
12033         * sync with 0.7.6cvs25
12034                 see ChangeLog 2002-06-07
12035
12036 2002-06-05 [paul]       0.7.6claws31
12037
12038         * src/mainwindow.c
12039                 add 'Sort by locked' and 'Sort by score'
12040
12041 2002-06-05 [paul]       0.7.6claws30
12042
12043         * sync with 0.7.6cvs24
12044                 see ChangeLog 2002-06-04
12045
12046 2002-06-04 [paul]       0.7.6claws29
12047
12048         * po/pt_BR.po
12049                 updated by Fabio Junior Beneditto
12050
12051 2002-06-03 [thorsten]   0.7.6claws28
12052
12053         * src/matcher.c
12054                 fclose() matcherrc after reading
12055
12056 2002-06-03 [paul]       0.7.6claws27
12057
12058         * sync with 0.7.6cvs21
12059                 see ChangeLog 2002-05-31
12060
12061 2002-05-31 [paul]       0.7.6claws26
12062
12063         * sync with 0.7.6cvs20
12064                 see ChangeLog 2002-05-29 and 2002-05-30
12065
12066 2002-05-31 [paul]       0.7.6claws25
12067
12068         * src/imap.c
12069                 hopefully fix last buggy sync
12070
12071         * README.claws
12072                 correct typo in 'Actions' examples
12073
12074 2002-05-29 [paul]       0.7.6claws24
12075
12076         * sync with 0.7.6cvs18
12077                 see ChangeLog 2002-05-28 and 2002-05-29
12078
12079         * src/news.c
12080           src/nntp.[ch]
12081                 sync with above 
12082
12083 2002-05-28 [paul]       0.7.6claws23
12084
12085         * sync with 0.7.6cvs16
12086                 see ChangeLog 2002-05-28
12087
12088 2002-05-27 [thorsten]   0.7.6claws22 
12089
12090         * faq/it/sylpheed-faq-1.html
12091           faq/it/sylpheed-faq-2.html
12092           faq/it/sylpheed-faq-3.html
12093           faq/it/sylpheed-faq.html
12094                 corrected DOS lineendings
12095         * faq/de/sylpheed-faq-1.html
12096           faq/de/sylpheed-faq-2.html
12097           faq/en/sylpheed-faq-1.html
12098           faq/en/sylpheed-faq-2.html
12099           faq/en/sylpheed-faq-3.html
12100           faq/es/sylpheed-faq-1.html
12101           faq/es/sylpheed-faq-2.html
12102           faq/es/sylpheed-faq-3.html
12103           faq/fr/sylpheed-faq-1.html
12104           faq/it/sylpheed-faq-1.html
12105           faq/it/sylpheed-faq-2.html
12106           faq/it/sylpheed-faq-3.html
12107           faq/it/sylpheed-faq.html
12108                 changed ">" to &quot;
12109
12110 2002-05-27 [paul]       0.7.6claws21
12111         
12112         * sync with 0.7.6cvs15
12113                 see ChangeLog 2002-05-27
12114
12115 2002-05-27 [paul]       0.7.6claws20
12116
12117         * src/prefs_account.c
12118                 correct a typo
12119
12120 2002-05-26 [paul]       0.7.6claws19
12121
12122         * tools/README
12123                 correct a typo
12124
12125 2002-05-25 [paul]       0.7.6claws18
12126
12127         * tools/README
12128                 add description of kmail2sylpheed.pl
12129
12130 2002-05-25 [paul]       0.7.6claws17
12131
12132         * tools/kmail2sylpheed.pl       ** NEW FILE **
12133                 perl script that converts an exported Kmail address
12134                 book, converts it to sylpheed addressbook file,
12135                 writes the file to .sylpheed, and updates
12136                 addrbook--index.xml 
12137
12138 2002-05-25 [paul]       0.7.6claws16
12139
12140         * sync with 0.7.6cvs14
12141                 see ChangeLog 2002-05-23
12142
12143 2002-05-24 [paul]       0.7.6claws15
12144
12145         * README.claws
12146                 make a correction and add some more info
12147
12148 2002-05-24 [paul]       0.7.6claws14
12149
12150         * src/compose.c
12151                 fix memory leak in 
12152                 compose_redirect_write_headers_from_headerlist()
12153                 add Subject and Resent-Message-ID to
12154                 compose_redirect_write_headers()
12155                 Received, Subject, and X-UIDL are filtered out in 
12156                 compose_redirect_write_to_file()
12157
12158 2002-05-23 [paul]       0.7.6claws13
12159
12160         * src/compose.[ch]
12161           src/filtering.c
12162           src/mainwindow.c
12163           src/matcher.[ch]
12164           src/matcher_parser_lex.l
12165           src/matcher_parser_parse.y
12166           src/prefs_common.[ch]
12167           src/prefs_filtering.c
12168           src/summaryview.c
12169                 rename 'Bounce' to 'Redirect'
12170
12171 2002-05-23 [paul]       0.7.6claws12
12172
12173         * more sync with 0.7.6cvs13
12174           src/compose.c
12175                 see ChangeLog 2002-05-22
12176
12177 2002-05-22 [paul]       0.7.6claws11
12178
12179         * sync with 0.7.6cvs13
12180           src/codeconv.c
12181                 see ChangeLog 2002-05-20
12182           src/prefs_common.c
12183                 see ChangeLog 2002-05-22
12184
12185 2002-05-21 [melvin]     0.7.6claws10
12186
12187         * src/folderview.c
12188                 Added missing filtering and scoring headers
12189                 Fixed bad function call that showed garbage 
12190                 in Folder->Processing
12191
12192 2002-05-21 [paul]       0.7.6claws9
12193
12194         * tools/Makefile.am
12195                 make all tools executable, (patch by Alfons).
12196
12197 2002-05-20 [alfons]     0.7.6claws8
12198
12199         * src/procheader.c
12200                 don't forget to call mktime() so we have a valid week 
12201                 and year day
12202                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12203
12204 2002-05-20 [paul]       0.7.6claws7
12205
12206         * src/html.c
12207                 fix broken parsing of urls
12208         * src/textview.c
12209                 fix displaying of urls
12210
12211                 both fixes from the patch [547855] by Eugene 
12212                 Brevdo (zonem)
12213
12214 2002-05-19 [alfons]     0.7.6claws6
12215
12216         * configure.in
12217                 make sylpheed configure correctly with the latest
12218                 and greatest of automake / autoconf / gettext
12219
12220 2002-05-19 [alfons]     0.7.6claws5
12221
12222         * src/procheader.c
12223         * src/procheader.h
12224                 add function for returning ime zone offset
12225         * src/quote_fmt.c
12226         * src/quote_fmt_parse.y
12227                 better quotation formatting - does not convert
12228                 to local time, but uses the original date string.
12229                 
12230                 Note: %z inserts the timezone offset (should 
12231                 work also on platforms where strftime does not
12232                 support %z).
12233
12234 2002-05-18 [christoph]  0.7.6claws4
12235
12236         * src/summaryview.c
12237                 fix indentation of some code
12238         * tools/Makefile.am
12239                 fix spaces after \
12240         * src/Makefile.am
12241                 add missing \
12242                 correct path for ignorethread.xpm
12243                 incorrect filename for sylpheed_logo.xpm
12244                 add missing include matcher_parser_parse.h
12245
12246 2002-05-18 [paul]       0.7.6claws3
12247
12248         * sync with 0.7.6cvs8
12249                 see ChangeLog 2002-05-16 and 2002-05-17
12250
12251 2002-05-18 [melvin]     0.7.6claws2
12252
12253         * README.claws
12254                 Corrected an action's definition and fixed some misspellings.
12255
12256 2002-05-18 [paul]       0.7.6claws1
12257
12258         * tools/Makefile.am
12259           tools/gpg-sign        ** new file **
12260           tools/uudec           ** new file **
12261                 add Melvin's Actions scripts
12262
12263         * README.claws
12264                 add Melvin's descriptions for Actions
12265
12266 2002-05-18 [paul]       0.7.6claws
12267
12268         * Version 0.7.6claws released
12269
12270 2002-05-17 [paul]       0.7.5claws32
12271
12272         * po/es.po
12273                 updated by Ricardo Mones Lastra
12274
12275 2002-05-17 [paul]       0.7.5claws31
12276
12277         * src/compose.c
12278                 fix Account prefs default folder for sent/draft/deleted
12279                 messages bug
12280
12281         * po/it.po
12282           po/nl.po
12283                 updated translation by Alessandro Maestri and
12284                 Wilbert Berendsen
12285
12286 2002-05-17 [melvin]     0.7.5claws30
12287
12288         * src/prefs_actions.c
12289                 Fixed bug where using %F not at the end of the command 
12290                 resulted in an additional empty argument being created.
12291                 Thanks to Darko Koruga for reporting the bug.
12292
12293 2002-05-17 [melvin]     0.7.5claws29
12294
12295         * po/fr.po
12296                 Updated French translations.
12297
12298 2002-05-15 [paul]       0.7.5claws28
12299         
12300         * po/es.po
12301                 updated by Ricardo Mones Lastra
12302
12303 2002-05-15 [paul]       0.7.5claws27
12304
12305         * sync with 0.7.6cvs4
12306                 see ChangeLog 2002-05-14 and 2002-05-15
12307
12308 2002-05-14 [paul]       0.7.5claws26
12309
12310         * sync with 0.7.6cvs1
12311                 see ChangeLog 2002-05-13
12312
12313 2002-05-13 [thorsten]   0.7.5claws25
12314
12315         * src/messageview.c
12316                 fix select_all and copy in multipart messages
12317         * src/mainwindow.c
12318                 fix select_all and copy in multipart messages
12319
12320 2002-05-12 [paul]       0.7.5claws24
12321
12322         * src/summaryview.c
12323                 reverse last commit, bug already fixed in 0.7.5claws3
12324
12325 2002-05-12 [netztorte]  0.7.5claws23
12326
12327         * src/summaryview.c
12328                 dont parse empty addressbook (checked in before claws20)
12329
12330 2002-05-12 [melvin]     0.7.5claws22
12331
12332         * src/procmsg.[ch]
12333                 Removed unneeded priority code introduced by the previous 
12334                 commit.
12335
12336 2002-05-12 [melvin]     0.7.5claws21
12337
12338         * src/compose.[ch]
12339                 Added possibility to set message's priority.
12340         * src/procmsg.[ch]
12341                 Added possibility to set message's priority.
12342                 Added missing headers
12343
12344 2002-05-12 [melvin]     0.7.5claws20
12345
12346         * src/prefs_actions.c
12347                 Removed implicitely added quotes around the name
12348                 of the temporary files of mime parts.
12349
12350 2002-05-12 [paul]       0.7.5claws19
12351
12352         * sync with 0.7.5cvs20
12353                 see ChangeLog 2002-05-11
12354
12355 2002-05-12 [alfons]     0.7.5claws18
12356
12357         * src/quote_fmt_lex.l
12358         * src/quote_fmt_parse.y
12359                 allow quote / reply date & time format to be set using
12360                 %D{format}. format is a format string you'd pass to
12361                 strftime() (see man strftime, or the Display tab |
12362                 Date format setting).
12363
12364                 Currently %D converts the date to local time. 
12365
12366 2002-05-11 [paul]       0.7.5claws17
12367
12368         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12369                 see ChangeLog 2002-05-10 and 2002-05-11
12370
12371 2002-05-10 [paul]       0.7.5claws16
12372
12373         * sync with 0.7.5cvs16
12374                 see ChangeLog entries 2002-05-09 and 
12375                 2002-05-10
12376
12377 2002-05-10 [colin]      0.7.5claws15
12378
12379         * src/textview.c
12380                 Corrected a bug that prevented sylpheed to open
12381                 double-clicked URIs.
12382
12383 2002-05-09 [paul]       0.7.5claws14
12384
12385         * sync with 0.7.5cvs14
12386                 see ChangeLog 2002-05-08 and 2002-05-09
12387
12388 2002-05-08 [paul]       0.7.5claws13
12389
12390         * sync with 0.7.5cvs11
12391                 see ChangeLog entry 2002-05-08
12392
12393 2002-05-08 [paul]       0.7.5claws12
12394
12395         * src/mainwindow.c
12396           src/textview.[ch]
12397                 fix segfault on View->Open in new window
12398                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12399
12400 2002-05-07 [paul]       0.7.5claws11
12401
12402         * sync with 0.7.5cvs9
12403                 see ChangeLog entry 2002-05-07
12404
12405 2002-05-06 [paul]       0.7.5claws10
12406
12407         * src/messageview.c
12408           src/textview.c
12409                 display url in statusbar on single-click
12410                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12411
12412 2002-05-06 [match]      0.7.5claws9
12413
12414         * src/addritem.[ch]
12415                 new functions.
12416         * src/addrcache.c
12417                 tidy up.
12418         * src/xmlprops.[ch]
12419                 XML implementation of properties file.
12420         * src/exporthtml.[ch]
12421         * src/expthtmldlg.[ch]
12422         * src/addressbook.c
12423                 export to HTML.
12424
12425 2002-05-02 [sergey]     0.7.5claws8
12426
12427         * src/mainwindow.c (mainwin_entries),
12428           src/prefs_common.c (prefs_send_create()),
12429           src/codeconv.c (locale_table):
12430                 use charset name "Windows-1251" instead of "CP1251".
12431
12432 2002-05-02 [colin]      0.7.5claws7
12433         
12434         * src/compose.c
12435           src/prefs_common.c
12436           src/prefs_folder_item.c
12437                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12438
12439 2002-05-02 [hiro]       0.7.5claws6
12440
12441         * src/imap.c
12442                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12443
12444 2002-05-02 [paul]       0.7.5claws5
12445
12446         * src/compose.c
12447                 more sync with 0.7.5cvs7, see ChangeLog entry
12448                 2002-05-02
12449
12450 2002-05-02 [hiro]       0.7.5claws4
12451
12452         * src/compose.c
12453                 compose_queue_sub():
12454                 check if queue folder exists (closes #550397).
12455                 removed directory creation since it should be handled
12456                 transparently.
12457         * src/imap.c
12458                 imap_add_msg(): return UID for appended message
12459                 (closes #548842).
12460
12461 2002-04-30 [paul]       0.7.5claws3
12462
12463         * src/summaryview.c
12464                 fix account_find_from_address() bug
12465
12466 2002-04-28 [colin]      0.7.5claws2
12467
12468         * src/compose.c
12469           src/textview.c
12470           src/prefs_common.[ch]
12471           src/utils.[ch]
12472                 Added user-definable quotation characters recognition.
12473
12474 2002-04-28 [paul]       0.7.5claws1
12475
12476         * sync with 0.7.5cvs4
12477                 see ChangeLog entry  2002-04-25
12478
12479 2002-04-28 [paul]       0.7.5claws
12480
12481         * po/es.po
12482           po/nl.po
12483           po/pt_BR.po
12484                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12485                 Fabio Junior Beneditto
12486
12487 2002-04-27 [jens]       0.7.4claws103
12488
12489         * po/de.po
12490                 updated German translation.
12491
12492 2002-04-27 [hiro]       0.7.4claws102
12493
12494         * src/summaryview.c
12495                 summary_write_cache(): fixed the mark loss of hidden messages.
12496
12497 2002-04-26 [melvin]     0.7.4claws101
12498
12499         * src/procmsg.c
12500                 fixed a second typo (same one)
12501         * po/fr.po
12502           po/it.po
12503           po/pt_BR.po
12504                 fixed the type again...
12505
12506 2002-04-26 [melvin]     0.7.4claws100
12507
12508         * src/procmsg.c
12509                 fixed a typo in an alert message ("temorary").
12510         * po/it.po
12511         * po/pt_BR.po
12512                 corrected the typo  described above.
12513         * po/fr.po
12514                 updated French translation.
12515
12516 2002-04-26 [darko]      0.7.4claws99
12517
12518         * src/summaryview.c
12519                 fix target folder colorization
12520
12521 2002-04-25 [paul]       0.7.4claws98
12522
12523         * po/it.po
12524                 updated by Alessandro Maestri
12525
12526 2002-04-24 [colin]      0.7.4claws97
12527         
12528         * src/compose.c
12529                 Fixed double "subject is empty" question.
12530
12531 2002-04-23 [colin]      0.7.4claws96
12532         
12533         * src/mimeview.c
12534                 Corrected issue when "automatically display images" was
12535                 not set : first image remained after selecting second.
12536
12537 2002-04-23 [melvin]     0.7.4claws95
12538
12539         * src/prefs_actions.c
12540                 Don't display in/out dialog if there is nothing to show.
12541
12542 2002-04-23 [paul]       0.7.4claws94
12543
12544         * sync with 0.7.5cvs3
12545                 bug fixes: see ChangeLog entry 2002-04-23
12546
12547 2002-04-22 [darko]      0.7.4claws93
12548
12549         * src/compose.c
12550                 fix previous check-in which changed code after
12551                 merge from main
12552
12553 2002-04-22 [paul]       0.7.4claws92
12554
12555         * faq/de/*
12556                 add German FAQ
12557         * faq/en/*
12558           faq/es/*
12559           faq/fr/*
12560                 update English, Spanish and French FAQs
12561         * manual/de/*
12562           manual/es/*
12563                 add German and Spanish manuals
12564         * manual/en/*
12565           manual/fr/*
12566                 update English and French manuals
12567
12568         * src/Makefile.am
12569                 add to and re-arrange the pixmap entries
12570
12571 2002-04-22 [darko]      0.7.4claws91
12572
12573         * src/compose.c
12574                 fix sender initials recognition to only allow
12575                 '>' after the initials
12576
12577 2002-04-21 [paul]       0.7.4claws90
12578
12579         * sync with 0.7.5 release
12580                 see ChangeLog entry 2002-04-21
12581
12582 2002-04-21 [alfons]
12583
12584         * src/Makefile.am
12585                 add colin's new pixmaps to EXTRA_DIST
12586
12587 2002-04-21 [colin]      0.7.4claws89
12588         * src/compose.c
12589         * src/inc.c
12590         * src/mainwindow.[ch]
12591         * src/prefs_common.[ch]
12592         * src/stock_pixmap.[ch]
12593                 Added "Work offline" ability.
12594
12595 2002-04-21 [colin]      0.7.4claws88
12596         
12597         * src/mimeview.c
12598         * src/prefs_common.c
12599         * src/prefs_common.h
12600         * src/textview.c : Added an option to common preferences -> display
12601           to allow user not to automatically display images.
12602
12603 2002-04-21 [paul]       0.7.4claws87
12604
12605         * sync with 0.7.4cvs52
12606                 see ChangeLog entry 2002-04-21 (src/imap.c)
12607
12608 2002-04-21 [paul]       0.7.4claws86
12609
12610         * sync with 0.7.4cvs51
12611                 see ChangeLog entry 2002-04-21
12612
12613 2002-04-21 [paul]       0.7.4claws85
12614
12615         * sync with 0.7.4cvs49
12616                 see ChangeLog entries 2002-04-20 and 2002-04-21
12617
12618         * src/Makefile.am
12619                 clean up: remove old 'stock_' element from xpm 
12620                 filenames.
12621
12622 2002-04-21 [alfons]     0.7.4claws84
12623
12624         apply sync patch from Paul
12625
12626         * src/folderview.c
12627                 use old claws prefs_folder_item_create() for now
12628
12629 2002-04-19 [match]      0.7.4claws83
12630
12631         * src/addressbook.[ch]
12632         * src/addrharvest.[ch]
12633         * src/addrgather.[ch]
12634                 recurse folders.
12635         * src/mainwindow.c
12636         * src/summaryview.[ch]
12637                 change menu option.
12638
12639 2002-04-19 [paul]       0.7.4claws82
12640
12641         * po/pt_BR.po
12642                 updated by Fabio Junior Beneditto
12643
12644 2002-04-14 [alfons]     0.7.4claws81
12645
12646         * src/passphrase.c
12647                 add #include <sys/types.h> for mode_t and off_t 
12648
12649 2002-04-13 [paul]       0.7.4claws80
12650         
12651         * src/main.c
12652           src/passphrase.[ch]
12653           src/pgptext.c
12654           src/prefs_common.[ch]
12655           src/rfc2015.c
12656                 enable storing of GnuPG passphrase for the whole 
12657                 session or a user-defined number of minutes. patch 
12658                 submitted by Ravemax <ravemax@dextrose.com>
12659
12660 2002-04-13 [alfons]     0.7.4claws79
12661
12662         * src/textview.c
12663                 make email parser also stop scanning when encountering separators
12664                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12665
12666 2002-04-13 [paul]       0.7.4claws78
12667
12668         * sync with 0.7.4cvs39
12669                 see ChangeLog entry 2002-04-12
12670
12671 2002-04-11 [paul]       0.7.4claws77
12672
12673         * sync with 0.7.4cvs37
12674                 see ChangeLog entry 2002-04-11
12675
12676 2002-04-11 [paul]       0.7.4claws76
12677
12678         * COPYING 
12679                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12680                 the clause for OpenSSL). sync with sylpheed main
12681
12682 2002-04-09 [melvin]     0.7.4claws75
12683
12684         * src/compose.c
12685                 Made 'Ctrl-Enter' on send ignore some modifiers 
12686                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12687                 to bind other *-Enter (but not Alt-Enter).
12688
12689 2002-04-09 [paul]       0.7.4claws74
12690
12691         * sync with 0.7.4cvs35
12692                 see ChangeLog entries 2002-04-09
12693
12694 2002-04-08 [paul]       0.7.4claws73
12695
12696         * sync with 0.7.4cvs33
12697                 see ChangeLog entry 200-04-08
12698
12699 2002-04-07 [match]      0.7.4claws72
12700
12701         * src/addrharvest.[ch]
12702                 fixed to read all addresses in header, regardless
12703                 of header size. improved name parsing. accommodate
12704                 harvest from folders and selected message.
12705         * src/addritem.[ch]
12706                 included new address parsing function.
12707         * src/addrgather.[ch]
12708         * src/addressbook.[ch]
12709         * src/summaryview.[ch]
12710         * src/mainwindow.c
12711                 allow address harvest of folder as well as selected
12712                 messages.
12713
12714 2002-04-07 [paul]       0.7.4claws71
12715
12716         * src/esmtp.[ch]
12717           src/smtp.c
12718                 don't try to authenticate with CRAM-MD5 in SMTP when 
12719                 SMTP-AUTH enabled if MTA doesn't issue this 
12720                 auth-method in it's ehlo-response. bug item #531364,
12721                 patch item #938910. patch submitted by Colin Leroy 
12722                 <colin@colino.net>
12723
12724 2002-04-07 [paul]       0.7.4claws70
12725
12726         * src/nntp.c
12727                 fix missing MODE_READER bug. patch submitted by
12728                 Colin Leroy <colin@colino.net>
12729
12730 2002-04-07 [alfons]     0.7.4claws69
12731
12732         * src/matcher.[ch]
12733         * src/prefs_filtering.c
12734         * src/summaryview.c
12735                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12736                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12737
12738 2002-04-07 [paul]       0.7.4claws68
12739
12740         * sync with 0.7.4cvs32
12741                 see ChangeLog entry 2002-04-06
12742
12743         * tools/filter_conv.pl
12744                 more bug fixes
12745
12746 2002-04-06 [paul]       0.7.4claws67
12747
12748         * tools/filter_conv.pl
12749                 modify to be able to find the name of the first
12750                 mailbox and use that. main's filter does not
12751                 record the full path to the mailbox and therefore
12752                 can only filter to the first mailbox.
12753
12754 2002-04-05 [paul]       0.7.4claws66
12755
12756         * tools/filter_conv.pl
12757                 attempt to make the script all-encompassing and
12758                 be able to convert any main 'filter' rule thrown
12759                 at it
12760
12761 2002-04-05 [paul]       0.7.4claws65
12762
12763         * tools/filter_conv.pl
12764                 allow for collapsed folder trees
12765
12766 2002-04-05 [paul]       0.7.4claws64
12767
12768         * sync with 0.7.4cvs31
12769                 see ChangeLog entries 2002-04-05
12770
12771 2002-04-03 [paul]       0.7.4claws63
12772
12773         * sync with 0.7.4cvs29
12774                 see ChangeLog entries 2002-04-02 and 2002-04-03
12775
12776 2002-04-02 [paul]       0.7.4claws62
12777
12778         * sync with 0.7.4cvs26
12779                 see ChangeLog entry 2002-04-01
12780
12781 2002-04-02 [match]      0.7.4claws61
12782
12783         * src/pine.[ch]
12784         * src/importpine.[ch]
12785         * src/addressbook.c
12786                 import Pine address book.
12787
12788 2002-04-02 [match]      0.7.4claws60
12789
12790         * src/addrharvest.[ch]
12791                 improve address parsing of funky addresses.
12792
12793 2002-04-02 [darko]      0.7.4claws59
12794
12795         * src/compose.c
12796                 wrap on send improvements, it now recognizes quoted
12797                 initials as part of the quotation string, and it
12798                 does not join lines separated by CR
12799
12800 2002-04-01 [match]      0.7.4claws58
12801
12802         * src/mgutils.[ch]
12803                 added new functions.
12804         * src/mutt.[ch]
12805                 remove excessive duplicate address generation
12806                 on import.
12807
12808 2002-04-01 [alfons]     0.7.4claws57
12809         
12810         * src/summaryview.c
12811                 put back g_free() 
12812
12813 2002-04-01 [paul]       0.7.4claws56
12814
12815         * sync with 0.7.4cvs25
12816                 see ChangeLog entry 2002-04-01
12817
12818 2002-04-01 [alfons]     0.7.4aprilfool55
12819
12820         * src/summaryview.c
12821                 honour feature request item #537427 to allow for
12822                 displaying names from address book for sent mail also
12823
12824 2002-03-29 [paul]       0.7.4claws54
12825
12826         * src/mainwindow.c
12827           src/prefs_filtering.[ch]
12828           src/prefs_matcher.c
12829           src/summaryview.c
12830                 add 'fast filter' for claws' filtering,
12831                 /Tools/Create filter rule/... patch submitted
12832                 by Neill Miller <neillm@thecodefactory.org>
12833
12834 2002-03-29 [paul]       0.7.4claws53
12835
12836         * sync with 0.7.4cvs24
12837                 see ChangeLog entry 2002-03-29
12838
12839 2002-03-28 [paul]       0.7.4claws52
12840
12841         * sync with 0.7.4cvs23
12842                 see ChangeLog entry 2002-03-28
12843
12844 2002-03-27 [melvin]     0.7.4claws51
12845
12846         * src/prefs_actions.c
12847                 Added support to pass only one message part (as a
12848                 file) to the command using '%p'. No quotes are needed
12849                 because doubles quotes are automatically added.
12850                 Fixed bug where Sylpheed could block when waiting for
12851                 a child process to finish.
12852                 Changed the help menu to remove quotes around symbols to 
12853                 avoid misinterpretation (they must not be used).
12854
12855 2002-03-27 [melvin]     0.7.4claws50
12856
12857         * src/inc.c
12858                 Made the new mail notification command always 
12859                 execute asynchronously.
12860
12861 2002-03-27 [paul]       0.7.4claws49
12862
12863         * src/compose.c
12864                 fix bug introduced in last commit
12865
12866 2002-03-27 [paul]       0.7.4claws48
12867
12868         * sync with 0.7.4cvs21
12869                 see ChangeLog 2002-03-26 and 2002-03-27
12870
12871 2002-03-26 [hoa]        0.7.4claws47
12872
12873         * src/prefs_folder_item.c
12874                 really fixed the bug #516442 with folder rescan.
12875
12876 2002-03-26 [paul]       0.7.4claws46
12877
12878         * sync with 0.7.4cvs19
12879                 see ChangeLog entries 2002-03-25 and 2002-03-26
12880
12881 2002-03-25 [hoa]        0.7.4claws45
12882
12883         * src/matcher.c
12884         * src/mh.c
12885                 fix the bug #516442 with folder rescan.
12886
12887         * src/prefs_common.[ch]
12888         * src/compose.c
12889                 added an option to enable two different behaviours
12890                 for bounce.
12891
12892
12893 2002-03-25 [paul]       0.7.4claws44
12894
12895         * src/mainwindow.c
12896           src/selective_download.c
12897                 correct a few menuitem labels
12898
12899 2002-03-25 [christoph]  0.7.4claws43
12900
12901         * src/procmsg.c
12902                 fix non deleted tmp message in
12903                 procmsg_save_to_outbox
12904                 fix problems caused by sync with
12905                 main branch's procmsg_send_queue
12906
12907 2002-03-25 [paul]       0.7.4claws42
12908
12909         * src/quote_fmt.c
12910           src/quote_fmt_lex.l
12911           src/quote_fmt_parse.y
12912                 add Last name (%L) placeholder for quoting. 
12913                 patch submitted by Thorsten Thielen 
12914                 <thth@users.sourceforge.net>
12915
12916 2002-03-25 [paul]       0.7.4claws41
12917
12918         * src/utils.c
12919                 get full hostname. patch submitted by
12920                 Bob Woodside <rwoodside1@comcast.net>
12921
12922 2002-03-25 [paul]       0.7.4claws40
12923
12924         * src/account.c
12925           src/news.c
12926           src/nntp.[ch]
12927           src/prefs_account.[ch]
12928                 enable NNTP over SSL. patch submitted by
12929                 Pascal Jermini <pascal@infinity.hn.org>
12930
12931 2002-03-24 [paul]       0.7.4claws39
12932
12933         * src/prefs_common.c
12934                 make the arrangement of the Compose tab more
12935                 coherent
12936
12937         * src/mainwindow.c
12938                 fix some irregularities of style
12939
12940         * po/de.po
12941                 updated by Kilian Krause
12942
12943 2002-03-23 [paul]       0.7.4claws38
12944
12945         * po/pt_BR.po
12946                 updated by Fabio Junior Beneditto
12947
12948 2002-03-23 [paul]       0.7.4claws37
12949
12950         * src/mainwindow.c
12951                 move 'Gather addresses' to 'Tools' menu
12952                 make 'Selective download' sensitive
12953
12954 2002-03-23 [paul]       0.7.4claws36
12955
12956         * sync with 0.7.4cvs16
12957                 see ChangeLog entries 2002-03-23
12958
12959 2002-03-22 [christoph]  0.7.4claws35
12960
12961         * src/quote_fmt_parse.y
12962                 fix include program output
12963
12964 2002-03-22 [alfons]     0.7.4claws34
12965
12966         * src/pop.c
12967                 initialize GDate stack variable correctly (sorry!)
12968
12969 2002-03-22 [paul]       0.7.4claws33
12970
12971         * src/compose.c
12972           src/mainwindow.c
12973           src/prefs_actions.c
12974           src/prefs_common.c
12975                 rename 'Tool' to 'Tools'
12976
12977         * src/mainwindow.c
12978                 move 'Delete duplicated messages' from
12979                 'Message/' to 'Tools/'
12980                 re-arrange the order of 'Tools/' items
12981
12982 2002-03-22 [paul]       0.7.4claws32
12983
12984         * src/addr_compl.c
12985           src/addressbook.[ch]
12986                 auto-address completion now also matches on
12987                 Nickname. patch submitted by Bob Forsman 
12988                 <hammor@users.sourceforge.net>
12989
12990         * src/editaddress.c
12991                 correct a spelling mistake
12992
12993 2002-03-22 [alfons]     0.7.4claws31
12994
12995         * src/pop.c
12996                 fix getting uidl from incorrect string 
12997                 (spotted by Colin)
12998
12999 2002-03-21 [alfons]     0.7.4claws30
13000
13001         * src/pop.c
13002                 more code refactoring
13003                 plug mem leak introduced by delete on server
13004
13005 2002-03-21 [paul]       0.7.4claws29
13006
13007         * sync with 0.7.4cvs11
13008                 see ChangeLog entries 2002-03-20
13009
13010 2002-03-20 [alfons]     0.7.4claws28
13011
13012         * src/inc.c
13013                 apply Colin's patch and refactor
13014
13015 2002-03-20 [paul]       0.7.4claws27
13016
13017         * sync with sylpheed 0.7.4cvs9
13018                 see ChangeLog entry 2002-03-20
13019
13020 2002-03-19 [christoph]  0.7.4claws26
13021
13022         * src/mh.c
13023         * src/procmsg.[ch]
13024         * src/summaryview.c
13025                 revert changes for flag updates
13026                 (does not work correctly and no time to debug)
13027
13028 2002-03-20 [alfons]     0.7.4claws25
13029
13030         * src/pop.c
13031                 refactor should_delete() a little bit 
13032
13033 2002-03-19 [paul]       0.7.4claws24
13034
13035         * src/inc.[ch]
13036           src/pop.c
13037           src/prefs_account.[ch]
13038                 allow the user to leave downloaded mail on the 
13039                 server for n days. Patch submitted by Colin Leroy 
13040                 <colin@colino.net>
13041
13042 2002-02-19 [paul]       0.7.4claws23
13043
13044         * sync with sylpheed 0.7.4cvs8
13045                 see ChangeLog entries 2002-03-19
13046
13047 2002-03-18 [paul]       0.7.4claws22
13048
13049         * sync with sylpheed 0.7.4cvs6
13050                 see ChangeLog entry 2002-03-18
13051
13052 2002-03-18 [paul]       0.7.4claws21
13053
13054         * po/en_GB.po
13055                 add en_GB message catalogue
13056
13057         * src/mbox_folder.c
13058           src/prefs_account.c
13059           src/prefs_actions.c
13060                 correct a few spelling mistakes
13061
13062 2002-03-17 [alfons]     0.7.4claws20
13063
13064         * src/matcher.c
13065                 more stringent checks for NULL params when writing
13066                 filtering actions to a file
13067                 
13068 2002-03-17 [hoa]        0.7.3claws20
13069
13070         * src/news.c
13071                 fixed the count of new messages
13072
13073         * src/compose.c
13074                 fixed the "attachment properties" window
13075
13076 2002-03-17 [paul]       0.7.4claws19
13077
13078         * src/defs.h
13079           src/folder.h
13080           src/news.c
13081           src/prefs_account.[ch]
13082           src/procmsg.[ch]
13083           src/summaryview.c
13084                 automatically mark cross-posted messages as read 
13085                 and (optionally) give them a colour label
13086                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13087                 
13088
13089 2002-03-17 [paul]       0.7.4claws18
13090
13091         * sync with sylpheed 0.7.4cvs5
13092                 see ChangeLog entry 2002-03-17
13093
13094 2002-03-17 [melvin]     0.7.4claws17
13095         
13096         * src/textview.c
13097                 Worked around a gtktext 'bug': when searching for 
13098                 a text in a long message it was scrolling slowly
13099                 line by line until it hit the searched text.
13100         * po/fr.po
13101                 Updated French translation
13102
13103 2002-03-17 [melvin]     0.7.4claws16
13104
13105         * src/mainwindow.c
13106         * src/compose.c
13107         * src/prefs_actions.c
13108                 Moved "Edit/Actions" to "Tool/Actions"
13109                 Made mainwindow/compose window sensitive as soon as
13110                 no child process is running anymore even if the io dialog
13111                 is open.
13112                 Fixed a struct being initialized with a non constant char*
13113
13114 2002-03-16 [christoph]  0.7.4claws15
13115
13116         * configure.in
13117                 add --with-compiler-flags option
13118                 (only for developer hacking)
13119         * src/mh.c
13120         * src/procmsg.[ch]
13121         * src/summaryview.c
13122                 try to make folder-stats and flag handling more
13123                 independent from the summaryview. msgcounts
13124                 are only set when the folder is opened and
13125                 procmsg_msginfo_(un)set_flags will handle it
13126                 later and summaryview will get the values
13127                 from the folder.
13128
13129 2002-03-16 [paul]       0.7.4claws14
13130
13131         * src/messageview.c
13132                 fix Return-receipt. Patch submitted by Bob
13133                 Woodside <rwoodside1@comcast.net>
13134
13135 2002-03-16 [paul]       0.7.4claws13
13136
13137         * src/compose.c
13138                 fix 'dynamic' signatures, make it work again
13139                 broken during sync on 2002-03-14 (0.7.4claws2)
13140
13141 2002-03-15 [match]      0.7.4claws12
13142
13143         * src/addrharvest.[ch]
13144         * src/addrgather.[ch]
13145         * src/addressbook.[ch]
13146         * src/mainwindow.c
13147                 included address harvester feature. still some
13148                 issues with address parsing that I will fix.
13149
13150 2002-03-15 [match]      0.7.4claws11
13151
13152         * src/addrbook.[ch]
13153         * src/addrcache.[ch]
13154         * src/addressbook.[ch]
13155         * src/addrindex.c
13156         * src/editbook.c
13157         * src/importldif.c
13158         * src/importmutt.c
13159         * src/jpilot.[ch]
13160         * src/main.c
13161         * src/syldap.[ch]
13162         * src/vcard.[ch]
13163                 tidy up. fix memory leaks. moved attribs and methods
13164                 from individual interfaces to addrcache object. prep
13165                 for new stuff to come in.
13166
13167 2002-03-15 [alfons]     0.7.4claws10
13168
13169         * src/matcher.[ch]
13170         * src/matcher_parser_parse.y
13171         * src/matcher_parser_lex.l
13172         * src/prefs_matcher.c
13173                 add filtering conditions message greater than, smaller 
13174                 than, and exactly matching a size in bytes
13175                 (does not work with delete from POP3 server yet)
13176
13177                 this should also give others an idea what you should
13178                 do to add new criterions to claws filtering system
13179                 
13180
13181 2002-03-15 [paul]       0.7.4claws9
13182
13183         * tools/filter_conv.pl
13184                 exit if there are no filter rules to convert
13185                 rename filterrc to filterrc.old after completion
13186
13187 2002-03-15 [paul]       0.7.4claws8
13188
13189         * sync with sylpheed 0.7.4cvs3
13190                 see ChangeLog entry 2002-03-14
13191
13192 2002-03-14 [paul]       0.7.4claws7
13193
13194         * src/compose.c
13195                 clean up the last commit (ahem)
13196
13197 2002-03-14 [paul]       0.7.4claws6
13198
13199         * src/compose.c
13200                 fix bug #515655. honour account preferences
13201                 regarding gpg default signing/encryption when 
13202                 changing account from the compose window.
13203
13204 2002-03-14 [paul]       0.7.4claws5
13205
13206         * src/folderview.c
13207                 remove unnecessary curly brackets
13208
13209 2002-03-14 [paul]       0.7.4claws4
13210
13211         * src/folderview.c
13212           src/prefs_filtering.[ch]
13213                 add filter rename on folder rename and filter
13214                 delete on folder delete. Patch submitted by
13215                 Neill Miller <neillm@thecodefactory.org> 
13216
13217 2002-03-14 [christoph]  0.7.4claws3
13218
13219         * src/procmsg.c
13220         * src/send.c
13221                 fix local delivery
13222                 (patch submitted by "Simon 'corecode' Schubert")
13223         * src/prefs_common.c
13224         * src/procmsg.c
13225                 fix gcc 3.0 warning
13226
13227 2002-03-14 [paul]       0.7.4claws2
13228
13229         * sync with sylpheed 0.7.4cvs2
13230                 see ChangeLog entry 2002-03-13
13231
13232 2002-03-12 [darko]      0.7.4claws1
13233
13234         * src/mainwindow.c
13235                 fix what seems to be a copy and paste error
13236                 when setting color for important messages
13237                 (reported by wwp)
13238
13239 2002-03-11 [paul]       version 0.7.4claws released
13240
13241 2002-03-11 [paul]       0.7.4claws
13242
13243         * po/es.po
13244           po/it.po
13245           po/nl.po
13246           po/pt_BR.po
13247                 update message catalogs. Submitted by Ricardo Mones 
13248                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13249                 Fabio Junior Beneditto
13250
13251         * configure.in
13252           faq/Makefile.am
13253           faq/it/Makefile
13254           faq/it/sylpheed-faq*
13255           src/mainwindow.c
13256           src/manual.[ch]
13257                 add FAQ in Italian
13258         
13259
13260 2002-03-11 [jens]       0.7.3claws7
13261
13262         * po/de.po
13263                 updated German translation
13264
13265 2002-03-11 [melvin]     0.7.3claws6
13266
13267         * po/fr.po
13268                 updated and corrected French translation
13269
13270 2002-03-10 [hoa]        0.7.3claws5
13271
13272         * src/account.c
13273         * src/inc.c
13274         * src/prefs_account.c
13275         * src/procmsg.c
13276         * src/send.[ch]
13277                 fixed the local account.
13278                 you have to change the default "/usr/sbin/sendmail"
13279                 to "/usr/sbin/sendmail -t" in the preferences of
13280                 the local account.
13281
13282         * src/procmime.c
13283                 removed some debug display for renderer
13284
13285 2002-03-10 [paul]       0.7.3claws4
13286
13287         * faq/en/sylpheed-faq-1.html
13288           faq/en/sylpheed-faq-2.html
13289                 update
13290
13291 2002-03-09 [paul]       0.7.3claws3
13292
13293         * sync with sylpheed 0.7.4
13294                 see ChangeLog entry 2002-03-09
13295
13296 2002-03-08 [paul]       0.7.3claws2
13297
13298         * faq/en/sylpheed-faq*
13299           faq/es/sylpheed-faq*
13300           faq/fr/sylpheed-faq*
13301                 update the FAQs
13302
13303         * manual/fr/.cvsignore
13304           manual/fr/Makefilea.am
13305           manual/fr/sylpheed*
13306           src/mainwindow.c
13307           src/manual.[ch]
13308                 add the French manual
13309
13310 2002-03-07 [paul]       0.7.3claws1
13311
13312         * sync with sylpheed 0.7.3cvs4
13313                 see ChangeLog entries  2002-03-06 and 2002-03-07
13314         
13315         * po/nl.po
13316                 updated by Wilbert Berendsen
13317
13318 2002-03-07 [melvin]     0.7.2claws34
13319
13320         * src/selective_download.c
13321                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13322
13323 2002-03-06 [paul]       0.7.2claws33
13324
13325         * sync with sylpheed 0.7.3cvs1
13326                 bug fix, see ChangeLog entry 2002-03-05
13327
13328 2002-03-05 [paul]       0.7.2claws32
13329
13330         * src/mimeview.c
13331           src/pgptext.[ch]
13332           src/procmsg.c
13333                 reverse the pgp ascii-armored code implemented in 
13334                 0.7.2claws16. removal of this code until it matures.
13335                 this means that verifying ascii-armored pgp sigs and
13336                 automatic decryption of ascii-armored encrypted
13337                 messages no longer works.
13338
13339 2002-03-05 [paul]       0.7.2claws31
13340
13341         * configure.in
13342           Makefile.am
13343         * faq/Makefile.am
13344         * faq/en/Makefile.am
13345           faq/en/sylpheed-faq.html
13346           faq/en/sylpheed-faq-1.html
13347           faq/en/sylpheed-faq-2.html
13348           faq/en/sylpheed-faq-3.html
13349         * faq/es/Makefile.am
13350           faq/es/sylpheed-faq.html
13351           faq/es/sylpheed-faq-1.html
13352           faq/es/sylpheed-faq-2.html
13353           faq/es/sylpheed-faq-3.html
13354           faq/es/sylpheed-faq-4.html
13355         * faq/fr/Makefile.am
13356           faq/fr/sylpheed-faq.html
13357           faq/fr/sylpheed-faq-1.html
13358           faq/fr/sylpheed-faq-2.html
13359           faq/fr/sylpheed-faq-3.html
13360         * src/Makefile.am
13361           src/defs.h
13362           src/mainwindow.c
13363           src/manual.[ch]
13364                 add FAQs in English, Spanish and French
13365
13366
13367 2002-03-05 [paul]       0.7.2claws30
13368
13369         * manual/en/sylpheed.html
13370           manual/en/sylpheed-XX.html
13371                 updated the English manual
13372
13373 2002-03-05 [hoa]        
13374
13375         * src/summaryview.c
13376                 dialog box pops up if the article can't be deleted.
13377
13378 2002-03-04 [paul]       
13379         
13380         * po/pt_BR.po
13381                 updated by Fabio Junior Benedito
13382
13383 2002-03-04 [hoa]
13384
13385         * removed ac/gpgme.m4
13386                 to avoid autogen common problem
13387                 developers have to install gpgme development package now
13388
13389         * src/compose.c
13390                 encoding to 7bit or 8bit is enabled.
13391
13392 2002-03-03 [alfons]     0.7.2claws29
13393
13394         * src/pop.c
13395                 merge fix by Oliver Haertel for selective
13396                 download buglet
13397
13398 2002-03-03 [paul]       0.7.2claws28
13399         
13400         * sync with sylpheed 0.7.3
13401
13402 2002-03-03 [paul]       0.7.2claws27
13403
13404         * sync with sylpheed 0.7.2cvs24
13405                 see ChangeLog entries 2002-03-02 and 2002-03-03
13406
13407 2002-03-02 [melvin]     0.7.2claws26
13408
13409         * src/inc.[ch]
13410         * src/main.c
13411         * src/mainwindow.c
13412         * src/prefs_common.[ch]
13413                 Added user definable notification on new mail arrival.
13414                 Removed unused variables in spell checker prefs code.
13415
13416 2002-03-02 [melvin]     0.7.2claws25
13417
13418         * src/quote_fmt.c
13419                 Removed unnecessary escape sequences.
13420                 Changed 'Initial...' to 'Initials of Sender'
13421
13422 2002-03-02 [paul]       0.7.2claws24
13423
13424         * sync with sylpheed 0.7.2cvs22
13425                 see ChangeLog entry 2002-03-01
13426
13427 2002-03-01 [hoa]        0.7.2claws23
13428
13429         * src/mainwindow.c
13430                 Set sensitivity of delete actions to active
13431                 even if the folder is a newsgroup.
13432
13433         * src/summaryview.c
13434                 - Set sensitivity of delete actions
13435                 - Added function check_permission() that will check if the
13436                   user is authorized to delete a message. For news, it
13437                   will check if the author is the same.
13438                 - Enabled deletion when there is no trash folder.
13439
13440         * src/news.[ch]
13441                 - Added news_cancel_article() to cancel articles
13442                 - Implemented news_remove_message() (public function)
13443
13444 2002-03-01 [paul]       0.7.2claws22
13445
13446         * src/gtkutils.c
13447           src/textview.c
13448                 recognise urls that that don't include 'http://' and
13449                 simply begin 'www.' 
13450
13451         * AUTHORS
13452                 remove duplicated name
13453
13454 2002-02-28 [paul]       0.7.2claws21
13455
13456         * src/mainwindow.c
13457           src/summaryview.[ch]
13458                 add ability to 'Select thread'
13459                 combines Melvin's "Select thread's head" patch (#510907)
13460                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13461                 patch (#518514) 
13462
13463 2002-02-28 [paul]       0.7.2claws20
13464
13465         * src/mimeview.c
13466                 hopefully fix segfault on right-clicking a mime part
13467                 that some people have experienced.      
13468                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13469
13470 2002-02-28 [paul]       0.7.2claws19
13471
13472         * sync with sylpheed 0.7.2cvs21
13473                 see ChangeLog entries 2002-02-27 and 2002-02-28
13474
13475 2002-02-27 [paul]       0.7.2claws18
13476
13477         * sync with sylpheed 0.7.2cvs18
13478                 see ChangeLog entries 2002-02-26 and 2002-02-27
13479
13480 2002-02-26 [alfons]     0.7.2claws17
13481
13482         * src/procheader.c
13483                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13484                 (spotted by Chris Hessman <idatech@gmx.net>)
13485
13486 2002-02-26 [paul]       0.7.2claws16
13487
13488         * src/mimeview.c
13489           src/pgptext.[ch]
13490           src/procmsg.c
13491                 make decryption of ascii-armored pgp encrypted messages
13492                 and verification of ascii-armored signatures work again.
13493                 slightly altered from the patch by Jens Jahnke 
13494                 <jan0sch@gmx.net>
13495
13496                 ##FIX ME##
13497                 * the checking of plaintext signatures always comes up in 
13498                   a popup box
13499                 * it doesn't work for multipart messages 
13500                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13501                   including the msg headers and these 2 line themselves, are 
13502                   not displayed
13503
13504         * src/mainwindow.c
13505                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13506                 "View/Message View" becomes "View/Separate Message View"
13507                 because its less ambiguous.
13508
13509         * po/es.po
13510                 updated by Ricardo Mones Lastra
13511
13512 2002-02-26 [paul]       0.7.2claws15
13513
13514         * sync with sylpheed 0.7.2cvs17
13515                 see ChangeLog entries 2002-02-25 and 2002-02-26
13516
13517 2002-02-25 [christoph]  0.7.2claws14
13518
13519         * src/filtering.[ch]
13520         * src/inc.c
13521                 do filtering stuff after all messages have been received
13522                   1. drop all messages to .processing
13523                   2. scan processing folder for messages
13524                   3. filter messages or move to inbox
13525                 this will also find old messages left in processing after
13526                 a crash or something like that and we get a real msginfo
13527                 from folder->get_msg_list and do not have to create our
13528                 own in filter_message
13529         * src/matcher_parser_parse.y
13530                 remove MIX/MAX warning (reordered includes)
13531
13532 2002-02-25 [paul]       0.7.2claws13
13533
13534         * sync with sylpheed 0.7.2cvs15
13535                 see ChangeLog entry 2002-02-24
13536
13537 2002-02-24 [alfons]     0.7.2claws12
13538
13539         * src/filtering.c
13540                 clear old color flags first when applying a new color to
13541                 a message info. 
13542                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13543
13544 2002-02-24 [alfons]     0.7.2.claws11
13545         
13546         * AUTHORS
13547         * src/prefs_common.c
13548                 add presets for Opera and Konqueror, closes patch #517261,
13549                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13550
13551 2002-02-24 [alfons]     0.7.2.claws10
13552
13553         * AUTHORS
13554         * src/summaryview.c
13555                 fix threading for null message ids, closes patch #521601,
13556                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13557
13558 2002-02-24 [alfons]     0.7.2claws9
13559
13560         * src/summaryview.c
13561         * src/filtering.c
13562                 make Tool | Filter Message work with filtering system so
13563                 setting flags also works
13564
13565                 TODO:
13566
13567                 - Processing uses the same function as Tool | Filter
13568                   Message, but doesn't use the same update proc yet
13569
13570 2002-02-23 [paul]       0.7.2claws8
13571
13572         * sync with sylpheed 0.7.2cvs14
13573                 see ChangeLog entries 2002-02-22 and 2002-02-23
13574
13575 2002-02-22 [christoph]  0.7.2claws7
13576
13577         * src/quote_fmt.c
13578                 Add column space to table
13579         * src/quote_fmt_parse.y
13580                 Close files
13581
13582 2002-02-22 [paul]       0.7.2claws6
13583
13584         * src/Makefile.am
13585           src/defs.h
13586           src/filtering.c
13587           src/inc.[ch]
13588           src/mainwindow.c
13589           src/matcher.[ch]
13590           src/matcher_parser_lex.l
13591           src/matcher_parser_parse.y
13592           src/pop.[ch]
13593           src/prefs_account.h
13594           src/prefs_filtering.c
13595           src/selective_download.[ch]   *** NEW FILES ***
13596           src/utils.[ch]
13597           po/POTFILES.in
13598                 Selective Download added to 'Tool' menu. 
13599                 Retrieves email headers of the currently selected pop3 
13600                 account and allows the user to mark emails for deletion 
13601                 right on the pop3 server. Patch submitted by Oliver Haertel 
13602                 <oha@users.sourceforge.net>.
13603         
13604         * po/POTFILES.in
13605                 add 'src/quote_fmt.c'           
13606
13607 2002-02-22 [christoph]  0.7.2claws5
13608
13609         * src/Makefile.am
13610                 added quote_fmt.c
13611         * src/prefs_common.[ch]
13612         * src/prefs_template.c
13613         * src/quote_fmt.c               *** NEW FILE ***
13614         * src/quote_fmt.h
13615                 move quote format symbol description code
13616                 to it's own file because it is used from
13617                 differnent code parts
13618                 Rewrote symbol description GUI
13619                   + use table
13620                   + add separators
13621                   + get data from array (no more long constant strings)
13622         * src/quote_fmt_lex.l
13623         * src/quote_fmt_parse.y
13624                 Symbol for Literal % changed to \% instead of %%
13625                 (More logical as \ is used for quoting for other symbols)
13626                 Add |f and |p to include files and program output
13627                 Examples:
13628                     |f{/home/.../.signature}
13629                     |p{date}
13630         * po/de.po
13631                 Correct wrong spelling for "Referenzen"
13632
13633 2002-02-21 [paul]       0.7.2claws4
13634
13635         * src/procmsg.c
13636                 forgotten during sync
13637
13638 2002-02-21 [paul]       0.7.2claws3
13639
13640         * sync with sylpheed 0.7.2cvs11
13641                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13642                 2002-02-20 and 2002-02-21
13643
13644 2002-02-20 [melvin]     0.7.2claws2
13645
13646         * src/prefs_actions.c
13647                 Added error report when child cannot fork or when execvp 
13648                 returns with an error.
13649
13650 2002-02-19 [christoph]  0.7.2claws1
13651
13652         * src/codeconv.c
13653                 return unconverted text if conde conversion is not possible
13654                 when libjconv is used.
13655                 (patch submitted by "Simon 'corecode' Schubert")
13656
13657 2002-02-19 [paul]       
13658
13659         * version 0.7.2claws release
13660
13661 2002-02-19 [paul]       0.7.2claws
13662
13663         * po/nl.po
13664                 updated by Wilbert Berendsen
13665
13666
13667 2002-02-18 [alfons]     0.7.1claws13
13668
13669         * src/syldap.c
13670         * src/jpilot.c
13671                 remove references to dlfcn and explicitly loading functions
13672                 from dynalink libs, because libs linked anyway, and functions
13673                 are loaded explicitly
13674
13675 2002-02-17 [melvin]     0.7.1claws12
13676
13677         * src/prefs_actions.c
13678                 Replaced children wait loop with double fork technique.
13679                 Now, input/output window updated at each new output.
13680                 free_children(): Fixed a memory leak.
13681                 Made input/output window non closable if running children
13682                 still exist.
13683                 Added missing <unistd.h> include.
13684                 Added some --debug outputs.
13685
13686 2002-02-17 [melvin]     0.7.1claws11
13687
13688         * src/summaryview.c
13689                 Fixed bug where descending sort order did not select top
13690                 message.
13691
13692 2002-02-17 [melvin]     0.7.1claws10
13693
13694         * acconfig.h
13695                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13696         * src/prefs_common.c
13697                 Pspell data package directory no more hard coded but
13698                 set during configuration (PSPELL_PATH). (Thanks to 
13699                                 Gustavo Noronha Silva.)
13700
13701 2002-02-17 [melvin]     0.7.1claws9
13702
13703         * configure.in
13704                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13705         * src/gtkspell.c
13706                 Fixed compile-time warnings.
13707
13708 2002-02-16 [alfons]     0.7.1claws8
13709
13710         * src/filesel.c
13711                 fix inadvertent free of NULL pointer which caused
13712                 sylpheed to crash when closing the save-as dialog
13713                 using the window close button
13714
13715 2002-02-16 [carsten]    0.7.1claws7
13716         * src/mainwindow.[ch]
13717           src/summaryview.c
13718           src/prefs_common.c
13719                 fixes for pixmap theming code:
13720                         - recently changed mail attributes shouldn't get
13721                           lost any longer
13722                         - theme is only reloaded iff another theme was
13723                           selected
13724
13725 2002-02-16 [paul]       0.7.1claws6
13726
13727         * sync with sylpheed 0.7.2 release
13728                 see ChangeLog entry 2002-02-15 and 2002-02-16
13729
13730 2002-02-15 [paul]       0.7.1claws5
13731
13732         * sync with sylpheed 0.7.1cvs9
13733                 see ChangeLog entry 2002-02-15
13734
13735         * po/POTFILES.in
13736                 remove unneeded headerwindow.c entry
13737
13738 2002-02-14 [carsten]    0.7.1claws4
13739         * src/summaryview.c
13740                 fixed a bug for "Go to next unread message": there was
13741                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13742                 in the prefs, because of doing "Search again" instead
13743                 "No"
13744
13745 2002-02-14 [carsten]    0.7.1claws3
13746         * src/stock_pixmap.c
13747                 removed 2 more mem leaks; following memprof,
13748                 this code is "leak free" now :)
13749
13750 2002-02-14 [carsten]    0.7.1claws2
13751         * src/stock_pixmap.c
13752                 used opendir/readdir/closedir instead of scandir
13753                 -> code should work now on Solaris
13754
13755 2002-02-14 [paul]       0.7.1claws1
13756
13757         * sync with sylpheed 0.7.1cvs8
13758                 see ChangeLog entries 2002-02-13 and 2002-02-14
13759
13760         * README.claws
13761                 add some description of Actions and Pixmap Themes
13762
13763 2002-02-13 [paul]       
13764
13765         * version 0.7.1claws release
13766
13767 2002-02-13 [paul]       0.7.1claws
13768
13769         * po/es.po
13770           po/it.po
13771           po/pt_BR.po
13772                 updated translations, submitted by Ricardo Mones Lastra,
13773                 Alessandro Maestri and Fabio Junior Beneditto
13774
13775 2002-02-13 [melvin]     0.7.0claws75
13776
13777         * src/prefs_actions.c
13778                 Added missing "signal.h" include
13779
13780 2002-02-13 [melvin]     0.7.0claws74
13781
13782         * src/prefs_folder_item.c
13783                 Added missing "config.h" include
13784         * po/fr.po
13785                 Updated French translation for folder propriety.
13786
13787 2002-02-13 [jens]       0.7.0claws73
13788
13789         * po/POTFILES.in
13790                 Added missing src/prefs_folder_item.c [log added by melvin]
13791         * po/de.po
13792                 Updated German translation.
13793
13794 2002-02-13 [melvin]     0.7.0claws72
13795
13796         * po/fr.po
13797                 Updated French translation.
13798
13799 2002-02-13 [melvin]     0.7.0claws71
13800
13801         * src/gtkutils.c
13802                 Made gtkut_editable_get_selection return NULL if selection
13803                 is of length zero.
13804                 This fixes a bug where selecting part of message A then
13805                 switching to message B and replying to it will not
13806                 quote the message's body.
13807
13808 2002-02-12 [paul]       0.7.0claws70
13809
13810         * src/mainwindow.c
13811                 cosmetic, relating to pixmap themes: on toolbar make 
13812                 updating of 'Exec' and 'Compose news/Compose email'
13813                 icons faster.
13814
13815 2002-02-12 [carsten]    0.7.0claws69
13816         * src/folderview.c
13817           src/mainwindow.[ch]
13818           src/stock_pixmap.c
13819           src/summaryview.c
13820           src/prefs_common.c
13821                 - refreshing after changing pixmap theme better
13822                   now (thanks Paul)
13823                 - wanted to remove some mem leaks, but alfons was
13824                   faster (and had the better solution ;)
13825
13826 2002-02-12 [alfons]     0.7.0claws68
13827
13828         * src/prefs_common.c
13829         * src/stock_pixmap.[ch]
13830                 plug mem leaks, refactor code a little bit
13831
13832
13833 2002-02-12 [sergey]     0.7.0claws67
13834
13835         * src/imap.c
13836                 Fixed problem with copying messages to IMAP folders when the
13837                 server uses something other than '/' as a namespace separator
13838                 (cyrus-imapd uses '.').
13839
13840 2002-02-12 [jens]       0.7.0claws66
13841
13842         * po/de.po
13843                 Updated German Translation
13844
13845 2002-02-12 [paul]       0.7.0claws65
13846
13847         * sync with sylpheed 0.7.1cvs1
13848                 see ChangeLog entry 2002-02-12
13849
13850 2002-02-12 [melvin]     0.7.0claws64
13851
13852         * src/prefs_actions.c
13853                 Fixed "feature" where children's output was duplicated 
13854                 instead of refreshed while monitoring.
13855                 Removed some debug code.
13856
13857 2002-02-12 [christoph]  0.7.0claws63
13858
13859         * src/compose.c
13860                 always delete message from queue after sending/send error
13861                 (closes bug #509601)
13862
13863 2002-02-12 [melvin]     0.7.0claws62
13864
13865         * src/prefs_actions.c
13866                 Children wait loop is now triggered with a timeout of 1s
13867                 Added %F which is replaced with the list of filenames 
13868                 of all selected messages (as suggested by Ricardo Mones Lestra)
13869                 Pipe syntax changed. Prefix with | to send selection, postfix
13870                 with | to retrieve output. Prefix with > or * to send
13871                 user definable input to the command (*: input is hidden)
13872                 Old pipe action should now be postfixed with |, too.
13873
13874 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13875         * src/stock_pixmap.c
13876                 fixed a bug: if there's no theme directory don't
13877                 throw an error, just do "nothing" (thanks Alfons)
13878
13879 2002-02-12 [carsten]    0.7.0claws60
13880         * src/folderview.c
13881           src/summaryview.c
13882                 had to write the cache twice (nasty!); some marks would 
13883                 get lost if not
13884
13885 2002-02-11 [carsten]    0.7.0claws59
13886         * acconfig.h
13887           configure.in
13888           doc-src/maintainer_guide.txt
13889           src/compose.[ch]
13890           src/defs.h
13891           src/folderview.[ch]
13892           src/gtkutils.[ch]
13893           src/mainwindow.[ch]
13894           src/prefs_common.[ch]
13895           src/stock_pixmap.[ch]
13896           src/summaryview.[ch]
13897                 pixmap theming and related work on pixmap
13898                 handling on some other places
13899                 (e.g. hrm features for all folder)
13900           src/pixmap/stock_*.xpm -> the stock_ was removed
13901         
13902 2002-02-11 [paul]       0.7.0claws58
13903
13904         * sync with sylpheed 0.7.1 release
13905                 see ChangeLog entries 2002-02-11
13906
13907 2002-02-08 [paul]       0.7.0claws57
13908
13909         * sync with sylpheed 0.7.0cvs39
13910                 see ChangeLog entry 2002-02-07 (last entry) 
13911
13912         * src/prefs_actions.c
13913           src/prefs_filtering.c
13914           src/prefs_matcher.c
13915           src/prefs_scoring.c
13916                 sync: made it compile with C compilers other than gcc
13917
13918 2002-02-07 [paul]       0.7.0claws56
13919
13920         * sync with sylpheed 0.7.0cvs38
13921                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13922                 2002-02-07
13923
13924 2002-02-07 [darko]      0.7.0claws55
13925
13926         * src/gtkutils.[ch]
13927         * src/summaryview.c
13928                 Fix const gchar */gchar * issue (thanks Hiro)
13929
13930 2002-02-07 [darko]      0.7.0claws54
13931
13932         * src/compose.[ch]
13933         * src/filtering.c
13934         * src/gtkutils.[ch]
13935         * src/prefs_template.c
13936         * src/quote_fmt.h
13937         * src/quote_fmt_parse.y
13938         * src/summaryview.c
13939         * src/utils.[ch]
13940                 When replying or forwarding an email don't quote the entire
13941                 mail body but use the part of the message text that is selected
13942
13943 2002-02-06 [melvin]     0.7.0claws53
13944
13945         * src/prefs_common.[ch]
13946         * src/gtkspell.[ch]
13947         * src/compose.c
13948                 Made possible to switch quickly to last used dictionary
13949                 which makes checking bilingual documents easier.
13950
13951 2002-02-06 [melvin]     0.7.0claws52
13952         
13953         * po/POTFILES.in
13954                 Added forgotten new file src/prefs_actions.c
13955
13956 2002-02-06 [melvin]     0.7.0claws51
13957
13958         * src/prefs_actions.c   ** NEW FILE **
13959         * src/prefs_actions.h   ** NEW FILE **
13960                 Added actions to execute on message text view, or on the
13961                         message's file.
13962         * src/Makefile.am
13963                 Added src/prefs_actions.[ch]
13964         * src/compose.c
13965                 Added new menu "Edit/Actions"
13966         * src/defs.h
13967                 Added new actionsrc file.
13968         * src/main.c
13969                 Added actionsrc reading.
13970         * src/mainwindow.c
13971                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13972         * src/prefs_common.h
13973                 Added new element actionslst element to prefs_common.
13974
13975 2002-02-06 [paul]       0.7.0claws50
13976
13977         * sync with sylpheed 0.7.0cvs36
13978                 see ChangeLog entry 2002-02-06
13979
13980 2002-02-05 [paul]
13981
13982         * po/es.po
13983                 updated by Ricardo Mones Lastra
13984
13985 2002-02-05 [paul]       0.7.0claws49
13986
13987         * sync with sylpheed 0.7.0cvs33
13988                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13989
13990 2002-02-05 [paul]       0.7.0claws48
13991
13992         * src/compose.c
13993                 re-add 'Edit/Advanced/Delete entire line', previously named
13994                 'Delete Line+'
13995
13996 2002-02-04 [paul]       0.7.0claws47
13997
13998         * src/compose.c
13999           src/summaryview.c
14000                 fix bug #494993 (Reply All not taking Reply-To into consi)
14001                 eliminate differences in behaviour of right-click 'Reply to all' 
14002                 in summary view and 'Reply to all' on the toolbar. 
14003                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
14004                 view and From gets ignored by 'Reply to all' on toolbar.
14005                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
14006                 From when no Reply-To header is present.
14007
14008 2002-02-04 [paul]       0.7.0claws46
14009
14010         * sync with sylpheed 0.7.0cvs30
14011                 see ChangeLog entries 2002-02-03 and 2002-02-04
14012
14013 2002-02-03 [melvin]     0.7.0claws45
14014
14015         * src/gtkspell.[ch]
14016                 Readded function to highlight all misspelled words.
14017                 Fixed bug where user-provided-words did not replace
14018                         correctly the misspelled word when using the mouse.
14019                 Fixed bug where checking a region selected from right to left did
14020                         not check the region at all.
14021                 Fixed bug where 'Check backwards' may not check at all. 
14022                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
14023                 Fixed possible buffer overflow when checking for long strings (>1k).
14024                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14025                 Accelerators code uses now gtk_widget_add_accel.
14026                 Removed and disabled obsolete and unfinished code.
14027                 Cleaning up.
14028
14029         * src/compose.c
14030                 Added menu item to Highlight all misspelled words.
14031
14032 2002-02-01 [paul]       0.7.0claws44
14033
14034         * src/mainwindow.c
14035                 fix '/View/Hide read messages' sensitivity when all
14036                 messages in a folder are hidden
14037
14038 2002-02-01 [paul]       0.7.0claws43
14039
14040         * src/main.c
14041                 add --send option to command line interface, sends all
14042                 queued mail. Patch submitted by Ricardo Mones Lastra.
14043
14044 2002-01-31 [paul]       0.7.0claws42
14045
14046         * src/mainwindow.c
14047                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14048
14049 2002-01-31 [paul]       0.7.0claws41
14050
14051         * sync with sylpheed 0.7.0cvs27
14052                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14053                 and 2002-01-31
14054
14055         * src/textview.c
14056                 comment out elements of textview_show_part() as temporary
14057                 workaround for attachment 'Display as text' bug 
14058
14059         * po/pt_BR.po
14060                 updated by Fabio Junior Beneditto
14061
14062 2002-01-30 [paul]       0.7.0claws40
14063
14064         * sync with sylpheed 0.7.0cvs24
14065                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14066                 and 2002-01-30
14067
14068         * src/compose.c
14069                 add {N_("/_Spelling"), ... "<Branch>"} to 
14070                 GtkItemFactoryEntry compose_entries[]
14071
14072         * src/prefs_common.c
14073                 add claws menu items to prefs_keybind_apply_clicked()
14074                 and remove non-claws menu items
14075
14076 2002-01-29 [paul]       0.7.0claws39
14077
14078         * sync with sylpheed 0.7.0cvs22
14079                 see ChangeLog entries 2002-01-28 and 2002-01-29
14080
14081 2002-01-28 [melvin]     0.7.0claws38
14082
14083         * src/compose.c
14084                 Added the declartion of compose_send_control_enter.
14085
14086         * src/compose.c
14087         * src/gtkspell.[ch]
14088                 Added in a 'Spelling' menu which includes the configuration menu. 
14089                 Added a real 'Check all' and got rid from the old one which only
14090                 highlited misspelled word.
14091                 Made 'Check while typing' a disableable option.
14092                 Added a dialog when there are no more misspelled word.
14093                 Added a dialog if error occurs when switching to a dictionary.
14094         
14095         * src/prefs_common.[ch]
14096                 Added option for the default 'Check while typing' option.
14097
14098
14099 2002-01-28 [alfons]     0.7.0claws37
14100
14101         * src/compose.c
14102                 fix buglet and make code comply with sylpheed code style
14103
14104 2002-01-28 [paul]       0.7.0claws36
14105
14106         * sync with sylpheed 0.7.0cvs19
14107                 see ChangeLog entries for 2002-01-28
14108
14109 2002-01-28 [hoa]        0.7.0claws35
14110
14111         * src/defs.h
14112                 added rendererrc
14113
14114         * src/main.c
14115                 read the renderer config
14116
14117         * src/procmime.[ch]
14118                 use the renderer config to convert mime attachments
14119
14120         * src/textview.c
14121                 don't use textview_show_html/ertf,
14122                 use get_text_content instead
14123
14124 2002-01-27 [alfons]     0.7.0claws34
14125         
14126         * src/news.c
14127                 make sylpheed believe it can delete a news message...
14128                 (messages are NOT deleted, maybe we should remove
14129                 processing from the folder properties after all.)
14130
14131 2002-01-27 [alfons]     0.7.0claws33
14132
14133         * src/folder.c
14134                 add extra checks
14135         * src/news.c
14136                 implement remove_msg() 
14137
14138 2002-01-27 [alfons]     0.7.0claws32
14139
14140         * src/procmsg.h
14141         * src/procheader.c
14142         * src/messageview.c
14143                 fix return receipt / disposition notification again. this
14144                 stuff seems to break on _every_ major summary UI change, so
14145                 it's now implemented using a flag which is saved in the
14146                 marks cache
14147                 
14148 2002-01-26 [alfons]     0.7.0claws31
14149
14150         * src/import.c
14151                 let import dialog show the destination folder identifier
14152
14153 2002-01-26 [melvin]     0.7.0claws30
14154
14155         * src/folderview.c
14156         * src/summaryview.c
14157                 Readded 'Mark all read' into summary view popup menu
14158                 Added 'Mark all read' in folder view popup menu for IMAP
14159                 and NNTP.
14160                 Made it insensitive if the selected folder is not the shown
14161                 one to avoid 'Mark all read' on the wrong folder.
14162                 
14163 2002-01-26 [paul]       0.7.0claws29
14164
14165         * src/folderview.c
14166           src/summaryview.c
14167                 move 'Mark all read' from summary view to folder view
14168                 menu. (adapted from) patch submitted by Jeremy Andrews,
14169                 <lists@kerneltrap.com>
14170
14171 2002-01-25 [alfons]     0.7.0claws28
14172
14173         * src/gtkstext.c
14174                 put the gtk class name back so GtkSText adapts the 
14175                 settings of GtkText
14176
14177 2002-01-25 [alfons]     0.7.0claws27
14178
14179         * src/folderview.c 
14180                 assimilate Ricardo's patch that shows pixmaps instead of
14181                 plain "new" and "unread" texts in the folder view column
14182                 headers 
14183
14184 2002-01-25 [paul]       0.7.0claws26
14185
14186         * src/Makefile.am
14187                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14188                 be found in non-standard locations. 
14189                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14190
14191 2002-01-25 [paul]       0.7.0claws25
14192
14193         * sync with sylpheed 0.7.0cvs16
14194                 see ChangeLog entry 2002-01-25
14195
14196 2002-01-24 [paul]       0.7.0claws24
14197
14198         * more sync with sylpheed 0.7.0cvs15
14199                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14200
14201 2002-01-23 [sergey]     0.7.0claws23
14202
14203         * src/importldif.c
14204                 Fixed segfault when closing LDIF import wizard with
14205                 the window manager.
14206         * src/imageview.c
14207         * src/imageview.h
14208         * src/messageview.c
14209         * src/mimeview.c
14210                 Fixed wrong scrolling position after switching between
14211                 text and image parts.
14212
14213 2002-01-23 [paul]       0.7.0claws22
14214
14215         * sync with sylpheed 0.7.0cvs15
14216                 see ChangeLog entries 2002-01-22 and 2002-01-23
14217
14218 2002-01-21 [melvin]     0.7.0claws21
14219
14220         * src/prefs_scoring.c
14221         * src/prefs_filtering.c
14222                 Fixed bug where scoring and filtering windows stopped
14223                 autochecking.
14224
14225 2002-01-21 [paul]       0.7.0claws20
14226
14227         * sync with sylpheed 0.7.0cvs12
14228                 see ChangeLog entries 2002-01-20 and 2002-01-21
14229
14230 2002-01-21 [carsten]    0.7.0claws19
14231         * src/mainwindow.c
14232         * src/menu.[ch]
14233         * src/messageview.[ch]
14234         * src/summaryview.[ch]
14235                 changes to shortcuts handling again:
14236                         + "Q" now controled by mainwin
14237                         + v/V are now customizable and have slightly
14238                           different meanings
14239                 the "button" to minimize the messageview (and maximize
14240                 the summary view) is a real button now
14241         * src/compose.c
14242                 "Delete Line+" added to Edit/Advanced (this will also
14243                 delete the '\n')
14244
14245 2002-01-20 [melvin] 0.7.0claws18
14246
14247         * src/addressbook.c
14248                 Made "Bcc" sensitive when addressbook is called from
14249                 compose window (it was a Claws only bug).
14250
14251 2002-01-19 [alfons] 0.7.0claws17
14252
14253         * src/inc.c
14254                 prevent unnecessary updates when currently selected folder has
14255                 no new messages 
14256
14257 2002-01-19 [alfons] 0.7.0claws16
14258         
14259         * src/summaryview.c
14260                 prevent writing the cache based on current message list in summary 
14261                 view when filtering also put messages in currently selected folder
14262
14263 2002-01-19 [paul]
14264
14265         * po/it.po
14266                 Italian translation submitted by Alessandro Maestri
14267                 <a.maestri@cs.tin.it>
14268
14269 2002-01-18 [melvin]     0.7.0claws15
14270
14271         * src/prefs_filters.c
14272                 fixed bug where 'cancel' from 'filters' window stops autochecking
14273                 if the timer timed out  when the window was open.
14274
14275 2002-01-18 [match]      0.7.0claws14
14276
14277         * src/addrclip.[ch]     ** NEW FILE **
14278         * src/addrselect.[ch]   ** NEW FILE **
14279         * src/adbookbase.h      ** NEW FILE **
14280                 addressbook cut, copy and paste
14281         * src/addrbook.[ch]
14282         * src/addrcache.[ch]
14283         * src/addressitem.h
14284         * src/addrindex.[ch]
14285         * src/addritem.[ch]
14286         * src/importldif.c
14287         * src/importmutt.c
14288         * src/jpilot.[ch]
14289         * src/syldap.[ch]
14290         * src/vcard.[ch]
14291         * src/jpilot.[ch]
14292         * src/editbook.c
14293         * src/editjpilot.c
14294         * src/editldap.c
14295         * src/editvcard.c
14296                 support for copy/paste
14297         * src/addressbook.c
14298                 support for copy/paste
14299                 tidy up menu option processing
14300                 correct address list function arguments
14301         * src/editaddress.c
14302                 sort user attributes
14303         * src/ldif.h
14304         * src/mutt.h
14305                 tidy up
14306
14307         * src/addrbook.[ch]
14308         * src/addrbook.[ch]
14309         * src/addrbook.[ch]
14310                 
14311
14312 2002-01-18 [paul]       0.7.0claws13
14313
14314         * sync with sylpheed 0.7.0cvs8
14315                 configure.in: support Mac OS X (Darwin)
14316
14317 2002-01-18 [carsten]    0.7.0claws12
14318         * src/html.c
14319                 small hack to fix a segfault with an empty href
14320                 (reported by Alexandra Walford <deeni@altern.org>)
14321         * src/mainwindow.c
14322         * src/summaryview.c
14323                 the shortcuts for Mark und Mark as unread are hardcoded
14324                 again
14325         * src/compose.c
14326         * src/gtkstext.[ch]
14327                 readded the shortcuts in gtkstext but made them
14328                 customizeable (simply by adding a menu plus a wrapper
14329                 to compose.c)
14330
14331 2002-01-17 [melvin]     0.7.0claws11
14332
14333         * src/gtkspell.c
14334                 fix default dictionary not being saved.
14335
14336 2002-01-16 [darko]      0.7.0claws10
14337
14338         * src/compose.c
14339                 fix wrapping crash with URL longer than wrapping margin
14340
14341 2002-12-08 [hoa]        0.7.0claws10
14342
14343         * src/matcher_parser_parse.y
14344                 fixed some bugs
14345
14346         * src/prefs_filtering.c
14347                 now, we can use bounce action in the dialog box.
14348
14349 2002-01-16 [carsten]    0.7.0claws9
14350         * src/gtkstext.c
14351                 removed the <control> and <alt> shortcuts because they're
14352                 not needed and interefered with the "normal" shortcuts
14353         * src/mainwindow.c
14354         * src/summaryview.c
14355                 removed most of the hardcoded shortcuts and assigned
14356                 them to menu entries making them easy customizable by
14357                 that
14358
14359 2002-01-16 |melvin]     0.7.0claws8
14360
14361         * src/gtkspell.c
14362                 fixed bug where using the mouse and when the compose
14363                 window is not on top may result in a crash.
14364
14365 2002-01-16 [melvin]     0.7.0claws7
14366
14367         * src/compose.c
14368                 fixed a long standingspell checker bug which could 
14369                 cause a crash after sending a message.
14370
14371 2002-01-16 [paul]       0.7.0claws6
14372
14373         * sync with sylpheed 0.7.0cvs7
14374                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14375                 2002-01-15, and 2002-01-16
14376
14377 2002-01-16 [melvin]     0.7.0claws5
14378
14379         * README.claws
14380         * src/compose.c
14381         * src/gtkspell.[ch]
14382         * src/main.c
14383                 Heavily modified spell checker code to work around
14384                 ispell bug, to add keyboard shortcuts and for future
14385                 enhancements. See README.claws for usage information.
14386
14387 2002-01-15 [alfons]     0.7.0claws4
14388         
14389         * src/summaryview.c
14390                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14391                 so sorting within threads reflects sort mode
14392
14393 2002-01-15 [christoph]  0.7.0claws3
14394
14395         * src/procmsg.c
14396                 added alertpanel if mail sending failed
14397
14398 2002-01-15 [alfons]     0.7.0claws2
14399         
14400         * src/prefs_filtering.c
14401                 don't stop timer when prefs filtering dialog is opened
14402
14403 2002-01-14 [alfons]     0.7.0claws1
14404
14405         * src/addr_compl.c
14406         * src/prefs.c
14407                 remove debug_print()s for privacy reasons
14408
14409 2002-01-14 [darko]      0.7.0claws
14410
14411         * README.claws
14412                 quotation wrapping is now also in the main branch
14413
14414 2002-01-14 [paul]
14415
14416         * tools/filter_conv.pl
14417                 allow for Boolean Op and case-sensitivity
14418                 this file is included in the release and tagged
14419                 'rel_0_7_0'
14420
14421 2002-01-13 [paul]       0.7.0claws
14422
14423         * release 0.7.0, with cvs tag 'rel_0_7_0'
14424
14425 2002-01-13 [paul]
14426
14427         * tools/filter_conv.pl
14428         * tools/README
14429                 rewritten to output to matcherrc instead of filteringrc
14430
14431         * po/es.po
14432                 updated Spanish translation by Ricardo Mones Lastra
14433
14434 2002-01-13 [alfons]
14435
14436         * po/nl.po
14437                 update dutch translation
14438
14439 2002-01-13 [paul]
14440
14441         * po/pt_BR.po
14442                 Updated by Fabio Junior Beneditto 
14443
14444 2002-01-13 [melvin]     0.6.6claws53
14445
14446         * po/fr.po
14447                 Updated french translation
14448
14449 2002-01-12 [alfons]     0.6.6claws52
14450
14451         * src/filtering.c
14452                 plug mem leak that has been sitting there for ages              
14453
14454 2002-01-12 [alfons]     0.6.6claws51
14455
14456         * src/summaryview.c
14457                 undo melvin's changes from 0.6.6claws48 because summary
14458                 view now refuses to select first unread message when
14459                 selecting a folder 
14460
14461 2002-01-11 [alfons]     0.6.6claws50
14462
14463         * src/import.c
14464                 use claws' semantics for getting folder item when
14465                 importing an mbox file into a folder 
14466                 (submitted by Dale P. Smith)
14467
14468 2002-01-11 [christoph]  0.6.6claws49
14469
14470         * src/prefs.h
14471                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14472                 toggle widget, because non static prefs can not use
14473                 prefs_set_* functions
14474         * src/prefs_account.c
14475                 toggle smtp auth password field sensitivity if
14476                 user id is empty and add descrition of usage for
14477                 these fields
14478         * src/prefs_folder_item.c
14479                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14480                 callbacks
14481
14482 2002-01-11 [melvin]     0.6.6claws48
14483
14484         * src/compose.c
14485                 fix the 'Ctrl-Enter' feature for sending and test really
14486                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14487                 editables which was not documented in Gtk)
14488
14489         * src/summaryview.c
14490                 Made summaryview refresh after sorting and not before.
14491
14492 2002-01-11 [christoph]  0.6.6claws47
14493
14494         * src/compose.c
14495                 select account from account ids if possible and
14496                 correctly set save folder for copy in reedit
14497
14498 2002-01-10 [paul]       0.6.6claws46
14499
14500         * sync with sylpheed 0.7.0 release
14501                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14502                 2002-01-09
14503
14504 2002-01-09 [alfons]
14505
14506         * src/summaryview.c
14507                 remove more dirt traces...
14508
14509 2002-01-09 [alfons]
14510         
14511         * src/summaryview.c
14512                 clean up some traces of my debugging stuff
14513
14514 2002-01-09 [alfons]     0.6.6claws45
14515
14516         * src/filtering.c
14517                 break up filteringprop_apply() in three separate pieces
14518                 so we can drop messages that failed processing in the
14519                 inbox
14520
14521         * src/summaryview.c
14522                 fix bug #469598 "no refresh of inbox after filter" which 
14523                 was introduced by the new summary view locking, and which 
14524                 prevented the summary view to update after a manual filter 
14525                 message. claw's filter message requires a summary_show().
14526                 (aargh, summary_show() again! :-)
14527                 
14528 2002-01-07 [alfons]     0.6.6claws44
14529
14530         * src/headerwindow.c
14531         * src/logwindow.c
14532         * src/messageview.c
14533         * src/sourcewindow.c
14534                 bring in Hiro's last 0.7.0 wm class fixes
14535
14536         * tools/sylprint.pl
14537                 bring in Ricardo's fix for sylprint script
14538
14539         * AUTHORS       
14540         * src/rfc2015.[ch]
14541         * src/prefs_common.[ch]
14542         * src/prefs_account.[ch]
14543         * src/compose.c
14544                 clean up account preference poison in rfc2015,
14545                 and preparation to fix double sign bug 
14546                 (patch submitted by Simon 'corecode' Schubert)
14547
14548 2002-01-07 [christoph]  0.6.6claws43
14549
14550         * src/mh.c
14551                 search for free message number, do not only rely
14552                 on last_num
14553         * src/send.c
14554                 fix smtp auth and use extra account information
14555                 if available, if not use pop3 data instead
14556                 (closes bug #500341)            
14557         * src/ssl.[ch]
14558                 match coding style
14559
14560 2002-01-06 [alfons]     0.6.6claws42
14561
14562         * src/mainwindow.c
14563                 try making the separate windows work again...
14564
14565 2002-01-06 [alfons]     0.6.6claws41
14566
14567         * src/mainwindow.c
14568                 adapt Hiro's separate window menu (to get rid of the funny
14569                 duplicate menu items), and make it work again
14570
14571 2002-01-06 [alfons]     0.6.6claws40
14572
14573         * tools/Makefile.am
14574         * tools/sylprint.rc
14575         * tools/sylprint.pl
14576         * tools/README.sylprint
14577                 add sylprint script for printing mails from Sylpheed
14578                 (contributed by Ricardo Mones Lastra)
14579
14580         * src/acount.c
14581                 clean up
14582
14583 2002-01-06 [melvin]     0.6.6claws39
14584
14585         * src/mainwindow.c
14586         * src/summaryview.c
14587                 Fixed crash introduced in 0.6.6claws38 by the menu
14588                 reorganisation (Hide read messages)
14589         
14590         * ChangeLog.claws 
14591                 Fixed typo (we are now in 2002, alfons ;) )
14592
14593 2002-01-05 [alfons]     0.6.6claws38
14594
14595         * sync with sylpheed 0.6.6cvs10-17
14596                 (last stuff marked as LAST_STABLE)
14597
14598 2002-01-04 [melvin]     0.6.6claws37
14599
14600         * src/account.c
14601                 Made account selection code use strcasestr again instead of
14602                 g_strcasecmp (fixes bug where reediting queued messages
14603                 did not select proper account reported by T. Link).
14604         
14605         * src/folderview.c
14606                 Fix bug where folder icons are not shown when 'hide read messages'
14607                 is on.
14608         
14609         * src/stock_pixmaps.[ch]
14610                 Added folder icons for 'hide read messages'.
14611         
14612         * src/compose.c
14613                 Fixed bug where 'Enter' in a header entry will send the message 
14614                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14615
14616 2002-01-03 [melvin]     0.6.6claws36
14617         
14618         * src/prefs.[ch]
14619                 Added popup menu for common preferences and
14620                 account preferences (right click on tab displays
14621                                 a menu of all tabs.)
14622
14623 2002-01-02 [melvin]     0.6.6claws35
14624
14625         * src/gtkspell.[ch]
14626                 Made spelling code compatible with undo/redo feature.
14627                 Added creation of suggestion mode menu for the general
14628                         preferences.
14629         
14630         * src/prefs_common.[ch]
14631                 Added option menu for the speller's suggestion mode.
14632                 Added missing spaces in "..." buttons and made a "..."
14633                         button non translatable!
14634         
14635         * src/compose.c
14636                 Made speller use the default suggestion mode.
14637                 Hack to make it possible to choose 'CTRL-Enter' as a
14638                         shortcut for sending (and only for sending).
14639
14640         * src/prefs_folder_item.c
14641                 Changing subject simplification does not update cache 
14642                         anymore (because it is unnecessary).
14643                 Fixed bug where changing subject simplification updated the 
14644                         summaryview even when the viewed folder is not the
14645                         folder which properties are being changed. (E.g. 
14646                                         viewing folder A and changing
14647                                         the subject simplification of 
14648                                         folder B -not being viewed- updated the 
14649                                         summaryview of folder A with data of
14650                                         folder B). (Hope this is clear... )
14651
14652 2001-12-31 [alfons]     0.6.6claws34
14653         
14654         * src/ldif.c
14655         * src/mutt.c
14656                 fgetc() returns a signed integer which doesn't
14657                 fit in a char. so c truncates this to a char
14658                 but we may lose significant bits. i.e. we may
14659                 comparing 0xFF which may not be equal to -1
14660                 unless properly casted to signed char which
14661                 we won't do because fgetc() returns a signed
14662                 integer which doesn't fit in a char. so c 
14663                 truncates this to a char but we may lose 
14664                 significat bits. (you got the idea, thanks
14665                 to Gustavo Noronha Silva <kov@debian.org>
14666                 and the Debian folks!)
14667
14668 2001-12-30 [alfons]     0.6.6claws33
14669
14670         * src/prefs_common.c
14671                 add #ifdef USE_PSPELLs that Melvin forgot               
14672
14673 2001-12-30 [melvin]     0.6.6claws32
14674         
14675         * src/prefs_common.[ch]
14676                 Added configurable color for misspelled words.
14677
14678         * src/gtkspell.[ch]
14679                 Fixed bug of foreground text color (reported by David
14680                                 Mehrmann)
14681                 Added configurable color for misspelled words.
14682
14683 2001-12-30 [alfons]     0.6.6claws31
14684
14685         * src/folder.c
14686                 remove unnecessary things someone put there
14687
14688         * src/mh.c
14689         * src/folder.[ch]
14690                 make folder properties (like threading and sorting) persistent
14691                 (closes bug #497424 "rescan folder tree resets proprieties")
14692                 currently this is only for MH folders. 
14693
14694 2001-12-29 [melvin]     0.6.6claws30
14695
14696         * src/string_match.[ch]
14697                 Optimized a bit: regexp pattern buffer compiled only once, and
14698                   one subroutine call removed. Fixed ^ regexp search: Now, 
14699                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14700         
14701         * src/summaryview.c
14702                 Subject filtering changed to filter summary columns and
14703                   not directly the messages subject cache. The loss in 
14704                   performance is balanced by the improvement of string_match.
14705                 Added an alert panel if there is an error in the regexp.
14706
14707         * src/src/prefs_folder_item.h
14708                 Added a regexp pattern buffer.
14709
14710 2001-12-28 [alfons]     0.6.6claws29
14711
14712         * src/string_match.[ch]
14713                 clean up name space
14714                 allow compilation *BSD
14715
14716 2001-12-27 [alfons]     0.6.6claws28
14717
14718         * src/filter.c
14719                 sync the Hiro's bug fix for BSD
14720
14721 2001-12-27 [melvin]     0.6.6claws27
14722         
14723         * src/compose.c
14724                 Simplify focus to subject entry code.
14725
14726 2001-12-27 [darko]      0.6.6claws26
14727
14728         * src/filtering.c
14729         * src/mbox_folder.c
14730         * src/messageview.c
14731         * src/mh.c
14732         * src/procheader.[ch]
14733         * src/procmsg.h
14734         * src/stock_pixmap.[ch]
14735         * src/summaryview.c
14736                 Show key icon for encrypted mails in summary view
14737
14738         * src/pixmaps/clip.xpm
14739         * src/pixmaps/clipkey.xpm
14740         * src/pixmaps/key.xpm
14741                 New/modified icons for the above
14742
14743 2001-12-27 [melvin]     0.6.6claws25
14744
14745         * src/prefs_common.c
14746                 Put spell checker options in a separate tab to decrease
14747                 the Common Preferences window height.
14748
14749         * README.claws  
14750                 Update spell checker usage instruction about its options
14751                 location.
14752
14753 2001-12-27 [melvin]     0.6.6claws24
14754
14755         * src/compose.c
14756                 Changed subject entry widget position. Initial focus is
14757                 on the To header instead of the subject entry.
14758                 Creating a new header scrolls the header list to make the
14759                 created one visible. Nevertheless, when automatically filling
14760                 headers, the first one is shown.
14761                 A Tab key press in the last empty header entry zips the 
14762                 focus to the subject entry.
14763                 (I did not change the combo boxes, yet)
14764
14765 2001-12-26 [alfons]     0.6.6claws23
14766
14767         * src/prefs_account.c
14768         * src/inc.c
14769                 allow default inbox to reside in another mailbox (only
14770                 works for POP3 accounts)
14771
14772 2001-12-26 [alfons]     0.6.6claws22
14773         
14774         * src/textview.c
14775                 make reply-on-click work with the account of the selected folder
14776         * src/compose.c
14777                 put a fixme here to remind me to fix finding correct default
14778                 account for nested folders
14779
14780 2001-12-25 [alfons]     0.6.6claws21
14781
14782         * src/summaryview.c
14783                 make column headers display locked and mark pixmaps (idea by Melvin) 
14784                 fix bug by adding score and locked column type to sort array
14785
14786 2001-12-25 [alfons]     0.6.6claws20
14787         
14788         * src/summaryview.c
14789                 catch a *potentially* inadvertent write back of  
14790                 the message cache(s) introduced by 0.6.5claws37
14791
14792 2001-12-25 [christoph]  0.6.6claws19
14793
14794         * src/stock_pixmap.[ch]
14795         * src/summaryview.c
14796                 add ignore thread pixmap
14797                 (can someone draw a better icon for this?)
14798
14799 2001-12-24 [alfons]     0.6.6claws18
14800
14801         * src/prefs_folder_item.c
14802                 make address completion actually work for the
14803                 Default To address in the Folder Property dialog.
14804
14805 2001-12-24 [alfons]     0.6.6claws17
14806         
14807         * src/summaryview.c
14808                 use new style regexp for subject stripping 
14809                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14810
14811 2001-12-24 [darko]      0.6.6claws16
14812
14813         * src/pgptext.c
14814         * src/rfc2015.c
14815                 move GPG related informational messages to debug mode
14816
14817 2001-12-23 [alfons]     0.6.6claws15
14818
14819         * src/stock_pixmap.[ch]
14820         * src/summaryview.c
14821                 add the forgotten Claws' locked pixmap
14822
14823 2001-12-23 [alfons]     0.6.6claws14
14824
14825         * src/filesel.c
14826                 accept file name typed in entry in multi file
14827                 selector (patch submitted by Gustavo Noronha Silva 
14828                 <kov@debian.org>)
14829
14830 2001-12-23 [alfons]     0.6.6claws13
14831
14832         * src/prefs_filter.c
14833         * src/prefs_filtering.c
14834         * src/matcher.c
14835         * src/importmutt.c
14836                 clean up a little bit
14837         
14838         * src/string_match.c
14839                 validate input strings a little bit more
14840
14841 2001-12-23 [alfons]     0.6.6claws12
14842
14843         * src/Makefile.am
14844         * src/summaryview.c
14845         * src/string_match.[ch]         ** NEW **
14846         * src/folderview.[ch]
14847         * src/headerview.h
14848         * src/folder.[ch]
14849         * src/prefs_folder_item.[ch]
14850                 add subject simplification to strip out strings from
14851                 a subject line (esp. handy for mailing lists). 
14852                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14853                 but slightly changed things for better integration.)
14854
14855 2001-12-23 [alfons]     0.6.6claws11
14856
14857         * src/mainwindow.c
14858                 fix bug introduced by submission included in 0.6.5claws52.
14859                 ideally this submission should clean the trash if any trash
14860                 folder has a message. however, the hasTrash variable was
14861                 set to false whenever a trash folder was empty (discarding
14862                 a previously found *filled* trash folder.)
14863
14864                 also edited the code a little bit and made it more safe.
14865
14866 2001-12-22 [alfons]     0.6.6claws10
14867
14868         * src/imap.c
14869                 quick fix for Martin Pool's omission of an account
14870                 specific SSL setting
14871
14872 2001-12-22 [alfons]     0.6.6claws9
14873
14874         * src/compose.c
14875         * src/messageview.c
14876         * src/mimeview.c
14877         * src/pgptext.c
14878         * src/procmime.[ch]
14879                 better support for multipart/digest (submitted
14880                 by Fredrik <e98fo@efd.lth.se>)
14881
14882 2001-12-22 [alfons]     0.6.6claws8
14883
14884         * src/addressbook.c
14885                 correct function signature
14886         * src/socket.[ch]
14887         * src/imap.[ch]
14888         * src/prefs_account.[ch]
14889                 allow IMAP over SSH tunnel (patch submitted by 
14890                 Martin Pool <mbp@samba.org>)
14891
14892 2001-12-21 [alfons]     0.6.6claws7
14893
14894         * sync with sylpheed 0.6.6cvs4-9
14895                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14896
14897 2001-12-21 [christoph]  0.6.6claws6
14898
14899         * src/compose.c
14900         * src/prefs_folder_item.[ch]
14901                 implement saving of outgoing messages to current folder.
14902                 fix segfault when no default outbox is available
14903                 (closes bug #495683)
14904
14905 2001-12-21 [carsten]    0.6.6claws5
14906         * src/folderview.c
14907         * src/summaryview.c
14908                 pressing CTRL while DND does now the expected thing and
14909                 copies the mail (moving is still the default, as this
14910                 seam more appropriate for handling mails by DND)
14911
14912 2001-12-18 [paul]       0.6.6claws4
14913
14914         * sync with sylpheed 0.6.6cvs3
14915                 see ChangeLog entries 2001-12-18
14916
14917 2001-12-18 [hiro]       0.6.6claws3
14918
14919         * src/undo.c
14920                 fix for multibyte characters (obtain the number of letters
14921                 instead of bytes).
14922
14923 2001-12-17 [paul]       0.6.6claws2
14924
14925         * sync with sylpheed 0.6.6cvs1
14926                 see ChangeLog entry 2001-12-16
14927
14928 2000-12-17 [alfons]     0.6.6claws1
14929
14930         * src/filtering.c
14931                 clean up
14932
14933 2001-12-16 [paul]       0.6.6claws
14934 2001-12-15
14935
14936         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14937
14938         * src/mimeview.c
14939                 last minute sync with main 0.6.6
14940
14941         * po/es.po
14942                 updated by Ricardo Mones Lastra
14943                 update for last minute sync
14944         * po/fr.po
14945         * po/nl.po
14946                 update for last minute sync
14947         * po/de.po
14948                 updated by Jens Oberender
14949         * po/pt_BR.po
14950                 updated by Fabio Junior Beneditto
14951
14952         * src/prefs_common.[ch]
14953         * src/undo.c
14954                 number of undo levels is user configurable
14955                 (squeeze it into the release in the dying
14956                 moments) Submitted by Jens Oberender    
14957
14958 2001-12-15 [melvin]
14959
14960         * po/fr.po
14961                 updated french translation
14962
14963 2001-12-15 [paul]       0.6.5claws92
14964
14965         * sync with sylpheed 0.6.5cvs28
14966                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14967
14968         * po/nl.po
14969                 update to allow for sync
14970
14971 2001-12-15 [alfons]
14972         
14973         * po/nl.po
14974                 update dutch translation
14975
14976 2001-12-14 [carsten]    0.6.5claws91
14977         * src/summaryview.c
14978                 fixed bug #473785; also after changing the column order
14979                 the same message will be selected and displayed as before
14980                 the reordering
14981
14982 2001-12-14 [carsten]    0.6.5claws90
14983         * src/folderview.c
14984                 probably found the bug reported by wwb opening or closing
14985                 a folder tree just before dnd (found the solution in the
14986                 balsa source -- thanks to them)
14987
14988 2001-12-14 [carsten]    0.6.5claws89
14989         * src/gtkutils.c
14990         * src/account.c
14991                 moved gtk_clist_moveto to the right place, so that
14992                 only the accounts dialog is effected on opening
14993
14994 2001-12-14 [carsten]    0.6.5claws88
14995         * src/gtkutils.c
14996                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14997                 now, so that the focused row will be seen in any case
14998                 (reported by wwp on sf-claws-user)
14999
15000 2001-12-14 [darko]      0.6.5claws87
15001
15002         * src/compose.c
15003                 remove unnecessary line
15004
15005 2001-12-14 [paul]       0.6.5claws86
15006
15007         * sync with sylpheed 0.6.5cvs27
15008                 see ChangeLog entries 2001-12-14
15009
15010 2001-12-14 [carsten]    0.6.5claws85
15011         * src/mainwindow.c
15012                 following a suggestion of Melvin the rcoabm pops up
15013                 right under the button now and the button is reliefed
15014                 while the popup is open
15015
15016 2001-12-14 [darko]      0.6.5claws84
15017
15018         * src/compose.c
15019                 fix crash when wrapping long lines if linewrap quotation
15020                 is disabled and wrapper encounters a word spanning more
15021                 than one line
15022
15023 2001-12-13 [paul]       0.6.5claws83
15024
15025         * src/compose.c
15026                 prefer 'Reply-To' header over mailing list header when
15027                 replying to a message. Finally prevent all those confirmation 
15028                 messages being sent to the list itself.
15029
15030         * src/summaryview.c
15031                 remove unused summary_set_menu_sensitive() entry
15032
15033 2001-12-13 [paul]       0.6.5claws82
15034
15035         * src/folderview.c
15036         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15037         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15038         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15039                 improvements to 'Hide read messages': Inbox, Outbox,
15040                 Trash, Queue, and Draft icons now reveal presence of hidden 
15041                 messages
15042
15043 2001-12-12 [alfons]     0.6.5claws81
15044
15045         0.6.5claws80 was tagged as LAST_STABLE
15046
15047         * src/filtering.[ch]
15048         * src/matcher.[ch]
15049         * src/matcher_parser_lex.c
15050                 fix the filtering; my last attempt to get it right, 
15051                 if it does not work, it's Hoa's turn. ;-)
15052
15053                 for my honourable peers:
15054                 
15055                 the code now makes a clear distinction between
15056                 rules as they are displayed (probably escaped),
15057                 and as they are executed (probably unescaped). the
15058                 parser does *NOT* do any unescaping, this is
15059                 the task of the matcher.c (which breaks up a
15060                 rule into condition) and the filtering.c (which
15061                 breaks up the rule's action). to make this
15062                 run happily we provide an unescaped copy of
15063                 crucial strings to the MatcherProp and 
15064                 FilteringAction structures. note that the only
15065                 exception to this is any REGEXP string. those
15066                 are directly passed to regcomp() and regexp()
15067                 (who have much more powerful unescape functions).
15068                 
15069                 for everyone else:
15070         
15071                 you can escape tab (\t), carriage return (\r),
15072                 linefeed (\n), form feed (\f), quote (\"), 
15073                 single quote (\'), bell (\b) in all the entry
15074                 lines in the scoring & filtering dialogs.
15075                 as an added bonus this should not affect
15076                 existing filtering rules.
15077
15078 2001-12-12 [carsten]    0.6.5claws80
15079
15080         * src/summaryview.c
15081         * po/de.po
15082                 "item(s) selected" is now sensitive to 1 or more
15083                 than one selected (nice for language where simple
15084                 adding of a "s" is not possible as German (Eintrag
15085                 ->Eintr"age)
15086                 
15087                 the "forward as attachment" entry from the right
15088                 click menu removed, "forward" acts following the
15089                 prefs
15090         
15091         * src/textview.c
15092                 reverted my former changes; so compiler warning again
15093                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15094                 nevertheless
15095
15096         * src/messageview.c
15097                 "search in message" does now *not* only work in MVIEW_TEXT
15098                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15099                 message
15100
15101         * src/mainwindow.c
15102                 removed "/File/_Close" as it was the same as "/File/E_xit"
15103                 and we don't need it two times
15104
15105                 the separate folder view and message view now get a distinct
15106                 WMCLASS, just in case someone is using sawfish ;-)
15107
15108                 as the menu entries "/View/Message view" and "/View/Folder tree"
15109                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15110                 make them sensitive accordingly and as these two are "shown"
15111                 after startup anytime check this menuitem at startup
15112
15113 2001-12-12 [paul]       0.6.5claws79
15114
15115         * src/folderview.c
15116                 fix sensitivity of 'Search folder...', broken in
15117                 0.6.5claws75
15118
15119         * src/mainwindow.c
15120                 fix dodgy English
15121
15122 2001-12-11 [carsten]    0.6.5claws78
15123         * src/filtering.c
15124                 fixed two typos returning a wrong FALSE/TRUE
15125         * src/mainwindow.[ch]
15126                 extra menu for email/news button removed
15127
15128 2001-12-11 [alfons]     0.6.5claws77
15129         
15130         * src/matcher.c                 (1.3)
15131         * src/matcher_parser_lex.l      (1.28)
15132                 revert for another attempt
15133                 mark 0.6.5claws77 as LAST_STABLE
15134
15135 2001-12-11 [christoph]  0.6.5claws76
15136
15137         * po/de.po
15138                 fixed wrong translation for prev. unread msg
15139
15140 2001-12-11 [paul]       0.6.5claws75
15141
15142         * src/folder.[ch]
15143         * src/folderview.c
15144         * src/mainwindow.c
15145         * src/summaryview.[ch]
15146         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15147                 enable ability to hide read messages on per folder basis via 
15148                 '/Summary/Hide read messages'; when selected, a folder will 
15149                 have a red open folder icon, instead of a blue icon, if the 
15150                 folder contains hidden messges
15151                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15152
15153         * src/mainwindow.c
15154                 remove '/Message/Forward as attachment' from 
15155                 main_window_set_menu_sensitive() to prevent debug warning
15156
15157         * src/folderview.c
15158         * src/mainwindow.c
15159                 Clean up some of the English
15160
15161         * tools/newscache_clean.pl
15162                 allow for new 'hidereadmsgs' entry in folderlist.xml
15163
15164         * po/es.po
15165                 updated translation, submitted by Ricardo Mones Lastra
15166
15167 2001-12-11 [paul]       0.6.5claws74
15168
15169         * sync with sylpheed 0.6.5cvs25
15170                 see ChangeLog entry 2001-12-11
15171
15172 2001-12-10 [alfons]     0.6.5claws73
15173
15174         * src/matcher.c
15175                 add more control characters
15176         * src/matcher_parser_lex.l
15177                 make escaping / unescaping work again
15178
15179 2001-12-10 [alfons]     0.6.5claws72
15180
15181         * src/imap.c
15182                 clean up warnings "returning value for void function" 
15183         * src/prefs_filtering.c
15184                 make info button for execute action sensitive
15185
15186 2001-12-10 [paul]       0.6.5claws71
15187
15188         * src/compose.c
15189         * src/imap.[ch]
15190         * src/summaryview.c
15191                 fix: imap server now gets informed of MARKED, UNMARKED
15192                 and REPLY events. Now people can use different IMAP-Mail
15193                 clients and have the exact same information about MARKED,
15194                 UNMARKED and REPLY status with all of them. Especially
15195                 useful for imap servers with a web-frontend.
15196                 submitted by Tobias Sandhaas <medlor@web.de>
15197
15198 2001-12-09 [melvin]     0.6.5claws70
15199         
15200         * src/textview.[ch]
15201                 fixed bug #490076 (hunted down by Alfons who implemented
15202                 a workaround in 0.6.5claws65)
15203
15204 2001-12-09 [christoph]  0.6.5claws69
15205
15206         * src/summaryview.c
15207                 set pointer to string in LOCKED column to NULL
15208                 (might fix bug #490800)
15209
15210 2001-12-09 [carsten]    0.6.5claws68
15211
15212         * po/de.po
15213                 resolved some cluttered menu shortcuts 
15214                 ('creating new email' and 'creating news message'
15215                 hade the same)
15216         * src/compose.c
15217                 wmclass now distinc from main window
15218         * src/mainwindow.c
15219           src/mainwindow.h
15220                 email/news and forward button functionality similar
15221                 to the reply buttons; removed the ugly dropdown arrows
15222                 and use instead the right mouse button
15223
15224 2001-12-09 [paul]       0.6.5claws67
15225
15226         * src/imap.c
15227         * src/utils.h
15228                 allow spaces in imap folder names
15229                 submitted by Willem van Engen <wvengen@stack.nl>
15230
15231 2001-12-09 [paul]       0.6.5claws66
15232
15233         * sync with sylpheed 0.6.5cvs24
15234                 see ChangeLog entry 2001-12-09
15235
15236 2001-12-08 [alfons]     0.6.5claws65
15237
15238         * src/textview.c
15239                 prevent secondary selection claim after "add to sender" dialog
15240                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15241                 we trick GTK by simulating a click at (0, 0) in the textview.
15242
15243 2001-12-08 [hoa]        0.6.5claws64
15244
15245         * src/folder.c
15246                 fixed a bug about the .processing folder name while filtering
15247
15248 2001-12-08 [alfons]     0.6.5claws63
15249
15250         * src/folderview.c 
15251                 work around problem of not correctly updating folder stats
15252                 when deleting messages. there's some folder scanning evil
15253                 going so the folderview_update_msg_num() does not work
15254                 correctly. need to investigate this.
15255
15256 2001-12-08 [paul]       0.6.5claws62
15257
15258         * sync with sylpheed 0.6.5cvs23
15259                 see ChangeLog entry 2001-12-08
15260
15261 2001-12-07 [christoph]  0.6.5claws61
15262
15263         * src/compose.c
15264                 fix another header translation problem
15265
15266 2001-12-07 [alfons]     0.6.5claws60
15267
15268         * src/mbox.c
15269                 make filtering also work on local spool mbox
15270
15271 2001-12-07 [carsten]    0.6.5claws59
15272         * src/addressbook.c
15273                 addressbook window gets a wmclass distinct from the main
15274                 sylpheed window
15275         * src/compose.h
15276         * src/mainwindow.[ch]
15277                   forward menu item will use mode selected in prefs, forward 
15278                 as attatchment in menu removed (will be substituted in the
15279                 toolbar similar to reply buttons)
15280                   create news message menu entry and news button is now 
15281                 sensitive to the existance of a news account
15282         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15283         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15284         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15285                 these are removed because the toolbar buttons don't show
15286                 the quoting modus any longer
15287
15288 2001-12-07 [paul]
15289
15290         * tools/newscache_clean.pl      ** NEW FILE **
15291                 perl script to do some tidying up in the newscache directory 
15292                 
15293         * tools/sylpheed-switcher       ** NEW FILE **
15294                 perl script to enable easy switching between main and claws
15295                 
15296         * tools/README
15297                 added descriptions of the two new perl scripts          
15298
15299
15300 2001-12-07 [melvin]     0.6.5claws58
15301
15302         * src/messageview.c
15303                 fixed a warning during compilation introduced in 0.6.5claws56
15304
15305 2001-12-07 [paul]       0.6.5claws57
15306
15307         * src/mainwindow.[ch]
15308         * src/menu.[ch]
15309                 further usability enhancements to replying with or without 
15310                 quoting via the toolbar, use of Ctrl key is replaced by 
15311                 drop down menu 
15312                 Submitted by Carsten Schurig            
15313
15314 2001-12-07 [melvin]     0.6.5claws56
15315
15316         * src/messageview.c
15317                 hack to fix bug that prevented to make/paste selections
15318                 after switching between MVIEW_TEXT and MVIEW_MIME views
15319                 without deselecting the selection first.
15320
15321 2001-12-06 [alfons]     0.6.5claws55
15322
15323         * src/filtering.[ch]
15324         * src/inc.c
15325                 revise filtering a little bit more, and make sure
15326                 messages are delivered to the appropriate inbox
15327                 (perhaps set per account)
15328
15329 2001-12-06 [paul]       0.6.5claws54
15330
15331         * sync with sylpheed 0.6.5cvs22
15332                 see ChangeLog entry 2001-12-06
15333
15334 2001-12-05 [alfons]     0.6.5claws53
15335
15336         * src/inc.c
15337         * src/folder.[ch]
15338         * src/procmsg.c
15339         * src/filtering.c
15340                 more revisions of filtering system
15341                 (last stable version is marked as LAST_STABLE)
15342                 
15343                 | NOTE 1): the filtering system now uses a local folder called
15344                 | .processing. if filtering fails, check this directory
15345                 | for missing messages.
15346                 |
15347                 | NOTE 2): help us find the filtering actions still missing
15348
15349 2001-12-05 [paul]       0.6.5claws52
15350
15351         * src/mainwindow.c
15352                 fix bug where 'Empty Trash?' pop-up window appears even
15353                 when Trash is empty, submitted by Jesse Skinner         
15354
15355 2001-12-05 [melvin]     0.6.5claws51
15356
15357         * src/compose.c
15358                 fixed bug #486106 to select correct account when reediting 
15359                 a queued message
15360         
15361 2001-12-04 [alfons]     0.6.5claws50
15362
15363         * src/mh.c
15364                 declare markfile in appropriate functions when
15365                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15366                 for spotting this)
15367
15368 2001-12-04 [paul]       0.6.5claws49
15369
15370         * sync with sylpheed 0.6.5cvs21
15371                 see ChangeLog entry 2001-12-04
15372
15373 2001-12-03 [christoph]  0.6.5claws48
15374
15375         * po/de.po
15376                 changed translation of undo
15377         * src/account.c
15378         * src/folder.c
15379                 don't reinvent the wheel to traverse a GNode
15380         * src/compose.[ch]
15381                 seperate code to create the compose gui into functions
15382                 add "Others" page with folder selection for saving copy
15383                 of the message.
15384                 the folder identifier is saved to queue header
15385         * src/procmsg.c
15386                 save message to folder in queue header
15387
15388 2001-12-03 [paul]       0.6.5claws47
15389
15390         * sync with sylpheed 0.6.5cvs20
15391                 see ChangeLog entry 2001-12-03
15392
15393 2001-12-01 [paul]
15394
15395         * more sync with sylpheed 0.6.5cvs19
15396                 see ChangeLog entry 2001-11-29
15397
15398 2001-11-30 [paul]       0.6.5claws46
15399         
15400         * src/compose.c
15401                 remove conflicts introduced by Hoa's last commit
15402          
15403         * src/mainwindow.c
15404                 make 'Message/Bounce' sensitive
15405
15406 2001-11-30 [hoa]        0.6.5claws45
15407
15408         * src/compose.c
15409                 slightly change bounce function to add
15410                 information about the user that bounced the mail
15411                 in the From header line.
15412
15413         * src/folderview.c
15414                 permit the use of processing in outbox folder.
15415
15416 2001-11-29 [paul]       0.6.5claws44
15417
15418         * src/mainwindow.[ch]
15419         * src/prefs_common.c
15420         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15421         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15422         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15423                 usability enhancements to the quoting, implements
15424                 use of Ctrl key to toggle quoting settings
15425                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15426
15427 2001-11-29 [paul]       0.6.5claws43
15428         
15429         * sync with sylpheed 0.6.5cvs19
15430                 see ChangeLog entry 2001-11-28
15431
15432 2001-11-29 [melvin]     0.6.5claws42
15433         * src/Makefile.am
15434                 added enriched.[ch] to the list of files
15435
15436         * src/textview.c
15437         * src/mimeview.c
15438         * src/procmime.[ch]
15439         * src/enriched.[ch]
15440                 added support to view text/enriched
15441                 added support to show headers in message view for text/enriched and text/html
15442                         in non multipart messages
15443
15444 2001-11-28 [paul]       0.6.5claws41
15445
15446         * more sync with sylpheed 0.6.5cvs18
15447                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15448
15449 2001-11-27 [paul]       0.6.5claws40
15450         
15451         * po/pt_BR.po
15452                 updated translation, submitted by Fabio Junior Beneditto
15453                 
15454         * sync with sylpheed 0.6.5cvs18
15455                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15456                 2001-11-27
15457
15458
15459 2001-11-26 [paul]
15460
15461         * po/es.po
15462                 updated translation, submitted by Ricardo Mones Lastra
15463
15464 2001-11-26 [alfons]
15465
15466         * src/matcher.c
15467                 add more translatable strings
15468
15469 2001-11-26 [christoph]  0.6.5claws39
15470
15471         * po/de.po      
15472                 fixed one more umlaut
15473         * src/compose.c
15474                 fix translated header when it should not be translated
15475
15476 2001-11-26 [paul]       0.6.5claws38
15477
15478         * src/mainwindow.c
15479                 remove '/Message/Add Sender to address book' from 
15480                 main_window_set_menu_sensitive(), prevent debug warning
15481                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15482
15483 2001-11-26 [paul]       0.6.5claws37
15484
15485         * src/summaryview.c
15486                 fix 'recurring unread state' bug 
15487
15488         * tools/README 
15489         * tools/filter_conv.pl
15490                 read name of top level mailbox from folderlist.xml
15491                 and presume nothing about its name              
15492
15493 2001-11-26 [darko]      0.6.5claws36
15494
15495         * src/gtkstext.[ch]
15496                 removed functions that are now in gtkutils.c
15497                 use gtkut_text_is_uri_string() from gtkutils.c
15498         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15499
15500 2001-11-26 [paul]       0.6.5claws35
15501
15502         * sync with sylpheed 0.6.5cvs16
15503                 see ChangeLog entries 2001-11-25 and 2001-11-26
15504
15505 2001-11-25 [alfons]     0.6.5claws34
15506
15507         EXPERIMENTAL!!! Please checkout the last stable version using: 
15508           
15509         % cvs update -r LAST_STABLE -dRAP
15510
15511         (Or help us testing this stuff.)
15512
15513         * src/filtering.c               (1.14)
15514         * src/filtering.h               (1.6)
15515         * src/inc.c                     (1.28)
15516         * src/matcher.c                 (1.20)
15517         * src/mbox.c                    (1.9)
15518         * src/procmsg.h                 (1.14)
15519         * src/summaryview.c             (1.59)
15520         * src/summaryview.h             (dunno)
15521                 revert/merge/sync to as it was before commit 
15522                 on Thu, 19 Jul 2001 10:15:51 -0700.
15523
15524 2001-11-25 [hoa]        0.6.5claws33
15525
15526         * src/main.c
15527                 processing mails at startup
15528
15529         * src/folderview.c
15530         * src/summaryview.[ch]
15531                 processing mails when entering folder
15532
15533         * src/prefs_filtering.c
15534                 fixed some UI bugs
15535
15536 2001-11-24 [alfons]     0.6.5claws32
15537
15538         * src/summaryview.[ch]
15539                 make summary sort headers work, and also make
15540                 sure the sort type is stored
15541
15542 2001-11-23 [alfons]     0.6.5claws31
15543
15544         * src/summaryview.[ch]
15545                 make lock work like mark
15546                 disallow deleting messages marked as locked
15547
15548 2001-11-23 [alfons]     0.6.5claws30
15549
15550         * src/gtkstext.c
15551         * src/compose.[ch]
15552         * src/Makefile.am
15553         * src/undo.[ch]
15554                 merge undo patch submitted by Jens
15555
15556 2001-11-23 [christoph]  0.6.5claws29
15557
15558         * src/.cvsignore
15559                 added ylwrap
15560         * src/compose.c
15561                 fixed gpg signing and encoding
15562         * src/folder.[ch]
15563         * src/main.c
15564                 added --status option to get new, unread and total
15565                 message count from a running sylpheed
15566         * src/prefs_common.c
15567                 temporary fix for reply_with_quote problem
15568                 (don't call functions for non existing widget)
15569         * src/procmsg.c
15570                 one more check for ignored threads but still not
15571                 always working correctly. probably a recursive
15572                 check for all parents is needed
15573
15574 2001-11-23 [darko]      0.6.5claws28
15575
15576         * src/compose.c
15577                 wrapping on send improvements
15578         * src/gtkutils.[ch]
15579                 fix for GtkSText after last sync with main branch
15580                 GTK_TEXT -> GTK_STEXT
15581
15582 2001-11-23 [paul]       0.6.5claws27
15583
15584         * sync with sylpheed 0.6.5cvs14
15585                 see ChangeLog entries 2001-11-22 and 2001-11-23
15586                 
15587         * po/de.po
15588                 fixed the scrambled umlauts 
15589                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15590
15591 2001-11-21 [paul]       0.6.5claws26
15592
15593         * sync with sylpheed 0.6.5cvs12
15594                 see 2nd ChangeLog entry dated 2001-11-20
15595
15596 2001-11-20 [paul]       0.6.5claws25
15597
15598         * sync with sylpheed 0.6.5cvs11
15599                 see ChangeLog entry 2001-11-19 (src/utils.c)
15600
15601 2001-11-20 [hiro]
15602
15603         * src/compose.c
15604                 GTK_TEXT -> GTK_STEXT
15605                 fix for wrong comment
15606
15607 2001-11-20 [hiro]       0.6.5claws24
15608
15609         * src/compose.[ch]
15610                 more merges from main branch
15611                 removed fatal warnings (uninitialized variables etc.)
15612                 some coding style fix
15613         * src/gtkutils.h
15614                 fixed typo.
15615         * src/addressbook.c
15616           src/addrindex.c
15617                 V-Card -> vCard
15618
15619 2001-11-19 [hoa]        0.6.5claws23
15620
15621         * src/filtering.c
15622         * src/prefs_scoring.c
15623         * src/matcher.[ch]
15624         * src/scoring.c
15625                 cleaning code
15626
15627         * src/matcher_parser_parse.y
15628         * src/prefs_filtering.c
15629                 bouncing
15630
15631 2001-11-19 [alfons]     0.6.5claws22
15632
15633         more of my old things into claws
15634
15635         * src/Makefile.am
15636         * src/prefs_common.c
15637         * src/procmsg.h
15638         * src/summaryview.[ch]
15639         * src/prefs_summary_column.c
15640         * src/pixmaps/locked.xpm
15641                 add indicators for locking of message in summary view
15642                 (does not work yet, only visual indicator)
15643
15644 2001-11-19 [paul]       0.6.5claws21
15645
15646         * sync with sylpheed 0.6.5cvs10
15647                 see ChangeLog entry 2001-11-19
15648
15649 2001-11-18 [alfons]     0.6.5claws20
15650         
15651         * src/filtering.c
15652                 remove an inadvertent free I forgot in previous clean up 
15653
15654 2001-11-18 [alfons]     0.6.5claws19
15655
15656         * src/filtering.[ch]
15657                 clean up & plug leaks
15658
15659 2001-11-18 [paul]       0.6.5claws18
15660
15661         * sync with sylpheed 0.6.5cvs9
15662                 see ChangeLog entries 2001-11-17 and 2001-11-18
15663
15664 2001-11-16 [paul]       0.6.5claws17
15665
15666         * sync with sylpheed 0.6.5cvs8
15667                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15668
15669 2001-11-16 [paul]       0.6.5claws16
15670
15671         * sync with sylpheed 0.6.5cvs7
15672                 see ChangeLog entries 2001-11-15 and 2001-11-16
15673
15674 2001-11-15 [hoa]        0.6.5claws15
15675
15676         * src/compose.c
15677                 fix bounce, mails we received couln't be bounced to ourself.
15678
15679         * src/defs.h
15680         * src/filtering.[ch]
15681         * src/matcher.[ch]
15682         * src/matcher_parser.h
15683         * src/matcher_parser_lex.l
15684         * src/matcher_parser_parse.y
15685         * src/inc.c
15686         * src/main.c
15687         * src/mbox.c
15688         * src/prefs_filtering.[ch]
15689         * src/mainwindow.c
15690         * src/prefs_matcher.c
15691         * src/prefs_scoring.c
15692         * src/scoring.[ch]
15693         * src/summaryview.c
15694                 new matcher/filter/score configuration file parser
15695                 one unique configuration file => ~/.sylpheed/matcherrc
15696                 import in currently automatic, then save are made
15697                 in this new file.
15698                 one filter per folder and one global filter
15699                 (filter of a folder will be used as folder processing)
15700
15701         * src/folder.c
15702                 fix a bug in folder_item_get_identifier
15703                 
15704         * src/messageview.c
15705                 receive receipt return are fixed.
15706
15707 2001-11-14 [alfons]     0.6.5claws14
15708
15709         * src/session.h
15710                 add things from main branch to make claws compile
15711
15712 2001-11-14 [paul]       0.6.5claws13
15713
15714         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15715                 see ChangeLog entries 2001-11-08 to 2001-11-14
15716
15717 2001-11-14 [hoa] 0.6.5claws12
15718
15719         * src/compose.[ch]
15720         * src/mainwindow.c
15721         * src/summaryview.c
15722                 add "bounce mail" option
15723
15724 2001-11-13 [christoph]  0.6.5claws11
15725
15726         * src/compose.c
15727                 Cleanup a mess i add before commiting
15728
15729 2001-11-13 [hoa]        0.6.5claws10
15730
15731         * src/compose.c
15732                 some fixes when mail are sent or
15733                 for crossposts
15734
15735 2001-11-13 [christoph]  0.6.5claws9
15736
15737         * po/de.po
15738                 Changed two string with the same translation
15739         * src/compose.c
15740         * src/procmsg.[ch]
15741         * src/send.[ch]
15742                 New mailsending process:
15743                   - Always queue message before sending
15744                     (message will be saved if sylpheed crashed or
15745                      freezes while sending)
15746                   - Allow queuing of newspostings
15747                   - No copy in outbox before sending
15748                     (closes bug #469501)
15749                   - No more redundant code for send and send_later
15750         * src/summaryview.c
15751                 Applied wwp <subscript@free.fr>'s patch that fixes
15752                 marks for multiple forwarded messages (+compose.c)
15753
15754 2001-11-12 [alfons]
15755
15756         * README.claws
15757                 remove things that are now in main branch
15758         
15759         * po/nl.po
15760                 update Dutch translation
15761
15762 2001-11-12 [mhadasht]   0.6.5.claws8
15763
15764         * src/prefs_common.c
15765                 re-enabled account autoselection feature for forward
15766                 and reedit lost during the branch point for SYNC-B4-REL
15767         * src/gtkspell.c
15768                 gtkpspell_get_dict(): more readable code (even if function is
15769                 not used yet)
15770         * ChangeLog.claws
15771                 added version number info to 2001-11-12 [hiro] comment.
15772
15773 2001-11-12 [hiro]       0.6.5.claws7
15774
15775         * src/compose.c
15776                 compose_forward(): fixed a bug that forward quote mark
15777                 wasn't used.
15778                 removed unnecessary code.
15779         * src/template_select.[ch]: removed.
15780
15781 2001-11-11 [alfons]
15782
15783         * src/compose.c
15784                 :%s/GTK_TEXT/GTK_STEXT/g
15785         
15786         * src/compose.[ch]
15787         * src/undo.[ch]
15788         * src/Makefile.am
15789                 revert the undo stuff (this is 0.6.6claws stuff)
15790
15791 2001-11-11 [hoa]        0.6.5.claws6
15792
15793         * src/compose.[ch]
15794                 Insert signature at the end of the text.
15795                 Added undo patch but currently disabled
15796
15797         * src/procmsg.c
15798                 Threading by subject improved.
15799
15800         * added src/undo.[ch]
15801                 Undo module for compose dialog box.
15802
15803 2001-11-11 [alfons]     0.6.5.claws5
15804
15805         * src/procmsg.c
15806                 prevent threading by subject on nodes that have already been
15807                 threaded by in-reply-to (as in "circular references in a tree
15808                 result in a dead branch")
15809
15810 2001-11-09 [hoa]        0.6.5.claws4
15811         
15812         * src/folderview.c
15813                 allows creation of mbox folder item from any files.
15814
15815 2001-11-09 [alfons]     0.6.5.claws3
15816         
15817         * src/utils.c
15818         * src/procmsg.c
15819                 do what I mean and correct threading by subject so it really
15820                 ignores attracting lines without "Re: "
15821
15822 2001-11-07 [alfons]     0.6.5.claws2
15823
15824         * src/procmsg.c
15825         * src/utils.[ch]
15826                 only attract by subject if a subject line starts with a "Re: "
15827         * src/syldap.c
15828                 remove warning
15829
15830 2001-11-07 [paul]       0.6.5claws1
15831
15832         * sync with sylpheed 0.6.5. release
15833                 see ChangeLog entry 2001-11-07
15834
15835 2001-11-07 [paul]       0.6.4claws31
15836
15837         * sync with sylpheed 0.6.4cvs18
15838                 see ChangeLog entries 2001-10-30 to 2001-11-07
15839                 prefs_templates.[ch] renamed prefs_template.[ch]
15840
15841 2001-11-06 [alfons]
15842         
15843         * src/utils.h
15844                 add semicolon Hoa forgot ;-)
15845                 
15846
15847 2001-11-06 [hoa]        0.6.4claws30
15848         
15849         * src/procmsg.c
15850         * src/summaryview.c
15851         * src/utils.c
15852         * src/utils.h
15853                 threading by subject - empty subject are ignored
15854
15855 2001-11-06 [christoph]  0.6.4claws29
15856
15857         * src/socket.c
15858                 use SSL_peek for sock_gets
15859         * src/utils.c
15860                 removed unneeded pointer in extracting quoted
15861                 names implementation
15862
15863 2001-11-06 [melvin]     0.6.4claws28
15864
15865         * src/gtkspell.c
15866                 fixed bug #476792 Selection overtyping with spell checker
15867                 fixed bug which could cause a buffer overflow
15868                 fixed a memory leak
15869
15870 2001-11-06 [hoa]        0.6.4claws27
15871         
15872         * src/procmsg.c
15873         * src/summaryview.c
15874                 threading by subject
15875
15876 2001-11-05 [alfons]     0.6.4claws26
15877         
15878         * README.claws
15879                 Claws -> Sylpheed (vice versa)
15880
15881         * src/compose.c
15882                 :%s/gtk_text/gtk_stext/g
15883                 :%s/GTK_TEXT/GTK_STEXT/g
15884                 (thanks to Jonathan Ware for spotting this)
15885
15886 2001-11-04 [christoph]  0.6.4claws25
15887
15888         * src/summaryview.c
15889                 replace Xalloca + strdup with Xstrdup_a
15890         * src/utils.c
15891                 better implementation of extracting quoted names
15892                 from addresses (remove backlashes and ignore
15893                 quotes after them)
15894
15895 2001-11-04 [alfons]     0.6.4claws24
15896
15897         * src/utils.[ch]
15898                 edit to comply more with coding style
15899
15900         * src/textview.c
15901                 fix bug reported by Kim Schulz. introduced by the patch integrated
15902                 in 0.6.4claws15. the code did not check the return value of
15903                 the html parser.
15904
15905         * AUTHORS
15906                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15907
15908 2001-11-04 [christoph]  0.6.4claws23
15909
15910         * src/main.c
15911         * src/prefs_common.[ch]
15912                 init some pointers that possibly caused a segfault
15913                 reported in the claws-users ML
15914
15915 2001-11-04 [hoa]        0.6.4claws22
15916
15917         * src/grouplistdialog.c
15918                 change the names of the nodes in the tree
15919
15920         * src/compose.c
15921                 enhanced mailto syntax as described in
15922                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15923                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15924
15925         * src/utils.c
15926                 encode and decode URI (useful when opening URL into
15927                 netscape).
15928
15929 2001-11-03 [hoa]        0.6.4claws21
15930
15931         * src/grouplistdialog.c
15932                 a new newsgroups list selection dialog box
15933                 with a CTree instead of a CList
15934
15935 2001-11-03 [hoa]        0.6.4claws20
15936
15937         * src/folderview.c
15938                 enable property and scoring options when right
15939                 click on "inbox"
15940
15941         * src/summaryview.c
15942                 fixed bug when nickname were displayed using
15943                 the address book.
15944
15945 2001-11-02 [darko]      0.6.4claws19
15946
15947         * src/compose.c
15948                 new wrap quotation and URL/long words wrapping implementation
15949         * src/compose.c src/gtkstext.[ch]
15950                 move gtkstext_strncmp() to gtkstext.c
15951
15952 2001-11-01 [christoph]  0.6.4claws18
15953
15954         * src/prefs_account.c
15955                 fixed mess in account settings dialog
15956         * src/prefs_folder_item.c
15957                 added label with folder path to dialog
15958
15959 2001-10-31 [match]      0.6.4claws17
15960
15961         * src/vcard.c
15962                 fix memory leak.
15963         * src/addrbook.c
15964                 fix generation of spurious address book file names.
15965                 remove redundant functions.
15966         * po/POTFILES.in
15967                 added missing file names.
15968
15969 2001-10-30 [paul]       0.6.4claws16
15970
15971         * sync with sylpheed 0.6.4cvs6
15972                 see ChangeLog entries 2001-10-26 to 2001-10-30
15973
15974         * tools/filter_conv.pl
15975                 read folderlist.xml to discover whether the top-level
15976                 folder is called 'Mailbox' or 'Mail' 
15977
15978 2001-10-29 [paul]       0.6.4claws15
15979
15980         * src/html.c, src/textview.c
15981                 activate links in html mail and fix clickable parts
15982                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15983
15984 2001-10-29 [paul]
15985
15986         * po/de.po, po/es.po, po/pt_BR/po
15987                 updated translations, submitted by Jens Oberender,
15988                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15989
15990 2001-10-29 [darko]      0.6.4claws14
15991
15992         * src/compose.c
15993                 fix wrapping for good
15994
15995 2001-10-29 [darko]
15996
15997         * src/compose.c
15998                 undo previous change as it broke the smart wrapping
15999
16000 2001-10-29 [darko]      0.6.4claws13
16001
16002         * src/compose.c
16003                 fix infinite loop when long URL is quoted
16004                 (closes bug #475122.
16005
16006 2001-10-28 [match]
16007
16008         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
16009                 import Mutt address book
16010         * src/ldif.[ch] src/importldif.h
16011                 modified import LDIF handle user attributes
16012
16013 2001-10-28 [christoph]  0.6.4claws12
16014
16015         * src/summaryview.c
16016                 fixed that filtering did not work if there
16017                 were no filter rules
16018                 (closes bug #472003 and better implementation
16019                  of patch #474644)
16020
16021 2001-10-27 [christoph]  0.6.4claws11
16022
16023         * src/compose.c
16024                 make the folder's default account to be used when
16025                 replying. (patch by wwp <subscript@free.fr>)
16026         * src/compose.c
16027                 code cleanup, nearly killed all of wwp's patch
16028                 for folder's default account in compose
16029         * src/folderview.c
16030                 error panel when a folder could not be created
16031                 (closes bug #471080 new folder name & already
16032                  existing file)
16033
16034 2001-10-26 [alfons]
16035
16036         * src/utils.h
16037                 change prototype of strstr2() that Christoph forgot about
16038
16039 2001-10-26 [christoph]  0.6.4claws10
16040
16041         * src/account.c
16042                 made search for accounts by email address not case
16043                 sensitive
16044         * src/folder.c
16045                 fixed memory leak in folder_item_get_identifier
16046         * src/gtkspell.c
16047         * src/utils.c
16048                 fixed wrong strstr2 (should work like strstr)
16049
16050 2001-10-26 [darko]      0.6.4claws9
16051
16052         * src/compose.c src/gtkstext.[ch]
16053         * src/gtkstext.c
16054                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16055
16056 2001-10-26 [paul]       0.6.4claws8
16057
16058         * src/html.c
16059                 ignore css and javascript tags in html mail
16060                 case-insensitive, with or without double-quoted
16061                 strings
16062
16063 2001-10-26 [paul]       0.6.4claws7
16064
16065         * sync with sylpheed 0.6.4cvs1
16066                 see ChangeLog entry 2001-10-26
16067
16068         * src/prefs_account.c, src/prefs_common.c,
16069           src/prefs_summary_column.c
16070                 minor improvements to the English
16071
16072 2001-10-25 [alfons]     0.6.4claws6
16073
16074         * src/gtkstext.c
16075         
16076                 make GtkSText follow style of GtkText (closes bug 
16077                 #469211 "text selection while writing message")
16078                 
16079                 do sync with GTK 1.2.10
16080
16081 2001-10-25 [paul]       0.6.4claws5
16082
16083         * src/html.c
16084                 ignore css tags in html mail
16085
16086 2001-10-25 [darko]      0.6.4claws4
16087
16088         * src/compose.c
16089                 don't declare is_url_string as static function since
16090                 we need it in gtkstext.c
16091         * src/gtkstext.c
16092                 remove unused variable
16093                 don't wrap long URLs while composing a message
16094
16095 2001-10-24 [christoph]  0.6.4claws3
16096
16097         * src/socket.c
16098                 fix ssl deadlock, when peer closes connection
16099
16100 2001-10-24 [paul]       0.6.4claws2
16101
16102         * src/prefs_common.c
16103                 gettextize the gpg ascii-armored warning message
16104
16105         * src/compose.c
16106                 insert a DOS/MAC file into the composed message
16107                 (improvements)
16108
16109         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16110
16111 2001-10-22 [paul]       0.6.4claws1
16112
16113         * sync with sylpheed 0.6.4 release
16114                 see ChangeLog entries 2001-10-21
16115
16116         * po/fr.po, po/pt_BR.po
16117                 updated by Melvin Hadasht and Fabio Junior Beneditto
16118
16119 2001-10-21 [paul]       0.6.3claws30
16120
16121         * src/compose.c
16122                 insert a DOS text file from the compose window
16123                 into the composed message text (removes CRs characters)
16124                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16125
16126         * tools/filter_conv.pl, tools/README
16127                 automatically use ~/.sylpheed as working directory
16128                 print out confirmation message on completion
16129
16130         * correct Hoa's last ChangeLog.claws entry
16131
16132 2001-10-20 [hoa]        0.6.3claws29
16133
16134         * src/grouplistdialog.c
16135                 bugfix (another ?) to give the right
16136                 newsgroups list for each news server.
16137
16138         * src/news.c
16139         * src/news.h
16140                 improve the newsgroups list cache
16141
16142 2001-10-20 [paul]       0.6.3claws28
16143
16144         * sync with sylpheed 0.6.3cvs9
16145                 see ChangeLog entry 2001-10-19
16146
16147         * correct Alfons' last ChangeLog.claws entry
16148
16149 2001-10-19 [alfons]
16150
16151         * src/pgptext.[ch]
16152                 fix compilation problems (part of bug #472895)
16153
16154 2001-10-18 [hoa]        0.6.3claws27
16155
16156         * src/grouplistdialog.c
16157                 bugfix when we refresh was clicked (bug 472701)
16158
16159 2001-10-19 [christoph]  0.6.3claws26
16160
16161         * src/compose.c
16162                 last header entry should default to "To:" or
16163                 "Newsgroups:" and not copy the last entry line
16164                 in a new compose window
16165                 (closes bug #472686, #470792)
16166
16167 2001-10-19 [paul]       0.6.3claws25
16168
16169         * sync with Sylpheed 0.6.3cvs8
16170                 see ChangeLog entries 2001-10-18 and 2001-10-19
16171
16172 2001-10-18 [christoph]  0.6.3claws24
16173
16174         * src/procmsg.c
16175                 reimplement ignore thread
16176         
16177 2001-10-18 [hoa]        0.6.3claws23
16178
16179         * src/folderview.c
16180         * src/grouplistdialog.[ch]
16181                 enhanced news subscription interface (feature 469113)
16182
16183         * src/news.c
16184         * src/news.h
16185                 enchanced newsgroup listing,
16186                 now, we can get groups informations
16187                 (NNTPGroupInfo)
16188
16189 2001-10-18 [paul]       0.6.3claws22
16190
16191         * src/summaryview.c
16192                 remove comment (sync with main branch)
16193         * src/mainwindow.c
16194                 fix 'Re-edit' bug in 'Message' menu
16195
16196 2001-10-17 [christoph]  0.6.3claws21
16197
16198         * src/compose.c
16199                 ignore empty or whitespace only header lines
16200
16201 2001-10-17 [paul]       0.6.3claws20
16202
16203         * sync with sylpheed 0.6.3cvs7
16204                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16205                 2001-10-17
16206
16207 2001-10-17 [darko]
16208
16209         * src/compose.c
16210                 wrap long lines without spaces
16211                 don't wrap URLs
16212
16213 2001-10-16 [paul]
16214
16215         * po/es.po, po/nl.po, po/pt_BR.po
16216                 updated by Ricardo Mones Lastra, Alfons,
16217                 and Fabio Junior Beneditto
16218
16219         * sylpheed-0.6.3claws released
16220
16221 2001-10-15 [melvin] 0.6.3claws18
16222
16223         * README.claws
16224                 added summary and detailed installation instructions
16225                 for spell checker
16226         * po/fr.po
16227                 Updated, corrected and completed french translation
16228
16229 2001-10-15 [hoa] 0.6.3claws17
16230         * src/grouplistdialog.c
16231                 we can choose the newsgroups to display with wildcards
16232
16233 2001-10-15 [christoph]  0.6.3claws16
16234
16235         * src/account.c
16236         * src/compose.c
16237         * src/prefs_folder_item.[ch]
16238                 applied wwp <subscript@free.fr>'s folder
16239                 default account patch
16240         * po/de.po
16241                 Fixed wrong translation
16242
16243 2001-10-13 [alfons, christoph, melvin]  
16244                         0.6.3claws15
16245
16246         solution #2 to solve MT-safety problems defers all GUI related calls
16247         to the main thread using a gtk_idle_add() callback. discussed on
16248         ircnet #sylpheed, with christoph spotting some issues with the
16249         original code, and melvin allowing us to lobotomize his sylpheed.
16250
16251         * src/syldap.[ch], src/main.c
16252                 fix race problem in ldap search thread by deferring GUI 
16253                 stuff to main thread using gtk_idle_add()
16254
16255 2001-10-13 [paul]       0.6.3claws14
16256
16257         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16258                 add Sergey's smtpcred.patch
16259                 adds separate username/password setting for SMTP Auth
16260                 needed by some servers
16261                 (closes feature request #471659)
16262
16263 2001-10-13 [paul]       0.6.3claws13
16264
16265         * src/pgptext.[ch] **NEW FILES**
16266         * src/Makefile.am, src/messageview.c, src/mimeview.c
16267                 decrypt ascii-armored gpg text embedded in
16268                 the message body.
16269                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16270
16271 2001-10-13 [christoph]  0.6.3claws12
16272
16273         * README.claws
16274                 some more details on default to and
16275                 feature requests
16276         * src/main.c
16277                 init glib threading when ldap is used
16278         * src/syldap.c
16279                 threading fixes
16280         * po/de.po
16281                 fixed a typo
16282
16283 2001-10-12 [paul]       0.6.3claws11
16284
16285         * src/prefs_common.[ch], src/rfc2015.c
16286                 enable ascii-armored gpg text to be embedded in the
16287                 message body, selectable through the 'Privacy'
16288                 preferences. Supports encrypting only.
16289                 Submitted by Ravemax <ravemax@dextrose.com>
16290
16291 2001-10-12 [paul]       0.6.3claws10
16292
16293         * sync with sylpheed 0.6.3cvs6
16294                 see ChangeLog entries 2001-10-11 and 2001-11-12
16295
16296         * src/folderview.c
16297                 incorporated mbox folders, scoring, and folder
16298                 properties into the sync
16299
16300 2001-10-12 [darko]      0.6.3claws9
16301
16302         * README.claws
16303                 describe quotation wrapping
16304         * src/compose.c
16305                 don't treat tab as space to calculate line length properly
16306
16307 2001-10-11 [alfons]
16308
16309         * README.claws
16310                 correct description of how to make new filtering system work,
16311                 add some other things
16312                 
16313         * src/syldap.c
16314                 remove sched_yield() (not necessary / unportable)
16315
16316 2001-10-11 [paul]       0.6.3claws8
16317
16318         * sync with sylpheed 0.6.3cvs3
16319                 see ChangeLog entry 2001-10-10
16320
16321 2001-10-10 [christoph]  0.6.3claws7
16322
16323         * .cvsignore
16324                 ignore 2 files created by newer autotools
16325         * src/prefs_folder_item.c
16326                 using table for widget alignment
16327                 fixed memory leak and broken octal display
16328         * src/filesel.c
16329                 fixed segfault caused by lost filename
16330                 workaround (closes bug #469551)
16331
16332 2001-10-10 [paul]       0.6.3claws6
16333
16334         * sync with sylpheed 0.6.3cvs2
16335                 see ChangeLog entries 2001-10-09 and 2001-10-10
16336
16337 2001-10-10 [darko]      0.6.3.claws5
16338
16339         * src/gtkstext.c
16340                 proper calculation of right margin if smart wrapping is enabled
16341         * src/compose.c
16342                 automatically wrap long lines if wrap quotation is enabled
16343
16344 2001-10-09 [alfons]     0.6.3.claws4
16345
16346         * src/summaryview.c
16347                 select correct row when deleting last row in the summary view (and
16348                 close bug "[ #469104 ] select second last in list when deleting")
16349
16350 2001-10-09 [paul]       0.6.3claws3
16351
16352         * sync with sylpheed 0.6.3cvs1
16353                 updated some autotool scripts
16354
16355 2001-10-09 [darko]      0.6.3claws2
16356
16357         * src/gtkstext.[ch]
16358                 new name and mark with Sylpheed comment
16359         * src/compose.c
16360                 smart quotation wrapping a-la VIM
16361
16362 2001-10-08 [paul]       0.6.3claws1
16363
16364         * sync with sylpheed 0.6.3 release
16365                 see ChangeLog entry 2001-10-08
16366
16367 2001-10-08 [paul]       0.6.2claws24
16368
16369         * src/summaryview.c
16370                 more sync with sylpheed 0.6.2cvs12
16371                 Fixed the bug that didn't select the last row correctly
16372
16373
16374 2001-10-07 [paul]       0.6.2claws23
16375
16376         * sync with sylpheed 0.6.2cvs12
16377                 see ChangeLog entry 2001-10-07
16378
16379 2001-10-06 [match]
16380         * src/jpilot.[ch]
16381                 enable jpilot to read unsynch'ed addresses.
16382
16383         * src/editldap_basedn.c
16384                 fix segfault when opening dialog.
16385
16386 2001-10-06 [alfons]     0.6.2.claws22
16387
16388         * src/summaryview.c
16389                 fix bug with summary view selecting last *inserted*
16390                 node instead of last *visible* node. remember we
16391                 work with a tree
16392
16393 2001-10-06 [paul]       0.6.2claws21
16394
16395         * po/pt_BR.po
16396                 updated translation, contains some fixes and new
16397                 translations, submitted by Gustavo Noronha Silva
16398                 <kov@debian.org>
16399
16400         * src/prefs_common.c
16401                 change 'each' to 'every' - fix dubious English
16402
16403         * sync with sylpheed 0.6.2cvs11
16404
16405 2001-10-05 [alfons]     0.6.2claws20
16406
16407         * src/mainwindow.[ch], src/folderview.c
16408                 make composite tool button switch between "Compose News"
16409                 and "Compose Mail" depending on selected folder
16410                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16411
16412 2001-10-05 [paul]       0.6.2claws19
16413
16414         * src/mainwindow.c, src/summaryview.c
16415                 fix 'Message/Reply to all', broken in last commit
16416
16417         * src/compose.c
16418                 fix X_BEENTHERE seg fault, thanks to Alfons
16419
16420 2001-10-04 [paul]       0.6.2claws18
16421
16422         * src/compose.[ch], src/mainwindow.c
16423                 make "Message/Reply" reply to mailing lists; matches
16424                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16425                 based on portions of the patch submitted by
16426                 Junichi Uekawa <dancer@netfort.gr.jp>
16427
16428 2001-10-04 [darko]      0.6.2claws17
16429
16430         * src/compose.c
16431                 better smart wrapping
16432         * src/gtkstext.[hc]
16433                 a function to make text buffer contiguous
16434
16435 2001-10-03 [paul]       0.6.2claws16
16436
16437         * sync with sylpheed 0.6.2cvs10
16438
16439 2001-10-02 [alfons]
16440
16441         * configure.in
16442         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16443                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16444                 references to chinese translations (hope someone picks up
16445                 this)
16446
16447 2001-10-02 [christoph]  0.6.2claws15
16448
16449         * src/compose.c
16450                 fixed non translated header bug
16451         * ChangeLog.claws
16452                 fixed wrong date in alfons last entry ;)
16453
16454 2001-10-02 [alfons]     0.6.2claws14
16455
16456         * src/compose.c, src/prefs_common.[ch]
16457                 add block cursor option
16458
16459 2001-10-02 [paul]       0.6.2claws13
16460
16461         * sync with sylpheed 0.6.2cvs9
16462
16463 2001-09-30 [paul]       0.6.2claws12
16464
16465         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16466                 updated translations
16467
16468         * po/POTFILES.in
16469                 add 'src/importldif.c'
16470
16471         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16472                 added eudora-to-vCard conversion tool
16473                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16474
16475         * sync with sylpheed 0.6.2cvs8
16476
16477 2001-09-30 [paul]
16478
16479         * sylpheed-0.6.2claws released
16480
16481 2001-09-27 [melvin]     0.6.2claws11
16482
16483         * src/gtkspell.c
16484                 fixed crash when using default path (introduced 
16485                 in 0.6.2claws10)
16486                 fixed tiny bug for initial suggestion mode
16487
16488 2001-09-27 [melvin]     0.6.2claws10
16489         
16490         * src/gtkspell.c
16491                 fixed bug where gtkpspell didn't set the path correctly
16492
16493         * README.claws
16494                 added a paragraph about spell checking
16495                 
16496
16497
16498 2001-09-27 [paul]       0.6.2claws9
16499
16500         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16501                 replace '// comments' with '/* comments */' to prevent
16502                 some compiler warnings 
16503
16504         * sync with sylpheed 0.6.2cvs6
16505
16506 2001-09-26 [alfons]     0.6.2claws8
16507
16508         * src/messageview.c
16509                 introduce return receipt request notification again,
16510                 which was lost because of other semantics in 
16511                 procheader_parse() (???)
16512
16513 2001-09-26 [christoph]  0.6.2claws7
16514
16515         * src/compose.c
16516                 replace comments for old code with #if 0
16517                 readded auto cc, bcc and reply-to
16518         * src/prefs_matcher.c
16519         * src/prefs_scoring.c
16520                 removed some definition (was moved to
16521                 prefs.h)
16522
16523 2001-09-26 [paul]       0.6.2claws6
16524
16525         * src/mainwindow.c
16526                 make 'Follow-up and reply to' sensitive
16527
16528         * more sync with sylpheed 0.6.2cvs5
16529
16530 2001-09-25 [melvin]
16531
16532         * 0.6.2claws5
16533
16534         * src/gtkspell.c
16535                 fixed bug for "US-ASCII" introduced by the encoding code
16536
16537 2001-09-25 [paul]
16538
16539         * 0.6.2claws4
16540
16541         * src/prefs_common.[ch], src/summaryview.c
16542                 'next unread msg' 'go to next folder?' dialog can be
16543                 given default behaviour, either always show dialog,
16544                 or assume 'yes', or assume 'no'
16545                 Submitted by wwp <subscript@free.fr>
16546
16547 2001-09-25 [melvin]
16548                 
16549         * src/compose.c src/gtkspell.[ch]
16550                 added support for different encodings
16551
16552 2001-09-25 [paul]
16553
16554         * more sync with sylpheed 0.6.2cvs5
16555
16556 2001-09-24 [alfons]
16557         
16558         * src/prefs_folder_item.c
16559                 add check for item->prefs->default_to string is NULL and
16560                 add another check when freeing this string
16561
16562 2001-09-24 [paul]
16563
16564         * configure.in
16565                 change to version 0.6.2claws3
16566
16567         * sync with sylpheed 0.6.2cvs5 
16568
16569 2001-09-24 [match]
16570         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16571                 import LDIF files.
16572         * src/addrcache.[ch], addrindex.[ch]
16573                 small update for future
16574         * src/addrbook.c
16575                 fix test XML file.
16576
16577 2001-09-24 [melvin]
16578         * src/gtkspell.[ch]
16579                 added 'Learn from mistakes' option
16580                 better handling of quotes in checked words
16581                 sorted dict list
16582         * po/fr.po
16583                 small update for spell checking stuff
16584
16585 2001-09-23 [alfons]
16586         
16587         * src/gtkspell.c
16588                 edit a little bit so it complies more with main coding style
16589
16590 2001-09-23 [alfons]
16591
16592         * src/folder.[ch], prefs_folder_item.c, compose.c
16593                 migrate "request return receipt" folder property
16594                 to folderlist.xml
16595
16596 2001-09-22 [alfons]
16597
16598         * README.claws **NEW**
16599                 (add things of interest for users of main branch 
16600                 and claws here)
16601
16602         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16603                 re-implement threading per folder option, but store 
16604                 the setting in folderlist.xml (where it belongs)
16605
16606 2001-09-21 [melvin]
16607
16608         * src/gtkspell.[ch]
16609                 fixed bug when compose window is under another window
16610         * src/prefs_common.[ch] src/compose.c
16611                 changed 'dictionary_path' to 'dictionary' to be consistent
16612                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16613         * ac/pspell.m4 src/Makefile.am 
16614                 dropped PSPELL_PATH macro
16615         * po/fr.po
16616                 updated translations
16617
16618 2001-09-21 [christoph]
16619
16620         * src/compose.c
16621                 added border around header fields
16622                 keep header type when new field is added
16623
16624 2001-09-20 [christoph]
16625
16626         * src/utils.[ch]
16627                 more portable debug_print with source filename
16628                 and linenumber
16629         * src/procmsg.c
16630                 more newlines after debug messages
16631
16632 2001-09-20 [paul]
16633
16634         * configure.in
16635                 change to version 0.6.2claws2
16636
16637         * sync with sylpheed 0.6.2cvs3
16638
16639 2001-09-19 [melvin]
16640
16641         * src/gtkspell.c
16642                 fixed the post-right-click focus pb
16643                 fixed crash when 'Spell check all' after dict change 
16644                         and when cursor is at the end of the text
16645                 shift-right-click pops up config menu even on misspelled words.
16646         * po/POTFILES.in
16647                 added gtkspell.c
16648
16649 2001-09-19 [melvin]
16650
16651         * src/about.c
16652                 added pspell to compiled-in features list
16653
16654 2001-09-18 [melvin]
16655
16656         * switched to pspell and dropped ispell
16657         * ac/pspell.m4
16658                 new file. autoconf macro for pspell
16659         * ac/Makefile.am 
16660         * configure.in acconfig.h
16661                 added pspell support
16662         * src/Makefile.am
16663         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16664         * src/prefs_common.[ch] 
16665                 added pspell support
16666
16667 2001-09-18 [christoph]
16668
16669         * src/addr_compl.c
16670         * src/template.[ch]
16671                 replace LOG_MESSAGE with debug_print
16672         * src/compose.[ch]
16673                 gui improvements
16674         * src/menu.c
16675                 added newline after debug message
16676         * src/utils.h
16677                 using __VA_ARGS__ for debug_print macro
16678         * tools/.cvsignore
16679                 ignore Makefile and Makefile.in
16680
16681 2001-09-18 [paul]
16682
16683         * configure.in
16684                 change to version 0.6.2claws1
16685         * sync with sylpheed 0.6.2cvs1
16686
16687         * src/matcher.c 
16688         * src/prefs_matcher.c
16689                 add 'score equal to' option, submitted by
16690                 Paul Evans <nerd@freeuk.com>
16691
16692 2001-09-15 [christoph]
16693
16694         * src/mainwindow.c
16695                 comment out menu entry not existing in claws
16696         * src/menu.c
16697                 add debug output for non existing menu entries
16698         * src/summaryview.c
16699                 fix next/prev unread message for ignored threads
16700         * src/utils.[ch]
16701                 add sourcefile and line number to debug output
16702                 otherwise it is sometimes hard to find the
16703                 source code part if debug messages are translated
16704
16705 2001-09-14 [darko]
16706         
16707         * src/folderview.c
16708                 refresh target folder style after colour is changed
16709
16710 2001-09-13 [paul]
16711
16712         * configure.in
16713                 change to version 0.6.1claws3
16714
16715         * sync with sylpheed 0.6.1cvs6
16716
16717 2001-09-13 [darko]
16718         
16719         * src/folderview.c
16720                 fix target folder colourization to use user selected colour
16721
16722 2001-09-12 [darko]
16723         
16724         * src/summaryview.c
16725                 fix crash when message that is marked for copy/move is unmarked
16726
16727 2001-09-09 [paul]
16728
16729         * configure.in
16730                 change to version 0.6.1claws2
16731
16732         * sync with sylpheed 0.6.1cvs3
16733
16734 2001-09-09 [alfons]
16735         
16736         * src/folderview.c
16737                 fix bug with default font used for trash folder text
16738
16739 2001-09-06 [paul]
16740
16741         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16742                 updated translations
16743
16744         * configure.in
16745                 change to version 0.6.1claws1
16746
16747         * sync with sylpheed 0.6.1cvs2
16748
16749 2001-09-03 [paul]
16750
16751         * po/POTFILES.in
16752                 add Match's new addressbook
16753
16754         * po/de.po
16755                 updated translation submitted by Jens Oberender
16756
16757 2001-09-02 [paul]
16758
16759         * configure.in
16760                 change to 0.6.1claws
16761         * sync with sylpheed 0.6.1 release
16762
16763 2001-09-02 [paul]
16764
16765         * configure.in
16766                 change to 0.6.0claws2
16767
16768         * sync with sylpheed 0.6.0cvs4
16769
16770         * po/pt_BR.po
16771                 updated translation submitted by Fabio Junior Beneditto
16772
16773 2001-09-01 [match]
16774         * pixmaps/
16775                 interface.xpm
16776                 book.xpm
16777                 address.xpm
16778         * src/
16779                 Makefile.am
16780                 a ton of new files
16781
16782 2001-08-31 [paul]
16783
16784         * configure.in
16785                 change to version 0.6.0claws1
16786
16787         * sync with sylpheed 0.6.0cvs1
16788
16789         * po/es.po
16790                 updated translation submitted by Ricardo Mones Lastra
16791
16792         * po/POTFILES.in
16793                 add 'src/prefs_templates.c'
16794
16795         * src/compose.c, src/summaryview.c
16796                 fix segfault on 'Re_edit'               
16797
16798 2001-08-30 [alfons]
16799
16800         * configure.in, Makefile.am
16801         * tools/Makefile.am
16802                 add tools directory to source distribution
16803
16804 2001-08-30 [paul]
16805
16806         * configure.in
16807                 change to version 0.6.0claws
16808
16809         * sync with sylpheed 0.6.0 release
16810
16811 2001-08-30 [christoph]
16812
16813         * configure.in
16814                 removed autoconf version check
16815
16816 2001-08-30 [paul]
16817
16818         * src/account.c, src/compose.c, src/prefs_common.[ch]
16819         * src/procheader.[ch] src/utils.[ch]
16820                 Enhanced automatic account selection on replies
16821                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16822
16823         * configure.in
16824                 add LDAP and JPilot to the configuration results output.
16825
16826 2001-08-29 [christoph]
16827
16828         * src/summeryview.c
16829                 no bold font for ignored threads
16830
16831 2001-08-29 [paul]
16832
16833         * configure.in
16834                 change to version 0.5.3claws6
16835
16836         * sync with sylpheed 0.5.3cvs10
16837                 src/stringtable.[ch]: New Files
16838
16839         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16840         * src/pixmaps/sylpheed.xpm
16841                 add mini-icons to windows (by Alfons)
16842
16843 2001-08-27 [paul]
16844
16845         * src/mainwindow.c
16846                 new functions: next_labeled_cb(), prev_labeled_cb()
16847
16848         * src/summaryview.c
16849                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16850                 summary_select_next_labeled(), summary_select_prev_labeled()
16851
16852         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16853                 give claws blue folders and a blue trash can
16854
16855 2001-08-27 [paul]
16856
16857         * configure.in
16858                 change to version 0.5.3claws5
16859
16860         * sync with sylpheed 0.5.3cvs9
16861                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16862
16863 2001-08-24 [christoph]
16864
16865         * src/filesel.c
16866                 keep filename when browsing directories
16867                 (not working for user entered filename, but
16868                  for default name and selected filename from
16869                  file list)
16870         * src/mainwindow.c
16871                 fixed wrong spelling "Folllow-up"
16872         * src/mbox_folder.c
16873         * src/procmsg.c
16874         * src/summaryview.c
16875                 fixed new/unread message count with ignored
16876                 threads (2 commits, first didn't notice no
16877                 longer needed decreasing)
16878         * src/inc.c
16879                 readded scrolling of progress dialog
16880                 (lost in sync)
16881
16882 2001-08-24 [paul]
16883
16884         * configure.in
16885                 change to 0.5.3claws4
16886
16887         * sync with sylpheed 0.5.3cvs7
16888
16889 2001-08-24 [christoph]
16890
16891         * src/compose.c
16892                 set request return receipt when replying
16893                 if it is set is the folder prefs of the
16894                 message
16895         * src/inc.c
16896                 disable final error popup if popups are
16897                 disabled in config (again)
16898
16899 2001-08-23 [paul]
16900
16901         * configure.in
16902                 Change version number to 0.5.3claws3
16903
16904         * sync with sylpheed 0.5.3cvs5
16905
16906         * src/mimeview.c
16907                 double quote '%s' in 'gedit %s' to fix bug when
16908                 opening attachment with spaces in the name
16909
16910 2001-08-22 [alte]
16911         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16912           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16913                 initial message templates support
16914
16915
16916 2001-08-22 [paul]
16917
16918         * configure.in
16919                 change version number to 0.5.3claws2
16920
16921         * sync with sylpheed 0.5.3cvs4
16922
16923         * src/procmsg.h src/summaryview.c
16924                 re-implement (un)ignore thread
16925
16926 2001-08-21 [paul]
16927
16928         * src/summaryview.c
16929                 remove unnecessary code
16930         * src/compose.c
16931                 enable 'dynamic' signatures (submitted by
16932                 Eric Limpens <eric@hscg-internet.nl>)
16933
16934 2001-08-21 [paul]
16935
16936         clean up after sync with sylpheed 0.5.3 release
16937
16938         * src/folderview.c
16939                 fix re-introduced font mess, see Christoph's
16940                 entry 2001-06-24
16941
16942         * src/summaryview.c
16943                 remove prev_msgnum
16944                 use sylpheed's small font instead of
16945                 gtk default font for summary view
16946
16947
16948 2001-08-17 [paul]
16949
16950         * configure.in
16951                 add pl to ALL_LINGUAS - sync with main branch
16952
16953         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16954                 Updated. Translations by Jens Oberender, Ricardo Mones
16955                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16956
16957         * po/pl.po  ** NEW FILE **
16958                 sync with the main branch
16959
16960         * src/folderview.c
16961                 fix target folder colorizing and refresh problem
16962
16963
16964 2001-08-17 [christoph]
16965
16966         * src/mainwindow.c
16967                 claws uses 4 colors for target folder coloring.
16968                 arrays were not long enough and destroyed the
16969                 stack causing a segfault.
16970                 target folder colorizing does not work anymore
16971                 for me
16972
16973 2001-08-16 [paul]
16974
16975         * configure.in
16976                 change to version 0.5.3claws1
16977
16978         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16979           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16980           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16981
16982                 sync with sylpheed 0.5.3 release, but keep claws method of
16983                 configuring/saving fonts
16984
16985         * src/addressbook.[ch]
16986                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16987                 in line with a similar change in Hiroyuki's branch
16988
16989         * src/mainwindow.[ch]
16990                 disable main_window_set_thread_option()
16991         * src/prefs_folder_item.c
16992                 comment out &tmps_prefs.enable_thread,
16993         * src/mbox_folder.c, src/procmsg.[ch]
16994                 comment out MSG_IS_IGNORE_THREAD
16995         * src/summaryview.c
16996                 comment out summary_ignore_thread() and summary_unignore_thread()
16997                 comment out MSG_IS_IGNORE_THREAD
16998
16999                 use Hiroyuki's threading instead.
17000
17001
17002
17003 2001-08-15 [paul]
17004
17005         * src/account.c
17006                 use Hiroyuki's 0.5.3 column scheme but also
17007                 include the enable/disable button.
17008         * src/pixmaps/mark.xpm
17009                 add Hiroyuki's amended pixmap
17010
17011 2001-08-13 [christoph]
17012
17013         * src/account.c
17014                 receive at get all column showed wrong state for APOP
17015                 button should only work for POP3 and APOP accounts
17016         * src/prefs_account.c
17017                 added missing preprocessor statement for SSL
17018
17019 2001-08-12 [paul]
17020
17021         * src/account.[ch]
17022                 add 'receive at get all' column and enable/disable
17023                 button.
17024
17025 2001-08-06 [christoph]
17026
17027         * src/account.c
17028                 show usage of SSL in protocol column
17029
17030         * src/imap.c
17031         * src/inc.c
17032                 renamed ssl options
17033
17034         * src/prefs_account.[ch]
17035                 moved ssl options to a new page
17036
17037         * src/send.c
17038         * src/smtp.c
17039         * src/ssl.[ch]
17040                 renamed ssl options
17041                 added support for SMTP STARTTLS command
17042
17043 2001-08-05 [christoph]
17044
17045         * configure.in
17046                 debian autoconf needs version check to find
17047                 correct autoconf version. if the file is
17048                 named configure.in 2.13 is used, which does
17049                 not work with this configure.in script.
17050                 other solution would be to rename the script
17051                 to configure.ac as suggested in the autoconf
17052                 manual.
17053
17054         * src/inc.c
17055                 disable final error popup if popups are
17056                 diabled in config
17057
17058         * src/socket.c
17059                 bugfix in ssl_gets
17060                 fixes IMAP over SSL problem
17061
17062 2001-08-03 [paul]
17063
17064         * configure.in
17065                 change to 0.5.2claws1
17066
17067         * sync with sylpheed 0.5.2cvs1
17068
17069 2001-08-02 [alfons]
17070
17071         * configure.in
17072                 quick fix for ispell detection...
17073
17074 2001-08-01 [paul]
17075
17076         * configure.in
17077                 change to 0.5.1claws4
17078
17079         * sync with sylpheed 0.5.1cvs7
17080
17081 2001-07-31 [alfons]
17082
17083         * src/prefs_common.c, src/prefs_common.h, 
17084           src/gtkspell.c, src/gtkspell.h
17085                 add global spelling checker settings (compose tab) +
17086                 selection of dictionary 
17087           
17088         * configure.in  
17089                 guess valid ispell location
17090
17091 2001-07-31 [paul]
17092
17093         * po/POTFILES.in
17094                 removal of 'src/quote_fmt_parse.c'
17095         * po/de.po
17096                 Updated de.po
17097                 (submitted by Jens Oberender <didge@suse.de>)
17098
17099 2001-07-31 [darko]
17100
17101         * src/folder.[ch]
17102         * src/folderview.[ch]
17103         * src/mainwindow.c
17104         * src/mh.c
17105         * src/prefs_common.[ch]
17106         * src/summaryview.c
17107                 target folder colourization
17108
17109 2001-07-30 [paul]
17110
17111         more sync with Sylpheed 0.5.1cvs6 
17112
17113 2001-07-30 [darko]
17114
17115         * src/mh.c
17116         * src/prefs_folder_item.[hc]
17117         * src/summaryview.c
17118                 shared folders support with a GUI
17119
17120 2001-07-29 [paul]
17121
17122         0.5.1claws3
17123
17124         * sync with Sylpheed 0.5.1cvs6
17125
17126 2001-07-29 [paul]
17127
17128         * po/pt_BR.po
17129                 updated
17130                 (submitted by Fabio Junior Beneditto)
17131
17132 2001-07-28 [paul]
17133
17134         * src/procmime.c
17135         * AUTHORS
17136                 patch to correct bad image mime headers
17137                 (submitted by Don Quijote <dq@searchlores.org>)
17138
17139 2001-07-28 [paul]
17140
17141         * tools/gif2xface.pl   **NEW FILE**
17142         * tools/README
17143                 script to convert file.gif to file.xface for
17144                 use in a custom header.
17145                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17146
17147 2001-07-27 [alfons]
17148         
17149         * configure.in
17150                 change macros for detecting JPilot and LDAP
17151
17152 2001-07-27 [christoph]
17153
17154         * src/filtering.c
17155                 code cleanup (MIN / MAX warning, needed casting)
17156
17157 2001-07-27 [alfons]
17158
17159         * procheader.c
17160                 disallow setting flags when detecting certain headers
17161                 (X-Status, Status, Seen, X-Seen). 
17162         
17163         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17164
17165 2001-07-27 [christoph]
17166
17167         * src/prefs_filter.c
17168         * src/prefs_filtering.c
17169         * src/prefs_matcher.c
17170         * src/prefs_scoring.c
17171                 scroll list when moving rows up or down
17172
17173         * src/imap.c
17174         * src/imap.h
17175         * src/prefs_account.c
17176         * src/prefs_account.h
17177         * src/send.c
17178                 SMTP over SSL (untested, feedback requested)
17179                 IMAP over SSL
17180
17181         * src/ssl.c
17182                 code cleanup
17183
17184 2001-07-26 [alfons]
17185         
17186         * configure.in, acconfig.h
17187                 define CLAWS (need this for main / claws detection)
17188
17189 2001-07-25 [alfons]
17190
17191         * configure.in
17192                 Sylpheed 0.5.1claws2
17193                 
17194         * sync with Sylpheed 0.5.1cvs4
17195
17196 2001-07-25 [christoph]
17197
17198         * src/scoring.c
17199                 fixed segfault
17200                 item->prefs == NULL (don't know why)
17201
17202 2001-07-25 [alfons]
17203
17204         * configure.in
17205                 Sylpheed 0.5.1claws1
17206
17207         * sync with Sylpheed 0.5.1cvs1-3
17208
17209 2001-07-24 [christoph]
17210
17211         * src/folderview.c
17212         * src/prefs_folder_item.[ch]
17213                 added folderitem preferences dialog with
17214                 default To: and auto request return receipt
17215
17216         * src/compose.[ch]
17217         * src/menu.[ch]
17218                 changes to handle new folderitem preferences
17219
17220         * src/mainwindow.c
17221         * src/summaryview.c
17222                 call compose new mail with current folderitem
17223
17224 2001-07-24 [alfons]
17225
17226         Release Sylpheed 0.5.1claws
17227
17228         * configure.in
17229                 change to release version 0.5.1claws
17230
17231 2001-07-24 [christoph]
17232
17233         * src/summaryview.c
17234                 fixed segfault that happend when the selected
17235                 message was removed while retrieving new messages.
17236
17237         * po/es.po
17238                 updated translation
17239                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17240
17241 2001-07-22 [alfons]
17242
17243         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17244         this is a work in progress, for more information: http://nlpagan.net/sylman 
17245         
17246         * configure.in, src/mainwindow.c, manual/Makefile.am
17247                 add support for English manual
17248
17249         * AUTHORS
17250                 add authors of user manuals
17251
17252         * manual/en/sylpheed*.html
17253                 add English documentation
17254
17255 2001-07-22 [christoph]
17256
17257         * po/POTFILES.in
17258                 added src/ssl.c
17259         * src/ssl.c
17260                 changed a wrong debug message
17261
17262 2001-07-22 [alfons]
17263
17264         * po/nl.po
17265                 update Dutch translation
17266
17267         * src/prefs_filtering.c, 
17268           src/prefs_matcher.c
17269                 add more translatable strings           
17270
17271 2001-07-21 [alfons]
17272
17273         0.5.0claws7
17274
17275         * configure.in
17276                 change version
17277
17278         * src/inc.c, src/summaryview.[ch]
17279                 prevent update of mark file when filtering has done, by
17280                 using a variable; this affects two functions:
17281                         inc.c::inc_finished()
17282                         summaryview.c::summary_show()
17283
17284 2001-07-20 [alfons]
17285
17286         * src/filtering.[ch], src/prefs_filtering.c, 
17287           src/matcher.[ch]
17288                 add filtering action for label coloring 
17289
17290         * po/POTFILES.in
17291                 add labelcolors.c
17292
17293         * added src/labelcolors.c
17294         * added src/labelcolors.h
17295         * src/Makefile.am, src/summaryview.c
17296                 rearrange label coloring code
17297
17298         * src/procmsg.h
17299                 add more parentheses so label colouring works correctly
17300
17301         * src/filtering.c
17302                 don't really delete message, but move it to Trash
17303
17304         * src/prefs_matcher.c
17305                 add quote options to info dialog
17306
17307 2001-07-20 [christoph]
17308
17309         * src/Makefile.am
17310         * src/inc.c
17311         * src/main.[ch]
17312         * src/socket.h
17313         * src/ssl.[ch] (new)
17314                 moved ssl stuff to a seperate file
17315
17316 2001-07-20 [darko]
17317
17318         * src/summaryview.c
17319                 fix show sender using address book with no e-mail
17320                 address in From: field
17321
17322 2001-07-19 [alfons]
17323
17324         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17325                 fix messy handling of escaping... now at least the
17326                 execute command is useful. escape char is '\', we
17327                 accept \n and \r too. 
17328
17329                 Real life example:
17330                 
17331                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17332                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17333
17334 2001-07-18 [alfons]
17335
17336         0.5.0claws6
17337
17338         * src/summaryview.c
17339                 clean up
17340
17341         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17342           src/procmsg.[ch]
17343                 revise filtering; currently move, copy, marking have
17344                 been tested. if you like bleeding edge stuff, you
17345                 should definitely go for this version :)
17346
17347         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17348
17349 2001-07-17 [christoph]
17350
17351         * src/utils.c
17352                 timestamp log
17353
17354 2001-07-17 [alfons]
17355
17356         0.5.0claws5
17357
17358         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17359           bits in the mark file, without affecting either branch. Lots of
17360           files changed, also in claws branch.
17361
17362           UNTESTED: use of mbox folders
17363
17364         * src/summaryview.c
17365                 added mark all read; however this was a quick hack used for
17366                 cleaning up mess after initial merge with Hiroyuki
17367
17368         * configure.in
17369                 change claws version number back to 0.5.0claws5 to clear up 
17370                 confusion & pretension (recent release was technically 
17371                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17372
17373 2001-07-16 [alfons]
17374
17375         sync with Hiroyuki's 0.5.0cvs4
17376
17377 2001-07-16 [alfons]
17378
17379         0.5.1claws3
17380
17381         * src/filtering.[ch]
17382                 remove invalid updating of mark files for 
17383                 filter actions MATCHING_ACTION_MOVE and 
17384                 MATCHING_ACTION_DELETE; this should fix the
17385                 folder update bug
17386                 
17387         * src/procmsg.c
17388                 revert Christoph's stab at fixing the folder 
17389                 update bug
17390
17391         * po/POTFILES.in
17392                 add missing files with translatable strings
17393
17394         * src/summaryview.c
17395                 remove debug print
17396
17397 2001-07-15 [alfons]
17398
17399         * src/addr_compl.[ch], src/prefs_filtering.c
17400                 make "filtering pref dialog's destination entry" an
17401                 "address completable entry", if filter destination is 
17402                 an email address
17403
17404         0.5.1claws2
17405         
17406         sync with Hiroyuki's 0.5.0cvs2-3
17407
17408 2001-07-15 [christoph]
17409
17410         * src/procmsg.c
17411                 fixed folder stats update after incorporation
17412
17413 2001-07-15 [alfons]
17414
17415         * src/summaryview.c
17416                 * finish label colouring stuff (for now)
17417                 * fix incorrect colour bug (off by one) 
17418
17419 2001-07-14 [alfons]
17420
17421         * src/mainwindow.c
17422                 change text labels for news and mail message so there's
17423                 plenty of toolbar estate left
17424
17425         * configure.in
17426                 0.5.1claws1
17427
17428         * src/folderview.c
17429           src/folder.[ch]
17430                 sync with Hiroyuki's 0.5.0cvs1
17431
17432         * src/summaryview.c
17433                 more rewrite label colouring
17434
17435 2001-07-14 [alfons]
17436
17437         * src/summaryview.[ch]
17438                 * start rewrite label colouring 
17439                 * fix proper location "Add Sender To Addressbook" menu item
17440
17441 2001-07-13
17442
17443         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17444         (actually this is 0.5.0claws4)
17445
17446 2001-07-13 [alfons]
17447
17448         * po/pt_BR.po
17449                 * fix duplicate message
17450                 * add updated Portugese / Brazilian translation
17451                   submitted by Fabio Junior Beneditto
17452
17453 2001-07-12 [alfons]
17454
17455         * AUTHORS
17456                 add Jens
17457
17458         * po/nl.po
17459                 add updated Dutch translation
17460
17461         * po/de.po
17462                 add updated German translation submitted by Jens
17463
17464 2001-07-11 [alfons]
17465
17466         Prerelease before 0.5.0claws. Please test.
17467         This version is temporarily tagged as VERSION_0_5_0_TEST
17468
17469         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17470           src/prefs_scoring.c, src/prefs_matcher.c, 
17471           src/prefs_filtering.c, src/mbox.c, 
17472           src/main.c, src/inc.c, src/filtering.[ch]
17473                 revert new Hoa's new matcher (does not work yet)
17474
17475         * src/Makefile.am
17476                 clean up
17477
17478 2001-07-10
17479
17480         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17481
17482
17483 2001-07-10 [alfons]
17484
17485         * Makefile.am
17486                 add ChangeLog.claws to EXTRA_DIST
17487         * src/Makefile.am
17488                 add matcher_parser_parse.h to EXTRA_DIST
17489
17490 2001-07-10 [christoph]
17491
17492         * src/inc.c
17493                 add destination folder to table of
17494                 folders that need to be updated after
17495                 incorporation
17496
17497 2001-07-10 [alfons]
17498
17499         * folder.[ch]
17500           folderview.c
17501                 make collapse state of folders and folder items persistent, i.e.
17502                 if you collapse a folder tree, the next time sylpheed-claws starts 
17503                 up the folder tree remains collapsed.  
17504                 
17505 2001-07-10 [christoph]
17506
17507         * acconfig.h
17508         * configure.in
17509                 added --enable-ssl
17510         * src/md5.[ch]
17511                 renamed MD5_CTX to MD5_CTX_syl
17512                 conflicts with a struct in openssl
17513         * src/inc.c
17514         * src/main.[ch]
17515         * src/prefs_account.[ch]
17516         * src/socket.[ch]
17517                 SSL support for POP
17518         * src/mainwindow.c
17519                 fixed compose with current account
17520                 broken by new compose button stuff
17521
17522 2001-07-09 [hoa]
17523
17524         * AUTHORS
17525                 changed my email address
17526
17527         * src/matcher_parser_parse.y
17528                 clean the parser to remove conflicts
17529
17530 2001-07-09 [alfons]
17531
17532         * AUTHORS
17533                 add Match Grun
17534
17535         * configure.in
17536                 fix incorrect description of --enable-ldap parameter
17537
17538         * src/prefs_common.[ch]
17539           src/compose.c
17540                 add experimental option "smart wrapping" which makes the
17541                 compose editor auto wrap.
17542                 
17543                 | TODO: the problem with the buggy cursor handling is caused |
17544                 | by the GtkText. when deleting / backspacing text its       |
17545                 | wrapping algorithm does not take in account the previous   |
17546                 | line. should find a way to hack this in.                   |
17547                 | or should perhaps combine this with the word wrapping      |
17548                 | patch i wrote in january.                                  |
17549
17550         * src/about.c
17551                 show build parameters for LDAP and JPilot
17552
17553         * src/summaryview.c
17554                 revert Christoph's bugfix for selecting next unread message, 
17555                 because folder stats aren't updated correctly
17556
17557 2001-07-08 [hoa]
17558
17559         * src/filtering.c
17560         * src/mainwindow.c
17561         * src/matcher.c
17562         * src/matcher_parser_lex.l
17563         * src/matcher_parser_parse.y
17564         * src/prefs_filtering.c
17565         * src/prefs_scoring.c
17566         * src/scoring.c
17567                 bugfix of the config file parser
17568
17569 2001-07-08 [alfons]
17570
17571         * src/Makefile.am
17572                 added generated matcher sources to BUILT_SOURCES
17573
17574 2001-07-08 [hoa]
17575
17576         * src/Makefile.am
17577         * src/.cvsignore
17578                 added new config file parser
17579
17580         * src/scoring.[ch]
17581         * src/filtering.[ch]
17582         * src/matcher.[ch]
17583         * src/prefs_filtering.c
17584         * src/prefs_matcher.c
17585         * src/prefs_scoring.c
17586         * added src/matcher_parser.h
17587         * added src/matcher_parser_lex.h
17588         * added src/matcher_parser_lex.l
17589         * added src/matcher_parser_parse.y
17590                 lex & yacc config file parser
17591
17592         * src/mbox.c
17593         * src/inc.c
17594         * src/main.c
17595                 changes prefs_filtering into global_filtering           
17596
17597         * src/summaryview.c
17598                 build threads with subjects only if "Re: " is at the
17599                 beginning of the subject
17600
17601 2001-07-07 [paul]
17602
17603         0.5.0claws
17604
17605         sync with sylpheed 0.5.0
17606                 change of version number only
17607
17608 2001-07-06 [paul]
17609
17610         0.5.0claws5
17611
17612         sync with sylpheed 0.5.0pre5
17613
17614 2001-07-05 [paul]
17615
17616         sync with sylpheed 0.5.0pre4 release
17617                 /po and /manual/ja not sync'ed
17618
17619 2001-07-04 [paul]
17620
17621         more sync with sylpheed 0.5.0pre4
17622
17623 2001-07-03 [christoph]
17624
17625         * src/addressbook.c
17626                 fixed address book broken by address book
17627                 for VCard, JPilot, LDAP
17628
17629 2001-07-03 [alfons]
17630
17631         * src/matcher.c
17632         * src/textview.c
17633                 stopped memory leaks
17634
17635 2001-07-03 [paul]
17636
17637         more sync with sylpheed 0.5.0pre4
17638
17639 2001-07-02 [match]
17640
17641         * included address book patch for VCard, JPilot, LDAP
17642         * pref_common.c - fixed Font options on Display tab (cosmetic)
17643         * alertpanel.c - fixed truncated message
17644
17645 2001-07-02 [christoph]
17646
17647         * src/mbox_folder.c
17648         * src/procmsg.[ch]
17649         * src/summaryview.c
17650                 mark threads for ignoring
17651
17652 2001-07-02 [paul]
17653
17654         0.5.0claws4
17655
17656         * sync with sylpheed 0.5.0pre4
17657                 updated gettext to 0.10.38.
17658
17659 2001-07-01 [paul]
17660
17661         * src/ mainwindow.c
17662         * src/procmsg.h
17663         * src/summaryview.[ch]
17664                 new right-click option: Label.
17665                 substitute for 'Mark-->Mark/Unmark', colours the line.
17666                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17667
17668 2001-07-01 [christoph]
17669
17670         * src/folderview.c
17671                 fixed font for trash
17672         * src/summaryview.c
17673                 move ctree to unread message
17674
17675 2001-07-01 [paul]
17676
17677         * sync with sylpheed 0.5.0pre3 release
17678
17679 2001-06-30 [alfons]
17680
17681         * src/filesel.[ch]
17682         * src/compose.c
17683                 allow inserting / attaching multiple files in
17684                 the composer window
17685
17686 2001-06-30 [paul]
17687
17688         * src/codeconv.c
17689                 small change to Alfons' previous stuff so that it
17690                 actually makes
17691
17692 2001-06-30 [alfons]
17693
17694         * lots of files changed; first attempt to merge the changes
17695           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17696
17697 2001-06-30 [paul]
17698
17699         * po/pt_BR.po
17700                 updated and completed, translations by Fabio
17701                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17702
17703 2001-06-29 [alfons]
17704
17705         * src/compose.c
17706         * src/mimeproc.[ch]
17707                 allow selecting an attached files' mime type from a 
17708                 list of types.
17709
17710 2001-06-29 [paul]
17711
17712         * more sync with sylpheed 0.5.0pre3
17713
17714 2001-06-29 [paul]
17715
17716         * po/pt_BR.po
17717                 merge with sylpheed.pot and pt_BR.po provided by
17718                 Fabio Junior Beneditto.
17719
17720 2001-06-29 [darko]
17721
17722         * src/procmime.c
17723                 make MIME types case insensitive
17724
17725 2001-06-28 [alfons]
17726
17727         * po/nl.po
17728                 merge with sylpheed.pot and old nl.po; translations added.
17729
17730 2001-06-28 [paul]
17731
17732         * more sync with sylpheed 0.5.0pre3
17733
17734 2001-06-27 [alfons]
17735
17736         * src/summaryview.c
17737                 don't crash when removing parent node of messages
17738                 attracted by subject. this was caused by not deleting
17739                 the parent node from the subject line hash table.
17740
17741 2001-06-27 [alfons]
17742
17743         * src/summaryview.c
17744         * src/compose.[ch]
17745         * src/mainwindow.c
17746                 if there are multiple messages selected, allow forwarding
17747                 them as attachments.
17748
17749 2001-06-27 [paul]
17750
17751         * more sync with sylpheed 0.5.0pre3
17752
17753 2001-06-26 [paul]
17754
17755         0.5.0claws3
17756
17757         * sync with sylpheed 0.5.0pre3
17758
17759 2001-06-25 [paul]
17760
17761         * src/mainwindow.c
17762                 fixed 'compose news article' bug
17763                 from icon-and-text toolbar
17764
17765 2001-06-25 [paul]
17766
17767         * sync with sylpheed 0.5.0pre2 release
17768
17769 2001-06-24 [christoph]
17770
17771         * src/prefs_common.c
17772                 bug fix in font selection
17773         * src/folderview.c
17774                 use sylpheed's normal font instead of
17775                 gtk default font for folders without
17776                 new messages
17777
17778 2001-06-24 [alfons]
17779
17780         * src/mainwindow.[ch]
17781                 added composite compose mail / news button (an idea by Leandro
17782                 Pereira <leandro@linuxmag.com.br>)
17783
17784 2001-06-24 [paul]
17785
17786         Added instructions for ldif-to-xml.py
17787
17788         * tools/README
17789
17790 2001-06-23 [alfons]
17791
17792         Some minor things.
17793
17794         * src/pixmaps/stock_news_compose.xpm
17795                 added pixmap by Leandro
17796         * src/prefs_common.c
17797                 tested built-in spelling checker of GCC 3.0 :)
17798         * po/nl.po
17799                 merged dutch translation of sylpheed-main with
17800                 sylpheed.pot
17801
17802 2001-06-23 [paul]
17803
17804         Added tools directory and files.
17805
17806         * tools/filter_conv.pl
17807                 converts old filter system to new filtering system
17808         * tools/ldif-to-xml.py
17809                 converts netscape addressbook to sylpheed addressbook
17810         * tools/README
17811                 descriptions/instructions for above two files
17812
17813 2001-06-23 [christoph]
17814
17815         * src/inc.c
17816         * src/manage_window.[ch]
17817         * src/prefs_common.[ch]
17818                 mail retrieval dialog can be enabled, disabled
17819                 or hidden if non of sylpheed's windows is active
17820
17821 2001-06-22 [paul]
17822
17823         0.5.0claws2
17824
17825         * sync with sylpheed 0.5.0pre2
17826
17827 2001-06-21 [christoph]
17828
17829         * src/summaryview.c
17830                 show recipient on 'from' for all accounts
17831                 
17832         * src/inc.c
17833         * src/prefs_common.[ch]
17834                 disable error popup on mail receive errors
17835
17836 2001-06-21 [alfons]
17837
17838         * src/compose.c
17839                 made the ruler correctly appear and disappear.
17840
17841         * src/Makefile.am
17842                 removed Hoa's work-in-progress-stuff (interesting!) so 
17843                 claws compiles ok.
17844
17845 2001-06-20 [christoph]
17846
17847         * src/inc.c
17848         * src/progressdialog.c
17849                 added scrolled window for list in progressdialog
17850
17851 2001-06-20 [paul]
17852
17853         sync with sylpheed 0.5.0pre1 release
17854
17855 2001-06-20 [christoph]
17856
17857         * src/summeryview.c
17858                 make building threads by subject work when
17859                 thread view is enabled
17860                 
17861         * src/compose.c
17862         * src/prefs_common.[ch]
17863                 automatically select account for mail replys
17864
17865 2001-06-19 [sergey]
17866
17867         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17868         they are filled in from the account settings.
17869
17870 2001-06-19 [paul]
17871
17872         * more sync with sylpheed 0.5.0pre1
17873
17874 2001-06-18 [alfons]
17875
17876         * src/Makefile.am,
17877           src/procmime.c
17878                 added --sysconfdir to CPPFLAGS for pointing to the correct
17879                 location of mime.types. 
17880
17881                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17882                 or ./configure!
17883
17884 2001-06-18 [hoa]
17885
17886         * src/summaryview.c
17887                 fixed some bug when building threads
17888
17889 2001-06-18 [pau]l
17890
17891         * src/prefs_account.c
17892                 UI stuff: More changes to the English
17893
17894 2001-06-18 [paul]
17895
17896         * src/pixmaps/stock_news_compose.xpm: new file
17897         * src/Makefile.am
17898         * src/mainwindow.c
17899         * src/summaryview.c
17900                 Added new icon for Hoa's 'compose a news
17901                 message', plus minor improvements to the
17902                 English
17903
17904         * po/ja.po
17905         * ChangeLog
17906         * ChangeLog.jp
17907                 more sync with sylpheed 0.5.0pre1
17908
17909 2001-06-18 [hoa]
17910
17911         * src/compose.[ch]
17912         * src/mainwindow.c
17913                 Follow-up and reply to
17914
17915         * src/summaryview.[ch]
17916                 Build threads also with subjects
17917
17918 2001-06-17 [hoa]
17919
17920         * src/compose.c
17921                 forwarding use the current account.
17922
17923         * src/mainwindow.c
17924                 the "compose message" button has been replaced with
17925                 "new mail" and "new news" buttons
17926
17927         * src/prefs_common.[ch]
17928                 added a configuration option to use the forward button
17929                 as "forward as attachment"
17930                 changed reply and forward format description
17931
17932         * src/quote_fmt_lex.l
17933         * src/quote_fmt_parse.y
17934                 added message with no signature in format for reply
17935                 and forward.
17936
17937 2001-06-17 [paul]
17938
17939         Minor UI stuff
17940
17941         * src/mainwindow.c
17942         * src/summaryview.c
17943                 Improvements to the English
17944
17945         * src/prefs_common.c
17946                 Improvements to the English and some
17947                 clarity/continuity improvements in the
17948                 description of Quote symbols.
17949
17950 2001-06-17 [paul]
17951
17952         0.5.0claws1
17953
17954         * sync with sylpheed 0.5.0pre1
17955
17956 2001-06-17 [hoa]
17957
17958         * src/compose.c
17959                 Better interface for compose, displayed fields
17960                 are updated whenever we change account.
17961                 Newsgroups field is automatically filled.
17962
17963         * src/mainwindow.c
17964                 Newsgroups field is automatically filled.
17965
17966         * src/prefs_account.c
17967                 Some interface stuff when fields appear and
17968                 disappear.
17969
17970 2001-06-16 [paul]
17971
17972         0.4.99claws
17973
17974         * sync with sylpheed 0.4.99
17975
17976 2001-06-16 [sergey]
17977
17978         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17979         base64_decoder_free, base64_decoder_decode): new object and
17980         functions for decoding base64 streams.
17981         * src/procmime.c (procmime_decode_content): modified to use the
17982         new base64 decoder.
17983
17984 2001-06-15 [paul]
17985
17986         0.4.99claws10
17987
17988         * sync with sylpheed 0.4.99cvs11
17989
17990 2001-06-13 [paul]
17991
17992         0.4.99claws9
17993
17994         * sync with sylpheed 0.4.99cvs9
17995
17996 2001-06-13 [hoa]
17997
17998         * src/compose.c
17999         * src/prefs_account.c
18000
18001                 SMTP server can be defined in the news account
18002                 mime type of attachment are kept.
18003
18004         * src/summaryview.c
18005
18006                 now choose the highest important score between default
18007                 and important score of folder.
18008
18009 2001-06-09 [alfons]
18010         
18011         * src/prefs_common.c: 
18012
18013                 (prefs_quote_description_create): corrected description of 
18014                 quote format characters
18015
18016 2001-06-09 [paul]
18017
18018         0.4.99claws8
18019
18020         * sync with sylpheed 0.4.99cvs8
18021
18022 2001-06-08 [sergey]
18023
18024         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18025         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18026
18027 2001-06-08 [paul]
18028
18029         0.4.99claws7
18030
18031         * sync with sylpheed 0.4.99cvs7
18032
18033 2001-06-06 [sergey]
18034
18035         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18036         clashes with autogenerated header).
18037         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18038         * src/Makefile.am: added quote_fmt.h.
18039         * src/.cvsignore: added lex/yacc autogenerated files
18040         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18041
18042 2001-06-06 [paul]
18043
18044         0.4.99claws6
18045
18046         * sync with sylpheed 0.4.99cvs6
18047
18048 2001-06-06 [hoa]
18049
18050         * added src/quote_fmt_parse.h
18051         * src/compose.c
18052                 removed warnings
18053
18054         * src/prefs.[ch]
18055                 don't modify readonly configuration files
18056
18057         * src/prefs_account.c
18058         * src/prefs_common.c
18059         * src/prefs_customheader.c
18060         * src/prefs_display_header.c
18061         * src/prefs_filter.c
18062         * src/prefs_filtering.c
18063         * src/prefs_scoring.c
18064                 don't open dialog box when configuration files
18065                 are readonly
18066
18067 2001-06-05 [sergey]
18068
18069         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18070
18071         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18072         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18073         BUILT_SOURCES to make all files rebuild properly.
18074
18075         * src/compose.c: removed #include "quote_fmt.tab.h".
18076
18077         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18078         CHARACTER value in yylval.
18079
18080         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18081         receive CHARACTER value by documented means (yylval).
18082
18083         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18084
18085 2001-06-05 [hoa]
18086
18087         * src/Makefile.am
18088                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18089
18090         * src/filtering.c
18091         * src/matcher.c
18092         * src/matcher.h
18093         * src/prefs_filtering.c
18094                 now keep the configuration for execute action
18095
18096         * src/mbox_folder.c
18097                 fixed a warning
18098
18099 2001-06-05 [paul]
18100
18101         * sync with sylpheed 0.4.99cvs5
18102
18103 2001-06-05 [hoa]
18104
18105         * src/Makefile.am
18106                 added quote_fmt.[ch]
18107
18108         * added src/quote_fmt.y
18109         * added src/quote_fmt.l
18110         * added src/quote_fmt.tab.h
18111         * added src/quote_fmt.tab.c
18112         * added src/lex.quote_fmt.c
18113                 parsing configuration for replying
18114                 and forwarding
18115
18116         * src/prefs_common.[ch]
18117                 added configuration UI for replying
18118                 and forwarding
18119
18120         * src/compose.c
18121                 using configuration for replying
18122                 and forwarding
18123
18124 2001-06-04 [hoa]
18125
18126         * src/filtering.c
18127         * src/matcher.c
18128         * src/matcher.h
18129         * src/prefs_filtering.c
18130         * src/prefs_matcher.c
18131         * src/prefs_matcher.h
18132                 action "run a command" for filtering
18133                 and matching with a command.
18134                 fixed the "whole message" matching
18135
18136         * src/mbox_folder.c
18137                 changed temporary filename for security
18138
18139         * src/messageview.c
18140                 queue the notification if it fails to send.
18141
18142         * src/prefs_common.c
18143         * src/prefs_folder_item.c
18144                 changed the default important score             
18145
18146         * src/prefs_scoring.c
18147         * src/scoring.c
18148                 hide kill score input when the folder is not
18149                 a newsgroup
18150
18151 2001-06-03 [alfons]
18152
18153         * src/prefs_common.c:
18154
18155                 (prefs_font_select): pass font name in font entry box to font
18156                 selection dialog.
18157
18158 2001-06-03 [sergey]
18159
18160         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18161
18162 2001-06-03 [paul]
18163
18164         * sync with sylpheed 0.4.99cvs4
18165
18166 2001-06-03 [alfons]
18167
18168         * src/headerwindow.c:
18169
18170                 (headerwindow_show_cb): use the selected summary view item, not
18171                 the displayed item.
18172
18173 2001-06-02 [alfons]
18174
18175         * src/headerwindow.c:
18176
18177                 (headerwindow_show_cb): always try to show msginfo
18178
18179 2001-06-02 [hoa]
18180
18181         * src/compose.c
18182                 keep attached parts when reediting or forwarding.
18183
18184 2001-06-01 [hoa]
18185
18186         * src/folderview.c
18187         * src/prefs_folder_item.[ch]
18188         * src/prefs_scoring.[ch]
18189         * src/scoring.[ch]
18190         * src/summaryview.[ch]
18191         * src/main.c
18192         * src/mainwindow.c
18193         * src/prefs_common.[ch]
18194                 support for folder scoring
18195                 kill score and important score for messages
18196         
18197         * src/prefs_account.c
18198                 some display bug fixed for local account
18199                 preferences
18200
18201 2001-05-31 [alfons]
18202
18203         * src/summaryview.c:
18204
18205                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18206                 sender to address book menu item is disabled.
18207
18208 2001-05-30 [hoa]
18209
18210         * src/filtering.[ch]
18211         * src/summaryview.c
18212                 handling summary menu / filter messages
18213
18214         * src/folder.[ch]
18215                 add some stuff
18216
18217         * src/foldersel.c
18218                 imap folders now appears in list
18219
18220         * src/mbox_folder.c
18221                 doesn't crash if destination mail is not writeable
18222
18223 2001-05-29 [hoa]
18224
18225         * src/compose.c
18226                 removed some warnings
18227
18228         * src/filtering.c
18229         * src/folder.[ch]
18230         * src/prefs_filtering.c
18231                 global string to identify any folders           
18232                 removed some debug info
18233                 filtering to mbox folders is now possible
18234
18235         * src/mainwindow.c
18236                 removed some warnings
18237
18238         * src/mbox_folder.c
18239                 permission on files are changed to read/write for user only,
18240                 nothing for other.
18241                 creation of subfolder is handled better.
18242
18243 2001-05-28 [alfons]
18244
18245         Verified the sync for src/prefs_common.[ch] and
18246         src/prefs_account.[ch]. I believe there were some
18247         minor indentation differences.
18248
18249 2001-05-28 [paul]
18250
18251         0.4.99claws3
18252
18253         * sync with 0.4.99cvs3
18254
18255 2001-05-28 [hoa]
18256
18257         * src/compose.c
18258                 handling flags for mbox format
18259
18260         * src/filtering.c
18261                 use of mark file only for MH format
18262                 handling flags for mbox format
18263                 filtering cannot yet move or copy mails to mbox folders.
18264
18265         * src/folder.[ch]
18266                 changed move_msg, copy_msg,
18267                 move_msgs_with_dest, copy_msgs_with_dest functions
18268                 uses only folder->copy_msg() function
18269                 uses folder->finished_copy() to handle the destination
18270                 folder at the end of the copy or move operation.
18271
18272         * src/foldersel.c
18273                 included mbox directories.
18274
18275         * src/folderview.[ch]
18276         * src/mainwindow.c
18277                 handle folders operation for mbox format
18278
18279         * src/mbox.c
18280                 disable conversion of "From " header
18281
18282         * src/mbox_folder.[ch]
18283                 completion of mbox format handling
18284
18285         * src/mh.c
18286                 changed mh_copy_msg() function and
18287                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18288                 mh_copy_msgs_with_dest()
18289
18290         * src/prefs_filtering.c
18291                 removed some warnings
18292
18293         * src/prefs_matcher.c
18294                 default boolean operation is AND
18295
18296         * src/procheader.c
18297                 handling flags for mbox format
18298                 handling of "From " header
18299
18300         * src/procmsg.[ch]
18301                 removed data field
18302                 added MSG_REALLY_DELETED flags to handle deletion of
18303                 messages in mbox format.
18304
18305         * src/summaryview.c
18306                 handling flags for mbox format
18307                 disable the MSG_DELETED flags when messages
18308                 are deleted in mbox format
18309
18310         * src/textview.c
18311                 "From " headers display fixed.
18312
18313 2001-05-27 [alfons]
18314
18315         * src/textview.c:
18316                 
18317                 (get_email_part): skip quoted email addresses, like in e.g.
18318                 "'alfons@proteus.demon.nl'".
18319
18320 2001-05-26 [alfons]
18321
18322         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18323         and fixing the persistence troubles when using separate windows.
18324
18325         * src/mainwindow.c:
18326         
18327             Added #define SEPARATE_ACTION used in the gtk item factory for 
18328             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18329                 use gtk_item_factory_get_widget_by_action() to get the items.
18330                 
18331             Removed separate_widget_cb from the gtk item factory data   
18332           
18333             (mainwindow_create): connect separate_widget_cb() to check
18334             menu item "toggled" signal. also passing a MainWindow pointer
18335                 as object data for both check menu items.
18336                 
18337             (separate_widget_cb): definition of separate_widget_cb() to match
18338             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18339                 window using gtk_object_get_data(). The type of window separation 
18340                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18341         
18342         * src/prefs_filtering.c,
18343           src/prefs_matcher.c: added horizontal scrollbars
18344
18345 2001-05-25 [darko]
18346
18347         * src/headerview.c
18348                 fix segfault with invalid bold font
18349         * src/summaryview.c
18350                 correctly display summary stats after row is marked
18351
18352 2001-05-23 [sergey]
18353
18354         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18355         encodings with libjconv.
18356
18357 2001-05-23 [hoa]
18358
18359         * src/Makefile.am
18360                 added mbox_folder.[ch]
18361         * src/defs.h
18362                 mbox temporary folder
18363         * src/folder.[ch]
18364         * added src/mbox_folder.[ch]
18365         * src/folderview.c
18366         * src/procheader.[ch]
18367                 added mbox support
18368         * src/mbox.c
18369                 bugfix for file incorporation filtering
18370         * src/imap.c
18371                 enable creation of MBOX
18372         * src/prefs_display_header.c
18373                 enable use of headers like "From "
18374                 something that should be fixed :
18375                         displaying of such headers add an extra space
18376         * src/prefs_folder_item.c
18377                 don't create folders because it is not necessary
18378         * src/procmsg.h
18379                 added data field to MsgInfo for mbox internal use
18380         * src/summaryview.c
18381                 added some support for mbox
18382         * src/utils.[ch]
18383                 added get_mbox_cache_dir() function
18384
18385 2001-05-23 [hiroyuki]
18386
18387         * src/headerwindow.c
18388           src/inc.c
18389           src/main.c
18390           src/mh.c
18391           src/nntp.c
18392           src/procmsg.h
18393           src/session.h
18394           src/socket.[ch]
18395           src/summaryview.c
18396           src/textview.c
18397           src/automaton.c
18398           src/folderview.c: more sync with 0.4.99cvs2.
18399
18400         * src/headerwindow.c: reverted.
18401
18402 2001-05-22 [paul]
18403
18404         0.4.99claws2
18405
18406         * sync with sylpheed 0.4.99cvs2
18407                 * src/news.[ch]
18408                 * src/nntp.[ch]
18409                 * INSTALL
18410                 * INSTALL.jp
18411
18412 2001-05-22 [alfons]
18413
18414         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18415
18416 2001-05-21 [alfons]
18417
18418         Minor things:
18419
18420         * configure.in: if gnome-config not found, "no" is displayed
18421         
18422         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18423
18424         * src/textview.c: now also possible to add mail addresses by right
18425           clicking in the text view
18426
18427         * src/codeconv.c: merged patch which fixes endless loop when encountering
18428           invalid wide characters; from Alte <010@imis.ru>  
18429
18430 2001-05-20 [alfons]
18431
18432         Added installation of gnome specific things:
18433
18434         * Makefile.am: gnome conditional
18435
18436         * configure.in: check for installed gnome
18437
18438         * added sylpheed.png, sylpheed.desktop
18439
18440 2001-05-20 [sergey]
18441
18442         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18443
18444         * src/mainwindow.h (main_window_toolbar_create): created a button
18445         for "Reply to all".
18446         (main_window_set_toolbar_sensitive): enable/disable the new button
18447         appropriately.
18448         (toolbar_reply_to_author_cb): handle the new button.
18449
18450         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18451         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18452         failure).
18453
18454 2001-05-19 [sergey]
18455
18456         * src/compose.h (ComposeReplyMode): new modes
18457         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18458         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18459
18460         * src/compose.c
18461         (compose_send): move some code into a new function:
18462         (compose_current_mail_account): new function.
18463         (compose_reply): new argument to_author, all callers changed; if
18464         to_author==TRUE and account->protocol==A_NNTP, find and use an
18465         appropriate mail account for replying.
18466         (compose_reply_set_entry): new argument to_author; ignore
18467         compose->replyto if to_author==TRUE.
18468
18469         * src/mainwindow.c: new command "Message/Reply to author".
18470         (main_window_set_menu_sensitive): enable/disable it.
18471         (reply_cb): handle it.
18472
18473         * src/summaryview.c: new command "Reply to author".
18474         (summary_set_menu_sensitive): enable/disable it.
18475         (summary_reply_cb): handle it.
18476
18477         * src/account.c (account_find_mail_from_address): new function.
18478
18479 2001-05-18 [paul]
18480
18481         0.4.99claws1
18482
18483         * sync with sylpheed 0.4.99cvs1
18484
18485 2001-05-18 [hoa]
18486
18487         * src/compose.[ch]
18488         * src/filtering.c
18489         * src/summaryview.c
18490                 new filtering action : forward and forward as attachment
18491
18492         * src/main.c
18493                 no need for $DISPLAY when we run sylpheed --help
18494                 call to parse_cmd_opt() is moved
18495
18496         * src/mainwindow.[ch]
18497                 execute button is hidden when immediate execute
18498                 is chosen
18499
18500         * src/mh.c
18501         * src/news.c
18502         * src/prefs_folder_item.c
18503         * src/procmsg.c
18504                 better handling of missing directories
18505
18506         * src/summaryview.c
18507                 reedit is enabled in outbox
18508                 reedit is enabled in queue
18509
18510 2001-05-17 [hoa]
18511
18512         * src/filtering.c
18513         * src/matcher.[ch]
18514         * src/prefs_filtering.c
18515                 changed attachement into attachment
18516
18517 2001-05-17 [alfons]
18518
18519         0.4.67claws4    
18520
18521         * sync with sylpheed 0.4.67cvs9
18522         * sync with sylpheed 0.4.67cvs7-8
18523
18524 2001-05-17 [hoa]
18525
18526         * src/Makefile.am
18527                 added prefs_filtering.c
18528
18529         * src/filtering.[ch]
18530         * src/matcher.[ch]
18531                 removed action : forward_news and forward_news_as_attachement
18532                 (forward and forward_as_attachement can be used instead)
18533
18534         * src/mainwindow.c
18535                 added menu option to access filtering configuration
18536
18537         * src/prefs_account.c
18538                 changed mail_command default to /usr/sbin/sendmail
18539
18540         * added src/prefs_filtering.[ch]
18541                 dialog box for filtering configuration
18542
18543         * src/prefs_matcher.c
18544                 added function prefs_matcher_get_criteria_from_matching()
18545
18546         * src/prefs_scoring.c
18547                 reset the dialog when register or substitute is clicked
18548
18549 2001-05-15 [hoa]
18550
18551         * src/Makefile.am
18552                 added filtering.[ch]
18553         * src/inc.c
18554                 using filering.[ch] instead of filter.[ch]
18555         * src/main.c
18556                 reading new filtering configuration
18557         * src/matcher.[ch]
18558                 added some filtering actions
18559                 and fixed a bug for headers and mail body matching
18560         * src/mbox.c
18561                 using filering.[ch] instead of filter.[ch]
18562         * src/mh.c
18563                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18564         * src/summaryview.c
18565                 some fixes for filtering
18566
18567 2001-05-14 [hiroyuki]
18568
18569         * src/send.c: fixed some weird indentations.
18570           send_message_with_command(): call pclose() only if p != NULL.
18571         * src/textview.c: get_email_part(): modified the code for readability.
18572
18573 2001-05-14 [hiroyuki]
18574
18575         * src/md5global.h
18576           src/md5ify.c
18577           src/md5ify.h: removed from the cvs.
18578
18579 2001-05-13 [sergey]
18580
18581         * src/main.c: include rfc2015.h to avoid compiler warnings.
18582         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18583         the panel is already on screen.
18584         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18585         closing the alert window by ESC as "No".
18586         * src/prefs_common.c (prefs_interface_create): moved return
18587         receipt check button to the correct place.
18588
18589 2001-03-13 [alfons]
18590
18591         * src/prefs_common.c: 
18592                 moved return receipt check button to the Send tab. (prefs_send_create)
18593                 removed the date format ui related globals. (prefs_display_create)
18594
18595         0.4.67claws3
18596         
18597         * sync with sylpheed 0.4.67cvs5-6
18598
18599 2001-05-13 [paul]
18600
18601         * added Alfons' font selection patch
18602
18603         * src/defs.h
18604         * src/headerwindow.c
18605         * src/prefs_common.c
18606         * src/prefs_common.h
18607
18608 2001-05-13 [hoa]
18609         * src/defs.h
18610                 changed version of cache
18611         * src/matcher.[ch]
18612         * src/prefs_matcher.c
18613                 added additionnal matching criteria
18614         * src/procheader.c
18615         * src/procmsg.[ch]
18616         * src/news.c
18617                 added references in MsgInfo
18618
18619 2001-05-12 [hoa]
18620
18621         * src/defs.h
18622                 prepared some things for new filtering
18623         * src/matcher.[ch]
18624                 added some matching properties
18625                 inreplyto need to be enhanced
18626                 prepared some things for new filtering
18627         * src/messageview.c
18628                 added Return-Receipt-To handling
18629         * src/prefs_folder_item.c
18630                 changed default value to TRUE
18631         * src/prefs_matcher.c
18632                 added some matching properties
18633         * src/prefs_scoring.[ch]
18634                 the scoring dialog is finished
18635         * src/procheader.c
18636                 added Return-Receipt-To handling
18637                 Reference need to be added
18638         * src/procmsg.[ch]
18639                 added Return-Receipt-To handling
18640                 added threadscore to get a better score sorting when
18641                 threads are enabled
18642         * src/summaryview.c
18643                 suppressed a bug when we sort the list
18644                 when no folder is opened.
18645                 better score sorting when threads are enabled
18646
18647 2001-05-12 [alfons]
18648
18649         * reverted previous patch because of potential errors 
18650
18651         0.4.67claws2
18652         
18653         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18654                 applied "toggle mail-retrieval dialog window" patch submitted 
18655                 by Eric Limpens <eric@qnt.net>
18656
18657         * sync with sylpheed 0.4.67cvs4
18658
18659 2001-05-12 [sergey]
18660
18661         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18662         some picky compilers.
18663         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18664         * src/grouplist_dialog.c: include alertpanel.h.
18665         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18666         fix compile warning.
18667         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18668         #include "defs.h" before others to prevent the warning of `MIN'
18669         and `MAX' redefinition.
18670
18671 2001-05-11 [hoa]
18672
18673         * src/main.c
18674         * src/messageview.c
18675         * src/prefs_account.c
18676         * src/prefs_display_header.c
18677                 removed warning
18678         * src/Makefile.am
18679                 added prefs_scoring.[ch]
18680         * src/grouplist_dialog.c
18681                 display an error dialog box if the group list
18682                 cannot be fetched.
18683         * src/mainwindow.[ch]
18684                 added main_window_set_thread_option() function
18685                 scoring dialog box enabled
18686         * src/matcher.[ch]
18687                 added flags matching unread /new / marked
18688                 / deleted / replied / forwarded
18689         * src/news.c
18690                 newsgroups are now finally in newscache
18691         * src/prefs_matcher.[ch]
18692                 finished preferences for matching dialog
18693         * added src/prefs_scoring.[ch]
18694                 scoring dialog box completed
18695         * src/scoring.[ch]
18696                 conversion to string : added scoringprop_to_string()
18697                 write config for preferences :
18698                 added prefs_scoring_write_config()
18699         * src/summaryview.c
18700                 threads can be enabled/disabled independently
18701                 for each folder
18702
18703 2001-05-10 [alfons]
18704
18705         0.4.67claws1
18706         
18707         * AUTHORS: 
18708                 thought it would be nice to have a list of all
18709                 contributors (used Changelog as a reference)
18710         
18711         * configure.in: 
18712                 messed up version numbering...
18713
18714         0.4.66claws1
18715
18716         * sync with sylpheed 0.4.67cvs1-3
18717
18718 2001-05-10 [darko]
18719
18720         * src/prefs_common.c:
18721                 better UI for strftime format, double clicking
18722                 on format now inserts the format in text entry
18723                 replaced close button with standard OK/Cancel
18724                 moved date format button to the right of the
18725                 text entry field
18726
18727 2001-05-09 [alfons]
18728
18729         * src/gtkstext.c:
18730                 Ctrl-Home / Ctrl-End have proper cursor navigation
18731
18732 2001-05-09 [hoa]
18733
18734         * src/prefs_matcher.c
18735                 finished UI to define matching properties
18736                 added ok and cancel button
18737         * src/prefs_filter.c
18738                 added ok and cancel button
18739         * src/news.c
18740                 fixed some bug in xhdr parsing
18741
18742 2001-05-08 [alfons]
18743
18744         * src/textview.c: 
18745                 fixed a bug in textview_show_header(), which displayed two colons (':');
18746                 cleaned up some warnings
18747
18748 2001-05-08 [hoa]
18749
18750         * src/Makefile.am
18751                 added prefs_matcher.[ch]
18752                 compilation with -W -Wall
18753         * src/alertpanel.c
18754                 ungrab the mouse events if grabbed - does it
18755                 fix the bug for disposition notification ?
18756         * src/mainwindow.c
18757                 added a menu option to open the matching dialog.
18758         * src/matcher.[ch]
18759                 added matcherprop_to_string() and matcherlist_to_string()
18760                 fixed some bugs, changed the name of some options
18761                 age_sup and age_inf becomes age_greater and age_lower,
18762                 body and messageheaders becomes body_part and headers_part,
18763                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18764         * src/prefs_display_header.c
18765         * src/prefs_headers.c
18766                 fixed a bug that accidentally destroyed dialogs
18767                 when closed them with delete_event
18768                 Added *_deleted() which handle delete_event signal correctly.
18769         * src/prefs_folder_item.[ch]
18770                 added "enable_thread" field for future customization
18771         * added src/prefs_matcher.[ch]
18772                 sample of the UI to define matching properties
18773         * src/procheader.c
18774                 using procheader_headername_equal instead of str*cmp functions
18775                 using procheader_parse_header() function
18776         * src/scoring.c
18777                 using MATCHING_XXX instead of SCORING_XXX
18778         * src/summaryview.c
18779                 display the sender of the news even if this is ourself
18780                 when this is a news message.
18781         * src/textview.c
18782                 using headername_equal() instead of str*cmp functions
18783
18784 2001-05-08 [alfons]
18785
18786         0.4.66claws
18787
18788         * sync with sylpheed 0.4.66
18789         * src/gtkstext.c: trace logs added 
18790
18791 2001-05-08 [sergey]
18792
18793         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18794         signature check popup.
18795         * src/rfc2015.c (check_signature): show signature check popup only
18796         if it is enabled in preferences.
18797
18798 2001-05-07 [alfons]
18799
18800         0.4.66claws4
18801         
18802         * sync with sylpheed 0.4.66cvs6
18803
18804 2001-05-07 [darko]
18805
18806         * src/prefs_common.[ch]: added option to enable/disable
18807           looking up sender name in address book for summary pane
18808         * src/summaryview.c: look up sender in the address book
18809           by using Alfons' address completion code
18810
18811 2001-05-07 [hiroyuki]
18812
18813         * src/inc.h
18814           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18815           member of Pop3State.
18816         * src/news.c: brought #include "defs.h" before #include <glib.h>
18817           to prevent the warning of `MIN' and `MAX' redefinition.
18818
18819 2001-05-06 [hoa]
18820
18821         * removed src/headers_display.[ch]
18822         * removed src/prefs_display_headers.[ch]
18823         * src/inc.c
18824                 use a temporary file in the user directory for mbox import
18825         * src/news.c
18826                 added XHDR support to get "To" and "Cc" headers
18827                 (in order to match news with to or cc field for
18828                 scoring)
18829                 added function news_parse_xhdr() to get XHDR response
18830         * src/nntp.[ch]
18831                 added function nntp_xhdr()
18832         * src/matcher.c
18833                 fetch the message if necessary
18834
18835 2001-05-06 [alfons]
18836
18837         0.4.66claws3
18838
18839         * sync with sylpheed 0.4.66cvs3-5
18840
18841 2001-05-06 [hoa]
18842
18843         * src/utils.[ch]
18844                 added function itos_buf() to enable use of several buffers
18845         * src/summaryview.c
18846                 use of itos_buf() instead of itos() in summary list
18847                 to fix the broken display of message number.
18848
18849 2001-05-06 [alfons]
18850
18851         * src/gtkstext.c: bug in cursor up navigation fixed,
18852                 fixed another unsigned / signed comparison (we're getting there :-)
18853
18854 2001-05-06 [hoa]
18855
18856         * src/Makefile.am
18857                 added scoring.c scoring.h
18858                 prefs_folder_item.c prefs_folder_item.h
18859                 matcher.c matcher.h
18860         * src/defs.h
18861                 added FOLDERITEM_RC SCORING_RC
18862         * src/folder.[ch]
18863                 added prefs field in FolderItem :
18864                 properties for each folder (PrefsFolderItem),
18865                 sorting type and mode were added as the first properties.
18866         * src/main.c
18867                 read config for scoring
18868         * added src/matcher.[ch]
18869                 gives functions to parse configuration file to do
18870                 matching on mails with a list of conditions.
18871         * src/mainwindow.c
18872                 add option to sort by score
18873         * src/prefs_common.[ch]
18874                 added preference option to show score and for
18875                 the score column size
18876         * added src/prefs_folder_item.[ch]
18877                 properties for each folder (PrefsFolderItem),
18878                 sorting type and mode were added as the first properties.
18879         * src/procheader.[ch]
18880                 added procheader_parse_header()
18881                 added procheader_header_free()
18882                 added procheader_headername_equal()
18883                 and made modification to use them.
18884         * src/procmsg.[ch]
18885                 added score field to MsgInfo structure
18886         * added src/scoring.[ch]
18887                 gives functions to parse configuration file to do
18888                 scoring on mails with a list of conditions.
18889         * src/summaryview.[ch]
18890                 save the sorting type and mode for the folder
18891                 added column to display the score of the mail
18892                 added function summary_score_clicked()
18893                 sorting type and mode are restored to the folder
18894                 when it is reopen
18895         * src/textview.c
18896                 use procheader_parse_header(), procheader_headername_equal()
18897                 removed memory leak in text_scan_header when freeing headers
18898         * src/filter.c
18899                 changed the function to match names of headers
18900                 using procheader_headername_equal()
18901
18902         Scoring functions are implemented, an interface is needed
18903         to configure that.
18904
18905 2001-05-04 [alfons]
18906
18907         * src/gtkstext.c: 
18908                 hopefully fixed the row up navigation bug,
18909                 removed adding back / forward lines to cache
18910
18911 2001-05-04 [sergey]
18912
18913         * src/prefs_display_headers.c: user interface changes:
18914         (prefs_display_headers_create): remove unused "Show" check button;
18915         allow reordering of headers by dragging.
18916         (prefs_display_headers_write_config): remove unused variables.
18917         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18918         of lists (not needed with the new UI).
18919         (prefs_display_headers_set_list): scan lists starting from row 0,
18920         not 1 (do not skip "(New)").
18921         (prefs_display_headers_find_header): new function.
18922         (prefs_display_headers_clist_set_row): do not allow duplicates.
18923         (prefs_display_headers_delete_cb): do not skip row 0; treat
18924         closing the alert window by ESC as "No".
18925         (prefs_display_headers_up): do not protect row 0.
18926         (prefs_display_headers_down): do not protect row 0.
18927
18928 2001-05-04 [sergey]
18929
18930         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18931         functions.
18932
18933         * src/summaryview.c
18934         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18935         summary_select_next_marked, summary_select_prev_marked): new
18936         functions.
18937
18938 2001-05-03 [sergey]
18939
18940         * src/news.c: fixed a bug when no article can be fetched after
18941         server timeout if the connection was restored by news_post():
18942         (news_select_group): new function.
18943         (news_fetch_msg): call news_select_group() before fetching
18944         article.
18945         (news_get_uncached_articles): set session->group after successful
18946         GROUP command.
18947
18948 2001-05-03 [hoa]
18949
18950         * src/defs.h
18951         * src/procmsg.[ch]
18952         * src/procheader.c
18953                  changed version of cache, added cc field
18954
18955         * src/prefs_display_headers.c
18956                 the interface was changed
18957
18958         * src/prefs_headers.c
18959                 added cancel button
18960
18961 2001-05-03 [alfons]
18962
18963         * completed sync of sylpheed cvs2
18964         * src/gtkstext.c: updated row up / down cursor navigation
18965         * src/textview.c: re-edited, prepared for fixing the email address
18966                 scanner.
18967
18968 2001-05-03 [darko]
18969
18970         * src/prefs_common.c: use alfons' strftime ui code
18971         entry_datefmt and datefmt_sample widgets have to be
18972         global in this module because of this change
18973
18974 2001-05-03 [hoa]
18975
18976         * src/messageview.c
18977         * src/prefs_common.[ch] added option to activate the return receipt
18978                 feature.
18979
18980 2001-05-02 [alfons]
18981
18982         * src/gtkstext.c: fix for row up/down cursor navigation. 
18983
18984         0.4.66claws2
18985         
18986         * sync with 0.4.66cvs2
18987
18988 2001-05-02 [paul]
18989
18990         added add-sender-to-addressbook patch
18991
18992         * src/addressbook.c
18993         * src/addressbook.h
18994         * src/summaryview.c
18995
18996 2001-05-02 [sergey]
18997
18998         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18999         G_ALERTDISABLE.
19000
19001         * src/alertpanel.c (alertpanel_create): new argument can_disable,
19002         all existing callers changed to pass FALSE; create a check button
19003         to disable the message.
19004         (alertpanel_message_with_disable): new function.
19005         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
19006         (alertpanel_button_toggled): new function.
19007         (alertpanel_button_clicked, alertpanel_close): set value using
19008         G_ALERT_VALUE_MASK.
19009
19010         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
19011
19012         * src/prefs_common.c (prefs_privacy_create): new check button
19013         checkbtn_gpgme_warning.
19014
19015         * src/main.c (main): moved preferences reading before gpgme
19016         initialization; check prefs_common.gpgme_warning before giving the
19017         GnuPG warning and set it to FALSE if the user wants to disable the
19018         warning.
19019
19020 2001-05-02 [hiroyuki]
19021
19022         * src/prefs_display_headers.c: modified the layout and some labels.
19023
19024 2001-05-02 [sergey]
19025
19026         * src/prefs_account.c (prefs_account_fix_size): new function.
19027         (prefs_account_create): call prefs_account_fix_size(); use
19028         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19029         size when the window is shown for the first time).
19030         (prefs_account_basic_create): changed layout of serv_table; moved
19031         localmbox_entry above smtpserv_entry (logically it replaces
19032         POP3/IMAP server).
19033         (prefs_account_protocol_activated): set sensitivity of
19034         nntpauth_chkbtn according to the protocol (in addition to
19035         hide/show); commented out gtk_table_set_row_spacing() calls.
19036         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19037         not sensitive (fixes a bug with disabled username/password boxes
19038         when editing POP3 account after NNTP with authentication).
19039
19040 2001-05-02 [hoa]
19041
19042         * src/account.c
19043         * src/inc.c
19044         * src/prefs_account.[ch]
19045         * src/send.c
19046                 removed local account without SMTP server
19047                 added option to use mail command instead of a connexion
19048                 to SMTP server when a local account is used
19049         * src/prefs_headers.c
19050                 fixed a bug
19051         * src/news.c
19052                 fixed a bug when connexion immediately closed
19053
19054 2001-05-01 [alfons]
19055
19056         0.4.66claws1
19057         
19058         * sync with 0.4.65
19059
19060 2001-05-01 [sergey]
19061
19062         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19063         widget nntpauth_chkbtn.
19064         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19065         visibility.
19066         (prefs_account_nntpauth_toggled): new function.
19067
19068         * src/news.c (news_session_new_for_folder): use NNTP
19069         authentication only if ac->use_nntp_auth is set.
19070
19071 2001-05-01 [hoa]
19072
19073         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19074         * src/prefs_display_headers.c changed the UI
19075         * src/prefs_headers.c changed account_name to account_id
19076         * src/compose.c using customheader.h
19077
19078 2001-05-01 [hiroyuki]
19079
19080         * src/esmtp.c
19081           src/news.c
19082           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19083           unsynched.
19084
19085 2001-05-01 [hoa]
19086
19087         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19088         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19089                 for displaying of headers
19090         * src/grouplist_dialog.[ch] minor changes to remove warnings
19091         * src/prefs_display_headers.[ch] dialog to choose the
19092         headers to display in the mail viewer.
19093         * src/headers.h correction of #define
19094         * src/headers_display.[ch] configuration for displaying of headers.
19095         * src/main.c read config of displaying of headers
19096         * src/prefs_common.c add a button to access the config dialog
19097                 for displaying of headers
19098         * src/prefs_display_headers.[ch] dialog for configuration for
19099                 displaying of the headers.
19100         * src/prefs_headers.c cleaning of code
19101         * src/procheader.c comments added to code
19102         * src/textview.c changes to reorder the headers depending
19103                 on the config for displaying of headers
19104
19105 2001-04-30 [alfons]
19106
19107         0.4.65claws7
19108
19109         * sync with 0.4.65cvs12
19110
19111         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19112
19113 2001-04-30 [sergey]
19114
19115         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19116
19117         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19118         is set to force reconnection after authentication failure.
19119         (nntp_gen_command): set sock->auth_failed on authentication
19120         failure, or if sock->userid and sock->passwd are not set.
19121
19122         * src/news.c (news_session_new_for_folder): set userid=NULL if
19123         password dialog is cancelled.
19124
19125 2001-04-30 [sergey]
19126
19127         * src/nntp.h (NNTPSockInfo): new type.
19128
19129         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19130         SockInfo.
19131         (nntp_open_auth, nntp_close): new functions.
19132         (nntp_gen_command): new function to handle authentication; all
19133         NNTP command functions updated to use it.
19134         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19135         (nntp_list): removed old useless code.
19136
19137         * src/news.h (NNTPSession): new field nntp_sock.
19138
19139         * src/news.c: all functions updated to use NNTPSockInfo instead of
19140         SockInfo.
19141         (news_session_new): new arguments (userid, passwd); made static;
19142         use nntp_open_auth() if needed.
19143         (news_session_destroy): use nntp_close() instead of sock_close().
19144         (news_query_password): changed arguments.
19145         (news_session_new_for_folder): new function.
19146         (news_session_get): use news_session_new_for_folder().
19147         (news_authenticate): deleted.
19148         (news_get_uncached_articles): removed old authentication code.
19149
19150 2001-04-30 [sergey]
19151
19152         * src/news.c: reverted my previous changes (need to do NNTP
19153         authentication in a cleaner way).
19154         
19155 2001-04-29 [sergey]
19156
19157         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19158         news_nntp_post, news_nntp_mode): new functions (wrappers with
19159         authentication support).
19160         (news_get_article_cmd, news_get_article, news_get_header): new
19161         argument "folder"; all callers changed.
19162         (news_get_article_cmd): added authentication support.
19163         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19164         (news_post): use news_nntp_post() instead of nntp_post().
19165         (news_get_uncached_articles): use news_nntp_group() instead of
19166         nntp_group() and news_nntp_xover() instead of nntp_xover();
19167         removed old authentication code.
19168         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19169
19170         * src/nntp.c (nntp_list): return real error code instead of
19171         hardcoded NN_ERROR.
19172
19173 2001-04-29 [sergey]
19174
19175         * configure.in: fixed wint_t typedef detection again
19176
19177 2001-04-28 [hoa]
19178
19179         * src/prefs_account.[ch], added A_LOCAL_CMD
19180                 (send mail with mail command)
19181         * src/send.c added function send_message_with_command()
19182         * src/inc.c made a more secure get_spool() function with
19183                 mktemp() but maybe mkstemp() or something more
19184                 secure can be used.
19185
19186 2001-04-28 [alfons]
19187
19188         * src/textview.c, colorization of email addresses in headers
19189
19190         0.4.65claws6
19191
19192         * bug sync with sylpheed
19193         * prefs_common.c: created date format ui for darko
19194         * sync with 0.4.65cvs11
19195         * configure.in: corrected to have the new gpg checks
19196
19197 2001-04-27 [alfons]
19198
19199         * completed sync with 0.4.65cvs10
19200         * minor debug things added to gtkstext.c
19201
19202 2001-04-27 [darko]
19203
19204         * configure.in: remove check for availability of
19205           strftime() as advised by Hiroyuki
19206         * src/prefs_common.[ch], src/procheader.c:
19207           synch strftime() code with Hiroyki's main branch
19208
19209 2001-04-26 [sergey]
19210
19211         * src/news.c: news_query_password(), news_authenticate(): new
19212           functions.
19213           news_get_uncached_articles(): added NNTP authentication
19214           handling.
19215         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19216           new functions.
19217         * src/prefs_account.c: prefs_account_protocol_activated():
19218           enable userid and password fields for NNTP.
19219
19220 2001-04-26
19221
19222         * configure.in: check for availability of strftime()
19223           [darko]
19224         * src/prefs_common.[ch], src/procheader.c: use
19225           strftime() for displaying date in summary pane if it
19226           is available
19227
19228 2001-04-25
19229
19230         * more .cvsignore cleanups [alfons]
19231
19232 2001-04-25
19233
19234         * ac/sv-check-type.m4: new autoconf macro.
19235         * configure.in: fixed wint_t typedef detection (did not work
19236           with gcc-2.96).
19237
19238 2001-04-25
19239
19240         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19241           [hiroyuki]
19242
19243 2001-04-24
19244         * modified gtkstext.c : buggy cursor navigation fixed, 
19245           and font descent also taken in account when drawing
19246           cursor. [alfons]
19247
19248 2001-04-24 [hoa]
19249         * added comments in src/news.c src/nntp.c
19250         * added src/prefs_headers.[ch]
19251         * added src/headers.[ch]
19252         * modified compose.c to activate custom headers
19253                 added function is_in_custom_headers
19254         * modified prefs_account.[ch]
19255                 added function prefs_account_customhdr_edit
19256         * modified src/defs.h :
19257                 added HEADERS_RC : name of the config file
19258                 for the custom headers
19259
19260 2001-04-24
19261
19262     0.4.65claws5
19263
19264         * configure.in
19265           src/gtkstext.[ch]
19266           src/compose.c
19267           src/Makefile.am
19268           
19269           added gtkstext with configure.in patch by Hiroyuki which
19270           should fix the XIM detection [alfons]
19271
19272         * more clean up of cvs [alfons]
19273
19274                  * removed all Makefile.in files to attic.
19275
19276                  * updated all .cvsignores to really ignore things that could
19277                    be unintentionally committed by a recursive commit.
19278
19279 2001-04-23 [hoa]
19280         * added src/grouplist_dialog.[ch]
19281         * changed src/folderview.c to call grouplist_dialog instead
19282                 of inputdialog
19283         * src/news.c :
19284                 added functions news_reset_group_list
19285                 and news_get_group_list
19286         * src/nntp.c :
19287                 added function nntp_list
19288         * src/defs.h :
19289                 added GROUPLIST_FILE : name of the newsgroup list cache file
19290
19291 2001-04-21
19292
19293         * added option to warn about queued messages on exit [sergey]:
19294
19295           * src/compose.c: compose_queue(): call folder_item_scan()
19296             and folderview_update_item() after queueing.
19297           * src/folderview.c: folderview_update_node(): draw the queue
19298             folder in bold font if there are queued messages.
19299           * src/mainwindow.c: queued_messages(): new function.
19300             app_exit_cb(): display warning if there are queued messages
19301             if warn_queued_on_exit is set.
19302           * prefs_common.[ch]: add warn_queued_on_exit option.
19303
19304         * enhanced GnuPG key selection support [sergey]:
19305
19306           * src/select-keys.c: updated to newer version from Win32
19307             branch with support for selecting arbitrary keys.
19308           * src/prefs_account.c: added the Privacy tab to the account
19309             options window.
19310             prefs_account_privacy_create(),
19311             prefs_account_sign_key_set_data_from_radiobtn(),
19312             prefs_account_sign_key_set_radiobtn(): new functions.
19313           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19314           * src/rfc2015.c: set_signers(): new function.
19315             pgp_sign(): add the account parameter, call set_signers().
19316             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19317           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19318           * src/compose.c: pass the current account to rfc2015_sign().
19319
19320         * tag name claws added to prevent confusion with main branch [alfons]
19321
19322         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19323
19324         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19325
19326         * sync with recent sylpheed cvs. Untested though. [alfons]
19327