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