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