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