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