5897cd395b50a434d7c9c3dd06919a04597ca865
[claws.git] / ChangeLog.claws
1 2003-10-20 [alfons]     0.9.6claws37
2
3         * src/noticeview.c
4                 fix invalid argument warning
5         * src/pgpmime.c
6                 no in place variable
7
8 2003-10-20 [paul]       0.9.6claws36
9
10         * src/compose.[ch]
11           src/filtering.c
12           src/messageview.c
13                 fix crash when using Forward in Filtering when
14                 external editor option is set
15                 
16                 Patch submitted by Simon 'corecode' Schubert
17                 <corecode@corecode.ath.cx> 
18
19 2003-10-20 [paul]       0.9.6claws35
20
21         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
22           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
23           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
24           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
25           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
26           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
27           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
28           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
29           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
30           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
31           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
32           src/mimeview.c
33           src/stock_pixmap.[ch]
34                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
35                 icons. add privacy_warn.xpm icon
36
37 2003-10-20 [hoa]  0.9.6claws34
38
39         * src/folder_item_prefs.[ch]
40         * src/prefs_folder_item.c
41         * src/main.c
42                 Added a property per folder to choose whether we 
43                 want to apply processing on it on startup or if we
44                 prefer to wait the folder selection to apply it.
45         
46         * src/messageview.c
47                 fixed C89 compatibility (for old compilers, for
48                 example gcc 2.95.x).
49
50 2003-10-17 [christoph]  0.9.6claws33
51
52         * src/mimeview.c
53         * src/noticeview.[ch]
54                 change noticeview icon to indicate signature status
55
56 2003-10-17 [christoph]  0.9.6claws32
57
58         * src/Makefile.am
59         * src/main.c
60         * src/mimeview.c
61         * src/noticeview.c
62         * src/pgpmime.[ch]                              ** NEW **
63         * src/privacy.[ch]
64         * src/rfc2015.c
65         * src/sgpgme.c                                  ** NEW **
66                 reimplement PGP/Mime signature checking (unfinished)
67
68 2003-10-15 [christoph]  0.9.6claws31
69
70         * src/procmime.[ch]
71                 fix procmime_get_text_content() and
72                 procmime_get_first_text_content()
73
74 2003-10-15 [christoph]  0.9.6claws30
75
76         * src/plugins/spamassassin/spamassassin_gtk.c
77         * src/plugins/spamassassin/spamassassin_gtk.glade
78                 fix timeout tooltip
79
80 2003-10-15 [paul]       0.9.6claws29
81
82         * src/messageview.c
83                 workaround for buggy smtp servers. on sending a
84                 return receipt strip the name part from the address
85                 when creating headers
86                 
87 2003-10-15 [paul]       0.9.6claws28
88
89         * sync with 0.9.7 release
90                 see ChangeLog 2003-10-15
91
92 2003-10-14 [christoph]  0.9.6claws27
93
94         * src/plugins/clamav/clamav_plugin.c
95                 fix clamav plugin
96
97 2003-10-14 [christoph]  0.9.6claws26
98
99         * src/compose.c
100         * src/mimeview.c
101         * src/procmime.[ch]
102         * src/rfc2015.c
103         * src/textview.c
104         * src/plugins/clamav/clamav_plugin.c
105                 use GNode to create the mime tree (some changes to functions
106                 that traverse the tree are just quick and dirty. Maybe we
107                 can find better solutions with g_node_*-functions)
108
109 2003-10-14 [luke]       0.9.6claws25
110
111         * src/mimeview.c
112                 fix a navigation bug (stupid typo of mine)
113
114 2003-10-14 [christoph]  0.9.6claws24
115
116         * src/textview.c
117                 fix missing last line in plain/text mails
118
119 2003-10-13 [luke]       0.9.6claws23
120
121         * src/summaryview.c
122                 fix bug 334 (part 1)
123
124 2003-10-13 [kov]        0.9.6claws22
125
126         * src/mimeview.c
127                 error checking when the user enters a non-directory at
128                 the file selection dialog.
129                 work-around for users entering directory location without
130                 adding a leading G_DIR_SEPARATOR.
131
132 2003-10-13 [luke]       0.9.6claws21
133
134         * src/compose.c
135                 error reporting for inserting files, including catching
136                 invalid characters for current locale/encoding
137
138 2003-10-13 [paul]       0.9.6claws20
139
140         * src/folderview.c
141                 fix bug #347 'subscribe newsgroups crashes'
142
143 2003-10-13 [paul]       0.9.6claws19
144
145         * src/compose.c
146                 when using 'Reply to all' include the 'send replies
147                 to' folder property
148                 
149         * po/ja.po
150                 update Japanese translation. submitted by Rui Hirokawa 
151                 <rui_hirokawa@ybb.ne.jp>        
152
153 2003-10-13 [hoa]        0.9.6claws18
154
155         * src/account.c
156         * src/compose.c
157         * src/messageview.c
158         * src/procheader.c
159         * src/procheader.h
160                 rename get_header_from_msginfo() into
161                 procheader_get_header_from_msginfo() so that we have a
162                 coherent exported naming.
163                 avoid parsing of header contained in a string via
164                 a newly written temporary file.
165
166         Patch submitted by Simon 'corecode' Schubert
167                 <corecode@corecode.ath.cx>
168
169 2003-10-12 [hoa]        0.9.6claws17
170
171         * src/filtering.c
172         * src/filtering.h
173         * src/matcher.c
174         * src/matcher.h
175         * src/matcher_parser_parse.y
176         * src/prefs_filtering_action.c
177                 added "stop" action : stop applying the filtering rules.
178                 added "set score" and "increase/decrease score" actions.
179                 That two last action replace the "change_score" action
180                 introduced by alfons in 0.8.8claws85.
181                 "set score" is to set a given score to the message.
182                 "increase/decrease score" will increase or decrease the
183                 score if the given value is respectively positive or
184                 negative. If someone find a some better name for this last
185                 rule, it can be modified.
186
187 2003-10-12 [paul]       0.9.6claws16
188
189         * AUTHORS
190           po/ja.po
191                 update Japanese translation. submitted by Rui Hirokawa 
192                 <rui_hirokawa@ybb.ne.jp>
193
194 2003-10-12 [christoph]  0.9.6claws15
195
196         * src/procmime.c
197                 fix crash caused by incorrect headers
198
199 2003-10-10 [christoph]  0.9.6claws14
200
201         * src/main.c
202         * src/privacy.[ch]
203         * src/rfc2015.[ch]
204                 implement detection of signed message parts for rfc2015
205
206 2003-10-10 [thorsten]   0.9.6claws13
207
208         * src/mimeview.c
209                 fix typo
210
211 2003-10-10 [christoph]  0.9.6claws12
212
213         * src/stock_pixmap.[ch]
214         * src/pixmaps/mime_message.xpm                  ** NEW **
215                 add a new icon for mime type "message"
216
217         * src/privacy.[ch]
218         * src/procmime.[ch]
219                 add crypto api
220
221         * src/mimeview.c
222                 o use crypto api
223                 o add icons for message type mime parts
224
225 2003-10-10 [christoph]  0.9.6claws11
226
227         * src/mainwindow.c
228         * src/messageview.[ch]
229         * src/mimeview.[ch]
230         * src/procmime.[ch]
231         * src/procmsg.[ch]
232         * src/rfc2015.c
233         * src/summaryview.c
234         * src/textview.[ch]
235                 o remove switching between TextView and MimeView in MessageView
236                   (if required we can hide the icon box and the MimeView will
237                    look exaxtly like the TextView)
238                 o temporary remove signature and decrypting GPGME code
239
240 2003-10-09 [christoph]  0.9.6claws10
241
242         * src/action.c
243         * src/compose.c
244         * src/messageview.c
245         * src/mimeview.c
246         * src/procmime.[ch]
247         * src/procmsg.c
248         * src/rfc2015.c
249         * src/textview.c
250         * src/common/utils.[ch]
251         * src/plugins/clamav/clamav_plugin.c
252         * src/plugins/dillo_viewer/dillo_viewer.c
253         * src/plugins/image_viewer/viewer.c
254         * src/plugins/mathml_viewer/mathml_viewer.c
255                 new mime parser (several things need fixing)
256
257 2003-10-09 [paul]       0.9.6claws9
258
259         * src/imap.c
260                 a little more sync with 0.9.6cvs2 and a tidy up
261
262 2003-10-08 [paul]       0.9.6claws8
263
264         * sync with 0.9.6cvs2
265                 see ChangeLog 2003-10-03
266
267 2003-10-05 [christoph]  0.9.6claws7
268
269         * src/summaryview.c
270                 don't use flags to check if a message is in a news folder
271
272         (closes Bug 282 clicking on folder with copied Messages from News
273          immediately after having copied them crashes Sylpheed-Claws)
274
275 2003-10-05 [christoph]  0.9.6claws6
276
277         * src/Makefile.am
278         * src/progressdialog.[ch]               ** REMOVE **
279         * src/gtk/Makefile.am
280         * src/gtk/progressdialog.[ch]           ** NEW **
281                 move progressdialog to gtk directory
282
283 2003-10-04 [christoph]  0.9.6claws5
284
285         * src/prefs_toolbar.c
286         * src/gtk/prefswindow.c
287                 remove widget_show_all for pages root widget
288
289         * src/plugins/spamassassin/spamassassin.[ch]
290         * src/plugins/spamassassin/spamassassin_gtk.c
291         * src/plugins/spamassassin/spamassassin_gtk.glade
292                 add support for new libspamc transports
293
294 2003-10-04 [christoph]  0.9.6claws4
295
296         * src/plugins/spamassassin/libspamc.[ch]
297         * src/plugins/spamassassin/spamassassin.c
298         * src/plugins/spamassassin/utils.[ch]
299                 update libspamc to version from SpamAssassin 2.60
300
301 2003-10-03 [christoph]  0.9.6claws3
302
303         * src/send_message.c
304                 fix missing format string bug found by
305                 Georgi Guninski <guninski@guninski.com>
306
307 2003-10-03 [paul]       0.9.6claws2
308
309         * po/zh_CN.po
310                 update Simpilified Chinese translation, submitted by
311                 Hansom Young
312
313 2003-10-02 [christoph]  0.9.6claws1
314
315         * src/imap.c
316                 add UIDPLUS support for COPY and EXPUNGE
317
318 2003-10-02 [paul]       0.9.6claws
319
320         * 0.9.6claws released
321
322 2003-10-02 [paul]
323
324         * po/es.po
325           po/sk.po
326                 update Spanish and Slovak translations
327                 submitted by Ricardo Mones Lastra and Andrej Kacian
328  
329 2003-10-02 [paul]       0.9.5claws43
330
331         * po/en_GB.po
332                 update British English translation
333
334 2003-10-02 [paul]       0.9.5claws42
335
336         * po/hr.po
337                 update Croatian translation, submitted by Dragan
338
339 2003-10-01 [paul]       0.9.5claws41
340
341         * po/pl.po
342           po/sr.po
343                 update Polish and Serbian translations, submitted by
344                 Emil and Urke MMI
345
346 2003-10-01 [melvin]     0.9.5claws40
347
348         * po/fr.po
349                 Updated French translations
350
351 2003-10-01 [melvin]     0.9.5claws39
352
353         * src/prefs_fonts.c
354                 Fixed a Gtk warning
355
356         * src/plugins/dillo_prefs.c     
357                 Quasi unnoticeable UI clean-up.
358
359 2003-10-01 [paul]
360
361         * tools/README
362           tools/maildir2sylpheed.pl
363                 bug fixes, rewrites, submitted by Matthias Förste 
364                 <itsjustme@users.sourceforge.net>
365
366 2003-09-29 [paul]       0.9.5claws38
367
368         * src/inc.c
369                 fix my coding carelessness
370
371 2003-09-29 [paul]       0.9.5claws37
372
373         * po/POTFILES.in
374           src/Makefile.am
375           src/main.c
376           src/prefs_common.[ch]
377           src/prefs_fonts.[ch]  ** NEW FILES **
378                 move Font config options to Other Prefs/Display/Fonts
379                 (user's current configuration is preserved)
380
381 2003-09-29 [paul]       0.9.5claws36
382
383         * src/inc.c
384           src/prefs_account.c
385                 allow 'local_mbox' value to point to either a directory 
386                 (/var/mail -  default, new) or a file (/var/mail/username
387                 - original)
388
389 2003-09-28 [paul]       0.9.5claws35
390
391         * src/rfc2015.c
392                 on signature check, where key exists, print the
393                 Key ID
394
395 2003-09-27 [alfons]     0.9.5claws34
396
397         * src/action.c
398                 o make progress bar not fill/expand when resizing dialog
399                 o use default fixed text font for actions output
400
401 2003-09-27 [paul]       0.9.5claws33
402
403         * src/prefs_common.[ch]
404           src/procmsg.c
405           src/send_message.c
406                 remove External Program settings from Common Prefs/Send
407                 as they are now unnecessary due to Local account settings.
408                 plus a little tidying-up after 0.9.5claws31
409
410 2003-09-27 [paul]       0.9.5claws32
411
412         * src/prefs_account.c
413                 o make correction to gui text:
414                   'Local mailbox file' -> 'Local mailbox directory'
415                 o give 'local_mbox' option a reasonable default value:
416                   '/var/mail'
417                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
418                   value
419
420 2003-09-26 [paul]       0.9.5claws31
421
422         * src/inc.c
423           src/prefs_common.[ch]
424                 remove 'Incorporate from spool' common pref,
425                 force creation of a 'Local' account
426
427 2003-09-26 [christoph]  0.9.5claws30
428
429         * src/folder.c
430         * src/msgcache.c
431                 add more NULL pointer checks
432
433 2003-09-25 [christoph]  0.9.5claws29
434
435         * src/folder.c
436                 o don't fetch source message to get it's message id
437                 o immediately scan dest folder when copying a message did not
438                   return a new message number and not do it when the first message
439                   without a new message number is found
440
441 2003-09-23 [christoph]  0.9.5claws28
442
443         * src/compose.c
444                 fix generating of headers
445
446         (patch by David Relson <relson@osagesoftware.com>)
447
448 2003-09-23 [paul]       0.9.5claws27
449
450         * po/zh_CN.po
451                 update Simplified Chinese translation. submitted by
452                 Hansom Young
453
454 2003-09-23 [paul]       0.9.5claws26
455
456         * tools/Makefile.am
457           tools/README
458           tools/vcard2xml.py    ** NEW FILE **
459                 add a script that converts an evolution vcard to
460                 sylpheed's xml format
461                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
462
463 2003-09-22 [paul]       0.9.5claws25
464
465         * src/plugins/clamav/clamav_plugin.c
466                 don't skip MULTIPART parts
467
468 2003-09-21 [christoph]  0.9.5claws24
469
470         * src/alertpanel.c
471                 remove unneeded include
472
473         * src/folder.c
474                 clean up copy/move mess with duplicated code
475
476         * src/imap.c
477                 fix problem that sometimes the folder was not scanned
478                 also it was changed
479
480 2003-09-21 [christoph]  0.9.5claws23
481
482         * src/Makefile.am
483         * src/logwindow.[ch]                    ** REMOVE **
484         * src/mainwindow.c
485         * src/prefs_common.c
486         * src/gtk/Makefile.am
487         * src/gtk/logwindow.[ch]                ** ADD **
488                 make logwindow prefs_common independent and move
489                 it to gtk directory
490
491 2003-09-20 [christoph]  0.9.5claws22
492
493         * src/compose.c
494                 add extra space for address code conversion
495                 (4 * unconvered size could be too small for short headers)
496
497 2003-09-20 [christoph]  0.9.5claws21
498
499         * src/compose.c
500                 increase temp buffer size when writing headers
501
502 2003-09-19 [darko]      0.9.5claws20
503
504         * src/compose.c
505                 don't ignore value of 'Save copy of outgoing messages to
506                 this folder instead of Sent' in message redirect
507
508 2003-09-17 [christoph]  0.9.5claws19
509
510         * src/compose.c
511                 use ", " as address seperator for mail headers and pass whole
512                 header line at once to compose_convert_header to make sure
513                 it is correctly folded
514
515         (closes Bug 64 Problem when sending to many recipients)
516
517 2003-09-17 [hoa]        0.9.5claws18
518         
519         * src/matcher.[ch]
520           src/matcher_parser_parse.y
521           src/prefs_matcher.c
522                 changed the keyword used for command execution in condition
523                 keyword is changed from "execute" to "test"
524                 so that it is not the same as the one used for action.
525                 This will fix a bug when using filtering dialog.
526                 All semantic in the code is also changed to reflect
527                 the keyword change.
528
529 2003-09-17 [paul]
530         
531         * sync with 0.9.6 release
532
533 2003-09-17 [paul]       0.9.5claws17
534
535         * sync with 0.9.5cvs8
536                 see ChangeLog 2003-09-16 and 2003-09-17
537
538 2003-09-16 [paul]       0.9.5claws16
539
540         * sync with 0.9.5cvs6
541                 see ChangeLog 2003-09-16
542
543 2003-09-15 [paul]       0.9.5claws15
544
545         * sync with 0.9.5cvs5
546                 see ChangeLog 2003-09-15
547
548 2003-09-14 [alfons]     0.9.5claws14
549
550         * src/inc.c
551                 make "Go to inbox after receiving new mail" again;
552                 regression of a sync, restored to sylpheed main 
553                 behaviour. (misses still some bits)
554
555 2003-09-14 [alfons]     0.9.5claws13
556
557         * src/prefs_filtering_action.c
558                 o add proper message if empty execute command line
559                 o don't select first action item after registering a
560                   new action to prevent (what seems to be a GTK) bug
561                   #36, "filtering will only accept one action change 
562                   per invocation".
563
564 2003-09-14 [alfons]     0.9.5claws12
565
566         * src/prefs_filtering.c
567         * src/prefs_filtering_action.c
568         * src/prefs_matcher.c
569                 fix function signature for key_pressed_event signal handlers
570
571 2003-09-14 [alfons]     0.9.5claws11
572
573         * src/mainwindow.c
574                 fix regression caused by fix for invalid bug #7
575                 (should fix #246, "Multiple selections are deselected when 
576                 moving from search window to main window")
577                 
578 2003-09-14 [alfons]     0.9.5claws10
579         
580         * src/actions.[ch]
581         * src/filtering.[ch]
582         * src/prefs_actions.c
583                 allow `filtering actions` in actions; only for advanced users
584                 right now: try for example, "%as{mark color 2}" 
585         
586 2003-09-13 [paul]       0.9.5claws9
587         
588         * po/pl.po
589           po/zh_CN.po   ** NEW FILE **
590                 update Polish translation, submitted by Emil 
591                 <eminowbl@posejdon.wpk.p.lodz.pl>
592                 add new Simplified Chinese translation, submitted by
593                 Hansom Young <hansom_young@yahoo.com>
594
595 2003-09-12 [alfons]     0.9.5claws8
596
597         * src/summaryview.c
598                 don't open separate message views when View | Separate message view
599                 is active 
600                 (please look carefully for any navigation regressions)
601
602 2003-09-11 [alfons]     0.9.5claws7
603
604         * src/mainwindow.c
605                 make default message view, opened by View | Separate message 
606                 view, look like a claws message view (which includes a menu
607                 bar and a toolbar)
608                 (fixes bug #298, "message view loses tool bar") 
609
610 2003-09-11 [christoph]  0.9.5claws6
611
612         * src/folderview.c
613                 fix double deleting of newsgroup folders
614
615         (closes Bug 305 crash after deleting of a newsgroup)
616
617 2003-09-11 [paul]       0.9.5claws5
618
619         * src/rfc2015.c
620           src/common/utils.h
621                 more sync'ing from 0.9.5cvs2
622
623 2003-09-11 [christoph]  0.9.5claws4
624
625         * src/compose.c
626         * src/rfc2015.c
627         * src/common/utils.h
628                 fix sync with 0.9.5cvs2
629
630 2003-09-11 [paul]       0.9.5claws3
631
632         * sync with 0.9.5cvs4
633                 see ChangeLog 2003-09-11
634
635 2003-09-11 [paul]       0.9.5claws2
636
637         * sync with 0.9.5cvs2
638                 see ChangeLog 2003-09-05
639                 
640 2003-09-11 [paul]       0.9.5claws1
641
642         * sync with 0.9.5cvs3
643                 see ChangeLog 2003-09-10
644
645 2003-09-10 [paul]       0.9.5claws
646
647         * 0.9.5claws released
648
649 2003-09-10 [paul]       0.9.4claws78
650
651         * src/Makefile.am
652                 add missing files
653
654 2003-09-10 [melvin]     0.9.4claws77
655
656         * po/fr.po
657                 Updated French translations
658
659 2003-09-10 [paul]       0.9.4claws76
660
661         * po/es.po
662           po/sk.po
663           po/sr.po
664                 update Spanish, Slovak, and Serbian translations.
665                 submitted by Ricardo Mones Lastra, Andrej Kacian,
666                 and Urke MMI
667                 
668         * AUTHORS
669                 add translation team section
670
671 2003-09-09 [christoph]  0.9.4claws75
672
673         * src/folder.c
674                 free item->prefs in folder_item_destroy
675
676 2003-09-09 [alfons]     0.9.4claws74
677
678         * src/folderview.c
679                 o proper check for root node sorting
680                 o remove unnecessary gtk_ctree_remove_node 
681
682         (should fix bug #300, "crash while moving folder")      
683
684 2003-09-08 [christoph]  0.9.4claws73
685
686         * src/folderview.c
687                 o fix double adding of IMAP FolderItems to GtkCTree
688                 o fix crash then mbox folder is removed
689
690 2003-09-08 [christoph]  0.9.4claws72
691
692         * src/folder.c
693         * src/folderview.c
694         * src/mainwindow.c
695                 fix new folder notification
696
697         * src/mbox_folder.c
698                 fix cache path
699
700 2003-09-08 [christoph]  0.9.4claws71
701
702         * src/compose.c
703                 replace '\n' and '\r' before removing trailing spaces
704
705         * src/folder.[ch]
706         * src/folderview.c
707                 add information about new or removed items in folder tree change
708                 notification and use this in folderview to add and remove only
709                 the appected items and not refresh the whole tree
710
711 2003-09-07 [match]      0.9.4claws70
712
713         * src/Makefile.am
714         * src/addr_compl.c
715         * src/addressbook.c
716         * src/addressitem.h
717         * src/addrindex.c
718         * src/addritem.c
719         * src/addritem.h
720         * src/addrquery.c                       ** NEW **
721         * src/addrquery.h
722         * src/ldapquery.c
723         * src/ldapserver.c
724         * src/stock_pixmap.c
725         * src/stock_pixmap.h
726         * src/pixmaps/address_search.xpm        ** NEW **
727                 re-introduce Lookup button for LDAP 'static' searches.
728
729 2003-09-07 [alfons]     0.9.4claws69
730         
731         * src/summaryview.c
732                 abandon setting usize for messageview because it gives layout problems
733                 with the quick search bar and the headerview; fixes assorted UI glitches:
734                 
735                 o bug #148, "Toggling of quick-search bar reduces index view area" 
736                 o bug #280, "Window resiizes for line length but does not revert"
737
738 2003-09-07 [christoph]  0.9.4claws68
739
740         * src/compose.c
741                 o make sure we don't have any newlines in header values
742                 o check custom headers for spaces and newlines and ignore
743                   malformed header names
744
745 2003-09-06 [christoph]  0.9.4claws67
746
747         * src/folder.c
748         * src/folderview.c
749                 invoke notification hook for folder tree changes after append
750                 and remove folder
751
752         (closes Bug 294 Crash while moving folder with many subdirectories)
753
754 2003-09-06 [christoph]  0.9.4claws66
755
756         * src/folder.c
757                 destroy folder's MsgCache if FolderItem is removed to make sure
758                 it is not saved when the FolderItem is destroyed
759
760 2003-09-06 [christoph]  0.9.4claws65
761
762         * src/plugins/clamav/clamav_plugin.c
763                 fix copy & paste bug
764
765 2003-09-05 [christoph]  0.9.4claws64
766
767         * src/folder.c
768         * src/messageview.[ch]
769         * src/procmsg.[ch]
770         * src/summaryview.c
771                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
772                 by MessageView to clear it when the message is deleted. Should
773                 work even if messages are deleted in MainWindow or by
774                 processing.
775
776 2003-09-05 [alfons]     0.9.4claws63
777
778         * src/messageview.c
779                 deleting a message in a message view frees its msginfo, make 
780                 messageview_update_all() aware of that (should fix bug #293,
781                 "deleting message caused crash")
782
783 2003-09-05 [melvin]     0.9.4claws62
784
785         * src/action.c
786                 Improve synchronous action exit code (fixes 
787                 a ~5 seconds delay after action exit on RedHat 9)
788
789 2003-09-04 [christoph]  0.9.4claws61
790
791         * src/compose.c
792         * src/rfc2015.c
793         * src/common/utils.[ch]
794                 add util function to create mime boundary and use it
795                 in compose and gpg code
796
797 2003-09-04 [alfons]     0.9.4claws60
798
799         * src/folder.c
800                 source folder item's GNode should already have been freed in 
801                 a previous call to src->folder->klass->remove_folder()
802                 (should fix bug #287, "crash when moving folders")
803
804 2003-09-03 [thorsten]   0.9.4claws59
805
806         * src/plugins/spamassassin/spamassassin_gtk.c
807                 fix compile error
808
809 2003-09-03 [christoph]  0.9.4claws58
810
811         * src/plugins/spamassassin/spamassassin.[ch]
812         * src/plugins/spamassassin/spamassassin_gtk.c
813                 add timeout config option
814
815 2003-09-03 [paul]       0.9.4claws57
816
817         * po/sk.po      ** NEW FILE **
818                 add Slovak translation. Submitted by Andrej Kacian 
819                 <andrej@kacian.sk>
820
821 2003-09-03 [paul]       0.9.4claws56
822
823         * src/plugins/clamav/clamav_plugin_gtk.c
824                 gui tweaks: replace a label with a tooltip, modify the
825                 text, use gtk_check_button_new(); instead of
826                 gtk_check_button_new_with_label("");
827
828 2003-09-02 [alfons]     0.9.4claws55
829
830         * src/gtk/filesel.c
831                 remember last used dir when attaching multiple files (should fix
832                 bug #290, "Attach File does not remember directory")
833
834 2003-09-01 [paul]       0.9.4claws54
835
836         * po/es.po
837                 updated by Ricardo Mones Lastra
838
839 2003-09-01 [alfons]     0.9.4claws53
840
841         * src/gtk/gtkaspell.[ch]
842                 be pedantic and strict and use const gchar * instead of guchar *
843
844 2003-09-01 [alfons]     0.9.4claws52
845
846         * src/mainwindow.c
847         * src/summaryviewc.
848                 re-enable Save As when multiple messages are selected
849
850 2003-09-01 [paul]       0.9.4claws51
851
852         * src/textview.c
853                 g_free(trimmed_uri);
854
855 2003-09-01 [paul]       0.9.4claws50
856
857         * sync with 0.9.4cvs13
858                 see ChangeLog 2003-09-01
859
860 2003-09-01 [paul]       0.9.4claws49
861
862         * src/textview.c
863                 trim uri before sending to the statusbar
864                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
865                 in the message window causes main S-C window to enlarge 
866                 past screen edges'
867
868 2003-09-01 [paul]       0.9.4claws48
869
870         * sync with 0.9.4cvs12
871                 see ChangeLog 2003-09-01
872
873 2003-08-30 [christoph]  0.9.4claws47
874
875         * src/compose.c
876         * src/folder_item_prefs.[ch]
877         * src/prefs_folder_item.c
878         * src/gtk/gtkaspell.[ch]
879                 commit per folder dictionary patch by
880                 Paul Evans <nerd@freeuk.com>
881
882 2003-08-30 [christoph]  0.9.4claws46
883
884         * src/plugins/spamassassin/spamassassin_gtk.c
885         * src/plugins/spamassassin/spamassassin_gtk.glade
886                 reduce GUI clutter by placing hints into tooltips
887
888 2003-08-30 [paul]       0.9.4claws45
889
890         * src/compose.c
891                 add 'Content-Disposition: inline' to a text/plain
892                 part when using PGP/MIME signing
893
894 2003-08-30 [paul]       0.9.4claws44
895
896         * src/prefs_common.c
897           src/prefs_spelling.c
898           src/prefs_spelling.glade
899                 reduce GUI clutter by placing hints into tooltips
900
901 2003-08-29 [christoph]  0.9.4claws43
902
903         * configure.ac
904                 fix bug found by Ivan Rayner <ivanr@sgi.com>
905
906         * src/stock_pixmap.c
907                 change unecessary warning into a debug message
908
909         * src/plugins/clamav/Makefile.am
910                 Fix error "-I$(CLAMAV_LIBS)"
911
912 2003-08-29 [christoph]  0.9.4claws42
913
914         * intl/Makefile.in
915         * src/Makefile.am
916         * src/matcher.h
917         * src/common/Makefile.am
918         * src/common/passcrypt.c
919                 commit fixes and patches for some of the IRIX problems found by
920                 Ivan Rayner <ivanr@sgi.com>
921
922 2003-08-29 [paul]       0.9.4claws41
923
924         * src/prefs_filtering.c
925                 add 'Top' and 'Bottom' buttons, based on changes in
926                 src/prefs_filter.c in 0.9.4cvs11.
927
928 2003-08-27 [christoph]  0.9.4claws40
929
930         * src/folderview.c
931                 fix bug that the current summary settings were copied to the
932                 wrong folder item, when the folder item prefs are opened.
933                 Copying is not required because summary settings and
934                 folder_item_prefs do not contain the same settings
935
936 2003-08-27 [thorsten]   0.9.4claws39
937
938         * src/imap.c
939                 fix compile error
940
941 2003-08-26 [paul]       0.9.4claws38
942
943         * sync with 0.9.4cvs9
944                 see ChangeLog 2003-08-26
945
946 2003-08-25 [paul]       0.9.4claws37
947
948         * sync with 0.9.4cvs8
949                 see ChangeLog 2003-08-25
950
951 2003-08-24 [christoph]  0.9.4claws36
952
953         * src/prefs_filtering.c
954                 shouldn't remove items from a GSList while iterating over the
955                 list (makes cur invalid and cur->next not accessable)
956
957         (closes Bug 272 i deleted an folder and some seconds later sylpheed
958          crashed)
959
960 2003-08-23 [christoph]  0.9.4claws35
961
962         * src/news.c
963                 news folders should be scanned when opened
964
965 2003-08-22 [christoph]  0.9.4claws34
966
967         * src/prefs_folder_item.c
968                 use macro to assign strings that always frees the old string
969
970         * src/gtk/gtkaspell.[ch]
971                 add gtkaspell_set_dictionary_menu_active_item() to set active
972                 item in dictionary option menu
973
974         * src/prefs_spelling.c
975                 use gtkaspell_set_dictionary_menu_active_item() to select
976                 dictionary
977
978 2003-08-21 [christoph]  0.9.4claws33
979
980         * src/folder.[ch]
981         * src/imap.c
982         * src/mbox_folder.c
983         * src/mh.c
984         * src/news.c
985                 optimize folder system
986
987         * src/gtk/gtkstext.c
988                 fix division by zero when font has 0 width for ' '
989
990 2003-08-21 [paul]       0.9.4claws32
991
992         * sync with 0.9.4cvs7
993                 see ChangeLog 2003-08-20
994
995 2003-08-19 [paul]       0.9.4claws31
996
997         * src/common/defs.h
998                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
999                 SYLDOC_FAQ_HTML_INDEX.
1000         * src/manual.c
1001                 use LC_MESSAGES instead of LC_ALL to find the current
1002                 language
1003
1004           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1005
1006 2003-08-19 [paul]       0.9.4claws30
1007
1008         * po/bg.po
1009                 updated by George Danchev
1010
1011 2003-08-18 [luke]       0.9.4claws29
1012         * src/mimeview.[ch]
1013         * src/gtk/gtkvscrollbutton.[ch]
1014                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1015                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1016                 o removed horizontal separator between icons
1017
1018 2003-08-17 [christoph]  0.9.4claws28
1019
1020         * src/procmsg.c
1021                 no subject threading when the subject has no reply prefix
1022
1023 2003-08-16 [christoph]  0.9.4claws27
1024
1025         * src/mainwindow.c
1026                 remember and restore window sizes and position when the main
1027                 window is hidden or shown
1028
1029         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1030          minimised/reopened using trayicon)
1031
1032 2003-08-16 [paul]       0.9.4claws26
1033
1034         * src/crash.c
1035                 add #include "defs.h"
1036
1037 2003-08-16 [paul]       0.9.4claws25
1038
1039         * src/plugins/clamav/clamav_plugin.c
1040                 reword a debug_print
1041                 
1042         * src/plugins/dillo_viewer/dillo_prefs.c
1043                 cosmetic: change the labels' text, add tooltips, and
1044                 left-align the hint
1045
1046 2003-08-15 [christoph]  0.9.4claws24
1047
1048         * src/news.c
1049                 complete last change (forgot some changes)
1050
1051 2003-08-15 [christoph]  0.9.4claws23
1052
1053         * src/news.c
1054                 o check number of messages and don't return a 0 message
1055                   when no messages are available
1056                 o don't parse xref header anymore
1057
1058         (closes Bug 203 I'm not getting any news)
1059
1060 2003-08-15 [paul]       0.9.4claws22
1061
1062         * src/common/defs.h
1063           src/crash.c
1064                 update and define claws bugzilla location
1065
1066 2003-08-15 [paul]       0.9.4claws21
1067
1068         * po/ru.po
1069                 update submitted by Ruslan N. Balkin
1070
1071 2003-08-14 [christoph]  0.9.4claws20
1072
1073         * src/procmsg.c
1074                 fix search for oldest node in subject threading
1075
1076 2003-08-14 [christoph]  0.9.4claws19
1077
1078         * src/procmsg.c
1079         * src/common/utils.h
1080                 add possibility to check all nodes with the same subject for
1081                 subject threading, not only the oldest node. Should not break
1082                 threads anymore if the oldest node is thread_by_subject_max_age
1083                 days older then parent, because it can now find a child of
1084                 oldest node as new parent.
1085
1086 2003-08-11 [christoph]  0.9.4claws18
1087
1088         * src/plugins/spamassassin/spamassassin.c
1089                 run spam check in background process
1090
1091 2003-08-10 [alfons]     0.9.4claws17
1092
1093         * src/summaryview.c
1094                 make `Select All' sensitive too
1095
1096 2003-08-10 [christoph]  0.9.4claws16
1097
1098         * src/imap.c
1099                 add more checks in imap_close
1100
1101 2003-08-09 [alfons]     0.9.4claws15
1102
1103         * src/prefs_spelling.c
1104                 no spell checking UI if not requested
1105
1106 2003-08-09 [alfons]     0.9.4claws14
1107
1108         * src/gtk/prefswindow.c
1109                 make it compile
1110
1111 2003-08-09 [christoph]  0.9.4claws13
1112
1113         * src/prefs_spelling.c
1114         * src/gtk/prefswindow.[ch]
1115         * src/plugins/clamav/clamav_plugin_gtk.c
1116         * src/plugins/spamassassin/spamassassin_gtk.c
1117                 sort prefs pages by heighest weight in tree
1118
1119 2003-08-09 [paul]       0.9.4claws12
1120
1121         * sync with 0.9.4cvs6
1122                 see ChangeLog 2003-08-07
1123                 
1124         * AUTHORS
1125                 add Leandro and Luke to claws-branch section
1126
1127 2003-08-09 [christoph]  0.9.4claws11
1128
1129         * src/gtk/Makefile.am
1130         * src/gtk/colorsel.[ch]                 ** NEW **
1131                 create a color selection dialog that can be used as a simple
1132                 function call with it's own gtk main loop like filesel.[ch]
1133
1134         * src/Makefile.am
1135         * src/main.c
1136         * src/prefs_common.c
1137         * src/prefs_spelling.[ch]               ** NEW **
1138         * src/prefs_spelling.glade              ** NEW **
1139         * src/gtk/gtkutils.[ch]
1140                 move "Spell Checker" prefs to new prefs dialog
1141
1142         * src/prefs_folder_item.c
1143                 use new colorsel dialog
1144
1145 2003-08-08 [paul]       0.9.4claws10
1146
1147         * src/inc.c
1148                 clear the progress bar unconditionally
1149
1150 2003-08-08 [paul]       0.9.4claws9
1151
1152         * sync with 0.9.4cvs4
1153                 see ChangeLog 2003-07-31
1154
1155 2003-08-07 [christoph]  0.9.4claws8
1156
1157         * configure.ac
1158                 fix bug in image viewer plugin part
1159
1160         * src/imap.c
1161                 don't execute close command if the folder item is not selected
1162
1163 2003-08-07 [hoa]        0.9.4claws7
1164
1165         * src/filtering.[ch]
1166         * src/matcher_parser.h
1167         * src/matcher_parser_parse.y
1168                 can define several actions for each filtering rule
1169                 can import old versions of filtering rules
1170
1171         * src/prefs_filtering.c
1172                 call to a new dialog box to define actions
1173
1174         * src/prefs_filtering_action.[ch]
1175                 dialog box to define actions for filtering rules
1176
1177 2003-08-06 [christoph]  0.9.4claws6
1178
1179         * src/imap.c
1180                 make sure source folder is selected when copying messages
1181
1182 2003-08-06 [christoph]  0.9.4claws5
1183
1184         * sync with 0.9.4cvs2
1185                 see ChangeLog 2003-07-29                
1186
1187 2003-08-05 [paul]       0.9.4claws4
1188
1189         * sync with 0.9.4cvs3
1190                 see ChangeLog 2003-07-30
1191
1192 2003-08-04 [match]      0.9.4claws3
1193
1194         * po/POTFILES.in
1195                 export of LDIF files.
1196
1197 2003-08-04 [match]      0.9.4claws2
1198
1199         * src/ldif.[ch]
1200                 support for export LDIF. documented.
1201         * src/importldif.[ch]
1202         * src/exportldif.[ch]
1203                 add tooltips. documented.
1204         * src/exphtmldlg.[ch]
1205         * src/common/xmlprops.[ch]
1206                 documented.
1207         * src/exportldif.[ch]                   ** NEW **
1208         * src/expldifdlg.[ch]                   ** NEW **
1209         * src/addressbook.[ch]
1210         * src/Makefile.am
1211                 export of LDIF files.
1212                 documented.
1213
1214 2003-08-04 [christoph]  0.9.4claws1
1215
1216         * .cvsignore
1217         * Makefile.am
1218         * configure.ac
1219         * sylpheed-claws.pc.in                  ** NEW **
1220         * src/Makefile.am
1221         * src/common/Makefile.am
1222         * src/gtk/Makefile.am
1223                 install sylpheed header files in $(pkgincludedir) and create a
1224                 pkg-config file to allow building a plugin without the source
1225                 package
1226
1227 2003-08-04 [paul]       0.9.4claws
1228
1229         * version 0.9.4claws
1230
1231 2003-08-04 [paul]       0.9.3claws97
1232
1233         * po/es.po
1234                 update Spanish translation. Submitted by Ricardo
1235                 Mones Lastra.
1236
1237 2003-08-03 [paul]       0.9.3claws96
1238
1239         * po/hr.po
1240           po/sr.po
1241                 update Croatian and Serbian translations. Submitted by
1242                 Dragan and Urke MMI respectively
1243
1244 2003-08-03 [alfons]     0.9.3claws95
1245
1246         * src/summaryview.c
1247                 mark flag has precedence over important flag - seems
1248                 to have been changed in sync of 0.9.3claws45. this fixes
1249                 a regression where messages that were scored as important
1250                 don't show their mark flags. (using the same column for
1251                 both importance as mark flags is the real problem
1252                 ofcourse)
1253
1254 2003-08-03 [melvin]     0.9.3claws94
1255
1256         * po/fr.po
1257                 Updated French translations.
1258
1259 2003-08-03 [melvin]     0.9.3claws93
1260
1261         * src/Makefile.am
1262                 Fixed typo introduced after 0.9.3claws92 
1263                 that prevented compilation
1264                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1265                 CPPFLAGS and YFLAGS to allow user setting these.
1266         * src/common/Makefile.am
1267         * src/gtk/Makefile.am
1268         * src/plugins/clamav/Makefile.am
1269         * src/plugins/demo/Makefile.am
1270         * src/plugins/dillo_viewer/Makefile.am
1271         * src/plugins/image_viewer/Makefile.am
1272         * src/plugins/mathml_viewer/Makefile.am
1273         * src/plugins/spamassassin/Makefile.am
1274         * src/plugins/trayicon/Makefile.am
1275         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1276                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1277                 CPPFLAGS and YFLAGS to allow user setting these.
1278
1279 2003-08-02 [christoph]  0.9.3claws92
1280
1281         * configure.ac
1282                 o rearrange plugin tests
1283                 o add test for clamav.h to ClamAV tests
1284
1285 2003-08-02 [luke]       0.9.3claws91
1286
1287         * src/mimeview.c
1288                 o fixed appearance of icon list when toggling back from the 
1289                   ctree
1290                 o toggling of icons using the keyboard works correctly
1291                 o fixed all other keyboard shortcuts to work when icons are
1292                   active
1293         
1294         * src/messageview.c
1295                 o fixed bug 4 - focus lost when changing messageview view type
1296
1297 2003-08-02 [christoph]  0.9.3claws90
1298
1299         * src/common/hooks.c
1300                 fix crash when pointer stored in hash table could get invalid
1301                 when a plugin is unloaded
1302
1303 2003-08-01 [christoph]  0.9.3claws89
1304
1305         * configure.ac
1306                 o try to build all plugins (except spamassassin) by default
1307                 o don't build a plugin if a dependency check fails
1308
1309         * src/common/hooks.c
1310                 fix warning
1311
1312 2003-08-01 [match]      0.9.3claws88
1313
1314         * src/importldif.c
1315                 allow single click field selection. document code.
1316
1317 2003-08-01 [christoph]  0.9.3claws87
1318
1319         * src/plugins/clamav/clamav_plugin.c
1320         * src/plugins/clamav/clamav_plugin_gtk.c
1321         * src/plugins/dillo_viewer/dillo_viewer.c
1322         * src/plugins/image_viewer/plugin.c
1323         * src/plugins/mathml_viewer/mathml_viewer.c
1324         * src/plugins/spamassassin/spamassassin.c
1325         * src/plugins/spamassassin/spamassassin_gtk.c
1326         * src/plugins/trayicon/trayicon.c
1327                 add version check to all plugins
1328
1329 2003-08-01 [hoa]        0.9.3claws86
1330
1331         * src/prefs_filtering.c
1332                 fixed a cosmetic bug, during creation of dialog box,
1333                 wrong widgets were shown after creation.
1334
1335 2003-08-01 [luke]       0.9.3claws85
1336
1337         * src/mainwindow.c
1338                 o fixed visibility of icons/mimeview after toggling separate
1339                   message/folder view (factored out some similar code too).
1340
1341
1342 2003-07-31 [alfons]     0.9.3claws84
1343
1344         * src/mimeview.c
1345                 tweak icon box UI a bit more, now allowing right-clicks actions
1346                 getting the relevant mime data too; should fix #250, "Can't save 
1347                 attachments sometimes".
1348
1349 2003-07-30 [alfons]     0.9.3claws83
1350
1351         * src/compose.c
1352                 don't do auto-save-draft inside key press handler, but rather
1353                 schedule it half of a second later; should fix #67, "autosave 
1354                 make re-rediting message crazy"
1355
1356 2003-07-30 [christoph]  0.9.3claws82
1357
1358         * src/plugins/trayicon/trayicon.c
1359                 process pending events before unloading the plugin
1360
1361         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1362
1363 2003-07-30 [alfons]     0.9.3claws81
1364
1365         * src/common/hooks.c
1366                 parameter 2 of g_hook_destroy() should really be a hook id
1367
1368 2003-07-30 [alfons]     0.9.3claws80
1369
1370         * src/common/plugin.c
1371                 fix a possibly harmful function signature mismatch 
1372                 for plugin_done
1373
1374 2003-07-30 [alfons]     0.9.3claws79
1375
1376         * src/common/hooks[.ch]
1377                 const correctness
1378
1379 2003-07-30 [darko]      0.9.3claws78
1380
1381         * src/summaryview.c
1382                 make it compile again
1383
1384 2003-07-30 [luke]       0.9.3claws77
1385
1386         * src/crash.c
1387         * src/main.c
1388                 o added/moved signal handlers for SIGTERM (normal kill command) 
1389                   and SIGINT (ctl-c) to be used even without 
1390                   --enable-crash-dialog, fixing bug 166
1391
1392         * src/summaryview.c
1393                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1394                   bug 227
1395
1396         * src/mainwindow.c
1397                 o changed sensitivity condition for 'Next new' and 'Next 
1398                   unread', fixing bug 8
1399
1400 2003-07-29 [alfons]     0.9.3claws76
1401
1402         * src/common/utils.[ch]
1403                 add generate_msgid()
1404         * src/messageview.c
1405                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1406                 sent folder".
1407
1408 2003-07-29 [alfons]     0.9.3claws75
1409
1410         * src/messageview.c
1411                 fix a memleak (claws-only)
1412
1413 2003-07-29 [alfons]     0.9.3claws74
1414
1415         * src/mimeview.[ch]
1416         * src/gtk/gtkvscrollbutton.[ch]
1417                 fix UI glitch where mime icon toolbox' scroll position is not 
1418                 reset after switching to another message
1419                 
1420
1421 2003-07-29 [paul]       0.9.3claws73
1422
1423         * src/prefs_folder_item.c
1424                 split the prefs into 2 separate pages
1425
1426 2003-07-29 [paul]       0.9.3claws72
1427
1428         * src/compose.c
1429                 prepend "\n\n" to a signature without a separator too
1430
1431 2003-07-29 [paul]       0.9.3claws71
1432
1433         * src/compose.c
1434                 fix bug where changing to an account without an auto-sig
1435                 from an initial account without an auto-sig would insert 
1436                 2 blank lines at the cursor point
1437                 fix bug where changing to an account with an auto-sig
1438                 from an initial account without an auto-sig would insert
1439                 the sig at the cursor point
1440
1441 2003-07-29 [paul]       0.9.3claws70
1442
1443         * src/folderview.c
1444                 use the colour from the folder pref unless the folder
1445                 has new messages
1446
1447 2003-07-29 [alfons]     0.9.3claws69
1448
1449         * src/procmsg.[ch]
1450         * src/messageview.c
1451         * src/procheader.c
1452                 rewrite return receipt request work a little bit (the former 
1453                 implementation presumably depended too much on the UI setting
1454                 flags). (we're losing the old pending flag.) 
1455
1456 2003-07-28 [christoph]  0.9.3claws68
1457
1458         * src/folder.c
1459         * src/imap.c
1460         * src/mh.c
1461         * src/procmsg.[ch]
1462                 fix copy to IMAP folder from other folder
1463
1464 2003-07-28 [christoph]  0.9.3claws67
1465
1466         * src/procmsg.c
1467                 fix sync of procmsg_get_message_file_list
1468
1469 2003-07-28 [christoph]  0.9.3claws66
1470
1471         * sync with 0.9.3cvs14
1472                 see ChangeLog 2003-07-18
1473         * sync with 0.9.3cvs17
1474                 see ChangeLog 2003-07-23
1475
1476         (closes Bug 234 segmentation fault after sending out mail via
1477          smtp(auth))
1478
1479 2003-07-28 [paul]       0.9.3claws65
1480
1481         * po/es.po
1482                 update Spanish translation, submitted by Ricardo Mones
1483                 Lastra
1484
1485 2003-07-28 [christoph]  0.9.3claws64
1486
1487         * src/folder.[ch]
1488         * src/imap.c
1489         * src/mh.c
1490                 return new message numbers as a GRelation instead of a GSList
1491                 that has to be in the same order as the input list. A list
1492                 would make it hard for IMAP to optimize oepration by sorting
1493                 the input list. The returned list would have to be reordered
1494                 to match the same order that input list has.
1495
1496         * src/gtk/gtkaspell.c
1497                 fix missing return value, could cause a crash when garbage is
1498                 on the stack that is used as the expected return value
1499
1500 2003-07-28 [paul]       0.9.3claws63
1501
1502         * sync with 0.9.4cvs1
1503                 see ChangeLog 2003-07-28
1504
1505 2003-07-27 [alfons]     0.9.3claws62
1506
1507         * src/mimeview.c
1508                 tweak it more to make icon list act like a check button group
1509
1510 2003-07-27 [christoph]  0.9.3claws61
1511
1512         * sync with 0.9.3cvs20
1513                 see ChangeLog 2003-07-25
1514
1515 2003-07-27 [paul]       0.9.3claws60
1516
1517         * src/procmsg.c
1518                 re-commit changes from 0.9.3claws58 -
1519                 accidently removed in 0.9.3claws59
1520
1521 2003-07-27 [paul]       0.9.3claws59
1522
1523         * src/procmsg.[ch]
1524                 a sync from 0.9.3cvs17
1525                 see ChangeLog 2003-07-23
1526
1527 2003-07-27 [alfons]     0.9.3claws58
1528
1529         * src/procmsg.c
1530                 add missing header members to MsgInfo; fixes the problem of 
1531                 not displaying X-Faces, as noticed by Ricardo Mones
1532
1533 2003-07-26 [christoph]  0.9.3claws57
1534
1535         * sync with 0.9.3cvs18
1536                 see ChangeLog 2003-07-24
1537
1538 2003-07-26 [christoph]  0.9.3claws56
1539
1540         * sync with 0.9.3cvs17
1541                 see ChangeLog 2003-07-23
1542
1543 2003-07-26 [christoph]  0.9.3claws55
1544
1545         * src/folder.[ch]
1546         * src/imap.c
1547         * src/mbox_folder.c
1548         * src/mh.c
1549         * src/news.c
1550                 add support for copy function that copy multiple messages
1551                 (not implemented yet)
1552
1553         * src/summaryview.c
1554                 add missing return value
1555
1556 2003-07-26 [paul]       0.9.3claws54
1557
1558         * tools/multiwebsearch.pl
1559                 do whitespace substitution before passing the string
1560                 to the browser. fixes bug with browsers that don't
1561                 do whitespace conversion themselves.
1562
1563 2003-07-25 [christoph]  0.9.3claws53
1564
1565         * src/folder.[ch]
1566         * src/imap.c
1567         * src/mh.c
1568                 rewrite adding of multiple messages to a folder for
1569                 claws' folder system
1570
1571 2003-07-25 [luke]       0.9.3claws52
1572
1573         * src/mimeview.c
1574                 o icon toggles set correctly on leaving ctree mimeview
1575
1576 2003-07-25 [paul]       0.9.3claws51
1577
1578         * partial sync with 0.9.3cvs21 [src/main.c]
1579                 see ChangeLog 2003-07-25
1580
1581 2003-07-24 [paul]       0.9.3claws50
1582
1583         * tools/maildir2sylpheed.pl
1584                 fix typo
1585
1586 2003-07-24 [paul]       0.9.3claws49
1587
1588         * src/mimeview.c
1589                 increase the gutter size of paned so that the panes
1590                 can be resized
1591                 
1592         * src/plugins/demo/demo.c
1593                 squeeze in another typo fix
1594
1595 2003-07-24 [paul]       0.9.3claws48
1596
1597         * src/plugins/demo/demo.c
1598           src/prefs_account.c
1599                 small changes to the English
1600                 
1601         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1602           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1603           src/Makefile.am
1604           src/stock_pixmap.c
1605                 rename the misspelled icon
1606
1607 2003-07-23 [alfons]     0.9.3claws47
1608
1609         * src/mimeview.c
1610                 make icon list look like a list of toggles
1611
1612 2003-07-23 [luke]       0.9.3claws46
1613
1614         * src/pixmaps/mimeview_gpg_expired.xpm
1615         * src/pixmaps/mimeview_gpg_failed.xpm
1616         * src/pixmaps/mimeview_gpg_passed.xpm
1617         * src/pixmaps/mimeview_text_html.xpm
1618         * src/pixmaps/mimeview_image.xpm
1619                 o all icons the same size
1620
1621         * src/mimeview.[ch]
1622                 o mimeview ctree arranged vertically above the viewer
1623                 o icons changed to buttons
1624                 o can use keyboard to select an icon (Enter)
1625                 o resize icon list to width of icons
1626
1627         *  src/gtk/gtkvscrollbutton.c
1628                 o sensitivity of buttons reacts to position
1629
1630 2003-07-23 [christoph]  0.9.3claws45
1631
1632         * sync with 0.9.3cvs14 (incomplete)
1633                 see ChangeLog 2003-07-17
1634
1635 2003-07-23 [alfons]     0.9.3claws44
1636
1637         * src/folder.c
1638         * src/procmsg.h
1639                 sync with my local tree to restore some claws-only things
1640
1641 2003-07-23 [paul]       0.9.3claws43
1642
1643         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1644           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1645           src/Makefile.am
1646           src/mimeview.c
1647           src/procmime.h
1648           src/rfc2015.c
1649           src/stock_pixmap.[ch]
1650                 indicate missing keys and expired sigs/keys
1651                 in mime view column
1652
1653 2003-07-23 [paul]       0.9.3claws42
1654
1655         * src/compose.c
1656                 Redirect fixes: enable automatic account selection and
1657                 do not append signature to message on changing account
1658                 fixes Bug[s] #248
1659
1660 2003-07-23 [paul]       0.9.3claws41
1661
1662         * sync with 0.9.3cvs16
1663                 see ChangeLog 2003-07-23
1664
1665 2003-07-23 [alfons]     0.9.3claws40
1666
1667         * src/inc.c
1668                 give progress dialog a main window, and give it the first 
1669                 one (presumably the only one). fixes bug #247, "segfault on 
1670                 pop-before-smtp" 
1671
1672 2003-07-22 [alfons]     0.9.3claws39
1673
1674         * src/summaryview.c
1675                 shift-space scrolls up
1676
1677 2003-07-22 [paul]       0.9.3claws38
1678
1679         * sync with 0.9.3cvs15
1680                 see ChangeLog 2003-07-22
1681
1682 2003-07-20 [alfons]     0.9.3claws37
1683
1684         * src/compose.c
1685                 put menu inside #ifdef USE_ASPELL..#endif
1686
1687 2003-07-20 [christoph]  0.9.3claws36
1688
1689         * src/procmsg.c
1690                 fix wrong flags in MsgInfo returned by
1691                 procmsg_msginfo_get_full_info()
1692
1693         (closes Bug 221 Deleting messages from the Message View gives incorrect
1694          new/unread message counts in the folder view)
1695
1696         * src/plugins/spamassassin/spamassassin_gtk.c
1697                 add gettext macro for prefs page title
1698
1699 2003-07-20 [paul]       0.9.3claws35
1700
1701         * src/mimeview.c
1702                 redraw icon list on signature check
1703
1704 2003-07-20 [christoph]  0.9.3claws34
1705
1706         * src/Makefile.am
1707         * src/account.c
1708         * src/folder.[ch]
1709         * src/folder_item_prefs.[ch]            ** NEW **
1710         * src/folderview.c
1711         * src/mainwindow.c
1712         * src/mh.c
1713         * src/prefs_gtk.c
1714         * src/prefs_scoring.c
1715         * src/summaryview.c
1716         * src/prefs_folder_item.[ch]
1717                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1718                   Properties dialog
1719                 o use prefswindow for folder properties
1720
1721         * src/gtk/prefswindow.[ch]
1722                 change implementation to use an invisible notebook instead
1723                 of unparenting widgets
1724
1725 2003-07-20 [christoph]  0.9.3claws33
1726
1727         * src/compose.h
1728         * src/folder.c
1729         * src/folderview.h
1730         * src/headerview.h
1731         * src/prefs_filtering.h
1732         * src/prefs_folder_item.[ch]
1733         * src/procmime.h
1734         * src/procmsg.h
1735         * src/summaryview.h
1736                 clean up header mess
1737                 (always use 1. typedefs, 2. #includes, 3. structures)
1738
1739         * src/common/version.h.in
1740                 add casts for constants
1741
1742         * src/plugins/demo/demo.c
1743                 fix typo
1744
1745         * src/plugins/spamassassin/spamassassin.c
1746                 remove unused variable
1747
1748 2003-07-20 [alfons]     0.9.3claws32
1749
1750         * src/mimeview.c
1751                 o make icon buttons respond on left click
1752                 o minor cosmetic change
1753
1754 2003-07-19 [luke]       0.9.3claws31
1755
1756         * src/mimeview.[ch]
1757         * src/gtk/gtkvscrollbutton.c
1758         * src/messageview.c
1759                 o improved mimeview behaviour when selecting a new message
1760                 o plus code cleanups to remove compile warnings
1761
1762
1763 2003-07-19 [alfons]     0.9.3claws30
1764
1765         * src/procmsg.c
1766         * src/compose.c
1767         * src/common/utils.[ch]
1768                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1769
1770 2003-07-19 [alfons]     0.9.3claws29
1771
1772         * src/prefs_folder_item.c
1773                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1774                 string pointers
1775
1776 2003-07-19 [luke]       0.9.3claws28
1777
1778         * src/messageview.c
1779         * src/mimeview.[ch]
1780         * src/procmime.h
1781         * src/rfc2015.c
1782         * src/stock_pixmap.[ch]
1783         * src/gtk/Makefile.am
1784         * src/Makefile.am
1785         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1786         * src/pixmaps/mime_*.xpm                ** NEW **
1787                 o mimeview rearrangement with a new icon shortcut bar
1788
1789 2003-07-19 [alfons]     0.9.3claws27
1790
1791         * src/folderview.c
1792                 o plug leaking nodes_to_recollapse
1793                 o add folderview_recollapse_all_nodes() (not used yet)
1794
1795 2003-07-19 [alfons]     0.9.3claws26
1796
1797         * src/compose.c
1798         * src/common/utils.c
1799                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1800                 for both forwarding as replying
1801
1802 2003-07-18 [christoph]  0.9.3claws25
1803
1804         * configure.ac
1805         * src/common/sylpheed.[ch]
1806         * src/common/version.h.in
1807                 add version in numeric form to allow easy comparison
1808
1809         * src/plugins/demo/demo.c
1810                 add version check
1811                 - sylpheed version > plugin version => never allowed, sylpheed
1812                   could contain unknown API changes
1813                 - sylpheed version < minimum version required => don't load,
1814                   API required not available (if linking does not fail)
1815
1816 2003-07-18 [alfons]     0.9.3claws24
1817         
1818         * src/common/plugin.[ch]
1819                 const correctness
1820
1821 2003-07-18 [christoph]  0.9.3claws23
1822
1823         * src/common/hooks.c
1824                 fix crash when hooks where unregisted
1825
1826         * src/plugins/trayicon/trayicon.c
1827                 unregister detroy signal before destroying the widget
1828                 (still crashes when the plugin is unloaded)
1829
1830 2003-07-18 [alfons]     0.9.3claws22
1831         
1832         * src/folderview.c
1833                 delay expanding folder tree during drags until timeout triggered
1834                 (needs perhaps some tweaking, so testing is welcome)
1835
1836 2003-07-17 [alfons]     0.9.3claws21
1837
1838         * src/folderview.c
1839                 clean up cruft
1840
1841 2003-07-17 [christoph]  0.9.3claws20
1842
1843         * src/common/session.c
1844                 fix opening of SSL connections
1845
1846         * src/plugins/image_viewer/Makefile.am
1847                 add OPENSSL_CFLAGS (we should find a better solution to remove
1848                 this dependencies if they are not required)
1849
1850         * src/plugins/spamassassin/spamassassin.c
1851                 remove setlocale workaround (fixed in libspamc)
1852
1853         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1854          if spell checking enabled)
1855
1856 2003-07-17 [alfons]     0.9.3claws19
1857
1858         * src/common/hooks.[ch]
1859         * src/plugins/clamav/clamav_plugin.c
1860         * src/plugins/spamassassin/spamassassin.c
1861         * src/plugins/trayicon/trayicon.c
1862                 fix signedness muck 
1863
1864 2003-07-17 [alfons]     0.9.3claws18
1865
1866         * src/procmime.c
1867                 plug memleak
1868
1869 2003-07-17 [alfons]     0.9.3claws17
1870
1871         * src/inc.c
1872                 plug memleak
1873
1874 2003-07-17 [paul]       0.9.3claws16
1875
1876         * src/common/defs.h
1877           src/mainwindow.c
1878           src/manual.[ch]
1879                 add link to the Claws site's FAQ page, after the suggestion
1880                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1881                 Move url strings to defs.h
1882                 
1883         * src/mainwindow.c
1884                 fix typo to prevent "unknown menu entry" warnings
1885
1886 2003-07-17 [alfons]     0.9.3claws15
1887
1888         * src/folderview.[ch]
1889         * src/summaryview.[ch]
1890         * src/mimeview.[ch]
1891                 plug DnD leaks 
1892
1893 2003-07-17 [paul]       0.9.3claws14
1894
1895         * src/inc.c
1896                 remove two instances of 'GTK_EVENTS_FLUSH' because
1897                 they are unnecessary and probably cause a stack overflow
1898
1899 2003-07-16 [christoph]  0.9.3claws13
1900
1901         * src/mimeview.[ch]
1902                 use an invisible GTK notebook to switch between viewers
1903                 instead of reparenting widgets
1904
1905 2003-07-16 [christoph]  0.9.3claws12
1906
1907         * src/folder.c
1908                 move folder_item_update_freeze() to correct place in
1909                 folder_item_scan_full()
1910
1911 2003-07-16 [paul]       0.9.3claws11
1912
1913         * sync with 0.9.3cvs12
1914                 see ChangeLog 2003-07-14 and 2003-07-15
1915
1916 2003-07-16 [christoph]  0.9.3claws10
1917
1918         * src/imap.[ch]
1919         * src/prefs_account.[ch]
1920                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1921
1922 2003-07-15 [alfons]     0.9.3claws9
1923
1924         * src/main.c
1925                 make --config-dir do something useful
1926
1927 2003-07-15 [alfons]     0.9.3claws8
1928
1929         * src/procmsg.c
1930                 o fix a bug where 'last' didn't really point to the last message
1931                   in the top level list of children, but to the last threaded
1932                   message. 
1933                 
1934                 o clean up and make it easier to sync
1935
1936 2003-07-15 [alfons]     0.9.3claws7
1937
1938         * src/mainwindow.c
1939                 make correct menu items sensitive       
1940
1941 2003-07-14 [alfons]     0.9.3claws6
1942
1943         * src/procmsg.c
1944                 tune the threader so it will not subject-thread any message
1945                 without a subject prefix (this will not thread correctly if 
1946                 a parent is delivered after their childs, but it looks 
1947                 better right now)
1948
1949 2003-07-13 [christoph]  0.9.3claws5
1950
1951         * src/mainwindow.c
1952                 group "Add mailbox *..." menu items in submenu
1953
1954 2003-07-13 [alfons]     0.9.3claws4
1955
1956         * src/summaryview.c
1957                 correct summary_toggle_pressed() signature and make sure
1958                 signal is not passed on
1959
1960 2003-07-13 [alfons]     0.9.3claws3
1961
1962         * src/summaryview.c
1963                 o for now don't pass on keys when they we're handled by 
1964                   ctree::key_press_event
1965                 o clean up
1966
1967 2003-07-13 [alfons]     0.9.3claws2
1968         
1969         * src/main.c
1970                 add command line option "--config-dir" to get the current 
1971                 configuration dir
1972
1973 2003-07-12 [alfons]     0.9.3claws1
1974
1975         * src/matcher.[ch]
1976         * src/matcher_parser_parse.y
1977         * src/prefs_filtering.c
1978         * src/filtering.c
1979                 add "Lock" filter action to lock messages;
1980
1981         * src/filtering.c       
1982                 remove debug_print()    
1983         * src/prefs_filtering.c
1984                 re-organize matcher part 9: 
1985                 make action text entries easily extendible;
1986                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1987                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1988
1989 2003-07-12 [paul]
1990
1991         * tools/README
1992                 update old information and add missing
1993                 information
1994
1995 2003-07-12 [paul]       0.9.3claws
1996
1997         * 0.9.3claws released
1998         
1999 2003-07-12 [paul]       0.9.0claws103
2000
2001         * src/Makefile.am
2002                 add addrquery.h
2003
2004 2003-07-12 [melvin]     0.9.0claws102
2005
2006         * src/messageview.c
2007                 Fixed bug #215: Show MIME tab for single text/html messages. 
2008                 
2009 2003-07-12 [paul]       0.9.0claws101
2010
2011         * man/sylpheed.1
2012                 updated
2013
2014 2003-07-12 [paul]       0.9.0claws100
2015
2016         * po/es.po
2017           po/hr.po
2018           po/pl.po
2019           po/sr.po
2020                 update Spanish, Croatian, Polish, Serbian translations.
2021                 submitted by Ricardo Mones Lastra, Dragan, Witold
2022                 Wladyslaw Wojciech Wilk, Urke MMI
2023
2024 2003-07-12 [melvin]     0.9.0claws99
2025
2026         * po/fr.po
2027                 Updated French translations.
2028
2029 2003-07-12 [paul]       0.9.0claws98
2030
2031         * src/addressbook.c
2032                 disable 'Lookup' button as it has no effect
2033
2034 2003-07-11 [alfons]     0.9.0claws97
2035         
2036         * src/summaryview.c
2037                 summary_searchbar_pressed() should return TRUE to signal that
2038                 event was handled. when returning void, the return value passed
2039                 to GTK is actually random, but maybe FALSE, in which case the
2040                 event is handled by parent
2041                 
2042 2003-07-10 [paul]       0.9.0claws96
2043
2044         * ac/missing/gettext.m4
2045                 update to version 0.12
2046
2047 2003-07-10 [paul]       0.9.0claws95
2048
2049         * src/plugins/clamav/clamav_plugin.c
2050                 fix bug where multipart/alternative messages
2051                 would slip through without being scanned
2052
2053 2003-07-10 [christoph]  0.9.0claws94
2054
2055         * src/folder.c
2056                 correct check if folder supports removing when a message is
2057                 moved. if not the message is only copied.
2058
2059         (closes Bug 132 crash on startup in newsgroups folders)
2060
2061 2003-07-09 [alfons]     0.9.0claws93
2062
2063         * configure.ac
2064         * src/common/defs.h
2065                 --with-config-dir (default .sylpheed)
2066
2067 2003-07-09 [christoph]  0.9.0claws92
2068
2069         * configure.ac
2070                 use PKG_CHECK_MODULES to check for gtkmathview
2071                 (version 0.4.2 now required)
2072
2073 2003-07-08 [melvin]     0.9.0claws91
2074
2075         * src/action.c
2076                 Implemented a progress bar that counts the number of completed
2077                 tasks when the action runs more than one command.
2078
2079 2003-07-08 [alfons]     0.9.0claws90
2080
2081         * src/procmsg.c
2082                 if queued message has an invalid Message-Id, don't try to
2083                 find message it refers to (fixes #209 "crash when processing 
2084                 in folder")
2085
2086 2003-07-08 [paul]       0.9.0claws89
2087
2088         * sync with 0.9.3cvs2
2089                 see ChangeLog 2003-07-08
2090
2091 2003-07-08 [match]      0.9.0claws88
2092
2093         * src/ldapctrl.c
2094                 extend LDAP search for first/last name by parsing search term.
2095
2096 2003-07-08 [alfons]     0.9.0claws87
2097
2098         * src/send_message.c
2099                 fix bug #208 "Status message stuck when sending on POP3 account"
2100
2101 2003-07-07 [paul]       0.9.0claws86
2102
2103         * po/hr.po
2104                 new Croatian translation, submitted by
2105                 Dragan <drleskov@inet.hr>
2106
2107 2003-07-07 [paul]       0.9.0claws85
2108
2109         * sync with 0.9.3cvs1
2110                 see ChangeLog 2003-07-07
2111
2112 2003-07-05 [christoph]  0.9.0claws84
2113
2114         * src/Makefile.am
2115         * src/messageview.c
2116         * src/mimeview.[ch]
2117         * src/stock_pixmap.[ch]
2118         * src/pixmaps/messageview_text.xpm              ** NEW **
2119                 move mimeview tabs to the right side and use icons
2120                 instead of text to save some space
2121
2122         (patch by Luke Plant <lukeplant@softhome.net>)
2123
2124 2003-07-05 [christoph]  0.9.0claws83
2125
2126         * src/inc.c
2127                 add NULL pointer checks
2128
2129         (patch by Luke Plant <lukeplant@softhome.net>)
2130         (closes Bug 204 0.9.0 quits on authentication error?!)
2131
2132 2003-07-05 [alfons]     0.9.0claws82
2133
2134         * configure.ac
2135                 take the clue in bug #202 "./configure script - 
2136                 'if test' comparison failure" reported by John Kristoff. 
2137
2138 2003-07-04 [christoph]  0.9.0claws81
2139
2140         * src/plugins/spamassassin/spamassassin.c
2141                 set timeout for spam check
2142
2143 2003-07-04 [christoph]  0.9.0claws80
2144
2145         * src/main.c
2146                 destroy all FolderItems when shutting down to
2147                 allow folders to clean up
2148
2149 2003-07-04 [melvin]     0.9.0claws79
2150
2151         * src/gtk/gtkaspell.c
2152                 Fixed bug #184 "Entering non-ascii character deletes
2153                 previous char if spell checking enabled": this makes
2154                 the spell checking in multibytes (e.g. UTF-8)locales work.
2155                 (Patch by Luke Plant).
2156                 
2157 2003-07-04 [christoph]  0.9.0claws78
2158
2159         * sync with 0.9.2cvs1
2160                 see ChangeLog 2003-06-10
2161
2162 2003-07-04 [paul]       0.9.0claws77
2163
2164         * sync with 0.9.3 release
2165                 see ChangeLog 2003-07-04
2166
2167 2003-07-03 [christoph]  0.9.0claws76
2168
2169         * src/folder.[ch]
2170         * src/imap.c
2171         * src/mbox_folder.c
2172         * src/mh.c
2173         * src/news.c
2174                 move folder_item_get_path() stuff into a folder virtual function
2175
2176         * src/procmsg.c
2177                 use folder_item_fetch_msg() to get message and do not contruct
2178                 the filename from path and number
2179
2180 2003-07-03 [paul]       0.9.0claws75
2181
2182         * sync with 0.9.2cvs12
2183                 see ChangeLog 2003-07-03
2184
2185 2003-07-02 [paul]       0.9.0claws74
2186
2187         * src/messageview.c
2188                 fix text-selection for replying
2189
2190 2003-07-02 [paul]       0.9.0claws73
2191
2192         * sync with 0.9.2cvs11
2193                 see ChangeLog 2003-07-02
2194
2195 2003-07-02 [paul]       0.9.0claws72
2196
2197         * src/procmsg.c
2198                 revert last commit because it breaks more
2199                 than it fixes
2200
2201 2003-07-02 [paul]       0.9.0claws71
2202
2203         * src/procmsg.c
2204                 fix thread by subject/sort by date
2205
2206 2003-07-01 [paul]       0.9.0claws70
2207
2208         * sync with 0.9.2cvs10
2209                 see ChangeLog 2003-07-01
2210
2211 2003-06-30 [paul]       0.9.0claws69
2212
2213         * sync with 0.9.2cvs9
2214                 see ChangeLog 2003-06-30
2215
2216 2003-06-28 [match]      0.9.0claws68
2217
2218         * src/addressbook.c
2219                 fix null ptr.
2220
2221 2003-06-27 [paul]       0.9.0claws67
2222
2223         * sync with 0.9.2cvs7
2224                 see ChangeLog 2003-06-27
2225
2226 2003-06-26 [christoph]  0.9.0claws66
2227
2228         * src/folder.c
2229                 freeze folder updates while a folder is scanned
2230
2231         (closes Bug 185 New message counter)
2232
2233 2003-06-26 [darko]      0.9.0claws65
2234
2235         * src/ldapserver.c
2236                 fix infinite loop when adding a new LDAP server
2237
2238 2003-06-26 [paul]       0.9.0claws64
2239
2240         * sync with 0.9.2cvs6
2241                 see ChangeLog 2003-06-26
2242
2243 2003-06-26 [paul]       0.9.0claws63
2244
2245         * sync with 0.9.2cvs5
2246                 see ChangeLog 2003-06-25 and 2003-06-26
2247
2248 2003-06-25 [match]      0.9.0claws62
2249
2250         * src/addr_compl.c
2251                 Fixed tab/backtab for dropped-down completion list to
2252                 move next/previous field. (close bug 147)
2253
2254 2003-06-25 [christoph]  0.9.0claws61
2255
2256         * src/addr_compl.[ch]
2257         * src/addrindex.[ch]
2258         * src/folderview.c
2259         * src/inc.c
2260         * src/news.c
2261         * src/summaryview.c
2262         * src/toolbar.c
2263                 fix warnings
2264
2265 2003-06-25 [leandro]    0.9.0claws60
2266
2267         * src/compose.c
2268                 o cleanups
2269                 o gray out "Message/Remove references" menu item if not
2270                   replying to a message
2271
2272 2003-06-24 [leandro]    0.9.0claws59
2273
2274         * src/compose.[ch]
2275                 o removed "Message/Create new thread" menu item
2276                 o added "Message/Remove references" menu item
2277                   (it's off by default and will not check anymore
2278                    if the subject changed)
2279
2280 2003-06-23 [alfons]     0.9.0claws58
2281
2282         * src/procmsg.c
2283                 try better grouping messages threaded by subject based on their age.
2284                 still not perfect - because the message tree is not sorted by date.  
2285
2286 2003-06-23 [thorsten]   0.9.0claws57
2287
2288         * src/pop.[ch]
2289                 added mail_receive_hook to allow modifications
2290                 directly after retrieval (e.g. adding headers).
2291
2292 2003-06-23 [paul]       0.9.0claws56
2293
2294         * src/sourcewindow.c
2295                  enable the use of Ctrl+A to select all text in
2296                  the sourcewindow
2297                  Patch submitted by Ivan Francolin Martinez
2298                  <ivanfm@users.sourceforge.net>
2299
2300 2003-06-22 [christoph]  0.9.0claws55
2301
2302         * src/folder.[ch]
2303                 o add notification hook for folder tree changes
2304                 o invoke hooks after folder tree scanning
2305
2306         * src/folderview.[ch]
2307                 register hook for folder tree changes that
2308                 updates the ctree
2309
2310         (there are more places that should be updated, like add, remove 
2311          or move folder)
2312
2313         (closes Bug 164 Crash on rebuild folder tree)
2314         (closes Bug 190 Crash on 'rebuilding folder tree')
2315
2316 2003-06-21 [leandro]    0.9.0claws54
2317
2318         * src/compose.[ch]
2319                 create a new thread if subject changes
2320                 (it's on by default, can be disabled in Message menu)
2321
2322 2003-06-21 [alfons]     0.9.0claws53
2323
2324         * src/summaryview.c
2325                 quiet little compiler
2326
2327 2003-06-21 [christoph]  0.9.0claws52
2328
2329         update gettext stuff to version 0.12
2330
2331 2003-06-19 [alfons]     0.9.0claws51
2332
2333         * src/common/log.c
2334         * src/common/plugin.c
2335                 move defs.h before glib.h to prevent MIN/MAX redefs
2336
2337 2003-06-19 [alfons]
2338
2339         * src/addressbook.c
2340                 translatable
2341
2342 2003-06-19 [match]      0.9.0claws50
2343
2344         * src/addressbook.[ch]
2345         * src/addrindex.[ch]
2346         * src/addr_compl.[ch]
2347         * src/editldap.[ch]
2348         * src/editldap_basedn.[ch]
2349         * src/addritem.[ch]
2350         * src/ldapquery.h
2351                 re-implemented dynamic LDAP search. works without
2352                 slowdown on display sender with addressbook
2353                 option.
2354         * src/addrbook.c
2355                 documented code.
2356
2357 2003-06-19 [paul]       0.9.0claws49
2358
2359         * src/compose.c
2360                 fix Bug #136 'Nonprovided quotation marks crash claws'
2361                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2362
2363 2003-06-19 [alfons]     0.9.0claws48
2364
2365         * src/prefs_common.[ch]
2366         * src/procmsg.c
2367                 restrict threading by subject by checking thread for
2368                 age (prefs_common.thread_by_subject_max_age)
2369
2370 2003-06-18 [christoph]  0.9.0claws47
2371
2372         * src/imap.c
2373                 fix memory leak in imap_cmd_fetch()
2374
2375 2003-06-18 [christoph]  0.9.0claws46
2376
2377         * src/prefs_gtk.c
2378                 fix memory leak in prefs_set_default() when used multiple
2379                 times or after prefs have been read
2380
2381 2003-06-18 [christoph]  0.9.0claws45
2382
2383         * src/common/plugin.c
2384                 fix memory leak in plugin_unload()
2385
2386 2003-06-18 [christoph]  0.9.0claws44
2387
2388         * src/imap.c
2389                 fix memory leak in imap_cmd_ok()
2390
2391 2003-06-18 [christoph]  0.9.0claws43
2392
2393         * src/folder.c
2394                 stop messages that are downloaded from POP3 and added to
2395                 an IMAP inbox from being filtered twice (first by POP3
2396                 and again when IMAP folder is scaned to get the UID of
2397                 the APPEND operation when no UIDPLUS is available)
2398
2399 2003-06-18 [alfons]
2400
2401         * tools/Makefile.am
2402                 phoenix <- firebird     
2403
2404 2003-06-18 [paul]
2405
2406         * tools/launch_phoenix          ** REMOVED **
2407           tools/launch_firebird         ** NEW **
2408                 renamed and edited to reflect the browser's name change from
2409                 'phoenix' to 'firebird'
2410
2411 2003-06-18 [paul]       0.9.0claws42
2412
2413         * sync with 0.9.2cvs2
2414                 see ChangeLog 2003-06-16
2415
2416 2003-06-17 [alfons]     0.9.0claws41
2417
2418         * src/procmsg.c
2419                 prevent threading problems when a node is an ancestor (parent / great parent),
2420                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2421                 for finding an sample set of messages)
2422
2423 2003-06-16 [christoph]  0.9.0claws40
2424
2425         * src/main.c
2426                 don't popup main window on --receive or --receive-all
2427
2428         * src/mainwindow.[ch]
2429         * src/plugins/trayicon/trayicon.c
2430                 allow hiding of main window by clicking on the trayicon
2431                 (doesn't work correctly in seperate window mode and may
2432                  cause unexpected GTK problems I couldn't find yet)
2433
2434         * src/common/ssl.c
2435                 remove incorrect warning
2436
2437 2003-06-15 [alfons]     0.9.0claws39
2438
2439         * src/gtk/gtkstext.c
2440                 don't output debug text;
2441                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2442                 for pointing this out);
2443
2444 2003-06-14 [alfons]     0.9.0claws38
2445         
2446         * src/messageview.c
2447                 remove printf() and make one if..else comply with coding style
2448
2449 2003-06-14 [alfons]     0.9.0claws37
2450
2451         * AUTHORS
2452                 add Martin Wicke
2453         * src/action.c
2454         * src/messageview.[ch]
2455         * src/summaryview.c
2456                 apply patch #754162 "Quoting messages filtered by actions" submitted
2457                 by Martin Wicke, which allows quoting message body changed by an
2458                 action (Thanks!).
2459
2460 2003-06-13 [alfons]     0.9.0claws36
2461
2462         * src/utils.c
2463                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2464                 use case insensitive regexp (suggested by Ivan Martinez)
2465
2466 2003-06-13 [christoph]  0.9.0claws35
2467
2468         * configure.ac
2469         * src/plugins/trayicon/Makefile.am
2470         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2471         * src/plugins/trayicon/trayicon.c
2472         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2473         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2474         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2475         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2476         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2477         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2478                 replace my own EggTrayIcon backport with the backport
2479                 used by (l|x)mule and gabber.
2480
2481 2003-06-13 [alfons]     0.9.0claws34
2482
2483         * AUTHORS
2484         * src/common/utils.c
2485                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2486
2487 2003-06-13 [alfons]     0.9.0claws33
2488
2489         * src/compose.c
2490                 clean up a little bit
2491
2492 2003-06-12 [alfons]     0.9.0claws32
2493
2494         * src/compose.c
2495                 const correctness fix
2496
2497         * src/common/sylpheed.[ch]
2498                 () -> (void)
2499                 prevent redef MIN/MAX
2500                 
2501         * src/common/utils.[ch]
2502                 () -> (void)
2503
2504 2003-06-12 [melvin]     0.9.0claws31
2505
2506         * src/compose.c
2507                 Updated to take into accounts changes in GtkAspell.
2508
2509 2003-06-12 [alfons]     0.9.0claws30
2510
2511         * src/compose.c
2512         * src/procmsg.c
2513         * src/common/utils.[ch]
2514                 handle reply subject prefixes better (initial 
2515                 suggestion by Robert Story adapted and enhanced 
2516                 using regexps)
2517
2518 2003-06-12 [melvin]     0.9.0claws29
2519
2520         * src/compose.c
2521                 Use new gtkaspell_checkers_strerror() to get the speller's
2522                 error message instead of accessing the (now private)
2523                 checkers structure.
2524                 Minor code clean up
2525
2526         * src/main.c
2527                 Use #ifdef instead of #if for USE_ASPELL
2528                 Use the new spell checkers init/quit functions 
2529
2530         * src/gtk/gtkaspell.c
2531                 Use #ifdef instead of #if for USE_ASPELL
2532                 Moved in the majority of GtkAspell structures that were
2533                 exported before by gtkaspell.h
2534         
2535         * src/gtk/gktaspell.h
2536                 Made gtkaspell.h contain only the necessary data to be
2537                 publicized by moving many structures to gtkaspell.c.
2538                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2539                 gtkaspell_checkers_new(): replaced by...
2540                 gtkaspell_checkers_init(): new function for initialization
2541                 gtkaspell_checkers_delete(): replaced by...
2542                 gtkaspell_checkers_quit(): new function
2543                 gtkaspell_checkers_strerror(): new function that returns
2544                 the checker's last error message.
2545                 
2546 2003-06-11 [melvin]     0.9.0claws28
2547
2548         * po/POTFILES.in
2549                 Updated to take into account gtkaspell.c migration to
2550                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2551
2552 2003-06-10 [alfons]     0.9.0claws27
2553
2554         * src/filtering.[ch]
2555         * src/folder.c
2556         * src/matcher.c
2557         * src/scoring.[ch]
2558                 - try fixing bug #18 (any brave testers?)
2559                 - add more robustness by refusing previously 
2560                   unchecked NULL pointers 
2561
2562 2003-06-10 [alfons]     0.9.0claws26
2563
2564         * src/procmsg.c
2565                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2566
2567 2003-06-09 [alfons]     0.9.0claws25
2568
2569         * src/prefs_common.c
2570                 fix bug #163 "Icon switching doesnt work properly" by 
2571                 preventing early freeing of prefs_common.pixmap_theme_path.
2572
2573 2003-06-09 [christoph]  0.9.0claws24
2574
2575         * src/gtk/gtkaspell.c
2576                 revert Thorsten's fix and add forgotten g_strdup for
2577                 aspell path (it should not be possible to alter the path a
2578                 GtkASpell uses from outside)
2579
2580 2003-06-09 [thorsten]   0.9.0claws23
2581
2582         * src/gtk/gtkaspell.c
2583                 dont free prefs_common.aspell_path when closing compose
2584
2585 2003-06-08 [colin]      0.9.0claws22
2586
2587         * src/plugins/spamassassin/spamassassin.c
2588                 fix prefs types
2589
2590 2003-06-07 [christoph]  0.9.0claws21
2591
2592         * src/Makefile.am
2593         * src/compose.c
2594         * src/gtkaspell.[ch]            ** REMOVE **
2595         * src/gtk/Makefile.am
2596         * src/gtk/gtkaspell.[ch]        ** NEW **
2597                 o make gtkaspell independent from sylpheed's prefs
2598                 o move gtkaspell.[ch] to gtk directory
2599
2600 2003-06-07 [christoph]  0.9.0claws20
2601
2602         * src/Makefile.am
2603         * src/crash.c
2604         * src/export.c
2605         * src/filesel.[ch]              ** REMOVE **
2606         * src/folder.c
2607         * src/main.[ch]
2608         * src/common/sylpheed.[ch]
2609         * src/gtk/Makefile.am
2610         * src/gtk/filesel.[ch]          ** NEW **
2611         * src/gtk/pluginwindow.c
2612         * src/gtk/sslcertwindow.c
2613                 move filesel.[ch] to gtk directory
2614
2615 2003-06-07 [alfons]     0.9.0claws19
2616
2617         * src/filesel.c
2618                 make (multi) file selection dialog work again (Claws-only)
2619
2620 2003-06-07 [thorsten]   0.9.0claws18
2621
2622         * po/de.po
2623                 fix typos
2624
2625 2003-06-07 [alfons]     0.9.0claws17
2626
2627         * configure.ac
2628         * src/mimeview.c
2629                 detect apache mishap in which case don't include fnmatch.h
2630                 if regex.h is already included
2631
2632 2003-06-06 [christoph]  0.9.0claws16
2633
2634         * configure.ac
2635         * src/mimeview.h
2636                 add check for fnmatch.h and include it when available
2637
2638         * src/mimeview.[ch]
2639                 fix wrong case sensitivity of Content-Types
2640
2641         * src/gtk/Makefile.am
2642                 need the same include paths in gtk directory as in
2643                 common directory because .h files in common can
2644                 include files from these directories, when included
2645                 in gtk's .h or .c files
2646
2647 2003-06-06 [alfons]     0.9.0claws15
2648
2649         * src/mimeview.c
2650         * src/summaryview.c
2651                 make it compile again because of regex.h / fnmatch.h 
2652                 include problems (related to recent mime stuff, can
2653                 someone check this?)
2654
2655 2003-06-06 [thorsten]   0.9.0claws14
2656
2657         * src/folderview.c
2658                 possible use of uninitialized pointer while dragging
2659
2660 2003-06-06 [paul]       0.9.0claws13
2661
2662         * src/compose.c
2663                 fix bug where the insert sig button would be effective
2664                 only when auto_sig was set
2665
2666 2003-06-06 [paul]       0.9.0claws12
2667
2668         * sync with 0.9.2 release
2669
2670 2003-06-02 [paul]       0.9.0claws11
2671
2672         * sync with 0.9.1cvs1
2673                 see ChangeLog 2003-06-02
2674                 
2675         * po/de.po
2676                 update by Jens
2677
2678 2003-06-01 [christoph]  0.9.0claws10
2679
2680         * src/account.c
2681                 don't use substring search to find accounts by email address
2682
2683         (closes Bug 169 Overly loose matching of "From" address)
2684
2685 2003-05-31 [christoph]  0.9.0claws9
2686
2687         * doc-src/rfc2683.txt
2688         * src/imap.c
2689                 limit IMAP command length as recommended in RFC2683
2690                 (message number lists will be split into multiple imap
2691                 sets, the limit of 1000 octets is not a hard limit)
2692
2693         (closes Bug 161 sylpheed-claws exits with segfault when logging
2694          in to certain imap-servers)
2695
2696 2003-05-29 [alfons]     0.9.0claws8
2697
2698         * src/toolbar.[ch]
2699                 add print button (calling summary_print());
2700                 fine tune setting tooltip text;
2701                 (if someone needs other buttons, please take these 
2702                 commits as a guide, instead of bothering us - also
2703                 see 0.8.11claws150) 
2704
2705 2003-05-29 [darko]      0.9.0claws7
2706
2707         * src/compose.c
2708                 fix crash when word wrapping kicks in due to
2709                 changed text by spell checker
2710
2711 2003-05-29 [paul]       0.9.0claws6
2712
2713         * src/compose.c
2714                 fix bug where changing account would insert
2715                 sig even if auto_sig was FALSE
2716                 
2717         * ChangeLog
2718           ChangeLog.jp
2719           INSTALL
2720                 sync with 0.9.1 release
2721
2722 2003-05-28 [christoph]  0.9.0claws5
2723
2724         * src/imap.c
2725                 fix truncation of too long commands
2726
2727         (closes Bug 167 IMAP hangs trying to get envelope
2728          information in imap_get_uncached_messages)
2729
2730 2003-05-27 [paul]       0.9.0claws4
2731
2732         * tools/Makefile.am
2733           tools/maildir2sylpheed.pl     ** NEW FILE **
2734                 add kmail to sylpheed mailbox conversion script
2735
2736 2003-05-27 [paul]       0.9.0claws3
2737
2738         * sync with 0.9.0cvs10
2739                 see ChangeLog 2003-05-26
2740
2741 2003-05-26 [paul]       0.9.0claws2
2742
2743         * sync with 0.9.0cvs9
2744                 see ChangeLog 2003-05-26
2745
2746 2003-05-24 [paul]       0.9.0claws1
2747
2748         * sync with 0.9.0cvs8
2749                 see ChangeLog 2003-05-23
2750
2751 2003-05-24 [paul]       0.9.0claws
2752
2753         * version 0.9.0claws released
2754
2755 2003-05-24 [paul]       0.8.11claws177
2756
2757         * src/plugins/dillo-viewer/Makefile.am
2758           src/plugins/traycon/Makefile.am
2759                 add missing files
2760                 
2761         * po/bg.po
2762           po/en_GB.po
2763           po/es.po
2764           po/it.po
2765           po/pt_BR.po
2766           po/ru.po
2767           po/sr.po
2768                 update Bulgarian, British English, Spanish, Italian, 
2769                 Brazilian Portuguese, Russian, and Serbian translations, 
2770                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2771                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2772                 Ruslan N. Balkin, and Urke MMI
2773
2774 2003-05-23 [melvin]     0.8.11claws176
2775
2776         * po/fr.po
2777                 Updated French translations
2778
2779 2003-05-22 [paul]       0.8.11claws175
2780
2781         * src/Makefile.am
2782           src/addrbook.[ch]
2783           src/addrcache.[ch]
2784           src/addr_compl.[ch]
2785           src/adressbook.[ch]
2786           src/addrindex.[ch]
2787           src/addritem.[ch]
2788           src/editaddress.c
2789           src/editgroup.c
2790           src/editldap_basedn.c
2791           src/editldap.c
2792           src/jpilot.c
2793           src/vcard.c
2794                 revert to get ldap into it previous working state
2795                 
2796         * po/zh_TW.Big5.po
2797                 new Taiwanese translation,
2798                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2799
2800 2003-05-22 [christoph]  0.8.11claws174
2801
2802         * src/plugins/spamassassin/libspamc.[ch]
2803                 sync libspamc with SpamAssaain release 2.55
2804
2805 2003-05-22 [paul]       0.8.11claws173
2806
2807         * sync with 0.9.0cvs7
2808                 see ChangeLog 2003-05-22
2809                 
2810         * src/summaryview.c
2811                 revert change in 0.8.11claws172: follow
2812                 Hiroyuki's decision and that's the end of it.
2813
2814 2003-05-21 [paul]       0.8.11claws172
2815
2816         * src/summaryview.c
2817                 fix discrepency between open_unread_on_enter
2818                 and always_show_msg
2819
2820 2003-05-21 [paul]       0.8.11claws171
2821
2822         * sync with 0.9.0cvs6
2823                 see ChangeLog 2003-05-21
2824
2825 2003-05-21 [paul]       0.8.11claws170
2826
2827         * sync with 0.9.0cvs5
2828                 see ChangeLog 2003-05-21
2829
2830 2003-05-20 [paul]       0.8.11claws169
2831
2832         * sync with 0.9.0cvs4
2833                 see ChangeLog 2003-05-20
2834                 fixes bug #152, 'encoding of IMAP folders names'
2835
2836 2003-05-20 [paul]       0.8.11claws168
2837
2838         * sync with 0.9.0cvs3
2839                 see ChangeLog 2003-05-20
2840                 
2841         * src/tools/convert_mbox.pl
2842                 minor change in the comments, submitted by Fred Marton
2843
2844 2003-05-19 [paul]       0.8.11claws167
2845
2846         * src/plugins/clamav/Makefile.am
2847           configure.ac
2848                 link clamav_lib to the plugin and not to the main program
2849
2850 2003-05-19 [christoph]
2851
2852         * src/Makefile.am
2853                 add -export-dynamic for linking
2854
2855 2003-05-19 [paul]       0.8.11claws166
2856
2857         * sync with 0.9.0cvs1
2858                 see ChangeLog 2003-05-19
2859
2860 2003-05-19 [paul]       0.8.11claws165
2861
2862         * src/inc.c
2863                 fix 'pop before smtp' timeout
2864
2865 2003-05-18 [alfons]     0.8.11claws164
2866
2867         * src/prefs_matcher.c
2868                 put "execute" action command line ("expression") in edit box
2869
2870 2003-05-18 [christoph]  0.8.11claws163
2871
2872         * src/mimeview.[ch]
2873         * src/plugins/dillo_viewer/dillo_viewer.c
2874         * src/plugins/image_viewer/viewer.c
2875         * src/plugins/mathml_viewer/mathml_viewer.c
2876                 let a viewer have a list of Content-Types
2877
2878 2003-05-18 [paul]       0.8.11claws162
2879
2880         * src/prefs_filtering.c
2881                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2882                 and REDIRECT actions
2883
2884 2003-05-17 [christoph]
2885
2886         * README.claws
2887                 o remove dynamic signatures that was syned with main
2888                 o add infos about no longer "build in" image viewer
2889                 o update bugtracker URL
2890
2891 2003-05-17 [christoph]  0.8.11claws161
2892
2893         * src/folder.c
2894         * src/folderview.c
2895         * src/imap.c
2896                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2897                 for every folder after rebuilding the folder tree.
2898
2899         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2900          messages)
2901
2902 2003-05-17 [christoph]  0.8.11claws160
2903
2904         * src/imap.c
2905                 don't use STATUS command on current folder to check for
2906                 content changes. imap_cmd_ok() now tracks changes to
2907                 folder and number of existing messages.
2908
2909 2003-05-17 [paul]       0.8.11claws159
2910
2911         * src/plugins/clamav/clamav_plugin.c
2912                 remove unnecessary debug_print
2913
2914 2003-05-16 [thorsten]   0.8.11claws158
2915
2916         * src/plugins/demo.c
2917                 included missing intl.h
2918
2919 2003-05-16 [paul]       0.8.11claws157
2920
2921         * po/POTFILES.in
2922                 remove non-existant entries
2923         
2924         * src/plugins/clamav/clamav_plugin.c
2925           src/plugins/clamav/clamav_plugin_gtk.c
2926           src/plugins/dillo_viewer/dillo_prefs.c
2927           src/plugins/dillo_viewer/dillo_viewer.c
2928                 gettextise
2929
2930 2003-05-16 [christoph]  0.8.11claws156
2931
2932         * po/POTFILES.in
2933                 include plugin .c files for translation until I
2934                 find a better solution to have plugins have their
2935                 own textdomain
2936         * src/plugins/demo/demo.c
2937         * src/plugins/image_viewer/plugin.c
2938         * src/plugins/mathml_viewer/mathml_viewer.c
2939         * src/plugins/spamassassin/spamassassin.c
2940         * src/plugins/spamassassin/spamassassin_gtk.c
2941         * src/plugins/trayicon/trayicon.c
2942                 add gettext macros for plugin name and description
2943
2944 2003-05-16 [paul]
2945
2946         * sync with 0.9.0
2947
2948 2003-05-16 [paul]       0.8.11claws155
2949
2950         * sync with lastest 0.9.0pre1
2951                 see ChangeLog 2003-05-16
2952
2953 2003-05-15 [paul]       0.8.11claws154
2954
2955         * sync with latest 0.9.0pre1
2956                 see ChangeLog 2003-05-14 and 2003-05-15
2957
2958 2003-05-14 [christoph]  0.8.11claws153
2959
2960         * src/plugins/image_viewer/viewer.c
2961         * src/plugins/image_viewer/viewer.glade         ** NEW **
2962         * src/plugins/image_viewer/viewerprefs.c
2963                 make it possible to disable the autoload function in the
2964                 imageviewer again
2965
2966 2003-05-14 [christoph]  0.8.11claws152
2967
2968         * src/folder.c
2969                 fix folder update after adding a message
2970
2971 2003-05-13 [alfons]     0.8.11claws151
2972
2973         * src/common/session.c
2974                 remove debug traces
2975                 
2976         * src/addrcache.[ch]
2977         * src/filtering.[ch]
2978         * src/folder.[c]
2979         * src/gtkaspell.[ch]
2980         * src/imap.[ch]
2981         * src/mbox_folder.[ch]
2982         * src/mh.[ch]
2983         * src/mimeview.h
2984         * src/msgcache.[ch]
2985         * src/news.[ch]
2986         * src/passphrase.[ch]
2987         * src/prefs_common.[ch]
2988         * src/prefs_gtk.[ch]
2989         * src/procmsg.c
2990         * src/scoring.[ch]
2991                 be pedantic; (in prototypes () implies (int))
2992
2993 2003-05-13 [alfons]     0.8.11claws150
2994
2995         * src/prefs_toolbar.[ch]
2996         * src/summaryview.[ch]
2997         * src/toolbar.[ch]
2998                 change misleading text in toolbar prefs;
2999                 add toolbar action for ignore thread (toggles ignore thread flag);
3000                 clean up a little bit;
3001
3002 2003-05-12 [paul]
3003
3004         * tools/convert_mbox.pl
3005                 bug fixed by Fred Marton
3006
3007 2003-05-12 [paul]
3008
3009         * sync with 0.9.0pre1
3010
3011 2003-05-09 [paul]       0.8.11claws149
3012
3013         * sync with 0.8.11cvs43
3014                 see ChangeLog 2003-05-09
3015
3016 2003-05-08 [christoph]  0.8.11claws148
3017
3018         * src/imap.[ch]
3019                 o use CAPABILIY as first command and check for PREAUTH
3020                   information in the response to it
3021                 o rewrite all imap_cmd_* functions to use an IMAPSession
3022                   instead of a SockInfo as parameter
3023                 o do STARTTLS after fetching and checking the server
3024                   capabilities
3025
3026 2003-05-08 [paul]       0.8.11claws147
3027
3028         * tools/Makefile.am
3029           tools/README
3030           tools/convert_mbox.pl         ** NEW FILE **
3031                 add mbox conversion script. Submitted by 
3032                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3033
3034 2003-05-07 [christoph]
3035
3036         * doc-src/glade.txt
3037         * src/gtk/pluginwindow.glade
3038         * src/plugins/image_viewer/viewerprefs.glade
3039         * src/plugins/spamassassin/spamassassin_gtk.glade
3040                 add glade files for user interfaces and a description how
3041                 to use glade to create the sylpheed code
3042
3043 2003-05-07 [paul]       0.8.11claws146
3044
3045         * sync with 0.8.11cvs41
3046                 see ChangeLog 2003-05-07
3047
3048 2003-05-06 [christoph]  0.8.11claws145
3049
3050         * src/main.c
3051         * src/plugins/image_viewer/viewer.c
3052                 fix usage of imlib in imageviewer plugin
3053
3054         * src/gtk/prefswindow.c
3055                 handle window close event correctly
3056
3057 2003-05-06 [paul]       0.8.11claws144
3058
3059         * src/common/ssl.c
3060                 fix typo introduced in sync
3061
3062 2003-05-06 [paul]       0.8.11claws143
3063
3064         * sync with 0.8.11cvs39
3065                 see ChangeLog 2003-05-06
3066
3067 2003-05-06 [paul]       0.8.11claws142
3068
3069         * AUTHORS
3070           po/cs.po
3071                 updated Czech translation, submitted by 
3072                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3073                 
3074         * src/plugins/clamav/clamav_plugin_gtk.c
3075                 clean up
3076
3077 2003-05-03 [alfons]     0.8.11claws141
3078
3079         * src/compose.[ch]
3080                 make paste as quotation work even when the call to 
3081                 text_inserted() was deferred (fixes bug #140 "Paste 
3082                 as quotation does not work when using "external" 
3083                 clipboard")
3084
3085 2003-05-03 [thorsten]   0.8.11claws140
3086
3087         * src/addrquery.h
3088           src/ldapquery.h
3089           src/mainwindow.c
3090                 removed C++ comments
3091         * src/addr_compl.c
3092                 function with non-int retval/param used before
3093                 implementation/declaration
3094
3095 2003-05-02 [paul]       0.8.11claws139
3096
3097         * src/addr_compl.[ch]
3098           src/addressbook.[ch]
3099           src/addrindex.c
3100           src/summaryview.c
3101                 revert match's changes to (finally) remove the bug where
3102                 opening a folder causes massive slowdown when using the 
3103                 'Display sender using address book' option
3104
3105 2003-05-01 [melvin]     0.8.11claws138
3106
3107         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3108         * src/plugins/dillo_viewer/dillo_viewer.c
3109                 Fixed bug where "Cancel" button from prefs issued
3110                 warnings.
3111                 Comply a little more to coding style
3112
3113 2003-05-01 [paul]       0.8.11claws137
3114
3115         * sync with 0.8.11cvs38
3116                 see ChangeLog 2003-05-01
3117
3118 2003-05-01 [paul]       0.8.11claws136
3119
3120         * po/bg.po
3121                 updated by George Danchev
3122
3123 2003-04-30 [christoph]  0.8.11claws135
3124
3125         * src/plugins/dillo_viewer/dillo_prefs.c
3126         * src/plugins/image_viewer/viewerprefs.c
3127         * src/plugins/spamassassin/spamassassin_gtk.c
3128                 remove gtk_widget_ref() calls for widgets in
3129                 glade code
3130
3131 2003-04-30 [paul]       0.8.11claws134
3132
3133         * src/addrindex.c
3134                 ok, this time a better fix for the bug where opening folder
3135                 has massive slowdown when using the 'Display sender using 
3136                 address book' option
3137
3138 2003-04-30 [paul]       0.8.11claws133
3139
3140         * src/addrindex.c
3141                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3142         
3143 2003-04-30 [melvin]     0.8.11claws132
3144
3145         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3146
3147         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3148                 Preferences for the dillo plugin
3149         * src/plugins/dillo_viewer/dillo_viewer.c
3150                 Support for preferences
3151         * src/plugins/dillo_viewer/Makefile.am
3152                 Added dillo_prefs.[ch]
3153
3154 2003-04-30 [alfons]     0.8.11claws131
3155
3156         * src/common/plugin.[ch]
3157                 see? this ANSI C'fication immediately gives us type
3158                 checking for free.
3159
3160 2003-04-30 [alfons]     0.8.11claws130
3161
3162         * src/common/plugin.[ch]
3163         * src/plugins/clamav/clamav_plugin.[ch]
3164         * src/plugins/clamav/clamav_plugin_gtk.c
3165         * src/plugins/demo/demo.c
3166         * src/plugins/dillo_viewer/dillo_viewer.c
3167         * src/plugins/image_viewer/plugin.c
3168         * src/plugins/image_viewer/viewer.[ch]
3169         * src/plugins/image_viewer/viewerprefs.[ch]
3170         * src/plugins/mathml_viewer/mathml_viewer.c
3171         * src/plugins/spamassassin/spamassassin.[ch]
3172         * src/plugins/spamassassin/spamassassin_gtk.c
3173         * src/plugins/trayicon/trayicon.c
3174                 clean up
3175
3176 2003-04-30 [alfons]     0.8.11claws129
3177
3178         * src/common/utils.c
3179                 make is_ascii_str() fail gracefully when NULL pointer
3180                 is passed
3181
3182 2003-04-30 [paul]       0.8.11claws128
3183
3184         * src/addrindex.c
3185                 fix bug where opening folder has massive slowdown when
3186                 using the 'Display sender using address book' option
3187
3188 2003-04-30 [paul]       0.8.11claws127
3189
3190         * src/plugins/clamav/clamav_plugin.c
3191           src/plugins/clamav/clamav_plugin_gtk.c
3192           src/plugins/demo/demo.c
3193           src/plugins/dillo_viewer/dillo_viewer.c
3194           src/plugins/image_viewer/plugin.c
3195           src/plugins/mathml_viewer/mathml_viewer.c
3196           src/plugins/spamassassin/spamassassin.c
3197           src/plugins/spamassassin/spamassassin_gtk.c
3198           src/plugins/trayicon/trayicon.c
3199                 get rid of eye-hurting function signatures
3200
3201 2003-04-30 [paul]       0.8.11claws126
3202
3203         * src/plugins/trayicon/trayicon.c
3204                 add description
3205                 
3206         * src/mimeview.c
3207                 be more descriptive
3208
3209 2003-04-30 [paul]       0.8.11claws125
3210
3211         * configure.ac
3212                 arrange the plugins in reverse alphabetical order
3213                 
3214         * src/plugins/clamav/clamav_plugin.[ch]
3215           src/plugins/clamav/clamav_plugin_gtk.c
3216                 rename some params
3217                 resize max_size window
3218                 re-arrange the order of some gui elements
3219                 improve descriptions
3220         
3221         * src/plugins/image_viewer/plugin.c
3222           src/plugins/mathml_viewer/mathml_viewer.c
3223                 add descriptions
3224                 
3225         * src/plugins/spamassassin/spamassassin_gtk.c
3226                 resize max_size window
3227                 re-arrange the order of some gui elements
3228                 
3229         * src/messageview.c
3230           src/mimeview.c
3231                 correct typos
3232
3233 2003-04-30 [alfons]     0.8.11claws124
3234
3235         * src/imap.c
3236                 fix a leak found while browsing Martin Kluge's 
3237                 valgrind log (Claws only)
3238
3239 2003-04-29 [darko]      0.8.11claws123
3240
3241         * src/gtk/gtkstext.h
3242                 include wchar.h if it is available, fixes compilation
3243                 on HP-UX systems
3244
3245 2003-04-29 [melvin]     0.8.11claws122
3246
3247         * src/prefs_actions.c
3248                 Improved help text of Actions' syntax
3249
3250 2003-04-28 [paul]       0.8.11claws121
3251
3252         * src/action.c
3253                 a better fix for the crash when performing an action
3254                 on a mime part
3255
3256 2003-04-28 [paul]       0.8.11claws120
3257
3258         * src/action.c
3259                 fix crash when performing an action on a
3260                 mime part
3261
3262 2003-04-28 [paul]       0.8.11claws119
3263
3264         * sync with 0.8.11cvs36
3265                 see ChangeLog 2003-04-28
3266
3267 2003-04-27 [paul]       0.8.11claws118
3268
3269         * more sync with 0.8.11cvs35
3270                 see ChangeLog 2003-04-25
3271
3272 2003-04-26 [christoph]  0.8.11claws117
3273
3274         * src/folder.c
3275                 fix remove virtual check
3276
3277 2003-04-26 [paul]       0.8.11claws116
3278
3279         * src/messageview.c
3280                 fix return-receipt, make it work again
3281
3282 2003-04-26 [paul]       0.8.11claws115
3283
3284         * src/mimeview.c
3285                 restore double-clicking of the [application/pgp-signature 
3286                 (Select "Check signature" to check)] line in the message view,
3287                 broken in recent sync
3288
3289 2003-04-26 [christoph]  0.8.11claws114
3290
3291         * src/folder.c
3292                 check if remove virtual really exists before
3293                 calling the function
3294
3295 2003-04-25 [match]      0.8.11claws113
3296
3297         * src/addrindex.c
3298         * src/addrbook.c
3299         * src/ldapquery.[ch]
3300         * src/ldapctrl.[ch]
3301                 fix memleak.
3302         * src/ldapserver.[ch]
3303                 fix memleak. fix segfault.
3304                 plug a Claws memleak
3305
3306 2003-04-25 [alfons]     0.8.11claws112
3307
3308         * src/folder.c
3309                 plug a Claws memleak
3310
3311 2003-04-25 [alfons]     0.8.11claws111
3312
3313         * src/common/session.c
3314                 plug a memleak
3315
3316 2003-04-25 [paul]       0.8.11claws110
3317
3318         * sync with 0.8.11cvs35
3319                 see ChangeLog 2003-04-24 and 2003-04-25
3320                 
3321         * src/gtk/pluginwindow.c
3322                 correct another strange float value
3323
3324 2003-04-24 [christoph]  0.8.11claws109
3325
3326         * src/folder.c
3327                 freeze folder item updates when unsetting new flags
3328
3329         * src/gtk/pluginwindow.c
3330                 correct strange float value
3331
3332 2003-04-23 [paul]       0.8.11claws108
3333
3334         * sync with 0.8.11cvs33
3335                 see ChangeLog 2003-04-23
3336
3337 2003-04-22 [paul]       0.8.11claws107
3338
3339         * src/Makefile.am
3340           src/messageview.c
3341           src/mimeview.c
3342           src/pgptext.[ch]      ** REMOVED **
3343                 remove pgptext.[ch] as its not used any more
3344
3345 2003-04-22 [paul]       0.8.11claws106
3346
3347         * sync with 0.8.11cvs31
3348                 see ChangeLog 2003-04-21 and 2003-04-22
3349
3350 2003-04-21 [alfons]     0.8.11claws105
3351
3352         * src/main.c
3353                 No access to GTK structures if we're a spawned child
3354                 (and clean up code a little bit...) Should fix #126.
3355
3356 2003-04-21 [melvin]     0.8.11claws104
3357
3358         * src/plugins/dillo_viewer/README
3359                 Improved slightly the text.
3360
3361 2003-04-21 [melvin]     0.8.11claws103
3362
3363         * src/plugins/dillo_viewer/README *** NEW ***
3364                 Added a README file for the Dillo plugin
3365
3366 2003-04-20 [paul]
3367
3368         * tools/README
3369           tools/outlook2sylpheed.pl
3370                 updated and improved by Ricardo Mones Lastra
3371
3372 2003-04-18 [oliver]     0.8.11claws102
3373
3374         * src/inc.c 
3375         * src/prefs_account.h
3376                 remove Pop3SessionType (used by selective download)
3377         * src/prefs_toolbar.c
3378                 enable set Default Toolbar button
3379
3380 2003-04-18 [paul]       0.8.11claws101
3381
3382         * sync with 0.8.11cvs29
3383                 see ChangeLog 2003-04-18
3384
3385 2003-04-17 [paul]       0.8.11claws100
3386
3387         * src/prefs_common.[ch]
3388           src/summaryview.c
3389                 remove 'Open next message on deletion' option,
3390                 as the same effect can now be achieved via the
3391                 'Always open messages in summary when selected'
3392                 option.
3393
3394 2003-04-17 [paul]       0.8.11claws99
3395
3396         * sync with 0.8.11cvs28
3397                 see ChangeLog 2003-04-17
3398
3399 2003-04-17 [christoph]  0.8.11claws98
3400
3401         * ac/spamassassin.m4
3402         * src/plugins/spamassassin/libspamc.[ch]
3403         * src/plugins/spamassassin/utils.[ch]
3404                 sync libspamc with SpamAssassin project
3405
3406 2003-04-17 [christoph]  0.8.11claws97
3407
3408         * src/common/socket.h
3409         * src/gtk/sslcertwindow.h
3410                 rename old USE_SSL to USE_OPENSSL
3411
3412 2003-04-17 [paul]       0.8.11claws96
3413
3414         * src/prefs_common.h
3415                 use gulong for P_COLOR so that it compiles/runs on
3416                 64-bit systems. Patch submitted by James Noyes
3417                 <jnoyes-claws@retrogeeks.com>
3418                 
3419         * po/de.po
3420                 updated by Jens
3421
3422 2003-04-17 [paul]       0.8.11claws95
3423
3424         * sync with 0.8.11cvs27
3425                 see ChangeLog 2003-04-16
3426
3427 2003-04-15 [paul]       0.8.11claws94
3428
3429         * src/prefs_common.[ch]
3430                 rearrange to stop the window getting too long:
3431                         move Receive dialog stuff to Receive tab
3432                         move Send dialog to Send tab
3433                         remove Dialogs frame
3434                 rename 'Open messages in summary with cursor keys' to
3435                 'Always open messages in summary when selected', as its
3436                 more appropriate
3437
3438 2003-04-15 [paul]       0.8.11claws93
3439
3440         * src/prefs_common.[ch]
3441           src/summaryview.c
3442                 add new option '/Interface/Open next message on deletion'
3443
3444 2003-04-15 [paul]       0.8.11claws92
3445
3446         * src/summaryview.[ch]
3447                 add /Mark/Lock and /Mark/Unlock to the pop-up
3448                 menu. Patch submitted by Ivan Francolin Martinez
3449                 <ivanfm@users.sourceforge.net>
3450
3451 2003-04-15 [paul]       0.8.11claws91
3452
3453         * sync with 0.8.11cvs24
3454                 see ChangeLog 2003-04-15
3455
3456 2003-04-14 [jens]       0.8.11claws90
3457
3458         * updated German translation and some corrections from
3459                 Roland Bless <bless@tm.uka.de>
3460
3461 2003-04-14 [paul]       0.8.11claws89
3462
3463         * sync with 0.8.11cvs22
3464                 see ChangeLog 2003-04-14
3465
3466 2003-04-13 [paul]       0.8.11claws88
3467
3468         * src/plugins/clamav/clamav_plugin.c
3469                 fix memory leaks
3470                 clean up
3471
3472 2003-04-12 [paul]       0.8.11claws87
3473
3474         * src/plugins/clamav/clamav_plugin.c
3475                 activate enable/disable archive scanning option
3476                 
3477         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3478
3479 2003-04-12 [paul]       0.8.11claws86
3480
3481         * src/plugins/Makefile.am
3482           src/plugins/clamav/Makefile.am                ** NEW FILE **
3483           src/plugins/clamav/README                     ** NEW FILE ** 
3484           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3485           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3486                 add Clam AntiVirus plugin
3487
3488 2003-04-12 [paul]       0.8.11claws85
3489
3490         * sync with 0.8.11cvs21
3491                 see ChangeLog 2003-04-11
3492
3493 2003-04-11 [paul]       0.8.11claws84
3494
3495         * po/es.po
3496                 update Spanish translation. Submitted by Ricardo
3497                 Mones Lastra.
3498
3499 2003-04-10 [christoph]  0.8.11claws83
3500
3501         * src/mbox.c
3502                 fix typo that did not move unfiltered mails to destination
3503                 folder
3504
3505         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3506          when filtering from spool)
3507
3508 2003-04-10 [christoph]  0.8.11claws82
3509
3510         * src/imap.c
3511                 use BODY.PEEK instead of BODY in in message fetch operation
3512                 to make sure the IMAP server does not set the \Seen flag for
3513                 messages. Sylpheed does that later itself, when the message
3514                 is opened in sylpheed
3515
3516         (closes Bug 111 Claws destroys unread marks)
3517
3518 2003-04-09 [oliver]     0.8.11claws81
3519         
3520         * src/folder.c
3521                 fix crash in folder_destroy
3522         * README.claws
3523                 remove selective download
3524
3525 2003-04-09 [christoph]  0.8.11claws80
3526
3527         * src/imap.c
3528                 fix crash in imap_get_msginfo() when then fetched message
3529                 is not found
3530
3531         (closes Bug 110 Crash during mail composition)
3532
3533 2003-04-08 [christoph]  0.8.11claws79
3534
3535         * src/folder.c
3536         * src/prefs_account.c
3537                 Filter new messages that are found in an INBOX folder
3538                 when 'Filter messages on receiving' is enabled in the
3539                 Folder's AccountPrefs. This allows to use Sylpheed's
3540                 filtering engine for IMAP folders where messages are
3541                 added to the INBOX by a MTA
3542
3543 2003-04-08 [paul]       0.8.11claws78
3544
3545         * src/procmsg.h
3546                 clean up after last commit
3547
3548 2003-04-08 [paul]       0.8.11claws77
3549
3550         * sync with 0.8.11cvs20
3551                 see ChangeLog 2003-04-07 and 2003-04-08
3552
3553 2003-04-07 [christoph]  0.8.11claws76
3554
3555         * src/filtering.[ch]
3556         * src/inc.[ch]
3557         * src/mbox.c
3558         * src/procmsg.[ch]
3559                 add procmsg_msginfo_filter() to execute filtering actions
3560
3561 2003-04-06 [christoph]  0.8.11claws75
3562
3563         * src/imap.c
3564                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3565
3566 2003-04-06 [christoph]  0.8.11claws74
3567
3568         * src/common/utils.[ch]
3569                 add g_int_compare() function for slist sorting
3570
3571         * src/imap.c
3572                 fetch all MsgInfos with one command in imap_get_msginfos()
3573                 using an imap set with a list of ranges
3574
3575         * src/news.c
3576                 use new g_int_compare() function
3577
3578 2003-04-06 [thorsten]   0.8.11claws73
3579
3580         * src/mh.c
3581                 corrected implementation of mh_folder_destroy()
3582
3583 2003-04-05 [christoph]  0.8.11claws72
3584
3585         * src/account.c
3586         * src/folder.[ch]
3587         * src/folderview.c
3588         * src/imap.c
3589         * src/inc.c
3590         * src/main.c
3591         * src/mainwindow.c
3592         * src/mbox_folder.c
3593         * src/mh.c
3594         * src/mimeview.h
3595         * src/msgcache.[ch]
3596         * src/news.c
3597         * src/procmime.h
3598         * src/procmsg.[ch]
3599         * src/setup.c
3600         * src/gtk/gtkutils.c
3601                 o rename structure field names class and new to klass and
3602                   new_msgs, to allow including files in C++
3603                 o add 'extern "C"' block to some header files
3604                 o add MsgInfoList and MsgNumberList as alias for GSList for
3605                   developers to know what type of list is expected
3606
3607         * src/plugins/image_viewer/plugin.c
3608         * src/plugins/image_viewer/viewer.[ch]
3609         * src/plugins/image_viewer/viewerprefs.[ch]
3610                 rename function names to prevent conflicts
3611
3612 2003-04-05 [paul]       0.8.11claws71
3613
3614         * sync with 0.8.11cvs18
3615                 see ChangeLog 2003-04-03 and 2003-04-04
3616
3617 2003-04-02 [christoph]  0.8.11claws70
3618
3619         * src/folder.[ch]
3620         * src/imap.[ch]
3621         * src/mbox_folder.[ch]
3622         * src/mh.[ch]
3623         * src/news.[ch]
3624                 o Make all virtual folder functions private
3625                 o remove unused folder code
3626
3627         * src/common/socket.[ch]
3628         * src/summaryview.c
3629                 fix warnings
3630
3631 2003-03-30 [alfons]     0.8.11claws69
3632
3633         * src/send_message.c
3634                 remove two debug traces and see if people still report
3635                 errors
3636
3637 2003-03-30 [alfons]     0.8.11claws68
3638
3639         * src/send_message.c
3640         * src/commons/session.c
3641                 add more debug traces
3642
3643 2003-03-30 [christoph]  0.8.11claws67
3644
3645         * src/folder.c
3646                 change processing folder name from .processing to processing
3647
3648         * src/common/ssl.c
3649                 disable SSL certificate check because it causes Xlib error
3650                 when the child process want's to open an GTK window
3651
3652 2003-03-30 [christoph]  0.8.11claws66
3653
3654         * src/folder.c
3655                 don't use default folder for processing folder item because
3656                 it can be a non local folder
3657
3658         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3659
3660 2003-03-30 [alfons]     0.8.11claws65
3661
3662         * src/send_message.c
3663                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3664                 to generate bad code for 'send_send_data_progressive': When
3665                 called from 'send_send_data_finished', the 'data' pointer is
3666                 cleared just before the assignment to the dialog pointer
3667
3668 2003-03-29 [christoph]  0.8.11claws64
3669
3670         * src/common/prefs.h
3671         * src/plugins/image_viewer/Makefile.am
3672         * src/plugins/image_viewer/plugin.c
3673         * src/plugins/image_viewer/viewer.[ch]
3674         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3675                 add PrefsPage for ImageViewer
3676
3677 2003-03-28 [thorsten]   0.8.11claws63
3678
3679         * src/common/session.c
3680                 added some comments
3681
3682 2003-03-28 [paul]       0.8.11claws62
3683
3684         * sync with 0.8.11cvs16
3685                 see ChangeLog 2003-03-28
3686
3687 2003-03-28 [paul]       0.8.11claws61
3688
3689         * sync with 0.8.11cvs15
3690                 see ChangeLog 2003-03-28
3691
3692 2003-03-27 [christoph]  0.8.11claws60
3693
3694         * src/folder.c
3695         * src/imap.c
3696         * src/common/socket.[ch]
3697                 set socket state to DISCONNECTED when any operation
3698                 fails to allow reconnecting in IMAP code without
3699                 checking the return code of all calls to the command
3700                 functions
3701
3702         * src/folderview.c
3703         * src/summaryview.c
3704                 remove some more stuff that depends on specific
3705                 folder types
3706
3707 2003-03-27 [paul]       0.8.11claws59
3708
3709         * sync with 0.8.11cvs14
3710                 see ChangeLog 2003-03-27
3711                 
3712         * src/selective_download.[ch]   ** REMOVED **
3713                 really removed
3714
3715 2003-03-27 [christoph]  0.8.11claws58
3716
3717         * src/folder.c
3718                 fix handling of tmp_flags in flag copy function
3719
3720 2003-03-27 [paul]       0.8.11claws57
3721
3722         * sync with 0.8.11cvs13
3723                 see ChangeLog 2003-03-27
3724
3725 2003-03-27 [oliver]     0.8.11claws56
3726
3727         * src/maiwindow.c
3728                 remove sel_download_cb
3729
3730 2003-03-27 [oliver]     0.8.11claws55
3731         
3732         * src/inc.c
3733                 remove POP3_TOP
3734         
3735 2003-03-26 [oliver]     0.8.11claws54
3736
3737         *src/pop.h
3738                 remove POP3_TOP*
3739         * README.claws
3740                 remove selective donwload readme
3741
3742 2003-03-26 [oliver]     0.8.11claws53
3743         * src/matcher.[ch]
3744         * src/matcher_parser_parse.y 
3745         * src/pop.c 
3746         * src/prefs_account.[ch]
3747         * src/prefs_filtering.c
3748                 remove selective donwload
3749
3750 2003-03-26 [oliver]     0.8.11claws52
3751
3752         * src/inc.[ch] 
3753         * src/filtering.c 
3754         * src/mainwindow.c 
3755                 remove selective donwload
3756
3757 2003-03-26 [oliver]     0.8.11claws51
3758         
3759         * src/Makefile.am
3760         * src/selective_download.[ch]   ** REMOVE **    
3761
3762 2003-03-26 [christoph]  0.8.11claws50
3763
3764         * src/news.c
3765                 fix NEWS that got broken by a sync with sylpheed-main
3766
3767 2003-03-26 [christoph]  0.8.11claws49
3768
3769         * src/mimeview.c
3770                 fix mime type guessing when no mime type is found for a file
3771
3772 2003-03-25 [christoph]  0.8.11claws48
3773
3774         * src/mimeview.c
3775         * src/procmime.c
3776                 remove mime type guessing from mime parser and use
3777                 name based mime types in viewer lookup for mime type
3778                 application/octet-stream
3779
3780 2003-03-25 [christoph]  0.8.11claws47
3781
3782         * doc-src/readme.txt
3783         * doc-src/rfc2554.txt
3784                 add RFC about SMTP AUTH
3785
3786         * src/send_message.c
3787         * src/common/smtp.[ch]
3788                 add extra error code for authentication errors and
3789                 clear temporary password when this error occurs
3790
3791         (closes Bug 84 authentication failure while sending should
3792          prompt for password again)
3793
3794 2003-03-25 [christoph]  0.8.11claws46
3795
3796         * configure.ac
3797         * src/Makefile.am
3798         * src/imageview.[ch]                            ** REMOVE **
3799         * src/messageview.[ch]
3800         * src/mimeview.[ch]
3801         * src/prefs_common.[ch]
3802         * src/textview.c
3803         * src/plugins/Makefile.am
3804         * src/plugins/image_viewer/.cvsignore           ** NEW **
3805         * src/plugins/image_viewer/Makefile.am          ** NEW **
3806         * src/plugins/image_viewer/plugin.c             ** NEW **
3807         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3808                 move image viewer into a plugin (building is enabled by default)
3809                 [ToDo: Prefs for resize and autoview]
3810
3811 2003-03-25 [paul]       0.8.11claws45
3812
3813         * sync with 0.8.11cvs12
3814                 see ChangeLog 2003-03-26
3815
3816 2003-03-25 [paul]       0.8.11claws44
3817
3818         * sync with 0.8.11cvs11
3819                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3820                 
3821         Note: Selective Download is broken.
3822                 
3823 2003-03-22 [christoph]  0.8.11claws43
3824
3825         * src/folder.c
3826                 code cleanup for flags copying
3827
3828 2003-03-22 [christoph]  0.8.11claws42
3829
3830         * src/plugins/trayicon/trayicon.c
3831                 fix setting the transparent area when the window size
3832                 is forced by the system tray
3833
3834 2003-03-22 [christoph]  0.8.11claws41
3835
3836         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3837         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3838         * src/plugins/trayicon/newmail.xpm              ** NEW **
3839         * src/plugins/trayicon/nomail.xpm               ** NEW **
3840         * src/plugins/trayicon/trayicon.c
3841         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3842                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3843                 o add icon for unread mails
3844                 o set transparency for window
3845
3846 2003-03-22 [christoph]  0.8.11claws40
3847
3848         * src/news.c
3849                 init news session to prevent crash when session is closed
3850
3851 2003-03-22 [christoph]  0.8.11claws39
3852
3853         * src/imap.c
3854         * src/common/session.[ch]
3855                 Init session data to make sure we don't have invalid pointers
3856                 for read_ch and write_ch when new multi process sessions are
3857                 not used
3858
3859         * src/main.c
3860         * src/common/plugin.c
3861         * src/common/sylpheed.c
3862         * src/plugins/demo/demo.c
3863         * src/plugins/dillo_viewer/dillo_viewer.c
3864         * src/plugins/mathml_viewer/mathml_viewer.c
3865         * src/plugins/spamassassin/spamassassin.c
3866         * src/plugins/spamassassin/spamassassin_gtk.c
3867                 add plugin types to allow loading plugins at different times
3868                 (and maybe for different frontends), because it's not good to
3869                 load GTK-Plugins gefore gtk_init was called
3870
3871         * configure.ac
3872         * src/plugins/Makefile.am
3873         * src/plugins/trayicon/.cvsignore               ** NEW **
3874         * src/plugins/trayicon/Makefile.am              ** NEW **
3875         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3876         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3877         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3878         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3879         * src/plugins/trayicon/trayicon.c               ** NEW **
3880                 New Trayicon plugin that shows an icon in a systray that uses
3881                 XEMBED protocol like Gnome's systray. Icon shows if there
3882                 are new mails and a tooltip shows information about new,
3883                 unread and total messages.
3884
3885 2003-03-22 [paul]       0.8.11claws38
3886
3887         * src/common/smtp.c
3888                 fix ESMTP AUTH CRAM-MD5
3889                 [sync with main (still version 0.8.11cvs6), see
3890                  ChangeLog 2003-03-22]
3891
3892 2003-03-21 [colin]      0.8.11claws37
3893
3894         * src/send_message.c
3895                 Fix USE_SSL => USE_OPENSSL
3896
3897 2003-03-21 [colin]      0.8.11claws36
3898
3899         * src/folderview.c
3900                 Fix counts in drag and dropped subfolders
3901
3902 2003-03-21 [colin]      0.8.11claws35
3903
3904         * src/folder.c 
3905         * src/folderview.c
3906                 speed up a bit folder dnd
3907
3908 2003-03-20 [alfons]     0.8.11claws34
3909
3910         * src/main.c
3911         * src/toolbar.c
3912         * src/procmsg.c
3913                 don't send locked queue messages
3914                 (feature request "[ 705245 ] Locking message in outbox 
3915                  should prevent sending")
3916
3917 2003-03-20 [christoph]  0.8.11claws33
3918
3919         * src/folder.c
3920                 remove NEW and UNREAD flag in special folders when scanning
3921                 
3922         * src/common/smtp.c
3923                 fix ESMTP AUTH CRAM-MD5
3924
3925 2003-03-20 [paul]       0.8.11claws32
3926
3927         * src/prefs_account.c
3928                 Re-write 'Tunnel command to open connection' as
3929                 'Use command to communicate with server', and disable
3930                 it for all except IMAP accounts
3931
3932 2003-03-20 [paul]       0.8.11claws31
3933
3934         * sync with 0.8.11cvs6
3935                 see ChangeLog 2003-03-20
3936
3937 2003-03-19 [match]      0.8.11claws30
3938
3939         * src/addritem.[ch]
3940                 include documentation. minor refactoring.
3941         * src/addr_compl.[ch]
3942         * src/addrindex.[ch]
3943         * src/addresbook.[ch]
3944         * src/summaryview.c
3945                 re-enable address lookup (was disabled in
3946                 0.8.11claws20).
3947
3948 2003-03-19 [christoph]  0.8.11claws29
3949
3950         * src/procmsg.c
3951                 add temp flag handling, will make moving and copying
3952                 messages possible again
3953
3954         * src/folder.c
3955                 correct calulation of folder stats
3956
3957 2003-03-18 [match]      0.8.11claws28
3958
3959         * src/editgroup.h
3960                 remove case sensitive comparison (closes bug 80).
3961
3962 2003-03-18 [christoph]  0.8.11claws27
3963
3964         * src/imap.c
3965                 fix imap using a tunnel command
3966
3967         (closes bug 87)
3968
3969 2003-03-18 [christoph]  0.8.11claws26
3970
3971         * src/folder.[ch]
3972         * src/imap.c
3973         * src/procmsg.[ch]
3974                 rewrite flag handling for folders
3975
3976 2003-03-18 [christoph]  0.8.11claws25
3977
3978         * src/folder.c
3979         * src/procmsg.c
3980         * src/summaryview.c
3981                 unset NEW and UNREAD flags when message is ignored, to make
3982                 sure messages don't show up as unread on other IMAP clients,
3983                 because the IGNORE_THREAD flag can not be syncronized through
3984                 the IMAP folder
3985
3986 2003-03-17 [christoph]  0.8.11claws24
3987
3988         * src/imap.c
3989                 don't use recursion to fetch uids when the number of messages
3990                 does not match. Moved code into subfunction that is used
3991                 again when needed, to prevent an endless loop.
3992
3993 2003-03-17 [thorsten]   0.8.11claws23
3994
3995         * src/imageview.[ch]
3996                 export imageview_get_resized_size() (for plugins)
3997         * src/prefs_common.[ch]
3998                 added prefs_common_get() (for plugins)
3999
4000 2003-03-17 [christoph]  0.8.11claws22
4001
4002         * src/imap.c
4003                 o remove UID guessing from copy code
4004                 o support UIDPLUS extension for APPEND command
4005
4006 2003-03-17 [paul]       0.8.11claws21
4007
4008         * src/gtk/about.c
4009                 remove 'Compiled-plugins' section.
4010                 
4011         * src/plugins/dillo_viewer/dillo_viewer.c
4012                 slight change to description text
4013
4014 2003-03-16 [match]      0.8.11claws20
4015         * src/ldapserver.[ch]           ** NEW **
4016         * src/ldapctrl.[ch]             ** NEW **
4017         * src/ldapquery.[ch]            ** NEW **
4018         * src/ldaputil.[ch]             ** NEW **
4019         * src/addrcindex.[ch]           ** NEW **
4020         * src/addrquery.h               ** NEW **
4021         * src/addritem.[ch]
4022         * src/addrcache.[ch]
4023         * src/addrindex.[ch]
4024         * src/addr_compl.[ch]
4025         * src/addressbook.[ch]
4026         * src/addrbook.[ch]
4027         * src/editgroup.c
4028         * src/editaddress.c
4029         * src/editldap.c
4030         * src/editldap_basedn.c
4031         * src/vcard.c
4032         * src/jpilot.c
4033         * src/Makefile.am
4034                 included dynamic LDAP queries. improved address
4035                 completion.
4036
4037 2003-03-16 [paul]       0.8.11claws19
4038
4039         * tools/multiwebsearch.pl
4040                 fix a fatal typo
4041
4042 2003-03-16 [christoph]  0.8.11claws18
4043
4044         * src/mimeview.c
4045         * src/plugins/dillo_viewer/dillo_viewer.c
4046         * src/plugins/mathml_viewer/mathml_viewer.c
4047                 make unregistering of MimeViewerFactorys possible
4048
4049 2003-03-16 [alfons]     0.8.11claws17
4050
4051         * configure.ac
4052                 correct typo
4053
4054 2003-03-16 [melvin]     0.8.11claws16
4055
4056         * src/plugins/dillo_viewer.c
4057                 Fixed bug where it was not possible to view more than
4058                 one text/html attachment per message (bug discovered
4059                 by Christoph Hohmann).
4060
4061 2003-03-15 [melvin]     0.8.11claws15
4062
4063         * src/prefs_actions.c
4064                 Fixed compilation warnings.
4065
4066 2003-03-15 [melvin]     0.8.11claws14
4067
4068         * src/plugins/Makefile.am
4069         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4070         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4071         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4072                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4073                 newer (http://dillo.auriga.wearlab.de/).
4074
4075 2003-03-15 [christoph]  0.8.11claws13
4076
4077         * src/imap.c
4078                 don't query imap folder for attributes because we already
4079                 for them from imap_status
4080
4081         * src/mimeview.[ch]
4082                 add support for plugable MimeViewers (unloading Viewers
4083                 not yet complete)
4084
4085         * src/plugins/Makefile.am
4086         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4087         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4088         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4089                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4090                 widget from http://helm.cs.unibo.it/mml-widget/
4091
4092 2003-03-14 [christoph]  0.8.11claws12
4093
4094         * src/folder.[ch]
4095                 o error return code's should better be negative
4096                 o replace printf with debug_print
4097
4098         * src/imap.c
4099                 improve IMAP folder scan by checking UID-NEXT
4100
4101         * src/summaryview.c
4102                 remove check that are unnecessary in my opinion
4103
4104 2003-03-13 [christoph]  0.8.11claws11
4105
4106         * src/folder.[ch]
4107         * src/foldersel.c
4108         * src/folderview.c
4109         * src/imap.c
4110         * src/mbox_folder.c
4111         * src/mh.c
4112         * src/news.c
4113         * src/prefs_scoring.c
4114         * src/summaryview.c
4115                 use a common function to get a displayable name
4116                 for a FolderItem
4117
4118 2003-03-13 [paul]       0.8.11claws10
4119
4120         * tools/Makefile.am
4121           tools/README
4122           tools/multiwebsearch.conf     ** NEW FILE **
4123           tools/multiwebsearch.pl       ** NEW FILE **
4124                 add multiwebsearch Actions script
4125
4126 2003-03-13 [colin]      0.8.11claws9
4127
4128         * src/compose.c
4129                 Remove leading emtpy lines from quoted text
4130                 before quoting it
4131
4132 2003-03-13 [melvin]     0.8.11claws8
4133
4134         * src/prefs_actions.c
4135                 Fixed a memory leak
4136                 Code clean ups
4137                 Added Cancel and OK buttons
4138                 Corrected help text
4139
4140 2003-03-13 [christoph]  0.8.11claws7
4141
4142         * src/account.c
4143         * src/folder.[ch]
4144         * src/imap.c
4145         * src/mainwindow.c
4146         * src/mbox_folder.c
4147         * src/mh.c
4148         * src/news.c
4149         * src/setup.c
4150                 replace more folder type stuff with folder class stuff
4151
4152 2003-03-13 [melvin]     0.8.11claws6
4153
4154         * src/prefs_actions.c
4155                 Added new tokens:
4156                 %u: user provided argument
4157                 %h: user provided argument (hidden on input)
4158                 %s: current text selection in the message view 
4159
4160 2003-03-13 [paul]       0.8.11claws5
4161
4162         * sync with 0.8.11cvs5
4163                 see ChangeLog 2003-03-11, 2003-03-12
4164
4165 2003-03-12 [christoph]  0.8.11claws4
4166
4167         * src/folder.c
4168                 use folder class idstr when writing folderlist.xml
4169
4170         * src/folder.h
4171         * src/imap.c
4172         * src/news.c
4173                 replace folder type checks with folder class checks
4174
4175 2003-03-12 [christoph]  0.8.11claws3
4176
4177         * src/folder.[ch]
4178         * src/imap.[ch]
4179         * src/main.c
4180         * src/mbox_folder.[ch]
4181         * src/mh.[ch]
4182         * src/news.[ch]
4183                 o create a list of known folder classes in the folder system
4184                 o use folder class id strings for folder item identifiers
4185
4186 2003-03-12 [christoph]  0.8.11claws2
4187
4188         * src/imap.c
4189                 fix imap uid validity check
4190
4191 2003-03-12 [christoph]  0.8.11claws1
4192
4193         * src/account.c
4194         * src/folder.[ch]
4195         * src/foldersel.c
4196         * src/folderview.c
4197         * src/imap.c
4198         * src/mainwindow.c
4199         * src/mbox_folder.c
4200         * src/mh.c
4201         * src/news.c
4202         * src/prefs_scoring.c
4203         * src/procmsg.c
4204         * src/setup.c
4205         * src/summaryview.c
4206                 initial restructuring of folder system, seperating
4207                 folders and folder classes
4208
4209 2003-03-12 [paul]       0.8.11claws
4210
4211         0.8.11claws release
4212
4213 2003-03-12 [christoph]
4214
4215         * src/gtk/prefswindow.c
4216                 fix translation of "Page Index"
4217
4218 2003-03-12 [paul]       0.8.10claws110
4219
4220         a sync from 0.8.11cvs4 before the release
4221
4222         * src/common/utils.c
4223                 subject_compare_for_sort(): allow null strings (fixes
4224                 summary sorting).
4225
4226 2003-03-11 [paul]       0.8.10claws109
4227
4228         * po/es.po
4229                 update Spanish translation, submitted by
4230                 Ricardo Mones Lastra
4231
4232 2003-03-11 [melvin]     0.8.10claws108
4233
4234         * po/fr.po
4235                 Updated French translations
4236
4237 2003-03-11 [paul]       0.8.10claws107
4238
4239         * manual/en/Makefile.am
4240           manual/en/*.html
4241                 update English manual, add a new page
4242                 updated by Francois Barriere <fbarriere@atmel.fr>
4243                 
4244         * po/bg.po
4245           po/it.po
4246           po/sr.po
4247                 update Bulgarian, Italian, and Serbian translations
4248                 submitted by George Danchev, Alessandro Maestri, and
4249                 Urke MMI
4250
4251 2003-03-10 [paul]       0.8.10claws106
4252
4253         * src/gtk/about.c
4254           src/gtk/prefswindow.c
4255                 make some strings translatable
4256
4257 2003-03-10 [darko]      0.8.10claws105
4258
4259         * src/compose.c
4260                 code cleanup to make Hiro happy
4261
4262 2003-03-10 [paul]       0.8.10claws104
4263
4264         * sync with 0.8.11cvs2
4265                 see ChangeLog 2003-03-10
4266
4267 2003-03-09 [melvin]     0.8.10claws103
4268
4269         * src/textview.c
4270                 textview_set_font(): fix for message display in
4271                 UTF-8 locales (thanks to Sergey Vlasov).
4272                 (was unintentionnaly reverted in 0.8.6claws6)   
4273
4274 2003-03-08 [darko]      0.8.10claws102
4275
4276         * src/compose.c
4277                 fix infinite loop in wrapping as reported
4278                 by happycactus
4279                 obsoletes patch #696482
4280
4281 2003-03-08 [christoph]  0.8.10claws101
4282
4283         * src/imap.c
4284                 add workaround for IMAP servers that do not
4285                 support the "UID SEARCH UID" command
4286
4287 2003-03-07 [christoph]  0.8.10claws100
4288
4289         * src/plugins/spamassassin/spamassassin.[ch]
4290         * src/plugins/spamassassin/spamassassin_gtk.c
4291                 code cleanup
4292
4293 2003-03-07 [paul]       0.8.10claws99
4294
4295         * po/es.po
4296                 updated Spanish translation, submitted by
4297                 Ricardo Mones Lastra
4298
4299 2003-03-07 [christoph]  0.8.10claws98
4300
4301         * src/send.c
4302                 fix in 0.8.10claws94 was wrong
4303                 local delivery does not require escaping, remove escaping
4304                 code to make signatures of mails with "." lines valid
4305                 
4306                 NOTE: requires that sendmail is executed with "-i" option,
4307                       what is the default now, but has to be changed in all
4308                       exsiting accounts)
4309
4310 2003-03-07 [paul]       0.8.10claws97
4311
4312         * sync with 0.8.11 release
4313                 see ChangeLog 2003-03-07
4314
4315 2003-03-06 [paul]       0.8.10claws96
4316
4317         * src/compose.c
4318                 revert commit 0.8.10claws92
4319
4320 2003-03-06 [paul]       0.8.10claws95
4321
4322         * src/folderview.c
4323                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4324
4325         * src/gtkaspell.c
4326                 fix bug 74, 'Crash opening editor window with pseudo-color
4327                 display'
4328                 
4329         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4330
4331 2003-03-06 [christoph]  0.8.10claws94
4332
4333         * src/send.c
4334                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4335                 all lines starting with a period get an extra period
4336                 inserted
4337                 (found by Simon 'corecode' Schubert)
4338
4339 2003-03-06 [paul]       0.8.10claws93
4340
4341         * src/folderview.c
4342                 if configured font can't be loaded fall back to gtk
4343                 default. (with thanks to Christoph)
4344                 
4345                 closes long-standing bug 15 'Crashes on startup'
4346
4347 2003-03-06 [paul]       0.8.10claws92
4348
4349         * src/compose.c
4350                 freeze text before autosave and thaw afterwards
4351                 fixes bug 67 'autosave make re-rediting message crazy'
4352
4353 2003-03-06 [christoph]  0.8.10claws91
4354
4355         * src/compose.c
4356                 ignore address comment in dupe check for Cc-list
4357
4358         (closes reopened bug 47 Replying to message strips name part of
4359          e-mail addresses of Cc: lines)
4360
4361 2003-03-06 [paul]       0.8.10claws90
4362
4363         * src/Makefile.am
4364                 remove reference to gtkxtext.h as its no longer in
4365                 the repository
4366
4367 2003-03-06 [paul]       0.8.10claws89
4368
4369         * sync with 0.8.10cvs25
4370                 see ChangeLog 2003-03-06
4371
4372 2003-03-06 [oliver]     0.8.10claws88
4373         
4374         * src/messageview.c
4375                 remove include
4376
4377 2003-03-06 [oliver]     0.8.10claws87
4378         
4379         * src/folderview.c 
4380                 remove changes introduced inclaws74
4381         * src/messageview.c
4382                 another attempt to sanely delete and update
4383                 messages deleted in separate messageview
4384
4385 2003-03-05 [christoph]  0.8.10claws86
4386
4387         * src/summaryview.c
4388                 check if "From" matches any account's address if
4389                 addressbook completion of addresses is disabled too
4390
4391         (closes Bug 70 "Display recipient in from" doesn't check
4392          folder's default account)
4393
4394 2003-03-05 [christoph]  0.8.10claws85
4395
4396         * src/compose.c
4397         * src/common/utils.[ch]
4398                 don't strip address comments when building Cc lists
4399
4400         (closes Bug 47 Replying to message strips name part of e-mail addresses
4401          of Cc: lines)
4402
4403         * src/folder.c
4404                 fix return value of copy function
4405
4406 2003-03-05 [christoph]  0.8.10claws84
4407
4408         * src/imap.c
4409                 don't ask imap server for non rfc822 headers
4410
4411         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4412
4413         * src/imap.c
4414                 destroy session on socket error to allow reconnecting
4415
4416 2003-03-05 [christoph]  0.8.10claws83
4417
4418         * configure.ac
4419                 fix building with gnome when no prefix is set
4420
4421         (closes bug 66 Gnome directory is set to NONE)
4422
4423 2003-03-05 [paul]       0.8.10claws82
4424
4425         * sync with 0.8.10cvs23
4426                 see ChangeLog 2003-03-05
4427
4428 2003-03-04 [christoph]  0.8.10claws81
4429
4430         * src/folder.c
4431                 o fix moving and copying when folder returns 0 for new
4432                   message number
4433                 o remove some code for single message copy and move
4434                   operations and use functions for multiple messages
4435
4436         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4437
4438         * src/news.c
4439                 remove unused include
4440
4441 2003-03-04 [paul]       0.8.10claws80
4442
4443         * src/gtk/about.c
4444                 list 'Compiled plugins'
4445
4446 2003-03-03 [christoph]  0.8.10claws79
4447
4448         * src/news.[ch]
4449                 have to multiply the percentage of the current fetch with
4450                 the percentage that it has of the total fetch operation
4451                 for correct values
4452
4453 2003-03-03 [christoph]  0.8.10claws78
4454
4455         * src/news.c
4456                 fix calculation of expected lines for progress indicator
4457
4458 2003-03-03 [christoph]  0.8.10claws77
4459
4460         * src/summaryview.c
4461         * src/common/utils.c
4462                 fix segfault when opening the root news folder
4463
4464 2003-03-03 [christoph]  0.8.10claws76
4465
4466         * src/mainwindow.[ch]
4467         * src/common/Makefile.am
4468         * src/common/progressindicator.[ch]
4469                 add UI independent progress indicator handling
4470
4471         * src/news.[ch]
4472                 use new progress indicator for message info fetching
4473
4474         * src/common/hooks.h
4475                 code cleanup
4476
4477 2003-03-03 [oliver]     0.8.10claws75
4478
4479         * src/toolbar.c
4480         * src/compose.c
4481                 removed commented code
4482
4483 2003-03-03 [oliver]     0.8.10claws74
4484
4485         * src/toolbar.[ch]
4486                 cleanups and refactoring
4487         * src/compose.[ch]
4488                 compose_reply_mode reply & forwarding interface for
4489                 toolbar buttons
4490         * src/folderview.c
4491                 act on messages marked for deletion in folderview_selected
4492                 based on prefs_common.immediate_exec since a message might 
4493                 have been deleted by messageview in a folder we are changing 
4494                 to (does anybody understand what I'm on about ?)
4495
4496 2003-03-03 [oliver]     0.8.10claws73
4497         
4498         * src/messageview.[ch]
4499                 new functions
4500                 - messageview_delete: delete message shown in messagview
4501                 - messageview_update_view: update messageview to currently 
4502                   selected summaryview message
4503                 - add separate messageview to msgview_list in order to update 
4504                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4505         * src/summaryview.[ch]
4506                 summary_get_selection returns a list of selected msgs
4507                 in summaryview
4508         * src/mainwindow.c
4509                 toolbar reply refactoring
4510
4511 2003-03-03 [paul]       0.8.10claws72
4512
4513         * sync with 0.8.10cvs21
4514                 see ChangeLog 2003-03-03
4515
4516 2003-03-02 [christoph]  0.8.10claws71
4517
4518         * src/common/passcrypt.c
4519                 use POSIX includes
4520
4521 2003-03-02 [christoph]  0.8.10claws70
4522
4523         * configure.ac
4524         * src/prefs_account.c
4525         * src/prefs_gtk.[ch]
4526         * src/common/.cvsignore
4527         * src/common/Makefile.am
4528         * src/common/passcrypt.c                ** NEW **
4529         * src/common/passcrypt.h.in             ** NEW **
4530                 Implement password encryption in config files
4531                 using unix encrypt and setkey functions. The crypt
4532                 key can be set as a configure parameter. Old
4533                 passwords will be converted if they do not begin
4534                 with '!'
4535
4536 2003-03-02 [paul]       0.8.10claws69
4537
4538         * src/prefs_account.c
4539                 fix compile error
4540
4541 2003-03-01 [thorsten]   0.8.10claws68
4542
4543         * po/el.po
4544           po/hr.po
4545           po/it.po
4546           po/nl.po
4547           po/sr.po
4548           po/sv.po
4549                 corrected format strings
4550         * po/en_GB.po
4551                 corrected headers
4552                 (fix compile errors with GNU gettext-0.11.5)
4553
4554 2003-03-01 [oliver]     0.8.10claws67
4555
4556         * src/summaryview.c
4557                 menu callbacks call toolbar_menu_reply
4558
4559 2003-03-01 [oliver]     0.8.10claws66
4560
4561         * src/mainwindow.c
4562         * src/messageview.c
4563                 menu callbacks call toolbar_menu_reply
4564         * src/toolbar.[ch]
4565                 callbacks from menu handled by toolbar_menu_reply
4566
4567 2003-03-01 [paul]       0.8.10claws65
4568
4569         * src/addressbook.c
4570                 revert commit 0.8.10claws54 - breaks editing of
4571                 addressbook.
4572                 
4573         * po/bg.po
4574                 update Bulgarian translation, submitted by
4575                 George Danchev
4576
4577 2003-02-28 [christoph]  0.8.10claws64
4578
4579         * src/account.c
4580         * src/addressadd.c
4581         * src/compose.c
4582         * src/gtkaspell.c
4583         * src/gtkxtext.h                ** REMOVE **
4584         * src/imap.c
4585         * src/matcher.[ch]
4586         * src/mh.c
4587         * src/news.c
4588         * src/pine.c
4589         * src/prefs_common.c
4590         * src/prefs_matcher.c
4591         * src/procheader.[ch]
4592         * src/procmsg.[ch]
4593         * src/toolbar.c
4594         * src/common/ssl_certificate.c
4595         * src/gtk/colorlabel.c
4596         * src/gtk/menu.c
4597                 o fix warnings
4598                 o remove code obsoleted by new cache and folder system rework
4599
4600 2003-02-28 [oliver]     0.8.10claws63
4601         
4602         * src/toolbar.[ch]
4603                 * fix bug where reply in Messageview replied to 
4604                 Message displayed in summaryview
4605                 (reportedd via ML by chinatinte at gmx dot ch)
4606                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4607                 didn't work in separate MessageView Toolbar
4608                 (wondering if anybody uses this at all ?)
4609         * src/summaryview.[ch]
4610                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4611                 (generalize reply and forward code);
4612         * src/messageview.c 
4613                 remove focus_in event which updated summaryview to messageview
4614
4615 2003-02-28 [paul]       0.8.10claws62
4616
4617         * po/Makefile.in.in
4618                 add the --check option
4619                 Patch submitted by Ricardo Mones Lastra
4620
4621 2003-02-28 [paul]       0.8.10claws61
4622
4623         * src/prefs_account.c
4624                 re-order 'Signature' items
4625
4626 2003-02-28 [paul]       0.8.10claws60
4627
4628         * sync with 0.8.10cvs20
4629                 see ChangeLog 2003-02-28
4630
4631 2003-02-28 [paul]       0.8.10claws59
4632
4633         * po/POTFILES.in
4634                 update to reflect recent movement of files
4635
4636 2003-02-28 [paul]       0.8.10claws58
4637
4638         * sync with 0.8.10cvs19
4639                 see ChangeLog 2003-02-28
4640
4641 2003-02-27 [martin]     0.8.10claws57
4642
4643         * src/prefs_matcher.c 
4644                 fix segfault in prefs_matcher_ok() when the
4645                 last entry is deleted and prevents that the
4646                 message "entry not saved" comes up after deleting
4647                 an entry
4648
4649 2003-02-27 [martin]     0.8.10claws56
4650
4651         * src/prefs_filtering.c 
4652                 fix segfault in prefs_filtering_ok() when the
4653                 last entry is deleted and prevents that the
4654                 message "entry not saved" comes up after deleting
4655                 an entry
4656
4657 2003-02-27 [paul]       0.8.10claws55
4658
4659         * sync with 0.8.10cvs18
4660                 see ChangeLog 2003-02-27
4661
4662 2003-02-27 [paul]       0.8.10claws54
4663
4664         * src/addressbook.c
4665                 fix bug where the address book crashes with 
4666                 multiple lookups.
4667                 Patch [687729] submitted by David Frager 
4668                 <dbfrager@users.sourceforge.net>
4669
4670 2003-02-25 [christoph]  0.8.10claws53
4671
4672         * src/Makefile.am
4673         * src/colorlabel.[ch]           ** REMOVE **
4674         * src/gtk/Makefile.am
4675         * src/gtk/colorlabel.[ch]       ** NEW **
4676                 move colorlabel files to gtk directory
4677
4678         * src/esmtp.[ch]                ** REMOVE **
4679                 has been merged into smtp.[ch] in 0.7.5
4680
4681 2003-02-25 [christoph]  0.8.10claws52
4682
4683         * src/Makefile.am
4684         * src/about.[ch]                ** REMOVE **
4685         * src/gtk/Makefile.am
4686         * src/gtk/about.[ch]            ** NEW **
4687                 move about files to gtk directory
4688
4689 2003-02-25 [christoph]  0.8.10claws51
4690
4691         * src/folder.c
4692                 some code optimization of folder scanning code
4693
4694         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4695
4696 2003-02-25 [christoph]  0.8.10claws50
4697
4698         * src/main.c
4699         * src/common/sylpheed.c
4700                 add command line parameter parsing to common code
4701
4702 2003-02-24 [christoph]
4703
4704         * Makefile.am
4705         * configure.ac
4706                 fix gnome prefix problems, the configure script now removed
4707                 `gnome-config --prefix` from `gnome-config --datadir`
4708                 and adds $(prefix} instead
4709
4710         (closes Bug 24 Makefile does not respect prefix when installing
4711          GNOME data)
4712
4713 2003-02-24 [christoph]  0.8.10claws49
4714
4715         * src/news.c
4716                 check for valid session before trying to authenticate
4717
4718         (closes Bug 60 crash if "authenticate on logon" is activated
4719          and newsserver-hostname is not valid)
4720
4721 2003-02-24 [melvin]     0.8.10claws48
4722
4723         * src/prefs_actions.c
4724                 Make sure all user's input is sent to the action and then
4725                 close the socket..
4726
4727 2003-02-23 [alfons]     0.8.10claws46
4728
4729         * src/summaryview.c
4730                 also wait cursor when deleting files
4731
4732 2003-02-23 [paul]
4733
4734         * tools/freshmeat_search.pl
4735           tools/google_search.pl
4736                 scripts should now work for any browser/browser command line
4737
4738 2003-02-22 [christoph]  0.8.10claws45
4739
4740         * src/procmsg.c
4741                 fix IMAP flag setting, IMAP flag is not handled correctly
4742                 anymore by the folder system and information about the
4743                 folder should not be saved in the MsgInfo (in my opinion)
4744
4745         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4746
4747 2003-02-22 [christoph]  0.8.10claws44
4748
4749         * src/summaryview.c
4750                 fix spelling of "label" ;-)
4751
4752 2003-02-22 [thorsten]   0.8.10claws43
4753
4754         * src/mimeview.c
4755           src/prefs_common.[ch]
4756           src/procmime.[ch]
4757                 do not use description as attachment name
4758
4759 2003-02-22 [alfons]     0.8.10claws42
4760
4761         * src/summaryview.c
4762                 freeze/thaw folder item updates when changing color labels,
4763                 and put a wait cursors on
4764
4765 2003-02-22 [thorsten]   0.8.10claws41
4766
4767         * src/mimeview.c
4768                 save-all fixes: crash if invoked on multipart container,
4769                 mimeinfo access, pathseparators, error dialog
4770
4771 2003-02-21 [alfons]     0.8.10claws40
4772
4773         * src/prefs_gtk.c
4774                 remove unused var
4775
4776 2003-02-21 [colin]      0.8.10claws39
4777
4778         * src/send.c
4779                 Fix smtp logging
4780
4781 2003-02-21 [colin]      0.8.10claws38
4782
4783         * src/summaryview.c
4784                 Freeze/thaw folderItem updates when filtering messages 
4785                 via Tools/Filter messages
4786
4787 2003-02-21 [paul]       0.8.10claws37
4788
4789         * src/compose.c
4790                 revert commit 0.8.10claws26, there are ulterior motives
4791                 for users to set a Reply-To header when posting to
4792                 newsgroups
4793
4794 2003-02-21 [paul]       0.8.10claws36
4795
4796         * sync with 0.8.10cvs17
4797                 see ChangeLog 2003-02-21
4798
4799 2003-02-20 [christoph]  0.8.10claws35
4800
4801         * src/imap.c
4802                 IMAP UID fetch speedup using SEARCH
4803
4804         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4805
4806         * src/imap.c
4807                 fix problem with UIDs in IMAP UID cache that no longer existed
4808
4809 2003-02-20 [christoph]  0.8.10claws34
4810
4811         * src/imap.c
4812         * src/procheader.c
4813         * src/procheader.h
4814                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4815
4816         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4817
4818         * src/imap.c
4819                 Rewrite imap_cmd_gen_recv use sock_getline instead
4820                 of sock_gets to avoid problems with too long reply
4821                 lines
4822     
4823 2003-02-20 [colin]      0.8.10claws33
4824         
4825         * src/prefs_account.c
4826                 Better wording
4827
4828 2003-02-20 [colin]      0.8.10claws32
4829
4830         * src/compose.c
4831                 Remove useless '&& !to_sender' 
4832
4833 2003-02-20 [darko]
4834
4835         * AUTHORS
4836                 change my e-mail address
4837
4838 2003-02-19 [colin]      0.8.10claws31
4839
4840         * src/prefs_common.c
4841                 X11 style colors for every configurable color
4842
4843 2003-02-19 [alfons]     0.8.10claws30
4844
4845         * src/prefs_gtk.[ch]
4846         * src/prefs_common.c
4847                 for color_new accept both plain integers and X11 style color
4848                 names (as found in /usr/lib/X11/rgb.txt)
4849
4850 2003-02-19 [paul]       0.8.10claws29
4851
4852         * src/mainwindow.c
4853                 add tooltips to online/offline button and account selector
4854                 button
4855
4856 2003-02-19 [paul]       0.8.10claws28
4857
4858         * src/folder.c
4859           src/news.c
4860           src/prefs_account.[ch]
4861           src/prefs_common.[ch]
4862                 move 'Maximum number of articles to download' to
4863                 account prefs.
4864                 clean up account prefs gui a little by hiding entries
4865                 rather then greying out entries
4866
4867 2003-02-19 [hiro]       0.8.10claws27
4868
4869         * src/common/utils.c
4870                 fix bug #54 'yesterdays date is displayed in the message 
4871                 summary window'
4872
4873 2003-02-19 [paul]       0.8.10claws26
4874
4875         * src/compose.c
4876                 fix bug reported in Feature Request [688596] 
4877                 'Reply-to header in news'
4878
4879 2003-02-18 [paul]       0.8.10claws25
4880
4881         * src/select-keys.c
4882                 add a 'List all keys' button to key selection dialog
4883
4884 2003-02-18 [colin]      0.8.10claws24
4885         
4886         * src/stock_pixmap.c
4887                 fix compile error
4888
4889 2003-02-18 [colin]      0.8.10claws23
4890
4891         * src/common/smtp.[ch]
4892           src/prefs_account.c
4893                 Try to starttls if it seems to be the only
4894                 way to authenticate a user
4895
4896 2003-02-18 [paul]       0.8.10claws22
4897
4898         * src/Makefile.am
4899           src/folderview.c
4900           src/stock_pixmap.[ch]
4901           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4902           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4903                 as a Drafts folder is a special folder allow it to have
4904                 its own unique icons
4905
4906 2003-02-18 [colin]      0.8.10claws21
4907
4908         * src/imap.c
4909                 Fix port selection when using starttls
4910
4911 2003-02-18 [paul]       0.8.10claws20
4912
4913         * src/mainwindow.c
4914           src/prefs_common.[ch]
4915                 make blue the default new mail colour
4916
4917 2003-02-18 [paul]       0.8.10claws19
4918
4919         * sync with 0.8.10cvs14
4920                 see ChangeLog 2003-02-18
4921
4922 2003-02-17 [jens]       0.8.10claws18
4923
4924         * src/common/md5.c
4925                 fixed a compile problem with gcc 3.3
4926                 works on 2.95.3 too (testet on PPC as it is big endian)
4927
4928 2003-02-17 [paul]       0.8.10claws17
4929
4930         * sync with 0.8.10cvs13
4931                 see ChangeLog 2003-02-17
4932
4933 2003-02-17 [paul]       0.8.10claws16
4934
4935         * sync with 0.8.10cvs12
4936                 see ChangeLog 2003-02-17
4937
4938 2003-02-16 [match]      0.8.10claws15
4939
4940         * src/addressbook.c
4941                 Eliminates reloading of address data when items
4942                 deleted or added. Applied submitted by
4943                 Luke Plant <lukeplant@softhome.net>
4944
4945 2003-02-16 [paul]       0.8.10claws14
4946
4947         * src/news.c
4948                 when a 'protocol error' is encountered disconnect from
4949                 the server. This means that the user can carry on viewing
4950                 other articles and doesn't have to either wait until the
4951                 server timesout or quit sylpheed.
4952                 Fixes bug #53 'Unable to read messages in newsgroups, 
4953                 displayed message doesn't change'
4954
4955 2003-02-15 [christoph]  0.8.10claws13
4956
4957         * src/imap.c
4958                 fix bug that stopped scanning of folders when an
4959                 IMAP folder was empty
4960
4961         (closes bug 46 stop scan messages in folders after empty folder)
4962
4963 2003-02-15 [paul]
4964
4965         * tools/Makefile.am
4966           tools/README
4967           tools/freshmeat_search.pl     ** NEW FILE **
4968           tools/google_search.pl        ** NEW FILE **
4969                 Add 2 Actions scripts which search freshmeat/google
4970                 for the selected text using the browser configured
4971                 in sylpheedrc.
4972                 
4973         Note: These scripts are very dependent on the format of the
4974         browser command and may not work on every occasion. Testing
4975         is welcome. 
4976
4977 2003-02-14 [alfons]     0.8.10claws12
4978
4979         * src/compose.c
4980                 fix breakage because of uninitialized account pointer.
4981                 please verify.
4982
4983 2003-02-14 [paul]       0.8.10claws11
4984
4985         * src/compose.c
4986           src/prefs_account.[ch]
4987           src/prefs_common.[ch]
4988                 move signature settings to Account Prefs
4989
4990 2003-02-14 [paul]       0.8.10claws10
4991
4992         * sync with 0.8.10cvs11
4993                 see ChangeLog 2003-02-14
4994
4995 2003-02-13 [thorsten]   0.8.10claws9
4996
4997         * src/news.c
4998                 revert news progressbar (GUI separation)
4999
5000 2003-02-13 [paul]       0.8.10claws8
5001
5002         * src/compose.c
5003                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5004                 paragraph 1
5005
5006 2003-02-13 [paul]       0.8.10claws7
5007
5008         * src/compose.[ch]
5009           src/summaryview.c
5010                 fix 'Follow-up and Reply-to' so that it creates a reply to
5011                 the newsgroup and the sender. If the message has the keyword
5012                 'poster' in the Followup-To header, all replies go to the
5013                 sender, re: RFC 1036, Section 2.2.3
5014                 rename all instances of 'ignore_replyto' to 'to_sender', both
5015                 were previously used, now we use just one.
5016
5017 2003-02-13 [paul]       0.8.10claws6
5018
5019         * sync with 0.8.10cvs9
5020                 see ChangeLog 2003-02-13
5021
5022 2003-02-13 [paul]       0.8.10claws5
5023
5024         * configure.ac
5025                 show which plugins are configured in the configure
5026                 output.
5027
5028 2003-02-12 [thorsten]   0.8.10claws4
5029
5030         * src/news.c
5031                 show progress while fetching news headers
5032
5033 2003-02-12 [christoph]  0.8.10claws3
5034
5035         * configure.ac
5036         * src/plugins/Makefile.am
5037                 use AM_CONDITIONAL to enable plugins, automake correctly
5038                 manages this when creating distdir
5039
5040 2003-02-12 [christoph]  0.8.10claws2
5041
5042         * ac/spamassassin.m4
5043         * src/plugins/spamassassin/Makefile.am
5044                 fix building SpamAssassin plugin without OpenSSL
5045
5046 2003-02-12 [paul]       0.8.10claws1
5047
5048         * ac/Makefile.am
5049           src/Makefile.am
5050           src/plugins/Makefile.am
5051                 fix failure of 'make release'
5052
5053 2003-02-12 [paul]       0.8.10claws
5054
5055         * 0.8.10claws released
5056
5057 2003-02-12 [paul]       0.8.9claws56
5058
5059         * po/bg.po
5060           po/es.po
5061           po/it.po
5062           po/ru.po
5063           po/sr.po
5064                 updated translations by George Danchev, Ricardo Mones Lastra,
5065                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5066                 
5067         * sylpheed.spec.in
5068                 Allow the building of RPMs by a regular user. Submitted
5069                 by Sergei Astanin
5070
5071 2003-02-11 [alfons]     0.8.9claws55
5072
5073         * src/colorlabel.c
5074                 don't use pixmaps for label color rect but draw rectangles
5075                 so we can respect the color map of palette based visuals
5076                 (fixes the long time crashes on Suns - thanks to Andreas
5077                 Engel and Steve O'Hara-Smith for testing)
5078
5079 2003-02-11 [christoph]  0.8.9claws54
5080
5081         * src/matcher_parser_parse.y
5082                 correct bug where filering rules of not existing folders in
5083                 matcherrc were added to global filtering
5084                 
5085         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5086          main filter-rules after removing directory, http://bugs.debian.org/180253)
5087         
5088 2003-02-11 [paul]       0.8.9claws53
5089
5090         * sync with 0.8.10cvs7
5091                 see ChangeLog 2003-02-09
5092
5093 2003-02-11 [melvin]     0.8.9claws52
5094
5095         * po/fr.po
5096                 Updated French tranlsations
5097
5098 2003-02-10 [paul]       0.8.9claws51
5099
5100         * sylpheed.spec.in
5101                 correct --enable-openssl
5102                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5103
5104 2003-02-09 [martin]     0.8.9claws50
5105
5106         * src/prefs_matcher.c
5107                 fix segfault in prefs_matcher_substitute_cb() when
5108                 no row is selected
5109
5110 2003-02-09 [paul]       0.8.9claws49
5111
5112         * src/folderview.c
5113                 fix bug where a newsgroup folder's processing rules were
5114                 merged with the global filtering rules when the newsgroup
5115                 folder was deleted, causing some seriously bad results,
5116                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5117
5118 2003-02-08 [melvin]     0.8.9claws48
5119
5120         * src/compose.c
5121                 Corrected and modified an alert message.
5122
5123 2003-02-07 [paul]       0.8.9claws47
5124
5125         * src/folderview.c
5126                 fix bug where both an 'Account properties' window and a
5127                 'Folder properties' window were opened when clicking on
5128                 'Properties' in an NNTP or IMAP folder's popup menu.
5129
5130 2003-02-07 [paul]       0.8.9claws46
5131
5132         * sync with 0.8.10cvs6
5133                 see ChangeLog 2003-02-06
5134
5135 2003-02-06 [christoph]  0.8.9claws45
5136
5137         * src/mbox.c
5138                 freeze folder updates while importing mbox files
5139                 (closes bug 43 importing mbox took hours)
5140                 
5141         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5142
5143 2003-02-06 [thorsten]   0.8.9claws44
5144
5145         * po/de.po
5146                 Updated german translations
5147
5148 2003-02-06 [thorsten]   0.8.9claws43
5149
5150         * src/news.h
5151                 use guint for message numbers (fix count in grouplist dialog)
5152
5153 2003-02-05 [paul]       0.8.9claws42
5154
5155         * sync with 0.8.10cvs2
5156                 see ChangeLog 2003-02-05
5157
5158 2003-02-04 [colin]      0.8.9claws41
5159
5160         * src/prefs_common.[ch]
5161           src/procmsg.c
5162           src/summaryview.c
5163                 Add an option to disable threading by subject
5164
5165 2003-02-04 [christoph]  0.8.9claws40
5166
5167         * src/inc.c
5168                 only abort fetching mails from multiple accounts when the
5169                 error is fatal and does not allow to check any more accounts
5170                 (currently only disk full error)
5171
5172         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5173          receive mails for other accouts)
5174
5175 2003-02-04 [christoph]  0.8.9claws39
5176
5177         * src/folder.c
5178                 first add the new message to the cache, then
5179                 send the update notification
5180
5181         (closes bug 39 after sending message folderview doesnt get updated)
5182
5183 2003-02-04 [colin]      0.8.9claws38
5184
5185         * src/inc.c
5186                 _really_ fix this Connecting... status
5187
5188 2003-02-04 [paul]       0.8.9claws37
5189
5190         * sync with 0.8.10
5191                 see ChangeLog 2003-02-04
5192
5193 2003-02-04 [paul]       0.8.9claws36
5194
5195         * sync with 0.8.9cvs6
5196                 see ChangeLog 2003-02-03
5197
5198 2003-02-04 [paul]       0.8.9claws35
5199
5200         * po/pt_BR.po
5201                 updated by André Filipe de Assunção e Brito 
5202                 <bedecko@netsite.com.br>
5203
5204 2003-02-03 [thorsten]   0.8.9claws34
5205
5206         * po/de.po
5207                 Updated german translations
5208
5209 2003-02-02 [paul]       0.8.9claws33
5210
5211         * po/es.po
5212                 updated by Ricardo Mones Lastra
5213
5214 2003-02-02 [thorsten]   0.8.9claws32
5215
5216         * src/mh.c
5217                 Fix mh_get_msginfo() segfault if file is inaccessible
5218
5219 2003-01-31 [colin]      0.8.9claws31
5220
5221         * src/procheader.c
5222                 Fix last commit's bug
5223
5224 2003-01-31 [colin]      0.8.9claws30
5225
5226         * src/procheader.c
5227                 Missing a change for gpg-signed messages
5228
5229 2003-01-31 [paul]       0.8.9claws29
5230
5231         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5232           src/procheader.c
5233           src/stock_pixmap.[ch]
5234           src/summaryview.c
5235                 indicate GnuPG signed messages by displaying an icon
5236                 in the Attachment column.
5237
5238 2003-01-31 [paul]       0.8.9claws28
5239
5240         * sync with 0.8.9cvs4
5241                 see ChangeLog 2003-01-31
5242
5243 2003-01-31 [alfons]     0.8.9claws27
5244
5245         * src/textview.c
5246                 tune URI parser to accept mailto URLs with a '?'
5247                 (patch from Ruslan Balkin)
5248
5249 2003-01-31 [colin]      0.8.9claws26
5250
5251         * src/summaryview.c
5252                 Fix a leak introduced in claws24
5253
5254 2003-01-31 [colin]      0.8.9claws25
5255
5256         * src/summaryview.c
5257                 Freeze/Thaw folder updates when deleting dups
5258
5259 2003-01-31 [colin]      0.8.9claws24
5260         
5261         * src/addr_compl.c
5262           src/summaryview.c
5263           src/msgcache.c
5264                 little speed improvements
5265
5266 2003-01-31 [colin]      0.8.9claws23
5267
5268         * src/summaryview.c
5269                 Fix segfault when forwarding nothing
5270                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5271                 
5272 2003-01-30 [paul]       0.8.9claws22
5273
5274         * sync with 0.8.9cvs3
5275                 see ChangeLog 2003-01-30
5276
5277 2003-01-30 [paul]       0.8.9claws21
5278
5279         * sync with 0.8.9cvs2
5280                 see ChangeLog 2003-01-30
5281
5282 2003-01-29 [paul]       0.8.9claws20
5283
5284         * sync with 0.8.9cvs1
5285                 see ChangeLog 2003-01-29
5286
5287 2003-01-28 [paul]       0.8.9claws19
5288
5289         * po/POTFILES.in
5290                 update to reflect changes. 
5291                 thanks to Ricardo Mones Lastra
5292
5293 2003-01-27 [christoph]  0.8.9claws18
5294
5295         * ac/openssl.m4
5296         * ac/spamassassin.m4
5297         * src/plugins/spamassassin/README
5298         * src/plugins/spamassassin/libspamc.[ch]
5299         * src/plugins/spamassassin/utils.[ch]
5300                 updated to latest libspamc
5301
5302 2003-01-27 [christoph]  0.8.9claws17
5303
5304         * src/folder.c
5305                 fix wrong use of procheader_get_header_fields
5306
5307 2003-01-27 [christoph]  0.8.9claws16
5308
5309         * src/news.c
5310         * src/prefs_account.[ch]
5311         * src/common/nntp.[ch]
5312                 allow to force authentication for NNTP servers
5313
5314         Patch submitted by Florian Mickler <dmk@d-labs.de>
5315
5316 2003-01-26 [paul]       0.8.9claws15
5317
5318         * src/summaryview.c
5319                 speed up of marking messages as read
5320                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5321
5322 2003-01-26 [christoph]  0.8.9claws14
5323
5324         * src/Makefile.am
5325         * src/mgutils.[ch]              ** REMOVE **
5326         * src/xml.[ch]                  ** REMOVE **
5327         * src/xmlprops.[ch]             ** REMOVE **
5328         * src/common/Makefile.am
5329         * src/common/mgutils.[ch]       ** NEW **
5330         * src/common/xml.[ch]           ** NEW **
5331         * src/common/xmlprops.[ch]      ** NEW **
5332                 move xml files to common directory
5333
5334 2003-01-26 [christoph]  0.8.9claws13
5335
5336         * src/plugins/spamassassin/spamassassin_gtk.c
5337                 only set gtk entry text if string is available
5338
5339 2003-01-26 [melvin]     0.8.9claws12
5340
5341         * src/description_window.c
5342                 Allow resizing of the window
5343                 Allow automatic horizontal scroll bar
5344                 Do not vertically expand and fill
5345
5346 2003-01-26 [christoph]  0.8.9claws11
5347
5348         * src/Makefile.am
5349         * src/gtkutils.[ch]             ** REMOVE **
5350         * src/common/sylpheed.c
5351         * src/gtk/Makefile.am
5352         * src/gtk/description_window.c
5353         * src/gtk/gtkutils.[ch]         ** NEW **
5354         * src/gtk/prefswindow.c
5355                 move gtkutils to gtk directory
5356
5357 2003-01-26 [paul]       0.8.9claws10
5358
5359         * src/summaryview.c
5360                 rename summary_unread_clicked() to summary_status_clicked()
5361
5362 2003-01-26 [melvin]     0.8.9claws9
5363
5364         * src/prefs_actions.c
5365                 Cosmetical changes to the help text
5366
5367 2003-01-26 [paul]       0.8.9claws8
5368
5369         * src/folder.[ch]
5370           src/mainwindow.c
5371           src/prefs_common.c
5372           src/prefs_sumamry_column.c
5373           summaryview.[ch]
5374                 rename the 'Unread' column to 'Status'
5375
5376 2003-01-25 [match]      0.8.9claws7
5377
5378         * src/mgutils.[ch]
5379                 removed reference to LDAP constants. removed error2string.
5380                 included functions to support LDAP dynamic queries.
5381         * src/syldap.h
5382                 moved LDAP constants here.
5383         * src/addressbook.c
5384         * src/addrindex.c
5385         * src/importldif.c
5386                 removed references to LDAP constants and references to
5387                 error2string.
5388
5389 2003-01-25 [paul]       0.8.9claws6
5390
5391         * src/summaryview.c
5392                 summary_thread_build(), summary_thread_init(): remove 
5393                 unneeded reference to summaryview->folder_item
5394
5395 2003-01-25 [christoph]  0.8.9claws5
5396
5397         * src/gtk/description_window.c
5398                 o allow description texts to expand over multiple columns
5399                 o translate all columns
5400         * src/prefs_actions.c
5401                 change syntax description to use new multi column feature
5402
5403         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5404
5405 2003-01-25 [match]      0.8.9claws4
5406
5407         * src/vcard.c
5408                 fixed bug with Quoted-Printable
5409
5410 2003-01-25 [paul]       0.8.9claws3
5411
5412         * src/folder.[ch]
5413           src/summaryview.[ch]
5414                 implement per-folder collapsed/expanded threads setting
5415                 
5416         * src/prefs_common.c
5417                 remove global collapsed/expanded threads option
5418
5419 2003-01-25 [christoph]  0.8.9claws2
5420
5421         * po/POTFILES.in
5422                 add pluginwindow and prefswindow
5423         * src/compose.c
5424                 make send respond correctly to messages that could be added
5425                 to the queue folder, but the UID of the message is unknown
5426         * src/folder.c
5427         * src/imap.c
5428                 don't return guessed UIDs in imap_add_msg anymore. We return
5429                 0 to tell the folder system it was appened but the UID is
5430                 unknown. Folder system now get's the UID by scaning the folder
5431                 and searching the cache for the Message-ID
5432                 (closes bug #29 Messages queued, but not sent)
5433
5434 2003-01-25 [paul]       0.8.9claws1
5435
5436         * src/codeconv.c
5437                 conv_encode_header():  fix bug when long headers with 8-bit
5438                 characters are used, so that the encoded words are wrapped.
5439                 If the space in the original text falls on the wrap boundary,
5440                 it can be lost.
5441                 Patch by Sergey Vlasov.
5442                 
5443         * src/folderview.c
5444                  fix bug where a change to the sorting method or thread view
5445                  of a folder's messages is lost if simpify-subject is set and
5446                  toggled on or off.
5447                  Patch by Luke Plant.
5448
5449 2003-01-24 [paul]       0.8.9claws
5450
5451         * sylpheed-0.8.9claws released
5452         
5453         * Makefile.am
5454           sylpheed.spec.in
5455                 remove reference to 'INSTALL.jp'
5456
5457 2003-01-23 [paul]       0.8.8claws128
5458
5459         * po/es.po
5460           po/it.po
5461           po/ru.po
5462           po/sr.po
5463                 updated translations. submitted by Ricardo Mones Lastra,
5464                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5465
5466 2003-01-23 [colin]      0.8.8claws127
5467
5468         * src/compose.c
5469                 Fix drafted and queued news articles re-edition
5470
5471 2003-01-23 [melvin]     0.8.8claws126
5472
5473         * po/fr.po
5474                 Updated French translations
5475
5476 2003-01-23 [colin]      0.8.8claws125
5477
5478         * src/inc.c
5479                 Fix "Connecting to..." status message
5480
5481 2003-01-22 [paul]       0.8.8claws124
5482
5483         * po/bg.po
5484                 updated by George Danchev
5485                 
5486         * src/folder.c
5487                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5488                 and folder deletion
5489
5490 2003-01-21 [paul]       0.8.8claws123
5491
5492         * po/bg.po
5493                 updated by George Danchev
5494                 
5495         * src/about.c
5496                 its now 2003
5497                 
5498         * src/toolbar.c
5499                 don't translate 'Separator'
5500                 
5501         * src/plugins/spamassassin/Makefile.am
5502                 add aspell to CPPFLAGS
5503                 
5504         * src/plugins/spamassassin/spamassassin.c
5505           src/plugins/spamassassin/spamassassin_gtk.c
5506                 set correct default for spamassassin_receive_spam
5507                 slightly re-word descriptions and some
5508                 other minor changes
5509
5510 2003-01-19 [alfons]     0.8.8claws122
5511                 
5512         * src/mimeview.c
5513                 mimeview_save_as(): we might as well show the file name for
5514                 the single case "Save As" too
5515
5516 2003-01-19 [alfons]     0.8.8claws121
5517
5518         * src/crash.c
5519                 change bug tracker URL to bugzilla URL
5520
5521 2003-01-19 [alfons]     0.8.8claws120
5522
5523         * src/mimeview.c
5524                 mimeview_save_all(): display name of file before overwriting;
5525                 continue saving all, even when one overwrite was cancelled
5526
5527 2003-01-19 [christoph]  0.8.8claws119
5528
5529         * src/summaryview.c
5530         * src/procmsg.[ch]
5531                 fix wrong usage of procmsg_find_children in summaryview
5532                 by using procmsg_update_unread_children instead of
5533                 summaryview_update_unread_children
5534
5535 2003-01-19 [christoph]  0.8.8claws118
5536
5537         * src/procmsg.c
5538                 fix infinite loop in procmsg_find_children
5539                  (closes bug #25 sylpheed crashes on delete.)
5540
5541         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5542
5543 2003-01-19 [paul]       0.8.8claws117
5544
5545         * po/pt_BR.po
5546                 updated by Ivan Francolin Martinez
5547
5548 2003-01-18 [melvin]     0.8.8claws116
5549
5550         * src/prefs_actions.c
5551                 Removed syntax limitation of only one '&' at the end of command.
5552                         Now actions that contain '>/dev/null 2>&1' are possible.
5553
5554 2003-01-18 [melvin]     0.8.8claws115
5555
5556         * src/prefs_actions.c
5557                 Actions IO dialog: when the action ends
5558                 the "Close" button now has focus and [Escape] closes the
5559                 window.
5560
5561 2003-01-18 [christoph]  0.8.8claws114
5562
5563         * src/procmsg.c
5564                 o add debug output when MsgInfos are really freed
5565                 o free GSLists in procmsg_find_children and
5566                   procmsg_update_unread_children
5567
5568 2003-01-18 [christoph]  0.8.8claws113
5569
5570         * src/mainwindow.c
5571                 reorder Configuration menu
5572
5573 2003-01-18 [christoph]  0.8.8claws112
5574
5575         * src/compose.c
5576                 fix applying templates to forwarded messages
5577
5578         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5579
5580 2003-01-17 [christoph]  0.8.8claws111
5581
5582         * src/folder.c
5583                 destroy folder items, when a folder item is removed
5584
5585 2003-01-17 [christoph]  0.8.8claws110
5586
5587         * src/folder.c
5588                 fix wrong folder stats update when ignored message is
5589                 deleted
5590
5591 2003-01-17 [colin]      0.8.8claws109
5592         
5593         * src/mainwindow.c
5594         * src/summaryview.c
5595                 Quicksearch bugfixes: 
5596                 - hide help button at startup if not extended
5597                 - switch to extended when looking for replies
5598
5599 2003-01-17 [paul]
5600
5601         * sync with 0.8.9 release
5602
5603 2003-01-17 [paul]       0.8.8claws108
5604
5605         * sync with 0.8.8cvs11
5606                 see ChangeLog 2003-01-17
5607
5608 2003-01-16 [colin]      0.8.8claws107
5609
5610         * src/procmsg.c
5611                 Changed encryption test to re-ask passphrase
5612                 if an encrypted message hasn't been decrypted
5613                 Fixes bug #5
5614
5615 2003-01-16 [christoph]  0.8.8claws106
5616
5617         * src/prefs_gtk.c
5618         * src/prefs_toolbar.c
5619         * src/gtk/prefswindow.h
5620         * src/plugins/spamassassin/spamassassin_gtk.c
5621                 remove page destroy function that is not used anymore
5622
5623 2003-01-16 [paul]       0.8.8claws105
5624
5625         * sync with 0.8.8cvs9
5626                 see ChangeLog 2002-01-16
5627
5628 2003-01-16 [colin]      0.8.8claws104
5629
5630         * src/compose.[ch]
5631                 Fix bug with autosaved drafts for IMAP, when draft
5632                 folder is specified - fixes bugzilla bug #20
5633
5634 2003-01-15 [paul]       0.8.8claws103
5635
5636         * src/compose.[ch]
5637           src/procmsg.c
5638                 store folder and message-id of message forwarding
5639                 in queue header and set forward flag after sending
5640
5641 2003-01-15 [paul]       0.8.8claws102
5642
5643         * sync with 0.8.8cvs8
5644                 see ChangeLog 2002-01-15
5645
5646 2003-01-15 [colin]      0.8.8claws101
5647
5648         * src/Makefile.am
5649                 Fix linking with GNU libiconv
5650
5651 2003-01-15 [darko]      0.8.8claws100
5652
5653         * src/pine.c
5654                 fix crash when importing pine address book
5655                 entry with an empty name (reported by DY
5656                 <dybulk at tri8.net>)
5657
5658 2003-01-14 [paul]       0.8.8claws99
5659
5660         * configure.in  ** REMOVED **
5661           configure.ac  ** NEW FILE **
5662                 rename configure.in to configure.ac, as it is now
5663                 preferred
5664
5665 2003-01-14 [melvin]     0.8.8claws98
5666
5667         * src/folderview.c
5668                 folderview_check_new(): More precise function description
5669
5670 2003-01-14 [melvin]     0.8.8claws97
5671
5672         * src/folderview.c
5673                 folderview_check_new(): return the number of new messages 
5674                         since last check.
5675         * src/inc.c
5676                 inc_account_mail(): Disable counting of new messages for IMAP
5677                         and NNTP until bug [19] and [14] are fixed.
5678
5679 2003-01-14 [paul]       0.8.8claws96
5680
5681         * sync with 0.8.8cvs6
5682                 see ChangeLog 2003-01-14
5683
5684 2003-01-13 [alfons]     0.8.8claws95
5685
5686         * src/textview.c
5687                 tune email address validation (c. 0.8.8claws89): if . is 
5688                 just one char away from @, the address is invalid too 
5689                 (correctly rejects addresses like foo@.com)
5690
5691 2003-01-13 [paul]       0.8.8claws94
5692
5693         * src/messageview.c
5694           src/toolbar.c
5695                 fixes to the Message View toolbar and menu:
5696                 fix non-functioning Forward button
5697                 make Reply button consider default_reply_list
5698                 remove 'Follow-up...' menu entry
5699                 add 'Forward' and 'Redirect' menu entries
5700
5701 2003-01-13 [melvin]     0.8.8claws93
5702
5703         * src/inc.c
5704                 Fixed typo that could make new messages count incorrect.
5705
5706 2003-01-13 [melvin]     0.8.8claws92
5707
5708         * src/folderview.[ch]
5709                 folderview_check_new(): return the number of new messages.
5710         * src/inc.c
5711                 Should fix bug [14] where new mail notification worked 
5712                         incorrectly with IMAP accounts.
5713                 inc_spool_account(): return number of new msgs, or -1 on error
5714                 inc_all_spool(): return number of new msgs
5715                 
5716 2003-01-13 [melvin]     0.8.8claws91
5717
5718         * src/prefs_actions.c
5719                 Justify help text.
5720
5721 2003-01-12 [thorsten]   0.8.8claws90
5722
5723         * src/common/prefs.c
5724                 close file before rename
5725
5726 2003-01-12 [alfons]     0.8.8claws89
5727
5728         * AUTHORS
5729                 add Christian Mertes
5730         * src/common/utils.[ch]
5731                 g_stricase_hash(), g_stricase_equal(): functions for 
5732                 case insensitive hash tables
5733         * src/textview.c
5734                 use top level domain names to validate email address, based
5735                 on a patch by Christian Mertes (thanks!), but changed 
5736                 implementation to use a hash table 
5737
5738 2003-01-12 [paul]       0.8.8claws88
5739
5740         * po/bg.po
5741                 updated by George Danchev
5742
5743 2003-01-12 [alfons]     0.8.8claws87
5744
5745         * src/summaryview.c
5746                 delete / execute performance: use new style folder update
5747
5748 2003-01-12 [paul]       0.8.8claws86
5749
5750         * sync with 0.8.8cvs5
5751                 see ChangeLog 2003-01-13 (!)
5752
5753 2003-01-12 [alfons]     0.8.8claws85
5754
5755         * src/filtering.c
5756         * src/matcher_parser_parse.y
5757                 prepare change_score filtering action
5758         * src/matcher.[ch]
5759                 give up const-correctness on functions that call non-const-correct functions;
5760                 several casts to gpointer in g_free();
5761                 add change_score;
5762
5763 2003-01-12 [christoph]  0.8.8claws84
5764
5765         * src/compose.c
5766                 fix 2 warnings
5767
5768         * src/gtk/prefswindow.[ch]
5769         * src/plugins/spamassassin/spamassassin_gtk.c
5770                 changed the call of the widget create function
5771                 for PrefsPages, because sometimes the widget
5772                 create function needs a widget that already has
5773                 been attached to a window (to create GDK pixmaps
5774                 for exmaple). So we simply pass the GtkWindow as
5775                 the second parameter now.
5776
5777         * src/main.c
5778         * src/mainwindow.c
5779         * src/prefs_toolbar.[ch]
5780                 rewrite Toolbar Preferences using the new
5781                 prefs window
5782
5783 2003-01-11 [alfons]     0.8.8claws83
5784
5785         * src/addressadd.c
5786                 fix crash when adding sender to addressbook because status bar
5787                 isn't there (the status bar doesn't seem to be used though,
5788                 but I'll let Match decide what to do with it)
5789
5790 2003-01-11 [colin]      0.8.8claws82
5791
5792         * src/main.c
5793           src/toolbar.c
5794                 Two useless changes reversed
5795
5796 2003-01-11 [colin]      0.8.8claws81
5797
5798         * src/mainwindow.c
5799           src/mainwindow.h
5800                 Add mainwindow_get_mainwindow()
5801         * src/alertpanel.c
5802           src/alertpanel.h
5803                 Add alertpanel_error_log() 
5804         * src/compose.c
5805           src/inc.c
5806           src/messageview.c
5807           src/toolbar.c
5808           src/main.c
5809           src/procmsg.c
5810                 Network errors get a View Log button
5811
5812 2003-01-10 [alfons]     0.8.8claws80
5813
5814         * src/prefs_toolbar.c
5815         * src/toolbar.c
5816                 use the translatable string for "Separator" as file name for
5817                 separator toolbar items (probably make this uppercase?)
5818
5819 2003-01-10 [alfons]     0.8.8claws79
5820
5821         * src/prefs_toolbar.c
5822                 put right A_SEPARATOR description string in "displayed
5823                 toolbar items list" so manually added separators are
5824                 saved correctly (bug #10, "Adding a separator to the main 
5825                 toolbar fails, entry in xml file is wrong")
5826
5827 2003-01-10 [christoph]  0.8.8claws78
5828
5829         * src/imap.c
5830                 o fix warnings
5831                 o use CAPABILITY to check if NAMESPACE is available
5832
5833 2003-01-10 [christoph]  0.8.8claws77
5834
5835         * src/imap.[ch]
5836                 apply UIDPLUS IMAP extension support patch
5837
5838         Patch submitted by Simon 'corecode' Schubert
5839
5840 2003-01-10 [paul]       0.8.8claws76
5841
5842         * src/folderview.c
5843                 a sync from main which fixes the news account folders'
5844                 Properties bug
5845
5846 2003-01-10 [christoph]  0.8.8claws75
5847
5848         * src/folder.c
5849                 don't accept 0 as a valid uid returned by copy and move
5850                 functions. 0 means the message was copied or moved but the
5851                 new uid could not be fetched. It is not an error condition
5852                 for the copy or move operation.
5853
5854 2003-01-10 [paul]       0.8.8claws74
5855
5856         * src/prefs_filtering.c
5857                 change English used in Alert when entry is not
5858                 saved.
5859                 
5860         * sync with 0.8.8cvs4
5861                 see ChangeLog 2003-01-10
5862
5863 2003-01-10 [darko]      0.8.8claws73
5864
5865         * src/pine.c
5866                 fix crash when importing address book entry
5867                 without a valid address
5868
5869 2003-01-09 [alfons]     0.8.8claws72
5870
5871         * src/inc.c
5872                 filtering performance: use new style folder update
5873
5874 2003-01-09 [christoph]  0.8.8claws71
5875
5876         * src/compose.c
5877         * src/gtk/menu.[ch]
5878                 fix wrong selecting of mime encoding type, when
5879                 opening property dialog of attachments in the
5880                 compose window. 7bit was always selected and that
5881                 destoryed files with 8bit data.
5882                 (closes bug #9 Sylpheed-claws destroys attachments when
5883                  changing MIME-types)
5884
5885 2003-01-09 [paul]       0.8.8claws70
5886
5887         * sync with 0.8.8cvs3
5888                 see ChangeLog 2003-01-09
5889
5890 2003-01-08 [alfons]     0.8.8claws69
5891         
5892         * src/addressadd.c
5893                 apply patch by Kim Schulz to fix build breakage
5894                 because of missing variable
5895
5896 2003-01-08 [paul]       0.8.8claws68
5897
5898         * sync with 0.8.8cvs2
5899                 see ChangeLog 2002-01-08
5900
5901 2003-01-08 [paul]       0.8.8claws67
5902
5903         * po/it.po
5904                 updated by Alessandro Maestri
5905                 
5906         * src/addressadd.c
5907                 when using 'Add sender to addressbook' allow
5908                 name to be edited and remarks to be entered
5909                 Patch submitted by Luke Plant
5910
5911 2003-01-08 [darko]      0.8.8claws66
5912
5913         * README.claws, src/summaryview.c
5914                 fix description for marked messages
5915
5916 2003-01-08 [paul]
5917
5918         * tools/Makefile.am
5919           tools/launch_phoenix  ** NEW FILE **
5920                 add script that enables using Phoenix as the default
5921                 web browser. 
5922                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5923                 
5924         * tools/OOo2sylpheed.pl
5925                 remove full path to sylpheed executable, just 'sylpheed'
5926                 will do
5927                 
5928         * tools/README
5929                 add launch_phoenix informtion and re-arrange and compress
5930                 the data a little
5931
5932 2003-01-07 [christoph]  0.8.8claws65
5933
5934         * src/folder.c
5935                 fix update for source folder when moving messages
5936         * src/procmsg.[ch]
5937         * src/summaryview.c
5938                 use function to set to_folder for message infos and
5939                 automatically update the op_count for old and new
5940                 folder
5941
5942 2003-01-07 [melvin]     0.8.8claws64
5943
5944         * src/prefs_actions.c
5945                 Fixed bug where an '%p' Action on a displayed image crashed 
5946                         Sylpheed
5947                 Code clean up (get rid of duplicated code and removed unnecessary 
5948                                 structure member)
5949
5950 2003-01-07 [christoph]  0.8.8claws63
5951
5952         * src/compose.c
5953         * src/folder.[ch]
5954         * src/folderview.c
5955         * src/import.c
5956         * src/inc.c
5957         * src/main.c
5958         * src/mainwindow.c
5959         * src/messageview.c
5960         * src/prefs_folder_item.c
5961         * src/procmsg.c
5962         * src/summaryview.c
5963         * src/toolbar.c
5964                 o remove all folder update triggering from the UI code. The folder
5965                   system should know much better when a folder needs an update.
5966                 o to prevent multiple updates in a row the folder updates can be
5967                   frozen for some time.
5968
5969                 Note: - Please verify that no updates are missing
5970                       - Check where freeze/thaws should be added
5971
5972 2003-01-07 [christoph]  0.8.8claws62
5973
5974         * src/prefs_actions.c
5975                 don't translate empty strings
5976
5977         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5978
5979 2003-01-06 [christoph]  0.8.8claws61
5980
5981         * src/prefs_actions.c
5982                 mark strings for gettext
5983         * src/prefs_matcher.c
5984                 use new description window for Execute action and
5985                 match condition in Filtering
5986
5987         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5988
5989 2003-01-06 [alfons]     0.8.8claws60
5990
5991         keep myself inspired to re-organize matcher part 8; 
5992         yes, more to come (I need to move out the descriptive
5993         text for actions to matcher.c, or at least make it not
5994         depend on the wicked ordering)
5995
5996         * src/prefs_matcher.c
5997                 add documentation so others may comprehend the
5998                 UI part of the conditions
5999                 
6000 2003-01-06 [christoph]  0.8.8claws59
6001
6002         * src/prefs_actions.c
6003                 use new description window for syntax help
6004         * src/gtk/description_window.c
6005                 fix display of descriptions with column count != 2
6006
6007         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6008
6009 2003-01-06 [christoph]  0.8.8claws58
6010
6011         * src/quote_fmt.c
6012         * src/summaryview.[ch]
6013         * src/gtk/Makefile.am
6014         * src/gtk/description_window.[ch]       ** NEW **
6015                 use a generic window to display syntax descriptions
6016                 currently used in quote_fmt and summaryview (new description
6017                 for extended quick search)
6018
6019         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6020
6021 2003-01-06 [paul]       0.8.8claws57
6022
6023         * sync with 0.8.8cvs1
6024                 see ChangeLog 2003-01-06
6025
6026 2003-01-06 [christoph]  0.8.8claws56
6027
6028         * src/mainwindow.c
6029         * src/prefs_gtk.[ch]
6030         * src/gtk/prefswindow.[ch]
6031         * src/plugins/spamassassin/spamassassin_gtk.c
6032                 o remove page management from prefswindow, pages
6033                   will be an argument to prefswindow_open
6034                 o prefswindow_open gets a datapointer that is
6035                   passed to the widget_create function to allow
6036                   creation of prefswindow for specific items
6037
6038 2003-01-06 [colin]      0.8.8claws55
6039         
6040         * src/summaryview.c
6041                 We don't want regexp in the reply-finder, 
6042                 because MIDs can contain !,$,. and so on
6043
6044 2003-01-06 [jens]       0.8.8claws54
6045
6046         * src/jpilot.c
6047                 fixed a wrong free in jpilot_read_db_files
6048
6049 2003-01-06 [alfons]     0.8.8claws53
6050
6051         re-organize matcher part 8; more to come
6052        
6053         * src/matcher.c
6054                 matcherprop_to_string(): put g_free()s before the
6055                 switch-case break to fix memleaks                
6056
6057 2003-01-06 [colin]      0.8.8claws52
6058
6059         * src/summaryview.c
6060                 cleanup & reply-finder now displays the first 
6061                 matching message
6062
6063 2003-01-05 [alfons]     0.8.8claws51
6064
6065         re-organize matcher part 7; more to come
6066
6067         * src/matcher.[ch]
6068                 fixes for constant correctness;
6069                 more documentation;
6070
6071 2003-01-05 [alfons]     0.8.8claws50
6072
6073         re-organize matcher part 6; more to come
6074         
6075         * src/matcher.[ch]
6076                 fixes for constant correctness;
6077                 more documentation;
6078         * src/filtering.c
6079                 fix for constant correctness
6080
6081 2003-01-05 [colin]      0.8.8claws49
6082
6083         * src/account.[ch]
6084                 Add account_get_reply_account function
6085         * src/compose.c
6086                 Use account_get_reply_account function 
6087         * src/summaryview.c
6088                 Basic reply-finder - click on the replied
6089                 icon gets you to the outbox using quick-search
6090
6091 2003-01-05 [paul]       0.8.8claws48
6092
6093         * src/prefs_common.c
6094                 small change to English
6095                 
6096         * src/prefs_filtering.c
6097                 prefs_filtering_action_select(): improve logic and uniformity
6098                 of gui
6099
6100 2003-01-05 [alfons]     0.8.8claws47
6101
6102         fine tune solution to focus problems (bug #7)
6103
6104         * src/mainwindow.c
6105                 mainwindow_focus_in_event(): remove grab event check
6106         * src/summaryview.c
6107                 summary_button_pressed(): move selection on right-click
6108                 too. we can't possibly move the selection back after
6109                 canceling a dialog, because gtk's incomplete focus 
6110                 management. whether this is a good solution, only time
6111                 will tell.
6112
6113 2003-01-05 [christoph]  0.8.8claws46
6114
6115         * src/imap.c
6116                 fix crash when no imap connection could be established
6117
6118 2003-01-05 [paul]       0.8.8claws45
6119
6120         * src/mainwindow.c
6121           src/sumamryview.c
6122           src/gtk/menu.[ch]
6123                 fix bug 605957 'shortcuts in popup-menu'
6124                 make user-defined shortcuts work
6125                 show shortcuts that are already defined
6126                 in the main menu
6127                 Patch submitted by Luke Plant
6128
6129 2003-01-05 [alfons]     0.8.8claws44
6130
6131         * src/mainwindow.c
6132                 focus_in_event handler should not select summary view row 
6133                 when another window (menu, dialog) grabbed for events 
6134                 (bug #7, "[0.8.8claws42] Message summary focus") 
6135
6136 2003-01-04 [christoph]  0.8.8claws43
6137
6138         * src/procmsg.c
6139                 update save folder after adding the sent message
6140                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6141
6142 2003-01-02 [christoph]  0.8.8claws42
6143
6144         * src/common/plugin.c
6145                 fix unloading of all plugins and unload
6146                 plugins in reverse order
6147                 
6148         * src/gtk/pluginwindow.c
6149                 implement function of load and unload button
6150
6151         * src/gtk/prefswindow.c
6152         * src/gtk/prefswindow.h
6153                 rename register function and add new unregister
6154                 function
6155
6156         * src/plugins/spamassassin/spamassassin_gtk.c
6157                 unregister prefs page and update for changes in
6158                 src/gtk/prefswindow.c
6159
6160 2003-01-02 [paul]       0.8.8claws41
6161
6162         * po/es.po
6163                 updated by Ricardo Mones Lastra
6164
6165 2003-01-02 [paul]
6166
6167         * tools/tb2sylpheed
6168                 fixes and improvements by Urke MMI
6169
6170 2003-01-02 [thorsten]   0.8.8claws40
6171
6172         * src/procmsg.c
6173                 fixed wrong return value
6174
6175 2003-01-02 [thorsten]   0.8.8claws39
6176
6177         * src/prefs.c
6178                 fixed printing wrong variable
6179
6180 2003-01-02 [thorsten]   0.8.8claws38
6181
6182         * src/prefs.c
6183                 fixed acessing members of freed pfile struct
6184
6185 2003-01-02 [thorsten]   0.8.8claws37
6186
6187         * src/procmsg.c
6188                 detect loops across several messages
6189                 as suggested by Christoph Hohmann
6190
6191 2003-01-01 [match]      0.8.8claws36
6192
6193         * src/addrindex.c
6194                 fixed another memory leak.
6195
6196 2003-01-01 [match]      0.8.8claws35
6197
6198         * src/jpilot.[ch]
6199                 fixed memory leaks. applied Doxygen comments.
6200
6201 2003-01-01 [thorsten]   0.8.8claws34
6202
6203         * src/procmsg.c
6204                 inhibit endless loop if msg references itself
6205                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6206
6207 2003-01-01 [christoph]  0.8.8claws33
6208
6209         * src/mainwindow.c
6210         * src/gtk/Makefile.am
6211         * src/gtk/pluginwindow.c                ** NEW **
6212         * src/gtk/pluginwindow.h                ** NEW **
6213                 add plugin window
6214
6215         * src/plugins/demo/demo.c
6216         * src/plugins/spamassassin/spamassassin.c
6217         * src/plugins/spamassassin/spamassassin_gtk.c
6218                 write better plugin descriptions
6219
6220 2002-12-31 [christoph]  0.8.8claws32
6221
6222         * src/gtk/prefswindow.c
6223         * src/plugins/spamassassin/spamassassin_gtk.c
6224                 some small improvements to GTK code
6225
6226 2002-12-31 [christoph]  0.8.8claws31
6227
6228         * src/plugins/spamassassin/spamassassin_gtk.c
6229                 enable folder select button
6230
6231 2002-12-31 [christoph]  0.8.8claws30
6232
6233         * src/mainwindow.c
6234         * src/gtk/Makefile.am
6235         * src/gtk/prefswindow.c                         ** NEW **
6236         * src/gtk/prefswindow.h                         ** NEW **
6237                 add new prefs window
6238
6239         * src/common/plugin.c
6240                 don't try to load empty config lines
6241         
6242         * src/plugins/spamassassin/Makefile.am
6243         * src/plugins/spamassassin/spamassassin.c
6244         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6245         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6246                 GTK config for SpamAssassin Plugin using
6247                 the new prefs window
6248
6249 2002-12-31 [paul]       0.8.8claws29
6250
6251         * po/POTFILES.in
6252                 remove obsolete entry 'src/menu.c'
6253
6254 2002-12-31 [alfons]     0.8.8claws28
6255
6256         * src/matcher.[ch]
6257         * src/matcher_parser_parse.y
6258         * src/prefs_matcher.c
6259                 add "ignore_thread" and "~ignore_thread" condition so it's
6260                 possible to make the actions / scoring operate on the ignore
6261                 thread flag
6262
6263 2002-12-31 [christoph]  0.8.8claws27
6264
6265         * src/addrbook.c
6266         * src/addrindex.c
6267         * src/folder.c
6268         * src/matcher.c
6269         * src/prefs_account.c
6270         * src/prefs_actions.c
6271         * src/prefs_customheader.c
6272         * src/prefs_display_header.c
6273         * src/prefs_gtk.c
6274         * src/procmime.c
6275         * src/toolbar.c
6276         * src/xmlprops.c
6277         * src/common/prefs.[ch]
6278                 extend prefs file handling for reading and automatic handling
6279                 of blocks. When reading prefs_set_block_label will automatically
6280                 move on to the block. When writing it will copy all other blocks
6281                 automatically
6282
6283         * src/common/plugin.c
6284                 Now loading plugin filenames from [Plugins] block in
6285                 sylpheed rc file
6286
6287 2002-12-30 [christoph]  0.8.8claws26
6288
6289         * src/common/hooks.[ch]
6290                 return abort status to caller of hooks_invoke
6291                 
6292         * src/inc.[ch]
6293                 invoke message filtering hook and stop
6294                 default handling when filter returns abort
6295
6296         * src/common/plugin.[ch]
6297         * src/plugins/demo/demo.c
6298                 modify plugin loader, because resolving symbols for strings
6299                 does not work correctly
6300         
6301         * configure.in
6302         * ac/spamassassin.m4                            ** NEW **
6303         * src/plugins/spamassassin/.cvsignore           ** NEW **
6304         * src/plugins/spamassassin/Makefile.am          ** NEW **
6305         * src/plugins/spamassassin/README               ** NEW **
6306         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6307         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6308         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6309                 add spamassassin plugin, see src/plugins/spamassassin/README
6310                 for details
6311
6312 2002-12-29 [alfons]     0.8.8claws25
6313
6314         * src/mainwindow.c
6315                 when moving focus from a message view to the main 
6316                 window, don't forget to select the summary node
6317                 of the displayed message. should fix "[ 659103 ] 
6318                 focus-follows-mouse confuses sylpheed"
6319
6320 2002-12-29 [christoph]  0.8.8claws24
6321
6322         * src/Makefile.am
6323         * src/stringtable.[ch]          ** REMOVE **
6324         * src/common/Makefile.am
6325         * src/common/stringtable.[ch]   ** NEW **
6326                 move stringtable files to common directory
6327
6328 2002-12-29 [christoph]  0.8.8claws23
6329
6330         * src/Makefile.am
6331         * src/menu.[ch]                 ** REMOVE **
6332         * src/gtk/Makefile.am
6333         * src/gtk/menu.[ch]             ** NEW **
6334                 move menu files to gtk directory
6335
6336 2002-12-29 [match]      0.8.8claws22
6337
6338         * src/addressbook.c
6339         * src/syldap.c
6340                 moved UI specific code out of LDAP code into addressbook
6341                 UI code. fixed memory leak.
6342
6343 2002-12-29 [christoph]  0.8.8claws21
6344
6345         * src/folder.c
6346                 only check for IGNORED parent message when message is
6347                 not IGNORED itself
6348
6349 2002-12-29 [alfons]     0.8.8claws20
6350
6351         * src/summaryview.c
6352                 set gtksctree's anchor correct (immediate execute
6353                 changes the tree's layout, and anchor points at 
6354                 the incorrect row). fixes "[ 657233 ] multiple msg 
6355                 delete sometimes off by 1".
6356                 we probably have to look for more tree layout /
6357                 anchor glitches.
6358
6359 2002-12-29 [paul]       0.8.8claws19
6360
6361         * src/summaryview.c
6362                 fix bug [ 659054 ] incorrect sorting of 'From' column
6363                 when using 'display sender using address book'
6364                 thanks to Alfons and Luke Plant
6365
6366 2002-12-29 [christoph]  0.8.8claws18
6367
6368         * src/folder.c
6369         * src/procmsg.[ch]
6370                 check parent messages for IGNORE THREAD flag, when adding,
6371                 moving or copying messages to a folder
6372
6373 2002-12-27 [alfons]     0.8.8claws17
6374
6375         re-organize matcher part 5; more to come
6376
6377         * src/matcher.c
6378                 hash keywords in matchparser_tab 
6379
6380 2002-12-27 [alfons]     0.8.8claws16
6381
6382         re-organize matcher part 4; more to come
6383
6384         * src/matcher_parser.h
6385         * src/matcher_parser_lex.l
6386         * src/matcher_parser_parse.y
6387                 cleanup
6388
6389 2002-12-27 [alfons]     0.8.8claws15
6390
6391         re-organize matcher part 3; more to come
6392
6393         * src/matcher.[ch]
6394                 cleanup
6395
6396 2002-12-27 [alfons]     0.8.8claws14
6397
6398         re-organize matcher part 2; more to come but this should
6399         work. cc me if there are any regressions.
6400
6401         * src/matcher.h
6402                 add prototype for get_matchparser_tab_id()
6403         * src/matcher_parser_lex.l
6404                 look up keywords using matchparser_tab_id();
6405
6406 2002-12-27 [alfons]     0.8.8claws12
6407
6408         re-organize matcher part 1
6409
6410         * src/matcher.h
6411                 map yacc generated constants to sylpheed matcher constants
6412         * src/matcher.c
6413                 add function to find a matcher constant from a string
6414
6415 2002-12-27 [christoph]  0.8.8claws11
6416
6417         * src/compose.c
6418                 MENUITEM_ADD casts the 4th argument from integer to pointer
6419                 so it probably should not be a pointer, this means we
6420                 should use account id for it and not the account's pointer
6421
6422 2002-12-27 [paul]       0.8.8claws10
6423
6424         * src/mainwindow.c
6425                 remove unneeded 'GtkWidget *vbox'
6426                 
6427         * src/summaryview.c
6428                 further sync with 0.8.8 - make sort
6429                 by recipient work as expected
6430                 
6431         * NEWS
6432                 sync with 0.8.8
6433
6434 2002-12-27 [paul]       0.8.8claws9
6435
6436         * po/pt_BR.po
6437                 updated by Ivan F. Martinez
6438                 
6439 2002-12-27 [darko]      0.8.8claws8
6440
6441         * src/common/utils.c
6442                 added locked pattern to extended search
6443
6444 2002-12-27 [alfons]     0.8.8claws7
6445
6446         * src/prefs_matcher.[ch]
6447                 clean up
6448
6449 2002-12-26 [alfons]     0.8.8claws6
6450
6451         * src/matcher.[ch]
6452         * src/matcher_parser_lex.l
6453         * src/matcher_parser_parse.y
6454         * src/prefs_matcher.c
6455                 allow color label as a condition in the matcher
6456
6457 2002-12-26 [oliver]     0.8.8claws5
6458         
6459         * src/toolbar.c 
6460                 enable Addressbook for Main and Messageview
6461         * src/prefs_actions.c
6462                 enable actions in Messageview
6463
6464 2002-12-26 [christoph]  0.8.8claws4
6465
6466         * src/common/plugin.c
6467                 add a little debug output
6468         * configure.in
6469         * src/plugins/demo/Makefile.am
6470                 better use of automake
6471
6472 2002-12-26 [christoph]  0.8.8claws3
6473
6474         * src/Makefile.am
6475         * src/common/Makefile.am
6476                 fix "make distdir"
6477
6478 2002-12-26 [christoph]  0.8.8claws2
6479
6480         * configure.in
6481                 sort configure checks into common / gtk / plugins
6482         * po/POTFILES.in
6483                 add src/prefs_gtk.c
6484         * src/Makefile.am
6485                 add plugins SUBDIR
6486         * src/main.c
6487         * src/common/sylpheed.[ch]
6488                 added now sylpheed_done function for shutdown
6489         * src/common/Makefile.am
6490         * src/common/plugin.[ch]                ** NEW **
6491                 plugin loader and unloader
6492         * src/plugins/.cvsignore                ** NEW **
6493         * src/plugins/Makefile.am               ** NEW **
6494                 build plugins
6495         * src/plugins/demo/.cvsignore           ** NEW **
6496         * src/plugins/demo/Makefile.am          ** NEW **
6497         * src/plugins/demo/demo.c               ** NEW **
6498                 small demo plugin that installs a logtext hook and
6499                 outputs the log text to stdout
6500
6501 2002-12-26 [paul]       0.8.8claws1
6502
6503         * po/es.po
6504                 updated by Ricardo Mones Lastra
6505
6506 2002-12-26 [paul]       0.8.8claws
6507
6508         * 0.8.8claws released
6509
6510 2002-12-26 [paul]       0.8.7claws12
6511
6512         * po/bg.po
6513                 updated by George Danchev
6514
6515 2002-12-26 [paul]       0.8.7claws11
6516
6517         * po/POTFILES.in
6518                 remove unneeded 'src/prefs.c' entry 
6519
6520 2002-12-26 [paul]       0.8.7claws10
6521
6522         * src/codeconv.c
6523           src/mainwindow.c
6524                 sync with 0.8.8 release
6525         
6526         * src/folder.[ch]
6527           src/mh.c
6528           src/summaryview.c
6529                 partial sync with 0.8.8 release
6530         
6531
6532 2002-12-25 [alfons]     0.8.7claws9
6533
6534         * src/matcher.[ch]
6535         * src/matcher_parser_lex.l
6536         * src/matcher_parser_parse.y
6537         * src/prefs_matcher.c
6538                 add locked flag to possible filtering / matcher 
6539                 conditions (also a good example what should be
6540                 done to add a simple boolean condition)
6541
6542 2002-12-25 [christoph]  0.8.7claws8
6543
6544         * src/Makefile.am
6545         * src/account.[ch]
6546         * src/addrbook.c
6547         * src/addressbook.c
6548         * src/addrindex.c
6549         * src/filtering.c
6550         * src/folder.c
6551         * src/matcher.c
6552         * src/prefs.[ch]                ** REMOVE **
6553         * src/prefs_account.c
6554         * src/prefs_actions.c
6555         * src/prefs_common.c
6556         * src/prefs_customheader.c
6557         * src/prefs_display_header.c
6558         * src/prefs_filtering.c
6559         * src/prefs_folder_item.c
6560         * src/prefs_gtk.[ch]            ** NEW **
6561         * src/prefs_matcher.c
6562         * src/prefs_scoring.c
6563         * src/prefs_summary_column.c
6564         * src/procmime.c
6565         * src/selective_download.c
6566         * src/toolbar.c
6567         * src/common/Makefile.am
6568         * src/common/prefs.[ch]         ** NEW **
6569                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6570
6571 2002-12-24 [alfons]     0.8.7claws7
6572
6573         * src/summaryview.c
6574                 summary_thread_build(): fix real cause of the crash mentioned in
6575                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6576                 this way we get meaningful ctree nodes 
6577
6578 2002-12-24 [oliver]     0.8.7claws6
6579
6580         * src/mainwindow.[ch]
6581         * src/messageview.[ch]
6582         * src/compose.[ch]
6583         * src/inc.c
6584         * src/summaryview.c
6585                 changes to use updated toolbar handling
6586                 
6587 2002-12-24 [oliver]     0.8.7claws5
6588
6589         * src/toolbar.[ch]
6590                 generic toolbar handling
6591                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6592         * src/prefs_toolbar.[ch]
6593                 adjust to handling
6594         
6595 2002-12-24 [oliver]     0.8.7claws4
6596         
6597         * src/stock_pixmap.[ch]
6598                 move SYLPHEED_LOGO to end of list in order 
6599                 to remove it from Custom Toolbar`s Icon View
6600
6601 2002-12-24 [alfons]     0.8.7claws3
6602
6603         * src/summaryview.c
6604                 summary_thread_build(): fix crash because of focus != selection 
6605                 after threading. when deleting the selection, gtk tries but fails 
6606                 to find the correct focusable element. we now force the selection
6607                 to be focused. this should solve the infamous bug reported by 
6608                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6609                 a test case is available. 
6610
6611 2002-12-24 [darko]      0.8.7claws2
6612
6613         * src/summaryview.c
6614                 don't crash when unmarking message with unread children
6615
6616 2002-12-23 [christoph]  0.8.7claws1
6617
6618         * src/Makefile.am
6619         * src/common/Makefile.am
6620                 update Makefiles for moved intl.h, version.h and defs.h
6621         * src/imap.c
6622                 rewrite imap_session_get to avoid duplicate code
6623
6624 2002-12-23 [paul]       0.8.7claws
6625
6626         * Santa-Claws released
6627         
6628         * po/hu.po
6629           po/ru.po
6630                 squeeze in updated Hungarian and Russian translations.
6631                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6632
6633 2002-12-23 [paul]       0.8.6claws129
6634
6635         * po/pl.po
6636                 updated by Witold Wladyslaw Wojciech Wilk
6637
6638 2002-12-23 [paul]       0.8.6claws128
6639
6640         * src/quote_fmt_parse.y
6641                 fix typo and add licence header
6642
6643 2002-12-23 [paul]       0.8.6claws127
6644
6645         * po/en_GB.po
6646                 updated
6647
6648 2002-12-23 [paul]       0.8.6claws126
6649
6650         * po/it.po
6651                 updated translation, submitted by Alessandro Maestri
6652                 
6653 2002-12-23 [paul]       0.8.6claws125
6654
6655         * src/quote_fmt_parse.y
6656                 fix signature-stripping on replies bug. match
6657                 '-- \n' and not '-- '.
6658
6659 2002-12-22 [paul]       0.8.6claws124
6660
6661         * po/bg.po
6662           po/es.po
6663           po/sr.po
6664                 updated translations. submitted by George Danchev,
6665                 Ricardo Mones Lastra, and Urke MMI respectively
6666
6667 2002-12-21 [paul]       0.8.6claws123
6668
6669         * src/addrbook.c
6670                 fix coding style
6671
6672 2002-12-21 [paul]       0.8.6claws122
6673
6674         * src/addrbook.c
6675                 fix bug [643638] where if a person is in one or more
6676                 addressbook groups editing that person's email 
6677                 address results in removal from those groups.
6678                 Patch submitted by Luke Plant.
6679
6680 2002-12-20 [christoph]  0.8.6claws121
6681
6682         * src/common/utils.c
6683         * src/summaryview.c
6684                 reimplement expand_search_string using GString to
6685                 prevent crashs caused by miscalculated string
6686                 lengths reported by Paul
6687
6688 2002-12-20 [christoph]  0.8.6claws120
6689
6690         * src/summaryview.c
6691                 don't use "changed" to check if op_count has to be changed as it
6692                 is also set when the message has unread children
6693                 (closes bug [ 653221 ] crash while deleting duplicates)
6694
6695 2002-12-20 [paul]       0.8.6claws119
6696
6697         * sync with 0.8.6cvs27
6698                 see ChangeLog 2002-12-20
6699
6700 2002-12-20 [paul]       0.8.6claws118
6701
6702         * sync with 0.8.6cvs26
6703                 see ChangeLog 2002-12-19 and 2002-12-20
6704
6705 2002-12-19 [alfons]     0.8.6claws117
6706
6707         * src/textview.c
6708                 fix incorrect parsing of email addresses, submitted by 
6709                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6710                 name display if it contains @".
6711
6712 2002-12-18 [paul]       0.8.6claws116
6713
6714         * sync with 0.8.6cvs23
6715                 see ChangeLog 2002-12-18
6716
6717 2002-12-18 [paul]       0.8.6claws115
6718
6719         * src/Makefile.am
6720         * src/account.c
6721         * src/codeconv.c
6722         * src/gtkutils.[ch]
6723         * src/imap.c
6724                 sync with 0.8.6cvs22.
6725                 see ChangeLog 2002-12-17 and 2002-12-18
6726
6727 2002-12-17 [christoph]  0.8.6claws114
6728
6729         * src/imap.c
6730                 o don't create a session if imap greeting fails
6731                 o don't close socket when authentication fails
6732                   this is done by imap_session_destroy
6733
6734 2002-12-17 [thorsten]   0.8.6claws113
6735
6736         * tools/Makefile.am
6737           tools/README
6738           tools/google_msgid.pl ** NEW FILE **
6739                 Added "search for message-id" script and doc
6740
6741 2002-12-17 [thorsten]   0.8.6claws112
6742
6743         * po/hu.po
6744                 Updated hungarian translation
6745                 (updated by Gal Zoltan)
6746
6747 2002-12-16 [christoph]  0.8.6claws111
6748
6749         * src/addr_compl.c
6750                 remove stupid addressbook dump to debug output
6751         * src/mh.c
6752                 fix memory leak found by Hiro
6753
6754 2002-12-14 [paul]       0.8.6claws110
6755
6756         * src/compose.c
6757                 fix menubar sensitivity on send
6758                 
6759         * src/prefs_filtering.c
6760         * src/prefs_matcher.c
6761         * src/prefs_scoring.c
6762                 Fix english ;)
6763                 
6764         * src/common/quoted-printable.h
6765                 sync: fix typo
6766         
6767 2002-12-13 [christoph]  0.8.6claws109
6768
6769         * src/Makefile.am
6770         * src/manage_window.[ch]        ** REMOVE **
6771         * src/gtk/Makefile.am
6772         * src/gtk/manage_window.[ch]    ** NEW **
6773                 move manage_window files to gtk directory
6774
6775 2002-12-13 [christoph]  0.8.6claws108
6776
6777         * src/Makefile.am
6778         * src/gtkshruler.[ch]           ** REMOVE **
6779         * src/gtk/Makefile.am
6780         * src/gtk/gtkshruler.[ch]       ** NEW **
6781                 move gtkshruler files to gtk directory
6782
6783 2002-12-13 [christoph]  0.8.6claws107
6784
6785         * src/Makefile.am
6786         * src/compose.c
6787         * src/gtkstext.[ch]             ** REMOVE **
6788         * src/gtkutils.[ch]
6789         * src/textview.c
6790         * src/gtk/gtkstext.[ch]         ** NEW **
6791         * src/gtk/Makefile.am
6792                 o move stext functions to gtkstext.c to remove
6793                   dependency of gtkutils
6794                 o move gtkstext files to gtk directory
6795
6796         * src/gtk/Makefile.am
6797         * src/gtk/sslcertwindow.[ch]
6798                 UI stuff can always depend on common code so
6799                 it's ok to add ../common to include path
6800
6801 2002-12-13 [colin]      0.8.6claws106
6802
6803         * src/summaryview.c
6804                 Disconnect sighandlers for mainwindow when
6805                 quicksearch has the focus
6806                 Fix bug #653231
6807         * src/mainwindow.[ch]
6808                 Make key_pressed callback public, to be able
6809                 to disconnect it
6810
6811 2002-12-13 [christoph]  0.8.6claws105
6812
6813         * src/mh.c
6814                 create .mh_sequences file in new MH folders
6815                 (closes feature request [ 523162 ] MH folders should
6816                  get a .mh_sequences)
6817
6818 2002-12-13 [colin]      0.8.6claws104
6819
6820         * src/summaryview.c
6821                 Better handling of quicksearch show/hide
6822                 (basically the button stays under the mouse 
6823                  when toggled)
6824
6825 2002-12-13 [paul]       0.8.6claws103
6826
6827         * sync with 0.8.6cvs17
6828                 see ChangeLog 2002-12-13
6829
6830 2002-12-13 [paul]       0.8.6claws102
6831
6832         * po/es.po
6833                 updated by Ricardo Mones Lastra
6834
6835 2002-12-11 [colin]       0.8.6claws101
6836
6837         * src/folder.c
6838                 remove statusbar stuff
6839           src/folderview.c
6840                 set statusbar verbosity when moving folders
6841
6842 2002-12-11 [colin]       0.8.6claws100
6843         * src/prefs_filtering.c
6844         * src/prefs_matcher.c
6845         * src/prefs_scoring.c
6846                 Fix english ;)
6847
6848 2002-12-11 [colin]       0.8.6claws99
6849
6850         * src/prefs_common.[ch]
6851                 Add summary_quicksearch_type
6852         * src/summaryview.c
6853                 Save last used quicksearch type
6854
6855 2002-12-11 [jens]       0.8.6claws98
6856         * src/prefs_filtering.c
6857         * src/prefs_matcher.c
6858         * src/prefs_scoring.c
6859                 added dialog for incomplete rules in scoring, filtering and
6860                 matcher to ask wheather really close
6861
6862 2002-12-11 [colin]      0.8.6claws97
6863
6864         * src/folder.c
6865                 Fix folder dnd statusbar logging
6866
6867 2002-12-10 [christoph]  0.8.6claws96
6868
6869         * src/compose.c
6870         * src/folder.c
6871         * src/imap.c
6872         * src/inc.c
6873         * src/main.c
6874         * src/mainwindow.c
6875         * src/news.c
6876         * src/send.c
6877         * src/statusbar.[ch]
6878         * src/common/hooks.c
6879         * src/common/log.[ch]
6880                 o handle verbose logging in statusbar directly in statusbar code
6881                   and common code does not need any knowledge about a statusbar
6882                 o remove direct calls to statusbar_(puts|pop)_all functions
6883
6884 2002-12-10 [jens]       0.8.6claws95
6885
6886         * src/*.c
6887                 removed gettext from g_warnings
6888         * po/POTFILES.in
6889                 cleaned and updated
6890         * po/de.po
6891                 updated
6892
6893 2002-12-10 [colin]      0.8.6claws94
6894
6895         * src/main.c
6896                 finish crash dialog fix
6897
6898 2002-12-10 [colin]      0.8.6claws93
6899
6900         * src/main.c
6901                 "Fix" "sylpheed already running" instead of
6902                 crash dialog appearing after a crash
6903
6904 2002-12-10 [colin]      0.8.6claws92
6905
6906         * po/POTFILES.in
6907                 add src/gtk/sslcertwindow.c
6908
6909 2002-12-10 [paul]       0.8.6claws91
6910
6911         * po/POTFILES.in
6912                 updated to reflect recent changes
6913                 submitted by Alessandro Maestri
6914
6915 2002-12-09 [christoph]  0.8.6claws90
6916
6917         * src/Makefile.am
6918         * src/smtp.[ch]                 ** REMOVE **
6919         * src/common/Makefile.am
6920         * src/common/smtp.[ch]          ** NEW **
6921                 move smtp files to common directory
6922
6923 2002-12-09 [christoph]  0.8.6claws89
6924
6925         * src/Makefile.am
6926         * src/session.[ch]              ** REMOVE **
6927         * src/common/Makefile.am
6928         * src/common/session.[ch]       ** NEW **
6929                 move session files to common directory
6930
6931 2002-12-09 [paul]       0.8.6claws88
6932
6933         * src/account.c
6934                 fix bug [649746] edit accounts: move account reverted
6935                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6936
6937 2002-12-09 [colin]      0.8.6claws87
6938
6939         * src/ssl_certificate.c
6940                 cleanup
6941
6942 2002-12-09 [colin]      0.8.6claws86
6943
6944         * src/ssl.c
6945                 Try to open the cert.pem database and 
6946                 issue a warning if it isn't there
6947
6948 2002-12-09 [colin]      0.8.6claws85
6949
6950         * src/common/ssl_certificate.c
6951         * src/gtk/sslcertwindow.c
6952                 Warning fixes
6953
6954 2002-12-09 [colin]      0.8.6claws84
6955
6956         * src/ssl_certificate.[ch] ** REMOVED **
6957         * src/common/ssl_certificate.[ch] ** NEW **
6958         * src/Makefile.am
6959         * src/common/Makefile.am
6960                 Moved ssl_certificate.[ch] to common
6961         * src/common/ssl.c 
6962                 Put back needed include
6963         * src/gtk/sslcertwindow.[ch]
6964                 Changed ssl_certificate.h include
6965         
6966 2002-12-09 [colin]      0.8.6claws83
6967
6968         * src/gtk/sslcertwindow.[ch]
6969                 Implement hook for certificate acception
6970         * src/ssl_certificate.[ch]
6971                 Implement hook for certificate acception
6972         * src/common/ssl.c
6973                 Reenable certificate acception check
6974         * src/mainwindow.c
6975                 Register sslcertwindow's hook
6976         
6977 2002-12-08 [christoph]  0.8.6claws82
6978
6979         * src/about.c
6980         * src/addr_compl.c
6981         * src/codeconv.c
6982         * src/manual.c
6983         * src/undo.c
6984         * src/common/utils.c
6985                 o add missing includes
6986                 o fix warnings
6987         * src/.cvsignore
6988         * src/common/.cvsignore
6989         * src/common/version.h          ** REMOVE **
6990                 remove autogenerated file
6991
6992 2002-12-08 [paul]       0.8.6claws81
6993
6994         * src/stringtable.c
6995                 put back needed include
6996
6997 2002-12-08 [colin]      0.8.6claws80
6998         
6999         * src/gtk/sslcertwindow.c
7000                 Cleaner popups when asking
7001         * src/ssl_certificate.c
7002         * src/prefs_common.[ch]
7003                 remove ssl certificate pref
7004                 put back needed include
7005         * src/undo.c
7006                 put back needed include
7007
7008 2002-12-08 [christoph]  0.8.6claws79
7009
7010         * src/folderview.c
7011         * src/logwindow.c
7012         * src/statusbar.c
7013         * src/summaryview.c
7014                 only abort hook invokation if required data is missing not
7015                 if our own data pointer is NULL, update hookfunction for
7016                 log window
7017
7018 2002-12-08 [paul]       0.8.6claws78
7019
7020         * src/about.c
7021         * src/addrcache.c
7022         * src/addrclip.c
7023         * src/addr_compl.c
7024         * src/addrselect.c
7025         * src/codeconv.c
7026         * src/colorlabel.c
7027         * src/enriched.c
7028         * src/esmtp.c
7029         * src/exporthtml.c
7030         * src/headerview.c
7031         * src/imageview.c
7032         * src/manual.c
7033         * src/noticeview.c
7034         * src/pgptext.c
7035         * src/scoring.c
7036         * src/sourcewindow.c
7037         * src/stringtable.c
7038         * src/undo.c
7039                 clean up: remove unneccesary includes
7040
7041 2002-12-08 [christoph]  0.8.6claws77
7042
7043         * src/folderview.c
7044         * src/statusbar.c
7045         * src/summaryview.c
7046         * src/common/hooks.[ch]
7047                 hook functions now have a gboolean return value, if a hook
7048                 returns TRUE it will stop executing of any more hooks in
7049                 the same hooklist for this invokation
7050
7051 2002-12-08 [colin]      0.8.6claws76
7052         
7053         * src/main.c
7054                 put back argv0 for CRASH_DIALOG
7055
7056 2002-12-08 [christoph]  0.8.6claws75
7057
7058         * src/Makefile.am
7059         * src/about.c
7060         * src/account.c
7061         * src/crash.c
7062         * src/esmtp.h
7063         * src/imap.[ch]
7064         * src/inc.c
7065         * src/main.c
7066         * src/mainwindow.c
7067         * src/news.c
7068         * src/pop.[ch]
7069         * src/prefs_account.[ch]
7070         * src/prefs_common.[ch]
7071         * src/send.[ch]
7072         * src/smtp.[ch]
7073         * src/ssl_certificate.[ch]
7074         * src/ssl_manager.[ch]
7075         * src/common/Makefile.am
7076         * src/common/log.c
7077         * src/common/nntp.[ch]
7078         * src/common/socket.[ch]
7079         * src/common/ssl.[ch]
7080         * src/gtk/sslcertwindow.[ch]
7081         * ac/openssl.m4
7082                 use new autoconf script to detect OpenSSL with extra parameters
7083                 to specify the location of libs and includes, also remove USE_SSL
7084                 to USE_OPENSSL
7085
7086         * src/common/sylpheed.[ch]
7087         * src/common/version.h.in
7088                 start seperation of common code initialization seperated from gui
7089
7090         * src/summaryview.c
7091                 The function that is called when a color label changes
7092                 should not change the color lable again
7093
7094 2002-12-08 [colin]      0.8.6claws74
7095
7096         * src/gtk/sslcertwindow.c
7097                 warning fixes
7098
7099 2002-12-08 [colin]      0.8.6claws73
7100
7101         * src/statusbar.c
7102           src/common/log.h
7103                 Register a hook for statusbar_puts_all
7104         * src/common/log.c
7105                 invoke statusbar_puts_all's hook
7106         
7107 2002-12-08 [colin]      0.8.6claws72
7108
7109         * src/ssl_certificate.c
7110                 Put back a badly-removed include
7111
7112 2002-12-08 [colin]      0.8.6claws71
7113
7114         * src/gtk/sslcertwindow.[ch]    ** NEW **
7115                 new certificate presentation
7116         * src/gtk/Makefile.am
7117                 add new files
7118         * src/ssl_certificate.[ch]
7119                 gtk cleanup, made utility functions public
7120         * src/ssl_manager.c
7121                 use new cert presentation
7122
7123 2002-12-07 [christoph]  0.8.6claws70
7124
7125         * src/Makefile.am
7126         * src/nntp.[ch]                 ** REMOVE **
7127         * src/common/Makefile.am
7128         * src/common/nntp.[ch]          ** NEW **
7129                 move nntp files to common directory
7130
7131 2002-12-07 [christoph]  0.8.6claws69
7132
7133         * src/procmsg.[ch]
7134         * src/summaryview.c
7135                 implement msginfo update callback using sylpheed's new
7136                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7137
7138 2002-12-06 [christoph]  0.8.6claws68
7139
7140         * src/editgroup.c
7141                 This patch changes the 'Edit Group Details' dialog to
7142                 allow extended selections in either pane, so that
7143                 addresses can be added or removed from a group more
7144                 quickly and easily. (it actually is a net decrease in
7145                 file size, as some unnecessary functions have been
7146                 removed). 
7147                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7148
7149 2002-12-06 [christoph]  0.8.6claws67
7150
7151         * src/Makefile.am
7152         * src/template.[ch]             ** REMOVE **
7153         * src/common/Makefile.am
7154         * src/common/template.[ch]      ** NEW **
7155                 move template files to common directory
7156
7157         * src/nntp.c
7158                 add missing log.h include
7159
7160 2002-12-06 [melvin]     0.8.6claws66
7161
7162         * src/prefs_actions.c
7163                 Added the trailing ">" syntax to insert command's output
7164                 without replacing old text (in contrast to trailing "|").
7165
7166 2002-12-05 [colin]      0.8.6claws65
7167         
7168         * src/common/utils.c
7169                 Don't modify original search_string or it'll change
7170                 the next iterations in the for()
7171
7172 2002-12-05 [darko]      0.8.6claws64
7173
7174         * src/common/utils.c
7175                 proper check for filtering commands, found by Colin
7176
7177 2002-12-05 [darko]      0.8.6claws63
7178
7179         * src/common/utils.c
7180                 check proper string for NULL pointer, found by Colin
7181
7182 2002-12-05 [darko]      0.8.6claws62
7183
7184         * src/common/utils.[ch]
7185                 expand_search_string(): new function
7186                 converts Mutt-like patterns to Sylpheed's
7187                 filtering engine
7188         * src/summaryview.c
7189                 use expand_search_string() to allow Mutt-like
7190                 patterns in extended search
7191         * README.claws
7192                 document extended option in quick search
7193
7194 2002-12-05 [paul]       0.8.6claws61
7195
7196         * sync with 0.8.6cvs16
7197                 see ChangeLog 2002-12-05
7198                 
7199         * po/POTFILES.in
7200                 clean up
7201
7202 2002-12-04 [christoph]  0.8.6claws60
7203
7204         * src/imap.[ch]
7205                 put imap authentication code into a new function and
7206                 remove it from imap_session_new that will allow to
7207                 send other commands before authentication
7208
7209 2002-12-04 [christoph]  0.8.6claws59
7210
7211         * src/imap.[ch]
7212                 use already existing method to prevent unneeded IMAP
7213                 folder selects. Set imap_select parameters to NULL
7214                 in some functions if the values are not required.
7215
7216         * src/xml.h
7217                 remove no longer required include
7218
7219 2002-12-04 [paul]       0.8.6claws58
7220
7221         * po/es.po
7222                 updated by Ricardo Mones Lastra
7223                 
7224         * configure.in
7225           po/hu.po      ** NEW FILE **
7226                 initial Hungarian translation, submitted
7227                 by Gál Zoltán <galzoli@hu.inter.net>
7228
7229 2002-12-03 [christoph]  0.8.6claws57
7230
7231         * src/Makefile.am
7232         * src/gtksctree.[ch]            ** REMOVE **
7233         * src/gtk/Makefile.am
7234         * src/gtk/gtksctree.[ch]        ** NEW **
7235                 move gtksctree files to gtk directory
7236
7237 2002-12-03 [christoph]  0.8.6claws56
7238
7239         * src/Makefile.am
7240         * src/md5.[ch]                  ** REMOVE **
7241         * srm/common/Makefile.am
7242         * src/common/md5.[ch]           ** NEW **
7243                 move md5 files to common directory
7244
7245         * src/gtkstext.c
7246                 remove not required #include
7247
7248 2002-12-03 [sergey]     0.8.6claws55
7249
7250         * src/gtkutils.c
7251         * src/gtkutils.h
7252                 gtkut_window_popup(): new function.
7253         * src/mainwindow.c
7254                 main_window_popup(): use gtkut_window_popup() to raise
7255                 window without changing its position.
7256                 (see sylpheed-main ML message [sylpheed:17247])
7257
7258 2002-12-03 [sergey]     0.8.6claws54
7259
7260         * src/send.c
7261                 send_message_local(): removed first-dot escaping
7262                 (SMTP-only, not needed for sending through pipe)
7263
7264 2002-12-03 [paul]       0.8.6claws53
7265
7266         * po/POTFILES.in
7267                 update to reflect recent changes (thanks
7268                 to Ricardo Mones Lastra)
7269                 
7270         * tools/filter_conv.pl
7271                  fix problem with quoted strings. Patch submitted
7272                  by Luke Plant <lukeplant@softhome.net>
7273
7274 2002-12-03 [paul]       0.8.6claws52
7275
7276         * sync with 0.8.6cvs15
7277                 see ChangeLog 2002-12-03
7278
7279 2002-12-02 [christoph]  0.8.6claws51
7280
7281         * src/logwindow.[ch]
7282         * src/common/log.[ch]
7283                 implement logging using a hook function
7284
7285         * src/folderview.c
7286         * src/folder.[ch]
7287                 define hooklist name in header file to avoid
7288                 errors caused by wrong spelling of hooklist names
7289
7290         * src/toolbar.c
7291                 fix warnings
7292
7293 2002-12-02 [christoph]  0.8.6claws50
7294
7295         * src/common/Makefile.am
7296                 add src/common/hooks.[ch]
7297
7298         * src/common/hooks.[ch]
7299                 implement a simple hook system using glib's hook functions
7300
7301         * src/folder.[ch]
7302         * src/folderview.c
7303                 use new hook system for folder item updates
7304
7305 2002-12-02 [christoph]  0.8.6claws49
7306
7307         * doc-src/ui_seperation.txt     ** NEW **
7308                 information for ui seperation
7309
7310         * src/Makefile.am
7311                 remove files that were moved to common
7312                 include common directory by default for the header files
7313
7314         * src/inc.c
7315         * src/common/socket.c
7316         * src/automaton.[ch]
7317                 implement automaton using g_io_*-functions instead of
7318                 gdk_input_add to make it ui independent
7319
7320         * src/codeconv.c
7321         * src/compose.c
7322         * src/ldif.c
7323         * src/pgptext.c
7324         * src/procmime.c
7325         * src/rfc2015.c
7326         * src/smtp.c
7327         * src/unmime.c
7328                 remove common/ prefix because directory is now in
7329                 include path
7330
7331         * src/compose.c
7332         * src/folder.c
7333         * src/folderview.c
7334         * src/mainwindow.c
7335         * src/messageview.c
7336         * src/prefs_common.c
7337         * src/procmsg.c
7338         * src/rfc2015.c
7339                 fix warnings
7340
7341         * src/imap.c
7342         * src/inc.c
7343         * src/news.c
7344         * src/pop.c
7345         * src/send.c
7346         * src/smtp.c
7347         * src/ssl_certificate.c
7348                 add log.h header file for logging functions
7349
7350         * src/main.c
7351         * src/common/utils.c
7352         * src/summaryview.c
7353         * src/xml.c
7354                 o move debug_mode to common/utils.c
7355                 o add functions to set and get debug_mode
7356
7357         * src/defs.h                    ** REMOVE **
7358         * src/intl.h                    ** REMOVE **
7359         * src/socket.[ch]               ** REMOVE **
7360         * src/ssl.[ch]                  ** REMOVE **
7361         * src/utils.[ch]                ** REMOVE **
7362                 replaced by new files in src/common/
7363         
7364         * src/common/Makefile.am
7365                 add new files in src/common/
7366
7367         * src/common/defs.h             ** NEW **
7368         * src/common/intl.h             ** NEW **
7369         * src/common/log.[ch]           ** NEW **
7370         * src/common/socket.[ch]        ** NEW **
7371         * src/common/ssl.[ch]           ** NEW **
7372         * src/common/utils.[ch]         ** NEW **
7373                 replacement for files in src/
7374
7375 2002-12-02 [colin]      0.8.6claws48
7376
7377         * src/folderview.c
7378                 Scroll folderview if necessary during dnd
7379
7380 2002-12-02 [colin]      0.8.6claws47
7381
7382         * src/folder.[ch]
7383                 Add check to verify a move is within a single mailbox
7384         * src/folderview.c
7385                 Add specific error string for this check
7386
7387 2002-12-02 [colin]      0.8.6claws46
7388
7389         * src/folder.c
7390                 Add a test to folder moving, remove a statusbar_print
7391         * src/folderview.c
7392                 Add Move folder... context-menu item
7393                 Factorize folder moving code
7394                 Enable folder DND for mbox
7395
7396 2002-12-01 [christoph]  0.8.6claws45
7397
7398         * ac/aspell.m4
7399                 remove conf.aspelltest if the version check fails
7400
7401 2002-11-30 [christoph]  0.8.6claws44
7402
7403         * autogen.sh
7404                 run libtoolize --force in autogen to create missing
7405                 libtool scripts
7406
7407 2002-11-30 [christoph]  0.8.6claws43
7408
7409         * src/Makefile.am
7410         * src/pgptext.c
7411         * src/procmime.c
7412         * src/rfc2015.c
7413         * src/uuencode.[ch]             ** REMOVED **
7414         * src/common/Makefile.am
7415         * src/common/uuencode.[ch]      ** NEW **
7416                 move uuen/decoder to common directory
7417
7418 2002-11-30 [christoph]  0.8.6claws42
7419
7420         * src/Makefile.am
7421         * src/base64.[ch]               ** REMOVED **
7422         * src/codeconv.c
7423         * src/compose.c
7424         * src/ldif.c
7425         * src/pgptext.c
7426         * src/procmime.c
7427         * src/rfc2015.c
7428         * src/smtp.c
7429         * src/unmime.c
7430         * src/common/Makefile.am
7431         * src/common/base64.[ch]        ** NEW **
7432                 move base64 en/decoder to common directory
7433
7434 2002-11-30 [christoph]  0.8.6claws41
7435
7436         * src/common                    ** NEW **
7437                 new directory for UI independent code
7438         * src/gtk                       ** NEW **
7439                 new directory for GTK frontend
7440         * src/common/.cvsignore         ** NEW **
7441         * src/gtk/.cvsignore            ** NEW **
7442                 ignore build files
7443         * src/common/Makefile.am        ** NEW **
7444         * src/gtk/Makefile.am           ** NEW **
7445                 automake files to build new seperated stuff
7446         * src/Makefile.am
7447                 the binary will currently still be build with the
7448                 files in src, so we include the code from the
7449                 subdirs for now after building the libs there
7450
7451 2002-11-30 [paul]       0.8.6claws40
7452
7453         * src/compose.c
7454                 fix bug [642731] 'Wrong selected account with drafted mail'
7455
7456 2002-11-29 [oliver]     0.8.6claws39
7457         
7458         * src/messageview.c
7459                 o update summaryview when switching between different
7460                   messageviews          
7461         * src/toolbar.c  
7462                 o check if messageview holds already removed msg
7463                   from summaryview
7464                 
7465
7466 2002-11-29 [oliver]     0.8.6claws38
7467
7468         * src/toolbar.c 
7469                 remove not needed variables and includes
7470                 make messageview stay opened and move to next when msgs are deleted 
7471
7472 2002-11-29 [oliver]     0.8.6claws37
7473         
7474         * src/toolbar.c 
7475                 disable compose button (messageview toolbar) by default
7476                 deleted msgs are moved to trash
7477         
7478 2002-11-29 [melvin]     0.8.6claws36
7479
7480         * configure.in
7481                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7482                 and to detect signatures expirations (gpgme 0.3.6)
7483
7484         * src/main.c
7485                 Use non obsolescent function for Gpgme engine checking.
7486
7487         * src/rfc2015.c
7488                 Inform about expired signatures or signatures which key
7489                 has expired. Expiration date is displayed.
7490
7491         * src/sigstatus.c
7492                 Inform about expired signatures or signatures which key
7493                 has expired.
7494
7495 2002-11-28 [paul]       0.8.6claws35
7496
7497         * src/folderview.c
7498                 re-instate 'Check for new messages' in Newsgroup
7499                 folders right-click menu, after a suggestion from
7500                 Tim Mann <timmann@users.sourceforge.net>
7501
7502         * src/main.c
7503                 after a crash check only local folders for new
7504                 messages
7505
7506 2002-11-28 [paul]       0.8.6claws34
7507
7508         * configure.in
7509                 apply patch that fixes the checking of GTK with XIM 
7510                 support on different OSs, such as FreeBSD. Patch 
7511                 submitted by Topia <topia@users.sourceforge.net>
7512                 
7513 2002-11-28 [paul]       0.8.6claws33
7514
7515         * src/mainwindow.c
7516           src/prefs_common.c
7517           src/prefs_toolbar.c
7518                 more changes to the English
7519
7520 2002-11-28 [paul]       0.8.6claws32
7521
7522         * sync with 0.8.6cvs13
7523                 see ChangeLog 2002-11-28 (no sync needed
7524                 for src/compose.c)
7525
7526 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7527         
7528         * src/mainwindow.[ch]
7529                 add patch by Ivan F. Martinez introducing messageview Toolbar
7530                 some changes and committed by oliver    
7531
7532 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7533
7534         * src/messageview.[ch]
7535                 add patch by Ivan F. Martinez introducing messageview Toolbar
7536                 some changes and committed by oliver    
7537
7538 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7539
7540         * src/compose.[ch]
7541                 add patch by Ivan F. Martinez introducing messageview Toolbar
7542                 some changes and committed by oliver    
7543
7544 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7545         
7546         * src/toolbar.[ch]
7547                 add patch by Ivan F. Martinez introducing messageview Toolbar
7548                 some changes and committed by oliver
7549
7550 2002-11-28 [oliver]     0.8.6claws27
7551         
7552         * src/prefs_toolbar.[ch]
7553                 getting ready for messageview toolbar
7554                 free mem allocated by gettext
7555                 change prefs_toolbar to prefs_toolbar_open
7556  
7557 2002-11-28 [thorsten]   0.8.6claws26
7558
7559         * src/imageview.[ch]
7560                 cleaned up conflicting declarations of
7561                 imageview_show_image()
7562
7563 2002-11-28 [paul]       0.8.6claws25
7564
7565         * src/grouplistdialog.c
7566           src/prefs_common.c
7567           src/prefs_summary_column.c
7568                 a few more improvements to the English
7569
7570 2002-11-28 [colin]      0.8.6claws24
7571
7572         * man/sylpheed.1
7573                 A few updates to command-line parameters
7574
7575 2002-11-28 [colin]      0.8.6claws23
7576
7577         * src/prefs_filtering.c
7578                 Fix problems with prefs_filtering_delete_path:
7579                 a) if the first rule is removed, original pointers
7580                    weren't updated (leading to segfaults)
7581                 b) it was always global_processing updated in case
7582                    of removed path was parent of rule path
7583
7584 2002-11-27 [paul]       0.8.6claws22
7585
7586         * src/mainwindow.c
7587           src/prefs_account.c
7588           src/prefs_actions.c
7589           src/prefs_common.c
7590           src/prefs_customheader.c
7591           src/prefs_display_header.c
7592           src/prefs_filtering.c
7593           src/prefs_folder_item.c
7594           src/prefs_matcher.c
7595           src/prefs_scoring.c
7596           src/prefs_summary_column.c
7597           src/prefs_template.c
7598           src/prefs_toolbar.c
7599                  improve the English in the GUI
7600
7601 2002-11-27 [colin]      0.8.6claws21
7602
7603         * src/folder.c
7604                 Fix processing renaming problems happening after
7605                 last commit
7606
7607 2002-11-27 [colin]      0.8.6claws20
7608
7609         * src/folder.c
7610                 recursive move now deletes src each subfolder after 
7611                 having moved it
7612         * src/folderview.c
7613                 Use identifier instead of path during dnd (enables
7614                 IMAP folder dnd)
7615
7616 2002-11-27 [paul]       0.8.6claws19
7617
7618         * src/main.c
7619                 apply patch that does command-line processing 
7620                 BEFORE gtk_init, allowing claws to run from 
7621                 shell-scripts in non-X environment (e.g. crontab 
7622                 or ip-up, ip-down scripts). Patch submitted by
7623                 Ruslan N. Balkin <baron@dartel.ru>
7624                 
7625         * po/it.po
7626                 updated by Alessandro Maestri
7627
7628 2002-11-27 [paul]       0.8.6claws18
7629
7630         * sync with 0.8.6cvs12
7631           src/prefs_common.c
7632                 Differences are that main uses a 'Receive dialog'
7633                 frame on the Interface tab, whereas claws groups all 
7634                 the dialogs together in a 'Dialogs' frame.
7635
7636 2002-11-27 [colin]      0.8.6claws17
7637
7638         * src/prefs_matcher.c
7639                 Fix Execute criteria's NOT flag
7640
7641
7642 2002-11-26 [christoph]  0.8.6claws16
7643
7644         * src/ssl.c
7645                 rewrite the ssl code a little bit, only use one
7646                 SSL context, set default certificates' file/path
7647
7648 2002-11-26 [thorsten]   0.8.6claws15
7649
7650         * src/compose.c
7651                 default-reply-to didn't work for ml-reply
7652
7653 2002-11-26 [melvin]     0.8.6claws14
7654
7655         * src/prefs_actions.c
7656                 Made pipe-actions ignore short headers in message view
7657                 Made trailing-pipe-actions write in the message view with
7658                 the same font as the original message
7659
7660 2002-11-26 [paul]       0.8.6claws13
7661
7662         * src/compose.c
7663                 this time commit the correct file
7664
7665 2002-11-26 [paul]       0.8.6claws12
7666
7667         * sync with 0.8.6cvs11
7668           src/quote_fmt_parse.y  
7669                 no sync needed
7670           src/account.[ch]       
7671                 not sync'ed
7672           src/compose.c
7673                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7674                 on draft mode.
7675                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7676                 header
7677                 
7678         see ChangeLog 2002-11-25 and 2002-11-26
7679
7680 2002-11-26 [colin]      0.8.6claws11
7681
7682         * src/folderview.c
7683                 Fix collapsed folder not auto-expanding during
7684                 mail dnd, if it was the source folder.
7685
7686 2002-11-25 [colin]      0.8.6claws10
7687
7688         * src/folderview.[ch]
7689                 Variable renaming and cleaning (slist of nodes 
7690                 to be re-collapsed is stored in FolderView)
7691
7692 2002-11-25 [paul]       0.8.6claws9
7693
7694         * src/prefs_common.[ch]
7695                 fix breakage caused by last commit
7696
7697 2002-11-25 [paul]       0.8.6claws8
7698
7699         * sync with 0.8.6cvs4
7700                 see ChangeLog 2002-11-21
7701
7702 2002-11-25 [paul]       0.8.6claws7
7703
7704         * sync with 0.8.6cvs4
7705                 see ChangeLog 2002-11-20
7706
7707 2002-11-25 [paul]       0.8.6claws6
7708
7709         * sync with 0.8.6cvs3
7710                 see ChangeLog 2002-11-18
7711
7712 2002-11-25 [colin]      0.8.6claws5
7713
7714         * src/gtkutils.[ch]
7715                 Add gtkut_ctree_node_is_parent()
7716         * src/folderview.c
7717                 Spring-loaded folders
7718
7719 2002-11-25 [colin]      0.8.6claws4
7720
7721         * src/utils.[ch]
7722                 Add slist_concat_unique(), function to merge
7723                 two GSList filtering dups
7724         * src/folder.[ch]
7725         * src/summaryview.[ch]
7726         * src/folderview.c
7727         * src/main.c
7728                 Add detection/update/display of unread answers
7729                 to marked mails
7730         * src/procmsg.[ch]
7731                 Add procmsg_find_children()
7732                 Add procmsg_msg_has_marked_parent()
7733
7734 2002-11-25 [colin]      0.8.6claws3
7735
7736         * src/ssl_certificate.[ch]
7737                 Allow checking a certificate without a DNS
7738                 lookup
7739                 Allow to forget a cert (by deleting it)
7740                 Make ssl_certificate_destroy_public
7741         * src/ssl_manager.[ch] ** NEW FILES **
7742                 Gui to manage (display/remove) certificates
7743         * src/prefs_common.[ch]
7744                 Add a pref to allow silent acceptation of
7745                 trusted certificates or not (based on the
7746                 "I want to know what's going on" principle)
7747         * src/mainwindow.c
7748                 Add SSL manager in Tools menu
7749         * src/Makefile.am
7750                 Add the new files to the build
7751         * po/POTFILES.in
7752                 Add ssl_manager.c to translations
7753
7754 2002-11-25 [colin]      0.8.6claws2
7755
7756         * src/summaryview.[ch]
7757                 Add S_SEARCH_EXTENDED to the quick search, which 
7758                 allows to search using filtering syntax.
7759
7760 2002-11-25 [colin]      0.8.6claws1
7761
7762         * src/summaryview.c
7763                 Deletion of duplicates now prefer deleting
7764                 the unread dup (fixes feature-request 638989).
7765
7766 2002-11-24 [paul]       0.8.6claws
7767
7768         * po/es.po
7769           po/pl.po
7770           po/ru.po
7771           po/sr.po
7772                 updated by Ricardo Mones Lastra,
7773                 Witold Wladyslaw Wojciech Wilk,
7774                 Ruslan N. Balkin, and  Urke MMI 
7775                 respectively
7776
7777 2002-11-24 [paul]       0.8.5claws182
7778
7779         * po/bg.po
7780                 updated by George Danchev
7781
7782 2002-11-23 [alfons]     0.8.5claws181
7783
7784         * src/imap.c
7785                 tiny memory leak found by browsing Dimitar's 
7786                 valgrind report
7787
7788 2002-11-23 [paul]       0.8.5claws180
7789
7790         * po/it.po
7791                 updated by Alessandro Maestri
7792
7793 2002-11-22 [christoph]  0.8.5claws179
7794
7795         * src/compose.c
7796         * src/inc.c
7797         * src/prefs_filtering.c
7798         * src/summaryview.c
7799                 more warning fixes
7800
7801 2002-11-22 [alfons]     0.8.5claws178
7802
7803         * src/summaryview.c
7804                 summary_execute_delete_func(): if message is deleted, make 
7805                 sure to also remove its entry in the subject hash table. 
7806                 fixes a corner case bug.
7807
7808 2002-11-22 [paul]       0.8.5claws177
7809
7810         * .cvsignore
7811                 add 'autom4te.cache'
7812                 
7813         * ltconfig      ** REMOVED **
7814                 not needed
7815
7816 2002-11-22 [paul]       0.8.5claws176
7817
7818         * src/textview.c
7819                 textview_set_font(): fix for message display in
7820                 UTF-8 locales (thanks to Sergey Vlasov).
7821                 
7822         * AUTHORS
7823                 add new team members and contributors
7824
7825
7826 2002-11-21 [colin]      0.8.5claws175
7827
7828         * src/procmsg.[ch]
7829                 Add procmsg_remove_special_headers()
7830         * src/mh.c
7831                 Use procmsg_remove_special_headers() for 
7832                 previous fix
7833
7834 2002-11-21 [colin]      0.8.5claws174
7835
7836         * src/mh.c
7837                 Fix moving/copying from queue/draft folders
7838                 for MH folders
7839
7840 2002-11-21 [christoph]  0.8.5claws173
7841
7842         * src/crash.c
7843         * src/filtering.c
7844         * src/logwindow.c
7845         * src/main.c
7846         * src/matcher_parser_lex.[hl]
7847         * src/mbox.c
7848         * src/mbox_folder.[ch]
7849         * src/prefs_filtering.c
7850         * src/procheader.c
7851         * src/quote_fmt_lex.l
7852         * src/ssl.c
7853                 fix all warnings except the warnings in lex and yacc files
7854
7855 2002-11-20 [christoph]  0.8.5claws172
7856
7857         * src/imap.c
7858                 fix MsgInfo retrieval for IMAP draft and queue folders
7859                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7860
7861 2002-11-19 [christoph]  0.8.5claws171
7862
7863         * src/compose.c
7864                 fix segfault, when draft saving does not get
7865                 the MsgInfo of the new message
7866                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7867
7868 2002-11-19 [christoph]  0.8.5claws170
7869
7870         * src/procmsg.c
7871                 add parameter check for flag setting function
7872                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7873
7874 2002-11-18 [paul]       0.8.5claws169
7875
7876         * src/compose.c
7877                 more sensitivity fixes to redirect mode:
7878                 * disable toolbar draft button
7879                 * allow only Address book in the Tools menu
7880                 * disable editing of message by the spell
7881                   checker
7882
7883 2002-11-18 [paul]       0.8.5claws168
7884
7885         * src/compose.c
7886                 fix sensitivity of menu items in compose_redirect():
7887                 allow only the necessary items 
7888
7889 2002-11-18 [paul]       0.8.5claws167
7890
7891         * src/compose.c
7892                 fix bug [ 603259 ] 'attachment got lost on bounce'
7893
7894 2002-11-18 [paul]       0.8.5claws166
7895
7896         * po/ru.po
7897                 updated by Ruslan N. Balkin <baron@dartel.ru>
7898
7899 2002-11-18 [colin]      0.8.5claws165
7900
7901         * src/main.c
7902           src/defs.h
7903                 Remove old filtering stuff
7904
7905
7906 2002-11-17 [oliver]     0.8.5claws164
7907
7908         * src/toolbar.h
7909                 remove not needed typedef 
7910
7911 2002-11-17 [oliver]     0.8.5claws163
7912
7913         * src/toolbar.c
7914                 make toolbar's on click events translatable
7915
7916 2002-11-15 [colin]      0.8.5claws162
7917
7918         * src/summaryview.c
7919                 Revert too-soon integration of a feature
7920
7921 2002-11-15 [christoph]  0.8.5claws161
7922
7923         * src/imap.c
7924                 use main's implementation of imap_get_msginfo
7925
7926 2002-11-15 [christoph]  0.8.5claws160
7927
7928         * src/compose.c
7929         * src/folder.[ch]
7930         * src/imap.c
7931         * src/mbox_folder.c
7932         * src/mh.c
7933         * src/news.c
7934         * src/procmsg.c
7935         * src/summaryview.c
7936                 replace claws' fetch_msginfo with main's get_msginfo
7937                 (use main's implementation where possible)
7938
7939 2002-11-15 [colin]      0.8.5claws159
7940
7941         * src/ssl_certificate.c
7942                 Missed a check
7943
7944 2002-11-16 [melvin]     0.8.5claws158
7945
7946         * po/fr.po
7947                 Updated French translations.
7948
7949 2002-11-16 [colin]      0.8.5claws157
7950
7951         * src/ssl_certificate.c
7952                 Check for missing parts in the certificates
7953
7954 2002-11-15 [colin]      0.8.5claws156
7955
7956         * src/folderview.c
7957                 Preventive fix (missing check) found by
7958                 Alfons
7959
7960 2002-11-15 [paul]
7961
7962         * NEWS
7963                 sync with 0.8.6 release
7964
7965 2002-11-15 [colin]      0.8.5claws155
7966
7967         * src/folder.[ch]
7968           src/folderview.c
7969                 Fix error handling of folder_item_move_to()
7970                 (thanks to Alfons!)
7971
7972 2002-11-15 [colin]      0.8.5claws154
7973
7974         * src/folder.[ch]
7975           src/folderview.c
7976                 folder_item_move_to() sets an error message instead
7977                 of having GUI stuff in folder.c
7978
7979 2002-11-15 [colin]      0.8.5claws153
7980
7981         * src/procmsg.[ch]
7982                 Implemented a callback for MsgInfo updates, 
7983                 heavily copy/pasted from Christoph's folder 
7984                 callback system
7985         * src/summaryview.[ch]
7986                 Register summary_update_msg as callback
7987
7988 2002-11-14 [colin]      0.8.5claws152
7989         
7990         * src/procmsg.c
7991                 Update the FolderItem after sending (fixes 617593)
7992
7993 2002-11-14 [christoph]  0.8.5claws151
7994
7995         * src/folder.c
7996                 fix wrong position of NULL pointer check found
7997                 by Sergey
7998
7999 2002-11-14 [christoph]  0.8.5claws150
8000
8001         * src/folder.c
8002                 fix segfault when deleting messages from IMAP folders
8003                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8004
8005 2002-11-14 [colin]      0.8.5claws149
8006
8007         * src/compose.c
8008                 Forwarding was also ignoring the folder's default account.
8009
8010 2002-11-14 [colin]      0.8.5claws148
8011
8012         * src/compose.c
8013                 Fix sent folder not set to folder properties when 
8014                 forwarding.
8015
8016 2002-11-14 [thorsten]   0.8.5claws147
8017
8018         * src/inc.c
8019                 inc_start(): Files were not moved from .processing to inbox,
8020                 if no global processing rule existed
8021
8022 2002-11-14 [colin]      0.8.5claws146
8023
8024         * src/ssl_certificate
8025                 Fix file operations
8026
8027 2002-11-14 [paul]       0.8.5claws145
8028
8029         * po/it.po
8030                 updated by Alessandro Maestri
8031
8032 2002-11-13 [alfons]     0.8.5claws144
8033
8034         * src/folder.c
8035                 folder_item_close(): only mark messages unread
8036                 when a folder has new messages 
8037
8038 2002-11-13 [keith]      0.8.5claws143
8039
8040         * src/imap.c
8041                 Fix problem moving or copying between
8042                 IMAP folders
8043
8044 2002-11-13 [colin]      0.8.5claws142
8045
8046         * src/matcher_parser_parse.y
8047                 Fix rule problem when " don't match
8048
8049 2002-11-13 [christoph]  0.8.5claws141
8050
8051         * src/folder.c
8052         * src/folderview.c
8053                 moved cache saving to folder_item_close
8054                 the folderview should not have to deal with
8055                 this things
8056
8057 2002-11-13 [christoph]  0.8.5claws140
8058
8059         * src/summaryview.c
8060                 moved setting of important score to
8061                 summary_set_prefs_from_folderitem
8062
8063 2002-11-13 [colin]      0.8.5claws139
8064
8065         * src/matcher_parser_parse.y
8066                 Fix a segfault in the parser (happening when
8067                 a good expression had been tested and a bad 
8068                 one arrives)
8069
8070 2002-11-13 [paul]       0.8.5claws138
8071
8072         * sync with 0.8.5cvs24
8073                 see ChangeLog 2002-11-13
8074                 
8075         * po/pt_BR.po
8076                 updated by Fabio Jr. Beneditto
8077
8078 2002-11-13 [colin]      0.8.5claws137
8079         
8080         * src/msgcache.c
8081           src/defs.h
8082           src/procmsg.[ch]
8083                 Revert last commit, problem
8084
8085 2002-11-13 [colin]      0.8.5claws136
8086
8087         * src/msgcache.c
8088                 Remove duplicated code
8089         * src/defs.h
8090                 Bumped CACHE_VERSION and MARK_VERSION
8091         * src/procmsg.[ch]
8092                 Network endian for cache and mark files
8093
8094 2002-11-12 [colin]      0.8.5claws135
8095
8096         * src/inc.c
8097                 Fix the "socket error" dialog which disappeared
8098
8099 2002-11-12 [colin]      0.8.5claws134
8100
8101         * src/msgcache.c
8102                 Reverse last commit which had performance 
8103                 problems, but still reverse the list
8104
8105 2002-11-12 [colin]      0.8.5claws133
8106
8107         * src/msgcache.c
8108                 Reverse list order
8109
8110 2002-11-12 [melvin]     0.8.5claws132
8111
8112         * src/compose.c
8113                 Added a check for a NULL prefs_common.dictionary
8114
8115 2002-11-12 [colin]      0.8.5claws131
8116
8117         * src/ssl_certificate.[ch]
8118                 Use FQDN hostname
8119
8120 2002-11-12 [colin]      0.8.5claws130
8121
8122         * src/ssl_certificate.[ch]
8123                 Take connection port into account for 
8124                 checking certificates (a single hostname
8125                 could have multiple servers with multiple
8126                 certificates)
8127         * src/ssl.c
8128                 Pass the port to ssl_certificate_check
8129
8130 2002-11-12 [paul]       0.8.5claws129
8131
8132         * src/folder.c
8133                 fix a typo in last commit
8134
8135 2002-11-12 [paul]       0.8.5claws128
8136
8137         * sync with 0.8.5cvs23
8138                 see ChangeLog entry 2002-11-12
8139
8140 2002-11-11 [colin]      0.8.5claws127
8141
8142         * src/ssl_certificate.c
8143                 Cleaner messages
8144                 Don't popup, instead log error, if the 
8145                 corresponding pref is checked
8146         * src/ssl_certificate.h
8147                 include <openssl/objects/h>
8148
8149 2002-11-11 [colin]      0.8.5claws126
8150
8151         * src/ssl_certificate.h
8152                 _Really_ clean it
8153
8154 2002-11-11 [colin]      0.8.5claws125
8155         
8156         * src/ssl_certificate.c
8157                 Fixed leak
8158
8159 2002-11-11 [colin]      0.8.5claws124
8160
8161         * src/ssl.c
8162                 Cleaned a bit
8163         * src/ssl_certificate.[ch]
8164                 Cleaned a bit (better use of SSL API)
8165                 (This will cause non-recognition of saved 
8166                  certificates of claws12[23]...)
8167
8168 2002-11-11 [paul]       0.8.5claws123
8169         
8170         * po/es.po
8171                 updated by Ricardo Mones Lastra
8172
8173 2002-11-11 [colin]      0.8.5claws122
8174
8175         * src/ssl.c
8176                 Fix a typo
8177
8178 2002-11-11 [colin]      0.8.5claws121
8179
8180         * src/ssl_certificate.[ch] ** NEW FILES **
8181         * src/ssl.[ch]
8182                 Check SSL certificates presented to us
8183         * src/Makefile.am
8184                 Add ssl_certificate.[ch]
8185         * po/POTFILES.in
8186                 Add ssl_certificate.c
8187
8188 2002-11-11 [paul]       0.8.5claws120
8189
8190         * sync with 0.8.5cvs22
8191                 see ChangeLog 2002-11-11
8192
8193 2002-11-11 [paul]       0.8.5claws119
8194
8195         * sync with 0.8.5cvs21
8196                 see ChangeLog 2002-11-11
8197
8198 2002-11-10 [jens]       0.8.5claws118
8199
8200         * src/folder.c
8201         * src/folderview.c
8202                 corrected some typing
8203         * po/de.po
8204                 updated german translation
8205         * sylpheed.spec.in
8206                 cleaned up specfile and adjusted it for claws
8207
8208 2002-11-10 [colin]      0.8.5claws117
8209
8210         * src/summaryview.c
8211                 a STATUSBAR_PUSH/POP fix
8212
8213 2002-11-10 [colin]      0.8.5claws116
8214
8215         * src/prefs_folder_item.c
8216                 Fix hanging after opening folder properties
8217
8218 2002-11-10 [hoa]        0.8.5claws115
8219
8220         * src/matcher_parser_lex.l
8221         * src/matcher_parser_parse.y
8222                 config file for scoring and filtering is no more trashed
8223                 when there is a syntax error in a filtering rule when
8224                 editing it in a dialog.
8225
8226 2002-11-09 [colin]      0.8.5claws114
8227
8228         * src/mbox_folder.c
8229                 Added missing initialisation of folder->destroy()
8230
8231 2002-11-09 [colin]      0.8.5claws113
8232
8233         * src/folder.c
8234           src/folderview.c
8235                 Fix the status bar messages
8236
8237 2002-11-09 [colin]      0.8.5claws112
8238
8239         * src/folderview.c
8240                 Fix hangs after folder dnd, happening after 
8241                 claws109.
8242
8243 2002-11-09 [christoph]  0.8.5claws111
8244
8245         * src/folderview.c
8246                 just changed order of calls (reverse order of
8247                 associated calls)
8248         * src/inc.c
8249                 lock inc when checking only one account, otherwise
8250                 inc all could be executed at the same time
8251
8252 2002-11-09 [christoph]  0.8.5claws110
8253
8254         * src/folderview.c
8255                 better unlock the mouse cursor before calling
8256                 summary_show because it changes the cursor too
8257
8258 2002-11-09 [christoph]  0.8.5claws109
8259
8260         * src/folder.[ch]
8261         * src/folderview.c
8262                 add functions to open and close a folder
8263                 o opending will execute scanning for remote folders
8264                   and processing
8265                 o closing will unset new flag for messages
8266
8267 2002-11-09 [colin]      0.8.5claws108
8268
8269         * src/folder.c
8270                 Add a call to prefs_matcher_write_config to 
8271                 avoid non-leaf folders filtering settings to be
8272                 lost
8273
8274 2002-11-09 [paul]       0.8.5claws107
8275
8276         * src/prefs_account.c
8277                 re-word a label
8278
8279 2002-11-09 [colin]      0.8.5claws106
8280
8281         * src/folderview.c
8282                 Minor esthetic fix
8283
8284 2002-11-09 [colin]      0.8.5claws105
8285
8286         * src/folderview.c
8287                 Fix prefs_filtering deletion for MH folders (same
8288                 reason as below)
8289         * src/prefs_filtering.c
8290                 Fix prefs_filtering renaming and deletion for 
8291                 folder-based processing rules.  
8292
8293 2002-11-09 [christoph]  0.8.5claws104
8294
8295         * src/compose.c
8296         * src/folder.[ch]
8297         * src/folderview.[ch]
8298         * src/import.c
8299         * src/inc.c
8300         * src/main.c
8301         * src/mainwindow.c
8302         * src/messageview.c
8303         * src/prefs_folder_item.c
8304         * src/procmsg.c
8305         * src/summaryview.c
8306                 implement a callback system for folder item updates
8307
8308 2002-11-09 [colin]      0.8.5claws103
8309
8310         * src/folderview.c
8311                 Fix prefs_filtering renaming for MH folders (we
8312                 shouldn't rename by path as another folder could
8313                 have the same hierarchy).
8314
8315 2002-11-09 [colin]      0.8.5claws102
8316
8317         * src/folder.c
8318                 Fix a leak found by Christoph, use better variable
8319                 names
8320
8321 2002-11-09 [colin]      0.8.5claws101
8322
8323         * src/folder.c
8324                 One more fix for processing rules
8325
8326 2002-11-08 [colin]      0.8.5claws100
8327         
8328         * src/matcher.c
8329                 Don't copy the compiled regexp (will be reevaluated)
8330         * src/folderview.c
8331                 Lock folderview while moving
8332         * src/folder.c
8333                 Provide info on what's happening to the user
8334
8335 2002-11-08 [colin]      0.8.5claws99
8336
8337         * src/folderview.c
8338                 Fix folder reordering after a move if parent is 
8339                 root
8340         * src/scoring.[ch]
8341                 Add function to copy a ScoringProp
8342         * src/prefs_folder_item.c
8343                 Copy scoring rules when copying a folder prefs
8344
8345 2002-11-08 [colin]      0.8.5claws98
8346
8347         * src/folderview.c
8348                 Fixes in case of failure
8349         * src/filtering.[ch]    
8350                 Add function to duplicate a FilteringProp
8351         * src/matcher.[ch]
8352                 Add function to duplicate a MatcherProp
8353         * src/prefs_folder_item.c
8354                 Save folder's processing rules when copying 
8355                 its prefs
8356
8357 2002-11-08 [colin]      0.8.5claws97
8358         
8359         * src/folderview.c
8360                 Sort after move
8361         * src/folder.c 
8362                 Change a printf to debug_print
8363
8364 2002-11-08 [colin]      0.8.5claws96
8365
8366         * src/folder.c
8367           src/folderview.c
8368                 Fix segfaults, call me stupido
8369         
8370
8371 2002-11-08 [colin]      0.8.5claws95
8372
8373         *src/folder.c
8374                 Added forgotten prefs to save when moving folders
8375
8376 2002-11-08 [colin]      0.8.5claws94
8377
8378         * src/folder.c
8379                 Fixes to folder DND (prefs copy)
8380         * src/folderview.c
8381                 Optimization for folder DND (don't rescan whole tree)
8382                 Added folderview_create_folder_node() for this 
8383                 optimization, so de-duped a bit the code
8384         * src/prefs_folder_item.[ch]
8385                 Added prefs_folder_item_copy_prefs()    
8386           
8387 2002-11-08 [paul]       0.8.5claws93
8388
8389         * src/prefs_account.c
8390           tools/README
8391           tools/kmail2sylpheed_v2.pl
8392                 correct some typos
8393
8394 2002-11-08 [paul]       0.8.5claws92
8395
8396         * src/compose.c
8397           src/prefs_account.[ch]
8398                 remove account options 'clearsign' and 'ascii_armored',
8399                 replace with 'default_gnupg_mode' to prevent mixed-mode
8400                 Privacy settings
8401
8402 2002-11-08 [paul]       0.8.5claws91
8403
8404         * src/compose.[ch]
8405                 re-implement GnuPG 'on-the-fly' mode selection,
8406                 disallow mixed-mode
8407
8408 2002-11-08 [colin]      0.8.5claws90
8409
8410         * src/folderview.c
8411           src/prefs_folder_item.c
8412                 Change "Property" to "Properties"
8413
8414 2002-11-07 [colin]      0.8.5claws89
8415
8416         * src/folderview.c
8417           src/folder.c
8418                 Allow folder dropping to a root folder
8419
8420 2002-11-07 [paul]       0.8.5claws88
8421
8422         * src/compose.c
8423                 revert last commit
8424
8425 2002-11-07 [paul]       0.8.5claws87
8426
8427         * src/compose.c
8428                 fix reply-to-list bug. closes bug report
8429                 "[633382] reply-to-list broken in recent cvs"
8430
8431 2002-11-07 [paul]       0.8.5claws86
8432
8433         * src/compose.c
8434                 add a forgotten '#if USE_GPGME ... #endif'
8435
8436 2002-11-07 [paul]       0.8.5claws85
8437
8438         * sync with 0.8.5cvs20
8439                 see ChangeLog 2002-11-07
8440
8441 2002-11-07 [colin]      0.8.5claws84
8442
8443         * src/folder.[ch]
8444                 Change folder_item_move_to to return the newly 
8445                 created folderitem.
8446         * src/folderview.c
8447                 Select the new folderitem after moving.
8448
8449 2002-11-07 [colin]      0.8.5claws83
8450
8451         * src/prefs_filtering.c
8452                 Fix rule rewriting when moving a leaf folder to a 
8453                 shorter path
8454
8455 2002-11-07 [colin]      0.8.5claws82
8456
8457         * src/prefs_filtering.c
8458                 fix a leak
8459
8460 2002-11-07 [colin]      0.8.5claws81
8461
8462         * src/folder.[ch]
8463                 Add folder_item_move_to() function to move a 
8464                 folderitem into another one (updates matcher etc)
8465         * src/folderview.c
8466                 Add folder drag'n drop (context menu to come)
8467                 [Should be dataloss free, but Please backup before 
8468                  trying !]
8469
8470 2002-11-06 [colin]      0.8.5claws80
8471
8472         * src/mh.c
8473                 mh_create_folder() returns NULL if can't create
8474                 directory hierarchy
8475
8476 2002-11-06 [paul]       0.8.5claws79
8477
8478         * src/compose.[ch]
8479                 allow 'on-the-fly' changing of the type of encryption 
8480                 and/or signing used (mime/ascii) via the compose window
8481
8482 2002-11-06 [paul]       0.8.5claws78
8483
8484         * sync with 0.8.5cvs19
8485                 see ChangeLog 2002-11-06 for src/account.c: 
8486                 account_get_special_folder()
8487                 
8488 2002-11-05 [alfons]     0.8.5claws77
8489
8490         * src/crash.c
8491                 very minor cleanups: nothing to see here, move on. :-)
8492
8493 2002-11-05 [colin]      0.8.5claws76
8494
8495         * src/main.c
8496                 Changes choices if compose windows are opened to
8497                 Discard, Draft, Don't quit
8498
8499 2002-11-05 [thorsten]   0.8.5claws75
8500
8501         * src/compose.c
8502                 reenabled default_reply_to folder option
8503
8504 2002-11-05 [colin]      0.8.5claws74
8505
8506         * src/compose.[ch] 
8507                 add compose_draft()
8508         * src/crash.c
8509                 add SIGTERM handler
8510         * src/main.[ch]
8511                 add clean_quit() for the SIGTERM handler
8512
8513 2002-11-05 [paul]       0.8.5claws73
8514         
8515         * po/es.po
8516                 updated by Ricardo Mones Lastra
8517
8518 2002-11-05 [melvin]     0.8.5claws72
8519
8520         * src/logwindow.c
8521                 Fixed log-clipping bug #616795.
8522                 To stop logging in the log window use 0 length.
8523         * src/prefs_common.c
8524                 Added a label to inform about the 0 log length behaviour.
8525
8526 2002-11-05 [paul]       0.8.5claws71
8527
8528         * sync with 0.8.5cvs17
8529                 see ChangeLog 2002-11-05
8530
8531 2002-11-04 [paul]       0.8.5claws70
8532
8533         * sylpheed-128x128.png
8534           sylpheed-64x64.png
8535           sylpheed.png
8536                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8537                 <nikai@users.sourceforge.net>
8538                 
8539         * po/bg.po
8540                 updated by George Danchev
8541
8542 2002-11-03 [thorsten]   0.8.5claws69
8543
8544         * src/main.c
8545           src/mimeview.c
8546           src/rfc2015.h
8547                 add check if gpg is active
8548
8549 2002-11-03 [thorsten]   0.8.5claws68
8550
8551         * src/toolbar.h
8552                 removed GSList declaration causing trouble on MacOS-X
8553                 (submitted by alfons, reported by xfesty)
8554
8555 2002-11-01 [paul]       0.8.5claws67
8556
8557         * src/mainwindow.c
8558                 remove last remnants of main's filter code
8559
8560 2002-11-01 [paul]       0.8.5claws66
8561
8562         * tools/filter_conv.pl
8563                 fix bug where user-defined headers were ignored
8564
8565 2002-11-01 [paul]       0.8.5claws65
8566
8567         * src/logwindow.c
8568                 make a debug_print() not translatable
8569
8570 2002-10-31 [melvin]     0.8.5claws64
8571
8572         * ac/aspell.m4
8573                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8574                 not run any GNU/aspell test.  The dictionary path will
8575                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8576                 was given, in which case, it will be $prefix/lib/aspell/
8577         * configure.in
8578                 Fixed typo in commentary (Aspell code).
8579
8580 2002-10-31 [paul]       0.8.5claws63
8581
8582         * po/POTFILES.in
8583                 remove src/filter.c and src/prefs_filter.c
8584                 thanks to Ricardo for reminding me
8585
8586 2002-10-31 [colin]      0.8.5claws62
8587
8588         * src/mbox_folder.c
8589                 Plug some leaks
8590
8591 2002-10-31 [paul]       0.8.5claws61
8592
8593         * src/prefs_filter.[ch] ** REMOVED **
8594           src/filter.[ch]       ** REMOVED **
8595           
8596         * src/Makefile.am
8597           src/folderview.c
8598           src/inc.c
8599           src/main.c
8600           src/mainwindow.c
8601           src/mbox.c
8602           src/prefs_common.c
8603           src/prefs_filtering.c
8604           src/summaryview.[ch]
8605                 remove main's 'filter' code
8606                 
8607         README.claws
8608                 update to reflect removal of main's filter
8609
8610 2002-10-31 [paul]       0.8.5claws60
8611
8612         * src/summaryview.c
8613                 remove check for global_processing in summary_filter_open(). 
8614                 This fixes the bug where if the user uses the right-click 
8615                 'Create filter rule...' and doesn't have any filter rules 
8616                 already defined in claws' advanced filtering, the newly 
8617                 created filter rule goes to main's filtering which is 
8618                 inaccessible through the gui. Now the filter rule gets added
8619                 to claws' filtering by default.
8620
8621 2002-10-28 [melvin]     0.8.5claws59
8622
8623         * src/prefs_actions.c
8624                 Fixed bug #627322 where MIME parts were not always
8625                 correctly passed to a %p action
8626                 Display an error dialog when message filename is not found.
8627
8628 2002-10-28 [melvin]     0.8.5claws58
8629
8630         * src/prefs_common.c
8631                 Readded a missing function declaration lost in 0.8.3claws34
8632
8633 2002-10-28 [paul]       0.8.5claws57
8634
8635         * sync with 0.8.5cvs15
8636                 see ChangeLog 2002-10-28 and 2002-10-25
8637                 
8638         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8639
8640 2002-10-27 [oliver]     0.8.5claws56
8641
8642         * src/pop.c
8643                 plug leak in pop3_top_recv
8644
8645 2002-10-26 [christoph]  0.8.5claws55
8646
8647         * src/folder.c
8648                 set need_update folder flag when messages are added
8649                 (closes bug [ 626922 ] folder not updated after receiving)
8650
8651 2002-10-25 [melvin]     0.8.5claws54
8652
8653         * src/imageview.c
8654                 Fixed a memleak introduced in the scaling code.
8655
8656 2002-10-24 [alfons]     0.8.5claws53
8657
8658         * src/filtering.c
8659                 make filtering's forward message action forward from the 
8660                 correct account
8661                 (closes bug [628089 ] Filter -> Forward from address problem
8662                 reported by Oktay)
8663
8664 2002-10-24 [christoph]  0.8.5claws52
8665
8666         * src/mainwindow.c
8667         * src/manual.[ch]
8668                 o use manual of current locale or english if current
8669                   locale is not available (and english is available)
8670                 o also link to sylpheed doc project manuals
8671
8672 2002-10-23 [paul]       0.8.5claws51
8673
8674         * tools/README
8675           tools/kmail2sylpheed_v2.pl
8676                 add new version of kmail addressbook importer script.
8677                 works with newer versions of Kmail/KAddressBook which
8678                 have new and rearranged data.
8679
8680 2002-10-23 [martin]     0.8.5claws50
8681
8682         * src/folderview.c
8683         * src/summaryview.c
8684         * src/utils.h
8685         * src/utils.c
8686                 added length parameter to get_abbrev_newsgroup_name()
8687                 changed this function so that it abbreviates the newsgroup
8688                 names only so long it is smaller than the length parameter
8689                 (for better reading of some newsgroup names and space efficiency)
8690
8691 2002-10-22 [colin]      0.8.5claws49
8692
8693         *src/foldersel.c
8694                 Revert Alfons' last modification (after voting ;-))
8695
8696 2002-10-21 [alfons]     0.8.5claws48
8697
8698         * src/foldersel.c
8699                 folder view in folder selection dialog reflects state of
8700                 folder view in main window
8701
8702 2002-10-18 [alfons]     0.8.5claws47
8703
8704         * src/mbox.c
8705                 drop imported messages in folder selected by user,
8706                 and not in the inbox
8707                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8708
8709 2002-10-18 [alfons]     0.8.5claws46
8710
8711         * src/compose.c
8712                 make automagic reply work correctly for email accounts 
8713                 (whether it's viable to do a full sync with Hiro's 
8714                 compose.c is still under discussion)
8715
8716 2002-10-18 [melvin]     0.8.5claws45
8717
8718         * src/prefs_actions.c
8719                 Fixed bug #622275 where asynchroneous actions left 
8720                 zombies processes
8721                 Made (synchroneous) actions' input be displayed live.
8722
8723 2002-10-18 [christoph]  0.8.5claws44
8724
8725         * src/textview.c
8726                 don't add a newline in the textview in front of the
8727                 first textpart if header display is disabled
8728                 (closes bug [ 603385 ] disabled header display leaves blank
8729                  lin)
8730
8731 2002-10-18 [christoph]  0.8.5claws43
8732
8733         * src/folder.[ch]
8734         * src/imap.c
8735         * src/mbox_folder.c
8736         * src/mh.c
8737         * src/news.c
8738                 folder->get_num_list now returns an error code
8739                 (closes bug [ 609424 ] News cache cleared on failure)
8740                 
8741 2002-10-17 [colin]      0.8.5claws42
8742         
8743         * src/news.c
8744                 Changed a printf by debug_print
8745
8746 2002-10-16 [paul]       
8747
8748         * tools/OOo2sylpheed.pl
8749                 allow for spaces in the name of the
8750                 file to be attached.
8751
8752 2002-10-16 [colin]      0.8.5claws41
8753
8754         * src/main.c
8755                 Use a tristate to change online mode
8756
8757 2002-10-16 [paul]       0.8.5claws40
8758
8759         * po/es.po
8760                 updated by Ricardo Mones Lastra
8761
8762 2002-10-16 [colin]      0.8.5claws39
8763
8764         * src/main.c
8765           src/mainwindow.[ch]
8766                 Added --online and --offline command-line
8767                 switches
8768
8769 2002-10-15 [christoph]  0.8.5claws38
8770
8771         * src/procmime.c
8772                 set mimeinfo->name to NULL after g_free to
8773                 avoid double freeing with g_free
8774
8775 2002-10-14 [christoph]  0.8.5claws37
8776
8777         * src/compose.c
8778         * src/filtering.c
8779         * src/summaryview.c
8780                 remove calls to folder->change_flags that are now
8781                 done by procmsg flag functions (seems it is not
8782                 used by any foldertype anyway)
8783         * src/folder.c
8784                 init folder->change_flags with NULL
8785
8786 2002-10-14 [christoph]  0.8.5claws36
8787
8788         * src/folder.[ch]
8789         * src/imap.[ch]
8790                 use virtual functions for folder item new and destroy
8791                 functions
8792
8793 2002-10-14 [melvin]     0.8.5claws35
8794
8795         * src/compose.c
8796                 Added a test to not run the spell checker if no default
8797                 dictionary is available. No dialog is displayed though.
8798
8799 2002-10-14 [melvin]     0.8.5claws34
8800
8801         * src/gtkaspell.c
8802                 Fixed bug in dictionary list context menu where
8803                 "More..." pointed to an emtpy submenu if the
8804                 number of dictionaries is a multiple of 15
8805                 Removed unneeded code in suggestions list creation
8806
8807 2002-10-14 [paul]       0.8.5claws33
8808
8809         * po/bg.po
8810                 updated by George Danchev
8811
8812 2002-10-13 [hoa]        0.8.5claws32
8813
8814         * src/matcher.[ch]
8815           src/matcher_parser_parser.y
8816                 removed the escaped string from internal structure
8817                 of matcher.
8818
8819 2002-10-12 [colin]      0.8.5claws31
8820
8821         * src/gtksctree.[ch]
8822           src/summaryview.c
8823                 Removed useless function gtksctree_reanchor
8824
8825 2002-10-12 [alfons]     0.8.5claws30
8826         
8827         * sync with remaining main changes 2002-10-09 - 2002-10-11
8828         - drop changes to src/compose.c (requires claws specific changes)
8829         
8830 2002-10-12 [alfons]     0.8.5claws29
8831         
8832         * sync with main changes of 2002-10-08
8833         - drop changes to src/compose.c (requires claws specific changes)
8834         - drop changes to src/summaryview.c (requires changes to compose.c)     
8835
8836 2002-10-12 [alfons]     0.8.5claws28
8837         
8838         * sync with main changes of 2002-10-07
8839
8840 2002-10-12 [alfons]     0.8.5claws27
8841
8842         * sync with main changes of 2002-10-04
8843         - drop changes to src/compose.c (requires claws specific changes)
8844         - drop changes to src/prefs_folder_item.c (claws implementation
8845           seems to be working)
8846
8847 2002-10-12 [colin]      0.8.5claws26
8848
8849         * src/mainwindow.c
8850                 Fix folder-flicker when space-reading, introduced 
8851                 in claws22.
8852
8853 2002-10-12 [colin]      0.8.5claws25
8854
8855         * src/compose.c
8856                 Save account address when saving as draft.
8857                 (closes bug 621838)
8858
8859 2002-10-12 [colin]      0.8.5claws24
8860
8861         * src/summaryview.c
8862                 Fix the problem consisting of no message selected
8863                 after the last message in a folder has been moved.
8864
8865 2002-10-12 [paul]       0.8.5claws23
8866
8867         * src/compose.c
8868           src/prefs_template.c
8869           src/template.[ch]
8870                 add Cc and Bcc to templates. Patch submitted by
8871                 John L. Males.
8872
8873 2002-10-12 [colin]      0.8.5claws22
8874
8875         * src/folderview.c
8876                 Fix a bug after "Check for new messages":
8877                 If a folder was opened, it was still selected at
8878                 the end of the check, but displayed empty.
8879         * src/mainwindow.c
8880                 Remove unnecessary check
8881
8882 2002-10-12 [paul]
8883
8884         * tools/README
8885                 be more verbose in the description of
8886                 OOo2sylpheed.pl
8887                 
8888
8889 2002-10-11 [colin]      0.8.5claws21
8890
8891         * src/mainwindow.c
8892                 Make space work (better) when no mail is selected
8893
8894 2002-10-11 [colin]      0.8.5claws20
8895
8896         * src/inc.c
8897           src/news.c
8898                 fix warnings
8899
8900 2002-10-11 [colin]      0.8.5claws19
8901
8902         * src/mainwindow.c
8903                 revert 0.8.5claws6 changes as i couldn't get to
8904                 anything satisfying
8905
8906 2002-10-11 [melvin]     0.8.5claws18
8907
8908         * src/compose.c
8909                 Removed buggy and unused macro (should have been committed in
8910                 0.8.5claws17)
8911
8912 2002-10-11 [melvin]     0.8.5claws17
8913
8914         * src/compose.c
8915                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8916
8917 2002-10-11 [thorsten]   0.8.5claws16 
8918
8919         * src/folderview.c
8920                 remove rescan warning
8921
8922 2002-10-11 [colin]      0.8.5claws15 
8923
8924         * src/procheader.c
8925                 fix a segfault that happens if conv_unmime_header
8926                 fails (should be better to find out why it fails)
8927
8928 2002-10-11 [christoph]  0.8.5claws14
8929
8930         * src/summaryview.c
8931                 update folderview stats after ignore/unignore thread
8932
8933 2002-10-11 [hoa]        0.8.5claws13
8934
8935         * src/quote_fmt_parse.y
8936                 Fixed a yacc/bison syntax error
8937         * src/matcher.c
8938                 Escaping of string is fixed.
8939
8940 2002-10-11 [colin]      0.8.5claws12
8941
8942         * src/imageview.c
8943                 Resize images to fit
8944
8945 2002-10-11 [paul]       0.8.5claws11
8946
8947         * po/es.po
8948                 updated by Ricardo Mones Lastra
8949
8950 2002-10-10 [alfons]     0.8.5claws10
8951
8952         * src/compose.c
8953                 allow dropping files by "moving" files from a file manager,
8954                 not only by the more cumbersome "copying". the latter 
8955                 mostly implies holding down the Control button
8956
8957 2002-10-10 [christoph]  0.8.5claws9
8958
8959         * src/summaryview.c
8960                 update folders after thread building for ignored threads
8961
8962 2002-10-10 [christoph]  0.8.5claws8
8963
8964         * config/.cvsignore
8965                 added Makefile
8966         * src/filtering.[ch]
8967         * src/folder.[ch]
8968         * src/folderview.[ch]
8969         * src/import.c
8970         * src/inc.[ch]
8971         * src/mbox.[ch]
8972         * src/procmsg.c
8973         * src/summaryview.[ch]
8974                 o added new flag need_update to FolderItem
8975                 o removed folder_table from various functions from tracking
8976                   folder updates
8977                 o set need_update flags in folder.c's move, copy and delete
8978                   functions and procmsg's flags functions
8979                 o added function folderview_update_items_when_required that
8980                   updates all folders with need_update set
8981                 o call folderview_update_items_when_required instead of
8982                   folderview_update_item_foreach
8983
8984 2002-10-09 [sergey]     0.8.5claws7
8985
8986         * src/compose.c
8987                 Strip CRs whel loading the text into editor in reedit mode.
8988
8989 2002-10-09 [colin]      0.8.5claws6
8990
8991         * src/mainwindow.c
8992                 Make Space work when no mail is selected
8993
8994 2002-10-09 [colin]      0.8.5claws5
8995
8996         * src/gtksctree.[ch]
8997                 Fix range_select
8998                 Add gtk_sctree_reanchor() 
8999         * src/summaryview.c
9000                 Use gtk_sctree_reanchor() - better fix for 
9001                 bug 60413
9002
9003 2002-10-09 [colin]      0.8.5claws4
9004
9005         * src/summaryview.c
9006                 Fix shift-click select after delete problem
9007                 (closes bug 60413)
9008
9009 2002-10-08 [thorsten]   0.8.5claws3
9010
9011         * src/summaryview.c
9012                 exclude current msg from -hide read messages-
9013
9014 2002-10-08 [colin]      0.8.5claws2
9015
9016         * src/inc.[ch]
9017           src/pop.c
9018           src/recv.c
9019                 Differentiate socket errors from disk full
9020                 errors
9021
9022 2002-10-08 [christoph]  0.8.5claws1
9023
9024         * Makefile.am
9025         * configure.in
9026                 modifications for new config directory
9027
9028         * config.guess  ** REMOVED **
9029         * config.sub    ** REMOVED **
9030         * install-sh    ** REMOVED **
9031         * ltmain.sh     ** REMOVED **
9032         * missing       ** REMOVED **
9033         * mkinstalldirs ** REMOVED **
9034                 these files are autogenerated by automake
9035                 when you run autogen.sh
9036
9037         * config/.cvsignore     ** NEW FILE **
9038         * config/Makefile.am    ** NEW FILE **
9039                 ignore autogenerated files
9040                 create a Makefile in this directory
9041
9042 2002-10-08 [paul]       0.8.5claws
9043
9044         * 0.8.5claws release
9045         
9046         * src/compose.c
9047           src/procheader.c
9048           src/procmsg.c
9049                 fix quote reply format for newsgroups reply bug
9050                 (thanks to Hoa)
9051                 
9052         * po/en_GB.po
9053           po/pl.po
9054                 updated by me and Witold Wladyslaw Wojciech Wilk
9055                 repectively
9056
9057 2002-10-07 [paul]       0.8.3claws53
9058
9059         * po/it.po
9060           po/pt_BR.po
9061           po/sr.po
9062                 updated messages catalogs, submitted by
9063                 Alessandro Maestri, Fabio Jr.Beneditto 
9064                 and Urke MMI, respectively.
9065
9066 2002-10-07 [christoph]  0.8.3claws52
9067
9068         * src/folder.[ch]
9069         * src/folderview.c
9070         * src/mainwindow.c
9071                 fix new folder ghost message bug
9072                 (closes bug [ 619722 ] wrong count for newly created folders)
9073
9074 2002-10-07 [christoph]  0.8.3claws51
9075
9076         * src/compose.c
9077                 fix news posting problem
9078
9079 2002-10-07 [melvin]     0.8.3claws50
9080
9081         * po/fr.po
9082                 Updated French translation
9083
9084 2002-10-05 [christoph]  0.8.3claws49
9085
9086         * src/gtkstext.c
9087                 check if line_start_cache is set in gtk_stext_update_text
9088                 (closes bug [ 618119 ] crash while doing search in folder)
9089
9090 2002-10-05 [christoph]  0.8.3claws48
9091
9092         * src/imap.c
9093         * src/news.c
9094         * src/utils.c
9095         * src/utils.h
9096                 implement cache cleanups for claws' folder system
9097                 (closes bug [ 595916 ] imapcache not cleaned up)
9098
9099 2002-10-05 [melvin]     0.8.3claws47
9100
9101         * src/prefs_actions.c
9102                 Made the help text more clear for the %p token
9103
9104 2002-10-04 [paul]       0.8.3claws46
9105
9106         * sync with 0.8.5
9107                 see ChangeLog 2002-10-02 and 2002-10-03
9108
9109 2002-10-04 [christoph]  0.8.3claws45
9110
9111         * src/inc.c
9112                 fix segfault caused by pop before smtp
9113                 call to inc_account_mail with NULL
9114                 pointer for mainwin
9115
9116 2002-10-04 [paul]       0.8.3claws44
9117
9118         * configure.in
9119                 sync the LDAP detection from 0.8.5cvs1
9120
9121 2002-10-02 [christoph]  0.8.3claws43
9122
9123         * po/de.po
9124                 fix small spelling error
9125
9126 2002-10-02 [melvin]     0.8.3claws42
9127
9128         * ac/aspell.m4
9129                 Behave better and say "no" when test program cannot be run.
9130
9131 2002-10-02 [paul]       0.8.3claws41
9132
9133         * sync with 0.8.4cvs1
9134                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9135                 
9136         * src/summaryview.c
9137                 toggle the behavior of Reply menuitem between
9138                 normal reply and reply-to-list
9139
9140 2002-10-01 [sergey]     0.8.3claws40
9141
9142         * src/compose.c
9143                 Convert newlines in the message text to the canonical form
9144                 before base64 encoding (RFC2045 compliance, fixes some
9145                 interoperability issues with Evolution 1.0.3)
9146
9147 2002-09-29 [colin]      0.8.3claws39
9148
9149         * src/summaryview.c
9150                 Fix an unwanted copy/paste
9151
9152 2002-09-29 [colin]      0.8.3claws38
9153
9154         * src/mainwindow.c
9155                 Renamed "Custom toolbar" to "Customize toolbar"
9156                 Renamed "Show all header" to "Show all headers"
9157                 Renamed "Set diplay item" to "Set displayed items"
9158         * src/prefs_common.c
9159                 Renamed "Show all header" to "Show all headers"
9160         * src/prefs_summary_column.c
9161                 Renamed "diplay item" to "displayed items"
9162
9163 2002-09-29 [colin]      0.8.3claws37
9164
9165         * src/mainwindow.[ch]
9166                 online/offline status pixmaps follow theme
9167                 changes
9168         * src/summaryview.[ch]
9169                 quicksearch pixmap follows theme changes
9170
9171 2002-09-29 [thorsten]   0.8.3claws36
9172
9173         * src/compose.c
9174           src/prefs_folder_item.[ch]
9175                 add default_reply_to folder option (closes patch 581044)
9176
9177 2002-09-29 [christoph]  0.8.3claws35
9178
9179         * acconfig.h    ** REMOVED **
9180         * configure.in
9181         * ac/aspell.m4
9182         * ac/check-type.m4
9183         * ac/gnupg-check-typedef.m4
9184                 fix autoheader 2.50 warning
9185
9186 2002-09-29 [christoph]  0.8.3claws34
9187
9188         * major code cleanup (part 2)
9189         
9190                 - unused variables removed
9191                 - unused functions removed
9192                 - uninitialized variables checked
9193                 - missing return statements added
9194                 - missing function return types added
9195                 - added parentheses around assignment
9196                   when suggested by gcc
9197
9198 2002-09-29 [alfons]     0.8.3claws33
9199
9200         * src/logwindow.c
9201                 log_window_clear(): only bracket gtk_text_forward_delete() 
9202                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9203                 works around GTK text bug)
9204
9205 2002-09-29 [paul]       0.8.3claws32
9206
9207         * po/bg.po
9208           po/sr.po
9209                 updated by George Danchev and Urke MMI
9210                 respectively
9211
9212 2002-09-27 [christoph]  0.8.3claws31
9213
9214         * doc-src/readme.txt
9215         * doc-src/rfc1806.txt   ** REMOVED **
9216         * doc-src/rfc2183.txt   ** NEW FILE **
9217         * doc-src/rfc2980.txt   ** NEW FILE **
9218                 update rfcs
9219
9220 2002-09-27 [melvin]     0.8.3claws30
9221
9222         * ac/aspell.m4
9223                 Fixed typo which could break linking
9224
9225 2002-09-27 [melvin]     0.8.3claws29
9226
9227         * ac/aspell.m4
9228                 Improved GNU/aspell checking. 
9229                 Fixed bug #614490
9230
9231 2002-09-27 [paul]       0.8.3claws28
9232
9233         * sync with 0.8.3cvs8
9234                 see ChangeLog 2002-09-27
9235
9236 2002-09-26 [colin]      0.8.3claws27
9237
9238         * src/toolbar.[ch]
9239           src/mainwindow.[ch]
9240                 Add "Reply to Mailing-list" to the toolbar
9241
9242 2002-09-26 [christoph]  0.8.3claws26
9243
9244         * src/summaryview.c
9245                 Fix wrong message counts in summaryview status
9246
9247 2002-09-26 [paul]       0.8.3claws25
9248
9249         * sync with 0.8.3cvs7
9250                 see ChangeLog 2002-09-26
9251
9252 2002-09-26 [paul]       0.8.3claws24
9253
9254         * sync with 0.8.3cvs6
9255                 see ChangeLog 2002-09-25
9256
9257 2002-09-25 [christoph]  0.8.3claws23
9258
9259         * src/prefs_common.c
9260         * src/prefs_folder_item.c
9261         * src/prefs_scoring.c
9262                 Renamed "kill score" to "hide score" in GUI
9263                 and prefs files
9264
9265 2002-09-25 [paul]       0.8.3claws22
9266
9267         * sync with 0.8.3cvs5
9268                 see ChangeLog 2002-09-24
9269
9270 2002-09-24 [alfons]     0.8.3claws21
9271
9272         patch by Satoshi Nagayasu: allows appending / saving multiple 
9273         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9274         'Save as ...'")
9275
9276         * AUTHORS
9277                 add Satoshi Nagayasu
9278         * src/summaryview.c
9279                 summary_save_as(): allow saving selected files to
9280                 one file
9281                 summary_set_menu_sensitive: enable "Save As..." when
9282                 multiple files are selected
9283         * src/utils.[ch]
9284                 append_file(): new function
9285
9286 2002-09-24 [colin]      0.8.3claws20
9287
9288         * src/procmime.c
9289                 Fix segfault when mimeinfo doesn't have a 
9290                 content_type. 
9291
9292 2002-09-24 [colin]      0.8.3claws19
9293
9294         * src/prefs_common.[ch]
9295                 Add a preference to display send dialog or not
9296         * src/send.c
9297                 Display send dialog according to preference
9298
9299 2002-09-24 [colin]      0.8.3claws18
9300
9301         * src/compose.[ch]
9302                 Disable user actions when sending
9303
9304 2002-09-24 [colin]      0.8.3claws17
9305
9306         * src/procmime.c
9307                 Do not display name or filename for attachments
9308                 with an application/pgp-signature type
9309                 (security flaw, see bug 537413)
9310
9311 2002-09-23 [colin]      0.8.3claws16
9312
9313         * src/editaddress.c
9314                 Initialize entry_email, entry_alias and 
9315                 entry_remarks to first email address of the list
9316
9317 2002-09-23 [colin]      0.83claws15
9318
9319         * src/compose.c
9320                 Drop pgp-signature when reediting a signed queued
9321                 message
9322
9323 2002-09-23 [melvin]     0.8.3claws14
9324
9325         * po/fr.po
9326                 Updated French translation
9327
9328 2002-09-23 [melvin]     0.8.3claws13
9329
9330         * src/mainwindow.c
9331                 Made custom toolbar menu labels more consistent
9332         * src/prefs_toolbar.c
9333                 Made custom toolbar window title more consistent
9334
9335 2002-09-22 [colin]      0.8.3claws12
9336
9337         * src/inc.c
9338                 Initialize session type to normal before getting 
9339                 mail (fixes strange Get behaviour)
9340         * src/prefs_account.h
9341                 Move STYPE_POP_BEFORE_SMTP to last position to 
9342                 avoid other side-effects
9343
9344 2002-09-22 [colin]      0.8.3claws11
9345
9346         * src/prefs_account.c
9347                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9348                 from pop3 to apop or vice-versa
9349
9350 2002-09-22 [colin]      0.8.3claws10
9351         
9352         * src/prefs_account.[ch]
9353                 Add an option for the POP before SMTP timeout
9354         * src/inc.c
9355                 Remember time of last POP connection
9356         * src/send.c
9357                 Do POP before SMTP only if timeout reached
9358
9359 2002-09-22 [oliver]     0.8.3claws9
9360         
9361         * README.claws
9362                 explain custom toolbar
9363
9364 2002-09-22 [oliver]     0.8.3claws8
9365
9366         * src/prefs_actions.[ch]
9367         custom toolbar for compose      
9368                 actions callback from compose toolbar
9369         * src/folderview.c
9370                 remove include toolbar.h
9371
9372 2002-09-22 [oliver]     0.8.3claws7
9373         
9374         * src/prefs_toolbar.[ch]
9375                 custom toolbar for compose
9376                 - generic prefs_toolbar handles both
9377                   Mainwin's toolbar as well as Compose toolbar          
9378
9379 2002-09-22 [oliver]     0.8.3claws6
9380         
9381         * src/toolbar.[ch]
9382                 custom toolbar for compose
9383                 restructure toolbar.[ch]
9384
9385 2002-09-22 [oliver]     0.8.3claws5
9386
9387         * src/compose.[ch]
9388                 custom toolbar for compose
9389
9390 2002-09-22 [oliver]     0.8.3claws4
9391         
9392         * src/mainwindow.[ch]
9393                 custom toolbar for compose 
9394                 move mainwin toolbar back to mainwindow
9395
9396 2002-09-22 [alfons]     0.8.3claws3
9397
9398         * src/procmsg.c
9399                 :%sno/if(/if (/gc
9400                 :%sno/for(/for (/gc
9401                 (beautify)
9402
9403 2002-09-22 [alfons]     0.8.3claws2
9404         
9405         * src/procmsg.c
9406                 procmsg_save_to_outbox(): don't unlink message file from queue;
9407                 callers should do it using folder_item_remove_msg()
9408
9409 2002-09-22 [colin]      0.8.3claws1
9410
9411         * src/mimeview.[ch]
9412                 Made mimeview_check_signature() public
9413         * src/textview.c
9414                 Made GPG signatures verifiable by clicking
9415                 the [application/pgp-signature] in the Text
9416                 view
9417
9418 2002-09-22 [paul]       0.8.3claws
9419
9420         * po/bg.po
9421           po/en_GB.po
9422           po/es.po
9423           po/it.po
9424           po/pl.po
9425           po/pt_BR.po
9426           po/sr.po
9427                 updated translations, submitted by George Danchev,
9428                 me, Ricardo Mones Lastra, Alessandro Maestri,
9429                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9430                 and Urke MMI, respectively.     
9431
9432 2002-09-22 [alfons]     0.8.2claws65
9433
9434         * src/procmsg.c
9435         * src/pgptext.c
9436                 no furry valgrinds have been used to plug these memleaks
9437
9438 2002-09-20 [paul]       0.8.2claws64
9439
9440         * sync with 0.8.3cvs4
9441                 'Select thread' re-implemented 
9442                 see ChangeLog 2002-09-20
9443
9444 2002-09-21 [alfons]     0.8.2claws63
9445
9446         * src/compose.c
9447                 compose_send(): plug unnoticed memleak
9448
9449 2002-09-20 [alfons]     0.8.2claws62
9450
9451         * src/addr_compl.c
9452                 replace_address_in_edit(): strict check for NULL address to
9453                 fix "[ 607348 ] Segfault in address completion". My guess is
9454                 that this happens with an empty address book, but it's good
9455                 to have this check here anyway
9456                 
9457                 completion_window_button_press(): free string returned 
9458                 from the internal cache
9459
9460 2002-09-20 [christoph]  0.8.2claws61
9461
9462         * src/procmime.h
9463                 added ENC_BINARY to EncodingType
9464         * src/procmime.c
9465                 the string returned by procmime_get_encoding_str
9466                 should not depend on the order of values in the
9467                 EncodingType definition
9468         * doc-src/rfc1806.txt   ** NEW FILE **
9469                 Added rfc1806 about MIME Content-Disposition
9470                 Extension
9471
9472 2002-09-19 [paul]       0.8.2claws60
9473
9474         * sync with 0.8.2cvs3
9475                 see ChangeLog 2002-09-19
9476
9477 2002-09-19 [paul]       0.8.2claws59
9478
9479         * src/prefs_folder_item.c
9480                 revert to Darko's original alignment of colour
9481                 selector button
9482                 add a colon to folder_color label
9483                 
9484         * src/compose.c
9485                 add Colin's patch (with Hiro's modifications) to 
9486                 force BASE64 encoding for 8-bit text when signing
9487                 (sync with 0.8.3cvs2)
9488
9489 2002-09-18 [alfons]     0.8.2claws58
9490
9491         * src/compose.c
9492                 :%sno/if(/if (/gc
9493                 :%sno/for(/for (/gc
9494                 (beautify a little bit)
9495
9496 2002-09-18 [christoph]  0.8.2claws57
9497
9498         * src/pine.c
9499                 fix handling of fgetc return value
9500
9501 2002-09-17 [alfons]     0.8.2claws56
9502         
9503         * src/summaryview.c
9504                 summary_sort(): check non-NULL summaryview->folder_item when no 
9505                 folder is selected at all
9506                 (closes "[ 610344 ] sort label make syl Crash")
9507
9508 2002-09-17 [alfons]     0.8.2claws55
9509         
9510         * src/compose.c
9511                 beautify a little bit
9512
9513 2002-09-17 [christoph]  0.8.2claws54
9514
9515         * src/folder.c
9516                 initialize max values for cache and folder
9517                 when cache or folder is empty
9518
9519 2002-09-15 [colin]      0.8.2claws53
9520
9521         * src/compose.c
9522                 Fix a leak (thanks Alfons!) and cleaned
9523                 variables names for custom headers
9524
9525 2002-09-15 [colin]      0.8.2claws52
9526
9527         * src/compose.c
9528                 Fix custom headers recognition when
9529                 prefs_common.trans_hdr is on
9530
9531 2002-09-15 [colin]      0.8.2claws51
9532
9533         * src/compose.c
9534                 Allow dynamically-added custom headers
9535                 Yet not reparsed if reedited
9536
9537 2002-09-15 [alfons]     0.8.2claws50
9538
9539         * src/prefs_account.c
9540                 fix warnings
9541
9542 2002-09-15 [colin]      0.8.2claws49
9543         
9544         * src/prefs_account.c
9545                 fix pop_before_smtp sensitivity
9546
9547 2002-09-15 [colin]      0.8.2claws48
9548
9549         * src/inc.[ch]
9550                 add inc_pop_before_smtp()
9551                 allow MainWindow to be undefined in 
9552                 inc_account_mail() and inc_start()
9553         * src/pop.c
9554           src/prefs_account.h
9555                 add STYPE_POP_BEFORE_SMTP session type
9556         * src/prefs_account.c
9557                 activated pop before smtp option
9558         * src/send.c
9559                 do pop before smtp if the relevant option 
9560                 is set
9561
9562 2002-09-15 [paul]       0.8.2claws47
9563
9564         * sync with 0.8.3
9565                 see ChangeLog 2002-09-15
9566
9567 2002-09-14 [paul]       0.8.2claws46
9568
9569         * po/bg.po
9570                 updated Bulgarian translation, submitted by
9571                 George Danchev
9572
9573 2002-09-13 [paul]       0.8.2claws45
9574
9575         * src/compose.c
9576                 merge claws' select_account() with main's
9577                 (new) compose_select_account(). [sync with
9578                 0.8.2cvs15, see ChangeLog 2002-09-11]
9579
9580 2002-09-12 [christoph]  0.8.2claws44
9581
9582         * src/filter.c
9583                 allocate 1 elements of FolderItem not 0
9584
9585 2002-09-12 [colin]      0.8.2claws43
9586
9587         * src/compose.c
9588                 Fix bug #590825 (obey Follow-up: poster)
9589
9590 2002-09-12 [colin]      0.8.2claws42
9591
9592         * src/procmime.c
9593                 Fix bug #557009 (wrong headers for messages 
9594                 forwarded as attachments)
9595
9596 2002-09-11 [colin]      0.8.2claws41
9597         
9598         * src/compose.c
9599                 Put SCF: pseudo-header on top of message
9600                 Set draft tmp_flag when saved as draft
9601
9602         * src/procmsg.c
9603           src/procheader.c
9604                 Skip after first \n\n for beginning of real message
9605                 for drafts too
9606
9607 2002-09-11 [christoph]  0.8.2claws40
9608
9609         * src/filtering.c
9610                 use procmsg flag functions in filtering or processing
9611                 will cause incorrect folder message counts
9612
9613 2002-09-11 [colin]      0.8.2claws39
9614
9615         * src/compose.c
9616                 Fix bug #550175 - wrong save folder when reediting
9617                 drafts
9618
9619 2002-09-11 [paul]       0.8.2claws38
9620
9621         * sync with 0.8.2cvs14
9622                 see ChangeLog 2002-09-11
9623
9624 2002-09-11 [colin]      0.8.2claws37
9625
9626         * src/folder.c
9627                 Fix a typo (seeming to cause new/unread status to
9628                 be lost)
9629
9630 2002-09-10 [christoph]  0.8.2claws36
9631
9632         * src/compose.c
9633                 compose_redirect should not use compose_generic_new
9634                 because that does more stuff than expected including
9635                 opening the external editor
9636                 (closes bug "[ 526608 ] bounced messages appear blank
9637                  in editor")
9638
9639 2002-09-10 [christoph]  0.8.2claws35
9640
9641         * src/folder.c
9642                 fix problem with too large message number range
9643                 causing a crash in folder_item_scan
9644
9645 2002-09-10 [paul]       0.8.2claws34
9646
9647         * sync with 0.8.2cvs13
9648                 see ChangeLog 2002-09-10
9649
9650 2002-09-10 [christoph]  0.8.2claws33
9651
9652         * src/msgcache.c
9653                 set MsgInfo TmpFlags for queue and draft folders
9654                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9655
9656 2002-09-10 [paul]       0.8.2claws32
9657
9658         * AUTHORS
9659           po/bg.po      ** NEW FILE **
9660                 new Bulgarian translation submitted by
9661                 George Danchev <danchev@spnet.net>
9662                 
9663         * tools/Makefile.am
9664           tools/README
9665           tools/tb2sylpheed     ** NEW FILE **
9666                 add script that converts an addressbook exported
9667                 from The Bat! into a Sylpheed addressbook. Submitted
9668                 by Urke MMI <urke-kg@eunet.yu>
9669
9670 2002-09-10 [paul]       0.8.2claws31
9671
9672         * sync with 0.8.2cvs12
9673                 see ChangeLog 2002-09-10
9674
9675 2002-09-06 [paul]       0.8.2claws30
9676
9677         * src/prefs_common.c
9678                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9679                 
9680         * tools/Makefile.am
9681           tools/README
9682           tools/ldif-to-xml.py  ** REMOVED **
9683                 remove obsolete python script
9684
9685 2002-09-06 [paul]       0.8.2claws29
9686
9687         * sync with 0.8.2cvs10
9688                 see ChangeLog 2002-09-06
9689
9690 2002-09-04 [paul]       0.8.2claws28
9691
9692         * sync with 0.8.2cvs9
9693                 see ChangeLog 2002-08-04
9694
9695 2002-09-04 [colin]      0.8.2claws27 
9696
9697         * src/prefs_common.[ch]
9698                 Added signature color configuration
9699         * src/textview.c
9700                 Use user-specified signature color
9701
9702 2002-09-03 [colin]      0.8.2claws26
9703
9704         * src/prefs_common.[ch]
9705                 Added autosave and autosave_length prefs
9706         * src/compose.c
9707                 Added compose_remove_draft()
9708                 Auto-save drafts according to the prefs
9709         * src/main.c
9710                 Added a crash-indicator file, allowing to check
9711                 for new messages on startup if Sylpheed crashed
9712                 (makes saved drafts "reappear")
9713
9714 2002-09-03 [colin]      0.8.2claws25
9715
9716         * src/textview.[ch]
9717                 Grey the signature
9718
9719 2002-09-03 [paul]       0.8.2claws24
9720
9721         * sync with 0.8.2cvs8
9722                 see ChangeLog 2002-09-02 and 2002-09-03
9723
9724 2002-09-03 [darko]      0.8.2claws23
9725
9726         * src/folderview.c
9727                 use normal style when creating new folder to pick
9728                 proper font size 
9729
9730 2002-09-02 [melvin]     0.8.2claws22
9731
9732         * src/gtkaspell.m4
9733                 removed some obsolete code
9734
9735 2002-09-02 [melvin]     0.8.2claws21
9736
9737         * ac/aspell.m4
9738                 fixed test's equality sign (== to =)
9739
9740 2002-09-02 [alfons]     0.8.2claws20
9741
9742         * src/folder.c
9743         * src/mh.c
9744                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9745                 as folder->destroy virtual as suggested by Hiro
9746                 (the mh.c code seems to have been lost around mh.c.1.21)
9747
9748 2002-09-02 [paul]       0.8.2claws19
9749
9750         * po/pt_BR.po
9751                 updated by Fabio Jr. Beneditto
9752                 
9753         * src/defs.h
9754                 use 'http://claws.sylpheed.org' for homepage link. 
9755                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9756
9757 2002-09-01 [alfons]     0.8.2claws18
9758
9759         * src/mh.c
9760                 plug memleak related to one Martin Kluge found
9761
9762 2002-08-31 [paul]       0.8.2claws17
9763
9764         * sync with 0.8.2cvs6
9765                 see ChangeLog 2002-08-30
9766
9767 2002-08-31 [alfons]     0.8.2claws16
9768
9769         * src/folder.c
9770                 folder_destroy(): remove mailbox from folderlist even if it has
9771                 no destroy virtual
9772
9773 2002-08-31 [alfons]     0.8.2claws15
9774
9775         * src/folder.c
9776                 :%sno/if(/if (/gc
9777                 :%sno/for(/for (/gc
9778                 (being pedantic I know)
9779
9780 2002-08-31 [alfons]     0.8.2claws14
9781
9782         * src/folder.c
9783                 check for NULL pointers returned from folder->fetch_msginfo virtual
9784                 (should solve some reported crashes)
9785
9786 2002-08-30 [alfons]     0.8.2claws13
9787
9788         * acconfig.h
9789         * configure.in
9790         * src/crash.c
9791                 enable crash dialog on compilation time
9792                 (--enable-crash-dialog configure option)
9793
9794 2002-08-30 [alfons]     0.8.2claws12
9795
9796         * AUTHORS
9797                 add Martin Kluge
9798         * src/mh.c
9799                 apply memory leak plug patch by Martin Kluge
9800                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9801                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9802                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9803
9804 2002-08-30 [darko]      0.8.2claws11
9805
9806         * src/folderview.c
9807                 copy Gtk style from normal style to match
9808                 font size for coloured folders
9809
9810 2002-08-29 [alfons]     0.8.2claws10
9811
9812         * sylpheed.desktop
9813                 Type=Internet <- Type=Application
9814                 (reported by Michael Schwendt, see:
9815                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9816                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9817
9818 2002-08-29 [paul]       0.8.2claws9
9819
9820         * sync with 0.8.2cvs5
9821                 see ChangeLog 2002-08-29
9822
9823 2002-08-29 [colin]      0.8.2claws8
9824
9825         * src/summaryview.c
9826                 Added a sanity check in summary_select_thread
9827                 Should fix bug 601605
9828
9829 2002-08-29 [colin]      0.8.2claws7
9830
9831         * src/main.c
9832                 Revert claws6 changes regarding bug #591676
9833
9834 2002-08-28 [colin]      0.8.2claws6
9835         
9836         * src/main.c
9837                 Ignore cache for queue folderitems
9838                 Fix bug #591676
9839
9840 2002-08-28 [melvin]     0.8.2claws5
9841
9842         * README.claws
9843                 Fixed typos.
9844
9845 2002-08-28 [melvin]     0.8.2claws4
9846
9847         * README.claws
9848                 Updated a bit the text concerning the spell checker
9849
9850 2002-08-28 [melvin]     0.8.2claws3
9851
9852         Merged the GNU_aspell_branch:
9853                 Support of new GNU/aspell is now included and the old pspell
9854                 is not supported anymore.
9855                 See README.claws
9856
9857         * README.claws
9858                 Updated spell checker text to reflect the switch to GNU/aspell
9859
9860         * ac/aspell.m4          *** NEW ***
9861         * src/gtkaspell.[ch]    *** NEW *** 
9862         * ac/pspell.m4          *** DELETED *** 
9863         * src/gtkspell.[ch]     *** DELETED ***
9864
9865         * ac/Makefile.am
9866                 Updated for GNU/aspell support
9867
9868         * po/POTFILES.in
9869                 Replaced gtkspell.c by gtkaspell.c
9870
9871         * acconfig.h
9872         * src/Makefile.am
9873         * src/about.c
9874         * src/compose.[ch]
9875         * src/crash.c
9876         * src/main.c
9877         * src/prefs_common.[ch]
9878                 Updated for GNU/aspell support
9879
9880 2002-08-28 [paul]       0.8.2claws2
9881
9882         * sync with 0.8.2cvs4
9883                 see ChangeLog 2002-08-27 and 2002-08-28
9884
9885 2002-08-28 [colin]      0.8.2claws1
9886
9887         * src/summary_search.c
9888                 Added "AND search"
9889
9890 2002-08-28 [jens]       0.8.2claws
9891
9892         *po/de.po
9893                 Updated German translations
9894
9895 2002-08-27 [melvin]     0.8.2claws
9896
9897         * po/fr.po
9898                 Updated French translations
9899
9900 2002-08-27 [paul]       0.8.2claws
9901
9902         * sync with 0.8.2 main release
9903
9904         * po/en_GB.po
9905           po/es.po
9906           po/it.po
9907           po/pl.po
9908           po/pt_BR.po
9909           po/sr.po
9910                 updated message catalogs submitted by
9911                 Ricardo Mones Lastra, Alessandro Maestri,
9912                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9913                 Beneditto and Urke MMI  
9914
9915 2002-08-27 [hoa]        0.8.1claws123
9916
9917         * src/mainwindow.[ch]
9918         * src/summaryview.[ch]
9919                 removed the "filter setting" menu option.
9920                 add a "cancel a news message" menu option.
9921
9922 2002-08-26 [martin]     0.8.1claws122
9923
9924         * ChangeLog.claws
9925                 changed string under 0.8.1claws79 changed by myself
9926                 i'm sorry alfons :(
9927
9928 2002-08-26 [martin]     0.8.1claws121
9929
9930         * src/crash.c
9931                 added kill command to debuggerrc to start crash dialog
9932
9933 2002-08-26 [paul]       0.8.1claws120
9934
9935         * sync with 0.8.1cvs31
9936                 see ChangeLog 2002-08-26
9937
9938 2002-08-25 [alfons]     0.8.1claws119
9939
9940         * src/procmsg.c
9941                 fix bug that didn't send out correct headers to news server
9942                 when sending news article and email from queue (bug reported
9943                 and patch provided by Tim Mann; closes bug 
9944                 "[ 583196 ] 0.7.8claws can't post news")
9945
9946 2002-08-25 [alfons]     0.8.1claws118
9947
9948         * src/selective_download.c
9949                 mark two strings as translatable
9950                 (thanks to Urke MMI for pointing this out)
9951
9952 2002-08-25 [alfons]     0.8.1claws117
9953
9954         * src/summaryview.c
9955                 treat sent boxes as special and allow sorting them by addressee
9956                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9957                 submitted by Steve Lamb)
9958
9959 2002-08-24 [alfons]     0.8.1claws116
9960
9961         * src/matcher.c
9962                 fix memleak reported by Martin Kluge
9963                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9964
9965 2002-08-24 [oliver]     0.8.1claws115
9966
9967         * src/prefs_toolbar.c
9968                 o code cleanup as suggested by Alfons
9969                 o memleak fix
9970
9971 2002-08-24 [alfons]     0.8.1claws114
9972
9973         * src/summaryview.c
9974                 o fix another memory leak reported by Martin Kluge
9975                   (see "[ 599568 ] Small Memory Leak")
9976                 o remove 'from' variable from 'summary_set_header()'; we can
9977                   do with just 'to' 
9978
9979 2002-08-24 [paul]       0.8.1claws113
9980
9981         * sync with 0.8.1cvs30
9982                 see ChangeLog 2002-08-23
9983
9984 2002-08-24 [alfons]     0.8.1claws112
9985
9986         * src/summaryview.c
9987                 remove unnecessary allocations for search bar fixing leaks
9988                 reported by Martin Kluge
9989                 (see "[ 599451 ] Further memory leaks?")
9990
9991 2002-08-24 [alfons]     0.8.1claws111
9992
9993         * src/main.c
9994                 make get_socket_name() public for crash.c
9995         * src/crash.c
9996                 o make report bug button work (goes to claws' 
9997                   bug tracker at sf.net)
9998                 o introduce function for doing important stuff just
9999                   before claws goes down
10000                 o clean up code 
10001
10002 2002-08-24 [alfons]     0.8.1claws110
10003
10004         * src/compose.c
10005                 move cursor to "To" entry when forwarding as attachment
10006                 (reported and solved by Steve Lamb, closes bug report
10007                 "[ 592880 ] Forward as attachment; cursor not in to")
10008
10009 2002-08-24 [colin]      0.8.1claws109
10010
10011         * src/mainwindow.c
10012                 fix quick search visibility after GUI (de)separations.
10013
10014 2002-08-23 [colin]      0.8.1claws108
10015
10016         * src/mainwindow.c
10017                 fix header pane visibility after folderview or
10018                 messageview (de)separation
10019
10020 2002-08-23 [paul]       0.8.1claws107
10021
10022         * src/mainwindow.[ch]
10023           src/toolbar.c
10024                 give full control of display or non-display 
10025                 of the Execute icon to Custom toolbar settings.
10026                 add new sensitivity condition to maninwindow.h: 
10027                 M_DELAY_EXEC
10028
10029         * ChangeLog
10030           ChangeLog.jp
10031           NEWS
10032                 more sync with 0.8.1cvs29
10033
10034 2002-08-23 [melvin]     0.8.1claws106
10035
10036         * src/alertpanel.c
10037                 Readded support for custom widget in alertpanel lost in last
10038                 sync.
10039
10040 2002-08-23 [paul]       0.8.1claws105
10041
10042         * sync with 0.8.1cvs29
10043                 see ChangeLog 2002-08-23
10044
10045 2002-08-23 [colin]      0.8.1claws104
10046
10047         * src/summaryview.c
10048                 Fix folder and search pixmaps exchanging positions
10049                 after theme or toolbar changes. Thank to Oliver for 
10050                 reporting this.
10051
10052 2002-08-23 [colin]      0.8.1claws103
10053
10054         * src/mainwindow.c
10055           src/messageview.[ch]
10056           src/noticeview.[ch]
10057           src/summaryview.c
10058                 Changed messageview_create() and noticeview_create()
10059                 to avoid the last gdk_warning
10060
10061 2002-08-22 [colin]      0.8.1claws102
10062
10063         * src/summaryview.c
10064                 Fix my new `Creating pixmap from xpm' warning
10065
10066 2002-08-22 [colin]      0.8.1claws101
10067
10068         * src/mainwindow.c
10069                 Fix some of the gdk warnings
10070
10071 2002-08-22 [colin]      0.8.1claws100
10072
10073         * src/Makefile.am
10074         * src/stock_pixmap.c
10075         * src/stock_pixmap.h
10076         * src/pixmaps/quicksearch.xpm *ADDED*
10077                 Add the quicksearch pixmap
10078         * src/mainwindow.c
10079         * src/summaryview.c
10080         * src/summaryview.h
10081                 Make quicksearch bar visible/hidden via a button
10082
10083 2002-08-22 [christoph]  0.8.1claws99
10084
10085         * src/folder.c
10086                 fix folder update for newsgroups with message
10087                 numbers below minimum number of articles to fetch
10088                 (closes bug #598445)
10089
10090 2002-08-22 [paul]       0.8.1claws98
10091
10092         * sync with 0.8.1cvs28
10093                 see ChangeLog 2002-08-22
10094
10095 2002-08-21 [alfons]     0.8.1claws97
10096
10097         * src/crash.c
10098                 use bt instead of bt full which seems to work 
10099                 better, and bt full doesn't give a great deal 
10100                 of information anyway
10101
10102 2002-08-21 [colin]      0.8.1claws96
10103
10104         * src/summaryview.c
10105                 fix summaryview_searchtype_changed prototype
10106
10107 2002-08-21 [christoph]  0.8.1claws95
10108
10109         * src/mainwindow.c
10110                 o fix broken menu update for sorting type, we have to
10111                   get this info from the summaryview now
10112                 o removed setting of threaded state in menu callback
10113         * src/summaryview.[ch]
10114                 more summaryview/folderitem seperation for
10115                 threading option
10116         * configure.in
10117                 removed not required --with-compiler-flags option
10118
10119 2002-08-21 [oliver]     0.8.1claws94
10120         
10121         * src/toolbar.h 
10122                 o rename toolbar.xml to toolbar_main.xml
10123                   since toolbar_compose.xml might come up 
10124                   any time soon
10125         * README.claws
10126                 add custom toolbar              
10127
10128 2002-08-21 [darko]      0.8.1claws93
10129
10130         * src/procmsg.c
10131                 don't reset tmp flags for messages copied
10132                 to sent folder
10133
10134 2002-08-21 [colin]      0.8.1claws92
10135         
10136         * src/prefs_filtering.c
10137                 fix renaming rules on folder rename 
10138                 when folder is not a leaf folder
10139
10140 2002-08-21 [paul]       0.8.1claws91
10141
10142         * src/prefs_folder_item.c
10143                 fix alignment of colour selector
10144
10145 2002-08-21 [paul]       0.8.1claws90
10146
10147         * sync with 0.8.1cvs27
10148                 see ChangeLog 2002-08-21
10149
10150 2002-08-21 [paul]       0.8.1claws89
10151
10152         * src/summaryview.c
10153                 fix crash when changing field type in
10154                 Quick search bar
10155
10156 2002-08-21 [colin]      0.8.1claws88
10157
10158         * src/summaryview.c
10159                 Made quick search case-insensitive
10160
10161 2002-08-21 [paul]       0.8.1claws87
10162
10163         * sync with 0.8.1cvs26
10164                 see ChangeLog 2002-08-21
10165
10166 2002-08-20 [christoph]  0.8.1claws86
10167
10168         * src/folderview.c
10169         * src/main.c
10170         * src/summaryview.[ch]
10171                 more summaryview/folderitem seperation for
10172                 sort_key and sort_type
10173         * src/procmsg.c
10174                 added missing return statement
10175
10176 2002-08-20 [colin]      0.8.1claws85
10177
10178         * src/summaryview.[ch]
10179                 Added a quick search box
10180         * src/mainwindow.c
10181         * src/prefs_common.[ch]
10182                 Added a show/hide option for the quick search
10183
10184 2002-08-20 [oliver]     0.8.1claws84
10185         
10186         * src/mainwindow.c
10187                 remove toolbar_create_popups
10188         * src/toolbar.[ch]
10189                 o remove toolbar_create_popups
10190                 o fix toolbar_set_sensitive 
10191                   (Bug reports #596834 and #596832)     
10192         * src/prefs_toolbar.c
10193                 o add "Set default" button
10194                 o align label and text + combo widgets
10195
10196 2002-08-20 [hoa]        0.8.1claws83bis
10197
10198         * src/imap.c
10199                 fixed a bug in imap_fetch_msginfo() in case there is no
10200                 current folder.
10201
10202 2002-08-20 [darko]      0.8.1claws83
10203
10204         * src/folderview.c
10205                 copy the color style of folder view so it
10206                 works with GTK themes
10207
10208 2002-08-20 [darko]      0.8.1claws82
10209
10210         * src/folder.h
10211         * src/folderview.c
10212         * src/prefs_folder_item.[hc]
10213                 don't use UI stuff in folder.h
10214
10215 2002-08-20 [darko]      0.8.1claws81
10216
10217         * src/folder.h
10218         * src/prefs_folder_item.h
10219         * src/folderview.c
10220         * src/prefs_folder_item.c
10221                 ability to set folder color in folderview
10222
10223 2002-08-19 [alfons]     0.8.1claws80
10224
10225         * src/summaryview.c
10226                 fix one of the earlier memleaks reported by Martin Kluge
10227
10228 2002-08-19 [alfons]     0.8.1claws79
10229
10230         * src/mainwindow.c
10231                 hide notice view when selecting seperate folder
10232                 view (reported by Urke MMI)
10233
10234 2002-08-19 [christoph]  0.8.1claws78
10235
10236         * src/folderview.c
10237         * src/prefs_folder_item.h
10238         * src/summaryview.[ch]
10239                 o add summary_set_prefs_from_folderitem to set
10240                   summaryview prefs (first step to remove all
10241                   references to the folderitem in summaryview)
10242                 o moved compiled regex stuff from folderitem prefs
10243                   to summaryview code
10244
10245 2002-08-19 [paul]       0.8.1claws77
10246
10247         * src/compose.c
10248                 add check for '.' to QUOTE_IF_REQUIRED
10249
10250 2002-08-19 [paul]       0.8.1claws76
10251
10252         * src/inc.c
10253                 sync with 0.8.1cvs25 (plug memory leak)
10254
10255         * src/prefs_toolbar.c
10256                 re-order prefs_toolbar_cancel()
10257
10258 2002-08-18 [alfons]     0.8.1claws75
10259
10260         * src/inc.c
10261         * src/matcher.c
10262                 plug other memleaks reported by Martin Kluge
10263
10264 2002-08-18 [paul]       0.8.1claws74
10265
10266         * po/pt_BR.po
10267                 updated by Fabio Jr. Beneditto
10268
10269 2002-08-18 [paul]       0.8.1claws73
10270
10271         * src/toolbar.[ch]
10272                 fix bug where tooltips were displayed untranslated              
10273
10274         * src/prefs_toolbar.c
10275                 fix bug where clicking 'Cancel' creates an icon & text
10276                 toolbar regardless of prefs
10277         
10278
10279 2002-08-17 [oliver]     0.8.1claws72
10280
10281         * src/prefs_toolbar.c
10282                 update toolbar on CANCEL
10283                 bug reported by Martin Kluge
10284         * src/toolbar.c
10285                 toolbar_destroy memleak fixed           
10286
10287 2002-08-17 [alfons]     0.8.1claws71
10288
10289         * src/toolbar.c
10290                 plug another memleak reported by Martin Kluge
10291
10292 2002-08-16 [alfons]     0.8.1claws70
10293
10294         * src/crash.c
10295                 use execvp() correctly (suggested by wwp; thanks!)
10296
10297 2002-08-16 [alfons]     0.8.1claws69
10298
10299         * src/gtksctree.c
10300                 plug memory leak reported by Kim Schultz & Martin Kluge
10301
10302 2002-08-16 [paul]       0.8.1claws68
10303
10304         * po/es.po
10305                 updated by Ricardo Mones Lastra
10306
10307 2002-08-16 [paul]       0.8.1claws67
10308
10309         * src/toolbar.h
10310                 fix bug where 'Compose News' icon showed wrong
10311                 tooltip
10312
10313 2002-08-16 [paul]       0.8.1claws66
10314
10315         * sync with 0.8.1cvs24
10316                 see ChangeLog 2002-08-16
10317
10318         * po/it.po
10319                 updated by Alessandro Maestri
10320
10321 2002-08-15 [paul]       0.8.1claws65
10322
10323         * po/sr.po
10324                 updated by Urke MMI
10325
10326 2002-08-15 [paul]       0.8.1claws64
10327
10328         * src/*.c
10329                 don't translate debug info
10330
10331         * src/matcher.[ch]
10332                 add copyright info
10333
10334 2002-08-15 [paul]       0.8.1claws63
10335
10336         * src/prefs_toolbar.c
10337                 fix bug where clicking 'OK' creates an icon & text
10338                 toolbar regardless of prefs
10339
10340 2002-08-14 [alfons]     0.8.1claws62
10341
10342         * src/main.c
10343                 add global var that has the full argv[0]
10344         * src/crash.c
10345                 o execvp the correct sylpheed by using argv0
10346                   and setting the correct work dir
10347                 o other tweaks  
10348
10349 2002-08-14 [oliver]     0.8.1claws61
10350         
10351         * enable/disable Toolbar Action Buttons 
10352         * code cleanups
10353         * src/mainwindow.c
10354         * src/toolbar.[ch]      
10355         * src/prefs_toolbar.c   
10356
10357 2002-08-14 [melvin]     0.8.1claws60
10358
10359         * po/fr.po
10360                 Updated French translations
10361
10362 2002-08-14 [melvin]     0.8.1claws59
10363
10364         * src/crash.c
10365                 Made bug report not translatable
10366         * src/exporthtml.c
10367                 Fixed exporthtml_build_filespec() return value
10368         * src/foldersel.c
10369                 Fixed incorrect include file
10370         * src/gtkspell.c
10371         * src/prefs_actions.c
10372         * src/prefs_toolbar.c
10373                 Made debug info not translatable
10374         * src/mutt.c
10375         * src/quote_fmt.c
10376                 Added missing includes
10377         * src/prefs_common.c
10378                 Fixed typo
10379
10380 2002-08-14 [paul]       0.8.1claws58
10381
10382         * faq/es/sylpheed-faq.html
10383           faq/es/sylpheed-faq-[1-3].html
10384           faq/es/sylpheed-faq-4.html     **NEW FILE **
10385                 update Spanish FAQ
10386
10387 2002-08-13 [christoph]  0.8.1claws57
10388
10389         * src/procmsg.c
10390                 ignore thread fix that did not mark all
10391                 child nodes of a ignored thread as
10392                 ignored. Does not work perfectly yet,
10393                 but it is better now
10394
10395 2002-08-13 [alfons]     0.8.1claws56
10396
10397         * src/crash.c
10398                 o implement 'save crash log'
10399                 o some tweaks
10400
10401 2002-08-13 [melvin]     0.8.1claws55
10402
10403         * src/main.c
10404                 removed unrequired "execinfo.h" header
10405
10406 2002-08-12 [paul]       0.8.1claws54
10407
10408         * faq/en/sylpheed-faq.html
10409           faq/en/sylpheed-faq-[1-3].html
10410           faq/en/sylpheed-faq-4.html     **NEW FILE **
10411                 update English FAQ
10412
10413 2002-08-12 [alfons]     0.8.1claws53
10414
10415         * po/POTFILES.in
10416                 add crash.c to translatables
10417         * src/crash.c
10418                 bring in Leandro's crash dialog
10419
10420 2002-08-11 [alfons]     0.8.1claws52
10421
10422         * src/crash.c
10423                 clean up some warnings
10424
10425 2002-08-11 [alfons]     0.8.1claws51
10426
10427         * acconfig.h
10428         * configure.in
10429         * src/crash.[ch]        ** NEW FILES **
10430         * src/main.c            
10431                 initial gdb crash handler
10432
10433 2002-08-11 [paul]       0.8.1claws50
10434
10435         * src/prefs_toolbar.c
10436                 replace Up/Down arrow pixmaps with text to be
10437                 consistent across icon themes
10438
10439 2002-08-11 [paul]       0.8.1claws49
10440
10441         * src/prefs_common.c
10442           src/prefs_toolbar.c
10443                 rename 'Pixmap' -> 'Icon'
10444
10445         * src/toolbar.[ch]
10446                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10447
10448 2002-08-10 [paul]       0.8.1claws48
10449
10450         * src/prefs_toolbar.c
10451                 re-work the UI
10452
10453 2002-08-10 [paul]       0.8.1claws47
10454
10455         * src/main.c
10456                 don't write Processing progress to status bar
10457                 patch submitted by Alexander Evseev
10458
10459         * src/prefs_toolbar.c
10460                 re-position and resize window
10461                 make window assume correct size on first call
10462
10463 2002-08-10 [paul]       0.8.1claws46
10464
10465         * src/mainwindow.c
10466           src/prefs_toolbar.c
10467           src/toolbar.c
10468           src/toolbar.h
10469                 obey coding style
10470                 follow UI text conventions
10471
10472 2002-08-10 [alfons]     0.8.1claws45
10473
10474         * src/toolbar.c
10475                 correct pixmap for delete action
10476
10477 2002-08-10 [paul]       0.8.1claws44
10478
10479         * po/pt_BR.po
10480                 updated by Fabio Jr. Beneditto
10481
10482 2002-08-10 [paul]       0.8.1claws43
10483
10484         * po/POTFILES.in
10485                 add custom toolbar files
10486
10487 2002-08-10 [paul]       0.8.1claws42
10488
10489         * sync with 0.8.1cvs22
10490                 see ChangeLog 2002-08-09
10491
10492 2002-08-09 [paul]       0.8.1claws41
10493
10494         * tools/Makefile.am
10495           tools/README
10496           tools/outlook2sylpheed.pl     ** NEW FILE **
10497                 add script to convert exported Outlook
10498                 contacts list to a Sylpheed addressbook.
10499                 Submitted by Ricardo Mones Lastra.
10500
10501 2002-08-09 [paul]       0.8.1claws40
10502
10503         * AUTHORS
10504           configure.in
10505           po/sr.po      ** NEW FILE **
10506                 add Serbian message catalog. Submitted by
10507                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10508
10509 2002-08-09 [paul]       0.8.1claws39
10510
10511         * sync with 0.8.1cvs21
10512                 see ChangeLog 2002-08-08
10513
10514 2002-08-08 [oliver]     0.8.1claws38
10515
10516         * src/mainwindow.c
10517                 move Custom Toolbar to Configuration menu
10518
10519 2002-08-08 [oliver]     0.8.1claws37
10520
10521         * src/prefs_toolbar.c
10522                 fix substitute pixmap bug
10523
10524 2002-08-08 [paul]       0.8.1claws36
10525
10526         * sync with 0.8.1cvs19
10527                 see ChangeLog 2002-08-08
10528
10529 2002-08-07 [christoph]  0.8.1claws35
10530
10531         * src/utils.c
10532                 fixed a memory leak in new canonicalize_file_replace
10533
10534 2002-08-07 [christoph]  0.8.1claws34
10535
10536         * src/utils.[ch]
10537                 o canonicalize_file_replace should create the temporary
10538                   file in the same directory as the original file.
10539                 o added get_tmpfile_in_dir that creates a temorary file
10540                   in a specified directory.
10541
10542 2002-08-07 [melvin]     0.8.1claws33
10543
10544         * src/toolbar.c
10545                 fixed bug where 'Article' button acted as 'Email' button.
10546
10547 2002-08-07 [paul]       0.8.1claws32
10548
10549         * sync with 0.8.1.cvs17
10550                 see ChangeLog 2002-08-07
10551
10552 2002-08-07 [colin]      0.8.1claws31
10553         
10554         * src/news.c
10555                 fix mass-cancel problem
10556
10557 2002-08-07 [thorsten]   0.8.1claws30
10558
10559         * src/prefs_toolbar.c
10560                 fix: crash on replace or add new button
10561         * src/toolbar.c
10562                 fix: close xmlfile after reading
10563         * src/utils.c
10564                 fix: unlink() file before rename()
10565
10566 2002-08-06 [paul]       0.8.1claws29
10567
10568         * sync with 0.8.cvs15
10569                 see ChangeLog 2002-08-06
10570
10571 2002-08-06 [oliver]     0.8.1claws28
10572
10573         * src/toolbar.c
10574         * src/prefs_toolbar.c
10575                 fixed empty toolbar issue
10576
10577 2002-08-06 [oliver]     0.8.1claws27
10578
10579         * Custom Toolbar Final 
10580         * src/folderview.c
10581         * src/inc.c
10582         * src/summaryview.c
10583                 o toolbar stuff now lives in src/toolbar.[ch]
10584                 o main_window_toolbar_* functions are renamed to
10585                   toolbar_* reflecting their new source file
10586         * src/mainwindow.[ch]
10587                 o remove toolbar stuff  
10588
10589 2002-08-06 [oliver]     0.8.1claws26
10590         
10591         * src/Makefile.am
10592         * src/prefs_toolbar.[ch]        **New File**
10593         * src/toolbar.[ch]              **New File**
10594                 o prefs_toolbar.[ch] custom toolbar frontend
10595                 o toolbar.[ch]       backend 
10596
10597 2002-08-06 [oliver]     0.8.1claws25
10598
10599         * src/prefs_actions.[ch]
10600                 o new exported function actions_execute
10601
10602 2002-08-06 [paul]       0.8.1claws24
10603
10604         * sync with 0.8.1cvs4
10605                 see ChangeLog 2002-08-06
10606
10607 2002-08-06 [paul]       0.8.1claws23
10608
10609         * sync with 0.8.1cvs13
10610                 see ChangeLog 2002-08-06
10611
10612 2002-08-06 [paul]       0.8.1claws22
10613
10614         * sync with 0.8.1cvs12
10615                 see ChangeLog 2002-08-05 and 2002-08-06
10616
10617 2002-08-06 [match]      0.8.1claws21
10618
10619         * src/addrclip.c
10620                 improvements to cut/copy/paste address
10621
10622 2002-08-05 [match]      0.8.1claws20
10623
10624         * src/addritem.[ch]
10625         * src/addrcache.c
10626         * src/addrbook.c
10627         * src/editaddress.c
10628         * src/addressbook.c
10629                 fixes to improve cut/copy/paste
10630
10631 2002-08-06 [melvin]     0.8.1claws19
10632
10633         * src/account.[ch]
10634                 account_find_all_from_address(): new function that returns the
10635                 list of all accounts that are matched in an address.
10636         * src/alertpanel.[ch]
10637                 alertpanel() now accepts a custom widget
10638                 alertpanel_with_widget(): new function that pops up a panel with
10639                 a custom widget in it 
10640         * src/gtkutils.[ch]
10641                 gtkut_account_menu_new(): new function that allows the selection
10642                 of an account from a list of accounts.
10643         * src/messageview.c
10644                 Extended Return Receipt notification to select the correct 
10645                 account and to make a security test on the Delivery-Notification
10646                 address which should be the same as the Return-Path.
10647
10648 2002-08-06 [thorsten]   0.8.1claws18
10649
10650         * src/mimeview.c
10651                 attach_all: save unnamed as "noname.%d",
10652                 dont free static dirname
10653
10654 2002-08-05 [alfons]     0.8.1claws17
10655
10656         * configure.in
10657                 detect XIM by trying to link rather than compile a XIM program
10658
10659 2002-08-05 [oliver]     0.8.1claws16
10660                 
10661         * src/stock_pixmap.[ch]
10662                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10663                 o new func to retrieve pixmaps
10664
10665 2002-08-05 [paul]       0.8.1claws15
10666
10667         * sync with 0.8.1cvs10
10668                 see ChangeLog 2002-08-05
10669
10670 2002-08-04 [alfons]     0.8.1claws14
10671
10672         * src/textview.c
10673                 see if this plugs memleak
10674
10675 2002-08-04 [melvin]     0.8.1claws13
10676
10677         * src/gtkspell.c
10678                 fixed bug that could crash Sylpheed when highlighting
10679                 all misspelled words.
10680
10681 2002-08-03 [melvin]     0.8.1claws12
10682
10683         * src/prefs_actions.c
10684                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10685         * src/messageview.c
10686                 fixed bug where the Return Receipt was sent to
10687                 Delivery-Notification-To address even if it was not present
10688
10689 2002-08-02 [alfons]     0.8.1claws11
10690
10691         * src/prefs_actions.c
10692                 o more check for NULLs
10693                 o put create_io_dialog() in right conditional block
10694
10695 2002-08-02 [paul]       0.8.1claws10
10696
10697         * po/es.po
10698                 updated by Ricardo Mones Lastra
10699
10700 2002-08-01 [christoph]  0.8.1claws9
10701
10702         * src/folder.c
10703                 don't free the cache of the opened
10704                 folder in the summaryview
10705         * src/summaryview.c
10706                 don't unset flags, if it is not required
10707
10708 2002-08-01 [paul]       0.8.1claws8
10709
10710         * sync with 0.8.1cvs8
10711                 see ChangeLog entry 2002-08-01
10712
10713 2002-08-01 [paul]       0.8.1claws7
10714
10715         * sync with 0.8.1cvs7
10716                 see ChangeLog 2002-07-31 and 2002-08-01
10717
10718 2002-07-31 [christoph]  0.8.1claws6
10719
10720         * src/mainwindow.c
10721                 forgot to update menu sensitivity
10722                 function for new menu entry
10723
10724 2002-07-31 [alfons]     0.8.1claws5
10725
10726         * src/main.c
10727                 check folder item and its path for NULL on
10728                 initial processing
10729
10730 2002-07-31 [christoph]  0.8.1claws4
10731
10732         * src/folder.c
10733                 check if folder_item_get_msginfo in
10734                 folder_item_remove_msg returned NULL
10735         * src/imap.c
10736                 better clear the uid cache in the
10737                 uid validity check function and delete
10738                 cached messages
10739
10740 2002-07-31 [paul]       0.8.1claws3
10741
10742         * man/sylpheed.1
10743                 add the '--attach' option and a few other
10744                 minor changes
10745
10746 2002-07-31 [paul]       0.8.1claws2
10747
10748         * sync with 0.8.1cvs5
10749                 see ChangeLog 2002-07-31
10750
10751 2002-07-31 [christoph]  0.8.1claws1
10752
10753         * src/folderview.[ch]
10754         * src/mainwindow.c
10755                 replace "Rescan all folders..." with
10756                 "Check all folders for new messages..."
10757
10758 2002-07-30 [paul]       0.8.1claws
10759
10760         * version 0.8.1claws released
10761
10762 2002-07-30 [paul]       0.8.0claws29
10763
10764         * tools/OOo2sylpheed.pl ** NEW FILE **
10765           tools/README
10766                 add script to enable sending documents as
10767                 attachments from OpenOffice.org
10768
10769 2002-07-30 [melvin]     0.8.0claws28
10770
10771         * src/prefs_actions.c
10772                 Made the actions' input/output dialog display
10773                 without delay.
10774
10775 2002-07-30 [christoph]  0.8.0claws27
10776
10777         * src/procmsg.c
10778                 check if folder_item_get_msginfo in
10779                 procmsg_save_to_outbox returned NULL
10780
10781 2002-07-30 [paul]       0.8.0claws26
10782
10783         * sync with 0.8.1cvs4
10784                 see ChangeLog 2002-07-29
10785
10786 2002-07-29 [thorsten]   0.8.0claws25
10787
10788         * README.claws
10789                 added selective download, delete on server
10790
10791 2002-07-29 [paul]       0.8.0claws24
10792
10793         * sync with 0.8.1cvs3
10794                 see ChangeLog 2002-07-29
10795
10796 2002-07-27 [christoph]  0.8.0claws23
10797
10798         * src/folder.c
10799                 add extra check if fetching the msginfo
10800                 returned NULL
10801
10802 2002-07-27 [paul]       0.8.0claws22
10803
10804         * sync with 0.8.1cvs2
10805                 see ChangeLog 2002-07-26
10806
10807 2002-07-27 [christoph]  0.8.0claws21
10808
10809         * src/imap.c
10810                 add another check if a valid msginfo
10811                 was returned
10812
10813 2002-07-26 [hoa]        0.8.0claws20
10814
10815         * src/folder.c
10816                 Fixed a condition in folder_item_destroy()
10817
10818         * src/imap.c
10819                 Fixed an error in IMAP protocol
10820
10821 2002-07-26 [alfons]     0.8.0claws19
10822
10823         * src/folder.c
10824                 ofcourse compare with identifier, not the path
10825
10826 2002-07-26 [alfons]     0.8.0claws18
10827
10828         * src/folder.c
10829                 use folder item identifier for saving / restoring
10830                 preferences because folder->path might not be unique
10831
10832 2002-07-26 [melvin]     0.8.0claws17
10833
10834         * src/logwindow.c
10835                 Fixed a crash introduced in 0.8.0claws5 when log is 
10836                 cut under 80 characters.
10837
10838 2002-07-26 [paul]       0.8.0claws16
10839
10840         * sync with 0.8.1cvs1
10841                 see ChangeLog 2002-07-26
10842
10843 2002-07-26 [christoph]  0.8.0claws15
10844
10845         * src/imap.[ch]
10846                 imap folder now remembers the last selected
10847                 folder and imap_fetch_msginfo skips selecting
10848                 the folder if it is already selected
10849
10850 2002-07-26 [christoph]  0.8.0claws14
10851
10852         * src/folder.c
10853         * src/folderview.c
10854         * src/imap.c
10855                 fix imap folder rescanning
10856
10857 2002-07-25 [christoph]  0.8.0claws13
10858
10859         * src/filter.c
10860         * src/folder.[ch]
10861         * src/folderview.c
10862         * src/imap.[ch]
10863         * src/mainwindow.c
10864         * src/mbox_folder.c
10865         * src/mh.c
10866         * src/news.c
10867                 implement imap uid cache and uid validity check
10868
10869 2002-07-25 [alfons]     0.8.0claws12
10870
10871         * src/summaryview.c
10872                 fix a brown paper bag bug, and also add some more
10873                 checks
10874
10875 2002-07-25 [christoph]  0.8.0claws11
10876
10877         * src/folder.c
10878                 don't mix copy, fetch_msginfo and remove
10879                 operations in folder item copy and move
10880                 operations
10881
10882 2002-07-25 [christoph]  0.8.0claws10
10883
10884         * src/folderview.c
10885         * src/mainwindow.c
10886         * src/prefs_folder_item.c
10887         * src/summaryview.[ch]
10888                 remove no longer required parameter update_cache from
10889                 summary_show
10890
10891 2002-07-25 [paul]       0.8.0claws9
10892
10893         * sync with 0.8.1
10894         
10895         * AUTHORS
10896                 a few corrections
10897
10898 2002-07-24 [alfons]     0.8.0claws8
10899
10900         * src/summaryview.c
10901                 sort correctly when using simplified subject line
10902                 (closes feature request "[ 585141 ] applying regexp to subject 
10903                 before sort" submitted by Alexandra Walford)
10904
10905 2002-07-24 [paul]       0.8.0claws7
10906
10907         * sync with 0.8.0cvs3
10908                 see ChangeLog 2002-07-24
10909
10910 2002-07-23 [christoph]  0.8.0claws6
10911
10912         * src/folder.c
10913         * src/folder.h
10914         * src/summaryview.c
10915         * src/summaryview.h
10916         * src/main.c
10917                 o separate processing and summaryview
10918                 o removed summary_write_cache from summaryview
10919                 o removed summaryview->killed_messages, because we don't have
10920                   to keep a list of killed messages anymore. New cache will
10921                   keep the hidden messages in cache anyway
10922         * src/folderview.c
10923         * src/inc.c
10924         * src/selective_download.c
10925                 o removed unnecessary summary_write_cache calls
10926         * src/procmsg.c
10927                 o don't set ignore thread flag in procmsg_get_thread_tree
10928                   if it is already set
10929         * src/mainwindow.c
10930         * src/statusbar.h
10931                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10932                   they are used in different files
10933
10934 2002-07-23 [melvin]     0.8.0claws5
10935
10936         * src/addressbook.c
10937         * src/addrgather.c
10938         * src/editaddress.c
10939         * src/editgroup.c
10940         * src/editldap_basedn.c
10941         * src/importldif.c
10942         * src/prefs_common.c
10943                 Fixed few memory leak (gtk_editable_get_chars returns
10944                 an allocated string)
10945         * src/logwindow.c
10946                 Fixed few memory leak (gtk_editable_get_chars returns
10947                 an allocated string) and modified a little the log cutting
10948                 loop.
10949         * src/compose.c
10950                 Replaced a call to an obsolete function gtk_entry_get_text()
10951                 by gtk_editable_get_chars()
10952         * src/send.c
10953                 Removed a debug printf
10954
10955 2002-07-23 [christoph]  0.8.0claws4
10956
10957         * src/filesel.c
10958                 fix another g_dirname memory leak
10959
10960 2002-07-23 [christoph]  0.8.0claws3
10961
10962         * src/mh.c
10963                 fixed a memory leak in mh_fetch_msginfo
10964                 fixed crash when message header could not be
10965                 parsed
10966
10967 2002-07-23 [paul]       0.8.0claws2
10968
10969         * sync with 0.8.0cvs2
10970                 see ChangeLog 2002-07-23
10971
10972 2002-07-23 [paul]       0.8.0claws1
10973
10974         * sync with 0.8.0cvs1
10975                 see ChangeLog 2002-07-23
10976
10977 2002-07-23 [paul]       0.8.0claws
10978
10979         * release of 0.8.0claws
10980
10981 2002-07-23 [paul]       0.7.8claws99
10982
10983         * po/ru.po
10984                 new Russian translation, submitted by
10985                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10986
10987 2002-07-22 [jens]       0.7.8claws98
10988
10989         * po/de.po
10990                 Updated German translations.
10991
10992 2002-07-22 [paul]       0.7.8claws97
10993
10994         * po/es.po
10995           po/it.po
10996           po/nl.po
10997           po/pt_BR.po
10998                 updated translations by Ricardo Mones Lastra,
10999                 Alessandro Maestri, Wilbert Berendsen and 
11000                 Fabio Jr. Beneditto respectively
11001
11002 2002-07-22 [christoph]  0.7.8claws96
11003
11004         * src/mimeview.c
11005                 fix memory leak caused by wrong g_dirname usage
11006
11007 2002-07-22 [christoph]  0.7.8claws95
11008
11009         * src/summaryview.c
11010                 update new and unread message counts for summaryview
11011                 summaryview does not get it from the folder anymore
11012                 and has to update the values itself
11013
11014 2002-07-22 [melvin]     0.7.8claws94
11015
11016         * po/fr.po
11017                 Updated French translations.
11018
11019 2002-07-22 [christoph]  0.7.8claws93
11020
11021         * src/matcher.c
11022                 set prop->preg pointer to NULL or following check
11023                 will not fail and regexec will be called with
11024                 invalid pointer
11025
11026 2002-07-21 [alfons]     0.7.8claws92
11027         
11028         * src/prefs_common.[ch]
11029                 remove option "Send return receipt on request"
11030
11031 2002-07-21 [thorsten]   0.7.8claws91
11032
11033         * src/mimeview.c
11034                 fixed memleaks, coding style as pointed out by alfons
11035
11036 2002-07-21 [alfons]     0.7.8claws90
11037
11038         * src/messageview.c
11039         * src/noticeview.[ch]
11040                 o fix bug notice view being displayed when going to empty folder 
11041                   (noticed by Christoph)
11042                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11043                   (noticed by Thorsten)
11044
11045 2002-07-21 [thorsten]   0.7.8claws89
11046
11047         * src/mimeview.c
11048                 Included save_all patch from Xaview FACQ
11049                 added support for pathnames
11050
11051 2002-07-21 [alfons]     0.7.8claws88
11052
11053         * po/POTFILES.in
11054         * src/Makefile.am
11055         * src/mainwindow.c
11056         * src/messageview.[ch]
11057         * src/noticeview.c      ** NEW FILE **
11058         * src/noticeview.h      ** NEW FILE **
11059                 make return receipts work again
11060                 (UI idea by Leandro Pereira)
11061
11062 2002-07-21 [paul]       0.7.8claws87
11063
11064         * src/summaryview.c
11065                 fix sensitivity of 'Select thread'
11066
11067 2002-07-21 [paul]       0.7.8claws86
11068
11069         * src/prefs_common.c
11070                 add browser command line for Galeon
11071
11072 2002-07-21 [paul]       0.7.8claws85
11073
11074         * Makefile.am
11075                 fix 'EXTRA_DIST': remove README.README, add TODO
11076                 and TODO.claws
11077
11078 2002-07-21 [alfons]     0.7.8claws84
11079
11080         * src/gtkstext.c
11081                 make enter clear selection
11082                 (closes "[ 579888 ] Editor selection/entry error"
11083                 reported by Steve Lamb)
11084
11085 2002-07-21 [alfons]     0.7.8claws83
11086         
11087         * src/summaryview.c
11088                 sort message list when selecting unthread messages
11089                 (closes "[ 501593 ] switching threaded view doesn't sort"
11090                 reported by Simon Schubert)
11091
11092 2002-07-20 [alfons]     0.7.8claws82
11093         
11094         * src/matcher.c
11095                 const-correctness
11096
11097 2002-07-20 [thorsten]   0.7.8claws81
11098
11099         * src/matcher.c
11100                 Fixed expansion of empty fields in matchactions
11101
11102 2002-07-19 [melvin]     0.7.8claws80
11103
11104         * src/gtkspell.c
11105                 Removed a duplicate menu entry (fast mode) introduced during
11106                 the new cache merge
11107                 Added a menu separator between 'Use alternate' and 'Fast mode'
11108
11109 2002-07-19 [paul]       0.7.8claws79
11110
11111         * tools/Makefile.am
11112           tools/README
11113                 correct typos
11114
11115 2002-07-19 [thorsten]   0.7.8claws78
11116
11117         * tools/calypso_convert.pl      ** NEW FILE **
11118           tools/README
11119           tools/Makefile.am
11120                 script to import mbox files exported
11121                 by calypso
11122                 o generates folder structure
11123                 o includes attachments
11124
11125 2002-07-19 [melvin]     0.7.8claws77
11126
11127         * src/selective_download.[ch]
11128                 Fixed bug where closing the dialog with the window manager's
11129                 close button will not unlock the summary
11130                 Corrected some function declarations that missed a return value
11131                 Made the source code comply better with coding style.
11132         * src/prefs_common.c
11133                 Added new browser command line for Mozilla.
11134
11135 2002-07-18 [paul]       0.7.8claws76
11136
11137         * src/mainwindow.c
11138           src/selective_download.[ch]
11139                 reflect theme changes, fix Gdk Warning when creating 
11140                 pixmap from NULL window, and minor clean up.
11141                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11142
11143         * po/en_GB.po
11144                 updated
11145
11146 2002-07-17 [paul]       0.7.8claws75
11147
11148         * INSTALL[.jp]
11149                 sync with 0.8.0
11150         
11151         * po/en_GB.po
11152                 updated
11153
11154 2002-07-16 [paul]       0.7.8claws74
11155
11156         * tools/filter_conv.pl
11157           tools/README
11158                 replace conversion script with reimplemented version, 
11159                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11160
11161 2002-07-16 [colin]      0.7.8claws73
11162
11163         * src/summaryview.c
11164                 remove forgotten debug messages - sorry ;-)
11165
11166 2002-07-16 [colin]      0.7.8claws72
11167
11168         * src/mimeview.c
11169           src/summaryview.c
11170           src/textview.c
11171           src/textview.h
11172                 add the ability to select part of a text mime-part 
11173                 to reply.
11174
11175 2002-07-15 [christoph]  0.7.8claws71
11176
11177         * src/folder.c
11178                 fix folder message count for folders without
11179                 msg_is_changed (includes news folders)
11180
11181 2002-07-15 [martin]     0.7.8claws70
11182
11183         * src/summaryview.c
11184                 option "display recipient on 'From'..." now works
11185                 without the need of enabling the option
11186                 "display  sender  using  address  book".
11187
11188 2002-07-15 [christoph]  0.7.8claws69
11189
11190         * src/summaryview.c
11191                 removed setting folder status from summaryview.
11192                 folder.c should update all message counts correctly.
11193
11194 2002-07-15 [paul]       0.7.8claws68
11195
11196         * po/pt_BR.po
11197                 updated by Fabio Junior Beneditto
11198
11199 2002-07-15 [darko]      0.7.8claws67
11200
11201         * src/mh.c
11202                 Fixed target folder colorization, don't decrease op
11203                 number twice
11204
11205 2002-07-14 [paul]       0.7.8claws66
11206
11207         * sync with main 0.8.0
11208                 see ChangeLog 2002-07-14
11209
11210 2002-07-13 [melvin]     0.7.8claws65
11211         
11212         * src/addrbook.c
11213         * src/addressbook.c
11214         * src/addrindex.c
11215                 Replaced sprintf by g_snprintf to prevent possible buffer
11216                 overflow.
11217         * src/news.c
11218                 Corrected a log message output format.
11219                 Added a missing "done" debug output.
11220         * src/compose.c
11221                 Added keyboard accelerator for Priority menu items
11222                 Added missing \n in debug output
11223         * src/logwindow.c
11224         * src/gtkspell.c
11225         * src/rfc2015.c
11226                 Added missing \n in debug output
11227
11228 2002-07-13 [paul]       0.7.8claws64
11229
11230         * man/sylpheed.1
11231                 change Sergey's email address to the sf address
11232
11233         * src/textview.c
11234                 increase show_url_timeout (more useful for long
11235                 urls)
11236
11237 2002-07-12 [sergey]     0.7.8claws63
11238
11239         * src/rfc2015.c
11240                 applied (with some modifications) patch to set the
11241                 micalg parameter for signatures
11242                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11243
11244 2002-07-12 [sergey]     0.7.8claws62
11245
11246         * man/Makefile.am
11247         * configure.in
11248                 fixed man page installation
11249
11250 2002-07-12 [paul]       0.7.8claws61
11251
11252         * sync with 0.7.8cvs26
11253                 see ChangeLog 2002-07-11 and 2002-07-12
11254
11255 2002-07-11 [christoph]  0.7.8claws60
11256
11257         * src/compose.c
11258         * src/procmsg.c
11259                 first use the message number to find the message
11260                 to mark with a reply flag but check the
11261                 message-id if we got the correct message, if not
11262                 try to find it by message-id.
11263                 use new string seperator that is not allowed
11264                 in message-ids.
11265
11266 2002-07-11 [paul]       0.7.8claws59
11267
11268         * sync with 0.7.8cvs23
11269                 see ChangeLog 2002-07-10
11270
11271 2002-07-10 [christoph]  0.7.8claws58
11272
11273         * src/folder.[ch]
11274         * src/msgcache.[ch]
11275                 Added message-id table to the cache in memory
11276                 and functions to msgcache.c and folder.c to
11277                 fetch MsgInfos by message id
11278         * src/compose.c
11279         * src/procmsg.c
11280                 store folder and message-id of message replying
11281                 to in queue header and set reply flag after sending
11282                 (Closes bug #469498)
11283
11284 2002-07-10 [paul]       0.7.8claws57
11285
11286         * AUTHORS
11287           man/sylpheed.1.gz
11288                 add Martin to the list of authors
11289
11290 2002-07-09 [martin]     0.7.8claws56
11291         * src/gtksctree.c
11292                 Added gtk_ctree_last_visible(), tree_update_level(),
11293                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11294                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11295                 from gtk+ to gtksctree.c for the new sorting code
11296                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11297                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11298         * src/gtksctree.h
11299                 Added declaration for gtk_sctree_sort_recursive() and
11300                 gtk_sctree_sort_node
11301         * src/addressbook.c
11302         * src/foldersel.c
11303         * src/folderview.c
11304         * src/summaryview.c
11305                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11306                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11307
11308 2002-07-08 [paul]       0.7.8claws55
11309
11310         * more sync with 0.7.8cvs21
11311                 see ChangeLog 2002-07-08
11312
11313 2002-07-08 [paul]       0.7.8claws54
11314
11315         * sync with 0.7.8cvs21
11316                 see ChangeLog 2002-07-08
11317
11318 2002-07-07 [alfons]     0.7.8claws53
11319
11320         * src/Makefile.am
11321         * src/stock_pixmap.[ch]
11322         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11323         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11324         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11325                 add new pixmaps for upcoming notice pane
11326
11327 2002-07-06 [melvin]     0.7.8claws52
11328
11329         * src/gtkspell.[ch]
11330                 Made them a bit closer to Sylpheed's coding style.
11331                 Removed old code.
11332                 Removed possible memory leaks when some errors occurs.
11333
11334 2002-07-06 [melvin]     0.7.8claws51
11335
11336         * po/Makefile.in.in
11337                 Removed --no-location in xgettext command line to help
11338                 translators that use Emacs' po-mode
11339         * src/quote_fmt.c
11340                 Removed unnecessary comments that messed up sylpheed.pot
11341
11342 2002-07-06 [paul]       0.7.8claws50
11343
11344         * sync with 0.7.8cvs19
11345                 see ChangeLog 2002-07-05
11346
11347 2002-07-06 [christoph]  0.7.8claws49
11348
11349         * src/folder.c
11350         * src/mainwindow.c
11351                 fix folder_item_remove_all_msg and folderview
11352                 status for trash folders after emptying trash
11353
11354 2002-07-05 [paul]       0.7.8claws48
11355
11356         * sync with 0.7.8cvs16
11357                 see ChangeLog 2002-07-04 and 2002-07-05
11358
11359 2002-07-04 [paul]       0.7.8claws47
11360
11361         * sync with 0.7.8cvs14
11362                 see  ChangeLog 2002-07-04
11363
11364 2002-07-03 [alfons]     0.7.8claws46
11365
11366         * src/folder.c
11367                 dupe folder item's path because it's being reallocated
11368                 by new folder scanning code
11369
11370 2002-07-03 [christoph]  0.7.8claws45
11371
11372         * src/imap.c
11373                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11374         * src/msgcache.c
11375                 add missing return in msgcache_write
11376
11377 2002-07-02 [thorsten]   0.7.8claws44
11378
11379         * src/jpilot.c
11380         * src/msgcache.c
11381         * src/rfc2015.c
11382                 use binary mode for file access
11383
11384 2002-07-02 [christoph]  0.7.8claws43
11385
11386         * major code cleanup (part 1)
11387         
11388                 - unused variables removed
11389                 - unused functions removed
11390                 - uninitialized variables checked
11391                 - missing return statements added
11392                 - missing function return types added
11393                 - added parentheses around assignment and
11394                   && in || when suggested by gcc
11395               
11396         * src/mh.c
11397         * src/folder.c
11398                 replaced direct calls to folder->scan_tree
11399                 with folder_scan_tree and restore folder
11400                 prefs in this function. The folder should
11401                 not have to deal with them.
11402                 ( Should now work for all folder types )
11403
11404 2002-07-02 [paul]       0.7.8claws42
11405
11406         * sync with 0.7.8cvs13
11407                 see ChangeLog 2002-07-01 and 2002-07-02
11408
11409 2002-07-01 [christoph]  0.7.8claws41
11410
11411         * src/summaryview.c
11412                 fix "goto next/prev unread message" with
11413                 ignored threads
11414
11415 2002-07-01 [paul]       0.7.8claws40
11416
11417         * po/es.po
11418                 updated by Ricardo Mones Lastra
11419
11420 2002-06-30 [match]      0.7.8claws39
11421
11422         * src/jpilot.c
11423                 applied variation of leonerd's patch (566661) to
11424                 allow multiple email addresses per JPilot entry.
11425                 addresses may be separated by space, comma, pipe,
11426                 semi-colon, new-line.
11427
11428 2002-06-30 [alfons]     0.7.8claws38
11429
11430         * src/procmsg.c
11431                 simple fix for putting older nodes before
11432                 newer nodes when threading by subject
11433
11434 2002-06-30 [christoph]  0.7.8claws37
11435
11436         * src/folder.c
11437         * src/folderview.c
11438         * src/mh.c
11439         * src/news.c
11440         * src/procmsg.c
11441                 fix broken folder tree rescaning
11442                 and don't use procmsg_get_mark_sum
11443                 anymore
11444
11445 2002-06-30 [christoph]  0.7.8claws36
11446
11447         * merge new cache branch
11448         * src/imap.c
11449                 fix new cache imap copy bug
11450         * src/folder.c
11451                 improved folder_item_scan
11452                 it should now always set the correct
11453                 new, unread and total message counts
11454
11455 2002-06-29 [paul]       0.7.8claws35
11456
11457         * configure.in
11458                 correct syntax error
11459
11460 2002-06-29 [paul]       0.7.8claws34
11461
11462         * configure.in
11463           Makefile.am
11464           man/Makefile.am       ** NEW FILE **
11465           man/sylpheed.1.gz     ** NEW FILE **
11466                 add Sylpheed man page
11467
11468 2002-06-29 [paul]       0.7.8claws33
11469
11470         * po/pt_BR.po
11471                 updated by Fabio Junior Beneditto
11472
11473 2002-06-28 [jens]       0.7.8claws32
11474
11475         * po/de.po
11476                 translation updated
11477
11478         * src/selective_download.c
11479                 removed gettext for space " "
11480
11481         * src/imap.c
11482                 removed wrong space
11483
11484 2002-06-28 [paul]       0.7.8claws31
11485
11486         * sync with 0.7.8cvs11
11487                 see ChangeLog 2002-06-28
11488
11489 2002-06-28 [paul]       0.7.8claws30
11490
11491         * sync with 0.7.8cvs10
11492                 see ChangeLog 2002-06-27 and 2002-06-28
11493
11494 2002-06-26 [paul]       0.7.8claws29
11495
11496         * src/addrgather.c
11497           src/selective_download.c
11498                 don't gettextise empty strings.
11499                 reserved by gettext. gettext("") returns 
11500                 the header entry with meta information, 
11501                 not the empty string
11502
11503         * po/en_GB.po
11504                 updated
11505
11506 2002-06-26 [paul]       0.7.8claws28
11507
11508         * sync with 0.7.8cvs7
11509                 see ChangeLog 2002-06-25
11510
11511         * src/prefs_common.c
11512                 ...and in the process, tweak the gui a little
11513
11514 2002-06-25 [alfons]     0.7.8claws27
11515         
11516         * configure.in
11517         * src/Makefile.am
11518                 fine tune ldap library detection
11519
11520 2002-06-25 [alfons]     0.7.8claws26
11521
11522         * src/compose.c
11523                 don't allow return receipts when composing a news article
11524
11525 2002-06-25 [paul]       0.7.8claws25
11526
11527         * Makefile.am
11528                 add '$(AMTAR)' to 'release' section to allow for
11529                 new and older autotools
11530
11531 2002-06-25 [paul]       0.7.8claws24
11532
11533         * src/summaryview.c
11534                 fix "No more unread messages" persistant pop-up
11535                 window bug
11536
11537 2002-06-25 [paul]       0.7.8claws23
11538
11539         * po/it.po
11540                 updated by Alessandro Maestri
11541
11542 2002-06-25 [paul]       0.7.8claws22
11543
11544         * sync with 0.7.8cvs6
11545                 see ChangeLog 2002-06-25
11546
11547 2002-06-24 [paul]       0.7.8claws21
11548
11549         * tools/update-po
11550                 add GPL copyright information
11551
11552 2002-06-24 [paul]       0.7.8claws20
11553
11554         * tools/Makefile.am
11555           tools/README
11556           tools/update-po       ** NEW FILE **
11557                 add script that eases the creation of *.po files
11558                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11559
11560 2002-06-23 [alfons]     0.7.8claws19
11561
11562         * src/messageview.c
11563                 make notification_convert_header obey const correctness
11564                 (next step will be fixing the broken return receipt)
11565
11566 2002-06-23 [paul]       0.7.8claws18
11567
11568         * src/messageview.c
11569                 fix bug introduced in last commit:
11570                 removed too much code in last commit - put back what's
11571                 needed
11572
11573 2002-06-23 [paul]       0.7.8claws17
11574
11575         * src/messageview.[ch]
11576                 remove code committed in error from locally patched
11577                 source
11578
11579 2002-06-23 [colin]      0.7.8claws16
11580
11581         * src/compose.[ch]
11582                 add compose_entry_select(), used to select the default_to
11583                 email address - hopefully avoiding people sending mails to
11584                 wrong recipients.
11585
11586 2002-06-22 [alfons]     0.7.8claws15
11587
11588         * AUTHORS
11589                 add Bram Metsch & Stanislav Karchebny
11590         * src/smtp.[ch]
11591         * src/prefs_account.[ch]
11592         * src/send.c
11593                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11594                   options.  (see <http://sourceforge.net/tracker/index.php
11595                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11596
11597                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11598                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11599
11600 2002-06-22 [paul]       0.7.8claws14
11601
11602         * sync with 0.7.8cvs5
11603                 see ChangeLog 2002-06-19 and 2002-06-20
11604
11605 2002-06-22 [alfons]     0.7.8claws13
11606
11607         * src/selective_download.c
11608                 fix a stupid mistake I made
11609
11610 2002-06-22 [alfons]     0.7.8claws12
11611
11612         * src/selective_download.[ch]
11613                 fix another unnoticed leak; cleanup code
11614
11615 2002-06-21 [alfons]
11616
11617         * tools/Makefile.am
11618                 gpg-sign <-- gpg-sign-syl
11619
11620 2002-06-21 [alfons]     0.7.8claws11
11621
11622         * src/selective_download.c
11623         * src/selective_download.h
11624                 fix assorted mix of allocation errors (should solve
11625                 problem reported by Philippe Gramoullé, see:
11626                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11627
11628 2002-06-20 [melvin]     0.7.8claws10
11629
11630         * tools/gpg-sign *REMOVED*
11631           tools/gpg-sign-syl *ADDED*
11632                 Replaced the gpg clearsigning script with the version using
11633                 xterm instead of ssh-askpass and changed its name.
11634
11635         * README.claws
11636                 Updated actions example to reflect the renaming of the
11637                 gpg clearsigning script.
11638
11639 2002-06-19 [paul]       0.7.8claws9
11640
11641         * sync with 0.7.8claws9
11642                 see ChangeLog 2002-06-18 and 2002-06-19
11643
11644 2002-06-19 [paul]       0.7.8claws8
11645
11646         * sync with 0.7.8cvs1
11647                 see ChangeLog 2002-06-18
11648
11649 2002-06-18 [alfons]     0.7.8claws7
11650
11651         * src/mainwindow.h
11652                 add omitted prototype
11653
11654 2002-06-17 [paul]       0.7.8claws6
11655
11656         * src/mainwindow.c
11657                 fix hiding of exec_btn
11658
11659 2002-06-17 [paul]       0.7.8claws5
11660
11661         * src/pop.c
11662                 remove unneeded code: should_delete() 
11663                 and Pop3State::uidl_todelete_list
11664
11665 2002-06-17 [paul]       0.7.8claws4
11666
11667         * sync with 0.7.8
11668                 see ChangeLog 2002-06-11 and 2002-06-13
11669
11670 2002-06-16 [alfons]     0.7.8claws3
11671         
11672         * src/folder.c
11673                 make sure lock sort mode (claws specific) is
11674                 also persists after a tree rescan
11675
11676 2002-06-16 [alfons]     0.7.8claws2
11677
11678         * src/prefs_folder_item.c
11679         * src/folder.[ch]
11680                 fix persistence of folder sort mode (broken
11681                 by adapting Hiro's new folder persistence code)
11682
11683 2002-06-16 [alfons]     0.7.8claws1
11684
11685         * AUTHORS
11686         * src/logwindow.c
11687         * src/prefscommon.[ch]
11688                 control size of log text in log window; 
11689                 closes patch #569155 submitted by Mitko Haralanov.
11690
11691 2002-06-15 [paul]       0.7.8claws
11692
11693         * release of 0.7.8claws
11694
11695 2002-06-15 [paul]       0.7.7claws
11696
11697         * po/pt_BR.po
11698                 updated by Fabio Junior Beneditto
11699
11700 2002-06-14 [paul]       0.7.6claws49
11701
11702         * po/es.po
11703                 updated by Ricardo Mones Lastra
11704
11705 2002-06-14 [paul]       0.7.6claws48
11706
11707         * po/nl.po
11708                 updated translation by Wilbert Berendsen
11709
11710 2002-06-14 [melvin]     0.7.6claws47
11711
11712         * po/fr.po
11713                 Updated French translation
11714
11715 2002-06-13 [paul]       0.7.6claws46
11716
11717         * src/filesel.c
11718                 allow filename to be typed in, rather than just
11719                 selected by the mouse. Patch by Gustavo Noronha Silva.
11720
11721 2002-06-13 [alfons]     0.7.6claws45
11722
11723         * src/mainwindow.[ch]
11724                 more cleanups (removing unnecessary menu items Expand 
11725                 summary / message view)
11726
11727 2002-06-13 [melvin]     0.7.6claws44
11728
11729         * po/POTFILES.in
11730                 Added src/string_match.c
11731         * src/string_match.c
11732                 Fixed possible buffer overflow.
11733                 Corrected typo.
11734                 Added missing config.h header.
11735         * src/prefs_common.c
11736           src/prefs_matcher.c
11737           src/prefs_scoring.c
11738                 Made some strings translatable (missing _(..)).
11739
11740 2002-06-13 [melvin]     0.7.6claws43
11741
11742         * README.claws
11743                 Corrected action example (verifying clearsigned mail).
11744         * src/prefs_account.c
11745                 Corrected typo.
11746         * src/prefs_common.c
11747                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11748
11749 2002-06-12 [alfons]     0.7.6claws42
11750
11751         * src/summaryview.c
11752                 add init of score column lost in 0.7.6claws42
11753
11754 2002-06-12 [paul]       0.7.6claws41
11755
11756         * src/prefs_account.c
11757                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11758                 behavior of the radio buttons, (from 0.7.7cvs2)
11759
11760 2002-06-11 [alfons]     0.7.6claws40
11761
11762         * src/messageview.[ch]
11763         * src/summaryview.[ch]
11764         * src/summary_search.c
11765         * src/mainwindow.c
11766                 perform a sync to bring in Hiro's separate view implementation 
11767
11768                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11769
11770 2002-06-11 [paul]       0.7.6claws39
11771         
11772         * src/prefs_account.c
11773                 correct a typo on the Receive tab
11774
11775 2002-06-10 [match]      0.7.6claws38
11776
11777         * src/addressbook.c
11778                 Included address completion patch from Gustavo Noronha.
11779
11780 2002-06-10 [paul]       0.7.6claws37
11781
11782         * src/inc.[ch]
11783           src/pop.c
11784           src/prefs_account.[ch]
11785           src/selective_download.[ch]
11786                 apply PATCH #561712
11787                  NEW:
11788                 - check if POP Account
11789                 - Receive Button renamed to Preview
11790                 - Preview Button Popup: preview new/all messages
11791                 - Download Button
11792                 - Account Preferences-->Receive tab checkbutton if you
11793                   want to remove Mail after Download
11794                 -: default YES
11795                 - Account Preferences-->Receive tab checkbutton use
11796                   filtering rules on preview
11797                   (think of delete_on_server)
11798                 -: default YES
11799                 - Account selectable from SD dialog
11800                 - checkbutton to show already downloaded messages if
11801                   all messages are previewed
11802                 - new clist column showing Date
11803                 - ESC KEY close
11804                 FIXES:
11805                 - play ball with UIDL
11806                 - fault tolerant (?) 
11807                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11808
11809 2002-06-10 [melvin]     0.7.6claws36
11810
11811         * README.claws
11812                 Added a hint to ac/README in cvs instructions.
11813
11814         * src/prefs_actions.c
11815                 Made it possible to use a more elaborate command line
11816                 for asynchronous actions, too.
11817
11818 2002-06-10 [melvin]     0.7.6claws35
11819         
11820         * src/prefs_actions.c
11821                 Make it possible to use a more elaborate command line
11822                 (e.g. |foo|bar|cat>there;echo Done|)
11823                 Corrected error message when calling %f, %F and %p commands
11824                 from the compose window.
11825
11826 2002-06-09 [colin]      0.7.6claws34
11827
11828         * src/summaryview.c
11829                 Automatically find unread messages in current folder
11830                 before annoying the user.
11831
11832 2002-06-08 [alfons]     0.7.6claws33
11833
11834         * po/it.po
11835                 remove bad formatting string in it.po translation
11836                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11837
11838 2002-06-08 [paul]       0.7.6claws32
11839
11840         * sync with 0.7.6cvs25
11841                 see ChangeLog 2002-06-07
11842
11843 2002-06-05 [paul]       0.7.6claws31
11844
11845         * src/mainwindow.c
11846                 add 'Sort by locked' and 'Sort by score'
11847
11848 2002-06-05 [paul]       0.7.6claws30
11849
11850         * sync with 0.7.6cvs24
11851                 see ChangeLog 2002-06-04
11852
11853 2002-06-04 [paul]       0.7.6claws29
11854
11855         * po/pt_BR.po
11856                 updated by Fabio Junior Beneditto
11857
11858 2002-06-03 [thorsten]   0.7.6claws28
11859
11860         * src/matcher.c
11861                 fclose() matcherrc after reading
11862
11863 2002-06-03 [paul]       0.7.6claws27
11864
11865         * sync with 0.7.6cvs21
11866                 see ChangeLog 2002-05-31
11867
11868 2002-05-31 [paul]       0.7.6claws26
11869
11870         * sync with 0.7.6cvs20
11871                 see ChangeLog 2002-05-29 and 2002-05-30
11872
11873 2002-05-31 [paul]       0.7.6claws25
11874
11875         * src/imap.c
11876                 hopefully fix last buggy sync
11877
11878         * README.claws
11879                 correct typo in 'Actions' examples
11880
11881 2002-05-29 [paul]       0.7.6claws24
11882
11883         * sync with 0.7.6cvs18
11884                 see ChangeLog 2002-05-28 and 2002-05-29
11885
11886         * src/news.c
11887           src/nntp.[ch]
11888                 sync with above 
11889
11890 2002-05-28 [paul]       0.7.6claws23
11891
11892         * sync with 0.7.6cvs16
11893                 see ChangeLog 2002-05-28
11894
11895 2002-05-27 [thorsten]   0.7.6claws22 
11896
11897         * faq/it/sylpheed-faq-1.html
11898           faq/it/sylpheed-faq-2.html
11899           faq/it/sylpheed-faq-3.html
11900           faq/it/sylpheed-faq.html
11901                 corrected DOS lineendings
11902         * faq/de/sylpheed-faq-1.html
11903           faq/de/sylpheed-faq-2.html
11904           faq/en/sylpheed-faq-1.html
11905           faq/en/sylpheed-faq-2.html
11906           faq/en/sylpheed-faq-3.html
11907           faq/es/sylpheed-faq-1.html
11908           faq/es/sylpheed-faq-2.html
11909           faq/es/sylpheed-faq-3.html
11910           faq/fr/sylpheed-faq-1.html
11911           faq/it/sylpheed-faq-1.html
11912           faq/it/sylpheed-faq-2.html
11913           faq/it/sylpheed-faq-3.html
11914           faq/it/sylpheed-faq.html
11915                 changed ">" to &quot;
11916
11917 2002-05-27 [paul]       0.7.6claws21
11918         
11919         * sync with 0.7.6cvs15
11920                 see ChangeLog 2002-05-27
11921
11922 2002-05-27 [paul]       0.7.6claws20
11923
11924         * src/prefs_account.c
11925                 correct a typo
11926
11927 2002-05-26 [paul]       0.7.6claws19
11928
11929         * tools/README
11930                 correct a typo
11931
11932 2002-05-25 [paul]       0.7.6claws18
11933
11934         * tools/README
11935                 add description of kmail2sylpheed.pl
11936
11937 2002-05-25 [paul]       0.7.6claws17
11938
11939         * tools/kmail2sylpheed.pl       ** NEW FILE **
11940                 perl script that converts an exported Kmail address
11941                 book, converts it to sylpheed addressbook file,
11942                 writes the file to .sylpheed, and updates
11943                 addrbook--index.xml 
11944
11945 2002-05-25 [paul]       0.7.6claws16
11946
11947         * sync with 0.7.6cvs14
11948                 see ChangeLog 2002-05-23
11949
11950 2002-05-24 [paul]       0.7.6claws15
11951
11952         * README.claws
11953                 make a correction and add some more info
11954
11955 2002-05-24 [paul]       0.7.6claws14
11956
11957         * src/compose.c
11958                 fix memory leak in 
11959                 compose_redirect_write_headers_from_headerlist()
11960                 add Subject and Resent-Message-ID to
11961                 compose_redirect_write_headers()
11962                 Received, Subject, and X-UIDL are filtered out in 
11963                 compose_redirect_write_to_file()
11964
11965 2002-05-23 [paul]       0.7.6claws13
11966
11967         * src/compose.[ch]
11968           src/filtering.c
11969           src/mainwindow.c
11970           src/matcher.[ch]
11971           src/matcher_parser_lex.l
11972           src/matcher_parser_parse.y
11973           src/prefs_common.[ch]
11974           src/prefs_filtering.c
11975           src/summaryview.c
11976                 rename 'Bounce' to 'Redirect'
11977
11978 2002-05-23 [paul]       0.7.6claws12
11979
11980         * more sync with 0.7.6cvs13
11981           src/compose.c
11982                 see ChangeLog 2002-05-22
11983
11984 2002-05-22 [paul]       0.7.6claws11
11985
11986         * sync with 0.7.6cvs13
11987           src/codeconv.c
11988                 see ChangeLog 2002-05-20
11989           src/prefs_common.c
11990                 see ChangeLog 2002-05-22
11991
11992 2002-05-21 [melvin]     0.7.6claws10
11993
11994         * src/folderview.c
11995                 Added missing filtering and scoring headers
11996                 Fixed bad function call that showed garbage 
11997                 in Folder->Processing
11998
11999 2002-05-21 [paul]       0.7.6claws9
12000
12001         * tools/Makefile.am
12002                 make all tools executable, (patch by Alfons).
12003
12004 2002-05-20 [alfons]     0.7.6claws8
12005
12006         * src/procheader.c
12007                 don't forget to call mktime() so we have a valid week 
12008                 and year day
12009                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12010
12011 2002-05-20 [paul]       0.7.6claws7
12012
12013         * src/html.c
12014                 fix broken parsing of urls
12015         * src/textview.c
12016                 fix displaying of urls
12017
12018                 both fixes from the patch [547855] by Eugene 
12019                 Brevdo (zonem)
12020
12021 2002-05-19 [alfons]     0.7.6claws6
12022
12023         * configure.in
12024                 make sylpheed configure correctly with the latest
12025                 and greatest of automake / autoconf / gettext
12026
12027 2002-05-19 [alfons]     0.7.6claws5
12028
12029         * src/procheader.c
12030         * src/procheader.h
12031                 add function for returning ime zone offset
12032         * src/quote_fmt.c
12033         * src/quote_fmt_parse.y
12034                 better quotation formatting - does not convert
12035                 to local time, but uses the original date string.
12036                 
12037                 Note: %z inserts the timezone offset (should 
12038                 work also on platforms where strftime does not
12039                 support %z).
12040
12041 2002-05-18 [christoph]  0.7.6claws4
12042
12043         * src/summaryview.c
12044                 fix indentation of some code
12045         * tools/Makefile.am
12046                 fix spaces after \
12047         * src/Makefile.am
12048                 add missing \
12049                 correct path for ignorethread.xpm
12050                 incorrect filename for sylpheed_logo.xpm
12051                 add missing include matcher_parser_parse.h
12052
12053 2002-05-18 [paul]       0.7.6claws3
12054
12055         * sync with 0.7.6cvs8
12056                 see ChangeLog 2002-05-16 and 2002-05-17
12057
12058 2002-05-18 [melvin]     0.7.6claws2
12059
12060         * README.claws
12061                 Corrected an action's definition and fixed some misspellings.
12062
12063 2002-05-18 [paul]       0.7.6claws1
12064
12065         * tools/Makefile.am
12066           tools/gpg-sign        ** new file **
12067           tools/uudec           ** new file **
12068                 add Melvin's Actions scripts
12069
12070         * README.claws
12071                 add Melvin's descriptions for Actions
12072
12073 2002-05-18 [paul]       0.7.6claws
12074
12075         * Version 0.7.6claws released
12076
12077 2002-05-17 [paul]       0.7.5claws32
12078
12079         * po/es.po
12080                 updated by Ricardo Mones Lastra
12081
12082 2002-05-17 [paul]       0.7.5claws31
12083
12084         * src/compose.c
12085                 fix Account prefs default folder for sent/draft/deleted
12086                 messages bug
12087
12088         * po/it.po
12089           po/nl.po
12090                 updated translation by Alessandro Maestri and
12091                 Wilbert Berendsen
12092
12093 2002-05-17 [melvin]     0.7.5claws30
12094
12095         * src/prefs_actions.c
12096                 Fixed bug where using %F not at the end of the command 
12097                 resulted in an additional empty argument being created.
12098                 Thanks to Darko Koruga for reporting the bug.
12099
12100 2002-05-17 [melvin]     0.7.5claws29
12101
12102         * po/fr.po
12103                 Updated French translations.
12104
12105 2002-05-15 [paul]       0.7.5claws28
12106         
12107         * po/es.po
12108                 updated by Ricardo Mones Lastra
12109
12110 2002-05-15 [paul]       0.7.5claws27
12111
12112         * sync with 0.7.6cvs4
12113                 see ChangeLog 2002-05-14 and 2002-05-15
12114
12115 2002-05-14 [paul]       0.7.5claws26
12116
12117         * sync with 0.7.6cvs1
12118                 see ChangeLog 2002-05-13
12119
12120 2002-05-13 [thorsten]   0.7.5claws25
12121
12122         * src/messageview.c
12123                 fix select_all and copy in multipart messages
12124         * src/mainwindow.c
12125                 fix select_all and copy in multipart messages
12126
12127 2002-05-12 [paul]       0.7.5claws24
12128
12129         * src/summaryview.c
12130                 reverse last commit, bug already fixed in 0.7.5claws3
12131
12132 2002-05-12 [netztorte]  0.7.5claws23
12133
12134         * src/summaryview.c
12135                 dont parse empty addressbook (checked in before claws20)
12136
12137 2002-05-12 [melvin]     0.7.5claws22
12138
12139         * src/procmsg.[ch]
12140                 Removed unneeded priority code introduced by the previous 
12141                 commit.
12142
12143 2002-05-12 [melvin]     0.7.5claws21
12144
12145         * src/compose.[ch]
12146                 Added possibility to set message's priority.
12147         * src/procmsg.[ch]
12148                 Added possibility to set message's priority.
12149                 Added missing headers
12150
12151 2002-05-12 [melvin]     0.7.5claws20
12152
12153         * src/prefs_actions.c
12154                 Removed implicitely added quotes around the name
12155                 of the temporary files of mime parts.
12156
12157 2002-05-12 [paul]       0.7.5claws19
12158
12159         * sync with 0.7.5cvs20
12160                 see ChangeLog 2002-05-11
12161
12162 2002-05-12 [alfons]     0.7.5claws18
12163
12164         * src/quote_fmt_lex.l
12165         * src/quote_fmt_parse.y
12166                 allow quote / reply date & time format to be set using
12167                 %D{format}. format is a format string you'd pass to
12168                 strftime() (see man strftime, or the Display tab |
12169                 Date format setting).
12170
12171                 Currently %D converts the date to local time. 
12172
12173 2002-05-11 [paul]       0.7.5claws17
12174
12175         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12176                 see ChangeLog 2002-05-10 and 2002-05-11
12177
12178 2002-05-10 [paul]       0.7.5claws16
12179
12180         * sync with 0.7.5cvs16
12181                 see ChangeLog entries 2002-05-09 and 
12182                 2002-05-10
12183
12184 2002-05-10 [colin]      0.7.5claws15
12185
12186         * src/textview.c
12187                 Corrected a bug that prevented sylpheed to open
12188                 double-clicked URIs.
12189
12190 2002-05-09 [paul]       0.7.5claws14
12191
12192         * sync with 0.7.5cvs14
12193                 see ChangeLog 2002-05-08 and 2002-05-09
12194
12195 2002-05-08 [paul]       0.7.5claws13
12196
12197         * sync with 0.7.5cvs11
12198                 see ChangeLog entry 2002-05-08
12199
12200 2002-05-08 [paul]       0.7.5claws12
12201
12202         * src/mainwindow.c
12203           src/textview.[ch]
12204                 fix segfault on View->Open in new window
12205                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12206
12207 2002-05-07 [paul]       0.7.5claws11
12208
12209         * sync with 0.7.5cvs9
12210                 see ChangeLog entry 2002-05-07
12211
12212 2002-05-06 [paul]       0.7.5claws10
12213
12214         * src/messageview.c
12215           src/textview.c
12216                 display url in statusbar on single-click
12217                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12218
12219 2002-05-06 [match]      0.7.5claws9
12220
12221         * src/addritem.[ch]
12222                 new functions.
12223         * src/addrcache.c
12224                 tidy up.
12225         * src/xmlprops.[ch]
12226                 XML implementation of properties file.
12227         * src/exporthtml.[ch]
12228         * src/expthtmldlg.[ch]
12229         * src/addressbook.c
12230                 export to HTML.
12231
12232 2002-05-02 [sergey]     0.7.5claws8
12233
12234         * src/mainwindow.c (mainwin_entries),
12235           src/prefs_common.c (prefs_send_create()),
12236           src/codeconv.c (locale_table):
12237                 use charset name "Windows-1251" instead of "CP1251".
12238
12239 2002-05-02 [colin]      0.7.5claws7
12240         
12241         * src/compose.c
12242           src/prefs_common.c
12243           src/prefs_folder_item.c
12244                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12245
12246 2002-05-02 [hiro]       0.7.5claws6
12247
12248         * src/imap.c
12249                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12250
12251 2002-05-02 [paul]       0.7.5claws5
12252
12253         * src/compose.c
12254                 more sync with 0.7.5cvs7, see ChangeLog entry
12255                 2002-05-02
12256
12257 2002-05-02 [hiro]       0.7.5claws4
12258
12259         * src/compose.c
12260                 compose_queue_sub():
12261                 check if queue folder exists (closes #550397).
12262                 removed directory creation since it should be handled
12263                 transparently.
12264         * src/imap.c
12265                 imap_add_msg(): return UID for appended message
12266                 (closes #548842).
12267
12268 2002-04-30 [paul]       0.7.5claws3
12269
12270         * src/summaryview.c
12271                 fix account_find_from_address() bug
12272
12273 2002-04-28 [colin]      0.7.5claws2
12274
12275         * src/compose.c
12276           src/textview.c
12277           src/prefs_common.[ch]
12278           src/utils.[ch]
12279                 Added user-definable quotation characters recognition.
12280
12281 2002-04-28 [paul]       0.7.5claws1
12282
12283         * sync with 0.7.5cvs4
12284                 see ChangeLog entry  2002-04-25
12285
12286 2002-04-28 [paul]       0.7.5claws
12287
12288         * po/es.po
12289           po/nl.po
12290           po/pt_BR.po
12291                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12292                 Fabio Junior Beneditto
12293
12294 2002-04-27 [jens]       0.7.4claws103
12295
12296         * po/de.po
12297                 updated German translation.
12298
12299 2002-04-27 [hiro]       0.7.4claws102
12300
12301         * src/summaryview.c
12302                 summary_write_cache(): fixed the mark loss of hidden messages.
12303
12304 2002-04-26 [melvin]     0.7.4claws101
12305
12306         * src/procmsg.c
12307                 fixed a second typo (same one)
12308         * po/fr.po
12309           po/it.po
12310           po/pt_BR.po
12311                 fixed the type again...
12312
12313 2002-04-26 [melvin]     0.7.4claws100
12314
12315         * src/procmsg.c
12316                 fixed a typo in an alert message ("temorary").
12317         * po/it.po
12318         * po/pt_BR.po
12319                 corrected the typo  described above.
12320         * po/fr.po
12321                 updated French translation.
12322
12323 2002-04-26 [darko]      0.7.4claws99
12324
12325         * src/summaryview.c
12326                 fix target folder colorization
12327
12328 2002-04-25 [paul]       0.7.4claws98
12329
12330         * po/it.po
12331                 updated by Alessandro Maestri
12332
12333 2002-04-24 [colin]      0.7.4claws97
12334         
12335         * src/compose.c
12336                 Fixed double "subject is empty" question.
12337
12338 2002-04-23 [colin]      0.7.4claws96
12339         
12340         * src/mimeview.c
12341                 Corrected issue when "automatically display images" was
12342                 not set : first image remained after selecting second.
12343
12344 2002-04-23 [melvin]     0.7.4claws95
12345
12346         * src/prefs_actions.c
12347                 Don't display in/out dialog if there is nothing to show.
12348
12349 2002-04-23 [paul]       0.7.4claws94
12350
12351         * sync with 0.7.5cvs3
12352                 bug fixes: see ChangeLog entry 2002-04-23
12353
12354 2002-04-22 [darko]      0.7.4claws93
12355
12356         * src/compose.c
12357                 fix previous check-in which changed code after
12358                 merge from main
12359
12360 2002-04-22 [paul]       0.7.4claws92
12361
12362         * faq/de/*
12363                 add German FAQ
12364         * faq/en/*
12365           faq/es/*
12366           faq/fr/*
12367                 update English, Spanish and French FAQs
12368         * manual/de/*
12369           manual/es/*
12370                 add German and Spanish manuals
12371         * manual/en/*
12372           manual/fr/*
12373                 update English and French manuals
12374
12375         * src/Makefile.am
12376                 add to and re-arrange the pixmap entries
12377
12378 2002-04-22 [darko]      0.7.4claws91
12379
12380         * src/compose.c
12381                 fix sender initials recognition to only allow
12382                 '>' after the initials
12383
12384 2002-04-21 [paul]       0.7.4claws90
12385
12386         * sync with 0.7.5 release
12387                 see ChangeLog entry 2002-04-21
12388
12389 2002-04-21 [alfons]
12390
12391         * src/Makefile.am
12392                 add colin's new pixmaps to EXTRA_DIST
12393
12394 2002-04-21 [colin]      0.7.4claws89
12395         * src/compose.c
12396         * src/inc.c
12397         * src/mainwindow.[ch]
12398         * src/prefs_common.[ch]
12399         * src/stock_pixmap.[ch]
12400                 Added "Work offline" ability.
12401
12402 2002-04-21 [colin]      0.7.4claws88
12403         
12404         * src/mimeview.c
12405         * src/prefs_common.c
12406         * src/prefs_common.h
12407         * src/textview.c : Added an option to common preferences -> display
12408           to allow user not to automatically display images.
12409
12410 2002-04-21 [paul]       0.7.4claws87
12411
12412         * sync with 0.7.4cvs52
12413                 see ChangeLog entry 2002-04-21 (src/imap.c)
12414
12415 2002-04-21 [paul]       0.7.4claws86
12416
12417         * sync with 0.7.4cvs51
12418                 see ChangeLog entry 2002-04-21
12419
12420 2002-04-21 [paul]       0.7.4claws85
12421
12422         * sync with 0.7.4cvs49
12423                 see ChangeLog entries 2002-04-20 and 2002-04-21
12424
12425         * src/Makefile.am
12426                 clean up: remove old 'stock_' element from xpm 
12427                 filenames.
12428
12429 2002-04-21 [alfons]     0.7.4claws84
12430
12431         apply sync patch from Paul
12432
12433         * src/folderview.c
12434                 use old claws prefs_folder_item_create() for now
12435
12436 2002-04-19 [match]      0.7.4claws83
12437
12438         * src/addressbook.[ch]
12439         * src/addrharvest.[ch]
12440         * src/addrgather.[ch]
12441                 recurse folders.
12442         * src/mainwindow.c
12443         * src/summaryview.[ch]
12444                 change menu option.
12445
12446 2002-04-19 [paul]       0.7.4claws82
12447
12448         * po/pt_BR.po
12449                 updated by Fabio Junior Beneditto
12450
12451 2002-04-14 [alfons]     0.7.4claws81
12452
12453         * src/passphrase.c
12454                 add #include <sys/types.h> for mode_t and off_t 
12455
12456 2002-04-13 [paul]       0.7.4claws80
12457         
12458         * src/main.c
12459           src/passphrase.[ch]
12460           src/pgptext.c
12461           src/prefs_common.[ch]
12462           src/rfc2015.c
12463                 enable storing of GnuPG passphrase for the whole 
12464                 session or a user-defined number of minutes. patch 
12465                 submitted by Ravemax <ravemax@dextrose.com>
12466
12467 2002-04-13 [alfons]     0.7.4claws79
12468
12469         * src/textview.c
12470                 make email parser also stop scanning when encountering separators
12471                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12472
12473 2002-04-13 [paul]       0.7.4claws78
12474
12475         * sync with 0.7.4cvs39
12476                 see ChangeLog entry 2002-04-12
12477
12478 2002-04-11 [paul]       0.7.4claws77
12479
12480         * sync with 0.7.4cvs37
12481                 see ChangeLog entry 2002-04-11
12482
12483 2002-04-11 [paul]       0.7.4claws76
12484
12485         * COPYING 
12486                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12487                 the clause for OpenSSL). sync with sylpheed main
12488
12489 2002-04-09 [melvin]     0.7.4claws75
12490
12491         * src/compose.c
12492                 Made 'Ctrl-Enter' on send ignore some modifiers 
12493                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12494                 to bind other *-Enter (but not Alt-Enter).
12495
12496 2002-04-09 [paul]       0.7.4claws74
12497
12498         * sync with 0.7.4cvs35
12499                 see ChangeLog entries 2002-04-09
12500
12501 2002-04-08 [paul]       0.7.4claws73
12502
12503         * sync with 0.7.4cvs33
12504                 see ChangeLog entry 200-04-08
12505
12506 2002-04-07 [match]      0.7.4claws72
12507
12508         * src/addrharvest.[ch]
12509                 fixed to read all addresses in header, regardless
12510                 of header size. improved name parsing. accommodate
12511                 harvest from folders and selected message.
12512         * src/addritem.[ch]
12513                 included new address parsing function.
12514         * src/addrgather.[ch]
12515         * src/addressbook.[ch]
12516         * src/summaryview.[ch]
12517         * src/mainwindow.c
12518                 allow address harvest of folder as well as selected
12519                 messages.
12520
12521 2002-04-07 [paul]       0.7.4claws71
12522
12523         * src/esmtp.[ch]
12524           src/smtp.c
12525                 don't try to authenticate with CRAM-MD5 in SMTP when 
12526                 SMTP-AUTH enabled if MTA doesn't issue this 
12527                 auth-method in it's ehlo-response. bug item #531364,
12528                 patch item #938910. patch submitted by Colin Leroy 
12529                 <colin@colino.net>
12530
12531 2002-04-07 [paul]       0.7.4claws70
12532
12533         * src/nntp.c
12534                 fix missing MODE_READER bug. patch submitted by
12535                 Colin Leroy <colin@colino.net>
12536
12537 2002-04-07 [alfons]     0.7.4claws69
12538
12539         * src/matcher.[ch]
12540         * src/prefs_filtering.c
12541         * src/summaryview.c
12542                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12543                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12544
12545 2002-04-07 [paul]       0.7.4claws68
12546
12547         * sync with 0.7.4cvs32
12548                 see ChangeLog entry 2002-04-06
12549
12550         * tools/filter_conv.pl
12551                 more bug fixes
12552
12553 2002-04-06 [paul]       0.7.4claws67
12554
12555         * tools/filter_conv.pl
12556                 modify to be able to find the name of the first
12557                 mailbox and use that. main's filter does not
12558                 record the full path to the mailbox and therefore
12559                 can only filter to the first mailbox.
12560
12561 2002-04-05 [paul]       0.7.4claws66
12562
12563         * tools/filter_conv.pl
12564                 attempt to make the script all-encompassing and
12565                 be able to convert any main 'filter' rule thrown
12566                 at it
12567
12568 2002-04-05 [paul]       0.7.4claws65
12569
12570         * tools/filter_conv.pl
12571                 allow for collapsed folder trees
12572
12573 2002-04-05 [paul]       0.7.4claws64
12574
12575         * sync with 0.7.4cvs31
12576                 see ChangeLog entries 2002-04-05
12577
12578 2002-04-03 [paul]       0.7.4claws63
12579
12580         * sync with 0.7.4cvs29
12581                 see ChangeLog entries 2002-04-02 and 2002-04-03
12582
12583 2002-04-02 [paul]       0.7.4claws62
12584
12585         * sync with 0.7.4cvs26
12586                 see ChangeLog entry 2002-04-01
12587
12588 2002-04-02 [match]      0.7.4claws61
12589
12590         * src/pine.[ch]
12591         * src/importpine.[ch]
12592         * src/addressbook.c
12593                 import Pine address book.
12594
12595 2002-04-02 [match]      0.7.4claws60
12596
12597         * src/addrharvest.[ch]
12598                 improve address parsing of funky addresses.
12599
12600 2002-04-02 [darko]      0.7.4claws59
12601
12602         * src/compose.c
12603                 wrap on send improvements, it now recognizes quoted
12604                 initials as part of the quotation string, and it
12605                 does not join lines separated by CR
12606
12607 2002-04-01 [match]      0.7.4claws58
12608
12609         * src/mgutils.[ch]
12610                 added new functions.
12611         * src/mutt.[ch]
12612                 remove excessive duplicate address generation
12613                 on import.
12614
12615 2002-04-01 [alfons]     0.7.4claws57
12616         
12617         * src/summaryview.c
12618                 put back g_free() 
12619
12620 2002-04-01 [paul]       0.7.4claws56
12621
12622         * sync with 0.7.4cvs25
12623                 see ChangeLog entry 2002-04-01
12624
12625 2002-04-01 [alfons]     0.7.4aprilfool55
12626
12627         * src/summaryview.c
12628                 honour feature request item #537427 to allow for
12629                 displaying names from address book for sent mail also
12630
12631 2002-03-29 [paul]       0.7.4claws54
12632
12633         * src/mainwindow.c
12634           src/prefs_filtering.[ch]
12635           src/prefs_matcher.c
12636           src/summaryview.c
12637                 add 'fast filter' for claws' filtering,
12638                 /Tools/Create filter rule/... patch submitted
12639                 by Neill Miller <neillm@thecodefactory.org>
12640
12641 2002-03-29 [paul]       0.7.4claws53
12642
12643         * sync with 0.7.4cvs24
12644                 see ChangeLog entry 2002-03-29
12645
12646 2002-03-28 [paul]       0.7.4claws52
12647
12648         * sync with 0.7.4cvs23
12649                 see ChangeLog entry 2002-03-28
12650
12651 2002-03-27 [melvin]     0.7.4claws51
12652
12653         * src/prefs_actions.c
12654                 Added support to pass only one message part (as a
12655                 file) to the command using '%p'. No quotes are needed
12656                 because doubles quotes are automatically added.
12657                 Fixed bug where Sylpheed could block when waiting for
12658                 a child process to finish.
12659                 Changed the help menu to remove quotes around symbols to 
12660                 avoid misinterpretation (they must not be used).
12661
12662 2002-03-27 [melvin]     0.7.4claws50
12663
12664         * src/inc.c
12665                 Made the new mail notification command always 
12666                 execute asynchronously.
12667
12668 2002-03-27 [paul]       0.7.4claws49
12669
12670         * src/compose.c
12671                 fix bug introduced in last commit
12672
12673 2002-03-27 [paul]       0.7.4claws48
12674
12675         * sync with 0.7.4cvs21
12676                 see ChangeLog 2002-03-26 and 2002-03-27
12677
12678 2002-03-26 [hoa]        0.7.4claws47
12679
12680         * src/prefs_folder_item.c
12681                 really fixed the bug #516442 with folder rescan.
12682
12683 2002-03-26 [paul]       0.7.4claws46
12684
12685         * sync with 0.7.4cvs19
12686                 see ChangeLog entries 2002-03-25 and 2002-03-26
12687
12688 2002-03-25 [hoa]        0.7.4claws45
12689
12690         * src/matcher.c
12691         * src/mh.c
12692                 fix the bug #516442 with folder rescan.
12693
12694         * src/prefs_common.[ch]
12695         * src/compose.c
12696                 added an option to enable two different behaviours
12697                 for bounce.
12698
12699
12700 2002-03-25 [paul]       0.7.4claws44
12701
12702         * src/mainwindow.c
12703           src/selective_download.c
12704                 correct a few menuitem labels
12705
12706 2002-03-25 [christoph]  0.7.4claws43
12707
12708         * src/procmsg.c
12709                 fix non deleted tmp message in
12710                 procmsg_save_to_outbox
12711                 fix problems caused by sync with
12712                 main branch's procmsg_send_queue
12713
12714 2002-03-25 [paul]       0.7.4claws42
12715
12716         * src/quote_fmt.c
12717           src/quote_fmt_lex.l
12718           src/quote_fmt_parse.y
12719                 add Last name (%L) placeholder for quoting. 
12720                 patch submitted by Thorsten Thielen 
12721                 <thth@users.sourceforge.net>
12722
12723 2002-03-25 [paul]       0.7.4claws41
12724
12725         * src/utils.c
12726                 get full hostname. patch submitted by
12727                 Bob Woodside <rwoodside1@comcast.net>
12728
12729 2002-03-25 [paul]       0.7.4claws40
12730
12731         * src/account.c
12732           src/news.c
12733           src/nntp.[ch]
12734           src/prefs_account.[ch]
12735                 enable NNTP over SSL. patch submitted by
12736                 Pascal Jermini <pascal@infinity.hn.org>
12737
12738 2002-03-24 [paul]       0.7.4claws39
12739
12740         * src/prefs_common.c
12741                 make the arrangement of the Compose tab more
12742                 coherent
12743
12744         * src/mainwindow.c
12745                 fix some irregularities of style
12746
12747         * po/de.po
12748                 updated by Kilian Krause
12749
12750 2002-03-23 [paul]       0.7.4claws38
12751
12752         * po/pt_BR.po
12753                 updated by Fabio Junior Beneditto
12754
12755 2002-03-23 [paul]       0.7.4claws37
12756
12757         * src/mainwindow.c
12758                 move 'Gather addresses' to 'Tools' menu
12759                 make 'Selective download' sensitive
12760
12761 2002-03-23 [paul]       0.7.4claws36
12762
12763         * sync with 0.7.4cvs16
12764                 see ChangeLog entries 2002-03-23
12765
12766 2002-03-22 [christoph]  0.7.4claws35
12767
12768         * src/quote_fmt_parse.y
12769                 fix include program output
12770
12771 2002-03-22 [alfons]     0.7.4claws34
12772
12773         * src/pop.c
12774                 initialize GDate stack variable correctly (sorry!)
12775
12776 2002-03-22 [paul]       0.7.4claws33
12777
12778         * src/compose.c
12779           src/mainwindow.c
12780           src/prefs_actions.c
12781           src/prefs_common.c
12782                 rename 'Tool' to 'Tools'
12783
12784         * src/mainwindow.c
12785                 move 'Delete duplicated messages' from
12786                 'Message/' to 'Tools/'
12787                 re-arrange the order of 'Tools/' items
12788
12789 2002-03-22 [paul]       0.7.4claws32
12790
12791         * src/addr_compl.c
12792           src/addressbook.[ch]
12793                 auto-address completion now also matches on
12794                 Nickname. patch submitted by Bob Forsman 
12795                 <hammor@users.sourceforge.net>
12796
12797         * src/editaddress.c
12798                 correct a spelling mistake
12799
12800 2002-03-22 [alfons]     0.7.4claws31
12801
12802         * src/pop.c
12803                 fix getting uidl from incorrect string 
12804                 (spotted by Colin)
12805
12806 2002-03-21 [alfons]     0.7.4claws30
12807
12808         * src/pop.c
12809                 more code refactoring
12810                 plug mem leak introduced by delete on server
12811
12812 2002-03-21 [paul]       0.7.4claws29
12813
12814         * sync with 0.7.4cvs11
12815                 see ChangeLog entries 2002-03-20
12816
12817 2002-03-20 [alfons]     0.7.4claws28
12818
12819         * src/inc.c
12820                 apply Colin's patch and refactor
12821
12822 2002-03-20 [paul]       0.7.4claws27
12823
12824         * sync with sylpheed 0.7.4cvs9
12825                 see ChangeLog entry 2002-03-20
12826
12827 2002-03-19 [christoph]  0.7.4claws26
12828
12829         * src/mh.c
12830         * src/procmsg.[ch]
12831         * src/summaryview.c
12832                 revert changes for flag updates
12833                 (does not work correctly and no time to debug)
12834
12835 2002-03-20 [alfons]     0.7.4claws25
12836
12837         * src/pop.c
12838                 refactor should_delete() a little bit 
12839
12840 2002-03-19 [paul]       0.7.4claws24
12841
12842         * src/inc.[ch]
12843           src/pop.c
12844           src/prefs_account.[ch]
12845                 allow the user to leave downloaded mail on the 
12846                 server for n days. Patch submitted by Colin Leroy 
12847                 <colin@colino.net>
12848
12849 2002-02-19 [paul]       0.7.4claws23
12850
12851         * sync with sylpheed 0.7.4cvs8
12852                 see ChangeLog entries 2002-03-19
12853
12854 2002-03-18 [paul]       0.7.4claws22
12855
12856         * sync with sylpheed 0.7.4cvs6
12857                 see ChangeLog entry 2002-03-18
12858
12859 2002-03-18 [paul]       0.7.4claws21
12860
12861         * po/en_GB.po
12862                 add en_GB message catalogue
12863
12864         * src/mbox_folder.c
12865           src/prefs_account.c
12866           src/prefs_actions.c
12867                 correct a few spelling mistakes
12868
12869 2002-03-17 [alfons]     0.7.4claws20
12870
12871         * src/matcher.c
12872                 more stringent checks for NULL params when writing
12873                 filtering actions to a file
12874                 
12875 2002-03-17 [hoa]        0.7.3claws20
12876
12877         * src/news.c
12878                 fixed the count of new messages
12879
12880         * src/compose.c
12881                 fixed the "attachment properties" window
12882
12883 2002-03-17 [paul]       0.7.4claws19
12884
12885         * src/defs.h
12886           src/folder.h
12887           src/news.c
12888           src/prefs_account.[ch]
12889           src/procmsg.[ch]
12890           src/summaryview.c
12891                 automatically mark cross-posted messages as read 
12892                 and (optionally) give them a colour label
12893                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12894                 
12895
12896 2002-03-17 [paul]       0.7.4claws18
12897
12898         * sync with sylpheed 0.7.4cvs5
12899                 see ChangeLog entry 2002-03-17
12900
12901 2002-03-17 [melvin]     0.7.4claws17
12902         
12903         * src/textview.c
12904                 Worked around a gtktext 'bug': when searching for 
12905                 a text in a long message it was scrolling slowly
12906                 line by line until it hit the searched text.
12907         * po/fr.po
12908                 Updated French translation
12909
12910 2002-03-17 [melvin]     0.7.4claws16
12911
12912         * src/mainwindow.c
12913         * src/compose.c
12914         * src/prefs_actions.c
12915                 Moved "Edit/Actions" to "Tool/Actions"
12916                 Made mainwindow/compose window sensitive as soon as
12917                 no child process is running anymore even if the io dialog
12918                 is open.
12919                 Fixed a struct being initialized with a non constant char*
12920
12921 2002-03-16 [christoph]  0.7.4claws15
12922
12923         * configure.in
12924                 add --with-compiler-flags option
12925                 (only for developer hacking)
12926         * src/mh.c
12927         * src/procmsg.[ch]
12928         * src/summaryview.c
12929                 try to make folder-stats and flag handling more
12930                 independent from the summaryview. msgcounts
12931                 are only set when the folder is opened and
12932                 procmsg_msginfo_(un)set_flags will handle it
12933                 later and summaryview will get the values
12934                 from the folder.
12935
12936 2002-03-16 [paul]       0.7.4claws14
12937
12938         * src/messageview.c
12939                 fix Return-receipt. Patch submitted by Bob
12940                 Woodside <rwoodside1@comcast.net>
12941
12942 2002-03-16 [paul]       0.7.4claws13
12943
12944         * src/compose.c
12945                 fix 'dynamic' signatures, make it work again
12946                 broken during sync on 2002-03-14 (0.7.4claws2)
12947
12948 2002-03-15 [match]      0.7.4claws12
12949
12950         * src/addrharvest.[ch]
12951         * src/addrgather.[ch]
12952         * src/addressbook.[ch]
12953         * src/mainwindow.c
12954                 included address harvester feature. still some
12955                 issues with address parsing that I will fix.
12956
12957 2002-03-15 [match]      0.7.4claws11
12958
12959         * src/addrbook.[ch]
12960         * src/addrcache.[ch]
12961         * src/addressbook.[ch]
12962         * src/addrindex.c
12963         * src/editbook.c
12964         * src/importldif.c
12965         * src/importmutt.c
12966         * src/jpilot.[ch]
12967         * src/main.c
12968         * src/syldap.[ch]
12969         * src/vcard.[ch]
12970                 tidy up. fix memory leaks. moved attribs and methods
12971                 from individual interfaces to addrcache object. prep
12972                 for new stuff to come in.
12973
12974 2002-03-15 [alfons]     0.7.4claws10
12975
12976         * src/matcher.[ch]
12977         * src/matcher_parser_parse.y
12978         * src/matcher_parser_lex.l
12979         * src/prefs_matcher.c
12980                 add filtering conditions message greater than, smaller 
12981                 than, and exactly matching a size in bytes
12982                 (does not work with delete from POP3 server yet)
12983
12984                 this should also give others an idea what you should
12985                 do to add new criterions to claws filtering system
12986                 
12987
12988 2002-03-15 [paul]       0.7.4claws9
12989
12990         * tools/filter_conv.pl
12991                 exit if there are no filter rules to convert
12992                 rename filterrc to filterrc.old after completion
12993
12994 2002-03-15 [paul]       0.7.4claws8
12995
12996         * sync with sylpheed 0.7.4cvs3
12997                 see ChangeLog entry 2002-03-14
12998
12999 2002-03-14 [paul]       0.7.4claws7
13000
13001         * src/compose.c
13002                 clean up the last commit (ahem)
13003
13004 2002-03-14 [paul]       0.7.4claws6
13005
13006         * src/compose.c
13007                 fix bug #515655. honour account preferences
13008                 regarding gpg default signing/encryption when 
13009                 changing account from the compose window.
13010
13011 2002-03-14 [paul]       0.7.4claws5
13012
13013         * src/folderview.c
13014                 remove unnecessary curly brackets
13015
13016 2002-03-14 [paul]       0.7.4claws4
13017
13018         * src/folderview.c
13019           src/prefs_filtering.[ch]
13020                 add filter rename on folder rename and filter
13021                 delete on folder delete. Patch submitted by
13022                 Neill Miller <neillm@thecodefactory.org> 
13023
13024 2002-03-14 [christoph]  0.7.4claws3
13025
13026         * src/procmsg.c
13027         * src/send.c
13028                 fix local delivery
13029                 (patch submitted by "Simon 'corecode' Schubert")
13030         * src/prefs_common.c
13031         * src/procmsg.c
13032                 fix gcc 3.0 warning
13033
13034 2002-03-14 [paul]       0.7.4claws2
13035
13036         * sync with sylpheed 0.7.4cvs2
13037                 see ChangeLog entry 2002-03-13
13038
13039 2002-03-12 [darko]      0.7.4claws1
13040
13041         * src/mainwindow.c
13042                 fix what seems to be a copy and paste error
13043                 when setting color for important messages
13044                 (reported by wwp)
13045
13046 2002-03-11 [paul]       version 0.7.4claws released
13047
13048 2002-03-11 [paul]       0.7.4claws
13049
13050         * po/es.po
13051           po/it.po
13052           po/nl.po
13053           po/pt_BR.po
13054                 update message catalogs. Submitted by Ricardo Mones 
13055                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13056                 Fabio Junior Beneditto
13057
13058         * configure.in
13059           faq/Makefile.am
13060           faq/it/Makefile
13061           faq/it/sylpheed-faq*
13062           src/mainwindow.c
13063           src/manual.[ch]
13064                 add FAQ in Italian
13065         
13066
13067 2002-03-11 [jens]       0.7.3claws7
13068
13069         * po/de.po
13070                 updated German translation
13071
13072 2002-03-11 [melvin]     0.7.3claws6
13073
13074         * po/fr.po
13075                 updated and corrected French translation
13076
13077 2002-03-10 [hoa]        0.7.3claws5
13078
13079         * src/account.c
13080         * src/inc.c
13081         * src/prefs_account.c
13082         * src/procmsg.c
13083         * src/send.[ch]
13084                 fixed the local account.
13085                 you have to change the default "/usr/sbin/sendmail"
13086                 to "/usr/sbin/sendmail -t" in the preferences of
13087                 the local account.
13088
13089         * src/procmime.c
13090                 removed some debug display for renderer
13091
13092 2002-03-10 [paul]       0.7.3claws4
13093
13094         * faq/en/sylpheed-faq-1.html
13095           faq/en/sylpheed-faq-2.html
13096                 update
13097
13098 2002-03-09 [paul]       0.7.3claws3
13099
13100         * sync with sylpheed 0.7.4
13101                 see ChangeLog entry 2002-03-09
13102
13103 2002-03-08 [paul]       0.7.3claws2
13104
13105         * faq/en/sylpheed-faq*
13106           faq/es/sylpheed-faq*
13107           faq/fr/sylpheed-faq*
13108                 update the FAQs
13109
13110         * manual/fr/.cvsignore
13111           manual/fr/Makefilea.am
13112           manual/fr/sylpheed*
13113           src/mainwindow.c
13114           src/manual.[ch]
13115                 add the French manual
13116
13117 2002-03-07 [paul]       0.7.3claws1
13118
13119         * sync with sylpheed 0.7.3cvs4
13120                 see ChangeLog entries  2002-03-06 and 2002-03-07
13121         
13122         * po/nl.po
13123                 updated by Wilbert Berendsen
13124
13125 2002-03-07 [melvin]     0.7.2claws34
13126
13127         * src/selective_download.c
13128                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13129
13130 2002-03-06 [paul]       0.7.2claws33
13131
13132         * sync with sylpheed 0.7.3cvs1
13133                 bug fix, see ChangeLog entry 2002-03-05
13134
13135 2002-03-05 [paul]       0.7.2claws32
13136
13137         * src/mimeview.c
13138           src/pgptext.[ch]
13139           src/procmsg.c
13140                 reverse the pgp ascii-armored code implemented in 
13141                 0.7.2claws16. removal of this code until it matures.
13142                 this means that verifying ascii-armored pgp sigs and
13143                 automatic decryption of ascii-armored encrypted
13144                 messages no longer works.
13145
13146 2002-03-05 [paul]       0.7.2claws31
13147
13148         * configure.in
13149           Makefile.am
13150         * faq/Makefile.am
13151         * faq/en/Makefile.am
13152           faq/en/sylpheed-faq.html
13153           faq/en/sylpheed-faq-1.html
13154           faq/en/sylpheed-faq-2.html
13155           faq/en/sylpheed-faq-3.html
13156         * faq/es/Makefile.am
13157           faq/es/sylpheed-faq.html
13158           faq/es/sylpheed-faq-1.html
13159           faq/es/sylpheed-faq-2.html
13160           faq/es/sylpheed-faq-3.html
13161           faq/es/sylpheed-faq-4.html
13162         * faq/fr/Makefile.am
13163           faq/fr/sylpheed-faq.html
13164           faq/fr/sylpheed-faq-1.html
13165           faq/fr/sylpheed-faq-2.html
13166           faq/fr/sylpheed-faq-3.html
13167         * src/Makefile.am
13168           src/defs.h
13169           src/mainwindow.c
13170           src/manual.[ch]
13171                 add FAQs in English, Spanish and French
13172
13173
13174 2002-03-05 [paul]       0.7.2claws30
13175
13176         * manual/en/sylpheed.html
13177           manual/en/sylpheed-XX.html
13178                 updated the English manual
13179
13180 2002-03-05 [hoa]        
13181
13182         * src/summaryview.c
13183                 dialog box pops up if the article can't be deleted.
13184
13185 2002-03-04 [paul]       
13186         
13187         * po/pt_BR.po
13188                 updated by Fabio Junior Benedito
13189
13190 2002-03-04 [hoa]
13191
13192         * removed ac/gpgme.m4
13193                 to avoid autogen common problem
13194                 developers have to install gpgme development package now
13195
13196         * src/compose.c
13197                 encoding to 7bit or 8bit is enabled.
13198
13199 2002-03-03 [alfons]     0.7.2claws29
13200
13201         * src/pop.c
13202                 merge fix by Oliver Haertel for selective
13203                 download buglet
13204
13205 2002-03-03 [paul]       0.7.2claws28
13206         
13207         * sync with sylpheed 0.7.3
13208
13209 2002-03-03 [paul]       0.7.2claws27
13210
13211         * sync with sylpheed 0.7.2cvs24
13212                 see ChangeLog entries 2002-03-02 and 2002-03-03
13213
13214 2002-03-02 [melvin]     0.7.2claws26
13215
13216         * src/inc.[ch]
13217         * src/main.c
13218         * src/mainwindow.c
13219         * src/prefs_common.[ch]
13220                 Added user definable notification on new mail arrival.
13221                 Removed unused variables in spell checker prefs code.
13222
13223 2002-03-02 [melvin]     0.7.2claws25
13224
13225         * src/quote_fmt.c
13226                 Removed unnecessary escape sequences.
13227                 Changed 'Initial...' to 'Initials of Sender'
13228
13229 2002-03-02 [paul]       0.7.2claws24
13230
13231         * sync with sylpheed 0.7.2cvs22
13232                 see ChangeLog entry 2002-03-01
13233
13234 2002-03-01 [hoa]        0.7.2claws23
13235
13236         * src/mainwindow.c
13237                 Set sensitivity of delete actions to active
13238                 even if the folder is a newsgroup.
13239
13240         * src/summaryview.c
13241                 - Set sensitivity of delete actions
13242                 - Added function check_permission() that will check if the
13243                   user is authorized to delete a message. For news, it
13244                   will check if the author is the same.
13245                 - Enabled deletion when there is no trash folder.
13246
13247         * src/news.[ch]
13248                 - Added news_cancel_article() to cancel articles
13249                 - Implemented news_remove_message() (public function)
13250
13251 2002-03-01 [paul]       0.7.2claws22
13252
13253         * src/gtkutils.c
13254           src/textview.c
13255                 recognise urls that that don't include 'http://' and
13256                 simply begin 'www.' 
13257
13258         * AUTHORS
13259                 remove duplicated name
13260
13261 2002-02-28 [paul]       0.7.2claws21
13262
13263         * src/mainwindow.c
13264           src/summaryview.[ch]
13265                 add ability to 'Select thread'
13266                 combines Melvin's "Select thread's head" patch (#510907)
13267                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13268                 patch (#518514) 
13269
13270 2002-02-28 [paul]       0.7.2claws20
13271
13272         * src/mimeview.c
13273                 hopefully fix segfault on right-clicking a mime part
13274                 that some people have experienced.      
13275                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13276
13277 2002-02-28 [paul]       0.7.2claws19
13278
13279         * sync with sylpheed 0.7.2cvs21
13280                 see ChangeLog entries 2002-02-27 and 2002-02-28
13281
13282 2002-02-27 [paul]       0.7.2claws18
13283
13284         * sync with sylpheed 0.7.2cvs18
13285                 see ChangeLog entries 2002-02-26 and 2002-02-27
13286
13287 2002-02-26 [alfons]     0.7.2claws17
13288
13289         * src/procheader.c
13290                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13291                 (spotted by Chris Hessman <idatech@gmx.net>)
13292
13293 2002-02-26 [paul]       0.7.2claws16
13294
13295         * src/mimeview.c
13296           src/pgptext.[ch]
13297           src/procmsg.c
13298                 make decryption of ascii-armored pgp encrypted messages
13299                 and verification of ascii-armored signatures work again.
13300                 slightly altered from the patch by Jens Jahnke 
13301                 <jan0sch@gmx.net>
13302
13303                 ##FIX ME##
13304                 * the checking of plaintext signatures always comes up in 
13305                   a popup box
13306                 * it doesn't work for multipart messages 
13307                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13308                   including the msg headers and these 2 line themselves, are 
13309                   not displayed
13310
13311         * src/mainwindow.c
13312                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13313                 "View/Message View" becomes "View/Separate Message View"
13314                 because its less ambiguous.
13315
13316         * po/es.po
13317                 updated by Ricardo Mones Lastra
13318
13319 2002-02-26 [paul]       0.7.2claws15
13320
13321         * sync with sylpheed 0.7.2cvs17
13322                 see ChangeLog entries 2002-02-25 and 2002-02-26
13323
13324 2002-02-25 [christoph]  0.7.2claws14
13325
13326         * src/filtering.[ch]
13327         * src/inc.c
13328                 do filtering stuff after all messages have been received
13329                   1. drop all messages to .processing
13330                   2. scan processing folder for messages
13331                   3. filter messages or move to inbox
13332                 this will also find old messages left in processing after
13333                 a crash or something like that and we get a real msginfo
13334                 from folder->get_msg_list and do not have to create our
13335                 own in filter_message
13336         * src/matcher_parser_parse.y
13337                 remove MIX/MAX warning (reordered includes)
13338
13339 2002-02-25 [paul]       0.7.2claws13
13340
13341         * sync with sylpheed 0.7.2cvs15
13342                 see ChangeLog entry 2002-02-24
13343
13344 2002-02-24 [alfons]     0.7.2claws12
13345
13346         * src/filtering.c
13347                 clear old color flags first when applying a new color to
13348                 a message info. 
13349                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13350
13351 2002-02-24 [alfons]     0.7.2.claws11
13352         
13353         * AUTHORS
13354         * src/prefs_common.c
13355                 add presets for Opera and Konqueror, closes patch #517261,
13356                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13357
13358 2002-02-24 [alfons]     0.7.2.claws10
13359
13360         * AUTHORS
13361         * src/summaryview.c
13362                 fix threading for null message ids, closes patch #521601,
13363                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13364
13365 2002-02-24 [alfons]     0.7.2claws9
13366
13367         * src/summaryview.c
13368         * src/filtering.c
13369                 make Tool | Filter Message work with filtering system so
13370                 setting flags also works
13371
13372                 TODO:
13373
13374                 - Processing uses the same function as Tool | Filter
13375                   Message, but doesn't use the same update proc yet
13376
13377 2002-02-23 [paul]       0.7.2claws8
13378
13379         * sync with sylpheed 0.7.2cvs14
13380                 see ChangeLog entries 2002-02-22 and 2002-02-23
13381
13382 2002-02-22 [christoph]  0.7.2claws7
13383
13384         * src/quote_fmt.c
13385                 Add column space to table
13386         * src/quote_fmt_parse.y
13387                 Close files
13388
13389 2002-02-22 [paul]       0.7.2claws6
13390
13391         * src/Makefile.am
13392           src/defs.h
13393           src/filtering.c
13394           src/inc.[ch]
13395           src/mainwindow.c
13396           src/matcher.[ch]
13397           src/matcher_parser_lex.l
13398           src/matcher_parser_parse.y
13399           src/pop.[ch]
13400           src/prefs_account.h
13401           src/prefs_filtering.c
13402           src/selective_download.[ch]   *** NEW FILES ***
13403           src/utils.[ch]
13404           po/POTFILES.in
13405                 Selective Download added to 'Tool' menu. 
13406                 Retrieves email headers of the currently selected pop3 
13407                 account and allows the user to mark emails for deletion 
13408                 right on the pop3 server. Patch submitted by Oliver Haertel 
13409                 <oha@users.sourceforge.net>.
13410         
13411         * po/POTFILES.in
13412                 add 'src/quote_fmt.c'           
13413
13414 2002-02-22 [christoph]  0.7.2claws5
13415
13416         * src/Makefile.am
13417                 added quote_fmt.c
13418         * src/prefs_common.[ch]
13419         * src/prefs_template.c
13420         * src/quote_fmt.c               *** NEW FILE ***
13421         * src/quote_fmt.h
13422                 move quote format symbol description code
13423                 to it's own file because it is used from
13424                 differnent code parts
13425                 Rewrote symbol description GUI
13426                   + use table
13427                   + add separators
13428                   + get data from array (no more long constant strings)
13429         * src/quote_fmt_lex.l
13430         * src/quote_fmt_parse.y
13431                 Symbol for Literal % changed to \% instead of %%
13432                 (More logical as \ is used for quoting for other symbols)
13433                 Add |f and |p to include files and program output
13434                 Examples:
13435                     |f{/home/.../.signature}
13436                     |p{date}
13437         * po/de.po
13438                 Correct wrong spelling for "Referenzen"
13439
13440 2002-02-21 [paul]       0.7.2claws4
13441
13442         * src/procmsg.c
13443                 forgotten during sync
13444
13445 2002-02-21 [paul]       0.7.2claws3
13446
13447         * sync with sylpheed 0.7.2cvs11
13448                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13449                 2002-02-20 and 2002-02-21
13450
13451 2002-02-20 [melvin]     0.7.2claws2
13452
13453         * src/prefs_actions.c
13454                 Added error report when child cannot fork or when execvp 
13455                 returns with an error.
13456
13457 2002-02-19 [christoph]  0.7.2claws1
13458
13459         * src/codeconv.c
13460                 return unconverted text if conde conversion is not possible
13461                 when libjconv is used.
13462                 (patch submitted by "Simon 'corecode' Schubert")
13463
13464 2002-02-19 [paul]       
13465
13466         * version 0.7.2claws release
13467
13468 2002-02-19 [paul]       0.7.2claws
13469
13470         * po/nl.po
13471                 updated by Wilbert Berendsen
13472
13473
13474 2002-02-18 [alfons]     0.7.1claws13
13475
13476         * src/syldap.c
13477         * src/jpilot.c
13478                 remove references to dlfcn and explicitly loading functions
13479                 from dynalink libs, because libs linked anyway, and functions
13480                 are loaded explicitly
13481
13482 2002-02-17 [melvin]     0.7.1claws12
13483
13484         * src/prefs_actions.c
13485                 Replaced children wait loop with double fork technique.
13486                 Now, input/output window updated at each new output.
13487                 free_children(): Fixed a memory leak.
13488                 Made input/output window non closable if running children
13489                 still exist.
13490                 Added missing <unistd.h> include.
13491                 Added some --debug outputs.
13492
13493 2002-02-17 [melvin]     0.7.1claws11
13494
13495         * src/summaryview.c
13496                 Fixed bug where descending sort order did not select top
13497                 message.
13498
13499 2002-02-17 [melvin]     0.7.1claws10
13500
13501         * acconfig.h
13502                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13503         * src/prefs_common.c
13504                 Pspell data package directory no more hard coded but
13505                 set during configuration (PSPELL_PATH). (Thanks to 
13506                                 Gustavo Noronha Silva.)
13507
13508 2002-02-17 [melvin]     0.7.1claws9
13509
13510         * configure.in
13511                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13512         * src/gtkspell.c
13513                 Fixed compile-time warnings.
13514
13515 2002-02-16 [alfons]     0.7.1claws8
13516
13517         * src/filesel.c
13518                 fix inadvertent free of NULL pointer which caused
13519                 sylpheed to crash when closing the save-as dialog
13520                 using the window close button
13521
13522 2002-02-16 [carsten]    0.7.1claws7
13523         * src/mainwindow.[ch]
13524           src/summaryview.c
13525           src/prefs_common.c
13526                 fixes for pixmap theming code:
13527                         - recently changed mail attributes shouldn't get
13528                           lost any longer
13529                         - theme is only reloaded iff another theme was
13530                           selected
13531
13532 2002-02-16 [paul]       0.7.1claws6
13533
13534         * sync with sylpheed 0.7.2 release
13535                 see ChangeLog entry 2002-02-15 and 2002-02-16
13536
13537 2002-02-15 [paul]       0.7.1claws5
13538
13539         * sync with sylpheed 0.7.1cvs9
13540                 see ChangeLog entry 2002-02-15
13541
13542         * po/POTFILES.in
13543                 remove unneeded headerwindow.c entry
13544
13545 2002-02-14 [carsten]    0.7.1claws4
13546         * src/summaryview.c
13547                 fixed a bug for "Go to next unread message": there was
13548                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13549                 in the prefs, because of doing "Search again" instead
13550                 "No"
13551
13552 2002-02-14 [carsten]    0.7.1claws3
13553         * src/stock_pixmap.c
13554                 removed 2 more mem leaks; following memprof,
13555                 this code is "leak free" now :)
13556
13557 2002-02-14 [carsten]    0.7.1claws2
13558         * src/stock_pixmap.c
13559                 used opendir/readdir/closedir instead of scandir
13560                 -> code should work now on Solaris
13561
13562 2002-02-14 [paul]       0.7.1claws1
13563
13564         * sync with sylpheed 0.7.1cvs8
13565                 see ChangeLog entries 2002-02-13 and 2002-02-14
13566
13567         * README.claws
13568                 add some description of Actions and Pixmap Themes
13569
13570 2002-02-13 [paul]       
13571
13572         * version 0.7.1claws release
13573
13574 2002-02-13 [paul]       0.7.1claws
13575
13576         * po/es.po
13577           po/it.po
13578           po/pt_BR.po
13579                 updated translations, submitted by Ricardo Mones Lastra,
13580                 Alessandro Maestri and Fabio Junior Beneditto
13581
13582 2002-02-13 [melvin]     0.7.0claws75
13583
13584         * src/prefs_actions.c
13585                 Added missing "signal.h" include
13586
13587 2002-02-13 [melvin]     0.7.0claws74
13588
13589         * src/prefs_folder_item.c
13590                 Added missing "config.h" include
13591         * po/fr.po
13592                 Updated French translation for folder propriety.
13593
13594 2002-02-13 [jens]       0.7.0claws73
13595
13596         * po/POTFILES.in
13597                 Added missing src/prefs_folder_item.c [log added by melvin]
13598         * po/de.po
13599                 Updated German translation.
13600
13601 2002-02-13 [melvin]     0.7.0claws72
13602
13603         * po/fr.po
13604                 Updated French translation.
13605
13606 2002-02-13 [melvin]     0.7.0claws71
13607
13608         * src/gtkutils.c
13609                 Made gtkut_editable_get_selection return NULL if selection
13610                 is of length zero.
13611                 This fixes a bug where selecting part of message A then
13612                 switching to message B and replying to it will not
13613                 quote the message's body.
13614
13615 2002-02-12 [paul]       0.7.0claws70
13616
13617         * src/mainwindow.c
13618                 cosmetic, relating to pixmap themes: on toolbar make 
13619                 updating of 'Exec' and 'Compose news/Compose email'
13620                 icons faster.
13621
13622 2002-02-12 [carsten]    0.7.0claws69
13623         * src/folderview.c
13624           src/mainwindow.[ch]
13625           src/stock_pixmap.c
13626           src/summaryview.c
13627           src/prefs_common.c
13628                 - refreshing after changing pixmap theme better
13629                   now (thanks Paul)
13630                 - wanted to remove some mem leaks, but alfons was
13631                   faster (and had the better solution ;)
13632
13633 2002-02-12 [alfons]     0.7.0claws68
13634
13635         * src/prefs_common.c
13636         * src/stock_pixmap.[ch]
13637                 plug mem leaks, refactor code a little bit
13638
13639
13640 2002-02-12 [sergey]     0.7.0claws67
13641
13642         * src/imap.c
13643                 Fixed problem with copying messages to IMAP folders when the
13644                 server uses something other than '/' as a namespace separator
13645                 (cyrus-imapd uses '.').
13646
13647 2002-02-12 [jens]       0.7.0claws66
13648
13649         * po/de.po
13650                 Updated German Translation
13651
13652 2002-02-12 [paul]       0.7.0claws65
13653
13654         * sync with sylpheed 0.7.1cvs1
13655                 see ChangeLog entry 2002-02-12
13656
13657 2002-02-12 [melvin]     0.7.0claws64
13658
13659         * src/prefs_actions.c
13660                 Fixed "feature" where children's output was duplicated 
13661                 instead of refreshed while monitoring.
13662                 Removed some debug code.
13663
13664 2002-02-12 [christoph]  0.7.0claws63
13665
13666         * src/compose.c
13667                 always delete message from queue after sending/send error
13668                 (closes bug #509601)
13669
13670 2002-02-12 [melvin]     0.7.0claws62
13671
13672         * src/prefs_actions.c
13673                 Children wait loop is now triggered with a timeout of 1s
13674                 Added %F which is replaced with the list of filenames 
13675                 of all selected messages (as suggested by Ricardo Mones Lestra)
13676                 Pipe syntax changed. Prefix with | to send selection, postfix
13677                 with | to retrieve output. Prefix with > or * to send
13678                 user definable input to the command (*: input is hidden)
13679                 Old pipe action should now be postfixed with |, too.
13680
13681 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13682         * src/stock_pixmap.c
13683                 fixed a bug: if there's no theme directory don't
13684                 throw an error, just do "nothing" (thanks Alfons)
13685
13686 2002-02-12 [carsten]    0.7.0claws60
13687         * src/folderview.c
13688           src/summaryview.c
13689                 had to write the cache twice (nasty!); some marks would 
13690                 get lost if not
13691
13692 2002-02-11 [carsten]    0.7.0claws59
13693         * acconfig.h
13694           configure.in
13695           doc-src/maintainer_guide.txt
13696           src/compose.[ch]
13697           src/defs.h
13698           src/folderview.[ch]
13699           src/gtkutils.[ch]
13700           src/mainwindow.[ch]
13701           src/prefs_common.[ch]
13702           src/stock_pixmap.[ch]
13703           src/summaryview.[ch]
13704                 pixmap theming and related work on pixmap
13705                 handling on some other places
13706                 (e.g. hrm features for all folder)
13707           src/pixmap/stock_*.xpm -> the stock_ was removed
13708         
13709 2002-02-11 [paul]       0.7.0claws58
13710
13711         * sync with sylpheed 0.7.1 release
13712                 see ChangeLog entries 2002-02-11
13713
13714 2002-02-08 [paul]       0.7.0claws57
13715
13716         * sync with sylpheed 0.7.0cvs39
13717                 see ChangeLog entry 2002-02-07 (last entry) 
13718
13719         * src/prefs_actions.c
13720           src/prefs_filtering.c
13721           src/prefs_matcher.c
13722           src/prefs_scoring.c
13723                 sync: made it compile with C compilers other than gcc
13724
13725 2002-02-07 [paul]       0.7.0claws56
13726
13727         * sync with sylpheed 0.7.0cvs38
13728                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13729                 2002-02-07
13730
13731 2002-02-07 [darko]      0.7.0claws55
13732
13733         * src/gtkutils.[ch]
13734         * src/summaryview.c
13735                 Fix const gchar */gchar * issue (thanks Hiro)
13736
13737 2002-02-07 [darko]      0.7.0claws54
13738
13739         * src/compose.[ch]
13740         * src/filtering.c
13741         * src/gtkutils.[ch]
13742         * src/prefs_template.c
13743         * src/quote_fmt.h
13744         * src/quote_fmt_parse.y
13745         * src/summaryview.c
13746         * src/utils.[ch]
13747                 When replying or forwarding an email don't quote the entire
13748                 mail body but use the part of the message text that is selected
13749
13750 2002-02-06 [melvin]     0.7.0claws53
13751
13752         * src/prefs_common.[ch]
13753         * src/gtkspell.[ch]
13754         * src/compose.c
13755                 Made possible to switch quickly to last used dictionary
13756                 which makes checking bilingual documents easier.
13757
13758 2002-02-06 [melvin]     0.7.0claws52
13759         
13760         * po/POTFILES.in
13761                 Added forgotten new file src/prefs_actions.c
13762
13763 2002-02-06 [melvin]     0.7.0claws51
13764
13765         * src/prefs_actions.c   ** NEW FILE **
13766         * src/prefs_actions.h   ** NEW FILE **
13767                 Added actions to execute on message text view, or on the
13768                         message's file.
13769         * src/Makefile.am
13770                 Added src/prefs_actions.[ch]
13771         * src/compose.c
13772                 Added new menu "Edit/Actions"
13773         * src/defs.h
13774                 Added new actionsrc file.
13775         * src/main.c
13776                 Added actionsrc reading.
13777         * src/mainwindow.c
13778                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13779         * src/prefs_common.h
13780                 Added new element actionslst element to prefs_common.
13781
13782 2002-02-06 [paul]       0.7.0claws50
13783
13784         * sync with sylpheed 0.7.0cvs36
13785                 see ChangeLog entry 2002-02-06
13786
13787 2002-02-05 [paul]
13788
13789         * po/es.po
13790                 updated by Ricardo Mones Lastra
13791
13792 2002-02-05 [paul]       0.7.0claws49
13793
13794         * sync with sylpheed 0.7.0cvs33
13795                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13796
13797 2002-02-05 [paul]       0.7.0claws48
13798
13799         * src/compose.c
13800                 re-add 'Edit/Advanced/Delete entire line', previously named
13801                 'Delete Line+'
13802
13803 2002-02-04 [paul]       0.7.0claws47
13804
13805         * src/compose.c
13806           src/summaryview.c
13807                 fix bug #494993 (Reply All not taking Reply-To into consi)
13808                 eliminate differences in behaviour of right-click 'Reply to all' 
13809                 in summary view and 'Reply to all' on the toolbar. 
13810                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13811                 view and From gets ignored by 'Reply to all' on toolbar.
13812                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13813                 From when no Reply-To header is present.
13814
13815 2002-02-04 [paul]       0.7.0claws46
13816
13817         * sync with sylpheed 0.7.0cvs30
13818                 see ChangeLog entries 2002-02-03 and 2002-02-04
13819
13820 2002-02-03 [melvin]     0.7.0claws45
13821
13822         * src/gtkspell.[ch]
13823                 Readded function to highlight all misspelled words.
13824                 Fixed bug where user-provided-words did not replace
13825                         correctly the misspelled word when using the mouse.
13826                 Fixed bug where checking a region selected from right to left did
13827                         not check the region at all.
13828                 Fixed bug where 'Check backwards' may not check at all. 
13829                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13830                 Fixed possible buffer overflow when checking for long strings (>1k).
13831                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13832                 Accelerators code uses now gtk_widget_add_accel.
13833                 Removed and disabled obsolete and unfinished code.
13834                 Cleaning up.
13835
13836         * src/compose.c
13837                 Added menu item to Highlight all misspelled words.
13838
13839 2002-02-01 [paul]       0.7.0claws44
13840
13841         * src/mainwindow.c
13842                 fix '/View/Hide read messages' sensitivity when all
13843                 messages in a folder are hidden
13844
13845 2002-02-01 [paul]       0.7.0claws43
13846
13847         * src/main.c
13848                 add --send option to command line interface, sends all
13849                 queued mail. Patch submitted by Ricardo Mones Lastra.
13850
13851 2002-01-31 [paul]       0.7.0claws42
13852
13853         * src/mainwindow.c
13854                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13855
13856 2002-01-31 [paul]       0.7.0claws41
13857
13858         * sync with sylpheed 0.7.0cvs27
13859                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13860                 and 2002-01-31
13861
13862         * src/textview.c
13863                 comment out elements of textview_show_part() as temporary
13864                 workaround for attachment 'Display as text' bug 
13865
13866         * po/pt_BR.po
13867                 updated by Fabio Junior Beneditto
13868
13869 2002-01-30 [paul]       0.7.0claws40
13870
13871         * sync with sylpheed 0.7.0cvs24
13872                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13873                 and 2002-01-30
13874
13875         * src/compose.c
13876                 add {N_("/_Spelling"), ... "<Branch>"} to 
13877                 GtkItemFactoryEntry compose_entries[]
13878
13879         * src/prefs_common.c
13880                 add claws menu items to prefs_keybind_apply_clicked()
13881                 and remove non-claws menu items
13882
13883 2002-01-29 [paul]       0.7.0claws39
13884
13885         * sync with sylpheed 0.7.0cvs22
13886                 see ChangeLog entries 2002-01-28 and 2002-01-29
13887
13888 2002-01-28 [melvin]     0.7.0claws38
13889
13890         * src/compose.c
13891                 Added the declartion of compose_send_control_enter.
13892
13893         * src/compose.c
13894         * src/gtkspell.[ch]
13895                 Added in a 'Spelling' menu which includes the configuration menu. 
13896                 Added a real 'Check all' and got rid from the old one which only
13897                 highlited misspelled word.
13898                 Made 'Check while typing' a disableable option.
13899                 Added a dialog when there are no more misspelled word.
13900                 Added a dialog if error occurs when switching to a dictionary.
13901         
13902         * src/prefs_common.[ch]
13903                 Added option for the default 'Check while typing' option.
13904
13905
13906 2002-01-28 [alfons]     0.7.0claws37
13907
13908         * src/compose.c
13909                 fix buglet and make code comply with sylpheed code style
13910
13911 2002-01-28 [paul]       0.7.0claws36
13912
13913         * sync with sylpheed 0.7.0cvs19
13914                 see ChangeLog entries for 2002-01-28
13915
13916 2002-01-28 [hoa]        0.7.0claws35
13917
13918         * src/defs.h
13919                 added rendererrc
13920
13921         * src/main.c
13922                 read the renderer config
13923
13924         * src/procmime.[ch]
13925                 use the renderer config to convert mime attachments
13926
13927         * src/textview.c
13928                 don't use textview_show_html/ertf,
13929                 use get_text_content instead
13930
13931 2002-01-27 [alfons]     0.7.0claws34
13932         
13933         * src/news.c
13934                 make sylpheed believe it can delete a news message...
13935                 (messages are NOT deleted, maybe we should remove
13936                 processing from the folder properties after all.)
13937
13938 2002-01-27 [alfons]     0.7.0claws33
13939
13940         * src/folder.c
13941                 add extra checks
13942         * src/news.c
13943                 implement remove_msg() 
13944
13945 2002-01-27 [alfons]     0.7.0claws32
13946
13947         * src/procmsg.h
13948         * src/procheader.c
13949         * src/messageview.c
13950                 fix return receipt / disposition notification again. this
13951                 stuff seems to break on _every_ major summary UI change, so
13952                 it's now implemented using a flag which is saved in the
13953                 marks cache
13954                 
13955 2002-01-26 [alfons]     0.7.0claws31
13956
13957         * src/import.c
13958                 let import dialog show the destination folder identifier
13959
13960 2002-01-26 [melvin]     0.7.0claws30
13961
13962         * src/folderview.c
13963         * src/summaryview.c
13964                 Readded 'Mark all read' into summary view popup menu
13965                 Added 'Mark all read' in folder view popup menu for IMAP
13966                 and NNTP.
13967                 Made it insensitive if the selected folder is not the shown
13968                 one to avoid 'Mark all read' on the wrong folder.
13969                 
13970 2002-01-26 [paul]       0.7.0claws29
13971
13972         * src/folderview.c
13973           src/summaryview.c
13974                 move 'Mark all read' from summary view to folder view
13975                 menu. (adapted from) patch submitted by Jeremy Andrews,
13976                 <lists@kerneltrap.com>
13977
13978 2002-01-25 [alfons]     0.7.0claws28
13979
13980         * src/gtkstext.c
13981                 put the gtk class name back so GtkSText adapts the 
13982                 settings of GtkText
13983
13984 2002-01-25 [alfons]     0.7.0claws27
13985
13986         * src/folderview.c 
13987                 assimilate Ricardo's patch that shows pixmaps instead of
13988                 plain "new" and "unread" texts in the folder view column
13989                 headers 
13990
13991 2002-01-25 [paul]       0.7.0claws26
13992
13993         * src/Makefile.am
13994                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13995                 be found in non-standard locations. 
13996                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13997
13998 2002-01-25 [paul]       0.7.0claws25
13999
14000         * sync with sylpheed 0.7.0cvs16
14001                 see ChangeLog entry 2002-01-25
14002
14003 2002-01-24 [paul]       0.7.0claws24
14004
14005         * more sync with sylpheed 0.7.0cvs15
14006                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14007
14008 2002-01-23 [sergey]     0.7.0claws23
14009
14010         * src/importldif.c
14011                 Fixed segfault when closing LDIF import wizard with
14012                 the window manager.
14013         * src/imageview.c
14014         * src/imageview.h
14015         * src/messageview.c
14016         * src/mimeview.c
14017                 Fixed wrong scrolling position after switching between
14018                 text and image parts.
14019
14020 2002-01-23 [paul]       0.7.0claws22
14021
14022         * sync with sylpheed 0.7.0cvs15
14023                 see ChangeLog entries 2002-01-22 and 2002-01-23
14024
14025 2002-01-21 [melvin]     0.7.0claws21
14026
14027         * src/prefs_scoring.c
14028         * src/prefs_filtering.c
14029                 Fixed bug where scoring and filtering windows stopped
14030                 autochecking.
14031
14032 2002-01-21 [paul]       0.7.0claws20
14033
14034         * sync with sylpheed 0.7.0cvs12
14035                 see ChangeLog entries 2002-01-20 and 2002-01-21
14036
14037 2002-01-21 [carsten]    0.7.0claws19
14038         * src/mainwindow.c
14039         * src/menu.[ch]
14040         * src/messageview.[ch]
14041         * src/summaryview.[ch]
14042                 changes to shortcuts handling again:
14043                         + "Q" now controled by mainwin
14044                         + v/V are now customizable and have slightly
14045                           different meanings
14046                 the "button" to minimize the messageview (and maximize
14047                 the summary view) is a real button now
14048         * src/compose.c
14049                 "Delete Line+" added to Edit/Advanced (this will also
14050                 delete the '\n')
14051
14052 2002-01-20 [melvin] 0.7.0claws18
14053
14054         * src/addressbook.c
14055                 Made "Bcc" sensitive when addressbook is called from
14056                 compose window (it was a Claws only bug).
14057
14058 2002-01-19 [alfons] 0.7.0claws17
14059
14060         * src/inc.c
14061                 prevent unnecessary updates when currently selected folder has
14062                 no new messages 
14063
14064 2002-01-19 [alfons] 0.7.0claws16
14065         
14066         * src/summaryview.c
14067                 prevent writing the cache based on current message list in summary 
14068                 view when filtering also put messages in currently selected folder
14069
14070 2002-01-19 [paul]
14071
14072         * po/it.po
14073                 Italian translation submitted by Alessandro Maestri
14074                 <a.maestri@cs.tin.it>
14075
14076 2002-01-18 [melvin]     0.7.0claws15
14077
14078         * src/prefs_filters.c
14079                 fixed bug where 'cancel' from 'filters' window stops autochecking
14080                 if the timer timed out  when the window was open.
14081
14082 2002-01-18 [match]      0.7.0claws14
14083
14084         * src/addrclip.[ch]     ** NEW FILE **
14085         * src/addrselect.[ch]   ** NEW FILE **
14086         * src/adbookbase.h      ** NEW FILE **
14087                 addressbook cut, copy and paste
14088         * src/addrbook.[ch]
14089         * src/addrcache.[ch]
14090         * src/addressitem.h
14091         * src/addrindex.[ch]
14092         * src/addritem.[ch]
14093         * src/importldif.c
14094         * src/importmutt.c
14095         * src/jpilot.[ch]
14096         * src/syldap.[ch]
14097         * src/vcard.[ch]
14098         * src/jpilot.[ch]
14099         * src/editbook.c
14100         * src/editjpilot.c
14101         * src/editldap.c
14102         * src/editvcard.c
14103                 support for copy/paste
14104         * src/addressbook.c
14105                 support for copy/paste
14106                 tidy up menu option processing
14107                 correct address list function arguments
14108         * src/editaddress.c
14109                 sort user attributes
14110         * src/ldif.h
14111         * src/mutt.h
14112                 tidy up
14113
14114         * src/addrbook.[ch]
14115         * src/addrbook.[ch]
14116         * src/addrbook.[ch]
14117                 
14118
14119 2002-01-18 [paul]       0.7.0claws13
14120
14121         * sync with sylpheed 0.7.0cvs8
14122                 configure.in: support Mac OS X (Darwin)
14123
14124 2002-01-18 [carsten]    0.7.0claws12
14125         * src/html.c
14126                 small hack to fix a segfault with an empty href
14127                 (reported by Alexandra Walford <deeni@altern.org>)
14128         * src/mainwindow.c
14129         * src/summaryview.c
14130                 the shortcuts for Mark und Mark as unread are hardcoded
14131                 again
14132         * src/compose.c
14133         * src/gtkstext.[ch]
14134                 readded the shortcuts in gtkstext but made them
14135                 customizeable (simply by adding a menu plus a wrapper
14136                 to compose.c)
14137
14138 2002-01-17 [melvin]     0.7.0claws11
14139
14140         * src/gtkspell.c
14141                 fix default dictionary not being saved.
14142
14143 2002-01-16 [darko]      0.7.0claws10
14144
14145         * src/compose.c
14146                 fix wrapping crash with URL longer than wrapping margin
14147
14148 2002-12-08 [hoa]        0.7.0claws10
14149
14150         * src/matcher_parser_parse.y
14151                 fixed some bugs
14152
14153         * src/prefs_filtering.c
14154                 now, we can use bounce action in the dialog box.
14155
14156 2002-01-16 [carsten]    0.7.0claws9
14157         * src/gtkstext.c
14158                 removed the <control> and <alt> shortcuts because they're
14159                 not needed and interefered with the "normal" shortcuts
14160         * src/mainwindow.c
14161         * src/summaryview.c
14162                 removed most of the hardcoded shortcuts and assigned
14163                 them to menu entries making them easy customizable by
14164                 that
14165
14166 2002-01-16 |melvin]     0.7.0claws8
14167
14168         * src/gtkspell.c
14169                 fixed bug where using the mouse and when the compose
14170                 window is not on top may result in a crash.
14171
14172 2002-01-16 [melvin]     0.7.0claws7
14173
14174         * src/compose.c
14175                 fixed a long standingspell checker bug which could 
14176                 cause a crash after sending a message.
14177
14178 2002-01-16 [paul]       0.7.0claws6
14179
14180         * sync with sylpheed 0.7.0cvs7
14181                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14182                 2002-01-15, and 2002-01-16
14183
14184 2002-01-16 [melvin]     0.7.0claws5
14185
14186         * README.claws
14187         * src/compose.c
14188         * src/gtkspell.[ch]
14189         * src/main.c
14190                 Heavily modified spell checker code to work around
14191                 ispell bug, to add keyboard shortcuts and for future
14192                 enhancements. See README.claws for usage information.
14193
14194 2002-01-15 [alfons]     0.7.0claws4
14195         
14196         * src/summaryview.c
14197                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14198                 so sorting within threads reflects sort mode
14199
14200 2002-01-15 [christoph]  0.7.0claws3
14201
14202         * src/procmsg.c
14203                 added alertpanel if mail sending failed
14204
14205 2002-01-15 [alfons]     0.7.0claws2
14206         
14207         * src/prefs_filtering.c
14208                 don't stop timer when prefs filtering dialog is opened
14209
14210 2002-01-14 [alfons]     0.7.0claws1
14211
14212         * src/addr_compl.c
14213         * src/prefs.c
14214                 remove debug_print()s for privacy reasons
14215
14216 2002-01-14 [darko]      0.7.0claws
14217
14218         * README.claws
14219                 quotation wrapping is now also in the main branch
14220
14221 2002-01-14 [paul]
14222
14223         * tools/filter_conv.pl
14224                 allow for Boolean Op and case-sensitivity
14225                 this file is included in the release and tagged
14226                 'rel_0_7_0'
14227
14228 2002-01-13 [paul]       0.7.0claws
14229
14230         * release 0.7.0, with cvs tag 'rel_0_7_0'
14231
14232 2002-01-13 [paul]
14233
14234         * tools/filter_conv.pl
14235         * tools/README
14236                 rewritten to output to matcherrc instead of filteringrc
14237
14238         * po/es.po
14239                 updated Spanish translation by Ricardo Mones Lastra
14240
14241 2002-01-13 [alfons]
14242
14243         * po/nl.po
14244                 update dutch translation
14245
14246 2002-01-13 [paul]
14247
14248         * po/pt_BR.po
14249                 Updated by Fabio Junior Beneditto 
14250
14251 2002-01-13 [melvin]     0.6.6claws53
14252
14253         * po/fr.po
14254                 Updated french translation
14255
14256 2002-01-12 [alfons]     0.6.6claws52
14257
14258         * src/filtering.c
14259                 plug mem leak that has been sitting there for ages              
14260
14261 2002-01-12 [alfons]     0.6.6claws51
14262
14263         * src/summaryview.c
14264                 undo melvin's changes from 0.6.6claws48 because summary
14265                 view now refuses to select first unread message when
14266                 selecting a folder 
14267
14268 2002-01-11 [alfons]     0.6.6claws50
14269
14270         * src/import.c
14271                 use claws' semantics for getting folder item when
14272                 importing an mbox file into a folder 
14273                 (submitted by Dale P. Smith)
14274
14275 2002-01-11 [christoph]  0.6.6claws49
14276
14277         * src/prefs.h
14278                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14279                 toggle widget, because non static prefs can not use
14280                 prefs_set_* functions
14281         * src/prefs_account.c
14282                 toggle smtp auth password field sensitivity if
14283                 user id is empty and add descrition of usage for
14284                 these fields
14285         * src/prefs_folder_item.c
14286                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14287                 callbacks
14288
14289 2002-01-11 [melvin]     0.6.6claws48
14290
14291         * src/compose.c
14292                 fix the 'Ctrl-Enter' feature for sending and test really
14293                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14294                 editables which was not documented in Gtk)
14295
14296         * src/summaryview.c
14297                 Made summaryview refresh after sorting and not before.
14298
14299 2002-01-11 [christoph]  0.6.6claws47
14300
14301         * src/compose.c
14302                 select account from account ids if possible and
14303                 correctly set save folder for copy in reedit
14304
14305 2002-01-10 [paul]       0.6.6claws46
14306
14307         * sync with sylpheed 0.7.0 release
14308                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14309                 2002-01-09
14310
14311 2002-01-09 [alfons]
14312
14313         * src/summaryview.c
14314                 remove more dirt traces...
14315
14316 2002-01-09 [alfons]
14317         
14318         * src/summaryview.c
14319                 clean up some traces of my debugging stuff
14320
14321 2002-01-09 [alfons]     0.6.6claws45
14322
14323         * src/filtering.c
14324                 break up filteringprop_apply() in three separate pieces
14325                 so we can drop messages that failed processing in the
14326                 inbox
14327
14328         * src/summaryview.c
14329                 fix bug #469598 "no refresh of inbox after filter" which 
14330                 was introduced by the new summary view locking, and which 
14331                 prevented the summary view to update after a manual filter 
14332                 message. claw's filter message requires a summary_show().
14333                 (aargh, summary_show() again! :-)
14334                 
14335 2002-01-07 [alfons]     0.6.6claws44
14336
14337         * src/headerwindow.c
14338         * src/logwindow.c
14339         * src/messageview.c
14340         * src/sourcewindow.c
14341                 bring in Hiro's last 0.7.0 wm class fixes
14342
14343         * tools/sylprint.pl
14344                 bring in Ricardo's fix for sylprint script
14345
14346         * AUTHORS       
14347         * src/rfc2015.[ch]
14348         * src/prefs_common.[ch]
14349         * src/prefs_account.[ch]
14350         * src/compose.c
14351                 clean up account preference poison in rfc2015,
14352                 and preparation to fix double sign bug 
14353                 (patch submitted by Simon 'corecode' Schubert)
14354
14355 2002-01-07 [christoph]  0.6.6claws43
14356
14357         * src/mh.c
14358                 search for free message number, do not only rely
14359                 on last_num
14360         * src/send.c
14361                 fix smtp auth and use extra account information
14362                 if available, if not use pop3 data instead
14363                 (closes bug #500341)            
14364         * src/ssl.[ch]
14365                 match coding style
14366
14367 2002-01-06 [alfons]     0.6.6claws42
14368
14369         * src/mainwindow.c
14370                 try making the separate windows work again...
14371
14372 2002-01-06 [alfons]     0.6.6claws41
14373
14374         * src/mainwindow.c
14375                 adapt Hiro's separate window menu (to get rid of the funny
14376                 duplicate menu items), and make it work again
14377
14378 2002-01-06 [alfons]     0.6.6claws40
14379
14380         * tools/Makefile.am
14381         * tools/sylprint.rc
14382         * tools/sylprint.pl
14383         * tools/README.sylprint
14384                 add sylprint script for printing mails from Sylpheed
14385                 (contributed by Ricardo Mones Lastra)
14386
14387         * src/acount.c
14388                 clean up
14389
14390 2002-01-06 [melvin]     0.6.6claws39
14391
14392         * src/mainwindow.c
14393         * src/summaryview.c
14394                 Fixed crash introduced in 0.6.6claws38 by the menu
14395                 reorganisation (Hide read messages)
14396         
14397         * ChangeLog.claws 
14398                 Fixed typo (we are now in 2002, alfons ;) )
14399
14400 2002-01-05 [alfons]     0.6.6claws38
14401
14402         * sync with sylpheed 0.6.6cvs10-17
14403                 (last stuff marked as LAST_STABLE)
14404
14405 2002-01-04 [melvin]     0.6.6claws37
14406
14407         * src/account.c
14408                 Made account selection code use strcasestr again instead of
14409                 g_strcasecmp (fixes bug where reediting queued messages
14410                 did not select proper account reported by T. Link).
14411         
14412         * src/folderview.c
14413                 Fix bug where folder icons are not shown when 'hide read messages'
14414                 is on.
14415         
14416         * src/stock_pixmaps.[ch]
14417                 Added folder icons for 'hide read messages'.
14418         
14419         * src/compose.c
14420                 Fixed bug where 'Enter' in a header entry will send the message 
14421                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14422
14423 2002-01-03 [melvin]     0.6.6claws36
14424         
14425         * src/prefs.[ch]
14426                 Added popup menu for common preferences and
14427                 account preferences (right click on tab displays
14428                                 a menu of all tabs.)
14429
14430 2002-01-02 [melvin]     0.6.6claws35
14431
14432         * src/gtkspell.[ch]
14433                 Made spelling code compatible with undo/redo feature.
14434                 Added creation of suggestion mode menu for the general
14435                         preferences.
14436         
14437         * src/prefs_common.[ch]
14438                 Added option menu for the speller's suggestion mode.
14439                 Added missing spaces in "..." buttons and made a "..."
14440                         button non translatable!
14441         
14442         * src/compose.c
14443                 Made speller use the default suggestion mode.
14444                 Hack to make it possible to choose 'CTRL-Enter' as a
14445                         shortcut for sending (and only for sending).
14446
14447         * src/prefs_folder_item.c
14448                 Changing subject simplification does not update cache 
14449                         anymore (because it is unnecessary).
14450                 Fixed bug where changing subject simplification updated the 
14451                         summaryview even when the viewed folder is not the
14452                         folder which properties are being changed. (E.g. 
14453                                         viewing folder A and changing
14454                                         the subject simplification of 
14455                                         folder B -not being viewed- updated the 
14456                                         summaryview of folder A with data of
14457                                         folder B). (Hope this is clear... )
14458
14459 2001-12-31 [alfons]     0.6.6claws34
14460         
14461         * src/ldif.c
14462         * src/mutt.c
14463                 fgetc() returns a signed integer which doesn't
14464                 fit in a char. so c truncates this to a char
14465                 but we may lose significant bits. i.e. we may
14466                 comparing 0xFF which may not be equal to -1
14467                 unless properly casted to signed char which
14468                 we won't do because fgetc() returns a signed
14469                 integer which doesn't fit in a char. so c 
14470                 truncates this to a char but we may lose 
14471                 significat bits. (you got the idea, thanks
14472                 to Gustavo Noronha Silva <kov@debian.org>
14473                 and the Debian folks!)
14474
14475 2001-12-30 [alfons]     0.6.6claws33
14476
14477         * src/prefs_common.c
14478                 add #ifdef USE_PSPELLs that Melvin forgot               
14479
14480 2001-12-30 [melvin]     0.6.6claws32
14481         
14482         * src/prefs_common.[ch]
14483                 Added configurable color for misspelled words.
14484
14485         * src/gtkspell.[ch]
14486                 Fixed bug of foreground text color (reported by David
14487                                 Mehrmann)
14488                 Added configurable color for misspelled words.
14489
14490 2001-12-30 [alfons]     0.6.6claws31
14491
14492         * src/folder.c
14493                 remove unnecessary things someone put there
14494
14495         * src/mh.c
14496         * src/folder.[ch]
14497                 make folder properties (like threading and sorting) persistent
14498                 (closes bug #497424 "rescan folder tree resets proprieties")
14499                 currently this is only for MH folders. 
14500
14501 2001-12-29 [melvin]     0.6.6claws30
14502
14503         * src/string_match.[ch]
14504                 Optimized a bit: regexp pattern buffer compiled only once, and
14505                   one subroutine call removed. Fixed ^ regexp search: Now, 
14506                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14507         
14508         * src/summaryview.c
14509                 Subject filtering changed to filter summary columns and
14510                   not directly the messages subject cache. The loss in 
14511                   performance is balanced by the improvement of string_match.
14512                 Added an alert panel if there is an error in the regexp.
14513
14514         * src/src/prefs_folder_item.h
14515                 Added a regexp pattern buffer.
14516
14517 2001-12-28 [alfons]     0.6.6claws29
14518
14519         * src/string_match.[ch]
14520                 clean up name space
14521                 allow compilation *BSD
14522
14523 2001-12-27 [alfons]     0.6.6claws28
14524
14525         * src/filter.c
14526                 sync the Hiro's bug fix for BSD
14527
14528 2001-12-27 [melvin]     0.6.6claws27
14529         
14530         * src/compose.c
14531                 Simplify focus to subject entry code.
14532
14533 2001-12-27 [darko]      0.6.6claws26
14534
14535         * src/filtering.c
14536         * src/mbox_folder.c
14537         * src/messageview.c
14538         * src/mh.c
14539         * src/procheader.[ch]
14540         * src/procmsg.h
14541         * src/stock_pixmap.[ch]
14542         * src/summaryview.c
14543                 Show key icon for encrypted mails in summary view
14544
14545         * src/pixmaps/clip.xpm
14546         * src/pixmaps/clipkey.xpm
14547         * src/pixmaps/key.xpm
14548                 New/modified icons for the above
14549
14550 2001-12-27 [melvin]     0.6.6claws25
14551
14552         * src/prefs_common.c
14553                 Put spell checker options in a separate tab to decrease
14554                 the Common Preferences window height.
14555
14556         * README.claws  
14557                 Update spell checker usage instruction about its options
14558                 location.
14559
14560 2001-12-27 [melvin]     0.6.6claws24
14561
14562         * src/compose.c
14563                 Changed subject entry widget position. Initial focus is
14564                 on the To header instead of the subject entry.
14565                 Creating a new header scrolls the header list to make the
14566                 created one visible. Nevertheless, when automatically filling
14567                 headers, the first one is shown.
14568                 A Tab key press in the last empty header entry zips the 
14569                 focus to the subject entry.
14570                 (I did not change the combo boxes, yet)
14571
14572 2001-12-26 [alfons]     0.6.6claws23
14573
14574         * src/prefs_account.c
14575         * src/inc.c
14576                 allow default inbox to reside in another mailbox (only
14577                 works for POP3 accounts)
14578
14579 2001-12-26 [alfons]     0.6.6claws22
14580         
14581         * src/textview.c
14582                 make reply-on-click work with the account of the selected folder
14583         * src/compose.c
14584                 put a fixme here to remind me to fix finding correct default
14585                 account for nested folders
14586
14587 2001-12-25 [alfons]     0.6.6claws21
14588
14589         * src/summaryview.c
14590                 make column headers display locked and mark pixmaps (idea by Melvin) 
14591                 fix bug by adding score and locked column type to sort array
14592
14593 2001-12-25 [alfons]     0.6.6claws20
14594         
14595         * src/summaryview.c
14596                 catch a *potentially* inadvertent write back of  
14597                 the message cache(s) introduced by 0.6.5claws37
14598
14599 2001-12-25 [christoph]  0.6.6claws19
14600
14601         * src/stock_pixmap.[ch]
14602         * src/summaryview.c
14603                 add ignore thread pixmap
14604                 (can someone draw a better icon for this?)
14605
14606 2001-12-24 [alfons]     0.6.6claws18
14607
14608         * src/prefs_folder_item.c
14609                 make address completion actually work for the
14610                 Default To address in the Folder Property dialog.
14611
14612 2001-12-24 [alfons]     0.6.6claws17
14613         
14614         * src/summaryview.c
14615                 use new style regexp for subject stripping 
14616                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14617
14618 2001-12-24 [darko]      0.6.6claws16
14619
14620         * src/pgptext.c
14621         * src/rfc2015.c
14622                 move GPG related informational messages to debug mode
14623
14624 2001-12-23 [alfons]     0.6.6claws15
14625
14626         * src/stock_pixmap.[ch]
14627         * src/summaryview.c
14628                 add the forgotten Claws' locked pixmap
14629
14630 2001-12-23 [alfons]     0.6.6claws14
14631
14632         * src/filesel.c
14633                 accept file name typed in entry in multi file
14634                 selector (patch submitted by Gustavo Noronha Silva 
14635                 <kov@debian.org>)
14636
14637 2001-12-23 [alfons]     0.6.6claws13
14638
14639         * src/prefs_filter.c
14640         * src/prefs_filtering.c
14641         * src/matcher.c
14642         * src/importmutt.c
14643                 clean up a little bit
14644         
14645         * src/string_match.c
14646                 validate input strings a little bit more
14647
14648 2001-12-23 [alfons]     0.6.6claws12
14649
14650         * src/Makefile.am
14651         * src/summaryview.c
14652         * src/string_match.[ch]         ** NEW **
14653         * src/folderview.[ch]
14654         * src/headerview.h
14655         * src/folder.[ch]
14656         * src/prefs_folder_item.[ch]
14657                 add subject simplification to strip out strings from
14658                 a subject line (esp. handy for mailing lists). 
14659                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14660                 but slightly changed things for better integration.)
14661
14662 2001-12-23 [alfons]     0.6.6claws11
14663
14664         * src/mainwindow.c
14665                 fix bug introduced by submission included in 0.6.5claws52.
14666                 ideally this submission should clean the trash if any trash
14667                 folder has a message. however, the hasTrash variable was
14668                 set to false whenever a trash folder was empty (discarding
14669                 a previously found *filled* trash folder.)
14670
14671                 also edited the code a little bit and made it more safe.
14672
14673 2001-12-22 [alfons]     0.6.6claws10
14674
14675         * src/imap.c
14676                 quick fix for Martin Pool's omission of an account
14677                 specific SSL setting
14678
14679 2001-12-22 [alfons]     0.6.6claws9
14680
14681         * src/compose.c
14682         * src/messageview.c
14683         * src/mimeview.c
14684         * src/pgptext.c
14685         * src/procmime.[ch]
14686                 better support for multipart/digest (submitted
14687                 by Fredrik <e98fo@efd.lth.se>)
14688
14689 2001-12-22 [alfons]     0.6.6claws8
14690
14691         * src/addressbook.c
14692                 correct function signature
14693         * src/socket.[ch]
14694         * src/imap.[ch]
14695         * src/prefs_account.[ch]
14696                 allow IMAP over SSH tunnel (patch submitted by 
14697                 Martin Pool <mbp@samba.org>)
14698
14699 2001-12-21 [alfons]     0.6.6claws7
14700
14701         * sync with sylpheed 0.6.6cvs4-9
14702                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14703
14704 2001-12-21 [christoph]  0.6.6claws6
14705
14706         * src/compose.c
14707         * src/prefs_folder_item.[ch]
14708                 implement saving of outgoing messages to current folder.
14709                 fix segfault when no default outbox is available
14710                 (closes bug #495683)
14711
14712 2001-12-21 [carsten]    0.6.6claws5
14713         * src/folderview.c
14714         * src/summaryview.c
14715                 pressing CTRL while DND does now the expected thing and
14716                 copies the mail (moving is still the default, as this
14717                 seam more appropriate for handling mails by DND)
14718
14719 2001-12-18 [paul]       0.6.6claws4
14720
14721         * sync with sylpheed 0.6.6cvs3
14722                 see ChangeLog entries 2001-12-18
14723
14724 2001-12-18 [hiro]       0.6.6claws3
14725
14726         * src/undo.c
14727                 fix for multibyte characters (obtain the number of letters
14728                 instead of bytes).
14729
14730 2001-12-17 [paul]       0.6.6claws2
14731
14732         * sync with sylpheed 0.6.6cvs1
14733                 see ChangeLog entry 2001-12-16
14734
14735 2000-12-17 [alfons]     0.6.6claws1
14736
14737         * src/filtering.c
14738                 clean up
14739
14740 2001-12-16 [paul]       0.6.6claws
14741 2001-12-15
14742
14743         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14744
14745         * src/mimeview.c
14746                 last minute sync with main 0.6.6
14747
14748         * po/es.po
14749                 updated by Ricardo Mones Lastra
14750                 update for last minute sync
14751         * po/fr.po
14752         * po/nl.po
14753                 update for last minute sync
14754         * po/de.po
14755                 updated by Jens Oberender
14756         * po/pt_BR.po
14757                 updated by Fabio Junior Beneditto
14758
14759         * src/prefs_common.[ch]
14760         * src/undo.c
14761                 number of undo levels is user configurable
14762                 (squeeze it into the release in the dying
14763                 moments) Submitted by Jens Oberender    
14764
14765 2001-12-15 [melvin]
14766
14767         * po/fr.po
14768                 updated french translation
14769
14770 2001-12-15 [paul]       0.6.5claws92
14771
14772         * sync with sylpheed 0.6.5cvs28
14773                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14774
14775         * po/nl.po
14776                 update to allow for sync
14777
14778 2001-12-15 [alfons]
14779         
14780         * po/nl.po
14781                 update dutch translation
14782
14783 2001-12-14 [carsten]    0.6.5claws91
14784         * src/summaryview.c
14785                 fixed bug #473785; also after changing the column order
14786                 the same message will be selected and displayed as before
14787                 the reordering
14788
14789 2001-12-14 [carsten]    0.6.5claws90
14790         * src/folderview.c
14791                 probably found the bug reported by wwb opening or closing
14792                 a folder tree just before dnd (found the solution in the
14793                 balsa source -- thanks to them)
14794
14795 2001-12-14 [carsten]    0.6.5claws89
14796         * src/gtkutils.c
14797         * src/account.c
14798                 moved gtk_clist_moveto to the right place, so that
14799                 only the accounts dialog is effected on opening
14800
14801 2001-12-14 [carsten]    0.6.5claws88
14802         * src/gtkutils.c
14803                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14804                 now, so that the focused row will be seen in any case
14805                 (reported by wwp on sf-claws-user)
14806
14807 2001-12-14 [darko]      0.6.5claws87
14808
14809         * src/compose.c
14810                 remove unnecessary line
14811
14812 2001-12-14 [paul]       0.6.5claws86
14813
14814         * sync with sylpheed 0.6.5cvs27
14815                 see ChangeLog entries 2001-12-14
14816
14817 2001-12-14 [carsten]    0.6.5claws85
14818         * src/mainwindow.c
14819                 following a suggestion of Melvin the rcoabm pops up
14820                 right under the button now and the button is reliefed
14821                 while the popup is open
14822
14823 2001-12-14 [darko]      0.6.5claws84
14824
14825         * src/compose.c
14826                 fix crash when wrapping long lines if linewrap quotation
14827                 is disabled and wrapper encounters a word spanning more
14828                 than one line
14829
14830 2001-12-13 [paul]       0.6.5claws83
14831
14832         * src/compose.c
14833                 prefer 'Reply-To' header over mailing list header when
14834                 replying to a message. Finally prevent all those confirmation 
14835                 messages being sent to the list itself.
14836
14837         * src/summaryview.c
14838                 remove unused summary_set_menu_sensitive() entry
14839
14840 2001-12-13 [paul]       0.6.5claws82
14841
14842         * src/folderview.c
14843         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14844         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14845         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14846                 improvements to 'Hide read messages': Inbox, Outbox,
14847                 Trash, Queue, and Draft icons now reveal presence of hidden 
14848                 messages
14849
14850 2001-12-12 [alfons]     0.6.5claws81
14851
14852         0.6.5claws80 was tagged as LAST_STABLE
14853
14854         * src/filtering.[ch]
14855         * src/matcher.[ch]
14856         * src/matcher_parser_lex.c
14857                 fix the filtering; my last attempt to get it right, 
14858                 if it does not work, it's Hoa's turn. ;-)
14859
14860                 for my honourable peers:
14861                 
14862                 the code now makes a clear distinction between
14863                 rules as they are displayed (probably escaped),
14864                 and as they are executed (probably unescaped). the
14865                 parser does *NOT* do any unescaping, this is
14866                 the task of the matcher.c (which breaks up a
14867                 rule into condition) and the filtering.c (which
14868                 breaks up the rule's action). to make this
14869                 run happily we provide an unescaped copy of
14870                 crucial strings to the MatcherProp and 
14871                 FilteringAction structures. note that the only
14872                 exception to this is any REGEXP string. those
14873                 are directly passed to regcomp() and regexp()
14874                 (who have much more powerful unescape functions).
14875                 
14876                 for everyone else:
14877         
14878                 you can escape tab (\t), carriage return (\r),
14879                 linefeed (\n), form feed (\f), quote (\"), 
14880                 single quote (\'), bell (\b) in all the entry
14881                 lines in the scoring & filtering dialogs.
14882                 as an added bonus this should not affect
14883                 existing filtering rules.
14884
14885 2001-12-12 [carsten]    0.6.5claws80
14886
14887         * src/summaryview.c
14888         * po/de.po
14889                 "item(s) selected" is now sensitive to 1 or more
14890                 than one selected (nice for language where simple
14891                 adding of a "s" is not possible as German (Eintrag
14892                 ->Eintr"age)
14893                 
14894                 the "forward as attachment" entry from the right
14895                 click menu removed, "forward" acts following the
14896                 prefs
14897         
14898         * src/textview.c
14899                 reverted my former changes; so compiler warning again
14900                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14901                 nevertheless
14902
14903         * src/messageview.c
14904                 "search in message" does now *not* only work in MVIEW_TEXT
14905                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14906                 message
14907
14908         * src/mainwindow.c
14909                 removed "/File/_Close" as it was the same as "/File/E_xit"
14910                 and we don't need it two times
14911
14912                 the separate folder view and message view now get a distinct
14913                 WMCLASS, just in case someone is using sawfish ;-)
14914
14915                 as the menu entries "/View/Message view" and "/View/Folder tree"
14916                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14917                 make them sensitive accordingly and as these two are "shown"
14918                 after startup anytime check this menuitem at startup
14919
14920 2001-12-12 [paul]       0.6.5claws79
14921
14922         * src/folderview.c
14923                 fix sensitivity of 'Search folder...', broken in
14924                 0.6.5claws75
14925
14926         * src/mainwindow.c
14927                 fix dodgy English
14928
14929 2001-12-11 [carsten]    0.6.5claws78
14930         * src/filtering.c
14931                 fixed two typos returning a wrong FALSE/TRUE
14932         * src/mainwindow.[ch]
14933                 extra menu for email/news button removed
14934
14935 2001-12-11 [alfons]     0.6.5claws77
14936         
14937         * src/matcher.c                 (1.3)
14938         * src/matcher_parser_lex.l      (1.28)
14939                 revert for another attempt
14940                 mark 0.6.5claws77 as LAST_STABLE
14941
14942 2001-12-11 [christoph]  0.6.5claws76
14943
14944         * po/de.po
14945                 fixed wrong translation for prev. unread msg
14946
14947 2001-12-11 [paul]       0.6.5claws75
14948
14949         * src/folder.[ch]
14950         * src/folderview.c
14951         * src/mainwindow.c
14952         * src/summaryview.[ch]
14953         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14954                 enable ability to hide read messages on per folder basis via 
14955                 '/Summary/Hide read messages'; when selected, a folder will 
14956                 have a red open folder icon, instead of a blue icon, if the 
14957                 folder contains hidden messges
14958                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14959
14960         * src/mainwindow.c
14961                 remove '/Message/Forward as attachment' from 
14962                 main_window_set_menu_sensitive() to prevent debug warning
14963
14964         * src/folderview.c
14965         * src/mainwindow.c
14966                 Clean up some of the English
14967
14968         * tools/newscache_clean.pl
14969                 allow for new 'hidereadmsgs' entry in folderlist.xml
14970
14971         * po/es.po
14972                 updated translation, submitted by Ricardo Mones Lastra
14973
14974 2001-12-11 [paul]       0.6.5claws74
14975
14976         * sync with sylpheed 0.6.5cvs25
14977                 see ChangeLog entry 2001-12-11
14978
14979 2001-12-10 [alfons]     0.6.5claws73
14980
14981         * src/matcher.c
14982                 add more control characters
14983         * src/matcher_parser_lex.l
14984                 make escaping / unescaping work again
14985
14986 2001-12-10 [alfons]     0.6.5claws72
14987
14988         * src/imap.c
14989                 clean up warnings "returning value for void function" 
14990         * src/prefs_filtering.c
14991                 make info button for execute action sensitive
14992
14993 2001-12-10 [paul]       0.6.5claws71
14994
14995         * src/compose.c
14996         * src/imap.[ch]
14997         * src/summaryview.c
14998                 fix: imap server now gets informed of MARKED, UNMARKED
14999                 and REPLY events. Now people can use different IMAP-Mail
15000                 clients and have the exact same information about MARKED,
15001                 UNMARKED and REPLY status with all of them. Especially
15002                 useful for imap servers with a web-frontend.
15003                 submitted by Tobias Sandhaas <medlor@web.de>
15004
15005 2001-12-09 [melvin]     0.6.5claws70
15006         
15007         * src/textview.[ch]
15008                 fixed bug #490076 (hunted down by Alfons who implemented
15009                 a workaround in 0.6.5claws65)
15010
15011 2001-12-09 [christoph]  0.6.5claws69
15012
15013         * src/summaryview.c
15014                 set pointer to string in LOCKED column to NULL
15015                 (might fix bug #490800)
15016
15017 2001-12-09 [carsten]    0.6.5claws68
15018
15019         * po/de.po
15020                 resolved some cluttered menu shortcuts 
15021                 ('creating new email' and 'creating news message'
15022                 hade the same)
15023         * src/compose.c
15024                 wmclass now distinc from main window
15025         * src/mainwindow.c
15026           src/mainwindow.h
15027                 email/news and forward button functionality similar
15028                 to the reply buttons; removed the ugly dropdown arrows
15029                 and use instead the right mouse button
15030
15031 2001-12-09 [paul]       0.6.5claws67
15032
15033         * src/imap.c
15034         * src/utils.h
15035                 allow spaces in imap folder names
15036                 submitted by Willem van Engen <wvengen@stack.nl>
15037
15038 2001-12-09 [paul]       0.6.5claws66
15039
15040         * sync with sylpheed 0.6.5cvs24
15041                 see ChangeLog entry 2001-12-09
15042
15043 2001-12-08 [alfons]     0.6.5claws65
15044
15045         * src/textview.c
15046                 prevent secondary selection claim after "add to sender" dialog
15047                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15048                 we trick GTK by simulating a click at (0, 0) in the textview.
15049
15050 2001-12-08 [hoa]        0.6.5claws64
15051
15052         * src/folder.c
15053                 fixed a bug about the .processing folder name while filtering
15054
15055 2001-12-08 [alfons]     0.6.5claws63
15056
15057         * src/folderview.c 
15058                 work around problem of not correctly updating folder stats
15059                 when deleting messages. there's some folder scanning evil
15060                 going so the folderview_update_msg_num() does not work
15061                 correctly. need to investigate this.
15062
15063 2001-12-08 [paul]       0.6.5claws62
15064
15065         * sync with sylpheed 0.6.5cvs23
15066                 see ChangeLog entry 2001-12-08
15067
15068 2001-12-07 [christoph]  0.6.5claws61
15069
15070         * src/compose.c
15071                 fix another header translation problem
15072
15073 2001-12-07 [alfons]     0.6.5claws60
15074
15075         * src/mbox.c
15076                 make filtering also work on local spool mbox
15077
15078 2001-12-07 [carsten]    0.6.5claws59
15079         * src/addressbook.c
15080                 addressbook window gets a wmclass distinct from the main
15081                 sylpheed window
15082         * src/compose.h
15083         * src/mainwindow.[ch]
15084                   forward menu item will use mode selected in prefs, forward 
15085                 as attatchment in menu removed (will be substituted in the
15086                 toolbar similar to reply buttons)
15087                   create news message menu entry and news button is now 
15088                 sensitive to the existance of a news account
15089         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15090         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15091         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15092                 these are removed because the toolbar buttons don't show
15093                 the quoting modus any longer
15094
15095 2001-12-07 [paul]
15096
15097         * tools/newscache_clean.pl      ** NEW FILE **
15098                 perl script to do some tidying up in the newscache directory 
15099                 
15100         * tools/sylpheed-switcher       ** NEW FILE **
15101                 perl script to enable easy switching between main and claws
15102                 
15103         * tools/README
15104                 added descriptions of the two new perl scripts          
15105
15106
15107 2001-12-07 [melvin]     0.6.5claws58
15108
15109         * src/messageview.c
15110                 fixed a warning during compilation introduced in 0.6.5claws56
15111
15112 2001-12-07 [paul]       0.6.5claws57
15113
15114         * src/mainwindow.[ch]
15115         * src/menu.[ch]
15116                 further usability enhancements to replying with or without 
15117                 quoting via the toolbar, use of Ctrl key is replaced by 
15118                 drop down menu 
15119                 Submitted by Carsten Schurig            
15120
15121 2001-12-07 [melvin]     0.6.5claws56
15122
15123         * src/messageview.c
15124                 hack to fix bug that prevented to make/paste selections
15125                 after switching between MVIEW_TEXT and MVIEW_MIME views
15126                 without deselecting the selection first.
15127
15128 2001-12-06 [alfons]     0.6.5claws55
15129
15130         * src/filtering.[ch]
15131         * src/inc.c
15132                 revise filtering a little bit more, and make sure
15133                 messages are delivered to the appropriate inbox
15134                 (perhaps set per account)
15135
15136 2001-12-06 [paul]       0.6.5claws54
15137
15138         * sync with sylpheed 0.6.5cvs22
15139                 see ChangeLog entry 2001-12-06
15140
15141 2001-12-05 [alfons]     0.6.5claws53
15142
15143         * src/inc.c
15144         * src/folder.[ch]
15145         * src/procmsg.c
15146         * src/filtering.c
15147                 more revisions of filtering system
15148                 (last stable version is marked as LAST_STABLE)
15149                 
15150                 | NOTE 1): the filtering system now uses a local folder called
15151                 | .processing. if filtering fails, check this directory
15152                 | for missing messages.
15153                 |
15154                 | NOTE 2): help us find the filtering actions still missing
15155
15156 2001-12-05 [paul]       0.6.5claws52
15157
15158         * src/mainwindow.c
15159                 fix bug where 'Empty Trash?' pop-up window appears even
15160                 when Trash is empty, submitted by Jesse Skinner         
15161
15162 2001-12-05 [melvin]     0.6.5claws51
15163
15164         * src/compose.c
15165                 fixed bug #486106 to select correct account when reediting 
15166                 a queued message
15167         
15168 2001-12-04 [alfons]     0.6.5claws50
15169
15170         * src/mh.c
15171                 declare markfile in appropriate functions when
15172                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15173                 for spotting this)
15174
15175 2001-12-04 [paul]       0.6.5claws49
15176
15177         * sync with sylpheed 0.6.5cvs21
15178                 see ChangeLog entry 2001-12-04
15179
15180 2001-12-03 [christoph]  0.6.5claws48
15181
15182         * po/de.po
15183                 changed translation of undo
15184         * src/account.c
15185         * src/folder.c
15186                 don't reinvent the wheel to traverse a GNode
15187         * src/compose.[ch]
15188                 seperate code to create the compose gui into functions
15189                 add "Others" page with folder selection for saving copy
15190                 of the message.
15191                 the folder identifier is saved to queue header
15192         * src/procmsg.c
15193                 save message to folder in queue header
15194
15195 2001-12-03 [paul]       0.6.5claws47
15196
15197         * sync with sylpheed 0.6.5cvs20
15198                 see ChangeLog entry 2001-12-03
15199
15200 2001-12-01 [paul]
15201
15202         * more sync with sylpheed 0.6.5cvs19
15203                 see ChangeLog entry 2001-11-29
15204
15205 2001-11-30 [paul]       0.6.5claws46
15206         
15207         * src/compose.c
15208                 remove conflicts introduced by Hoa's last commit
15209          
15210         * src/mainwindow.c
15211                 make 'Message/Bounce' sensitive
15212
15213 2001-11-30 [hoa]        0.6.5claws45
15214
15215         * src/compose.c
15216                 slightly change bounce function to add
15217                 information about the user that bounced the mail
15218                 in the From header line.
15219
15220         * src/folderview.c
15221                 permit the use of processing in outbox folder.
15222
15223 2001-11-29 [paul]       0.6.5claws44
15224
15225         * src/mainwindow.[ch]
15226         * src/prefs_common.c
15227         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15228         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15229         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15230                 usability enhancements to the quoting, implements
15231                 use of Ctrl key to toggle quoting settings
15232                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15233
15234 2001-11-29 [paul]       0.6.5claws43
15235         
15236         * sync with sylpheed 0.6.5cvs19
15237                 see ChangeLog entry 2001-11-28
15238
15239 2001-11-29 [melvin]     0.6.5claws42
15240         * src/Makefile.am
15241                 added enriched.[ch] to the list of files
15242
15243         * src/textview.c
15244         * src/mimeview.c
15245         * src/procmime.[ch]
15246         * src/enriched.[ch]
15247                 added support to view text/enriched
15248                 added support to show headers in message view for text/enriched and text/html
15249                         in non multipart messages
15250
15251 2001-11-28 [paul]       0.6.5claws41
15252
15253         * more sync with sylpheed 0.6.5cvs18
15254                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15255
15256 2001-11-27 [paul]       0.6.5claws40
15257         
15258         * po/pt_BR.po
15259                 updated translation, submitted by Fabio Junior Beneditto
15260                 
15261         * sync with sylpheed 0.6.5cvs18
15262                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15263                 2001-11-27
15264
15265
15266 2001-11-26 [paul]
15267
15268         * po/es.po
15269                 updated translation, submitted by Ricardo Mones Lastra
15270
15271 2001-11-26 [alfons]
15272
15273         * src/matcher.c
15274                 add more translatable strings
15275
15276 2001-11-26 [christoph]  0.6.5claws39
15277
15278         * po/de.po      
15279                 fixed one more umlaut
15280         * src/compose.c
15281                 fix translated header when it should not be translated
15282
15283 2001-11-26 [paul]       0.6.5claws38
15284
15285         * src/mainwindow.c
15286                 remove '/Message/Add Sender to address book' from 
15287                 main_window_set_menu_sensitive(), prevent debug warning
15288                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15289
15290 2001-11-26 [paul]       0.6.5claws37
15291
15292         * src/summaryview.c
15293                 fix 'recurring unread state' bug 
15294
15295         * tools/README 
15296         * tools/filter_conv.pl
15297                 read name of top level mailbox from folderlist.xml
15298                 and presume nothing about its name              
15299
15300 2001-11-26 [darko]      0.6.5claws36
15301
15302         * src/gtkstext.[ch]
15303                 removed functions that are now in gtkutils.c
15304                 use gtkut_text_is_uri_string() from gtkutils.c
15305         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15306
15307 2001-11-26 [paul]       0.6.5claws35
15308
15309         * sync with sylpheed 0.6.5cvs16
15310                 see ChangeLog entries 2001-11-25 and 2001-11-26
15311
15312 2001-11-25 [alfons]     0.6.5claws34
15313
15314         EXPERIMENTAL!!! Please checkout the last stable version using: 
15315           
15316         % cvs update -r LAST_STABLE -dRAP
15317
15318         (Or help us testing this stuff.)
15319
15320         * src/filtering.c               (1.14)
15321         * src/filtering.h               (1.6)
15322         * src/inc.c                     (1.28)
15323         * src/matcher.c                 (1.20)
15324         * src/mbox.c                    (1.9)
15325         * src/procmsg.h                 (1.14)
15326         * src/summaryview.c             (1.59)
15327         * src/summaryview.h             (dunno)
15328                 revert/merge/sync to as it was before commit 
15329                 on Thu, 19 Jul 2001 10:15:51 -0700.
15330
15331 2001-11-25 [hoa]        0.6.5claws33
15332
15333         * src/main.c
15334                 processing mails at startup
15335
15336         * src/folderview.c
15337         * src/summaryview.[ch]
15338                 processing mails when entering folder
15339
15340         * src/prefs_filtering.c
15341                 fixed some UI bugs
15342
15343 2001-11-24 [alfons]     0.6.5claws32
15344
15345         * src/summaryview.[ch]
15346                 make summary sort headers work, and also make
15347                 sure the sort type is stored
15348
15349 2001-11-23 [alfons]     0.6.5claws31
15350
15351         * src/summaryview.[ch]
15352                 make lock work like mark
15353                 disallow deleting messages marked as locked
15354
15355 2001-11-23 [alfons]     0.6.5claws30
15356
15357         * src/gtkstext.c
15358         * src/compose.[ch]
15359         * src/Makefile.am
15360         * src/undo.[ch]
15361                 merge undo patch submitted by Jens
15362
15363 2001-11-23 [christoph]  0.6.5claws29
15364
15365         * src/.cvsignore
15366                 added ylwrap
15367         * src/compose.c
15368                 fixed gpg signing and encoding
15369         * src/folder.[ch]
15370         * src/main.c
15371                 added --status option to get new, unread and total
15372                 message count from a running sylpheed
15373         * src/prefs_common.c
15374                 temporary fix for reply_with_quote problem
15375                 (don't call functions for non existing widget)
15376         * src/procmsg.c
15377                 one more check for ignored threads but still not
15378                 always working correctly. probably a recursive
15379                 check for all parents is needed
15380
15381 2001-11-23 [darko]      0.6.5claws28
15382
15383         * src/compose.c
15384                 wrapping on send improvements
15385         * src/gtkutils.[ch]
15386                 fix for GtkSText after last sync with main branch
15387                 GTK_TEXT -> GTK_STEXT
15388
15389 2001-11-23 [paul]       0.6.5claws27
15390
15391         * sync with sylpheed 0.6.5cvs14
15392                 see ChangeLog entries 2001-11-22 and 2001-11-23
15393                 
15394         * po/de.po
15395                 fixed the scrambled umlauts 
15396                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15397
15398 2001-11-21 [paul]       0.6.5claws26
15399
15400         * sync with sylpheed 0.6.5cvs12
15401                 see 2nd ChangeLog entry dated 2001-11-20
15402
15403 2001-11-20 [paul]       0.6.5claws25
15404
15405         * sync with sylpheed 0.6.5cvs11
15406                 see ChangeLog entry 2001-11-19 (src/utils.c)
15407
15408 2001-11-20 [hiro]
15409
15410         * src/compose.c
15411                 GTK_TEXT -> GTK_STEXT
15412                 fix for wrong comment
15413
15414 2001-11-20 [hiro]       0.6.5claws24
15415
15416         * src/compose.[ch]
15417                 more merges from main branch
15418                 removed fatal warnings (uninitialized variables etc.)
15419                 some coding style fix
15420         * src/gtkutils.h
15421                 fixed typo.
15422         * src/addressbook.c
15423           src/addrindex.c
15424                 V-Card -> vCard
15425
15426 2001-11-19 [hoa]        0.6.5claws23
15427
15428         * src/filtering.c
15429         * src/prefs_scoring.c
15430         * src/matcher.[ch]
15431         * src/scoring.c
15432                 cleaning code
15433
15434         * src/matcher_parser_parse.y
15435         * src/prefs_filtering.c
15436                 bouncing
15437
15438 2001-11-19 [alfons]     0.6.5claws22
15439
15440         more of my old things into claws
15441
15442         * src/Makefile.am
15443         * src/prefs_common.c
15444         * src/procmsg.h
15445         * src/summaryview.[ch]
15446         * src/prefs_summary_column.c
15447         * src/pixmaps/locked.xpm
15448                 add indicators for locking of message in summary view
15449                 (does not work yet, only visual indicator)
15450
15451 2001-11-19 [paul]       0.6.5claws21
15452
15453         * sync with sylpheed 0.6.5cvs10
15454                 see ChangeLog entry 2001-11-19
15455
15456 2001-11-18 [alfons]     0.6.5claws20
15457         
15458         * src/filtering.c
15459                 remove an inadvertent free I forgot in previous clean up 
15460
15461 2001-11-18 [alfons]     0.6.5claws19
15462
15463         * src/filtering.[ch]
15464                 clean up & plug leaks
15465
15466 2001-11-18 [paul]       0.6.5claws18
15467
15468         * sync with sylpheed 0.6.5cvs9
15469                 see ChangeLog entries 2001-11-17 and 2001-11-18
15470
15471 2001-11-16 [paul]       0.6.5claws17
15472
15473         * sync with sylpheed 0.6.5cvs8
15474                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15475
15476 2001-11-16 [paul]       0.6.5claws16
15477
15478         * sync with sylpheed 0.6.5cvs7
15479                 see ChangeLog entries 2001-11-15 and 2001-11-16
15480
15481 2001-11-15 [hoa]        0.6.5claws15
15482
15483         * src/compose.c
15484                 fix bounce, mails we received couln't be bounced to ourself.
15485
15486         * src/defs.h
15487         * src/filtering.[ch]
15488         * src/matcher.[ch]
15489         * src/matcher_parser.h
15490         * src/matcher_parser_lex.l
15491         * src/matcher_parser_parse.y
15492         * src/inc.c
15493         * src/main.c
15494         * src/mbox.c
15495         * src/prefs_filtering.[ch]
15496         * src/mainwindow.c
15497         * src/prefs_matcher.c
15498         * src/prefs_scoring.c
15499         * src/scoring.[ch]
15500         * src/summaryview.c
15501                 new matcher/filter/score configuration file parser
15502                 one unique configuration file => ~/.sylpheed/matcherrc
15503                 import in currently automatic, then save are made
15504                 in this new file.
15505                 one filter per folder and one global filter
15506                 (filter of a folder will be used as folder processing)
15507
15508         * src/folder.c
15509                 fix a bug in folder_item_get_identifier
15510                 
15511         * src/messageview.c
15512                 receive receipt return are fixed.
15513
15514 2001-11-14 [alfons]     0.6.5claws14
15515
15516         * src/session.h
15517                 add things from main branch to make claws compile
15518
15519 2001-11-14 [paul]       0.6.5claws13
15520
15521         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15522                 see ChangeLog entries 2001-11-08 to 2001-11-14
15523
15524 2001-11-14 [hoa] 0.6.5claws12
15525
15526         * src/compose.[ch]
15527         * src/mainwindow.c
15528         * src/summaryview.c
15529                 add "bounce mail" option
15530
15531 2001-11-13 [christoph]  0.6.5claws11
15532
15533         * src/compose.c
15534                 Cleanup a mess i add before commiting
15535
15536 2001-11-13 [hoa]        0.6.5claws10
15537
15538         * src/compose.c
15539                 some fixes when mail are sent or
15540                 for crossposts
15541
15542 2001-11-13 [christoph]  0.6.5claws9
15543
15544         * po/de.po
15545                 Changed two string with the same translation
15546         * src/compose.c
15547         * src/procmsg.[ch]
15548         * src/send.[ch]
15549                 New mailsending process:
15550                   - Always queue message before sending
15551                     (message will be saved if sylpheed crashed or
15552                      freezes while sending)
15553                   - Allow queuing of newspostings
15554                   - No copy in outbox before sending
15555                     (closes bug #469501)
15556                   - No more redundant code for send and send_later
15557         * src/summaryview.c
15558                 Applied wwp <subscript@free.fr>'s patch that fixes
15559                 marks for multiple forwarded messages (+compose.c)
15560
15561 2001-11-12 [alfons]
15562
15563         * README.claws
15564                 remove things that are now in main branch
15565         
15566         * po/nl.po
15567                 update Dutch translation
15568
15569 2001-11-12 [mhadasht]   0.6.5.claws8
15570
15571         * src/prefs_common.c
15572                 re-enabled account autoselection feature for forward
15573                 and reedit lost during the branch point for SYNC-B4-REL
15574         * src/gtkspell.c
15575                 gtkpspell_get_dict(): more readable code (even if function is
15576                 not used yet)
15577         * ChangeLog.claws
15578                 added version number info to 2001-11-12 [hiro] comment.
15579
15580 2001-11-12 [hiro]       0.6.5.claws7
15581
15582         * src/compose.c
15583                 compose_forward(): fixed a bug that forward quote mark
15584                 wasn't used.
15585                 removed unnecessary code.
15586         * src/template_select.[ch]: removed.
15587
15588 2001-11-11 [alfons]
15589
15590         * src/compose.c
15591                 :%s/GTK_TEXT/GTK_STEXT/g
15592         
15593         * src/compose.[ch]
15594         * src/undo.[ch]
15595         * src/Makefile.am
15596                 revert the undo stuff (this is 0.6.6claws stuff)
15597
15598 2001-11-11 [hoa]        0.6.5.claws6
15599
15600         * src/compose.[ch]
15601                 Insert signature at the end of the text.
15602                 Added undo patch but currently disabled
15603
15604         * src/procmsg.c
15605                 Threading by subject improved.
15606
15607         * added src/undo.[ch]
15608                 Undo module for compose dialog box.
15609
15610 2001-11-11 [alfons]     0.6.5.claws5
15611
15612         * src/procmsg.c
15613                 prevent threading by subject on nodes that have already been
15614                 threaded by in-reply-to (as in "circular references in a tree
15615                 result in a dead branch")
15616
15617 2001-11-09 [hoa]        0.6.5.claws4
15618         
15619         * src/folderview.c
15620                 allows creation of mbox folder item from any files.
15621
15622 2001-11-09 [alfons]     0.6.5.claws3
15623         
15624         * src/utils.c
15625         * src/procmsg.c
15626                 do what I mean and correct threading by subject so it really
15627                 ignores attracting lines without "Re: "
15628
15629 2001-11-07 [alfons]     0.6.5.claws2
15630
15631         * src/procmsg.c
15632         * src/utils.[ch]
15633                 only attract by subject if a subject line starts with a "Re: "
15634         * src/syldap.c
15635                 remove warning
15636
15637 2001-11-07 [paul]       0.6.5claws1
15638
15639         * sync with sylpheed 0.6.5. release
15640                 see ChangeLog entry 2001-11-07
15641
15642 2001-11-07 [paul]       0.6.4claws31
15643
15644         * sync with sylpheed 0.6.4cvs18
15645                 see ChangeLog entries 2001-10-30 to 2001-11-07
15646                 prefs_templates.[ch] renamed prefs_template.[ch]
15647
15648 2001-11-06 [alfons]
15649         
15650         * src/utils.h
15651                 add semicolon Hoa forgot ;-)
15652                 
15653
15654 2001-11-06 [hoa]        0.6.4claws30
15655         
15656         * src/procmsg.c
15657         * src/summaryview.c
15658         * src/utils.c
15659         * src/utils.h
15660                 threading by subject - empty subject are ignored
15661
15662 2001-11-06 [christoph]  0.6.4claws29
15663
15664         * src/socket.c
15665                 use SSL_peek for sock_gets
15666         * src/utils.c
15667                 removed unneeded pointer in extracting quoted
15668                 names implementation
15669
15670 2001-11-06 [melvin]     0.6.4claws28
15671
15672         * src/gtkspell.c
15673                 fixed bug #476792 Selection overtyping with spell checker
15674                 fixed bug which could cause a buffer overflow
15675                 fixed a memory leak
15676
15677 2001-11-06 [hoa]        0.6.4claws27
15678         
15679         * src/procmsg.c
15680         * src/summaryview.c
15681                 threading by subject
15682
15683 2001-11-05 [alfons]     0.6.4claws26
15684         
15685         * README.claws
15686                 Claws -> Sylpheed (vice versa)
15687
15688         * src/compose.c
15689                 :%s/gtk_text/gtk_stext/g
15690                 :%s/GTK_TEXT/GTK_STEXT/g
15691                 (thanks to Jonathan Ware for spotting this)
15692
15693 2001-11-04 [christoph]  0.6.4claws25
15694
15695         * src/summaryview.c
15696                 replace Xalloca + strdup with Xstrdup_a
15697         * src/utils.c
15698                 better implementation of extracting quoted names
15699                 from addresses (remove backlashes and ignore
15700                 quotes after them)
15701
15702 2001-11-04 [alfons]     0.6.4claws24
15703
15704         * src/utils.[ch]
15705                 edit to comply more with coding style
15706
15707         * src/textview.c
15708                 fix bug reported by Kim Schulz. introduced by the patch integrated
15709                 in 0.6.4claws15. the code did not check the return value of
15710                 the html parser.
15711
15712         * AUTHORS
15713                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15714
15715 2001-11-04 [christoph]  0.6.4claws23
15716
15717         * src/main.c
15718         * src/prefs_common.[ch]
15719                 init some pointers that possibly caused a segfault
15720                 reported in the claws-users ML
15721
15722 2001-11-04 [hoa]        0.6.4claws22
15723
15724         * src/grouplistdialog.c
15725                 change the names of the nodes in the tree
15726
15727         * src/compose.c
15728                 enhanced mailto syntax as described in
15729                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15730                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15731
15732         * src/utils.c
15733                 encode and decode URI (useful when opening URL into
15734                 netscape).
15735
15736 2001-11-03 [hoa]        0.6.4claws21
15737
15738         * src/grouplistdialog.c
15739                 a new newsgroups list selection dialog box
15740                 with a CTree instead of a CList
15741
15742 2001-11-03 [hoa]        0.6.4claws20
15743
15744         * src/folderview.c
15745                 enable property and scoring options when right
15746                 click on "inbox"
15747
15748         * src/summaryview.c
15749                 fixed bug when nickname were displayed using
15750                 the address book.
15751
15752 2001-11-02 [darko]      0.6.4claws19
15753
15754         * src/compose.c
15755                 new wrap quotation and URL/long words wrapping implementation
15756         * src/compose.c src/gtkstext.[ch]
15757                 move gtkstext_strncmp() to gtkstext.c
15758
15759 2001-11-01 [christoph]  0.6.4claws18
15760
15761         * src/prefs_account.c
15762                 fixed mess in account settings dialog
15763         * src/prefs_folder_item.c
15764                 added label with folder path to dialog
15765
15766 2001-10-31 [match]      0.6.4claws17
15767
15768         * src/vcard.c
15769                 fix memory leak.
15770         * src/addrbook.c
15771                 fix generation of spurious address book file names.
15772                 remove redundant functions.
15773         * po/POTFILES.in
15774                 added missing file names.
15775
15776 2001-10-30 [paul]       0.6.4claws16
15777
15778         * sync with sylpheed 0.6.4cvs6
15779                 see ChangeLog entries 2001-10-26 to 2001-10-30
15780
15781         * tools/filter_conv.pl
15782                 read folderlist.xml to discover whether the top-level
15783                 folder is called 'Mailbox' or 'Mail' 
15784
15785 2001-10-29 [paul]       0.6.4claws15
15786
15787         * src/html.c, src/textview.c
15788                 activate links in html mail and fix clickable parts
15789                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15790
15791 2001-10-29 [paul]
15792
15793         * po/de.po, po/es.po, po/pt_BR/po
15794                 updated translations, submitted by Jens Oberender,
15795                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15796
15797 2001-10-29 [darko]      0.6.4claws14
15798
15799         * src/compose.c
15800                 fix wrapping for good
15801
15802 2001-10-29 [darko]
15803
15804         * src/compose.c
15805                 undo previous change as it broke the smart wrapping
15806
15807 2001-10-29 [darko]      0.6.4claws13
15808
15809         * src/compose.c
15810                 fix infinite loop when long URL is quoted
15811                 (closes bug #475122.
15812
15813 2001-10-28 [match]
15814
15815         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15816                 import Mutt address book
15817         * src/ldif.[ch] src/importldif.h
15818                 modified import LDIF handle user attributes
15819
15820 2001-10-28 [christoph]  0.6.4claws12
15821
15822         * src/summaryview.c
15823                 fixed that filtering did not work if there
15824                 were no filter rules
15825                 (closes bug #472003 and better implementation
15826                  of patch #474644)
15827
15828 2001-10-27 [christoph]  0.6.4claws11
15829
15830         * src/compose.c
15831                 make the folder's default account to be used when
15832                 replying. (patch by wwp <subscript@free.fr>)
15833         * src/compose.c
15834                 code cleanup, nearly killed all of wwp's patch
15835                 for folder's default account in compose
15836         * src/folderview.c
15837                 error panel when a folder could not be created
15838                 (closes bug #471080 new folder name & already
15839                  existing file)
15840
15841 2001-10-26 [alfons]
15842
15843         * src/utils.h
15844                 change prototype of strstr2() that Christoph forgot about
15845
15846 2001-10-26 [christoph]  0.6.4claws10
15847
15848         * src/account.c
15849                 made search for accounts by email address not case
15850                 sensitive
15851         * src/folder.c
15852                 fixed memory leak in folder_item_get_identifier
15853         * src/gtkspell.c
15854         * src/utils.c
15855                 fixed wrong strstr2 (should work like strstr)
15856
15857 2001-10-26 [darko]      0.6.4claws9
15858
15859         * src/compose.c src/gtkstext.[ch]
15860         * src/gtkstext.c
15861                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15862
15863 2001-10-26 [paul]       0.6.4claws8
15864
15865         * src/html.c
15866                 ignore css and javascript tags in html mail
15867                 case-insensitive, with or without double-quoted
15868                 strings
15869
15870 2001-10-26 [paul]       0.6.4claws7
15871
15872         * sync with sylpheed 0.6.4cvs1
15873                 see ChangeLog entry 2001-10-26
15874
15875         * src/prefs_account.c, src/prefs_common.c,
15876           src/prefs_summary_column.c
15877                 minor improvements to the English
15878
15879 2001-10-25 [alfons]     0.6.4claws6
15880
15881         * src/gtkstext.c
15882         
15883                 make GtkSText follow style of GtkText (closes bug 
15884                 #469211 "text selection while writing message")
15885                 
15886                 do sync with GTK 1.2.10
15887
15888 2001-10-25 [paul]       0.6.4claws5
15889
15890         * src/html.c
15891                 ignore css tags in html mail
15892
15893 2001-10-25 [darko]      0.6.4claws4
15894
15895         * src/compose.c
15896                 don't declare is_url_string as static function since
15897                 we need it in gtkstext.c
15898         * src/gtkstext.c
15899                 remove unused variable
15900                 don't wrap long URLs while composing a message
15901
15902 2001-10-24 [christoph]  0.6.4claws3
15903
15904         * src/socket.c
15905                 fix ssl deadlock, when peer closes connection
15906
15907 2001-10-24 [paul]       0.6.4claws2
15908
15909         * src/prefs_common.c
15910                 gettextize the gpg ascii-armored warning message
15911
15912         * src/compose.c
15913                 insert a DOS/MAC file into the composed message
15914                 (improvements)
15915
15916         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15917
15918 2001-10-22 [paul]       0.6.4claws1
15919
15920         * sync with sylpheed 0.6.4 release
15921                 see ChangeLog entries 2001-10-21
15922
15923         * po/fr.po, po/pt_BR.po
15924                 updated by Melvin Hadasht and Fabio Junior Beneditto
15925
15926 2001-10-21 [paul]       0.6.3claws30
15927
15928         * src/compose.c
15929                 insert a DOS text file from the compose window
15930                 into the composed message text (removes CRs characters)
15931                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15932
15933         * tools/filter_conv.pl, tools/README
15934                 automatically use ~/.sylpheed as working directory
15935                 print out confirmation message on completion
15936
15937         * correct Hoa's last ChangeLog.claws entry
15938
15939 2001-10-20 [hoa]        0.6.3claws29
15940
15941         * src/grouplistdialog.c
15942                 bugfix (another ?) to give the right
15943                 newsgroups list for each news server.
15944
15945         * src/news.c
15946         * src/news.h
15947                 improve the newsgroups list cache
15948
15949 2001-10-20 [paul]       0.6.3claws28
15950
15951         * sync with sylpheed 0.6.3cvs9
15952                 see ChangeLog entry 2001-10-19
15953
15954         * correct Alfons' last ChangeLog.claws entry
15955
15956 2001-10-19 [alfons]
15957
15958         * src/pgptext.[ch]
15959                 fix compilation problems (part of bug #472895)
15960
15961 2001-10-18 [hoa]        0.6.3claws27
15962
15963         * src/grouplistdialog.c
15964                 bugfix when we refresh was clicked (bug 472701)
15965
15966 2001-10-19 [christoph]  0.6.3claws26
15967
15968         * src/compose.c
15969                 last header entry should default to "To:" or
15970                 "Newsgroups:" and not copy the last entry line
15971                 in a new compose window
15972                 (closes bug #472686, #470792)
15973
15974 2001-10-19 [paul]       0.6.3claws25
15975
15976         * sync with Sylpheed 0.6.3cvs8
15977                 see ChangeLog entries 2001-10-18 and 2001-10-19
15978
15979 2001-10-18 [christoph]  0.6.3claws24
15980
15981         * src/procmsg.c
15982                 reimplement ignore thread
15983         
15984 2001-10-18 [hoa]        0.6.3claws23
15985
15986         * src/folderview.c
15987         * src/grouplistdialog.[ch]
15988                 enhanced news subscription interface (feature 469113)
15989
15990         * src/news.c
15991         * src/news.h
15992                 enchanced newsgroup listing,
15993                 now, we can get groups informations
15994                 (NNTPGroupInfo)
15995
15996 2001-10-18 [paul]       0.6.3claws22
15997
15998         * src/summaryview.c
15999                 remove comment (sync with main branch)
16000         * src/mainwindow.c
16001                 fix 'Re-edit' bug in 'Message' menu
16002
16003 2001-10-17 [christoph]  0.6.3claws21
16004
16005         * src/compose.c
16006                 ignore empty or whitespace only header lines
16007
16008 2001-10-17 [paul]       0.6.3claws20
16009
16010         * sync with sylpheed 0.6.3cvs7
16011                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16012                 2001-10-17
16013
16014 2001-10-17 [darko]
16015
16016         * src/compose.c
16017                 wrap long lines without spaces
16018                 don't wrap URLs
16019
16020 2001-10-16 [paul]
16021
16022         * po/es.po, po/nl.po, po/pt_BR.po
16023                 updated by Ricardo Mones Lastra, Alfons,
16024                 and Fabio Junior Beneditto
16025
16026         * sylpheed-0.6.3claws released
16027
16028 2001-10-15 [melvin] 0.6.3claws18
16029
16030         * README.claws
16031                 added summary and detailed installation instructions
16032                 for spell checker
16033         * po/fr.po
16034                 Updated, corrected and completed french translation
16035
16036 2001-10-15 [hoa] 0.6.3claws17
16037         * src/grouplistdialog.c
16038                 we can choose the newsgroups to display with wildcards
16039
16040 2001-10-15 [christoph]  0.6.3claws16
16041
16042         * src/account.c
16043         * src/compose.c
16044         * src/prefs_folder_item.[ch]
16045                 applied wwp <subscript@free.fr>'s folder
16046                 default account patch
16047         * po/de.po
16048                 Fixed wrong translation
16049
16050 2001-10-13 [alfons, christoph, melvin]  
16051                         0.6.3claws15
16052
16053         solution #2 to solve MT-safety problems defers all GUI related calls
16054         to the main thread using a gtk_idle_add() callback. discussed on
16055         ircnet #sylpheed, with christoph spotting some issues with the
16056         original code, and melvin allowing us to lobotomize his sylpheed.
16057
16058         * src/syldap.[ch], src/main.c
16059                 fix race problem in ldap search thread by deferring GUI 
16060                 stuff to main thread using gtk_idle_add()
16061
16062 2001-10-13 [paul]       0.6.3claws14
16063
16064         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16065                 add Sergey's smtpcred.patch
16066                 adds separate username/password setting for SMTP Auth
16067                 needed by some servers
16068                 (closes feature request #471659)
16069
16070 2001-10-13 [paul]       0.6.3claws13
16071
16072         * src/pgptext.[ch] **NEW FILES**
16073         * src/Makefile.am, src/messageview.c, src/mimeview.c
16074                 decrypt ascii-armored gpg text embedded in
16075                 the message body.
16076                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16077
16078 2001-10-13 [christoph]  0.6.3claws12
16079
16080         * README.claws
16081                 some more details on default to and
16082                 feature requests
16083         * src/main.c
16084                 init glib threading when ldap is used
16085         * src/syldap.c
16086                 threading fixes
16087         * po/de.po
16088                 fixed a typo
16089
16090 2001-10-12 [paul]       0.6.3claws11
16091
16092         * src/prefs_common.[ch], src/rfc2015.c
16093                 enable ascii-armored gpg text to be embedded in the
16094                 message body, selectable through the 'Privacy'
16095                 preferences. Supports encrypting only.
16096                 Submitted by Ravemax <ravemax@dextrose.com>
16097
16098 2001-10-12 [paul]       0.6.3claws10
16099
16100         * sync with sylpheed 0.6.3cvs6
16101                 see ChangeLog entries 2001-10-11 and 2001-11-12
16102
16103         * src/folderview.c
16104                 incorporated mbox folders, scoring, and folder
16105                 properties into the sync
16106
16107 2001-10-12 [darko]      0.6.3claws9
16108
16109         * README.claws
16110                 describe quotation wrapping
16111         * src/compose.c
16112                 don't treat tab as space to calculate line length properly
16113
16114 2001-10-11 [alfons]
16115
16116         * README.claws
16117                 correct description of how to make new filtering system work,
16118                 add some other things
16119                 
16120         * src/syldap.c
16121                 remove sched_yield() (not necessary / unportable)
16122
16123 2001-10-11 [paul]       0.6.3claws8
16124
16125         * sync with sylpheed 0.6.3cvs3
16126                 see ChangeLog entry 2001-10-10
16127
16128 2001-10-10 [christoph]  0.6.3claws7
16129
16130         * .cvsignore
16131                 ignore 2 files created by newer autotools
16132         * src/prefs_folder_item.c
16133                 using table for widget alignment
16134                 fixed memory leak and broken octal display
16135         * src/filesel.c
16136                 fixed segfault caused by lost filename
16137                 workaround (closes bug #469551)
16138
16139 2001-10-10 [paul]       0.6.3claws6
16140
16141         * sync with sylpheed 0.6.3cvs2
16142                 see ChangeLog entries 2001-10-09 and 2001-10-10
16143
16144 2001-10-10 [darko]      0.6.3.claws5
16145
16146         * src/gtkstext.c
16147                 proper calculation of right margin if smart wrapping is enabled
16148         * src/compose.c
16149                 automatically wrap long lines if wrap quotation is enabled
16150
16151 2001-10-09 [alfons]     0.6.3.claws4
16152
16153         * src/summaryview.c
16154                 select correct row when deleting last row in the summary view (and
16155                 close bug "[ #469104 ] select second last in list when deleting")
16156
16157 2001-10-09 [paul]       0.6.3claws3
16158
16159         * sync with sylpheed 0.6.3cvs1
16160                 updated some autotool scripts
16161
16162 2001-10-09 [darko]      0.6.3claws2
16163
16164         * src/gtkstext.[ch]
16165                 new name and mark with Sylpheed comment
16166         * src/compose.c
16167                 smart quotation wrapping a-la VIM
16168
16169 2001-10-08 [paul]       0.6.3claws1
16170
16171         * sync with sylpheed 0.6.3 release
16172                 see ChangeLog entry 2001-10-08
16173
16174 2001-10-08 [paul]       0.6.2claws24
16175
16176         * src/summaryview.c
16177                 more sync with sylpheed 0.6.2cvs12
16178                 Fixed the bug that didn't select the last row correctly
16179
16180
16181 2001-10-07 [paul]       0.6.2claws23
16182
16183         * sync with sylpheed 0.6.2cvs12
16184                 see ChangeLog entry 2001-10-07
16185
16186 2001-10-06 [match]
16187         * src/jpilot.[ch]
16188                 enable jpilot to read unsynch'ed addresses.
16189
16190         * src/editldap_basedn.c
16191                 fix segfault when opening dialog.
16192
16193 2001-10-06 [alfons]     0.6.2.claws22
16194
16195         * src/summaryview.c
16196                 fix bug with summary view selecting last *inserted*
16197                 node instead of last *visible* node. remember we
16198                 work with a tree
16199
16200 2001-10-06 [paul]       0.6.2claws21
16201
16202         * po/pt_BR.po
16203                 updated translation, contains some fixes and new
16204                 translations, submitted by Gustavo Noronha Silva
16205                 <kov@debian.org>
16206
16207         * src/prefs_common.c
16208                 change 'each' to 'every' - fix dubious English
16209
16210         * sync with sylpheed 0.6.2cvs11
16211
16212 2001-10-05 [alfons]     0.6.2claws20
16213
16214         * src/mainwindow.[ch], src/folderview.c
16215                 make composite tool button switch between "Compose News"
16216                 and "Compose Mail" depending on selected folder
16217                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16218
16219 2001-10-05 [paul]       0.6.2claws19
16220
16221         * src/mainwindow.c, src/summaryview.c
16222                 fix 'Message/Reply to all', broken in last commit
16223
16224         * src/compose.c
16225                 fix X_BEENTHERE seg fault, thanks to Alfons
16226
16227 2001-10-04 [paul]       0.6.2claws18
16228
16229         * src/compose.[ch], src/mainwindow.c
16230                 make "Message/Reply" reply to mailing lists; matches
16231                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16232                 based on portions of the patch submitted by
16233                 Junichi Uekawa <dancer@netfort.gr.jp>
16234
16235 2001-10-04 [darko]      0.6.2claws17
16236
16237         * src/compose.c
16238                 better smart wrapping
16239         * src/gtkstext.[hc]
16240                 a function to make text buffer contiguous
16241
16242 2001-10-03 [paul]       0.6.2claws16
16243
16244         * sync with sylpheed 0.6.2cvs10
16245
16246 2001-10-02 [alfons]
16247
16248         * configure.in
16249         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16250                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16251                 references to chinese translations (hope someone picks up
16252                 this)
16253
16254 2001-10-02 [christoph]  0.6.2claws15
16255
16256         * src/compose.c
16257                 fixed non translated header bug
16258         * ChangeLog.claws
16259                 fixed wrong date in alfons last entry ;)
16260
16261 2001-10-02 [alfons]     0.6.2claws14
16262
16263         * src/compose.c, src/prefs_common.[ch]
16264                 add block cursor option
16265
16266 2001-10-02 [paul]       0.6.2claws13
16267
16268         * sync with sylpheed 0.6.2cvs9
16269
16270 2001-09-30 [paul]       0.6.2claws12
16271
16272         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16273                 updated translations
16274
16275         * po/POTFILES.in
16276                 add 'src/importldif.c'
16277
16278         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16279                 added eudora-to-vCard conversion tool
16280                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16281
16282         * sync with sylpheed 0.6.2cvs8
16283
16284 2001-09-30 [paul]
16285
16286         * sylpheed-0.6.2claws released
16287
16288 2001-09-27 [melvin]     0.6.2claws11
16289
16290         * src/gtkspell.c
16291                 fixed crash when using default path (introduced 
16292                 in 0.6.2claws10)
16293                 fixed tiny bug for initial suggestion mode
16294
16295 2001-09-27 [melvin]     0.6.2claws10
16296         
16297         * src/gtkspell.c
16298                 fixed bug where gtkpspell didn't set the path correctly
16299
16300         * README.claws
16301                 added a paragraph about spell checking
16302                 
16303
16304
16305 2001-09-27 [paul]       0.6.2claws9
16306
16307         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16308                 replace '// comments' with '/* comments */' to prevent
16309                 some compiler warnings 
16310
16311         * sync with sylpheed 0.6.2cvs6
16312
16313 2001-09-26 [alfons]     0.6.2claws8
16314
16315         * src/messageview.c
16316                 introduce return receipt request notification again,
16317                 which was lost because of other semantics in 
16318                 procheader_parse() (???)
16319
16320 2001-09-26 [christoph]  0.6.2claws7
16321
16322         * src/compose.c
16323                 replace comments for old code with #if 0
16324                 readded auto cc, bcc and reply-to
16325         * src/prefs_matcher.c
16326         * src/prefs_scoring.c
16327                 removed some definition (was moved to
16328                 prefs.h)
16329
16330 2001-09-26 [paul]       0.6.2claws6
16331
16332         * src/mainwindow.c
16333                 make 'Follow-up and reply to' sensitive
16334
16335         * more sync with sylpheed 0.6.2cvs5
16336
16337 2001-09-25 [melvin]
16338
16339         * 0.6.2claws5
16340
16341         * src/gtkspell.c
16342                 fixed bug for "US-ASCII" introduced by the encoding code
16343
16344 2001-09-25 [paul]
16345
16346         * 0.6.2claws4
16347
16348         * src/prefs_common.[ch], src/summaryview.c
16349                 'next unread msg' 'go to next folder?' dialog can be
16350                 given default behaviour, either always show dialog,
16351                 or assume 'yes', or assume 'no'
16352                 Submitted by wwp <subscript@free.fr>
16353
16354 2001-09-25 [melvin]
16355                 
16356         * src/compose.c src/gtkspell.[ch]
16357                 added support for different encodings
16358
16359 2001-09-25 [paul]
16360
16361         * more sync with sylpheed 0.6.2cvs5
16362
16363 2001-09-24 [alfons]
16364         
16365         * src/prefs_folder_item.c
16366                 add check for item->prefs->default_to string is NULL and
16367                 add another check when freeing this string
16368
16369 2001-09-24 [paul]
16370
16371         * configure.in
16372                 change to version 0.6.2claws3
16373
16374         * sync with sylpheed 0.6.2cvs5 
16375
16376 2001-09-24 [match]
16377         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16378                 import LDIF files.
16379         * src/addrcache.[ch], addrindex.[ch]
16380                 small update for future
16381         * src/addrbook.c
16382                 fix test XML file.
16383
16384 2001-09-24 [melvin]
16385         * src/gtkspell.[ch]
16386                 added 'Learn from mistakes' option
16387                 better handling of quotes in checked words
16388                 sorted dict list
16389         * po/fr.po
16390                 small update for spell checking stuff
16391
16392 2001-09-23 [alfons]
16393         
16394         * src/gtkspell.c
16395                 edit a little bit so it complies more with main coding style
16396
16397 2001-09-23 [alfons]
16398
16399         * src/folder.[ch], prefs_folder_item.c, compose.c
16400                 migrate "request return receipt" folder property
16401                 to folderlist.xml
16402
16403 2001-09-22 [alfons]
16404
16405         * README.claws **NEW**
16406                 (add things of interest for users of main branch 
16407                 and claws here)
16408
16409         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16410                 re-implement threading per folder option, but store 
16411                 the setting in folderlist.xml (where it belongs)
16412
16413 2001-09-21 [melvin]
16414
16415         * src/gtkspell.[ch]
16416                 fixed bug when compose window is under another window
16417         * src/prefs_common.[ch] src/compose.c
16418                 changed 'dictionary_path' to 'dictionary' to be consistent
16419                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16420         * ac/pspell.m4 src/Makefile.am 
16421                 dropped PSPELL_PATH macro
16422         * po/fr.po
16423                 updated translations
16424
16425 2001-09-21 [christoph]
16426
16427         * src/compose.c
16428                 added border around header fields
16429                 keep header type when new field is added
16430
16431 2001-09-20 [christoph]
16432
16433         * src/utils.[ch]
16434                 more portable debug_print with source filename
16435                 and linenumber
16436         * src/procmsg.c
16437                 more newlines after debug messages
16438
16439 2001-09-20 [paul]
16440
16441         * configure.in
16442                 change to version 0.6.2claws2
16443
16444         * sync with sylpheed 0.6.2cvs3
16445
16446 2001-09-19 [melvin]
16447
16448         * src/gtkspell.c
16449                 fixed the post-right-click focus pb
16450                 fixed crash when 'Spell check all' after dict change 
16451                         and when cursor is at the end of the text
16452                 shift-right-click pops up config menu even on misspelled words.
16453         * po/POTFILES.in
16454                 added gtkspell.c
16455
16456 2001-09-19 [melvin]
16457
16458         * src/about.c
16459                 added pspell to compiled-in features list
16460
16461 2001-09-18 [melvin]
16462
16463         * switched to pspell and dropped ispell
16464         * ac/pspell.m4
16465                 new file. autoconf macro for pspell
16466         * ac/Makefile.am 
16467         * configure.in acconfig.h
16468                 added pspell support
16469         * src/Makefile.am
16470         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16471         * src/prefs_common.[ch] 
16472                 added pspell support
16473
16474 2001-09-18 [christoph]
16475
16476         * src/addr_compl.c
16477         * src/template.[ch]
16478                 replace LOG_MESSAGE with debug_print
16479         * src/compose.[ch]
16480                 gui improvements
16481         * src/menu.c
16482                 added newline after debug message
16483         * src/utils.h
16484                 using __VA_ARGS__ for debug_print macro
16485         * tools/.cvsignore
16486                 ignore Makefile and Makefile.in
16487
16488 2001-09-18 [paul]
16489
16490         * configure.in
16491                 change to version 0.6.2claws1
16492         * sync with sylpheed 0.6.2cvs1
16493
16494         * src/matcher.c 
16495         * src/prefs_matcher.c
16496                 add 'score equal to' option, submitted by
16497                 Paul Evans <nerd@freeuk.com>
16498
16499 2001-09-15 [christoph]
16500
16501         * src/mainwindow.c
16502                 comment out menu entry not existing in claws
16503         * src/menu.c
16504                 add debug output for non existing menu entries
16505         * src/summaryview.c
16506                 fix next/prev unread message for ignored threads
16507         * src/utils.[ch]
16508                 add sourcefile and line number to debug output
16509                 otherwise it is sometimes hard to find the
16510                 source code part if debug messages are translated
16511
16512 2001-09-14 [darko]
16513         
16514         * src/folderview.c
16515                 refresh target folder style after colour is changed
16516
16517 2001-09-13 [paul]
16518
16519         * configure.in
16520                 change to version 0.6.1claws3
16521
16522         * sync with sylpheed 0.6.1cvs6
16523
16524 2001-09-13 [darko]
16525         
16526         * src/folderview.c
16527                 fix target folder colourization to use user selected colour
16528
16529 2001-09-12 [darko]
16530         
16531         * src/summaryview.c
16532                 fix crash when message that is marked for copy/move is unmarked
16533
16534 2001-09-09 [paul]
16535
16536         * configure.in
16537                 change to version 0.6.1claws2
16538
16539         * sync with sylpheed 0.6.1cvs3
16540
16541 2001-09-09 [alfons]
16542         
16543         * src/folderview.c
16544                 fix bug with default font used for trash folder text
16545
16546 2001-09-06 [paul]
16547
16548         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16549                 updated translations
16550
16551         * configure.in
16552                 change to version 0.6.1claws1
16553
16554         * sync with sylpheed 0.6.1cvs2
16555
16556 2001-09-03 [paul]
16557
16558         * po/POTFILES.in
16559                 add Match's new addressbook
16560
16561         * po/de.po
16562                 updated translation submitted by Jens Oberender
16563
16564 2001-09-02 [paul]
16565
16566         * configure.in
16567                 change to 0.6.1claws
16568         * sync with sylpheed 0.6.1 release
16569
16570 2001-09-02 [paul]
16571
16572         * configure.in
16573                 change to 0.6.0claws2
16574
16575         * sync with sylpheed 0.6.0cvs4
16576
16577         * po/pt_BR.po
16578                 updated translation submitted by Fabio Junior Beneditto
16579
16580 2001-09-01 [match]
16581         * pixmaps/
16582                 interface.xpm
16583                 book.xpm
16584                 address.xpm
16585         * src/
16586                 Makefile.am
16587                 a ton of new files
16588
16589 2001-08-31 [paul]
16590
16591         * configure.in
16592                 change to version 0.6.0claws1
16593
16594         * sync with sylpheed 0.6.0cvs1
16595
16596         * po/es.po
16597                 updated translation submitted by Ricardo Mones Lastra
16598
16599         * po/POTFILES.in
16600                 add 'src/prefs_templates.c'
16601
16602         * src/compose.c, src/summaryview.c
16603                 fix segfault on 'Re_edit'               
16604
16605 2001-08-30 [alfons]
16606
16607         * configure.in, Makefile.am
16608         * tools/Makefile.am
16609                 add tools directory to source distribution
16610
16611 2001-08-30 [paul]
16612
16613         * configure.in
16614                 change to version 0.6.0claws
16615
16616         * sync with sylpheed 0.6.0 release
16617
16618 2001-08-30 [christoph]
16619
16620         * configure.in
16621                 removed autoconf version check
16622
16623 2001-08-30 [paul]
16624
16625         * src/account.c, src/compose.c, src/prefs_common.[ch]
16626         * src/procheader.[ch] src/utils.[ch]
16627                 Enhanced automatic account selection on replies
16628                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16629
16630         * configure.in
16631                 add LDAP and JPilot to the configuration results output.
16632
16633 2001-08-29 [christoph]
16634
16635         * src/summeryview.c
16636                 no bold font for ignored threads
16637
16638 2001-08-29 [paul]
16639
16640         * configure.in
16641                 change to version 0.5.3claws6
16642
16643         * sync with sylpheed 0.5.3cvs10
16644                 src/stringtable.[ch]: New Files
16645
16646         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16647         * src/pixmaps/sylpheed.xpm
16648                 add mini-icons to windows (by Alfons)
16649
16650 2001-08-27 [paul]
16651
16652         * src/mainwindow.c
16653                 new functions: next_labeled_cb(), prev_labeled_cb()
16654
16655         * src/summaryview.c
16656                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16657                 summary_select_next_labeled(), summary_select_prev_labeled()
16658
16659         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16660                 give claws blue folders and a blue trash can
16661
16662 2001-08-27 [paul]
16663
16664         * configure.in
16665                 change to version 0.5.3claws5
16666
16667         * sync with sylpheed 0.5.3cvs9
16668                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16669
16670 2001-08-24 [christoph]
16671
16672         * src/filesel.c
16673                 keep filename when browsing directories
16674                 (not working for user entered filename, but
16675                  for default name and selected filename from
16676                  file list)
16677         * src/mainwindow.c
16678                 fixed wrong spelling "Folllow-up"
16679         * src/mbox_folder.c
16680         * src/procmsg.c
16681         * src/summaryview.c
16682                 fixed new/unread message count with ignored
16683                 threads (2 commits, first didn't notice no
16684                 longer needed decreasing)
16685         * src/inc.c
16686                 readded scrolling of progress dialog
16687                 (lost in sync)
16688
16689 2001-08-24 [paul]
16690
16691         * configure.in
16692                 change to 0.5.3claws4
16693
16694         * sync with sylpheed 0.5.3cvs7
16695
16696 2001-08-24 [christoph]
16697
16698         * src/compose.c
16699                 set request return receipt when replying
16700                 if it is set is the folder prefs of the
16701                 message
16702         * src/inc.c
16703                 disable final error popup if popups are
16704                 disabled in config (again)
16705
16706 2001-08-23 [paul]
16707
16708         * configure.in
16709                 Change version number to 0.5.3claws3
16710
16711         * sync with sylpheed 0.5.3cvs5
16712
16713         * src/mimeview.c
16714                 double quote '%s' in 'gedit %s' to fix bug when
16715                 opening attachment with spaces in the name
16716
16717 2001-08-22 [alte]
16718         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16719           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16720                 initial message templates support
16721
16722
16723 2001-08-22 [paul]
16724
16725         * configure.in
16726                 change version number to 0.5.3claws2
16727
16728         * sync with sylpheed 0.5.3cvs4
16729
16730         * src/procmsg.h src/summaryview.c
16731                 re-implement (un)ignore thread
16732
16733 2001-08-21 [paul]
16734
16735         * src/summaryview.c
16736                 remove unnecessary code
16737         * src/compose.c
16738                 enable 'dynamic' signatures (submitted by
16739                 Eric Limpens <eric@hscg-internet.nl>)
16740
16741 2001-08-21 [paul]
16742
16743         clean up after sync with sylpheed 0.5.3 release
16744
16745         * src/folderview.c
16746                 fix re-introduced font mess, see Christoph's
16747                 entry 2001-06-24
16748
16749         * src/summaryview.c
16750                 remove prev_msgnum
16751                 use sylpheed's small font instead of
16752                 gtk default font for summary view
16753
16754
16755 2001-08-17 [paul]
16756
16757         * configure.in
16758                 add pl to ALL_LINGUAS - sync with main branch
16759
16760         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16761                 Updated. Translations by Jens Oberender, Ricardo Mones
16762                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16763
16764         * po/pl.po  ** NEW FILE **
16765                 sync with the main branch
16766
16767         * src/folderview.c
16768                 fix target folder colorizing and refresh problem
16769
16770
16771 2001-08-17 [christoph]
16772
16773         * src/mainwindow.c
16774                 claws uses 4 colors for target folder coloring.
16775                 arrays were not long enough and destroyed the
16776                 stack causing a segfault.
16777                 target folder colorizing does not work anymore
16778                 for me
16779
16780 2001-08-16 [paul]
16781
16782         * configure.in
16783                 change to version 0.5.3claws1
16784
16785         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16786           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16787           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16788
16789                 sync with sylpheed 0.5.3 release, but keep claws method of
16790                 configuring/saving fonts
16791
16792         * src/addressbook.[ch]
16793                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16794                 in line with a similar change in Hiroyuki's branch
16795
16796         * src/mainwindow.[ch]
16797                 disable main_window_set_thread_option()
16798         * src/prefs_folder_item.c
16799                 comment out &tmps_prefs.enable_thread,
16800         * src/mbox_folder.c, src/procmsg.[ch]
16801                 comment out MSG_IS_IGNORE_THREAD
16802         * src/summaryview.c
16803                 comment out summary_ignore_thread() and summary_unignore_thread()
16804                 comment out MSG_IS_IGNORE_THREAD
16805
16806                 use Hiroyuki's threading instead.
16807
16808
16809
16810 2001-08-15 [paul]
16811
16812         * src/account.c
16813                 use Hiroyuki's 0.5.3 column scheme but also
16814                 include the enable/disable button.
16815         * src/pixmaps/mark.xpm
16816                 add Hiroyuki's amended pixmap
16817
16818 2001-08-13 [christoph]
16819
16820         * src/account.c
16821                 receive at get all column showed wrong state for APOP
16822                 button should only work for POP3 and APOP accounts
16823         * src/prefs_account.c
16824                 added missing preprocessor statement for SSL
16825
16826 2001-08-12 [paul]
16827
16828         * src/account.[ch]
16829                 add 'receive at get all' column and enable/disable
16830                 button.
16831
16832 2001-08-06 [christoph]
16833
16834         * src/account.c
16835                 show usage of SSL in protocol column
16836
16837         * src/imap.c
16838         * src/inc.c
16839                 renamed ssl options
16840
16841         * src/prefs_account.[ch]
16842                 moved ssl options to a new page
16843
16844         * src/send.c
16845         * src/smtp.c
16846         * src/ssl.[ch]
16847                 renamed ssl options
16848                 added support for SMTP STARTTLS command
16849
16850 2001-08-05 [christoph]
16851
16852         * configure.in
16853                 debian autoconf needs version check to find
16854                 correct autoconf version. if the file is
16855                 named configure.in 2.13 is used, which does
16856                 not work with this configure.in script.
16857                 other solution would be to rename the script
16858                 to configure.ac as suggested in the autoconf
16859                 manual.
16860
16861         * src/inc.c
16862                 disable final error popup if popups are
16863                 diabled in config
16864
16865         * src/socket.c
16866                 bugfix in ssl_gets
16867                 fixes IMAP over SSL problem
16868
16869 2001-08-03 [paul]
16870
16871         * configure.in
16872                 change to 0.5.2claws1
16873
16874         * sync with sylpheed 0.5.2cvs1
16875
16876 2001-08-02 [alfons]
16877
16878         * configure.in
16879                 quick fix for ispell detection...
16880
16881 2001-08-01 [paul]
16882
16883         * configure.in
16884                 change to 0.5.1claws4
16885
16886         * sync with sylpheed 0.5.1cvs7
16887
16888 2001-07-31 [alfons]
16889
16890         * src/prefs_common.c, src/prefs_common.h, 
16891           src/gtkspell.c, src/gtkspell.h
16892                 add global spelling checker settings (compose tab) +
16893                 selection of dictionary 
16894           
16895         * configure.in  
16896                 guess valid ispell location
16897
16898 2001-07-31 [paul]
16899
16900         * po/POTFILES.in
16901                 removal of 'src/quote_fmt_parse.c'
16902         * po/de.po
16903                 Updated de.po
16904                 (submitted by Jens Oberender <didge@suse.de>)
16905
16906 2001-07-31 [darko]
16907
16908         * src/folder.[ch]
16909         * src/folderview.[ch]
16910         * src/mainwindow.c
16911         * src/mh.c
16912         * src/prefs_common.[ch]
16913         * src/summaryview.c
16914                 target folder colourization
16915
16916 2001-07-30 [paul]
16917
16918         more sync with Sylpheed 0.5.1cvs6 
16919
16920 2001-07-30 [darko]
16921
16922         * src/mh.c
16923         * src/prefs_folder_item.[hc]
16924         * src/summaryview.c
16925                 shared folders support with a GUI
16926
16927 2001-07-29 [paul]
16928
16929         0.5.1claws3
16930
16931         * sync with Sylpheed 0.5.1cvs6
16932
16933 2001-07-29 [paul]
16934
16935         * po/pt_BR.po
16936                 updated
16937                 (submitted by Fabio Junior Beneditto)
16938
16939 2001-07-28 [paul]
16940
16941         * src/procmime.c
16942         * AUTHORS
16943                 patch to correct bad image mime headers
16944                 (submitted by Don Quijote <dq@searchlores.org>)
16945
16946 2001-07-28 [paul]
16947
16948         * tools/gif2xface.pl   **NEW FILE**
16949         * tools/README
16950                 script to convert file.gif to file.xface for
16951                 use in a custom header.
16952                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16953
16954 2001-07-27 [alfons]
16955         
16956         * configure.in
16957                 change macros for detecting JPilot and LDAP
16958
16959 2001-07-27 [christoph]
16960
16961         * src/filtering.c
16962                 code cleanup (MIN / MAX warning, needed casting)
16963
16964 2001-07-27 [alfons]
16965
16966         * procheader.c
16967                 disallow setting flags when detecting certain headers
16968                 (X-Status, Status, Seen, X-Seen). 
16969         
16970         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16971
16972 2001-07-27 [christoph]
16973
16974         * src/prefs_filter.c
16975         * src/prefs_filtering.c
16976         * src/prefs_matcher.c
16977         * src/prefs_scoring.c
16978                 scroll list when moving rows up or down
16979
16980         * src/imap.c
16981         * src/imap.h
16982         * src/prefs_account.c
16983         * src/prefs_account.h
16984         * src/send.c
16985                 SMTP over SSL (untested, feedback requested)
16986                 IMAP over SSL
16987
16988         * src/ssl.c
16989                 code cleanup
16990
16991 2001-07-26 [alfons]
16992         
16993         * configure.in, acconfig.h
16994                 define CLAWS (need this for main / claws detection)
16995
16996 2001-07-25 [alfons]
16997
16998         * configure.in
16999                 Sylpheed 0.5.1claws2
17000                 
17001         * sync with Sylpheed 0.5.1cvs4
17002
17003 2001-07-25 [christoph]
17004
17005         * src/scoring.c
17006                 fixed segfault
17007                 item->prefs == NULL (don't know why)
17008
17009 2001-07-25 [alfons]
17010
17011         * configure.in
17012                 Sylpheed 0.5.1claws1
17013
17014         * sync with Sylpheed 0.5.1cvs1-3
17015
17016 2001-07-24 [christoph]
17017
17018         * src/folderview.c
17019         * src/prefs_folder_item.[ch]
17020                 added folderitem preferences dialog with
17021                 default To: and auto request return receipt
17022
17023         * src/compose.[ch]
17024         * src/menu.[ch]
17025                 changes to handle new folderitem preferences
17026
17027         * src/mainwindow.c
17028         * src/summaryview.c
17029                 call compose new mail with current folderitem
17030
17031 2001-07-24 [alfons]
17032
17033         Release Sylpheed 0.5.1claws
17034
17035         * configure.in
17036                 change to release version 0.5.1claws
17037
17038 2001-07-24 [christoph]
17039
17040         * src/summaryview.c
17041                 fixed segfault that happend when the selected
17042                 message was removed while retrieving new messages.
17043
17044         * po/es.po
17045                 updated translation
17046                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17047
17048 2001-07-22 [alfons]
17049
17050         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17051         this is a work in progress, for more information: http://nlpagan.net/sylman 
17052         
17053         * configure.in, src/mainwindow.c, manual/Makefile.am
17054                 add support for English manual
17055
17056         * AUTHORS
17057                 add authors of user manuals
17058
17059         * manual/en/sylpheed*.html
17060                 add English documentation
17061
17062 2001-07-22 [christoph]
17063
17064         * po/POTFILES.in
17065                 added src/ssl.c
17066         * src/ssl.c
17067                 changed a wrong debug message
17068
17069 2001-07-22 [alfons]
17070
17071         * po/nl.po
17072                 update Dutch translation
17073
17074         * src/prefs_filtering.c, 
17075           src/prefs_matcher.c
17076                 add more translatable strings           
17077
17078 2001-07-21 [alfons]
17079
17080         0.5.0claws7
17081
17082         * configure.in
17083                 change version
17084
17085         * src/inc.c, src/summaryview.[ch]
17086                 prevent update of mark file when filtering has done, by
17087                 using a variable; this affects two functions:
17088                         inc.c::inc_finished()
17089                         summaryview.c::summary_show()
17090
17091 2001-07-20 [alfons]
17092
17093         * src/filtering.[ch], src/prefs_filtering.c, 
17094           src/matcher.[ch]
17095                 add filtering action for label coloring 
17096
17097         * po/POTFILES.in
17098                 add labelcolors.c
17099
17100         * added src/labelcolors.c
17101         * added src/labelcolors.h
17102         * src/Makefile.am, src/summaryview.c
17103                 rearrange label coloring code
17104
17105         * src/procmsg.h
17106                 add more parentheses so label colouring works correctly
17107
17108         * src/filtering.c
17109                 don't really delete message, but move it to Trash
17110
17111         * src/prefs_matcher.c
17112                 add quote options to info dialog
17113
17114 2001-07-20 [christoph]
17115
17116         * src/Makefile.am
17117         * src/inc.c
17118         * src/main.[ch]
17119         * src/socket.h
17120         * src/ssl.[ch] (new)
17121                 moved ssl stuff to a seperate file
17122
17123 2001-07-20 [darko]
17124
17125         * src/summaryview.c
17126                 fix show sender using address book with no e-mail
17127                 address in From: field
17128
17129 2001-07-19 [alfons]
17130
17131         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17132                 fix messy handling of escaping... now at least the
17133                 execute command is useful. escape char is '\', we
17134                 accept \n and \r too. 
17135
17136                 Real life example:
17137                 
17138                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17139                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17140
17141 2001-07-18 [alfons]
17142
17143         0.5.0claws6
17144
17145         * src/summaryview.c
17146                 clean up
17147
17148         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17149           src/procmsg.[ch]
17150                 revise filtering; currently move, copy, marking have
17151                 been tested. if you like bleeding edge stuff, you
17152                 should definitely go for this version :)
17153
17154         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17155
17156 2001-07-17 [christoph]
17157
17158         * src/utils.c
17159                 timestamp log
17160
17161 2001-07-17 [alfons]
17162
17163         0.5.0claws5
17164
17165         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17166           bits in the mark file, without affecting either branch. Lots of
17167           files changed, also in claws branch.
17168
17169           UNTESTED: use of mbox folders
17170
17171         * src/summaryview.c
17172                 added mark all read; however this was a quick hack used for
17173                 cleaning up mess after initial merge with Hiroyuki
17174
17175         * configure.in
17176                 change claws version number back to 0.5.0claws5 to clear up 
17177                 confusion & pretension (recent release was technically 
17178                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17179
17180 2001-07-16 [alfons]
17181
17182         sync with Hiroyuki's 0.5.0cvs4
17183
17184 2001-07-16 [alfons]
17185
17186         0.5.1claws3
17187
17188         * src/filtering.[ch]
17189                 remove invalid updating of mark files for 
17190                 filter actions MATCHING_ACTION_MOVE and 
17191                 MATCHING_ACTION_DELETE; this should fix the
17192                 folder update bug
17193                 
17194         * src/procmsg.c
17195                 revert Christoph's stab at fixing the folder 
17196                 update bug
17197
17198         * po/POTFILES.in
17199                 add missing files with translatable strings
17200
17201         * src/summaryview.c
17202                 remove debug print
17203
17204 2001-07-15 [alfons]
17205
17206         * src/addr_compl.[ch], src/prefs_filtering.c
17207                 make "filtering pref dialog's destination entry" an
17208                 "address completable entry", if filter destination is 
17209                 an email address
17210
17211         0.5.1claws2
17212         
17213         sync with Hiroyuki's 0.5.0cvs2-3
17214
17215 2001-07-15 [christoph]
17216
17217         * src/procmsg.c
17218                 fixed folder stats update after incorporation
17219
17220 2001-07-15 [alfons]
17221
17222         * src/summaryview.c
17223                 * finish label colouring stuff (for now)
17224                 * fix incorrect colour bug (off by one) 
17225
17226 2001-07-14 [alfons]
17227
17228         * src/mainwindow.c
17229                 change text labels for news and mail message so there's
17230                 plenty of toolbar estate left
17231
17232         * configure.in
17233                 0.5.1claws1
17234
17235         * src/folderview.c
17236           src/folder.[ch]
17237                 sync with Hiroyuki's 0.5.0cvs1
17238
17239         * src/summaryview.c
17240                 more rewrite label colouring
17241
17242 2001-07-14 [alfons]
17243
17244         * src/summaryview.[ch]
17245                 * start rewrite label colouring 
17246                 * fix proper location "Add Sender To Addressbook" menu item
17247
17248 2001-07-13
17249
17250         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17251         (actually this is 0.5.0claws4)
17252
17253 2001-07-13 [alfons]
17254
17255         * po/pt_BR.po
17256                 * fix duplicate message
17257                 * add updated Portugese / Brazilian translation
17258                   submitted by Fabio Junior Beneditto
17259
17260 2001-07-12 [alfons]
17261
17262         * AUTHORS
17263                 add Jens
17264
17265         * po/nl.po
17266                 add updated Dutch translation
17267
17268         * po/de.po
17269                 add updated German translation submitted by Jens
17270
17271 2001-07-11 [alfons]
17272
17273         Prerelease before 0.5.0claws. Please test.
17274         This version is temporarily tagged as VERSION_0_5_0_TEST
17275
17276         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17277           src/prefs_scoring.c, src/prefs_matcher.c, 
17278           src/prefs_filtering.c, src/mbox.c, 
17279           src/main.c, src/inc.c, src/filtering.[ch]
17280                 revert new Hoa's new matcher (does not work yet)
17281
17282         * src/Makefile.am
17283                 clean up
17284
17285 2001-07-10
17286
17287         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17288
17289
17290 2001-07-10 [alfons]
17291
17292         * Makefile.am
17293                 add ChangeLog.claws to EXTRA_DIST
17294         * src/Makefile.am
17295                 add matcher_parser_parse.h to EXTRA_DIST
17296
17297 2001-07-10 [christoph]
17298
17299         * src/inc.c
17300                 add destination folder to table of
17301                 folders that need to be updated after
17302                 incorporation
17303
17304 2001-07-10 [alfons]
17305
17306         * folder.[ch]
17307           folderview.c
17308                 make collapse state of folders and folder items persistent, i.e.
17309                 if you collapse a folder tree, the next time sylpheed-claws starts 
17310                 up the folder tree remains collapsed.  
17311                 
17312 2001-07-10 [christoph]
17313
17314         * acconfig.h
17315         * configure.in
17316                 added --enable-ssl
17317         * src/md5.[ch]
17318                 renamed MD5_CTX to MD5_CTX_syl
17319                 conflicts with a struct in openssl
17320         * src/inc.c
17321         * src/main.[ch]
17322         * src/prefs_account.[ch]
17323         * src/socket.[ch]
17324                 SSL support for POP
17325         * src/mainwindow.c
17326                 fixed compose with current account
17327                 broken by new compose button stuff
17328
17329 2001-07-09 [hoa]
17330
17331         * AUTHORS
17332                 changed my email address
17333
17334         * src/matcher_parser_parse.y
17335                 clean the parser to remove conflicts
17336
17337 2001-07-09 [alfons]
17338
17339         * AUTHORS
17340                 add Match Grun
17341
17342         * configure.in
17343                 fix incorrect description of --enable-ldap parameter
17344
17345         * src/prefs_common.[ch]
17346           src/compose.c
17347                 add experimental option "smart wrapping" which makes the
17348                 compose editor auto wrap.
17349                 
17350                 | TODO: the problem with the buggy cursor handling is caused |
17351                 | by the GtkText. when deleting / backspacing text its       |
17352                 | wrapping algorithm does not take in account the previous   |
17353                 | line. should find a way to hack this in.                   |
17354                 | or should perhaps combine this with the word wrapping      |
17355                 | patch i wrote in january.                                  |
17356
17357         * src/about.c
17358                 show build parameters for LDAP and JPilot
17359
17360         * src/summaryview.c
17361                 revert Christoph's bugfix for selecting next unread message, 
17362                 because folder stats aren't updated correctly
17363
17364 2001-07-08 [hoa]
17365
17366         * src/filtering.c
17367         * src/mainwindow.c
17368         * src/matcher.c
17369         * src/matcher_parser_lex.l
17370         * src/matcher_parser_parse.y
17371         * src/prefs_filtering.c
17372         * src/prefs_scoring.c
17373         * src/scoring.c
17374                 bugfix of the config file parser
17375
17376 2001-07-08 [alfons]
17377
17378         * src/Makefile.am
17379                 added generated matcher sources to BUILT_SOURCES
17380
17381 2001-07-08 [hoa]
17382
17383         * src/Makefile.am
17384         * src/.cvsignore
17385                 added new config file parser
17386
17387         * src/scoring.[ch]
17388         * src/filtering.[ch]
17389         * src/matcher.[ch]
17390         * src/prefs_filtering.c
17391         * src/prefs_matcher.c
17392         * src/prefs_scoring.c
17393         * added src/matcher_parser.h
17394         * added src/matcher_parser_lex.h
17395         * added src/matcher_parser_lex.l
17396         * added src/matcher_parser_parse.y
17397                 lex & yacc config file parser
17398
17399         * src/mbox.c
17400         * src/inc.c
17401         * src/main.c
17402                 changes prefs_filtering into global_filtering           
17403
17404         * src/summaryview.c
17405                 build threads with subjects only if "Re: " is at the
17406                 beginning of the subject
17407
17408 2001-07-07 [paul]
17409
17410         0.5.0claws
17411
17412         sync with sylpheed 0.5.0
17413                 change of version number only
17414
17415 2001-07-06 [paul]
17416
17417         0.5.0claws5
17418
17419         sync with sylpheed 0.5.0pre5
17420
17421 2001-07-05 [paul]
17422
17423         sync with sylpheed 0.5.0pre4 release
17424                 /po and /manual/ja not sync'ed
17425
17426 2001-07-04 [paul]
17427
17428         more sync with sylpheed 0.5.0pre4
17429
17430 2001-07-03 [christoph]
17431
17432         * src/addressbook.c
17433                 fixed address book broken by address book
17434                 for VCard, JPilot, LDAP
17435
17436 2001-07-03 [alfons]
17437
17438         * src/matcher.c
17439         * src/textview.c
17440                 stopped memory leaks
17441
17442 2001-07-03 [paul]
17443
17444         more sync with sylpheed 0.5.0pre4
17445
17446 2001-07-02 [match]
17447
17448         * included address book patch for VCard, JPilot, LDAP
17449         * pref_common.c - fixed Font options on Display tab (cosmetic)
17450         * alertpanel.c - fixed truncated message
17451
17452 2001-07-02 [christoph]
17453
17454         * src/mbox_folder.c
17455         * src/procmsg.[ch]
17456         * src/summaryview.c
17457                 mark threads for ignoring
17458
17459 2001-07-02 [paul]
17460
17461         0.5.0claws4
17462
17463         * sync with sylpheed 0.5.0pre4
17464                 updated gettext to 0.10.38.
17465
17466 2001-07-01 [paul]
17467
17468         * src/ mainwindow.c
17469         * src/procmsg.h
17470         * src/summaryview.[ch]
17471                 new right-click option: Label.
17472                 substitute for 'Mark-->Mark/Unmark', colours the line.
17473                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17474
17475 2001-07-01 [christoph]
17476
17477         * src/folderview.c
17478                 fixed font for trash
17479         * src/summaryview.c
17480                 move ctree to unread message
17481
17482 2001-07-01 [paul]
17483
17484         * sync with sylpheed 0.5.0pre3 release
17485
17486 2001-06-30 [alfons]
17487
17488         * src/filesel.[ch]
17489         * src/compose.c
17490                 allow inserting / attaching multiple files in
17491                 the composer window
17492
17493 2001-06-30 [paul]
17494
17495         * src/codeconv.c
17496                 small change to Alfons' previous stuff so that it
17497                 actually makes
17498
17499 2001-06-30 [alfons]
17500
17501         * lots of files changed; first attempt to merge the changes
17502           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17503
17504 2001-06-30 [paul]
17505
17506         * po/pt_BR.po
17507                 updated and completed, translations by Fabio
17508                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17509
17510 2001-06-29 [alfons]
17511
17512         * src/compose.c
17513         * src/mimeproc.[ch]
17514                 allow selecting an attached files' mime type from a 
17515                 list of types.
17516
17517 2001-06-29 [paul]
17518
17519         * more sync with sylpheed 0.5.0pre3
17520
17521 2001-06-29 [paul]
17522
17523         * po/pt_BR.po
17524                 merge with sylpheed.pot and pt_BR.po provided by
17525                 Fabio Junior Beneditto.
17526
17527 2001-06-29 [darko]
17528
17529         * src/procmime.c
17530                 make MIME types case insensitive
17531
17532 2001-06-28 [alfons]
17533
17534         * po/nl.po
17535                 merge with sylpheed.pot and old nl.po; translations added.
17536
17537 2001-06-28 [paul]
17538
17539         * more sync with sylpheed 0.5.0pre3
17540
17541 2001-06-27 [alfons]
17542
17543         * src/summaryview.c
17544                 don't crash when removing parent node of messages
17545                 attracted by subject. this was caused by not deleting
17546                 the parent node from the subject line hash table.
17547
17548 2001-06-27 [alfons]
17549
17550         * src/summaryview.c
17551         * src/compose.[ch]
17552         * src/mainwindow.c
17553                 if there are multiple messages selected, allow forwarding
17554                 them as attachments.
17555
17556 2001-06-27 [paul]
17557
17558         * more sync with sylpheed 0.5.0pre3
17559
17560 2001-06-26 [paul]
17561
17562         0.5.0claws3
17563
17564         * sync with sylpheed 0.5.0pre3
17565
17566 2001-06-25 [paul]
17567
17568         * src/mainwindow.c
17569                 fixed 'compose news article' bug
17570                 from icon-and-text toolbar
17571
17572 2001-06-25 [paul]
17573
17574         * sync with sylpheed 0.5.0pre2 release
17575
17576 2001-06-24 [christoph]
17577
17578         * src/prefs_common.c
17579                 bug fix in font selection
17580         * src/folderview.c
17581                 use sylpheed's normal font instead of
17582                 gtk default font for folders without
17583                 new messages
17584
17585 2001-06-24 [alfons]
17586
17587         * src/mainwindow.[ch]
17588                 added composite compose mail / news button (an idea by Leandro
17589                 Pereira <leandro@linuxmag.com.br>)
17590
17591 2001-06-24 [paul]
17592
17593         Added instructions for ldif-to-xml.py
17594
17595         * tools/README
17596
17597 2001-06-23 [alfons]
17598
17599         Some minor things.
17600
17601         * src/pixmaps/stock_news_compose.xpm
17602                 added pixmap by Leandro
17603         * src/prefs_common.c
17604                 tested built-in spelling checker of GCC 3.0 :)
17605         * po/nl.po
17606                 merged dutch translation of sylpheed-main with
17607                 sylpheed.pot
17608
17609 2001-06-23 [paul]
17610
17611         Added tools directory and files.
17612
17613         * tools/filter_conv.pl
17614                 converts old filter system to new filtering system
17615         * tools/ldif-to-xml.py
17616                 converts netscape addressbook to sylpheed addressbook
17617         * tools/README
17618                 descriptions/instructions for above two files
17619
17620 2001-06-23 [christoph]
17621
17622         * src/inc.c
17623         * src/manage_window.[ch]
17624         * src/prefs_common.[ch]
17625                 mail retrieval dialog can be enabled, disabled
17626                 or hidden if non of sylpheed's windows is active
17627
17628 2001-06-22 [paul]
17629
17630         0.5.0claws2
17631
17632         * sync with sylpheed 0.5.0pre2
17633
17634 2001-06-21 [christoph]
17635
17636         * src/summaryview.c
17637                 show recipient on 'from' for all accounts
17638                 
17639         * src/inc.c
17640         * src/prefs_common.[ch]
17641                 disable error popup on mail receive errors
17642
17643 2001-06-21 [alfons]
17644
17645         * src/compose.c
17646                 made the ruler correctly appear and disappear.
17647
17648         * src/Makefile.am
17649                 removed Hoa's work-in-progress-stuff (interesting!) so 
17650                 claws compiles ok.
17651
17652 2001-06-20 [christoph]
17653
17654         * src/inc.c
17655         * src/progressdialog.c
17656                 added scrolled window for list in progressdialog
17657
17658 2001-06-20 [paul]
17659
17660         sync with sylpheed 0.5.0pre1 release
17661
17662 2001-06-20 [christoph]
17663
17664         * src/summeryview.c
17665                 make building threads by subject work when
17666                 thread view is enabled
17667                 
17668         * src/compose.c
17669         * src/prefs_common.[ch]
17670                 automatically select account for mail replys
17671
17672 2001-06-19 [sergey]
17673
17674         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17675         they are filled in from the account settings.
17676
17677 2001-06-19 [paul]
17678
17679         * more sync with sylpheed 0.5.0pre1
17680
17681 2001-06-18 [alfons]
17682
17683         * src/Makefile.am,
17684           src/procmime.c
17685                 added --sysconfdir to CPPFLAGS for pointing to the correct
17686                 location of mime.types. 
17687
17688                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17689                 or ./configure!
17690
17691 2001-06-18 [hoa]
17692
17693         * src/summaryview.c
17694                 fixed some bug when building threads
17695
17696 2001-06-18 [pau]l
17697
17698         * src/prefs_account.c
17699                 UI stuff: More changes to the English
17700
17701 2001-06-18 [paul]
17702
17703         * src/pixmaps/stock_news_compose.xpm: new file
17704         * src/Makefile.am
17705         * src/mainwindow.c
17706         * src/summaryview.c
17707                 Added new icon for Hoa's 'compose a news
17708                 message', plus minor improvements to the
17709                 English
17710
17711         * po/ja.po
17712         * ChangeLog
17713         * ChangeLog.jp
17714                 more sync with sylpheed 0.5.0pre1
17715
17716 2001-06-18 [hoa]
17717
17718         * src/compose.[ch]
17719         * src/mainwindow.c
17720                 Follow-up and reply to
17721
17722         * src/summaryview.[ch]
17723                 Build threads also with subjects
17724
17725 2001-06-17 [hoa]
17726
17727         * src/compose.c
17728                 forwarding use the current account.
17729
17730         * src/mainwindow.c
17731                 the "compose message" button has been replaced with
17732                 "new mail" and "new news" buttons
17733
17734         * src/prefs_common.[ch]
17735                 added a configuration option to use the forward button
17736                 as "forward as attachment"
17737                 changed reply and forward format description
17738
17739         * src/quote_fmt_lex.l
17740         * src/quote_fmt_parse.y
17741                 added message with no signature in format for reply
17742                 and forward.
17743
17744 2001-06-17 [paul]
17745
17746         Minor UI stuff
17747
17748         * src/mainwindow.c
17749         * src/summaryview.c
17750                 Improvements to the English
17751
17752         * src/prefs_common.c
17753                 Improvements to the English and some
17754                 clarity/continuity improvements in the
17755                 description of Quote symbols.
17756
17757 2001-06-17 [paul]
17758
17759         0.5.0claws1
17760
17761         * sync with sylpheed 0.5.0pre1
17762
17763 2001-06-17 [hoa]
17764
17765         * src/compose.c
17766                 Better interface for compose, displayed fields
17767                 are updated whenever we change account.
17768                 Newsgroups field is automatically filled.
17769
17770         * src/mainwindow.c
17771                 Newsgroups field is automatically filled.
17772
17773         * src/prefs_account.c
17774                 Some interface stuff when fields appear and
17775                 disappear.
17776
17777 2001-06-16 [paul]
17778
17779         0.4.99claws
17780
17781         * sync with sylpheed 0.4.99
17782
17783 2001-06-16 [sergey]
17784
17785         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17786         base64_decoder_free, base64_decoder_decode): new object and
17787         functions for decoding base64 streams.
17788         * src/procmime.c (procmime_decode_content): modified to use the
17789         new base64 decoder.
17790
17791 2001-06-15 [paul]
17792
17793         0.4.99claws10
17794
17795         * sync with sylpheed 0.4.99cvs11
17796
17797 2001-06-13 [paul]
17798
17799         0.4.99claws9
17800
17801         * sync with sylpheed 0.4.99cvs9
17802
17803 2001-06-13 [hoa]
17804
17805         * src/compose.c
17806         * src/prefs_account.c
17807
17808                 SMTP server can be defined in the news account
17809                 mime type of attachment are kept.
17810
17811         * src/summaryview.c
17812
17813                 now choose the highest important score between default
17814                 and important score of folder.
17815
17816 2001-06-09 [alfons]
17817         
17818         * src/prefs_common.c: 
17819
17820                 (prefs_quote_description_create): corrected description of 
17821                 quote format characters
17822
17823 2001-06-09 [paul]
17824
17825         0.4.99claws8
17826
17827         * sync with sylpheed 0.4.99cvs8
17828
17829 2001-06-08 [sergey]
17830
17831         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17832         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17833
17834 2001-06-08 [paul]
17835
17836         0.4.99claws7
17837
17838         * sync with sylpheed 0.4.99cvs7
17839
17840 2001-06-06 [sergey]
17841
17842         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17843         clashes with autogenerated header).
17844         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17845         * src/Makefile.am: added quote_fmt.h.
17846         * src/.cvsignore: added lex/yacc autogenerated files
17847         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17848
17849 2001-06-06 [paul]
17850
17851         0.4.99claws6
17852
17853         * sync with sylpheed 0.4.99cvs6
17854
17855 2001-06-06 [hoa]
17856
17857         * added src/quote_fmt_parse.h
17858         * src/compose.c
17859                 removed warnings
17860
17861         * src/prefs.[ch]
17862                 don't modify readonly configuration files
17863
17864         * src/prefs_account.c
17865         * src/prefs_common.c
17866         * src/prefs_customheader.c
17867         * src/prefs_display_header.c
17868         * src/prefs_filter.c
17869         * src/prefs_filtering.c
17870         * src/prefs_scoring.c
17871                 don't open dialog box when configuration files
17872                 are readonly
17873
17874 2001-06-05 [sergey]
17875
17876         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17877
17878         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17879         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17880         BUILT_SOURCES to make all files rebuild properly.
17881
17882         * src/compose.c: removed #include "quote_fmt.tab.h".
17883
17884         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17885         CHARACTER value in yylval.
17886
17887         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17888         receive CHARACTER value by documented means (yylval).
17889
17890         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17891
17892 2001-06-05 [hoa]
17893
17894         * src/Makefile.am
17895                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17896
17897         * src/filtering.c
17898         * src/matcher.c
17899         * src/matcher.h
17900         * src/prefs_filtering.c
17901                 now keep the configuration for execute action
17902
17903         * src/mbox_folder.c
17904                 fixed a warning
17905
17906 2001-06-05 [paul]
17907
17908         * sync with sylpheed 0.4.99cvs5
17909
17910 2001-06-05 [hoa]
17911
17912         * src/Makefile.am
17913                 added quote_fmt.[ch]
17914
17915         * added src/quote_fmt.y
17916         * added src/quote_fmt.l
17917         * added src/quote_fmt.tab.h
17918         * added src/quote_fmt.tab.c
17919         * added src/lex.quote_fmt.c
17920                 parsing configuration for replying
17921                 and forwarding
17922
17923         * src/prefs_common.[ch]
17924                 added configuration UI for replying
17925                 and forwarding
17926
17927         * src/compose.c
17928                 using configuration for replying
17929                 and forwarding
17930
17931 2001-06-04 [hoa]
17932
17933         * src/filtering.c
17934         * src/matcher.c
17935         * src/matcher.h
17936         * src/prefs_filtering.c
17937         * src/prefs_matcher.c
17938         * src/prefs_matcher.h
17939                 action "run a command" for filtering
17940                 and matching with a command.
17941                 fixed the "whole message" matching
17942
17943         * src/mbox_folder.c
17944                 changed temporary filename for security
17945
17946         * src/messageview.c
17947                 queue the notification if it fails to send.
17948
17949         * src/prefs_common.c
17950         * src/prefs_folder_item.c
17951                 changed the default important score             
17952
17953         * src/prefs_scoring.c
17954         * src/scoring.c
17955                 hide kill score input when the folder is not
17956                 a newsgroup
17957
17958 2001-06-03 [alfons]
17959
17960         * src/prefs_common.c:
17961
17962                 (prefs_font_select): pass font name in font entry box to font
17963                 selection dialog.
17964
17965 2001-06-03 [sergey]
17966
17967         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17968
17969 2001-06-03 [paul]
17970
17971         * sync with sylpheed 0.4.99cvs4
17972
17973 2001-06-03 [alfons]
17974
17975         * src/headerwindow.c:
17976
17977                 (headerwindow_show_cb): use the selected summary view item, not
17978                 the displayed item.
17979
17980 2001-06-02 [alfons]
17981
17982         * src/headerwindow.c:
17983
17984                 (headerwindow_show_cb): always try to show msginfo
17985
17986 2001-06-02 [hoa]
17987
17988         * src/compose.c
17989                 keep attached parts when reediting or forwarding.
17990
17991 2001-06-01 [hoa]
17992
17993         * src/folderview.c
17994         * src/prefs_folder_item.[ch]
17995         * src/prefs_scoring.[ch]
17996         * src/scoring.[ch]
17997         * src/summaryview.[ch]
17998         * src/main.c
17999         * src/mainwindow.c
18000         * src/prefs_common.[ch]
18001                 support for folder scoring
18002                 kill score and important score for messages
18003         
18004         * src/prefs_account.c
18005                 some display bug fixed for local account
18006                 preferences
18007
18008 2001-05-31 [alfons]
18009
18010         * src/summaryview.c:
18011
18012                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18013                 sender to address book menu item is disabled.
18014
18015 2001-05-30 [hoa]
18016
18017         * src/filtering.[ch]
18018         * src/summaryview.c
18019                 handling summary menu / filter messages
18020
18021         * src/folder.[ch]
18022                 add some stuff
18023
18024         * src/foldersel.c
18025                 imap folders now appears in list
18026
18027         * src/mbox_folder.c
18028                 doesn't crash if destination mail is not writeable
18029
18030 2001-05-29 [hoa]
18031
18032         * src/compose.c
18033                 removed some warnings
18034
18035         * src/filtering.c
18036         * src/folder.[ch]
18037         * src/prefs_filtering.c
18038                 global string to identify any folders           
18039                 removed some debug info
18040                 filtering to mbox folders is now possible
18041
18042         * src/mainwindow.c
18043                 removed some warnings
18044
18045         * src/mbox_folder.c
18046                 permission on files are changed to read/write for user only,
18047                 nothing for other.
18048                 creation of subfolder is handled better.
18049
18050 2001-05-28 [alfons]
18051
18052         Verified the sync for src/prefs_common.[ch] and
18053         src/prefs_account.[ch]. I believe there were some
18054         minor indentation differences.
18055
18056 2001-05-28 [paul]
18057
18058         0.4.99claws3
18059
18060         * sync with 0.4.99cvs3
18061
18062 2001-05-28 [hoa]
18063
18064         * src/compose.c
18065                 handling flags for mbox format
18066
18067         * src/filtering.c
18068                 use of mark file only for MH format
18069                 handling flags for mbox format
18070                 filtering cannot yet move or copy mails to mbox folders.
18071
18072         * src/folder.[ch]
18073                 changed move_msg, copy_msg,
18074                 move_msgs_with_dest, copy_msgs_with_dest functions
18075                 uses only folder->copy_msg() function
18076                 uses folder->finished_copy() to handle the destination
18077                 folder at the end of the copy or move operation.
18078
18079         * src/foldersel.c
18080                 included mbox directories.
18081
18082         * src/folderview.[ch]
18083         * src/mainwindow.c
18084                 handle folders operation for mbox format
18085
18086         * src/mbox.c
18087                 disable conversion of "From " header
18088
18089         * src/mbox_folder.[ch]
18090                 completion of mbox format handling
18091
18092         * src/mh.c
18093                 changed mh_copy_msg() function and
18094                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18095                 mh_copy_msgs_with_dest()
18096
18097         * src/prefs_filtering.c
18098                 removed some warnings
18099
18100         * src/prefs_matcher.c
18101                 default boolean operation is AND
18102
18103         * src/procheader.c
18104                 handling flags for mbox format
18105                 handling of "From " header
18106
18107         * src/procmsg.[ch]
18108                 removed data field
18109                 added MSG_REALLY_DELETED flags to handle deletion of
18110                 messages in mbox format.
18111
18112         * src/summaryview.c
18113                 handling flags for mbox format
18114                 disable the MSG_DELETED flags when messages
18115                 are deleted in mbox format
18116
18117         * src/textview.c
18118                 "From " headers display fixed.
18119
18120 2001-05-27 [alfons]
18121
18122         * src/textview.c:
18123                 
18124                 (get_email_part): skip quoted email addresses, like in e.g.
18125                 "'alfons@proteus.demon.nl'".
18126
18127 2001-05-26 [alfons]
18128
18129         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18130         and fixing the persistence troubles when using separate windows.
18131
18132         * src/mainwindow.c:
18133         
18134             Added #define SEPARATE_ACTION used in the gtk item factory for 
18135             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18136                 use gtk_item_factory_get_widget_by_action() to get the items.
18137                 
18138             Removed separate_widget_cb from the gtk item factory data   
18139           
18140             (mainwindow_create): connect separate_widget_cb() to check
18141             menu item "toggled" signal. also passing a MainWindow pointer
18142                 as object data for both check menu items.
18143                 
18144             (separate_widget_cb): definition of separate_widget_cb() to match
18145             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18146                 window using gtk_object_get_data(). The type of window separation 
18147                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18148         
18149         * src/prefs_filtering.c,
18150           src/prefs_matcher.c: added horizontal scrollbars
18151
18152 2001-05-25 [darko]
18153
18154         * src/headerview.c
18155                 fix segfault with invalid bold font
18156         * src/summaryview.c
18157                 correctly display summary stats after row is marked
18158
18159 2001-05-23 [sergey]
18160
18161         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18162         encodings with libjconv.
18163
18164 2001-05-23 [hoa]
18165
18166         * src/Makefile.am
18167                 added mbox_folder.[ch]
18168         * src/defs.h
18169                 mbox temporary folder
18170         * src/folder.[ch]
18171         * added src/mbox_folder.[ch]
18172         * src/folderview.c
18173         * src/procheader.[ch]
18174                 added mbox support
18175         * src/mbox.c
18176                 bugfix for file incorporation filtering
18177         * src/imap.c
18178                 enable creation of MBOX
18179         * src/prefs_display_header.c
18180                 enable use of headers like "From "
18181                 something that should be fixed :
18182                         displaying of such headers add an extra space
18183         * src/prefs_folder_item.c
18184                 don't create folders because it is not necessary
18185         * src/procmsg.h
18186                 added data field to MsgInfo for mbox internal use
18187         * src/summaryview.c
18188                 added some support for mbox
18189         * src/utils.[ch]
18190                 added get_mbox_cache_dir() function
18191
18192 2001-05-23 [hiroyuki]
18193
18194         * src/headerwindow.c
18195           src/inc.c
18196           src/main.c
18197           src/mh.c
18198           src/nntp.c
18199           src/procmsg.h
18200           src/session.h
18201           src/socket.[ch]
18202           src/summaryview.c
18203           src/textview.c
18204           src/automaton.c
18205           src/folderview.c: more sync with 0.4.99cvs2.
18206
18207         * src/headerwindow.c: reverted.
18208
18209 2001-05-22 [paul]
18210
18211         0.4.99claws2
18212
18213         * sync with sylpheed 0.4.99cvs2
18214                 * src/news.[ch]
18215                 * src/nntp.[ch]
18216                 * INSTALL
18217                 * INSTALL.jp
18218
18219 2001-05-22 [alfons]
18220
18221         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18222
18223 2001-05-21 [alfons]
18224
18225         Minor things:
18226
18227         * configure.in: if gnome-config not found, "no" is displayed
18228         
18229         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18230
18231         * src/textview.c: now also possible to add mail addresses by right
18232           clicking in the text view
18233
18234         * src/codeconv.c: merged patch which fixes endless loop when encountering
18235           invalid wide characters; from Alte <010@imis.ru>  
18236
18237 2001-05-20 [alfons]
18238
18239         Added installation of gnome specific things:
18240
18241         * Makefile.am: gnome conditional
18242
18243         * configure.in: check for installed gnome
18244
18245         * added sylpheed.png, sylpheed.desktop
18246
18247 2001-05-20 [sergey]
18248
18249         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18250
18251         * src/mainwindow.h (main_window_toolbar_create): created a button
18252         for "Reply to all".
18253         (main_window_set_toolbar_sensitive): enable/disable the new button
18254         appropriately.
18255         (toolbar_reply_to_author_cb): handle the new button.
18256
18257         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18258         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18259         failure).
18260
18261 2001-05-19 [sergey]
18262
18263         * src/compose.h (ComposeReplyMode): new modes
18264         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18265         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18266
18267         * src/compose.c
18268         (compose_send): move some code into a new function:
18269         (compose_current_mail_account): new function.
18270         (compose_reply): new argument to_author, all callers changed; if
18271         to_author==TRUE and account->protocol==A_NNTP, find and use an
18272         appropriate mail account for replying.
18273         (compose_reply_set_entry): new argument to_author; ignore
18274         compose->replyto if to_author==TRUE.
18275
18276         * src/mainwindow.c: new command "Message/Reply to author".
18277         (main_window_set_menu_sensitive): enable/disable it.
18278         (reply_cb): handle it.
18279
18280         * src/summaryview.c: new command "Reply to author".
18281         (summary_set_menu_sensitive): enable/disable it.
18282         (summary_reply_cb): handle it.
18283
18284         * src/account.c (account_find_mail_from_address): new function.
18285
18286 2001-05-18 [paul]
18287
18288         0.4.99claws1
18289
18290         * sync with sylpheed 0.4.99cvs1
18291
18292 2001-05-18 [hoa]
18293
18294         * src/compose.[ch]
18295         * src/filtering.c
18296         * src/summaryview.c
18297                 new filtering action : forward and forward as attachment
18298
18299         * src/main.c
18300                 no need for $DISPLAY when we run sylpheed --help
18301                 call to parse_cmd_opt() is moved
18302
18303         * src/mainwindow.[ch]
18304                 execute button is hidden when immediate execute
18305                 is chosen
18306
18307         * src/mh.c
18308         * src/news.c
18309         * src/prefs_folder_item.c
18310         * src/procmsg.c
18311                 better handling of missing directories
18312
18313         * src/summaryview.c
18314                 reedit is enabled in outbox
18315                 reedit is enabled in queue
18316
18317 2001-05-17 [hoa]
18318
18319         * src/filtering.c
18320         * src/matcher.[ch]
18321         * src/prefs_filtering.c
18322                 changed attachement into attachment
18323
18324 2001-05-17 [alfons]
18325
18326         0.4.67claws4    
18327
18328         * sync with sylpheed 0.4.67cvs9
18329         * sync with sylpheed 0.4.67cvs7-8
18330
18331 2001-05-17 [hoa]
18332
18333         * src/Makefile.am
18334                 added prefs_filtering.c
18335
18336         * src/filtering.[ch]
18337         * src/matcher.[ch]
18338                 removed action : forward_news and forward_news_as_attachement
18339                 (forward and forward_as_attachement can be used instead)
18340
18341         * src/mainwindow.c
18342                 added menu option to access filtering configuration
18343
18344         * src/prefs_account.c
18345                 changed mail_command default to /usr/sbin/sendmail
18346
18347         * added src/prefs_filtering.[ch]
18348                 dialog box for filtering configuration
18349
18350         * src/prefs_matcher.c
18351                 added function prefs_matcher_get_criteria_from_matching()
18352
18353         * src/prefs_scoring.c
18354                 reset the dialog when register or substitute is clicked
18355
18356 2001-05-15 [hoa]
18357
18358         * src/Makefile.am
18359                 added filtering.[ch]
18360         * src/inc.c
18361                 using filering.[ch] instead of filter.[ch]
18362         * src/main.c
18363                 reading new filtering configuration
18364         * src/matcher.[ch]
18365                 added some filtering actions
18366                 and fixed a bug for headers and mail body matching
18367         * src/mbox.c
18368                 using filering.[ch] instead of filter.[ch]
18369         * src/mh.c
18370                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18371         * src/summaryview.c
18372                 some fixes for filtering
18373
18374 2001-05-14 [hiroyuki]
18375
18376         * src/send.c: fixed some weird indentations.
18377           send_message_with_command(): call pclose() only if p != NULL.
18378         * src/textview.c: get_email_part(): modified the code for readability.
18379
18380 2001-05-14 [hiroyuki]
18381
18382         * src/md5global.h
18383           src/md5ify.c
18384           src/md5ify.h: removed from the cvs.
18385
18386 2001-05-13 [sergey]
18387
18388         * src/main.c: include rfc2015.h to avoid compiler warnings.
18389         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18390         the panel is already on screen.
18391         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18392         closing the alert window by ESC as "No".
18393         * src/prefs_common.c (prefs_interface_create): moved return
18394         receipt check button to the correct place.
18395
18396 2001-03-13 [alfons]
18397
18398         * src/prefs_common.c: 
18399                 moved return receipt check button to the Send tab. (prefs_send_create)
18400                 removed the date format ui related globals. (prefs_display_create)
18401
18402         0.4.67claws3
18403         
18404         * sync with sylpheed 0.4.67cvs5-6
18405
18406 2001-05-13 [paul]
18407
18408         * added Alfons' font selection patch
18409
18410         * src/defs.h
18411         * src/headerwindow.c
18412         * src/prefs_common.c
18413         * src/prefs_common.h
18414
18415 2001-05-13 [hoa]
18416         * src/defs.h
18417                 changed version of cache
18418         * src/matcher.[ch]
18419         * src/prefs_matcher.c
18420                 added additionnal matching criteria
18421         * src/procheader.c
18422         * src/procmsg.[ch]
18423         * src/news.c
18424                 added references in MsgInfo
18425
18426 2001-05-12 [hoa]
18427
18428         * src/defs.h
18429                 prepared some things for new filtering
18430         * src/matcher.[ch]
18431                 added some matching properties
18432                 inreplyto need to be enhanced
18433                 prepared some things for new filtering
18434         * src/messageview.c
18435                 added Return-Receipt-To handling
18436         * src/prefs_folder_item.c
18437                 changed default value to TRUE
18438         * src/prefs_matcher.c
18439                 added some matching properties
18440         * src/prefs_scoring.[ch]
18441                 the scoring dialog is finished
18442         * src/procheader.c
18443                 added Return-Receipt-To handling
18444                 Reference need to be added
18445         * src/procmsg.[ch]
18446                 added Return-Receipt-To handling
18447                 added threadscore to get a better score sorting when
18448                 threads are enabled
18449         * src/summaryview.c
18450                 suppressed a bug when we sort the list
18451                 when no folder is opened.
18452                 better score sorting when threads are enabled
18453
18454 2001-05-12 [alfons]
18455
18456         * reverted previous patch because of potential errors 
18457
18458         0.4.67claws2
18459         
18460         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18461                 applied "toggle mail-retrieval dialog window" patch submitted 
18462                 by Eric Limpens <eric@qnt.net>
18463
18464         * sync with sylpheed 0.4.67cvs4
18465
18466 2001-05-12 [sergey]
18467
18468         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18469         some picky compilers.
18470         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18471         * src/grouplist_dialog.c: include alertpanel.h.
18472         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18473         fix compile warning.
18474         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18475         #include "defs.h" before others to prevent the warning of `MIN'
18476         and `MAX' redefinition.
18477
18478 2001-05-11 [hoa]
18479
18480         * src/main.c
18481         * src/messageview.c
18482         * src/prefs_account.c
18483         * src/prefs_display_header.c
18484                 removed warning
18485         * src/Makefile.am
18486                 added prefs_scoring.[ch]
18487         * src/grouplist_dialog.c
18488                 display an error dialog box if the group list
18489                 cannot be fetched.
18490         * src/mainwindow.[ch]
18491                 added main_window_set_thread_option() function
18492                 scoring dialog box enabled
18493         * src/matcher.[ch]
18494                 added flags matching unread /new / marked
18495                 / deleted / replied / forwarded
18496         * src/news.c
18497                 newsgroups are now finally in newscache
18498         * src/prefs_matcher.[ch]
18499                 finished preferences for matching dialog
18500         * added src/prefs_scoring.[ch]
18501                 scoring dialog box completed
18502         * src/scoring.[ch]
18503                 conversion to string : added scoringprop_to_string()
18504                 write config for preferences :
18505                 added prefs_scoring_write_config()
18506         * src/summaryview.c
18507                 threads can be enabled/disabled independently
18508                 for each folder
18509
18510 2001-05-10 [alfons]
18511
18512         0.4.67claws1
18513         
18514         * AUTHORS: 
18515                 thought it would be nice to have a list of all
18516                 contributors (used Changelog as a reference)
18517         
18518         * configure.in: 
18519                 messed up version numbering...
18520
18521         0.4.66claws1
18522
18523         * sync with sylpheed 0.4.67cvs1-3
18524
18525 2001-05-10 [darko]
18526
18527         * src/prefs_common.c:
18528                 better UI for strftime format, double clicking
18529                 on format now inserts the format in text entry
18530                 replaced close button with standard OK/Cancel
18531                 moved date format button to the right of the
18532                 text entry field
18533
18534 2001-05-09 [alfons]
18535
18536         * src/gtkstext.c:
18537                 Ctrl-Home / Ctrl-End have proper cursor navigation
18538
18539 2001-05-09 [hoa]
18540
18541         * src/prefs_matcher.c
18542                 finished UI to define matching properties
18543                 added ok and cancel button
18544         * src/prefs_filter.c
18545                 added ok and cancel button
18546         * src/news.c
18547                 fixed some bug in xhdr parsing
18548
18549 2001-05-08 [alfons]
18550
18551         * src/textview.c: 
18552                 fixed a bug in textview_show_header(), which displayed two colons (':');
18553                 cleaned up some warnings
18554
18555 2001-05-08 [hoa]
18556
18557         * src/Makefile.am
18558                 added prefs_matcher.[ch]
18559                 compilation with -W -Wall
18560         * src/alertpanel.c
18561                 ungrab the mouse events if grabbed - does it
18562                 fix the bug for disposition notification ?
18563         * src/mainwindow.c
18564                 added a menu option to open the matching dialog.
18565         * src/matcher.[ch]
18566                 added matcherprop_to_string() and matcherlist_to_string()
18567                 fixed some bugs, changed the name of some options
18568                 age_sup and age_inf becomes age_greater and age_lower,
18569                 body and messageheaders becomes body_part and headers_part,
18570                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18571         * src/prefs_display_header.c
18572         * src/prefs_headers.c
18573                 fixed a bug that accidentally destroyed dialogs
18574                 when closed them with delete_event
18575                 Added *_deleted() which handle delete_event signal correctly.
18576         * src/prefs_folder_item.[ch]
18577                 added "enable_thread" field for future customization
18578         * added src/prefs_matcher.[ch]
18579                 sample of the UI to define matching properties
18580         * src/procheader.c
18581                 using procheader_headername_equal instead of str*cmp functions
18582                 using procheader_parse_header() function
18583         * src/scoring.c
18584                 using MATCHING_XXX instead of SCORING_XXX
18585         * src/summaryview.c
18586                 display the sender of the news even if this is ourself
18587                 when this is a news message.
18588         * src/textview.c
18589                 using headername_equal() instead of str*cmp functions
18590
18591 2001-05-08 [alfons]
18592
18593         0.4.66claws
18594
18595         * sync with sylpheed 0.4.66
18596         * src/gtkstext.c: trace logs added 
18597
18598 2001-05-08 [sergey]
18599
18600         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18601         signature check popup.
18602         * src/rfc2015.c (check_signature): show signature check popup only
18603         if it is enabled in preferences.
18604
18605 2001-05-07 [alfons]
18606
18607         0.4.66claws4
18608         
18609         * sync with sylpheed 0.4.66cvs6
18610
18611 2001-05-07 [darko]
18612
18613         * src/prefs_common.[ch]: added option to enable/disable
18614           looking up sender name in address book for summary pane
18615         * src/summaryview.c: look up sender in the address book
18616           by using Alfons' address completion code
18617
18618 2001-05-07 [hiroyuki]
18619
18620         * src/inc.h
18621           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18622           member of Pop3State.
18623         * src/news.c: brought #include "defs.h" before #include <glib.h>
18624           to prevent the warning of `MIN' and `MAX' redefinition.
18625
18626 2001-05-06 [hoa]
18627
18628         * removed src/headers_display.[ch]
18629         * removed src/prefs_display_headers.[ch]
18630         * src/inc.c
18631                 use a temporary file in the user directory for mbox import
18632         * src/news.c
18633                 added XHDR support to get "To" and "Cc" headers
18634                 (in order to match news with to or cc field for
18635                 scoring)
18636                 added function news_parse_xhdr() to get XHDR response
18637         * src/nntp.[ch]
18638                 added function nntp_xhdr()
18639         * src/matcher.c
18640                 fetch the message if necessary
18641
18642 2001-05-06 [alfons]
18643
18644         0.4.66claws3
18645
18646         * sync with sylpheed 0.4.66cvs3-5
18647
18648 2001-05-06 [hoa]
18649
18650         * src/utils.[ch]
18651                 added function itos_buf() to enable use of several buffers
18652         * src/summaryview.c
18653                 use of itos_buf() instead of itos() in summary list
18654                 to fix the broken display of message number.
18655
18656 2001-05-06 [alfons]
18657
18658         * src/gtkstext.c: bug in cursor up navigation fixed,
18659                 fixed another unsigned / signed comparison (we're getting there :-)
18660
18661 2001-05-06 [hoa]
18662
18663         * src/Makefile.am
18664                 added scoring.c scoring.h
18665                 prefs_folder_item.c prefs_folder_item.h
18666                 matcher.c matcher.h
18667         * src/defs.h
18668                 added FOLDERITEM_RC SCORING_RC
18669         * src/folder.[ch]
18670                 added prefs field in FolderItem :
18671                 properties for each folder (PrefsFolderItem),
18672                 sorting type and mode were added as the first properties.
18673         * src/main.c
18674                 read config for scoring
18675         * added src/matcher.[ch]
18676                 gives functions to parse configuration file to do
18677                 matching on mails with a list of conditions.
18678         * src/mainwindow.c
18679                 add option to sort by score
18680         * src/prefs_common.[ch]
18681                 added preference option to show score and for
18682                 the score column size
18683         * added src/prefs_folder_item.[ch]
18684                 properties for each folder (PrefsFolderItem),
18685                 sorting type and mode were added as the first properties.
18686         * src/procheader.[ch]
18687                 added procheader_parse_header()
18688                 added procheader_header_free()
18689                 added procheader_headername_equal()
18690                 and made modification to use them.
18691         * src/procmsg.[ch]
18692                 added score field to MsgInfo structure
18693         * added src/scoring.[ch]
18694                 gives functions to parse configuration file to do
18695                 scoring on mails with a list of conditions.
18696         * src/summaryview.[ch]
18697                 save the sorting type and mode for the folder
18698                 added column to display the score of the mail
18699                 added function summary_score_clicked()
18700                 sorting type and mode are restored to the folder
18701                 when it is reopen
18702         * src/textview.c
18703                 use procheader_parse_header(), procheader_headername_equal()
18704                 removed memory leak in text_scan_header when freeing headers
18705         * src/filter.c
18706                 changed the function to match names of headers
18707                 using procheader_headername_equal()
18708
18709         Scoring functions are implemented, an interface is needed
18710         to configure that.
18711
18712 2001-05-04 [alfons]
18713
18714         * src/gtkstext.c: 
18715                 hopefully fixed the row up navigation bug,
18716                 removed adding back / forward lines to cache
18717
18718 2001-05-04 [sergey]
18719
18720         * src/prefs_display_headers.c: user interface changes:
18721         (prefs_display_headers_create): remove unused "Show" check button;
18722         allow reordering of headers by dragging.
18723         (prefs_display_headers_write_config): remove unused variables.
18724         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18725         of lists (not needed with the new UI).
18726         (prefs_display_headers_set_list): scan lists starting from row 0,
18727         not 1 (do not skip "(New)").
18728         (prefs_display_headers_find_header): new function.
18729         (prefs_display_headers_clist_set_row): do not allow duplicates.
18730         (prefs_display_headers_delete_cb): do not skip row 0; treat
18731         closing the alert window by ESC as "No".
18732         (prefs_display_headers_up): do not protect row 0.
18733         (prefs_display_headers_down): do not protect row 0.
18734
18735 2001-05-04 [sergey]
18736
18737         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18738         functions.
18739
18740         * src/summaryview.c
18741         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18742         summary_select_next_marked, summary_select_prev_marked): new
18743         functions.
18744
18745 2001-05-03 [sergey]
18746
18747         * src/news.c: fixed a bug when no article can be fetched after
18748         server timeout if the connection was restored by news_post():
18749         (news_select_group): new function.
18750         (news_fetch_msg): call news_select_group() before fetching
18751         article.
18752         (news_get_uncached_articles): set session->group after successful
18753         GROUP command.
18754
18755 2001-05-03 [hoa]
18756
18757         * src/defs.h
18758         * src/procmsg.[ch]
18759         * src/procheader.c
18760                  changed version of cache, added cc field
18761
18762         * src/prefs_display_headers.c
18763                 the interface was changed
18764
18765         * src/prefs_headers.c
18766                 added cancel button
18767
18768 2001-05-03 [alfons]
18769
18770         * completed sync of sylpheed cvs2
18771         * src/gtkstext.c: updated row up / down cursor navigation
18772         * src/textview.c: re-edited, prepared for fixing the email address
18773                 scanner.
18774
18775 2001-05-03 [darko]
18776
18777         * src/prefs_common.c: use alfons' strftime ui code
18778         entry_datefmt and datefmt_sample widgets have to be
18779         global in this module because of this change
18780
18781 2001-05-03 [hoa]
18782
18783         * src/messageview.c
18784         * src/prefs_common.[ch] added option to activate the return receipt
18785                 feature.
18786
18787 2001-05-02 [alfons]
18788
18789         * src/gtkstext.c: fix for row up/down cursor navigation. 
18790
18791         0.4.66claws2
18792         
18793         * sync with 0.4.66cvs2
18794
18795 2001-05-02 [paul]
18796
18797         added add-sender-to-addressbook patch
18798
18799         * src/addressbook.c
18800         * src/addressbook.h
18801         * src/summaryview.c
18802
18803 2001-05-02 [sergey]
18804
18805         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18806         G_ALERTDISABLE.
18807
18808         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18809         all existing callers changed to pass FALSE; create a check button
18810         to disable the message.
18811         (alertpanel_message_with_disable): new function.
18812         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18813         (alertpanel_button_toggled): new function.
18814         (alertpanel_button_clicked, alertpanel_close): set value using
18815         G_ALERT_VALUE_MASK.
18816
18817         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18818
18819         * src/prefs_common.c (prefs_privacy_create): new check button
18820         checkbtn_gpgme_warning.
18821
18822         * src/main.c (main): moved preferences reading before gpgme
18823         initialization; check prefs_common.gpgme_warning before giving the
18824         GnuPG warning and set it to FALSE if the user wants to disable the
18825         warning.
18826
18827 2001-05-02 [hiroyuki]
18828
18829         * src/prefs_display_headers.c: modified the layout and some labels.
18830
18831 2001-05-02 [sergey]
18832
18833         * src/prefs_account.c (prefs_account_fix_size): new function.
18834         (prefs_account_create): call prefs_account_fix_size(); use
18835         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18836         size when the window is shown for the first time).
18837         (prefs_account_basic_create): changed layout of serv_table; moved
18838         localmbox_entry above smtpserv_entry (logically it replaces
18839         POP3/IMAP server).
18840         (prefs_account_protocol_activated): set sensitivity of
18841         nntpauth_chkbtn according to the protocol (in addition to
18842         hide/show); commented out gtk_table_set_row_spacing() calls.
18843         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18844         not sensitive (fixes a bug with disabled username/password boxes
18845         when editing POP3 account after NNTP with authentication).
18846
18847 2001-05-02 [hoa]
18848
18849         * src/account.c
18850         * src/inc.c
18851         * src/prefs_account.[ch]
18852         * src/send.c
18853                 removed local account without SMTP server
18854                 added option to use mail command instead of a connexion
18855                 to SMTP server when a local account is used
18856         * src/prefs_headers.c
18857                 fixed a bug
18858         * src/news.c
18859                 fixed a bug when connexion immediately closed
18860
18861 2001-05-01 [alfons]
18862
18863         0.4.66claws1
18864         
18865         * sync with 0.4.65
18866
18867 2001-05-01 [sergey]
18868
18869         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18870         widget nntpauth_chkbtn.
18871         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18872         visibility.
18873         (prefs_account_nntpauth_toggled): new function.
18874
18875         * src/news.c (news_session_new_for_folder): use NNTP
18876         authentication only if ac->use_nntp_auth is set.
18877
18878 2001-05-01 [hoa]
18879
18880         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18881         * src/prefs_display_headers.c changed the UI
18882         * src/prefs_headers.c changed account_name to account_id
18883         * src/compose.c using customheader.h
18884
18885 2001-05-01 [hiroyuki]
18886
18887         * src/esmtp.c
18888           src/news.c
18889           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18890           unsynched.
18891
18892 2001-05-01 [hoa]
18893
18894         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18895         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18896                 for displaying of headers
18897         * src/grouplist_dialog.[ch] minor changes to remove warnings
18898         * src/prefs_display_headers.[ch] dialog to choose the
18899         headers to display in the mail viewer.
18900         * src/headers.h correction of #define
18901         * src/headers_display.[ch] configuration for displaying of headers.
18902         * src/main.c read config of displaying of headers
18903         * src/prefs_common.c add a button to access the config dialog
18904                 for displaying of headers
18905         * src/prefs_display_headers.[ch] dialog for configuration for
18906                 displaying of the headers.
18907         * src/prefs_headers.c cleaning of code
18908         * src/procheader.c comments added to code
18909         * src/textview.c changes to reorder the headers depending
18910                 on the config for displaying of headers
18911
18912 2001-04-30 [alfons]
18913
18914         0.4.65claws7
18915
18916         * sync with 0.4.65cvs12
18917
18918         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18919
18920 2001-04-30 [sergey]
18921
18922         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18923
18924         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18925         is set to force reconnection after authentication failure.
18926         (nntp_gen_command): set sock->auth_failed on authentication
18927         failure, or if sock->userid and sock->passwd are not set.
18928
18929         * src/news.c (news_session_new_for_folder): set userid=NULL if
18930         password dialog is cancelled.
18931
18932 2001-04-30 [sergey]
18933
18934         * src/nntp.h (NNTPSockInfo): new type.
18935
18936         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18937         SockInfo.
18938         (nntp_open_auth, nntp_close): new functions.
18939         (nntp_gen_command): new function to handle authentication; all
18940         NNTP command functions updated to use it.
18941         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18942         (nntp_list): removed old useless code.
18943
18944         * src/news.h (NNTPSession): new field nntp_sock.
18945
18946         * src/news.c: all functions updated to use NNTPSockInfo instead of
18947         SockInfo.
18948         (news_session_new): new arguments (userid, passwd); made static;
18949         use nntp_open_auth() if needed.
18950         (news_session_destroy): use nntp_close() instead of sock_close().
18951         (news_query_password): changed arguments.
18952         (news_session_new_for_folder): new function.
18953         (news_session_get): use news_session_new_for_folder().
18954         (news_authenticate): deleted.
18955         (news_get_uncached_articles): removed old authentication code.
18956
18957 2001-04-30 [sergey]
18958
18959         * src/news.c: reverted my previous changes (need to do NNTP
18960         authentication in a cleaner way).
18961         
18962 2001-04-29 [sergey]
18963
18964         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18965         news_nntp_post, news_nntp_mode): new functions (wrappers with
18966         authentication support).
18967         (news_get_article_cmd, news_get_article, news_get_header): new
18968         argument "folder"; all callers changed.
18969         (news_get_article_cmd): added authentication support.
18970         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18971         (news_post): use news_nntp_post() instead of nntp_post().
18972         (news_get_uncached_articles): use news_nntp_group() instead of
18973         nntp_group() and news_nntp_xover() instead of nntp_xover();
18974         removed old authentication code.
18975         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18976
18977         * src/nntp.c (nntp_list): return real error code instead of
18978         hardcoded NN_ERROR.
18979
18980 2001-04-29 [sergey]
18981
18982         * configure.in: fixed wint_t typedef detection again
18983
18984 2001-04-28 [hoa]
18985
18986         * src/prefs_account.[ch], added A_LOCAL_CMD
18987                 (send mail with mail command)
18988         * src/send.c added function send_message_with_command()
18989         * src/inc.c made a more secure get_spool() function with
18990                 mktemp() but maybe mkstemp() or something more
18991                 secure can be used.
18992
18993 2001-04-28 [alfons]
18994
18995         * src/textview.c, colorization of email addresses in headers
18996
18997         0.4.65claws6
18998
18999         * bug sync with sylpheed
19000         * prefs_common.c: created date format ui for darko
19001         * sync with 0.4.65cvs11
19002         * configure.in: corrected to have the new gpg checks
19003
19004 2001-04-27 [alfons]
19005
19006         * completed sync with 0.4.65cvs10
19007         * minor debug things added to gtkstext.c
19008
19009 2001-04-27 [darko]
19010
19011         * configure.in: remove check for availability of
19012           strftime() as advised by Hiroyuki
19013         * src/prefs_common.[ch], src/procheader.c:
19014           synch strftime() code with Hiroyki's main branch
19015
19016 2001-04-26 [sergey]
19017
19018         * src/news.c: news_query_password(), news_authenticate(): new
19019           functions.
19020           news_get_uncached_articles(): added NNTP authentication
19021           handling.
19022         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19023           new functions.
19024         * src/prefs_account.c: prefs_account_protocol_activated():
19025           enable userid and password fields for NNTP.
19026
19027 2001-04-26
19028
19029         * configure.in: check for availability of strftime()
19030           [darko]
19031         * src/prefs_common.[ch], src/procheader.c: use
19032           strftime() for displaying date in summary pane if it
19033           is available
19034
19035 2001-04-25
19036
19037         * more .cvsignore cleanups [alfons]
19038
19039 2001-04-25
19040
19041         * ac/sv-check-type.m4: new autoconf macro.
19042         * configure.in: fixed wint_t typedef detection (did not work
19043           with gcc-2.96).
19044
19045 2001-04-25
19046
19047         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19048           [hiroyuki]
19049
19050 2001-04-24
19051         * modified gtkstext.c : buggy cursor navigation fixed, 
19052           and font descent also taken in account when drawing
19053           cursor. [alfons]
19054
19055 2001-04-24 [hoa]
19056         * added comments in src/news.c src/nntp.c
19057         * added src/prefs_headers.[ch]
19058         * added src/headers.[ch]
19059         * modified compose.c to activate custom headers
19060                 added function is_in_custom_headers
19061         * modified prefs_account.[ch]
19062                 added function prefs_account_customhdr_edit
19063         * modified src/defs.h :
19064                 added HEADERS_RC : name of the config file
19065                 for the custom headers
19066
19067 2001-04-24
19068
19069     0.4.65claws5
19070
19071         * configure.in
19072           src/gtkstext.[ch]
19073           src/compose.c
19074           src/Makefile.am
19075           
19076           added gtkstext with configure.in patch by Hiroyuki which
19077           should fix the XIM detection [alfons]
19078
19079         * more clean up of cvs [alfons]
19080
19081                  * removed all Makefile.in files to attic.
19082
19083                  * updated all .cvsignores to really ignore things that could
19084                    be unintentionally committed by a recursive commit.
19085
19086 2001-04-23 [hoa]
19087         * added src/grouplist_dialog.[ch]
19088         * changed src/folderview.c to call grouplist_dialog instead
19089                 of inputdialog
19090         * src/news.c :
19091                 added functions news_reset_group_list
19092                 and news_get_group_list
19093         * src/nntp.c :
19094                 added function nntp_list
19095         * src/defs.h :
19096                 added GROUPLIST_FILE : name of the newsgroup list cache file
19097
19098 2001-04-21
19099
19100         * added option to warn about queued messages on exit [sergey]:
19101
19102           * src/compose.c: compose_queue(): call folder_item_scan()
19103             and folderview_update_item() after queueing.
19104           * src/folderview.c: folderview_update_node(): draw the queue
19105             folder in bold font if there are queued messages.
19106           * src/mainwindow.c: queued_messages(): new function.
19107             app_exit_cb(): display warning if there are queued messages
19108             if warn_queued_on_exit is set.
19109           * prefs_common.[ch]: add warn_queued_on_exit option.
19110
19111         * enhanced GnuPG key selection support [sergey]:
19112
19113           * src/select-keys.c: updated to newer version from Win32
19114             branch with support for selecting arbitrary keys.
19115           * src/prefs_account.c: added the Privacy tab to the account
19116             options window.
19117             prefs_account_privacy_create(),
19118             prefs_account_sign_key_set_data_from_radiobtn(),
19119             prefs_account_sign_key_set_radiobtn(): new functions.
19120           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19121           * src/rfc2015.c: set_signers(): new function.
19122             pgp_sign(): add the account parameter, call set_signers().
19123             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19124           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19125           * src/compose.c: pass the current account to rfc2015_sign().
19126
19127         * tag name claws added to prevent confusion with main branch [alfons]
19128
19129         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19130
19131         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19132
19133         * sync with recent sylpheed cvs. Untested though. [alfons]
19134