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