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