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