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