o remove mime_application_octet_stream.xpm and messageview_text.xpm
[claws.git] / ChangeLog.claws
1 2003-10-21 [luke]       0.9.6claws42
2         * src/stock_pixmaps.[ch]
3         * src/mimeview.c
4         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
5         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
6                 o remove mime_application_octet_stream.xpm icon (it was never
7                   really needed)
8                 o remove redundant icon messageview_text.xpm
9
10         * src/mainwindow.c
11                 fix visibility of signature noticeview when toggling 'separate
12                 message view'
13
14 2003-10-21 [christoph]  0.9.6claws41
15
16         * src/procmime.c
17                 decode multipart and rfc822 mime parts to allow further
18                 parsing when required
19
20 2003-10-21 [christoph]  0.9.6claws40
21
22         * src/procmime.[ch]
23         * src/textview.c
24                 remove obsolete charset parameter in MimeInfo and fix
25                 TextView to use the charset from the parameter hash table
26
27         * src/plugins/dillo_viewer/Makefile.am
28         * src/plugins/trayicon/Makefile.am
29                 add OPENSSL_CFLAGS to fix building with using
30                 --with-openssl-* parameters
31
32 2003-10-21 [paul]       0.9.6claws39
33
34         * src/prefs_matcher.[ch]
35                 replace remnants of the old, renamed 'Execute' matchtype
36                 add a brief description to the Info window
37
38 2003-10-21 [hoa]        0.9.6claws38
39         
40         * src/Makefile.am
41         * src/carray.[ch]               * NEW *
42         * src/chash.[ch]                * NEW *
43         * src/folder.c
44         * src/maillock.[ch]             * NEW *
45         * src/mailmbox.[ch]             * NEW *
46         * src/mailmbox_folder.[ch]      * NEW *
47         * src/mailmbox_parse.[ch]       * NEW *
48         * src/mailmbox_types.[ch]       * NEW *
49                 implementation of mbox folder with unique message numbers
50
51                 made use of libEtPan! implementation of mbox for lower-layer.
52
53 2003-10-20 [alfons]     0.9.6claws37
54
55         * src/noticeview.c
56                 fix invalid argument warning
57         * src/pgpmime.c
58                 no in place variable
59
60 2003-10-20 [paul]       0.9.6claws36
61
62         * src/compose.[ch]
63           src/filtering.c
64           src/messageview.c
65                 fix crash when using Forward in Filtering when
66                 external editor option is set
67                 
68                 Patch submitted by Simon 'corecode' Schubert
69                 <corecode@corecode.ath.cx> 
70
71 2003-10-20 [paul]       0.9.6claws35
72
73         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
74           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
75           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
76           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
77           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
78           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
79           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
80           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
81           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
82           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
83           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
84           src/mimeview.c
85           src/stock_pixmap.[ch]
86                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
87                 icons. add privacy_warn.xpm icon
88
89 2003-10-20 [hoa]  0.9.6claws34
90
91         * src/folder_item_prefs.[ch]
92         * src/prefs_folder_item.c
93         * src/main.c
94                 Added a property per folder to choose whether we 
95                 want to apply processing on it on startup or if we
96                 prefer to wait the folder selection to apply it.
97         
98         * src/messageview.c
99                 fixed C89 compatibility (for old compilers, for
100                 example gcc 2.95.x).
101
102 2003-10-17 [christoph]  0.9.6claws33
103
104         * src/mimeview.c
105         * src/noticeview.[ch]
106                 change noticeview icon to indicate signature status
107
108 2003-10-17 [christoph]  0.9.6claws32
109
110         * src/Makefile.am
111         * src/main.c
112         * src/mimeview.c
113         * src/noticeview.c
114         * src/pgpmime.[ch]                              ** NEW **
115         * src/privacy.[ch]
116         * src/rfc2015.c
117         * src/sgpgme.c                                  ** NEW **
118                 reimplement PGP/Mime signature checking (unfinished)
119
120 2003-10-15 [christoph]  0.9.6claws31
121
122         * src/procmime.[ch]
123                 fix procmime_get_text_content() and
124                 procmime_get_first_text_content()
125
126 2003-10-15 [christoph]  0.9.6claws30
127
128         * src/plugins/spamassassin/spamassassin_gtk.c
129         * src/plugins/spamassassin/spamassassin_gtk.glade
130                 fix timeout tooltip
131
132 2003-10-15 [paul]       0.9.6claws29
133
134         * src/messageview.c
135                 workaround for buggy smtp servers. on sending a
136                 return receipt strip the name part from the address
137                 when creating headers
138                 
139 2003-10-15 [paul]       0.9.6claws28
140
141         * sync with 0.9.7 release
142                 see ChangeLog 2003-10-15
143
144 2003-10-14 [christoph]  0.9.6claws27
145
146         * src/plugins/clamav/clamav_plugin.c
147                 fix clamav plugin
148
149 2003-10-14 [christoph]  0.9.6claws26
150
151         * src/compose.c
152         * src/mimeview.c
153         * src/procmime.[ch]
154         * src/rfc2015.c
155         * src/textview.c
156         * src/plugins/clamav/clamav_plugin.c
157                 use GNode to create the mime tree (some changes to functions
158                 that traverse the tree are just quick and dirty. Maybe we
159                 can find better solutions with g_node_*-functions)
160
161 2003-10-14 [luke]       0.9.6claws25
162
163         * src/mimeview.c
164                 fix a navigation bug (stupid typo of mine)
165
166 2003-10-14 [christoph]  0.9.6claws24
167
168         * src/textview.c
169                 fix missing last line in plain/text mails
170
171 2003-10-13 [luke]       0.9.6claws23
172
173         * src/summaryview.c
174                 fix bug 334 (part 1)
175
176 2003-10-13 [kov]        0.9.6claws22
177
178         * src/mimeview.c
179                 error checking when the user enters a non-directory at
180                 the file selection dialog.
181                 work-around for users entering directory location without
182                 adding a leading G_DIR_SEPARATOR.
183
184 2003-10-13 [luke]       0.9.6claws21
185
186         * src/compose.c
187                 error reporting for inserting files, including catching
188                 invalid characters for current locale/encoding
189
190 2003-10-13 [paul]       0.9.6claws20
191
192         * src/folderview.c
193                 fix bug #347 'subscribe newsgroups crashes'
194
195 2003-10-13 [paul]       0.9.6claws19
196
197         * src/compose.c
198                 when using 'Reply to all' include the 'send replies
199                 to' folder property
200                 
201         * po/ja.po
202                 update Japanese translation. submitted by Rui Hirokawa 
203                 <rui_hirokawa@ybb.ne.jp>        
204
205 2003-10-13 [hoa]        0.9.6claws18
206
207         * src/account.c
208         * src/compose.c
209         * src/messageview.c
210         * src/procheader.c
211         * src/procheader.h
212                 rename get_header_from_msginfo() into
213                 procheader_get_header_from_msginfo() so that we have a
214                 coherent exported naming.
215                 avoid parsing of header contained in a string via
216                 a newly written temporary file.
217
218         Patch submitted by Simon 'corecode' Schubert
219                 <corecode@corecode.ath.cx>
220
221 2003-10-12 [hoa]        0.9.6claws17
222
223         * src/filtering.c
224         * src/filtering.h
225         * src/matcher.c
226         * src/matcher.h
227         * src/matcher_parser_parse.y
228         * src/prefs_filtering_action.c
229                 added "stop" action : stop applying the filtering rules.
230                 added "set score" and "increase/decrease score" actions.
231                 That two last action replace the "change_score" action
232                 introduced by alfons in 0.8.8claws85.
233                 "set score" is to set a given score to the message.
234                 "increase/decrease score" will increase or decrease the
235                 score if the given value is respectively positive or
236                 negative. If someone find a some better name for this last
237                 rule, it can be modified.
238
239 2003-10-12 [paul]       0.9.6claws16
240
241         * AUTHORS
242           po/ja.po
243                 update Japanese translation. submitted by Rui Hirokawa 
244                 <rui_hirokawa@ybb.ne.jp>
245
246 2003-10-12 [christoph]  0.9.6claws15
247
248         * src/procmime.c
249                 fix crash caused by incorrect headers
250
251 2003-10-10 [christoph]  0.9.6claws14
252
253         * src/main.c
254         * src/privacy.[ch]
255         * src/rfc2015.[ch]
256                 implement detection of signed message parts for rfc2015
257
258 2003-10-10 [thorsten]   0.9.6claws13
259
260         * src/mimeview.c
261                 fix typo
262
263 2003-10-10 [christoph]  0.9.6claws12
264
265         * src/stock_pixmap.[ch]
266         * src/pixmaps/mime_message.xpm                  ** NEW **
267                 add a new icon for mime type "message"
268
269         * src/privacy.[ch]
270         * src/procmime.[ch]
271                 add crypto api
272
273         * src/mimeview.c
274                 o use crypto api
275                 o add icons for message type mime parts
276
277 2003-10-10 [christoph]  0.9.6claws11
278
279         * src/mainwindow.c
280         * src/messageview.[ch]
281         * src/mimeview.[ch]
282         * src/procmime.[ch]
283         * src/procmsg.[ch]
284         * src/rfc2015.c
285         * src/summaryview.c
286         * src/textview.[ch]
287                 o remove switching between TextView and MimeView in MessageView
288                   (if required we can hide the icon box and the MimeView will
289                    look exaxtly like the TextView)
290                 o temporary remove signature and decrypting GPGME code
291
292 2003-10-09 [christoph]  0.9.6claws10
293
294         * src/action.c
295         * src/compose.c
296         * src/messageview.c
297         * src/mimeview.c
298         * src/procmime.[ch]
299         * src/procmsg.c
300         * src/rfc2015.c
301         * src/textview.c
302         * src/common/utils.[ch]
303         * src/plugins/clamav/clamav_plugin.c
304         * src/plugins/dillo_viewer/dillo_viewer.c
305         * src/plugins/image_viewer/viewer.c
306         * src/plugins/mathml_viewer/mathml_viewer.c
307                 new mime parser (several things need fixing)
308
309 2003-10-09 [paul]       0.9.6claws9
310
311         * src/imap.c
312                 a little more sync with 0.9.6cvs2 and a tidy up
313
314 2003-10-08 [paul]       0.9.6claws8
315
316         * sync with 0.9.6cvs2
317                 see ChangeLog 2003-10-03
318
319 2003-10-05 [christoph]  0.9.6claws7
320
321         * src/summaryview.c
322                 don't use flags to check if a message is in a news folder
323
324         (closes Bug 282 clicking on folder with copied Messages from News
325          immediately after having copied them crashes Sylpheed-Claws)
326
327 2003-10-05 [christoph]  0.9.6claws6
328
329         * src/Makefile.am
330         * src/progressdialog.[ch]               ** REMOVE **
331         * src/gtk/Makefile.am
332         * src/gtk/progressdialog.[ch]           ** NEW **
333                 move progressdialog to gtk directory
334
335 2003-10-04 [christoph]  0.9.6claws5
336
337         * src/prefs_toolbar.c
338         * src/gtk/prefswindow.c
339                 remove widget_show_all for pages root widget
340
341         * src/plugins/spamassassin/spamassassin.[ch]
342         * src/plugins/spamassassin/spamassassin_gtk.c
343         * src/plugins/spamassassin/spamassassin_gtk.glade
344                 add support for new libspamc transports
345
346 2003-10-04 [christoph]  0.9.6claws4
347
348         * src/plugins/spamassassin/libspamc.[ch]
349         * src/plugins/spamassassin/spamassassin.c
350         * src/plugins/spamassassin/utils.[ch]
351                 update libspamc to version from SpamAssassin 2.60
352
353 2003-10-03 [christoph]  0.9.6claws3
354
355         * src/send_message.c
356                 fix missing format string bug found by
357                 Georgi Guninski <guninski@guninski.com>
358
359 2003-10-03 [paul]       0.9.6claws2
360
361         * po/zh_CN.po
362                 update Simpilified Chinese translation, submitted by
363                 Hansom Young
364
365 2003-10-02 [christoph]  0.9.6claws1
366
367         * src/imap.c
368                 add UIDPLUS support for COPY and EXPUNGE
369
370 2003-10-02 [paul]       0.9.6claws
371
372         * 0.9.6claws released
373
374 2003-10-02 [paul]
375
376         * po/es.po
377           po/sk.po
378                 update Spanish and Slovak translations
379                 submitted by Ricardo Mones Lastra and Andrej Kacian
380  
381 2003-10-02 [paul]       0.9.5claws43
382
383         * po/en_GB.po
384                 update British English translation
385
386 2003-10-02 [paul]       0.9.5claws42
387
388         * po/hr.po
389                 update Croatian translation, submitted by Dragan
390
391 2003-10-01 [paul]       0.9.5claws41
392
393         * po/pl.po
394           po/sr.po
395                 update Polish and Serbian translations, submitted by
396                 Emil and Urke MMI
397
398 2003-10-01 [melvin]     0.9.5claws40
399
400         * po/fr.po
401                 Updated French translations
402
403 2003-10-01 [melvin]     0.9.5claws39
404
405         * src/prefs_fonts.c
406                 Fixed a Gtk warning
407
408         * src/plugins/dillo_prefs.c     
409                 Quasi unnoticeable UI clean-up.
410
411 2003-10-01 [paul]
412
413         * tools/README
414           tools/maildir2sylpheed.pl
415                 bug fixes, rewrites, submitted by Matthias Förste 
416                 <itsjustme@users.sourceforge.net>
417
418 2003-09-29 [paul]       0.9.5claws38
419
420         * src/inc.c
421                 fix my coding carelessness
422
423 2003-09-29 [paul]       0.9.5claws37
424
425         * po/POTFILES.in
426           src/Makefile.am
427           src/main.c
428           src/prefs_common.[ch]
429           src/prefs_fonts.[ch]  ** NEW FILES **
430                 move Font config options to Other Prefs/Display/Fonts
431                 (user's current configuration is preserved)
432
433 2003-09-29 [paul]       0.9.5claws36
434
435         * src/inc.c
436           src/prefs_account.c
437                 allow 'local_mbox' value to point to either a directory 
438                 (/var/mail -  default, new) or a file (/var/mail/username
439                 - original)
440
441 2003-09-28 [paul]       0.9.5claws35
442
443         * src/rfc2015.c
444                 on signature check, where key exists, print the
445                 Key ID
446
447 2003-09-27 [alfons]     0.9.5claws34
448
449         * src/action.c
450                 o make progress bar not fill/expand when resizing dialog
451                 o use default fixed text font for actions output
452
453 2003-09-27 [paul]       0.9.5claws33
454
455         * src/prefs_common.[ch]
456           src/procmsg.c
457           src/send_message.c
458                 remove External Program settings from Common Prefs/Send
459                 as they are now unnecessary due to Local account settings.
460                 plus a little tidying-up after 0.9.5claws31
461
462 2003-09-27 [paul]       0.9.5claws32
463
464         * src/prefs_account.c
465                 o make correction to gui text:
466                   'Local mailbox file' -> 'Local mailbox directory'
467                 o give 'local_mbox' option a reasonable default value:
468                   '/var/mail'
469                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
470                   value
471
472 2003-09-26 [paul]       0.9.5claws31
473
474         * src/inc.c
475           src/prefs_common.[ch]
476                 remove 'Incorporate from spool' common pref,
477                 force creation of a 'Local' account
478
479 2003-09-26 [christoph]  0.9.5claws30
480
481         * src/folder.c
482         * src/msgcache.c
483                 add more NULL pointer checks
484
485 2003-09-25 [christoph]  0.9.5claws29
486
487         * src/folder.c
488                 o don't fetch source message to get it's message id
489                 o immediately scan dest folder when copying a message did not
490                   return a new message number and not do it when the first message
491                   without a new message number is found
492
493 2003-09-23 [christoph]  0.9.5claws28
494
495         * src/compose.c
496                 fix generating of headers
497
498         (patch by David Relson <relson@osagesoftware.com>)
499
500 2003-09-23 [paul]       0.9.5claws27
501
502         * po/zh_CN.po
503                 update Simplified Chinese translation. submitted by
504                 Hansom Young
505
506 2003-09-23 [paul]       0.9.5claws26
507
508         * tools/Makefile.am
509           tools/README
510           tools/vcard2xml.py    ** NEW FILE **
511                 add a script that converts an evolution vcard to
512                 sylpheed's xml format
513                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
514
515 2003-09-22 [paul]       0.9.5claws25
516
517         * src/plugins/clamav/clamav_plugin.c
518                 don't skip MULTIPART parts
519
520 2003-09-21 [christoph]  0.9.5claws24
521
522         * src/alertpanel.c
523                 remove unneeded include
524
525         * src/folder.c
526                 clean up copy/move mess with duplicated code
527
528         * src/imap.c
529                 fix problem that sometimes the folder was not scanned
530                 also it was changed
531
532 2003-09-21 [christoph]  0.9.5claws23
533
534         * src/Makefile.am
535         * src/logwindow.[ch]                    ** REMOVE **
536         * src/mainwindow.c
537         * src/prefs_common.c
538         * src/gtk/Makefile.am
539         * src/gtk/logwindow.[ch]                ** ADD **
540                 make logwindow prefs_common independent and move
541                 it to gtk directory
542
543 2003-09-20 [christoph]  0.9.5claws22
544
545         * src/compose.c
546                 add extra space for address code conversion
547                 (4 * unconvered size could be too small for short headers)
548
549 2003-09-20 [christoph]  0.9.5claws21
550
551         * src/compose.c
552                 increase temp buffer size when writing headers
553
554 2003-09-19 [darko]      0.9.5claws20
555
556         * src/compose.c
557                 don't ignore value of 'Save copy of outgoing messages to
558                 this folder instead of Sent' in message redirect
559
560 2003-09-17 [christoph]  0.9.5claws19
561
562         * src/compose.c
563                 use ", " as address seperator for mail headers and pass whole
564                 header line at once to compose_convert_header to make sure
565                 it is correctly folded
566
567         (closes Bug 64 Problem when sending to many recipients)
568
569 2003-09-17 [hoa]        0.9.5claws18
570         
571         * src/matcher.[ch]
572           src/matcher_parser_parse.y
573           src/prefs_matcher.c
574                 changed the keyword used for command execution in condition
575                 keyword is changed from "execute" to "test"
576                 so that it is not the same as the one used for action.
577                 This will fix a bug when using filtering dialog.
578                 All semantic in the code is also changed to reflect
579                 the keyword change.
580
581 2003-09-17 [paul]
582         
583         * sync with 0.9.6 release
584
585 2003-09-17 [paul]       0.9.5claws17
586
587         * sync with 0.9.5cvs8
588                 see ChangeLog 2003-09-16 and 2003-09-17
589
590 2003-09-16 [paul]       0.9.5claws16
591
592         * sync with 0.9.5cvs6
593                 see ChangeLog 2003-09-16
594
595 2003-09-15 [paul]       0.9.5claws15
596
597         * sync with 0.9.5cvs5
598                 see ChangeLog 2003-09-15
599
600 2003-09-14 [alfons]     0.9.5claws14
601
602         * src/inc.c
603                 make "Go to inbox after receiving new mail" again;
604                 regression of a sync, restored to sylpheed main 
605                 behaviour. (misses still some bits)
606
607 2003-09-14 [alfons]     0.9.5claws13
608
609         * src/prefs_filtering_action.c
610                 o add proper message if empty execute command line
611                 o don't select first action item after registering a
612                   new action to prevent (what seems to be a GTK) bug
613                   #36, "filtering will only accept one action change 
614                   per invocation".
615
616 2003-09-14 [alfons]     0.9.5claws12
617
618         * src/prefs_filtering.c
619         * src/prefs_filtering_action.c
620         * src/prefs_matcher.c
621                 fix function signature for key_pressed_event signal handlers
622
623 2003-09-14 [alfons]     0.9.5claws11
624
625         * src/mainwindow.c
626                 fix regression caused by fix for invalid bug #7
627                 (should fix #246, "Multiple selections are deselected when 
628                 moving from search window to main window")
629                 
630 2003-09-14 [alfons]     0.9.5claws10
631         
632         * src/actions.[ch]
633         * src/filtering.[ch]
634         * src/prefs_actions.c
635                 allow `filtering actions` in actions; only for advanced users
636                 right now: try for example, "%as{mark color 2}" 
637         
638 2003-09-13 [paul]       0.9.5claws9
639         
640         * po/pl.po
641           po/zh_CN.po   ** NEW FILE **
642                 update Polish translation, submitted by Emil 
643                 <eminowbl@posejdon.wpk.p.lodz.pl>
644                 add new Simplified Chinese translation, submitted by
645                 Hansom Young <hansom_young@yahoo.com>
646
647 2003-09-12 [alfons]     0.9.5claws8
648
649         * src/summaryview.c
650                 don't open separate message views when View | Separate message view
651                 is active 
652                 (please look carefully for any navigation regressions)
653
654 2003-09-11 [alfons]     0.9.5claws7
655
656         * src/mainwindow.c
657                 make default message view, opened by View | Separate message 
658                 view, look like a claws message view (which includes a menu
659                 bar and a toolbar)
660                 (fixes bug #298, "message view loses tool bar") 
661
662 2003-09-11 [christoph]  0.9.5claws6
663
664         * src/folderview.c
665                 fix double deleting of newsgroup folders
666
667         (closes Bug 305 crash after deleting of a newsgroup)
668
669 2003-09-11 [paul]       0.9.5claws5
670
671         * src/rfc2015.c
672           src/common/utils.h
673                 more sync'ing from 0.9.5cvs2
674
675 2003-09-11 [christoph]  0.9.5claws4
676
677         * src/compose.c
678         * src/rfc2015.c
679         * src/common/utils.h
680                 fix sync with 0.9.5cvs2
681
682 2003-09-11 [paul]       0.9.5claws3
683
684         * sync with 0.9.5cvs4
685                 see ChangeLog 2003-09-11
686
687 2003-09-11 [paul]       0.9.5claws2
688
689         * sync with 0.9.5cvs2
690                 see ChangeLog 2003-09-05
691                 
692 2003-09-11 [paul]       0.9.5claws1
693
694         * sync with 0.9.5cvs3
695                 see ChangeLog 2003-09-10
696
697 2003-09-10 [paul]       0.9.5claws
698
699         * 0.9.5claws released
700
701 2003-09-10 [paul]       0.9.4claws78
702
703         * src/Makefile.am
704                 add missing files
705
706 2003-09-10 [melvin]     0.9.4claws77
707
708         * po/fr.po
709                 Updated French translations
710
711 2003-09-10 [paul]       0.9.4claws76
712
713         * po/es.po
714           po/sk.po
715           po/sr.po
716                 update Spanish, Slovak, and Serbian translations.
717                 submitted by Ricardo Mones Lastra, Andrej Kacian,
718                 and Urke MMI
719                 
720         * AUTHORS
721                 add translation team section
722
723 2003-09-09 [christoph]  0.9.4claws75
724
725         * src/folder.c
726                 free item->prefs in folder_item_destroy
727
728 2003-09-09 [alfons]     0.9.4claws74
729
730         * src/folderview.c
731                 o proper check for root node sorting
732                 o remove unnecessary gtk_ctree_remove_node 
733
734         (should fix bug #300, "crash while moving folder")      
735
736 2003-09-08 [christoph]  0.9.4claws73
737
738         * src/folderview.c
739                 o fix double adding of IMAP FolderItems to GtkCTree
740                 o fix crash then mbox folder is removed
741
742 2003-09-08 [christoph]  0.9.4claws72
743
744         * src/folder.c
745         * src/folderview.c
746         * src/mainwindow.c
747                 fix new folder notification
748
749         * src/mbox_folder.c
750                 fix cache path
751
752 2003-09-08 [christoph]  0.9.4claws71
753
754         * src/compose.c
755                 replace '\n' and '\r' before removing trailing spaces
756
757         * src/folder.[ch]
758         * src/folderview.c
759                 add information about new or removed items in folder tree change
760                 notification and use this in folderview to add and remove only
761                 the appected items and not refresh the whole tree
762
763 2003-09-07 [match]      0.9.4claws70
764
765         * src/Makefile.am
766         * src/addr_compl.c
767         * src/addressbook.c
768         * src/addressitem.h
769         * src/addrindex.c
770         * src/addritem.c
771         * src/addritem.h
772         * src/addrquery.c                       ** NEW **
773         * src/addrquery.h
774         * src/ldapquery.c
775         * src/ldapserver.c
776         * src/stock_pixmap.c
777         * src/stock_pixmap.h
778         * src/pixmaps/address_search.xpm        ** NEW **
779                 re-introduce Lookup button for LDAP 'static' searches.
780
781 2003-09-07 [alfons]     0.9.4claws69
782         
783         * src/summaryview.c
784                 abandon setting usize for messageview because it gives layout problems
785                 with the quick search bar and the headerview; fixes assorted UI glitches:
786                 
787                 o bug #148, "Toggling of quick-search bar reduces index view area" 
788                 o bug #280, "Window resiizes for line length but does not revert"
789
790 2003-09-07 [christoph]  0.9.4claws68
791
792         * src/compose.c
793                 o make sure we don't have any newlines in header values
794                 o check custom headers for spaces and newlines and ignore
795                   malformed header names
796
797 2003-09-06 [christoph]  0.9.4claws67
798
799         * src/folder.c
800         * src/folderview.c
801                 invoke notification hook for folder tree changes after append
802                 and remove folder
803
804         (closes Bug 294 Crash while moving folder with many subdirectories)
805
806 2003-09-06 [christoph]  0.9.4claws66
807
808         * src/folder.c
809                 destroy folder's MsgCache if FolderItem is removed to make sure
810                 it is not saved when the FolderItem is destroyed
811
812 2003-09-06 [christoph]  0.9.4claws65
813
814         * src/plugins/clamav/clamav_plugin.c
815                 fix copy & paste bug
816
817 2003-09-05 [christoph]  0.9.4claws64
818
819         * src/folder.c
820         * src/messageview.[ch]
821         * src/procmsg.[ch]
822         * src/summaryview.c
823                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
824                 by MessageView to clear it when the message is deleted. Should
825                 work even if messages are deleted in MainWindow or by
826                 processing.
827
828 2003-09-05 [alfons]     0.9.4claws63
829
830         * src/messageview.c
831                 deleting a message in a message view frees its msginfo, make 
832                 messageview_update_all() aware of that (should fix bug #293,
833                 "deleting message caused crash")
834
835 2003-09-05 [melvin]     0.9.4claws62
836
837         * src/action.c
838                 Improve synchronous action exit code (fixes 
839                 a ~5 seconds delay after action exit on RedHat 9)
840
841 2003-09-04 [christoph]  0.9.4claws61
842
843         * src/compose.c
844         * src/rfc2015.c
845         * src/common/utils.[ch]
846                 add util function to create mime boundary and use it
847                 in compose and gpg code
848
849 2003-09-04 [alfons]     0.9.4claws60
850
851         * src/folder.c
852                 source folder item's GNode should already have been freed in 
853                 a previous call to src->folder->klass->remove_folder()
854                 (should fix bug #287, "crash when moving folders")
855
856 2003-09-03 [thorsten]   0.9.4claws59
857
858         * src/plugins/spamassassin/spamassassin_gtk.c
859                 fix compile error
860
861 2003-09-03 [christoph]  0.9.4claws58
862
863         * src/plugins/spamassassin/spamassassin.[ch]
864         * src/plugins/spamassassin/spamassassin_gtk.c
865                 add timeout config option
866
867 2003-09-03 [paul]       0.9.4claws57
868
869         * po/sk.po      ** NEW FILE **
870                 add Slovak translation. Submitted by Andrej Kacian 
871                 <andrej@kacian.sk>
872
873 2003-09-03 [paul]       0.9.4claws56
874
875         * src/plugins/clamav/clamav_plugin_gtk.c
876                 gui tweaks: replace a label with a tooltip, modify the
877                 text, use gtk_check_button_new(); instead of
878                 gtk_check_button_new_with_label("");
879
880 2003-09-02 [alfons]     0.9.4claws55
881
882         * src/gtk/filesel.c
883                 remember last used dir when attaching multiple files (should fix
884                 bug #290, "Attach File does not remember directory")
885
886 2003-09-01 [paul]       0.9.4claws54
887
888         * po/es.po
889                 updated by Ricardo Mones Lastra
890
891 2003-09-01 [alfons]     0.9.4claws53
892
893         * src/gtk/gtkaspell.[ch]
894                 be pedantic and strict and use const gchar * instead of guchar *
895
896 2003-09-01 [alfons]     0.9.4claws52
897
898         * src/mainwindow.c
899         * src/summaryviewc.
900                 re-enable Save As when multiple messages are selected
901
902 2003-09-01 [paul]       0.9.4claws51
903
904         * src/textview.c
905                 g_free(trimmed_uri);
906
907 2003-09-01 [paul]       0.9.4claws50
908
909         * sync with 0.9.4cvs13
910                 see ChangeLog 2003-09-01
911
912 2003-09-01 [paul]       0.9.4claws49
913
914         * src/textview.c
915                 trim uri before sending to the statusbar
916                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
917                 in the message window causes main S-C window to enlarge 
918                 past screen edges'
919
920 2003-09-01 [paul]       0.9.4claws48
921
922         * sync with 0.9.4cvs12
923                 see ChangeLog 2003-09-01
924
925 2003-08-30 [christoph]  0.9.4claws47
926
927         * src/compose.c
928         * src/folder_item_prefs.[ch]
929         * src/prefs_folder_item.c
930         * src/gtk/gtkaspell.[ch]
931                 commit per folder dictionary patch by
932                 Paul Evans <nerd@freeuk.com>
933
934 2003-08-30 [christoph]  0.9.4claws46
935
936         * src/plugins/spamassassin/spamassassin_gtk.c
937         * src/plugins/spamassassin/spamassassin_gtk.glade
938                 reduce GUI clutter by placing hints into tooltips
939
940 2003-08-30 [paul]       0.9.4claws45
941
942         * src/compose.c
943                 add 'Content-Disposition: inline' to a text/plain
944                 part when using PGP/MIME signing
945
946 2003-08-30 [paul]       0.9.4claws44
947
948         * src/prefs_common.c
949           src/prefs_spelling.c
950           src/prefs_spelling.glade
951                 reduce GUI clutter by placing hints into tooltips
952
953 2003-08-29 [christoph]  0.9.4claws43
954
955         * configure.ac
956                 fix bug found by Ivan Rayner <ivanr@sgi.com>
957
958         * src/stock_pixmap.c
959                 change unecessary warning into a debug message
960
961         * src/plugins/clamav/Makefile.am
962                 Fix error "-I$(CLAMAV_LIBS)"
963
964 2003-08-29 [christoph]  0.9.4claws42
965
966         * intl/Makefile.in
967         * src/Makefile.am
968         * src/matcher.h
969         * src/common/Makefile.am
970         * src/common/passcrypt.c
971                 commit fixes and patches for some of the IRIX problems found by
972                 Ivan Rayner <ivanr@sgi.com>
973
974 2003-08-29 [paul]       0.9.4claws41
975
976         * src/prefs_filtering.c
977                 add 'Top' and 'Bottom' buttons, based on changes in
978                 src/prefs_filter.c in 0.9.4cvs11.
979
980 2003-08-27 [christoph]  0.9.4claws40
981
982         * src/folderview.c
983                 fix bug that the current summary settings were copied to the
984                 wrong folder item, when the folder item prefs are opened.
985                 Copying is not required because summary settings and
986                 folder_item_prefs do not contain the same settings
987
988 2003-08-27 [thorsten]   0.9.4claws39
989
990         * src/imap.c
991                 fix compile error
992
993 2003-08-26 [paul]       0.9.4claws38
994
995         * sync with 0.9.4cvs9
996                 see ChangeLog 2003-08-26
997
998 2003-08-25 [paul]       0.9.4claws37
999
1000         * sync with 0.9.4cvs8
1001                 see ChangeLog 2003-08-25
1002
1003 2003-08-24 [christoph]  0.9.4claws36
1004
1005         * src/prefs_filtering.c
1006                 shouldn't remove items from a GSList while iterating over the
1007                 list (makes cur invalid and cur->next not accessable)
1008
1009         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1010          crashed)
1011
1012 2003-08-23 [christoph]  0.9.4claws35
1013
1014         * src/news.c
1015                 news folders should be scanned when opened
1016
1017 2003-08-22 [christoph]  0.9.4claws34
1018
1019         * src/prefs_folder_item.c
1020                 use macro to assign strings that always frees the old string
1021
1022         * src/gtk/gtkaspell.[ch]
1023                 add gtkaspell_set_dictionary_menu_active_item() to set active
1024                 item in dictionary option menu
1025
1026         * src/prefs_spelling.c
1027                 use gtkaspell_set_dictionary_menu_active_item() to select
1028                 dictionary
1029
1030 2003-08-21 [christoph]  0.9.4claws33
1031
1032         * src/folder.[ch]
1033         * src/imap.c
1034         * src/mbox_folder.c
1035         * src/mh.c
1036         * src/news.c
1037                 optimize folder system
1038
1039         * src/gtk/gtkstext.c
1040                 fix division by zero when font has 0 width for ' '
1041
1042 2003-08-21 [paul]       0.9.4claws32
1043
1044         * sync with 0.9.4cvs7
1045                 see ChangeLog 2003-08-20
1046
1047 2003-08-19 [paul]       0.9.4claws31
1048
1049         * src/common/defs.h
1050                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1051                 SYLDOC_FAQ_HTML_INDEX.
1052         * src/manual.c
1053                 use LC_MESSAGES instead of LC_ALL to find the current
1054                 language
1055
1056           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1057
1058 2003-08-19 [paul]       0.9.4claws30
1059
1060         * po/bg.po
1061                 updated by George Danchev
1062
1063 2003-08-18 [luke]       0.9.4claws29
1064         * src/mimeview.[ch]
1065         * src/gtk/gtkvscrollbutton.[ch]
1066                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1067                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1068                 o removed horizontal separator between icons
1069
1070 2003-08-17 [christoph]  0.9.4claws28
1071
1072         * src/procmsg.c
1073                 no subject threading when the subject has no reply prefix
1074
1075 2003-08-16 [christoph]  0.9.4claws27
1076
1077         * src/mainwindow.c
1078                 remember and restore window sizes and position when the main
1079                 window is hidden or shown
1080
1081         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1082          minimised/reopened using trayicon)
1083
1084 2003-08-16 [paul]       0.9.4claws26
1085
1086         * src/crash.c
1087                 add #include "defs.h"
1088
1089 2003-08-16 [paul]       0.9.4claws25
1090
1091         * src/plugins/clamav/clamav_plugin.c
1092                 reword a debug_print
1093                 
1094         * src/plugins/dillo_viewer/dillo_prefs.c
1095                 cosmetic: change the labels' text, add tooltips, and
1096                 left-align the hint
1097
1098 2003-08-15 [christoph]  0.9.4claws24
1099
1100         * src/news.c
1101                 complete last change (forgot some changes)
1102
1103 2003-08-15 [christoph]  0.9.4claws23
1104
1105         * src/news.c
1106                 o check number of messages and don't return a 0 message
1107                   when no messages are available
1108                 o don't parse xref header anymore
1109
1110         (closes Bug 203 I'm not getting any news)
1111
1112 2003-08-15 [paul]       0.9.4claws22
1113
1114         * src/common/defs.h
1115           src/crash.c
1116                 update and define claws bugzilla location
1117
1118 2003-08-15 [paul]       0.9.4claws21
1119
1120         * po/ru.po
1121                 update submitted by Ruslan N. Balkin
1122
1123 2003-08-14 [christoph]  0.9.4claws20
1124
1125         * src/procmsg.c
1126                 fix search for oldest node in subject threading
1127
1128 2003-08-14 [christoph]  0.9.4claws19
1129
1130         * src/procmsg.c
1131         * src/common/utils.h
1132                 add possibility to check all nodes with the same subject for
1133                 subject threading, not only the oldest node. Should not break
1134                 threads anymore if the oldest node is thread_by_subject_max_age
1135                 days older then parent, because it can now find a child of
1136                 oldest node as new parent.
1137
1138 2003-08-11 [christoph]  0.9.4claws18
1139
1140         * src/plugins/spamassassin/spamassassin.c
1141                 run spam check in background process
1142
1143 2003-08-10 [alfons]     0.9.4claws17
1144
1145         * src/summaryview.c
1146                 make `Select All' sensitive too
1147
1148 2003-08-10 [christoph]  0.9.4claws16
1149
1150         * src/imap.c
1151                 add more checks in imap_close
1152
1153 2003-08-09 [alfons]     0.9.4claws15
1154
1155         * src/prefs_spelling.c
1156                 no spell checking UI if not requested
1157
1158 2003-08-09 [alfons]     0.9.4claws14
1159
1160         * src/gtk/prefswindow.c
1161                 make it compile
1162
1163 2003-08-09 [christoph]  0.9.4claws13
1164
1165         * src/prefs_spelling.c
1166         * src/gtk/prefswindow.[ch]
1167         * src/plugins/clamav/clamav_plugin_gtk.c
1168         * src/plugins/spamassassin/spamassassin_gtk.c
1169                 sort prefs pages by heighest weight in tree
1170
1171 2003-08-09 [paul]       0.9.4claws12
1172
1173         * sync with 0.9.4cvs6
1174                 see ChangeLog 2003-08-07
1175                 
1176         * AUTHORS
1177                 add Leandro and Luke to claws-branch section
1178
1179 2003-08-09 [christoph]  0.9.4claws11
1180
1181         * src/gtk/Makefile.am
1182         * src/gtk/colorsel.[ch]                 ** NEW **
1183                 create a color selection dialog that can be used as a simple
1184                 function call with it's own gtk main loop like filesel.[ch]
1185
1186         * src/Makefile.am
1187         * src/main.c
1188         * src/prefs_common.c
1189         * src/prefs_spelling.[ch]               ** NEW **
1190         * src/prefs_spelling.glade              ** NEW **
1191         * src/gtk/gtkutils.[ch]
1192                 move "Spell Checker" prefs to new prefs dialog
1193
1194         * src/prefs_folder_item.c
1195                 use new colorsel dialog
1196
1197 2003-08-08 [paul]       0.9.4claws10
1198
1199         * src/inc.c
1200                 clear the progress bar unconditionally
1201
1202 2003-08-08 [paul]       0.9.4claws9
1203
1204         * sync with 0.9.4cvs4
1205                 see ChangeLog 2003-07-31
1206
1207 2003-08-07 [christoph]  0.9.4claws8
1208
1209         * configure.ac
1210                 fix bug in image viewer plugin part
1211
1212         * src/imap.c
1213                 don't execute close command if the folder item is not selected
1214
1215 2003-08-07 [hoa]        0.9.4claws7
1216
1217         * src/filtering.[ch]
1218         * src/matcher_parser.h
1219         * src/matcher_parser_parse.y
1220                 can define several actions for each filtering rule
1221                 can import old versions of filtering rules
1222
1223         * src/prefs_filtering.c
1224                 call to a new dialog box to define actions
1225
1226         * src/prefs_filtering_action.[ch]
1227                 dialog box to define actions for filtering rules
1228
1229 2003-08-06 [christoph]  0.9.4claws6
1230
1231         * src/imap.c
1232                 make sure source folder is selected when copying messages
1233
1234 2003-08-06 [christoph]  0.9.4claws5
1235
1236         * sync with 0.9.4cvs2
1237                 see ChangeLog 2003-07-29                
1238
1239 2003-08-05 [paul]       0.9.4claws4
1240
1241         * sync with 0.9.4cvs3
1242                 see ChangeLog 2003-07-30
1243
1244 2003-08-04 [match]      0.9.4claws3
1245
1246         * po/POTFILES.in
1247                 export of LDIF files.
1248
1249 2003-08-04 [match]      0.9.4claws2
1250
1251         * src/ldif.[ch]
1252                 support for export LDIF. documented.
1253         * src/importldif.[ch]
1254         * src/exportldif.[ch]
1255                 add tooltips. documented.
1256         * src/exphtmldlg.[ch]
1257         * src/common/xmlprops.[ch]
1258                 documented.
1259         * src/exportldif.[ch]                   ** NEW **
1260         * src/expldifdlg.[ch]                   ** NEW **
1261         * src/addressbook.[ch]
1262         * src/Makefile.am
1263                 export of LDIF files.
1264                 documented.
1265
1266 2003-08-04 [christoph]  0.9.4claws1
1267
1268         * .cvsignore
1269         * Makefile.am
1270         * configure.ac
1271         * sylpheed-claws.pc.in                  ** NEW **
1272         * src/Makefile.am
1273         * src/common/Makefile.am
1274         * src/gtk/Makefile.am
1275                 install sylpheed header files in $(pkgincludedir) and create a
1276                 pkg-config file to allow building a plugin without the source
1277                 package
1278
1279 2003-08-04 [paul]       0.9.4claws
1280
1281         * version 0.9.4claws
1282
1283 2003-08-04 [paul]       0.9.3claws97
1284
1285         * po/es.po
1286                 update Spanish translation. Submitted by Ricardo
1287                 Mones Lastra.
1288
1289 2003-08-03 [paul]       0.9.3claws96
1290
1291         * po/hr.po
1292           po/sr.po
1293                 update Croatian and Serbian translations. Submitted by
1294                 Dragan and Urke MMI respectively
1295
1296 2003-08-03 [alfons]     0.9.3claws95
1297
1298         * src/summaryview.c
1299                 mark flag has precedence over important flag - seems
1300                 to have been changed in sync of 0.9.3claws45. this fixes
1301                 a regression where messages that were scored as important
1302                 don't show their mark flags. (using the same column for
1303                 both importance as mark flags is the real problem
1304                 ofcourse)
1305
1306 2003-08-03 [melvin]     0.9.3claws94
1307
1308         * po/fr.po
1309                 Updated French translations.
1310
1311 2003-08-03 [melvin]     0.9.3claws93
1312
1313         * src/Makefile.am
1314                 Fixed typo introduced after 0.9.3claws92 
1315                 that prevented compilation
1316                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1317                 CPPFLAGS and YFLAGS to allow user setting these.
1318         * src/common/Makefile.am
1319         * src/gtk/Makefile.am
1320         * src/plugins/clamav/Makefile.am
1321         * src/plugins/demo/Makefile.am
1322         * src/plugins/dillo_viewer/Makefile.am
1323         * src/plugins/image_viewer/Makefile.am
1324         * src/plugins/mathml_viewer/Makefile.am
1325         * src/plugins/spamassassin/Makefile.am
1326         * src/plugins/trayicon/Makefile.am
1327         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1328                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1329                 CPPFLAGS and YFLAGS to allow user setting these.
1330
1331 2003-08-02 [christoph]  0.9.3claws92
1332
1333         * configure.ac
1334                 o rearrange plugin tests
1335                 o add test for clamav.h to ClamAV tests
1336
1337 2003-08-02 [luke]       0.9.3claws91
1338
1339         * src/mimeview.c
1340                 o fixed appearance of icon list when toggling back from the 
1341                   ctree
1342                 o toggling of icons using the keyboard works correctly
1343                 o fixed all other keyboard shortcuts to work when icons are
1344                   active
1345         
1346         * src/messageview.c
1347                 o fixed bug 4 - focus lost when changing messageview view type
1348
1349 2003-08-02 [christoph]  0.9.3claws90
1350
1351         * src/common/hooks.c
1352                 fix crash when pointer stored in hash table could get invalid
1353                 when a plugin is unloaded
1354
1355 2003-08-01 [christoph]  0.9.3claws89
1356
1357         * configure.ac
1358                 o try to build all plugins (except spamassassin) by default
1359                 o don't build a plugin if a dependency check fails
1360
1361         * src/common/hooks.c
1362                 fix warning
1363
1364 2003-08-01 [match]      0.9.3claws88
1365
1366         * src/importldif.c
1367                 allow single click field selection. document code.
1368
1369 2003-08-01 [christoph]  0.9.3claws87
1370
1371         * src/plugins/clamav/clamav_plugin.c
1372         * src/plugins/clamav/clamav_plugin_gtk.c
1373         * src/plugins/dillo_viewer/dillo_viewer.c
1374         * src/plugins/image_viewer/plugin.c
1375         * src/plugins/mathml_viewer/mathml_viewer.c
1376         * src/plugins/spamassassin/spamassassin.c
1377         * src/plugins/spamassassin/spamassassin_gtk.c
1378         * src/plugins/trayicon/trayicon.c
1379                 add version check to all plugins
1380
1381 2003-08-01 [hoa]        0.9.3claws86
1382
1383         * src/prefs_filtering.c
1384                 fixed a cosmetic bug, during creation of dialog box,
1385                 wrong widgets were shown after creation.
1386
1387 2003-08-01 [luke]       0.9.3claws85
1388
1389         * src/mainwindow.c
1390                 o fixed visibility of icons/mimeview after toggling separate
1391                   message/folder view (factored out some similar code too).
1392
1393
1394 2003-07-31 [alfons]     0.9.3claws84
1395
1396         * src/mimeview.c
1397                 tweak icon box UI a bit more, now allowing right-clicks actions
1398                 getting the relevant mime data too; should fix #250, "Can't save 
1399                 attachments sometimes".
1400
1401 2003-07-30 [alfons]     0.9.3claws83
1402
1403         * src/compose.c
1404                 don't do auto-save-draft inside key press handler, but rather
1405                 schedule it half of a second later; should fix #67, "autosave 
1406                 make re-rediting message crazy"
1407
1408 2003-07-30 [christoph]  0.9.3claws82
1409
1410         * src/plugins/trayicon/trayicon.c
1411                 process pending events before unloading the plugin
1412
1413         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1414
1415 2003-07-30 [alfons]     0.9.3claws81
1416
1417         * src/common/hooks.c
1418                 parameter 2 of g_hook_destroy() should really be a hook id
1419
1420 2003-07-30 [alfons]     0.9.3claws80
1421
1422         * src/common/plugin.c
1423                 fix a possibly harmful function signature mismatch 
1424                 for plugin_done
1425
1426 2003-07-30 [alfons]     0.9.3claws79
1427
1428         * src/common/hooks[.ch]
1429                 const correctness
1430
1431 2003-07-30 [darko]      0.9.3claws78
1432
1433         * src/summaryview.c
1434                 make it compile again
1435
1436 2003-07-30 [luke]       0.9.3claws77
1437
1438         * src/crash.c
1439         * src/main.c
1440                 o added/moved signal handlers for SIGTERM (normal kill command) 
1441                   and SIGINT (ctl-c) to be used even without 
1442                   --enable-crash-dialog, fixing bug 166
1443
1444         * src/summaryview.c
1445                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1446                   bug 227
1447
1448         * src/mainwindow.c
1449                 o changed sensitivity condition for 'Next new' and 'Next 
1450                   unread', fixing bug 8
1451
1452 2003-07-29 [alfons]     0.9.3claws76
1453
1454         * src/common/utils.[ch]
1455                 add generate_msgid()
1456         * src/messageview.c
1457                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1458                 sent folder".
1459
1460 2003-07-29 [alfons]     0.9.3claws75
1461
1462         * src/messageview.c
1463                 fix a memleak (claws-only)
1464
1465 2003-07-29 [alfons]     0.9.3claws74
1466
1467         * src/mimeview.[ch]
1468         * src/gtk/gtkvscrollbutton.[ch]
1469                 fix UI glitch where mime icon toolbox' scroll position is not 
1470                 reset after switching to another message
1471                 
1472
1473 2003-07-29 [paul]       0.9.3claws73
1474
1475         * src/prefs_folder_item.c
1476                 split the prefs into 2 separate pages
1477
1478 2003-07-29 [paul]       0.9.3claws72
1479
1480         * src/compose.c
1481                 prepend "\n\n" to a signature without a separator too
1482
1483 2003-07-29 [paul]       0.9.3claws71
1484
1485         * src/compose.c
1486                 fix bug where changing to an account without an auto-sig
1487                 from an initial account without an auto-sig would insert 
1488                 2 blank lines at the cursor point
1489                 fix bug where changing to an account with an auto-sig
1490                 from an initial account without an auto-sig would insert
1491                 the sig at the cursor point
1492
1493 2003-07-29 [paul]       0.9.3claws70
1494
1495         * src/folderview.c
1496                 use the colour from the folder pref unless the folder
1497                 has new messages
1498
1499 2003-07-29 [alfons]     0.9.3claws69
1500
1501         * src/procmsg.[ch]
1502         * src/messageview.c
1503         * src/procheader.c
1504                 rewrite return receipt request work a little bit (the former 
1505                 implementation presumably depended too much on the UI setting
1506                 flags). (we're losing the old pending flag.) 
1507
1508 2003-07-28 [christoph]  0.9.3claws68
1509
1510         * src/folder.c
1511         * src/imap.c
1512         * src/mh.c
1513         * src/procmsg.[ch]
1514                 fix copy to IMAP folder from other folder
1515
1516 2003-07-28 [christoph]  0.9.3claws67
1517
1518         * src/procmsg.c
1519                 fix sync of procmsg_get_message_file_list
1520
1521 2003-07-28 [christoph]  0.9.3claws66
1522
1523         * sync with 0.9.3cvs14
1524                 see ChangeLog 2003-07-18
1525         * sync with 0.9.3cvs17
1526                 see ChangeLog 2003-07-23
1527
1528         (closes Bug 234 segmentation fault after sending out mail via
1529          smtp(auth))
1530
1531 2003-07-28 [paul]       0.9.3claws65
1532
1533         * po/es.po
1534                 update Spanish translation, submitted by Ricardo Mones
1535                 Lastra
1536
1537 2003-07-28 [christoph]  0.9.3claws64
1538
1539         * src/folder.[ch]
1540         * src/imap.c
1541         * src/mh.c
1542                 return new message numbers as a GRelation instead of a GSList
1543                 that has to be in the same order as the input list. A list
1544                 would make it hard for IMAP to optimize oepration by sorting
1545                 the input list. The returned list would have to be reordered
1546                 to match the same order that input list has.
1547
1548         * src/gtk/gtkaspell.c
1549                 fix missing return value, could cause a crash when garbage is
1550                 on the stack that is used as the expected return value
1551
1552 2003-07-28 [paul]       0.9.3claws63
1553
1554         * sync with 0.9.4cvs1
1555                 see ChangeLog 2003-07-28
1556
1557 2003-07-27 [alfons]     0.9.3claws62
1558
1559         * src/mimeview.c
1560                 tweak it more to make icon list act like a check button group
1561
1562 2003-07-27 [christoph]  0.9.3claws61
1563
1564         * sync with 0.9.3cvs20
1565                 see ChangeLog 2003-07-25
1566
1567 2003-07-27 [paul]       0.9.3claws60
1568
1569         * src/procmsg.c
1570                 re-commit changes from 0.9.3claws58 -
1571                 accidently removed in 0.9.3claws59
1572
1573 2003-07-27 [paul]       0.9.3claws59
1574
1575         * src/procmsg.[ch]
1576                 a sync from 0.9.3cvs17
1577                 see ChangeLog 2003-07-23
1578
1579 2003-07-27 [alfons]     0.9.3claws58
1580
1581         * src/procmsg.c
1582                 add missing header members to MsgInfo; fixes the problem of 
1583                 not displaying X-Faces, as noticed by Ricardo Mones
1584
1585 2003-07-26 [christoph]  0.9.3claws57
1586
1587         * sync with 0.9.3cvs18
1588                 see ChangeLog 2003-07-24
1589
1590 2003-07-26 [christoph]  0.9.3claws56
1591
1592         * sync with 0.9.3cvs17
1593                 see ChangeLog 2003-07-23
1594
1595 2003-07-26 [christoph]  0.9.3claws55
1596
1597         * src/folder.[ch]
1598         * src/imap.c
1599         * src/mbox_folder.c
1600         * src/mh.c
1601         * src/news.c
1602                 add support for copy function that copy multiple messages
1603                 (not implemented yet)
1604
1605         * src/summaryview.c
1606                 add missing return value
1607
1608 2003-07-26 [paul]       0.9.3claws54
1609
1610         * tools/multiwebsearch.pl
1611                 do whitespace substitution before passing the string
1612                 to the browser. fixes bug with browsers that don't
1613                 do whitespace conversion themselves.
1614
1615 2003-07-25 [christoph]  0.9.3claws53
1616
1617         * src/folder.[ch]
1618         * src/imap.c
1619         * src/mh.c
1620                 rewrite adding of multiple messages to a folder for
1621                 claws' folder system
1622
1623 2003-07-25 [luke]       0.9.3claws52
1624
1625         * src/mimeview.c
1626                 o icon toggles set correctly on leaving ctree mimeview
1627
1628 2003-07-25 [paul]       0.9.3claws51
1629
1630         * partial sync with 0.9.3cvs21 [src/main.c]
1631                 see ChangeLog 2003-07-25
1632
1633 2003-07-24 [paul]       0.9.3claws50
1634
1635         * tools/maildir2sylpheed.pl
1636                 fix typo
1637
1638 2003-07-24 [paul]       0.9.3claws49
1639
1640         * src/mimeview.c
1641                 increase the gutter size of paned so that the panes
1642                 can be resized
1643                 
1644         * src/plugins/demo/demo.c
1645                 squeeze in another typo fix
1646
1647 2003-07-24 [paul]       0.9.3claws48
1648
1649         * src/plugins/demo/demo.c
1650           src/prefs_account.c
1651                 small changes to the English
1652                 
1653         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1654           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1655           src/Makefile.am
1656           src/stock_pixmap.c
1657                 rename the misspelled icon
1658
1659 2003-07-23 [alfons]     0.9.3claws47
1660
1661         * src/mimeview.c
1662                 make icon list look like a list of toggles
1663
1664 2003-07-23 [luke]       0.9.3claws46
1665
1666         * src/pixmaps/mimeview_gpg_expired.xpm
1667         * src/pixmaps/mimeview_gpg_failed.xpm
1668         * src/pixmaps/mimeview_gpg_passed.xpm
1669         * src/pixmaps/mimeview_text_html.xpm
1670         * src/pixmaps/mimeview_image.xpm
1671                 o all icons the same size
1672
1673         * src/mimeview.[ch]
1674                 o mimeview ctree arranged vertically above the viewer
1675                 o icons changed to buttons
1676                 o can use keyboard to select an icon (Enter)
1677                 o resize icon list to width of icons
1678
1679         *  src/gtk/gtkvscrollbutton.c
1680                 o sensitivity of buttons reacts to position
1681
1682 2003-07-23 [christoph]  0.9.3claws45
1683
1684         * sync with 0.9.3cvs14 (incomplete)
1685                 see ChangeLog 2003-07-17
1686
1687 2003-07-23 [alfons]     0.9.3claws44
1688
1689         * src/folder.c
1690         * src/procmsg.h
1691                 sync with my local tree to restore some claws-only things
1692
1693 2003-07-23 [paul]       0.9.3claws43
1694
1695         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1696           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1697           src/Makefile.am
1698           src/mimeview.c
1699           src/procmime.h
1700           src/rfc2015.c
1701           src/stock_pixmap.[ch]
1702                 indicate missing keys and expired sigs/keys
1703                 in mime view column
1704
1705 2003-07-23 [paul]       0.9.3claws42
1706
1707         * src/compose.c
1708                 Redirect fixes: enable automatic account selection and
1709                 do not append signature to message on changing account
1710                 fixes Bug[s] #248
1711
1712 2003-07-23 [paul]       0.9.3claws41
1713
1714         * sync with 0.9.3cvs16
1715                 see ChangeLog 2003-07-23
1716
1717 2003-07-23 [alfons]     0.9.3claws40
1718
1719         * src/inc.c
1720                 give progress dialog a main window, and give it the first 
1721                 one (presumably the only one). fixes bug #247, "segfault on 
1722                 pop-before-smtp" 
1723
1724 2003-07-22 [alfons]     0.9.3claws39
1725
1726         * src/summaryview.c
1727                 shift-space scrolls up
1728
1729 2003-07-22 [paul]       0.9.3claws38
1730
1731         * sync with 0.9.3cvs15
1732                 see ChangeLog 2003-07-22
1733
1734 2003-07-20 [alfons]     0.9.3claws37
1735
1736         * src/compose.c
1737                 put menu inside #ifdef USE_ASPELL..#endif
1738
1739 2003-07-20 [christoph]  0.9.3claws36
1740
1741         * src/procmsg.c
1742                 fix wrong flags in MsgInfo returned by
1743                 procmsg_msginfo_get_full_info()
1744
1745         (closes Bug 221 Deleting messages from the Message View gives incorrect
1746          new/unread message counts in the folder view)
1747
1748         * src/plugins/spamassassin/spamassassin_gtk.c
1749                 add gettext macro for prefs page title
1750
1751 2003-07-20 [paul]       0.9.3claws35
1752
1753         * src/mimeview.c
1754                 redraw icon list on signature check
1755
1756 2003-07-20 [christoph]  0.9.3claws34
1757
1758         * src/Makefile.am
1759         * src/account.c
1760         * src/folder.[ch]
1761         * src/folder_item_prefs.[ch]            ** NEW **
1762         * src/folderview.c
1763         * src/mainwindow.c
1764         * src/mh.c
1765         * src/prefs_gtk.c
1766         * src/prefs_scoring.c
1767         * src/summaryview.c
1768         * src/prefs_folder_item.[ch]
1769                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1770                   Properties dialog
1771                 o use prefswindow for folder properties
1772
1773         * src/gtk/prefswindow.[ch]
1774                 change implementation to use an invisible notebook instead
1775                 of unparenting widgets
1776
1777 2003-07-20 [christoph]  0.9.3claws33
1778
1779         * src/compose.h
1780         * src/folder.c
1781         * src/folderview.h
1782         * src/headerview.h
1783         * src/prefs_filtering.h
1784         * src/prefs_folder_item.[ch]
1785         * src/procmime.h
1786         * src/procmsg.h
1787         * src/summaryview.h
1788                 clean up header mess
1789                 (always use 1. typedefs, 2. #includes, 3. structures)
1790
1791         * src/common/version.h.in
1792                 add casts for constants
1793
1794         * src/plugins/demo/demo.c
1795                 fix typo
1796
1797         * src/plugins/spamassassin/spamassassin.c
1798                 remove unused variable
1799
1800 2003-07-20 [alfons]     0.9.3claws32
1801
1802         * src/mimeview.c
1803                 o make icon buttons respond on left click
1804                 o minor cosmetic change
1805
1806 2003-07-19 [luke]       0.9.3claws31
1807
1808         * src/mimeview.[ch]
1809         * src/gtk/gtkvscrollbutton.c
1810         * src/messageview.c
1811                 o improved mimeview behaviour when selecting a new message
1812                 o plus code cleanups to remove compile warnings
1813
1814
1815 2003-07-19 [alfons]     0.9.3claws30
1816
1817         * src/procmsg.c
1818         * src/compose.c
1819         * src/common/utils.[ch]
1820                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1821
1822 2003-07-19 [alfons]     0.9.3claws29
1823
1824         * src/prefs_folder_item.c
1825                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1826                 string pointers
1827
1828 2003-07-19 [luke]       0.9.3claws28
1829
1830         * src/messageview.c
1831         * src/mimeview.[ch]
1832         * src/procmime.h
1833         * src/rfc2015.c
1834         * src/stock_pixmap.[ch]
1835         * src/gtk/Makefile.am
1836         * src/Makefile.am
1837         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1838         * src/pixmaps/mime_*.xpm                ** NEW **
1839                 o mimeview rearrangement with a new icon shortcut bar
1840
1841 2003-07-19 [alfons]     0.9.3claws27
1842
1843         * src/folderview.c
1844                 o plug leaking nodes_to_recollapse
1845                 o add folderview_recollapse_all_nodes() (not used yet)
1846
1847 2003-07-19 [alfons]     0.9.3claws26
1848
1849         * src/compose.c
1850         * src/common/utils.c
1851                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1852                 for both forwarding as replying
1853
1854 2003-07-18 [christoph]  0.9.3claws25
1855
1856         * configure.ac
1857         * src/common/sylpheed.[ch]
1858         * src/common/version.h.in
1859                 add version in numeric form to allow easy comparison
1860
1861         * src/plugins/demo/demo.c
1862                 add version check
1863                 - sylpheed version > plugin version => never allowed, sylpheed
1864                   could contain unknown API changes
1865                 - sylpheed version < minimum version required => don't load,
1866                   API required not available (if linking does not fail)
1867
1868 2003-07-18 [alfons]     0.9.3claws24
1869         
1870         * src/common/plugin.[ch]
1871                 const correctness
1872
1873 2003-07-18 [christoph]  0.9.3claws23
1874
1875         * src/common/hooks.c
1876                 fix crash when hooks where unregisted
1877
1878         * src/plugins/trayicon/trayicon.c
1879                 unregister detroy signal before destroying the widget
1880                 (still crashes when the plugin is unloaded)
1881
1882 2003-07-18 [alfons]     0.9.3claws22
1883         
1884         * src/folderview.c
1885                 delay expanding folder tree during drags until timeout triggered
1886                 (needs perhaps some tweaking, so testing is welcome)
1887
1888 2003-07-17 [alfons]     0.9.3claws21
1889
1890         * src/folderview.c
1891                 clean up cruft
1892
1893 2003-07-17 [christoph]  0.9.3claws20
1894
1895         * src/common/session.c
1896                 fix opening of SSL connections
1897
1898         * src/plugins/image_viewer/Makefile.am
1899                 add OPENSSL_CFLAGS (we should find a better solution to remove
1900                 this dependencies if they are not required)
1901
1902         * src/plugins/spamassassin/spamassassin.c
1903                 remove setlocale workaround (fixed in libspamc)
1904
1905         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1906          if spell checking enabled)
1907
1908 2003-07-17 [alfons]     0.9.3claws19
1909
1910         * src/common/hooks.[ch]
1911         * src/plugins/clamav/clamav_plugin.c
1912         * src/plugins/spamassassin/spamassassin.c
1913         * src/plugins/trayicon/trayicon.c
1914                 fix signedness muck 
1915
1916 2003-07-17 [alfons]     0.9.3claws18
1917
1918         * src/procmime.c
1919                 plug memleak
1920
1921 2003-07-17 [alfons]     0.9.3claws17
1922
1923         * src/inc.c
1924                 plug memleak
1925
1926 2003-07-17 [paul]       0.9.3claws16
1927
1928         * src/common/defs.h
1929           src/mainwindow.c
1930           src/manual.[ch]
1931                 add link to the Claws site's FAQ page, after the suggestion
1932                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1933                 Move url strings to defs.h
1934                 
1935         * src/mainwindow.c
1936                 fix typo to prevent "unknown menu entry" warnings
1937
1938 2003-07-17 [alfons]     0.9.3claws15
1939
1940         * src/folderview.[ch]
1941         * src/summaryview.[ch]
1942         * src/mimeview.[ch]
1943                 plug DnD leaks 
1944
1945 2003-07-17 [paul]       0.9.3claws14
1946
1947         * src/inc.c
1948                 remove two instances of 'GTK_EVENTS_FLUSH' because
1949                 they are unnecessary and probably cause a stack overflow
1950
1951 2003-07-16 [christoph]  0.9.3claws13
1952
1953         * src/mimeview.[ch]
1954                 use an invisible GTK notebook to switch between viewers
1955                 instead of reparenting widgets
1956
1957 2003-07-16 [christoph]  0.9.3claws12
1958
1959         * src/folder.c
1960                 move folder_item_update_freeze() to correct place in
1961                 folder_item_scan_full()
1962
1963 2003-07-16 [paul]       0.9.3claws11
1964
1965         * sync with 0.9.3cvs12
1966                 see ChangeLog 2003-07-14 and 2003-07-15
1967
1968 2003-07-16 [christoph]  0.9.3claws10
1969
1970         * src/imap.[ch]
1971         * src/prefs_account.[ch]
1972                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1973
1974 2003-07-15 [alfons]     0.9.3claws9
1975
1976         * src/main.c
1977                 make --config-dir do something useful
1978
1979 2003-07-15 [alfons]     0.9.3claws8
1980
1981         * src/procmsg.c
1982                 o fix a bug where 'last' didn't really point to the last message
1983                   in the top level list of children, but to the last threaded
1984                   message. 
1985                 
1986                 o clean up and make it easier to sync
1987
1988 2003-07-15 [alfons]     0.9.3claws7
1989
1990         * src/mainwindow.c
1991                 make correct menu items sensitive       
1992
1993 2003-07-14 [alfons]     0.9.3claws6
1994
1995         * src/procmsg.c
1996                 tune the threader so it will not subject-thread any message
1997                 without a subject prefix (this will not thread correctly if 
1998                 a parent is delivered after their childs, but it looks 
1999                 better right now)
2000
2001 2003-07-13 [christoph]  0.9.3claws5
2002
2003         * src/mainwindow.c
2004                 group "Add mailbox *..." menu items in submenu
2005
2006 2003-07-13 [alfons]     0.9.3claws4
2007
2008         * src/summaryview.c
2009                 correct summary_toggle_pressed() signature and make sure
2010                 signal is not passed on
2011
2012 2003-07-13 [alfons]     0.9.3claws3
2013
2014         * src/summaryview.c
2015                 o for now don't pass on keys when they we're handled by 
2016                   ctree::key_press_event
2017                 o clean up
2018
2019 2003-07-13 [alfons]     0.9.3claws2
2020         
2021         * src/main.c
2022                 add command line option "--config-dir" to get the current 
2023                 configuration dir
2024
2025 2003-07-12 [alfons]     0.9.3claws1
2026
2027         * src/matcher.[ch]
2028         * src/matcher_parser_parse.y
2029         * src/prefs_filtering.c
2030         * src/filtering.c
2031                 add "Lock" filter action to lock messages;
2032
2033         * src/filtering.c       
2034                 remove debug_print()    
2035         * src/prefs_filtering.c
2036                 re-organize matcher part 9: 
2037                 make action text entries easily extendible;
2038                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2039                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2040
2041 2003-07-12 [paul]
2042
2043         * tools/README
2044                 update old information and add missing
2045                 information
2046
2047 2003-07-12 [paul]       0.9.3claws
2048
2049         * 0.9.3claws released
2050         
2051 2003-07-12 [paul]       0.9.0claws103
2052
2053         * src/Makefile.am
2054                 add addrquery.h
2055
2056 2003-07-12 [melvin]     0.9.0claws102
2057
2058         * src/messageview.c
2059                 Fixed bug #215: Show MIME tab for single text/html messages. 
2060                 
2061 2003-07-12 [paul]       0.9.0claws101
2062
2063         * man/sylpheed.1
2064                 updated
2065
2066 2003-07-12 [paul]       0.9.0claws100
2067
2068         * po/es.po
2069           po/hr.po
2070           po/pl.po
2071           po/sr.po
2072                 update Spanish, Croatian, Polish, Serbian translations.
2073                 submitted by Ricardo Mones Lastra, Dragan, Witold
2074                 Wladyslaw Wojciech Wilk, Urke MMI
2075
2076 2003-07-12 [melvin]     0.9.0claws99
2077
2078         * po/fr.po
2079                 Updated French translations.
2080
2081 2003-07-12 [paul]       0.9.0claws98
2082
2083         * src/addressbook.c
2084                 disable 'Lookup' button as it has no effect
2085
2086 2003-07-11 [alfons]     0.9.0claws97
2087         
2088         * src/summaryview.c
2089                 summary_searchbar_pressed() should return TRUE to signal that
2090                 event was handled. when returning void, the return value passed
2091                 to GTK is actually random, but maybe FALSE, in which case the
2092                 event is handled by parent
2093                 
2094 2003-07-10 [paul]       0.9.0claws96
2095
2096         * ac/missing/gettext.m4
2097                 update to version 0.12
2098
2099 2003-07-10 [paul]       0.9.0claws95
2100
2101         * src/plugins/clamav/clamav_plugin.c
2102                 fix bug where multipart/alternative messages
2103                 would slip through without being scanned
2104
2105 2003-07-10 [christoph]  0.9.0claws94
2106
2107         * src/folder.c
2108                 correct check if folder supports removing when a message is
2109                 moved. if not the message is only copied.
2110
2111         (closes Bug 132 crash on startup in newsgroups folders)
2112
2113 2003-07-09 [alfons]     0.9.0claws93
2114
2115         * configure.ac
2116         * src/common/defs.h
2117                 --with-config-dir (default .sylpheed)
2118
2119 2003-07-09 [christoph]  0.9.0claws92
2120
2121         * configure.ac
2122                 use PKG_CHECK_MODULES to check for gtkmathview
2123                 (version 0.4.2 now required)
2124
2125 2003-07-08 [melvin]     0.9.0claws91
2126
2127         * src/action.c
2128                 Implemented a progress bar that counts the number of completed
2129                 tasks when the action runs more than one command.
2130
2131 2003-07-08 [alfons]     0.9.0claws90
2132
2133         * src/procmsg.c
2134                 if queued message has an invalid Message-Id, don't try to
2135                 find message it refers to (fixes #209 "crash when processing 
2136                 in folder")
2137
2138 2003-07-08 [paul]       0.9.0claws89
2139
2140         * sync with 0.9.3cvs2
2141                 see ChangeLog 2003-07-08
2142
2143 2003-07-08 [match]      0.9.0claws88
2144
2145         * src/ldapctrl.c
2146                 extend LDAP search for first/last name by parsing search term.
2147
2148 2003-07-08 [alfons]     0.9.0claws87
2149
2150         * src/send_message.c
2151                 fix bug #208 "Status message stuck when sending on POP3 account"
2152
2153 2003-07-07 [paul]       0.9.0claws86
2154
2155         * po/hr.po
2156                 new Croatian translation, submitted by
2157                 Dragan <drleskov@inet.hr>
2158
2159 2003-07-07 [paul]       0.9.0claws85
2160
2161         * sync with 0.9.3cvs1
2162                 see ChangeLog 2003-07-07
2163
2164 2003-07-05 [christoph]  0.9.0claws84
2165
2166         * src/Makefile.am
2167         * src/messageview.c
2168         * src/mimeview.[ch]
2169         * src/stock_pixmap.[ch]
2170         * src/pixmaps/messageview_text.xpm              ** NEW **
2171                 move mimeview tabs to the right side and use icons
2172                 instead of text to save some space
2173
2174         (patch by Luke Plant <lukeplant@softhome.net>)
2175
2176 2003-07-05 [christoph]  0.9.0claws83
2177
2178         * src/inc.c
2179                 add NULL pointer checks
2180
2181         (patch by Luke Plant <lukeplant@softhome.net>)
2182         (closes Bug 204 0.9.0 quits on authentication error?!)
2183
2184 2003-07-05 [alfons]     0.9.0claws82
2185
2186         * configure.ac
2187                 take the clue in bug #202 "./configure script - 
2188                 'if test' comparison failure" reported by John Kristoff. 
2189
2190 2003-07-04 [christoph]  0.9.0claws81
2191
2192         * src/plugins/spamassassin/spamassassin.c
2193                 set timeout for spam check
2194
2195 2003-07-04 [christoph]  0.9.0claws80
2196
2197         * src/main.c
2198                 destroy all FolderItems when shutting down to
2199                 allow folders to clean up
2200
2201 2003-07-04 [melvin]     0.9.0claws79
2202
2203         * src/gtk/gtkaspell.c
2204                 Fixed bug #184 "Entering non-ascii character deletes
2205                 previous char if spell checking enabled": this makes
2206                 the spell checking in multibytes (e.g. UTF-8)locales work.
2207                 (Patch by Luke Plant).
2208                 
2209 2003-07-04 [christoph]  0.9.0claws78
2210
2211         * sync with 0.9.2cvs1
2212                 see ChangeLog 2003-06-10
2213
2214 2003-07-04 [paul]       0.9.0claws77
2215
2216         * sync with 0.9.3 release
2217                 see ChangeLog 2003-07-04
2218
2219 2003-07-03 [christoph]  0.9.0claws76
2220
2221         * src/folder.[ch]
2222         * src/imap.c
2223         * src/mbox_folder.c
2224         * src/mh.c
2225         * src/news.c
2226                 move folder_item_get_path() stuff into a folder virtual function
2227
2228         * src/procmsg.c
2229                 use folder_item_fetch_msg() to get message and do not contruct
2230                 the filename from path and number
2231
2232 2003-07-03 [paul]       0.9.0claws75
2233
2234         * sync with 0.9.2cvs12
2235                 see ChangeLog 2003-07-03
2236
2237 2003-07-02 [paul]       0.9.0claws74
2238
2239         * src/messageview.c
2240                 fix text-selection for replying
2241
2242 2003-07-02 [paul]       0.9.0claws73
2243
2244         * sync with 0.9.2cvs11
2245                 see ChangeLog 2003-07-02
2246
2247 2003-07-02 [paul]       0.9.0claws72
2248
2249         * src/procmsg.c
2250                 revert last commit because it breaks more
2251                 than it fixes
2252
2253 2003-07-02 [paul]       0.9.0claws71
2254
2255         * src/procmsg.c
2256                 fix thread by subject/sort by date
2257
2258 2003-07-01 [paul]       0.9.0claws70
2259
2260         * sync with 0.9.2cvs10
2261                 see ChangeLog 2003-07-01
2262
2263 2003-06-30 [paul]       0.9.0claws69
2264
2265         * sync with 0.9.2cvs9
2266                 see ChangeLog 2003-06-30
2267
2268 2003-06-28 [match]      0.9.0claws68
2269
2270         * src/addressbook.c
2271                 fix null ptr.
2272
2273 2003-06-27 [paul]       0.9.0claws67
2274
2275         * sync with 0.9.2cvs7
2276                 see ChangeLog 2003-06-27
2277
2278 2003-06-26 [christoph]  0.9.0claws66
2279
2280         * src/folder.c
2281                 freeze folder updates while a folder is scanned
2282
2283         (closes Bug 185 New message counter)
2284
2285 2003-06-26 [darko]      0.9.0claws65
2286
2287         * src/ldapserver.c
2288                 fix infinite loop when adding a new LDAP server
2289
2290 2003-06-26 [paul]       0.9.0claws64
2291
2292         * sync with 0.9.2cvs6
2293                 see ChangeLog 2003-06-26
2294
2295 2003-06-26 [paul]       0.9.0claws63
2296
2297         * sync with 0.9.2cvs5
2298                 see ChangeLog 2003-06-25 and 2003-06-26
2299
2300 2003-06-25 [match]      0.9.0claws62
2301
2302         * src/addr_compl.c
2303                 Fixed tab/backtab for dropped-down completion list to
2304                 move next/previous field. (close bug 147)
2305
2306 2003-06-25 [christoph]  0.9.0claws61
2307
2308         * src/addr_compl.[ch]
2309         * src/addrindex.[ch]
2310         * src/folderview.c
2311         * src/inc.c
2312         * src/news.c
2313         * src/summaryview.c
2314         * src/toolbar.c
2315                 fix warnings
2316
2317 2003-06-25 [leandro]    0.9.0claws60
2318
2319         * src/compose.c
2320                 o cleanups
2321                 o gray out "Message/Remove references" menu item if not
2322                   replying to a message
2323
2324 2003-06-24 [leandro]    0.9.0claws59
2325
2326         * src/compose.[ch]
2327                 o removed "Message/Create new thread" menu item
2328                 o added "Message/Remove references" menu item
2329                   (it's off by default and will not check anymore
2330                    if the subject changed)
2331
2332 2003-06-23 [alfons]     0.9.0claws58
2333
2334         * src/procmsg.c
2335                 try better grouping messages threaded by subject based on their age.
2336                 still not perfect - because the message tree is not sorted by date.  
2337
2338 2003-06-23 [thorsten]   0.9.0claws57
2339
2340         * src/pop.[ch]
2341                 added mail_receive_hook to allow modifications
2342                 directly after retrieval (e.g. adding headers).
2343
2344 2003-06-23 [paul]       0.9.0claws56
2345
2346         * src/sourcewindow.c
2347                  enable the use of Ctrl+A to select all text in
2348                  the sourcewindow
2349                  Patch submitted by Ivan Francolin Martinez
2350                  <ivanfm@users.sourceforge.net>
2351
2352 2003-06-22 [christoph]  0.9.0claws55
2353
2354         * src/folder.[ch]
2355                 o add notification hook for folder tree changes
2356                 o invoke hooks after folder tree scanning
2357
2358         * src/folderview.[ch]
2359                 register hook for folder tree changes that
2360                 updates the ctree
2361
2362         (there are more places that should be updated, like add, remove 
2363          or move folder)
2364
2365         (closes Bug 164 Crash on rebuild folder tree)
2366         (closes Bug 190 Crash on 'rebuilding folder tree')
2367
2368 2003-06-21 [leandro]    0.9.0claws54
2369
2370         * src/compose.[ch]
2371                 create a new thread if subject changes
2372                 (it's on by default, can be disabled in Message menu)
2373
2374 2003-06-21 [alfons]     0.9.0claws53
2375
2376         * src/summaryview.c
2377                 quiet little compiler
2378
2379 2003-06-21 [christoph]  0.9.0claws52
2380
2381         update gettext stuff to version 0.12
2382
2383 2003-06-19 [alfons]     0.9.0claws51
2384
2385         * src/common/log.c
2386         * src/common/plugin.c
2387                 move defs.h before glib.h to prevent MIN/MAX redefs
2388
2389 2003-06-19 [alfons]
2390
2391         * src/addressbook.c
2392                 translatable
2393
2394 2003-06-19 [match]      0.9.0claws50
2395
2396         * src/addressbook.[ch]
2397         * src/addrindex.[ch]
2398         * src/addr_compl.[ch]
2399         * src/editldap.[ch]
2400         * src/editldap_basedn.[ch]
2401         * src/addritem.[ch]
2402         * src/ldapquery.h
2403                 re-implemented dynamic LDAP search. works without
2404                 slowdown on display sender with addressbook
2405                 option.
2406         * src/addrbook.c
2407                 documented code.
2408
2409 2003-06-19 [paul]       0.9.0claws49
2410
2411         * src/compose.c
2412                 fix Bug #136 'Nonprovided quotation marks crash claws'
2413                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2414
2415 2003-06-19 [alfons]     0.9.0claws48
2416
2417         * src/prefs_common.[ch]
2418         * src/procmsg.c
2419                 restrict threading by subject by checking thread for
2420                 age (prefs_common.thread_by_subject_max_age)
2421
2422 2003-06-18 [christoph]  0.9.0claws47
2423
2424         * src/imap.c
2425                 fix memory leak in imap_cmd_fetch()
2426
2427 2003-06-18 [christoph]  0.9.0claws46
2428
2429         * src/prefs_gtk.c
2430                 fix memory leak in prefs_set_default() when used multiple
2431                 times or after prefs have been read
2432
2433 2003-06-18 [christoph]  0.9.0claws45
2434
2435         * src/common/plugin.c
2436                 fix memory leak in plugin_unload()
2437
2438 2003-06-18 [christoph]  0.9.0claws44
2439
2440         * src/imap.c
2441                 fix memory leak in imap_cmd_ok()
2442
2443 2003-06-18 [christoph]  0.9.0claws43
2444
2445         * src/folder.c
2446                 stop messages that are downloaded from POP3 and added to
2447                 an IMAP inbox from being filtered twice (first by POP3
2448                 and again when IMAP folder is scaned to get the UID of
2449                 the APPEND operation when no UIDPLUS is available)
2450
2451 2003-06-18 [alfons]
2452
2453         * tools/Makefile.am
2454                 phoenix <- firebird     
2455
2456 2003-06-18 [paul]
2457
2458         * tools/launch_phoenix          ** REMOVED **
2459           tools/launch_firebird         ** NEW **
2460                 renamed and edited to reflect the browser's name change from
2461                 'phoenix' to 'firebird'
2462
2463 2003-06-18 [paul]       0.9.0claws42
2464
2465         * sync with 0.9.2cvs2
2466                 see ChangeLog 2003-06-16
2467
2468 2003-06-17 [alfons]     0.9.0claws41
2469
2470         * src/procmsg.c
2471                 prevent threading problems when a node is an ancestor (parent / great parent),
2472                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2473                 for finding an sample set of messages)
2474
2475 2003-06-16 [christoph]  0.9.0claws40
2476
2477         * src/main.c
2478                 don't popup main window on --receive or --receive-all
2479
2480         * src/mainwindow.[ch]
2481         * src/plugins/trayicon/trayicon.c
2482                 allow hiding of main window by clicking on the trayicon
2483                 (doesn't work correctly in seperate window mode and may
2484                  cause unexpected GTK problems I couldn't find yet)
2485
2486         * src/common/ssl.c
2487                 remove incorrect warning
2488
2489 2003-06-15 [alfons]     0.9.0claws39
2490
2491         * src/gtk/gtkstext.c
2492                 don't output debug text;
2493                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2494                 for pointing this out);
2495
2496 2003-06-14 [alfons]     0.9.0claws38
2497         
2498         * src/messageview.c
2499                 remove printf() and make one if..else comply with coding style
2500
2501 2003-06-14 [alfons]     0.9.0claws37
2502
2503         * AUTHORS
2504                 add Martin Wicke
2505         * src/action.c
2506         * src/messageview.[ch]
2507         * src/summaryview.c
2508                 apply patch #754162 "Quoting messages filtered by actions" submitted
2509                 by Martin Wicke, which allows quoting message body changed by an
2510                 action (Thanks!).
2511
2512 2003-06-13 [alfons]     0.9.0claws36
2513
2514         * src/utils.c
2515                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2516                 use case insensitive regexp (suggested by Ivan Martinez)
2517
2518 2003-06-13 [christoph]  0.9.0claws35
2519
2520         * configure.ac
2521         * src/plugins/trayicon/Makefile.am
2522         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2523         * src/plugins/trayicon/trayicon.c
2524         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2525         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2526         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2527         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2528         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2529         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2530                 replace my own EggTrayIcon backport with the backport
2531                 used by (l|x)mule and gabber.
2532
2533 2003-06-13 [alfons]     0.9.0claws34
2534
2535         * AUTHORS
2536         * src/common/utils.c
2537                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2538
2539 2003-06-13 [alfons]     0.9.0claws33
2540
2541         * src/compose.c
2542                 clean up a little bit
2543
2544 2003-06-12 [alfons]     0.9.0claws32
2545
2546         * src/compose.c
2547                 const correctness fix
2548
2549         * src/common/sylpheed.[ch]
2550                 () -> (void)
2551                 prevent redef MIN/MAX
2552                 
2553         * src/common/utils.[ch]
2554                 () -> (void)
2555
2556 2003-06-12 [melvin]     0.9.0claws31
2557
2558         * src/compose.c
2559                 Updated to take into accounts changes in GtkAspell.
2560
2561 2003-06-12 [alfons]     0.9.0claws30
2562
2563         * src/compose.c
2564         * src/procmsg.c
2565         * src/common/utils.[ch]
2566                 handle reply subject prefixes better (initial 
2567                 suggestion by Robert Story adapted and enhanced 
2568                 using regexps)
2569
2570 2003-06-12 [melvin]     0.9.0claws29
2571
2572         * src/compose.c
2573                 Use new gtkaspell_checkers_strerror() to get the speller's
2574                 error message instead of accessing the (now private)
2575                 checkers structure.
2576                 Minor code clean up
2577
2578         * src/main.c
2579                 Use #ifdef instead of #if for USE_ASPELL
2580                 Use the new spell checkers init/quit functions 
2581
2582         * src/gtk/gtkaspell.c
2583                 Use #ifdef instead of #if for USE_ASPELL
2584                 Moved in the majority of GtkAspell structures that were
2585                 exported before by gtkaspell.h
2586         
2587         * src/gtk/gktaspell.h
2588                 Made gtkaspell.h contain only the necessary data to be
2589                 publicized by moving many structures to gtkaspell.c.
2590                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2591                 gtkaspell_checkers_new(): replaced by...
2592                 gtkaspell_checkers_init(): new function for initialization
2593                 gtkaspell_checkers_delete(): replaced by...
2594                 gtkaspell_checkers_quit(): new function
2595                 gtkaspell_checkers_strerror(): new function that returns
2596                 the checker's last error message.
2597                 
2598 2003-06-11 [melvin]     0.9.0claws28
2599
2600         * po/POTFILES.in
2601                 Updated to take into account gtkaspell.c migration to
2602                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2603
2604 2003-06-10 [alfons]     0.9.0claws27
2605
2606         * src/filtering.[ch]
2607         * src/folder.c
2608         * src/matcher.c
2609         * src/scoring.[ch]
2610                 - try fixing bug #18 (any brave testers?)
2611                 - add more robustness by refusing previously 
2612                   unchecked NULL pointers 
2613
2614 2003-06-10 [alfons]     0.9.0claws26
2615
2616         * src/procmsg.c
2617                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2618
2619 2003-06-09 [alfons]     0.9.0claws25
2620
2621         * src/prefs_common.c
2622                 fix bug #163 "Icon switching doesnt work properly" by 
2623                 preventing early freeing of prefs_common.pixmap_theme_path.
2624
2625 2003-06-09 [christoph]  0.9.0claws24
2626
2627         * src/gtk/gtkaspell.c
2628                 revert Thorsten's fix and add forgotten g_strdup for
2629                 aspell path (it should not be possible to alter the path a
2630                 GtkASpell uses from outside)
2631
2632 2003-06-09 [thorsten]   0.9.0claws23
2633
2634         * src/gtk/gtkaspell.c
2635                 dont free prefs_common.aspell_path when closing compose
2636
2637 2003-06-08 [colin]      0.9.0claws22
2638
2639         * src/plugins/spamassassin/spamassassin.c
2640                 fix prefs types
2641
2642 2003-06-07 [christoph]  0.9.0claws21
2643
2644         * src/Makefile.am
2645         * src/compose.c
2646         * src/gtkaspell.[ch]            ** REMOVE **
2647         * src/gtk/Makefile.am
2648         * src/gtk/gtkaspell.[ch]        ** NEW **
2649                 o make gtkaspell independent from sylpheed's prefs
2650                 o move gtkaspell.[ch] to gtk directory
2651
2652 2003-06-07 [christoph]  0.9.0claws20
2653
2654         * src/Makefile.am
2655         * src/crash.c
2656         * src/export.c
2657         * src/filesel.[ch]              ** REMOVE **
2658         * src/folder.c
2659         * src/main.[ch]
2660         * src/common/sylpheed.[ch]
2661         * src/gtk/Makefile.am
2662         * src/gtk/filesel.[ch]          ** NEW **
2663         * src/gtk/pluginwindow.c
2664         * src/gtk/sslcertwindow.c
2665                 move filesel.[ch] to gtk directory
2666
2667 2003-06-07 [alfons]     0.9.0claws19
2668
2669         * src/filesel.c
2670                 make (multi) file selection dialog work again (Claws-only)
2671
2672 2003-06-07 [thorsten]   0.9.0claws18
2673
2674         * po/de.po
2675                 fix typos
2676
2677 2003-06-07 [alfons]     0.9.0claws17
2678
2679         * configure.ac
2680         * src/mimeview.c
2681                 detect apache mishap in which case don't include fnmatch.h
2682                 if regex.h is already included
2683
2684 2003-06-06 [christoph]  0.9.0claws16
2685
2686         * configure.ac
2687         * src/mimeview.h
2688                 add check for fnmatch.h and include it when available
2689
2690         * src/mimeview.[ch]
2691                 fix wrong case sensitivity of Content-Types
2692
2693         * src/gtk/Makefile.am
2694                 need the same include paths in gtk directory as in
2695                 common directory because .h files in common can
2696                 include files from these directories, when included
2697                 in gtk's .h or .c files
2698
2699 2003-06-06 [alfons]     0.9.0claws15
2700
2701         * src/mimeview.c
2702         * src/summaryview.c
2703                 make it compile again because of regex.h / fnmatch.h 
2704                 include problems (related to recent mime stuff, can
2705                 someone check this?)
2706
2707 2003-06-06 [thorsten]   0.9.0claws14
2708
2709         * src/folderview.c
2710                 possible use of uninitialized pointer while dragging
2711
2712 2003-06-06 [paul]       0.9.0claws13
2713
2714         * src/compose.c
2715                 fix bug where the insert sig button would be effective
2716                 only when auto_sig was set
2717
2718 2003-06-06 [paul]       0.9.0claws12
2719
2720         * sync with 0.9.2 release
2721
2722 2003-06-02 [paul]       0.9.0claws11
2723
2724         * sync with 0.9.1cvs1
2725                 see ChangeLog 2003-06-02
2726                 
2727         * po/de.po
2728                 update by Jens
2729
2730 2003-06-01 [christoph]  0.9.0claws10
2731
2732         * src/account.c
2733                 don't use substring search to find accounts by email address
2734
2735         (closes Bug 169 Overly loose matching of "From" address)
2736
2737 2003-05-31 [christoph]  0.9.0claws9
2738
2739         * doc-src/rfc2683.txt
2740         * src/imap.c
2741                 limit IMAP command length as recommended in RFC2683
2742                 (message number lists will be split into multiple imap
2743                 sets, the limit of 1000 octets is not a hard limit)
2744
2745         (closes Bug 161 sylpheed-claws exits with segfault when logging
2746          in to certain imap-servers)
2747
2748 2003-05-29 [alfons]     0.9.0claws8
2749
2750         * src/toolbar.[ch]
2751                 add print button (calling summary_print());
2752                 fine tune setting tooltip text;
2753                 (if someone needs other buttons, please take these 
2754                 commits as a guide, instead of bothering us - also
2755                 see 0.8.11claws150) 
2756
2757 2003-05-29 [darko]      0.9.0claws7
2758
2759         * src/compose.c
2760                 fix crash when word wrapping kicks in due to
2761                 changed text by spell checker
2762
2763 2003-05-29 [paul]       0.9.0claws6
2764
2765         * src/compose.c
2766                 fix bug where changing account would insert
2767                 sig even if auto_sig was FALSE
2768                 
2769         * ChangeLog
2770           ChangeLog.jp
2771           INSTALL
2772                 sync with 0.9.1 release
2773
2774 2003-05-28 [christoph]  0.9.0claws5
2775
2776         * src/imap.c
2777                 fix truncation of too long commands
2778
2779         (closes Bug 167 IMAP hangs trying to get envelope
2780          information in imap_get_uncached_messages)
2781
2782 2003-05-27 [paul]       0.9.0claws4
2783
2784         * tools/Makefile.am
2785           tools/maildir2sylpheed.pl     ** NEW FILE **
2786                 add kmail to sylpheed mailbox conversion script
2787
2788 2003-05-27 [paul]       0.9.0claws3
2789
2790         * sync with 0.9.0cvs10
2791                 see ChangeLog 2003-05-26
2792
2793 2003-05-26 [paul]       0.9.0claws2
2794
2795         * sync with 0.9.0cvs9
2796                 see ChangeLog 2003-05-26
2797
2798 2003-05-24 [paul]       0.9.0claws1
2799
2800         * sync with 0.9.0cvs8
2801                 see ChangeLog 2003-05-23
2802
2803 2003-05-24 [paul]       0.9.0claws
2804
2805         * version 0.9.0claws released
2806
2807 2003-05-24 [paul]       0.8.11claws177
2808
2809         * src/plugins/dillo-viewer/Makefile.am
2810           src/plugins/traycon/Makefile.am
2811                 add missing files
2812                 
2813         * po/bg.po
2814           po/en_GB.po
2815           po/es.po
2816           po/it.po
2817           po/pt_BR.po
2818           po/ru.po
2819           po/sr.po
2820                 update Bulgarian, British English, Spanish, Italian, 
2821                 Brazilian Portuguese, Russian, and Serbian translations, 
2822                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2823                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2824                 Ruslan N. Balkin, and Urke MMI
2825
2826 2003-05-23 [melvin]     0.8.11claws176
2827
2828         * po/fr.po
2829                 Updated French translations
2830
2831 2003-05-22 [paul]       0.8.11claws175
2832
2833         * src/Makefile.am
2834           src/addrbook.[ch]
2835           src/addrcache.[ch]
2836           src/addr_compl.[ch]
2837           src/adressbook.[ch]
2838           src/addrindex.[ch]
2839           src/addritem.[ch]
2840           src/editaddress.c
2841           src/editgroup.c
2842           src/editldap_basedn.c
2843           src/editldap.c
2844           src/jpilot.c
2845           src/vcard.c
2846                 revert to get ldap into it previous working state
2847                 
2848         * po/zh_TW.Big5.po
2849                 new Taiwanese translation,
2850                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2851
2852 2003-05-22 [christoph]  0.8.11claws174
2853
2854         * src/plugins/spamassassin/libspamc.[ch]
2855                 sync libspamc with SpamAssaain release 2.55
2856
2857 2003-05-22 [paul]       0.8.11claws173
2858
2859         * sync with 0.9.0cvs7
2860                 see ChangeLog 2003-05-22
2861                 
2862         * src/summaryview.c
2863                 revert change in 0.8.11claws172: follow
2864                 Hiroyuki's decision and that's the end of it.
2865
2866 2003-05-21 [paul]       0.8.11claws172
2867
2868         * src/summaryview.c
2869                 fix discrepency between open_unread_on_enter
2870                 and always_show_msg
2871
2872 2003-05-21 [paul]       0.8.11claws171
2873
2874         * sync with 0.9.0cvs6
2875                 see ChangeLog 2003-05-21
2876
2877 2003-05-21 [paul]       0.8.11claws170
2878
2879         * sync with 0.9.0cvs5
2880                 see ChangeLog 2003-05-21
2881
2882 2003-05-20 [paul]       0.8.11claws169
2883
2884         * sync with 0.9.0cvs4
2885                 see ChangeLog 2003-05-20
2886                 fixes bug #152, 'encoding of IMAP folders names'
2887
2888 2003-05-20 [paul]       0.8.11claws168
2889
2890         * sync with 0.9.0cvs3
2891                 see ChangeLog 2003-05-20
2892                 
2893         * src/tools/convert_mbox.pl
2894                 minor change in the comments, submitted by Fred Marton
2895
2896 2003-05-19 [paul]       0.8.11claws167
2897
2898         * src/plugins/clamav/Makefile.am
2899           configure.ac
2900                 link clamav_lib to the plugin and not to the main program
2901
2902 2003-05-19 [christoph]
2903
2904         * src/Makefile.am
2905                 add -export-dynamic for linking
2906
2907 2003-05-19 [paul]       0.8.11claws166
2908
2909         * sync with 0.9.0cvs1
2910                 see ChangeLog 2003-05-19
2911
2912 2003-05-19 [paul]       0.8.11claws165
2913
2914         * src/inc.c
2915                 fix 'pop before smtp' timeout
2916
2917 2003-05-18 [alfons]     0.8.11claws164
2918
2919         * src/prefs_matcher.c
2920                 put "execute" action command line ("expression") in edit box
2921
2922 2003-05-18 [christoph]  0.8.11claws163
2923
2924         * src/mimeview.[ch]
2925         * src/plugins/dillo_viewer/dillo_viewer.c
2926         * src/plugins/image_viewer/viewer.c
2927         * src/plugins/mathml_viewer/mathml_viewer.c
2928                 let a viewer have a list of Content-Types
2929
2930 2003-05-18 [paul]       0.8.11claws162
2931
2932         * src/prefs_filtering.c
2933                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2934                 and REDIRECT actions
2935
2936 2003-05-17 [christoph]
2937
2938         * README.claws
2939                 o remove dynamic signatures that was syned with main
2940                 o add infos about no longer "build in" image viewer
2941                 o update bugtracker URL
2942
2943 2003-05-17 [christoph]  0.8.11claws161
2944
2945         * src/folder.c
2946         * src/folderview.c
2947         * src/imap.c
2948                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2949                 for every folder after rebuilding the folder tree.
2950
2951         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2952          messages)
2953
2954 2003-05-17 [christoph]  0.8.11claws160
2955
2956         * src/imap.c
2957                 don't use STATUS command on current folder to check for
2958                 content changes. imap_cmd_ok() now tracks changes to
2959                 folder and number of existing messages.
2960
2961 2003-05-17 [paul]       0.8.11claws159
2962
2963         * src/plugins/clamav/clamav_plugin.c
2964                 remove unnecessary debug_print
2965
2966 2003-05-16 [thorsten]   0.8.11claws158
2967
2968         * src/plugins/demo.c
2969                 included missing intl.h
2970
2971 2003-05-16 [paul]       0.8.11claws157
2972
2973         * po/POTFILES.in
2974                 remove non-existant entries
2975         
2976         * src/plugins/clamav/clamav_plugin.c
2977           src/plugins/clamav/clamav_plugin_gtk.c
2978           src/plugins/dillo_viewer/dillo_prefs.c
2979           src/plugins/dillo_viewer/dillo_viewer.c
2980                 gettextise
2981
2982 2003-05-16 [christoph]  0.8.11claws156
2983
2984         * po/POTFILES.in
2985                 include plugin .c files for translation until I
2986                 find a better solution to have plugins have their
2987                 own textdomain
2988         * src/plugins/demo/demo.c
2989         * src/plugins/image_viewer/plugin.c
2990         * src/plugins/mathml_viewer/mathml_viewer.c
2991         * src/plugins/spamassassin/spamassassin.c
2992         * src/plugins/spamassassin/spamassassin_gtk.c
2993         * src/plugins/trayicon/trayicon.c
2994                 add gettext macros for plugin name and description
2995
2996 2003-05-16 [paul]
2997
2998         * sync with 0.9.0
2999
3000 2003-05-16 [paul]       0.8.11claws155
3001
3002         * sync with lastest 0.9.0pre1
3003                 see ChangeLog 2003-05-16
3004
3005 2003-05-15 [paul]       0.8.11claws154
3006
3007         * sync with latest 0.9.0pre1
3008                 see ChangeLog 2003-05-14 and 2003-05-15
3009
3010 2003-05-14 [christoph]  0.8.11claws153
3011
3012         * src/plugins/image_viewer/viewer.c
3013         * src/plugins/image_viewer/viewer.glade         ** NEW **
3014         * src/plugins/image_viewer/viewerprefs.c
3015                 make it possible to disable the autoload function in the
3016                 imageviewer again
3017
3018 2003-05-14 [christoph]  0.8.11claws152
3019
3020         * src/folder.c
3021                 fix folder update after adding a message
3022
3023 2003-05-13 [alfons]     0.8.11claws151
3024
3025         * src/common/session.c
3026                 remove debug traces
3027                 
3028         * src/addrcache.[ch]
3029         * src/filtering.[ch]
3030         * src/folder.[c]
3031         * src/gtkaspell.[ch]
3032         * src/imap.[ch]
3033         * src/mbox_folder.[ch]
3034         * src/mh.[ch]
3035         * src/mimeview.h
3036         * src/msgcache.[ch]
3037         * src/news.[ch]
3038         * src/passphrase.[ch]
3039         * src/prefs_common.[ch]
3040         * src/prefs_gtk.[ch]
3041         * src/procmsg.c
3042         * src/scoring.[ch]
3043                 be pedantic; (in prototypes () implies (int))
3044
3045 2003-05-13 [alfons]     0.8.11claws150
3046
3047         * src/prefs_toolbar.[ch]
3048         * src/summaryview.[ch]
3049         * src/toolbar.[ch]
3050                 change misleading text in toolbar prefs;
3051                 add toolbar action for ignore thread (toggles ignore thread flag);
3052                 clean up a little bit;
3053
3054 2003-05-12 [paul]
3055
3056         * tools/convert_mbox.pl
3057                 bug fixed by Fred Marton
3058
3059 2003-05-12 [paul]
3060
3061         * sync with 0.9.0pre1
3062
3063 2003-05-09 [paul]       0.8.11claws149
3064
3065         * sync with 0.8.11cvs43
3066                 see ChangeLog 2003-05-09
3067
3068 2003-05-08 [christoph]  0.8.11claws148
3069
3070         * src/imap.[ch]
3071                 o use CAPABILIY as first command and check for PREAUTH
3072                   information in the response to it
3073                 o rewrite all imap_cmd_* functions to use an IMAPSession
3074                   instead of a SockInfo as parameter
3075                 o do STARTTLS after fetching and checking the server
3076                   capabilities
3077
3078 2003-05-08 [paul]       0.8.11claws147
3079
3080         * tools/Makefile.am
3081           tools/README
3082           tools/convert_mbox.pl         ** NEW FILE **
3083                 add mbox conversion script. Submitted by 
3084                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3085
3086 2003-05-07 [christoph]
3087
3088         * doc-src/glade.txt
3089         * src/gtk/pluginwindow.glade
3090         * src/plugins/image_viewer/viewerprefs.glade
3091         * src/plugins/spamassassin/spamassassin_gtk.glade
3092                 add glade files for user interfaces and a description how
3093                 to use glade to create the sylpheed code
3094
3095 2003-05-07 [paul]       0.8.11claws146
3096
3097         * sync with 0.8.11cvs41
3098                 see ChangeLog 2003-05-07
3099
3100 2003-05-06 [christoph]  0.8.11claws145
3101
3102         * src/main.c
3103         * src/plugins/image_viewer/viewer.c
3104                 fix usage of imlib in imageviewer plugin
3105
3106         * src/gtk/prefswindow.c
3107                 handle window close event correctly
3108
3109 2003-05-06 [paul]       0.8.11claws144
3110
3111         * src/common/ssl.c
3112                 fix typo introduced in sync
3113
3114 2003-05-06 [paul]       0.8.11claws143
3115
3116         * sync with 0.8.11cvs39
3117                 see ChangeLog 2003-05-06
3118
3119 2003-05-06 [paul]       0.8.11claws142
3120
3121         * AUTHORS
3122           po/cs.po
3123                 updated Czech translation, submitted by 
3124                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3125                 
3126         * src/plugins/clamav/clamav_plugin_gtk.c
3127                 clean up
3128
3129 2003-05-03 [alfons]     0.8.11claws141
3130
3131         * src/compose.[ch]
3132                 make paste as quotation work even when the call to 
3133                 text_inserted() was deferred (fixes bug #140 "Paste 
3134                 as quotation does not work when using "external" 
3135                 clipboard")
3136
3137 2003-05-03 [thorsten]   0.8.11claws140
3138
3139         * src/addrquery.h
3140           src/ldapquery.h
3141           src/mainwindow.c
3142                 removed C++ comments
3143         * src/addr_compl.c
3144                 function with non-int retval/param used before
3145                 implementation/declaration
3146
3147 2003-05-02 [paul]       0.8.11claws139
3148
3149         * src/addr_compl.[ch]
3150           src/addressbook.[ch]
3151           src/addrindex.c
3152           src/summaryview.c
3153                 revert match's changes to (finally) remove the bug where
3154                 opening a folder causes massive slowdown when using the 
3155                 'Display sender using address book' option
3156
3157 2003-05-01 [melvin]     0.8.11claws138
3158
3159         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3160         * src/plugins/dillo_viewer/dillo_viewer.c
3161                 Fixed bug where "Cancel" button from prefs issued
3162                 warnings.
3163                 Comply a little more to coding style
3164
3165 2003-05-01 [paul]       0.8.11claws137
3166
3167         * sync with 0.8.11cvs38
3168                 see ChangeLog 2003-05-01
3169
3170 2003-05-01 [paul]       0.8.11claws136
3171
3172         * po/bg.po
3173                 updated by George Danchev
3174
3175 2003-04-30 [christoph]  0.8.11claws135
3176
3177         * src/plugins/dillo_viewer/dillo_prefs.c
3178         * src/plugins/image_viewer/viewerprefs.c
3179         * src/plugins/spamassassin/spamassassin_gtk.c
3180                 remove gtk_widget_ref() calls for widgets in
3181                 glade code
3182
3183 2003-04-30 [paul]       0.8.11claws134
3184
3185         * src/addrindex.c
3186                 ok, this time a better fix for the bug where opening folder
3187                 has massive slowdown when using the 'Display sender using 
3188                 address book' option
3189
3190 2003-04-30 [paul]       0.8.11claws133
3191
3192         * src/addrindex.c
3193                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3194         
3195 2003-04-30 [melvin]     0.8.11claws132
3196
3197         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3198
3199         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3200                 Preferences for the dillo plugin
3201         * src/plugins/dillo_viewer/dillo_viewer.c
3202                 Support for preferences
3203         * src/plugins/dillo_viewer/Makefile.am
3204                 Added dillo_prefs.[ch]
3205
3206 2003-04-30 [alfons]     0.8.11claws131
3207
3208         * src/common/plugin.[ch]
3209                 see? this ANSI C'fication immediately gives us type
3210                 checking for free.
3211
3212 2003-04-30 [alfons]     0.8.11claws130
3213
3214         * src/common/plugin.[ch]
3215         * src/plugins/clamav/clamav_plugin.[ch]
3216         * src/plugins/clamav/clamav_plugin_gtk.c
3217         * src/plugins/demo/demo.c
3218         * src/plugins/dillo_viewer/dillo_viewer.c
3219         * src/plugins/image_viewer/plugin.c
3220         * src/plugins/image_viewer/viewer.[ch]
3221         * src/plugins/image_viewer/viewerprefs.[ch]
3222         * src/plugins/mathml_viewer/mathml_viewer.c
3223         * src/plugins/spamassassin/spamassassin.[ch]
3224         * src/plugins/spamassassin/spamassassin_gtk.c
3225         * src/plugins/trayicon/trayicon.c
3226                 clean up
3227
3228 2003-04-30 [alfons]     0.8.11claws129
3229
3230         * src/common/utils.c
3231                 make is_ascii_str() fail gracefully when NULL pointer
3232                 is passed
3233
3234 2003-04-30 [paul]       0.8.11claws128
3235
3236         * src/addrindex.c
3237                 fix bug where opening folder has massive slowdown when
3238                 using the 'Display sender using address book' option
3239
3240 2003-04-30 [paul]       0.8.11claws127
3241
3242         * src/plugins/clamav/clamav_plugin.c
3243           src/plugins/clamav/clamav_plugin_gtk.c
3244           src/plugins/demo/demo.c
3245           src/plugins/dillo_viewer/dillo_viewer.c
3246           src/plugins/image_viewer/plugin.c
3247           src/plugins/mathml_viewer/mathml_viewer.c
3248           src/plugins/spamassassin/spamassassin.c
3249           src/plugins/spamassassin/spamassassin_gtk.c
3250           src/plugins/trayicon/trayicon.c
3251                 get rid of eye-hurting function signatures
3252
3253 2003-04-30 [paul]       0.8.11claws126
3254
3255         * src/plugins/trayicon/trayicon.c
3256                 add description
3257                 
3258         * src/mimeview.c
3259                 be more descriptive
3260
3261 2003-04-30 [paul]       0.8.11claws125
3262
3263         * configure.ac
3264                 arrange the plugins in reverse alphabetical order
3265                 
3266         * src/plugins/clamav/clamav_plugin.[ch]
3267           src/plugins/clamav/clamav_plugin_gtk.c
3268                 rename some params
3269                 resize max_size window
3270                 re-arrange the order of some gui elements
3271                 improve descriptions
3272         
3273         * src/plugins/image_viewer/plugin.c
3274           src/plugins/mathml_viewer/mathml_viewer.c
3275                 add descriptions
3276                 
3277         * src/plugins/spamassassin/spamassassin_gtk.c
3278                 resize max_size window
3279                 re-arrange the order of some gui elements
3280                 
3281         * src/messageview.c
3282           src/mimeview.c
3283                 correct typos
3284
3285 2003-04-30 [alfons]     0.8.11claws124
3286
3287         * src/imap.c
3288                 fix a leak found while browsing Martin Kluge's 
3289                 valgrind log (Claws only)
3290
3291 2003-04-29 [darko]      0.8.11claws123
3292
3293         * src/gtk/gtkstext.h
3294                 include wchar.h if it is available, fixes compilation
3295                 on HP-UX systems
3296
3297 2003-04-29 [melvin]     0.8.11claws122
3298
3299         * src/prefs_actions.c
3300                 Improved help text of Actions' syntax
3301
3302 2003-04-28 [paul]       0.8.11claws121
3303
3304         * src/action.c
3305                 a better fix for the crash when performing an action
3306                 on a mime part
3307
3308 2003-04-28 [paul]       0.8.11claws120
3309
3310         * src/action.c
3311                 fix crash when performing an action on a
3312                 mime part
3313
3314 2003-04-28 [paul]       0.8.11claws119
3315
3316         * sync with 0.8.11cvs36
3317                 see ChangeLog 2003-04-28
3318
3319 2003-04-27 [paul]       0.8.11claws118
3320
3321         * more sync with 0.8.11cvs35
3322                 see ChangeLog 2003-04-25
3323
3324 2003-04-26 [christoph]  0.8.11claws117
3325
3326         * src/folder.c
3327                 fix remove virtual check
3328
3329 2003-04-26 [paul]       0.8.11claws116
3330
3331         * src/messageview.c
3332                 fix return-receipt, make it work again
3333
3334 2003-04-26 [paul]       0.8.11claws115
3335
3336         * src/mimeview.c
3337                 restore double-clicking of the [application/pgp-signature 
3338                 (Select "Check signature" to check)] line in the message view,
3339                 broken in recent sync
3340
3341 2003-04-26 [christoph]  0.8.11claws114
3342
3343         * src/folder.c
3344                 check if remove virtual really exists before
3345                 calling the function
3346
3347 2003-04-25 [match]      0.8.11claws113
3348
3349         * src/addrindex.c
3350         * src/addrbook.c
3351         * src/ldapquery.[ch]
3352         * src/ldapctrl.[ch]
3353                 fix memleak.
3354         * src/ldapserver.[ch]
3355                 fix memleak. fix segfault.
3356                 plug a Claws memleak
3357
3358 2003-04-25 [alfons]     0.8.11claws112
3359
3360         * src/folder.c
3361                 plug a Claws memleak
3362
3363 2003-04-25 [alfons]     0.8.11claws111
3364
3365         * src/common/session.c
3366                 plug a memleak
3367
3368 2003-04-25 [paul]       0.8.11claws110
3369
3370         * sync with 0.8.11cvs35
3371                 see ChangeLog 2003-04-24 and 2003-04-25
3372                 
3373         * src/gtk/pluginwindow.c
3374                 correct another strange float value
3375
3376 2003-04-24 [christoph]  0.8.11claws109
3377
3378         * src/folder.c
3379                 freeze folder item updates when unsetting new flags
3380
3381         * src/gtk/pluginwindow.c
3382                 correct strange float value
3383
3384 2003-04-23 [paul]       0.8.11claws108
3385
3386         * sync with 0.8.11cvs33
3387                 see ChangeLog 2003-04-23
3388
3389 2003-04-22 [paul]       0.8.11claws107
3390
3391         * src/Makefile.am
3392           src/messageview.c
3393           src/mimeview.c
3394           src/pgptext.[ch]      ** REMOVED **
3395                 remove pgptext.[ch] as its not used any more
3396
3397 2003-04-22 [paul]       0.8.11claws106
3398
3399         * sync with 0.8.11cvs31
3400                 see ChangeLog 2003-04-21 and 2003-04-22
3401
3402 2003-04-21 [alfons]     0.8.11claws105
3403
3404         * src/main.c
3405                 No access to GTK structures if we're a spawned child
3406                 (and clean up code a little bit...) Should fix #126.
3407
3408 2003-04-21 [melvin]     0.8.11claws104
3409
3410         * src/plugins/dillo_viewer/README
3411                 Improved slightly the text.
3412
3413 2003-04-21 [melvin]     0.8.11claws103
3414
3415         * src/plugins/dillo_viewer/README *** NEW ***
3416                 Added a README file for the Dillo plugin
3417
3418 2003-04-20 [paul]
3419
3420         * tools/README
3421           tools/outlook2sylpheed.pl
3422                 updated and improved by Ricardo Mones Lastra
3423
3424 2003-04-18 [oliver]     0.8.11claws102
3425
3426         * src/inc.c 
3427         * src/prefs_account.h
3428                 remove Pop3SessionType (used by selective download)
3429         * src/prefs_toolbar.c
3430                 enable set Default Toolbar button
3431
3432 2003-04-18 [paul]       0.8.11claws101
3433
3434         * sync with 0.8.11cvs29
3435                 see ChangeLog 2003-04-18
3436
3437 2003-04-17 [paul]       0.8.11claws100
3438
3439         * src/prefs_common.[ch]
3440           src/summaryview.c
3441                 remove 'Open next message on deletion' option,
3442                 as the same effect can now be achieved via the
3443                 'Always open messages in summary when selected'
3444                 option.
3445
3446 2003-04-17 [paul]       0.8.11claws99
3447
3448         * sync with 0.8.11cvs28
3449                 see ChangeLog 2003-04-17
3450
3451 2003-04-17 [christoph]  0.8.11claws98
3452
3453         * ac/spamassassin.m4
3454         * src/plugins/spamassassin/libspamc.[ch]
3455         * src/plugins/spamassassin/utils.[ch]
3456                 sync libspamc with SpamAssassin project
3457
3458 2003-04-17 [christoph]  0.8.11claws97
3459
3460         * src/common/socket.h
3461         * src/gtk/sslcertwindow.h
3462                 rename old USE_SSL to USE_OPENSSL
3463
3464 2003-04-17 [paul]       0.8.11claws96
3465
3466         * src/prefs_common.h
3467                 use gulong for P_COLOR so that it compiles/runs on
3468                 64-bit systems. Patch submitted by James Noyes
3469                 <jnoyes-claws@retrogeeks.com>
3470                 
3471         * po/de.po
3472                 updated by Jens
3473
3474 2003-04-17 [paul]       0.8.11claws95
3475
3476         * sync with 0.8.11cvs27
3477                 see ChangeLog 2003-04-16
3478
3479 2003-04-15 [paul]       0.8.11claws94
3480
3481         * src/prefs_common.[ch]
3482                 rearrange to stop the window getting too long:
3483                         move Receive dialog stuff to Receive tab
3484                         move Send dialog to Send tab
3485                         remove Dialogs frame
3486                 rename 'Open messages in summary with cursor keys' to
3487                 'Always open messages in summary when selected', as its
3488                 more appropriate
3489
3490 2003-04-15 [paul]       0.8.11claws93
3491
3492         * src/prefs_common.[ch]
3493           src/summaryview.c
3494                 add new option '/Interface/Open next message on deletion'
3495
3496 2003-04-15 [paul]       0.8.11claws92
3497
3498         * src/summaryview.[ch]
3499                 add /Mark/Lock and /Mark/Unlock to the pop-up
3500                 menu. Patch submitted by Ivan Francolin Martinez
3501                 <ivanfm@users.sourceforge.net>
3502
3503 2003-04-15 [paul]       0.8.11claws91
3504
3505         * sync with 0.8.11cvs24
3506                 see ChangeLog 2003-04-15
3507
3508 2003-04-14 [jens]       0.8.11claws90
3509
3510         * updated German translation and some corrections from
3511                 Roland Bless <bless@tm.uka.de>
3512
3513 2003-04-14 [paul]       0.8.11claws89
3514
3515         * sync with 0.8.11cvs22
3516                 see ChangeLog 2003-04-14
3517
3518 2003-04-13 [paul]       0.8.11claws88
3519
3520         * src/plugins/clamav/clamav_plugin.c
3521                 fix memory leaks
3522                 clean up
3523
3524 2003-04-12 [paul]       0.8.11claws87
3525
3526         * src/plugins/clamav/clamav_plugin.c
3527                 activate enable/disable archive scanning option
3528                 
3529         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3530
3531 2003-04-12 [paul]       0.8.11claws86
3532
3533         * src/plugins/Makefile.am
3534           src/plugins/clamav/Makefile.am                ** NEW FILE **
3535           src/plugins/clamav/README                     ** NEW FILE ** 
3536           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3537           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3538                 add Clam AntiVirus plugin
3539
3540 2003-04-12 [paul]       0.8.11claws85
3541
3542         * sync with 0.8.11cvs21
3543                 see ChangeLog 2003-04-11
3544
3545 2003-04-11 [paul]       0.8.11claws84
3546
3547         * po/es.po
3548                 update Spanish translation. Submitted by Ricardo
3549                 Mones Lastra.
3550
3551 2003-04-10 [christoph]  0.8.11claws83
3552
3553         * src/mbox.c
3554                 fix typo that did not move unfiltered mails to destination
3555                 folder
3556
3557         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3558          when filtering from spool)
3559
3560 2003-04-10 [christoph]  0.8.11claws82
3561
3562         * src/imap.c
3563                 use BODY.PEEK instead of BODY in in message fetch operation
3564                 to make sure the IMAP server does not set the \Seen flag for
3565                 messages. Sylpheed does that later itself, when the message
3566                 is opened in sylpheed
3567
3568         (closes Bug 111 Claws destroys unread marks)
3569
3570 2003-04-09 [oliver]     0.8.11claws81
3571         
3572         * src/folder.c
3573                 fix crash in folder_destroy
3574         * README.claws
3575                 remove selective download
3576
3577 2003-04-09 [christoph]  0.8.11claws80
3578
3579         * src/imap.c
3580                 fix crash in imap_get_msginfo() when then fetched message
3581                 is not found
3582
3583         (closes Bug 110 Crash during mail composition)
3584
3585 2003-04-08 [christoph]  0.8.11claws79
3586
3587         * src/folder.c
3588         * src/prefs_account.c
3589                 Filter new messages that are found in an INBOX folder
3590                 when 'Filter messages on receiving' is enabled in the
3591                 Folder's AccountPrefs. This allows to use Sylpheed's
3592                 filtering engine for IMAP folders where messages are
3593                 added to the INBOX by a MTA
3594
3595 2003-04-08 [paul]       0.8.11claws78
3596
3597         * src/procmsg.h
3598                 clean up after last commit
3599
3600 2003-04-08 [paul]       0.8.11claws77
3601
3602         * sync with 0.8.11cvs20
3603                 see ChangeLog 2003-04-07 and 2003-04-08
3604
3605 2003-04-07 [christoph]  0.8.11claws76
3606
3607         * src/filtering.[ch]
3608         * src/inc.[ch]
3609         * src/mbox.c
3610         * src/procmsg.[ch]
3611                 add procmsg_msginfo_filter() to execute filtering actions
3612
3613 2003-04-06 [christoph]  0.8.11claws75
3614
3615         * src/imap.c
3616                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3617
3618 2003-04-06 [christoph]  0.8.11claws74
3619
3620         * src/common/utils.[ch]
3621                 add g_int_compare() function for slist sorting
3622
3623         * src/imap.c
3624                 fetch all MsgInfos with one command in imap_get_msginfos()
3625                 using an imap set with a list of ranges
3626
3627         * src/news.c
3628                 use new g_int_compare() function
3629
3630 2003-04-06 [thorsten]   0.8.11claws73
3631
3632         * src/mh.c
3633                 corrected implementation of mh_folder_destroy()
3634
3635 2003-04-05 [christoph]  0.8.11claws72
3636
3637         * src/account.c
3638         * src/folder.[ch]
3639         * src/folderview.c
3640         * src/imap.c
3641         * src/inc.c
3642         * src/main.c
3643         * src/mainwindow.c
3644         * src/mbox_folder.c
3645         * src/mh.c
3646         * src/mimeview.h
3647         * src/msgcache.[ch]
3648         * src/news.c
3649         * src/procmime.h
3650         * src/procmsg.[ch]
3651         * src/setup.c
3652         * src/gtk/gtkutils.c
3653                 o rename structure field names class and new to klass and
3654                   new_msgs, to allow including files in C++
3655                 o add 'extern "C"' block to some header files
3656                 o add MsgInfoList and MsgNumberList as alias for GSList for
3657                   developers to know what type of list is expected
3658
3659         * src/plugins/image_viewer/plugin.c
3660         * src/plugins/image_viewer/viewer.[ch]
3661         * src/plugins/image_viewer/viewerprefs.[ch]
3662                 rename function names to prevent conflicts
3663
3664 2003-04-05 [paul]       0.8.11claws71
3665
3666         * sync with 0.8.11cvs18
3667                 see ChangeLog 2003-04-03 and 2003-04-04
3668
3669 2003-04-02 [christoph]  0.8.11claws70
3670
3671         * src/folder.[ch]
3672         * src/imap.[ch]
3673         * src/mbox_folder.[ch]
3674         * src/mh.[ch]
3675         * src/news.[ch]
3676                 o Make all virtual folder functions private
3677                 o remove unused folder code
3678
3679         * src/common/socket.[ch]
3680         * src/summaryview.c
3681                 fix warnings
3682
3683 2003-03-30 [alfons]     0.8.11claws69
3684
3685         * src/send_message.c
3686                 remove two debug traces and see if people still report
3687                 errors
3688
3689 2003-03-30 [alfons]     0.8.11claws68
3690
3691         * src/send_message.c
3692         * src/commons/session.c
3693                 add more debug traces
3694
3695 2003-03-30 [christoph]  0.8.11claws67
3696
3697         * src/folder.c
3698                 change processing folder name from .processing to processing
3699
3700         * src/common/ssl.c
3701                 disable SSL certificate check because it causes Xlib error
3702                 when the child process want's to open an GTK window
3703
3704 2003-03-30 [christoph]  0.8.11claws66
3705
3706         * src/folder.c
3707                 don't use default folder for processing folder item because
3708                 it can be a non local folder
3709
3710         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3711
3712 2003-03-30 [alfons]     0.8.11claws65
3713
3714         * src/send_message.c
3715                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3716                 to generate bad code for 'send_send_data_progressive': When
3717                 called from 'send_send_data_finished', the 'data' pointer is
3718                 cleared just before the assignment to the dialog pointer
3719
3720 2003-03-29 [christoph]  0.8.11claws64
3721
3722         * src/common/prefs.h
3723         * src/plugins/image_viewer/Makefile.am
3724         * src/plugins/image_viewer/plugin.c
3725         * src/plugins/image_viewer/viewer.[ch]
3726         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3727                 add PrefsPage for ImageViewer
3728
3729 2003-03-28 [thorsten]   0.8.11claws63
3730
3731         * src/common/session.c
3732                 added some comments
3733
3734 2003-03-28 [paul]       0.8.11claws62
3735
3736         * sync with 0.8.11cvs16
3737                 see ChangeLog 2003-03-28
3738
3739 2003-03-28 [paul]       0.8.11claws61
3740
3741         * sync with 0.8.11cvs15
3742                 see ChangeLog 2003-03-28
3743
3744 2003-03-27 [christoph]  0.8.11claws60
3745
3746         * src/folder.c
3747         * src/imap.c
3748         * src/common/socket.[ch]
3749                 set socket state to DISCONNECTED when any operation
3750                 fails to allow reconnecting in IMAP code without
3751                 checking the return code of all calls to the command
3752                 functions
3753
3754         * src/folderview.c
3755         * src/summaryview.c
3756                 remove some more stuff that depends on specific
3757                 folder types
3758
3759 2003-03-27 [paul]       0.8.11claws59
3760
3761         * sync with 0.8.11cvs14
3762                 see ChangeLog 2003-03-27
3763                 
3764         * src/selective_download.[ch]   ** REMOVED **
3765                 really removed
3766
3767 2003-03-27 [christoph]  0.8.11claws58
3768
3769         * src/folder.c
3770                 fix handling of tmp_flags in flag copy function
3771
3772 2003-03-27 [paul]       0.8.11claws57
3773
3774         * sync with 0.8.11cvs13
3775                 see ChangeLog 2003-03-27
3776
3777 2003-03-27 [oliver]     0.8.11claws56
3778
3779         * src/maiwindow.c
3780                 remove sel_download_cb
3781
3782 2003-03-27 [oliver]     0.8.11claws55
3783         
3784         * src/inc.c
3785                 remove POP3_TOP
3786         
3787 2003-03-26 [oliver]     0.8.11claws54
3788
3789         *src/pop.h
3790                 remove POP3_TOP*
3791         * README.claws
3792                 remove selective donwload readme
3793
3794 2003-03-26 [oliver]     0.8.11claws53
3795         * src/matcher.[ch]
3796         * src/matcher_parser_parse.y 
3797         * src/pop.c 
3798         * src/prefs_account.[ch]
3799         * src/prefs_filtering.c
3800                 remove selective donwload
3801
3802 2003-03-26 [oliver]     0.8.11claws52
3803
3804         * src/inc.[ch] 
3805         * src/filtering.c 
3806         * src/mainwindow.c 
3807                 remove selective donwload
3808
3809 2003-03-26 [oliver]     0.8.11claws51
3810         
3811         * src/Makefile.am
3812         * src/selective_download.[ch]   ** REMOVE **    
3813
3814 2003-03-26 [christoph]  0.8.11claws50
3815
3816         * src/news.c
3817                 fix NEWS that got broken by a sync with sylpheed-main
3818
3819 2003-03-26 [christoph]  0.8.11claws49
3820
3821         * src/mimeview.c
3822                 fix mime type guessing when no mime type is found for a file
3823
3824 2003-03-25 [christoph]  0.8.11claws48
3825
3826         * src/mimeview.c
3827         * src/procmime.c
3828                 remove mime type guessing from mime parser and use
3829                 name based mime types in viewer lookup for mime type
3830                 application/octet-stream
3831
3832 2003-03-25 [christoph]  0.8.11claws47
3833
3834         * doc-src/readme.txt
3835         * doc-src/rfc2554.txt
3836                 add RFC about SMTP AUTH
3837
3838         * src/send_message.c
3839         * src/common/smtp.[ch]
3840                 add extra error code for authentication errors and
3841                 clear temporary password when this error occurs
3842
3843         (closes Bug 84 authentication failure while sending should
3844          prompt for password again)
3845
3846 2003-03-25 [christoph]  0.8.11claws46
3847
3848         * configure.ac
3849         * src/Makefile.am
3850         * src/imageview.[ch]                            ** REMOVE **
3851         * src/messageview.[ch]
3852         * src/mimeview.[ch]
3853         * src/prefs_common.[ch]
3854         * src/textview.c
3855         * src/plugins/Makefile.am
3856         * src/plugins/image_viewer/.cvsignore           ** NEW **
3857         * src/plugins/image_viewer/Makefile.am          ** NEW **
3858         * src/plugins/image_viewer/plugin.c             ** NEW **
3859         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3860                 move image viewer into a plugin (building is enabled by default)
3861                 [ToDo: Prefs for resize and autoview]
3862
3863 2003-03-25 [paul]       0.8.11claws45
3864
3865         * sync with 0.8.11cvs12
3866                 see ChangeLog 2003-03-26
3867
3868 2003-03-25 [paul]       0.8.11claws44
3869
3870         * sync with 0.8.11cvs11
3871                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3872                 
3873         Note: Selective Download is broken.
3874                 
3875 2003-03-22 [christoph]  0.8.11claws43
3876
3877         * src/folder.c
3878                 code cleanup for flags copying
3879
3880 2003-03-22 [christoph]  0.8.11claws42
3881
3882         * src/plugins/trayicon/trayicon.c
3883                 fix setting the transparent area when the window size
3884                 is forced by the system tray
3885
3886 2003-03-22 [christoph]  0.8.11claws41
3887
3888         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3889         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3890         * src/plugins/trayicon/newmail.xpm              ** NEW **
3891         * src/plugins/trayicon/nomail.xpm               ** NEW **
3892         * src/plugins/trayicon/trayicon.c
3893         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3894                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3895                 o add icon for unread mails
3896                 o set transparency for window
3897
3898 2003-03-22 [christoph]  0.8.11claws40
3899
3900         * src/news.c
3901                 init news session to prevent crash when session is closed
3902
3903 2003-03-22 [christoph]  0.8.11claws39
3904
3905         * src/imap.c
3906         * src/common/session.[ch]
3907                 Init session data to make sure we don't have invalid pointers
3908                 for read_ch and write_ch when new multi process sessions are
3909                 not used
3910
3911         * src/main.c
3912         * src/common/plugin.c
3913         * src/common/sylpheed.c
3914         * src/plugins/demo/demo.c
3915         * src/plugins/dillo_viewer/dillo_viewer.c
3916         * src/plugins/mathml_viewer/mathml_viewer.c
3917         * src/plugins/spamassassin/spamassassin.c
3918         * src/plugins/spamassassin/spamassassin_gtk.c
3919                 add plugin types to allow loading plugins at different times
3920                 (and maybe for different frontends), because it's not good to
3921                 load GTK-Plugins gefore gtk_init was called
3922
3923         * configure.ac
3924         * src/plugins/Makefile.am
3925         * src/plugins/trayicon/.cvsignore               ** NEW **
3926         * src/plugins/trayicon/Makefile.am              ** NEW **
3927         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3928         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3929         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3930         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3931         * src/plugins/trayicon/trayicon.c               ** NEW **
3932                 New Trayicon plugin that shows an icon in a systray that uses
3933                 XEMBED protocol like Gnome's systray. Icon shows if there
3934                 are new mails and a tooltip shows information about new,
3935                 unread and total messages.
3936
3937 2003-03-22 [paul]       0.8.11claws38
3938
3939         * src/common/smtp.c
3940                 fix ESMTP AUTH CRAM-MD5
3941                 [sync with main (still version 0.8.11cvs6), see
3942                  ChangeLog 2003-03-22]
3943
3944 2003-03-21 [colin]      0.8.11claws37
3945
3946         * src/send_message.c
3947                 Fix USE_SSL => USE_OPENSSL
3948
3949 2003-03-21 [colin]      0.8.11claws36
3950
3951         * src/folderview.c
3952                 Fix counts in drag and dropped subfolders
3953
3954 2003-03-21 [colin]      0.8.11claws35
3955
3956         * src/folder.c 
3957         * src/folderview.c
3958                 speed up a bit folder dnd
3959
3960 2003-03-20 [alfons]     0.8.11claws34
3961
3962         * src/main.c
3963         * src/toolbar.c
3964         * src/procmsg.c
3965                 don't send locked queue messages
3966                 (feature request "[ 705245 ] Locking message in outbox 
3967                  should prevent sending")
3968
3969 2003-03-20 [christoph]  0.8.11claws33
3970
3971         * src/folder.c
3972                 remove NEW and UNREAD flag in special folders when scanning
3973                 
3974         * src/common/smtp.c
3975                 fix ESMTP AUTH CRAM-MD5
3976
3977 2003-03-20 [paul]       0.8.11claws32
3978
3979         * src/prefs_account.c
3980                 Re-write 'Tunnel command to open connection' as
3981                 'Use command to communicate with server', and disable
3982                 it for all except IMAP accounts
3983
3984 2003-03-20 [paul]       0.8.11claws31
3985
3986         * sync with 0.8.11cvs6
3987                 see ChangeLog 2003-03-20
3988
3989 2003-03-19 [match]      0.8.11claws30
3990
3991         * src/addritem.[ch]
3992                 include documentation. minor refactoring.
3993         * src/addr_compl.[ch]
3994         * src/addrindex.[ch]
3995         * src/addresbook.[ch]
3996         * src/summaryview.c
3997                 re-enable address lookup (was disabled in
3998                 0.8.11claws20).
3999
4000 2003-03-19 [christoph]  0.8.11claws29
4001
4002         * src/procmsg.c
4003                 add temp flag handling, will make moving and copying
4004                 messages possible again
4005
4006         * src/folder.c
4007                 correct calulation of folder stats
4008
4009 2003-03-18 [match]      0.8.11claws28
4010
4011         * src/editgroup.h
4012                 remove case sensitive comparison (closes bug 80).
4013
4014 2003-03-18 [christoph]  0.8.11claws27
4015
4016         * src/imap.c
4017                 fix imap using a tunnel command
4018
4019         (closes bug 87)
4020
4021 2003-03-18 [christoph]  0.8.11claws26
4022
4023         * src/folder.[ch]
4024         * src/imap.c
4025         * src/procmsg.[ch]
4026                 rewrite flag handling for folders
4027
4028 2003-03-18 [christoph]  0.8.11claws25
4029
4030         * src/folder.c
4031         * src/procmsg.c
4032         * src/summaryview.c
4033                 unset NEW and UNREAD flags when message is ignored, to make
4034                 sure messages don't show up as unread on other IMAP clients,
4035                 because the IGNORE_THREAD flag can not be syncronized through
4036                 the IMAP folder
4037
4038 2003-03-17 [christoph]  0.8.11claws24
4039
4040         * src/imap.c
4041                 don't use recursion to fetch uids when the number of messages
4042                 does not match. Moved code into subfunction that is used
4043                 again when needed, to prevent an endless loop.
4044
4045 2003-03-17 [thorsten]   0.8.11claws23
4046
4047         * src/imageview.[ch]
4048                 export imageview_get_resized_size() (for plugins)
4049         * src/prefs_common.[ch]
4050                 added prefs_common_get() (for plugins)
4051
4052 2003-03-17 [christoph]  0.8.11claws22
4053
4054         * src/imap.c
4055                 o remove UID guessing from copy code
4056                 o support UIDPLUS extension for APPEND command
4057
4058 2003-03-17 [paul]       0.8.11claws21
4059
4060         * src/gtk/about.c
4061                 remove 'Compiled-plugins' section.
4062                 
4063         * src/plugins/dillo_viewer/dillo_viewer.c
4064                 slight change to description text
4065
4066 2003-03-16 [match]      0.8.11claws20
4067         * src/ldapserver.[ch]           ** NEW **
4068         * src/ldapctrl.[ch]             ** NEW **
4069         * src/ldapquery.[ch]            ** NEW **
4070         * src/ldaputil.[ch]             ** NEW **
4071         * src/addrcindex.[ch]           ** NEW **
4072         * src/addrquery.h               ** NEW **
4073         * src/addritem.[ch]
4074         * src/addrcache.[ch]
4075         * src/addrindex.[ch]
4076         * src/addr_compl.[ch]
4077         * src/addressbook.[ch]
4078         * src/addrbook.[ch]
4079         * src/editgroup.c
4080         * src/editaddress.c
4081         * src/editldap.c
4082         * src/editldap_basedn.c
4083         * src/vcard.c
4084         * src/jpilot.c
4085         * src/Makefile.am
4086                 included dynamic LDAP queries. improved address
4087                 completion.
4088
4089 2003-03-16 [paul]       0.8.11claws19
4090
4091         * tools/multiwebsearch.pl
4092                 fix a fatal typo
4093
4094 2003-03-16 [christoph]  0.8.11claws18
4095
4096         * src/mimeview.c
4097         * src/plugins/dillo_viewer/dillo_viewer.c
4098         * src/plugins/mathml_viewer/mathml_viewer.c
4099                 make unregistering of MimeViewerFactorys possible
4100
4101 2003-03-16 [alfons]     0.8.11claws17
4102
4103         * configure.ac
4104                 correct typo
4105
4106 2003-03-16 [melvin]     0.8.11claws16
4107
4108         * src/plugins/dillo_viewer.c
4109                 Fixed bug where it was not possible to view more than
4110                 one text/html attachment per message (bug discovered
4111                 by Christoph Hohmann).
4112
4113 2003-03-15 [melvin]     0.8.11claws15
4114
4115         * src/prefs_actions.c
4116                 Fixed compilation warnings.
4117
4118 2003-03-15 [melvin]     0.8.11claws14
4119
4120         * src/plugins/Makefile.am
4121         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4122         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4123         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4124                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4125                 newer (http://dillo.auriga.wearlab.de/).
4126
4127 2003-03-15 [christoph]  0.8.11claws13
4128
4129         * src/imap.c
4130                 don't query imap folder for attributes because we already
4131                 for them from imap_status
4132
4133         * src/mimeview.[ch]
4134                 add support for plugable MimeViewers (unloading Viewers
4135                 not yet complete)
4136
4137         * src/plugins/Makefile.am
4138         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4139         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4140         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4141                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4142                 widget from http://helm.cs.unibo.it/mml-widget/
4143
4144 2003-03-14 [christoph]  0.8.11claws12
4145
4146         * src/folder.[ch]
4147                 o error return code's should better be negative
4148                 o replace printf with debug_print
4149
4150         * src/imap.c
4151                 improve IMAP folder scan by checking UID-NEXT
4152
4153         * src/summaryview.c
4154                 remove check that are unnecessary in my opinion
4155
4156 2003-03-13 [christoph]  0.8.11claws11
4157
4158         * src/folder.[ch]
4159         * src/foldersel.c
4160         * src/folderview.c
4161         * src/imap.c
4162         * src/mbox_folder.c
4163         * src/mh.c
4164         * src/news.c
4165         * src/prefs_scoring.c
4166         * src/summaryview.c
4167                 use a common function to get a displayable name
4168                 for a FolderItem
4169
4170 2003-03-13 [paul]       0.8.11claws10
4171
4172         * tools/Makefile.am
4173           tools/README
4174           tools/multiwebsearch.conf     ** NEW FILE **
4175           tools/multiwebsearch.pl       ** NEW FILE **
4176                 add multiwebsearch Actions script
4177
4178 2003-03-13 [colin]      0.8.11claws9
4179
4180         * src/compose.c
4181                 Remove leading emtpy lines from quoted text
4182                 before quoting it
4183
4184 2003-03-13 [melvin]     0.8.11claws8
4185
4186         * src/prefs_actions.c
4187                 Fixed a memory leak
4188                 Code clean ups
4189                 Added Cancel and OK buttons
4190                 Corrected help text
4191
4192 2003-03-13 [christoph]  0.8.11claws7
4193
4194         * src/account.c
4195         * src/folder.[ch]
4196         * src/imap.c
4197         * src/mainwindow.c
4198         * src/mbox_folder.c
4199         * src/mh.c
4200         * src/news.c
4201         * src/setup.c
4202                 replace more folder type stuff with folder class stuff
4203
4204 2003-03-13 [melvin]     0.8.11claws6
4205
4206         * src/prefs_actions.c
4207                 Added new tokens:
4208                 %u: user provided argument
4209                 %h: user provided argument (hidden on input)
4210                 %s: current text selection in the message view 
4211
4212 2003-03-13 [paul]       0.8.11claws5
4213
4214         * sync with 0.8.11cvs5
4215                 see ChangeLog 2003-03-11, 2003-03-12
4216
4217 2003-03-12 [christoph]  0.8.11claws4
4218
4219         * src/folder.c
4220                 use folder class idstr when writing folderlist.xml
4221
4222         * src/folder.h
4223         * src/imap.c
4224         * src/news.c
4225                 replace folder type checks with folder class checks
4226
4227 2003-03-12 [christoph]  0.8.11claws3
4228
4229         * src/folder.[ch]
4230         * src/imap.[ch]
4231         * src/main.c
4232         * src/mbox_folder.[ch]
4233         * src/mh.[ch]
4234         * src/news.[ch]
4235                 o create a list of known folder classes in the folder system
4236                 o use folder class id strings for folder item identifiers
4237
4238 2003-03-12 [christoph]  0.8.11claws2
4239
4240         * src/imap.c
4241                 fix imap uid validity check
4242
4243 2003-03-12 [christoph]  0.8.11claws1
4244
4245         * src/account.c
4246         * src/folder.[ch]
4247         * src/foldersel.c
4248         * src/folderview.c
4249         * src/imap.c
4250         * src/mainwindow.c
4251         * src/mbox_folder.c
4252         * src/mh.c
4253         * src/news.c
4254         * src/prefs_scoring.c
4255         * src/procmsg.c
4256         * src/setup.c
4257         * src/summaryview.c
4258                 initial restructuring of folder system, seperating
4259                 folders and folder classes
4260
4261 2003-03-12 [paul]       0.8.11claws
4262
4263         0.8.11claws release
4264
4265 2003-03-12 [christoph]
4266
4267         * src/gtk/prefswindow.c
4268                 fix translation of "Page Index"
4269
4270 2003-03-12 [paul]       0.8.10claws110
4271
4272         a sync from 0.8.11cvs4 before the release
4273
4274         * src/common/utils.c
4275                 subject_compare_for_sort(): allow null strings (fixes
4276                 summary sorting).
4277
4278 2003-03-11 [paul]       0.8.10claws109
4279
4280         * po/es.po
4281                 update Spanish translation, submitted by
4282                 Ricardo Mones Lastra
4283
4284 2003-03-11 [melvin]     0.8.10claws108
4285
4286         * po/fr.po
4287                 Updated French translations
4288
4289 2003-03-11 [paul]       0.8.10claws107
4290
4291         * manual/en/Makefile.am
4292           manual/en/*.html
4293                 update English manual, add a new page
4294                 updated by Francois Barriere <fbarriere@atmel.fr>
4295                 
4296         * po/bg.po
4297           po/it.po
4298           po/sr.po
4299                 update Bulgarian, Italian, and Serbian translations
4300                 submitted by George Danchev, Alessandro Maestri, and
4301                 Urke MMI
4302
4303 2003-03-10 [paul]       0.8.10claws106
4304
4305         * src/gtk/about.c
4306           src/gtk/prefswindow.c
4307                 make some strings translatable
4308
4309 2003-03-10 [darko]      0.8.10claws105
4310
4311         * src/compose.c
4312                 code cleanup to make Hiro happy
4313
4314 2003-03-10 [paul]       0.8.10claws104
4315
4316         * sync with 0.8.11cvs2
4317                 see ChangeLog 2003-03-10
4318
4319 2003-03-09 [melvin]     0.8.10claws103
4320
4321         * src/textview.c
4322                 textview_set_font(): fix for message display in
4323                 UTF-8 locales (thanks to Sergey Vlasov).
4324                 (was unintentionnaly reverted in 0.8.6claws6)   
4325
4326 2003-03-08 [darko]      0.8.10claws102
4327
4328         * src/compose.c
4329                 fix infinite loop in wrapping as reported
4330                 by happycactus
4331                 obsoletes patch #696482
4332
4333 2003-03-08 [christoph]  0.8.10claws101
4334
4335         * src/imap.c
4336                 add workaround for IMAP servers that do not
4337                 support the "UID SEARCH UID" command
4338
4339 2003-03-07 [christoph]  0.8.10claws100
4340
4341         * src/plugins/spamassassin/spamassassin.[ch]
4342         * src/plugins/spamassassin/spamassassin_gtk.c
4343                 code cleanup
4344
4345 2003-03-07 [paul]       0.8.10claws99
4346
4347         * po/es.po
4348                 updated Spanish translation, submitted by
4349                 Ricardo Mones Lastra
4350
4351 2003-03-07 [christoph]  0.8.10claws98
4352
4353         * src/send.c
4354                 fix in 0.8.10claws94 was wrong
4355                 local delivery does not require escaping, remove escaping
4356                 code to make signatures of mails with "." lines valid
4357                 
4358                 NOTE: requires that sendmail is executed with "-i" option,
4359                       what is the default now, but has to be changed in all
4360                       exsiting accounts)
4361
4362 2003-03-07 [paul]       0.8.10claws97
4363
4364         * sync with 0.8.11 release
4365                 see ChangeLog 2003-03-07
4366
4367 2003-03-06 [paul]       0.8.10claws96
4368
4369         * src/compose.c
4370                 revert commit 0.8.10claws92
4371
4372 2003-03-06 [paul]       0.8.10claws95
4373
4374         * src/folderview.c
4375                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4376
4377         * src/gtkaspell.c
4378                 fix bug 74, 'Crash opening editor window with pseudo-color
4379                 display'
4380                 
4381         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4382
4383 2003-03-06 [christoph]  0.8.10claws94
4384
4385         * src/send.c
4386                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4387                 all lines starting with a period get an extra period
4388                 inserted
4389                 (found by Simon 'corecode' Schubert)
4390
4391 2003-03-06 [paul]       0.8.10claws93
4392
4393         * src/folderview.c
4394                 if configured font can't be loaded fall back to gtk
4395                 default. (with thanks to Christoph)
4396                 
4397                 closes long-standing bug 15 'Crashes on startup'
4398
4399 2003-03-06 [paul]       0.8.10claws92
4400
4401         * src/compose.c
4402                 freeze text before autosave and thaw afterwards
4403                 fixes bug 67 'autosave make re-rediting message crazy'
4404
4405 2003-03-06 [christoph]  0.8.10claws91
4406
4407         * src/compose.c
4408                 ignore address comment in dupe check for Cc-list
4409
4410         (closes reopened bug 47 Replying to message strips name part of
4411          e-mail addresses of Cc: lines)
4412
4413 2003-03-06 [paul]       0.8.10claws90
4414
4415         * src/Makefile.am
4416                 remove reference to gtkxtext.h as its no longer in
4417                 the repository
4418
4419 2003-03-06 [paul]       0.8.10claws89
4420
4421         * sync with 0.8.10cvs25
4422                 see ChangeLog 2003-03-06
4423
4424 2003-03-06 [oliver]     0.8.10claws88
4425         
4426         * src/messageview.c
4427                 remove include
4428
4429 2003-03-06 [oliver]     0.8.10claws87
4430         
4431         * src/folderview.c 
4432                 remove changes introduced inclaws74
4433         * src/messageview.c
4434                 another attempt to sanely delete and update
4435                 messages deleted in separate messageview
4436
4437 2003-03-05 [christoph]  0.8.10claws86
4438
4439         * src/summaryview.c
4440                 check if "From" matches any account's address if
4441                 addressbook completion of addresses is disabled too
4442
4443         (closes Bug 70 "Display recipient in from" doesn't check
4444          folder's default account)
4445
4446 2003-03-05 [christoph]  0.8.10claws85
4447
4448         * src/compose.c
4449         * src/common/utils.[ch]
4450                 don't strip address comments when building Cc lists
4451
4452         (closes Bug 47 Replying to message strips name part of e-mail addresses
4453          of Cc: lines)
4454
4455         * src/folder.c
4456                 fix return value of copy function
4457
4458 2003-03-05 [christoph]  0.8.10claws84
4459
4460         * src/imap.c
4461                 don't ask imap server for non rfc822 headers
4462
4463         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4464
4465         * src/imap.c
4466                 destroy session on socket error to allow reconnecting
4467
4468 2003-03-05 [christoph]  0.8.10claws83
4469
4470         * configure.ac
4471                 fix building with gnome when no prefix is set
4472
4473         (closes bug 66 Gnome directory is set to NONE)
4474
4475 2003-03-05 [paul]       0.8.10claws82
4476
4477         * sync with 0.8.10cvs23
4478                 see ChangeLog 2003-03-05
4479
4480 2003-03-04 [christoph]  0.8.10claws81
4481
4482         * src/folder.c
4483                 o fix moving and copying when folder returns 0 for new
4484                   message number
4485                 o remove some code for single message copy and move
4486                   operations and use functions for multiple messages
4487
4488         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4489
4490         * src/news.c
4491                 remove unused include
4492
4493 2003-03-04 [paul]       0.8.10claws80
4494
4495         * src/gtk/about.c
4496                 list 'Compiled plugins'
4497
4498 2003-03-03 [christoph]  0.8.10claws79
4499
4500         * src/news.[ch]
4501                 have to multiply the percentage of the current fetch with
4502                 the percentage that it has of the total fetch operation
4503                 for correct values
4504
4505 2003-03-03 [christoph]  0.8.10claws78
4506
4507         * src/news.c
4508                 fix calculation of expected lines for progress indicator
4509
4510 2003-03-03 [christoph]  0.8.10claws77
4511
4512         * src/summaryview.c
4513         * src/common/utils.c
4514                 fix segfault when opening the root news folder
4515
4516 2003-03-03 [christoph]  0.8.10claws76
4517
4518         * src/mainwindow.[ch]
4519         * src/common/Makefile.am
4520         * src/common/progressindicator.[ch]
4521                 add UI independent progress indicator handling
4522
4523         * src/news.[ch]
4524                 use new progress indicator for message info fetching
4525
4526         * src/common/hooks.h
4527                 code cleanup
4528
4529 2003-03-03 [oliver]     0.8.10claws75
4530
4531         * src/toolbar.c
4532         * src/compose.c
4533                 removed commented code
4534
4535 2003-03-03 [oliver]     0.8.10claws74
4536
4537         * src/toolbar.[ch]
4538                 cleanups and refactoring
4539         * src/compose.[ch]
4540                 compose_reply_mode reply & forwarding interface for
4541                 toolbar buttons
4542         * src/folderview.c
4543                 act on messages marked for deletion in folderview_selected
4544                 based on prefs_common.immediate_exec since a message might 
4545                 have been deleted by messageview in a folder we are changing 
4546                 to (does anybody understand what I'm on about ?)
4547
4548 2003-03-03 [oliver]     0.8.10claws73
4549         
4550         * src/messageview.[ch]
4551                 new functions
4552                 - messageview_delete: delete message shown in messagview
4553                 - messageview_update_view: update messageview to currently 
4554                   selected summaryview message
4555                 - add separate messageview to msgview_list in order to update 
4556                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4557         * src/summaryview.[ch]
4558                 summary_get_selection returns a list of selected msgs
4559                 in summaryview
4560         * src/mainwindow.c
4561                 toolbar reply refactoring
4562
4563 2003-03-03 [paul]       0.8.10claws72
4564
4565         * sync with 0.8.10cvs21
4566                 see ChangeLog 2003-03-03
4567
4568 2003-03-02 [christoph]  0.8.10claws71
4569
4570         * src/common/passcrypt.c
4571                 use POSIX includes
4572
4573 2003-03-02 [christoph]  0.8.10claws70
4574
4575         * configure.ac
4576         * src/prefs_account.c
4577         * src/prefs_gtk.[ch]
4578         * src/common/.cvsignore
4579         * src/common/Makefile.am
4580         * src/common/passcrypt.c                ** NEW **
4581         * src/common/passcrypt.h.in             ** NEW **
4582                 Implement password encryption in config files
4583                 using unix encrypt and setkey functions. The crypt
4584                 key can be set as a configure parameter. Old
4585                 passwords will be converted if they do not begin
4586                 with '!'
4587
4588 2003-03-02 [paul]       0.8.10claws69
4589
4590         * src/prefs_account.c
4591                 fix compile error
4592
4593 2003-03-01 [thorsten]   0.8.10claws68
4594
4595         * po/el.po
4596           po/hr.po
4597           po/it.po
4598           po/nl.po
4599           po/sr.po
4600           po/sv.po
4601                 corrected format strings
4602         * po/en_GB.po
4603                 corrected headers
4604                 (fix compile errors with GNU gettext-0.11.5)
4605
4606 2003-03-01 [oliver]     0.8.10claws67
4607
4608         * src/summaryview.c
4609                 menu callbacks call toolbar_menu_reply
4610
4611 2003-03-01 [oliver]     0.8.10claws66
4612
4613         * src/mainwindow.c
4614         * src/messageview.c
4615                 menu callbacks call toolbar_menu_reply
4616         * src/toolbar.[ch]
4617                 callbacks from menu handled by toolbar_menu_reply
4618
4619 2003-03-01 [paul]       0.8.10claws65
4620
4621         * src/addressbook.c
4622                 revert commit 0.8.10claws54 - breaks editing of
4623                 addressbook.
4624                 
4625         * po/bg.po
4626                 update Bulgarian translation, submitted by
4627                 George Danchev
4628
4629 2003-02-28 [christoph]  0.8.10claws64
4630
4631         * src/account.c
4632         * src/addressadd.c
4633         * src/compose.c
4634         * src/gtkaspell.c
4635         * src/gtkxtext.h                ** REMOVE **
4636         * src/imap.c
4637         * src/matcher.[ch]
4638         * src/mh.c
4639         * src/news.c
4640         * src/pine.c
4641         * src/prefs_common.c
4642         * src/prefs_matcher.c
4643         * src/procheader.[ch]
4644         * src/procmsg.[ch]
4645         * src/toolbar.c
4646         * src/common/ssl_certificate.c
4647         * src/gtk/colorlabel.c
4648         * src/gtk/menu.c
4649                 o fix warnings
4650                 o remove code obsoleted by new cache and folder system rework
4651
4652 2003-02-28 [oliver]     0.8.10claws63
4653         
4654         * src/toolbar.[ch]
4655                 * fix bug where reply in Messageview replied to 
4656                 Message displayed in summaryview
4657                 (reportedd via ML by chinatinte at gmx dot ch)
4658                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4659                 didn't work in separate MessageView Toolbar
4660                 (wondering if anybody uses this at all ?)
4661         * src/summaryview.[ch]
4662                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4663                 (generalize reply and forward code);
4664         * src/messageview.c 
4665                 remove focus_in event which updated summaryview to messageview
4666
4667 2003-02-28 [paul]       0.8.10claws62
4668
4669         * po/Makefile.in.in
4670                 add the --check option
4671                 Patch submitted by Ricardo Mones Lastra
4672
4673 2003-02-28 [paul]       0.8.10claws61
4674
4675         * src/prefs_account.c
4676                 re-order 'Signature' items
4677
4678 2003-02-28 [paul]       0.8.10claws60
4679
4680         * sync with 0.8.10cvs20
4681                 see ChangeLog 2003-02-28
4682
4683 2003-02-28 [paul]       0.8.10claws59
4684
4685         * po/POTFILES.in
4686                 update to reflect recent movement of files
4687
4688 2003-02-28 [paul]       0.8.10claws58
4689
4690         * sync with 0.8.10cvs19
4691                 see ChangeLog 2003-02-28
4692
4693 2003-02-27 [martin]     0.8.10claws57
4694
4695         * src/prefs_matcher.c 
4696                 fix segfault in prefs_matcher_ok() when the
4697                 last entry is deleted and prevents that the
4698                 message "entry not saved" comes up after deleting
4699                 an entry
4700
4701 2003-02-27 [martin]     0.8.10claws56
4702
4703         * src/prefs_filtering.c 
4704                 fix segfault in prefs_filtering_ok() when the
4705                 last entry is deleted and prevents that the
4706                 message "entry not saved" comes up after deleting
4707                 an entry
4708
4709 2003-02-27 [paul]       0.8.10claws55
4710
4711         * sync with 0.8.10cvs18
4712                 see ChangeLog 2003-02-27
4713
4714 2003-02-27 [paul]       0.8.10claws54
4715
4716         * src/addressbook.c
4717                 fix bug where the address book crashes with 
4718                 multiple lookups.
4719                 Patch [687729] submitted by David Frager 
4720                 <dbfrager@users.sourceforge.net>
4721
4722 2003-02-25 [christoph]  0.8.10claws53
4723
4724         * src/Makefile.am
4725         * src/colorlabel.[ch]           ** REMOVE **
4726         * src/gtk/Makefile.am
4727         * src/gtk/colorlabel.[ch]       ** NEW **
4728                 move colorlabel files to gtk directory
4729
4730         * src/esmtp.[ch]                ** REMOVE **
4731                 has been merged into smtp.[ch] in 0.7.5
4732
4733 2003-02-25 [christoph]  0.8.10claws52
4734
4735         * src/Makefile.am
4736         * src/about.[ch]                ** REMOVE **
4737         * src/gtk/Makefile.am
4738         * src/gtk/about.[ch]            ** NEW **
4739                 move about files to gtk directory
4740
4741 2003-02-25 [christoph]  0.8.10claws51
4742
4743         * src/folder.c
4744                 some code optimization of folder scanning code
4745
4746         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4747
4748 2003-02-25 [christoph]  0.8.10claws50
4749
4750         * src/main.c
4751         * src/common/sylpheed.c
4752                 add command line parameter parsing to common code
4753
4754 2003-02-24 [christoph]
4755
4756         * Makefile.am
4757         * configure.ac
4758                 fix gnome prefix problems, the configure script now removed
4759                 `gnome-config --prefix` from `gnome-config --datadir`
4760                 and adds $(prefix} instead
4761
4762         (closes Bug 24 Makefile does not respect prefix when installing
4763          GNOME data)
4764
4765 2003-02-24 [christoph]  0.8.10claws49
4766
4767         * src/news.c
4768                 check for valid session before trying to authenticate
4769
4770         (closes Bug 60 crash if "authenticate on logon" is activated
4771          and newsserver-hostname is not valid)
4772
4773 2003-02-24 [melvin]     0.8.10claws48
4774
4775         * src/prefs_actions.c
4776                 Make sure all user's input is sent to the action and then
4777                 close the socket..
4778
4779 2003-02-23 [alfons]     0.8.10claws46
4780
4781         * src/summaryview.c
4782                 also wait cursor when deleting files
4783
4784 2003-02-23 [paul]
4785
4786         * tools/freshmeat_search.pl
4787           tools/google_search.pl
4788                 scripts should now work for any browser/browser command line
4789
4790 2003-02-22 [christoph]  0.8.10claws45
4791
4792         * src/procmsg.c
4793                 fix IMAP flag setting, IMAP flag is not handled correctly
4794                 anymore by the folder system and information about the
4795                 folder should not be saved in the MsgInfo (in my opinion)
4796
4797         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4798
4799 2003-02-22 [christoph]  0.8.10claws44
4800
4801         * src/summaryview.c
4802                 fix spelling of "label" ;-)
4803
4804 2003-02-22 [thorsten]   0.8.10claws43
4805
4806         * src/mimeview.c
4807           src/prefs_common.[ch]
4808           src/procmime.[ch]
4809                 do not use description as attachment name
4810
4811 2003-02-22 [alfons]     0.8.10claws42
4812
4813         * src/summaryview.c
4814                 freeze/thaw folder item updates when changing color labels,
4815                 and put a wait cursors on
4816
4817 2003-02-22 [thorsten]   0.8.10claws41
4818
4819         * src/mimeview.c
4820                 save-all fixes: crash if invoked on multipart container,
4821                 mimeinfo access, pathseparators, error dialog
4822
4823 2003-02-21 [alfons]     0.8.10claws40
4824
4825         * src/prefs_gtk.c
4826                 remove unused var
4827
4828 2003-02-21 [colin]      0.8.10claws39
4829
4830         * src/send.c
4831                 Fix smtp logging
4832
4833 2003-02-21 [colin]      0.8.10claws38
4834
4835         * src/summaryview.c
4836                 Freeze/thaw folderItem updates when filtering messages 
4837                 via Tools/Filter messages
4838
4839 2003-02-21 [paul]       0.8.10claws37
4840
4841         * src/compose.c
4842                 revert commit 0.8.10claws26, there are ulterior motives
4843                 for users to set a Reply-To header when posting to
4844                 newsgroups
4845
4846 2003-02-21 [paul]       0.8.10claws36
4847
4848         * sync with 0.8.10cvs17
4849                 see ChangeLog 2003-02-21
4850
4851 2003-02-20 [christoph]  0.8.10claws35
4852
4853         * src/imap.c
4854                 IMAP UID fetch speedup using SEARCH
4855
4856         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4857
4858         * src/imap.c
4859                 fix problem with UIDs in IMAP UID cache that no longer existed
4860
4861 2003-02-20 [christoph]  0.8.10claws34
4862
4863         * src/imap.c
4864         * src/procheader.c
4865         * src/procheader.h
4866                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4867
4868         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4869
4870         * src/imap.c
4871                 Rewrite imap_cmd_gen_recv use sock_getline instead
4872                 of sock_gets to avoid problems with too long reply
4873                 lines
4874     
4875 2003-02-20 [colin]      0.8.10claws33
4876         
4877         * src/prefs_account.c
4878                 Better wording
4879
4880 2003-02-20 [colin]      0.8.10claws32
4881
4882         * src/compose.c
4883                 Remove useless '&& !to_sender' 
4884
4885 2003-02-20 [darko]
4886
4887         * AUTHORS
4888                 change my e-mail address
4889
4890 2003-02-19 [colin]      0.8.10claws31
4891
4892         * src/prefs_common.c
4893                 X11 style colors for every configurable color
4894
4895 2003-02-19 [alfons]     0.8.10claws30
4896
4897         * src/prefs_gtk.[ch]
4898         * src/prefs_common.c
4899                 for color_new accept both plain integers and X11 style color
4900                 names (as found in /usr/lib/X11/rgb.txt)
4901
4902 2003-02-19 [paul]       0.8.10claws29
4903
4904         * src/mainwindow.c
4905                 add tooltips to online/offline button and account selector
4906                 button
4907
4908 2003-02-19 [paul]       0.8.10claws28
4909
4910         * src/folder.c
4911           src/news.c
4912           src/prefs_account.[ch]
4913           src/prefs_common.[ch]
4914                 move 'Maximum number of articles to download' to
4915                 account prefs.
4916                 clean up account prefs gui a little by hiding entries
4917                 rather then greying out entries
4918
4919 2003-02-19 [hiro]       0.8.10claws27
4920
4921         * src/common/utils.c
4922                 fix bug #54 'yesterdays date is displayed in the message 
4923                 summary window'
4924
4925 2003-02-19 [paul]       0.8.10claws26
4926
4927         * src/compose.c
4928                 fix bug reported in Feature Request [688596] 
4929                 'Reply-to header in news'
4930
4931 2003-02-18 [paul]       0.8.10claws25
4932
4933         * src/select-keys.c
4934                 add a 'List all keys' button to key selection dialog
4935
4936 2003-02-18 [colin]      0.8.10claws24
4937         
4938         * src/stock_pixmap.c
4939                 fix compile error
4940
4941 2003-02-18 [colin]      0.8.10claws23
4942
4943         * src/common/smtp.[ch]
4944           src/prefs_account.c
4945                 Try to starttls if it seems to be the only
4946                 way to authenticate a user
4947
4948 2003-02-18 [paul]       0.8.10claws22
4949
4950         * src/Makefile.am
4951           src/folderview.c
4952           src/stock_pixmap.[ch]
4953           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4954           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4955                 as a Drafts folder is a special folder allow it to have
4956                 its own unique icons
4957
4958 2003-02-18 [colin]      0.8.10claws21
4959
4960         * src/imap.c
4961                 Fix port selection when using starttls
4962
4963 2003-02-18 [paul]       0.8.10claws20
4964
4965         * src/mainwindow.c
4966           src/prefs_common.[ch]
4967                 make blue the default new mail colour
4968
4969 2003-02-18 [paul]       0.8.10claws19
4970
4971         * sync with 0.8.10cvs14
4972                 see ChangeLog 2003-02-18
4973
4974 2003-02-17 [jens]       0.8.10claws18
4975
4976         * src/common/md5.c
4977                 fixed a compile problem with gcc 3.3
4978                 works on 2.95.3 too (testet on PPC as it is big endian)
4979
4980 2003-02-17 [paul]       0.8.10claws17
4981
4982         * sync with 0.8.10cvs13
4983                 see ChangeLog 2003-02-17
4984
4985 2003-02-17 [paul]       0.8.10claws16
4986
4987         * sync with 0.8.10cvs12
4988                 see ChangeLog 2003-02-17
4989
4990 2003-02-16 [match]      0.8.10claws15
4991
4992         * src/addressbook.c
4993                 Eliminates reloading of address data when items
4994                 deleted or added. Applied submitted by
4995                 Luke Plant <lukeplant@softhome.net>
4996
4997 2003-02-16 [paul]       0.8.10claws14
4998
4999         * src/news.c
5000                 when a 'protocol error' is encountered disconnect from
5001                 the server. This means that the user can carry on viewing
5002                 other articles and doesn't have to either wait until the
5003                 server timesout or quit sylpheed.
5004                 Fixes bug #53 'Unable to read messages in newsgroups, 
5005                 displayed message doesn't change'
5006
5007 2003-02-15 [christoph]  0.8.10claws13
5008
5009         * src/imap.c
5010                 fix bug that stopped scanning of folders when an
5011                 IMAP folder was empty
5012
5013         (closes bug 46 stop scan messages in folders after empty folder)
5014
5015 2003-02-15 [paul]
5016
5017         * tools/Makefile.am
5018           tools/README
5019           tools/freshmeat_search.pl     ** NEW FILE **
5020           tools/google_search.pl        ** NEW FILE **
5021                 Add 2 Actions scripts which search freshmeat/google
5022                 for the selected text using the browser configured
5023                 in sylpheedrc.
5024                 
5025         Note: These scripts are very dependent on the format of the
5026         browser command and may not work on every occasion. Testing
5027         is welcome. 
5028
5029 2003-02-14 [alfons]     0.8.10claws12
5030
5031         * src/compose.c
5032                 fix breakage because of uninitialized account pointer.
5033                 please verify.
5034
5035 2003-02-14 [paul]       0.8.10claws11
5036
5037         * src/compose.c
5038           src/prefs_account.[ch]
5039           src/prefs_common.[ch]
5040                 move signature settings to Account Prefs
5041
5042 2003-02-14 [paul]       0.8.10claws10
5043
5044         * sync with 0.8.10cvs11
5045                 see ChangeLog 2003-02-14
5046
5047 2003-02-13 [thorsten]   0.8.10claws9
5048
5049         * src/news.c
5050                 revert news progressbar (GUI separation)
5051
5052 2003-02-13 [paul]       0.8.10claws8
5053
5054         * src/compose.c
5055                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5056                 paragraph 1
5057
5058 2003-02-13 [paul]       0.8.10claws7
5059
5060         * src/compose.[ch]
5061           src/summaryview.c
5062                 fix 'Follow-up and Reply-to' so that it creates a reply to
5063                 the newsgroup and the sender. If the message has the keyword
5064                 'poster' in the Followup-To header, all replies go to the
5065                 sender, re: RFC 1036, Section 2.2.3
5066                 rename all instances of 'ignore_replyto' to 'to_sender', both
5067                 were previously used, now we use just one.
5068
5069 2003-02-13 [paul]       0.8.10claws6
5070
5071         * sync with 0.8.10cvs9
5072                 see ChangeLog 2003-02-13
5073
5074 2003-02-13 [paul]       0.8.10claws5
5075
5076         * configure.ac
5077                 show which plugins are configured in the configure
5078                 output.
5079
5080 2003-02-12 [thorsten]   0.8.10claws4
5081
5082         * src/news.c
5083                 show progress while fetching news headers
5084
5085 2003-02-12 [christoph]  0.8.10claws3
5086
5087         * configure.ac
5088         * src/plugins/Makefile.am
5089                 use AM_CONDITIONAL to enable plugins, automake correctly
5090                 manages this when creating distdir
5091
5092 2003-02-12 [christoph]  0.8.10claws2
5093
5094         * ac/spamassassin.m4
5095         * src/plugins/spamassassin/Makefile.am
5096                 fix building SpamAssassin plugin without OpenSSL
5097
5098 2003-02-12 [paul]       0.8.10claws1
5099
5100         * ac/Makefile.am
5101           src/Makefile.am
5102           src/plugins/Makefile.am
5103                 fix failure of 'make release'
5104
5105 2003-02-12 [paul]       0.8.10claws
5106
5107         * 0.8.10claws released
5108
5109 2003-02-12 [paul]       0.8.9claws56
5110
5111         * po/bg.po
5112           po/es.po
5113           po/it.po
5114           po/ru.po
5115           po/sr.po
5116                 updated translations by George Danchev, Ricardo Mones Lastra,
5117                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5118                 
5119         * sylpheed.spec.in
5120                 Allow the building of RPMs by a regular user. Submitted
5121                 by Sergei Astanin
5122
5123 2003-02-11 [alfons]     0.8.9claws55
5124
5125         * src/colorlabel.c
5126                 don't use pixmaps for label color rect but draw rectangles
5127                 so we can respect the color map of palette based visuals
5128                 (fixes the long time crashes on Suns - thanks to Andreas
5129                 Engel and Steve O'Hara-Smith for testing)
5130
5131 2003-02-11 [christoph]  0.8.9claws54
5132
5133         * src/matcher_parser_parse.y
5134                 correct bug where filering rules of not existing folders in
5135                 matcherrc were added to global filtering
5136                 
5137         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5138          main filter-rules after removing directory, http://bugs.debian.org/180253)
5139         
5140 2003-02-11 [paul]       0.8.9claws53
5141
5142         * sync with 0.8.10cvs7
5143                 see ChangeLog 2003-02-09
5144
5145 2003-02-11 [melvin]     0.8.9claws52
5146
5147         * po/fr.po
5148                 Updated French tranlsations
5149
5150 2003-02-10 [paul]       0.8.9claws51
5151
5152         * sylpheed.spec.in
5153                 correct --enable-openssl
5154                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5155
5156 2003-02-09 [martin]     0.8.9claws50
5157
5158         * src/prefs_matcher.c
5159                 fix segfault in prefs_matcher_substitute_cb() when
5160                 no row is selected
5161
5162 2003-02-09 [paul]       0.8.9claws49
5163
5164         * src/folderview.c
5165                 fix bug where a newsgroup folder's processing rules were
5166                 merged with the global filtering rules when the newsgroup
5167                 folder was deleted, causing some seriously bad results,
5168                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5169
5170 2003-02-08 [melvin]     0.8.9claws48
5171
5172         * src/compose.c
5173                 Corrected and modified an alert message.
5174
5175 2003-02-07 [paul]       0.8.9claws47
5176
5177         * src/folderview.c
5178                 fix bug where both an 'Account properties' window and a
5179                 'Folder properties' window were opened when clicking on
5180                 'Properties' in an NNTP or IMAP folder's popup menu.
5181
5182 2003-02-07 [paul]       0.8.9claws46
5183
5184         * sync with 0.8.10cvs6
5185                 see ChangeLog 2003-02-06
5186
5187 2003-02-06 [christoph]  0.8.9claws45
5188
5189         * src/mbox.c
5190                 freeze folder updates while importing mbox files
5191                 (closes bug 43 importing mbox took hours)
5192                 
5193         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5194
5195 2003-02-06 [thorsten]   0.8.9claws44
5196
5197         * po/de.po
5198                 Updated german translations
5199
5200 2003-02-06 [thorsten]   0.8.9claws43
5201
5202         * src/news.h
5203                 use guint for message numbers (fix count in grouplist dialog)
5204
5205 2003-02-05 [paul]       0.8.9claws42
5206
5207         * sync with 0.8.10cvs2
5208                 see ChangeLog 2003-02-05
5209
5210 2003-02-04 [colin]      0.8.9claws41
5211
5212         * src/prefs_common.[ch]
5213           src/procmsg.c
5214           src/summaryview.c
5215                 Add an option to disable threading by subject
5216
5217 2003-02-04 [christoph]  0.8.9claws40
5218
5219         * src/inc.c
5220                 only abort fetching mails from multiple accounts when the
5221                 error is fatal and does not allow to check any more accounts
5222                 (currently only disk full error)
5223
5224         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5225          receive mails for other accouts)
5226
5227 2003-02-04 [christoph]  0.8.9claws39
5228
5229         * src/folder.c
5230                 first add the new message to the cache, then
5231                 send the update notification
5232
5233         (closes bug 39 after sending message folderview doesnt get updated)
5234
5235 2003-02-04 [colin]      0.8.9claws38
5236
5237         * src/inc.c
5238                 _really_ fix this Connecting... status
5239
5240 2003-02-04 [paul]       0.8.9claws37
5241
5242         * sync with 0.8.10
5243                 see ChangeLog 2003-02-04
5244
5245 2003-02-04 [paul]       0.8.9claws36
5246
5247         * sync with 0.8.9cvs6
5248                 see ChangeLog 2003-02-03
5249
5250 2003-02-04 [paul]       0.8.9claws35
5251
5252         * po/pt_BR.po
5253                 updated by André Filipe de Assunção e Brito 
5254                 <bedecko@netsite.com.br>
5255
5256 2003-02-03 [thorsten]   0.8.9claws34
5257
5258         * po/de.po
5259                 Updated german translations
5260
5261 2003-02-02 [paul]       0.8.9claws33
5262
5263         * po/es.po
5264                 updated by Ricardo Mones Lastra
5265
5266 2003-02-02 [thorsten]   0.8.9claws32
5267
5268         * src/mh.c
5269                 Fix mh_get_msginfo() segfault if file is inaccessible
5270
5271 2003-01-31 [colin]      0.8.9claws31
5272
5273         * src/procheader.c
5274                 Fix last commit's bug
5275
5276 2003-01-31 [colin]      0.8.9claws30
5277
5278         * src/procheader.c
5279                 Missing a change for gpg-signed messages
5280
5281 2003-01-31 [paul]       0.8.9claws29
5282
5283         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5284           src/procheader.c
5285           src/stock_pixmap.[ch]
5286           src/summaryview.c
5287                 indicate GnuPG signed messages by displaying an icon
5288                 in the Attachment column.
5289
5290 2003-01-31 [paul]       0.8.9claws28
5291
5292         * sync with 0.8.9cvs4
5293                 see ChangeLog 2003-01-31
5294
5295 2003-01-31 [alfons]     0.8.9claws27
5296
5297         * src/textview.c
5298                 tune URI parser to accept mailto URLs with a '?'
5299                 (patch from Ruslan Balkin)
5300
5301 2003-01-31 [colin]      0.8.9claws26
5302
5303         * src/summaryview.c
5304                 Fix a leak introduced in claws24
5305
5306 2003-01-31 [colin]      0.8.9claws25
5307
5308         * src/summaryview.c
5309                 Freeze/Thaw folder updates when deleting dups
5310
5311 2003-01-31 [colin]      0.8.9claws24
5312         
5313         * src/addr_compl.c
5314           src/summaryview.c
5315           src/msgcache.c
5316                 little speed improvements
5317
5318 2003-01-31 [colin]      0.8.9claws23
5319
5320         * src/summaryview.c
5321                 Fix segfault when forwarding nothing
5322                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5323                 
5324 2003-01-30 [paul]       0.8.9claws22
5325
5326         * sync with 0.8.9cvs3
5327                 see ChangeLog 2003-01-30
5328
5329 2003-01-30 [paul]       0.8.9claws21
5330
5331         * sync with 0.8.9cvs2
5332                 see ChangeLog 2003-01-30
5333
5334 2003-01-29 [paul]       0.8.9claws20
5335
5336         * sync with 0.8.9cvs1
5337                 see ChangeLog 2003-01-29
5338
5339 2003-01-28 [paul]       0.8.9claws19
5340
5341         * po/POTFILES.in
5342                 update to reflect changes. 
5343                 thanks to Ricardo Mones Lastra
5344
5345 2003-01-27 [christoph]  0.8.9claws18
5346
5347         * ac/openssl.m4
5348         * ac/spamassassin.m4
5349         * src/plugins/spamassassin/README
5350         * src/plugins/spamassassin/libspamc.[ch]
5351         * src/plugins/spamassassin/utils.[ch]
5352                 updated to latest libspamc
5353
5354 2003-01-27 [christoph]  0.8.9claws17
5355
5356         * src/folder.c
5357                 fix wrong use of procheader_get_header_fields
5358
5359 2003-01-27 [christoph]  0.8.9claws16
5360
5361         * src/news.c
5362         * src/prefs_account.[ch]
5363         * src/common/nntp.[ch]
5364                 allow to force authentication for NNTP servers
5365
5366         Patch submitted by Florian Mickler <dmk@d-labs.de>
5367
5368 2003-01-26 [paul]       0.8.9claws15
5369
5370         * src/summaryview.c
5371                 speed up of marking messages as read
5372                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5373
5374 2003-01-26 [christoph]  0.8.9claws14
5375
5376         * src/Makefile.am
5377         * src/mgutils.[ch]              ** REMOVE **
5378         * src/xml.[ch]                  ** REMOVE **
5379         * src/xmlprops.[ch]             ** REMOVE **
5380         * src/common/Makefile.am
5381         * src/common/mgutils.[ch]       ** NEW **
5382         * src/common/xml.[ch]           ** NEW **
5383         * src/common/xmlprops.[ch]      ** NEW **
5384                 move xml files to common directory
5385
5386 2003-01-26 [christoph]  0.8.9claws13
5387
5388         * src/plugins/spamassassin/spamassassin_gtk.c
5389                 only set gtk entry text if string is available
5390
5391 2003-01-26 [melvin]     0.8.9claws12
5392
5393         * src/description_window.c
5394                 Allow resizing of the window
5395                 Allow automatic horizontal scroll bar
5396                 Do not vertically expand and fill
5397
5398 2003-01-26 [christoph]  0.8.9claws11
5399
5400         * src/Makefile.am
5401         * src/gtkutils.[ch]             ** REMOVE **
5402         * src/common/sylpheed.c
5403         * src/gtk/Makefile.am
5404         * src/gtk/description_window.c
5405         * src/gtk/gtkutils.[ch]         ** NEW **
5406         * src/gtk/prefswindow.c
5407                 move gtkutils to gtk directory
5408
5409 2003-01-26 [paul]       0.8.9claws10
5410
5411         * src/summaryview.c
5412                 rename summary_unread_clicked() to summary_status_clicked()
5413
5414 2003-01-26 [melvin]     0.8.9claws9
5415
5416         * src/prefs_actions.c
5417                 Cosmetical changes to the help text
5418
5419 2003-01-26 [paul]       0.8.9claws8
5420
5421         * src/folder.[ch]
5422           src/mainwindow.c
5423           src/prefs_common.c
5424           src/prefs_sumamry_column.c
5425           summaryview.[ch]
5426                 rename the 'Unread' column to 'Status'
5427
5428 2003-01-25 [match]      0.8.9claws7
5429
5430         * src/mgutils.[ch]
5431                 removed reference to LDAP constants. removed error2string.
5432                 included functions to support LDAP dynamic queries.
5433         * src/syldap.h
5434                 moved LDAP constants here.
5435         * src/addressbook.c
5436         * src/addrindex.c
5437         * src/importldif.c
5438                 removed references to LDAP constants and references to
5439                 error2string.
5440
5441 2003-01-25 [paul]       0.8.9claws6
5442
5443         * src/summaryview.c
5444                 summary_thread_build(), summary_thread_init(): remove 
5445                 unneeded reference to summaryview->folder_item
5446
5447 2003-01-25 [christoph]  0.8.9claws5
5448
5449         * src/gtk/description_window.c
5450                 o allow description texts to expand over multiple columns
5451                 o translate all columns
5452         * src/prefs_actions.c
5453                 change syntax description to use new multi column feature
5454
5455         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5456
5457 2003-01-25 [match]      0.8.9claws4
5458
5459         * src/vcard.c
5460                 fixed bug with Quoted-Printable
5461
5462 2003-01-25 [paul]       0.8.9claws3
5463
5464         * src/folder.[ch]
5465           src/summaryview.[ch]
5466                 implement per-folder collapsed/expanded threads setting
5467                 
5468         * src/prefs_common.c
5469                 remove global collapsed/expanded threads option
5470
5471 2003-01-25 [christoph]  0.8.9claws2
5472
5473         * po/POTFILES.in
5474                 add pluginwindow and prefswindow
5475         * src/compose.c
5476                 make send respond correctly to messages that could be added
5477                 to the queue folder, but the UID of the message is unknown
5478         * src/folder.c
5479         * src/imap.c
5480                 don't return guessed UIDs in imap_add_msg anymore. We return
5481                 0 to tell the folder system it was appened but the UID is
5482                 unknown. Folder system now get's the UID by scaning the folder
5483                 and searching the cache for the Message-ID
5484                 (closes bug #29 Messages queued, but not sent)
5485
5486 2003-01-25 [paul]       0.8.9claws1
5487
5488         * src/codeconv.c
5489                 conv_encode_header():  fix bug when long headers with 8-bit
5490                 characters are used, so that the encoded words are wrapped.
5491                 If the space in the original text falls on the wrap boundary,
5492                 it can be lost.
5493                 Patch by Sergey Vlasov.
5494                 
5495         * src/folderview.c
5496                  fix bug where a change to the sorting method or thread view
5497                  of a folder's messages is lost if simpify-subject is set and
5498                  toggled on or off.
5499                  Patch by Luke Plant.
5500
5501 2003-01-24 [paul]       0.8.9claws
5502
5503         * sylpheed-0.8.9claws released
5504         
5505         * Makefile.am
5506           sylpheed.spec.in
5507                 remove reference to 'INSTALL.jp'
5508
5509 2003-01-23 [paul]       0.8.8claws128
5510
5511         * po/es.po
5512           po/it.po
5513           po/ru.po
5514           po/sr.po
5515                 updated translations. submitted by Ricardo Mones Lastra,
5516                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5517
5518 2003-01-23 [colin]      0.8.8claws127
5519
5520         * src/compose.c
5521                 Fix drafted and queued news articles re-edition
5522
5523 2003-01-23 [melvin]     0.8.8claws126
5524
5525         * po/fr.po
5526                 Updated French translations
5527
5528 2003-01-23 [colin]      0.8.8claws125
5529
5530         * src/inc.c
5531                 Fix "Connecting to..." status message
5532
5533 2003-01-22 [paul]       0.8.8claws124
5534
5535         * po/bg.po
5536                 updated by George Danchev
5537                 
5538         * src/folder.c
5539                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5540                 and folder deletion
5541
5542 2003-01-21 [paul]       0.8.8claws123
5543
5544         * po/bg.po
5545                 updated by George Danchev
5546                 
5547         * src/about.c
5548                 its now 2003
5549                 
5550         * src/toolbar.c
5551                 don't translate 'Separator'
5552                 
5553         * src/plugins/spamassassin/Makefile.am
5554                 add aspell to CPPFLAGS
5555                 
5556         * src/plugins/spamassassin/spamassassin.c
5557           src/plugins/spamassassin/spamassassin_gtk.c
5558                 set correct default for spamassassin_receive_spam
5559                 slightly re-word descriptions and some
5560                 other minor changes
5561
5562 2003-01-19 [alfons]     0.8.8claws122
5563                 
5564         * src/mimeview.c
5565                 mimeview_save_as(): we might as well show the file name for
5566                 the single case "Save As" too
5567
5568 2003-01-19 [alfons]     0.8.8claws121
5569
5570         * src/crash.c
5571                 change bug tracker URL to bugzilla URL
5572
5573 2003-01-19 [alfons]     0.8.8claws120
5574
5575         * src/mimeview.c
5576                 mimeview_save_all(): display name of file before overwriting;
5577                 continue saving all, even when one overwrite was cancelled
5578
5579 2003-01-19 [christoph]  0.8.8claws119
5580
5581         * src/summaryview.c
5582         * src/procmsg.[ch]
5583                 fix wrong usage of procmsg_find_children in summaryview
5584                 by using procmsg_update_unread_children instead of
5585                 summaryview_update_unread_children
5586
5587 2003-01-19 [christoph]  0.8.8claws118
5588
5589         * src/procmsg.c
5590                 fix infinite loop in procmsg_find_children
5591                  (closes bug #25 sylpheed crashes on delete.)
5592
5593         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5594
5595 2003-01-19 [paul]       0.8.8claws117
5596
5597         * po/pt_BR.po
5598                 updated by Ivan Francolin Martinez
5599
5600 2003-01-18 [melvin]     0.8.8claws116
5601
5602         * src/prefs_actions.c
5603                 Removed syntax limitation of only one '&' at the end of command.
5604                         Now actions that contain '>/dev/null 2>&1' are possible.
5605
5606 2003-01-18 [melvin]     0.8.8claws115
5607
5608         * src/prefs_actions.c
5609                 Actions IO dialog: when the action ends
5610                 the "Close" button now has focus and [Escape] closes the
5611                 window.
5612
5613 2003-01-18 [christoph]  0.8.8claws114
5614
5615         * src/procmsg.c
5616                 o add debug output when MsgInfos are really freed
5617                 o free GSLists in procmsg_find_children and
5618                   procmsg_update_unread_children
5619
5620 2003-01-18 [christoph]  0.8.8claws113
5621
5622         * src/mainwindow.c
5623                 reorder Configuration menu
5624
5625 2003-01-18 [christoph]  0.8.8claws112
5626
5627         * src/compose.c
5628                 fix applying templates to forwarded messages
5629
5630         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5631
5632 2003-01-17 [christoph]  0.8.8claws111
5633
5634         * src/folder.c
5635                 destroy folder items, when a folder item is removed
5636
5637 2003-01-17 [christoph]  0.8.8claws110
5638
5639         * src/folder.c
5640                 fix wrong folder stats update when ignored message is
5641                 deleted
5642
5643 2003-01-17 [colin]      0.8.8claws109
5644         
5645         * src/mainwindow.c
5646         * src/summaryview.c
5647                 Quicksearch bugfixes: 
5648                 - hide help button at startup if not extended
5649                 - switch to extended when looking for replies
5650
5651 2003-01-17 [paul]
5652
5653         * sync with 0.8.9 release
5654
5655 2003-01-17 [paul]       0.8.8claws108
5656
5657         * sync with 0.8.8cvs11
5658                 see ChangeLog 2003-01-17
5659
5660 2003-01-16 [colin]      0.8.8claws107
5661
5662         * src/procmsg.c
5663                 Changed encryption test to re-ask passphrase
5664                 if an encrypted message hasn't been decrypted
5665                 Fixes bug #5
5666
5667 2003-01-16 [christoph]  0.8.8claws106
5668
5669         * src/prefs_gtk.c
5670         * src/prefs_toolbar.c
5671         * src/gtk/prefswindow.h
5672         * src/plugins/spamassassin/spamassassin_gtk.c
5673                 remove page destroy function that is not used anymore
5674
5675 2003-01-16 [paul]       0.8.8claws105
5676
5677         * sync with 0.8.8cvs9
5678                 see ChangeLog 2002-01-16
5679
5680 2003-01-16 [colin]      0.8.8claws104
5681
5682         * src/compose.[ch]
5683                 Fix bug with autosaved drafts for IMAP, when draft
5684                 folder is specified - fixes bugzilla bug #20
5685
5686 2003-01-15 [paul]       0.8.8claws103
5687
5688         * src/compose.[ch]
5689           src/procmsg.c
5690                 store folder and message-id of message forwarding
5691                 in queue header and set forward flag after sending
5692
5693 2003-01-15 [paul]       0.8.8claws102
5694
5695         * sync with 0.8.8cvs8
5696                 see ChangeLog 2002-01-15
5697
5698 2003-01-15 [colin]      0.8.8claws101
5699
5700         * src/Makefile.am
5701                 Fix linking with GNU libiconv
5702
5703 2003-01-15 [darko]      0.8.8claws100
5704
5705         * src/pine.c
5706                 fix crash when importing pine address book
5707                 entry with an empty name (reported by DY
5708                 <dybulk at tri8.net>)
5709
5710 2003-01-14 [paul]       0.8.8claws99
5711
5712         * configure.in  ** REMOVED **
5713           configure.ac  ** NEW FILE **
5714                 rename configure.in to configure.ac, as it is now
5715                 preferred
5716
5717 2003-01-14 [melvin]     0.8.8claws98
5718
5719         * src/folderview.c
5720                 folderview_check_new(): More precise function description
5721
5722 2003-01-14 [melvin]     0.8.8claws97
5723
5724         * src/folderview.c
5725                 folderview_check_new(): return the number of new messages 
5726                         since last check.
5727         * src/inc.c
5728                 inc_account_mail(): Disable counting of new messages for IMAP
5729                         and NNTP until bug [19] and [14] are fixed.
5730
5731 2003-01-14 [paul]       0.8.8claws96
5732
5733         * sync with 0.8.8cvs6
5734                 see ChangeLog 2003-01-14
5735
5736 2003-01-13 [alfons]     0.8.8claws95
5737
5738         * src/textview.c
5739                 tune email address validation (c. 0.8.8claws89): if . is 
5740                 just one char away from @, the address is invalid too 
5741                 (correctly rejects addresses like foo@.com)
5742
5743 2003-01-13 [paul]       0.8.8claws94
5744
5745         * src/messageview.c
5746           src/toolbar.c
5747                 fixes to the Message View toolbar and menu:
5748                 fix non-functioning Forward button
5749                 make Reply button consider default_reply_list
5750                 remove 'Follow-up...' menu entry
5751                 add 'Forward' and 'Redirect' menu entries
5752
5753 2003-01-13 [melvin]     0.8.8claws93
5754
5755         * src/inc.c
5756                 Fixed typo that could make new messages count incorrect.
5757
5758 2003-01-13 [melvin]     0.8.8claws92
5759
5760         * src/folderview.[ch]
5761                 folderview_check_new(): return the number of new messages.
5762         * src/inc.c
5763                 Should fix bug [14] where new mail notification worked 
5764                         incorrectly with IMAP accounts.
5765                 inc_spool_account(): return number of new msgs, or -1 on error
5766                 inc_all_spool(): return number of new msgs
5767                 
5768 2003-01-13 [melvin]     0.8.8claws91
5769
5770         * src/prefs_actions.c
5771                 Justify help text.
5772
5773 2003-01-12 [thorsten]   0.8.8claws90
5774
5775         * src/common/prefs.c
5776                 close file before rename
5777
5778 2003-01-12 [alfons]     0.8.8claws89
5779
5780         * AUTHORS
5781                 add Christian Mertes
5782         * src/common/utils.[ch]
5783                 g_stricase_hash(), g_stricase_equal(): functions for 
5784                 case insensitive hash tables
5785         * src/textview.c
5786                 use top level domain names to validate email address, based
5787                 on a patch by Christian Mertes (thanks!), but changed 
5788                 implementation to use a hash table 
5789
5790 2003-01-12 [paul]       0.8.8claws88
5791
5792         * po/bg.po
5793                 updated by George Danchev
5794
5795 2003-01-12 [alfons]     0.8.8claws87
5796
5797         * src/summaryview.c
5798                 delete / execute performance: use new style folder update
5799
5800 2003-01-12 [paul]       0.8.8claws86
5801
5802         * sync with 0.8.8cvs5
5803                 see ChangeLog 2003-01-13 (!)
5804
5805 2003-01-12 [alfons]     0.8.8claws85
5806
5807         * src/filtering.c
5808         * src/matcher_parser_parse.y
5809                 prepare change_score filtering action
5810         * src/matcher.[ch]
5811                 give up const-correctness on functions that call non-const-correct functions;
5812                 several casts to gpointer in g_free();
5813                 add change_score;
5814
5815 2003-01-12 [christoph]  0.8.8claws84
5816
5817         * src/compose.c
5818                 fix 2 warnings
5819
5820         * src/gtk/prefswindow.[ch]
5821         * src/plugins/spamassassin/spamassassin_gtk.c
5822                 changed the call of the widget create function
5823                 for PrefsPages, because sometimes the widget
5824                 create function needs a widget that already has
5825                 been attached to a window (to create GDK pixmaps
5826                 for exmaple). So we simply pass the GtkWindow as
5827                 the second parameter now.
5828
5829         * src/main.c
5830         * src/mainwindow.c
5831         * src/prefs_toolbar.[ch]
5832                 rewrite Toolbar Preferences using the new
5833                 prefs window
5834
5835 2003-01-11 [alfons]     0.8.8claws83
5836
5837         * src/addressadd.c
5838                 fix crash when adding sender to addressbook because status bar
5839                 isn't there (the status bar doesn't seem to be used though,
5840                 but I'll let Match decide what to do with it)
5841
5842 2003-01-11 [colin]      0.8.8claws82
5843
5844         * src/main.c
5845           src/toolbar.c
5846                 Two useless changes reversed
5847
5848 2003-01-11 [colin]      0.8.8claws81
5849
5850         * src/mainwindow.c
5851           src/mainwindow.h
5852                 Add mainwindow_get_mainwindow()
5853         * src/alertpanel.c
5854           src/alertpanel.h
5855                 Add alertpanel_error_log() 
5856         * src/compose.c
5857           src/inc.c
5858           src/messageview.c
5859           src/toolbar.c
5860           src/main.c
5861           src/procmsg.c
5862                 Network errors get a View Log button
5863
5864 2003-01-10 [alfons]     0.8.8claws80
5865
5866         * src/prefs_toolbar.c
5867         * src/toolbar.c
5868                 use the translatable string for "Separator" as file name for
5869                 separator toolbar items (probably make this uppercase?)
5870
5871 2003-01-10 [alfons]     0.8.8claws79
5872
5873         * src/prefs_toolbar.c
5874                 put right A_SEPARATOR description string in "displayed
5875                 toolbar items list" so manually added separators are
5876                 saved correctly (bug #10, "Adding a separator to the main 
5877                 toolbar fails, entry in xml file is wrong")
5878
5879 2003-01-10 [christoph]  0.8.8claws78
5880
5881         * src/imap.c
5882                 o fix warnings
5883                 o use CAPABILITY to check if NAMESPACE is available
5884
5885 2003-01-10 [christoph]  0.8.8claws77
5886
5887         * src/imap.[ch]
5888                 apply UIDPLUS IMAP extension support patch
5889
5890         Patch submitted by Simon 'corecode' Schubert
5891
5892 2003-01-10 [paul]       0.8.8claws76
5893
5894         * src/folderview.c
5895                 a sync from main which fixes the news account folders'
5896                 Properties bug
5897
5898 2003-01-10 [christoph]  0.8.8claws75
5899
5900         * src/folder.c
5901                 don't accept 0 as a valid uid returned by copy and move
5902                 functions. 0 means the message was copied or moved but the
5903                 new uid could not be fetched. It is not an error condition
5904                 for the copy or move operation.
5905
5906 2003-01-10 [paul]       0.8.8claws74
5907
5908         * src/prefs_filtering.c
5909                 change English used in Alert when entry is not
5910                 saved.
5911                 
5912         * sync with 0.8.8cvs4
5913                 see ChangeLog 2003-01-10
5914
5915 2003-01-10 [darko]      0.8.8claws73
5916
5917         * src/pine.c
5918                 fix crash when importing address book entry
5919                 without a valid address
5920
5921 2003-01-09 [alfons]     0.8.8claws72
5922
5923         * src/inc.c
5924                 filtering performance: use new style folder update
5925
5926 2003-01-09 [christoph]  0.8.8claws71
5927
5928         * src/compose.c
5929         * src/gtk/menu.[ch]
5930                 fix wrong selecting of mime encoding type, when
5931                 opening property dialog of attachments in the
5932                 compose window. 7bit was always selected and that
5933                 destoryed files with 8bit data.
5934                 (closes bug #9 Sylpheed-claws destroys attachments when
5935                  changing MIME-types)
5936
5937 2003-01-09 [paul]       0.8.8claws70
5938
5939         * sync with 0.8.8cvs3
5940                 see ChangeLog 2003-01-09
5941
5942 2003-01-08 [alfons]     0.8.8claws69
5943         
5944         * src/addressadd.c
5945                 apply patch by Kim Schulz to fix build breakage
5946                 because of missing variable
5947
5948 2003-01-08 [paul]       0.8.8claws68
5949
5950         * sync with 0.8.8cvs2
5951                 see ChangeLog 2002-01-08
5952
5953 2003-01-08 [paul]       0.8.8claws67
5954
5955         * po/it.po
5956                 updated by Alessandro Maestri
5957                 
5958         * src/addressadd.c
5959                 when using 'Add sender to addressbook' allow
5960                 name to be edited and remarks to be entered
5961                 Patch submitted by Luke Plant
5962
5963 2003-01-08 [darko]      0.8.8claws66
5964
5965         * README.claws, src/summaryview.c
5966                 fix description for marked messages
5967
5968 2003-01-08 [paul]
5969
5970         * tools/Makefile.am
5971           tools/launch_phoenix  ** NEW FILE **
5972                 add script that enables using Phoenix as the default
5973                 web browser. 
5974                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5975                 
5976         * tools/OOo2sylpheed.pl
5977                 remove full path to sylpheed executable, just 'sylpheed'
5978                 will do
5979                 
5980         * tools/README
5981                 add launch_phoenix informtion and re-arrange and compress
5982                 the data a little
5983
5984 2003-01-07 [christoph]  0.8.8claws65
5985
5986         * src/folder.c
5987                 fix update for source folder when moving messages
5988         * src/procmsg.[ch]
5989         * src/summaryview.c
5990                 use function to set to_folder for message infos and
5991                 automatically update the op_count for old and new
5992                 folder
5993
5994 2003-01-07 [melvin]     0.8.8claws64
5995
5996         * src/prefs_actions.c
5997                 Fixed bug where an '%p' Action on a displayed image crashed 
5998                         Sylpheed
5999                 Code clean up (get rid of duplicated code and removed unnecessary 
6000                                 structure member)
6001
6002 2003-01-07 [christoph]  0.8.8claws63
6003
6004         * src/compose.c
6005         * src/folder.[ch]
6006         * src/folderview.c
6007         * src/import.c
6008         * src/inc.c
6009         * src/main.c
6010         * src/mainwindow.c
6011         * src/messageview.c
6012         * src/prefs_folder_item.c
6013         * src/procmsg.c
6014         * src/summaryview.c
6015         * src/toolbar.c
6016                 o remove all folder update triggering from the UI code. The folder
6017                   system should know much better when a folder needs an update.
6018                 o to prevent multiple updates in a row the folder updates can be
6019                   frozen for some time.
6020
6021                 Note: - Please verify that no updates are missing
6022                       - Check where freeze/thaws should be added
6023
6024 2003-01-07 [christoph]  0.8.8claws62
6025
6026         * src/prefs_actions.c
6027                 don't translate empty strings
6028
6029         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6030
6031 2003-01-06 [christoph]  0.8.8claws61
6032
6033         * src/prefs_actions.c
6034                 mark strings for gettext
6035         * src/prefs_matcher.c
6036                 use new description window for Execute action and
6037                 match condition in Filtering
6038
6039         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6040
6041 2003-01-06 [alfons]     0.8.8claws60
6042
6043         keep myself inspired to re-organize matcher part 8; 
6044         yes, more to come (I need to move out the descriptive
6045         text for actions to matcher.c, or at least make it not
6046         depend on the wicked ordering)
6047
6048         * src/prefs_matcher.c
6049                 add documentation so others may comprehend the
6050                 UI part of the conditions
6051                 
6052 2003-01-06 [christoph]  0.8.8claws59
6053
6054         * src/prefs_actions.c
6055                 use new description window for syntax help
6056         * src/gtk/description_window.c
6057                 fix display of descriptions with column count != 2
6058
6059         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6060
6061 2003-01-06 [christoph]  0.8.8claws58
6062
6063         * src/quote_fmt.c
6064         * src/summaryview.[ch]
6065         * src/gtk/Makefile.am
6066         * src/gtk/description_window.[ch]       ** NEW **
6067                 use a generic window to display syntax descriptions
6068                 currently used in quote_fmt and summaryview (new description
6069                 for extended quick search)
6070
6071         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6072
6073 2003-01-06 [paul]       0.8.8claws57
6074
6075         * sync with 0.8.8cvs1
6076                 see ChangeLog 2003-01-06
6077
6078 2003-01-06 [christoph]  0.8.8claws56
6079
6080         * src/mainwindow.c
6081         * src/prefs_gtk.[ch]
6082         * src/gtk/prefswindow.[ch]
6083         * src/plugins/spamassassin/spamassassin_gtk.c
6084                 o remove page management from prefswindow, pages
6085                   will be an argument to prefswindow_open
6086                 o prefswindow_open gets a datapointer that is
6087                   passed to the widget_create function to allow
6088                   creation of prefswindow for specific items
6089
6090 2003-01-06 [colin]      0.8.8claws55
6091         
6092         * src/summaryview.c
6093                 We don't want regexp in the reply-finder, 
6094                 because MIDs can contain !,$,. and so on
6095
6096 2003-01-06 [jens]       0.8.8claws54
6097
6098         * src/jpilot.c
6099                 fixed a wrong free in jpilot_read_db_files
6100
6101 2003-01-06 [alfons]     0.8.8claws53
6102
6103         re-organize matcher part 8; more to come
6104        
6105         * src/matcher.c
6106                 matcherprop_to_string(): put g_free()s before the
6107                 switch-case break to fix memleaks                
6108
6109 2003-01-06 [colin]      0.8.8claws52
6110
6111         * src/summaryview.c
6112                 cleanup & reply-finder now displays the first 
6113                 matching message
6114
6115 2003-01-05 [alfons]     0.8.8claws51
6116
6117         re-organize matcher part 7; more to come
6118
6119         * src/matcher.[ch]
6120                 fixes for constant correctness;
6121                 more documentation;
6122
6123 2003-01-05 [alfons]     0.8.8claws50
6124
6125         re-organize matcher part 6; more to come
6126         
6127         * src/matcher.[ch]
6128                 fixes for constant correctness;
6129                 more documentation;
6130         * src/filtering.c
6131                 fix for constant correctness
6132
6133 2003-01-05 [colin]      0.8.8claws49
6134
6135         * src/account.[ch]
6136                 Add account_get_reply_account function
6137         * src/compose.c
6138                 Use account_get_reply_account function 
6139         * src/summaryview.c
6140                 Basic reply-finder - click on the replied
6141                 icon gets you to the outbox using quick-search
6142
6143 2003-01-05 [paul]       0.8.8claws48
6144
6145         * src/prefs_common.c
6146                 small change to English
6147                 
6148         * src/prefs_filtering.c
6149                 prefs_filtering_action_select(): improve logic and uniformity
6150                 of gui
6151
6152 2003-01-05 [alfons]     0.8.8claws47
6153
6154         fine tune solution to focus problems (bug #7)
6155
6156         * src/mainwindow.c
6157                 mainwindow_focus_in_event(): remove grab event check
6158         * src/summaryview.c
6159                 summary_button_pressed(): move selection on right-click
6160                 too. we can't possibly move the selection back after
6161                 canceling a dialog, because gtk's incomplete focus 
6162                 management. whether this is a good solution, only time
6163                 will tell.
6164
6165 2003-01-05 [christoph]  0.8.8claws46
6166
6167         * src/imap.c
6168                 fix crash when no imap connection could be established
6169
6170 2003-01-05 [paul]       0.8.8claws45
6171
6172         * src/mainwindow.c
6173           src/sumamryview.c
6174           src/gtk/menu.[ch]
6175                 fix bug 605957 'shortcuts in popup-menu'
6176                 make user-defined shortcuts work
6177                 show shortcuts that are already defined
6178                 in the main menu
6179                 Patch submitted by Luke Plant
6180
6181 2003-01-05 [alfons]     0.8.8claws44
6182
6183         * src/mainwindow.c
6184                 focus_in_event handler should not select summary view row 
6185                 when another window (menu, dialog) grabbed for events 
6186                 (bug #7, "[0.8.8claws42] Message summary focus") 
6187
6188 2003-01-04 [christoph]  0.8.8claws43
6189
6190         * src/procmsg.c
6191                 update save folder after adding the sent message
6192                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6193
6194 2003-01-02 [christoph]  0.8.8claws42
6195
6196         * src/common/plugin.c
6197                 fix unloading of all plugins and unload
6198                 plugins in reverse order
6199                 
6200         * src/gtk/pluginwindow.c
6201                 implement function of load and unload button
6202
6203         * src/gtk/prefswindow.c
6204         * src/gtk/prefswindow.h
6205                 rename register function and add new unregister
6206                 function
6207
6208         * src/plugins/spamassassin/spamassassin_gtk.c
6209                 unregister prefs page and update for changes in
6210                 src/gtk/prefswindow.c
6211
6212 2003-01-02 [paul]       0.8.8claws41
6213
6214         * po/es.po
6215                 updated by Ricardo Mones Lastra
6216
6217 2003-01-02 [paul]
6218
6219         * tools/tb2sylpheed
6220                 fixes and improvements by Urke MMI
6221
6222 2003-01-02 [thorsten]   0.8.8claws40
6223
6224         * src/procmsg.c
6225                 fixed wrong return value
6226
6227 2003-01-02 [thorsten]   0.8.8claws39
6228
6229         * src/prefs.c
6230                 fixed printing wrong variable
6231
6232 2003-01-02 [thorsten]   0.8.8claws38
6233
6234         * src/prefs.c
6235                 fixed acessing members of freed pfile struct
6236
6237 2003-01-02 [thorsten]   0.8.8claws37
6238
6239         * src/procmsg.c
6240                 detect loops across several messages
6241                 as suggested by Christoph Hohmann
6242
6243 2003-01-01 [match]      0.8.8claws36
6244
6245         * src/addrindex.c
6246                 fixed another memory leak.
6247
6248 2003-01-01 [match]      0.8.8claws35
6249
6250         * src/jpilot.[ch]
6251                 fixed memory leaks. applied Doxygen comments.
6252
6253 2003-01-01 [thorsten]   0.8.8claws34
6254
6255         * src/procmsg.c
6256                 inhibit endless loop if msg references itself
6257                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6258
6259 2003-01-01 [christoph]  0.8.8claws33
6260
6261         * src/mainwindow.c
6262         * src/gtk/Makefile.am
6263         * src/gtk/pluginwindow.c                ** NEW **
6264         * src/gtk/pluginwindow.h                ** NEW **
6265                 add plugin window
6266
6267         * src/plugins/demo/demo.c
6268         * src/plugins/spamassassin/spamassassin.c
6269         * src/plugins/spamassassin/spamassassin_gtk.c
6270                 write better plugin descriptions
6271
6272 2002-12-31 [christoph]  0.8.8claws32
6273
6274         * src/gtk/prefswindow.c
6275         * src/plugins/spamassassin/spamassassin_gtk.c
6276                 some small improvements to GTK code
6277
6278 2002-12-31 [christoph]  0.8.8claws31
6279
6280         * src/plugins/spamassassin/spamassassin_gtk.c
6281                 enable folder select button
6282
6283 2002-12-31 [christoph]  0.8.8claws30
6284
6285         * src/mainwindow.c
6286         * src/gtk/Makefile.am
6287         * src/gtk/prefswindow.c                         ** NEW **
6288         * src/gtk/prefswindow.h                         ** NEW **
6289                 add new prefs window
6290
6291         * src/common/plugin.c
6292                 don't try to load empty config lines
6293         
6294         * src/plugins/spamassassin/Makefile.am
6295         * src/plugins/spamassassin/spamassassin.c
6296         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6297         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6298                 GTK config for SpamAssassin Plugin using
6299                 the new prefs window
6300
6301 2002-12-31 [paul]       0.8.8claws29
6302
6303         * po/POTFILES.in
6304                 remove obsolete entry 'src/menu.c'
6305
6306 2002-12-31 [alfons]     0.8.8claws28
6307
6308         * src/matcher.[ch]
6309         * src/matcher_parser_parse.y
6310         * src/prefs_matcher.c
6311                 add "ignore_thread" and "~ignore_thread" condition so it's
6312                 possible to make the actions / scoring operate on the ignore
6313                 thread flag
6314
6315 2002-12-31 [christoph]  0.8.8claws27
6316
6317         * src/addrbook.c
6318         * src/addrindex.c
6319         * src/folder.c
6320         * src/matcher.c
6321         * src/prefs_account.c
6322         * src/prefs_actions.c
6323         * src/prefs_customheader.c
6324         * src/prefs_display_header.c
6325         * src/prefs_gtk.c
6326         * src/procmime.c
6327         * src/toolbar.c
6328         * src/xmlprops.c
6329         * src/common/prefs.[ch]
6330                 extend prefs file handling for reading and automatic handling
6331                 of blocks. When reading prefs_set_block_label will automatically
6332                 move on to the block. When writing it will copy all other blocks
6333                 automatically
6334
6335         * src/common/plugin.c
6336                 Now loading plugin filenames from [Plugins] block in
6337                 sylpheed rc file
6338
6339 2002-12-30 [christoph]  0.8.8claws26
6340
6341         * src/common/hooks.[ch]
6342                 return abort status to caller of hooks_invoke
6343                 
6344         * src/inc.[ch]
6345                 invoke message filtering hook and stop
6346                 default handling when filter returns abort
6347
6348         * src/common/plugin.[ch]
6349         * src/plugins/demo/demo.c
6350                 modify plugin loader, because resolving symbols for strings
6351                 does not work correctly
6352         
6353         * configure.in
6354         * ac/spamassassin.m4                            ** NEW **
6355         * src/plugins/spamassassin/.cvsignore           ** NEW **
6356         * src/plugins/spamassassin/Makefile.am          ** NEW **
6357         * src/plugins/spamassassin/README               ** NEW **
6358         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6359         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6360         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6361                 add spamassassin plugin, see src/plugins/spamassassin/README
6362                 for details
6363
6364 2002-12-29 [alfons]     0.8.8claws25
6365
6366         * src/mainwindow.c
6367                 when moving focus from a message view to the main 
6368                 window, don't forget to select the summary node
6369                 of the displayed message. should fix "[ 659103 ] 
6370                 focus-follows-mouse confuses sylpheed"
6371
6372 2002-12-29 [christoph]  0.8.8claws24
6373
6374         * src/Makefile.am
6375         * src/stringtable.[ch]          ** REMOVE **
6376         * src/common/Makefile.am
6377         * src/common/stringtable.[ch]   ** NEW **
6378                 move stringtable files to common directory
6379
6380 2002-12-29 [christoph]  0.8.8claws23
6381
6382         * src/Makefile.am
6383         * src/menu.[ch]                 ** REMOVE **
6384         * src/gtk/Makefile.am
6385         * src/gtk/menu.[ch]             ** NEW **
6386                 move menu files to gtk directory
6387
6388 2002-12-29 [match]      0.8.8claws22
6389
6390         * src/addressbook.c
6391         * src/syldap.c
6392                 moved UI specific code out of LDAP code into addressbook
6393                 UI code. fixed memory leak.
6394
6395 2002-12-29 [christoph]  0.8.8claws21
6396
6397         * src/folder.c
6398                 only check for IGNORED parent message when message is
6399                 not IGNORED itself
6400
6401 2002-12-29 [alfons]     0.8.8claws20
6402
6403         * src/summaryview.c
6404                 set gtksctree's anchor correct (immediate execute
6405                 changes the tree's layout, and anchor points at 
6406                 the incorrect row). fixes "[ 657233 ] multiple msg 
6407                 delete sometimes off by 1".
6408                 we probably have to look for more tree layout /
6409                 anchor glitches.
6410
6411 2002-12-29 [paul]       0.8.8claws19
6412
6413         * src/summaryview.c
6414                 fix bug [ 659054 ] incorrect sorting of 'From' column
6415                 when using 'display sender using address book'
6416                 thanks to Alfons and Luke Plant
6417
6418 2002-12-29 [christoph]  0.8.8claws18
6419
6420         * src/folder.c
6421         * src/procmsg.[ch]
6422                 check parent messages for IGNORE THREAD flag, when adding,
6423                 moving or copying messages to a folder
6424
6425 2002-12-27 [alfons]     0.8.8claws17
6426
6427         re-organize matcher part 5; more to come
6428
6429         * src/matcher.c
6430                 hash keywords in matchparser_tab 
6431
6432 2002-12-27 [alfons]     0.8.8claws16
6433
6434         re-organize matcher part 4; more to come
6435
6436         * src/matcher_parser.h
6437         * src/matcher_parser_lex.l
6438         * src/matcher_parser_parse.y
6439                 cleanup
6440
6441 2002-12-27 [alfons]     0.8.8claws15
6442
6443         re-organize matcher part 3; more to come
6444
6445         * src/matcher.[ch]
6446                 cleanup
6447
6448 2002-12-27 [alfons]     0.8.8claws14
6449
6450         re-organize matcher part 2; more to come but this should
6451         work. cc me if there are any regressions.
6452
6453         * src/matcher.h
6454                 add prototype for get_matchparser_tab_id()
6455         * src/matcher_parser_lex.l
6456                 look up keywords using matchparser_tab_id();
6457
6458 2002-12-27 [alfons]     0.8.8claws12
6459
6460         re-organize matcher part 1
6461
6462         * src/matcher.h
6463                 map yacc generated constants to sylpheed matcher constants
6464         * src/matcher.c
6465                 add function to find a matcher constant from a string
6466
6467 2002-12-27 [christoph]  0.8.8claws11
6468
6469         * src/compose.c
6470                 MENUITEM_ADD casts the 4th argument from integer to pointer
6471                 so it probably should not be a pointer, this means we
6472                 should use account id for it and not the account's pointer
6473
6474 2002-12-27 [paul]       0.8.8claws10
6475
6476         * src/mainwindow.c
6477                 remove unneeded 'GtkWidget *vbox'
6478                 
6479         * src/summaryview.c
6480                 further sync with 0.8.8 - make sort
6481                 by recipient work as expected
6482                 
6483         * NEWS
6484                 sync with 0.8.8
6485
6486 2002-12-27 [paul]       0.8.8claws9
6487
6488         * po/pt_BR.po
6489                 updated by Ivan F. Martinez
6490                 
6491 2002-12-27 [darko]      0.8.8claws8
6492
6493         * src/common/utils.c
6494                 added locked pattern to extended search
6495
6496 2002-12-27 [alfons]     0.8.8claws7
6497
6498         * src/prefs_matcher.[ch]
6499                 clean up
6500
6501 2002-12-26 [alfons]     0.8.8claws6
6502
6503         * src/matcher.[ch]
6504         * src/matcher_parser_lex.l
6505         * src/matcher_parser_parse.y
6506         * src/prefs_matcher.c
6507                 allow color label as a condition in the matcher
6508
6509 2002-12-26 [oliver]     0.8.8claws5
6510         
6511         * src/toolbar.c 
6512                 enable Addressbook for Main and Messageview
6513         * src/prefs_actions.c
6514                 enable actions in Messageview
6515
6516 2002-12-26 [christoph]  0.8.8claws4
6517
6518         * src/common/plugin.c
6519                 add a little debug output
6520         * configure.in
6521         * src/plugins/demo/Makefile.am
6522                 better use of automake
6523
6524 2002-12-26 [christoph]  0.8.8claws3
6525
6526         * src/Makefile.am
6527         * src/common/Makefile.am
6528                 fix "make distdir"
6529
6530 2002-12-26 [christoph]  0.8.8claws2
6531
6532         * configure.in
6533                 sort configure checks into common / gtk / plugins
6534         * po/POTFILES.in
6535                 add src/prefs_gtk.c
6536         * src/Makefile.am
6537                 add plugins SUBDIR
6538         * src/main.c
6539         * src/common/sylpheed.[ch]
6540                 added now sylpheed_done function for shutdown
6541         * src/common/Makefile.am
6542         * src/common/plugin.[ch]                ** NEW **
6543                 plugin loader and unloader
6544         * src/plugins/.cvsignore                ** NEW **
6545         * src/plugins/Makefile.am               ** NEW **
6546                 build plugins
6547         * src/plugins/demo/.cvsignore           ** NEW **
6548         * src/plugins/demo/Makefile.am          ** NEW **
6549         * src/plugins/demo/demo.c               ** NEW **
6550                 small demo plugin that installs a logtext hook and
6551                 outputs the log text to stdout
6552
6553 2002-12-26 [paul]       0.8.8claws1
6554
6555         * po/es.po
6556                 updated by Ricardo Mones Lastra
6557
6558 2002-12-26 [paul]       0.8.8claws
6559
6560         * 0.8.8claws released
6561
6562 2002-12-26 [paul]       0.8.7claws12
6563
6564         * po/bg.po
6565                 updated by George Danchev
6566
6567 2002-12-26 [paul]       0.8.7claws11
6568
6569         * po/POTFILES.in
6570                 remove unneeded 'src/prefs.c' entry 
6571
6572 2002-12-26 [paul]       0.8.7claws10
6573
6574         * src/codeconv.c
6575           src/mainwindow.c
6576                 sync with 0.8.8 release
6577         
6578         * src/folder.[ch]
6579           src/mh.c
6580           src/summaryview.c
6581                 partial sync with 0.8.8 release
6582         
6583
6584 2002-12-25 [alfons]     0.8.7claws9
6585
6586         * src/matcher.[ch]
6587         * src/matcher_parser_lex.l
6588         * src/matcher_parser_parse.y
6589         * src/prefs_matcher.c
6590                 add locked flag to possible filtering / matcher 
6591                 conditions (also a good example what should be
6592                 done to add a simple boolean condition)
6593
6594 2002-12-25 [christoph]  0.8.7claws8
6595
6596         * src/Makefile.am
6597         * src/account.[ch]
6598         * src/addrbook.c
6599         * src/addressbook.c
6600         * src/addrindex.c
6601         * src/filtering.c
6602         * src/folder.c
6603         * src/matcher.c
6604         * src/prefs.[ch]                ** REMOVE **
6605         * src/prefs_account.c
6606         * src/prefs_actions.c
6607         * src/prefs_common.c
6608         * src/prefs_customheader.c
6609         * src/prefs_display_header.c
6610         * src/prefs_filtering.c
6611         * src/prefs_folder_item.c
6612         * src/prefs_gtk.[ch]            ** NEW **
6613         * src/prefs_matcher.c
6614         * src/prefs_scoring.c
6615         * src/prefs_summary_column.c
6616         * src/procmime.c
6617         * src/selective_download.c
6618         * src/toolbar.c
6619         * src/common/Makefile.am
6620         * src/common/prefs.[ch]         ** NEW **
6621                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6622
6623 2002-12-24 [alfons]     0.8.7claws7
6624
6625         * src/summaryview.c
6626                 summary_thread_build(): fix real cause of the crash mentioned in
6627                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6628                 this way we get meaningful ctree nodes 
6629
6630 2002-12-24 [oliver]     0.8.7claws6
6631
6632         * src/mainwindow.[ch]
6633         * src/messageview.[ch]
6634         * src/compose.[ch]
6635         * src/inc.c
6636         * src/summaryview.c
6637                 changes to use updated toolbar handling
6638                 
6639 2002-12-24 [oliver]     0.8.7claws5
6640
6641         * src/toolbar.[ch]
6642                 generic toolbar handling
6643                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6644         * src/prefs_toolbar.[ch]
6645                 adjust to handling
6646         
6647 2002-12-24 [oliver]     0.8.7claws4
6648         
6649         * src/stock_pixmap.[ch]
6650                 move SYLPHEED_LOGO to end of list in order 
6651                 to remove it from Custom Toolbar`s Icon View
6652
6653 2002-12-24 [alfons]     0.8.7claws3
6654
6655         * src/summaryview.c
6656                 summary_thread_build(): fix crash because of focus != selection 
6657                 after threading. when deleting the selection, gtk tries but fails 
6658                 to find the correct focusable element. we now force the selection
6659                 to be focused. this should solve the infamous bug reported by 
6660                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6661                 a test case is available. 
6662
6663 2002-12-24 [darko]      0.8.7claws2
6664
6665         * src/summaryview.c
6666                 don't crash when unmarking message with unread children
6667
6668 2002-12-23 [christoph]  0.8.7claws1
6669
6670         * src/Makefile.am
6671         * src/common/Makefile.am
6672                 update Makefiles for moved intl.h, version.h and defs.h
6673         * src/imap.c
6674                 rewrite imap_session_get to avoid duplicate code
6675
6676 2002-12-23 [paul]       0.8.7claws
6677
6678         * Santa-Claws released
6679         
6680         * po/hu.po
6681           po/ru.po
6682                 squeeze in updated Hungarian and Russian translations.
6683                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6684
6685 2002-12-23 [paul]       0.8.6claws129
6686
6687         * po/pl.po
6688                 updated by Witold Wladyslaw Wojciech Wilk
6689
6690 2002-12-23 [paul]       0.8.6claws128
6691
6692         * src/quote_fmt_parse.y
6693                 fix typo and add licence header
6694
6695 2002-12-23 [paul]       0.8.6claws127
6696
6697         * po/en_GB.po
6698                 updated
6699
6700 2002-12-23 [paul]       0.8.6claws126
6701
6702         * po/it.po
6703                 updated translation, submitted by Alessandro Maestri
6704                 
6705 2002-12-23 [paul]       0.8.6claws125
6706
6707         * src/quote_fmt_parse.y
6708                 fix signature-stripping on replies bug. match
6709                 '-- \n' and not '-- '.
6710
6711 2002-12-22 [paul]       0.8.6claws124
6712
6713         * po/bg.po
6714           po/es.po
6715           po/sr.po
6716                 updated translations. submitted by George Danchev,
6717                 Ricardo Mones Lastra, and Urke MMI respectively
6718
6719 2002-12-21 [paul]       0.8.6claws123
6720
6721         * src/addrbook.c
6722                 fix coding style
6723
6724 2002-12-21 [paul]       0.8.6claws122
6725
6726         * src/addrbook.c
6727                 fix bug [643638] where if a person is in one or more
6728                 addressbook groups editing that person's email 
6729                 address results in removal from those groups.
6730                 Patch submitted by Luke Plant.
6731
6732 2002-12-20 [christoph]  0.8.6claws121
6733
6734         * src/common/utils.c
6735         * src/summaryview.c
6736                 reimplement expand_search_string using GString to
6737                 prevent crashs caused by miscalculated string
6738                 lengths reported by Paul
6739
6740 2002-12-20 [christoph]  0.8.6claws120
6741
6742         * src/summaryview.c
6743                 don't use "changed" to check if op_count has to be changed as it
6744                 is also set when the message has unread children
6745                 (closes bug [ 653221 ] crash while deleting duplicates)
6746
6747 2002-12-20 [paul]       0.8.6claws119
6748
6749         * sync with 0.8.6cvs27
6750                 see ChangeLog 2002-12-20
6751
6752 2002-12-20 [paul]       0.8.6claws118
6753
6754         * sync with 0.8.6cvs26
6755                 see ChangeLog 2002-12-19 and 2002-12-20
6756
6757 2002-12-19 [alfons]     0.8.6claws117
6758
6759         * src/textview.c
6760                 fix incorrect parsing of email addresses, submitted by 
6761                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6762                 name display if it contains @".
6763
6764 2002-12-18 [paul]       0.8.6claws116
6765
6766         * sync with 0.8.6cvs23
6767                 see ChangeLog 2002-12-18
6768
6769 2002-12-18 [paul]       0.8.6claws115
6770
6771         * src/Makefile.am
6772         * src/account.c
6773         * src/codeconv.c
6774         * src/gtkutils.[ch]
6775         * src/imap.c
6776                 sync with 0.8.6cvs22.
6777                 see ChangeLog 2002-12-17 and 2002-12-18
6778
6779 2002-12-17 [christoph]  0.8.6claws114
6780
6781         * src/imap.c
6782                 o don't create a session if imap greeting fails
6783                 o don't close socket when authentication fails
6784                   this is done by imap_session_destroy
6785
6786 2002-12-17 [thorsten]   0.8.6claws113
6787
6788         * tools/Makefile.am
6789           tools/README
6790           tools/google_msgid.pl ** NEW FILE **
6791                 Added "search for message-id" script and doc
6792
6793 2002-12-17 [thorsten]   0.8.6claws112
6794
6795         * po/hu.po
6796                 Updated hungarian translation
6797                 (updated by Gal Zoltan)
6798
6799 2002-12-16 [christoph]  0.8.6claws111
6800
6801         * src/addr_compl.c
6802                 remove stupid addressbook dump to debug output
6803         * src/mh.c
6804                 fix memory leak found by Hiro
6805
6806 2002-12-14 [paul]       0.8.6claws110
6807
6808         * src/compose.c
6809                 fix menubar sensitivity on send
6810                 
6811         * src/prefs_filtering.c
6812         * src/prefs_matcher.c
6813         * src/prefs_scoring.c
6814                 Fix english ;)
6815                 
6816         * src/common/quoted-printable.h
6817                 sync: fix typo
6818         
6819 2002-12-13 [christoph]  0.8.6claws109
6820
6821         * src/Makefile.am
6822         * src/manage_window.[ch]        ** REMOVE **
6823         * src/gtk/Makefile.am
6824         * src/gtk/manage_window.[ch]    ** NEW **
6825                 move manage_window files to gtk directory
6826
6827 2002-12-13 [christoph]  0.8.6claws108
6828
6829         * src/Makefile.am
6830         * src/gtkshruler.[ch]           ** REMOVE **
6831         * src/gtk/Makefile.am
6832         * src/gtk/gtkshruler.[ch]       ** NEW **
6833                 move gtkshruler files to gtk directory
6834
6835 2002-12-13 [christoph]  0.8.6claws107
6836
6837         * src/Makefile.am
6838         * src/compose.c
6839         * src/gtkstext.[ch]             ** REMOVE **
6840         * src/gtkutils.[ch]
6841         * src/textview.c
6842         * src/gtk/gtkstext.[ch]         ** NEW **
6843         * src/gtk/Makefile.am
6844                 o move stext functions to gtkstext.c to remove
6845                   dependency of gtkutils
6846                 o move gtkstext files to gtk directory
6847
6848         * src/gtk/Makefile.am
6849         * src/gtk/sslcertwindow.[ch]
6850                 UI stuff can always depend on common code so
6851                 it's ok to add ../common to include path
6852
6853 2002-12-13 [colin]      0.8.6claws106
6854
6855         * src/summaryview.c
6856                 Disconnect sighandlers for mainwindow when
6857                 quicksearch has the focus
6858                 Fix bug #653231
6859         * src/mainwindow.[ch]
6860                 Make key_pressed callback public, to be able
6861                 to disconnect it
6862
6863 2002-12-13 [christoph]  0.8.6claws105
6864
6865         * src/mh.c
6866                 create .mh_sequences file in new MH folders
6867                 (closes feature request [ 523162 ] MH folders should
6868                  get a .mh_sequences)
6869
6870 2002-12-13 [colin]      0.8.6claws104
6871
6872         * src/summaryview.c
6873                 Better handling of quicksearch show/hide
6874                 (basically the button stays under the mouse 
6875                  when toggled)
6876
6877 2002-12-13 [paul]       0.8.6claws103
6878
6879         * sync with 0.8.6cvs17
6880                 see ChangeLog 2002-12-13
6881
6882 2002-12-13 [paul]       0.8.6claws102
6883
6884         * po/es.po
6885                 updated by Ricardo Mones Lastra
6886
6887 2002-12-11 [colin]       0.8.6claws101
6888
6889         * src/folder.c
6890                 remove statusbar stuff
6891           src/folderview.c
6892                 set statusbar verbosity when moving folders
6893
6894 2002-12-11 [colin]       0.8.6claws100
6895         * src/prefs_filtering.c
6896         * src/prefs_matcher.c
6897         * src/prefs_scoring.c
6898                 Fix english ;)
6899
6900 2002-12-11 [colin]       0.8.6claws99
6901
6902         * src/prefs_common.[ch]
6903                 Add summary_quicksearch_type
6904         * src/summaryview.c
6905                 Save last used quicksearch type
6906
6907 2002-12-11 [jens]       0.8.6claws98
6908         * src/prefs_filtering.c
6909         * src/prefs_matcher.c
6910         * src/prefs_scoring.c
6911                 added dialog for incomplete rules in scoring, filtering and
6912                 matcher to ask wheather really close
6913
6914 2002-12-11 [colin]      0.8.6claws97
6915
6916         * src/folder.c
6917                 Fix folder dnd statusbar logging
6918
6919 2002-12-10 [christoph]  0.8.6claws96
6920
6921         * src/compose.c
6922         * src/folder.c
6923         * src/imap.c
6924         * src/inc.c
6925         * src/main.c
6926         * src/mainwindow.c
6927         * src/news.c
6928         * src/send.c
6929         * src/statusbar.[ch]
6930         * src/common/hooks.c
6931         * src/common/log.[ch]
6932                 o handle verbose logging in statusbar directly in statusbar code
6933                   and common code does not need any knowledge about a statusbar
6934                 o remove direct calls to statusbar_(puts|pop)_all functions
6935
6936 2002-12-10 [jens]       0.8.6claws95
6937
6938         * src/*.c
6939                 removed gettext from g_warnings
6940         * po/POTFILES.in
6941                 cleaned and updated
6942         * po/de.po
6943                 updated
6944
6945 2002-12-10 [colin]      0.8.6claws94
6946
6947         * src/main.c
6948                 finish crash dialog fix
6949
6950 2002-12-10 [colin]      0.8.6claws93
6951
6952         * src/main.c
6953                 "Fix" "sylpheed already running" instead of
6954                 crash dialog appearing after a crash
6955
6956 2002-12-10 [colin]      0.8.6claws92
6957
6958         * po/POTFILES.in
6959                 add src/gtk/sslcertwindow.c
6960
6961 2002-12-10 [paul]       0.8.6claws91
6962
6963         * po/POTFILES.in
6964                 updated to reflect recent changes
6965                 submitted by Alessandro Maestri
6966
6967 2002-12-09 [christoph]  0.8.6claws90
6968
6969         * src/Makefile.am
6970         * src/smtp.[ch]                 ** REMOVE **
6971         * src/common/Makefile.am
6972         * src/common/smtp.[ch]          ** NEW **
6973                 move smtp files to common directory
6974
6975 2002-12-09 [christoph]  0.8.6claws89
6976
6977         * src/Makefile.am
6978         * src/session.[ch]              ** REMOVE **
6979         * src/common/Makefile.am
6980         * src/common/session.[ch]       ** NEW **
6981                 move session files to common directory
6982
6983 2002-12-09 [paul]       0.8.6claws88
6984
6985         * src/account.c
6986                 fix bug [649746] edit accounts: move account reverted
6987                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6988
6989 2002-12-09 [colin]      0.8.6claws87
6990
6991         * src/ssl_certificate.c
6992                 cleanup
6993
6994 2002-12-09 [colin]      0.8.6claws86
6995
6996         * src/ssl.c
6997                 Try to open the cert.pem database and 
6998                 issue a warning if it isn't there
6999
7000 2002-12-09 [colin]      0.8.6claws85
7001
7002         * src/common/ssl_certificate.c
7003         * src/gtk/sslcertwindow.c
7004                 Warning fixes
7005
7006 2002-12-09 [colin]      0.8.6claws84
7007
7008         * src/ssl_certificate.[ch] ** REMOVED **
7009         * src/common/ssl_certificate.[ch] ** NEW **
7010         * src/Makefile.am
7011         * src/common/Makefile.am
7012                 Moved ssl_certificate.[ch] to common
7013         * src/common/ssl.c 
7014                 Put back needed include
7015         * src/gtk/sslcertwindow.[ch]
7016                 Changed ssl_certificate.h include
7017         
7018 2002-12-09 [colin]      0.8.6claws83
7019
7020         * src/gtk/sslcertwindow.[ch]
7021                 Implement hook for certificate acception
7022         * src/ssl_certificate.[ch]
7023                 Implement hook for certificate acception
7024         * src/common/ssl.c
7025                 Reenable certificate acception check
7026         * src/mainwindow.c
7027                 Register sslcertwindow's hook
7028         
7029 2002-12-08 [christoph]  0.8.6claws82
7030
7031         * src/about.c
7032         * src/addr_compl.c
7033         * src/codeconv.c
7034         * src/manual.c
7035         * src/undo.c
7036         * src/common/utils.c
7037                 o add missing includes
7038                 o fix warnings
7039         * src/.cvsignore
7040         * src/common/.cvsignore
7041         * src/common/version.h          ** REMOVE **
7042                 remove autogenerated file
7043
7044 2002-12-08 [paul]       0.8.6claws81
7045
7046         * src/stringtable.c
7047                 put back needed include
7048
7049 2002-12-08 [colin]      0.8.6claws80
7050         
7051         * src/gtk/sslcertwindow.c
7052                 Cleaner popups when asking
7053         * src/ssl_certificate.c
7054         * src/prefs_common.[ch]
7055                 remove ssl certificate pref
7056                 put back needed include
7057         * src/undo.c
7058                 put back needed include
7059
7060 2002-12-08 [christoph]  0.8.6claws79
7061
7062         * src/folderview.c
7063         * src/logwindow.c
7064         * src/statusbar.c
7065         * src/summaryview.c
7066                 only abort hook invokation if required data is missing not
7067                 if our own data pointer is NULL, update hookfunction for
7068                 log window
7069
7070 2002-12-08 [paul]       0.8.6claws78
7071
7072         * src/about.c
7073         * src/addrcache.c
7074         * src/addrclip.c
7075         * src/addr_compl.c
7076         * src/addrselect.c
7077         * src/codeconv.c
7078         * src/colorlabel.c
7079         * src/enriched.c
7080         * src/esmtp.c
7081         * src/exporthtml.c
7082         * src/headerview.c
7083         * src/imageview.c
7084         * src/manual.c
7085         * src/noticeview.c
7086         * src/pgptext.c
7087         * src/scoring.c
7088         * src/sourcewindow.c
7089         * src/stringtable.c
7090         * src/undo.c
7091                 clean up: remove unneccesary includes
7092
7093 2002-12-08 [christoph]  0.8.6claws77
7094
7095         * src/folderview.c
7096         * src/statusbar.c
7097         * src/summaryview.c
7098         * src/common/hooks.[ch]
7099                 hook functions now have a gboolean return value, if a hook
7100                 returns TRUE it will stop executing of any more hooks in
7101                 the same hooklist for this invokation
7102
7103 2002-12-08 [colin]      0.8.6claws76
7104         
7105         * src/main.c
7106                 put back argv0 for CRASH_DIALOG
7107
7108 2002-12-08 [christoph]  0.8.6claws75
7109
7110         * src/Makefile.am
7111         * src/about.c
7112         * src/account.c
7113         * src/crash.c
7114         * src/esmtp.h
7115         * src/imap.[ch]
7116         * src/inc.c
7117         * src/main.c
7118         * src/mainwindow.c
7119         * src/news.c
7120         * src/pop.[ch]
7121         * src/prefs_account.[ch]
7122         * src/prefs_common.[ch]
7123         * src/send.[ch]
7124         * src/smtp.[ch]
7125         * src/ssl_certificate.[ch]
7126         * src/ssl_manager.[ch]
7127         * src/common/Makefile.am
7128         * src/common/log.c
7129         * src/common/nntp.[ch]
7130         * src/common/socket.[ch]
7131         * src/common/ssl.[ch]
7132         * src/gtk/sslcertwindow.[ch]
7133         * ac/openssl.m4
7134                 use new autoconf script to detect OpenSSL with extra parameters
7135                 to specify the location of libs and includes, also remove USE_SSL
7136                 to USE_OPENSSL
7137
7138         * src/common/sylpheed.[ch]
7139         * src/common/version.h.in
7140                 start seperation of common code initialization seperated from gui
7141
7142         * src/summaryview.c
7143                 The function that is called when a color label changes
7144                 should not change the color lable again
7145
7146 2002-12-08 [colin]      0.8.6claws74
7147
7148         * src/gtk/sslcertwindow.c
7149                 warning fixes
7150
7151 2002-12-08 [colin]      0.8.6claws73
7152
7153         * src/statusbar.c
7154           src/common/log.h
7155                 Register a hook for statusbar_puts_all
7156         * src/common/log.c
7157                 invoke statusbar_puts_all's hook
7158         
7159 2002-12-08 [colin]      0.8.6claws72
7160
7161         * src/ssl_certificate.c
7162                 Put back a badly-removed include
7163
7164 2002-12-08 [colin]      0.8.6claws71
7165
7166         * src/gtk/sslcertwindow.[ch]    ** NEW **
7167                 new certificate presentation
7168         * src/gtk/Makefile.am
7169                 add new files
7170         * src/ssl_certificate.[ch]
7171                 gtk cleanup, made utility functions public
7172         * src/ssl_manager.c
7173                 use new cert presentation
7174
7175 2002-12-07 [christoph]  0.8.6claws70
7176
7177         * src/Makefile.am
7178         * src/nntp.[ch]                 ** REMOVE **
7179         * src/common/Makefile.am
7180         * src/common/nntp.[ch]          ** NEW **
7181                 move nntp files to common directory
7182
7183 2002-12-07 [christoph]  0.8.6claws69
7184
7185         * src/procmsg.[ch]
7186         * src/summaryview.c
7187                 implement msginfo update callback using sylpheed's new
7188                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7189
7190 2002-12-06 [christoph]  0.8.6claws68
7191
7192         * src/editgroup.c
7193                 This patch changes the 'Edit Group Details' dialog to
7194                 allow extended selections in either pane, so that
7195                 addresses can be added or removed from a group more
7196                 quickly and easily. (it actually is a net decrease in
7197                 file size, as some unnecessary functions have been
7198                 removed). 
7199                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7200
7201 2002-12-06 [christoph]  0.8.6claws67
7202
7203         * src/Makefile.am
7204         * src/template.[ch]             ** REMOVE **
7205         * src/common/Makefile.am
7206         * src/common/template.[ch]      ** NEW **
7207                 move template files to common directory
7208
7209         * src/nntp.c
7210                 add missing log.h include
7211
7212 2002-12-06 [melvin]     0.8.6claws66
7213
7214         * src/prefs_actions.c
7215                 Added the trailing ">" syntax to insert command's output
7216                 without replacing old text (in contrast to trailing "|").
7217
7218 2002-12-05 [colin]      0.8.6claws65
7219         
7220         * src/common/utils.c
7221                 Don't modify original search_string or it'll change
7222                 the next iterations in the for()
7223
7224 2002-12-05 [darko]      0.8.6claws64
7225
7226         * src/common/utils.c
7227                 proper check for filtering commands, found by Colin
7228
7229 2002-12-05 [darko]      0.8.6claws63
7230
7231         * src/common/utils.c
7232                 check proper string for NULL pointer, found by Colin
7233
7234 2002-12-05 [darko]      0.8.6claws62
7235
7236         * src/common/utils.[ch]
7237                 expand_search_string(): new function
7238                 converts Mutt-like patterns to Sylpheed's
7239                 filtering engine
7240         * src/summaryview.c
7241                 use expand_search_string() to allow Mutt-like
7242                 patterns in extended search
7243         * README.claws
7244                 document extended option in quick search
7245
7246 2002-12-05 [paul]       0.8.6claws61
7247
7248         * sync with 0.8.6cvs16
7249                 see ChangeLog 2002-12-05
7250                 
7251         * po/POTFILES.in
7252                 clean up
7253
7254 2002-12-04 [christoph]  0.8.6claws60
7255
7256         * src/imap.[ch]
7257                 put imap authentication code into a new function and
7258                 remove it from imap_session_new that will allow to
7259                 send other commands before authentication
7260
7261 2002-12-04 [christoph]  0.8.6claws59
7262
7263         * src/imap.[ch]
7264                 use already existing method to prevent unneeded IMAP
7265                 folder selects. Set imap_select parameters to NULL
7266                 in some functions if the values are not required.
7267
7268         * src/xml.h
7269                 remove no longer required include
7270
7271 2002-12-04 [paul]       0.8.6claws58
7272
7273         * po/es.po
7274                 updated by Ricardo Mones Lastra
7275                 
7276         * configure.in
7277           po/hu.po      ** NEW FILE **
7278                 initial Hungarian translation, submitted
7279                 by Gál Zoltán <galzoli@hu.inter.net>
7280
7281 2002-12-03 [christoph]  0.8.6claws57
7282
7283         * src/Makefile.am
7284         * src/gtksctree.[ch]            ** REMOVE **
7285         * src/gtk/Makefile.am
7286         * src/gtk/gtksctree.[ch]        ** NEW **
7287                 move gtksctree files to gtk directory
7288
7289 2002-12-03 [christoph]  0.8.6claws56
7290
7291         * src/Makefile.am
7292         * src/md5.[ch]                  ** REMOVE **
7293         * srm/common/Makefile.am
7294         * src/common/md5.[ch]           ** NEW **
7295                 move md5 files to common directory
7296
7297         * src/gtkstext.c
7298                 remove not required #include
7299
7300 2002-12-03 [sergey]     0.8.6claws55
7301
7302         * src/gtkutils.c
7303         * src/gtkutils.h
7304                 gtkut_window_popup(): new function.
7305         * src/mainwindow.c
7306                 main_window_popup(): use gtkut_window_popup() to raise
7307                 window without changing its position.
7308                 (see sylpheed-main ML message [sylpheed:17247])
7309
7310 2002-12-03 [sergey]     0.8.6claws54
7311
7312         * src/send.c
7313                 send_message_local(): removed first-dot escaping
7314                 (SMTP-only, not needed for sending through pipe)
7315
7316 2002-12-03 [paul]       0.8.6claws53
7317
7318         * po/POTFILES.in
7319                 update to reflect recent changes (thanks
7320                 to Ricardo Mones Lastra)
7321                 
7322         * tools/filter_conv.pl
7323                  fix problem with quoted strings. Patch submitted
7324                  by Luke Plant <lukeplant@softhome.net>
7325
7326 2002-12-03 [paul]       0.8.6claws52
7327
7328         * sync with 0.8.6cvs15
7329                 see ChangeLog 2002-12-03
7330
7331 2002-12-02 [christoph]  0.8.6claws51
7332
7333         * src/logwindow.[ch]
7334         * src/common/log.[ch]
7335                 implement logging using a hook function
7336
7337         * src/folderview.c
7338         * src/folder.[ch]
7339                 define hooklist name in header file to avoid
7340                 errors caused by wrong spelling of hooklist names
7341
7342         * src/toolbar.c
7343                 fix warnings
7344
7345 2002-12-02 [christoph]  0.8.6claws50
7346
7347         * src/common/Makefile.am
7348                 add src/common/hooks.[ch]
7349
7350         * src/common/hooks.[ch]
7351                 implement a simple hook system using glib's hook functions
7352
7353         * src/folder.[ch]
7354         * src/folderview.c
7355                 use new hook system for folder item updates
7356
7357 2002-12-02 [christoph]  0.8.6claws49
7358
7359         * doc-src/ui_seperation.txt     ** NEW **
7360                 information for ui seperation
7361
7362         * src/Makefile.am
7363                 remove files that were moved to common
7364                 include common directory by default for the header files
7365
7366         * src/inc.c
7367         * src/common/socket.c
7368         * src/automaton.[ch]
7369                 implement automaton using g_io_*-functions instead of
7370                 gdk_input_add to make it ui independent
7371
7372         * src/codeconv.c
7373         * src/compose.c
7374         * src/ldif.c
7375         * src/pgptext.c
7376         * src/procmime.c
7377         * src/rfc2015.c
7378         * src/smtp.c
7379         * src/unmime.c
7380                 remove common/ prefix because directory is now in
7381                 include path
7382
7383         * src/compose.c
7384         * src/folder.c
7385         * src/folderview.c
7386         * src/mainwindow.c
7387         * src/messageview.c
7388         * src/prefs_common.c
7389         * src/procmsg.c
7390         * src/rfc2015.c
7391                 fix warnings
7392
7393         * src/imap.c
7394         * src/inc.c
7395         * src/news.c
7396         * src/pop.c
7397         * src/send.c
7398         * src/smtp.c
7399         * src/ssl_certificate.c
7400                 add log.h header file for logging functions
7401
7402         * src/main.c
7403         * src/common/utils.c
7404         * src/summaryview.c
7405         * src/xml.c
7406                 o move debug_mode to common/utils.c
7407                 o add functions to set and get debug_mode
7408
7409         * src/defs.h                    ** REMOVE **
7410         * src/intl.h                    ** REMOVE **
7411         * src/socket.[ch]               ** REMOVE **
7412         * src/ssl.[ch]                  ** REMOVE **
7413         * src/utils.[ch]                ** REMOVE **
7414                 replaced by new files in src/common/
7415         
7416         * src/common/Makefile.am
7417                 add new files in src/common/
7418
7419         * src/common/defs.h             ** NEW **
7420         * src/common/intl.h             ** NEW **
7421         * src/common/log.[ch]           ** NEW **
7422         * src/common/socket.[ch]        ** NEW **
7423         * src/common/ssl.[ch]           ** NEW **
7424         * src/common/utils.[ch]         ** NEW **
7425                 replacement for files in src/
7426
7427 2002-12-02 [colin]      0.8.6claws48
7428
7429         * src/folderview.c
7430                 Scroll folderview if necessary during dnd
7431
7432 2002-12-02 [colin]      0.8.6claws47
7433
7434         * src/folder.[ch]
7435                 Add check to verify a move is within a single mailbox
7436         * src/folderview.c
7437                 Add specific error string for this check
7438
7439 2002-12-02 [colin]      0.8.6claws46
7440
7441         * src/folder.c
7442                 Add a test to folder moving, remove a statusbar_print
7443         * src/folderview.c
7444                 Add Move folder... context-menu item
7445                 Factorize folder moving code
7446                 Enable folder DND for mbox
7447
7448 2002-12-01 [christoph]  0.8.6claws45
7449
7450         * ac/aspell.m4
7451                 remove conf.aspelltest if the version check fails
7452
7453 2002-11-30 [christoph]  0.8.6claws44
7454
7455         * autogen.sh
7456                 run libtoolize --force in autogen to create missing
7457                 libtool scripts
7458
7459 2002-11-30 [christoph]  0.8.6claws43
7460
7461         * src/Makefile.am
7462         * src/pgptext.c
7463         * src/procmime.c
7464         * src/rfc2015.c
7465         * src/uuencode.[ch]             ** REMOVED **
7466         * src/common/Makefile.am
7467         * src/common/uuencode.[ch]      ** NEW **
7468                 move uuen/decoder to common directory
7469
7470 2002-11-30 [christoph]  0.8.6claws42
7471
7472         * src/Makefile.am
7473         * src/base64.[ch]               ** REMOVED **
7474         * src/codeconv.c
7475         * src/compose.c
7476         * src/ldif.c
7477         * src/pgptext.c
7478         * src/procmime.c
7479         * src/rfc2015.c
7480         * src/smtp.c
7481         * src/unmime.c
7482         * src/common/Makefile.am
7483         * src/common/base64.[ch]        ** NEW **
7484                 move base64 en/decoder to common directory
7485
7486 2002-11-30 [christoph]  0.8.6claws41
7487
7488         * src/common                    ** NEW **
7489                 new directory for UI independent code
7490         * src/gtk                       ** NEW **
7491                 new directory for GTK frontend
7492         * src/common/.cvsignore         ** NEW **
7493         * src/gtk/.cvsignore            ** NEW **
7494                 ignore build files
7495         * src/common/Makefile.am        ** NEW **
7496         * src/gtk/Makefile.am           ** NEW **
7497                 automake files to build new seperated stuff
7498         * src/Makefile.am
7499                 the binary will currently still be build with the
7500                 files in src, so we include the code from the
7501                 subdirs for now after building the libs there
7502
7503 2002-11-30 [paul]       0.8.6claws40
7504
7505         * src/compose.c
7506                 fix bug [642731] 'Wrong selected account with drafted mail'
7507
7508 2002-11-29 [oliver]     0.8.6claws39
7509         
7510         * src/messageview.c
7511                 o update summaryview when switching between different
7512                   messageviews          
7513         * src/toolbar.c  
7514                 o check if messageview holds already removed msg
7515                   from summaryview
7516                 
7517
7518 2002-11-29 [oliver]     0.8.6claws38
7519
7520         * src/toolbar.c 
7521                 remove not needed variables and includes
7522                 make messageview stay opened and move to next when msgs are deleted 
7523
7524 2002-11-29 [oliver]     0.8.6claws37
7525         
7526         * src/toolbar.c 
7527                 disable compose button (messageview toolbar) by default
7528                 deleted msgs are moved to trash
7529         
7530 2002-11-29 [melvin]     0.8.6claws36
7531
7532         * configure.in
7533                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7534                 and to detect signatures expirations (gpgme 0.3.6)
7535
7536         * src/main.c
7537                 Use non obsolescent function for Gpgme engine checking.
7538
7539         * src/rfc2015.c
7540                 Inform about expired signatures or signatures which key
7541                 has expired. Expiration date is displayed.
7542
7543         * src/sigstatus.c
7544                 Inform about expired signatures or signatures which key
7545                 has expired.
7546
7547 2002-11-28 [paul]       0.8.6claws35
7548
7549         * src/folderview.c
7550                 re-instate 'Check for new messages' in Newsgroup
7551                 folders right-click menu, after a suggestion from
7552                 Tim Mann <timmann@users.sourceforge.net>
7553
7554         * src/main.c
7555                 after a crash check only local folders for new
7556                 messages
7557
7558 2002-11-28 [paul]       0.8.6claws34
7559
7560         * configure.in
7561                 apply patch that fixes the checking of GTK with XIM 
7562                 support on different OSs, such as FreeBSD. Patch 
7563                 submitted by Topia <topia@users.sourceforge.net>
7564                 
7565 2002-11-28 [paul]       0.8.6claws33
7566
7567         * src/mainwindow.c
7568           src/prefs_common.c
7569           src/prefs_toolbar.c
7570                 more changes to the English
7571
7572 2002-11-28 [paul]       0.8.6claws32
7573
7574         * sync with 0.8.6cvs13
7575                 see ChangeLog 2002-11-28 (no sync needed
7576                 for src/compose.c)
7577
7578 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7579         
7580         * src/mainwindow.[ch]
7581                 add patch by Ivan F. Martinez introducing messageview Toolbar
7582                 some changes and committed by oliver    
7583
7584 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7585
7586         * src/messageview.[ch]
7587                 add patch by Ivan F. Martinez introducing messageview Toolbar
7588                 some changes and committed by oliver    
7589
7590 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7591
7592         * src/compose.[ch]
7593                 add patch by Ivan F. Martinez introducing messageview Toolbar
7594                 some changes and committed by oliver    
7595
7596 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7597         
7598         * src/toolbar.[ch]
7599                 add patch by Ivan F. Martinez introducing messageview Toolbar
7600                 some changes and committed by oliver
7601
7602 2002-11-28 [oliver]     0.8.6claws27
7603         
7604         * src/prefs_toolbar.[ch]
7605                 getting ready for messageview toolbar
7606                 free mem allocated by gettext
7607                 change prefs_toolbar to prefs_toolbar_open
7608  
7609 2002-11-28 [thorsten]   0.8.6claws26
7610
7611         * src/imageview.[ch]
7612                 cleaned up conflicting declarations of
7613                 imageview_show_image()
7614
7615 2002-11-28 [paul]       0.8.6claws25
7616
7617         * src/grouplistdialog.c
7618           src/prefs_common.c
7619           src/prefs_summary_column.c
7620                 a few more improvements to the English
7621
7622 2002-11-28 [colin]      0.8.6claws24
7623
7624         * man/sylpheed.1
7625                 A few updates to command-line parameters
7626
7627 2002-11-28 [colin]      0.8.6claws23
7628
7629         * src/prefs_filtering.c
7630                 Fix problems with prefs_filtering_delete_path:
7631                 a) if the first rule is removed, original pointers
7632                    weren't updated (leading to segfaults)
7633                 b) it was always global_processing updated in case
7634                    of removed path was parent of rule path
7635
7636 2002-11-27 [paul]       0.8.6claws22
7637
7638         * src/mainwindow.c
7639           src/prefs_account.c
7640           src/prefs_actions.c
7641           src/prefs_common.c
7642           src/prefs_customheader.c
7643           src/prefs_display_header.c
7644           src/prefs_filtering.c
7645           src/prefs_folder_item.c
7646           src/prefs_matcher.c
7647           src/prefs_scoring.c
7648           src/prefs_summary_column.c
7649           src/prefs_template.c
7650           src/prefs_toolbar.c
7651                  improve the English in the GUI
7652
7653 2002-11-27 [colin]      0.8.6claws21
7654
7655         * src/folder.c
7656                 Fix processing renaming problems happening after
7657                 last commit
7658
7659 2002-11-27 [colin]      0.8.6claws20
7660
7661         * src/folder.c
7662                 recursive move now deletes src each subfolder after 
7663                 having moved it
7664         * src/folderview.c
7665                 Use identifier instead of path during dnd (enables
7666                 IMAP folder dnd)
7667
7668 2002-11-27 [paul]       0.8.6claws19
7669
7670         * src/main.c
7671                 apply patch that does command-line processing 
7672                 BEFORE gtk_init, allowing claws to run from 
7673                 shell-scripts in non-X environment (e.g. crontab 
7674                 or ip-up, ip-down scripts). Patch submitted by
7675                 Ruslan N. Balkin <baron@dartel.ru>
7676                 
7677         * po/it.po
7678                 updated by Alessandro Maestri
7679
7680 2002-11-27 [paul]       0.8.6claws18
7681
7682         * sync with 0.8.6cvs12
7683           src/prefs_common.c
7684                 Differences are that main uses a 'Receive dialog'
7685                 frame on the Interface tab, whereas claws groups all 
7686                 the dialogs together in a 'Dialogs' frame.
7687
7688 2002-11-27 [colin]      0.8.6claws17
7689
7690         * src/prefs_matcher.c
7691                 Fix Execute criteria's NOT flag
7692
7693
7694 2002-11-26 [christoph]  0.8.6claws16
7695
7696         * src/ssl.c
7697                 rewrite the ssl code a little bit, only use one
7698                 SSL context, set default certificates' file/path
7699
7700 2002-11-26 [thorsten]   0.8.6claws15
7701
7702         * src/compose.c
7703                 default-reply-to didn't work for ml-reply
7704
7705 2002-11-26 [melvin]     0.8.6claws14
7706
7707         * src/prefs_actions.c
7708                 Made pipe-actions ignore short headers in message view
7709                 Made trailing-pipe-actions write in the message view with
7710                 the same font as the original message
7711
7712 2002-11-26 [paul]       0.8.6claws13
7713
7714         * src/compose.c
7715                 this time commit the correct file
7716
7717 2002-11-26 [paul]       0.8.6claws12
7718
7719         * sync with 0.8.6cvs11
7720           src/quote_fmt_parse.y  
7721                 no sync needed
7722           src/account.[ch]       
7723                 not sync'ed
7724           src/compose.c
7725                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7726                 on draft mode.
7727                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7728                 header
7729                 
7730         see ChangeLog 2002-11-25 and 2002-11-26
7731
7732 2002-11-26 [colin]      0.8.6claws11
7733
7734         * src/folderview.c
7735                 Fix collapsed folder not auto-expanding during
7736                 mail dnd, if it was the source folder.
7737
7738 2002-11-25 [colin]      0.8.6claws10
7739
7740         * src/folderview.[ch]
7741                 Variable renaming and cleaning (slist of nodes 
7742                 to be re-collapsed is stored in FolderView)
7743
7744 2002-11-25 [paul]       0.8.6claws9
7745
7746         * src/prefs_common.[ch]
7747                 fix breakage caused by last commit
7748
7749 2002-11-25 [paul]       0.8.6claws8
7750
7751         * sync with 0.8.6cvs4
7752                 see ChangeLog 2002-11-21
7753
7754 2002-11-25 [paul]       0.8.6claws7
7755
7756         * sync with 0.8.6cvs4
7757                 see ChangeLog 2002-11-20
7758
7759 2002-11-25 [paul]       0.8.6claws6
7760
7761         * sync with 0.8.6cvs3
7762                 see ChangeLog 2002-11-18
7763
7764 2002-11-25 [colin]      0.8.6claws5
7765
7766         * src/gtkutils.[ch]
7767                 Add gtkut_ctree_node_is_parent()
7768         * src/folderview.c
7769                 Spring-loaded folders
7770
7771 2002-11-25 [colin]      0.8.6claws4
7772
7773         * src/utils.[ch]
7774                 Add slist_concat_unique(), function to merge
7775                 two GSList filtering dups
7776         * src/folder.[ch]
7777         * src/summaryview.[ch]
7778         * src/folderview.c
7779         * src/main.c
7780                 Add detection/update/display of unread answers
7781                 to marked mails
7782         * src/procmsg.[ch]
7783                 Add procmsg_find_children()
7784                 Add procmsg_msg_has_marked_parent()
7785
7786 2002-11-25 [colin]      0.8.6claws3
7787
7788         * src/ssl_certificate.[ch]
7789                 Allow checking a certificate without a DNS
7790                 lookup
7791                 Allow to forget a cert (by deleting it)
7792                 Make ssl_certificate_destroy_public
7793         * src/ssl_manager.[ch] ** NEW FILES **
7794                 Gui to manage (display/remove) certificates
7795         * src/prefs_common.[ch]
7796                 Add a pref to allow silent acceptation of
7797                 trusted certificates or not (based on the
7798                 "I want to know what's going on" principle)
7799         * src/mainwindow.c
7800                 Add SSL manager in Tools menu
7801         * src/Makefile.am
7802                 Add the new files to the build
7803         * po/POTFILES.in
7804                 Add ssl_manager.c to translations
7805
7806 2002-11-25 [colin]      0.8.6claws2
7807
7808         * src/summaryview.[ch]
7809                 Add S_SEARCH_EXTENDED to the quick search, which 
7810                 allows to search using filtering syntax.
7811
7812 2002-11-25 [colin]      0.8.6claws1
7813
7814         * src/summaryview.c
7815                 Deletion of duplicates now prefer deleting
7816                 the unread dup (fixes feature-request 638989).
7817
7818 2002-11-24 [paul]       0.8.6claws
7819
7820         * po/es.po
7821           po/pl.po
7822           po/ru.po
7823           po/sr.po
7824                 updated by Ricardo Mones Lastra,
7825                 Witold Wladyslaw Wojciech Wilk,
7826                 Ruslan N. Balkin, and  Urke MMI 
7827                 respectively
7828
7829 2002-11-24 [paul]       0.8.5claws182
7830
7831         * po/bg.po
7832                 updated by George Danchev
7833
7834 2002-11-23 [alfons]     0.8.5claws181
7835
7836         * src/imap.c
7837                 tiny memory leak found by browsing Dimitar's 
7838                 valgrind report
7839
7840 2002-11-23 [paul]       0.8.5claws180
7841
7842         * po/it.po
7843                 updated by Alessandro Maestri
7844
7845 2002-11-22 [christoph]  0.8.5claws179
7846
7847         * src/compose.c
7848         * src/inc.c
7849         * src/prefs_filtering.c
7850         * src/summaryview.c
7851                 more warning fixes
7852
7853 2002-11-22 [alfons]     0.8.5claws178
7854
7855         * src/summaryview.c
7856                 summary_execute_delete_func(): if message is deleted, make 
7857                 sure to also remove its entry in the subject hash table. 
7858                 fixes a corner case bug.
7859
7860 2002-11-22 [paul]       0.8.5claws177
7861
7862         * .cvsignore
7863                 add 'autom4te.cache'
7864                 
7865         * ltconfig      ** REMOVED **
7866                 not needed
7867
7868 2002-11-22 [paul]       0.8.5claws176
7869
7870         * src/textview.c
7871                 textview_set_font(): fix for message display in
7872                 UTF-8 locales (thanks to Sergey Vlasov).
7873                 
7874         * AUTHORS
7875                 add new team members and contributors
7876
7877
7878 2002-11-21 [colin]      0.8.5claws175
7879
7880         * src/procmsg.[ch]
7881                 Add procmsg_remove_special_headers()
7882         * src/mh.c
7883                 Use procmsg_remove_special_headers() for 
7884                 previous fix
7885
7886 2002-11-21 [colin]      0.8.5claws174
7887
7888         * src/mh.c
7889                 Fix moving/copying from queue/draft folders
7890                 for MH folders
7891
7892 2002-11-21 [christoph]  0.8.5claws173
7893
7894         * src/crash.c
7895         * src/filtering.c
7896         * src/logwindow.c
7897         * src/main.c
7898         * src/matcher_parser_lex.[hl]
7899         * src/mbox.c
7900         * src/mbox_folder.[ch]
7901         * src/prefs_filtering.c
7902         * src/procheader.c
7903         * src/quote_fmt_lex.l
7904         * src/ssl.c
7905                 fix all warnings except the warnings in lex and yacc files
7906
7907 2002-11-20 [christoph]  0.8.5claws172
7908
7909         * src/imap.c
7910                 fix MsgInfo retrieval for IMAP draft and queue folders
7911                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7912
7913 2002-11-19 [christoph]  0.8.5claws171
7914
7915         * src/compose.c
7916                 fix segfault, when draft saving does not get
7917                 the MsgInfo of the new message
7918                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7919
7920 2002-11-19 [christoph]  0.8.5claws170
7921
7922         * src/procmsg.c
7923                 add parameter check for flag setting function
7924                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7925
7926 2002-11-18 [paul]       0.8.5claws169
7927
7928         * src/compose.c
7929                 more sensitivity fixes to redirect mode:
7930                 * disable toolbar draft button
7931                 * allow only Address book in the Tools menu
7932                 * disable editing of message by the spell
7933                   checker
7934
7935 2002-11-18 [paul]       0.8.5claws168
7936
7937         * src/compose.c
7938                 fix sensitivity of menu items in compose_redirect():
7939                 allow only the necessary items 
7940
7941 2002-11-18 [paul]       0.8.5claws167
7942
7943         * src/compose.c
7944                 fix bug [ 603259 ] 'attachment got lost on bounce'
7945
7946 2002-11-18 [paul]       0.8.5claws166
7947
7948         * po/ru.po
7949                 updated by Ruslan N. Balkin <baron@dartel.ru>
7950
7951 2002-11-18 [colin]      0.8.5claws165
7952
7953         * src/main.c
7954           src/defs.h
7955                 Remove old filtering stuff
7956
7957
7958 2002-11-17 [oliver]     0.8.5claws164
7959
7960         * src/toolbar.h
7961                 remove not needed typedef 
7962
7963 2002-11-17 [oliver]     0.8.5claws163
7964
7965         * src/toolbar.c
7966                 make toolbar's on click events translatable
7967
7968 2002-11-15 [colin]      0.8.5claws162
7969
7970         * src/summaryview.c
7971                 Revert too-soon integration of a feature
7972
7973 2002-11-15 [christoph]  0.8.5claws161
7974
7975         * src/imap.c
7976                 use main's implementation of imap_get_msginfo
7977
7978 2002-11-15 [christoph]  0.8.5claws160
7979
7980         * src/compose.c
7981         * src/folder.[ch]
7982         * src/imap.c
7983         * src/mbox_folder.c
7984         * src/mh.c
7985         * src/news.c
7986         * src/procmsg.c
7987         * src/summaryview.c
7988                 replace claws' fetch_msginfo with main's get_msginfo
7989                 (use main's implementation where possible)
7990
7991 2002-11-15 [colin]      0.8.5claws159
7992
7993         * src/ssl_certificate.c
7994                 Missed a check
7995
7996 2002-11-16 [melvin]     0.8.5claws158
7997
7998         * po/fr.po
7999                 Updated French translations.
8000
8001 2002-11-16 [colin]      0.8.5claws157
8002
8003         * src/ssl_certificate.c
8004                 Check for missing parts in the certificates
8005
8006 2002-11-15 [colin]      0.8.5claws156
8007
8008         * src/folderview.c
8009                 Preventive fix (missing check) found by
8010                 Alfons
8011
8012 2002-11-15 [paul]
8013
8014         * NEWS
8015                 sync with 0.8.6 release
8016
8017 2002-11-15 [colin]      0.8.5claws155
8018
8019         * src/folder.[ch]
8020           src/folderview.c
8021                 Fix error handling of folder_item_move_to()
8022                 (thanks to Alfons!)
8023
8024 2002-11-15 [colin]      0.8.5claws154
8025
8026         * src/folder.[ch]
8027           src/folderview.c
8028                 folder_item_move_to() sets an error message instead
8029                 of having GUI stuff in folder.c
8030
8031 2002-11-15 [colin]      0.8.5claws153
8032
8033         * src/procmsg.[ch]
8034                 Implemented a callback for MsgInfo updates, 
8035                 heavily copy/pasted from Christoph's folder 
8036                 callback system
8037         * src/summaryview.[ch]
8038                 Register summary_update_msg as callback
8039
8040 2002-11-14 [colin]      0.8.5claws152
8041         
8042         * src/procmsg.c
8043                 Update the FolderItem after sending (fixes 617593)
8044
8045 2002-11-14 [christoph]  0.8.5claws151
8046
8047         * src/folder.c
8048                 fix wrong position of NULL pointer check found
8049                 by Sergey
8050
8051 2002-11-14 [christoph]  0.8.5claws150
8052
8053         * src/folder.c
8054                 fix segfault when deleting messages from IMAP folders
8055                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8056
8057 2002-11-14 [colin]      0.8.5claws149
8058
8059         * src/compose.c
8060                 Forwarding was also ignoring the folder's default account.
8061
8062 2002-11-14 [colin]      0.8.5claws148
8063
8064         * src/compose.c
8065                 Fix sent folder not set to folder properties when 
8066                 forwarding.
8067
8068 2002-11-14 [thorsten]   0.8.5claws147
8069
8070         * src/inc.c
8071                 inc_start(): Files were not moved from .processing to inbox,
8072                 if no global processing rule existed
8073
8074 2002-11-14 [colin]      0.8.5claws146
8075
8076         * src/ssl_certificate
8077                 Fix file operations
8078
8079 2002-11-14 [paul]       0.8.5claws145
8080
8081         * po/it.po
8082                 updated by Alessandro Maestri
8083
8084 2002-11-13 [alfons]     0.8.5claws144
8085
8086         * src/folder.c
8087                 folder_item_close(): only mark messages unread
8088                 when a folder has new messages 
8089
8090 2002-11-13 [keith]      0.8.5claws143
8091
8092         * src/imap.c
8093                 Fix problem moving or copying between
8094                 IMAP folders
8095
8096 2002-11-13 [colin]      0.8.5claws142
8097
8098         * src/matcher_parser_parse.y
8099                 Fix rule problem when " don't match
8100
8101 2002-11-13 [christoph]  0.8.5claws141
8102
8103         * src/folder.c
8104         * src/folderview.c
8105                 moved cache saving to folder_item_close
8106                 the folderview should not have to deal with
8107                 this things
8108
8109 2002-11-13 [christoph]  0.8.5claws140
8110
8111         * src/summaryview.c
8112                 moved setting of important score to
8113                 summary_set_prefs_from_folderitem
8114
8115 2002-11-13 [colin]      0.8.5claws139
8116
8117         * src/matcher_parser_parse.y
8118                 Fix a segfault in the parser (happening when
8119                 a good expression had been tested and a bad 
8120                 one arrives)
8121
8122 2002-11-13 [paul]       0.8.5claws138
8123
8124         * sync with 0.8.5cvs24
8125                 see ChangeLog 2002-11-13
8126                 
8127         * po/pt_BR.po
8128                 updated by Fabio Jr. Beneditto
8129
8130 2002-11-13 [colin]      0.8.5claws137
8131         
8132         * src/msgcache.c
8133           src/defs.h
8134           src/procmsg.[ch]
8135                 Revert last commit, problem
8136
8137 2002-11-13 [colin]      0.8.5claws136
8138
8139         * src/msgcache.c
8140                 Remove duplicated code
8141         * src/defs.h
8142                 Bumped CACHE_VERSION and MARK_VERSION
8143         * src/procmsg.[ch]
8144                 Network endian for cache and mark files
8145
8146 2002-11-12 [colin]      0.8.5claws135
8147
8148         * src/inc.c
8149                 Fix the "socket error" dialog which disappeared
8150
8151 2002-11-12 [colin]      0.8.5claws134
8152
8153         * src/msgcache.c
8154                 Reverse last commit which had performance 
8155                 problems, but still reverse the list
8156
8157 2002-11-12 [colin]      0.8.5claws133
8158
8159         * src/msgcache.c
8160                 Reverse list order
8161
8162 2002-11-12 [melvin]     0.8.5claws132
8163
8164         * src/compose.c
8165                 Added a check for a NULL prefs_common.dictionary
8166
8167 2002-11-12 [colin]      0.8.5claws131
8168
8169         * src/ssl_certificate.[ch]
8170                 Use FQDN hostname
8171
8172 2002-11-12 [colin]      0.8.5claws130
8173
8174         * src/ssl_certificate.[ch]
8175                 Take connection port into account for 
8176                 checking certificates (a single hostname
8177                 could have multiple servers with multiple
8178                 certificates)
8179         * src/ssl.c
8180                 Pass the port to ssl_certificate_check
8181
8182 2002-11-12 [paul]       0.8.5claws129
8183
8184         * src/folder.c
8185                 fix a typo in last commit
8186
8187 2002-11-12 [paul]       0.8.5claws128
8188
8189         * sync with 0.8.5cvs23
8190                 see ChangeLog entry 2002-11-12
8191
8192 2002-11-11 [colin]      0.8.5claws127
8193
8194         * src/ssl_certificate.c
8195                 Cleaner messages
8196                 Don't popup, instead log error, if the 
8197                 corresponding pref is checked
8198         * src/ssl_certificate.h
8199                 include <openssl/objects/h>
8200
8201 2002-11-11 [colin]      0.8.5claws126
8202
8203         * src/ssl_certificate.h
8204                 _Really_ clean it
8205
8206 2002-11-11 [colin]      0.8.5claws125
8207         
8208         * src/ssl_certificate.c
8209                 Fixed leak
8210
8211 2002-11-11 [colin]      0.8.5claws124
8212
8213         * src/ssl.c
8214                 Cleaned a bit
8215         * src/ssl_certificate.[ch]
8216                 Cleaned a bit (better use of SSL API)
8217                 (This will cause non-recognition of saved 
8218                  certificates of claws12[23]...)
8219
8220 2002-11-11 [paul]       0.8.5claws123
8221         
8222         * po/es.po
8223                 updated by Ricardo Mones Lastra
8224
8225 2002-11-11 [colin]      0.8.5claws122
8226
8227         * src/ssl.c
8228                 Fix a typo
8229
8230 2002-11-11 [colin]      0.8.5claws121
8231
8232         * src/ssl_certificate.[ch] ** NEW FILES **
8233         * src/ssl.[ch]
8234                 Check SSL certificates presented to us
8235         * src/Makefile.am
8236                 Add ssl_certificate.[ch]
8237         * po/POTFILES.in
8238                 Add ssl_certificate.c
8239
8240 2002-11-11 [paul]       0.8.5claws120
8241
8242         * sync with 0.8.5cvs22
8243                 see ChangeLog 2002-11-11
8244
8245 2002-11-11 [paul]       0.8.5claws119
8246
8247         * sync with 0.8.5cvs21
8248                 see ChangeLog 2002-11-11
8249
8250 2002-11-10 [jens]       0.8.5claws118
8251
8252         * src/folder.c
8253         * src/folderview.c
8254                 corrected some typing
8255         * po/de.po
8256                 updated german translation
8257         * sylpheed.spec.in
8258                 cleaned up specfile and adjusted it for claws
8259
8260 2002-11-10 [colin]      0.8.5claws117
8261
8262         * src/summaryview.c
8263                 a STATUSBAR_PUSH/POP fix
8264
8265 2002-11-10 [colin]      0.8.5claws116
8266
8267         * src/prefs_folder_item.c
8268                 Fix hanging after opening folder properties
8269
8270 2002-11-10 [hoa]        0.8.5claws115
8271
8272         * src/matcher_parser_lex.l
8273         * src/matcher_parser_parse.y
8274                 config file for scoring and filtering is no more trashed
8275                 when there is a syntax error in a filtering rule when
8276                 editing it in a dialog.
8277
8278 2002-11-09 [colin]      0.8.5claws114
8279
8280         * src/mbox_folder.c
8281                 Added missing initialisation of folder->destroy()
8282
8283 2002-11-09 [colin]      0.8.5claws113
8284
8285         * src/folder.c
8286           src/folderview.c
8287                 Fix the status bar messages
8288
8289 2002-11-09 [colin]      0.8.5claws112
8290
8291         * src/folderview.c
8292                 Fix hangs after folder dnd, happening after 
8293                 claws109.
8294
8295 2002-11-09 [christoph]  0.8.5claws111
8296
8297         * src/folderview.c
8298                 just changed order of calls (reverse order of
8299                 associated calls)
8300         * src/inc.c
8301                 lock inc when checking only one account, otherwise
8302                 inc all could be executed at the same time
8303
8304 2002-11-09 [christoph]  0.8.5claws110
8305
8306         * src/folderview.c
8307                 better unlock the mouse cursor before calling
8308                 summary_show because it changes the cursor too
8309
8310 2002-11-09 [christoph]  0.8.5claws109
8311
8312         * src/folder.[ch]
8313         * src/folderview.c
8314                 add functions to open and close a folder
8315                 o opending will execute scanning for remote folders
8316                   and processing
8317                 o closing will unset new flag for messages
8318
8319 2002-11-09 [colin]      0.8.5claws108
8320
8321         * src/folder.c
8322                 Add a call to prefs_matcher_write_config to 
8323                 avoid non-leaf folders filtering settings to be
8324                 lost
8325
8326 2002-11-09 [paul]       0.8.5claws107
8327
8328         * src/prefs_account.c
8329                 re-word a label
8330
8331 2002-11-09 [colin]      0.8.5claws106
8332
8333         * src/folderview.c
8334                 Minor esthetic fix
8335
8336 2002-11-09 [colin]      0.8.5claws105
8337
8338         * src/folderview.c
8339                 Fix prefs_filtering deletion for MH folders (same
8340                 reason as below)
8341         * src/prefs_filtering.c
8342                 Fix prefs_filtering renaming and deletion for 
8343                 folder-based processing rules.  
8344
8345 2002-11-09 [christoph]  0.8.5claws104
8346
8347         * src/compose.c
8348         * src/folder.[ch]
8349         * src/folderview.[ch]
8350         * src/import.c
8351         * src/inc.c
8352         * src/main.c
8353         * src/mainwindow.c
8354         * src/messageview.c
8355         * src/prefs_folder_item.c
8356         * src/procmsg.c
8357         * src/summaryview.c
8358                 implement a callback system for folder item updates
8359
8360 2002-11-09 [colin]      0.8.5claws103
8361
8362         * src/folderview.c
8363                 Fix prefs_filtering renaming for MH folders (we
8364                 shouldn't rename by path as another folder could
8365                 have the same hierarchy).
8366
8367 2002-11-09 [colin]      0.8.5claws102
8368
8369         * src/folder.c
8370                 Fix a leak found by Christoph, use better variable
8371                 names
8372
8373 2002-11-09 [colin]      0.8.5claws101
8374
8375         * src/folder.c
8376                 One more fix for processing rules
8377
8378 2002-11-08 [colin]      0.8.5claws100
8379         
8380         * src/matcher.c
8381                 Don't copy the compiled regexp (will be reevaluated)
8382         * src/folderview.c
8383                 Lock folderview while moving
8384         * src/folder.c
8385                 Provide info on what's happening to the user
8386
8387 2002-11-08 [colin]      0.8.5claws99
8388
8389         * src/folderview.c
8390                 Fix folder reordering after a move if parent is 
8391                 root
8392         * src/scoring.[ch]
8393                 Add function to copy a ScoringProp
8394         * src/prefs_folder_item.c
8395                 Copy scoring rules when copying a folder prefs
8396
8397 2002-11-08 [colin]      0.8.5claws98
8398
8399         * src/folderview.c
8400                 Fixes in case of failure
8401         * src/filtering.[ch]    
8402                 Add function to duplicate a FilteringProp
8403         * src/matcher.[ch]
8404                 Add function to duplicate a MatcherProp
8405         * src/prefs_folder_item.c
8406                 Save folder's processing rules when copying 
8407                 its prefs
8408
8409 2002-11-08 [colin]      0.8.5claws97
8410         
8411         * src/folderview.c
8412                 Sort after move
8413         * src/folder.c 
8414                 Change a printf to debug_print
8415
8416 2002-11-08 [colin]      0.8.5claws96
8417
8418         * src/folder.c
8419           src/folderview.c
8420                 Fix segfaults, call me stupido
8421         
8422
8423 2002-11-08 [colin]      0.8.5claws95
8424
8425         *src/folder.c
8426                 Added forgotten prefs to save when moving folders
8427
8428 2002-11-08 [colin]      0.8.5claws94
8429
8430         * src/folder.c
8431                 Fixes to folder DND (prefs copy)
8432         * src/folderview.c
8433                 Optimization for folder DND (don't rescan whole tree)
8434                 Added folderview_create_folder_node() for this 
8435                 optimization, so de-duped a bit the code
8436         * src/prefs_folder_item.[ch]
8437                 Added prefs_folder_item_copy_prefs()    
8438           
8439 2002-11-08 [paul]       0.8.5claws93
8440
8441         * src/prefs_account.c
8442           tools/README
8443           tools/kmail2sylpheed_v2.pl
8444                 correct some typos
8445
8446 2002-11-08 [paul]       0.8.5claws92
8447
8448         * src/compose.c
8449           src/prefs_account.[ch]
8450                 remove account options 'clearsign' and 'ascii_armored',
8451                 replace with 'default_gnupg_mode' to prevent mixed-mode
8452                 Privacy settings
8453
8454 2002-11-08 [paul]       0.8.5claws91
8455
8456         * src/compose.[ch]
8457                 re-implement GnuPG 'on-the-fly' mode selection,
8458                 disallow mixed-mode
8459
8460 2002-11-08 [colin]      0.8.5claws90
8461
8462         * src/folderview.c
8463           src/prefs_folder_item.c
8464                 Change "Property" to "Properties"
8465
8466 2002-11-07 [colin]      0.8.5claws89
8467
8468         * src/folderview.c
8469           src/folder.c
8470                 Allow folder dropping to a root folder
8471
8472 2002-11-07 [paul]       0.8.5claws88
8473
8474         * src/compose.c
8475                 revert last commit
8476
8477 2002-11-07 [paul]       0.8.5claws87
8478
8479         * src/compose.c
8480                 fix reply-to-list bug. closes bug report
8481                 "[633382] reply-to-list broken in recent cvs"
8482
8483 2002-11-07 [paul]       0.8.5claws86
8484
8485         * src/compose.c
8486                 add a forgotten '#if USE_GPGME ... #endif'
8487
8488 2002-11-07 [paul]       0.8.5claws85
8489
8490         * sync with 0.8.5cvs20
8491                 see ChangeLog 2002-11-07
8492
8493 2002-11-07 [colin]      0.8.5claws84
8494
8495         * src/folder.[ch]
8496                 Change folder_item_move_to to return the newly 
8497                 created folderitem.
8498         * src/folderview.c
8499                 Select the new folderitem after moving.
8500
8501 2002-11-07 [colin]      0.8.5claws83
8502
8503         * src/prefs_filtering.c
8504                 Fix rule rewriting when moving a leaf folder to a 
8505                 shorter path
8506
8507 2002-11-07 [colin]      0.8.5claws82
8508
8509         * src/prefs_filtering.c
8510                 fix a leak
8511
8512 2002-11-07 [colin]      0.8.5claws81
8513
8514         * src/folder.[ch]
8515                 Add folder_item_move_to() function to move a 
8516                 folderitem into another one (updates matcher etc)
8517         * src/folderview.c
8518                 Add folder drag'n drop (context menu to come)
8519                 [Should be dataloss free, but Please backup before 
8520                  trying !]
8521
8522 2002-11-06 [colin]      0.8.5claws80
8523
8524         * src/mh.c
8525                 mh_create_folder() returns NULL if can't create
8526                 directory hierarchy
8527
8528 2002-11-06 [paul]       0.8.5claws79
8529
8530         * src/compose.[ch]
8531                 allow 'on-the-fly' changing of the type of encryption 
8532                 and/or signing used (mime/ascii) via the compose window
8533
8534 2002-11-06 [paul]       0.8.5claws78
8535
8536         * sync with 0.8.5cvs19
8537                 see ChangeLog 2002-11-06 for src/account.c: 
8538                 account_get_special_folder()
8539                 
8540 2002-11-05 [alfons]     0.8.5claws77
8541
8542         * src/crash.c
8543                 very minor cleanups: nothing to see here, move on. :-)
8544
8545 2002-11-05 [colin]      0.8.5claws76
8546
8547         * src/main.c
8548                 Changes choices if compose windows are opened to
8549                 Discard, Draft, Don't quit
8550
8551 2002-11-05 [thorsten]   0.8.5claws75
8552
8553         * src/compose.c
8554                 reenabled default_reply_to folder option
8555
8556 2002-11-05 [colin]      0.8.5claws74
8557
8558         * src/compose.[ch] 
8559                 add compose_draft()
8560         * src/crash.c
8561                 add SIGTERM handler
8562         * src/main.[ch]
8563                 add clean_quit() for the SIGTERM handler
8564
8565 2002-11-05 [paul]       0.8.5claws73
8566         
8567         * po/es.po
8568                 updated by Ricardo Mones Lastra
8569
8570 2002-11-05 [melvin]     0.8.5claws72
8571
8572         * src/logwindow.c
8573                 Fixed log-clipping bug #616795.
8574                 To stop logging in the log window use 0 length.
8575         * src/prefs_common.c
8576                 Added a label to inform about the 0 log length behaviour.
8577
8578 2002-11-05 [paul]       0.8.5claws71
8579
8580         * sync with 0.8.5cvs17
8581                 see ChangeLog 2002-11-05
8582
8583 2002-11-04 [paul]       0.8.5claws70
8584
8585         * sylpheed-128x128.png
8586           sylpheed-64x64.png
8587           sylpheed.png
8588                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8589                 <nikai@users.sourceforge.net>
8590                 
8591         * po/bg.po
8592                 updated by George Danchev
8593
8594 2002-11-03 [thorsten]   0.8.5claws69
8595
8596         * src/main.c
8597           src/mimeview.c
8598           src/rfc2015.h
8599                 add check if gpg is active
8600
8601 2002-11-03 [thorsten]   0.8.5claws68
8602
8603         * src/toolbar.h
8604                 removed GSList declaration causing trouble on MacOS-X
8605                 (submitted by alfons, reported by xfesty)
8606
8607 2002-11-01 [paul]       0.8.5claws67
8608
8609         * src/mainwindow.c
8610                 remove last remnants of main's filter code
8611
8612 2002-11-01 [paul]       0.8.5claws66
8613
8614         * tools/filter_conv.pl
8615                 fix bug where user-defined headers were ignored
8616
8617 2002-11-01 [paul]       0.8.5claws65
8618
8619         * src/logwindow.c
8620                 make a debug_print() not translatable
8621
8622 2002-10-31 [melvin]     0.8.5claws64
8623
8624         * ac/aspell.m4
8625                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8626                 not run any GNU/aspell test.  The dictionary path will
8627                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8628                 was given, in which case, it will be $prefix/lib/aspell/
8629         * configure.in
8630                 Fixed typo in commentary (Aspell code).
8631
8632 2002-10-31 [paul]       0.8.5claws63
8633
8634         * po/POTFILES.in
8635                 remove src/filter.c and src/prefs_filter.c
8636                 thanks to Ricardo for reminding me
8637
8638 2002-10-31 [colin]      0.8.5claws62
8639
8640         * src/mbox_folder.c
8641                 Plug some leaks
8642
8643 2002-10-31 [paul]       0.8.5claws61
8644
8645         * src/prefs_filter.[ch] ** REMOVED **
8646           src/filter.[ch]       ** REMOVED **
8647           
8648         * src/Makefile.am
8649           src/folderview.c
8650           src/inc.c
8651           src/main.c
8652           src/mainwindow.c
8653           src/mbox.c
8654           src/prefs_common.c
8655           src/prefs_filtering.c
8656           src/summaryview.[ch]
8657                 remove main's 'filter' code
8658                 
8659         README.claws
8660                 update to reflect removal of main's filter
8661
8662 2002-10-31 [paul]       0.8.5claws60
8663
8664         * src/summaryview.c
8665                 remove check for global_processing in summary_filter_open(). 
8666                 This fixes the bug where if the user uses the right-click 
8667                 'Create filter rule...' and doesn't have any filter rules 
8668                 already defined in claws' advanced filtering, the newly 
8669                 created filter rule goes to main's filtering which is 
8670                 inaccessible through the gui. Now the filter rule gets added
8671                 to claws' filtering by default.
8672
8673 2002-10-28 [melvin]     0.8.5claws59
8674
8675         * src/prefs_actions.c
8676                 Fixed bug #627322 where MIME parts were not always
8677                 correctly passed to a %p action
8678                 Display an error dialog when message filename is not found.
8679
8680 2002-10-28 [melvin]     0.8.5claws58
8681
8682         * src/prefs_common.c
8683                 Readded a missing function declaration lost in 0.8.3claws34
8684
8685 2002-10-28 [paul]       0.8.5claws57
8686
8687         * sync with 0.8.5cvs15
8688                 see ChangeLog 2002-10-28 and 2002-10-25
8689                 
8690         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8691
8692 2002-10-27 [oliver]     0.8.5claws56
8693
8694         * src/pop.c
8695                 plug leak in pop3_top_recv
8696
8697 2002-10-26 [christoph]  0.8.5claws55
8698
8699         * src/folder.c
8700                 set need_update folder flag when messages are added
8701                 (closes bug [ 626922 ] folder not updated after receiving)
8702
8703 2002-10-25 [melvin]     0.8.5claws54
8704
8705         * src/imageview.c
8706                 Fixed a memleak introduced in the scaling code.
8707
8708 2002-10-24 [alfons]     0.8.5claws53
8709
8710         * src/filtering.c
8711                 make filtering's forward message action forward from the 
8712                 correct account
8713                 (closes bug [628089 ] Filter -> Forward from address problem
8714                 reported by Oktay)
8715
8716 2002-10-24 [christoph]  0.8.5claws52
8717
8718         * src/mainwindow.c
8719         * src/manual.[ch]
8720                 o use manual of current locale or english if current
8721                   locale is not available (and english is available)
8722                 o also link to sylpheed doc project manuals
8723
8724 2002-10-23 [paul]       0.8.5claws51
8725
8726         * tools/README
8727           tools/kmail2sylpheed_v2.pl
8728                 add new version of kmail addressbook importer script.
8729                 works with newer versions of Kmail/KAddressBook which
8730                 have new and rearranged data.
8731
8732 2002-10-23 [martin]     0.8.5claws50
8733
8734         * src/folderview.c
8735         * src/summaryview.c
8736         * src/utils.h
8737         * src/utils.c
8738                 added length parameter to get_abbrev_newsgroup_name()
8739                 changed this function so that it abbreviates the newsgroup
8740                 names only so long it is smaller than the length parameter
8741                 (for better reading of some newsgroup names and space efficiency)
8742
8743 2002-10-22 [colin]      0.8.5claws49
8744
8745         *src/foldersel.c
8746                 Revert Alfons' last modification (after voting ;-))
8747
8748 2002-10-21 [alfons]     0.8.5claws48
8749
8750         * src/foldersel.c
8751                 folder view in folder selection dialog reflects state of
8752                 folder view in main window
8753
8754 2002-10-18 [alfons]     0.8.5claws47
8755
8756         * src/mbox.c
8757                 drop imported messages in folder selected by user,
8758                 and not in the inbox
8759                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8760
8761 2002-10-18 [alfons]     0.8.5claws46
8762
8763         * src/compose.c
8764                 make automagic reply work correctly for email accounts 
8765                 (whether it's viable to do a full sync with Hiro's 
8766                 compose.c is still under discussion)
8767
8768 2002-10-18 [melvin]     0.8.5claws45
8769
8770         * src/prefs_actions.c
8771                 Fixed bug #622275 where asynchroneous actions left 
8772                 zombies processes
8773                 Made (synchroneous) actions' input be displayed live.
8774
8775 2002-10-18 [christoph]  0.8.5claws44
8776
8777         * src/textview.c
8778                 don't add a newline in the textview in front of the
8779                 first textpart if header display is disabled
8780                 (closes bug [ 603385 ] disabled header display leaves blank
8781                  lin)
8782
8783 2002-10-18 [christoph]  0.8.5claws43
8784
8785         * src/folder.[ch]
8786         * src/imap.c
8787         * src/mbox_folder.c
8788         * src/mh.c
8789         * src/news.c
8790                 folder->get_num_list now returns an error code
8791                 (closes bug [ 609424 ] News cache cleared on failure)
8792                 
8793 2002-10-17 [colin]      0.8.5claws42
8794         
8795         * src/news.c
8796                 Changed a printf by debug_print
8797
8798 2002-10-16 [paul]       
8799
8800         * tools/OOo2sylpheed.pl
8801                 allow for spaces in the name of the
8802                 file to be attached.
8803
8804 2002-10-16 [colin]      0.8.5claws41
8805
8806         * src/main.c
8807                 Use a tristate to change online mode
8808
8809 2002-10-16 [paul]       0.8.5claws40
8810
8811         * po/es.po
8812                 updated by Ricardo Mones Lastra
8813
8814 2002-10-16 [colin]      0.8.5claws39
8815
8816         * src/main.c
8817           src/mainwindow.[ch]
8818                 Added --online and --offline command-line
8819                 switches
8820
8821 2002-10-15 [christoph]  0.8.5claws38
8822
8823         * src/procmime.c
8824                 set mimeinfo->name to NULL after g_free to
8825                 avoid double freeing with g_free
8826
8827 2002-10-14 [christoph]  0.8.5claws37
8828
8829         * src/compose.c
8830         * src/filtering.c
8831         * src/summaryview.c
8832                 remove calls to folder->change_flags that are now
8833                 done by procmsg flag functions (seems it is not
8834                 used by any foldertype anyway)
8835         * src/folder.c
8836                 init folder->change_flags with NULL
8837
8838 2002-10-14 [christoph]  0.8.5claws36
8839
8840         * src/folder.[ch]
8841         * src/imap.[ch]
8842                 use virtual functions for folder item new and destroy
8843                 functions
8844
8845 2002-10-14 [melvin]     0.8.5claws35
8846
8847         * src/compose.c
8848                 Added a test to not run the spell checker if no default
8849                 dictionary is available. No dialog is displayed though.
8850
8851 2002-10-14 [melvin]     0.8.5claws34
8852
8853         * src/gtkaspell.c
8854                 Fixed bug in dictionary list context menu where
8855                 "More..." pointed to an emtpy submenu if the
8856                 number of dictionaries is a multiple of 15
8857                 Removed unneeded code in suggestions list creation
8858
8859 2002-10-14 [paul]       0.8.5claws33
8860
8861         * po/bg.po
8862                 updated by George Danchev
8863
8864 2002-10-13 [hoa]        0.8.5claws32
8865
8866         * src/matcher.[ch]
8867           src/matcher_parser_parser.y
8868                 removed the escaped string from internal structure
8869                 of matcher.
8870
8871 2002-10-12 [colin]      0.8.5claws31
8872
8873         * src/gtksctree.[ch]
8874           src/summaryview.c
8875                 Removed useless function gtksctree_reanchor
8876
8877 2002-10-12 [alfons]     0.8.5claws30
8878         
8879         * sync with remaining main changes 2002-10-09 - 2002-10-11
8880         - drop changes to src/compose.c (requires claws specific changes)
8881         
8882 2002-10-12 [alfons]     0.8.5claws29
8883         
8884         * sync with main changes of 2002-10-08
8885         - drop changes to src/compose.c (requires claws specific changes)
8886         - drop changes to src/summaryview.c (requires changes to compose.c)     
8887
8888 2002-10-12 [alfons]     0.8.5claws28
8889         
8890         * sync with main changes of 2002-10-07
8891
8892 2002-10-12 [alfons]     0.8.5claws27
8893
8894         * sync with main changes of 2002-10-04
8895         - drop changes to src/compose.c (requires claws specific changes)
8896         - drop changes to src/prefs_folder_item.c (claws implementation
8897           seems to be working)
8898
8899 2002-10-12 [colin]      0.8.5claws26
8900
8901         * src/mainwindow.c
8902                 Fix folder-flicker when space-reading, introduced 
8903                 in claws22.
8904
8905 2002-10-12 [colin]      0.8.5claws25
8906
8907         * src/compose.c
8908                 Save account address when saving as draft.
8909                 (closes bug 621838)
8910
8911 2002-10-12 [colin]      0.8.5claws24
8912
8913         * src/summaryview.c
8914                 Fix the problem consisting of no message selected
8915                 after the last message in a folder has been moved.
8916
8917 2002-10-12 [paul]       0.8.5claws23
8918
8919         * src/compose.c
8920           src/prefs_template.c
8921           src/template.[ch]
8922                 add Cc and Bcc to templates. Patch submitted by
8923                 John L. Males.
8924
8925 2002-10-12 [colin]      0.8.5claws22
8926
8927         * src/folderview.c
8928                 Fix a bug after "Check for new messages":
8929                 If a folder was opened, it was still selected at
8930                 the end of the check, but displayed empty.
8931         * src/mainwindow.c
8932                 Remove unnecessary check
8933
8934 2002-10-12 [paul]
8935
8936         * tools/README
8937                 be more verbose in the description of
8938                 OOo2sylpheed.pl
8939                 
8940
8941 2002-10-11 [colin]      0.8.5claws21
8942
8943         * src/mainwindow.c
8944                 Make space work (better) when no mail is selected
8945
8946 2002-10-11 [colin]      0.8.5claws20
8947
8948         * src/inc.c
8949           src/news.c
8950                 fix warnings
8951
8952 2002-10-11 [colin]      0.8.5claws19
8953
8954         * src/mainwindow.c
8955                 revert 0.8.5claws6 changes as i couldn't get to
8956                 anything satisfying
8957
8958 2002-10-11 [melvin]     0.8.5claws18
8959
8960         * src/compose.c
8961                 Removed buggy and unused macro (should have been committed in
8962                 0.8.5claws17)
8963
8964 2002-10-11 [melvin]     0.8.5claws17
8965
8966         * src/compose.c
8967                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8968
8969 2002-10-11 [thorsten]   0.8.5claws16 
8970
8971         * src/folderview.c
8972                 remove rescan warning
8973
8974 2002-10-11 [colin]      0.8.5claws15 
8975
8976         * src/procheader.c
8977                 fix a segfault that happens if conv_unmime_header
8978                 fails (should be better to find out why it fails)
8979
8980 2002-10-11 [christoph]  0.8.5claws14
8981
8982         * src/summaryview.c
8983                 update folderview stats after ignore/unignore thread
8984
8985 2002-10-11 [hoa]        0.8.5claws13
8986
8987         * src/quote_fmt_parse.y
8988                 Fixed a yacc/bison syntax error
8989         * src/matcher.c
8990                 Escaping of string is fixed.
8991
8992 2002-10-11 [colin]      0.8.5claws12
8993
8994         * src/imageview.c
8995                 Resize images to fit
8996
8997 2002-10-11 [paul]       0.8.5claws11
8998
8999         * po/es.po
9000                 updated by Ricardo Mones Lastra
9001
9002 2002-10-10 [alfons]     0.8.5claws10
9003
9004         * src/compose.c
9005                 allow dropping files by "moving" files from a file manager,
9006                 not only by the more cumbersome "copying". the latter 
9007                 mostly implies holding down the Control button
9008
9009 2002-10-10 [christoph]  0.8.5claws9
9010
9011         * src/summaryview.c
9012                 update folders after thread building for ignored threads
9013
9014 2002-10-10 [christoph]  0.8.5claws8
9015
9016         * config/.cvsignore
9017                 added Makefile
9018         * src/filtering.[ch]
9019         * src/folder.[ch]
9020         * src/folderview.[ch]
9021         * src/import.c
9022         * src/inc.[ch]
9023         * src/mbox.[ch]
9024         * src/procmsg.c
9025         * src/summaryview.[ch]
9026                 o added new flag need_update to FolderItem
9027                 o removed folder_table from various functions from tracking
9028                   folder updates
9029                 o set need_update flags in folder.c's move, copy and delete
9030                   functions and procmsg's flags functions
9031                 o added function folderview_update_items_when_required that
9032                   updates all folders with need_update set
9033                 o call folderview_update_items_when_required instead of
9034                   folderview_update_item_foreach
9035
9036 2002-10-09 [sergey]     0.8.5claws7
9037
9038         * src/compose.c
9039                 Strip CRs whel loading the text into editor in reedit mode.
9040
9041 2002-10-09 [colin]      0.8.5claws6
9042
9043         * src/mainwindow.c
9044                 Make Space work when no mail is selected
9045
9046 2002-10-09 [colin]      0.8.5claws5
9047
9048         * src/gtksctree.[ch]
9049                 Fix range_select
9050                 Add gtk_sctree_reanchor() 
9051         * src/summaryview.c
9052                 Use gtk_sctree_reanchor() - better fix for 
9053                 bug 60413
9054
9055 2002-10-09 [colin]      0.8.5claws4
9056
9057         * src/summaryview.c
9058                 Fix shift-click select after delete problem
9059                 (closes bug 60413)
9060
9061 2002-10-08 [thorsten]   0.8.5claws3
9062
9063         * src/summaryview.c
9064                 exclude current msg from -hide read messages-
9065
9066 2002-10-08 [colin]      0.8.5claws2
9067
9068         * src/inc.[ch]
9069           src/pop.c
9070           src/recv.c
9071                 Differentiate socket errors from disk full
9072                 errors
9073
9074 2002-10-08 [christoph]  0.8.5claws1
9075
9076         * Makefile.am
9077         * configure.in
9078                 modifications for new config directory
9079
9080         * config.guess  ** REMOVED **
9081         * config.sub    ** REMOVED **
9082         * install-sh    ** REMOVED **
9083         * ltmain.sh     ** REMOVED **
9084         * missing       ** REMOVED **
9085         * mkinstalldirs ** REMOVED **
9086                 these files are autogenerated by automake
9087                 when you run autogen.sh
9088
9089         * config/.cvsignore     ** NEW FILE **
9090         * config/Makefile.am    ** NEW FILE **
9091                 ignore autogenerated files
9092                 create a Makefile in this directory
9093
9094 2002-10-08 [paul]       0.8.5claws
9095
9096         * 0.8.5claws release
9097         
9098         * src/compose.c
9099           src/procheader.c
9100           src/procmsg.c
9101                 fix quote reply format for newsgroups reply bug
9102                 (thanks to Hoa)
9103                 
9104         * po/en_GB.po
9105           po/pl.po
9106                 updated by me and Witold Wladyslaw Wojciech Wilk
9107                 repectively
9108
9109 2002-10-07 [paul]       0.8.3claws53
9110
9111         * po/it.po
9112           po/pt_BR.po
9113           po/sr.po
9114                 updated messages catalogs, submitted by
9115                 Alessandro Maestri, Fabio Jr.Beneditto 
9116                 and Urke MMI, respectively.
9117
9118 2002-10-07 [christoph]  0.8.3claws52
9119
9120         * src/folder.[ch]
9121         * src/folderview.c
9122         * src/mainwindow.c
9123                 fix new folder ghost message bug
9124                 (closes bug [ 619722 ] wrong count for newly created folders)
9125
9126 2002-10-07 [christoph]  0.8.3claws51
9127
9128         * src/compose.c
9129                 fix news posting problem
9130
9131 2002-10-07 [melvin]     0.8.3claws50
9132
9133         * po/fr.po
9134                 Updated French translation
9135
9136 2002-10-05 [christoph]  0.8.3claws49
9137
9138         * src/gtkstext.c
9139                 check if line_start_cache is set in gtk_stext_update_text
9140                 (closes bug [ 618119 ] crash while doing search in folder)
9141
9142 2002-10-05 [christoph]  0.8.3claws48
9143
9144         * src/imap.c
9145         * src/news.c
9146         * src/utils.c
9147         * src/utils.h
9148                 implement cache cleanups for claws' folder system
9149                 (closes bug [ 595916 ] imapcache not cleaned up)
9150
9151 2002-10-05 [melvin]     0.8.3claws47
9152
9153         * src/prefs_actions.c
9154                 Made the help text more clear for the %p token
9155
9156 2002-10-04 [paul]       0.8.3claws46
9157
9158         * sync with 0.8.5
9159                 see ChangeLog 2002-10-02 and 2002-10-03
9160
9161 2002-10-04 [christoph]  0.8.3claws45
9162
9163         * src/inc.c
9164                 fix segfault caused by pop before smtp
9165                 call to inc_account_mail with NULL
9166                 pointer for mainwin
9167
9168 2002-10-04 [paul]       0.8.3claws44
9169
9170         * configure.in
9171                 sync the LDAP detection from 0.8.5cvs1
9172
9173 2002-10-02 [christoph]  0.8.3claws43
9174
9175         * po/de.po
9176                 fix small spelling error
9177
9178 2002-10-02 [melvin]     0.8.3claws42
9179
9180         * ac/aspell.m4
9181                 Behave better and say "no" when test program cannot be run.
9182
9183 2002-10-02 [paul]       0.8.3claws41
9184
9185         * sync with 0.8.4cvs1
9186                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9187                 
9188         * src/summaryview.c
9189                 toggle the behavior of Reply menuitem between
9190                 normal reply and reply-to-list
9191
9192 2002-10-01 [sergey]     0.8.3claws40
9193
9194         * src/compose.c
9195                 Convert newlines in the message text to the canonical form
9196                 before base64 encoding (RFC2045 compliance, fixes some
9197                 interoperability issues with Evolution 1.0.3)
9198
9199 2002-09-29 [colin]      0.8.3claws39
9200
9201         * src/summaryview.c
9202                 Fix an unwanted copy/paste
9203
9204 2002-09-29 [colin]      0.8.3claws38
9205
9206         * src/mainwindow.c
9207                 Renamed "Custom toolbar" to "Customize toolbar"
9208                 Renamed "Show all header" to "Show all headers"
9209                 Renamed "Set diplay item" to "Set displayed items"
9210         * src/prefs_common.c
9211                 Renamed "Show all header" to "Show all headers"
9212         * src/prefs_summary_column.c
9213                 Renamed "diplay item" to "displayed items"
9214
9215 2002-09-29 [colin]      0.8.3claws37
9216
9217         * src/mainwindow.[ch]
9218                 online/offline status pixmaps follow theme
9219                 changes
9220         * src/summaryview.[ch]
9221                 quicksearch pixmap follows theme changes
9222
9223 2002-09-29 [thorsten]   0.8.3claws36
9224
9225         * src/compose.c
9226           src/prefs_folder_item.[ch]
9227                 add default_reply_to folder option (closes patch 581044)
9228
9229 2002-09-29 [christoph]  0.8.3claws35
9230
9231         * acconfig.h    ** REMOVED **
9232         * configure.in
9233         * ac/aspell.m4
9234         * ac/check-type.m4
9235         * ac/gnupg-check-typedef.m4
9236                 fix autoheader 2.50 warning
9237
9238 2002-09-29 [christoph]  0.8.3claws34
9239
9240         * major code cleanup (part 2)
9241         
9242                 - unused variables removed
9243                 - unused functions removed
9244                 - uninitialized variables checked
9245                 - missing return statements added
9246                 - missing function return types added
9247                 - added parentheses around assignment
9248                   when suggested by gcc
9249
9250 2002-09-29 [alfons]     0.8.3claws33
9251
9252         * src/logwindow.c
9253                 log_window_clear(): only bracket gtk_text_forward_delete() 
9254                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9255                 works around GTK text bug)
9256
9257 2002-09-29 [paul]       0.8.3claws32
9258
9259         * po/bg.po
9260           po/sr.po
9261                 updated by George Danchev and Urke MMI
9262                 respectively
9263
9264 2002-09-27 [christoph]  0.8.3claws31
9265
9266         * doc-src/readme.txt
9267         * doc-src/rfc1806.txt   ** REMOVED **
9268         * doc-src/rfc2183.txt   ** NEW FILE **
9269         * doc-src/rfc2980.txt   ** NEW FILE **
9270                 update rfcs
9271
9272 2002-09-27 [melvin]     0.8.3claws30
9273
9274         * ac/aspell.m4
9275                 Fixed typo which could break linking
9276
9277 2002-09-27 [melvin]     0.8.3claws29
9278
9279         * ac/aspell.m4
9280                 Improved GNU/aspell checking. 
9281                 Fixed bug #614490
9282
9283 2002-09-27 [paul]       0.8.3claws28
9284
9285         * sync with 0.8.3cvs8
9286                 see ChangeLog 2002-09-27
9287
9288 2002-09-26 [colin]      0.8.3claws27
9289
9290         * src/toolbar.[ch]
9291           src/mainwindow.[ch]
9292                 Add "Reply to Mailing-list" to the toolbar
9293
9294 2002-09-26 [christoph]  0.8.3claws26
9295
9296         * src/summaryview.c
9297                 Fix wrong message counts in summaryview status
9298
9299 2002-09-26 [paul]       0.8.3claws25
9300
9301         * sync with 0.8.3cvs7
9302                 see ChangeLog 2002-09-26
9303
9304 2002-09-26 [paul]       0.8.3claws24
9305
9306         * sync with 0.8.3cvs6
9307                 see ChangeLog 2002-09-25
9308
9309 2002-09-25 [christoph]  0.8.3claws23
9310
9311         * src/prefs_common.c
9312         * src/prefs_folder_item.c
9313         * src/prefs_scoring.c
9314                 Renamed "kill score" to "hide score" in GUI
9315                 and prefs files
9316
9317 2002-09-25 [paul]       0.8.3claws22
9318
9319         * sync with 0.8.3cvs5
9320                 see ChangeLog 2002-09-24
9321
9322 2002-09-24 [alfons]     0.8.3claws21
9323
9324         patch by Satoshi Nagayasu: allows appending / saving multiple 
9325         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9326         'Save as ...'")
9327
9328         * AUTHORS
9329                 add Satoshi Nagayasu
9330         * src/summaryview.c
9331                 summary_save_as(): allow saving selected files to
9332                 one file
9333                 summary_set_menu_sensitive: enable "Save As..." when
9334                 multiple files are selected
9335         * src/utils.[ch]
9336                 append_file(): new function
9337
9338 2002-09-24 [colin]      0.8.3claws20
9339
9340         * src/procmime.c
9341                 Fix segfault when mimeinfo doesn't have a 
9342                 content_type. 
9343
9344 2002-09-24 [colin]      0.8.3claws19
9345
9346         * src/prefs_common.[ch]
9347                 Add a preference to display send dialog or not
9348         * src/send.c
9349                 Display send dialog according to preference
9350
9351 2002-09-24 [colin]      0.8.3claws18
9352
9353         * src/compose.[ch]
9354                 Disable user actions when sending
9355
9356 2002-09-24 [colin]      0.8.3claws17
9357
9358         * src/procmime.c
9359                 Do not display name or filename for attachments
9360                 with an application/pgp-signature type
9361                 (security flaw, see bug 537413)
9362
9363 2002-09-23 [colin]      0.8.3claws16
9364
9365         * src/editaddress.c
9366                 Initialize entry_email, entry_alias and 
9367                 entry_remarks to first email address of the list
9368
9369 2002-09-23 [colin]      0.83claws15
9370
9371         * src/compose.c
9372                 Drop pgp-signature when reediting a signed queued
9373                 message
9374
9375 2002-09-23 [melvin]     0.8.3claws14
9376
9377         * po/fr.po
9378                 Updated French translation
9379
9380 2002-09-23 [melvin]     0.8.3claws13
9381
9382         * src/mainwindow.c
9383                 Made custom toolbar menu labels more consistent
9384         * src/prefs_toolbar.c
9385                 Made custom toolbar window title more consistent
9386
9387 2002-09-22 [colin]      0.8.3claws12
9388
9389         * src/inc.c
9390                 Initialize session type to normal before getting 
9391                 mail (fixes strange Get behaviour)
9392         * src/prefs_account.h
9393                 Move STYPE_POP_BEFORE_SMTP to last position to 
9394                 avoid other side-effects
9395
9396 2002-09-22 [colin]      0.8.3claws11
9397
9398         * src/prefs_account.c
9399                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9400                 from pop3 to apop or vice-versa
9401
9402 2002-09-22 [colin]      0.8.3claws10
9403         
9404         * src/prefs_account.[ch]
9405                 Add an option for the POP before SMTP timeout
9406         * src/inc.c
9407                 Remember time of last POP connection
9408         * src/send.c
9409                 Do POP before SMTP only if timeout reached
9410
9411 2002-09-22 [oliver]     0.8.3claws9
9412         
9413         * README.claws
9414                 explain custom toolbar
9415
9416 2002-09-22 [oliver]     0.8.3claws8
9417
9418         * src/prefs_actions.[ch]
9419         custom toolbar for compose      
9420                 actions callback from compose toolbar
9421         * src/folderview.c
9422                 remove include toolbar.h
9423
9424 2002-09-22 [oliver]     0.8.3claws7
9425         
9426         * src/prefs_toolbar.[ch]
9427                 custom toolbar for compose
9428                 - generic prefs_toolbar handles both
9429                   Mainwin's toolbar as well as Compose toolbar          
9430
9431 2002-09-22 [oliver]     0.8.3claws6
9432         
9433         * src/toolbar.[ch]
9434                 custom toolbar for compose
9435                 restructure toolbar.[ch]
9436
9437 2002-09-22 [oliver]     0.8.3claws5
9438
9439         * src/compose.[ch]
9440                 custom toolbar for compose
9441
9442 2002-09-22 [oliver]     0.8.3claws4
9443         
9444         * src/mainwindow.[ch]
9445                 custom toolbar for compose 
9446                 move mainwin toolbar back to mainwindow
9447
9448 2002-09-22 [alfons]     0.8.3claws3
9449
9450         * src/procmsg.c
9451                 :%sno/if(/if (/gc
9452                 :%sno/for(/for (/gc
9453                 (beautify)
9454
9455 2002-09-22 [alfons]     0.8.3claws2
9456         
9457         * src/procmsg.c
9458                 procmsg_save_to_outbox(): don't unlink message file from queue;
9459                 callers should do it using folder_item_remove_msg()
9460
9461 2002-09-22 [colin]      0.8.3claws1
9462
9463         * src/mimeview.[ch]
9464                 Made mimeview_check_signature() public
9465         * src/textview.c
9466                 Made GPG signatures verifiable by clicking
9467                 the [application/pgp-signature] in the Text
9468                 view
9469
9470 2002-09-22 [paul]       0.8.3claws
9471
9472         * po/bg.po
9473           po/en_GB.po
9474           po/es.po
9475           po/it.po
9476           po/pl.po
9477           po/pt_BR.po
9478           po/sr.po
9479                 updated translations, submitted by George Danchev,
9480                 me, Ricardo Mones Lastra, Alessandro Maestri,
9481                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9482                 and Urke MMI, respectively.     
9483
9484 2002-09-22 [alfons]     0.8.2claws65
9485
9486         * src/procmsg.c
9487         * src/pgptext.c
9488                 no furry valgrinds have been used to plug these memleaks
9489
9490 2002-09-20 [paul]       0.8.2claws64
9491
9492         * sync with 0.8.3cvs4
9493                 'Select thread' re-implemented 
9494                 see ChangeLog 2002-09-20
9495
9496 2002-09-21 [alfons]     0.8.2claws63
9497
9498         * src/compose.c
9499                 compose_send(): plug unnoticed memleak
9500
9501 2002-09-20 [alfons]     0.8.2claws62
9502
9503         * src/addr_compl.c
9504                 replace_address_in_edit(): strict check for NULL address to
9505                 fix "[ 607348 ] Segfault in address completion". My guess is
9506                 that this happens with an empty address book, but it's good
9507                 to have this check here anyway
9508                 
9509                 completion_window_button_press(): free string returned 
9510                 from the internal cache
9511
9512 2002-09-20 [christoph]  0.8.2claws61
9513
9514         * src/procmime.h
9515                 added ENC_BINARY to EncodingType
9516         * src/procmime.c
9517                 the string returned by procmime_get_encoding_str
9518                 should not depend on the order of values in the
9519                 EncodingType definition
9520         * doc-src/rfc1806.txt   ** NEW FILE **
9521                 Added rfc1806 about MIME Content-Disposition
9522                 Extension
9523
9524 2002-09-19 [paul]       0.8.2claws60
9525
9526         * sync with 0.8.2cvs3
9527                 see ChangeLog 2002-09-19
9528
9529 2002-09-19 [paul]       0.8.2claws59
9530
9531         * src/prefs_folder_item.c
9532                 revert to Darko's original alignment of colour
9533                 selector button
9534                 add a colon to folder_color label
9535                 
9536         * src/compose.c
9537                 add Colin's patch (with Hiro's modifications) to 
9538                 force BASE64 encoding for 8-bit text when signing
9539                 (sync with 0.8.3cvs2)
9540
9541 2002-09-18 [alfons]     0.8.2claws58
9542
9543         * src/compose.c
9544                 :%sno/if(/if (/gc
9545                 :%sno/for(/for (/gc
9546                 (beautify a little bit)
9547
9548 2002-09-18 [christoph]  0.8.2claws57
9549
9550         * src/pine.c
9551                 fix handling of fgetc return value
9552
9553 2002-09-17 [alfons]     0.8.2claws56
9554         
9555         * src/summaryview.c
9556                 summary_sort(): check non-NULL summaryview->folder_item when no 
9557                 folder is selected at all
9558                 (closes "[ 610344 ] sort label make syl Crash")
9559
9560 2002-09-17 [alfons]     0.8.2claws55
9561         
9562         * src/compose.c
9563                 beautify a little bit
9564
9565 2002-09-17 [christoph]  0.8.2claws54
9566
9567         * src/folder.c
9568                 initialize max values for cache and folder
9569                 when cache or folder is empty
9570
9571 2002-09-15 [colin]      0.8.2claws53
9572
9573         * src/compose.c
9574                 Fix a leak (thanks Alfons!) and cleaned
9575                 variables names for custom headers
9576
9577 2002-09-15 [colin]      0.8.2claws52
9578
9579         * src/compose.c
9580                 Fix custom headers recognition when
9581                 prefs_common.trans_hdr is on
9582
9583 2002-09-15 [colin]      0.8.2claws51
9584
9585         * src/compose.c
9586                 Allow dynamically-added custom headers
9587                 Yet not reparsed if reedited
9588
9589 2002-09-15 [alfons]     0.8.2claws50
9590
9591         * src/prefs_account.c
9592                 fix warnings
9593
9594 2002-09-15 [colin]      0.8.2claws49
9595         
9596         * src/prefs_account.c
9597                 fix pop_before_smtp sensitivity
9598
9599 2002-09-15 [colin]      0.8.2claws48
9600
9601         * src/inc.[ch]
9602                 add inc_pop_before_smtp()
9603                 allow MainWindow to be undefined in 
9604                 inc_account_mail() and inc_start()
9605         * src/pop.c
9606           src/prefs_account.h
9607                 add STYPE_POP_BEFORE_SMTP session type
9608         * src/prefs_account.c
9609                 activated pop before smtp option
9610         * src/send.c
9611                 do pop before smtp if the relevant option 
9612                 is set
9613
9614 2002-09-15 [paul]       0.8.2claws47
9615
9616         * sync with 0.8.3
9617                 see ChangeLog 2002-09-15
9618
9619 2002-09-14 [paul]       0.8.2claws46
9620
9621         * po/bg.po
9622                 updated Bulgarian translation, submitted by
9623                 George Danchev
9624
9625 2002-09-13 [paul]       0.8.2claws45
9626
9627         * src/compose.c
9628                 merge claws' select_account() with main's
9629                 (new) compose_select_account(). [sync with
9630                 0.8.2cvs15, see ChangeLog 2002-09-11]
9631
9632 2002-09-12 [christoph]  0.8.2claws44
9633
9634         * src/filter.c
9635                 allocate 1 elements of FolderItem not 0
9636
9637 2002-09-12 [colin]      0.8.2claws43
9638
9639         * src/compose.c
9640                 Fix bug #590825 (obey Follow-up: poster)
9641
9642 2002-09-12 [colin]      0.8.2claws42
9643
9644         * src/procmime.c
9645                 Fix bug #557009 (wrong headers for messages 
9646                 forwarded as attachments)
9647
9648 2002-09-11 [colin]      0.8.2claws41
9649         
9650         * src/compose.c
9651                 Put SCF: pseudo-header on top of message
9652                 Set draft tmp_flag when saved as draft
9653
9654         * src/procmsg.c
9655           src/procheader.c
9656                 Skip after first \n\n for beginning of real message
9657                 for drafts too
9658
9659 2002-09-11 [christoph]  0.8.2claws40
9660
9661         * src/filtering.c
9662                 use procmsg flag functions in filtering or processing
9663                 will cause incorrect folder message counts
9664
9665 2002-09-11 [colin]      0.8.2claws39
9666
9667         * src/compose.c
9668                 Fix bug #550175 - wrong save folder when reediting
9669                 drafts
9670
9671 2002-09-11 [paul]       0.8.2claws38
9672
9673         * sync with 0.8.2cvs14
9674                 see ChangeLog 2002-09-11
9675
9676 2002-09-11 [colin]      0.8.2claws37
9677
9678         * src/folder.c
9679                 Fix a typo (seeming to cause new/unread status to
9680                 be lost)
9681
9682 2002-09-10 [christoph]  0.8.2claws36
9683
9684         * src/compose.c
9685                 compose_redirect should not use compose_generic_new
9686                 because that does more stuff than expected including
9687                 opening the external editor
9688                 (closes bug "[ 526608 ] bounced messages appear blank
9689                  in editor")
9690
9691 2002-09-10 [christoph]  0.8.2claws35
9692
9693         * src/folder.c
9694                 fix problem with too large message number range
9695                 causing a crash in folder_item_scan
9696
9697 2002-09-10 [paul]       0.8.2claws34
9698
9699         * sync with 0.8.2cvs13
9700                 see ChangeLog 2002-09-10
9701
9702 2002-09-10 [christoph]  0.8.2claws33
9703
9704         * src/msgcache.c
9705                 set MsgInfo TmpFlags for queue and draft folders
9706                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9707
9708 2002-09-10 [paul]       0.8.2claws32
9709
9710         * AUTHORS
9711           po/bg.po      ** NEW FILE **
9712                 new Bulgarian translation submitted by
9713                 George Danchev <danchev@spnet.net>
9714                 
9715         * tools/Makefile.am
9716           tools/README
9717           tools/tb2sylpheed     ** NEW FILE **
9718                 add script that converts an addressbook exported
9719                 from The Bat! into a Sylpheed addressbook. Submitted
9720                 by Urke MMI <urke-kg@eunet.yu>
9721
9722 2002-09-10 [paul]       0.8.2claws31
9723
9724         * sync with 0.8.2cvs12
9725                 see ChangeLog 2002-09-10
9726
9727 2002-09-06 [paul]       0.8.2claws30
9728
9729         * src/prefs_common.c
9730                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9731                 
9732         * tools/Makefile.am
9733           tools/README
9734           tools/ldif-to-xml.py  ** REMOVED **
9735                 remove obsolete python script
9736
9737 2002-09-06 [paul]       0.8.2claws29
9738
9739         * sync with 0.8.2cvs10
9740                 see ChangeLog 2002-09-06
9741
9742 2002-09-04 [paul]       0.8.2claws28
9743
9744         * sync with 0.8.2cvs9
9745                 see ChangeLog 2002-08-04
9746
9747 2002-09-04 [colin]      0.8.2claws27 
9748
9749         * src/prefs_common.[ch]
9750                 Added signature color configuration
9751         * src/textview.c
9752                 Use user-specified signature color
9753
9754 2002-09-03 [colin]      0.8.2claws26
9755
9756         * src/prefs_common.[ch]
9757                 Added autosave and autosave_length prefs
9758         * src/compose.c
9759                 Added compose_remove_draft()
9760                 Auto-save drafts according to the prefs
9761         * src/main.c
9762                 Added a crash-indicator file, allowing to check
9763                 for new messages on startup if Sylpheed crashed
9764                 (makes saved drafts "reappear")
9765
9766 2002-09-03 [colin]      0.8.2claws25
9767
9768         * src/textview.[ch]
9769                 Grey the signature
9770
9771 2002-09-03 [paul]       0.8.2claws24
9772
9773         * sync with 0.8.2cvs8
9774                 see ChangeLog 2002-09-02 and 2002-09-03
9775
9776 2002-09-03 [darko]      0.8.2claws23
9777
9778         * src/folderview.c
9779                 use normal style when creating new folder to pick
9780                 proper font size 
9781
9782 2002-09-02 [melvin]     0.8.2claws22
9783
9784         * src/gtkaspell.m4
9785                 removed some obsolete code
9786
9787 2002-09-02 [melvin]     0.8.2claws21
9788
9789         * ac/aspell.m4
9790                 fixed test's equality sign (== to =)
9791
9792 2002-09-02 [alfons]     0.8.2claws20
9793
9794         * src/folder.c
9795         * src/mh.c
9796                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9797                 as folder->destroy virtual as suggested by Hiro
9798                 (the mh.c code seems to have been lost around mh.c.1.21)
9799
9800 2002-09-02 [paul]       0.8.2claws19
9801
9802         * po/pt_BR.po
9803                 updated by Fabio Jr. Beneditto
9804                 
9805         * src/defs.h
9806                 use 'http://claws.sylpheed.org' for homepage link. 
9807                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9808
9809 2002-09-01 [alfons]     0.8.2claws18
9810
9811         * src/mh.c
9812                 plug memleak related to one Martin Kluge found
9813
9814 2002-08-31 [paul]       0.8.2claws17
9815
9816         * sync with 0.8.2cvs6
9817                 see ChangeLog 2002-08-30
9818
9819 2002-08-31 [alfons]     0.8.2claws16
9820
9821         * src/folder.c
9822                 folder_destroy(): remove mailbox from folderlist even if it has
9823                 no destroy virtual
9824
9825 2002-08-31 [alfons]     0.8.2claws15
9826
9827         * src/folder.c
9828                 :%sno/if(/if (/gc
9829                 :%sno/for(/for (/gc
9830                 (being pedantic I know)
9831
9832 2002-08-31 [alfons]     0.8.2claws14
9833
9834         * src/folder.c
9835                 check for NULL pointers returned from folder->fetch_msginfo virtual
9836                 (should solve some reported crashes)
9837
9838 2002-08-30 [alfons]     0.8.2claws13
9839
9840         * acconfig.h
9841         * configure.in
9842         * src/crash.c
9843                 enable crash dialog on compilation time
9844                 (--enable-crash-dialog configure option)
9845
9846 2002-08-30 [alfons]     0.8.2claws12
9847
9848         * AUTHORS
9849                 add Martin Kluge
9850         * src/mh.c
9851                 apply memory leak plug patch by Martin Kluge
9852                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9853                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9854                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9855
9856 2002-08-30 [darko]      0.8.2claws11
9857
9858         * src/folderview.c
9859                 copy Gtk style from normal style to match
9860                 font size for coloured folders
9861
9862 2002-08-29 [alfons]     0.8.2claws10
9863
9864         * sylpheed.desktop
9865                 Type=Internet <- Type=Application
9866                 (reported by Michael Schwendt, see:
9867                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9868                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9869
9870 2002-08-29 [paul]       0.8.2claws9
9871
9872         * sync with 0.8.2cvs5
9873                 see ChangeLog 2002-08-29
9874
9875 2002-08-29 [colin]      0.8.2claws8
9876
9877         * src/summaryview.c
9878                 Added a sanity check in summary_select_thread
9879                 Should fix bug 601605
9880
9881 2002-08-29 [colin]      0.8.2claws7
9882
9883         * src/main.c
9884                 Revert claws6 changes regarding bug #591676
9885
9886 2002-08-28 [colin]      0.8.2claws6
9887         
9888         * src/main.c
9889                 Ignore cache for queue folderitems
9890                 Fix bug #591676
9891
9892 2002-08-28 [melvin]     0.8.2claws5
9893
9894         * README.claws
9895                 Fixed typos.
9896
9897 2002-08-28 [melvin]     0.8.2claws4
9898
9899         * README.claws
9900                 Updated a bit the text concerning the spell checker
9901
9902 2002-08-28 [melvin]     0.8.2claws3
9903
9904         Merged the GNU_aspell_branch:
9905                 Support of new GNU/aspell is now included and the old pspell
9906                 is not supported anymore.
9907                 See README.claws
9908
9909         * README.claws
9910                 Updated spell checker text to reflect the switch to GNU/aspell
9911
9912         * ac/aspell.m4          *** NEW ***
9913         * src/gtkaspell.[ch]    *** NEW *** 
9914         * ac/pspell.m4          *** DELETED *** 
9915         * src/gtkspell.[ch]     *** DELETED ***
9916
9917         * ac/Makefile.am
9918                 Updated for GNU/aspell support
9919
9920         * po/POTFILES.in
9921                 Replaced gtkspell.c by gtkaspell.c
9922
9923         * acconfig.h
9924         * src/Makefile.am
9925         * src/about.c
9926         * src/compose.[ch]
9927         * src/crash.c
9928         * src/main.c
9929         * src/prefs_common.[ch]
9930                 Updated for GNU/aspell support
9931
9932 2002-08-28 [paul]       0.8.2claws2
9933
9934         * sync with 0.8.2cvs4
9935                 see ChangeLog 2002-08-27 and 2002-08-28
9936
9937 2002-08-28 [colin]      0.8.2claws1
9938
9939         * src/summary_search.c
9940                 Added "AND search"
9941
9942 2002-08-28 [jens]       0.8.2claws
9943
9944         *po/de.po
9945                 Updated German translations
9946
9947 2002-08-27 [melvin]     0.8.2claws
9948
9949         * po/fr.po
9950                 Updated French translations
9951
9952 2002-08-27 [paul]       0.8.2claws
9953
9954         * sync with 0.8.2 main release
9955
9956         * po/en_GB.po
9957           po/es.po
9958           po/it.po
9959           po/pl.po
9960           po/pt_BR.po
9961           po/sr.po
9962                 updated message catalogs submitted by
9963                 Ricardo Mones Lastra, Alessandro Maestri,
9964                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9965                 Beneditto and Urke MMI  
9966
9967 2002-08-27 [hoa]        0.8.1claws123
9968
9969         * src/mainwindow.[ch]
9970         * src/summaryview.[ch]
9971                 removed the "filter setting" menu option.
9972                 add a "cancel a news message" menu option.
9973
9974 2002-08-26 [martin]     0.8.1claws122
9975
9976         * ChangeLog.claws
9977                 changed string under 0.8.1claws79 changed by myself
9978                 i'm sorry alfons :(
9979
9980 2002-08-26 [martin]     0.8.1claws121
9981
9982         * src/crash.c
9983                 added kill command to debuggerrc to start crash dialog
9984
9985 2002-08-26 [paul]       0.8.1claws120
9986
9987         * sync with 0.8.1cvs31
9988                 see ChangeLog 2002-08-26
9989
9990 2002-08-25 [alfons]     0.8.1claws119
9991
9992         * src/procmsg.c
9993                 fix bug that didn't send out correct headers to news server
9994                 when sending news article and email from queue (bug reported
9995                 and patch provided by Tim Mann; closes bug 
9996                 "[ 583196 ] 0.7.8claws can't post news")
9997
9998 2002-08-25 [alfons]     0.8.1claws118
9999
10000         * src/selective_download.c
10001                 mark two strings as translatable
10002                 (thanks to Urke MMI for pointing this out)
10003
10004 2002-08-25 [alfons]     0.8.1claws117
10005
10006         * src/summaryview.c
10007                 treat sent boxes as special and allow sorting them by addressee
10008                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10009                 submitted by Steve Lamb)
10010
10011 2002-08-24 [alfons]     0.8.1claws116
10012
10013         * src/matcher.c
10014                 fix memleak reported by Martin Kluge
10015                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10016
10017 2002-08-24 [oliver]     0.8.1claws115
10018
10019         * src/prefs_toolbar.c
10020                 o code cleanup as suggested by Alfons
10021                 o memleak fix
10022
10023 2002-08-24 [alfons]     0.8.1claws114
10024
10025         * src/summaryview.c
10026                 o fix another memory leak reported by Martin Kluge
10027                   (see "[ 599568 ] Small Memory Leak")
10028                 o remove 'from' variable from 'summary_set_header()'; we can
10029                   do with just 'to' 
10030
10031 2002-08-24 [paul]       0.8.1claws113
10032
10033         * sync with 0.8.1cvs30
10034                 see ChangeLog 2002-08-23
10035
10036 2002-08-24 [alfons]     0.8.1claws112
10037
10038         * src/summaryview.c
10039                 remove unnecessary allocations for search bar fixing leaks
10040                 reported by Martin Kluge
10041                 (see "[ 599451 ] Further memory leaks?")
10042
10043 2002-08-24 [alfons]     0.8.1claws111
10044
10045         * src/main.c
10046                 make get_socket_name() public for crash.c
10047         * src/crash.c
10048                 o make report bug button work (goes to claws' 
10049                   bug tracker at sf.net)
10050                 o introduce function for doing important stuff just
10051                   before claws goes down
10052                 o clean up code 
10053
10054 2002-08-24 [alfons]     0.8.1claws110
10055
10056         * src/compose.c
10057                 move cursor to "To" entry when forwarding as attachment
10058                 (reported and solved by Steve Lamb, closes bug report
10059                 "[ 592880 ] Forward as attachment; cursor not in to")
10060
10061 2002-08-24 [colin]      0.8.1claws109
10062
10063         * src/mainwindow.c
10064                 fix quick search visibility after GUI (de)separations.
10065
10066 2002-08-23 [colin]      0.8.1claws108
10067
10068         * src/mainwindow.c
10069                 fix header pane visibility after folderview or
10070                 messageview (de)separation
10071
10072 2002-08-23 [paul]       0.8.1claws107
10073
10074         * src/mainwindow.[ch]
10075           src/toolbar.c
10076                 give full control of display or non-display 
10077                 of the Execute icon to Custom toolbar settings.
10078                 add new sensitivity condition to maninwindow.h: 
10079                 M_DELAY_EXEC
10080
10081         * ChangeLog
10082           ChangeLog.jp
10083           NEWS
10084                 more sync with 0.8.1cvs29
10085
10086 2002-08-23 [melvin]     0.8.1claws106
10087
10088         * src/alertpanel.c
10089                 Readded support for custom widget in alertpanel lost in last
10090                 sync.
10091
10092 2002-08-23 [paul]       0.8.1claws105
10093
10094         * sync with 0.8.1cvs29
10095                 see ChangeLog 2002-08-23
10096
10097 2002-08-23 [colin]      0.8.1claws104
10098
10099         * src/summaryview.c
10100                 Fix folder and search pixmaps exchanging positions
10101                 after theme or toolbar changes. Thank to Oliver for 
10102                 reporting this.
10103
10104 2002-08-23 [colin]      0.8.1claws103
10105
10106         * src/mainwindow.c
10107           src/messageview.[ch]
10108           src/noticeview.[ch]
10109           src/summaryview.c
10110                 Changed messageview_create() and noticeview_create()
10111                 to avoid the last gdk_warning
10112
10113 2002-08-22 [colin]      0.8.1claws102
10114
10115         * src/summaryview.c
10116                 Fix my new `Creating pixmap from xpm' warning
10117
10118 2002-08-22 [colin]      0.8.1claws101
10119
10120         * src/mainwindow.c
10121                 Fix some of the gdk warnings
10122
10123 2002-08-22 [colin]      0.8.1claws100
10124
10125         * src/Makefile.am
10126         * src/stock_pixmap.c
10127         * src/stock_pixmap.h
10128         * src/pixmaps/quicksearch.xpm *ADDED*
10129                 Add the quicksearch pixmap
10130         * src/mainwindow.c
10131         * src/summaryview.c
10132         * src/summaryview.h
10133                 Make quicksearch bar visible/hidden via a button
10134
10135 2002-08-22 [christoph]  0.8.1claws99
10136
10137         * src/folder.c
10138                 fix folder update for newsgroups with message
10139                 numbers below minimum number of articles to fetch
10140                 (closes bug #598445)
10141
10142 2002-08-22 [paul]       0.8.1claws98
10143
10144         * sync with 0.8.1cvs28
10145                 see ChangeLog 2002-08-22
10146
10147 2002-08-21 [alfons]     0.8.1claws97
10148
10149         * src/crash.c
10150                 use bt instead of bt full which seems to work 
10151                 better, and bt full doesn't give a great deal 
10152                 of information anyway
10153
10154 2002-08-21 [colin]      0.8.1claws96
10155
10156         * src/summaryview.c
10157                 fix summaryview_searchtype_changed prototype
10158
10159 2002-08-21 [christoph]  0.8.1claws95
10160
10161         * src/mainwindow.c
10162                 o fix broken menu update for sorting type, we have to
10163                   get this info from the summaryview now
10164                 o removed setting of threaded state in menu callback
10165         * src/summaryview.[ch]
10166                 more summaryview/folderitem seperation for
10167                 threading option
10168         * configure.in
10169                 removed not required --with-compiler-flags option
10170
10171 2002-08-21 [oliver]     0.8.1claws94
10172         
10173         * src/toolbar.h 
10174                 o rename toolbar.xml to toolbar_main.xml
10175                   since toolbar_compose.xml might come up 
10176                   any time soon
10177         * README.claws
10178                 add custom toolbar              
10179
10180 2002-08-21 [darko]      0.8.1claws93
10181
10182         * src/procmsg.c
10183                 don't reset tmp flags for messages copied
10184                 to sent folder
10185
10186 2002-08-21 [colin]      0.8.1claws92
10187         
10188         * src/prefs_filtering.c
10189                 fix renaming rules on folder rename 
10190                 when folder is not a leaf folder
10191
10192 2002-08-21 [paul]       0.8.1claws91
10193
10194         * src/prefs_folder_item.c
10195                 fix alignment of colour selector
10196
10197 2002-08-21 [paul]       0.8.1claws90
10198
10199         * sync with 0.8.1cvs27
10200                 see ChangeLog 2002-08-21
10201
10202 2002-08-21 [paul]       0.8.1claws89
10203
10204         * src/summaryview.c
10205                 fix crash when changing field type in
10206                 Quick search bar
10207
10208 2002-08-21 [colin]      0.8.1claws88
10209
10210         * src/summaryview.c
10211                 Made quick search case-insensitive
10212
10213 2002-08-21 [paul]       0.8.1claws87
10214
10215         * sync with 0.8.1cvs26
10216                 see ChangeLog 2002-08-21
10217
10218 2002-08-20 [christoph]  0.8.1claws86
10219
10220         * src/folderview.c
10221         * src/main.c
10222         * src/summaryview.[ch]
10223                 more summaryview/folderitem seperation for
10224                 sort_key and sort_type
10225         * src/procmsg.c
10226                 added missing return statement
10227
10228 2002-08-20 [colin]      0.8.1claws85
10229
10230         * src/summaryview.[ch]
10231                 Added a quick search box
10232         * src/mainwindow.c
10233         * src/prefs_common.[ch]
10234                 Added a show/hide option for the quick search
10235
10236 2002-08-20 [oliver]     0.8.1claws84
10237         
10238         * src/mainwindow.c
10239                 remove toolbar_create_popups
10240         * src/toolbar.[ch]
10241                 o remove toolbar_create_popups
10242                 o fix toolbar_set_sensitive 
10243                   (Bug reports #596834 and #596832)     
10244         * src/prefs_toolbar.c
10245                 o add "Set default" button
10246                 o align label and text + combo widgets
10247
10248 2002-08-20 [hoa]        0.8.1claws83bis
10249
10250         * src/imap.c
10251                 fixed a bug in imap_fetch_msginfo() in case there is no
10252                 current folder.
10253
10254 2002-08-20 [darko]      0.8.1claws83
10255
10256         * src/folderview.c
10257                 copy the color style of folder view so it
10258                 works with GTK themes
10259
10260 2002-08-20 [darko]      0.8.1claws82
10261
10262         * src/folder.h
10263         * src/folderview.c
10264         * src/prefs_folder_item.[hc]
10265                 don't use UI stuff in folder.h
10266
10267 2002-08-20 [darko]      0.8.1claws81
10268
10269         * src/folder.h
10270         * src/prefs_folder_item.h
10271         * src/folderview.c
10272         * src/prefs_folder_item.c
10273                 ability to set folder color in folderview
10274
10275 2002-08-19 [alfons]     0.8.1claws80
10276
10277         * src/summaryview.c
10278                 fix one of the earlier memleaks reported by Martin Kluge
10279
10280 2002-08-19 [alfons]     0.8.1claws79
10281
10282         * src/mainwindow.c
10283                 hide notice view when selecting seperate folder
10284                 view (reported by Urke MMI)
10285
10286 2002-08-19 [christoph]  0.8.1claws78
10287
10288         * src/folderview.c
10289         * src/prefs_folder_item.h
10290         * src/summaryview.[ch]
10291                 o add summary_set_prefs_from_folderitem to set
10292                   summaryview prefs (first step to remove all
10293                   references to the folderitem in summaryview)
10294                 o moved compiled regex stuff from folderitem prefs
10295                   to summaryview code
10296
10297 2002-08-19 [paul]       0.8.1claws77
10298
10299         * src/compose.c
10300                 add check for '.' to QUOTE_IF_REQUIRED
10301
10302 2002-08-19 [paul]       0.8.1claws76
10303
10304         * src/inc.c
10305                 sync with 0.8.1cvs25 (plug memory leak)
10306
10307         * src/prefs_toolbar.c
10308                 re-order prefs_toolbar_cancel()
10309
10310 2002-08-18 [alfons]     0.8.1claws75
10311
10312         * src/inc.c
10313         * src/matcher.c
10314                 plug other memleaks reported by Martin Kluge
10315
10316 2002-08-18 [paul]       0.8.1claws74
10317
10318         * po/pt_BR.po
10319                 updated by Fabio Jr. Beneditto
10320
10321 2002-08-18 [paul]       0.8.1claws73
10322
10323         * src/toolbar.[ch]
10324                 fix bug where tooltips were displayed untranslated              
10325
10326         * src/prefs_toolbar.c
10327                 fix bug where clicking 'Cancel' creates an icon & text
10328                 toolbar regardless of prefs
10329         
10330
10331 2002-08-17 [oliver]     0.8.1claws72
10332
10333         * src/prefs_toolbar.c
10334                 update toolbar on CANCEL
10335                 bug reported by Martin Kluge
10336         * src/toolbar.c
10337                 toolbar_destroy memleak fixed           
10338
10339 2002-08-17 [alfons]     0.8.1claws71
10340
10341         * src/toolbar.c
10342                 plug another memleak reported by Martin Kluge
10343
10344 2002-08-16 [alfons]     0.8.1claws70
10345
10346         * src/crash.c
10347                 use execvp() correctly (suggested by wwp; thanks!)
10348
10349 2002-08-16 [alfons]     0.8.1claws69
10350
10351         * src/gtksctree.c
10352                 plug memory leak reported by Kim Schultz & Martin Kluge
10353
10354 2002-08-16 [paul]       0.8.1claws68
10355
10356         * po/es.po
10357                 updated by Ricardo Mones Lastra
10358
10359 2002-08-16 [paul]       0.8.1claws67
10360
10361         * src/toolbar.h
10362                 fix bug where 'Compose News' icon showed wrong
10363                 tooltip
10364
10365 2002-08-16 [paul]       0.8.1claws66
10366
10367         * sync with 0.8.1cvs24
10368                 see ChangeLog 2002-08-16
10369
10370         * po/it.po
10371                 updated by Alessandro Maestri
10372
10373 2002-08-15 [paul]       0.8.1claws65
10374
10375         * po/sr.po
10376                 updated by Urke MMI
10377
10378 2002-08-15 [paul]       0.8.1claws64
10379
10380         * src/*.c
10381                 don't translate debug info
10382
10383         * src/matcher.[ch]
10384                 add copyright info
10385
10386 2002-08-15 [paul]       0.8.1claws63
10387
10388         * src/prefs_toolbar.c
10389                 fix bug where clicking 'OK' creates an icon & text
10390                 toolbar regardless of prefs
10391
10392 2002-08-14 [alfons]     0.8.1claws62
10393
10394         * src/main.c
10395                 add global var that has the full argv[0]
10396         * src/crash.c
10397                 o execvp the correct sylpheed by using argv0
10398                   and setting the correct work dir
10399                 o other tweaks  
10400
10401 2002-08-14 [oliver]     0.8.1claws61
10402         
10403         * enable/disable Toolbar Action Buttons 
10404         * code cleanups
10405         * src/mainwindow.c
10406         * src/toolbar.[ch]      
10407         * src/prefs_toolbar.c   
10408
10409 2002-08-14 [melvin]     0.8.1claws60
10410
10411         * po/fr.po
10412                 Updated French translations
10413
10414 2002-08-14 [melvin]     0.8.1claws59
10415
10416         * src/crash.c
10417                 Made bug report not translatable
10418         * src/exporthtml.c
10419                 Fixed exporthtml_build_filespec() return value
10420         * src/foldersel.c
10421                 Fixed incorrect include file
10422         * src/gtkspell.c
10423         * src/prefs_actions.c
10424         * src/prefs_toolbar.c
10425                 Made debug info not translatable
10426         * src/mutt.c
10427         * src/quote_fmt.c
10428                 Added missing includes
10429         * src/prefs_common.c
10430                 Fixed typo
10431
10432 2002-08-14 [paul]       0.8.1claws58
10433
10434         * faq/es/sylpheed-faq.html
10435           faq/es/sylpheed-faq-[1-3].html
10436           faq/es/sylpheed-faq-4.html     **NEW FILE **
10437                 update Spanish FAQ
10438
10439 2002-08-13 [christoph]  0.8.1claws57
10440
10441         * src/procmsg.c
10442                 ignore thread fix that did not mark all
10443                 child nodes of a ignored thread as
10444                 ignored. Does not work perfectly yet,
10445                 but it is better now
10446
10447 2002-08-13 [alfons]     0.8.1claws56
10448
10449         * src/crash.c
10450                 o implement 'save crash log'
10451                 o some tweaks
10452
10453 2002-08-13 [melvin]     0.8.1claws55
10454
10455         * src/main.c
10456                 removed unrequired "execinfo.h" header
10457
10458 2002-08-12 [paul]       0.8.1claws54
10459
10460         * faq/en/sylpheed-faq.html
10461           faq/en/sylpheed-faq-[1-3].html
10462           faq/en/sylpheed-faq-4.html     **NEW FILE **
10463                 update English FAQ
10464
10465 2002-08-12 [alfons]     0.8.1claws53
10466
10467         * po/POTFILES.in
10468                 add crash.c to translatables
10469         * src/crash.c
10470                 bring in Leandro's crash dialog
10471
10472 2002-08-11 [alfons]     0.8.1claws52
10473
10474         * src/crash.c
10475                 clean up some warnings
10476
10477 2002-08-11 [alfons]     0.8.1claws51
10478
10479         * acconfig.h
10480         * configure.in
10481         * src/crash.[ch]        ** NEW FILES **
10482         * src/main.c            
10483                 initial gdb crash handler
10484
10485 2002-08-11 [paul]       0.8.1claws50
10486
10487         * src/prefs_toolbar.c
10488                 replace Up/Down arrow pixmaps with text to be
10489                 consistent across icon themes
10490
10491 2002-08-11 [paul]       0.8.1claws49
10492
10493         * src/prefs_common.c
10494           src/prefs_toolbar.c
10495                 rename 'Pixmap' -> 'Icon'
10496
10497         * src/toolbar.[ch]
10498                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10499
10500 2002-08-10 [paul]       0.8.1claws48
10501
10502         * src/prefs_toolbar.c
10503                 re-work the UI
10504
10505 2002-08-10 [paul]       0.8.1claws47
10506
10507         * src/main.c
10508                 don't write Processing progress to status bar
10509                 patch submitted by Alexander Evseev
10510
10511         * src/prefs_toolbar.c
10512                 re-position and resize window
10513                 make window assume correct size on first call
10514
10515 2002-08-10 [paul]       0.8.1claws46
10516
10517         * src/mainwindow.c
10518           src/prefs_toolbar.c
10519           src/toolbar.c
10520           src/toolbar.h
10521                 obey coding style
10522                 follow UI text conventions
10523
10524 2002-08-10 [alfons]     0.8.1claws45
10525
10526         * src/toolbar.c
10527                 correct pixmap for delete action
10528
10529 2002-08-10 [paul]       0.8.1claws44
10530
10531         * po/pt_BR.po
10532                 updated by Fabio Jr. Beneditto
10533
10534 2002-08-10 [paul]       0.8.1claws43
10535
10536         * po/POTFILES.in
10537                 add custom toolbar files
10538
10539 2002-08-10 [paul]       0.8.1claws42
10540
10541         * sync with 0.8.1cvs22
10542                 see ChangeLog 2002-08-09
10543
10544 2002-08-09 [paul]       0.8.1claws41
10545
10546         * tools/Makefile.am
10547           tools/README
10548           tools/outlook2sylpheed.pl     ** NEW FILE **
10549                 add script to convert exported Outlook
10550                 contacts list to a Sylpheed addressbook.
10551                 Submitted by Ricardo Mones Lastra.
10552
10553 2002-08-09 [paul]       0.8.1claws40
10554
10555         * AUTHORS
10556           configure.in
10557           po/sr.po      ** NEW FILE **
10558                 add Serbian message catalog. Submitted by
10559                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10560
10561 2002-08-09 [paul]       0.8.1claws39
10562
10563         * sync with 0.8.1cvs21
10564                 see ChangeLog 2002-08-08
10565
10566 2002-08-08 [oliver]     0.8.1claws38
10567
10568         * src/mainwindow.c
10569                 move Custom Toolbar to Configuration menu
10570
10571 2002-08-08 [oliver]     0.8.1claws37
10572
10573         * src/prefs_toolbar.c
10574                 fix substitute pixmap bug
10575
10576 2002-08-08 [paul]       0.8.1claws36
10577
10578         * sync with 0.8.1cvs19
10579                 see ChangeLog 2002-08-08
10580
10581 2002-08-07 [christoph]  0.8.1claws35
10582
10583         * src/utils.c
10584                 fixed a memory leak in new canonicalize_file_replace
10585
10586 2002-08-07 [christoph]  0.8.1claws34
10587
10588         * src/utils.[ch]
10589                 o canonicalize_file_replace should create the temporary
10590                   file in the same directory as the original file.
10591                 o added get_tmpfile_in_dir that creates a temorary file
10592                   in a specified directory.
10593
10594 2002-08-07 [melvin]     0.8.1claws33
10595
10596         * src/toolbar.c
10597                 fixed bug where 'Article' button acted as 'Email' button.
10598
10599 2002-08-07 [paul]       0.8.1claws32
10600
10601         * sync with 0.8.1.cvs17
10602                 see ChangeLog 2002-08-07
10603
10604 2002-08-07 [colin]      0.8.1claws31
10605         
10606         * src/news.c
10607                 fix mass-cancel problem
10608
10609 2002-08-07 [thorsten]   0.8.1claws30
10610
10611         * src/prefs_toolbar.c
10612                 fix: crash on replace or add new button
10613         * src/toolbar.c
10614                 fix: close xmlfile after reading
10615         * src/utils.c
10616                 fix: unlink() file before rename()
10617
10618 2002-08-06 [paul]       0.8.1claws29
10619
10620         * sync with 0.8.cvs15
10621                 see ChangeLog 2002-08-06
10622
10623 2002-08-06 [oliver]     0.8.1claws28
10624
10625         * src/toolbar.c
10626         * src/prefs_toolbar.c
10627                 fixed empty toolbar issue
10628
10629 2002-08-06 [oliver]     0.8.1claws27
10630
10631         * Custom Toolbar Final 
10632         * src/folderview.c
10633         * src/inc.c
10634         * src/summaryview.c
10635                 o toolbar stuff now lives in src/toolbar.[ch]
10636                 o main_window_toolbar_* functions are renamed to
10637                   toolbar_* reflecting their new source file
10638         * src/mainwindow.[ch]
10639                 o remove toolbar stuff  
10640
10641 2002-08-06 [oliver]     0.8.1claws26
10642         
10643         * src/Makefile.am
10644         * src/prefs_toolbar.[ch]        **New File**
10645         * src/toolbar.[ch]              **New File**
10646                 o prefs_toolbar.[ch] custom toolbar frontend
10647                 o toolbar.[ch]       backend 
10648
10649 2002-08-06 [oliver]     0.8.1claws25
10650
10651         * src/prefs_actions.[ch]
10652                 o new exported function actions_execute
10653
10654 2002-08-06 [paul]       0.8.1claws24
10655
10656         * sync with 0.8.1cvs4
10657                 see ChangeLog 2002-08-06
10658
10659 2002-08-06 [paul]       0.8.1claws23
10660
10661         * sync with 0.8.1cvs13
10662                 see ChangeLog 2002-08-06
10663
10664 2002-08-06 [paul]       0.8.1claws22
10665
10666         * sync with 0.8.1cvs12
10667                 see ChangeLog 2002-08-05 and 2002-08-06
10668
10669 2002-08-06 [match]      0.8.1claws21
10670
10671         * src/addrclip.c
10672                 improvements to cut/copy/paste address
10673
10674 2002-08-05 [match]      0.8.1claws20
10675
10676         * src/addritem.[ch]
10677         * src/addrcache.c
10678         * src/addrbook.c
10679         * src/editaddress.c
10680         * src/addressbook.c
10681                 fixes to improve cut/copy/paste
10682
10683 2002-08-06 [melvin]     0.8.1claws19
10684
10685         * src/account.[ch]
10686                 account_find_all_from_address(): new function that returns the
10687                 list of all accounts that are matched in an address.
10688         * src/alertpanel.[ch]
10689                 alertpanel() now accepts a custom widget
10690                 alertpanel_with_widget(): new function that pops up a panel with
10691                 a custom widget in it 
10692         * src/gtkutils.[ch]
10693                 gtkut_account_menu_new(): new function that allows the selection
10694                 of an account from a list of accounts.
10695         * src/messageview.c
10696                 Extended Return Receipt notification to select the correct 
10697                 account and to make a security test on the Delivery-Notification
10698                 address which should be the same as the Return-Path.
10699
10700 2002-08-06 [thorsten]   0.8.1claws18
10701
10702         * src/mimeview.c
10703                 attach_all: save unnamed as "noname.%d",
10704                 dont free static dirname
10705
10706 2002-08-05 [alfons]     0.8.1claws17
10707
10708         * configure.in
10709                 detect XIM by trying to link rather than compile a XIM program
10710
10711 2002-08-05 [oliver]     0.8.1claws16
10712                 
10713         * src/stock_pixmap.[ch]
10714                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10715                 o new func to retrieve pixmaps
10716
10717 2002-08-05 [paul]       0.8.1claws15
10718
10719         * sync with 0.8.1cvs10
10720                 see ChangeLog 2002-08-05
10721
10722 2002-08-04 [alfons]     0.8.1claws14
10723
10724         * src/textview.c
10725                 see if this plugs memleak
10726
10727 2002-08-04 [melvin]     0.8.1claws13
10728
10729         * src/gtkspell.c
10730                 fixed bug that could crash Sylpheed when highlighting
10731                 all misspelled words.
10732
10733 2002-08-03 [melvin]     0.8.1claws12
10734
10735         * src/prefs_actions.c
10736                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10737         * src/messageview.c
10738                 fixed bug where the Return Receipt was sent to
10739                 Delivery-Notification-To address even if it was not present
10740
10741 2002-08-02 [alfons]     0.8.1claws11
10742
10743         * src/prefs_actions.c
10744                 o more check for NULLs
10745                 o put create_io_dialog() in right conditional block
10746
10747 2002-08-02 [paul]       0.8.1claws10
10748
10749         * po/es.po
10750                 updated by Ricardo Mones Lastra
10751
10752 2002-08-01 [christoph]  0.8.1claws9
10753
10754         * src/folder.c
10755                 don't free the cache of the opened
10756                 folder in the summaryview
10757         * src/summaryview.c
10758                 don't unset flags, if it is not required
10759
10760 2002-08-01 [paul]       0.8.1claws8
10761
10762         * sync with 0.8.1cvs8
10763                 see ChangeLog entry 2002-08-01
10764
10765 2002-08-01 [paul]       0.8.1claws7
10766
10767         * sync with 0.8.1cvs7
10768                 see ChangeLog 2002-07-31 and 2002-08-01
10769
10770 2002-07-31 [christoph]  0.8.1claws6
10771
10772         * src/mainwindow.c
10773                 forgot to update menu sensitivity
10774                 function for new menu entry
10775
10776 2002-07-31 [alfons]     0.8.1claws5
10777
10778         * src/main.c
10779                 check folder item and its path for NULL on
10780                 initial processing
10781
10782 2002-07-31 [christoph]  0.8.1claws4
10783
10784         * src/folder.c
10785                 check if folder_item_get_msginfo in
10786                 folder_item_remove_msg returned NULL
10787         * src/imap.c
10788                 better clear the uid cache in the
10789                 uid validity check function and delete
10790                 cached messages
10791
10792 2002-07-31 [paul]       0.8.1claws3
10793
10794         * man/sylpheed.1
10795                 add the '--attach' option and a few other
10796                 minor changes
10797
10798 2002-07-31 [paul]       0.8.1claws2
10799
10800         * sync with 0.8.1cvs5
10801                 see ChangeLog 2002-07-31
10802
10803 2002-07-31 [christoph]  0.8.1claws1
10804
10805         * src/folderview.[ch]
10806         * src/mainwindow.c
10807                 replace "Rescan all folders..." with
10808                 "Check all folders for new messages..."
10809
10810 2002-07-30 [paul]       0.8.1claws
10811
10812         * version 0.8.1claws released
10813
10814 2002-07-30 [paul]       0.8.0claws29
10815
10816         * tools/OOo2sylpheed.pl ** NEW FILE **
10817           tools/README
10818                 add script to enable sending documents as
10819                 attachments from OpenOffice.org
10820
10821 2002-07-30 [melvin]     0.8.0claws28
10822
10823         * src/prefs_actions.c
10824                 Made the actions' input/output dialog display
10825                 without delay.
10826
10827 2002-07-30 [christoph]  0.8.0claws27
10828
10829         * src/procmsg.c
10830                 check if folder_item_get_msginfo in
10831                 procmsg_save_to_outbox returned NULL
10832
10833 2002-07-30 [paul]       0.8.0claws26
10834
10835         * sync with 0.8.1cvs4
10836                 see ChangeLog 2002-07-29
10837
10838 2002-07-29 [thorsten]   0.8.0claws25
10839
10840         * README.claws
10841                 added selective download, delete on server
10842
10843 2002-07-29 [paul]       0.8.0claws24
10844
10845         * sync with 0.8.1cvs3
10846                 see ChangeLog 2002-07-29
10847
10848 2002-07-27 [christoph]  0.8.0claws23
10849
10850         * src/folder.c
10851                 add extra check if fetching the msginfo
10852                 returned NULL
10853
10854 2002-07-27 [paul]       0.8.0claws22
10855
10856         * sync with 0.8.1cvs2
10857                 see ChangeLog 2002-07-26
10858
10859 2002-07-27 [christoph]  0.8.0claws21
10860
10861         * src/imap.c
10862                 add another check if a valid msginfo
10863                 was returned
10864
10865 2002-07-26 [hoa]        0.8.0claws20
10866
10867         * src/folder.c
10868                 Fixed a condition in folder_item_destroy()
10869
10870         * src/imap.c
10871                 Fixed an error in IMAP protocol
10872
10873 2002-07-26 [alfons]     0.8.0claws19
10874
10875         * src/folder.c
10876                 ofcourse compare with identifier, not the path
10877
10878 2002-07-26 [alfons]     0.8.0claws18
10879
10880         * src/folder.c
10881                 use folder item identifier for saving / restoring
10882                 preferences because folder->path might not be unique
10883
10884 2002-07-26 [melvin]     0.8.0claws17
10885
10886         * src/logwindow.c
10887                 Fixed a crash introduced in 0.8.0claws5 when log is 
10888                 cut under 80 characters.
10889
10890 2002-07-26 [paul]       0.8.0claws16
10891
10892         * sync with 0.8.1cvs1
10893                 see ChangeLog 2002-07-26
10894
10895 2002-07-26 [christoph]  0.8.0claws15
10896
10897         * src/imap.[ch]
10898                 imap folder now remembers the last selected
10899                 folder and imap_fetch_msginfo skips selecting
10900                 the folder if it is already selected
10901
10902 2002-07-26 [christoph]  0.8.0claws14
10903
10904         * src/folder.c
10905         * src/folderview.c
10906         * src/imap.c
10907                 fix imap folder rescanning
10908
10909 2002-07-25 [christoph]  0.8.0claws13
10910
10911         * src/filter.c
10912         * src/folder.[ch]
10913         * src/folderview.c
10914         * src/imap.[ch]
10915         * src/mainwindow.c
10916         * src/mbox_folder.c
10917         * src/mh.c
10918         * src/news.c
10919                 implement imap uid cache and uid validity check
10920
10921 2002-07-25 [alfons]     0.8.0claws12
10922
10923         * src/summaryview.c
10924                 fix a brown paper bag bug, and also add some more
10925                 checks
10926
10927 2002-07-25 [christoph]  0.8.0claws11
10928
10929         * src/folder.c
10930                 don't mix copy, fetch_msginfo and remove
10931                 operations in folder item copy and move
10932                 operations
10933
10934 2002-07-25 [christoph]  0.8.0claws10
10935
10936         * src/folderview.c
10937         * src/mainwindow.c
10938         * src/prefs_folder_item.c
10939         * src/summaryview.[ch]
10940                 remove no longer required parameter update_cache from
10941                 summary_show
10942
10943 2002-07-25 [paul]       0.8.0claws9
10944
10945         * sync with 0.8.1
10946         
10947         * AUTHORS
10948                 a few corrections
10949
10950 2002-07-24 [alfons]     0.8.0claws8
10951
10952         * src/summaryview.c
10953                 sort correctly when using simplified subject line
10954                 (closes feature request "[ 585141 ] applying regexp to subject 
10955                 before sort" submitted by Alexandra Walford)
10956
10957 2002-07-24 [paul]       0.8.0claws7
10958
10959         * sync with 0.8.0cvs3
10960                 see ChangeLog 2002-07-24
10961
10962 2002-07-23 [christoph]  0.8.0claws6
10963
10964         * src/folder.c
10965         * src/folder.h
10966         * src/summaryview.c
10967         * src/summaryview.h
10968         * src/main.c
10969                 o separate processing and summaryview
10970                 o removed summary_write_cache from summaryview
10971                 o removed summaryview->killed_messages, because we don't have
10972                   to keep a list of killed messages anymore. New cache will
10973                   keep the hidden messages in cache anyway
10974         * src/folderview.c
10975         * src/inc.c
10976         * src/selective_download.c
10977                 o removed unnecessary summary_write_cache calls
10978         * src/procmsg.c
10979                 o don't set ignore thread flag in procmsg_get_thread_tree
10980                   if it is already set
10981         * src/mainwindow.c
10982         * src/statusbar.h
10983                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10984                   they are used in different files
10985
10986 2002-07-23 [melvin]     0.8.0claws5
10987
10988         * src/addressbook.c
10989         * src/addrgather.c
10990         * src/editaddress.c
10991         * src/editgroup.c
10992         * src/editldap_basedn.c
10993         * src/importldif.c
10994         * src/prefs_common.c
10995                 Fixed few memory leak (gtk_editable_get_chars returns
10996                 an allocated string)
10997         * src/logwindow.c
10998                 Fixed few memory leak (gtk_editable_get_chars returns
10999                 an allocated string) and modified a little the log cutting
11000                 loop.
11001         * src/compose.c
11002                 Replaced a call to an obsolete function gtk_entry_get_text()
11003                 by gtk_editable_get_chars()
11004         * src/send.c
11005                 Removed a debug printf
11006
11007 2002-07-23 [christoph]  0.8.0claws4
11008
11009         * src/filesel.c
11010                 fix another g_dirname memory leak
11011
11012 2002-07-23 [christoph]  0.8.0claws3
11013
11014         * src/mh.c
11015                 fixed a memory leak in mh_fetch_msginfo
11016                 fixed crash when message header could not be
11017                 parsed
11018
11019 2002-07-23 [paul]       0.8.0claws2
11020
11021         * sync with 0.8.0cvs2
11022                 see ChangeLog 2002-07-23
11023
11024 2002-07-23 [paul]       0.8.0claws1
11025
11026         * sync with 0.8.0cvs1
11027                 see ChangeLog 2002-07-23
11028
11029 2002-07-23 [paul]       0.8.0claws
11030
11031         * release of 0.8.0claws
11032
11033 2002-07-23 [paul]       0.7.8claws99
11034
11035         * po/ru.po
11036                 new Russian translation, submitted by
11037                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11038
11039 2002-07-22 [jens]       0.7.8claws98
11040
11041         * po/de.po
11042                 Updated German translations.
11043
11044 2002-07-22 [paul]       0.7.8claws97
11045
11046         * po/es.po
11047           po/it.po
11048           po/nl.po
11049           po/pt_BR.po
11050                 updated translations by Ricardo Mones Lastra,
11051                 Alessandro Maestri, Wilbert Berendsen and 
11052                 Fabio Jr. Beneditto respectively
11053
11054 2002-07-22 [christoph]  0.7.8claws96
11055
11056         * src/mimeview.c
11057                 fix memory leak caused by wrong g_dirname usage
11058
11059 2002-07-22 [christoph]  0.7.8claws95
11060
11061         * src/summaryview.c
11062                 update new and unread message counts for summaryview
11063                 summaryview does not get it from the folder anymore
11064                 and has to update the values itself
11065
11066 2002-07-22 [melvin]     0.7.8claws94
11067
11068         * po/fr.po
11069                 Updated French translations.
11070
11071 2002-07-22 [christoph]  0.7.8claws93
11072
11073         * src/matcher.c
11074                 set prop->preg pointer to NULL or following check
11075                 will not fail and regexec will be called with
11076                 invalid pointer
11077
11078 2002-07-21 [alfons]     0.7.8claws92
11079         
11080         * src/prefs_common.[ch]
11081                 remove option "Send return receipt on request"
11082
11083 2002-07-21 [thorsten]   0.7.8claws91
11084
11085         * src/mimeview.c
11086                 fixed memleaks, coding style as pointed out by alfons
11087
11088 2002-07-21 [alfons]     0.7.8claws90
11089
11090         * src/messageview.c
11091         * src/noticeview.[ch]
11092                 o fix bug notice view being displayed when going to empty folder 
11093                   (noticed by Christoph)
11094                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11095                   (noticed by Thorsten)
11096
11097 2002-07-21 [thorsten]   0.7.8claws89
11098
11099         * src/mimeview.c
11100                 Included save_all patch from Xaview FACQ
11101                 added support for pathnames
11102
11103 2002-07-21 [alfons]     0.7.8claws88
11104
11105         * po/POTFILES.in
11106         * src/Makefile.am
11107         * src/mainwindow.c
11108         * src/messageview.[ch]
11109         * src/noticeview.c      ** NEW FILE **
11110         * src/noticeview.h      ** NEW FILE **
11111                 make return receipts work again
11112                 (UI idea by Leandro Pereira)
11113
11114 2002-07-21 [paul]       0.7.8claws87
11115
11116         * src/summaryview.c
11117                 fix sensitivity of 'Select thread'
11118
11119 2002-07-21 [paul]       0.7.8claws86
11120
11121         * src/prefs_common.c
11122                 add browser command line for Galeon
11123
11124 2002-07-21 [paul]       0.7.8claws85
11125
11126         * Makefile.am
11127                 fix 'EXTRA_DIST': remove README.README, add TODO
11128                 and TODO.claws
11129
11130 2002-07-21 [alfons]     0.7.8claws84
11131
11132         * src/gtkstext.c
11133                 make enter clear selection
11134                 (closes "[ 579888 ] Editor selection/entry error"
11135                 reported by Steve Lamb)
11136
11137 2002-07-21 [alfons]     0.7.8claws83
11138         
11139         * src/summaryview.c
11140                 sort message list when selecting unthread messages
11141                 (closes "[ 501593 ] switching threaded view doesn't sort"
11142                 reported by Simon Schubert)
11143
11144 2002-07-20 [alfons]     0.7.8claws82
11145         
11146         * src/matcher.c
11147                 const-correctness
11148
11149 2002-07-20 [thorsten]   0.7.8claws81
11150
11151         * src/matcher.c
11152                 Fixed expansion of empty fields in matchactions
11153
11154 2002-07-19 [melvin]     0.7.8claws80
11155
11156         * src/gtkspell.c
11157                 Removed a duplicate menu entry (fast mode) introduced during
11158                 the new cache merge
11159                 Added a menu separator between 'Use alternate' and 'Fast mode'
11160
11161 2002-07-19 [paul]       0.7.8claws79
11162
11163         * tools/Makefile.am
11164           tools/README
11165                 correct typos
11166
11167 2002-07-19 [thorsten]   0.7.8claws78
11168
11169         * tools/calypso_convert.pl      ** NEW FILE **
11170           tools/README
11171           tools/Makefile.am
11172                 script to import mbox files exported
11173                 by calypso
11174                 o generates folder structure
11175                 o includes attachments
11176
11177 2002-07-19 [melvin]     0.7.8claws77
11178
11179         * src/selective_download.[ch]
11180                 Fixed bug where closing the dialog with the window manager's
11181                 close button will not unlock the summary
11182                 Corrected some function declarations that missed a return value
11183                 Made the source code comply better with coding style.
11184         * src/prefs_common.c
11185                 Added new browser command line for Mozilla.
11186
11187 2002-07-18 [paul]       0.7.8claws76
11188
11189         * src/mainwindow.c
11190           src/selective_download.[ch]
11191                 reflect theme changes, fix Gdk Warning when creating 
11192                 pixmap from NULL window, and minor clean up.
11193                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11194
11195         * po/en_GB.po
11196                 updated
11197
11198 2002-07-17 [paul]       0.7.8claws75
11199
11200         * INSTALL[.jp]
11201                 sync with 0.8.0
11202         
11203         * po/en_GB.po
11204                 updated
11205
11206 2002-07-16 [paul]       0.7.8claws74
11207
11208         * tools/filter_conv.pl
11209           tools/README
11210                 replace conversion script with reimplemented version, 
11211                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11212
11213 2002-07-16 [colin]      0.7.8claws73
11214
11215         * src/summaryview.c
11216                 remove forgotten debug messages - sorry ;-)
11217
11218 2002-07-16 [colin]      0.7.8claws72
11219
11220         * src/mimeview.c
11221           src/summaryview.c
11222           src/textview.c
11223           src/textview.h
11224                 add the ability to select part of a text mime-part 
11225                 to reply.
11226
11227 2002-07-15 [christoph]  0.7.8claws71
11228
11229         * src/folder.c
11230                 fix folder message count for folders without
11231                 msg_is_changed (includes news folders)
11232
11233 2002-07-15 [martin]     0.7.8claws70
11234
11235         * src/summaryview.c
11236                 option "display recipient on 'From'..." now works
11237                 without the need of enabling the option
11238                 "display  sender  using  address  book".
11239
11240 2002-07-15 [christoph]  0.7.8claws69
11241
11242         * src/summaryview.c
11243                 removed setting folder status from summaryview.
11244                 folder.c should update all message counts correctly.
11245
11246 2002-07-15 [paul]       0.7.8claws68
11247
11248         * po/pt_BR.po
11249                 updated by Fabio Junior Beneditto
11250
11251 2002-07-15 [darko]      0.7.8claws67
11252
11253         * src/mh.c
11254                 Fixed target folder colorization, don't decrease op
11255                 number twice
11256
11257 2002-07-14 [paul]       0.7.8claws66
11258
11259         * sync with main 0.8.0
11260                 see ChangeLog 2002-07-14
11261
11262 2002-07-13 [melvin]     0.7.8claws65
11263         
11264         * src/addrbook.c
11265         * src/addressbook.c
11266         * src/addrindex.c
11267                 Replaced sprintf by g_snprintf to prevent possible buffer
11268                 overflow.
11269         * src/news.c
11270                 Corrected a log message output format.
11271                 Added a missing "done" debug output.
11272         * src/compose.c
11273                 Added keyboard accelerator for Priority menu items
11274                 Added missing \n in debug output
11275         * src/logwindow.c
11276         * src/gtkspell.c
11277         * src/rfc2015.c
11278                 Added missing \n in debug output
11279
11280 2002-07-13 [paul]       0.7.8claws64
11281
11282         * man/sylpheed.1
11283                 change Sergey's email address to the sf address
11284
11285         * src/textview.c
11286                 increase show_url_timeout (more useful for long
11287                 urls)
11288
11289 2002-07-12 [sergey]     0.7.8claws63
11290
11291         * src/rfc2015.c
11292                 applied (with some modifications) patch to set the
11293                 micalg parameter for signatures
11294                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11295
11296 2002-07-12 [sergey]     0.7.8claws62
11297
11298         * man/Makefile.am
11299         * configure.in
11300                 fixed man page installation
11301
11302 2002-07-12 [paul]       0.7.8claws61
11303
11304         * sync with 0.7.8cvs26
11305                 see ChangeLog 2002-07-11 and 2002-07-12
11306
11307 2002-07-11 [christoph]  0.7.8claws60
11308
11309         * src/compose.c
11310         * src/procmsg.c
11311                 first use the message number to find the message
11312                 to mark with a reply flag but check the
11313                 message-id if we got the correct message, if not
11314                 try to find it by message-id.
11315                 use new string seperator that is not allowed
11316                 in message-ids.
11317
11318 2002-07-11 [paul]       0.7.8claws59
11319
11320         * sync with 0.7.8cvs23
11321                 see ChangeLog 2002-07-10
11322
11323 2002-07-10 [christoph]  0.7.8claws58
11324
11325         * src/folder.[ch]
11326         * src/msgcache.[ch]
11327                 Added message-id table to the cache in memory
11328                 and functions to msgcache.c and folder.c to
11329                 fetch MsgInfos by message id
11330         * src/compose.c
11331         * src/procmsg.c
11332                 store folder and message-id of message replying
11333                 to in queue header and set reply flag after sending
11334                 (Closes bug #469498)
11335
11336 2002-07-10 [paul]       0.7.8claws57
11337
11338         * AUTHORS
11339           man/sylpheed.1.gz
11340                 add Martin to the list of authors
11341
11342 2002-07-09 [martin]     0.7.8claws56
11343         * src/gtksctree.c
11344                 Added gtk_ctree_last_visible(), tree_update_level(),
11345                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11346                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11347                 from gtk+ to gtksctree.c for the new sorting code
11348                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11349                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11350         * src/gtksctree.h
11351                 Added declaration for gtk_sctree_sort_recursive() and
11352                 gtk_sctree_sort_node
11353         * src/addressbook.c
11354         * src/foldersel.c
11355         * src/folderview.c
11356         * src/summaryview.c
11357                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11358                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11359
11360 2002-07-08 [paul]       0.7.8claws55
11361
11362         * more sync with 0.7.8cvs21
11363                 see ChangeLog 2002-07-08
11364
11365 2002-07-08 [paul]       0.7.8claws54
11366
11367         * sync with 0.7.8cvs21
11368                 see ChangeLog 2002-07-08
11369
11370 2002-07-07 [alfons]     0.7.8claws53
11371
11372         * src/Makefile.am
11373         * src/stock_pixmap.[ch]
11374         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11375         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11376         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11377                 add new pixmaps for upcoming notice pane
11378
11379 2002-07-06 [melvin]     0.7.8claws52
11380
11381         * src/gtkspell.[ch]
11382                 Made them a bit closer to Sylpheed's coding style.
11383                 Removed old code.
11384                 Removed possible memory leaks when some errors occurs.
11385
11386 2002-07-06 [melvin]     0.7.8claws51
11387
11388         * po/Makefile.in.in
11389                 Removed --no-location in xgettext command line to help
11390                 translators that use Emacs' po-mode
11391         * src/quote_fmt.c
11392                 Removed unnecessary comments that messed up sylpheed.pot
11393
11394 2002-07-06 [paul]       0.7.8claws50
11395
11396         * sync with 0.7.8cvs19
11397                 see ChangeLog 2002-07-05
11398
11399 2002-07-06 [christoph]  0.7.8claws49
11400
11401         * src/folder.c
11402         * src/mainwindow.c
11403                 fix folder_item_remove_all_msg and folderview
11404                 status for trash folders after emptying trash
11405
11406 2002-07-05 [paul]       0.7.8claws48
11407
11408         * sync with 0.7.8cvs16
11409                 see ChangeLog 2002-07-04 and 2002-07-05
11410
11411 2002-07-04 [paul]       0.7.8claws47
11412
11413         * sync with 0.7.8cvs14
11414                 see  ChangeLog 2002-07-04
11415
11416 2002-07-03 [alfons]     0.7.8claws46
11417
11418         * src/folder.c
11419                 dupe folder item's path because it's being reallocated
11420                 by new folder scanning code
11421
11422 2002-07-03 [christoph]  0.7.8claws45
11423
11424         * src/imap.c
11425                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11426         * src/msgcache.c
11427                 add missing return in msgcache_write
11428
11429 2002-07-02 [thorsten]   0.7.8claws44
11430
11431         * src/jpilot.c
11432         * src/msgcache.c
11433         * src/rfc2015.c
11434                 use binary mode for file access
11435
11436 2002-07-02 [christoph]  0.7.8claws43
11437
11438         * major code cleanup (part 1)
11439         
11440                 - unused variables removed
11441                 - unused functions removed
11442                 - uninitialized variables checked
11443                 - missing return statements added
11444                 - missing function return types added
11445                 - added parentheses around assignment and
11446                   && in || when suggested by gcc
11447               
11448         * src/mh.c
11449         * src/folder.c
11450                 replaced direct calls to folder->scan_tree
11451                 with folder_scan_tree and restore folder
11452                 prefs in this function. The folder should
11453                 not have to deal with them.
11454                 ( Should now work for all folder types )
11455
11456 2002-07-02 [paul]       0.7.8claws42
11457
11458         * sync with 0.7.8cvs13
11459                 see ChangeLog 2002-07-01 and 2002-07-02
11460
11461 2002-07-01 [christoph]  0.7.8claws41
11462
11463         * src/summaryview.c
11464                 fix "goto next/prev unread message" with
11465                 ignored threads
11466
11467 2002-07-01 [paul]       0.7.8claws40
11468
11469         * po/es.po
11470                 updated by Ricardo Mones Lastra
11471
11472 2002-06-30 [match]      0.7.8claws39
11473
11474         * src/jpilot.c
11475                 applied variation of leonerd's patch (566661) to
11476                 allow multiple email addresses per JPilot entry.
11477                 addresses may be separated by space, comma, pipe,
11478                 semi-colon, new-line.
11479
11480 2002-06-30 [alfons]     0.7.8claws38
11481
11482         * src/procmsg.c
11483                 simple fix for putting older nodes before
11484                 newer nodes when threading by subject
11485
11486 2002-06-30 [christoph]  0.7.8claws37
11487
11488         * src/folder.c
11489         * src/folderview.c
11490         * src/mh.c
11491         * src/news.c
11492         * src/procmsg.c
11493                 fix broken folder tree rescaning
11494                 and don't use procmsg_get_mark_sum
11495                 anymore
11496
11497 2002-06-30 [christoph]  0.7.8claws36
11498
11499         * merge new cache branch
11500         * src/imap.c
11501                 fix new cache imap copy bug
11502         * src/folder.c
11503                 improved folder_item_scan
11504                 it should now always set the correct
11505                 new, unread and total message counts
11506
11507 2002-06-29 [paul]       0.7.8claws35
11508
11509         * configure.in
11510                 correct syntax error
11511
11512 2002-06-29 [paul]       0.7.8claws34
11513
11514         * configure.in
11515           Makefile.am
11516           man/Makefile.am       ** NEW FILE **
11517           man/sylpheed.1.gz     ** NEW FILE **
11518                 add Sylpheed man page
11519
11520 2002-06-29 [paul]       0.7.8claws33
11521
11522         * po/pt_BR.po
11523                 updated by Fabio Junior Beneditto
11524
11525 2002-06-28 [jens]       0.7.8claws32
11526
11527         * po/de.po
11528                 translation updated
11529
11530         * src/selective_download.c
11531                 removed gettext for space " "
11532
11533         * src/imap.c
11534                 removed wrong space
11535
11536 2002-06-28 [paul]       0.7.8claws31
11537
11538         * sync with 0.7.8cvs11
11539                 see ChangeLog 2002-06-28
11540
11541 2002-06-28 [paul]       0.7.8claws30
11542
11543         * sync with 0.7.8cvs10
11544                 see ChangeLog 2002-06-27 and 2002-06-28
11545
11546 2002-06-26 [paul]       0.7.8claws29
11547
11548         * src/addrgather.c
11549           src/selective_download.c
11550                 don't gettextise empty strings.
11551                 reserved by gettext. gettext("") returns 
11552                 the header entry with meta information, 
11553                 not the empty string
11554
11555         * po/en_GB.po
11556                 updated
11557
11558 2002-06-26 [paul]       0.7.8claws28
11559
11560         * sync with 0.7.8cvs7
11561                 see ChangeLog 2002-06-25
11562
11563         * src/prefs_common.c
11564                 ...and in the process, tweak the gui a little
11565
11566 2002-06-25 [alfons]     0.7.8claws27
11567         
11568         * configure.in
11569         * src/Makefile.am
11570                 fine tune ldap library detection
11571
11572 2002-06-25 [alfons]     0.7.8claws26
11573
11574         * src/compose.c
11575                 don't allow return receipts when composing a news article
11576
11577 2002-06-25 [paul]       0.7.8claws25
11578
11579         * Makefile.am
11580                 add '$(AMTAR)' to 'release' section to allow for
11581                 new and older autotools
11582
11583 2002-06-25 [paul]       0.7.8claws24
11584
11585         * src/summaryview.c
11586                 fix "No more unread messages" persistant pop-up
11587                 window bug
11588
11589 2002-06-25 [paul]       0.7.8claws23
11590
11591         * po/it.po
11592                 updated by Alessandro Maestri
11593
11594 2002-06-25 [paul]       0.7.8claws22
11595
11596         * sync with 0.7.8cvs6
11597                 see ChangeLog 2002-06-25
11598
11599 2002-06-24 [paul]       0.7.8claws21
11600
11601         * tools/update-po
11602                 add GPL copyright information
11603
11604 2002-06-24 [paul]       0.7.8claws20
11605
11606         * tools/Makefile.am
11607           tools/README
11608           tools/update-po       ** NEW FILE **
11609                 add script that eases the creation of *.po files
11610                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11611
11612 2002-06-23 [alfons]     0.7.8claws19
11613
11614         * src/messageview.c
11615                 make notification_convert_header obey const correctness
11616                 (next step will be fixing the broken return receipt)
11617
11618 2002-06-23 [paul]       0.7.8claws18
11619
11620         * src/messageview.c
11621                 fix bug introduced in last commit:
11622                 removed too much code in last commit - put back what's
11623                 needed
11624
11625 2002-06-23 [paul]       0.7.8claws17
11626
11627         * src/messageview.[ch]
11628                 remove code committed in error from locally patched
11629                 source
11630
11631 2002-06-23 [colin]      0.7.8claws16
11632
11633         * src/compose.[ch]
11634                 add compose_entry_select(), used to select the default_to
11635                 email address - hopefully avoiding people sending mails to
11636                 wrong recipients.
11637
11638 2002-06-22 [alfons]     0.7.8claws15
11639
11640         * AUTHORS
11641                 add Bram Metsch & Stanislav Karchebny
11642         * src/smtp.[ch]
11643         * src/prefs_account.[ch]
11644         * src/send.c
11645                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11646                   options.  (see <http://sourceforge.net/tracker/index.php
11647                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11648
11649                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11650                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11651
11652 2002-06-22 [paul]       0.7.8claws14
11653
11654         * sync with 0.7.8cvs5
11655                 see ChangeLog 2002-06-19 and 2002-06-20
11656
11657 2002-06-22 [alfons]     0.7.8claws13
11658
11659         * src/selective_download.c
11660                 fix a stupid mistake I made
11661
11662 2002-06-22 [alfons]     0.7.8claws12
11663
11664         * src/selective_download.[ch]
11665                 fix another unnoticed leak; cleanup code
11666
11667 2002-06-21 [alfons]
11668
11669         * tools/Makefile.am
11670                 gpg-sign <-- gpg-sign-syl
11671
11672 2002-06-21 [alfons]     0.7.8claws11
11673
11674         * src/selective_download.c
11675         * src/selective_download.h
11676                 fix assorted mix of allocation errors (should solve
11677                 problem reported by Philippe Gramoullé, see:
11678                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11679
11680 2002-06-20 [melvin]     0.7.8claws10
11681
11682         * tools/gpg-sign *REMOVED*
11683           tools/gpg-sign-syl *ADDED*
11684                 Replaced the gpg clearsigning script with the version using
11685                 xterm instead of ssh-askpass and changed its name.
11686
11687         * README.claws
11688                 Updated actions example to reflect the renaming of the
11689                 gpg clearsigning script.
11690
11691 2002-06-19 [paul]       0.7.8claws9
11692
11693         * sync with 0.7.8claws9
11694                 see ChangeLog 2002-06-18 and 2002-06-19
11695
11696 2002-06-19 [paul]       0.7.8claws8
11697
11698         * sync with 0.7.8cvs1
11699                 see ChangeLog 2002-06-18
11700
11701 2002-06-18 [alfons]     0.7.8claws7
11702
11703         * src/mainwindow.h
11704                 add omitted prototype
11705
11706 2002-06-17 [paul]       0.7.8claws6
11707
11708         * src/mainwindow.c
11709                 fix hiding of exec_btn
11710
11711 2002-06-17 [paul]       0.7.8claws5
11712
11713         * src/pop.c
11714                 remove unneeded code: should_delete() 
11715                 and Pop3State::uidl_todelete_list
11716
11717 2002-06-17 [paul]       0.7.8claws4
11718
11719         * sync with 0.7.8
11720                 see ChangeLog 2002-06-11 and 2002-06-13
11721
11722 2002-06-16 [alfons]     0.7.8claws3
11723         
11724         * src/folder.c
11725                 make sure lock sort mode (claws specific) is
11726                 also persists after a tree rescan
11727
11728 2002-06-16 [alfons]     0.7.8claws2
11729
11730         * src/prefs_folder_item.c
11731         * src/folder.[ch]
11732                 fix persistence of folder sort mode (broken
11733                 by adapting Hiro's new folder persistence code)
11734
11735 2002-06-16 [alfons]     0.7.8claws1
11736
11737         * AUTHORS
11738         * src/logwindow.c
11739         * src/prefscommon.[ch]
11740                 control size of log text in log window; 
11741                 closes patch #569155 submitted by Mitko Haralanov.
11742
11743 2002-06-15 [paul]       0.7.8claws
11744
11745         * release of 0.7.8claws
11746
11747 2002-06-15 [paul]       0.7.7claws
11748
11749         * po/pt_BR.po
11750                 updated by Fabio Junior Beneditto
11751
11752 2002-06-14 [paul]       0.7.6claws49
11753
11754         * po/es.po
11755                 updated by Ricardo Mones Lastra
11756
11757 2002-06-14 [paul]       0.7.6claws48
11758
11759         * po/nl.po
11760                 updated translation by Wilbert Berendsen
11761
11762 2002-06-14 [melvin]     0.7.6claws47
11763
11764         * po/fr.po
11765                 Updated French translation
11766
11767 2002-06-13 [paul]       0.7.6claws46
11768
11769         * src/filesel.c
11770                 allow filename to be typed in, rather than just
11771                 selected by the mouse. Patch by Gustavo Noronha Silva.
11772
11773 2002-06-13 [alfons]     0.7.6claws45
11774
11775         * src/mainwindow.[ch]
11776                 more cleanups (removing unnecessary menu items Expand 
11777                 summary / message view)
11778
11779 2002-06-13 [melvin]     0.7.6claws44
11780
11781         * po/POTFILES.in
11782                 Added src/string_match.c
11783         * src/string_match.c
11784                 Fixed possible buffer overflow.
11785                 Corrected typo.
11786                 Added missing config.h header.
11787         * src/prefs_common.c
11788           src/prefs_matcher.c
11789           src/prefs_scoring.c
11790                 Made some strings translatable (missing _(..)).
11791
11792 2002-06-13 [melvin]     0.7.6claws43
11793
11794         * README.claws
11795                 Corrected action example (verifying clearsigned mail).
11796         * src/prefs_account.c
11797                 Corrected typo.
11798         * src/prefs_common.c
11799                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11800
11801 2002-06-12 [alfons]     0.7.6claws42
11802
11803         * src/summaryview.c
11804                 add init of score column lost in 0.7.6claws42
11805
11806 2002-06-12 [paul]       0.7.6claws41
11807
11808         * src/prefs_account.c
11809                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11810                 behavior of the radio buttons, (from 0.7.7cvs2)
11811
11812 2002-06-11 [alfons]     0.7.6claws40
11813
11814         * src/messageview.[ch]
11815         * src/summaryview.[ch]
11816         * src/summary_search.c
11817         * src/mainwindow.c
11818                 perform a sync to bring in Hiro's separate view implementation 
11819
11820                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11821
11822 2002-06-11 [paul]       0.7.6claws39
11823         
11824         * src/prefs_account.c
11825                 correct a typo on the Receive tab
11826
11827 2002-06-10 [match]      0.7.6claws38
11828
11829         * src/addressbook.c
11830                 Included address completion patch from Gustavo Noronha.
11831
11832 2002-06-10 [paul]       0.7.6claws37
11833
11834         * src/inc.[ch]
11835           src/pop.c
11836           src/prefs_account.[ch]
11837           src/selective_download.[ch]
11838                 apply PATCH #561712
11839                  NEW:
11840                 - check if POP Account
11841                 - Receive Button renamed to Preview
11842                 - Preview Button Popup: preview new/all messages
11843                 - Download Button
11844                 - Account Preferences-->Receive tab checkbutton if you
11845                   want to remove Mail after Download
11846                 -: default YES
11847                 - Account Preferences-->Receive tab checkbutton use
11848                   filtering rules on preview
11849                   (think of delete_on_server)
11850                 -: default YES
11851                 - Account selectable from SD dialog
11852                 - checkbutton to show already downloaded messages if
11853                   all messages are previewed
11854                 - new clist column showing Date
11855                 - ESC KEY close
11856                 FIXES:
11857                 - play ball with UIDL
11858                 - fault tolerant (?) 
11859                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11860
11861 2002-06-10 [melvin]     0.7.6claws36
11862
11863         * README.claws
11864                 Added a hint to ac/README in cvs instructions.
11865
11866         * src/prefs_actions.c
11867                 Made it possible to use a more elaborate command line
11868                 for asynchronous actions, too.
11869
11870 2002-06-10 [melvin]     0.7.6claws35
11871         
11872         * src/prefs_actions.c
11873                 Make it possible to use a more elaborate command line
11874                 (e.g. |foo|bar|cat>there;echo Done|)
11875                 Corrected error message when calling %f, %F and %p commands
11876                 from the compose window.
11877
11878 2002-06-09 [colin]      0.7.6claws34
11879
11880         * src/summaryview.c
11881                 Automatically find unread messages in current folder
11882                 before annoying the user.
11883
11884 2002-06-08 [alfons]     0.7.6claws33
11885
11886         * po/it.po
11887                 remove bad formatting string in it.po translation
11888                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11889
11890 2002-06-08 [paul]       0.7.6claws32
11891
11892         * sync with 0.7.6cvs25
11893                 see ChangeLog 2002-06-07
11894
11895 2002-06-05 [paul]       0.7.6claws31
11896
11897         * src/mainwindow.c
11898                 add 'Sort by locked' and 'Sort by score'
11899
11900 2002-06-05 [paul]       0.7.6claws30
11901
11902         * sync with 0.7.6cvs24
11903                 see ChangeLog 2002-06-04
11904
11905 2002-06-04 [paul]       0.7.6claws29
11906
11907         * po/pt_BR.po
11908                 updated by Fabio Junior Beneditto
11909
11910 2002-06-03 [thorsten]   0.7.6claws28
11911
11912         * src/matcher.c
11913                 fclose() matcherrc after reading
11914
11915 2002-06-03 [paul]       0.7.6claws27
11916
11917         * sync with 0.7.6cvs21
11918                 see ChangeLog 2002-05-31
11919
11920 2002-05-31 [paul]       0.7.6claws26
11921
11922         * sync with 0.7.6cvs20
11923                 see ChangeLog 2002-05-29 and 2002-05-30
11924
11925 2002-05-31 [paul]       0.7.6claws25
11926
11927         * src/imap.c
11928                 hopefully fix last buggy sync
11929
11930         * README.claws
11931                 correct typo in 'Actions' examples
11932
11933 2002-05-29 [paul]       0.7.6claws24
11934
11935         * sync with 0.7.6cvs18
11936                 see ChangeLog 2002-05-28 and 2002-05-29
11937
11938         * src/news.c
11939           src/nntp.[ch]
11940                 sync with above 
11941
11942 2002-05-28 [paul]       0.7.6claws23
11943
11944         * sync with 0.7.6cvs16
11945                 see ChangeLog 2002-05-28
11946
11947 2002-05-27 [thorsten]   0.7.6claws22 
11948
11949         * faq/it/sylpheed-faq-1.html
11950           faq/it/sylpheed-faq-2.html
11951           faq/it/sylpheed-faq-3.html
11952           faq/it/sylpheed-faq.html
11953                 corrected DOS lineendings
11954         * faq/de/sylpheed-faq-1.html
11955           faq/de/sylpheed-faq-2.html
11956           faq/en/sylpheed-faq-1.html
11957           faq/en/sylpheed-faq-2.html
11958           faq/en/sylpheed-faq-3.html
11959           faq/es/sylpheed-faq-1.html
11960           faq/es/sylpheed-faq-2.html
11961           faq/es/sylpheed-faq-3.html
11962           faq/fr/sylpheed-faq-1.html
11963           faq/it/sylpheed-faq-1.html
11964           faq/it/sylpheed-faq-2.html
11965           faq/it/sylpheed-faq-3.html
11966           faq/it/sylpheed-faq.html
11967                 changed ">" to &quot;
11968
11969 2002-05-27 [paul]       0.7.6claws21
11970         
11971         * sync with 0.7.6cvs15
11972                 see ChangeLog 2002-05-27
11973
11974 2002-05-27 [paul]       0.7.6claws20
11975
11976         * src/prefs_account.c
11977                 correct a typo
11978
11979 2002-05-26 [paul]       0.7.6claws19
11980
11981         * tools/README
11982                 correct a typo
11983
11984 2002-05-25 [paul]       0.7.6claws18
11985
11986         * tools/README
11987                 add description of kmail2sylpheed.pl
11988
11989 2002-05-25 [paul]       0.7.6claws17
11990
11991         * tools/kmail2sylpheed.pl       ** NEW FILE **
11992                 perl script that converts an exported Kmail address
11993                 book, converts it to sylpheed addressbook file,
11994                 writes the file to .sylpheed, and updates
11995                 addrbook--index.xml 
11996
11997 2002-05-25 [paul]       0.7.6claws16
11998
11999         * sync with 0.7.6cvs14
12000                 see ChangeLog 2002-05-23
12001
12002 2002-05-24 [paul]       0.7.6claws15
12003
12004         * README.claws
12005                 make a correction and add some more info
12006
12007 2002-05-24 [paul]       0.7.6claws14
12008
12009         * src/compose.c
12010                 fix memory leak in 
12011                 compose_redirect_write_headers_from_headerlist()
12012                 add Subject and Resent-Message-ID to
12013                 compose_redirect_write_headers()
12014                 Received, Subject, and X-UIDL are filtered out in 
12015                 compose_redirect_write_to_file()
12016
12017 2002-05-23 [paul]       0.7.6claws13
12018
12019         * src/compose.[ch]
12020           src/filtering.c
12021           src/mainwindow.c
12022           src/matcher.[ch]
12023           src/matcher_parser_lex.l
12024           src/matcher_parser_parse.y
12025           src/prefs_common.[ch]
12026           src/prefs_filtering.c
12027           src/summaryview.c
12028                 rename 'Bounce' to 'Redirect'
12029
12030 2002-05-23 [paul]       0.7.6claws12
12031
12032         * more sync with 0.7.6cvs13
12033           src/compose.c
12034                 see ChangeLog 2002-05-22
12035
12036 2002-05-22 [paul]       0.7.6claws11
12037
12038         * sync with 0.7.6cvs13
12039           src/codeconv.c
12040                 see ChangeLog 2002-05-20
12041           src/prefs_common.c
12042                 see ChangeLog 2002-05-22
12043
12044 2002-05-21 [melvin]     0.7.6claws10
12045
12046         * src/folderview.c
12047                 Added missing filtering and scoring headers
12048                 Fixed bad function call that showed garbage 
12049                 in Folder->Processing
12050
12051 2002-05-21 [paul]       0.7.6claws9
12052
12053         * tools/Makefile.am
12054                 make all tools executable, (patch by Alfons).
12055
12056 2002-05-20 [alfons]     0.7.6claws8
12057
12058         * src/procheader.c
12059                 don't forget to call mktime() so we have a valid week 
12060                 and year day
12061                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12062
12063 2002-05-20 [paul]       0.7.6claws7
12064
12065         * src/html.c
12066                 fix broken parsing of urls
12067         * src/textview.c
12068                 fix displaying of urls
12069
12070                 both fixes from the patch [547855] by Eugene 
12071                 Brevdo (zonem)
12072
12073 2002-05-19 [alfons]     0.7.6claws6
12074
12075         * configure.in
12076                 make sylpheed configure correctly with the latest
12077                 and greatest of automake / autoconf / gettext
12078
12079 2002-05-19 [alfons]     0.7.6claws5
12080
12081         * src/procheader.c
12082         * src/procheader.h
12083                 add function for returning ime zone offset
12084         * src/quote_fmt.c
12085         * src/quote_fmt_parse.y
12086                 better quotation formatting - does not convert
12087                 to local time, but uses the original date string.
12088                 
12089                 Note: %z inserts the timezone offset (should 
12090                 work also on platforms where strftime does not
12091                 support %z).
12092
12093 2002-05-18 [christoph]  0.7.6claws4
12094
12095         * src/summaryview.c
12096                 fix indentation of some code
12097         * tools/Makefile.am
12098                 fix spaces after \
12099         * src/Makefile.am
12100                 add missing \
12101                 correct path for ignorethread.xpm
12102                 incorrect filename for sylpheed_logo.xpm
12103                 add missing include matcher_parser_parse.h
12104
12105 2002-05-18 [paul]       0.7.6claws3
12106
12107         * sync with 0.7.6cvs8
12108                 see ChangeLog 2002-05-16 and 2002-05-17
12109
12110 2002-05-18 [melvin]     0.7.6claws2
12111
12112         * README.claws
12113                 Corrected an action's definition and fixed some misspellings.
12114
12115 2002-05-18 [paul]       0.7.6claws1
12116
12117         * tools/Makefile.am
12118           tools/gpg-sign        ** new file **
12119           tools/uudec           ** new file **
12120                 add Melvin's Actions scripts
12121
12122         * README.claws
12123                 add Melvin's descriptions for Actions
12124
12125 2002-05-18 [paul]       0.7.6claws
12126
12127         * Version 0.7.6claws released
12128
12129 2002-05-17 [paul]       0.7.5claws32
12130
12131         * po/es.po
12132                 updated by Ricardo Mones Lastra
12133
12134 2002-05-17 [paul]       0.7.5claws31
12135
12136         * src/compose.c
12137                 fix Account prefs default folder for sent/draft/deleted
12138                 messages bug
12139
12140         * po/it.po
12141           po/nl.po
12142                 updated translation by Alessandro Maestri and
12143                 Wilbert Berendsen
12144
12145 2002-05-17 [melvin]     0.7.5claws30
12146
12147         * src/prefs_actions.c
12148                 Fixed bug where using %F not at the end of the command 
12149                 resulted in an additional empty argument being created.
12150                 Thanks to Darko Koruga for reporting the bug.
12151
12152 2002-05-17 [melvin]     0.7.5claws29
12153
12154         * po/fr.po
12155                 Updated French translations.
12156
12157 2002-05-15 [paul]       0.7.5claws28
12158         
12159         * po/es.po
12160                 updated by Ricardo Mones Lastra
12161
12162 2002-05-15 [paul]       0.7.5claws27
12163
12164         * sync with 0.7.6cvs4
12165                 see ChangeLog 2002-05-14 and 2002-05-15
12166
12167 2002-05-14 [paul]       0.7.5claws26
12168
12169         * sync with 0.7.6cvs1
12170                 see ChangeLog 2002-05-13
12171
12172 2002-05-13 [thorsten]   0.7.5claws25
12173
12174         * src/messageview.c
12175                 fix select_all and copy in multipart messages
12176         * src/mainwindow.c
12177                 fix select_all and copy in multipart messages
12178
12179 2002-05-12 [paul]       0.7.5claws24
12180
12181         * src/summaryview.c
12182                 reverse last commit, bug already fixed in 0.7.5claws3
12183
12184 2002-05-12 [netztorte]  0.7.5claws23
12185
12186         * src/summaryview.c
12187                 dont parse empty addressbook (checked in before claws20)
12188
12189 2002-05-12 [melvin]     0.7.5claws22
12190
12191         * src/procmsg.[ch]
12192                 Removed unneeded priority code introduced by the previous 
12193                 commit.
12194
12195 2002-05-12 [melvin]     0.7.5claws21
12196
12197         * src/compose.[ch]
12198                 Added possibility to set message's priority.
12199         * src/procmsg.[ch]
12200                 Added possibility to set message's priority.
12201                 Added missing headers
12202
12203 2002-05-12 [melvin]     0.7.5claws20
12204
12205         * src/prefs_actions.c
12206                 Removed implicitely added quotes around the name
12207                 of the temporary files of mime parts.
12208
12209 2002-05-12 [paul]       0.7.5claws19
12210
12211         * sync with 0.7.5cvs20
12212                 see ChangeLog 2002-05-11
12213
12214 2002-05-12 [alfons]     0.7.5claws18
12215
12216         * src/quote_fmt_lex.l
12217         * src/quote_fmt_parse.y
12218                 allow quote / reply date & time format to be set using
12219                 %D{format}. format is a format string you'd pass to
12220                 strftime() (see man strftime, or the Display tab |
12221                 Date format setting).
12222
12223                 Currently %D converts the date to local time. 
12224
12225 2002-05-11 [paul]       0.7.5claws17
12226
12227         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12228                 see ChangeLog 2002-05-10 and 2002-05-11
12229
12230 2002-05-10 [paul]       0.7.5claws16
12231
12232         * sync with 0.7.5cvs16
12233                 see ChangeLog entries 2002-05-09 and 
12234                 2002-05-10
12235
12236 2002-05-10 [colin]      0.7.5claws15
12237
12238         * src/textview.c
12239                 Corrected a bug that prevented sylpheed to open
12240                 double-clicked URIs.
12241
12242 2002-05-09 [paul]       0.7.5claws14
12243
12244         * sync with 0.7.5cvs14
12245                 see ChangeLog 2002-05-08 and 2002-05-09
12246
12247 2002-05-08 [paul]       0.7.5claws13
12248
12249         * sync with 0.7.5cvs11
12250                 see ChangeLog entry 2002-05-08
12251
12252 2002-05-08 [paul]       0.7.5claws12
12253
12254         * src/mainwindow.c
12255           src/textview.[ch]
12256                 fix segfault on View->Open in new window
12257                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12258
12259 2002-05-07 [paul]       0.7.5claws11
12260
12261         * sync with 0.7.5cvs9
12262                 see ChangeLog entry 2002-05-07
12263
12264 2002-05-06 [paul]       0.7.5claws10
12265
12266         * src/messageview.c
12267           src/textview.c
12268                 display url in statusbar on single-click
12269                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12270
12271 2002-05-06 [match]      0.7.5claws9
12272
12273         * src/addritem.[ch]
12274                 new functions.
12275         * src/addrcache.c
12276                 tidy up.
12277         * src/xmlprops.[ch]
12278                 XML implementation of properties file.
12279         * src/exporthtml.[ch]
12280         * src/expthtmldlg.[ch]
12281         * src/addressbook.c
12282                 export to HTML.
12283
12284 2002-05-02 [sergey]     0.7.5claws8
12285
12286         * src/mainwindow.c (mainwin_entries),
12287           src/prefs_common.c (prefs_send_create()),
12288           src/codeconv.c (locale_table):
12289                 use charset name "Windows-1251" instead of "CP1251".
12290
12291 2002-05-02 [colin]      0.7.5claws7
12292         
12293         * src/compose.c
12294           src/prefs_common.c
12295           src/prefs_folder_item.c
12296                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12297
12298 2002-05-02 [hiro]       0.7.5claws6
12299
12300         * src/imap.c
12301                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12302
12303 2002-05-02 [paul]       0.7.5claws5
12304
12305         * src/compose.c
12306                 more sync with 0.7.5cvs7, see ChangeLog entry
12307                 2002-05-02
12308
12309 2002-05-02 [hiro]       0.7.5claws4
12310
12311         * src/compose.c
12312                 compose_queue_sub():
12313                 check if queue folder exists (closes #550397).
12314                 removed directory creation since it should be handled
12315                 transparently.
12316         * src/imap.c
12317                 imap_add_msg(): return UID for appended message
12318                 (closes #548842).
12319
12320 2002-04-30 [paul]       0.7.5claws3
12321
12322         * src/summaryview.c
12323                 fix account_find_from_address() bug
12324
12325 2002-04-28 [colin]      0.7.5claws2
12326
12327         * src/compose.c
12328           src/textview.c
12329           src/prefs_common.[ch]
12330           src/utils.[ch]
12331                 Added user-definable quotation characters recognition.
12332
12333 2002-04-28 [paul]       0.7.5claws1
12334
12335         * sync with 0.7.5cvs4
12336                 see ChangeLog entry  2002-04-25
12337
12338 2002-04-28 [paul]       0.7.5claws
12339
12340         * po/es.po
12341           po/nl.po
12342           po/pt_BR.po
12343                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12344                 Fabio Junior Beneditto
12345
12346 2002-04-27 [jens]       0.7.4claws103
12347
12348         * po/de.po
12349                 updated German translation.
12350
12351 2002-04-27 [hiro]       0.7.4claws102
12352
12353         * src/summaryview.c
12354                 summary_write_cache(): fixed the mark loss of hidden messages.
12355
12356 2002-04-26 [melvin]     0.7.4claws101
12357
12358         * src/procmsg.c
12359                 fixed a second typo (same one)
12360         * po/fr.po
12361           po/it.po
12362           po/pt_BR.po
12363                 fixed the type again...
12364
12365 2002-04-26 [melvin]     0.7.4claws100
12366
12367         * src/procmsg.c
12368                 fixed a typo in an alert message ("temorary").
12369         * po/it.po
12370         * po/pt_BR.po
12371                 corrected the typo  described above.
12372         * po/fr.po
12373                 updated French translation.
12374
12375 2002-04-26 [darko]      0.7.4claws99
12376
12377         * src/summaryview.c
12378                 fix target folder colorization
12379
12380 2002-04-25 [paul]       0.7.4claws98
12381
12382         * po/it.po
12383                 updated by Alessandro Maestri
12384
12385 2002-04-24 [colin]      0.7.4claws97
12386         
12387         * src/compose.c
12388                 Fixed double "subject is empty" question.
12389
12390 2002-04-23 [colin]      0.7.4claws96
12391         
12392         * src/mimeview.c
12393                 Corrected issue when "automatically display images" was
12394                 not set : first image remained after selecting second.
12395
12396 2002-04-23 [melvin]     0.7.4claws95
12397
12398         * src/prefs_actions.c
12399                 Don't display in/out dialog if there is nothing to show.
12400
12401 2002-04-23 [paul]       0.7.4claws94
12402
12403         * sync with 0.7.5cvs3
12404                 bug fixes: see ChangeLog entry 2002-04-23
12405
12406 2002-04-22 [darko]      0.7.4claws93
12407
12408         * src/compose.c
12409                 fix previous check-in which changed code after
12410                 merge from main
12411
12412 2002-04-22 [paul]       0.7.4claws92
12413
12414         * faq/de/*
12415                 add German FAQ
12416         * faq/en/*
12417           faq/es/*
12418           faq/fr/*
12419                 update English, Spanish and French FAQs
12420         * manual/de/*
12421           manual/es/*
12422                 add German and Spanish manuals
12423         * manual/en/*
12424           manual/fr/*
12425                 update English and French manuals
12426
12427         * src/Makefile.am
12428                 add to and re-arrange the pixmap entries
12429
12430 2002-04-22 [darko]      0.7.4claws91
12431
12432         * src/compose.c
12433                 fix sender initials recognition to only allow
12434                 '>' after the initials
12435
12436 2002-04-21 [paul]       0.7.4claws90
12437
12438         * sync with 0.7.5 release
12439                 see ChangeLog entry 2002-04-21
12440
12441 2002-04-21 [alfons]
12442
12443         * src/Makefile.am
12444                 add colin's new pixmaps to EXTRA_DIST
12445
12446 2002-04-21 [colin]      0.7.4claws89
12447         * src/compose.c
12448         * src/inc.c
12449         * src/mainwindow.[ch]
12450         * src/prefs_common.[ch]
12451         * src/stock_pixmap.[ch]
12452                 Added "Work offline" ability.
12453
12454 2002-04-21 [colin]      0.7.4claws88
12455         
12456         * src/mimeview.c
12457         * src/prefs_common.c
12458         * src/prefs_common.h
12459         * src/textview.c : Added an option to common preferences -> display
12460           to allow user not to automatically display images.
12461
12462 2002-04-21 [paul]       0.7.4claws87
12463
12464         * sync with 0.7.4cvs52
12465                 see ChangeLog entry 2002-04-21 (src/imap.c)
12466
12467 2002-04-21 [paul]       0.7.4claws86
12468
12469         * sync with 0.7.4cvs51
12470                 see ChangeLog entry 2002-04-21
12471
12472 2002-04-21 [paul]       0.7.4claws85
12473
12474         * sync with 0.7.4cvs49
12475                 see ChangeLog entries 2002-04-20 and 2002-04-21
12476
12477         * src/Makefile.am
12478                 clean up: remove old 'stock_' element from xpm 
12479                 filenames.
12480
12481 2002-04-21 [alfons]     0.7.4claws84
12482
12483         apply sync patch from Paul
12484
12485         * src/folderview.c
12486                 use old claws prefs_folder_item_create() for now
12487
12488 2002-04-19 [match]      0.7.4claws83
12489
12490         * src/addressbook.[ch]
12491         * src/addrharvest.[ch]
12492         * src/addrgather.[ch]
12493                 recurse folders.
12494         * src/mainwindow.c
12495         * src/summaryview.[ch]
12496                 change menu option.
12497
12498 2002-04-19 [paul]       0.7.4claws82
12499
12500         * po/pt_BR.po
12501                 updated by Fabio Junior Beneditto
12502
12503 2002-04-14 [alfons]     0.7.4claws81
12504
12505         * src/passphrase.c
12506                 add #include <sys/types.h> for mode_t and off_t 
12507
12508 2002-04-13 [paul]       0.7.4claws80
12509         
12510         * src/main.c
12511           src/passphrase.[ch]
12512           src/pgptext.c
12513           src/prefs_common.[ch]
12514           src/rfc2015.c
12515                 enable storing of GnuPG passphrase for the whole 
12516                 session or a user-defined number of minutes. patch 
12517                 submitted by Ravemax <ravemax@dextrose.com>
12518
12519 2002-04-13 [alfons]     0.7.4claws79
12520
12521         * src/textview.c
12522                 make email parser also stop scanning when encountering separators
12523                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12524
12525 2002-04-13 [paul]       0.7.4claws78
12526
12527         * sync with 0.7.4cvs39
12528                 see ChangeLog entry 2002-04-12
12529
12530 2002-04-11 [paul]       0.7.4claws77
12531
12532         * sync with 0.7.4cvs37
12533                 see ChangeLog entry 2002-04-11
12534
12535 2002-04-11 [paul]       0.7.4claws76
12536
12537         * COPYING 
12538                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12539                 the clause for OpenSSL). sync with sylpheed main
12540
12541 2002-04-09 [melvin]     0.7.4claws75
12542
12543         * src/compose.c
12544                 Made 'Ctrl-Enter' on send ignore some modifiers 
12545                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12546                 to bind other *-Enter (but not Alt-Enter).
12547
12548 2002-04-09 [paul]       0.7.4claws74
12549
12550         * sync with 0.7.4cvs35
12551                 see ChangeLog entries 2002-04-09
12552
12553 2002-04-08 [paul]       0.7.4claws73
12554
12555         * sync with 0.7.4cvs33
12556                 see ChangeLog entry 200-04-08
12557
12558 2002-04-07 [match]      0.7.4claws72
12559
12560         * src/addrharvest.[ch]
12561                 fixed to read all addresses in header, regardless
12562                 of header size. improved name parsing. accommodate
12563                 harvest from folders and selected message.
12564         * src/addritem.[ch]
12565                 included new address parsing function.
12566         * src/addrgather.[ch]
12567         * src/addressbook.[ch]
12568         * src/summaryview.[ch]
12569         * src/mainwindow.c
12570                 allow address harvest of folder as well as selected
12571                 messages.
12572
12573 2002-04-07 [paul]       0.7.4claws71
12574
12575         * src/esmtp.[ch]
12576           src/smtp.c
12577                 don't try to authenticate with CRAM-MD5 in SMTP when 
12578                 SMTP-AUTH enabled if MTA doesn't issue this 
12579                 auth-method in it's ehlo-response. bug item #531364,
12580                 patch item #938910. patch submitted by Colin Leroy 
12581                 <colin@colino.net>
12582
12583 2002-04-07 [paul]       0.7.4claws70
12584
12585         * src/nntp.c
12586                 fix missing MODE_READER bug. patch submitted by
12587                 Colin Leroy <colin@colino.net>
12588
12589 2002-04-07 [alfons]     0.7.4claws69
12590
12591         * src/matcher.[ch]
12592         * src/prefs_filtering.c
12593         * src/summaryview.c
12594                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12595                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12596
12597 2002-04-07 [paul]       0.7.4claws68
12598
12599         * sync with 0.7.4cvs32
12600                 see ChangeLog entry 2002-04-06
12601
12602         * tools/filter_conv.pl
12603                 more bug fixes
12604
12605 2002-04-06 [paul]       0.7.4claws67
12606
12607         * tools/filter_conv.pl
12608                 modify to be able to find the name of the first
12609                 mailbox and use that. main's filter does not
12610                 record the full path to the mailbox and therefore
12611                 can only filter to the first mailbox.
12612
12613 2002-04-05 [paul]       0.7.4claws66
12614
12615         * tools/filter_conv.pl
12616                 attempt to make the script all-encompassing and
12617                 be able to convert any main 'filter' rule thrown
12618                 at it
12619
12620 2002-04-05 [paul]       0.7.4claws65
12621
12622         * tools/filter_conv.pl
12623                 allow for collapsed folder trees
12624
12625 2002-04-05 [paul]       0.7.4claws64
12626
12627         * sync with 0.7.4cvs31
12628                 see ChangeLog entries 2002-04-05
12629
12630 2002-04-03 [paul]       0.7.4claws63
12631
12632         * sync with 0.7.4cvs29
12633                 see ChangeLog entries 2002-04-02 and 2002-04-03
12634
12635 2002-04-02 [paul]       0.7.4claws62
12636
12637         * sync with 0.7.4cvs26
12638                 see ChangeLog entry 2002-04-01
12639
12640 2002-04-02 [match]      0.7.4claws61
12641
12642         * src/pine.[ch]
12643         * src/importpine.[ch]
12644         * src/addressbook.c
12645                 import Pine address book.
12646
12647 2002-04-02 [match]      0.7.4claws60
12648
12649         * src/addrharvest.[ch]
12650                 improve address parsing of funky addresses.
12651
12652 2002-04-02 [darko]      0.7.4claws59
12653
12654         * src/compose.c
12655                 wrap on send improvements, it now recognizes quoted
12656                 initials as part of the quotation string, and it
12657                 does not join lines separated by CR
12658
12659 2002-04-01 [match]      0.7.4claws58
12660
12661         * src/mgutils.[ch]
12662                 added new functions.
12663         * src/mutt.[ch]
12664                 remove excessive duplicate address generation
12665                 on import.
12666
12667 2002-04-01 [alfons]     0.7.4claws57
12668         
12669         * src/summaryview.c
12670                 put back g_free() 
12671
12672 2002-04-01 [paul]       0.7.4claws56
12673
12674         * sync with 0.7.4cvs25
12675                 see ChangeLog entry 2002-04-01
12676
12677 2002-04-01 [alfons]     0.7.4aprilfool55
12678
12679         * src/summaryview.c
12680                 honour feature request item #537427 to allow for
12681                 displaying names from address book for sent mail also
12682
12683 2002-03-29 [paul]       0.7.4claws54
12684
12685         * src/mainwindow.c
12686           src/prefs_filtering.[ch]
12687           src/prefs_matcher.c
12688           src/summaryview.c
12689                 add 'fast filter' for claws' filtering,
12690                 /Tools/Create filter rule/... patch submitted
12691                 by Neill Miller <neillm@thecodefactory.org>
12692
12693 2002-03-29 [paul]       0.7.4claws53
12694
12695         * sync with 0.7.4cvs24
12696                 see ChangeLog entry 2002-03-29
12697
12698 2002-03-28 [paul]       0.7.4claws52
12699
12700         * sync with 0.7.4cvs23
12701                 see ChangeLog entry 2002-03-28
12702
12703 2002-03-27 [melvin]     0.7.4claws51
12704
12705         * src/prefs_actions.c
12706                 Added support to pass only one message part (as a
12707                 file) to the command using '%p'. No quotes are needed
12708                 because doubles quotes are automatically added.
12709                 Fixed bug where Sylpheed could block when waiting for
12710                 a child process to finish.
12711                 Changed the help menu to remove quotes around symbols to 
12712                 avoid misinterpretation (they must not be used).
12713
12714 2002-03-27 [melvin]     0.7.4claws50
12715
12716         * src/inc.c
12717                 Made the new mail notification command always 
12718                 execute asynchronously.
12719
12720 2002-03-27 [paul]       0.7.4claws49
12721
12722         * src/compose.c
12723                 fix bug introduced in last commit
12724
12725 2002-03-27 [paul]       0.7.4claws48
12726
12727         * sync with 0.7.4cvs21
12728                 see ChangeLog 2002-03-26 and 2002-03-27
12729
12730 2002-03-26 [hoa]        0.7.4claws47
12731
12732         * src/prefs_folder_item.c
12733                 really fixed the bug #516442 with folder rescan.
12734
12735 2002-03-26 [paul]       0.7.4claws46
12736
12737         * sync with 0.7.4cvs19
12738                 see ChangeLog entries 2002-03-25 and 2002-03-26
12739
12740 2002-03-25 [hoa]        0.7.4claws45
12741
12742         * src/matcher.c
12743         * src/mh.c
12744                 fix the bug #516442 with folder rescan.
12745
12746         * src/prefs_common.[ch]
12747         * src/compose.c
12748                 added an option to enable two different behaviours
12749                 for bounce.
12750
12751
12752 2002-03-25 [paul]       0.7.4claws44
12753
12754         * src/mainwindow.c
12755           src/selective_download.c
12756                 correct a few menuitem labels
12757
12758 2002-03-25 [christoph]  0.7.4claws43
12759
12760         * src/procmsg.c
12761                 fix non deleted tmp message in
12762                 procmsg_save_to_outbox
12763                 fix problems caused by sync with
12764                 main branch's procmsg_send_queue
12765
12766 2002-03-25 [paul]       0.7.4claws42
12767
12768         * src/quote_fmt.c
12769           src/quote_fmt_lex.l
12770           src/quote_fmt_parse.y
12771                 add Last name (%L) placeholder for quoting. 
12772                 patch submitted by Thorsten Thielen 
12773                 <thth@users.sourceforge.net>
12774
12775 2002-03-25 [paul]       0.7.4claws41
12776
12777         * src/utils.c
12778                 get full hostname. patch submitted by
12779                 Bob Woodside <rwoodside1@comcast.net>
12780
12781 2002-03-25 [paul]       0.7.4claws40
12782
12783         * src/account.c
12784           src/news.c
12785           src/nntp.[ch]
12786           src/prefs_account.[ch]
12787                 enable NNTP over SSL. patch submitted by
12788                 Pascal Jermini <pascal@infinity.hn.org>
12789
12790 2002-03-24 [paul]       0.7.4claws39
12791
12792         * src/prefs_common.c
12793                 make the arrangement of the Compose tab more
12794                 coherent
12795
12796         * src/mainwindow.c
12797                 fix some irregularities of style
12798
12799         * po/de.po
12800                 updated by Kilian Krause
12801
12802 2002-03-23 [paul]       0.7.4claws38
12803
12804         * po/pt_BR.po
12805                 updated by Fabio Junior Beneditto
12806
12807 2002-03-23 [paul]       0.7.4claws37
12808
12809         * src/mainwindow.c
12810                 move 'Gather addresses' to 'Tools' menu
12811                 make 'Selective download' sensitive
12812
12813 2002-03-23 [paul]       0.7.4claws36
12814
12815         * sync with 0.7.4cvs16
12816                 see ChangeLog entries 2002-03-23
12817
12818 2002-03-22 [christoph]  0.7.4claws35
12819
12820         * src/quote_fmt_parse.y
12821                 fix include program output
12822
12823 2002-03-22 [alfons]     0.7.4claws34
12824
12825         * src/pop.c
12826                 initialize GDate stack variable correctly (sorry!)
12827
12828 2002-03-22 [paul]       0.7.4claws33
12829
12830         * src/compose.c
12831           src/mainwindow.c
12832           src/prefs_actions.c
12833           src/prefs_common.c
12834                 rename 'Tool' to 'Tools'
12835
12836         * src/mainwindow.c
12837                 move 'Delete duplicated messages' from
12838                 'Message/' to 'Tools/'
12839                 re-arrange the order of 'Tools/' items
12840
12841 2002-03-22 [paul]       0.7.4claws32
12842
12843         * src/addr_compl.c
12844           src/addressbook.[ch]
12845                 auto-address completion now also matches on
12846                 Nickname. patch submitted by Bob Forsman 
12847                 <hammor@users.sourceforge.net>
12848
12849         * src/editaddress.c
12850                 correct a spelling mistake
12851
12852 2002-03-22 [alfons]     0.7.4claws31
12853
12854         * src/pop.c
12855                 fix getting uidl from incorrect string 
12856                 (spotted by Colin)
12857
12858 2002-03-21 [alfons]     0.7.4claws30
12859
12860         * src/pop.c
12861                 more code refactoring
12862                 plug mem leak introduced by delete on server
12863
12864 2002-03-21 [paul]       0.7.4claws29
12865
12866         * sync with 0.7.4cvs11
12867                 see ChangeLog entries 2002-03-20
12868
12869 2002-03-20 [alfons]     0.7.4claws28
12870
12871         * src/inc.c
12872                 apply Colin's patch and refactor
12873
12874 2002-03-20 [paul]       0.7.4claws27
12875
12876         * sync with sylpheed 0.7.4cvs9
12877                 see ChangeLog entry 2002-03-20
12878
12879 2002-03-19 [christoph]  0.7.4claws26
12880
12881         * src/mh.c
12882         * src/procmsg.[ch]
12883         * src/summaryview.c
12884                 revert changes for flag updates
12885                 (does not work correctly and no time to debug)
12886
12887 2002-03-20 [alfons]     0.7.4claws25
12888
12889         * src/pop.c
12890                 refactor should_delete() a little bit 
12891
12892 2002-03-19 [paul]       0.7.4claws24
12893
12894         * src/inc.[ch]
12895           src/pop.c
12896           src/prefs_account.[ch]
12897                 allow the user to leave downloaded mail on the 
12898                 server for n days. Patch submitted by Colin Leroy 
12899                 <colin@colino.net>
12900
12901 2002-02-19 [paul]       0.7.4claws23
12902
12903         * sync with sylpheed 0.7.4cvs8
12904                 see ChangeLog entries 2002-03-19
12905
12906 2002-03-18 [paul]       0.7.4claws22
12907
12908         * sync with sylpheed 0.7.4cvs6
12909                 see ChangeLog entry 2002-03-18
12910
12911 2002-03-18 [paul]       0.7.4claws21
12912
12913         * po/en_GB.po
12914                 add en_GB message catalogue
12915
12916         * src/mbox_folder.c
12917           src/prefs_account.c
12918           src/prefs_actions.c
12919                 correct a few spelling mistakes
12920
12921 2002-03-17 [alfons]     0.7.4claws20
12922
12923         * src/matcher.c
12924                 more stringent checks for NULL params when writing
12925                 filtering actions to a file
12926                 
12927 2002-03-17 [hoa]        0.7.3claws20
12928
12929         * src/news.c
12930                 fixed the count of new messages
12931
12932         * src/compose.c
12933                 fixed the "attachment properties" window
12934
12935 2002-03-17 [paul]       0.7.4claws19
12936
12937         * src/defs.h
12938           src/folder.h
12939           src/news.c
12940           src/prefs_account.[ch]
12941           src/procmsg.[ch]
12942           src/summaryview.c
12943                 automatically mark cross-posted messages as read 
12944                 and (optionally) give them a colour label
12945                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12946                 
12947
12948 2002-03-17 [paul]       0.7.4claws18
12949
12950         * sync with sylpheed 0.7.4cvs5
12951                 see ChangeLog entry 2002-03-17
12952
12953 2002-03-17 [melvin]     0.7.4claws17
12954         
12955         * src/textview.c
12956                 Worked around a gtktext 'bug': when searching for 
12957                 a text in a long message it was scrolling slowly
12958                 line by line until it hit the searched text.
12959         * po/fr.po
12960                 Updated French translation
12961
12962 2002-03-17 [melvin]     0.7.4claws16
12963
12964         * src/mainwindow.c
12965         * src/compose.c
12966         * src/prefs_actions.c
12967                 Moved "Edit/Actions" to "Tool/Actions"
12968                 Made mainwindow/compose window sensitive as soon as
12969                 no child process is running anymore even if the io dialog
12970                 is open.
12971                 Fixed a struct being initialized with a non constant char*
12972
12973 2002-03-16 [christoph]  0.7.4claws15
12974
12975         * configure.in
12976                 add --with-compiler-flags option
12977                 (only for developer hacking)
12978         * src/mh.c
12979         * src/procmsg.[ch]
12980         * src/summaryview.c
12981                 try to make folder-stats and flag handling more
12982                 independent from the summaryview. msgcounts
12983                 are only set when the folder is opened and
12984                 procmsg_msginfo_(un)set_flags will handle it
12985                 later and summaryview will get the values
12986                 from the folder.
12987
12988 2002-03-16 [paul]       0.7.4claws14
12989
12990         * src/messageview.c
12991                 fix Return-receipt. Patch submitted by Bob
12992                 Woodside <rwoodside1@comcast.net>
12993
12994 2002-03-16 [paul]       0.7.4claws13
12995
12996         * src/compose.c
12997                 fix 'dynamic' signatures, make it work again
12998                 broken during sync on 2002-03-14 (0.7.4claws2)
12999
13000 2002-03-15 [match]      0.7.4claws12
13001
13002         * src/addrharvest.[ch]
13003         * src/addrgather.[ch]
13004         * src/addressbook.[ch]
13005         * src/mainwindow.c
13006                 included address harvester feature. still some
13007                 issues with address parsing that I will fix.
13008
13009 2002-03-15 [match]      0.7.4claws11
13010
13011         * src/addrbook.[ch]
13012         * src/addrcache.[ch]
13013         * src/addressbook.[ch]
13014         * src/addrindex.c
13015         * src/editbook.c
13016         * src/importldif.c
13017         * src/importmutt.c
13018         * src/jpilot.[ch]
13019         * src/main.c
13020         * src/syldap.[ch]
13021         * src/vcard.[ch]
13022                 tidy up. fix memory leaks. moved attribs and methods
13023                 from individual interfaces to addrcache object. prep
13024                 for new stuff to come in.
13025
13026 2002-03-15 [alfons]     0.7.4claws10
13027
13028         * src/matcher.[ch]
13029         * src/matcher_parser_parse.y
13030         * src/matcher_parser_lex.l
13031         * src/prefs_matcher.c
13032                 add filtering conditions message greater than, smaller 
13033                 than, and exactly matching a size in bytes
13034                 (does not work with delete from POP3 server yet)
13035
13036                 this should also give others an idea what you should
13037                 do to add new criterions to claws filtering system
13038                 
13039
13040 2002-03-15 [paul]       0.7.4claws9
13041
13042         * tools/filter_conv.pl
13043                 exit if there are no filter rules to convert
13044                 rename filterrc to filterrc.old after completion
13045
13046 2002-03-15 [paul]       0.7.4claws8
13047
13048         * sync with sylpheed 0.7.4cvs3
13049                 see ChangeLog entry 2002-03-14
13050
13051 2002-03-14 [paul]       0.7.4claws7
13052
13053         * src/compose.c
13054                 clean up the last commit (ahem)
13055
13056 2002-03-14 [paul]       0.7.4claws6
13057
13058         * src/compose.c
13059                 fix bug #515655. honour account preferences
13060                 regarding gpg default signing/encryption when 
13061                 changing account from the compose window.
13062
13063 2002-03-14 [paul]       0.7.4claws5
13064
13065         * src/folderview.c
13066                 remove unnecessary curly brackets
13067
13068 2002-03-14 [paul]       0.7.4claws4
13069
13070         * src/folderview.c
13071           src/prefs_filtering.[ch]
13072                 add filter rename on folder rename and filter
13073                 delete on folder delete. Patch submitted by
13074                 Neill Miller <neillm@thecodefactory.org> 
13075
13076 2002-03-14 [christoph]  0.7.4claws3
13077
13078         * src/procmsg.c
13079         * src/send.c
13080                 fix local delivery
13081                 (patch submitted by "Simon 'corecode' Schubert")
13082         * src/prefs_common.c
13083         * src/procmsg.c
13084                 fix gcc 3.0 warning
13085
13086 2002-03-14 [paul]       0.7.4claws2
13087
13088         * sync with sylpheed 0.7.4cvs2
13089                 see ChangeLog entry 2002-03-13
13090
13091 2002-03-12 [darko]      0.7.4claws1
13092
13093         * src/mainwindow.c
13094                 fix what seems to be a copy and paste error
13095                 when setting color for important messages
13096                 (reported by wwp)
13097
13098 2002-03-11 [paul]       version 0.7.4claws released
13099
13100 2002-03-11 [paul]       0.7.4claws
13101
13102         * po/es.po
13103           po/it.po
13104           po/nl.po
13105           po/pt_BR.po
13106                 update message catalogs. Submitted by Ricardo Mones 
13107                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13108                 Fabio Junior Beneditto
13109
13110         * configure.in
13111           faq/Makefile.am
13112           faq/it/Makefile
13113           faq/it/sylpheed-faq*
13114           src/mainwindow.c
13115           src/manual.[ch]
13116                 add FAQ in Italian
13117         
13118
13119 2002-03-11 [jens]       0.7.3claws7
13120
13121         * po/de.po
13122                 updated German translation
13123
13124 2002-03-11 [melvin]     0.7.3claws6
13125
13126         * po/fr.po
13127                 updated and corrected French translation
13128
13129 2002-03-10 [hoa]        0.7.3claws5
13130
13131         * src/account.c
13132         * src/inc.c
13133         * src/prefs_account.c
13134         * src/procmsg.c
13135         * src/send.[ch]
13136                 fixed the local account.
13137                 you have to change the default "/usr/sbin/sendmail"
13138                 to "/usr/sbin/sendmail -t" in the preferences of
13139                 the local account.
13140
13141         * src/procmime.c
13142                 removed some debug display for renderer
13143
13144 2002-03-10 [paul]       0.7.3claws4
13145
13146         * faq/en/sylpheed-faq-1.html
13147           faq/en/sylpheed-faq-2.html
13148                 update
13149
13150 2002-03-09 [paul]       0.7.3claws3
13151
13152         * sync with sylpheed 0.7.4
13153                 see ChangeLog entry 2002-03-09
13154
13155 2002-03-08 [paul]       0.7.3claws2
13156
13157         * faq/en/sylpheed-faq*
13158           faq/es/sylpheed-faq*
13159           faq/fr/sylpheed-faq*
13160                 update the FAQs
13161
13162         * manual/fr/.cvsignore
13163           manual/fr/Makefilea.am
13164           manual/fr/sylpheed*
13165           src/mainwindow.c
13166           src/manual.[ch]
13167                 add the French manual
13168
13169 2002-03-07 [paul]       0.7.3claws1
13170
13171         * sync with sylpheed 0.7.3cvs4
13172                 see ChangeLog entries  2002-03-06 and 2002-03-07
13173         
13174         * po/nl.po
13175                 updated by Wilbert Berendsen
13176
13177 2002-03-07 [melvin]     0.7.2claws34
13178
13179         * src/selective_download.c
13180                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13181
13182 2002-03-06 [paul]       0.7.2claws33
13183
13184         * sync with sylpheed 0.7.3cvs1
13185                 bug fix, see ChangeLog entry 2002-03-05
13186
13187 2002-03-05 [paul]       0.7.2claws32
13188
13189         * src/mimeview.c
13190           src/pgptext.[ch]
13191           src/procmsg.c
13192                 reverse the pgp ascii-armored code implemented in 
13193                 0.7.2claws16. removal of this code until it matures.
13194                 this means that verifying ascii-armored pgp sigs and
13195                 automatic decryption of ascii-armored encrypted
13196                 messages no longer works.
13197
13198 2002-03-05 [paul]       0.7.2claws31
13199
13200         * configure.in
13201           Makefile.am
13202         * faq/Makefile.am
13203         * faq/en/Makefile.am
13204           faq/en/sylpheed-faq.html
13205           faq/en/sylpheed-faq-1.html
13206           faq/en/sylpheed-faq-2.html
13207           faq/en/sylpheed-faq-3.html
13208         * faq/es/Makefile.am
13209           faq/es/sylpheed-faq.html
13210           faq/es/sylpheed-faq-1.html
13211           faq/es/sylpheed-faq-2.html
13212           faq/es/sylpheed-faq-3.html
13213           faq/es/sylpheed-faq-4.html
13214         * faq/fr/Makefile.am
13215           faq/fr/sylpheed-faq.html
13216           faq/fr/sylpheed-faq-1.html
13217           faq/fr/sylpheed-faq-2.html
13218           faq/fr/sylpheed-faq-3.html
13219         * src/Makefile.am
13220           src/defs.h
13221           src/mainwindow.c
13222           src/manual.[ch]
13223                 add FAQs in English, Spanish and French
13224
13225
13226 2002-03-05 [paul]       0.7.2claws30
13227
13228         * manual/en/sylpheed.html
13229           manual/en/sylpheed-XX.html
13230                 updated the English manual
13231
13232 2002-03-05 [hoa]        
13233
13234         * src/summaryview.c
13235                 dialog box pops up if the article can't be deleted.
13236
13237 2002-03-04 [paul]       
13238         
13239         * po/pt_BR.po
13240                 updated by Fabio Junior Benedito
13241
13242 2002-03-04 [hoa]
13243
13244         * removed ac/gpgme.m4
13245                 to avoid autogen common problem
13246                 developers have to install gpgme development package now
13247
13248         * src/compose.c
13249                 encoding to 7bit or 8bit is enabled.
13250
13251 2002-03-03 [alfons]     0.7.2claws29
13252
13253         * src/pop.c
13254                 merge fix by Oliver Haertel for selective
13255                 download buglet
13256
13257 2002-03-03 [paul]       0.7.2claws28
13258         
13259         * sync with sylpheed 0.7.3
13260
13261 2002-03-03 [paul]       0.7.2claws27
13262
13263         * sync with sylpheed 0.7.2cvs24
13264                 see ChangeLog entries 2002-03-02 and 2002-03-03
13265
13266 2002-03-02 [melvin]     0.7.2claws26
13267
13268         * src/inc.[ch]
13269         * src/main.c
13270         * src/mainwindow.c
13271         * src/prefs_common.[ch]
13272                 Added user definable notification on new mail arrival.
13273                 Removed unused variables in spell checker prefs code.
13274
13275 2002-03-02 [melvin]     0.7.2claws25
13276
13277         * src/quote_fmt.c
13278                 Removed unnecessary escape sequences.
13279                 Changed 'Initial...' to 'Initials of Sender'
13280
13281 2002-03-02 [paul]       0.7.2claws24
13282
13283         * sync with sylpheed 0.7.2cvs22
13284                 see ChangeLog entry 2002-03-01
13285
13286 2002-03-01 [hoa]        0.7.2claws23
13287
13288         * src/mainwindow.c
13289                 Set sensitivity of delete actions to active
13290                 even if the folder is a newsgroup.
13291
13292         * src/summaryview.c
13293                 - Set sensitivity of delete actions
13294                 - Added function check_permission() that will check if the
13295                   user is authorized to delete a message. For news, it
13296                   will check if the author is the same.
13297                 - Enabled deletion when there is no trash folder.
13298
13299         * src/news.[ch]
13300                 - Added news_cancel_article() to cancel articles
13301                 - Implemented news_remove_message() (public function)
13302
13303 2002-03-01 [paul]       0.7.2claws22
13304
13305         * src/gtkutils.c
13306           src/textview.c
13307                 recognise urls that that don't include 'http://' and
13308                 simply begin 'www.' 
13309
13310         * AUTHORS
13311                 remove duplicated name
13312
13313 2002-02-28 [paul]       0.7.2claws21
13314
13315         * src/mainwindow.c
13316           src/summaryview.[ch]
13317                 add ability to 'Select thread'
13318                 combines Melvin's "Select thread's head" patch (#510907)
13319                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13320                 patch (#518514) 
13321
13322 2002-02-28 [paul]       0.7.2claws20
13323
13324         * src/mimeview.c
13325                 hopefully fix segfault on right-clicking a mime part
13326                 that some people have experienced.      
13327                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13328
13329 2002-02-28 [paul]       0.7.2claws19
13330
13331         * sync with sylpheed 0.7.2cvs21
13332                 see ChangeLog entries 2002-02-27 and 2002-02-28
13333
13334 2002-02-27 [paul]       0.7.2claws18
13335
13336         * sync with sylpheed 0.7.2cvs18
13337                 see ChangeLog entries 2002-02-26 and 2002-02-27
13338
13339 2002-02-26 [alfons]     0.7.2claws17
13340
13341         * src/procheader.c
13342                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13343                 (spotted by Chris Hessman <idatech@gmx.net>)
13344
13345 2002-02-26 [paul]       0.7.2claws16
13346
13347         * src/mimeview.c
13348           src/pgptext.[ch]
13349           src/procmsg.c
13350                 make decryption of ascii-armored pgp encrypted messages
13351                 and verification of ascii-armored signatures work again.
13352                 slightly altered from the patch by Jens Jahnke 
13353                 <jan0sch@gmx.net>
13354
13355                 ##FIX ME##
13356                 * the checking of plaintext signatures always comes up in 
13357                   a popup box
13358                 * it doesn't work for multipart messages 
13359                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13360                   including the msg headers and these 2 line themselves, are 
13361                   not displayed
13362
13363         * src/mainwindow.c
13364                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13365                 "View/Message View" becomes "View/Separate Message View"
13366                 because its less ambiguous.
13367
13368         * po/es.po
13369                 updated by Ricardo Mones Lastra
13370
13371 2002-02-26 [paul]       0.7.2claws15
13372
13373         * sync with sylpheed 0.7.2cvs17
13374                 see ChangeLog entries 2002-02-25 and 2002-02-26
13375
13376 2002-02-25 [christoph]  0.7.2claws14
13377
13378         * src/filtering.[ch]
13379         * src/inc.c
13380                 do filtering stuff after all messages have been received
13381                   1. drop all messages to .processing
13382                   2. scan processing folder for messages
13383                   3. filter messages or move to inbox
13384                 this will also find old messages left in processing after
13385                 a crash or something like that and we get a real msginfo
13386                 from folder->get_msg_list and do not have to create our
13387                 own in filter_message
13388         * src/matcher_parser_parse.y
13389                 remove MIX/MAX warning (reordered includes)
13390
13391 2002-02-25 [paul]       0.7.2claws13
13392
13393         * sync with sylpheed 0.7.2cvs15
13394                 see ChangeLog entry 2002-02-24
13395
13396 2002-02-24 [alfons]     0.7.2claws12
13397
13398         * src/filtering.c
13399                 clear old color flags first when applying a new color to
13400                 a message info. 
13401                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13402
13403 2002-02-24 [alfons]     0.7.2.claws11
13404         
13405         * AUTHORS
13406         * src/prefs_common.c
13407                 add presets for Opera and Konqueror, closes patch #517261,
13408                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13409
13410 2002-02-24 [alfons]     0.7.2.claws10
13411
13412         * AUTHORS
13413         * src/summaryview.c
13414                 fix threading for null message ids, closes patch #521601,
13415                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13416
13417 2002-02-24 [alfons]     0.7.2claws9
13418
13419         * src/summaryview.c
13420         * src/filtering.c
13421                 make Tool | Filter Message work with filtering system so
13422                 setting flags also works
13423
13424                 TODO:
13425
13426                 - Processing uses the same function as Tool | Filter
13427                   Message, but doesn't use the same update proc yet
13428
13429 2002-02-23 [paul]       0.7.2claws8
13430
13431         * sync with sylpheed 0.7.2cvs14
13432                 see ChangeLog entries 2002-02-22 and 2002-02-23
13433
13434 2002-02-22 [christoph]  0.7.2claws7
13435
13436         * src/quote_fmt.c
13437                 Add column space to table
13438         * src/quote_fmt_parse.y
13439                 Close files
13440
13441 2002-02-22 [paul]       0.7.2claws6
13442
13443         * src/Makefile.am
13444           src/defs.h
13445           src/filtering.c
13446           src/inc.[ch]
13447           src/mainwindow.c
13448           src/matcher.[ch]
13449           src/matcher_parser_lex.l
13450           src/matcher_parser_parse.y
13451           src/pop.[ch]
13452           src/prefs_account.h
13453           src/prefs_filtering.c
13454           src/selective_download.[ch]   *** NEW FILES ***
13455           src/utils.[ch]
13456           po/POTFILES.in
13457                 Selective Download added to 'Tool' menu. 
13458                 Retrieves email headers of the currently selected pop3 
13459                 account and allows the user to mark emails for deletion 
13460                 right on the pop3 server. Patch submitted by Oliver Haertel 
13461                 <oha@users.sourceforge.net>.
13462         
13463         * po/POTFILES.in
13464                 add 'src/quote_fmt.c'           
13465
13466 2002-02-22 [christoph]  0.7.2claws5
13467
13468         * src/Makefile.am
13469                 added quote_fmt.c
13470         * src/prefs_common.[ch]
13471         * src/prefs_template.c
13472         * src/quote_fmt.c               *** NEW FILE ***
13473         * src/quote_fmt.h
13474                 move quote format symbol description code
13475                 to it's own file because it is used from
13476                 differnent code parts
13477                 Rewrote symbol description GUI
13478                   + use table
13479                   + add separators
13480                   + get data from array (no more long constant strings)
13481         * src/quote_fmt_lex.l
13482         * src/quote_fmt_parse.y
13483                 Symbol for Literal % changed to \% instead of %%
13484                 (More logical as \ is used for quoting for other symbols)
13485                 Add |f and |p to include files and program output
13486                 Examples:
13487                     |f{/home/.../.signature}
13488                     |p{date}
13489         * po/de.po
13490                 Correct wrong spelling for "Referenzen"
13491
13492 2002-02-21 [paul]       0.7.2claws4
13493
13494         * src/procmsg.c
13495                 forgotten during sync
13496
13497 2002-02-21 [paul]       0.7.2claws3
13498
13499         * sync with sylpheed 0.7.2cvs11
13500                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13501                 2002-02-20 and 2002-02-21
13502
13503 2002-02-20 [melvin]     0.7.2claws2
13504
13505         * src/prefs_actions.c
13506                 Added error report when child cannot fork or when execvp 
13507                 returns with an error.
13508
13509 2002-02-19 [christoph]  0.7.2claws1
13510
13511         * src/codeconv.c
13512                 return unconverted text if conde conversion is not possible
13513                 when libjconv is used.
13514                 (patch submitted by "Simon 'corecode' Schubert")
13515
13516 2002-02-19 [paul]       
13517
13518         * version 0.7.2claws release
13519
13520 2002-02-19 [paul]       0.7.2claws
13521
13522         * po/nl.po
13523                 updated by Wilbert Berendsen
13524
13525
13526 2002-02-18 [alfons]     0.7.1claws13
13527
13528         * src/syldap.c
13529         * src/jpilot.c
13530                 remove references to dlfcn and explicitly loading functions
13531                 from dynalink libs, because libs linked anyway, and functions
13532                 are loaded explicitly
13533
13534 2002-02-17 [melvin]     0.7.1claws12
13535
13536         * src/prefs_actions.c
13537                 Replaced children wait loop with double fork technique.
13538                 Now, input/output window updated at each new output.
13539                 free_children(): Fixed a memory leak.
13540                 Made input/output window non closable if running children
13541                 still exist.
13542                 Added missing <unistd.h> include.
13543                 Added some --debug outputs.
13544
13545 2002-02-17 [melvin]     0.7.1claws11
13546
13547         * src/summaryview.c
13548                 Fixed bug where descending sort order did not select top
13549                 message.
13550
13551 2002-02-17 [melvin]     0.7.1claws10
13552
13553         * acconfig.h
13554                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13555         * src/prefs_common.c
13556                 Pspell data package directory no more hard coded but
13557                 set during configuration (PSPELL_PATH). (Thanks to 
13558                                 Gustavo Noronha Silva.)
13559
13560 2002-02-17 [melvin]     0.7.1claws9
13561
13562         * configure.in
13563                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13564         * src/gtkspell.c
13565                 Fixed compile-time warnings.
13566
13567 2002-02-16 [alfons]     0.7.1claws8
13568
13569         * src/filesel.c
13570                 fix inadvertent free of NULL pointer which caused
13571                 sylpheed to crash when closing the save-as dialog
13572                 using the window close button
13573
13574 2002-02-16 [carsten]    0.7.1claws7
13575         * src/mainwindow.[ch]
13576           src/summaryview.c
13577           src/prefs_common.c
13578                 fixes for pixmap theming code:
13579                         - recently changed mail attributes shouldn't get
13580                           lost any longer
13581                         - theme is only reloaded iff another theme was
13582                           selected
13583
13584 2002-02-16 [paul]       0.7.1claws6
13585
13586         * sync with sylpheed 0.7.2 release
13587                 see ChangeLog entry 2002-02-15 and 2002-02-16
13588
13589 2002-02-15 [paul]       0.7.1claws5
13590
13591         * sync with sylpheed 0.7.1cvs9
13592                 see ChangeLog entry 2002-02-15
13593
13594         * po/POTFILES.in
13595                 remove unneeded headerwindow.c entry
13596
13597 2002-02-14 [carsten]    0.7.1claws4
13598         * src/summaryview.c
13599                 fixed a bug for "Go to next unread message": there was
13600                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13601                 in the prefs, because of doing "Search again" instead
13602                 "No"
13603
13604 2002-02-14 [carsten]    0.7.1claws3
13605         * src/stock_pixmap.c
13606                 removed 2 more mem leaks; following memprof,
13607                 this code is "leak free" now :)
13608
13609 2002-02-14 [carsten]    0.7.1claws2
13610         * src/stock_pixmap.c
13611                 used opendir/readdir/closedir instead of scandir
13612                 -> code should work now on Solaris
13613
13614 2002-02-14 [paul]       0.7.1claws1
13615
13616         * sync with sylpheed 0.7.1cvs8
13617                 see ChangeLog entries 2002-02-13 and 2002-02-14
13618
13619         * README.claws
13620                 add some description of Actions and Pixmap Themes
13621
13622 2002-02-13 [paul]       
13623
13624         * version 0.7.1claws release
13625
13626 2002-02-13 [paul]       0.7.1claws
13627
13628         * po/es.po
13629           po/it.po
13630           po/pt_BR.po
13631                 updated translations, submitted by Ricardo Mones Lastra,
13632                 Alessandro Maestri and Fabio Junior Beneditto
13633
13634 2002-02-13 [melvin]     0.7.0claws75
13635
13636         * src/prefs_actions.c
13637                 Added missing "signal.h" include
13638
13639 2002-02-13 [melvin]     0.7.0claws74
13640
13641         * src/prefs_folder_item.c
13642                 Added missing "config.h" include
13643         * po/fr.po
13644                 Updated French translation for folder propriety.
13645
13646 2002-02-13 [jens]       0.7.0claws73
13647
13648         * po/POTFILES.in
13649                 Added missing src/prefs_folder_item.c [log added by melvin]
13650         * po/de.po
13651                 Updated German translation.
13652
13653 2002-02-13 [melvin]     0.7.0claws72
13654
13655         * po/fr.po
13656                 Updated French translation.
13657
13658 2002-02-13 [melvin]     0.7.0claws71
13659
13660         * src/gtkutils.c
13661                 Made gtkut_editable_get_selection return NULL if selection
13662                 is of length zero.
13663                 This fixes a bug where selecting part of message A then
13664                 switching to message B and replying to it will not
13665                 quote the message's body.
13666
13667 2002-02-12 [paul]       0.7.0claws70
13668
13669         * src/mainwindow.c
13670                 cosmetic, relating to pixmap themes: on toolbar make 
13671                 updating of 'Exec' and 'Compose news/Compose email'
13672                 icons faster.
13673
13674 2002-02-12 [carsten]    0.7.0claws69
13675         * src/folderview.c
13676           src/mainwindow.[ch]
13677           src/stock_pixmap.c
13678           src/summaryview.c
13679           src/prefs_common.c
13680                 - refreshing after changing pixmap theme better
13681                   now (thanks Paul)
13682                 - wanted to remove some mem leaks, but alfons was
13683                   faster (and had the better solution ;)
13684
13685 2002-02-12 [alfons]     0.7.0claws68
13686
13687         * src/prefs_common.c
13688         * src/stock_pixmap.[ch]
13689                 plug mem leaks, refactor code a little bit
13690
13691
13692 2002-02-12 [sergey]     0.7.0claws67
13693
13694         * src/imap.c
13695                 Fixed problem with copying messages to IMAP folders when the
13696                 server uses something other than '/' as a namespace separator
13697                 (cyrus-imapd uses '.').
13698
13699 2002-02-12 [jens]       0.7.0claws66
13700
13701         * po/de.po
13702                 Updated German Translation
13703
13704 2002-02-12 [paul]       0.7.0claws65
13705
13706         * sync with sylpheed 0.7.1cvs1
13707                 see ChangeLog entry 2002-02-12
13708
13709 2002-02-12 [melvin]     0.7.0claws64
13710
13711         * src/prefs_actions.c
13712                 Fixed "feature" where children's output was duplicated 
13713                 instead of refreshed while monitoring.
13714                 Removed some debug code.
13715
13716 2002-02-12 [christoph]  0.7.0claws63
13717
13718         * src/compose.c
13719                 always delete message from queue after sending/send error
13720                 (closes bug #509601)
13721
13722 2002-02-12 [melvin]     0.7.0claws62
13723
13724         * src/prefs_actions.c
13725                 Children wait loop is now triggered with a timeout of 1s
13726                 Added %F which is replaced with the list of filenames 
13727                 of all selected messages (as suggested by Ricardo Mones Lestra)
13728                 Pipe syntax changed. Prefix with | to send selection, postfix
13729                 with | to retrieve output. Prefix with > or * to send
13730                 user definable input to the command (*: input is hidden)
13731                 Old pipe action should now be postfixed with |, too.
13732
13733 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13734         * src/stock_pixmap.c
13735                 fixed a bug: if there's no theme directory don't
13736                 throw an error, just do "nothing" (thanks Alfons)
13737
13738 2002-02-12 [carsten]    0.7.0claws60
13739         * src/folderview.c
13740           src/summaryview.c
13741                 had to write the cache twice (nasty!); some marks would 
13742                 get lost if not
13743
13744 2002-02-11 [carsten]    0.7.0claws59
13745         * acconfig.h
13746           configure.in
13747           doc-src/maintainer_guide.txt
13748           src/compose.[ch]
13749           src/defs.h
13750           src/folderview.[ch]
13751           src/gtkutils.[ch]
13752           src/mainwindow.[ch]
13753           src/prefs_common.[ch]
13754           src/stock_pixmap.[ch]
13755           src/summaryview.[ch]
13756                 pixmap theming and related work on pixmap
13757                 handling on some other places
13758                 (e.g. hrm features for all folder)
13759           src/pixmap/stock_*.xpm -> the stock_ was removed
13760         
13761 2002-02-11 [paul]       0.7.0claws58
13762
13763         * sync with sylpheed 0.7.1 release
13764                 see ChangeLog entries 2002-02-11
13765
13766 2002-02-08 [paul]       0.7.0claws57
13767
13768         * sync with sylpheed 0.7.0cvs39
13769                 see ChangeLog entry 2002-02-07 (last entry) 
13770
13771         * src/prefs_actions.c
13772           src/prefs_filtering.c
13773           src/prefs_matcher.c
13774           src/prefs_scoring.c
13775                 sync: made it compile with C compilers other than gcc
13776
13777 2002-02-07 [paul]       0.7.0claws56
13778
13779         * sync with sylpheed 0.7.0cvs38
13780                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13781                 2002-02-07
13782
13783 2002-02-07 [darko]      0.7.0claws55
13784
13785         * src/gtkutils.[ch]
13786         * src/summaryview.c
13787                 Fix const gchar */gchar * issue (thanks Hiro)
13788
13789 2002-02-07 [darko]      0.7.0claws54
13790
13791         * src/compose.[ch]
13792         * src/filtering.c
13793         * src/gtkutils.[ch]
13794         * src/prefs_template.c
13795         * src/quote_fmt.h
13796         * src/quote_fmt_parse.y
13797         * src/summaryview.c
13798         * src/utils.[ch]
13799                 When replying or forwarding an email don't quote the entire
13800                 mail body but use the part of the message text that is selected
13801
13802 2002-02-06 [melvin]     0.7.0claws53
13803
13804         * src/prefs_common.[ch]
13805         * src/gtkspell.[ch]
13806         * src/compose.c
13807                 Made possible to switch quickly to last used dictionary
13808                 which makes checking bilingual documents easier.
13809
13810 2002-02-06 [melvin]     0.7.0claws52
13811         
13812         * po/POTFILES.in
13813                 Added forgotten new file src/prefs_actions.c
13814
13815 2002-02-06 [melvin]     0.7.0claws51
13816
13817         * src/prefs_actions.c   ** NEW FILE **
13818         * src/prefs_actions.h   ** NEW FILE **
13819                 Added actions to execute on message text view, or on the
13820                         message's file.
13821         * src/Makefile.am
13822                 Added src/prefs_actions.[ch]
13823         * src/compose.c
13824                 Added new menu "Edit/Actions"
13825         * src/defs.h
13826                 Added new actionsrc file.
13827         * src/main.c
13828                 Added actionsrc reading.
13829         * src/mainwindow.c
13830                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13831         * src/prefs_common.h
13832                 Added new element actionslst element to prefs_common.
13833
13834 2002-02-06 [paul]       0.7.0claws50
13835
13836         * sync with sylpheed 0.7.0cvs36
13837                 see ChangeLog entry 2002-02-06
13838
13839 2002-02-05 [paul]
13840
13841         * po/es.po
13842                 updated by Ricardo Mones Lastra
13843
13844 2002-02-05 [paul]       0.7.0claws49
13845
13846         * sync with sylpheed 0.7.0cvs33
13847                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13848
13849 2002-02-05 [paul]       0.7.0claws48
13850
13851         * src/compose.c
13852                 re-add 'Edit/Advanced/Delete entire line', previously named
13853                 'Delete Line+'
13854
13855 2002-02-04 [paul]       0.7.0claws47
13856
13857         * src/compose.c
13858           src/summaryview.c
13859                 fix bug #494993 (Reply All not taking Reply-To into consi)
13860                 eliminate differences in behaviour of right-click 'Reply to all' 
13861                 in summary view and 'Reply to all' on the toolbar. 
13862                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13863                 view and From gets ignored by 'Reply to all' on toolbar.
13864                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13865                 From when no Reply-To header is present.
13866
13867 2002-02-04 [paul]       0.7.0claws46
13868
13869         * sync with sylpheed 0.7.0cvs30
13870                 see ChangeLog entries 2002-02-03 and 2002-02-04
13871
13872 2002-02-03 [melvin]     0.7.0claws45
13873
13874         * src/gtkspell.[ch]
13875                 Readded function to highlight all misspelled words.
13876                 Fixed bug where user-provided-words did not replace
13877                         correctly the misspelled word when using the mouse.
13878                 Fixed bug where checking a region selected from right to left did
13879                         not check the region at all.
13880                 Fixed bug where 'Check backwards' may not check at all. 
13881                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13882                 Fixed possible buffer overflow when checking for long strings (>1k).
13883                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13884                 Accelerators code uses now gtk_widget_add_accel.
13885                 Removed and disabled obsolete and unfinished code.
13886                 Cleaning up.
13887
13888         * src/compose.c
13889                 Added menu item to Highlight all misspelled words.
13890
13891 2002-02-01 [paul]       0.7.0claws44
13892
13893         * src/mainwindow.c
13894                 fix '/View/Hide read messages' sensitivity when all
13895                 messages in a folder are hidden
13896
13897 2002-02-01 [paul]       0.7.0claws43
13898
13899         * src/main.c
13900                 add --send option to command line interface, sends all
13901                 queued mail. Patch submitted by Ricardo Mones Lastra.
13902
13903 2002-01-31 [paul]       0.7.0claws42
13904
13905         * src/mainwindow.c
13906                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13907
13908 2002-01-31 [paul]       0.7.0claws41
13909
13910         * sync with sylpheed 0.7.0cvs27
13911                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13912                 and 2002-01-31
13913
13914         * src/textview.c
13915                 comment out elements of textview_show_part() as temporary
13916                 workaround for attachment 'Display as text' bug 
13917
13918         * po/pt_BR.po
13919                 updated by Fabio Junior Beneditto
13920
13921 2002-01-30 [paul]       0.7.0claws40
13922
13923         * sync with sylpheed 0.7.0cvs24
13924                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13925                 and 2002-01-30
13926
13927         * src/compose.c
13928                 add {N_("/_Spelling"), ... "<Branch>"} to 
13929                 GtkItemFactoryEntry compose_entries[]
13930
13931         * src/prefs_common.c
13932                 add claws menu items to prefs_keybind_apply_clicked()
13933                 and remove non-claws menu items
13934
13935 2002-01-29 [paul]       0.7.0claws39
13936
13937         * sync with sylpheed 0.7.0cvs22
13938                 see ChangeLog entries 2002-01-28 and 2002-01-29
13939
13940 2002-01-28 [melvin]     0.7.0claws38
13941
13942         * src/compose.c
13943                 Added the declartion of compose_send_control_enter.
13944
13945         * src/compose.c
13946         * src/gtkspell.[ch]
13947                 Added in a 'Spelling' menu which includes the configuration menu. 
13948                 Added a real 'Check all' and got rid from the old one which only
13949                 highlited misspelled word.
13950                 Made 'Check while typing' a disableable option.
13951                 Added a dialog when there are no more misspelled word.
13952                 Added a dialog if error occurs when switching to a dictionary.
13953         
13954         * src/prefs_common.[ch]
13955                 Added option for the default 'Check while typing' option.
13956
13957
13958 2002-01-28 [alfons]     0.7.0claws37
13959
13960         * src/compose.c
13961                 fix buglet and make code comply with sylpheed code style
13962
13963 2002-01-28 [paul]       0.7.0claws36
13964
13965         * sync with sylpheed 0.7.0cvs19
13966                 see ChangeLog entries for 2002-01-28
13967
13968 2002-01-28 [hoa]        0.7.0claws35
13969
13970         * src/defs.h
13971                 added rendererrc
13972
13973         * src/main.c
13974                 read the renderer config
13975
13976         * src/procmime.[ch]
13977                 use the renderer config to convert mime attachments
13978
13979         * src/textview.c
13980                 don't use textview_show_html/ertf,
13981                 use get_text_content instead
13982
13983 2002-01-27 [alfons]     0.7.0claws34
13984         
13985         * src/news.c
13986                 make sylpheed believe it can delete a news message...
13987                 (messages are NOT deleted, maybe we should remove
13988                 processing from the folder properties after all.)
13989
13990 2002-01-27 [alfons]     0.7.0claws33
13991
13992         * src/folder.c
13993                 add extra checks
13994         * src/news.c
13995                 implement remove_msg() 
13996
13997 2002-01-27 [alfons]     0.7.0claws32
13998
13999         * src/procmsg.h
14000         * src/procheader.c
14001         * src/messageview.c
14002                 fix return receipt / disposition notification again. this
14003                 stuff seems to break on _every_ major summary UI change, so
14004                 it's now implemented using a flag which is saved in the
14005                 marks cache
14006                 
14007 2002-01-26 [alfons]     0.7.0claws31
14008
14009         * src/import.c
14010                 let import dialog show the destination folder identifier
14011
14012 2002-01-26 [melvin]     0.7.0claws30
14013
14014         * src/folderview.c
14015         * src/summaryview.c
14016                 Readded 'Mark all read' into summary view popup menu
14017                 Added 'Mark all read' in folder view popup menu for IMAP
14018                 and NNTP.
14019                 Made it insensitive if the selected folder is not the shown
14020                 one to avoid 'Mark all read' on the wrong folder.
14021                 
14022 2002-01-26 [paul]       0.7.0claws29
14023
14024         * src/folderview.c
14025           src/summaryview.c
14026                 move 'Mark all read' from summary view to folder view
14027                 menu. (adapted from) patch submitted by Jeremy Andrews,
14028                 <lists@kerneltrap.com>
14029
14030 2002-01-25 [alfons]     0.7.0claws28
14031
14032         * src/gtkstext.c
14033                 put the gtk class name back so GtkSText adapts the 
14034                 settings of GtkText
14035
14036 2002-01-25 [alfons]     0.7.0claws27
14037
14038         * src/folderview.c 
14039                 assimilate Ricardo's patch that shows pixmaps instead of
14040                 plain "new" and "unread" texts in the folder view column
14041                 headers 
14042
14043 2002-01-25 [paul]       0.7.0claws26
14044
14045         * src/Makefile.am
14046                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14047                 be found in non-standard locations. 
14048                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14049
14050 2002-01-25 [paul]       0.7.0claws25
14051
14052         * sync with sylpheed 0.7.0cvs16
14053                 see ChangeLog entry 2002-01-25
14054
14055 2002-01-24 [paul]       0.7.0claws24
14056
14057         * more sync with sylpheed 0.7.0cvs15
14058                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14059
14060 2002-01-23 [sergey]     0.7.0claws23
14061
14062         * src/importldif.c
14063                 Fixed segfault when closing LDIF import wizard with
14064                 the window manager.
14065         * src/imageview.c
14066         * src/imageview.h
14067         * src/messageview.c
14068         * src/mimeview.c
14069                 Fixed wrong scrolling position after switching between
14070                 text and image parts.
14071
14072 2002-01-23 [paul]       0.7.0claws22
14073
14074         * sync with sylpheed 0.7.0cvs15
14075                 see ChangeLog entries 2002-01-22 and 2002-01-23
14076
14077 2002-01-21 [melvin]     0.7.0claws21
14078
14079         * src/prefs_scoring.c
14080         * src/prefs_filtering.c
14081                 Fixed bug where scoring and filtering windows stopped
14082                 autochecking.
14083
14084 2002-01-21 [paul]       0.7.0claws20
14085
14086         * sync with sylpheed 0.7.0cvs12
14087                 see ChangeLog entries 2002-01-20 and 2002-01-21
14088
14089 2002-01-21 [carsten]    0.7.0claws19
14090         * src/mainwindow.c
14091         * src/menu.[ch]
14092         * src/messageview.[ch]
14093         * src/summaryview.[ch]
14094                 changes to shortcuts handling again:
14095                         + "Q" now controled by mainwin
14096                         + v/V are now customizable and have slightly
14097                           different meanings
14098                 the "button" to minimize the messageview (and maximize
14099                 the summary view) is a real button now
14100         * src/compose.c
14101                 "Delete Line+" added to Edit/Advanced (this will also
14102                 delete the '\n')
14103
14104 2002-01-20 [melvin] 0.7.0claws18
14105
14106         * src/addressbook.c
14107                 Made "Bcc" sensitive when addressbook is called from
14108                 compose window (it was a Claws only bug).
14109
14110 2002-01-19 [alfons] 0.7.0claws17
14111
14112         * src/inc.c
14113                 prevent unnecessary updates when currently selected folder has
14114                 no new messages 
14115
14116 2002-01-19 [alfons] 0.7.0claws16
14117         
14118         * src/summaryview.c
14119                 prevent writing the cache based on current message list in summary 
14120                 view when filtering also put messages in currently selected folder
14121
14122 2002-01-19 [paul]
14123
14124         * po/it.po
14125                 Italian translation submitted by Alessandro Maestri
14126                 <a.maestri@cs.tin.it>
14127
14128 2002-01-18 [melvin]     0.7.0claws15
14129
14130         * src/prefs_filters.c
14131                 fixed bug where 'cancel' from 'filters' window stops autochecking
14132                 if the timer timed out  when the window was open.
14133
14134 2002-01-18 [match]      0.7.0claws14
14135
14136         * src/addrclip.[ch]     ** NEW FILE **
14137         * src/addrselect.[ch]   ** NEW FILE **
14138         * src/adbookbase.h      ** NEW FILE **
14139                 addressbook cut, copy and paste
14140         * src/addrbook.[ch]
14141         * src/addrcache.[ch]
14142         * src/addressitem.h
14143         * src/addrindex.[ch]
14144         * src/addritem.[ch]
14145         * src/importldif.c
14146         * src/importmutt.c
14147         * src/jpilot.[ch]
14148         * src/syldap.[ch]
14149         * src/vcard.[ch]
14150         * src/jpilot.[ch]
14151         * src/editbook.c
14152         * src/editjpilot.c
14153         * src/editldap.c
14154         * src/editvcard.c
14155                 support for copy/paste
14156         * src/addressbook.c
14157                 support for copy/paste
14158                 tidy up menu option processing
14159                 correct address list function arguments
14160         * src/editaddress.c
14161                 sort user attributes
14162         * src/ldif.h
14163         * src/mutt.h
14164                 tidy up
14165
14166         * src/addrbook.[ch]
14167         * src/addrbook.[ch]
14168         * src/addrbook.[ch]
14169                 
14170
14171 2002-01-18 [paul]       0.7.0claws13
14172
14173         * sync with sylpheed 0.7.0cvs8
14174                 configure.in: support Mac OS X (Darwin)
14175
14176 2002-01-18 [carsten]    0.7.0claws12
14177         * src/html.c
14178                 small hack to fix a segfault with an empty href
14179                 (reported by Alexandra Walford <deeni@altern.org>)
14180         * src/mainwindow.c
14181         * src/summaryview.c
14182                 the shortcuts for Mark und Mark as unread are hardcoded
14183                 again
14184         * src/compose.c
14185         * src/gtkstext.[ch]
14186                 readded the shortcuts in gtkstext but made them
14187                 customizeable (simply by adding a menu plus a wrapper
14188                 to compose.c)
14189
14190 2002-01-17 [melvin]     0.7.0claws11
14191
14192         * src/gtkspell.c
14193                 fix default dictionary not being saved.
14194
14195 2002-01-16 [darko]      0.7.0claws10
14196
14197         * src/compose.c
14198                 fix wrapping crash with URL longer than wrapping margin
14199
14200 2002-12-08 [hoa]        0.7.0claws10
14201
14202         * src/matcher_parser_parse.y
14203                 fixed some bugs
14204
14205         * src/prefs_filtering.c
14206                 now, we can use bounce action in the dialog box.
14207
14208 2002-01-16 [carsten]    0.7.0claws9
14209         * src/gtkstext.c
14210                 removed the <control> and <alt> shortcuts because they're
14211                 not needed and interefered with the "normal" shortcuts
14212         * src/mainwindow.c
14213         * src/summaryview.c
14214                 removed most of the hardcoded shortcuts and assigned
14215                 them to menu entries making them easy customizable by
14216                 that
14217
14218 2002-01-16 |melvin]     0.7.0claws8
14219
14220         * src/gtkspell.c
14221                 fixed bug where using the mouse and when the compose
14222                 window is not on top may result in a crash.
14223
14224 2002-01-16 [melvin]     0.7.0claws7
14225
14226         * src/compose.c
14227                 fixed a long standingspell checker bug which could 
14228                 cause a crash after sending a message.
14229
14230 2002-01-16 [paul]       0.7.0claws6
14231
14232         * sync with sylpheed 0.7.0cvs7
14233                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14234                 2002-01-15, and 2002-01-16
14235
14236 2002-01-16 [melvin]     0.7.0claws5
14237
14238         * README.claws
14239         * src/compose.c
14240         * src/gtkspell.[ch]
14241         * src/main.c
14242                 Heavily modified spell checker code to work around
14243                 ispell bug, to add keyboard shortcuts and for future
14244                 enhancements. See README.claws for usage information.
14245
14246 2002-01-15 [alfons]     0.7.0claws4
14247         
14248         * src/summaryview.c
14249                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14250                 so sorting within threads reflects sort mode
14251
14252 2002-01-15 [christoph]  0.7.0claws3
14253
14254         * src/procmsg.c
14255                 added alertpanel if mail sending failed
14256
14257 2002-01-15 [alfons]     0.7.0claws2
14258         
14259         * src/prefs_filtering.c
14260                 don't stop timer when prefs filtering dialog is opened
14261
14262 2002-01-14 [alfons]     0.7.0claws1
14263
14264         * src/addr_compl.c
14265         * src/prefs.c
14266                 remove debug_print()s for privacy reasons
14267
14268 2002-01-14 [darko]      0.7.0claws
14269
14270         * README.claws
14271                 quotation wrapping is now also in the main branch
14272
14273 2002-01-14 [paul]
14274
14275         * tools/filter_conv.pl
14276                 allow for Boolean Op and case-sensitivity
14277                 this file is included in the release and tagged
14278                 'rel_0_7_0'
14279
14280 2002-01-13 [paul]       0.7.0claws
14281
14282         * release 0.7.0, with cvs tag 'rel_0_7_0'
14283
14284 2002-01-13 [paul]
14285
14286         * tools/filter_conv.pl
14287         * tools/README
14288                 rewritten to output to matcherrc instead of filteringrc
14289
14290         * po/es.po
14291                 updated Spanish translation by Ricardo Mones Lastra
14292
14293 2002-01-13 [alfons]
14294
14295         * po/nl.po
14296                 update dutch translation
14297
14298 2002-01-13 [paul]
14299
14300         * po/pt_BR.po
14301                 Updated by Fabio Junior Beneditto 
14302
14303 2002-01-13 [melvin]     0.6.6claws53
14304
14305         * po/fr.po
14306                 Updated french translation
14307
14308 2002-01-12 [alfons]     0.6.6claws52
14309
14310         * src/filtering.c
14311                 plug mem leak that has been sitting there for ages              
14312
14313 2002-01-12 [alfons]     0.6.6claws51
14314
14315         * src/summaryview.c
14316                 undo melvin's changes from 0.6.6claws48 because summary
14317                 view now refuses to select first unread message when
14318                 selecting a folder 
14319
14320 2002-01-11 [alfons]     0.6.6claws50
14321
14322         * src/import.c
14323                 use claws' semantics for getting folder item when
14324                 importing an mbox file into a folder 
14325                 (submitted by Dale P. Smith)
14326
14327 2002-01-11 [christoph]  0.6.6claws49
14328
14329         * src/prefs.h
14330                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14331                 toggle widget, because non static prefs can not use
14332                 prefs_set_* functions
14333         * src/prefs_account.c
14334                 toggle smtp auth password field sensitivity if
14335                 user id is empty and add descrition of usage for
14336                 these fields
14337         * src/prefs_folder_item.c
14338                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14339                 callbacks
14340
14341 2002-01-11 [melvin]     0.6.6claws48
14342
14343         * src/compose.c
14344                 fix the 'Ctrl-Enter' feature for sending and test really
14345                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14346                 editables which was not documented in Gtk)
14347
14348         * src/summaryview.c
14349                 Made summaryview refresh after sorting and not before.
14350
14351 2002-01-11 [christoph]  0.6.6claws47
14352
14353         * src/compose.c
14354                 select account from account ids if possible and
14355                 correctly set save folder for copy in reedit
14356
14357 2002-01-10 [paul]       0.6.6claws46
14358
14359         * sync with sylpheed 0.7.0 release
14360                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14361                 2002-01-09
14362
14363 2002-01-09 [alfons]
14364
14365         * src/summaryview.c
14366                 remove more dirt traces...
14367
14368 2002-01-09 [alfons]
14369         
14370         * src/summaryview.c
14371                 clean up some traces of my debugging stuff
14372
14373 2002-01-09 [alfons]     0.6.6claws45
14374
14375         * src/filtering.c
14376                 break up filteringprop_apply() in three separate pieces
14377                 so we can drop messages that failed processing in the
14378                 inbox
14379
14380         * src/summaryview.c
14381                 fix bug #469598 "no refresh of inbox after filter" which 
14382                 was introduced by the new summary view locking, and which 
14383                 prevented the summary view to update after a manual filter 
14384                 message. claw's filter message requires a summary_show().
14385                 (aargh, summary_show() again! :-)
14386                 
14387 2002-01-07 [alfons]     0.6.6claws44
14388
14389         * src/headerwindow.c
14390         * src/logwindow.c
14391         * src/messageview.c
14392         * src/sourcewindow.c
14393                 bring in Hiro's last 0.7.0 wm class fixes
14394
14395         * tools/sylprint.pl
14396                 bring in Ricardo's fix for sylprint script
14397
14398         * AUTHORS       
14399         * src/rfc2015.[ch]
14400         * src/prefs_common.[ch]
14401         * src/prefs_account.[ch]
14402         * src/compose.c
14403                 clean up account preference poison in rfc2015,
14404                 and preparation to fix double sign bug 
14405                 (patch submitted by Simon 'corecode' Schubert)
14406
14407 2002-01-07 [christoph]  0.6.6claws43
14408
14409         * src/mh.c
14410                 search for free message number, do not only rely
14411                 on last_num
14412         * src/send.c
14413                 fix smtp auth and use extra account information
14414                 if available, if not use pop3 data instead
14415                 (closes bug #500341)            
14416         * src/ssl.[ch]
14417                 match coding style
14418
14419 2002-01-06 [alfons]     0.6.6claws42
14420
14421         * src/mainwindow.c
14422                 try making the separate windows work again...
14423
14424 2002-01-06 [alfons]     0.6.6claws41
14425
14426         * src/mainwindow.c
14427                 adapt Hiro's separate window menu (to get rid of the funny
14428                 duplicate menu items), and make it work again
14429
14430 2002-01-06 [alfons]     0.6.6claws40
14431
14432         * tools/Makefile.am
14433         * tools/sylprint.rc
14434         * tools/sylprint.pl
14435         * tools/README.sylprint
14436                 add sylprint script for printing mails from Sylpheed
14437                 (contributed by Ricardo Mones Lastra)
14438
14439         * src/acount.c
14440                 clean up
14441
14442 2002-01-06 [melvin]     0.6.6claws39
14443
14444         * src/mainwindow.c
14445         * src/summaryview.c
14446                 Fixed crash introduced in 0.6.6claws38 by the menu
14447                 reorganisation (Hide read messages)
14448         
14449         * ChangeLog.claws 
14450                 Fixed typo (we are now in 2002, alfons ;) )
14451
14452 2002-01-05 [alfons]     0.6.6claws38
14453
14454         * sync with sylpheed 0.6.6cvs10-17
14455                 (last stuff marked as LAST_STABLE)
14456
14457 2002-01-04 [melvin]     0.6.6claws37
14458
14459         * src/account.c
14460                 Made account selection code use strcasestr again instead of
14461                 g_strcasecmp (fixes bug where reediting queued messages
14462                 did not select proper account reported by T. Link).
14463         
14464         * src/folderview.c
14465                 Fix bug where folder icons are not shown when 'hide read messages'
14466                 is on.
14467         
14468         * src/stock_pixmaps.[ch]
14469                 Added folder icons for 'hide read messages'.
14470         
14471         * src/compose.c
14472                 Fixed bug where 'Enter' in a header entry will send the message 
14473                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14474
14475 2002-01-03 [melvin]     0.6.6claws36
14476         
14477         * src/prefs.[ch]
14478                 Added popup menu for common preferences and
14479                 account preferences (right click on tab displays
14480                                 a menu of all tabs.)
14481
14482 2002-01-02 [melvin]     0.6.6claws35
14483
14484         * src/gtkspell.[ch]
14485                 Made spelling code compatible with undo/redo feature.
14486                 Added creation of suggestion mode menu for the general
14487                         preferences.
14488         
14489         * src/prefs_common.[ch]
14490                 Added option menu for the speller's suggestion mode.
14491                 Added missing spaces in "..." buttons and made a "..."
14492                         button non translatable!
14493         
14494         * src/compose.c
14495                 Made speller use the default suggestion mode.
14496                 Hack to make it possible to choose 'CTRL-Enter' as a
14497                         shortcut for sending (and only for sending).
14498
14499         * src/prefs_folder_item.c
14500                 Changing subject simplification does not update cache 
14501                         anymore (because it is unnecessary).
14502                 Fixed bug where changing subject simplification updated the 
14503                         summaryview even when the viewed folder is not the
14504                         folder which properties are being changed. (E.g. 
14505                                         viewing folder A and changing
14506                                         the subject simplification of 
14507                                         folder B -not being viewed- updated the 
14508                                         summaryview of folder A with data of
14509                                         folder B). (Hope this is clear... )
14510
14511 2001-12-31 [alfons]     0.6.6claws34
14512         
14513         * src/ldif.c
14514         * src/mutt.c
14515                 fgetc() returns a signed integer which doesn't
14516                 fit in a char. so c truncates this to a char
14517                 but we may lose significant bits. i.e. we may
14518                 comparing 0xFF which may not be equal to -1
14519                 unless properly casted to signed char which
14520                 we won't do because fgetc() returns a signed
14521                 integer which doesn't fit in a char. so c 
14522                 truncates this to a char but we may lose 
14523                 significat bits. (you got the idea, thanks
14524                 to Gustavo Noronha Silva <kov@debian.org>
14525                 and the Debian folks!)
14526
14527 2001-12-30 [alfons]     0.6.6claws33
14528
14529         * src/prefs_common.c
14530                 add #ifdef USE_PSPELLs that Melvin forgot               
14531
14532 2001-12-30 [melvin]     0.6.6claws32
14533         
14534         * src/prefs_common.[ch]
14535                 Added configurable color for misspelled words.
14536
14537         * src/gtkspell.[ch]
14538                 Fixed bug of foreground text color (reported by David
14539                                 Mehrmann)
14540                 Added configurable color for misspelled words.
14541
14542 2001-12-30 [alfons]     0.6.6claws31
14543
14544         * src/folder.c
14545                 remove unnecessary things someone put there
14546
14547         * src/mh.c
14548         * src/folder.[ch]
14549                 make folder properties (like threading and sorting) persistent
14550                 (closes bug #497424 "rescan folder tree resets proprieties")
14551                 currently this is only for MH folders. 
14552
14553 2001-12-29 [melvin]     0.6.6claws30
14554
14555         * src/string_match.[ch]
14556                 Optimized a bit: regexp pattern buffer compiled only once, and
14557                   one subroutine call removed. Fixed ^ regexp search: Now, 
14558                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14559         
14560         * src/summaryview.c
14561                 Subject filtering changed to filter summary columns and
14562                   not directly the messages subject cache. The loss in 
14563                   performance is balanced by the improvement of string_match.
14564                 Added an alert panel if there is an error in the regexp.
14565
14566         * src/src/prefs_folder_item.h
14567                 Added a regexp pattern buffer.
14568
14569 2001-12-28 [alfons]     0.6.6claws29
14570
14571         * src/string_match.[ch]
14572                 clean up name space
14573                 allow compilation *BSD
14574
14575 2001-12-27 [alfons]     0.6.6claws28
14576
14577         * src/filter.c
14578                 sync the Hiro's bug fix for BSD
14579
14580 2001-12-27 [melvin]     0.6.6claws27
14581         
14582         * src/compose.c
14583                 Simplify focus to subject entry code.
14584
14585 2001-12-27 [darko]      0.6.6claws26
14586
14587         * src/filtering.c
14588         * src/mbox_folder.c
14589         * src/messageview.c
14590         * src/mh.c
14591         * src/procheader.[ch]
14592         * src/procmsg.h
14593         * src/stock_pixmap.[ch]
14594         * src/summaryview.c
14595                 Show key icon for encrypted mails in summary view
14596
14597         * src/pixmaps/clip.xpm
14598         * src/pixmaps/clipkey.xpm
14599         * src/pixmaps/key.xpm
14600                 New/modified icons for the above
14601
14602 2001-12-27 [melvin]     0.6.6claws25
14603
14604         * src/prefs_common.c
14605                 Put spell checker options in a separate tab to decrease
14606                 the Common Preferences window height.
14607
14608         * README.claws  
14609                 Update spell checker usage instruction about its options
14610                 location.
14611
14612 2001-12-27 [melvin]     0.6.6claws24
14613
14614         * src/compose.c
14615                 Changed subject entry widget position. Initial focus is
14616                 on the To header instead of the subject entry.
14617                 Creating a new header scrolls the header list to make the
14618                 created one visible. Nevertheless, when automatically filling
14619                 headers, the first one is shown.
14620                 A Tab key press in the last empty header entry zips the 
14621                 focus to the subject entry.
14622                 (I did not change the combo boxes, yet)
14623
14624 2001-12-26 [alfons]     0.6.6claws23
14625
14626         * src/prefs_account.c
14627         * src/inc.c
14628                 allow default inbox to reside in another mailbox (only
14629                 works for POP3 accounts)
14630
14631 2001-12-26 [alfons]     0.6.6claws22
14632         
14633         * src/textview.c
14634                 make reply-on-click work with the account of the selected folder
14635         * src/compose.c
14636                 put a fixme here to remind me to fix finding correct default
14637                 account for nested folders
14638
14639 2001-12-25 [alfons]     0.6.6claws21
14640
14641         * src/summaryview.c
14642                 make column headers display locked and mark pixmaps (idea by Melvin) 
14643                 fix bug by adding score and locked column type to sort array
14644
14645 2001-12-25 [alfons]     0.6.6claws20
14646         
14647         * src/summaryview.c
14648                 catch a *potentially* inadvertent write back of  
14649                 the message cache(s) introduced by 0.6.5claws37
14650
14651 2001-12-25 [christoph]  0.6.6claws19
14652
14653         * src/stock_pixmap.[ch]
14654         * src/summaryview.c
14655                 add ignore thread pixmap
14656                 (can someone draw a better icon for this?)
14657
14658 2001-12-24 [alfons]     0.6.6claws18
14659
14660         * src/prefs_folder_item.c
14661                 make address completion actually work for the
14662                 Default To address in the Folder Property dialog.
14663
14664 2001-12-24 [alfons]     0.6.6claws17
14665         
14666         * src/summaryview.c
14667                 use new style regexp for subject stripping 
14668                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14669
14670 2001-12-24 [darko]      0.6.6claws16
14671
14672         * src/pgptext.c
14673         * src/rfc2015.c
14674                 move GPG related informational messages to debug mode
14675
14676 2001-12-23 [alfons]     0.6.6claws15
14677
14678         * src/stock_pixmap.[ch]
14679         * src/summaryview.c
14680                 add the forgotten Claws' locked pixmap
14681
14682 2001-12-23 [alfons]     0.6.6claws14
14683
14684         * src/filesel.c
14685                 accept file name typed in entry in multi file
14686                 selector (patch submitted by Gustavo Noronha Silva 
14687                 <kov@debian.org>)
14688
14689 2001-12-23 [alfons]     0.6.6claws13
14690
14691         * src/prefs_filter.c
14692         * src/prefs_filtering.c
14693         * src/matcher.c
14694         * src/importmutt.c
14695                 clean up a little bit
14696         
14697         * src/string_match.c
14698                 validate input strings a little bit more
14699
14700 2001-12-23 [alfons]     0.6.6claws12
14701
14702         * src/Makefile.am
14703         * src/summaryview.c
14704         * src/string_match.[ch]         ** NEW **
14705         * src/folderview.[ch]
14706         * src/headerview.h
14707         * src/folder.[ch]
14708         * src/prefs_folder_item.[ch]
14709                 add subject simplification to strip out strings from
14710                 a subject line (esp. handy for mailing lists). 
14711                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14712                 but slightly changed things for better integration.)
14713
14714 2001-12-23 [alfons]     0.6.6claws11
14715
14716         * src/mainwindow.c
14717                 fix bug introduced by submission included in 0.6.5claws52.
14718                 ideally this submission should clean the trash if any trash
14719                 folder has a message. however, the hasTrash variable was
14720                 set to false whenever a trash folder was empty (discarding
14721                 a previously found *filled* trash folder.)
14722
14723                 also edited the code a little bit and made it more safe.
14724
14725 2001-12-22 [alfons]     0.6.6claws10
14726
14727         * src/imap.c
14728                 quick fix for Martin Pool's omission of an account
14729                 specific SSL setting
14730
14731 2001-12-22 [alfons]     0.6.6claws9
14732
14733         * src/compose.c
14734         * src/messageview.c
14735         * src/mimeview.c
14736         * src/pgptext.c
14737         * src/procmime.[ch]
14738                 better support for multipart/digest (submitted
14739                 by Fredrik <e98fo@efd.lth.se>)
14740
14741 2001-12-22 [alfons]     0.6.6claws8
14742
14743         * src/addressbook.c
14744                 correct function signature
14745         * src/socket.[ch]
14746         * src/imap.[ch]
14747         * src/prefs_account.[ch]
14748                 allow IMAP over SSH tunnel (patch submitted by 
14749                 Martin Pool <mbp@samba.org>)
14750
14751 2001-12-21 [alfons]     0.6.6claws7
14752
14753         * sync with sylpheed 0.6.6cvs4-9
14754                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14755
14756 2001-12-21 [christoph]  0.6.6claws6
14757
14758         * src/compose.c
14759         * src/prefs_folder_item.[ch]
14760                 implement saving of outgoing messages to current folder.
14761                 fix segfault when no default outbox is available
14762                 (closes bug #495683)
14763
14764 2001-12-21 [carsten]    0.6.6claws5
14765         * src/folderview.c
14766         * src/summaryview.c
14767                 pressing CTRL while DND does now the expected thing and
14768                 copies the mail (moving is still the default, as this
14769                 seam more appropriate for handling mails by DND)
14770
14771 2001-12-18 [paul]       0.6.6claws4
14772
14773         * sync with sylpheed 0.6.6cvs3
14774                 see ChangeLog entries 2001-12-18
14775
14776 2001-12-18 [hiro]       0.6.6claws3
14777
14778         * src/undo.c
14779                 fix for multibyte characters (obtain the number of letters
14780                 instead of bytes).
14781
14782 2001-12-17 [paul]       0.6.6claws2
14783
14784         * sync with sylpheed 0.6.6cvs1
14785                 see ChangeLog entry 2001-12-16
14786
14787 2000-12-17 [alfons]     0.6.6claws1
14788
14789         * src/filtering.c
14790                 clean up
14791
14792 2001-12-16 [paul]       0.6.6claws
14793 2001-12-15
14794
14795         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14796
14797         * src/mimeview.c
14798                 last minute sync with main 0.6.6
14799
14800         * po/es.po
14801                 updated by Ricardo Mones Lastra
14802                 update for last minute sync
14803         * po/fr.po
14804         * po/nl.po
14805                 update for last minute sync
14806         * po/de.po
14807                 updated by Jens Oberender
14808         * po/pt_BR.po
14809                 updated by Fabio Junior Beneditto
14810
14811         * src/prefs_common.[ch]
14812         * src/undo.c
14813                 number of undo levels is user configurable
14814                 (squeeze it into the release in the dying
14815                 moments) Submitted by Jens Oberender    
14816
14817 2001-12-15 [melvin]
14818
14819         * po/fr.po
14820                 updated french translation
14821
14822 2001-12-15 [paul]       0.6.5claws92
14823
14824         * sync with sylpheed 0.6.5cvs28
14825                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14826
14827         * po/nl.po
14828                 update to allow for sync
14829
14830 2001-12-15 [alfons]
14831         
14832         * po/nl.po
14833                 update dutch translation
14834
14835 2001-12-14 [carsten]    0.6.5claws91
14836         * src/summaryview.c
14837                 fixed bug #473785; also after changing the column order
14838                 the same message will be selected and displayed as before
14839                 the reordering
14840
14841 2001-12-14 [carsten]    0.6.5claws90
14842         * src/folderview.c
14843                 probably found the bug reported by wwb opening or closing
14844                 a folder tree just before dnd (found the solution in the
14845                 balsa source -- thanks to them)
14846
14847 2001-12-14 [carsten]    0.6.5claws89
14848         * src/gtkutils.c
14849         * src/account.c
14850                 moved gtk_clist_moveto to the right place, so that
14851                 only the accounts dialog is effected on opening
14852
14853 2001-12-14 [carsten]    0.6.5claws88
14854         * src/gtkutils.c
14855                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14856                 now, so that the focused row will be seen in any case
14857                 (reported by wwp on sf-claws-user)
14858
14859 2001-12-14 [darko]      0.6.5claws87
14860
14861         * src/compose.c
14862                 remove unnecessary line
14863
14864 2001-12-14 [paul]       0.6.5claws86
14865
14866         * sync with sylpheed 0.6.5cvs27
14867                 see ChangeLog entries 2001-12-14
14868
14869 2001-12-14 [carsten]    0.6.5claws85
14870         * src/mainwindow.c
14871                 following a suggestion of Melvin the rcoabm pops up
14872                 right under the button now and the button is reliefed
14873                 while the popup is open
14874
14875 2001-12-14 [darko]      0.6.5claws84
14876
14877         * src/compose.c
14878                 fix crash when wrapping long lines if linewrap quotation
14879                 is disabled and wrapper encounters a word spanning more
14880                 than one line
14881
14882 2001-12-13 [paul]       0.6.5claws83
14883
14884         * src/compose.c
14885                 prefer 'Reply-To' header over mailing list header when
14886                 replying to a message. Finally prevent all those confirmation 
14887                 messages being sent to the list itself.
14888
14889         * src/summaryview.c
14890                 remove unused summary_set_menu_sensitive() entry
14891
14892 2001-12-13 [paul]       0.6.5claws82
14893
14894         * src/folderview.c
14895         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14896         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14897         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14898                 improvements to 'Hide read messages': Inbox, Outbox,
14899                 Trash, Queue, and Draft icons now reveal presence of hidden 
14900                 messages
14901
14902 2001-12-12 [alfons]     0.6.5claws81
14903
14904         0.6.5claws80 was tagged as LAST_STABLE
14905
14906         * src/filtering.[ch]
14907         * src/matcher.[ch]
14908         * src/matcher_parser_lex.c
14909                 fix the filtering; my last attempt to get it right, 
14910                 if it does not work, it's Hoa's turn. ;-)
14911
14912                 for my honourable peers:
14913                 
14914                 the code now makes a clear distinction between
14915                 rules as they are displayed (probably escaped),
14916                 and as they are executed (probably unescaped). the
14917                 parser does *NOT* do any unescaping, this is
14918                 the task of the matcher.c (which breaks up a
14919                 rule into condition) and the filtering.c (which
14920                 breaks up the rule's action). to make this
14921                 run happily we provide an unescaped copy of
14922                 crucial strings to the MatcherProp and 
14923                 FilteringAction structures. note that the only
14924                 exception to this is any REGEXP string. those
14925                 are directly passed to regcomp() and regexp()
14926                 (who have much more powerful unescape functions).
14927                 
14928                 for everyone else:
14929         
14930                 you can escape tab (\t), carriage return (\r),
14931                 linefeed (\n), form feed (\f), quote (\"), 
14932                 single quote (\'), bell (\b) in all the entry
14933                 lines in the scoring & filtering dialogs.
14934                 as an added bonus this should not affect
14935                 existing filtering rules.
14936
14937 2001-12-12 [carsten]    0.6.5claws80
14938
14939         * src/summaryview.c
14940         * po/de.po
14941                 "item(s) selected" is now sensitive to 1 or more
14942                 than one selected (nice for language where simple
14943                 adding of a "s" is not possible as German (Eintrag
14944                 ->Eintr"age)
14945                 
14946                 the "forward as attachment" entry from the right
14947                 click menu removed, "forward" acts following the
14948                 prefs
14949         
14950         * src/textview.c
14951                 reverted my former changes; so compiler warning again
14952                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14953                 nevertheless
14954
14955         * src/messageview.c
14956                 "search in message" does now *not* only work in MVIEW_TEXT
14957                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14958                 message
14959
14960         * src/mainwindow.c
14961                 removed "/File/_Close" as it was the same as "/File/E_xit"
14962                 and we don't need it two times
14963
14964                 the separate folder view and message view now get a distinct
14965                 WMCLASS, just in case someone is using sawfish ;-)
14966
14967                 as the menu entries "/View/Message view" and "/View/Folder tree"
14968                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14969                 make them sensitive accordingly and as these two are "shown"
14970                 after startup anytime check this menuitem at startup
14971
14972 2001-12-12 [paul]       0.6.5claws79
14973
14974         * src/folderview.c
14975                 fix sensitivity of 'Search folder...', broken in
14976                 0.6.5claws75
14977
14978         * src/mainwindow.c
14979                 fix dodgy English
14980
14981 2001-12-11 [carsten]    0.6.5claws78
14982         * src/filtering.c
14983                 fixed two typos returning a wrong FALSE/TRUE
14984         * src/mainwindow.[ch]
14985                 extra menu for email/news button removed
14986
14987 2001-12-11 [alfons]     0.6.5claws77
14988         
14989         * src/matcher.c                 (1.3)
14990         * src/matcher_parser_lex.l      (1.28)
14991                 revert for another attempt
14992                 mark 0.6.5claws77 as LAST_STABLE
14993
14994 2001-12-11 [christoph]  0.6.5claws76
14995
14996         * po/de.po
14997                 fixed wrong translation for prev. unread msg
14998
14999 2001-12-11 [paul]       0.6.5claws75
15000
15001         * src/folder.[ch]
15002         * src/folderview.c
15003         * src/mainwindow.c
15004         * src/summaryview.[ch]
15005         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15006                 enable ability to hide read messages on per folder basis via 
15007                 '/Summary/Hide read messages'; when selected, a folder will 
15008                 have a red open folder icon, instead of a blue icon, if the 
15009                 folder contains hidden messges
15010                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15011
15012         * src/mainwindow.c
15013                 remove '/Message/Forward as attachment' from 
15014                 main_window_set_menu_sensitive() to prevent debug warning
15015
15016         * src/folderview.c
15017         * src/mainwindow.c
15018                 Clean up some of the English
15019
15020         * tools/newscache_clean.pl
15021                 allow for new 'hidereadmsgs' entry in folderlist.xml
15022
15023         * po/es.po
15024                 updated translation, submitted by Ricardo Mones Lastra
15025
15026 2001-12-11 [paul]       0.6.5claws74
15027
15028         * sync with sylpheed 0.6.5cvs25
15029                 see ChangeLog entry 2001-12-11
15030
15031 2001-12-10 [alfons]     0.6.5claws73
15032
15033         * src/matcher.c
15034                 add more control characters
15035         * src/matcher_parser_lex.l
15036                 make escaping / unescaping work again
15037
15038 2001-12-10 [alfons]     0.6.5claws72
15039
15040         * src/imap.c
15041                 clean up warnings "returning value for void function" 
15042         * src/prefs_filtering.c
15043                 make info button for execute action sensitive
15044
15045 2001-12-10 [paul]       0.6.5claws71
15046
15047         * src/compose.c
15048         * src/imap.[ch]
15049         * src/summaryview.c
15050                 fix: imap server now gets informed of MARKED, UNMARKED
15051                 and REPLY events. Now people can use different IMAP-Mail
15052                 clients and have the exact same information about MARKED,
15053                 UNMARKED and REPLY status with all of them. Especially
15054                 useful for imap servers with a web-frontend.
15055                 submitted by Tobias Sandhaas <medlor@web.de>
15056
15057 2001-12-09 [melvin]     0.6.5claws70
15058         
15059         * src/textview.[ch]
15060                 fixed bug #490076 (hunted down by Alfons who implemented
15061                 a workaround in 0.6.5claws65)
15062
15063 2001-12-09 [christoph]  0.6.5claws69
15064
15065         * src/summaryview.c
15066                 set pointer to string in LOCKED column to NULL
15067                 (might fix bug #490800)
15068
15069 2001-12-09 [carsten]    0.6.5claws68
15070
15071         * po/de.po
15072                 resolved some cluttered menu shortcuts 
15073                 ('creating new email' and 'creating news message'
15074                 hade the same)
15075         * src/compose.c
15076                 wmclass now distinc from main window
15077         * src/mainwindow.c
15078           src/mainwindow.h
15079                 email/news and forward button functionality similar
15080                 to the reply buttons; removed the ugly dropdown arrows
15081                 and use instead the right mouse button
15082
15083 2001-12-09 [paul]       0.6.5claws67
15084
15085         * src/imap.c
15086         * src/utils.h
15087                 allow spaces in imap folder names
15088                 submitted by Willem van Engen <wvengen@stack.nl>
15089
15090 2001-12-09 [paul]       0.6.5claws66
15091
15092         * sync with sylpheed 0.6.5cvs24
15093                 see ChangeLog entry 2001-12-09
15094
15095 2001-12-08 [alfons]     0.6.5claws65
15096
15097         * src/textview.c
15098                 prevent secondary selection claim after "add to sender" dialog
15099                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15100                 we trick GTK by simulating a click at (0, 0) in the textview.
15101
15102 2001-12-08 [hoa]        0.6.5claws64
15103
15104         * src/folder.c
15105                 fixed a bug about the .processing folder name while filtering
15106
15107 2001-12-08 [alfons]     0.6.5claws63
15108
15109         * src/folderview.c 
15110                 work around problem of not correctly updating folder stats
15111                 when deleting messages. there's some folder scanning evil
15112                 going so the folderview_update_msg_num() does not work
15113                 correctly. need to investigate this.
15114
15115 2001-12-08 [paul]       0.6.5claws62
15116
15117         * sync with sylpheed 0.6.5cvs23
15118                 see ChangeLog entry 2001-12-08
15119
15120 2001-12-07 [christoph]  0.6.5claws61
15121
15122         * src/compose.c
15123                 fix another header translation problem
15124
15125 2001-12-07 [alfons]     0.6.5claws60
15126
15127         * src/mbox.c
15128                 make filtering also work on local spool mbox
15129
15130 2001-12-07 [carsten]    0.6.5claws59
15131         * src/addressbook.c
15132                 addressbook window gets a wmclass distinct from the main
15133                 sylpheed window
15134         * src/compose.h
15135         * src/mainwindow.[ch]
15136                   forward menu item will use mode selected in prefs, forward 
15137                 as attatchment in menu removed (will be substituted in the
15138                 toolbar similar to reply buttons)
15139                   create news message menu entry and news button is now 
15140                 sensitive to the existance of a news account
15141         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15142         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15143         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15144                 these are removed because the toolbar buttons don't show
15145                 the quoting modus any longer
15146
15147 2001-12-07 [paul]
15148
15149         * tools/newscache_clean.pl      ** NEW FILE **
15150                 perl script to do some tidying up in the newscache directory 
15151                 
15152         * tools/sylpheed-switcher       ** NEW FILE **
15153                 perl script to enable easy switching between main and claws
15154                 
15155         * tools/README
15156                 added descriptions of the two new perl scripts          
15157
15158
15159 2001-12-07 [melvin]     0.6.5claws58
15160
15161         * src/messageview.c
15162                 fixed a warning during compilation introduced in 0.6.5claws56
15163
15164 2001-12-07 [paul]       0.6.5claws57
15165
15166         * src/mainwindow.[ch]
15167         * src/menu.[ch]
15168                 further usability enhancements to replying with or without 
15169                 quoting via the toolbar, use of Ctrl key is replaced by 
15170                 drop down menu 
15171                 Submitted by Carsten Schurig            
15172
15173 2001-12-07 [melvin]     0.6.5claws56
15174
15175         * src/messageview.c
15176                 hack to fix bug that prevented to make/paste selections
15177                 after switching between MVIEW_TEXT and MVIEW_MIME views
15178                 without deselecting the selection first.
15179
15180 2001-12-06 [alfons]     0.6.5claws55
15181
15182         * src/filtering.[ch]
15183         * src/inc.c
15184                 revise filtering a little bit more, and make sure
15185                 messages are delivered to the appropriate inbox
15186                 (perhaps set per account)
15187
15188 2001-12-06 [paul]       0.6.5claws54
15189
15190         * sync with sylpheed 0.6.5cvs22
15191                 see ChangeLog entry 2001-12-06
15192
15193 2001-12-05 [alfons]     0.6.5claws53
15194
15195         * src/inc.c
15196         * src/folder.[ch]
15197         * src/procmsg.c
15198         * src/filtering.c
15199                 more revisions of filtering system
15200                 (last stable version is marked as LAST_STABLE)
15201                 
15202                 | NOTE 1): the filtering system now uses a local folder called
15203                 | .processing. if filtering fails, check this directory
15204                 | for missing messages.
15205                 |
15206                 | NOTE 2): help us find the filtering actions still missing
15207
15208 2001-12-05 [paul]       0.6.5claws52
15209
15210         * src/mainwindow.c
15211                 fix bug where 'Empty Trash?' pop-up window appears even
15212                 when Trash is empty, submitted by Jesse Skinner         
15213
15214 2001-12-05 [melvin]     0.6.5claws51
15215
15216         * src/compose.c
15217                 fixed bug #486106 to select correct account when reediting 
15218                 a queued message
15219         
15220 2001-12-04 [alfons]     0.6.5claws50
15221
15222         * src/mh.c
15223                 declare markfile in appropriate functions when
15224                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15225                 for spotting this)
15226
15227 2001-12-04 [paul]       0.6.5claws49
15228
15229         * sync with sylpheed 0.6.5cvs21
15230                 see ChangeLog entry 2001-12-04
15231
15232 2001-12-03 [christoph]  0.6.5claws48
15233
15234         * po/de.po
15235                 changed translation of undo
15236         * src/account.c
15237         * src/folder.c
15238                 don't reinvent the wheel to traverse a GNode
15239         * src/compose.[ch]
15240                 seperate code to create the compose gui into functions
15241                 add "Others" page with folder selection for saving copy
15242                 of the message.
15243                 the folder identifier is saved to queue header
15244         * src/procmsg.c
15245                 save message to folder in queue header
15246
15247 2001-12-03 [paul]       0.6.5claws47
15248
15249         * sync with sylpheed 0.6.5cvs20
15250                 see ChangeLog entry 2001-12-03
15251
15252 2001-12-01 [paul]
15253
15254         * more sync with sylpheed 0.6.5cvs19
15255                 see ChangeLog entry 2001-11-29
15256
15257 2001-11-30 [paul]       0.6.5claws46
15258         
15259         * src/compose.c
15260                 remove conflicts introduced by Hoa's last commit
15261          
15262         * src/mainwindow.c
15263                 make 'Message/Bounce' sensitive
15264
15265 2001-11-30 [hoa]        0.6.5claws45
15266
15267         * src/compose.c
15268                 slightly change bounce function to add
15269                 information about the user that bounced the mail
15270                 in the From header line.
15271
15272         * src/folderview.c
15273                 permit the use of processing in outbox folder.
15274
15275 2001-11-29 [paul]       0.6.5claws44
15276
15277         * src/mainwindow.[ch]
15278         * src/prefs_common.c
15279         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15280         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15281         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15282                 usability enhancements to the quoting, implements
15283                 use of Ctrl key to toggle quoting settings
15284                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15285
15286 2001-11-29 [paul]       0.6.5claws43
15287         
15288         * sync with sylpheed 0.6.5cvs19
15289                 see ChangeLog entry 2001-11-28
15290
15291 2001-11-29 [melvin]     0.6.5claws42
15292         * src/Makefile.am
15293                 added enriched.[ch] to the list of files
15294
15295         * src/textview.c
15296         * src/mimeview.c
15297         * src/procmime.[ch]
15298         * src/enriched.[ch]
15299                 added support to view text/enriched
15300                 added support to show headers in message view for text/enriched and text/html
15301                         in non multipart messages
15302
15303 2001-11-28 [paul]       0.6.5claws41
15304
15305         * more sync with sylpheed 0.6.5cvs18
15306                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15307
15308 2001-11-27 [paul]       0.6.5claws40
15309         
15310         * po/pt_BR.po
15311                 updated translation, submitted by Fabio Junior Beneditto
15312                 
15313         * sync with sylpheed 0.6.5cvs18
15314                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15315                 2001-11-27
15316
15317
15318 2001-11-26 [paul]
15319
15320         * po/es.po
15321                 updated translation, submitted by Ricardo Mones Lastra
15322
15323 2001-11-26 [alfons]
15324
15325         * src/matcher.c
15326                 add more translatable strings
15327
15328 2001-11-26 [christoph]  0.6.5claws39
15329
15330         * po/de.po      
15331                 fixed one more umlaut
15332         * src/compose.c
15333                 fix translated header when it should not be translated
15334
15335 2001-11-26 [paul]       0.6.5claws38
15336
15337         * src/mainwindow.c
15338                 remove '/Message/Add Sender to address book' from 
15339                 main_window_set_menu_sensitive(), prevent debug warning
15340                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15341
15342 2001-11-26 [paul]       0.6.5claws37
15343
15344         * src/summaryview.c
15345                 fix 'recurring unread state' bug 
15346
15347         * tools/README 
15348         * tools/filter_conv.pl
15349                 read name of top level mailbox from folderlist.xml
15350                 and presume nothing about its name              
15351
15352 2001-11-26 [darko]      0.6.5claws36
15353
15354         * src/gtkstext.[ch]
15355                 removed functions that are now in gtkutils.c
15356                 use gtkut_text_is_uri_string() from gtkutils.c
15357         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15358
15359 2001-11-26 [paul]       0.6.5claws35
15360
15361         * sync with sylpheed 0.6.5cvs16
15362                 see ChangeLog entries 2001-11-25 and 2001-11-26
15363
15364 2001-11-25 [alfons]     0.6.5claws34
15365
15366         EXPERIMENTAL!!! Please checkout the last stable version using: 
15367           
15368         % cvs update -r LAST_STABLE -dRAP
15369
15370         (Or help us testing this stuff.)
15371
15372         * src/filtering.c               (1.14)
15373         * src/filtering.h               (1.6)
15374         * src/inc.c                     (1.28)
15375         * src/matcher.c                 (1.20)
15376         * src/mbox.c                    (1.9)
15377         * src/procmsg.h                 (1.14)
15378         * src/summaryview.c             (1.59)
15379         * src/summaryview.h             (dunno)
15380                 revert/merge/sync to as it was before commit 
15381                 on Thu, 19 Jul 2001 10:15:51 -0700.
15382
15383 2001-11-25 [hoa]        0.6.5claws33
15384
15385         * src/main.c
15386                 processing mails at startup
15387
15388         * src/folderview.c
15389         * src/summaryview.[ch]
15390                 processing mails when entering folder
15391
15392         * src/prefs_filtering.c
15393                 fixed some UI bugs
15394
15395 2001-11-24 [alfons]     0.6.5claws32
15396
15397         * src/summaryview.[ch]
15398                 make summary sort headers work, and also make
15399                 sure the sort type is stored
15400
15401 2001-11-23 [alfons]     0.6.5claws31
15402
15403         * src/summaryview.[ch]
15404                 make lock work like mark
15405                 disallow deleting messages marked as locked
15406
15407 2001-11-23 [alfons]     0.6.5claws30
15408
15409         * src/gtkstext.c
15410         * src/compose.[ch]
15411         * src/Makefile.am
15412         * src/undo.[ch]
15413                 merge undo patch submitted by Jens
15414
15415 2001-11-23 [christoph]  0.6.5claws29
15416
15417         * src/.cvsignore
15418                 added ylwrap
15419         * src/compose.c
15420                 fixed gpg signing and encoding
15421         * src/folder.[ch]
15422         * src/main.c
15423                 added --status option to get new, unread and total
15424                 message count from a running sylpheed
15425         * src/prefs_common.c
15426                 temporary fix for reply_with_quote problem
15427                 (don't call functions for non existing widget)
15428         * src/procmsg.c
15429                 one more check for ignored threads but still not
15430                 always working correctly. probably a recursive
15431                 check for all parents is needed
15432
15433 2001-11-23 [darko]      0.6.5claws28
15434
15435         * src/compose.c
15436                 wrapping on send improvements
15437         * src/gtkutils.[ch]
15438                 fix for GtkSText after last sync with main branch
15439                 GTK_TEXT -> GTK_STEXT
15440
15441 2001-11-23 [paul]       0.6.5claws27
15442
15443         * sync with sylpheed 0.6.5cvs14
15444                 see ChangeLog entries 2001-11-22 and 2001-11-23
15445                 
15446         * po/de.po
15447                 fixed the scrambled umlauts 
15448                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15449
15450 2001-11-21 [paul]       0.6.5claws26
15451
15452         * sync with sylpheed 0.6.5cvs12
15453                 see 2nd ChangeLog entry dated 2001-11-20
15454
15455 2001-11-20 [paul]       0.6.5claws25
15456
15457         * sync with sylpheed 0.6.5cvs11
15458                 see ChangeLog entry 2001-11-19 (src/utils.c)
15459
15460 2001-11-20 [hiro]
15461
15462         * src/compose.c
15463                 GTK_TEXT -> GTK_STEXT
15464                 fix for wrong comment
15465
15466 2001-11-20 [hiro]       0.6.5claws24
15467
15468         * src/compose.[ch]
15469                 more merges from main branch
15470                 removed fatal warnings (uninitialized variables etc.)
15471                 some coding style fix
15472         * src/gtkutils.h
15473                 fixed typo.
15474         * src/addressbook.c
15475           src/addrindex.c
15476                 V-Card -> vCard
15477
15478 2001-11-19 [hoa]        0.6.5claws23
15479
15480         * src/filtering.c
15481         * src/prefs_scoring.c
15482         * src/matcher.[ch]
15483         * src/scoring.c
15484                 cleaning code
15485
15486         * src/matcher_parser_parse.y
15487         * src/prefs_filtering.c
15488                 bouncing
15489
15490 2001-11-19 [alfons]     0.6.5claws22
15491
15492         more of my old things into claws
15493
15494         * src/Makefile.am
15495         * src/prefs_common.c
15496         * src/procmsg.h
15497         * src/summaryview.[ch]
15498         * src/prefs_summary_column.c
15499         * src/pixmaps/locked.xpm
15500                 add indicators for locking of message in summary view
15501                 (does not work yet, only visual indicator)
15502
15503 2001-11-19 [paul]       0.6.5claws21
15504
15505         * sync with sylpheed 0.6.5cvs10
15506                 see ChangeLog entry 2001-11-19
15507
15508 2001-11-18 [alfons]     0.6.5claws20
15509         
15510         * src/filtering.c
15511                 remove an inadvertent free I forgot in previous clean up 
15512
15513 2001-11-18 [alfons]     0.6.5claws19
15514
15515         * src/filtering.[ch]
15516                 clean up & plug leaks
15517
15518 2001-11-18 [paul]       0.6.5claws18
15519
15520         * sync with sylpheed 0.6.5cvs9
15521                 see ChangeLog entries 2001-11-17 and 2001-11-18
15522
15523 2001-11-16 [paul]       0.6.5claws17
15524
15525         * sync with sylpheed 0.6.5cvs8
15526                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15527
15528 2001-11-16 [paul]       0.6.5claws16
15529
15530         * sync with sylpheed 0.6.5cvs7
15531                 see ChangeLog entries 2001-11-15 and 2001-11-16
15532
15533 2001-11-15 [hoa]        0.6.5claws15
15534
15535         * src/compose.c
15536                 fix bounce, mails we received couln't be bounced to ourself.
15537
15538         * src/defs.h
15539         * src/filtering.[ch]
15540         * src/matcher.[ch]
15541         * src/matcher_parser.h
15542         * src/matcher_parser_lex.l
15543         * src/matcher_parser_parse.y
15544         * src/inc.c
15545         * src/main.c
15546         * src/mbox.c
15547         * src/prefs_filtering.[ch]
15548         * src/mainwindow.c
15549         * src/prefs_matcher.c
15550         * src/prefs_scoring.c
15551         * src/scoring.[ch]
15552         * src/summaryview.c
15553                 new matcher/filter/score configuration file parser
15554                 one unique configuration file => ~/.sylpheed/matcherrc
15555                 import in currently automatic, then save are made
15556                 in this new file.
15557                 one filter per folder and one global filter
15558                 (filter of a folder will be used as folder processing)
15559
15560         * src/folder.c
15561                 fix a bug in folder_item_get_identifier
15562                 
15563         * src/messageview.c
15564                 receive receipt return are fixed.
15565
15566 2001-11-14 [alfons]     0.6.5claws14
15567
15568         * src/session.h
15569                 add things from main branch to make claws compile
15570
15571 2001-11-14 [paul]       0.6.5claws13
15572
15573         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15574                 see ChangeLog entries 2001-11-08 to 2001-11-14
15575
15576 2001-11-14 [hoa] 0.6.5claws12
15577
15578         * src/compose.[ch]
15579         * src/mainwindow.c
15580         * src/summaryview.c
15581                 add "bounce mail" option
15582
15583 2001-11-13 [christoph]  0.6.5claws11
15584
15585         * src/compose.c
15586                 Cleanup a mess i add before commiting
15587
15588 2001-11-13 [hoa]        0.6.5claws10
15589
15590         * src/compose.c
15591                 some fixes when mail are sent or
15592                 for crossposts
15593
15594 2001-11-13 [christoph]  0.6.5claws9
15595
15596         * po/de.po
15597                 Changed two string with the same translation
15598         * src/compose.c
15599         * src/procmsg.[ch]
15600         * src/send.[ch]
15601                 New mailsending process:
15602                   - Always queue message before sending
15603                     (message will be saved if sylpheed crashed or
15604                      freezes while sending)
15605                   - Allow queuing of newspostings
15606                   - No copy in outbox before sending
15607                     (closes bug #469501)
15608                   - No more redundant code for send and send_later
15609         * src/summaryview.c
15610                 Applied wwp <subscript@free.fr>'s patch that fixes
15611                 marks for multiple forwarded messages (+compose.c)
15612
15613 2001-11-12 [alfons]
15614
15615         * README.claws
15616                 remove things that are now in main branch
15617         
15618         * po/nl.po
15619                 update Dutch translation
15620
15621 2001-11-12 [mhadasht]   0.6.5.claws8
15622
15623         * src/prefs_common.c
15624                 re-enabled account autoselection feature for forward
15625                 and reedit lost during the branch point for SYNC-B4-REL
15626         * src/gtkspell.c
15627                 gtkpspell_get_dict(): more readable code (even if function is
15628                 not used yet)
15629         * ChangeLog.claws
15630                 added version number info to 2001-11-12 [hiro] comment.
15631
15632 2001-11-12 [hiro]       0.6.5.claws7
15633
15634         * src/compose.c
15635                 compose_forward(): fixed a bug that forward quote mark
15636                 wasn't used.
15637                 removed unnecessary code.
15638         * src/template_select.[ch]: removed.
15639
15640 2001-11-11 [alfons]
15641
15642         * src/compose.c
15643                 :%s/GTK_TEXT/GTK_STEXT/g
15644         
15645         * src/compose.[ch]
15646         * src/undo.[ch]
15647         * src/Makefile.am
15648                 revert the undo stuff (this is 0.6.6claws stuff)
15649
15650 2001-11-11 [hoa]        0.6.5.claws6
15651
15652         * src/compose.[ch]
15653                 Insert signature at the end of the text.
15654                 Added undo patch but currently disabled
15655
15656         * src/procmsg.c
15657                 Threading by subject improved.
15658
15659         * added src/undo.[ch]
15660                 Undo module for compose dialog box.
15661
15662 2001-11-11 [alfons]     0.6.5.claws5
15663
15664         * src/procmsg.c
15665                 prevent threading by subject on nodes that have already been
15666                 threaded by in-reply-to (as in "circular references in a tree
15667                 result in a dead branch")
15668
15669 2001-11-09 [hoa]        0.6.5.claws4
15670         
15671         * src/folderview.c
15672                 allows creation of mbox folder item from any files.
15673
15674 2001-11-09 [alfons]     0.6.5.claws3
15675         
15676         * src/utils.c
15677         * src/procmsg.c
15678                 do what I mean and correct threading by subject so it really
15679                 ignores attracting lines without "Re: "
15680
15681 2001-11-07 [alfons]     0.6.5.claws2
15682
15683         * src/procmsg.c
15684         * src/utils.[ch]
15685                 only attract by subject if a subject line starts with a "Re: "
15686         * src/syldap.c
15687                 remove warning
15688
15689 2001-11-07 [paul]       0.6.5claws1
15690
15691         * sync with sylpheed 0.6.5. release
15692                 see ChangeLog entry 2001-11-07
15693
15694 2001-11-07 [paul]       0.6.4claws31
15695
15696         * sync with sylpheed 0.6.4cvs18
15697                 see ChangeLog entries 2001-10-30 to 2001-11-07
15698                 prefs_templates.[ch] renamed prefs_template.[ch]
15699
15700 2001-11-06 [alfons]
15701         
15702         * src/utils.h
15703                 add semicolon Hoa forgot ;-)
15704                 
15705
15706 2001-11-06 [hoa]        0.6.4claws30
15707         
15708         * src/procmsg.c
15709         * src/summaryview.c
15710         * src/utils.c
15711         * src/utils.h
15712                 threading by subject - empty subject are ignored
15713
15714 2001-11-06 [christoph]  0.6.4claws29
15715
15716         * src/socket.c
15717                 use SSL_peek for sock_gets
15718         * src/utils.c
15719                 removed unneeded pointer in extracting quoted
15720                 names implementation
15721
15722 2001-11-06 [melvin]     0.6.4claws28
15723
15724         * src/gtkspell.c
15725                 fixed bug #476792 Selection overtyping with spell checker
15726                 fixed bug which could cause a buffer overflow
15727                 fixed a memory leak
15728
15729 2001-11-06 [hoa]        0.6.4claws27
15730         
15731         * src/procmsg.c
15732         * src/summaryview.c
15733                 threading by subject
15734
15735 2001-11-05 [alfons]     0.6.4claws26
15736         
15737         * README.claws
15738                 Claws -> Sylpheed (vice versa)
15739
15740         * src/compose.c
15741                 :%s/gtk_text/gtk_stext/g
15742                 :%s/GTK_TEXT/GTK_STEXT/g
15743                 (thanks to Jonathan Ware for spotting this)
15744
15745 2001-11-04 [christoph]  0.6.4claws25
15746
15747         * src/summaryview.c
15748                 replace Xalloca + strdup with Xstrdup_a
15749         * src/utils.c
15750                 better implementation of extracting quoted names
15751                 from addresses (remove backlashes and ignore
15752                 quotes after them)
15753
15754 2001-11-04 [alfons]     0.6.4claws24
15755
15756         * src/utils.[ch]
15757                 edit to comply more with coding style
15758
15759         * src/textview.c
15760                 fix bug reported by Kim Schulz. introduced by the patch integrated
15761                 in 0.6.4claws15. the code did not check the return value of
15762                 the html parser.
15763
15764         * AUTHORS
15765                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15766
15767 2001-11-04 [christoph]  0.6.4claws23
15768
15769         * src/main.c
15770         * src/prefs_common.[ch]
15771                 init some pointers that possibly caused a segfault
15772                 reported in the claws-users ML
15773
15774 2001-11-04 [hoa]        0.6.4claws22
15775
15776         * src/grouplistdialog.c
15777                 change the names of the nodes in the tree
15778
15779         * src/compose.c
15780                 enhanced mailto syntax as described in
15781                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15782                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15783
15784         * src/utils.c
15785                 encode and decode URI (useful when opening URL into
15786                 netscape).
15787
15788 2001-11-03 [hoa]        0.6.4claws21
15789
15790         * src/grouplistdialog.c
15791                 a new newsgroups list selection dialog box
15792                 with a CTree instead of a CList
15793
15794 2001-11-03 [hoa]        0.6.4claws20
15795
15796         * src/folderview.c
15797                 enable property and scoring options when right
15798                 click on "inbox"
15799
15800         * src/summaryview.c
15801                 fixed bug when nickname were displayed using
15802                 the address book.
15803
15804 2001-11-02 [darko]      0.6.4claws19
15805
15806         * src/compose.c
15807                 new wrap quotation and URL/long words wrapping implementation
15808         * src/compose.c src/gtkstext.[ch]
15809                 move gtkstext_strncmp() to gtkstext.c
15810
15811 2001-11-01 [christoph]  0.6.4claws18
15812
15813         * src/prefs_account.c
15814                 fixed mess in account settings dialog
15815         * src/prefs_folder_item.c
15816                 added label with folder path to dialog
15817
15818 2001-10-31 [match]      0.6.4claws17
15819
15820         * src/vcard.c
15821                 fix memory leak.
15822         * src/addrbook.c
15823                 fix generation of spurious address book file names.
15824                 remove redundant functions.
15825         * po/POTFILES.in
15826                 added missing file names.
15827
15828 2001-10-30 [paul]       0.6.4claws16
15829
15830         * sync with sylpheed 0.6.4cvs6
15831                 see ChangeLog entries 2001-10-26 to 2001-10-30
15832
15833         * tools/filter_conv.pl
15834                 read folderlist.xml to discover whether the top-level
15835                 folder is called 'Mailbox' or 'Mail' 
15836
15837 2001-10-29 [paul]       0.6.4claws15
15838
15839         * src/html.c, src/textview.c
15840                 activate links in html mail and fix clickable parts
15841                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15842
15843 2001-10-29 [paul]
15844
15845         * po/de.po, po/es.po, po/pt_BR/po
15846                 updated translations, submitted by Jens Oberender,
15847                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15848
15849 2001-10-29 [darko]      0.6.4claws14
15850
15851         * src/compose.c
15852                 fix wrapping for good
15853
15854 2001-10-29 [darko]
15855
15856         * src/compose.c
15857                 undo previous change as it broke the smart wrapping
15858
15859 2001-10-29 [darko]      0.6.4claws13
15860
15861         * src/compose.c
15862                 fix infinite loop when long URL is quoted
15863                 (closes bug #475122.
15864
15865 2001-10-28 [match]
15866
15867         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15868                 import Mutt address book
15869         * src/ldif.[ch] src/importldif.h
15870                 modified import LDIF handle user attributes
15871
15872 2001-10-28 [christoph]  0.6.4claws12
15873
15874         * src/summaryview.c
15875                 fixed that filtering did not work if there
15876                 were no filter rules
15877                 (closes bug #472003 and better implementation
15878                  of patch #474644)
15879
15880 2001-10-27 [christoph]  0.6.4claws11
15881
15882         * src/compose.c
15883                 make the folder's default account to be used when
15884                 replying. (patch by wwp <subscript@free.fr>)
15885         * src/compose.c
15886                 code cleanup, nearly killed all of wwp's patch
15887                 for folder's default account in compose
15888         * src/folderview.c
15889                 error panel when a folder could not be created
15890                 (closes bug #471080 new folder name & already
15891                  existing file)
15892
15893 2001-10-26 [alfons]
15894
15895         * src/utils.h
15896                 change prototype of strstr2() that Christoph forgot about
15897
15898 2001-10-26 [christoph]  0.6.4claws10
15899
15900         * src/account.c
15901                 made search for accounts by email address not case
15902                 sensitive
15903         * src/folder.c
15904                 fixed memory leak in folder_item_get_identifier
15905         * src/gtkspell.c
15906         * src/utils.c
15907                 fixed wrong strstr2 (should work like strstr)
15908
15909 2001-10-26 [darko]      0.6.4claws9
15910
15911         * src/compose.c src/gtkstext.[ch]
15912         * src/gtkstext.c
15913                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15914
15915 2001-10-26 [paul]       0.6.4claws8
15916
15917         * src/html.c
15918                 ignore css and javascript tags in html mail
15919                 case-insensitive, with or without double-quoted
15920                 strings
15921
15922 2001-10-26 [paul]       0.6.4claws7
15923
15924         * sync with sylpheed 0.6.4cvs1
15925                 see ChangeLog entry 2001-10-26
15926
15927         * src/prefs_account.c, src/prefs_common.c,
15928           src/prefs_summary_column.c
15929                 minor improvements to the English
15930
15931 2001-10-25 [alfons]     0.6.4claws6
15932
15933         * src/gtkstext.c
15934         
15935                 make GtkSText follow style of GtkText (closes bug 
15936                 #469211 "text selection while writing message")
15937                 
15938                 do sync with GTK 1.2.10
15939
15940 2001-10-25 [paul]       0.6.4claws5
15941
15942         * src/html.c
15943                 ignore css tags in html mail
15944
15945 2001-10-25 [darko]      0.6.4claws4
15946
15947         * src/compose.c
15948                 don't declare is_url_string as static function since
15949                 we need it in gtkstext.c
15950         * src/gtkstext.c
15951                 remove unused variable
15952                 don't wrap long URLs while composing a message
15953
15954 2001-10-24 [christoph]  0.6.4claws3
15955
15956         * src/socket.c
15957                 fix ssl deadlock, when peer closes connection
15958
15959 2001-10-24 [paul]       0.6.4claws2
15960
15961         * src/prefs_common.c
15962                 gettextize the gpg ascii-armored warning message
15963
15964         * src/compose.c
15965                 insert a DOS/MAC file into the composed message
15966                 (improvements)
15967
15968         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15969
15970 2001-10-22 [paul]       0.6.4claws1
15971
15972         * sync with sylpheed 0.6.4 release
15973                 see ChangeLog entries 2001-10-21
15974
15975         * po/fr.po, po/pt_BR.po
15976                 updated by Melvin Hadasht and Fabio Junior Beneditto
15977
15978 2001-10-21 [paul]       0.6.3claws30
15979
15980         * src/compose.c
15981                 insert a DOS text file from the compose window
15982                 into the composed message text (removes CRs characters)
15983                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15984
15985         * tools/filter_conv.pl, tools/README
15986                 automatically use ~/.sylpheed as working directory
15987                 print out confirmation message on completion
15988
15989         * correct Hoa's last ChangeLog.claws entry
15990
15991 2001-10-20 [hoa]        0.6.3claws29
15992
15993         * src/grouplistdialog.c
15994                 bugfix (another ?) to give the right
15995                 newsgroups list for each news server.
15996
15997         * src/news.c
15998         * src/news.h
15999                 improve the newsgroups list cache
16000
16001 2001-10-20 [paul]       0.6.3claws28
16002
16003         * sync with sylpheed 0.6.3cvs9
16004                 see ChangeLog entry 2001-10-19
16005
16006         * correct Alfons' last ChangeLog.claws entry
16007
16008 2001-10-19 [alfons]
16009
16010         * src/pgptext.[ch]
16011                 fix compilation problems (part of bug #472895)
16012
16013 2001-10-18 [hoa]        0.6.3claws27
16014
16015         * src/grouplistdialog.c
16016                 bugfix when we refresh was clicked (bug 472701)
16017
16018 2001-10-19 [christoph]  0.6.3claws26
16019
16020         * src/compose.c
16021                 last header entry should default to "To:" or
16022                 "Newsgroups:" and not copy the last entry line
16023                 in a new compose window
16024                 (closes bug #472686, #470792)
16025
16026 2001-10-19 [paul]       0.6.3claws25
16027
16028         * sync with Sylpheed 0.6.3cvs8
16029                 see ChangeLog entries 2001-10-18 and 2001-10-19
16030
16031 2001-10-18 [christoph]  0.6.3claws24
16032
16033         * src/procmsg.c
16034                 reimplement ignore thread
16035         
16036 2001-10-18 [hoa]        0.6.3claws23
16037
16038         * src/folderview.c
16039         * src/grouplistdialog.[ch]
16040                 enhanced news subscription interface (feature 469113)
16041
16042         * src/news.c
16043         * src/news.h
16044                 enchanced newsgroup listing,
16045                 now, we can get groups informations
16046                 (NNTPGroupInfo)
16047
16048 2001-10-18 [paul]       0.6.3claws22
16049
16050         * src/summaryview.c
16051                 remove comment (sync with main branch)
16052         * src/mainwindow.c
16053                 fix 'Re-edit' bug in 'Message' menu
16054
16055 2001-10-17 [christoph]  0.6.3claws21
16056
16057         * src/compose.c
16058                 ignore empty or whitespace only header lines
16059
16060 2001-10-17 [paul]       0.6.3claws20
16061
16062         * sync with sylpheed 0.6.3cvs7
16063                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16064                 2001-10-17
16065
16066 2001-10-17 [darko]
16067
16068         * src/compose.c
16069                 wrap long lines without spaces
16070                 don't wrap URLs
16071
16072 2001-10-16 [paul]
16073
16074         * po/es.po, po/nl.po, po/pt_BR.po
16075                 updated by Ricardo Mones Lastra, Alfons,
16076                 and Fabio Junior Beneditto
16077
16078         * sylpheed-0.6.3claws released
16079
16080 2001-10-15 [melvin] 0.6.3claws18
16081
16082         * README.claws
16083                 added summary and detailed installation instructions
16084                 for spell checker
16085         * po/fr.po
16086                 Updated, corrected and completed french translation
16087
16088 2001-10-15 [hoa] 0.6.3claws17
16089         * src/grouplistdialog.c
16090                 we can choose the newsgroups to display with wildcards
16091
16092 2001-10-15 [christoph]  0.6.3claws16
16093
16094         * src/account.c
16095         * src/compose.c
16096         * src/prefs_folder_item.[ch]
16097                 applied wwp <subscript@free.fr>'s folder
16098                 default account patch
16099         * po/de.po
16100                 Fixed wrong translation
16101
16102 2001-10-13 [alfons, christoph, melvin]  
16103                         0.6.3claws15
16104
16105         solution #2 to solve MT-safety problems defers all GUI related calls
16106         to the main thread using a gtk_idle_add() callback. discussed on
16107         ircnet #sylpheed, with christoph spotting some issues with the
16108         original code, and melvin allowing us to lobotomize his sylpheed.
16109
16110         * src/syldap.[ch], src/main.c
16111                 fix race problem in ldap search thread by deferring GUI 
16112                 stuff to main thread using gtk_idle_add()
16113
16114 2001-10-13 [paul]       0.6.3claws14
16115
16116         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16117                 add Sergey's smtpcred.patch
16118                 adds separate username/password setting for SMTP Auth
16119                 needed by some servers
16120                 (closes feature request #471659)
16121
16122 2001-10-13 [paul]       0.6.3claws13
16123
16124         * src/pgptext.[ch] **NEW FILES**
16125         * src/Makefile.am, src/messageview.c, src/mimeview.c
16126                 decrypt ascii-armored gpg text embedded in
16127                 the message body.
16128                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16129
16130 2001-10-13 [christoph]  0.6.3claws12
16131
16132         * README.claws
16133                 some more details on default to and
16134                 feature requests
16135         * src/main.c
16136                 init glib threading when ldap is used
16137         * src/syldap.c
16138                 threading fixes
16139         * po/de.po
16140                 fixed a typo
16141
16142 2001-10-12 [paul]       0.6.3claws11
16143
16144         * src/prefs_common.[ch], src/rfc2015.c
16145                 enable ascii-armored gpg text to be embedded in the
16146                 message body, selectable through the 'Privacy'
16147                 preferences. Supports encrypting only.
16148                 Submitted by Ravemax <ravemax@dextrose.com>
16149
16150 2001-10-12 [paul]       0.6.3claws10
16151
16152         * sync with sylpheed 0.6.3cvs6
16153                 see ChangeLog entries 2001-10-11 and 2001-11-12
16154
16155         * src/folderview.c
16156                 incorporated mbox folders, scoring, and folder
16157                 properties into the sync
16158
16159 2001-10-12 [darko]      0.6.3claws9
16160
16161         * README.claws
16162                 describe quotation wrapping
16163         * src/compose.c
16164                 don't treat tab as space to calculate line length properly
16165
16166 2001-10-11 [alfons]
16167
16168         * README.claws
16169                 correct description of how to make new filtering system work,
16170                 add some other things
16171                 
16172         * src/syldap.c
16173                 remove sched_yield() (not necessary / unportable)
16174
16175 2001-10-11 [paul]       0.6.3claws8
16176
16177         * sync with sylpheed 0.6.3cvs3
16178                 see ChangeLog entry 2001-10-10
16179
16180 2001-10-10 [christoph]  0.6.3claws7
16181
16182         * .cvsignore
16183                 ignore 2 files created by newer autotools
16184         * src/prefs_folder_item.c
16185                 using table for widget alignment
16186                 fixed memory leak and broken octal display
16187         * src/filesel.c
16188                 fixed segfault caused by lost filename
16189                 workaround (closes bug #469551)
16190
16191 2001-10-10 [paul]       0.6.3claws6
16192
16193         * sync with sylpheed 0.6.3cvs2
16194                 see ChangeLog entries 2001-10-09 and 2001-10-10
16195
16196 2001-10-10 [darko]      0.6.3.claws5
16197
16198         * src/gtkstext.c
16199                 proper calculation of right margin if smart wrapping is enabled
16200         * src/compose.c
16201                 automatically wrap long lines if wrap quotation is enabled
16202
16203 2001-10-09 [alfons]     0.6.3.claws4
16204
16205         * src/summaryview.c
16206                 select correct row when deleting last row in the summary view (and
16207                 close bug "[ #469104 ] select second last in list when deleting")
16208
16209 2001-10-09 [paul]       0.6.3claws3
16210
16211         * sync with sylpheed 0.6.3cvs1
16212                 updated some autotool scripts
16213
16214 2001-10-09 [darko]      0.6.3claws2
16215
16216         * src/gtkstext.[ch]
16217                 new name and mark with Sylpheed comment
16218         * src/compose.c
16219                 smart quotation wrapping a-la VIM
16220
16221 2001-10-08 [paul]       0.6.3claws1
16222
16223         * sync with sylpheed 0.6.3 release
16224                 see ChangeLog entry 2001-10-08
16225
16226 2001-10-08 [paul]       0.6.2claws24
16227
16228         * src/summaryview.c
16229                 more sync with sylpheed 0.6.2cvs12
16230                 Fixed the bug that didn't select the last row correctly
16231
16232
16233 2001-10-07 [paul]       0.6.2claws23
16234
16235         * sync with sylpheed 0.6.2cvs12
16236                 see ChangeLog entry 2001-10-07
16237
16238 2001-10-06 [match]
16239         * src/jpilot.[ch]
16240                 enable jpilot to read unsynch'ed addresses.
16241
16242         * src/editldap_basedn.c
16243                 fix segfault when opening dialog.
16244
16245 2001-10-06 [alfons]     0.6.2.claws22
16246
16247         * src/summaryview.c
16248                 fix bug with summary view selecting last *inserted*
16249                 node instead of last *visible* node. remember we
16250                 work with a tree
16251
16252 2001-10-06 [paul]       0.6.2claws21
16253
16254         * po/pt_BR.po
16255                 updated translation, contains some fixes and new
16256                 translations, submitted by Gustavo Noronha Silva
16257                 <kov@debian.org>
16258
16259         * src/prefs_common.c
16260                 change 'each' to 'every' - fix dubious English
16261
16262         * sync with sylpheed 0.6.2cvs11
16263
16264 2001-10-05 [alfons]     0.6.2claws20
16265
16266         * src/mainwindow.[ch], src/folderview.c
16267                 make composite tool button switch between "Compose News"
16268                 and "Compose Mail" depending on selected folder
16269                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16270
16271 2001-10-05 [paul]       0.6.2claws19
16272
16273         * src/mainwindow.c, src/summaryview.c
16274                 fix 'Message/Reply to all', broken in last commit
16275
16276         * src/compose.c
16277                 fix X_BEENTHERE seg fault, thanks to Alfons
16278
16279 2001-10-04 [paul]       0.6.2claws18
16280
16281         * src/compose.[ch], src/mainwindow.c
16282                 make "Message/Reply" reply to mailing lists; matches
16283                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16284                 based on portions of the patch submitted by
16285                 Junichi Uekawa <dancer@netfort.gr.jp>
16286
16287 2001-10-04 [darko]      0.6.2claws17
16288
16289         * src/compose.c
16290                 better smart wrapping
16291         * src/gtkstext.[hc]
16292                 a function to make text buffer contiguous
16293
16294 2001-10-03 [paul]       0.6.2claws16
16295
16296         * sync with sylpheed 0.6.2cvs10
16297
16298 2001-10-02 [alfons]
16299
16300         * configure.in
16301         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16302                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16303                 references to chinese translations (hope someone picks up
16304                 this)
16305
16306 2001-10-02 [christoph]  0.6.2claws15
16307
16308         * src/compose.c
16309                 fixed non translated header bug
16310         * ChangeLog.claws
16311                 fixed wrong date in alfons last entry ;)
16312
16313 2001-10-02 [alfons]     0.6.2claws14
16314
16315         * src/compose.c, src/prefs_common.[ch]
16316                 add block cursor option
16317
16318 2001-10-02 [paul]       0.6.2claws13
16319
16320         * sync with sylpheed 0.6.2cvs9
16321
16322 2001-09-30 [paul]       0.6.2claws12
16323
16324         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16325                 updated translations
16326
16327         * po/POTFILES.in
16328                 add 'src/importldif.c'
16329
16330         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16331                 added eudora-to-vCard conversion tool
16332                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16333
16334         * sync with sylpheed 0.6.2cvs8
16335
16336 2001-09-30 [paul]
16337
16338         * sylpheed-0.6.2claws released
16339
16340 2001-09-27 [melvin]     0.6.2claws11
16341
16342         * src/gtkspell.c
16343                 fixed crash when using default path (introduced 
16344                 in 0.6.2claws10)
16345                 fixed tiny bug for initial suggestion mode
16346
16347 2001-09-27 [melvin]     0.6.2claws10
16348         
16349         * src/gtkspell.c
16350                 fixed bug where gtkpspell didn't set the path correctly
16351
16352         * README.claws
16353                 added a paragraph about spell checking
16354                 
16355
16356
16357 2001-09-27 [paul]       0.6.2claws9
16358
16359         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16360                 replace '// comments' with '/* comments */' to prevent
16361                 some compiler warnings 
16362
16363         * sync with sylpheed 0.6.2cvs6
16364
16365 2001-09-26 [alfons]     0.6.2claws8
16366
16367         * src/messageview.c
16368                 introduce return receipt request notification again,
16369                 which was lost because of other semantics in 
16370                 procheader_parse() (???)
16371
16372 2001-09-26 [christoph]  0.6.2claws7
16373
16374         * src/compose.c
16375                 replace comments for old code with #if 0
16376                 readded auto cc, bcc and reply-to
16377         * src/prefs_matcher.c
16378         * src/prefs_scoring.c
16379                 removed some definition (was moved to
16380                 prefs.h)
16381
16382 2001-09-26 [paul]       0.6.2claws6
16383
16384         * src/mainwindow.c
16385                 make 'Follow-up and reply to' sensitive
16386
16387         * more sync with sylpheed 0.6.2cvs5
16388
16389 2001-09-25 [melvin]
16390
16391         * 0.6.2claws5
16392
16393         * src/gtkspell.c
16394                 fixed bug for "US-ASCII" introduced by the encoding code
16395
16396 2001-09-25 [paul]
16397
16398         * 0.6.2claws4
16399
16400         * src/prefs_common.[ch], src/summaryview.c
16401                 'next unread msg' 'go to next folder?' dialog can be
16402                 given default behaviour, either always show dialog,
16403                 or assume 'yes', or assume 'no'
16404                 Submitted by wwp <subscript@free.fr>
16405
16406 2001-09-25 [melvin]
16407                 
16408         * src/compose.c src/gtkspell.[ch]
16409                 added support for different encodings
16410
16411 2001-09-25 [paul]
16412
16413         * more sync with sylpheed 0.6.2cvs5
16414
16415 2001-09-24 [alfons]
16416         
16417         * src/prefs_folder_item.c
16418                 add check for item->prefs->default_to string is NULL and
16419                 add another check when freeing this string
16420
16421 2001-09-24 [paul]
16422
16423         * configure.in
16424                 change to version 0.6.2claws3
16425
16426         * sync with sylpheed 0.6.2cvs5 
16427
16428 2001-09-24 [match]
16429         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16430                 import LDIF files.
16431         * src/addrcache.[ch], addrindex.[ch]
16432                 small update for future
16433         * src/addrbook.c
16434                 fix test XML file.
16435
16436 2001-09-24 [melvin]
16437         * src/gtkspell.[ch]
16438                 added 'Learn from mistakes' option
16439                 better handling of quotes in checked words
16440                 sorted dict list
16441         * po/fr.po
16442                 small update for spell checking stuff
16443
16444 2001-09-23 [alfons]
16445         
16446         * src/gtkspell.c
16447                 edit a little bit so it complies more with main coding style
16448
16449 2001-09-23 [alfons]
16450
16451         * src/folder.[ch], prefs_folder_item.c, compose.c
16452                 migrate "request return receipt" folder property
16453                 to folderlist.xml
16454
16455 2001-09-22 [alfons]
16456
16457         * README.claws **NEW**
16458                 (add things of interest for users of main branch 
16459                 and claws here)
16460
16461         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16462                 re-implement threading per folder option, but store 
16463                 the setting in folderlist.xml (where it belongs)
16464
16465 2001-09-21 [melvin]
16466
16467         * src/gtkspell.[ch]
16468                 fixed bug when compose window is under another window
16469         * src/prefs_common.[ch] src/compose.c
16470                 changed 'dictionary_path' to 'dictionary' to be consistent
16471                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16472         * ac/pspell.m4 src/Makefile.am 
16473                 dropped PSPELL_PATH macro
16474         * po/fr.po
16475                 updated translations
16476
16477 2001-09-21 [christoph]
16478
16479         * src/compose.c
16480                 added border around header fields
16481                 keep header type when new field is added
16482
16483 2001-09-20 [christoph]
16484
16485         * src/utils.[ch]
16486                 more portable debug_print with source filename
16487                 and linenumber
16488         * src/procmsg.c
16489                 more newlines after debug messages
16490
16491 2001-09-20 [paul]
16492
16493         * configure.in
16494                 change to version 0.6.2claws2
16495
16496         * sync with sylpheed 0.6.2cvs3
16497
16498 2001-09-19 [melvin]
16499
16500         * src/gtkspell.c
16501                 fixed the post-right-click focus pb
16502                 fixed crash when 'Spell check all' after dict change 
16503                         and when cursor is at the end of the text
16504                 shift-right-click pops up config menu even on misspelled words.
16505         * po/POTFILES.in
16506                 added gtkspell.c
16507
16508 2001-09-19 [melvin]
16509
16510         * src/about.c
16511                 added pspell to compiled-in features list
16512
16513 2001-09-18 [melvin]
16514
16515         * switched to pspell and dropped ispell
16516         * ac/pspell.m4
16517                 new file. autoconf macro for pspell
16518         * ac/Makefile.am 
16519         * configure.in acconfig.h
16520                 added pspell support
16521         * src/Makefile.am
16522         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16523         * src/prefs_common.[ch] 
16524                 added pspell support
16525
16526 2001-09-18 [christoph]
16527
16528         * src/addr_compl.c
16529         * src/template.[ch]
16530                 replace LOG_MESSAGE with debug_print
16531         * src/compose.[ch]
16532                 gui improvements
16533         * src/menu.c
16534                 added newline after debug message
16535         * src/utils.h
16536                 using __VA_ARGS__ for debug_print macro
16537         * tools/.cvsignore
16538                 ignore Makefile and Makefile.in
16539
16540 2001-09-18 [paul]
16541
16542         * configure.in
16543                 change to version 0.6.2claws1
16544         * sync with sylpheed 0.6.2cvs1
16545
16546         * src/matcher.c 
16547         * src/prefs_matcher.c
16548                 add 'score equal to' option, submitted by
16549                 Paul Evans <nerd@freeuk.com>
16550
16551 2001-09-15 [christoph]
16552
16553         * src/mainwindow.c
16554                 comment out menu entry not existing in claws
16555         * src/menu.c
16556                 add debug output for non existing menu entries
16557         * src/summaryview.c
16558                 fix next/prev unread message for ignored threads
16559         * src/utils.[ch]
16560                 add sourcefile and line number to debug output
16561                 otherwise it is sometimes hard to find the
16562                 source code part if debug messages are translated
16563
16564 2001-09-14 [darko]
16565         
16566         * src/folderview.c
16567                 refresh target folder style after colour is changed
16568
16569 2001-09-13 [paul]
16570
16571         * configure.in
16572                 change to version 0.6.1claws3
16573
16574         * sync with sylpheed 0.6.1cvs6
16575
16576 2001-09-13 [darko]
16577         
16578         * src/folderview.c
16579                 fix target folder colourization to use user selected colour
16580
16581 2001-09-12 [darko]
16582         
16583         * src/summaryview.c
16584                 fix crash when message that is marked for copy/move is unmarked
16585
16586 2001-09-09 [paul]
16587
16588         * configure.in
16589                 change to version 0.6.1claws2
16590
16591         * sync with sylpheed 0.6.1cvs3
16592
16593 2001-09-09 [alfons]
16594         
16595         * src/folderview.c
16596                 fix bug with default font used for trash folder text
16597
16598 2001-09-06 [paul]
16599
16600         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16601                 updated translations
16602
16603         * configure.in
16604                 change to version 0.6.1claws1
16605
16606         * sync with sylpheed 0.6.1cvs2
16607
16608 2001-09-03 [paul]
16609
16610         * po/POTFILES.in
16611                 add Match's new addressbook
16612
16613         * po/de.po
16614                 updated translation submitted by Jens Oberender
16615
16616 2001-09-02 [paul]
16617
16618         * configure.in
16619                 change to 0.6.1claws
16620         * sync with sylpheed 0.6.1 release
16621
16622 2001-09-02 [paul]
16623
16624         * configure.in
16625                 change to 0.6.0claws2
16626
16627         * sync with sylpheed 0.6.0cvs4
16628
16629         * po/pt_BR.po
16630                 updated translation submitted by Fabio Junior Beneditto
16631
16632 2001-09-01 [match]
16633         * pixmaps/
16634                 interface.xpm
16635                 book.xpm
16636                 address.xpm
16637         * src/
16638                 Makefile.am
16639                 a ton of new files
16640
16641 2001-08-31 [paul]
16642
16643         * configure.in
16644                 change to version 0.6.0claws1
16645
16646         * sync with sylpheed 0.6.0cvs1
16647
16648         * po/es.po
16649                 updated translation submitted by Ricardo Mones Lastra
16650
16651         * po/POTFILES.in
16652                 add 'src/prefs_templates.c'
16653
16654         * src/compose.c, src/summaryview.c
16655                 fix segfault on 'Re_edit'               
16656
16657 2001-08-30 [alfons]
16658
16659         * configure.in, Makefile.am
16660         * tools/Makefile.am
16661                 add tools directory to source distribution
16662
16663 2001-08-30 [paul]
16664
16665         * configure.in
16666                 change to version 0.6.0claws
16667
16668         * sync with sylpheed 0.6.0 release
16669
16670 2001-08-30 [christoph]
16671
16672         * configure.in
16673                 removed autoconf version check
16674
16675 2001-08-30 [paul]
16676
16677         * src/account.c, src/compose.c, src/prefs_common.[ch]
16678         * src/procheader.[ch] src/utils.[ch]
16679                 Enhanced automatic account selection on replies
16680                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16681
16682         * configure.in
16683                 add LDAP and JPilot to the configuration results output.
16684
16685 2001-08-29 [christoph]
16686
16687         * src/summeryview.c
16688                 no bold font for ignored threads
16689
16690 2001-08-29 [paul]
16691
16692         * configure.in
16693                 change to version 0.5.3claws6
16694
16695         * sync with sylpheed 0.5.3cvs10
16696                 src/stringtable.[ch]: New Files
16697
16698         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16699         * src/pixmaps/sylpheed.xpm
16700                 add mini-icons to windows (by Alfons)
16701
16702 2001-08-27 [paul]
16703
16704         * src/mainwindow.c
16705                 new functions: next_labeled_cb(), prev_labeled_cb()
16706
16707         * src/summaryview.c
16708                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16709                 summary_select_next_labeled(), summary_select_prev_labeled()
16710
16711         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16712                 give claws blue folders and a blue trash can
16713
16714 2001-08-27 [paul]
16715
16716         * configure.in
16717                 change to version 0.5.3claws5
16718
16719         * sync with sylpheed 0.5.3cvs9
16720                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16721
16722 2001-08-24 [christoph]
16723
16724         * src/filesel.c
16725                 keep filename when browsing directories
16726                 (not working for user entered filename, but
16727                  for default name and selected filename from
16728                  file list)
16729         * src/mainwindow.c
16730                 fixed wrong spelling "Folllow-up"
16731         * src/mbox_folder.c
16732         * src/procmsg.c
16733         * src/summaryview.c
16734                 fixed new/unread message count with ignored
16735                 threads (2 commits, first didn't notice no
16736                 longer needed decreasing)
16737         * src/inc.c
16738                 readded scrolling of progress dialog
16739                 (lost in sync)
16740
16741 2001-08-24 [paul]
16742
16743         * configure.in
16744                 change to 0.5.3claws4
16745
16746         * sync with sylpheed 0.5.3cvs7
16747
16748 2001-08-24 [christoph]
16749
16750         * src/compose.c
16751                 set request return receipt when replying
16752                 if it is set is the folder prefs of the
16753                 message
16754         * src/inc.c
16755                 disable final error popup if popups are
16756                 disabled in config (again)
16757
16758 2001-08-23 [paul]
16759
16760         * configure.in
16761                 Change version number to 0.5.3claws3
16762
16763         * sync with sylpheed 0.5.3cvs5
16764
16765         * src/mimeview.c
16766                 double quote '%s' in 'gedit %s' to fix bug when
16767                 opening attachment with spaces in the name
16768
16769 2001-08-22 [alte]
16770         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16771           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16772                 initial message templates support
16773
16774
16775 2001-08-22 [paul]
16776
16777         * configure.in
16778                 change version number to 0.5.3claws2
16779
16780         * sync with sylpheed 0.5.3cvs4
16781
16782         * src/procmsg.h src/summaryview.c
16783                 re-implement (un)ignore thread
16784
16785 2001-08-21 [paul]
16786
16787         * src/summaryview.c
16788                 remove unnecessary code
16789         * src/compose.c
16790                 enable 'dynamic' signatures (submitted by
16791                 Eric Limpens <eric@hscg-internet.nl>)
16792
16793 2001-08-21 [paul]
16794
16795         clean up after sync with sylpheed 0.5.3 release
16796
16797         * src/folderview.c
16798                 fix re-introduced font mess, see Christoph's
16799                 entry 2001-06-24
16800
16801         * src/summaryview.c
16802                 remove prev_msgnum
16803                 use sylpheed's small font instead of
16804                 gtk default font for summary view
16805
16806
16807 2001-08-17 [paul]
16808
16809         * configure.in
16810                 add pl to ALL_LINGUAS - sync with main branch
16811
16812         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16813                 Updated. Translations by Jens Oberender, Ricardo Mones
16814                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16815
16816         * po/pl.po  ** NEW FILE **
16817                 sync with the main branch
16818
16819         * src/folderview.c
16820                 fix target folder colorizing and refresh problem
16821
16822
16823 2001-08-17 [christoph]
16824
16825         * src/mainwindow.c
16826                 claws uses 4 colors for target folder coloring.
16827                 arrays were not long enough and destroyed the
16828                 stack causing a segfault.
16829                 target folder colorizing does not work anymore
16830                 for me
16831
16832 2001-08-16 [paul]
16833
16834         * configure.in
16835                 change to version 0.5.3claws1
16836
16837         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16838           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16839           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16840
16841                 sync with sylpheed 0.5.3 release, but keep claws method of
16842                 configuring/saving fonts
16843
16844         * src/addressbook.[ch]
16845                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16846                 in line with a similar change in Hiroyuki's branch
16847
16848         * src/mainwindow.[ch]
16849                 disable main_window_set_thread_option()
16850         * src/prefs_folder_item.c
16851                 comment out &tmps_prefs.enable_thread,
16852         * src/mbox_folder.c, src/procmsg.[ch]
16853                 comment out MSG_IS_IGNORE_THREAD
16854         * src/summaryview.c
16855                 comment out summary_ignore_thread() and summary_unignore_thread()
16856                 comment out MSG_IS_IGNORE_THREAD
16857
16858                 use Hiroyuki's threading instead.
16859
16860
16861
16862 2001-08-15 [paul]
16863
16864         * src/account.c
16865                 use Hiroyuki's 0.5.3 column scheme but also
16866                 include the enable/disable button.
16867         * src/pixmaps/mark.xpm
16868                 add Hiroyuki's amended pixmap
16869
16870 2001-08-13 [christoph]
16871
16872         * src/account.c
16873                 receive at get all column showed wrong state for APOP
16874                 button should only work for POP3 and APOP accounts
16875         * src/prefs_account.c
16876                 added missing preprocessor statement for SSL
16877
16878 2001-08-12 [paul]
16879
16880         * src/account.[ch]
16881                 add 'receive at get all' column and enable/disable
16882                 button.
16883
16884 2001-08-06 [christoph]
16885
16886         * src/account.c
16887                 show usage of SSL in protocol column
16888
16889         * src/imap.c
16890         * src/inc.c
16891                 renamed ssl options
16892
16893         * src/prefs_account.[ch]
16894                 moved ssl options to a new page
16895
16896         * src/send.c
16897         * src/smtp.c
16898         * src/ssl.[ch]
16899                 renamed ssl options
16900                 added support for SMTP STARTTLS command
16901
16902 2001-08-05 [christoph]
16903
16904         * configure.in
16905                 debian autoconf needs version check to find
16906                 correct autoconf version. if the file is
16907                 named configure.in 2.13 is used, which does
16908                 not work with this configure.in script.
16909                 other solution would be to rename the script
16910                 to configure.ac as suggested in the autoconf
16911                 manual.
16912
16913         * src/inc.c
16914                 disable final error popup if popups are
16915                 diabled in config
16916
16917         * src/socket.c
16918                 bugfix in ssl_gets
16919                 fixes IMAP over SSL problem
16920
16921 2001-08-03 [paul]
16922
16923         * configure.in
16924                 change to 0.5.2claws1
16925
16926         * sync with sylpheed 0.5.2cvs1
16927
16928 2001-08-02 [alfons]
16929
16930         * configure.in
16931                 quick fix for ispell detection...
16932
16933 2001-08-01 [paul]
16934
16935         * configure.in
16936                 change to 0.5.1claws4
16937
16938         * sync with sylpheed 0.5.1cvs7
16939
16940 2001-07-31 [alfons]
16941
16942         * src/prefs_common.c, src/prefs_common.h, 
16943           src/gtkspell.c, src/gtkspell.h
16944                 add global spelling checker settings (compose tab) +
16945                 selection of dictionary 
16946           
16947         * configure.in  
16948                 guess valid ispell location
16949
16950 2001-07-31 [paul]
16951
16952         * po/POTFILES.in
16953                 removal of 'src/quote_fmt_parse.c'
16954         * po/de.po
16955                 Updated de.po
16956                 (submitted by Jens Oberender <didge@suse.de>)
16957
16958 2001-07-31 [darko]
16959
16960         * src/folder.[ch]
16961         * src/folderview.[ch]
16962         * src/mainwindow.c
16963         * src/mh.c
16964         * src/prefs_common.[ch]
16965         * src/summaryview.c
16966                 target folder colourization
16967
16968 2001-07-30 [paul]
16969
16970         more sync with Sylpheed 0.5.1cvs6 
16971
16972 2001-07-30 [darko]
16973
16974         * src/mh.c
16975         * src/prefs_folder_item.[hc]
16976         * src/summaryview.c
16977                 shared folders support with a GUI
16978
16979 2001-07-29 [paul]
16980
16981         0.5.1claws3
16982
16983         * sync with Sylpheed 0.5.1cvs6
16984
16985 2001-07-29 [paul]
16986
16987         * po/pt_BR.po
16988                 updated
16989                 (submitted by Fabio Junior Beneditto)
16990
16991 2001-07-28 [paul]
16992
16993         * src/procmime.c
16994         * AUTHORS
16995                 patch to correct bad image mime headers
16996                 (submitted by Don Quijote <dq@searchlores.org>)
16997
16998 2001-07-28 [paul]
16999
17000         * tools/gif2xface.pl   **NEW FILE**
17001         * tools/README
17002                 script to convert file.gif to file.xface for
17003                 use in a custom header.
17004                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17005
17006 2001-07-27 [alfons]
17007         
17008         * configure.in
17009                 change macros for detecting JPilot and LDAP
17010
17011 2001-07-27 [christoph]
17012
17013         * src/filtering.c
17014                 code cleanup (MIN / MAX warning, needed casting)
17015
17016 2001-07-27 [alfons]
17017
17018         * procheader.c
17019                 disallow setting flags when detecting certain headers
17020                 (X-Status, Status, Seen, X-Seen). 
17021         
17022         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17023
17024 2001-07-27 [christoph]
17025
17026         * src/prefs_filter.c
17027         * src/prefs_filtering.c
17028         * src/prefs_matcher.c
17029         * src/prefs_scoring.c
17030                 scroll list when moving rows up or down
17031
17032         * src/imap.c
17033         * src/imap.h
17034         * src/prefs_account.c
17035         * src/prefs_account.h
17036         * src/send.c
17037                 SMTP over SSL (untested, feedback requested)
17038                 IMAP over SSL
17039
17040         * src/ssl.c
17041                 code cleanup
17042
17043 2001-07-26 [alfons]
17044         
17045         * configure.in, acconfig.h
17046                 define CLAWS (need this for main / claws detection)
17047
17048 2001-07-25 [alfons]
17049
17050         * configure.in
17051                 Sylpheed 0.5.1claws2
17052                 
17053         * sync with Sylpheed 0.5.1cvs4
17054
17055 2001-07-25 [christoph]
17056
17057         * src/scoring.c
17058                 fixed segfault
17059                 item->prefs == NULL (don't know why)
17060
17061 2001-07-25 [alfons]
17062
17063         * configure.in
17064                 Sylpheed 0.5.1claws1
17065
17066         * sync with Sylpheed 0.5.1cvs1-3
17067
17068 2001-07-24 [christoph]
17069
17070         * src/folderview.c
17071         * src/prefs_folder_item.[ch]
17072                 added folderitem preferences dialog with
17073                 default To: and auto request return receipt
17074
17075         * src/compose.[ch]
17076         * src/menu.[ch]
17077                 changes to handle new folderitem preferences
17078
17079         * src/mainwindow.c
17080         * src/summaryview.c
17081                 call compose new mail with current folderitem
17082
17083 2001-07-24 [alfons]
17084
17085         Release Sylpheed 0.5.1claws
17086
17087         * configure.in
17088                 change to release version 0.5.1claws
17089
17090 2001-07-24 [christoph]
17091
17092         * src/summaryview.c
17093                 fixed segfault that happend when the selected
17094                 message was removed while retrieving new messages.
17095
17096         * po/es.po
17097                 updated translation
17098                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17099
17100 2001-07-22 [alfons]
17101
17102         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17103         this is a work in progress, for more information: http://nlpagan.net/sylman 
17104         
17105         * configure.in, src/mainwindow.c, manual/Makefile.am
17106                 add support for English manual
17107
17108         * AUTHORS
17109                 add authors of user manuals
17110
17111         * manual/en/sylpheed*.html
17112                 add English documentation
17113
17114 2001-07-22 [christoph]
17115
17116         * po/POTFILES.in
17117                 added src/ssl.c
17118         * src/ssl.c
17119                 changed a wrong debug message
17120
17121 2001-07-22 [alfons]
17122
17123         * po/nl.po
17124                 update Dutch translation
17125
17126         * src/prefs_filtering.c, 
17127           src/prefs_matcher.c
17128                 add more translatable strings           
17129
17130 2001-07-21 [alfons]
17131
17132         0.5.0claws7
17133
17134         * configure.in
17135                 change version
17136
17137         * src/inc.c, src/summaryview.[ch]
17138                 prevent update of mark file when filtering has done, by
17139                 using a variable; this affects two functions:
17140                         inc.c::inc_finished()
17141                         summaryview.c::summary_show()
17142
17143 2001-07-20 [alfons]
17144
17145         * src/filtering.[ch], src/prefs_filtering.c, 
17146           src/matcher.[ch]
17147                 add filtering action for label coloring 
17148
17149         * po/POTFILES.in
17150                 add labelcolors.c
17151
17152         * added src/labelcolors.c
17153         * added src/labelcolors.h
17154         * src/Makefile.am, src/summaryview.c
17155                 rearrange label coloring code
17156
17157         * src/procmsg.h
17158                 add more parentheses so label colouring works correctly
17159
17160         * src/filtering.c
17161                 don't really delete message, but move it to Trash
17162
17163         * src/prefs_matcher.c
17164                 add quote options to info dialog
17165
17166 2001-07-20 [christoph]
17167
17168         * src/Makefile.am
17169         * src/inc.c
17170         * src/main.[ch]
17171         * src/socket.h
17172         * src/ssl.[ch] (new)
17173                 moved ssl stuff to a seperate file
17174
17175 2001-07-20 [darko]
17176
17177         * src/summaryview.c
17178                 fix show sender using address book with no e-mail
17179                 address in From: field
17180
17181 2001-07-19 [alfons]
17182
17183         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17184                 fix messy handling of escaping... now at least the
17185                 execute command is useful. escape char is '\', we
17186                 accept \n and \r too. 
17187
17188                 Real life example:
17189                 
17190                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17191                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17192
17193 2001-07-18 [alfons]
17194
17195         0.5.0claws6
17196
17197         * src/summaryview.c
17198                 clean up
17199
17200         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17201           src/procmsg.[ch]
17202                 revise filtering; currently move, copy, marking have
17203                 been tested. if you like bleeding edge stuff, you
17204                 should definitely go for this version :)
17205
17206         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17207
17208 2001-07-17 [christoph]
17209
17210         * src/utils.c
17211                 timestamp log
17212
17213 2001-07-17 [alfons]
17214
17215         0.5.0claws5
17216
17217         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17218           bits in the mark file, without affecting either branch. Lots of
17219           files changed, also in claws branch.
17220
17221           UNTESTED: use of mbox folders
17222
17223         * src/summaryview.c
17224                 added mark all read; however this was a quick hack used for
17225                 cleaning up mess after initial merge with Hiroyuki
17226
17227         * configure.in
17228                 change claws version number back to 0.5.0claws5 to clear up 
17229                 confusion & pretension (recent release was technically 
17230                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17231
17232 2001-07-16 [alfons]
17233
17234         sync with Hiroyuki's 0.5.0cvs4
17235
17236 2001-07-16 [alfons]
17237
17238         0.5.1claws3
17239
17240         * src/filtering.[ch]
17241                 remove invalid updating of mark files for 
17242                 filter actions MATCHING_ACTION_MOVE and 
17243                 MATCHING_ACTION_DELETE; this should fix the
17244                 folder update bug
17245                 
17246         * src/procmsg.c
17247                 revert Christoph's stab at fixing the folder 
17248                 update bug
17249
17250         * po/POTFILES.in
17251                 add missing files with translatable strings
17252
17253         * src/summaryview.c
17254                 remove debug print
17255
17256 2001-07-15 [alfons]
17257
17258         * src/addr_compl.[ch], src/prefs_filtering.c
17259                 make "filtering pref dialog's destination entry" an
17260                 "address completable entry", if filter destination is 
17261                 an email address
17262
17263         0.5.1claws2
17264         
17265         sync with Hiroyuki's 0.5.0cvs2-3
17266
17267 2001-07-15 [christoph]
17268
17269         * src/procmsg.c
17270                 fixed folder stats update after incorporation
17271
17272 2001-07-15 [alfons]
17273
17274         * src/summaryview.c
17275                 * finish label colouring stuff (for now)
17276                 * fix incorrect colour bug (off by one) 
17277
17278 2001-07-14 [alfons]
17279
17280         * src/mainwindow.c
17281                 change text labels for news and mail message so there's
17282                 plenty of toolbar estate left
17283
17284         * configure.in
17285                 0.5.1claws1
17286
17287         * src/folderview.c
17288           src/folder.[ch]
17289                 sync with Hiroyuki's 0.5.0cvs1
17290
17291         * src/summaryview.c
17292                 more rewrite label colouring
17293
17294 2001-07-14 [alfons]
17295
17296         * src/summaryview.[ch]
17297                 * start rewrite label colouring 
17298                 * fix proper location "Add Sender To Addressbook" menu item
17299
17300 2001-07-13
17301
17302         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17303         (actually this is 0.5.0claws4)
17304
17305 2001-07-13 [alfons]
17306
17307         * po/pt_BR.po
17308                 * fix duplicate message
17309                 * add updated Portugese / Brazilian translation
17310                   submitted by Fabio Junior Beneditto
17311
17312 2001-07-12 [alfons]
17313
17314         * AUTHORS
17315                 add Jens
17316
17317         * po/nl.po
17318                 add updated Dutch translation
17319
17320         * po/de.po
17321                 add updated German translation submitted by Jens
17322
17323 2001-07-11 [alfons]
17324
17325         Prerelease before 0.5.0claws. Please test.
17326         This version is temporarily tagged as VERSION_0_5_0_TEST
17327
17328         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17329           src/prefs_scoring.c, src/prefs_matcher.c, 
17330           src/prefs_filtering.c, src/mbox.c, 
17331           src/main.c, src/inc.c, src/filtering.[ch]
17332                 revert new Hoa's new matcher (does not work yet)
17333
17334         * src/Makefile.am
17335                 clean up
17336
17337 2001-07-10
17338
17339         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17340
17341
17342 2001-07-10 [alfons]
17343
17344         * Makefile.am
17345                 add ChangeLog.claws to EXTRA_DIST
17346         * src/Makefile.am
17347                 add matcher_parser_parse.h to EXTRA_DIST
17348
17349 2001-07-10 [christoph]
17350
17351         * src/inc.c
17352                 add destination folder to table of
17353                 folders that need to be updated after
17354                 incorporation
17355
17356 2001-07-10 [alfons]
17357
17358         * folder.[ch]
17359           folderview.c
17360                 make collapse state of folders and folder items persistent, i.e.
17361                 if you collapse a folder tree, the next time sylpheed-claws starts 
17362                 up the folder tree remains collapsed.  
17363                 
17364 2001-07-10 [christoph]
17365
17366         * acconfig.h
17367         * configure.in
17368                 added --enable-ssl
17369         * src/md5.[ch]
17370                 renamed MD5_CTX to MD5_CTX_syl
17371                 conflicts with a struct in openssl
17372         * src/inc.c
17373         * src/main.[ch]
17374         * src/prefs_account.[ch]
17375         * src/socket.[ch]
17376                 SSL support for POP
17377         * src/mainwindow.c
17378                 fixed compose with current account
17379                 broken by new compose button stuff
17380
17381 2001-07-09 [hoa]
17382
17383         * AUTHORS
17384                 changed my email address
17385
17386         * src/matcher_parser_parse.y
17387                 clean the parser to remove conflicts
17388
17389 2001-07-09 [alfons]
17390
17391         * AUTHORS
17392                 add Match Grun
17393
17394         * configure.in
17395                 fix incorrect description of --enable-ldap parameter
17396
17397         * src/prefs_common.[ch]
17398           src/compose.c
17399                 add experimental option "smart wrapping" which makes the
17400                 compose editor auto wrap.
17401                 
17402                 | TODO: the problem with the buggy cursor handling is caused |
17403                 | by the GtkText. when deleting / backspacing text its       |
17404                 | wrapping algorithm does not take in account the previous   |
17405                 | line. should find a way to hack this in.                   |
17406                 | or should perhaps combine this with the word wrapping      |
17407                 | patch i wrote in january.                                  |
17408
17409         * src/about.c
17410                 show build parameters for LDAP and JPilot
17411
17412         * src/summaryview.c
17413                 revert Christoph's bugfix for selecting next unread message, 
17414                 because folder stats aren't updated correctly
17415
17416 2001-07-08 [hoa]
17417
17418         * src/filtering.c
17419         * src/mainwindow.c
17420         * src/matcher.c
17421         * src/matcher_parser_lex.l
17422         * src/matcher_parser_parse.y
17423         * src/prefs_filtering.c
17424         * src/prefs_scoring.c
17425         * src/scoring.c
17426                 bugfix of the config file parser
17427
17428 2001-07-08 [alfons]
17429
17430         * src/Makefile.am
17431                 added generated matcher sources to BUILT_SOURCES
17432
17433 2001-07-08 [hoa]
17434
17435         * src/Makefile.am
17436         * src/.cvsignore
17437                 added new config file parser
17438
17439         * src/scoring.[ch]
17440         * src/filtering.[ch]
17441         * src/matcher.[ch]
17442         * src/prefs_filtering.c
17443         * src/prefs_matcher.c
17444         * src/prefs_scoring.c
17445         * added src/matcher_parser.h
17446         * added src/matcher_parser_lex.h
17447         * added src/matcher_parser_lex.l
17448         * added src/matcher_parser_parse.y
17449                 lex & yacc config file parser
17450
17451         * src/mbox.c
17452         * src/inc.c
17453         * src/main.c
17454                 changes prefs_filtering into global_filtering           
17455
17456         * src/summaryview.c
17457                 build threads with subjects only if "Re: " is at the
17458                 beginning of the subject
17459
17460 2001-07-07 [paul]
17461
17462         0.5.0claws
17463
17464         sync with sylpheed 0.5.0
17465                 change of version number only
17466
17467 2001-07-06 [paul]
17468
17469         0.5.0claws5
17470
17471         sync with sylpheed 0.5.0pre5
17472
17473 2001-07-05 [paul]
17474
17475         sync with sylpheed 0.5.0pre4 release
17476                 /po and /manual/ja not sync'ed
17477
17478 2001-07-04 [paul]
17479
17480         more sync with sylpheed 0.5.0pre4
17481
17482 2001-07-03 [christoph]
17483
17484         * src/addressbook.c
17485                 fixed address book broken by address book
17486                 for VCard, JPilot, LDAP
17487
17488 2001-07-03 [alfons]
17489
17490         * src/matcher.c
17491         * src/textview.c
17492                 stopped memory leaks
17493
17494 2001-07-03 [paul]
17495
17496         more sync with sylpheed 0.5.0pre4
17497
17498 2001-07-02 [match]
17499
17500         * included address book patch for VCard, JPilot, LDAP
17501         * pref_common.c - fixed Font options on Display tab (cosmetic)
17502         * alertpanel.c - fixed truncated message
17503
17504 2001-07-02 [christoph]
17505
17506         * src/mbox_folder.c
17507         * src/procmsg.[ch]
17508         * src/summaryview.c
17509                 mark threads for ignoring
17510
17511 2001-07-02 [paul]
17512
17513         0.5.0claws4
17514
17515         * sync with sylpheed 0.5.0pre4
17516                 updated gettext to 0.10.38.
17517
17518 2001-07-01 [paul]
17519
17520         * src/ mainwindow.c
17521         * src/procmsg.h
17522         * src/summaryview.[ch]
17523                 new right-click option: Label.
17524                 substitute for 'Mark-->Mark/Unmark', colours the line.
17525                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17526
17527 2001-07-01 [christoph]
17528
17529         * src/folderview.c
17530                 fixed font for trash
17531         * src/summaryview.c
17532                 move ctree to unread message
17533
17534 2001-07-01 [paul]
17535
17536         * sync with sylpheed 0.5.0pre3 release
17537
17538 2001-06-30 [alfons]
17539
17540         * src/filesel.[ch]
17541         * src/compose.c
17542                 allow inserting / attaching multiple files in
17543                 the composer window
17544
17545 2001-06-30 [paul]
17546
17547         * src/codeconv.c
17548                 small change to Alfons' previous stuff so that it
17549                 actually makes
17550
17551 2001-06-30 [alfons]
17552
17553         * lots of files changed; first attempt to merge the changes
17554           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17555
17556 2001-06-30 [paul]
17557
17558         * po/pt_BR.po
17559                 updated and completed, translations by Fabio
17560                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17561
17562 2001-06-29 [alfons]
17563
17564         * src/compose.c
17565         * src/mimeproc.[ch]
17566                 allow selecting an attached files' mime type from a 
17567                 list of types.
17568
17569 2001-06-29 [paul]
17570
17571         * more sync with sylpheed 0.5.0pre3
17572
17573 2001-06-29 [paul]
17574
17575         * po/pt_BR.po
17576                 merge with sylpheed.pot and pt_BR.po provided by
17577                 Fabio Junior Beneditto.
17578
17579 2001-06-29 [darko]
17580
17581         * src/procmime.c
17582                 make MIME types case insensitive
17583
17584 2001-06-28 [alfons]
17585
17586         * po/nl.po
17587                 merge with sylpheed.pot and old nl.po; translations added.
17588
17589 2001-06-28 [paul]
17590
17591         * more sync with sylpheed 0.5.0pre3
17592
17593 2001-06-27 [alfons]
17594
17595         * src/summaryview.c
17596                 don't crash when removing parent node of messages
17597                 attracted by subject. this was caused by not deleting
17598                 the parent node from the subject line hash table.
17599
17600 2001-06-27 [alfons]
17601
17602         * src/summaryview.c
17603         * src/compose.[ch]
17604         * src/mainwindow.c
17605                 if there are multiple messages selected, allow forwarding
17606                 them as attachments.
17607
17608 2001-06-27 [paul]
17609
17610         * more sync with sylpheed 0.5.0pre3
17611
17612 2001-06-26 [paul]
17613
17614         0.5.0claws3
17615
17616         * sync with sylpheed 0.5.0pre3
17617
17618 2001-06-25 [paul]
17619
17620         * src/mainwindow.c
17621                 fixed 'compose news article' bug
17622                 from icon-and-text toolbar
17623
17624 2001-06-25 [paul]
17625
17626         * sync with sylpheed 0.5.0pre2 release
17627
17628 2001-06-24 [christoph]
17629
17630         * src/prefs_common.c
17631                 bug fix in font selection
17632         * src/folderview.c
17633                 use sylpheed's normal font instead of
17634                 gtk default font for folders without
17635                 new messages
17636
17637 2001-06-24 [alfons]
17638
17639         * src/mainwindow.[ch]
17640                 added composite compose mail / news button (an idea by Leandro
17641                 Pereira <leandro@linuxmag.com.br>)
17642
17643 2001-06-24 [paul]
17644
17645         Added instructions for ldif-to-xml.py
17646
17647         * tools/README
17648
17649 2001-06-23 [alfons]
17650
17651         Some minor things.
17652
17653         * src/pixmaps/stock_news_compose.xpm
17654                 added pixmap by Leandro
17655         * src/prefs_common.c
17656                 tested built-in spelling checker of GCC 3.0 :)
17657         * po/nl.po
17658                 merged dutch translation of sylpheed-main with
17659                 sylpheed.pot
17660
17661 2001-06-23 [paul]
17662
17663         Added tools directory and files.
17664
17665         * tools/filter_conv.pl
17666                 converts old filter system to new filtering system
17667         * tools/ldif-to-xml.py
17668                 converts netscape addressbook to sylpheed addressbook
17669         * tools/README
17670                 descriptions/instructions for above two files
17671
17672 2001-06-23 [christoph]
17673
17674         * src/inc.c
17675         * src/manage_window.[ch]
17676         * src/prefs_common.[ch]
17677                 mail retrieval dialog can be enabled, disabled
17678                 or hidden if non of sylpheed's windows is active
17679
17680 2001-06-22 [paul]
17681
17682         0.5.0claws2
17683
17684         * sync with sylpheed 0.5.0pre2
17685
17686 2001-06-21 [christoph]
17687
17688         * src/summaryview.c
17689                 show recipient on 'from' for all accounts
17690                 
17691         * src/inc.c
17692         * src/prefs_common.[ch]
17693                 disable error popup on mail receive errors
17694
17695 2001-06-21 [alfons]
17696
17697         * src/compose.c
17698                 made the ruler correctly appear and disappear.
17699
17700         * src/Makefile.am
17701                 removed Hoa's work-in-progress-stuff (interesting!) so 
17702                 claws compiles ok.
17703
17704 2001-06-20 [christoph]
17705
17706         * src/inc.c
17707         * src/progressdialog.c
17708                 added scrolled window for list in progressdialog
17709
17710 2001-06-20 [paul]
17711
17712         sync with sylpheed 0.5.0pre1 release
17713
17714 2001-06-20 [christoph]
17715
17716         * src/summeryview.c
17717                 make building threads by subject work when
17718                 thread view is enabled
17719                 
17720         * src/compose.c
17721         * src/prefs_common.[ch]
17722                 automatically select account for mail replys
17723
17724 2001-06-19 [sergey]
17725
17726         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17727         they are filled in from the account settings.
17728
17729 2001-06-19 [paul]
17730
17731         * more sync with sylpheed 0.5.0pre1
17732
17733 2001-06-18 [alfons]
17734
17735         * src/Makefile.am,
17736           src/procmime.c
17737                 added --sysconfdir to CPPFLAGS for pointing to the correct
17738                 location of mime.types. 
17739
17740                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17741                 or ./configure!
17742
17743 2001-06-18 [hoa]
17744
17745         * src/summaryview.c
17746                 fixed some bug when building threads
17747
17748 2001-06-18 [pau]l
17749
17750         * src/prefs_account.c
17751                 UI stuff: More changes to the English
17752
17753 2001-06-18 [paul]
17754
17755         * src/pixmaps/stock_news_compose.xpm: new file
17756         * src/Makefile.am
17757         * src/mainwindow.c
17758         * src/summaryview.c
17759                 Added new icon for Hoa's 'compose a news
17760                 message', plus minor improvements to the
17761                 English
17762
17763         * po/ja.po
17764         * ChangeLog
17765         * ChangeLog.jp
17766                 more sync with sylpheed 0.5.0pre1
17767
17768 2001-06-18 [hoa]
17769
17770         * src/compose.[ch]
17771         * src/mainwindow.c
17772                 Follow-up and reply to
17773
17774         * src/summaryview.[ch]
17775                 Build threads also with subjects
17776
17777 2001-06-17 [hoa]
17778
17779         * src/compose.c
17780                 forwarding use the current account.
17781
17782         * src/mainwindow.c
17783                 the "compose message" button has been replaced with
17784                 "new mail" and "new news" buttons
17785
17786         * src/prefs_common.[ch]
17787                 added a configuration option to use the forward button
17788                 as "forward as attachment"
17789                 changed reply and forward format description
17790
17791         * src/quote_fmt_lex.l
17792         * src/quote_fmt_parse.y
17793                 added message with no signature in format for reply
17794                 and forward.
17795
17796 2001-06-17 [paul]
17797
17798         Minor UI stuff
17799
17800         * src/mainwindow.c
17801         * src/summaryview.c
17802                 Improvements to the English
17803
17804         * src/prefs_common.c
17805                 Improvements to the English and some
17806                 clarity/continuity improvements in the
17807                 description of Quote symbols.
17808
17809 2001-06-17 [paul]
17810
17811         0.5.0claws1
17812
17813         * sync with sylpheed 0.5.0pre1
17814
17815 2001-06-17 [hoa]
17816
17817         * src/compose.c
17818                 Better interface for compose, displayed fields
17819                 are updated whenever we change account.
17820                 Newsgroups field is automatically filled.
17821
17822         * src/mainwindow.c
17823                 Newsgroups field is automatically filled.
17824
17825         * src/prefs_account.c
17826                 Some interface stuff when fields appear and
17827                 disappear.
17828
17829 2001-06-16 [paul]
17830
17831         0.4.99claws
17832
17833         * sync with sylpheed 0.4.99
17834
17835 2001-06-16 [sergey]
17836
17837         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17838         base64_decoder_free, base64_decoder_decode): new object and
17839         functions for decoding base64 streams.
17840         * src/procmime.c (procmime_decode_content): modified to use the
17841         new base64 decoder.
17842
17843 2001-06-15 [paul]
17844
17845         0.4.99claws10
17846
17847         * sync with sylpheed 0.4.99cvs11
17848
17849 2001-06-13 [paul]
17850
17851         0.4.99claws9
17852
17853         * sync with sylpheed 0.4.99cvs9
17854
17855 2001-06-13 [hoa]
17856
17857         * src/compose.c
17858         * src/prefs_account.c
17859
17860                 SMTP server can be defined in the news account
17861                 mime type of attachment are kept.
17862
17863         * src/summaryview.c
17864
17865                 now choose the highest important score between default
17866                 and important score of folder.
17867
17868 2001-06-09 [alfons]
17869         
17870         * src/prefs_common.c: 
17871
17872                 (prefs_quote_description_create): corrected description of 
17873                 quote format characters
17874
17875 2001-06-09 [paul]
17876
17877         0.4.99claws8
17878
17879         * sync with sylpheed 0.4.99cvs8
17880
17881 2001-06-08 [sergey]
17882
17883         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17884         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17885
17886 2001-06-08 [paul]
17887
17888         0.4.99claws7
17889
17890         * sync with sylpheed 0.4.99cvs7
17891
17892 2001-06-06 [sergey]
17893
17894         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17895         clashes with autogenerated header).
17896         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17897         * src/Makefile.am: added quote_fmt.h.
17898         * src/.cvsignore: added lex/yacc autogenerated files
17899         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17900
17901 2001-06-06 [paul]
17902
17903         0.4.99claws6
17904
17905         * sync with sylpheed 0.4.99cvs6
17906
17907 2001-06-06 [hoa]
17908
17909         * added src/quote_fmt_parse.h
17910         * src/compose.c
17911                 removed warnings
17912
17913         * src/prefs.[ch]
17914                 don't modify readonly configuration files
17915
17916         * src/prefs_account.c
17917         * src/prefs_common.c
17918         * src/prefs_customheader.c
17919         * src/prefs_display_header.c
17920         * src/prefs_filter.c
17921         * src/prefs_filtering.c
17922         * src/prefs_scoring.c
17923                 don't open dialog box when configuration files
17924                 are readonly
17925
17926 2001-06-05 [sergey]
17927
17928         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17929
17930         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17931         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17932         BUILT_SOURCES to make all files rebuild properly.
17933
17934         * src/compose.c: removed #include "quote_fmt.tab.h".
17935
17936         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17937         CHARACTER value in yylval.
17938
17939         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17940         receive CHARACTER value by documented means (yylval).
17941
17942         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17943
17944 2001-06-05 [hoa]
17945
17946         * src/Makefile.am
17947                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17948
17949         * src/filtering.c
17950         * src/matcher.c
17951         * src/matcher.h
17952         * src/prefs_filtering.c
17953                 now keep the configuration for execute action
17954
17955         * src/mbox_folder.c
17956                 fixed a warning
17957
17958 2001-06-05 [paul]
17959
17960         * sync with sylpheed 0.4.99cvs5
17961
17962 2001-06-05 [hoa]
17963
17964         * src/Makefile.am
17965                 added quote_fmt.[ch]
17966
17967         * added src/quote_fmt.y
17968         * added src/quote_fmt.l
17969         * added src/quote_fmt.tab.h
17970         * added src/quote_fmt.tab.c
17971         * added src/lex.quote_fmt.c
17972                 parsing configuration for replying
17973                 and forwarding
17974
17975         * src/prefs_common.[ch]
17976                 added configuration UI for replying
17977                 and forwarding
17978
17979         * src/compose.c
17980                 using configuration for replying
17981                 and forwarding
17982
17983 2001-06-04 [hoa]
17984
17985         * src/filtering.c
17986         * src/matcher.c
17987         * src/matcher.h
17988         * src/prefs_filtering.c
17989         * src/prefs_matcher.c
17990         * src/prefs_matcher.h
17991                 action "run a command" for filtering
17992                 and matching with a command.
17993                 fixed the "whole message" matching
17994
17995         * src/mbox_folder.c
17996                 changed temporary filename for security
17997
17998         * src/messageview.c
17999                 queue the notification if it fails to send.
18000
18001         * src/prefs_common.c
18002         * src/prefs_folder_item.c
18003                 changed the default important score             
18004
18005         * src/prefs_scoring.c
18006         * src/scoring.c
18007                 hide kill score input when the folder is not
18008                 a newsgroup
18009
18010 2001-06-03 [alfons]
18011
18012         * src/prefs_common.c:
18013
18014                 (prefs_font_select): pass font name in font entry box to font
18015                 selection dialog.
18016
18017 2001-06-03 [sergey]
18018
18019         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18020
18021 2001-06-03 [paul]
18022
18023         * sync with sylpheed 0.4.99cvs4
18024
18025 2001-06-03 [alfons]
18026
18027         * src/headerwindow.c:
18028
18029                 (headerwindow_show_cb): use the selected summary view item, not
18030                 the displayed item.
18031
18032 2001-06-02 [alfons]
18033
18034         * src/headerwindow.c:
18035
18036                 (headerwindow_show_cb): always try to show msginfo
18037
18038 2001-06-02 [hoa]
18039
18040         * src/compose.c
18041                 keep attached parts when reediting or forwarding.
18042
18043 2001-06-01 [hoa]
18044
18045         * src/folderview.c
18046         * src/prefs_folder_item.[ch]
18047         * src/prefs_scoring.[ch]
18048         * src/scoring.[ch]
18049         * src/summaryview.[ch]
18050         * src/main.c
18051         * src/mainwindow.c
18052         * src/prefs_common.[ch]
18053                 support for folder scoring
18054                 kill score and important score for messages
18055         
18056         * src/prefs_account.c
18057                 some display bug fixed for local account
18058                 preferences
18059
18060 2001-05-31 [alfons]
18061
18062         * src/summaryview.c:
18063
18064                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18065                 sender to address book menu item is disabled.
18066
18067 2001-05-30 [hoa]
18068
18069         * src/filtering.[ch]
18070         * src/summaryview.c
18071                 handling summary menu / filter messages
18072
18073         * src/folder.[ch]
18074                 add some stuff
18075
18076         * src/foldersel.c
18077                 imap folders now appears in list
18078
18079         * src/mbox_folder.c
18080                 doesn't crash if destination mail is not writeable
18081
18082 2001-05-29 [hoa]
18083
18084         * src/compose.c
18085                 removed some warnings
18086
18087         * src/filtering.c
18088         * src/folder.[ch]
18089         * src/prefs_filtering.c
18090                 global string to identify any folders           
18091                 removed some debug info
18092                 filtering to mbox folders is now possible
18093
18094         * src/mainwindow.c
18095                 removed some warnings
18096
18097         * src/mbox_folder.c
18098                 permission on files are changed to read/write for user only,
18099                 nothing for other.
18100                 creation of subfolder is handled better.
18101
18102 2001-05-28 [alfons]
18103
18104         Verified the sync for src/prefs_common.[ch] and
18105         src/prefs_account.[ch]. I believe there were some
18106         minor indentation differences.
18107
18108 2001-05-28 [paul]
18109
18110         0.4.99claws3
18111
18112         * sync with 0.4.99cvs3
18113
18114 2001-05-28 [hoa]
18115
18116         * src/compose.c
18117                 handling flags for mbox format
18118
18119         * src/filtering.c
18120                 use of mark file only for MH format
18121                 handling flags for mbox format
18122                 filtering cannot yet move or copy mails to mbox folders.
18123
18124         * src/folder.[ch]
18125                 changed move_msg, copy_msg,
18126                 move_msgs_with_dest, copy_msgs_with_dest functions
18127                 uses only folder->copy_msg() function
18128                 uses folder->finished_copy() to handle the destination
18129                 folder at the end of the copy or move operation.
18130
18131         * src/foldersel.c
18132                 included mbox directories.
18133
18134         * src/folderview.[ch]
18135         * src/mainwindow.c
18136                 handle folders operation for mbox format
18137
18138         * src/mbox.c
18139                 disable conversion of "From " header
18140
18141         * src/mbox_folder.[ch]
18142                 completion of mbox format handling
18143
18144         * src/mh.c
18145                 changed mh_copy_msg() function and
18146                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18147                 mh_copy_msgs_with_dest()
18148
18149         * src/prefs_filtering.c
18150                 removed some warnings
18151
18152         * src/prefs_matcher.c
18153                 default boolean operation is AND
18154
18155         * src/procheader.c
18156                 handling flags for mbox format
18157                 handling of "From " header
18158
18159         * src/procmsg.[ch]
18160                 removed data field
18161                 added MSG_REALLY_DELETED flags to handle deletion of
18162                 messages in mbox format.
18163
18164         * src/summaryview.c
18165                 handling flags for mbox format
18166                 disable the MSG_DELETED flags when messages
18167                 are deleted in mbox format
18168
18169         * src/textview.c
18170                 "From " headers display fixed.
18171
18172 2001-05-27 [alfons]
18173
18174         * src/textview.c:
18175                 
18176                 (get_email_part): skip quoted email addresses, like in e.g.
18177                 "'alfons@proteus.demon.nl'".
18178
18179 2001-05-26 [alfons]
18180
18181         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18182         and fixing the persistence troubles when using separate windows.
18183
18184         * src/mainwindow.c:
18185         
18186             Added #define SEPARATE_ACTION used in the gtk item factory for 
18187             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18188                 use gtk_item_factory_get_widget_by_action() to get the items.
18189                 
18190             Removed separate_widget_cb from the gtk item factory data   
18191           
18192             (mainwindow_create): connect separate_widget_cb() to check
18193             menu item "toggled" signal. also passing a MainWindow pointer
18194                 as object data for both check menu items.
18195                 
18196             (separate_widget_cb): definition of separate_widget_cb() to match
18197             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18198                 window using gtk_object_get_data(). The type of window separation 
18199                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18200         
18201         * src/prefs_filtering.c,
18202           src/prefs_matcher.c: added horizontal scrollbars
18203
18204 2001-05-25 [darko]
18205
18206         * src/headerview.c
18207                 fix segfault with invalid bold font
18208         * src/summaryview.c
18209                 correctly display summary stats after row is marked
18210
18211 2001-05-23 [sergey]
18212
18213         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18214         encodings with libjconv.
18215
18216 2001-05-23 [hoa]
18217
18218         * src/Makefile.am
18219                 added mbox_folder.[ch]
18220         * src/defs.h
18221                 mbox temporary folder
18222         * src/folder.[ch]
18223         * added src/mbox_folder.[ch]
18224         * src/folderview.c
18225         * src/procheader.[ch]
18226                 added mbox support
18227         * src/mbox.c
18228                 bugfix for file incorporation filtering
18229         * src/imap.c
18230                 enable creation of MBOX
18231         * src/prefs_display_header.c
18232                 enable use of headers like "From "
18233                 something that should be fixed :
18234                         displaying of such headers add an extra space
18235         * src/prefs_folder_item.c
18236                 don't create folders because it is not necessary
18237         * src/procmsg.h
18238                 added data field to MsgInfo for mbox internal use
18239         * src/summaryview.c
18240                 added some support for mbox
18241         * src/utils.[ch]
18242                 added get_mbox_cache_dir() function
18243
18244 2001-05-23 [hiroyuki]
18245
18246         * src/headerwindow.c
18247           src/inc.c
18248           src/main.c
18249           src/mh.c
18250           src/nntp.c
18251           src/procmsg.h
18252           src/session.h
18253           src/socket.[ch]
18254           src/summaryview.c
18255           src/textview.c
18256           src/automaton.c
18257           src/folderview.c: more sync with 0.4.99cvs2.
18258
18259         * src/headerwindow.c: reverted.
18260
18261 2001-05-22 [paul]
18262
18263         0.4.99claws2
18264
18265         * sync with sylpheed 0.4.99cvs2
18266                 * src/news.[ch]
18267                 * src/nntp.[ch]
18268                 * INSTALL
18269                 * INSTALL.jp
18270
18271 2001-05-22 [alfons]
18272
18273         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18274
18275 2001-05-21 [alfons]
18276
18277         Minor things:
18278
18279         * configure.in: if gnome-config not found, "no" is displayed
18280         
18281         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18282
18283         * src/textview.c: now also possible to add mail addresses by right
18284           clicking in the text view
18285
18286         * src/codeconv.c: merged patch which fixes endless loop when encountering
18287           invalid wide characters; from Alte <010@imis.ru>  
18288
18289 2001-05-20 [alfons]
18290
18291         Added installation of gnome specific things:
18292
18293         * Makefile.am: gnome conditional
18294
18295         * configure.in: check for installed gnome
18296
18297         * added sylpheed.png, sylpheed.desktop
18298
18299 2001-05-20 [sergey]
18300
18301         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18302
18303         * src/mainwindow.h (main_window_toolbar_create): created a button
18304         for "Reply to all".
18305         (main_window_set_toolbar_sensitive): enable/disable the new button
18306         appropriately.
18307         (toolbar_reply_to_author_cb): handle the new button.
18308
18309         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18310         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18311         failure).
18312
18313 2001-05-19 [sergey]
18314
18315         * src/compose.h (ComposeReplyMode): new modes
18316         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18317         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18318
18319         * src/compose.c
18320         (compose_send): move some code into a new function:
18321         (compose_current_mail_account): new function.
18322         (compose_reply): new argument to_author, all callers changed; if
18323         to_author==TRUE and account->protocol==A_NNTP, find and use an
18324         appropriate mail account for replying.
18325         (compose_reply_set_entry): new argument to_author; ignore
18326         compose->replyto if to_author==TRUE.
18327
18328         * src/mainwindow.c: new command "Message/Reply to author".
18329         (main_window_set_menu_sensitive): enable/disable it.
18330         (reply_cb): handle it.
18331
18332         * src/summaryview.c: new command "Reply to author".
18333         (summary_set_menu_sensitive): enable/disable it.
18334         (summary_reply_cb): handle it.
18335
18336         * src/account.c (account_find_mail_from_address): new function.
18337
18338 2001-05-18 [paul]
18339
18340         0.4.99claws1
18341
18342         * sync with sylpheed 0.4.99cvs1
18343
18344 2001-05-18 [hoa]
18345
18346         * src/compose.[ch]
18347         * src/filtering.c
18348         * src/summaryview.c
18349                 new filtering action : forward and forward as attachment
18350
18351         * src/main.c
18352                 no need for $DISPLAY when we run sylpheed --help
18353                 call to parse_cmd_opt() is moved
18354
18355         * src/mainwindow.[ch]
18356                 execute button is hidden when immediate execute
18357                 is chosen
18358
18359         * src/mh.c
18360         * src/news.c
18361         * src/prefs_folder_item.c
18362         * src/procmsg.c
18363                 better handling of missing directories
18364
18365         * src/summaryview.c
18366                 reedit is enabled in outbox
18367                 reedit is enabled in queue
18368
18369 2001-05-17 [hoa]
18370
18371         * src/filtering.c
18372         * src/matcher.[ch]
18373         * src/prefs_filtering.c
18374                 changed attachement into attachment
18375
18376 2001-05-17 [alfons]
18377
18378         0.4.67claws4    
18379
18380         * sync with sylpheed 0.4.67cvs9
18381         * sync with sylpheed 0.4.67cvs7-8
18382
18383 2001-05-17 [hoa]
18384
18385         * src/Makefile.am
18386                 added prefs_filtering.c
18387
18388         * src/filtering.[ch]
18389         * src/matcher.[ch]
18390                 removed action : forward_news and forward_news_as_attachement
18391                 (forward and forward_as_attachement can be used instead)
18392
18393         * src/mainwindow.c
18394                 added menu option to access filtering configuration
18395
18396         * src/prefs_account.c
18397                 changed mail_command default to /usr/sbin/sendmail
18398
18399         * added src/prefs_filtering.[ch]
18400                 dialog box for filtering configuration
18401
18402         * src/prefs_matcher.c
18403                 added function prefs_matcher_get_criteria_from_matching()
18404
18405         * src/prefs_scoring.c
18406                 reset the dialog when register or substitute is clicked
18407
18408 2001-05-15 [hoa]
18409
18410         * src/Makefile.am
18411                 added filtering.[ch]
18412         * src/inc.c
18413                 using filering.[ch] instead of filter.[ch]
18414         * src/main.c
18415                 reading new filtering configuration
18416         * src/matcher.[ch]
18417                 added some filtering actions
18418                 and fixed a bug for headers and mail body matching
18419         * src/mbox.c
18420                 using filering.[ch] instead of filter.[ch]
18421         * src/mh.c
18422                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18423         * src/summaryview.c
18424                 some fixes for filtering
18425
18426 2001-05-14 [hiroyuki]
18427
18428         * src/send.c: fixed some weird indentations.
18429           send_message_with_command(): call pclose() only if p != NULL.
18430         * src/textview.c: get_email_part(): modified the code for readability.
18431
18432 2001-05-14 [hiroyuki]
18433
18434         * src/md5global.h
18435           src/md5ify.c
18436           src/md5ify.h: removed from the cvs.
18437
18438 2001-05-13 [sergey]
18439
18440         * src/main.c: include rfc2015.h to avoid compiler warnings.
18441         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18442         the panel is already on screen.
18443         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18444         closing the alert window by ESC as "No".
18445         * src/prefs_common.c (prefs_interface_create): moved return
18446         receipt check button to the correct place.
18447
18448 2001-03-13 [alfons]
18449
18450         * src/prefs_common.c: 
18451                 moved return receipt check button to the Send tab. (prefs_send_create)
18452                 removed the date format ui related globals. (prefs_display_create)
18453
18454         0.4.67claws3
18455         
18456         * sync with sylpheed 0.4.67cvs5-6
18457
18458 2001-05-13 [paul]
18459
18460         * added Alfons' font selection patch
18461
18462         * src/defs.h
18463         * src/headerwindow.c
18464         * src/prefs_common.c
18465         * src/prefs_common.h
18466
18467 2001-05-13 [hoa]
18468         * src/defs.h
18469                 changed version of cache
18470         * src/matcher.[ch]
18471         * src/prefs_matcher.c
18472                 added additionnal matching criteria
18473         * src/procheader.c
18474         * src/procmsg.[ch]
18475         * src/news.c
18476                 added references in MsgInfo
18477
18478 2001-05-12 [hoa]
18479
18480         * src/defs.h
18481                 prepared some things for new filtering
18482         * src/matcher.[ch]
18483                 added some matching properties
18484                 inreplyto need to be enhanced
18485                 prepared some things for new filtering
18486         * src/messageview.c
18487                 added Return-Receipt-To handling
18488         * src/prefs_folder_item.c
18489                 changed default value to TRUE
18490         * src/prefs_matcher.c
18491                 added some matching properties
18492         * src/prefs_scoring.[ch]
18493                 the scoring dialog is finished
18494         * src/procheader.c
18495                 added Return-Receipt-To handling
18496                 Reference need to be added
18497         * src/procmsg.[ch]
18498                 added Return-Receipt-To handling
18499                 added threadscore to get a better score sorting when
18500                 threads are enabled
18501         * src/summaryview.c
18502                 suppressed a bug when we sort the list
18503                 when no folder is opened.
18504                 better score sorting when threads are enabled
18505
18506 2001-05-12 [alfons]
18507
18508         * reverted previous patch because of potential errors 
18509
18510         0.4.67claws2
18511         
18512         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18513                 applied "toggle mail-retrieval dialog window" patch submitted 
18514                 by Eric Limpens <eric@qnt.net>
18515
18516         * sync with sylpheed 0.4.67cvs4
18517
18518 2001-05-12 [sergey]
18519
18520         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18521         some picky compilers.
18522         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18523         * src/grouplist_dialog.c: include alertpanel.h.
18524         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18525         fix compile warning.
18526         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18527         #include "defs.h" before others to prevent the warning of `MIN'
18528         and `MAX' redefinition.
18529
18530 2001-05-11 [hoa]
18531
18532         * src/main.c
18533         * src/messageview.c
18534         * src/prefs_account.c
18535         * src/prefs_display_header.c
18536                 removed warning
18537         * src/Makefile.am
18538                 added prefs_scoring.[ch]
18539         * src/grouplist_dialog.c
18540                 display an error dialog box if the group list
18541                 cannot be fetched.
18542         * src/mainwindow.[ch]
18543                 added main_window_set_thread_option() function
18544                 scoring dialog box enabled
18545         * src/matcher.[ch]
18546                 added flags matching unread /new / marked
18547                 / deleted / replied / forwarded
18548         * src/news.c
18549                 newsgroups are now finally in newscache
18550         * src/prefs_matcher.[ch]
18551                 finished preferences for matching dialog
18552         * added src/prefs_scoring.[ch]
18553                 scoring dialog box completed
18554         * src/scoring.[ch]
18555                 conversion to string : added scoringprop_to_string()
18556                 write config for preferences :
18557                 added prefs_scoring_write_config()
18558         * src/summaryview.c
18559                 threads can be enabled/disabled independently
18560                 for each folder
18561
18562 2001-05-10 [alfons]
18563
18564         0.4.67claws1
18565         
18566         * AUTHORS: 
18567                 thought it would be nice to have a list of all
18568                 contributors (used Changelog as a reference)
18569         
18570         * configure.in: 
18571                 messed up version numbering...
18572
18573         0.4.66claws1
18574
18575         * sync with sylpheed 0.4.67cvs1-3
18576
18577 2001-05-10 [darko]
18578
18579         * src/prefs_common.c:
18580                 better UI for strftime format, double clicking
18581                 on format now inserts the format in text entry
18582                 replaced close button with standard OK/Cancel
18583                 moved date format button to the right of the
18584                 text entry field
18585
18586 2001-05-09 [alfons]
18587
18588         * src/gtkstext.c:
18589                 Ctrl-Home / Ctrl-End have proper cursor navigation
18590
18591 2001-05-09 [hoa]
18592
18593         * src/prefs_matcher.c
18594                 finished UI to define matching properties
18595                 added ok and cancel button
18596         * src/prefs_filter.c
18597                 added ok and cancel button
18598         * src/news.c
18599                 fixed some bug in xhdr parsing
18600
18601 2001-05-08 [alfons]
18602
18603         * src/textview.c: 
18604                 fixed a bug in textview_show_header(), which displayed two colons (':');
18605                 cleaned up some warnings
18606
18607 2001-05-08 [hoa]
18608
18609         * src/Makefile.am
18610                 added prefs_matcher.[ch]
18611                 compilation with -W -Wall
18612         * src/alertpanel.c
18613                 ungrab the mouse events if grabbed - does it
18614                 fix the bug for disposition notification ?
18615         * src/mainwindow.c
18616                 added a menu option to open the matching dialog.
18617         * src/matcher.[ch]
18618                 added matcherprop_to_string() and matcherlist_to_string()
18619                 fixed some bugs, changed the name of some options
18620                 age_sup and age_inf becomes age_greater and age_lower,
18621                 body and messageheaders becomes body_part and headers_part,
18622                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18623         * src/prefs_display_header.c
18624         * src/prefs_headers.c
18625                 fixed a bug that accidentally destroyed dialogs
18626                 when closed them with delete_event
18627                 Added *_deleted() which handle delete_event signal correctly.
18628         * src/prefs_folder_item.[ch]
18629                 added "enable_thread" field for future customization
18630         * added src/prefs_matcher.[ch]
18631                 sample of the UI to define matching properties
18632         * src/procheader.c
18633                 using procheader_headername_equal instead of str*cmp functions
18634                 using procheader_parse_header() function
18635         * src/scoring.c
18636                 using MATCHING_XXX instead of SCORING_XXX
18637         * src/summaryview.c
18638                 display the sender of the news even if this is ourself
18639                 when this is a news message.
18640         * src/textview.c
18641                 using headername_equal() instead of str*cmp functions
18642
18643 2001-05-08 [alfons]
18644
18645         0.4.66claws
18646
18647         * sync with sylpheed 0.4.66
18648         * src/gtkstext.c: trace logs added 
18649
18650 2001-05-08 [sergey]
18651
18652         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18653         signature check popup.
18654         * src/rfc2015.c (check_signature): show signature check popup only
18655         if it is enabled in preferences.
18656
18657 2001-05-07 [alfons]
18658
18659         0.4.66claws4
18660         
18661         * sync with sylpheed 0.4.66cvs6
18662
18663 2001-05-07 [darko]
18664
18665         * src/prefs_common.[ch]: added option to enable/disable
18666           looking up sender name in address book for summary pane
18667         * src/summaryview.c: look up sender in the address book
18668           by using Alfons' address completion code
18669
18670 2001-05-07 [hiroyuki]
18671
18672         * src/inc.h
18673           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18674           member of Pop3State.
18675         * src/news.c: brought #include "defs.h" before #include <glib.h>
18676           to prevent the warning of `MIN' and `MAX' redefinition.
18677
18678 2001-05-06 [hoa]
18679
18680         * removed src/headers_display.[ch]
18681         * removed src/prefs_display_headers.[ch]
18682         * src/inc.c
18683                 use a temporary file in the user directory for mbox import
18684         * src/news.c
18685                 added XHDR support to get "To" and "Cc" headers
18686                 (in order to match news with to or cc field for
18687                 scoring)
18688                 added function news_parse_xhdr() to get XHDR response
18689         * src/nntp.[ch]
18690                 added function nntp_xhdr()
18691         * src/matcher.c
18692                 fetch the message if necessary
18693
18694 2001-05-06 [alfons]
18695
18696         0.4.66claws3
18697
18698         * sync with sylpheed 0.4.66cvs3-5
18699
18700 2001-05-06 [hoa]
18701
18702         * src/utils.[ch]
18703                 added function itos_buf() to enable use of several buffers
18704         * src/summaryview.c
18705                 use of itos_buf() instead of itos() in summary list
18706                 to fix the broken display of message number.
18707
18708 2001-05-06 [alfons]
18709
18710         * src/gtkstext.c: bug in cursor up navigation fixed,
18711                 fixed another unsigned / signed comparison (we're getting there :-)
18712
18713 2001-05-06 [hoa]
18714
18715         * src/Makefile.am
18716                 added scoring.c scoring.h
18717                 prefs_folder_item.c prefs_folder_item.h
18718                 matcher.c matcher.h
18719         * src/defs.h
18720                 added FOLDERITEM_RC SCORING_RC
18721         * src/folder.[ch]
18722                 added prefs field in FolderItem :
18723                 properties for each folder (PrefsFolderItem),
18724                 sorting type and mode were added as the first properties.
18725         * src/main.c
18726                 read config for scoring
18727         * added src/matcher.[ch]
18728                 gives functions to parse configuration file to do
18729                 matching on mails with a list of conditions.
18730         * src/mainwindow.c
18731                 add option to sort by score
18732         * src/prefs_common.[ch]
18733                 added preference option to show score and for
18734                 the score column size
18735         * added src/prefs_folder_item.[ch]
18736                 properties for each folder (PrefsFolderItem),
18737                 sorting type and mode were added as the first properties.
18738         * src/procheader.[ch]
18739                 added procheader_parse_header()
18740                 added procheader_header_free()
18741                 added procheader_headername_equal()
18742                 and made modification to use them.
18743         * src/procmsg.[ch]
18744                 added score field to MsgInfo structure
18745         * added src/scoring.[ch]
18746                 gives functions to parse configuration file to do
18747                 scoring on mails with a list of conditions.
18748         * src/summaryview.[ch]
18749                 save the sorting type and mode for the folder
18750                 added column to display the score of the mail
18751                 added function summary_score_clicked()
18752                 sorting type and mode are restored to the folder
18753                 when it is reopen
18754         * src/textview.c
18755                 use procheader_parse_header(), procheader_headername_equal()
18756                 removed memory leak in text_scan_header when freeing headers
18757         * src/filter.c
18758                 changed the function to match names of headers
18759                 using procheader_headername_equal()
18760
18761         Scoring functions are implemented, an interface is needed
18762         to configure that.
18763
18764 2001-05-04 [alfons]
18765
18766         * src/gtkstext.c: 
18767                 hopefully fixed the row up navigation bug,
18768                 removed adding back / forward lines to cache
18769
18770 2001-05-04 [sergey]
18771
18772         * src/prefs_display_headers.c: user interface changes:
18773         (prefs_display_headers_create): remove unused "Show" check button;
18774         allow reordering of headers by dragging.
18775         (prefs_display_headers_write_config): remove unused variables.
18776         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18777         of lists (not needed with the new UI).
18778         (prefs_display_headers_set_list): scan lists starting from row 0,
18779         not 1 (do not skip "(New)").
18780         (prefs_display_headers_find_header): new function.
18781         (prefs_display_headers_clist_set_row): do not allow duplicates.
18782         (prefs_display_headers_delete_cb): do not skip row 0; treat
18783         closing the alert window by ESC as "No".
18784         (prefs_display_headers_up): do not protect row 0.
18785         (prefs_display_headers_down): do not protect row 0.
18786
18787 2001-05-04 [sergey]
18788
18789         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18790         functions.
18791
18792         * src/summaryview.c
18793         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18794         summary_select_next_marked, summary_select_prev_marked): new
18795         functions.
18796
18797 2001-05-03 [sergey]
18798
18799         * src/news.c: fixed a bug when no article can be fetched after
18800         server timeout if the connection was restored by news_post():
18801         (news_select_group): new function.
18802         (news_fetch_msg): call news_select_group() before fetching
18803         article.
18804         (news_get_uncached_articles): set session->group after successful
18805         GROUP command.
18806
18807 2001-05-03 [hoa]
18808
18809         * src/defs.h
18810         * src/procmsg.[ch]
18811         * src/procheader.c
18812                  changed version of cache, added cc field
18813
18814         * src/prefs_display_headers.c
18815                 the interface was changed
18816
18817         * src/prefs_headers.c
18818                 added cancel button
18819
18820 2001-05-03 [alfons]
18821
18822         * completed sync of sylpheed cvs2
18823         * src/gtkstext.c: updated row up / down cursor navigation
18824         * src/textview.c: re-edited, prepared for fixing the email address
18825                 scanner.
18826
18827 2001-05-03 [darko]
18828
18829         * src/prefs_common.c: use alfons' strftime ui code
18830         entry_datefmt and datefmt_sample widgets have to be
18831         global in this module because of this change
18832
18833 2001-05-03 [hoa]
18834
18835         * src/messageview.c
18836         * src/prefs_common.[ch] added option to activate the return receipt
18837                 feature.
18838
18839 2001-05-02 [alfons]
18840
18841         * src/gtkstext.c: fix for row up/down cursor navigation. 
18842
18843         0.4.66claws2
18844         
18845         * sync with 0.4.66cvs2
18846
18847 2001-05-02 [paul]
18848
18849         added add-sender-to-addressbook patch
18850
18851         * src/addressbook.c
18852         * src/addressbook.h
18853         * src/summaryview.c
18854
18855 2001-05-02 [sergey]
18856
18857         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18858         G_ALERTDISABLE.
18859
18860         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18861         all existing callers changed to pass FALSE; create a check button
18862         to disable the message.
18863         (alertpanel_message_with_disable): new function.
18864         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18865         (alertpanel_button_toggled): new function.
18866         (alertpanel_button_clicked, alertpanel_close): set value using
18867         G_ALERT_VALUE_MASK.
18868
18869         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18870
18871         * src/prefs_common.c (prefs_privacy_create): new check button
18872         checkbtn_gpgme_warning.
18873
18874         * src/main.c (main): moved preferences reading before gpgme
18875         initialization; check prefs_common.gpgme_warning before giving the
18876         GnuPG warning and set it to FALSE if the user wants to disable the
18877         warning.
18878
18879 2001-05-02 [hiroyuki]
18880
18881         * src/prefs_display_headers.c: modified the layout and some labels.
18882
18883 2001-05-02 [sergey]
18884
18885         * src/prefs_account.c (prefs_account_fix_size): new function.
18886         (prefs_account_create): call prefs_account_fix_size(); use
18887         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18888         size when the window is shown for the first time).
18889         (prefs_account_basic_create): changed layout of serv_table; moved
18890         localmbox_entry above smtpserv_entry (logically it replaces
18891         POP3/IMAP server).
18892         (prefs_account_protocol_activated): set sensitivity of
18893         nntpauth_chkbtn according to the protocol (in addition to
18894         hide/show); commented out gtk_table_set_row_spacing() calls.
18895         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18896         not sensitive (fixes a bug with disabled username/password boxes
18897         when editing POP3 account after NNTP with authentication).
18898
18899 2001-05-02 [hoa]
18900
18901         * src/account.c
18902         * src/inc.c
18903         * src/prefs_account.[ch]
18904         * src/send.c
18905                 removed local account without SMTP server
18906                 added option to use mail command instead of a connexion
18907                 to SMTP server when a local account is used
18908         * src/prefs_headers.c
18909                 fixed a bug
18910         * src/news.c
18911                 fixed a bug when connexion immediately closed
18912
18913 2001-05-01 [alfons]
18914
18915         0.4.66claws1
18916         
18917         * sync with 0.4.65
18918
18919 2001-05-01 [sergey]
18920
18921         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18922         widget nntpauth_chkbtn.
18923         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18924         visibility.
18925         (prefs_account_nntpauth_toggled): new function.
18926
18927         * src/news.c (news_session_new_for_folder): use NNTP
18928         authentication only if ac->use_nntp_auth is set.
18929
18930 2001-05-01 [hoa]
18931
18932         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18933         * src/prefs_display_headers.c changed the UI
18934         * src/prefs_headers.c changed account_name to account_id
18935         * src/compose.c using customheader.h
18936
18937 2001-05-01 [hiroyuki]
18938
18939         * src/esmtp.c
18940           src/news.c
18941           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18942           unsynched.
18943
18944 2001-05-01 [hoa]
18945
18946         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18947         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18948                 for displaying of headers
18949         * src/grouplist_dialog.[ch] minor changes to remove warnings
18950         * src/prefs_display_headers.[ch] dialog to choose the
18951         headers to display in the mail viewer.
18952         * src/headers.h correction of #define
18953         * src/headers_display.[ch] configuration for displaying of headers.
18954         * src/main.c read config of displaying of headers
18955         * src/prefs_common.c add a button to access the config dialog
18956                 for displaying of headers
18957         * src/prefs_display_headers.[ch] dialog for configuration for
18958                 displaying of the headers.
18959         * src/prefs_headers.c cleaning of code
18960         * src/procheader.c comments added to code
18961         * src/textview.c changes to reorder the headers depending
18962                 on the config for displaying of headers
18963
18964 2001-04-30 [alfons]
18965
18966         0.4.65claws7
18967
18968         * sync with 0.4.65cvs12
18969
18970         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18971
18972 2001-04-30 [sergey]
18973
18974         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18975
18976         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18977         is set to force reconnection after authentication failure.
18978         (nntp_gen_command): set sock->auth_failed on authentication
18979         failure, or if sock->userid and sock->passwd are not set.
18980
18981         * src/news.c (news_session_new_for_folder): set userid=NULL if
18982         password dialog is cancelled.
18983
18984 2001-04-30 [sergey]
18985
18986         * src/nntp.h (NNTPSockInfo): new type.
18987
18988         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18989         SockInfo.
18990         (nntp_open_auth, nntp_close): new functions.
18991         (nntp_gen_command): new function to handle authentication; all
18992         NNTP command functions updated to use it.
18993         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18994         (nntp_list): removed old useless code.
18995
18996         * src/news.h (NNTPSession): new field nntp_sock.
18997
18998         * src/news.c: all functions updated to use NNTPSockInfo instead of
18999         SockInfo.
19000         (news_session_new): new arguments (userid, passwd); made static;
19001         use nntp_open_auth() if needed.
19002         (news_session_destroy): use nntp_close() instead of sock_close().
19003         (news_query_password): changed arguments.
19004         (news_session_new_for_folder): new function.
19005         (news_session_get): use news_session_new_for_folder().
19006         (news_authenticate): deleted.
19007         (news_get_uncached_articles): removed old authentication code.
19008
19009 2001-04-30 [sergey]
19010
19011         * src/news.c: reverted my previous changes (need to do NNTP
19012         authentication in a cleaner way).
19013         
19014 2001-04-29 [sergey]
19015
19016         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19017         news_nntp_post, news_nntp_mode): new functions (wrappers with
19018         authentication support).
19019         (news_get_article_cmd, news_get_article, news_get_header): new
19020         argument "folder"; all callers changed.
19021         (news_get_article_cmd): added authentication support.
19022         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19023         (news_post): use news_nntp_post() instead of nntp_post().
19024         (news_get_uncached_articles): use news_nntp_group() instead of
19025         nntp_group() and news_nntp_xover() instead of nntp_xover();
19026         removed old authentication code.
19027         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19028
19029         * src/nntp.c (nntp_list): return real error code instead of
19030         hardcoded NN_ERROR.
19031
19032 2001-04-29 [sergey]
19033
19034         * configure.in: fixed wint_t typedef detection again
19035
19036 2001-04-28 [hoa]
19037
19038         * src/prefs_account.[ch], added A_LOCAL_CMD
19039                 (send mail with mail command)
19040         * src/send.c added function send_message_with_command()
19041         * src/inc.c made a more secure get_spool() function with
19042                 mktemp() but maybe mkstemp() or something more
19043                 secure can be used.
19044
19045 2001-04-28 [alfons]
19046
19047         * src/textview.c, colorization of email addresses in headers
19048
19049         0.4.65claws6
19050
19051         * bug sync with sylpheed
19052         * prefs_common.c: created date format ui for darko
19053         * sync with 0.4.65cvs11
19054         * configure.in: corrected to have the new gpg checks
19055
19056 2001-04-27 [alfons]
19057
19058         * completed sync with 0.4.65cvs10
19059         * minor debug things added to gtkstext.c
19060
19061 2001-04-27 [darko]
19062
19063         * configure.in: remove check for availability of
19064           strftime() as advised by Hiroyuki
19065         * src/prefs_common.[ch], src/procheader.c:
19066           synch strftime() code with Hiroyki's main branch
19067
19068 2001-04-26 [sergey]
19069
19070         * src/news.c: news_query_password(), news_authenticate(): new
19071           functions.
19072           news_get_uncached_articles(): added NNTP authentication
19073           handling.
19074         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19075           new functions.
19076         * src/prefs_account.c: prefs_account_protocol_activated():
19077           enable userid and password fields for NNTP.
19078
19079 2001-04-26
19080
19081         * configure.in: check for availability of strftime()
19082           [darko]
19083         * src/prefs_common.[ch], src/procheader.c: use
19084           strftime() for displaying date in summary pane if it
19085           is available
19086
19087 2001-04-25
19088
19089         * more .cvsignore cleanups [alfons]
19090
19091 2001-04-25
19092
19093         * ac/sv-check-type.m4: new autoconf macro.
19094         * configure.in: fixed wint_t typedef detection (did not work
19095           with gcc-2.96).
19096
19097 2001-04-25
19098
19099         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19100           [hiroyuki]
19101
19102 2001-04-24
19103         * modified gtkstext.c : buggy cursor navigation fixed, 
19104           and font descent also taken in account when drawing
19105           cursor. [alfons]
19106
19107 2001-04-24 [hoa]
19108         * added comments in src/news.c src/nntp.c
19109         * added src/prefs_headers.[ch]
19110         * added src/headers.[ch]
19111         * modified compose.c to activate custom headers
19112                 added function is_in_custom_headers
19113         * modified prefs_account.[ch]
19114                 added function prefs_account_customhdr_edit
19115         * modified src/defs.h :
19116                 added HEADERS_RC : name of the config file
19117                 for the custom headers
19118
19119 2001-04-24
19120
19121     0.4.65claws5
19122
19123         * configure.in
19124           src/gtkstext.[ch]
19125           src/compose.c
19126           src/Makefile.am
19127           
19128           added gtkstext with configure.in patch by Hiroyuki which
19129           should fix the XIM detection [alfons]
19130
19131         * more clean up of cvs [alfons]
19132
19133                  * removed all Makefile.in files to attic.
19134
19135                  * updated all .cvsignores to really ignore things that could
19136                    be unintentionally committed by a recursive commit.
19137
19138 2001-04-23 [hoa]
19139         * added src/grouplist_dialog.[ch]
19140         * changed src/folderview.c to call grouplist_dialog instead
19141                 of inputdialog
19142         * src/news.c :
19143                 added functions news_reset_group_list
19144                 and news_get_group_list
19145         * src/nntp.c :
19146                 added function nntp_list
19147         * src/defs.h :
19148                 added GROUPLIST_FILE : name of the newsgroup list cache file
19149
19150 2001-04-21
19151
19152         * added option to warn about queued messages on exit [sergey]:
19153
19154           * src/compose.c: compose_queue(): call folder_item_scan()
19155             and folderview_update_item() after queueing.
19156           * src/folderview.c: folderview_update_node(): draw the queue
19157             folder in bold font if there are queued messages.
19158           * src/mainwindow.c: queued_messages(): new function.
19159             app_exit_cb(): display warning if there are queued messages
19160             if warn_queued_on_exit is set.
19161           * prefs_common.[ch]: add warn_queued_on_exit option.
19162
19163         * enhanced GnuPG key selection support [sergey]:
19164
19165           * src/select-keys.c: updated to newer version from Win32
19166             branch with support for selecting arbitrary keys.
19167           * src/prefs_account.c: added the Privacy tab to the account
19168             options window.
19169             prefs_account_privacy_create(),
19170             prefs_account_sign_key_set_data_from_radiobtn(),
19171             prefs_account_sign_key_set_radiobtn(): new functions.
19172           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19173           * src/rfc2015.c: set_signers(): new function.
19174             pgp_sign(): add the account parameter, call set_signers().
19175             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19176           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19177           * src/compose.c: pass the current account to rfc2015_sign().
19178
19179         * tag name claws added to prevent confusion with main branch [alfons]
19180
19181         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19182
19183         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19184
19185         * sync with recent sylpheed cvs. Untested though. [alfons]
19186