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