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