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