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