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