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