remove 'Compiled-plugins' section from about.c; slight change to description text...
[claws.git] / ChangeLog.claws
1 2003-03-17 [paul]       0.8.11claws21
2
3         * src/gtk/about.c
4                 remove 'Compiled-plugins' section.
5                 
6         * src/plugins/dillo_viewer/dillo_viewer.c
7                 slight change to description text
8
9 2003-03-16 [match]      0.8.11claws20
10         * src/ldapserver.[ch]           ** NEW **
11         * src/ldapctrl.[ch]             ** NEW **
12         * src/ldapquery.[ch]            ** NEW **
13         * src/ldaputil.[ch]             ** NEW **
14         * src/addrcindex.[ch]           ** NEW **
15         * src/addrquery.h               ** NEW **
16         * src/addritem.[ch]
17         * src/addrcache.[ch]
18         * src/addrindex.[ch]
19         * src/addr_compl.[ch]
20         * src/addressbook.[ch]
21         * src/addrbook.[ch]
22         * src/editgroup.c
23         * src/editaddress.c
24         * src/editldap.c
25         * src/editldap_basedn.c
26         * src/vcard.c
27         * src/jpilot.c
28         * src/Makefile.am
29                 included dynamic LDAP queries. improved address
30                 completion.
31
32 2003-03-16 [paul]       0.8.11claws19
33
34         * tools/multiwebsearch.pl
35                 fix a fatal typo
36
37 2003-03-16 [christoph]  0.8.11claws18
38
39         * src/mimeview.c
40         * src/plugins/dillo_viewer/dillo_viewer.c
41         * src/plugins/mathml_viewer/mathml_viewer.c
42                 make unregistering of MimeViewerFactorys possible
43
44 2003-03-16 [alfons]     0.8.11claws17
45
46         * configure.ac
47                 correct typo
48
49 2003-03-16 [melvin]     0.8.11claws16
50
51         * src/plugins/dillo_viewer.c
52                 Fixed bug where it was not possible to view more than
53                 one text/html attachment per message (bug discovered
54                 by Christoph Hohmann).
55
56 2003-03-15 [melvin]     0.8.11claws15
57
58         * src/prefs_actions.c
59                 Fixed compilation warnings.
60
61 2003-03-15 [melvin]     0.8.11claws14
62
63         * src/plugins/Makefile.am
64         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
65         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
66         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
67                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
68                 newer (http://dillo.auriga.wearlab.de/).
69
70 2003-03-15 [christoph]  0.8.11claws13
71
72         * src/imap.c
73                 don't query imap folder for attributes because we already
74                 for them from imap_status
75
76         * src/mimeview.[ch]
77                 add support for plugable MimeViewers (unloading Viewers
78                 not yet complete)
79
80         * src/plugins/Makefile.am
81         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
82         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
83         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
84                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
85                 widget from http://helm.cs.unibo.it/mml-widget/
86
87 2003-03-14 [christoph]  0.8.11claws12
88
89         * src/folder.[ch]
90                 o error return code's should better be negative
91                 o replace printf with debug_print
92
93         * src/imap.c
94                 improve IMAP folder scan by checking UID-NEXT
95
96         * src/summaryview.c
97                 remove check that are unnecessary in my opinion
98
99 2003-03-13 [christoph]  0.8.11claws11
100
101         * src/folder.[ch]
102         * src/foldersel.c
103         * src/folderview.c
104         * src/imap.c
105         * src/mbox_folder.c
106         * src/mh.c
107         * src/news.c
108         * src/prefs_scoring.c
109         * src/summaryview.c
110                 use a common function to get a displayable name
111                 for a FolderItem
112
113 2003-03-13 [paul]       0.8.11claws10
114
115         * tools/Makefile.am
116           tools/README
117           tools/multiwebsearch.conf     ** NEW FILE **
118           tools/multiwebsearch.pl       ** NEW FILE **
119                 add multiwebsearch Actions script
120
121 2003-03-13 [colin]      0.8.11claws9
122
123         * src/compose.c
124                 Remove leading emtpy lines from quoted text
125                 before quoting it
126
127 2003-03-13 [melvin]     0.8.11claws8
128
129         * src/prefs_actions.c
130                 Fixed a memory leak
131                 Code clean ups
132                 Added Cancel and OK buttons
133                 Corrected help text
134
135 2003-03-13 [christoph]  0.8.11claws7
136
137         * src/account.c
138         * src/folder.[ch]
139         * src/imap.c
140         * src/mainwindow.c
141         * src/mbox_folder.c
142         * src/mh.c
143         * src/news.c
144         * src/setup.c
145                 replace more folder type stuff with folder class stuff
146
147 2003-03-13 [melvin]     0.8.11claws6
148
149         * src/prefs_actions.c
150                 Added new tokens:
151                 %u: user provided argument
152                 %h: user provided argument (hidden on input)
153                 %s: current text selection in the message view 
154
155 2003-03-13 [paul]       0.8.11claws5
156
157         * sync with 0.8.11cvs5
158                 see ChangeLog 2003-03-11, 2003-03-12
159
160 2003-03-12 [christoph]  0.8.11claws4
161
162         * src/folder.c
163                 use folder class idstr when writing folderlist.xml
164
165         * src/folder.h
166         * src/imap.c
167         * src/news.c
168                 replace folder type checks with folder class checks
169
170 2003-03-12 [christoph]  0.8.11claws3
171
172         * src/folder.[ch]
173         * src/imap.[ch]
174         * src/main.c
175         * src/mbox_folder.[ch]
176         * src/mh.[ch]
177         * src/news.[ch]
178                 o create a list of known folder classes in the folder system
179                 o use folder class id strings for folder item identifiers
180
181 2003-03-12 [christoph]  0.8.11claws2
182
183         * src/imap.c
184                 fix imap uid validity check
185
186 2003-03-12 [christoph]  0.8.11claws1
187
188         * src/account.c
189         * src/folder.[ch]
190         * src/foldersel.c
191         * src/folderview.c
192         * src/imap.c
193         * src/mainwindow.c
194         * src/mbox_folder.c
195         * src/mh.c
196         * src/news.c
197         * src/prefs_scoring.c
198         * src/procmsg.c
199         * src/setup.c
200         * src/summaryview.c
201                 initial restructuring of folder system, seperating
202                 folders and folder classes
203
204 2003-03-12 [paul]       0.8.11claws
205
206         0.8.11claws release
207
208 2003-03-12 [christoph]
209
210         * src/gtk/prefswindow.c
211                 fix translation of "Page Index"
212
213 2003-03-12 [paul]       0.8.10claws110
214
215         a sync from 0.8.11cvs4 before the release
216
217         * src/common/utils.c
218                 subject_compare_for_sort(): allow null strings (fixes
219                 summary sorting).
220
221 2003-03-11 [paul]       0.8.10claws109
222
223         * po/es.po
224                 update Spanish translation, submitted by
225                 Ricardo Mones Lastra
226
227 2003-03-11 [melvin]     0.8.10claws108
228
229         * po/fr.po
230                 Updated French translations
231
232 2003-03-11 [paul]       0.8.10claws107
233
234         * manual/en/Makefile.am
235           manual/en/*.html
236                 update English manual, add a new page
237                 updated by Francois Barriere <fbarriere@atmel.fr>
238                 
239         * po/bg.po
240           po/it.po
241           po/sr.po
242                 update Bulgarian, Italian, and Serbian translations
243                 submitted by George Danchev, Alessandro Maestri, and
244                 Urke MMI
245
246 2003-03-10 [paul]       0.8.10claws106
247
248         * src/gtk/about.c
249           src/gtk/prefswindow.c
250                 make some strings translatable
251
252 2003-03-10 [darko]      0.8.10claws105
253
254         * src/compose.c
255                 code cleanup to make Hiro happy
256
257 2003-03-10 [paul]       0.8.10claws104
258
259         * sync with 0.8.11cvs2
260                 see ChangeLog 2003-03-10
261
262 2003-03-09 [melvin]     0.8.10claws103
263
264         * src/textview.c
265                 textview_set_font(): fix for message display in
266                 UTF-8 locales (thanks to Sergey Vlasov).
267                 (was unintentionnaly reverted in 0.8.6claws6)   
268
269 2003-03-08 [darko]      0.8.10claws102
270
271         * src/compose.c
272                 fix infinite loop in wrapping as reported
273                 by happycactus
274                 obsoletes patch #696482
275
276 2003-03-08 [christoph]  0.8.10claws101
277
278         * src/imap.c
279                 add workaround for IMAP servers that do not
280                 support the "UID SEARCH UID" command
281
282 2003-03-07 [christoph]  0.8.10claws100
283
284         * src/plugins/spamassassin/spamassassin.[ch]
285         * src/plugins/spamassassin/spamassassin_gtk.c
286                 code cleanup
287
288 2003-03-07 [paul]       0.8.10claws99
289
290         * po/es.po
291                 updated Spanish translation, submitted by
292                 Ricardo Mones Lastra
293
294 2003-03-07 [christoph]  0.8.10claws98
295
296         * src/send.c
297                 fix in 0.8.10claws94 was wrong
298                 local delivery does not require escaping, remove escaping
299                 code to make signatures of mails with "." lines valid
300                 
301                 NOTE: requires that sendmail is executed with "-i" option,
302                       what is the default now, but has to be changed in all
303                       exsiting accounts)
304
305 2003-03-07 [paul]       0.8.10claws97
306
307         * sync with 0.8.11 release
308                 see ChangeLog 2003-03-07
309
310 2003-03-06 [paul]       0.8.10claws96
311
312         * src/compose.c
313                 revert commit 0.8.10claws92
314
315 2003-03-06 [paul]       0.8.10claws95
316
317         * src/folderview.c
318                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
319
320         * src/gtkaspell.c
321                 fix bug 74, 'Crash opening editor window with pseudo-color
322                 display'
323                 
324         Patches submitted by Kevin Vigor <kevin@vigor.nu>
325
326 2003-03-06 [christoph]  0.8.10claws94
327
328         * src/send.c
329                 fix rfc2821 (4.5.2) violation in SMTP data sending,
330                 all lines starting with a period get an extra period
331                 inserted
332                 (found by Simon 'corecode' Schubert)
333
334 2003-03-06 [paul]       0.8.10claws93
335
336         * src/folderview.c
337                 if configured font can't be loaded fall back to gtk
338                 default. (with thanks to Christoph)
339                 
340                 closes long-standing bug 15 'Crashes on startup'
341
342 2003-03-06 [paul]       0.8.10claws92
343
344         * src/compose.c
345                 freeze text before autosave and thaw afterwards
346                 fixes bug 67 'autosave make re-rediting message crazy'
347
348 2003-03-06 [christoph]  0.8.10claws91
349
350         * src/compose.c
351                 ignore address comment in dupe check for Cc-list
352
353         (closes reopened bug 47 Replying to message strips name part of
354          e-mail addresses of Cc: lines)
355
356 2003-03-06 [paul]       0.8.10claws90
357
358         * src/Makefile.am
359                 remove reference to gtkxtext.h as its no longer in
360                 the repository
361
362 2003-03-06 [paul]       0.8.10claws89
363
364         * sync with 0.8.10cvs25
365                 see ChangeLog 2003-03-06
366
367 2003-03-06 [oliver]     0.8.10claws88
368         
369         * src/messageview.c
370                 remove include
371
372 2003-03-06 [oliver]     0.8.10claws87
373         
374         * src/folderview.c 
375                 remove changes introduced inclaws74
376         * src/messageview.c
377                 another attempt to sanely delete and update
378                 messages deleted in separate messageview
379
380 2003-03-05 [christoph]  0.8.10claws86
381
382         * src/summaryview.c
383                 check if "From" matches any account's address if
384                 addressbook completion of addresses is disabled too
385
386         (closes Bug 70 "Display recipient in from" doesn't check
387          folder's default account)
388
389 2003-03-05 [christoph]  0.8.10claws85
390
391         * src/compose.c
392         * src/common/utils.[ch]
393                 don't strip address comments when building Cc lists
394
395         (closes Bug 47 Replying to message strips name part of e-mail addresses
396          of Cc: lines)
397
398         * src/folder.c
399                 fix return value of copy function
400
401 2003-03-05 [christoph]  0.8.10claws84
402
403         * src/imap.c
404                 don't ask imap server for non rfc822 headers
405
406         (closes bug 71 IMAP FETCH asks for FROM header field twice)
407
408         * src/imap.c
409                 destroy session on socket error to allow reconnecting
410
411 2003-03-05 [christoph]  0.8.10claws83
412
413         * configure.ac
414                 fix building with gnome when no prefix is set
415
416         (closes bug 66 Gnome directory is set to NONE)
417
418 2003-03-05 [paul]       0.8.10claws82
419
420         * sync with 0.8.10cvs23
421                 see ChangeLog 2003-03-05
422
423 2003-03-04 [christoph]  0.8.10claws81
424
425         * src/folder.c
426                 o fix moving and copying when folder returns 0 for new
427                   message number
428                 o remove some code for single message copy and move
429                   operations and use functions for multiple messages
430
431         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
432
433         * src/news.c
434                 remove unused include
435
436 2003-03-04 [paul]       0.8.10claws80
437
438         * src/gtk/about.c
439                 list 'Compiled plugins'
440
441 2003-03-03 [christoph]  0.8.10claws79
442
443         * src/news.[ch]
444                 have to multiply the percentage of the current fetch with
445                 the percentage that it has of the total fetch operation
446                 for correct values
447
448 2003-03-03 [christoph]  0.8.10claws78
449
450         * src/news.c
451                 fix calculation of expected lines for progress indicator
452
453 2003-03-03 [christoph]  0.8.10claws77
454
455         * src/summaryview.c
456         * src/common/utils.c
457                 fix segfault when opening the root news folder
458
459 2003-03-03 [christoph]  0.8.10claws76
460
461         * src/mainwindow.[ch]
462         * src/common/Makefile.am
463         * src/common/progressindicator.[ch]
464                 add UI independent progress indicator handling
465
466         * src/news.[ch]
467                 use new progress indicator for message info fetching
468
469         * src/common/hooks.h
470                 code cleanup
471
472 2003-03-03 [oliver]     0.8.10claws75
473
474         * src/toolbar.c
475         * src/compose.c
476                 removed commented code
477
478 2003-03-03 [oliver]     0.8.10claws74
479
480         * src/toolbar.[ch]
481                 cleanups and refactoring
482         * src/compose.[ch]
483                 compose_reply_mode reply & forwarding interface for
484                 toolbar buttons
485         * src/folderview.c
486                 act on messages marked for deletion in folderview_selected
487                 based on prefs_common.immediate_exec since a message might 
488                 have been deleted by messageview in a folder we are changing 
489                 to (does anybody understand what I'm on about ?)
490
491 2003-03-03 [oliver]     0.8.10claws73
492         
493         * src/messageview.[ch]
494                 new functions
495                 - messageview_delete: delete message shown in messagview
496                 - messageview_update_view: update messageview to currently 
497                   selected summaryview message
498                 - add separate messageview to msgview_list in order to update 
499                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
500         * src/summaryview.[ch]
501                 summary_get_selection returns a list of selected msgs
502                 in summaryview
503         * src/mainwindow.c
504                 toolbar reply refactoring
505
506 2003-03-03 [paul]       0.8.10claws72
507
508         * sync with 0.8.10cvs21
509                 see ChangeLog 2003-03-03
510
511 2003-03-02 [christoph]  0.8.10claws71
512
513         * src/common/passcrypt.c
514                 use POSIX includes
515
516 2003-03-02 [christoph]  0.8.10claws70
517
518         * configure.ac
519         * src/prefs_account.c
520         * src/prefs_gtk.[ch]
521         * src/common/.cvsignore
522         * src/common/Makefile.am
523         * src/common/passcrypt.c                ** NEW **
524         * src/common/passcrypt.h.in             ** NEW **
525                 Implement password encryption in config files
526                 using unix encrypt and setkey functions. The crypt
527                 key can be set as a configure parameter. Old
528                 passwords will be converted if they do not begin
529                 with '!'
530
531 2003-03-02 [paul]       0.8.10claws69
532
533         * src/prefs_account.c
534                 fix compile error
535
536 2003-03-01 [thorsten]   0.8.10claws68
537
538         * po/el.po
539           po/hr.po
540           po/it.po
541           po/nl.po
542           po/sr.po
543           po/sv.po
544                 corrected format strings
545         * po/en_GB.po
546                 corrected headers
547                 (fix compile errors with GNU gettext-0.11.5)
548
549 2003-03-01 [oliver]     0.8.10claws67
550
551         * src/summaryview.c
552                 menu callbacks call toolbar_menu_reply
553
554 2003-03-01 [oliver]     0.8.10claws66
555
556         * src/mainwindow.c
557         * src/messageview.c
558                 menu callbacks call toolbar_menu_reply
559         * src/toolbar.[ch]
560                 callbacks from menu handled by toolbar_menu_reply
561
562 2003-03-01 [paul]       0.8.10claws65
563
564         * src/addressbook.c
565                 revert commit 0.8.10claws54 - breaks editing of
566                 addressbook.
567                 
568         * po/bg.po
569                 update Bulgarian translation, submitted by
570                 George Danchev
571
572 2003-02-28 [christoph]  0.8.10claws64
573
574         * src/account.c
575         * src/addressadd.c
576         * src/compose.c
577         * src/gtkaspell.c
578         * src/gtkxtext.h                ** REMOVE **
579         * src/imap.c
580         * src/matcher.[ch]
581         * src/mh.c
582         * src/news.c
583         * src/pine.c
584         * src/prefs_common.c
585         * src/prefs_matcher.c
586         * src/procheader.[ch]
587         * src/procmsg.[ch]
588         * src/toolbar.c
589         * src/common/ssl_certificate.c
590         * src/gtk/colorlabel.c
591         * src/gtk/menu.c
592                 o fix warnings
593                 o remove code obsoleted by new cache and folder system rework
594
595 2003-02-28 [oliver]     0.8.10claws63
596         
597         * src/toolbar.[ch]
598                 * fix bug where reply in Messageview replied to 
599                 Message displayed in summaryview
600                 (reportedd via ML by chinatinte at gmx dot ch)
601                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
602                 didn't work in separate MessageView Toolbar
603                 (wondering if anybody uses this at all ?)
604         * src/summaryview.[ch]
605                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
606                 (generalize reply and forward code);
607         * src/messageview.c 
608                 remove focus_in event which updated summaryview to messageview
609
610 2003-02-28 [paul]       0.8.10claws62
611
612         * po/Makefile.in.in
613                 add the --check option
614                 Patch submitted by Ricardo Mones Lastra
615
616 2003-02-28 [paul]       0.8.10claws61
617
618         * src/prefs_account.c
619                 re-order 'Signature' items
620
621 2003-02-28 [paul]       0.8.10claws60
622
623         * sync with 0.8.10cvs20
624                 see ChangeLog 2003-02-28
625
626 2003-02-28 [paul]       0.8.10claws59
627
628         * po/POTFILES.in
629                 update to reflect recent movement of files
630
631 2003-02-28 [paul]       0.8.10claws58
632
633         * sync with 0.8.10cvs19
634                 see ChangeLog 2003-02-28
635
636 2003-02-27 [martin]     0.8.10claws57
637
638         * src/prefs_matcher.c 
639                 fix segfault in prefs_matcher_ok() when the
640                 last entry is deleted and prevents that the
641                 message "entry not saved" comes up after deleting
642                 an entry
643
644 2003-02-27 [martin]     0.8.10claws56
645
646         * src/prefs_filtering.c 
647                 fix segfault in prefs_filtering_ok() when the
648                 last entry is deleted and prevents that the
649                 message "entry not saved" comes up after deleting
650                 an entry
651
652 2003-02-27 [paul]       0.8.10claws55
653
654         * sync with 0.8.10cvs18
655                 see ChangeLog 2003-02-27
656
657 2003-02-27 [paul]       0.8.10claws54
658
659         * src/addressbook.c
660                 fix bug where the address book crashes with 
661                 multiple lookups.
662                 Patch [687729] submitted by David Frager 
663                 <dbfrager@users.sourceforge.net>
664
665 2003-02-25 [christoph]  0.8.10claws53
666
667         * src/Makefile.am
668         * src/colorlabel.[ch]           ** REMOVE **
669         * src/gtk/Makefile.am
670         * src/gtk/colorlabel.[ch]       ** NEW **
671                 move colorlabel files to gtk directory
672
673         * src/esmtp.[ch]                ** REMOVE **
674                 has been merged into smtp.[ch] in 0.7.5
675
676 2003-02-25 [christoph]  0.8.10claws52
677
678         * src/Makefile.am
679         * src/about.[ch]                ** REMOVE **
680         * src/gtk/Makefile.am
681         * src/gtk/about.[ch]            ** NEW **
682                 move about files to gtk directory
683
684 2003-02-25 [christoph]  0.8.10claws51
685
686         * src/folder.c
687                 some code optimization of folder scanning code
688
689         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
690
691 2003-02-25 [christoph]  0.8.10claws50
692
693         * src/main.c
694         * src/common/sylpheed.c
695                 add command line parameter parsing to common code
696
697 2003-02-24 [christoph]
698
699         * Makefile.am
700         * configure.ac
701                 fix gnome prefix problems, the configure script now removed
702                 `gnome-config --prefix` from `gnome-config --datadir`
703                 and adds $(prefix} instead
704
705         (closes Bug 24 Makefile does not respect prefix when installing
706          GNOME data)
707
708 2003-02-24 [christoph]  0.8.10claws49
709
710         * src/news.c
711                 check for valid session before trying to authenticate
712
713         (closes Bug 60 crash if "authenticate on logon" is activated
714          and newsserver-hostname is not valid)
715
716 2003-02-24 [melvin]     0.8.10claws48
717
718         * src/prefs_actions.c
719                 Make sure all user's input is sent to the action and then
720                 close the socket..
721
722 2003-02-23 [alfons]     0.8.10claws46
723
724         * src/summaryview.c
725                 also wait cursor when deleting files
726
727 2003-02-23 [paul]
728
729         * tools/freshmeat_search.pl
730           tools/google_search.pl
731                 scripts should now work for any browser/browser command line
732
733 2003-02-22 [christoph]  0.8.10claws45
734
735         * src/procmsg.c
736                 fix IMAP flag setting, IMAP flag is not handled correctly
737                 anymore by the folder system and information about the
738                 folder should not be saved in the MsgInfo (in my opinion)
739
740         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
741
742 2003-02-22 [christoph]  0.8.10claws44
743
744         * src/summaryview.c
745                 fix spelling of "label" ;-)
746
747 2003-02-22 [thorsten]   0.8.10claws43
748
749         * src/mimeview.c
750           src/prefs_common.[ch]
751           src/procmime.[ch]
752                 do not use description as attachment name
753
754 2003-02-22 [alfons]     0.8.10claws42
755
756         * src/summaryview.c
757                 freeze/thaw folder item updates when changing color labels,
758                 and put a wait cursors on
759
760 2003-02-22 [thorsten]   0.8.10claws41
761
762         * src/mimeview.c
763                 save-all fixes: crash if invoked on multipart container,
764                 mimeinfo access, pathseparators, error dialog
765
766 2003-02-21 [alfons]     0.8.10claws40
767
768         * src/prefs_gtk.c
769                 remove unused var
770
771 2003-02-21 [colin]      0.8.10claws39
772
773         * src/send.c
774                 Fix smtp logging
775
776 2003-02-21 [colin]      0.8.10claws38
777
778         * src/summaryview.c
779                 Freeze/thaw folderItem updates when filtering messages 
780                 via Tools/Filter messages
781
782 2003-02-21 [paul]       0.8.10claws37
783
784         * src/compose.c
785                 revert commit 0.8.10claws26, there are ulterior motives
786                 for users to set a Reply-To header when posting to
787                 newsgroups
788
789 2003-02-21 [paul]       0.8.10claws36
790
791         * sync with 0.8.10cvs17
792                 see ChangeLog 2003-02-21
793
794 2003-02-20 [christoph]  0.8.10claws35
795
796         * src/imap.c
797                 IMAP UID fetch speedup using SEARCH
798
799         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
800
801         * src/imap.c
802                 fix problem with UIDs in IMAP UID cache that no longer existed
803
804 2003-02-20 [christoph]  0.8.10claws34
805
806         * src/imap.c
807         * src/procheader.c
808         * src/procheader.h
809                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
810
811         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
812
813         * src/imap.c
814                 Rewrite imap_cmd_gen_recv use sock_getline instead
815                 of sock_gets to avoid problems with too long reply
816                 lines
817     
818 2003-02-20 [colin]      0.8.10claws33
819         
820         * src/prefs_account.c
821                 Better wording
822
823 2003-02-20 [colin]      0.8.10claws32
824
825         * src/compose.c
826                 Remove useless '&& !to_sender' 
827
828 2003-02-20 [darko]
829
830         * AUTHORS
831                 change my e-mail address
832
833 2003-02-19 [colin]      0.8.10claws31
834
835         * src/prefs_common.c
836                 X11 style colors for every configurable color
837
838 2003-02-19 [alfons]     0.8.10claws30
839
840         * src/prefs_gtk.[ch]
841         * src/prefs_common.c
842                 for color_new accept both plain integers and X11 style color
843                 names (as found in /usr/lib/X11/rgb.txt)
844
845 2003-02-19 [paul]       0.8.10claws29
846
847         * src/mainwindow.c
848                 add tooltips to online/offline button and account selector
849                 button
850
851 2003-02-19 [paul]       0.8.10claws28
852
853         * src/folder.c
854           src/news.c
855           src/prefs_account.[ch]
856           src/prefs_common.[ch]
857                 move 'Maximum number of articles to download' to
858                 account prefs.
859                 clean up account prefs gui a little by hiding entries
860                 rather then greying out entries
861
862 2003-02-19 [hiro]       0.8.10claws27
863
864         * src/common/utils.c
865                 fix bug #54 'yesterdays date is displayed in the message 
866                 summary window'
867
868 2003-02-19 [paul]       0.8.10claws26
869
870         * src/compose.c
871                 fix bug reported in Feature Request [688596] 
872                 'Reply-to header in news'
873
874 2003-02-18 [paul]       0.8.10claws25
875
876         * src/select-keys.c
877                 add a 'List all keys' button to key selection dialog
878
879 2003-02-18 [colin]      0.8.10claws24
880         
881         * src/stock_pixmap.c
882                 fix compile error
883
884 2003-02-18 [colin]      0.8.10claws23
885
886         * src/common/smtp.[ch]
887           src/prefs_account.c
888                 Try to starttls if it seems to be the only
889                 way to authenticate a user
890
891 2003-02-18 [paul]       0.8.10claws22
892
893         * src/Makefile.am
894           src/folderview.c
895           src/stock_pixmap.[ch]
896           src/pixmaps/drafts_close.xpm  ** NEW FILE **
897           src/pixmaps/drafts_open.xpm   ** NEW FILE **
898                 as a Drafts folder is a special folder allow it to have
899                 its own unique icons
900
901 2003-02-18 [colin]      0.8.10claws21
902
903         * src/imap.c
904                 Fix port selection when using starttls
905
906 2003-02-18 [paul]       0.8.10claws20
907
908         * src/mainwindow.c
909           src/prefs_common.[ch]
910                 make blue the default new mail colour
911
912 2003-02-18 [paul]       0.8.10claws19
913
914         * sync with 0.8.10cvs14
915                 see ChangeLog 2003-02-18
916
917 2003-02-17 [jens]       0.8.10claws18
918
919         * src/common/md5.c
920                 fixed a compile problem with gcc 3.3
921                 works on 2.95.3 too (testet on PPC as it is big endian)
922
923 2003-02-17 [paul]       0.8.10claws17
924
925         * sync with 0.8.10cvs13
926                 see ChangeLog 2003-02-17
927
928 2003-02-17 [paul]       0.8.10claws16
929
930         * sync with 0.8.10cvs12
931                 see ChangeLog 2003-02-17
932
933 2003-02-16 [match]      0.8.10claws15
934
935         * src/addressbook.c
936                 Eliminates reloading of address data when items
937                 deleted or added. Applied submitted by
938                 Luke Plant <lukeplant@softhome.net>
939
940 2003-02-16 [paul]       0.8.10claws14
941
942         * src/news.c
943                 when a 'protocol error' is encountered disconnect from
944                 the server. This means that the user can carry on viewing
945                 other articles and doesn't have to either wait until the
946                 server timesout or quit sylpheed.
947                 Fixes bug #53 'Unable to read messages in newsgroups, 
948                 displayed message doesn't change'
949
950 2003-02-15 [christoph]  0.8.10claws13
951
952         * src/imap.c
953                 fix bug that stopped scanning of folders when an
954                 IMAP folder was empty
955
956         (closes bug 46 stop scan messages in folders after empty folder)
957
958 2003-02-15 [paul]
959
960         * tools/Makefile.am
961           tools/README
962           tools/freshmeat_search.pl     ** NEW FILE **
963           tools/google_search.pl        ** NEW FILE **
964                 Add 2 Actions scripts which search freshmeat/google
965                 for the selected text using the browser configured
966                 in sylpheedrc.
967                 
968         Note: These scripts are very dependent on the format of the
969         browser command and may not work on every occasion. Testing
970         is welcome. 
971
972 2003-02-14 [alfons]     0.8.10claws12
973
974         * src/compose.c
975                 fix breakage because of uninitialized account pointer.
976                 please verify.
977
978 2003-02-14 [paul]       0.8.10claws11
979
980         * src/compose.c
981           src/prefs_account.[ch]
982           src/prefs_common.[ch]
983                 move signature settings to Account Prefs
984
985 2003-02-14 [paul]       0.8.10claws10
986
987         * sync with 0.8.10cvs11
988                 see ChangeLog 2003-02-14
989
990 2003-02-13 [thorsten]   0.8.10claws9
991
992         * src/news.c
993                 revert news progressbar (GUI separation)
994
995 2003-02-13 [paul]       0.8.10claws8
996
997         * src/compose.c
998                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
999                 paragraph 1
1000
1001 2003-02-13 [paul]       0.8.10claws7
1002
1003         * src/compose.[ch]
1004           src/summaryview.c
1005                 fix 'Follow-up and Reply-to' so that it creates a reply to
1006                 the newsgroup and the sender. If the message has the keyword
1007                 'poster' in the Followup-To header, all replies go to the
1008                 sender, re: RFC 1036, Section 2.2.3
1009                 rename all instances of 'ignore_replyto' to 'to_sender', both
1010                 were previously used, now we use just one.
1011
1012 2003-02-13 [paul]       0.8.10claws6
1013
1014         * sync with 0.8.10cvs9
1015                 see ChangeLog 2003-02-13
1016
1017 2003-02-13 [paul]       0.8.10claws5
1018
1019         * configure.ac
1020                 show which plugins are configured in the configure
1021                 output.
1022
1023 2003-02-12 [thorsten]   0.8.10claws4
1024
1025         * src/news.c
1026                 show progress while fetching news headers
1027
1028 2003-02-12 [christoph]  0.8.10claws3
1029
1030         * configure.ac
1031         * src/plugins/Makefile.am
1032                 use AM_CONDITIONAL to enable plugins, automake correctly
1033                 manages this when creating distdir
1034
1035 2003-02-12 [christoph]  0.8.10claws2
1036
1037         * ac/spamassassin.m4
1038         * src/plugins/spamassassin/Makefile.am
1039                 fix building SpamAssassin plugin without OpenSSL
1040
1041 2003-02-12 [paul]       0.8.10claws1
1042
1043         * ac/Makefile.am
1044           src/Makefile.am
1045           src/plugins/Makefile.am
1046                 fix failure of 'make release'
1047
1048 2003-02-12 [paul]       0.8.10claws
1049
1050         * 0.8.10claws released
1051
1052 2003-02-12 [paul]       0.8.9claws56
1053
1054         * po/bg.po
1055           po/es.po
1056           po/it.po
1057           po/ru.po
1058           po/sr.po
1059                 updated translations by George Danchev, Ricardo Mones Lastra,
1060                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1061                 
1062         * sylpheed.spec.in
1063                 Allow the building of RPMs by a regular user. Submitted
1064                 by Sergei Astanin
1065
1066 2003-02-11 [alfons]     0.8.9claws55
1067
1068         * src/colorlabel.c
1069                 don't use pixmaps for label color rect but draw rectangles
1070                 so we can respect the color map of palette based visuals
1071                 (fixes the long time crashes on Suns - thanks to Andreas
1072                 Engel and Steve O'Hara-Smith for testing)
1073
1074 2003-02-11 [christoph]  0.8.9claws54
1075
1076         * src/matcher_parser_parse.y
1077                 correct bug where filering rules of not existing folders in
1078                 matcherrc were added to global filtering
1079                 
1080         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1081          main filter-rules after removing directory, http://bugs.debian.org/180253)
1082         
1083 2003-02-11 [paul]       0.8.9claws53
1084
1085         * sync with 0.8.10cvs7
1086                 see ChangeLog 2003-02-09
1087
1088 2003-02-11 [melvin]     0.8.9claws52
1089
1090         * po/fr.po
1091                 Updated French tranlsations
1092
1093 2003-02-10 [paul]       0.8.9claws51
1094
1095         * sylpheed.spec.in
1096                 correct --enable-openssl
1097                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1098
1099 2003-02-09 [martin]     0.8.9claws50
1100
1101         * src/prefs_matcher.c
1102                 fix segfault in prefs_matcher_substitute_cb() when
1103                 no row is selected
1104
1105 2003-02-09 [paul]       0.8.9claws49
1106
1107         * src/folderview.c
1108                 fix bug where a newsgroup folder's processing rules were
1109                 merged with the global filtering rules when the newsgroup
1110                 folder was deleted, causing some seriously bad results,
1111                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1112
1113 2003-02-08 [melvin]     0.8.9claws48
1114
1115         * src/compose.c
1116                 Corrected and modified an alert message.
1117
1118 2003-02-07 [paul]       0.8.9claws47
1119
1120         * src/folderview.c
1121                 fix bug where both an 'Account properties' window and a
1122                 'Folder properties' window were opened when clicking on
1123                 'Properties' in an NNTP or IMAP folder's popup menu.
1124
1125 2003-02-07 [paul]       0.8.9claws46
1126
1127         * sync with 0.8.10cvs6
1128                 see ChangeLog 2003-02-06
1129
1130 2003-02-06 [christoph]  0.8.9claws45
1131
1132         * src/mbox.c
1133                 freeze folder updates while importing mbox files
1134                 (closes bug 43 importing mbox took hours)
1135                 
1136         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1137
1138 2003-02-06 [thorsten]   0.8.9claws44
1139
1140         * po/de.po
1141                 Updated german translations
1142
1143 2003-02-06 [thorsten]   0.8.9claws43
1144
1145         * src/news.h
1146                 use guint for message numbers (fix count in grouplist dialog)
1147
1148 2003-02-05 [paul]       0.8.9claws42
1149
1150         * sync with 0.8.10cvs2
1151                 see ChangeLog 2003-02-05
1152
1153 2003-02-04 [colin]      0.8.9claws41
1154
1155         * src/prefs_common.[ch]
1156           src/procmsg.c
1157           src/summaryview.c
1158                 Add an option to disable threading by subject
1159
1160 2003-02-04 [christoph]  0.8.9claws40
1161
1162         * src/inc.c
1163                 only abort fetching mails from multiple accounts when the
1164                 error is fatal and does not allow to check any more accounts
1165                 (currently only disk full error)
1166
1167         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1168          receive mails for other accouts)
1169
1170 2003-02-04 [christoph]  0.8.9claws39
1171
1172         * src/folder.c
1173                 first add the new message to the cache, then
1174                 send the update notification
1175
1176         (closes bug 39 after sending message folderview doesnt get updated)
1177
1178 2003-02-04 [colin]      0.8.9claws38
1179
1180         * src/inc.c
1181                 _really_ fix this Connecting... status
1182
1183 2003-02-04 [paul]       0.8.9claws37
1184
1185         * sync with 0.8.10
1186                 see ChangeLog 2003-02-04
1187
1188 2003-02-04 [paul]       0.8.9claws36
1189
1190         * sync with 0.8.9cvs6
1191                 see ChangeLog 2003-02-03
1192
1193 2003-02-04 [paul]       0.8.9claws35
1194
1195         * po/pt_BR.po
1196                 updated by André Filipe de Assunção e Brito 
1197                 <bedecko@netsite.com.br>
1198
1199 2003-02-03 [thorsten]   0.8.9claws34
1200
1201         * po/de.po
1202                 Updated german translations
1203
1204 2003-02-02 [paul]       0.8.9claws33
1205
1206         * po/es.po
1207                 updated by Ricardo Mones Lastra
1208
1209 2003-02-02 [thorsten]   0.8.9claws32
1210
1211         * src/mh.c
1212                 Fix mh_get_msginfo() segfault if file is inaccessible
1213
1214 2003-01-31 [colin]      0.8.9claws31
1215
1216         * src/procheader.c
1217                 Fix last commit's bug
1218
1219 2003-01-31 [colin]      0.8.9claws30
1220
1221         * src/procheader.c
1222                 Missing a change for gpg-signed messages
1223
1224 2003-01-31 [paul]       0.8.9claws29
1225
1226         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1227           src/procheader.c
1228           src/stock_pixmap.[ch]
1229           src/summaryview.c
1230                 indicate GnuPG signed messages by displaying an icon
1231                 in the Attachment column.
1232
1233 2003-01-31 [paul]       0.8.9claws28
1234
1235         * sync with 0.8.9cvs4
1236                 see ChangeLog 2003-01-31
1237
1238 2003-01-31 [alfons]     0.8.9claws27
1239
1240         * src/textview.c
1241                 tune URI parser to accept mailto URLs with a '?'
1242                 (patch from Ruslan Balkin)
1243
1244 2003-01-31 [colin]      0.8.9claws26
1245
1246         * src/summaryview.c
1247                 Fix a leak introduced in claws24
1248
1249 2003-01-31 [colin]      0.8.9claws25
1250
1251         * src/summaryview.c
1252                 Freeze/Thaw folder updates when deleting dups
1253
1254 2003-01-31 [colin]      0.8.9claws24
1255         
1256         * src/addr_compl.c
1257           src/summaryview.c
1258           src/msgcache.c
1259                 little speed improvements
1260
1261 2003-01-31 [colin]      0.8.9claws23
1262
1263         * src/summaryview.c
1264                 Fix segfault when forwarding nothing
1265                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1266                 
1267 2003-01-30 [paul]       0.8.9claws22
1268
1269         * sync with 0.8.9cvs3
1270                 see ChangeLog 2003-01-30
1271
1272 2003-01-30 [paul]       0.8.9claws21
1273
1274         * sync with 0.8.9cvs2
1275                 see ChangeLog 2003-01-30
1276
1277 2003-01-29 [paul]       0.8.9claws20
1278
1279         * sync with 0.8.9cvs1
1280                 see ChangeLog 2003-01-29
1281
1282 2003-01-28 [paul]       0.8.9claws19
1283
1284         * po/POTFILES.in
1285                 update to reflect changes. 
1286                 thanks to Ricardo Mones Lastra
1287
1288 2003-01-27 [christoph]  0.8.9claws18
1289
1290         * ac/openssl.m4
1291         * ac/spamassassin.m4
1292         * src/plugins/spamassassin/README
1293         * src/plugins/spamassassin/libspamc.[ch]
1294         * src/plugins/spamassassin/utils.[ch]
1295                 updated to latest libspamc
1296
1297 2003-01-27 [christoph]  0.8.9claws17
1298
1299         * src/folder.c
1300                 fix wrong use of procheader_get_header_fields
1301
1302 2003-01-27 [christoph]  0.8.9claws16
1303
1304         * src/news.c
1305         * src/prefs_account.[ch]
1306         * src/common/nntp.[ch]
1307                 allow to force authentication for NNTP servers
1308
1309         Patch submitted by Florian Mickler <dmk@d-labs.de>
1310
1311 2003-01-26 [paul]       0.8.9claws15
1312
1313         * src/summaryview.c
1314                 speed up of marking messages as read
1315                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1316
1317 2003-01-26 [christoph]  0.8.9claws14
1318
1319         * src/Makefile.am
1320         * src/mgutils.[ch]              ** REMOVE **
1321         * src/xml.[ch]                  ** REMOVE **
1322         * src/xmlprops.[ch]             ** REMOVE **
1323         * src/common/Makefile.am
1324         * src/common/mgutils.[ch]       ** NEW **
1325         * src/common/xml.[ch]           ** NEW **
1326         * src/common/xmlprops.[ch]      ** NEW **
1327                 move xml files to common directory
1328
1329 2003-01-26 [christoph]  0.8.9claws13
1330
1331         * src/plugins/spamassassin/spamassassin_gtk.c
1332                 only set gtk entry text if string is available
1333
1334 2003-01-26 [melvin]     0.8.9claws12
1335
1336         * src/description_window.c
1337                 Allow resizing of the window
1338                 Allow automatic horizontal scroll bar
1339                 Do not vertically expand and fill
1340
1341 2003-01-26 [christoph]  0.8.9claws11
1342
1343         * src/Makefile.am
1344         * src/gtkutils.[ch]             ** REMOVE **
1345         * src/common/sylpheed.c
1346         * src/gtk/Makefile.am
1347         * src/gtk/description_window.c
1348         * src/gtk/gtkutils.[ch]         ** NEW **
1349         * src/gtk/prefswindow.c
1350                 move gtkutils to gtk directory
1351
1352 2003-01-26 [paul]       0.8.9claws10
1353
1354         * src/summaryview.c
1355                 rename summary_unread_clicked() to summary_status_clicked()
1356
1357 2003-01-26 [melvin]     0.8.9claws9
1358
1359         * src/prefs_actions.c
1360                 Cosmetical changes to the help text
1361
1362 2003-01-26 [paul]       0.8.9claws8
1363
1364         * src/folder.[ch]
1365           src/mainwindow.c
1366           src/prefs_common.c
1367           src/prefs_sumamry_column.c
1368           summaryview.[ch]
1369                 rename the 'Unread' column to 'Status'
1370
1371 2003-01-25 [match]      0.8.9claws7
1372
1373         * src/mgutils.[ch]
1374                 removed reference to LDAP constants. removed error2string.
1375                 included functions to support LDAP dynamic queries.
1376         * src/syldap.h
1377                 moved LDAP constants here.
1378         * src/addressbook.c
1379         * src/addrindex.c
1380         * src/importldif.c
1381                 removed references to LDAP constants and references to
1382                 error2string.
1383
1384 2003-01-25 [paul]       0.8.9claws6
1385
1386         * src/summaryview.c
1387                 summary_thread_build(), summary_thread_init(): remove 
1388                 unneeded reference to summaryview->folder_item
1389
1390 2003-01-25 [christoph]  0.8.9claws5
1391
1392         * src/gtk/description_window.c
1393                 o allow description texts to expand over multiple columns
1394                 o translate all columns
1395         * src/prefs_actions.c
1396                 change syntax description to use new multi column feature
1397
1398         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1399
1400 2003-01-25 [match]      0.8.9claws4
1401
1402         * src/vcard.c
1403                 fixed bug with Quoted-Printable
1404
1405 2003-01-25 [paul]       0.8.9claws3
1406
1407         * src/folder.[ch]
1408           src/summaryview.[ch]
1409                 implement per-folder collapsed/expanded threads setting
1410                 
1411         * src/prefs_common.c
1412                 remove global collapsed/expanded threads option
1413
1414 2003-01-25 [christoph]  0.8.9claws2
1415
1416         * po/POTFILES.in
1417                 add pluginwindow and prefswindow
1418         * src/compose.c
1419                 make send respond correctly to messages that could be added
1420                 to the queue folder, but the UID of the message is unknown
1421         * src/folder.c
1422         * src/imap.c
1423                 don't return guessed UIDs in imap_add_msg anymore. We return
1424                 0 to tell the folder system it was appened but the UID is
1425                 unknown. Folder system now get's the UID by scaning the folder
1426                 and searching the cache for the Message-ID
1427                 (closes bug #29 Messages queued, but not sent)
1428
1429 2003-01-25 [paul]       0.8.9claws1
1430
1431         * src/codeconv.c
1432                 conv_encode_header():  fix bug when long headers with 8-bit
1433                 characters are used, so that the encoded words are wrapped.
1434                 If the space in the original text falls on the wrap boundary,
1435                 it can be lost.
1436                 Patch by Sergey Vlasov.
1437                 
1438         * src/folderview.c
1439                  fix bug where a change to the sorting method or thread view
1440                  of a folder's messages is lost if simpify-subject is set and
1441                  toggled on or off.
1442                  Patch by Luke Plant.
1443
1444 2003-01-24 [paul]       0.8.9claws
1445
1446         * sylpheed-0.8.9claws released
1447         
1448         * Makefile.am
1449           sylpheed.spec.in
1450                 remove reference to 'INSTALL.jp'
1451
1452 2003-01-23 [paul]       0.8.8claws128
1453
1454         * po/es.po
1455           po/it.po
1456           po/ru.po
1457           po/sr.po
1458                 updated translations. submitted by Ricardo Mones Lastra,
1459                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1460
1461 2003-01-23 [colin]      0.8.8claws127
1462
1463         * src/compose.c
1464                 Fix drafted and queued news articles re-edition
1465
1466 2003-01-23 [melvin]     0.8.8claws126
1467
1468         * po/fr.po
1469                 Updated French translations
1470
1471 2003-01-23 [colin]      0.8.8claws125
1472
1473         * src/inc.c
1474                 Fix "Connecting to..." status message
1475
1476 2003-01-22 [paul]       0.8.8claws124
1477
1478         * po/bg.po
1479                 updated by George Danchev
1480                 
1481         * src/folder.c
1482                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1483                 and folder deletion
1484
1485 2003-01-21 [paul]       0.8.8claws123
1486
1487         * po/bg.po
1488                 updated by George Danchev
1489                 
1490         * src/about.c
1491                 its now 2003
1492                 
1493         * src/toolbar.c
1494                 don't translate 'Separator'
1495                 
1496         * src/plugins/spamassassin/Makefile.am
1497                 add aspell to CPPFLAGS
1498                 
1499         * src/plugins/spamassassin/spamassassin.c
1500           src/plugins/spamassassin/spamassassin_gtk.c
1501                 set correct default for spamassassin_receive_spam
1502                 slightly re-word descriptions and some
1503                 other minor changes
1504
1505 2003-01-19 [alfons]     0.8.8claws122
1506                 
1507         * src/mimeview.c
1508                 mimeview_save_as(): we might as well show the file name for
1509                 the single case "Save As" too
1510
1511 2003-01-19 [alfons]     0.8.8claws121
1512
1513         * src/crash.c
1514                 change bug tracker URL to bugzilla URL
1515
1516 2003-01-19 [alfons]     0.8.8claws120
1517
1518         * src/mimeview.c
1519                 mimeview_save_all(): display name of file before overwriting;
1520                 continue saving all, even when one overwrite was cancelled
1521
1522 2003-01-19 [christoph]  0.8.8claws119
1523
1524         * src/summaryview.c
1525         * src/procmsg.[ch]
1526                 fix wrong usage of procmsg_find_children in summaryview
1527                 by using procmsg_update_unread_children instead of
1528                 summaryview_update_unread_children
1529
1530 2003-01-19 [christoph]  0.8.8claws118
1531
1532         * src/procmsg.c
1533                 fix infinite loop in procmsg_find_children
1534                  (closes bug #25 sylpheed crashes on delete.)
1535
1536         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1537
1538 2003-01-19 [paul]       0.8.8claws117
1539
1540         * po/pt_BR.po
1541                 updated by Ivan Francolin Martinez
1542
1543 2003-01-18 [melvin]     0.8.8claws116
1544
1545         * src/prefs_actions.c
1546                 Removed syntax limitation of only one '&' at the end of command.
1547                         Now actions that contain '>/dev/null 2>&1' are possible.
1548
1549 2003-01-18 [melvin]     0.8.8claws115
1550
1551         * src/prefs_actions.c
1552                 Actions IO dialog: when the action ends
1553                 the "Close" button now has focus and [Escape] closes the
1554                 window.
1555
1556 2003-01-18 [christoph]  0.8.8claws114
1557
1558         * src/procmsg.c
1559                 o add debug output when MsgInfos are really freed
1560                 o free GSLists in procmsg_find_children and
1561                   procmsg_update_unread_children
1562
1563 2003-01-18 [christoph]  0.8.8claws113
1564
1565         * src/mainwindow.c
1566                 reorder Configuration menu
1567
1568 2003-01-18 [christoph]  0.8.8claws112
1569
1570         * src/compose.c
1571                 fix applying templates to forwarded messages
1572
1573         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1574
1575 2003-01-17 [christoph]  0.8.8claws111
1576
1577         * src/folder.c
1578                 destroy folder items, when a folder item is removed
1579
1580 2003-01-17 [christoph]  0.8.8claws110
1581
1582         * src/folder.c
1583                 fix wrong folder stats update when ignored message is
1584                 deleted
1585
1586 2003-01-17 [colin]      0.8.8claws109
1587         
1588         * src/mainwindow.c
1589         * src/summaryview.c
1590                 Quicksearch bugfixes: 
1591                 - hide help button at startup if not extended
1592                 - switch to extended when looking for replies
1593
1594 2003-01-17 [paul]
1595
1596         * sync with 0.8.9 release
1597
1598 2003-01-17 [paul]       0.8.8claws108
1599
1600         * sync with 0.8.8cvs11
1601                 see ChangeLog 2003-01-17
1602
1603 2003-01-16 [colin]      0.8.8claws107
1604
1605         * src/procmsg.c
1606                 Changed encryption test to re-ask passphrase
1607                 if an encrypted message hasn't been decrypted
1608                 Fixes bug #5
1609
1610 2003-01-16 [christoph]  0.8.8claws106
1611
1612         * src/prefs_gtk.c
1613         * src/prefs_toolbar.c
1614         * src/gtk/prefswindow.h
1615         * src/plugins/spamassassin/spamassassin_gtk.c
1616                 remove page destroy function that is not used anymore
1617
1618 2003-01-16 [paul]       0.8.8claws105
1619
1620         * sync with 0.8.8cvs9
1621                 see ChangeLog 2002-01-16
1622
1623 2003-01-16 [colin]      0.8.8claws104
1624
1625         * src/compose.[ch]
1626                 Fix bug with autosaved drafts for IMAP, when draft
1627                 folder is specified - fixes bugzilla bug #20
1628
1629 2003-01-15 [paul]       0.8.8claws103
1630
1631         * src/compose.[ch]
1632           src/procmsg.c
1633                 store folder and message-id of message forwarding
1634                 in queue header and set forward flag after sending
1635
1636 2003-01-15 [paul]       0.8.8claws102
1637
1638         * sync with 0.8.8cvs8
1639                 see ChangeLog 2002-01-15
1640
1641 2003-01-15 [colin]      0.8.8claws101
1642
1643         * src/Makefile.am
1644                 Fix linking with GNU libiconv
1645
1646 2003-01-15 [darko]      0.8.8claws100
1647
1648         * src/pine.c
1649                 fix crash when importing pine address book
1650                 entry with an empty name (reported by DY
1651                 <dybulk at tri8.net>)
1652
1653 2003-01-14 [paul]       0.8.8claws99
1654
1655         * configure.in  ** REMOVED **
1656           configure.ac  ** NEW FILE **
1657                 rename configure.in to configure.ac, as it is now
1658                 preferred
1659
1660 2003-01-14 [melvin]     0.8.8claws98
1661
1662         * src/folderview.c
1663                 folderview_check_new(): More precise function description
1664
1665 2003-01-14 [melvin]     0.8.8claws97
1666
1667         * src/folderview.c
1668                 folderview_check_new(): return the number of new messages 
1669                         since last check.
1670         * src/inc.c
1671                 inc_account_mail(): Disable counting of new messages for IMAP
1672                         and NNTP until bug [19] and [14] are fixed.
1673
1674 2003-01-14 [paul]       0.8.8claws96
1675
1676         * sync with 0.8.8cvs6
1677                 see ChangeLog 2003-01-14
1678
1679 2003-01-13 [alfons]     0.8.8claws95
1680
1681         * src/textview.c
1682                 tune email address validation (c. 0.8.8claws89): if . is 
1683                 just one char away from @, the address is invalid too 
1684                 (correctly rejects addresses like foo@.com)
1685
1686 2003-01-13 [paul]       0.8.8claws94
1687
1688         * src/messageview.c
1689           src/toolbar.c
1690                 fixes to the Message View toolbar and menu:
1691                 fix non-functioning Forward button
1692                 make Reply button consider default_reply_list
1693                 remove 'Follow-up...' menu entry
1694                 add 'Forward' and 'Redirect' menu entries
1695
1696 2003-01-13 [melvin]     0.8.8claws93
1697
1698         * src/inc.c
1699                 Fixed typo that could make new messages count incorrect.
1700
1701 2003-01-13 [melvin]     0.8.8claws92
1702
1703         * src/folderview.[ch]
1704                 folderview_check_new(): return the number of new messages.
1705         * src/inc.c
1706                 Should fix bug [14] where new mail notification worked 
1707                         incorrectly with IMAP accounts.
1708                 inc_spool_account(): return number of new msgs, or -1 on error
1709                 inc_all_spool(): return number of new msgs
1710                 
1711 2003-01-13 [melvin]     0.8.8claws91
1712
1713         * src/prefs_actions.c
1714                 Justify help text.
1715
1716 2003-01-12 [thorsten]   0.8.8claws90
1717
1718         * src/common/prefs.c
1719                 close file before rename
1720
1721 2003-01-12 [alfons]     0.8.8claws89
1722
1723         * AUTHORS
1724                 add Christian Mertes
1725         * src/common/utils.[ch]
1726                 g_stricase_hash(), g_stricase_equal(): functions for 
1727                 case insensitive hash tables
1728         * src/textview.c
1729                 use top level domain names to validate email address, based
1730                 on a patch by Christian Mertes (thanks!), but changed 
1731                 implementation to use a hash table 
1732
1733 2003-01-12 [paul]       0.8.8claws88
1734
1735         * po/bg.po
1736                 updated by George Danchev
1737
1738 2003-01-12 [alfons]     0.8.8claws87
1739
1740         * src/summaryview.c
1741                 delete / execute performance: use new style folder update
1742
1743 2003-01-12 [paul]       0.8.8claws86
1744
1745         * sync with 0.8.8cvs5
1746                 see ChangeLog 2003-01-13 (!)
1747
1748 2003-01-12 [alfons]     0.8.8claws85
1749
1750         * src/filtering.c
1751         * src/matcher_parser_parse.y
1752                 prepare change_score filtering action
1753         * src/matcher.[ch]
1754                 give up const-correctness on functions that call non-const-correct functions;
1755                 several casts to gpointer in g_free();
1756                 add change_score;
1757
1758 2003-01-12 [christoph]  0.8.8claws84
1759
1760         * src/compose.c
1761                 fix 2 warnings
1762
1763         * src/gtk/prefswindow.[ch]
1764         * src/plugins/spamassassin/spamassassin_gtk.c
1765                 changed the call of the widget create function
1766                 for PrefsPages, because sometimes the widget
1767                 create function needs a widget that already has
1768                 been attached to a window (to create GDK pixmaps
1769                 for exmaple). So we simply pass the GtkWindow as
1770                 the second parameter now.
1771
1772         * src/main.c
1773         * src/mainwindow.c
1774         * src/prefs_toolbar.[ch]
1775                 rewrite Toolbar Preferences using the new
1776                 prefs window
1777
1778 2003-01-11 [alfons]     0.8.8claws83
1779
1780         * src/addressadd.c
1781                 fix crash when adding sender to addressbook because status bar
1782                 isn't there (the status bar doesn't seem to be used though,
1783                 but I'll let Match decide what to do with it)
1784
1785 2003-01-11 [colin]      0.8.8claws82
1786
1787         * src/main.c
1788           src/toolbar.c
1789                 Two useless changes reversed
1790
1791 2003-01-11 [colin]      0.8.8claws81
1792
1793         * src/mainwindow.c
1794           src/mainwindow.h
1795                 Add mainwindow_get_mainwindow()
1796         * src/alertpanel.c
1797           src/alertpanel.h
1798                 Add alertpanel_error_log() 
1799         * src/compose.c
1800           src/inc.c
1801           src/messageview.c
1802           src/toolbar.c
1803           src/main.c
1804           src/procmsg.c
1805                 Network errors get a View Log button
1806
1807 2003-01-10 [alfons]     0.8.8claws80
1808
1809         * src/prefs_toolbar.c
1810         * src/toolbar.c
1811                 use the translatable string for "Separator" as file name for
1812                 separator toolbar items (probably make this uppercase?)
1813
1814 2003-01-10 [alfons]     0.8.8claws79
1815
1816         * src/prefs_toolbar.c
1817                 put right A_SEPARATOR description string in "displayed
1818                 toolbar items list" so manually added separators are
1819                 saved correctly (bug #10, "Adding a separator to the main 
1820                 toolbar fails, entry in xml file is wrong")
1821
1822 2003-01-10 [christoph]  0.8.8claws78
1823
1824         * src/imap.c
1825                 o fix warnings
1826                 o use CAPABILITY to check if NAMESPACE is available
1827
1828 2003-01-10 [christoph]  0.8.8claws77
1829
1830         * src/imap.[ch]
1831                 apply UIDPLUS IMAP extension support patch
1832
1833         Patch submitted by Simon 'corecode' Schubert
1834
1835 2003-01-10 [paul]       0.8.8claws76
1836
1837         * src/folderview.c
1838                 a sync from main which fixes the news account folders'
1839                 Properties bug
1840
1841 2003-01-10 [christoph]  0.8.8claws75
1842
1843         * src/folder.c
1844                 don't accept 0 as a valid uid returned by copy and move
1845                 functions. 0 means the message was copied or moved but the
1846                 new uid could not be fetched. It is not an error condition
1847                 for the copy or move operation.
1848
1849 2003-01-10 [paul]       0.8.8claws74
1850
1851         * src/prefs_filtering.c
1852                 change English used in Alert when entry is not
1853                 saved.
1854                 
1855         * sync with 0.8.8cvs4
1856                 see ChangeLog 2003-01-10
1857
1858 2003-01-10 [darko]      0.8.8claws73
1859
1860         * src/pine.c
1861                 fix crash when importing address book entry
1862                 without a valid address
1863
1864 2003-01-09 [alfons]     0.8.8claws72
1865
1866         * src/inc.c
1867                 filtering performance: use new style folder update
1868
1869 2003-01-09 [christoph]  0.8.8claws71
1870
1871         * src/compose.c
1872         * src/gtk/menu.[ch]
1873                 fix wrong selecting of mime encoding type, when
1874                 opening property dialog of attachments in the
1875                 compose window. 7bit was always selected and that
1876                 destoryed files with 8bit data.
1877                 (closes bug #9 Sylpheed-claws destroys attachments when
1878                  changing MIME-types)
1879
1880 2003-01-09 [paul]       0.8.8claws70
1881
1882         * sync with 0.8.8cvs3
1883                 see ChangeLog 2003-01-09
1884
1885 2003-01-08 [alfons]     0.8.8claws69
1886         
1887         * src/addressadd.c
1888                 apply patch by Kim Schulz to fix build breakage
1889                 because of missing variable
1890
1891 2003-01-08 [paul]       0.8.8claws68
1892
1893         * sync with 0.8.8cvs2
1894                 see ChangeLog 2002-01-08
1895
1896 2003-01-08 [paul]       0.8.8claws67
1897
1898         * po/it.po
1899                 updated by Alessandro Maestri
1900                 
1901         * src/addressadd.c
1902                 when using 'Add sender to addressbook' allow
1903                 name to be edited and remarks to be entered
1904                 Patch submitted by Luke Plant
1905
1906 2003-01-08 [darko]      0.8.8claws66
1907
1908         * README.claws, src/summaryview.c
1909                 fix description for marked messages
1910
1911 2003-01-08 [paul]
1912
1913         * tools/Makefile.am
1914           tools/launch_phoenix  ** NEW FILE **
1915                 add script that enables using Phoenix as the default
1916                 web browser. 
1917                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1918                 
1919         * tools/OOo2sylpheed.pl
1920                 remove full path to sylpheed executable, just 'sylpheed'
1921                 will do
1922                 
1923         * tools/README
1924                 add launch_phoenix informtion and re-arrange and compress
1925                 the data a little
1926
1927 2003-01-07 [christoph]  0.8.8claws65
1928
1929         * src/folder.c
1930                 fix update for source folder when moving messages
1931         * src/procmsg.[ch]
1932         * src/summaryview.c
1933                 use function to set to_folder for message infos and
1934                 automatically update the op_count for old and new
1935                 folder
1936
1937 2003-01-07 [melvin]     0.8.8claws64
1938
1939         * src/prefs_actions.c
1940                 Fixed bug where an '%p' Action on a displayed image crashed 
1941                         Sylpheed
1942                 Code clean up (get rid of duplicated code and removed unnecessary 
1943                                 structure member)
1944
1945 2003-01-07 [christoph]  0.8.8claws63
1946
1947         * src/compose.c
1948         * src/folder.[ch]
1949         * src/folderview.c
1950         * src/import.c
1951         * src/inc.c
1952         * src/main.c
1953         * src/mainwindow.c
1954         * src/messageview.c
1955         * src/prefs_folder_item.c
1956         * src/procmsg.c
1957         * src/summaryview.c
1958         * src/toolbar.c
1959                 o remove all folder update triggering from the UI code. The folder
1960                   system should know much better when a folder needs an update.
1961                 o to prevent multiple updates in a row the folder updates can be
1962                   frozen for some time.
1963
1964                 Note: - Please verify that no updates are missing
1965                       - Check where freeze/thaws should be added
1966
1967 2003-01-07 [christoph]  0.8.8claws62
1968
1969         * src/prefs_actions.c
1970                 don't translate empty strings
1971
1972         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1973
1974 2003-01-06 [christoph]  0.8.8claws61
1975
1976         * src/prefs_actions.c
1977                 mark strings for gettext
1978         * src/prefs_matcher.c
1979                 use new description window for Execute action and
1980                 match condition in Filtering
1981
1982         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1983
1984 2003-01-06 [alfons]     0.8.8claws60
1985
1986         keep myself inspired to re-organize matcher part 8; 
1987         yes, more to come (I need to move out the descriptive
1988         text for actions to matcher.c, or at least make it not
1989         depend on the wicked ordering)
1990
1991         * src/prefs_matcher.c
1992                 add documentation so others may comprehend the
1993                 UI part of the conditions
1994                 
1995 2003-01-06 [christoph]  0.8.8claws59
1996
1997         * src/prefs_actions.c
1998                 use new description window for syntax help
1999         * src/gtk/description_window.c
2000                 fix display of descriptions with column count != 2
2001
2002         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2003
2004 2003-01-06 [christoph]  0.8.8claws58
2005
2006         * src/quote_fmt.c
2007         * src/summaryview.[ch]
2008         * src/gtk/Makefile.am
2009         * src/gtk/description_window.[ch]       ** NEW **
2010                 use a generic window to display syntax descriptions
2011                 currently used in quote_fmt and summaryview (new description
2012                 for extended quick search)
2013
2014         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2015
2016 2003-01-06 [paul]       0.8.8claws57
2017
2018         * sync with 0.8.8cvs1
2019                 see ChangeLog 2003-01-06
2020
2021 2003-01-06 [christoph]  0.8.8claws56
2022
2023         * src/mainwindow.c
2024         * src/prefs_gtk.[ch]
2025         * src/gtk/prefswindow.[ch]
2026         * src/plugins/spamassassin/spamassassin_gtk.c
2027                 o remove page management from prefswindow, pages
2028                   will be an argument to prefswindow_open
2029                 o prefswindow_open gets a datapointer that is
2030                   passed to the widget_create function to allow
2031                   creation of prefswindow for specific items
2032
2033 2003-01-06 [colin]      0.8.8claws55
2034         
2035         * src/summaryview.c
2036                 We don't want regexp in the reply-finder, 
2037                 because MIDs can contain !,$,. and so on
2038
2039 2003-01-06 [jens]       0.8.8claws54
2040
2041         * src/jpilot.c
2042                 fixed a wrong free in jpilot_read_db_files
2043
2044 2003-01-06 [alfons]     0.8.8claws53
2045
2046         re-organize matcher part 8; more to come
2047        
2048         * src/matcher.c
2049                 matcherprop_to_string(): put g_free()s before the
2050                 switch-case break to fix memleaks                
2051
2052 2003-01-06 [colin]      0.8.8claws52
2053
2054         * src/summaryview.c
2055                 cleanup & reply-finder now displays the first 
2056                 matching message
2057
2058 2003-01-05 [alfons]     0.8.8claws51
2059
2060         re-organize matcher part 7; more to come
2061
2062         * src/matcher.[ch]
2063                 fixes for constant correctness;
2064                 more documentation;
2065
2066 2003-01-05 [alfons]     0.8.8claws50
2067
2068         re-organize matcher part 6; more to come
2069         
2070         * src/matcher.[ch]
2071                 fixes for constant correctness;
2072                 more documentation;
2073         * src/filtering.c
2074                 fix for constant correctness
2075
2076 2003-01-05 [colin]      0.8.8claws49
2077
2078         * src/account.[ch]
2079                 Add account_get_reply_account function
2080         * src/compose.c
2081                 Use account_get_reply_account function 
2082         * src/summaryview.c
2083                 Basic reply-finder - click on the replied
2084                 icon gets you to the outbox using quick-search
2085
2086 2003-01-05 [paul]       0.8.8claws48
2087
2088         * src/prefs_common.c
2089                 small change to English
2090                 
2091         * src/prefs_filtering.c
2092                 prefs_filtering_action_select(): improve logic and uniformity
2093                 of gui
2094
2095 2003-01-05 [alfons]     0.8.8claws47
2096
2097         fine tune solution to focus problems (bug #7)
2098
2099         * src/mainwindow.c
2100                 mainwindow_focus_in_event(): remove grab event check
2101         * src/summaryview.c
2102                 summary_button_pressed(): move selection on right-click
2103                 too. we can't possibly move the selection back after
2104                 canceling a dialog, because gtk's incomplete focus 
2105                 management. whether this is a good solution, only time
2106                 will tell.
2107
2108 2003-01-05 [christoph]  0.8.8claws46
2109
2110         * src/imap.c
2111                 fix crash when no imap connection could be established
2112
2113 2003-01-05 [paul]       0.8.8claws45
2114
2115         * src/mainwindow.c
2116           src/sumamryview.c
2117           src/gtk/menu.[ch]
2118                 fix bug 605957 'shortcuts in popup-menu'
2119                 make user-defined shortcuts work
2120                 show shortcuts that are already defined
2121                 in the main menu
2122                 Patch submitted by Luke Plant
2123
2124 2003-01-05 [alfons]     0.8.8claws44
2125
2126         * src/mainwindow.c
2127                 focus_in_event handler should not select summary view row 
2128                 when another window (menu, dialog) grabbed for events 
2129                 (bug #7, "[0.8.8claws42] Message summary focus") 
2130
2131 2003-01-04 [christoph]  0.8.8claws43
2132
2133         * src/procmsg.c
2134                 update save folder after adding the sent message
2135                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2136
2137 2003-01-02 [christoph]  0.8.8claws42
2138
2139         * src/common/plugin.c
2140                 fix unloading of all plugins and unload
2141                 plugins in reverse order
2142                 
2143         * src/gtk/pluginwindow.c
2144                 implement function of load and unload button
2145
2146         * src/gtk/prefswindow.c
2147         * src/gtk/prefswindow.h
2148                 rename register function and add new unregister
2149                 function
2150
2151         * src/plugins/spamassassin/spamassassin_gtk.c
2152                 unregister prefs page and update for changes in
2153                 src/gtk/prefswindow.c
2154
2155 2003-01-02 [paul]       0.8.8claws41
2156
2157         * po/es.po
2158                 updated by Ricardo Mones Lastra
2159
2160 2003-01-02 [paul]
2161
2162         * tools/tb2sylpheed
2163                 fixes and improvements by Urke MMI
2164
2165 2003-01-02 [thorsten]   0.8.8claws40
2166
2167         * src/procmsg.c
2168                 fixed wrong return value
2169
2170 2003-01-02 [thorsten]   0.8.8claws39
2171
2172         * src/prefs.c
2173                 fixed printing wrong variable
2174
2175 2003-01-02 [thorsten]   0.8.8claws38
2176
2177         * src/prefs.c
2178                 fixed acessing members of freed pfile struct
2179
2180 2003-01-02 [thorsten]   0.8.8claws37
2181
2182         * src/procmsg.c
2183                 detect loops across several messages
2184                 as suggested by Christoph Hohmann
2185
2186 2003-01-01 [match]      0.8.8claws36
2187
2188         * src/addrindex.c
2189                 fixed another memory leak.
2190
2191 2003-01-01 [match]      0.8.8claws35
2192
2193         * src/jpilot.[ch]
2194                 fixed memory leaks. applied Doxygen comments.
2195
2196 2003-01-01 [thorsten]   0.8.8claws34
2197
2198         * src/procmsg.c
2199                 inhibit endless loop if msg references itself
2200                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2201
2202 2003-01-01 [christoph]  0.8.8claws33
2203
2204         * src/mainwindow.c
2205         * src/gtk/Makefile.am
2206         * src/gtk/pluginwindow.c                ** NEW **
2207         * src/gtk/pluginwindow.h                ** NEW **
2208                 add plugin window
2209
2210         * src/plugins/demo/demo.c
2211         * src/plugins/spamassassin/spamassassin.c
2212         * src/plugins/spamassassin/spamassassin_gtk.c
2213                 write better plugin descriptions
2214
2215 2002-12-31 [christoph]  0.8.8claws32
2216
2217         * src/gtk/prefswindow.c
2218         * src/plugins/spamassassin/spamassassin_gtk.c
2219                 some small improvements to GTK code
2220
2221 2002-12-31 [christoph]  0.8.8claws31
2222
2223         * src/plugins/spamassassin/spamassassin_gtk.c
2224                 enable folder select button
2225
2226 2002-12-31 [christoph]  0.8.8claws30
2227
2228         * src/mainwindow.c
2229         * src/gtk/Makefile.am
2230         * src/gtk/prefswindow.c                         ** NEW **
2231         * src/gtk/prefswindow.h                         ** NEW **
2232                 add new prefs window
2233
2234         * src/common/plugin.c
2235                 don't try to load empty config lines
2236         
2237         * src/plugins/spamassassin/Makefile.am
2238         * src/plugins/spamassassin/spamassassin.c
2239         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2240         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2241                 GTK config for SpamAssassin Plugin using
2242                 the new prefs window
2243
2244 2002-12-31 [paul]       0.8.8claws29
2245
2246         * po/POTFILES.in
2247                 remove obsolete entry 'src/menu.c'
2248
2249 2002-12-31 [alfons]     0.8.8claws28
2250
2251         * src/matcher.[ch]
2252         * src/matcher_parser_parse.y
2253         * src/prefs_matcher.c
2254                 add "ignore_thread" and "~ignore_thread" condition so it's
2255                 possible to make the actions / scoring operate on the ignore
2256                 thread flag
2257
2258 2002-12-31 [christoph]  0.8.8claws27
2259
2260         * src/addrbook.c
2261         * src/addrindex.c
2262         * src/folder.c
2263         * src/matcher.c
2264         * src/prefs_account.c
2265         * src/prefs_actions.c
2266         * src/prefs_customheader.c
2267         * src/prefs_display_header.c
2268         * src/prefs_gtk.c
2269         * src/procmime.c
2270         * src/toolbar.c
2271         * src/xmlprops.c
2272         * src/common/prefs.[ch]
2273                 extend prefs file handling for reading and automatic handling
2274                 of blocks. When reading prefs_set_block_label will automatically
2275                 move on to the block. When writing it will copy all other blocks
2276                 automatically
2277
2278         * src/common/plugin.c
2279                 Now loading plugin filenames from [Plugins] block in
2280                 sylpheed rc file
2281
2282 2002-12-30 [christoph]  0.8.8claws26
2283
2284         * src/common/hooks.[ch]
2285                 return abort status to caller of hooks_invoke
2286                 
2287         * src/inc.[ch]
2288                 invoke message filtering hook and stop
2289                 default handling when filter returns abort
2290
2291         * src/common/plugin.[ch]
2292         * src/plugins/demo/demo.c
2293                 modify plugin loader, because resolving symbols for strings
2294                 does not work correctly
2295         
2296         * configure.in
2297         * ac/spamassassin.m4                            ** NEW **
2298         * src/plugins/spamassassin/.cvsignore           ** NEW **
2299         * src/plugins/spamassassin/Makefile.am          ** NEW **
2300         * src/plugins/spamassassin/README               ** NEW **
2301         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2302         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2303         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2304                 add spamassassin plugin, see src/plugins/spamassassin/README
2305                 for details
2306
2307 2002-12-29 [alfons]     0.8.8claws25
2308
2309         * src/mainwindow.c
2310                 when moving focus from a message view to the main 
2311                 window, don't forget to select the summary node
2312                 of the displayed message. should fix "[ 659103 ] 
2313                 focus-follows-mouse confuses sylpheed"
2314
2315 2002-12-29 [christoph]  0.8.8claws24
2316
2317         * src/Makefile.am
2318         * src/stringtable.[ch]          ** REMOVE **
2319         * src/common/Makefile.am
2320         * src/common/stringtable.[ch]   ** NEW **
2321                 move stringtable files to common directory
2322
2323 2002-12-29 [christoph]  0.8.8claws23
2324
2325         * src/Makefile.am
2326         * src/menu.[ch]                 ** REMOVE **
2327         * src/gtk/Makefile.am
2328         * src/gtk/menu.[ch]             ** NEW **
2329                 move menu files to gtk directory
2330
2331 2002-12-29 [match]      0.8.8claws22
2332
2333         * src/addressbook.c
2334         * src/syldap.c
2335                 moved UI specific code out of LDAP code into addressbook
2336                 UI code. fixed memory leak.
2337
2338 2002-12-29 [christoph]  0.8.8claws21
2339
2340         * src/folder.c
2341                 only check for IGNORED parent message when message is
2342                 not IGNORED itself
2343
2344 2002-12-29 [alfons]     0.8.8claws20
2345
2346         * src/summaryview.c
2347                 set gtksctree's anchor correct (immediate execute
2348                 changes the tree's layout, and anchor points at 
2349                 the incorrect row). fixes "[ 657233 ] multiple msg 
2350                 delete sometimes off by 1".
2351                 we probably have to look for more tree layout /
2352                 anchor glitches.
2353
2354 2002-12-29 [paul]       0.8.8claws19
2355
2356         * src/summaryview.c
2357                 fix bug [ 659054 ] incorrect sorting of 'From' column
2358                 when using 'display sender using address book'
2359                 thanks to Alfons and Luke Plant
2360
2361 2002-12-29 [christoph]  0.8.8claws18
2362
2363         * src/folder.c
2364         * src/procmsg.[ch]
2365                 check parent messages for IGNORE THREAD flag, when adding,
2366                 moving or copying messages to a folder
2367
2368 2002-12-27 [alfons]     0.8.8claws17
2369
2370         re-organize matcher part 5; more to come
2371
2372         * src/matcher.c
2373                 hash keywords in matchparser_tab 
2374
2375 2002-12-27 [alfons]     0.8.8claws16
2376
2377         re-organize matcher part 4; more to come
2378
2379         * src/matcher_parser.h
2380         * src/matcher_parser_lex.l
2381         * src/matcher_parser_parse.y
2382                 cleanup
2383
2384 2002-12-27 [alfons]     0.8.8claws15
2385
2386         re-organize matcher part 3; more to come
2387
2388         * src/matcher.[ch]
2389                 cleanup
2390
2391 2002-12-27 [alfons]     0.8.8claws14
2392
2393         re-organize matcher part 2; more to come but this should
2394         work. cc me if there are any regressions.
2395
2396         * src/matcher.h
2397                 add prototype for get_matchparser_tab_id()
2398         * src/matcher_parser_lex.l
2399                 look up keywords using matchparser_tab_id();
2400
2401 2002-12-27 [alfons]     0.8.8claws12
2402
2403         re-organize matcher part 1
2404
2405         * src/matcher.h
2406                 map yacc generated constants to sylpheed matcher constants
2407         * src/matcher.c
2408                 add function to find a matcher constant from a string
2409
2410 2002-12-27 [christoph]  0.8.8claws11
2411
2412         * src/compose.c
2413                 MENUITEM_ADD casts the 4th argument from integer to pointer
2414                 so it probably should not be a pointer, this means we
2415                 should use account id for it and not the account's pointer
2416
2417 2002-12-27 [paul]       0.8.8claws10
2418
2419         * src/mainwindow.c
2420                 remove unneeded 'GtkWidget *vbox'
2421                 
2422         * src/summaryview.c
2423                 further sync with 0.8.8 - make sort
2424                 by recipient work as expected
2425                 
2426         * NEWS
2427                 sync with 0.8.8
2428
2429 2002-12-27 [paul]       0.8.8claws9
2430
2431         * po/pt_BR.po
2432                 updated by Ivan F. Martinez
2433                 
2434 2002-12-27 [darko]      0.8.8claws8
2435
2436         * src/common/utils.c
2437                 added locked pattern to extended search
2438
2439 2002-12-27 [alfons]     0.8.8claws7
2440
2441         * src/prefs_matcher.[ch]
2442                 clean up
2443
2444 2002-12-26 [alfons]     0.8.8claws6
2445
2446         * src/matcher.[ch]
2447         * src/matcher_parser_lex.l
2448         * src/matcher_parser_parse.y
2449         * src/prefs_matcher.c
2450                 allow color label as a condition in the matcher
2451
2452 2002-12-26 [oliver]     0.8.8claws5
2453         
2454         * src/toolbar.c 
2455                 enable Addressbook for Main and Messageview
2456         * src/prefs_actions.c
2457                 enable actions in Messageview
2458
2459 2002-12-26 [christoph]  0.8.8claws4
2460
2461         * src/common/plugin.c
2462                 add a little debug output
2463         * configure.in
2464         * src/plugins/demo/Makefile.am
2465                 better use of automake
2466
2467 2002-12-26 [christoph]  0.8.8claws3
2468
2469         * src/Makefile.am
2470         * src/common/Makefile.am
2471                 fix "make distdir"
2472
2473 2002-12-26 [christoph]  0.8.8claws2
2474
2475         * configure.in
2476                 sort configure checks into common / gtk / plugins
2477         * po/POTFILES.in
2478                 add src/prefs_gtk.c
2479         * src/Makefile.am
2480                 add plugins SUBDIR
2481         * src/main.c
2482         * src/common/sylpheed.[ch]
2483                 added now sylpheed_done function for shutdown
2484         * src/common/Makefile.am
2485         * src/common/plugin.[ch]                ** NEW **
2486                 plugin loader and unloader
2487         * src/plugins/.cvsignore                ** NEW **
2488         * src/plugins/Makefile.am               ** NEW **
2489                 build plugins
2490         * src/plugins/demo/.cvsignore           ** NEW **
2491         * src/plugins/demo/Makefile.am          ** NEW **
2492         * src/plugins/demo/demo.c               ** NEW **
2493                 small demo plugin that installs a logtext hook and
2494                 outputs the log text to stdout
2495
2496 2002-12-26 [paul]       0.8.8claws1
2497
2498         * po/es.po
2499                 updated by Ricardo Mones Lastra
2500
2501 2002-12-26 [paul]       0.8.8claws
2502
2503         * 0.8.8claws released
2504
2505 2002-12-26 [paul]       0.8.7claws12
2506
2507         * po/bg.po
2508                 updated by George Danchev
2509
2510 2002-12-26 [paul]       0.8.7claws11
2511
2512         * po/POTFILES.in
2513                 remove unneeded 'src/prefs.c' entry 
2514
2515 2002-12-26 [paul]       0.8.7claws10
2516
2517         * src/codeconv.c
2518           src/mainwindow.c
2519                 sync with 0.8.8 release
2520         
2521         * src/folder.[ch]
2522           src/mh.c
2523           src/summaryview.c
2524                 partial sync with 0.8.8 release
2525         
2526
2527 2002-12-25 [alfons]     0.8.7claws9
2528
2529         * src/matcher.[ch]
2530         * src/matcher_parser_lex.l
2531         * src/matcher_parser_parse.y
2532         * src/prefs_matcher.c
2533                 add locked flag to possible filtering / matcher 
2534                 conditions (also a good example what should be
2535                 done to add a simple boolean condition)
2536
2537 2002-12-25 [christoph]  0.8.7claws8
2538
2539         * src/Makefile.am
2540         * src/account.[ch]
2541         * src/addrbook.c
2542         * src/addressbook.c
2543         * src/addrindex.c
2544         * src/filtering.c
2545         * src/folder.c
2546         * src/matcher.c
2547         * src/prefs.[ch]                ** REMOVE **
2548         * src/prefs_account.c
2549         * src/prefs_actions.c
2550         * src/prefs_common.c
2551         * src/prefs_customheader.c
2552         * src/prefs_display_header.c
2553         * src/prefs_filtering.c
2554         * src/prefs_folder_item.c
2555         * src/prefs_gtk.[ch]            ** NEW **
2556         * src/prefs_matcher.c
2557         * src/prefs_scoring.c
2558         * src/prefs_summary_column.c
2559         * src/procmime.c
2560         * src/selective_download.c
2561         * src/toolbar.c
2562         * src/common/Makefile.am
2563         * src/common/prefs.[ch]         ** NEW **
2564                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2565
2566 2002-12-24 [alfons]     0.8.7claws7
2567
2568         * src/summaryview.c
2569                 summary_thread_build(): fix real cause of the crash mentioned in
2570                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2571                 this way we get meaningful ctree nodes 
2572
2573 2002-12-24 [oliver]     0.8.7claws6
2574
2575         * src/mainwindow.[ch]
2576         * src/messageview.[ch]
2577         * src/compose.[ch]
2578         * src/inc.c
2579         * src/summaryview.c
2580                 changes to use updated toolbar handling
2581                 
2582 2002-12-24 [oliver]     0.8.7claws5
2583
2584         * src/toolbar.[ch]
2585                 generic toolbar handling
2586                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2587         * src/prefs_toolbar.[ch]
2588                 adjust to handling
2589         
2590 2002-12-24 [oliver]     0.8.7claws4
2591         
2592         * src/stock_pixmap.[ch]
2593                 move SYLPHEED_LOGO to end of list in order 
2594                 to remove it from Custom Toolbar`s Icon View
2595
2596 2002-12-24 [alfons]     0.8.7claws3
2597
2598         * src/summaryview.c
2599                 summary_thread_build(): fix crash because of focus != selection 
2600                 after threading. when deleting the selection, gtk tries but fails 
2601                 to find the correct focusable element. we now force the selection
2602                 to be focused. this should solve the infamous bug reported by 
2603                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2604                 a test case is available. 
2605
2606 2002-12-24 [darko]      0.8.7claws2
2607
2608         * src/summaryview.c
2609                 don't crash when unmarking message with unread children
2610
2611 2002-12-23 [christoph]  0.8.7claws1
2612
2613         * src/Makefile.am
2614         * src/common/Makefile.am
2615                 update Makefiles for moved intl.h, version.h and defs.h
2616         * src/imap.c
2617                 rewrite imap_session_get to avoid duplicate code
2618
2619 2002-12-23 [paul]       0.8.7claws
2620
2621         * Santa-Claws released
2622         
2623         * po/hu.po
2624           po/ru.po
2625                 squeeze in updated Hungarian and Russian translations.
2626                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2627
2628 2002-12-23 [paul]       0.8.6claws129
2629
2630         * po/pl.po
2631                 updated by Witold Wladyslaw Wojciech Wilk
2632
2633 2002-12-23 [paul]       0.8.6claws128
2634
2635         * src/quote_fmt_parse.y
2636                 fix typo and add licence header
2637
2638 2002-12-23 [paul]       0.8.6claws127
2639
2640         * po/en_GB.po
2641                 updated
2642
2643 2002-12-23 [paul]       0.8.6claws126
2644
2645         * po/it.po
2646                 updated translation, submitted by Alessandro Maestri
2647                 
2648 2002-12-23 [paul]       0.8.6claws125
2649
2650         * src/quote_fmt_parse.y
2651                 fix signature-stripping on replies bug. match
2652                 '-- \n' and not '-- '.
2653
2654 2002-12-22 [paul]       0.8.6claws124
2655
2656         * po/bg.po
2657           po/es.po
2658           po/sr.po
2659                 updated translations. submitted by George Danchev,
2660                 Ricardo Mones Lastra, and Urke MMI respectively
2661
2662 2002-12-21 [paul]       0.8.6claws123
2663
2664         * src/addrbook.c
2665                 fix coding style
2666
2667 2002-12-21 [paul]       0.8.6claws122
2668
2669         * src/addrbook.c
2670                 fix bug [643638] where if a person is in one or more
2671                 addressbook groups editing that person's email 
2672                 address results in removal from those groups.
2673                 Patch submitted by Luke Plant.
2674
2675 2002-12-20 [christoph]  0.8.6claws121
2676
2677         * src/common/utils.c
2678         * src/summaryview.c
2679                 reimplement expand_search_string using GString to
2680                 prevent crashs caused by miscalculated string
2681                 lengths reported by Paul
2682
2683 2002-12-20 [christoph]  0.8.6claws120
2684
2685         * src/summaryview.c
2686                 don't use "changed" to check if op_count has to be changed as it
2687                 is also set when the message has unread children
2688                 (closes bug [ 653221 ] crash while deleting duplicates)
2689
2690 2002-12-20 [paul]       0.8.6claws119
2691
2692         * sync with 0.8.6cvs27
2693                 see ChangeLog 2002-12-20
2694
2695 2002-12-20 [paul]       0.8.6claws118
2696
2697         * sync with 0.8.6cvs26
2698                 see ChangeLog 2002-12-19 and 2002-12-20
2699
2700 2002-12-19 [alfons]     0.8.6claws117
2701
2702         * src/textview.c
2703                 fix incorrect parsing of email addresses, submitted by 
2704                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2705                 name display if it contains @".
2706
2707 2002-12-18 [paul]       0.8.6claws116
2708
2709         * sync with 0.8.6cvs23
2710                 see ChangeLog 2002-12-18
2711
2712 2002-12-18 [paul]       0.8.6claws115
2713
2714         * src/Makefile.am
2715         * src/account.c
2716         * src/codeconv.c
2717         * src/gtkutils.[ch]
2718         * src/imap.c
2719                 sync with 0.8.6cvs22.
2720                 see ChangeLog 2002-12-17 and 2002-12-18
2721
2722 2002-12-17 [christoph]  0.8.6claws114
2723
2724         * src/imap.c
2725                 o don't create a session if imap greeting fails
2726                 o don't close socket when authentication fails
2727                   this is done by imap_session_destroy
2728
2729 2002-12-17 [thorsten]   0.8.6claws113
2730
2731         * tools/Makefile.am
2732           tools/README
2733           tools/google_msgid.pl ** NEW FILE **
2734                 Added "search for message-id" script and doc
2735
2736 2002-12-17 [thorsten]   0.8.6claws112
2737
2738         * po/hu.po
2739                 Updated hungarian translation
2740                 (updated by Gal Zoltan)
2741
2742 2002-12-16 [christoph]  0.8.6claws111
2743
2744         * src/addr_compl.c
2745                 remove stupid addressbook dump to debug output
2746         * src/mh.c
2747                 fix memory leak found by Hiro
2748
2749 2002-12-14 [paul]       0.8.6claws110
2750
2751         * src/compose.c
2752                 fix menubar sensitivity on send
2753                 
2754         * src/prefs_filtering.c
2755         * src/prefs_matcher.c
2756         * src/prefs_scoring.c
2757                 Fix english ;)
2758                 
2759         * src/common/quoted-printable.h
2760                 sync: fix typo
2761         
2762 2002-12-13 [christoph]  0.8.6claws109
2763
2764         * src/Makefile.am
2765         * src/manage_window.[ch]        ** REMOVE **
2766         * src/gtk/Makefile.am
2767         * src/gtk/manage_window.[ch]    ** NEW **
2768                 move manage_window files to gtk directory
2769
2770 2002-12-13 [christoph]  0.8.6claws108
2771
2772         * src/Makefile.am
2773         * src/gtkshruler.[ch]           ** REMOVE **
2774         * src/gtk/Makefile.am
2775         * src/gtk/gtkshruler.[ch]       ** NEW **
2776                 move gtkshruler files to gtk directory
2777
2778 2002-12-13 [christoph]  0.8.6claws107
2779
2780         * src/Makefile.am
2781         * src/compose.c
2782         * src/gtkstext.[ch]             ** REMOVE **
2783         * src/gtkutils.[ch]
2784         * src/textview.c
2785         * src/gtk/gtkstext.[ch]         ** NEW **
2786         * src/gtk/Makefile.am
2787                 o move stext functions to gtkstext.c to remove
2788                   dependency of gtkutils
2789                 o move gtkstext files to gtk directory
2790
2791         * src/gtk/Makefile.am
2792         * src/gtk/sslcertwindow.[ch]
2793                 UI stuff can always depend on common code so
2794                 it's ok to add ../common to include path
2795
2796 2002-12-13 [colin]      0.8.6claws106
2797
2798         * src/summaryview.c
2799                 Disconnect sighandlers for mainwindow when
2800                 quicksearch has the focus
2801                 Fix bug #653231
2802         * src/mainwindow.[ch]
2803                 Make key_pressed callback public, to be able
2804                 to disconnect it
2805
2806 2002-12-13 [christoph]  0.8.6claws105
2807
2808         * src/mh.c
2809                 create .mh_sequences file in new MH folders
2810                 (closes feature request [ 523162 ] MH folders should
2811                  get a .mh_sequences)
2812
2813 2002-12-13 [colin]      0.8.6claws104
2814
2815         * src/summaryview.c
2816                 Better handling of quicksearch show/hide
2817                 (basically the button stays under the mouse 
2818                  when toggled)
2819
2820 2002-12-13 [paul]       0.8.6claws103
2821
2822         * sync with 0.8.6cvs17
2823                 see ChangeLog 2002-12-13
2824
2825 2002-12-13 [paul]       0.8.6claws102
2826
2827         * po/es.po
2828                 updated by Ricardo Mones Lastra
2829
2830 2002-12-11 [colin]       0.8.6claws101
2831
2832         * src/folder.c
2833                 remove statusbar stuff
2834           src/folderview.c
2835                 set statusbar verbosity when moving folders
2836
2837 2002-12-11 [colin]       0.8.6claws100
2838         * src/prefs_filtering.c
2839         * src/prefs_matcher.c
2840         * src/prefs_scoring.c
2841                 Fix english ;)
2842
2843 2002-12-11 [colin]       0.8.6claws99
2844
2845         * src/prefs_common.[ch]
2846                 Add summary_quicksearch_type
2847         * src/summaryview.c
2848                 Save last used quicksearch type
2849
2850 2002-12-11 [jens]       0.8.6claws98
2851         * src/prefs_filtering.c
2852         * src/prefs_matcher.c
2853         * src/prefs_scoring.c
2854                 added dialog for incomplete rules in scoring, filtering and
2855                 matcher to ask wheather really close
2856
2857 2002-12-11 [colin]      0.8.6claws97
2858
2859         * src/folder.c
2860                 Fix folder dnd statusbar logging
2861
2862 2002-12-10 [christoph]  0.8.6claws96
2863
2864         * src/compose.c
2865         * src/folder.c
2866         * src/imap.c
2867         * src/inc.c
2868         * src/main.c
2869         * src/mainwindow.c
2870         * src/news.c
2871         * src/send.c
2872         * src/statusbar.[ch]
2873         * src/common/hooks.c
2874         * src/common/log.[ch]
2875                 o handle verbose logging in statusbar directly in statusbar code
2876                   and common code does not need any knowledge about a statusbar
2877                 o remove direct calls to statusbar_(puts|pop)_all functions
2878
2879 2002-12-10 [jens]       0.8.6claws95
2880
2881         * src/*.c
2882                 removed gettext from g_warnings
2883         * po/POTFILES.in
2884                 cleaned and updated
2885         * po/de.po
2886                 updated
2887
2888 2002-12-10 [colin]      0.8.6claws94
2889
2890         * src/main.c
2891                 finish crash dialog fix
2892
2893 2002-12-10 [colin]      0.8.6claws93
2894
2895         * src/main.c
2896                 "Fix" "sylpheed already running" instead of
2897                 crash dialog appearing after a crash
2898
2899 2002-12-10 [colin]      0.8.6claws92
2900
2901         * po/POTFILES.in
2902                 add src/gtk/sslcertwindow.c
2903
2904 2002-12-10 [paul]       0.8.6claws91
2905
2906         * po/POTFILES.in
2907                 updated to reflect recent changes
2908                 submitted by Alessandro Maestri
2909
2910 2002-12-09 [christoph]  0.8.6claws90
2911
2912         * src/Makefile.am
2913         * src/smtp.[ch]                 ** REMOVE **
2914         * src/common/Makefile.am
2915         * src/common/smtp.[ch]          ** NEW **
2916                 move smtp files to common directory
2917
2918 2002-12-09 [christoph]  0.8.6claws89
2919
2920         * src/Makefile.am
2921         * src/session.[ch]              ** REMOVE **
2922         * src/common/Makefile.am
2923         * src/common/session.[ch]       ** NEW **
2924                 move session files to common directory
2925
2926 2002-12-09 [paul]       0.8.6claws88
2927
2928         * src/account.c
2929                 fix bug [649746] edit accounts: move account reverted
2930                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2931
2932 2002-12-09 [colin]      0.8.6claws87
2933
2934         * src/ssl_certificate.c
2935                 cleanup
2936
2937 2002-12-09 [colin]      0.8.6claws86
2938
2939         * src/ssl.c
2940                 Try to open the cert.pem database and 
2941                 issue a warning if it isn't there
2942
2943 2002-12-09 [colin]      0.8.6claws85
2944
2945         * src/common/ssl_certificate.c
2946         * src/gtk/sslcertwindow.c
2947                 Warning fixes
2948
2949 2002-12-09 [colin]      0.8.6claws84
2950
2951         * src/ssl_certificate.[ch] ** REMOVED **
2952         * src/common/ssl_certificate.[ch] ** NEW **
2953         * src/Makefile.am
2954         * src/common/Makefile.am
2955                 Moved ssl_certificate.[ch] to common
2956         * src/common/ssl.c 
2957                 Put back needed include
2958         * src/gtk/sslcertwindow.[ch]
2959                 Changed ssl_certificate.h include
2960         
2961 2002-12-09 [colin]      0.8.6claws83
2962
2963         * src/gtk/sslcertwindow.[ch]
2964                 Implement hook for certificate acception
2965         * src/ssl_certificate.[ch]
2966                 Implement hook for certificate acception
2967         * src/common/ssl.c
2968                 Reenable certificate acception check
2969         * src/mainwindow.c
2970                 Register sslcertwindow's hook
2971         
2972 2002-12-08 [christoph]  0.8.6claws82
2973
2974         * src/about.c
2975         * src/addr_compl.c
2976         * src/codeconv.c
2977         * src/manual.c
2978         * src/undo.c
2979         * src/common/utils.c
2980                 o add missing includes
2981                 o fix warnings
2982         * src/.cvsignore
2983         * src/common/.cvsignore
2984         * src/common/version.h          ** REMOVE **
2985                 remove autogenerated file
2986
2987 2002-12-08 [paul]       0.8.6claws81
2988
2989         * src/stringtable.c
2990                 put back needed include
2991
2992 2002-12-08 [colin]      0.8.6claws80
2993         
2994         * src/gtk/sslcertwindow.c
2995                 Cleaner popups when asking
2996         * src/ssl_certificate.c
2997         * src/prefs_common.[ch]
2998                 remove ssl certificate pref
2999                 put back needed include
3000         * src/undo.c
3001                 put back needed include
3002
3003 2002-12-08 [christoph]  0.8.6claws79
3004
3005         * src/folderview.c
3006         * src/logwindow.c
3007         * src/statusbar.c
3008         * src/summaryview.c
3009                 only abort hook invokation if required data is missing not
3010                 if our own data pointer is NULL, update hookfunction for
3011                 log window
3012
3013 2002-12-08 [paul]       0.8.6claws78
3014
3015         * src/about.c
3016         * src/addrcache.c
3017         * src/addrclip.c
3018         * src/addr_compl.c
3019         * src/addrselect.c
3020         * src/codeconv.c
3021         * src/colorlabel.c
3022         * src/enriched.c
3023         * src/esmtp.c
3024         * src/exporthtml.c
3025         * src/headerview.c
3026         * src/imageview.c
3027         * src/manual.c
3028         * src/noticeview.c
3029         * src/pgptext.c
3030         * src/scoring.c
3031         * src/sourcewindow.c
3032         * src/stringtable.c
3033         * src/undo.c
3034                 clean up: remove unneccesary includes
3035
3036 2002-12-08 [christoph]  0.8.6claws77
3037
3038         * src/folderview.c
3039         * src/statusbar.c
3040         * src/summaryview.c
3041         * src/common/hooks.[ch]
3042                 hook functions now have a gboolean return value, if a hook
3043                 returns TRUE it will stop executing of any more hooks in
3044                 the same hooklist for this invokation
3045
3046 2002-12-08 [colin]      0.8.6claws76
3047         
3048         * src/main.c
3049                 put back argv0 for CRASH_DIALOG
3050
3051 2002-12-08 [christoph]  0.8.6claws75
3052
3053         * src/Makefile.am
3054         * src/about.c
3055         * src/account.c
3056         * src/crash.c
3057         * src/esmtp.h
3058         * src/imap.[ch]
3059         * src/inc.c
3060         * src/main.c
3061         * src/mainwindow.c
3062         * src/news.c
3063         * src/pop.[ch]
3064         * src/prefs_account.[ch]
3065         * src/prefs_common.[ch]
3066         * src/send.[ch]
3067         * src/smtp.[ch]
3068         * src/ssl_certificate.[ch]
3069         * src/ssl_manager.[ch]
3070         * src/common/Makefile.am
3071         * src/common/log.c
3072         * src/common/nntp.[ch]
3073         * src/common/socket.[ch]
3074         * src/common/ssl.[ch]
3075         * src/gtk/sslcertwindow.[ch]
3076         * ac/openssl.m4
3077                 use new autoconf script to detect OpenSSL with extra parameters
3078                 to specify the location of libs and includes, also remove USE_SSL
3079                 to USE_OPENSSL
3080
3081         * src/common/sylpheed.[ch]
3082         * src/common/version.h.in
3083                 start seperation of common code initialization seperated from gui
3084
3085         * src/summaryview.c
3086                 The function that is called when a color label changes
3087                 should not change the color lable again
3088
3089 2002-12-08 [colin]      0.8.6claws74
3090
3091         * src/gtk/sslcertwindow.c
3092                 warning fixes
3093
3094 2002-12-08 [colin]      0.8.6claws73
3095
3096         * src/statusbar.c
3097           src/common/log.h
3098                 Register a hook for statusbar_puts_all
3099         * src/common/log.c
3100                 invoke statusbar_puts_all's hook
3101         
3102 2002-12-08 [colin]      0.8.6claws72
3103
3104         * src/ssl_certificate.c
3105                 Put back a badly-removed include
3106
3107 2002-12-08 [colin]      0.8.6claws71
3108
3109         * src/gtk/sslcertwindow.[ch]    ** NEW **
3110                 new certificate presentation
3111         * src/gtk/Makefile.am
3112                 add new files
3113         * src/ssl_certificate.[ch]
3114                 gtk cleanup, made utility functions public
3115         * src/ssl_manager.c
3116                 use new cert presentation
3117
3118 2002-12-07 [christoph]  0.8.6claws70
3119
3120         * src/Makefile.am
3121         * src/nntp.[ch]                 ** REMOVE **
3122         * src/common/Makefile.am
3123         * src/common/nntp.[ch]          ** NEW **
3124                 move nntp files to common directory
3125
3126 2002-12-07 [christoph]  0.8.6claws69
3127
3128         * src/procmsg.[ch]
3129         * src/summaryview.c
3130                 implement msginfo update callback using sylpheed's new
3131                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3132
3133 2002-12-06 [christoph]  0.8.6claws68
3134
3135         * src/editgroup.c
3136                 This patch changes the 'Edit Group Details' dialog to
3137                 allow extended selections in either pane, so that
3138                 addresses can be added or removed from a group more
3139                 quickly and easily. (it actually is a net decrease in
3140                 file size, as some unnecessary functions have been
3141                 removed). 
3142                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3143
3144 2002-12-06 [christoph]  0.8.6claws67
3145
3146         * src/Makefile.am
3147         * src/template.[ch]             ** REMOVE **
3148         * src/common/Makefile.am
3149         * src/common/template.[ch]      ** NEW **
3150                 move template files to common directory
3151
3152         * src/nntp.c
3153                 add missing log.h include
3154
3155 2002-12-06 [melvin]     0.8.6claws66
3156
3157         * src/prefs_actions.c
3158                 Added the trailing ">" syntax to insert command's output
3159                 without replacing old text (in contrast to trailing "|").
3160
3161 2002-12-05 [colin]      0.8.6claws65
3162         
3163         * src/common/utils.c
3164                 Don't modify original search_string or it'll change
3165                 the next iterations in the for()
3166
3167 2002-12-05 [darko]      0.8.6claws64
3168
3169         * src/common/utils.c
3170                 proper check for filtering commands, found by Colin
3171
3172 2002-12-05 [darko]      0.8.6claws63
3173
3174         * src/common/utils.c
3175                 check proper string for NULL pointer, found by Colin
3176
3177 2002-12-05 [darko]      0.8.6claws62
3178
3179         * src/common/utils.[ch]
3180                 expand_search_string(): new function
3181                 converts Mutt-like patterns to Sylpheed's
3182                 filtering engine
3183         * src/summaryview.c
3184                 use expand_search_string() to allow Mutt-like
3185                 patterns in extended search
3186         * README.claws
3187                 document extended option in quick search
3188
3189 2002-12-05 [paul]       0.8.6claws61
3190
3191         * sync with 0.8.6cvs16
3192                 see ChangeLog 2002-12-05
3193                 
3194         * po/POTFILES.in
3195                 clean up
3196
3197 2002-12-04 [christoph]  0.8.6claws60
3198
3199         * src/imap.[ch]
3200                 put imap authentication code into a new function and
3201                 remove it from imap_session_new that will allow to
3202                 send other commands before authentication
3203
3204 2002-12-04 [christoph]  0.8.6claws59
3205
3206         * src/imap.[ch]
3207                 use already existing method to prevent unneeded IMAP
3208                 folder selects. Set imap_select parameters to NULL
3209                 in some functions if the values are not required.
3210
3211         * src/xml.h
3212                 remove no longer required include
3213
3214 2002-12-04 [paul]       0.8.6claws58
3215
3216         * po/es.po
3217                 updated by Ricardo Mones Lastra
3218                 
3219         * configure.in
3220           po/hu.po      ** NEW FILE **
3221                 initial Hungarian translation, submitted
3222                 by Gál Zoltán <galzoli@hu.inter.net>
3223
3224 2002-12-03 [christoph]  0.8.6claws57
3225
3226         * src/Makefile.am
3227         * src/gtksctree.[ch]            ** REMOVE **
3228         * src/gtk/Makefile.am
3229         * src/gtk/gtksctree.[ch]        ** NEW **
3230                 move gtksctree files to gtk directory
3231
3232 2002-12-03 [christoph]  0.8.6claws56
3233
3234         * src/Makefile.am
3235         * src/md5.[ch]                  ** REMOVE **
3236         * srm/common/Makefile.am
3237         * src/common/md5.[ch]           ** NEW **
3238                 move md5 files to common directory
3239
3240         * src/gtkstext.c
3241                 remove not required #include
3242
3243 2002-12-03 [sergey]     0.8.6claws55
3244
3245         * src/gtkutils.c
3246         * src/gtkutils.h
3247                 gtkut_window_popup(): new function.
3248         * src/mainwindow.c
3249                 main_window_popup(): use gtkut_window_popup() to raise
3250                 window without changing its position.
3251                 (see sylpheed-main ML message [sylpheed:17247])
3252
3253 2002-12-03 [sergey]     0.8.6claws54
3254
3255         * src/send.c
3256                 send_message_local(): removed first-dot escaping
3257                 (SMTP-only, not needed for sending through pipe)
3258
3259 2002-12-03 [paul]       0.8.6claws53
3260
3261         * po/POTFILES.in
3262                 update to reflect recent changes (thanks
3263                 to Ricardo Mones Lastra)
3264                 
3265         * tools/filter_conv.pl
3266                  fix problem with quoted strings. Patch submitted
3267                  by Luke Plant <lukeplant@softhome.net>
3268
3269 2002-12-03 [paul]       0.8.6claws52
3270
3271         * sync with 0.8.6cvs15
3272                 see ChangeLog 2002-12-03
3273
3274 2002-12-02 [christoph]  0.8.6claws51
3275
3276         * src/logwindow.[ch]
3277         * src/common/log.[ch]
3278                 implement logging using a hook function
3279
3280         * src/folderview.c
3281         * src/folder.[ch]
3282                 define hooklist name in header file to avoid
3283                 errors caused by wrong spelling of hooklist names
3284
3285         * src/toolbar.c
3286                 fix warnings
3287
3288 2002-12-02 [christoph]  0.8.6claws50
3289
3290         * src/common/Makefile.am
3291                 add src/common/hooks.[ch]
3292
3293         * src/common/hooks.[ch]
3294                 implement a simple hook system using glib's hook functions
3295
3296         * src/folder.[ch]
3297         * src/folderview.c
3298                 use new hook system for folder item updates
3299
3300 2002-12-02 [christoph]  0.8.6claws49
3301
3302         * doc-src/ui_seperation.txt     ** NEW **
3303                 information for ui seperation
3304
3305         * src/Makefile.am
3306                 remove files that were moved to common
3307                 include common directory by default for the header files
3308
3309         * src/inc.c
3310         * src/common/socket.c
3311         * src/automaton.[ch]
3312                 implement automaton using g_io_*-functions instead of
3313                 gdk_input_add to make it ui independent
3314
3315         * src/codeconv.c
3316         * src/compose.c
3317         * src/ldif.c
3318         * src/pgptext.c
3319         * src/procmime.c
3320         * src/rfc2015.c
3321         * src/smtp.c
3322         * src/unmime.c
3323                 remove common/ prefix because directory is now in
3324                 include path
3325
3326         * src/compose.c
3327         * src/folder.c
3328         * src/folderview.c
3329         * src/mainwindow.c
3330         * src/messageview.c
3331         * src/prefs_common.c
3332         * src/procmsg.c
3333         * src/rfc2015.c
3334                 fix warnings
3335
3336         * src/imap.c
3337         * src/inc.c
3338         * src/news.c
3339         * src/pop.c
3340         * src/send.c
3341         * src/smtp.c
3342         * src/ssl_certificate.c
3343                 add log.h header file for logging functions
3344
3345         * src/main.c
3346         * src/common/utils.c
3347         * src/summaryview.c
3348         * src/xml.c
3349                 o move debug_mode to common/utils.c
3350                 o add functions to set and get debug_mode
3351
3352         * src/defs.h                    ** REMOVE **
3353         * src/intl.h                    ** REMOVE **
3354         * src/socket.[ch]               ** REMOVE **
3355         * src/ssl.[ch]                  ** REMOVE **
3356         * src/utils.[ch]                ** REMOVE **
3357                 replaced by new files in src/common/
3358         
3359         * src/common/Makefile.am
3360                 add new files in src/common/
3361
3362         * src/common/defs.h             ** NEW **
3363         * src/common/intl.h             ** NEW **
3364         * src/common/log.[ch]           ** NEW **
3365         * src/common/socket.[ch]        ** NEW **
3366         * src/common/ssl.[ch]           ** NEW **
3367         * src/common/utils.[ch]         ** NEW **
3368                 replacement for files in src/
3369
3370 2002-12-02 [colin]      0.8.6claws48
3371
3372         * src/folderview.c
3373                 Scroll folderview if necessary during dnd
3374
3375 2002-12-02 [colin]      0.8.6claws47
3376
3377         * src/folder.[ch]
3378                 Add check to verify a move is within a single mailbox
3379         * src/folderview.c
3380                 Add specific error string for this check
3381
3382 2002-12-02 [colin]      0.8.6claws46
3383
3384         * src/folder.c
3385                 Add a test to folder moving, remove a statusbar_print
3386         * src/folderview.c
3387                 Add Move folder... context-menu item
3388                 Factorize folder moving code
3389                 Enable folder DND for mbox
3390
3391 2002-12-01 [christoph]  0.8.6claws45
3392
3393         * ac/aspell.m4
3394                 remove conf.aspelltest if the version check fails
3395
3396 2002-11-30 [christoph]  0.8.6claws44
3397
3398         * autogen.sh
3399                 run libtoolize --force in autogen to create missing
3400                 libtool scripts
3401
3402 2002-11-30 [christoph]  0.8.6claws43
3403
3404         * src/Makefile.am
3405         * src/pgptext.c
3406         * src/procmime.c
3407         * src/rfc2015.c
3408         * src/uuencode.[ch]             ** REMOVED **
3409         * src/common/Makefile.am
3410         * src/common/uuencode.[ch]      ** NEW **
3411                 move uuen/decoder to common directory
3412
3413 2002-11-30 [christoph]  0.8.6claws42
3414
3415         * src/Makefile.am
3416         * src/base64.[ch]               ** REMOVED **
3417         * src/codeconv.c
3418         * src/compose.c
3419         * src/ldif.c
3420         * src/pgptext.c
3421         * src/procmime.c
3422         * src/rfc2015.c
3423         * src/smtp.c
3424         * src/unmime.c
3425         * src/common/Makefile.am
3426         * src/common/base64.[ch]        ** NEW **
3427                 move base64 en/decoder to common directory
3428
3429 2002-11-30 [christoph]  0.8.6claws41
3430
3431         * src/common                    ** NEW **
3432                 new directory for UI independent code
3433         * src/gtk                       ** NEW **
3434                 new directory for GTK frontend
3435         * src/common/.cvsignore         ** NEW **
3436         * src/gtk/.cvsignore            ** NEW **
3437                 ignore build files
3438         * src/common/Makefile.am        ** NEW **
3439         * src/gtk/Makefile.am           ** NEW **
3440                 automake files to build new seperated stuff
3441         * src/Makefile.am
3442                 the binary will currently still be build with the
3443                 files in src, so we include the code from the
3444                 subdirs for now after building the libs there
3445
3446 2002-11-30 [paul]       0.8.6claws40
3447
3448         * src/compose.c
3449                 fix bug [642731] 'Wrong selected account with drafted mail'
3450
3451 2002-11-29 [oliver]     0.8.6claws39
3452         
3453         * src/messageview.c
3454                 o update summaryview when switching between different
3455                   messageviews          
3456         * src/toolbar.c  
3457                 o check if messageview holds already removed msg
3458                   from summaryview
3459                 
3460
3461 2002-11-29 [oliver]     0.8.6claws38
3462
3463         * src/toolbar.c 
3464                 remove not needed variables and includes
3465                 make messageview stay opened and move to next when msgs are deleted 
3466
3467 2002-11-29 [oliver]     0.8.6claws37
3468         
3469         * src/toolbar.c 
3470                 disable compose button (messageview toolbar) by default
3471                 deleted msgs are moved to trash
3472         
3473 2002-11-29 [melvin]     0.8.6claws36
3474
3475         * configure.in
3476                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3477                 and to detect signatures expirations (gpgme 0.3.6)
3478
3479         * src/main.c
3480                 Use non obsolescent function for Gpgme engine checking.
3481
3482         * src/rfc2015.c
3483                 Inform about expired signatures or signatures which key
3484                 has expired. Expiration date is displayed.
3485
3486         * src/sigstatus.c
3487                 Inform about expired signatures or signatures which key
3488                 has expired.
3489
3490 2002-11-28 [paul]       0.8.6claws35
3491
3492         * src/folderview.c
3493                 re-instate 'Check for new messages' in Newsgroup
3494                 folders right-click menu, after a suggestion from
3495                 Tim Mann <timmann@users.sourceforge.net>
3496
3497         * src/main.c
3498                 after a crash check only local folders for new
3499                 messages
3500
3501 2002-11-28 [paul]       0.8.6claws34
3502
3503         * configure.in
3504                 apply patch that fixes the checking of GTK with XIM 
3505                 support on different OSs, such as FreeBSD. Patch 
3506                 submitted by Topia <topia@users.sourceforge.net>
3507                 
3508 2002-11-28 [paul]       0.8.6claws33
3509
3510         * src/mainwindow.c
3511           src/prefs_common.c
3512           src/prefs_toolbar.c
3513                 more changes to the English
3514
3515 2002-11-28 [paul]       0.8.6claws32
3516
3517         * sync with 0.8.6cvs13
3518                 see ChangeLog 2002-11-28 (no sync needed
3519                 for src/compose.c)
3520
3521 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3522         
3523         * src/mainwindow.[ch]
3524                 add patch by Ivan F. Martinez introducing messageview Toolbar
3525                 some changes and committed by oliver    
3526
3527 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3528
3529         * src/messageview.[ch]
3530                 add patch by Ivan F. Martinez introducing messageview Toolbar
3531                 some changes and committed by oliver    
3532
3533 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3534
3535         * src/compose.[ch]
3536                 add patch by Ivan F. Martinez introducing messageview Toolbar
3537                 some changes and committed by oliver    
3538
3539 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3540         
3541         * src/toolbar.[ch]
3542                 add patch by Ivan F. Martinez introducing messageview Toolbar
3543                 some changes and committed by oliver
3544
3545 2002-11-28 [oliver]     0.8.6claws27
3546         
3547         * src/prefs_toolbar.[ch]
3548                 getting ready for messageview toolbar
3549                 free mem allocated by gettext
3550                 change prefs_toolbar to prefs_toolbar_open
3551  
3552 2002-11-28 [thorsten]   0.8.6claws26
3553
3554         * src/imageview.[ch]
3555                 cleaned up conflicting declarations of
3556                 imageview_show_image()
3557
3558 2002-11-28 [paul]       0.8.6claws25
3559
3560         * src/grouplistdialog.c
3561           src/prefs_common.c
3562           src/prefs_summary_column.c
3563                 a few more improvements to the English
3564
3565 2002-11-28 [colin]      0.8.6claws24
3566
3567         * man/sylpheed.1
3568                 A few updates to command-line parameters
3569
3570 2002-11-28 [colin]      0.8.6claws23
3571
3572         * src/prefs_filtering.c
3573                 Fix problems with prefs_filtering_delete_path:
3574                 a) if the first rule is removed, original pointers
3575                    weren't updated (leading to segfaults)
3576                 b) it was always global_processing updated in case
3577                    of removed path was parent of rule path
3578
3579 2002-11-27 [paul]       0.8.6claws22
3580
3581         * src/mainwindow.c
3582           src/prefs_account.c
3583           src/prefs_actions.c
3584           src/prefs_common.c
3585           src/prefs_customheader.c
3586           src/prefs_display_header.c
3587           src/prefs_filtering.c
3588           src/prefs_folder_item.c
3589           src/prefs_matcher.c
3590           src/prefs_scoring.c
3591           src/prefs_summary_column.c
3592           src/prefs_template.c
3593           src/prefs_toolbar.c
3594                  improve the English in the GUI
3595
3596 2002-11-27 [colin]      0.8.6claws21
3597
3598         * src/folder.c
3599                 Fix processing renaming problems happening after
3600                 last commit
3601
3602 2002-11-27 [colin]      0.8.6claws20
3603
3604         * src/folder.c
3605                 recursive move now deletes src each subfolder after 
3606                 having moved it
3607         * src/folderview.c
3608                 Use identifier instead of path during dnd (enables
3609                 IMAP folder dnd)
3610
3611 2002-11-27 [paul]       0.8.6claws19
3612
3613         * src/main.c
3614                 apply patch that does command-line processing 
3615                 BEFORE gtk_init, allowing claws to run from 
3616                 shell-scripts in non-X environment (e.g. crontab 
3617                 or ip-up, ip-down scripts). Patch submitted by
3618                 Ruslan N. Balkin <baron@dartel.ru>
3619                 
3620         * po/it.po
3621                 updated by Alessandro Maestri
3622
3623 2002-11-27 [paul]       0.8.6claws18
3624
3625         * sync with 0.8.6cvs12
3626           src/prefs_common.c
3627                 Differences are that main uses a 'Receive dialog'
3628                 frame on the Interface tab, whereas claws groups all 
3629                 the dialogs together in a 'Dialogs' frame.
3630
3631 2002-11-27 [colin]      0.8.6claws17
3632
3633         * src/prefs_matcher.c
3634                 Fix Execute criteria's NOT flag
3635
3636
3637 2002-11-26 [christoph]  0.8.6claws16
3638
3639         * src/ssl.c
3640                 rewrite the ssl code a little bit, only use one
3641                 SSL context, set default certificates' file/path
3642
3643 2002-11-26 [thorsten]   0.8.6claws15
3644
3645         * src/compose.c
3646                 default-reply-to didn't work for ml-reply
3647
3648 2002-11-26 [melvin]     0.8.6claws14
3649
3650         * src/prefs_actions.c
3651                 Made pipe-actions ignore short headers in message view
3652                 Made trailing-pipe-actions write in the message view with
3653                 the same font as the original message
3654
3655 2002-11-26 [paul]       0.8.6claws13
3656
3657         * src/compose.c
3658                 this time commit the correct file
3659
3660 2002-11-26 [paul]       0.8.6claws12
3661
3662         * sync with 0.8.6cvs11
3663           src/quote_fmt_parse.y  
3664                 no sync needed
3665           src/account.[ch]       
3666                 not sync'ed
3667           src/compose.c
3668                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3669                 on draft mode.
3670                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3671                 header
3672                 
3673         see ChangeLog 2002-11-25 and 2002-11-26
3674
3675 2002-11-26 [colin]      0.8.6claws11
3676
3677         * src/folderview.c
3678                 Fix collapsed folder not auto-expanding during
3679                 mail dnd, if it was the source folder.
3680
3681 2002-11-25 [colin]      0.8.6claws10
3682
3683         * src/folderview.[ch]
3684                 Variable renaming and cleaning (slist of nodes 
3685                 to be re-collapsed is stored in FolderView)
3686
3687 2002-11-25 [paul]       0.8.6claws9
3688
3689         * src/prefs_common.[ch]
3690                 fix breakage caused by last commit
3691
3692 2002-11-25 [paul]       0.8.6claws8
3693
3694         * sync with 0.8.6cvs4
3695                 see ChangeLog 2002-11-21
3696
3697 2002-11-25 [paul]       0.8.6claws7
3698
3699         * sync with 0.8.6cvs4
3700                 see ChangeLog 2002-11-20
3701
3702 2002-11-25 [paul]       0.8.6claws6
3703
3704         * sync with 0.8.6cvs3
3705                 see ChangeLog 2002-11-18
3706
3707 2002-11-25 [colin]      0.8.6claws5
3708
3709         * src/gtkutils.[ch]
3710                 Add gtkut_ctree_node_is_parent()
3711         * src/folderview.c
3712                 Spring-loaded folders
3713
3714 2002-11-25 [colin]      0.8.6claws4
3715
3716         * src/utils.[ch]
3717                 Add slist_concat_unique(), function to merge
3718                 two GSList filtering dups
3719         * src/folder.[ch]
3720         * src/summaryview.[ch]
3721         * src/folderview.c
3722         * src/main.c
3723                 Add detection/update/display of unread answers
3724                 to marked mails
3725         * src/procmsg.[ch]
3726                 Add procmsg_find_children()
3727                 Add procmsg_msg_has_marked_parent()
3728
3729 2002-11-25 [colin]      0.8.6claws3
3730
3731         * src/ssl_certificate.[ch]
3732                 Allow checking a certificate without a DNS
3733                 lookup
3734                 Allow to forget a cert (by deleting it)
3735                 Make ssl_certificate_destroy_public
3736         * src/ssl_manager.[ch] ** NEW FILES **
3737                 Gui to manage (display/remove) certificates
3738         * src/prefs_common.[ch]
3739                 Add a pref to allow silent acceptation of
3740                 trusted certificates or not (based on the
3741                 "I want to know what's going on" principle)
3742         * src/mainwindow.c
3743                 Add SSL manager in Tools menu
3744         * src/Makefile.am
3745                 Add the new files to the build
3746         * po/POTFILES.in
3747                 Add ssl_manager.c to translations
3748
3749 2002-11-25 [colin]      0.8.6claws2
3750
3751         * src/summaryview.[ch]
3752                 Add S_SEARCH_EXTENDED to the quick search, which 
3753                 allows to search using filtering syntax.
3754
3755 2002-11-25 [colin]      0.8.6claws1
3756
3757         * src/summaryview.c
3758                 Deletion of duplicates now prefer deleting
3759                 the unread dup (fixes feature-request 638989).
3760
3761 2002-11-24 [paul]       0.8.6claws
3762
3763         * po/es.po
3764           po/pl.po
3765           po/ru.po
3766           po/sr.po
3767                 updated by Ricardo Mones Lastra,
3768                 Witold Wladyslaw Wojciech Wilk,
3769                 Ruslan N. Balkin, and  Urke MMI 
3770                 respectively
3771
3772 2002-11-24 [paul]       0.8.5claws182
3773
3774         * po/bg.po
3775                 updated by George Danchev
3776
3777 2002-11-23 [alfons]     0.8.5claws181
3778
3779         * src/imap.c
3780                 tiny memory leak found by browsing Dimitar's 
3781                 valgrind report
3782
3783 2002-11-23 [paul]       0.8.5claws180
3784
3785         * po/it.po
3786                 updated by Alessandro Maestri
3787
3788 2002-11-22 [christoph]  0.8.5claws179
3789
3790         * src/compose.c
3791         * src/inc.c
3792         * src/prefs_filtering.c
3793         * src/summaryview.c
3794                 more warning fixes
3795
3796 2002-11-22 [alfons]     0.8.5claws178
3797
3798         * src/summaryview.c
3799                 summary_execute_delete_func(): if message is deleted, make 
3800                 sure to also remove its entry in the subject hash table. 
3801                 fixes a corner case bug.
3802
3803 2002-11-22 [paul]       0.8.5claws177
3804
3805         * .cvsignore
3806                 add 'autom4te.cache'
3807                 
3808         * ltconfig      ** REMOVED **
3809                 not needed
3810
3811 2002-11-22 [paul]       0.8.5claws176
3812
3813         * src/textview.c
3814                 textview_set_font(): fix for message display in
3815                 UTF-8 locales (thanks to Sergey Vlasov).
3816                 
3817         * AUTHORS
3818                 add new team members and contributors
3819
3820
3821 2002-11-21 [colin]      0.8.5claws175
3822
3823         * src/procmsg.[ch]
3824                 Add procmsg_remove_special_headers()
3825         * src/mh.c
3826                 Use procmsg_remove_special_headers() for 
3827                 previous fix
3828
3829 2002-11-21 [colin]      0.8.5claws174
3830
3831         * src/mh.c
3832                 Fix moving/copying from queue/draft folders
3833                 for MH folders
3834
3835 2002-11-21 [christoph]  0.8.5claws173
3836
3837         * src/crash.c
3838         * src/filtering.c
3839         * src/logwindow.c
3840         * src/main.c
3841         * src/matcher_parser_lex.[hl]
3842         * src/mbox.c
3843         * src/mbox_folder.[ch]
3844         * src/prefs_filtering.c
3845         * src/procheader.c
3846         * src/quote_fmt_lex.l
3847         * src/ssl.c
3848                 fix all warnings except the warnings in lex and yacc files
3849
3850 2002-11-20 [christoph]  0.8.5claws172
3851
3852         * src/imap.c
3853                 fix MsgInfo retrieval for IMAP draft and queue folders
3854                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3855
3856 2002-11-19 [christoph]  0.8.5claws171
3857
3858         * src/compose.c
3859                 fix segfault, when draft saving does not get
3860                 the MsgInfo of the new message
3861                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3862
3863 2002-11-19 [christoph]  0.8.5claws170
3864
3865         * src/procmsg.c
3866                 add parameter check for flag setting function
3867                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3868
3869 2002-11-18 [paul]       0.8.5claws169
3870
3871         * src/compose.c
3872                 more sensitivity fixes to redirect mode:
3873                 * disable toolbar draft button
3874                 * allow only Address book in the Tools menu
3875                 * disable editing of message by the spell
3876                   checker
3877
3878 2002-11-18 [paul]       0.8.5claws168
3879
3880         * src/compose.c
3881                 fix sensitivity of menu items in compose_redirect():
3882                 allow only the necessary items 
3883
3884 2002-11-18 [paul]       0.8.5claws167
3885
3886         * src/compose.c
3887                 fix bug [ 603259 ] 'attachment got lost on bounce'
3888
3889 2002-11-18 [paul]       0.8.5claws166
3890
3891         * po/ru.po
3892                 updated by Ruslan N. Balkin <baron@dartel.ru>
3893
3894 2002-11-18 [colin]      0.8.5claws165
3895
3896         * src/main.c
3897           src/defs.h
3898                 Remove old filtering stuff
3899
3900
3901 2002-11-17 [oliver]     0.8.5claws164
3902
3903         * src/toolbar.h
3904                 remove not needed typedef 
3905
3906 2002-11-17 [oliver]     0.8.5claws163
3907
3908         * src/toolbar.c
3909                 make toolbar's on click events translatable
3910
3911 2002-11-15 [colin]      0.8.5claws162
3912
3913         * src/summaryview.c
3914                 Revert too-soon integration of a feature
3915
3916 2002-11-15 [christoph]  0.8.5claws161
3917
3918         * src/imap.c
3919                 use main's implementation of imap_get_msginfo
3920
3921 2002-11-15 [christoph]  0.8.5claws160
3922
3923         * src/compose.c
3924         * src/folder.[ch]
3925         * src/imap.c
3926         * src/mbox_folder.c
3927         * src/mh.c
3928         * src/news.c
3929         * src/procmsg.c
3930         * src/summaryview.c
3931                 replace claws' fetch_msginfo with main's get_msginfo
3932                 (use main's implementation where possible)
3933
3934 2002-11-15 [colin]      0.8.5claws159
3935
3936         * src/ssl_certificate.c
3937                 Missed a check
3938
3939 2002-11-16 [melvin]     0.8.5claws158
3940
3941         * po/fr.po
3942                 Updated French translations.
3943
3944 2002-11-16 [colin]      0.8.5claws157
3945
3946         * src/ssl_certificate.c
3947                 Check for missing parts in the certificates
3948
3949 2002-11-15 [colin]      0.8.5claws156
3950
3951         * src/folderview.c
3952                 Preventive fix (missing check) found by
3953                 Alfons
3954
3955 2002-11-15 [paul]
3956
3957         * NEWS
3958                 sync with 0.8.6 release
3959
3960 2002-11-15 [colin]      0.8.5claws155
3961
3962         * src/folder.[ch]
3963           src/folderview.c
3964                 Fix error handling of folder_item_move_to()
3965                 (thanks to Alfons!)
3966
3967 2002-11-15 [colin]      0.8.5claws154
3968
3969         * src/folder.[ch]
3970           src/folderview.c
3971                 folder_item_move_to() sets an error message instead
3972                 of having GUI stuff in folder.c
3973
3974 2002-11-15 [colin]      0.8.5claws153
3975
3976         * src/procmsg.[ch]
3977                 Implemented a callback for MsgInfo updates, 
3978                 heavily copy/pasted from Christoph's folder 
3979                 callback system
3980         * src/summaryview.[ch]
3981                 Register summary_update_msg as callback
3982
3983 2002-11-14 [colin]      0.8.5claws152
3984         
3985         * src/procmsg.c
3986                 Update the FolderItem after sending (fixes 617593)
3987
3988 2002-11-14 [christoph]  0.8.5claws151
3989
3990         * src/folder.c
3991                 fix wrong position of NULL pointer check found
3992                 by Sergey
3993
3994 2002-11-14 [christoph]  0.8.5claws150
3995
3996         * src/folder.c
3997                 fix segfault when deleting messages from IMAP folders
3998                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3999
4000 2002-11-14 [colin]      0.8.5claws149
4001
4002         * src/compose.c
4003                 Forwarding was also ignoring the folder's default account.
4004
4005 2002-11-14 [colin]      0.8.5claws148
4006
4007         * src/compose.c
4008                 Fix sent folder not set to folder properties when 
4009                 forwarding.
4010
4011 2002-11-14 [thorsten]   0.8.5claws147
4012
4013         * src/inc.c
4014                 inc_start(): Files were not moved from .processing to inbox,
4015                 if no global processing rule existed
4016
4017 2002-11-14 [colin]      0.8.5claws146
4018
4019         * src/ssl_certificate
4020                 Fix file operations
4021
4022 2002-11-14 [paul]       0.8.5claws145
4023
4024         * po/it.po
4025                 updated by Alessandro Maestri
4026
4027 2002-11-13 [alfons]     0.8.5claws144
4028
4029         * src/folder.c
4030                 folder_item_close(): only mark messages unread
4031                 when a folder has new messages 
4032
4033 2002-11-13 [keith]      0.8.5claws143
4034
4035         * src/imap.c
4036                 Fix problem moving or copying between
4037                 IMAP folders
4038
4039 2002-11-13 [colin]      0.8.5claws142
4040
4041         * src/matcher_parser_parse.y
4042                 Fix rule problem when " don't match
4043
4044 2002-11-13 [christoph]  0.8.5claws141
4045
4046         * src/folder.c
4047         * src/folderview.c
4048                 moved cache saving to folder_item_close
4049                 the folderview should not have to deal with
4050                 this things
4051
4052 2002-11-13 [christoph]  0.8.5claws140
4053
4054         * src/summaryview.c
4055                 moved setting of important score to
4056                 summary_set_prefs_from_folderitem
4057
4058 2002-11-13 [colin]      0.8.5claws139
4059
4060         * src/matcher_parser_parse.y
4061                 Fix a segfault in the parser (happening when
4062                 a good expression had been tested and a bad 
4063                 one arrives)
4064
4065 2002-11-13 [paul]       0.8.5claws138
4066
4067         * sync with 0.8.5cvs24
4068                 see ChangeLog 2002-11-13
4069                 
4070         * po/pt_BR.po
4071                 updated by Fabio Jr. Beneditto
4072
4073 2002-11-13 [colin]      0.8.5claws137
4074         
4075         * src/msgcache.c
4076           src/defs.h
4077           src/procmsg.[ch]
4078                 Revert last commit, problem
4079
4080 2002-11-13 [colin]      0.8.5claws136
4081
4082         * src/msgcache.c
4083                 Remove duplicated code
4084         * src/defs.h
4085                 Bumped CACHE_VERSION and MARK_VERSION
4086         * src/procmsg.[ch]
4087                 Network endian for cache and mark files
4088
4089 2002-11-12 [colin]      0.8.5claws135
4090
4091         * src/inc.c
4092                 Fix the "socket error" dialog which disappeared
4093
4094 2002-11-12 [colin]      0.8.5claws134
4095
4096         * src/msgcache.c
4097                 Reverse last commit which had performance 
4098                 problems, but still reverse the list
4099
4100 2002-11-12 [colin]      0.8.5claws133
4101
4102         * src/msgcache.c
4103                 Reverse list order
4104
4105 2002-11-12 [melvin]     0.8.5claws132
4106
4107         * src/compose.c
4108                 Added a check for a NULL prefs_common.dictionary
4109
4110 2002-11-12 [colin]      0.8.5claws131
4111
4112         * src/ssl_certificate.[ch]
4113                 Use FQDN hostname
4114
4115 2002-11-12 [colin]      0.8.5claws130
4116
4117         * src/ssl_certificate.[ch]
4118                 Take connection port into account for 
4119                 checking certificates (a single hostname
4120                 could have multiple servers with multiple
4121                 certificates)
4122         * src/ssl.c
4123                 Pass the port to ssl_certificate_check
4124
4125 2002-11-12 [paul]       0.8.5claws129
4126
4127         * src/folder.c
4128                 fix a typo in last commit
4129
4130 2002-11-12 [paul]       0.8.5claws128
4131
4132         * sync with 0.8.5cvs23
4133                 see ChangeLog entry 2002-11-12
4134
4135 2002-11-11 [colin]      0.8.5claws127
4136
4137         * src/ssl_certificate.c
4138                 Cleaner messages
4139                 Don't popup, instead log error, if the 
4140                 corresponding pref is checked
4141         * src/ssl_certificate.h
4142                 include <openssl/objects/h>
4143
4144 2002-11-11 [colin]      0.8.5claws126
4145
4146         * src/ssl_certificate.h
4147                 _Really_ clean it
4148
4149 2002-11-11 [colin]      0.8.5claws125
4150         
4151         * src/ssl_certificate.c
4152                 Fixed leak
4153
4154 2002-11-11 [colin]      0.8.5claws124
4155
4156         * src/ssl.c
4157                 Cleaned a bit
4158         * src/ssl_certificate.[ch]
4159                 Cleaned a bit (better use of SSL API)
4160                 (This will cause non-recognition of saved 
4161                  certificates of claws12[23]...)
4162
4163 2002-11-11 [paul]       0.8.5claws123
4164         
4165         * po/es.po
4166                 updated by Ricardo Mones Lastra
4167
4168 2002-11-11 [colin]      0.8.5claws122
4169
4170         * src/ssl.c
4171                 Fix a typo
4172
4173 2002-11-11 [colin]      0.8.5claws121
4174
4175         * src/ssl_certificate.[ch] ** NEW FILES **
4176         * src/ssl.[ch]
4177                 Check SSL certificates presented to us
4178         * src/Makefile.am
4179                 Add ssl_certificate.[ch]
4180         * po/POTFILES.in
4181                 Add ssl_certificate.c
4182
4183 2002-11-11 [paul]       0.8.5claws120
4184
4185         * sync with 0.8.5cvs22
4186                 see ChangeLog 2002-11-11
4187
4188 2002-11-11 [paul]       0.8.5claws119
4189
4190         * sync with 0.8.5cvs21
4191                 see ChangeLog 2002-11-11
4192
4193 2002-11-10 [jens]       0.8.5claws118
4194
4195         * src/folder.c
4196         * src/folderview.c
4197                 corrected some typing
4198         * po/de.po
4199                 updated german translation
4200         * sylpheed.spec.in
4201                 cleaned up specfile and adjusted it for claws
4202
4203 2002-11-10 [colin]      0.8.5claws117
4204
4205         * src/summaryview.c
4206                 a STATUSBAR_PUSH/POP fix
4207
4208 2002-11-10 [colin]      0.8.5claws116
4209
4210         * src/prefs_folder_item.c
4211                 Fix hanging after opening folder properties
4212
4213 2002-11-10 [hoa]        0.8.5claws115
4214
4215         * src/matcher_parser_lex.l
4216         * src/matcher_parser_parse.y
4217                 config file for scoring and filtering is no more trashed
4218                 when there is a syntax error in a filtering rule when
4219                 editing it in a dialog.
4220
4221 2002-11-09 [colin]      0.8.5claws114
4222
4223         * src/mbox_folder.c
4224                 Added missing initialisation of folder->destroy()
4225
4226 2002-11-09 [colin]      0.8.5claws113
4227
4228         * src/folder.c
4229           src/folderview.c
4230                 Fix the status bar messages
4231
4232 2002-11-09 [colin]      0.8.5claws112
4233
4234         * src/folderview.c
4235                 Fix hangs after folder dnd, happening after 
4236                 claws109.
4237
4238 2002-11-09 [christoph]  0.8.5claws111
4239
4240         * src/folderview.c
4241                 just changed order of calls (reverse order of
4242                 associated calls)
4243         * src/inc.c
4244                 lock inc when checking only one account, otherwise
4245                 inc all could be executed at the same time
4246
4247 2002-11-09 [christoph]  0.8.5claws110
4248
4249         * src/folderview.c
4250                 better unlock the mouse cursor before calling
4251                 summary_show because it changes the cursor too
4252
4253 2002-11-09 [christoph]  0.8.5claws109
4254
4255         * src/folder.[ch]
4256         * src/folderview.c
4257                 add functions to open and close a folder
4258                 o opending will execute scanning for remote folders
4259                   and processing
4260                 o closing will unset new flag for messages
4261
4262 2002-11-09 [colin]      0.8.5claws108
4263
4264         * src/folder.c
4265                 Add a call to prefs_matcher_write_config to 
4266                 avoid non-leaf folders filtering settings to be
4267                 lost
4268
4269 2002-11-09 [paul]       0.8.5claws107
4270
4271         * src/prefs_account.c
4272                 re-word a label
4273
4274 2002-11-09 [colin]      0.8.5claws106
4275
4276         * src/folderview.c
4277                 Minor esthetic fix
4278
4279 2002-11-09 [colin]      0.8.5claws105
4280
4281         * src/folderview.c
4282                 Fix prefs_filtering deletion for MH folders (same
4283                 reason as below)
4284         * src/prefs_filtering.c
4285                 Fix prefs_filtering renaming and deletion for 
4286                 folder-based processing rules.  
4287
4288 2002-11-09 [christoph]  0.8.5claws104
4289
4290         * src/compose.c
4291         * src/folder.[ch]
4292         * src/folderview.[ch]
4293         * src/import.c
4294         * src/inc.c
4295         * src/main.c
4296         * src/mainwindow.c
4297         * src/messageview.c
4298         * src/prefs_folder_item.c
4299         * src/procmsg.c
4300         * src/summaryview.c
4301                 implement a callback system for folder item updates
4302
4303 2002-11-09 [colin]      0.8.5claws103
4304
4305         * src/folderview.c
4306                 Fix prefs_filtering renaming for MH folders (we
4307                 shouldn't rename by path as another folder could
4308                 have the same hierarchy).
4309
4310 2002-11-09 [colin]      0.8.5claws102
4311
4312         * src/folder.c
4313                 Fix a leak found by Christoph, use better variable
4314                 names
4315
4316 2002-11-09 [colin]      0.8.5claws101
4317
4318         * src/folder.c
4319                 One more fix for processing rules
4320
4321 2002-11-08 [colin]      0.8.5claws100
4322         
4323         * src/matcher.c
4324                 Don't copy the compiled regexp (will be reevaluated)
4325         * src/folderview.c
4326                 Lock folderview while moving
4327         * src/folder.c
4328                 Provide info on what's happening to the user
4329
4330 2002-11-08 [colin]      0.8.5claws99
4331
4332         * src/folderview.c
4333                 Fix folder reordering after a move if parent is 
4334                 root
4335         * src/scoring.[ch]
4336                 Add function to copy a ScoringProp
4337         * src/prefs_folder_item.c
4338                 Copy scoring rules when copying a folder prefs
4339
4340 2002-11-08 [colin]      0.8.5claws98
4341
4342         * src/folderview.c
4343                 Fixes in case of failure
4344         * src/filtering.[ch]    
4345                 Add function to duplicate a FilteringProp
4346         * src/matcher.[ch]
4347                 Add function to duplicate a MatcherProp
4348         * src/prefs_folder_item.c
4349                 Save folder's processing rules when copying 
4350                 its prefs
4351
4352 2002-11-08 [colin]      0.8.5claws97
4353         
4354         * src/folderview.c
4355                 Sort after move
4356         * src/folder.c 
4357                 Change a printf to debug_print
4358
4359 2002-11-08 [colin]      0.8.5claws96
4360
4361         * src/folder.c
4362           src/folderview.c
4363                 Fix segfaults, call me stupido
4364         
4365
4366 2002-11-08 [colin]      0.8.5claws95
4367
4368         *src/folder.c
4369                 Added forgotten prefs to save when moving folders
4370
4371 2002-11-08 [colin]      0.8.5claws94
4372
4373         * src/folder.c
4374                 Fixes to folder DND (prefs copy)
4375         * src/folderview.c
4376                 Optimization for folder DND (don't rescan whole tree)
4377                 Added folderview_create_folder_node() for this 
4378                 optimization, so de-duped a bit the code
4379         * src/prefs_folder_item.[ch]
4380                 Added prefs_folder_item_copy_prefs()    
4381           
4382 2002-11-08 [paul]       0.8.5claws93
4383
4384         * src/prefs_account.c
4385           tools/README
4386           tools/kmail2sylpheed_v2.pl
4387                 correct some typos
4388
4389 2002-11-08 [paul]       0.8.5claws92
4390
4391         * src/compose.c
4392           src/prefs_account.[ch]
4393                 remove account options 'clearsign' and 'ascii_armored',
4394                 replace with 'default_gnupg_mode' to prevent mixed-mode
4395                 Privacy settings
4396
4397 2002-11-08 [paul]       0.8.5claws91
4398
4399         * src/compose.[ch]
4400                 re-implement GnuPG 'on-the-fly' mode selection,
4401                 disallow mixed-mode
4402
4403 2002-11-08 [colin]      0.8.5claws90
4404
4405         * src/folderview.c
4406           src/prefs_folder_item.c
4407                 Change "Property" to "Properties"
4408
4409 2002-11-07 [colin]      0.8.5claws89
4410
4411         * src/folderview.c
4412           src/folder.c
4413                 Allow folder dropping to a root folder
4414
4415 2002-11-07 [paul]       0.8.5claws88
4416
4417         * src/compose.c
4418                 revert last commit
4419
4420 2002-11-07 [paul]       0.8.5claws87
4421
4422         * src/compose.c
4423                 fix reply-to-list bug. closes bug report
4424                 "[633382] reply-to-list broken in recent cvs"
4425
4426 2002-11-07 [paul]       0.8.5claws86
4427
4428         * src/compose.c
4429                 add a forgotten '#if USE_GPGME ... #endif'
4430
4431 2002-11-07 [paul]       0.8.5claws85
4432
4433         * sync with 0.8.5cvs20
4434                 see ChangeLog 2002-11-07
4435
4436 2002-11-07 [colin]      0.8.5claws84
4437
4438         * src/folder.[ch]
4439                 Change folder_item_move_to to return the newly 
4440                 created folderitem.
4441         * src/folderview.c
4442                 Select the new folderitem after moving.
4443
4444 2002-11-07 [colin]      0.8.5claws83
4445
4446         * src/prefs_filtering.c
4447                 Fix rule rewriting when moving a leaf folder to a 
4448                 shorter path
4449
4450 2002-11-07 [colin]      0.8.5claws82
4451
4452         * src/prefs_filtering.c
4453                 fix a leak
4454
4455 2002-11-07 [colin]      0.8.5claws81
4456
4457         * src/folder.[ch]
4458                 Add folder_item_move_to() function to move a 
4459                 folderitem into another one (updates matcher etc)
4460         * src/folderview.c
4461                 Add folder drag'n drop (context menu to come)
4462                 [Should be dataloss free, but Please backup before 
4463                  trying !]
4464
4465 2002-11-06 [colin]      0.8.5claws80
4466
4467         * src/mh.c
4468                 mh_create_folder() returns NULL if can't create
4469                 directory hierarchy
4470
4471 2002-11-06 [paul]       0.8.5claws79
4472
4473         * src/compose.[ch]
4474                 allow 'on-the-fly' changing of the type of encryption 
4475                 and/or signing used (mime/ascii) via the compose window
4476
4477 2002-11-06 [paul]       0.8.5claws78
4478
4479         * sync with 0.8.5cvs19
4480                 see ChangeLog 2002-11-06 for src/account.c: 
4481                 account_get_special_folder()
4482                 
4483 2002-11-05 [alfons]     0.8.5claws77
4484
4485         * src/crash.c
4486                 very minor cleanups: nothing to see here, move on. :-)
4487
4488 2002-11-05 [colin]      0.8.5claws76
4489
4490         * src/main.c
4491                 Changes choices if compose windows are opened to
4492                 Discard, Draft, Don't quit
4493
4494 2002-11-05 [thorsten]   0.8.5claws75
4495
4496         * src/compose.c
4497                 reenabled default_reply_to folder option
4498
4499 2002-11-05 [colin]      0.8.5claws74
4500
4501         * src/compose.[ch] 
4502                 add compose_draft()
4503         * src/crash.c
4504                 add SIGTERM handler
4505         * src/main.[ch]
4506                 add clean_quit() for the SIGTERM handler
4507
4508 2002-11-05 [paul]       0.8.5claws73
4509         
4510         * po/es.po
4511                 updated by Ricardo Mones Lastra
4512
4513 2002-11-05 [melvin]     0.8.5claws72
4514
4515         * src/logwindow.c
4516                 Fixed log-clipping bug #616795.
4517                 To stop logging in the log window use 0 length.
4518         * src/prefs_common.c
4519                 Added a label to inform about the 0 log length behaviour.
4520
4521 2002-11-05 [paul]       0.8.5claws71
4522
4523         * sync with 0.8.5cvs17
4524                 see ChangeLog 2002-11-05
4525
4526 2002-11-04 [paul]       0.8.5claws70
4527
4528         * sylpheed-128x128.png
4529           sylpheed-64x64.png
4530           sylpheed.png
4531                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4532                 <nikai@users.sourceforge.net>
4533                 
4534         * po/bg.po
4535                 updated by George Danchev
4536
4537 2002-11-03 [thorsten]   0.8.5claws69
4538
4539         * src/main.c
4540           src/mimeview.c
4541           src/rfc2015.h
4542                 add check if gpg is active
4543
4544 2002-11-03 [thorsten]   0.8.5claws68
4545
4546         * src/toolbar.h
4547                 removed GSList declaration causing trouble on MacOS-X
4548                 (submitted by alfons, reported by xfesty)
4549
4550 2002-11-01 [paul]       0.8.5claws67
4551
4552         * src/mainwindow.c
4553                 remove last remnants of main's filter code
4554
4555 2002-11-01 [paul]       0.8.5claws66
4556
4557         * tools/filter_conv.pl
4558                 fix bug where user-defined headers were ignored
4559
4560 2002-11-01 [paul]       0.8.5claws65
4561
4562         * src/logwindow.c
4563                 make a debug_print() not translatable
4564
4565 2002-10-31 [melvin]     0.8.5claws64
4566
4567         * ac/aspell.m4
4568                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4569                 not run any GNU/aspell test.  The dictionary path will
4570                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4571                 was given, in which case, it will be $prefix/lib/aspell/
4572         * configure.in
4573                 Fixed typo in commentary (Aspell code).
4574
4575 2002-10-31 [paul]       0.8.5claws63
4576
4577         * po/POTFILES.in
4578                 remove src/filter.c and src/prefs_filter.c
4579                 thanks to Ricardo for reminding me
4580
4581 2002-10-31 [colin]      0.8.5claws62
4582
4583         * src/mbox_folder.c
4584                 Plug some leaks
4585
4586 2002-10-31 [paul]       0.8.5claws61
4587
4588         * src/prefs_filter.[ch] ** REMOVED **
4589           src/filter.[ch]       ** REMOVED **
4590           
4591         * src/Makefile.am
4592           src/folderview.c
4593           src/inc.c
4594           src/main.c
4595           src/mainwindow.c
4596           src/mbox.c
4597           src/prefs_common.c
4598           src/prefs_filtering.c
4599           src/summaryview.[ch]
4600                 remove main's 'filter' code
4601                 
4602         README.claws
4603                 update to reflect removal of main's filter
4604
4605 2002-10-31 [paul]       0.8.5claws60
4606
4607         * src/summaryview.c
4608                 remove check for global_processing in summary_filter_open(). 
4609                 This fixes the bug where if the user uses the right-click 
4610                 'Create filter rule...' and doesn't have any filter rules 
4611                 already defined in claws' advanced filtering, the newly 
4612                 created filter rule goes to main's filtering which is 
4613                 inaccessible through the gui. Now the filter rule gets added
4614                 to claws' filtering by default.
4615
4616 2002-10-28 [melvin]     0.8.5claws59
4617
4618         * src/prefs_actions.c
4619                 Fixed bug #627322 where MIME parts were not always
4620                 correctly passed to a %p action
4621                 Display an error dialog when message filename is not found.
4622
4623 2002-10-28 [melvin]     0.8.5claws58
4624
4625         * src/prefs_common.c
4626                 Readded a missing function declaration lost in 0.8.3claws34
4627
4628 2002-10-28 [paul]       0.8.5claws57
4629
4630         * sync with 0.8.5cvs15
4631                 see ChangeLog 2002-10-28 and 2002-10-25
4632                 
4633         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4634
4635 2002-10-27 [oliver]     0.8.5claws56
4636
4637         * src/pop.c
4638                 plug leak in pop3_top_recv
4639
4640 2002-10-26 [christoph]  0.8.5claws55
4641
4642         * src/folder.c
4643                 set need_update folder flag when messages are added
4644                 (closes bug [ 626922 ] folder not updated after receiving)
4645
4646 2002-10-25 [melvin]     0.8.5claws54
4647
4648         * src/imageview.c
4649                 Fixed a memleak introduced in the scaling code.
4650
4651 2002-10-24 [alfons]     0.8.5claws53
4652
4653         * src/filtering.c
4654                 make filtering's forward message action forward from the 
4655                 correct account
4656                 (closes bug [628089 ] Filter -> Forward from address problem
4657                 reported by Oktay)
4658
4659 2002-10-24 [christoph]  0.8.5claws52
4660
4661         * src/mainwindow.c
4662         * src/manual.[ch]
4663                 o use manual of current locale or english if current
4664                   locale is not available (and english is available)
4665                 o also link to sylpheed doc project manuals
4666
4667 2002-10-23 [paul]       0.8.5claws51
4668
4669         * tools/README
4670           tools/kmail2sylpheed_v2.pl
4671                 add new version of kmail addressbook importer script.
4672                 works with newer versions of Kmail/KAddressBook which
4673                 have new and rearranged data.
4674
4675 2002-10-23 [martin]     0.8.5claws50
4676
4677         * src/folderview.c
4678         * src/summaryview.c
4679         * src/utils.h
4680         * src/utils.c
4681                 added length parameter to get_abbrev_newsgroup_name()
4682                 changed this function so that it abbreviates the newsgroup
4683                 names only so long it is smaller than the length parameter
4684                 (for better reading of some newsgroup names and space efficiency)
4685
4686 2002-10-22 [colin]      0.8.5claws49
4687
4688         *src/foldersel.c
4689                 Revert Alfons' last modification (after voting ;-))
4690
4691 2002-10-21 [alfons]     0.8.5claws48
4692
4693         * src/foldersel.c
4694                 folder view in folder selection dialog reflects state of
4695                 folder view in main window
4696
4697 2002-10-18 [alfons]     0.8.5claws47
4698
4699         * src/mbox.c
4700                 drop imported messages in folder selected by user,
4701                 and not in the inbox
4702                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4703
4704 2002-10-18 [alfons]     0.8.5claws46
4705
4706         * src/compose.c
4707                 make automagic reply work correctly for email accounts 
4708                 (whether it's viable to do a full sync with Hiro's 
4709                 compose.c is still under discussion)
4710
4711 2002-10-18 [melvin]     0.8.5claws45
4712
4713         * src/prefs_actions.c
4714                 Fixed bug #622275 where asynchroneous actions left 
4715                 zombies processes
4716                 Made (synchroneous) actions' input be displayed live.
4717
4718 2002-10-18 [christoph]  0.8.5claws44
4719
4720         * src/textview.c
4721                 don't add a newline in the textview in front of the
4722                 first textpart if header display is disabled
4723                 (closes bug [ 603385 ] disabled header display leaves blank
4724                  lin)
4725
4726 2002-10-18 [christoph]  0.8.5claws43
4727
4728         * src/folder.[ch]
4729         * src/imap.c
4730         * src/mbox_folder.c
4731         * src/mh.c
4732         * src/news.c
4733                 folder->get_num_list now returns an error code
4734                 (closes bug [ 609424 ] News cache cleared on failure)
4735                 
4736 2002-10-17 [colin]      0.8.5claws42
4737         
4738         * src/news.c
4739                 Changed a printf by debug_print
4740
4741 2002-10-16 [paul]       
4742
4743         * tools/OOo2sylpheed.pl
4744                 allow for spaces in the name of the
4745                 file to be attached.
4746
4747 2002-10-16 [colin]      0.8.5claws41
4748
4749         * src/main.c
4750                 Use a tristate to change online mode
4751
4752 2002-10-16 [paul]       0.8.5claws40
4753
4754         * po/es.po
4755                 updated by Ricardo Mones Lastra
4756
4757 2002-10-16 [colin]      0.8.5claws39
4758
4759         * src/main.c
4760           src/mainwindow.[ch]
4761                 Added --online and --offline command-line
4762                 switches
4763
4764 2002-10-15 [christoph]  0.8.5claws38
4765
4766         * src/procmime.c
4767                 set mimeinfo->name to NULL after g_free to
4768                 avoid double freeing with g_free
4769
4770 2002-10-14 [christoph]  0.8.5claws37
4771
4772         * src/compose.c
4773         * src/filtering.c
4774         * src/summaryview.c
4775                 remove calls to folder->change_flags that are now
4776                 done by procmsg flag functions (seems it is not
4777                 used by any foldertype anyway)
4778         * src/folder.c
4779                 init folder->change_flags with NULL
4780
4781 2002-10-14 [christoph]  0.8.5claws36
4782
4783         * src/folder.[ch]
4784         * src/imap.[ch]
4785                 use virtual functions for folder item new and destroy
4786                 functions
4787
4788 2002-10-14 [melvin]     0.8.5claws35
4789
4790         * src/compose.c
4791                 Added a test to not run the spell checker if no default
4792                 dictionary is available. No dialog is displayed though.
4793
4794 2002-10-14 [melvin]     0.8.5claws34
4795
4796         * src/gtkaspell.c
4797                 Fixed bug in dictionary list context menu where
4798                 "More..." pointed to an emtpy submenu if the
4799                 number of dictionaries is a multiple of 15
4800                 Removed unneeded code in suggestions list creation
4801
4802 2002-10-14 [paul]       0.8.5claws33
4803
4804         * po/bg.po
4805                 updated by George Danchev
4806
4807 2002-10-13 [hoa]        0.8.5claws32
4808
4809         * src/matcher.[ch]
4810           src/matcher_parser_parser.y
4811                 removed the escaped string from internal structure
4812                 of matcher.
4813
4814 2002-10-12 [colin]      0.8.5claws31
4815
4816         * src/gtksctree.[ch]
4817           src/summaryview.c
4818                 Removed useless function gtksctree_reanchor
4819
4820 2002-10-12 [alfons]     0.8.5claws30
4821         
4822         * sync with remaining main changes 2002-10-09 - 2002-10-11
4823         - drop changes to src/compose.c (requires claws specific changes)
4824         
4825 2002-10-12 [alfons]     0.8.5claws29
4826         
4827         * sync with main changes of 2002-10-08
4828         - drop changes to src/compose.c (requires claws specific changes)
4829         - drop changes to src/summaryview.c (requires changes to compose.c)     
4830
4831 2002-10-12 [alfons]     0.8.5claws28
4832         
4833         * sync with main changes of 2002-10-07
4834
4835 2002-10-12 [alfons]     0.8.5claws27
4836
4837         * sync with main changes of 2002-10-04
4838         - drop changes to src/compose.c (requires claws specific changes)
4839         - drop changes to src/prefs_folder_item.c (claws implementation
4840           seems to be working)
4841
4842 2002-10-12 [colin]      0.8.5claws26
4843
4844         * src/mainwindow.c
4845                 Fix folder-flicker when space-reading, introduced 
4846                 in claws22.
4847
4848 2002-10-12 [colin]      0.8.5claws25
4849
4850         * src/compose.c
4851                 Save account address when saving as draft.
4852                 (closes bug 621838)
4853
4854 2002-10-12 [colin]      0.8.5claws24
4855
4856         * src/summaryview.c
4857                 Fix the problem consisting of no message selected
4858                 after the last message in a folder has been moved.
4859
4860 2002-10-12 [paul]       0.8.5claws23
4861
4862         * src/compose.c
4863           src/prefs_template.c
4864           src/template.[ch]
4865                 add Cc and Bcc to templates. Patch submitted by
4866                 John L. Males.
4867
4868 2002-10-12 [colin]      0.8.5claws22
4869
4870         * src/folderview.c
4871                 Fix a bug after "Check for new messages":
4872                 If a folder was opened, it was still selected at
4873                 the end of the check, but displayed empty.
4874         * src/mainwindow.c
4875                 Remove unnecessary check
4876
4877 2002-10-12 [paul]
4878
4879         * tools/README
4880                 be more verbose in the description of
4881                 OOo2sylpheed.pl
4882                 
4883
4884 2002-10-11 [colin]      0.8.5claws21
4885
4886         * src/mainwindow.c
4887                 Make space work (better) when no mail is selected
4888
4889 2002-10-11 [colin]      0.8.5claws20
4890
4891         * src/inc.c
4892           src/news.c
4893                 fix warnings
4894
4895 2002-10-11 [colin]      0.8.5claws19
4896
4897         * src/mainwindow.c
4898                 revert 0.8.5claws6 changes as i couldn't get to
4899                 anything satisfying
4900
4901 2002-10-11 [melvin]     0.8.5claws18
4902
4903         * src/compose.c
4904                 Removed buggy and unused macro (should have been committed in
4905                 0.8.5claws17)
4906
4907 2002-10-11 [melvin]     0.8.5claws17
4908
4909         * src/compose.c
4910                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
4911
4912 2002-10-11 [thorsten]   0.8.5claws16 
4913
4914         * src/folderview.c
4915                 remove rescan warning
4916
4917 2002-10-11 [colin]      0.8.5claws15 
4918
4919         * src/procheader.c
4920                 fix a segfault that happens if conv_unmime_header
4921                 fails (should be better to find out why it fails)
4922
4923 2002-10-11 [christoph]  0.8.5claws14
4924
4925         * src/summaryview.c
4926                 update folderview stats after ignore/unignore thread
4927
4928 2002-10-11 [hoa]        0.8.5claws13
4929
4930         * src/quote_fmt_parse.y
4931                 Fixed a yacc/bison syntax error
4932         * src/matcher.c
4933                 Escaping of string is fixed.
4934
4935 2002-10-11 [colin]      0.8.5claws12
4936
4937         * src/imageview.c
4938                 Resize images to fit
4939
4940 2002-10-11 [paul]       0.8.5claws11
4941
4942         * po/es.po
4943                 updated by Ricardo Mones Lastra
4944
4945 2002-10-10 [alfons]     0.8.5claws10
4946
4947         * src/compose.c
4948                 allow dropping files by "moving" files from a file manager,
4949                 not only by the more cumbersome "copying". the latter 
4950                 mostly implies holding down the Control button
4951
4952 2002-10-10 [christoph]  0.8.5claws9
4953
4954         * src/summaryview.c
4955                 update folders after thread building for ignored threads
4956
4957 2002-10-10 [christoph]  0.8.5claws8
4958
4959         * config/.cvsignore
4960                 added Makefile
4961         * src/filtering.[ch]
4962         * src/folder.[ch]
4963         * src/folderview.[ch]
4964         * src/import.c
4965         * src/inc.[ch]
4966         * src/mbox.[ch]
4967         * src/procmsg.c
4968         * src/summaryview.[ch]
4969                 o added new flag need_update to FolderItem
4970                 o removed folder_table from various functions from tracking
4971                   folder updates
4972                 o set need_update flags in folder.c's move, copy and delete
4973                   functions and procmsg's flags functions
4974                 o added function folderview_update_items_when_required that
4975                   updates all folders with need_update set
4976                 o call folderview_update_items_when_required instead of
4977                   folderview_update_item_foreach
4978
4979 2002-10-09 [sergey]     0.8.5claws7
4980
4981         * src/compose.c
4982                 Strip CRs whel loading the text into editor in reedit mode.
4983
4984 2002-10-09 [colin]      0.8.5claws6
4985
4986         * src/mainwindow.c
4987                 Make Space work when no mail is selected
4988
4989 2002-10-09 [colin]      0.8.5claws5
4990
4991         * src/gtksctree.[ch]
4992                 Fix range_select
4993                 Add gtk_sctree_reanchor() 
4994         * src/summaryview.c
4995                 Use gtk_sctree_reanchor() - better fix for 
4996                 bug 60413
4997
4998 2002-10-09 [colin]      0.8.5claws4
4999
5000         * src/summaryview.c
5001                 Fix shift-click select after delete problem
5002                 (closes bug 60413)
5003
5004 2002-10-08 [thorsten]   0.8.5claws3
5005
5006         * src/summaryview.c
5007                 exclude current msg from -hide read messages-
5008
5009 2002-10-08 [colin]      0.8.5claws2
5010
5011         * src/inc.[ch]
5012           src/pop.c
5013           src/recv.c
5014                 Differentiate socket errors from disk full
5015                 errors
5016
5017 2002-10-08 [christoph]  0.8.5claws1
5018
5019         * Makefile.am
5020         * configure.in
5021                 modifications for new config directory
5022
5023         * config.guess  ** REMOVED **
5024         * config.sub    ** REMOVED **
5025         * install-sh    ** REMOVED **
5026         * ltmain.sh     ** REMOVED **
5027         * missing       ** REMOVED **
5028         * mkinstalldirs ** REMOVED **
5029                 these files are autogenerated by automake
5030                 when you run autogen.sh
5031
5032         * config/.cvsignore     ** NEW FILE **
5033         * config/Makefile.am    ** NEW FILE **
5034                 ignore autogenerated files
5035                 create a Makefile in this directory
5036
5037 2002-10-08 [paul]       0.8.5claws
5038
5039         * 0.8.5claws release
5040         
5041         * src/compose.c
5042           src/procheader.c
5043           src/procmsg.c
5044                 fix quote reply format for newsgroups reply bug
5045                 (thanks to Hoa)
5046                 
5047         * po/en_GB.po
5048           po/pl.po
5049                 updated by me and Witold Wladyslaw Wojciech Wilk
5050                 repectively
5051
5052 2002-10-07 [paul]       0.8.3claws53
5053
5054         * po/it.po
5055           po/pt_BR.po
5056           po/sr.po
5057                 updated messages catalogs, submitted by
5058                 Alessandro Maestri, Fabio Jr.Beneditto 
5059                 and Urke MMI, respectively.
5060
5061 2002-10-07 [christoph]  0.8.3claws52
5062
5063         * src/folder.[ch]
5064         * src/folderview.c
5065         * src/mainwindow.c
5066                 fix new folder ghost message bug
5067                 (closes bug [ 619722 ] wrong count for newly created folders)
5068
5069 2002-10-07 [christoph]  0.8.3claws51
5070
5071         * src/compose.c
5072                 fix news posting problem
5073
5074 2002-10-07 [melvin]     0.8.3claws50
5075
5076         * po/fr.po
5077                 Updated French translation
5078
5079 2002-10-05 [christoph]  0.8.3claws49
5080
5081         * src/gtkstext.c
5082                 check if line_start_cache is set in gtk_stext_update_text
5083                 (closes bug [ 618119 ] crash while doing search in folder)
5084
5085 2002-10-05 [christoph]  0.8.3claws48
5086
5087         * src/imap.c
5088         * src/news.c
5089         * src/utils.c
5090         * src/utils.h
5091                 implement cache cleanups for claws' folder system
5092                 (closes bug [ 595916 ] imapcache not cleaned up)
5093
5094 2002-10-05 [melvin]     0.8.3claws47
5095
5096         * src/prefs_actions.c
5097                 Made the help text more clear for the %p token
5098
5099 2002-10-04 [paul]       0.8.3claws46
5100
5101         * sync with 0.8.5
5102                 see ChangeLog 2002-10-02 and 2002-10-03
5103
5104 2002-10-04 [christoph]  0.8.3claws45
5105
5106         * src/inc.c
5107                 fix segfault caused by pop before smtp
5108                 call to inc_account_mail with NULL
5109                 pointer for mainwin
5110
5111 2002-10-04 [paul]       0.8.3claws44
5112
5113         * configure.in
5114                 sync the LDAP detection from 0.8.5cvs1
5115
5116 2002-10-02 [christoph]  0.8.3claws43
5117
5118         * po/de.po
5119                 fix small spelling error
5120
5121 2002-10-02 [melvin]     0.8.3claws42
5122
5123         * ac/aspell.m4
5124                 Behave better and say "no" when test program cannot be run.
5125
5126 2002-10-02 [paul]       0.8.3claws41
5127
5128         * sync with 0.8.4cvs1
5129                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5130                 
5131         * src/summaryview.c
5132                 toggle the behavior of Reply menuitem between
5133                 normal reply and reply-to-list
5134
5135 2002-10-01 [sergey]     0.8.3claws40
5136
5137         * src/compose.c
5138                 Convert newlines in the message text to the canonical form
5139                 before base64 encoding (RFC2045 compliance, fixes some
5140                 interoperability issues with Evolution 1.0.3)
5141
5142 2002-09-29 [colin]      0.8.3claws39
5143
5144         * src/summaryview.c
5145                 Fix an unwanted copy/paste
5146
5147 2002-09-29 [colin]      0.8.3claws38
5148
5149         * src/mainwindow.c
5150                 Renamed "Custom toolbar" to "Customize toolbar"
5151                 Renamed "Show all header" to "Show all headers"
5152                 Renamed "Set diplay item" to "Set displayed items"
5153         * src/prefs_common.c
5154                 Renamed "Show all header" to "Show all headers"
5155         * src/prefs_summary_column.c
5156                 Renamed "diplay item" to "displayed items"
5157
5158 2002-09-29 [colin]      0.8.3claws37
5159
5160         * src/mainwindow.[ch]
5161                 online/offline status pixmaps follow theme
5162                 changes
5163         * src/summaryview.[ch]
5164                 quicksearch pixmap follows theme changes
5165
5166 2002-09-29 [thorsten]   0.8.3claws36
5167
5168         * src/compose.c
5169           src/prefs_folder_item.[ch]
5170                 add default_reply_to folder option (closes patch 581044)
5171
5172 2002-09-29 [christoph]  0.8.3claws35
5173
5174         * acconfig.h    ** REMOVED **
5175         * configure.in
5176         * ac/aspell.m4
5177         * ac/check-type.m4
5178         * ac/gnupg-check-typedef.m4
5179                 fix autoheader 2.50 warning
5180
5181 2002-09-29 [christoph]  0.8.3claws34
5182
5183         * major code cleanup (part 2)
5184         
5185                 - unused variables removed
5186                 - unused functions removed
5187                 - uninitialized variables checked
5188                 - missing return statements added
5189                 - missing function return types added
5190                 - added parentheses around assignment
5191                   when suggested by gcc
5192
5193 2002-09-29 [alfons]     0.8.3claws33
5194
5195         * src/logwindow.c
5196                 log_window_clear(): only bracket gtk_text_forward_delete() 
5197                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5198                 works around GTK text bug)
5199
5200 2002-09-29 [paul]       0.8.3claws32
5201
5202         * po/bg.po
5203           po/sr.po
5204                 updated by George Danchev and Urke MMI
5205                 respectively
5206
5207 2002-09-27 [christoph]  0.8.3claws31
5208
5209         * doc-src/readme.txt
5210         * doc-src/rfc1806.txt   ** REMOVED **
5211         * doc-src/rfc2183.txt   ** NEW FILE **
5212         * doc-src/rfc2980.txt   ** NEW FILE **
5213                 update rfcs
5214
5215 2002-09-27 [melvin]     0.8.3claws30
5216
5217         * ac/aspell.m4
5218                 Fixed typo which could break linking
5219
5220 2002-09-27 [melvin]     0.8.3claws29
5221
5222         * ac/aspell.m4
5223                 Improved GNU/aspell checking. 
5224                 Fixed bug #614490
5225
5226 2002-09-27 [paul]       0.8.3claws28
5227
5228         * sync with 0.8.3cvs8
5229                 see ChangeLog 2002-09-27
5230
5231 2002-09-26 [colin]      0.8.3claws27
5232
5233         * src/toolbar.[ch]
5234           src/mainwindow.[ch]
5235                 Add "Reply to Mailing-list" to the toolbar
5236
5237 2002-09-26 [christoph]  0.8.3claws26
5238
5239         * src/summaryview.c
5240                 Fix wrong message counts in summaryview status
5241
5242 2002-09-26 [paul]       0.8.3claws25
5243
5244         * sync with 0.8.3cvs7
5245                 see ChangeLog 2002-09-26
5246
5247 2002-09-26 [paul]       0.8.3claws24
5248
5249         * sync with 0.8.3cvs6
5250                 see ChangeLog 2002-09-25
5251
5252 2002-09-25 [christoph]  0.8.3claws23
5253
5254         * src/prefs_common.c
5255         * src/prefs_folder_item.c
5256         * src/prefs_scoring.c
5257                 Renamed "kill score" to "hide score" in GUI
5258                 and prefs files
5259
5260 2002-09-25 [paul]       0.8.3claws22
5261
5262         * sync with 0.8.3cvs5
5263                 see ChangeLog 2002-09-24
5264
5265 2002-09-24 [alfons]     0.8.3claws21
5266
5267         patch by Satoshi Nagayasu: allows appending / saving multiple 
5268         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5269         'Save as ...'")
5270
5271         * AUTHORS
5272                 add Satoshi Nagayasu
5273         * src/summaryview.c
5274                 summary_save_as(): allow saving selected files to
5275                 one file
5276                 summary_set_menu_sensitive: enable "Save As..." when
5277                 multiple files are selected
5278         * src/utils.[ch]
5279                 append_file(): new function
5280
5281 2002-09-24 [colin]      0.8.3claws20
5282
5283         * src/procmime.c
5284                 Fix segfault when mimeinfo doesn't have a 
5285                 content_type. 
5286
5287 2002-09-24 [colin]      0.8.3claws19
5288
5289         * src/prefs_common.[ch]
5290                 Add a preference to display send dialog or not
5291         * src/send.c
5292                 Display send dialog according to preference
5293
5294 2002-09-24 [colin]      0.8.3claws18
5295
5296         * src/compose.[ch]
5297                 Disable user actions when sending
5298
5299 2002-09-24 [colin]      0.8.3claws17
5300
5301         * src/procmime.c
5302                 Do not display name or filename for attachments
5303                 with an application/pgp-signature type
5304                 (security flaw, see bug 537413)
5305
5306 2002-09-23 [colin]      0.8.3claws16
5307
5308         * src/editaddress.c
5309                 Initialize entry_email, entry_alias and 
5310                 entry_remarks to first email address of the list
5311
5312 2002-09-23 [colin]      0.83claws15
5313
5314         * src/compose.c
5315                 Drop pgp-signature when reediting a signed queued
5316                 message
5317
5318 2002-09-23 [melvin]     0.8.3claws14
5319
5320         * po/fr.po
5321                 Updated French translation
5322
5323 2002-09-23 [melvin]     0.8.3claws13
5324
5325         * src/mainwindow.c
5326                 Made custom toolbar menu labels more consistent
5327         * src/prefs_toolbar.c
5328                 Made custom toolbar window title more consistent
5329
5330 2002-09-22 [colin]      0.8.3claws12
5331
5332         * src/inc.c
5333                 Initialize session type to normal before getting 
5334                 mail (fixes strange Get behaviour)
5335         * src/prefs_account.h
5336                 Move STYPE_POP_BEFORE_SMTP to last position to 
5337                 avoid other side-effects
5338
5339 2002-09-22 [colin]      0.8.3claws11
5340
5341         * src/prefs_account.c
5342                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5343                 from pop3 to apop or vice-versa
5344
5345 2002-09-22 [colin]      0.8.3claws10
5346         
5347         * src/prefs_account.[ch]
5348                 Add an option for the POP before SMTP timeout
5349         * src/inc.c
5350                 Remember time of last POP connection
5351         * src/send.c
5352                 Do POP before SMTP only if timeout reached
5353
5354 2002-09-22 [oliver]     0.8.3claws9
5355         
5356         * README.claws
5357                 explain custom toolbar
5358
5359 2002-09-22 [oliver]     0.8.3claws8
5360
5361         * src/prefs_actions.[ch]
5362         custom toolbar for compose      
5363                 actions callback from compose toolbar
5364         * src/folderview.c
5365                 remove include toolbar.h
5366
5367 2002-09-22 [oliver]     0.8.3claws7
5368         
5369         * src/prefs_toolbar.[ch]
5370                 custom toolbar for compose
5371                 - generic prefs_toolbar handles both
5372                   Mainwin's toolbar as well as Compose toolbar          
5373
5374 2002-09-22 [oliver]     0.8.3claws6
5375         
5376         * src/toolbar.[ch]
5377                 custom toolbar for compose
5378                 restructure toolbar.[ch]
5379
5380 2002-09-22 [oliver]     0.8.3claws5
5381
5382         * src/compose.[ch]
5383                 custom toolbar for compose
5384
5385 2002-09-22 [oliver]     0.8.3claws4
5386         
5387         * src/mainwindow.[ch]
5388                 custom toolbar for compose 
5389                 move mainwin toolbar back to mainwindow
5390
5391 2002-09-22 [alfons]     0.8.3claws3
5392
5393         * src/procmsg.c
5394                 :%sno/if(/if (/gc
5395                 :%sno/for(/for (/gc
5396                 (beautify)
5397
5398 2002-09-22 [alfons]     0.8.3claws2
5399         
5400         * src/procmsg.c
5401                 procmsg_save_to_outbox(): don't unlink message file from queue;
5402                 callers should do it using folder_item_remove_msg()
5403
5404 2002-09-22 [colin]      0.8.3claws1
5405
5406         * src/mimeview.[ch]
5407                 Made mimeview_check_signature() public
5408         * src/textview.c
5409                 Made GPG signatures verifiable by clicking
5410                 the [application/pgp-signature] in the Text
5411                 view
5412
5413 2002-09-22 [paul]       0.8.3claws
5414
5415         * po/bg.po
5416           po/en_GB.po
5417           po/es.po
5418           po/it.po
5419           po/pl.po
5420           po/pt_BR.po
5421           po/sr.po
5422                 updated translations, submitted by George Danchev,
5423                 me, Ricardo Mones Lastra, Alessandro Maestri,
5424                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5425                 and Urke MMI, respectively.     
5426
5427 2002-09-22 [alfons]     0.8.2claws65
5428
5429         * src/procmsg.c
5430         * src/pgptext.c
5431                 no furry valgrinds have been used to plug these memleaks
5432
5433 2002-09-20 [paul]       0.8.2claws64
5434
5435         * sync with 0.8.3cvs4
5436                 'Select thread' re-implemented 
5437                 see ChangeLog 2002-09-20
5438
5439 2002-09-21 [alfons]     0.8.2claws63
5440
5441         * src/compose.c
5442                 compose_send(): plug unnoticed memleak
5443
5444 2002-09-20 [alfons]     0.8.2claws62
5445
5446         * src/addr_compl.c
5447                 replace_address_in_edit(): strict check for NULL address to
5448                 fix "[ 607348 ] Segfault in address completion". My guess is
5449                 that this happens with an empty address book, but it's good
5450                 to have this check here anyway
5451                 
5452                 completion_window_button_press(): free string returned 
5453                 from the internal cache
5454
5455 2002-09-20 [christoph]  0.8.2claws61
5456
5457         * src/procmime.h
5458                 added ENC_BINARY to EncodingType
5459         * src/procmime.c
5460                 the string returned by procmime_get_encoding_str
5461                 should not depend on the order of values in the
5462                 EncodingType definition
5463         * doc-src/rfc1806.txt   ** NEW FILE **
5464                 Added rfc1806 about MIME Content-Disposition
5465                 Extension
5466
5467 2002-09-19 [paul]       0.8.2claws60
5468
5469         * sync with 0.8.2cvs3
5470                 see ChangeLog 2002-09-19
5471
5472 2002-09-19 [paul]       0.8.2claws59
5473
5474         * src/prefs_folder_item.c
5475                 revert to Darko's original alignment of colour
5476                 selector button
5477                 add a colon to folder_color label
5478                 
5479         * src/compose.c
5480                 add Colin's patch (with Hiro's modifications) to 
5481                 force BASE64 encoding for 8-bit text when signing
5482                 (sync with 0.8.3cvs2)
5483
5484 2002-09-18 [alfons]     0.8.2claws58
5485
5486         * src/compose.c
5487                 :%sno/if(/if (/gc
5488                 :%sno/for(/for (/gc
5489                 (beautify a little bit)
5490
5491 2002-09-18 [christoph]  0.8.2claws57
5492
5493         * src/pine.c
5494                 fix handling of fgetc return value
5495
5496 2002-09-17 [alfons]     0.8.2claws56
5497         
5498         * src/summaryview.c
5499                 summary_sort(): check non-NULL summaryview->folder_item when no 
5500                 folder is selected at all
5501                 (closes "[ 610344 ] sort label make syl Crash")
5502
5503 2002-09-17 [alfons]     0.8.2claws55
5504         
5505         * src/compose.c
5506                 beautify a little bit
5507
5508 2002-09-17 [christoph]  0.8.2claws54
5509
5510         * src/folder.c
5511                 initialize max values for cache and folder
5512                 when cache or folder is empty
5513
5514 2002-09-15 [colin]      0.8.2claws53
5515
5516         * src/compose.c
5517                 Fix a leak (thanks Alfons!) and cleaned
5518                 variables names for custom headers
5519
5520 2002-09-15 [colin]      0.8.2claws52
5521
5522         * src/compose.c
5523                 Fix custom headers recognition when
5524                 prefs_common.trans_hdr is on
5525
5526 2002-09-15 [colin]      0.8.2claws51
5527
5528         * src/compose.c
5529                 Allow dynamically-added custom headers
5530                 Yet not reparsed if reedited
5531
5532 2002-09-15 [alfons]     0.8.2claws50
5533
5534         * src/prefs_account.c
5535                 fix warnings
5536
5537 2002-09-15 [colin]      0.8.2claws49
5538         
5539         * src/prefs_account.c
5540                 fix pop_before_smtp sensitivity
5541
5542 2002-09-15 [colin]      0.8.2claws48
5543
5544         * src/inc.[ch]
5545                 add inc_pop_before_smtp()
5546                 allow MainWindow to be undefined in 
5547                 inc_account_mail() and inc_start()
5548         * src/pop.c
5549           src/prefs_account.h
5550                 add STYPE_POP_BEFORE_SMTP session type
5551         * src/prefs_account.c
5552                 activated pop before smtp option
5553         * src/send.c
5554                 do pop before smtp if the relevant option 
5555                 is set
5556
5557 2002-09-15 [paul]       0.8.2claws47
5558
5559         * sync with 0.8.3
5560                 see ChangeLog 2002-09-15
5561
5562 2002-09-14 [paul]       0.8.2claws46
5563
5564         * po/bg.po
5565                 updated Bulgarian translation, submitted by
5566                 George Danchev
5567
5568 2002-09-13 [paul]       0.8.2claws45
5569
5570         * src/compose.c
5571                 merge claws' select_account() with main's
5572                 (new) compose_select_account(). [sync with
5573                 0.8.2cvs15, see ChangeLog 2002-09-11]
5574
5575 2002-09-12 [christoph]  0.8.2claws44
5576
5577         * src/filter.c
5578                 allocate 1 elements of FolderItem not 0
5579
5580 2002-09-12 [colin]      0.8.2claws43
5581
5582         * src/compose.c
5583                 Fix bug #590825 (obey Follow-up: poster)
5584
5585 2002-09-12 [colin]      0.8.2claws42
5586
5587         * src/procmime.c
5588                 Fix bug #557009 (wrong headers for messages 
5589                 forwarded as attachments)
5590
5591 2002-09-11 [colin]      0.8.2claws41
5592         
5593         * src/compose.c
5594                 Put SCF: pseudo-header on top of message
5595                 Set draft tmp_flag when saved as draft
5596
5597         * src/procmsg.c
5598           src/procheader.c
5599                 Skip after first \n\n for beginning of real message
5600                 for drafts too
5601
5602 2002-09-11 [christoph]  0.8.2claws40
5603
5604         * src/filtering.c
5605                 use procmsg flag functions in filtering or processing
5606                 will cause incorrect folder message counts
5607
5608 2002-09-11 [colin]      0.8.2claws39
5609
5610         * src/compose.c
5611                 Fix bug #550175 - wrong save folder when reediting
5612                 drafts
5613
5614 2002-09-11 [paul]       0.8.2claws38
5615
5616         * sync with 0.8.2cvs14
5617                 see ChangeLog 2002-09-11
5618
5619 2002-09-11 [colin]      0.8.2claws37
5620
5621         * src/folder.c
5622                 Fix a typo (seeming to cause new/unread status to
5623                 be lost)
5624
5625 2002-09-10 [christoph]  0.8.2claws36
5626
5627         * src/compose.c
5628                 compose_redirect should not use compose_generic_new
5629                 because that does more stuff than expected including
5630                 opening the external editor
5631                 (closes bug "[ 526608 ] bounced messages appear blank
5632                  in editor")
5633
5634 2002-09-10 [christoph]  0.8.2claws35
5635
5636         * src/folder.c
5637                 fix problem with too large message number range
5638                 causing a crash in folder_item_scan
5639
5640 2002-09-10 [paul]       0.8.2claws34
5641
5642         * sync with 0.8.2cvs13
5643                 see ChangeLog 2002-09-10
5644
5645 2002-09-10 [christoph]  0.8.2claws33
5646
5647         * src/msgcache.c
5648                 set MsgInfo TmpFlags for queue and draft folders
5649                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5650
5651 2002-09-10 [paul]       0.8.2claws32
5652
5653         * AUTHORS
5654           po/bg.po      ** NEW FILE **
5655                 new Bulgarian translation submitted by
5656                 George Danchev <danchev@spnet.net>
5657                 
5658         * tools/Makefile.am
5659           tools/README
5660           tools/tb2sylpheed     ** NEW FILE **
5661                 add script that converts an addressbook exported
5662                 from The Bat! into a Sylpheed addressbook. Submitted
5663                 by Urke MMI <urke-kg@eunet.yu>
5664
5665 2002-09-10 [paul]       0.8.2claws31
5666
5667         * sync with 0.8.2cvs12
5668                 see ChangeLog 2002-09-10
5669
5670 2002-09-06 [paul]       0.8.2claws30
5671
5672         * src/prefs_common.c
5673                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5674                 
5675         * tools/Makefile.am
5676           tools/README
5677           tools/ldif-to-xml.py  ** REMOVED **
5678                 remove obsolete python script
5679
5680 2002-09-06 [paul]       0.8.2claws29
5681
5682         * sync with 0.8.2cvs10
5683                 see ChangeLog 2002-09-06
5684
5685 2002-09-04 [paul]       0.8.2claws28
5686
5687         * sync with 0.8.2cvs9
5688                 see ChangeLog 2002-08-04
5689
5690 2002-09-04 [colin]      0.8.2claws27 
5691
5692         * src/prefs_common.[ch]
5693                 Added signature color configuration
5694         * src/textview.c
5695                 Use user-specified signature color
5696
5697 2002-09-03 [colin]      0.8.2claws26
5698
5699         * src/prefs_common.[ch]
5700                 Added autosave and autosave_length prefs
5701         * src/compose.c
5702                 Added compose_remove_draft()
5703                 Auto-save drafts according to the prefs
5704         * src/main.c
5705                 Added a crash-indicator file, allowing to check
5706                 for new messages on startup if Sylpheed crashed
5707                 (makes saved drafts "reappear")
5708
5709 2002-09-03 [colin]      0.8.2claws25
5710
5711         * src/textview.[ch]
5712                 Grey the signature
5713
5714 2002-09-03 [paul]       0.8.2claws24
5715
5716         * sync with 0.8.2cvs8
5717                 see ChangeLog 2002-09-02 and 2002-09-03
5718
5719 2002-09-03 [darko]      0.8.2claws23
5720
5721         * src/folderview.c
5722                 use normal style when creating new folder to pick
5723                 proper font size 
5724
5725 2002-09-02 [melvin]     0.8.2claws22
5726
5727         * src/gtkaspell.m4
5728                 removed some obsolete code
5729
5730 2002-09-02 [melvin]     0.8.2claws21
5731
5732         * ac/aspell.m4
5733                 fixed test's equality sign (== to =)
5734
5735 2002-09-02 [alfons]     0.8.2claws20
5736
5737         * src/folder.c
5738         * src/mh.c
5739                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5740                 as folder->destroy virtual as suggested by Hiro
5741                 (the mh.c code seems to have been lost around mh.c.1.21)
5742
5743 2002-09-02 [paul]       0.8.2claws19
5744
5745         * po/pt_BR.po
5746                 updated by Fabio Jr. Beneditto
5747                 
5748         * src/defs.h
5749                 use 'http://claws.sylpheed.org' for homepage link. 
5750                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5751
5752 2002-09-01 [alfons]     0.8.2claws18
5753
5754         * src/mh.c
5755                 plug memleak related to one Martin Kluge found
5756
5757 2002-08-31 [paul]       0.8.2claws17
5758
5759         * sync with 0.8.2cvs6
5760                 see ChangeLog 2002-08-30
5761
5762 2002-08-31 [alfons]     0.8.2claws16
5763
5764         * src/folder.c
5765                 folder_destroy(): remove mailbox from folderlist even if it has
5766                 no destroy virtual
5767
5768 2002-08-31 [alfons]     0.8.2claws15
5769
5770         * src/folder.c
5771                 :%sno/if(/if (/gc
5772                 :%sno/for(/for (/gc
5773                 (being pedantic I know)
5774
5775 2002-08-31 [alfons]     0.8.2claws14
5776
5777         * src/folder.c
5778                 check for NULL pointers returned from folder->fetch_msginfo virtual
5779                 (should solve some reported crashes)
5780
5781 2002-08-30 [alfons]     0.8.2claws13
5782
5783         * acconfig.h
5784         * configure.in
5785         * src/crash.c
5786                 enable crash dialog on compilation time
5787                 (--enable-crash-dialog configure option)
5788
5789 2002-08-30 [alfons]     0.8.2claws12
5790
5791         * AUTHORS
5792                 add Martin Kluge
5793         * src/mh.c
5794                 apply memory leak plug patch by Martin Kluge
5795                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5796                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5797                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5798
5799 2002-08-30 [darko]      0.8.2claws11
5800
5801         * src/folderview.c
5802                 copy Gtk style from normal style to match
5803                 font size for coloured folders
5804
5805 2002-08-29 [alfons]     0.8.2claws10
5806
5807         * sylpheed.desktop
5808                 Type=Internet <- Type=Application
5809                 (reported by Michael Schwendt, see:
5810                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5811                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5812
5813 2002-08-29 [paul]       0.8.2claws9
5814
5815         * sync with 0.8.2cvs5
5816                 see ChangeLog 2002-08-29
5817
5818 2002-08-29 [colin]      0.8.2claws8
5819
5820         * src/summaryview.c
5821                 Added a sanity check in summary_select_thread
5822                 Should fix bug 601605
5823
5824 2002-08-29 [colin]      0.8.2claws7
5825
5826         * src/main.c
5827                 Revert claws6 changes regarding bug #591676
5828
5829 2002-08-28 [colin]      0.8.2claws6
5830         
5831         * src/main.c
5832                 Ignore cache for queue folderitems
5833                 Fix bug #591676
5834
5835 2002-08-28 [melvin]     0.8.2claws5
5836
5837         * README.claws
5838                 Fixed typos.
5839
5840 2002-08-28 [melvin]     0.8.2claws4
5841
5842         * README.claws
5843                 Updated a bit the text concerning the spell checker
5844
5845 2002-08-28 [melvin]     0.8.2claws3
5846
5847         Merged the GNU_aspell_branch:
5848                 Support of new GNU/aspell is now included and the old pspell
5849                 is not supported anymore.
5850                 See README.claws
5851
5852         * README.claws
5853                 Updated spell checker text to reflect the switch to GNU/aspell
5854
5855         * ac/aspell.m4          *** NEW ***
5856         * src/gtkaspell.[ch]    *** NEW *** 
5857         * ac/pspell.m4          *** DELETED *** 
5858         * src/gtkspell.[ch]     *** DELETED ***
5859
5860         * ac/Makefile.am
5861                 Updated for GNU/aspell support
5862
5863         * po/POTFILES.in
5864                 Replaced gtkspell.c by gtkaspell.c
5865
5866         * acconfig.h
5867         * src/Makefile.am
5868         * src/about.c
5869         * src/compose.[ch]
5870         * src/crash.c
5871         * src/main.c
5872         * src/prefs_common.[ch]
5873                 Updated for GNU/aspell support
5874
5875 2002-08-28 [paul]       0.8.2claws2
5876
5877         * sync with 0.8.2cvs4
5878                 see ChangeLog 2002-08-27 and 2002-08-28
5879
5880 2002-08-28 [colin]      0.8.2claws1
5881
5882         * src/summary_search.c
5883                 Added "AND search"
5884
5885 2002-08-28 [jens]       0.8.2claws
5886
5887         *po/de.po
5888                 Updated German translations
5889
5890 2002-08-27 [melvin]     0.8.2claws
5891
5892         * po/fr.po
5893                 Updated French translations
5894
5895 2002-08-27 [paul]       0.8.2claws
5896
5897         * sync with 0.8.2 main release
5898
5899         * po/en_GB.po
5900           po/es.po
5901           po/it.po
5902           po/pl.po
5903           po/pt_BR.po
5904           po/sr.po
5905                 updated message catalogs submitted by
5906                 Ricardo Mones Lastra, Alessandro Maestri,
5907                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
5908                 Beneditto and Urke MMI  
5909
5910 2002-08-27 [hoa]        0.8.1claws123
5911
5912         * src/mainwindow.[ch]
5913         * src/summaryview.[ch]
5914                 removed the "filter setting" menu option.
5915                 add a "cancel a news message" menu option.
5916
5917 2002-08-26 [martin]     0.8.1claws122
5918
5919         * ChangeLog.claws
5920                 changed string under 0.8.1claws79 changed by myself
5921                 i'm sorry alfons :(
5922
5923 2002-08-26 [martin]     0.8.1claws121
5924
5925         * src/crash.c
5926                 added kill command to debuggerrc to start crash dialog
5927
5928 2002-08-26 [paul]       0.8.1claws120
5929
5930         * sync with 0.8.1cvs31
5931                 see ChangeLog 2002-08-26
5932
5933 2002-08-25 [alfons]     0.8.1claws119
5934
5935         * src/procmsg.c
5936                 fix bug that didn't send out correct headers to news server
5937                 when sending news article and email from queue (bug reported
5938                 and patch provided by Tim Mann; closes bug 
5939                 "[ 583196 ] 0.7.8claws can't post news")
5940
5941 2002-08-25 [alfons]     0.8.1claws118
5942
5943         * src/selective_download.c
5944                 mark two strings as translatable
5945                 (thanks to Urke MMI for pointing this out)
5946
5947 2002-08-25 [alfons]     0.8.1claws117
5948
5949         * src/summaryview.c
5950                 treat sent boxes as special and allow sorting them by addressee
5951                 (closes "[ 589418 ] Sent folder sorting misbehavior"
5952                 submitted by Steve Lamb)
5953
5954 2002-08-24 [alfons]     0.8.1claws116
5955
5956         * src/matcher.c
5957                 fix memleak reported by Martin Kluge
5958                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
5959
5960 2002-08-24 [oliver]     0.8.1claws115
5961
5962         * src/prefs_toolbar.c
5963                 o code cleanup as suggested by Alfons
5964                 o memleak fix
5965
5966 2002-08-24 [alfons]     0.8.1claws114
5967
5968         * src/summaryview.c
5969                 o fix another memory leak reported by Martin Kluge
5970                   (see "[ 599568 ] Small Memory Leak")
5971                 o remove 'from' variable from 'summary_set_header()'; we can
5972                   do with just 'to' 
5973
5974 2002-08-24 [paul]       0.8.1claws113
5975
5976         * sync with 0.8.1cvs30
5977                 see ChangeLog 2002-08-23
5978
5979 2002-08-24 [alfons]     0.8.1claws112
5980
5981         * src/summaryview.c
5982                 remove unnecessary allocations for search bar fixing leaks
5983                 reported by Martin Kluge
5984                 (see "[ 599451 ] Further memory leaks?")
5985
5986 2002-08-24 [alfons]     0.8.1claws111
5987
5988         * src/main.c
5989                 make get_socket_name() public for crash.c
5990         * src/crash.c
5991                 o make report bug button work (goes to claws' 
5992                   bug tracker at sf.net)
5993                 o introduce function for doing important stuff just
5994                   before claws goes down
5995                 o clean up code 
5996
5997 2002-08-24 [alfons]     0.8.1claws110
5998
5999         * src/compose.c
6000                 move cursor to "To" entry when forwarding as attachment
6001                 (reported and solved by Steve Lamb, closes bug report
6002                 "[ 592880 ] Forward as attachment; cursor not in to")
6003
6004 2002-08-24 [colin]      0.8.1claws109
6005
6006         * src/mainwindow.c
6007                 fix quick search visibility after GUI (de)separations.
6008
6009 2002-08-23 [colin]      0.8.1claws108
6010
6011         * src/mainwindow.c
6012                 fix header pane visibility after folderview or
6013                 messageview (de)separation
6014
6015 2002-08-23 [paul]       0.8.1claws107
6016
6017         * src/mainwindow.[ch]
6018           src/toolbar.c
6019                 give full control of display or non-display 
6020                 of the Execute icon to Custom toolbar settings.
6021                 add new sensitivity condition to maninwindow.h: 
6022                 M_DELAY_EXEC
6023
6024         * ChangeLog
6025           ChangeLog.jp
6026           NEWS
6027                 more sync with 0.8.1cvs29
6028
6029 2002-08-23 [melvin]     0.8.1claws106
6030
6031         * src/alertpanel.c
6032                 Readded support for custom widget in alertpanel lost in last
6033                 sync.
6034
6035 2002-08-23 [paul]       0.8.1claws105
6036
6037         * sync with 0.8.1cvs29
6038                 see ChangeLog 2002-08-23
6039
6040 2002-08-23 [colin]      0.8.1claws104
6041
6042         * src/summaryview.c
6043                 Fix folder and search pixmaps exchanging positions
6044                 after theme or toolbar changes. Thank to Oliver for 
6045                 reporting this.
6046
6047 2002-08-23 [colin]      0.8.1claws103
6048
6049         * src/mainwindow.c
6050           src/messageview.[ch]
6051           src/noticeview.[ch]
6052           src/summaryview.c
6053                 Changed messageview_create() and noticeview_create()
6054                 to avoid the last gdk_warning
6055
6056 2002-08-22 [colin]      0.8.1claws102
6057
6058         * src/summaryview.c
6059                 Fix my new `Creating pixmap from xpm' warning
6060
6061 2002-08-22 [colin]      0.8.1claws101
6062
6063         * src/mainwindow.c
6064                 Fix some of the gdk warnings
6065
6066 2002-08-22 [colin]      0.8.1claws100
6067
6068         * src/Makefile.am
6069         * src/stock_pixmap.c
6070         * src/stock_pixmap.h
6071         * src/pixmaps/quicksearch.xpm *ADDED*
6072                 Add the quicksearch pixmap
6073         * src/mainwindow.c
6074         * src/summaryview.c
6075         * src/summaryview.h
6076                 Make quicksearch bar visible/hidden via a button
6077
6078 2002-08-22 [christoph]  0.8.1claws99
6079
6080         * src/folder.c
6081                 fix folder update for newsgroups with message
6082                 numbers below minimum number of articles to fetch
6083                 (closes bug #598445)
6084
6085 2002-08-22 [paul]       0.8.1claws98
6086
6087         * sync with 0.8.1cvs28
6088                 see ChangeLog 2002-08-22
6089
6090 2002-08-21 [alfons]     0.8.1claws97
6091
6092         * src/crash.c
6093                 use bt instead of bt full which seems to work 
6094                 better, and bt full doesn't give a great deal 
6095                 of information anyway
6096
6097 2002-08-21 [colin]      0.8.1claws96
6098
6099         * src/summaryview.c
6100                 fix summaryview_searchtype_changed prototype
6101
6102 2002-08-21 [christoph]  0.8.1claws95
6103
6104         * src/mainwindow.c
6105                 o fix broken menu update for sorting type, we have to
6106                   get this info from the summaryview now
6107                 o removed setting of threaded state in menu callback
6108         * src/summaryview.[ch]
6109                 more summaryview/folderitem seperation for
6110                 threading option
6111         * configure.in
6112                 removed not required --with-compiler-flags option
6113
6114 2002-08-21 [oliver]     0.8.1claws94
6115         
6116         * src/toolbar.h 
6117                 o rename toolbar.xml to toolbar_main.xml
6118                   since toolbar_compose.xml might come up 
6119                   any time soon
6120         * README.claws
6121                 add custom toolbar              
6122
6123 2002-08-21 [darko]      0.8.1claws93
6124
6125         * src/procmsg.c
6126                 don't reset tmp flags for messages copied
6127                 to sent folder
6128
6129 2002-08-21 [colin]      0.8.1claws92
6130         
6131         * src/prefs_filtering.c
6132                 fix renaming rules on folder rename 
6133                 when folder is not a leaf folder
6134
6135 2002-08-21 [paul]       0.8.1claws91
6136
6137         * src/prefs_folder_item.c
6138                 fix alignment of colour selector
6139
6140 2002-08-21 [paul]       0.8.1claws90
6141
6142         * sync with 0.8.1cvs27
6143                 see ChangeLog 2002-08-21
6144
6145 2002-08-21 [paul]       0.8.1claws89
6146
6147         * src/summaryview.c
6148                 fix crash when changing field type in
6149                 Quick search bar
6150
6151 2002-08-21 [colin]      0.8.1claws88
6152
6153         * src/summaryview.c
6154                 Made quick search case-insensitive
6155
6156 2002-08-21 [paul]       0.8.1claws87
6157
6158         * sync with 0.8.1cvs26
6159                 see ChangeLog 2002-08-21
6160
6161 2002-08-20 [christoph]  0.8.1claws86
6162
6163         * src/folderview.c
6164         * src/main.c
6165         * src/summaryview.[ch]
6166                 more summaryview/folderitem seperation for
6167                 sort_key and sort_type
6168         * src/procmsg.c
6169                 added missing return statement
6170
6171 2002-08-20 [colin]      0.8.1claws85
6172
6173         * src/summaryview.[ch]
6174                 Added a quick search box
6175         * src/mainwindow.c
6176         * src/prefs_common.[ch]
6177                 Added a show/hide option for the quick search
6178
6179 2002-08-20 [oliver]     0.8.1claws84
6180         
6181         * src/mainwindow.c
6182                 remove toolbar_create_popups
6183         * src/toolbar.[ch]
6184                 o remove toolbar_create_popups
6185                 o fix toolbar_set_sensitive 
6186                   (Bug reports #596834 and #596832)     
6187         * src/prefs_toolbar.c
6188                 o add "Set default" button
6189                 o align label and text + combo widgets
6190
6191 2002-08-20 [hoa]        0.8.1claws83bis
6192
6193         * src/imap.c
6194                 fixed a bug in imap_fetch_msginfo() in case there is no
6195                 current folder.
6196
6197 2002-08-20 [darko]      0.8.1claws83
6198
6199         * src/folderview.c
6200                 copy the color style of folder view so it
6201                 works with GTK themes
6202
6203 2002-08-20 [darko]      0.8.1claws82
6204
6205         * src/folder.h
6206         * src/folderview.c
6207         * src/prefs_folder_item.[hc]
6208                 don't use UI stuff in folder.h
6209
6210 2002-08-20 [darko]      0.8.1claws81
6211
6212         * src/folder.h
6213         * src/prefs_folder_item.h
6214         * src/folderview.c
6215         * src/prefs_folder_item.c
6216                 ability to set folder color in folderview
6217
6218 2002-08-19 [alfons]     0.8.1claws80
6219
6220         * src/summaryview.c
6221                 fix one of the earlier memleaks reported by Martin Kluge
6222
6223 2002-08-19 [alfons]     0.8.1claws79
6224
6225         * src/mainwindow.c
6226                 hide notice view when selecting seperate folder
6227                 view (reported by Urke MMI)
6228
6229 2002-08-19 [christoph]  0.8.1claws78
6230
6231         * src/folderview.c
6232         * src/prefs_folder_item.h
6233         * src/summaryview.[ch]
6234                 o add summary_set_prefs_from_folderitem to set
6235                   summaryview prefs (first step to remove all
6236                   references to the folderitem in summaryview)
6237                 o moved compiled regex stuff from folderitem prefs
6238                   to summaryview code
6239
6240 2002-08-19 [paul]       0.8.1claws77
6241
6242         * src/compose.c
6243                 add check for '.' to QUOTE_IF_REQUIRED
6244
6245 2002-08-19 [paul]       0.8.1claws76
6246
6247         * src/inc.c
6248                 sync with 0.8.1cvs25 (plug memory leak)
6249
6250         * src/prefs_toolbar.c
6251                 re-order prefs_toolbar_cancel()
6252
6253 2002-08-18 [alfons]     0.8.1claws75
6254
6255         * src/inc.c
6256         * src/matcher.c
6257                 plug other memleaks reported by Martin Kluge
6258
6259 2002-08-18 [paul]       0.8.1claws74
6260
6261         * po/pt_BR.po
6262                 updated by Fabio Jr. Beneditto
6263
6264 2002-08-18 [paul]       0.8.1claws73
6265
6266         * src/toolbar.[ch]
6267                 fix bug where tooltips were displayed untranslated              
6268
6269         * src/prefs_toolbar.c
6270                 fix bug where clicking 'Cancel' creates an icon & text
6271                 toolbar regardless of prefs
6272         
6273
6274 2002-08-17 [oliver]     0.8.1claws72
6275
6276         * src/prefs_toolbar.c
6277                 update toolbar on CANCEL
6278                 bug reported by Martin Kluge
6279         * src/toolbar.c
6280                 toolbar_destroy memleak fixed           
6281
6282 2002-08-17 [alfons]     0.8.1claws71
6283
6284         * src/toolbar.c
6285                 plug another memleak reported by Martin Kluge
6286
6287 2002-08-16 [alfons]     0.8.1claws70
6288
6289         * src/crash.c
6290                 use execvp() correctly (suggested by wwp; thanks!)
6291
6292 2002-08-16 [alfons]     0.8.1claws69
6293
6294         * src/gtksctree.c
6295                 plug memory leak reported by Kim Schultz & Martin Kluge
6296
6297 2002-08-16 [paul]       0.8.1claws68
6298
6299         * po/es.po
6300                 updated by Ricardo Mones Lastra
6301
6302 2002-08-16 [paul]       0.8.1claws67
6303
6304         * src/toolbar.h
6305                 fix bug where 'Compose News' icon showed wrong
6306                 tooltip
6307
6308 2002-08-16 [paul]       0.8.1claws66
6309
6310         * sync with 0.8.1cvs24
6311                 see ChangeLog 2002-08-16
6312
6313         * po/it.po
6314                 updated by Alessandro Maestri
6315
6316 2002-08-15 [paul]       0.8.1claws65
6317
6318         * po/sr.po
6319                 updated by Urke MMI
6320
6321 2002-08-15 [paul]       0.8.1claws64
6322
6323         * src/*.c
6324                 don't translate debug info
6325
6326         * src/matcher.[ch]
6327                 add copyright info
6328
6329 2002-08-15 [paul]       0.8.1claws63
6330
6331         * src/prefs_toolbar.c
6332                 fix bug where clicking 'OK' creates an icon & text
6333                 toolbar regardless of prefs
6334
6335 2002-08-14 [alfons]     0.8.1claws62
6336
6337         * src/main.c
6338                 add global var that has the full argv[0]
6339         * src/crash.c
6340                 o execvp the correct sylpheed by using argv0
6341                   and setting the correct work dir
6342                 o other tweaks  
6343
6344 2002-08-14 [oliver]     0.8.1claws61
6345         
6346         * enable/disable Toolbar Action Buttons 
6347         * code cleanups
6348         * src/mainwindow.c
6349         * src/toolbar.[ch]      
6350         * src/prefs_toolbar.c   
6351
6352 2002-08-14 [melvin]     0.8.1claws60
6353
6354         * po/fr.po
6355                 Updated French translations
6356
6357 2002-08-14 [melvin]     0.8.1claws59
6358
6359         * src/crash.c
6360                 Made bug report not translatable
6361         * src/exporthtml.c
6362                 Fixed exporthtml_build_filespec() return value
6363         * src/foldersel.c
6364                 Fixed incorrect include file
6365         * src/gtkspell.c
6366         * src/prefs_actions.c
6367         * src/prefs_toolbar.c
6368                 Made debug info not translatable
6369         * src/mutt.c
6370         * src/quote_fmt.c
6371                 Added missing includes
6372         * src/prefs_common.c
6373                 Fixed typo
6374
6375 2002-08-14 [paul]       0.8.1claws58
6376
6377         * faq/es/sylpheed-faq.html
6378           faq/es/sylpheed-faq-[1-3].html
6379           faq/es/sylpheed-faq-4.html     **NEW FILE **
6380                 update Spanish FAQ
6381
6382 2002-08-13 [christoph]  0.8.1claws57
6383
6384         * src/procmsg.c
6385                 ignore thread fix that did not mark all
6386                 child nodes of a ignored thread as
6387                 ignored. Does not work perfectly yet,
6388                 but it is better now
6389
6390 2002-08-13 [alfons]     0.8.1claws56
6391
6392         * src/crash.c
6393                 o implement 'save crash log'
6394                 o some tweaks
6395
6396 2002-08-13 [melvin]     0.8.1claws55
6397
6398         * src/main.c
6399                 removed unrequired "execinfo.h" header
6400
6401 2002-08-12 [paul]       0.8.1claws54
6402
6403         * faq/en/sylpheed-faq.html
6404           faq/en/sylpheed-faq-[1-3].html
6405           faq/en/sylpheed-faq-4.html     **NEW FILE **
6406                 update English FAQ
6407
6408 2002-08-12 [alfons]     0.8.1claws53
6409
6410         * po/POTFILES.in
6411                 add crash.c to translatables
6412         * src/crash.c
6413                 bring in Leandro's crash dialog
6414
6415 2002-08-11 [alfons]     0.8.1claws52
6416
6417         * src/crash.c
6418                 clean up some warnings
6419
6420 2002-08-11 [alfons]     0.8.1claws51
6421
6422         * acconfig.h
6423         * configure.in
6424         * src/crash.[ch]        ** NEW FILES **
6425         * src/main.c            
6426                 initial gdb crash handler
6427
6428 2002-08-11 [paul]       0.8.1claws50
6429
6430         * src/prefs_toolbar.c
6431                 replace Up/Down arrow pixmaps with text to be
6432                 consistent across icon themes
6433
6434 2002-08-11 [paul]       0.8.1claws49
6435
6436         * src/prefs_common.c
6437           src/prefs_toolbar.c
6438                 rename 'Pixmap' -> 'Icon'
6439
6440         * src/toolbar.[ch]
6441                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6442
6443 2002-08-10 [paul]       0.8.1claws48
6444
6445         * src/prefs_toolbar.c
6446                 re-work the UI
6447
6448 2002-08-10 [paul]       0.8.1claws47
6449
6450         * src/main.c
6451                 don't write Processing progress to status bar
6452                 patch submitted by Alexander Evseev
6453
6454         * src/prefs_toolbar.c
6455                 re-position and resize window
6456                 make window assume correct size on first call
6457
6458 2002-08-10 [paul]       0.8.1claws46
6459
6460         * src/mainwindow.c
6461           src/prefs_toolbar.c
6462           src/toolbar.c
6463           src/toolbar.h
6464                 obey coding style
6465                 follow UI text conventions
6466
6467 2002-08-10 [alfons]     0.8.1claws45
6468
6469         * src/toolbar.c
6470                 correct pixmap for delete action
6471
6472 2002-08-10 [paul]       0.8.1claws44
6473
6474         * po/pt_BR.po
6475                 updated by Fabio Jr. Beneditto
6476
6477 2002-08-10 [paul]       0.8.1claws43
6478
6479         * po/POTFILES.in
6480                 add custom toolbar files
6481
6482 2002-08-10 [paul]       0.8.1claws42
6483
6484         * sync with 0.8.1cvs22
6485                 see ChangeLog 2002-08-09
6486
6487 2002-08-09 [paul]       0.8.1claws41
6488
6489         * tools/Makefile.am
6490           tools/README
6491           tools/outlook2sylpheed.pl     ** NEW FILE **
6492                 add script to convert exported Outlook
6493                 contacts list to a Sylpheed addressbook.
6494                 Submitted by Ricardo Mones Lastra.
6495
6496 2002-08-09 [paul]       0.8.1claws40
6497
6498         * AUTHORS
6499           configure.in
6500           po/sr.po      ** NEW FILE **
6501                 add Serbian message catalog. Submitted by
6502                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6503
6504 2002-08-09 [paul]       0.8.1claws39
6505
6506         * sync with 0.8.1cvs21
6507                 see ChangeLog 2002-08-08
6508
6509 2002-08-08 [oliver]     0.8.1claws38
6510
6511         * src/mainwindow.c
6512                 move Custom Toolbar to Configuration menu
6513
6514 2002-08-08 [oliver]     0.8.1claws37
6515
6516         * src/prefs_toolbar.c
6517                 fix substitute pixmap bug
6518
6519 2002-08-08 [paul]       0.8.1claws36
6520
6521         * sync with 0.8.1cvs19
6522                 see ChangeLog 2002-08-08
6523
6524 2002-08-07 [christoph]  0.8.1claws35
6525
6526         * src/utils.c
6527                 fixed a memory leak in new canonicalize_file_replace
6528
6529 2002-08-07 [christoph]  0.8.1claws34
6530
6531         * src/utils.[ch]
6532                 o canonicalize_file_replace should create the temporary
6533                   file in the same directory as the original file.
6534                 o added get_tmpfile_in_dir that creates a temorary file
6535                   in a specified directory.
6536
6537 2002-08-07 [melvin]     0.8.1claws33
6538
6539         * src/toolbar.c
6540                 fixed bug where 'Article' button acted as 'Email' button.
6541
6542 2002-08-07 [paul]       0.8.1claws32
6543
6544         * sync with 0.8.1.cvs17
6545                 see ChangeLog 2002-08-07
6546
6547 2002-08-07 [colin]      0.8.1claws31
6548         
6549         * src/news.c
6550                 fix mass-cancel problem
6551
6552 2002-08-07 [thorsten]   0.8.1claws30
6553
6554         * src/prefs_toolbar.c
6555                 fix: crash on replace or add new button
6556         * src/toolbar.c
6557                 fix: close xmlfile after reading
6558         * src/utils.c
6559                 fix: unlink() file before rename()
6560
6561 2002-08-06 [paul]       0.8.1claws29
6562
6563         * sync with 0.8.cvs15
6564                 see ChangeLog 2002-08-06
6565
6566 2002-08-06 [oliver]     0.8.1claws28
6567
6568         * src/toolbar.c
6569         * src/prefs_toolbar.c
6570                 fixed empty toolbar issue
6571
6572 2002-08-06 [oliver]     0.8.1claws27
6573
6574         * Custom Toolbar Final 
6575         * src/folderview.c
6576         * src/inc.c
6577         * src/summaryview.c
6578                 o toolbar stuff now lives in src/toolbar.[ch]
6579                 o main_window_toolbar_* functions are renamed to
6580                   toolbar_* reflecting their new source file
6581         * src/mainwindow.[ch]
6582                 o remove toolbar stuff  
6583
6584 2002-08-06 [oliver]     0.8.1claws26
6585         
6586         * src/Makefile.am
6587         * src/prefs_toolbar.[ch]        **New File**
6588         * src/toolbar.[ch]              **New File**
6589                 o prefs_toolbar.[ch] custom toolbar frontend
6590                 o toolbar.[ch]       backend 
6591
6592 2002-08-06 [oliver]     0.8.1claws25
6593
6594         * src/prefs_actions.[ch]
6595                 o new exported function actions_execute
6596
6597 2002-08-06 [paul]       0.8.1claws24
6598
6599         * sync with 0.8.1cvs4
6600                 see ChangeLog 2002-08-06
6601
6602 2002-08-06 [paul]       0.8.1claws23
6603
6604         * sync with 0.8.1cvs13
6605                 see ChangeLog 2002-08-06
6606
6607 2002-08-06 [paul]       0.8.1claws22
6608
6609         * sync with 0.8.1cvs12
6610                 see ChangeLog 2002-08-05 and 2002-08-06
6611
6612 2002-08-06 [match]      0.8.1claws21
6613
6614         * src/addrclip.c
6615                 improvements to cut/copy/paste address
6616
6617 2002-08-05 [match]      0.8.1claws20
6618
6619         * src/addritem.[ch]
6620         * src/addrcache.c
6621         * src/addrbook.c
6622         * src/editaddress.c
6623         * src/addressbook.c
6624                 fixes to improve cut/copy/paste
6625
6626 2002-08-06 [melvin]     0.8.1claws19
6627
6628         * src/account.[ch]
6629                 account_find_all_from_address(): new function that returns the
6630                 list of all accounts that are matched in an address.
6631         * src/alertpanel.[ch]
6632                 alertpanel() now accepts a custom widget
6633                 alertpanel_with_widget(): new function that pops up a panel with
6634                 a custom widget in it 
6635         * src/gtkutils.[ch]
6636                 gtkut_account_menu_new(): new function that allows the selection
6637                 of an account from a list of accounts.
6638         * src/messageview.c
6639                 Extended Return Receipt notification to select the correct 
6640                 account and to make a security test on the Delivery-Notification
6641                 address which should be the same as the Return-Path.
6642
6643 2002-08-06 [thorsten]   0.8.1claws18
6644
6645         * src/mimeview.c
6646                 attach_all: save unnamed as "noname.%d",
6647                 dont free static dirname
6648
6649 2002-08-05 [alfons]     0.8.1claws17
6650
6651         * configure.in
6652                 detect XIM by trying to link rather than compile a XIM program
6653
6654 2002-08-05 [oliver]     0.8.1claws16
6655                 
6656         * src/stock_pixmap.[ch]
6657                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6658                 o new func to retrieve pixmaps
6659
6660 2002-08-05 [paul]       0.8.1claws15
6661
6662         * sync with 0.8.1cvs10
6663                 see ChangeLog 2002-08-05
6664
6665 2002-08-04 [alfons]     0.8.1claws14
6666
6667         * src/textview.c
6668                 see if this plugs memleak
6669
6670 2002-08-04 [melvin]     0.8.1claws13
6671
6672         * src/gtkspell.c
6673                 fixed bug that could crash Sylpheed when highlighting
6674                 all misspelled words.
6675
6676 2002-08-03 [melvin]     0.8.1claws12
6677
6678         * src/prefs_actions.c
6679                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6680         * src/messageview.c
6681                 fixed bug where the Return Receipt was sent to
6682                 Delivery-Notification-To address even if it was not present
6683
6684 2002-08-02 [alfons]     0.8.1claws11
6685
6686         * src/prefs_actions.c
6687                 o more check for NULLs
6688                 o put create_io_dialog() in right conditional block
6689
6690 2002-08-02 [paul]       0.8.1claws10
6691
6692         * po/es.po
6693                 updated by Ricardo Mones Lastra
6694
6695 2002-08-01 [christoph]  0.8.1claws9
6696
6697         * src/folder.c
6698                 don't free the cache of the opened
6699                 folder in the summaryview
6700         * src/summaryview.c
6701                 don't unset flags, if it is not required
6702
6703 2002-08-01 [paul]       0.8.1claws8
6704
6705         * sync with 0.8.1cvs8
6706                 see ChangeLog entry 2002-08-01
6707
6708 2002-08-01 [paul]       0.8.1claws7
6709
6710         * sync with 0.8.1cvs7
6711                 see ChangeLog 2002-07-31 and 2002-08-01
6712
6713 2002-07-31 [christoph]  0.8.1claws6
6714
6715         * src/mainwindow.c
6716                 forgot to update menu sensitivity
6717                 function for new menu entry
6718
6719 2002-07-31 [alfons]     0.8.1claws5
6720
6721         * src/main.c
6722                 check folder item and its path for NULL on
6723                 initial processing
6724
6725 2002-07-31 [christoph]  0.8.1claws4
6726
6727         * src/folder.c
6728                 check if folder_item_get_msginfo in
6729                 folder_item_remove_msg returned NULL
6730         * src/imap.c
6731                 better clear the uid cache in the
6732                 uid validity check function and delete
6733                 cached messages
6734
6735 2002-07-31 [paul]       0.8.1claws3
6736
6737         * man/sylpheed.1
6738                 add the '--attach' option and a few other
6739                 minor changes
6740
6741 2002-07-31 [paul]       0.8.1claws2
6742
6743         * sync with 0.8.1cvs5
6744                 see ChangeLog 2002-07-31
6745
6746 2002-07-31 [christoph]  0.8.1claws1
6747
6748         * src/folderview.[ch]
6749         * src/mainwindow.c
6750                 replace "Rescan all folders..." with
6751                 "Check all folders for new messages..."
6752
6753 2002-07-30 [paul]       0.8.1claws
6754
6755         * version 0.8.1claws released
6756
6757 2002-07-30 [paul]       0.8.0claws29
6758
6759         * tools/OOo2sylpheed.pl ** NEW FILE **
6760           tools/README
6761                 add script to enable sending documents as
6762                 attachments from OpenOffice.org
6763
6764 2002-07-30 [melvin]     0.8.0claws28
6765
6766         * src/prefs_actions.c
6767                 Made the actions' input/output dialog display
6768                 without delay.
6769
6770 2002-07-30 [christoph]  0.8.0claws27
6771
6772         * src/procmsg.c
6773                 check if folder_item_get_msginfo in
6774                 procmsg_save_to_outbox returned NULL
6775
6776 2002-07-30 [paul]       0.8.0claws26
6777
6778         * sync with 0.8.1cvs4
6779                 see ChangeLog 2002-07-29
6780
6781 2002-07-29 [thorsten]   0.8.0claws25
6782
6783         * README.claws
6784                 added selective download, delete on server
6785
6786 2002-07-29 [paul]       0.8.0claws24
6787
6788         * sync with 0.8.1cvs3
6789                 see ChangeLog 2002-07-29
6790
6791 2002-07-27 [christoph]  0.8.0claws23
6792
6793         * src/folder.c
6794                 add extra check if fetching the msginfo
6795                 returned NULL
6796
6797 2002-07-27 [paul]       0.8.0claws22
6798
6799         * sync with 0.8.1cvs2
6800                 see ChangeLog 2002-07-26
6801
6802 2002-07-27 [christoph]  0.8.0claws21
6803
6804         * src/imap.c
6805                 add another check if a valid msginfo
6806                 was returned
6807
6808 2002-07-26 [hoa]        0.8.0claws20
6809
6810         * src/folder.c
6811                 Fixed a condition in folder_item_destroy()
6812
6813         * src/imap.c
6814                 Fixed an error in IMAP protocol
6815
6816 2002-07-26 [alfons]     0.8.0claws19
6817
6818         * src/folder.c
6819                 ofcourse compare with identifier, not the path
6820
6821 2002-07-26 [alfons]     0.8.0claws18
6822
6823         * src/folder.c
6824                 use folder item identifier for saving / restoring
6825                 preferences because folder->path might not be unique
6826
6827 2002-07-26 [melvin]     0.8.0claws17
6828
6829         * src/logwindow.c
6830                 Fixed a crash introduced in 0.8.0claws5 when log is 
6831                 cut under 80 characters.
6832
6833 2002-07-26 [paul]       0.8.0claws16
6834
6835         * sync with 0.8.1cvs1
6836                 see ChangeLog 2002-07-26
6837
6838 2002-07-26 [christoph]  0.8.0claws15
6839
6840         * src/imap.[ch]
6841                 imap folder now remembers the last selected
6842                 folder and imap_fetch_msginfo skips selecting
6843                 the folder if it is already selected
6844
6845 2002-07-26 [christoph]  0.8.0claws14
6846
6847         * src/folder.c
6848         * src/folderview.c
6849         * src/imap.c
6850                 fix imap folder rescanning
6851
6852 2002-07-25 [christoph]  0.8.0claws13
6853
6854         * src/filter.c
6855         * src/folder.[ch]
6856         * src/folderview.c
6857         * src/imap.[ch]
6858         * src/mainwindow.c
6859         * src/mbox_folder.c
6860         * src/mh.c
6861         * src/news.c
6862                 implement imap uid cache and uid validity check
6863
6864 2002-07-25 [alfons]     0.8.0claws12
6865
6866         * src/summaryview.c
6867                 fix a brown paper bag bug, and also add some more
6868                 checks
6869
6870 2002-07-25 [christoph]  0.8.0claws11
6871
6872         * src/folder.c
6873                 don't mix copy, fetch_msginfo and remove
6874                 operations in folder item copy and move
6875                 operations
6876
6877 2002-07-25 [christoph]  0.8.0claws10
6878
6879         * src/folderview.c
6880         * src/mainwindow.c
6881         * src/prefs_folder_item.c
6882         * src/summaryview.[ch]
6883                 remove no longer required parameter update_cache from
6884                 summary_show
6885
6886 2002-07-25 [paul]       0.8.0claws9
6887
6888         * sync with 0.8.1
6889         
6890         * AUTHORS
6891                 a few corrections
6892
6893 2002-07-24 [alfons]     0.8.0claws8
6894
6895         * src/summaryview.c
6896                 sort correctly when using simplified subject line
6897                 (closes feature request "[ 585141 ] applying regexp to subject 
6898                 before sort" submitted by Alexandra Walford)
6899
6900 2002-07-24 [paul]       0.8.0claws7
6901
6902         * sync with 0.8.0cvs3
6903                 see ChangeLog 2002-07-24
6904
6905 2002-07-23 [christoph]  0.8.0claws6
6906
6907         * src/folder.c
6908         * src/folder.h
6909         * src/summaryview.c
6910         * src/summaryview.h
6911         * src/main.c
6912                 o separate processing and summaryview
6913                 o removed summary_write_cache from summaryview
6914                 o removed summaryview->killed_messages, because we don't have
6915                   to keep a list of killed messages anymore. New cache will
6916                   keep the hidden messages in cache anyway
6917         * src/folderview.c
6918         * src/inc.c
6919         * src/selective_download.c
6920                 o removed unnecessary summary_write_cache calls
6921         * src/procmsg.c
6922                 o don't set ignore thread flag in procmsg_get_thread_tree
6923                   if it is already set
6924         * src/mainwindow.c
6925         * src/statusbar.h
6926                 o moved STATUSBAR_PUSH/POP to statusbar.h because
6927                   they are used in different files
6928
6929 2002-07-23 [melvin]     0.8.0claws5
6930
6931         * src/addressbook.c
6932         * src/addrgather.c
6933         * src/editaddress.c
6934         * src/editgroup.c
6935         * src/editldap_basedn.c
6936         * src/importldif.c
6937         * src/prefs_common.c
6938                 Fixed few memory leak (gtk_editable_get_chars returns
6939                 an allocated string)
6940         * src/logwindow.c
6941                 Fixed few memory leak (gtk_editable_get_chars returns
6942                 an allocated string) and modified a little the log cutting
6943                 loop.
6944         * src/compose.c
6945                 Replaced a call to an obsolete function gtk_entry_get_text()
6946                 by gtk_editable_get_chars()
6947         * src/send.c
6948                 Removed a debug printf
6949
6950 2002-07-23 [christoph]  0.8.0claws4
6951
6952         * src/filesel.c
6953                 fix another g_dirname memory leak
6954
6955 2002-07-23 [christoph]  0.8.0claws3
6956
6957         * src/mh.c
6958                 fixed a memory leak in mh_fetch_msginfo
6959                 fixed crash when message header could not be
6960                 parsed
6961
6962 2002-07-23 [paul]       0.8.0claws2
6963
6964         * sync with 0.8.0cvs2
6965                 see ChangeLog 2002-07-23
6966
6967 2002-07-23 [paul]       0.8.0claws1
6968
6969         * sync with 0.8.0cvs1
6970                 see ChangeLog 2002-07-23
6971
6972 2002-07-23 [paul]       0.8.0claws
6973
6974         * release of 0.8.0claws
6975
6976 2002-07-23 [paul]       0.7.8claws99
6977
6978         * po/ru.po
6979                 new Russian translation, submitted by
6980                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
6981
6982 2002-07-22 [jens]       0.7.8claws98
6983
6984         * po/de.po
6985                 Updated German translations.
6986
6987 2002-07-22 [paul]       0.7.8claws97
6988
6989         * po/es.po
6990           po/it.po
6991           po/nl.po
6992           po/pt_BR.po
6993                 updated translations by Ricardo Mones Lastra,
6994                 Alessandro Maestri, Wilbert Berendsen and 
6995                 Fabio Jr. Beneditto respectively
6996
6997 2002-07-22 [christoph]  0.7.8claws96
6998
6999         * src/mimeview.c
7000                 fix memory leak caused by wrong g_dirname usage
7001
7002 2002-07-22 [christoph]  0.7.8claws95
7003
7004         * src/summaryview.c
7005                 update new and unread message counts for summaryview
7006                 summaryview does not get it from the folder anymore
7007                 and has to update the values itself
7008
7009 2002-07-22 [melvin]     0.7.8claws94
7010
7011         * po/fr.po
7012                 Updated French translations.
7013
7014 2002-07-22 [christoph]  0.7.8claws93
7015
7016         * src/matcher.c
7017                 set prop->preg pointer to NULL or following check
7018                 will not fail and regexec will be called with
7019                 invalid pointer
7020
7021 2002-07-21 [alfons]     0.7.8claws92
7022         
7023         * src/prefs_common.[ch]
7024                 remove option "Send return receipt on request"
7025
7026 2002-07-21 [thorsten]   0.7.8claws91
7027
7028         * src/mimeview.c
7029                 fixed memleaks, coding style as pointed out by alfons
7030
7031 2002-07-21 [alfons]     0.7.8claws90
7032
7033         * src/messageview.c
7034         * src/noticeview.[ch]
7035                 o fix bug notice view being displayed when going to empty folder 
7036                   (noticed by Christoph)
7037                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7038                   (noticed by Thorsten)
7039
7040 2002-07-21 [thorsten]   0.7.8claws89
7041
7042         * src/mimeview.c
7043                 Included save_all patch from Xaview FACQ
7044                 added support for pathnames
7045
7046 2002-07-21 [alfons]     0.7.8claws88
7047
7048         * po/POTFILES.in
7049         * src/Makefile.am
7050         * src/mainwindow.c
7051         * src/messageview.[ch]
7052         * src/noticeview.c      ** NEW FILE **
7053         * src/noticeview.h      ** NEW FILE **
7054                 make return receipts work again
7055                 (UI idea by Leandro Pereira)
7056
7057 2002-07-21 [paul]       0.7.8claws87
7058
7059         * src/summaryview.c
7060                 fix sensitivity of 'Select thread'
7061
7062 2002-07-21 [paul]       0.7.8claws86
7063
7064         * src/prefs_common.c
7065                 add browser command line for Galeon
7066
7067 2002-07-21 [paul]       0.7.8claws85
7068
7069         * Makefile.am
7070                 fix 'EXTRA_DIST': remove README.README, add TODO
7071                 and TODO.claws
7072
7073 2002-07-21 [alfons]     0.7.8claws84
7074
7075         * src/gtkstext.c
7076                 make enter clear selection
7077                 (closes "[ 579888 ] Editor selection/entry error"
7078                 reported by Steve Lamb)
7079
7080 2002-07-21 [alfons]     0.7.8claws83
7081         
7082         * src/summaryview.c
7083                 sort message list when selecting unthread messages
7084                 (closes "[ 501593 ] switching threaded view doesn't sort"
7085                 reported by Simon Schubert)
7086
7087 2002-07-20 [alfons]     0.7.8claws82
7088         
7089         * src/matcher.c
7090                 const-correctness
7091
7092 2002-07-20 [thorsten]   0.7.8claws81
7093
7094         * src/matcher.c
7095                 Fixed expansion of empty fields in matchactions
7096
7097 2002-07-19 [melvin]     0.7.8claws80
7098
7099         * src/gtkspell.c
7100                 Removed a duplicate menu entry (fast mode) introduced during
7101                 the new cache merge
7102                 Added a menu separator between 'Use alternate' and 'Fast mode'
7103
7104 2002-07-19 [paul]       0.7.8claws79
7105
7106         * tools/Makefile.am
7107           tools/README
7108                 correct typos
7109
7110 2002-07-19 [thorsten]   0.7.8claws78
7111
7112         * tools/calypso_convert.pl      ** NEW FILE **
7113           tools/README
7114           tools/Makefile.am
7115                 script to import mbox files exported
7116                 by calypso
7117                 o generates folder structure
7118                 o includes attachments
7119
7120 2002-07-19 [melvin]     0.7.8claws77
7121
7122         * src/selective_download.[ch]
7123                 Fixed bug where closing the dialog with the window manager's
7124                 close button will not unlock the summary
7125                 Corrected some function declarations that missed a return value
7126                 Made the source code comply better with coding style.
7127         * src/prefs_common.c
7128                 Added new browser command line for Mozilla.
7129
7130 2002-07-18 [paul]       0.7.8claws76
7131
7132         * src/mainwindow.c
7133           src/selective_download.[ch]
7134                 reflect theme changes, fix Gdk Warning when creating 
7135                 pixmap from NULL window, and minor clean up.
7136                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7137
7138         * po/en_GB.po
7139                 updated
7140
7141 2002-07-17 [paul]       0.7.8claws75
7142
7143         * INSTALL[.jp]
7144                 sync with 0.8.0
7145         
7146         * po/en_GB.po
7147                 updated
7148
7149 2002-07-16 [paul]       0.7.8claws74
7150
7151         * tools/filter_conv.pl
7152           tools/README
7153                 replace conversion script with reimplemented version, 
7154                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7155
7156 2002-07-16 [colin]      0.7.8claws73
7157
7158         * src/summaryview.c
7159                 remove forgotten debug messages - sorry ;-)
7160
7161 2002-07-16 [colin]      0.7.8claws72
7162
7163         * src/mimeview.c
7164           src/summaryview.c
7165           src/textview.c
7166           src/textview.h
7167                 add the ability to select part of a text mime-part 
7168                 to reply.
7169
7170 2002-07-15 [christoph]  0.7.8claws71
7171
7172         * src/folder.c
7173                 fix folder message count for folders without
7174                 msg_is_changed (includes news folders)
7175
7176 2002-07-15 [martin]     0.7.8claws70
7177
7178         * src/summaryview.c
7179                 option "display recipient on 'From'..." now works
7180                 without the need of enabling the option
7181                 "display  sender  using  address  book".
7182
7183 2002-07-15 [christoph]  0.7.8claws69
7184
7185         * src/summaryview.c
7186                 removed setting folder status from summaryview.
7187                 folder.c should update all message counts correctly.
7188
7189 2002-07-15 [paul]       0.7.8claws68
7190
7191         * po/pt_BR.po
7192                 updated by Fabio Junior Beneditto
7193
7194 2002-07-15 [darko]      0.7.8claws67
7195
7196         * src/mh.c
7197                 Fixed target folder colorization, don't decrease op
7198                 number twice
7199
7200 2002-07-14 [paul]       0.7.8claws66
7201
7202         * sync with main 0.8.0
7203                 see ChangeLog 2002-07-14
7204
7205 2002-07-13 [melvin]     0.7.8claws65
7206         
7207         * src/addrbook.c
7208         * src/addressbook.c
7209         * src/addrindex.c
7210                 Replaced sprintf by g_snprintf to prevent possible buffer
7211                 overflow.
7212         * src/news.c
7213                 Corrected a log message output format.
7214                 Added a missing "done" debug output.
7215         * src/compose.c
7216                 Added keyboard accelerator for Priority menu items
7217                 Added missing \n in debug output
7218         * src/logwindow.c
7219         * src/gtkspell.c
7220         * src/rfc2015.c
7221                 Added missing \n in debug output
7222
7223 2002-07-13 [paul]       0.7.8claws64
7224
7225         * man/sylpheed.1
7226                 change Sergey's email address to the sf address
7227
7228         * src/textview.c
7229                 increase show_url_timeout (more useful for long
7230                 urls)
7231
7232 2002-07-12 [sergey]     0.7.8claws63
7233
7234         * src/rfc2015.c
7235                 applied (with some modifications) patch to set the
7236                 micalg parameter for signatures
7237                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7238
7239 2002-07-12 [sergey]     0.7.8claws62
7240
7241         * man/Makefile.am
7242         * configure.in
7243                 fixed man page installation
7244
7245 2002-07-12 [paul]       0.7.8claws61
7246
7247         * sync with 0.7.8cvs26
7248                 see ChangeLog 2002-07-11 and 2002-07-12
7249
7250 2002-07-11 [christoph]  0.7.8claws60
7251
7252         * src/compose.c
7253         * src/procmsg.c
7254                 first use the message number to find the message
7255                 to mark with a reply flag but check the
7256                 message-id if we got the correct message, if not
7257                 try to find it by message-id.
7258                 use new string seperator that is not allowed
7259                 in message-ids.
7260
7261 2002-07-11 [paul]       0.7.8claws59
7262
7263         * sync with 0.7.8cvs23
7264                 see ChangeLog 2002-07-10
7265
7266 2002-07-10 [christoph]  0.7.8claws58
7267
7268         * src/folder.[ch]
7269         * src/msgcache.[ch]
7270                 Added message-id table to the cache in memory
7271                 and functions to msgcache.c and folder.c to
7272                 fetch MsgInfos by message id
7273         * src/compose.c
7274         * src/procmsg.c
7275                 store folder and message-id of message replying
7276                 to in queue header and set reply flag after sending
7277                 (Closes bug #469498)
7278
7279 2002-07-10 [paul]       0.7.8claws57
7280
7281         * AUTHORS
7282           man/sylpheed.1.gz
7283                 add Martin to the list of authors
7284
7285 2002-07-09 [martin]     0.7.8claws56
7286         * src/gtksctree.c
7287                 Added gtk_ctree_last_visible(), tree_update_level(),
7288                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7289                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7290                 from gtk+ to gtksctree.c for the new sorting code
7291                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7292                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7293         * src/gtksctree.h
7294                 Added declaration for gtk_sctree_sort_recursive() and
7295                 gtk_sctree_sort_node
7296         * src/addressbook.c
7297         * src/foldersel.c
7298         * src/folderview.c
7299         * src/summaryview.c
7300                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7301                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7302
7303 2002-07-08 [paul]       0.7.8claws55
7304
7305         * more sync with 0.7.8cvs21
7306                 see ChangeLog 2002-07-08
7307
7308 2002-07-08 [paul]       0.7.8claws54
7309
7310         * sync with 0.7.8cvs21
7311                 see ChangeLog 2002-07-08
7312
7313 2002-07-07 [alfons]     0.7.8claws53
7314
7315         * src/Makefile.am
7316         * src/stock_pixmap.[ch]
7317         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7318         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7319         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7320                 add new pixmaps for upcoming notice pane
7321
7322 2002-07-06 [melvin]     0.7.8claws52
7323
7324         * src/gtkspell.[ch]
7325                 Made them a bit closer to Sylpheed's coding style.
7326                 Removed old code.
7327                 Removed possible memory leaks when some errors occurs.
7328
7329 2002-07-06 [melvin]     0.7.8claws51
7330
7331         * po/Makefile.in.in
7332                 Removed --no-location in xgettext command line to help
7333                 translators that use Emacs' po-mode
7334         * src/quote_fmt.c
7335                 Removed unnecessary comments that messed up sylpheed.pot
7336
7337 2002-07-06 [paul]       0.7.8claws50
7338
7339         * sync with 0.7.8cvs19
7340                 see ChangeLog 2002-07-05
7341
7342 2002-07-06 [christoph]  0.7.8claws49
7343
7344         * src/folder.c
7345         * src/mainwindow.c
7346                 fix folder_item_remove_all_msg and folderview
7347                 status for trash folders after emptying trash
7348
7349 2002-07-05 [paul]       0.7.8claws48
7350
7351         * sync with 0.7.8cvs16
7352                 see ChangeLog 2002-07-04 and 2002-07-05
7353
7354 2002-07-04 [paul]       0.7.8claws47
7355
7356         * sync with 0.7.8cvs14
7357                 see  ChangeLog 2002-07-04
7358
7359 2002-07-03 [alfons]     0.7.8claws46
7360
7361         * src/folder.c
7362                 dupe folder item's path because it's being reallocated
7363                 by new folder scanning code
7364
7365 2002-07-03 [christoph]  0.7.8claws45
7366
7367         * src/imap.c
7368                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7369         * src/msgcache.c
7370                 add missing return in msgcache_write
7371
7372 2002-07-02 [thorsten]   0.7.8claws44
7373
7374         * src/jpilot.c
7375         * src/msgcache.c
7376         * src/rfc2015.c
7377                 use binary mode for file access
7378
7379 2002-07-02 [christoph]  0.7.8claws43
7380
7381         * major code cleanup (part 1)
7382         
7383                 - unused variables removed
7384                 - unused functions removed
7385                 - uninitialized variables checked
7386                 - missing return statements added
7387                 - missing function return types added
7388                 - added parentheses around assignment and
7389                   && in || when suggested by gcc
7390               
7391         * src/mh.c
7392         * src/folder.c
7393                 replaced direct calls to folder->scan_tree
7394                 with folder_scan_tree and restore folder
7395                 prefs in this function. The folder should
7396                 not have to deal with them.
7397                 ( Should now work for all folder types )
7398
7399 2002-07-02 [paul]       0.7.8claws42
7400
7401         * sync with 0.7.8cvs13
7402                 see ChangeLog 2002-07-01 and 2002-07-02
7403
7404 2002-07-01 [christoph]  0.7.8claws41
7405
7406         * src/summaryview.c
7407                 fix "goto next/prev unread message" with
7408                 ignored threads
7409
7410 2002-07-01 [paul]       0.7.8claws40
7411
7412         * po/es.po
7413                 updated by Ricardo Mones Lastra
7414
7415 2002-06-30 [match]      0.7.8claws39
7416
7417         * src/jpilot.c
7418                 applied variation of leonerd's patch (566661) to
7419                 allow multiple email addresses per JPilot entry.
7420                 addresses may be separated by space, comma, pipe,
7421                 semi-colon, new-line.
7422
7423 2002-06-30 [alfons]     0.7.8claws38
7424
7425         * src/procmsg.c
7426                 simple fix for putting older nodes before
7427                 newer nodes when threading by subject
7428
7429 2002-06-30 [christoph]  0.7.8claws37
7430
7431         * src/folder.c
7432         * src/folderview.c
7433         * src/mh.c
7434         * src/news.c
7435         * src/procmsg.c
7436                 fix broken folder tree rescaning
7437                 and don't use procmsg_get_mark_sum
7438                 anymore
7439
7440 2002-06-30 [christoph]  0.7.8claws36
7441
7442         * merge new cache branch
7443         * src/imap.c
7444                 fix new cache imap copy bug
7445         * src/folder.c
7446                 improved folder_item_scan
7447                 it should now always set the correct
7448                 new, unread and total message counts
7449
7450 2002-06-29 [paul]       0.7.8claws35
7451
7452         * configure.in
7453                 correct syntax error
7454
7455 2002-06-29 [paul]       0.7.8claws34
7456
7457         * configure.in
7458           Makefile.am
7459           man/Makefile.am       ** NEW FILE **
7460           man/sylpheed.1.gz     ** NEW FILE **
7461                 add Sylpheed man page
7462
7463 2002-06-29 [paul]       0.7.8claws33
7464
7465         * po/pt_BR.po
7466                 updated by Fabio Junior Beneditto
7467
7468 2002-06-28 [jens]       0.7.8claws32
7469
7470         * po/de.po
7471                 translation updated
7472
7473         * src/selective_download.c
7474                 removed gettext for space " "
7475
7476         * src/imap.c
7477                 removed wrong space
7478
7479 2002-06-28 [paul]       0.7.8claws31
7480
7481         * sync with 0.7.8cvs11
7482                 see ChangeLog 2002-06-28
7483
7484 2002-06-28 [paul]       0.7.8claws30
7485
7486         * sync with 0.7.8cvs10
7487                 see ChangeLog 2002-06-27 and 2002-06-28
7488
7489 2002-06-26 [paul]       0.7.8claws29
7490
7491         * src/addrgather.c
7492           src/selective_download.c
7493                 don't gettextise empty strings.
7494                 reserved by gettext. gettext("") returns 
7495                 the header entry with meta information, 
7496                 not the empty string
7497
7498         * po/en_GB.po
7499                 updated
7500
7501 2002-06-26 [paul]       0.7.8claws28
7502
7503         * sync with 0.7.8cvs7
7504                 see ChangeLog 2002-06-25
7505
7506         * src/prefs_common.c
7507                 ...and in the process, tweak the gui a little
7508
7509 2002-06-25 [alfons]     0.7.8claws27
7510         
7511         * configure.in
7512         * src/Makefile.am
7513                 fine tune ldap library detection
7514
7515 2002-06-25 [alfons]     0.7.8claws26
7516
7517         * src/compose.c
7518                 don't allow return receipts when composing a news article
7519
7520 2002-06-25 [paul]       0.7.8claws25
7521
7522         * Makefile.am
7523                 add '$(AMTAR)' to 'release' section to allow for
7524                 new and older autotools
7525
7526 2002-06-25 [paul]       0.7.8claws24
7527
7528         * src/summaryview.c
7529                 fix "No more unread messages" persistant pop-up
7530                 window bug
7531
7532 2002-06-25 [paul]       0.7.8claws23
7533
7534         * po/it.po
7535                 updated by Alessandro Maestri
7536
7537 2002-06-25 [paul]       0.7.8claws22
7538
7539         * sync with 0.7.8cvs6
7540                 see ChangeLog 2002-06-25
7541
7542 2002-06-24 [paul]       0.7.8claws21
7543
7544         * tools/update-po
7545                 add GPL copyright information
7546
7547 2002-06-24 [paul]       0.7.8claws20
7548
7549         * tools/Makefile.am
7550           tools/README
7551           tools/update-po       ** NEW FILE **
7552                 add script that eases the creation of *.po files
7553                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7554
7555 2002-06-23 [alfons]     0.7.8claws19
7556
7557         * src/messageview.c
7558                 make notification_convert_header obey const correctness
7559                 (next step will be fixing the broken return receipt)
7560
7561 2002-06-23 [paul]       0.7.8claws18
7562
7563         * src/messageview.c
7564                 fix bug introduced in last commit:
7565                 removed too much code in last commit - put back what's
7566                 needed
7567
7568 2002-06-23 [paul]       0.7.8claws17
7569
7570         * src/messageview.[ch]
7571                 remove code committed in error from locally patched
7572                 source
7573
7574 2002-06-23 [colin]      0.7.8claws16
7575
7576         * src/compose.[ch]
7577                 add compose_entry_select(), used to select the default_to
7578                 email address - hopefully avoiding people sending mails to
7579                 wrong recipients.
7580
7581 2002-06-22 [alfons]     0.7.8claws15
7582
7583         * AUTHORS
7584                 add Bram Metsch & Stanislav Karchebny
7585         * src/smtp.[ch]
7586         * src/prefs_account.[ch]
7587         * src/send.c
7588                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7589                   options.  (see <http://sourceforge.net/tracker/index.php
7590                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7591
7592                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7593                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7594
7595 2002-06-22 [paul]       0.7.8claws14
7596
7597         * sync with 0.7.8cvs5
7598                 see ChangeLog 2002-06-19 and 2002-06-20
7599
7600 2002-06-22 [alfons]     0.7.8claws13
7601
7602         * src/selective_download.c
7603                 fix a stupid mistake I made
7604
7605 2002-06-22 [alfons]     0.7.8claws12
7606
7607         * src/selective_download.[ch]
7608                 fix another unnoticed leak; cleanup code
7609
7610 2002-06-21 [alfons]
7611
7612         * tools/Makefile.am
7613                 gpg-sign <-- gpg-sign-syl
7614
7615 2002-06-21 [alfons]     0.7.8claws11
7616
7617         * src/selective_download.c
7618         * src/selective_download.h
7619                 fix assorted mix of allocation errors (should solve
7620                 problem reported by Philippe Gramoullé, see:
7621                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7622
7623 2002-06-20 [melvin]     0.7.8claws10
7624
7625         * tools/gpg-sign *REMOVED*
7626           tools/gpg-sign-syl *ADDED*
7627                 Replaced the gpg clearsigning script with the version using
7628                 xterm instead of ssh-askpass and changed its name.
7629
7630         * README.claws
7631                 Updated actions example to reflect the renaming of the
7632                 gpg clearsigning script.
7633
7634 2002-06-19 [paul]       0.7.8claws9
7635
7636         * sync with 0.7.8claws9
7637                 see ChangeLog 2002-06-18 and 2002-06-19
7638
7639 2002-06-19 [paul]       0.7.8claws8
7640
7641         * sync with 0.7.8cvs1
7642                 see ChangeLog 2002-06-18
7643
7644 2002-06-18 [alfons]     0.7.8claws7
7645
7646         * src/mainwindow.h
7647                 add omitted prototype
7648
7649 2002-06-17 [paul]       0.7.8claws6
7650
7651         * src/mainwindow.c
7652                 fix hiding of exec_btn
7653
7654 2002-06-17 [paul]       0.7.8claws5
7655
7656         * src/pop.c
7657                 remove unneeded code: should_delete() 
7658                 and Pop3State::uidl_todelete_list
7659
7660 2002-06-17 [paul]       0.7.8claws4
7661
7662         * sync with 0.7.8
7663                 see ChangeLog 2002-06-11 and 2002-06-13
7664
7665 2002-06-16 [alfons]     0.7.8claws3
7666         
7667         * src/folder.c
7668                 make sure lock sort mode (claws specific) is
7669                 also persists after a tree rescan
7670
7671 2002-06-16 [alfons]     0.7.8claws2
7672
7673         * src/prefs_folder_item.c
7674         * src/folder.[ch]
7675                 fix persistence of folder sort mode (broken
7676                 by adapting Hiro's new folder persistence code)
7677
7678 2002-06-16 [alfons]     0.7.8claws1
7679
7680         * AUTHORS
7681         * src/logwindow.c
7682         * src/prefscommon.[ch]
7683                 control size of log text in log window; 
7684                 closes patch #569155 submitted by Mitko Haralanov.
7685
7686 2002-06-15 [paul]       0.7.8claws
7687
7688         * release of 0.7.8claws
7689
7690 2002-06-15 [paul]       0.7.7claws
7691
7692         * po/pt_BR.po
7693                 updated by Fabio Junior Beneditto
7694
7695 2002-06-14 [paul]       0.7.6claws49
7696
7697         * po/es.po
7698                 updated by Ricardo Mones Lastra
7699
7700 2002-06-14 [paul]       0.7.6claws48
7701
7702         * po/nl.po
7703                 updated translation by Wilbert Berendsen
7704
7705 2002-06-14 [melvin]     0.7.6claws47
7706
7707         * po/fr.po
7708                 Updated French translation
7709
7710 2002-06-13 [paul]       0.7.6claws46
7711
7712         * src/filesel.c
7713                 allow filename to be typed in, rather than just
7714                 selected by the mouse. Patch by Gustavo Noronha Silva.
7715
7716 2002-06-13 [alfons]     0.7.6claws45
7717
7718         * src/mainwindow.[ch]
7719                 more cleanups (removing unnecessary menu items Expand 
7720                 summary / message view)
7721
7722 2002-06-13 [melvin]     0.7.6claws44
7723
7724         * po/POTFILES.in
7725                 Added src/string_match.c
7726         * src/string_match.c
7727                 Fixed possible buffer overflow.
7728                 Corrected typo.
7729                 Added missing config.h header.
7730         * src/prefs_common.c
7731           src/prefs_matcher.c
7732           src/prefs_scoring.c
7733                 Made some strings translatable (missing _(..)).
7734
7735 2002-06-13 [melvin]     0.7.6claws43
7736
7737         * README.claws
7738                 Corrected action example (verifying clearsigned mail).
7739         * src/prefs_account.c
7740                 Corrected typo.
7741         * src/prefs_common.c
7742                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7743
7744 2002-06-12 [alfons]     0.7.6claws42
7745
7746         * src/summaryview.c
7747                 add init of score column lost in 0.7.6claws42
7748
7749 2002-06-12 [paul]       0.7.6claws41
7750
7751         * src/prefs_account.c
7752                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7753                 behavior of the radio buttons, (from 0.7.7cvs2)
7754
7755 2002-06-11 [alfons]     0.7.6claws40
7756
7757         * src/messageview.[ch]
7758         * src/summaryview.[ch]
7759         * src/summary_search.c
7760         * src/mainwindow.c
7761                 perform a sync to bring in Hiro's separate view implementation 
7762
7763                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7764
7765 2002-06-11 [paul]       0.7.6claws39
7766         
7767         * src/prefs_account.c
7768                 correct a typo on the Receive tab
7769
7770 2002-06-10 [match]      0.7.6claws38
7771
7772         * src/addressbook.c
7773                 Included address completion patch from Gustavo Noronha.
7774
7775 2002-06-10 [paul]       0.7.6claws37
7776
7777         * src/inc.[ch]
7778           src/pop.c
7779           src/prefs_account.[ch]
7780           src/selective_download.[ch]
7781                 apply PATCH #561712
7782                  NEW:
7783                 - check if POP Account
7784                 - Receive Button renamed to Preview
7785                 - Preview Button Popup: preview new/all messages
7786                 - Download Button
7787                 - Account Preferences-->Receive tab checkbutton if you
7788                   want to remove Mail after Download
7789                 -: default YES
7790                 - Account Preferences-->Receive tab checkbutton use
7791                   filtering rules on preview
7792                   (think of delete_on_server)
7793                 -: default YES
7794                 - Account selectable from SD dialog
7795                 - checkbutton to show already downloaded messages if
7796                   all messages are previewed
7797                 - new clist column showing Date
7798                 - ESC KEY close
7799                 FIXES:
7800                 - play ball with UIDL
7801                 - fault tolerant (?) 
7802                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7803
7804 2002-06-10 [melvin]     0.7.6claws36
7805
7806         * README.claws
7807                 Added a hint to ac/README in cvs instructions.
7808
7809         * src/prefs_actions.c
7810                 Made it possible to use a more elaborate command line
7811                 for asynchronous actions, too.
7812
7813 2002-06-10 [melvin]     0.7.6claws35
7814         
7815         * src/prefs_actions.c
7816                 Make it possible to use a more elaborate command line
7817                 (e.g. |foo|bar|cat>there;echo Done|)
7818                 Corrected error message when calling %f, %F and %p commands
7819                 from the compose window.
7820
7821 2002-06-09 [colin]      0.7.6claws34
7822
7823         * src/summaryview.c
7824                 Automatically find unread messages in current folder
7825                 before annoying the user.
7826
7827 2002-06-08 [alfons]     0.7.6claws33
7828
7829         * po/it.po
7830                 remove bad formatting string in it.po translation
7831                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7832
7833 2002-06-08 [paul]       0.7.6claws32
7834
7835         * sync with 0.7.6cvs25
7836                 see ChangeLog 2002-06-07
7837
7838 2002-06-05 [paul]       0.7.6claws31
7839
7840         * src/mainwindow.c
7841                 add 'Sort by locked' and 'Sort by score'
7842
7843 2002-06-05 [paul]       0.7.6claws30
7844
7845         * sync with 0.7.6cvs24
7846                 see ChangeLog 2002-06-04
7847
7848 2002-06-04 [paul]       0.7.6claws29
7849
7850         * po/pt_BR.po
7851                 updated by Fabio Junior Beneditto
7852
7853 2002-06-03 [thorsten]   0.7.6claws28
7854
7855         * src/matcher.c
7856                 fclose() matcherrc after reading
7857
7858 2002-06-03 [paul]       0.7.6claws27
7859
7860         * sync with 0.7.6cvs21
7861                 see ChangeLog 2002-05-31
7862
7863 2002-05-31 [paul]       0.7.6claws26
7864
7865         * sync with 0.7.6cvs20
7866                 see ChangeLog 2002-05-29 and 2002-05-30
7867
7868 2002-05-31 [paul]       0.7.6claws25
7869
7870         * src/imap.c
7871                 hopefully fix last buggy sync
7872
7873         * README.claws
7874                 correct typo in 'Actions' examples
7875
7876 2002-05-29 [paul]       0.7.6claws24
7877
7878         * sync with 0.7.6cvs18
7879                 see ChangeLog 2002-05-28 and 2002-05-29
7880
7881         * src/news.c
7882           src/nntp.[ch]
7883                 sync with above 
7884
7885 2002-05-28 [paul]       0.7.6claws23
7886
7887         * sync with 0.7.6cvs16
7888                 see ChangeLog 2002-05-28
7889
7890 2002-05-27 [thorsten]   0.7.6claws22 
7891
7892         * faq/it/sylpheed-faq-1.html
7893           faq/it/sylpheed-faq-2.html
7894           faq/it/sylpheed-faq-3.html
7895           faq/it/sylpheed-faq.html
7896                 corrected DOS lineendings
7897         * faq/de/sylpheed-faq-1.html
7898           faq/de/sylpheed-faq-2.html
7899           faq/en/sylpheed-faq-1.html
7900           faq/en/sylpheed-faq-2.html
7901           faq/en/sylpheed-faq-3.html
7902           faq/es/sylpheed-faq-1.html
7903           faq/es/sylpheed-faq-2.html
7904           faq/es/sylpheed-faq-3.html
7905           faq/fr/sylpheed-faq-1.html
7906           faq/it/sylpheed-faq-1.html
7907           faq/it/sylpheed-faq-2.html
7908           faq/it/sylpheed-faq-3.html
7909           faq/it/sylpheed-faq.html
7910                 changed ">" to &quot;
7911
7912 2002-05-27 [paul]       0.7.6claws21
7913         
7914         * sync with 0.7.6cvs15
7915                 see ChangeLog 2002-05-27
7916
7917 2002-05-27 [paul]       0.7.6claws20
7918
7919         * src/prefs_account.c
7920                 correct a typo
7921
7922 2002-05-26 [paul]       0.7.6claws19
7923
7924         * tools/README
7925                 correct a typo
7926
7927 2002-05-25 [paul]       0.7.6claws18
7928
7929         * tools/README
7930                 add description of kmail2sylpheed.pl
7931
7932 2002-05-25 [paul]       0.7.6claws17
7933
7934         * tools/kmail2sylpheed.pl       ** NEW FILE **
7935                 perl script that converts an exported Kmail address
7936                 book, converts it to sylpheed addressbook file,
7937                 writes the file to .sylpheed, and updates
7938                 addrbook--index.xml 
7939
7940 2002-05-25 [paul]       0.7.6claws16
7941
7942         * sync with 0.7.6cvs14
7943                 see ChangeLog 2002-05-23
7944
7945 2002-05-24 [paul]       0.7.6claws15
7946
7947         * README.claws
7948                 make a correction and add some more info
7949
7950 2002-05-24 [paul]       0.7.6claws14
7951
7952         * src/compose.c
7953                 fix memory leak in 
7954                 compose_redirect_write_headers_from_headerlist()
7955                 add Subject and Resent-Message-ID to
7956                 compose_redirect_write_headers()
7957                 Received, Subject, and X-UIDL are filtered out in 
7958                 compose_redirect_write_to_file()
7959
7960 2002-05-23 [paul]       0.7.6claws13
7961
7962         * src/compose.[ch]
7963           src/filtering.c
7964           src/mainwindow.c
7965           src/matcher.[ch]
7966           src/matcher_parser_lex.l
7967           src/matcher_parser_parse.y
7968           src/prefs_common.[ch]
7969           src/prefs_filtering.c
7970           src/summaryview.c
7971                 rename 'Bounce' to 'Redirect'
7972
7973 2002-05-23 [paul]       0.7.6claws12
7974
7975         * more sync with 0.7.6cvs13
7976           src/compose.c
7977                 see ChangeLog 2002-05-22
7978
7979 2002-05-22 [paul]       0.7.6claws11
7980
7981         * sync with 0.7.6cvs13
7982           src/codeconv.c
7983                 see ChangeLog 2002-05-20
7984           src/prefs_common.c
7985                 see ChangeLog 2002-05-22
7986
7987 2002-05-21 [melvin]     0.7.6claws10
7988
7989         * src/folderview.c
7990                 Added missing filtering and scoring headers
7991                 Fixed bad function call that showed garbage 
7992                 in Folder->Processing
7993
7994 2002-05-21 [paul]       0.7.6claws9
7995
7996         * tools/Makefile.am
7997                 make all tools executable, (patch by Alfons).
7998
7999 2002-05-20 [alfons]     0.7.6claws8
8000
8001         * src/procheader.c
8002                 don't forget to call mktime() so we have a valid week 
8003                 and year day
8004                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8005
8006 2002-05-20 [paul]       0.7.6claws7
8007
8008         * src/html.c
8009                 fix broken parsing of urls
8010         * src/textview.c
8011                 fix displaying of urls
8012
8013                 both fixes from the patch [547855] by Eugene 
8014                 Brevdo (zonem)
8015
8016 2002-05-19 [alfons]     0.7.6claws6
8017
8018         * configure.in
8019                 make sylpheed configure correctly with the latest
8020                 and greatest of automake / autoconf / gettext
8021
8022 2002-05-19 [alfons]     0.7.6claws5
8023
8024         * src/procheader.c
8025         * src/procheader.h
8026                 add function for returning ime zone offset
8027         * src/quote_fmt.c
8028         * src/quote_fmt_parse.y
8029                 better quotation formatting - does not convert
8030                 to local time, but uses the original date string.
8031                 
8032                 Note: %z inserts the timezone offset (should 
8033                 work also on platforms where strftime does not
8034                 support %z).
8035
8036 2002-05-18 [christoph]  0.7.6claws4
8037
8038         * src/summaryview.c
8039                 fix indentation of some code
8040         * tools/Makefile.am
8041                 fix spaces after \
8042         * src/Makefile.am
8043                 add missing \
8044                 correct path for ignorethread.xpm
8045                 incorrect filename for sylpheed_logo.xpm
8046                 add missing include matcher_parser_parse.h
8047
8048 2002-05-18 [paul]       0.7.6claws3
8049
8050         * sync with 0.7.6cvs8
8051                 see ChangeLog 2002-05-16 and 2002-05-17
8052
8053 2002-05-18 [melvin]     0.7.6claws2
8054
8055         * README.claws
8056                 Corrected an action's definition and fixed some misspellings.
8057
8058 2002-05-18 [paul]       0.7.6claws1
8059
8060         * tools/Makefile.am
8061           tools/gpg-sign        ** new file **
8062           tools/uudec           ** new file **
8063                 add Melvin's Actions scripts
8064
8065         * README.claws
8066                 add Melvin's descriptions for Actions
8067
8068 2002-05-18 [paul]       0.7.6claws
8069
8070         * Version 0.7.6claws released
8071
8072 2002-05-17 [paul]       0.7.5claws32
8073
8074         * po/es.po
8075                 updated by Ricardo Mones Lastra
8076
8077 2002-05-17 [paul]       0.7.5claws31
8078
8079         * src/compose.c
8080                 fix Account prefs default folder for sent/draft/deleted
8081                 messages bug
8082
8083         * po/it.po
8084           po/nl.po
8085                 updated translation by Alessandro Maestri and
8086                 Wilbert Berendsen
8087
8088 2002-05-17 [melvin]     0.7.5claws30
8089
8090         * src/prefs_actions.c
8091                 Fixed bug where using %F not at the end of the command 
8092                 resulted in an additional empty argument being created.
8093                 Thanks to Darko Koruga for reporting the bug.
8094
8095 2002-05-17 [melvin]     0.7.5claws29
8096
8097         * po/fr.po
8098                 Updated French translations.
8099
8100 2002-05-15 [paul]       0.7.5claws28
8101         
8102         * po/es.po
8103                 updated by Ricardo Mones Lastra
8104
8105 2002-05-15 [paul]       0.7.5claws27
8106
8107         * sync with 0.7.6cvs4
8108                 see ChangeLog 2002-05-14 and 2002-05-15
8109
8110 2002-05-14 [paul]       0.7.5claws26
8111
8112         * sync with 0.7.6cvs1
8113                 see ChangeLog 2002-05-13
8114
8115 2002-05-13 [thorsten]   0.7.5claws25
8116
8117         * src/messageview.c
8118                 fix select_all and copy in multipart messages
8119         * src/mainwindow.c
8120                 fix select_all and copy in multipart messages
8121
8122 2002-05-12 [paul]       0.7.5claws24
8123
8124         * src/summaryview.c
8125                 reverse last commit, bug already fixed in 0.7.5claws3
8126
8127 2002-05-12 [netztorte]  0.7.5claws23
8128
8129         * src/summaryview.c
8130                 dont parse empty addressbook (checked in before claws20)
8131
8132 2002-05-12 [melvin]     0.7.5claws22
8133
8134         * src/procmsg.[ch]
8135                 Removed unneeded priority code introduced by the previous 
8136                 commit.
8137
8138 2002-05-12 [melvin]     0.7.5claws21
8139
8140         * src/compose.[ch]
8141                 Added possibility to set message's priority.
8142         * src/procmsg.[ch]
8143                 Added possibility to set message's priority.
8144                 Added missing headers
8145
8146 2002-05-12 [melvin]     0.7.5claws20
8147
8148         * src/prefs_actions.c
8149                 Removed implicitely added quotes around the name
8150                 of the temporary files of mime parts.
8151
8152 2002-05-12 [paul]       0.7.5claws19
8153
8154         * sync with 0.7.5cvs20
8155                 see ChangeLog 2002-05-11
8156
8157 2002-05-12 [alfons]     0.7.5claws18
8158
8159         * src/quote_fmt_lex.l
8160         * src/quote_fmt_parse.y
8161                 allow quote / reply date & time format to be set using
8162                 %D{format}. format is a format string you'd pass to
8163                 strftime() (see man strftime, or the Display tab |
8164                 Date format setting).
8165
8166                 Currently %D converts the date to local time. 
8167
8168 2002-05-11 [paul]       0.7.5claws17
8169
8170         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8171                 see ChangeLog 2002-05-10 and 2002-05-11
8172
8173 2002-05-10 [paul]       0.7.5claws16
8174
8175         * sync with 0.7.5cvs16
8176                 see ChangeLog entries 2002-05-09 and 
8177                 2002-05-10
8178
8179 2002-05-10 [colin]      0.7.5claws15
8180
8181         * src/textview.c
8182                 Corrected a bug that prevented sylpheed to open
8183                 double-clicked URIs.
8184
8185 2002-05-09 [paul]       0.7.5claws14
8186
8187         * sync with 0.7.5cvs14
8188                 see ChangeLog 2002-05-08 and 2002-05-09
8189
8190 2002-05-08 [paul]       0.7.5claws13
8191
8192         * sync with 0.7.5cvs11
8193                 see ChangeLog entry 2002-05-08
8194
8195 2002-05-08 [paul]       0.7.5claws12
8196
8197         * src/mainwindow.c
8198           src/textview.[ch]
8199                 fix segfault on View->Open in new window
8200                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8201
8202 2002-05-07 [paul]       0.7.5claws11
8203
8204         * sync with 0.7.5cvs9
8205                 see ChangeLog entry 2002-05-07
8206
8207 2002-05-06 [paul]       0.7.5claws10
8208
8209         * src/messageview.c
8210           src/textview.c
8211                 display url in statusbar on single-click
8212                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8213
8214 2002-05-06 [match]      0.7.5claws9
8215
8216         * src/addritem.[ch]
8217                 new functions.
8218         * src/addrcache.c
8219                 tidy up.
8220         * src/xmlprops.[ch]
8221                 XML implementation of properties file.
8222         * src/exporthtml.[ch]
8223         * src/expthtmldlg.[ch]
8224         * src/addressbook.c
8225                 export to HTML.
8226
8227 2002-05-02 [sergey]     0.7.5claws8
8228
8229         * src/mainwindow.c (mainwin_entries),
8230           src/prefs_common.c (prefs_send_create()),
8231           src/codeconv.c (locale_table):
8232                 use charset name "Windows-1251" instead of "CP1251".
8233
8234 2002-05-02 [colin]      0.7.5claws7
8235         
8236         * src/compose.c
8237           src/prefs_common.c
8238           src/prefs_folder_item.c
8239                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8240
8241 2002-05-02 [hiro]       0.7.5claws6
8242
8243         * src/imap.c
8244                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8245
8246 2002-05-02 [paul]       0.7.5claws5
8247
8248         * src/compose.c
8249                 more sync with 0.7.5cvs7, see ChangeLog entry
8250                 2002-05-02
8251
8252 2002-05-02 [hiro]       0.7.5claws4
8253
8254         * src/compose.c
8255                 compose_queue_sub():
8256                 check if queue folder exists (closes #550397).
8257                 removed directory creation since it should be handled
8258                 transparently.
8259         * src/imap.c
8260                 imap_add_msg(): return UID for appended message
8261                 (closes #548842).
8262
8263 2002-04-30 [paul]       0.7.5claws3
8264
8265         * src/summaryview.c
8266                 fix account_find_from_address() bug
8267
8268 2002-04-28 [colin]      0.7.5claws2
8269
8270         * src/compose.c
8271           src/textview.c
8272           src/prefs_common.[ch]
8273           src/utils.[ch]
8274                 Added user-definable quotation characters recognition.
8275
8276 2002-04-28 [paul]       0.7.5claws1
8277
8278         * sync with 0.7.5cvs4
8279                 see ChangeLog entry  2002-04-25
8280
8281 2002-04-28 [paul]       0.7.5claws
8282
8283         * po/es.po
8284           po/nl.po
8285           po/pt_BR.po
8286                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8287                 Fabio Junior Beneditto
8288
8289 2002-04-27 [jens]       0.7.4claws103
8290
8291         * po/de.po
8292                 updated German translation.
8293
8294 2002-04-27 [hiro]       0.7.4claws102
8295
8296         * src/summaryview.c
8297                 summary_write_cache(): fixed the mark loss of hidden messages.
8298
8299 2002-04-26 [melvin]     0.7.4claws101
8300
8301         * src/procmsg.c
8302                 fixed a second typo (same one)
8303         * po/fr.po
8304           po/it.po
8305           po/pt_BR.po
8306                 fixed the type again...
8307
8308 2002-04-26 [melvin]     0.7.4claws100
8309
8310         * src/procmsg.c
8311                 fixed a typo in an alert message ("temorary").
8312         * po/it.po
8313         * po/pt_BR.po
8314                 corrected the typo  described above.
8315         * po/fr.po
8316                 updated French translation.
8317
8318 2002-04-26 [darko]      0.7.4claws99
8319
8320         * src/summaryview.c
8321                 fix target folder colorization
8322
8323 2002-04-25 [paul]       0.7.4claws98
8324
8325         * po/it.po
8326                 updated by Alessandro Maestri
8327
8328 2002-04-24 [colin]      0.7.4claws97
8329         
8330         * src/compose.c
8331                 Fixed double "subject is empty" question.
8332
8333 2002-04-23 [colin]      0.7.4claws96
8334         
8335         * src/mimeview.c
8336                 Corrected issue when "automatically display images" was
8337                 not set : first image remained after selecting second.
8338
8339 2002-04-23 [melvin]     0.7.4claws95
8340
8341         * src/prefs_actions.c
8342                 Don't display in/out dialog if there is nothing to show.
8343
8344 2002-04-23 [paul]       0.7.4claws94
8345
8346         * sync with 0.7.5cvs3
8347                 bug fixes: see ChangeLog entry 2002-04-23
8348
8349 2002-04-22 [darko]      0.7.4claws93
8350
8351         * src/compose.c
8352                 fix previous check-in which changed code after
8353                 merge from main
8354
8355 2002-04-22 [paul]       0.7.4claws92
8356
8357         * faq/de/*
8358                 add German FAQ
8359         * faq/en/*
8360           faq/es/*
8361           faq/fr/*
8362                 update English, Spanish and French FAQs
8363         * manual/de/*
8364           manual/es/*
8365                 add German and Spanish manuals
8366         * manual/en/*
8367           manual/fr/*
8368                 update English and French manuals
8369
8370         * src/Makefile.am
8371                 add to and re-arrange the pixmap entries
8372
8373 2002-04-22 [darko]      0.7.4claws91
8374
8375         * src/compose.c
8376                 fix sender initials recognition to only allow
8377                 '>' after the initials
8378
8379 2002-04-21 [paul]       0.7.4claws90
8380
8381         * sync with 0.7.5 release
8382                 see ChangeLog entry 2002-04-21
8383
8384 2002-04-21 [alfons]
8385
8386         * src/Makefile.am
8387                 add colin's new pixmaps to EXTRA_DIST
8388
8389 2002-04-21 [colin]      0.7.4claws89
8390         * src/compose.c
8391         * src/inc.c
8392         * src/mainwindow.[ch]
8393         * src/prefs_common.[ch]
8394         * src/stock_pixmap.[ch]
8395                 Added "Work offline" ability.
8396
8397 2002-04-21 [colin]      0.7.4claws88
8398         
8399         * src/mimeview.c
8400         * src/prefs_common.c
8401         * src/prefs_common.h
8402         * src/textview.c : Added an option to common preferences -> display
8403           to allow user not to automatically display images.
8404
8405 2002-04-21 [paul]       0.7.4claws87
8406
8407         * sync with 0.7.4cvs52
8408                 see ChangeLog entry 2002-04-21 (src/imap.c)
8409
8410 2002-04-21 [paul]       0.7.4claws86
8411
8412         * sync with 0.7.4cvs51
8413                 see ChangeLog entry 2002-04-21
8414
8415 2002-04-21 [paul]       0.7.4claws85
8416
8417         * sync with 0.7.4cvs49
8418                 see ChangeLog entries 2002-04-20 and 2002-04-21
8419
8420         * src/Makefile.am
8421                 clean up: remove old 'stock_' element from xpm 
8422                 filenames.
8423
8424 2002-04-21 [alfons]     0.7.4claws84
8425
8426         apply sync patch from Paul
8427
8428         * src/folderview.c
8429                 use old claws prefs_folder_item_create() for now
8430
8431 2002-04-19 [match]      0.7.4claws83
8432
8433         * src/addressbook.[ch]
8434         * src/addrharvest.[ch]
8435         * src/addrgather.[ch]
8436                 recurse folders.
8437         * src/mainwindow.c
8438         * src/summaryview.[ch]
8439                 change menu option.
8440
8441 2002-04-19 [paul]       0.7.4claws82
8442
8443         * po/pt_BR.po
8444                 updated by Fabio Junior Beneditto
8445
8446 2002-04-14 [alfons]     0.7.4claws81
8447
8448         * src/passphrase.c
8449                 add #include <sys/types.h> for mode_t and off_t 
8450
8451 2002-04-13 [paul]       0.7.4claws80
8452         
8453         * src/main.c
8454           src/passphrase.[ch]
8455           src/pgptext.c
8456           src/prefs_common.[ch]
8457           src/rfc2015.c
8458                 enable storing of GnuPG passphrase for the whole 
8459                 session or a user-defined number of minutes. patch 
8460                 submitted by Ravemax <ravemax@dextrose.com>
8461
8462 2002-04-13 [alfons]     0.7.4claws79
8463
8464         * src/textview.c
8465                 make email parser also stop scanning when encountering separators
8466                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8467
8468 2002-04-13 [paul]       0.7.4claws78
8469
8470         * sync with 0.7.4cvs39
8471                 see ChangeLog entry 2002-04-12
8472
8473 2002-04-11 [paul]       0.7.4claws77
8474
8475         * sync with 0.7.4cvs37
8476                 see ChangeLog entry 2002-04-11
8477
8478 2002-04-11 [paul]       0.7.4claws76
8479
8480         * COPYING 
8481                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8482                 the clause for OpenSSL). sync with sylpheed main
8483
8484 2002-04-09 [melvin]     0.7.4claws75
8485
8486         * src/compose.c
8487                 Made 'Ctrl-Enter' on send ignore some modifiers 
8488                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8489                 to bind other *-Enter (but not Alt-Enter).
8490
8491 2002-04-09 [paul]       0.7.4claws74
8492
8493         * sync with 0.7.4cvs35
8494                 see ChangeLog entries 2002-04-09
8495
8496 2002-04-08 [paul]       0.7.4claws73
8497
8498         * sync with 0.7.4cvs33
8499                 see ChangeLog entry 200-04-08
8500
8501 2002-04-07 [match]      0.7.4claws72
8502
8503         * src/addrharvest.[ch]
8504                 fixed to read all addresses in header, regardless
8505                 of header size. improved name parsing. accommodate
8506                 harvest from folders and selected message.
8507         * src/addritem.[ch]
8508                 included new address parsing function.
8509         * src/addrgather.[ch]
8510         * src/addressbook.[ch]
8511         * src/summaryview.[ch]
8512         * src/mainwindow.c
8513                 allow address harvest of folder as well as selected
8514                 messages.
8515
8516 2002-04-07 [paul]       0.7.4claws71
8517
8518         * src/esmtp.[ch]
8519           src/smtp.c
8520                 don't try to authenticate with CRAM-MD5 in SMTP when 
8521                 SMTP-AUTH enabled if MTA doesn't issue this 
8522                 auth-method in it's ehlo-response. bug item #531364,
8523                 patch item #938910. patch submitted by Colin Leroy 
8524                 <colin@colino.net>
8525
8526 2002-04-07 [paul]       0.7.4claws70
8527
8528         * src/nntp.c
8529                 fix missing MODE_READER bug. patch submitted by
8530                 Colin Leroy <colin@colino.net>
8531
8532 2002-04-07 [alfons]     0.7.4claws69
8533
8534         * src/matcher.[ch]
8535         * src/prefs_filtering.c
8536         * src/summaryview.c
8537                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8538                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8539
8540 2002-04-07 [paul]       0.7.4claws68
8541
8542         * sync with 0.7.4cvs32
8543                 see ChangeLog entry 2002-04-06
8544
8545         * tools/filter_conv.pl
8546                 more bug fixes
8547
8548 2002-04-06 [paul]       0.7.4claws67
8549
8550         * tools/filter_conv.pl
8551                 modify to be able to find the name of the first
8552                 mailbox and use that. main's filter does not
8553                 record the full path to the mailbox and therefore
8554                 can only filter to the first mailbox.
8555
8556 2002-04-05 [paul]       0.7.4claws66
8557
8558         * tools/filter_conv.pl
8559                 attempt to make the script all-encompassing and
8560                 be able to convert any main 'filter' rule thrown
8561                 at it
8562
8563 2002-04-05 [paul]       0.7.4claws65
8564
8565         * tools/filter_conv.pl
8566                 allow for collapsed folder trees
8567
8568 2002-04-05 [paul]       0.7.4claws64
8569
8570         * sync with 0.7.4cvs31
8571                 see ChangeLog entries 2002-04-05
8572
8573 2002-04-03 [paul]       0.7.4claws63
8574
8575         * sync with 0.7.4cvs29
8576                 see ChangeLog entries 2002-04-02 and 2002-04-03
8577
8578 2002-04-02 [paul]       0.7.4claws62
8579
8580         * sync with 0.7.4cvs26
8581                 see ChangeLog entry 2002-04-01
8582
8583 2002-04-02 [match]      0.7.4claws61
8584
8585         * src/pine.[ch]
8586         * src/importpine.[ch]
8587         * src/addressbook.c
8588                 import Pine address book.
8589
8590 2002-04-02 [match]      0.7.4claws60
8591
8592         * src/addrharvest.[ch]
8593                 improve address parsing of funky addresses.
8594
8595 2002-04-02 [darko]      0.7.4claws59
8596
8597         * src/compose.c
8598                 wrap on send improvements, it now recognizes quoted
8599                 initials as part of the quotation string, and it
8600                 does not join lines separated by CR
8601
8602 2002-04-01 [match]      0.7.4claws58
8603
8604         * src/mgutils.[ch]
8605                 added new functions.
8606         * src/mutt.[ch]
8607                 remove excessive duplicate address generation
8608                 on import.
8609
8610 2002-04-01 [alfons]     0.7.4claws57
8611         
8612         * src/summaryview.c
8613                 put back g_free() 
8614
8615 2002-04-01 [paul]       0.7.4claws56
8616
8617         * sync with 0.7.4cvs25
8618                 see ChangeLog entry 2002-04-01
8619
8620 2002-04-01 [alfons]     0.7.4aprilfool55
8621
8622         * src/summaryview.c
8623                 honour feature request item #537427 to allow for
8624                 displaying names from address book for sent mail also
8625
8626 2002-03-29 [paul]       0.7.4claws54
8627
8628         * src/mainwindow.c
8629           src/prefs_filtering.[ch]
8630           src/prefs_matcher.c
8631           src/summaryview.c
8632                 add 'fast filter' for claws' filtering,
8633                 /Tools/Create filter rule/... patch submitted
8634                 by Neill Miller <neillm@thecodefactory.org>
8635
8636 2002-03-29 [paul]       0.7.4claws53
8637
8638         * sync with 0.7.4cvs24
8639                 see ChangeLog entry 2002-03-29
8640
8641 2002-03-28 [paul]       0.7.4claws52
8642
8643         * sync with 0.7.4cvs23
8644                 see ChangeLog entry 2002-03-28
8645
8646 2002-03-27 [melvin]     0.7.4claws51
8647
8648         * src/prefs_actions.c
8649                 Added support to pass only one message part (as a
8650                 file) to the command using '%p'. No quotes are needed
8651                 because doubles quotes are automatically added.
8652                 Fixed bug where Sylpheed could block when waiting for
8653                 a child process to finish.
8654                 Changed the help menu to remove quotes around symbols to 
8655                 avoid misinterpretation (they must not be used).
8656
8657 2002-03-27 [melvin]     0.7.4claws50
8658
8659         * src/inc.c
8660                 Made the new mail notification command always 
8661                 execute asynchronously.
8662
8663 2002-03-27 [paul]       0.7.4claws49
8664
8665         * src/compose.c
8666                 fix bug introduced in last commit
8667
8668 2002-03-27 [paul]       0.7.4claws48
8669
8670         * sync with 0.7.4cvs21
8671                 see ChangeLog 2002-03-26 and 2002-03-27
8672
8673 2002-03-26 [hoa]        0.7.4claws47
8674
8675         * src/prefs_folder_item.c
8676                 really fixed the bug #516442 with folder rescan.
8677
8678 2002-03-26 [paul]       0.7.4claws46
8679
8680         * sync with 0.7.4cvs19
8681                 see ChangeLog entries 2002-03-25 and 2002-03-26
8682
8683 2002-03-25 [hoa]        0.7.4claws45
8684
8685         * src/matcher.c
8686         * src/mh.c
8687                 fix the bug #516442 with folder rescan.
8688
8689         * src/prefs_common.[ch]
8690         * src/compose.c
8691                 added an option to enable two different behaviours
8692                 for bounce.
8693
8694
8695 2002-03-25 [paul]       0.7.4claws44
8696
8697         * src/mainwindow.c
8698           src/selective_download.c
8699                 correct a few menuitem labels
8700
8701 2002-03-25 [christoph]  0.7.4claws43
8702
8703         * src/procmsg.c
8704                 fix non deleted tmp message in
8705                 procmsg_save_to_outbox
8706                 fix problems caused by sync with
8707                 main branch's procmsg_send_queue
8708
8709 2002-03-25 [paul]       0.7.4claws42
8710
8711         * src/quote_fmt.c
8712           src/quote_fmt_lex.l
8713           src/quote_fmt_parse.y
8714                 add Last name (%L) placeholder for quoting. 
8715                 patch submitted by Thorsten Thielen 
8716                 <thth@users.sourceforge.net>
8717
8718 2002-03-25 [paul]       0.7.4claws41
8719
8720         * src/utils.c
8721                 get full hostname. patch submitted by
8722                 Bob Woodside <rwoodside1@comcast.net>
8723
8724 2002-03-25 [paul]       0.7.4claws40
8725
8726         * src/account.c
8727           src/news.c
8728           src/nntp.[ch]
8729           src/prefs_account.[ch]
8730                 enable NNTP over SSL. patch submitted by
8731                 Pascal Jermini <pascal@infinity.hn.org>
8732
8733 2002-03-24 [paul]       0.7.4claws39
8734
8735         * src/prefs_common.c
8736                 make the arrangement of the Compose tab more
8737                 coherent
8738
8739         * src/mainwindow.c
8740                 fix some irregularities of style
8741
8742         * po/de.po
8743                 updated by Kilian Krause
8744
8745 2002-03-23 [paul]       0.7.4claws38
8746
8747         * po/pt_BR.po
8748                 updated by Fabio Junior Beneditto
8749
8750 2002-03-23 [paul]       0.7.4claws37
8751
8752         * src/mainwindow.c
8753                 move 'Gather addresses' to 'Tools' menu
8754                 make 'Selective download' sensitive
8755
8756 2002-03-23 [paul]       0.7.4claws36
8757
8758         * sync with 0.7.4cvs16
8759                 see ChangeLog entries 2002-03-23
8760
8761 2002-03-22 [christoph]  0.7.4claws35
8762
8763         * src/quote_fmt_parse.y
8764                 fix include program output
8765
8766 2002-03-22 [alfons]     0.7.4claws34
8767
8768         * src/pop.c
8769                 initialize GDate stack variable correctly (sorry!)
8770
8771 2002-03-22 [paul]       0.7.4claws33
8772
8773         * src/compose.c
8774           src/mainwindow.c
8775           src/prefs_actions.c
8776           src/prefs_common.c
8777                 rename 'Tool' to 'Tools'
8778
8779         * src/mainwindow.c
8780                 move 'Delete duplicated messages' from
8781                 'Message/' to 'Tools/'
8782                 re-arrange the order of 'Tools/' items
8783
8784 2002-03-22 [paul]       0.7.4claws32
8785
8786         * src/addr_compl.c
8787           src/addressbook.[ch]
8788                 auto-address completion now also matches on
8789                 Nickname. patch submitted by Bob Forsman 
8790                 <hammor@users.sourceforge.net>
8791
8792         * src/editaddress.c
8793                 correct a spelling mistake
8794
8795 2002-03-22 [alfons]     0.7.4claws31
8796
8797         * src/pop.c
8798                 fix getting uidl from incorrect string 
8799                 (spotted by Colin)
8800
8801 2002-03-21 [alfons]     0.7.4claws30
8802
8803         * src/pop.c
8804                 more code refactoring
8805                 plug mem leak introduced by delete on server
8806
8807 2002-03-21 [paul]       0.7.4claws29
8808
8809         * sync with 0.7.4cvs11
8810                 see ChangeLog entries 2002-03-20
8811
8812 2002-03-20 [alfons]     0.7.4claws28
8813
8814         * src/inc.c
8815                 apply Colin's patch and refactor
8816
8817 2002-03-20 [paul]       0.7.4claws27
8818
8819         * sync with sylpheed 0.7.4cvs9
8820                 see ChangeLog entry 2002-03-20
8821
8822 2002-03-19 [christoph]  0.7.4claws26
8823
8824         * src/mh.c
8825         * src/procmsg.[ch]
8826         * src/summaryview.c
8827                 revert changes for flag updates
8828                 (does not work correctly and no time to debug)
8829
8830 2002-03-20 [alfons]     0.7.4claws25
8831
8832         * src/pop.c
8833                 refactor should_delete() a little bit 
8834
8835 2002-03-19 [paul]       0.7.4claws24
8836
8837         * src/inc.[ch]
8838           src/pop.c
8839           src/prefs_account.[ch]
8840                 allow the user to leave downloaded mail on the 
8841                 server for n days. Patch submitted by Colin Leroy 
8842                 <colin@colino.net>
8843
8844 2002-02-19 [paul]       0.7.4claws23
8845
8846         * sync with sylpheed 0.7.4cvs8
8847                 see ChangeLog entries 2002-03-19
8848
8849 2002-03-18 [paul]       0.7.4claws22
8850
8851         * sync with sylpheed 0.7.4cvs6
8852                 see ChangeLog entry 2002-03-18
8853
8854 2002-03-18 [paul]       0.7.4claws21
8855
8856         * po/en_GB.po
8857                 add en_GB message catalogue
8858
8859         * src/mbox_folder.c
8860           src/prefs_account.c
8861           src/prefs_actions.c
8862                 correct a few spelling mistakes
8863
8864 2002-03-17 [alfons]     0.7.4claws20
8865
8866         * src/matcher.c
8867                 more stringent checks for NULL params when writing
8868                 filtering actions to a file
8869                 
8870 2002-03-17 [hoa]        0.7.3claws20
8871
8872         * src/news.c
8873                 fixed the count of new messages
8874
8875         * src/compose.c
8876                 fixed the "attachment properties" window
8877
8878 2002-03-17 [paul]       0.7.4claws19
8879
8880         * src/defs.h
8881           src/folder.h
8882           src/news.c
8883           src/prefs_account.[ch]
8884           src/procmsg.[ch]
8885           src/summaryview.c
8886                 automatically mark cross-posted messages as read 
8887                 and (optionally) give them a colour label
8888                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
8889                 
8890
8891 2002-03-17 [paul]       0.7.4claws18
8892
8893         * sync with sylpheed 0.7.4cvs5
8894                 see ChangeLog entry 2002-03-17
8895
8896 2002-03-17 [melvin]     0.7.4claws17
8897         
8898         * src/textview.c
8899                 Worked around a gtktext 'bug': when searching for 
8900                 a text in a long message it was scrolling slowly
8901                 line by line until it hit the searched text.
8902         * po/fr.po
8903                 Updated French translation
8904
8905 2002-03-17 [melvin]     0.7.4claws16
8906
8907         * src/mainwindow.c
8908         * src/compose.c
8909         * src/prefs_actions.c
8910                 Moved "Edit/Actions" to "Tool/Actions"
8911                 Made mainwindow/compose window sensitive as soon as
8912                 no child process is running anymore even if the io dialog
8913                 is open.
8914                 Fixed a struct being initialized with a non constant char*
8915
8916 2002-03-16 [christoph]  0.7.4claws15
8917
8918         * configure.in
8919                 add --with-compiler-flags option
8920                 (only for developer hacking)
8921         * src/mh.c
8922         * src/procmsg.[ch]
8923         * src/summaryview.c
8924                 try to make folder-stats and flag handling more
8925                 independent from the summaryview. msgcounts
8926                 are only set when the folder is opened and
8927                 procmsg_msginfo_(un)set_flags will handle it
8928                 later and summaryview will get the values
8929                 from the folder.
8930
8931 2002-03-16 [paul]       0.7.4claws14
8932
8933         * src/messageview.c
8934                 fix Return-receipt. Patch submitted by Bob
8935                 Woodside <rwoodside1@comcast.net>
8936
8937 2002-03-16 [paul]       0.7.4claws13
8938
8939         * src/compose.c
8940                 fix 'dynamic' signatures, make it work again
8941                 broken during sync on 2002-03-14 (0.7.4claws2)
8942
8943 2002-03-15 [match]      0.7.4claws12
8944
8945         * src/addrharvest.[ch]
8946         * src/addrgather.[ch]
8947         * src/addressbook.[ch]
8948         * src/mainwindow.c
8949                 included address harvester feature. still some
8950                 issues with address parsing that I will fix.
8951
8952 2002-03-15 [match]      0.7.4claws11
8953
8954         * src/addrbook.[ch]
8955         * src/addrcache.[ch]
8956         * src/addressbook.[ch]
8957         * src/addrindex.c
8958         * src/editbook.c
8959         * src/importldif.c
8960         * src/importmutt.c
8961         * src/jpilot.[ch]
8962         * src/main.c
8963         * src/syldap.[ch]
8964         * src/vcard.[ch]
8965                 tidy up. fix memory leaks. moved attribs and methods
8966                 from individual interfaces to addrcache object. prep
8967                 for new stuff to come in.
8968
8969 2002-03-15 [alfons]     0.7.4claws10
8970
8971         * src/matcher.[ch]
8972         * src/matcher_parser_parse.y
8973         * src/matcher_parser_lex.l
8974         * src/prefs_matcher.c
8975                 add filtering conditions message greater than, smaller 
8976                 than, and exactly matching a size in bytes
8977                 (does not work with delete from POP3 server yet)
8978
8979                 this should also give others an idea what you should
8980                 do to add new criterions to claws filtering system
8981                 
8982
8983 2002-03-15 [paul]       0.7.4claws9
8984
8985         * tools/filter_conv.pl
8986                 exit if there are no filter rules to convert
8987                 rename filterrc to filterrc.old after completion
8988
8989 2002-03-15 [paul]       0.7.4claws8
8990
8991         * sync with sylpheed 0.7.4cvs3
8992                 see ChangeLog entry 2002-03-14
8993
8994 2002-03-14 [paul]       0.7.4claws7
8995
8996         * src/compose.c
8997                 clean up the last commit (ahem)
8998
8999 2002-03-14 [paul]       0.7.4claws6
9000
9001         * src/compose.c
9002                 fix bug #515655. honour account preferences
9003                 regarding gpg default signing/encryption when 
9004                 changing account from the compose window.
9005
9006 2002-03-14 [paul]       0.7.4claws5
9007
9008         * src/folderview.c
9009                 remove unnecessary curly brackets
9010
9011 2002-03-14 [paul]       0.7.4claws4
9012
9013         * src/folderview.c
9014           src/prefs_filtering.[ch]
9015                 add filter rename on folder rename and filter
9016                 delete on folder delete. Patch submitted by
9017                 Neill Miller <neillm@thecodefactory.org> 
9018
9019 2002-03-14 [christoph]  0.7.4claws3
9020
9021         * src/procmsg.c
9022         * src/send.c
9023                 fix local delivery
9024                 (patch submitted by "Simon 'corecode' Schubert")
9025         * src/prefs_common.c
9026         * src/procmsg.c
9027                 fix gcc 3.0 warning
9028
9029 2002-03-14 [paul]       0.7.4claws2
9030
9031         * sync with sylpheed 0.7.4cvs2
9032                 see ChangeLog entry 2002-03-13
9033
9034 2002-03-12 [darko]      0.7.4claws1
9035
9036         * src/mainwindow.c
9037                 fix what seems to be a copy and paste error
9038                 when setting color for important messages
9039                 (reported by wwp)
9040
9041 2002-03-11 [paul]       version 0.7.4claws released
9042
9043 2002-03-11 [paul]       0.7.4claws
9044
9045         * po/es.po
9046           po/it.po
9047           po/nl.po
9048           po/pt_BR.po
9049                 update message catalogs. Submitted by Ricardo Mones 
9050                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9051                 Fabio Junior Beneditto
9052
9053         * configure.in
9054           faq/Makefile.am
9055           faq/it/Makefile
9056           faq/it/sylpheed-faq*
9057           src/mainwindow.c
9058           src/manual.[ch]
9059                 add FAQ in Italian
9060         
9061
9062 2002-03-11 [jens]       0.7.3claws7
9063
9064         * po/de.po
9065                 updated German translation
9066
9067 2002-03-11 [melvin]     0.7.3claws6
9068
9069         * po/fr.po
9070                 updated and corrected French translation
9071
9072 2002-03-10 [hoa]        0.7.3claws5
9073
9074         * src/account.c
9075         * src/inc.c
9076         * src/prefs_account.c
9077         * src/procmsg.c
9078         * src/send.[ch]
9079                 fixed the local account.
9080                 you have to change the default "/usr/sbin/sendmail"
9081                 to "/usr/sbin/sendmail -t" in the preferences of
9082                 the local account.
9083
9084         * src/procmime.c
9085                 removed some debug display for renderer
9086
9087 2002-03-10 [paul]       0.7.3claws4
9088
9089         * faq/en/sylpheed-faq-1.html
9090           faq/en/sylpheed-faq-2.html
9091                 update
9092
9093 2002-03-09 [paul]       0.7.3claws3
9094
9095         * sync with sylpheed 0.7.4
9096                 see ChangeLog entry 2002-03-09
9097
9098 2002-03-08 [paul]       0.7.3claws2
9099
9100         * faq/en/sylpheed-faq*
9101           faq/es/sylpheed-faq*
9102           faq/fr/sylpheed-faq*
9103                 update the FAQs
9104
9105         * manual/fr/.cvsignore
9106           manual/fr/Makefilea.am
9107           manual/fr/sylpheed*
9108           src/mainwindow.c
9109           src/manual.[ch]
9110                 add the French manual
9111
9112 2002-03-07 [paul]       0.7.3claws1
9113
9114         * sync with sylpheed 0.7.3cvs4
9115                 see ChangeLog entries  2002-03-06 and 2002-03-07
9116         
9117         * po/nl.po
9118                 updated by Wilbert Berendsen
9119
9120 2002-03-07 [melvin]     0.7.2claws34
9121
9122         * src/selective_download.c
9123                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9124
9125 2002-03-06 [paul]       0.7.2claws33
9126
9127         * sync with sylpheed 0.7.3cvs1
9128                 bug fix, see ChangeLog entry 2002-03-05
9129
9130 2002-03-05 [paul]       0.7.2claws32
9131
9132         * src/mimeview.c
9133           src/pgptext.[ch]
9134           src/procmsg.c
9135                 reverse the pgp ascii-armored code implemented in 
9136                 0.7.2claws16. removal of this code until it matures.
9137                 this means that verifying ascii-armored pgp sigs and
9138                 automatic decryption of ascii-armored encrypted
9139                 messages no longer works.
9140
9141 2002-03-05 [paul]       0.7.2claws31
9142
9143         * configure.in
9144           Makefile.am
9145         * faq/Makefile.am
9146         * faq/en/Makefile.am
9147           faq/en/sylpheed-faq.html
9148           faq/en/sylpheed-faq-1.html
9149           faq/en/sylpheed-faq-2.html
9150           faq/en/sylpheed-faq-3.html
9151         * faq/es/Makefile.am
9152           faq/es/sylpheed-faq.html
9153           faq/es/sylpheed-faq-1.html
9154           faq/es/sylpheed-faq-2.html
9155           faq/es/sylpheed-faq-3.html
9156           faq/es/sylpheed-faq-4.html
9157         * faq/fr/Makefile.am
9158           faq/fr/sylpheed-faq.html
9159           faq/fr/sylpheed-faq-1.html
9160           faq/fr/sylpheed-faq-2.html
9161           faq/fr/sylpheed-faq-3.html
9162         * src/Makefile.am
9163           src/defs.h
9164           src/mainwindow.c
9165           src/manual.[ch]
9166                 add FAQs in English, Spanish and French
9167
9168
9169 2002-03-05 [paul]       0.7.2claws30
9170
9171         * manual/en/sylpheed.html
9172           manual/en/sylpheed-XX.html
9173                 updated the English manual
9174
9175 2002-03-05 [hoa]        
9176
9177         * src/summaryview.c
9178                 dialog box pops up if the article can't be deleted.
9179
9180 2002-03-04 [paul]       
9181         
9182         * po/pt_BR.po
9183                 updated by Fabio Junior Benedito
9184
9185 2002-03-04 [hoa]
9186
9187         * removed ac/gpgme.m4
9188                 to avoid autogen common problem
9189                 developers have to install gpgme development package now
9190
9191         * src/compose.c
9192                 encoding to 7bit or 8bit is enabled.
9193
9194 2002-03-03 [alfons]     0.7.2claws29
9195
9196         * src/pop.c
9197                 merge fix by Oliver Haertel for selective
9198                 download buglet
9199
9200 2002-03-03 [paul]       0.7.2claws28
9201         
9202         * sync with sylpheed 0.7.3
9203
9204 2002-03-03 [paul]       0.7.2claws27
9205
9206         * sync with sylpheed 0.7.2cvs24
9207                 see ChangeLog entries 2002-03-02 and 2002-03-03
9208
9209 2002-03-02 [melvin]     0.7.2claws26
9210
9211         * src/inc.[ch]
9212         * src/main.c
9213         * src/mainwindow.c
9214         * src/prefs_common.[ch]
9215                 Added user definable notification on new mail arrival.
9216                 Removed unused variables in spell checker prefs code.
9217
9218 2002-03-02 [melvin]     0.7.2claws25
9219
9220         * src/quote_fmt.c
9221                 Removed unnecessary escape sequences.
9222                 Changed 'Initial...' to 'Initials of Sender'
9223
9224 2002-03-02 [paul]       0.7.2claws24
9225
9226         * sync with sylpheed 0.7.2cvs22
9227                 see ChangeLog entry 2002-03-01
9228
9229 2002-03-01 [hoa]        0.7.2claws23
9230
9231         * src/mainwindow.c
9232                 Set sensitivity of delete actions to active
9233                 even if the folder is a newsgroup.
9234
9235         * src/summaryview.c
9236                 - Set sensitivity of delete actions
9237                 - Added function check_permission() that will check if the
9238                   user is authorized to delete a message. For news, it
9239                   will check if the author is the same.
9240                 - Enabled deletion when there is no trash folder.
9241
9242         * src/news.[ch]
9243                 - Added news_cancel_article() to cancel articles
9244                 - Implemented news_remove_message() (public function)
9245
9246 2002-03-01 [paul]       0.7.2claws22
9247
9248         * src/gtkutils.c
9249           src/textview.c
9250                 recognise urls that that don't include 'http://' and
9251                 simply begin 'www.' 
9252
9253         * AUTHORS
9254                 remove duplicated name
9255
9256 2002-02-28 [paul]       0.7.2claws21
9257
9258         * src/mainwindow.c
9259           src/summaryview.[ch]
9260                 add ability to 'Select thread'
9261                 combines Melvin's "Select thread's head" patch (#510907)
9262                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9263                 patch (#518514) 
9264
9265 2002-02-28 [paul]       0.7.2claws20
9266
9267         * src/mimeview.c
9268                 hopefully fix segfault on right-clicking a mime part
9269                 that some people have experienced.      
9270                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9271
9272 2002-02-28 [paul]       0.7.2claws19
9273
9274         * sync with sylpheed 0.7.2cvs21
9275                 see ChangeLog entries 2002-02-27 and 2002-02-28
9276
9277 2002-02-27 [paul]       0.7.2claws18
9278
9279         * sync with sylpheed 0.7.2cvs18
9280                 see ChangeLog entries 2002-02-26 and 2002-02-27
9281
9282 2002-02-26 [alfons]     0.7.2claws17
9283
9284         * src/procheader.c
9285                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9286                 (spotted by Chris Hessman <idatech@gmx.net>)
9287
9288 2002-02-26 [paul]       0.7.2claws16
9289
9290         * src/mimeview.c
9291           src/pgptext.[ch]
9292           src/procmsg.c
9293                 make decryption of ascii-armored pgp encrypted messages
9294                 and verification of ascii-armored signatures work again.
9295                 slightly altered from the patch by Jens Jahnke 
9296                 <jan0sch@gmx.net>
9297
9298                 ##FIX ME##
9299                 * the checking of plaintext signatures always comes up in 
9300                   a popup box
9301                 * it doesn't work for multipart messages 
9302                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9303                   including the msg headers and these 2 line themselves, are 
9304                   not displayed
9305
9306         * src/mainwindow.c
9307                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9308                 "View/Message View" becomes "View/Separate Message View"
9309                 because its less ambiguous.
9310
9311         * po/es.po
9312                 updated by Ricardo Mones Lastra
9313
9314 2002-02-26 [paul]       0.7.2claws15
9315
9316         * sync with sylpheed 0.7.2cvs17
9317                 see ChangeLog entries 2002-02-25 and 2002-02-26
9318
9319 2002-02-25 [christoph]  0.7.2claws14
9320
9321         * src/filtering.[ch]
9322         * src/inc.c
9323                 do filtering stuff after all messages have been received
9324                   1. drop all messages to .processing
9325                   2. scan processing folder for messages
9326                   3. filter messages or move to inbox
9327                 this will also find old messages left in processing after
9328                 a crash or something like that and we get a real msginfo
9329                 from folder->get_msg_list and do not have to create our
9330                 own in filter_message
9331         * src/matcher_parser_parse.y
9332                 remove MIX/MAX warning (reordered includes)
9333
9334 2002-02-25 [paul]       0.7.2claws13
9335
9336         * sync with sylpheed 0.7.2cvs15
9337                 see ChangeLog entry 2002-02-24
9338
9339 2002-02-24 [alfons]     0.7.2claws12
9340
9341         * src/filtering.c
9342                 clear old color flags first when applying a new color to
9343                 a message info. 
9344                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9345
9346 2002-02-24 [alfons]     0.7.2.claws11
9347         
9348         * AUTHORS
9349         * src/prefs_common.c
9350                 add presets for Opera and Konqueror, closes patch #517261,
9351                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9352
9353 2002-02-24 [alfons]     0.7.2.claws10
9354
9355         * AUTHORS
9356         * src/summaryview.c
9357                 fix threading for null message ids, closes patch #521601,
9358                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9359
9360 2002-02-24 [alfons]     0.7.2claws9
9361
9362         * src/summaryview.c
9363         * src/filtering.c
9364                 make Tool | Filter Message work with filtering system so
9365                 setting flags also works
9366
9367                 TODO:
9368
9369                 - Processing uses the same function as Tool | Filter
9370                   Message, but doesn't use the same update proc yet
9371
9372 2002-02-23 [paul]       0.7.2claws8
9373
9374         * sync with sylpheed 0.7.2cvs14
9375                 see ChangeLog entries 2002-02-22 and 2002-02-23
9376
9377 2002-02-22 [christoph]  0.7.2claws7
9378
9379         * src/quote_fmt.c
9380                 Add column space to table
9381         * src/quote_fmt_parse.y
9382                 Close files
9383
9384 2002-02-22 [paul]       0.7.2claws6
9385
9386         * src/Makefile.am
9387           src/defs.h
9388           src/filtering.c
9389           src/inc.[ch]
9390           src/mainwindow.c
9391           src/matcher.[ch]
9392           src/matcher_parser_lex.l
9393           src/matcher_parser_parse.y
9394           src/pop.[ch]
9395           src/prefs_account.h
9396           src/prefs_filtering.c
9397           src/selective_download.[ch]   *** NEW FILES ***
9398           src/utils.[ch]
9399           po/POTFILES.in
9400                 Selective Download added to 'Tool' menu. 
9401                 Retrieves email headers of the currently selected pop3 
9402                 account and allows the user to mark emails for deletion 
9403                 right on the pop3 server. Patch submitted by Oliver Haertel 
9404                 <oha@users.sourceforge.net>.
9405         
9406         * po/POTFILES.in
9407                 add 'src/quote_fmt.c'           
9408
9409 2002-02-22 [christoph]  0.7.2claws5
9410
9411         * src/Makefile.am
9412                 added quote_fmt.c
9413         * src/prefs_common.[ch]
9414         * src/prefs_template.c
9415         * src/quote_fmt.c               *** NEW FILE ***
9416         * src/quote_fmt.h
9417                 move quote format symbol description code
9418                 to it's own file because it is used from
9419                 differnent code parts
9420                 Rewrote symbol description GUI
9421                   + use table
9422                   + add separators
9423                   + get data from array (no more long constant strings)
9424         * src/quote_fmt_lex.l
9425         * src/quote_fmt_parse.y
9426                 Symbol for Literal % changed to \% instead of %%
9427                 (More logical as \ is used for quoting for other symbols)
9428                 Add |f and |p to include files and program output
9429                 Examples:
9430                     |f{/home/.../.signature}
9431                     |p{date}
9432         * po/de.po
9433                 Correct wrong spelling for "Referenzen"
9434
9435 2002-02-21 [paul]       0.7.2claws4
9436
9437         * src/procmsg.c
9438                 forgotten during sync
9439
9440 2002-02-21 [paul]       0.7.2claws3
9441
9442         * sync with sylpheed 0.7.2cvs11
9443                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9444                 2002-02-20 and 2002-02-21
9445
9446 2002-02-20 [melvin]     0.7.2claws2
9447
9448         * src/prefs_actions.c
9449                 Added error report when child cannot fork or when execvp 
9450                 returns with an error.
9451
9452 2002-02-19 [christoph]  0.7.2claws1
9453
9454         * src/codeconv.c
9455                 return unconverted text if conde conversion is not possible
9456                 when libjconv is used.
9457                 (patch submitted by "Simon 'corecode' Schubert")
9458
9459 2002-02-19 [paul]       
9460
9461         * version 0.7.2claws release
9462
9463 2002-02-19 [paul]       0.7.2claws
9464
9465         * po/nl.po
9466                 updated by Wilbert Berendsen
9467
9468
9469 2002-02-18 [alfons]     0.7.1claws13
9470
9471         * src/syldap.c
9472         * src/jpilot.c
9473                 remove references to dlfcn and explicitly loading functions
9474                 from dynalink libs, because libs linked anyway, and functions
9475                 are loaded explicitly
9476
9477 2002-02-17 [melvin]     0.7.1claws12
9478
9479         * src/prefs_actions.c
9480                 Replaced children wait loop with double fork technique.
9481                 Now, input/output window updated at each new output.
9482                 free_children(): Fixed a memory leak.
9483                 Made input/output window non closable if running children
9484                 still exist.
9485                 Added missing <unistd.h> include.
9486                 Added some --debug outputs.
9487
9488 2002-02-17 [melvin]     0.7.1claws11
9489
9490         * src/summaryview.c
9491                 Fixed bug where descending sort order did not select top
9492                 message.
9493
9494 2002-02-17 [melvin]     0.7.1claws10
9495
9496         * acconfig.h
9497                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9498         * src/prefs_common.c
9499                 Pspell data package directory no more hard coded but
9500                 set during configuration (PSPELL_PATH). (Thanks to 
9501                                 Gustavo Noronha Silva.)
9502
9503 2002-02-17 [melvin]     0.7.1claws9
9504
9505         * configure.in
9506                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9507         * src/gtkspell.c
9508                 Fixed compile-time warnings.
9509
9510 2002-02-16 [alfons]     0.7.1claws8
9511
9512         * src/filesel.c
9513                 fix inadvertent free of NULL pointer which caused
9514                 sylpheed to crash when closing the save-as dialog
9515                 using the window close button
9516
9517 2002-02-16 [carsten]    0.7.1claws7
9518         * src/mainwindow.[ch]
9519           src/summaryview.c
9520           src/prefs_common.c
9521                 fixes for pixmap theming code:
9522                         - recently changed mail attributes shouldn't get
9523                           lost any longer
9524                         - theme is only reloaded iff another theme was
9525                           selected
9526
9527 2002-02-16 [paul]       0.7.1claws6
9528
9529         * sync with sylpheed 0.7.2 release
9530                 see ChangeLog entry 2002-02-15 and 2002-02-16
9531
9532 2002-02-15 [paul]       0.7.1claws5
9533
9534         * sync with sylpheed 0.7.1cvs9
9535                 see ChangeLog entry 2002-02-15
9536
9537         * po/POTFILES.in
9538                 remove unneeded headerwindow.c entry
9539
9540 2002-02-14 [carsten]    0.7.1claws4
9541         * src/summaryview.c
9542                 fixed a bug for "Go to next unread message": there was
9543                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9544                 in the prefs, because of doing "Search again" instead
9545                 "No"
9546
9547 2002-02-14 [carsten]    0.7.1claws3
9548         * src/stock_pixmap.c
9549                 removed 2 more mem leaks; following memprof,
9550                 this code is "leak free" now :)
9551
9552 2002-02-14 [carsten]    0.7.1claws2
9553         * src/stock_pixmap.c
9554                 used opendir/readdir/closedir instead of scandir
9555                 -> code should work now on Solaris
9556
9557 2002-02-14 [paul]       0.7.1claws1
9558
9559         * sync with sylpheed 0.7.1cvs8
9560                 see ChangeLog entries 2002-02-13 and 2002-02-14
9561
9562         * README.claws
9563                 add some description of Actions and Pixmap Themes
9564
9565 2002-02-13 [paul]       
9566
9567         * version 0.7.1claws release
9568
9569 2002-02-13 [paul]       0.7.1claws
9570
9571         * po/es.po
9572           po/it.po
9573           po/pt_BR.po
9574                 updated translations, submitted by Ricardo Mones Lastra,
9575                 Alessandro Maestri and Fabio Junior Beneditto
9576
9577 2002-02-13 [melvin]     0.7.0claws75
9578
9579         * src/prefs_actions.c
9580                 Added missing "signal.h" include
9581
9582 2002-02-13 [melvin]     0.7.0claws74
9583
9584         * src/prefs_folder_item.c
9585                 Added missing "config.h" include
9586         * po/fr.po
9587                 Updated French translation for folder propriety.
9588
9589 2002-02-13 [jens]       0.7.0claws73
9590
9591         * po/POTFILES.in
9592                 Added missing src/prefs_folder_item.c [log added by melvin]
9593         * po/de.po
9594                 Updated German translation.
9595
9596 2002-02-13 [melvin]     0.7.0claws72
9597
9598         * po/fr.po
9599                 Updated French translation.
9600
9601 2002-02-13 [melvin]     0.7.0claws71
9602
9603         * src/gtkutils.c
9604                 Made gtkut_editable_get_selection return NULL if selection
9605                 is of length zero.
9606                 This fixes a bug where selecting part of message A then
9607                 switching to message B and replying to it will not
9608                 quote the message's body.
9609
9610 2002-02-12 [paul]       0.7.0claws70
9611
9612         * src/mainwindow.c
9613                 cosmetic, relating to pixmap themes: on toolbar make 
9614                 updating of 'Exec' and 'Compose news/Compose email'
9615                 icons faster.
9616
9617 2002-02-12 [carsten]    0.7.0claws69
9618         * src/folderview.c
9619           src/mainwindow.[ch]
9620           src/stock_pixmap.c
9621           src/summaryview.c
9622           src/prefs_common.c
9623                 - refreshing after changing pixmap theme better
9624                   now (thanks Paul)
9625                 - wanted to remove some mem leaks, but alfons was
9626                   faster (and had the better solution ;)
9627
9628 2002-02-12 [alfons]     0.7.0claws68
9629
9630         * src/prefs_common.c
9631         * src/stock_pixmap.[ch]
9632                 plug mem leaks, refactor code a little bit
9633
9634
9635 2002-02-12 [sergey]     0.7.0claws67
9636
9637         * src/imap.c
9638                 Fixed problem with copying messages to IMAP folders when the
9639                 server uses something other than '/' as a namespace separator
9640                 (cyrus-imapd uses '.').
9641
9642 2002-02-12 [jens]       0.7.0claws66
9643
9644         * po/de.po
9645                 Updated German Translation
9646
9647 2002-02-12 [paul]       0.7.0claws65
9648
9649         * sync with sylpheed 0.7.1cvs1
9650                 see ChangeLog entry 2002-02-12
9651
9652 2002-02-12 [melvin]     0.7.0claws64
9653
9654         * src/prefs_actions.c
9655                 Fixed "feature" where children's output was duplicated 
9656                 instead of refreshed while monitoring.
9657                 Removed some debug code.
9658
9659 2002-02-12 [christoph]  0.7.0claws63
9660
9661         * src/compose.c
9662                 always delete message from queue after sending/send error
9663                 (closes bug #509601)
9664
9665 2002-02-12 [melvin]     0.7.0claws62
9666
9667         * src/prefs_actions.c
9668                 Children wait loop is now triggered with a timeout of 1s
9669                 Added %F which is replaced with the list of filenames 
9670                 of all selected messages (as suggested by Ricardo Mones Lestra)
9671                 Pipe syntax changed. Prefix with | to send selection, postfix
9672                 with | to retrieve output. Prefix with > or * to send
9673                 user definable input to the command (*: input is hidden)
9674                 Old pipe action should now be postfixed with |, too.
9675
9676 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9677         * src/stock_pixmap.c
9678                 fixed a bug: if there's no theme directory don't
9679                 throw an error, just do "nothing" (thanks Alfons)
9680
9681 2002-02-12 [carsten]    0.7.0claws60
9682         * src/folderview.c
9683           src/summaryview.c
9684                 had to write the cache twice (nasty!); some marks would 
9685                 get lost if not
9686
9687 2002-02-11 [carsten]    0.7.0claws59
9688         * acconfig.h
9689           configure.in
9690           doc-src/maintainer_guide.txt
9691           src/compose.[ch]
9692           src/defs.h
9693           src/folderview.[ch]
9694           src/gtkutils.[ch]
9695           src/mainwindow.[ch]
9696           src/prefs_common.[ch]
9697           src/stock_pixmap.[ch]
9698           src/summaryview.[ch]
9699                 pixmap theming and related work on pixmap
9700                 handling on some other places
9701                 (e.g. hrm features for all folder)
9702           src/pixmap/stock_*.xpm -> the stock_ was removed
9703         
9704 2002-02-11 [paul]       0.7.0claws58
9705
9706         * sync with sylpheed 0.7.1 release
9707                 see ChangeLog entries 2002-02-11
9708
9709 2002-02-08 [paul]       0.7.0claws57
9710
9711         * sync with sylpheed 0.7.0cvs39
9712                 see ChangeLog entry 2002-02-07 (last entry) 
9713
9714         * src/prefs_actions.c
9715           src/prefs_filtering.c
9716           src/prefs_matcher.c
9717           src/prefs_scoring.c
9718                 sync: made it compile with C compilers other than gcc
9719
9720 2002-02-07 [paul]       0.7.0claws56
9721
9722         * sync with sylpheed 0.7.0cvs38
9723                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9724                 2002-02-07
9725
9726 2002-02-07 [darko]      0.7.0claws55
9727
9728         * src/gtkutils.[ch]
9729         * src/summaryview.c
9730                 Fix const gchar */gchar * issue (thanks Hiro)
9731
9732 2002-02-07 [darko]      0.7.0claws54
9733
9734         * src/compose.[ch]
9735         * src/filtering.c
9736         * src/gtkutils.[ch]
9737         * src/prefs_template.c
9738         * src/quote_fmt.h
9739         * src/quote_fmt_parse.y
9740         * src/summaryview.c
9741         * src/utils.[ch]
9742                 When replying or forwarding an email don't quote the entire
9743                 mail body but use the part of the message text that is selected
9744
9745 2002-02-06 [melvin]     0.7.0claws53
9746
9747         * src/prefs_common.[ch]
9748         * src/gtkspell.[ch]
9749         * src/compose.c
9750                 Made possible to switch quickly to last used dictionary
9751                 which makes checking bilingual documents easier.
9752
9753 2002-02-06 [melvin]     0.7.0claws52
9754         
9755         * po/POTFILES.in
9756                 Added forgotten new file src/prefs_actions.c
9757
9758 2002-02-06 [melvin]     0.7.0claws51
9759
9760         * src/prefs_actions.c   ** NEW FILE **
9761         * src/prefs_actions.h   ** NEW FILE **
9762                 Added actions to execute on message text view, or on the
9763                         message's file.
9764         * src/Makefile.am
9765                 Added src/prefs_actions.[ch]
9766         * src/compose.c
9767                 Added new menu "Edit/Actions"
9768         * src/defs.h
9769                 Added new actionsrc file.
9770         * src/main.c
9771                 Added actionsrc reading.
9772         * src/mainwindow.c
9773                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9774         * src/prefs_common.h
9775                 Added new element actionslst element to prefs_common.
9776
9777 2002-02-06 [paul]       0.7.0claws50
9778
9779         * sync with sylpheed 0.7.0cvs36
9780                 see ChangeLog entry 2002-02-06
9781
9782 2002-02-05 [paul]
9783
9784         * po/es.po
9785                 updated by Ricardo Mones Lastra
9786
9787 2002-02-05 [paul]       0.7.0claws49
9788
9789         * sync with sylpheed 0.7.0cvs33
9790                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9791
9792 2002-02-05 [paul]       0.7.0claws48
9793
9794         * src/compose.c
9795                 re-add 'Edit/Advanced/Delete entire line', previously named
9796                 'Delete Line+'
9797
9798 2002-02-04 [paul]       0.7.0claws47
9799
9800         * src/compose.c
9801           src/summaryview.c
9802                 fix bug #494993 (Reply All not taking Reply-To into consi)
9803                 eliminate differences in behaviour of right-click 'Reply to all' 
9804                 in summary view and 'Reply to all' on the toolbar. 
9805                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9806                 view and From gets ignored by 'Reply to all' on toolbar.
9807                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9808                 From when no Reply-To header is present.
9809
9810 2002-02-04 [paul]       0.7.0claws46
9811
9812         * sync with sylpheed 0.7.0cvs30
9813                 see ChangeLog entries 2002-02-03 and 2002-02-04
9814
9815 2002-02-03 [melvin]     0.7.0claws45
9816
9817         * src/gtkspell.[ch]
9818                 Readded function to highlight all misspelled words.
9819                 Fixed bug where user-provided-words did not replace
9820                         correctly the misspelled word when using the mouse.
9821                 Fixed bug where checking a region selected from right to left did
9822                         not check the region at all.
9823                 Fixed bug where 'Check backwards' may not check at all. 
9824                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9825                 Fixed possible buffer overflow when checking for long strings (>1k).
9826                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9827                 Accelerators code uses now gtk_widget_add_accel.
9828                 Removed and disabled obsolete and unfinished code.
9829                 Cleaning up.
9830
9831         * src/compose.c
9832                 Added menu item to Highlight all misspelled words.
9833
9834 2002-02-01 [paul]       0.7.0claws44
9835
9836         * src/mainwindow.c
9837                 fix '/View/Hide read messages' sensitivity when all
9838                 messages in a folder are hidden
9839
9840 2002-02-01 [paul]       0.7.0claws43
9841
9842         * src/main.c
9843                 add --send option to command line interface, sends all
9844                 queued mail. Patch submitted by Ricardo Mones Lastra.
9845
9846 2002-01-31 [paul]       0.7.0claws42
9847
9848         * src/mainwindow.c
9849                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
9850
9851 2002-01-31 [paul]       0.7.0claws41
9852
9853         * sync with sylpheed 0.7.0cvs27
9854                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
9855                 and 2002-01-31
9856
9857         * src/textview.c
9858                 comment out elements of textview_show_part() as temporary
9859                 workaround for attachment 'Display as text' bug 
9860
9861         * po/pt_BR.po
9862                 updated by Fabio Junior Beneditto
9863
9864 2002-01-30 [paul]       0.7.0claws40
9865
9866         * sync with sylpheed 0.7.0cvs24
9867                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
9868                 and 2002-01-30
9869
9870         * src/compose.c
9871                 add {N_("/_Spelling"), ... "<Branch>"} to 
9872                 GtkItemFactoryEntry compose_entries[]
9873
9874         * src/prefs_common.c
9875                 add claws menu items to prefs_keybind_apply_clicked()
9876                 and remove non-claws menu items
9877
9878 2002-01-29 [paul]       0.7.0claws39
9879
9880         * sync with sylpheed 0.7.0cvs22
9881                 see ChangeLog entries 2002-01-28 and 2002-01-29
9882
9883 2002-01-28 [melvin]     0.7.0claws38
9884
9885         * src/compose.c
9886                 Added the declartion of compose_send_control_enter.
9887
9888         * src/compose.c
9889         * src/gtkspell.[ch]
9890                 Added in a 'Spelling' menu which includes the configuration menu. 
9891                 Added a real 'Check all' and got rid from the old one which only
9892                 highlited misspelled word.
9893                 Made 'Check while typing' a disableable option.
9894                 Added a dialog when there are no more misspelled word.
9895                 Added a dialog if error occurs when switching to a dictionary.
9896         
9897         * src/prefs_common.[ch]
9898                 Added option for the default 'Check while typing' option.
9899
9900
9901 2002-01-28 [alfons]     0.7.0claws37
9902
9903         * src/compose.c
9904                 fix buglet and make code comply with sylpheed code style
9905
9906 2002-01-28 [paul]       0.7.0claws36
9907
9908         * sync with sylpheed 0.7.0cvs19
9909                 see ChangeLog entries for 2002-01-28
9910
9911 2002-01-28 [hoa]        0.7.0claws35
9912
9913         * src/defs.h
9914                 added rendererrc
9915
9916         * src/main.c
9917                 read the renderer config
9918
9919         * src/procmime.[ch]
9920                 use the renderer config to convert mime attachments
9921
9922         * src/textview.c
9923                 don't use textview_show_html/ertf,
9924                 use get_text_content instead
9925
9926 2002-01-27 [alfons]     0.7.0claws34
9927         
9928         * src/news.c
9929                 make sylpheed believe it can delete a news message...
9930                 (messages are NOT deleted, maybe we should remove
9931                 processing from the folder properties after all.)
9932
9933 2002-01-27 [alfons]     0.7.0claws33
9934
9935         * src/folder.c
9936                 add extra checks
9937         * src/news.c
9938                 implement remove_msg() 
9939
9940 2002-01-27 [alfons]     0.7.0claws32
9941
9942         * src/procmsg.h
9943         * src/procheader.c
9944         * src/messageview.c
9945                 fix return receipt / disposition notification again. this
9946                 stuff seems to break on _every_ major summary UI change, so
9947                 it's now implemented using a flag which is saved in the
9948                 marks cache
9949                 
9950 2002-01-26 [alfons]     0.7.0claws31
9951
9952         * src/import.c
9953                 let import dialog show the destination folder identifier
9954
9955 2002-01-26 [melvin]     0.7.0claws30
9956
9957         * src/folderview.c
9958         * src/summaryview.c
9959                 Readded 'Mark all read' into summary view popup menu
9960                 Added 'Mark all read' in folder view popup menu for IMAP
9961                 and NNTP.
9962                 Made it insensitive if the selected folder is not the shown
9963                 one to avoid 'Mark all read' on the wrong folder.
9964                 
9965 2002-01-26 [paul]       0.7.0claws29
9966
9967         * src/folderview.c
9968           src/summaryview.c
9969                 move 'Mark all read' from summary view to folder view
9970                 menu. (adapted from) patch submitted by Jeremy Andrews,
9971                 <lists@kerneltrap.com>
9972
9973 2002-01-25 [alfons]     0.7.0claws28
9974
9975         * src/gtkstext.c
9976                 put the gtk class name back so GtkSText adapts the 
9977                 settings of GtkText
9978
9979 2002-01-25 [alfons]     0.7.0claws27
9980
9981         * src/folderview.c 
9982                 assimilate Ricardo's patch that shows pixmaps instead of
9983                 plain "new" and "unread" texts in the folder view column
9984                 headers 
9985
9986 2002-01-25 [paul]       0.7.0claws26
9987
9988         * src/Makefile.am
9989                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
9990                 be found in non-standard locations. 
9991                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
9992
9993 2002-01-25 [paul]       0.7.0claws25
9994
9995         * sync with sylpheed 0.7.0cvs16
9996                 see ChangeLog entry 2002-01-25
9997
9998 2002-01-24 [paul]       0.7.0claws24
9999
10000         * more sync with sylpheed 0.7.0cvs15
10001                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10002
10003 2002-01-23 [sergey]     0.7.0claws23
10004
10005         * src/importldif.c
10006                 Fixed segfault when closing LDIF import wizard with
10007                 the window manager.
10008         * src/imageview.c
10009         * src/imageview.h
10010         * src/messageview.c
10011         * src/mimeview.c
10012                 Fixed wrong scrolling position after switching between
10013                 text and image parts.
10014
10015 2002-01-23 [paul]       0.7.0claws22
10016
10017         * sync with sylpheed 0.7.0cvs15
10018                 see ChangeLog entries 2002-01-22 and 2002-01-23
10019
10020 2002-01-21 [melvin]     0.7.0claws21
10021
10022         * src/prefs_scoring.c
10023         * src/prefs_filtering.c
10024                 Fixed bug where scoring and filtering windows stopped
10025                 autochecking.
10026
10027 2002-01-21 [paul]       0.7.0claws20
10028
10029         * sync with sylpheed 0.7.0cvs12
10030                 see ChangeLog entries 2002-01-20 and 2002-01-21
10031
10032 2002-01-21 [carsten]    0.7.0claws19
10033         * src/mainwindow.c
10034         * src/menu.[ch]
10035         * src/messageview.[ch]
10036         * src/summaryview.[ch]
10037                 changes to shortcuts handling again:
10038                         + "Q" now controled by mainwin
10039                         + v/V are now customizable and have slightly
10040                           different meanings
10041                 the "button" to minimize the messageview (and maximize
10042                 the summary view) is a real button now
10043         * src/compose.c
10044                 "Delete Line+" added to Edit/Advanced (this will also
10045                 delete the '\n')
10046
10047 2002-01-20 [melvin] 0.7.0claws18
10048
10049         * src/addressbook.c
10050                 Made "Bcc" sensitive when addressbook is called from
10051                 compose window (it was a Claws only bug).
10052
10053 2002-01-19 [alfons] 0.7.0claws17
10054
10055         * src/inc.c
10056                 prevent unnecessary updates when currently selected folder has
10057                 no new messages 
10058
10059 2002-01-19 [alfons] 0.7.0claws16
10060         
10061         * src/summaryview.c
10062                 prevent writing the cache based on current message list in summary 
10063                 view when filtering also put messages in currently selected folder
10064
10065 2002-01-19 [paul]
10066
10067         * po/it.po
10068                 Italian translation submitted by Alessandro Maestri
10069                 <a.maestri@cs.tin.it>
10070
10071 2002-01-18 [melvin]     0.7.0claws15
10072
10073         * src/prefs_filters.c
10074                 fixed bug where 'cancel' from 'filters' window stops autochecking
10075                 if the timer timed out  when the window was open.
10076
10077 2002-01-18 [match]      0.7.0claws14
10078
10079         * src/addrclip.[ch]     ** NEW FILE **
10080         * src/addrselect.[ch]   ** NEW FILE **
10081         * src/adbookbase.h      ** NEW FILE **
10082                 addressbook cut, copy and paste
10083         * src/addrbook.[ch]
10084         * src/addrcache.[ch]
10085         * src/addressitem.h
10086         * src/addrindex.[ch]
10087         * src/addritem.[ch]
10088         * src/importldif.c
10089         * src/importmutt.c
10090         * src/jpilot.[ch]
10091         * src/syldap.[ch]
10092         * src/vcard.[ch]
10093         * src/jpilot.[ch]
10094         * src/editbook.c
10095         * src/editjpilot.c
10096         * src/editldap.c
10097         * src/editvcard.c
10098                 support for copy/paste
10099         * src/addressbook.c
10100                 support for copy/paste
10101                 tidy up menu option processing
10102                 correct address list function arguments
10103         * src/editaddress.c
10104                 sort user attributes
10105         * src/ldif.h
10106         * src/mutt.h
10107                 tidy up
10108
10109         * src/addrbook.[ch]
10110         * src/addrbook.[ch]
10111         * src/addrbook.[ch]
10112                 
10113
10114 2002-01-18 [paul]       0.7.0claws13
10115
10116         * sync with sylpheed 0.7.0cvs8
10117                 configure.in: support Mac OS X (Darwin)
10118
10119 2002-01-18 [carsten]    0.7.0claws12
10120         * src/html.c
10121                 small hack to fix a segfault with an empty href
10122                 (reported by Alexandra Walford <deeni@altern.org>)
10123         * src/mainwindow.c
10124         * src/summaryview.c
10125                 the shortcuts for Mark und Mark as unread are hardcoded
10126                 again
10127         * src/compose.c
10128         * src/gtkstext.[ch]
10129                 readded the shortcuts in gtkstext but made them
10130                 customizeable (simply by adding a menu plus a wrapper
10131                 to compose.c)
10132
10133 2002-01-17 [melvin]     0.7.0claws11
10134
10135         * src/gtkspell.c
10136                 fix default dictionary not being saved.
10137
10138 2002-01-16 [darko]      0.7.0claws10
10139
10140         * src/compose.c
10141                 fix wrapping crash with URL longer than wrapping margin
10142
10143 2002-12-08 [hoa]        0.7.0claws10
10144
10145         * src/matcher_parser_parse.y
10146                 fixed some bugs
10147
10148         * src/prefs_filtering.c
10149                 now, we can use bounce action in the dialog box.
10150
10151 2002-01-16 [carsten]    0.7.0claws9
10152         * src/gtkstext.c
10153                 removed the <control> and <alt> shortcuts because they're
10154                 not needed and interefered with the "normal" shortcuts
10155         * src/mainwindow.c
10156         * src/summaryview.c
10157                 removed most of the hardcoded shortcuts and assigned
10158                 them to menu entries making them easy customizable by
10159                 that
10160
10161 2002-01-16 |melvin]     0.7.0claws8
10162
10163         * src/gtkspell.c
10164                 fixed bug where using the mouse and when the compose
10165                 window is not on top may result in a crash.
10166
10167 2002-01-16 [melvin]     0.7.0claws7
10168
10169         * src/compose.c
10170                 fixed a long standingspell checker bug which could 
10171                 cause a crash after sending a message.
10172
10173 2002-01-16 [paul]       0.7.0claws6
10174
10175         * sync with sylpheed 0.7.0cvs7
10176                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10177                 2002-01-15, and 2002-01-16
10178
10179 2002-01-16 [melvin]     0.7.0claws5
10180
10181         * README.claws
10182         * src/compose.c
10183         * src/gtkspell.[ch]
10184         * src/main.c
10185                 Heavily modified spell checker code to work around
10186                 ispell bug, to add keyboard shortcuts and for future
10187                 enhancements. See README.claws for usage information.
10188
10189 2002-01-15 [alfons]     0.7.0claws4
10190         
10191         * src/summaryview.c
10192                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10193                 so sorting within threads reflects sort mode
10194
10195 2002-01-15 [christoph]  0.7.0claws3
10196
10197         * src/procmsg.c
10198                 added alertpanel if mail sending failed
10199
10200 2002-01-15 [alfons]     0.7.0claws2
10201         
10202         * src/prefs_filtering.c
10203                 don't stop timer when prefs filtering dialog is opened
10204
10205 2002-01-14 [alfons]     0.7.0claws1
10206
10207         * src/addr_compl.c
10208         * src/prefs.c
10209                 remove debug_print()s for privacy reasons
10210
10211 2002-01-14 [darko]      0.7.0claws
10212
10213         * README.claws
10214                 quotation wrapping is now also in the main branch
10215
10216 2002-01-14 [paul]
10217
10218         * tools/filter_conv.pl
10219                 allow for Boolean Op and case-sensitivity
10220                 this file is included in the release and tagged
10221                 'rel_0_7_0'
10222
10223 2002-01-13 [paul]       0.7.0claws
10224
10225         * release 0.7.0, with cvs tag 'rel_0_7_0'
10226
10227 2002-01-13 [paul]
10228
10229         * tools/filter_conv.pl
10230         * tools/README
10231                 rewritten to output to matcherrc instead of filteringrc
10232
10233         * po/es.po
10234                 updated Spanish translation by Ricardo Mones Lastra
10235
10236 2002-01-13 [alfons]
10237
10238         * po/nl.po
10239                 update dutch translation
10240
10241 2002-01-13 [paul]
10242
10243         * po/pt_BR.po
10244                 Updated by Fabio Junior Beneditto 
10245
10246 2002-01-13 [melvin]     0.6.6claws53
10247
10248         * po/fr.po
10249                 Updated french translation
10250
10251 2002-01-12 [alfons]     0.6.6claws52
10252
10253         * src/filtering.c
10254                 plug mem leak that has been sitting there for ages              
10255
10256 2002-01-12 [alfons]     0.6.6claws51
10257
10258         * src/summaryview.c
10259                 undo melvin's changes from 0.6.6claws48 because summary
10260                 view now refuses to select first unread message when
10261                 selecting a folder 
10262
10263 2002-01-11 [alfons]     0.6.6claws50
10264
10265         * src/import.c
10266                 use claws' semantics for getting folder item when
10267                 importing an mbox file into a folder 
10268                 (submitted by Dale P. Smith)
10269
10270 2002-01-11 [christoph]  0.6.6claws49
10271
10272         * src/prefs.h
10273                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10274                 toggle widget, because non static prefs can not use
10275                 prefs_set_* functions
10276         * src/prefs_account.c
10277                 toggle smtp auth password field sensitivity if
10278                 user id is empty and add descrition of usage for
10279                 these fields
10280         * src/prefs_folder_item.c
10281                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10282                 callbacks
10283
10284 2002-01-11 [melvin]     0.6.6claws48
10285
10286         * src/compose.c
10287                 fix the 'Ctrl-Enter' feature for sending and test really
10288                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10289                 editables which was not documented in Gtk)
10290
10291         * src/summaryview.c
10292                 Made summaryview refresh after sorting and not before.
10293
10294 2002-01-11 [christoph]  0.6.6claws47
10295
10296         * src/compose.c
10297                 select account from account ids if possible and
10298                 correctly set save folder for copy in reedit
10299
10300 2002-01-10 [paul]       0.6.6claws46
10301
10302         * sync with sylpheed 0.7.0 release
10303                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10304                 2002-01-09
10305
10306 2002-01-09 [alfons]
10307
10308         * src/summaryview.c
10309                 remove more dirt traces...
10310
10311 2002-01-09 [alfons]
10312         
10313         * src/summaryview.c
10314                 clean up some traces of my debugging stuff
10315
10316 2002-01-09 [alfons]     0.6.6claws45
10317
10318         * src/filtering.c
10319                 break up filteringprop_apply() in three separate pieces
10320                 so we can drop messages that failed processing in the
10321                 inbox
10322
10323         * src/summaryview.c
10324                 fix bug #469598 "no refresh of inbox after filter" which 
10325                 was introduced by the new summary view locking, and which 
10326                 prevented the summary view to update after a manual filter 
10327                 message. claw's filter message requires a summary_show().
10328                 (aargh, summary_show() again! :-)
10329                 
10330 2002-01-07 [alfons]     0.6.6claws44
10331
10332         * src/headerwindow.c
10333         * src/logwindow.c
10334         * src/messageview.c
10335         * src/sourcewindow.c
10336                 bring in Hiro's last 0.7.0 wm class fixes
10337
10338         * tools/sylprint.pl
10339                 bring in Ricardo's fix for sylprint script
10340
10341         * AUTHORS       
10342         * src/rfc2015.[ch]
10343         * src/prefs_common.[ch]
10344         * src/prefs_account.[ch]
10345         * src/compose.c
10346                 clean up account preference poison in rfc2015,
10347                 and preparation to fix double sign bug 
10348                 (patch submitted by Simon 'corecode' Schubert)
10349
10350 2002-01-07 [christoph]  0.6.6claws43
10351
10352         * src/mh.c
10353                 search for free message number, do not only rely
10354                 on last_num
10355         * src/send.c
10356                 fix smtp auth and use extra account information
10357                 if available, if not use pop3 data instead
10358                 (closes bug #500341)            
10359         * src/ssl.[ch]
10360                 match coding style
10361
10362 2002-01-06 [alfons]     0.6.6claws42
10363
10364         * src/mainwindow.c
10365                 try making the separate windows work again...
10366
10367 2002-01-06 [alfons]     0.6.6claws41
10368
10369         * src/mainwindow.c
10370                 adapt Hiro's separate window menu (to get rid of the funny
10371                 duplicate menu items), and make it work again
10372
10373 2002-01-06 [alfons]     0.6.6claws40
10374
10375         * tools/Makefile.am
10376         * tools/sylprint.rc
10377         * tools/sylprint.pl
10378         * tools/README.sylprint
10379                 add sylprint script for printing mails from Sylpheed
10380                 (contributed by Ricardo Mones Lastra)
10381
10382         * src/acount.c
10383                 clean up
10384
10385 2002-01-06 [melvin]     0.6.6claws39
10386
10387         * src/mainwindow.c
10388         * src/summaryview.c
10389                 Fixed crash introduced in 0.6.6claws38 by the menu
10390                 reorganisation (Hide read messages)
10391         
10392         * ChangeLog.claws 
10393                 Fixed typo (we are now in 2002, alfons ;) )
10394
10395 2002-01-05 [alfons]     0.6.6claws38
10396
10397         * sync with sylpheed 0.6.6cvs10-17
10398                 (last stuff marked as LAST_STABLE)
10399
10400 2002-01-04 [melvin]     0.6.6claws37
10401
10402         * src/account.c
10403                 Made account selection code use strcasestr again instead of
10404                 g_strcasecmp (fixes bug where reediting queued messages
10405                 did not select proper account reported by T. Link).
10406         
10407         * src/folderview.c
10408                 Fix bug where folder icons are not shown when 'hide read messages'
10409                 is on.
10410         
10411         * src/stock_pixmaps.[ch]
10412                 Added folder icons for 'hide read messages'.
10413         
10414         * src/compose.c
10415                 Fixed bug where 'Enter' in a header entry will send the message 
10416                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10417
10418 2002-01-03 [melvin]     0.6.6claws36
10419         
10420         * src/prefs.[ch]
10421                 Added popup menu for common preferences and
10422                 account preferences (right click on tab displays
10423                                 a menu of all tabs.)
10424
10425 2002-01-02 [melvin]     0.6.6claws35
10426
10427         * src/gtkspell.[ch]
10428                 Made spelling code compatible with undo/redo feature.
10429                 Added creation of suggestion mode menu for the general
10430                         preferences.
10431         
10432         * src/prefs_common.[ch]
10433                 Added option menu for the speller's suggestion mode.
10434                 Added missing spaces in "..." buttons and made a "..."
10435                         button non translatable!
10436         
10437         * src/compose.c
10438                 Made speller use the default suggestion mode.
10439                 Hack to make it possible to choose 'CTRL-Enter' as a
10440                         shortcut for sending (and only for sending).
10441
10442         * src/prefs_folder_item.c
10443                 Changing subject simplification does not update cache 
10444                         anymore (because it is unnecessary).
10445                 Fixed bug where changing subject simplification updated the 
10446                         summaryview even when the viewed folder is not the
10447                         folder which properties are being changed. (E.g. 
10448                                         viewing folder A and changing
10449                                         the subject simplification of 
10450                                         folder B -not being viewed- updated the 
10451                                         summaryview of folder A with data of
10452                                         folder B). (Hope this is clear... )
10453
10454 2001-12-31 [alfons]     0.6.6claws34
10455         
10456         * src/ldif.c
10457         * src/mutt.c
10458                 fgetc() returns a signed integer which doesn't
10459                 fit in a char. so c truncates this to a char
10460                 but we may lose significant bits. i.e. we may
10461                 comparing 0xFF which may not be equal to -1
10462                 unless properly casted to signed char which
10463                 we won't do because fgetc() returns a signed
10464                 integer which doesn't fit in a char. so c 
10465                 truncates this to a char but we may lose 
10466                 significat bits. (you got the idea, thanks
10467                 to Gustavo Noronha Silva <kov@debian.org>
10468                 and the Debian folks!)
10469
10470 2001-12-30 [alfons]     0.6.6claws33
10471
10472         * src/prefs_common.c
10473                 add #ifdef USE_PSPELLs that Melvin forgot               
10474
10475 2001-12-30 [melvin]     0.6.6claws32
10476         
10477         * src/prefs_common.[ch]
10478                 Added configurable color for misspelled words.
10479
10480         * src/gtkspell.[ch]
10481                 Fixed bug of foreground text color (reported by David
10482                                 Mehrmann)
10483                 Added configurable color for misspelled words.
10484
10485 2001-12-30 [alfons]     0.6.6claws31
10486
10487         * src/folder.c
10488                 remove unnecessary things someone put there
10489
10490         * src/mh.c
10491         * src/folder.[ch]
10492                 make folder properties (like threading and sorting) persistent
10493                 (closes bug #497424 "rescan folder tree resets proprieties")
10494                 currently this is only for MH folders. 
10495
10496 2001-12-29 [melvin]     0.6.6claws30
10497
10498         * src/string_match.[ch]
10499                 Optimized a bit: regexp pattern buffer compiled only once, and
10500                   one subroutine call removed. Fixed ^ regexp search: Now, 
10501                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10502         
10503         * src/summaryview.c
10504                 Subject filtering changed to filter summary columns and
10505                   not directly the messages subject cache. The loss in 
10506                   performance is balanced by the improvement of string_match.
10507                 Added an alert panel if there is an error in the regexp.
10508
10509         * src/src/prefs_folder_item.h
10510                 Added a regexp pattern buffer.
10511
10512 2001-12-28 [alfons]     0.6.6claws29
10513
10514         * src/string_match.[ch]
10515                 clean up name space
10516                 allow compilation *BSD
10517
10518 2001-12-27 [alfons]     0.6.6claws28
10519
10520         * src/filter.c
10521                 sync the Hiro's bug fix for BSD
10522
10523 2001-12-27 [melvin]     0.6.6claws27
10524         
10525         * src/compose.c
10526                 Simplify focus to subject entry code.
10527
10528 2001-12-27 [darko]      0.6.6claws26
10529
10530         * src/filtering.c
10531         * src/mbox_folder.c
10532         * src/messageview.c
10533         * src/mh.c
10534         * src/procheader.[ch]
10535         * src/procmsg.h
10536         * src/stock_pixmap.[ch]
10537         * src/summaryview.c
10538                 Show key icon for encrypted mails in summary view
10539
10540         * src/pixmaps/clip.xpm
10541         * src/pixmaps/clipkey.xpm
10542         * src/pixmaps/key.xpm
10543                 New/modified icons for the above
10544
10545 2001-12-27 [melvin]     0.6.6claws25
10546
10547         * src/prefs_common.c
10548                 Put spell checker options in a separate tab to decrease
10549                 the Common Preferences window height.
10550
10551         * README.claws  
10552                 Update spell checker usage instruction about its options
10553                 location.
10554
10555 2001-12-27 [melvin]     0.6.6claws24
10556
10557         * src/compose.c
10558                 Changed subject entry widget position. Initial focus is
10559                 on the To header instead of the subject entry.
10560                 Creating a new header scrolls the header list to make the
10561                 created one visible. Nevertheless, when automatically filling
10562                 headers, the first one is shown.
10563                 A Tab key press in the last empty header entry zips the 
10564                 focus to the subject entry.
10565                 (I did not change the combo boxes, yet)
10566
10567 2001-12-26 [alfons]     0.6.6claws23
10568
10569         * src/prefs_account.c
10570         * src/inc.c
10571                 allow default inbox to reside in another mailbox (only
10572                 works for POP3 accounts)
10573
10574 2001-12-26 [alfons]     0.6.6claws22
10575         
10576         * src/textview.c
10577                 make reply-on-click work with the account of the selected folder
10578         * src/compose.c
10579                 put a fixme here to remind me to fix finding correct default
10580                 account for nested folders
10581
10582 2001-12-25 [alfons]     0.6.6claws21
10583
10584         * src/summaryview.c
10585                 make column headers display locked and mark pixmaps (idea by Melvin) 
10586                 fix bug by adding score and locked column type to sort array
10587
10588 2001-12-25 [alfons]     0.6.6claws20
10589         
10590         * src/summaryview.c
10591                 catch a *potentially* inadvertent write back of  
10592                 the message cache(s) introduced by 0.6.5claws37
10593
10594 2001-12-25 [christoph]  0.6.6claws19
10595
10596         * src/stock_pixmap.[ch]
10597         * src/summaryview.c
10598                 add ignore thread pixmap
10599                 (can someone draw a better icon for this?)
10600
10601 2001-12-24 [alfons]     0.6.6claws18
10602
10603         * src/prefs_folder_item.c
10604                 make address completion actually work for the
10605                 Default To address in the Folder Property dialog.
10606
10607 2001-12-24 [alfons]     0.6.6claws17
10608         
10609         * src/summaryview.c
10610                 use new style regexp for subject stripping 
10611                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10612
10613 2001-12-24 [darko]      0.6.6claws16
10614
10615         * src/pgptext.c
10616         * src/rfc2015.c
10617                 move GPG related informational messages to debug mode
10618
10619 2001-12-23 [alfons]     0.6.6claws15
10620
10621         * src/stock_pixmap.[ch]
10622         * src/summaryview.c
10623                 add the forgotten Claws' locked pixmap
10624
10625 2001-12-23 [alfons]     0.6.6claws14
10626
10627         * src/filesel.c
10628                 accept file name typed in entry in multi file
10629                 selector (patch submitted by Gustavo Noronha Silva 
10630                 <kov@debian.org>)
10631
10632 2001-12-23 [alfons]     0.6.6claws13
10633
10634         * src/prefs_filter.c
10635         * src/prefs_filtering.c
10636         * src/matcher.c
10637         * src/importmutt.c
10638                 clean up a little bit
10639         
10640         * src/string_match.c
10641                 validate input strings a little bit more
10642
10643 2001-12-23 [alfons]     0.6.6claws12
10644
10645         * src/Makefile.am
10646         * src/summaryview.c
10647         * src/string_match.[ch]         ** NEW **
10648         * src/folderview.[ch]
10649         * src/headerview.h
10650         * src/folder.[ch]
10651         * src/prefs_folder_item.[ch]
10652                 add subject simplification to strip out strings from
10653                 a subject line (esp. handy for mailing lists). 
10654                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10655                 but slightly changed things for better integration.)
10656
10657 2001-12-23 [alfons]     0.6.6claws11
10658
10659         * src/mainwindow.c
10660                 fix bug introduced by submission included in 0.6.5claws52.
10661                 ideally this submission should clean the trash if any trash
10662                 folder has a message. however, the hasTrash variable was
10663                 set to false whenever a trash folder was empty (discarding
10664                 a previously found *filled* trash folder.)
10665
10666                 also edited the code a little bit and made it more safe.
10667
10668 2001-12-22 [alfons]     0.6.6claws10
10669
10670         * src/imap.c
10671                 quick fix for Martin Pool's omission of an account
10672                 specific SSL setting
10673
10674 2001-12-22 [alfons]     0.6.6claws9
10675
10676         * src/compose.c
10677         * src/messageview.c
10678         * src/mimeview.c
10679         * src/pgptext.c
10680         * src/procmime.[ch]
10681                 better support for multipart/digest (submitted
10682                 by Fredrik <e98fo@efd.lth.se>)
10683
10684 2001-12-22 [alfons]     0.6.6claws8
10685
10686         * src/addressbook.c
10687                 correct function signature
10688         * src/socket.[ch]
10689         * src/imap.[ch]
10690         * src/prefs_account.[ch]
10691                 allow IMAP over SSH tunnel (patch submitted by 
10692                 Martin Pool <mbp@samba.org>)
10693
10694 2001-12-21 [alfons]     0.6.6claws7
10695
10696         * sync with sylpheed 0.6.6cvs4-9
10697                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10698
10699 2001-12-21 [christoph]  0.6.6claws6
10700
10701         * src/compose.c
10702         * src/prefs_folder_item.[ch]
10703                 implement saving of outgoing messages to current folder.
10704                 fix segfault when no default outbox is available
10705                 (closes bug #495683)
10706
10707 2001-12-21 [carsten]    0.6.6claws5
10708         * src/folderview.c
10709         * src/summaryview.c
10710                 pressing CTRL while DND does now the expected thing and
10711                 copies the mail (moving is still the default, as this
10712                 seam more appropriate for handling mails by DND)
10713
10714 2001-12-18 [paul]       0.6.6claws4
10715
10716         * sync with sylpheed 0.6.6cvs3
10717                 see ChangeLog entries 2001-12-18
10718
10719 2001-12-18 [hiro]       0.6.6claws3
10720
10721         * src/undo.c
10722                 fix for multibyte characters (obtain the number of letters
10723                 instead of bytes).
10724
10725 2001-12-17 [paul]       0.6.6claws2
10726
10727         * sync with sylpheed 0.6.6cvs1
10728                 see ChangeLog entry 2001-12-16
10729
10730 2000-12-17 [alfons]     0.6.6claws1
10731
10732         * src/filtering.c
10733                 clean up
10734
10735 2001-12-16 [paul]       0.6.6claws
10736 2001-12-15
10737
10738         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10739
10740         * src/mimeview.c
10741                 last minute sync with main 0.6.6
10742
10743         * po/es.po
10744                 updated by Ricardo Mones Lastra
10745                 update for last minute sync
10746         * po/fr.po
10747         * po/nl.po
10748                 update for last minute sync
10749         * po/de.po
10750                 updated by Jens Oberender
10751         * po/pt_BR.po
10752                 updated by Fabio Junior Beneditto
10753
10754         * src/prefs_common.[ch]
10755         * src/undo.c
10756                 number of undo levels is user configurable
10757                 (squeeze it into the release in the dying
10758                 moments) Submitted by Jens Oberender    
10759
10760 2001-12-15 [melvin]
10761
10762         * po/fr.po
10763                 updated french translation
10764
10765 2001-12-15 [paul]       0.6.5claws92
10766
10767         * sync with sylpheed 0.6.5cvs28
10768                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10769
10770         * po/nl.po
10771                 update to allow for sync
10772
10773 2001-12-15 [alfons]
10774         
10775         * po/nl.po
10776                 update dutch translation
10777
10778 2001-12-14 [carsten]    0.6.5claws91
10779         * src/summaryview.c
10780                 fixed bug #473785; also after changing the column order
10781                 the same message will be selected and displayed as before
10782                 the reordering
10783
10784 2001-12-14 [carsten]    0.6.5claws90
10785         * src/folderview.c
10786                 probably found the bug reported by wwb opening or closing
10787                 a folder tree just before dnd (found the solution in the
10788                 balsa source -- thanks to them)
10789
10790 2001-12-14 [carsten]    0.6.5claws89
10791         * src/gtkutils.c
10792         * src/account.c
10793                 moved gtk_clist_moveto to the right place, so that
10794                 only the accounts dialog is effected on opening
10795
10796 2001-12-14 [carsten]    0.6.5claws88
10797         * src/gtkutils.c
10798                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10799                 now, so that the focused row will be seen in any case
10800                 (reported by wwp on sf-claws-user)
10801
10802 2001-12-14 [darko]      0.6.5claws87
10803
10804         * src/compose.c
10805                 remove unnecessary line
10806
10807 2001-12-14 [paul]       0.6.5claws86
10808
10809         * sync with sylpheed 0.6.5cvs27
10810                 see ChangeLog entries 2001-12-14
10811
10812 2001-12-14 [carsten]    0.6.5claws85
10813         * src/mainwindow.c
10814                 following a suggestion of Melvin the rcoabm pops up
10815                 right under the button now and the button is reliefed
10816                 while the popup is open
10817
10818 2001-12-14 [darko]      0.6.5claws84
10819
10820         * src/compose.c
10821                 fix crash when wrapping long lines if linewrap quotation
10822                 is disabled and wrapper encounters a word spanning more
10823                 than one line
10824
10825 2001-12-13 [paul]       0.6.5claws83
10826
10827         * src/compose.c
10828                 prefer 'Reply-To' header over mailing list header when
10829                 replying to a message. Finally prevent all those confirmation 
10830                 messages being sent to the list itself.
10831
10832         * src/summaryview.c
10833                 remove unused summary_set_menu_sensitive() entry
10834
10835 2001-12-13 [paul]       0.6.5claws82
10836
10837         * src/folderview.c
10838         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10839         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10840         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10841                 improvements to 'Hide read messages': Inbox, Outbox,
10842                 Trash, Queue, and Draft icons now reveal presence of hidden 
10843                 messages
10844
10845 2001-12-12 [alfons]     0.6.5claws81
10846
10847         0.6.5claws80 was tagged as LAST_STABLE
10848
10849         * src/filtering.[ch]
10850         * src/matcher.[ch]
10851         * src/matcher_parser_lex.c
10852                 fix the filtering; my last attempt to get it right, 
10853                 if it does not work, it's Hoa's turn. ;-)
10854
10855                 for my honourable peers:
10856                 
10857                 the code now makes a clear distinction between
10858                 rules as they are displayed (probably escaped),
10859                 and as they are executed (probably unescaped). the
10860                 parser does *NOT* do any unescaping, this is
10861                 the task of the matcher.c (which breaks up a
10862                 rule into condition) and the filtering.c (which
10863                 breaks up the rule's action). to make this
10864                 run happily we provide an unescaped copy of
10865                 crucial strings to the MatcherProp and 
10866                 FilteringAction structures. note that the only
10867                 exception to this is any REGEXP string. those
10868                 are directly passed to regcomp() and regexp()
10869                 (who have much more powerful unescape functions).
10870                 
10871                 for everyone else:
10872         
10873                 you can escape tab (\t), carriage return (\r),
10874                 linefeed (\n), form feed (\f), quote (\"), 
10875                 single quote (\'), bell (\b) in all the entry
10876                 lines in the scoring & filtering dialogs.
10877                 as an added bonus this should not affect
10878                 existing filtering rules.
10879
10880 2001-12-12 [carsten]    0.6.5claws80
10881
10882         * src/summaryview.c
10883         * po/de.po
10884                 "item(s) selected" is now sensitive to 1 or more
10885                 than one selected (nice for language where simple
10886                 adding of a "s" is not possible as German (Eintrag
10887                 ->Eintr"age)
10888                 
10889                 the "forward as attachment" entry from the right
10890                 click menu removed, "forward" acts following the
10891                 prefs
10892         
10893         * src/textview.c
10894                 reverted my former changes; so compiler warning again
10895                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
10896                 nevertheless
10897
10898         * src/messageview.c
10899                 "search in message" does now *not* only work in MVIEW_TEXT
10900                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
10901                 message
10902
10903         * src/mainwindow.c
10904                 removed "/File/_Close" as it was the same as "/File/E_xit"
10905                 and we don't need it two times
10906
10907                 the separate folder view and message view now get a distinct
10908                 WMCLASS, just in case someone is using sawfish ;-)
10909
10910                 as the menu entries "/View/Message view" and "/View/Folder tree"
10911                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
10912                 make them sensitive accordingly and as these two are "shown"
10913                 after startup anytime check this menuitem at startup
10914
10915 2001-12-12 [paul]       0.6.5claws79
10916
10917         * src/folderview.c
10918                 fix sensitivity of 'Search folder...', broken in
10919                 0.6.5claws75
10920
10921         * src/mainwindow.c
10922                 fix dodgy English
10923
10924 2001-12-11 [carsten]    0.6.5claws78
10925         * src/filtering.c
10926                 fixed two typos returning a wrong FALSE/TRUE
10927         * src/mainwindow.[ch]
10928                 extra menu for email/news button removed
10929
10930 2001-12-11 [alfons]     0.6.5claws77
10931         
10932         * src/matcher.c                 (1.3)
10933         * src/matcher_parser_lex.l      (1.28)
10934                 revert for another attempt
10935                 mark 0.6.5claws77 as LAST_STABLE
10936
10937 2001-12-11 [christoph]  0.6.5claws76
10938
10939         * po/de.po
10940                 fixed wrong translation for prev. unread msg
10941
10942 2001-12-11 [paul]       0.6.5claws75
10943
10944         * src/folder.[ch]
10945         * src/folderview.c
10946         * src/mainwindow.c
10947         * src/summaryview.[ch]
10948         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
10949                 enable ability to hide read messages on per folder basis via 
10950                 '/Summary/Hide read messages'; when selected, a folder will 
10951                 have a red open folder icon, instead of a blue icon, if the 
10952                 folder contains hidden messges
10953                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
10954
10955         * src/mainwindow.c
10956                 remove '/Message/Forward as attachment' from 
10957                 main_window_set_menu_sensitive() to prevent debug warning
10958
10959         * src/folderview.c
10960         * src/mainwindow.c
10961                 Clean up some of the English
10962
10963         * tools/newscache_clean.pl
10964                 allow for new 'hidereadmsgs' entry in folderlist.xml
10965
10966         * po/es.po
10967                 updated translation, submitted by Ricardo Mones Lastra
10968
10969 2001-12-11 [paul]       0.6.5claws74
10970
10971         * sync with sylpheed 0.6.5cvs25
10972                 see ChangeLog entry 2001-12-11
10973
10974 2001-12-10 [alfons]     0.6.5claws73
10975
10976         * src/matcher.c
10977                 add more control characters
10978         * src/matcher_parser_lex.l
10979                 make escaping / unescaping work again
10980
10981 2001-12-10 [alfons]     0.6.5claws72
10982
10983         * src/imap.c
10984                 clean up warnings "returning value for void function" 
10985         * src/prefs_filtering.c
10986                 make info button for execute action sensitive
10987
10988 2001-12-10 [paul]       0.6.5claws71
10989
10990         * src/compose.c
10991         * src/imap.[ch]
10992         * src/summaryview.c
10993                 fix: imap server now gets informed of MARKED, UNMARKED
10994                 and REPLY events. Now people can use different IMAP-Mail
10995                 clients and have the exact same information about MARKED,
10996                 UNMARKED and REPLY status with all of them. Especially
10997                 useful for imap servers with a web-frontend.
10998                 submitted by Tobias Sandhaas <medlor@web.de>
10999
11000 2001-12-09 [melvin]     0.6.5claws70
11001         
11002         * src/textview.[ch]
11003                 fixed bug #490076 (hunted down by Alfons who implemented
11004                 a workaround in 0.6.5claws65)
11005
11006 2001-12-09 [christoph]  0.6.5claws69
11007
11008         * src/summaryview.c
11009                 set pointer to string in LOCKED column to NULL
11010                 (might fix bug #490800)
11011
11012 2001-12-09 [carsten]    0.6.5claws68
11013
11014         * po/de.po
11015                 resolved some cluttered menu shortcuts 
11016                 ('creating new email' and 'creating news message'
11017                 hade the same)
11018         * src/compose.c
11019                 wmclass now distinc from main window
11020         * src/mainwindow.c
11021           src/mainwindow.h
11022                 email/news and forward button functionality similar
11023                 to the reply buttons; removed the ugly dropdown arrows
11024                 and use instead the right mouse button
11025
11026 2001-12-09 [paul]       0.6.5claws67
11027
11028         * src/imap.c
11029         * src/utils.h
11030                 allow spaces in imap folder names
11031                 submitted by Willem van Engen <wvengen@stack.nl>
11032
11033 2001-12-09 [paul]       0.6.5claws66
11034
11035         * sync with sylpheed 0.6.5cvs24
11036                 see ChangeLog entry 2001-12-09
11037
11038 2001-12-08 [alfons]     0.6.5claws65
11039
11040         * src/textview.c
11041                 prevent secondary selection claim after "add to sender" dialog
11042                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11043                 we trick GTK by simulating a click at (0, 0) in the textview.
11044
11045 2001-12-08 [hoa]        0.6.5claws64
11046
11047         * src/folder.c
11048                 fixed a bug about the .processing folder name while filtering
11049
11050 2001-12-08 [alfons]     0.6.5claws63
11051
11052         * src/folderview.c 
11053                 work around problem of not correctly updating folder stats
11054                 when deleting messages. there's some folder scanning evil
11055                 going so the folderview_update_msg_num() does not work
11056                 correctly. need to investigate this.
11057
11058 2001-12-08 [paul]       0.6.5claws62
11059
11060         * sync with sylpheed 0.6.5cvs23
11061                 see ChangeLog entry 2001-12-08
11062
11063 2001-12-07 [christoph]  0.6.5claws61
11064
11065         * src/compose.c
11066                 fix another header translation problem
11067
11068 2001-12-07 [alfons]     0.6.5claws60
11069
11070         * src/mbox.c
11071                 make filtering also work on local spool mbox
11072
11073 2001-12-07 [carsten]    0.6.5claws59
11074         * src/addressbook.c
11075                 addressbook window gets a wmclass distinct from the main
11076                 sylpheed window
11077         * src/compose.h
11078         * src/mainwindow.[ch]
11079                   forward menu item will use mode selected in prefs, forward 
11080                 as attatchment in menu removed (will be substituted in the
11081                 toolbar similar to reply buttons)
11082                   create news message menu entry and news button is now 
11083                 sensitive to the existance of a news account
11084         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11085         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11086         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11087                 these are removed because the toolbar buttons don't show
11088                 the quoting modus any longer
11089
11090 2001-12-07 [paul]
11091
11092         * tools/newscache_clean.pl      ** NEW FILE **
11093                 perl script to do some tidying up in the newscache directory 
11094                 
11095         * tools/sylpheed-switcher       ** NEW FILE **
11096                 perl script to enable easy switching between main and claws
11097                 
11098         * tools/README
11099                 added descriptions of the two new perl scripts          
11100
11101
11102 2001-12-07 [melvin]     0.6.5claws58
11103
11104         * src/messageview.c
11105                 fixed a warning during compilation introduced in 0.6.5claws56
11106
11107 2001-12-07 [paul]       0.6.5claws57
11108
11109         * src/mainwindow.[ch]
11110         * src/menu.[ch]
11111                 further usability enhancements to replying with or without 
11112                 quoting via the toolbar, use of Ctrl key is replaced by 
11113                 drop down menu 
11114                 Submitted by Carsten Schurig            
11115
11116 2001-12-07 [melvin]     0.6.5claws56
11117
11118         * src/messageview.c
11119                 hack to fix bug that prevented to make/paste selections
11120                 after switching between MVIEW_TEXT and MVIEW_MIME views
11121                 without deselecting the selection first.
11122
11123 2001-12-06 [alfons]     0.6.5claws55
11124
11125         * src/filtering.[ch]
11126         * src/inc.c
11127                 revise filtering a little bit more, and make sure
11128                 messages are delivered to the appropriate inbox
11129                 (perhaps set per account)
11130
11131 2001-12-06 [paul]       0.6.5claws54
11132
11133         * sync with sylpheed 0.6.5cvs22
11134                 see ChangeLog entry 2001-12-06
11135
11136 2001-12-05 [alfons]     0.6.5claws53
11137
11138         * src/inc.c
11139         * src/folder.[ch]
11140         * src/procmsg.c
11141         * src/filtering.c
11142                 more revisions of filtering system
11143                 (last stable version is marked as LAST_STABLE)
11144                 
11145                 | NOTE 1): the filtering system now uses a local folder called
11146                 | .processing. if filtering fails, check this directory
11147                 | for missing messages.
11148                 |
11149                 | NOTE 2): help us find the filtering actions still missing
11150
11151 2001-12-05 [paul]       0.6.5claws52
11152
11153         * src/mainwindow.c
11154                 fix bug where 'Empty Trash?' pop-up window appears even
11155                 when Trash is empty, submitted by Jesse Skinner         
11156
11157 2001-12-05 [melvin]     0.6.5claws51
11158
11159         * src/compose.c
11160                 fixed bug #486106 to select correct account when reediting 
11161                 a queued message
11162         
11163 2001-12-04 [alfons]     0.6.5claws50
11164
11165         * src/mh.c
11166                 declare markfile in appropriate functions when
11167                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11168                 for spotting this)
11169
11170 2001-12-04 [paul]       0.6.5claws49
11171
11172         * sync with sylpheed 0.6.5cvs21
11173                 see ChangeLog entry 2001-12-04
11174
11175 2001-12-03 [christoph]  0.6.5claws48
11176
11177         * po/de.po
11178                 changed translation of undo
11179         * src/account.c
11180         * src/folder.c
11181                 don't reinvent the wheel to traverse a GNode
11182         * src/compose.[ch]
11183                 seperate code to create the compose gui into functions
11184                 add "Others" page with folder selection for saving copy
11185                 of the message.
11186                 the folder identifier is saved to queue header
11187         * src/procmsg.c
11188                 save message to folder in queue header
11189
11190 2001-12-03 [paul]       0.6.5claws47
11191
11192         * sync with sylpheed 0.6.5cvs20
11193                 see ChangeLog entry 2001-12-03
11194
11195 2001-12-01 [paul]
11196
11197         * more sync with sylpheed 0.6.5cvs19
11198                 see ChangeLog entry 2001-11-29
11199
11200 2001-11-30 [paul]       0.6.5claws46
11201         
11202         * src/compose.c
11203                 remove conflicts introduced by Hoa's last commit
11204          
11205         * src/mainwindow.c
11206                 make 'Message/Bounce' sensitive
11207
11208 2001-11-30 [hoa]        0.6.5claws45
11209
11210         * src/compose.c
11211                 slightly change bounce function to add
11212                 information about the user that bounced the mail
11213                 in the From header line.
11214
11215         * src/folderview.c
11216                 permit the use of processing in outbox folder.
11217
11218 2001-11-29 [paul]       0.6.5claws44
11219
11220         * src/mainwindow.[ch]
11221         * src/prefs_common.c
11222         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11223         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11224         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11225                 usability enhancements to the quoting, implements
11226                 use of Ctrl key to toggle quoting settings
11227                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11228
11229 2001-11-29 [paul]       0.6.5claws43
11230         
11231         * sync with sylpheed 0.6.5cvs19
11232                 see ChangeLog entry 2001-11-28
11233
11234 2001-11-29 [melvin]     0.6.5claws42
11235         * src/Makefile.am
11236                 added enriched.[ch] to the list of files
11237
11238         * src/textview.c
11239         * src/mimeview.c
11240         * src/procmime.[ch]
11241         * src/enriched.[ch]
11242                 added support to view text/enriched
11243                 added support to show headers in message view for text/enriched and text/html
11244                         in non multipart messages
11245
11246 2001-11-28 [paul]       0.6.5claws41
11247
11248         * more sync with sylpheed 0.6.5cvs18
11249                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11250
11251 2001-11-27 [paul]       0.6.5claws40
11252         
11253         * po/pt_BR.po
11254                 updated translation, submitted by Fabio Junior Beneditto
11255                 
11256         * sync with sylpheed 0.6.5cvs18
11257                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11258                 2001-11-27
11259
11260
11261 2001-11-26 [paul]
11262
11263         * po/es.po
11264                 updated translation, submitted by Ricardo Mones Lastra
11265
11266 2001-11-26 [alfons]
11267
11268         * src/matcher.c
11269                 add more translatable strings
11270
11271 2001-11-26 [christoph]  0.6.5claws39
11272
11273         * po/de.po      
11274                 fixed one more umlaut
11275         * src/compose.c
11276                 fix translated header when it should not be translated
11277
11278 2001-11-26 [paul]       0.6.5claws38
11279
11280         * src/mainwindow.c
11281                 remove '/Message/Add Sender to address book' from 
11282                 main_window_set_menu_sensitive(), prevent debug warning
11283                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11284
11285 2001-11-26 [paul]       0.6.5claws37
11286
11287         * src/summaryview.c
11288                 fix 'recurring unread state' bug 
11289
11290         * tools/README 
11291         * tools/filter_conv.pl
11292                 read name of top level mailbox from folderlist.xml
11293                 and presume nothing about its name              
11294
11295 2001-11-26 [darko]      0.6.5claws36
11296
11297         * src/gtkstext.[ch]
11298                 removed functions that are now in gtkutils.c
11299                 use gtkut_text_is_uri_string() from gtkutils.c
11300         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11301
11302 2001-11-26 [paul]       0.6.5claws35
11303
11304         * sync with sylpheed 0.6.5cvs16
11305                 see ChangeLog entries 2001-11-25 and 2001-11-26
11306
11307 2001-11-25 [alfons]     0.6.5claws34
11308
11309         EXPERIMENTAL!!! Please checkout the last stable version using: 
11310           
11311         % cvs update -r LAST_STABLE -dRAP
11312
11313         (Or help us testing this stuff.)
11314
11315         * src/filtering.c               (1.14)
11316         * src/filtering.h               (1.6)
11317         * src/inc.c                     (1.28)
11318         * src/matcher.c                 (1.20)
11319         * src/mbox.c                    (1.9)
11320         * src/procmsg.h                 (1.14)
11321         * src/summaryview.c             (1.59)
11322         * src/summaryview.h             (dunno)
11323                 revert/merge/sync to as it was before commit 
11324                 on Thu, 19 Jul 2001 10:15:51 -0700.
11325
11326 2001-11-25 [hoa]        0.6.5claws33
11327
11328         * src/main.c
11329                 processing mails at startup
11330
11331         * src/folderview.c
11332         * src/summaryview.[ch]
11333                 processing mails when entering folder
11334
11335         * src/prefs_filtering.c
11336                 fixed some UI bugs
11337
11338 2001-11-24 [alfons]     0.6.5claws32
11339
11340         * src/summaryview.[ch]
11341                 make summary sort headers work, and also make
11342                 sure the sort type is stored
11343
11344 2001-11-23 [alfons]     0.6.5claws31
11345
11346         * src/summaryview.[ch]
11347                 make lock work like mark
11348                 disallow deleting messages marked as locked
11349
11350 2001-11-23 [alfons]     0.6.5claws30
11351
11352         * src/gtkstext.c
11353         * src/compose.[ch]
11354         * src/Makefile.am
11355         * src/undo.[ch]
11356                 merge undo patch submitted by Jens
11357
11358 2001-11-23 [christoph]  0.6.5claws29
11359
11360         * src/.cvsignore
11361                 added ylwrap
11362         * src/compose.c
11363                 fixed gpg signing and encoding
11364         * src/folder.[ch]
11365         * src/main.c
11366                 added --status option to get new, unread and total
11367                 message count from a running sylpheed
11368         * src/prefs_common.c
11369                 temporary fix for reply_with_quote problem
11370                 (don't call functions for non existing widget)
11371         * src/procmsg.c
11372                 one more check for ignored threads but still not
11373                 always working correctly. probably a recursive
11374                 check for all parents is needed
11375
11376 2001-11-23 [darko]      0.6.5claws28
11377
11378         * src/compose.c
11379                 wrapping on send improvements
11380         * src/gtkutils.[ch]
11381                 fix for GtkSText after last sync with main branch
11382                 GTK_TEXT -> GTK_STEXT
11383
11384 2001-11-23 [paul]       0.6.5claws27
11385
11386         * sync with sylpheed 0.6.5cvs14
11387                 see ChangeLog entries 2001-11-22 and 2001-11-23
11388                 
11389         * po/de.po
11390                 fixed the scrambled umlauts 
11391                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11392
11393 2001-11-21 [paul]       0.6.5claws26
11394
11395         * sync with sylpheed 0.6.5cvs12
11396                 see 2nd ChangeLog entry dated 2001-11-20
11397
11398 2001-11-20 [paul]       0.6.5claws25
11399
11400         * sync with sylpheed 0.6.5cvs11
11401                 see ChangeLog entry 2001-11-19 (src/utils.c)
11402
11403 2001-11-20 [hiro]
11404
11405         * src/compose.c
11406                 GTK_TEXT -> GTK_STEXT
11407                 fix for wrong comment
11408
11409 2001-11-20 [hiro]       0.6.5claws24
11410
11411         * src/compose.[ch]
11412                 more merges from main branch
11413                 removed fatal warnings (uninitialized variables etc.)
11414                 some coding style fix
11415         * src/gtkutils.h
11416                 fixed typo.
11417         * src/addressbook.c
11418           src/addrindex.c
11419                 V-Card -> vCard
11420
11421 2001-11-19 [hoa]        0.6.5claws23
11422
11423         * src/filtering.c
11424         * src/prefs_scoring.c
11425         * src/matcher.[ch]
11426         * src/scoring.c
11427                 cleaning code
11428
11429         * src/matcher_parser_parse.y
11430         * src/prefs_filtering.c
11431                 bouncing
11432
11433 2001-11-19 [alfons]     0.6.5claws22
11434
11435         more of my old things into claws
11436
11437         * src/Makefile.am
11438         * src/prefs_common.c
11439         * src/procmsg.h
11440         * src/summaryview.[ch]
11441         * src/prefs_summary_column.c
11442         * src/pixmaps/locked.xpm
11443                 add indicators for locking of message in summary view
11444                 (does not work yet, only visual indicator)
11445
11446 2001-11-19 [paul]       0.6.5claws21
11447
11448         * sync with sylpheed 0.6.5cvs10
11449                 see ChangeLog entry 2001-11-19
11450
11451 2001-11-18 [alfons]     0.6.5claws20
11452         
11453         * src/filtering.c
11454                 remove an inadvertent free I forgot in previous clean up 
11455
11456 2001-11-18 [alfons]     0.6.5claws19
11457
11458         * src/filtering.[ch]
11459                 clean up & plug leaks
11460
11461 2001-11-18 [paul]       0.6.5claws18
11462
11463         * sync with sylpheed 0.6.5cvs9
11464                 see ChangeLog entries 2001-11-17 and 2001-11-18
11465
11466 2001-11-16 [paul]       0.6.5claws17
11467
11468         * sync with sylpheed 0.6.5cvs8
11469                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11470
11471 2001-11-16 [paul]       0.6.5claws16
11472
11473         * sync with sylpheed 0.6.5cvs7
11474                 see ChangeLog entries 2001-11-15 and 2001-11-16
11475
11476 2001-11-15 [hoa]        0.6.5claws15
11477
11478         * src/compose.c
11479                 fix bounce, mails we received couln't be bounced to ourself.
11480
11481         * src/defs.h
11482         * src/filtering.[ch]
11483         * src/matcher.[ch]
11484         * src/matcher_parser.h
11485         * src/matcher_parser_lex.l
11486         * src/matcher_parser_parse.y
11487         * src/inc.c
11488         * src/main.c
11489         * src/mbox.c
11490         * src/prefs_filtering.[ch]
11491         * src/mainwindow.c
11492         * src/prefs_matcher.c
11493         * src/prefs_scoring.c
11494         * src/scoring.[ch]
11495         * src/summaryview.c
11496                 new matcher/filter/score configuration file parser
11497                 one unique configuration file => ~/.sylpheed/matcherrc
11498                 import in currently automatic, then save are made
11499                 in this new file.
11500                 one filter per folder and one global filter
11501                 (filter of a folder will be used as folder processing)
11502
11503         * src/folder.c
11504                 fix a bug in folder_item_get_identifier
11505                 
11506         * src/messageview.c
11507                 receive receipt return are fixed.
11508
11509 2001-11-14 [alfons]     0.6.5claws14
11510
11511         * src/session.h
11512                 add things from main branch to make claws compile
11513
11514 2001-11-14 [paul]       0.6.5claws13
11515
11516         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11517                 see ChangeLog entries 2001-11-08 to 2001-11-14
11518
11519 2001-11-14 [hoa] 0.6.5claws12
11520
11521         * src/compose.[ch]
11522         * src/mainwindow.c
11523         * src/summaryview.c
11524                 add "bounce mail" option
11525
11526 2001-11-13 [christoph]  0.6.5claws11
11527
11528         * src/compose.c
11529                 Cleanup a mess i add before commiting
11530
11531 2001-11-13 [hoa]        0.6.5claws10
11532
11533         * src/compose.c
11534                 some fixes when mail are sent or
11535                 for crossposts
11536
11537 2001-11-13 [christoph]  0.6.5claws9
11538
11539         * po/de.po
11540                 Changed two string with the same translation
11541         * src/compose.c
11542         * src/procmsg.[ch]
11543         * src/send.[ch]
11544                 New mailsending process:
11545                   - Always queue message before sending
11546                     (message will be saved if sylpheed crashed or
11547                      freezes while sending)
11548                   - Allow queuing of newspostings
11549                   - No copy in outbox before sending
11550                     (closes bug #469501)
11551                   - No more redundant code for send and send_later
11552         * src/summaryview.c
11553                 Applied wwp <subscript@free.fr>'s patch that fixes
11554                 marks for multiple forwarded messages (+compose.c)
11555
11556 2001-11-12 [alfons]
11557
11558         * README.claws
11559                 remove things that are now in main branch
11560         
11561         * po/nl.po
11562                 update Dutch translation
11563
11564 2001-11-12 [mhadasht]   0.6.5.claws8
11565
11566         * src/prefs_common.c
11567                 re-enabled account autoselection feature for forward
11568                 and reedit lost during the branch point for SYNC-B4-REL
11569         * src/gtkspell.c
11570                 gtkpspell_get_dict(): more readable code (even if function is
11571                 not used yet)
11572         * ChangeLog.claws
11573                 added version number info to 2001-11-12 [hiro] comment.
11574
11575 2001-11-12 [hiro]       0.6.5.claws7
11576
11577         * src/compose.c
11578                 compose_forward(): fixed a bug that forward quote mark
11579                 wasn't used.
11580                 removed unnecessary code.
11581         * src/template_select.[ch]: removed.
11582
11583 2001-11-11 [alfons]
11584
11585         * src/compose.c
11586                 :%s/GTK_TEXT/GTK_STEXT/g
11587         
11588         * src/compose.[ch]
11589         * src/undo.[ch]
11590         * src/Makefile.am
11591                 revert the undo stuff (this is 0.6.6claws stuff)
11592
11593 2001-11-11 [hoa]        0.6.5.claws6
11594
11595         * src/compose.[ch]
11596                 Insert signature at the end of the text.
11597                 Added undo patch but currently disabled
11598
11599         * src/procmsg.c
11600                 Threading by subject improved.
11601
11602         * added src/undo.[ch]
11603                 Undo module for compose dialog box.
11604
11605 2001-11-11 [alfons]     0.6.5.claws5
11606
11607         * src/procmsg.c
11608                 prevent threading by subject on nodes that have already been
11609                 threaded by in-reply-to (as in "circular references in a tree
11610                 result in a dead branch")
11611
11612 2001-11-09 [hoa]        0.6.5.claws4
11613         
11614         * src/folderview.c
11615                 allows creation of mbox folder item from any files.
11616
11617 2001-11-09 [alfons]     0.6.5.claws3
11618         
11619         * src/utils.c
11620         * src/procmsg.c
11621                 do what I mean and correct threading by subject so it really
11622                 ignores attracting lines without "Re: "
11623
11624 2001-11-07 [alfons]     0.6.5.claws2
11625
11626         * src/procmsg.c
11627         * src/utils.[ch]
11628                 only attract by subject if a subject line starts with a "Re: "
11629         * src/syldap.c
11630                 remove warning
11631
11632 2001-11-07 [paul]       0.6.5claws1
11633
11634         * sync with sylpheed 0.6.5. release
11635                 see ChangeLog entry 2001-11-07
11636
11637 2001-11-07 [paul]       0.6.4claws31
11638
11639         * sync with sylpheed 0.6.4cvs18
11640                 see ChangeLog entries 2001-10-30 to 2001-11-07
11641                 prefs_templates.[ch] renamed prefs_template.[ch]
11642
11643 2001-11-06 [alfons]
11644         
11645         * src/utils.h
11646                 add semicolon Hoa forgot ;-)
11647                 
11648
11649 2001-11-06 [hoa]        0.6.4claws30
11650         
11651         * src/procmsg.c
11652         * src/summaryview.c
11653         * src/utils.c
11654         * src/utils.h
11655                 threading by subject - empty subject are ignored
11656
11657 2001-11-06 [christoph]  0.6.4claws29
11658
11659         * src/socket.c
11660                 use SSL_peek for sock_gets
11661         * src/utils.c
11662                 removed unneeded pointer in extracting quoted
11663                 names implementation
11664
11665 2001-11-06 [melvin]     0.6.4claws28
11666
11667         * src/gtkspell.c
11668                 fixed bug #476792 Selection overtyping with spell checker
11669                 fixed bug which could cause a buffer overflow
11670                 fixed a memory leak
11671
11672 2001-11-06 [hoa]        0.6.4claws27
11673         
11674         * src/procmsg.c
11675         * src/summaryview.c
11676                 threading by subject
11677
11678 2001-11-05 [alfons]     0.6.4claws26
11679         
11680         * README.claws
11681                 Claws -> Sylpheed (vice versa)
11682
11683         * src/compose.c
11684                 :%s/gtk_text/gtk_stext/g
11685                 :%s/GTK_TEXT/GTK_STEXT/g
11686                 (thanks to Jonathan Ware for spotting this)
11687
11688 2001-11-04 [christoph]  0.6.4claws25
11689
11690         * src/summaryview.c
11691                 replace Xalloca + strdup with Xstrdup_a
11692         * src/utils.c
11693                 better implementation of extracting quoted names
11694                 from addresses (remove backlashes and ignore
11695                 quotes after them)
11696
11697 2001-11-04 [alfons]     0.6.4claws24
11698
11699         * src/utils.[ch]
11700                 edit to comply more with coding style
11701
11702         * src/textview.c
11703                 fix bug reported by Kim Schulz. introduced by the patch integrated
11704                 in 0.6.4claws15. the code did not check the return value of
11705                 the html parser.
11706
11707         * AUTHORS
11708                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11709
11710 2001-11-04 [christoph]  0.6.4claws23
11711
11712         * src/main.c
11713         * src/prefs_common.[ch]
11714                 init some pointers that possibly caused a segfault
11715                 reported in the claws-users ML
11716
11717 2001-11-04 [hoa]        0.6.4claws22
11718
11719         * src/grouplistdialog.c
11720                 change the names of the nodes in the tree
11721
11722         * src/compose.c
11723                 enhanced mailto syntax as described in
11724                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11725                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11726
11727         * src/utils.c
11728                 encode and decode URI (useful when opening URL into
11729                 netscape).
11730
11731 2001-11-03 [hoa]        0.6.4claws21
11732
11733         * src/grouplistdialog.c
11734                 a new newsgroups list selection dialog box
11735                 with a CTree instead of a CList
11736
11737 2001-11-03 [hoa]        0.6.4claws20
11738
11739         * src/folderview.c
11740                 enable property and scoring options when right
11741                 click on "inbox"
11742
11743         * src/summaryview.c
11744                 fixed bug when nickname were displayed using
11745                 the address book.
11746
11747 2001-11-02 [darko]      0.6.4claws19
11748
11749         * src/compose.c
11750                 new wrap quotation and URL/long words wrapping implementation
11751         * src/compose.c src/gtkstext.[ch]
11752                 move gtkstext_strncmp() to gtkstext.c
11753
11754 2001-11-01 [christoph]  0.6.4claws18
11755
11756         * src/prefs_account.c
11757                 fixed mess in account settings dialog
11758         * src/prefs_folder_item.c
11759                 added label with folder path to dialog
11760
11761 2001-10-31 [match]      0.6.4claws17
11762
11763         * src/vcard.c
11764                 fix memory leak.
11765         * src/addrbook.c
11766                 fix generation of spurious address book file names.
11767                 remove redundant functions.
11768         * po/POTFILES.in
11769                 added missing file names.
11770
11771 2001-10-30 [paul]       0.6.4claws16
11772
11773         * sync with sylpheed 0.6.4cvs6
11774                 see ChangeLog entries 2001-10-26 to 2001-10-30
11775
11776         * tools/filter_conv.pl
11777                 read folderlist.xml to discover whether the top-level
11778                 folder is called 'Mailbox' or 'Mail' 
11779
11780 2001-10-29 [paul]       0.6.4claws15
11781
11782         * src/html.c, src/textview.c
11783                 activate links in html mail and fix clickable parts
11784                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11785
11786 2001-10-29 [paul]
11787
11788         * po/de.po, po/es.po, po/pt_BR/po
11789                 updated translations, submitted by Jens Oberender,
11790                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11791
11792 2001-10-29 [darko]      0.6.4claws14
11793
11794         * src/compose.c
11795                 fix wrapping for good
11796
11797 2001-10-29 [darko]
11798
11799         * src/compose.c
11800                 undo previous change as it broke the smart wrapping
11801
11802 2001-10-29 [darko]      0.6.4claws13
11803
11804         * src/compose.c
11805                 fix infinite loop when long URL is quoted
11806                 (closes bug #475122.
11807
11808 2001-10-28 [match]
11809
11810         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11811                 import Mutt address book
11812         * src/ldif.[ch] src/importldif.h
11813                 modified import LDIF handle user attributes
11814
11815 2001-10-28 [christoph]  0.6.4claws12
11816
11817         * src/summaryview.c
11818                 fixed that filtering did not work if there
11819                 were no filter rules
11820                 (closes bug #472003 and better implementation
11821                  of patch #474644)
11822
11823 2001-10-27 [christoph]  0.6.4claws11
11824
11825         * src/compose.c
11826                 make the folder's default account to be used when
11827                 replying. (patch by wwp <subscript@free.fr>)
11828         * src/compose.c
11829                 code cleanup, nearly killed all of wwp's patch
11830                 for folder's default account in compose
11831         * src/folderview.c
11832                 error panel when a folder could not be created
11833                 (closes bug #471080 new folder name & already
11834                  existing file)
11835
11836 2001-10-26 [alfons]
11837
11838         * src/utils.h
11839                 change prototype of strstr2() that Christoph forgot about
11840
11841 2001-10-26 [christoph]  0.6.4claws10
11842
11843         * src/account.c
11844                 made search for accounts by email address not case
11845                 sensitive
11846         * src/folder.c
11847                 fixed memory leak in folder_item_get_identifier
11848         * src/gtkspell.c
11849         * src/utils.c
11850                 fixed wrong strstr2 (should work like strstr)
11851
11852 2001-10-26 [darko]      0.6.4claws9
11853
11854         * src/compose.c src/gtkstext.[ch]
11855         * src/gtkstext.c
11856                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
11857
11858 2001-10-26 [paul]       0.6.4claws8
11859
11860         * src/html.c
11861                 ignore css and javascript tags in html mail
11862                 case-insensitive, with or without double-quoted
11863                 strings
11864
11865 2001-10-26 [paul]       0.6.4claws7
11866
11867         * sync with sylpheed 0.6.4cvs1
11868                 see ChangeLog entry 2001-10-26
11869
11870         * src/prefs_account.c, src/prefs_common.c,
11871           src/prefs_summary_column.c
11872                 minor improvements to the English
11873
11874 2001-10-25 [alfons]     0.6.4claws6
11875
11876         * src/gtkstext.c
11877         
11878                 make GtkSText follow style of GtkText (closes bug 
11879                 #469211 "text selection while writing message")
11880                 
11881                 do sync with GTK 1.2.10
11882
11883 2001-10-25 [paul]       0.6.4claws5
11884
11885         * src/html.c
11886                 ignore css tags in html mail
11887
11888 2001-10-25 [darko]      0.6.4claws4
11889
11890         * src/compose.c
11891                 don't declare is_url_string as static function since
11892                 we need it in gtkstext.c
11893         * src/gtkstext.c
11894                 remove unused variable
11895                 don't wrap long URLs while composing a message
11896
11897 2001-10-24 [christoph]  0.6.4claws3
11898
11899         * src/socket.c
11900                 fix ssl deadlock, when peer closes connection
11901
11902 2001-10-24 [paul]       0.6.4claws2
11903
11904         * src/prefs_common.c
11905                 gettextize the gpg ascii-armored warning message
11906
11907         * src/compose.c
11908                 insert a DOS/MAC file into the composed message
11909                 (improvements)
11910
11911         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
11912
11913 2001-10-22 [paul]       0.6.4claws1
11914
11915         * sync with sylpheed 0.6.4 release
11916                 see ChangeLog entries 2001-10-21
11917
11918         * po/fr.po, po/pt_BR.po
11919                 updated by Melvin Hadasht and Fabio Junior Beneditto
11920
11921 2001-10-21 [paul]       0.6.3claws30
11922
11923         * src/compose.c
11924                 insert a DOS text file from the compose window
11925                 into the composed message text (removes CRs characters)
11926                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
11927
11928         * tools/filter_conv.pl, tools/README
11929                 automatically use ~/.sylpheed as working directory
11930                 print out confirmation message on completion
11931
11932         * correct Hoa's last ChangeLog.claws entry
11933
11934 2001-10-20 [hoa]        0.6.3claws29
11935
11936         * src/grouplistdialog.c
11937                 bugfix (another ?) to give the right
11938                 newsgroups list for each news server.
11939
11940         * src/news.c
11941         * src/news.h
11942                 improve the newsgroups list cache
11943
11944 2001-10-20 [paul]       0.6.3claws28
11945
11946         * sync with sylpheed 0.6.3cvs9
11947                 see ChangeLog entry 2001-10-19
11948
11949         * correct Alfons' last ChangeLog.claws entry
11950
11951 2001-10-19 [alfons]
11952
11953         * src/pgptext.[ch]
11954                 fix compilation problems (part of bug #472895)
11955
11956 2001-10-18 [hoa]        0.6.3claws27
11957
11958         * src/grouplistdialog.c
11959                 bugfix when we refresh was clicked (bug 472701)
11960
11961 2001-10-19 [christoph]  0.6.3claws26
11962
11963         * src/compose.c
11964                 last header entry should default to "To:" or
11965                 "Newsgroups:" and not copy the last entry line
11966                 in a new compose window
11967                 (closes bug #472686, #470792)
11968
11969 2001-10-19 [paul]       0.6.3claws25
11970
11971         * sync with Sylpheed 0.6.3cvs8
11972                 see ChangeLog entries 2001-10-18 and 2001-10-19
11973
11974 2001-10-18 [christoph]  0.6.3claws24
11975
11976         * src/procmsg.c
11977                 reimplement ignore thread
11978         
11979 2001-10-18 [hoa]        0.6.3claws23
11980
11981         * src/folderview.c
11982         * src/grouplistdialog.[ch]
11983                 enhanced news subscription interface (feature 469113)
11984
11985         * src/news.c
11986         * src/news.h
11987                 enchanced newsgroup listing,
11988                 now, we can get groups informations
11989                 (NNTPGroupInfo)
11990
11991 2001-10-18 [paul]       0.6.3claws22
11992
11993         * src/summaryview.c
11994                 remove comment (sync with main branch)
11995         * src/mainwindow.c
11996                 fix 'Re-edit' bug in 'Message' menu
11997
11998 2001-10-17 [christoph]  0.6.3claws21
11999
12000         * src/compose.c
12001                 ignore empty or whitespace only header lines
12002
12003 2001-10-17 [paul]       0.6.3claws20
12004
12005         * sync with sylpheed 0.6.3cvs7
12006                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12007                 2001-10-17
12008
12009 2001-10-17 [darko]
12010
12011         * src/compose.c
12012                 wrap long lines without spaces
12013                 don't wrap URLs
12014
12015 2001-10-16 [paul]
12016
12017         * po/es.po, po/nl.po, po/pt_BR.po
12018                 updated by Ricardo Mones Lastra, Alfons,
12019                 and Fabio Junior Beneditto
12020
12021         * sylpheed-0.6.3claws released
12022
12023 2001-10-15 [melvin] 0.6.3claws18
12024
12025         * README.claws
12026                 added summary and detailed installation instructions
12027                 for spell checker
12028         * po/fr.po
12029                 Updated, corrected and completed french translation
12030
12031 2001-10-15 [hoa] 0.6.3claws17
12032         * src/grouplistdialog.c
12033                 we can choose the newsgroups to display with wildcards
12034
12035 2001-10-15 [christoph]  0.6.3claws16
12036
12037         * src/account.c
12038         * src/compose.c
12039         * src/prefs_folder_item.[ch]
12040                 applied wwp <subscript@free.fr>'s folder
12041                 default account patch
12042         * po/de.po
12043                 Fixed wrong translation
12044
12045 2001-10-13 [alfons, christoph, melvin]  
12046                         0.6.3claws15
12047
12048         solution #2 to solve MT-safety problems defers all GUI related calls
12049         to the main thread using a gtk_idle_add() callback. discussed on
12050         ircnet #sylpheed, with christoph spotting some issues with the
12051         original code, and melvin allowing us to lobotomize his sylpheed.
12052
12053         * src/syldap.[ch], src/main.c
12054                 fix race problem in ldap search thread by deferring GUI 
12055                 stuff to main thread using gtk_idle_add()
12056
12057 2001-10-13 [paul]       0.6.3claws14
12058
12059         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12060                 add Sergey's smtpcred.patch
12061                 adds separate username/password setting for SMTP Auth
12062                 needed by some servers
12063                 (closes feature request #471659)
12064
12065 2001-10-13 [paul]       0.6.3claws13
12066
12067         * src/pgptext.[ch] **NEW FILES**
12068         * src/Makefile.am, src/messageview.c, src/mimeview.c
12069                 decrypt ascii-armored gpg text embedded in
12070                 the message body.
12071                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12072
12073 2001-10-13 [christoph]  0.6.3claws12
12074
12075         * README.claws
12076                 some more details on default to and
12077                 feature requests
12078         * src/main.c
12079                 init glib threading when ldap is used
12080         * src/syldap.c
12081                 threading fixes
12082         * po/de.po
12083                 fixed a typo
12084
12085 2001-10-12 [paul]       0.6.3claws11
12086
12087         * src/prefs_common.[ch], src/rfc2015.c
12088                 enable ascii-armored gpg text to be embedded in the
12089                 message body, selectable through the 'Privacy'
12090                 preferences. Supports encrypting only.
12091                 Submitted by Ravemax <ravemax@dextrose.com>
12092
12093 2001-10-12 [paul]       0.6.3claws10
12094
12095         * sync with sylpheed 0.6.3cvs6
12096                 see ChangeLog entries 2001-10-11 and 2001-11-12
12097
12098         * src/folderview.c
12099                 incorporated mbox folders, scoring, and folder
12100                 properties into the sync
12101
12102 2001-10-12 [darko]      0.6.3claws9
12103
12104         * README.claws
12105                 describe quotation wrapping
12106         * src/compose.c
12107                 don't treat tab as space to calculate line length properly
12108
12109 2001-10-11 [alfons]
12110
12111         * README.claws
12112                 correct description of how to make new filtering system work,
12113                 add some other things
12114                 
12115         * src/syldap.c
12116                 remove sched_yield() (not necessary / unportable)
12117
12118 2001-10-11 [paul]       0.6.3claws8
12119
12120         * sync with sylpheed 0.6.3cvs3
12121                 see ChangeLog entry 2001-10-10
12122
12123 2001-10-10 [christoph]  0.6.3claws7
12124
12125         * .cvsignore
12126                 ignore 2 files created by newer autotools
12127         * src/prefs_folder_item.c
12128                 using table for widget alignment
12129                 fixed memory leak and broken octal display
12130         * src/filesel.c
12131                 fixed segfault caused by lost filename
12132                 workaround (closes bug #469551)
12133
12134 2001-10-10 [paul]       0.6.3claws6
12135
12136         * sync with sylpheed 0.6.3cvs2
12137                 see ChangeLog entries 2001-10-09 and 2001-10-10
12138
12139 2001-10-10 [darko]      0.6.3.claws5
12140
12141         * src/gtkstext.c
12142                 proper calculation of right margin if smart wrapping is enabled
12143         * src/compose.c
12144                 automatically wrap long lines if wrap quotation is enabled
12145
12146 2001-10-09 [alfons]     0.6.3.claws4
12147
12148         * src/summaryview.c
12149                 select correct row when deleting last row in the summary view (and
12150                 close bug "[ #469104 ] select second last in list when deleting")
12151
12152 2001-10-09 [paul]       0.6.3claws3
12153
12154         * sync with sylpheed 0.6.3cvs1
12155                 updated some autotool scripts
12156
12157 2001-10-09 [darko]      0.6.3claws2
12158
12159         * src/gtkstext.[ch]
12160                 new name and mark with Sylpheed comment
12161         * src/compose.c
12162                 smart quotation wrapping a-la VIM
12163
12164 2001-10-08 [paul]       0.6.3claws1
12165
12166         * sync with sylpheed 0.6.3 release
12167                 see ChangeLog entry 2001-10-08
12168
12169 2001-10-08 [paul]       0.6.2claws24
12170
12171         * src/summaryview.c
12172                 more sync with sylpheed 0.6.2cvs12
12173                 Fixed the bug that didn't select the last row correctly
12174
12175
12176 2001-10-07 [paul]       0.6.2claws23
12177
12178         * sync with sylpheed 0.6.2cvs12
12179                 see ChangeLog entry 2001-10-07
12180
12181 2001-10-06 [match]
12182         * src/jpilot.[ch]
12183                 enable jpilot to read unsynch'ed addresses.
12184
12185         * src/editldap_basedn.c
12186                 fix segfault when opening dialog.
12187
12188 2001-10-06 [alfons]     0.6.2.claws22
12189
12190         * src/summaryview.c
12191                 fix bug with summary view selecting last *inserted*
12192                 node instead of last *visible* node. remember we
12193                 work with a tree
12194
12195 2001-10-06 [paul]       0.6.2claws21
12196
12197         * po/pt_BR.po
12198                 updated translation, contains some fixes and new
12199                 translations, submitted by Gustavo Noronha Silva
12200                 <kov@debian.org>
12201
12202         * src/prefs_common.c
12203                 change 'each' to 'every' - fix dubious English
12204
12205         * sync with sylpheed 0.6.2cvs11
12206
12207 2001-10-05 [alfons]     0.6.2claws20
12208
12209         * src/mainwindow.[ch], src/folderview.c
12210                 make composite tool button switch between "Compose News"
12211                 and "Compose Mail" depending on selected folder
12212                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12213
12214 2001-10-05 [paul]       0.6.2claws19
12215
12216         * src/mainwindow.c, src/summaryview.c
12217                 fix 'Message/Reply to all', broken in last commit
12218
12219         * src/compose.c
12220                 fix X_BEENTHERE seg fault, thanks to Alfons
12221
12222 2001-10-04 [paul]       0.6.2claws18
12223
12224         * src/compose.[ch], src/mainwindow.c
12225                 make "Message/Reply" reply to mailing lists; matches
12226                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12227                 based on portions of the patch submitted by
12228                 Junichi Uekawa <dancer@netfort.gr.jp>
12229
12230 2001-10-04 [darko]      0.6.2claws17
12231
12232         * src/compose.c
12233                 better smart wrapping
12234         * src/gtkstext.[hc]
12235                 a function to make text buffer contiguous
12236
12237 2001-10-03 [paul]       0.6.2claws16
12238
12239         * sync with sylpheed 0.6.2cvs10
12240
12241 2001-10-02 [alfons]
12242
12243         * configure.in
12244         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12245                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12246                 references to chinese translations (hope someone picks up
12247                 this)
12248
12249 2001-10-02 [christoph]  0.6.2claws15
12250
12251         * src/compose.c
12252                 fixed non translated header bug
12253         * ChangeLog.claws
12254                 fixed wrong date in alfons last entry ;)
12255
12256 2001-10-02 [alfons]     0.6.2claws14
12257
12258         * src/compose.c, src/prefs_common.[ch]
12259                 add block cursor option
12260
12261 2001-10-02 [paul]       0.6.2claws13
12262
12263         * sync with sylpheed 0.6.2cvs9
12264
12265 2001-09-30 [paul]       0.6.2claws12
12266
12267         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12268                 updated translations
12269
12270         * po/POTFILES.in
12271                 add 'src/importldif.c'
12272
12273         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12274                 added eudora-to-vCard conversion tool
12275                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12276
12277         * sync with sylpheed 0.6.2cvs8
12278
12279 2001-09-30 [paul]
12280
12281         * sylpheed-0.6.2claws released
12282
12283 2001-09-27 [melvin]     0.6.2claws11
12284
12285         * src/gtkspell.c
12286                 fixed crash when using default path (introduced 
12287                 in 0.6.2claws10)
12288                 fixed tiny bug for initial suggestion mode
12289
12290 2001-09-27 [melvin]     0.6.2claws10
12291         
12292         * src/gtkspell.c
12293                 fixed bug where gtkpspell didn't set the path correctly
12294
12295         * README.claws
12296                 added a paragraph about spell checking
12297                 
12298
12299
12300 2001-09-27 [paul]       0.6.2claws9
12301
12302         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12303                 replace '// comments' with '/* comments */' to prevent
12304                 some compiler warnings 
12305
12306         * sync with sylpheed 0.6.2cvs6
12307
12308 2001-09-26 [alfons]     0.6.2claws8
12309
12310         * src/messageview.c
12311                 introduce return receipt request notification again,
12312                 which was lost because of other semantics in 
12313                 procheader_parse() (???)
12314
12315 2001-09-26 [christoph]  0.6.2claws7
12316
12317         * src/compose.c
12318                 replace comments for old code with #if 0
12319                 readded auto cc, bcc and reply-to
12320         * src/prefs_matcher.c
12321         * src/prefs_scoring.c
12322                 removed some definition (was moved to
12323                 prefs.h)
12324
12325 2001-09-26 [paul]       0.6.2claws6
12326
12327         * src/mainwindow.c
12328                 make 'Follow-up and reply to' sensitive
12329
12330         * more sync with sylpheed 0.6.2cvs5
12331
12332 2001-09-25 [melvin]
12333
12334         * 0.6.2claws5
12335
12336         * src/gtkspell.c
12337                 fixed bug for "US-ASCII" introduced by the encoding code
12338
12339 2001-09-25 [paul]
12340
12341         * 0.6.2claws4
12342
12343         * src/prefs_common.[ch], src/summaryview.c
12344                 'next unread msg' 'go to next folder?' dialog can be
12345                 given default behaviour, either always show dialog,
12346                 or assume 'yes', or assume 'no'
12347                 Submitted by wwp <subscript@free.fr>
12348
12349 2001-09-25 [melvin]
12350                 
12351         * src/compose.c src/gtkspell.[ch]
12352                 added support for different encodings
12353
12354 2001-09-25 [paul]
12355
12356         * more sync with sylpheed 0.6.2cvs5
12357
12358 2001-09-24 [alfons]
12359         
12360         * src/prefs_folder_item.c
12361                 add check for item->prefs->default_to string is NULL and
12362                 add another check when freeing this string
12363
12364 2001-09-24 [paul]
12365
12366         * configure.in
12367                 change to version 0.6.2claws3
12368
12369         * sync with sylpheed 0.6.2cvs5 
12370
12371 2001-09-24 [match]
12372         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12373                 import LDIF files.
12374         * src/addrcache.[ch], addrindex.[ch]
12375                 small update for future
12376         * src/addrbook.c
12377                 fix test XML file.
12378
12379 2001-09-24 [melvin]
12380         * src/gtkspell.[ch]
12381                 added 'Learn from mistakes' option
12382                 better handling of quotes in checked words
12383                 sorted dict list
12384         * po/fr.po
12385                 small update for spell checking stuff
12386
12387 2001-09-23 [alfons]
12388         
12389         * src/gtkspell.c
12390                 edit a little bit so it complies more with main coding style
12391
12392 2001-09-23 [alfons]
12393
12394         * src/folder.[ch], prefs_folder_item.c, compose.c
12395                 migrate "request return receipt" folder property
12396                 to folderlist.xml
12397
12398 2001-09-22 [alfons]
12399
12400         * README.claws **NEW**
12401                 (add things of interest for users of main branch 
12402                 and claws here)
12403
12404         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12405                 re-implement threading per folder option, but store 
12406                 the setting in folderlist.xml (where it belongs)
12407
12408 2001-09-21 [melvin]
12409
12410         * src/gtkspell.[ch]
12411                 fixed bug when compose window is under another window
12412         * src/prefs_common.[ch] src/compose.c
12413                 changed 'dictionary_path' to 'dictionary' to be consistent
12414                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12415         * ac/pspell.m4 src/Makefile.am 
12416                 dropped PSPELL_PATH macro
12417         * po/fr.po
12418                 updated translations
12419
12420 2001-09-21 [christoph]
12421
12422         * src/compose.c
12423                 added border around header fields
12424                 keep header type when new field is added
12425
12426 2001-09-20 [christoph]
12427
12428         * src/utils.[ch]
12429                 more portable debug_print with source filename
12430                 and linenumber
12431         * src/procmsg.c
12432                 more newlines after debug messages
12433
12434 2001-09-20 [paul]
12435
12436         * configure.in
12437                 change to version 0.6.2claws2
12438
12439         * sync with sylpheed 0.6.2cvs3
12440
12441 2001-09-19 [melvin]
12442
12443         * src/gtkspell.c
12444                 fixed the post-right-click focus pb
12445                 fixed crash when 'Spell check all' after dict change 
12446                         and when cursor is at the end of the text
12447                 shift-right-click pops up config menu even on misspelled words.
12448         * po/POTFILES.in
12449                 added gtkspell.c
12450
12451 2001-09-19 [melvin]
12452
12453         * src/about.c
12454                 added pspell to compiled-in features list
12455
12456 2001-09-18 [melvin]
12457
12458         * switched to pspell and dropped ispell
12459         * ac/pspell.m4
12460                 new file. autoconf macro for pspell
12461         * ac/Makefile.am 
12462         * configure.in acconfig.h
12463                 added pspell support
12464         * src/Makefile.am
12465         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12466         * src/prefs_common.[ch] 
12467                 added pspell support
12468
12469 2001-09-18 [christoph]
12470
12471         * src/addr_compl.c
12472         * src/template.[ch]
12473                 replace LOG_MESSAGE with debug_print
12474         * src/compose.[ch]
12475                 gui improvements
12476         * src/menu.c
12477                 added newline after debug message
12478         * src/utils.h
12479                 using __VA_ARGS__ for debug_print macro
12480         * tools/.cvsignore
12481                 ignore Makefile and Makefile.in
12482
12483 2001-09-18 [paul]
12484
12485         * configure.in
12486                 change to version 0.6.2claws1
12487         * sync with sylpheed 0.6.2cvs1
12488
12489         * src/matcher.c 
12490         * src/prefs_matcher.c
12491                 add 'score equal to' option, submitted by
12492                 Paul Evans <nerd@freeuk.com>
12493
12494 2001-09-15 [christoph]
12495
12496         * src/mainwindow.c
12497                 comment out menu entry not existing in claws
12498         * src/menu.c
12499                 add debug output for non existing menu entries
12500         * src/summaryview.c
12501                 fix next/prev unread message for ignored threads
12502         * src/utils.[ch]
12503                 add sourcefile and line number to debug output
12504                 otherwise it is sometimes hard to find the
12505                 source code part if debug messages are translated
12506
12507 2001-09-14 [darko]
12508         
12509         * src/folderview.c
12510                 refresh target folder style after colour is changed
12511
12512 2001-09-13 [paul]
12513
12514         * configure.in
12515                 change to version 0.6.1claws3
12516
12517         * sync with sylpheed 0.6.1cvs6
12518
12519 2001-09-13 [darko]
12520         
12521         * src/folderview.c
12522                 fix target folder colourization to use user selected colour
12523
12524 2001-09-12 [darko]
12525         
12526         * src/summaryview.c
12527                 fix crash when message that is marked for copy/move is unmarked
12528
12529 2001-09-09 [paul]
12530
12531         * configure.in
12532                 change to version 0.6.1claws2
12533
12534         * sync with sylpheed 0.6.1cvs3
12535
12536 2001-09-09 [alfons]
12537         
12538         * src/folderview.c
12539                 fix bug with default font used for trash folder text
12540
12541 2001-09-06 [paul]
12542
12543         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12544                 updated translations
12545
12546         * configure.in
12547                 change to version 0.6.1claws1
12548
12549         * sync with sylpheed 0.6.1cvs2
12550
12551 2001-09-03 [paul]
12552
12553         * po/POTFILES.in
12554                 add Match's new addressbook
12555
12556         * po/de.po
12557                 updated translation submitted by Jens Oberender
12558
12559 2001-09-02 [paul]
12560
12561         * configure.in
12562                 change to 0.6.1claws
12563         * sync with sylpheed 0.6.1 release
12564
12565 2001-09-02 [paul]
12566
12567         * configure.in
12568                 change to 0.6.0claws2
12569
12570         * sync with sylpheed 0.6.0cvs4
12571
12572         * po/pt_BR.po
12573                 updated translation submitted by Fabio Junior Beneditto
12574
12575 2001-09-01 [match]
12576         * pixmaps/
12577                 interface.xpm
12578                 book.xpm
12579                 address.xpm
12580         * src/
12581                 Makefile.am
12582                 a ton of new files
12583
12584 2001-08-31 [paul]
12585
12586         * configure.in
12587                 change to version 0.6.0claws1
12588
12589         * sync with sylpheed 0.6.0cvs1
12590
12591         * po/es.po
12592                 updated translation submitted by Ricardo Mones Lastra
12593
12594         * po/POTFILES.in
12595                 add 'src/prefs_templates.c'
12596
12597         * src/compose.c, src/summaryview.c
12598                 fix segfault on 'Re_edit'               
12599
12600 2001-08-30 [alfons]
12601
12602         * configure.in, Makefile.am
12603         * tools/Makefile.am
12604                 add tools directory to source distribution
12605
12606 2001-08-30 [paul]
12607
12608         * configure.in
12609                 change to version 0.6.0claws
12610
12611         * sync with sylpheed 0.6.0 release
12612
12613 2001-08-30 [christoph]
12614
12615         * configure.in
12616                 removed autoconf version check
12617
12618 2001-08-30 [paul]
12619
12620         * src/account.c, src/compose.c, src/prefs_common.[ch]
12621         * src/procheader.[ch] src/utils.[ch]
12622                 Enhanced automatic account selection on replies
12623                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12624
12625         * configure.in
12626                 add LDAP and JPilot to the configuration results output.
12627
12628 2001-08-29 [christoph]
12629
12630         * src/summeryview.c
12631                 no bold font for ignored threads
12632
12633 2001-08-29 [paul]
12634
12635         * configure.in
12636                 change to version 0.5.3claws6
12637
12638         * sync with sylpheed 0.5.3cvs10
12639                 src/stringtable.[ch]: New Files
12640
12641         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12642         * src/pixmaps/sylpheed.xpm
12643                 add mini-icons to windows (by Alfons)
12644
12645 2001-08-27 [paul]
12646
12647         * src/mainwindow.c
12648                 new functions: next_labeled_cb(), prev_labeled_cb()
12649
12650         * src/summaryview.c
12651                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12652                 summary_select_next_labeled(), summary_select_prev_labeled()
12653
12654         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12655                 give claws blue folders and a blue trash can
12656
12657 2001-08-27 [paul]
12658
12659         * configure.in
12660                 change to version 0.5.3claws5
12661
12662         * sync with sylpheed 0.5.3cvs9
12663                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12664
12665 2001-08-24 [christoph]
12666
12667         * src/filesel.c
12668                 keep filename when browsing directories
12669                 (not working for user entered filename, but
12670                  for default name and selected filename from
12671                  file list)
12672         * src/mainwindow.c
12673                 fixed wrong spelling "Folllow-up"
12674         * src/mbox_folder.c
12675         * src/procmsg.c
12676         * src/summaryview.c
12677                 fixed new/unread message count with ignored
12678                 threads (2 commits, first didn't notice no
12679                 longer needed decreasing)
12680         * src/inc.c
12681                 readded scrolling of progress dialog
12682                 (lost in sync)
12683
12684 2001-08-24 [paul]
12685
12686         * configure.in
12687                 change to 0.5.3claws4
12688
12689         * sync with sylpheed 0.5.3cvs7
12690
12691 2001-08-24 [christoph]
12692
12693         * src/compose.c
12694                 set request return receipt when replying
12695                 if it is set is the folder prefs of the
12696                 message
12697         * src/inc.c
12698                 disable final error popup if popups are
12699                 disabled in config (again)
12700
12701 2001-08-23 [paul]
12702
12703         * configure.in
12704                 Change version number to 0.5.3claws3
12705
12706         * sync with sylpheed 0.5.3cvs5
12707
12708         * src/mimeview.c
12709                 double quote '%s' in 'gedit %s' to fix bug when
12710                 opening attachment with spaces in the name
12711
12712 2001-08-22 [alte]
12713         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12714           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12715                 initial message templates support
12716
12717
12718 2001-08-22 [paul]
12719
12720         * configure.in
12721                 change version number to 0.5.3claws2
12722
12723         * sync with sylpheed 0.5.3cvs4
12724
12725         * src/procmsg.h src/summaryview.c
12726                 re-implement (un)ignore thread
12727
12728 2001-08-21 [paul]
12729
12730         * src/summaryview.c
12731                 remove unnecessary code
12732         * src/compose.c
12733                 enable 'dynamic' signatures (submitted by
12734                 Eric Limpens <eric@hscg-internet.nl>)
12735
12736 2001-08-21 [paul]
12737
12738         clean up after sync with sylpheed 0.5.3 release
12739
12740         * src/folderview.c
12741                 fix re-introduced font mess, see Christoph's
12742                 entry 2001-06-24
12743
12744         * src/summaryview.c
12745                 remove prev_msgnum
12746                 use sylpheed's small font instead of
12747                 gtk default font for summary view
12748
12749
12750 2001-08-17 [paul]
12751
12752         * configure.in
12753                 add pl to ALL_LINGUAS - sync with main branch
12754
12755         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12756                 Updated. Translations by Jens Oberender, Ricardo Mones
12757                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12758
12759         * po/pl.po  ** NEW FILE **
12760                 sync with the main branch
12761
12762         * src/folderview.c
12763                 fix target folder colorizing and refresh problem
12764
12765
12766 2001-08-17 [christoph]
12767
12768         * src/mainwindow.c
12769                 claws uses 4 colors for target folder coloring.
12770                 arrays were not long enough and destroyed the
12771                 stack causing a segfault.
12772                 target folder colorizing does not work anymore
12773                 for me
12774
12775 2001-08-16 [paul]
12776
12777         * configure.in
12778                 change to version 0.5.3claws1
12779
12780         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12781           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12782           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12783
12784                 sync with sylpheed 0.5.3 release, but keep claws method of
12785                 configuring/saving fonts
12786
12787         * src/addressbook.[ch]
12788                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12789                 in line with a similar change in Hiroyuki's branch
12790
12791         * src/mainwindow.[ch]
12792                 disable main_window_set_thread_option()
12793         * src/prefs_folder_item.c
12794                 comment out &tmps_prefs.enable_thread,
12795         * src/mbox_folder.c, src/procmsg.[ch]
12796                 comment out MSG_IS_IGNORE_THREAD
12797         * src/summaryview.c
12798                 comment out summary_ignore_thread() and summary_unignore_thread()
12799                 comment out MSG_IS_IGNORE_THREAD
12800
12801                 use Hiroyuki's threading instead.
12802
12803
12804
12805 2001-08-15 [paul]
12806
12807         * src/account.c
12808                 use Hiroyuki's 0.5.3 column scheme but also
12809                 include the enable/disable button.
12810         * src/pixmaps/mark.xpm
12811                 add Hiroyuki's amended pixmap
12812
12813 2001-08-13 [christoph]
12814
12815         * src/account.c
12816                 receive at get all column showed wrong state for APOP
12817                 button should only work for POP3 and APOP accounts
12818         * src/prefs_account.c
12819                 added missing preprocessor statement for SSL
12820
12821 2001-08-12 [paul]
12822
12823         * src/account.[ch]
12824                 add 'receive at get all' column and enable/disable
12825                 button.
12826
12827 2001-08-06 [christoph]
12828
12829         * src/account.c
12830                 show usage of SSL in protocol column
12831
12832         * src/imap.c
12833         * src/inc.c
12834                 renamed ssl options
12835
12836         * src/prefs_account.[ch]
12837                 moved ssl options to a new page
12838
12839         * src/send.c
12840         * src/smtp.c
12841         * src/ssl.[ch]
12842                 renamed ssl options
12843                 added support for SMTP STARTTLS command
12844
12845 2001-08-05 [christoph]
12846
12847         * configure.in
12848                 debian autoconf needs version check to find
12849                 correct autoconf version. if the file is
12850                 named configure.in 2.13 is used, which does
12851                 not work with this configure.in script.
12852                 other solution would be to rename the script
12853                 to configure.ac as suggested in the autoconf
12854                 manual.
12855
12856         * src/inc.c
12857                 disable final error popup if popups are
12858                 diabled in config
12859
12860         * src/socket.c
12861                 bugfix in ssl_gets
12862                 fixes IMAP over SSL problem
12863
12864 2001-08-03 [paul]
12865
12866         * configure.in
12867                 change to 0.5.2claws1
12868
12869         * sync with sylpheed 0.5.2cvs1
12870
12871 2001-08-02 [alfons]
12872
12873         * configure.in
12874                 quick fix for ispell detection...
12875
12876 2001-08-01 [paul]
12877
12878         * configure.in
12879                 change to 0.5.1claws4
12880
12881         * sync with sylpheed 0.5.1cvs7
12882
12883 2001-07-31 [alfons]
12884
12885         * src/prefs_common.c, src/prefs_common.h, 
12886           src/gtkspell.c, src/gtkspell.h
12887                 add global spelling checker settings (compose tab) +
12888                 selection of dictionary 
12889           
12890         * configure.in  
12891                 guess valid ispell location
12892
12893 2001-07-31 [paul]
12894
12895         * po/POTFILES.in
12896                 removal of 'src/quote_fmt_parse.c'
12897         * po/de.po
12898                 Updated de.po
12899                 (submitted by Jens Oberender <didge@suse.de>)
12900
12901 2001-07-31 [darko]
12902
12903         * src/folder.[ch]
12904         * src/folderview.[ch]
12905         * src/mainwindow.c
12906         * src/mh.c
12907         * src/prefs_common.[ch]
12908         * src/summaryview.c
12909                 target folder colourization
12910
12911 2001-07-30 [paul]
12912
12913         more sync with Sylpheed 0.5.1cvs6 
12914
12915 2001-07-30 [darko]
12916
12917         * src/mh.c
12918         * src/prefs_folder_item.[hc]
12919         * src/summaryview.c
12920                 shared folders support with a GUI
12921
12922 2001-07-29 [paul]
12923
12924         0.5.1claws3
12925
12926         * sync with Sylpheed 0.5.1cvs6
12927
12928 2001-07-29 [paul]
12929
12930         * po/pt_BR.po
12931                 updated
12932                 (submitted by Fabio Junior Beneditto)
12933
12934 2001-07-28 [paul]
12935
12936         * src/procmime.c
12937         * AUTHORS
12938                 patch to correct bad image mime headers
12939                 (submitted by Don Quijote <dq@searchlores.org>)
12940
12941 2001-07-28 [paul]
12942
12943         * tools/gif2xface.pl   **NEW FILE**
12944         * tools/README
12945                 script to convert file.gif to file.xface for
12946                 use in a custom header.
12947                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
12948
12949 2001-07-27 [alfons]
12950         
12951         * configure.in
12952                 change macros for detecting JPilot and LDAP
12953
12954 2001-07-27 [christoph]
12955
12956         * src/filtering.c
12957                 code cleanup (MIN / MAX warning, needed casting)
12958
12959 2001-07-27 [alfons]
12960
12961         * procheader.c
12962                 disallow setting flags when detecting certain headers
12963                 (X-Status, Status, Seen, X-Seen). 
12964         
12965         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
12966
12967 2001-07-27 [christoph]
12968
12969         * src/prefs_filter.c
12970         * src/prefs_filtering.c
12971         * src/prefs_matcher.c
12972         * src/prefs_scoring.c
12973                 scroll list when moving rows up or down
12974
12975         * src/imap.c
12976         * src/imap.h
12977         * src/prefs_account.c
12978         * src/prefs_account.h
12979         * src/send.c
12980                 SMTP over SSL (untested, feedback requested)
12981                 IMAP over SSL
12982
12983         * src/ssl.c
12984                 code cleanup
12985
12986 2001-07-26 [alfons]
12987         
12988         * configure.in, acconfig.h
12989                 define CLAWS (need this for main / claws detection)
12990
12991 2001-07-25 [alfons]
12992
12993         * configure.in
12994                 Sylpheed 0.5.1claws2
12995                 
12996         * sync with Sylpheed 0.5.1cvs4
12997
12998 2001-07-25 [christoph]
12999
13000         * src/scoring.c
13001                 fixed segfault
13002                 item->prefs == NULL (don't know why)
13003
13004 2001-07-25 [alfons]
13005
13006         * configure.in
13007                 Sylpheed 0.5.1claws1
13008
13009         * sync with Sylpheed 0.5.1cvs1-3
13010
13011 2001-07-24 [christoph]
13012
13013         * src/folderview.c
13014         * src/prefs_folder_item.[ch]
13015                 added folderitem preferences dialog with
13016                 default To: and auto request return receipt
13017
13018         * src/compose.[ch]
13019         * src/menu.[ch]
13020                 changes to handle new folderitem preferences
13021
13022         * src/mainwindow.c
13023         * src/summaryview.c
13024                 call compose new mail with current folderitem
13025
13026 2001-07-24 [alfons]
13027
13028         Release Sylpheed 0.5.1claws
13029
13030         * configure.in
13031                 change to release version 0.5.1claws
13032
13033 2001-07-24 [christoph]
13034
13035         * src/summaryview.c
13036                 fixed segfault that happend when the selected
13037                 message was removed while retrieving new messages.
13038
13039         * po/es.po
13040                 updated translation
13041                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13042
13043 2001-07-22 [alfons]
13044
13045         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13046         this is a work in progress, for more information: http://nlpagan.net/sylman 
13047         
13048         * configure.in, src/mainwindow.c, manual/Makefile.am
13049                 add support for English manual
13050
13051         * AUTHORS
13052                 add authors of user manuals
13053
13054         * manual/en/sylpheed*.html
13055                 add English documentation
13056
13057 2001-07-22 [christoph]
13058
13059         * po/POTFILES.in
13060                 added src/ssl.c
13061         * src/ssl.c
13062                 changed a wrong debug message
13063
13064 2001-07-22 [alfons]
13065
13066         * po/nl.po
13067                 update Dutch translation
13068
13069         * src/prefs_filtering.c, 
13070           src/prefs_matcher.c
13071                 add more translatable strings           
13072
13073 2001-07-21 [alfons]
13074
13075         0.5.0claws7
13076
13077         * configure.in
13078                 change version
13079
13080         * src/inc.c, src/summaryview.[ch]
13081                 prevent update of mark file when filtering has done, by
13082                 using a variable; this affects two functions:
13083                         inc.c::inc_finished()
13084                         summaryview.c::summary_show()
13085
13086 2001-07-20 [alfons]
13087
13088         * src/filtering.[ch], src/prefs_filtering.c, 
13089           src/matcher.[ch]
13090                 add filtering action for label coloring 
13091
13092         * po/POTFILES.in
13093                 add labelcolors.c
13094
13095         * added src/labelcolors.c
13096         * added src/labelcolors.h
13097         * src/Makefile.am, src/summaryview.c
13098                 rearrange label coloring code
13099
13100         * src/procmsg.h
13101                 add more parentheses so label colouring works correctly
13102
13103         * src/filtering.c
13104                 don't really delete message, but move it to Trash
13105
13106         * src/prefs_matcher.c
13107                 add quote options to info dialog
13108
13109 2001-07-20 [christoph]
13110
13111         * src/Makefile.am
13112         * src/inc.c
13113         * src/main.[ch]
13114         * src/socket.h
13115         * src/ssl.[ch] (new)
13116                 moved ssl stuff to a seperate file
13117
13118 2001-07-20 [darko]
13119
13120         * src/summaryview.c
13121                 fix show sender using address book with no e-mail
13122                 address in From: field
13123
13124 2001-07-19 [alfons]
13125
13126         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13127                 fix messy handling of escaping... now at least the
13128                 execute command is useful. escape char is '\', we
13129                 accept \n and \r too. 
13130
13131                 Real life example:
13132                 
13133                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13134                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13135
13136 2001-07-18 [alfons]
13137
13138         0.5.0claws6
13139
13140         * src/summaryview.c
13141                 clean up
13142
13143         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13144           src/procmsg.[ch]
13145                 revise filtering; currently move, copy, marking have
13146                 been tested. if you like bleeding edge stuff, you
13147                 should definitely go for this version :)
13148
13149         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13150
13151 2001-07-17 [christoph]
13152
13153         * src/utils.c
13154                 timestamp log
13155
13156 2001-07-17 [alfons]
13157
13158         0.5.0claws5
13159
13160         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13161           bits in the mark file, without affecting either branch. Lots of
13162           files changed, also in claws branch.
13163
13164           UNTESTED: use of mbox folders
13165
13166         * src/summaryview.c
13167                 added mark all read; however this was a quick hack used for
13168                 cleaning up mess after initial merge with Hiroyuki
13169
13170         * configure.in
13171                 change claws version number back to 0.5.0claws5 to clear up 
13172                 confusion & pretension (recent release was technically 
13173                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13174
13175 2001-07-16 [alfons]
13176
13177         sync with Hiroyuki's 0.5.0cvs4
13178
13179 2001-07-16 [alfons]
13180
13181         0.5.1claws3
13182
13183         * src/filtering.[ch]
13184                 remove invalid updating of mark files for 
13185                 filter actions MATCHING_ACTION_MOVE and 
13186                 MATCHING_ACTION_DELETE; this should fix the
13187                 folder update bug
13188                 
13189         * src/procmsg.c
13190                 revert Christoph's stab at fixing the folder 
13191                 update bug
13192
13193         * po/POTFILES.in
13194                 add missing files with translatable strings
13195
13196         * src/summaryview.c
13197                 remove debug print
13198
13199 2001-07-15 [alfons]
13200
13201         * src/addr_compl.[ch], src/prefs_filtering.c
13202                 make "filtering pref dialog's destination entry" an
13203                 "address completable entry", if filter destination is 
13204                 an email address
13205
13206         0.5.1claws2
13207         
13208         sync with Hiroyuki's 0.5.0cvs2-3
13209
13210 2001-07-15 [christoph]
13211
13212         * src/procmsg.c
13213                 fixed folder stats update after incorporation
13214
13215 2001-07-15 [alfons]
13216
13217         * src/summaryview.c
13218                 * finish label colouring stuff (for now)
13219                 * fix incorrect colour bug (off by one) 
13220
13221 2001-07-14 [alfons]
13222
13223         * src/mainwindow.c
13224                 change text labels for news and mail message so there's
13225                 plenty of toolbar estate left
13226
13227         * configure.in
13228                 0.5.1claws1
13229
13230         * src/folderview.c
13231           src/folder.[ch]
13232                 sync with Hiroyuki's 0.5.0cvs1
13233
13234         * src/summaryview.c
13235                 more rewrite label colouring
13236
13237 2001-07-14 [alfons]
13238
13239         * src/summaryview.[ch]
13240                 * start rewrite label colouring 
13241                 * fix proper location "Add Sender To Addressbook" menu item
13242
13243 2001-07-13
13244
13245         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13246         (actually this is 0.5.0claws4)
13247
13248 2001-07-13 [alfons]
13249
13250         * po/pt_BR.po
13251                 * fix duplicate message
13252                 * add updated Portugese / Brazilian translation
13253                   submitted by Fabio Junior Beneditto
13254
13255 2001-07-12 [alfons]
13256
13257         * AUTHORS
13258                 add Jens
13259
13260         * po/nl.po
13261                 add updated Dutch translation
13262
13263         * po/de.po
13264                 add updated German translation submitted by Jens
13265
13266 2001-07-11 [alfons]
13267
13268         Prerelease before 0.5.0claws. Please test.
13269         This version is temporarily tagged as VERSION_0_5_0_TEST
13270
13271         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13272           src/prefs_scoring.c, src/prefs_matcher.c, 
13273           src/prefs_filtering.c, src/mbox.c, 
13274           src/main.c, src/inc.c, src/filtering.[ch]
13275                 revert new Hoa's new matcher (does not work yet)
13276
13277         * src/Makefile.am
13278                 clean up
13279
13280 2001-07-10
13281
13282         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13283
13284
13285 2001-07-10 [alfons]
13286
13287         * Makefile.am
13288                 add ChangeLog.claws to EXTRA_DIST
13289         * src/Makefile.am
13290                 add matcher_parser_parse.h to EXTRA_DIST
13291
13292 2001-07-10 [christoph]
13293
13294         * src/inc.c
13295                 add destination folder to table of
13296                 folders that need to be updated after
13297                 incorporation
13298
13299 2001-07-10 [alfons]
13300
13301         * folder.[ch]
13302           folderview.c
13303                 make collapse state of folders and folder items persistent, i.e.
13304                 if you collapse a folder tree, the next time sylpheed-claws starts 
13305                 up the folder tree remains collapsed.  
13306                 
13307 2001-07-10 [christoph]
13308
13309         * acconfig.h
13310         * configure.in
13311                 added --enable-ssl
13312         * src/md5.[ch]
13313                 renamed MD5_CTX to MD5_CTX_syl
13314                 conflicts with a struct in openssl
13315         * src/inc.c
13316         * src/main.[ch]
13317         * src/prefs_account.[ch]
13318         * src/socket.[ch]
13319                 SSL support for POP
13320         * src/mainwindow.c
13321                 fixed compose with current account
13322                 broken by new compose button stuff
13323
13324 2001-07-09 [hoa]
13325
13326         * AUTHORS
13327                 changed my email address
13328
13329         * src/matcher_parser_parse.y
13330                 clean the parser to remove conflicts
13331
13332 2001-07-09 [alfons]
13333
13334         * AUTHORS
13335                 add Match Grun
13336
13337         * configure.in
13338                 fix incorrect description of --enable-ldap parameter
13339
13340         * src/prefs_common.[ch]
13341           src/compose.c
13342                 add experimental option "smart wrapping" which makes the
13343                 compose editor auto wrap.
13344                 
13345                 | TODO: the problem with the buggy cursor handling is caused |
13346                 | by the GtkText. when deleting / backspacing text its       |
13347                 | wrapping algorithm does not take in account the previous   |
13348                 | line. should find a way to hack this in.                   |
13349                 | or should perhaps combine this with the word wrapping      |
13350                 | patch i wrote in january.                                  |
13351
13352         * src/about.c
13353                 show build parameters for LDAP and JPilot
13354
13355         * src/summaryview.c
13356                 revert Christoph's bugfix for selecting next unread message, 
13357                 because folder stats aren't updated correctly
13358
13359 2001-07-08 [hoa]
13360
13361         * src/filtering.c
13362         * src/mainwindow.c
13363         * src/matcher.c
13364         * src/matcher_parser_lex.l
13365         * src/matcher_parser_parse.y
13366         * src/prefs_filtering.c
13367         * src/prefs_scoring.c
13368         * src/scoring.c
13369                 bugfix of the config file parser
13370
13371 2001-07-08 [alfons]
13372
13373         * src/Makefile.am
13374                 added generated matcher sources to BUILT_SOURCES
13375
13376 2001-07-08 [hoa]
13377
13378         * src/Makefile.am
13379         * src/.cvsignore
13380                 added new config file parser
13381
13382         * src/scoring.[ch]
13383         * src/filtering.[ch]
13384         * src/matcher.[ch]
13385         * src/prefs_filtering.c
13386         * src/prefs_matcher.c
13387         * src/prefs_scoring.c
13388         * added src/matcher_parser.h
13389         * added src/matcher_parser_lex.h
13390         * added src/matcher_parser_lex.l
13391         * added src/matcher_parser_parse.y
13392                 lex & yacc config file parser
13393
13394         * src/mbox.c
13395         * src/inc.c
13396         * src/main.c
13397                 changes prefs_filtering into global_filtering           
13398
13399         * src/summaryview.c
13400                 build threads with subjects only if "Re: " is at the
13401                 beginning of the subject
13402
13403 2001-07-07 [paul]
13404
13405         0.5.0claws
13406
13407         sync with sylpheed 0.5.0
13408                 change of version number only
13409
13410 2001-07-06 [paul]
13411
13412         0.5.0claws5
13413
13414         sync with sylpheed 0.5.0pre5
13415
13416 2001-07-05 [paul]
13417
13418         sync with sylpheed 0.5.0pre4 release
13419                 /po and /manual/ja not sync'ed
13420
13421 2001-07-04 [paul]
13422
13423         more sync with sylpheed 0.5.0pre4
13424
13425 2001-07-03 [christoph]
13426
13427         * src/addressbook.c
13428                 fixed address book broken by address book
13429                 for VCard, JPilot, LDAP
13430
13431 2001-07-03 [alfons]
13432
13433         * src/matcher.c
13434         * src/textview.c
13435                 stopped memory leaks
13436
13437 2001-07-03 [paul]
13438
13439         more sync with sylpheed 0.5.0pre4
13440
13441 2001-07-02 [match]
13442
13443         * included address book patch for VCard, JPilot, LDAP
13444         * pref_common.c - fixed Font options on Display tab (cosmetic)
13445         * alertpanel.c - fixed truncated message
13446
13447 2001-07-02 [christoph]
13448
13449         * src/mbox_folder.c
13450         * src/procmsg.[ch]
13451         * src/summaryview.c
13452                 mark threads for ignoring
13453
13454 2001-07-02 [paul]
13455
13456         0.5.0claws4
13457
13458         * sync with sylpheed 0.5.0pre4
13459                 updated gettext to 0.10.38.
13460
13461 2001-07-01 [paul]
13462
13463         * src/ mainwindow.c
13464         * src/procmsg.h
13465         * src/summaryview.[ch]
13466                 new right-click option: Label.
13467                 substitute for 'Mark-->Mark/Unmark', colours the line.
13468                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13469
13470 2001-07-01 [christoph]
13471
13472         * src/folderview.c
13473                 fixed font for trash
13474         * src/summaryview.c
13475                 move ctree to unread message
13476
13477 2001-07-01 [paul]
13478
13479         * sync with sylpheed 0.5.0pre3 release
13480
13481 2001-06-30 [alfons]
13482
13483         * src/filesel.[ch]
13484         * src/compose.c
13485                 allow inserting / attaching multiple files in
13486                 the composer window
13487
13488 2001-06-30 [paul]
13489
13490         * src/codeconv.c
13491                 small change to Alfons' previous stuff so that it
13492                 actually makes
13493
13494 2001-06-30 [alfons]
13495
13496         * lots of files changed; first attempt to merge the changes
13497           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13498
13499 2001-06-30 [paul]
13500
13501         * po/pt_BR.po
13502                 updated and completed, translations by Fabio
13503                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13504
13505 2001-06-29 [alfons]
13506
13507         * src/compose.c
13508         * src/mimeproc.[ch]
13509                 allow selecting an attached files' mime type from a 
13510                 list of types.
13511
13512 2001-06-29 [paul]
13513
13514         * more sync with sylpheed 0.5.0pre3
13515
13516 2001-06-29 [paul]
13517
13518         * po/pt_BR.po
13519                 merge with sylpheed.pot and pt_BR.po provided by
13520                 Fabio Junior Beneditto.
13521
13522 2001-06-29 [darko]
13523
13524         * src/procmime.c
13525                 make MIME types case insensitive
13526
13527 2001-06-28 [alfons]
13528
13529         * po/nl.po
13530                 merge with sylpheed.pot and old nl.po; translations added.
13531
13532 2001-06-28 [paul]
13533
13534         * more sync with sylpheed 0.5.0pre3
13535
13536 2001-06-27 [alfons]
13537
13538         * src/summaryview.c
13539                 don't crash when removing parent node of messages
13540                 attracted by subject. this was caused by not deleting
13541                 the parent node from the subject line hash table.
13542
13543 2001-06-27 [alfons]
13544
13545         * src/summaryview.c
13546         * src/compose.[ch]
13547         * src/mainwindow.c
13548                 if there are multiple messages selected, allow forwarding
13549                 them as attachments.
13550
13551 2001-06-27 [paul]
13552
13553         * more sync with sylpheed 0.5.0pre3
13554
13555 2001-06-26 [paul]
13556
13557         0.5.0claws3
13558
13559         * sync with sylpheed 0.5.0pre3
13560
13561 2001-06-25 [paul]
13562
13563         * src/mainwindow.c
13564                 fixed 'compose news article' bug
13565                 from icon-and-text toolbar
13566
13567 2001-06-25 [paul]
13568
13569         * sync with sylpheed 0.5.0pre2 release
13570
13571 2001-06-24 [christoph]
13572
13573         * src/prefs_common.c
13574                 bug fix in font selection
13575         * src/folderview.c
13576                 use sylpheed's normal font instead of
13577                 gtk default font for folders without
13578                 new messages
13579
13580 2001-06-24 [alfons]
13581
13582         * src/mainwindow.[ch]
13583                 added composite compose mail / news button (an idea by Leandro
13584                 Pereira <leandro@linuxmag.com.br>)
13585
13586 2001-06-24 [paul]
13587
13588         Added instructions for ldif-to-xml.py
13589
13590         * tools/README
13591
13592 2001-06-23 [alfons]
13593
13594         Some minor things.
13595
13596         * src/pixmaps/stock_news_compose.xpm
13597                 added pixmap by Leandro
13598         * src/prefs_common.c
13599                 tested built-in spelling checker of GCC 3.0 :)
13600         * po/nl.po
13601                 merged dutch translation of sylpheed-main with
13602                 sylpheed.pot
13603
13604 2001-06-23 [paul]
13605
13606         Added tools directory and files.
13607
13608         * tools/filter_conv.pl
13609                 converts old filter system to new filtering system
13610         * tools/ldif-to-xml.py
13611                 converts netscape addressbook to sylpheed addressbook
13612         * tools/README
13613                 descriptions/instructions for above two files
13614
13615 2001-06-23 [christoph]
13616
13617         * src/inc.c
13618         * src/manage_window.[ch]
13619         * src/prefs_common.[ch]
13620                 mail retrieval dialog can be enabled, disabled
13621                 or hidden if non of sylpheed's windows is active
13622
13623 2001-06-22 [paul]
13624
13625         0.5.0claws2
13626
13627         * sync with sylpheed 0.5.0pre2
13628
13629 2001-06-21 [christoph]
13630
13631         * src/summaryview.c
13632                 show recipient on 'from' for all accounts
13633                 
13634         * src/inc.c
13635         * src/prefs_common.[ch]
13636                 disable error popup on mail receive errors
13637
13638 2001-06-21 [alfons]
13639
13640         * src/compose.c
13641                 made the ruler correctly appear and disappear.
13642
13643         * src/Makefile.am
13644                 removed Hoa's work-in-progress-stuff (interesting!) so 
13645                 claws compiles ok.
13646
13647 2001-06-20 [christoph]
13648
13649         * src/inc.c
13650         * src/progressdialog.c
13651                 added scrolled window for list in progressdialog
13652
13653 2001-06-20 [paul]
13654
13655         sync with sylpheed 0.5.0pre1 release
13656
13657 2001-06-20 [christoph]
13658
13659         * src/summeryview.c
13660                 make building threads by subject work when
13661                 thread view is enabled
13662                 
13663         * src/compose.c
13664         * src/prefs_common.[ch]
13665                 automatically select account for mail replys
13666
13667 2001-06-19 [sergey]
13668
13669         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13670         they are filled in from the account settings.
13671
13672 2001-06-19 [paul]
13673
13674         * more sync with sylpheed 0.5.0pre1
13675
13676 2001-06-18 [alfons]
13677
13678         * src/Makefile.am,
13679           src/procmime.c
13680                 added --sysconfdir to CPPFLAGS for pointing to the correct
13681                 location of mime.types. 
13682
13683                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13684                 or ./configure!
13685
13686 2001-06-18 [hoa]
13687
13688         * src/summaryview.c
13689                 fixed some bug when building threads
13690
13691 2001-06-18 [pau]l
13692
13693         * src/prefs_account.c
13694                 UI stuff: More changes to the English
13695
13696 2001-06-18 [paul]
13697
13698         * src/pixmaps/stock_news_compose.xpm: new file
13699         * src/Makefile.am
13700         * src/mainwindow.c
13701         * src/summaryview.c
13702                 Added new icon for Hoa's 'compose a news
13703                 message', plus minor improvements to the
13704                 English
13705
13706         * po/ja.po
13707         * ChangeLog
13708         * ChangeLog.jp
13709                 more sync with sylpheed 0.5.0pre1
13710
13711 2001-06-18 [hoa]
13712
13713         * src/compose.[ch]
13714         * src/mainwindow.c
13715                 Follow-up and reply to
13716
13717         * src/summaryview.[ch]
13718                 Build threads also with subjects
13719
13720 2001-06-17 [hoa]
13721
13722         * src/compose.c
13723                 forwarding use the current account.
13724
13725         * src/mainwindow.c
13726                 the "compose message" button has been replaced with
13727                 "new mail" and "new news" buttons
13728
13729         * src/prefs_common.[ch]
13730                 added a configuration option to use the forward button
13731                 as "forward as attachment"
13732                 changed reply and forward format description
13733
13734         * src/quote_fmt_lex.l
13735         * src/quote_fmt_parse.y
13736                 added message with no signature in format for reply
13737                 and forward.
13738
13739 2001-06-17 [paul]
13740
13741         Minor UI stuff
13742
13743         * src/mainwindow.c
13744         * src/summaryview.c
13745                 Improvements to the English
13746
13747         * src/prefs_common.c
13748                 Improvements to the English and some
13749                 clarity/continuity improvements in the
13750                 description of Quote symbols.
13751
13752 2001-06-17 [paul]
13753
13754         0.5.0claws1
13755
13756         * sync with sylpheed 0.5.0pre1
13757
13758 2001-06-17 [hoa]
13759
13760         * src/compose.c
13761                 Better interface for compose, displayed fields
13762                 are updated whenever we change account.
13763                 Newsgroups field is automatically filled.
13764
13765         * src/mainwindow.c
13766                 Newsgroups field is automatically filled.
13767
13768         * src/prefs_account.c
13769                 Some interface stuff when fields appear and
13770                 disappear.
13771
13772 2001-06-16 [paul]
13773
13774         0.4.99claws
13775
13776         * sync with sylpheed 0.4.99
13777
13778 2001-06-16 [sergey]
13779
13780         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13781         base64_decoder_free, base64_decoder_decode): new object and
13782         functions for decoding base64 streams.
13783         * src/procmime.c (procmime_decode_content): modified to use the
13784         new base64 decoder.
13785
13786 2001-06-15 [paul]
13787
13788         0.4.99claws10
13789
13790         * sync with sylpheed 0.4.99cvs11
13791
13792 2001-06-13 [paul]
13793
13794         0.4.99claws9
13795
13796         * sync with sylpheed 0.4.99cvs9
13797
13798 2001-06-13 [hoa]
13799
13800         * src/compose.c
13801         * src/prefs_account.c
13802
13803                 SMTP server can be defined in the news account
13804                 mime type of attachment are kept.
13805
13806         * src/summaryview.c
13807
13808                 now choose the highest important score between default
13809                 and important score of folder.
13810
13811 2001-06-09 [alfons]
13812         
13813         * src/prefs_common.c: 
13814
13815                 (prefs_quote_description_create): corrected description of 
13816                 quote format characters
13817
13818 2001-06-09 [paul]
13819
13820         0.4.99claws8
13821
13822         * sync with sylpheed 0.4.99cvs8
13823
13824 2001-06-08 [sergey]
13825
13826         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13827         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13828
13829 2001-06-08 [paul]
13830
13831         0.4.99claws7
13832
13833         * sync with sylpheed 0.4.99cvs7
13834
13835 2001-06-06 [sergey]
13836
13837         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13838         clashes with autogenerated header).
13839         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13840         * src/Makefile.am: added quote_fmt.h.
13841         * src/.cvsignore: added lex/yacc autogenerated files
13842         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13843
13844 2001-06-06 [paul]
13845
13846         0.4.99claws6
13847
13848         * sync with sylpheed 0.4.99cvs6
13849
13850 2001-06-06 [hoa]
13851
13852         * added src/quote_fmt_parse.h
13853         * src/compose.c
13854                 removed warnings
13855
13856         * src/prefs.[ch]
13857                 don't modify readonly configuration files
13858
13859         * src/prefs_account.c
13860         * src/prefs_common.c
13861         * src/prefs_customheader.c
13862         * src/prefs_display_header.c
13863         * src/prefs_filter.c
13864         * src/prefs_filtering.c
13865         * src/prefs_scoring.c
13866                 don't open dialog box when configuration files
13867                 are readonly
13868
13869 2001-06-05 [sergey]
13870
13871         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
13872
13873         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
13874         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
13875         BUILT_SOURCES to make all files rebuild properly.
13876
13877         * src/compose.c: removed #include "quote_fmt.tab.h".
13878
13879         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
13880         CHARACTER value in yylval.
13881
13882         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
13883         receive CHARACTER value by documented means (yylval).
13884
13885         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
13886
13887 2001-06-05 [hoa]
13888
13889         * src/Makefile.am
13890                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
13891
13892         * src/filtering.c
13893         * src/matcher.c
13894         * src/matcher.h
13895         * src/prefs_filtering.c
13896                 now keep the configuration for execute action
13897
13898         * src/mbox_folder.c
13899                 fixed a warning
13900
13901 2001-06-05 [paul]
13902
13903         * sync with sylpheed 0.4.99cvs5
13904
13905 2001-06-05 [hoa]
13906
13907         * src/Makefile.am
13908                 added quote_fmt.[ch]
13909
13910         * added src/quote_fmt.y
13911         * added src/quote_fmt.l
13912         * added src/quote_fmt.tab.h
13913         * added src/quote_fmt.tab.c
13914         * added src/lex.quote_fmt.c
13915                 parsing configuration for replying
13916                 and forwarding
13917
13918         * src/prefs_common.[ch]
13919                 added configuration UI for replying
13920                 and forwarding
13921
13922         * src/compose.c
13923                 using configuration for replying
13924                 and forwarding
13925
13926 2001-06-04 [hoa]
13927
13928         * src/filtering.c
13929         * src/matcher.c
13930         * src/matcher.h
13931         * src/prefs_filtering.c
13932         * src/prefs_matcher.c
13933         * src/prefs_matcher.h
13934                 action "run a command" for filtering
13935                 and matching with a command.
13936                 fixed the "whole message" matching
13937
13938         * src/mbox_folder.c
13939                 changed temporary filename for security
13940
13941         * src/messageview.c
13942                 queue the notification if it fails to send.
13943
13944         * src/prefs_common.c
13945         * src/prefs_folder_item.c
13946                 changed the default important score             
13947
13948         * src/prefs_scoring.c
13949         * src/scoring.c
13950                 hide kill score input when the folder is not
13951                 a newsgroup
13952
13953 2001-06-03 [alfons]
13954
13955         * src/prefs_common.c:
13956
13957                 (prefs_font_select): pass font name in font entry box to font
13958                 selection dialog.
13959
13960 2001-06-03 [sergey]
13961
13962         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
13963
13964 2001-06-03 [paul]
13965
13966         * sync with sylpheed 0.4.99cvs4
13967
13968 2001-06-03 [alfons]
13969
13970         * src/headerwindow.c:
13971
13972                 (headerwindow_show_cb): use the selected summary view item, not
13973                 the displayed item.
13974
13975 2001-06-02 [alfons]
13976
13977         * src/headerwindow.c:
13978
13979                 (headerwindow_show_cb): always try to show msginfo
13980
13981 2001-06-02 [hoa]
13982
13983         * src/compose.c
13984                 keep attached parts when reediting or forwarding.
13985
13986 2001-06-01 [hoa]
13987
13988         * src/folderview.c
13989         * src/prefs_folder_item.[ch]
13990         * src/prefs_scoring.[ch]
13991         * src/scoring.[ch]
13992         * src/summaryview.[ch]
13993         * src/main.c
13994         * src/mainwindow.c
13995         * src/prefs_common.[ch]
13996                 support for folder scoring
13997                 kill score and important score for messages
13998         
13999         * src/prefs_account.c
14000                 some display bug fixed for local account
14001                 preferences
14002
14003 2001-05-31 [alfons]
14004
14005         * src/summaryview.c:
14006
14007                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14008                 sender to address book menu item is disabled.
14009
14010 2001-05-30 [hoa]
14011
14012         * src/filtering.[ch]
14013         * src/summaryview.c
14014                 handling summary menu / filter messages
14015
14016         * src/folder.[ch]
14017                 add some stuff
14018
14019         * src/foldersel.c
14020                 imap folders now appears in list
14021
14022         * src/mbox_folder.c
14023                 doesn't crash if destination mail is not writeable
14024
14025 2001-05-29 [hoa]
14026
14027         * src/compose.c
14028                 removed some warnings
14029
14030         * src/filtering.c
14031         * src/folder.[ch]
14032         * src/prefs_filtering.c
14033                 global string to identify any folders           
14034                 removed some debug info
14035                 filtering to mbox folders is now possible
14036
14037         * src/mainwindow.c
14038                 removed some warnings
14039
14040         * src/mbox_folder.c
14041                 permission on files are changed to read/write for user only,
14042                 nothing for other.
14043                 creation of subfolder is handled better.
14044
14045 2001-05-28 [alfons]
14046
14047         Verified the sync for src/prefs_common.[ch] and
14048         src/prefs_account.[ch]. I believe there were some
14049         minor indentation differences.
14050
14051 2001-05-28 [paul]
14052
14053         0.4.99claws3
14054
14055         * sync with 0.4.99cvs3
14056
14057 2001-05-28 [hoa]
14058
14059         * src/compose.c
14060                 handling flags for mbox format
14061
14062         * src/filtering.c
14063                 use of mark file only for MH format
14064                 handling flags for mbox format
14065                 filtering cannot yet move or copy mails to mbox folders.
14066
14067         * src/folder.[ch]
14068                 changed move_msg, copy_msg,
14069                 move_msgs_with_dest, copy_msgs_with_dest functions
14070                 uses only folder->copy_msg() function
14071                 uses folder->finished_copy() to handle the destination
14072                 folder at the end of the copy or move operation.
14073
14074         * src/foldersel.c
14075                 included mbox directories.
14076
14077         * src/folderview.[ch]
14078         * src/mainwindow.c
14079                 handle folders operation for mbox format
14080
14081         * src/mbox.c
14082                 disable conversion of "From " header
14083
14084         * src/mbox_folder.[ch]
14085                 completion of mbox format handling
14086
14087         * src/mh.c
14088                 changed mh_copy_msg() function and
14089                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14090                 mh_copy_msgs_with_dest()
14091
14092         * src/prefs_filtering.c
14093                 removed some warnings
14094
14095         * src/prefs_matcher.c
14096                 default boolean operation is AND
14097
14098         * src/procheader.c
14099                 handling flags for mbox format
14100                 handling of "From " header
14101
14102         * src/procmsg.[ch]
14103                 removed data field
14104                 added MSG_REALLY_DELETED flags to handle deletion of
14105                 messages in mbox format.
14106
14107         * src/summaryview.c
14108                 handling flags for mbox format
14109                 disable the MSG_DELETED flags when messages
14110                 are deleted in mbox format
14111
14112         * src/textview.c
14113                 "From " headers display fixed.
14114
14115 2001-05-27 [alfons]
14116
14117         * src/textview.c:
14118                 
14119                 (get_email_part): skip quoted email addresses, like in e.g.
14120                 "'alfons@proteus.demon.nl'".
14121
14122 2001-05-26 [alfons]
14123
14124         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14125         and fixing the persistence troubles when using separate windows.
14126
14127         * src/mainwindow.c:
14128         
14129             Added #define SEPARATE_ACTION used in the gtk item factory for 
14130             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14131                 use gtk_item_factory_get_widget_by_action() to get the items.
14132                 
14133             Removed separate_widget_cb from the gtk item factory data   
14134           
14135             (mainwindow_create): connect separate_widget_cb() to check
14136             menu item "toggled" signal. also passing a MainWindow pointer
14137                 as object data for both check menu items.
14138                 
14139             (separate_widget_cb): definition of separate_widget_cb() to match
14140             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14141                 window using gtk_object_get_data(). The type of window separation 
14142                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14143         
14144         * src/prefs_filtering.c,
14145           src/prefs_matcher.c: added horizontal scrollbars
14146
14147 2001-05-25 [darko]
14148
14149         * src/headerview.c
14150                 fix segfault with invalid bold font
14151         * src/summaryview.c
14152                 correctly display summary stats after row is marked
14153
14154 2001-05-23 [sergey]
14155
14156         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14157         encodings with libjconv.
14158
14159 2001-05-23 [hoa]
14160
14161         * src/Makefile.am
14162                 added mbox_folder.[ch]
14163         * src/defs.h
14164                 mbox temporary folder
14165         * src/folder.[ch]
14166         * added src/mbox_folder.[ch]
14167         * src/folderview.c
14168         * src/procheader.[ch]
14169                 added mbox support
14170         * src/mbox.c
14171                 bugfix for file incorporation filtering
14172         * src/imap.c
14173                 enable creation of MBOX
14174         * src/prefs_display_header.c
14175                 enable use of headers like "From "
14176                 something that should be fixed :
14177                         displaying of such headers add an extra space
14178         * src/prefs_folder_item.c
14179                 don't create folders because it is not necessary
14180         * src/procmsg.h
14181                 added data field to MsgInfo for mbox internal use
14182         * src/summaryview.c
14183                 added some support for mbox
14184         * src/utils.[ch]
14185                 added get_mbox_cache_dir() function
14186
14187 2001-05-23 [hiroyuki]
14188
14189         * src/headerwindow.c
14190           src/inc.c
14191           src/main.c
14192           src/mh.c
14193           src/nntp.c
14194           src/procmsg.h
14195           src/session.h
14196           src/socket.[ch]
14197           src/summaryview.c
14198           src/textview.c
14199           src/automaton.c
14200           src/folderview.c: more sync with 0.4.99cvs2.
14201
14202         * src/headerwindow.c: reverted.
14203
14204 2001-05-22 [paul]
14205
14206         0.4.99claws2
14207
14208         * sync with sylpheed 0.4.99cvs2
14209                 * src/news.[ch]
14210                 * src/nntp.[ch]
14211                 * INSTALL
14212                 * INSTALL.jp
14213
14214 2001-05-22 [alfons]
14215
14216         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14217
14218 2001-05-21 [alfons]
14219
14220         Minor things:
14221
14222         * configure.in: if gnome-config not found, "no" is displayed
14223         
14224         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14225
14226         * src/textview.c: now also possible to add mail addresses by right
14227           clicking in the text view
14228
14229         * src/codeconv.c: merged patch which fixes endless loop when encountering
14230           invalid wide characters; from Alte <010@imis.ru>  
14231
14232 2001-05-20 [alfons]
14233
14234         Added installation of gnome specific things:
14235
14236         * Makefile.am: gnome conditional
14237
14238         * configure.in: check for installed gnome
14239
14240         * added sylpheed.png, sylpheed.desktop
14241
14242 2001-05-20 [sergey]
14243
14244         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14245
14246         * src/mainwindow.h (main_window_toolbar_create): created a button
14247         for "Reply to all".
14248         (main_window_set_toolbar_sensitive): enable/disable the new button
14249         appropriately.
14250         (toolbar_reply_to_author_cb): handle the new button.
14251
14252         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14253         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14254         failure).
14255
14256 2001-05-19 [sergey]
14257
14258         * src/compose.h (ComposeReplyMode): new modes
14259         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14260         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14261
14262         * src/compose.c
14263         (compose_send): move some code into a new function:
14264         (compose_current_mail_account): new function.
14265         (compose_reply): new argument to_author, all callers changed; if
14266         to_author==TRUE and account->protocol==A_NNTP, find and use an
14267         appropriate mail account for replying.
14268         (compose_reply_set_entry): new argument to_author; ignore
14269         compose->replyto if to_author==TRUE.
14270
14271         * src/mainwindow.c: new command "Message/Reply to author".
14272         (main_window_set_menu_sensitive): enable/disable it.
14273         (reply_cb): handle it.
14274
14275         * src/summaryview.c: new command "Reply to author".
14276         (summary_set_menu_sensitive): enable/disable it.
14277         (summary_reply_cb): handle it.
14278
14279         * src/account.c (account_find_mail_from_address): new function.
14280
14281 2001-05-18 [paul]
14282
14283         0.4.99claws1
14284
14285         * sync with sylpheed 0.4.99cvs1
14286
14287 2001-05-18 [hoa]
14288
14289         * src/compose.[ch]
14290         * src/filtering.c
14291         * src/summaryview.c
14292                 new filtering action : forward and forward as attachment
14293
14294         * src/main.c
14295                 no need for $DISPLAY when we run sylpheed --help
14296                 call to parse_cmd_opt() is moved
14297
14298         * src/mainwindow.[ch]
14299                 execute button is hidden when immediate execute
14300                 is chosen
14301
14302         * src/mh.c
14303         * src/news.c
14304         * src/prefs_folder_item.c
14305         * src/procmsg.c
14306                 better handling of missing directories
14307
14308         * src/summaryview.c
14309                 reedit is enabled in outbox
14310                 reedit is enabled in queue
14311
14312 2001-05-17 [hoa]
14313
14314         * src/filtering.c
14315         * src/matcher.[ch]
14316         * src/prefs_filtering.c
14317                 changed attachement into attachment
14318
14319 2001-05-17 [alfons]
14320
14321         0.4.67claws4    
14322
14323         * sync with sylpheed 0.4.67cvs9
14324         * sync with sylpheed 0.4.67cvs7-8
14325
14326 2001-05-17 [hoa]
14327
14328         * src/Makefile.am
14329                 added prefs_filtering.c
14330
14331         * src/filtering.[ch]
14332         * src/matcher.[ch]
14333                 removed action : forward_news and forward_news_as_attachement
14334                 (forward and forward_as_attachement can be used instead)
14335
14336         * src/mainwindow.c
14337                 added menu option to access filtering configuration
14338
14339         * src/prefs_account.c
14340                 changed mail_command default to /usr/sbin/sendmail
14341
14342         * added src/prefs_filtering.[ch]
14343                 dialog box for filtering configuration
14344
14345         * src/prefs_matcher.c
14346                 added function prefs_matcher_get_criteria_from_matching()
14347
14348         * src/prefs_scoring.c
14349                 reset the dialog when register or substitute is clicked
14350
14351 2001-05-15 [hoa]
14352
14353         * src/Makefile.am
14354                 added filtering.[ch]
14355         * src/inc.c
14356                 using filering.[ch] instead of filter.[ch]
14357         * src/main.c
14358                 reading new filtering configuration
14359         * src/matcher.[ch]
14360                 added some filtering actions
14361                 and fixed a bug for headers and mail body matching
14362         * src/mbox.c
14363                 using filering.[ch] instead of filter.[ch]
14364         * src/mh.c
14365                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14366         * src/summaryview.c
14367                 some fixes for filtering
14368
14369 2001-05-14 [hiroyuki]
14370
14371         * src/send.c: fixed some weird indentations.
14372           send_message_with_command(): call pclose() only if p != NULL.
14373         * src/textview.c: get_email_part(): modified the code for readability.
14374
14375 2001-05-14 [hiroyuki]
14376
14377         * src/md5global.h
14378           src/md5ify.c
14379           src/md5ify.h: removed from the cvs.
14380
14381 2001-05-13 [sergey]
14382
14383         * src/main.c: include rfc2015.h to avoid compiler warnings.
14384         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14385         the panel is already on screen.
14386         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14387         closing the alert window by ESC as "No".
14388         * src/prefs_common.c (prefs_interface_create): moved return
14389         receipt check button to the correct place.
14390
14391 2001-03-13 [alfons]
14392
14393         * src/prefs_common.c: 
14394                 moved return receipt check button to the Send tab. (prefs_send_create)
14395                 removed the date format ui related globals. (prefs_display_create)
14396
14397         0.4.67claws3
14398         
14399         * sync with sylpheed 0.4.67cvs5-6
14400
14401 2001-05-13 [paul]
14402
14403         * added Alfons' font selection patch
14404
14405         * src/defs.h
14406         * src/headerwindow.c
14407         * src/prefs_common.c
14408         * src/prefs_common.h
14409
14410 2001-05-13 [hoa]
14411         * src/defs.h
14412                 changed version of cache
14413         * src/matcher.[ch]
14414         * src/prefs_matcher.c
14415                 added additionnal matching criteria
14416         * src/procheader.c
14417         * src/procmsg.[ch]
14418         * src/news.c
14419                 added references in MsgInfo
14420
14421 2001-05-12 [hoa]
14422
14423         * src/defs.h
14424                 prepared some things for new filtering
14425         * src/matcher.[ch]
14426                 added some matching properties
14427                 inreplyto need to be enhanced
14428                 prepared some things for new filtering
14429         * src/messageview.c
14430                 added Return-Receipt-To handling
14431         * src/prefs_folder_item.c
14432                 changed default value to TRUE
14433         * src/prefs_matcher.c
14434                 added some matching properties
14435         * src/prefs_scoring.[ch]
14436                 the scoring dialog is finished
14437         * src/procheader.c
14438                 added Return-Receipt-To handling
14439                 Reference need to be added
14440         * src/procmsg.[ch]
14441                 added Return-Receipt-To handling
14442                 added threadscore to get a better score sorting when
14443                 threads are enabled
14444         * src/summaryview.c
14445                 suppressed a bug when we sort the list
14446                 when no folder is opened.
14447                 better score sorting when threads are enabled
14448
14449 2001-05-12 [alfons]
14450
14451         * reverted previous patch because of potential errors 
14452
14453         0.4.67claws2
14454         
14455         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14456                 applied "toggle mail-retrieval dialog window" patch submitted 
14457                 by Eric Limpens <eric@qnt.net>
14458
14459         * sync with sylpheed 0.4.67cvs4
14460
14461 2001-05-12 [sergey]
14462
14463         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14464         some picky compilers.
14465         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14466         * src/grouplist_dialog.c: include alertpanel.h.
14467         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14468         fix compile warning.
14469         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14470         #include "defs.h" before others to prevent the warning of `MIN'
14471         and `MAX' redefinition.
14472
14473 2001-05-11 [hoa]
14474
14475         * src/main.c
14476         * src/messageview.c
14477         * src/prefs_account.c
14478         * src/prefs_display_header.c
14479                 removed warning
14480         * src/Makefile.am
14481                 added prefs_scoring.[ch]
14482         * src/grouplist_dialog.c
14483                 display an error dialog box if the group list
14484                 cannot be fetched.
14485         * src/mainwindow.[ch]
14486                 added main_window_set_thread_option() function
14487                 scoring dialog box enabled
14488         * src/matcher.[ch]
14489                 added flags matching unread /new / marked
14490                 / deleted / replied / forwarded
14491         * src/news.c
14492                 newsgroups are now finally in newscache
14493         * src/prefs_matcher.[ch]
14494                 finished preferences for matching dialog
14495         * added src/prefs_scoring.[ch]
14496                 scoring dialog box completed
14497         * src/scoring.[ch]
14498                 conversion to string : added scoringprop_to_string()
14499                 write config for preferences :
14500                 added prefs_scoring_write_config()
14501         * src/summaryview.c
14502                 threads can be enabled/disabled independently
14503                 for each folder
14504
14505 2001-05-10 [alfons]
14506
14507         0.4.67claws1
14508         
14509         * AUTHORS: 
14510                 thought it would be nice to have a list of all
14511                 contributors (used Changelog as a reference)
14512         
14513         * configure.in: 
14514                 messed up version numbering...
14515
14516         0.4.66claws1
14517
14518         * sync with sylpheed 0.4.67cvs1-3
14519
14520 2001-05-10 [darko]
14521
14522         * src/prefs_common.c:
14523                 better UI for strftime format, double clicking
14524                 on format now inserts the format in text entry
14525                 replaced close button with standard OK/Cancel
14526                 moved date format button to the right of the
14527                 text entry field
14528
14529 2001-05-09 [alfons]
14530
14531         * src/gtkstext.c:
14532                 Ctrl-Home / Ctrl-End have proper cursor navigation
14533
14534 2001-05-09 [hoa]
14535
14536         * src/prefs_matcher.c
14537                 finished UI to define matching properties
14538                 added ok and cancel button
14539         * src/prefs_filter.c
14540                 added ok and cancel button
14541         * src/news.c
14542                 fixed some bug in xhdr parsing
14543
14544 2001-05-08 [alfons]
14545
14546         * src/textview.c: 
14547                 fixed a bug in textview_show_header(), which displayed two colons (':');
14548                 cleaned up some warnings
14549
14550 2001-05-08 [hoa]
14551
14552         * src/Makefile.am
14553                 added prefs_matcher.[ch]
14554                 compilation with -W -Wall
14555         * src/alertpanel.c
14556                 ungrab the mouse events if grabbed - does it
14557                 fix the bug for disposition notification ?
14558         * src/mainwindow.c
14559                 added a menu option to open the matching dialog.
14560         * src/matcher.[ch]
14561                 added matcherprop_to_string() and matcherlist_to_string()
14562                 fixed some bugs, changed the name of some options
14563                 age_sup and age_inf becomes age_greater and age_lower,
14564                 body and messageheaders becomes body_part and headers_part,
14565                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14566         * src/prefs_display_header.c
14567         * src/prefs_headers.c
14568                 fixed a bug that accidentally destroyed dialogs
14569                 when closed them with delete_event
14570                 Added *_deleted() which handle delete_event signal correctly.
14571         * src/prefs_folder_item.[ch]
14572                 added "enable_thread" field for future customization
14573         * added src/prefs_matcher.[ch]
14574                 sample of the UI to define matching properties
14575         * src/procheader.c
14576                 using procheader_headername_equal instead of str*cmp functions
14577                 using procheader_parse_header() function
14578         * src/scoring.c
14579                 using MATCHING_XXX instead of SCORING_XXX
14580         * src/summaryview.c
14581                 display the sender of the news even if this is ourself
14582                 when this is a news message.
14583         * src/textview.c
14584                 using headername_equal() instead of str*cmp functions
14585
14586 2001-05-08 [alfons]
14587
14588         0.4.66claws
14589
14590         * sync with sylpheed 0.4.66
14591         * src/gtkstext.c: trace logs added 
14592
14593 2001-05-08 [sergey]
14594
14595         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14596         signature check popup.
14597         * src/rfc2015.c (check_signature): show signature check popup only
14598         if it is enabled in preferences.
14599
14600 2001-05-07 [alfons]
14601
14602         0.4.66claws4
14603         
14604         * sync with sylpheed 0.4.66cvs6
14605
14606 2001-05-07 [darko]
14607
14608         * src/prefs_common.[ch]: added option to enable/disable
14609           looking up sender name in address book for summary pane
14610         * src/summaryview.c: look up sender in the address book
14611           by using Alfons' address completion code
14612
14613 2001-05-07 [hiroyuki]
14614
14615         * src/inc.h
14616           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14617           member of Pop3State.
14618         * src/news.c: brought #include "defs.h" before #include <glib.h>
14619           to prevent the warning of `MIN' and `MAX' redefinition.
14620
14621 2001-05-06 [hoa]
14622
14623         * removed src/headers_display.[ch]
14624         * removed src/prefs_display_headers.[ch]
14625         * src/inc.c
14626                 use a temporary file in the user directory for mbox import
14627         * src/news.c
14628                 added XHDR support to get "To" and "Cc" headers
14629                 (in order to match news with to or cc field for
14630                 scoring)
14631                 added function news_parse_xhdr() to get XHDR response
14632         * src/nntp.[ch]
14633                 added function nntp_xhdr()
14634         * src/matcher.c
14635                 fetch the message if necessary
14636
14637 2001-05-06 [alfons]
14638
14639         0.4.66claws3
14640
14641         * sync with sylpheed 0.4.66cvs3-5
14642
14643 2001-05-06 [hoa]
14644
14645         * src/utils.[ch]
14646                 added function itos_buf() to enable use of several buffers
14647         * src/summaryview.c
14648                 use of itos_buf() instead of itos() in summary list
14649                 to fix the broken display of message number.
14650
14651 2001-05-06 [alfons]
14652
14653         * src/gtkstext.c: bug in cursor up navigation fixed,
14654                 fixed another unsigned / signed comparison (we're getting there :-)
14655
14656 2001-05-06 [hoa]
14657
14658         * src/Makefile.am
14659                 added scoring.c scoring.h
14660                 prefs_folder_item.c prefs_folder_item.h
14661                 matcher.c matcher.h
14662         * src/defs.h
14663                 added FOLDERITEM_RC SCORING_RC
14664         * src/folder.[ch]
14665                 added prefs field in FolderItem :
14666                 properties for each folder (PrefsFolderItem),
14667                 sorting type and mode were added as the first properties.
14668         * src/main.c
14669                 read config for scoring
14670         * added src/matcher.[ch]
14671                 gives functions to parse configuration file to do
14672                 matching on mails with a list of conditions.
14673         * src/mainwindow.c
14674                 add option to sort by score
14675         * src/prefs_common.[ch]
14676                 added preference option to show score and for
14677                 the score column size
14678         * added src/prefs_folder_item.[ch]
14679                 properties for each folder (PrefsFolderItem),
14680                 sorting type and mode were added as the first properties.
14681         * src/procheader.[ch]
14682                 added procheader_parse_header()
14683                 added procheader_header_free()
14684                 added procheader_headername_equal()
14685                 and made modification to use them.
14686         * src/procmsg.[ch]
14687                 added score field to MsgInfo structure
14688         * added src/scoring.[ch]
14689                 gives functions to parse configuration file to do
14690                 scoring on mails with a list of conditions.
14691         * src/summaryview.[ch]
14692                 save the sorting type and mode for the folder
14693                 added column to display the score of the mail
14694                 added function summary_score_clicked()
14695                 sorting type and mode are restored to the folder
14696                 when it is reopen
14697         * src/textview.c
14698                 use procheader_parse_header(), procheader_headername_equal()
14699                 removed memory leak in text_scan_header when freeing headers
14700         * src/filter.c
14701                 changed the function to match names of headers
14702                 using procheader_headername_equal()
14703
14704         Scoring functions are implemented, an interface is needed
14705         to configure that.
14706
14707 2001-05-04 [alfons]
14708
14709         * src/gtkstext.c: 
14710                 hopefully fixed the row up navigation bug,
14711                 removed adding back / forward lines to cache
14712
14713 2001-05-04 [sergey]
14714
14715         * src/prefs_display_headers.c: user interface changes:
14716         (prefs_display_headers_create): remove unused "Show" check button;
14717         allow reordering of headers by dragging.
14718         (prefs_display_headers_write_config): remove unused variables.
14719         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14720         of lists (not needed with the new UI).
14721         (prefs_display_headers_set_list): scan lists starting from row 0,
14722         not 1 (do not skip "(New)").
14723         (prefs_display_headers_find_header): new function.
14724         (prefs_display_headers_clist_set_row): do not allow duplicates.
14725         (prefs_display_headers_delete_cb): do not skip row 0; treat
14726         closing the alert window by ESC as "No".
14727         (prefs_display_headers_up): do not protect row 0.
14728         (prefs_display_headers_down): do not protect row 0.
14729
14730 2001-05-04 [sergey]
14731
14732         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14733         functions.
14734
14735         * src/summaryview.c
14736         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14737         summary_select_next_marked, summary_select_prev_marked): new
14738         functions.
14739
14740 2001-05-03 [sergey]
14741
14742         * src/news.c: fixed a bug when no article can be fetched after
14743         server timeout if the connection was restored by news_post():
14744         (news_select_group): new function.
14745         (news_fetch_msg): call news_select_group() before fetching
14746         article.
14747         (news_get_uncached_articles): set session->group after successful
14748         GROUP command.
14749
14750 2001-05-03 [hoa]
14751
14752         * src/defs.h
14753         * src/procmsg.[ch]
14754         * src/procheader.c
14755                  changed version of cache, added cc field
14756
14757         * src/prefs_display_headers.c
14758                 the interface was changed
14759
14760         * src/prefs_headers.c
14761                 added cancel button
14762
14763 2001-05-03 [alfons]
14764
14765         * completed sync of sylpheed cvs2
14766         * src/gtkstext.c: updated row up / down cursor navigation
14767         * src/textview.c: re-edited, prepared for fixing the email address
14768                 scanner.
14769
14770 2001-05-03 [darko]
14771
14772         * src/prefs_common.c: use alfons' strftime ui code
14773         entry_datefmt and datefmt_sample widgets have to be
14774         global in this module because of this change
14775
14776 2001-05-03 [hoa]
14777
14778         * src/messageview.c
14779         * src/prefs_common.[ch] added option to activate the return receipt
14780                 feature.
14781
14782 2001-05-02 [alfons]
14783
14784         * src/gtkstext.c: fix for row up/down cursor navigation. 
14785
14786         0.4.66claws2
14787         
14788         * sync with 0.4.66cvs2
14789
14790 2001-05-02 [paul]
14791
14792         added add-sender-to-addressbook patch
14793
14794         * src/addressbook.c
14795         * src/addressbook.h
14796         * src/summaryview.c
14797
14798 2001-05-02 [sergey]
14799
14800         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14801         G_ALERTDISABLE.
14802
14803         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14804         all existing callers changed to pass FALSE; create a check button
14805         to disable the message.
14806         (alertpanel_message_with_disable): new function.
14807         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14808         (alertpanel_button_toggled): new function.
14809         (alertpanel_button_clicked, alertpanel_close): set value using
14810         G_ALERT_VALUE_MASK.
14811
14812         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14813
14814         * src/prefs_common.c (prefs_privacy_create): new check button
14815         checkbtn_gpgme_warning.
14816
14817         * src/main.c (main): moved preferences reading before gpgme
14818         initialization; check prefs_common.gpgme_warning before giving the
14819         GnuPG warning and set it to FALSE if the user wants to disable the
14820         warning.
14821
14822 2001-05-02 [hiroyuki]
14823
14824         * src/prefs_display_headers.c: modified the layout and some labels.
14825
14826 2001-05-02 [sergey]
14827
14828         * src/prefs_account.c (prefs_account_fix_size): new function.
14829         (prefs_account_create): call prefs_account_fix_size(); use
14830         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14831         size when the window is shown for the first time).
14832         (prefs_account_basic_create): changed layout of serv_table; moved
14833         localmbox_entry above smtpserv_entry (logically it replaces
14834         POP3/IMAP server).
14835         (prefs_account_protocol_activated): set sensitivity of
14836         nntpauth_chkbtn according to the protocol (in addition to
14837         hide/show); commented out gtk_table_set_row_spacing() calls.
14838         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14839         not sensitive (fixes a bug with disabled username/password boxes
14840         when editing POP3 account after NNTP with authentication).
14841
14842 2001-05-02 [hoa]
14843
14844         * src/account.c
14845         * src/inc.c
14846         * src/prefs_account.[ch]
14847         * src/send.c
14848                 removed local account without SMTP server
14849                 added option to use mail command instead of a connexion
14850                 to SMTP server when a local account is used
14851         * src/prefs_headers.c
14852                 fixed a bug
14853         * src/news.c
14854                 fixed a bug when connexion immediately closed
14855
14856 2001-05-01 [alfons]
14857
14858         0.4.66claws1
14859         
14860         * sync with 0.4.65
14861
14862 2001-05-01 [sergey]
14863
14864         * src/prefs_account.c (Basic, prefs_account_basic_create): new
14865         widget nntpauth_chkbtn.
14866         (prefs_account_protocol_activated): handle nntpauth_chkbtn
14867         visibility.
14868         (prefs_account_nntpauth_toggled): new function.
14869
14870         * src/news.c (news_session_new_for_folder): use NNTP
14871         authentication only if ac->use_nntp_auth is set.
14872
14873 2001-05-01 [hoa]
14874
14875         * src/Makefile.am changed headers.[ch] in customheader.[ch]
14876         * src/prefs_display_headers.c changed the UI
14877         * src/prefs_headers.c changed account_name to account_id
14878         * src/compose.c using customheader.h
14879
14880 2001-05-01 [hiroyuki]
14881
14882         * src/esmtp.c
14883           src/news.c
14884           src/nntp.c: changed sock_read() to sock_gets(), they've been left
14885           unsynched.
14886
14887 2001-05-01 [hoa]
14888
14889         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
14890         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
14891                 for displaying of headers
14892         * src/grouplist_dialog.[ch] minor changes to remove warnings
14893         * src/prefs_display_headers.[ch] dialog to choose the
14894         headers to display in the mail viewer.
14895         * src/headers.h correction of #define
14896         * src/headers_display.[ch] configuration for displaying of headers.
14897         * src/main.c read config of displaying of headers
14898         * src/prefs_common.c add a button to access the config dialog
14899                 for displaying of headers
14900         * src/prefs_display_headers.[ch] dialog for configuration for
14901                 displaying of the headers.
14902         * src/prefs_headers.c cleaning of code
14903         * src/procheader.c comments added to code
14904         * src/textview.c changes to reorder the headers depending
14905                 on the config for displaying of headers
14906
14907 2001-04-30 [alfons]
14908
14909         0.4.65claws7
14910
14911         * sync with 0.4.65cvs12
14912
14913         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
14914
14915 2001-04-30 [sergey]
14916
14917         * src/nntp.h (NNTPSockInfo): new field auth_failed.
14918
14919         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
14920         is set to force reconnection after authentication failure.
14921         (nntp_gen_command): set sock->auth_failed on authentication
14922         failure, or if sock->userid and sock->passwd are not set.
14923
14924         * src/news.c (news_session_new_for_folder): set userid=NULL if
14925         password dialog is cancelled.
14926
14927 2001-04-30 [sergey]
14928
14929         * src/nntp.h (NNTPSockInfo): new type.
14930
14931         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
14932         SockInfo.
14933         (nntp_open_auth, nntp_close): new functions.
14934         (nntp_gen_command): new function to handle authentication; all
14935         NNTP command functions updated to use it.
14936         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
14937         (nntp_list): removed old useless code.
14938
14939         * src/news.h (NNTPSession): new field nntp_sock.
14940
14941         * src/news.c: all functions updated to use NNTPSockInfo instead of
14942         SockInfo.
14943         (news_session_new): new arguments (userid, passwd); made static;
14944         use nntp_open_auth() if needed.
14945         (news_session_destroy): use nntp_close() instead of sock_close().
14946         (news_query_password): changed arguments.
14947         (news_session_new_for_folder): new function.
14948         (news_session_get): use news_session_new_for_folder().
14949         (news_authenticate): deleted.
14950         (news_get_uncached_articles): removed old authentication code.
14951
14952 2001-04-30 [sergey]
14953
14954         * src/news.c: reverted my previous changes (need to do NNTP
14955         authentication in a cleaner way).
14956         
14957 2001-04-29 [sergey]
14958
14959         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
14960         news_nntp_post, news_nntp_mode): new functions (wrappers with
14961         authentication support).
14962         (news_get_article_cmd, news_get_article, news_get_header): new
14963         argument "folder"; all callers changed.
14964         (news_get_article_cmd): added authentication support.
14965         (news_session_get): use news_nntp_mode() instead of nntp_mode().
14966         (news_post): use news_nntp_post() instead of nntp_post().
14967         (news_get_uncached_articles): use news_nntp_group() instead of
14968         nntp_group() and news_nntp_xover() instead of nntp_xover();
14969         removed old authentication code.
14970         (news_get_group_list): use news_nntp_list() instead of nntp_list().
14971
14972         * src/nntp.c (nntp_list): return real error code instead of
14973         hardcoded NN_ERROR.
14974
14975 2001-04-29 [sergey]
14976
14977         * configure.in: fixed wint_t typedef detection again
14978
14979 2001-04-28 [hoa]
14980
14981         * src/prefs_account.[ch], added A_LOCAL_CMD
14982                 (send mail with mail command)
14983         * src/send.c added function send_message_with_command()
14984         * src/inc.c made a more secure get_spool() function with
14985                 mktemp() but maybe mkstemp() or something more
14986                 secure can be used.
14987
14988 2001-04-28 [alfons]
14989
14990         * src/textview.c, colorization of email addresses in headers
14991
14992         0.4.65claws6
14993
14994         * bug sync with sylpheed
14995         * prefs_common.c: created date format ui for darko
14996         * sync with 0.4.65cvs11
14997         * configure.in: corrected to have the new gpg checks
14998
14999 2001-04-27 [alfons]
15000
15001         * completed sync with 0.4.65cvs10
15002         * minor debug things added to gtkstext.c
15003
15004 2001-04-27 [darko]
15005
15006         * configure.in: remove check for availability of
15007           strftime() as advised by Hiroyuki
15008         * src/prefs_common.[ch], src/procheader.c:
15009           synch strftime() code with Hiroyki's main branch
15010
15011 2001-04-26 [sergey]
15012
15013         * src/news.c: news_query_password(), news_authenticate(): new
15014           functions.
15015           news_get_uncached_articles(): added NNTP authentication
15016           handling.
15017         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15018           new functions.
15019         * src/prefs_account.c: prefs_account_protocol_activated():
15020           enable userid and password fields for NNTP.
15021
15022 2001-04-26
15023
15024         * configure.in: check for availability of strftime()
15025           [darko]
15026         * src/prefs_common.[ch], src/procheader.c: use
15027           strftime() for displaying date in summary pane if it
15028           is available
15029
15030 2001-04-25
15031
15032         * more .cvsignore cleanups [alfons]
15033
15034 2001-04-25
15035
15036         * ac/sv-check-type.m4: new autoconf macro.
15037         * configure.in: fixed wint_t typedef detection (did not work
15038           with gcc-2.96).
15039
15040 2001-04-25
15041
15042         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15043           [hiroyuki]
15044
15045 2001-04-24
15046         * modified gtkstext.c : buggy cursor navigation fixed, 
15047           and font descent also taken in account when drawing
15048           cursor. [alfons]
15049
15050 2001-04-24 [hoa]
15051         * added comments in src/news.c src/nntp.c
15052         * added src/prefs_headers.[ch]
15053         * added src/headers.[ch]
15054         * modified compose.c to activate custom headers
15055                 added function is_in_custom_headers
15056         * modified prefs_account.[ch]
15057                 added function prefs_account_customhdr_edit
15058         * modified src/defs.h :
15059                 added HEADERS_RC : name of the config file
15060                 for the custom headers
15061
15062 2001-04-24
15063
15064     0.4.65claws5
15065
15066         * configure.in
15067           src/gtkstext.[ch]
15068           src/compose.c
15069           src/Makefile.am
15070           
15071           added gtkstext with configure.in patch by Hiroyuki which
15072           should fix the XIM detection [alfons]
15073
15074         * more clean up of cvs [alfons]
15075
15076                  * removed all Makefile.in files to attic.
15077
15078                  * updated all .cvsignores to really ignore things that could
15079                    be unintentionally committed by a recursive commit.
15080
15081 2001-04-23 [hoa]
15082         * added src/grouplist_dialog.[ch]
15083         * changed src/folderview.c to call grouplist_dialog instead
15084                 of inputdialog
15085         * src/news.c :
15086                 added functions news_reset_group_list
15087                 and news_get_group_list
15088         * src/nntp.c :
15089                 added function nntp_list
15090         * src/defs.h :
15091                 added GROUPLIST_FILE : name of the newsgroup list cache file
15092
15093 2001-04-21
15094
15095         * added option to warn about queued messages on exit [sergey]:
15096
15097           * src/compose.c: compose_queue(): call folder_item_scan()
15098             and folderview_update_item() after queueing.
15099           * src/folderview.c: folderview_update_node(): draw the queue
15100             folder in bold font if there are queued messages.
15101           * src/mainwindow.c: queued_messages(): new function.
15102             app_exit_cb(): display warning if there are queued messages
15103             if warn_queued_on_exit is set.
15104           * prefs_common.[ch]: add warn_queued_on_exit option.
15105
15106         * enhanced GnuPG key selection support [sergey]:
15107
15108           * src/select-keys.c: updated to newer version from Win32
15109             branch with support for selecting arbitrary keys.
15110           * src/prefs_account.c: added the Privacy tab to the account
15111             options window.
15112             prefs_account_privacy_create(),
15113             prefs_account_sign_key_set_data_from_radiobtn(),
15114             prefs_account_sign_key_set_radiobtn(): new functions.
15115           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15116           * src/rfc2015.c: set_signers(): new function.
15117             pgp_sign(): add the account parameter, call set_signers().
15118             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15119           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15120           * src/compose.c: pass the current account to rfc2015_sign().
15121
15122         * tag name claws added to prevent confusion with main branch [alfons]
15123
15124         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15125
15126         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15127
15128         * sync with recent sylpheed cvs. Untested though. [alfons]
15129