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