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