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