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