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