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