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