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