0.9.6claws24
[claws.git] / ChangeLog.claws
1 2003-10-14 [christoph]  0.9.6claws24
2
3         * src/textview.c
4                 fix missing last line in plain/text mails
5
6 2003-10-13 [luke]       0.9.6claws23
7
8         * src/summaryview.c
9                 fix bug 334 (part 1)
10
11 2003-10-13 [kov]        0.9.6claws22
12
13         * src/mimeview.c
14                 error checking when the user enters a non-directory at
15                 the file selection dialog.
16                 work-around for users entering directory location without
17                 adding a leading G_DIR_SEPARATOR.
18
19 2003-10-13 [luke]       0.9.6claws21
20
21         * src/compose.c
22                 error reporting for inserting files, including catching
23                 invalid characters for current locale/encoding
24
25 2003-10-13 [paul]       0.9.6claws20
26
27         * src/folderview.c
28                 fix bug #347 'subscribe newsgroups crashes'
29
30 2003-10-13 [paul]       0.9.6claws19
31
32         * src/compose.c
33                 when using 'Reply to all' include the 'send replies
34                 to' folder property
35                 
36         * po/ja.po
37                 update Japanese translation. submitted by Rui Hirokawa 
38                 <rui_hirokawa@ybb.ne.jp>        
39
40 2003-10-13 [hoa]        0.9.6claws18
41
42         * src/account.c
43         * src/compose.c
44         * src/messageview.c
45         * src/procheader.c
46         * src/procheader.h
47                 rename get_header_from_msginfo() into
48                 procheader_get_header_from_msginfo() so that we have a
49                 coherent exported naming.
50                 avoid parsing of header contained in a string via
51                 a newly written temporary file.
52
53         Patch submitted by Simon 'corecode' Schubert
54                 <corecode@corecode.ath.cx>
55
56 2003-10-12 [hoa]        0.9.6claws17
57
58         * src/filtering.c
59         * src/filtering.h
60         * src/matcher.c
61         * src/matcher.h
62         * src/matcher_parser_parse.y
63         * src/prefs_filtering_action.c
64                 added "stop" action : stop applying the filtering rules.
65                 added "set score" and "increase/decrease score" actions.
66                 That two last action replace the "change_score" action
67                 introduced by alfons in 0.8.8claws85.
68                 "set score" is to set a given score to the message.
69                 "increase/decrease score" will increase or decrease the
70                 score if the given value is respectively positive or
71                 negative. If someone find a some better name for this last
72                 rule, it can be modified.
73
74 2003-10-12 [paul]       0.9.6claws16
75
76         * AUTHORS
77           po/ja.po
78                 update Japanese translation. submitted by Rui Hirokawa 
79                 <rui_hirokawa@ybb.ne.jp>
80
81 2003-10-12 [christoph]  0.9.6claws15
82
83         * src/procmime.c
84                 fix crash caused by incorrect headers
85
86 2003-10-10 [christoph]  0.9.6claws14
87
88         * src/main.c
89         * src/privacy.[ch]
90         * src/rfc2015.[ch]
91                 implement detection of signed message parts for rfc2015
92
93 2003-10-10 [thorsten]   0.9.6claws13
94
95         * src/mimeview.c
96                 fix typo
97
98 2003-10-10 [christoph]  0.9.6claws12
99
100         * src/stock_pixmap.[ch]
101         * src/pixmaps/mime_message.xpm                  ** NEW **
102                 add a new icon for mime type "message"
103
104         * src/privacy.[ch]
105         * src/procmime.[ch]
106                 add crypto api
107
108         * src/mimeview.c
109                 o use crypto api
110                 o add icons for message type mime parts
111
112 2003-10-10 [christoph]  0.9.6claws11
113
114         * src/mainwindow.c
115         * src/messageview.[ch]
116         * src/mimeview.[ch]
117         * src/procmime.[ch]
118         * src/procmsg.[ch]
119         * src/rfc2015.c
120         * src/summaryview.c
121         * src/textview.[ch]
122                 o remove switching between TextView and MimeView in MessageView
123                   (if required we can hide the icon box and the MimeView will
124                    look exaxtly like the TextView)
125                 o temporary remove signature and decrypting GPGME code
126
127 2003-10-09 [christoph]  0.9.6claws10
128
129         * src/action.c
130         * src/compose.c
131         * src/messageview.c
132         * src/mimeview.c
133         * src/procmime.[ch]
134         * src/procmsg.c
135         * src/rfc2015.c
136         * src/textview.c
137         * src/common/utils.[ch]
138         * src/plugins/clamav/clamav_plugin.c
139         * src/plugins/dillo_viewer/dillo_viewer.c
140         * src/plugins/image_viewer/viewer.c
141         * src/plugins/mathml_viewer/mathml_viewer.c
142                 new mime parser (several things need fixing)
143
144 2003-10-09 [paul]       0.9.6claws9
145
146         * src/imap.c
147                 a little more sync with 0.9.6cvs2 and a tidy up
148
149 2003-10-08 [paul]       0.9.6claws8
150
151         * sync with 0.9.6cvs2
152                 see ChangeLog 2003-10-03
153
154 2003-10-05 [christoph]  0.9.6claws7
155
156         * src/summaryview.c
157                 don't use flags to check if a message is in a news folder
158
159         (closes Bug 282 clicking on folder with copied Messages from News
160          immediately after having copied them crashes Sylpheed-Claws)
161
162 2003-10-05 [christoph]  0.9.6claws6
163
164         * src/Makefile.am
165         * src/progressdialog.[ch]               ** REMOVE **
166         * src/gtk/Makefile.am
167         * src/gtk/progressdialog.[ch]           ** NEW **
168                 move progressdialog to gtk directory
169
170 2003-10-04 [christoph]  0.9.6claws5
171
172         * src/prefs_toolbar.c
173         * src/gtk/prefswindow.c
174                 remove widget_show_all for pages root widget
175
176         * src/plugins/spamassassin/spamassassin.[ch]
177         * src/plugins/spamassassin/spamassassin_gtk.c
178         * src/plugins/spamassassin/spamassassin_gtk.glade
179                 add support for new libspamc transports
180
181 2003-10-04 [christoph]  0.9.6claws4
182
183         * src/plugins/spamassassin/libspamc.[ch]
184         * src/plugins/spamassassin/spamassassin.c
185         * src/plugins/spamassassin/utils.[ch]
186                 update libspamc to version from SpamAssassin 2.60
187
188 2003-10-03 [christoph]  0.9.6claws3
189
190         * src/send_message.c
191                 fix missing format string bug found by
192                 Georgi Guninski <guninski@guninski.com>
193
194 2003-10-03 [paul]       0.9.6claws2
195
196         * po/zh_CN.po
197                 update Simpilified Chinese translation, submitted by
198                 Hansom Young
199
200 2003-10-02 [christoph]  0.9.6claws1
201
202         * src/imap.c
203                 add UIDPLUS support for COPY and EXPUNGE
204
205 2003-10-02 [paul]       0.9.6claws
206
207         * 0.9.6claws released
208
209 2003-10-02 [paul]
210
211         * po/es.po
212           po/sk.po
213                 update Spanish and Slovak translations
214                 submitted by Ricardo Mones Lastra and Andrej Kacian
215  
216 2003-10-02 [paul]       0.9.5claws43
217
218         * po/en_GB.po
219                 update British English translation
220
221 2003-10-02 [paul]       0.9.5claws42
222
223         * po/hr.po
224                 update Croatian translation, submitted by Dragan
225
226 2003-10-01 [paul]       0.9.5claws41
227
228         * po/pl.po
229           po/sr.po
230                 update Polish and Serbian translations, submitted by
231                 Emil and Urke MMI
232
233 2003-10-01 [melvin]     0.9.5claws40
234
235         * po/fr.po
236                 Updated French translations
237
238 2003-10-01 [melvin]     0.9.5claws39
239
240         * src/prefs_fonts.c
241                 Fixed a Gtk warning
242
243         * src/plugins/dillo_prefs.c     
244                 Quasi unnoticeable UI clean-up.
245
246 2003-10-01 [paul]
247
248         * tools/README
249           tools/maildir2sylpheed.pl
250                 bug fixes, rewrites, submitted by Matthias Förste 
251                 <itsjustme@users.sourceforge.net>
252
253 2003-09-29 [paul]       0.9.5claws38
254
255         * src/inc.c
256                 fix my coding carelessness
257
258 2003-09-29 [paul]       0.9.5claws37
259
260         * po/POTFILES.in
261           src/Makefile.am
262           src/main.c
263           src/prefs_common.[ch]
264           src/prefs_fonts.[ch]  ** NEW FILES **
265                 move Font config options to Other Prefs/Display/Fonts
266                 (user's current configuration is preserved)
267
268 2003-09-29 [paul]       0.9.5claws36
269
270         * src/inc.c
271           src/prefs_account.c
272                 allow 'local_mbox' value to point to either a directory 
273                 (/var/mail -  default, new) or a file (/var/mail/username
274                 - original)
275
276 2003-09-28 [paul]       0.9.5claws35
277
278         * src/rfc2015.c
279                 on signature check, where key exists, print the
280                 Key ID
281
282 2003-09-27 [alfons]     0.9.5claws34
283
284         * src/action.c
285                 o make progress bar not fill/expand when resizing dialog
286                 o use default fixed text font for actions output
287
288 2003-09-27 [paul]       0.9.5claws33
289
290         * src/prefs_common.[ch]
291           src/procmsg.c
292           src/send_message.c
293                 remove External Program settings from Common Prefs/Send
294                 as they are now unnecessary due to Local account settings.
295                 plus a little tidying-up after 0.9.5claws31
296
297 2003-09-27 [paul]       0.9.5claws32
298
299         * src/prefs_account.c
300                 o make correction to gui text:
301                   'Local mailbox file' -> 'Local mailbox directory'
302                 o give 'local_mbox' option a reasonable default value:
303                   '/var/mail'
304                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
305                   value
306
307 2003-09-26 [paul]       0.9.5claws31
308
309         * src/inc.c
310           src/prefs_common.[ch]
311                 remove 'Incorporate from spool' common pref,
312                 force creation of a 'Local' account
313
314 2003-09-26 [christoph]  0.9.5claws30
315
316         * src/folder.c
317         * src/msgcache.c
318                 add more NULL pointer checks
319
320 2003-09-25 [christoph]  0.9.5claws29
321
322         * src/folder.c
323                 o don't fetch source message to get it's message id
324                 o immediately scan dest folder when copying a message did not
325                   return a new message number and not do it when the first message
326                   without a new message number is found
327
328 2003-09-23 [christoph]  0.9.5claws28
329
330         * src/compose.c
331                 fix generating of headers
332
333         (patch by David Relson <relson@osagesoftware.com>)
334
335 2003-09-23 [paul]       0.9.5claws27
336
337         * po/zh_CN.po
338                 update Simplified Chinese translation. submitted by
339                 Hansom Young
340
341 2003-09-23 [paul]       0.9.5claws26
342
343         * tools/Makefile.am
344           tools/README
345           tools/vcard2xml.py    ** NEW FILE **
346                 add a script that converts an evolution vcard to
347                 sylpheed's xml format
348                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
349
350 2003-09-22 [paul]       0.9.5claws25
351
352         * src/plugins/clamav/clamav_plugin.c
353                 don't skip MULTIPART parts
354
355 2003-09-21 [christoph]  0.9.5claws24
356
357         * src/alertpanel.c
358                 remove unneeded include
359
360         * src/folder.c
361                 clean up copy/move mess with duplicated code
362
363         * src/imap.c
364                 fix problem that sometimes the folder was not scanned
365                 also it was changed
366
367 2003-09-21 [christoph]  0.9.5claws23
368
369         * src/Makefile.am
370         * src/logwindow.[ch]                    ** REMOVE **
371         * src/mainwindow.c
372         * src/prefs_common.c
373         * src/gtk/Makefile.am
374         * src/gtk/logwindow.[ch]                ** ADD **
375                 make logwindow prefs_common independent and move
376                 it to gtk directory
377
378 2003-09-20 [christoph]  0.9.5claws22
379
380         * src/compose.c
381                 add extra space for address code conversion
382                 (4 * unconvered size could be too small for short headers)
383
384 2003-09-20 [christoph]  0.9.5claws21
385
386         * src/compose.c
387                 increase temp buffer size when writing headers
388
389 2003-09-19 [darko]      0.9.5claws20
390
391         * src/compose.c
392                 don't ignore value of 'Save copy of outgoing messages to
393                 this folder instead of Sent' in message redirect
394
395 2003-09-17 [christoph]  0.9.5claws19
396
397         * src/compose.c
398                 use ", " as address seperator for mail headers and pass whole
399                 header line at once to compose_convert_header to make sure
400                 it is correctly folded
401
402         (closes Bug 64 Problem when sending to many recipients)
403
404 2003-09-17 [hoa]        0.9.5claws18
405         
406         * src/matcher.[ch]
407           src/matcher_parser_parse.y
408           src/prefs_matcher.c
409                 changed the keyword used for command execution in condition
410                 keyword is changed from "execute" to "test"
411                 so that it is not the same as the one used for action.
412                 This will fix a bug when using filtering dialog.
413                 All semantic in the code is also changed to reflect
414                 the keyword change.
415
416 2003-09-17 [paul]
417         
418         * sync with 0.9.6 release
419
420 2003-09-17 [paul]       0.9.5claws17
421
422         * sync with 0.9.5cvs8
423                 see ChangeLog 2003-09-16 and 2003-09-17
424
425 2003-09-16 [paul]       0.9.5claws16
426
427         * sync with 0.9.5cvs6
428                 see ChangeLog 2003-09-16
429
430 2003-09-15 [paul]       0.9.5claws15
431
432         * sync with 0.9.5cvs5
433                 see ChangeLog 2003-09-15
434
435 2003-09-14 [alfons]     0.9.5claws14
436
437         * src/inc.c
438                 make "Go to inbox after receiving new mail" again;
439                 regression of a sync, restored to sylpheed main 
440                 behaviour. (misses still some bits)
441
442 2003-09-14 [alfons]     0.9.5claws13
443
444         * src/prefs_filtering_action.c
445                 o add proper message if empty execute command line
446                 o don't select first action item after registering a
447                   new action to prevent (what seems to be a GTK) bug
448                   #36, "filtering will only accept one action change 
449                   per invocation".
450
451 2003-09-14 [alfons]     0.9.5claws12
452
453         * src/prefs_filtering.c
454         * src/prefs_filtering_action.c
455         * src/prefs_matcher.c
456                 fix function signature for key_pressed_event signal handlers
457
458 2003-09-14 [alfons]     0.9.5claws11
459
460         * src/mainwindow.c
461                 fix regression caused by fix for invalid bug #7
462                 (should fix #246, "Multiple selections are deselected when 
463                 moving from search window to main window")
464                 
465 2003-09-14 [alfons]     0.9.5claws10
466         
467         * src/actions.[ch]
468         * src/filtering.[ch]
469         * src/prefs_actions.c
470                 allow `filtering actions` in actions; only for advanced users
471                 right now: try for example, "%as{mark color 2}" 
472         
473 2003-09-13 [paul]       0.9.5claws9
474         
475         * po/pl.po
476           po/zh_CN.po   ** NEW FILE **
477                 update Polish translation, submitted by Emil 
478                 <eminowbl@posejdon.wpk.p.lodz.pl>
479                 add new Simplified Chinese translation, submitted by
480                 Hansom Young <hansom_young@yahoo.com>
481
482 2003-09-12 [alfons]     0.9.5claws8
483
484         * src/summaryview.c
485                 don't open separate message views when View | Separate message view
486                 is active 
487                 (please look carefully for any navigation regressions)
488
489 2003-09-11 [alfons]     0.9.5claws7
490
491         * src/mainwindow.c
492                 make default message view, opened by View | Separate message 
493                 view, look like a claws message view (which includes a menu
494                 bar and a toolbar)
495                 (fixes bug #298, "message view loses tool bar") 
496
497 2003-09-11 [christoph]  0.9.5claws6
498
499         * src/folderview.c
500                 fix double deleting of newsgroup folders
501
502         (closes Bug 305 crash after deleting of a newsgroup)
503
504 2003-09-11 [paul]       0.9.5claws5
505
506         * src/rfc2015.c
507           src/common/utils.h
508                 more sync'ing from 0.9.5cvs2
509
510 2003-09-11 [christoph]  0.9.5claws4
511
512         * src/compose.c
513         * src/rfc2015.c
514         * src/common/utils.h
515                 fix sync with 0.9.5cvs2
516
517 2003-09-11 [paul]       0.9.5claws3
518
519         * sync with 0.9.5cvs4
520                 see ChangeLog 2003-09-11
521
522 2003-09-11 [paul]       0.9.5claws2
523
524         * sync with 0.9.5cvs2
525                 see ChangeLog 2003-09-05
526                 
527 2003-09-11 [paul]       0.9.5claws1
528
529         * sync with 0.9.5cvs3
530                 see ChangeLog 2003-09-10
531
532 2003-09-10 [paul]       0.9.5claws
533
534         * 0.9.5claws released
535
536 2003-09-10 [paul]       0.9.4claws78
537
538         * src/Makefile.am
539                 add missing files
540
541 2003-09-10 [melvin]     0.9.4claws77
542
543         * po/fr.po
544                 Updated French translations
545
546 2003-09-10 [paul]       0.9.4claws76
547
548         * po/es.po
549           po/sk.po
550           po/sr.po
551                 update Spanish, Slovak, and Serbian translations.
552                 submitted by Ricardo Mones Lastra, Andrej Kacian,
553                 and Urke MMI
554                 
555         * AUTHORS
556                 add translation team section
557
558 2003-09-09 [christoph]  0.9.4claws75
559
560         * src/folder.c
561                 free item->prefs in folder_item_destroy
562
563 2003-09-09 [alfons]     0.9.4claws74
564
565         * src/folderview.c
566                 o proper check for root node sorting
567                 o remove unnecessary gtk_ctree_remove_node 
568
569         (should fix bug #300, "crash while moving folder")      
570
571 2003-09-08 [christoph]  0.9.4claws73
572
573         * src/folderview.c
574                 o fix double adding of IMAP FolderItems to GtkCTree
575                 o fix crash then mbox folder is removed
576
577 2003-09-08 [christoph]  0.9.4claws72
578
579         * src/folder.c
580         * src/folderview.c
581         * src/mainwindow.c
582                 fix new folder notification
583
584         * src/mbox_folder.c
585                 fix cache path
586
587 2003-09-08 [christoph]  0.9.4claws71
588
589         * src/compose.c
590                 replace '\n' and '\r' before removing trailing spaces
591
592         * src/folder.[ch]
593         * src/folderview.c
594                 add information about new or removed items in folder tree change
595                 notification and use this in folderview to add and remove only
596                 the appected items and not refresh the whole tree
597
598 2003-09-07 [match]      0.9.4claws70
599
600         * src/Makefile.am
601         * src/addr_compl.c
602         * src/addressbook.c
603         * src/addressitem.h
604         * src/addrindex.c
605         * src/addritem.c
606         * src/addritem.h
607         * src/addrquery.c                       ** NEW **
608         * src/addrquery.h
609         * src/ldapquery.c
610         * src/ldapserver.c
611         * src/stock_pixmap.c
612         * src/stock_pixmap.h
613         * src/pixmaps/address_search.xpm        ** NEW **
614                 re-introduce Lookup button for LDAP 'static' searches.
615
616 2003-09-07 [alfons]     0.9.4claws69
617         
618         * src/summaryview.c
619                 abandon setting usize for messageview because it gives layout problems
620                 with the quick search bar and the headerview; fixes assorted UI glitches:
621                 
622                 o bug #148, "Toggling of quick-search bar reduces index view area" 
623                 o bug #280, "Window resiizes for line length but does not revert"
624
625 2003-09-07 [christoph]  0.9.4claws68
626
627         * src/compose.c
628                 o make sure we don't have any newlines in header values
629                 o check custom headers for spaces and newlines and ignore
630                   malformed header names
631
632 2003-09-06 [christoph]  0.9.4claws67
633
634         * src/folder.c
635         * src/folderview.c
636                 invoke notification hook for folder tree changes after append
637                 and remove folder
638
639         (closes Bug 294 Crash while moving folder with many subdirectories)
640
641 2003-09-06 [christoph]  0.9.4claws66
642
643         * src/folder.c
644                 destroy folder's MsgCache if FolderItem is removed to make sure
645                 it is not saved when the FolderItem is destroyed
646
647 2003-09-06 [christoph]  0.9.4claws65
648
649         * src/plugins/clamav/clamav_plugin.c
650                 fix copy & paste bug
651
652 2003-09-05 [christoph]  0.9.4claws64
653
654         * src/folder.c
655         * src/messageview.[ch]
656         * src/procmsg.[ch]
657         * src/summaryview.c
658                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
659                 by MessageView to clear it when the message is deleted. Should
660                 work even if messages are deleted in MainWindow or by
661                 processing.
662
663 2003-09-05 [alfons]     0.9.4claws63
664
665         * src/messageview.c
666                 deleting a message in a message view frees its msginfo, make 
667                 messageview_update_all() aware of that (should fix bug #293,
668                 "deleting message caused crash")
669
670 2003-09-05 [melvin]     0.9.4claws62
671
672         * src/action.c
673                 Improve synchronous action exit code (fixes 
674                 a ~5 seconds delay after action exit on RedHat 9)
675
676 2003-09-04 [christoph]  0.9.4claws61
677
678         * src/compose.c
679         * src/rfc2015.c
680         * src/common/utils.[ch]
681                 add util function to create mime boundary and use it
682                 in compose and gpg code
683
684 2003-09-04 [alfons]     0.9.4claws60
685
686         * src/folder.c
687                 source folder item's GNode should already have been freed in 
688                 a previous call to src->folder->klass->remove_folder()
689                 (should fix bug #287, "crash when moving folders")
690
691 2003-09-03 [thorsten]   0.9.4claws59
692
693         * src/plugins/spamassassin/spamassassin_gtk.c
694                 fix compile error
695
696 2003-09-03 [christoph]  0.9.4claws58
697
698         * src/plugins/spamassassin/spamassassin.[ch]
699         * src/plugins/spamassassin/spamassassin_gtk.c
700                 add timeout config option
701
702 2003-09-03 [paul]       0.9.4claws57
703
704         * po/sk.po      ** NEW FILE **
705                 add Slovak translation. Submitted by Andrej Kacian 
706                 <andrej@kacian.sk>
707
708 2003-09-03 [paul]       0.9.4claws56
709
710         * src/plugins/clamav/clamav_plugin_gtk.c
711                 gui tweaks: replace a label with a tooltip, modify the
712                 text, use gtk_check_button_new(); instead of
713                 gtk_check_button_new_with_label("");
714
715 2003-09-02 [alfons]     0.9.4claws55
716
717         * src/gtk/filesel.c
718                 remember last used dir when attaching multiple files (should fix
719                 bug #290, "Attach File does not remember directory")
720
721 2003-09-01 [paul]       0.9.4claws54
722
723         * po/es.po
724                 updated by Ricardo Mones Lastra
725
726 2003-09-01 [alfons]     0.9.4claws53
727
728         * src/gtk/gtkaspell.[ch]
729                 be pedantic and strict and use const gchar * instead of guchar *
730
731 2003-09-01 [alfons]     0.9.4claws52
732
733         * src/mainwindow.c
734         * src/summaryviewc.
735                 re-enable Save As when multiple messages are selected
736
737 2003-09-01 [paul]       0.9.4claws51
738
739         * src/textview.c
740                 g_free(trimmed_uri);
741
742 2003-09-01 [paul]       0.9.4claws50
743
744         * sync with 0.9.4cvs13
745                 see ChangeLog 2003-09-01
746
747 2003-09-01 [paul]       0.9.4claws49
748
749         * src/textview.c
750                 trim uri before sending to the statusbar
751                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
752                 in the message window causes main S-C window to enlarge 
753                 past screen edges'
754
755 2003-09-01 [paul]       0.9.4claws48
756
757         * sync with 0.9.4cvs12
758                 see ChangeLog 2003-09-01
759
760 2003-08-30 [christoph]  0.9.4claws47
761
762         * src/compose.c
763         * src/folder_item_prefs.[ch]
764         * src/prefs_folder_item.c
765         * src/gtk/gtkaspell.[ch]
766                 commit per folder dictionary patch by
767                 Paul Evans <nerd@freeuk.com>
768
769 2003-08-30 [christoph]  0.9.4claws46
770
771         * src/plugins/spamassassin/spamassassin_gtk.c
772         * src/plugins/spamassassin/spamassassin_gtk.glade
773                 reduce GUI clutter by placing hints into tooltips
774
775 2003-08-30 [paul]       0.9.4claws45
776
777         * src/compose.c
778                 add 'Content-Disposition: inline' to a text/plain
779                 part when using PGP/MIME signing
780
781 2003-08-30 [paul]       0.9.4claws44
782
783         * src/prefs_common.c
784           src/prefs_spelling.c
785           src/prefs_spelling.glade
786                 reduce GUI clutter by placing hints into tooltips
787
788 2003-08-29 [christoph]  0.9.4claws43
789
790         * configure.ac
791                 fix bug found by Ivan Rayner <ivanr@sgi.com>
792
793         * src/stock_pixmap.c
794                 change unecessary warning into a debug message
795
796         * src/plugins/clamav/Makefile.am
797                 Fix error "-I$(CLAMAV_LIBS)"
798
799 2003-08-29 [christoph]  0.9.4claws42
800
801         * intl/Makefile.in
802         * src/Makefile.am
803         * src/matcher.h
804         * src/common/Makefile.am
805         * src/common/passcrypt.c
806                 commit fixes and patches for some of the IRIX problems found by
807                 Ivan Rayner <ivanr@sgi.com>
808
809 2003-08-29 [paul]       0.9.4claws41
810
811         * src/prefs_filtering.c
812                 add 'Top' and 'Bottom' buttons, based on changes in
813                 src/prefs_filter.c in 0.9.4cvs11.
814
815 2003-08-27 [christoph]  0.9.4claws40
816
817         * src/folderview.c
818                 fix bug that the current summary settings were copied to the
819                 wrong folder item, when the folder item prefs are opened.
820                 Copying is not required because summary settings and
821                 folder_item_prefs do not contain the same settings
822
823 2003-08-27 [thorsten]   0.9.4claws39
824
825         * src/imap.c
826                 fix compile error
827
828 2003-08-26 [paul]       0.9.4claws38
829
830         * sync with 0.9.4cvs9
831                 see ChangeLog 2003-08-26
832
833 2003-08-25 [paul]       0.9.4claws37
834
835         * sync with 0.9.4cvs8
836                 see ChangeLog 2003-08-25
837
838 2003-08-24 [christoph]  0.9.4claws36
839
840         * src/prefs_filtering.c
841                 shouldn't remove items from a GSList while iterating over the
842                 list (makes cur invalid and cur->next not accessable)
843
844         (closes Bug 272 i deleted an folder and some seconds later sylpheed
845          crashed)
846
847 2003-08-23 [christoph]  0.9.4claws35
848
849         * src/news.c
850                 news folders should be scanned when opened
851
852 2003-08-22 [christoph]  0.9.4claws34
853
854         * src/prefs_folder_item.c
855                 use macro to assign strings that always frees the old string
856
857         * src/gtk/gtkaspell.[ch]
858                 add gtkaspell_set_dictionary_menu_active_item() to set active
859                 item in dictionary option menu
860
861         * src/prefs_spelling.c
862                 use gtkaspell_set_dictionary_menu_active_item() to select
863                 dictionary
864
865 2003-08-21 [christoph]  0.9.4claws33
866
867         * src/folder.[ch]
868         * src/imap.c
869         * src/mbox_folder.c
870         * src/mh.c
871         * src/news.c
872                 optimize folder system
873
874         * src/gtk/gtkstext.c
875                 fix division by zero when font has 0 width for ' '
876
877 2003-08-21 [paul]       0.9.4claws32
878
879         * sync with 0.9.4cvs7
880                 see ChangeLog 2003-08-20
881
882 2003-08-19 [paul]       0.9.4claws31
883
884         * src/common/defs.h
885                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
886                 SYLDOC_FAQ_HTML_INDEX.
887         * src/manual.c
888                 use LC_MESSAGES instead of LC_ALL to find the current
889                 language
890
891           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
892
893 2003-08-19 [paul]       0.9.4claws30
894
895         * po/bg.po
896                 updated by George Danchev
897
898 2003-08-18 [luke]       0.9.4claws29
899         * src/mimeview.[ch]
900         * src/gtk/gtkvscrollbutton.[ch]
901                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
902                   dependencies; do it the GTK way; reduce code -14/+2 lines)
903                 o removed horizontal separator between icons
904
905 2003-08-17 [christoph]  0.9.4claws28
906
907         * src/procmsg.c
908                 no subject threading when the subject has no reply prefix
909
910 2003-08-16 [christoph]  0.9.4claws27
911
912         * src/mainwindow.c
913                 remember and restore window sizes and position when the main
914                 window is hidden or shown
915
916         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
917          minimised/reopened using trayicon)
918
919 2003-08-16 [paul]       0.9.4claws26
920
921         * src/crash.c
922                 add #include "defs.h"
923
924 2003-08-16 [paul]       0.9.4claws25
925
926         * src/plugins/clamav/clamav_plugin.c
927                 reword a debug_print
928                 
929         * src/plugins/dillo_viewer/dillo_prefs.c
930                 cosmetic: change the labels' text, add tooltips, and
931                 left-align the hint
932
933 2003-08-15 [christoph]  0.9.4claws24
934
935         * src/news.c
936                 complete last change (forgot some changes)
937
938 2003-08-15 [christoph]  0.9.4claws23
939
940         * src/news.c
941                 o check number of messages and don't return a 0 message
942                   when no messages are available
943                 o don't parse xref header anymore
944
945         (closes Bug 203 I'm not getting any news)
946
947 2003-08-15 [paul]       0.9.4claws22
948
949         * src/common/defs.h
950           src/crash.c
951                 update and define claws bugzilla location
952
953 2003-08-15 [paul]       0.9.4claws21
954
955         * po/ru.po
956                 update submitted by Ruslan N. Balkin
957
958 2003-08-14 [christoph]  0.9.4claws20
959
960         * src/procmsg.c
961                 fix search for oldest node in subject threading
962
963 2003-08-14 [christoph]  0.9.4claws19
964
965         * src/procmsg.c
966         * src/common/utils.h
967                 add possibility to check all nodes with the same subject for
968                 subject threading, not only the oldest node. Should not break
969                 threads anymore if the oldest node is thread_by_subject_max_age
970                 days older then parent, because it can now find a child of
971                 oldest node as new parent.
972
973 2003-08-11 [christoph]  0.9.4claws18
974
975         * src/plugins/spamassassin/spamassassin.c
976                 run spam check in background process
977
978 2003-08-10 [alfons]     0.9.4claws17
979
980         * src/summaryview.c
981                 make `Select All' sensitive too
982
983 2003-08-10 [christoph]  0.9.4claws16
984
985         * src/imap.c
986                 add more checks in imap_close
987
988 2003-08-09 [alfons]     0.9.4claws15
989
990         * src/prefs_spelling.c
991                 no spell checking UI if not requested
992
993 2003-08-09 [alfons]     0.9.4claws14
994
995         * src/gtk/prefswindow.c
996                 make it compile
997
998 2003-08-09 [christoph]  0.9.4claws13
999
1000         * src/prefs_spelling.c
1001         * src/gtk/prefswindow.[ch]
1002         * src/plugins/clamav/clamav_plugin_gtk.c
1003         * src/plugins/spamassassin/spamassassin_gtk.c
1004                 sort prefs pages by heighest weight in tree
1005
1006 2003-08-09 [paul]       0.9.4claws12
1007
1008         * sync with 0.9.4cvs6
1009                 see ChangeLog 2003-08-07
1010                 
1011         * AUTHORS
1012                 add Leandro and Luke to claws-branch section
1013
1014 2003-08-09 [christoph]  0.9.4claws11
1015
1016         * src/gtk/Makefile.am
1017         * src/gtk/colorsel.[ch]                 ** NEW **
1018                 create a color selection dialog that can be used as a simple
1019                 function call with it's own gtk main loop like filesel.[ch]
1020
1021         * src/Makefile.am
1022         * src/main.c
1023         * src/prefs_common.c
1024         * src/prefs_spelling.[ch]               ** NEW **
1025         * src/prefs_spelling.glade              ** NEW **
1026         * src/gtk/gtkutils.[ch]
1027                 move "Spell Checker" prefs to new prefs dialog
1028
1029         * src/prefs_folder_item.c
1030                 use new colorsel dialog
1031
1032 2003-08-08 [paul]       0.9.4claws10
1033
1034         * src/inc.c
1035                 clear the progress bar unconditionally
1036
1037 2003-08-08 [paul]       0.9.4claws9
1038
1039         * sync with 0.9.4cvs4
1040                 see ChangeLog 2003-07-31
1041
1042 2003-08-07 [christoph]  0.9.4claws8
1043
1044         * configure.ac
1045                 fix bug in image viewer plugin part
1046
1047         * src/imap.c
1048                 don't execute close command if the folder item is not selected
1049
1050 2003-08-07 [hoa]        0.9.4claws7
1051
1052         * src/filtering.[ch]
1053         * src/matcher_parser.h
1054         * src/matcher_parser_parse.y
1055                 can define several actions for each filtering rule
1056                 can import old versions of filtering rules
1057
1058         * src/prefs_filtering.c
1059                 call to a new dialog box to define actions
1060
1061         * src/prefs_filtering_action.[ch]
1062                 dialog box to define actions for filtering rules
1063
1064 2003-08-06 [christoph]  0.9.4claws6
1065
1066         * src/imap.c
1067                 make sure source folder is selected when copying messages
1068
1069 2003-08-06 [christoph]  0.9.4claws5
1070
1071         * sync with 0.9.4cvs2
1072                 see ChangeLog 2003-07-29                
1073
1074 2003-08-05 [paul]       0.9.4claws4
1075
1076         * sync with 0.9.4cvs3
1077                 see ChangeLog 2003-07-30
1078
1079 2003-08-04 [match]      0.9.4claws3
1080
1081         * po/POTFILES.in
1082                 export of LDIF files.
1083
1084 2003-08-04 [match]      0.9.4claws2
1085
1086         * src/ldif.[ch]
1087                 support for export LDIF. documented.
1088         * src/importldif.[ch]
1089         * src/exportldif.[ch]
1090                 add tooltips. documented.
1091         * src/exphtmldlg.[ch]
1092         * src/common/xmlprops.[ch]
1093                 documented.
1094         * src/exportldif.[ch]                   ** NEW **
1095         * src/expldifdlg.[ch]                   ** NEW **
1096         * src/addressbook.[ch]
1097         * src/Makefile.am
1098                 export of LDIF files.
1099                 documented.
1100
1101 2003-08-04 [christoph]  0.9.4claws1
1102
1103         * .cvsignore
1104         * Makefile.am
1105         * configure.ac
1106         * sylpheed-claws.pc.in                  ** NEW **
1107         * src/Makefile.am
1108         * src/common/Makefile.am
1109         * src/gtk/Makefile.am
1110                 install sylpheed header files in $(pkgincludedir) and create a
1111                 pkg-config file to allow building a plugin without the source
1112                 package
1113
1114 2003-08-04 [paul]       0.9.4claws
1115
1116         * version 0.9.4claws
1117
1118 2003-08-04 [paul]       0.9.3claws97
1119
1120         * po/es.po
1121                 update Spanish translation. Submitted by Ricardo
1122                 Mones Lastra.
1123
1124 2003-08-03 [paul]       0.9.3claws96
1125
1126         * po/hr.po
1127           po/sr.po
1128                 update Croatian and Serbian translations. Submitted by
1129                 Dragan and Urke MMI respectively
1130
1131 2003-08-03 [alfons]     0.9.3claws95
1132
1133         * src/summaryview.c
1134                 mark flag has precedence over important flag - seems
1135                 to have been changed in sync of 0.9.3claws45. this fixes
1136                 a regression where messages that were scored as important
1137                 don't show their mark flags. (using the same column for
1138                 both importance as mark flags is the real problem
1139                 ofcourse)
1140
1141 2003-08-03 [melvin]     0.9.3claws94
1142
1143         * po/fr.po
1144                 Updated French translations.
1145
1146 2003-08-03 [melvin]     0.9.3claws93
1147
1148         * src/Makefile.am
1149                 Fixed typo introduced after 0.9.3claws92 
1150                 that prevented compilation
1151                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1152                 CPPFLAGS and YFLAGS to allow user setting these.
1153         * src/common/Makefile.am
1154         * src/gtk/Makefile.am
1155         * src/plugins/clamav/Makefile.am
1156         * src/plugins/demo/Makefile.am
1157         * src/plugins/dillo_viewer/Makefile.am
1158         * src/plugins/image_viewer/Makefile.am
1159         * src/plugins/mathml_viewer/Makefile.am
1160         * src/plugins/spamassassin/Makefile.am
1161         * src/plugins/trayicon/Makefile.am
1162         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1163                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1164                 CPPFLAGS and YFLAGS to allow user setting these.
1165
1166 2003-08-02 [christoph]  0.9.3claws92
1167
1168         * configure.ac
1169                 o rearrange plugin tests
1170                 o add test for clamav.h to ClamAV tests
1171
1172 2003-08-02 [luke]       0.9.3claws91
1173
1174         * src/mimeview.c
1175                 o fixed appearance of icon list when toggling back from the 
1176                   ctree
1177                 o toggling of icons using the keyboard works correctly
1178                 o fixed all other keyboard shortcuts to work when icons are
1179                   active
1180         
1181         * src/messageview.c
1182                 o fixed bug 4 - focus lost when changing messageview view type
1183
1184 2003-08-02 [christoph]  0.9.3claws90
1185
1186         * src/common/hooks.c
1187                 fix crash when pointer stored in hash table could get invalid
1188                 when a plugin is unloaded
1189
1190 2003-08-01 [christoph]  0.9.3claws89
1191
1192         * configure.ac
1193                 o try to build all plugins (except spamassassin) by default
1194                 o don't build a plugin if a dependency check fails
1195
1196         * src/common/hooks.c
1197                 fix warning
1198
1199 2003-08-01 [match]      0.9.3claws88
1200
1201         * src/importldif.c
1202                 allow single click field selection. document code.
1203
1204 2003-08-01 [christoph]  0.9.3claws87
1205
1206         * src/plugins/clamav/clamav_plugin.c
1207         * src/plugins/clamav/clamav_plugin_gtk.c
1208         * src/plugins/dillo_viewer/dillo_viewer.c
1209         * src/plugins/image_viewer/plugin.c
1210         * src/plugins/mathml_viewer/mathml_viewer.c
1211         * src/plugins/spamassassin/spamassassin.c
1212         * src/plugins/spamassassin/spamassassin_gtk.c
1213         * src/plugins/trayicon/trayicon.c
1214                 add version check to all plugins
1215
1216 2003-08-01 [hoa]        0.9.3claws86
1217
1218         * src/prefs_filtering.c
1219                 fixed a cosmetic bug, during creation of dialog box,
1220                 wrong widgets were shown after creation.
1221
1222 2003-08-01 [luke]       0.9.3claws85
1223
1224         * src/mainwindow.c
1225                 o fixed visibility of icons/mimeview after toggling separate
1226                   message/folder view (factored out some similar code too).
1227
1228
1229 2003-07-31 [alfons]     0.9.3claws84
1230
1231         * src/mimeview.c
1232                 tweak icon box UI a bit more, now allowing right-clicks actions
1233                 getting the relevant mime data too; should fix #250, "Can't save 
1234                 attachments sometimes".
1235
1236 2003-07-30 [alfons]     0.9.3claws83
1237
1238         * src/compose.c
1239                 don't do auto-save-draft inside key press handler, but rather
1240                 schedule it half of a second later; should fix #67, "autosave 
1241                 make re-rediting message crazy"
1242
1243 2003-07-30 [christoph]  0.9.3claws82
1244
1245         * src/plugins/trayicon/trayicon.c
1246                 process pending events before unloading the plugin
1247
1248         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1249
1250 2003-07-30 [alfons]     0.9.3claws81
1251
1252         * src/common/hooks.c
1253                 parameter 2 of g_hook_destroy() should really be a hook id
1254
1255 2003-07-30 [alfons]     0.9.3claws80
1256
1257         * src/common/plugin.c
1258                 fix a possibly harmful function signature mismatch 
1259                 for plugin_done
1260
1261 2003-07-30 [alfons]     0.9.3claws79
1262
1263         * src/common/hooks[.ch]
1264                 const correctness
1265
1266 2003-07-30 [darko]      0.9.3claws78
1267
1268         * src/summaryview.c
1269                 make it compile again
1270
1271 2003-07-30 [luke]       0.9.3claws77
1272
1273         * src/crash.c
1274         * src/main.c
1275                 o added/moved signal handlers for SIGTERM (normal kill command) 
1276                   and SIGINT (ctl-c) to be used even without 
1277                   --enable-crash-dialog, fixing bug 166
1278
1279         * src/summaryview.c
1280                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1281                   bug 227
1282
1283         * src/mainwindow.c
1284                 o changed sensitivity condition for 'Next new' and 'Next 
1285                   unread', fixing bug 8
1286
1287 2003-07-29 [alfons]     0.9.3claws76
1288
1289         * src/common/utils.[ch]
1290                 add generate_msgid()
1291         * src/messageview.c
1292                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1293                 sent folder".
1294
1295 2003-07-29 [alfons]     0.9.3claws75
1296
1297         * src/messageview.c
1298                 fix a memleak (claws-only)
1299
1300 2003-07-29 [alfons]     0.9.3claws74
1301
1302         * src/mimeview.[ch]
1303         * src/gtk/gtkvscrollbutton.[ch]
1304                 fix UI glitch where mime icon toolbox' scroll position is not 
1305                 reset after switching to another message
1306                 
1307
1308 2003-07-29 [paul]       0.9.3claws73
1309
1310         * src/prefs_folder_item.c
1311                 split the prefs into 2 separate pages
1312
1313 2003-07-29 [paul]       0.9.3claws72
1314
1315         * src/compose.c
1316                 prepend "\n\n" to a signature without a separator too
1317
1318 2003-07-29 [paul]       0.9.3claws71
1319
1320         * src/compose.c
1321                 fix bug where changing to an account without an auto-sig
1322                 from an initial account without an auto-sig would insert 
1323                 2 blank lines at the cursor point
1324                 fix bug where changing to an account with an auto-sig
1325                 from an initial account without an auto-sig would insert
1326                 the sig at the cursor point
1327
1328 2003-07-29 [paul]       0.9.3claws70
1329
1330         * src/folderview.c
1331                 use the colour from the folder pref unless the folder
1332                 has new messages
1333
1334 2003-07-29 [alfons]     0.9.3claws69
1335
1336         * src/procmsg.[ch]
1337         * src/messageview.c
1338         * src/procheader.c
1339                 rewrite return receipt request work a little bit (the former 
1340                 implementation presumably depended too much on the UI setting
1341                 flags). (we're losing the old pending flag.) 
1342
1343 2003-07-28 [christoph]  0.9.3claws68
1344
1345         * src/folder.c
1346         * src/imap.c
1347         * src/mh.c
1348         * src/procmsg.[ch]
1349                 fix copy to IMAP folder from other folder
1350
1351 2003-07-28 [christoph]  0.9.3claws67
1352
1353         * src/procmsg.c
1354                 fix sync of procmsg_get_message_file_list
1355
1356 2003-07-28 [christoph]  0.9.3claws66
1357
1358         * sync with 0.9.3cvs14
1359                 see ChangeLog 2003-07-18
1360         * sync with 0.9.3cvs17
1361                 see ChangeLog 2003-07-23
1362
1363         (closes Bug 234 segmentation fault after sending out mail via
1364          smtp(auth))
1365
1366 2003-07-28 [paul]       0.9.3claws65
1367
1368         * po/es.po
1369                 update Spanish translation, submitted by Ricardo Mones
1370                 Lastra
1371
1372 2003-07-28 [christoph]  0.9.3claws64
1373
1374         * src/folder.[ch]
1375         * src/imap.c
1376         * src/mh.c
1377                 return new message numbers as a GRelation instead of a GSList
1378                 that has to be in the same order as the input list. A list
1379                 would make it hard for IMAP to optimize oepration by sorting
1380                 the input list. The returned list would have to be reordered
1381                 to match the same order that input list has.
1382
1383         * src/gtk/gtkaspell.c
1384                 fix missing return value, could cause a crash when garbage is
1385                 on the stack that is used as the expected return value
1386
1387 2003-07-28 [paul]       0.9.3claws63
1388
1389         * sync with 0.9.4cvs1
1390                 see ChangeLog 2003-07-28
1391
1392 2003-07-27 [alfons]     0.9.3claws62
1393
1394         * src/mimeview.c
1395                 tweak it more to make icon list act like a check button group
1396
1397 2003-07-27 [christoph]  0.9.3claws61
1398
1399         * sync with 0.9.3cvs20
1400                 see ChangeLog 2003-07-25
1401
1402 2003-07-27 [paul]       0.9.3claws60
1403
1404         * src/procmsg.c
1405                 re-commit changes from 0.9.3claws58 -
1406                 accidently removed in 0.9.3claws59
1407
1408 2003-07-27 [paul]       0.9.3claws59
1409
1410         * src/procmsg.[ch]
1411                 a sync from 0.9.3cvs17
1412                 see ChangeLog 2003-07-23
1413
1414 2003-07-27 [alfons]     0.9.3claws58
1415
1416         * src/procmsg.c
1417                 add missing header members to MsgInfo; fixes the problem of 
1418                 not displaying X-Faces, as noticed by Ricardo Mones
1419
1420 2003-07-26 [christoph]  0.9.3claws57
1421
1422         * sync with 0.9.3cvs18
1423                 see ChangeLog 2003-07-24
1424
1425 2003-07-26 [christoph]  0.9.3claws56
1426
1427         * sync with 0.9.3cvs17
1428                 see ChangeLog 2003-07-23
1429
1430 2003-07-26 [christoph]  0.9.3claws55
1431
1432         * src/folder.[ch]
1433         * src/imap.c
1434         * src/mbox_folder.c
1435         * src/mh.c
1436         * src/news.c
1437                 add support for copy function that copy multiple messages
1438                 (not implemented yet)
1439
1440         * src/summaryview.c
1441                 add missing return value
1442
1443 2003-07-26 [paul]       0.9.3claws54
1444
1445         * tools/multiwebsearch.pl
1446                 do whitespace substitution before passing the string
1447                 to the browser. fixes bug with browsers that don't
1448                 do whitespace conversion themselves.
1449
1450 2003-07-25 [christoph]  0.9.3claws53
1451
1452         * src/folder.[ch]
1453         * src/imap.c
1454         * src/mh.c
1455                 rewrite adding of multiple messages to a folder for
1456                 claws' folder system
1457
1458 2003-07-25 [luke]       0.9.3claws52
1459
1460         * src/mimeview.c
1461                 o icon toggles set correctly on leaving ctree mimeview
1462
1463 2003-07-25 [paul]       0.9.3claws51
1464
1465         * partial sync with 0.9.3cvs21 [src/main.c]
1466                 see ChangeLog 2003-07-25
1467
1468 2003-07-24 [paul]       0.9.3claws50
1469
1470         * tools/maildir2sylpheed.pl
1471                 fix typo
1472
1473 2003-07-24 [paul]       0.9.3claws49
1474
1475         * src/mimeview.c
1476                 increase the gutter size of paned so that the panes
1477                 can be resized
1478                 
1479         * src/plugins/demo/demo.c
1480                 squeeze in another typo fix
1481
1482 2003-07-24 [paul]       0.9.3claws48
1483
1484         * src/plugins/demo/demo.c
1485           src/prefs_account.c
1486                 small changes to the English
1487                 
1488         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1489           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1490           src/Makefile.am
1491           src/stock_pixmap.c
1492                 rename the misspelled icon
1493
1494 2003-07-23 [alfons]     0.9.3claws47
1495
1496         * src/mimeview.c
1497                 make icon list look like a list of toggles
1498
1499 2003-07-23 [luke]       0.9.3claws46
1500
1501         * src/pixmaps/mimeview_gpg_expired.xpm
1502         * src/pixmaps/mimeview_gpg_failed.xpm
1503         * src/pixmaps/mimeview_gpg_passed.xpm
1504         * src/pixmaps/mimeview_text_html.xpm
1505         * src/pixmaps/mimeview_image.xpm
1506                 o all icons the same size
1507
1508         * src/mimeview.[ch]
1509                 o mimeview ctree arranged vertically above the viewer
1510                 o icons changed to buttons
1511                 o can use keyboard to select an icon (Enter)
1512                 o resize icon list to width of icons
1513
1514         *  src/gtk/gtkvscrollbutton.c
1515                 o sensitivity of buttons reacts to position
1516
1517 2003-07-23 [christoph]  0.9.3claws45
1518
1519         * sync with 0.9.3cvs14 (incomplete)
1520                 see ChangeLog 2003-07-17
1521
1522 2003-07-23 [alfons]     0.9.3claws44
1523
1524         * src/folder.c
1525         * src/procmsg.h
1526                 sync with my local tree to restore some claws-only things
1527
1528 2003-07-23 [paul]       0.9.3claws43
1529
1530         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1531           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1532           src/Makefile.am
1533           src/mimeview.c
1534           src/procmime.h
1535           src/rfc2015.c
1536           src/stock_pixmap.[ch]
1537                 indicate missing keys and expired sigs/keys
1538                 in mime view column
1539
1540 2003-07-23 [paul]       0.9.3claws42
1541
1542         * src/compose.c
1543                 Redirect fixes: enable automatic account selection and
1544                 do not append signature to message on changing account
1545                 fixes Bug[s] #248
1546
1547 2003-07-23 [paul]       0.9.3claws41
1548
1549         * sync with 0.9.3cvs16
1550                 see ChangeLog 2003-07-23
1551
1552 2003-07-23 [alfons]     0.9.3claws40
1553
1554         * src/inc.c
1555                 give progress dialog a main window, and give it the first 
1556                 one (presumably the only one). fixes bug #247, "segfault on 
1557                 pop-before-smtp" 
1558
1559 2003-07-22 [alfons]     0.9.3claws39
1560
1561         * src/summaryview.c
1562                 shift-space scrolls up
1563
1564 2003-07-22 [paul]       0.9.3claws38
1565
1566         * sync with 0.9.3cvs15
1567                 see ChangeLog 2003-07-22
1568
1569 2003-07-20 [alfons]     0.9.3claws37
1570
1571         * src/compose.c
1572                 put menu inside #ifdef USE_ASPELL..#endif
1573
1574 2003-07-20 [christoph]  0.9.3claws36
1575
1576         * src/procmsg.c
1577                 fix wrong flags in MsgInfo returned by
1578                 procmsg_msginfo_get_full_info()
1579
1580         (closes Bug 221 Deleting messages from the Message View gives incorrect
1581          new/unread message counts in the folder view)
1582
1583         * src/plugins/spamassassin/spamassassin_gtk.c
1584                 add gettext macro for prefs page title
1585
1586 2003-07-20 [paul]       0.9.3claws35
1587
1588         * src/mimeview.c
1589                 redraw icon list on signature check
1590
1591 2003-07-20 [christoph]  0.9.3claws34
1592
1593         * src/Makefile.am
1594         * src/account.c
1595         * src/folder.[ch]
1596         * src/folder_item_prefs.[ch]            ** NEW **
1597         * src/folderview.c
1598         * src/mainwindow.c
1599         * src/mh.c
1600         * src/prefs_gtk.c
1601         * src/prefs_scoring.c
1602         * src/summaryview.c
1603         * src/prefs_folder_item.[ch]
1604                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1605                   Properties dialog
1606                 o use prefswindow for folder properties
1607
1608         * src/gtk/prefswindow.[ch]
1609                 change implementation to use an invisible notebook instead
1610                 of unparenting widgets
1611
1612 2003-07-20 [christoph]  0.9.3claws33
1613
1614         * src/compose.h
1615         * src/folder.c
1616         * src/folderview.h
1617         * src/headerview.h
1618         * src/prefs_filtering.h
1619         * src/prefs_folder_item.[ch]
1620         * src/procmime.h
1621         * src/procmsg.h
1622         * src/summaryview.h
1623                 clean up header mess
1624                 (always use 1. typedefs, 2. #includes, 3. structures)
1625
1626         * src/common/version.h.in
1627                 add casts for constants
1628
1629         * src/plugins/demo/demo.c
1630                 fix typo
1631
1632         * src/plugins/spamassassin/spamassassin.c
1633                 remove unused variable
1634
1635 2003-07-20 [alfons]     0.9.3claws32
1636
1637         * src/mimeview.c
1638                 o make icon buttons respond on left click
1639                 o minor cosmetic change
1640
1641 2003-07-19 [luke]       0.9.3claws31
1642
1643         * src/mimeview.[ch]
1644         * src/gtk/gtkvscrollbutton.c
1645         * src/messageview.c
1646                 o improved mimeview behaviour when selecting a new message
1647                 o plus code cleanups to remove compile warnings
1648
1649
1650 2003-07-19 [alfons]     0.9.3claws30
1651
1652         * src/procmsg.c
1653         * src/compose.c
1654         * src/common/utils.[ch]
1655                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1656
1657 2003-07-19 [alfons]     0.9.3claws29
1658
1659         * src/prefs_folder_item.c
1660                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1661                 string pointers
1662
1663 2003-07-19 [luke]       0.9.3claws28
1664
1665         * src/messageview.c
1666         * src/mimeview.[ch]
1667         * src/procmime.h
1668         * src/rfc2015.c
1669         * src/stock_pixmap.[ch]
1670         * src/gtk/Makefile.am
1671         * src/Makefile.am
1672         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1673         * src/pixmaps/mime_*.xpm                ** NEW **
1674                 o mimeview rearrangement with a new icon shortcut bar
1675
1676 2003-07-19 [alfons]     0.9.3claws27
1677
1678         * src/folderview.c
1679                 o plug leaking nodes_to_recollapse
1680                 o add folderview_recollapse_all_nodes() (not used yet)
1681
1682 2003-07-19 [alfons]     0.9.3claws26
1683
1684         * src/compose.c
1685         * src/common/utils.c
1686                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1687                 for both forwarding as replying
1688
1689 2003-07-18 [christoph]  0.9.3claws25
1690
1691         * configure.ac
1692         * src/common/sylpheed.[ch]
1693         * src/common/version.h.in
1694                 add version in numeric form to allow easy comparison
1695
1696         * src/plugins/demo/demo.c
1697                 add version check
1698                 - sylpheed version > plugin version => never allowed, sylpheed
1699                   could contain unknown API changes
1700                 - sylpheed version < minimum version required => don't load,
1701                   API required not available (if linking does not fail)
1702
1703 2003-07-18 [alfons]     0.9.3claws24
1704         
1705         * src/common/plugin.[ch]
1706                 const correctness
1707
1708 2003-07-18 [christoph]  0.9.3claws23
1709
1710         * src/common/hooks.c
1711                 fix crash when hooks where unregisted
1712
1713         * src/plugins/trayicon/trayicon.c
1714                 unregister detroy signal before destroying the widget
1715                 (still crashes when the plugin is unloaded)
1716
1717 2003-07-18 [alfons]     0.9.3claws22
1718         
1719         * src/folderview.c
1720                 delay expanding folder tree during drags until timeout triggered
1721                 (needs perhaps some tweaking, so testing is welcome)
1722
1723 2003-07-17 [alfons]     0.9.3claws21
1724
1725         * src/folderview.c
1726                 clean up cruft
1727
1728 2003-07-17 [christoph]  0.9.3claws20
1729
1730         * src/common/session.c
1731                 fix opening of SSL connections
1732
1733         * src/plugins/image_viewer/Makefile.am
1734                 add OPENSSL_CFLAGS (we should find a better solution to remove
1735                 this dependencies if they are not required)
1736
1737         * src/plugins/spamassassin/spamassassin.c
1738                 remove setlocale workaround (fixed in libspamc)
1739
1740         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1741          if spell checking enabled)
1742
1743 2003-07-17 [alfons]     0.9.3claws19
1744
1745         * src/common/hooks.[ch]
1746         * src/plugins/clamav/clamav_plugin.c
1747         * src/plugins/spamassassin/spamassassin.c
1748         * src/plugins/trayicon/trayicon.c
1749                 fix signedness muck 
1750
1751 2003-07-17 [alfons]     0.9.3claws18
1752
1753         * src/procmime.c
1754                 plug memleak
1755
1756 2003-07-17 [alfons]     0.9.3claws17
1757
1758         * src/inc.c
1759                 plug memleak
1760
1761 2003-07-17 [paul]       0.9.3claws16
1762
1763         * src/common/defs.h
1764           src/mainwindow.c
1765           src/manual.[ch]
1766                 add link to the Claws site's FAQ page, after the suggestion
1767                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1768                 Move url strings to defs.h
1769                 
1770         * src/mainwindow.c
1771                 fix typo to prevent "unknown menu entry" warnings
1772
1773 2003-07-17 [alfons]     0.9.3claws15
1774
1775         * src/folderview.[ch]
1776         * src/summaryview.[ch]
1777         * src/mimeview.[ch]
1778                 plug DnD leaks 
1779
1780 2003-07-17 [paul]       0.9.3claws14
1781
1782         * src/inc.c
1783                 remove two instances of 'GTK_EVENTS_FLUSH' because
1784                 they are unnecessary and probably cause a stack overflow
1785
1786 2003-07-16 [christoph]  0.9.3claws13
1787
1788         * src/mimeview.[ch]
1789                 use an invisible GTK notebook to switch between viewers
1790                 instead of reparenting widgets
1791
1792 2003-07-16 [christoph]  0.9.3claws12
1793
1794         * src/folder.c
1795                 move folder_item_update_freeze() to correct place in
1796                 folder_item_scan_full()
1797
1798 2003-07-16 [paul]       0.9.3claws11
1799
1800         * sync with 0.9.3cvs12
1801                 see ChangeLog 2003-07-14 and 2003-07-15
1802
1803 2003-07-16 [christoph]  0.9.3claws10
1804
1805         * src/imap.[ch]
1806         * src/prefs_account.[ch]
1807                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1808
1809 2003-07-15 [alfons]     0.9.3claws9
1810
1811         * src/main.c
1812                 make --config-dir do something useful
1813
1814 2003-07-15 [alfons]     0.9.3claws8
1815
1816         * src/procmsg.c
1817                 o fix a bug where 'last' didn't really point to the last message
1818                   in the top level list of children, but to the last threaded
1819                   message. 
1820                 
1821                 o clean up and make it easier to sync
1822
1823 2003-07-15 [alfons]     0.9.3claws7
1824
1825         * src/mainwindow.c
1826                 make correct menu items sensitive       
1827
1828 2003-07-14 [alfons]     0.9.3claws6
1829
1830         * src/procmsg.c
1831                 tune the threader so it will not subject-thread any message
1832                 without a subject prefix (this will not thread correctly if 
1833                 a parent is delivered after their childs, but it looks 
1834                 better right now)
1835
1836 2003-07-13 [christoph]  0.9.3claws5
1837
1838         * src/mainwindow.c
1839                 group "Add mailbox *..." menu items in submenu
1840
1841 2003-07-13 [alfons]     0.9.3claws4
1842
1843         * src/summaryview.c
1844                 correct summary_toggle_pressed() signature and make sure
1845                 signal is not passed on
1846
1847 2003-07-13 [alfons]     0.9.3claws3
1848
1849         * src/summaryview.c
1850                 o for now don't pass on keys when they we're handled by 
1851                   ctree::key_press_event
1852                 o clean up
1853
1854 2003-07-13 [alfons]     0.9.3claws2
1855         
1856         * src/main.c
1857                 add command line option "--config-dir" to get the current 
1858                 configuration dir
1859
1860 2003-07-12 [alfons]     0.9.3claws1
1861
1862         * src/matcher.[ch]
1863         * src/matcher_parser_parse.y
1864         * src/prefs_filtering.c
1865         * src/filtering.c
1866                 add "Lock" filter action to lock messages;
1867
1868         * src/filtering.c       
1869                 remove debug_print()    
1870         * src/prefs_filtering.c
1871                 re-organize matcher part 9: 
1872                 make action text entries easily extendible;
1873                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1874                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1875
1876 2003-07-12 [paul]
1877
1878         * tools/README
1879                 update old information and add missing
1880                 information
1881
1882 2003-07-12 [paul]       0.9.3claws
1883
1884         * 0.9.3claws released
1885         
1886 2003-07-12 [paul]       0.9.0claws103
1887
1888         * src/Makefile.am
1889                 add addrquery.h
1890
1891 2003-07-12 [melvin]     0.9.0claws102
1892
1893         * src/messageview.c
1894                 Fixed bug #215: Show MIME tab for single text/html messages. 
1895                 
1896 2003-07-12 [paul]       0.9.0claws101
1897
1898         * man/sylpheed.1
1899                 updated
1900
1901 2003-07-12 [paul]       0.9.0claws100
1902
1903         * po/es.po
1904           po/hr.po
1905           po/pl.po
1906           po/sr.po
1907                 update Spanish, Croatian, Polish, Serbian translations.
1908                 submitted by Ricardo Mones Lastra, Dragan, Witold
1909                 Wladyslaw Wojciech Wilk, Urke MMI
1910
1911 2003-07-12 [melvin]     0.9.0claws99
1912
1913         * po/fr.po
1914                 Updated French translations.
1915
1916 2003-07-12 [paul]       0.9.0claws98
1917
1918         * src/addressbook.c
1919                 disable 'Lookup' button as it has no effect
1920
1921 2003-07-11 [alfons]     0.9.0claws97
1922         
1923         * src/summaryview.c
1924                 summary_searchbar_pressed() should return TRUE to signal that
1925                 event was handled. when returning void, the return value passed
1926                 to GTK is actually random, but maybe FALSE, in which case the
1927                 event is handled by parent
1928                 
1929 2003-07-10 [paul]       0.9.0claws96
1930
1931         * ac/missing/gettext.m4
1932                 update to version 0.12
1933
1934 2003-07-10 [paul]       0.9.0claws95
1935
1936         * src/plugins/clamav/clamav_plugin.c
1937                 fix bug where multipart/alternative messages
1938                 would slip through without being scanned
1939
1940 2003-07-10 [christoph]  0.9.0claws94
1941
1942         * src/folder.c
1943                 correct check if folder supports removing when a message is
1944                 moved. if not the message is only copied.
1945
1946         (closes Bug 132 crash on startup in newsgroups folders)
1947
1948 2003-07-09 [alfons]     0.9.0claws93
1949
1950         * configure.ac
1951         * src/common/defs.h
1952                 --with-config-dir (default .sylpheed)
1953
1954 2003-07-09 [christoph]  0.9.0claws92
1955
1956         * configure.ac
1957                 use PKG_CHECK_MODULES to check for gtkmathview
1958                 (version 0.4.2 now required)
1959
1960 2003-07-08 [melvin]     0.9.0claws91
1961
1962         * src/action.c
1963                 Implemented a progress bar that counts the number of completed
1964                 tasks when the action runs more than one command.
1965
1966 2003-07-08 [alfons]     0.9.0claws90
1967
1968         * src/procmsg.c
1969                 if queued message has an invalid Message-Id, don't try to
1970                 find message it refers to (fixes #209 "crash when processing 
1971                 in folder")
1972
1973 2003-07-08 [paul]       0.9.0claws89
1974
1975         * sync with 0.9.3cvs2
1976                 see ChangeLog 2003-07-08
1977
1978 2003-07-08 [match]      0.9.0claws88
1979
1980         * src/ldapctrl.c
1981                 extend LDAP search for first/last name by parsing search term.
1982
1983 2003-07-08 [alfons]     0.9.0claws87
1984
1985         * src/send_message.c
1986                 fix bug #208 "Status message stuck when sending on POP3 account"
1987
1988 2003-07-07 [paul]       0.9.0claws86
1989
1990         * po/hr.po
1991                 new Croatian translation, submitted by
1992                 Dragan <drleskov@inet.hr>
1993
1994 2003-07-07 [paul]       0.9.0claws85
1995
1996         * sync with 0.9.3cvs1
1997                 see ChangeLog 2003-07-07
1998
1999 2003-07-05 [christoph]  0.9.0claws84
2000
2001         * src/Makefile.am
2002         * src/messageview.c
2003         * src/mimeview.[ch]
2004         * src/stock_pixmap.[ch]
2005         * src/pixmaps/messageview_text.xpm              ** NEW **
2006                 move mimeview tabs to the right side and use icons
2007                 instead of text to save some space
2008
2009         (patch by Luke Plant <lukeplant@softhome.net>)
2010
2011 2003-07-05 [christoph]  0.9.0claws83
2012
2013         * src/inc.c
2014                 add NULL pointer checks
2015
2016         (patch by Luke Plant <lukeplant@softhome.net>)
2017         (closes Bug 204 0.9.0 quits on authentication error?!)
2018
2019 2003-07-05 [alfons]     0.9.0claws82
2020
2021         * configure.ac
2022                 take the clue in bug #202 "./configure script - 
2023                 'if test' comparison failure" reported by John Kristoff. 
2024
2025 2003-07-04 [christoph]  0.9.0claws81
2026
2027         * src/plugins/spamassassin/spamassassin.c
2028                 set timeout for spam check
2029
2030 2003-07-04 [christoph]  0.9.0claws80
2031
2032         * src/main.c
2033                 destroy all FolderItems when shutting down to
2034                 allow folders to clean up
2035
2036 2003-07-04 [melvin]     0.9.0claws79
2037
2038         * src/gtk/gtkaspell.c
2039                 Fixed bug #184 "Entering non-ascii character deletes
2040                 previous char if spell checking enabled": this makes
2041                 the spell checking in multibytes (e.g. UTF-8)locales work.
2042                 (Patch by Luke Plant).
2043                 
2044 2003-07-04 [christoph]  0.9.0claws78
2045
2046         * sync with 0.9.2cvs1
2047                 see ChangeLog 2003-06-10
2048
2049 2003-07-04 [paul]       0.9.0claws77
2050
2051         * sync with 0.9.3 release
2052                 see ChangeLog 2003-07-04
2053
2054 2003-07-03 [christoph]  0.9.0claws76
2055
2056         * src/folder.[ch]
2057         * src/imap.c
2058         * src/mbox_folder.c
2059         * src/mh.c
2060         * src/news.c
2061                 move folder_item_get_path() stuff into a folder virtual function
2062
2063         * src/procmsg.c
2064                 use folder_item_fetch_msg() to get message and do not contruct
2065                 the filename from path and number
2066
2067 2003-07-03 [paul]       0.9.0claws75
2068
2069         * sync with 0.9.2cvs12
2070                 see ChangeLog 2003-07-03
2071
2072 2003-07-02 [paul]       0.9.0claws74
2073
2074         * src/messageview.c
2075                 fix text-selection for replying
2076
2077 2003-07-02 [paul]       0.9.0claws73
2078
2079         * sync with 0.9.2cvs11
2080                 see ChangeLog 2003-07-02
2081
2082 2003-07-02 [paul]       0.9.0claws72
2083
2084         * src/procmsg.c
2085                 revert last commit because it breaks more
2086                 than it fixes
2087
2088 2003-07-02 [paul]       0.9.0claws71
2089
2090         * src/procmsg.c
2091                 fix thread by subject/sort by date
2092
2093 2003-07-01 [paul]       0.9.0claws70
2094
2095         * sync with 0.9.2cvs10
2096                 see ChangeLog 2003-07-01
2097
2098 2003-06-30 [paul]       0.9.0claws69
2099
2100         * sync with 0.9.2cvs9
2101                 see ChangeLog 2003-06-30
2102
2103 2003-06-28 [match]      0.9.0claws68
2104
2105         * src/addressbook.c
2106                 fix null ptr.
2107
2108 2003-06-27 [paul]       0.9.0claws67
2109
2110         * sync with 0.9.2cvs7
2111                 see ChangeLog 2003-06-27
2112
2113 2003-06-26 [christoph]  0.9.0claws66
2114
2115         * src/folder.c
2116                 freeze folder updates while a folder is scanned
2117
2118         (closes Bug 185 New message counter)
2119
2120 2003-06-26 [darko]      0.9.0claws65
2121
2122         * src/ldapserver.c
2123                 fix infinite loop when adding a new LDAP server
2124
2125 2003-06-26 [paul]       0.9.0claws64
2126
2127         * sync with 0.9.2cvs6
2128                 see ChangeLog 2003-06-26
2129
2130 2003-06-26 [paul]       0.9.0claws63
2131
2132         * sync with 0.9.2cvs5
2133                 see ChangeLog 2003-06-25 and 2003-06-26
2134
2135 2003-06-25 [match]      0.9.0claws62
2136
2137         * src/addr_compl.c
2138                 Fixed tab/backtab for dropped-down completion list to
2139                 move next/previous field. (close bug 147)
2140
2141 2003-06-25 [christoph]  0.9.0claws61
2142
2143         * src/addr_compl.[ch]
2144         * src/addrindex.[ch]
2145         * src/folderview.c
2146         * src/inc.c
2147         * src/news.c
2148         * src/summaryview.c
2149         * src/toolbar.c
2150                 fix warnings
2151
2152 2003-06-25 [leandro]    0.9.0claws60
2153
2154         * src/compose.c
2155                 o cleanups
2156                 o gray out "Message/Remove references" menu item if not
2157                   replying to a message
2158
2159 2003-06-24 [leandro]    0.9.0claws59
2160
2161         * src/compose.[ch]
2162                 o removed "Message/Create new thread" menu item
2163                 o added "Message/Remove references" menu item
2164                   (it's off by default and will not check anymore
2165                    if the subject changed)
2166
2167 2003-06-23 [alfons]     0.9.0claws58
2168
2169         * src/procmsg.c
2170                 try better grouping messages threaded by subject based on their age.
2171                 still not perfect - because the message tree is not sorted by date.  
2172
2173 2003-06-23 [thorsten]   0.9.0claws57
2174
2175         * src/pop.[ch]
2176                 added mail_receive_hook to allow modifications
2177                 directly after retrieval (e.g. adding headers).
2178
2179 2003-06-23 [paul]       0.9.0claws56
2180
2181         * src/sourcewindow.c
2182                  enable the use of Ctrl+A to select all text in
2183                  the sourcewindow
2184                  Patch submitted by Ivan Francolin Martinez
2185                  <ivanfm@users.sourceforge.net>
2186
2187 2003-06-22 [christoph]  0.9.0claws55
2188
2189         * src/folder.[ch]
2190                 o add notification hook for folder tree changes
2191                 o invoke hooks after folder tree scanning
2192
2193         * src/folderview.[ch]
2194                 register hook for folder tree changes that
2195                 updates the ctree
2196
2197         (there are more places that should be updated, like add, remove 
2198          or move folder)
2199
2200         (closes Bug 164 Crash on rebuild folder tree)
2201         (closes Bug 190 Crash on 'rebuilding folder tree')
2202
2203 2003-06-21 [leandro]    0.9.0claws54
2204
2205         * src/compose.[ch]
2206                 create a new thread if subject changes
2207                 (it's on by default, can be disabled in Message menu)
2208
2209 2003-06-21 [alfons]     0.9.0claws53
2210
2211         * src/summaryview.c
2212                 quiet little compiler
2213
2214 2003-06-21 [christoph]  0.9.0claws52
2215
2216         update gettext stuff to version 0.12
2217
2218 2003-06-19 [alfons]     0.9.0claws51
2219
2220         * src/common/log.c
2221         * src/common/plugin.c
2222                 move defs.h before glib.h to prevent MIN/MAX redefs
2223
2224 2003-06-19 [alfons]
2225
2226         * src/addressbook.c
2227                 translatable
2228
2229 2003-06-19 [match]      0.9.0claws50
2230
2231         * src/addressbook.[ch]
2232         * src/addrindex.[ch]
2233         * src/addr_compl.[ch]
2234         * src/editldap.[ch]
2235         * src/editldap_basedn.[ch]
2236         * src/addritem.[ch]
2237         * src/ldapquery.h
2238                 re-implemented dynamic LDAP search. works without
2239                 slowdown on display sender with addressbook
2240                 option.
2241         * src/addrbook.c
2242                 documented code.
2243
2244 2003-06-19 [paul]       0.9.0claws49
2245
2246         * src/compose.c
2247                 fix Bug #136 'Nonprovided quotation marks crash claws'
2248                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2249
2250 2003-06-19 [alfons]     0.9.0claws48
2251
2252         * src/prefs_common.[ch]
2253         * src/procmsg.c
2254                 restrict threading by subject by checking thread for
2255                 age (prefs_common.thread_by_subject_max_age)
2256
2257 2003-06-18 [christoph]  0.9.0claws47
2258
2259         * src/imap.c
2260                 fix memory leak in imap_cmd_fetch()
2261
2262 2003-06-18 [christoph]  0.9.0claws46
2263
2264         * src/prefs_gtk.c
2265                 fix memory leak in prefs_set_default() when used multiple
2266                 times or after prefs have been read
2267
2268 2003-06-18 [christoph]  0.9.0claws45
2269
2270         * src/common/plugin.c
2271                 fix memory leak in plugin_unload()
2272
2273 2003-06-18 [christoph]  0.9.0claws44
2274
2275         * src/imap.c
2276                 fix memory leak in imap_cmd_ok()
2277
2278 2003-06-18 [christoph]  0.9.0claws43
2279
2280         * src/folder.c
2281                 stop messages that are downloaded from POP3 and added to
2282                 an IMAP inbox from being filtered twice (first by POP3
2283                 and again when IMAP folder is scaned to get the UID of
2284                 the APPEND operation when no UIDPLUS is available)
2285
2286 2003-06-18 [alfons]
2287
2288         * tools/Makefile.am
2289                 phoenix <- firebird     
2290
2291 2003-06-18 [paul]
2292
2293         * tools/launch_phoenix          ** REMOVED **
2294           tools/launch_firebird         ** NEW **
2295                 renamed and edited to reflect the browser's name change from
2296                 'phoenix' to 'firebird'
2297
2298 2003-06-18 [paul]       0.9.0claws42
2299
2300         * sync with 0.9.2cvs2
2301                 see ChangeLog 2003-06-16
2302
2303 2003-06-17 [alfons]     0.9.0claws41
2304
2305         * src/procmsg.c
2306                 prevent threading problems when a node is an ancestor (parent / great parent),
2307                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2308                 for finding an sample set of messages)
2309
2310 2003-06-16 [christoph]  0.9.0claws40
2311
2312         * src/main.c
2313                 don't popup main window on --receive or --receive-all
2314
2315         * src/mainwindow.[ch]
2316         * src/plugins/trayicon/trayicon.c
2317                 allow hiding of main window by clicking on the trayicon
2318                 (doesn't work correctly in seperate window mode and may
2319                  cause unexpected GTK problems I couldn't find yet)
2320
2321         * src/common/ssl.c
2322                 remove incorrect warning
2323
2324 2003-06-15 [alfons]     0.9.0claws39
2325
2326         * src/gtk/gtkstext.c
2327                 don't output debug text;
2328                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2329                 for pointing this out);
2330
2331 2003-06-14 [alfons]     0.9.0claws38
2332         
2333         * src/messageview.c
2334                 remove printf() and make one if..else comply with coding style
2335
2336 2003-06-14 [alfons]     0.9.0claws37
2337
2338         * AUTHORS
2339                 add Martin Wicke
2340         * src/action.c
2341         * src/messageview.[ch]
2342         * src/summaryview.c
2343                 apply patch #754162 "Quoting messages filtered by actions" submitted
2344                 by Martin Wicke, which allows quoting message body changed by an
2345                 action (Thanks!).
2346
2347 2003-06-13 [alfons]     0.9.0claws36
2348
2349         * src/utils.c
2350                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2351                 use case insensitive regexp (suggested by Ivan Martinez)
2352
2353 2003-06-13 [christoph]  0.9.0claws35
2354
2355         * configure.ac
2356         * src/plugins/trayicon/Makefile.am
2357         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2358         * src/plugins/trayicon/trayicon.c
2359         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2360         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2361         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2362         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2363         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2364         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2365                 replace my own EggTrayIcon backport with the backport
2366                 used by (l|x)mule and gabber.
2367
2368 2003-06-13 [alfons]     0.9.0claws34
2369
2370         * AUTHORS
2371         * src/common/utils.c
2372                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2373
2374 2003-06-13 [alfons]     0.9.0claws33
2375
2376         * src/compose.c
2377                 clean up a little bit
2378
2379 2003-06-12 [alfons]     0.9.0claws32
2380
2381         * src/compose.c
2382                 const correctness fix
2383
2384         * src/common/sylpheed.[ch]
2385                 () -> (void)
2386                 prevent redef MIN/MAX
2387                 
2388         * src/common/utils.[ch]
2389                 () -> (void)
2390
2391 2003-06-12 [melvin]     0.9.0claws31
2392
2393         * src/compose.c
2394                 Updated to take into accounts changes in GtkAspell.
2395
2396 2003-06-12 [alfons]     0.9.0claws30
2397
2398         * src/compose.c
2399         * src/procmsg.c
2400         * src/common/utils.[ch]
2401                 handle reply subject prefixes better (initial 
2402                 suggestion by Robert Story adapted and enhanced 
2403                 using regexps)
2404
2405 2003-06-12 [melvin]     0.9.0claws29
2406
2407         * src/compose.c
2408                 Use new gtkaspell_checkers_strerror() to get the speller's
2409                 error message instead of accessing the (now private)
2410                 checkers structure.
2411                 Minor code clean up
2412
2413         * src/main.c
2414                 Use #ifdef instead of #if for USE_ASPELL
2415                 Use the new spell checkers init/quit functions 
2416
2417         * src/gtk/gtkaspell.c
2418                 Use #ifdef instead of #if for USE_ASPELL
2419                 Moved in the majority of GtkAspell structures that were
2420                 exported before by gtkaspell.h
2421         
2422         * src/gtk/gktaspell.h
2423                 Made gtkaspell.h contain only the necessary data to be
2424                 publicized by moving many structures to gtkaspell.c.
2425                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2426                 gtkaspell_checkers_new(): replaced by...
2427                 gtkaspell_checkers_init(): new function for initialization
2428                 gtkaspell_checkers_delete(): replaced by...
2429                 gtkaspell_checkers_quit(): new function
2430                 gtkaspell_checkers_strerror(): new function that returns
2431                 the checker's last error message.
2432                 
2433 2003-06-11 [melvin]     0.9.0claws28
2434
2435         * po/POTFILES.in
2436                 Updated to take into account gtkaspell.c migration to
2437                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2438
2439 2003-06-10 [alfons]     0.9.0claws27
2440
2441         * src/filtering.[ch]
2442         * src/folder.c
2443         * src/matcher.c
2444         * src/scoring.[ch]
2445                 - try fixing bug #18 (any brave testers?)
2446                 - add more robustness by refusing previously 
2447                   unchecked NULL pointers 
2448
2449 2003-06-10 [alfons]     0.9.0claws26
2450
2451         * src/procmsg.c
2452                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2453
2454 2003-06-09 [alfons]     0.9.0claws25
2455
2456         * src/prefs_common.c
2457                 fix bug #163 "Icon switching doesnt work properly" by 
2458                 preventing early freeing of prefs_common.pixmap_theme_path.
2459
2460 2003-06-09 [christoph]  0.9.0claws24
2461
2462         * src/gtk/gtkaspell.c
2463                 revert Thorsten's fix and add forgotten g_strdup for
2464                 aspell path (it should not be possible to alter the path a
2465                 GtkASpell uses from outside)
2466
2467 2003-06-09 [thorsten]   0.9.0claws23
2468
2469         * src/gtk/gtkaspell.c
2470                 dont free prefs_common.aspell_path when closing compose
2471
2472 2003-06-08 [colin]      0.9.0claws22
2473
2474         * src/plugins/spamassassin/spamassassin.c
2475                 fix prefs types
2476
2477 2003-06-07 [christoph]  0.9.0claws21
2478
2479         * src/Makefile.am
2480         * src/compose.c
2481         * src/gtkaspell.[ch]            ** REMOVE **
2482         * src/gtk/Makefile.am
2483         * src/gtk/gtkaspell.[ch]        ** NEW **
2484                 o make gtkaspell independent from sylpheed's prefs
2485                 o move gtkaspell.[ch] to gtk directory
2486
2487 2003-06-07 [christoph]  0.9.0claws20
2488
2489         * src/Makefile.am
2490         * src/crash.c
2491         * src/export.c
2492         * src/filesel.[ch]              ** REMOVE **
2493         * src/folder.c
2494         * src/main.[ch]
2495         * src/common/sylpheed.[ch]
2496         * src/gtk/Makefile.am
2497         * src/gtk/filesel.[ch]          ** NEW **
2498         * src/gtk/pluginwindow.c
2499         * src/gtk/sslcertwindow.c
2500                 move filesel.[ch] to gtk directory
2501
2502 2003-06-07 [alfons]     0.9.0claws19
2503
2504         * src/filesel.c
2505                 make (multi) file selection dialog work again (Claws-only)
2506
2507 2003-06-07 [thorsten]   0.9.0claws18
2508
2509         * po/de.po
2510                 fix typos
2511
2512 2003-06-07 [alfons]     0.9.0claws17
2513
2514         * configure.ac
2515         * src/mimeview.c
2516                 detect apache mishap in which case don't include fnmatch.h
2517                 if regex.h is already included
2518
2519 2003-06-06 [christoph]  0.9.0claws16
2520
2521         * configure.ac
2522         * src/mimeview.h
2523                 add check for fnmatch.h and include it when available
2524
2525         * src/mimeview.[ch]
2526                 fix wrong case sensitivity of Content-Types
2527
2528         * src/gtk/Makefile.am
2529                 need the same include paths in gtk directory as in
2530                 common directory because .h files in common can
2531                 include files from these directories, when included
2532                 in gtk's .h or .c files
2533
2534 2003-06-06 [alfons]     0.9.0claws15
2535
2536         * src/mimeview.c
2537         * src/summaryview.c
2538                 make it compile again because of regex.h / fnmatch.h 
2539                 include problems (related to recent mime stuff, can
2540                 someone check this?)
2541
2542 2003-06-06 [thorsten]   0.9.0claws14
2543
2544         * src/folderview.c
2545                 possible use of uninitialized pointer while dragging
2546
2547 2003-06-06 [paul]       0.9.0claws13
2548
2549         * src/compose.c
2550                 fix bug where the insert sig button would be effective
2551                 only when auto_sig was set
2552
2553 2003-06-06 [paul]       0.9.0claws12
2554
2555         * sync with 0.9.2 release
2556
2557 2003-06-02 [paul]       0.9.0claws11
2558
2559         * sync with 0.9.1cvs1
2560                 see ChangeLog 2003-06-02
2561                 
2562         * po/de.po
2563                 update by Jens
2564
2565 2003-06-01 [christoph]  0.9.0claws10
2566
2567         * src/account.c
2568                 don't use substring search to find accounts by email address
2569
2570         (closes Bug 169 Overly loose matching of "From" address)
2571
2572 2003-05-31 [christoph]  0.9.0claws9
2573
2574         * doc-src/rfc2683.txt
2575         * src/imap.c
2576                 limit IMAP command length as recommended in RFC2683
2577                 (message number lists will be split into multiple imap
2578                 sets, the limit of 1000 octets is not a hard limit)
2579
2580         (closes Bug 161 sylpheed-claws exits with segfault when logging
2581          in to certain imap-servers)
2582
2583 2003-05-29 [alfons]     0.9.0claws8
2584
2585         * src/toolbar.[ch]
2586                 add print button (calling summary_print());
2587                 fine tune setting tooltip text;
2588                 (if someone needs other buttons, please take these 
2589                 commits as a guide, instead of bothering us - also
2590                 see 0.8.11claws150) 
2591
2592 2003-05-29 [darko]      0.9.0claws7
2593
2594         * src/compose.c
2595                 fix crash when word wrapping kicks in due to
2596                 changed text by spell checker
2597
2598 2003-05-29 [paul]       0.9.0claws6
2599
2600         * src/compose.c
2601                 fix bug where changing account would insert
2602                 sig even if auto_sig was FALSE
2603                 
2604         * ChangeLog
2605           ChangeLog.jp
2606           INSTALL
2607                 sync with 0.9.1 release
2608
2609 2003-05-28 [christoph]  0.9.0claws5
2610
2611         * src/imap.c
2612                 fix truncation of too long commands
2613
2614         (closes Bug 167 IMAP hangs trying to get envelope
2615          information in imap_get_uncached_messages)
2616
2617 2003-05-27 [paul]       0.9.0claws4
2618
2619         * tools/Makefile.am
2620           tools/maildir2sylpheed.pl     ** NEW FILE **
2621                 add kmail to sylpheed mailbox conversion script
2622
2623 2003-05-27 [paul]       0.9.0claws3
2624
2625         * sync with 0.9.0cvs10
2626                 see ChangeLog 2003-05-26
2627
2628 2003-05-26 [paul]       0.9.0claws2
2629
2630         * sync with 0.9.0cvs9
2631                 see ChangeLog 2003-05-26
2632
2633 2003-05-24 [paul]       0.9.0claws1
2634
2635         * sync with 0.9.0cvs8
2636                 see ChangeLog 2003-05-23
2637
2638 2003-05-24 [paul]       0.9.0claws
2639
2640         * version 0.9.0claws released
2641
2642 2003-05-24 [paul]       0.8.11claws177
2643
2644         * src/plugins/dillo-viewer/Makefile.am
2645           src/plugins/traycon/Makefile.am
2646                 add missing files
2647                 
2648         * po/bg.po
2649           po/en_GB.po
2650           po/es.po
2651           po/it.po
2652           po/pt_BR.po
2653           po/ru.po
2654           po/sr.po
2655                 update Bulgarian, British English, Spanish, Italian, 
2656                 Brazilian Portuguese, Russian, and Serbian translations, 
2657                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2658                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2659                 Ruslan N. Balkin, and Urke MMI
2660
2661 2003-05-23 [melvin]     0.8.11claws176
2662
2663         * po/fr.po
2664                 Updated French translations
2665
2666 2003-05-22 [paul]       0.8.11claws175
2667
2668         * src/Makefile.am
2669           src/addrbook.[ch]
2670           src/addrcache.[ch]
2671           src/addr_compl.[ch]
2672           src/adressbook.[ch]
2673           src/addrindex.[ch]
2674           src/addritem.[ch]
2675           src/editaddress.c
2676           src/editgroup.c
2677           src/editldap_basedn.c
2678           src/editldap.c
2679           src/jpilot.c
2680           src/vcard.c
2681                 revert to get ldap into it previous working state
2682                 
2683         * po/zh_TW.Big5.po
2684                 new Taiwanese translation,
2685                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2686
2687 2003-05-22 [christoph]  0.8.11claws174
2688
2689         * src/plugins/spamassassin/libspamc.[ch]
2690                 sync libspamc with SpamAssaain release 2.55
2691
2692 2003-05-22 [paul]       0.8.11claws173
2693
2694         * sync with 0.9.0cvs7
2695                 see ChangeLog 2003-05-22
2696                 
2697         * src/summaryview.c
2698                 revert change in 0.8.11claws172: follow
2699                 Hiroyuki's decision and that's the end of it.
2700
2701 2003-05-21 [paul]       0.8.11claws172
2702
2703         * src/summaryview.c
2704                 fix discrepency between open_unread_on_enter
2705                 and always_show_msg
2706
2707 2003-05-21 [paul]       0.8.11claws171
2708
2709         * sync with 0.9.0cvs6
2710                 see ChangeLog 2003-05-21
2711
2712 2003-05-21 [paul]       0.8.11claws170
2713
2714         * sync with 0.9.0cvs5
2715                 see ChangeLog 2003-05-21
2716
2717 2003-05-20 [paul]       0.8.11claws169
2718
2719         * sync with 0.9.0cvs4
2720                 see ChangeLog 2003-05-20
2721                 fixes bug #152, 'encoding of IMAP folders names'
2722
2723 2003-05-20 [paul]       0.8.11claws168
2724
2725         * sync with 0.9.0cvs3
2726                 see ChangeLog 2003-05-20
2727                 
2728         * src/tools/convert_mbox.pl
2729                 minor change in the comments, submitted by Fred Marton
2730
2731 2003-05-19 [paul]       0.8.11claws167
2732
2733         * src/plugins/clamav/Makefile.am
2734           configure.ac
2735                 link clamav_lib to the plugin and not to the main program
2736
2737 2003-05-19 [christoph]
2738
2739         * src/Makefile.am
2740                 add -export-dynamic for linking
2741
2742 2003-05-19 [paul]       0.8.11claws166
2743
2744         * sync with 0.9.0cvs1
2745                 see ChangeLog 2003-05-19
2746
2747 2003-05-19 [paul]       0.8.11claws165
2748
2749         * src/inc.c
2750                 fix 'pop before smtp' timeout
2751
2752 2003-05-18 [alfons]     0.8.11claws164
2753
2754         * src/prefs_matcher.c
2755                 put "execute" action command line ("expression") in edit box
2756
2757 2003-05-18 [christoph]  0.8.11claws163
2758
2759         * src/mimeview.[ch]
2760         * src/plugins/dillo_viewer/dillo_viewer.c
2761         * src/plugins/image_viewer/viewer.c
2762         * src/plugins/mathml_viewer/mathml_viewer.c
2763                 let a viewer have a list of Content-Types
2764
2765 2003-05-18 [paul]       0.8.11claws162
2766
2767         * src/prefs_filtering.c
2768                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2769                 and REDIRECT actions
2770
2771 2003-05-17 [christoph]
2772
2773         * README.claws
2774                 o remove dynamic signatures that was syned with main
2775                 o add infos about no longer "build in" image viewer
2776                 o update bugtracker URL
2777
2778 2003-05-17 [christoph]  0.8.11claws161
2779
2780         * src/folder.c
2781         * src/folderview.c
2782         * src/imap.c
2783                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2784                 for every folder after rebuilding the folder tree.
2785
2786         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2787          messages)
2788
2789 2003-05-17 [christoph]  0.8.11claws160
2790
2791         * src/imap.c
2792                 don't use STATUS command on current folder to check for
2793                 content changes. imap_cmd_ok() now tracks changes to
2794                 folder and number of existing messages.
2795
2796 2003-05-17 [paul]       0.8.11claws159
2797
2798         * src/plugins/clamav/clamav_plugin.c
2799                 remove unnecessary debug_print
2800
2801 2003-05-16 [thorsten]   0.8.11claws158
2802
2803         * src/plugins/demo.c
2804                 included missing intl.h
2805
2806 2003-05-16 [paul]       0.8.11claws157
2807
2808         * po/POTFILES.in
2809                 remove non-existant entries
2810         
2811         * src/plugins/clamav/clamav_plugin.c
2812           src/plugins/clamav/clamav_plugin_gtk.c
2813           src/plugins/dillo_viewer/dillo_prefs.c
2814           src/plugins/dillo_viewer/dillo_viewer.c
2815                 gettextise
2816
2817 2003-05-16 [christoph]  0.8.11claws156
2818
2819         * po/POTFILES.in
2820                 include plugin .c files for translation until I
2821                 find a better solution to have plugins have their
2822                 own textdomain
2823         * src/plugins/demo/demo.c
2824         * src/plugins/image_viewer/plugin.c
2825         * src/plugins/mathml_viewer/mathml_viewer.c
2826         * src/plugins/spamassassin/spamassassin.c
2827         * src/plugins/spamassassin/spamassassin_gtk.c
2828         * src/plugins/trayicon/trayicon.c
2829                 add gettext macros for plugin name and description
2830
2831 2003-05-16 [paul]
2832
2833         * sync with 0.9.0
2834
2835 2003-05-16 [paul]       0.8.11claws155
2836
2837         * sync with lastest 0.9.0pre1
2838                 see ChangeLog 2003-05-16
2839
2840 2003-05-15 [paul]       0.8.11claws154
2841
2842         * sync with latest 0.9.0pre1
2843                 see ChangeLog 2003-05-14 and 2003-05-15
2844
2845 2003-05-14 [christoph]  0.8.11claws153
2846
2847         * src/plugins/image_viewer/viewer.c
2848         * src/plugins/image_viewer/viewer.glade         ** NEW **
2849         * src/plugins/image_viewer/viewerprefs.c
2850                 make it possible to disable the autoload function in the
2851                 imageviewer again
2852
2853 2003-05-14 [christoph]  0.8.11claws152
2854
2855         * src/folder.c
2856                 fix folder update after adding a message
2857
2858 2003-05-13 [alfons]     0.8.11claws151
2859
2860         * src/common/session.c
2861                 remove debug traces
2862                 
2863         * src/addrcache.[ch]
2864         * src/filtering.[ch]
2865         * src/folder.[c]
2866         * src/gtkaspell.[ch]
2867         * src/imap.[ch]
2868         * src/mbox_folder.[ch]
2869         * src/mh.[ch]
2870         * src/mimeview.h
2871         * src/msgcache.[ch]
2872         * src/news.[ch]
2873         * src/passphrase.[ch]
2874         * src/prefs_common.[ch]
2875         * src/prefs_gtk.[ch]
2876         * src/procmsg.c
2877         * src/scoring.[ch]
2878                 be pedantic; (in prototypes () implies (int))
2879
2880 2003-05-13 [alfons]     0.8.11claws150
2881
2882         * src/prefs_toolbar.[ch]
2883         * src/summaryview.[ch]
2884         * src/toolbar.[ch]
2885                 change misleading text in toolbar prefs;
2886                 add toolbar action for ignore thread (toggles ignore thread flag);
2887                 clean up a little bit;
2888
2889 2003-05-12 [paul]
2890
2891         * tools/convert_mbox.pl
2892                 bug fixed by Fred Marton
2893
2894 2003-05-12 [paul]
2895
2896         * sync with 0.9.0pre1
2897
2898 2003-05-09 [paul]       0.8.11claws149
2899
2900         * sync with 0.8.11cvs43
2901                 see ChangeLog 2003-05-09
2902
2903 2003-05-08 [christoph]  0.8.11claws148
2904
2905         * src/imap.[ch]
2906                 o use CAPABILIY as first command and check for PREAUTH
2907                   information in the response to it
2908                 o rewrite all imap_cmd_* functions to use an IMAPSession
2909                   instead of a SockInfo as parameter
2910                 o do STARTTLS after fetching and checking the server
2911                   capabilities
2912
2913 2003-05-08 [paul]       0.8.11claws147
2914
2915         * tools/Makefile.am
2916           tools/README
2917           tools/convert_mbox.pl         ** NEW FILE **
2918                 add mbox conversion script. Submitted by 
2919                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2920
2921 2003-05-07 [christoph]
2922
2923         * doc-src/glade.txt
2924         * src/gtk/pluginwindow.glade
2925         * src/plugins/image_viewer/viewerprefs.glade
2926         * src/plugins/spamassassin/spamassassin_gtk.glade
2927                 add glade files for user interfaces and a description how
2928                 to use glade to create the sylpheed code
2929
2930 2003-05-07 [paul]       0.8.11claws146
2931
2932         * sync with 0.8.11cvs41
2933                 see ChangeLog 2003-05-07
2934
2935 2003-05-06 [christoph]  0.8.11claws145
2936
2937         * src/main.c
2938         * src/plugins/image_viewer/viewer.c
2939                 fix usage of imlib in imageviewer plugin
2940
2941         * src/gtk/prefswindow.c
2942                 handle window close event correctly
2943
2944 2003-05-06 [paul]       0.8.11claws144
2945
2946         * src/common/ssl.c
2947                 fix typo introduced in sync
2948
2949 2003-05-06 [paul]       0.8.11claws143
2950
2951         * sync with 0.8.11cvs39
2952                 see ChangeLog 2003-05-06
2953
2954 2003-05-06 [paul]       0.8.11claws142
2955
2956         * AUTHORS
2957           po/cs.po
2958                 updated Czech translation, submitted by 
2959                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2960                 
2961         * src/plugins/clamav/clamav_plugin_gtk.c
2962                 clean up
2963
2964 2003-05-03 [alfons]     0.8.11claws141
2965
2966         * src/compose.[ch]
2967                 make paste as quotation work even when the call to 
2968                 text_inserted() was deferred (fixes bug #140 "Paste 
2969                 as quotation does not work when using "external" 
2970                 clipboard")
2971
2972 2003-05-03 [thorsten]   0.8.11claws140
2973
2974         * src/addrquery.h
2975           src/ldapquery.h
2976           src/mainwindow.c
2977                 removed C++ comments
2978         * src/addr_compl.c
2979                 function with non-int retval/param used before
2980                 implementation/declaration
2981
2982 2003-05-02 [paul]       0.8.11claws139
2983
2984         * src/addr_compl.[ch]
2985           src/addressbook.[ch]
2986           src/addrindex.c
2987           src/summaryview.c
2988                 revert match's changes to (finally) remove the bug where
2989                 opening a folder causes massive slowdown when using the 
2990                 'Display sender using address book' option
2991
2992 2003-05-01 [melvin]     0.8.11claws138
2993
2994         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2995         * src/plugins/dillo_viewer/dillo_viewer.c
2996                 Fixed bug where "Cancel" button from prefs issued
2997                 warnings.
2998                 Comply a little more to coding style
2999
3000 2003-05-01 [paul]       0.8.11claws137
3001
3002         * sync with 0.8.11cvs38
3003                 see ChangeLog 2003-05-01
3004
3005 2003-05-01 [paul]       0.8.11claws136
3006
3007         * po/bg.po
3008                 updated by George Danchev
3009
3010 2003-04-30 [christoph]  0.8.11claws135
3011
3012         * src/plugins/dillo_viewer/dillo_prefs.c
3013         * src/plugins/image_viewer/viewerprefs.c
3014         * src/plugins/spamassassin/spamassassin_gtk.c
3015                 remove gtk_widget_ref() calls for widgets in
3016                 glade code
3017
3018 2003-04-30 [paul]       0.8.11claws134
3019
3020         * src/addrindex.c
3021                 ok, this time a better fix for the bug where opening folder
3022                 has massive slowdown when using the 'Display sender using 
3023                 address book' option
3024
3025 2003-04-30 [paul]       0.8.11claws133
3026
3027         * src/addrindex.c
3028                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3029         
3030 2003-04-30 [melvin]     0.8.11claws132
3031
3032         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3033
3034         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3035                 Preferences for the dillo plugin
3036         * src/plugins/dillo_viewer/dillo_viewer.c
3037                 Support for preferences
3038         * src/plugins/dillo_viewer/Makefile.am
3039                 Added dillo_prefs.[ch]
3040
3041 2003-04-30 [alfons]     0.8.11claws131
3042
3043         * src/common/plugin.[ch]
3044                 see? this ANSI C'fication immediately gives us type
3045                 checking for free.
3046
3047 2003-04-30 [alfons]     0.8.11claws130
3048
3049         * src/common/plugin.[ch]
3050         * src/plugins/clamav/clamav_plugin.[ch]
3051         * src/plugins/clamav/clamav_plugin_gtk.c
3052         * src/plugins/demo/demo.c
3053         * src/plugins/dillo_viewer/dillo_viewer.c
3054         * src/plugins/image_viewer/plugin.c
3055         * src/plugins/image_viewer/viewer.[ch]
3056         * src/plugins/image_viewer/viewerprefs.[ch]
3057         * src/plugins/mathml_viewer/mathml_viewer.c
3058         * src/plugins/spamassassin/spamassassin.[ch]
3059         * src/plugins/spamassassin/spamassassin_gtk.c
3060         * src/plugins/trayicon/trayicon.c
3061                 clean up
3062
3063 2003-04-30 [alfons]     0.8.11claws129
3064
3065         * src/common/utils.c
3066                 make is_ascii_str() fail gracefully when NULL pointer
3067                 is passed
3068
3069 2003-04-30 [paul]       0.8.11claws128
3070
3071         * src/addrindex.c
3072                 fix bug where opening folder has massive slowdown when
3073                 using the 'Display sender using address book' option
3074
3075 2003-04-30 [paul]       0.8.11claws127
3076
3077         * src/plugins/clamav/clamav_plugin.c
3078           src/plugins/clamav/clamav_plugin_gtk.c
3079           src/plugins/demo/demo.c
3080           src/plugins/dillo_viewer/dillo_viewer.c
3081           src/plugins/image_viewer/plugin.c
3082           src/plugins/mathml_viewer/mathml_viewer.c
3083           src/plugins/spamassassin/spamassassin.c
3084           src/plugins/spamassassin/spamassassin_gtk.c
3085           src/plugins/trayicon/trayicon.c
3086                 get rid of eye-hurting function signatures
3087
3088 2003-04-30 [paul]       0.8.11claws126
3089
3090         * src/plugins/trayicon/trayicon.c
3091                 add description
3092                 
3093         * src/mimeview.c
3094                 be more descriptive
3095
3096 2003-04-30 [paul]       0.8.11claws125
3097
3098         * configure.ac
3099                 arrange the plugins in reverse alphabetical order
3100                 
3101         * src/plugins/clamav/clamav_plugin.[ch]
3102           src/plugins/clamav/clamav_plugin_gtk.c
3103                 rename some params
3104                 resize max_size window
3105                 re-arrange the order of some gui elements
3106                 improve descriptions
3107         
3108         * src/plugins/image_viewer/plugin.c
3109           src/plugins/mathml_viewer/mathml_viewer.c
3110                 add descriptions
3111                 
3112         * src/plugins/spamassassin/spamassassin_gtk.c
3113                 resize max_size window
3114                 re-arrange the order of some gui elements
3115                 
3116         * src/messageview.c
3117           src/mimeview.c
3118                 correct typos
3119
3120 2003-04-30 [alfons]     0.8.11claws124
3121
3122         * src/imap.c
3123                 fix a leak found while browsing Martin Kluge's 
3124                 valgrind log (Claws only)
3125
3126 2003-04-29 [darko]      0.8.11claws123
3127
3128         * src/gtk/gtkstext.h
3129                 include wchar.h if it is available, fixes compilation
3130                 on HP-UX systems
3131
3132 2003-04-29 [melvin]     0.8.11claws122
3133
3134         * src/prefs_actions.c
3135                 Improved help text of Actions' syntax
3136
3137 2003-04-28 [paul]       0.8.11claws121
3138
3139         * src/action.c
3140                 a better fix for the crash when performing an action
3141                 on a mime part
3142
3143 2003-04-28 [paul]       0.8.11claws120
3144
3145         * src/action.c
3146                 fix crash when performing an action on a
3147                 mime part
3148
3149 2003-04-28 [paul]       0.8.11claws119
3150
3151         * sync with 0.8.11cvs36
3152                 see ChangeLog 2003-04-28
3153
3154 2003-04-27 [paul]       0.8.11claws118
3155
3156         * more sync with 0.8.11cvs35
3157                 see ChangeLog 2003-04-25
3158
3159 2003-04-26 [christoph]  0.8.11claws117
3160
3161         * src/folder.c
3162                 fix remove virtual check
3163
3164 2003-04-26 [paul]       0.8.11claws116
3165
3166         * src/messageview.c
3167                 fix return-receipt, make it work again
3168
3169 2003-04-26 [paul]       0.8.11claws115
3170
3171         * src/mimeview.c
3172                 restore double-clicking of the [application/pgp-signature 
3173                 (Select "Check signature" to check)] line in the message view,
3174                 broken in recent sync
3175
3176 2003-04-26 [christoph]  0.8.11claws114
3177
3178         * src/folder.c
3179                 check if remove virtual really exists before
3180                 calling the function
3181
3182 2003-04-25 [match]      0.8.11claws113
3183
3184         * src/addrindex.c
3185         * src/addrbook.c
3186         * src/ldapquery.[ch]
3187         * src/ldapctrl.[ch]
3188                 fix memleak.
3189         * src/ldapserver.[ch]
3190                 fix memleak. fix segfault.
3191                 plug a Claws memleak
3192
3193 2003-04-25 [alfons]     0.8.11claws112
3194
3195         * src/folder.c
3196                 plug a Claws memleak
3197
3198 2003-04-25 [alfons]     0.8.11claws111
3199
3200         * src/common/session.c
3201                 plug a memleak
3202
3203 2003-04-25 [paul]       0.8.11claws110
3204
3205         * sync with 0.8.11cvs35
3206                 see ChangeLog 2003-04-24 and 2003-04-25
3207                 
3208         * src/gtk/pluginwindow.c
3209                 correct another strange float value
3210
3211 2003-04-24 [christoph]  0.8.11claws109
3212
3213         * src/folder.c
3214                 freeze folder item updates when unsetting new flags
3215
3216         * src/gtk/pluginwindow.c
3217                 correct strange float value
3218
3219 2003-04-23 [paul]       0.8.11claws108
3220
3221         * sync with 0.8.11cvs33
3222                 see ChangeLog 2003-04-23
3223
3224 2003-04-22 [paul]       0.8.11claws107
3225
3226         * src/Makefile.am
3227           src/messageview.c
3228           src/mimeview.c
3229           src/pgptext.[ch]      ** REMOVED **
3230                 remove pgptext.[ch] as its not used any more
3231
3232 2003-04-22 [paul]       0.8.11claws106
3233
3234         * sync with 0.8.11cvs31
3235                 see ChangeLog 2003-04-21 and 2003-04-22
3236
3237 2003-04-21 [alfons]     0.8.11claws105
3238
3239         * src/main.c
3240                 No access to GTK structures if we're a spawned child
3241                 (and clean up code a little bit...) Should fix #126.
3242
3243 2003-04-21 [melvin]     0.8.11claws104
3244
3245         * src/plugins/dillo_viewer/README
3246                 Improved slightly the text.
3247
3248 2003-04-21 [melvin]     0.8.11claws103
3249
3250         * src/plugins/dillo_viewer/README *** NEW ***
3251                 Added a README file for the Dillo plugin
3252
3253 2003-04-20 [paul]
3254
3255         * tools/README
3256           tools/outlook2sylpheed.pl
3257                 updated and improved by Ricardo Mones Lastra
3258
3259 2003-04-18 [oliver]     0.8.11claws102
3260
3261         * src/inc.c 
3262         * src/prefs_account.h
3263                 remove Pop3SessionType (used by selective download)
3264         * src/prefs_toolbar.c
3265                 enable set Default Toolbar button
3266
3267 2003-04-18 [paul]       0.8.11claws101
3268
3269         * sync with 0.8.11cvs29
3270                 see ChangeLog 2003-04-18
3271
3272 2003-04-17 [paul]       0.8.11claws100
3273
3274         * src/prefs_common.[ch]
3275           src/summaryview.c
3276                 remove 'Open next message on deletion' option,
3277                 as the same effect can now be achieved via the
3278                 'Always open messages in summary when selected'
3279                 option.
3280
3281 2003-04-17 [paul]       0.8.11claws99
3282
3283         * sync with 0.8.11cvs28
3284                 see ChangeLog 2003-04-17
3285
3286 2003-04-17 [christoph]  0.8.11claws98
3287
3288         * ac/spamassassin.m4
3289         * src/plugins/spamassassin/libspamc.[ch]
3290         * src/plugins/spamassassin/utils.[ch]
3291                 sync libspamc with SpamAssassin project
3292
3293 2003-04-17 [christoph]  0.8.11claws97
3294
3295         * src/common/socket.h
3296         * src/gtk/sslcertwindow.h
3297                 rename old USE_SSL to USE_OPENSSL
3298
3299 2003-04-17 [paul]       0.8.11claws96
3300
3301         * src/prefs_common.h
3302                 use gulong for P_COLOR so that it compiles/runs on
3303                 64-bit systems. Patch submitted by James Noyes
3304                 <jnoyes-claws@retrogeeks.com>
3305                 
3306         * po/de.po
3307                 updated by Jens
3308
3309 2003-04-17 [paul]       0.8.11claws95
3310
3311         * sync with 0.8.11cvs27
3312                 see ChangeLog 2003-04-16
3313
3314 2003-04-15 [paul]       0.8.11claws94
3315
3316         * src/prefs_common.[ch]
3317                 rearrange to stop the window getting too long:
3318                         move Receive dialog stuff to Receive tab
3319                         move Send dialog to Send tab
3320                         remove Dialogs frame
3321                 rename 'Open messages in summary with cursor keys' to
3322                 'Always open messages in summary when selected', as its
3323                 more appropriate
3324
3325 2003-04-15 [paul]       0.8.11claws93
3326
3327         * src/prefs_common.[ch]
3328           src/summaryview.c
3329                 add new option '/Interface/Open next message on deletion'
3330
3331 2003-04-15 [paul]       0.8.11claws92
3332
3333         * src/summaryview.[ch]
3334                 add /Mark/Lock and /Mark/Unlock to the pop-up
3335                 menu. Patch submitted by Ivan Francolin Martinez
3336                 <ivanfm@users.sourceforge.net>
3337
3338 2003-04-15 [paul]       0.8.11claws91
3339
3340         * sync with 0.8.11cvs24
3341                 see ChangeLog 2003-04-15
3342
3343 2003-04-14 [jens]       0.8.11claws90
3344
3345         * updated German translation and some corrections from
3346                 Roland Bless <bless@tm.uka.de>
3347
3348 2003-04-14 [paul]       0.8.11claws89
3349
3350         * sync with 0.8.11cvs22
3351                 see ChangeLog 2003-04-14
3352
3353 2003-04-13 [paul]       0.8.11claws88
3354
3355         * src/plugins/clamav/clamav_plugin.c
3356                 fix memory leaks
3357                 clean up
3358
3359 2003-04-12 [paul]       0.8.11claws87
3360
3361         * src/plugins/clamav/clamav_plugin.c
3362                 activate enable/disable archive scanning option
3363                 
3364         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3365
3366 2003-04-12 [paul]       0.8.11claws86
3367
3368         * src/plugins/Makefile.am
3369           src/plugins/clamav/Makefile.am                ** NEW FILE **
3370           src/plugins/clamav/README                     ** NEW FILE ** 
3371           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3372           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3373                 add Clam AntiVirus plugin
3374
3375 2003-04-12 [paul]       0.8.11claws85
3376
3377         * sync with 0.8.11cvs21
3378                 see ChangeLog 2003-04-11
3379
3380 2003-04-11 [paul]       0.8.11claws84
3381
3382         * po/es.po
3383                 update Spanish translation. Submitted by Ricardo
3384                 Mones Lastra.
3385
3386 2003-04-10 [christoph]  0.8.11claws83
3387
3388         * src/mbox.c
3389                 fix typo that did not move unfiltered mails to destination
3390                 folder
3391
3392         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3393          when filtering from spool)
3394
3395 2003-04-10 [christoph]  0.8.11claws82
3396
3397         * src/imap.c
3398                 use BODY.PEEK instead of BODY in in message fetch operation
3399                 to make sure the IMAP server does not set the \Seen flag for
3400                 messages. Sylpheed does that later itself, when the message
3401                 is opened in sylpheed
3402
3403         (closes Bug 111 Claws destroys unread marks)
3404
3405 2003-04-09 [oliver]     0.8.11claws81
3406         
3407         * src/folder.c
3408                 fix crash in folder_destroy
3409         * README.claws
3410                 remove selective download
3411
3412 2003-04-09 [christoph]  0.8.11claws80
3413
3414         * src/imap.c
3415                 fix crash in imap_get_msginfo() when then fetched message
3416                 is not found
3417
3418         (closes Bug 110 Crash during mail composition)
3419
3420 2003-04-08 [christoph]  0.8.11claws79
3421
3422         * src/folder.c
3423         * src/prefs_account.c
3424                 Filter new messages that are found in an INBOX folder
3425                 when 'Filter messages on receiving' is enabled in the
3426                 Folder's AccountPrefs. This allows to use Sylpheed's
3427                 filtering engine for IMAP folders where messages are
3428                 added to the INBOX by a MTA
3429
3430 2003-04-08 [paul]       0.8.11claws78
3431
3432         * src/procmsg.h
3433                 clean up after last commit
3434
3435 2003-04-08 [paul]       0.8.11claws77
3436
3437         * sync with 0.8.11cvs20
3438                 see ChangeLog 2003-04-07 and 2003-04-08
3439
3440 2003-04-07 [christoph]  0.8.11claws76
3441
3442         * src/filtering.[ch]
3443         * src/inc.[ch]
3444         * src/mbox.c
3445         * src/procmsg.[ch]
3446                 add procmsg_msginfo_filter() to execute filtering actions
3447
3448 2003-04-06 [christoph]  0.8.11claws75
3449
3450         * src/imap.c
3451                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3452
3453 2003-04-06 [christoph]  0.8.11claws74
3454
3455         * src/common/utils.[ch]
3456                 add g_int_compare() function for slist sorting
3457
3458         * src/imap.c
3459                 fetch all MsgInfos with one command in imap_get_msginfos()
3460                 using an imap set with a list of ranges
3461
3462         * src/news.c
3463                 use new g_int_compare() function
3464
3465 2003-04-06 [thorsten]   0.8.11claws73
3466
3467         * src/mh.c
3468                 corrected implementation of mh_folder_destroy()
3469
3470 2003-04-05 [christoph]  0.8.11claws72
3471
3472         * src/account.c
3473         * src/folder.[ch]
3474         * src/folderview.c
3475         * src/imap.c
3476         * src/inc.c
3477         * src/main.c
3478         * src/mainwindow.c
3479         * src/mbox_folder.c
3480         * src/mh.c
3481         * src/mimeview.h
3482         * src/msgcache.[ch]
3483         * src/news.c
3484         * src/procmime.h
3485         * src/procmsg.[ch]
3486         * src/setup.c
3487         * src/gtk/gtkutils.c
3488                 o rename structure field names class and new to klass and
3489                   new_msgs, to allow including files in C++
3490                 o add 'extern "C"' block to some header files
3491                 o add MsgInfoList and MsgNumberList as alias for GSList for
3492                   developers to know what type of list is expected
3493
3494         * src/plugins/image_viewer/plugin.c
3495         * src/plugins/image_viewer/viewer.[ch]
3496         * src/plugins/image_viewer/viewerprefs.[ch]
3497                 rename function names to prevent conflicts
3498
3499 2003-04-05 [paul]       0.8.11claws71
3500
3501         * sync with 0.8.11cvs18
3502                 see ChangeLog 2003-04-03 and 2003-04-04
3503
3504 2003-04-02 [christoph]  0.8.11claws70
3505
3506         * src/folder.[ch]
3507         * src/imap.[ch]
3508         * src/mbox_folder.[ch]
3509         * src/mh.[ch]
3510         * src/news.[ch]
3511                 o Make all virtual folder functions private
3512                 o remove unused folder code
3513
3514         * src/common/socket.[ch]
3515         * src/summaryview.c
3516                 fix warnings
3517
3518 2003-03-30 [alfons]     0.8.11claws69
3519
3520         * src/send_message.c
3521                 remove two debug traces and see if people still report
3522                 errors
3523
3524 2003-03-30 [alfons]     0.8.11claws68
3525
3526         * src/send_message.c
3527         * src/commons/session.c
3528                 add more debug traces
3529
3530 2003-03-30 [christoph]  0.8.11claws67
3531
3532         * src/folder.c
3533                 change processing folder name from .processing to processing
3534
3535         * src/common/ssl.c
3536                 disable SSL certificate check because it causes Xlib error
3537                 when the child process want's to open an GTK window
3538
3539 2003-03-30 [christoph]  0.8.11claws66
3540
3541         * src/folder.c
3542                 don't use default folder for processing folder item because
3543                 it can be a non local folder
3544
3545         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3546
3547 2003-03-30 [alfons]     0.8.11claws65
3548
3549         * src/send_message.c
3550                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3551                 to generate bad code for 'send_send_data_progressive': When
3552                 called from 'send_send_data_finished', the 'data' pointer is
3553                 cleared just before the assignment to the dialog pointer
3554
3555 2003-03-29 [christoph]  0.8.11claws64
3556
3557         * src/common/prefs.h
3558         * src/plugins/image_viewer/Makefile.am
3559         * src/plugins/image_viewer/plugin.c
3560         * src/plugins/image_viewer/viewer.[ch]
3561         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3562                 add PrefsPage for ImageViewer
3563
3564 2003-03-28 [thorsten]   0.8.11claws63
3565
3566         * src/common/session.c
3567                 added some comments
3568
3569 2003-03-28 [paul]       0.8.11claws62
3570
3571         * sync with 0.8.11cvs16
3572                 see ChangeLog 2003-03-28
3573
3574 2003-03-28 [paul]       0.8.11claws61
3575
3576         * sync with 0.8.11cvs15
3577                 see ChangeLog 2003-03-28
3578
3579 2003-03-27 [christoph]  0.8.11claws60
3580
3581         * src/folder.c
3582         * src/imap.c
3583         * src/common/socket.[ch]
3584                 set socket state to DISCONNECTED when any operation
3585                 fails to allow reconnecting in IMAP code without
3586                 checking the return code of all calls to the command
3587                 functions
3588
3589         * src/folderview.c
3590         * src/summaryview.c
3591                 remove some more stuff that depends on specific
3592                 folder types
3593
3594 2003-03-27 [paul]       0.8.11claws59
3595
3596         * sync with 0.8.11cvs14
3597                 see ChangeLog 2003-03-27
3598                 
3599         * src/selective_download.[ch]   ** REMOVED **
3600                 really removed
3601
3602 2003-03-27 [christoph]  0.8.11claws58
3603
3604         * src/folder.c
3605                 fix handling of tmp_flags in flag copy function
3606
3607 2003-03-27 [paul]       0.8.11claws57
3608
3609         * sync with 0.8.11cvs13
3610                 see ChangeLog 2003-03-27
3611
3612 2003-03-27 [oliver]     0.8.11claws56
3613
3614         * src/maiwindow.c
3615                 remove sel_download_cb
3616
3617 2003-03-27 [oliver]     0.8.11claws55
3618         
3619         * src/inc.c
3620                 remove POP3_TOP
3621         
3622 2003-03-26 [oliver]     0.8.11claws54
3623
3624         *src/pop.h
3625                 remove POP3_TOP*
3626         * README.claws
3627                 remove selective donwload readme
3628
3629 2003-03-26 [oliver]     0.8.11claws53
3630         * src/matcher.[ch]
3631         * src/matcher_parser_parse.y 
3632         * src/pop.c 
3633         * src/prefs_account.[ch]
3634         * src/prefs_filtering.c
3635                 remove selective donwload
3636
3637 2003-03-26 [oliver]     0.8.11claws52
3638
3639         * src/inc.[ch] 
3640         * src/filtering.c 
3641         * src/mainwindow.c 
3642                 remove selective donwload
3643
3644 2003-03-26 [oliver]     0.8.11claws51
3645         
3646         * src/Makefile.am
3647         * src/selective_download.[ch]   ** REMOVE **    
3648
3649 2003-03-26 [christoph]  0.8.11claws50
3650
3651         * src/news.c
3652                 fix NEWS that got broken by a sync with sylpheed-main
3653
3654 2003-03-26 [christoph]  0.8.11claws49
3655
3656         * src/mimeview.c
3657                 fix mime type guessing when no mime type is found for a file
3658
3659 2003-03-25 [christoph]  0.8.11claws48
3660
3661         * src/mimeview.c
3662         * src/procmime.c
3663                 remove mime type guessing from mime parser and use
3664                 name based mime types in viewer lookup for mime type
3665                 application/octet-stream
3666
3667 2003-03-25 [christoph]  0.8.11claws47
3668
3669         * doc-src/readme.txt
3670         * doc-src/rfc2554.txt
3671                 add RFC about SMTP AUTH
3672
3673         * src/send_message.c
3674         * src/common/smtp.[ch]
3675                 add extra error code for authentication errors and
3676                 clear temporary password when this error occurs
3677
3678         (closes Bug 84 authentication failure while sending should
3679          prompt for password again)
3680
3681 2003-03-25 [christoph]  0.8.11claws46
3682
3683         * configure.ac
3684         * src/Makefile.am
3685         * src/imageview.[ch]                            ** REMOVE **
3686         * src/messageview.[ch]
3687         * src/mimeview.[ch]
3688         * src/prefs_common.[ch]
3689         * src/textview.c
3690         * src/plugins/Makefile.am
3691         * src/plugins/image_viewer/.cvsignore           ** NEW **
3692         * src/plugins/image_viewer/Makefile.am          ** NEW **
3693         * src/plugins/image_viewer/plugin.c             ** NEW **
3694         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3695                 move image viewer into a plugin (building is enabled by default)
3696                 [ToDo: Prefs for resize and autoview]
3697
3698 2003-03-25 [paul]       0.8.11claws45
3699
3700         * sync with 0.8.11cvs12
3701                 see ChangeLog 2003-03-26
3702
3703 2003-03-25 [paul]       0.8.11claws44
3704
3705         * sync with 0.8.11cvs11
3706                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3707                 
3708         Note: Selective Download is broken.
3709                 
3710 2003-03-22 [christoph]  0.8.11claws43
3711
3712         * src/folder.c
3713                 code cleanup for flags copying
3714
3715 2003-03-22 [christoph]  0.8.11claws42
3716
3717         * src/plugins/trayicon/trayicon.c
3718                 fix setting the transparent area when the window size
3719                 is forced by the system tray
3720
3721 2003-03-22 [christoph]  0.8.11claws41
3722
3723         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3724         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3725         * src/plugins/trayicon/newmail.xpm              ** NEW **
3726         * src/plugins/trayicon/nomail.xpm               ** NEW **
3727         * src/plugins/trayicon/trayicon.c
3728         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3729                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3730                 o add icon for unread mails
3731                 o set transparency for window
3732
3733 2003-03-22 [christoph]  0.8.11claws40
3734
3735         * src/news.c
3736                 init news session to prevent crash when session is closed
3737
3738 2003-03-22 [christoph]  0.8.11claws39
3739
3740         * src/imap.c
3741         * src/common/session.[ch]
3742                 Init session data to make sure we don't have invalid pointers
3743                 for read_ch and write_ch when new multi process sessions are
3744                 not used
3745
3746         * src/main.c
3747         * src/common/plugin.c
3748         * src/common/sylpheed.c
3749         * src/plugins/demo/demo.c
3750         * src/plugins/dillo_viewer/dillo_viewer.c
3751         * src/plugins/mathml_viewer/mathml_viewer.c
3752         * src/plugins/spamassassin/spamassassin.c
3753         * src/plugins/spamassassin/spamassassin_gtk.c
3754                 add plugin types to allow loading plugins at different times
3755                 (and maybe for different frontends), because it's not good to
3756                 load GTK-Plugins gefore gtk_init was called
3757
3758         * configure.ac
3759         * src/plugins/Makefile.am
3760         * src/plugins/trayicon/.cvsignore               ** NEW **
3761         * src/plugins/trayicon/Makefile.am              ** NEW **
3762         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3763         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3764         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3765         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3766         * src/plugins/trayicon/trayicon.c               ** NEW **
3767                 New Trayicon plugin that shows an icon in a systray that uses
3768                 XEMBED protocol like Gnome's systray. Icon shows if there
3769                 are new mails and a tooltip shows information about new,
3770                 unread and total messages.
3771
3772 2003-03-22 [paul]       0.8.11claws38
3773
3774         * src/common/smtp.c
3775                 fix ESMTP AUTH CRAM-MD5
3776                 [sync with main (still version 0.8.11cvs6), see
3777                  ChangeLog 2003-03-22]
3778
3779 2003-03-21 [colin]      0.8.11claws37
3780
3781         * src/send_message.c
3782                 Fix USE_SSL => USE_OPENSSL
3783
3784 2003-03-21 [colin]      0.8.11claws36
3785
3786         * src/folderview.c
3787                 Fix counts in drag and dropped subfolders
3788
3789 2003-03-21 [colin]      0.8.11claws35
3790
3791         * src/folder.c 
3792         * src/folderview.c
3793                 speed up a bit folder dnd
3794
3795 2003-03-20 [alfons]     0.8.11claws34
3796
3797         * src/main.c
3798         * src/toolbar.c
3799         * src/procmsg.c
3800                 don't send locked queue messages
3801                 (feature request "[ 705245 ] Locking message in outbox 
3802                  should prevent sending")
3803
3804 2003-03-20 [christoph]  0.8.11claws33
3805
3806         * src/folder.c
3807                 remove NEW and UNREAD flag in special folders when scanning
3808                 
3809         * src/common/smtp.c
3810                 fix ESMTP AUTH CRAM-MD5
3811
3812 2003-03-20 [paul]       0.8.11claws32
3813
3814         * src/prefs_account.c
3815                 Re-write 'Tunnel command to open connection' as
3816                 'Use command to communicate with server', and disable
3817                 it for all except IMAP accounts
3818
3819 2003-03-20 [paul]       0.8.11claws31
3820
3821         * sync with 0.8.11cvs6
3822                 see ChangeLog 2003-03-20
3823
3824 2003-03-19 [match]      0.8.11claws30
3825
3826         * src/addritem.[ch]
3827                 include documentation. minor refactoring.
3828         * src/addr_compl.[ch]
3829         * src/addrindex.[ch]
3830         * src/addresbook.[ch]
3831         * src/summaryview.c
3832                 re-enable address lookup (was disabled in
3833                 0.8.11claws20).
3834
3835 2003-03-19 [christoph]  0.8.11claws29
3836
3837         * src/procmsg.c
3838                 add temp flag handling, will make moving and copying
3839                 messages possible again
3840
3841         * src/folder.c
3842                 correct calulation of folder stats
3843
3844 2003-03-18 [match]      0.8.11claws28
3845
3846         * src/editgroup.h
3847                 remove case sensitive comparison (closes bug 80).
3848
3849 2003-03-18 [christoph]  0.8.11claws27
3850
3851         * src/imap.c
3852                 fix imap using a tunnel command
3853
3854         (closes bug 87)
3855
3856 2003-03-18 [christoph]  0.8.11claws26
3857
3858         * src/folder.[ch]
3859         * src/imap.c
3860         * src/procmsg.[ch]
3861                 rewrite flag handling for folders
3862
3863 2003-03-18 [christoph]  0.8.11claws25
3864
3865         * src/folder.c
3866         * src/procmsg.c
3867         * src/summaryview.c
3868                 unset NEW and UNREAD flags when message is ignored, to make
3869                 sure messages don't show up as unread on other IMAP clients,
3870                 because the IGNORE_THREAD flag can not be syncronized through
3871                 the IMAP folder
3872
3873 2003-03-17 [christoph]  0.8.11claws24
3874
3875         * src/imap.c
3876                 don't use recursion to fetch uids when the number of messages
3877                 does not match. Moved code into subfunction that is used
3878                 again when needed, to prevent an endless loop.
3879
3880 2003-03-17 [thorsten]   0.8.11claws23
3881
3882         * src/imageview.[ch]
3883                 export imageview_get_resized_size() (for plugins)
3884         * src/prefs_common.[ch]
3885                 added prefs_common_get() (for plugins)
3886
3887 2003-03-17 [christoph]  0.8.11claws22
3888
3889         * src/imap.c
3890                 o remove UID guessing from copy code
3891                 o support UIDPLUS extension for APPEND command
3892
3893 2003-03-17 [paul]       0.8.11claws21
3894
3895         * src/gtk/about.c
3896                 remove 'Compiled-plugins' section.
3897                 
3898         * src/plugins/dillo_viewer/dillo_viewer.c
3899                 slight change to description text
3900
3901 2003-03-16 [match]      0.8.11claws20
3902         * src/ldapserver.[ch]           ** NEW **
3903         * src/ldapctrl.[ch]             ** NEW **
3904         * src/ldapquery.[ch]            ** NEW **
3905         * src/ldaputil.[ch]             ** NEW **
3906         * src/addrcindex.[ch]           ** NEW **
3907         * src/addrquery.h               ** NEW **
3908         * src/addritem.[ch]
3909         * src/addrcache.[ch]
3910         * src/addrindex.[ch]
3911         * src/addr_compl.[ch]
3912         * src/addressbook.[ch]
3913         * src/addrbook.[ch]
3914         * src/editgroup.c
3915         * src/editaddress.c
3916         * src/editldap.c
3917         * src/editldap_basedn.c
3918         * src/vcard.c
3919         * src/jpilot.c
3920         * src/Makefile.am
3921                 included dynamic LDAP queries. improved address
3922                 completion.
3923
3924 2003-03-16 [paul]       0.8.11claws19
3925
3926         * tools/multiwebsearch.pl
3927                 fix a fatal typo
3928
3929 2003-03-16 [christoph]  0.8.11claws18
3930
3931         * src/mimeview.c
3932         * src/plugins/dillo_viewer/dillo_viewer.c
3933         * src/plugins/mathml_viewer/mathml_viewer.c
3934                 make unregistering of MimeViewerFactorys possible
3935
3936 2003-03-16 [alfons]     0.8.11claws17
3937
3938         * configure.ac
3939                 correct typo
3940
3941 2003-03-16 [melvin]     0.8.11claws16
3942
3943         * src/plugins/dillo_viewer.c
3944                 Fixed bug where it was not possible to view more than
3945                 one text/html attachment per message (bug discovered
3946                 by Christoph Hohmann).
3947
3948 2003-03-15 [melvin]     0.8.11claws15
3949
3950         * src/prefs_actions.c
3951                 Fixed compilation warnings.
3952
3953 2003-03-15 [melvin]     0.8.11claws14
3954
3955         * src/plugins/Makefile.am
3956         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3957         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3958         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3959                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3960                 newer (http://dillo.auriga.wearlab.de/).
3961
3962 2003-03-15 [christoph]  0.8.11claws13
3963
3964         * src/imap.c
3965                 don't query imap folder for attributes because we already
3966                 for them from imap_status
3967
3968         * src/mimeview.[ch]
3969                 add support for plugable MimeViewers (unloading Viewers
3970                 not yet complete)
3971
3972         * src/plugins/Makefile.am
3973         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3974         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3975         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3976                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3977                 widget from http://helm.cs.unibo.it/mml-widget/
3978
3979 2003-03-14 [christoph]  0.8.11claws12
3980
3981         * src/folder.[ch]
3982                 o error return code's should better be negative
3983                 o replace printf with debug_print
3984
3985         * src/imap.c
3986                 improve IMAP folder scan by checking UID-NEXT
3987
3988         * src/summaryview.c
3989                 remove check that are unnecessary in my opinion
3990
3991 2003-03-13 [christoph]  0.8.11claws11
3992
3993         * src/folder.[ch]
3994         * src/foldersel.c
3995         * src/folderview.c
3996         * src/imap.c
3997         * src/mbox_folder.c
3998         * src/mh.c
3999         * src/news.c
4000         * src/prefs_scoring.c
4001         * src/summaryview.c
4002                 use a common function to get a displayable name
4003                 for a FolderItem
4004
4005 2003-03-13 [paul]       0.8.11claws10
4006
4007         * tools/Makefile.am
4008           tools/README
4009           tools/multiwebsearch.conf     ** NEW FILE **
4010           tools/multiwebsearch.pl       ** NEW FILE **
4011                 add multiwebsearch Actions script
4012
4013 2003-03-13 [colin]      0.8.11claws9
4014
4015         * src/compose.c
4016                 Remove leading emtpy lines from quoted text
4017                 before quoting it
4018
4019 2003-03-13 [melvin]     0.8.11claws8
4020
4021         * src/prefs_actions.c
4022                 Fixed a memory leak
4023                 Code clean ups
4024                 Added Cancel and OK buttons
4025                 Corrected help text
4026
4027 2003-03-13 [christoph]  0.8.11claws7
4028
4029         * src/account.c
4030         * src/folder.[ch]
4031         * src/imap.c
4032         * src/mainwindow.c
4033         * src/mbox_folder.c
4034         * src/mh.c
4035         * src/news.c
4036         * src/setup.c
4037                 replace more folder type stuff with folder class stuff
4038
4039 2003-03-13 [melvin]     0.8.11claws6
4040
4041         * src/prefs_actions.c
4042                 Added new tokens:
4043                 %u: user provided argument
4044                 %h: user provided argument (hidden on input)
4045                 %s: current text selection in the message view 
4046
4047 2003-03-13 [paul]       0.8.11claws5
4048
4049         * sync with 0.8.11cvs5
4050                 see ChangeLog 2003-03-11, 2003-03-12
4051
4052 2003-03-12 [christoph]  0.8.11claws4
4053
4054         * src/folder.c
4055                 use folder class idstr when writing folderlist.xml
4056
4057         * src/folder.h
4058         * src/imap.c
4059         * src/news.c
4060                 replace folder type checks with folder class checks
4061
4062 2003-03-12 [christoph]  0.8.11claws3
4063
4064         * src/folder.[ch]
4065         * src/imap.[ch]
4066         * src/main.c
4067         * src/mbox_folder.[ch]
4068         * src/mh.[ch]
4069         * src/news.[ch]
4070                 o create a list of known folder classes in the folder system
4071                 o use folder class id strings for folder item identifiers
4072
4073 2003-03-12 [christoph]  0.8.11claws2
4074
4075         * src/imap.c
4076                 fix imap uid validity check
4077
4078 2003-03-12 [christoph]  0.8.11claws1
4079
4080         * src/account.c
4081         * src/folder.[ch]
4082         * src/foldersel.c
4083         * src/folderview.c
4084         * src/imap.c
4085         * src/mainwindow.c
4086         * src/mbox_folder.c
4087         * src/mh.c
4088         * src/news.c
4089         * src/prefs_scoring.c
4090         * src/procmsg.c
4091         * src/setup.c
4092         * src/summaryview.c
4093                 initial restructuring of folder system, seperating
4094                 folders and folder classes
4095
4096 2003-03-12 [paul]       0.8.11claws
4097
4098         0.8.11claws release
4099
4100 2003-03-12 [christoph]
4101
4102         * src/gtk/prefswindow.c
4103                 fix translation of "Page Index"
4104
4105 2003-03-12 [paul]       0.8.10claws110
4106
4107         a sync from 0.8.11cvs4 before the release
4108
4109         * src/common/utils.c
4110                 subject_compare_for_sort(): allow null strings (fixes
4111                 summary sorting).
4112
4113 2003-03-11 [paul]       0.8.10claws109
4114
4115         * po/es.po
4116                 update Spanish translation, submitted by
4117                 Ricardo Mones Lastra
4118
4119 2003-03-11 [melvin]     0.8.10claws108
4120
4121         * po/fr.po
4122                 Updated French translations
4123
4124 2003-03-11 [paul]       0.8.10claws107
4125
4126         * manual/en/Makefile.am
4127           manual/en/*.html
4128                 update English manual, add a new page
4129                 updated by Francois Barriere <fbarriere@atmel.fr>
4130                 
4131         * po/bg.po
4132           po/it.po
4133           po/sr.po
4134                 update Bulgarian, Italian, and Serbian translations
4135                 submitted by George Danchev, Alessandro Maestri, and
4136                 Urke MMI
4137
4138 2003-03-10 [paul]       0.8.10claws106
4139
4140         * src/gtk/about.c
4141           src/gtk/prefswindow.c
4142                 make some strings translatable
4143
4144 2003-03-10 [darko]      0.8.10claws105
4145
4146         * src/compose.c
4147                 code cleanup to make Hiro happy
4148
4149 2003-03-10 [paul]       0.8.10claws104
4150
4151         * sync with 0.8.11cvs2
4152                 see ChangeLog 2003-03-10
4153
4154 2003-03-09 [melvin]     0.8.10claws103
4155
4156         * src/textview.c
4157                 textview_set_font(): fix for message display in
4158                 UTF-8 locales (thanks to Sergey Vlasov).
4159                 (was unintentionnaly reverted in 0.8.6claws6)   
4160
4161 2003-03-08 [darko]      0.8.10claws102
4162
4163         * src/compose.c
4164                 fix infinite loop in wrapping as reported
4165                 by happycactus
4166                 obsoletes patch #696482
4167
4168 2003-03-08 [christoph]  0.8.10claws101
4169
4170         * src/imap.c
4171                 add workaround for IMAP servers that do not
4172                 support the "UID SEARCH UID" command
4173
4174 2003-03-07 [christoph]  0.8.10claws100
4175
4176         * src/plugins/spamassassin/spamassassin.[ch]
4177         * src/plugins/spamassassin/spamassassin_gtk.c
4178                 code cleanup
4179
4180 2003-03-07 [paul]       0.8.10claws99
4181
4182         * po/es.po
4183                 updated Spanish translation, submitted by
4184                 Ricardo Mones Lastra
4185
4186 2003-03-07 [christoph]  0.8.10claws98
4187
4188         * src/send.c
4189                 fix in 0.8.10claws94 was wrong
4190                 local delivery does not require escaping, remove escaping
4191                 code to make signatures of mails with "." lines valid
4192                 
4193                 NOTE: requires that sendmail is executed with "-i" option,
4194                       what is the default now, but has to be changed in all
4195                       exsiting accounts)
4196
4197 2003-03-07 [paul]       0.8.10claws97
4198
4199         * sync with 0.8.11 release
4200                 see ChangeLog 2003-03-07
4201
4202 2003-03-06 [paul]       0.8.10claws96
4203
4204         * src/compose.c
4205                 revert commit 0.8.10claws92
4206
4207 2003-03-06 [paul]       0.8.10claws95
4208
4209         * src/folderview.c
4210                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4211
4212         * src/gtkaspell.c
4213                 fix bug 74, 'Crash opening editor window with pseudo-color
4214                 display'
4215                 
4216         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4217
4218 2003-03-06 [christoph]  0.8.10claws94
4219
4220         * src/send.c
4221                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4222                 all lines starting with a period get an extra period
4223                 inserted
4224                 (found by Simon 'corecode' Schubert)
4225
4226 2003-03-06 [paul]       0.8.10claws93
4227
4228         * src/folderview.c
4229                 if configured font can't be loaded fall back to gtk
4230                 default. (with thanks to Christoph)
4231                 
4232                 closes long-standing bug 15 'Crashes on startup'
4233
4234 2003-03-06 [paul]       0.8.10claws92
4235
4236         * src/compose.c
4237                 freeze text before autosave and thaw afterwards
4238                 fixes bug 67 'autosave make re-rediting message crazy'
4239
4240 2003-03-06 [christoph]  0.8.10claws91
4241
4242         * src/compose.c
4243                 ignore address comment in dupe check for Cc-list
4244
4245         (closes reopened bug 47 Replying to message strips name part of
4246          e-mail addresses of Cc: lines)
4247
4248 2003-03-06 [paul]       0.8.10claws90
4249
4250         * src/Makefile.am
4251                 remove reference to gtkxtext.h as its no longer in
4252                 the repository
4253
4254 2003-03-06 [paul]       0.8.10claws89
4255
4256         * sync with 0.8.10cvs25
4257                 see ChangeLog 2003-03-06
4258
4259 2003-03-06 [oliver]     0.8.10claws88
4260         
4261         * src/messageview.c
4262                 remove include
4263
4264 2003-03-06 [oliver]     0.8.10claws87
4265         
4266         * src/folderview.c 
4267                 remove changes introduced inclaws74
4268         * src/messageview.c
4269                 another attempt to sanely delete and update
4270                 messages deleted in separate messageview
4271
4272 2003-03-05 [christoph]  0.8.10claws86
4273
4274         * src/summaryview.c
4275                 check if "From" matches any account's address if
4276                 addressbook completion of addresses is disabled too
4277
4278         (closes Bug 70 "Display recipient in from" doesn't check
4279          folder's default account)
4280
4281 2003-03-05 [christoph]  0.8.10claws85
4282
4283         * src/compose.c
4284         * src/common/utils.[ch]
4285                 don't strip address comments when building Cc lists
4286
4287         (closes Bug 47 Replying to message strips name part of e-mail addresses
4288          of Cc: lines)
4289
4290         * src/folder.c
4291                 fix return value of copy function
4292
4293 2003-03-05 [christoph]  0.8.10claws84
4294
4295         * src/imap.c
4296                 don't ask imap server for non rfc822 headers
4297
4298         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4299
4300         * src/imap.c
4301                 destroy session on socket error to allow reconnecting
4302
4303 2003-03-05 [christoph]  0.8.10claws83
4304
4305         * configure.ac
4306                 fix building with gnome when no prefix is set
4307
4308         (closes bug 66 Gnome directory is set to NONE)
4309
4310 2003-03-05 [paul]       0.8.10claws82
4311
4312         * sync with 0.8.10cvs23
4313                 see ChangeLog 2003-03-05
4314
4315 2003-03-04 [christoph]  0.8.10claws81
4316
4317         * src/folder.c
4318                 o fix moving and copying when folder returns 0 for new
4319                   message number
4320                 o remove some code for single message copy and move
4321                   operations and use functions for multiple messages
4322
4323         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4324
4325         * src/news.c
4326                 remove unused include
4327
4328 2003-03-04 [paul]       0.8.10claws80
4329
4330         * src/gtk/about.c
4331                 list 'Compiled plugins'
4332
4333 2003-03-03 [christoph]  0.8.10claws79
4334
4335         * src/news.[ch]
4336                 have to multiply the percentage of the current fetch with
4337                 the percentage that it has of the total fetch operation
4338                 for correct values
4339
4340 2003-03-03 [christoph]  0.8.10claws78
4341
4342         * src/news.c
4343                 fix calculation of expected lines for progress indicator
4344
4345 2003-03-03 [christoph]  0.8.10claws77
4346
4347         * src/summaryview.c
4348         * src/common/utils.c
4349                 fix segfault when opening the root news folder
4350
4351 2003-03-03 [christoph]  0.8.10claws76
4352
4353         * src/mainwindow.[ch]
4354         * src/common/Makefile.am
4355         * src/common/progressindicator.[ch]
4356                 add UI independent progress indicator handling
4357
4358         * src/news.[ch]
4359                 use new progress indicator for message info fetching
4360
4361         * src/common/hooks.h
4362                 code cleanup
4363
4364 2003-03-03 [oliver]     0.8.10claws75
4365
4366         * src/toolbar.c
4367         * src/compose.c
4368                 removed commented code
4369
4370 2003-03-03 [oliver]     0.8.10claws74
4371
4372         * src/toolbar.[ch]
4373                 cleanups and refactoring
4374         * src/compose.[ch]
4375                 compose_reply_mode reply & forwarding interface for
4376                 toolbar buttons
4377         * src/folderview.c
4378                 act on messages marked for deletion in folderview_selected
4379                 based on prefs_common.immediate_exec since a message might 
4380                 have been deleted by messageview in a folder we are changing 
4381                 to (does anybody understand what I'm on about ?)
4382
4383 2003-03-03 [oliver]     0.8.10claws73
4384         
4385         * src/messageview.[ch]
4386                 new functions
4387                 - messageview_delete: delete message shown in messagview
4388                 - messageview_update_view: update messageview to currently 
4389                   selected summaryview message
4390                 - add separate messageview to msgview_list in order to update 
4391                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4392         * src/summaryview.[ch]
4393                 summary_get_selection returns a list of selected msgs
4394                 in summaryview
4395         * src/mainwindow.c
4396                 toolbar reply refactoring
4397
4398 2003-03-03 [paul]       0.8.10claws72
4399
4400         * sync with 0.8.10cvs21
4401                 see ChangeLog 2003-03-03
4402
4403 2003-03-02 [christoph]  0.8.10claws71
4404
4405         * src/common/passcrypt.c
4406                 use POSIX includes
4407
4408 2003-03-02 [christoph]  0.8.10claws70
4409
4410         * configure.ac
4411         * src/prefs_account.c
4412         * src/prefs_gtk.[ch]
4413         * src/common/.cvsignore
4414         * src/common/Makefile.am
4415         * src/common/passcrypt.c                ** NEW **
4416         * src/common/passcrypt.h.in             ** NEW **
4417                 Implement password encryption in config files
4418                 using unix encrypt and setkey functions. The crypt
4419                 key can be set as a configure parameter. Old
4420                 passwords will be converted if they do not begin
4421                 with '!'
4422
4423 2003-03-02 [paul]       0.8.10claws69
4424
4425         * src/prefs_account.c
4426                 fix compile error
4427
4428 2003-03-01 [thorsten]   0.8.10claws68
4429
4430         * po/el.po
4431           po/hr.po
4432           po/it.po
4433           po/nl.po
4434           po/sr.po
4435           po/sv.po
4436                 corrected format strings
4437         * po/en_GB.po
4438                 corrected headers
4439                 (fix compile errors with GNU gettext-0.11.5)
4440
4441 2003-03-01 [oliver]     0.8.10claws67
4442
4443         * src/summaryview.c
4444                 menu callbacks call toolbar_menu_reply
4445
4446 2003-03-01 [oliver]     0.8.10claws66
4447
4448         * src/mainwindow.c
4449         * src/messageview.c
4450                 menu callbacks call toolbar_menu_reply
4451         * src/toolbar.[ch]
4452                 callbacks from menu handled by toolbar_menu_reply
4453
4454 2003-03-01 [paul]       0.8.10claws65
4455
4456         * src/addressbook.c
4457                 revert commit 0.8.10claws54 - breaks editing of
4458                 addressbook.
4459                 
4460         * po/bg.po
4461                 update Bulgarian translation, submitted by
4462                 George Danchev
4463
4464 2003-02-28 [christoph]  0.8.10claws64
4465
4466         * src/account.c
4467         * src/addressadd.c
4468         * src/compose.c
4469         * src/gtkaspell.c
4470         * src/gtkxtext.h                ** REMOVE **
4471         * src/imap.c
4472         * src/matcher.[ch]
4473         * src/mh.c
4474         * src/news.c
4475         * src/pine.c
4476         * src/prefs_common.c
4477         * src/prefs_matcher.c
4478         * src/procheader.[ch]
4479         * src/procmsg.[ch]
4480         * src/toolbar.c
4481         * src/common/ssl_certificate.c
4482         * src/gtk/colorlabel.c
4483         * src/gtk/menu.c
4484                 o fix warnings
4485                 o remove code obsoleted by new cache and folder system rework
4486
4487 2003-02-28 [oliver]     0.8.10claws63
4488         
4489         * src/toolbar.[ch]
4490                 * fix bug where reply in Messageview replied to 
4491                 Message displayed in summaryview
4492                 (reportedd via ML by chinatinte at gmx dot ch)
4493                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4494                 didn't work in separate MessageView Toolbar
4495                 (wondering if anybody uses this at all ?)
4496         * src/summaryview.[ch]
4497                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4498                 (generalize reply and forward code);
4499         * src/messageview.c 
4500                 remove focus_in event which updated summaryview to messageview
4501
4502 2003-02-28 [paul]       0.8.10claws62
4503
4504         * po/Makefile.in.in
4505                 add the --check option
4506                 Patch submitted by Ricardo Mones Lastra
4507
4508 2003-02-28 [paul]       0.8.10claws61
4509
4510         * src/prefs_account.c
4511                 re-order 'Signature' items
4512
4513 2003-02-28 [paul]       0.8.10claws60
4514
4515         * sync with 0.8.10cvs20
4516                 see ChangeLog 2003-02-28
4517
4518 2003-02-28 [paul]       0.8.10claws59
4519
4520         * po/POTFILES.in
4521                 update to reflect recent movement of files
4522
4523 2003-02-28 [paul]       0.8.10claws58
4524
4525         * sync with 0.8.10cvs19
4526                 see ChangeLog 2003-02-28
4527
4528 2003-02-27 [martin]     0.8.10claws57
4529
4530         * src/prefs_matcher.c 
4531                 fix segfault in prefs_matcher_ok() when the
4532                 last entry is deleted and prevents that the
4533                 message "entry not saved" comes up after deleting
4534                 an entry
4535
4536 2003-02-27 [martin]     0.8.10claws56
4537
4538         * src/prefs_filtering.c 
4539                 fix segfault in prefs_filtering_ok() when the
4540                 last entry is deleted and prevents that the
4541                 message "entry not saved" comes up after deleting
4542                 an entry
4543
4544 2003-02-27 [paul]       0.8.10claws55
4545
4546         * sync with 0.8.10cvs18
4547                 see ChangeLog 2003-02-27
4548
4549 2003-02-27 [paul]       0.8.10claws54
4550
4551         * src/addressbook.c
4552                 fix bug where the address book crashes with 
4553                 multiple lookups.
4554                 Patch [687729] submitted by David Frager 
4555                 <dbfrager@users.sourceforge.net>
4556
4557 2003-02-25 [christoph]  0.8.10claws53
4558
4559         * src/Makefile.am
4560         * src/colorlabel.[ch]           ** REMOVE **
4561         * src/gtk/Makefile.am
4562         * src/gtk/colorlabel.[ch]       ** NEW **
4563                 move colorlabel files to gtk directory
4564
4565         * src/esmtp.[ch]                ** REMOVE **
4566                 has been merged into smtp.[ch] in 0.7.5
4567
4568 2003-02-25 [christoph]  0.8.10claws52
4569
4570         * src/Makefile.am
4571         * src/about.[ch]                ** REMOVE **
4572         * src/gtk/Makefile.am
4573         * src/gtk/about.[ch]            ** NEW **
4574                 move about files to gtk directory
4575
4576 2003-02-25 [christoph]  0.8.10claws51
4577
4578         * src/folder.c
4579                 some code optimization of folder scanning code
4580
4581         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4582
4583 2003-02-25 [christoph]  0.8.10claws50
4584
4585         * src/main.c
4586         * src/common/sylpheed.c
4587                 add command line parameter parsing to common code
4588
4589 2003-02-24 [christoph]
4590
4591         * Makefile.am
4592         * configure.ac
4593                 fix gnome prefix problems, the configure script now removed
4594                 `gnome-config --prefix` from `gnome-config --datadir`
4595                 and adds $(prefix} instead
4596
4597         (closes Bug 24 Makefile does not respect prefix when installing
4598          GNOME data)
4599
4600 2003-02-24 [christoph]  0.8.10claws49
4601
4602         * src/news.c
4603                 check for valid session before trying to authenticate
4604
4605         (closes Bug 60 crash if "authenticate on logon" is activated
4606          and newsserver-hostname is not valid)
4607
4608 2003-02-24 [melvin]     0.8.10claws48
4609
4610         * src/prefs_actions.c
4611                 Make sure all user's input is sent to the action and then
4612                 close the socket..
4613
4614 2003-02-23 [alfons]     0.8.10claws46
4615
4616         * src/summaryview.c
4617                 also wait cursor when deleting files
4618
4619 2003-02-23 [paul]
4620
4621         * tools/freshmeat_search.pl
4622           tools/google_search.pl
4623                 scripts should now work for any browser/browser command line
4624
4625 2003-02-22 [christoph]  0.8.10claws45
4626
4627         * src/procmsg.c
4628                 fix IMAP flag setting, IMAP flag is not handled correctly
4629                 anymore by the folder system and information about the
4630                 folder should not be saved in the MsgInfo (in my opinion)
4631
4632         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4633
4634 2003-02-22 [christoph]  0.8.10claws44
4635
4636         * src/summaryview.c
4637                 fix spelling of "label" ;-)
4638
4639 2003-02-22 [thorsten]   0.8.10claws43
4640
4641         * src/mimeview.c
4642           src/prefs_common.[ch]
4643           src/procmime.[ch]
4644                 do not use description as attachment name
4645
4646 2003-02-22 [alfons]     0.8.10claws42
4647
4648         * src/summaryview.c
4649                 freeze/thaw folder item updates when changing color labels,
4650                 and put a wait cursors on
4651
4652 2003-02-22 [thorsten]   0.8.10claws41
4653
4654         * src/mimeview.c
4655                 save-all fixes: crash if invoked on multipart container,
4656                 mimeinfo access, pathseparators, error dialog
4657
4658 2003-02-21 [alfons]     0.8.10claws40
4659
4660         * src/prefs_gtk.c
4661                 remove unused var
4662
4663 2003-02-21 [colin]      0.8.10claws39
4664
4665         * src/send.c
4666                 Fix smtp logging
4667
4668 2003-02-21 [colin]      0.8.10claws38
4669
4670         * src/summaryview.c
4671                 Freeze/thaw folderItem updates when filtering messages 
4672                 via Tools/Filter messages
4673
4674 2003-02-21 [paul]       0.8.10claws37
4675
4676         * src/compose.c
4677                 revert commit 0.8.10claws26, there are ulterior motives
4678                 for users to set a Reply-To header when posting to
4679                 newsgroups
4680
4681 2003-02-21 [paul]       0.8.10claws36
4682
4683         * sync with 0.8.10cvs17
4684                 see ChangeLog 2003-02-21
4685
4686 2003-02-20 [christoph]  0.8.10claws35
4687
4688         * src/imap.c
4689                 IMAP UID fetch speedup using SEARCH
4690
4691         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4692
4693         * src/imap.c
4694                 fix problem with UIDs in IMAP UID cache that no longer existed
4695
4696 2003-02-20 [christoph]  0.8.10claws34
4697
4698         * src/imap.c
4699         * src/procheader.c
4700         * src/procheader.h
4701                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4702
4703         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4704
4705         * src/imap.c
4706                 Rewrite imap_cmd_gen_recv use sock_getline instead
4707                 of sock_gets to avoid problems with too long reply
4708                 lines
4709     
4710 2003-02-20 [colin]      0.8.10claws33
4711         
4712         * src/prefs_account.c
4713                 Better wording
4714
4715 2003-02-20 [colin]      0.8.10claws32
4716
4717         * src/compose.c
4718                 Remove useless '&& !to_sender' 
4719
4720 2003-02-20 [darko]
4721
4722         * AUTHORS
4723                 change my e-mail address
4724
4725 2003-02-19 [colin]      0.8.10claws31
4726
4727         * src/prefs_common.c
4728                 X11 style colors for every configurable color
4729
4730 2003-02-19 [alfons]     0.8.10claws30
4731
4732         * src/prefs_gtk.[ch]
4733         * src/prefs_common.c
4734                 for color_new accept both plain integers and X11 style color
4735                 names (as found in /usr/lib/X11/rgb.txt)
4736
4737 2003-02-19 [paul]       0.8.10claws29
4738
4739         * src/mainwindow.c
4740                 add tooltips to online/offline button and account selector
4741                 button
4742
4743 2003-02-19 [paul]       0.8.10claws28
4744
4745         * src/folder.c
4746           src/news.c
4747           src/prefs_account.[ch]
4748           src/prefs_common.[ch]
4749                 move 'Maximum number of articles to download' to
4750                 account prefs.
4751                 clean up account prefs gui a little by hiding entries
4752                 rather then greying out entries
4753
4754 2003-02-19 [hiro]       0.8.10claws27
4755
4756         * src/common/utils.c
4757                 fix bug #54 'yesterdays date is displayed in the message 
4758                 summary window'
4759
4760 2003-02-19 [paul]       0.8.10claws26
4761
4762         * src/compose.c
4763                 fix bug reported in Feature Request [688596] 
4764                 'Reply-to header in news'
4765
4766 2003-02-18 [paul]       0.8.10claws25
4767
4768         * src/select-keys.c
4769                 add a 'List all keys' button to key selection dialog
4770
4771 2003-02-18 [colin]      0.8.10claws24
4772         
4773         * src/stock_pixmap.c
4774                 fix compile error
4775
4776 2003-02-18 [colin]      0.8.10claws23
4777
4778         * src/common/smtp.[ch]
4779           src/prefs_account.c
4780                 Try to starttls if it seems to be the only
4781                 way to authenticate a user
4782
4783 2003-02-18 [paul]       0.8.10claws22
4784
4785         * src/Makefile.am
4786           src/folderview.c
4787           src/stock_pixmap.[ch]
4788           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4789           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4790                 as a Drafts folder is a special folder allow it to have
4791                 its own unique icons
4792
4793 2003-02-18 [colin]      0.8.10claws21
4794
4795         * src/imap.c
4796                 Fix port selection when using starttls
4797
4798 2003-02-18 [paul]       0.8.10claws20
4799
4800         * src/mainwindow.c
4801           src/prefs_common.[ch]
4802                 make blue the default new mail colour
4803
4804 2003-02-18 [paul]       0.8.10claws19
4805
4806         * sync with 0.8.10cvs14
4807                 see ChangeLog 2003-02-18
4808
4809 2003-02-17 [jens]       0.8.10claws18
4810
4811         * src/common/md5.c
4812                 fixed a compile problem with gcc 3.3
4813                 works on 2.95.3 too (testet on PPC as it is big endian)
4814
4815 2003-02-17 [paul]       0.8.10claws17
4816
4817         * sync with 0.8.10cvs13
4818                 see ChangeLog 2003-02-17
4819
4820 2003-02-17 [paul]       0.8.10claws16
4821
4822         * sync with 0.8.10cvs12
4823                 see ChangeLog 2003-02-17
4824
4825 2003-02-16 [match]      0.8.10claws15
4826
4827         * src/addressbook.c
4828                 Eliminates reloading of address data when items
4829                 deleted or added. Applied submitted by
4830                 Luke Plant <lukeplant@softhome.net>
4831
4832 2003-02-16 [paul]       0.8.10claws14
4833
4834         * src/news.c
4835                 when a 'protocol error' is encountered disconnect from
4836                 the server. This means that the user can carry on viewing
4837                 other articles and doesn't have to either wait until the
4838                 server timesout or quit sylpheed.
4839                 Fixes bug #53 'Unable to read messages in newsgroups, 
4840                 displayed message doesn't change'
4841
4842 2003-02-15 [christoph]  0.8.10claws13
4843
4844         * src/imap.c
4845                 fix bug that stopped scanning of folders when an
4846                 IMAP folder was empty
4847
4848         (closes bug 46 stop scan messages in folders after empty folder)
4849
4850 2003-02-15 [paul]
4851
4852         * tools/Makefile.am
4853           tools/README
4854           tools/freshmeat_search.pl     ** NEW FILE **
4855           tools/google_search.pl        ** NEW FILE **
4856                 Add 2 Actions scripts which search freshmeat/google
4857                 for the selected text using the browser configured
4858                 in sylpheedrc.
4859                 
4860         Note: These scripts are very dependent on the format of the
4861         browser command and may not work on every occasion. Testing
4862         is welcome. 
4863
4864 2003-02-14 [alfons]     0.8.10claws12
4865
4866         * src/compose.c
4867                 fix breakage because of uninitialized account pointer.
4868                 please verify.
4869
4870 2003-02-14 [paul]       0.8.10claws11
4871
4872         * src/compose.c
4873           src/prefs_account.[ch]
4874           src/prefs_common.[ch]
4875                 move signature settings to Account Prefs
4876
4877 2003-02-14 [paul]       0.8.10claws10
4878
4879         * sync with 0.8.10cvs11
4880                 see ChangeLog 2003-02-14
4881
4882 2003-02-13 [thorsten]   0.8.10claws9
4883
4884         * src/news.c
4885                 revert news progressbar (GUI separation)
4886
4887 2003-02-13 [paul]       0.8.10claws8
4888
4889         * src/compose.c
4890                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4891                 paragraph 1
4892
4893 2003-02-13 [paul]       0.8.10claws7
4894
4895         * src/compose.[ch]
4896           src/summaryview.c
4897                 fix 'Follow-up and Reply-to' so that it creates a reply to
4898                 the newsgroup and the sender. If the message has the keyword
4899                 'poster' in the Followup-To header, all replies go to the
4900                 sender, re: RFC 1036, Section 2.2.3
4901                 rename all instances of 'ignore_replyto' to 'to_sender', both
4902                 were previously used, now we use just one.
4903
4904 2003-02-13 [paul]       0.8.10claws6
4905
4906         * sync with 0.8.10cvs9
4907                 see ChangeLog 2003-02-13
4908
4909 2003-02-13 [paul]       0.8.10claws5
4910
4911         * configure.ac
4912                 show which plugins are configured in the configure
4913                 output.
4914
4915 2003-02-12 [thorsten]   0.8.10claws4
4916
4917         * src/news.c
4918                 show progress while fetching news headers
4919
4920 2003-02-12 [christoph]  0.8.10claws3
4921
4922         * configure.ac
4923         * src/plugins/Makefile.am
4924                 use AM_CONDITIONAL to enable plugins, automake correctly
4925                 manages this when creating distdir
4926
4927 2003-02-12 [christoph]  0.8.10claws2
4928
4929         * ac/spamassassin.m4
4930         * src/plugins/spamassassin/Makefile.am
4931                 fix building SpamAssassin plugin without OpenSSL
4932
4933 2003-02-12 [paul]       0.8.10claws1
4934
4935         * ac/Makefile.am
4936           src/Makefile.am
4937           src/plugins/Makefile.am
4938                 fix failure of 'make release'
4939
4940 2003-02-12 [paul]       0.8.10claws
4941
4942         * 0.8.10claws released
4943
4944 2003-02-12 [paul]       0.8.9claws56
4945
4946         * po/bg.po
4947           po/es.po
4948           po/it.po
4949           po/ru.po
4950           po/sr.po
4951                 updated translations by George Danchev, Ricardo Mones Lastra,
4952                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4953                 
4954         * sylpheed.spec.in
4955                 Allow the building of RPMs by a regular user. Submitted
4956                 by Sergei Astanin
4957
4958 2003-02-11 [alfons]     0.8.9claws55
4959
4960         * src/colorlabel.c
4961                 don't use pixmaps for label color rect but draw rectangles
4962                 so we can respect the color map of palette based visuals
4963                 (fixes the long time crashes on Suns - thanks to Andreas
4964                 Engel and Steve O'Hara-Smith for testing)
4965
4966 2003-02-11 [christoph]  0.8.9claws54
4967
4968         * src/matcher_parser_parse.y
4969                 correct bug where filering rules of not existing folders in
4970                 matcherrc were added to global filtering
4971                 
4972         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4973          main filter-rules after removing directory, http://bugs.debian.org/180253)
4974         
4975 2003-02-11 [paul]       0.8.9claws53
4976
4977         * sync with 0.8.10cvs7
4978                 see ChangeLog 2003-02-09
4979
4980 2003-02-11 [melvin]     0.8.9claws52
4981
4982         * po/fr.po
4983                 Updated French tranlsations
4984
4985 2003-02-10 [paul]       0.8.9claws51
4986
4987         * sylpheed.spec.in
4988                 correct --enable-openssl
4989                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4990
4991 2003-02-09 [martin]     0.8.9claws50
4992
4993         * src/prefs_matcher.c
4994                 fix segfault in prefs_matcher_substitute_cb() when
4995                 no row is selected
4996
4997 2003-02-09 [paul]       0.8.9claws49
4998
4999         * src/folderview.c
5000                 fix bug where a newsgroup folder's processing rules were
5001                 merged with the global filtering rules when the newsgroup
5002                 folder was deleted, causing some seriously bad results,
5003                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5004
5005 2003-02-08 [melvin]     0.8.9claws48
5006
5007         * src/compose.c
5008                 Corrected and modified an alert message.
5009
5010 2003-02-07 [paul]       0.8.9claws47
5011
5012         * src/folderview.c
5013                 fix bug where both an 'Account properties' window and a
5014                 'Folder properties' window were opened when clicking on
5015                 'Properties' in an NNTP or IMAP folder's popup menu.
5016
5017 2003-02-07 [paul]       0.8.9claws46
5018
5019         * sync with 0.8.10cvs6
5020                 see ChangeLog 2003-02-06
5021
5022 2003-02-06 [christoph]  0.8.9claws45
5023
5024         * src/mbox.c
5025                 freeze folder updates while importing mbox files
5026                 (closes bug 43 importing mbox took hours)
5027                 
5028         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5029
5030 2003-02-06 [thorsten]   0.8.9claws44
5031
5032         * po/de.po
5033                 Updated german translations
5034
5035 2003-02-06 [thorsten]   0.8.9claws43
5036
5037         * src/news.h
5038                 use guint for message numbers (fix count in grouplist dialog)
5039
5040 2003-02-05 [paul]       0.8.9claws42
5041
5042         * sync with 0.8.10cvs2
5043                 see ChangeLog 2003-02-05
5044
5045 2003-02-04 [colin]      0.8.9claws41
5046
5047         * src/prefs_common.[ch]
5048           src/procmsg.c
5049           src/summaryview.c
5050                 Add an option to disable threading by subject
5051
5052 2003-02-04 [christoph]  0.8.9claws40
5053
5054         * src/inc.c
5055                 only abort fetching mails from multiple accounts when the
5056                 error is fatal and does not allow to check any more accounts
5057                 (currently only disk full error)
5058
5059         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5060          receive mails for other accouts)
5061
5062 2003-02-04 [christoph]  0.8.9claws39
5063
5064         * src/folder.c
5065                 first add the new message to the cache, then
5066                 send the update notification
5067
5068         (closes bug 39 after sending message folderview doesnt get updated)
5069
5070 2003-02-04 [colin]      0.8.9claws38
5071
5072         * src/inc.c
5073                 _really_ fix this Connecting... status
5074
5075 2003-02-04 [paul]       0.8.9claws37
5076
5077         * sync with 0.8.10
5078                 see ChangeLog 2003-02-04
5079
5080 2003-02-04 [paul]       0.8.9claws36
5081
5082         * sync with 0.8.9cvs6
5083                 see ChangeLog 2003-02-03
5084
5085 2003-02-04 [paul]       0.8.9claws35
5086
5087         * po/pt_BR.po
5088                 updated by AndrĂ© Filipe de Assunção e Brito 
5089                 <bedecko@netsite.com.br>
5090
5091 2003-02-03 [thorsten]   0.8.9claws34
5092
5093         * po/de.po
5094                 Updated german translations
5095
5096 2003-02-02 [paul]       0.8.9claws33
5097
5098         * po/es.po
5099                 updated by Ricardo Mones Lastra
5100
5101 2003-02-02 [thorsten]   0.8.9claws32
5102
5103         * src/mh.c
5104                 Fix mh_get_msginfo() segfault if file is inaccessible
5105
5106 2003-01-31 [colin]      0.8.9claws31
5107
5108         * src/procheader.c
5109                 Fix last commit's bug
5110
5111 2003-01-31 [colin]      0.8.9claws30
5112
5113         * src/procheader.c
5114                 Missing a change for gpg-signed messages
5115
5116 2003-01-31 [paul]       0.8.9claws29
5117
5118         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5119           src/procheader.c
5120           src/stock_pixmap.[ch]
5121           src/summaryview.c
5122                 indicate GnuPG signed messages by displaying an icon
5123                 in the Attachment column.
5124
5125 2003-01-31 [paul]       0.8.9claws28
5126
5127         * sync with 0.8.9cvs4
5128                 see ChangeLog 2003-01-31
5129
5130 2003-01-31 [alfons]     0.8.9claws27
5131
5132         * src/textview.c
5133                 tune URI parser to accept mailto URLs with a '?'
5134                 (patch from Ruslan Balkin)
5135
5136 2003-01-31 [colin]      0.8.9claws26
5137
5138         * src/summaryview.c
5139                 Fix a leak introduced in claws24
5140
5141 2003-01-31 [colin]      0.8.9claws25
5142
5143         * src/summaryview.c
5144                 Freeze/Thaw folder updates when deleting dups
5145
5146 2003-01-31 [colin]      0.8.9claws24
5147         
5148         * src/addr_compl.c
5149           src/summaryview.c
5150           src/msgcache.c
5151                 little speed improvements
5152
5153 2003-01-31 [colin]      0.8.9claws23
5154
5155         * src/summaryview.c
5156                 Fix segfault when forwarding nothing
5157                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5158                 
5159 2003-01-30 [paul]       0.8.9claws22
5160
5161         * sync with 0.8.9cvs3
5162                 see ChangeLog 2003-01-30
5163
5164 2003-01-30 [paul]       0.8.9claws21
5165
5166         * sync with 0.8.9cvs2
5167                 see ChangeLog 2003-01-30
5168
5169 2003-01-29 [paul]       0.8.9claws20
5170
5171         * sync with 0.8.9cvs1
5172                 see ChangeLog 2003-01-29
5173
5174 2003-01-28 [paul]       0.8.9claws19
5175
5176         * po/POTFILES.in
5177                 update to reflect changes. 
5178                 thanks to Ricardo Mones Lastra
5179
5180 2003-01-27 [christoph]  0.8.9claws18
5181
5182         * ac/openssl.m4
5183         * ac/spamassassin.m4
5184         * src/plugins/spamassassin/README
5185         * src/plugins/spamassassin/libspamc.[ch]
5186         * src/plugins/spamassassin/utils.[ch]
5187                 updated to latest libspamc
5188
5189 2003-01-27 [christoph]  0.8.9claws17
5190
5191         * src/folder.c
5192                 fix wrong use of procheader_get_header_fields
5193
5194 2003-01-27 [christoph]  0.8.9claws16
5195
5196         * src/news.c
5197         * src/prefs_account.[ch]
5198         * src/common/nntp.[ch]
5199                 allow to force authentication for NNTP servers
5200
5201         Patch submitted by Florian Mickler <dmk@d-labs.de>
5202
5203 2003-01-26 [paul]       0.8.9claws15
5204
5205         * src/summaryview.c
5206                 speed up of marking messages as read
5207                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5208
5209 2003-01-26 [christoph]  0.8.9claws14
5210
5211         * src/Makefile.am
5212         * src/mgutils.[ch]              ** REMOVE **
5213         * src/xml.[ch]                  ** REMOVE **
5214         * src/xmlprops.[ch]             ** REMOVE **
5215         * src/common/Makefile.am
5216         * src/common/mgutils.[ch]       ** NEW **
5217         * src/common/xml.[ch]           ** NEW **
5218         * src/common/xmlprops.[ch]      ** NEW **
5219                 move xml files to common directory
5220
5221 2003-01-26 [christoph]  0.8.9claws13
5222
5223         * src/plugins/spamassassin/spamassassin_gtk.c
5224                 only set gtk entry text if string is available
5225
5226 2003-01-26 [melvin]     0.8.9claws12
5227
5228         * src/description_window.c
5229                 Allow resizing of the window
5230                 Allow automatic horizontal scroll bar
5231                 Do not vertically expand and fill
5232
5233 2003-01-26 [christoph]  0.8.9claws11
5234
5235         * src/Makefile.am
5236         * src/gtkutils.[ch]             ** REMOVE **
5237         * src/common/sylpheed.c
5238         * src/gtk/Makefile.am
5239         * src/gtk/description_window.c
5240         * src/gtk/gtkutils.[ch]         ** NEW **
5241         * src/gtk/prefswindow.c
5242                 move gtkutils to gtk directory
5243
5244 2003-01-26 [paul]       0.8.9claws10
5245
5246         * src/summaryview.c
5247                 rename summary_unread_clicked() to summary_status_clicked()
5248
5249 2003-01-26 [melvin]     0.8.9claws9
5250
5251         * src/prefs_actions.c
5252                 Cosmetical changes to the help text
5253
5254 2003-01-26 [paul]       0.8.9claws8
5255
5256         * src/folder.[ch]
5257           src/mainwindow.c
5258           src/prefs_common.c
5259           src/prefs_sumamry_column.c
5260           summaryview.[ch]
5261                 rename the 'Unread' column to 'Status'
5262
5263 2003-01-25 [match]      0.8.9claws7
5264
5265         * src/mgutils.[ch]
5266                 removed reference to LDAP constants. removed error2string.
5267                 included functions to support LDAP dynamic queries.
5268         * src/syldap.h
5269                 moved LDAP constants here.
5270         * src/addressbook.c
5271         * src/addrindex.c
5272         * src/importldif.c
5273                 removed references to LDAP constants and references to
5274                 error2string.
5275
5276 2003-01-25 [paul]       0.8.9claws6
5277
5278         * src/summaryview.c
5279                 summary_thread_build(), summary_thread_init(): remove 
5280                 unneeded reference to summaryview->folder_item
5281
5282 2003-01-25 [christoph]  0.8.9claws5
5283
5284         * src/gtk/description_window.c
5285                 o allow description texts to expand over multiple columns
5286                 o translate all columns
5287         * src/prefs_actions.c
5288                 change syntax description to use new multi column feature
5289
5290         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5291
5292 2003-01-25 [match]      0.8.9claws4
5293
5294         * src/vcard.c
5295                 fixed bug with Quoted-Printable
5296
5297 2003-01-25 [paul]       0.8.9claws3
5298
5299         * src/folder.[ch]
5300           src/summaryview.[ch]
5301                 implement per-folder collapsed/expanded threads setting
5302                 
5303         * src/prefs_common.c
5304                 remove global collapsed/expanded threads option
5305
5306 2003-01-25 [christoph]  0.8.9claws2
5307
5308         * po/POTFILES.in
5309                 add pluginwindow and prefswindow
5310         * src/compose.c
5311                 make send respond correctly to messages that could be added
5312                 to the queue folder, but the UID of the message is unknown
5313         * src/folder.c
5314         * src/imap.c
5315                 don't return guessed UIDs in imap_add_msg anymore. We return
5316                 0 to tell the folder system it was appened but the UID is
5317                 unknown. Folder system now get's the UID by scaning the folder
5318                 and searching the cache for the Message-ID
5319                 (closes bug #29 Messages queued, but not sent)
5320
5321 2003-01-25 [paul]       0.8.9claws1
5322
5323         * src/codeconv.c
5324                 conv_encode_header():  fix bug when long headers with 8-bit
5325                 characters are used, so that the encoded words are wrapped.
5326                 If the space in the original text falls on the wrap boundary,
5327                 it can be lost.
5328                 Patch by Sergey Vlasov.
5329                 
5330         * src/folderview.c
5331                  fix bug where a change to the sorting method or thread view
5332                  of a folder's messages is lost if simpify-subject is set and
5333                  toggled on or off.
5334                  Patch by Luke Plant.
5335
5336 2003-01-24 [paul]       0.8.9claws
5337
5338         * sylpheed-0.8.9claws released
5339         
5340         * Makefile.am
5341           sylpheed.spec.in
5342                 remove reference to 'INSTALL.jp'
5343
5344 2003-01-23 [paul]       0.8.8claws128
5345
5346         * po/es.po
5347           po/it.po
5348           po/ru.po
5349           po/sr.po
5350                 updated translations. submitted by Ricardo Mones Lastra,
5351                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5352
5353 2003-01-23 [colin]      0.8.8claws127
5354
5355         * src/compose.c
5356                 Fix drafted and queued news articles re-edition
5357
5358 2003-01-23 [melvin]     0.8.8claws126
5359
5360         * po/fr.po
5361                 Updated French translations
5362
5363 2003-01-23 [colin]      0.8.8claws125
5364
5365         * src/inc.c
5366                 Fix "Connecting to..." status message
5367
5368 2003-01-22 [paul]       0.8.8claws124
5369
5370         * po/bg.po
5371                 updated by George Danchev
5372                 
5373         * src/folder.c
5374                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5375                 and folder deletion
5376
5377 2003-01-21 [paul]       0.8.8claws123
5378
5379         * po/bg.po
5380                 updated by George Danchev
5381                 
5382         * src/about.c
5383                 its now 2003
5384                 
5385         * src/toolbar.c
5386                 don't translate 'Separator'
5387                 
5388         * src/plugins/spamassassin/Makefile.am
5389                 add aspell to CPPFLAGS
5390                 
5391         * src/plugins/spamassassin/spamassassin.c
5392           src/plugins/spamassassin/spamassassin_gtk.c
5393                 set correct default for spamassassin_receive_spam
5394                 slightly re-word descriptions and some
5395                 other minor changes
5396
5397 2003-01-19 [alfons]     0.8.8claws122
5398                 
5399         * src/mimeview.c
5400                 mimeview_save_as(): we might as well show the file name for
5401                 the single case "Save As" too
5402
5403 2003-01-19 [alfons]     0.8.8claws121
5404
5405         * src/crash.c
5406                 change bug tracker URL to bugzilla URL
5407
5408 2003-01-19 [alfons]     0.8.8claws120
5409
5410         * src/mimeview.c
5411                 mimeview_save_all(): display name of file before overwriting;
5412                 continue saving all, even when one overwrite was cancelled
5413
5414 2003-01-19 [christoph]  0.8.8claws119
5415
5416         * src/summaryview.c
5417         * src/procmsg.[ch]
5418                 fix wrong usage of procmsg_find_children in summaryview
5419                 by using procmsg_update_unread_children instead of
5420                 summaryview_update_unread_children
5421
5422 2003-01-19 [christoph]  0.8.8claws118
5423
5424         * src/procmsg.c
5425                 fix infinite loop in procmsg_find_children
5426                  (closes bug #25 sylpheed crashes on delete.)
5427
5428         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5429
5430 2003-01-19 [paul]       0.8.8claws117
5431
5432         * po/pt_BR.po
5433                 updated by Ivan Francolin Martinez
5434
5435 2003-01-18 [melvin]     0.8.8claws116
5436
5437         * src/prefs_actions.c
5438                 Removed syntax limitation of only one '&' at the end of command.
5439                         Now actions that contain '>/dev/null 2>&1' are possible.
5440
5441 2003-01-18 [melvin]     0.8.8claws115
5442
5443         * src/prefs_actions.c
5444                 Actions IO dialog: when the action ends
5445                 the "Close" button now has focus and [Escape] closes the
5446                 window.
5447
5448 2003-01-18 [christoph]  0.8.8claws114
5449
5450         * src/procmsg.c
5451                 o add debug output when MsgInfos are really freed
5452                 o free GSLists in procmsg_find_children and
5453                   procmsg_update_unread_children
5454
5455 2003-01-18 [christoph]  0.8.8claws113
5456
5457         * src/mainwindow.c
5458                 reorder Configuration menu
5459
5460 2003-01-18 [christoph]  0.8.8claws112
5461
5462         * src/compose.c
5463                 fix applying templates to forwarded messages
5464
5465         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5466
5467 2003-01-17 [christoph]  0.8.8claws111
5468
5469         * src/folder.c
5470                 destroy folder items, when a folder item is removed
5471
5472 2003-01-17 [christoph]  0.8.8claws110
5473
5474         * src/folder.c
5475                 fix wrong folder stats update when ignored message is
5476                 deleted
5477
5478 2003-01-17 [colin]      0.8.8claws109
5479         
5480         * src/mainwindow.c
5481         * src/summaryview.c
5482                 Quicksearch bugfixes: 
5483                 - hide help button at startup if not extended
5484                 - switch to extended when looking for replies
5485
5486 2003-01-17 [paul]
5487
5488         * sync with 0.8.9 release
5489
5490 2003-01-17 [paul]       0.8.8claws108
5491
5492         * sync with 0.8.8cvs11
5493                 see ChangeLog 2003-01-17
5494
5495 2003-01-16 [colin]      0.8.8claws107
5496
5497         * src/procmsg.c
5498                 Changed encryption test to re-ask passphrase
5499                 if an encrypted message hasn't been decrypted
5500                 Fixes bug #5
5501
5502 2003-01-16 [christoph]  0.8.8claws106
5503
5504         * src/prefs_gtk.c
5505         * src/prefs_toolbar.c
5506         * src/gtk/prefswindow.h
5507         * src/plugins/spamassassin/spamassassin_gtk.c
5508                 remove page destroy function that is not used anymore
5509
5510 2003-01-16 [paul]       0.8.8claws105
5511
5512         * sync with 0.8.8cvs9
5513                 see ChangeLog 2002-01-16
5514
5515 2003-01-16 [colin]      0.8.8claws104
5516
5517         * src/compose.[ch]
5518                 Fix bug with autosaved drafts for IMAP, when draft
5519                 folder is specified - fixes bugzilla bug #20
5520
5521 2003-01-15 [paul]       0.8.8claws103
5522
5523         * src/compose.[ch]
5524           src/procmsg.c
5525                 store folder and message-id of message forwarding
5526                 in queue header and set forward flag after sending
5527
5528 2003-01-15 [paul]       0.8.8claws102
5529
5530         * sync with 0.8.8cvs8
5531                 see ChangeLog 2002-01-15
5532
5533 2003-01-15 [colin]      0.8.8claws101
5534
5535         * src/Makefile.am
5536                 Fix linking with GNU libiconv
5537
5538 2003-01-15 [darko]      0.8.8claws100
5539
5540         * src/pine.c
5541                 fix crash when importing pine address book
5542                 entry with an empty name (reported by DY
5543                 <dybulk at tri8.net>)
5544
5545 2003-01-14 [paul]       0.8.8claws99
5546
5547         * configure.in  ** REMOVED **
5548           configure.ac  ** NEW FILE **
5549                 rename configure.in to configure.ac, as it is now
5550                 preferred
5551
5552 2003-01-14 [melvin]     0.8.8claws98
5553
5554         * src/folderview.c
5555                 folderview_check_new(): More precise function description
5556
5557 2003-01-14 [melvin]     0.8.8claws97
5558
5559         * src/folderview.c
5560                 folderview_check_new(): return the number of new messages 
5561                         since last check.
5562         * src/inc.c
5563                 inc_account_mail(): Disable counting of new messages for IMAP
5564                         and NNTP until bug [19] and [14] are fixed.
5565
5566 2003-01-14 [paul]       0.8.8claws96
5567
5568         * sync with 0.8.8cvs6
5569                 see ChangeLog 2003-01-14
5570
5571 2003-01-13 [alfons]     0.8.8claws95
5572
5573         * src/textview.c
5574                 tune email address validation (c. 0.8.8claws89): if . is 
5575                 just one char away from @, the address is invalid too 
5576                 (correctly rejects addresses like foo@.com)
5577
5578 2003-01-13 [paul]       0.8.8claws94
5579
5580         * src/messageview.c
5581           src/toolbar.c
5582                 fixes to the Message View toolbar and menu:
5583                 fix non-functioning Forward button
5584                 make Reply button consider default_reply_list
5585                 remove 'Follow-up...' menu entry
5586                 add 'Forward' and 'Redirect' menu entries
5587
5588 2003-01-13 [melvin]     0.8.8claws93
5589
5590         * src/inc.c
5591                 Fixed typo that could make new messages count incorrect.
5592
5593 2003-01-13 [melvin]     0.8.8claws92
5594
5595         * src/folderview.[ch]
5596                 folderview_check_new(): return the number of new messages.
5597         * src/inc.c
5598                 Should fix bug [14] where new mail notification worked 
5599                         incorrectly with IMAP accounts.
5600                 inc_spool_account(): return number of new msgs, or -1 on error
5601                 inc_all_spool(): return number of new msgs
5602                 
5603 2003-01-13 [melvin]     0.8.8claws91
5604
5605         * src/prefs_actions.c
5606                 Justify help text.
5607
5608 2003-01-12 [thorsten]   0.8.8claws90
5609
5610         * src/common/prefs.c
5611                 close file before rename
5612
5613 2003-01-12 [alfons]     0.8.8claws89
5614
5615         * AUTHORS
5616                 add Christian Mertes
5617         * src/common/utils.[ch]
5618                 g_stricase_hash(), g_stricase_equal(): functions for 
5619                 case insensitive hash tables
5620         * src/textview.c
5621                 use top level domain names to validate email address, based
5622                 on a patch by Christian Mertes (thanks!), but changed 
5623                 implementation to use a hash table 
5624
5625 2003-01-12 [paul]       0.8.8claws88
5626
5627         * po/bg.po
5628                 updated by George Danchev
5629
5630 2003-01-12 [alfons]     0.8.8claws87
5631
5632         * src/summaryview.c
5633                 delete / execute performance: use new style folder update
5634
5635 2003-01-12 [paul]       0.8.8claws86
5636
5637         * sync with 0.8.8cvs5
5638                 see ChangeLog 2003-01-13 (!)
5639
5640 2003-01-12 [alfons]     0.8.8claws85
5641
5642         * src/filtering.c
5643         * src/matcher_parser_parse.y
5644                 prepare change_score filtering action
5645         * src/matcher.[ch]
5646                 give up const-correctness on functions that call non-const-correct functions;
5647                 several casts to gpointer in g_free();
5648                 add change_score;
5649
5650 2003-01-12 [christoph]  0.8.8claws84
5651
5652         * src/compose.c
5653                 fix 2 warnings
5654
5655         * src/gtk/prefswindow.[ch]
5656         * src/plugins/spamassassin/spamassassin_gtk.c
5657                 changed the call of the widget create function
5658                 for PrefsPages, because sometimes the widget
5659                 create function needs a widget that already has
5660                 been attached to a window (to create GDK pixmaps
5661                 for exmaple). So we simply pass the GtkWindow as
5662                 the second parameter now.
5663
5664         * src/main.c
5665         * src/mainwindow.c
5666         * src/prefs_toolbar.[ch]
5667                 rewrite Toolbar Preferences using the new
5668                 prefs window
5669
5670 2003-01-11 [alfons]     0.8.8claws83
5671
5672         * src/addressadd.c
5673                 fix crash when adding sender to addressbook because status bar
5674                 isn't there (the status bar doesn't seem to be used though,
5675                 but I'll let Match decide what to do with it)
5676
5677 2003-01-11 [colin]      0.8.8claws82
5678
5679         * src/main.c
5680           src/toolbar.c
5681                 Two useless changes reversed
5682
5683 2003-01-11 [colin]      0.8.8claws81
5684
5685         * src/mainwindow.c
5686           src/mainwindow.h
5687                 Add mainwindow_get_mainwindow()
5688         * src/alertpanel.c
5689           src/alertpanel.h
5690                 Add alertpanel_error_log() 
5691         * src/compose.c
5692           src/inc.c
5693           src/messageview.c
5694           src/toolbar.c
5695           src/main.c
5696           src/procmsg.c
5697                 Network errors get a View Log button
5698
5699 2003-01-10 [alfons]     0.8.8claws80
5700
5701         * src/prefs_toolbar.c
5702         * src/toolbar.c
5703                 use the translatable string for "Separator" as file name for
5704                 separator toolbar items (probably make this uppercase?)
5705
5706 2003-01-10 [alfons]     0.8.8claws79
5707
5708         * src/prefs_toolbar.c
5709                 put right A_SEPARATOR description string in "displayed
5710                 toolbar items list" so manually added separators are
5711                 saved correctly (bug #10, "Adding a separator to the main 
5712                 toolbar fails, entry in xml file is wrong")
5713
5714 2003-01-10 [christoph]  0.8.8claws78
5715
5716         * src/imap.c
5717                 o fix warnings
5718                 o use CAPABILITY to check if NAMESPACE is available
5719
5720 2003-01-10 [christoph]  0.8.8claws77
5721
5722         * src/imap.[ch]
5723                 apply UIDPLUS IMAP extension support patch
5724
5725         Patch submitted by Simon 'corecode' Schubert
5726
5727 2003-01-10 [paul]       0.8.8claws76
5728
5729         * src/folderview.c
5730                 a sync from main which fixes the news account folders'
5731                 Properties bug
5732
5733 2003-01-10 [christoph]  0.8.8claws75
5734
5735         * src/folder.c
5736                 don't accept 0 as a valid uid returned by copy and move
5737                 functions. 0 means the message was copied or moved but the
5738                 new uid could not be fetched. It is not an error condition
5739                 for the copy or move operation.
5740
5741 2003-01-10 [paul]       0.8.8claws74
5742
5743         * src/prefs_filtering.c
5744                 change English used in Alert when entry is not
5745                 saved.
5746                 
5747         * sync with 0.8.8cvs4
5748                 see ChangeLog 2003-01-10
5749
5750 2003-01-10 [darko]      0.8.8claws73
5751
5752         * src/pine.c
5753                 fix crash when importing address book entry
5754                 without a valid address
5755
5756 2003-01-09 [alfons]     0.8.8claws72
5757
5758         * src/inc.c
5759                 filtering performance: use new style folder update
5760
5761 2003-01-09 [christoph]  0.8.8claws71
5762
5763         * src/compose.c
5764         * src/gtk/menu.[ch]
5765                 fix wrong selecting of mime encoding type, when
5766                 opening property dialog of attachments in the
5767                 compose window. 7bit was always selected and that
5768                 destoryed files with 8bit data.
5769                 (closes bug #9 Sylpheed-claws destroys attachments when
5770                  changing MIME-types)
5771
5772 2003-01-09 [paul]       0.8.8claws70
5773
5774         * sync with 0.8.8cvs3
5775                 see ChangeLog 2003-01-09
5776
5777 2003-01-08 [alfons]     0.8.8claws69
5778         
5779         * src/addressadd.c
5780                 apply patch by Kim Schulz to fix build breakage
5781                 because of missing variable
5782
5783 2003-01-08 [paul]       0.8.8claws68
5784
5785         * sync with 0.8.8cvs2
5786                 see ChangeLog 2002-01-08
5787
5788 2003-01-08 [paul]       0.8.8claws67
5789
5790         * po/it.po
5791                 updated by Alessandro Maestri
5792                 
5793         * src/addressadd.c
5794                 when using 'Add sender to addressbook' allow
5795                 name to be edited and remarks to be entered
5796                 Patch submitted by Luke Plant
5797
5798 2003-01-08 [darko]      0.8.8claws66
5799
5800         * README.claws, src/summaryview.c
5801                 fix description for marked messages
5802
5803 2003-01-08 [paul]
5804
5805         * tools/Makefile.am
5806           tools/launch_phoenix  ** NEW FILE **
5807                 add script that enables using Phoenix as the default
5808                 web browser. 
5809                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5810                 
5811         * tools/OOo2sylpheed.pl
5812                 remove full path to sylpheed executable, just 'sylpheed'
5813                 will do
5814                 
5815         * tools/README
5816                 add launch_phoenix informtion and re-arrange and compress
5817                 the data a little
5818
5819 2003-01-07 [christoph]  0.8.8claws65
5820
5821         * src/folder.c
5822                 fix update for source folder when moving messages
5823         * src/procmsg.[ch]
5824         * src/summaryview.c
5825                 use function to set to_folder for message infos and
5826                 automatically update the op_count for old and new
5827                 folder
5828
5829 2003-01-07 [melvin]     0.8.8claws64
5830
5831         * src/prefs_actions.c
5832                 Fixed bug where an '%p' Action on a displayed image crashed 
5833                         Sylpheed
5834                 Code clean up (get rid of duplicated code and removed unnecessary 
5835                                 structure member)
5836
5837 2003-01-07 [christoph]  0.8.8claws63
5838
5839         * src/compose.c
5840         * src/folder.[ch]
5841         * src/folderview.c
5842         * src/import.c
5843         * src/inc.c
5844         * src/main.c
5845         * src/mainwindow.c
5846         * src/messageview.c
5847         * src/prefs_folder_item.c
5848         * src/procmsg.c
5849         * src/summaryview.c
5850         * src/toolbar.c
5851                 o remove all folder update triggering from the UI code. The folder
5852                   system should know much better when a folder needs an update.
5853                 o to prevent multiple updates in a row the folder updates can be
5854                   frozen for some time.
5855
5856                 Note: - Please verify that no updates are missing
5857                       - Check where freeze/thaws should be added
5858
5859 2003-01-07 [christoph]  0.8.8claws62
5860
5861         * src/prefs_actions.c
5862                 don't translate empty strings
5863
5864         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5865
5866 2003-01-06 [christoph]  0.8.8claws61
5867
5868         * src/prefs_actions.c
5869                 mark strings for gettext
5870         * src/prefs_matcher.c
5871                 use new description window for Execute action and
5872                 match condition in Filtering
5873
5874         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5875
5876 2003-01-06 [alfons]     0.8.8claws60
5877
5878         keep myself inspired to re-organize matcher part 8; 
5879         yes, more to come (I need to move out the descriptive
5880         text for actions to matcher.c, or at least make it not
5881         depend on the wicked ordering)
5882
5883         * src/prefs_matcher.c
5884                 add documentation so others may comprehend the
5885                 UI part of the conditions
5886                 
5887 2003-01-06 [christoph]  0.8.8claws59
5888
5889         * src/prefs_actions.c
5890                 use new description window for syntax help
5891         * src/gtk/description_window.c
5892                 fix display of descriptions with column count != 2
5893
5894         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5895
5896 2003-01-06 [christoph]  0.8.8claws58
5897
5898         * src/quote_fmt.c
5899         * src/summaryview.[ch]
5900         * src/gtk/Makefile.am
5901         * src/gtk/description_window.[ch]       ** NEW **
5902                 use a generic window to display syntax descriptions
5903                 currently used in quote_fmt and summaryview (new description
5904                 for extended quick search)
5905
5906         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5907
5908 2003-01-06 [paul]       0.8.8claws57
5909
5910         * sync with 0.8.8cvs1
5911                 see ChangeLog 2003-01-06
5912
5913 2003-01-06 [christoph]  0.8.8claws56
5914
5915         * src/mainwindow.c
5916         * src/prefs_gtk.[ch]
5917         * src/gtk/prefswindow.[ch]
5918         * src/plugins/spamassassin/spamassassin_gtk.c
5919                 o remove page management from prefswindow, pages
5920                   will be an argument to prefswindow_open
5921                 o prefswindow_open gets a datapointer that is
5922                   passed to the widget_create function to allow
5923                   creation of prefswindow for specific items
5924
5925 2003-01-06 [colin]      0.8.8claws55
5926         
5927         * src/summaryview.c
5928                 We don't want regexp in the reply-finder, 
5929                 because MIDs can contain !,$,. and so on
5930
5931 2003-01-06 [jens]       0.8.8claws54
5932
5933         * src/jpilot.c
5934                 fixed a wrong free in jpilot_read_db_files
5935
5936 2003-01-06 [alfons]     0.8.8claws53
5937
5938         re-organize matcher part 8; more to come
5939        
5940         * src/matcher.c
5941                 matcherprop_to_string(): put g_free()s before the
5942                 switch-case break to fix memleaks                
5943
5944 2003-01-06 [colin]      0.8.8claws52
5945
5946         * src/summaryview.c
5947                 cleanup & reply-finder now displays the first 
5948                 matching message
5949
5950 2003-01-05 [alfons]     0.8.8claws51
5951
5952         re-organize matcher part 7; more to come
5953
5954         * src/matcher.[ch]
5955                 fixes for constant correctness;
5956                 more documentation;
5957
5958 2003-01-05 [alfons]     0.8.8claws50
5959
5960         re-organize matcher part 6; more to come
5961         
5962         * src/matcher.[ch]
5963                 fixes for constant correctness;
5964                 more documentation;
5965         * src/filtering.c
5966                 fix for constant correctness
5967
5968 2003-01-05 [colin]      0.8.8claws49
5969
5970         * src/account.[ch]
5971                 Add account_get_reply_account function
5972         * src/compose.c
5973                 Use account_get_reply_account function 
5974         * src/summaryview.c
5975                 Basic reply-finder - click on the replied
5976                 icon gets you to the outbox using quick-search
5977
5978 2003-01-05 [paul]       0.8.8claws48
5979
5980         * src/prefs_common.c
5981                 small change to English
5982                 
5983         * src/prefs_filtering.c
5984                 prefs_filtering_action_select(): improve logic and uniformity
5985                 of gui
5986
5987 2003-01-05 [alfons]     0.8.8claws47
5988
5989         fine tune solution to focus problems (bug #7)
5990
5991         * src/mainwindow.c
5992                 mainwindow_focus_in_event(): remove grab event check
5993         * src/summaryview.c
5994                 summary_button_pressed(): move selection on right-click
5995                 too. we can't possibly move the selection back after
5996                 canceling a dialog, because gtk's incomplete focus 
5997                 management. whether this is a good solution, only time
5998                 will tell.
5999
6000 2003-01-05 [christoph]  0.8.8claws46
6001
6002         * src/imap.c
6003                 fix crash when no imap connection could be established
6004
6005 2003-01-05 [paul]       0.8.8claws45
6006
6007         * src/mainwindow.c
6008           src/sumamryview.c
6009           src/gtk/menu.[ch]
6010                 fix bug 605957 'shortcuts in popup-menu'
6011                 make user-defined shortcuts work
6012                 show shortcuts that are already defined
6013                 in the main menu
6014                 Patch submitted by Luke Plant
6015
6016 2003-01-05 [alfons]     0.8.8claws44
6017
6018         * src/mainwindow.c
6019                 focus_in_event handler should not select summary view row 
6020                 when another window (menu, dialog) grabbed for events 
6021                 (bug #7, "[0.8.8claws42] Message summary focus") 
6022
6023 2003-01-04 [christoph]  0.8.8claws43
6024
6025         * src/procmsg.c
6026                 update save folder after adding the sent message
6027                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6028
6029 2003-01-02 [christoph]  0.8.8claws42
6030
6031         * src/common/plugin.c
6032                 fix unloading of all plugins and unload
6033                 plugins in reverse order
6034                 
6035         * src/gtk/pluginwindow.c
6036                 implement function of load and unload button
6037
6038         * src/gtk/prefswindow.c
6039         * src/gtk/prefswindow.h
6040                 rename register function and add new unregister
6041                 function
6042
6043         * src/plugins/spamassassin/spamassassin_gtk.c
6044                 unregister prefs page and update for changes in
6045                 src/gtk/prefswindow.c
6046
6047 2003-01-02 [paul]       0.8.8claws41
6048
6049         * po/es.po
6050                 updated by Ricardo Mones Lastra
6051
6052 2003-01-02 [paul]
6053
6054         * tools/tb2sylpheed
6055                 fixes and improvements by Urke MMI
6056
6057 2003-01-02 [thorsten]   0.8.8claws40
6058
6059         * src/procmsg.c
6060                 fixed wrong return value
6061
6062 2003-01-02 [thorsten]   0.8.8claws39
6063
6064         * src/prefs.c
6065                 fixed printing wrong variable
6066
6067 2003-01-02 [thorsten]   0.8.8claws38
6068
6069         * src/prefs.c
6070                 fixed acessing members of freed pfile struct
6071
6072 2003-01-02 [thorsten]   0.8.8claws37
6073
6074         * src/procmsg.c
6075                 detect loops across several messages
6076                 as suggested by Christoph Hohmann
6077
6078 2003-01-01 [match]      0.8.8claws36
6079
6080         * src/addrindex.c
6081                 fixed another memory leak.
6082
6083 2003-01-01 [match]      0.8.8claws35
6084
6085         * src/jpilot.[ch]
6086                 fixed memory leaks. applied Doxygen comments.
6087
6088 2003-01-01 [thorsten]   0.8.8claws34
6089
6090         * src/procmsg.c
6091                 inhibit endless loop if msg references itself
6092                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6093
6094 2003-01-01 [christoph]  0.8.8claws33
6095
6096         * src/mainwindow.c
6097         * src/gtk/Makefile.am
6098         * src/gtk/pluginwindow.c                ** NEW **
6099         * src/gtk/pluginwindow.h                ** NEW **
6100                 add plugin window
6101
6102         * src/plugins/demo/demo.c
6103         * src/plugins/spamassassin/spamassassin.c
6104         * src/plugins/spamassassin/spamassassin_gtk.c
6105                 write better plugin descriptions
6106
6107 2002-12-31 [christoph]  0.8.8claws32
6108
6109         * src/gtk/prefswindow.c
6110         * src/plugins/spamassassin/spamassassin_gtk.c
6111                 some small improvements to GTK code
6112
6113 2002-12-31 [christoph]  0.8.8claws31
6114
6115         * src/plugins/spamassassin/spamassassin_gtk.c
6116                 enable folder select button
6117
6118 2002-12-31 [christoph]  0.8.8claws30
6119
6120         * src/mainwindow.c
6121         * src/gtk/Makefile.am
6122         * src/gtk/prefswindow.c                         ** NEW **
6123         * src/gtk/prefswindow.h                         ** NEW **
6124                 add new prefs window
6125
6126         * src/common/plugin.c
6127                 don't try to load empty config lines
6128         
6129         * src/plugins/spamassassin/Makefile.am
6130         * src/plugins/spamassassin/spamassassin.c
6131         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6132         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6133                 GTK config for SpamAssassin Plugin using
6134                 the new prefs window
6135
6136 2002-12-31 [paul]       0.8.8claws29
6137
6138         * po/POTFILES.in
6139                 remove obsolete entry 'src/menu.c'
6140
6141 2002-12-31 [alfons]     0.8.8claws28
6142
6143         * src/matcher.[ch]
6144         * src/matcher_parser_parse.y
6145         * src/prefs_matcher.c
6146                 add "ignore_thread" and "~ignore_thread" condition so it's
6147                 possible to make the actions / scoring operate on the ignore
6148                 thread flag
6149
6150 2002-12-31 [christoph]  0.8.8claws27
6151
6152         * src/addrbook.c
6153         * src/addrindex.c
6154         * src/folder.c
6155         * src/matcher.c
6156         * src/prefs_account.c
6157         * src/prefs_actions.c
6158         * src/prefs_customheader.c
6159         * src/prefs_display_header.c
6160         * src/prefs_gtk.c
6161         * src/procmime.c
6162         * src/toolbar.c
6163         * src/xmlprops.c
6164         * src/common/prefs.[ch]
6165                 extend prefs file handling for reading and automatic handling
6166                 of blocks. When reading prefs_set_block_label will automatically
6167                 move on to the block. When writing it will copy all other blocks
6168                 automatically
6169
6170         * src/common/plugin.c
6171                 Now loading plugin filenames from [Plugins] block in
6172                 sylpheed rc file
6173
6174 2002-12-30 [christoph]  0.8.8claws26
6175
6176         * src/common/hooks.[ch]
6177                 return abort status to caller of hooks_invoke
6178                 
6179         * src/inc.[ch]
6180                 invoke message filtering hook and stop
6181                 default handling when filter returns abort
6182
6183         * src/common/plugin.[ch]
6184         * src/plugins/demo/demo.c
6185                 modify plugin loader, because resolving symbols for strings
6186                 does not work correctly
6187         
6188         * configure.in
6189         * ac/spamassassin.m4                            ** NEW **
6190         * src/plugins/spamassassin/.cvsignore           ** NEW **
6191         * src/plugins/spamassassin/Makefile.am          ** NEW **
6192         * src/plugins/spamassassin/README               ** NEW **
6193         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6194         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6195         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6196                 add spamassassin plugin, see src/plugins/spamassassin/README
6197                 for details
6198
6199 2002-12-29 [alfons]     0.8.8claws25
6200
6201         * src/mainwindow.c
6202                 when moving focus from a message view to the main 
6203                 window, don't forget to select the summary node
6204                 of the displayed message. should fix "[ 659103 ] 
6205                 focus-follows-mouse confuses sylpheed"
6206
6207 2002-12-29 [christoph]  0.8.8claws24
6208
6209         * src/Makefile.am
6210         * src/stringtable.[ch]          ** REMOVE **
6211         * src/common/Makefile.am
6212         * src/common/stringtable.[ch]   ** NEW **
6213                 move stringtable files to common directory
6214
6215 2002-12-29 [christoph]  0.8.8claws23
6216
6217         * src/Makefile.am
6218         * src/menu.[ch]                 ** REMOVE **
6219         * src/gtk/Makefile.am
6220         * src/gtk/menu.[ch]             ** NEW **
6221                 move menu files to gtk directory
6222
6223 2002-12-29 [match]      0.8.8claws22
6224
6225         * src/addressbook.c
6226         * src/syldap.c
6227                 moved UI specific code out of LDAP code into addressbook
6228                 UI code. fixed memory leak.
6229
6230 2002-12-29 [christoph]  0.8.8claws21
6231
6232         * src/folder.c
6233                 only check for IGNORED parent message when message is
6234                 not IGNORED itself
6235
6236 2002-12-29 [alfons]     0.8.8claws20
6237
6238         * src/summaryview.c
6239                 set gtksctree's anchor correct (immediate execute
6240                 changes the tree's layout, and anchor points at 
6241                 the incorrect row). fixes "[ 657233 ] multiple msg 
6242                 delete sometimes off by 1".
6243                 we probably have to look for more tree layout /
6244                 anchor glitches.
6245
6246 2002-12-29 [paul]       0.8.8claws19
6247
6248         * src/summaryview.c
6249                 fix bug [ 659054 ] incorrect sorting of 'From' column
6250                 when using 'display sender using address book'
6251                 thanks to Alfons and Luke Plant
6252
6253 2002-12-29 [christoph]  0.8.8claws18
6254
6255         * src/folder.c
6256         * src/procmsg.[ch]
6257                 check parent messages for IGNORE THREAD flag, when adding,
6258                 moving or copying messages to a folder
6259
6260 2002-12-27 [alfons]     0.8.8claws17
6261
6262         re-organize matcher part 5; more to come
6263
6264         * src/matcher.c
6265                 hash keywords in matchparser_tab 
6266
6267 2002-12-27 [alfons]     0.8.8claws16
6268
6269         re-organize matcher part 4; more to come
6270
6271         * src/matcher_parser.h
6272         * src/matcher_parser_lex.l
6273         * src/matcher_parser_parse.y
6274                 cleanup
6275
6276 2002-12-27 [alfons]     0.8.8claws15
6277
6278         re-organize matcher part 3; more to come
6279
6280         * src/matcher.[ch]
6281                 cleanup
6282
6283 2002-12-27 [alfons]     0.8.8claws14
6284
6285         re-organize matcher part 2; more to come but this should
6286         work. cc me if there are any regressions.
6287
6288         * src/matcher.h
6289                 add prototype for get_matchparser_tab_id()
6290         * src/matcher_parser_lex.l
6291                 look up keywords using matchparser_tab_id();
6292
6293 2002-12-27 [alfons]     0.8.8claws12
6294
6295         re-organize matcher part 1
6296
6297         * src/matcher.h
6298                 map yacc generated constants to sylpheed matcher constants
6299         * src/matcher.c
6300                 add function to find a matcher constant from a string
6301
6302 2002-12-27 [christoph]  0.8.8claws11
6303
6304         * src/compose.c
6305                 MENUITEM_ADD casts the 4th argument from integer to pointer
6306                 so it probably should not be a pointer, this means we
6307                 should use account id for it and not the account's pointer
6308
6309 2002-12-27 [paul]       0.8.8claws10
6310
6311         * src/mainwindow.c
6312                 remove unneeded 'GtkWidget *vbox'
6313                 
6314         * src/summaryview.c
6315                 further sync with 0.8.8 - make sort
6316                 by recipient work as expected
6317                 
6318         * NEWS
6319                 sync with 0.8.8
6320
6321 2002-12-27 [paul]       0.8.8claws9
6322
6323         * po/pt_BR.po
6324                 updated by Ivan F. Martinez
6325                 
6326 2002-12-27 [darko]      0.8.8claws8
6327
6328         * src/common/utils.c
6329                 added locked pattern to extended search
6330
6331 2002-12-27 [alfons]     0.8.8claws7
6332
6333         * src/prefs_matcher.[ch]
6334                 clean up
6335
6336 2002-12-26 [alfons]     0.8.8claws6
6337
6338         * src/matcher.[ch]
6339         * src/matcher_parser_lex.l
6340         * src/matcher_parser_parse.y
6341         * src/prefs_matcher.c
6342                 allow color label as a condition in the matcher
6343
6344 2002-12-26 [oliver]     0.8.8claws5
6345         
6346         * src/toolbar.c 
6347                 enable Addressbook for Main and Messageview
6348         * src/prefs_actions.c
6349                 enable actions in Messageview
6350
6351 2002-12-26 [christoph]  0.8.8claws4
6352
6353         * src/common/plugin.c
6354                 add a little debug output
6355         * configure.in
6356         * src/plugins/demo/Makefile.am
6357                 better use of automake
6358
6359 2002-12-26 [christoph]  0.8.8claws3
6360
6361         * src/Makefile.am
6362         * src/common/Makefile.am
6363                 fix "make distdir"
6364
6365 2002-12-26 [christoph]  0.8.8claws2
6366
6367         * configure.in
6368                 sort configure checks into common / gtk / plugins
6369         * po/POTFILES.in
6370                 add src/prefs_gtk.c
6371         * src/Makefile.am
6372                 add plugins SUBDIR
6373         * src/main.c
6374         * src/common/sylpheed.[ch]
6375                 added now sylpheed_done function for shutdown
6376         * src/common/Makefile.am
6377         * src/common/plugin.[ch]                ** NEW **
6378                 plugin loader and unloader
6379         * src/plugins/.cvsignore                ** NEW **
6380         * src/plugins/Makefile.am               ** NEW **
6381                 build plugins
6382         * src/plugins/demo/.cvsignore           ** NEW **
6383         * src/plugins/demo/Makefile.am          ** NEW **
6384         * src/plugins/demo/demo.c               ** NEW **
6385                 small demo plugin that installs a logtext hook and
6386                 outputs the log text to stdout
6387
6388 2002-12-26 [paul]       0.8.8claws1
6389
6390         * po/es.po
6391                 updated by Ricardo Mones Lastra
6392
6393 2002-12-26 [paul]       0.8.8claws
6394
6395         * 0.8.8claws released
6396
6397 2002-12-26 [paul]       0.8.7claws12
6398
6399         * po/bg.po
6400                 updated by George Danchev
6401
6402 2002-12-26 [paul]       0.8.7claws11
6403
6404         * po/POTFILES.in
6405                 remove unneeded 'src/prefs.c' entry 
6406
6407 2002-12-26 [paul]       0.8.7claws10
6408
6409         * src/codeconv.c
6410           src/mainwindow.c
6411                 sync with 0.8.8 release
6412         
6413         * src/folder.[ch]
6414           src/mh.c
6415           src/summaryview.c
6416                 partial sync with 0.8.8 release
6417         
6418
6419 2002-12-25 [alfons]     0.8.7claws9
6420
6421         * src/matcher.[ch]
6422         * src/matcher_parser_lex.l
6423         * src/matcher_parser_parse.y
6424         * src/prefs_matcher.c
6425                 add locked flag to possible filtering / matcher 
6426                 conditions (also a good example what should be
6427                 done to add a simple boolean condition)
6428
6429 2002-12-25 [christoph]  0.8.7claws8
6430
6431         * src/Makefile.am
6432         * src/account.[ch]
6433         * src/addrbook.c
6434         * src/addressbook.c
6435         * src/addrindex.c
6436         * src/filtering.c
6437         * src/folder.c
6438         * src/matcher.c
6439         * src/prefs.[ch]                ** REMOVE **
6440         * src/prefs_account.c
6441         * src/prefs_actions.c
6442         * src/prefs_common.c
6443         * src/prefs_customheader.c
6444         * src/prefs_display_header.c
6445         * src/prefs_filtering.c
6446         * src/prefs_folder_item.c
6447         * src/prefs_gtk.[ch]            ** NEW **
6448         * src/prefs_matcher.c
6449         * src/prefs_scoring.c
6450         * src/prefs_summary_column.c
6451         * src/procmime.c
6452         * src/selective_download.c
6453         * src/toolbar.c
6454         * src/common/Makefile.am
6455         * src/common/prefs.[ch]         ** NEW **
6456                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6457
6458 2002-12-24 [alfons]     0.8.7claws7
6459
6460         * src/summaryview.c
6461                 summary_thread_build(): fix real cause of the crash mentioned in
6462                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6463                 this way we get meaningful ctree nodes 
6464
6465 2002-12-24 [oliver]     0.8.7claws6
6466
6467         * src/mainwindow.[ch]
6468         * src/messageview.[ch]
6469         * src/compose.[ch]
6470         * src/inc.c
6471         * src/summaryview.c
6472                 changes to use updated toolbar handling
6473                 
6474 2002-12-24 [oliver]     0.8.7claws5
6475
6476         * src/toolbar.[ch]
6477                 generic toolbar handling
6478                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6479         * src/prefs_toolbar.[ch]
6480                 adjust to handling
6481         
6482 2002-12-24 [oliver]     0.8.7claws4
6483         
6484         * src/stock_pixmap.[ch]
6485                 move SYLPHEED_LOGO to end of list in order 
6486                 to remove it from Custom Toolbar`s Icon View
6487
6488 2002-12-24 [alfons]     0.8.7claws3
6489
6490         * src/summaryview.c
6491                 summary_thread_build(): fix crash because of focus != selection 
6492                 after threading. when deleting the selection, gtk tries but fails 
6493                 to find the correct focusable element. we now force the selection
6494                 to be focused. this should solve the infamous bug reported by 
6495                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6496                 a test case is available. 
6497
6498 2002-12-24 [darko]      0.8.7claws2
6499
6500         * src/summaryview.c
6501                 don't crash when unmarking message with unread children
6502
6503 2002-12-23 [christoph]  0.8.7claws1
6504
6505         * src/Makefile.am
6506         * src/common/Makefile.am
6507                 update Makefiles for moved intl.h, version.h and defs.h
6508         * src/imap.c
6509                 rewrite imap_session_get to avoid duplicate code
6510
6511 2002-12-23 [paul]       0.8.7claws
6512
6513         * Santa-Claws released
6514         
6515         * po/hu.po
6516           po/ru.po
6517                 squeeze in updated Hungarian and Russian translations.
6518                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6519
6520 2002-12-23 [paul]       0.8.6claws129
6521
6522         * po/pl.po
6523                 updated by Witold Wladyslaw Wojciech Wilk
6524
6525 2002-12-23 [paul]       0.8.6claws128
6526
6527         * src/quote_fmt_parse.y
6528                 fix typo and add licence header
6529
6530 2002-12-23 [paul]       0.8.6claws127
6531
6532         * po/en_GB.po
6533                 updated
6534
6535 2002-12-23 [paul]       0.8.6claws126
6536
6537         * po/it.po
6538                 updated translation, submitted by Alessandro Maestri
6539                 
6540 2002-12-23 [paul]       0.8.6claws125
6541
6542         * src/quote_fmt_parse.y
6543                 fix signature-stripping on replies bug. match
6544                 '-- \n' and not '-- '.
6545
6546 2002-12-22 [paul]       0.8.6claws124
6547
6548         * po/bg.po
6549           po/es.po
6550           po/sr.po
6551                 updated translations. submitted by George Danchev,
6552                 Ricardo Mones Lastra, and Urke MMI respectively
6553
6554 2002-12-21 [paul]       0.8.6claws123
6555
6556         * src/addrbook.c
6557                 fix coding style
6558
6559 2002-12-21 [paul]       0.8.6claws122
6560
6561         * src/addrbook.c
6562                 fix bug [643638] where if a person is in one or more
6563                 addressbook groups editing that person's email 
6564                 address results in removal from those groups.
6565                 Patch submitted by Luke Plant.
6566
6567 2002-12-20 [christoph]  0.8.6claws121
6568
6569         * src/common/utils.c
6570         * src/summaryview.c
6571                 reimplement expand_search_string using GString to
6572                 prevent crashs caused by miscalculated string
6573                 lengths reported by Paul
6574
6575 2002-12-20 [christoph]  0.8.6claws120
6576
6577         * src/summaryview.c
6578                 don't use "changed" to check if op_count has to be changed as it
6579                 is also set when the message has unread children
6580                 (closes bug [ 653221 ] crash while deleting duplicates)
6581
6582 2002-12-20 [paul]       0.8.6claws119
6583
6584         * sync with 0.8.6cvs27
6585                 see ChangeLog 2002-12-20
6586
6587 2002-12-20 [paul]       0.8.6claws118
6588
6589         * sync with 0.8.6cvs26
6590                 see ChangeLog 2002-12-19 and 2002-12-20
6591
6592 2002-12-19 [alfons]     0.8.6claws117
6593
6594         * src/textview.c
6595                 fix incorrect parsing of email addresses, submitted by 
6596                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6597                 name display if it contains @".
6598
6599 2002-12-18 [paul]       0.8.6claws116
6600
6601         * sync with 0.8.6cvs23
6602                 see ChangeLog 2002-12-18
6603
6604 2002-12-18 [paul]       0.8.6claws115
6605
6606         * src/Makefile.am
6607         * src/account.c
6608         * src/codeconv.c
6609         * src/gtkutils.[ch]
6610         * src/imap.c
6611                 sync with 0.8.6cvs22.
6612                 see ChangeLog 2002-12-17 and 2002-12-18
6613
6614 2002-12-17 [christoph]  0.8.6claws114
6615
6616         * src/imap.c
6617                 o don't create a session if imap greeting fails
6618                 o don't close socket when authentication fails
6619                   this is done by imap_session_destroy
6620
6621 2002-12-17 [thorsten]   0.8.6claws113
6622
6623         * tools/Makefile.am
6624           tools/README
6625           tools/google_msgid.pl ** NEW FILE **
6626                 Added "search for message-id" script and doc
6627
6628 2002-12-17 [thorsten]   0.8.6claws112
6629
6630         * po/hu.po
6631                 Updated hungarian translation
6632                 (updated by Gal Zoltan)
6633
6634 2002-12-16 [christoph]  0.8.6claws111
6635
6636         * src/addr_compl.c
6637                 remove stupid addressbook dump to debug output
6638         * src/mh.c
6639                 fix memory leak found by Hiro
6640
6641 2002-12-14 [paul]       0.8.6claws110
6642
6643         * src/compose.c
6644                 fix menubar sensitivity on send
6645                 
6646         * src/prefs_filtering.c
6647         * src/prefs_matcher.c
6648         * src/prefs_scoring.c
6649                 Fix english ;)
6650                 
6651         * src/common/quoted-printable.h
6652                 sync: fix typo
6653         
6654 2002-12-13 [christoph]  0.8.6claws109
6655
6656         * src/Makefile.am
6657         * src/manage_window.[ch]        ** REMOVE **
6658         * src/gtk/Makefile.am
6659         * src/gtk/manage_window.[ch]    ** NEW **
6660                 move manage_window files to gtk directory
6661
6662 2002-12-13 [christoph]  0.8.6claws108
6663
6664         * src/Makefile.am
6665         * src/gtkshruler.[ch]           ** REMOVE **
6666         * src/gtk/Makefile.am
6667         * src/gtk/gtkshruler.[ch]       ** NEW **
6668                 move gtkshruler files to gtk directory
6669
6670 2002-12-13 [christoph]  0.8.6claws107
6671
6672         * src/Makefile.am
6673         * src/compose.c
6674         * src/gtkstext.[ch]             ** REMOVE **
6675         * src/gtkutils.[ch]
6676         * src/textview.c
6677         * src/gtk/gtkstext.[ch]         ** NEW **
6678         * src/gtk/Makefile.am
6679                 o move stext functions to gtkstext.c to remove
6680                   dependency of gtkutils
6681                 o move gtkstext files to gtk directory
6682
6683         * src/gtk/Makefile.am
6684         * src/gtk/sslcertwindow.[ch]
6685                 UI stuff can always depend on common code so
6686                 it's ok to add ../common to include path
6687
6688 2002-12-13 [colin]      0.8.6claws106
6689
6690         * src/summaryview.c
6691                 Disconnect sighandlers for mainwindow when
6692                 quicksearch has the focus
6693                 Fix bug #653231
6694         * src/mainwindow.[ch]
6695                 Make key_pressed callback public, to be able
6696                 to disconnect it
6697
6698 2002-12-13 [christoph]  0.8.6claws105
6699
6700         * src/mh.c
6701                 create .mh_sequences file in new MH folders
6702                 (closes feature request [ 523162 ] MH folders should
6703                  get a .mh_sequences)
6704
6705 2002-12-13 [colin]      0.8.6claws104
6706
6707         * src/summaryview.c
6708                 Better handling of quicksearch show/hide
6709                 (basically the button stays under the mouse 
6710                  when toggled)
6711
6712 2002-12-13 [paul]       0.8.6claws103
6713
6714         * sync with 0.8.6cvs17
6715                 see ChangeLog 2002-12-13
6716
6717 2002-12-13 [paul]       0.8.6claws102
6718
6719         * po/es.po
6720                 updated by Ricardo Mones Lastra
6721
6722 2002-12-11 [colin]       0.8.6claws101
6723
6724         * src/folder.c
6725                 remove statusbar stuff
6726           src/folderview.c
6727                 set statusbar verbosity when moving folders
6728
6729 2002-12-11 [colin]       0.8.6claws100
6730         * src/prefs_filtering.c
6731         * src/prefs_matcher.c
6732         * src/prefs_scoring.c
6733                 Fix english ;)
6734
6735 2002-12-11 [colin]       0.8.6claws99
6736
6737         * src/prefs_common.[ch]
6738                 Add summary_quicksearch_type
6739         * src/summaryview.c
6740                 Save last used quicksearch type
6741
6742 2002-12-11 [jens]       0.8.6claws98
6743         * src/prefs_filtering.c
6744         * src/prefs_matcher.c
6745         * src/prefs_scoring.c
6746                 added dialog for incomplete rules in scoring, filtering and
6747                 matcher to ask wheather really close
6748
6749 2002-12-11 [colin]      0.8.6claws97
6750
6751         * src/folder.c
6752                 Fix folder dnd statusbar logging
6753
6754 2002-12-10 [christoph]  0.8.6claws96
6755
6756         * src/compose.c
6757         * src/folder.c
6758         * src/imap.c
6759         * src/inc.c
6760         * src/main.c
6761         * src/mainwindow.c
6762         * src/news.c
6763         * src/send.c
6764         * src/statusbar.[ch]
6765         * src/common/hooks.c
6766         * src/common/log.[ch]
6767                 o handle verbose logging in statusbar directly in statusbar code
6768                   and common code does not need any knowledge about a statusbar
6769                 o remove direct calls to statusbar_(puts|pop)_all functions
6770
6771 2002-12-10 [jens]       0.8.6claws95
6772
6773         * src/*.c
6774                 removed gettext from g_warnings
6775         * po/POTFILES.in
6776                 cleaned and updated
6777         * po/de.po
6778                 updated
6779
6780 2002-12-10 [colin]      0.8.6claws94
6781
6782         * src/main.c
6783                 finish crash dialog fix
6784
6785 2002-12-10 [colin]      0.8.6claws93
6786
6787         * src/main.c
6788                 "Fix" "sylpheed already running" instead of
6789                 crash dialog appearing after a crash
6790
6791 2002-12-10 [colin]      0.8.6claws92
6792
6793         * po/POTFILES.in
6794                 add src/gtk/sslcertwindow.c
6795
6796 2002-12-10 [paul]       0.8.6claws91
6797
6798         * po/POTFILES.in
6799                 updated to reflect recent changes
6800                 submitted by Alessandro Maestri
6801
6802 2002-12-09 [christoph]  0.8.6claws90
6803
6804         * src/Makefile.am
6805         * src/smtp.[ch]                 ** REMOVE **
6806         * src/common/Makefile.am
6807         * src/common/smtp.[ch]          ** NEW **
6808                 move smtp files to common directory
6809
6810 2002-12-09 [christoph]  0.8.6claws89
6811
6812         * src/Makefile.am
6813         * src/session.[ch]              ** REMOVE **
6814         * src/common/Makefile.am
6815         * src/common/session.[ch]       ** NEW **
6816                 move session files to common directory
6817
6818 2002-12-09 [paul]       0.8.6claws88
6819
6820         * src/account.c
6821                 fix bug [649746] edit accounts: move account reverted
6822                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6823
6824 2002-12-09 [colin]      0.8.6claws87
6825
6826         * src/ssl_certificate.c
6827                 cleanup
6828
6829 2002-12-09 [colin]      0.8.6claws86
6830
6831         * src/ssl.c
6832                 Try to open the cert.pem database and 
6833                 issue a warning if it isn't there
6834
6835 2002-12-09 [colin]      0.8.6claws85
6836
6837         * src/common/ssl_certificate.c
6838         * src/gtk/sslcertwindow.c
6839                 Warning fixes
6840
6841 2002-12-09 [colin]      0.8.6claws84
6842
6843         * src/ssl_certificate.[ch] ** REMOVED **
6844         * src/common/ssl_certificate.[ch] ** NEW **
6845         * src/Makefile.am
6846         * src/common/Makefile.am
6847                 Moved ssl_certificate.[ch] to common
6848         * src/common/ssl.c 
6849                 Put back needed include
6850         * src/gtk/sslcertwindow.[ch]
6851                 Changed ssl_certificate.h include
6852         
6853 2002-12-09 [colin]      0.8.6claws83
6854
6855         * src/gtk/sslcertwindow.[ch]
6856                 Implement hook for certificate acception
6857         * src/ssl_certificate.[ch]
6858                 Implement hook for certificate acception
6859         * src/common/ssl.c
6860                 Reenable certificate acception check
6861         * src/mainwindow.c
6862                 Register sslcertwindow's hook
6863         
6864 2002-12-08 [christoph]  0.8.6claws82
6865
6866         * src/about.c
6867         * src/addr_compl.c
6868         * src/codeconv.c
6869         * src/manual.c
6870         * src/undo.c
6871         * src/common/utils.c
6872                 o add missing includes
6873                 o fix warnings
6874         * src/.cvsignore
6875         * src/common/.cvsignore
6876         * src/common/version.h          ** REMOVE **
6877                 remove autogenerated file
6878
6879 2002-12-08 [paul]       0.8.6claws81
6880
6881         * src/stringtable.c
6882                 put back needed include
6883
6884 2002-12-08 [colin]      0.8.6claws80
6885         
6886         * src/gtk/sslcertwindow.c
6887                 Cleaner popups when asking
6888         * src/ssl_certificate.c
6889         * src/prefs_common.[ch]
6890                 remove ssl certificate pref
6891                 put back needed include
6892         * src/undo.c
6893                 put back needed include
6894
6895 2002-12-08 [christoph]  0.8.6claws79
6896
6897         * src/folderview.c
6898         * src/logwindow.c
6899         * src/statusbar.c
6900         * src/summaryview.c
6901                 only abort hook invokation if required data is missing not
6902                 if our own data pointer is NULL, update hookfunction for
6903                 log window
6904
6905 2002-12-08 [paul]       0.8.6claws78
6906
6907         * src/about.c
6908         * src/addrcache.c
6909         * src/addrclip.c
6910         * src/addr_compl.c
6911         * src/addrselect.c
6912         * src/codeconv.c
6913         * src/colorlabel.c
6914         * src/enriched.c
6915         * src/esmtp.c
6916         * src/exporthtml.c
6917         * src/headerview.c
6918         * src/imageview.c
6919         * src/manual.c
6920         * src/noticeview.c
6921         * src/pgptext.c
6922         * src/scoring.c
6923         * src/sourcewindow.c
6924         * src/stringtable.c
6925         * src/undo.c
6926                 clean up: remove unneccesary includes
6927
6928 2002-12-08 [christoph]  0.8.6claws77
6929
6930         * src/folderview.c
6931         * src/statusbar.c
6932         * src/summaryview.c
6933         * src/common/hooks.[ch]
6934                 hook functions now have a gboolean return value, if a hook
6935                 returns TRUE it will stop executing of any more hooks in
6936                 the same hooklist for this invokation
6937
6938 2002-12-08 [colin]      0.8.6claws76
6939         
6940         * src/main.c
6941                 put back argv0 for CRASH_DIALOG
6942
6943 2002-12-08 [christoph]  0.8.6claws75
6944
6945         * src/Makefile.am
6946         * src/about.c
6947         * src/account.c
6948         * src/crash.c
6949         * src/esmtp.h
6950         * src/imap.[ch]
6951         * src/inc.c
6952         * src/main.c
6953         * src/mainwindow.c
6954         * src/news.c
6955         * src/pop.[ch]
6956         * src/prefs_account.[ch]
6957         * src/prefs_common.[ch]
6958         * src/send.[ch]
6959         * src/smtp.[ch]
6960         * src/ssl_certificate.[ch]
6961         * src/ssl_manager.[ch]
6962         * src/common/Makefile.am
6963         * src/common/log.c
6964         * src/common/nntp.[ch]
6965         * src/common/socket.[ch]
6966         * src/common/ssl.[ch]
6967         * src/gtk/sslcertwindow.[ch]
6968         * ac/openssl.m4
6969                 use new autoconf script to detect OpenSSL with extra parameters
6970                 to specify the location of libs and includes, also remove USE_SSL
6971                 to USE_OPENSSL
6972
6973         * src/common/sylpheed.[ch]
6974         * src/common/version.h.in
6975                 start seperation of common code initialization seperated from gui
6976
6977         * src/summaryview.c
6978                 The function that is called when a color label changes
6979                 should not change the color lable again
6980
6981 2002-12-08 [colin]      0.8.6claws74
6982
6983         * src/gtk/sslcertwindow.c
6984                 warning fixes
6985
6986 2002-12-08 [colin]      0.8.6claws73
6987
6988         * src/statusbar.c
6989           src/common/log.h
6990                 Register a hook for statusbar_puts_all
6991         * src/common/log.c
6992                 invoke statusbar_puts_all's hook
6993         
6994 2002-12-08 [colin]      0.8.6claws72
6995
6996         * src/ssl_certificate.c
6997                 Put back a badly-removed include
6998
6999 2002-12-08 [colin]      0.8.6claws71
7000
7001         * src/gtk/sslcertwindow.[ch]    ** NEW **
7002                 new certificate presentation
7003         * src/gtk/Makefile.am
7004                 add new files
7005         * src/ssl_certificate.[ch]
7006                 gtk cleanup, made utility functions public
7007         * src/ssl_manager.c
7008                 use new cert presentation
7009
7010 2002-12-07 [christoph]  0.8.6claws70
7011
7012         * src/Makefile.am
7013         * src/nntp.[ch]                 ** REMOVE **
7014         * src/common/Makefile.am
7015         * src/common/nntp.[ch]          ** NEW **
7016                 move nntp files to common directory
7017
7018 2002-12-07 [christoph]  0.8.6claws69
7019
7020         * src/procmsg.[ch]
7021         * src/summaryview.c
7022                 implement msginfo update callback using sylpheed's new
7023                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7024
7025 2002-12-06 [christoph]  0.8.6claws68
7026
7027         * src/editgroup.c
7028                 This patch changes the 'Edit Group Details' dialog to
7029                 allow extended selections in either pane, so that
7030                 addresses can be added or removed from a group more
7031                 quickly and easily. (it actually is a net decrease in
7032                 file size, as some unnecessary functions have been
7033                 removed). 
7034                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7035
7036 2002-12-06 [christoph]  0.8.6claws67
7037
7038         * src/Makefile.am
7039         * src/template.[ch]             ** REMOVE **
7040         * src/common/Makefile.am
7041         * src/common/template.[ch]      ** NEW **
7042                 move template files to common directory
7043
7044         * src/nntp.c
7045                 add missing log.h include
7046
7047 2002-12-06 [melvin]     0.8.6claws66
7048
7049         * src/prefs_actions.c
7050                 Added the trailing ">" syntax to insert command's output
7051                 without replacing old text (in contrast to trailing "|").
7052
7053 2002-12-05 [colin]      0.8.6claws65
7054         
7055         * src/common/utils.c
7056                 Don't modify original search_string or it'll change
7057                 the next iterations in the for()
7058
7059 2002-12-05 [darko]      0.8.6claws64
7060
7061         * src/common/utils.c
7062                 proper check for filtering commands, found by Colin
7063
7064 2002-12-05 [darko]      0.8.6claws63
7065
7066         * src/common/utils.c
7067                 check proper string for NULL pointer, found by Colin
7068
7069 2002-12-05 [darko]      0.8.6claws62
7070
7071         * src/common/utils.[ch]
7072                 expand_search_string(): new function
7073                 converts Mutt-like patterns to Sylpheed's
7074                 filtering engine
7075         * src/summaryview.c
7076                 use expand_search_string() to allow Mutt-like
7077                 patterns in extended search
7078         * README.claws
7079                 document extended option in quick search
7080
7081 2002-12-05 [paul]       0.8.6claws61
7082
7083         * sync with 0.8.6cvs16
7084                 see ChangeLog 2002-12-05
7085                 
7086         * po/POTFILES.in
7087                 clean up
7088
7089 2002-12-04 [christoph]  0.8.6claws60
7090
7091         * src/imap.[ch]
7092                 put imap authentication code into a new function and
7093                 remove it from imap_session_new that will allow to
7094                 send other commands before authentication
7095
7096 2002-12-04 [christoph]  0.8.6claws59
7097
7098         * src/imap.[ch]
7099                 use already existing method to prevent unneeded IMAP
7100                 folder selects. Set imap_select parameters to NULL
7101                 in some functions if the values are not required.
7102
7103         * src/xml.h
7104                 remove no longer required include
7105
7106 2002-12-04 [paul]       0.8.6claws58
7107
7108         * po/es.po
7109                 updated by Ricardo Mones Lastra
7110                 
7111         * configure.in
7112           po/hu.po      ** NEW FILE **
7113                 initial Hungarian translation, submitted
7114                 by Gál Zoltán <galzoli@hu.inter.net>
7115
7116 2002-12-03 [christoph]  0.8.6claws57
7117
7118         * src/Makefile.am
7119         * src/gtksctree.[ch]            ** REMOVE **
7120         * src/gtk/Makefile.am
7121         * src/gtk/gtksctree.[ch]        ** NEW **
7122                 move gtksctree files to gtk directory
7123
7124 2002-12-03 [christoph]  0.8.6claws56
7125
7126         * src/Makefile.am
7127         * src/md5.[ch]                  ** REMOVE **
7128         * srm/common/Makefile.am
7129         * src/common/md5.[ch]           ** NEW **
7130                 move md5 files to common directory
7131
7132         * src/gtkstext.c
7133                 remove not required #include
7134
7135 2002-12-03 [sergey]     0.8.6claws55
7136
7137         * src/gtkutils.c
7138         * src/gtkutils.h
7139                 gtkut_window_popup(): new function.
7140         * src/mainwindow.c
7141                 main_window_popup(): use gtkut_window_popup() to raise
7142                 window without changing its position.
7143                 (see sylpheed-main ML message [sylpheed:17247])
7144
7145 2002-12-03 [sergey]     0.8.6claws54
7146
7147         * src/send.c
7148                 send_message_local(): removed first-dot escaping
7149                 (SMTP-only, not needed for sending through pipe)
7150
7151 2002-12-03 [paul]       0.8.6claws53
7152
7153         * po/POTFILES.in
7154                 update to reflect recent changes (thanks
7155                 to Ricardo Mones Lastra)
7156                 
7157         * tools/filter_conv.pl
7158                  fix problem with quoted strings. Patch submitted
7159                  by Luke Plant <lukeplant@softhome.net>
7160
7161 2002-12-03 [paul]       0.8.6claws52
7162
7163         * sync with 0.8.6cvs15
7164                 see ChangeLog 2002-12-03
7165
7166 2002-12-02 [christoph]  0.8.6claws51
7167
7168         * src/logwindow.[ch]
7169         * src/common/log.[ch]
7170                 implement logging using a hook function
7171
7172         * src/folderview.c
7173         * src/folder.[ch]
7174                 define hooklist name in header file to avoid
7175                 errors caused by wrong spelling of hooklist names
7176
7177         * src/toolbar.c
7178                 fix warnings
7179
7180 2002-12-02 [christoph]  0.8.6claws50
7181
7182         * src/common/Makefile.am
7183                 add src/common/hooks.[ch]
7184
7185         * src/common/hooks.[ch]
7186                 implement a simple hook system using glib's hook functions
7187
7188         * src/folder.[ch]
7189         * src/folderview.c
7190                 use new hook system for folder item updates
7191
7192 2002-12-02 [christoph]  0.8.6claws49
7193
7194         * doc-src/ui_seperation.txt     ** NEW **
7195                 information for ui seperation
7196
7197         * src/Makefile.am
7198                 remove files that were moved to common
7199                 include common directory by default for the header files
7200
7201         * src/inc.c
7202         * src/common/socket.c
7203         * src/automaton.[ch]
7204                 implement automaton using g_io_*-functions instead of
7205                 gdk_input_add to make it ui independent
7206
7207         * src/codeconv.c
7208         * src/compose.c
7209         * src/ldif.c
7210         * src/pgptext.c
7211         * src/procmime.c
7212         * src/rfc2015.c
7213         * src/smtp.c
7214         * src/unmime.c
7215                 remove common/ prefix because directory is now in
7216                 include path
7217
7218         * src/compose.c
7219         * src/folder.c
7220         * src/folderview.c
7221         * src/mainwindow.c
7222         * src/messageview.c
7223         * src/prefs_common.c
7224         * src/procmsg.c
7225         * src/rfc2015.c
7226                 fix warnings
7227
7228         * src/imap.c
7229         * src/inc.c
7230         * src/news.c
7231         * src/pop.c
7232         * src/send.c
7233         * src/smtp.c
7234         * src/ssl_certificate.c
7235                 add log.h header file for logging functions
7236
7237         * src/main.c
7238         * src/common/utils.c
7239         * src/summaryview.c
7240         * src/xml.c
7241                 o move debug_mode to common/utils.c
7242                 o add functions to set and get debug_mode
7243
7244         * src/defs.h                    ** REMOVE **
7245         * src/intl.h                    ** REMOVE **
7246         * src/socket.[ch]               ** REMOVE **
7247         * src/ssl.[ch]                  ** REMOVE **
7248         * src/utils.[ch]                ** REMOVE **
7249                 replaced by new files in src/common/
7250         
7251         * src/common/Makefile.am
7252                 add new files in src/common/
7253
7254         * src/common/defs.h             ** NEW **
7255         * src/common/intl.h             ** NEW **
7256         * src/common/log.[ch]           ** NEW **
7257         * src/common/socket.[ch]        ** NEW **
7258         * src/common/ssl.[ch]           ** NEW **
7259         * src/common/utils.[ch]         ** NEW **
7260                 replacement for files in src/
7261
7262 2002-12-02 [colin]      0.8.6claws48
7263
7264         * src/folderview.c
7265                 Scroll folderview if necessary during dnd
7266
7267 2002-12-02 [colin]      0.8.6claws47
7268
7269         * src/folder.[ch]
7270                 Add check to verify a move is within a single mailbox
7271         * src/folderview.c
7272                 Add specific error string for this check
7273
7274 2002-12-02 [colin]      0.8.6claws46
7275
7276         * src/folder.c
7277                 Add a test to folder moving, remove a statusbar_print
7278         * src/folderview.c
7279                 Add Move folder... context-menu item
7280                 Factorize folder moving code
7281                 Enable folder DND for mbox
7282
7283 2002-12-01 [christoph]  0.8.6claws45
7284
7285         * ac/aspell.m4
7286                 remove conf.aspelltest if the version check fails
7287
7288 2002-11-30 [christoph]  0.8.6claws44
7289
7290         * autogen.sh
7291                 run libtoolize --force in autogen to create missing
7292                 libtool scripts
7293
7294 2002-11-30 [christoph]  0.8.6claws43
7295
7296         * src/Makefile.am
7297         * src/pgptext.c
7298         * src/procmime.c
7299         * src/rfc2015.c
7300         * src/uuencode.[ch]             ** REMOVED **
7301         * src/common/Makefile.am
7302         * src/common/uuencode.[ch]      ** NEW **
7303                 move uuen/decoder to common directory
7304
7305 2002-11-30 [christoph]  0.8.6claws42
7306
7307         * src/Makefile.am
7308         * src/base64.[ch]               ** REMOVED **
7309         * src/codeconv.c
7310         * src/compose.c
7311         * src/ldif.c
7312         * src/pgptext.c
7313         * src/procmime.c
7314         * src/rfc2015.c
7315         * src/smtp.c
7316         * src/unmime.c
7317         * src/common/Makefile.am
7318         * src/common/base64.[ch]        ** NEW **
7319                 move base64 en/decoder to common directory
7320
7321 2002-11-30 [christoph]  0.8.6claws41
7322
7323         * src/common                    ** NEW **
7324                 new directory for UI independent code
7325         * src/gtk                       ** NEW **
7326                 new directory for GTK frontend
7327         * src/common/.cvsignore         ** NEW **
7328         * src/gtk/.cvsignore            ** NEW **
7329                 ignore build files
7330         * src/common/Makefile.am        ** NEW **
7331         * src/gtk/Makefile.am           ** NEW **
7332                 automake files to build new seperated stuff
7333         * src/Makefile.am
7334                 the binary will currently still be build with the
7335                 files in src, so we include the code from the
7336                 subdirs for now after building the libs there
7337
7338 2002-11-30 [paul]       0.8.6claws40
7339
7340         * src/compose.c
7341                 fix bug [642731] 'Wrong selected account with drafted mail'
7342
7343 2002-11-29 [oliver]     0.8.6claws39
7344         
7345         * src/messageview.c
7346                 o update summaryview when switching between different
7347                   messageviews          
7348         * src/toolbar.c  
7349                 o check if messageview holds already removed msg
7350                   from summaryview
7351                 
7352
7353 2002-11-29 [oliver]     0.8.6claws38
7354
7355         * src/toolbar.c 
7356                 remove not needed variables and includes
7357                 make messageview stay opened and move to next when msgs are deleted 
7358
7359 2002-11-29 [oliver]     0.8.6claws37
7360         
7361         * src/toolbar.c 
7362                 disable compose button (messageview toolbar) by default
7363                 deleted msgs are moved to trash
7364         
7365 2002-11-29 [melvin]     0.8.6claws36
7366
7367         * configure.in
7368                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7369                 and to detect signatures expirations (gpgme 0.3.6)
7370
7371         * src/main.c
7372                 Use non obsolescent function for Gpgme engine checking.
7373
7374         * src/rfc2015.c
7375                 Inform about expired signatures or signatures which key
7376                 has expired. Expiration date is displayed.
7377
7378         * src/sigstatus.c
7379                 Inform about expired signatures or signatures which key
7380                 has expired.
7381
7382 2002-11-28 [paul]       0.8.6claws35
7383
7384         * src/folderview.c
7385                 re-instate 'Check for new messages' in Newsgroup
7386                 folders right-click menu, after a suggestion from
7387                 Tim Mann <timmann@users.sourceforge.net>
7388
7389         * src/main.c
7390                 after a crash check only local folders for new
7391                 messages
7392
7393 2002-11-28 [paul]       0.8.6claws34
7394
7395         * configure.in
7396                 apply patch that fixes the checking of GTK with XIM 
7397                 support on different OSs, such as FreeBSD. Patch 
7398                 submitted by Topia <topia@users.sourceforge.net>
7399                 
7400 2002-11-28 [paul]       0.8.6claws33
7401
7402         * src/mainwindow.c
7403           src/prefs_common.c
7404           src/prefs_toolbar.c
7405                 more changes to the English
7406
7407 2002-11-28 [paul]       0.8.6claws32
7408
7409         * sync with 0.8.6cvs13
7410                 see ChangeLog 2002-11-28 (no sync needed
7411                 for src/compose.c)
7412
7413 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7414         
7415         * src/mainwindow.[ch]
7416                 add patch by Ivan F. Martinez introducing messageview Toolbar
7417                 some changes and committed by oliver    
7418
7419 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7420
7421         * src/messageview.[ch]
7422                 add patch by Ivan F. Martinez introducing messageview Toolbar
7423                 some changes and committed by oliver    
7424
7425 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7426
7427         * src/compose.[ch]
7428                 add patch by Ivan F. Martinez introducing messageview Toolbar
7429                 some changes and committed by oliver    
7430
7431 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7432         
7433         * src/toolbar.[ch]
7434                 add patch by Ivan F. Martinez introducing messageview Toolbar
7435                 some changes and committed by oliver
7436
7437 2002-11-28 [oliver]     0.8.6claws27
7438         
7439         * src/prefs_toolbar.[ch]
7440                 getting ready for messageview toolbar
7441                 free mem allocated by gettext
7442                 change prefs_toolbar to prefs_toolbar_open
7443  
7444 2002-11-28 [thorsten]   0.8.6claws26
7445
7446         * src/imageview.[ch]
7447                 cleaned up conflicting declarations of
7448                 imageview_show_image()
7449
7450 2002-11-28 [paul]       0.8.6claws25
7451
7452         * src/grouplistdialog.c
7453           src/prefs_common.c
7454           src/prefs_summary_column.c
7455                 a few more improvements to the English
7456
7457 2002-11-28 [colin]      0.8.6claws24
7458
7459         * man/sylpheed.1
7460                 A few updates to command-line parameters
7461
7462 2002-11-28 [colin]      0.8.6claws23
7463
7464         * src/prefs_filtering.c
7465                 Fix problems with prefs_filtering_delete_path:
7466                 a) if the first rule is removed, original pointers
7467                    weren't updated (leading to segfaults)
7468                 b) it was always global_processing updated in case
7469                    of removed path was parent of rule path
7470
7471 2002-11-27 [paul]       0.8.6claws22
7472
7473         * src/mainwindow.c
7474           src/prefs_account.c
7475           src/prefs_actions.c
7476           src/prefs_common.c
7477           src/prefs_customheader.c
7478           src/prefs_display_header.c
7479           src/prefs_filtering.c
7480           src/prefs_folder_item.c
7481           src/prefs_matcher.c
7482           src/prefs_scoring.c
7483           src/prefs_summary_column.c
7484           src/prefs_template.c
7485           src/prefs_toolbar.c
7486                  improve the English in the GUI
7487
7488 2002-11-27 [colin]      0.8.6claws21
7489
7490         * src/folder.c
7491                 Fix processing renaming problems happening after
7492                 last commit
7493
7494 2002-11-27 [colin]      0.8.6claws20
7495
7496         * src/folder.c
7497                 recursive move now deletes src each subfolder after 
7498                 having moved it
7499         * src/folderview.c
7500                 Use identifier instead of path during dnd (enables
7501                 IMAP folder dnd)
7502
7503 2002-11-27 [paul]       0.8.6claws19
7504
7505         * src/main.c
7506                 apply patch that does command-line processing 
7507                 BEFORE gtk_init, allowing claws to run from 
7508                 shell-scripts in non-X environment (e.g. crontab 
7509                 or ip-up, ip-down scripts). Patch submitted by
7510                 Ruslan N. Balkin <baron@dartel.ru>
7511                 
7512         * po/it.po
7513                 updated by Alessandro Maestri
7514
7515 2002-11-27 [paul]       0.8.6claws18
7516
7517         * sync with 0.8.6cvs12
7518           src/prefs_common.c
7519                 Differences are that main uses a 'Receive dialog'
7520                 frame on the Interface tab, whereas claws groups all 
7521                 the dialogs together in a 'Dialogs' frame.
7522
7523 2002-11-27 [colin]      0.8.6claws17
7524
7525         * src/prefs_matcher.c
7526                 Fix Execute criteria's NOT flag
7527
7528
7529 2002-11-26 [christoph]  0.8.6claws16
7530
7531         * src/ssl.c
7532                 rewrite the ssl code a little bit, only use one
7533                 SSL context, set default certificates' file/path
7534
7535 2002-11-26 [thorsten]   0.8.6claws15
7536
7537         * src/compose.c
7538                 default-reply-to didn't work for ml-reply
7539
7540 2002-11-26 [melvin]     0.8.6claws14
7541
7542         * src/prefs_actions.c
7543                 Made pipe-actions ignore short headers in message view
7544                 Made trailing-pipe-actions write in the message view with
7545                 the same font as the original message
7546
7547 2002-11-26 [paul]       0.8.6claws13
7548
7549         * src/compose.c
7550                 this time commit the correct file
7551
7552 2002-11-26 [paul]       0.8.6claws12
7553
7554         * sync with 0.8.6cvs11
7555           src/quote_fmt_parse.y  
7556                 no sync needed
7557           src/account.[ch]       
7558                 not sync'ed
7559           src/compose.c
7560                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7561                 on draft mode.
7562                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7563                 header
7564                 
7565         see ChangeLog 2002-11-25 and 2002-11-26
7566
7567 2002-11-26 [colin]      0.8.6claws11
7568
7569         * src/folderview.c
7570                 Fix collapsed folder not auto-expanding during
7571                 mail dnd, if it was the source folder.
7572
7573 2002-11-25 [colin]      0.8.6claws10
7574
7575         * src/folderview.[ch]
7576                 Variable renaming and cleaning (slist of nodes 
7577                 to be re-collapsed is stored in FolderView)
7578
7579 2002-11-25 [paul]       0.8.6claws9
7580
7581         * src/prefs_common.[ch]
7582                 fix breakage caused by last commit
7583
7584 2002-11-25 [paul]       0.8.6claws8
7585
7586         * sync with 0.8.6cvs4
7587                 see ChangeLog 2002-11-21
7588
7589 2002-11-25 [paul]       0.8.6claws7
7590
7591         * sync with 0.8.6cvs4
7592                 see ChangeLog 2002-11-20
7593
7594 2002-11-25 [paul]       0.8.6claws6
7595
7596         * sync with 0.8.6cvs3
7597                 see ChangeLog 2002-11-18
7598
7599 2002-11-25 [colin]      0.8.6claws5
7600
7601         * src/gtkutils.[ch]
7602                 Add gtkut_ctree_node_is_parent()
7603         * src/folderview.c
7604                 Spring-loaded folders
7605
7606 2002-11-25 [colin]      0.8.6claws4
7607
7608         * src/utils.[ch]
7609                 Add slist_concat_unique(), function to merge
7610                 two GSList filtering dups
7611         * src/folder.[ch]
7612         * src/summaryview.[ch]
7613         * src/folderview.c
7614         * src/main.c
7615                 Add detection/update/display of unread answers
7616                 to marked mails
7617         * src/procmsg.[ch]
7618                 Add procmsg_find_children()
7619                 Add procmsg_msg_has_marked_parent()
7620
7621 2002-11-25 [colin]      0.8.6claws3
7622
7623         * src/ssl_certificate.[ch]
7624                 Allow checking a certificate without a DNS
7625                 lookup
7626                 Allow to forget a cert (by deleting it)
7627                 Make ssl_certificate_destroy_public
7628         * src/ssl_manager.[ch] ** NEW FILES **
7629                 Gui to manage (display/remove) certificates
7630         * src/prefs_common.[ch]
7631                 Add a pref to allow silent acceptation of
7632                 trusted certificates or not (based on the
7633                 "I want to know what's going on" principle)
7634         * src/mainwindow.c
7635                 Add SSL manager in Tools menu
7636         * src/Makefile.am
7637                 Add the new files to the build
7638         * po/POTFILES.in
7639                 Add ssl_manager.c to translations
7640
7641 2002-11-25 [colin]      0.8.6claws2
7642
7643         * src/summaryview.[ch]
7644                 Add S_SEARCH_EXTENDED to the quick search, which 
7645                 allows to search using filtering syntax.
7646
7647 2002-11-25 [colin]      0.8.6claws1
7648
7649         * src/summaryview.c
7650                 Deletion of duplicates now prefer deleting
7651                 the unread dup (fixes feature-request 638989).
7652
7653 2002-11-24 [paul]       0.8.6claws
7654
7655         * po/es.po
7656           po/pl.po
7657           po/ru.po
7658           po/sr.po
7659                 updated by Ricardo Mones Lastra,
7660                 Witold Wladyslaw Wojciech Wilk,
7661                 Ruslan N. Balkin, and  Urke MMI 
7662                 respectively
7663
7664 2002-11-24 [paul]       0.8.5claws182
7665
7666         * po/bg.po
7667                 updated by George Danchev
7668
7669 2002-11-23 [alfons]     0.8.5claws181
7670
7671         * src/imap.c
7672                 tiny memory leak found by browsing Dimitar's 
7673                 valgrind report
7674
7675 2002-11-23 [paul]       0.8.5claws180
7676
7677         * po/it.po
7678                 updated by Alessandro Maestri
7679
7680 2002-11-22 [christoph]  0.8.5claws179
7681
7682         * src/compose.c
7683         * src/inc.c
7684         * src/prefs_filtering.c
7685         * src/summaryview.c
7686                 more warning fixes
7687
7688 2002-11-22 [alfons]     0.8.5claws178
7689
7690         * src/summaryview.c
7691                 summary_execute_delete_func(): if message is deleted, make 
7692                 sure to also remove its entry in the subject hash table. 
7693                 fixes a corner case bug.
7694
7695 2002-11-22 [paul]       0.8.5claws177
7696
7697         * .cvsignore
7698                 add 'autom4te.cache'
7699                 
7700         * ltconfig      ** REMOVED **
7701                 not needed
7702
7703 2002-11-22 [paul]       0.8.5claws176
7704
7705         * src/textview.c
7706                 textview_set_font(): fix for message display in
7707                 UTF-8 locales (thanks to Sergey Vlasov).
7708                 
7709         * AUTHORS
7710                 add new team members and contributors
7711
7712
7713 2002-11-21 [colin]      0.8.5claws175
7714
7715         * src/procmsg.[ch]
7716                 Add procmsg_remove_special_headers()
7717         * src/mh.c
7718                 Use procmsg_remove_special_headers() for 
7719                 previous fix
7720
7721 2002-11-21 [colin]      0.8.5claws174
7722
7723         * src/mh.c
7724                 Fix moving/copying from queue/draft folders
7725                 for MH folders
7726
7727 2002-11-21 [christoph]  0.8.5claws173
7728
7729         * src/crash.c
7730         * src/filtering.c
7731         * src/logwindow.c
7732         * src/main.c
7733         * src/matcher_parser_lex.[hl]
7734         * src/mbox.c
7735         * src/mbox_folder.[ch]
7736         * src/prefs_filtering.c
7737         * src/procheader.c
7738         * src/quote_fmt_lex.l
7739         * src/ssl.c
7740                 fix all warnings except the warnings in lex and yacc files
7741
7742 2002-11-20 [christoph]  0.8.5claws172
7743
7744         * src/imap.c
7745                 fix MsgInfo retrieval for IMAP draft and queue folders
7746                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7747
7748 2002-11-19 [christoph]  0.8.5claws171
7749
7750         * src/compose.c
7751                 fix segfault, when draft saving does not get
7752                 the MsgInfo of the new message
7753                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7754
7755 2002-11-19 [christoph]  0.8.5claws170
7756
7757         * src/procmsg.c
7758                 add parameter check for flag setting function
7759                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7760
7761 2002-11-18 [paul]       0.8.5claws169
7762
7763         * src/compose.c
7764                 more sensitivity fixes to redirect mode:
7765                 * disable toolbar draft button
7766                 * allow only Address book in the Tools menu
7767                 * disable editing of message by the spell
7768                   checker
7769
7770 2002-11-18 [paul]       0.8.5claws168
7771
7772         * src/compose.c
7773                 fix sensitivity of menu items in compose_redirect():
7774                 allow only the necessary items 
7775
7776 2002-11-18 [paul]       0.8.5claws167
7777
7778         * src/compose.c
7779                 fix bug [ 603259 ] 'attachment got lost on bounce'
7780
7781 2002-11-18 [paul]       0.8.5claws166
7782
7783         * po/ru.po
7784                 updated by Ruslan N. Balkin <baron@dartel.ru>
7785
7786 2002-11-18 [colin]      0.8.5claws165
7787
7788         * src/main.c
7789           src/defs.h
7790                 Remove old filtering stuff
7791
7792
7793 2002-11-17 [oliver]     0.8.5claws164
7794
7795         * src/toolbar.h
7796                 remove not needed typedef 
7797
7798 2002-11-17 [oliver]     0.8.5claws163
7799
7800         * src/toolbar.c
7801                 make toolbar's on click events translatable
7802
7803 2002-11-15 [colin]      0.8.5claws162
7804
7805         * src/summaryview.c
7806                 Revert too-soon integration of a feature
7807
7808 2002-11-15 [christoph]  0.8.5claws161
7809
7810         * src/imap.c
7811                 use main's implementation of imap_get_msginfo
7812
7813 2002-11-15 [christoph]  0.8.5claws160
7814
7815         * src/compose.c
7816         * src/folder.[ch]
7817         * src/imap.c
7818         * src/mbox_folder.c
7819         * src/mh.c
7820         * src/news.c
7821         * src/procmsg.c
7822         * src/summaryview.c
7823                 replace claws' fetch_msginfo with main's get_msginfo
7824                 (use main's implementation where possible)
7825
7826 2002-11-15 [colin]      0.8.5claws159
7827
7828         * src/ssl_certificate.c
7829                 Missed a check
7830
7831 2002-11-16 [melvin]     0.8.5claws158
7832
7833         * po/fr.po
7834                 Updated French translations.
7835
7836 2002-11-16 [colin]      0.8.5claws157
7837
7838         * src/ssl_certificate.c
7839                 Check for missing parts in the certificates
7840
7841 2002-11-15 [colin]      0.8.5claws156
7842
7843         * src/folderview.c
7844                 Preventive fix (missing check) found by
7845                 Alfons
7846
7847 2002-11-15 [paul]
7848
7849         * NEWS
7850                 sync with 0.8.6 release
7851
7852 2002-11-15 [colin]      0.8.5claws155
7853
7854         * src/folder.[ch]
7855           src/folderview.c
7856                 Fix error handling of folder_item_move_to()
7857                 (thanks to Alfons!)
7858
7859 2002-11-15 [colin]      0.8.5claws154
7860
7861         * src/folder.[ch]
7862           src/folderview.c
7863                 folder_item_move_to() sets an error message instead
7864                 of having GUI stuff in folder.c
7865
7866 2002-11-15 [colin]      0.8.5claws153
7867
7868         * src/procmsg.[ch]
7869                 Implemented a callback for MsgInfo updates, 
7870                 heavily copy/pasted from Christoph's folder 
7871                 callback system
7872         * src/summaryview.[ch]
7873                 Register summary_update_msg as callback
7874
7875 2002-11-14 [colin]      0.8.5claws152
7876         
7877         * src/procmsg.c
7878                 Update the FolderItem after sending (fixes 617593)
7879
7880 2002-11-14 [christoph]  0.8.5claws151
7881
7882         * src/folder.c
7883                 fix wrong position of NULL pointer check found
7884                 by Sergey
7885
7886 2002-11-14 [christoph]  0.8.5claws150
7887
7888         * src/folder.c
7889                 fix segfault when deleting messages from IMAP folders
7890                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7891
7892 2002-11-14 [colin]      0.8.5claws149
7893
7894         * src/compose.c
7895                 Forwarding was also ignoring the folder's default account.
7896
7897 2002-11-14 [colin]      0.8.5claws148
7898
7899         * src/compose.c
7900                 Fix sent folder not set to folder properties when 
7901                 forwarding.
7902
7903 2002-11-14 [thorsten]   0.8.5claws147
7904
7905         * src/inc.c
7906                 inc_start(): Files were not moved from .processing to inbox,
7907                 if no global processing rule existed
7908
7909 2002-11-14 [colin]      0.8.5claws146
7910
7911         * src/ssl_certificate
7912                 Fix file operations
7913
7914 2002-11-14 [paul]       0.8.5claws145
7915
7916         * po/it.po
7917                 updated by Alessandro Maestri
7918
7919 2002-11-13 [alfons]     0.8.5claws144
7920
7921         * src/folder.c
7922                 folder_item_close(): only mark messages unread
7923                 when a folder has new messages 
7924
7925 2002-11-13 [keith]      0.8.5claws143
7926
7927         * src/imap.c
7928                 Fix problem moving or copying between
7929                 IMAP folders
7930
7931 2002-11-13 [colin]      0.8.5claws142
7932
7933         * src/matcher_parser_parse.y
7934                 Fix rule problem when " don't match
7935
7936 2002-11-13 [christoph]  0.8.5claws141
7937
7938         * src/folder.c
7939         * src/folderview.c
7940                 moved cache saving to folder_item_close
7941                 the folderview should not have to deal with
7942                 this things
7943
7944 2002-11-13 [christoph]  0.8.5claws140
7945
7946         * src/summaryview.c
7947                 moved setting of important score to
7948                 summary_set_prefs_from_folderitem
7949
7950 2002-11-13 [colin]      0.8.5claws139
7951
7952         * src/matcher_parser_parse.y
7953                 Fix a segfault in the parser (happening when
7954                 a good expression had been tested and a bad 
7955                 one arrives)
7956
7957 2002-11-13 [paul]       0.8.5claws138
7958
7959         * sync with 0.8.5cvs24
7960                 see ChangeLog 2002-11-13
7961                 
7962         * po/pt_BR.po
7963                 updated by Fabio Jr. Beneditto
7964
7965 2002-11-13 [colin]      0.8.5claws137
7966         
7967         * src/msgcache.c
7968           src/defs.h
7969           src/procmsg.[ch]
7970                 Revert last commit, problem
7971
7972 2002-11-13 [colin]      0.8.5claws136
7973
7974         * src/msgcache.c
7975                 Remove duplicated code
7976         * src/defs.h
7977                 Bumped CACHE_VERSION and MARK_VERSION
7978         * src/procmsg.[ch]
7979                 Network endian for cache and mark files
7980
7981 2002-11-12 [colin]      0.8.5claws135
7982
7983         * src/inc.c
7984                 Fix the "socket error" dialog which disappeared
7985
7986 2002-11-12 [colin]      0.8.5claws134
7987
7988         * src/msgcache.c
7989                 Reverse last commit which had performance 
7990                 problems, but still reverse the list
7991
7992 2002-11-12 [colin]      0.8.5claws133
7993
7994         * src/msgcache.c
7995                 Reverse list order
7996
7997 2002-11-12 [melvin]     0.8.5claws132
7998
7999         * src/compose.c
8000                 Added a check for a NULL prefs_common.dictionary
8001
8002 2002-11-12 [colin]      0.8.5claws131
8003
8004         * src/ssl_certificate.[ch]
8005                 Use FQDN hostname
8006
8007 2002-11-12 [colin]      0.8.5claws130
8008
8009         * src/ssl_certificate.[ch]
8010                 Take connection port into account for 
8011                 checking certificates (a single hostname
8012                 could have multiple servers with multiple
8013                 certificates)
8014         * src/ssl.c
8015                 Pass the port to ssl_certificate_check
8016
8017 2002-11-12 [paul]       0.8.5claws129
8018
8019         * src/folder.c
8020                 fix a typo in last commit
8021
8022 2002-11-12 [paul]       0.8.5claws128
8023
8024         * sync with 0.8.5cvs23
8025                 see ChangeLog entry 2002-11-12
8026
8027 2002-11-11 [colin]      0.8.5claws127
8028
8029         * src/ssl_certificate.c
8030                 Cleaner messages
8031                 Don't popup, instead log error, if the 
8032                 corresponding pref is checked
8033         * src/ssl_certificate.h
8034                 include <openssl/objects/h>
8035
8036 2002-11-11 [colin]      0.8.5claws126
8037
8038         * src/ssl_certificate.h
8039                 _Really_ clean it
8040
8041 2002-11-11 [colin]      0.8.5claws125
8042         
8043         * src/ssl_certificate.c
8044                 Fixed leak
8045
8046 2002-11-11 [colin]      0.8.5claws124
8047
8048         * src/ssl.c
8049                 Cleaned a bit
8050         * src/ssl_certificate.[ch]
8051                 Cleaned a bit (better use of SSL API)
8052                 (This will cause non-recognition of saved 
8053                  certificates of claws12[23]...)
8054
8055 2002-11-11 [paul]       0.8.5claws123
8056         
8057         * po/es.po
8058                 updated by Ricardo Mones Lastra
8059
8060 2002-11-11 [colin]      0.8.5claws122
8061
8062         * src/ssl.c
8063                 Fix a typo
8064
8065 2002-11-11 [colin]      0.8.5claws121
8066
8067         * src/ssl_certificate.[ch] ** NEW FILES **
8068         * src/ssl.[ch]
8069                 Check SSL certificates presented to us
8070         * src/Makefile.am
8071                 Add ssl_certificate.[ch]
8072         * po/POTFILES.in
8073                 Add ssl_certificate.c
8074
8075 2002-11-11 [paul]       0.8.5claws120
8076
8077         * sync with 0.8.5cvs22
8078                 see ChangeLog 2002-11-11
8079
8080 2002-11-11 [paul]       0.8.5claws119
8081
8082         * sync with 0.8.5cvs21
8083                 see ChangeLog 2002-11-11
8084
8085 2002-11-10 [jens]       0.8.5claws118
8086
8087         * src/folder.c
8088         * src/folderview.c
8089                 corrected some typing
8090         * po/de.po
8091                 updated german translation
8092         * sylpheed.spec.in
8093                 cleaned up specfile and adjusted it for claws
8094
8095 2002-11-10 [colin]      0.8.5claws117
8096
8097         * src/summaryview.c
8098                 a STATUSBAR_PUSH/POP fix
8099
8100 2002-11-10 [colin]      0.8.5claws116
8101
8102         * src/prefs_folder_item.c
8103                 Fix hanging after opening folder properties
8104
8105 2002-11-10 [hoa]        0.8.5claws115
8106
8107         * src/matcher_parser_lex.l
8108         * src/matcher_parser_parse.y
8109                 config file for scoring and filtering is no more trashed
8110                 when there is a syntax error in a filtering rule when
8111                 editing it in a dialog.
8112
8113 2002-11-09 [colin]      0.8.5claws114
8114
8115         * src/mbox_folder.c
8116                 Added missing initialisation of folder->destroy()
8117
8118 2002-11-09 [colin]      0.8.5claws113
8119
8120         * src/folder.c
8121           src/folderview.c
8122                 Fix the status bar messages
8123
8124 2002-11-09 [colin]      0.8.5claws112
8125
8126         * src/folderview.c
8127                 Fix hangs after folder dnd, happening after 
8128                 claws109.
8129
8130 2002-11-09 [christoph]  0.8.5claws111
8131
8132         * src/folderview.c
8133                 just changed order of calls (reverse order of
8134                 associated calls)
8135         * src/inc.c
8136                 lock inc when checking only one account, otherwise
8137                 inc all could be executed at the same time
8138
8139 2002-11-09 [christoph]  0.8.5claws110
8140
8141         * src/folderview.c
8142                 better unlock the mouse cursor before calling
8143                 summary_show because it changes the cursor too
8144
8145 2002-11-09 [christoph]  0.8.5claws109
8146
8147         * src/folder.[ch]
8148         * src/folderview.c
8149                 add functions to open and close a folder
8150                 o opending will execute scanning for remote folders
8151                   and processing
8152                 o closing will unset new flag for messages
8153
8154 2002-11-09 [colin]      0.8.5claws108
8155
8156         * src/folder.c
8157                 Add a call to prefs_matcher_write_config to 
8158                 avoid non-leaf folders filtering settings to be
8159                 lost
8160
8161 2002-11-09 [paul]       0.8.5claws107
8162
8163         * src/prefs_account.c
8164                 re-word a label
8165
8166 2002-11-09 [colin]      0.8.5claws106
8167
8168         * src/folderview.c
8169                 Minor esthetic fix
8170
8171 2002-11-09 [colin]      0.8.5claws105
8172
8173         * src/folderview.c
8174                 Fix prefs_filtering deletion for MH folders (same
8175                 reason as below)
8176         * src/prefs_filtering.c
8177                 Fix prefs_filtering renaming and deletion for 
8178                 folder-based processing rules.  
8179
8180 2002-11-09 [christoph]  0.8.5claws104
8181
8182         * src/compose.c
8183         * src/folder.[ch]
8184         * src/folderview.[ch]
8185         * src/import.c
8186         * src/inc.c
8187         * src/main.c
8188         * src/mainwindow.c
8189         * src/messageview.c
8190         * src/prefs_folder_item.c
8191         * src/procmsg.c
8192         * src/summaryview.c
8193                 implement a callback system for folder item updates
8194
8195 2002-11-09 [colin]      0.8.5claws103
8196
8197         * src/folderview.c
8198                 Fix prefs_filtering renaming for MH folders (we
8199                 shouldn't rename by path as another folder could
8200                 have the same hierarchy).
8201
8202 2002-11-09 [colin]      0.8.5claws102
8203
8204         * src/folder.c
8205                 Fix a leak found by Christoph, use better variable
8206                 names
8207
8208 2002-11-09 [colin]      0.8.5claws101
8209
8210         * src/folder.c
8211                 One more fix for processing rules
8212
8213 2002-11-08 [colin]      0.8.5claws100
8214         
8215         * src/matcher.c
8216                 Don't copy the compiled regexp (will be reevaluated)
8217         * src/folderview.c
8218                 Lock folderview while moving
8219         * src/folder.c
8220                 Provide info on what's happening to the user
8221
8222 2002-11-08 [colin]      0.8.5claws99
8223
8224         * src/folderview.c
8225                 Fix folder reordering after a move if parent is 
8226                 root
8227         * src/scoring.[ch]
8228                 Add function to copy a ScoringProp
8229         * src/prefs_folder_item.c
8230                 Copy scoring rules when copying a folder prefs
8231
8232 2002-11-08 [colin]      0.8.5claws98
8233
8234         * src/folderview.c
8235                 Fixes in case of failure
8236         * src/filtering.[ch]    
8237                 Add function to duplicate a FilteringProp
8238         * src/matcher.[ch]
8239                 Add function to duplicate a MatcherProp
8240         * src/prefs_folder_item.c
8241                 Save folder's processing rules when copying 
8242                 its prefs
8243
8244 2002-11-08 [colin]      0.8.5claws97
8245         
8246         * src/folderview.c
8247                 Sort after move
8248         * src/folder.c 
8249                 Change a printf to debug_print
8250
8251 2002-11-08 [colin]      0.8.5claws96
8252
8253         * src/folder.c
8254           src/folderview.c
8255                 Fix segfaults, call me stupido
8256         
8257
8258 2002-11-08 [colin]      0.8.5claws95
8259
8260         *src/folder.c
8261                 Added forgotten prefs to save when moving folders
8262
8263 2002-11-08 [colin]      0.8.5claws94
8264
8265         * src/folder.c
8266                 Fixes to folder DND (prefs copy)
8267         * src/folderview.c
8268                 Optimization for folder DND (don't rescan whole tree)
8269                 Added folderview_create_folder_node() for this 
8270                 optimization, so de-duped a bit the code
8271         * src/prefs_folder_item.[ch]
8272                 Added prefs_folder_item_copy_prefs()    
8273           
8274 2002-11-08 [paul]       0.8.5claws93
8275
8276         * src/prefs_account.c
8277           tools/README
8278           tools/kmail2sylpheed_v2.pl
8279                 correct some typos
8280
8281 2002-11-08 [paul]       0.8.5claws92
8282
8283         * src/compose.c
8284           src/prefs_account.[ch]
8285                 remove account options 'clearsign' and 'ascii_armored',
8286                 replace with 'default_gnupg_mode' to prevent mixed-mode
8287                 Privacy settings
8288
8289 2002-11-08 [paul]       0.8.5claws91
8290
8291         * src/compose.[ch]
8292                 re-implement GnuPG 'on-the-fly' mode selection,
8293                 disallow mixed-mode
8294
8295 2002-11-08 [colin]      0.8.5claws90
8296
8297         * src/folderview.c
8298           src/prefs_folder_item.c
8299                 Change "Property" to "Properties"
8300
8301 2002-11-07 [colin]      0.8.5claws89
8302
8303         * src/folderview.c
8304           src/folder.c
8305                 Allow folder dropping to a root folder
8306
8307 2002-11-07 [paul]       0.8.5claws88
8308
8309         * src/compose.c
8310                 revert last commit
8311
8312 2002-11-07 [paul]       0.8.5claws87
8313
8314         * src/compose.c
8315                 fix reply-to-list bug. closes bug report
8316                 "[633382] reply-to-list broken in recent cvs"
8317
8318 2002-11-07 [paul]       0.8.5claws86
8319
8320         * src/compose.c
8321                 add a forgotten '#if USE_GPGME ... #endif'
8322
8323 2002-11-07 [paul]       0.8.5claws85
8324
8325         * sync with 0.8.5cvs20
8326                 see ChangeLog 2002-11-07
8327
8328 2002-11-07 [colin]      0.8.5claws84
8329
8330         * src/folder.[ch]
8331                 Change folder_item_move_to to return the newly 
8332                 created folderitem.
8333         * src/folderview.c
8334                 Select the new folderitem after moving.
8335
8336 2002-11-07 [colin]      0.8.5claws83
8337
8338         * src/prefs_filtering.c
8339                 Fix rule rewriting when moving a leaf folder to a 
8340                 shorter path
8341
8342 2002-11-07 [colin]      0.8.5claws82
8343
8344         * src/prefs_filtering.c
8345                 fix a leak
8346
8347 2002-11-07 [colin]      0.8.5claws81
8348
8349         * src/folder.[ch]
8350                 Add folder_item_move_to() function to move a 
8351                 folderitem into another one (updates matcher etc)
8352         * src/folderview.c
8353                 Add folder drag'n drop (context menu to come)
8354                 [Should be dataloss free, but Please backup before 
8355                  trying !]
8356
8357 2002-11-06 [colin]      0.8.5claws80
8358
8359         * src/mh.c
8360                 mh_create_folder() returns NULL if can't create
8361                 directory hierarchy
8362
8363 2002-11-06 [paul]       0.8.5claws79
8364
8365         * src/compose.[ch]
8366                 allow 'on-the-fly' changing of the type of encryption 
8367                 and/or signing used (mime/ascii) via the compose window
8368
8369 2002-11-06 [paul]       0.8.5claws78
8370
8371         * sync with 0.8.5cvs19
8372                 see ChangeLog 2002-11-06 for src/account.c: 
8373                 account_get_special_folder()
8374                 
8375 2002-11-05 [alfons]     0.8.5claws77
8376
8377         * src/crash.c
8378                 very minor cleanups: nothing to see here, move on. :-)
8379
8380 2002-11-05 [colin]      0.8.5claws76
8381
8382         * src/main.c
8383                 Changes choices if compose windows are opened to
8384                 Discard, Draft, Don't quit
8385
8386 2002-11-05 [thorsten]   0.8.5claws75
8387
8388         * src/compose.c
8389                 reenabled default_reply_to folder option
8390
8391 2002-11-05 [colin]      0.8.5claws74
8392
8393         * src/compose.[ch] 
8394                 add compose_draft()
8395         * src/crash.c
8396                 add SIGTERM handler
8397         * src/main.[ch]
8398                 add clean_quit() for the SIGTERM handler
8399
8400 2002-11-05 [paul]       0.8.5claws73
8401         
8402         * po/es.po
8403                 updated by Ricardo Mones Lastra
8404
8405 2002-11-05 [melvin]     0.8.5claws72
8406
8407         * src/logwindow.c
8408                 Fixed log-clipping bug #616795.
8409                 To stop logging in the log window use 0 length.
8410         * src/prefs_common.c
8411                 Added a label to inform about the 0 log length behaviour.
8412
8413 2002-11-05 [paul]       0.8.5claws71
8414
8415         * sync with 0.8.5cvs17
8416                 see ChangeLog 2002-11-05
8417
8418 2002-11-04 [paul]       0.8.5claws70
8419
8420         * sylpheed-128x128.png
8421           sylpheed-64x64.png
8422           sylpheed.png
8423                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8424                 <nikai@users.sourceforge.net>
8425                 
8426         * po/bg.po
8427                 updated by George Danchev
8428
8429 2002-11-03 [thorsten]   0.8.5claws69
8430
8431         * src/main.c
8432           src/mimeview.c
8433           src/rfc2015.h
8434                 add check if gpg is active
8435
8436 2002-11-03 [thorsten]   0.8.5claws68
8437
8438         * src/toolbar.h
8439                 removed GSList declaration causing trouble on MacOS-X
8440                 (submitted by alfons, reported by xfesty)
8441
8442 2002-11-01 [paul]       0.8.5claws67
8443
8444         * src/mainwindow.c
8445                 remove last remnants of main's filter code
8446
8447 2002-11-01 [paul]       0.8.5claws66
8448
8449         * tools/filter_conv.pl
8450                 fix bug where user-defined headers were ignored
8451
8452 2002-11-01 [paul]       0.8.5claws65
8453
8454         * src/logwindow.c
8455                 make a debug_print() not translatable
8456
8457 2002-10-31 [melvin]     0.8.5claws64
8458
8459         * ac/aspell.m4
8460                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8461                 not run any GNU/aspell test.  The dictionary path will
8462                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8463                 was given, in which case, it will be $prefix/lib/aspell/
8464         * configure.in
8465                 Fixed typo in commentary (Aspell code).
8466
8467 2002-10-31 [paul]       0.8.5claws63
8468
8469         * po/POTFILES.in
8470                 remove src/filter.c and src/prefs_filter.c
8471                 thanks to Ricardo for reminding me
8472
8473 2002-10-31 [colin]      0.8.5claws62
8474
8475         * src/mbox_folder.c
8476                 Plug some leaks
8477
8478 2002-10-31 [paul]       0.8.5claws61
8479
8480         * src/prefs_filter.[ch] ** REMOVED **
8481           src/filter.[ch]       ** REMOVED **
8482           
8483         * src/Makefile.am
8484           src/folderview.c
8485           src/inc.c
8486           src/main.c
8487           src/mainwindow.c
8488           src/mbox.c
8489           src/prefs_common.c
8490           src/prefs_filtering.c
8491           src/summaryview.[ch]
8492                 remove main's 'filter' code
8493                 
8494         README.claws
8495                 update to reflect removal of main's filter
8496
8497 2002-10-31 [paul]       0.8.5claws60
8498
8499         * src/summaryview.c
8500                 remove check for global_processing in summary_filter_open(). 
8501                 This fixes the bug where if the user uses the right-click 
8502                 'Create filter rule...' and doesn't have any filter rules 
8503                 already defined in claws' advanced filtering, the newly 
8504                 created filter rule goes to main's filtering which is 
8505                 inaccessible through the gui. Now the filter rule gets added
8506                 to claws' filtering by default.
8507
8508 2002-10-28 [melvin]     0.8.5claws59
8509
8510         * src/prefs_actions.c
8511                 Fixed bug #627322 where MIME parts were not always
8512                 correctly passed to a %p action
8513                 Display an error dialog when message filename is not found.
8514
8515 2002-10-28 [melvin]     0.8.5claws58
8516
8517         * src/prefs_common.c
8518                 Readded a missing function declaration lost in 0.8.3claws34
8519
8520 2002-10-28 [paul]       0.8.5claws57
8521
8522         * sync with 0.8.5cvs15
8523                 see ChangeLog 2002-10-28 and 2002-10-25
8524                 
8525         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8526
8527 2002-10-27 [oliver]     0.8.5claws56
8528
8529         * src/pop.c
8530                 plug leak in pop3_top_recv
8531
8532 2002-10-26 [christoph]  0.8.5claws55
8533
8534         * src/folder.c
8535                 set need_update folder flag when messages are added
8536                 (closes bug [ 626922 ] folder not updated after receiving)
8537
8538 2002-10-25 [melvin]     0.8.5claws54
8539
8540         * src/imageview.c
8541                 Fixed a memleak introduced in the scaling code.
8542
8543 2002-10-24 [alfons]     0.8.5claws53
8544
8545         * src/filtering.c
8546                 make filtering's forward message action forward from the 
8547                 correct account
8548                 (closes bug [628089 ] Filter -> Forward from address problem
8549                 reported by Oktay)
8550
8551 2002-10-24 [christoph]  0.8.5claws52
8552
8553         * src/mainwindow.c
8554         * src/manual.[ch]
8555                 o use manual of current locale or english if current
8556                   locale is not available (and english is available)
8557                 o also link to sylpheed doc project manuals
8558
8559 2002-10-23 [paul]       0.8.5claws51
8560
8561         * tools/README
8562           tools/kmail2sylpheed_v2.pl
8563                 add new version of kmail addressbook importer script.
8564                 works with newer versions of Kmail/KAddressBook which
8565                 have new and rearranged data.
8566
8567 2002-10-23 [martin]     0.8.5claws50
8568
8569         * src/folderview.c
8570         * src/summaryview.c
8571         * src/utils.h
8572         * src/utils.c
8573                 added length parameter to get_abbrev_newsgroup_name()
8574                 changed this function so that it abbreviates the newsgroup
8575                 names only so long it is smaller than the length parameter
8576                 (for better reading of some newsgroup names and space efficiency)
8577
8578 2002-10-22 [colin]      0.8.5claws49
8579
8580         *src/foldersel.c
8581                 Revert Alfons' last modification (after voting ;-))
8582
8583 2002-10-21 [alfons]     0.8.5claws48
8584
8585         * src/foldersel.c
8586                 folder view in folder selection dialog reflects state of
8587                 folder view in main window
8588
8589 2002-10-18 [alfons]     0.8.5claws47
8590
8591         * src/mbox.c
8592                 drop imported messages in folder selected by user,
8593                 and not in the inbox
8594                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8595
8596 2002-10-18 [alfons]     0.8.5claws46
8597
8598         * src/compose.c
8599                 make automagic reply work correctly for email accounts 
8600                 (whether it's viable to do a full sync with Hiro's 
8601                 compose.c is still under discussion)
8602
8603 2002-10-18 [melvin]     0.8.5claws45
8604
8605         * src/prefs_actions.c
8606                 Fixed bug #622275 where asynchroneous actions left 
8607                 zombies processes
8608                 Made (synchroneous) actions' input be displayed live.
8609
8610 2002-10-18 [christoph]  0.8.5claws44
8611
8612         * src/textview.c
8613                 don't add a newline in the textview in front of the
8614                 first textpart if header display is disabled
8615                 (closes bug [ 603385 ] disabled header display leaves blank
8616                  lin)
8617
8618 2002-10-18 [christoph]  0.8.5claws43
8619
8620         * src/folder.[ch]
8621         * src/imap.c
8622         * src/mbox_folder.c
8623         * src/mh.c
8624         * src/news.c
8625                 folder->get_num_list now returns an error code
8626                 (closes bug [ 609424 ] News cache cleared on failure)
8627                 
8628 2002-10-17 [colin]      0.8.5claws42
8629         
8630         * src/news.c
8631                 Changed a printf by debug_print
8632
8633 2002-10-16 [paul]       
8634
8635         * tools/OOo2sylpheed.pl
8636                 allow for spaces in the name of the
8637                 file to be attached.
8638
8639 2002-10-16 [colin]      0.8.5claws41
8640
8641         * src/main.c
8642                 Use a tristate to change online mode
8643
8644 2002-10-16 [paul]       0.8.5claws40
8645
8646         * po/es.po
8647                 updated by Ricardo Mones Lastra
8648
8649 2002-10-16 [colin]      0.8.5claws39
8650
8651         * src/main.c
8652           src/mainwindow.[ch]
8653                 Added --online and --offline command-line
8654                 switches
8655
8656 2002-10-15 [christoph]  0.8.5claws38
8657
8658         * src/procmime.c
8659                 set mimeinfo->name to NULL after g_free to
8660                 avoid double freeing with g_free
8661
8662 2002-10-14 [christoph]  0.8.5claws37
8663
8664         * src/compose.c
8665         * src/filtering.c
8666         * src/summaryview.c
8667                 remove calls to folder->change_flags that are now
8668                 done by procmsg flag functions (seems it is not
8669                 used by any foldertype anyway)
8670         * src/folder.c
8671                 init folder->change_flags with NULL
8672
8673 2002-10-14 [christoph]  0.8.5claws36
8674
8675         * src/folder.[ch]
8676         * src/imap.[ch]
8677                 use virtual functions for folder item new and destroy
8678                 functions
8679
8680 2002-10-14 [melvin]     0.8.5claws35
8681
8682         * src/compose.c
8683                 Added a test to not run the spell checker if no default
8684                 dictionary is available. No dialog is displayed though.
8685
8686 2002-10-14 [melvin]     0.8.5claws34
8687
8688         * src/gtkaspell.c
8689                 Fixed bug in dictionary list context menu where
8690                 "More..." pointed to an emtpy submenu if the
8691                 number of dictionaries is a multiple of 15
8692                 Removed unneeded code in suggestions list creation
8693
8694 2002-10-14 [paul]       0.8.5claws33
8695
8696         * po/bg.po
8697                 updated by George Danchev
8698
8699 2002-10-13 [hoa]        0.8.5claws32
8700
8701         * src/matcher.[ch]
8702           src/matcher_parser_parser.y
8703                 removed the escaped string from internal structure
8704                 of matcher.
8705
8706 2002-10-12 [colin]      0.8.5claws31
8707
8708         * src/gtksctree.[ch]
8709           src/summaryview.c
8710                 Removed useless function gtksctree_reanchor
8711
8712 2002-10-12 [alfons]     0.8.5claws30
8713         
8714         * sync with remaining main changes 2002-10-09 - 2002-10-11
8715         - drop changes to src/compose.c (requires claws specific changes)
8716         
8717 2002-10-12 [alfons]     0.8.5claws29
8718         
8719         * sync with main changes of 2002-10-08
8720         - drop changes to src/compose.c (requires claws specific changes)
8721         - drop changes to src/summaryview.c (requires changes to compose.c)     
8722
8723 2002-10-12 [alfons]     0.8.5claws28
8724         
8725         * sync with main changes of 2002-10-07
8726
8727 2002-10-12 [alfons]     0.8.5claws27
8728
8729         * sync with main changes of 2002-10-04
8730         - drop changes to src/compose.c (requires claws specific changes)
8731         - drop changes to src/prefs_folder_item.c (claws implementation
8732           seems to be working)
8733
8734 2002-10-12 [colin]      0.8.5claws26
8735
8736         * src/mainwindow.c
8737                 Fix folder-flicker when space-reading, introduced 
8738                 in claws22.
8739
8740 2002-10-12 [colin]      0.8.5claws25
8741
8742         * src/compose.c
8743                 Save account address when saving as draft.
8744                 (closes bug 621838)
8745
8746 2002-10-12 [colin]      0.8.5claws24
8747
8748         * src/summaryview.c
8749                 Fix the problem consisting of no message selected
8750                 after the last message in a folder has been moved.
8751
8752 2002-10-12 [paul]       0.8.5claws23
8753
8754         * src/compose.c
8755           src/prefs_template.c
8756           src/template.[ch]
8757                 add Cc and Bcc to templates. Patch submitted by
8758                 John L. Males.
8759
8760 2002-10-12 [colin]      0.8.5claws22
8761
8762         * src/folderview.c
8763                 Fix a bug after "Check for new messages":
8764                 If a folder was opened, it was still selected at
8765                 the end of the check, but displayed empty.
8766         * src/mainwindow.c
8767                 Remove unnecessary check
8768
8769 2002-10-12 [paul]
8770
8771         * tools/README
8772                 be more verbose in the description of
8773                 OOo2sylpheed.pl
8774                 
8775
8776 2002-10-11 [colin]      0.8.5claws21
8777
8778         * src/mainwindow.c
8779                 Make space work (better) when no mail is selected
8780
8781 2002-10-11 [colin]      0.8.5claws20
8782
8783         * src/inc.c
8784           src/news.c
8785                 fix warnings
8786
8787 2002-10-11 [colin]      0.8.5claws19
8788
8789         * src/mainwindow.c
8790                 revert 0.8.5claws6 changes as i couldn't get to
8791                 anything satisfying
8792
8793 2002-10-11 [melvin]     0.8.5claws18
8794
8795         * src/compose.c
8796                 Removed buggy and unused macro (should have been committed in
8797                 0.8.5claws17)
8798
8799 2002-10-11 [melvin]     0.8.5claws17
8800
8801         * src/compose.c
8802                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8803
8804 2002-10-11 [thorsten]   0.8.5claws16 
8805
8806         * src/folderview.c
8807                 remove rescan warning
8808
8809 2002-10-11 [colin]      0.8.5claws15 
8810
8811         * src/procheader.c
8812                 fix a segfault that happens if conv_unmime_header
8813                 fails (should be better to find out why it fails)
8814
8815 2002-10-11 [christoph]  0.8.5claws14
8816
8817         * src/summaryview.c
8818                 update folderview stats after ignore/unignore thread
8819
8820 2002-10-11 [hoa]        0.8.5claws13
8821
8822         * src/quote_fmt_parse.y
8823                 Fixed a yacc/bison syntax error
8824         * src/matcher.c
8825                 Escaping of string is fixed.
8826
8827 2002-10-11 [colin]      0.8.5claws12
8828
8829         * src/imageview.c
8830                 Resize images to fit
8831
8832 2002-10-11 [paul]       0.8.5claws11
8833
8834         * po/es.po
8835                 updated by Ricardo Mones Lastra
8836
8837 2002-10-10 [alfons]     0.8.5claws10
8838
8839         * src/compose.c
8840                 allow dropping files by "moving" files from a file manager,
8841                 not only by the more cumbersome "copying". the latter 
8842                 mostly implies holding down the Control button
8843
8844 2002-10-10 [christoph]  0.8.5claws9
8845
8846         * src/summaryview.c
8847                 update folders after thread building for ignored threads
8848
8849 2002-10-10 [christoph]  0.8.5claws8
8850
8851         * config/.cvsignore
8852                 added Makefile
8853         * src/filtering.[ch]
8854         * src/folder.[ch]
8855         * src/folderview.[ch]
8856         * src/import.c
8857         * src/inc.[ch]
8858         * src/mbox.[ch]
8859         * src/procmsg.c
8860         * src/summaryview.[ch]
8861                 o added new flag need_update to FolderItem
8862                 o removed folder_table from various functions from tracking
8863                   folder updates
8864                 o set need_update flags in folder.c's move, copy and delete
8865                   functions and procmsg's flags functions
8866                 o added function folderview_update_items_when_required that
8867                   updates all folders with need_update set
8868                 o call folderview_update_items_when_required instead of
8869                   folderview_update_item_foreach
8870
8871 2002-10-09 [sergey]     0.8.5claws7
8872
8873         * src/compose.c
8874                 Strip CRs whel loading the text into editor in reedit mode.
8875
8876 2002-10-09 [colin]      0.8.5claws6
8877
8878         * src/mainwindow.c
8879                 Make Space work when no mail is selected
8880
8881 2002-10-09 [colin]      0.8.5claws5
8882
8883         * src/gtksctree.[ch]
8884                 Fix range_select
8885                 Add gtk_sctree_reanchor() 
8886         * src/summaryview.c
8887                 Use gtk_sctree_reanchor() - better fix for 
8888                 bug 60413
8889
8890 2002-10-09 [colin]      0.8.5claws4
8891
8892         * src/summaryview.c
8893                 Fix shift-click select after delete problem
8894                 (closes bug 60413)
8895
8896 2002-10-08 [thorsten]   0.8.5claws3
8897
8898         * src/summaryview.c
8899                 exclude current msg from -hide read messages-
8900
8901 2002-10-08 [colin]      0.8.5claws2
8902
8903         * src/inc.[ch]
8904           src/pop.c
8905           src/recv.c
8906                 Differentiate socket errors from disk full
8907                 errors
8908
8909 2002-10-08 [christoph]  0.8.5claws1
8910
8911         * Makefile.am
8912         * configure.in
8913                 modifications for new config directory
8914
8915         * config.guess  ** REMOVED **
8916         * config.sub    ** REMOVED **
8917         * install-sh    ** REMOVED **
8918         * ltmain.sh     ** REMOVED **
8919         * missing       ** REMOVED **
8920         * mkinstalldirs ** REMOVED **
8921                 these files are autogenerated by automake
8922                 when you run autogen.sh
8923
8924         * config/.cvsignore     ** NEW FILE **
8925         * config/Makefile.am    ** NEW FILE **
8926                 ignore autogenerated files
8927                 create a Makefile in this directory
8928
8929 2002-10-08 [paul]       0.8.5claws
8930
8931         * 0.8.5claws release
8932         
8933         * src/compose.c
8934           src/procheader.c
8935           src/procmsg.c
8936                 fix quote reply format for newsgroups reply bug
8937                 (thanks to Hoa)
8938                 
8939         * po/en_GB.po
8940           po/pl.po
8941                 updated by me and Witold Wladyslaw Wojciech Wilk
8942                 repectively
8943
8944 2002-10-07 [paul]       0.8.3claws53
8945
8946         * po/it.po
8947           po/pt_BR.po
8948           po/sr.po
8949                 updated messages catalogs, submitted by
8950                 Alessandro Maestri, Fabio Jr.Beneditto 
8951                 and Urke MMI, respectively.
8952
8953 2002-10-07 [christoph]  0.8.3claws52
8954
8955         * src/folder.[ch]
8956         * src/folderview.c
8957         * src/mainwindow.c
8958                 fix new folder ghost message bug
8959                 (closes bug [ 619722 ] wrong count for newly created folders)
8960
8961 2002-10-07 [christoph]  0.8.3claws51
8962
8963         * src/compose.c
8964                 fix news posting problem
8965
8966 2002-10-07 [melvin]     0.8.3claws50
8967
8968         * po/fr.po
8969                 Updated French translation
8970
8971 2002-10-05 [christoph]  0.8.3claws49
8972
8973         * src/gtkstext.c
8974                 check if line_start_cache is set in gtk_stext_update_text
8975                 (closes bug [ 618119 ] crash while doing search in folder)
8976
8977 2002-10-05 [christoph]  0.8.3claws48
8978
8979         * src/imap.c
8980         * src/news.c
8981         * src/utils.c
8982         * src/utils.h
8983                 implement cache cleanups for claws' folder system
8984                 (closes bug [ 595916 ] imapcache not cleaned up)
8985
8986 2002-10-05 [melvin]     0.8.3claws47
8987
8988         * src/prefs_actions.c
8989                 Made the help text more clear for the %p token
8990
8991 2002-10-04 [paul]       0.8.3claws46
8992
8993         * sync with 0.8.5
8994                 see ChangeLog 2002-10-02 and 2002-10-03
8995
8996 2002-10-04 [christoph]  0.8.3claws45
8997
8998         * src/inc.c
8999                 fix segfault caused by pop before smtp
9000                 call to inc_account_mail with NULL
9001                 pointer for mainwin
9002
9003 2002-10-04 [paul]       0.8.3claws44
9004
9005         * configure.in
9006                 sync the LDAP detection from 0.8.5cvs1
9007
9008 2002-10-02 [christoph]  0.8.3claws43
9009
9010         * po/de.po
9011                 fix small spelling error
9012
9013 2002-10-02 [melvin]     0.8.3claws42
9014
9015         * ac/aspell.m4
9016                 Behave better and say "no" when test program cannot be run.
9017
9018 2002-10-02 [paul]       0.8.3claws41
9019
9020         * sync with 0.8.4cvs1
9021                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9022                 
9023         * src/summaryview.c
9024                 toggle the behavior of Reply menuitem between
9025                 normal reply and reply-to-list
9026
9027 2002-10-01 [sergey]     0.8.3claws40
9028
9029         * src/compose.c
9030                 Convert newlines in the message text to the canonical form
9031                 before base64 encoding (RFC2045 compliance, fixes some
9032                 interoperability issues with Evolution 1.0.3)
9033
9034 2002-09-29 [colin]      0.8.3claws39
9035
9036         * src/summaryview.c
9037                 Fix an unwanted copy/paste
9038
9039 2002-09-29 [colin]      0.8.3claws38
9040
9041         * src/mainwindow.c
9042                 Renamed "Custom toolbar" to "Customize toolbar"
9043                 Renamed "Show all header" to "Show all headers"
9044                 Renamed "Set diplay item" to "Set displayed items"
9045         * src/prefs_common.c
9046                 Renamed "Show all header" to "Show all headers"
9047         * src/prefs_summary_column.c
9048                 Renamed "diplay item" to "displayed items"
9049
9050 2002-09-29 [colin]      0.8.3claws37
9051
9052         * src/mainwindow.[ch]
9053                 online/offline status pixmaps follow theme
9054                 changes
9055         * src/summaryview.[ch]
9056                 quicksearch pixmap follows theme changes
9057
9058 2002-09-29 [thorsten]   0.8.3claws36
9059
9060         * src/compose.c
9061           src/prefs_folder_item.[ch]
9062                 add default_reply_to folder option (closes patch 581044)
9063
9064 2002-09-29 [christoph]  0.8.3claws35
9065
9066         * acconfig.h    ** REMOVED **
9067         * configure.in
9068         * ac/aspell.m4
9069         * ac/check-type.m4
9070         * ac/gnupg-check-typedef.m4
9071                 fix autoheader 2.50 warning
9072
9073 2002-09-29 [christoph]  0.8.3claws34
9074
9075         * major code cleanup (part 2)
9076         
9077                 - unused variables removed
9078                 - unused functions removed
9079                 - uninitialized variables checked
9080                 - missing return statements added
9081                 - missing function return types added
9082                 - added parentheses around assignment
9083                   when suggested by gcc
9084
9085 2002-09-29 [alfons]     0.8.3claws33
9086
9087         * src/logwindow.c
9088                 log_window_clear(): only bracket gtk_text_forward_delete() 
9089                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9090                 works around GTK text bug)
9091
9092 2002-09-29 [paul]       0.8.3claws32
9093
9094         * po/bg.po
9095           po/sr.po
9096                 updated by George Danchev and Urke MMI
9097                 respectively
9098
9099 2002-09-27 [christoph]  0.8.3claws31
9100
9101         * doc-src/readme.txt
9102         * doc-src/rfc1806.txt   ** REMOVED **
9103         * doc-src/rfc2183.txt   ** NEW FILE **
9104         * doc-src/rfc2980.txt   ** NEW FILE **
9105                 update rfcs
9106
9107 2002-09-27 [melvin]     0.8.3claws30
9108
9109         * ac/aspell.m4
9110                 Fixed typo which could break linking
9111
9112 2002-09-27 [melvin]     0.8.3claws29
9113
9114         * ac/aspell.m4
9115                 Improved GNU/aspell checking. 
9116                 Fixed bug #614490
9117
9118 2002-09-27 [paul]       0.8.3claws28
9119
9120         * sync with 0.8.3cvs8
9121                 see ChangeLog 2002-09-27
9122
9123 2002-09-26 [colin]      0.8.3claws27
9124
9125         * src/toolbar.[ch]
9126           src/mainwindow.[ch]
9127                 Add "Reply to Mailing-list" to the toolbar
9128
9129 2002-09-26 [christoph]  0.8.3claws26
9130
9131         * src/summaryview.c
9132                 Fix wrong message counts in summaryview status
9133
9134 2002-09-26 [paul]       0.8.3claws25
9135
9136         * sync with 0.8.3cvs7
9137                 see ChangeLog 2002-09-26
9138
9139 2002-09-26 [paul]       0.8.3claws24
9140
9141         * sync with 0.8.3cvs6
9142                 see ChangeLog 2002-09-25
9143
9144 2002-09-25 [christoph]  0.8.3claws23
9145
9146         * src/prefs_common.c
9147         * src/prefs_folder_item.c
9148         * src/prefs_scoring.c
9149                 Renamed "kill score" to "hide score" in GUI
9150                 and prefs files
9151
9152 2002-09-25 [paul]       0.8.3claws22
9153
9154         * sync with 0.8.3cvs5
9155                 see ChangeLog 2002-09-24
9156
9157 2002-09-24 [alfons]     0.8.3claws21
9158
9159         patch by Satoshi Nagayasu: allows appending / saving multiple 
9160         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9161         'Save as ...'")
9162
9163         * AUTHORS
9164                 add Satoshi Nagayasu
9165         * src/summaryview.c
9166                 summary_save_as(): allow saving selected files to
9167                 one file
9168                 summary_set_menu_sensitive: enable "Save As..." when
9169                 multiple files are selected
9170         * src/utils.[ch]
9171                 append_file(): new function
9172
9173 2002-09-24 [colin]      0.8.3claws20
9174
9175         * src/procmime.c
9176                 Fix segfault when mimeinfo doesn't have a 
9177                 content_type. 
9178
9179 2002-09-24 [colin]      0.8.3claws19
9180
9181         * src/prefs_common.[ch]
9182                 Add a preference to display send dialog or not
9183         * src/send.c
9184                 Display send dialog according to preference
9185
9186 2002-09-24 [colin]      0.8.3claws18
9187
9188         * src/compose.[ch]
9189                 Disable user actions when sending
9190
9191 2002-09-24 [colin]      0.8.3claws17
9192
9193         * src/procmime.c
9194                 Do not display name or filename for attachments
9195                 with an application/pgp-signature type
9196                 (security flaw, see bug 537413)
9197
9198 2002-09-23 [colin]      0.8.3claws16
9199
9200         * src/editaddress.c
9201                 Initialize entry_email, entry_alias and 
9202                 entry_remarks to first email address of the list
9203
9204 2002-09-23 [colin]      0.83claws15
9205
9206         * src/compose.c
9207                 Drop pgp-signature when reediting a signed queued
9208                 message
9209
9210 2002-09-23 [melvin]     0.8.3claws14
9211
9212         * po/fr.po
9213                 Updated French translation
9214
9215 2002-09-23 [melvin]     0.8.3claws13
9216
9217         * src/mainwindow.c
9218                 Made custom toolbar menu labels more consistent
9219         * src/prefs_toolbar.c
9220                 Made custom toolbar window title more consistent
9221
9222 2002-09-22 [colin]      0.8.3claws12
9223
9224         * src/inc.c
9225                 Initialize session type to normal before getting 
9226                 mail (fixes strange Get behaviour)
9227         * src/prefs_account.h
9228                 Move STYPE_POP_BEFORE_SMTP to last position to 
9229                 avoid other side-effects
9230
9231 2002-09-22 [colin]      0.8.3claws11
9232
9233         * src/prefs_account.c
9234                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9235                 from pop3 to apop or vice-versa
9236
9237 2002-09-22 [colin]      0.8.3claws10
9238         
9239         * src/prefs_account.[ch]
9240                 Add an option for the POP before SMTP timeout
9241         * src/inc.c
9242                 Remember time of last POP connection
9243         * src/send.c
9244                 Do POP before SMTP only if timeout reached
9245
9246 2002-09-22 [oliver]     0.8.3claws9
9247         
9248         * README.claws
9249                 explain custom toolbar
9250
9251 2002-09-22 [oliver]     0.8.3claws8
9252
9253         * src/prefs_actions.[ch]
9254         custom toolbar for compose      
9255                 actions callback from compose toolbar
9256         * src/folderview.c
9257                 remove include toolbar.h
9258
9259 2002-09-22 [oliver]     0.8.3claws7
9260         
9261         * src/prefs_toolbar.[ch]
9262                 custom toolbar for compose
9263                 - generic prefs_toolbar handles both
9264                   Mainwin's toolbar as well as Compose toolbar          
9265
9266 2002-09-22 [oliver]     0.8.3claws6
9267         
9268         * src/toolbar.[ch]
9269                 custom toolbar for compose
9270                 restructure toolbar.[ch]
9271
9272 2002-09-22 [oliver]     0.8.3claws5
9273
9274         * src/compose.[ch]
9275                 custom toolbar for compose
9276
9277 2002-09-22 [oliver]     0.8.3claws4
9278         
9279         * src/mainwindow.[ch]
9280                 custom toolbar for compose 
9281                 move mainwin toolbar back to mainwindow
9282
9283 2002-09-22 [alfons]     0.8.3claws3
9284
9285         * src/procmsg.c
9286                 :%sno/if(/if (/gc
9287                 :%sno/for(/for (/gc
9288                 (beautify)
9289
9290 2002-09-22 [alfons]     0.8.3claws2
9291         
9292         * src/procmsg.c
9293                 procmsg_save_to_outbox(): don't unlink message file from queue;
9294                 callers should do it using folder_item_remove_msg()
9295
9296 2002-09-22 [colin]      0.8.3claws1
9297
9298         * src/mimeview.[ch]
9299                 Made mimeview_check_signature() public
9300         * src/textview.c
9301                 Made GPG signatures verifiable by clicking
9302                 the [application/pgp-signature] in the Text
9303                 view
9304
9305 2002-09-22 [paul]       0.8.3claws
9306
9307         * po/bg.po
9308           po/en_GB.po
9309           po/es.po
9310           po/it.po
9311           po/pl.po
9312           po/pt_BR.po
9313           po/sr.po
9314                 updated translations, submitted by George Danchev,
9315                 me, Ricardo Mones Lastra, Alessandro Maestri,
9316                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9317                 and Urke MMI, respectively.     
9318
9319 2002-09-22 [alfons]     0.8.2claws65
9320
9321         * src/procmsg.c
9322         * src/pgptext.c
9323                 no furry valgrinds have been used to plug these memleaks
9324
9325 2002-09-20 [paul]       0.8.2claws64
9326
9327         * sync with 0.8.3cvs4
9328                 'Select thread' re-implemented 
9329                 see ChangeLog 2002-09-20
9330
9331 2002-09-21 [alfons]     0.8.2claws63
9332
9333         * src/compose.c
9334                 compose_send(): plug unnoticed memleak
9335
9336 2002-09-20 [alfons]     0.8.2claws62
9337
9338         * src/addr_compl.c
9339                 replace_address_in_edit(): strict check for NULL address to
9340                 fix "[ 607348 ] Segfault in address completion". My guess is
9341                 that this happens with an empty address book, but it's good
9342                 to have this check here anyway
9343                 
9344                 completion_window_button_press(): free string returned 
9345                 from the internal cache
9346
9347 2002-09-20 [christoph]  0.8.2claws61
9348
9349         * src/procmime.h
9350                 added ENC_BINARY to EncodingType
9351         * src/procmime.c
9352                 the string returned by procmime_get_encoding_str
9353                 should not depend on the order of values in the
9354                 EncodingType definition
9355         * doc-src/rfc1806.txt   ** NEW FILE **
9356                 Added rfc1806 about MIME Content-Disposition
9357                 Extension
9358
9359 2002-09-19 [paul]       0.8.2claws60
9360
9361         * sync with 0.8.2cvs3
9362                 see ChangeLog 2002-09-19
9363
9364 2002-09-19 [paul]       0.8.2claws59
9365
9366         * src/prefs_folder_item.c
9367                 revert to Darko's original alignment of colour
9368                 selector button
9369                 add a colon to folder_color label
9370                 
9371         * src/compose.c
9372                 add Colin's patch (with Hiro's modifications) to 
9373                 force BASE64 encoding for 8-bit text when signing
9374                 (sync with 0.8.3cvs2)
9375
9376 2002-09-18 [alfons]     0.8.2claws58
9377
9378         * src/compose.c
9379                 :%sno/if(/if (/gc
9380                 :%sno/for(/for (/gc
9381                 (beautify a little bit)
9382
9383 2002-09-18 [christoph]  0.8.2claws57
9384
9385         * src/pine.c
9386                 fix handling of fgetc return value
9387
9388 2002-09-17 [alfons]     0.8.2claws56
9389         
9390         * src/summaryview.c
9391                 summary_sort(): check non-NULL summaryview->folder_item when no 
9392                 folder is selected at all
9393                 (closes "[ 610344 ] sort label make syl Crash")
9394
9395 2002-09-17 [alfons]     0.8.2claws55
9396         
9397         * src/compose.c
9398                 beautify a little bit
9399
9400 2002-09-17 [christoph]  0.8.2claws54
9401
9402         * src/folder.c
9403                 initialize max values for cache and folder
9404                 when cache or folder is empty
9405
9406 2002-09-15 [colin]      0.8.2claws53
9407
9408         * src/compose.c
9409                 Fix a leak (thanks Alfons!) and cleaned
9410                 variables names for custom headers
9411
9412 2002-09-15 [colin]      0.8.2claws52
9413
9414         * src/compose.c
9415                 Fix custom headers recognition when
9416                 prefs_common.trans_hdr is on
9417
9418 2002-09-15 [colin]      0.8.2claws51
9419
9420         * src/compose.c
9421                 Allow dynamically-added custom headers
9422                 Yet not reparsed if reedited
9423
9424 2002-09-15 [alfons]     0.8.2claws50
9425
9426         * src/prefs_account.c
9427                 fix warnings
9428
9429 2002-09-15 [colin]      0.8.2claws49
9430         
9431         * src/prefs_account.c
9432                 fix pop_before_smtp sensitivity
9433
9434 2002-09-15 [colin]      0.8.2claws48
9435
9436         * src/inc.[ch]
9437                 add inc_pop_before_smtp()
9438                 allow MainWindow to be undefined in 
9439                 inc_account_mail() and inc_start()
9440         * src/pop.c
9441           src/prefs_account.h
9442                 add STYPE_POP_BEFORE_SMTP session type
9443         * src/prefs_account.c
9444                 activated pop before smtp option
9445         * src/send.c
9446                 do pop before smtp if the relevant option 
9447                 is set
9448
9449 2002-09-15 [paul]       0.8.2claws47
9450
9451         * sync with 0.8.3
9452                 see ChangeLog 2002-09-15
9453
9454 2002-09-14 [paul]       0.8.2claws46
9455
9456         * po/bg.po
9457                 updated Bulgarian translation, submitted by
9458                 George Danchev
9459
9460 2002-09-13 [paul]       0.8.2claws45
9461
9462         * src/compose.c
9463                 merge claws' select_account() with main's
9464                 (new) compose_select_account(). [sync with
9465                 0.8.2cvs15, see ChangeLog 2002-09-11]
9466
9467 2002-09-12 [christoph]  0.8.2claws44
9468
9469         * src/filter.c
9470                 allocate 1 elements of FolderItem not 0
9471
9472 2002-09-12 [colin]      0.8.2claws43
9473
9474         * src/compose.c
9475                 Fix bug #590825 (obey Follow-up: poster)
9476
9477 2002-09-12 [colin]      0.8.2claws42
9478
9479         * src/procmime.c
9480                 Fix bug #557009 (wrong headers for messages 
9481                 forwarded as attachments)
9482
9483 2002-09-11 [colin]      0.8.2claws41
9484         
9485         * src/compose.c
9486                 Put SCF: pseudo-header on top of message
9487                 Set draft tmp_flag when saved as draft
9488
9489         * src/procmsg.c
9490           src/procheader.c
9491                 Skip after first \n\n for beginning of real message
9492                 for drafts too
9493
9494 2002-09-11 [christoph]  0.8.2claws40
9495
9496         * src/filtering.c
9497                 use procmsg flag functions in filtering or processing
9498                 will cause incorrect folder message counts
9499
9500 2002-09-11 [colin]      0.8.2claws39
9501
9502         * src/compose.c
9503                 Fix bug #550175 - wrong save folder when reediting
9504                 drafts
9505
9506 2002-09-11 [paul]       0.8.2claws38
9507
9508         * sync with 0.8.2cvs14
9509                 see ChangeLog 2002-09-11
9510
9511 2002-09-11 [colin]      0.8.2claws37
9512
9513         * src/folder.c
9514                 Fix a typo (seeming to cause new/unread status to
9515                 be lost)
9516
9517 2002-09-10 [christoph]  0.8.2claws36
9518
9519         * src/compose.c
9520                 compose_redirect should not use compose_generic_new
9521                 because that does more stuff than expected including
9522                 opening the external editor
9523                 (closes bug "[ 526608 ] bounced messages appear blank
9524                  in editor")
9525
9526 2002-09-10 [christoph]  0.8.2claws35
9527
9528         * src/folder.c
9529                 fix problem with too large message number range
9530                 causing a crash in folder_item_scan
9531
9532 2002-09-10 [paul]       0.8.2claws34
9533
9534         * sync with 0.8.2cvs13
9535                 see ChangeLog 2002-09-10
9536
9537 2002-09-10 [christoph]  0.8.2claws33
9538
9539         * src/msgcache.c
9540                 set MsgInfo TmpFlags for queue and draft folders
9541                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9542
9543 2002-09-10 [paul]       0.8.2claws32
9544
9545         * AUTHORS
9546           po/bg.po      ** NEW FILE **
9547                 new Bulgarian translation submitted by
9548                 George Danchev <danchev@spnet.net>
9549                 
9550         * tools/Makefile.am
9551           tools/README
9552           tools/tb2sylpheed     ** NEW FILE **
9553                 add script that converts an addressbook exported
9554                 from The Bat! into a Sylpheed addressbook. Submitted
9555                 by Urke MMI <urke-kg@eunet.yu>
9556
9557 2002-09-10 [paul]       0.8.2claws31
9558
9559         * sync with 0.8.2cvs12
9560                 see ChangeLog 2002-09-10
9561
9562 2002-09-06 [paul]       0.8.2claws30
9563
9564         * src/prefs_common.c
9565                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9566                 
9567         * tools/Makefile.am
9568           tools/README
9569           tools/ldif-to-xml.py  ** REMOVED **
9570                 remove obsolete python script
9571
9572 2002-09-06 [paul]       0.8.2claws29
9573
9574         * sync with 0.8.2cvs10
9575                 see ChangeLog 2002-09-06
9576
9577 2002-09-04 [paul]       0.8.2claws28
9578
9579         * sync with 0.8.2cvs9
9580                 see ChangeLog 2002-08-04
9581
9582 2002-09-04 [colin]      0.8.2claws27 
9583
9584         * src/prefs_common.[ch]
9585                 Added signature color configuration
9586         * src/textview.c
9587                 Use user-specified signature color
9588
9589 2002-09-03 [colin]      0.8.2claws26
9590
9591         * src/prefs_common.[ch]
9592                 Added autosave and autosave_length prefs
9593         * src/compose.c
9594                 Added compose_remove_draft()
9595                 Auto-save drafts according to the prefs
9596         * src/main.c
9597                 Added a crash-indicator file, allowing to check
9598                 for new messages on startup if Sylpheed crashed
9599                 (makes saved drafts "reappear")
9600
9601 2002-09-03 [colin]      0.8.2claws25
9602
9603         * src/textview.[ch]
9604                 Grey the signature
9605
9606 2002-09-03 [paul]       0.8.2claws24
9607
9608         * sync with 0.8.2cvs8
9609                 see ChangeLog 2002-09-02 and 2002-09-03
9610
9611 2002-09-03 [darko]      0.8.2claws23
9612
9613         * src/folderview.c
9614                 use normal style when creating new folder to pick
9615                 proper font size 
9616
9617 2002-09-02 [melvin]     0.8.2claws22
9618
9619         * src/gtkaspell.m4
9620                 removed some obsolete code
9621
9622 2002-09-02 [melvin]     0.8.2claws21
9623
9624         * ac/aspell.m4
9625                 fixed test's equality sign (== to =)
9626
9627 2002-09-02 [alfons]     0.8.2claws20
9628
9629         * src/folder.c
9630         * src/mh.c
9631                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9632                 as folder->destroy virtual as suggested by Hiro
9633                 (the mh.c code seems to have been lost around mh.c.1.21)
9634
9635 2002-09-02 [paul]       0.8.2claws19
9636
9637         * po/pt_BR.po
9638                 updated by Fabio Jr. Beneditto
9639                 
9640         * src/defs.h
9641                 use 'http://claws.sylpheed.org' for homepage link. 
9642                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9643
9644 2002-09-01 [alfons]     0.8.2claws18
9645
9646         * src/mh.c
9647                 plug memleak related to one Martin Kluge found
9648
9649 2002-08-31 [paul]       0.8.2claws17
9650
9651         * sync with 0.8.2cvs6
9652                 see ChangeLog 2002-08-30
9653
9654 2002-08-31 [alfons]     0.8.2claws16
9655
9656         * src/folder.c
9657                 folder_destroy(): remove mailbox from folderlist even if it has
9658                 no destroy virtual
9659
9660 2002-08-31 [alfons]     0.8.2claws15
9661
9662         * src/folder.c
9663                 :%sno/if(/if (/gc
9664                 :%sno/for(/for (/gc
9665                 (being pedantic I know)
9666
9667 2002-08-31 [alfons]     0.8.2claws14
9668
9669         * src/folder.c
9670                 check for NULL pointers returned from folder->fetch_msginfo virtual
9671                 (should solve some reported crashes)
9672
9673 2002-08-30 [alfons]     0.8.2claws13
9674
9675         * acconfig.h
9676         * configure.in
9677         * src/crash.c
9678                 enable crash dialog on compilation time
9679                 (--enable-crash-dialog configure option)
9680
9681 2002-08-30 [alfons]     0.8.2claws12
9682
9683         * AUTHORS
9684                 add Martin Kluge
9685         * src/mh.c
9686                 apply memory leak plug patch by Martin Kluge
9687                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9688                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9689                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9690
9691 2002-08-30 [darko]      0.8.2claws11
9692
9693         * src/folderview.c
9694                 copy Gtk style from normal style to match
9695                 font size for coloured folders
9696
9697 2002-08-29 [alfons]     0.8.2claws10
9698
9699         * sylpheed.desktop
9700                 Type=Internet <- Type=Application
9701                 (reported by Michael Schwendt, see:
9702                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9703                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9704
9705 2002-08-29 [paul]       0.8.2claws9
9706
9707         * sync with 0.8.2cvs5
9708                 see ChangeLog 2002-08-29
9709
9710 2002-08-29 [colin]      0.8.2claws8
9711
9712         * src/summaryview.c
9713                 Added a sanity check in summary_select_thread
9714                 Should fix bug 601605
9715
9716 2002-08-29 [colin]      0.8.2claws7
9717
9718         * src/main.c
9719                 Revert claws6 changes regarding bug #591676
9720
9721 2002-08-28 [colin]      0.8.2claws6
9722         
9723         * src/main.c
9724                 Ignore cache for queue folderitems
9725                 Fix bug #591676
9726
9727 2002-08-28 [melvin]     0.8.2claws5
9728
9729         * README.claws
9730                 Fixed typos.
9731
9732 2002-08-28 [melvin]     0.8.2claws4
9733
9734         * README.claws
9735                 Updated a bit the text concerning the spell checker
9736
9737 2002-08-28 [melvin]     0.8.2claws3
9738
9739         Merged the GNU_aspell_branch:
9740                 Support of new GNU/aspell is now included and the old pspell
9741                 is not supported anymore.
9742                 See README.claws
9743
9744         * README.claws
9745                 Updated spell checker text to reflect the switch to GNU/aspell
9746
9747         * ac/aspell.m4          *** NEW ***
9748         * src/gtkaspell.[ch]    *** NEW *** 
9749         * ac/pspell.m4          *** DELETED *** 
9750         * src/gtkspell.[ch]     *** DELETED ***
9751
9752         * ac/Makefile.am
9753                 Updated for GNU/aspell support
9754
9755         * po/POTFILES.in
9756                 Replaced gtkspell.c by gtkaspell.c
9757
9758         * acconfig.h
9759         * src/Makefile.am
9760         * src/about.c
9761         * src/compose.[ch]
9762         * src/crash.c
9763         * src/main.c
9764         * src/prefs_common.[ch]
9765                 Updated for GNU/aspell support
9766
9767 2002-08-28 [paul]       0.8.2claws2
9768
9769         * sync with 0.8.2cvs4
9770                 see ChangeLog 2002-08-27 and 2002-08-28
9771
9772 2002-08-28 [colin]      0.8.2claws1
9773
9774         * src/summary_search.c
9775                 Added "AND search"
9776
9777 2002-08-28 [jens]       0.8.2claws
9778
9779         *po/de.po
9780                 Updated German translations
9781
9782 2002-08-27 [melvin]     0.8.2claws
9783
9784         * po/fr.po
9785                 Updated French translations
9786
9787 2002-08-27 [paul]       0.8.2claws
9788
9789         * sync with 0.8.2 main release
9790
9791         * po/en_GB.po
9792           po/es.po
9793           po/it.po
9794           po/pl.po
9795           po/pt_BR.po
9796           po/sr.po
9797                 updated message catalogs submitted by
9798                 Ricardo Mones Lastra, Alessandro Maestri,
9799                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9800                 Beneditto and Urke MMI  
9801
9802 2002-08-27 [hoa]        0.8.1claws123
9803
9804         * src/mainwindow.[ch]
9805         * src/summaryview.[ch]
9806                 removed the "filter setting" menu option.
9807                 add a "cancel a news message" menu option.
9808
9809 2002-08-26 [martin]     0.8.1claws122
9810
9811         * ChangeLog.claws
9812                 changed string under 0.8.1claws79 changed by myself
9813                 i'm sorry alfons :(
9814
9815 2002-08-26 [martin]     0.8.1claws121
9816
9817         * src/crash.c
9818                 added kill command to debuggerrc to start crash dialog
9819
9820 2002-08-26 [paul]       0.8.1claws120
9821
9822         * sync with 0.8.1cvs31
9823                 see ChangeLog 2002-08-26
9824
9825 2002-08-25 [alfons]     0.8.1claws119
9826
9827         * src/procmsg.c
9828                 fix bug that didn't send out correct headers to news server
9829                 when sending news article and email from queue (bug reported
9830                 and patch provided by Tim Mann; closes bug 
9831                 "[ 583196 ] 0.7.8claws can't post news")
9832
9833 2002-08-25 [alfons]     0.8.1claws118
9834
9835         * src/selective_download.c
9836                 mark two strings as translatable
9837                 (thanks to Urke MMI for pointing this out)
9838
9839 2002-08-25 [alfons]     0.8.1claws117
9840
9841         * src/summaryview.c
9842                 treat sent boxes as special and allow sorting them by addressee
9843                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9844                 submitted by Steve Lamb)
9845
9846 2002-08-24 [alfons]     0.8.1claws116
9847
9848         * src/matcher.c
9849                 fix memleak reported by Martin Kluge
9850                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9851
9852 2002-08-24 [oliver]     0.8.1claws115
9853
9854         * src/prefs_toolbar.c
9855                 o code cleanup as suggested by Alfons
9856                 o memleak fix
9857
9858 2002-08-24 [alfons]     0.8.1claws114
9859
9860         * src/summaryview.c
9861                 o fix another memory leak reported by Martin Kluge
9862                   (see "[ 599568 ] Small Memory Leak")
9863                 o remove 'from' variable from 'summary_set_header()'; we can
9864                   do with just 'to' 
9865
9866 2002-08-24 [paul]       0.8.1claws113
9867
9868         * sync with 0.8.1cvs30
9869                 see ChangeLog 2002-08-23
9870
9871 2002-08-24 [alfons]     0.8.1claws112
9872
9873         * src/summaryview.c
9874                 remove unnecessary allocations for search bar fixing leaks
9875                 reported by Martin Kluge
9876                 (see "[ 599451 ] Further memory leaks?")
9877
9878 2002-08-24 [alfons]     0.8.1claws111
9879
9880         * src/main.c
9881                 make get_socket_name() public for crash.c
9882         * src/crash.c
9883                 o make report bug button work (goes to claws' 
9884                   bug tracker at sf.net)
9885                 o introduce function for doing important stuff just
9886                   before claws goes down
9887                 o clean up code 
9888
9889 2002-08-24 [alfons]     0.8.1claws110
9890
9891         * src/compose.c
9892                 move cursor to "To" entry when forwarding as attachment
9893                 (reported and solved by Steve Lamb, closes bug report
9894                 "[ 592880 ] Forward as attachment; cursor not in to")
9895
9896 2002-08-24 [colin]      0.8.1claws109
9897
9898         * src/mainwindow.c
9899                 fix quick search visibility after GUI (de)separations.
9900
9901 2002-08-23 [colin]      0.8.1claws108
9902
9903         * src/mainwindow.c
9904                 fix header pane visibility after folderview or
9905                 messageview (de)separation
9906
9907 2002-08-23 [paul]       0.8.1claws107
9908
9909         * src/mainwindow.[ch]
9910           src/toolbar.c
9911                 give full control of display or non-display 
9912                 of the Execute icon to Custom toolbar settings.
9913                 add new sensitivity condition to maninwindow.h: 
9914                 M_DELAY_EXEC
9915
9916         * ChangeLog
9917           ChangeLog.jp
9918           NEWS
9919                 more sync with 0.8.1cvs29
9920
9921 2002-08-23 [melvin]     0.8.1claws106
9922
9923         * src/alertpanel.c
9924                 Readded support for custom widget in alertpanel lost in last
9925                 sync.
9926
9927 2002-08-23 [paul]       0.8.1claws105
9928
9929         * sync with 0.8.1cvs29
9930                 see ChangeLog 2002-08-23
9931
9932 2002-08-23 [colin]      0.8.1claws104
9933
9934         * src/summaryview.c
9935                 Fix folder and search pixmaps exchanging positions
9936                 after theme or toolbar changes. Thank to Oliver for 
9937                 reporting this.
9938
9939 2002-08-23 [colin]      0.8.1claws103
9940
9941         * src/mainwindow.c
9942           src/messageview.[ch]
9943           src/noticeview.[ch]
9944           src/summaryview.c
9945                 Changed messageview_create() and noticeview_create()
9946                 to avoid the last gdk_warning
9947
9948 2002-08-22 [colin]      0.8.1claws102
9949
9950         * src/summaryview.c
9951                 Fix my new `Creating pixmap from xpm' warning
9952
9953 2002-08-22 [colin]      0.8.1claws101
9954
9955         * src/mainwindow.c
9956                 Fix some of the gdk warnings
9957
9958 2002-08-22 [colin]      0.8.1claws100
9959
9960         * src/Makefile.am
9961         * src/stock_pixmap.c
9962         * src/stock_pixmap.h
9963         * src/pixmaps/quicksearch.xpm *ADDED*
9964                 Add the quicksearch pixmap
9965         * src/mainwindow.c
9966         * src/summaryview.c
9967         * src/summaryview.h
9968                 Make quicksearch bar visible/hidden via a button
9969
9970 2002-08-22 [christoph]  0.8.1claws99
9971
9972         * src/folder.c
9973                 fix folder update for newsgroups with message
9974                 numbers below minimum number of articles to fetch
9975                 (closes bug #598445)
9976
9977 2002-08-22 [paul]       0.8.1claws98
9978
9979         * sync with 0.8.1cvs28
9980                 see ChangeLog 2002-08-22
9981
9982 2002-08-21 [alfons]     0.8.1claws97
9983
9984         * src/crash.c
9985                 use bt instead of bt full which seems to work 
9986                 better, and bt full doesn't give a great deal 
9987                 of information anyway
9988
9989 2002-08-21 [colin]      0.8.1claws96
9990
9991         * src/summaryview.c
9992                 fix summaryview_searchtype_changed prototype
9993
9994 2002-08-21 [christoph]  0.8.1claws95
9995
9996         * src/mainwindow.c
9997                 o fix broken menu update for sorting type, we have to
9998                   get this info from the summaryview now
9999                 o removed setting of threaded state in menu callback
10000         * src/summaryview.[ch]
10001                 more summaryview/folderitem seperation for
10002                 threading option
10003         * configure.in
10004                 removed not required --with-compiler-flags option
10005
10006 2002-08-21 [oliver]     0.8.1claws94
10007         
10008         * src/toolbar.h 
10009                 o rename toolbar.xml to toolbar_main.xml
10010                   since toolbar_compose.xml might come up 
10011                   any time soon
10012         * README.claws
10013                 add custom toolbar              
10014
10015 2002-08-21 [darko]      0.8.1claws93
10016
10017         * src/procmsg.c
10018                 don't reset tmp flags for messages copied
10019                 to sent folder
10020
10021 2002-08-21 [colin]      0.8.1claws92
10022         
10023         * src/prefs_filtering.c
10024                 fix renaming rules on folder rename 
10025                 when folder is not a leaf folder
10026
10027 2002-08-21 [paul]       0.8.1claws91
10028
10029         * src/prefs_folder_item.c
10030                 fix alignment of colour selector
10031
10032 2002-08-21 [paul]       0.8.1claws90
10033
10034         * sync with 0.8.1cvs27
10035                 see ChangeLog 2002-08-21
10036
10037 2002-08-21 [paul]       0.8.1claws89
10038
10039         * src/summaryview.c
10040                 fix crash when changing field type in
10041                 Quick search bar
10042
10043 2002-08-21 [colin]      0.8.1claws88
10044
10045         * src/summaryview.c
10046                 Made quick search case-insensitive
10047
10048 2002-08-21 [paul]       0.8.1claws87
10049
10050         * sync with 0.8.1cvs26
10051                 see ChangeLog 2002-08-21
10052
10053 2002-08-20 [christoph]  0.8.1claws86
10054
10055         * src/folderview.c
10056         * src/main.c
10057         * src/summaryview.[ch]
10058                 more summaryview/folderitem seperation for
10059                 sort_key and sort_type
10060         * src/procmsg.c
10061                 added missing return statement
10062
10063 2002-08-20 [colin]      0.8.1claws85
10064
10065         * src/summaryview.[ch]
10066                 Added a quick search box
10067         * src/mainwindow.c
10068         * src/prefs_common.[ch]
10069                 Added a show/hide option for the quick search
10070
10071 2002-08-20 [oliver]     0.8.1claws84
10072         
10073         * src/mainwindow.c
10074                 remove toolbar_create_popups
10075         * src/toolbar.[ch]
10076                 o remove toolbar_create_popups
10077                 o fix toolbar_set_sensitive 
10078                   (Bug reports #596834 and #596832)     
10079         * src/prefs_toolbar.c
10080                 o add "Set default" button
10081                 o align label and text + combo widgets
10082
10083 2002-08-20 [hoa]        0.8.1claws83bis
10084
10085         * src/imap.c
10086                 fixed a bug in imap_fetch_msginfo() in case there is no
10087                 current folder.
10088
10089 2002-08-20 [darko]      0.8.1claws83
10090
10091         * src/folderview.c
10092                 copy the color style of folder view so it
10093                 works with GTK themes
10094
10095 2002-08-20 [darko]      0.8.1claws82
10096
10097         * src/folder.h
10098         * src/folderview.c
10099         * src/prefs_folder_item.[hc]
10100                 don't use UI stuff in folder.h
10101
10102 2002-08-20 [darko]      0.8.1claws81
10103
10104         * src/folder.h
10105         * src/prefs_folder_item.h
10106         * src/folderview.c
10107         * src/prefs_folder_item.c
10108                 ability to set folder color in folderview
10109
10110 2002-08-19 [alfons]     0.8.1claws80
10111
10112         * src/summaryview.c
10113                 fix one of the earlier memleaks reported by Martin Kluge
10114
10115 2002-08-19 [alfons]     0.8.1claws79
10116
10117         * src/mainwindow.c
10118                 hide notice view when selecting seperate folder
10119                 view (reported by Urke MMI)
10120
10121 2002-08-19 [christoph]  0.8.1claws78
10122
10123         * src/folderview.c
10124         * src/prefs_folder_item.h
10125         * src/summaryview.[ch]
10126                 o add summary_set_prefs_from_folderitem to set
10127                   summaryview prefs (first step to remove all
10128                   references to the folderitem in summaryview)
10129                 o moved compiled regex stuff from folderitem prefs
10130                   to summaryview code
10131
10132 2002-08-19 [paul]       0.8.1claws77
10133
10134         * src/compose.c
10135                 add check for '.' to QUOTE_IF_REQUIRED
10136
10137 2002-08-19 [paul]       0.8.1claws76
10138
10139         * src/inc.c
10140                 sync with 0.8.1cvs25 (plug memory leak)
10141
10142         * src/prefs_toolbar.c
10143                 re-order prefs_toolbar_cancel()
10144
10145 2002-08-18 [alfons]     0.8.1claws75
10146
10147         * src/inc.c
10148         * src/matcher.c
10149                 plug other memleaks reported by Martin Kluge
10150
10151 2002-08-18 [paul]       0.8.1claws74
10152
10153         * po/pt_BR.po
10154                 updated by Fabio Jr. Beneditto
10155
10156 2002-08-18 [paul]       0.8.1claws73
10157
10158         * src/toolbar.[ch]
10159                 fix bug where tooltips were displayed untranslated              
10160
10161         * src/prefs_toolbar.c
10162                 fix bug where clicking 'Cancel' creates an icon & text
10163                 toolbar regardless of prefs
10164         
10165
10166 2002-08-17 [oliver]     0.8.1claws72
10167
10168         * src/prefs_toolbar.c
10169                 update toolbar on CANCEL
10170                 bug reported by Martin Kluge
10171         * src/toolbar.c
10172                 toolbar_destroy memleak fixed           
10173
10174 2002-08-17 [alfons]     0.8.1claws71
10175
10176         * src/toolbar.c
10177                 plug another memleak reported by Martin Kluge
10178
10179 2002-08-16 [alfons]     0.8.1claws70
10180
10181         * src/crash.c
10182                 use execvp() correctly (suggested by wwp; thanks!)
10183
10184 2002-08-16 [alfons]     0.8.1claws69
10185
10186         * src/gtksctree.c
10187                 plug memory leak reported by Kim Schultz & Martin Kluge
10188
10189 2002-08-16 [paul]       0.8.1claws68
10190
10191         * po/es.po
10192                 updated by Ricardo Mones Lastra
10193
10194 2002-08-16 [paul]       0.8.1claws67
10195
10196         * src/toolbar.h
10197                 fix bug where 'Compose News' icon showed wrong
10198                 tooltip
10199
10200 2002-08-16 [paul]       0.8.1claws66
10201
10202         * sync with 0.8.1cvs24
10203                 see ChangeLog 2002-08-16
10204
10205         * po/it.po
10206                 updated by Alessandro Maestri
10207
10208 2002-08-15 [paul]       0.8.1claws65
10209
10210         * po/sr.po
10211                 updated by Urke MMI
10212
10213 2002-08-15 [paul]       0.8.1claws64
10214
10215         * src/*.c
10216                 don't translate debug info
10217
10218         * src/matcher.[ch]
10219                 add copyright info
10220
10221 2002-08-15 [paul]       0.8.1claws63
10222
10223         * src/prefs_toolbar.c
10224                 fix bug where clicking 'OK' creates an icon & text
10225                 toolbar regardless of prefs
10226
10227 2002-08-14 [alfons]     0.8.1claws62
10228
10229         * src/main.c
10230                 add global var that has the full argv[0]
10231         * src/crash.c
10232                 o execvp the correct sylpheed by using argv0
10233                   and setting the correct work dir
10234                 o other tweaks  
10235
10236 2002-08-14 [oliver]     0.8.1claws61
10237         
10238         * enable/disable Toolbar Action Buttons 
10239         * code cleanups
10240         * src/mainwindow.c
10241         * src/toolbar.[ch]      
10242         * src/prefs_toolbar.c   
10243
10244 2002-08-14 [melvin]     0.8.1claws60
10245
10246         * po/fr.po
10247                 Updated French translations
10248
10249 2002-08-14 [melvin]     0.8.1claws59
10250
10251         * src/crash.c
10252                 Made bug report not translatable
10253         * src/exporthtml.c
10254                 Fixed exporthtml_build_filespec() return value
10255         * src/foldersel.c
10256                 Fixed incorrect include file
10257         * src/gtkspell.c
10258         * src/prefs_actions.c
10259         * src/prefs_toolbar.c
10260                 Made debug info not translatable
10261         * src/mutt.c
10262         * src/quote_fmt.c
10263                 Added missing includes
10264         * src/prefs_common.c
10265                 Fixed typo
10266
10267 2002-08-14 [paul]       0.8.1claws58
10268
10269         * faq/es/sylpheed-faq.html
10270           faq/es/sylpheed-faq-[1-3].html
10271           faq/es/sylpheed-faq-4.html     **NEW FILE **
10272                 update Spanish FAQ
10273
10274 2002-08-13 [christoph]  0.8.1claws57
10275
10276         * src/procmsg.c
10277                 ignore thread fix that did not mark all
10278                 child nodes of a ignored thread as
10279                 ignored. Does not work perfectly yet,
10280                 but it is better now
10281
10282 2002-08-13 [alfons]     0.8.1claws56
10283
10284         * src/crash.c
10285                 o implement 'save crash log'
10286                 o some tweaks
10287
10288 2002-08-13 [melvin]     0.8.1claws55
10289
10290         * src/main.c
10291                 removed unrequired "execinfo.h" header
10292
10293 2002-08-12 [paul]       0.8.1claws54
10294
10295         * faq/en/sylpheed-faq.html
10296           faq/en/sylpheed-faq-[1-3].html
10297           faq/en/sylpheed-faq-4.html     **NEW FILE **
10298                 update English FAQ
10299
10300 2002-08-12 [alfons]     0.8.1claws53
10301
10302         * po/POTFILES.in
10303                 add crash.c to translatables
10304         * src/crash.c
10305                 bring in Leandro's crash dialog
10306
10307 2002-08-11 [alfons]     0.8.1claws52
10308
10309         * src/crash.c
10310                 clean up some warnings
10311
10312 2002-08-11 [alfons]     0.8.1claws51
10313
10314         * acconfig.h
10315         * configure.in
10316         * src/crash.[ch]        ** NEW FILES **
10317         * src/main.c            
10318                 initial gdb crash handler
10319
10320 2002-08-11 [paul]       0.8.1claws50
10321
10322         * src/prefs_toolbar.c
10323                 replace Up/Down arrow pixmaps with text to be
10324                 consistent across icon themes
10325
10326 2002-08-11 [paul]       0.8.1claws49
10327
10328         * src/prefs_common.c
10329           src/prefs_toolbar.c
10330                 rename 'Pixmap' -> 'Icon'
10331
10332         * src/toolbar.[ch]
10333                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10334
10335 2002-08-10 [paul]       0.8.1claws48
10336
10337         * src/prefs_toolbar.c
10338                 re-work the UI
10339
10340 2002-08-10 [paul]       0.8.1claws47
10341
10342         * src/main.c
10343                 don't write Processing progress to status bar
10344                 patch submitted by Alexander Evseev
10345
10346         * src/prefs_toolbar.c
10347                 re-position and resize window
10348                 make window assume correct size on first call
10349
10350 2002-08-10 [paul]       0.8.1claws46
10351
10352         * src/mainwindow.c
10353           src/prefs_toolbar.c
10354           src/toolbar.c
10355           src/toolbar.h
10356                 obey coding style
10357                 follow UI text conventions
10358
10359 2002-08-10 [alfons]     0.8.1claws45
10360
10361         * src/toolbar.c
10362                 correct pixmap for delete action
10363
10364 2002-08-10 [paul]       0.8.1claws44
10365
10366         * po/pt_BR.po
10367                 updated by Fabio Jr. Beneditto
10368
10369 2002-08-10 [paul]       0.8.1claws43
10370
10371         * po/POTFILES.in
10372                 add custom toolbar files
10373
10374 2002-08-10 [paul]       0.8.1claws42
10375
10376         * sync with 0.8.1cvs22
10377                 see ChangeLog 2002-08-09
10378
10379 2002-08-09 [paul]       0.8.1claws41
10380
10381         * tools/Makefile.am
10382           tools/README
10383           tools/outlook2sylpheed.pl     ** NEW FILE **
10384                 add script to convert exported Outlook
10385                 contacts list to a Sylpheed addressbook.
10386                 Submitted by Ricardo Mones Lastra.
10387
10388 2002-08-09 [paul]       0.8.1claws40
10389
10390         * AUTHORS
10391           configure.in
10392           po/sr.po      ** NEW FILE **
10393                 add Serbian message catalog. Submitted by
10394                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10395
10396 2002-08-09 [paul]       0.8.1claws39
10397
10398         * sync with 0.8.1cvs21
10399                 see ChangeLog 2002-08-08
10400
10401 2002-08-08 [oliver]     0.8.1claws38
10402
10403         * src/mainwindow.c
10404                 move Custom Toolbar to Configuration menu
10405
10406 2002-08-08 [oliver]     0.8.1claws37
10407
10408         * src/prefs_toolbar.c
10409                 fix substitute pixmap bug
10410
10411 2002-08-08 [paul]       0.8.1claws36
10412
10413         * sync with 0.8.1cvs19
10414                 see ChangeLog 2002-08-08
10415
10416 2002-08-07 [christoph]  0.8.1claws35
10417
10418         * src/utils.c
10419                 fixed a memory leak in new canonicalize_file_replace
10420
10421 2002-08-07 [christoph]  0.8.1claws34
10422
10423         * src/utils.[ch]
10424                 o canonicalize_file_replace should create the temporary
10425                   file in the same directory as the original file.
10426                 o added get_tmpfile_in_dir that creates a temorary file
10427                   in a specified directory.
10428
10429 2002-08-07 [melvin]     0.8.1claws33
10430
10431         * src/toolbar.c
10432                 fixed bug where 'Article' button acted as 'Email' button.
10433
10434 2002-08-07 [paul]       0.8.1claws32
10435
10436         * sync with 0.8.1.cvs17
10437                 see ChangeLog 2002-08-07
10438
10439 2002-08-07 [colin]      0.8.1claws31
10440         
10441         * src/news.c
10442                 fix mass-cancel problem
10443
10444 2002-08-07 [thorsten]   0.8.1claws30
10445
10446         * src/prefs_toolbar.c
10447                 fix: crash on replace or add new button
10448         * src/toolbar.c
10449                 fix: close xmlfile after reading
10450         * src/utils.c
10451                 fix: unlink() file before rename()
10452
10453 2002-08-06 [paul]       0.8.1claws29
10454
10455         * sync with 0.8.cvs15
10456                 see ChangeLog 2002-08-06
10457
10458 2002-08-06 [oliver]     0.8.1claws28
10459
10460         * src/toolbar.c
10461         * src/prefs_toolbar.c
10462                 fixed empty toolbar issue
10463
10464 2002-08-06 [oliver]     0.8.1claws27
10465
10466         * Custom Toolbar Final 
10467         * src/folderview.c
10468         * src/inc.c
10469         * src/summaryview.c
10470                 o toolbar stuff now lives in src/toolbar.[ch]
10471                 o main_window_toolbar_* functions are renamed to
10472                   toolbar_* reflecting their new source file
10473         * src/mainwindow.[ch]
10474                 o remove toolbar stuff  
10475
10476 2002-08-06 [oliver]     0.8.1claws26
10477         
10478         * src/Makefile.am
10479         * src/prefs_toolbar.[ch]        **New File**
10480         * src/toolbar.[ch]              **New File**
10481                 o prefs_toolbar.[ch] custom toolbar frontend
10482                 o toolbar.[ch]       backend 
10483
10484 2002-08-06 [oliver]     0.8.1claws25
10485
10486         * src/prefs_actions.[ch]
10487                 o new exported function actions_execute
10488
10489 2002-08-06 [paul]       0.8.1claws24
10490
10491         * sync with 0.8.1cvs4
10492                 see ChangeLog 2002-08-06
10493
10494 2002-08-06 [paul]       0.8.1claws23
10495
10496         * sync with 0.8.1cvs13
10497                 see ChangeLog 2002-08-06
10498
10499 2002-08-06 [paul]       0.8.1claws22
10500
10501         * sync with 0.8.1cvs12
10502                 see ChangeLog 2002-08-05 and 2002-08-06
10503
10504 2002-08-06 [match]      0.8.1claws21
10505
10506         * src/addrclip.c
10507                 improvements to cut/copy/paste address
10508
10509 2002-08-05 [match]      0.8.1claws20
10510
10511         * src/addritem.[ch]
10512         * src/addrcache.c
10513         * src/addrbook.c
10514         * src/editaddress.c
10515         * src/addressbook.c
10516                 fixes to improve cut/copy/paste
10517
10518 2002-08-06 [melvin]     0.8.1claws19
10519
10520         * src/account.[ch]
10521                 account_find_all_from_address(): new function that returns the
10522                 list of all accounts that are matched in an address.
10523         * src/alertpanel.[ch]
10524                 alertpanel() now accepts a custom widget
10525                 alertpanel_with_widget(): new function that pops up a panel with
10526                 a custom widget in it 
10527         * src/gtkutils.[ch]
10528                 gtkut_account_menu_new(): new function that allows the selection
10529                 of an account from a list of accounts.
10530         * src/messageview.c
10531                 Extended Return Receipt notification to select the correct 
10532                 account and to make a security test on the Delivery-Notification
10533                 address which should be the same as the Return-Path.
10534
10535 2002-08-06 [thorsten]   0.8.1claws18
10536
10537         * src/mimeview.c
10538                 attach_all: save unnamed as "noname.%d",
10539                 dont free static dirname
10540
10541 2002-08-05 [alfons]     0.8.1claws17
10542
10543         * configure.in
10544                 detect XIM by trying to link rather than compile a XIM program
10545
10546 2002-08-05 [oliver]     0.8.1claws16
10547                 
10548         * src/stock_pixmap.[ch]
10549                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10550                 o new func to retrieve pixmaps
10551
10552 2002-08-05 [paul]       0.8.1claws15
10553
10554         * sync with 0.8.1cvs10
10555                 see ChangeLog 2002-08-05
10556
10557 2002-08-04 [alfons]     0.8.1claws14
10558
10559         * src/textview.c
10560                 see if this plugs memleak
10561
10562 2002-08-04 [melvin]     0.8.1claws13
10563
10564         * src/gtkspell.c
10565                 fixed bug that could crash Sylpheed when highlighting
10566                 all misspelled words.
10567
10568 2002-08-03 [melvin]     0.8.1claws12
10569
10570         * src/prefs_actions.c
10571                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10572         * src/messageview.c
10573                 fixed bug where the Return Receipt was sent to
10574                 Delivery-Notification-To address even if it was not present
10575
10576 2002-08-02 [alfons]     0.8.1claws11
10577
10578         * src/prefs_actions.c
10579                 o more check for NULLs
10580                 o put create_io_dialog() in right conditional block
10581
10582 2002-08-02 [paul]       0.8.1claws10
10583
10584         * po/es.po
10585                 updated by Ricardo Mones Lastra
10586
10587 2002-08-01 [christoph]  0.8.1claws9
10588
10589         * src/folder.c
10590                 don't free the cache of the opened
10591                 folder in the summaryview
10592         * src/summaryview.c
10593                 don't unset flags, if it is not required
10594
10595 2002-08-01 [paul]       0.8.1claws8
10596
10597         * sync with 0.8.1cvs8
10598                 see ChangeLog entry 2002-08-01
10599
10600 2002-08-01 [paul]       0.8.1claws7
10601
10602         * sync with 0.8.1cvs7
10603                 see ChangeLog 2002-07-31 and 2002-08-01
10604
10605 2002-07-31 [christoph]  0.8.1claws6
10606
10607         * src/mainwindow.c
10608                 forgot to update menu sensitivity
10609                 function for new menu entry
10610
10611 2002-07-31 [alfons]     0.8.1claws5
10612
10613         * src/main.c
10614                 check folder item and its path for NULL on
10615                 initial processing
10616
10617 2002-07-31 [christoph]  0.8.1claws4
10618
10619         * src/folder.c
10620                 check if folder_item_get_msginfo in
10621                 folder_item_remove_msg returned NULL
10622         * src/imap.c
10623                 better clear the uid cache in the
10624                 uid validity check function and delete
10625                 cached messages
10626
10627 2002-07-31 [paul]       0.8.1claws3
10628
10629         * man/sylpheed.1
10630                 add the '--attach' option and a few other
10631                 minor changes
10632
10633 2002-07-31 [paul]       0.8.1claws2
10634
10635         * sync with 0.8.1cvs5
10636                 see ChangeLog 2002-07-31
10637
10638 2002-07-31 [christoph]  0.8.1claws1
10639
10640         * src/folderview.[ch]
10641         * src/mainwindow.c
10642                 replace "Rescan all folders..." with
10643                 "Check all folders for new messages..."
10644
10645 2002-07-30 [paul]       0.8.1claws
10646
10647         * version 0.8.1claws released
10648
10649 2002-07-30 [paul]       0.8.0claws29
10650
10651         * tools/OOo2sylpheed.pl ** NEW FILE **
10652           tools/README
10653                 add script to enable sending documents as
10654                 attachments from OpenOffice.org
10655
10656 2002-07-30 [melvin]     0.8.0claws28
10657
10658         * src/prefs_actions.c
10659                 Made the actions' input/output dialog display
10660                 without delay.
10661
10662 2002-07-30 [christoph]  0.8.0claws27
10663
10664         * src/procmsg.c
10665                 check if folder_item_get_msginfo in
10666                 procmsg_save_to_outbox returned NULL
10667
10668 2002-07-30 [paul]       0.8.0claws26
10669
10670         * sync with 0.8.1cvs4
10671                 see ChangeLog 2002-07-29
10672
10673 2002-07-29 [thorsten]   0.8.0claws25
10674
10675         * README.claws
10676                 added selective download, delete on server
10677
10678 2002-07-29 [paul]       0.8.0claws24
10679
10680         * sync with 0.8.1cvs3
10681                 see ChangeLog 2002-07-29
10682
10683 2002-07-27 [christoph]  0.8.0claws23
10684
10685         * src/folder.c
10686                 add extra check if fetching the msginfo
10687                 returned NULL
10688
10689 2002-07-27 [paul]       0.8.0claws22
10690
10691         * sync with 0.8.1cvs2
10692                 see ChangeLog 2002-07-26
10693
10694 2002-07-27 [christoph]  0.8.0claws21
10695
10696         * src/imap.c
10697                 add another check if a valid msginfo
10698                 was returned
10699
10700 2002-07-26 [hoa]        0.8.0claws20
10701
10702         * src/folder.c
10703                 Fixed a condition in folder_item_destroy()
10704
10705         * src/imap.c
10706                 Fixed an error in IMAP protocol
10707
10708 2002-07-26 [alfons]     0.8.0claws19
10709
10710         * src/folder.c
10711                 ofcourse compare with identifier, not the path
10712
10713 2002-07-26 [alfons]     0.8.0claws18
10714
10715         * src/folder.c
10716                 use folder item identifier for saving / restoring
10717                 preferences because folder->path might not be unique
10718
10719 2002-07-26 [melvin]     0.8.0claws17
10720
10721         * src/logwindow.c
10722                 Fixed a crash introduced in 0.8.0claws5 when log is 
10723                 cut under 80 characters.
10724
10725 2002-07-26 [paul]       0.8.0claws16
10726
10727         * sync with 0.8.1cvs1
10728                 see ChangeLog 2002-07-26
10729
10730 2002-07-26 [christoph]  0.8.0claws15
10731
10732         * src/imap.[ch]
10733                 imap folder now remembers the last selected
10734                 folder and imap_fetch_msginfo skips selecting
10735                 the folder if it is already selected
10736
10737 2002-07-26 [christoph]  0.8.0claws14
10738
10739         * src/folder.c
10740         * src/folderview.c
10741         * src/imap.c
10742                 fix imap folder rescanning
10743
10744 2002-07-25 [christoph]  0.8.0claws13
10745
10746         * src/filter.c
10747         * src/folder.[ch]
10748         * src/folderview.c
10749         * src/imap.[ch]
10750         * src/mainwindow.c
10751         * src/mbox_folder.c
10752         * src/mh.c
10753         * src/news.c
10754                 implement imap uid cache and uid validity check
10755
10756 2002-07-25 [alfons]     0.8.0claws12
10757
10758         * src/summaryview.c
10759                 fix a brown paper bag bug, and also add some more
10760                 checks
10761
10762 2002-07-25 [christoph]  0.8.0claws11
10763
10764         * src/folder.c
10765                 don't mix copy, fetch_msginfo and remove
10766                 operations in folder item copy and move
10767                 operations
10768
10769 2002-07-25 [christoph]  0.8.0claws10
10770
10771         * src/folderview.c
10772         * src/mainwindow.c
10773         * src/prefs_folder_item.c
10774         * src/summaryview.[ch]
10775                 remove no longer required parameter update_cache from
10776                 summary_show
10777
10778 2002-07-25 [paul]       0.8.0claws9
10779
10780         * sync with 0.8.1
10781         
10782         * AUTHORS
10783                 a few corrections
10784
10785 2002-07-24 [alfons]     0.8.0claws8
10786
10787         * src/summaryview.c
10788                 sort correctly when using simplified subject line
10789                 (closes feature request "[ 585141 ] applying regexp to subject 
10790                 before sort" submitted by Alexandra Walford)
10791
10792 2002-07-24 [paul]       0.8.0claws7
10793
10794         * sync with 0.8.0cvs3
10795                 see ChangeLog 2002-07-24
10796
10797 2002-07-23 [christoph]  0.8.0claws6
10798
10799         * src/folder.c
10800         * src/folder.h
10801         * src/summaryview.c
10802         * src/summaryview.h
10803         * src/main.c
10804                 o separate processing and summaryview
10805                 o removed summary_write_cache from summaryview
10806                 o removed summaryview->killed_messages, because we don't have
10807                   to keep a list of killed messages anymore. New cache will
10808                   keep the hidden messages in cache anyway
10809         * src/folderview.c
10810         * src/inc.c
10811         * src/selective_download.c
10812                 o removed unnecessary summary_write_cache calls
10813         * src/procmsg.c
10814                 o don't set ignore thread flag in procmsg_get_thread_tree
10815                   if it is already set
10816         * src/mainwindow.c
10817         * src/statusbar.h
10818                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10819                   they are used in different files
10820
10821 2002-07-23 [melvin]     0.8.0claws5
10822
10823         * src/addressbook.c
10824         * src/addrgather.c
10825         * src/editaddress.c
10826         * src/editgroup.c
10827         * src/editldap_basedn.c
10828         * src/importldif.c
10829         * src/prefs_common.c
10830                 Fixed few memory leak (gtk_editable_get_chars returns
10831                 an allocated string)
10832         * src/logwindow.c
10833                 Fixed few memory leak (gtk_editable_get_chars returns
10834                 an allocated string) and modified a little the log cutting
10835                 loop.
10836         * src/compose.c
10837                 Replaced a call to an obsolete function gtk_entry_get_text()
10838                 by gtk_editable_get_chars()
10839         * src/send.c
10840                 Removed a debug printf
10841
10842 2002-07-23 [christoph]  0.8.0claws4
10843
10844         * src/filesel.c
10845                 fix another g_dirname memory leak
10846
10847 2002-07-23 [christoph]  0.8.0claws3
10848
10849         * src/mh.c
10850                 fixed a memory leak in mh_fetch_msginfo
10851                 fixed crash when message header could not be
10852                 parsed
10853
10854 2002-07-23 [paul]       0.8.0claws2
10855
10856         * sync with 0.8.0cvs2
10857                 see ChangeLog 2002-07-23
10858
10859 2002-07-23 [paul]       0.8.0claws1
10860
10861         * sync with 0.8.0cvs1
10862                 see ChangeLog 2002-07-23
10863
10864 2002-07-23 [paul]       0.8.0claws
10865
10866         * release of 0.8.0claws
10867
10868 2002-07-23 [paul]       0.7.8claws99
10869
10870         * po/ru.po
10871                 new Russian translation, submitted by
10872                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10873
10874 2002-07-22 [jens]       0.7.8claws98
10875
10876         * po/de.po
10877                 Updated German translations.
10878
10879 2002-07-22 [paul]       0.7.8claws97
10880
10881         * po/es.po
10882           po/it.po
10883           po/nl.po
10884           po/pt_BR.po
10885                 updated translations by Ricardo Mones Lastra,
10886                 Alessandro Maestri, Wilbert Berendsen and 
10887                 Fabio Jr. Beneditto respectively
10888
10889 2002-07-22 [christoph]  0.7.8claws96
10890
10891         * src/mimeview.c
10892                 fix memory leak caused by wrong g_dirname usage
10893
10894 2002-07-22 [christoph]  0.7.8claws95
10895
10896         * src/summaryview.c
10897                 update new and unread message counts for summaryview
10898                 summaryview does not get it from the folder anymore
10899                 and has to update the values itself
10900
10901 2002-07-22 [melvin]     0.7.8claws94
10902
10903         * po/fr.po
10904                 Updated French translations.
10905
10906 2002-07-22 [christoph]  0.7.8claws93
10907
10908         * src/matcher.c
10909                 set prop->preg pointer to NULL or following check
10910                 will not fail and regexec will be called with
10911                 invalid pointer
10912
10913 2002-07-21 [alfons]     0.7.8claws92
10914         
10915         * src/prefs_common.[ch]
10916                 remove option "Send return receipt on request"
10917
10918 2002-07-21 [thorsten]   0.7.8claws91
10919
10920         * src/mimeview.c
10921                 fixed memleaks, coding style as pointed out by alfons
10922
10923 2002-07-21 [alfons]     0.7.8claws90
10924
10925         * src/messageview.c
10926         * src/noticeview.[ch]
10927                 o fix bug notice view being displayed when going to empty folder 
10928                   (noticed by Christoph)
10929                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10930                   (noticed by Thorsten)
10931
10932 2002-07-21 [thorsten]   0.7.8claws89
10933
10934         * src/mimeview.c
10935                 Included save_all patch from Xaview FACQ
10936                 added support for pathnames
10937
10938 2002-07-21 [alfons]     0.7.8claws88
10939
10940         * po/POTFILES.in
10941         * src/Makefile.am
10942         * src/mainwindow.c
10943         * src/messageview.[ch]
10944         * src/noticeview.c      ** NEW FILE **
10945         * src/noticeview.h      ** NEW FILE **
10946                 make return receipts work again
10947                 (UI idea by Leandro Pereira)
10948
10949 2002-07-21 [paul]       0.7.8claws87
10950
10951         * src/summaryview.c
10952                 fix sensitivity of 'Select thread'
10953
10954 2002-07-21 [paul]       0.7.8claws86
10955
10956         * src/prefs_common.c
10957                 add browser command line for Galeon
10958
10959 2002-07-21 [paul]       0.7.8claws85
10960
10961         * Makefile.am
10962                 fix 'EXTRA_DIST': remove README.README, add TODO
10963                 and TODO.claws
10964
10965 2002-07-21 [alfons]     0.7.8claws84
10966
10967         * src/gtkstext.c
10968                 make enter clear selection
10969                 (closes "[ 579888 ] Editor selection/entry error"
10970                 reported by Steve Lamb)
10971
10972 2002-07-21 [alfons]     0.7.8claws83
10973         
10974         * src/summaryview.c
10975                 sort message list when selecting unthread messages
10976                 (closes "[ 501593 ] switching threaded view doesn't sort"
10977                 reported by Simon Schubert)
10978
10979 2002-07-20 [alfons]     0.7.8claws82
10980         
10981         * src/matcher.c
10982                 const-correctness
10983
10984 2002-07-20 [thorsten]   0.7.8claws81
10985
10986         * src/matcher.c
10987                 Fixed expansion of empty fields in matchactions
10988
10989 2002-07-19 [melvin]     0.7.8claws80
10990
10991         * src/gtkspell.c
10992                 Removed a duplicate menu entry (fast mode) introduced during
10993                 the new cache merge
10994                 Added a menu separator between 'Use alternate' and 'Fast mode'
10995
10996 2002-07-19 [paul]       0.7.8claws79
10997
10998         * tools/Makefile.am
10999           tools/README
11000                 correct typos
11001
11002 2002-07-19 [thorsten]   0.7.8claws78
11003
11004         * tools/calypso_convert.pl      ** NEW FILE **
11005           tools/README
11006           tools/Makefile.am
11007                 script to import mbox files exported
11008                 by calypso
11009                 o generates folder structure
11010                 o includes attachments
11011
11012 2002-07-19 [melvin]     0.7.8claws77
11013
11014         * src/selective_download.[ch]
11015                 Fixed bug where closing the dialog with the window manager's
11016                 close button will not unlock the summary
11017                 Corrected some function declarations that missed a return value
11018                 Made the source code comply better with coding style.
11019         * src/prefs_common.c
11020                 Added new browser command line for Mozilla.
11021
11022 2002-07-18 [paul]       0.7.8claws76
11023
11024         * src/mainwindow.c
11025           src/selective_download.[ch]
11026                 reflect theme changes, fix Gdk Warning when creating 
11027                 pixmap from NULL window, and minor clean up.
11028                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11029
11030         * po/en_GB.po
11031                 updated
11032
11033 2002-07-17 [paul]       0.7.8claws75
11034
11035         * INSTALL[.jp]
11036                 sync with 0.8.0
11037         
11038         * po/en_GB.po
11039                 updated
11040
11041 2002-07-16 [paul]       0.7.8claws74
11042
11043         * tools/filter_conv.pl
11044           tools/README
11045                 replace conversion script with reimplemented version, 
11046                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11047
11048 2002-07-16 [colin]      0.7.8claws73
11049
11050         * src/summaryview.c
11051                 remove forgotten debug messages - sorry ;-)
11052
11053 2002-07-16 [colin]      0.7.8claws72
11054
11055         * src/mimeview.c
11056           src/summaryview.c
11057           src/textview.c
11058           src/textview.h
11059                 add the ability to select part of a text mime-part 
11060                 to reply.
11061
11062 2002-07-15 [christoph]  0.7.8claws71
11063
11064         * src/folder.c
11065                 fix folder message count for folders without
11066                 msg_is_changed (includes news folders)
11067
11068 2002-07-15 [martin]     0.7.8claws70
11069
11070         * src/summaryview.c
11071                 option "display recipient on 'From'..." now works
11072                 without the need of enabling the option
11073                 "display  sender  using  address  book".
11074
11075 2002-07-15 [christoph]  0.7.8claws69
11076
11077         * src/summaryview.c
11078                 removed setting folder status from summaryview.
11079                 folder.c should update all message counts correctly.
11080
11081 2002-07-15 [paul]       0.7.8claws68
11082
11083         * po/pt_BR.po
11084                 updated by Fabio Junior Beneditto
11085
11086 2002-07-15 [darko]      0.7.8claws67
11087
11088         * src/mh.c
11089                 Fixed target folder colorization, don't decrease op
11090                 number twice
11091
11092 2002-07-14 [paul]       0.7.8claws66
11093
11094         * sync with main 0.8.0
11095                 see ChangeLog 2002-07-14
11096
11097 2002-07-13 [melvin]     0.7.8claws65
11098         
11099         * src/addrbook.c
11100         * src/addressbook.c
11101         * src/addrindex.c
11102                 Replaced sprintf by g_snprintf to prevent possible buffer
11103                 overflow.
11104         * src/news.c
11105                 Corrected a log message output format.
11106                 Added a missing "done" debug output.
11107         * src/compose.c
11108                 Added keyboard accelerator for Priority menu items
11109                 Added missing \n in debug output
11110         * src/logwindow.c
11111         * src/gtkspell.c
11112         * src/rfc2015.c
11113                 Added missing \n in debug output
11114
11115 2002-07-13 [paul]       0.7.8claws64
11116
11117         * man/sylpheed.1
11118                 change Sergey's email address to the sf address
11119
11120         * src/textview.c
11121                 increase show_url_timeout (more useful for long
11122                 urls)
11123
11124 2002-07-12 [sergey]     0.7.8claws63
11125
11126         * src/rfc2015.c
11127                 applied (with some modifications) patch to set the
11128                 micalg parameter for signatures
11129                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11130
11131 2002-07-12 [sergey]     0.7.8claws62
11132
11133         * man/Makefile.am
11134         * configure.in
11135                 fixed man page installation
11136
11137 2002-07-12 [paul]       0.7.8claws61
11138
11139         * sync with 0.7.8cvs26
11140                 see ChangeLog 2002-07-11 and 2002-07-12
11141
11142 2002-07-11 [christoph]  0.7.8claws60
11143
11144         * src/compose.c
11145         * src/procmsg.c
11146                 first use the message number to find the message
11147                 to mark with a reply flag but check the
11148                 message-id if we got the correct message, if not
11149                 try to find it by message-id.
11150                 use new string seperator that is not allowed
11151                 in message-ids.
11152
11153 2002-07-11 [paul]       0.7.8claws59
11154
11155         * sync with 0.7.8cvs23
11156                 see ChangeLog 2002-07-10
11157
11158 2002-07-10 [christoph]  0.7.8claws58
11159
11160         * src/folder.[ch]
11161         * src/msgcache.[ch]
11162                 Added message-id table to the cache in memory
11163                 and functions to msgcache.c and folder.c to
11164                 fetch MsgInfos by message id
11165         * src/compose.c
11166         * src/procmsg.c
11167                 store folder and message-id of message replying
11168                 to in queue header and set reply flag after sending
11169                 (Closes bug #469498)
11170
11171 2002-07-10 [paul]       0.7.8claws57
11172
11173         * AUTHORS
11174           man/sylpheed.1.gz
11175                 add Martin to the list of authors
11176
11177 2002-07-09 [martin]     0.7.8claws56
11178         * src/gtksctree.c
11179                 Added gtk_ctree_last_visible(), tree_update_level(),
11180                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11181                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11182                 from gtk+ to gtksctree.c for the new sorting code
11183                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11184                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11185         * src/gtksctree.h
11186                 Added declaration for gtk_sctree_sort_recursive() and
11187                 gtk_sctree_sort_node
11188         * src/addressbook.c
11189         * src/foldersel.c
11190         * src/folderview.c
11191         * src/summaryview.c
11192                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11193                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11194
11195 2002-07-08 [paul]       0.7.8claws55
11196
11197         * more sync with 0.7.8cvs21
11198                 see ChangeLog 2002-07-08
11199
11200 2002-07-08 [paul]       0.7.8claws54
11201
11202         * sync with 0.7.8cvs21
11203                 see ChangeLog 2002-07-08
11204
11205 2002-07-07 [alfons]     0.7.8claws53
11206
11207         * src/Makefile.am
11208         * src/stock_pixmap.[ch]
11209         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11210         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11211         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11212                 add new pixmaps for upcoming notice pane
11213
11214 2002-07-06 [melvin]     0.7.8claws52
11215
11216         * src/gtkspell.[ch]
11217                 Made them a bit closer to Sylpheed's coding style.
11218                 Removed old code.
11219                 Removed possible memory leaks when some errors occurs.
11220
11221 2002-07-06 [melvin]     0.7.8claws51
11222
11223         * po/Makefile.in.in
11224                 Removed --no-location in xgettext command line to help
11225                 translators that use Emacs' po-mode
11226         * src/quote_fmt.c
11227                 Removed unnecessary comments that messed up sylpheed.pot
11228
11229 2002-07-06 [paul]       0.7.8claws50
11230
11231         * sync with 0.7.8cvs19
11232                 see ChangeLog 2002-07-05
11233
11234 2002-07-06 [christoph]  0.7.8claws49
11235
11236         * src/folder.c
11237         * src/mainwindow.c
11238                 fix folder_item_remove_all_msg and folderview
11239                 status for trash folders after emptying trash
11240
11241 2002-07-05 [paul]       0.7.8claws48
11242
11243         * sync with 0.7.8cvs16
11244                 see ChangeLog 2002-07-04 and 2002-07-05
11245
11246 2002-07-04 [paul]       0.7.8claws47
11247
11248         * sync with 0.7.8cvs14
11249                 see  ChangeLog 2002-07-04
11250
11251 2002-07-03 [alfons]     0.7.8claws46
11252
11253         * src/folder.c
11254                 dupe folder item's path because it's being reallocated
11255                 by new folder scanning code
11256
11257 2002-07-03 [christoph]  0.7.8claws45
11258
11259         * src/imap.c
11260                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11261         * src/msgcache.c
11262                 add missing return in msgcache_write
11263
11264 2002-07-02 [thorsten]   0.7.8claws44
11265
11266         * src/jpilot.c
11267         * src/msgcache.c
11268         * src/rfc2015.c
11269                 use binary mode for file access
11270
11271 2002-07-02 [christoph]  0.7.8claws43
11272
11273         * major code cleanup (part 1)
11274         
11275                 - unused variables removed
11276                 - unused functions removed
11277                 - uninitialized variables checked
11278                 - missing return statements added
11279                 - missing function return types added
11280                 - added parentheses around assignment and
11281                   && in || when suggested by gcc
11282               
11283         * src/mh.c
11284         * src/folder.c
11285                 replaced direct calls to folder->scan_tree
11286                 with folder_scan_tree and restore folder
11287                 prefs in this function. The folder should
11288                 not have to deal with them.
11289                 ( Should now work for all folder types )
11290
11291 2002-07-02 [paul]       0.7.8claws42
11292
11293         * sync with 0.7.8cvs13
11294                 see ChangeLog 2002-07-01 and 2002-07-02
11295
11296 2002-07-01 [christoph]  0.7.8claws41
11297
11298         * src/summaryview.c
11299                 fix "goto next/prev unread message" with
11300                 ignored threads
11301
11302 2002-07-01 [paul]       0.7.8claws40
11303
11304         * po/es.po
11305                 updated by Ricardo Mones Lastra
11306
11307 2002-06-30 [match]      0.7.8claws39
11308
11309         * src/jpilot.c
11310                 applied variation of leonerd's patch (566661) to
11311                 allow multiple email addresses per JPilot entry.
11312                 addresses may be separated by space, comma, pipe,
11313                 semi-colon, new-line.
11314
11315 2002-06-30 [alfons]     0.7.8claws38
11316
11317         * src/procmsg.c
11318                 simple fix for putting older nodes before
11319                 newer nodes when threading by subject
11320
11321 2002-06-30 [christoph]  0.7.8claws37
11322
11323         * src/folder.c
11324         * src/folderview.c
11325         * src/mh.c
11326         * src/news.c
11327         * src/procmsg.c
11328                 fix broken folder tree rescaning
11329                 and don't use procmsg_get_mark_sum
11330                 anymore
11331
11332 2002-06-30 [christoph]  0.7.8claws36
11333
11334         * merge new cache branch
11335         * src/imap.c
11336                 fix new cache imap copy bug
11337         * src/folder.c
11338                 improved folder_item_scan
11339                 it should now always set the correct
11340                 new, unread and total message counts
11341
11342 2002-06-29 [paul]       0.7.8claws35
11343
11344         * configure.in
11345                 correct syntax error
11346
11347 2002-06-29 [paul]       0.7.8claws34
11348
11349         * configure.in
11350           Makefile.am
11351           man/Makefile.am       ** NEW FILE **
11352           man/sylpheed.1.gz     ** NEW FILE **
11353                 add Sylpheed man page
11354
11355 2002-06-29 [paul]       0.7.8claws33
11356
11357         * po/pt_BR.po
11358                 updated by Fabio Junior Beneditto
11359
11360 2002-06-28 [jens]       0.7.8claws32
11361
11362         * po/de.po
11363                 translation updated
11364
11365         * src/selective_download.c
11366                 removed gettext for space " "
11367
11368         * src/imap.c
11369                 removed wrong space
11370
11371 2002-06-28 [paul]       0.7.8claws31
11372
11373         * sync with 0.7.8cvs11
11374                 see ChangeLog 2002-06-28
11375
11376 2002-06-28 [paul]       0.7.8claws30
11377
11378         * sync with 0.7.8cvs10
11379                 see ChangeLog 2002-06-27 and 2002-06-28
11380
11381 2002-06-26 [paul]       0.7.8claws29
11382
11383         * src/addrgather.c
11384           src/selective_download.c
11385                 don't gettextise empty strings.
11386                 reserved by gettext. gettext("") returns 
11387                 the header entry with meta information, 
11388                 not the empty string
11389
11390         * po/en_GB.po
11391                 updated
11392
11393 2002-06-26 [paul]       0.7.8claws28
11394
11395         * sync with 0.7.8cvs7
11396                 see ChangeLog 2002-06-25
11397
11398         * src/prefs_common.c
11399                 ...and in the process, tweak the gui a little
11400
11401 2002-06-25 [alfons]     0.7.8claws27
11402         
11403         * configure.in
11404         * src/Makefile.am
11405                 fine tune ldap library detection
11406
11407 2002-06-25 [alfons]     0.7.8claws26
11408
11409         * src/compose.c
11410                 don't allow return receipts when composing a news article
11411
11412 2002-06-25 [paul]       0.7.8claws25
11413
11414         * Makefile.am
11415                 add '$(AMTAR)' to 'release' section to allow for
11416                 new and older autotools
11417
11418 2002-06-25 [paul]       0.7.8claws24
11419
11420         * src/summaryview.c
11421                 fix "No more unread messages" persistant pop-up
11422                 window bug
11423
11424 2002-06-25 [paul]       0.7.8claws23
11425
11426         * po/it.po
11427                 updated by Alessandro Maestri
11428
11429 2002-06-25 [paul]       0.7.8claws22
11430
11431         * sync with 0.7.8cvs6
11432                 see ChangeLog 2002-06-25
11433
11434 2002-06-24 [paul]       0.7.8claws21
11435
11436         * tools/update-po
11437                 add GPL copyright information
11438
11439 2002-06-24 [paul]       0.7.8claws20
11440
11441         * tools/Makefile.am
11442           tools/README
11443           tools/update-po       ** NEW FILE **
11444                 add script that eases the creation of *.po files
11445                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11446
11447 2002-06-23 [alfons]     0.7.8claws19
11448
11449         * src/messageview.c
11450                 make notification_convert_header obey const correctness
11451                 (next step will be fixing the broken return receipt)
11452
11453 2002-06-23 [paul]       0.7.8claws18
11454
11455         * src/messageview.c
11456                 fix bug introduced in last commit:
11457                 removed too much code in last commit - put back what's
11458                 needed
11459
11460 2002-06-23 [paul]       0.7.8claws17
11461
11462         * src/messageview.[ch]
11463                 remove code committed in error from locally patched
11464                 source
11465
11466 2002-06-23 [colin]      0.7.8claws16
11467
11468         * src/compose.[ch]
11469                 add compose_entry_select(), used to select the default_to
11470                 email address - hopefully avoiding people sending mails to
11471                 wrong recipients.
11472
11473 2002-06-22 [alfons]     0.7.8claws15
11474
11475         * AUTHORS
11476                 add Bram Metsch & Stanislav Karchebny
11477         * src/smtp.[ch]
11478         * src/prefs_account.[ch]
11479         * src/send.c
11480                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11481                   options.  (see <http://sourceforge.net/tracker/index.php
11482                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11483
11484                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11485                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11486
11487 2002-06-22 [paul]       0.7.8claws14
11488
11489         * sync with 0.7.8cvs5
11490                 see ChangeLog 2002-06-19 and 2002-06-20
11491
11492 2002-06-22 [alfons]     0.7.8claws13
11493
11494         * src/selective_download.c
11495                 fix a stupid mistake I made
11496
11497 2002-06-22 [alfons]     0.7.8claws12
11498
11499         * src/selective_download.[ch]
11500                 fix another unnoticed leak; cleanup code
11501
11502 2002-06-21 [alfons]
11503
11504         * tools/Makefile.am
11505                 gpg-sign <-- gpg-sign-syl
11506
11507 2002-06-21 [alfons]     0.7.8claws11
11508
11509         * src/selective_download.c
11510         * src/selective_download.h
11511                 fix assorted mix of allocation errors (should solve
11512                 problem reported by Philippe GramoullĂ©, see:
11513                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11514
11515 2002-06-20 [melvin]     0.7.8claws10
11516
11517         * tools/gpg-sign *REMOVED*
11518           tools/gpg-sign-syl *ADDED*
11519                 Replaced the gpg clearsigning script with the version using
11520                 xterm instead of ssh-askpass and changed its name.
11521
11522         * README.claws
11523                 Updated actions example to reflect the renaming of the
11524                 gpg clearsigning script.
11525
11526 2002-06-19 [paul]       0.7.8claws9
11527
11528         * sync with 0.7.8claws9
11529                 see ChangeLog 2002-06-18 and 2002-06-19
11530
11531 2002-06-19 [paul]       0.7.8claws8
11532
11533         * sync with 0.7.8cvs1
11534                 see ChangeLog 2002-06-18
11535
11536 2002-06-18 [alfons]     0.7.8claws7
11537
11538         * src/mainwindow.h
11539                 add omitted prototype
11540
11541 2002-06-17 [paul]       0.7.8claws6
11542
11543         * src/mainwindow.c
11544                 fix hiding of exec_btn
11545
11546 2002-06-17 [paul]       0.7.8claws5
11547
11548         * src/pop.c
11549                 remove unneeded code: should_delete() 
11550                 and Pop3State::uidl_todelete_list
11551
11552 2002-06-17 [paul]       0.7.8claws4
11553
11554         * sync with 0.7.8
11555                 see ChangeLog 2002-06-11 and 2002-06-13
11556
11557 2002-06-16 [alfons]     0.7.8claws3
11558         
11559         * src/folder.c
11560                 make sure lock sort mode (claws specific) is
11561                 also persists after a tree rescan
11562
11563 2002-06-16 [alfons]     0.7.8claws2
11564
11565         * src/prefs_folder_item.c
11566         * src/folder.[ch]
11567                 fix persistence of folder sort mode (broken
11568                 by adapting Hiro's new folder persistence code)
11569
11570 2002-06-16 [alfons]     0.7.8claws1
11571
11572         * AUTHORS
11573         * src/logwindow.c
11574         * src/prefscommon.[ch]
11575                 control size of log text in log window; 
11576                 closes patch #569155 submitted by Mitko Haralanov.
11577
11578 2002-06-15 [paul]       0.7.8claws
11579
11580         * release of 0.7.8claws
11581
11582 2002-06-15 [paul]       0.7.7claws
11583
11584         * po/pt_BR.po
11585                 updated by Fabio Junior Beneditto
11586
11587 2002-06-14 [paul]       0.7.6claws49
11588
11589         * po/es.po
11590                 updated by Ricardo Mones Lastra
11591
11592 2002-06-14 [paul]       0.7.6claws48
11593
11594         * po/nl.po
11595                 updated translation by Wilbert Berendsen
11596
11597 2002-06-14 [melvin]     0.7.6claws47
11598
11599         * po/fr.po
11600                 Updated French translation
11601
11602 2002-06-13 [paul]       0.7.6claws46
11603
11604         * src/filesel.c
11605                 allow filename to be typed in, rather than just
11606                 selected by the mouse. Patch by Gustavo Noronha Silva.
11607
11608 2002-06-13 [alfons]     0.7.6claws45
11609
11610         * src/mainwindow.[ch]
11611                 more cleanups (removing unnecessary menu items Expand 
11612                 summary / message view)
11613
11614 2002-06-13 [melvin]     0.7.6claws44
11615
11616         * po/POTFILES.in
11617                 Added src/string_match.c
11618         * src/string_match.c
11619                 Fixed possible buffer overflow.
11620                 Corrected typo.
11621                 Added missing config.h header.
11622         * src/prefs_common.c
11623           src/prefs_matcher.c
11624           src/prefs_scoring.c
11625                 Made some strings translatable (missing _(..)).
11626
11627 2002-06-13 [melvin]     0.7.6claws43
11628
11629         * README.claws
11630                 Corrected action example (verifying clearsigned mail).
11631         * src/prefs_account.c
11632                 Corrected typo.
11633         * src/prefs_common.c
11634                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11635
11636 2002-06-12 [alfons]     0.7.6claws42
11637
11638         * src/summaryview.c
11639                 add init of score column lost in 0.7.6claws42
11640
11641 2002-06-12 [paul]       0.7.6claws41
11642
11643         * src/prefs_account.c
11644                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11645                 behavior of the radio buttons, (from 0.7.7cvs2)
11646
11647 2002-06-11 [alfons]     0.7.6claws40
11648
11649         * src/messageview.[ch]
11650         * src/summaryview.[ch]
11651         * src/summary_search.c
11652         * src/mainwindow.c
11653                 perform a sync to bring in Hiro's separate view implementation 
11654
11655                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11656
11657 2002-06-11 [paul]       0.7.6claws39
11658         
11659         * src/prefs_account.c
11660                 correct a typo on the Receive tab
11661
11662 2002-06-10 [match]      0.7.6claws38
11663
11664         * src/addressbook.c
11665                 Included address completion patch from Gustavo Noronha.
11666
11667 2002-06-10 [paul]       0.7.6claws37
11668
11669         * src/inc.[ch]
11670           src/pop.c
11671           src/prefs_account.[ch]
11672           src/selective_download.[ch]
11673                 apply PATCH #561712
11674                  NEW:
11675                 - check if POP Account
11676                 - Receive Button renamed to Preview
11677                 - Preview Button Popup: preview new/all messages
11678                 - Download Button
11679                 - Account Preferences-->Receive tab checkbutton if you
11680                   want to remove Mail after Download
11681                 -: default YES
11682                 - Account Preferences-->Receive tab checkbutton use
11683                   filtering rules on preview
11684                   (think of delete_on_server)
11685                 -: default YES
11686                 - Account selectable from SD dialog
11687                 - checkbutton to show already downloaded messages if
11688                   all messages are previewed
11689                 - new clist column showing Date
11690                 - ESC KEY close
11691                 FIXES:
11692                 - play ball with UIDL
11693                 - fault tolerant (?) 
11694                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11695
11696 2002-06-10 [melvin]     0.7.6claws36
11697
11698         * README.claws
11699                 Added a hint to ac/README in cvs instructions.
11700
11701         * src/prefs_actions.c
11702                 Made it possible to use a more elaborate command line
11703                 for asynchronous actions, too.
11704
11705 2002-06-10 [melvin]     0.7.6claws35
11706         
11707         * src/prefs_actions.c
11708                 Make it possible to use a more elaborate command line
11709                 (e.g. |foo|bar|cat>there;echo Done|)
11710                 Corrected error message when calling %f, %F and %p commands
11711                 from the compose window.
11712
11713 2002-06-09 [colin]      0.7.6claws34
11714
11715         * src/summaryview.c
11716                 Automatically find unread messages in current folder
11717                 before annoying the user.
11718
11719 2002-06-08 [alfons]     0.7.6claws33
11720
11721         * po/it.po
11722                 remove bad formatting string in it.po translation
11723                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11724
11725 2002-06-08 [paul]       0.7.6claws32
11726
11727         * sync with 0.7.6cvs25
11728                 see ChangeLog 2002-06-07
11729
11730 2002-06-05 [paul]       0.7.6claws31
11731
11732         * src/mainwindow.c
11733                 add 'Sort by locked' and 'Sort by score'
11734
11735 2002-06-05 [paul]       0.7.6claws30
11736
11737         * sync with 0.7.6cvs24
11738                 see ChangeLog 2002-06-04
11739
11740 2002-06-04 [paul]       0.7.6claws29
11741
11742         * po/pt_BR.po
11743                 updated by Fabio Junior Beneditto
11744
11745 2002-06-03 [thorsten]   0.7.6claws28
11746
11747         * src/matcher.c
11748                 fclose() matcherrc after reading
11749
11750 2002-06-03 [paul]       0.7.6claws27
11751
11752         * sync with 0.7.6cvs21
11753                 see ChangeLog 2002-05-31
11754
11755 2002-05-31 [paul]       0.7.6claws26
11756
11757         * sync with 0.7.6cvs20
11758                 see ChangeLog 2002-05-29 and 2002-05-30
11759
11760 2002-05-31 [paul]       0.7.6claws25
11761
11762         * src/imap.c
11763                 hopefully fix last buggy sync
11764
11765         * README.claws
11766                 correct typo in 'Actions' examples
11767
11768 2002-05-29 [paul]       0.7.6claws24
11769
11770         * sync with 0.7.6cvs18
11771                 see ChangeLog 2002-05-28 and 2002-05-29
11772
11773         * src/news.c
11774           src/nntp.[ch]
11775                 sync with above 
11776
11777 2002-05-28 [paul]       0.7.6claws23
11778
11779         * sync with 0.7.6cvs16
11780                 see ChangeLog 2002-05-28
11781
11782 2002-05-27 [thorsten]   0.7.6claws22 
11783
11784         * faq/it/sylpheed-faq-1.html
11785           faq/it/sylpheed-faq-2.html
11786           faq/it/sylpheed-faq-3.html
11787           faq/it/sylpheed-faq.html
11788                 corrected DOS lineendings
11789         * faq/de/sylpheed-faq-1.html
11790           faq/de/sylpheed-faq-2.html
11791           faq/en/sylpheed-faq-1.html
11792           faq/en/sylpheed-faq-2.html
11793           faq/en/sylpheed-faq-3.html
11794           faq/es/sylpheed-faq-1.html
11795           faq/es/sylpheed-faq-2.html
11796           faq/es/sylpheed-faq-3.html
11797           faq/fr/sylpheed-faq-1.html
11798           faq/it/sylpheed-faq-1.html
11799           faq/it/sylpheed-faq-2.html
11800           faq/it/sylpheed-faq-3.html
11801           faq/it/sylpheed-faq.html
11802                 changed ">" to &quot;
11803
11804 2002-05-27 [paul]       0.7.6claws21
11805         
11806         * sync with 0.7.6cvs15
11807                 see ChangeLog 2002-05-27
11808
11809 2002-05-27 [paul]       0.7.6claws20
11810
11811         * src/prefs_account.c
11812                 correct a typo
11813
11814 2002-05-26 [paul]       0.7.6claws19
11815
11816         * tools/README
11817                 correct a typo
11818
11819 2002-05-25 [paul]       0.7.6claws18
11820
11821         * tools/README
11822                 add description of kmail2sylpheed.pl
11823
11824 2002-05-25 [paul]       0.7.6claws17
11825
11826         * tools/kmail2sylpheed.pl       ** NEW FILE **
11827                 perl script that converts an exported Kmail address
11828                 book, converts it to sylpheed addressbook file,
11829                 writes the file to .sylpheed, and updates
11830                 addrbook--index.xml 
11831
11832 2002-05-25 [paul]       0.7.6claws16
11833
11834         * sync with 0.7.6cvs14
11835                 see ChangeLog 2002-05-23
11836
11837 2002-05-24 [paul]       0.7.6claws15
11838
11839         * README.claws
11840                 make a correction and add some more info
11841
11842 2002-05-24 [paul]       0.7.6claws14
11843
11844         * src/compose.c
11845                 fix memory leak in 
11846                 compose_redirect_write_headers_from_headerlist()
11847                 add Subject and Resent-Message-ID to
11848                 compose_redirect_write_headers()
11849                 Received, Subject, and X-UIDL are filtered out in 
11850                 compose_redirect_write_to_file()
11851
11852 2002-05-23 [paul]       0.7.6claws13
11853
11854         * src/compose.[ch]
11855           src/filtering.c
11856           src/mainwindow.c
11857           src/matcher.[ch]
11858           src/matcher_parser_lex.l
11859           src/matcher_parser_parse.y
11860           src/prefs_common.[ch]
11861           src/prefs_filtering.c
11862           src/summaryview.c
11863                 rename 'Bounce' to 'Redirect'
11864
11865 2002-05-23 [paul]       0.7.6claws12
11866
11867         * more sync with 0.7.6cvs13
11868           src/compose.c
11869                 see ChangeLog 2002-05-22
11870
11871 2002-05-22 [paul]       0.7.6claws11
11872
11873         * sync with 0.7.6cvs13
11874           src/codeconv.c
11875                 see ChangeLog 2002-05-20
11876           src/prefs_common.c
11877                 see ChangeLog 2002-05-22
11878
11879 2002-05-21 [melvin]     0.7.6claws10
11880
11881         * src/folderview.c
11882                 Added missing filtering and scoring headers
11883                 Fixed bad function call that showed garbage 
11884                 in Folder->Processing
11885
11886 2002-05-21 [paul]       0.7.6claws9
11887
11888         * tools/Makefile.am
11889                 make all tools executable, (patch by Alfons).
11890
11891 2002-05-20 [alfons]     0.7.6claws8
11892
11893         * src/procheader.c
11894                 don't forget to call mktime() so we have a valid week 
11895                 and year day
11896                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11897
11898 2002-05-20 [paul]       0.7.6claws7
11899
11900         * src/html.c
11901                 fix broken parsing of urls
11902         * src/textview.c
11903                 fix displaying of urls
11904
11905                 both fixes from the patch [547855] by Eugene 
11906                 Brevdo (zonem)
11907
11908 2002-05-19 [alfons]     0.7.6claws6
11909
11910         * configure.in
11911                 make sylpheed configure correctly with the latest
11912                 and greatest of automake / autoconf / gettext
11913
11914 2002-05-19 [alfons]     0.7.6claws5
11915
11916         * src/procheader.c
11917         * src/procheader.h
11918                 add function for returning ime zone offset
11919         * src/quote_fmt.c
11920         * src/quote_fmt_parse.y
11921                 better quotation formatting - does not convert
11922                 to local time, but uses the original date string.
11923                 
11924                 Note: %z inserts the timezone offset (should 
11925                 work also on platforms where strftime does not
11926                 support %z).
11927
11928 2002-05-18 [christoph]  0.7.6claws4
11929
11930         * src/summaryview.c
11931                 fix indentation of some code
11932         * tools/Makefile.am
11933                 fix spaces after \
11934         * src/Makefile.am
11935                 add missing \
11936                 correct path for ignorethread.xpm
11937                 incorrect filename for sylpheed_logo.xpm
11938                 add missing include matcher_parser_parse.h
11939
11940 2002-05-18 [paul]       0.7.6claws3
11941
11942         * sync with 0.7.6cvs8
11943                 see ChangeLog 2002-05-16 and 2002-05-17
11944
11945 2002-05-18 [melvin]     0.7.6claws2
11946
11947         * README.claws
11948                 Corrected an action's definition and fixed some misspellings.
11949
11950 2002-05-18 [paul]       0.7.6claws1
11951
11952         * tools/Makefile.am
11953           tools/gpg-sign        ** new file **
11954           tools/uudec           ** new file **
11955                 add Melvin's Actions scripts
11956
11957         * README.claws
11958                 add Melvin's descriptions for Actions
11959
11960 2002-05-18 [paul]       0.7.6claws
11961
11962         * Version 0.7.6claws released
11963
11964 2002-05-17 [paul]       0.7.5claws32
11965
11966         * po/es.po
11967                 updated by Ricardo Mones Lastra
11968
11969 2002-05-17 [paul]       0.7.5claws31
11970
11971         * src/compose.c
11972                 fix Account prefs default folder for sent/draft/deleted
11973                 messages bug
11974
11975         * po/it.po
11976           po/nl.po
11977                 updated translation by Alessandro Maestri and
11978                 Wilbert Berendsen
11979
11980 2002-05-17 [melvin]     0.7.5claws30
11981
11982         * src/prefs_actions.c
11983                 Fixed bug where using %F not at the end of the command 
11984                 resulted in an additional empty argument being created.
11985                 Thanks to Darko Koruga for reporting the bug.
11986
11987 2002-05-17 [melvin]     0.7.5claws29
11988
11989         * po/fr.po
11990                 Updated French translations.
11991
11992 2002-05-15 [paul]       0.7.5claws28
11993         
11994         * po/es.po
11995                 updated by Ricardo Mones Lastra
11996
11997 2002-05-15 [paul]       0.7.5claws27
11998
11999         * sync with 0.7.6cvs4
12000                 see ChangeLog 2002-05-14 and 2002-05-15
12001
12002 2002-05-14 [paul]       0.7.5claws26
12003
12004         * sync with 0.7.6cvs1
12005                 see ChangeLog 2002-05-13
12006
12007 2002-05-13 [thorsten]   0.7.5claws25
12008
12009         * src/messageview.c
12010                 fix select_all and copy in multipart messages
12011         * src/mainwindow.c
12012                 fix select_all and copy in multipart messages
12013
12014 2002-05-12 [paul]       0.7.5claws24
12015
12016         * src/summaryview.c
12017                 reverse last commit, bug already fixed in 0.7.5claws3
12018
12019 2002-05-12 [netztorte]  0.7.5claws23
12020
12021         * src/summaryview.c
12022                 dont parse empty addressbook (checked in before claws20)
12023
12024 2002-05-12 [melvin]     0.7.5claws22
12025
12026         * src/procmsg.[ch]
12027                 Removed unneeded priority code introduced by the previous 
12028                 commit.
12029
12030 2002-05-12 [melvin]     0.7.5claws21
12031
12032         * src/compose.[ch]
12033                 Added possibility to set message's priority.
12034         * src/procmsg.[ch]
12035                 Added possibility to set message's priority.
12036                 Added missing headers
12037
12038 2002-05-12 [melvin]     0.7.5claws20
12039
12040         * src/prefs_actions.c
12041                 Removed implicitely added quotes around the name
12042                 of the temporary files of mime parts.
12043
12044 2002-05-12 [paul]       0.7.5claws19
12045
12046         * sync with 0.7.5cvs20
12047                 see ChangeLog 2002-05-11
12048
12049 2002-05-12 [alfons]     0.7.5claws18
12050
12051         * src/quote_fmt_lex.l
12052         * src/quote_fmt_parse.y
12053                 allow quote / reply date & time format to be set using
12054                 %D{format}. format is a format string you'd pass to
12055                 strftime() (see man strftime, or the Display tab |
12056                 Date format setting).
12057
12058                 Currently %D converts the date to local time. 
12059
12060 2002-05-11 [paul]       0.7.5claws17
12061
12062         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12063                 see ChangeLog 2002-05-10 and 2002-05-11
12064
12065 2002-05-10 [paul]       0.7.5claws16
12066
12067         * sync with 0.7.5cvs16
12068                 see ChangeLog entries 2002-05-09 and 
12069                 2002-05-10
12070
12071 2002-05-10 [colin]      0.7.5claws15
12072
12073         * src/textview.c
12074                 Corrected a bug that prevented sylpheed to open
12075                 double-clicked URIs.
12076
12077 2002-05-09 [paul]       0.7.5claws14
12078
12079         * sync with 0.7.5cvs14
12080                 see ChangeLog 2002-05-08 and 2002-05-09
12081
12082 2002-05-08 [paul]       0.7.5claws13
12083
12084         * sync with 0.7.5cvs11
12085                 see ChangeLog entry 2002-05-08
12086
12087 2002-05-08 [paul]       0.7.5claws12
12088
12089         * src/mainwindow.c
12090           src/textview.[ch]
12091                 fix segfault on View->Open in new window
12092                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12093
12094 2002-05-07 [paul]       0.7.5claws11
12095
12096         * sync with 0.7.5cvs9
12097                 see ChangeLog entry 2002-05-07
12098
12099 2002-05-06 [paul]       0.7.5claws10
12100
12101         * src/messageview.c
12102           src/textview.c
12103                 display url in statusbar on single-click
12104                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12105
12106 2002-05-06 [match]      0.7.5claws9
12107
12108         * src/addritem.[ch]
12109                 new functions.
12110         * src/addrcache.c
12111                 tidy up.
12112         * src/xmlprops.[ch]
12113                 XML implementation of properties file.
12114         * src/exporthtml.[ch]
12115         * src/expthtmldlg.[ch]
12116         * src/addressbook.c
12117                 export to HTML.
12118
12119 2002-05-02 [sergey]     0.7.5claws8
12120
12121         * src/mainwindow.c (mainwin_entries),
12122           src/prefs_common.c (prefs_send_create()),
12123           src/codeconv.c (locale_table):
12124                 use charset name "Windows-1251" instead of "CP1251".
12125
12126 2002-05-02 [colin]      0.7.5claws7
12127         
12128         * src/compose.c
12129           src/prefs_common.c
12130           src/prefs_folder_item.c
12131                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12132
12133 2002-05-02 [hiro]       0.7.5claws6
12134
12135         * src/imap.c
12136                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12137
12138 2002-05-02 [paul]       0.7.5claws5
12139
12140         * src/compose.c
12141                 more sync with 0.7.5cvs7, see ChangeLog entry
12142                 2002-05-02
12143
12144 2002-05-02 [hiro]       0.7.5claws4
12145
12146         * src/compose.c
12147                 compose_queue_sub():
12148                 check if queue folder exists (closes #550397).
12149                 removed directory creation since it should be handled
12150                 transparently.
12151         * src/imap.c
12152                 imap_add_msg(): return UID for appended message
12153                 (closes #548842).
12154
12155 2002-04-30 [paul]       0.7.5claws3
12156
12157         * src/summaryview.c
12158                 fix account_find_from_address() bug
12159
12160 2002-04-28 [colin]      0.7.5claws2
12161
12162         * src/compose.c
12163           src/textview.c
12164           src/prefs_common.[ch]
12165           src/utils.[ch]
12166                 Added user-definable quotation characters recognition.
12167
12168 2002-04-28 [paul]       0.7.5claws1
12169
12170         * sync with 0.7.5cvs4
12171                 see ChangeLog entry  2002-04-25
12172
12173 2002-04-28 [paul]       0.7.5claws
12174
12175         * po/es.po
12176           po/nl.po
12177           po/pt_BR.po
12178                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12179                 Fabio Junior Beneditto
12180
12181 2002-04-27 [jens]       0.7.4claws103
12182
12183         * po/de.po
12184                 updated German translation.
12185
12186 2002-04-27 [hiro]       0.7.4claws102
12187
12188         * src/summaryview.c
12189                 summary_write_cache(): fixed the mark loss of hidden messages.
12190
12191 2002-04-26 [melvin]     0.7.4claws101
12192
12193         * src/procmsg.c
12194                 fixed a second typo (same one)
12195         * po/fr.po
12196           po/it.po
12197           po/pt_BR.po
12198                 fixed the type again...
12199
12200 2002-04-26 [melvin]     0.7.4claws100
12201
12202         * src/procmsg.c
12203                 fixed a typo in an alert message ("temorary").
12204         * po/it.po
12205         * po/pt_BR.po
12206                 corrected the typo  described above.
12207         * po/fr.po
12208                 updated French translation.
12209
12210 2002-04-26 [darko]      0.7.4claws99
12211
12212         * src/summaryview.c
12213                 fix target folder colorization
12214
12215 2002-04-25 [paul]       0.7.4claws98
12216
12217         * po/it.po
12218                 updated by Alessandro Maestri
12219
12220 2002-04-24 [colin]      0.7.4claws97
12221         
12222         * src/compose.c
12223                 Fixed double "subject is empty" question.
12224
12225 2002-04-23 [colin]      0.7.4claws96
12226         
12227         * src/mimeview.c
12228                 Corrected issue when "automatically display images" was
12229                 not set : first image remained after selecting second.
12230
12231 2002-04-23 [melvin]     0.7.4claws95
12232
12233         * src/prefs_actions.c
12234                 Don't display in/out dialog if there is nothing to show.
12235
12236 2002-04-23 [paul]       0.7.4claws94
12237
12238         * sync with 0.7.5cvs3
12239                 bug fixes: see ChangeLog entry 2002-04-23
12240
12241 2002-04-22 [darko]      0.7.4claws93
12242
12243         * src/compose.c
12244                 fix previous check-in which changed code after
12245                 merge from main
12246
12247 2002-04-22 [paul]       0.7.4claws92
12248
12249         * faq/de/*
12250                 add German FAQ
12251         * faq/en/*
12252           faq/es/*
12253           faq/fr/*
12254                 update English, Spanish and French FAQs
12255         * manual/de/*
12256           manual/es/*
12257                 add German and Spanish manuals
12258         * manual/en/*
12259           manual/fr/*
12260                 update English and French manuals
12261
12262         * src/Makefile.am
12263                 add to and re-arrange the pixmap entries
12264
12265 2002-04-22 [darko]      0.7.4claws91
12266
12267         * src/compose.c
12268                 fix sender initials recognition to only allow
12269                 '>' after the initials
12270
12271 2002-04-21 [paul]       0.7.4claws90
12272
12273         * sync with 0.7.5 release
12274                 see ChangeLog entry 2002-04-21
12275
12276 2002-04-21 [alfons]
12277
12278         * src/Makefile.am
12279                 add colin's new pixmaps to EXTRA_DIST
12280
12281 2002-04-21 [colin]      0.7.4claws89
12282         * src/compose.c
12283         * src/inc.c
12284         * src/mainwindow.[ch]
12285         * src/prefs_common.[ch]
12286         * src/stock_pixmap.[ch]
12287                 Added "Work offline" ability.
12288
12289 2002-04-21 [colin]      0.7.4claws88
12290         
12291         * src/mimeview.c
12292         * src/prefs_common.c
12293         * src/prefs_common.h
12294         * src/textview.c : Added an option to common preferences -> display
12295           to allow user not to automatically display images.
12296
12297 2002-04-21 [paul]       0.7.4claws87
12298
12299         * sync with 0.7.4cvs52
12300                 see ChangeLog entry 2002-04-21 (src/imap.c)
12301
12302 2002-04-21 [paul]       0.7.4claws86
12303
12304         * sync with 0.7.4cvs51
12305                 see ChangeLog entry 2002-04-21
12306
12307 2002-04-21 [paul]       0.7.4claws85
12308
12309         * sync with 0.7.4cvs49
12310                 see ChangeLog entries 2002-04-20 and 2002-04-21
12311
12312         * src/Makefile.am
12313                 clean up: remove old 'stock_' element from xpm 
12314                 filenames.
12315
12316 2002-04-21 [alfons]     0.7.4claws84
12317
12318         apply sync patch from Paul
12319
12320         * src/folderview.c
12321                 use old claws prefs_folder_item_create() for now
12322
12323 2002-04-19 [match]      0.7.4claws83
12324
12325         * src/addressbook.[ch]
12326         * src/addrharvest.[ch]
12327         * src/addrgather.[ch]
12328                 recurse folders.
12329         * src/mainwindow.c
12330         * src/summaryview.[ch]
12331                 change menu option.
12332
12333 2002-04-19 [paul]       0.7.4claws82
12334
12335         * po/pt_BR.po
12336                 updated by Fabio Junior Beneditto
12337
12338 2002-04-14 [alfons]     0.7.4claws81
12339
12340         * src/passphrase.c
12341                 add #include <sys/types.h> for mode_t and off_t 
12342
12343 2002-04-13 [paul]       0.7.4claws80
12344         
12345         * src/main.c
12346           src/passphrase.[ch]
12347           src/pgptext.c
12348           src/prefs_common.[ch]
12349           src/rfc2015.c
12350                 enable storing of GnuPG passphrase for the whole 
12351                 session or a user-defined number of minutes. patch 
12352                 submitted by Ravemax <ravemax@dextrose.com>
12353
12354 2002-04-13 [alfons]     0.7.4claws79
12355
12356         * src/textview.c
12357                 make email parser also stop scanning when encountering separators
12358                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12359
12360 2002-04-13 [paul]       0.7.4claws78
12361
12362         * sync with 0.7.4cvs39
12363                 see ChangeLog entry 2002-04-12
12364
12365 2002-04-11 [paul]       0.7.4claws77
12366
12367         * sync with 0.7.4cvs37
12368                 see ChangeLog entry 2002-04-11
12369
12370 2002-04-11 [paul]       0.7.4claws76
12371
12372         * COPYING 
12373                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12374                 the clause for OpenSSL). sync with sylpheed main
12375
12376 2002-04-09 [melvin]     0.7.4claws75
12377
12378         * src/compose.c
12379                 Made 'Ctrl-Enter' on send ignore some modifiers 
12380                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12381                 to bind other *-Enter (but not Alt-Enter).
12382
12383 2002-04-09 [paul]       0.7.4claws74
12384
12385         * sync with 0.7.4cvs35
12386                 see ChangeLog entries 2002-04-09
12387
12388 2002-04-08 [paul]       0.7.4claws73
12389
12390         * sync with 0.7.4cvs33
12391                 see ChangeLog entry 200-04-08
12392
12393 2002-04-07 [match]      0.7.4claws72
12394
12395         * src/addrharvest.[ch]
12396                 fixed to read all addresses in header, regardless
12397                 of header size. improved name parsing. accommodate
12398                 harvest from folders and selected message.
12399         * src/addritem.[ch]
12400                 included new address parsing function.
12401         * src/addrgather.[ch]
12402         * src/addressbook.[ch]
12403         * src/summaryview.[ch]
12404         * src/mainwindow.c
12405                 allow address harvest of folder as well as selected
12406                 messages.
12407
12408 2002-04-07 [paul]       0.7.4claws71
12409
12410         * src/esmtp.[ch]
12411           src/smtp.c
12412                 don't try to authenticate with CRAM-MD5 in SMTP when 
12413                 SMTP-AUTH enabled if MTA doesn't issue this 
12414                 auth-method in it's ehlo-response. bug item #531364,
12415                 patch item #938910. patch submitted by Colin Leroy 
12416                 <colin@colino.net>
12417
12418 2002-04-07 [paul]       0.7.4claws70
12419
12420         * src/nntp.c
12421                 fix missing MODE_READER bug. patch submitted by
12422                 Colin Leroy <colin@colino.net>
12423
12424 2002-04-07 [alfons]     0.7.4claws69
12425
12426         * src/matcher.[ch]
12427         * src/prefs_filtering.c
12428         * src/summaryview.c
12429                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12430                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12431
12432 2002-04-07 [paul]       0.7.4claws68
12433
12434         * sync with 0.7.4cvs32
12435                 see ChangeLog entry 2002-04-06
12436
12437         * tools/filter_conv.pl
12438                 more bug fixes
12439
12440 2002-04-06 [paul]       0.7.4claws67
12441
12442         * tools/filter_conv.pl
12443                 modify to be able to find the name of the first
12444                 mailbox and use that. main's filter does not
12445                 record the full path to the mailbox and therefore
12446                 can only filter to the first mailbox.
12447
12448 2002-04-05 [paul]       0.7.4claws66
12449
12450         * tools/filter_conv.pl
12451                 attempt to make the script all-encompassing and
12452                 be able to convert any main 'filter' rule thrown
12453                 at it
12454
12455 2002-04-05 [paul]       0.7.4claws65
12456
12457         * tools/filter_conv.pl
12458                 allow for collapsed folder trees
12459
12460 2002-04-05 [paul]       0.7.4claws64
12461
12462         * sync with 0.7.4cvs31
12463                 see ChangeLog entries 2002-04-05
12464
12465 2002-04-03 [paul]       0.7.4claws63
12466
12467         * sync with 0.7.4cvs29
12468                 see ChangeLog entries 2002-04-02 and 2002-04-03
12469
12470 2002-04-02 [paul]       0.7.4claws62
12471
12472         * sync with 0.7.4cvs26
12473                 see ChangeLog entry 2002-04-01
12474
12475 2002-04-02 [match]      0.7.4claws61
12476
12477         * src/pine.[ch]
12478         * src/importpine.[ch]
12479         * src/addressbook.c
12480                 import Pine address book.
12481
12482 2002-04-02 [match]      0.7.4claws60
12483
12484         * src/addrharvest.[ch]
12485                 improve address parsing of funky addresses.
12486
12487 2002-04-02 [darko]      0.7.4claws59
12488
12489         * src/compose.c
12490                 wrap on send improvements, it now recognizes quoted
12491                 initials as part of the quotation string, and it
12492                 does not join lines separated by CR
12493
12494 2002-04-01 [match]      0.7.4claws58
12495
12496         * src/mgutils.[ch]
12497                 added new functions.
12498         * src/mutt.[ch]
12499                 remove excessive duplicate address generation
12500                 on import.
12501
12502 2002-04-01 [alfons]     0.7.4claws57
12503         
12504         * src/summaryview.c
12505                 put back g_free() 
12506
12507 2002-04-01 [paul]       0.7.4claws56
12508
12509         * sync with 0.7.4cvs25
12510                 see ChangeLog entry 2002-04-01
12511
12512 2002-04-01 [alfons]     0.7.4aprilfool55
12513
12514         * src/summaryview.c
12515                 honour feature request item #537427 to allow for
12516                 displaying names from address book for sent mail also
12517
12518 2002-03-29 [paul]       0.7.4claws54
12519
12520         * src/mainwindow.c
12521           src/prefs_filtering.[ch]
12522           src/prefs_matcher.c
12523           src/summaryview.c
12524                 add 'fast filter' for claws' filtering,
12525                 /Tools/Create filter rule/... patch submitted
12526                 by Neill Miller <neillm@thecodefactory.org>
12527
12528 2002-03-29 [paul]       0.7.4claws53
12529
12530         * sync with 0.7.4cvs24
12531                 see ChangeLog entry 2002-03-29
12532
12533 2002-03-28 [paul]       0.7.4claws52
12534
12535         * sync with 0.7.4cvs23
12536                 see ChangeLog entry 2002-03-28
12537
12538 2002-03-27 [melvin]     0.7.4claws51
12539
12540         * src/prefs_actions.c
12541                 Added support to pass only one message part (as a
12542                 file) to the command using '%p'. No quotes are needed
12543                 because doubles quotes are automatically added.
12544                 Fixed bug where Sylpheed could block when waiting for
12545                 a child process to finish.
12546                 Changed the help menu to remove quotes around symbols to 
12547                 avoid misinterpretation (they must not be used).
12548
12549 2002-03-27 [melvin]     0.7.4claws50
12550
12551         * src/inc.c
12552                 Made the new mail notification command always 
12553                 execute asynchronously.
12554
12555 2002-03-27 [paul]       0.7.4claws49
12556
12557         * src/compose.c
12558                 fix bug introduced in last commit
12559
12560 2002-03-27 [paul]       0.7.4claws48
12561
12562         * sync with 0.7.4cvs21
12563                 see ChangeLog 2002-03-26 and 2002-03-27
12564
12565 2002-03-26 [hoa]        0.7.4claws47
12566
12567         * src/prefs_folder_item.c
12568                 really fixed the bug #516442 with folder rescan.
12569
12570 2002-03-26 [paul]       0.7.4claws46
12571
12572         * sync with 0.7.4cvs19
12573                 see ChangeLog entries 2002-03-25 and 2002-03-26
12574
12575 2002-03-25 [hoa]        0.7.4claws45
12576
12577         * src/matcher.c
12578         * src/mh.c
12579                 fix the bug #516442 with folder rescan.
12580
12581         * src/prefs_common.[ch]
12582         * src/compose.c
12583                 added an option to enable two different behaviours
12584                 for bounce.
12585
12586
12587 2002-03-25 [paul]       0.7.4claws44
12588
12589         * src/mainwindow.c
12590           src/selective_download.c
12591                 correct a few menuitem labels
12592
12593 2002-03-25 [christoph]  0.7.4claws43
12594
12595         * src/procmsg.c
12596                 fix non deleted tmp message in
12597                 procmsg_save_to_outbox
12598                 fix problems caused by sync with
12599                 main branch's procmsg_send_queue
12600
12601 2002-03-25 [paul]       0.7.4claws42
12602
12603         * src/quote_fmt.c
12604           src/quote_fmt_lex.l
12605           src/quote_fmt_parse.y
12606                 add Last name (%L) placeholder for quoting. 
12607                 patch submitted by Thorsten Thielen 
12608                 <thth@users.sourceforge.net>
12609
12610 2002-03-25 [paul]       0.7.4claws41
12611
12612         * src/utils.c
12613                 get full hostname. patch submitted by
12614                 Bob Woodside <rwoodside1@comcast.net>
12615
12616 2002-03-25 [paul]       0.7.4claws40
12617
12618         * src/account.c
12619           src/news.c
12620           src/nntp.[ch]
12621           src/prefs_account.[ch]
12622                 enable NNTP over SSL. patch submitted by
12623                 Pascal Jermini <pascal@infinity.hn.org>
12624
12625 2002-03-24 [paul]       0.7.4claws39
12626
12627         * src/prefs_common.c
12628                 make the arrangement of the Compose tab more
12629                 coherent
12630
12631         * src/mainwindow.c
12632                 fix some irregularities of style
12633
12634         * po/de.po
12635                 updated by Kilian Krause
12636
12637 2002-03-23 [paul]       0.7.4claws38
12638
12639         * po/pt_BR.po
12640                 updated by Fabio Junior Beneditto
12641
12642 2002-03-23 [paul]       0.7.4claws37
12643
12644         * src/mainwindow.c
12645                 move 'Gather addresses' to 'Tools' menu
12646                 make 'Selective download' sensitive
12647
12648 2002-03-23 [paul]       0.7.4claws36
12649
12650         * sync with 0.7.4cvs16
12651                 see ChangeLog entries 2002-03-23
12652
12653 2002-03-22 [christoph]  0.7.4claws35
12654
12655         * src/quote_fmt_parse.y
12656                 fix include program output
12657
12658 2002-03-22 [alfons]     0.7.4claws34
12659
12660         * src/pop.c
12661                 initialize GDate stack variable correctly (sorry!)
12662
12663 2002-03-22 [paul]       0.7.4claws33
12664
12665         * src/compose.c
12666           src/mainwindow.c
12667           src/prefs_actions.c
12668           src/prefs_common.c
12669                 rename 'Tool' to 'Tools'
12670
12671         * src/mainwindow.c
12672                 move 'Delete duplicated messages' from
12673                 'Message/' to 'Tools/'
12674                 re-arrange the order of 'Tools/' items
12675
12676 2002-03-22 [paul]       0.7.4claws32
12677
12678         * src/addr_compl.c
12679           src/addressbook.[ch]
12680                 auto-address completion now also matches on
12681                 Nickname. patch submitted by Bob Forsman 
12682                 <hammor@users.sourceforge.net>
12683
12684         * src/editaddress.c
12685                 correct a spelling mistake
12686
12687 2002-03-22 [alfons]     0.7.4claws31
12688
12689         * src/pop.c
12690                 fix getting uidl from incorrect string 
12691                 (spotted by Colin)
12692
12693 2002-03-21 [alfons]     0.7.4claws30
12694
12695         * src/pop.c
12696                 more code refactoring
12697                 plug mem leak introduced by delete on server
12698
12699 2002-03-21 [paul]       0.7.4claws29
12700
12701         * sync with 0.7.4cvs11
12702                 see ChangeLog entries 2002-03-20
12703
12704 2002-03-20 [alfons]     0.7.4claws28
12705
12706         * src/inc.c
12707                 apply Colin's patch and refactor
12708
12709 2002-03-20 [paul]       0.7.4claws27
12710
12711         * sync with sylpheed 0.7.4cvs9
12712                 see ChangeLog entry 2002-03-20
12713
12714 2002-03-19 [christoph]  0.7.4claws26
12715
12716         * src/mh.c
12717         * src/procmsg.[ch]
12718         * src/summaryview.c
12719                 revert changes for flag updates
12720                 (does not work correctly and no time to debug)
12721
12722 2002-03-20 [alfons]     0.7.4claws25
12723
12724         * src/pop.c
12725                 refactor should_delete() a little bit 
12726
12727 2002-03-19 [paul]       0.7.4claws24
12728
12729         * src/inc.[ch]
12730           src/pop.c
12731           src/prefs_account.[ch]
12732                 allow the user to leave downloaded mail on the 
12733                 server for n days. Patch submitted by Colin Leroy 
12734                 <colin@colino.net>
12735
12736 2002-02-19 [paul]       0.7.4claws23
12737
12738         * sync with sylpheed 0.7.4cvs8
12739                 see ChangeLog entries 2002-03-19
12740
12741 2002-03-18 [paul]       0.7.4claws22
12742
12743         * sync with sylpheed 0.7.4cvs6
12744                 see ChangeLog entry 2002-03-18
12745
12746 2002-03-18 [paul]       0.7.4claws21
12747
12748         * po/en_GB.po
12749                 add en_GB message catalogue
12750
12751         * src/mbox_folder.c
12752           src/prefs_account.c
12753           src/prefs_actions.c
12754                 correct a few spelling mistakes
12755
12756 2002-03-17 [alfons]     0.7.4claws20
12757
12758         * src/matcher.c
12759                 more stringent checks for NULL params when writing
12760                 filtering actions to a file
12761                 
12762 2002-03-17 [hoa]        0.7.3claws20
12763
12764         * src/news.c
12765                 fixed the count of new messages
12766
12767         * src/compose.c
12768                 fixed the "attachment properties" window
12769
12770 2002-03-17 [paul]       0.7.4claws19
12771
12772         * src/defs.h
12773           src/folder.h
12774           src/news.c
12775           src/prefs_account.[ch]
12776           src/procmsg.[ch]
12777           src/summaryview.c
12778                 automatically mark cross-posted messages as read 
12779                 and (optionally) give them a colour label
12780                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12781                 
12782
12783 2002-03-17 [paul]       0.7.4claws18
12784
12785         * sync with sylpheed 0.7.4cvs5
12786                 see ChangeLog entry 2002-03-17
12787
12788 2002-03-17 [melvin]     0.7.4claws17
12789         
12790         * src/textview.c
12791                 Worked around a gtktext 'bug': when searching for 
12792                 a text in a long message it was scrolling slowly
12793                 line by line until it hit the searched text.
12794         * po/fr.po
12795                 Updated French translation
12796
12797 2002-03-17 [melvin]     0.7.4claws16
12798
12799         * src/mainwindow.c
12800         * src/compose.c
12801         * src/prefs_actions.c
12802                 Moved "Edit/Actions" to "Tool/Actions"
12803                 Made mainwindow/compose window sensitive as soon as
12804                 no child process is running anymore even if the io dialog
12805                 is open.
12806                 Fixed a struct being initialized with a non constant char*
12807
12808 2002-03-16 [christoph]  0.7.4claws15
12809
12810         * configure.in
12811                 add --with-compiler-flags option
12812                 (only for developer hacking)
12813         * src/mh.c
12814         * src/procmsg.[ch]
12815         * src/summaryview.c
12816                 try to make folder-stats and flag handling more
12817                 independent from the summaryview. msgcounts
12818                 are only set when the folder is opened and
12819                 procmsg_msginfo_(un)set_flags will handle it
12820                 later and summaryview will get the values
12821                 from the folder.
12822
12823 2002-03-16 [paul]       0.7.4claws14
12824
12825         * src/messageview.c
12826                 fix Return-receipt. Patch submitted by Bob
12827                 Woodside <rwoodside1@comcast.net>
12828
12829 2002-03-16 [paul]       0.7.4claws13
12830
12831         * src/compose.c
12832                 fix 'dynamic' signatures, make it work again
12833                 broken during sync on 2002-03-14 (0.7.4claws2)
12834
12835 2002-03-15 [match]      0.7.4claws12
12836
12837         * src/addrharvest.[ch]
12838         * src/addrgather.[ch]
12839         * src/addressbook.[ch]
12840         * src/mainwindow.c
12841                 included address harvester feature. still some
12842                 issues with address parsing that I will fix.
12843
12844 2002-03-15 [match]      0.7.4claws11
12845
12846         * src/addrbook.[ch]
12847         * src/addrcache.[ch]
12848         * src/addressbook.[ch]
12849         * src/addrindex.c
12850         * src/editbook.c
12851         * src/importldif.c
12852         * src/importmutt.c
12853         * src/jpilot.[ch]
12854         * src/main.c
12855         * src/syldap.[ch]
12856         * src/vcard.[ch]
12857                 tidy up. fix memory leaks. moved attribs and methods
12858                 from individual interfaces to addrcache object. prep
12859                 for new stuff to come in.
12860
12861 2002-03-15 [alfons]     0.7.4claws10
12862
12863         * src/matcher.[ch]
12864         * src/matcher_parser_parse.y
12865         * src/matcher_parser_lex.l
12866         * src/prefs_matcher.c
12867                 add filtering conditions message greater than, smaller 
12868                 than, and exactly matching a size in bytes
12869                 (does not work with delete from POP3 server yet)
12870
12871                 this should also give others an idea what you should
12872                 do to add new criterions to claws filtering system
12873                 
12874
12875 2002-03-15 [paul]       0.7.4claws9
12876
12877         * tools/filter_conv.pl
12878                 exit if there are no filter rules to convert
12879                 rename filterrc to filterrc.old after completion
12880
12881 2002-03-15 [paul]       0.7.4claws8
12882
12883         * sync with sylpheed 0.7.4cvs3
12884                 see ChangeLog entry 2002-03-14
12885
12886 2002-03-14 [paul]       0.7.4claws7
12887
12888         * src/compose.c
12889                 clean up the last commit (ahem)
12890
12891 2002-03-14 [paul]       0.7.4claws6
12892
12893         * src/compose.c
12894                 fix bug #515655. honour account preferences
12895                 regarding gpg default signing/encryption when 
12896                 changing account from the compose window.
12897
12898 2002-03-14 [paul]       0.7.4claws5
12899
12900         * src/folderview.c
12901                 remove unnecessary curly brackets
12902
12903 2002-03-14 [paul]       0.7.4claws4
12904
12905         * src/folderview.c
12906           src/prefs_filtering.[ch]
12907                 add filter rename on folder rename and filter
12908                 delete on folder delete. Patch submitted by
12909                 Neill Miller <neillm@thecodefactory.org> 
12910
12911 2002-03-14 [christoph]  0.7.4claws3
12912
12913         * src/procmsg.c
12914         * src/send.c
12915                 fix local delivery
12916                 (patch submitted by "Simon 'corecode' Schubert")
12917         * src/prefs_common.c
12918         * src/procmsg.c
12919                 fix gcc 3.0 warning
12920
12921 2002-03-14 [paul]       0.7.4claws2
12922
12923         * sync with sylpheed 0.7.4cvs2
12924                 see ChangeLog entry 2002-03-13
12925
12926 2002-03-12 [darko]      0.7.4claws1
12927
12928         * src/mainwindow.c
12929                 fix what seems to be a copy and paste error
12930                 when setting color for important messages
12931                 (reported by wwp)
12932
12933 2002-03-11 [paul]       version 0.7.4claws released
12934
12935 2002-03-11 [paul]       0.7.4claws
12936
12937         * po/es.po
12938           po/it.po
12939           po/nl.po
12940           po/pt_BR.po
12941                 update message catalogs. Submitted by Ricardo Mones 
12942                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12943                 Fabio Junior Beneditto
12944
12945         * configure.in
12946           faq/Makefile.am
12947           faq/it/Makefile
12948           faq/it/sylpheed-faq*
12949           src/mainwindow.c
12950           src/manual.[ch]
12951                 add FAQ in Italian
12952         
12953
12954 2002-03-11 [jens]       0.7.3claws7
12955
12956         * po/de.po
12957                 updated German translation
12958
12959 2002-03-11 [melvin]     0.7.3claws6
12960
12961         * po/fr.po
12962                 updated and corrected French translation
12963
12964 2002-03-10 [hoa]        0.7.3claws5
12965
12966         * src/account.c
12967         * src/inc.c
12968         * src/prefs_account.c
12969         * src/procmsg.c
12970         * src/send.[ch]
12971                 fixed the local account.
12972                 you have to change the default "/usr/sbin/sendmail"
12973                 to "/usr/sbin/sendmail -t" in the preferences of
12974                 the local account.
12975
12976         * src/procmime.c
12977                 removed some debug display for renderer
12978
12979 2002-03-10 [paul]       0.7.3claws4
12980
12981         * faq/en/sylpheed-faq-1.html
12982           faq/en/sylpheed-faq-2.html
12983                 update
12984
12985 2002-03-09 [paul]       0.7.3claws3
12986
12987         * sync with sylpheed 0.7.4
12988                 see ChangeLog entry 2002-03-09
12989
12990 2002-03-08 [paul]       0.7.3claws2
12991
12992         * faq/en/sylpheed-faq*
12993           faq/es/sylpheed-faq*
12994           faq/fr/sylpheed-faq*
12995                 update the FAQs
12996
12997         * manual/fr/.cvsignore
12998           manual/fr/Makefilea.am
12999           manual/fr/sylpheed*
13000           src/mainwindow.c
13001           src/manual.[ch]
13002                 add the French manual
13003
13004 2002-03-07 [paul]       0.7.3claws1
13005
13006         * sync with sylpheed 0.7.3cvs4
13007                 see ChangeLog entries  2002-03-06 and 2002-03-07
13008         
13009         * po/nl.po
13010                 updated by Wilbert Berendsen
13011
13012 2002-03-07 [melvin]     0.7.2claws34
13013
13014         * src/selective_download.c
13015                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13016
13017 2002-03-06 [paul]       0.7.2claws33
13018
13019         * sync with sylpheed 0.7.3cvs1
13020                 bug fix, see ChangeLog entry 2002-03-05
13021
13022 2002-03-05 [paul]       0.7.2claws32
13023
13024         * src/mimeview.c
13025           src/pgptext.[ch]
13026           src/procmsg.c
13027                 reverse the pgp ascii-armored code implemented in 
13028                 0.7.2claws16. removal of this code until it matures.
13029                 this means that verifying ascii-armored pgp sigs and
13030                 automatic decryption of ascii-armored encrypted
13031                 messages no longer works.
13032
13033 2002-03-05 [paul]       0.7.2claws31
13034
13035         * configure.in
13036           Makefile.am
13037         * faq/Makefile.am
13038         * faq/en/Makefile.am
13039           faq/en/sylpheed-faq.html
13040           faq/en/sylpheed-faq-1.html
13041           faq/en/sylpheed-faq-2.html
13042           faq/en/sylpheed-faq-3.html
13043         * faq/es/Makefile.am
13044           faq/es/sylpheed-faq.html
13045           faq/es/sylpheed-faq-1.html
13046           faq/es/sylpheed-faq-2.html
13047           faq/es/sylpheed-faq-3.html
13048           faq/es/sylpheed-faq-4.html
13049         * faq/fr/Makefile.am
13050           faq/fr/sylpheed-faq.html
13051           faq/fr/sylpheed-faq-1.html
13052           faq/fr/sylpheed-faq-2.html
13053           faq/fr/sylpheed-faq-3.html
13054         * src/Makefile.am
13055           src/defs.h
13056           src/mainwindow.c
13057           src/manual.[ch]
13058                 add FAQs in English, Spanish and French
13059
13060
13061 2002-03-05 [paul]       0.7.2claws30
13062
13063         * manual/en/sylpheed.html
13064           manual/en/sylpheed-XX.html
13065                 updated the English manual
13066
13067 2002-03-05 [hoa]        
13068
13069         * src/summaryview.c
13070                 dialog box pops up if the article can't be deleted.
13071
13072 2002-03-04 [paul]       
13073         
13074         * po/pt_BR.po
13075                 updated by Fabio Junior Benedito
13076
13077 2002-03-04 [hoa]
13078
13079         * removed ac/gpgme.m4
13080                 to avoid autogen common problem
13081                 developers have to install gpgme development package now
13082
13083         * src/compose.c
13084                 encoding to 7bit or 8bit is enabled.
13085
13086 2002-03-03 [alfons]     0.7.2claws29
13087
13088         * src/pop.c
13089                 merge fix by Oliver Haertel for selective
13090                 download buglet
13091
13092 2002-03-03 [paul]       0.7.2claws28
13093         
13094         * sync with sylpheed 0.7.3
13095
13096 2002-03-03 [paul]       0.7.2claws27
13097
13098         * sync with sylpheed 0.7.2cvs24
13099                 see ChangeLog entries 2002-03-02 and 2002-03-03
13100
13101 2002-03-02 [melvin]     0.7.2claws26
13102
13103         * src/inc.[ch]
13104         * src/main.c
13105         * src/mainwindow.c
13106         * src/prefs_common.[ch]
13107                 Added user definable notification on new mail arrival.
13108                 Removed unused variables in spell checker prefs code.
13109
13110 2002-03-02 [melvin]     0.7.2claws25
13111
13112         * src/quote_fmt.c
13113                 Removed unnecessary escape sequences.
13114                 Changed 'Initial...' to 'Initials of Sender'
13115
13116 2002-03-02 [paul]       0.7.2claws24
13117
13118         * sync with sylpheed 0.7.2cvs22
13119                 see ChangeLog entry 2002-03-01
13120
13121 2002-03-01 [hoa]        0.7.2claws23
13122
13123         * src/mainwindow.c
13124                 Set sensitivity of delete actions to active
13125                 even if the folder is a newsgroup.
13126
13127         * src/summaryview.c
13128                 - Set sensitivity of delete actions
13129                 - Added function check_permission() that will check if the
13130                   user is authorized to delete a message. For news, it
13131                   will check if the author is the same.
13132                 - Enabled deletion when there is no trash folder.
13133
13134         * src/news.[ch]
13135                 - Added news_cancel_article() to cancel articles
13136                 - Implemented news_remove_message() (public function)
13137
13138 2002-03-01 [paul]       0.7.2claws22
13139
13140         * src/gtkutils.c
13141           src/textview.c
13142                 recognise urls that that don't include 'http://' and
13143                 simply begin 'www.' 
13144
13145         * AUTHORS
13146                 remove duplicated name
13147
13148 2002-02-28 [paul]       0.7.2claws21
13149
13150         * src/mainwindow.c
13151           src/summaryview.[ch]
13152                 add ability to 'Select thread'
13153                 combines Melvin's "Select thread's head" patch (#510907)
13154                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13155                 patch (#518514) 
13156
13157 2002-02-28 [paul]       0.7.2claws20
13158
13159         * src/mimeview.c
13160                 hopefully fix segfault on right-clicking a mime part
13161                 that some people have experienced.      
13162                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13163
13164 2002-02-28 [paul]       0.7.2claws19
13165
13166         * sync with sylpheed 0.7.2cvs21
13167                 see ChangeLog entries 2002-02-27 and 2002-02-28
13168
13169 2002-02-27 [paul]       0.7.2claws18
13170
13171         * sync with sylpheed 0.7.2cvs18
13172                 see ChangeLog entries 2002-02-26 and 2002-02-27
13173
13174 2002-02-26 [alfons]     0.7.2claws17
13175
13176         * src/procheader.c
13177                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13178                 (spotted by Chris Hessman <idatech@gmx.net>)
13179
13180 2002-02-26 [paul]       0.7.2claws16
13181
13182         * src/mimeview.c
13183           src/pgptext.[ch]
13184           src/procmsg.c
13185                 make decryption of ascii-armored pgp encrypted messages
13186                 and verification of ascii-armored signatures work again.
13187                 slightly altered from the patch by Jens Jahnke 
13188                 <jan0sch@gmx.net>
13189
13190                 ##FIX ME##
13191                 * the checking of plaintext signatures always comes up in 
13192                   a popup box
13193                 * it doesn't work for multipart messages 
13194                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13195                   including the msg headers and these 2 line themselves, are 
13196                   not displayed
13197
13198         * src/mainwindow.c
13199                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13200                 "View/Message View" becomes "View/Separate Message View"
13201                 because its less ambiguous.
13202
13203         * po/es.po
13204                 updated by Ricardo Mones Lastra
13205
13206 2002-02-26 [paul]       0.7.2claws15
13207
13208         * sync with sylpheed 0.7.2cvs17
13209                 see ChangeLog entries 2002-02-25 and 2002-02-26
13210
13211 2002-02-25 [christoph]  0.7.2claws14
13212
13213         * src/filtering.[ch]
13214         * src/inc.c
13215                 do filtering stuff after all messages have been received
13216                   1. drop all messages to .processing
13217                   2. scan processing folder for messages
13218                   3. filter messages or move to inbox
13219                 this will also find old messages left in processing after
13220                 a crash or something like that and we get a real msginfo
13221                 from folder->get_msg_list and do not have to create our
13222                 own in filter_message
13223         * src/matcher_parser_parse.y
13224                 remove MIX/MAX warning (reordered includes)
13225
13226 2002-02-25 [paul]       0.7.2claws13
13227
13228         * sync with sylpheed 0.7.2cvs15
13229                 see ChangeLog entry 2002-02-24
13230
13231 2002-02-24 [alfons]     0.7.2claws12
13232
13233         * src/filtering.c
13234                 clear old color flags first when applying a new color to
13235                 a message info. 
13236                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13237
13238 2002-02-24 [alfons]     0.7.2.claws11
13239         
13240         * AUTHORS
13241         * src/prefs_common.c
13242                 add presets for Opera and Konqueror, closes patch #517261,
13243                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13244
13245 2002-02-24 [alfons]     0.7.2.claws10
13246
13247         * AUTHORS
13248         * src/summaryview.c
13249                 fix threading for null message ids, closes patch #521601,
13250                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13251
13252 2002-02-24 [alfons]     0.7.2claws9
13253
13254         * src/summaryview.c
13255         * src/filtering.c
13256                 make Tool | Filter Message work with filtering system so
13257                 setting flags also works
13258
13259                 TODO:
13260
13261                 - Processing uses the same function as Tool | Filter
13262                   Message, but doesn't use the same update proc yet
13263
13264 2002-02-23 [paul]       0.7.2claws8
13265
13266         * sync with sylpheed 0.7.2cvs14
13267                 see ChangeLog entries 2002-02-22 and 2002-02-23
13268
13269 2002-02-22 [christoph]  0.7.2claws7
13270
13271         * src/quote_fmt.c
13272                 Add column space to table
13273         * src/quote_fmt_parse.y
13274                 Close files
13275
13276 2002-02-22 [paul]       0.7.2claws6
13277
13278         * src/Makefile.am
13279           src/defs.h
13280           src/filtering.c
13281           src/inc.[ch]
13282           src/mainwindow.c
13283           src/matcher.[ch]
13284           src/matcher_parser_lex.l
13285           src/matcher_parser_parse.y
13286           src/pop.[ch]
13287           src/prefs_account.h
13288           src/prefs_filtering.c
13289           src/selective_download.[ch]   *** NEW FILES ***
13290           src/utils.[ch]
13291           po/POTFILES.in
13292                 Selective Download added to 'Tool' menu. 
13293                 Retrieves email headers of the currently selected pop3 
13294                 account and allows the user to mark emails for deletion 
13295                 right on the pop3 server. Patch submitted by Oliver Haertel 
13296                 <oha@users.sourceforge.net>.
13297         
13298         * po/POTFILES.in
13299                 add 'src/quote_fmt.c'           
13300
13301 2002-02-22 [christoph]  0.7.2claws5
13302
13303         * src/Makefile.am
13304                 added quote_fmt.c
13305         * src/prefs_common.[ch]
13306         * src/prefs_template.c
13307         * src/quote_fmt.c               *** NEW FILE ***
13308         * src/quote_fmt.h
13309                 move quote format symbol description code
13310                 to it's own file because it is used from
13311                 differnent code parts
13312                 Rewrote symbol description GUI
13313                   + use table
13314                   + add separators
13315                   + get data from array (no more long constant strings)
13316         * src/quote_fmt_lex.l
13317         * src/quote_fmt_parse.y
13318                 Symbol for Literal % changed to \% instead of %%
13319                 (More logical as \ is used for quoting for other symbols)
13320                 Add |f and |p to include files and program output
13321                 Examples:
13322                     |f{/home/.../.signature}
13323                     |p{date}
13324         * po/de.po
13325                 Correct wrong spelling for "Referenzen"
13326
13327 2002-02-21 [paul]       0.7.2claws4
13328
13329         * src/procmsg.c
13330                 forgotten during sync
13331
13332 2002-02-21 [paul]       0.7.2claws3
13333
13334         * sync with sylpheed 0.7.2cvs11
13335                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13336                 2002-02-20 and 2002-02-21
13337
13338 2002-02-20 [melvin]     0.7.2claws2
13339
13340         * src/prefs_actions.c
13341                 Added error report when child cannot fork or when execvp 
13342                 returns with an error.
13343
13344 2002-02-19 [christoph]  0.7.2claws1
13345
13346         * src/codeconv.c
13347                 return unconverted text if conde conversion is not possible
13348                 when libjconv is used.
13349                 (patch submitted by "Simon 'corecode' Schubert")
13350
13351 2002-02-19 [paul]       
13352
13353         * version 0.7.2claws release
13354
13355 2002-02-19 [paul]       0.7.2claws
13356
13357         * po/nl.po
13358                 updated by Wilbert Berendsen
13359
13360
13361 2002-02-18 [alfons]     0.7.1claws13
13362
13363         * src/syldap.c
13364         * src/jpilot.c
13365                 remove references to dlfcn and explicitly loading functions
13366                 from dynalink libs, because libs linked anyway, and functions
13367                 are loaded explicitly
13368
13369 2002-02-17 [melvin]     0.7.1claws12
13370
13371         * src/prefs_actions.c
13372                 Replaced children wait loop with double fork technique.
13373                 Now, input/output window updated at each new output.
13374                 free_children(): Fixed a memory leak.
13375                 Made input/output window non closable if running children
13376                 still exist.
13377                 Added missing <unistd.h> include.
13378                 Added some --debug outputs.
13379
13380 2002-02-17 [melvin]     0.7.1claws11
13381
13382         * src/summaryview.c
13383                 Fixed bug where descending sort order did not select top
13384                 message.
13385
13386 2002-02-17 [melvin]     0.7.1claws10
13387
13388         * acconfig.h
13389                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13390         * src/prefs_common.c
13391                 Pspell data package directory no more hard coded but
13392                 set during configuration (PSPELL_PATH). (Thanks to 
13393                                 Gustavo Noronha Silva.)
13394
13395 2002-02-17 [melvin]     0.7.1claws9
13396
13397         * configure.in
13398                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13399         * src/gtkspell.c
13400                 Fixed compile-time warnings.
13401
13402 2002-02-16 [alfons]     0.7.1claws8
13403
13404         * src/filesel.c
13405                 fix inadvertent free of NULL pointer which caused
13406                 sylpheed to crash when closing the save-as dialog
13407                 using the window close button
13408
13409 2002-02-16 [carsten]    0.7.1claws7
13410         * src/mainwindow.[ch]
13411           src/summaryview.c
13412           src/prefs_common.c
13413                 fixes for pixmap theming code:
13414                         - recently changed mail attributes shouldn't get
13415                           lost any longer
13416                         - theme is only reloaded iff another theme was
13417                           selected
13418
13419 2002-02-16 [paul]       0.7.1claws6
13420
13421         * sync with sylpheed 0.7.2 release
13422                 see ChangeLog entry 2002-02-15 and 2002-02-16
13423
13424 2002-02-15 [paul]       0.7.1claws5
13425
13426         * sync with sylpheed 0.7.1cvs9
13427                 see ChangeLog entry 2002-02-15
13428
13429         * po/POTFILES.in
13430                 remove unneeded headerwindow.c entry
13431
13432 2002-02-14 [carsten]    0.7.1claws4
13433         * src/summaryview.c
13434                 fixed a bug for "Go to next unread message": there was
13435                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13436                 in the prefs, because of doing "Search again" instead
13437                 "No"
13438
13439 2002-02-14 [carsten]    0.7.1claws3
13440         * src/stock_pixmap.c
13441                 removed 2 more mem leaks; following memprof,
13442                 this code is "leak free" now :)
13443
13444 2002-02-14 [carsten]    0.7.1claws2
13445         * src/stock_pixmap.c
13446                 used opendir/readdir/closedir instead of scandir
13447                 -> code should work now on Solaris
13448
13449 2002-02-14 [paul]       0.7.1claws1
13450
13451         * sync with sylpheed 0.7.1cvs8
13452                 see ChangeLog entries 2002-02-13 and 2002-02-14
13453
13454         * README.claws
13455                 add some description of Actions and Pixmap Themes
13456
13457 2002-02-13 [paul]       
13458
13459         * version 0.7.1claws release
13460
13461 2002-02-13 [paul]       0.7.1claws
13462
13463         * po/es.po
13464           po/it.po
13465           po/pt_BR.po
13466                 updated translations, submitted by Ricardo Mones Lastra,
13467                 Alessandro Maestri and Fabio Junior Beneditto
13468
13469 2002-02-13 [melvin]     0.7.0claws75
13470
13471         * src/prefs_actions.c
13472                 Added missing "signal.h" include
13473
13474 2002-02-13 [melvin]     0.7.0claws74
13475
13476         * src/prefs_folder_item.c
13477                 Added missing "config.h" include
13478         * po/fr.po
13479                 Updated French translation for folder propriety.
13480
13481 2002-02-13 [jens]       0.7.0claws73
13482
13483         * po/POTFILES.in
13484                 Added missing src/prefs_folder_item.c [log added by melvin]
13485         * po/de.po
13486                 Updated German translation.
13487
13488 2002-02-13 [melvin]     0.7.0claws72
13489
13490         * po/fr.po
13491                 Updated French translation.
13492
13493 2002-02-13 [melvin]     0.7.0claws71
13494
13495         * src/gtkutils.c
13496                 Made gtkut_editable_get_selection return NULL if selection
13497                 is of length zero.
13498                 This fixes a bug where selecting part of message A then
13499                 switching to message B and replying to it will not
13500                 quote the message's body.
13501
13502 2002-02-12 [paul]       0.7.0claws70
13503
13504         * src/mainwindow.c
13505                 cosmetic, relating to pixmap themes: on toolbar make 
13506                 updating of 'Exec' and 'Compose news/Compose email'
13507                 icons faster.
13508
13509 2002-02-12 [carsten]    0.7.0claws69
13510         * src/folderview.c
13511           src/mainwindow.[ch]
13512           src/stock_pixmap.c
13513           src/summaryview.c
13514           src/prefs_common.c
13515                 - refreshing after changing pixmap theme better
13516                   now (thanks Paul)
13517                 - wanted to remove some mem leaks, but alfons was
13518                   faster (and had the better solution ;)
13519
13520 2002-02-12 [alfons]     0.7.0claws68
13521
13522         * src/prefs_common.c
13523         * src/stock_pixmap.[ch]
13524                 plug mem leaks, refactor code a little bit
13525
13526
13527 2002-02-12 [sergey]     0.7.0claws67
13528
13529         * src/imap.c
13530                 Fixed problem with copying messages to IMAP folders when the
13531                 server uses something other than '/' as a namespace separator
13532                 (cyrus-imapd uses '.').
13533
13534 2002-02-12 [jens]       0.7.0claws66
13535
13536         * po/de.po
13537                 Updated German Translation
13538
13539 2002-02-12 [paul]       0.7.0claws65
13540
13541         * sync with sylpheed 0.7.1cvs1
13542                 see ChangeLog entry 2002-02-12
13543
13544 2002-02-12 [melvin]     0.7.0claws64
13545
13546         * src/prefs_actions.c
13547                 Fixed "feature" where children's output was duplicated 
13548                 instead of refreshed while monitoring.
13549                 Removed some debug code.
13550
13551 2002-02-12 [christoph]  0.7.0claws63
13552
13553         * src/compose.c
13554                 always delete message from queue after sending/send error
13555                 (closes bug #509601)
13556
13557 2002-02-12 [melvin]     0.7.0claws62
13558
13559         * src/prefs_actions.c
13560                 Children wait loop is now triggered with a timeout of 1s
13561                 Added %F which is replaced with the list of filenames 
13562                 of all selected messages (as suggested by Ricardo Mones Lestra)
13563                 Pipe syntax changed. Prefix with | to send selection, postfix
13564                 with | to retrieve output. Prefix with > or * to send
13565                 user definable input to the command (*: input is hidden)
13566                 Old pipe action should now be postfixed with |, too.
13567
13568 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13569         * src/stock_pixmap.c
13570                 fixed a bug: if there's no theme directory don't
13571                 throw an error, just do "nothing" (thanks Alfons)
13572
13573 2002-02-12 [carsten]    0.7.0claws60
13574         * src/folderview.c
13575           src/summaryview.c
13576                 had to write the cache twice (nasty!); some marks would 
13577                 get lost if not
13578
13579 2002-02-11 [carsten]    0.7.0claws59
13580         * acconfig.h
13581           configure.in
13582           doc-src/maintainer_guide.txt
13583           src/compose.[ch]
13584           src/defs.h
13585           src/folderview.[ch]
13586           src/gtkutils.[ch]
13587           src/mainwindow.[ch]
13588           src/prefs_common.[ch]
13589           src/stock_pixmap.[ch]
13590           src/summaryview.[ch]
13591                 pixmap theming and related work on pixmap
13592                 handling on some other places
13593                 (e.g. hrm features for all folder)
13594           src/pixmap/stock_*.xpm -> the stock_ was removed
13595         
13596 2002-02-11 [paul]       0.7.0claws58
13597
13598         * sync with sylpheed 0.7.1 release
13599                 see ChangeLog entries 2002-02-11
13600
13601 2002-02-08 [paul]       0.7.0claws57
13602
13603         * sync with sylpheed 0.7.0cvs39
13604                 see ChangeLog entry 2002-02-07 (last entry) 
13605
13606         * src/prefs_actions.c
13607           src/prefs_filtering.c
13608           src/prefs_matcher.c
13609           src/prefs_scoring.c
13610                 sync: made it compile with C compilers other than gcc
13611
13612 2002-02-07 [paul]       0.7.0claws56
13613
13614         * sync with sylpheed 0.7.0cvs38
13615                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13616                 2002-02-07
13617
13618 2002-02-07 [darko]      0.7.0claws55
13619
13620         * src/gtkutils.[ch]
13621         * src/summaryview.c
13622                 Fix const gchar */gchar * issue (thanks Hiro)
13623
13624 2002-02-07 [darko]      0.7.0claws54
13625
13626         * src/compose.[ch]
13627         * src/filtering.c
13628         * src/gtkutils.[ch]
13629         * src/prefs_template.c
13630         * src/quote_fmt.h
13631         * src/quote_fmt_parse.y
13632         * src/summaryview.c
13633         * src/utils.[ch]
13634                 When replying or forwarding an email don't quote the entire
13635                 mail body but use the part of the message text that is selected
13636
13637 2002-02-06 [melvin]     0.7.0claws53
13638
13639         * src/prefs_common.[ch]
13640         * src/gtkspell.[ch]
13641         * src/compose.c
13642                 Made possible to switch quickly to last used dictionary
13643                 which makes checking bilingual documents easier.
13644
13645 2002-02-06 [melvin]     0.7.0claws52
13646         
13647         * po/POTFILES.in
13648                 Added forgotten new file src/prefs_actions.c
13649
13650 2002-02-06 [melvin]     0.7.0claws51
13651
13652         * src/prefs_actions.c   ** NEW FILE **
13653         * src/prefs_actions.h   ** NEW FILE **
13654                 Added actions to execute on message text view, or on the
13655                         message's file.
13656         * src/Makefile.am
13657                 Added src/prefs_actions.[ch]
13658         * src/compose.c
13659                 Added new menu "Edit/Actions"
13660         * src/defs.h
13661                 Added new actionsrc file.
13662         * src/main.c
13663                 Added actionsrc reading.
13664         * src/mainwindow.c
13665                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13666         * src/prefs_common.h
13667                 Added new element actionslst element to prefs_common.
13668
13669 2002-02-06 [paul]       0.7.0claws50
13670
13671         * sync with sylpheed 0.7.0cvs36
13672                 see ChangeLog entry 2002-02-06
13673
13674 2002-02-05 [paul]
13675
13676         * po/es.po
13677                 updated by Ricardo Mones Lastra
13678
13679 2002-02-05 [paul]       0.7.0claws49
13680
13681         * sync with sylpheed 0.7.0cvs33
13682                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13683
13684 2002-02-05 [paul]       0.7.0claws48
13685
13686         * src/compose.c
13687                 re-add 'Edit/Advanced/Delete entire line', previously named
13688                 'Delete Line+'
13689
13690 2002-02-04 [paul]       0.7.0claws47
13691
13692         * src/compose.c
13693           src/summaryview.c
13694                 fix bug #494993 (Reply All not taking Reply-To into consi)
13695                 eliminate differences in behaviour of right-click 'Reply to all' 
13696                 in summary view and 'Reply to all' on the toolbar. 
13697                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13698                 view and From gets ignored by 'Reply to all' on toolbar.
13699                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13700                 From when no Reply-To header is present.
13701
13702 2002-02-04 [paul]       0.7.0claws46
13703
13704         * sync with sylpheed 0.7.0cvs30
13705                 see ChangeLog entries 2002-02-03 and 2002-02-04
13706
13707 2002-02-03 [melvin]     0.7.0claws45
13708
13709         * src/gtkspell.[ch]
13710                 Readded function to highlight all misspelled words.
13711                 Fixed bug where user-provided-words did not replace
13712                         correctly the misspelled word when using the mouse.
13713                 Fixed bug where checking a region selected from right to left did
13714                         not check the region at all.
13715                 Fixed bug where 'Check backwards' may not check at all. 
13716                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13717                 Fixed possible buffer overflow when checking for long strings (>1k).
13718                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13719                 Accelerators code uses now gtk_widget_add_accel.
13720                 Removed and disabled obsolete and unfinished code.
13721                 Cleaning up.
13722
13723         * src/compose.c
13724                 Added menu item to Highlight all misspelled words.
13725
13726 2002-02-01 [paul]       0.7.0claws44
13727
13728         * src/mainwindow.c
13729                 fix '/View/Hide read messages' sensitivity when all
13730                 messages in a folder are hidden
13731
13732 2002-02-01 [paul]       0.7.0claws43
13733
13734         * src/main.c
13735                 add --send option to command line interface, sends all
13736                 queued mail. Patch submitted by Ricardo Mones Lastra.
13737
13738 2002-01-31 [paul]       0.7.0claws42
13739
13740         * src/mainwindow.c
13741                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13742
13743 2002-01-31 [paul]       0.7.0claws41
13744
13745         * sync with sylpheed 0.7.0cvs27
13746                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13747                 and 2002-01-31
13748
13749         * src/textview.c
13750                 comment out elements of textview_show_part() as temporary
13751                 workaround for attachment 'Display as text' bug 
13752
13753         * po/pt_BR.po
13754                 updated by Fabio Junior Beneditto
13755
13756 2002-01-30 [paul]       0.7.0claws40
13757
13758         * sync with sylpheed 0.7.0cvs24
13759                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13760                 and 2002-01-30
13761
13762         * src/compose.c
13763                 add {N_("/_Spelling"), ... "<Branch>"} to 
13764                 GtkItemFactoryEntry compose_entries[]
13765
13766         * src/prefs_common.c
13767                 add claws menu items to prefs_keybind_apply_clicked()
13768                 and remove non-claws menu items
13769
13770 2002-01-29 [paul]       0.7.0claws39
13771
13772         * sync with sylpheed 0.7.0cvs22
13773                 see ChangeLog entries 2002-01-28 and 2002-01-29
13774
13775 2002-01-28 [melvin]     0.7.0claws38
13776
13777         * src/compose.c
13778                 Added the declartion of compose_send_control_enter.
13779
13780         * src/compose.c
13781         * src/gtkspell.[ch]
13782                 Added in a 'Spelling' menu which includes the configuration menu. 
13783                 Added a real 'Check all' and got rid from the old one which only
13784                 highlited misspelled word.
13785                 Made 'Check while typing' a disableable option.
13786                 Added a dialog when there are no more misspelled word.
13787                 Added a dialog if error occurs when switching to a dictionary.
13788         
13789         * src/prefs_common.[ch]
13790                 Added option for the default 'Check while typing' option.
13791
13792
13793 2002-01-28 [alfons]     0.7.0claws37
13794
13795         * src/compose.c
13796                 fix buglet and make code comply with sylpheed code style
13797
13798 2002-01-28 [paul]       0.7.0claws36
13799
13800         * sync with sylpheed 0.7.0cvs19
13801                 see ChangeLog entries for 2002-01-28
13802
13803 2002-01-28 [hoa]        0.7.0claws35
13804
13805         * src/defs.h
13806                 added rendererrc
13807
13808         * src/main.c
13809                 read the renderer config
13810
13811         * src/procmime.[ch]
13812                 use the renderer config to convert mime attachments
13813
13814         * src/textview.c
13815                 don't use textview_show_html/ertf,
13816                 use get_text_content instead
13817
13818 2002-01-27 [alfons]     0.7.0claws34
13819         
13820         * src/news.c
13821                 make sylpheed believe it can delete a news message...
13822                 (messages are NOT deleted, maybe we should remove
13823                 processing from the folder properties after all.)
13824
13825 2002-01-27 [alfons]     0.7.0claws33
13826
13827         * src/folder.c
13828                 add extra checks
13829         * src/news.c
13830                 implement remove_msg() 
13831
13832 2002-01-27 [alfons]     0.7.0claws32
13833
13834         * src/procmsg.h
13835         * src/procheader.c
13836         * src/messageview.c
13837                 fix return receipt / disposition notification again. this
13838                 stuff seems to break on _every_ major summary UI change, so
13839                 it's now implemented using a flag which is saved in the
13840                 marks cache
13841                 
13842 2002-01-26 [alfons]     0.7.0claws31
13843
13844         * src/import.c
13845                 let import dialog show the destination folder identifier
13846
13847 2002-01-26 [melvin]     0.7.0claws30
13848
13849         * src/folderview.c
13850         * src/summaryview.c
13851                 Readded 'Mark all read' into summary view popup menu
13852                 Added 'Mark all read' in folder view popup menu for IMAP
13853                 and NNTP.
13854                 Made it insensitive if the selected folder is not the shown
13855                 one to avoid 'Mark all read' on the wrong folder.
13856                 
13857 2002-01-26 [paul]       0.7.0claws29
13858
13859         * src/folderview.c
13860           src/summaryview.c
13861                 move 'Mark all read' from summary view to folder view
13862                 menu. (adapted from) patch submitted by Jeremy Andrews,
13863                 <lists@kerneltrap.com>
13864
13865 2002-01-25 [alfons]     0.7.0claws28
13866
13867         * src/gtkstext.c
13868                 put the gtk class name back so GtkSText adapts the 
13869                 settings of GtkText
13870
13871 2002-01-25 [alfons]     0.7.0claws27
13872
13873         * src/folderview.c 
13874                 assimilate Ricardo's patch that shows pixmaps instead of
13875                 plain "new" and "unread" texts in the folder view column
13876                 headers 
13877
13878 2002-01-25 [paul]       0.7.0claws26
13879
13880         * src/Makefile.am
13881                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13882                 be found in non-standard locations. 
13883                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13884
13885 2002-01-25 [paul]       0.7.0claws25
13886
13887         * sync with sylpheed 0.7.0cvs16
13888                 see ChangeLog entry 2002-01-25
13889
13890 2002-01-24 [paul]       0.7.0claws24
13891
13892         * more sync with sylpheed 0.7.0cvs15
13893                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13894
13895 2002-01-23 [sergey]     0.7.0claws23
13896
13897         * src/importldif.c
13898                 Fixed segfault when closing LDIF import wizard with
13899                 the window manager.
13900         * src/imageview.c
13901         * src/imageview.h
13902         * src/messageview.c
13903         * src/mimeview.c
13904                 Fixed wrong scrolling position after switching between
13905                 text and image parts.
13906
13907 2002-01-23 [paul]       0.7.0claws22
13908
13909         * sync with sylpheed 0.7.0cvs15
13910                 see ChangeLog entries 2002-01-22 and 2002-01-23
13911
13912 2002-01-21 [melvin]     0.7.0claws21
13913
13914         * src/prefs_scoring.c
13915         * src/prefs_filtering.c
13916                 Fixed bug where scoring and filtering windows stopped
13917                 autochecking.
13918
13919 2002-01-21 [paul]       0.7.0claws20
13920
13921         * sync with sylpheed 0.7.0cvs12
13922                 see ChangeLog entries 2002-01-20 and 2002-01-21
13923
13924 2002-01-21 [carsten]    0.7.0claws19
13925         * src/mainwindow.c
13926         * src/menu.[ch]
13927         * src/messageview.[ch]
13928         * src/summaryview.[ch]
13929                 changes to shortcuts handling again:
13930                         + "Q" now controled by mainwin
13931                         + v/V are now customizable and have slightly
13932                           different meanings
13933                 the "button" to minimize the messageview (and maximize
13934                 the summary view) is a real button now
13935         * src/compose.c
13936                 "Delete Line+" added to Edit/Advanced (this will also
13937                 delete the '\n')
13938
13939 2002-01-20 [melvin] 0.7.0claws18
13940
13941         * src/addressbook.c
13942                 Made "Bcc" sensitive when addressbook is called from
13943                 compose window (it was a Claws only bug).
13944
13945 2002-01-19 [alfons] 0.7.0claws17
13946
13947         * src/inc.c
13948                 prevent unnecessary updates when currently selected folder has
13949                 no new messages 
13950
13951 2002-01-19 [alfons] 0.7.0claws16
13952         
13953         * src/summaryview.c
13954                 prevent writing the cache based on current message list in summary 
13955                 view when filtering also put messages in currently selected folder
13956
13957 2002-01-19 [paul]
13958
13959         * po/it.po
13960                 Italian translation submitted by Alessandro Maestri
13961                 <a.maestri@cs.tin.it>
13962
13963 2002-01-18 [melvin]     0.7.0claws15
13964
13965         * src/prefs_filters.c
13966                 fixed bug where 'cancel' from 'filters' window stops autochecking
13967                 if the timer timed out  when the window was open.
13968
13969 2002-01-18 [match]      0.7.0claws14
13970
13971         * src/addrclip.[ch]     ** NEW FILE **
13972         * src/addrselect.[ch]   ** NEW FILE **
13973         * src/adbookbase.h      ** NEW FILE **
13974                 addressbook cut, copy and paste
13975         * src/addrbook.[ch]
13976         * src/addrcache.[ch]
13977         * src/addressitem.h
13978         * src/addrindex.[ch]
13979         * src/addritem.[ch]
13980         * src/importldif.c
13981         * src/importmutt.c
13982         * src/jpilot.[ch]
13983         * src/syldap.[ch]
13984         * src/vcard.[ch]
13985         * src/jpilot.[ch]
13986         * src/editbook.c
13987         * src/editjpilot.c
13988         * src/editldap.c
13989         * src/editvcard.c
13990                 support for copy/paste
13991         * src/addressbook.c
13992                 support for copy/paste
13993                 tidy up menu option processing
13994                 correct address list function arguments
13995         * src/editaddress.c
13996                 sort user attributes
13997         * src/ldif.h
13998         * src/mutt.h
13999                 tidy up
14000
14001         * src/addrbook.[ch]
14002         * src/addrbook.[ch]
14003         * src/addrbook.[ch]
14004                 
14005
14006 2002-01-18 [paul]       0.7.0claws13
14007
14008         * sync with sylpheed 0.7.0cvs8
14009                 configure.in: support Mac OS X (Darwin)
14010
14011 2002-01-18 [carsten]    0.7.0claws12
14012         * src/html.c
14013                 small hack to fix a segfault with an empty href
14014                 (reported by Alexandra Walford <deeni@altern.org>)
14015         * src/mainwindow.c
14016         * src/summaryview.c
14017                 the shortcuts for Mark und Mark as unread are hardcoded
14018                 again
14019         * src/compose.c
14020         * src/gtkstext.[ch]
14021                 readded the shortcuts in gtkstext but made them
14022                 customizeable (simply by adding a menu plus a wrapper
14023                 to compose.c)
14024
14025 2002-01-17 [melvin]     0.7.0claws11
14026
14027         * src/gtkspell.c
14028                 fix default dictionary not being saved.
14029
14030 2002-01-16 [darko]      0.7.0claws10
14031
14032         * src/compose.c
14033                 fix wrapping crash with URL longer than wrapping margin
14034
14035 2002-12-08 [hoa]        0.7.0claws10
14036
14037         * src/matcher_parser_parse.y
14038                 fixed some bugs
14039
14040         * src/prefs_filtering.c
14041                 now, we can use bounce action in the dialog box.
14042
14043 2002-01-16 [carsten]    0.7.0claws9
14044         * src/gtkstext.c
14045                 removed the <control> and <alt> shortcuts because they're
14046                 not needed and interefered with the "normal" shortcuts
14047         * src/mainwindow.c
14048         * src/summaryview.c
14049                 removed most of the hardcoded shortcuts and assigned
14050                 them to menu entries making them easy customizable by
14051                 that
14052
14053 2002-01-16 |melvin]     0.7.0claws8
14054
14055         * src/gtkspell.c
14056                 fixed bug where using the mouse and when the compose
14057                 window is not on top may result in a crash.
14058
14059 2002-01-16 [melvin]     0.7.0claws7
14060
14061         * src/compose.c
14062                 fixed a long standingspell checker bug which could 
14063                 cause a crash after sending a message.
14064
14065 2002-01-16 [paul]       0.7.0claws6
14066
14067         * sync with sylpheed 0.7.0cvs7
14068                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14069                 2002-01-15, and 2002-01-16
14070
14071 2002-01-16 [melvin]     0.7.0claws5
14072
14073         * README.claws
14074         * src/compose.c
14075         * src/gtkspell.[ch]
14076         * src/main.c
14077                 Heavily modified spell checker code to work around
14078                 ispell bug, to add keyboard shortcuts and for future
14079                 enhancements. See README.claws for usage information.
14080
14081 2002-01-15 [alfons]     0.7.0claws4
14082         
14083         * src/summaryview.c
14084                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14085                 so sorting within threads reflects sort mode
14086
14087 2002-01-15 [christoph]  0.7.0claws3
14088
14089         * src/procmsg.c
14090                 added alertpanel if mail sending failed
14091
14092 2002-01-15 [alfons]     0.7.0claws2
14093         
14094         * src/prefs_filtering.c
14095                 don't stop timer when prefs filtering dialog is opened
14096
14097 2002-01-14 [alfons]     0.7.0claws1
14098
14099         * src/addr_compl.c
14100         * src/prefs.c
14101                 remove debug_print()s for privacy reasons
14102
14103 2002-01-14 [darko]      0.7.0claws
14104
14105         * README.claws
14106                 quotation wrapping is now also in the main branch
14107
14108 2002-01-14 [paul]
14109
14110         * tools/filter_conv.pl
14111                 allow for Boolean Op and case-sensitivity
14112                 this file is included in the release and tagged
14113                 'rel_0_7_0'
14114
14115 2002-01-13 [paul]       0.7.0claws
14116
14117         * release 0.7.0, with cvs tag 'rel_0_7_0'
14118
14119 2002-01-13 [paul]
14120
14121         * tools/filter_conv.pl
14122         * tools/README
14123                 rewritten to output to matcherrc instead of filteringrc
14124
14125         * po/es.po
14126                 updated Spanish translation by Ricardo Mones Lastra
14127
14128 2002-01-13 [alfons]
14129
14130         * po/nl.po
14131                 update dutch translation
14132
14133 2002-01-13 [paul]
14134
14135         * po/pt_BR.po
14136                 Updated by Fabio Junior Beneditto 
14137
14138 2002-01-13 [melvin]     0.6.6claws53
14139
14140         * po/fr.po
14141                 Updated french translation
14142
14143 2002-01-12 [alfons]     0.6.6claws52
14144
14145         * src/filtering.c
14146                 plug mem leak that has been sitting there for ages              
14147
14148 2002-01-12 [alfons]     0.6.6claws51
14149
14150         * src/summaryview.c
14151                 undo melvin's changes from 0.6.6claws48 because summary
14152                 view now refuses to select first unread message when
14153                 selecting a folder 
14154
14155 2002-01-11 [alfons]     0.6.6claws50
14156
14157         * src/import.c
14158                 use claws' semantics for getting folder item when
14159                 importing an mbox file into a folder 
14160                 (submitted by Dale P. Smith)
14161
14162 2002-01-11 [christoph]  0.6.6claws49
14163
14164         * src/prefs.h
14165                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14166                 toggle widget, because non static prefs can not use
14167                 prefs_set_* functions
14168         * src/prefs_account.c
14169                 toggle smtp auth password field sensitivity if
14170                 user id is empty and add descrition of usage for
14171                 these fields
14172         * src/prefs_folder_item.c
14173                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14174                 callbacks
14175
14176 2002-01-11 [melvin]     0.6.6claws48
14177
14178         * src/compose.c
14179                 fix the 'Ctrl-Enter' feature for sending and test really
14180                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14181                 editables which was not documented in Gtk)
14182
14183         * src/summaryview.c
14184                 Made summaryview refresh after sorting and not before.
14185
14186 2002-01-11 [christoph]  0.6.6claws47
14187
14188         * src/compose.c
14189                 select account from account ids if possible and
14190                 correctly set save folder for copy in reedit
14191
14192 2002-01-10 [paul]       0.6.6claws46
14193
14194         * sync with sylpheed 0.7.0 release
14195                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14196                 2002-01-09
14197
14198 2002-01-09 [alfons]
14199
14200         * src/summaryview.c
14201                 remove more dirt traces...
14202
14203 2002-01-09 [alfons]
14204         
14205         * src/summaryview.c
14206                 clean up some traces of my debugging stuff
14207
14208 2002-01-09 [alfons]     0.6.6claws45
14209
14210         * src/filtering.c
14211                 break up filteringprop_apply() in three separate pieces
14212                 so we can drop messages that failed processing in the
14213                 inbox
14214
14215         * src/summaryview.c
14216                 fix bug #469598 "no refresh of inbox after filter" which 
14217                 was introduced by the new summary view locking, and which 
14218                 prevented the summary view to update after a manual filter 
14219                 message. claw's filter message requires a summary_show().
14220                 (aargh, summary_show() again! :-)
14221                 
14222 2002-01-07 [alfons]     0.6.6claws44
14223
14224         * src/headerwindow.c
14225         * src/logwindow.c
14226         * src/messageview.c
14227         * src/sourcewindow.c
14228                 bring in Hiro's last 0.7.0 wm class fixes
14229
14230         * tools/sylprint.pl
14231                 bring in Ricardo's fix for sylprint script
14232
14233         * AUTHORS       
14234         * src/rfc2015.[ch]
14235         * src/prefs_common.[ch]
14236         * src/prefs_account.[ch]
14237         * src/compose.c
14238                 clean up account preference poison in rfc2015,
14239                 and preparation to fix double sign bug 
14240                 (patch submitted by Simon 'corecode' Schubert)
14241
14242 2002-01-07 [christoph]  0.6.6claws43
14243
14244         * src/mh.c
14245                 search for free message number, do not only rely
14246                 on last_num
14247         * src/send.c
14248                 fix smtp auth and use extra account information
14249                 if available, if not use pop3 data instead
14250                 (closes bug #500341)            
14251         * src/ssl.[ch]
14252                 match coding style
14253
14254 2002-01-06 [alfons]     0.6.6claws42
14255
14256         * src/mainwindow.c
14257                 try making the separate windows work again...
14258
14259 2002-01-06 [alfons]     0.6.6claws41
14260
14261         * src/mainwindow.c
14262                 adapt Hiro's separate window menu (to get rid of the funny
14263                 duplicate menu items), and make it work again
14264
14265 2002-01-06 [alfons]     0.6.6claws40
14266
14267         * tools/Makefile.am
14268         * tools/sylprint.rc
14269         * tools/sylprint.pl
14270         * tools/README.sylprint
14271                 add sylprint script for printing mails from Sylpheed
14272                 (contributed by Ricardo Mones Lastra)
14273
14274         * src/acount.c
14275                 clean up
14276
14277 2002-01-06 [melvin]     0.6.6claws39
14278
14279         * src/mainwindow.c
14280         * src/summaryview.c
14281                 Fixed crash introduced in 0.6.6claws38 by the menu
14282                 reorganisation (Hide read messages)
14283         
14284         * ChangeLog.claws 
14285                 Fixed typo (we are now in 2002, alfons ;) )
14286
14287 2002-01-05 [alfons]     0.6.6claws38
14288
14289         * sync with sylpheed 0.6.6cvs10-17
14290                 (last stuff marked as LAST_STABLE)
14291
14292 2002-01-04 [melvin]     0.6.6claws37
14293
14294         * src/account.c
14295                 Made account selection code use strcasestr again instead of
14296                 g_strcasecmp (fixes bug where reediting queued messages
14297                 did not select proper account reported by T. Link).
14298         
14299         * src/folderview.c
14300                 Fix bug where folder icons are not shown when 'hide read messages'
14301                 is on.
14302         
14303         * src/stock_pixmaps.[ch]
14304                 Added folder icons for 'hide read messages'.
14305         
14306         * src/compose.c
14307                 Fixed bug where 'Enter' in a header entry will send the message 
14308                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14309
14310 2002-01-03 [melvin]     0.6.6claws36
14311         
14312         * src/prefs.[ch]
14313                 Added popup menu for common preferences and
14314                 account preferences (right click on tab displays
14315                                 a menu of all tabs.)
14316
14317 2002-01-02 [melvin]     0.6.6claws35
14318
14319         * src/gtkspell.[ch]
14320                 Made spelling code compatible with undo/redo feature.
14321                 Added creation of suggestion mode menu for the general
14322                         preferences.
14323         
14324         * src/prefs_common.[ch]
14325                 Added option menu for the speller's suggestion mode.
14326                 Added missing spaces in "..." buttons and made a "..."
14327                         button non translatable!
14328         
14329         * src/compose.c
14330                 Made speller use the default suggestion mode.
14331                 Hack to make it possible to choose 'CTRL-Enter' as a
14332                         shortcut for sending (and only for sending).
14333
14334         * src/prefs_folder_item.c
14335                 Changing subject simplification does not update cache 
14336                         anymore (because it is unnecessary).
14337                 Fixed bug where changing subject simplification updated the 
14338                         summaryview even when the viewed folder is not the
14339                         folder which properties are being changed. (E.g. 
14340                                         viewing folder A and changing
14341                                         the subject simplification of 
14342                                         folder B -not being viewed- updated the 
14343                                         summaryview of folder A with data of
14344                                         folder B). (Hope this is clear... )
14345
14346 2001-12-31 [alfons]     0.6.6claws34
14347         
14348         * src/ldif.c
14349         * src/mutt.c
14350                 fgetc() returns a signed integer which doesn't
14351                 fit in a char. so c truncates this to a char
14352                 but we may lose significant bits. i.e. we may
14353                 comparing 0xFF which may not be equal to -1
14354                 unless properly casted to signed char which
14355                 we won't do because fgetc() returns a signed
14356                 integer which doesn't fit in a char. so c 
14357                 truncates this to a char but we may lose 
14358                 significat bits. (you got the idea, thanks
14359                 to Gustavo Noronha Silva <kov@debian.org>
14360                 and the Debian folks!)
14361
14362 2001-12-30 [alfons]     0.6.6claws33
14363
14364         * src/prefs_common.c
14365                 add #ifdef USE_PSPELLs that Melvin forgot               
14366
14367 2001-12-30 [melvin]     0.6.6claws32
14368         
14369         * src/prefs_common.[ch]
14370                 Added configurable color for misspelled words.
14371
14372         * src/gtkspell.[ch]
14373                 Fixed bug of foreground text color (reported by David
14374                                 Mehrmann)
14375                 Added configurable color for misspelled words.
14376
14377 2001-12-30 [alfons]     0.6.6claws31
14378
14379         * src/folder.c
14380                 remove unnecessary things someone put there
14381
14382         * src/mh.c
14383         * src/folder.[ch]
14384                 make folder properties (like threading and sorting) persistent
14385                 (closes bug #497424 "rescan folder tree resets proprieties")
14386                 currently this is only for MH folders. 
14387
14388 2001-12-29 [melvin]     0.6.6claws30
14389
14390         * src/string_match.[ch]
14391                 Optimized a bit: regexp pattern buffer compiled only once, and
14392                   one subroutine call removed. Fixed ^ regexp search: Now, 
14393                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14394         
14395         * src/summaryview.c
14396                 Subject filtering changed to filter summary columns and
14397                   not directly the messages subject cache. The loss in 
14398                   performance is balanced by the improvement of string_match.
14399                 Added an alert panel if there is an error in the regexp.
14400
14401         * src/src/prefs_folder_item.h
14402                 Added a regexp pattern buffer.
14403
14404 2001-12-28 [alfons]     0.6.6claws29
14405
14406         * src/string_match.[ch]
14407                 clean up name space
14408                 allow compilation *BSD
14409
14410 2001-12-27 [alfons]     0.6.6claws28
14411
14412         * src/filter.c
14413                 sync the Hiro's bug fix for BSD
14414
14415 2001-12-27 [melvin]     0.6.6claws27
14416         
14417         * src/compose.c
14418                 Simplify focus to subject entry code.
14419
14420 2001-12-27 [darko]      0.6.6claws26
14421
14422         * src/filtering.c
14423         * src/mbox_folder.c
14424         * src/messageview.c
14425         * src/mh.c
14426         * src/procheader.[ch]
14427         * src/procmsg.h
14428         * src/stock_pixmap.[ch]
14429         * src/summaryview.c
14430                 Show key icon for encrypted mails in summary view
14431
14432         * src/pixmaps/clip.xpm
14433         * src/pixmaps/clipkey.xpm
14434         * src/pixmaps/key.xpm
14435                 New/modified icons for the above
14436
14437 2001-12-27 [melvin]     0.6.6claws25
14438
14439         * src/prefs_common.c
14440                 Put spell checker options in a separate tab to decrease
14441                 the Common Preferences window height.
14442
14443         * README.claws  
14444                 Update spell checker usage instruction about its options
14445                 location.
14446
14447 2001-12-27 [melvin]     0.6.6claws24
14448
14449         * src/compose.c
14450                 Changed subject entry widget position. Initial focus is
14451                 on the To header instead of the subject entry.
14452                 Creating a new header scrolls the header list to make the
14453                 created one visible. Nevertheless, when automatically filling
14454                 headers, the first one is shown.
14455                 A Tab key press in the last empty header entry zips the 
14456                 focus to the subject entry.
14457                 (I did not change the combo boxes, yet)
14458
14459 2001-12-26 [alfons]     0.6.6claws23
14460
14461         * src/prefs_account.c
14462         * src/inc.c
14463                 allow default inbox to reside in another mailbox (only
14464                 works for POP3 accounts)
14465
14466 2001-12-26 [alfons]     0.6.6claws22
14467         
14468         * src/textview.c
14469                 make reply-on-click work with the account of the selected folder
14470         * src/compose.c
14471                 put a fixme here to remind me to fix finding correct default
14472                 account for nested folders
14473
14474 2001-12-25 [alfons]     0.6.6claws21
14475
14476         * src/summaryview.c
14477                 make column headers display locked and mark pixmaps (idea by Melvin) 
14478                 fix bug by adding score and locked column type to sort array
14479
14480 2001-12-25 [alfons]     0.6.6claws20
14481         
14482         * src/summaryview.c
14483                 catch a *potentially* inadvertent write back of  
14484                 the message cache(s) introduced by 0.6.5claws37
14485
14486 2001-12-25 [christoph]  0.6.6claws19
14487
14488         * src/stock_pixmap.[ch]
14489         * src/summaryview.c
14490                 add ignore thread pixmap
14491                 (can someone draw a better icon for this?)
14492
14493 2001-12-24 [alfons]     0.6.6claws18
14494
14495         * src/prefs_folder_item.c
14496                 make address completion actually work for the
14497                 Default To address in the Folder Property dialog.
14498
14499 2001-12-24 [alfons]     0.6.6claws17
14500         
14501         * src/summaryview.c
14502                 use new style regexp for subject stripping 
14503                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14504
14505 2001-12-24 [darko]      0.6.6claws16
14506
14507         * src/pgptext.c
14508         * src/rfc2015.c
14509                 move GPG related informational messages to debug mode
14510
14511 2001-12-23 [alfons]     0.6.6claws15
14512
14513         * src/stock_pixmap.[ch]
14514         * src/summaryview.c
14515                 add the forgotten Claws' locked pixmap
14516
14517 2001-12-23 [alfons]     0.6.6claws14
14518
14519         * src/filesel.c
14520                 accept file name typed in entry in multi file
14521                 selector (patch submitted by Gustavo Noronha Silva 
14522                 <kov@debian.org>)
14523
14524 2001-12-23 [alfons]     0.6.6claws13
14525
14526         * src/prefs_filter.c
14527         * src/prefs_filtering.c
14528         * src/matcher.c
14529         * src/importmutt.c
14530                 clean up a little bit
14531         
14532         * src/string_match.c
14533                 validate input strings a little bit more
14534
14535 2001-12-23 [alfons]     0.6.6claws12
14536
14537         * src/Makefile.am
14538         * src/summaryview.c
14539         * src/string_match.[ch]         ** NEW **
14540         * src/folderview.[ch]
14541         * src/headerview.h
14542         * src/folder.[ch]
14543         * src/prefs_folder_item.[ch]
14544                 add subject simplification to strip out strings from
14545                 a subject line (esp. handy for mailing lists). 
14546                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14547                 but slightly changed things for better integration.)
14548
14549 2001-12-23 [alfons]     0.6.6claws11
14550
14551         * src/mainwindow.c
14552                 fix bug introduced by submission included in 0.6.5claws52.
14553                 ideally this submission should clean the trash if any trash
14554                 folder has a message. however, the hasTrash variable was
14555                 set to false whenever a trash folder was empty (discarding
14556                 a previously found *filled* trash folder.)
14557
14558                 also edited the code a little bit and made it more safe.
14559
14560 2001-12-22 [alfons]     0.6.6claws10
14561
14562         * src/imap.c
14563                 quick fix for Martin Pool's omission of an account
14564                 specific SSL setting
14565
14566 2001-12-22 [alfons]     0.6.6claws9
14567
14568         * src/compose.c
14569         * src/messageview.c
14570         * src/mimeview.c
14571         * src/pgptext.c
14572         * src/procmime.[ch]
14573                 better support for multipart/digest (submitted
14574                 by Fredrik <e98fo@efd.lth.se>)
14575
14576 2001-12-22 [alfons]     0.6.6claws8
14577
14578         * src/addressbook.c
14579                 correct function signature
14580         * src/socket.[ch]
14581         * src/imap.[ch]
14582         * src/prefs_account.[ch]
14583                 allow IMAP over SSH tunnel (patch submitted by 
14584                 Martin Pool <mbp@samba.org>)
14585
14586 2001-12-21 [alfons]     0.6.6claws7
14587
14588         * sync with sylpheed 0.6.6cvs4-9
14589                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14590
14591 2001-12-21 [christoph]  0.6.6claws6
14592
14593         * src/compose.c
14594         * src/prefs_folder_item.[ch]
14595                 implement saving of outgoing messages to current folder.
14596                 fix segfault when no default outbox is available
14597                 (closes bug #495683)
14598
14599 2001-12-21 [carsten]    0.6.6claws5
14600         * src/folderview.c
14601         * src/summaryview.c
14602                 pressing CTRL while DND does now the expected thing and
14603                 copies the mail (moving is still the default, as this
14604                 seam more appropriate for handling mails by DND)
14605
14606 2001-12-18 [paul]       0.6.6claws4
14607
14608         * sync with sylpheed 0.6.6cvs3
14609                 see ChangeLog entries 2001-12-18
14610
14611 2001-12-18 [hiro]       0.6.6claws3
14612
14613         * src/undo.c
14614                 fix for multibyte characters (obtain the number of letters
14615                 instead of bytes).
14616
14617 2001-12-17 [paul]       0.6.6claws2
14618
14619         * sync with sylpheed 0.6.6cvs1
14620                 see ChangeLog entry 2001-12-16
14621
14622 2000-12-17 [alfons]     0.6.6claws1
14623
14624         * src/filtering.c
14625                 clean up
14626
14627 2001-12-16 [paul]       0.6.6claws
14628 2001-12-15
14629
14630         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14631
14632         * src/mimeview.c
14633                 last minute sync with main 0.6.6
14634
14635         * po/es.po
14636                 updated by Ricardo Mones Lastra
14637                 update for last minute sync
14638         * po/fr.po
14639         * po/nl.po
14640                 update for last minute sync
14641         * po/de.po
14642                 updated by Jens Oberender
14643         * po/pt_BR.po
14644                 updated by Fabio Junior Beneditto
14645
14646         * src/prefs_common.[ch]
14647         * src/undo.c
14648                 number of undo levels is user configurable
14649                 (squeeze it into the release in the dying
14650                 moments) Submitted by Jens Oberender    
14651
14652 2001-12-15 [melvin]
14653
14654         * po/fr.po
14655                 updated french translation
14656
14657 2001-12-15 [paul]       0.6.5claws92
14658
14659         * sync with sylpheed 0.6.5cvs28
14660                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14661
14662         * po/nl.po
14663                 update to allow for sync
14664
14665 2001-12-15 [alfons]
14666         
14667         * po/nl.po
14668                 update dutch translation
14669
14670 2001-12-14 [carsten]    0.6.5claws91
14671         * src/summaryview.c
14672                 fixed bug #473785; also after changing the column order
14673                 the same message will be selected and displayed as before
14674                 the reordering
14675
14676 2001-12-14 [carsten]    0.6.5claws90
14677         * src/folderview.c
14678                 probably found the bug reported by wwb opening or closing
14679                 a folder tree just before dnd (found the solution in the
14680                 balsa source -- thanks to them)
14681
14682 2001-12-14 [carsten]    0.6.5claws89
14683         * src/gtkutils.c
14684         * src/account.c
14685                 moved gtk_clist_moveto to the right place, so that
14686                 only the accounts dialog is effected on opening
14687
14688 2001-12-14 [carsten]    0.6.5claws88
14689         * src/gtkutils.c
14690                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14691                 now, so that the focused row will be seen in any case
14692                 (reported by wwp on sf-claws-user)
14693
14694 2001-12-14 [darko]      0.6.5claws87
14695
14696         * src/compose.c
14697                 remove unnecessary line
14698
14699 2001-12-14 [paul]       0.6.5claws86
14700
14701         * sync with sylpheed 0.6.5cvs27
14702                 see ChangeLog entries 2001-12-14
14703
14704 2001-12-14 [carsten]    0.6.5claws85
14705         * src/mainwindow.c
14706                 following a suggestion of Melvin the rcoabm pops up
14707                 right under the button now and the button is reliefed
14708                 while the popup is open
14709
14710 2001-12-14 [darko]      0.6.5claws84
14711
14712         * src/compose.c
14713                 fix crash when wrapping long lines if linewrap quotation
14714                 is disabled and wrapper encounters a word spanning more
14715                 than one line
14716
14717 2001-12-13 [paul]       0.6.5claws83
14718
14719         * src/compose.c
14720                 prefer 'Reply-To' header over mailing list header when
14721                 replying to a message. Finally prevent all those confirmation 
14722                 messages being sent to the list itself.
14723
14724         * src/summaryview.c
14725                 remove unused summary_set_menu_sensitive() entry
14726
14727 2001-12-13 [paul]       0.6.5claws82
14728
14729         * src/folderview.c
14730         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14731         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14732         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14733                 improvements to 'Hide read messages': Inbox, Outbox,
14734                 Trash, Queue, and Draft icons now reveal presence of hidden 
14735                 messages
14736
14737 2001-12-12 [alfons]     0.6.5claws81
14738
14739         0.6.5claws80 was tagged as LAST_STABLE
14740
14741         * src/filtering.[ch]
14742         * src/matcher.[ch]
14743         * src/matcher_parser_lex.c
14744                 fix the filtering; my last attempt to get it right, 
14745                 if it does not work, it's Hoa's turn. ;-)
14746
14747                 for my honourable peers:
14748                 
14749                 the code now makes a clear distinction between
14750                 rules as they are displayed (probably escaped),
14751                 and as they are executed (probably unescaped). the
14752                 parser does *NOT* do any unescaping, this is
14753                 the task of the matcher.c (which breaks up a
14754                 rule into condition) and the filtering.c (which
14755                 breaks up the rule's action). to make this
14756                 run happily we provide an unescaped copy of
14757                 crucial strings to the MatcherProp and 
14758                 FilteringAction structures. note that the only
14759                 exception to this is any REGEXP string. those
14760                 are directly passed to regcomp() and regexp()
14761                 (who have much more powerful unescape functions).
14762                 
14763                 for everyone else:
14764         
14765                 you can escape tab (\t), carriage return (\r),
14766                 linefeed (\n), form feed (\f), quote (\"), 
14767                 single quote (\'), bell (\b) in all the entry
14768                 lines in the scoring & filtering dialogs.
14769                 as an added bonus this should not affect
14770                 existing filtering rules.
14771
14772 2001-12-12 [carsten]    0.6.5claws80
14773
14774         * src/summaryview.c
14775         * po/de.po
14776                 "item(s) selected" is now sensitive to 1 or more
14777                 than one selected (nice for language where simple
14778                 adding of a "s" is not possible as German (Eintrag
14779                 ->Eintr"age)
14780                 
14781                 the "forward as attachment" entry from the right
14782                 click menu removed, "forward" acts following the
14783                 prefs
14784         
14785         * src/textview.c
14786                 reverted my former changes; so compiler warning again
14787                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14788                 nevertheless
14789
14790         * src/messageview.c
14791                 "search in message" does now *not* only work in MVIEW_TEXT
14792                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14793                 message
14794
14795         * src/mainwindow.c
14796                 removed "/File/_Close" as it was the same as "/File/E_xit"
14797                 and we don't need it two times
14798
14799                 the separate folder view and message view now get a distinct
14800                 WMCLASS, just in case someone is using sawfish ;-)
14801
14802                 as the menu entries "/View/Message view" and "/View/Folder tree"
14803                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14804                 make them sensitive accordingly and as these two are "shown"
14805                 after startup anytime check this menuitem at startup
14806
14807 2001-12-12 [paul]       0.6.5claws79
14808
14809         * src/folderview.c
14810                 fix sensitivity of 'Search folder...', broken in
14811                 0.6.5claws75
14812
14813         * src/mainwindow.c
14814                 fix dodgy English
14815
14816 2001-12-11 [carsten]    0.6.5claws78
14817         * src/filtering.c
14818                 fixed two typos returning a wrong FALSE/TRUE
14819         * src/mainwindow.[ch]
14820                 extra menu for email/news button removed
14821
14822 2001-12-11 [alfons]     0.6.5claws77
14823         
14824         * src/matcher.c                 (1.3)
14825         * src/matcher_parser_lex.l      (1.28)
14826                 revert for another attempt
14827                 mark 0.6.5claws77 as LAST_STABLE
14828
14829 2001-12-11 [christoph]  0.6.5claws76
14830
14831         * po/de.po
14832                 fixed wrong translation for prev. unread msg
14833
14834 2001-12-11 [paul]       0.6.5claws75
14835
14836         * src/folder.[ch]
14837         * src/folderview.c
14838         * src/mainwindow.c
14839         * src/summaryview.[ch]
14840         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14841                 enable ability to hide read messages on per folder basis via 
14842                 '/Summary/Hide read messages'; when selected, a folder will 
14843                 have a red open folder icon, instead of a blue icon, if the 
14844                 folder contains hidden messges
14845                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14846
14847         * src/mainwindow.c
14848                 remove '/Message/Forward as attachment' from 
14849                 main_window_set_menu_sensitive() to prevent debug warning
14850
14851         * src/folderview.c
14852         * src/mainwindow.c
14853                 Clean up some of the English
14854
14855         * tools/newscache_clean.pl
14856                 allow for new 'hidereadmsgs' entry in folderlist.xml
14857
14858         * po/es.po
14859                 updated translation, submitted by Ricardo Mones Lastra
14860
14861 2001-12-11 [paul]       0.6.5claws74
14862
14863         * sync with sylpheed 0.6.5cvs25
14864                 see ChangeLog entry 2001-12-11
14865
14866 2001-12-10 [alfons]     0.6.5claws73
14867
14868         * src/matcher.c
14869                 add more control characters
14870         * src/matcher_parser_lex.l
14871                 make escaping / unescaping work again
14872
14873 2001-12-10 [alfons]     0.6.5claws72
14874
14875         * src/imap.c
14876                 clean up warnings "returning value for void function" 
14877         * src/prefs_filtering.c
14878                 make info button for execute action sensitive
14879
14880 2001-12-10 [paul]       0.6.5claws71
14881
14882         * src/compose.c
14883         * src/imap.[ch]
14884         * src/summaryview.c
14885                 fix: imap server now gets informed of MARKED, UNMARKED
14886                 and REPLY events. Now people can use different IMAP-Mail
14887                 clients and have the exact same information about MARKED,
14888                 UNMARKED and REPLY status with all of them. Especially
14889                 useful for imap servers with a web-frontend.
14890                 submitted by Tobias Sandhaas <medlor@web.de>
14891
14892 2001-12-09 [melvin]     0.6.5claws70
14893         
14894         * src/textview.[ch]
14895                 fixed bug #490076 (hunted down by Alfons who implemented
14896                 a workaround in 0.6.5claws65)
14897
14898 2001-12-09 [christoph]  0.6.5claws69
14899
14900         * src/summaryview.c
14901                 set pointer to string in LOCKED column to NULL
14902                 (might fix bug #490800)
14903
14904 2001-12-09 [carsten]    0.6.5claws68
14905
14906         * po/de.po
14907                 resolved some cluttered menu shortcuts 
14908                 ('creating new email' and 'creating news message'
14909                 hade the same)
14910         * src/compose.c
14911                 wmclass now distinc from main window
14912         * src/mainwindow.c
14913           src/mainwindow.h
14914                 email/news and forward button functionality similar
14915                 to the reply buttons; removed the ugly dropdown arrows
14916                 and use instead the right mouse button
14917
14918 2001-12-09 [paul]       0.6.5claws67
14919
14920         * src/imap.c
14921         * src/utils.h
14922                 allow spaces in imap folder names
14923                 submitted by Willem van Engen <wvengen@stack.nl>
14924
14925 2001-12-09 [paul]       0.6.5claws66
14926
14927         * sync with sylpheed 0.6.5cvs24
14928                 see ChangeLog entry 2001-12-09
14929
14930 2001-12-08 [alfons]     0.6.5claws65
14931
14932         * src/textview.c
14933                 prevent secondary selection claim after "add to sender" dialog
14934                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14935                 we trick GTK by simulating a click at (0, 0) in the textview.
14936
14937 2001-12-08 [hoa]        0.6.5claws64
14938
14939         * src/folder.c
14940                 fixed a bug about the .processing folder name while filtering
14941
14942 2001-12-08 [alfons]     0.6.5claws63
14943
14944         * src/folderview.c 
14945                 work around problem of not correctly updating folder stats
14946                 when deleting messages. there's some folder scanning evil
14947                 going so the folderview_update_msg_num() does not work
14948                 correctly. need to investigate this.
14949
14950 2001-12-08 [paul]       0.6.5claws62
14951
14952         * sync with sylpheed 0.6.5cvs23
14953                 see ChangeLog entry 2001-12-08
14954
14955 2001-12-07 [christoph]  0.6.5claws61
14956
14957         * src/compose.c
14958                 fix another header translation problem
14959
14960 2001-12-07 [alfons]     0.6.5claws60
14961
14962         * src/mbox.c
14963                 make filtering also work on local spool mbox
14964
14965 2001-12-07 [carsten]    0.6.5claws59
14966         * src/addressbook.c
14967                 addressbook window gets a wmclass distinct from the main
14968                 sylpheed window
14969         * src/compose.h
14970         * src/mainwindow.[ch]
14971                   forward menu item will use mode selected in prefs, forward 
14972                 as attatchment in menu removed (will be substituted in the
14973                 toolbar similar to reply buttons)
14974                   create news message menu entry and news button is now 
14975                 sensitive to the existance of a news account
14976         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14977         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14978         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14979                 these are removed because the toolbar buttons don't show
14980                 the quoting modus any longer
14981
14982 2001-12-07 [paul]
14983
14984         * tools/newscache_clean.pl      ** NEW FILE **
14985                 perl script to do some tidying up in the newscache directory 
14986                 
14987         * tools/sylpheed-switcher       ** NEW FILE **
14988                 perl script to enable easy switching between main and claws
14989                 
14990         * tools/README
14991                 added descriptions of the two new perl scripts          
14992
14993
14994 2001-12-07 [melvin]     0.6.5claws58
14995
14996         * src/messageview.c
14997                 fixed a warning during compilation introduced in 0.6.5claws56
14998
14999 2001-12-07 [paul]       0.6.5claws57
15000
15001         * src/mainwindow.[ch]
15002         * src/menu.[ch]
15003                 further usability enhancements to replying with or without 
15004                 quoting via the toolbar, use of Ctrl key is replaced by 
15005                 drop down menu 
15006                 Submitted by Carsten Schurig            
15007
15008 2001-12-07 [melvin]     0.6.5claws56
15009
15010         * src/messageview.c
15011                 hack to fix bug that prevented to make/paste selections
15012                 after switching between MVIEW_TEXT and MVIEW_MIME views
15013                 without deselecting the selection first.
15014
15015 2001-12-06 [alfons]     0.6.5claws55
15016
15017         * src/filtering.[ch]
15018         * src/inc.c
15019                 revise filtering a little bit more, and make sure
15020                 messages are delivered to the appropriate inbox
15021                 (perhaps set per account)
15022
15023 2001-12-06 [paul]       0.6.5claws54
15024
15025         * sync with sylpheed 0.6.5cvs22
15026                 see ChangeLog entry 2001-12-06
15027
15028 2001-12-05 [alfons]     0.6.5claws53
15029
15030         * src/inc.c
15031         * src/folder.[ch]
15032         * src/procmsg.c
15033         * src/filtering.c
15034                 more revisions of filtering system
15035                 (last stable version is marked as LAST_STABLE)
15036                 
15037                 | NOTE 1): the filtering system now uses a local folder called
15038                 | .processing. if filtering fails, check this directory
15039                 | for missing messages.
15040                 |
15041                 | NOTE 2): help us find the filtering actions still missing
15042
15043 2001-12-05 [paul]       0.6.5claws52
15044
15045         * src/mainwindow.c
15046                 fix bug where 'Empty Trash?' pop-up window appears even
15047                 when Trash is empty, submitted by Jesse Skinner         
15048
15049 2001-12-05 [melvin]     0.6.5claws51
15050
15051         * src/compose.c
15052                 fixed bug #486106 to select correct account when reediting 
15053                 a queued message
15054         
15055 2001-12-04 [alfons]     0.6.5claws50
15056
15057         * src/mh.c
15058                 declare markfile in appropriate functions when
15059                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15060                 for spotting this)
15061
15062 2001-12-04 [paul]       0.6.5claws49
15063
15064         * sync with sylpheed 0.6.5cvs21
15065                 see ChangeLog entry 2001-12-04
15066
15067 2001-12-03 [christoph]  0.6.5claws48
15068
15069         * po/de.po
15070                 changed translation of undo
15071         * src/account.c
15072         * src/folder.c
15073                 don't reinvent the wheel to traverse a GNode
15074         * src/compose.[ch]
15075                 seperate code to create the compose gui into functions
15076                 add "Others" page with folder selection for saving copy
15077                 of the message.
15078                 the folder identifier is saved to queue header
15079         * src/procmsg.c
15080                 save message to folder in queue header
15081
15082 2001-12-03 [paul]       0.6.5claws47
15083
15084         * sync with sylpheed 0.6.5cvs20
15085                 see ChangeLog entry 2001-12-03
15086
15087 2001-12-01 [paul]
15088
15089         * more sync with sylpheed 0.6.5cvs19
15090                 see ChangeLog entry 2001-11-29
15091
15092 2001-11-30 [paul]       0.6.5claws46
15093         
15094         * src/compose.c
15095                 remove conflicts introduced by Hoa's last commit
15096          
15097         * src/mainwindow.c
15098                 make 'Message/Bounce' sensitive
15099
15100 2001-11-30 [hoa]        0.6.5claws45
15101
15102         * src/compose.c
15103                 slightly change bounce function to add
15104                 information about the user that bounced the mail
15105                 in the From header line.
15106
15107         * src/folderview.c
15108                 permit the use of processing in outbox folder.
15109
15110 2001-11-29 [paul]       0.6.5claws44
15111
15112         * src/mainwindow.[ch]
15113         * src/prefs_common.c
15114         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15115         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15116         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15117                 usability enhancements to the quoting, implements
15118                 use of Ctrl key to toggle quoting settings
15119                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15120
15121 2001-11-29 [paul]       0.6.5claws43
15122         
15123         * sync with sylpheed 0.6.5cvs19
15124                 see ChangeLog entry 2001-11-28
15125
15126 2001-11-29 [melvin]     0.6.5claws42
15127         * src/Makefile.am
15128                 added enriched.[ch] to the list of files
15129
15130         * src/textview.c
15131         * src/mimeview.c
15132         * src/procmime.[ch]
15133         * src/enriched.[ch]
15134                 added support to view text/enriched
15135                 added support to show headers in message view for text/enriched and text/html
15136                         in non multipart messages
15137
15138 2001-11-28 [paul]       0.6.5claws41
15139
15140         * more sync with sylpheed 0.6.5cvs18
15141                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15142
15143 2001-11-27 [paul]       0.6.5claws40
15144         
15145         * po/pt_BR.po
15146                 updated translation, submitted by Fabio Junior Beneditto
15147                 
15148         * sync with sylpheed 0.6.5cvs18
15149                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15150                 2001-11-27
15151
15152
15153 2001-11-26 [paul]
15154
15155         * po/es.po
15156                 updated translation, submitted by Ricardo Mones Lastra
15157
15158 2001-11-26 [alfons]
15159
15160         * src/matcher.c
15161                 add more translatable strings
15162
15163 2001-11-26 [christoph]  0.6.5claws39
15164
15165         * po/de.po      
15166                 fixed one more umlaut
15167         * src/compose.c
15168                 fix translated header when it should not be translated
15169
15170 2001-11-26 [paul]       0.6.5claws38
15171
15172         * src/mainwindow.c
15173                 remove '/Message/Add Sender to address book' from 
15174                 main_window_set_menu_sensitive(), prevent debug warning
15175                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15176
15177 2001-11-26 [paul]       0.6.5claws37
15178
15179         * src/summaryview.c
15180                 fix 'recurring unread state' bug 
15181
15182         * tools/README 
15183         * tools/filter_conv.pl
15184                 read name of top level mailbox from folderlist.xml
15185                 and presume nothing about its name              
15186
15187 2001-11-26 [darko]      0.6.5claws36
15188
15189         * src/gtkstext.[ch]
15190                 removed functions that are now in gtkutils.c
15191                 use gtkut_text_is_uri_string() from gtkutils.c
15192         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15193
15194 2001-11-26 [paul]       0.6.5claws35
15195
15196         * sync with sylpheed 0.6.5cvs16
15197                 see ChangeLog entries 2001-11-25 and 2001-11-26
15198
15199 2001-11-25 [alfons]     0.6.5claws34
15200
15201         EXPERIMENTAL!!! Please checkout the last stable version using: 
15202           
15203         % cvs update -r LAST_STABLE -dRAP
15204
15205         (Or help us testing this stuff.)
15206
15207         * src/filtering.c               (1.14)
15208         * src/filtering.h               (1.6)
15209         * src/inc.c                     (1.28)
15210         * src/matcher.c                 (1.20)
15211         * src/mbox.c                    (1.9)
15212         * src/procmsg.h                 (1.14)
15213         * src/summaryview.c             (1.59)
15214         * src/summaryview.h             (dunno)
15215                 revert/merge/sync to as it was before commit 
15216                 on Thu, 19 Jul 2001 10:15:51 -0700.
15217
15218 2001-11-25 [hoa]        0.6.5claws33
15219
15220         * src/main.c
15221                 processing mails at startup
15222
15223         * src/folderview.c
15224         * src/summaryview.[ch]
15225                 processing mails when entering folder
15226
15227         * src/prefs_filtering.c
15228                 fixed some UI bugs
15229
15230 2001-11-24 [alfons]     0.6.5claws32
15231
15232         * src/summaryview.[ch]
15233                 make summary sort headers work, and also make
15234                 sure the sort type is stored
15235
15236 2001-11-23 [alfons]     0.6.5claws31
15237
15238         * src/summaryview.[ch]
15239                 make lock work like mark
15240                 disallow deleting messages marked as locked
15241
15242 2001-11-23 [alfons]     0.6.5claws30
15243
15244         * src/gtkstext.c
15245         * src/compose.[ch]
15246         * src/Makefile.am
15247         * src/undo.[ch]
15248                 merge undo patch submitted by Jens
15249
15250 2001-11-23 [christoph]  0.6.5claws29
15251
15252         * src/.cvsignore
15253                 added ylwrap
15254         * src/compose.c
15255                 fixed gpg signing and encoding
15256         * src/folder.[ch]
15257         * src/main.c
15258                 added --status option to get new, unread and total
15259                 message count from a running sylpheed
15260         * src/prefs_common.c
15261                 temporary fix for reply_with_quote problem
15262                 (don't call functions for non existing widget)
15263         * src/procmsg.c
15264                 one more check for ignored threads but still not
15265                 always working correctly. probably a recursive
15266                 check for all parents is needed
15267
15268 2001-11-23 [darko]      0.6.5claws28
15269
15270         * src/compose.c
15271                 wrapping on send improvements
15272         * src/gtkutils.[ch]
15273                 fix for GtkSText after last sync with main branch
15274                 GTK_TEXT -> GTK_STEXT
15275
15276 2001-11-23 [paul]       0.6.5claws27
15277
15278         * sync with sylpheed 0.6.5cvs14
15279                 see ChangeLog entries 2001-11-22 and 2001-11-23
15280                 
15281         * po/de.po
15282                 fixed the scrambled umlauts 
15283                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15284
15285 2001-11-21 [paul]       0.6.5claws26
15286
15287         * sync with sylpheed 0.6.5cvs12
15288                 see 2nd ChangeLog entry dated 2001-11-20
15289
15290 2001-11-20 [paul]       0.6.5claws25
15291
15292         * sync with sylpheed 0.6.5cvs11
15293                 see ChangeLog entry 2001-11-19 (src/utils.c)
15294
15295 2001-11-20 [hiro]
15296
15297         * src/compose.c
15298                 GTK_TEXT -> GTK_STEXT
15299                 fix for wrong comment
15300
15301 2001-11-20 [hiro]       0.6.5claws24
15302
15303         * src/compose.[ch]
15304                 more merges from main branch
15305                 removed fatal warnings (uninitialized variables etc.)
15306                 some coding style fix
15307         * src/gtkutils.h
15308                 fixed typo.
15309         * src/addressbook.c
15310           src/addrindex.c
15311                 V-Card -> vCard
15312
15313 2001-11-19 [hoa]        0.6.5claws23
15314
15315         * src/filtering.c
15316         * src/prefs_scoring.c
15317         * src/matcher.[ch]
15318         * src/scoring.c
15319                 cleaning code
15320
15321         * src/matcher_parser_parse.y
15322         * src/prefs_filtering.c
15323                 bouncing
15324
15325 2001-11-19 [alfons]     0.6.5claws22
15326
15327         more of my old things into claws
15328
15329         * src/Makefile.am
15330         * src/prefs_common.c
15331         * src/procmsg.h
15332         * src/summaryview.[ch]
15333         * src/prefs_summary_column.c
15334         * src/pixmaps/locked.xpm
15335                 add indicators for locking of message in summary view
15336                 (does not work yet, only visual indicator)
15337
15338 2001-11-19 [paul]       0.6.5claws21
15339
15340         * sync with sylpheed 0.6.5cvs10
15341                 see ChangeLog entry 2001-11-19
15342
15343 2001-11-18 [alfons]     0.6.5claws20
15344         
15345         * src/filtering.c
15346                 remove an inadvertent free I forgot in previous clean up 
15347
15348 2001-11-18 [alfons]     0.6.5claws19
15349
15350         * src/filtering.[ch]
15351                 clean up & plug leaks
15352
15353 2001-11-18 [paul]       0.6.5claws18
15354
15355         * sync with sylpheed 0.6.5cvs9
15356                 see ChangeLog entries 2001-11-17 and 2001-11-18
15357
15358 2001-11-16 [paul]       0.6.5claws17
15359
15360         * sync with sylpheed 0.6.5cvs8
15361                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15362
15363 2001-11-16 [paul]       0.6.5claws16
15364
15365         * sync with sylpheed 0.6.5cvs7
15366                 see ChangeLog entries 2001-11-15 and 2001-11-16
15367
15368 2001-11-15 [hoa]        0.6.5claws15
15369
15370         * src/compose.c
15371                 fix bounce, mails we received couln't be bounced to ourself.
15372
15373         * src/defs.h
15374         * src/filtering.[ch]
15375         * src/matcher.[ch]
15376         * src/matcher_parser.h
15377         * src/matcher_parser_lex.l
15378         * src/matcher_parser_parse.y
15379         * src/inc.c
15380         * src/main.c
15381         * src/mbox.c
15382         * src/prefs_filtering.[ch]
15383         * src/mainwindow.c
15384         * src/prefs_matcher.c
15385         * src/prefs_scoring.c
15386         * src/scoring.[ch]
15387         * src/summaryview.c
15388                 new matcher/filter/score configuration file parser
15389                 one unique configuration file => ~/.sylpheed/matcherrc
15390                 import in currently automatic, then save are made
15391                 in this new file.
15392                 one filter per folder and one global filter
15393                 (filter of a folder will be used as folder processing)
15394
15395         * src/folder.c
15396                 fix a bug in folder_item_get_identifier
15397                 
15398         * src/messageview.c
15399                 receive receipt return are fixed.
15400
15401 2001-11-14 [alfons]     0.6.5claws14
15402
15403         * src/session.h
15404                 add things from main branch to make claws compile
15405
15406 2001-11-14 [paul]       0.6.5claws13
15407
15408         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15409                 see ChangeLog entries 2001-11-08 to 2001-11-14
15410
15411 2001-11-14 [hoa] 0.6.5claws12
15412
15413         * src/compose.[ch]
15414         * src/mainwindow.c
15415         * src/summaryview.c
15416                 add "bounce mail" option
15417
15418 2001-11-13 [christoph]  0.6.5claws11
15419
15420         * src/compose.c
15421                 Cleanup a mess i add before commiting
15422
15423 2001-11-13 [hoa]        0.6.5claws10
15424
15425         * src/compose.c
15426                 some fixes when mail are sent or
15427                 for crossposts
15428
15429 2001-11-13 [christoph]  0.6.5claws9
15430
15431         * po/de.po
15432                 Changed two string with the same translation
15433         * src/compose.c
15434         * src/procmsg.[ch]
15435         * src/send.[ch]
15436                 New mailsending process:
15437                   - Always queue message before sending
15438                     (message will be saved if sylpheed crashed or
15439                      freezes while sending)
15440                   - Allow queuing of newspostings
15441                   - No copy in outbox before sending
15442                     (closes bug #469501)
15443                   - No more redundant code for send and send_later
15444         * src/summaryview.c
15445                 Applied wwp <subscript@free.fr>'s patch that fixes
15446                 marks for multiple forwarded messages (+compose.c)
15447
15448 2001-11-12 [alfons]
15449
15450         * README.claws
15451                 remove things that are now in main branch
15452         
15453         * po/nl.po
15454                 update Dutch translation
15455
15456 2001-11-12 [mhadasht]   0.6.5.claws8
15457
15458         * src/prefs_common.c
15459                 re-enabled account autoselection feature for forward
15460                 and reedit lost during the branch point for SYNC-B4-REL
15461         * src/gtkspell.c
15462                 gtkpspell_get_dict(): more readable code (even if function is
15463                 not used yet)
15464         * ChangeLog.claws
15465                 added version number info to 2001-11-12 [hiro] comment.
15466
15467 2001-11-12 [hiro]       0.6.5.claws7
15468
15469         * src/compose.c
15470                 compose_forward(): fixed a bug that forward quote mark
15471                 wasn't used.
15472                 removed unnecessary code.
15473         * src/template_select.[ch]: removed.
15474
15475 2001-11-11 [alfons]
15476
15477         * src/compose.c
15478                 :%s/GTK_TEXT/GTK_STEXT/g
15479         
15480         * src/compose.[ch]
15481         * src/undo.[ch]
15482         * src/Makefile.am
15483                 revert the undo stuff (this is 0.6.6claws stuff)
15484
15485 2001-11-11 [hoa]        0.6.5.claws6
15486
15487         * src/compose.[ch]
15488                 Insert signature at the end of the text.
15489                 Added undo patch but currently disabled
15490
15491         * src/procmsg.c
15492                 Threading by subject improved.
15493
15494         * added src/undo.[ch]
15495                 Undo module for compose dialog box.
15496
15497 2001-11-11 [alfons]     0.6.5.claws5
15498
15499         * src/procmsg.c
15500                 prevent threading by subject on nodes that have already been
15501                 threaded by in-reply-to (as in "circular references in a tree
15502                 result in a dead branch")
15503
15504 2001-11-09 [hoa]        0.6.5.claws4
15505         
15506         * src/folderview.c
15507                 allows creation of mbox folder item from any files.
15508
15509 2001-11-09 [alfons]     0.6.5.claws3
15510         
15511         * src/utils.c
15512         * src/procmsg.c
15513                 do what I mean and correct threading by subject so it really
15514                 ignores attracting lines without "Re: "
15515
15516 2001-11-07 [alfons]     0.6.5.claws2
15517
15518         * src/procmsg.c
15519         * src/utils.[ch]
15520                 only attract by subject if a subject line starts with a "Re: "
15521         * src/syldap.c
15522                 remove warning
15523
15524 2001-11-07 [paul]       0.6.5claws1
15525
15526         * sync with sylpheed 0.6.5. release
15527                 see ChangeLog entry 2001-11-07
15528
15529 2001-11-07 [paul]       0.6.4claws31
15530
15531         * sync with sylpheed 0.6.4cvs18
15532                 see ChangeLog entries 2001-10-30 to 2001-11-07
15533                 prefs_templates.[ch] renamed prefs_template.[ch]
15534
15535 2001-11-06 [alfons]
15536         
15537         * src/utils.h
15538                 add semicolon Hoa forgot ;-)
15539                 
15540
15541 2001-11-06 [hoa]        0.6.4claws30
15542         
15543         * src/procmsg.c
15544         * src/summaryview.c
15545         * src/utils.c
15546         * src/utils.h
15547                 threading by subject - empty subject are ignored
15548
15549 2001-11-06 [christoph]  0.6.4claws29
15550
15551         * src/socket.c
15552                 use SSL_peek for sock_gets
15553         * src/utils.c
15554                 removed unneeded pointer in extracting quoted
15555                 names implementation
15556
15557 2001-11-06 [melvin]     0.6.4claws28
15558
15559         * src/gtkspell.c
15560                 fixed bug #476792 Selection overtyping with spell checker
15561                 fixed bug which could cause a buffer overflow
15562                 fixed a memory leak
15563
15564 2001-11-06 [hoa]        0.6.4claws27
15565         
15566         * src/procmsg.c
15567         * src/summaryview.c
15568                 threading by subject
15569
15570 2001-11-05 [alfons]     0.6.4claws26
15571         
15572         * README.claws
15573                 Claws -> Sylpheed (vice versa)
15574
15575         * src/compose.c
15576                 :%s/gtk_text/gtk_stext/g
15577                 :%s/GTK_TEXT/GTK_STEXT/g
15578                 (thanks to Jonathan Ware for spotting this)
15579
15580 2001-11-04 [christoph]  0.6.4claws25
15581
15582         * src/summaryview.c
15583                 replace Xalloca + strdup with Xstrdup_a
15584         * src/utils.c
15585                 better implementation of extracting quoted names
15586                 from addresses (remove backlashes and ignore
15587                 quotes after them)
15588
15589 2001-11-04 [alfons]     0.6.4claws24
15590
15591         * src/utils.[ch]
15592                 edit to comply more with coding style
15593
15594         * src/textview.c
15595                 fix bug reported by Kim Schulz. introduced by the patch integrated
15596                 in 0.6.4claws15. the code did not check the return value of
15597                 the html parser.
15598
15599         * AUTHORS
15600                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15601
15602 2001-11-04 [christoph]  0.6.4claws23
15603
15604         * src/main.c
15605         * src/prefs_common.[ch]
15606                 init some pointers that possibly caused a segfault
15607                 reported in the claws-users ML
15608
15609 2001-11-04 [hoa]        0.6.4claws22
15610
15611         * src/grouplistdialog.c
15612                 change the names of the nodes in the tree
15613
15614         * src/compose.c
15615                 enhanced mailto syntax as described in
15616                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15617                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15618
15619         * src/utils.c
15620                 encode and decode URI (useful when opening URL into
15621                 netscape).
15622
15623 2001-11-03 [hoa]        0.6.4claws21
15624
15625         * src/grouplistdialog.c
15626                 a new newsgroups list selection dialog box
15627                 with a CTree instead of a CList
15628
15629 2001-11-03 [hoa]        0.6.4claws20
15630
15631         * src/folderview.c
15632                 enable property and scoring options when right
15633                 click on "inbox"
15634
15635         * src/summaryview.c
15636                 fixed bug when nickname were displayed using
15637                 the address book.
15638
15639 2001-11-02 [darko]      0.6.4claws19
15640
15641         * src/compose.c
15642                 new wrap quotation and URL/long words wrapping implementation
15643         * src/compose.c src/gtkstext.[ch]
15644                 move gtkstext_strncmp() to gtkstext.c
15645
15646 2001-11-01 [christoph]  0.6.4claws18
15647
15648         * src/prefs_account.c
15649                 fixed mess in account settings dialog
15650         * src/prefs_folder_item.c
15651                 added label with folder path to dialog
15652
15653 2001-10-31 [match]      0.6.4claws17
15654
15655         * src/vcard.c
15656                 fix memory leak.
15657         * src/addrbook.c
15658                 fix generation of spurious address book file names.
15659                 remove redundant functions.
15660         * po/POTFILES.in
15661                 added missing file names.
15662
15663 2001-10-30 [paul]       0.6.4claws16
15664
15665         * sync with sylpheed 0.6.4cvs6
15666                 see ChangeLog entries 2001-10-26 to 2001-10-30
15667
15668         * tools/filter_conv.pl
15669                 read folderlist.xml to discover whether the top-level
15670                 folder is called 'Mailbox' or 'Mail' 
15671
15672 2001-10-29 [paul]       0.6.4claws15
15673
15674         * src/html.c, src/textview.c
15675                 activate links in html mail and fix clickable parts
15676                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15677
15678 2001-10-29 [paul]
15679
15680         * po/de.po, po/es.po, po/pt_BR/po
15681                 updated translations, submitted by Jens Oberender,
15682                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15683
15684 2001-10-29 [darko]      0.6.4claws14
15685
15686         * src/compose.c
15687                 fix wrapping for good
15688
15689 2001-10-29 [darko]
15690
15691         * src/compose.c
15692                 undo previous change as it broke the smart wrapping
15693
15694 2001-10-29 [darko]      0.6.4claws13
15695
15696         * src/compose.c
15697                 fix infinite loop when long URL is quoted
15698                 (closes bug #475122.
15699
15700 2001-10-28 [match]
15701
15702         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15703                 import Mutt address book
15704         * src/ldif.[ch] src/importldif.h
15705                 modified import LDIF handle user attributes
15706
15707 2001-10-28 [christoph]  0.6.4claws12
15708
15709         * src/summaryview.c
15710                 fixed that filtering did not work if there
15711                 were no filter rules
15712                 (closes bug #472003 and better implementation
15713                  of patch #474644)
15714
15715 2001-10-27 [christoph]  0.6.4claws11
15716
15717         * src/compose.c
15718                 make the folder's default account to be used when
15719                 replying. (patch by wwp <subscript@free.fr>)
15720         * src/compose.c
15721                 code cleanup, nearly killed all of wwp's patch
15722                 for folder's default account in compose
15723         * src/folderview.c
15724                 error panel when a folder could not be created
15725                 (closes bug #471080 new folder name & already
15726                  existing file)
15727
15728 2001-10-26 [alfons]
15729
15730         * src/utils.h
15731                 change prototype of strstr2() that Christoph forgot about
15732
15733 2001-10-26 [christoph]  0.6.4claws10
15734
15735         * src/account.c
15736                 made search for accounts by email address not case
15737                 sensitive
15738         * src/folder.c
15739                 fixed memory leak in folder_item_get_identifier
15740         * src/gtkspell.c
15741         * src/utils.c
15742                 fixed wrong strstr2 (should work like strstr)
15743
15744 2001-10-26 [darko]      0.6.4claws9
15745
15746         * src/compose.c src/gtkstext.[ch]
15747         * src/gtkstext.c
15748                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15749
15750 2001-10-26 [paul]       0.6.4claws8
15751
15752         * src/html.c
15753                 ignore css and javascript tags in html mail
15754                 case-insensitive, with or without double-quoted
15755                 strings
15756
15757 2001-10-26 [paul]       0.6.4claws7
15758
15759         * sync with sylpheed 0.6.4cvs1
15760                 see ChangeLog entry 2001-10-26
15761
15762         * src/prefs_account.c, src/prefs_common.c,
15763           src/prefs_summary_column.c
15764                 minor improvements to the English
15765
15766 2001-10-25 [alfons]     0.6.4claws6
15767
15768         * src/gtkstext.c
15769         
15770                 make GtkSText follow style of GtkText (closes bug 
15771                 #469211 "text selection while writing message")
15772                 
15773                 do sync with GTK 1.2.10
15774
15775 2001-10-25 [paul]       0.6.4claws5
15776
15777         * src/html.c
15778                 ignore css tags in html mail
15779
15780 2001-10-25 [darko]      0.6.4claws4
15781
15782         * src/compose.c
15783                 don't declare is_url_string as static function since
15784                 we need it in gtkstext.c
15785         * src/gtkstext.c
15786                 remove unused variable
15787                 don't wrap long URLs while composing a message
15788
15789 2001-10-24 [christoph]  0.6.4claws3
15790
15791         * src/socket.c
15792                 fix ssl deadlock, when peer closes connection
15793
15794 2001-10-24 [paul]       0.6.4claws2
15795
15796         * src/prefs_common.c
15797                 gettextize the gpg ascii-armored warning message
15798
15799         * src/compose.c
15800                 insert a DOS/MAC file into the composed message
15801                 (improvements)
15802
15803         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15804
15805 2001-10-22 [paul]       0.6.4claws1
15806
15807         * sync with sylpheed 0.6.4 release
15808                 see ChangeLog entries 2001-10-21
15809
15810         * po/fr.po, po/pt_BR.po
15811                 updated by Melvin Hadasht and Fabio Junior Beneditto
15812
15813 2001-10-21 [paul]       0.6.3claws30
15814
15815         * src/compose.c
15816                 insert a DOS text file from the compose window
15817                 into the composed message text (removes CRs characters)
15818                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15819
15820         * tools/filter_conv.pl, tools/README
15821                 automatically use ~/.sylpheed as working directory
15822                 print out confirmation message on completion
15823
15824         * correct Hoa's last ChangeLog.claws entry
15825
15826 2001-10-20 [hoa]        0.6.3claws29
15827
15828         * src/grouplistdialog.c
15829                 bugfix (another ?) to give the right
15830                 newsgroups list for each news server.
15831
15832         * src/news.c
15833         * src/news.h
15834                 improve the newsgroups list cache
15835
15836 2001-10-20 [paul]       0.6.3claws28
15837
15838         * sync with sylpheed 0.6.3cvs9
15839                 see ChangeLog entry 2001-10-19
15840
15841         * correct Alfons' last ChangeLog.claws entry
15842
15843 2001-10-19 [alfons]
15844
15845         * src/pgptext.[ch]
15846                 fix compilation problems (part of bug #472895)
15847
15848 2001-10-18 [hoa]        0.6.3claws27
15849
15850         * src/grouplistdialog.c
15851                 bugfix when we refresh was clicked (bug 472701)
15852
15853 2001-10-19 [christoph]  0.6.3claws26
15854
15855         * src/compose.c
15856                 last header entry should default to "To:" or
15857                 "Newsgroups:" and not copy the last entry line
15858                 in a new compose window
15859                 (closes bug #472686, #470792)
15860
15861 2001-10-19 [paul]       0.6.3claws25
15862
15863         * sync with Sylpheed 0.6.3cvs8
15864                 see ChangeLog entries 2001-10-18 and 2001-10-19
15865
15866 2001-10-18 [christoph]  0.6.3claws24
15867
15868         * src/procmsg.c
15869                 reimplement ignore thread
15870         
15871 2001-10-18 [hoa]        0.6.3claws23
15872
15873         * src/folderview.c
15874         * src/grouplistdialog.[ch]
15875                 enhanced news subscription interface (feature 469113)
15876
15877         * src/news.c
15878         * src/news.h
15879                 enchanced newsgroup listing,
15880                 now, we can get groups informations
15881                 (NNTPGroupInfo)
15882
15883 2001-10-18 [paul]       0.6.3claws22
15884
15885         * src/summaryview.c
15886                 remove comment (sync with main branch)
15887         * src/mainwindow.c
15888                 fix 'Re-edit' bug in 'Message' menu
15889
15890 2001-10-17 [christoph]  0.6.3claws21
15891
15892         * src/compose.c
15893                 ignore empty or whitespace only header lines
15894
15895 2001-10-17 [paul]       0.6.3claws20
15896
15897         * sync with sylpheed 0.6.3cvs7
15898                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15899                 2001-10-17
15900
15901 2001-10-17 [darko]
15902
15903         * src/compose.c
15904                 wrap long lines without spaces
15905                 don't wrap URLs
15906
15907 2001-10-16 [paul]
15908
15909         * po/es.po, po/nl.po, po/pt_BR.po
15910                 updated by Ricardo Mones Lastra, Alfons,
15911                 and Fabio Junior Beneditto
15912
15913         * sylpheed-0.6.3claws released
15914
15915 2001-10-15 [melvin] 0.6.3claws18
15916
15917         * README.claws
15918                 added summary and detailed installation instructions
15919                 for spell checker
15920         * po/fr.po
15921                 Updated, corrected and completed french translation
15922
15923 2001-10-15 [hoa] 0.6.3claws17
15924         * src/grouplistdialog.c
15925                 we can choose the newsgroups to display with wildcards
15926
15927 2001-10-15 [christoph]  0.6.3claws16
15928
15929         * src/account.c
15930         * src/compose.c
15931         * src/prefs_folder_item.[ch]
15932                 applied wwp <subscript@free.fr>'s folder
15933                 default account patch
15934         * po/de.po
15935                 Fixed wrong translation
15936
15937 2001-10-13 [alfons, christoph, melvin]  
15938                         0.6.3claws15
15939
15940         solution #2 to solve MT-safety problems defers all GUI related calls
15941         to the main thread using a gtk_idle_add() callback. discussed on
15942         ircnet #sylpheed, with christoph spotting some issues with the
15943         original code, and melvin allowing us to lobotomize his sylpheed.
15944
15945         * src/syldap.[ch], src/main.c
15946                 fix race problem in ldap search thread by deferring GUI 
15947                 stuff to main thread using gtk_idle_add()
15948
15949 2001-10-13 [paul]       0.6.3claws14
15950
15951         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15952                 add Sergey's smtpcred.patch
15953                 adds separate username/password setting for SMTP Auth
15954                 needed by some servers
15955                 (closes feature request #471659)
15956
15957 2001-10-13 [paul]       0.6.3claws13
15958
15959         * src/pgptext.[ch] **NEW FILES**
15960         * src/Makefile.am, src/messageview.c, src/mimeview.c
15961                 decrypt ascii-armored gpg text embedded in
15962                 the message body.
15963                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15964
15965 2001-10-13 [christoph]  0.6.3claws12
15966
15967         * README.claws
15968                 some more details on default to and
15969                 feature requests
15970         * src/main.c
15971                 init glib threading when ldap is used
15972         * src/syldap.c
15973                 threading fixes
15974         * po/de.po
15975                 fixed a typo
15976
15977 2001-10-12 [paul]       0.6.3claws11
15978
15979         * src/prefs_common.[ch], src/rfc2015.c
15980                 enable ascii-armored gpg text to be embedded in the
15981                 message body, selectable through the 'Privacy'
15982                 preferences. Supports encrypting only.
15983                 Submitted by Ravemax <ravemax@dextrose.com>
15984
15985 2001-10-12 [paul]       0.6.3claws10
15986
15987         * sync with sylpheed 0.6.3cvs6
15988                 see ChangeLog entries 2001-10-11 and 2001-11-12
15989
15990         * src/folderview.c
15991                 incorporated mbox folders, scoring, and folder
15992                 properties into the sync
15993
15994 2001-10-12 [darko]      0.6.3claws9
15995
15996         * README.claws
15997                 describe quotation wrapping
15998         * src/compose.c
15999                 don't treat tab as space to calculate line length properly
16000
16001 2001-10-11 [alfons]
16002
16003         * README.claws
16004                 correct description of how to make new filtering system work,
16005                 add some other things
16006                 
16007         * src/syldap.c
16008                 remove sched_yield() (not necessary / unportable)
16009
16010 2001-10-11 [paul]       0.6.3claws8
16011
16012         * sync with sylpheed 0.6.3cvs3
16013                 see ChangeLog entry 2001-10-10
16014
16015 2001-10-10 [christoph]  0.6.3claws7
16016
16017         * .cvsignore
16018                 ignore 2 files created by newer autotools
16019         * src/prefs_folder_item.c
16020                 using table for widget alignment
16021                 fixed memory leak and broken octal display
16022         * src/filesel.c
16023                 fixed segfault caused by lost filename
16024                 workaround (closes bug #469551)
16025
16026 2001-10-10 [paul]       0.6.3claws6
16027
16028         * sync with sylpheed 0.6.3cvs2
16029                 see ChangeLog entries 2001-10-09 and 2001-10-10
16030
16031 2001-10-10 [darko]      0.6.3.claws5
16032
16033         * src/gtkstext.c
16034                 proper calculation of right margin if smart wrapping is enabled
16035         * src/compose.c
16036                 automatically wrap long lines if wrap quotation is enabled
16037
16038 2001-10-09 [alfons]     0.6.3.claws4
16039
16040         * src/summaryview.c
16041                 select correct row when deleting last row in the summary view (and
16042                 close bug "[ #469104 ] select second last in list when deleting")
16043
16044 2001-10-09 [paul]       0.6.3claws3
16045
16046         * sync with sylpheed 0.6.3cvs1
16047                 updated some autotool scripts
16048
16049 2001-10-09 [darko]      0.6.3claws2
16050
16051         * src/gtkstext.[ch]
16052                 new name and mark with Sylpheed comment
16053         * src/compose.c
16054                 smart quotation wrapping a-la VIM
16055
16056 2001-10-08 [paul]       0.6.3claws1
16057
16058         * sync with sylpheed 0.6.3 release
16059                 see ChangeLog entry 2001-10-08
16060
16061 2001-10-08 [paul]       0.6.2claws24
16062
16063         * src/summaryview.c
16064                 more sync with sylpheed 0.6.2cvs12
16065                 Fixed the bug that didn't select the last row correctly
16066
16067
16068 2001-10-07 [paul]       0.6.2claws23
16069
16070         * sync with sylpheed 0.6.2cvs12
16071                 see ChangeLog entry 2001-10-07
16072
16073 2001-10-06 [match]
16074         * src/jpilot.[ch]
16075                 enable jpilot to read unsynch'ed addresses.
16076
16077         * src/editldap_basedn.c
16078                 fix segfault when opening dialog.
16079
16080 2001-10-06 [alfons]     0.6.2.claws22
16081
16082         * src/summaryview.c
16083                 fix bug with summary view selecting last *inserted*
16084                 node instead of last *visible* node. remember we
16085                 work with a tree
16086
16087 2001-10-06 [paul]       0.6.2claws21
16088
16089         * po/pt_BR.po
16090                 updated translation, contains some fixes and new
16091                 translations, submitted by Gustavo Noronha Silva
16092                 <kov@debian.org>
16093
16094         * src/prefs_common.c
16095                 change 'each' to 'every' - fix dubious English
16096
16097         * sync with sylpheed 0.6.2cvs11
16098
16099 2001-10-05 [alfons]     0.6.2claws20
16100
16101         * src/mainwindow.[ch], src/folderview.c
16102                 make composite tool button switch between "Compose News"
16103                 and "Compose Mail" depending on selected folder
16104                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16105
16106 2001-10-05 [paul]       0.6.2claws19
16107
16108         * src/mainwindow.c, src/summaryview.c
16109                 fix 'Message/Reply to all', broken in last commit
16110
16111         * src/compose.c
16112                 fix X_BEENTHERE seg fault, thanks to Alfons
16113
16114 2001-10-04 [paul]       0.6.2claws18
16115
16116         * src/compose.[ch], src/mainwindow.c
16117                 make "Message/Reply" reply to mailing lists; matches
16118                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16119                 based on portions of the patch submitted by
16120                 Junichi Uekawa <dancer@netfort.gr.jp>
16121
16122 2001-10-04 [darko]      0.6.2claws17
16123
16124         * src/compose.c
16125                 better smart wrapping
16126         * src/gtkstext.[hc]
16127                 a function to make text buffer contiguous
16128
16129 2001-10-03 [paul]       0.6.2claws16
16130
16131         * sync with sylpheed 0.6.2cvs10
16132
16133 2001-10-02 [alfons]
16134
16135         * configure.in
16136         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16137                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16138                 references to chinese translations (hope someone picks up
16139                 this)
16140
16141 2001-10-02 [christoph]  0.6.2claws15
16142
16143         * src/compose.c
16144                 fixed non translated header bug
16145         * ChangeLog.claws
16146                 fixed wrong date in alfons last entry ;)
16147
16148 2001-10-02 [alfons]     0.6.2claws14
16149
16150         * src/compose.c, src/prefs_common.[ch]
16151                 add block cursor option
16152
16153 2001-10-02 [paul]       0.6.2claws13
16154
16155         * sync with sylpheed 0.6.2cvs9
16156
16157 2001-09-30 [paul]       0.6.2claws12
16158
16159         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16160                 updated translations
16161
16162         * po/POTFILES.in
16163                 add 'src/importldif.c'
16164
16165         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16166                 added eudora-to-vCard conversion tool
16167                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16168
16169         * sync with sylpheed 0.6.2cvs8
16170
16171 2001-09-30 [paul]
16172
16173         * sylpheed-0.6.2claws released
16174
16175 2001-09-27 [melvin]     0.6.2claws11
16176
16177         * src/gtkspell.c
16178                 fixed crash when using default path (introduced 
16179                 in 0.6.2claws10)
16180                 fixed tiny bug for initial suggestion mode
16181
16182 2001-09-27 [melvin]     0.6.2claws10
16183         
16184         * src/gtkspell.c
16185                 fixed bug where gtkpspell didn't set the path correctly
16186
16187         * README.claws
16188                 added a paragraph about spell checking
16189                 
16190
16191
16192 2001-09-27 [paul]       0.6.2claws9
16193
16194         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16195                 replace '// comments' with '/* comments */' to prevent
16196                 some compiler warnings 
16197
16198         * sync with sylpheed 0.6.2cvs6
16199
16200 2001-09-26 [alfons]     0.6.2claws8
16201
16202         * src/messageview.c
16203                 introduce return receipt request notification again,
16204                 which was lost because of other semantics in 
16205                 procheader_parse() (???)
16206
16207 2001-09-26 [christoph]  0.6.2claws7
16208
16209         * src/compose.c
16210                 replace comments for old code with #if 0
16211                 readded auto cc, bcc and reply-to
16212         * src/prefs_matcher.c
16213         * src/prefs_scoring.c
16214                 removed some definition (was moved to
16215                 prefs.h)
16216
16217 2001-09-26 [paul]       0.6.2claws6
16218
16219         * src/mainwindow.c
16220                 make 'Follow-up and reply to' sensitive
16221
16222         * more sync with sylpheed 0.6.2cvs5
16223
16224 2001-09-25 [melvin]
16225
16226         * 0.6.2claws5
16227
16228         * src/gtkspell.c
16229                 fixed bug for "US-ASCII" introduced by the encoding code
16230
16231 2001-09-25 [paul]
16232
16233         * 0.6.2claws4
16234
16235         * src/prefs_common.[ch], src/summaryview.c
16236                 'next unread msg' 'go to next folder?' dialog can be
16237                 given default behaviour, either always show dialog,
16238                 or assume 'yes', or assume 'no'
16239                 Submitted by wwp <subscript@free.fr>
16240
16241 2001-09-25 [melvin]
16242                 
16243         * src/compose.c src/gtkspell.[ch]
16244                 added support for different encodings
16245
16246 2001-09-25 [paul]
16247
16248         * more sync with sylpheed 0.6.2cvs5
16249
16250 2001-09-24 [alfons]
16251         
16252         * src/prefs_folder_item.c
16253                 add check for item->prefs->default_to string is NULL and
16254                 add another check when freeing this string
16255
16256 2001-09-24 [paul]
16257
16258         * configure.in
16259                 change to version 0.6.2claws3
16260
16261         * sync with sylpheed 0.6.2cvs5 
16262
16263 2001-09-24 [match]
16264         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16265                 import LDIF files.
16266         * src/addrcache.[ch], addrindex.[ch]
16267                 small update for future
16268         * src/addrbook.c
16269                 fix test XML file.
16270
16271 2001-09-24 [melvin]
16272         * src/gtkspell.[ch]
16273                 added 'Learn from mistakes' option
16274                 better handling of quotes in checked words
16275                 sorted dict list
16276         * po/fr.po
16277                 small update for spell checking stuff
16278
16279 2001-09-23 [alfons]
16280         
16281         * src/gtkspell.c
16282                 edit a little bit so it complies more with main coding style
16283
16284 2001-09-23 [alfons]
16285
16286         * src/folder.[ch], prefs_folder_item.c, compose.c
16287                 migrate "request return receipt" folder property
16288                 to folderlist.xml
16289
16290 2001-09-22 [alfons]
16291
16292         * README.claws **NEW**
16293                 (add things of interest for users of main branch 
16294                 and claws here)
16295
16296         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16297                 re-implement threading per folder option, but store 
16298                 the setting in folderlist.xml (where it belongs)
16299
16300 2001-09-21 [melvin]
16301
16302         * src/gtkspell.[ch]
16303                 fixed bug when compose window is under another window
16304         * src/prefs_common.[ch] src/compose.c
16305                 changed 'dictionary_path' to 'dictionary' to be consistent
16306                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16307         * ac/pspell.m4 src/Makefile.am 
16308                 dropped PSPELL_PATH macro
16309         * po/fr.po
16310                 updated translations
16311
16312 2001-09-21 [christoph]
16313
16314         * src/compose.c
16315                 added border around header fields
16316                 keep header type when new field is added
16317
16318 2001-09-20 [christoph]
16319
16320         * src/utils.[ch]
16321                 more portable debug_print with source filename
16322                 and linenumber
16323         * src/procmsg.c
16324                 more newlines after debug messages
16325
16326 2001-09-20 [paul]
16327
16328         * configure.in
16329                 change to version 0.6.2claws2
16330
16331         * sync with sylpheed 0.6.2cvs3
16332
16333 2001-09-19 [melvin]
16334
16335         * src/gtkspell.c
16336                 fixed the post-right-click focus pb
16337                 fixed crash when 'Spell check all' after dict change 
16338                         and when cursor is at the end of the text
16339                 shift-right-click pops up config menu even on misspelled words.
16340         * po/POTFILES.in
16341                 added gtkspell.c
16342
16343 2001-09-19 [melvin]
16344
16345         * src/about.c
16346                 added pspell to compiled-in features list
16347
16348 2001-09-18 [melvin]
16349
16350         * switched to pspell and dropped ispell
16351         * ac/pspell.m4
16352                 new file. autoconf macro for pspell
16353         * ac/Makefile.am 
16354         * configure.in acconfig.h
16355                 added pspell support
16356         * src/Makefile.am
16357         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16358         * src/prefs_common.[ch] 
16359                 added pspell support
16360
16361 2001-09-18 [christoph]
16362
16363         * src/addr_compl.c
16364         * src/template.[ch]
16365                 replace LOG_MESSAGE with debug_print
16366         * src/compose.[ch]
16367                 gui improvements
16368         * src/menu.c
16369                 added newline after debug message
16370         * src/utils.h
16371                 using __VA_ARGS__ for debug_print macro
16372         * tools/.cvsignore
16373                 ignore Makefile and Makefile.in
16374
16375 2001-09-18 [paul]
16376
16377         * configure.in
16378                 change to version 0.6.2claws1
16379         * sync with sylpheed 0.6.2cvs1
16380
16381         * src/matcher.c 
16382         * src/prefs_matcher.c
16383                 add 'score equal to' option, submitted by
16384                 Paul Evans <nerd@freeuk.com>
16385
16386 2001-09-15 [christoph]
16387
16388         * src/mainwindow.c
16389                 comment out menu entry not existing in claws
16390         * src/menu.c
16391                 add debug output for non existing menu entries
16392         * src/summaryview.c
16393                 fix next/prev unread message for ignored threads
16394         * src/utils.[ch]
16395                 add sourcefile and line number to debug output
16396                 otherwise it is sometimes hard to find the
16397                 source code part if debug messages are translated
16398
16399 2001-09-14 [darko]
16400         
16401         * src/folderview.c
16402                 refresh target folder style after colour is changed
16403
16404 2001-09-13 [paul]
16405
16406         * configure.in
16407                 change to version 0.6.1claws3
16408
16409         * sync with sylpheed 0.6.1cvs6
16410
16411 2001-09-13 [darko]
16412         
16413         * src/folderview.c
16414                 fix target folder colourization to use user selected colour
16415
16416 2001-09-12 [darko]
16417         
16418         * src/summaryview.c
16419                 fix crash when message that is marked for copy/move is unmarked
16420
16421 2001-09-09 [paul]
16422
16423         * configure.in
16424                 change to version 0.6.1claws2
16425
16426         * sync with sylpheed 0.6.1cvs3
16427
16428 2001-09-09 [alfons]
16429         
16430         * src/folderview.c
16431                 fix bug with default font used for trash folder text
16432
16433 2001-09-06 [paul]
16434
16435         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16436                 updated translations
16437
16438         * configure.in
16439                 change to version 0.6.1claws1
16440
16441         * sync with sylpheed 0.6.1cvs2
16442
16443 2001-09-03 [paul]
16444
16445         * po/POTFILES.in
16446                 add Match's new addressbook
16447
16448         * po/de.po
16449                 updated translation submitted by Jens Oberender
16450
16451 2001-09-02 [paul]
16452
16453         * configure.in
16454                 change to 0.6.1claws
16455         * sync with sylpheed 0.6.1 release
16456
16457 2001-09-02 [paul]
16458
16459         * configure.in
16460                 change to 0.6.0claws2
16461
16462         * sync with sylpheed 0.6.0cvs4
16463
16464         * po/pt_BR.po
16465                 updated translation submitted by Fabio Junior Beneditto
16466
16467 2001-09-01 [match]
16468         * pixmaps/
16469                 interface.xpm
16470                 book.xpm
16471                 address.xpm
16472         * src/
16473                 Makefile.am
16474                 a ton of new files
16475
16476 2001-08-31 [paul]
16477
16478         * configure.in
16479                 change to version 0.6.0claws1
16480
16481         * sync with sylpheed 0.6.0cvs1
16482
16483         * po/es.po
16484                 updated translation submitted by Ricardo Mones Lastra
16485
16486         * po/POTFILES.in
16487                 add 'src/prefs_templates.c'
16488
16489         * src/compose.c, src/summaryview.c
16490                 fix segfault on 'Re_edit'               
16491
16492 2001-08-30 [alfons]
16493
16494         * configure.in, Makefile.am
16495         * tools/Makefile.am
16496                 add tools directory to source distribution
16497
16498 2001-08-30 [paul]
16499
16500         * configure.in
16501                 change to version 0.6.0claws
16502
16503         * sync with sylpheed 0.6.0 release
16504
16505 2001-08-30 [christoph]
16506
16507         * configure.in
16508                 removed autoconf version check
16509
16510 2001-08-30 [paul]
16511
16512         * src/account.c, src/compose.c, src/prefs_common.[ch]
16513         * src/procheader.[ch] src/utils.[ch]
16514                 Enhanced automatic account selection on replies
16515                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16516
16517         * configure.in
16518                 add LDAP and JPilot to the configuration results output.
16519
16520 2001-08-29 [christoph]
16521
16522         * src/summeryview.c
16523                 no bold font for ignored threads
16524
16525 2001-08-29 [paul]
16526
16527         * configure.in
16528                 change to version 0.5.3claws6
16529
16530         * sync with sylpheed 0.5.3cvs10
16531                 src/stringtable.[ch]: New Files
16532
16533         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16534         * src/pixmaps/sylpheed.xpm
16535                 add mini-icons to windows (by Alfons)
16536
16537 2001-08-27 [paul]
16538
16539         * src/mainwindow.c
16540                 new functions: next_labeled_cb(), prev_labeled_cb()
16541
16542         * src/summaryview.c
16543                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16544                 summary_select_next_labeled(), summary_select_prev_labeled()
16545
16546         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16547                 give claws blue folders and a blue trash can
16548
16549 2001-08-27 [paul]
16550
16551         * configure.in
16552                 change to version 0.5.3claws5
16553
16554         * sync with sylpheed 0.5.3cvs9
16555                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16556
16557 2001-08-24 [christoph]
16558
16559         * src/filesel.c
16560                 keep filename when browsing directories
16561                 (not working for user entered filename, but
16562                  for default name and selected filename from
16563                  file list)
16564         * src/mainwindow.c
16565                 fixed wrong spelling "Folllow-up"
16566         * src/mbox_folder.c
16567         * src/procmsg.c
16568         * src/summaryview.c
16569                 fixed new/unread message count with ignored
16570                 threads (2 commits, first didn't notice no
16571                 longer needed decreasing)
16572         * src/inc.c
16573                 readded scrolling of progress dialog
16574                 (lost in sync)
16575
16576 2001-08-24 [paul]
16577
16578         * configure.in
16579                 change to 0.5.3claws4
16580
16581         * sync with sylpheed 0.5.3cvs7
16582
16583 2001-08-24 [christoph]
16584
16585         * src/compose.c
16586                 set request return receipt when replying
16587                 if it is set is the folder prefs of the
16588                 message
16589         * src/inc.c
16590                 disable final error popup if popups are
16591                 disabled in config (again)
16592
16593 2001-08-23 [paul]
16594
16595         * configure.in
16596                 Change version number to 0.5.3claws3
16597
16598         * sync with sylpheed 0.5.3cvs5
16599
16600         * src/mimeview.c
16601                 double quote '%s' in 'gedit %s' to fix bug when
16602                 opening attachment with spaces in the name
16603
16604 2001-08-22 [alte]
16605         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16606           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16607                 initial message templates support
16608
16609
16610 2001-08-22 [paul]
16611
16612         * configure.in
16613                 change version number to 0.5.3claws2
16614
16615         * sync with sylpheed 0.5.3cvs4
16616
16617         * src/procmsg.h src/summaryview.c
16618                 re-implement (un)ignore thread
16619
16620 2001-08-21 [paul]
16621
16622         * src/summaryview.c
16623                 remove unnecessary code
16624         * src/compose.c
16625                 enable 'dynamic' signatures (submitted by
16626                 Eric Limpens <eric@hscg-internet.nl>)
16627
16628 2001-08-21 [paul]
16629
16630         clean up after sync with sylpheed 0.5.3 release
16631
16632         * src/folderview.c
16633                 fix re-introduced font mess, see Christoph's
16634                 entry 2001-06-24
16635
16636         * src/summaryview.c
16637                 remove prev_msgnum
16638                 use sylpheed's small font instead of
16639                 gtk default font for summary view
16640
16641
16642 2001-08-17 [paul]
16643
16644         * configure.in
16645                 add pl to ALL_LINGUAS - sync with main branch
16646
16647         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16648                 Updated. Translations by Jens Oberender, Ricardo Mones
16649                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16650
16651         * po/pl.po  ** NEW FILE **
16652                 sync with the main branch
16653
16654         * src/folderview.c
16655                 fix target folder colorizing and refresh problem
16656
16657
16658 2001-08-17 [christoph]
16659
16660         * src/mainwindow.c
16661                 claws uses 4 colors for target folder coloring.
16662                 arrays were not long enough and destroyed the
16663                 stack causing a segfault.
16664                 target folder colorizing does not work anymore
16665                 for me
16666
16667 2001-08-16 [paul]
16668
16669         * configure.in
16670                 change to version 0.5.3claws1
16671
16672         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16673           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16674           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16675
16676                 sync with sylpheed 0.5.3 release, but keep claws method of
16677                 configuring/saving fonts
16678
16679         * src/addressbook.[ch]
16680                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16681                 in line with a similar change in Hiroyuki's branch
16682
16683         * src/mainwindow.[ch]
16684                 disable main_window_set_thread_option()
16685         * src/prefs_folder_item.c
16686                 comment out &tmps_prefs.enable_thread,
16687         * src/mbox_folder.c, src/procmsg.[ch]
16688                 comment out MSG_IS_IGNORE_THREAD
16689         * src/summaryview.c
16690                 comment out summary_ignore_thread() and summary_unignore_thread()
16691                 comment out MSG_IS_IGNORE_THREAD
16692
16693                 use Hiroyuki's threading instead.
16694
16695
16696
16697 2001-08-15 [paul]
16698
16699         * src/account.c
16700                 use Hiroyuki's 0.5.3 column scheme but also
16701                 include the enable/disable button.
16702         * src/pixmaps/mark.xpm
16703                 add Hiroyuki's amended pixmap
16704
16705 2001-08-13 [christoph]
16706
16707         * src/account.c
16708                 receive at get all column showed wrong state for APOP
16709                 button should only work for POP3 and APOP accounts
16710         * src/prefs_account.c
16711                 added missing preprocessor statement for SSL
16712
16713 2001-08-12 [paul]
16714
16715         * src/account.[ch]
16716                 add 'receive at get all' column and enable/disable
16717                 button.
16718
16719 2001-08-06 [christoph]
16720
16721         * src/account.c
16722                 show usage of SSL in protocol column
16723
16724         * src/imap.c
16725         * src/inc.c
16726                 renamed ssl options
16727
16728         * src/prefs_account.[ch]
16729                 moved ssl options to a new page
16730
16731         * src/send.c
16732         * src/smtp.c
16733         * src/ssl.[ch]
16734                 renamed ssl options
16735                 added support for SMTP STARTTLS command
16736
16737 2001-08-05 [christoph]
16738
16739         * configure.in
16740                 debian autoconf needs version check to find
16741                 correct autoconf version. if the file is
16742                 named configure.in 2.13 is used, which does
16743                 not work with this configure.in script.
16744                 other solution would be to rename the script
16745                 to configure.ac as suggested in the autoconf
16746                 manual.
16747
16748         * src/inc.c
16749                 disable final error popup if popups are
16750                 diabled in config
16751
16752         * src/socket.c
16753                 bugfix in ssl_gets
16754                 fixes IMAP over SSL problem
16755
16756 2001-08-03 [paul]
16757
16758         * configure.in
16759                 change to 0.5.2claws1
16760
16761         * sync with sylpheed 0.5.2cvs1
16762
16763 2001-08-02 [alfons]
16764
16765         * configure.in
16766                 quick fix for ispell detection...
16767
16768 2001-08-01 [paul]
16769
16770         * configure.in
16771                 change to 0.5.1claws4
16772
16773         * sync with sylpheed 0.5.1cvs7
16774
16775 2001-07-31 [alfons]
16776
16777         * src/prefs_common.c, src/prefs_common.h, 
16778           src/gtkspell.c, src/gtkspell.h
16779                 add global spelling checker settings (compose tab) +
16780                 selection of dictionary 
16781           
16782         * configure.in  
16783                 guess valid ispell location
16784
16785 2001-07-31 [paul]
16786
16787         * po/POTFILES.in
16788                 removal of 'src/quote_fmt_parse.c'
16789         * po/de.po
16790                 Updated de.po
16791                 (submitted by Jens Oberender <didge@suse.de>)
16792
16793 2001-07-31 [darko]
16794
16795         * src/folder.[ch]
16796         * src/folderview.[ch]
16797         * src/mainwindow.c
16798         * src/mh.c
16799         * src/prefs_common.[ch]
16800         * src/summaryview.c
16801                 target folder colourization
16802
16803 2001-07-30 [paul]
16804
16805         more sync with Sylpheed 0.5.1cvs6 
16806
16807 2001-07-30 [darko]
16808
16809         * src/mh.c
16810         * src/prefs_folder_item.[hc]
16811         * src/summaryview.c
16812                 shared folders support with a GUI
16813
16814 2001-07-29 [paul]
16815
16816         0.5.1claws3
16817
16818         * sync with Sylpheed 0.5.1cvs6
16819
16820 2001-07-29 [paul]
16821
16822         * po/pt_BR.po
16823                 updated
16824                 (submitted by Fabio Junior Beneditto)
16825
16826 2001-07-28 [paul]
16827
16828         * src/procmime.c
16829         * AUTHORS
16830                 patch to correct bad image mime headers
16831                 (submitted by Don Quijote <dq@searchlores.org>)
16832
16833 2001-07-28 [paul]
16834
16835         * tools/gif2xface.pl   **NEW FILE**
16836         * tools/README
16837                 script to convert file.gif to file.xface for
16838                 use in a custom header.
16839                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16840
16841 2001-07-27 [alfons]
16842         
16843         * configure.in
16844                 change macros for detecting JPilot and LDAP
16845
16846 2001-07-27 [christoph]
16847
16848         * src/filtering.c
16849                 code cleanup (MIN / MAX warning, needed casting)
16850
16851 2001-07-27 [alfons]
16852
16853         * procheader.c
16854                 disallow setting flags when detecting certain headers
16855                 (X-Status, Status, Seen, X-Seen). 
16856         
16857         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16858
16859 2001-07-27 [christoph]
16860
16861         * src/prefs_filter.c
16862         * src/prefs_filtering.c
16863         * src/prefs_matcher.c
16864         * src/prefs_scoring.c
16865                 scroll list when moving rows up or down
16866
16867         * src/imap.c
16868         * src/imap.h
16869         * src/prefs_account.c
16870         * src/prefs_account.h
16871         * src/send.c
16872                 SMTP over SSL (untested, feedback requested)
16873                 IMAP over SSL
16874
16875         * src/ssl.c
16876                 code cleanup
16877
16878 2001-07-26 [alfons]
16879         
16880         * configure.in, acconfig.h
16881                 define CLAWS (need this for main / claws detection)
16882
16883 2001-07-25 [alfons]
16884
16885         * configure.in
16886                 Sylpheed 0.5.1claws2
16887                 
16888         * sync with Sylpheed 0.5.1cvs4
16889
16890 2001-07-25 [christoph]
16891
16892         * src/scoring.c
16893                 fixed segfault
16894                 item->prefs == NULL (don't know why)
16895
16896 2001-07-25 [alfons]
16897
16898         * configure.in
16899                 Sylpheed 0.5.1claws1
16900
16901         * sync with Sylpheed 0.5.1cvs1-3
16902
16903 2001-07-24 [christoph]
16904
16905         * src/folderview.c
16906         * src/prefs_folder_item.[ch]
16907                 added folderitem preferences dialog with
16908                 default To: and auto request return receipt
16909
16910         * src/compose.[ch]
16911         * src/menu.[ch]
16912                 changes to handle new folderitem preferences
16913
16914         * src/mainwindow.c
16915         * src/summaryview.c
16916                 call compose new mail with current folderitem
16917
16918 2001-07-24 [alfons]
16919
16920         Release Sylpheed 0.5.1claws
16921
16922         * configure.in
16923                 change to release version 0.5.1claws
16924
16925 2001-07-24 [christoph]
16926
16927         * src/summaryview.c
16928                 fixed segfault that happend when the selected
16929                 message was removed while retrieving new messages.
16930
16931         * po/es.po
16932                 updated translation
16933                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16934
16935 2001-07-22 [alfons]
16936
16937         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16938         this is a work in progress, for more information: http://nlpagan.net/sylman 
16939         
16940         * configure.in, src/mainwindow.c, manual/Makefile.am
16941                 add support for English manual
16942
16943         * AUTHORS
16944                 add authors of user manuals
16945
16946         * manual/en/sylpheed*.html
16947                 add English documentation
16948
16949 2001-07-22 [christoph]
16950
16951         * po/POTFILES.in
16952                 added src/ssl.c
16953         * src/ssl.c
16954                 changed a wrong debug message
16955
16956 2001-07-22 [alfons]
16957
16958         * po/nl.po
16959                 update Dutch translation
16960
16961         * src/prefs_filtering.c, 
16962           src/prefs_matcher.c
16963                 add more translatable strings           
16964
16965 2001-07-21 [alfons]
16966
16967         0.5.0claws7
16968
16969         * configure.in
16970                 change version
16971
16972         * src/inc.c, src/summaryview.[ch]
16973                 prevent update of mark file when filtering has done, by
16974                 using a variable; this affects two functions:
16975                         inc.c::inc_finished()
16976                         summaryview.c::summary_show()
16977
16978 2001-07-20 [alfons]
16979
16980         * src/filtering.[ch], src/prefs_filtering.c, 
16981           src/matcher.[ch]
16982                 add filtering action for label coloring 
16983
16984         * po/POTFILES.in
16985                 add labelcolors.c
16986
16987         * added src/labelcolors.c
16988         * added src/labelcolors.h
16989         * src/Makefile.am, src/summaryview.c
16990                 rearrange label coloring code
16991
16992         * src/procmsg.h
16993                 add more parentheses so label colouring works correctly
16994
16995         * src/filtering.c
16996                 don't really delete message, but move it to Trash
16997
16998         * src/prefs_matcher.c
16999                 add quote options to info dialog
17000
17001 2001-07-20 [christoph]
17002
17003         * src/Makefile.am
17004         * src/inc.c
17005         * src/main.[ch]
17006         * src/socket.h
17007         * src/ssl.[ch] (new)
17008                 moved ssl stuff to a seperate file
17009
17010 2001-07-20 [darko]
17011
17012         * src/summaryview.c
17013                 fix show sender using address book with no e-mail
17014                 address in From: field
17015
17016 2001-07-19 [alfons]
17017
17018         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17019                 fix messy handling of escaping... now at least the
17020                 execute command is useful. escape char is '\', we
17021                 accept \n and \r too. 
17022
17023                 Real life example:
17024                 
17025                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17026                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17027
17028 2001-07-18 [alfons]
17029
17030         0.5.0claws6
17031
17032         * src/summaryview.c
17033                 clean up
17034
17035         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17036           src/procmsg.[ch]
17037                 revise filtering; currently move, copy, marking have
17038                 been tested. if you like bleeding edge stuff, you
17039                 should definitely go for this version :)
17040
17041         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17042
17043 2001-07-17 [christoph]
17044
17045         * src/utils.c
17046                 timestamp log
17047
17048 2001-07-17 [alfons]
17049
17050         0.5.0claws5
17051
17052         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17053           bits in the mark file, without affecting either branch. Lots of
17054           files changed, also in claws branch.
17055
17056           UNTESTED: use of mbox folders
17057
17058         * src/summaryview.c
17059                 added mark all read; however this was a quick hack used for
17060                 cleaning up mess after initial merge with Hiroyuki
17061
17062         * configure.in
17063                 change claws version number back to 0.5.0claws5 to clear up 
17064                 confusion & pretension (recent release was technically 
17065                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17066
17067 2001-07-16 [alfons]
17068
17069         sync with Hiroyuki's 0.5.0cvs4
17070
17071 2001-07-16 [alfons]
17072
17073         0.5.1claws3
17074
17075         * src/filtering.[ch]
17076                 remove invalid updating of mark files for 
17077                 filter actions MATCHING_ACTION_MOVE and 
17078                 MATCHING_ACTION_DELETE; this should fix the
17079                 folder update bug
17080                 
17081         * src/procmsg.c
17082                 revert Christoph's stab at fixing the folder 
17083                 update bug
17084
17085         * po/POTFILES.in
17086                 add missing files with translatable strings
17087
17088         * src/summaryview.c
17089                 remove debug print
17090
17091 2001-07-15 [alfons]
17092
17093         * src/addr_compl.[ch], src/prefs_filtering.c
17094                 make "filtering pref dialog's destination entry" an
17095                 "address completable entry", if filter destination is 
17096                 an email address
17097
17098         0.5.1claws2
17099         
17100         sync with Hiroyuki's 0.5.0cvs2-3
17101
17102 2001-07-15 [christoph]
17103
17104         * src/procmsg.c
17105                 fixed folder stats update after incorporation
17106
17107 2001-07-15 [alfons]
17108
17109         * src/summaryview.c
17110                 * finish label colouring stuff (for now)
17111                 * fix incorrect colour bug (off by one) 
17112
17113 2001-07-14 [alfons]
17114
17115         * src/mainwindow.c
17116                 change text labels for news and mail message so there's
17117                 plenty of toolbar estate left
17118
17119         * configure.in
17120                 0.5.1claws1
17121
17122         * src/folderview.c
17123           src/folder.[ch]
17124                 sync with Hiroyuki's 0.5.0cvs1
17125
17126         * src/summaryview.c
17127                 more rewrite label colouring
17128
17129 2001-07-14 [alfons]
17130
17131         * src/summaryview.[ch]
17132                 * start rewrite label colouring 
17133                 * fix proper location "Add Sender To Addressbook" menu item
17134
17135 2001-07-13
17136
17137         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17138         (actually this is 0.5.0claws4)
17139
17140 2001-07-13 [alfons]
17141
17142         * po/pt_BR.po
17143                 * fix duplicate message
17144                 * add updated Portugese / Brazilian translation
17145                   submitted by Fabio Junior Beneditto
17146
17147 2001-07-12 [alfons]
17148
17149         * AUTHORS
17150                 add Jens
17151
17152         * po/nl.po
17153                 add updated Dutch translation
17154
17155         * po/de.po
17156                 add updated German translation submitted by Jens
17157
17158 2001-07-11 [alfons]
17159
17160         Prerelease before 0.5.0claws. Please test.
17161         This version is temporarily tagged as VERSION_0_5_0_TEST
17162
17163         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17164           src/prefs_scoring.c, src/prefs_matcher.c, 
17165           src/prefs_filtering.c, src/mbox.c, 
17166           src/main.c, src/inc.c, src/filtering.[ch]
17167                 revert new Hoa's new matcher (does not work yet)
17168
17169         * src/Makefile.am
17170                 clean up
17171
17172 2001-07-10
17173
17174         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17175
17176
17177 2001-07-10 [alfons]
17178
17179         * Makefile.am
17180                 add ChangeLog.claws to EXTRA_DIST
17181         * src/Makefile.am
17182                 add matcher_parser_parse.h to EXTRA_DIST
17183
17184 2001-07-10 [christoph]
17185
17186         * src/inc.c
17187                 add destination folder to table of
17188                 folders that need to be updated after
17189                 incorporation
17190
17191 2001-07-10 [alfons]
17192
17193         * folder.[ch]
17194           folderview.c
17195                 make collapse state of folders and folder items persistent, i.e.
17196                 if you collapse a folder tree, the next time sylpheed-claws starts 
17197                 up the folder tree remains collapsed.  
17198                 
17199 2001-07-10 [christoph]
17200
17201         * acconfig.h
17202         * configure.in
17203                 added --enable-ssl
17204         * src/md5.[ch]
17205                 renamed MD5_CTX to MD5_CTX_syl
17206                 conflicts with a struct in openssl
17207         * src/inc.c
17208         * src/main.[ch]
17209         * src/prefs_account.[ch]
17210         * src/socket.[ch]
17211                 SSL support for POP
17212         * src/mainwindow.c
17213                 fixed compose with current account
17214                 broken by new compose button stuff
17215
17216 2001-07-09 [hoa]
17217
17218         * AUTHORS
17219                 changed my email address
17220
17221         * src/matcher_parser_parse.y
17222                 clean the parser to remove conflicts
17223
17224 2001-07-09 [alfons]
17225
17226         * AUTHORS
17227                 add Match Grun
17228
17229         * configure.in
17230                 fix incorrect description of --enable-ldap parameter
17231
17232         * src/prefs_common.[ch]
17233           src/compose.c
17234                 add experimental option "smart wrapping" which makes the
17235                 compose editor auto wrap.
17236                 
17237                 | TODO: the problem with the buggy cursor handling is caused |
17238                 | by the GtkText. when deleting / backspacing text its       |
17239                 | wrapping algorithm does not take in account the previous   |
17240                 | line. should find a way to hack this in.                   |
17241                 | or should perhaps combine this with the word wrapping      |
17242                 | patch i wrote in january.                                  |
17243
17244         * src/about.c
17245                 show build parameters for LDAP and JPilot
17246
17247         * src/summaryview.c
17248                 revert Christoph's bugfix for selecting next unread message, 
17249                 because folder stats aren't updated correctly
17250
17251 2001-07-08 [hoa]
17252
17253         * src/filtering.c
17254         * src/mainwindow.c
17255         * src/matcher.c
17256         * src/matcher_parser_lex.l
17257         * src/matcher_parser_parse.y
17258         * src/prefs_filtering.c
17259         * src/prefs_scoring.c
17260         * src/scoring.c
17261                 bugfix of the config file parser
17262
17263 2001-07-08 [alfons]
17264
17265         * src/Makefile.am
17266                 added generated matcher sources to BUILT_SOURCES
17267
17268 2001-07-08 [hoa]
17269
17270         * src/Makefile.am
17271         * src/.cvsignore
17272                 added new config file parser
17273
17274         * src/scoring.[ch]
17275         * src/filtering.[ch]
17276         * src/matcher.[ch]
17277         * src/prefs_filtering.c
17278         * src/prefs_matcher.c
17279         * src/prefs_scoring.c
17280         * added src/matcher_parser.h
17281         * added src/matcher_parser_lex.h
17282         * added src/matcher_parser_lex.l
17283         * added src/matcher_parser_parse.y
17284                 lex & yacc config file parser
17285
17286         * src/mbox.c
17287         * src/inc.c
17288         * src/main.c
17289                 changes prefs_filtering into global_filtering           
17290
17291         * src/summaryview.c
17292                 build threads with subjects only if "Re: " is at the
17293                 beginning of the subject
17294
17295 2001-07-07 [paul]
17296
17297         0.5.0claws
17298
17299         sync with sylpheed 0.5.0
17300                 change of version number only
17301
17302 2001-07-06 [paul]
17303
17304         0.5.0claws5
17305
17306         sync with sylpheed 0.5.0pre5
17307
17308 2001-07-05 [paul]
17309
17310         sync with sylpheed 0.5.0pre4 release
17311                 /po and /manual/ja not sync'ed
17312
17313 2001-07-04 [paul]
17314
17315         more sync with sylpheed 0.5.0pre4
17316
17317 2001-07-03 [christoph]
17318
17319         * src/addressbook.c
17320                 fixed address book broken by address book
17321                 for VCard, JPilot, LDAP
17322
17323 2001-07-03 [alfons]
17324
17325         * src/matcher.c
17326         * src/textview.c
17327                 stopped memory leaks
17328
17329 2001-07-03 [paul]
17330
17331         more sync with sylpheed 0.5.0pre4
17332
17333 2001-07-02 [match]
17334
17335         * included address book patch for VCard, JPilot, LDAP
17336         * pref_common.c - fixed Font options on Display tab (cosmetic)
17337         * alertpanel.c - fixed truncated message
17338
17339 2001-07-02 [christoph]
17340
17341         * src/mbox_folder.c
17342         * src/procmsg.[ch]
17343         * src/summaryview.c
17344                 mark threads for ignoring
17345
17346 2001-07-02 [paul]
17347
17348         0.5.0claws4
17349
17350         * sync with sylpheed 0.5.0pre4
17351                 updated gettext to 0.10.38.
17352
17353 2001-07-01 [paul]
17354
17355         * src/ mainwindow.c
17356         * src/procmsg.h
17357         * src/summaryview.[ch]
17358                 new right-click option: Label.
17359                 substitute for 'Mark-->Mark/Unmark', colours the line.
17360                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17361
17362 2001-07-01 [christoph]
17363
17364         * src/folderview.c
17365                 fixed font for trash
17366         * src/summaryview.c
17367                 move ctree to unread message
17368
17369 2001-07-01 [paul]
17370
17371         * sync with sylpheed 0.5.0pre3 release
17372
17373 2001-06-30 [alfons]
17374
17375         * src/filesel.[ch]
17376         * src/compose.c
17377                 allow inserting / attaching multiple files in
17378                 the composer window
17379
17380 2001-06-30 [paul]
17381
17382         * src/codeconv.c
17383                 small change to Alfons' previous stuff so that it
17384                 actually makes
17385
17386 2001-06-30 [alfons]
17387
17388         * lots of files changed; first attempt to merge the changes
17389           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17390
17391 2001-06-30 [paul]
17392
17393         * po/pt_BR.po
17394                 updated and completed, translations by Fabio
17395                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17396
17397 2001-06-29 [alfons]
17398
17399         * src/compose.c
17400         * src/mimeproc.[ch]
17401                 allow selecting an attached files' mime type from a 
17402                 list of types.
17403
17404 2001-06-29 [paul]
17405
17406         * more sync with sylpheed 0.5.0pre3
17407
17408 2001-06-29 [paul]
17409
17410         * po/pt_BR.po
17411                 merge with sylpheed.pot and pt_BR.po provided by
17412                 Fabio Junior Beneditto.
17413
17414 2001-06-29 [darko]
17415
17416         * src/procmime.c
17417                 make MIME types case insensitive
17418
17419 2001-06-28 [alfons]
17420
17421         * po/nl.po
17422                 merge with sylpheed.pot and old nl.po; translations added.
17423
17424 2001-06-28 [paul]
17425
17426         * more sync with sylpheed 0.5.0pre3
17427
17428 2001-06-27 [alfons]
17429
17430         * src/summaryview.c
17431                 don't crash when removing parent node of messages
17432                 attracted by subject. this was caused by not deleting
17433                 the parent node from the subject line hash table.
17434
17435 2001-06-27 [alfons]
17436
17437         * src/summaryview.c
17438         * src/compose.[ch]
17439         * src/mainwindow.c
17440                 if there are multiple messages selected, allow forwarding
17441                 them as attachments.
17442
17443 2001-06-27 [paul]
17444
17445         * more sync with sylpheed 0.5.0pre3
17446
17447 2001-06-26 [paul]
17448
17449         0.5.0claws3
17450
17451         * sync with sylpheed 0.5.0pre3
17452
17453 2001-06-25 [paul]
17454
17455         * src/mainwindow.c
17456                 fixed 'compose news article' bug
17457                 from icon-and-text toolbar
17458
17459 2001-06-25 [paul]
17460
17461         * sync with sylpheed 0.5.0pre2 release
17462
17463 2001-06-24 [christoph]
17464
17465         * src/prefs_common.c
17466                 bug fix in font selection
17467         * src/folderview.c
17468                 use sylpheed's normal font instead of
17469                 gtk default font for folders without
17470                 new messages
17471
17472 2001-06-24 [alfons]
17473
17474         * src/mainwindow.[ch]
17475                 added composite compose mail / news button (an idea by Leandro
17476                 Pereira <leandro@linuxmag.com.br>)
17477
17478 2001-06-24 [paul]
17479
17480         Added instructions for ldif-to-xml.py
17481
17482         * tools/README
17483
17484 2001-06-23 [alfons]
17485
17486         Some minor things.
17487
17488         * src/pixmaps/stock_news_compose.xpm
17489                 added pixmap by Leandro
17490         * src/prefs_common.c
17491                 tested built-in spelling checker of GCC 3.0 :)
17492         * po/nl.po
17493                 merged dutch translation of sylpheed-main with
17494                 sylpheed.pot
17495
17496 2001-06-23 [paul]
17497
17498         Added tools directory and files.
17499
17500         * tools/filter_conv.pl
17501                 converts old filter system to new filtering system
17502         * tools/ldif-to-xml.py
17503                 converts netscape addressbook to sylpheed addressbook
17504         * tools/README
17505                 descriptions/instructions for above two files
17506
17507 2001-06-23 [christoph]
17508
17509         * src/inc.c
17510         * src/manage_window.[ch]
17511         * src/prefs_common.[ch]
17512                 mail retrieval dialog can be enabled, disabled
17513                 or hidden if non of sylpheed's windows is active
17514
17515 2001-06-22 [paul]
17516
17517         0.5.0claws2
17518
17519         * sync with sylpheed 0.5.0pre2
17520
17521 2001-06-21 [christoph]
17522
17523         * src/summaryview.c
17524                 show recipient on 'from' for all accounts
17525                 
17526         * src/inc.c
17527         * src/prefs_common.[ch]
17528                 disable error popup on mail receive errors
17529
17530 2001-06-21 [alfons]
17531
17532         * src/compose.c
17533                 made the ruler correctly appear and disappear.
17534
17535         * src/Makefile.am
17536                 removed Hoa's work-in-progress-stuff (interesting!) so 
17537                 claws compiles ok.
17538
17539 2001-06-20 [christoph]
17540
17541         * src/inc.c
17542         * src/progressdialog.c
17543                 added scrolled window for list in progressdialog
17544
17545 2001-06-20 [paul]
17546
17547         sync with sylpheed 0.5.0pre1 release
17548
17549 2001-06-20 [christoph]
17550
17551         * src/summeryview.c
17552                 make building threads by subject work when
17553                 thread view is enabled
17554                 
17555         * src/compose.c
17556         * src/prefs_common.[ch]
17557                 automatically select account for mail replys
17558
17559 2001-06-19 [sergey]
17560
17561         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17562         they are filled in from the account settings.
17563
17564 2001-06-19 [paul]
17565
17566         * more sync with sylpheed 0.5.0pre1
17567
17568 2001-06-18 [alfons]
17569
17570         * src/Makefile.am,
17571           src/procmime.c
17572                 added --sysconfdir to CPPFLAGS for pointing to the correct
17573                 location of mime.types. 
17574
17575                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17576                 or ./configure!
17577
17578 2001-06-18 [hoa]
17579
17580         * src/summaryview.c
17581                 fixed some bug when building threads
17582
17583 2001-06-18 [pau]l
17584
17585         * src/prefs_account.c
17586                 UI stuff: More changes to the English
17587
17588 2001-06-18 [paul]
17589
17590         * src/pixmaps/stock_news_compose.xpm: new file
17591         * src/Makefile.am
17592         * src/mainwindow.c
17593         * src/summaryview.c
17594                 Added new icon for Hoa's 'compose a news
17595                 message', plus minor improvements to the
17596                 English
17597
17598         * po/ja.po
17599         * ChangeLog
17600         * ChangeLog.jp
17601                 more sync with sylpheed 0.5.0pre1
17602
17603 2001-06-18 [hoa]
17604
17605         * src/compose.[ch]
17606         * src/mainwindow.c
17607                 Follow-up and reply to
17608
17609         * src/summaryview.[ch]
17610                 Build threads also with subjects
17611
17612 2001-06-17 [hoa]
17613
17614         * src/compose.c
17615                 forwarding use the current account.
17616
17617         * src/mainwindow.c
17618                 the "compose message" button has been replaced with
17619                 "new mail" and "new news" buttons
17620
17621         * src/prefs_common.[ch]
17622                 added a configuration option to use the forward button
17623                 as "forward as attachment"
17624                 changed reply and forward format description
17625
17626         * src/quote_fmt_lex.l
17627         * src/quote_fmt_parse.y
17628                 added message with no signature in format for reply
17629                 and forward.
17630
17631 2001-06-17 [paul]
17632
17633         Minor UI stuff
17634
17635         * src/mainwindow.c
17636         * src/summaryview.c
17637                 Improvements to the English
17638
17639         * src/prefs_common.c
17640                 Improvements to the English and some
17641                 clarity/continuity improvements in the
17642                 description of Quote symbols.
17643
17644 2001-06-17 [paul]
17645
17646         0.5.0claws1
17647
17648         * sync with sylpheed 0.5.0pre1
17649
17650 2001-06-17 [hoa]
17651
17652         * src/compose.c
17653                 Better interface for compose, displayed fields
17654                 are updated whenever we change account.
17655                 Newsgroups field is automatically filled.
17656
17657         * src/mainwindow.c
17658                 Newsgroups field is automatically filled.
17659
17660         * src/prefs_account.c
17661                 Some interface stuff when fields appear and
17662                 disappear.
17663
17664 2001-06-16 [paul]
17665
17666         0.4.99claws
17667
17668         * sync with sylpheed 0.4.99
17669
17670 2001-06-16 [sergey]
17671
17672         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17673         base64_decoder_free, base64_decoder_decode): new object and
17674         functions for decoding base64 streams.
17675         * src/procmime.c (procmime_decode_content): modified to use the
17676         new base64 decoder.
17677
17678 2001-06-15 [paul]
17679
17680         0.4.99claws10
17681
17682         * sync with sylpheed 0.4.99cvs11
17683
17684 2001-06-13 [paul]
17685
17686         0.4.99claws9
17687
17688         * sync with sylpheed 0.4.99cvs9
17689
17690 2001-06-13 [hoa]
17691
17692         * src/compose.c
17693         * src/prefs_account.c
17694
17695                 SMTP server can be defined in the news account
17696                 mime type of attachment are kept.
17697
17698         * src/summaryview.c
17699
17700                 now choose the highest important score between default
17701                 and important score of folder.
17702
17703 2001-06-09 [alfons]
17704         
17705         * src/prefs_common.c: 
17706
17707                 (prefs_quote_description_create): corrected description of 
17708                 quote format characters
17709
17710 2001-06-09 [paul]
17711
17712         0.4.99claws8
17713
17714         * sync with sylpheed 0.4.99cvs8
17715
17716 2001-06-08 [sergey]
17717
17718         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17719         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17720
17721 2001-06-08 [paul]
17722
17723         0.4.99claws7
17724
17725         * sync with sylpheed 0.4.99cvs7
17726
17727 2001-06-06 [sergey]
17728
17729         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17730         clashes with autogenerated header).
17731         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17732         * src/Makefile.am: added quote_fmt.h.
17733         * src/.cvsignore: added lex/yacc autogenerated files
17734         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17735
17736 2001-06-06 [paul]
17737
17738         0.4.99claws6
17739
17740         * sync with sylpheed 0.4.99cvs6
17741
17742 2001-06-06 [hoa]
17743
17744         * added src/quote_fmt_parse.h
17745         * src/compose.c
17746                 removed warnings
17747
17748         * src/prefs.[ch]
17749                 don't modify readonly configuration files
17750
17751         * src/prefs_account.c
17752         * src/prefs_common.c
17753         * src/prefs_customheader.c
17754         * src/prefs_display_header.c
17755         * src/prefs_filter.c
17756         * src/prefs_filtering.c
17757         * src/prefs_scoring.c
17758                 don't open dialog box when configuration files
17759                 are readonly
17760
17761 2001-06-05 [sergey]
17762
17763         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17764
17765         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17766         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17767         BUILT_SOURCES to make all files rebuild properly.
17768
17769         * src/compose.c: removed #include "quote_fmt.tab.h".
17770
17771         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17772         CHARACTER value in yylval.
17773
17774         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17775         receive CHARACTER value by documented means (yylval).
17776
17777         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17778
17779 2001-06-05 [hoa]
17780
17781         * src/Makefile.am
17782                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17783
17784         * src/filtering.c
17785         * src/matcher.c
17786         * src/matcher.h
17787         * src/prefs_filtering.c
17788                 now keep the configuration for execute action
17789
17790         * src/mbox_folder.c
17791                 fixed a warning
17792
17793 2001-06-05 [paul]
17794
17795         * sync with sylpheed 0.4.99cvs5
17796
17797 2001-06-05 [hoa]
17798
17799         * src/Makefile.am
17800                 added quote_fmt.[ch]
17801
17802         * added src/quote_fmt.y
17803         * added src/quote_fmt.l
17804         * added src/quote_fmt.tab.h
17805         * added src/quote_fmt.tab.c
17806         * added src/lex.quote_fmt.c
17807                 parsing configuration for replying
17808                 and forwarding
17809
17810         * src/prefs_common.[ch]
17811                 added configuration UI for replying
17812                 and forwarding
17813
17814         * src/compose.c
17815                 using configuration for replying
17816                 and forwarding
17817
17818 2001-06-04 [hoa]
17819
17820         * src/filtering.c
17821         * src/matcher.c
17822         * src/matcher.h
17823         * src/prefs_filtering.c
17824         * src/prefs_matcher.c
17825         * src/prefs_matcher.h
17826                 action "run a command" for filtering
17827                 and matching with a command.
17828                 fixed the "whole message" matching
17829
17830         * src/mbox_folder.c
17831                 changed temporary filename for security
17832
17833         * src/messageview.c
17834                 queue the notification if it fails to send.
17835
17836         * src/prefs_common.c
17837         * src/prefs_folder_item.c
17838                 changed the default important score             
17839
17840         * src/prefs_scoring.c
17841         * src/scoring.c
17842                 hide kill score input when the folder is not
17843                 a newsgroup
17844
17845 2001-06-03 [alfons]
17846
17847         * src/prefs_common.c:
17848
17849                 (prefs_font_select): pass font name in font entry box to font
17850                 selection dialog.
17851
17852 2001-06-03 [sergey]
17853
17854         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17855
17856 2001-06-03 [paul]
17857
17858         * sync with sylpheed 0.4.99cvs4
17859
17860 2001-06-03 [alfons]
17861
17862         * src/headerwindow.c:
17863
17864                 (headerwindow_show_cb): use the selected summary view item, not
17865                 the displayed item.
17866
17867 2001-06-02 [alfons]
17868
17869         * src/headerwindow.c:
17870
17871                 (headerwindow_show_cb): always try to show msginfo
17872
17873 2001-06-02 [hoa]
17874
17875         * src/compose.c
17876                 keep attached parts when reediting or forwarding.
17877
17878 2001-06-01 [hoa]
17879
17880         * src/folderview.c
17881         * src/prefs_folder_item.[ch]
17882         * src/prefs_scoring.[ch]
17883         * src/scoring.[ch]
17884         * src/summaryview.[ch]
17885         * src/main.c
17886         * src/mainwindow.c
17887         * src/prefs_common.[ch]
17888                 support for folder scoring
17889                 kill score and important score for messages
17890         
17891         * src/prefs_account.c
17892                 some display bug fixed for local account
17893                 preferences
17894
17895 2001-05-31 [alfons]
17896
17897         * src/summaryview.c:
17898
17899                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17900                 sender to address book menu item is disabled.
17901
17902 2001-05-30 [hoa]
17903
17904         * src/filtering.[ch]
17905         * src/summaryview.c
17906                 handling summary menu / filter messages
17907
17908         * src/folder.[ch]
17909                 add some stuff
17910
17911         * src/foldersel.c
17912                 imap folders now appears in list
17913
17914         * src/mbox_folder.c
17915                 doesn't crash if destination mail is not writeable
17916
17917 2001-05-29 [hoa]
17918
17919         * src/compose.c
17920                 removed some warnings
17921
17922         * src/filtering.c
17923         * src/folder.[ch]
17924         * src/prefs_filtering.c
17925                 global string to identify any folders           
17926                 removed some debug info
17927                 filtering to mbox folders is now possible
17928
17929         * src/mainwindow.c
17930                 removed some warnings
17931
17932         * src/mbox_folder.c
17933                 permission on files are changed to read/write for user only,
17934                 nothing for other.
17935                 creation of subfolder is handled better.
17936
17937 2001-05-28 [alfons]
17938
17939         Verified the sync for src/prefs_common.[ch] and
17940         src/prefs_account.[ch]. I believe there were some
17941         minor indentation differences.
17942
17943 2001-05-28 [paul]
17944
17945         0.4.99claws3
17946
17947         * sync with 0.4.99cvs3
17948
17949 2001-05-28 [hoa]
17950
17951         * src/compose.c
17952                 handling flags for mbox format
17953
17954         * src/filtering.c
17955                 use of mark file only for MH format
17956                 handling flags for mbox format
17957                 filtering cannot yet move or copy mails to mbox folders.
17958
17959         * src/folder.[ch]
17960                 changed move_msg, copy_msg,
17961                 move_msgs_with_dest, copy_msgs_with_dest functions
17962                 uses only folder->copy_msg() function
17963                 uses folder->finished_copy() to handle the destination
17964                 folder at the end of the copy or move operation.
17965
17966         * src/foldersel.c
17967                 included mbox directories.
17968
17969         * src/folderview.[ch]
17970         * src/mainwindow.c
17971                 handle folders operation for mbox format
17972
17973         * src/mbox.c
17974                 disable conversion of "From " header
17975
17976         * src/mbox_folder.[ch]
17977                 completion of mbox format handling
17978
17979         * src/mh.c
17980                 changed mh_copy_msg() function and
17981                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17982                 mh_copy_msgs_with_dest()
17983
17984         * src/prefs_filtering.c
17985                 removed some warnings
17986
17987         * src/prefs_matcher.c
17988                 default boolean operation is AND
17989
17990         * src/procheader.c
17991                 handling flags for mbox format
17992                 handling of "From " header
17993
17994         * src/procmsg.[ch]
17995                 removed data field
17996                 added MSG_REALLY_DELETED flags to handle deletion of
17997                 messages in mbox format.
17998
17999         * src/summaryview.c
18000                 handling flags for mbox format
18001                 disable the MSG_DELETED flags when messages
18002                 are deleted in mbox format
18003
18004         * src/textview.c
18005                 "From " headers display fixed.
18006
18007 2001-05-27 [alfons]
18008
18009         * src/textview.c:
18010                 
18011                 (get_email_part): skip quoted email addresses, like in e.g.
18012                 "'alfons@proteus.demon.nl'".
18013
18014 2001-05-26 [alfons]
18015
18016         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18017         and fixing the persistence troubles when using separate windows.
18018
18019         * src/mainwindow.c:
18020         
18021             Added #define SEPARATE_ACTION used in the gtk item factory for 
18022             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18023                 use gtk_item_factory_get_widget_by_action() to get the items.
18024                 
18025             Removed separate_widget_cb from the gtk item factory data   
18026           
18027             (mainwindow_create): connect separate_widget_cb() to check
18028             menu item "toggled" signal. also passing a MainWindow pointer
18029                 as object data for both check menu items.
18030                 
18031             (separate_widget_cb): definition of separate_widget_cb() to match
18032             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18033                 window using gtk_object_get_data(). The type of window separation 
18034                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18035         
18036         * src/prefs_filtering.c,
18037           src/prefs_matcher.c: added horizontal scrollbars
18038
18039 2001-05-25 [darko]
18040
18041         * src/headerview.c
18042                 fix segfault with invalid bold font
18043         * src/summaryview.c
18044                 correctly display summary stats after row is marked
18045
18046 2001-05-23 [sergey]
18047
18048         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18049         encodings with libjconv.
18050
18051 2001-05-23 [hoa]
18052
18053         * src/Makefile.am
18054                 added mbox_folder.[ch]
18055         * src/defs.h
18056                 mbox temporary folder
18057         * src/folder.[ch]
18058         * added src/mbox_folder.[ch]
18059         * src/folderview.c
18060         * src/procheader.[ch]
18061                 added mbox support
18062         * src/mbox.c
18063                 bugfix for file incorporation filtering
18064         * src/imap.c
18065                 enable creation of MBOX
18066         * src/prefs_display_header.c
18067                 enable use of headers like "From "
18068                 something that should be fixed :
18069                         displaying of such headers add an extra space
18070         * src/prefs_folder_item.c
18071                 don't create folders because it is not necessary
18072         * src/procmsg.h
18073                 added data field to MsgInfo for mbox internal use
18074         * src/summaryview.c
18075                 added some support for mbox
18076         * src/utils.[ch]
18077                 added get_mbox_cache_dir() function
18078
18079 2001-05-23 [hiroyuki]
18080
18081         * src/headerwindow.c
18082           src/inc.c
18083           src/main.c
18084           src/mh.c
18085           src/nntp.c
18086           src/procmsg.h
18087           src/session.h
18088           src/socket.[ch]
18089           src/summaryview.c
18090           src/textview.c
18091           src/automaton.c
18092           src/folderview.c: more sync with 0.4.99cvs2.
18093
18094         * src/headerwindow.c: reverted.
18095
18096 2001-05-22 [paul]
18097
18098         0.4.99claws2
18099
18100         * sync with sylpheed 0.4.99cvs2
18101                 * src/news.[ch]
18102                 * src/nntp.[ch]
18103                 * INSTALL
18104                 * INSTALL.jp
18105
18106 2001-05-22 [alfons]
18107
18108         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18109
18110 2001-05-21 [alfons]
18111
18112         Minor things:
18113
18114         * configure.in: if gnome-config not found, "no" is displayed
18115         
18116         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18117
18118         * src/textview.c: now also possible to add mail addresses by right
18119           clicking in the text view
18120
18121         * src/codeconv.c: merged patch which fixes endless loop when encountering
18122           invalid wide characters; from Alte <010@imis.ru>  
18123
18124 2001-05-20 [alfons]
18125
18126         Added installation of gnome specific things:
18127
18128         * Makefile.am: gnome conditional
18129
18130         * configure.in: check for installed gnome
18131
18132         * added sylpheed.png, sylpheed.desktop
18133
18134 2001-05-20 [sergey]
18135
18136         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18137
18138         * src/mainwindow.h (main_window_toolbar_create): created a button
18139         for "Reply to all".
18140         (main_window_set_toolbar_sensitive): enable/disable the new button
18141         appropriately.
18142         (toolbar_reply_to_author_cb): handle the new button.
18143
18144         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18145         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18146         failure).
18147
18148 2001-05-19 [sergey]
18149
18150         * src/compose.h (ComposeReplyMode): new modes
18151         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18152         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18153
18154         * src/compose.c
18155         (compose_send): move some code into a new function:
18156         (compose_current_mail_account): new function.
18157         (compose_reply): new argument to_author, all callers changed; if
18158         to_author==TRUE and account->protocol==A_NNTP, find and use an
18159         appropriate mail account for replying.
18160         (compose_reply_set_entry): new argument to_author; ignore
18161         compose->replyto if to_author==TRUE.
18162
18163         * src/mainwindow.c: new command "Message/Reply to author".
18164         (main_window_set_menu_sensitive): enable/disable it.
18165         (reply_cb): handle it.
18166
18167         * src/summaryview.c: new command "Reply to author".
18168         (summary_set_menu_sensitive): enable/disable it.
18169         (summary_reply_cb): handle it.
18170
18171         * src/account.c (account_find_mail_from_address): new function.
18172
18173 2001-05-18 [paul]
18174
18175         0.4.99claws1
18176
18177         * sync with sylpheed 0.4.99cvs1
18178
18179 2001-05-18 [hoa]
18180
18181         * src/compose.[ch]
18182         * src/filtering.c
18183         * src/summaryview.c
18184                 new filtering action : forward and forward as attachment
18185
18186         * src/main.c
18187                 no need for $DISPLAY when we run sylpheed --help
18188                 call to parse_cmd_opt() is moved
18189
18190         * src/mainwindow.[ch]
18191                 execute button is hidden when immediate execute
18192                 is chosen
18193
18194         * src/mh.c
18195         * src/news.c
18196         * src/prefs_folder_item.c
18197         * src/procmsg.c
18198                 better handling of missing directories
18199
18200         * src/summaryview.c
18201                 reedit is enabled in outbox
18202                 reedit is enabled in queue
18203
18204 2001-05-17 [hoa]
18205
18206         * src/filtering.c
18207         * src/matcher.[ch]
18208         * src/prefs_filtering.c
18209                 changed attachement into attachment
18210
18211 2001-05-17 [alfons]
18212
18213         0.4.67claws4    
18214
18215         * sync with sylpheed 0.4.67cvs9
18216         * sync with sylpheed 0.4.67cvs7-8
18217
18218 2001-05-17 [hoa]
18219
18220         * src/Makefile.am
18221                 added prefs_filtering.c
18222
18223         * src/filtering.[ch]
18224         * src/matcher.[ch]
18225                 removed action : forward_news and forward_news_as_attachement
18226                 (forward and forward_as_attachement can be used instead)
18227
18228         * src/mainwindow.c
18229                 added menu option to access filtering configuration
18230
18231         * src/prefs_account.c
18232                 changed mail_command default to /usr/sbin/sendmail
18233
18234         * added src/prefs_filtering.[ch]
18235                 dialog box for filtering configuration
18236
18237         * src/prefs_matcher.c
18238                 added function prefs_matcher_get_criteria_from_matching()
18239
18240         * src/prefs_scoring.c
18241                 reset the dialog when register or substitute is clicked
18242
18243 2001-05-15 [hoa]
18244
18245         * src/Makefile.am
18246                 added filtering.[ch]
18247         * src/inc.c
18248                 using filering.[ch] instead of filter.[ch]
18249         * src/main.c
18250                 reading new filtering configuration
18251         * src/matcher.[ch]
18252                 added some filtering actions
18253                 and fixed a bug for headers and mail body matching
18254         * src/mbox.c
18255                 using filering.[ch] instead of filter.[ch]
18256         * src/mh.c
18257                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18258         * src/summaryview.c
18259                 some fixes for filtering
18260
18261 2001-05-14 [hiroyuki]
18262
18263         * src/send.c: fixed some weird indentations.
18264           send_message_with_command(): call pclose() only if p != NULL.
18265         * src/textview.c: get_email_part(): modified the code for readability.
18266
18267 2001-05-14 [hiroyuki]
18268
18269         * src/md5global.h
18270           src/md5ify.c
18271           src/md5ify.h: removed from the cvs.
18272
18273 2001-05-13 [sergey]
18274
18275         * src/main.c: include rfc2015.h to avoid compiler warnings.
18276         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18277         the panel is already on screen.
18278         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18279         closing the alert window by ESC as "No".
18280         * src/prefs_common.c (prefs_interface_create): moved return
18281         receipt check button to the correct place.
18282
18283 2001-03-13 [alfons]
18284
18285         * src/prefs_common.c: 
18286                 moved return receipt check button to the Send tab. (prefs_send_create)
18287                 removed the date format ui related globals. (prefs_display_create)
18288
18289         0.4.67claws3
18290         
18291         * sync with sylpheed 0.4.67cvs5-6
18292
18293 2001-05-13 [paul]
18294
18295         * added Alfons' font selection patch
18296
18297         * src/defs.h
18298         * src/headerwindow.c
18299         * src/prefs_common.c
18300         * src/prefs_common.h
18301
18302 2001-05-13 [hoa]
18303         * src/defs.h
18304                 changed version of cache
18305         * src/matcher.[ch]
18306         * src/prefs_matcher.c
18307                 added additionnal matching criteria
18308         * src/procheader.c
18309         * src/procmsg.[ch]
18310         * src/news.c
18311                 added references in MsgInfo
18312
18313 2001-05-12 [hoa]
18314
18315         * src/defs.h
18316                 prepared some things for new filtering
18317         * src/matcher.[ch]
18318                 added some matching properties
18319                 inreplyto need to be enhanced
18320                 prepared some things for new filtering
18321         * src/messageview.c
18322                 added Return-Receipt-To handling
18323         * src/prefs_folder_item.c
18324                 changed default value to TRUE
18325         * src/prefs_matcher.c
18326                 added some matching properties
18327         * src/prefs_scoring.[ch]
18328                 the scoring dialog is finished
18329         * src/procheader.c
18330                 added Return-Receipt-To handling
18331                 Reference need to be added
18332         * src/procmsg.[ch]
18333                 added Return-Receipt-To handling
18334                 added threadscore to get a better score sorting when
18335                 threads are enabled
18336         * src/summaryview.c
18337                 suppressed a bug when we sort the list
18338                 when no folder is opened.
18339                 better score sorting when threads are enabled
18340
18341 2001-05-12 [alfons]
18342
18343         * reverted previous patch because of potential errors 
18344
18345         0.4.67claws2
18346         
18347         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18348                 applied "toggle mail-retrieval dialog window" patch submitted 
18349                 by Eric Limpens <eric@qnt.net>
18350
18351         * sync with sylpheed 0.4.67cvs4
18352
18353 2001-05-12 [sergey]
18354
18355         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18356         some picky compilers.
18357         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18358         * src/grouplist_dialog.c: include alertpanel.h.
18359         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18360         fix compile warning.
18361         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18362         #include "defs.h" before others to prevent the warning of `MIN'
18363         and `MAX' redefinition.
18364
18365 2001-05-11 [hoa]
18366
18367         * src/main.c
18368         * src/messageview.c
18369         * src/prefs_account.c
18370         * src/prefs_display_header.c
18371                 removed warning
18372         * src/Makefile.am
18373                 added prefs_scoring.[ch]
18374         * src/grouplist_dialog.c
18375                 display an error dialog box if the group list
18376                 cannot be fetched.
18377         * src/mainwindow.[ch]
18378                 added main_window_set_thread_option() function
18379                 scoring dialog box enabled
18380         * src/matcher.[ch]
18381                 added flags matching unread /new / marked
18382                 / deleted / replied / forwarded
18383         * src/news.c
18384                 newsgroups are now finally in newscache
18385         * src/prefs_matcher.[ch]
18386                 finished preferences for matching dialog
18387         * added src/prefs_scoring.[ch]
18388                 scoring dialog box completed
18389         * src/scoring.[ch]
18390                 conversion to string : added scoringprop_to_string()
18391                 write config for preferences :
18392                 added prefs_scoring_write_config()
18393         * src/summaryview.c
18394                 threads can be enabled/disabled independently
18395                 for each folder
18396
18397 2001-05-10 [alfons]
18398
18399         0.4.67claws1
18400         
18401         * AUTHORS: 
18402                 thought it would be nice to have a list of all
18403                 contributors (used Changelog as a reference)
18404         
18405         * configure.in: 
18406                 messed up version numbering...
18407
18408         0.4.66claws1
18409
18410         * sync with sylpheed 0.4.67cvs1-3
18411
18412 2001-05-10 [darko]
18413
18414         * src/prefs_common.c:
18415                 better UI for strftime format, double clicking
18416                 on format now inserts the format in text entry
18417                 replaced close button with standard OK/Cancel
18418                 moved date format button to the right of the
18419                 text entry field
18420
18421 2001-05-09 [alfons]
18422
18423         * src/gtkstext.c:
18424                 Ctrl-Home / Ctrl-End have proper cursor navigation
18425
18426 2001-05-09 [hoa]
18427
18428         * src/prefs_matcher.c
18429                 finished UI to define matching properties
18430                 added ok and cancel button
18431         * src/prefs_filter.c
18432                 added ok and cancel button
18433         * src/news.c
18434                 fixed some bug in xhdr parsing
18435
18436 2001-05-08 [alfons]
18437
18438         * src/textview.c: 
18439                 fixed a bug in textview_show_header(), which displayed two colons (':');
18440                 cleaned up some warnings
18441
18442 2001-05-08 [hoa]
18443
18444         * src/Makefile.am
18445                 added prefs_matcher.[ch]
18446                 compilation with -W -Wall
18447         * src/alertpanel.c
18448                 ungrab the mouse events if grabbed - does it
18449                 fix the bug for disposition notification ?
18450         * src/mainwindow.c
18451                 added a menu option to open the matching dialog.
18452         * src/matcher.[ch]
18453                 added matcherprop_to_string() and matcherlist_to_string()
18454                 fixed some bugs, changed the name of some options
18455                 age_sup and age_inf becomes age_greater and age_lower,
18456                 body and messageheaders becomes body_part and headers_part,
18457                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18458         * src/prefs_display_header.c
18459         * src/prefs_headers.c
18460                 fixed a bug that accidentally destroyed dialogs
18461                 when closed them with delete_event
18462                 Added *_deleted() which handle delete_event signal correctly.
18463         * src/prefs_folder_item.[ch]
18464                 added "enable_thread" field for future customization
18465         * added src/prefs_matcher.[ch]
18466                 sample of the UI to define matching properties
18467         * src/procheader.c
18468                 using procheader_headername_equal instead of str*cmp functions
18469                 using procheader_parse_header() function
18470         * src/scoring.c
18471                 using MATCHING_XXX instead of SCORING_XXX
18472         * src/summaryview.c
18473                 display the sender of the news even if this is ourself
18474                 when this is a news message.
18475         * src/textview.c
18476                 using headername_equal() instead of str*cmp functions
18477
18478 2001-05-08 [alfons]
18479
18480         0.4.66claws
18481
18482         * sync with sylpheed 0.4.66
18483         * src/gtkstext.c: trace logs added 
18484
18485 2001-05-08 [sergey]
18486
18487         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18488         signature check popup.
18489         * src/rfc2015.c (check_signature): show signature check popup only
18490         if it is enabled in preferences.
18491
18492 2001-05-07 [alfons]
18493
18494         0.4.66claws4
18495         
18496         * sync with sylpheed 0.4.66cvs6
18497
18498 2001-05-07 [darko]
18499
18500         * src/prefs_common.[ch]: added option to enable/disable
18501           looking up sender name in address book for summary pane
18502         * src/summaryview.c: look up sender in the address book
18503           by using Alfons' address completion code
18504
18505 2001-05-07 [hiroyuki]
18506
18507         * src/inc.h
18508           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18509           member of Pop3State.
18510         * src/news.c: brought #include "defs.h" before #include <glib.h>
18511           to prevent the warning of `MIN' and `MAX' redefinition.
18512
18513 2001-05-06 [hoa]
18514
18515         * removed src/headers_display.[ch]
18516         * removed src/prefs_display_headers.[ch]
18517         * src/inc.c
18518                 use a temporary file in the user directory for mbox import
18519         * src/news.c
18520                 added XHDR support to get "To" and "Cc" headers
18521                 (in order to match news with to or cc field for
18522                 scoring)
18523                 added function news_parse_xhdr() to get XHDR response
18524         * src/nntp.[ch]
18525                 added function nntp_xhdr()
18526         * src/matcher.c
18527                 fetch the message if necessary
18528
18529 2001-05-06 [alfons]
18530
18531         0.4.66claws3
18532
18533         * sync with sylpheed 0.4.66cvs3-5
18534
18535 2001-05-06 [hoa]
18536
18537         * src/utils.[ch]
18538                 added function itos_buf() to enable use of several buffers
18539         * src/summaryview.c
18540                 use of itos_buf() instead of itos() in summary list
18541                 to fix the broken display of message number.
18542
18543 2001-05-06 [alfons]
18544
18545         * src/gtkstext.c: bug in cursor up navigation fixed,
18546                 fixed another unsigned / signed comparison (we're getting there :-)
18547
18548 2001-05-06 [hoa]
18549
18550         * src/Makefile.am
18551                 added scoring.c scoring.h
18552                 prefs_folder_item.c prefs_folder_item.h
18553                 matcher.c matcher.h
18554         * src/defs.h
18555                 added FOLDERITEM_RC SCORING_RC
18556         * src/folder.[ch]
18557                 added prefs field in FolderItem :
18558                 properties for each folder (PrefsFolderItem),
18559                 sorting type and mode were added as the first properties.
18560         * src/main.c
18561                 read config for scoring
18562         * added src/matcher.[ch]
18563                 gives functions to parse configuration file to do
18564                 matching on mails with a list of conditions.
18565         * src/mainwindow.c
18566                 add option to sort by score
18567         * src/prefs_common.[ch]
18568                 added preference option to show score and for
18569                 the score column size
18570         * added src/prefs_folder_item.[ch]
18571                 properties for each folder (PrefsFolderItem),
18572                 sorting type and mode were added as the first properties.
18573         * src/procheader.[ch]
18574                 added procheader_parse_header()
18575                 added procheader_header_free()
18576                 added procheader_headername_equal()
18577                 and made modification to use them.
18578         * src/procmsg.[ch]
18579                 added score field to MsgInfo structure
18580         * added src/scoring.[ch]
18581                 gives functions to parse configuration file to do
18582                 scoring on mails with a list of conditions.
18583         * src/summaryview.[ch]
18584                 save the sorting type and mode for the folder
18585                 added column to display the score of the mail
18586                 added function summary_score_clicked()
18587                 sorting type and mode are restored to the folder
18588                 when it is reopen
18589         * src/textview.c
18590                 use procheader_parse_header(), procheader_headername_equal()
18591                 removed memory leak in text_scan_header when freeing headers
18592         * src/filter.c
18593                 changed the function to match names of headers
18594                 using procheader_headername_equal()
18595
18596         Scoring functions are implemented, an interface is needed
18597         to configure that.
18598
18599 2001-05-04 [alfons]
18600
18601         * src/gtkstext.c: 
18602                 hopefully fixed the row up navigation bug,
18603                 removed adding back / forward lines to cache
18604
18605 2001-05-04 [sergey]
18606
18607         * src/prefs_display_headers.c: user interface changes:
18608         (prefs_display_headers_create): remove unused "Show" check button;
18609         allow reordering of headers by dragging.
18610         (prefs_display_headers_write_config): remove unused variables.
18611         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18612         of lists (not needed with the new UI).
18613         (prefs_display_headers_set_list): scan lists starting from row 0,
18614         not 1 (do not skip "(New)").
18615         (prefs_display_headers_find_header): new function.
18616         (prefs_display_headers_clist_set_row): do not allow duplicates.
18617         (prefs_display_headers_delete_cb): do not skip row 0; treat
18618         closing the alert window by ESC as "No".
18619         (prefs_display_headers_up): do not protect row 0.
18620         (prefs_display_headers_down): do not protect row 0.
18621
18622 2001-05-04 [sergey]
18623
18624         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18625         functions.
18626
18627         * src/summaryview.c
18628         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18629         summary_select_next_marked, summary_select_prev_marked): new
18630         functions.
18631
18632 2001-05-03 [sergey]
18633
18634         * src/news.c: fixed a bug when no article can be fetched after
18635         server timeout if the connection was restored by news_post():
18636         (news_select_group): new function.
18637         (news_fetch_msg): call news_select_group() before fetching
18638         article.
18639         (news_get_uncached_articles): set session->group after successful
18640         GROUP command.
18641
18642 2001-05-03 [hoa]
18643
18644         * src/defs.h
18645         * src/procmsg.[ch]
18646         * src/procheader.c
18647                  changed version of cache, added cc field
18648
18649         * src/prefs_display_headers.c
18650                 the interface was changed
18651
18652         * src/prefs_headers.c
18653                 added cancel button
18654
18655 2001-05-03 [alfons]
18656
18657         * completed sync of sylpheed cvs2
18658         * src/gtkstext.c: updated row up / down cursor navigation
18659         * src/textview.c: re-edited, prepared for fixing the email address
18660                 scanner.
18661
18662 2001-05-03 [darko]
18663
18664         * src/prefs_common.c: use alfons' strftime ui code
18665         entry_datefmt and datefmt_sample widgets have to be
18666         global in this module because of this change
18667
18668 2001-05-03 [hoa]
18669
18670         * src/messageview.c
18671         * src/prefs_common.[ch] added option to activate the return receipt
18672                 feature.
18673
18674 2001-05-02 [alfons]
18675
18676         * src/gtkstext.c: fix for row up/down cursor navigation. 
18677
18678         0.4.66claws2
18679         
18680         * sync with 0.4.66cvs2
18681
18682 2001-05-02 [paul]
18683
18684         added add-sender-to-addressbook patch
18685
18686         * src/addressbook.c
18687         * src/addressbook.h
18688         * src/summaryview.c
18689
18690 2001-05-02 [sergey]
18691
18692         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18693         G_ALERTDISABLE.
18694
18695         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18696         all existing callers changed to pass FALSE; create a check button
18697         to disable the message.
18698         (alertpanel_message_with_disable): new function.
18699         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18700         (alertpanel_button_toggled): new function.
18701         (alertpanel_button_clicked, alertpanel_close): set value using
18702         G_ALERT_VALUE_MASK.
18703
18704         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18705
18706         * src/prefs_common.c (prefs_privacy_create): new check button
18707         checkbtn_gpgme_warning.
18708
18709         * src/main.c (main): moved preferences reading before gpgme
18710         initialization; check prefs_common.gpgme_warning before giving the
18711         GnuPG warning and set it to FALSE if the user wants to disable the
18712         warning.
18713
18714 2001-05-02 [hiroyuki]
18715
18716         * src/prefs_display_headers.c: modified the layout and some labels.
18717
18718 2001-05-02 [sergey]
18719
18720         * src/prefs_account.c (prefs_account_fix_size): new function.
18721         (prefs_account_create): call prefs_account_fix_size(); use
18722         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18723         size when the window is shown for the first time).
18724         (prefs_account_basic_create): changed layout of serv_table; moved
18725         localmbox_entry above smtpserv_entry (logically it replaces
18726         POP3/IMAP server).
18727         (prefs_account_protocol_activated): set sensitivity of
18728         nntpauth_chkbtn according to the protocol (in addition to
18729         hide/show); commented out gtk_table_set_row_spacing() calls.
18730         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18731         not sensitive (fixes a bug with disabled username/password boxes
18732         when editing POP3 account after NNTP with authentication).
18733
18734 2001-05-02 [hoa]
18735
18736         * src/account.c
18737         * src/inc.c
18738         * src/prefs_account.[ch]
18739         * src/send.c
18740                 removed local account without SMTP server
18741                 added option to use mail command instead of a connexion
18742                 to SMTP server when a local account is used
18743         * src/prefs_headers.c
18744                 fixed a bug
18745         * src/news.c
18746                 fixed a bug when connexion immediately closed
18747
18748 2001-05-01 [alfons]
18749
18750         0.4.66claws1
18751         
18752         * sync with 0.4.65
18753
18754 2001-05-01 [sergey]
18755
18756         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18757         widget nntpauth_chkbtn.
18758         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18759         visibility.
18760         (prefs_account_nntpauth_toggled): new function.
18761
18762         * src/news.c (news_session_new_for_folder): use NNTP
18763         authentication only if ac->use_nntp_auth is set.
18764
18765 2001-05-01 [hoa]
18766
18767         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18768         * src/prefs_display_headers.c changed the UI
18769         * src/prefs_headers.c changed account_name to account_id
18770         * src/compose.c using customheader.h
18771
18772 2001-05-01 [hiroyuki]
18773
18774         * src/esmtp.c
18775           src/news.c
18776           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18777           unsynched.
18778
18779 2001-05-01 [hoa]
18780
18781         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18782         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18783                 for displaying of headers
18784         * src/grouplist_dialog.[ch] minor changes to remove warnings
18785         * src/prefs_display_headers.[ch] dialog to choose the
18786         headers to display in the mail viewer.
18787         * src/headers.h correction of #define
18788         * src/headers_display.[ch] configuration for displaying of headers.
18789         * src/main.c read config of displaying of headers
18790         * src/prefs_common.c add a button to access the config dialog
18791                 for displaying of headers
18792         * src/prefs_display_headers.[ch] dialog for configuration for
18793                 displaying of the headers.
18794         * src/prefs_headers.c cleaning of code
18795         * src/procheader.c comments added to code
18796         * src/textview.c changes to reorder the headers depending
18797                 on the config for displaying of headers
18798
18799 2001-04-30 [alfons]
18800
18801         0.4.65claws7
18802
18803         * sync with 0.4.65cvs12
18804
18805         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18806
18807 2001-04-30 [sergey]
18808
18809         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18810
18811         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18812         is set to force reconnection after authentication failure.
18813         (nntp_gen_command): set sock->auth_failed on authentication
18814         failure, or if sock->userid and sock->passwd are not set.
18815
18816         * src/news.c (news_session_new_for_folder): set userid=NULL if
18817         password dialog is cancelled.
18818
18819 2001-04-30 [sergey]
18820
18821         * src/nntp.h (NNTPSockInfo): new type.
18822
18823         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18824         SockInfo.
18825         (nntp_open_auth, nntp_close): new functions.
18826         (nntp_gen_command): new function to handle authentication; all
18827         NNTP command functions updated to use it.
18828         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18829         (nntp_list): removed old useless code.
18830
18831         * src/news.h (NNTPSession): new field nntp_sock.
18832
18833         * src/news.c: all functions updated to use NNTPSockInfo instead of
18834         SockInfo.
18835         (news_session_new): new arguments (userid, passwd); made static;
18836         use nntp_open_auth() if needed.
18837         (news_session_destroy): use nntp_close() instead of sock_close().
18838         (news_query_password): changed arguments.
18839         (news_session_new_for_folder): new function.
18840         (news_session_get): use news_session_new_for_folder().
18841         (news_authenticate): deleted.
18842         (news_get_uncached_articles): removed old authentication code.
18843
18844 2001-04-30 [sergey]
18845
18846         * src/news.c: reverted my previous changes (need to do NNTP
18847         authentication in a cleaner way).
18848         
18849 2001-04-29 [sergey]
18850
18851         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18852         news_nntp_post, news_nntp_mode): new functions (wrappers with
18853         authentication support).
18854         (news_get_article_cmd, news_get_article, news_get_header): new
18855         argument "folder"; all callers changed.
18856         (news_get_article_cmd): added authentication support.
18857         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18858         (news_post): use news_nntp_post() instead of nntp_post().
18859         (news_get_uncached_articles): use news_nntp_group() instead of
18860         nntp_group() and news_nntp_xover() instead of nntp_xover();
18861         removed old authentication code.
18862         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18863
18864         * src/nntp.c (nntp_list): return real error code instead of
18865         hardcoded NN_ERROR.
18866
18867 2001-04-29 [sergey]
18868
18869         * configure.in: fixed wint_t typedef detection again
18870
18871 2001-04-28 [hoa]
18872
18873         * src/prefs_account.[ch], added A_LOCAL_CMD
18874                 (send mail with mail command)
18875         * src/send.c added function send_message_with_command()
18876         * src/inc.c made a more secure get_spool() function with
18877                 mktemp() but maybe mkstemp() or something more
18878                 secure can be used.
18879
18880 2001-04-28 [alfons]
18881
18882         * src/textview.c, colorization of email addresses in headers
18883
18884         0.4.65claws6
18885
18886         * bug sync with sylpheed
18887         * prefs_common.c: created date format ui for darko
18888         * sync with 0.4.65cvs11
18889         * configure.in: corrected to have the new gpg checks
18890
18891 2001-04-27 [alfons]
18892
18893         * completed sync with 0.4.65cvs10
18894         * minor debug things added to gtkstext.c
18895
18896 2001-04-27 [darko]
18897
18898         * configure.in: remove check for availability of
18899           strftime() as advised by Hiroyuki
18900         * src/prefs_common.[ch], src/procheader.c:
18901           synch strftime() code with Hiroyki's main branch
18902
18903 2001-04-26 [sergey]
18904
18905         * src/news.c: news_query_password(), news_authenticate(): new
18906           functions.
18907           news_get_uncached_articles(): added NNTP authentication
18908           handling.
18909         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18910           new functions.
18911         * src/prefs_account.c: prefs_account_protocol_activated():
18912           enable userid and password fields for NNTP.
18913
18914 2001-04-26
18915
18916         * configure.in: check for availability of strftime()
18917           [darko]
18918         * src/prefs_common.[ch], src/procheader.c: use
18919           strftime() for displaying date in summary pane if it
18920           is available
18921
18922 2001-04-25
18923
18924         * more .cvsignore cleanups [alfons]
18925
18926 2001-04-25
18927
18928         * ac/sv-check-type.m4: new autoconf macro.
18929         * configure.in: fixed wint_t typedef detection (did not work
18930           with gcc-2.96).
18931
18932 2001-04-25
18933
18934         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18935           [hiroyuki]
18936
18937 2001-04-24
18938         * modified gtkstext.c : buggy cursor navigation fixed, 
18939           and font descent also taken in account when drawing
18940           cursor. [alfons]
18941
18942 2001-04-24 [hoa]
18943         * added comments in src/news.c src/nntp.c
18944         * added src/prefs_headers.[ch]
18945         * added src/headers.[ch]
18946         * modified compose.c to activate custom headers
18947                 added function is_in_custom_headers
18948         * modified prefs_account.[ch]
18949                 added function prefs_account_customhdr_edit
18950         * modified src/defs.h :
18951                 added HEADERS_RC : name of the config file
18952                 for the custom headers
18953
18954 2001-04-24
18955
18956     0.4.65claws5
18957
18958         * configure.in
18959           src/gtkstext.[ch]
18960           src/compose.c
18961           src/Makefile.am
18962           
18963           added gtkstext with configure.in patch by Hiroyuki which
18964           should fix the XIM detection [alfons]
18965
18966         * more clean up of cvs [alfons]
18967
18968                  * removed all Makefile.in files to attic.
18969
18970                  * updated all .cvsignores to really ignore things that could
18971                    be unintentionally committed by a recursive commit.
18972
18973 2001-04-23 [hoa]
18974         * added src/grouplist_dialog.[ch]
18975         * changed src/folderview.c to call grouplist_dialog instead
18976                 of inputdialog
18977         * src/news.c :
18978                 added functions news_reset_group_list
18979                 and news_get_group_list
18980         * src/nntp.c :
18981                 added function nntp_list
18982         * src/defs.h :
18983                 added GROUPLIST_FILE : name of the newsgroup list cache file
18984
18985 2001-04-21
18986
18987         * added option to warn about queued messages on exit [sergey]:
18988
18989           * src/compose.c: compose_queue(): call folder_item_scan()
18990             and folderview_update_item() after queueing.
18991           * src/folderview.c: folderview_update_node(): draw the queue
18992             folder in bold font if there are queued messages.
18993           * src/mainwindow.c: queued_messages(): new function.
18994             app_exit_cb(): display warning if there are queued messages
18995             if warn_queued_on_exit is set.
18996           * prefs_common.[ch]: add warn_queued_on_exit option.
18997
18998         * enhanced GnuPG key selection support [sergey]:
18999
19000           * src/select-keys.c: updated to newer version from Win32
19001             branch with support for selecting arbitrary keys.
19002           * src/prefs_account.c: added the Privacy tab to the account
19003             options window.
19004             prefs_account_privacy_create(),
19005             prefs_account_sign_key_set_data_from_radiobtn(),
19006             prefs_account_sign_key_set_radiobtn(): new functions.
19007           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19008           * src/rfc2015.c: set_signers(): new function.
19009             pgp_sign(): add the account parameter, call set_signers().
19010             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19011           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19012           * src/compose.c: pass the current account to rfc2015_sign().
19013
19014         * tag name claws added to prevent confusion with main branch [alfons]
19015
19016         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19017
19018         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19019
19020         * sync with recent sylpheed cvs. Untested though. [alfons]
19021