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