corrected implementation of mh_folder_destroy()
[claws.git] / ChangeLog.claws
1 2003-04-06 [thorsten]   0.8.11claws73
2
3         * src/mh.c
4                 corrected implementation of mh_folder_destroy()
5
6 2003-04-05 [christoph]  0.8.11claws72
7
8         * src/account.c
9         * src/folder.[ch]
10         * src/folderview.c
11         * src/imap.c
12         * src/inc.c
13         * src/main.c
14         * src/mainwindow.c
15         * src/mbox_folder.c
16         * src/mh.c
17         * src/mimeview.h
18         * src/msgcache.[ch]
19         * src/news.c
20         * src/procmime.h
21         * src/procmsg.[ch]
22         * src/setup.c
23         * src/gtk/gtkutils.c
24                 o rename structure field names class and new to klass and
25                   new_msgs, to allow including files in C++
26                 o add 'extern "C"' block to some header files
27                 o add MsgInfoList and MsgNumberList as alias for GSList for
28                   developers to know what type of list is expected
29
30         * src/plugins/image_viewer/plugin.c
31         * src/plugins/image_viewer/viewer.[ch]
32         * src/plugins/image_viewer/viewerprefs.[ch]
33                 rename function names to prevent conflicts
34
35 2003-04-05 [paul]       0.8.11claws71
36
37         * sync with 0.8.11cvs18
38                 see ChangeLog 2003-04-03 and 2003-04-04
39
40 2003-04-02 [christoph]  0.8.11claws70
41
42         * src/folder.[ch]
43         * src/imap.[ch]
44         * src/mbox_folder.[ch]
45         * src/mh.[ch]
46         * src/news.[ch]
47                 o Make all virtual folder functions private
48                 o remove unused folder code
49
50         * src/common/socket.[ch]
51         * src/summaryview.c
52                 fix warnings
53
54 2003-03-30 [alfons]     0.8.11claws69
55
56         * src/send_message.c
57                 remove two debug traces and see if people still report
58                 errors
59
60 2003-03-30 [alfons]     0.8.11claws68
61
62         * src/send_message.c
63         * src/commons/session.c
64                 add more debug traces
65
66 2003-03-30 [christoph]  0.8.11claws67
67
68         * src/folder.c
69                 change processing folder name from .processing to processing
70
71         * src/common/ssl.c
72                 disable SSL certificate check because it causes Xlib error
73                 when the child process want's to open an GTK window
74
75 2003-03-30 [christoph]  0.8.11claws66
76
77         * src/folder.c
78                 don't use default folder for processing folder item because
79                 it can be a non local folder
80
81         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
82
83 2003-03-30 [alfons]     0.8.11claws65
84
85         * src/send_message.c
86                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
87                 to generate bad code for 'send_send_data_progressive': When
88                 called from 'send_send_data_finished', the 'data' pointer is
89                 cleared just before the assignment to the dialog pointer
90
91 2003-03-29 [christoph]  0.8.11claws64
92
93         * src/common/prefs.h
94         * src/plugins/image_viewer/Makefile.am
95         * src/plugins/image_viewer/plugin.c
96         * src/plugins/image_viewer/viewer.[ch]
97         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
98                 add PrefsPage for ImageViewer
99
100 2003-03-28 [thorsten]   0.8.11claws63
101
102         * src/common/session.c
103                 added some comments
104
105 2003-03-28 [paul]       0.8.11claws62
106
107         * sync with 0.8.11cvs16
108                 see ChangeLog 2003-03-28
109
110 2003-03-28 [paul]       0.8.11claws61
111
112         * sync with 0.8.11cvs15
113                 see ChangeLog 2003-03-28
114
115 2003-03-27 [christoph]  0.8.11claws60
116
117         * src/folder.c
118         * src/imap.c
119         * src/common/socket.[ch]
120                 set socket state to DISCONNECTED when any operation
121                 fails to allow reconnecting in IMAP code without
122                 checking the return code of all calls to the command
123                 functions
124
125         * src/folderview.c
126         * src/summaryview.c
127                 remove some more stuff that depends on specific
128                 folder types
129
130 2003-03-27 [paul]       0.8.11claws59
131
132         * sync with 0.8.11cvs14
133                 see ChangeLog 2003-03-27
134                 
135         * src/selective_download.[ch]   ** REMOVED **
136                 really removed
137
138 2003-03-27 [christoph]  0.8.11claws58
139
140         * src/folder.c
141                 fix handling of tmp_flags in flag copy function
142
143 2003-03-27 [paul]       0.8.11claws57
144
145         * sync with 0.8.11cvs13
146                 see ChangeLog 2003-03-27
147
148 2003-03-27 [oliver]     0.8.11claws56
149
150         * src/maiwindow.c
151                 remove sel_download_cb
152
153 2003-03-27 [oliver]     0.8.11claws55
154         
155         * src/inc.c
156                 remove POP3_TOP
157         
158 2003-03-26 [oliver]     0.8.11claws54
159
160         *src/pop.h
161                 remove POP3_TOP*
162         * README.claws
163                 remove selective donwload readme
164
165 2003-03-26 [oliver]     0.8.11claws53
166         * src/matcher.[ch]
167         * src/matcher_parser_parse.y 
168         * src/pop.c 
169         * src/prefs_account.[ch]
170         * src/prefs_filtering.c
171                 remove selective donwload
172
173 2003-03-26 [oliver]     0.8.11claws52
174
175         * src/inc.[ch] 
176         * src/filtering.c 
177         * src/mainwindow.c 
178                 remove selective donwload
179
180 2003-03-26 [oliver]     0.8.11claws51
181         
182         * src/Makefile.am
183         * src/selective_download.[ch]   ** REMOVE **    
184
185 2003-03-26 [christoph]  0.8.11claws50
186
187         * src/news.c
188                 fix NEWS that got broken by a sync with sylpheed-main
189
190 2003-03-26 [christoph]  0.8.11claws49
191
192         * src/mimeview.c
193                 fix mime type guessing when no mime type is found for a file
194
195 2003-03-25 [christoph]  0.8.11claws48
196
197         * src/mimeview.c
198         * src/procmime.c
199                 remove mime type guessing from mime parser and use
200                 name based mime types in viewer lookup for mime type
201                 application/octet-stream
202
203 2003-03-25 [christoph]  0.8.11claws47
204
205         * doc-src/readme.txt
206         * doc-src/rfc2554.txt
207                 add RFC about SMTP AUTH
208
209         * src/send_message.c
210         * src/common/smtp.[ch]
211                 add extra error code for authentication errors and
212                 clear temporary password when this error occurs
213
214         (closes Bug 84 authentication failure while sending should
215          prompt for password again)
216
217 2003-03-25 [christoph]  0.8.11claws46
218
219         * configure.ac
220         * src/Makefile.am
221         * src/imageview.[ch]                            ** REMOVE **
222         * src/messageview.[ch]
223         * src/mimeview.[ch]
224         * src/prefs_common.[ch]
225         * src/textview.c
226         * src/plugins/Makefile.am
227         * src/plugins/image_viewer/.cvsignore           ** NEW **
228         * src/plugins/image_viewer/Makefile.am          ** NEW **
229         * src/plugins/image_viewer/plugin.c             ** NEW **
230         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
231                 move image viewer into a plugin (building is enabled by default)
232                 [ToDo: Prefs for resize and autoview]
233
234 2003-03-25 [paul]       0.8.11claws45
235
236         * sync with 0.8.11cvs12
237                 see ChangeLog 2003-03-26
238
239 2003-03-25 [paul]       0.8.11claws44
240
241         * sync with 0.8.11cvs11
242                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
243                 
244         Note: Selective Download is broken.
245                 
246 2003-03-22 [christoph]  0.8.11claws43
247
248         * src/folder.c
249                 code cleanup for flags copying
250
251 2003-03-22 [christoph]  0.8.11claws42
252
253         * src/plugins/trayicon/trayicon.c
254                 fix setting the transparent area when the window size
255                 is forced by the system tray
256
257 2003-03-22 [christoph]  0.8.11claws41
258
259         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
260         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
261         * src/plugins/trayicon/newmail.xpm              ** NEW **
262         * src/plugins/trayicon/nomail.xpm               ** NEW **
263         * src/plugins/trayicon/trayicon.c
264         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
265                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
266                 o add icon for unread mails
267                 o set transparency for window
268
269 2003-03-22 [christoph]  0.8.11claws40
270
271         * src/news.c
272                 init news session to prevent crash when session is closed
273
274 2003-03-22 [christoph]  0.8.11claws39
275
276         * src/imap.c
277         * src/common/session.[ch]
278                 Init session data to make sure we don't have invalid pointers
279                 for read_ch and write_ch when new multi process sessions are
280                 not used
281
282         * src/main.c
283         * src/common/plugin.c
284         * src/common/sylpheed.c
285         * src/plugins/demo/demo.c
286         * src/plugins/dillo_viewer/dillo_viewer.c
287         * src/plugins/mathml_viewer/mathml_viewer.c
288         * src/plugins/spamassassin/spamassassin.c
289         * src/plugins/spamassassin/spamassassin_gtk.c
290                 add plugin types to allow loading plugins at different times
291                 (and maybe for different frontends), because it's not good to
292                 load GTK-Plugins gefore gtk_init was called
293
294         * configure.ac
295         * src/plugins/Makefile.am
296         * src/plugins/trayicon/.cvsignore               ** NEW **
297         * src/plugins/trayicon/Makefile.am              ** NEW **
298         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
299         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
300         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
301         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
302         * src/plugins/trayicon/trayicon.c               ** NEW **
303                 New Trayicon plugin that shows an icon in a systray that uses
304                 XEMBED protocol like Gnome's systray. Icon shows if there
305                 are new mails and a tooltip shows information about new,
306                 unread and total messages.
307
308 2003-03-22 [paul]       0.8.11claws38
309
310         * src/common/smtp.c
311                 fix ESMTP AUTH CRAM-MD5
312                 [sync with main (still version 0.8.11cvs6), see
313                  ChangeLog 2003-03-22]
314
315 2003-03-21 [colin]      0.8.11claws37
316
317         * src/send_message.c
318                 Fix USE_SSL => USE_OPENSSL
319
320 2003-03-21 [colin]      0.8.11claws36
321
322         * src/folderview.c
323                 Fix counts in drag and dropped subfolders
324
325 2003-03-21 [colin]      0.8.11claws35
326
327         * src/folder.c 
328         * src/folderview.c
329                 speed up a bit folder dnd
330
331 2003-03-20 [alfons]     0.8.11claws34
332
333         * src/main.c
334         * src/toolbar.c
335         * src/procmsg.c
336                 don't send locked queue messages
337                 (feature request "[ 705245 ] Locking message in outbox 
338                  should prevent sending")
339
340 2003-03-20 [christoph]  0.8.11claws33
341
342         * src/folder.c
343                 remove NEW and UNREAD flag in special folders when scanning
344                 
345         * src/common/smtp.c
346                 fix ESMTP AUTH CRAM-MD5
347
348 2003-03-20 [paul]       0.8.11claws32
349
350         * src/prefs_account.c
351                 Re-write 'Tunnel command to open connection' as
352                 'Use command to communicate with server', and disable
353                 it for all except IMAP accounts
354
355 2003-03-20 [paul]       0.8.11claws31
356
357         * sync with 0.8.11cvs6
358                 see ChangeLog 2003-03-20
359
360 2003-03-19 [match]      0.8.11claws30
361
362         * src/addritem.[ch]
363                 include documentation. minor refactoring.
364         * src/addr_compl.[ch]
365         * src/addrindex.[ch]
366         * src/addresbook.[ch]
367         * src/summaryview.c
368                 re-enable address lookup (was disabled in
369                 0.8.11claws20).
370
371 2003-03-19 [christoph]  0.8.11claws29
372
373         * src/procmsg.c
374                 add temp flag handling, will make moving and copying
375                 messages possible again
376
377         * src/folder.c
378                 correct calulation of folder stats
379
380 2003-03-18 [match]      0.8.11claws28
381
382         * src/editgroup.h
383                 remove case sensitive comparison (closes bug 80).
384
385 2003-03-18 [christoph]  0.8.11claws27
386
387         * src/imap.c
388                 fix imap using a tunnel command
389
390         (closes bug 87)
391
392 2003-03-18 [christoph]  0.8.11claws26
393
394         * src/folder.[ch]
395         * src/imap.c
396         * src/procmsg.[ch]
397                 rewrite flag handling for folders
398
399 2003-03-18 [christoph]  0.8.11claws25
400
401         * src/folder.c
402         * src/procmsg.c
403         * src/summaryview.c
404                 unset NEW and UNREAD flags when message is ignored, to make
405                 sure messages don't show up as unread on other IMAP clients,
406                 because the IGNORE_THREAD flag can not be syncronized through
407                 the IMAP folder
408
409 2003-03-17 [christoph]  0.8.11claws24
410
411         * src/imap.c
412                 don't use recursion to fetch uids when the number of messages
413                 does not match. Moved code into subfunction that is used
414                 again when needed, to prevent an endless loop.
415
416 2003-03-17 [thorsten]   0.8.11claws23
417
418         * src/imageview.[ch]
419                 export imageview_get_resized_size() (for plugins)
420         * src/prefs_common.[ch]
421                 added prefs_common_get() (for plugins)
422
423 2003-03-17 [christoph]  0.8.11claws22
424
425         * src/imap.c
426                 o remove UID guessing from copy code
427                 o support UIDPLUS extension for APPEND command
428
429 2003-03-17 [paul]       0.8.11claws21
430
431         * src/gtk/about.c
432                 remove 'Compiled-plugins' section.
433                 
434         * src/plugins/dillo_viewer/dillo_viewer.c
435                 slight change to description text
436
437 2003-03-16 [match]      0.8.11claws20
438         * src/ldapserver.[ch]           ** NEW **
439         * src/ldapctrl.[ch]             ** NEW **
440         * src/ldapquery.[ch]            ** NEW **
441         * src/ldaputil.[ch]             ** NEW **
442         * src/addrcindex.[ch]           ** NEW **
443         * src/addrquery.h               ** NEW **
444         * src/addritem.[ch]
445         * src/addrcache.[ch]
446         * src/addrindex.[ch]
447         * src/addr_compl.[ch]
448         * src/addressbook.[ch]
449         * src/addrbook.[ch]
450         * src/editgroup.c
451         * src/editaddress.c
452         * src/editldap.c
453         * src/editldap_basedn.c
454         * src/vcard.c
455         * src/jpilot.c
456         * src/Makefile.am
457                 included dynamic LDAP queries. improved address
458                 completion.
459
460 2003-03-16 [paul]       0.8.11claws19
461
462         * tools/multiwebsearch.pl
463                 fix a fatal typo
464
465 2003-03-16 [christoph]  0.8.11claws18
466
467         * src/mimeview.c
468         * src/plugins/dillo_viewer/dillo_viewer.c
469         * src/plugins/mathml_viewer/mathml_viewer.c
470                 make unregistering of MimeViewerFactorys possible
471
472 2003-03-16 [alfons]     0.8.11claws17
473
474         * configure.ac
475                 correct typo
476
477 2003-03-16 [melvin]     0.8.11claws16
478
479         * src/plugins/dillo_viewer.c
480                 Fixed bug where it was not possible to view more than
481                 one text/html attachment per message (bug discovered
482                 by Christoph Hohmann).
483
484 2003-03-15 [melvin]     0.8.11claws15
485
486         * src/prefs_actions.c
487                 Fixed compilation warnings.
488
489 2003-03-15 [melvin]     0.8.11claws14
490
491         * src/plugins/Makefile.am
492         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
493         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
494         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
495                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
496                 newer (http://dillo.auriga.wearlab.de/).
497
498 2003-03-15 [christoph]  0.8.11claws13
499
500         * src/imap.c
501                 don't query imap folder for attributes because we already
502                 for them from imap_status
503
504         * src/mimeview.[ch]
505                 add support for plugable MimeViewers (unloading Viewers
506                 not yet complete)
507
508         * src/plugins/Makefile.am
509         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
510         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
511         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
512                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
513                 widget from http://helm.cs.unibo.it/mml-widget/
514
515 2003-03-14 [christoph]  0.8.11claws12
516
517         * src/folder.[ch]
518                 o error return code's should better be negative
519                 o replace printf with debug_print
520
521         * src/imap.c
522                 improve IMAP folder scan by checking UID-NEXT
523
524         * src/summaryview.c
525                 remove check that are unnecessary in my opinion
526
527 2003-03-13 [christoph]  0.8.11claws11
528
529         * src/folder.[ch]
530         * src/foldersel.c
531         * src/folderview.c
532         * src/imap.c
533         * src/mbox_folder.c
534         * src/mh.c
535         * src/news.c
536         * src/prefs_scoring.c
537         * src/summaryview.c
538                 use a common function to get a displayable name
539                 for a FolderItem
540
541 2003-03-13 [paul]       0.8.11claws10
542
543         * tools/Makefile.am
544           tools/README
545           tools/multiwebsearch.conf     ** NEW FILE **
546           tools/multiwebsearch.pl       ** NEW FILE **
547                 add multiwebsearch Actions script
548
549 2003-03-13 [colin]      0.8.11claws9
550
551         * src/compose.c
552                 Remove leading emtpy lines from quoted text
553                 before quoting it
554
555 2003-03-13 [melvin]     0.8.11claws8
556
557         * src/prefs_actions.c
558                 Fixed a memory leak
559                 Code clean ups
560                 Added Cancel and OK buttons
561                 Corrected help text
562
563 2003-03-13 [christoph]  0.8.11claws7
564
565         * src/account.c
566         * src/folder.[ch]
567         * src/imap.c
568         * src/mainwindow.c
569         * src/mbox_folder.c
570         * src/mh.c
571         * src/news.c
572         * src/setup.c
573                 replace more folder type stuff with folder class stuff
574
575 2003-03-13 [melvin]     0.8.11claws6
576
577         * src/prefs_actions.c
578                 Added new tokens:
579                 %u: user provided argument
580                 %h: user provided argument (hidden on input)
581                 %s: current text selection in the message view 
582
583 2003-03-13 [paul]       0.8.11claws5
584
585         * sync with 0.8.11cvs5
586                 see ChangeLog 2003-03-11, 2003-03-12
587
588 2003-03-12 [christoph]  0.8.11claws4
589
590         * src/folder.c
591                 use folder class idstr when writing folderlist.xml
592
593         * src/folder.h
594         * src/imap.c
595         * src/news.c
596                 replace folder type checks with folder class checks
597
598 2003-03-12 [christoph]  0.8.11claws3
599
600         * src/folder.[ch]
601         * src/imap.[ch]
602         * src/main.c
603         * src/mbox_folder.[ch]
604         * src/mh.[ch]
605         * src/news.[ch]
606                 o create a list of known folder classes in the folder system
607                 o use folder class id strings for folder item identifiers
608
609 2003-03-12 [christoph]  0.8.11claws2
610
611         * src/imap.c
612                 fix imap uid validity check
613
614 2003-03-12 [christoph]  0.8.11claws1
615
616         * src/account.c
617         * src/folder.[ch]
618         * src/foldersel.c
619         * src/folderview.c
620         * src/imap.c
621         * src/mainwindow.c
622         * src/mbox_folder.c
623         * src/mh.c
624         * src/news.c
625         * src/prefs_scoring.c
626         * src/procmsg.c
627         * src/setup.c
628         * src/summaryview.c
629                 initial restructuring of folder system, seperating
630                 folders and folder classes
631
632 2003-03-12 [paul]       0.8.11claws
633
634         0.8.11claws release
635
636 2003-03-12 [christoph]
637
638         * src/gtk/prefswindow.c
639                 fix translation of "Page Index"
640
641 2003-03-12 [paul]       0.8.10claws110
642
643         a sync from 0.8.11cvs4 before the release
644
645         * src/common/utils.c
646                 subject_compare_for_sort(): allow null strings (fixes
647                 summary sorting).
648
649 2003-03-11 [paul]       0.8.10claws109
650
651         * po/es.po
652                 update Spanish translation, submitted by
653                 Ricardo Mones Lastra
654
655 2003-03-11 [melvin]     0.8.10claws108
656
657         * po/fr.po
658                 Updated French translations
659
660 2003-03-11 [paul]       0.8.10claws107
661
662         * manual/en/Makefile.am
663           manual/en/*.html
664                 update English manual, add a new page
665                 updated by Francois Barriere <fbarriere@atmel.fr>
666                 
667         * po/bg.po
668           po/it.po
669           po/sr.po
670                 update Bulgarian, Italian, and Serbian translations
671                 submitted by George Danchev, Alessandro Maestri, and
672                 Urke MMI
673
674 2003-03-10 [paul]       0.8.10claws106
675
676         * src/gtk/about.c
677           src/gtk/prefswindow.c
678                 make some strings translatable
679
680 2003-03-10 [darko]      0.8.10claws105
681
682         * src/compose.c
683                 code cleanup to make Hiro happy
684
685 2003-03-10 [paul]       0.8.10claws104
686
687         * sync with 0.8.11cvs2
688                 see ChangeLog 2003-03-10
689
690 2003-03-09 [melvin]     0.8.10claws103
691
692         * src/textview.c
693                 textview_set_font(): fix for message display in
694                 UTF-8 locales (thanks to Sergey Vlasov).
695                 (was unintentionnaly reverted in 0.8.6claws6)   
696
697 2003-03-08 [darko]      0.8.10claws102
698
699         * src/compose.c
700                 fix infinite loop in wrapping as reported
701                 by happycactus
702                 obsoletes patch #696482
703
704 2003-03-08 [christoph]  0.8.10claws101
705
706         * src/imap.c
707                 add workaround for IMAP servers that do not
708                 support the "UID SEARCH UID" command
709
710 2003-03-07 [christoph]  0.8.10claws100
711
712         * src/plugins/spamassassin/spamassassin.[ch]
713         * src/plugins/spamassassin/spamassassin_gtk.c
714                 code cleanup
715
716 2003-03-07 [paul]       0.8.10claws99
717
718         * po/es.po
719                 updated Spanish translation, submitted by
720                 Ricardo Mones Lastra
721
722 2003-03-07 [christoph]  0.8.10claws98
723
724         * src/send.c
725                 fix in 0.8.10claws94 was wrong
726                 local delivery does not require escaping, remove escaping
727                 code to make signatures of mails with "." lines valid
728                 
729                 NOTE: requires that sendmail is executed with "-i" option,
730                       what is the default now, but has to be changed in all
731                       exsiting accounts)
732
733 2003-03-07 [paul]       0.8.10claws97
734
735         * sync with 0.8.11 release
736                 see ChangeLog 2003-03-07
737
738 2003-03-06 [paul]       0.8.10claws96
739
740         * src/compose.c
741                 revert commit 0.8.10claws92
742
743 2003-03-06 [paul]       0.8.10claws95
744
745         * src/folderview.c
746                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
747
748         * src/gtkaspell.c
749                 fix bug 74, 'Crash opening editor window with pseudo-color
750                 display'
751                 
752         Patches submitted by Kevin Vigor <kevin@vigor.nu>
753
754 2003-03-06 [christoph]  0.8.10claws94
755
756         * src/send.c
757                 fix rfc2821 (4.5.2) violation in SMTP data sending,
758                 all lines starting with a period get an extra period
759                 inserted
760                 (found by Simon 'corecode' Schubert)
761
762 2003-03-06 [paul]       0.8.10claws93
763
764         * src/folderview.c
765                 if configured font can't be loaded fall back to gtk
766                 default. (with thanks to Christoph)
767                 
768                 closes long-standing bug 15 'Crashes on startup'
769
770 2003-03-06 [paul]       0.8.10claws92
771
772         * src/compose.c
773                 freeze text before autosave and thaw afterwards
774                 fixes bug 67 'autosave make re-rediting message crazy'
775
776 2003-03-06 [christoph]  0.8.10claws91
777
778         * src/compose.c
779                 ignore address comment in dupe check for Cc-list
780
781         (closes reopened bug 47 Replying to message strips name part of
782          e-mail addresses of Cc: lines)
783
784 2003-03-06 [paul]       0.8.10claws90
785
786         * src/Makefile.am
787                 remove reference to gtkxtext.h as its no longer in
788                 the repository
789
790 2003-03-06 [paul]       0.8.10claws89
791
792         * sync with 0.8.10cvs25
793                 see ChangeLog 2003-03-06
794
795 2003-03-06 [oliver]     0.8.10claws88
796         
797         * src/messageview.c
798                 remove include
799
800 2003-03-06 [oliver]     0.8.10claws87
801         
802         * src/folderview.c 
803                 remove changes introduced inclaws74
804         * src/messageview.c
805                 another attempt to sanely delete and update
806                 messages deleted in separate messageview
807
808 2003-03-05 [christoph]  0.8.10claws86
809
810         * src/summaryview.c
811                 check if "From" matches any account's address if
812                 addressbook completion of addresses is disabled too
813
814         (closes Bug 70 "Display recipient in from" doesn't check
815          folder's default account)
816
817 2003-03-05 [christoph]  0.8.10claws85
818
819         * src/compose.c
820         * src/common/utils.[ch]
821                 don't strip address comments when building Cc lists
822
823         (closes Bug 47 Replying to message strips name part of e-mail addresses
824          of Cc: lines)
825
826         * src/folder.c
827                 fix return value of copy function
828
829 2003-03-05 [christoph]  0.8.10claws84
830
831         * src/imap.c
832                 don't ask imap server for non rfc822 headers
833
834         (closes bug 71 IMAP FETCH asks for FROM header field twice)
835
836         * src/imap.c
837                 destroy session on socket error to allow reconnecting
838
839 2003-03-05 [christoph]  0.8.10claws83
840
841         * configure.ac
842                 fix building with gnome when no prefix is set
843
844         (closes bug 66 Gnome directory is set to NONE)
845
846 2003-03-05 [paul]       0.8.10claws82
847
848         * sync with 0.8.10cvs23
849                 see ChangeLog 2003-03-05
850
851 2003-03-04 [christoph]  0.8.10claws81
852
853         * src/folder.c
854                 o fix moving and copying when folder returns 0 for new
855                   message number
856                 o remove some code for single message copy and move
857                   operations and use functions for multiple messages
858
859         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
860
861         * src/news.c
862                 remove unused include
863
864 2003-03-04 [paul]       0.8.10claws80
865
866         * src/gtk/about.c
867                 list 'Compiled plugins'
868
869 2003-03-03 [christoph]  0.8.10claws79
870
871         * src/news.[ch]
872                 have to multiply the percentage of the current fetch with
873                 the percentage that it has of the total fetch operation
874                 for correct values
875
876 2003-03-03 [christoph]  0.8.10claws78
877
878         * src/news.c
879                 fix calculation of expected lines for progress indicator
880
881 2003-03-03 [christoph]  0.8.10claws77
882
883         * src/summaryview.c
884         * src/common/utils.c
885                 fix segfault when opening the root news folder
886
887 2003-03-03 [christoph]  0.8.10claws76
888
889         * src/mainwindow.[ch]
890         * src/common/Makefile.am
891         * src/common/progressindicator.[ch]
892                 add UI independent progress indicator handling
893
894         * src/news.[ch]
895                 use new progress indicator for message info fetching
896
897         * src/common/hooks.h
898                 code cleanup
899
900 2003-03-03 [oliver]     0.8.10claws75
901
902         * src/toolbar.c
903         * src/compose.c
904                 removed commented code
905
906 2003-03-03 [oliver]     0.8.10claws74
907
908         * src/toolbar.[ch]
909                 cleanups and refactoring
910         * src/compose.[ch]
911                 compose_reply_mode reply & forwarding interface for
912                 toolbar buttons
913         * src/folderview.c
914                 act on messages marked for deletion in folderview_selected
915                 based on prefs_common.immediate_exec since a message might 
916                 have been deleted by messageview in a folder we are changing 
917                 to (does anybody understand what I'm on about ?)
918
919 2003-03-03 [oliver]     0.8.10claws73
920         
921         * src/messageview.[ch]
922                 new functions
923                 - messageview_delete: delete message shown in messagview
924                 - messageview_update_view: update messageview to currently 
925                   selected summaryview message
926                 - add separate messageview to msgview_list in order to update 
927                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
928         * src/summaryview.[ch]
929                 summary_get_selection returns a list of selected msgs
930                 in summaryview
931         * src/mainwindow.c
932                 toolbar reply refactoring
933
934 2003-03-03 [paul]       0.8.10claws72
935
936         * sync with 0.8.10cvs21
937                 see ChangeLog 2003-03-03
938
939 2003-03-02 [christoph]  0.8.10claws71
940
941         * src/common/passcrypt.c
942                 use POSIX includes
943
944 2003-03-02 [christoph]  0.8.10claws70
945
946         * configure.ac
947         * src/prefs_account.c
948         * src/prefs_gtk.[ch]
949         * src/common/.cvsignore
950         * src/common/Makefile.am
951         * src/common/passcrypt.c                ** NEW **
952         * src/common/passcrypt.h.in             ** NEW **
953                 Implement password encryption in config files
954                 using unix encrypt and setkey functions. The crypt
955                 key can be set as a configure parameter. Old
956                 passwords will be converted if they do not begin
957                 with '!'
958
959 2003-03-02 [paul]       0.8.10claws69
960
961         * src/prefs_account.c
962                 fix compile error
963
964 2003-03-01 [thorsten]   0.8.10claws68
965
966         * po/el.po
967           po/hr.po
968           po/it.po
969           po/nl.po
970           po/sr.po
971           po/sv.po
972                 corrected format strings
973         * po/en_GB.po
974                 corrected headers
975                 (fix compile errors with GNU gettext-0.11.5)
976
977 2003-03-01 [oliver]     0.8.10claws67
978
979         * src/summaryview.c
980                 menu callbacks call toolbar_menu_reply
981
982 2003-03-01 [oliver]     0.8.10claws66
983
984         * src/mainwindow.c
985         * src/messageview.c
986                 menu callbacks call toolbar_menu_reply
987         * src/toolbar.[ch]
988                 callbacks from menu handled by toolbar_menu_reply
989
990 2003-03-01 [paul]       0.8.10claws65
991
992         * src/addressbook.c
993                 revert commit 0.8.10claws54 - breaks editing of
994                 addressbook.
995                 
996         * po/bg.po
997                 update Bulgarian translation, submitted by
998                 George Danchev
999
1000 2003-02-28 [christoph]  0.8.10claws64
1001
1002         * src/account.c
1003         * src/addressadd.c
1004         * src/compose.c
1005         * src/gtkaspell.c
1006         * src/gtkxtext.h                ** REMOVE **
1007         * src/imap.c
1008         * src/matcher.[ch]
1009         * src/mh.c
1010         * src/news.c
1011         * src/pine.c
1012         * src/prefs_common.c
1013         * src/prefs_matcher.c
1014         * src/procheader.[ch]
1015         * src/procmsg.[ch]
1016         * src/toolbar.c
1017         * src/common/ssl_certificate.c
1018         * src/gtk/colorlabel.c
1019         * src/gtk/menu.c
1020                 o fix warnings
1021                 o remove code obsoleted by new cache and folder system rework
1022
1023 2003-02-28 [oliver]     0.8.10claws63
1024         
1025         * src/toolbar.[ch]
1026                 * fix bug where reply in Messageview replied to 
1027                 Message displayed in summaryview
1028                 (reportedd via ML by chinatinte at gmx dot ch)
1029                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1030                 didn't work in separate MessageView Toolbar
1031                 (wondering if anybody uses this at all ?)
1032         * src/summaryview.[ch]
1033                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1034                 (generalize reply and forward code);
1035         * src/messageview.c 
1036                 remove focus_in event which updated summaryview to messageview
1037
1038 2003-02-28 [paul]       0.8.10claws62
1039
1040         * po/Makefile.in.in
1041                 add the --check option
1042                 Patch submitted by Ricardo Mones Lastra
1043
1044 2003-02-28 [paul]       0.8.10claws61
1045
1046         * src/prefs_account.c
1047                 re-order 'Signature' items
1048
1049 2003-02-28 [paul]       0.8.10claws60
1050
1051         * sync with 0.8.10cvs20
1052                 see ChangeLog 2003-02-28
1053
1054 2003-02-28 [paul]       0.8.10claws59
1055
1056         * po/POTFILES.in
1057                 update to reflect recent movement of files
1058
1059 2003-02-28 [paul]       0.8.10claws58
1060
1061         * sync with 0.8.10cvs19
1062                 see ChangeLog 2003-02-28
1063
1064 2003-02-27 [martin]     0.8.10claws57
1065
1066         * src/prefs_matcher.c 
1067                 fix segfault in prefs_matcher_ok() when the
1068                 last entry is deleted and prevents that the
1069                 message "entry not saved" comes up after deleting
1070                 an entry
1071
1072 2003-02-27 [martin]     0.8.10claws56
1073
1074         * src/prefs_filtering.c 
1075                 fix segfault in prefs_filtering_ok() when the
1076                 last entry is deleted and prevents that the
1077                 message "entry not saved" comes up after deleting
1078                 an entry
1079
1080 2003-02-27 [paul]       0.8.10claws55
1081
1082         * sync with 0.8.10cvs18
1083                 see ChangeLog 2003-02-27
1084
1085 2003-02-27 [paul]       0.8.10claws54
1086
1087         * src/addressbook.c
1088                 fix bug where the address book crashes with 
1089                 multiple lookups.
1090                 Patch [687729] submitted by David Frager 
1091                 <dbfrager@users.sourceforge.net>
1092
1093 2003-02-25 [christoph]  0.8.10claws53
1094
1095         * src/Makefile.am
1096         * src/colorlabel.[ch]           ** REMOVE **
1097         * src/gtk/Makefile.am
1098         * src/gtk/colorlabel.[ch]       ** NEW **
1099                 move colorlabel files to gtk directory
1100
1101         * src/esmtp.[ch]                ** REMOVE **
1102                 has been merged into smtp.[ch] in 0.7.5
1103
1104 2003-02-25 [christoph]  0.8.10claws52
1105
1106         * src/Makefile.am
1107         * src/about.[ch]                ** REMOVE **
1108         * src/gtk/Makefile.am
1109         * src/gtk/about.[ch]            ** NEW **
1110                 move about files to gtk directory
1111
1112 2003-02-25 [christoph]  0.8.10claws51
1113
1114         * src/folder.c
1115                 some code optimization of folder scanning code
1116
1117         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1118
1119 2003-02-25 [christoph]  0.8.10claws50
1120
1121         * src/main.c
1122         * src/common/sylpheed.c
1123                 add command line parameter parsing to common code
1124
1125 2003-02-24 [christoph]
1126
1127         * Makefile.am
1128         * configure.ac
1129                 fix gnome prefix problems, the configure script now removed
1130                 `gnome-config --prefix` from `gnome-config --datadir`
1131                 and adds $(prefix} instead
1132
1133         (closes Bug 24 Makefile does not respect prefix when installing
1134          GNOME data)
1135
1136 2003-02-24 [christoph]  0.8.10claws49
1137
1138         * src/news.c
1139                 check for valid session before trying to authenticate
1140
1141         (closes Bug 60 crash if "authenticate on logon" is activated
1142          and newsserver-hostname is not valid)
1143
1144 2003-02-24 [melvin]     0.8.10claws48
1145
1146         * src/prefs_actions.c
1147                 Make sure all user's input is sent to the action and then
1148                 close the socket..
1149
1150 2003-02-23 [alfons]     0.8.10claws46
1151
1152         * src/summaryview.c
1153                 also wait cursor when deleting files
1154
1155 2003-02-23 [paul]
1156
1157         * tools/freshmeat_search.pl
1158           tools/google_search.pl
1159                 scripts should now work for any browser/browser command line
1160
1161 2003-02-22 [christoph]  0.8.10claws45
1162
1163         * src/procmsg.c
1164                 fix IMAP flag setting, IMAP flag is not handled correctly
1165                 anymore by the folder system and information about the
1166                 folder should not be saved in the MsgInfo (in my opinion)
1167
1168         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1169
1170 2003-02-22 [christoph]  0.8.10claws44
1171
1172         * src/summaryview.c
1173                 fix spelling of "label" ;-)
1174
1175 2003-02-22 [thorsten]   0.8.10claws43
1176
1177         * src/mimeview.c
1178           src/prefs_common.[ch]
1179           src/procmime.[ch]
1180                 do not use description as attachment name
1181
1182 2003-02-22 [alfons]     0.8.10claws42
1183
1184         * src/summaryview.c
1185                 freeze/thaw folder item updates when changing color labels,
1186                 and put a wait cursors on
1187
1188 2003-02-22 [thorsten]   0.8.10claws41
1189
1190         * src/mimeview.c
1191                 save-all fixes: crash if invoked on multipart container,
1192                 mimeinfo access, pathseparators, error dialog
1193
1194 2003-02-21 [alfons]     0.8.10claws40
1195
1196         * src/prefs_gtk.c
1197                 remove unused var
1198
1199 2003-02-21 [colin]      0.8.10claws39
1200
1201         * src/send.c
1202                 Fix smtp logging
1203
1204 2003-02-21 [colin]      0.8.10claws38
1205
1206         * src/summaryview.c
1207                 Freeze/thaw folderItem updates when filtering messages 
1208                 via Tools/Filter messages
1209
1210 2003-02-21 [paul]       0.8.10claws37
1211
1212         * src/compose.c
1213                 revert commit 0.8.10claws26, there are ulterior motives
1214                 for users to set a Reply-To header when posting to
1215                 newsgroups
1216
1217 2003-02-21 [paul]       0.8.10claws36
1218
1219         * sync with 0.8.10cvs17
1220                 see ChangeLog 2003-02-21
1221
1222 2003-02-20 [christoph]  0.8.10claws35
1223
1224         * src/imap.c
1225                 IMAP UID fetch speedup using SEARCH
1226
1227         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1228
1229         * src/imap.c
1230                 fix problem with UIDs in IMAP UID cache that no longer existed
1231
1232 2003-02-20 [christoph]  0.8.10claws34
1233
1234         * src/imap.c
1235         * src/procheader.c
1236         * src/procheader.h
1237                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1238
1239         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1240
1241         * src/imap.c
1242                 Rewrite imap_cmd_gen_recv use sock_getline instead
1243                 of sock_gets to avoid problems with too long reply
1244                 lines
1245     
1246 2003-02-20 [colin]      0.8.10claws33
1247         
1248         * src/prefs_account.c
1249                 Better wording
1250
1251 2003-02-20 [colin]      0.8.10claws32
1252
1253         * src/compose.c
1254                 Remove useless '&& !to_sender' 
1255
1256 2003-02-20 [darko]
1257
1258         * AUTHORS
1259                 change my e-mail address
1260
1261 2003-02-19 [colin]      0.8.10claws31
1262
1263         * src/prefs_common.c
1264                 X11 style colors for every configurable color
1265
1266 2003-02-19 [alfons]     0.8.10claws30
1267
1268         * src/prefs_gtk.[ch]
1269         * src/prefs_common.c
1270                 for color_new accept both plain integers and X11 style color
1271                 names (as found in /usr/lib/X11/rgb.txt)
1272
1273 2003-02-19 [paul]       0.8.10claws29
1274
1275         * src/mainwindow.c
1276                 add tooltips to online/offline button and account selector
1277                 button
1278
1279 2003-02-19 [paul]       0.8.10claws28
1280
1281         * src/folder.c
1282           src/news.c
1283           src/prefs_account.[ch]
1284           src/prefs_common.[ch]
1285                 move 'Maximum number of articles to download' to
1286                 account prefs.
1287                 clean up account prefs gui a little by hiding entries
1288                 rather then greying out entries
1289
1290 2003-02-19 [hiro]       0.8.10claws27
1291
1292         * src/common/utils.c
1293                 fix bug #54 'yesterdays date is displayed in the message 
1294                 summary window'
1295
1296 2003-02-19 [paul]       0.8.10claws26
1297
1298         * src/compose.c
1299                 fix bug reported in Feature Request [688596] 
1300                 'Reply-to header in news'
1301
1302 2003-02-18 [paul]       0.8.10claws25
1303
1304         * src/select-keys.c
1305                 add a 'List all keys' button to key selection dialog
1306
1307 2003-02-18 [colin]      0.8.10claws24
1308         
1309         * src/stock_pixmap.c
1310                 fix compile error
1311
1312 2003-02-18 [colin]      0.8.10claws23
1313
1314         * src/common/smtp.[ch]
1315           src/prefs_account.c
1316                 Try to starttls if it seems to be the only
1317                 way to authenticate a user
1318
1319 2003-02-18 [paul]       0.8.10claws22
1320
1321         * src/Makefile.am
1322           src/folderview.c
1323           src/stock_pixmap.[ch]
1324           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1325           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1326                 as a Drafts folder is a special folder allow it to have
1327                 its own unique icons
1328
1329 2003-02-18 [colin]      0.8.10claws21
1330
1331         * src/imap.c
1332                 Fix port selection when using starttls
1333
1334 2003-02-18 [paul]       0.8.10claws20
1335
1336         * src/mainwindow.c
1337           src/prefs_common.[ch]
1338                 make blue the default new mail colour
1339
1340 2003-02-18 [paul]       0.8.10claws19
1341
1342         * sync with 0.8.10cvs14
1343                 see ChangeLog 2003-02-18
1344
1345 2003-02-17 [jens]       0.8.10claws18
1346
1347         * src/common/md5.c
1348                 fixed a compile problem with gcc 3.3
1349                 works on 2.95.3 too (testet on PPC as it is big endian)
1350
1351 2003-02-17 [paul]       0.8.10claws17
1352
1353         * sync with 0.8.10cvs13
1354                 see ChangeLog 2003-02-17
1355
1356 2003-02-17 [paul]       0.8.10claws16
1357
1358         * sync with 0.8.10cvs12
1359                 see ChangeLog 2003-02-17
1360
1361 2003-02-16 [match]      0.8.10claws15
1362
1363         * src/addressbook.c
1364                 Eliminates reloading of address data when items
1365                 deleted or added. Applied submitted by
1366                 Luke Plant <lukeplant@softhome.net>
1367
1368 2003-02-16 [paul]       0.8.10claws14
1369
1370         * src/news.c
1371                 when a 'protocol error' is encountered disconnect from
1372                 the server. This means that the user can carry on viewing
1373                 other articles and doesn't have to either wait until the
1374                 server timesout or quit sylpheed.
1375                 Fixes bug #53 'Unable to read messages in newsgroups, 
1376                 displayed message doesn't change'
1377
1378 2003-02-15 [christoph]  0.8.10claws13
1379
1380         * src/imap.c
1381                 fix bug that stopped scanning of folders when an
1382                 IMAP folder was empty
1383
1384         (closes bug 46 stop scan messages in folders after empty folder)
1385
1386 2003-02-15 [paul]
1387
1388         * tools/Makefile.am
1389           tools/README
1390           tools/freshmeat_search.pl     ** NEW FILE **
1391           tools/google_search.pl        ** NEW FILE **
1392                 Add 2 Actions scripts which search freshmeat/google
1393                 for the selected text using the browser configured
1394                 in sylpheedrc.
1395                 
1396         Note: These scripts are very dependent on the format of the
1397         browser command and may not work on every occasion. Testing
1398         is welcome. 
1399
1400 2003-02-14 [alfons]     0.8.10claws12
1401
1402         * src/compose.c
1403                 fix breakage because of uninitialized account pointer.
1404                 please verify.
1405
1406 2003-02-14 [paul]       0.8.10claws11
1407
1408         * src/compose.c
1409           src/prefs_account.[ch]
1410           src/prefs_common.[ch]
1411                 move signature settings to Account Prefs
1412
1413 2003-02-14 [paul]       0.8.10claws10
1414
1415         * sync with 0.8.10cvs11
1416                 see ChangeLog 2003-02-14
1417
1418 2003-02-13 [thorsten]   0.8.10claws9
1419
1420         * src/news.c
1421                 revert news progressbar (GUI separation)
1422
1423 2003-02-13 [paul]       0.8.10claws8
1424
1425         * src/compose.c
1426                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1427                 paragraph 1
1428
1429 2003-02-13 [paul]       0.8.10claws7
1430
1431         * src/compose.[ch]
1432           src/summaryview.c
1433                 fix 'Follow-up and Reply-to' so that it creates a reply to
1434                 the newsgroup and the sender. If the message has the keyword
1435                 'poster' in the Followup-To header, all replies go to the
1436                 sender, re: RFC 1036, Section 2.2.3
1437                 rename all instances of 'ignore_replyto' to 'to_sender', both
1438                 were previously used, now we use just one.
1439
1440 2003-02-13 [paul]       0.8.10claws6
1441
1442         * sync with 0.8.10cvs9
1443                 see ChangeLog 2003-02-13
1444
1445 2003-02-13 [paul]       0.8.10claws5
1446
1447         * configure.ac
1448                 show which plugins are configured in the configure
1449                 output.
1450
1451 2003-02-12 [thorsten]   0.8.10claws4
1452
1453         * src/news.c
1454                 show progress while fetching news headers
1455
1456 2003-02-12 [christoph]  0.8.10claws3
1457
1458         * configure.ac
1459         * src/plugins/Makefile.am
1460                 use AM_CONDITIONAL to enable plugins, automake correctly
1461                 manages this when creating distdir
1462
1463 2003-02-12 [christoph]  0.8.10claws2
1464
1465         * ac/spamassassin.m4
1466         * src/plugins/spamassassin/Makefile.am
1467                 fix building SpamAssassin plugin without OpenSSL
1468
1469 2003-02-12 [paul]       0.8.10claws1
1470
1471         * ac/Makefile.am
1472           src/Makefile.am
1473           src/plugins/Makefile.am
1474                 fix failure of 'make release'
1475
1476 2003-02-12 [paul]       0.8.10claws
1477
1478         * 0.8.10claws released
1479
1480 2003-02-12 [paul]       0.8.9claws56
1481
1482         * po/bg.po
1483           po/es.po
1484           po/it.po
1485           po/ru.po
1486           po/sr.po
1487                 updated translations by George Danchev, Ricardo Mones Lastra,
1488                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1489                 
1490         * sylpheed.spec.in
1491                 Allow the building of RPMs by a regular user. Submitted
1492                 by Sergei Astanin
1493
1494 2003-02-11 [alfons]     0.8.9claws55
1495
1496         * src/colorlabel.c
1497                 don't use pixmaps for label color rect but draw rectangles
1498                 so we can respect the color map of palette based visuals
1499                 (fixes the long time crashes on Suns - thanks to Andreas
1500                 Engel and Steve O'Hara-Smith for testing)
1501
1502 2003-02-11 [christoph]  0.8.9claws54
1503
1504         * src/matcher_parser_parse.y
1505                 correct bug where filering rules of not existing folders in
1506                 matcherrc were added to global filtering
1507                 
1508         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1509          main filter-rules after removing directory, http://bugs.debian.org/180253)
1510         
1511 2003-02-11 [paul]       0.8.9claws53
1512
1513         * sync with 0.8.10cvs7
1514                 see ChangeLog 2003-02-09
1515
1516 2003-02-11 [melvin]     0.8.9claws52
1517
1518         * po/fr.po
1519                 Updated French tranlsations
1520
1521 2003-02-10 [paul]       0.8.9claws51
1522
1523         * sylpheed.spec.in
1524                 correct --enable-openssl
1525                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1526
1527 2003-02-09 [martin]     0.8.9claws50
1528
1529         * src/prefs_matcher.c
1530                 fix segfault in prefs_matcher_substitute_cb() when
1531                 no row is selected
1532
1533 2003-02-09 [paul]       0.8.9claws49
1534
1535         * src/folderview.c
1536                 fix bug where a newsgroup folder's processing rules were
1537                 merged with the global filtering rules when the newsgroup
1538                 folder was deleted, causing some seriously bad results,
1539                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1540
1541 2003-02-08 [melvin]     0.8.9claws48
1542
1543         * src/compose.c
1544                 Corrected and modified an alert message.
1545
1546 2003-02-07 [paul]       0.8.9claws47
1547
1548         * src/folderview.c
1549                 fix bug where both an 'Account properties' window and a
1550                 'Folder properties' window were opened when clicking on
1551                 'Properties' in an NNTP or IMAP folder's popup menu.
1552
1553 2003-02-07 [paul]       0.8.9claws46
1554
1555         * sync with 0.8.10cvs6
1556                 see ChangeLog 2003-02-06
1557
1558 2003-02-06 [christoph]  0.8.9claws45
1559
1560         * src/mbox.c
1561                 freeze folder updates while importing mbox files
1562                 (closes bug 43 importing mbox took hours)
1563                 
1564         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1565
1566 2003-02-06 [thorsten]   0.8.9claws44
1567
1568         * po/de.po
1569                 Updated german translations
1570
1571 2003-02-06 [thorsten]   0.8.9claws43
1572
1573         * src/news.h
1574                 use guint for message numbers (fix count in grouplist dialog)
1575
1576 2003-02-05 [paul]       0.8.9claws42
1577
1578         * sync with 0.8.10cvs2
1579                 see ChangeLog 2003-02-05
1580
1581 2003-02-04 [colin]      0.8.9claws41
1582
1583         * src/prefs_common.[ch]
1584           src/procmsg.c
1585           src/summaryview.c
1586                 Add an option to disable threading by subject
1587
1588 2003-02-04 [christoph]  0.8.9claws40
1589
1590         * src/inc.c
1591                 only abort fetching mails from multiple accounts when the
1592                 error is fatal and does not allow to check any more accounts
1593                 (currently only disk full error)
1594
1595         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1596          receive mails for other accouts)
1597
1598 2003-02-04 [christoph]  0.8.9claws39
1599
1600         * src/folder.c
1601                 first add the new message to the cache, then
1602                 send the update notification
1603
1604         (closes bug 39 after sending message folderview doesnt get updated)
1605
1606 2003-02-04 [colin]      0.8.9claws38
1607
1608         * src/inc.c
1609                 _really_ fix this Connecting... status
1610
1611 2003-02-04 [paul]       0.8.9claws37
1612
1613         * sync with 0.8.10
1614                 see ChangeLog 2003-02-04
1615
1616 2003-02-04 [paul]       0.8.9claws36
1617
1618         * sync with 0.8.9cvs6
1619                 see ChangeLog 2003-02-03
1620
1621 2003-02-04 [paul]       0.8.9claws35
1622
1623         * po/pt_BR.po
1624                 updated by André Filipe de Assunção e Brito 
1625                 <bedecko@netsite.com.br>
1626
1627 2003-02-03 [thorsten]   0.8.9claws34
1628
1629         * po/de.po
1630                 Updated german translations
1631
1632 2003-02-02 [paul]       0.8.9claws33
1633
1634         * po/es.po
1635                 updated by Ricardo Mones Lastra
1636
1637 2003-02-02 [thorsten]   0.8.9claws32
1638
1639         * src/mh.c
1640                 Fix mh_get_msginfo() segfault if file is inaccessible
1641
1642 2003-01-31 [colin]      0.8.9claws31
1643
1644         * src/procheader.c
1645                 Fix last commit's bug
1646
1647 2003-01-31 [colin]      0.8.9claws30
1648
1649         * src/procheader.c
1650                 Missing a change for gpg-signed messages
1651
1652 2003-01-31 [paul]       0.8.9claws29
1653
1654         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1655           src/procheader.c
1656           src/stock_pixmap.[ch]
1657           src/summaryview.c
1658                 indicate GnuPG signed messages by displaying an icon
1659                 in the Attachment column.
1660
1661 2003-01-31 [paul]       0.8.9claws28
1662
1663         * sync with 0.8.9cvs4
1664                 see ChangeLog 2003-01-31
1665
1666 2003-01-31 [alfons]     0.8.9claws27
1667
1668         * src/textview.c
1669                 tune URI parser to accept mailto URLs with a '?'
1670                 (patch from Ruslan Balkin)
1671
1672 2003-01-31 [colin]      0.8.9claws26
1673
1674         * src/summaryview.c
1675                 Fix a leak introduced in claws24
1676
1677 2003-01-31 [colin]      0.8.9claws25
1678
1679         * src/summaryview.c
1680                 Freeze/Thaw folder updates when deleting dups
1681
1682 2003-01-31 [colin]      0.8.9claws24
1683         
1684         * src/addr_compl.c
1685           src/summaryview.c
1686           src/msgcache.c
1687                 little speed improvements
1688
1689 2003-01-31 [colin]      0.8.9claws23
1690
1691         * src/summaryview.c
1692                 Fix segfault when forwarding nothing
1693                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1694                 
1695 2003-01-30 [paul]       0.8.9claws22
1696
1697         * sync with 0.8.9cvs3
1698                 see ChangeLog 2003-01-30
1699
1700 2003-01-30 [paul]       0.8.9claws21
1701
1702         * sync with 0.8.9cvs2
1703                 see ChangeLog 2003-01-30
1704
1705 2003-01-29 [paul]       0.8.9claws20
1706
1707         * sync with 0.8.9cvs1
1708                 see ChangeLog 2003-01-29
1709
1710 2003-01-28 [paul]       0.8.9claws19
1711
1712         * po/POTFILES.in
1713                 update to reflect changes. 
1714                 thanks to Ricardo Mones Lastra
1715
1716 2003-01-27 [christoph]  0.8.9claws18
1717
1718         * ac/openssl.m4
1719         * ac/spamassassin.m4
1720         * src/plugins/spamassassin/README
1721         * src/plugins/spamassassin/libspamc.[ch]
1722         * src/plugins/spamassassin/utils.[ch]
1723                 updated to latest libspamc
1724
1725 2003-01-27 [christoph]  0.8.9claws17
1726
1727         * src/folder.c
1728                 fix wrong use of procheader_get_header_fields
1729
1730 2003-01-27 [christoph]  0.8.9claws16
1731
1732         * src/news.c
1733         * src/prefs_account.[ch]
1734         * src/common/nntp.[ch]
1735                 allow to force authentication for NNTP servers
1736
1737         Patch submitted by Florian Mickler <dmk@d-labs.de>
1738
1739 2003-01-26 [paul]       0.8.9claws15
1740
1741         * src/summaryview.c
1742                 speed up of marking messages as read
1743                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1744
1745 2003-01-26 [christoph]  0.8.9claws14
1746
1747         * src/Makefile.am
1748         * src/mgutils.[ch]              ** REMOVE **
1749         * src/xml.[ch]                  ** REMOVE **
1750         * src/xmlprops.[ch]             ** REMOVE **
1751         * src/common/Makefile.am
1752         * src/common/mgutils.[ch]       ** NEW **
1753         * src/common/xml.[ch]           ** NEW **
1754         * src/common/xmlprops.[ch]      ** NEW **
1755                 move xml files to common directory
1756
1757 2003-01-26 [christoph]  0.8.9claws13
1758
1759         * src/plugins/spamassassin/spamassassin_gtk.c
1760                 only set gtk entry text if string is available
1761
1762 2003-01-26 [melvin]     0.8.9claws12
1763
1764         * src/description_window.c
1765                 Allow resizing of the window
1766                 Allow automatic horizontal scroll bar
1767                 Do not vertically expand and fill
1768
1769 2003-01-26 [christoph]  0.8.9claws11
1770
1771         * src/Makefile.am
1772         * src/gtkutils.[ch]             ** REMOVE **
1773         * src/common/sylpheed.c
1774         * src/gtk/Makefile.am
1775         * src/gtk/description_window.c
1776         * src/gtk/gtkutils.[ch]         ** NEW **
1777         * src/gtk/prefswindow.c
1778                 move gtkutils to gtk directory
1779
1780 2003-01-26 [paul]       0.8.9claws10
1781
1782         * src/summaryview.c
1783                 rename summary_unread_clicked() to summary_status_clicked()
1784
1785 2003-01-26 [melvin]     0.8.9claws9
1786
1787         * src/prefs_actions.c
1788                 Cosmetical changes to the help text
1789
1790 2003-01-26 [paul]       0.8.9claws8
1791
1792         * src/folder.[ch]
1793           src/mainwindow.c
1794           src/prefs_common.c
1795           src/prefs_sumamry_column.c
1796           summaryview.[ch]
1797                 rename the 'Unread' column to 'Status'
1798
1799 2003-01-25 [match]      0.8.9claws7
1800
1801         * src/mgutils.[ch]
1802                 removed reference to LDAP constants. removed error2string.
1803                 included functions to support LDAP dynamic queries.
1804         * src/syldap.h
1805                 moved LDAP constants here.
1806         * src/addressbook.c
1807         * src/addrindex.c
1808         * src/importldif.c
1809                 removed references to LDAP constants and references to
1810                 error2string.
1811
1812 2003-01-25 [paul]       0.8.9claws6
1813
1814         * src/summaryview.c
1815                 summary_thread_build(), summary_thread_init(): remove 
1816                 unneeded reference to summaryview->folder_item
1817
1818 2003-01-25 [christoph]  0.8.9claws5
1819
1820         * src/gtk/description_window.c
1821                 o allow description texts to expand over multiple columns
1822                 o translate all columns
1823         * src/prefs_actions.c
1824                 change syntax description to use new multi column feature
1825
1826         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1827
1828 2003-01-25 [match]      0.8.9claws4
1829
1830         * src/vcard.c
1831                 fixed bug with Quoted-Printable
1832
1833 2003-01-25 [paul]       0.8.9claws3
1834
1835         * src/folder.[ch]
1836           src/summaryview.[ch]
1837                 implement per-folder collapsed/expanded threads setting
1838                 
1839         * src/prefs_common.c
1840                 remove global collapsed/expanded threads option
1841
1842 2003-01-25 [christoph]  0.8.9claws2
1843
1844         * po/POTFILES.in
1845                 add pluginwindow and prefswindow
1846         * src/compose.c
1847                 make send respond correctly to messages that could be added
1848                 to the queue folder, but the UID of the message is unknown
1849         * src/folder.c
1850         * src/imap.c
1851                 don't return guessed UIDs in imap_add_msg anymore. We return
1852                 0 to tell the folder system it was appened but the UID is
1853                 unknown. Folder system now get's the UID by scaning the folder
1854                 and searching the cache for the Message-ID
1855                 (closes bug #29 Messages queued, but not sent)
1856
1857 2003-01-25 [paul]       0.8.9claws1
1858
1859         * src/codeconv.c
1860                 conv_encode_header():  fix bug when long headers with 8-bit
1861                 characters are used, so that the encoded words are wrapped.
1862                 If the space in the original text falls on the wrap boundary,
1863                 it can be lost.
1864                 Patch by Sergey Vlasov.
1865                 
1866         * src/folderview.c
1867                  fix bug where a change to the sorting method or thread view
1868                  of a folder's messages is lost if simpify-subject is set and
1869                  toggled on or off.
1870                  Patch by Luke Plant.
1871
1872 2003-01-24 [paul]       0.8.9claws
1873
1874         * sylpheed-0.8.9claws released
1875         
1876         * Makefile.am
1877           sylpheed.spec.in
1878                 remove reference to 'INSTALL.jp'
1879
1880 2003-01-23 [paul]       0.8.8claws128
1881
1882         * po/es.po
1883           po/it.po
1884           po/ru.po
1885           po/sr.po
1886                 updated translations. submitted by Ricardo Mones Lastra,
1887                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1888
1889 2003-01-23 [colin]      0.8.8claws127
1890
1891         * src/compose.c
1892                 Fix drafted and queued news articles re-edition
1893
1894 2003-01-23 [melvin]     0.8.8claws126
1895
1896         * po/fr.po
1897                 Updated French translations
1898
1899 2003-01-23 [colin]      0.8.8claws125
1900
1901         * src/inc.c
1902                 Fix "Connecting to..." status message
1903
1904 2003-01-22 [paul]       0.8.8claws124
1905
1906         * po/bg.po
1907                 updated by George Danchev
1908                 
1909         * src/folder.c
1910                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1911                 and folder deletion
1912
1913 2003-01-21 [paul]       0.8.8claws123
1914
1915         * po/bg.po
1916                 updated by George Danchev
1917                 
1918         * src/about.c
1919                 its now 2003
1920                 
1921         * src/toolbar.c
1922                 don't translate 'Separator'
1923                 
1924         * src/plugins/spamassassin/Makefile.am
1925                 add aspell to CPPFLAGS
1926                 
1927         * src/plugins/spamassassin/spamassassin.c
1928           src/plugins/spamassassin/spamassassin_gtk.c
1929                 set correct default for spamassassin_receive_spam
1930                 slightly re-word descriptions and some
1931                 other minor changes
1932
1933 2003-01-19 [alfons]     0.8.8claws122
1934                 
1935         * src/mimeview.c
1936                 mimeview_save_as(): we might as well show the file name for
1937                 the single case "Save As" too
1938
1939 2003-01-19 [alfons]     0.8.8claws121
1940
1941         * src/crash.c
1942                 change bug tracker URL to bugzilla URL
1943
1944 2003-01-19 [alfons]     0.8.8claws120
1945
1946         * src/mimeview.c
1947                 mimeview_save_all(): display name of file before overwriting;
1948                 continue saving all, even when one overwrite was cancelled
1949
1950 2003-01-19 [christoph]  0.8.8claws119
1951
1952         * src/summaryview.c
1953         * src/procmsg.[ch]
1954                 fix wrong usage of procmsg_find_children in summaryview
1955                 by using procmsg_update_unread_children instead of
1956                 summaryview_update_unread_children
1957
1958 2003-01-19 [christoph]  0.8.8claws118
1959
1960         * src/procmsg.c
1961                 fix infinite loop in procmsg_find_children
1962                  (closes bug #25 sylpheed crashes on delete.)
1963
1964         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1965
1966 2003-01-19 [paul]       0.8.8claws117
1967
1968         * po/pt_BR.po
1969                 updated by Ivan Francolin Martinez
1970
1971 2003-01-18 [melvin]     0.8.8claws116
1972
1973         * src/prefs_actions.c
1974                 Removed syntax limitation of only one '&' at the end of command.
1975                         Now actions that contain '>/dev/null 2>&1' are possible.
1976
1977 2003-01-18 [melvin]     0.8.8claws115
1978
1979         * src/prefs_actions.c
1980                 Actions IO dialog: when the action ends
1981                 the "Close" button now has focus and [Escape] closes the
1982                 window.
1983
1984 2003-01-18 [christoph]  0.8.8claws114
1985
1986         * src/procmsg.c
1987                 o add debug output when MsgInfos are really freed
1988                 o free GSLists in procmsg_find_children and
1989                   procmsg_update_unread_children
1990
1991 2003-01-18 [christoph]  0.8.8claws113
1992
1993         * src/mainwindow.c
1994                 reorder Configuration menu
1995
1996 2003-01-18 [christoph]  0.8.8claws112
1997
1998         * src/compose.c
1999                 fix applying templates to forwarded messages
2000
2001         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2002
2003 2003-01-17 [christoph]  0.8.8claws111
2004
2005         * src/folder.c
2006                 destroy folder items, when a folder item is removed
2007
2008 2003-01-17 [christoph]  0.8.8claws110
2009
2010         * src/folder.c
2011                 fix wrong folder stats update when ignored message is
2012                 deleted
2013
2014 2003-01-17 [colin]      0.8.8claws109
2015         
2016         * src/mainwindow.c
2017         * src/summaryview.c
2018                 Quicksearch bugfixes: 
2019                 - hide help button at startup if not extended
2020                 - switch to extended when looking for replies
2021
2022 2003-01-17 [paul]
2023
2024         * sync with 0.8.9 release
2025
2026 2003-01-17 [paul]       0.8.8claws108
2027
2028         * sync with 0.8.8cvs11
2029                 see ChangeLog 2003-01-17
2030
2031 2003-01-16 [colin]      0.8.8claws107
2032
2033         * src/procmsg.c
2034                 Changed encryption test to re-ask passphrase
2035                 if an encrypted message hasn't been decrypted
2036                 Fixes bug #5
2037
2038 2003-01-16 [christoph]  0.8.8claws106
2039
2040         * src/prefs_gtk.c
2041         * src/prefs_toolbar.c
2042         * src/gtk/prefswindow.h
2043         * src/plugins/spamassassin/spamassassin_gtk.c
2044                 remove page destroy function that is not used anymore
2045
2046 2003-01-16 [paul]       0.8.8claws105
2047
2048         * sync with 0.8.8cvs9
2049                 see ChangeLog 2002-01-16
2050
2051 2003-01-16 [colin]      0.8.8claws104
2052
2053         * src/compose.[ch]
2054                 Fix bug with autosaved drafts for IMAP, when draft
2055                 folder is specified - fixes bugzilla bug #20
2056
2057 2003-01-15 [paul]       0.8.8claws103
2058
2059         * src/compose.[ch]
2060           src/procmsg.c
2061                 store folder and message-id of message forwarding
2062                 in queue header and set forward flag after sending
2063
2064 2003-01-15 [paul]       0.8.8claws102
2065
2066         * sync with 0.8.8cvs8
2067                 see ChangeLog 2002-01-15
2068
2069 2003-01-15 [colin]      0.8.8claws101
2070
2071         * src/Makefile.am
2072                 Fix linking with GNU libiconv
2073
2074 2003-01-15 [darko]      0.8.8claws100
2075
2076         * src/pine.c
2077                 fix crash when importing pine address book
2078                 entry with an empty name (reported by DY
2079                 <dybulk at tri8.net>)
2080
2081 2003-01-14 [paul]       0.8.8claws99
2082
2083         * configure.in  ** REMOVED **
2084           configure.ac  ** NEW FILE **
2085                 rename configure.in to configure.ac, as it is now
2086                 preferred
2087
2088 2003-01-14 [melvin]     0.8.8claws98
2089
2090         * src/folderview.c
2091                 folderview_check_new(): More precise function description
2092
2093 2003-01-14 [melvin]     0.8.8claws97
2094
2095         * src/folderview.c
2096                 folderview_check_new(): return the number of new messages 
2097                         since last check.
2098         * src/inc.c
2099                 inc_account_mail(): Disable counting of new messages for IMAP
2100                         and NNTP until bug [19] and [14] are fixed.
2101
2102 2003-01-14 [paul]       0.8.8claws96
2103
2104         * sync with 0.8.8cvs6
2105                 see ChangeLog 2003-01-14
2106
2107 2003-01-13 [alfons]     0.8.8claws95
2108
2109         * src/textview.c
2110                 tune email address validation (c. 0.8.8claws89): if . is 
2111                 just one char away from @, the address is invalid too 
2112                 (correctly rejects addresses like foo@.com)
2113
2114 2003-01-13 [paul]       0.8.8claws94
2115
2116         * src/messageview.c
2117           src/toolbar.c
2118                 fixes to the Message View toolbar and menu:
2119                 fix non-functioning Forward button
2120                 make Reply button consider default_reply_list
2121                 remove 'Follow-up...' menu entry
2122                 add 'Forward' and 'Redirect' menu entries
2123
2124 2003-01-13 [melvin]     0.8.8claws93
2125
2126         * src/inc.c
2127                 Fixed typo that could make new messages count incorrect.
2128
2129 2003-01-13 [melvin]     0.8.8claws92
2130
2131         * src/folderview.[ch]
2132                 folderview_check_new(): return the number of new messages.
2133         * src/inc.c
2134                 Should fix bug [14] where new mail notification worked 
2135                         incorrectly with IMAP accounts.
2136                 inc_spool_account(): return number of new msgs, or -1 on error
2137                 inc_all_spool(): return number of new msgs
2138                 
2139 2003-01-13 [melvin]     0.8.8claws91
2140
2141         * src/prefs_actions.c
2142                 Justify help text.
2143
2144 2003-01-12 [thorsten]   0.8.8claws90
2145
2146         * src/common/prefs.c
2147                 close file before rename
2148
2149 2003-01-12 [alfons]     0.8.8claws89
2150
2151         * AUTHORS
2152                 add Christian Mertes
2153         * src/common/utils.[ch]
2154                 g_stricase_hash(), g_stricase_equal(): functions for 
2155                 case insensitive hash tables
2156         * src/textview.c
2157                 use top level domain names to validate email address, based
2158                 on a patch by Christian Mertes (thanks!), but changed 
2159                 implementation to use a hash table 
2160
2161 2003-01-12 [paul]       0.8.8claws88
2162
2163         * po/bg.po
2164                 updated by George Danchev
2165
2166 2003-01-12 [alfons]     0.8.8claws87
2167
2168         * src/summaryview.c
2169                 delete / execute performance: use new style folder update
2170
2171 2003-01-12 [paul]       0.8.8claws86
2172
2173         * sync with 0.8.8cvs5
2174                 see ChangeLog 2003-01-13 (!)
2175
2176 2003-01-12 [alfons]     0.8.8claws85
2177
2178         * src/filtering.c
2179         * src/matcher_parser_parse.y
2180                 prepare change_score filtering action
2181         * src/matcher.[ch]
2182                 give up const-correctness on functions that call non-const-correct functions;
2183                 several casts to gpointer in g_free();
2184                 add change_score;
2185
2186 2003-01-12 [christoph]  0.8.8claws84
2187
2188         * src/compose.c
2189                 fix 2 warnings
2190
2191         * src/gtk/prefswindow.[ch]
2192         * src/plugins/spamassassin/spamassassin_gtk.c
2193                 changed the call of the widget create function
2194                 for PrefsPages, because sometimes the widget
2195                 create function needs a widget that already has
2196                 been attached to a window (to create GDK pixmaps
2197                 for exmaple). So we simply pass the GtkWindow as
2198                 the second parameter now.
2199
2200         * src/main.c
2201         * src/mainwindow.c
2202         * src/prefs_toolbar.[ch]
2203                 rewrite Toolbar Preferences using the new
2204                 prefs window
2205
2206 2003-01-11 [alfons]     0.8.8claws83
2207
2208         * src/addressadd.c
2209                 fix crash when adding sender to addressbook because status bar
2210                 isn't there (the status bar doesn't seem to be used though,
2211                 but I'll let Match decide what to do with it)
2212
2213 2003-01-11 [colin]      0.8.8claws82
2214
2215         * src/main.c
2216           src/toolbar.c
2217                 Two useless changes reversed
2218
2219 2003-01-11 [colin]      0.8.8claws81
2220
2221         * src/mainwindow.c
2222           src/mainwindow.h
2223                 Add mainwindow_get_mainwindow()
2224         * src/alertpanel.c
2225           src/alertpanel.h
2226                 Add alertpanel_error_log() 
2227         * src/compose.c
2228           src/inc.c
2229           src/messageview.c
2230           src/toolbar.c
2231           src/main.c
2232           src/procmsg.c
2233                 Network errors get a View Log button
2234
2235 2003-01-10 [alfons]     0.8.8claws80
2236
2237         * src/prefs_toolbar.c
2238         * src/toolbar.c
2239                 use the translatable string for "Separator" as file name for
2240                 separator toolbar items (probably make this uppercase?)
2241
2242 2003-01-10 [alfons]     0.8.8claws79
2243
2244         * src/prefs_toolbar.c
2245                 put right A_SEPARATOR description string in "displayed
2246                 toolbar items list" so manually added separators are
2247                 saved correctly (bug #10, "Adding a separator to the main 
2248                 toolbar fails, entry in xml file is wrong")
2249
2250 2003-01-10 [christoph]  0.8.8claws78
2251
2252         * src/imap.c
2253                 o fix warnings
2254                 o use CAPABILITY to check if NAMESPACE is available
2255
2256 2003-01-10 [christoph]  0.8.8claws77
2257
2258         * src/imap.[ch]
2259                 apply UIDPLUS IMAP extension support patch
2260
2261         Patch submitted by Simon 'corecode' Schubert
2262
2263 2003-01-10 [paul]       0.8.8claws76
2264
2265         * src/folderview.c
2266                 a sync from main which fixes the news account folders'
2267                 Properties bug
2268
2269 2003-01-10 [christoph]  0.8.8claws75
2270
2271         * src/folder.c
2272                 don't accept 0 as a valid uid returned by copy and move
2273                 functions. 0 means the message was copied or moved but the
2274                 new uid could not be fetched. It is not an error condition
2275                 for the copy or move operation.
2276
2277 2003-01-10 [paul]       0.8.8claws74
2278
2279         * src/prefs_filtering.c
2280                 change English used in Alert when entry is not
2281                 saved.
2282                 
2283         * sync with 0.8.8cvs4
2284                 see ChangeLog 2003-01-10
2285
2286 2003-01-10 [darko]      0.8.8claws73
2287
2288         * src/pine.c
2289                 fix crash when importing address book entry
2290                 without a valid address
2291
2292 2003-01-09 [alfons]     0.8.8claws72
2293
2294         * src/inc.c
2295                 filtering performance: use new style folder update
2296
2297 2003-01-09 [christoph]  0.8.8claws71
2298
2299         * src/compose.c
2300         * src/gtk/menu.[ch]
2301                 fix wrong selecting of mime encoding type, when
2302                 opening property dialog of attachments in the
2303                 compose window. 7bit was always selected and that
2304                 destoryed files with 8bit data.
2305                 (closes bug #9 Sylpheed-claws destroys attachments when
2306                  changing MIME-types)
2307
2308 2003-01-09 [paul]       0.8.8claws70
2309
2310         * sync with 0.8.8cvs3
2311                 see ChangeLog 2003-01-09
2312
2313 2003-01-08 [alfons]     0.8.8claws69
2314         
2315         * src/addressadd.c
2316                 apply patch by Kim Schulz to fix build breakage
2317                 because of missing variable
2318
2319 2003-01-08 [paul]       0.8.8claws68
2320
2321         * sync with 0.8.8cvs2
2322                 see ChangeLog 2002-01-08
2323
2324 2003-01-08 [paul]       0.8.8claws67
2325
2326         * po/it.po
2327                 updated by Alessandro Maestri
2328                 
2329         * src/addressadd.c
2330                 when using 'Add sender to addressbook' allow
2331                 name to be edited and remarks to be entered
2332                 Patch submitted by Luke Plant
2333
2334 2003-01-08 [darko]      0.8.8claws66
2335
2336         * README.claws, src/summaryview.c
2337                 fix description for marked messages
2338
2339 2003-01-08 [paul]
2340
2341         * tools/Makefile.am
2342           tools/launch_phoenix  ** NEW FILE **
2343                 add script that enables using Phoenix as the default
2344                 web browser. 
2345                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2346                 
2347         * tools/OOo2sylpheed.pl
2348                 remove full path to sylpheed executable, just 'sylpheed'
2349                 will do
2350                 
2351         * tools/README
2352                 add launch_phoenix informtion and re-arrange and compress
2353                 the data a little
2354
2355 2003-01-07 [christoph]  0.8.8claws65
2356
2357         * src/folder.c
2358                 fix update for source folder when moving messages
2359         * src/procmsg.[ch]
2360         * src/summaryview.c
2361                 use function to set to_folder for message infos and
2362                 automatically update the op_count for old and new
2363                 folder
2364
2365 2003-01-07 [melvin]     0.8.8claws64
2366
2367         * src/prefs_actions.c
2368                 Fixed bug where an '%p' Action on a displayed image crashed 
2369                         Sylpheed
2370                 Code clean up (get rid of duplicated code and removed unnecessary 
2371                                 structure member)
2372
2373 2003-01-07 [christoph]  0.8.8claws63
2374
2375         * src/compose.c
2376         * src/folder.[ch]
2377         * src/folderview.c
2378         * src/import.c
2379         * src/inc.c
2380         * src/main.c
2381         * src/mainwindow.c
2382         * src/messageview.c
2383         * src/prefs_folder_item.c
2384         * src/procmsg.c
2385         * src/summaryview.c
2386         * src/toolbar.c
2387                 o remove all folder update triggering from the UI code. The folder
2388                   system should know much better when a folder needs an update.
2389                 o to prevent multiple updates in a row the folder updates can be
2390                   frozen for some time.
2391
2392                 Note: - Please verify that no updates are missing
2393                       - Check where freeze/thaws should be added
2394
2395 2003-01-07 [christoph]  0.8.8claws62
2396
2397         * src/prefs_actions.c
2398                 don't translate empty strings
2399
2400         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2401
2402 2003-01-06 [christoph]  0.8.8claws61
2403
2404         * src/prefs_actions.c
2405                 mark strings for gettext
2406         * src/prefs_matcher.c
2407                 use new description window for Execute action and
2408                 match condition in Filtering
2409
2410         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2411
2412 2003-01-06 [alfons]     0.8.8claws60
2413
2414         keep myself inspired to re-organize matcher part 8; 
2415         yes, more to come (I need to move out the descriptive
2416         text for actions to matcher.c, or at least make it not
2417         depend on the wicked ordering)
2418
2419         * src/prefs_matcher.c
2420                 add documentation so others may comprehend the
2421                 UI part of the conditions
2422                 
2423 2003-01-06 [christoph]  0.8.8claws59
2424
2425         * src/prefs_actions.c
2426                 use new description window for syntax help
2427         * src/gtk/description_window.c
2428                 fix display of descriptions with column count != 2
2429
2430         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2431
2432 2003-01-06 [christoph]  0.8.8claws58
2433
2434         * src/quote_fmt.c
2435         * src/summaryview.[ch]
2436         * src/gtk/Makefile.am
2437         * src/gtk/description_window.[ch]       ** NEW **
2438                 use a generic window to display syntax descriptions
2439                 currently used in quote_fmt and summaryview (new description
2440                 for extended quick search)
2441
2442         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2443
2444 2003-01-06 [paul]       0.8.8claws57
2445
2446         * sync with 0.8.8cvs1
2447                 see ChangeLog 2003-01-06
2448
2449 2003-01-06 [christoph]  0.8.8claws56
2450
2451         * src/mainwindow.c
2452         * src/prefs_gtk.[ch]
2453         * src/gtk/prefswindow.[ch]
2454         * src/plugins/spamassassin/spamassassin_gtk.c
2455                 o remove page management from prefswindow, pages
2456                   will be an argument to prefswindow_open
2457                 o prefswindow_open gets a datapointer that is
2458                   passed to the widget_create function to allow
2459                   creation of prefswindow for specific items
2460
2461 2003-01-06 [colin]      0.8.8claws55
2462         
2463         * src/summaryview.c
2464                 We don't want regexp in the reply-finder, 
2465                 because MIDs can contain !,$,. and so on
2466
2467 2003-01-06 [jens]       0.8.8claws54
2468
2469         * src/jpilot.c
2470                 fixed a wrong free in jpilot_read_db_files
2471
2472 2003-01-06 [alfons]     0.8.8claws53
2473
2474         re-organize matcher part 8; more to come
2475        
2476         * src/matcher.c
2477                 matcherprop_to_string(): put g_free()s before the
2478                 switch-case break to fix memleaks                
2479
2480 2003-01-06 [colin]      0.8.8claws52
2481
2482         * src/summaryview.c
2483                 cleanup & reply-finder now displays the first 
2484                 matching message
2485
2486 2003-01-05 [alfons]     0.8.8claws51
2487
2488         re-organize matcher part 7; more to come
2489
2490         * src/matcher.[ch]
2491                 fixes for constant correctness;
2492                 more documentation;
2493
2494 2003-01-05 [alfons]     0.8.8claws50
2495
2496         re-organize matcher part 6; more to come
2497         
2498         * src/matcher.[ch]
2499                 fixes for constant correctness;
2500                 more documentation;
2501         * src/filtering.c
2502                 fix for constant correctness
2503
2504 2003-01-05 [colin]      0.8.8claws49
2505
2506         * src/account.[ch]
2507                 Add account_get_reply_account function
2508         * src/compose.c
2509                 Use account_get_reply_account function 
2510         * src/summaryview.c
2511                 Basic reply-finder - click on the replied
2512                 icon gets you to the outbox using quick-search
2513
2514 2003-01-05 [paul]       0.8.8claws48
2515
2516         * src/prefs_common.c
2517                 small change to English
2518                 
2519         * src/prefs_filtering.c
2520                 prefs_filtering_action_select(): improve logic and uniformity
2521                 of gui
2522
2523 2003-01-05 [alfons]     0.8.8claws47
2524
2525         fine tune solution to focus problems (bug #7)
2526
2527         * src/mainwindow.c
2528                 mainwindow_focus_in_event(): remove grab event check
2529         * src/summaryview.c
2530                 summary_button_pressed(): move selection on right-click
2531                 too. we can't possibly move the selection back after
2532                 canceling a dialog, because gtk's incomplete focus 
2533                 management. whether this is a good solution, only time
2534                 will tell.
2535
2536 2003-01-05 [christoph]  0.8.8claws46
2537
2538         * src/imap.c
2539                 fix crash when no imap connection could be established
2540
2541 2003-01-05 [paul]       0.8.8claws45
2542
2543         * src/mainwindow.c
2544           src/sumamryview.c
2545           src/gtk/menu.[ch]
2546                 fix bug 605957 'shortcuts in popup-menu'
2547                 make user-defined shortcuts work
2548                 show shortcuts that are already defined
2549                 in the main menu
2550                 Patch submitted by Luke Plant
2551
2552 2003-01-05 [alfons]     0.8.8claws44
2553
2554         * src/mainwindow.c
2555                 focus_in_event handler should not select summary view row 
2556                 when another window (menu, dialog) grabbed for events 
2557                 (bug #7, "[0.8.8claws42] Message summary focus") 
2558
2559 2003-01-04 [christoph]  0.8.8claws43
2560
2561         * src/procmsg.c
2562                 update save folder after adding the sent message
2563                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2564
2565 2003-01-02 [christoph]  0.8.8claws42
2566
2567         * src/common/plugin.c
2568                 fix unloading of all plugins and unload
2569                 plugins in reverse order
2570                 
2571         * src/gtk/pluginwindow.c
2572                 implement function of load and unload button
2573
2574         * src/gtk/prefswindow.c
2575         * src/gtk/prefswindow.h
2576                 rename register function and add new unregister
2577                 function
2578
2579         * src/plugins/spamassassin/spamassassin_gtk.c
2580                 unregister prefs page and update for changes in
2581                 src/gtk/prefswindow.c
2582
2583 2003-01-02 [paul]       0.8.8claws41
2584
2585         * po/es.po
2586                 updated by Ricardo Mones Lastra
2587
2588 2003-01-02 [paul]
2589
2590         * tools/tb2sylpheed
2591                 fixes and improvements by Urke MMI
2592
2593 2003-01-02 [thorsten]   0.8.8claws40
2594
2595         * src/procmsg.c
2596                 fixed wrong return value
2597
2598 2003-01-02 [thorsten]   0.8.8claws39
2599
2600         * src/prefs.c
2601                 fixed printing wrong variable
2602
2603 2003-01-02 [thorsten]   0.8.8claws38
2604
2605         * src/prefs.c
2606                 fixed acessing members of freed pfile struct
2607
2608 2003-01-02 [thorsten]   0.8.8claws37
2609
2610         * src/procmsg.c
2611                 detect loops across several messages
2612                 as suggested by Christoph Hohmann
2613
2614 2003-01-01 [match]      0.8.8claws36
2615
2616         * src/addrindex.c
2617                 fixed another memory leak.
2618
2619 2003-01-01 [match]      0.8.8claws35
2620
2621         * src/jpilot.[ch]
2622                 fixed memory leaks. applied Doxygen comments.
2623
2624 2003-01-01 [thorsten]   0.8.8claws34
2625
2626         * src/procmsg.c
2627                 inhibit endless loop if msg references itself
2628                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2629
2630 2003-01-01 [christoph]  0.8.8claws33
2631
2632         * src/mainwindow.c
2633         * src/gtk/Makefile.am
2634         * src/gtk/pluginwindow.c                ** NEW **
2635         * src/gtk/pluginwindow.h                ** NEW **
2636                 add plugin window
2637
2638         * src/plugins/demo/demo.c
2639         * src/plugins/spamassassin/spamassassin.c
2640         * src/plugins/spamassassin/spamassassin_gtk.c
2641                 write better plugin descriptions
2642
2643 2002-12-31 [christoph]  0.8.8claws32
2644
2645         * src/gtk/prefswindow.c
2646         * src/plugins/spamassassin/spamassassin_gtk.c
2647                 some small improvements to GTK code
2648
2649 2002-12-31 [christoph]  0.8.8claws31
2650
2651         * src/plugins/spamassassin/spamassassin_gtk.c
2652                 enable folder select button
2653
2654 2002-12-31 [christoph]  0.8.8claws30
2655
2656         * src/mainwindow.c
2657         * src/gtk/Makefile.am
2658         * src/gtk/prefswindow.c                         ** NEW **
2659         * src/gtk/prefswindow.h                         ** NEW **
2660                 add new prefs window
2661
2662         * src/common/plugin.c
2663                 don't try to load empty config lines
2664         
2665         * src/plugins/spamassassin/Makefile.am
2666         * src/plugins/spamassassin/spamassassin.c
2667         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2668         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2669                 GTK config for SpamAssassin Plugin using
2670                 the new prefs window
2671
2672 2002-12-31 [paul]       0.8.8claws29
2673
2674         * po/POTFILES.in
2675                 remove obsolete entry 'src/menu.c'
2676
2677 2002-12-31 [alfons]     0.8.8claws28
2678
2679         * src/matcher.[ch]
2680         * src/matcher_parser_parse.y
2681         * src/prefs_matcher.c
2682                 add "ignore_thread" and "~ignore_thread" condition so it's
2683                 possible to make the actions / scoring operate on the ignore
2684                 thread flag
2685
2686 2002-12-31 [christoph]  0.8.8claws27
2687
2688         * src/addrbook.c
2689         * src/addrindex.c
2690         * src/folder.c
2691         * src/matcher.c
2692         * src/prefs_account.c
2693         * src/prefs_actions.c
2694         * src/prefs_customheader.c
2695         * src/prefs_display_header.c
2696         * src/prefs_gtk.c
2697         * src/procmime.c
2698         * src/toolbar.c
2699         * src/xmlprops.c
2700         * src/common/prefs.[ch]
2701                 extend prefs file handling for reading and automatic handling
2702                 of blocks. When reading prefs_set_block_label will automatically
2703                 move on to the block. When writing it will copy all other blocks
2704                 automatically
2705
2706         * src/common/plugin.c
2707                 Now loading plugin filenames from [Plugins] block in
2708                 sylpheed rc file
2709
2710 2002-12-30 [christoph]  0.8.8claws26
2711
2712         * src/common/hooks.[ch]
2713                 return abort status to caller of hooks_invoke
2714                 
2715         * src/inc.[ch]
2716                 invoke message filtering hook and stop
2717                 default handling when filter returns abort
2718
2719         * src/common/plugin.[ch]
2720         * src/plugins/demo/demo.c
2721                 modify plugin loader, because resolving symbols for strings
2722                 does not work correctly
2723         
2724         * configure.in
2725         * ac/spamassassin.m4                            ** NEW **
2726         * src/plugins/spamassassin/.cvsignore           ** NEW **
2727         * src/plugins/spamassassin/Makefile.am          ** NEW **
2728         * src/plugins/spamassassin/README               ** NEW **
2729         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2730         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2731         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2732                 add spamassassin plugin, see src/plugins/spamassassin/README
2733                 for details
2734
2735 2002-12-29 [alfons]     0.8.8claws25
2736
2737         * src/mainwindow.c
2738                 when moving focus from a message view to the main 
2739                 window, don't forget to select the summary node
2740                 of the displayed message. should fix "[ 659103 ] 
2741                 focus-follows-mouse confuses sylpheed"
2742
2743 2002-12-29 [christoph]  0.8.8claws24
2744
2745         * src/Makefile.am
2746         * src/stringtable.[ch]          ** REMOVE **
2747         * src/common/Makefile.am
2748         * src/common/stringtable.[ch]   ** NEW **
2749                 move stringtable files to common directory
2750
2751 2002-12-29 [christoph]  0.8.8claws23
2752
2753         * src/Makefile.am
2754         * src/menu.[ch]                 ** REMOVE **
2755         * src/gtk/Makefile.am
2756         * src/gtk/menu.[ch]             ** NEW **
2757                 move menu files to gtk directory
2758
2759 2002-12-29 [match]      0.8.8claws22
2760
2761         * src/addressbook.c
2762         * src/syldap.c
2763                 moved UI specific code out of LDAP code into addressbook
2764                 UI code. fixed memory leak.
2765
2766 2002-12-29 [christoph]  0.8.8claws21
2767
2768         * src/folder.c
2769                 only check for IGNORED parent message when message is
2770                 not IGNORED itself
2771
2772 2002-12-29 [alfons]     0.8.8claws20
2773
2774         * src/summaryview.c
2775                 set gtksctree's anchor correct (immediate execute
2776                 changes the tree's layout, and anchor points at 
2777                 the incorrect row). fixes "[ 657233 ] multiple msg 
2778                 delete sometimes off by 1".
2779                 we probably have to look for more tree layout /
2780                 anchor glitches.
2781
2782 2002-12-29 [paul]       0.8.8claws19
2783
2784         * src/summaryview.c
2785                 fix bug [ 659054 ] incorrect sorting of 'From' column
2786                 when using 'display sender using address book'
2787                 thanks to Alfons and Luke Plant
2788
2789 2002-12-29 [christoph]  0.8.8claws18
2790
2791         * src/folder.c
2792         * src/procmsg.[ch]
2793                 check parent messages for IGNORE THREAD flag, when adding,
2794                 moving or copying messages to a folder
2795
2796 2002-12-27 [alfons]     0.8.8claws17
2797
2798         re-organize matcher part 5; more to come
2799
2800         * src/matcher.c
2801                 hash keywords in matchparser_tab 
2802
2803 2002-12-27 [alfons]     0.8.8claws16
2804
2805         re-organize matcher part 4; more to come
2806
2807         * src/matcher_parser.h
2808         * src/matcher_parser_lex.l
2809         * src/matcher_parser_parse.y
2810                 cleanup
2811
2812 2002-12-27 [alfons]     0.8.8claws15
2813
2814         re-organize matcher part 3; more to come
2815
2816         * src/matcher.[ch]
2817                 cleanup
2818
2819 2002-12-27 [alfons]     0.8.8claws14
2820
2821         re-organize matcher part 2; more to come but this should
2822         work. cc me if there are any regressions.
2823
2824         * src/matcher.h
2825                 add prototype for get_matchparser_tab_id()
2826         * src/matcher_parser_lex.l
2827                 look up keywords using matchparser_tab_id();
2828
2829 2002-12-27 [alfons]     0.8.8claws12
2830
2831         re-organize matcher part 1
2832
2833         * src/matcher.h
2834                 map yacc generated constants to sylpheed matcher constants
2835         * src/matcher.c
2836                 add function to find a matcher constant from a string
2837
2838 2002-12-27 [christoph]  0.8.8claws11
2839
2840         * src/compose.c
2841                 MENUITEM_ADD casts the 4th argument from integer to pointer
2842                 so it probably should not be a pointer, this means we
2843                 should use account id for it and not the account's pointer
2844
2845 2002-12-27 [paul]       0.8.8claws10
2846
2847         * src/mainwindow.c
2848                 remove unneeded 'GtkWidget *vbox'
2849                 
2850         * src/summaryview.c
2851                 further sync with 0.8.8 - make sort
2852                 by recipient work as expected
2853                 
2854         * NEWS
2855                 sync with 0.8.8
2856
2857 2002-12-27 [paul]       0.8.8claws9
2858
2859         * po/pt_BR.po
2860                 updated by Ivan F. Martinez
2861                 
2862 2002-12-27 [darko]      0.8.8claws8
2863
2864         * src/common/utils.c
2865                 added locked pattern to extended search
2866
2867 2002-12-27 [alfons]     0.8.8claws7
2868
2869         * src/prefs_matcher.[ch]
2870                 clean up
2871
2872 2002-12-26 [alfons]     0.8.8claws6
2873
2874         * src/matcher.[ch]
2875         * src/matcher_parser_lex.l
2876         * src/matcher_parser_parse.y
2877         * src/prefs_matcher.c
2878                 allow color label as a condition in the matcher
2879
2880 2002-12-26 [oliver]     0.8.8claws5
2881         
2882         * src/toolbar.c 
2883                 enable Addressbook for Main and Messageview
2884         * src/prefs_actions.c
2885                 enable actions in Messageview
2886
2887 2002-12-26 [christoph]  0.8.8claws4
2888
2889         * src/common/plugin.c
2890                 add a little debug output
2891         * configure.in
2892         * src/plugins/demo/Makefile.am
2893                 better use of automake
2894
2895 2002-12-26 [christoph]  0.8.8claws3
2896
2897         * src/Makefile.am
2898         * src/common/Makefile.am
2899                 fix "make distdir"
2900
2901 2002-12-26 [christoph]  0.8.8claws2
2902
2903         * configure.in
2904                 sort configure checks into common / gtk / plugins
2905         * po/POTFILES.in
2906                 add src/prefs_gtk.c
2907         * src/Makefile.am
2908                 add plugins SUBDIR
2909         * src/main.c
2910         * src/common/sylpheed.[ch]
2911                 added now sylpheed_done function for shutdown
2912         * src/common/Makefile.am
2913         * src/common/plugin.[ch]                ** NEW **
2914                 plugin loader and unloader
2915         * src/plugins/.cvsignore                ** NEW **
2916         * src/plugins/Makefile.am               ** NEW **
2917                 build plugins
2918         * src/plugins/demo/.cvsignore           ** NEW **
2919         * src/plugins/demo/Makefile.am          ** NEW **
2920         * src/plugins/demo/demo.c               ** NEW **
2921                 small demo plugin that installs a logtext hook and
2922                 outputs the log text to stdout
2923
2924 2002-12-26 [paul]       0.8.8claws1
2925
2926         * po/es.po
2927                 updated by Ricardo Mones Lastra
2928
2929 2002-12-26 [paul]       0.8.8claws
2930
2931         * 0.8.8claws released
2932
2933 2002-12-26 [paul]       0.8.7claws12
2934
2935         * po/bg.po
2936                 updated by George Danchev
2937
2938 2002-12-26 [paul]       0.8.7claws11
2939
2940         * po/POTFILES.in
2941                 remove unneeded 'src/prefs.c' entry 
2942
2943 2002-12-26 [paul]       0.8.7claws10
2944
2945         * src/codeconv.c
2946           src/mainwindow.c
2947                 sync with 0.8.8 release
2948         
2949         * src/folder.[ch]
2950           src/mh.c
2951           src/summaryview.c
2952                 partial sync with 0.8.8 release
2953         
2954
2955 2002-12-25 [alfons]     0.8.7claws9
2956
2957         * src/matcher.[ch]
2958         * src/matcher_parser_lex.l
2959         * src/matcher_parser_parse.y
2960         * src/prefs_matcher.c
2961                 add locked flag to possible filtering / matcher 
2962                 conditions (also a good example what should be
2963                 done to add a simple boolean condition)
2964
2965 2002-12-25 [christoph]  0.8.7claws8
2966
2967         * src/Makefile.am
2968         * src/account.[ch]
2969         * src/addrbook.c
2970         * src/addressbook.c
2971         * src/addrindex.c
2972         * src/filtering.c
2973         * src/folder.c
2974         * src/matcher.c
2975         * src/prefs.[ch]                ** REMOVE **
2976         * src/prefs_account.c
2977         * src/prefs_actions.c
2978         * src/prefs_common.c
2979         * src/prefs_customheader.c
2980         * src/prefs_display_header.c
2981         * src/prefs_filtering.c
2982         * src/prefs_folder_item.c
2983         * src/prefs_gtk.[ch]            ** NEW **
2984         * src/prefs_matcher.c
2985         * src/prefs_scoring.c
2986         * src/prefs_summary_column.c
2987         * src/procmime.c
2988         * src/selective_download.c
2989         * src/toolbar.c
2990         * src/common/Makefile.am
2991         * src/common/prefs.[ch]         ** NEW **
2992                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2993
2994 2002-12-24 [alfons]     0.8.7claws7
2995
2996         * src/summaryview.c
2997                 summary_thread_build(): fix real cause of the crash mentioned in
2998                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2999                 this way we get meaningful ctree nodes 
3000
3001 2002-12-24 [oliver]     0.8.7claws6
3002
3003         * src/mainwindow.[ch]
3004         * src/messageview.[ch]
3005         * src/compose.[ch]
3006         * src/inc.c
3007         * src/summaryview.c
3008                 changes to use updated toolbar handling
3009                 
3010 2002-12-24 [oliver]     0.8.7claws5
3011
3012         * src/toolbar.[ch]
3013                 generic toolbar handling
3014                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3015         * src/prefs_toolbar.[ch]
3016                 adjust to handling
3017         
3018 2002-12-24 [oliver]     0.8.7claws4
3019         
3020         * src/stock_pixmap.[ch]
3021                 move SYLPHEED_LOGO to end of list in order 
3022                 to remove it from Custom Toolbar`s Icon View
3023
3024 2002-12-24 [alfons]     0.8.7claws3
3025
3026         * src/summaryview.c
3027                 summary_thread_build(): fix crash because of focus != selection 
3028                 after threading. when deleting the selection, gtk tries but fails 
3029                 to find the correct focusable element. we now force the selection
3030                 to be focused. this should solve the infamous bug reported by 
3031                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3032                 a test case is available. 
3033
3034 2002-12-24 [darko]      0.8.7claws2
3035
3036         * src/summaryview.c
3037                 don't crash when unmarking message with unread children
3038
3039 2002-12-23 [christoph]  0.8.7claws1
3040
3041         * src/Makefile.am
3042         * src/common/Makefile.am
3043                 update Makefiles for moved intl.h, version.h and defs.h
3044         * src/imap.c
3045                 rewrite imap_session_get to avoid duplicate code
3046
3047 2002-12-23 [paul]       0.8.7claws
3048
3049         * Santa-Claws released
3050         
3051         * po/hu.po
3052           po/ru.po
3053                 squeeze in updated Hungarian and Russian translations.
3054                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3055
3056 2002-12-23 [paul]       0.8.6claws129
3057
3058         * po/pl.po
3059                 updated by Witold Wladyslaw Wojciech Wilk
3060
3061 2002-12-23 [paul]       0.8.6claws128
3062
3063         * src/quote_fmt_parse.y
3064                 fix typo and add licence header
3065
3066 2002-12-23 [paul]       0.8.6claws127
3067
3068         * po/en_GB.po
3069                 updated
3070
3071 2002-12-23 [paul]       0.8.6claws126
3072
3073         * po/it.po
3074                 updated translation, submitted by Alessandro Maestri
3075                 
3076 2002-12-23 [paul]       0.8.6claws125
3077
3078         * src/quote_fmt_parse.y
3079                 fix signature-stripping on replies bug. match
3080                 '-- \n' and not '-- '.
3081
3082 2002-12-22 [paul]       0.8.6claws124
3083
3084         * po/bg.po
3085           po/es.po
3086           po/sr.po
3087                 updated translations. submitted by George Danchev,
3088                 Ricardo Mones Lastra, and Urke MMI respectively
3089
3090 2002-12-21 [paul]       0.8.6claws123
3091
3092         * src/addrbook.c
3093                 fix coding style
3094
3095 2002-12-21 [paul]       0.8.6claws122
3096
3097         * src/addrbook.c
3098                 fix bug [643638] where if a person is in one or more
3099                 addressbook groups editing that person's email 
3100                 address results in removal from those groups.
3101                 Patch submitted by Luke Plant.
3102
3103 2002-12-20 [christoph]  0.8.6claws121
3104
3105         * src/common/utils.c
3106         * src/summaryview.c
3107                 reimplement expand_search_string using GString to
3108                 prevent crashs caused by miscalculated string
3109                 lengths reported by Paul
3110
3111 2002-12-20 [christoph]  0.8.6claws120
3112
3113         * src/summaryview.c
3114                 don't use "changed" to check if op_count has to be changed as it
3115                 is also set when the message has unread children
3116                 (closes bug [ 653221 ] crash while deleting duplicates)
3117
3118 2002-12-20 [paul]       0.8.6claws119
3119
3120         * sync with 0.8.6cvs27
3121                 see ChangeLog 2002-12-20
3122
3123 2002-12-20 [paul]       0.8.6claws118
3124
3125         * sync with 0.8.6cvs26
3126                 see ChangeLog 2002-12-19 and 2002-12-20
3127
3128 2002-12-19 [alfons]     0.8.6claws117
3129
3130         * src/textview.c
3131                 fix incorrect parsing of email addresses, submitted by 
3132                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3133                 name display if it contains @".
3134
3135 2002-12-18 [paul]       0.8.6claws116
3136
3137         * sync with 0.8.6cvs23
3138                 see ChangeLog 2002-12-18
3139
3140 2002-12-18 [paul]       0.8.6claws115
3141
3142         * src/Makefile.am
3143         * src/account.c
3144         * src/codeconv.c
3145         * src/gtkutils.[ch]
3146         * src/imap.c
3147                 sync with 0.8.6cvs22.
3148                 see ChangeLog 2002-12-17 and 2002-12-18
3149
3150 2002-12-17 [christoph]  0.8.6claws114
3151
3152         * src/imap.c
3153                 o don't create a session if imap greeting fails
3154                 o don't close socket when authentication fails
3155                   this is done by imap_session_destroy
3156
3157 2002-12-17 [thorsten]   0.8.6claws113
3158
3159         * tools/Makefile.am
3160           tools/README
3161           tools/google_msgid.pl ** NEW FILE **
3162                 Added "search for message-id" script and doc
3163
3164 2002-12-17 [thorsten]   0.8.6claws112
3165
3166         * po/hu.po
3167                 Updated hungarian translation
3168                 (updated by Gal Zoltan)
3169
3170 2002-12-16 [christoph]  0.8.6claws111
3171
3172         * src/addr_compl.c
3173                 remove stupid addressbook dump to debug output
3174         * src/mh.c
3175                 fix memory leak found by Hiro
3176
3177 2002-12-14 [paul]       0.8.6claws110
3178
3179         * src/compose.c
3180                 fix menubar sensitivity on send
3181                 
3182         * src/prefs_filtering.c
3183         * src/prefs_matcher.c
3184         * src/prefs_scoring.c
3185                 Fix english ;)
3186                 
3187         * src/common/quoted-printable.h
3188                 sync: fix typo
3189         
3190 2002-12-13 [christoph]  0.8.6claws109
3191
3192         * src/Makefile.am
3193         * src/manage_window.[ch]        ** REMOVE **
3194         * src/gtk/Makefile.am
3195         * src/gtk/manage_window.[ch]    ** NEW **
3196                 move manage_window files to gtk directory
3197
3198 2002-12-13 [christoph]  0.8.6claws108
3199
3200         * src/Makefile.am
3201         * src/gtkshruler.[ch]           ** REMOVE **
3202         * src/gtk/Makefile.am
3203         * src/gtk/gtkshruler.[ch]       ** NEW **
3204                 move gtkshruler files to gtk directory
3205
3206 2002-12-13 [christoph]  0.8.6claws107
3207
3208         * src/Makefile.am
3209         * src/compose.c
3210         * src/gtkstext.[ch]             ** REMOVE **
3211         * src/gtkutils.[ch]
3212         * src/textview.c
3213         * src/gtk/gtkstext.[ch]         ** NEW **
3214         * src/gtk/Makefile.am
3215                 o move stext functions to gtkstext.c to remove
3216                   dependency of gtkutils
3217                 o move gtkstext files to gtk directory
3218
3219         * src/gtk/Makefile.am
3220         * src/gtk/sslcertwindow.[ch]
3221                 UI stuff can always depend on common code so
3222                 it's ok to add ../common to include path
3223
3224 2002-12-13 [colin]      0.8.6claws106
3225
3226         * src/summaryview.c
3227                 Disconnect sighandlers for mainwindow when
3228                 quicksearch has the focus
3229                 Fix bug #653231
3230         * src/mainwindow.[ch]
3231                 Make key_pressed callback public, to be able
3232                 to disconnect it
3233
3234 2002-12-13 [christoph]  0.8.6claws105
3235
3236         * src/mh.c
3237                 create .mh_sequences file in new MH folders
3238                 (closes feature request [ 523162 ] MH folders should
3239                  get a .mh_sequences)
3240
3241 2002-12-13 [colin]      0.8.6claws104
3242
3243         * src/summaryview.c
3244                 Better handling of quicksearch show/hide
3245                 (basically the button stays under the mouse 
3246                  when toggled)
3247
3248 2002-12-13 [paul]       0.8.6claws103
3249
3250         * sync with 0.8.6cvs17
3251                 see ChangeLog 2002-12-13
3252
3253 2002-12-13 [paul]       0.8.6claws102
3254
3255         * po/es.po
3256                 updated by Ricardo Mones Lastra
3257
3258 2002-12-11 [colin]       0.8.6claws101
3259
3260         * src/folder.c
3261                 remove statusbar stuff
3262           src/folderview.c
3263                 set statusbar verbosity when moving folders
3264
3265 2002-12-11 [colin]       0.8.6claws100
3266         * src/prefs_filtering.c
3267         * src/prefs_matcher.c
3268         * src/prefs_scoring.c
3269                 Fix english ;)
3270
3271 2002-12-11 [colin]       0.8.6claws99
3272
3273         * src/prefs_common.[ch]
3274                 Add summary_quicksearch_type
3275         * src/summaryview.c
3276                 Save last used quicksearch type
3277
3278 2002-12-11 [jens]       0.8.6claws98
3279         * src/prefs_filtering.c
3280         * src/prefs_matcher.c
3281         * src/prefs_scoring.c
3282                 added dialog for incomplete rules in scoring, filtering and
3283                 matcher to ask wheather really close
3284
3285 2002-12-11 [colin]      0.8.6claws97
3286
3287         * src/folder.c
3288                 Fix folder dnd statusbar logging
3289
3290 2002-12-10 [christoph]  0.8.6claws96
3291
3292         * src/compose.c
3293         * src/folder.c
3294         * src/imap.c
3295         * src/inc.c
3296         * src/main.c
3297         * src/mainwindow.c
3298         * src/news.c
3299         * src/send.c
3300         * src/statusbar.[ch]
3301         * src/common/hooks.c
3302         * src/common/log.[ch]
3303                 o handle verbose logging in statusbar directly in statusbar code
3304                   and common code does not need any knowledge about a statusbar
3305                 o remove direct calls to statusbar_(puts|pop)_all functions
3306
3307 2002-12-10 [jens]       0.8.6claws95
3308
3309         * src/*.c
3310                 removed gettext from g_warnings
3311         * po/POTFILES.in
3312                 cleaned and updated
3313         * po/de.po
3314                 updated
3315
3316 2002-12-10 [colin]      0.8.6claws94
3317
3318         * src/main.c
3319                 finish crash dialog fix
3320
3321 2002-12-10 [colin]      0.8.6claws93
3322
3323         * src/main.c
3324                 "Fix" "sylpheed already running" instead of
3325                 crash dialog appearing after a crash
3326
3327 2002-12-10 [colin]      0.8.6claws92
3328
3329         * po/POTFILES.in
3330                 add src/gtk/sslcertwindow.c
3331
3332 2002-12-10 [paul]       0.8.6claws91
3333
3334         * po/POTFILES.in
3335                 updated to reflect recent changes
3336                 submitted by Alessandro Maestri
3337
3338 2002-12-09 [christoph]  0.8.6claws90
3339
3340         * src/Makefile.am
3341         * src/smtp.[ch]                 ** REMOVE **
3342         * src/common/Makefile.am
3343         * src/common/smtp.[ch]          ** NEW **
3344                 move smtp files to common directory
3345
3346 2002-12-09 [christoph]  0.8.6claws89
3347
3348         * src/Makefile.am
3349         * src/session.[ch]              ** REMOVE **
3350         * src/common/Makefile.am
3351         * src/common/session.[ch]       ** NEW **
3352                 move session files to common directory
3353
3354 2002-12-09 [paul]       0.8.6claws88
3355
3356         * src/account.c
3357                 fix bug [649746] edit accounts: move account reverted
3358                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3359
3360 2002-12-09 [colin]      0.8.6claws87
3361
3362         * src/ssl_certificate.c
3363                 cleanup
3364
3365 2002-12-09 [colin]      0.8.6claws86
3366
3367         * src/ssl.c
3368                 Try to open the cert.pem database and 
3369                 issue a warning if it isn't there
3370
3371 2002-12-09 [colin]      0.8.6claws85
3372
3373         * src/common/ssl_certificate.c
3374         * src/gtk/sslcertwindow.c
3375                 Warning fixes
3376
3377 2002-12-09 [colin]      0.8.6claws84
3378
3379         * src/ssl_certificate.[ch] ** REMOVED **
3380         * src/common/ssl_certificate.[ch] ** NEW **
3381         * src/Makefile.am
3382         * src/common/Makefile.am
3383                 Moved ssl_certificate.[ch] to common
3384         * src/common/ssl.c 
3385                 Put back needed include
3386         * src/gtk/sslcertwindow.[ch]
3387                 Changed ssl_certificate.h include
3388         
3389 2002-12-09 [colin]      0.8.6claws83
3390
3391         * src/gtk/sslcertwindow.[ch]
3392                 Implement hook for certificate acception
3393         * src/ssl_certificate.[ch]
3394                 Implement hook for certificate acception
3395         * src/common/ssl.c
3396                 Reenable certificate acception check
3397         * src/mainwindow.c
3398                 Register sslcertwindow's hook
3399         
3400 2002-12-08 [christoph]  0.8.6claws82
3401
3402         * src/about.c
3403         * src/addr_compl.c
3404         * src/codeconv.c
3405         * src/manual.c
3406         * src/undo.c
3407         * src/common/utils.c
3408                 o add missing includes
3409                 o fix warnings
3410         * src/.cvsignore
3411         * src/common/.cvsignore
3412         * src/common/version.h          ** REMOVE **
3413                 remove autogenerated file
3414
3415 2002-12-08 [paul]       0.8.6claws81
3416
3417         * src/stringtable.c
3418                 put back needed include
3419
3420 2002-12-08 [colin]      0.8.6claws80
3421         
3422         * src/gtk/sslcertwindow.c
3423                 Cleaner popups when asking
3424         * src/ssl_certificate.c
3425         * src/prefs_common.[ch]
3426                 remove ssl certificate pref
3427                 put back needed include
3428         * src/undo.c
3429                 put back needed include
3430
3431 2002-12-08 [christoph]  0.8.6claws79
3432
3433         * src/folderview.c
3434         * src/logwindow.c
3435         * src/statusbar.c
3436         * src/summaryview.c
3437                 only abort hook invokation if required data is missing not
3438                 if our own data pointer is NULL, update hookfunction for
3439                 log window
3440
3441 2002-12-08 [paul]       0.8.6claws78
3442
3443         * src/about.c
3444         * src/addrcache.c
3445         * src/addrclip.c
3446         * src/addr_compl.c
3447         * src/addrselect.c
3448         * src/codeconv.c
3449         * src/colorlabel.c
3450         * src/enriched.c
3451         * src/esmtp.c
3452         * src/exporthtml.c
3453         * src/headerview.c
3454         * src/imageview.c
3455         * src/manual.c
3456         * src/noticeview.c
3457         * src/pgptext.c
3458         * src/scoring.c
3459         * src/sourcewindow.c
3460         * src/stringtable.c
3461         * src/undo.c
3462                 clean up: remove unneccesary includes
3463
3464 2002-12-08 [christoph]  0.8.6claws77
3465
3466         * src/folderview.c
3467         * src/statusbar.c
3468         * src/summaryview.c
3469         * src/common/hooks.[ch]
3470                 hook functions now have a gboolean return value, if a hook
3471                 returns TRUE it will stop executing of any more hooks in
3472                 the same hooklist for this invokation
3473
3474 2002-12-08 [colin]      0.8.6claws76
3475         
3476         * src/main.c
3477                 put back argv0 for CRASH_DIALOG
3478
3479 2002-12-08 [christoph]  0.8.6claws75
3480
3481         * src/Makefile.am
3482         * src/about.c
3483         * src/account.c
3484         * src/crash.c
3485         * src/esmtp.h
3486         * src/imap.[ch]
3487         * src/inc.c
3488         * src/main.c
3489         * src/mainwindow.c
3490         * src/news.c
3491         * src/pop.[ch]
3492         * src/prefs_account.[ch]
3493         * src/prefs_common.[ch]
3494         * src/send.[ch]
3495         * src/smtp.[ch]
3496         * src/ssl_certificate.[ch]
3497         * src/ssl_manager.[ch]
3498         * src/common/Makefile.am
3499         * src/common/log.c
3500         * src/common/nntp.[ch]
3501         * src/common/socket.[ch]
3502         * src/common/ssl.[ch]
3503         * src/gtk/sslcertwindow.[ch]
3504         * ac/openssl.m4
3505                 use new autoconf script to detect OpenSSL with extra parameters
3506                 to specify the location of libs and includes, also remove USE_SSL
3507                 to USE_OPENSSL
3508
3509         * src/common/sylpheed.[ch]
3510         * src/common/version.h.in
3511                 start seperation of common code initialization seperated from gui
3512
3513         * src/summaryview.c
3514                 The function that is called when a color label changes
3515                 should not change the color lable again
3516
3517 2002-12-08 [colin]      0.8.6claws74
3518
3519         * src/gtk/sslcertwindow.c
3520                 warning fixes
3521
3522 2002-12-08 [colin]      0.8.6claws73
3523
3524         * src/statusbar.c
3525           src/common/log.h
3526                 Register a hook for statusbar_puts_all
3527         * src/common/log.c
3528                 invoke statusbar_puts_all's hook
3529         
3530 2002-12-08 [colin]      0.8.6claws72
3531
3532         * src/ssl_certificate.c
3533                 Put back a badly-removed include
3534
3535 2002-12-08 [colin]      0.8.6claws71
3536
3537         * src/gtk/sslcertwindow.[ch]    ** NEW **
3538                 new certificate presentation
3539         * src/gtk/Makefile.am
3540                 add new files
3541         * src/ssl_certificate.[ch]
3542                 gtk cleanup, made utility functions public
3543         * src/ssl_manager.c
3544                 use new cert presentation
3545
3546 2002-12-07 [christoph]  0.8.6claws70
3547
3548         * src/Makefile.am
3549         * src/nntp.[ch]                 ** REMOVE **
3550         * src/common/Makefile.am
3551         * src/common/nntp.[ch]          ** NEW **
3552                 move nntp files to common directory
3553
3554 2002-12-07 [christoph]  0.8.6claws69
3555
3556         * src/procmsg.[ch]
3557         * src/summaryview.c
3558                 implement msginfo update callback using sylpheed's new
3559                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3560
3561 2002-12-06 [christoph]  0.8.6claws68
3562
3563         * src/editgroup.c
3564                 This patch changes the 'Edit Group Details' dialog to
3565                 allow extended selections in either pane, so that
3566                 addresses can be added or removed from a group more
3567                 quickly and easily. (it actually is a net decrease in
3568                 file size, as some unnecessary functions have been
3569                 removed). 
3570                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3571
3572 2002-12-06 [christoph]  0.8.6claws67
3573
3574         * src/Makefile.am
3575         * src/template.[ch]             ** REMOVE **
3576         * src/common/Makefile.am
3577         * src/common/template.[ch]      ** NEW **
3578                 move template files to common directory
3579
3580         * src/nntp.c
3581                 add missing log.h include
3582
3583 2002-12-06 [melvin]     0.8.6claws66
3584
3585         * src/prefs_actions.c
3586                 Added the trailing ">" syntax to insert command's output
3587                 without replacing old text (in contrast to trailing "|").
3588
3589 2002-12-05 [colin]      0.8.6claws65
3590         
3591         * src/common/utils.c
3592                 Don't modify original search_string or it'll change
3593                 the next iterations in the for()
3594
3595 2002-12-05 [darko]      0.8.6claws64
3596
3597         * src/common/utils.c
3598                 proper check for filtering commands, found by Colin
3599
3600 2002-12-05 [darko]      0.8.6claws63
3601
3602         * src/common/utils.c
3603                 check proper string for NULL pointer, found by Colin
3604
3605 2002-12-05 [darko]      0.8.6claws62
3606
3607         * src/common/utils.[ch]
3608                 expand_search_string(): new function
3609                 converts Mutt-like patterns to Sylpheed's
3610                 filtering engine
3611         * src/summaryview.c
3612                 use expand_search_string() to allow Mutt-like
3613                 patterns in extended search
3614         * README.claws
3615                 document extended option in quick search
3616
3617 2002-12-05 [paul]       0.8.6claws61
3618
3619         * sync with 0.8.6cvs16
3620                 see ChangeLog 2002-12-05
3621                 
3622         * po/POTFILES.in
3623                 clean up
3624
3625 2002-12-04 [christoph]  0.8.6claws60
3626
3627         * src/imap.[ch]
3628                 put imap authentication code into a new function and
3629                 remove it from imap_session_new that will allow to
3630                 send other commands before authentication
3631
3632 2002-12-04 [christoph]  0.8.6claws59
3633
3634         * src/imap.[ch]
3635                 use already existing method to prevent unneeded IMAP
3636                 folder selects. Set imap_select parameters to NULL
3637                 in some functions if the values are not required.
3638
3639         * src/xml.h
3640                 remove no longer required include
3641
3642 2002-12-04 [paul]       0.8.6claws58
3643
3644         * po/es.po
3645                 updated by Ricardo Mones Lastra
3646                 
3647         * configure.in
3648           po/hu.po      ** NEW FILE **
3649                 initial Hungarian translation, submitted
3650                 by Gál Zoltán <galzoli@hu.inter.net>
3651
3652 2002-12-03 [christoph]  0.8.6claws57
3653
3654         * src/Makefile.am
3655         * src/gtksctree.[ch]            ** REMOVE **
3656         * src/gtk/Makefile.am
3657         * src/gtk/gtksctree.[ch]        ** NEW **
3658                 move gtksctree files to gtk directory
3659
3660 2002-12-03 [christoph]  0.8.6claws56
3661
3662         * src/Makefile.am
3663         * src/md5.[ch]                  ** REMOVE **
3664         * srm/common/Makefile.am
3665         * src/common/md5.[ch]           ** NEW **
3666                 move md5 files to common directory
3667
3668         * src/gtkstext.c
3669                 remove not required #include
3670
3671 2002-12-03 [sergey]     0.8.6claws55
3672
3673         * src/gtkutils.c
3674         * src/gtkutils.h
3675                 gtkut_window_popup(): new function.
3676         * src/mainwindow.c
3677                 main_window_popup(): use gtkut_window_popup() to raise
3678                 window without changing its position.
3679                 (see sylpheed-main ML message [sylpheed:17247])
3680
3681 2002-12-03 [sergey]     0.8.6claws54
3682
3683         * src/send.c
3684                 send_message_local(): removed first-dot escaping
3685                 (SMTP-only, not needed for sending through pipe)
3686
3687 2002-12-03 [paul]       0.8.6claws53
3688
3689         * po/POTFILES.in
3690                 update to reflect recent changes (thanks
3691                 to Ricardo Mones Lastra)
3692                 
3693         * tools/filter_conv.pl
3694                  fix problem with quoted strings. Patch submitted
3695                  by Luke Plant <lukeplant@softhome.net>
3696
3697 2002-12-03 [paul]       0.8.6claws52
3698
3699         * sync with 0.8.6cvs15
3700                 see ChangeLog 2002-12-03
3701
3702 2002-12-02 [christoph]  0.8.6claws51
3703
3704         * src/logwindow.[ch]
3705         * src/common/log.[ch]
3706                 implement logging using a hook function
3707
3708         * src/folderview.c
3709         * src/folder.[ch]
3710                 define hooklist name in header file to avoid
3711                 errors caused by wrong spelling of hooklist names
3712
3713         * src/toolbar.c
3714                 fix warnings
3715
3716 2002-12-02 [christoph]  0.8.6claws50
3717
3718         * src/common/Makefile.am
3719                 add src/common/hooks.[ch]
3720
3721         * src/common/hooks.[ch]
3722                 implement a simple hook system using glib's hook functions
3723
3724         * src/folder.[ch]
3725         * src/folderview.c
3726                 use new hook system for folder item updates
3727
3728 2002-12-02 [christoph]  0.8.6claws49
3729
3730         * doc-src/ui_seperation.txt     ** NEW **
3731                 information for ui seperation
3732
3733         * src/Makefile.am
3734                 remove files that were moved to common
3735                 include common directory by default for the header files
3736
3737         * src/inc.c
3738         * src/common/socket.c
3739         * src/automaton.[ch]
3740                 implement automaton using g_io_*-functions instead of
3741                 gdk_input_add to make it ui independent
3742
3743         * src/codeconv.c
3744         * src/compose.c
3745         * src/ldif.c
3746         * src/pgptext.c
3747         * src/procmime.c
3748         * src/rfc2015.c
3749         * src/smtp.c
3750         * src/unmime.c
3751                 remove common/ prefix because directory is now in
3752                 include path
3753
3754         * src/compose.c
3755         * src/folder.c
3756         * src/folderview.c
3757         * src/mainwindow.c
3758         * src/messageview.c
3759         * src/prefs_common.c
3760         * src/procmsg.c
3761         * src/rfc2015.c
3762                 fix warnings
3763
3764         * src/imap.c
3765         * src/inc.c
3766         * src/news.c
3767         * src/pop.c
3768         * src/send.c
3769         * src/smtp.c
3770         * src/ssl_certificate.c
3771                 add log.h header file for logging functions
3772
3773         * src/main.c
3774         * src/common/utils.c
3775         * src/summaryview.c
3776         * src/xml.c
3777                 o move debug_mode to common/utils.c
3778                 o add functions to set and get debug_mode
3779
3780         * src/defs.h                    ** REMOVE **
3781         * src/intl.h                    ** REMOVE **
3782         * src/socket.[ch]               ** REMOVE **
3783         * src/ssl.[ch]                  ** REMOVE **
3784         * src/utils.[ch]                ** REMOVE **
3785                 replaced by new files in src/common/
3786         
3787         * src/common/Makefile.am
3788                 add new files in src/common/
3789
3790         * src/common/defs.h             ** NEW **
3791         * src/common/intl.h             ** NEW **
3792         * src/common/log.[ch]           ** NEW **
3793         * src/common/socket.[ch]        ** NEW **
3794         * src/common/ssl.[ch]           ** NEW **
3795         * src/common/utils.[ch]         ** NEW **
3796                 replacement for files in src/
3797
3798 2002-12-02 [colin]      0.8.6claws48
3799
3800         * src/folderview.c
3801                 Scroll folderview if necessary during dnd
3802
3803 2002-12-02 [colin]      0.8.6claws47
3804
3805         * src/folder.[ch]
3806                 Add check to verify a move is within a single mailbox
3807         * src/folderview.c
3808                 Add specific error string for this check
3809
3810 2002-12-02 [colin]      0.8.6claws46
3811
3812         * src/folder.c
3813                 Add a test to folder moving, remove a statusbar_print
3814         * src/folderview.c
3815                 Add Move folder... context-menu item
3816                 Factorize folder moving code
3817                 Enable folder DND for mbox
3818
3819 2002-12-01 [christoph]  0.8.6claws45
3820
3821         * ac/aspell.m4
3822                 remove conf.aspelltest if the version check fails
3823
3824 2002-11-30 [christoph]  0.8.6claws44
3825
3826         * autogen.sh
3827                 run libtoolize --force in autogen to create missing
3828                 libtool scripts
3829
3830 2002-11-30 [christoph]  0.8.6claws43
3831
3832         * src/Makefile.am
3833         * src/pgptext.c
3834         * src/procmime.c
3835         * src/rfc2015.c
3836         * src/uuencode.[ch]             ** REMOVED **
3837         * src/common/Makefile.am
3838         * src/common/uuencode.[ch]      ** NEW **
3839                 move uuen/decoder to common directory
3840
3841 2002-11-30 [christoph]  0.8.6claws42
3842
3843         * src/Makefile.am
3844         * src/base64.[ch]               ** REMOVED **
3845         * src/codeconv.c
3846         * src/compose.c
3847         * src/ldif.c
3848         * src/pgptext.c
3849         * src/procmime.c
3850         * src/rfc2015.c
3851         * src/smtp.c
3852         * src/unmime.c
3853         * src/common/Makefile.am
3854         * src/common/base64.[ch]        ** NEW **
3855                 move base64 en/decoder to common directory
3856
3857 2002-11-30 [christoph]  0.8.6claws41
3858
3859         * src/common                    ** NEW **
3860                 new directory for UI independent code
3861         * src/gtk                       ** NEW **
3862                 new directory for GTK frontend
3863         * src/common/.cvsignore         ** NEW **
3864         * src/gtk/.cvsignore            ** NEW **
3865                 ignore build files
3866         * src/common/Makefile.am        ** NEW **
3867         * src/gtk/Makefile.am           ** NEW **
3868                 automake files to build new seperated stuff
3869         * src/Makefile.am
3870                 the binary will currently still be build with the
3871                 files in src, so we include the code from the
3872                 subdirs for now after building the libs there
3873
3874 2002-11-30 [paul]       0.8.6claws40
3875
3876         * src/compose.c
3877                 fix bug [642731] 'Wrong selected account with drafted mail'
3878
3879 2002-11-29 [oliver]     0.8.6claws39
3880         
3881         * src/messageview.c
3882                 o update summaryview when switching between different
3883                   messageviews          
3884         * src/toolbar.c  
3885                 o check if messageview holds already removed msg
3886                   from summaryview
3887                 
3888
3889 2002-11-29 [oliver]     0.8.6claws38
3890
3891         * src/toolbar.c 
3892                 remove not needed variables and includes
3893                 make messageview stay opened and move to next when msgs are deleted 
3894
3895 2002-11-29 [oliver]     0.8.6claws37
3896         
3897         * src/toolbar.c 
3898                 disable compose button (messageview toolbar) by default
3899                 deleted msgs are moved to trash
3900         
3901 2002-11-29 [melvin]     0.8.6claws36
3902
3903         * configure.in
3904                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3905                 and to detect signatures expirations (gpgme 0.3.6)
3906
3907         * src/main.c
3908                 Use non obsolescent function for Gpgme engine checking.
3909
3910         * src/rfc2015.c
3911                 Inform about expired signatures or signatures which key
3912                 has expired. Expiration date is displayed.
3913
3914         * src/sigstatus.c
3915                 Inform about expired signatures or signatures which key
3916                 has expired.
3917
3918 2002-11-28 [paul]       0.8.6claws35
3919
3920         * src/folderview.c
3921                 re-instate 'Check for new messages' in Newsgroup
3922                 folders right-click menu, after a suggestion from
3923                 Tim Mann <timmann@users.sourceforge.net>
3924
3925         * src/main.c
3926                 after a crash check only local folders for new
3927                 messages
3928
3929 2002-11-28 [paul]       0.8.6claws34
3930
3931         * configure.in
3932                 apply patch that fixes the checking of GTK with XIM 
3933                 support on different OSs, such as FreeBSD. Patch 
3934                 submitted by Topia <topia@users.sourceforge.net>
3935                 
3936 2002-11-28 [paul]       0.8.6claws33
3937
3938         * src/mainwindow.c
3939           src/prefs_common.c
3940           src/prefs_toolbar.c
3941                 more changes to the English
3942
3943 2002-11-28 [paul]       0.8.6claws32
3944
3945         * sync with 0.8.6cvs13
3946                 see ChangeLog 2002-11-28 (no sync needed
3947                 for src/compose.c)
3948
3949 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3950         
3951         * src/mainwindow.[ch]
3952                 add patch by Ivan F. Martinez introducing messageview Toolbar
3953                 some changes and committed by oliver    
3954
3955 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3956
3957         * src/messageview.[ch]
3958                 add patch by Ivan F. Martinez introducing messageview Toolbar
3959                 some changes and committed by oliver    
3960
3961 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3962
3963         * src/compose.[ch]
3964                 add patch by Ivan F. Martinez introducing messageview Toolbar
3965                 some changes and committed by oliver    
3966
3967 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3968         
3969         * src/toolbar.[ch]
3970                 add patch by Ivan F. Martinez introducing messageview Toolbar
3971                 some changes and committed by oliver
3972
3973 2002-11-28 [oliver]     0.8.6claws27
3974         
3975         * src/prefs_toolbar.[ch]
3976                 getting ready for messageview toolbar
3977                 free mem allocated by gettext
3978                 change prefs_toolbar to prefs_toolbar_open
3979  
3980 2002-11-28 [thorsten]   0.8.6claws26
3981
3982         * src/imageview.[ch]
3983                 cleaned up conflicting declarations of
3984                 imageview_show_image()
3985
3986 2002-11-28 [paul]       0.8.6claws25
3987
3988         * src/grouplistdialog.c
3989           src/prefs_common.c
3990           src/prefs_summary_column.c
3991                 a few more improvements to the English
3992
3993 2002-11-28 [colin]      0.8.6claws24
3994
3995         * man/sylpheed.1
3996                 A few updates to command-line parameters
3997
3998 2002-11-28 [colin]      0.8.6claws23
3999
4000         * src/prefs_filtering.c
4001                 Fix problems with prefs_filtering_delete_path:
4002                 a) if the first rule is removed, original pointers
4003                    weren't updated (leading to segfaults)
4004                 b) it was always global_processing updated in case
4005                    of removed path was parent of rule path
4006
4007 2002-11-27 [paul]       0.8.6claws22
4008
4009         * src/mainwindow.c
4010           src/prefs_account.c
4011           src/prefs_actions.c
4012           src/prefs_common.c
4013           src/prefs_customheader.c
4014           src/prefs_display_header.c
4015           src/prefs_filtering.c
4016           src/prefs_folder_item.c
4017           src/prefs_matcher.c
4018           src/prefs_scoring.c
4019           src/prefs_summary_column.c
4020           src/prefs_template.c
4021           src/prefs_toolbar.c
4022                  improve the English in the GUI
4023
4024 2002-11-27 [colin]      0.8.6claws21
4025
4026         * src/folder.c
4027                 Fix processing renaming problems happening after
4028                 last commit
4029
4030 2002-11-27 [colin]      0.8.6claws20
4031
4032         * src/folder.c
4033                 recursive move now deletes src each subfolder after 
4034                 having moved it
4035         * src/folderview.c
4036                 Use identifier instead of path during dnd (enables
4037                 IMAP folder dnd)
4038
4039 2002-11-27 [paul]       0.8.6claws19
4040
4041         * src/main.c
4042                 apply patch that does command-line processing 
4043                 BEFORE gtk_init, allowing claws to run from 
4044                 shell-scripts in non-X environment (e.g. crontab 
4045                 or ip-up, ip-down scripts). Patch submitted by
4046                 Ruslan N. Balkin <baron@dartel.ru>
4047                 
4048         * po/it.po
4049                 updated by Alessandro Maestri
4050
4051 2002-11-27 [paul]       0.8.6claws18
4052
4053         * sync with 0.8.6cvs12
4054           src/prefs_common.c
4055                 Differences are that main uses a 'Receive dialog'
4056                 frame on the Interface tab, whereas claws groups all 
4057                 the dialogs together in a 'Dialogs' frame.
4058
4059 2002-11-27 [colin]      0.8.6claws17
4060
4061         * src/prefs_matcher.c
4062                 Fix Execute criteria's NOT flag
4063
4064
4065 2002-11-26 [christoph]  0.8.6claws16
4066
4067         * src/ssl.c
4068                 rewrite the ssl code a little bit, only use one
4069                 SSL context, set default certificates' file/path
4070
4071 2002-11-26 [thorsten]   0.8.6claws15
4072
4073         * src/compose.c
4074                 default-reply-to didn't work for ml-reply
4075
4076 2002-11-26 [melvin]     0.8.6claws14
4077
4078         * src/prefs_actions.c
4079                 Made pipe-actions ignore short headers in message view
4080                 Made trailing-pipe-actions write in the message view with
4081                 the same font as the original message
4082
4083 2002-11-26 [paul]       0.8.6claws13
4084
4085         * src/compose.c
4086                 this time commit the correct file
4087
4088 2002-11-26 [paul]       0.8.6claws12
4089
4090         * sync with 0.8.6cvs11
4091           src/quote_fmt_parse.y  
4092                 no sync needed
4093           src/account.[ch]       
4094                 not sync'ed
4095           src/compose.c
4096                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4097                 on draft mode.
4098                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4099                 header
4100                 
4101         see ChangeLog 2002-11-25 and 2002-11-26
4102
4103 2002-11-26 [colin]      0.8.6claws11
4104
4105         * src/folderview.c
4106                 Fix collapsed folder not auto-expanding during
4107                 mail dnd, if it was the source folder.
4108
4109 2002-11-25 [colin]      0.8.6claws10
4110
4111         * src/folderview.[ch]
4112                 Variable renaming and cleaning (slist of nodes 
4113                 to be re-collapsed is stored in FolderView)
4114
4115 2002-11-25 [paul]       0.8.6claws9
4116
4117         * src/prefs_common.[ch]
4118                 fix breakage caused by last commit
4119
4120 2002-11-25 [paul]       0.8.6claws8
4121
4122         * sync with 0.8.6cvs4
4123                 see ChangeLog 2002-11-21
4124
4125 2002-11-25 [paul]       0.8.6claws7
4126
4127         * sync with 0.8.6cvs4
4128                 see ChangeLog 2002-11-20
4129
4130 2002-11-25 [paul]       0.8.6claws6
4131
4132         * sync with 0.8.6cvs3
4133                 see ChangeLog 2002-11-18
4134
4135 2002-11-25 [colin]      0.8.6claws5
4136
4137         * src/gtkutils.[ch]
4138                 Add gtkut_ctree_node_is_parent()
4139         * src/folderview.c
4140                 Spring-loaded folders
4141
4142 2002-11-25 [colin]      0.8.6claws4
4143
4144         * src/utils.[ch]
4145                 Add slist_concat_unique(), function to merge
4146                 two GSList filtering dups
4147         * src/folder.[ch]
4148         * src/summaryview.[ch]
4149         * src/folderview.c
4150         * src/main.c
4151                 Add detection/update/display of unread answers
4152                 to marked mails
4153         * src/procmsg.[ch]
4154                 Add procmsg_find_children()
4155                 Add procmsg_msg_has_marked_parent()
4156
4157 2002-11-25 [colin]      0.8.6claws3
4158
4159         * src/ssl_certificate.[ch]
4160                 Allow checking a certificate without a DNS
4161                 lookup
4162                 Allow to forget a cert (by deleting it)
4163                 Make ssl_certificate_destroy_public
4164         * src/ssl_manager.[ch] ** NEW FILES **
4165                 Gui to manage (display/remove) certificates
4166         * src/prefs_common.[ch]
4167                 Add a pref to allow silent acceptation of
4168                 trusted certificates or not (based on the
4169                 "I want to know what's going on" principle)
4170         * src/mainwindow.c
4171                 Add SSL manager in Tools menu
4172         * src/Makefile.am
4173                 Add the new files to the build
4174         * po/POTFILES.in
4175                 Add ssl_manager.c to translations
4176
4177 2002-11-25 [colin]      0.8.6claws2
4178
4179         * src/summaryview.[ch]
4180                 Add S_SEARCH_EXTENDED to the quick search, which 
4181                 allows to search using filtering syntax.
4182
4183 2002-11-25 [colin]      0.8.6claws1
4184
4185         * src/summaryview.c
4186                 Deletion of duplicates now prefer deleting
4187                 the unread dup (fixes feature-request 638989).
4188
4189 2002-11-24 [paul]       0.8.6claws
4190
4191         * po/es.po
4192           po/pl.po
4193           po/ru.po
4194           po/sr.po
4195                 updated by Ricardo Mones Lastra,
4196                 Witold Wladyslaw Wojciech Wilk,
4197                 Ruslan N. Balkin, and  Urke MMI 
4198                 respectively
4199
4200 2002-11-24 [paul]       0.8.5claws182
4201
4202         * po/bg.po
4203                 updated by George Danchev
4204
4205 2002-11-23 [alfons]     0.8.5claws181
4206
4207         * src/imap.c
4208                 tiny memory leak found by browsing Dimitar's 
4209                 valgrind report
4210
4211 2002-11-23 [paul]       0.8.5claws180
4212
4213         * po/it.po
4214                 updated by Alessandro Maestri
4215
4216 2002-11-22 [christoph]  0.8.5claws179
4217
4218         * src/compose.c
4219         * src/inc.c
4220         * src/prefs_filtering.c
4221         * src/summaryview.c
4222                 more warning fixes
4223
4224 2002-11-22 [alfons]     0.8.5claws178
4225
4226         * src/summaryview.c
4227                 summary_execute_delete_func(): if message is deleted, make 
4228                 sure to also remove its entry in the subject hash table. 
4229                 fixes a corner case bug.
4230
4231 2002-11-22 [paul]       0.8.5claws177
4232
4233         * .cvsignore
4234                 add 'autom4te.cache'
4235                 
4236         * ltconfig      ** REMOVED **
4237                 not needed
4238
4239 2002-11-22 [paul]       0.8.5claws176
4240
4241         * src/textview.c
4242                 textview_set_font(): fix for message display in
4243                 UTF-8 locales (thanks to Sergey Vlasov).
4244                 
4245         * AUTHORS
4246                 add new team members and contributors
4247
4248
4249 2002-11-21 [colin]      0.8.5claws175
4250
4251         * src/procmsg.[ch]
4252                 Add procmsg_remove_special_headers()
4253         * src/mh.c
4254                 Use procmsg_remove_special_headers() for 
4255                 previous fix
4256
4257 2002-11-21 [colin]      0.8.5claws174
4258
4259         * src/mh.c
4260                 Fix moving/copying from queue/draft folders
4261                 for MH folders
4262
4263 2002-11-21 [christoph]  0.8.5claws173
4264
4265         * src/crash.c
4266         * src/filtering.c
4267         * src/logwindow.c
4268         * src/main.c
4269         * src/matcher_parser_lex.[hl]
4270         * src/mbox.c
4271         * src/mbox_folder.[ch]
4272         * src/prefs_filtering.c
4273         * src/procheader.c
4274         * src/quote_fmt_lex.l
4275         * src/ssl.c
4276                 fix all warnings except the warnings in lex and yacc files
4277
4278 2002-11-20 [christoph]  0.8.5claws172
4279
4280         * src/imap.c
4281                 fix MsgInfo retrieval for IMAP draft and queue folders
4282                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4283
4284 2002-11-19 [christoph]  0.8.5claws171
4285
4286         * src/compose.c
4287                 fix segfault, when draft saving does not get
4288                 the MsgInfo of the new message
4289                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4290
4291 2002-11-19 [christoph]  0.8.5claws170
4292
4293         * src/procmsg.c
4294                 add parameter check for flag setting function
4295                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4296
4297 2002-11-18 [paul]       0.8.5claws169
4298
4299         * src/compose.c
4300                 more sensitivity fixes to redirect mode:
4301                 * disable toolbar draft button
4302                 * allow only Address book in the Tools menu
4303                 * disable editing of message by the spell
4304                   checker
4305
4306 2002-11-18 [paul]       0.8.5claws168
4307
4308         * src/compose.c
4309                 fix sensitivity of menu items in compose_redirect():
4310                 allow only the necessary items 
4311
4312 2002-11-18 [paul]       0.8.5claws167
4313
4314         * src/compose.c
4315                 fix bug [ 603259 ] 'attachment got lost on bounce'
4316
4317 2002-11-18 [paul]       0.8.5claws166
4318
4319         * po/ru.po
4320                 updated by Ruslan N. Balkin <baron@dartel.ru>
4321
4322 2002-11-18 [colin]      0.8.5claws165
4323
4324         * src/main.c
4325           src/defs.h
4326                 Remove old filtering stuff
4327
4328
4329 2002-11-17 [oliver]     0.8.5claws164
4330
4331         * src/toolbar.h
4332                 remove not needed typedef 
4333
4334 2002-11-17 [oliver]     0.8.5claws163
4335
4336         * src/toolbar.c
4337                 make toolbar's on click events translatable
4338
4339 2002-11-15 [colin]      0.8.5claws162
4340
4341         * src/summaryview.c
4342                 Revert too-soon integration of a feature
4343
4344 2002-11-15 [christoph]  0.8.5claws161
4345
4346         * src/imap.c
4347                 use main's implementation of imap_get_msginfo
4348
4349 2002-11-15 [christoph]  0.8.5claws160
4350
4351         * src/compose.c
4352         * src/folder.[ch]
4353         * src/imap.c
4354         * src/mbox_folder.c
4355         * src/mh.c
4356         * src/news.c
4357         * src/procmsg.c
4358         * src/summaryview.c
4359                 replace claws' fetch_msginfo with main's get_msginfo
4360                 (use main's implementation where possible)
4361
4362 2002-11-15 [colin]      0.8.5claws159
4363
4364         * src/ssl_certificate.c
4365                 Missed a check
4366
4367 2002-11-16 [melvin]     0.8.5claws158
4368
4369         * po/fr.po
4370                 Updated French translations.
4371
4372 2002-11-16 [colin]      0.8.5claws157
4373
4374         * src/ssl_certificate.c
4375                 Check for missing parts in the certificates
4376
4377 2002-11-15 [colin]      0.8.5claws156
4378
4379         * src/folderview.c
4380                 Preventive fix (missing check) found by
4381                 Alfons
4382
4383 2002-11-15 [paul]
4384
4385         * NEWS
4386                 sync with 0.8.6 release
4387
4388 2002-11-15 [colin]      0.8.5claws155
4389
4390         * src/folder.[ch]
4391           src/folderview.c
4392                 Fix error handling of folder_item_move_to()
4393                 (thanks to Alfons!)
4394
4395 2002-11-15 [colin]      0.8.5claws154
4396
4397         * src/folder.[ch]
4398           src/folderview.c
4399                 folder_item_move_to() sets an error message instead
4400                 of having GUI stuff in folder.c
4401
4402 2002-11-15 [colin]      0.8.5claws153
4403
4404         * src/procmsg.[ch]
4405                 Implemented a callback for MsgInfo updates, 
4406                 heavily copy/pasted from Christoph's folder 
4407                 callback system
4408         * src/summaryview.[ch]
4409                 Register summary_update_msg as callback
4410
4411 2002-11-14 [colin]      0.8.5claws152
4412         
4413         * src/procmsg.c
4414                 Update the FolderItem after sending (fixes 617593)
4415
4416 2002-11-14 [christoph]  0.8.5claws151
4417
4418         * src/folder.c
4419                 fix wrong position of NULL pointer check found
4420                 by Sergey
4421
4422 2002-11-14 [christoph]  0.8.5claws150
4423
4424         * src/folder.c
4425                 fix segfault when deleting messages from IMAP folders
4426                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4427
4428 2002-11-14 [colin]      0.8.5claws149
4429
4430         * src/compose.c
4431                 Forwarding was also ignoring the folder's default account.
4432
4433 2002-11-14 [colin]      0.8.5claws148
4434
4435         * src/compose.c
4436                 Fix sent folder not set to folder properties when 
4437                 forwarding.
4438
4439 2002-11-14 [thorsten]   0.8.5claws147
4440
4441         * src/inc.c
4442                 inc_start(): Files were not moved from .processing to inbox,
4443                 if no global processing rule existed
4444
4445 2002-11-14 [colin]      0.8.5claws146
4446
4447         * src/ssl_certificate
4448                 Fix file operations
4449
4450 2002-11-14 [paul]       0.8.5claws145
4451
4452         * po/it.po
4453                 updated by Alessandro Maestri
4454
4455 2002-11-13 [alfons]     0.8.5claws144
4456
4457         * src/folder.c
4458                 folder_item_close(): only mark messages unread
4459                 when a folder has new messages 
4460
4461 2002-11-13 [keith]      0.8.5claws143
4462
4463         * src/imap.c
4464                 Fix problem moving or copying between
4465                 IMAP folders
4466
4467 2002-11-13 [colin]      0.8.5claws142
4468
4469         * src/matcher_parser_parse.y
4470                 Fix rule problem when " don't match
4471
4472 2002-11-13 [christoph]  0.8.5claws141
4473
4474         * src/folder.c
4475         * src/folderview.c
4476                 moved cache saving to folder_item_close
4477                 the folderview should not have to deal with
4478                 this things
4479
4480 2002-11-13 [christoph]  0.8.5claws140
4481
4482         * src/summaryview.c
4483                 moved setting of important score to
4484                 summary_set_prefs_from_folderitem
4485
4486 2002-11-13 [colin]      0.8.5claws139
4487
4488         * src/matcher_parser_parse.y
4489                 Fix a segfault in the parser (happening when
4490                 a good expression had been tested and a bad 
4491                 one arrives)
4492
4493 2002-11-13 [paul]       0.8.5claws138
4494
4495         * sync with 0.8.5cvs24
4496                 see ChangeLog 2002-11-13
4497                 
4498         * po/pt_BR.po
4499                 updated by Fabio Jr. Beneditto
4500
4501 2002-11-13 [colin]      0.8.5claws137
4502         
4503         * src/msgcache.c
4504           src/defs.h
4505           src/procmsg.[ch]
4506                 Revert last commit, problem
4507
4508 2002-11-13 [colin]      0.8.5claws136
4509
4510         * src/msgcache.c
4511                 Remove duplicated code
4512         * src/defs.h
4513                 Bumped CACHE_VERSION and MARK_VERSION
4514         * src/procmsg.[ch]
4515                 Network endian for cache and mark files
4516
4517 2002-11-12 [colin]      0.8.5claws135
4518
4519         * src/inc.c
4520                 Fix the "socket error" dialog which disappeared
4521
4522 2002-11-12 [colin]      0.8.5claws134
4523
4524         * src/msgcache.c
4525                 Reverse last commit which had performance 
4526                 problems, but still reverse the list
4527
4528 2002-11-12 [colin]      0.8.5claws133
4529
4530         * src/msgcache.c
4531                 Reverse list order
4532
4533 2002-11-12 [melvin]     0.8.5claws132
4534
4535         * src/compose.c
4536                 Added a check for a NULL prefs_common.dictionary
4537
4538 2002-11-12 [colin]      0.8.5claws131
4539
4540         * src/ssl_certificate.[ch]
4541                 Use FQDN hostname
4542
4543 2002-11-12 [colin]      0.8.5claws130
4544
4545         * src/ssl_certificate.[ch]
4546                 Take connection port into account for 
4547                 checking certificates (a single hostname
4548                 could have multiple servers with multiple
4549                 certificates)
4550         * src/ssl.c
4551                 Pass the port to ssl_certificate_check
4552
4553 2002-11-12 [paul]       0.8.5claws129
4554
4555         * src/folder.c
4556                 fix a typo in last commit
4557
4558 2002-11-12 [paul]       0.8.5claws128
4559
4560         * sync with 0.8.5cvs23
4561                 see ChangeLog entry 2002-11-12
4562
4563 2002-11-11 [colin]      0.8.5claws127
4564
4565         * src/ssl_certificate.c
4566                 Cleaner messages
4567                 Don't popup, instead log error, if the 
4568                 corresponding pref is checked
4569         * src/ssl_certificate.h
4570                 include <openssl/objects/h>
4571
4572 2002-11-11 [colin]      0.8.5claws126
4573
4574         * src/ssl_certificate.h
4575                 _Really_ clean it
4576
4577 2002-11-11 [colin]      0.8.5claws125
4578         
4579         * src/ssl_certificate.c
4580                 Fixed leak
4581
4582 2002-11-11 [colin]      0.8.5claws124
4583
4584         * src/ssl.c
4585                 Cleaned a bit
4586         * src/ssl_certificate.[ch]
4587                 Cleaned a bit (better use of SSL API)
4588                 (This will cause non-recognition of saved 
4589                  certificates of claws12[23]...)
4590
4591 2002-11-11 [paul]       0.8.5claws123
4592         
4593         * po/es.po
4594                 updated by Ricardo Mones Lastra
4595
4596 2002-11-11 [colin]      0.8.5claws122
4597
4598         * src/ssl.c
4599                 Fix a typo
4600
4601 2002-11-11 [colin]      0.8.5claws121
4602
4603         * src/ssl_certificate.[ch] ** NEW FILES **
4604         * src/ssl.[ch]
4605                 Check SSL certificates presented to us
4606         * src/Makefile.am
4607                 Add ssl_certificate.[ch]
4608         * po/POTFILES.in
4609                 Add ssl_certificate.c
4610
4611 2002-11-11 [paul]       0.8.5claws120
4612
4613         * sync with 0.8.5cvs22
4614                 see ChangeLog 2002-11-11
4615
4616 2002-11-11 [paul]       0.8.5claws119
4617
4618         * sync with 0.8.5cvs21
4619                 see ChangeLog 2002-11-11
4620
4621 2002-11-10 [jens]       0.8.5claws118
4622
4623         * src/folder.c
4624         * src/folderview.c
4625                 corrected some typing
4626         * po/de.po
4627                 updated german translation
4628         * sylpheed.spec.in
4629                 cleaned up specfile and adjusted it for claws
4630
4631 2002-11-10 [colin]      0.8.5claws117
4632
4633         * src/summaryview.c
4634                 a STATUSBAR_PUSH/POP fix
4635
4636 2002-11-10 [colin]      0.8.5claws116
4637
4638         * src/prefs_folder_item.c
4639                 Fix hanging after opening folder properties
4640
4641 2002-11-10 [hoa]        0.8.5claws115
4642
4643         * src/matcher_parser_lex.l
4644         * src/matcher_parser_parse.y
4645                 config file for scoring and filtering is no more trashed
4646                 when there is a syntax error in a filtering rule when
4647                 editing it in a dialog.
4648
4649 2002-11-09 [colin]      0.8.5claws114
4650
4651         * src/mbox_folder.c
4652                 Added missing initialisation of folder->destroy()
4653
4654 2002-11-09 [colin]      0.8.5claws113
4655
4656         * src/folder.c
4657           src/folderview.c
4658                 Fix the status bar messages
4659
4660 2002-11-09 [colin]      0.8.5claws112
4661
4662         * src/folderview.c
4663                 Fix hangs after folder dnd, happening after 
4664                 claws109.
4665
4666 2002-11-09 [christoph]  0.8.5claws111
4667
4668         * src/folderview.c
4669                 just changed order of calls (reverse order of
4670                 associated calls)
4671         * src/inc.c
4672                 lock inc when checking only one account, otherwise
4673                 inc all could be executed at the same time
4674
4675 2002-11-09 [christoph]  0.8.5claws110
4676
4677         * src/folderview.c
4678                 better unlock the mouse cursor before calling
4679                 summary_show because it changes the cursor too
4680
4681 2002-11-09 [christoph]  0.8.5claws109
4682
4683         * src/folder.[ch]
4684         * src/folderview.c
4685                 add functions to open and close a folder
4686                 o opending will execute scanning for remote folders
4687                   and processing
4688                 o closing will unset new flag for messages
4689
4690 2002-11-09 [colin]      0.8.5claws108
4691
4692         * src/folder.c
4693                 Add a call to prefs_matcher_write_config to 
4694                 avoid non-leaf folders filtering settings to be
4695                 lost
4696
4697 2002-11-09 [paul]       0.8.5claws107
4698
4699         * src/prefs_account.c
4700                 re-word a label
4701
4702 2002-11-09 [colin]      0.8.5claws106
4703
4704         * src/folderview.c
4705                 Minor esthetic fix
4706
4707 2002-11-09 [colin]      0.8.5claws105
4708
4709         * src/folderview.c
4710                 Fix prefs_filtering deletion for MH folders (same
4711                 reason as below)
4712         * src/prefs_filtering.c
4713                 Fix prefs_filtering renaming and deletion for 
4714                 folder-based processing rules.  
4715
4716 2002-11-09 [christoph]  0.8.5claws104
4717
4718         * src/compose.c
4719         * src/folder.[ch]
4720         * src/folderview.[ch]
4721         * src/import.c
4722         * src/inc.c
4723         * src/main.c
4724         * src/mainwindow.c
4725         * src/messageview.c
4726         * src/prefs_folder_item.c
4727         * src/procmsg.c
4728         * src/summaryview.c
4729                 implement a callback system for folder item updates
4730
4731 2002-11-09 [colin]      0.8.5claws103
4732
4733         * src/folderview.c
4734                 Fix prefs_filtering renaming for MH folders (we
4735                 shouldn't rename by path as another folder could
4736                 have the same hierarchy).
4737
4738 2002-11-09 [colin]      0.8.5claws102
4739
4740         * src/folder.c
4741                 Fix a leak found by Christoph, use better variable
4742                 names
4743
4744 2002-11-09 [colin]      0.8.5claws101
4745
4746         * src/folder.c
4747                 One more fix for processing rules
4748
4749 2002-11-08 [colin]      0.8.5claws100
4750         
4751         * src/matcher.c
4752                 Don't copy the compiled regexp (will be reevaluated)
4753         * src/folderview.c
4754                 Lock folderview while moving
4755         * src/folder.c
4756                 Provide info on what's happening to the user
4757
4758 2002-11-08 [colin]      0.8.5claws99
4759
4760         * src/folderview.c
4761                 Fix folder reordering after a move if parent is 
4762                 root
4763         * src/scoring.[ch]
4764                 Add function to copy a ScoringProp
4765         * src/prefs_folder_item.c
4766                 Copy scoring rules when copying a folder prefs
4767
4768 2002-11-08 [colin]      0.8.5claws98
4769
4770         * src/folderview.c
4771                 Fixes in case of failure
4772         * src/filtering.[ch]    
4773                 Add function to duplicate a FilteringProp
4774         * src/matcher.[ch]
4775                 Add function to duplicate a MatcherProp
4776         * src/prefs_folder_item.c
4777                 Save folder's processing rules when copying 
4778                 its prefs
4779
4780 2002-11-08 [colin]      0.8.5claws97
4781         
4782         * src/folderview.c
4783                 Sort after move
4784         * src/folder.c 
4785                 Change a printf to debug_print
4786
4787 2002-11-08 [colin]      0.8.5claws96
4788
4789         * src/folder.c
4790           src/folderview.c
4791                 Fix segfaults, call me stupido
4792         
4793
4794 2002-11-08 [colin]      0.8.5claws95
4795
4796         *src/folder.c
4797                 Added forgotten prefs to save when moving folders
4798
4799 2002-11-08 [colin]      0.8.5claws94
4800
4801         * src/folder.c
4802                 Fixes to folder DND (prefs copy)
4803         * src/folderview.c
4804                 Optimization for folder DND (don't rescan whole tree)
4805                 Added folderview_create_folder_node() for this 
4806                 optimization, so de-duped a bit the code
4807         * src/prefs_folder_item.[ch]
4808                 Added prefs_folder_item_copy_prefs()    
4809           
4810 2002-11-08 [paul]       0.8.5claws93
4811
4812         * src/prefs_account.c
4813           tools/README
4814           tools/kmail2sylpheed_v2.pl
4815                 correct some typos
4816
4817 2002-11-08 [paul]       0.8.5claws92
4818
4819         * src/compose.c
4820           src/prefs_account.[ch]
4821                 remove account options 'clearsign' and 'ascii_armored',
4822                 replace with 'default_gnupg_mode' to prevent mixed-mode
4823                 Privacy settings
4824
4825 2002-11-08 [paul]       0.8.5claws91
4826
4827         * src/compose.[ch]
4828                 re-implement GnuPG 'on-the-fly' mode selection,
4829                 disallow mixed-mode
4830
4831 2002-11-08 [colin]      0.8.5claws90
4832
4833         * src/folderview.c
4834           src/prefs_folder_item.c
4835                 Change "Property" to "Properties"
4836
4837 2002-11-07 [colin]      0.8.5claws89
4838
4839         * src/folderview.c
4840           src/folder.c
4841                 Allow folder dropping to a root folder
4842
4843 2002-11-07 [paul]       0.8.5claws88
4844
4845         * src/compose.c
4846                 revert last commit
4847
4848 2002-11-07 [paul]       0.8.5claws87
4849
4850         * src/compose.c
4851                 fix reply-to-list bug. closes bug report
4852                 "[633382] reply-to-list broken in recent cvs"
4853
4854 2002-11-07 [paul]       0.8.5claws86
4855
4856         * src/compose.c
4857                 add a forgotten '#if USE_GPGME ... #endif'
4858
4859 2002-11-07 [paul]       0.8.5claws85
4860
4861         * sync with 0.8.5cvs20
4862                 see ChangeLog 2002-11-07
4863
4864 2002-11-07 [colin]      0.8.5claws84
4865
4866         * src/folder.[ch]
4867                 Change folder_item_move_to to return the newly 
4868                 created folderitem.
4869         * src/folderview.c
4870                 Select the new folderitem after moving.
4871
4872 2002-11-07 [colin]      0.8.5claws83
4873
4874         * src/prefs_filtering.c
4875                 Fix rule rewriting when moving a leaf folder to a 
4876                 shorter path
4877
4878 2002-11-07 [colin]      0.8.5claws82
4879
4880         * src/prefs_filtering.c
4881                 fix a leak
4882
4883 2002-11-07 [colin]      0.8.5claws81
4884
4885         * src/folder.[ch]
4886                 Add folder_item_move_to() function to move a 
4887                 folderitem into another one (updates matcher etc)
4888         * src/folderview.c
4889                 Add folder drag'n drop (context menu to come)
4890                 [Should be dataloss free, but Please backup before 
4891                  trying !]
4892
4893 2002-11-06 [colin]      0.8.5claws80
4894
4895         * src/mh.c
4896                 mh_create_folder() returns NULL if can't create
4897                 directory hierarchy
4898
4899 2002-11-06 [paul]       0.8.5claws79
4900
4901         * src/compose.[ch]
4902                 allow 'on-the-fly' changing of the type of encryption 
4903                 and/or signing used (mime/ascii) via the compose window
4904
4905 2002-11-06 [paul]       0.8.5claws78
4906
4907         * sync with 0.8.5cvs19
4908                 see ChangeLog 2002-11-06 for src/account.c: 
4909                 account_get_special_folder()
4910                 
4911 2002-11-05 [alfons]     0.8.5claws77
4912
4913         * src/crash.c
4914                 very minor cleanups: nothing to see here, move on. :-)
4915
4916 2002-11-05 [colin]      0.8.5claws76
4917
4918         * src/main.c
4919                 Changes choices if compose windows are opened to
4920                 Discard, Draft, Don't quit
4921
4922 2002-11-05 [thorsten]   0.8.5claws75
4923
4924         * src/compose.c
4925                 reenabled default_reply_to folder option
4926
4927 2002-11-05 [colin]      0.8.5claws74
4928
4929         * src/compose.[ch] 
4930                 add compose_draft()
4931         * src/crash.c
4932                 add SIGTERM handler
4933         * src/main.[ch]
4934                 add clean_quit() for the SIGTERM handler
4935
4936 2002-11-05 [paul]       0.8.5claws73
4937         
4938         * po/es.po
4939                 updated by Ricardo Mones Lastra
4940
4941 2002-11-05 [melvin]     0.8.5claws72
4942
4943         * src/logwindow.c
4944                 Fixed log-clipping bug #616795.
4945                 To stop logging in the log window use 0 length.
4946         * src/prefs_common.c
4947                 Added a label to inform about the 0 log length behaviour.
4948
4949 2002-11-05 [paul]       0.8.5claws71
4950
4951         * sync with 0.8.5cvs17
4952                 see ChangeLog 2002-11-05
4953
4954 2002-11-04 [paul]       0.8.5claws70
4955
4956         * sylpheed-128x128.png
4957           sylpheed-64x64.png
4958           sylpheed.png
4959                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4960                 <nikai@users.sourceforge.net>
4961                 
4962         * po/bg.po
4963                 updated by George Danchev
4964
4965 2002-11-03 [thorsten]   0.8.5claws69
4966
4967         * src/main.c
4968           src/mimeview.c
4969           src/rfc2015.h
4970                 add check if gpg is active
4971
4972 2002-11-03 [thorsten]   0.8.5claws68
4973
4974         * src/toolbar.h
4975                 removed GSList declaration causing trouble on MacOS-X
4976                 (submitted by alfons, reported by xfesty)
4977
4978 2002-11-01 [paul]       0.8.5claws67
4979
4980         * src/mainwindow.c
4981                 remove last remnants of main's filter code
4982
4983 2002-11-01 [paul]       0.8.5claws66
4984
4985         * tools/filter_conv.pl
4986                 fix bug where user-defined headers were ignored
4987
4988 2002-11-01 [paul]       0.8.5claws65
4989
4990         * src/logwindow.c
4991                 make a debug_print() not translatable
4992
4993 2002-10-31 [melvin]     0.8.5claws64
4994
4995         * ac/aspell.m4
4996                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4997                 not run any GNU/aspell test.  The dictionary path will
4998                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4999                 was given, in which case, it will be $prefix/lib/aspell/
5000         * configure.in
5001                 Fixed typo in commentary (Aspell code).
5002
5003 2002-10-31 [paul]       0.8.5claws63
5004
5005         * po/POTFILES.in
5006                 remove src/filter.c and src/prefs_filter.c
5007                 thanks to Ricardo for reminding me
5008
5009 2002-10-31 [colin]      0.8.5claws62
5010
5011         * src/mbox_folder.c
5012                 Plug some leaks
5013
5014 2002-10-31 [paul]       0.8.5claws61
5015
5016         * src/prefs_filter.[ch] ** REMOVED **
5017           src/filter.[ch]       ** REMOVED **
5018           
5019         * src/Makefile.am
5020           src/folderview.c
5021           src/inc.c
5022           src/main.c
5023           src/mainwindow.c
5024           src/mbox.c
5025           src/prefs_common.c
5026           src/prefs_filtering.c
5027           src/summaryview.[ch]
5028                 remove main's 'filter' code
5029                 
5030         README.claws
5031                 update to reflect removal of main's filter
5032
5033 2002-10-31 [paul]       0.8.5claws60
5034
5035         * src/summaryview.c
5036                 remove check for global_processing in summary_filter_open(). 
5037                 This fixes the bug where if the user uses the right-click 
5038                 'Create filter rule...' and doesn't have any filter rules 
5039                 already defined in claws' advanced filtering, the newly 
5040                 created filter rule goes to main's filtering which is 
5041                 inaccessible through the gui. Now the filter rule gets added
5042                 to claws' filtering by default.
5043
5044 2002-10-28 [melvin]     0.8.5claws59
5045
5046         * src/prefs_actions.c
5047                 Fixed bug #627322 where MIME parts were not always
5048                 correctly passed to a %p action
5049                 Display an error dialog when message filename is not found.
5050
5051 2002-10-28 [melvin]     0.8.5claws58
5052
5053         * src/prefs_common.c
5054                 Readded a missing function declaration lost in 0.8.3claws34
5055
5056 2002-10-28 [paul]       0.8.5claws57
5057
5058         * sync with 0.8.5cvs15
5059                 see ChangeLog 2002-10-28 and 2002-10-25
5060                 
5061         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5062
5063 2002-10-27 [oliver]     0.8.5claws56
5064
5065         * src/pop.c
5066                 plug leak in pop3_top_recv
5067
5068 2002-10-26 [christoph]  0.8.5claws55
5069
5070         * src/folder.c
5071                 set need_update folder flag when messages are added
5072                 (closes bug [ 626922 ] folder not updated after receiving)
5073
5074 2002-10-25 [melvin]     0.8.5claws54
5075
5076         * src/imageview.c
5077                 Fixed a memleak introduced in the scaling code.
5078
5079 2002-10-24 [alfons]     0.8.5claws53
5080
5081         * src/filtering.c
5082                 make filtering's forward message action forward from the 
5083                 correct account
5084                 (closes bug [628089 ] Filter -> Forward from address problem
5085                 reported by Oktay)
5086
5087 2002-10-24 [christoph]  0.8.5claws52
5088
5089         * src/mainwindow.c
5090         * src/manual.[ch]
5091                 o use manual of current locale or english if current
5092                   locale is not available (and english is available)
5093                 o also link to sylpheed doc project manuals
5094
5095 2002-10-23 [paul]       0.8.5claws51
5096
5097         * tools/README
5098           tools/kmail2sylpheed_v2.pl
5099                 add new version of kmail addressbook importer script.
5100                 works with newer versions of Kmail/KAddressBook which
5101                 have new and rearranged data.
5102
5103 2002-10-23 [martin]     0.8.5claws50
5104
5105         * src/folderview.c
5106         * src/summaryview.c
5107         * src/utils.h
5108         * src/utils.c
5109                 added length parameter to get_abbrev_newsgroup_name()
5110                 changed this function so that it abbreviates the newsgroup
5111                 names only so long it is smaller than the length parameter
5112                 (for better reading of some newsgroup names and space efficiency)
5113
5114 2002-10-22 [colin]      0.8.5claws49
5115
5116         *src/foldersel.c
5117                 Revert Alfons' last modification (after voting ;-))
5118
5119 2002-10-21 [alfons]     0.8.5claws48
5120
5121         * src/foldersel.c
5122                 folder view in folder selection dialog reflects state of
5123                 folder view in main window
5124
5125 2002-10-18 [alfons]     0.8.5claws47
5126
5127         * src/mbox.c
5128                 drop imported messages in folder selected by user,
5129                 and not in the inbox
5130                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5131
5132 2002-10-18 [alfons]     0.8.5claws46
5133
5134         * src/compose.c
5135                 make automagic reply work correctly for email accounts 
5136                 (whether it's viable to do a full sync with Hiro's 
5137                 compose.c is still under discussion)
5138
5139 2002-10-18 [melvin]     0.8.5claws45
5140
5141         * src/prefs_actions.c
5142                 Fixed bug #622275 where asynchroneous actions left 
5143                 zombies processes
5144                 Made (synchroneous) actions' input be displayed live.
5145
5146 2002-10-18 [christoph]  0.8.5claws44
5147
5148         * src/textview.c
5149                 don't add a newline in the textview in front of the
5150                 first textpart if header display is disabled
5151                 (closes bug [ 603385 ] disabled header display leaves blank
5152                  lin)
5153
5154 2002-10-18 [christoph]  0.8.5claws43
5155
5156         * src/folder.[ch]
5157         * src/imap.c
5158         * src/mbox_folder.c
5159         * src/mh.c
5160         * src/news.c
5161                 folder->get_num_list now returns an error code
5162                 (closes bug [ 609424 ] News cache cleared on failure)
5163                 
5164 2002-10-17 [colin]      0.8.5claws42
5165         
5166         * src/news.c
5167                 Changed a printf by debug_print
5168
5169 2002-10-16 [paul]       
5170
5171         * tools/OOo2sylpheed.pl
5172                 allow for spaces in the name of the
5173                 file to be attached.
5174
5175 2002-10-16 [colin]      0.8.5claws41
5176
5177         * src/main.c
5178                 Use a tristate to change online mode
5179
5180 2002-10-16 [paul]       0.8.5claws40
5181
5182         * po/es.po
5183                 updated by Ricardo Mones Lastra
5184
5185 2002-10-16 [colin]      0.8.5claws39
5186
5187         * src/main.c
5188           src/mainwindow.[ch]
5189                 Added --online and --offline command-line
5190                 switches
5191
5192 2002-10-15 [christoph]  0.8.5claws38
5193
5194         * src/procmime.c
5195                 set mimeinfo->name to NULL after g_free to
5196                 avoid double freeing with g_free
5197
5198 2002-10-14 [christoph]  0.8.5claws37
5199
5200         * src/compose.c
5201         * src/filtering.c
5202         * src/summaryview.c
5203                 remove calls to folder->change_flags that are now
5204                 done by procmsg flag functions (seems it is not
5205                 used by any foldertype anyway)
5206         * src/folder.c
5207                 init folder->change_flags with NULL
5208
5209 2002-10-14 [christoph]  0.8.5claws36
5210
5211         * src/folder.[ch]
5212         * src/imap.[ch]
5213                 use virtual functions for folder item new and destroy
5214                 functions
5215
5216 2002-10-14 [melvin]     0.8.5claws35
5217
5218         * src/compose.c
5219                 Added a test to not run the spell checker if no default
5220                 dictionary is available. No dialog is displayed though.
5221
5222 2002-10-14 [melvin]     0.8.5claws34
5223
5224         * src/gtkaspell.c
5225                 Fixed bug in dictionary list context menu where
5226                 "More..." pointed to an emtpy submenu if the
5227                 number of dictionaries is a multiple of 15
5228                 Removed unneeded code in suggestions list creation
5229
5230 2002-10-14 [paul]       0.8.5claws33
5231
5232         * po/bg.po
5233                 updated by George Danchev
5234
5235 2002-10-13 [hoa]        0.8.5claws32
5236
5237         * src/matcher.[ch]
5238           src/matcher_parser_parser.y
5239                 removed the escaped string from internal structure
5240                 of matcher.
5241
5242 2002-10-12 [colin]      0.8.5claws31
5243
5244         * src/gtksctree.[ch]
5245           src/summaryview.c
5246                 Removed useless function gtksctree_reanchor
5247
5248 2002-10-12 [alfons]     0.8.5claws30
5249         
5250         * sync with remaining main changes 2002-10-09 - 2002-10-11
5251         - drop changes to src/compose.c (requires claws specific changes)
5252         
5253 2002-10-12 [alfons]     0.8.5claws29
5254         
5255         * sync with main changes of 2002-10-08
5256         - drop changes to src/compose.c (requires claws specific changes)
5257         - drop changes to src/summaryview.c (requires changes to compose.c)     
5258
5259 2002-10-12 [alfons]     0.8.5claws28
5260         
5261         * sync with main changes of 2002-10-07
5262
5263 2002-10-12 [alfons]     0.8.5claws27
5264
5265         * sync with main changes of 2002-10-04
5266         - drop changes to src/compose.c (requires claws specific changes)
5267         - drop changes to src/prefs_folder_item.c (claws implementation
5268           seems to be working)
5269
5270 2002-10-12 [colin]      0.8.5claws26
5271
5272         * src/mainwindow.c
5273                 Fix folder-flicker when space-reading, introduced 
5274                 in claws22.
5275
5276 2002-10-12 [colin]      0.8.5claws25
5277
5278         * src/compose.c
5279                 Save account address when saving as draft.
5280                 (closes bug 621838)
5281
5282 2002-10-12 [colin]      0.8.5claws24
5283
5284         * src/summaryview.c
5285                 Fix the problem consisting of no message selected
5286                 after the last message in a folder has been moved.
5287
5288 2002-10-12 [paul]       0.8.5claws23
5289
5290         * src/compose.c
5291           src/prefs_template.c
5292           src/template.[ch]
5293                 add Cc and Bcc to templates. Patch submitted by
5294                 John L. Males.
5295
5296 2002-10-12 [colin]      0.8.5claws22
5297
5298         * src/folderview.c
5299                 Fix a bug after "Check for new messages":
5300                 If a folder was opened, it was still selected at
5301                 the end of the check, but displayed empty.
5302         * src/mainwindow.c
5303                 Remove unnecessary check
5304
5305 2002-10-12 [paul]
5306
5307         * tools/README
5308                 be more verbose in the description of
5309                 OOo2sylpheed.pl
5310                 
5311
5312 2002-10-11 [colin]      0.8.5claws21
5313
5314         * src/mainwindow.c
5315                 Make space work (better) when no mail is selected
5316
5317 2002-10-11 [colin]      0.8.5claws20
5318
5319         * src/inc.c
5320           src/news.c
5321                 fix warnings
5322
5323 2002-10-11 [colin]      0.8.5claws19
5324
5325         * src/mainwindow.c
5326                 revert 0.8.5claws6 changes as i couldn't get to
5327                 anything satisfying
5328
5329 2002-10-11 [melvin]     0.8.5claws18
5330
5331         * src/compose.c
5332                 Removed buggy and unused macro (should have been committed in
5333                 0.8.5claws17)
5334
5335 2002-10-11 [melvin]     0.8.5claws17
5336
5337         * src/compose.c
5338                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5339
5340 2002-10-11 [thorsten]   0.8.5claws16 
5341
5342         * src/folderview.c
5343                 remove rescan warning
5344
5345 2002-10-11 [colin]      0.8.5claws15 
5346
5347         * src/procheader.c
5348                 fix a segfault that happens if conv_unmime_header
5349                 fails (should be better to find out why it fails)
5350
5351 2002-10-11 [christoph]  0.8.5claws14
5352
5353         * src/summaryview.c
5354                 update folderview stats after ignore/unignore thread
5355
5356 2002-10-11 [hoa]        0.8.5claws13
5357
5358         * src/quote_fmt_parse.y
5359                 Fixed a yacc/bison syntax error
5360         * src/matcher.c
5361                 Escaping of string is fixed.
5362
5363 2002-10-11 [colin]      0.8.5claws12
5364
5365         * src/imageview.c
5366                 Resize images to fit
5367
5368 2002-10-11 [paul]       0.8.5claws11
5369
5370         * po/es.po
5371                 updated by Ricardo Mones Lastra
5372
5373 2002-10-10 [alfons]     0.8.5claws10
5374
5375         * src/compose.c
5376                 allow dropping files by "moving" files from a file manager,
5377                 not only by the more cumbersome "copying". the latter 
5378                 mostly implies holding down the Control button
5379
5380 2002-10-10 [christoph]  0.8.5claws9
5381
5382         * src/summaryview.c
5383                 update folders after thread building for ignored threads
5384
5385 2002-10-10 [christoph]  0.8.5claws8
5386
5387         * config/.cvsignore
5388                 added Makefile
5389         * src/filtering.[ch]
5390         * src/folder.[ch]
5391         * src/folderview.[ch]
5392         * src/import.c
5393         * src/inc.[ch]
5394         * src/mbox.[ch]
5395         * src/procmsg.c
5396         * src/summaryview.[ch]
5397                 o added new flag need_update to FolderItem
5398                 o removed folder_table from various functions from tracking
5399                   folder updates
5400                 o set need_update flags in folder.c's move, copy and delete
5401                   functions and procmsg's flags functions
5402                 o added function folderview_update_items_when_required that
5403                   updates all folders with need_update set
5404                 o call folderview_update_items_when_required instead of
5405                   folderview_update_item_foreach
5406
5407 2002-10-09 [sergey]     0.8.5claws7
5408
5409         * src/compose.c
5410                 Strip CRs whel loading the text into editor in reedit mode.
5411
5412 2002-10-09 [colin]      0.8.5claws6
5413
5414         * src/mainwindow.c
5415                 Make Space work when no mail is selected
5416
5417 2002-10-09 [colin]      0.8.5claws5
5418
5419         * src/gtksctree.[ch]
5420                 Fix range_select
5421                 Add gtk_sctree_reanchor() 
5422         * src/summaryview.c
5423                 Use gtk_sctree_reanchor() - better fix for 
5424                 bug 60413
5425
5426 2002-10-09 [colin]      0.8.5claws4
5427
5428         * src/summaryview.c
5429                 Fix shift-click select after delete problem
5430                 (closes bug 60413)
5431
5432 2002-10-08 [thorsten]   0.8.5claws3
5433
5434         * src/summaryview.c
5435                 exclude current msg from -hide read messages-
5436
5437 2002-10-08 [colin]      0.8.5claws2
5438
5439         * src/inc.[ch]
5440           src/pop.c
5441           src/recv.c
5442                 Differentiate socket errors from disk full
5443                 errors
5444
5445 2002-10-08 [christoph]  0.8.5claws1
5446
5447         * Makefile.am
5448         * configure.in
5449                 modifications for new config directory
5450
5451         * config.guess  ** REMOVED **
5452         * config.sub    ** REMOVED **
5453         * install-sh    ** REMOVED **
5454         * ltmain.sh     ** REMOVED **
5455         * missing       ** REMOVED **
5456         * mkinstalldirs ** REMOVED **
5457                 these files are autogenerated by automake
5458                 when you run autogen.sh
5459
5460         * config/.cvsignore     ** NEW FILE **
5461         * config/Makefile.am    ** NEW FILE **
5462                 ignore autogenerated files
5463                 create a Makefile in this directory
5464
5465 2002-10-08 [paul]       0.8.5claws
5466
5467         * 0.8.5claws release
5468         
5469         * src/compose.c
5470           src/procheader.c
5471           src/procmsg.c
5472                 fix quote reply format for newsgroups reply bug
5473                 (thanks to Hoa)
5474                 
5475         * po/en_GB.po
5476           po/pl.po
5477                 updated by me and Witold Wladyslaw Wojciech Wilk
5478                 repectively
5479
5480 2002-10-07 [paul]       0.8.3claws53
5481
5482         * po/it.po
5483           po/pt_BR.po
5484           po/sr.po
5485                 updated messages catalogs, submitted by
5486                 Alessandro Maestri, Fabio Jr.Beneditto 
5487                 and Urke MMI, respectively.
5488
5489 2002-10-07 [christoph]  0.8.3claws52
5490
5491         * src/folder.[ch]
5492         * src/folderview.c
5493         * src/mainwindow.c
5494                 fix new folder ghost message bug
5495                 (closes bug [ 619722 ] wrong count for newly created folders)
5496
5497 2002-10-07 [christoph]  0.8.3claws51
5498
5499         * src/compose.c
5500                 fix news posting problem
5501
5502 2002-10-07 [melvin]     0.8.3claws50
5503
5504         * po/fr.po
5505                 Updated French translation
5506
5507 2002-10-05 [christoph]  0.8.3claws49
5508
5509         * src/gtkstext.c
5510                 check if line_start_cache is set in gtk_stext_update_text
5511                 (closes bug [ 618119 ] crash while doing search in folder)
5512
5513 2002-10-05 [christoph]  0.8.3claws48
5514
5515         * src/imap.c
5516         * src/news.c
5517         * src/utils.c
5518         * src/utils.h
5519                 implement cache cleanups for claws' folder system
5520                 (closes bug [ 595916 ] imapcache not cleaned up)
5521
5522 2002-10-05 [melvin]     0.8.3claws47
5523
5524         * src/prefs_actions.c
5525                 Made the help text more clear for the %p token
5526
5527 2002-10-04 [paul]       0.8.3claws46
5528
5529         * sync with 0.8.5
5530                 see ChangeLog 2002-10-02 and 2002-10-03
5531
5532 2002-10-04 [christoph]  0.8.3claws45
5533
5534         * src/inc.c
5535                 fix segfault caused by pop before smtp
5536                 call to inc_account_mail with NULL
5537                 pointer for mainwin
5538
5539 2002-10-04 [paul]       0.8.3claws44
5540
5541         * configure.in
5542                 sync the LDAP detection from 0.8.5cvs1
5543
5544 2002-10-02 [christoph]  0.8.3claws43
5545
5546         * po/de.po
5547                 fix small spelling error
5548
5549 2002-10-02 [melvin]     0.8.3claws42
5550
5551         * ac/aspell.m4
5552                 Behave better and say "no" when test program cannot be run.
5553
5554 2002-10-02 [paul]       0.8.3claws41
5555
5556         * sync with 0.8.4cvs1
5557                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5558                 
5559         * src/summaryview.c
5560                 toggle the behavior of Reply menuitem between
5561                 normal reply and reply-to-list
5562
5563 2002-10-01 [sergey]     0.8.3claws40
5564
5565         * src/compose.c
5566                 Convert newlines in the message text to the canonical form
5567                 before base64 encoding (RFC2045 compliance, fixes some
5568                 interoperability issues with Evolution 1.0.3)
5569
5570 2002-09-29 [colin]      0.8.3claws39
5571
5572         * src/summaryview.c
5573                 Fix an unwanted copy/paste
5574
5575 2002-09-29 [colin]      0.8.3claws38
5576
5577         * src/mainwindow.c
5578                 Renamed "Custom toolbar" to "Customize toolbar"
5579                 Renamed "Show all header" to "Show all headers"
5580                 Renamed "Set diplay item" to "Set displayed items"
5581         * src/prefs_common.c
5582                 Renamed "Show all header" to "Show all headers"
5583         * src/prefs_summary_column.c
5584                 Renamed "diplay item" to "displayed items"
5585
5586 2002-09-29 [colin]      0.8.3claws37
5587
5588         * src/mainwindow.[ch]
5589                 online/offline status pixmaps follow theme
5590                 changes
5591         * src/summaryview.[ch]
5592                 quicksearch pixmap follows theme changes
5593
5594 2002-09-29 [thorsten]   0.8.3claws36
5595
5596         * src/compose.c
5597           src/prefs_folder_item.[ch]
5598                 add default_reply_to folder option (closes patch 581044)
5599
5600 2002-09-29 [christoph]  0.8.3claws35
5601
5602         * acconfig.h    ** REMOVED **
5603         * configure.in
5604         * ac/aspell.m4
5605         * ac/check-type.m4
5606         * ac/gnupg-check-typedef.m4
5607                 fix autoheader 2.50 warning
5608
5609 2002-09-29 [christoph]  0.8.3claws34
5610
5611         * major code cleanup (part 2)
5612         
5613                 - unused variables removed
5614                 - unused functions removed
5615                 - uninitialized variables checked
5616                 - missing return statements added
5617                 - missing function return types added
5618                 - added parentheses around assignment
5619                   when suggested by gcc
5620
5621 2002-09-29 [alfons]     0.8.3claws33
5622
5623         * src/logwindow.c
5624                 log_window_clear(): only bracket gtk_text_forward_delete() 
5625                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5626                 works around GTK text bug)
5627
5628 2002-09-29 [paul]       0.8.3claws32
5629
5630         * po/bg.po
5631           po/sr.po
5632                 updated by George Danchev and Urke MMI
5633                 respectively
5634
5635 2002-09-27 [christoph]  0.8.3claws31
5636
5637         * doc-src/readme.txt
5638         * doc-src/rfc1806.txt   ** REMOVED **
5639         * doc-src/rfc2183.txt   ** NEW FILE **
5640         * doc-src/rfc2980.txt   ** NEW FILE **
5641                 update rfcs
5642
5643 2002-09-27 [melvin]     0.8.3claws30
5644
5645         * ac/aspell.m4
5646                 Fixed typo which could break linking
5647
5648 2002-09-27 [melvin]     0.8.3claws29
5649
5650         * ac/aspell.m4
5651                 Improved GNU/aspell checking. 
5652                 Fixed bug #614490
5653
5654 2002-09-27 [paul]       0.8.3claws28
5655
5656         * sync with 0.8.3cvs8
5657                 see ChangeLog 2002-09-27
5658
5659 2002-09-26 [colin]      0.8.3claws27
5660
5661         * src/toolbar.[ch]
5662           src/mainwindow.[ch]
5663                 Add "Reply to Mailing-list" to the toolbar
5664
5665 2002-09-26 [christoph]  0.8.3claws26
5666
5667         * src/summaryview.c
5668                 Fix wrong message counts in summaryview status
5669
5670 2002-09-26 [paul]       0.8.3claws25
5671
5672         * sync with 0.8.3cvs7
5673                 see ChangeLog 2002-09-26
5674
5675 2002-09-26 [paul]       0.8.3claws24
5676
5677         * sync with 0.8.3cvs6
5678                 see ChangeLog 2002-09-25
5679
5680 2002-09-25 [christoph]  0.8.3claws23
5681
5682         * src/prefs_common.c
5683         * src/prefs_folder_item.c
5684         * src/prefs_scoring.c
5685                 Renamed "kill score" to "hide score" in GUI
5686                 and prefs files
5687
5688 2002-09-25 [paul]       0.8.3claws22
5689
5690         * sync with 0.8.3cvs5
5691                 see ChangeLog 2002-09-24
5692
5693 2002-09-24 [alfons]     0.8.3claws21
5694
5695         patch by Satoshi Nagayasu: allows appending / saving multiple 
5696         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5697         'Save as ...'")
5698
5699         * AUTHORS
5700                 add Satoshi Nagayasu
5701         * src/summaryview.c
5702                 summary_save_as(): allow saving selected files to
5703                 one file
5704                 summary_set_menu_sensitive: enable "Save As..." when
5705                 multiple files are selected
5706         * src/utils.[ch]
5707                 append_file(): new function
5708
5709 2002-09-24 [colin]      0.8.3claws20
5710
5711         * src/procmime.c
5712                 Fix segfault when mimeinfo doesn't have a 
5713                 content_type. 
5714
5715 2002-09-24 [colin]      0.8.3claws19
5716
5717         * src/prefs_common.[ch]
5718                 Add a preference to display send dialog or not
5719         * src/send.c
5720                 Display send dialog according to preference
5721
5722 2002-09-24 [colin]      0.8.3claws18
5723
5724         * src/compose.[ch]
5725                 Disable user actions when sending
5726
5727 2002-09-24 [colin]      0.8.3claws17
5728
5729         * src/procmime.c
5730                 Do not display name or filename for attachments
5731                 with an application/pgp-signature type
5732                 (security flaw, see bug 537413)
5733
5734 2002-09-23 [colin]      0.8.3claws16
5735
5736         * src/editaddress.c
5737                 Initialize entry_email, entry_alias and 
5738                 entry_remarks to first email address of the list
5739
5740 2002-09-23 [colin]      0.83claws15
5741
5742         * src/compose.c
5743                 Drop pgp-signature when reediting a signed queued
5744                 message
5745
5746 2002-09-23 [melvin]     0.8.3claws14
5747
5748         * po/fr.po
5749                 Updated French translation
5750
5751 2002-09-23 [melvin]     0.8.3claws13
5752
5753         * src/mainwindow.c
5754                 Made custom toolbar menu labels more consistent
5755         * src/prefs_toolbar.c
5756                 Made custom toolbar window title more consistent
5757
5758 2002-09-22 [colin]      0.8.3claws12
5759
5760         * src/inc.c
5761                 Initialize session type to normal before getting 
5762                 mail (fixes strange Get behaviour)
5763         * src/prefs_account.h
5764                 Move STYPE_POP_BEFORE_SMTP to last position to 
5765                 avoid other side-effects
5766
5767 2002-09-22 [colin]      0.8.3claws11
5768
5769         * src/prefs_account.c
5770                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5771                 from pop3 to apop or vice-versa
5772
5773 2002-09-22 [colin]      0.8.3claws10
5774         
5775         * src/prefs_account.[ch]
5776                 Add an option for the POP before SMTP timeout
5777         * src/inc.c
5778                 Remember time of last POP connection
5779         * src/send.c
5780                 Do POP before SMTP only if timeout reached
5781
5782 2002-09-22 [oliver]     0.8.3claws9
5783         
5784         * README.claws
5785                 explain custom toolbar
5786
5787 2002-09-22 [oliver]     0.8.3claws8
5788
5789         * src/prefs_actions.[ch]
5790         custom toolbar for compose      
5791                 actions callback from compose toolbar
5792         * src/folderview.c
5793                 remove include toolbar.h
5794
5795 2002-09-22 [oliver]     0.8.3claws7
5796         
5797         * src/prefs_toolbar.[ch]
5798                 custom toolbar for compose
5799                 - generic prefs_toolbar handles both
5800                   Mainwin's toolbar as well as Compose toolbar          
5801
5802 2002-09-22 [oliver]     0.8.3claws6
5803         
5804         * src/toolbar.[ch]
5805                 custom toolbar for compose
5806                 restructure toolbar.[ch]
5807
5808 2002-09-22 [oliver]     0.8.3claws5
5809
5810         * src/compose.[ch]
5811                 custom toolbar for compose
5812
5813 2002-09-22 [oliver]     0.8.3claws4
5814         
5815         * src/mainwindow.[ch]
5816                 custom toolbar for compose 
5817                 move mainwin toolbar back to mainwindow
5818
5819 2002-09-22 [alfons]     0.8.3claws3
5820
5821         * src/procmsg.c
5822                 :%sno/if(/if (/gc
5823                 :%sno/for(/for (/gc
5824                 (beautify)
5825
5826 2002-09-22 [alfons]     0.8.3claws2
5827         
5828         * src/procmsg.c
5829                 procmsg_save_to_outbox(): don't unlink message file from queue;
5830                 callers should do it using folder_item_remove_msg()
5831
5832 2002-09-22 [colin]      0.8.3claws1
5833
5834         * src/mimeview.[ch]
5835                 Made mimeview_check_signature() public
5836         * src/textview.c
5837                 Made GPG signatures verifiable by clicking
5838                 the [application/pgp-signature] in the Text
5839                 view
5840
5841 2002-09-22 [paul]       0.8.3claws
5842
5843         * po/bg.po
5844           po/en_GB.po
5845           po/es.po
5846           po/it.po
5847           po/pl.po
5848           po/pt_BR.po
5849           po/sr.po
5850                 updated translations, submitted by George Danchev,
5851                 me, Ricardo Mones Lastra, Alessandro Maestri,
5852                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5853                 and Urke MMI, respectively.     
5854
5855 2002-09-22 [alfons]     0.8.2claws65
5856
5857         * src/procmsg.c
5858         * src/pgptext.c
5859                 no furry valgrinds have been used to plug these memleaks
5860
5861 2002-09-20 [paul]       0.8.2claws64
5862
5863         * sync with 0.8.3cvs4
5864                 'Select thread' re-implemented 
5865                 see ChangeLog 2002-09-20
5866
5867 2002-09-21 [alfons]     0.8.2claws63
5868
5869         * src/compose.c
5870                 compose_send(): plug unnoticed memleak
5871
5872 2002-09-20 [alfons]     0.8.2claws62
5873
5874         * src/addr_compl.c
5875                 replace_address_in_edit(): strict check for NULL address to
5876                 fix "[ 607348 ] Segfault in address completion". My guess is
5877                 that this happens with an empty address book, but it's good
5878                 to have this check here anyway
5879                 
5880                 completion_window_button_press(): free string returned 
5881                 from the internal cache
5882
5883 2002-09-20 [christoph]  0.8.2claws61
5884
5885         * src/procmime.h
5886                 added ENC_BINARY to EncodingType
5887         * src/procmime.c
5888                 the string returned by procmime_get_encoding_str
5889                 should not depend on the order of values in the
5890                 EncodingType definition
5891         * doc-src/rfc1806.txt   ** NEW FILE **
5892                 Added rfc1806 about MIME Content-Disposition
5893                 Extension
5894
5895 2002-09-19 [paul]       0.8.2claws60
5896
5897         * sync with 0.8.2cvs3
5898                 see ChangeLog 2002-09-19
5899
5900 2002-09-19 [paul]       0.8.2claws59
5901
5902         * src/prefs_folder_item.c
5903                 revert to Darko's original alignment of colour
5904                 selector button
5905                 add a colon to folder_color label
5906                 
5907         * src/compose.c
5908                 add Colin's patch (with Hiro's modifications) to 
5909                 force BASE64 encoding for 8-bit text when signing
5910                 (sync with 0.8.3cvs2)
5911
5912 2002-09-18 [alfons]     0.8.2claws58
5913
5914         * src/compose.c
5915                 :%sno/if(/if (/gc
5916                 :%sno/for(/for (/gc
5917                 (beautify a little bit)
5918
5919 2002-09-18 [christoph]  0.8.2claws57
5920
5921         * src/pine.c
5922                 fix handling of fgetc return value
5923
5924 2002-09-17 [alfons]     0.8.2claws56
5925         
5926         * src/summaryview.c
5927                 summary_sort(): check non-NULL summaryview->folder_item when no 
5928                 folder is selected at all
5929                 (closes "[ 610344 ] sort label make syl Crash")
5930
5931 2002-09-17 [alfons]     0.8.2claws55
5932         
5933         * src/compose.c
5934                 beautify a little bit
5935
5936 2002-09-17 [christoph]  0.8.2claws54
5937
5938         * src/folder.c
5939                 initialize max values for cache and folder
5940                 when cache or folder is empty
5941
5942 2002-09-15 [colin]      0.8.2claws53
5943
5944         * src/compose.c
5945                 Fix a leak (thanks Alfons!) and cleaned
5946                 variables names for custom headers
5947
5948 2002-09-15 [colin]      0.8.2claws52
5949
5950         * src/compose.c
5951                 Fix custom headers recognition when
5952                 prefs_common.trans_hdr is on
5953
5954 2002-09-15 [colin]      0.8.2claws51
5955
5956         * src/compose.c
5957                 Allow dynamically-added custom headers
5958                 Yet not reparsed if reedited
5959
5960 2002-09-15 [alfons]     0.8.2claws50
5961
5962         * src/prefs_account.c
5963                 fix warnings
5964
5965 2002-09-15 [colin]      0.8.2claws49
5966         
5967         * src/prefs_account.c
5968                 fix pop_before_smtp sensitivity
5969
5970 2002-09-15 [colin]      0.8.2claws48
5971
5972         * src/inc.[ch]
5973                 add inc_pop_before_smtp()
5974                 allow MainWindow to be undefined in 
5975                 inc_account_mail() and inc_start()
5976         * src/pop.c
5977           src/prefs_account.h
5978                 add STYPE_POP_BEFORE_SMTP session type
5979         * src/prefs_account.c
5980                 activated pop before smtp option
5981         * src/send.c
5982                 do pop before smtp if the relevant option 
5983                 is set
5984
5985 2002-09-15 [paul]       0.8.2claws47
5986
5987         * sync with 0.8.3
5988                 see ChangeLog 2002-09-15
5989
5990 2002-09-14 [paul]       0.8.2claws46
5991
5992         * po/bg.po
5993                 updated Bulgarian translation, submitted by
5994                 George Danchev
5995
5996 2002-09-13 [paul]       0.8.2claws45
5997
5998         * src/compose.c
5999                 merge claws' select_account() with main's
6000                 (new) compose_select_account(). [sync with
6001                 0.8.2cvs15, see ChangeLog 2002-09-11]
6002
6003 2002-09-12 [christoph]  0.8.2claws44
6004
6005         * src/filter.c
6006                 allocate 1 elements of FolderItem not 0
6007
6008 2002-09-12 [colin]      0.8.2claws43
6009
6010         * src/compose.c
6011                 Fix bug #590825 (obey Follow-up: poster)
6012
6013 2002-09-12 [colin]      0.8.2claws42
6014
6015         * src/procmime.c
6016                 Fix bug #557009 (wrong headers for messages 
6017                 forwarded as attachments)
6018
6019 2002-09-11 [colin]      0.8.2claws41
6020         
6021         * src/compose.c
6022                 Put SCF: pseudo-header on top of message
6023                 Set draft tmp_flag when saved as draft
6024
6025         * src/procmsg.c
6026           src/procheader.c
6027                 Skip after first \n\n for beginning of real message
6028                 for drafts too
6029
6030 2002-09-11 [christoph]  0.8.2claws40
6031
6032         * src/filtering.c
6033                 use procmsg flag functions in filtering or processing
6034                 will cause incorrect folder message counts
6035
6036 2002-09-11 [colin]      0.8.2claws39
6037
6038         * src/compose.c
6039                 Fix bug #550175 - wrong save folder when reediting
6040                 drafts
6041
6042 2002-09-11 [paul]       0.8.2claws38
6043
6044         * sync with 0.8.2cvs14
6045                 see ChangeLog 2002-09-11
6046
6047 2002-09-11 [colin]      0.8.2claws37
6048
6049         * src/folder.c
6050                 Fix a typo (seeming to cause new/unread status to
6051                 be lost)
6052
6053 2002-09-10 [christoph]  0.8.2claws36
6054
6055         * src/compose.c
6056                 compose_redirect should not use compose_generic_new
6057                 because that does more stuff than expected including
6058                 opening the external editor
6059                 (closes bug "[ 526608 ] bounced messages appear blank
6060                  in editor")
6061
6062 2002-09-10 [christoph]  0.8.2claws35
6063
6064         * src/folder.c
6065                 fix problem with too large message number range
6066                 causing a crash in folder_item_scan
6067
6068 2002-09-10 [paul]       0.8.2claws34
6069
6070         * sync with 0.8.2cvs13
6071                 see ChangeLog 2002-09-10
6072
6073 2002-09-10 [christoph]  0.8.2claws33
6074
6075         * src/msgcache.c
6076                 set MsgInfo TmpFlags for queue and draft folders
6077                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6078
6079 2002-09-10 [paul]       0.8.2claws32
6080
6081         * AUTHORS
6082           po/bg.po      ** NEW FILE **
6083                 new Bulgarian translation submitted by
6084                 George Danchev <danchev@spnet.net>
6085                 
6086         * tools/Makefile.am
6087           tools/README
6088           tools/tb2sylpheed     ** NEW FILE **
6089                 add script that converts an addressbook exported
6090                 from The Bat! into a Sylpheed addressbook. Submitted
6091                 by Urke MMI <urke-kg@eunet.yu>
6092
6093 2002-09-10 [paul]       0.8.2claws31
6094
6095         * sync with 0.8.2cvs12
6096                 see ChangeLog 2002-09-10
6097
6098 2002-09-06 [paul]       0.8.2claws30
6099
6100         * src/prefs_common.c
6101                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6102                 
6103         * tools/Makefile.am
6104           tools/README
6105           tools/ldif-to-xml.py  ** REMOVED **
6106                 remove obsolete python script
6107
6108 2002-09-06 [paul]       0.8.2claws29
6109
6110         * sync with 0.8.2cvs10
6111                 see ChangeLog 2002-09-06
6112
6113 2002-09-04 [paul]       0.8.2claws28
6114
6115         * sync with 0.8.2cvs9
6116                 see ChangeLog 2002-08-04
6117
6118 2002-09-04 [colin]      0.8.2claws27 
6119
6120         * src/prefs_common.[ch]
6121                 Added signature color configuration
6122         * src/textview.c
6123                 Use user-specified signature color
6124
6125 2002-09-03 [colin]      0.8.2claws26
6126
6127         * src/prefs_common.[ch]
6128                 Added autosave and autosave_length prefs
6129         * src/compose.c
6130                 Added compose_remove_draft()
6131                 Auto-save drafts according to the prefs
6132         * src/main.c
6133                 Added a crash-indicator file, allowing to check
6134                 for new messages on startup if Sylpheed crashed
6135                 (makes saved drafts "reappear")
6136
6137 2002-09-03 [colin]      0.8.2claws25
6138
6139         * src/textview.[ch]
6140                 Grey the signature
6141
6142 2002-09-03 [paul]       0.8.2claws24
6143
6144         * sync with 0.8.2cvs8
6145                 see ChangeLog 2002-09-02 and 2002-09-03
6146
6147 2002-09-03 [darko]      0.8.2claws23
6148
6149         * src/folderview.c
6150                 use normal style when creating new folder to pick
6151                 proper font size 
6152
6153 2002-09-02 [melvin]     0.8.2claws22
6154
6155         * src/gtkaspell.m4
6156                 removed some obsolete code
6157
6158 2002-09-02 [melvin]     0.8.2claws21
6159
6160         * ac/aspell.m4
6161                 fixed test's equality sign (== to =)
6162
6163 2002-09-02 [alfons]     0.8.2claws20
6164
6165         * src/folder.c
6166         * src/mh.c
6167                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6168                 as folder->destroy virtual as suggested by Hiro
6169                 (the mh.c code seems to have been lost around mh.c.1.21)
6170
6171 2002-09-02 [paul]       0.8.2claws19
6172
6173         * po/pt_BR.po
6174                 updated by Fabio Jr. Beneditto
6175                 
6176         * src/defs.h
6177                 use 'http://claws.sylpheed.org' for homepage link. 
6178                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6179
6180 2002-09-01 [alfons]     0.8.2claws18
6181
6182         * src/mh.c
6183                 plug memleak related to one Martin Kluge found
6184
6185 2002-08-31 [paul]       0.8.2claws17
6186
6187         * sync with 0.8.2cvs6
6188                 see ChangeLog 2002-08-30
6189
6190 2002-08-31 [alfons]     0.8.2claws16
6191
6192         * src/folder.c
6193                 folder_destroy(): remove mailbox from folderlist even if it has
6194                 no destroy virtual
6195
6196 2002-08-31 [alfons]     0.8.2claws15
6197
6198         * src/folder.c
6199                 :%sno/if(/if (/gc
6200                 :%sno/for(/for (/gc
6201                 (being pedantic I know)
6202
6203 2002-08-31 [alfons]     0.8.2claws14
6204
6205         * src/folder.c
6206                 check for NULL pointers returned from folder->fetch_msginfo virtual
6207                 (should solve some reported crashes)
6208
6209 2002-08-30 [alfons]     0.8.2claws13
6210
6211         * acconfig.h
6212         * configure.in
6213         * src/crash.c
6214                 enable crash dialog on compilation time
6215                 (--enable-crash-dialog configure option)
6216
6217 2002-08-30 [alfons]     0.8.2claws12
6218
6219         * AUTHORS
6220                 add Martin Kluge
6221         * src/mh.c
6222                 apply memory leak plug patch by Martin Kluge
6223                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6224                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6225                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6226
6227 2002-08-30 [darko]      0.8.2claws11
6228
6229         * src/folderview.c
6230                 copy Gtk style from normal style to match
6231                 font size for coloured folders
6232
6233 2002-08-29 [alfons]     0.8.2claws10
6234
6235         * sylpheed.desktop
6236                 Type=Internet <- Type=Application
6237                 (reported by Michael Schwendt, see:
6238                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6239                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6240
6241 2002-08-29 [paul]       0.8.2claws9
6242
6243         * sync with 0.8.2cvs5
6244                 see ChangeLog 2002-08-29
6245
6246 2002-08-29 [colin]      0.8.2claws8
6247
6248         * src/summaryview.c
6249                 Added a sanity check in summary_select_thread
6250                 Should fix bug 601605
6251
6252 2002-08-29 [colin]      0.8.2claws7
6253
6254         * src/main.c
6255                 Revert claws6 changes regarding bug #591676
6256
6257 2002-08-28 [colin]      0.8.2claws6
6258         
6259         * src/main.c
6260                 Ignore cache for queue folderitems
6261                 Fix bug #591676
6262
6263 2002-08-28 [melvin]     0.8.2claws5
6264
6265         * README.claws
6266                 Fixed typos.
6267
6268 2002-08-28 [melvin]     0.8.2claws4
6269
6270         * README.claws
6271                 Updated a bit the text concerning the spell checker
6272
6273 2002-08-28 [melvin]     0.8.2claws3
6274
6275         Merged the GNU_aspell_branch:
6276                 Support of new GNU/aspell is now included and the old pspell
6277                 is not supported anymore.
6278                 See README.claws
6279
6280         * README.claws
6281                 Updated spell checker text to reflect the switch to GNU/aspell
6282
6283         * ac/aspell.m4          *** NEW ***
6284         * src/gtkaspell.[ch]    *** NEW *** 
6285         * ac/pspell.m4          *** DELETED *** 
6286         * src/gtkspell.[ch]     *** DELETED ***
6287
6288         * ac/Makefile.am
6289                 Updated for GNU/aspell support
6290
6291         * po/POTFILES.in
6292                 Replaced gtkspell.c by gtkaspell.c
6293
6294         * acconfig.h
6295         * src/Makefile.am
6296         * src/about.c
6297         * src/compose.[ch]
6298         * src/crash.c
6299         * src/main.c
6300         * src/prefs_common.[ch]
6301                 Updated for GNU/aspell support
6302
6303 2002-08-28 [paul]       0.8.2claws2
6304
6305         * sync with 0.8.2cvs4
6306                 see ChangeLog 2002-08-27 and 2002-08-28
6307
6308 2002-08-28 [colin]      0.8.2claws1
6309
6310         * src/summary_search.c
6311                 Added "AND search"
6312
6313 2002-08-28 [jens]       0.8.2claws
6314
6315         *po/de.po
6316                 Updated German translations
6317
6318 2002-08-27 [melvin]     0.8.2claws
6319
6320         * po/fr.po
6321                 Updated French translations
6322
6323 2002-08-27 [paul]       0.8.2claws
6324
6325         * sync with 0.8.2 main release
6326
6327         * po/en_GB.po
6328           po/es.po
6329           po/it.po
6330           po/pl.po
6331           po/pt_BR.po
6332           po/sr.po
6333                 updated message catalogs submitted by
6334                 Ricardo Mones Lastra, Alessandro Maestri,
6335                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6336                 Beneditto and Urke MMI  
6337
6338 2002-08-27 [hoa]        0.8.1claws123
6339
6340         * src/mainwindow.[ch]
6341         * src/summaryview.[ch]
6342                 removed the "filter setting" menu option.
6343                 add a "cancel a news message" menu option.
6344
6345 2002-08-26 [martin]     0.8.1claws122
6346
6347         * ChangeLog.claws
6348                 changed string under 0.8.1claws79 changed by myself
6349                 i'm sorry alfons :(
6350
6351 2002-08-26 [martin]     0.8.1claws121
6352
6353         * src/crash.c
6354                 added kill command to debuggerrc to start crash dialog
6355
6356 2002-08-26 [paul]       0.8.1claws120
6357
6358         * sync with 0.8.1cvs31
6359                 see ChangeLog 2002-08-26
6360
6361 2002-08-25 [alfons]     0.8.1claws119
6362
6363         * src/procmsg.c
6364                 fix bug that didn't send out correct headers to news server
6365                 when sending news article and email from queue (bug reported
6366                 and patch provided by Tim Mann; closes bug 
6367                 "[ 583196 ] 0.7.8claws can't post news")
6368
6369 2002-08-25 [alfons]     0.8.1claws118
6370
6371         * src/selective_download.c
6372                 mark two strings as translatable
6373                 (thanks to Urke MMI for pointing this out)
6374
6375 2002-08-25 [alfons]     0.8.1claws117
6376
6377         * src/summaryview.c
6378                 treat sent boxes as special and allow sorting them by addressee
6379                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6380                 submitted by Steve Lamb)
6381
6382 2002-08-24 [alfons]     0.8.1claws116
6383
6384         * src/matcher.c
6385                 fix memleak reported by Martin Kluge
6386                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6387
6388 2002-08-24 [oliver]     0.8.1claws115
6389
6390         * src/prefs_toolbar.c
6391                 o code cleanup as suggested by Alfons
6392                 o memleak fix
6393
6394 2002-08-24 [alfons]     0.8.1claws114
6395
6396         * src/summaryview.c
6397                 o fix another memory leak reported by Martin Kluge
6398                   (see "[ 599568 ] Small Memory Leak")
6399                 o remove 'from' variable from 'summary_set_header()'; we can
6400                   do with just 'to' 
6401
6402 2002-08-24 [paul]       0.8.1claws113
6403
6404         * sync with 0.8.1cvs30
6405                 see ChangeLog 2002-08-23
6406
6407 2002-08-24 [alfons]     0.8.1claws112
6408
6409         * src/summaryview.c
6410                 remove unnecessary allocations for search bar fixing leaks
6411                 reported by Martin Kluge
6412                 (see "[ 599451 ] Further memory leaks?")
6413
6414 2002-08-24 [alfons]     0.8.1claws111
6415
6416         * src/main.c
6417                 make get_socket_name() public for crash.c
6418         * src/crash.c
6419                 o make report bug button work (goes to claws' 
6420                   bug tracker at sf.net)
6421                 o introduce function for doing important stuff just
6422                   before claws goes down
6423                 o clean up code 
6424
6425 2002-08-24 [alfons]     0.8.1claws110
6426
6427         * src/compose.c
6428                 move cursor to "To" entry when forwarding as attachment
6429                 (reported and solved by Steve Lamb, closes bug report
6430                 "[ 592880 ] Forward as attachment; cursor not in to")
6431
6432 2002-08-24 [colin]      0.8.1claws109
6433
6434         * src/mainwindow.c
6435                 fix quick search visibility after GUI (de)separations.
6436
6437 2002-08-23 [colin]      0.8.1claws108
6438
6439         * src/mainwindow.c
6440                 fix header pane visibility after folderview or
6441                 messageview (de)separation
6442
6443 2002-08-23 [paul]       0.8.1claws107
6444
6445         * src/mainwindow.[ch]
6446           src/toolbar.c
6447                 give full control of display or non-display 
6448                 of the Execute icon to Custom toolbar settings.
6449                 add new sensitivity condition to maninwindow.h: 
6450                 M_DELAY_EXEC
6451
6452         * ChangeLog
6453           ChangeLog.jp
6454           NEWS
6455                 more sync with 0.8.1cvs29
6456
6457 2002-08-23 [melvin]     0.8.1claws106
6458
6459         * src/alertpanel.c
6460                 Readded support for custom widget in alertpanel lost in last
6461                 sync.
6462
6463 2002-08-23 [paul]       0.8.1claws105
6464
6465         * sync with 0.8.1cvs29
6466                 see ChangeLog 2002-08-23
6467
6468 2002-08-23 [colin]      0.8.1claws104
6469
6470         * src/summaryview.c
6471                 Fix folder and search pixmaps exchanging positions
6472                 after theme or toolbar changes. Thank to Oliver for 
6473                 reporting this.
6474
6475 2002-08-23 [colin]      0.8.1claws103
6476
6477         * src/mainwindow.c
6478           src/messageview.[ch]
6479           src/noticeview.[ch]
6480           src/summaryview.c
6481                 Changed messageview_create() and noticeview_create()
6482                 to avoid the last gdk_warning
6483
6484 2002-08-22 [colin]      0.8.1claws102
6485
6486         * src/summaryview.c
6487                 Fix my new `Creating pixmap from xpm' warning
6488
6489 2002-08-22 [colin]      0.8.1claws101
6490
6491         * src/mainwindow.c
6492                 Fix some of the gdk warnings
6493
6494 2002-08-22 [colin]      0.8.1claws100
6495
6496         * src/Makefile.am
6497         * src/stock_pixmap.c
6498         * src/stock_pixmap.h
6499         * src/pixmaps/quicksearch.xpm *ADDED*
6500                 Add the quicksearch pixmap
6501         * src/mainwindow.c
6502         * src/summaryview.c
6503         * src/summaryview.h
6504                 Make quicksearch bar visible/hidden via a button
6505
6506 2002-08-22 [christoph]  0.8.1claws99
6507
6508         * src/folder.c
6509                 fix folder update for newsgroups with message
6510                 numbers below minimum number of articles to fetch
6511                 (closes bug #598445)
6512
6513 2002-08-22 [paul]       0.8.1claws98
6514
6515         * sync with 0.8.1cvs28
6516                 see ChangeLog 2002-08-22
6517
6518 2002-08-21 [alfons]     0.8.1claws97
6519
6520         * src/crash.c
6521                 use bt instead of bt full which seems to work 
6522                 better, and bt full doesn't give a great deal 
6523                 of information anyway
6524
6525 2002-08-21 [colin]      0.8.1claws96
6526
6527         * src/summaryview.c
6528                 fix summaryview_searchtype_changed prototype
6529
6530 2002-08-21 [christoph]  0.8.1claws95
6531
6532         * src/mainwindow.c
6533                 o fix broken menu update for sorting type, we have to
6534                   get this info from the summaryview now
6535                 o removed setting of threaded state in menu callback
6536         * src/summaryview.[ch]
6537                 more summaryview/folderitem seperation for
6538                 threading option
6539         * configure.in
6540                 removed not required --with-compiler-flags option
6541
6542 2002-08-21 [oliver]     0.8.1claws94
6543         
6544         * src/toolbar.h 
6545                 o rename toolbar.xml to toolbar_main.xml
6546                   since toolbar_compose.xml might come up 
6547                   any time soon
6548         * README.claws
6549                 add custom toolbar              
6550
6551 2002-08-21 [darko]      0.8.1claws93
6552
6553         * src/procmsg.c
6554                 don't reset tmp flags for messages copied
6555                 to sent folder
6556
6557 2002-08-21 [colin]      0.8.1claws92
6558         
6559         * src/prefs_filtering.c
6560                 fix renaming rules on folder rename 
6561                 when folder is not a leaf folder
6562
6563 2002-08-21 [paul]       0.8.1claws91
6564
6565         * src/prefs_folder_item.c
6566                 fix alignment of colour selector
6567
6568 2002-08-21 [paul]       0.8.1claws90
6569
6570         * sync with 0.8.1cvs27
6571                 see ChangeLog 2002-08-21
6572
6573 2002-08-21 [paul]       0.8.1claws89
6574
6575         * src/summaryview.c
6576                 fix crash when changing field type in
6577                 Quick search bar
6578
6579 2002-08-21 [colin]      0.8.1claws88
6580
6581         * src/summaryview.c
6582                 Made quick search case-insensitive
6583
6584 2002-08-21 [paul]       0.8.1claws87
6585
6586         * sync with 0.8.1cvs26
6587                 see ChangeLog 2002-08-21
6588
6589 2002-08-20 [christoph]  0.8.1claws86
6590
6591         * src/folderview.c
6592         * src/main.c
6593         * src/summaryview.[ch]
6594                 more summaryview/folderitem seperation for
6595                 sort_key and sort_type
6596         * src/procmsg.c
6597                 added missing return statement
6598
6599 2002-08-20 [colin]      0.8.1claws85
6600
6601         * src/summaryview.[ch]
6602                 Added a quick search box
6603         * src/mainwindow.c
6604         * src/prefs_common.[ch]
6605                 Added a show/hide option for the quick search
6606
6607 2002-08-20 [oliver]     0.8.1claws84
6608         
6609         * src/mainwindow.c
6610                 remove toolbar_create_popups
6611         * src/toolbar.[ch]
6612                 o remove toolbar_create_popups
6613                 o fix toolbar_set_sensitive 
6614                   (Bug reports #596834 and #596832)     
6615         * src/prefs_toolbar.c
6616                 o add "Set default" button
6617                 o align label and text + combo widgets
6618
6619 2002-08-20 [hoa]        0.8.1claws83bis
6620
6621         * src/imap.c
6622                 fixed a bug in imap_fetch_msginfo() in case there is no
6623                 current folder.
6624
6625 2002-08-20 [darko]      0.8.1claws83
6626
6627         * src/folderview.c
6628                 copy the color style of folder view so it
6629                 works with GTK themes
6630
6631 2002-08-20 [darko]      0.8.1claws82
6632
6633         * src/folder.h
6634         * src/folderview.c
6635         * src/prefs_folder_item.[hc]
6636                 don't use UI stuff in folder.h
6637
6638 2002-08-20 [darko]      0.8.1claws81
6639
6640         * src/folder.h
6641         * src/prefs_folder_item.h
6642         * src/folderview.c
6643         * src/prefs_folder_item.c
6644                 ability to set folder color in folderview
6645
6646 2002-08-19 [alfons]     0.8.1claws80
6647
6648         * src/summaryview.c
6649                 fix one of the earlier memleaks reported by Martin Kluge
6650
6651 2002-08-19 [alfons]     0.8.1claws79
6652
6653         * src/mainwindow.c
6654                 hide notice view when selecting seperate folder
6655                 view (reported by Urke MMI)
6656
6657 2002-08-19 [christoph]  0.8.1claws78
6658
6659         * src/folderview.c
6660         * src/prefs_folder_item.h
6661         * src/summaryview.[ch]
6662                 o add summary_set_prefs_from_folderitem to set
6663                   summaryview prefs (first step to remove all
6664                   references to the folderitem in summaryview)
6665                 o moved compiled regex stuff from folderitem prefs
6666                   to summaryview code
6667
6668 2002-08-19 [paul]       0.8.1claws77
6669
6670         * src/compose.c
6671                 add check for '.' to QUOTE_IF_REQUIRED
6672
6673 2002-08-19 [paul]       0.8.1claws76
6674
6675         * src/inc.c
6676                 sync with 0.8.1cvs25 (plug memory leak)
6677
6678         * src/prefs_toolbar.c
6679                 re-order prefs_toolbar_cancel()
6680
6681 2002-08-18 [alfons]     0.8.1claws75
6682
6683         * src/inc.c
6684         * src/matcher.c
6685                 plug other memleaks reported by Martin Kluge
6686
6687 2002-08-18 [paul]       0.8.1claws74
6688
6689         * po/pt_BR.po
6690                 updated by Fabio Jr. Beneditto
6691
6692 2002-08-18 [paul]       0.8.1claws73
6693
6694         * src/toolbar.[ch]
6695                 fix bug where tooltips were displayed untranslated              
6696
6697         * src/prefs_toolbar.c
6698                 fix bug where clicking 'Cancel' creates an icon & text
6699                 toolbar regardless of prefs
6700         
6701
6702 2002-08-17 [oliver]     0.8.1claws72
6703
6704         * src/prefs_toolbar.c
6705                 update toolbar on CANCEL
6706                 bug reported by Martin Kluge
6707         * src/toolbar.c
6708                 toolbar_destroy memleak fixed           
6709
6710 2002-08-17 [alfons]     0.8.1claws71
6711
6712         * src/toolbar.c
6713                 plug another memleak reported by Martin Kluge
6714
6715 2002-08-16 [alfons]     0.8.1claws70
6716
6717         * src/crash.c
6718                 use execvp() correctly (suggested by wwp; thanks!)
6719
6720 2002-08-16 [alfons]     0.8.1claws69
6721
6722         * src/gtksctree.c
6723                 plug memory leak reported by Kim Schultz & Martin Kluge
6724
6725 2002-08-16 [paul]       0.8.1claws68
6726
6727         * po/es.po
6728                 updated by Ricardo Mones Lastra
6729
6730 2002-08-16 [paul]       0.8.1claws67
6731
6732         * src/toolbar.h
6733                 fix bug where 'Compose News' icon showed wrong
6734                 tooltip
6735
6736 2002-08-16 [paul]       0.8.1claws66
6737
6738         * sync with 0.8.1cvs24
6739                 see ChangeLog 2002-08-16
6740
6741         * po/it.po
6742                 updated by Alessandro Maestri
6743
6744 2002-08-15 [paul]       0.8.1claws65
6745
6746         * po/sr.po
6747                 updated by Urke MMI
6748
6749 2002-08-15 [paul]       0.8.1claws64
6750
6751         * src/*.c
6752                 don't translate debug info
6753
6754         * src/matcher.[ch]
6755                 add copyright info
6756
6757 2002-08-15 [paul]       0.8.1claws63
6758
6759         * src/prefs_toolbar.c
6760                 fix bug where clicking 'OK' creates an icon & text
6761                 toolbar regardless of prefs
6762
6763 2002-08-14 [alfons]     0.8.1claws62
6764
6765         * src/main.c
6766                 add global var that has the full argv[0]
6767         * src/crash.c
6768                 o execvp the correct sylpheed by using argv0
6769                   and setting the correct work dir
6770                 o other tweaks  
6771
6772 2002-08-14 [oliver]     0.8.1claws61
6773         
6774         * enable/disable Toolbar Action Buttons 
6775         * code cleanups
6776         * src/mainwindow.c
6777         * src/toolbar.[ch]      
6778         * src/prefs_toolbar.c   
6779
6780 2002-08-14 [melvin]     0.8.1claws60
6781
6782         * po/fr.po
6783                 Updated French translations
6784
6785 2002-08-14 [melvin]     0.8.1claws59
6786
6787         * src/crash.c
6788                 Made bug report not translatable
6789         * src/exporthtml.c
6790                 Fixed exporthtml_build_filespec() return value
6791         * src/foldersel.c
6792                 Fixed incorrect include file
6793         * src/gtkspell.c
6794         * src/prefs_actions.c
6795         * src/prefs_toolbar.c
6796                 Made debug info not translatable
6797         * src/mutt.c
6798         * src/quote_fmt.c
6799                 Added missing includes
6800         * src/prefs_common.c
6801                 Fixed typo
6802
6803 2002-08-14 [paul]       0.8.1claws58
6804
6805         * faq/es/sylpheed-faq.html
6806           faq/es/sylpheed-faq-[1-3].html
6807           faq/es/sylpheed-faq-4.html     **NEW FILE **
6808                 update Spanish FAQ
6809
6810 2002-08-13 [christoph]  0.8.1claws57
6811
6812         * src/procmsg.c
6813                 ignore thread fix that did not mark all
6814                 child nodes of a ignored thread as
6815                 ignored. Does not work perfectly yet,
6816                 but it is better now
6817
6818 2002-08-13 [alfons]     0.8.1claws56
6819
6820         * src/crash.c
6821                 o implement 'save crash log'
6822                 o some tweaks
6823
6824 2002-08-13 [melvin]     0.8.1claws55
6825
6826         * src/main.c
6827                 removed unrequired "execinfo.h" header
6828
6829 2002-08-12 [paul]       0.8.1claws54
6830
6831         * faq/en/sylpheed-faq.html
6832           faq/en/sylpheed-faq-[1-3].html
6833           faq/en/sylpheed-faq-4.html     **NEW FILE **
6834                 update English FAQ
6835
6836 2002-08-12 [alfons]     0.8.1claws53
6837
6838         * po/POTFILES.in
6839                 add crash.c to translatables
6840         * src/crash.c
6841                 bring in Leandro's crash dialog
6842
6843 2002-08-11 [alfons]     0.8.1claws52
6844
6845         * src/crash.c
6846                 clean up some warnings
6847
6848 2002-08-11 [alfons]     0.8.1claws51
6849
6850         * acconfig.h
6851         * configure.in
6852         * src/crash.[ch]        ** NEW FILES **
6853         * src/main.c            
6854                 initial gdb crash handler
6855
6856 2002-08-11 [paul]       0.8.1claws50
6857
6858         * src/prefs_toolbar.c
6859                 replace Up/Down arrow pixmaps with text to be
6860                 consistent across icon themes
6861
6862 2002-08-11 [paul]       0.8.1claws49
6863
6864         * src/prefs_common.c
6865           src/prefs_toolbar.c
6866                 rename 'Pixmap' -> 'Icon'
6867
6868         * src/toolbar.[ch]
6869                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6870
6871 2002-08-10 [paul]       0.8.1claws48
6872
6873         * src/prefs_toolbar.c
6874                 re-work the UI
6875
6876 2002-08-10 [paul]       0.8.1claws47
6877
6878         * src/main.c
6879                 don't write Processing progress to status bar
6880                 patch submitted by Alexander Evseev
6881
6882         * src/prefs_toolbar.c
6883                 re-position and resize window
6884                 make window assume correct size on first call
6885
6886 2002-08-10 [paul]       0.8.1claws46
6887
6888         * src/mainwindow.c
6889           src/prefs_toolbar.c
6890           src/toolbar.c
6891           src/toolbar.h
6892                 obey coding style
6893                 follow UI text conventions
6894
6895 2002-08-10 [alfons]     0.8.1claws45
6896
6897         * src/toolbar.c
6898                 correct pixmap for delete action
6899
6900 2002-08-10 [paul]       0.8.1claws44
6901
6902         * po/pt_BR.po
6903                 updated by Fabio Jr. Beneditto
6904
6905 2002-08-10 [paul]       0.8.1claws43
6906
6907         * po/POTFILES.in
6908                 add custom toolbar files
6909
6910 2002-08-10 [paul]       0.8.1claws42
6911
6912         * sync with 0.8.1cvs22
6913                 see ChangeLog 2002-08-09
6914
6915 2002-08-09 [paul]       0.8.1claws41
6916
6917         * tools/Makefile.am
6918           tools/README
6919           tools/outlook2sylpheed.pl     ** NEW FILE **
6920                 add script to convert exported Outlook
6921                 contacts list to a Sylpheed addressbook.
6922                 Submitted by Ricardo Mones Lastra.
6923
6924 2002-08-09 [paul]       0.8.1claws40
6925
6926         * AUTHORS
6927           configure.in
6928           po/sr.po      ** NEW FILE **
6929                 add Serbian message catalog. Submitted by
6930                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6931
6932 2002-08-09 [paul]       0.8.1claws39
6933
6934         * sync with 0.8.1cvs21
6935                 see ChangeLog 2002-08-08
6936
6937 2002-08-08 [oliver]     0.8.1claws38
6938
6939         * src/mainwindow.c
6940                 move Custom Toolbar to Configuration menu
6941
6942 2002-08-08 [oliver]     0.8.1claws37
6943
6944         * src/prefs_toolbar.c
6945                 fix substitute pixmap bug
6946
6947 2002-08-08 [paul]       0.8.1claws36
6948
6949         * sync with 0.8.1cvs19
6950                 see ChangeLog 2002-08-08
6951
6952 2002-08-07 [christoph]  0.8.1claws35
6953
6954         * src/utils.c
6955                 fixed a memory leak in new canonicalize_file_replace
6956
6957 2002-08-07 [christoph]  0.8.1claws34
6958
6959         * src/utils.[ch]
6960                 o canonicalize_file_replace should create the temporary
6961                   file in the same directory as the original file.
6962                 o added get_tmpfile_in_dir that creates a temorary file
6963                   in a specified directory.
6964
6965 2002-08-07 [melvin]     0.8.1claws33
6966
6967         * src/toolbar.c
6968                 fixed bug where 'Article' button acted as 'Email' button.
6969
6970 2002-08-07 [paul]       0.8.1claws32
6971
6972         * sync with 0.8.1.cvs17
6973                 see ChangeLog 2002-08-07
6974
6975 2002-08-07 [colin]      0.8.1claws31
6976         
6977         * src/news.c
6978                 fix mass-cancel problem
6979
6980 2002-08-07 [thorsten]   0.8.1claws30
6981
6982         * src/prefs_toolbar.c
6983                 fix: crash on replace or add new button
6984         * src/toolbar.c
6985                 fix: close xmlfile after reading
6986         * src/utils.c
6987                 fix: unlink() file before rename()
6988
6989 2002-08-06 [paul]       0.8.1claws29
6990
6991         * sync with 0.8.cvs15
6992                 see ChangeLog 2002-08-06
6993
6994 2002-08-06 [oliver]     0.8.1claws28
6995
6996         * src/toolbar.c
6997         * src/prefs_toolbar.c
6998                 fixed empty toolbar issue
6999
7000 2002-08-06 [oliver]     0.8.1claws27
7001
7002         * Custom Toolbar Final 
7003         * src/folderview.c
7004         * src/inc.c
7005         * src/summaryview.c
7006                 o toolbar stuff now lives in src/toolbar.[ch]
7007                 o main_window_toolbar_* functions are renamed to
7008                   toolbar_* reflecting their new source file
7009         * src/mainwindow.[ch]
7010                 o remove toolbar stuff  
7011
7012 2002-08-06 [oliver]     0.8.1claws26
7013         
7014         * src/Makefile.am
7015         * src/prefs_toolbar.[ch]        **New File**
7016         * src/toolbar.[ch]              **New File**
7017                 o prefs_toolbar.[ch] custom toolbar frontend
7018                 o toolbar.[ch]       backend 
7019
7020 2002-08-06 [oliver]     0.8.1claws25
7021
7022         * src/prefs_actions.[ch]
7023                 o new exported function actions_execute
7024
7025 2002-08-06 [paul]       0.8.1claws24
7026
7027         * sync with 0.8.1cvs4
7028                 see ChangeLog 2002-08-06
7029
7030 2002-08-06 [paul]       0.8.1claws23
7031
7032         * sync with 0.8.1cvs13
7033                 see ChangeLog 2002-08-06
7034
7035 2002-08-06 [paul]       0.8.1claws22
7036
7037         * sync with 0.8.1cvs12
7038                 see ChangeLog 2002-08-05 and 2002-08-06
7039
7040 2002-08-06 [match]      0.8.1claws21
7041
7042         * src/addrclip.c
7043                 improvements to cut/copy/paste address
7044
7045 2002-08-05 [match]      0.8.1claws20
7046
7047         * src/addritem.[ch]
7048         * src/addrcache.c
7049         * src/addrbook.c
7050         * src/editaddress.c
7051         * src/addressbook.c
7052                 fixes to improve cut/copy/paste
7053
7054 2002-08-06 [melvin]     0.8.1claws19
7055
7056         * src/account.[ch]
7057                 account_find_all_from_address(): new function that returns the
7058                 list of all accounts that are matched in an address.
7059         * src/alertpanel.[ch]
7060                 alertpanel() now accepts a custom widget
7061                 alertpanel_with_widget(): new function that pops up a panel with
7062                 a custom widget in it 
7063         * src/gtkutils.[ch]
7064                 gtkut_account_menu_new(): new function that allows the selection
7065                 of an account from a list of accounts.
7066         * src/messageview.c
7067                 Extended Return Receipt notification to select the correct 
7068                 account and to make a security test on the Delivery-Notification
7069                 address which should be the same as the Return-Path.
7070
7071 2002-08-06 [thorsten]   0.8.1claws18
7072
7073         * src/mimeview.c
7074                 attach_all: save unnamed as "noname.%d",
7075                 dont free static dirname
7076
7077 2002-08-05 [alfons]     0.8.1claws17
7078
7079         * configure.in
7080                 detect XIM by trying to link rather than compile a XIM program
7081
7082 2002-08-05 [oliver]     0.8.1claws16
7083                 
7084         * src/stock_pixmap.[ch]
7085                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7086                 o new func to retrieve pixmaps
7087
7088 2002-08-05 [paul]       0.8.1claws15
7089
7090         * sync with 0.8.1cvs10
7091                 see ChangeLog 2002-08-05
7092
7093 2002-08-04 [alfons]     0.8.1claws14
7094
7095         * src/textview.c
7096                 see if this plugs memleak
7097
7098 2002-08-04 [melvin]     0.8.1claws13
7099
7100         * src/gtkspell.c
7101                 fixed bug that could crash Sylpheed when highlighting
7102                 all misspelled words.
7103
7104 2002-08-03 [melvin]     0.8.1claws12
7105
7106         * src/prefs_actions.c
7107                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7108         * src/messageview.c
7109                 fixed bug where the Return Receipt was sent to
7110                 Delivery-Notification-To address even if it was not present
7111
7112 2002-08-02 [alfons]     0.8.1claws11
7113
7114         * src/prefs_actions.c
7115                 o more check for NULLs
7116                 o put create_io_dialog() in right conditional block
7117
7118 2002-08-02 [paul]       0.8.1claws10
7119
7120         * po/es.po
7121                 updated by Ricardo Mones Lastra
7122
7123 2002-08-01 [christoph]  0.8.1claws9
7124
7125         * src/folder.c
7126                 don't free the cache of the opened
7127                 folder in the summaryview
7128         * src/summaryview.c
7129                 don't unset flags, if it is not required
7130
7131 2002-08-01 [paul]       0.8.1claws8
7132
7133         * sync with 0.8.1cvs8
7134                 see ChangeLog entry 2002-08-01
7135
7136 2002-08-01 [paul]       0.8.1claws7
7137
7138         * sync with 0.8.1cvs7
7139                 see ChangeLog 2002-07-31 and 2002-08-01
7140
7141 2002-07-31 [christoph]  0.8.1claws6
7142
7143         * src/mainwindow.c
7144                 forgot to update menu sensitivity
7145                 function for new menu entry
7146
7147 2002-07-31 [alfons]     0.8.1claws5
7148
7149         * src/main.c
7150                 check folder item and its path for NULL on
7151                 initial processing
7152
7153 2002-07-31 [christoph]  0.8.1claws4
7154
7155         * src/folder.c
7156                 check if folder_item_get_msginfo in
7157                 folder_item_remove_msg returned NULL
7158         * src/imap.c
7159                 better clear the uid cache in the
7160                 uid validity check function and delete
7161                 cached messages
7162
7163 2002-07-31 [paul]       0.8.1claws3
7164
7165         * man/sylpheed.1
7166                 add the '--attach' option and a few other
7167                 minor changes
7168
7169 2002-07-31 [paul]       0.8.1claws2
7170
7171         * sync with 0.8.1cvs5
7172                 see ChangeLog 2002-07-31
7173
7174 2002-07-31 [christoph]  0.8.1claws1
7175
7176         * src/folderview.[ch]
7177         * src/mainwindow.c
7178                 replace "Rescan all folders..." with
7179                 "Check all folders for new messages..."
7180
7181 2002-07-30 [paul]       0.8.1claws
7182
7183         * version 0.8.1claws released
7184
7185 2002-07-30 [paul]       0.8.0claws29
7186
7187         * tools/OOo2sylpheed.pl ** NEW FILE **
7188           tools/README
7189                 add script to enable sending documents as
7190                 attachments from OpenOffice.org
7191
7192 2002-07-30 [melvin]     0.8.0claws28
7193
7194         * src/prefs_actions.c
7195                 Made the actions' input/output dialog display
7196                 without delay.
7197
7198 2002-07-30 [christoph]  0.8.0claws27
7199
7200         * src/procmsg.c
7201                 check if folder_item_get_msginfo in
7202                 procmsg_save_to_outbox returned NULL
7203
7204 2002-07-30 [paul]       0.8.0claws26
7205
7206         * sync with 0.8.1cvs4
7207                 see ChangeLog 2002-07-29
7208
7209 2002-07-29 [thorsten]   0.8.0claws25
7210
7211         * README.claws
7212                 added selective download, delete on server
7213
7214 2002-07-29 [paul]       0.8.0claws24
7215
7216         * sync with 0.8.1cvs3
7217                 see ChangeLog 2002-07-29
7218
7219 2002-07-27 [christoph]  0.8.0claws23
7220
7221         * src/folder.c
7222                 add extra check if fetching the msginfo
7223                 returned NULL
7224
7225 2002-07-27 [paul]       0.8.0claws22
7226
7227         * sync with 0.8.1cvs2
7228                 see ChangeLog 2002-07-26
7229
7230 2002-07-27 [christoph]  0.8.0claws21
7231
7232         * src/imap.c
7233                 add another check if a valid msginfo
7234                 was returned
7235
7236 2002-07-26 [hoa]        0.8.0claws20
7237
7238         * src/folder.c
7239                 Fixed a condition in folder_item_destroy()
7240
7241         * src/imap.c
7242                 Fixed an error in IMAP protocol
7243
7244 2002-07-26 [alfons]     0.8.0claws19
7245
7246         * src/folder.c
7247                 ofcourse compare with identifier, not the path
7248
7249 2002-07-26 [alfons]     0.8.0claws18
7250
7251         * src/folder.c
7252                 use folder item identifier for saving / restoring
7253                 preferences because folder->path might not be unique
7254
7255 2002-07-26 [melvin]     0.8.0claws17
7256
7257         * src/logwindow.c
7258                 Fixed a crash introduced in 0.8.0claws5 when log is 
7259                 cut under 80 characters.
7260
7261 2002-07-26 [paul]       0.8.0claws16
7262
7263         * sync with 0.8.1cvs1
7264                 see ChangeLog 2002-07-26
7265
7266 2002-07-26 [christoph]  0.8.0claws15
7267
7268         * src/imap.[ch]
7269                 imap folder now remembers the last selected
7270                 folder and imap_fetch_msginfo skips selecting
7271                 the folder if it is already selected
7272
7273 2002-07-26 [christoph]  0.8.0claws14
7274
7275         * src/folder.c
7276         * src/folderview.c
7277         * src/imap.c
7278                 fix imap folder rescanning
7279
7280 2002-07-25 [christoph]  0.8.0claws13
7281
7282         * src/filter.c
7283         * src/folder.[ch]
7284         * src/folderview.c
7285         * src/imap.[ch]
7286         * src/mainwindow.c
7287         * src/mbox_folder.c
7288         * src/mh.c
7289         * src/news.c
7290                 implement imap uid cache and uid validity check
7291
7292 2002-07-25 [alfons]     0.8.0claws12
7293
7294         * src/summaryview.c
7295                 fix a brown paper bag bug, and also add some more
7296                 checks
7297
7298 2002-07-25 [christoph]  0.8.0claws11
7299
7300         * src/folder.c
7301                 don't mix copy, fetch_msginfo and remove
7302                 operations in folder item copy and move
7303                 operations
7304
7305 2002-07-25 [christoph]  0.8.0claws10
7306
7307         * src/folderview.c
7308         * src/mainwindow.c
7309         * src/prefs_folder_item.c
7310         * src/summaryview.[ch]
7311                 remove no longer required parameter update_cache from
7312                 summary_show
7313
7314 2002-07-25 [paul]       0.8.0claws9
7315
7316         * sync with 0.8.1
7317         
7318         * AUTHORS
7319                 a few corrections
7320
7321 2002-07-24 [alfons]     0.8.0claws8
7322
7323         * src/summaryview.c
7324                 sort correctly when using simplified subject line
7325                 (closes feature request "[ 585141 ] applying regexp to subject 
7326                 before sort" submitted by Alexandra Walford)
7327
7328 2002-07-24 [paul]       0.8.0claws7
7329
7330         * sync with 0.8.0cvs3
7331                 see ChangeLog 2002-07-24
7332
7333 2002-07-23 [christoph]  0.8.0claws6
7334
7335         * src/folder.c
7336         * src/folder.h
7337         * src/summaryview.c
7338         * src/summaryview.h
7339         * src/main.c
7340                 o separate processing and summaryview
7341                 o removed summary_write_cache from summaryview
7342                 o removed summaryview->killed_messages, because we don't have
7343                   to keep a list of killed messages anymore. New cache will
7344                   keep the hidden messages in cache anyway
7345         * src/folderview.c
7346         * src/inc.c
7347         * src/selective_download.c
7348                 o removed unnecessary summary_write_cache calls
7349         * src/procmsg.c
7350                 o don't set ignore thread flag in procmsg_get_thread_tree
7351                   if it is already set
7352         * src/mainwindow.c
7353         * src/statusbar.h
7354                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7355                   they are used in different files
7356
7357 2002-07-23 [melvin]     0.8.0claws5
7358
7359         * src/addressbook.c
7360         * src/addrgather.c
7361         * src/editaddress.c
7362         * src/editgroup.c
7363         * src/editldap_basedn.c
7364         * src/importldif.c
7365         * src/prefs_common.c
7366                 Fixed few memory leak (gtk_editable_get_chars returns
7367                 an allocated string)
7368         * src/logwindow.c
7369                 Fixed few memory leak (gtk_editable_get_chars returns
7370                 an allocated string) and modified a little the log cutting
7371                 loop.
7372         * src/compose.c
7373                 Replaced a call to an obsolete function gtk_entry_get_text()
7374                 by gtk_editable_get_chars()
7375         * src/send.c
7376                 Removed a debug printf
7377
7378 2002-07-23 [christoph]  0.8.0claws4
7379
7380         * src/filesel.c
7381                 fix another g_dirname memory leak
7382
7383 2002-07-23 [christoph]  0.8.0claws3
7384
7385         * src/mh.c
7386                 fixed a memory leak in mh_fetch_msginfo
7387                 fixed crash when message header could not be
7388                 parsed
7389
7390 2002-07-23 [paul]       0.8.0claws2
7391
7392         * sync with 0.8.0cvs2
7393                 see ChangeLog 2002-07-23
7394
7395 2002-07-23 [paul]       0.8.0claws1
7396
7397         * sync with 0.8.0cvs1
7398                 see ChangeLog 2002-07-23
7399
7400 2002-07-23 [paul]       0.8.0claws
7401
7402         * release of 0.8.0claws
7403
7404 2002-07-23 [paul]       0.7.8claws99
7405
7406         * po/ru.po
7407                 new Russian translation, submitted by
7408                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7409
7410 2002-07-22 [jens]       0.7.8claws98
7411
7412         * po/de.po
7413                 Updated German translations.
7414
7415 2002-07-22 [paul]       0.7.8claws97
7416
7417         * po/es.po
7418           po/it.po
7419           po/nl.po
7420           po/pt_BR.po
7421                 updated translations by Ricardo Mones Lastra,
7422                 Alessandro Maestri, Wilbert Berendsen and 
7423                 Fabio Jr. Beneditto respectively
7424
7425 2002-07-22 [christoph]  0.7.8claws96
7426
7427         * src/mimeview.c
7428                 fix memory leak caused by wrong g_dirname usage
7429
7430 2002-07-22 [christoph]  0.7.8claws95
7431
7432         * src/summaryview.c
7433                 update new and unread message counts for summaryview
7434                 summaryview does not get it from the folder anymore
7435                 and has to update the values itself
7436
7437 2002-07-22 [melvin]     0.7.8claws94
7438
7439         * po/fr.po
7440                 Updated French translations.
7441
7442 2002-07-22 [christoph]  0.7.8claws93
7443
7444         * src/matcher.c
7445                 set prop->preg pointer to NULL or following check
7446                 will not fail and regexec will be called with
7447                 invalid pointer
7448
7449 2002-07-21 [alfons]     0.7.8claws92
7450         
7451         * src/prefs_common.[ch]
7452                 remove option "Send return receipt on request"
7453
7454 2002-07-21 [thorsten]   0.7.8claws91
7455
7456         * src/mimeview.c
7457                 fixed memleaks, coding style as pointed out by alfons
7458
7459 2002-07-21 [alfons]     0.7.8claws90
7460
7461         * src/messageview.c
7462         * src/noticeview.[ch]
7463                 o fix bug notice view being displayed when going to empty folder 
7464                   (noticed by Christoph)
7465                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7466                   (noticed by Thorsten)
7467
7468 2002-07-21 [thorsten]   0.7.8claws89
7469
7470         * src/mimeview.c
7471                 Included save_all patch from Xaview FACQ
7472                 added support for pathnames
7473
7474 2002-07-21 [alfons]     0.7.8claws88
7475
7476         * po/POTFILES.in
7477         * src/Makefile.am
7478         * src/mainwindow.c
7479         * src/messageview.[ch]
7480         * src/noticeview.c      ** NEW FILE **
7481         * src/noticeview.h      ** NEW FILE **
7482                 make return receipts work again
7483                 (UI idea by Leandro Pereira)
7484
7485 2002-07-21 [paul]       0.7.8claws87
7486
7487         * src/summaryview.c
7488                 fix sensitivity of 'Select thread'
7489
7490 2002-07-21 [paul]       0.7.8claws86
7491
7492         * src/prefs_common.c
7493                 add browser command line for Galeon
7494
7495 2002-07-21 [paul]       0.7.8claws85
7496
7497         * Makefile.am
7498                 fix 'EXTRA_DIST': remove README.README, add TODO
7499                 and TODO.claws
7500
7501 2002-07-21 [alfons]     0.7.8claws84
7502
7503         * src/gtkstext.c
7504                 make enter clear selection
7505                 (closes "[ 579888 ] Editor selection/entry error"
7506                 reported by Steve Lamb)
7507
7508 2002-07-21 [alfons]     0.7.8claws83
7509         
7510         * src/summaryview.c
7511                 sort message list when selecting unthread messages
7512                 (closes "[ 501593 ] switching threaded view doesn't sort"
7513                 reported by Simon Schubert)
7514
7515 2002-07-20 [alfons]     0.7.8claws82
7516         
7517         * src/matcher.c
7518                 const-correctness
7519
7520 2002-07-20 [thorsten]   0.7.8claws81
7521
7522         * src/matcher.c
7523                 Fixed expansion of empty fields in matchactions
7524
7525 2002-07-19 [melvin]     0.7.8claws80
7526
7527         * src/gtkspell.c
7528                 Removed a duplicate menu entry (fast mode) introduced during
7529                 the new cache merge
7530                 Added a menu separator between 'Use alternate' and 'Fast mode'
7531
7532 2002-07-19 [paul]       0.7.8claws79
7533
7534         * tools/Makefile.am
7535           tools/README
7536                 correct typos
7537
7538 2002-07-19 [thorsten]   0.7.8claws78
7539
7540         * tools/calypso_convert.pl      ** NEW FILE **
7541           tools/README
7542           tools/Makefile.am
7543                 script to import mbox files exported
7544                 by calypso
7545                 o generates folder structure
7546                 o includes attachments
7547
7548 2002-07-19 [melvin]     0.7.8claws77
7549
7550         * src/selective_download.[ch]
7551                 Fixed bug where closing the dialog with the window manager's
7552                 close button will not unlock the summary
7553                 Corrected some function declarations that missed a return value
7554                 Made the source code comply better with coding style.
7555         * src/prefs_common.c
7556                 Added new browser command line for Mozilla.
7557
7558 2002-07-18 [paul]       0.7.8claws76
7559
7560         * src/mainwindow.c
7561           src/selective_download.[ch]
7562                 reflect theme changes, fix Gdk Warning when creating 
7563                 pixmap from NULL window, and minor clean up.
7564                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7565
7566         * po/en_GB.po
7567                 updated
7568
7569 2002-07-17 [paul]       0.7.8claws75
7570
7571         * INSTALL[.jp]
7572                 sync with 0.8.0
7573         
7574         * po/en_GB.po
7575                 updated
7576
7577 2002-07-16 [paul]       0.7.8claws74
7578
7579         * tools/filter_conv.pl
7580           tools/README
7581                 replace conversion script with reimplemented version, 
7582                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7583
7584 2002-07-16 [colin]      0.7.8claws73
7585
7586         * src/summaryview.c
7587                 remove forgotten debug messages - sorry ;-)
7588
7589 2002-07-16 [colin]      0.7.8claws72
7590
7591         * src/mimeview.c
7592           src/summaryview.c
7593           src/textview.c
7594           src/textview.h
7595                 add the ability to select part of a text mime-part 
7596                 to reply.
7597
7598 2002-07-15 [christoph]  0.7.8claws71
7599
7600         * src/folder.c
7601                 fix folder message count for folders without
7602                 msg_is_changed (includes news folders)
7603
7604 2002-07-15 [martin]     0.7.8claws70
7605
7606         * src/summaryview.c
7607                 option "display recipient on 'From'..." now works
7608                 without the need of enabling the option
7609                 "display  sender  using  address  book".
7610
7611 2002-07-15 [christoph]  0.7.8claws69
7612
7613         * src/summaryview.c
7614                 removed setting folder status from summaryview.
7615                 folder.c should update all message counts correctly.
7616
7617 2002-07-15 [paul]       0.7.8claws68
7618
7619         * po/pt_BR.po
7620                 updated by Fabio Junior Beneditto
7621
7622 2002-07-15 [darko]      0.7.8claws67
7623
7624         * src/mh.c
7625                 Fixed target folder colorization, don't decrease op
7626                 number twice
7627
7628 2002-07-14 [paul]       0.7.8claws66
7629
7630         * sync with main 0.8.0
7631                 see ChangeLog 2002-07-14
7632
7633 2002-07-13 [melvin]     0.7.8claws65
7634         
7635         * src/addrbook.c
7636         * src/addressbook.c
7637         * src/addrindex.c
7638                 Replaced sprintf by g_snprintf to prevent possible buffer
7639                 overflow.
7640         * src/news.c
7641                 Corrected a log message output format.
7642                 Added a missing "done" debug output.
7643         * src/compose.c
7644                 Added keyboard accelerator for Priority menu items
7645                 Added missing \n in debug output
7646         * src/logwindow.c
7647         * src/gtkspell.c
7648         * src/rfc2015.c
7649                 Added missing \n in debug output
7650
7651 2002-07-13 [paul]       0.7.8claws64
7652
7653         * man/sylpheed.1
7654                 change Sergey's email address to the sf address
7655
7656         * src/textview.c
7657                 increase show_url_timeout (more useful for long
7658                 urls)
7659
7660 2002-07-12 [sergey]     0.7.8claws63
7661
7662         * src/rfc2015.c
7663                 applied (with some modifications) patch to set the
7664                 micalg parameter for signatures
7665                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7666
7667 2002-07-12 [sergey]     0.7.8claws62
7668
7669         * man/Makefile.am
7670         * configure.in
7671                 fixed man page installation
7672
7673 2002-07-12 [paul]       0.7.8claws61
7674
7675         * sync with 0.7.8cvs26
7676                 see ChangeLog 2002-07-11 and 2002-07-12
7677
7678 2002-07-11 [christoph]  0.7.8claws60
7679
7680         * src/compose.c
7681         * src/procmsg.c
7682                 first use the message number to find the message
7683                 to mark with a reply flag but check the
7684                 message-id if we got the correct message, if not
7685                 try to find it by message-id.
7686                 use new string seperator that is not allowed
7687                 in message-ids.
7688
7689 2002-07-11 [paul]       0.7.8claws59
7690
7691         * sync with 0.7.8cvs23
7692                 see ChangeLog 2002-07-10
7693
7694 2002-07-10 [christoph]  0.7.8claws58
7695
7696         * src/folder.[ch]
7697         * src/msgcache.[ch]
7698                 Added message-id table to the cache in memory
7699                 and functions to msgcache.c and folder.c to
7700                 fetch MsgInfos by message id
7701         * src/compose.c
7702         * src/procmsg.c
7703                 store folder and message-id of message replying
7704                 to in queue header and set reply flag after sending
7705                 (Closes bug #469498)
7706
7707 2002-07-10 [paul]       0.7.8claws57
7708
7709         * AUTHORS
7710           man/sylpheed.1.gz
7711                 add Martin to the list of authors
7712
7713 2002-07-09 [martin]     0.7.8claws56
7714         * src/gtksctree.c
7715                 Added gtk_ctree_last_visible(), tree_update_level(),
7716                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7717                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7718                 from gtk+ to gtksctree.c for the new sorting code
7719                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7720                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7721         * src/gtksctree.h
7722                 Added declaration for gtk_sctree_sort_recursive() and
7723                 gtk_sctree_sort_node
7724         * src/addressbook.c
7725         * src/foldersel.c
7726         * src/folderview.c
7727         * src/summaryview.c
7728                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7729                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7730
7731 2002-07-08 [paul]       0.7.8claws55
7732
7733         * more sync with 0.7.8cvs21
7734                 see ChangeLog 2002-07-08
7735
7736 2002-07-08 [paul]       0.7.8claws54
7737
7738         * sync with 0.7.8cvs21
7739                 see ChangeLog 2002-07-08
7740
7741 2002-07-07 [alfons]     0.7.8claws53
7742
7743         * src/Makefile.am
7744         * src/stock_pixmap.[ch]
7745         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7746         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7747         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7748                 add new pixmaps for upcoming notice pane
7749
7750 2002-07-06 [melvin]     0.7.8claws52
7751
7752         * src/gtkspell.[ch]
7753                 Made them a bit closer to Sylpheed's coding style.
7754                 Removed old code.
7755                 Removed possible memory leaks when some errors occurs.
7756
7757 2002-07-06 [melvin]     0.7.8claws51
7758
7759         * po/Makefile.in.in
7760                 Removed --no-location in xgettext command line to help
7761                 translators that use Emacs' po-mode
7762         * src/quote_fmt.c
7763                 Removed unnecessary comments that messed up sylpheed.pot
7764
7765 2002-07-06 [paul]       0.7.8claws50
7766
7767         * sync with 0.7.8cvs19
7768                 see ChangeLog 2002-07-05
7769
7770 2002-07-06 [christoph]  0.7.8claws49
7771
7772         * src/folder.c
7773         * src/mainwindow.c
7774                 fix folder_item_remove_all_msg and folderview
7775                 status for trash folders after emptying trash
7776
7777 2002-07-05 [paul]       0.7.8claws48
7778
7779         * sync with 0.7.8cvs16
7780                 see ChangeLog 2002-07-04 and 2002-07-05
7781
7782 2002-07-04 [paul]       0.7.8claws47
7783
7784         * sync with 0.7.8cvs14
7785                 see  ChangeLog 2002-07-04
7786
7787 2002-07-03 [alfons]     0.7.8claws46
7788
7789         * src/folder.c
7790                 dupe folder item's path because it's being reallocated
7791                 by new folder scanning code
7792
7793 2002-07-03 [christoph]  0.7.8claws45
7794
7795         * src/imap.c
7796                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7797         * src/msgcache.c
7798                 add missing return in msgcache_write
7799
7800 2002-07-02 [thorsten]   0.7.8claws44
7801
7802         * src/jpilot.c
7803         * src/msgcache.c
7804         * src/rfc2015.c
7805                 use binary mode for file access
7806
7807 2002-07-02 [christoph]  0.7.8claws43
7808
7809         * major code cleanup (part 1)
7810         
7811                 - unused variables removed
7812                 - unused functions removed
7813                 - uninitialized variables checked
7814                 - missing return statements added
7815                 - missing function return types added
7816                 - added parentheses around assignment and
7817                   && in || when suggested by gcc
7818               
7819         * src/mh.c
7820         * src/folder.c
7821                 replaced direct calls to folder->scan_tree
7822                 with folder_scan_tree and restore folder
7823                 prefs in this function. The folder should
7824                 not have to deal with them.
7825                 ( Should now work for all folder types )
7826
7827 2002-07-02 [paul]       0.7.8claws42
7828
7829         * sync with 0.7.8cvs13
7830                 see ChangeLog 2002-07-01 and 2002-07-02
7831
7832 2002-07-01 [christoph]  0.7.8claws41
7833
7834         * src/summaryview.c
7835                 fix "goto next/prev unread message" with
7836                 ignored threads
7837
7838 2002-07-01 [paul]       0.7.8claws40
7839
7840         * po/es.po
7841                 updated by Ricardo Mones Lastra
7842
7843 2002-06-30 [match]      0.7.8claws39
7844
7845         * src/jpilot.c
7846                 applied variation of leonerd's patch (566661) to
7847                 allow multiple email addresses per JPilot entry.
7848                 addresses may be separated by space, comma, pipe,
7849                 semi-colon, new-line.
7850
7851 2002-06-30 [alfons]     0.7.8claws38
7852
7853         * src/procmsg.c
7854                 simple fix for putting older nodes before
7855                 newer nodes when threading by subject
7856
7857 2002-06-30 [christoph]  0.7.8claws37
7858
7859         * src/folder.c
7860         * src/folderview.c
7861         * src/mh.c
7862         * src/news.c
7863         * src/procmsg.c
7864                 fix broken folder tree rescaning
7865                 and don't use procmsg_get_mark_sum
7866                 anymore
7867
7868 2002-06-30 [christoph]  0.7.8claws36
7869
7870         * merge new cache branch
7871         * src/imap.c
7872                 fix new cache imap copy bug
7873         * src/folder.c
7874                 improved folder_item_scan
7875                 it should now always set the correct
7876                 new, unread and total message counts
7877
7878 2002-06-29 [paul]       0.7.8claws35
7879
7880         * configure.in
7881                 correct syntax error
7882
7883 2002-06-29 [paul]       0.7.8claws34
7884
7885         * configure.in
7886           Makefile.am
7887           man/Makefile.am       ** NEW FILE **
7888           man/sylpheed.1.gz     ** NEW FILE **
7889                 add Sylpheed man page
7890
7891 2002-06-29 [paul]       0.7.8claws33
7892
7893         * po/pt_BR.po
7894                 updated by Fabio Junior Beneditto
7895
7896 2002-06-28 [jens]       0.7.8claws32
7897
7898         * po/de.po
7899                 translation updated
7900
7901         * src/selective_download.c
7902                 removed gettext for space " "
7903
7904         * src/imap.c
7905                 removed wrong space
7906
7907 2002-06-28 [paul]       0.7.8claws31
7908
7909         * sync with 0.7.8cvs11
7910                 see ChangeLog 2002-06-28
7911
7912 2002-06-28 [paul]       0.7.8claws30
7913
7914         * sync with 0.7.8cvs10
7915                 see ChangeLog 2002-06-27 and 2002-06-28
7916
7917 2002-06-26 [paul]       0.7.8claws29
7918
7919         * src/addrgather.c
7920           src/selective_download.c
7921                 don't gettextise empty strings.
7922                 reserved by gettext. gettext("") returns 
7923                 the header entry with meta information, 
7924                 not the empty string
7925
7926         * po/en_GB.po
7927                 updated
7928
7929 2002-06-26 [paul]       0.7.8claws28
7930
7931         * sync with 0.7.8cvs7
7932                 see ChangeLog 2002-06-25
7933
7934         * src/prefs_common.c
7935                 ...and in the process, tweak the gui a little
7936
7937 2002-06-25 [alfons]     0.7.8claws27
7938         
7939         * configure.in
7940         * src/Makefile.am
7941                 fine tune ldap library detection
7942
7943 2002-06-25 [alfons]     0.7.8claws26
7944
7945         * src/compose.c
7946                 don't allow return receipts when composing a news article
7947
7948 2002-06-25 [paul]       0.7.8claws25
7949
7950         * Makefile.am
7951                 add '$(AMTAR)' to 'release' section to allow for
7952                 new and older autotools
7953
7954 2002-06-25 [paul]       0.7.8claws24
7955
7956         * src/summaryview.c
7957                 fix "No more unread messages" persistant pop-up
7958                 window bug
7959
7960 2002-06-25 [paul]       0.7.8claws23
7961
7962         * po/it.po
7963                 updated by Alessandro Maestri
7964
7965 2002-06-25 [paul]       0.7.8claws22
7966
7967         * sync with 0.7.8cvs6
7968                 see ChangeLog 2002-06-25
7969
7970 2002-06-24 [paul]       0.7.8claws21
7971
7972         * tools/update-po
7973                 add GPL copyright information
7974
7975 2002-06-24 [paul]       0.7.8claws20
7976
7977         * tools/Makefile.am
7978           tools/README
7979           tools/update-po       ** NEW FILE **
7980                 add script that eases the creation of *.po files
7981                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7982
7983 2002-06-23 [alfons]     0.7.8claws19
7984
7985         * src/messageview.c
7986                 make notification_convert_header obey const correctness
7987                 (next step will be fixing the broken return receipt)
7988
7989 2002-06-23 [paul]       0.7.8claws18
7990
7991         * src/messageview.c
7992                 fix bug introduced in last commit:
7993                 removed too much code in last commit - put back what's
7994                 needed
7995
7996 2002-06-23 [paul]       0.7.8claws17
7997
7998         * src/messageview.[ch]
7999                 remove code committed in error from locally patched
8000                 source
8001
8002 2002-06-23 [colin]      0.7.8claws16
8003
8004         * src/compose.[ch]
8005                 add compose_entry_select(), used to select the default_to
8006                 email address - hopefully avoiding people sending mails to
8007                 wrong recipients.
8008
8009 2002-06-22 [alfons]     0.7.8claws15
8010
8011         * AUTHORS
8012                 add Bram Metsch & Stanislav Karchebny
8013         * src/smtp.[ch]
8014         * src/prefs_account.[ch]
8015         * src/send.c
8016                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8017                   options.  (see <http://sourceforge.net/tracker/index.php
8018                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8019
8020                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8021                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8022
8023 2002-06-22 [paul]       0.7.8claws14
8024
8025         * sync with 0.7.8cvs5
8026                 see ChangeLog 2002-06-19 and 2002-06-20
8027
8028 2002-06-22 [alfons]     0.7.8claws13
8029
8030         * src/selective_download.c
8031                 fix a stupid mistake I made
8032
8033 2002-06-22 [alfons]     0.7.8claws12
8034
8035         * src/selective_download.[ch]
8036                 fix another unnoticed leak; cleanup code
8037
8038 2002-06-21 [alfons]
8039
8040         * tools/Makefile.am
8041                 gpg-sign <-- gpg-sign-syl
8042
8043 2002-06-21 [alfons]     0.7.8claws11
8044
8045         * src/selective_download.c
8046         * src/selective_download.h
8047                 fix assorted mix of allocation errors (should solve
8048                 problem reported by Philippe Gramoullé, see:
8049                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8050
8051 2002-06-20 [melvin]     0.7.8claws10
8052
8053         * tools/gpg-sign *REMOVED*
8054           tools/gpg-sign-syl *ADDED*
8055                 Replaced the gpg clearsigning script with the version using
8056                 xterm instead of ssh-askpass and changed its name.
8057
8058         * README.claws
8059                 Updated actions example to reflect the renaming of the
8060                 gpg clearsigning script.
8061
8062 2002-06-19 [paul]       0.7.8claws9
8063
8064         * sync with 0.7.8claws9
8065                 see ChangeLog 2002-06-18 and 2002-06-19
8066
8067 2002-06-19 [paul]       0.7.8claws8
8068
8069         * sync with 0.7.8cvs1
8070                 see ChangeLog 2002-06-18
8071
8072 2002-06-18 [alfons]     0.7.8claws7
8073
8074         * src/mainwindow.h
8075                 add omitted prototype
8076
8077 2002-06-17 [paul]       0.7.8claws6
8078
8079         * src/mainwindow.c
8080                 fix hiding of exec_btn
8081
8082 2002-06-17 [paul]       0.7.8claws5
8083
8084         * src/pop.c
8085                 remove unneeded code: should_delete() 
8086                 and Pop3State::uidl_todelete_list
8087
8088 2002-06-17 [paul]       0.7.8claws4
8089
8090         * sync with 0.7.8
8091                 see ChangeLog 2002-06-11 and 2002-06-13
8092
8093 2002-06-16 [alfons]     0.7.8claws3
8094         
8095         * src/folder.c
8096                 make sure lock sort mode (claws specific) is
8097                 also persists after a tree rescan
8098
8099 2002-06-16 [alfons]     0.7.8claws2
8100
8101         * src/prefs_folder_item.c
8102         * src/folder.[ch]
8103                 fix persistence of folder sort mode (broken
8104                 by adapting Hiro's new folder persistence code)
8105
8106 2002-06-16 [alfons]     0.7.8claws1
8107
8108         * AUTHORS
8109         * src/logwindow.c
8110         * src/prefscommon.[ch]
8111                 control size of log text in log window; 
8112                 closes patch #569155 submitted by Mitko Haralanov.
8113
8114 2002-06-15 [paul]       0.7.8claws
8115
8116         * release of 0.7.8claws
8117
8118 2002-06-15 [paul]       0.7.7claws
8119
8120         * po/pt_BR.po
8121                 updated by Fabio Junior Beneditto
8122
8123 2002-06-14 [paul]       0.7.6claws49
8124
8125         * po/es.po
8126                 updated by Ricardo Mones Lastra
8127
8128 2002-06-14 [paul]       0.7.6claws48
8129
8130         * po/nl.po
8131                 updated translation by Wilbert Berendsen
8132
8133 2002-06-14 [melvin]     0.7.6claws47
8134
8135         * po/fr.po
8136                 Updated French translation
8137
8138 2002-06-13 [paul]       0.7.6claws46
8139
8140         * src/filesel.c
8141                 allow filename to be typed in, rather than just
8142                 selected by the mouse. Patch by Gustavo Noronha Silva.
8143
8144 2002-06-13 [alfons]     0.7.6claws45
8145
8146         * src/mainwindow.[ch]
8147                 more cleanups (removing unnecessary menu items Expand 
8148                 summary / message view)
8149
8150 2002-06-13 [melvin]     0.7.6claws44
8151
8152         * po/POTFILES.in
8153                 Added src/string_match.c
8154         * src/string_match.c
8155                 Fixed possible buffer overflow.
8156                 Corrected typo.
8157                 Added missing config.h header.
8158         * src/prefs_common.c
8159           src/prefs_matcher.c
8160           src/prefs_scoring.c
8161                 Made some strings translatable (missing _(..)).
8162
8163 2002-06-13 [melvin]     0.7.6claws43
8164
8165         * README.claws
8166                 Corrected action example (verifying clearsigned mail).
8167         * src/prefs_account.c
8168                 Corrected typo.
8169         * src/prefs_common.c
8170                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8171
8172 2002-06-12 [alfons]     0.7.6claws42
8173
8174         * src/summaryview.c
8175                 add init of score column lost in 0.7.6claws42
8176
8177 2002-06-12 [paul]       0.7.6claws41
8178
8179         * src/prefs_account.c
8180                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8181                 behavior of the radio buttons, (from 0.7.7cvs2)
8182
8183 2002-06-11 [alfons]     0.7.6claws40
8184
8185         * src/messageview.[ch]
8186         * src/summaryview.[ch]
8187         * src/summary_search.c
8188         * src/mainwindow.c
8189                 perform a sync to bring in Hiro's separate view implementation 
8190
8191                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8192
8193 2002-06-11 [paul]       0.7.6claws39
8194         
8195         * src/prefs_account.c
8196                 correct a typo on the Receive tab
8197
8198 2002-06-10 [match]      0.7.6claws38
8199
8200         * src/addressbook.c
8201                 Included address completion patch from Gustavo Noronha.
8202
8203 2002-06-10 [paul]       0.7.6claws37
8204
8205         * src/inc.[ch]
8206           src/pop.c
8207           src/prefs_account.[ch]
8208           src/selective_download.[ch]
8209                 apply PATCH #561712
8210                  NEW:
8211                 - check if POP Account
8212                 - Receive Button renamed to Preview
8213                 - Preview Button Popup: preview new/all messages
8214                 - Download Button
8215                 - Account Preferences-->Receive tab checkbutton if you
8216                   want to remove Mail after Download
8217                 -: default YES
8218                 - Account Preferences-->Receive tab checkbutton use
8219                   filtering rules on preview
8220                   (think of delete_on_server)
8221                 -: default YES
8222                 - Account selectable from SD dialog
8223                 - checkbutton to show already downloaded messages if
8224                   all messages are previewed
8225                 - new clist column showing Date
8226                 - ESC KEY close
8227                 FIXES:
8228                 - play ball with UIDL
8229                 - fault tolerant (?) 
8230                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8231
8232 2002-06-10 [melvin]     0.7.6claws36
8233
8234         * README.claws
8235                 Added a hint to ac/README in cvs instructions.
8236
8237         * src/prefs_actions.c
8238                 Made it possible to use a more elaborate command line
8239                 for asynchronous actions, too.
8240
8241 2002-06-10 [melvin]     0.7.6claws35
8242         
8243         * src/prefs_actions.c
8244                 Make it possible to use a more elaborate command line
8245                 (e.g. |foo|bar|cat>there;echo Done|)
8246                 Corrected error message when calling %f, %F and %p commands
8247                 from the compose window.
8248
8249 2002-06-09 [colin]      0.7.6claws34
8250
8251         * src/summaryview.c
8252                 Automatically find unread messages in current folder
8253                 before annoying the user.
8254
8255 2002-06-08 [alfons]     0.7.6claws33
8256
8257         * po/it.po
8258                 remove bad formatting string in it.po translation
8259                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8260
8261 2002-06-08 [paul]       0.7.6claws32
8262
8263         * sync with 0.7.6cvs25
8264                 see ChangeLog 2002-06-07
8265
8266 2002-06-05 [paul]       0.7.6claws31
8267
8268         * src/mainwindow.c
8269                 add 'Sort by locked' and 'Sort by score'
8270
8271 2002-06-05 [paul]       0.7.6claws30
8272
8273         * sync with 0.7.6cvs24
8274                 see ChangeLog 2002-06-04
8275
8276 2002-06-04 [paul]       0.7.6claws29
8277
8278         * po/pt_BR.po
8279                 updated by Fabio Junior Beneditto
8280
8281 2002-06-03 [thorsten]   0.7.6claws28
8282
8283         * src/matcher.c
8284                 fclose() matcherrc after reading
8285
8286 2002-06-03 [paul]       0.7.6claws27
8287
8288         * sync with 0.7.6cvs21
8289                 see ChangeLog 2002-05-31
8290
8291 2002-05-31 [paul]       0.7.6claws26
8292
8293         * sync with 0.7.6cvs20
8294                 see ChangeLog 2002-05-29 and 2002-05-30
8295
8296 2002-05-31 [paul]       0.7.6claws25
8297
8298         * src/imap.c
8299                 hopefully fix last buggy sync
8300
8301         * README.claws
8302                 correct typo in 'Actions' examples
8303
8304 2002-05-29 [paul]       0.7.6claws24
8305
8306         * sync with 0.7.6cvs18
8307                 see ChangeLog 2002-05-28 and 2002-05-29
8308
8309         * src/news.c
8310           src/nntp.[ch]
8311                 sync with above 
8312
8313 2002-05-28 [paul]       0.7.6claws23
8314
8315         * sync with 0.7.6cvs16
8316                 see ChangeLog 2002-05-28
8317
8318 2002-05-27 [thorsten]   0.7.6claws22 
8319
8320         * faq/it/sylpheed-faq-1.html
8321           faq/it/sylpheed-faq-2.html
8322           faq/it/sylpheed-faq-3.html
8323           faq/it/sylpheed-faq.html
8324                 corrected DOS lineendings
8325         * faq/de/sylpheed-faq-1.html
8326           faq/de/sylpheed-faq-2.html
8327           faq/en/sylpheed-faq-1.html
8328           faq/en/sylpheed-faq-2.html
8329           faq/en/sylpheed-faq-3.html
8330           faq/es/sylpheed-faq-1.html
8331           faq/es/sylpheed-faq-2.html
8332           faq/es/sylpheed-faq-3.html
8333           faq/fr/sylpheed-faq-1.html
8334           faq/it/sylpheed-faq-1.html
8335           faq/it/sylpheed-faq-2.html
8336           faq/it/sylpheed-faq-3.html
8337           faq/it/sylpheed-faq.html
8338                 changed ">" to &quot;
8339
8340 2002-05-27 [paul]       0.7.6claws21
8341         
8342         * sync with 0.7.6cvs15
8343                 see ChangeLog 2002-05-27
8344
8345 2002-05-27 [paul]       0.7.6claws20
8346
8347         * src/prefs_account.c
8348                 correct a typo
8349
8350 2002-05-26 [paul]       0.7.6claws19
8351
8352         * tools/README
8353                 correct a typo
8354
8355 2002-05-25 [paul]       0.7.6claws18
8356
8357         * tools/README
8358                 add description of kmail2sylpheed.pl
8359
8360 2002-05-25 [paul]       0.7.6claws17
8361
8362         * tools/kmail2sylpheed.pl       ** NEW FILE **
8363                 perl script that converts an exported Kmail address
8364                 book, converts it to sylpheed addressbook file,
8365                 writes the file to .sylpheed, and updates
8366                 addrbook--index.xml 
8367
8368 2002-05-25 [paul]       0.7.6claws16
8369
8370         * sync with 0.7.6cvs14
8371                 see ChangeLog 2002-05-23
8372
8373 2002-05-24 [paul]       0.7.6claws15
8374
8375         * README.claws
8376                 make a correction and add some more info
8377
8378 2002-05-24 [paul]       0.7.6claws14
8379
8380         * src/compose.c
8381                 fix memory leak in 
8382                 compose_redirect_write_headers_from_headerlist()
8383                 add Subject and Resent-Message-ID to
8384                 compose_redirect_write_headers()
8385                 Received, Subject, and X-UIDL are filtered out in 
8386                 compose_redirect_write_to_file()
8387
8388 2002-05-23 [paul]       0.7.6claws13
8389
8390         * src/compose.[ch]
8391           src/filtering.c
8392           src/mainwindow.c
8393           src/matcher.[ch]
8394           src/matcher_parser_lex.l
8395           src/matcher_parser_parse.y
8396           src/prefs_common.[ch]
8397           src/prefs_filtering.c
8398           src/summaryview.c
8399                 rename 'Bounce' to 'Redirect'
8400
8401 2002-05-23 [paul]       0.7.6claws12
8402
8403         * more sync with 0.7.6cvs13
8404           src/compose.c
8405                 see ChangeLog 2002-05-22
8406
8407 2002-05-22 [paul]       0.7.6claws11
8408
8409         * sync with 0.7.6cvs13
8410           src/codeconv.c
8411                 see ChangeLog 2002-05-20
8412           src/prefs_common.c
8413                 see ChangeLog 2002-05-22
8414
8415 2002-05-21 [melvin]     0.7.6claws10
8416
8417         * src/folderview.c
8418                 Added missing filtering and scoring headers
8419                 Fixed bad function call that showed garbage 
8420                 in Folder->Processing
8421
8422 2002-05-21 [paul]       0.7.6claws9
8423
8424         * tools/Makefile.am
8425                 make all tools executable, (patch by Alfons).
8426
8427 2002-05-20 [alfons]     0.7.6claws8
8428
8429         * src/procheader.c
8430                 don't forget to call mktime() so we have a valid week 
8431                 and year day
8432                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8433
8434 2002-05-20 [paul]       0.7.6claws7
8435
8436         * src/html.c
8437                 fix broken parsing of urls
8438         * src/textview.c
8439                 fix displaying of urls
8440
8441                 both fixes from the patch [547855] by Eugene 
8442                 Brevdo (zonem)
8443
8444 2002-05-19 [alfons]     0.7.6claws6
8445
8446         * configure.in
8447                 make sylpheed configure correctly with the latest
8448                 and greatest of automake / autoconf / gettext
8449
8450 2002-05-19 [alfons]     0.7.6claws5
8451
8452         * src/procheader.c
8453         * src/procheader.h
8454                 add function for returning ime zone offset
8455         * src/quote_fmt.c
8456         * src/quote_fmt_parse.y
8457                 better quotation formatting - does not convert
8458                 to local time, but uses the original date string.
8459                 
8460                 Note: %z inserts the timezone offset (should 
8461                 work also on platforms where strftime does not
8462                 support %z).
8463
8464 2002-05-18 [christoph]  0.7.6claws4
8465
8466         * src/summaryview.c
8467                 fix indentation of some code
8468         * tools/Makefile.am
8469                 fix spaces after \
8470         * src/Makefile.am
8471                 add missing \
8472                 correct path for ignorethread.xpm
8473                 incorrect filename for sylpheed_logo.xpm
8474                 add missing include matcher_parser_parse.h
8475
8476 2002-05-18 [paul]       0.7.6claws3
8477
8478         * sync with 0.7.6cvs8
8479                 see ChangeLog 2002-05-16 and 2002-05-17
8480
8481 2002-05-18 [melvin]     0.7.6claws2
8482
8483         * README.claws
8484                 Corrected an action's definition and fixed some misspellings.
8485
8486 2002-05-18 [paul]       0.7.6claws1
8487
8488         * tools/Makefile.am
8489           tools/gpg-sign        ** new file **
8490           tools/uudec           ** new file **
8491                 add Melvin's Actions scripts
8492
8493         * README.claws
8494                 add Melvin's descriptions for Actions
8495
8496 2002-05-18 [paul]       0.7.6claws
8497
8498         * Version 0.7.6claws released
8499
8500 2002-05-17 [paul]       0.7.5claws32
8501
8502         * po/es.po
8503                 updated by Ricardo Mones Lastra
8504
8505 2002-05-17 [paul]       0.7.5claws31
8506
8507         * src/compose.c
8508                 fix Account prefs default folder for sent/draft/deleted
8509                 messages bug
8510
8511         * po/it.po
8512           po/nl.po
8513                 updated translation by Alessandro Maestri and
8514                 Wilbert Berendsen
8515
8516 2002-05-17 [melvin]     0.7.5claws30
8517
8518         * src/prefs_actions.c
8519                 Fixed bug where using %F not at the end of the command 
8520                 resulted in an additional empty argument being created.
8521                 Thanks to Darko Koruga for reporting the bug.
8522
8523 2002-05-17 [melvin]     0.7.5claws29
8524
8525         * po/fr.po
8526                 Updated French translations.
8527
8528 2002-05-15 [paul]       0.7.5claws28
8529         
8530         * po/es.po
8531                 updated by Ricardo Mones Lastra
8532
8533 2002-05-15 [paul]       0.7.5claws27
8534
8535         * sync with 0.7.6cvs4
8536                 see ChangeLog 2002-05-14 and 2002-05-15
8537
8538 2002-05-14 [paul]       0.7.5claws26
8539
8540         * sync with 0.7.6cvs1
8541                 see ChangeLog 2002-05-13
8542
8543 2002-05-13 [thorsten]   0.7.5claws25
8544
8545         * src/messageview.c
8546                 fix select_all and copy in multipart messages
8547         * src/mainwindow.c
8548                 fix select_all and copy in multipart messages
8549
8550 2002-05-12 [paul]       0.7.5claws24
8551
8552         * src/summaryview.c
8553                 reverse last commit, bug already fixed in 0.7.5claws3
8554
8555 2002-05-12 [netztorte]  0.7.5claws23
8556
8557         * src/summaryview.c
8558                 dont parse empty addressbook (checked in before claws20)
8559
8560 2002-05-12 [melvin]     0.7.5claws22
8561
8562         * src/procmsg.[ch]
8563                 Removed unneeded priority code introduced by the previous 
8564                 commit.
8565
8566 2002-05-12 [melvin]     0.7.5claws21
8567
8568         * src/compose.[ch]
8569                 Added possibility to set message's priority.
8570         * src/procmsg.[ch]
8571                 Added possibility to set message's priority.
8572                 Added missing headers
8573
8574 2002-05-12 [melvin]     0.7.5claws20
8575
8576         * src/prefs_actions.c
8577                 Removed implicitely added quotes around the name
8578                 of the temporary files of mime parts.
8579
8580 2002-05-12 [paul]       0.7.5claws19
8581
8582         * sync with 0.7.5cvs20
8583                 see ChangeLog 2002-05-11
8584
8585 2002-05-12 [alfons]     0.7.5claws18
8586
8587         * src/quote_fmt_lex.l
8588         * src/quote_fmt_parse.y
8589                 allow quote / reply date & time format to be set using
8590                 %D{format}. format is a format string you'd pass to
8591                 strftime() (see man strftime, or the Display tab |
8592                 Date format setting).
8593
8594                 Currently %D converts the date to local time. 
8595
8596 2002-05-11 [paul]       0.7.5claws17
8597
8598         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8599                 see ChangeLog 2002-05-10 and 2002-05-11
8600
8601 2002-05-10 [paul]       0.7.5claws16
8602
8603         * sync with 0.7.5cvs16
8604                 see ChangeLog entries 2002-05-09 and 
8605                 2002-05-10
8606
8607 2002-05-10 [colin]      0.7.5claws15
8608
8609         * src/textview.c
8610                 Corrected a bug that prevented sylpheed to open
8611                 double-clicked URIs.
8612
8613 2002-05-09 [paul]       0.7.5claws14
8614
8615         * sync with 0.7.5cvs14
8616                 see ChangeLog 2002-05-08 and 2002-05-09
8617
8618 2002-05-08 [paul]       0.7.5claws13
8619
8620         * sync with 0.7.5cvs11
8621                 see ChangeLog entry 2002-05-08
8622
8623 2002-05-08 [paul]       0.7.5claws12
8624
8625         * src/mainwindow.c
8626           src/textview.[ch]
8627                 fix segfault on View->Open in new window
8628                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8629
8630 2002-05-07 [paul]       0.7.5claws11
8631
8632         * sync with 0.7.5cvs9
8633                 see ChangeLog entry 2002-05-07
8634
8635 2002-05-06 [paul]       0.7.5claws10
8636
8637         * src/messageview.c
8638           src/textview.c
8639                 display url in statusbar on single-click
8640                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8641
8642 2002-05-06 [match]      0.7.5claws9
8643
8644         * src/addritem.[ch]
8645                 new functions.
8646         * src/addrcache.c
8647                 tidy up.
8648         * src/xmlprops.[ch]
8649                 XML implementation of properties file.
8650         * src/exporthtml.[ch]
8651         * src/expthtmldlg.[ch]
8652         * src/addressbook.c
8653                 export to HTML.
8654
8655 2002-05-02 [sergey]     0.7.5claws8
8656
8657         * src/mainwindow.c (mainwin_entries),
8658           src/prefs_common.c (prefs_send_create()),
8659           src/codeconv.c (locale_table):
8660                 use charset name "Windows-1251" instead of "CP1251".
8661
8662 2002-05-02 [colin]      0.7.5claws7
8663         
8664         * src/compose.c
8665           src/prefs_common.c
8666           src/prefs_folder_item.c
8667                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8668
8669 2002-05-02 [hiro]       0.7.5claws6
8670
8671         * src/imap.c
8672                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8673
8674 2002-05-02 [paul]       0.7.5claws5
8675
8676         * src/compose.c
8677                 more sync with 0.7.5cvs7, see ChangeLog entry
8678                 2002-05-02
8679
8680 2002-05-02 [hiro]       0.7.5claws4
8681
8682         * src/compose.c
8683                 compose_queue_sub():
8684                 check if queue folder exists (closes #550397).
8685                 removed directory creation since it should be handled
8686                 transparently.
8687         * src/imap.c
8688                 imap_add_msg(): return UID for appended message
8689                 (closes #548842).
8690
8691 2002-04-30 [paul]       0.7.5claws3
8692
8693         * src/summaryview.c
8694                 fix account_find_from_address() bug
8695
8696 2002-04-28 [colin]      0.7.5claws2
8697
8698         * src/compose.c
8699           src/textview.c
8700           src/prefs_common.[ch]
8701           src/utils.[ch]
8702                 Added user-definable quotation characters recognition.
8703
8704 2002-04-28 [paul]       0.7.5claws1
8705
8706         * sync with 0.7.5cvs4
8707                 see ChangeLog entry  2002-04-25
8708
8709 2002-04-28 [paul]       0.7.5claws
8710
8711         * po/es.po
8712           po/nl.po
8713           po/pt_BR.po
8714                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8715                 Fabio Junior Beneditto
8716
8717 2002-04-27 [jens]       0.7.4claws103
8718
8719         * po/de.po
8720                 updated German translation.
8721
8722 2002-04-27 [hiro]       0.7.4claws102
8723
8724         * src/summaryview.c
8725                 summary_write_cache(): fixed the mark loss of hidden messages.
8726
8727 2002-04-26 [melvin]     0.7.4claws101
8728
8729         * src/procmsg.c
8730                 fixed a second typo (same one)
8731         * po/fr.po
8732           po/it.po
8733           po/pt_BR.po
8734                 fixed the type again...
8735
8736 2002-04-26 [melvin]     0.7.4claws100
8737
8738         * src/procmsg.c
8739                 fixed a typo in an alert message ("temorary").
8740         * po/it.po
8741         * po/pt_BR.po
8742                 corrected the typo  described above.
8743         * po/fr.po
8744                 updated French translation.
8745
8746 2002-04-26 [darko]      0.7.4claws99
8747
8748         * src/summaryview.c
8749                 fix target folder colorization
8750
8751 2002-04-25 [paul]       0.7.4claws98
8752
8753         * po/it.po
8754                 updated by Alessandro Maestri
8755
8756 2002-04-24 [colin]      0.7.4claws97
8757         
8758         * src/compose.c
8759                 Fixed double "subject is empty" question.
8760
8761 2002-04-23 [colin]      0.7.4claws96
8762         
8763         * src/mimeview.c
8764                 Corrected issue when "automatically display images" was
8765                 not set : first image remained after selecting second.
8766
8767 2002-04-23 [melvin]     0.7.4claws95
8768
8769         * src/prefs_actions.c
8770                 Don't display in/out dialog if there is nothing to show.
8771
8772 2002-04-23 [paul]       0.7.4claws94
8773
8774         * sync with 0.7.5cvs3
8775                 bug fixes: see ChangeLog entry 2002-04-23
8776
8777 2002-04-22 [darko]      0.7.4claws93
8778
8779         * src/compose.c
8780                 fix previous check-in which changed code after
8781                 merge from main
8782
8783 2002-04-22 [paul]       0.7.4claws92
8784
8785         * faq/de/*
8786                 add German FAQ
8787         * faq/en/*
8788           faq/es/*
8789           faq/fr/*
8790                 update English, Spanish and French FAQs
8791         * manual/de/*
8792           manual/es/*
8793                 add German and Spanish manuals
8794         * manual/en/*
8795           manual/fr/*
8796                 update English and French manuals
8797
8798         * src/Makefile.am
8799                 add to and re-arrange the pixmap entries
8800
8801 2002-04-22 [darko]      0.7.4claws91
8802
8803         * src/compose.c
8804                 fix sender initials recognition to only allow
8805                 '>' after the initials
8806
8807 2002-04-21 [paul]       0.7.4claws90
8808
8809         * sync with 0.7.5 release
8810                 see ChangeLog entry 2002-04-21
8811
8812 2002-04-21 [alfons]
8813
8814         * src/Makefile.am
8815                 add colin's new pixmaps to EXTRA_DIST
8816
8817 2002-04-21 [colin]      0.7.4claws89
8818         * src/compose.c
8819         * src/inc.c
8820         * src/mainwindow.[ch]
8821         * src/prefs_common.[ch]
8822         * src/stock_pixmap.[ch]
8823                 Added "Work offline" ability.
8824
8825 2002-04-21 [colin]      0.7.4claws88
8826         
8827         * src/mimeview.c
8828         * src/prefs_common.c
8829         * src/prefs_common.h
8830         * src/textview.c : Added an option to common preferences -> display
8831           to allow user not to automatically display images.
8832
8833 2002-04-21 [paul]       0.7.4claws87
8834
8835         * sync with 0.7.4cvs52
8836                 see ChangeLog entry 2002-04-21 (src/imap.c)
8837
8838 2002-04-21 [paul]       0.7.4claws86
8839
8840         * sync with 0.7.4cvs51
8841                 see ChangeLog entry 2002-04-21
8842
8843 2002-04-21 [paul]       0.7.4claws85
8844
8845         * sync with 0.7.4cvs49
8846                 see ChangeLog entries 2002-04-20 and 2002-04-21
8847
8848         * src/Makefile.am
8849                 clean up: remove old 'stock_' element from xpm 
8850                 filenames.
8851
8852 2002-04-21 [alfons]     0.7.4claws84
8853
8854         apply sync patch from Paul
8855
8856         * src/folderview.c
8857                 use old claws prefs_folder_item_create() for now
8858
8859 2002-04-19 [match]      0.7.4claws83
8860
8861         * src/addressbook.[ch]
8862         * src/addrharvest.[ch]
8863         * src/addrgather.[ch]
8864                 recurse folders.
8865         * src/mainwindow.c
8866         * src/summaryview.[ch]
8867                 change menu option.
8868
8869 2002-04-19 [paul]       0.7.4claws82
8870
8871         * po/pt_BR.po
8872                 updated by Fabio Junior Beneditto
8873
8874 2002-04-14 [alfons]     0.7.4claws81
8875
8876         * src/passphrase.c
8877                 add #include <sys/types.h> for mode_t and off_t 
8878
8879 2002-04-13 [paul]       0.7.4claws80
8880         
8881         * src/main.c
8882           src/passphrase.[ch]
8883           src/pgptext.c
8884           src/prefs_common.[ch]
8885           src/rfc2015.c
8886                 enable storing of GnuPG passphrase for the whole 
8887                 session or a user-defined number of minutes. patch 
8888                 submitted by Ravemax <ravemax@dextrose.com>
8889
8890 2002-04-13 [alfons]     0.7.4claws79
8891
8892         * src/textview.c
8893                 make email parser also stop scanning when encountering separators
8894                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8895
8896 2002-04-13 [paul]       0.7.4claws78
8897
8898         * sync with 0.7.4cvs39
8899                 see ChangeLog entry 2002-04-12
8900
8901 2002-04-11 [paul]       0.7.4claws77
8902
8903         * sync with 0.7.4cvs37
8904                 see ChangeLog entry 2002-04-11
8905
8906 2002-04-11 [paul]       0.7.4claws76
8907
8908         * COPYING 
8909                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8910                 the clause for OpenSSL). sync with sylpheed main
8911
8912 2002-04-09 [melvin]     0.7.4claws75
8913
8914         * src/compose.c
8915                 Made 'Ctrl-Enter' on send ignore some modifiers 
8916                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8917                 to bind other *-Enter (but not Alt-Enter).
8918
8919 2002-04-09 [paul]       0.7.4claws74
8920
8921         * sync with 0.7.4cvs35
8922                 see ChangeLog entries 2002-04-09
8923
8924 2002-04-08 [paul]       0.7.4claws73
8925
8926         * sync with 0.7.4cvs33
8927                 see ChangeLog entry 200-04-08
8928
8929 2002-04-07 [match]      0.7.4claws72
8930
8931         * src/addrharvest.[ch]
8932                 fixed to read all addresses in header, regardless
8933                 of header size. improved name parsing. accommodate
8934                 harvest from folders and selected message.
8935         * src/addritem.[ch]
8936                 included new address parsing function.
8937         * src/addrgather.[ch]
8938         * src/addressbook.[ch]
8939         * src/summaryview.[ch]
8940         * src/mainwindow.c
8941                 allow address harvest of folder as well as selected
8942                 messages.
8943
8944 2002-04-07 [paul]       0.7.4claws71
8945
8946         * src/esmtp.[ch]
8947           src/smtp.c
8948                 don't try to authenticate with CRAM-MD5 in SMTP when 
8949                 SMTP-AUTH enabled if MTA doesn't issue this 
8950                 auth-method in it's ehlo-response. bug item #531364,
8951                 patch item #938910. patch submitted by Colin Leroy 
8952                 <colin@colino.net>
8953
8954 2002-04-07 [paul]       0.7.4claws70
8955
8956         * src/nntp.c
8957                 fix missing MODE_READER bug. patch submitted by
8958                 Colin Leroy <colin@colino.net>
8959
8960 2002-04-07 [alfons]     0.7.4claws69
8961
8962         * src/matcher.[ch]
8963         * src/prefs_filtering.c
8964         * src/summaryview.c
8965                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8966                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8967
8968 2002-04-07 [paul]       0.7.4claws68
8969
8970         * sync with 0.7.4cvs32
8971                 see ChangeLog entry 2002-04-06
8972
8973         * tools/filter_conv.pl
8974                 more bug fixes
8975
8976 2002-04-06 [paul]       0.7.4claws67
8977
8978         * tools/filter_conv.pl
8979                 modify to be able to find the name of the first
8980                 mailbox and use that. main's filter does not
8981                 record the full path to the mailbox and therefore
8982                 can only filter to the first mailbox.
8983
8984 2002-04-05 [paul]       0.7.4claws66
8985
8986         * tools/filter_conv.pl
8987                 attempt to make the script all-encompassing and
8988                 be able to convert any main 'filter' rule thrown
8989                 at it
8990
8991 2002-04-05 [paul]       0.7.4claws65
8992
8993         * tools/filter_conv.pl
8994                 allow for collapsed folder trees
8995
8996 2002-04-05 [paul]       0.7.4claws64
8997
8998         * sync with 0.7.4cvs31
8999                 see ChangeLog entries 2002-04-05
9000
9001 2002-04-03 [paul]       0.7.4claws63
9002
9003         * sync with 0.7.4cvs29
9004                 see ChangeLog entries 2002-04-02 and 2002-04-03
9005
9006 2002-04-02 [paul]       0.7.4claws62
9007
9008         * sync with 0.7.4cvs26
9009                 see ChangeLog entry 2002-04-01
9010
9011 2002-04-02 [match]      0.7.4claws61
9012
9013         * src/pine.[ch]
9014         * src/importpine.[ch]
9015         * src/addressbook.c
9016                 import Pine address book.
9017
9018 2002-04-02 [match]      0.7.4claws60
9019
9020         * src/addrharvest.[ch]
9021                 improve address parsing of funky addresses.
9022
9023 2002-04-02 [darko]      0.7.4claws59
9024
9025         * src/compose.c
9026                 wrap on send improvements, it now recognizes quoted
9027                 initials as part of the quotation string, and it
9028                 does not join lines separated by CR
9029
9030 2002-04-01 [match]      0.7.4claws58
9031
9032         * src/mgutils.[ch]
9033                 added new functions.
9034         * src/mutt.[ch]
9035                 remove excessive duplicate address generation
9036                 on import.
9037
9038 2002-04-01 [alfons]     0.7.4claws57
9039         
9040         * src/summaryview.c
9041                 put back g_free() 
9042
9043 2002-04-01 [paul]       0.7.4claws56
9044
9045         * sync with 0.7.4cvs25
9046                 see ChangeLog entry 2002-04-01
9047
9048 2002-04-01 [alfons]     0.7.4aprilfool55
9049
9050         * src/summaryview.c
9051                 honour feature request item #537427 to allow for
9052                 displaying names from address book for sent mail also
9053
9054 2002-03-29 [paul]       0.7.4claws54
9055
9056         * src/mainwindow.c
9057           src/prefs_filtering.[ch]
9058           src/prefs_matcher.c
9059           src/summaryview.c
9060                 add 'fast filter' for claws' filtering,
9061                 /Tools/Create filter rule/... patch submitted
9062                 by Neill Miller <neillm@thecodefactory.org>
9063
9064 2002-03-29 [paul]       0.7.4claws53
9065
9066         * sync with 0.7.4cvs24
9067                 see ChangeLog entry 2002-03-29
9068
9069 2002-03-28 [paul]       0.7.4claws52
9070
9071         * sync with 0.7.4cvs23
9072                 see ChangeLog entry 2002-03-28
9073
9074 2002-03-27 [melvin]     0.7.4claws51
9075
9076         * src/prefs_actions.c
9077                 Added support to pass only one message part (as a
9078                 file) to the command using '%p'. No quotes are needed
9079                 because doubles quotes are automatically added.
9080                 Fixed bug where Sylpheed could block when waiting for
9081                 a child process to finish.
9082                 Changed the help menu to remove quotes around symbols to 
9083                 avoid misinterpretation (they must not be used).
9084
9085 2002-03-27 [melvin]     0.7.4claws50
9086
9087         * src/inc.c
9088                 Made the new mail notification command always 
9089                 execute asynchronously.
9090
9091 2002-03-27 [paul]       0.7.4claws49
9092
9093         * src/compose.c
9094                 fix bug introduced in last commit
9095
9096 2002-03-27 [paul]       0.7.4claws48
9097
9098         * sync with 0.7.4cvs21
9099                 see ChangeLog 2002-03-26 and 2002-03-27
9100
9101 2002-03-26 [hoa]        0.7.4claws47
9102
9103         * src/prefs_folder_item.c
9104                 really fixed the bug #516442 with folder rescan.
9105
9106 2002-03-26 [paul]       0.7.4claws46
9107
9108         * sync with 0.7.4cvs19
9109                 see ChangeLog entries 2002-03-25 and 2002-03-26
9110
9111 2002-03-25 [hoa]        0.7.4claws45
9112
9113         * src/matcher.c
9114         * src/mh.c
9115                 fix the bug #516442 with folder rescan.
9116
9117         * src/prefs_common.[ch]
9118         * src/compose.c
9119                 added an option to enable two different behaviours
9120                 for bounce.
9121
9122
9123 2002-03-25 [paul]       0.7.4claws44
9124
9125         * src/mainwindow.c
9126           src/selective_download.c
9127                 correct a few menuitem labels
9128
9129 2002-03-25 [christoph]  0.7.4claws43
9130
9131         * src/procmsg.c
9132                 fix non deleted tmp message in
9133                 procmsg_save_to_outbox
9134                 fix problems caused by sync with
9135                 main branch's procmsg_send_queue
9136
9137 2002-03-25 [paul]       0.7.4claws42
9138
9139         * src/quote_fmt.c
9140           src/quote_fmt_lex.l
9141           src/quote_fmt_parse.y
9142                 add Last name (%L) placeholder for quoting. 
9143                 patch submitted by Thorsten Thielen 
9144                 <thth@users.sourceforge.net>
9145
9146 2002-03-25 [paul]       0.7.4claws41
9147
9148         * src/utils.c
9149                 get full hostname. patch submitted by
9150                 Bob Woodside <rwoodside1@comcast.net>
9151
9152 2002-03-25 [paul]       0.7.4claws40
9153
9154         * src/account.c
9155           src/news.c
9156           src/nntp.[ch]
9157           src/prefs_account.[ch]
9158                 enable NNTP over SSL. patch submitted by
9159                 Pascal Jermini <pascal@infinity.hn.org>
9160
9161 2002-03-24 [paul]       0.7.4claws39
9162
9163         * src/prefs_common.c
9164                 make the arrangement of the Compose tab more
9165                 coherent
9166
9167         * src/mainwindow.c
9168                 fix some irregularities of style
9169
9170         * po/de.po
9171                 updated by Kilian Krause
9172
9173 2002-03-23 [paul]       0.7.4claws38
9174
9175         * po/pt_BR.po
9176                 updated by Fabio Junior Beneditto
9177
9178 2002-03-23 [paul]       0.7.4claws37
9179
9180         * src/mainwindow.c
9181                 move 'Gather addresses' to 'Tools' menu
9182                 make 'Selective download' sensitive
9183
9184 2002-03-23 [paul]       0.7.4claws36
9185
9186         * sync with 0.7.4cvs16
9187                 see ChangeLog entries 2002-03-23
9188
9189 2002-03-22 [christoph]  0.7.4claws35
9190
9191         * src/quote_fmt_parse.y
9192                 fix include program output
9193
9194 2002-03-22 [alfons]     0.7.4claws34
9195
9196         * src/pop.c
9197                 initialize GDate stack variable correctly (sorry!)
9198
9199 2002-03-22 [paul]       0.7.4claws33
9200
9201         * src/compose.c
9202           src/mainwindow.c
9203           src/prefs_actions.c
9204           src/prefs_common.c
9205                 rename 'Tool' to 'Tools'
9206
9207         * src/mainwindow.c
9208                 move 'Delete duplicated messages' from
9209                 'Message/' to 'Tools/'
9210                 re-arrange the order of 'Tools/' items
9211
9212 2002-03-22 [paul]       0.7.4claws32
9213
9214         * src/addr_compl.c
9215           src/addressbook.[ch]
9216                 auto-address completion now also matches on
9217                 Nickname. patch submitted by Bob Forsman 
9218                 <hammor@users.sourceforge.net>
9219
9220         * src/editaddress.c
9221                 correct a spelling mistake
9222
9223 2002-03-22 [alfons]     0.7.4claws31
9224
9225         * src/pop.c
9226                 fix getting uidl from incorrect string 
9227                 (spotted by Colin)
9228
9229 2002-03-21 [alfons]     0.7.4claws30
9230
9231         * src/pop.c
9232                 more code refactoring
9233                 plug mem leak introduced by delete on server
9234
9235 2002-03-21 [paul]       0.7.4claws29
9236
9237         * sync with 0.7.4cvs11
9238                 see ChangeLog entries 2002-03-20
9239
9240 2002-03-20 [alfons]     0.7.4claws28
9241
9242         * src/inc.c
9243                 apply Colin's patch and refactor
9244
9245 2002-03-20 [paul]       0.7.4claws27
9246
9247         * sync with sylpheed 0.7.4cvs9
9248                 see ChangeLog entry 2002-03-20
9249
9250 2002-03-19 [christoph]  0.7.4claws26
9251
9252         * src/mh.c
9253         * src/procmsg.[ch]
9254         * src/summaryview.c
9255                 revert changes for flag updates
9256                 (does not work correctly and no time to debug)
9257
9258 2002-03-20 [alfons]     0.7.4claws25
9259
9260         * src/pop.c
9261                 refactor should_delete() a little bit 
9262
9263 2002-03-19 [paul]       0.7.4claws24
9264
9265         * src/inc.[ch]
9266           src/pop.c
9267           src/prefs_account.[ch]
9268                 allow the user to leave downloaded mail on the 
9269                 server for n days. Patch submitted by Colin Leroy 
9270                 <colin@colino.net>
9271
9272 2002-02-19 [paul]       0.7.4claws23
9273
9274         * sync with sylpheed 0.7.4cvs8
9275                 see ChangeLog entries 2002-03-19
9276
9277 2002-03-18 [paul]       0.7.4claws22
9278
9279         * sync with sylpheed 0.7.4cvs6
9280                 see ChangeLog entry 2002-03-18
9281
9282 2002-03-18 [paul]       0.7.4claws21
9283
9284         * po/en_GB.po
9285                 add en_GB message catalogue
9286
9287         * src/mbox_folder.c
9288           src/prefs_account.c
9289           src/prefs_actions.c
9290                 correct a few spelling mistakes
9291
9292 2002-03-17 [alfons]     0.7.4claws20
9293
9294         * src/matcher.c
9295                 more stringent checks for NULL params when writing
9296                 filtering actions to a file
9297                 
9298 2002-03-17 [hoa]        0.7.3claws20
9299
9300         * src/news.c
9301                 fixed the count of new messages
9302
9303         * src/compose.c
9304                 fixed the "attachment properties" window
9305
9306 2002-03-17 [paul]       0.7.4claws19
9307
9308         * src/defs.h
9309           src/folder.h
9310           src/news.c
9311           src/prefs_account.[ch]
9312           src/procmsg.[ch]
9313           src/summaryview.c
9314                 automatically mark cross-posted messages as read 
9315                 and (optionally) give them a colour label
9316                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9317                 
9318
9319 2002-03-17 [paul]       0.7.4claws18
9320
9321         * sync with sylpheed 0.7.4cvs5
9322                 see ChangeLog entry 2002-03-17
9323
9324 2002-03-17 [melvin]     0.7.4claws17
9325         
9326         * src/textview.c
9327                 Worked around a gtktext 'bug': when searching for 
9328                 a text in a long message it was scrolling slowly
9329                 line by line until it hit the searched text.
9330         * po/fr.po
9331                 Updated French translation
9332
9333 2002-03-17 [melvin]     0.7.4claws16
9334
9335         * src/mainwindow.c
9336         * src/compose.c
9337         * src/prefs_actions.c
9338                 Moved "Edit/Actions" to "Tool/Actions"
9339                 Made mainwindow/compose window sensitive as soon as
9340                 no child process is running anymore even if the io dialog
9341                 is open.
9342                 Fixed a struct being initialized with a non constant char*
9343
9344 2002-03-16 [christoph]  0.7.4claws15
9345
9346         * configure.in
9347                 add --with-compiler-flags option
9348                 (only for developer hacking)
9349         * src/mh.c
9350         * src/procmsg.[ch]
9351         * src/summaryview.c
9352                 try to make folder-stats and flag handling more
9353                 independent from the summaryview. msgcounts
9354                 are only set when the folder is opened and
9355                 procmsg_msginfo_(un)set_flags will handle it
9356                 later and summaryview will get the values
9357                 from the folder.
9358
9359 2002-03-16 [paul]       0.7.4claws14
9360
9361         * src/messageview.c
9362                 fix Return-receipt. Patch submitted by Bob
9363                 Woodside <rwoodside1@comcast.net>
9364
9365 2002-03-16 [paul]       0.7.4claws13
9366
9367         * src/compose.c
9368                 fix 'dynamic' signatures, make it work again
9369                 broken during sync on 2002-03-14 (0.7.4claws2)
9370
9371 2002-03-15 [match]      0.7.4claws12
9372
9373         * src/addrharvest.[ch]
9374         * src/addrgather.[ch]
9375         * src/addressbook.[ch]
9376         * src/mainwindow.c
9377                 included address harvester feature. still some
9378                 issues with address parsing that I will fix.
9379
9380 2002-03-15 [match]      0.7.4claws11
9381
9382         * src/addrbook.[ch]
9383         * src/addrcache.[ch]
9384         * src/addressbook.[ch]
9385         * src/addrindex.c
9386         * src/editbook.c
9387         * src/importldif.c
9388         * src/importmutt.c
9389         * src/jpilot.[ch]
9390         * src/main.c
9391         * src/syldap.[ch]
9392         * src/vcard.[ch]
9393                 tidy up. fix memory leaks. moved attribs and methods
9394                 from individual interfaces to addrcache object. prep
9395                 for new stuff to come in.
9396
9397 2002-03-15 [alfons]     0.7.4claws10
9398
9399         * src/matcher.[ch]
9400         * src/matcher_parser_parse.y
9401         * src/matcher_parser_lex.l
9402         * src/prefs_matcher.c
9403                 add filtering conditions message greater than, smaller 
9404                 than, and exactly matching a size in bytes
9405                 (does not work with delete from POP3 server yet)
9406
9407                 this should also give others an idea what you should
9408                 do to add new criterions to claws filtering system
9409                 
9410
9411 2002-03-15 [paul]       0.7.4claws9
9412
9413         * tools/filter_conv.pl
9414                 exit if there are no filter rules to convert
9415                 rename filterrc to filterrc.old after completion
9416
9417 2002-03-15 [paul]       0.7.4claws8
9418
9419         * sync with sylpheed 0.7.4cvs3
9420                 see ChangeLog entry 2002-03-14
9421
9422 2002-03-14 [paul]       0.7.4claws7
9423
9424         * src/compose.c
9425                 clean up the last commit (ahem)
9426
9427 2002-03-14 [paul]       0.7.4claws6
9428
9429         * src/compose.c
9430                 fix bug #515655. honour account preferences
9431                 regarding gpg default signing/encryption when 
9432                 changing account from the compose window.
9433
9434 2002-03-14 [paul]       0.7.4claws5
9435
9436         * src/folderview.c
9437                 remove unnecessary curly brackets
9438
9439 2002-03-14 [paul]       0.7.4claws4
9440
9441         * src/folderview.c
9442           src/prefs_filtering.[ch]
9443                 add filter rename on folder rename and filter
9444                 delete on folder delete. Patch submitted by
9445                 Neill Miller <neillm@thecodefactory.org> 
9446
9447 2002-03-14 [christoph]  0.7.4claws3
9448
9449         * src/procmsg.c
9450         * src/send.c
9451                 fix local delivery
9452                 (patch submitted by "Simon 'corecode' Schubert")
9453         * src/prefs_common.c
9454         * src/procmsg.c
9455                 fix gcc 3.0 warning
9456
9457 2002-03-14 [paul]       0.7.4claws2
9458
9459         * sync with sylpheed 0.7.4cvs2
9460                 see ChangeLog entry 2002-03-13
9461
9462 2002-03-12 [darko]      0.7.4claws1
9463
9464         * src/mainwindow.c
9465                 fix what seems to be a copy and paste error
9466                 when setting color for important messages
9467                 (reported by wwp)
9468
9469 2002-03-11 [paul]       version 0.7.4claws released
9470
9471 2002-03-11 [paul]       0.7.4claws
9472
9473         * po/es.po
9474           po/it.po
9475           po/nl.po
9476           po/pt_BR.po
9477                 update message catalogs. Submitted by Ricardo Mones 
9478                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9479                 Fabio Junior Beneditto
9480
9481         * configure.in
9482           faq/Makefile.am
9483           faq/it/Makefile
9484           faq/it/sylpheed-faq*
9485           src/mainwindow.c
9486           src/manual.[ch]
9487                 add FAQ in Italian
9488         
9489
9490 2002-03-11 [jens]       0.7.3claws7
9491
9492         * po/de.po
9493                 updated German translation
9494
9495 2002-03-11 [melvin]     0.7.3claws6
9496
9497         * po/fr.po
9498                 updated and corrected French translation
9499
9500 2002-03-10 [hoa]        0.7.3claws5
9501
9502         * src/account.c
9503         * src/inc.c
9504         * src/prefs_account.c
9505         * src/procmsg.c
9506         * src/send.[ch]
9507                 fixed the local account.
9508                 you have to change the default "/usr/sbin/sendmail"
9509                 to "/usr/sbin/sendmail -t" in the preferences of
9510                 the local account.
9511
9512         * src/procmime.c
9513                 removed some debug display for renderer
9514
9515 2002-03-10 [paul]       0.7.3claws4
9516
9517         * faq/en/sylpheed-faq-1.html
9518           faq/en/sylpheed-faq-2.html
9519                 update
9520
9521 2002-03-09 [paul]       0.7.3claws3
9522
9523         * sync with sylpheed 0.7.4
9524                 see ChangeLog entry 2002-03-09
9525
9526 2002-03-08 [paul]       0.7.3claws2
9527
9528         * faq/en/sylpheed-faq*
9529           faq/es/sylpheed-faq*
9530           faq/fr/sylpheed-faq*
9531                 update the FAQs
9532
9533         * manual/fr/.cvsignore
9534           manual/fr/Makefilea.am
9535           manual/fr/sylpheed*
9536           src/mainwindow.c
9537           src/manual.[ch]
9538                 add the French manual
9539
9540 2002-03-07 [paul]       0.7.3claws1
9541
9542         * sync with sylpheed 0.7.3cvs4
9543                 see ChangeLog entries  2002-03-06 and 2002-03-07
9544         
9545         * po/nl.po
9546                 updated by Wilbert Berendsen
9547
9548 2002-03-07 [melvin]     0.7.2claws34
9549
9550         * src/selective_download.c
9551                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9552
9553 2002-03-06 [paul]       0.7.2claws33
9554
9555         * sync with sylpheed 0.7.3cvs1
9556                 bug fix, see ChangeLog entry 2002-03-05
9557
9558 2002-03-05 [paul]       0.7.2claws32
9559
9560         * src/mimeview.c
9561           src/pgptext.[ch]
9562           src/procmsg.c
9563                 reverse the pgp ascii-armored code implemented in 
9564                 0.7.2claws16. removal of this code until it matures.
9565                 this means that verifying ascii-armored pgp sigs and
9566                 automatic decryption of ascii-armored encrypted
9567                 messages no longer works.
9568
9569 2002-03-05 [paul]       0.7.2claws31
9570
9571         * configure.in
9572           Makefile.am
9573         * faq/Makefile.am
9574         * faq/en/Makefile.am
9575           faq/en/sylpheed-faq.html
9576           faq/en/sylpheed-faq-1.html
9577           faq/en/sylpheed-faq-2.html
9578           faq/en/sylpheed-faq-3.html
9579         * faq/es/Makefile.am
9580           faq/es/sylpheed-faq.html
9581           faq/es/sylpheed-faq-1.html
9582           faq/es/sylpheed-faq-2.html
9583           faq/es/sylpheed-faq-3.html
9584           faq/es/sylpheed-faq-4.html
9585         * faq/fr/Makefile.am
9586           faq/fr/sylpheed-faq.html
9587           faq/fr/sylpheed-faq-1.html
9588           faq/fr/sylpheed-faq-2.html
9589           faq/fr/sylpheed-faq-3.html
9590         * src/Makefile.am
9591           src/defs.h
9592           src/mainwindow.c
9593           src/manual.[ch]
9594                 add FAQs in English, Spanish and French
9595
9596
9597 2002-03-05 [paul]       0.7.2claws30
9598
9599         * manual/en/sylpheed.html
9600           manual/en/sylpheed-XX.html
9601                 updated the English manual
9602
9603 2002-03-05 [hoa]        
9604
9605         * src/summaryview.c
9606                 dialog box pops up if the article can't be deleted.
9607
9608 2002-03-04 [paul]       
9609         
9610         * po/pt_BR.po
9611                 updated by Fabio Junior Benedito
9612
9613 2002-03-04 [hoa]
9614
9615         * removed ac/gpgme.m4
9616                 to avoid autogen common problem
9617                 developers have to install gpgme development package now
9618
9619         * src/compose.c
9620                 encoding to 7bit or 8bit is enabled.
9621
9622 2002-03-03 [alfons]     0.7.2claws29
9623
9624         * src/pop.c
9625                 merge fix by Oliver Haertel for selective
9626                 download buglet
9627
9628 2002-03-03 [paul]       0.7.2claws28
9629         
9630         * sync with sylpheed 0.7.3
9631
9632 2002-03-03 [paul]       0.7.2claws27
9633
9634         * sync with sylpheed 0.7.2cvs24
9635                 see ChangeLog entries 2002-03-02 and 2002-03-03
9636
9637 2002-03-02 [melvin]     0.7.2claws26
9638
9639         * src/inc.[ch]
9640         * src/main.c
9641         * src/mainwindow.c
9642         * src/prefs_common.[ch]
9643                 Added user definable notification on new mail arrival.
9644                 Removed unused variables in spell checker prefs code.
9645
9646 2002-03-02 [melvin]     0.7.2claws25
9647
9648         * src/quote_fmt.c
9649                 Removed unnecessary escape sequences.
9650                 Changed 'Initial...' to 'Initials of Sender'
9651
9652 2002-03-02 [paul]       0.7.2claws24
9653
9654         * sync with sylpheed 0.7.2cvs22
9655                 see ChangeLog entry 2002-03-01
9656
9657 2002-03-01 [hoa]        0.7.2claws23
9658
9659         * src/mainwindow.c
9660                 Set sensitivity of delete actions to active
9661                 even if the folder is a newsgroup.
9662
9663         * src/summaryview.c
9664                 - Set sensitivity of delete actions
9665                 - Added function check_permission() that will check if the
9666                   user is authorized to delete a message. For news, it
9667                   will check if the author is the same.
9668                 - Enabled deletion when there is no trash folder.
9669
9670         * src/news.[ch]
9671                 - Added news_cancel_article() to cancel articles
9672                 - Implemented news_remove_message() (public function)
9673
9674 2002-03-01 [paul]       0.7.2claws22
9675
9676         * src/gtkutils.c
9677           src/textview.c
9678                 recognise urls that that don't include 'http://' and
9679                 simply begin 'www.' 
9680
9681         * AUTHORS
9682                 remove duplicated name
9683
9684 2002-02-28 [paul]       0.7.2claws21
9685
9686         * src/mainwindow.c
9687           src/summaryview.[ch]
9688                 add ability to 'Select thread'
9689                 combines Melvin's "Select thread's head" patch (#510907)
9690                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9691                 patch (#518514) 
9692
9693 2002-02-28 [paul]       0.7.2claws20
9694
9695         * src/mimeview.c
9696                 hopefully fix segfault on right-clicking a mime part
9697                 that some people have experienced.      
9698                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9699
9700 2002-02-28 [paul]       0.7.2claws19
9701
9702         * sync with sylpheed 0.7.2cvs21
9703                 see ChangeLog entries 2002-02-27 and 2002-02-28
9704
9705 2002-02-27 [paul]       0.7.2claws18
9706
9707         * sync with sylpheed 0.7.2cvs18
9708                 see ChangeLog entries 2002-02-26 and 2002-02-27
9709
9710 2002-02-26 [alfons]     0.7.2claws17
9711
9712         * src/procheader.c
9713                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9714                 (spotted by Chris Hessman <idatech@gmx.net>)
9715
9716 2002-02-26 [paul]       0.7.2claws16
9717
9718         * src/mimeview.c
9719           src/pgptext.[ch]
9720           src/procmsg.c
9721                 make decryption of ascii-armored pgp encrypted messages
9722                 and verification of ascii-armored signatures work again.
9723                 slightly altered from the patch by Jens Jahnke 
9724                 <jan0sch@gmx.net>
9725
9726                 ##FIX ME##
9727                 * the checking of plaintext signatures always comes up in 
9728                   a popup box
9729                 * it doesn't work for multipart messages 
9730                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9731                   including the msg headers and these 2 line themselves, are 
9732                   not displayed
9733
9734         * src/mainwindow.c
9735                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9736                 "View/Message View" becomes "View/Separate Message View"
9737                 because its less ambiguous.
9738
9739         * po/es.po
9740                 updated by Ricardo Mones Lastra
9741
9742 2002-02-26 [paul]       0.7.2claws15
9743
9744         * sync with sylpheed 0.7.2cvs17
9745                 see ChangeLog entries 2002-02-25 and 2002-02-26
9746
9747 2002-02-25 [christoph]  0.7.2claws14
9748
9749         * src/filtering.[ch]
9750         * src/inc.c
9751                 do filtering stuff after all messages have been received
9752                   1. drop all messages to .processing
9753                   2. scan processing folder for messages
9754                   3. filter messages or move to inbox
9755                 this will also find old messages left in processing after
9756                 a crash or something like that and we get a real msginfo
9757                 from folder->get_msg_list and do not have to create our
9758                 own in filter_message
9759         * src/matcher_parser_parse.y
9760                 remove MIX/MAX warning (reordered includes)
9761
9762 2002-02-25 [paul]       0.7.2claws13
9763
9764         * sync with sylpheed 0.7.2cvs15
9765                 see ChangeLog entry 2002-02-24
9766
9767 2002-02-24 [alfons]     0.7.2claws12
9768
9769         * src/filtering.c
9770                 clear old color flags first when applying a new color to
9771                 a message info. 
9772                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9773
9774 2002-02-24 [alfons]     0.7.2.claws11
9775         
9776         * AUTHORS
9777         * src/prefs_common.c
9778                 add presets for Opera and Konqueror, closes patch #517261,
9779                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9780
9781 2002-02-24 [alfons]     0.7.2.claws10
9782
9783         * AUTHORS
9784         * src/summaryview.c
9785                 fix threading for null message ids, closes patch #521601,
9786                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9787
9788 2002-02-24 [alfons]     0.7.2claws9
9789
9790         * src/summaryview.c
9791         * src/filtering.c
9792                 make Tool | Filter Message work with filtering system so
9793                 setting flags also works
9794
9795                 TODO:
9796
9797                 - Processing uses the same function as Tool | Filter
9798                   Message, but doesn't use the same update proc yet
9799
9800 2002-02-23 [paul]       0.7.2claws8
9801
9802         * sync with sylpheed 0.7.2cvs14
9803                 see ChangeLog entries 2002-02-22 and 2002-02-23
9804
9805 2002-02-22 [christoph]  0.7.2claws7
9806
9807         * src/quote_fmt.c
9808                 Add column space to table
9809         * src/quote_fmt_parse.y
9810                 Close files
9811
9812 2002-02-22 [paul]       0.7.2claws6
9813
9814         * src/Makefile.am
9815           src/defs.h
9816           src/filtering.c
9817           src/inc.[ch]
9818           src/mainwindow.c
9819           src/matcher.[ch]
9820           src/matcher_parser_lex.l
9821           src/matcher_parser_parse.y
9822           src/pop.[ch]
9823           src/prefs_account.h
9824           src/prefs_filtering.c
9825           src/selective_download.[ch]   *** NEW FILES ***
9826           src/utils.[ch]
9827           po/POTFILES.in
9828                 Selective Download added to 'Tool' menu. 
9829                 Retrieves email headers of the currently selected pop3 
9830                 account and allows the user to mark emails for deletion 
9831                 right on the pop3 server. Patch submitted by Oliver Haertel 
9832                 <oha@users.sourceforge.net>.
9833         
9834         * po/POTFILES.in
9835                 add 'src/quote_fmt.c'           
9836
9837 2002-02-22 [christoph]  0.7.2claws5
9838
9839         * src/Makefile.am
9840                 added quote_fmt.c
9841         * src/prefs_common.[ch]
9842         * src/prefs_template.c
9843         * src/quote_fmt.c               *** NEW FILE ***
9844         * src/quote_fmt.h
9845                 move quote format symbol description code
9846                 to it's own file because it is used from
9847                 differnent code parts
9848                 Rewrote symbol description GUI
9849                   + use table
9850                   + add separators
9851                   + get data from array (no more long constant strings)
9852         * src/quote_fmt_lex.l
9853         * src/quote_fmt_parse.y
9854                 Symbol for Literal % changed to \% instead of %%
9855                 (More logical as \ is used for quoting for other symbols)
9856                 Add |f and |p to include files and program output
9857                 Examples:
9858                     |f{/home/.../.signature}
9859                     |p{date}
9860         * po/de.po
9861                 Correct wrong spelling for "Referenzen"
9862
9863 2002-02-21 [paul]       0.7.2claws4
9864
9865         * src/procmsg.c
9866                 forgotten during sync
9867
9868 2002-02-21 [paul]       0.7.2claws3
9869
9870         * sync with sylpheed 0.7.2cvs11
9871                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9872                 2002-02-20 and 2002-02-21
9873
9874 2002-02-20 [melvin]     0.7.2claws2
9875
9876         * src/prefs_actions.c
9877                 Added error report when child cannot fork or when execvp 
9878                 returns with an error.
9879
9880 2002-02-19 [christoph]  0.7.2claws1
9881
9882         * src/codeconv.c
9883                 return unconverted text if conde conversion is not possible
9884                 when libjconv is used.
9885                 (patch submitted by "Simon 'corecode' Schubert")
9886
9887 2002-02-19 [paul]       
9888
9889         * version 0.7.2claws release
9890
9891 2002-02-19 [paul]       0.7.2claws
9892
9893         * po/nl.po
9894                 updated by Wilbert Berendsen
9895
9896
9897 2002-02-18 [alfons]     0.7.1claws13
9898
9899         * src/syldap.c
9900         * src/jpilot.c
9901                 remove references to dlfcn and explicitly loading functions
9902                 from dynalink libs, because libs linked anyway, and functions
9903                 are loaded explicitly
9904
9905 2002-02-17 [melvin]     0.7.1claws12
9906
9907         * src/prefs_actions.c
9908                 Replaced children wait loop with double fork technique.
9909                 Now, input/output window updated at each new output.
9910                 free_children(): Fixed a memory leak.
9911                 Made input/output window non closable if running children
9912                 still exist.
9913                 Added missing <unistd.h> include.
9914                 Added some --debug outputs.
9915
9916 2002-02-17 [melvin]     0.7.1claws11
9917
9918         * src/summaryview.c
9919                 Fixed bug where descending sort order did not select top
9920                 message.
9921
9922 2002-02-17 [melvin]     0.7.1claws10
9923
9924         * acconfig.h
9925                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9926         * src/prefs_common.c
9927                 Pspell data package directory no more hard coded but
9928                 set during configuration (PSPELL_PATH). (Thanks to 
9929                                 Gustavo Noronha Silva.)
9930
9931 2002-02-17 [melvin]     0.7.1claws9
9932
9933         * configure.in
9934                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9935         * src/gtkspell.c
9936                 Fixed compile-time warnings.
9937
9938 2002-02-16 [alfons]     0.7.1claws8
9939
9940         * src/filesel.c
9941                 fix inadvertent free of NULL pointer which caused
9942                 sylpheed to crash when closing the save-as dialog
9943                 using the window close button
9944
9945 2002-02-16 [carsten]    0.7.1claws7
9946         * src/mainwindow.[ch]
9947           src/summaryview.c
9948           src/prefs_common.c
9949                 fixes for pixmap theming code:
9950                         - recently changed mail attributes shouldn't get
9951                           lost any longer
9952                         - theme is only reloaded iff another theme was
9953                           selected
9954
9955 2002-02-16 [paul]       0.7.1claws6
9956
9957         * sync with sylpheed 0.7.2 release
9958                 see ChangeLog entry 2002-02-15 and 2002-02-16
9959
9960 2002-02-15 [paul]       0.7.1claws5
9961
9962         * sync with sylpheed 0.7.1cvs9
9963                 see ChangeLog entry 2002-02-15
9964
9965         * po/POTFILES.in
9966                 remove unneeded headerwindow.c entry
9967
9968 2002-02-14 [carsten]    0.7.1claws4
9969         * src/summaryview.c
9970                 fixed a bug for "Go to next unread message": there was
9971                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9972                 in the prefs, because of doing "Search again" instead
9973                 "No"
9974
9975 2002-02-14 [carsten]    0.7.1claws3
9976         * src/stock_pixmap.c
9977                 removed 2 more mem leaks; following memprof,
9978                 this code is "leak free" now :)
9979
9980 2002-02-14 [carsten]    0.7.1claws2
9981         * src/stock_pixmap.c
9982                 used opendir/readdir/closedir instead of scandir
9983                 -> code should work now on Solaris
9984
9985 2002-02-14 [paul]       0.7.1claws1
9986
9987         * sync with sylpheed 0.7.1cvs8
9988                 see ChangeLog entries 2002-02-13 and 2002-02-14
9989
9990         * README.claws
9991                 add some description of Actions and Pixmap Themes
9992
9993 2002-02-13 [paul]       
9994
9995         * version 0.7.1claws release
9996
9997 2002-02-13 [paul]       0.7.1claws
9998
9999         * po/es.po
10000           po/it.po
10001           po/pt_BR.po
10002                 updated translations, submitted by Ricardo Mones Lastra,
10003                 Alessandro Maestri and Fabio Junior Beneditto
10004
10005 2002-02-13 [melvin]     0.7.0claws75
10006
10007         * src/prefs_actions.c
10008                 Added missing "signal.h" include
10009
10010 2002-02-13 [melvin]     0.7.0claws74
10011
10012         * src/prefs_folder_item.c
10013                 Added missing "config.h" include
10014         * po/fr.po
10015                 Updated French translation for folder propriety.
10016
10017 2002-02-13 [jens]       0.7.0claws73
10018
10019         * po/POTFILES.in
10020                 Added missing src/prefs_folder_item.c [log added by melvin]
10021         * po/de.po
10022                 Updated German translation.
10023
10024 2002-02-13 [melvin]     0.7.0claws72
10025
10026         * po/fr.po
10027                 Updated French translation.
10028
10029 2002-02-13 [melvin]     0.7.0claws71
10030
10031         * src/gtkutils.c
10032                 Made gtkut_editable_get_selection return NULL if selection
10033                 is of length zero.
10034                 This fixes a bug where selecting part of message A then
10035                 switching to message B and replying to it will not
10036                 quote the message's body.
10037
10038 2002-02-12 [paul]       0.7.0claws70
10039
10040         * src/mainwindow.c
10041                 cosmetic, relating to pixmap themes: on toolbar make 
10042                 updating of 'Exec' and 'Compose news/Compose email'
10043                 icons faster.
10044
10045 2002-02-12 [carsten]    0.7.0claws69
10046         * src/folderview.c
10047           src/mainwindow.[ch]
10048           src/stock_pixmap.c
10049           src/summaryview.c
10050           src/prefs_common.c
10051                 - refreshing after changing pixmap theme better
10052                   now (thanks Paul)
10053                 - wanted to remove some mem leaks, but alfons was
10054                   faster (and had the better solution ;)
10055
10056 2002-02-12 [alfons]     0.7.0claws68
10057
10058         * src/prefs_common.c
10059         * src/stock_pixmap.[ch]
10060                 plug mem leaks, refactor code a little bit
10061
10062
10063 2002-02-12 [sergey]     0.7.0claws67
10064
10065         * src/imap.c
10066                 Fixed problem with copying messages to IMAP folders when the
10067                 server uses something other than '/' as a namespace separator
10068                 (cyrus-imapd uses '.').
10069
10070 2002-02-12 [jens]       0.7.0claws66
10071
10072         * po/de.po
10073                 Updated German Translation
10074
10075 2002-02-12 [paul]       0.7.0claws65
10076
10077         * sync with sylpheed 0.7.1cvs1
10078                 see ChangeLog entry 2002-02-12
10079
10080 2002-02-12 [melvin]     0.7.0claws64
10081
10082         * src/prefs_actions.c
10083                 Fixed "feature" where children's output was duplicated 
10084                 instead of refreshed while monitoring.
10085                 Removed some debug code.
10086
10087 2002-02-12 [christoph]  0.7.0claws63
10088
10089         * src/compose.c
10090                 always delete message from queue after sending/send error
10091                 (closes bug #509601)
10092
10093 2002-02-12 [melvin]     0.7.0claws62
10094
10095         * src/prefs_actions.c
10096                 Children wait loop is now triggered with a timeout of 1s
10097                 Added %F which is replaced with the list of filenames 
10098                 of all selected messages (as suggested by Ricardo Mones Lestra)
10099                 Pipe syntax changed. Prefix with | to send selection, postfix
10100                 with | to retrieve output. Prefix with > or * to send
10101                 user definable input to the command (*: input is hidden)
10102                 Old pipe action should now be postfixed with |, too.
10103
10104 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10105         * src/stock_pixmap.c
10106                 fixed a bug: if there's no theme directory don't
10107                 throw an error, just do "nothing" (thanks Alfons)
10108
10109 2002-02-12 [carsten]    0.7.0claws60
10110         * src/folderview.c
10111           src/summaryview.c
10112                 had to write the cache twice (nasty!); some marks would 
10113                 get lost if not
10114
10115 2002-02-11 [carsten]    0.7.0claws59
10116         * acconfig.h
10117           configure.in
10118           doc-src/maintainer_guide.txt
10119           src/compose.[ch]
10120           src/defs.h
10121           src/folderview.[ch]
10122           src/gtkutils.[ch]
10123           src/mainwindow.[ch]
10124           src/prefs_common.[ch]
10125           src/stock_pixmap.[ch]
10126           src/summaryview.[ch]
10127                 pixmap theming and related work on pixmap
10128                 handling on some other places
10129                 (e.g. hrm features for all folder)
10130           src/pixmap/stock_*.xpm -> the stock_ was removed
10131         
10132 2002-02-11 [paul]       0.7.0claws58
10133
10134         * sync with sylpheed 0.7.1 release
10135                 see ChangeLog entries 2002-02-11
10136
10137 2002-02-08 [paul]       0.7.0claws57
10138
10139         * sync with sylpheed 0.7.0cvs39
10140                 see ChangeLog entry 2002-02-07 (last entry) 
10141
10142         * src/prefs_actions.c
10143           src/prefs_filtering.c
10144           src/prefs_matcher.c
10145           src/prefs_scoring.c
10146                 sync: made it compile with C compilers other than gcc
10147
10148 2002-02-07 [paul]       0.7.0claws56
10149
10150         * sync with sylpheed 0.7.0cvs38
10151                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10152                 2002-02-07
10153
10154 2002-02-07 [darko]      0.7.0claws55
10155
10156         * src/gtkutils.[ch]
10157         * src/summaryview.c
10158                 Fix const gchar */gchar * issue (thanks Hiro)
10159
10160 2002-02-07 [darko]      0.7.0claws54
10161
10162         * src/compose.[ch]
10163         * src/filtering.c
10164         * src/gtkutils.[ch]
10165         * src/prefs_template.c
10166         * src/quote_fmt.h
10167         * src/quote_fmt_parse.y
10168         * src/summaryview.c
10169         * src/utils.[ch]
10170                 When replying or forwarding an email don't quote the entire
10171                 mail body but use the part of the message text that is selected
10172
10173 2002-02-06 [melvin]     0.7.0claws53
10174
10175         * src/prefs_common.[ch]
10176         * src/gtkspell.[ch]
10177         * src/compose.c
10178                 Made possible to switch quickly to last used dictionary
10179                 which makes checking bilingual documents easier.
10180
10181 2002-02-06 [melvin]     0.7.0claws52
10182         
10183         * po/POTFILES.in
10184                 Added forgotten new file src/prefs_actions.c
10185
10186 2002-02-06 [melvin]     0.7.0claws51
10187
10188         * src/prefs_actions.c   ** NEW FILE **
10189         * src/prefs_actions.h   ** NEW FILE **
10190                 Added actions to execute on message text view, or on the
10191                         message's file.
10192         * src/Makefile.am
10193                 Added src/prefs_actions.[ch]
10194         * src/compose.c
10195                 Added new menu "Edit/Actions"
10196         * src/defs.h
10197                 Added new actionsrc file.
10198         * src/main.c
10199                 Added actionsrc reading.
10200         * src/mainwindow.c
10201                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10202         * src/prefs_common.h
10203                 Added new element actionslst element to prefs_common.
10204
10205 2002-02-06 [paul]       0.7.0claws50
10206
10207         * sync with sylpheed 0.7.0cvs36
10208                 see ChangeLog entry 2002-02-06
10209
10210 2002-02-05 [paul]
10211
10212         * po/es.po
10213                 updated by Ricardo Mones Lastra
10214
10215 2002-02-05 [paul]       0.7.0claws49
10216
10217         * sync with sylpheed 0.7.0cvs33
10218                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10219
10220 2002-02-05 [paul]       0.7.0claws48
10221
10222         * src/compose.c
10223                 re-add 'Edit/Advanced/Delete entire line', previously named
10224                 'Delete Line+'
10225
10226 2002-02-04 [paul]       0.7.0claws47
10227
10228         * src/compose.c
10229           src/summaryview.c
10230                 fix bug #494993 (Reply All not taking Reply-To into consi)
10231                 eliminate differences in behaviour of right-click 'Reply to all' 
10232                 in summary view and 'Reply to all' on the toolbar. 
10233                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10234                 view and From gets ignored by 'Reply to all' on toolbar.
10235                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10236                 From when no Reply-To header is present.
10237
10238 2002-02-04 [paul]       0.7.0claws46
10239
10240         * sync with sylpheed 0.7.0cvs30
10241                 see ChangeLog entries 2002-02-03 and 2002-02-04
10242
10243 2002-02-03 [melvin]     0.7.0claws45
10244
10245         * src/gtkspell.[ch]
10246                 Readded function to highlight all misspelled words.
10247                 Fixed bug where user-provided-words did not replace
10248                         correctly the misspelled word when using the mouse.
10249                 Fixed bug where checking a region selected from right to left did
10250                         not check the region at all.
10251                 Fixed bug where 'Check backwards' may not check at all. 
10252                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10253                 Fixed possible buffer overflow when checking for long strings (>1k).
10254                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10255                 Accelerators code uses now gtk_widget_add_accel.
10256                 Removed and disabled obsolete and unfinished code.
10257                 Cleaning up.
10258
10259         * src/compose.c
10260                 Added menu item to Highlight all misspelled words.
10261
10262 2002-02-01 [paul]       0.7.0claws44
10263
10264         * src/mainwindow.c
10265                 fix '/View/Hide read messages' sensitivity when all
10266                 messages in a folder are hidden
10267
10268 2002-02-01 [paul]       0.7.0claws43
10269
10270         * src/main.c
10271                 add --send option to command line interface, sends all
10272                 queued mail. Patch submitted by Ricardo Mones Lastra.
10273
10274 2002-01-31 [paul]       0.7.0claws42
10275
10276         * src/mainwindow.c
10277                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10278
10279 2002-01-31 [paul]       0.7.0claws41
10280
10281         * sync with sylpheed 0.7.0cvs27
10282                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10283                 and 2002-01-31
10284
10285         * src/textview.c
10286                 comment out elements of textview_show_part() as temporary
10287                 workaround for attachment 'Display as text' bug 
10288
10289         * po/pt_BR.po
10290                 updated by Fabio Junior Beneditto
10291
10292 2002-01-30 [paul]       0.7.0claws40
10293
10294         * sync with sylpheed 0.7.0cvs24
10295                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10296                 and 2002-01-30
10297
10298         * src/compose.c
10299                 add {N_("/_Spelling"), ... "<Branch>"} to 
10300                 GtkItemFactoryEntry compose_entries[]
10301
10302         * src/prefs_common.c
10303                 add claws menu items to prefs_keybind_apply_clicked()
10304                 and remove non-claws menu items
10305
10306 2002-01-29 [paul]       0.7.0claws39
10307
10308         * sync with sylpheed 0.7.0cvs22
10309                 see ChangeLog entries 2002-01-28 and 2002-01-29
10310
10311 2002-01-28 [melvin]     0.7.0claws38
10312
10313         * src/compose.c
10314                 Added the declartion of compose_send_control_enter.
10315
10316         * src/compose.c
10317         * src/gtkspell.[ch]
10318                 Added in a 'Spelling' menu which includes the configuration menu. 
10319                 Added a real 'Check all' and got rid from the old one which only
10320                 highlited misspelled word.
10321                 Made 'Check while typing' a disableable option.
10322                 Added a dialog when there are no more misspelled word.
10323                 Added a dialog if error occurs when switching to a dictionary.
10324         
10325         * src/prefs_common.[ch]
10326                 Added option for the default 'Check while typing' option.
10327
10328
10329 2002-01-28 [alfons]     0.7.0claws37
10330
10331         * src/compose.c
10332                 fix buglet and make code comply with sylpheed code style
10333
10334 2002-01-28 [paul]       0.7.0claws36
10335
10336         * sync with sylpheed 0.7.0cvs19
10337                 see ChangeLog entries for 2002-01-28
10338
10339 2002-01-28 [hoa]        0.7.0claws35
10340
10341         * src/defs.h
10342                 added rendererrc
10343
10344         * src/main.c
10345                 read the renderer config
10346
10347         * src/procmime.[ch]
10348                 use the renderer config to convert mime attachments
10349
10350         * src/textview.c
10351                 don't use textview_show_html/ertf,
10352                 use get_text_content instead
10353
10354 2002-01-27 [alfons]     0.7.0claws34
10355         
10356         * src/news.c
10357                 make sylpheed believe it can delete a news message...
10358                 (messages are NOT deleted, maybe we should remove
10359                 processing from the folder properties after all.)
10360
10361 2002-01-27 [alfons]     0.7.0claws33
10362
10363         * src/folder.c
10364                 add extra checks
10365         * src/news.c
10366                 implement remove_msg() 
10367
10368 2002-01-27 [alfons]     0.7.0claws32
10369
10370         * src/procmsg.h
10371         * src/procheader.c
10372         * src/messageview.c
10373                 fix return receipt / disposition notification again. this
10374                 stuff seems to break on _every_ major summary UI change, so
10375                 it's now implemented using a flag which is saved in the
10376                 marks cache
10377                 
10378 2002-01-26 [alfons]     0.7.0claws31
10379
10380         * src/import.c
10381                 let import dialog show the destination folder identifier
10382
10383 2002-01-26 [melvin]     0.7.0claws30
10384
10385         * src/folderview.c
10386         * src/summaryview.c
10387                 Readded 'Mark all read' into summary view popup menu
10388                 Added 'Mark all read' in folder view popup menu for IMAP
10389                 and NNTP.
10390                 Made it insensitive if the selected folder is not the shown
10391                 one to avoid 'Mark all read' on the wrong folder.
10392                 
10393 2002-01-26 [paul]       0.7.0claws29
10394
10395         * src/folderview.c
10396           src/summaryview.c
10397                 move 'Mark all read' from summary view to folder view
10398                 menu. (adapted from) patch submitted by Jeremy Andrews,
10399                 <lists@kerneltrap.com>
10400
10401 2002-01-25 [alfons]     0.7.0claws28
10402
10403         * src/gtkstext.c
10404                 put the gtk class name back so GtkSText adapts the 
10405                 settings of GtkText
10406
10407 2002-01-25 [alfons]     0.7.0claws27
10408
10409         * src/folderview.c 
10410                 assimilate Ricardo's patch that shows pixmaps instead of
10411                 plain "new" and "unread" texts in the folder view column
10412                 headers 
10413
10414 2002-01-25 [paul]       0.7.0claws26
10415
10416         * src/Makefile.am
10417                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10418                 be found in non-standard locations. 
10419                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10420
10421 2002-01-25 [paul]       0.7.0claws25
10422
10423         * sync with sylpheed 0.7.0cvs16
10424                 see ChangeLog entry 2002-01-25
10425
10426 2002-01-24 [paul]       0.7.0claws24
10427
10428         * more sync with sylpheed 0.7.0cvs15
10429                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10430
10431 2002-01-23 [sergey]     0.7.0claws23
10432
10433         * src/importldif.c
10434                 Fixed segfault when closing LDIF import wizard with
10435                 the window manager.
10436         * src/imageview.c
10437         * src/imageview.h
10438         * src/messageview.c
10439         * src/mimeview.c
10440                 Fixed wrong scrolling position after switching between
10441                 text and image parts.
10442
10443 2002-01-23 [paul]       0.7.0claws22
10444
10445         * sync with sylpheed 0.7.0cvs15
10446                 see ChangeLog entries 2002-01-22 and 2002-01-23
10447
10448 2002-01-21 [melvin]     0.7.0claws21
10449
10450         * src/prefs_scoring.c
10451         * src/prefs_filtering.c
10452                 Fixed bug where scoring and filtering windows stopped
10453                 autochecking.
10454
10455 2002-01-21 [paul]       0.7.0claws20
10456
10457         * sync with sylpheed 0.7.0cvs12
10458                 see ChangeLog entries 2002-01-20 and 2002-01-21
10459
10460 2002-01-21 [carsten]    0.7.0claws19
10461         * src/mainwindow.c
10462         * src/menu.[ch]
10463         * src/messageview.[ch]
10464         * src/summaryview.[ch]
10465                 changes to shortcuts handling again:
10466                         + "Q" now controled by mainwin
10467                         + v/V are now customizable and have slightly
10468                           different meanings
10469                 the "button" to minimize the messageview (and maximize
10470                 the summary view) is a real button now
10471         * src/compose.c
10472                 "Delete Line+" added to Edit/Advanced (this will also
10473                 delete the '\n')
10474
10475 2002-01-20 [melvin] 0.7.0claws18
10476
10477         * src/addressbook.c
10478                 Made "Bcc" sensitive when addressbook is called from
10479                 compose window (it was a Claws only bug).
10480
10481 2002-01-19 [alfons] 0.7.0claws17
10482
10483         * src/inc.c
10484                 prevent unnecessary updates when currently selected folder has
10485                 no new messages 
10486
10487 2002-01-19 [alfons] 0.7.0claws16
10488         
10489         * src/summaryview.c
10490                 prevent writing the cache based on current message list in summary 
10491                 view when filtering also put messages in currently selected folder
10492
10493 2002-01-19 [paul]
10494
10495         * po/it.po
10496                 Italian translation submitted by Alessandro Maestri
10497                 <a.maestri@cs.tin.it>
10498
10499 2002-01-18 [melvin]     0.7.0claws15
10500
10501         * src/prefs_filters.c
10502                 fixed bug where 'cancel' from 'filters' window stops autochecking
10503                 if the timer timed out  when the window was open.
10504
10505 2002-01-18 [match]      0.7.0claws14
10506
10507         * src/addrclip.[ch]     ** NEW FILE **
10508         * src/addrselect.[ch]   ** NEW FILE **
10509         * src/adbookbase.h      ** NEW FILE **
10510                 addressbook cut, copy and paste
10511         * src/addrbook.[ch]
10512         * src/addrcache.[ch]
10513         * src/addressitem.h
10514         * src/addrindex.[ch]
10515         * src/addritem.[ch]
10516         * src/importldif.c
10517         * src/importmutt.c
10518         * src/jpilot.[ch]
10519         * src/syldap.[ch]
10520         * src/vcard.[ch]
10521         * src/jpilot.[ch]
10522         * src/editbook.c
10523         * src/editjpilot.c
10524         * src/editldap.c
10525         * src/editvcard.c
10526                 support for copy/paste
10527         * src/addressbook.c
10528                 support for copy/paste
10529                 tidy up menu option processing
10530                 correct address list function arguments
10531         * src/editaddress.c
10532                 sort user attributes
10533         * src/ldif.h
10534         * src/mutt.h
10535                 tidy up
10536
10537         * src/addrbook.[ch]
10538         * src/addrbook.[ch]
10539         * src/addrbook.[ch]
10540                 
10541
10542 2002-01-18 [paul]       0.7.0claws13
10543
10544         * sync with sylpheed 0.7.0cvs8
10545                 configure.in: support Mac OS X (Darwin)
10546
10547 2002-01-18 [carsten]    0.7.0claws12
10548         * src/html.c
10549                 small hack to fix a segfault with an empty href
10550                 (reported by Alexandra Walford <deeni@altern.org>)
10551         * src/mainwindow.c
10552         * src/summaryview.c
10553                 the shortcuts for Mark und Mark as unread are hardcoded
10554                 again
10555         * src/compose.c
10556         * src/gtkstext.[ch]
10557                 readded the shortcuts in gtkstext but made them
10558                 customizeable (simply by adding a menu plus a wrapper
10559                 to compose.c)
10560
10561 2002-01-17 [melvin]     0.7.0claws11
10562
10563         * src/gtkspell.c
10564                 fix default dictionary not being saved.
10565
10566 2002-01-16 [darko]      0.7.0claws10
10567
10568         * src/compose.c
10569                 fix wrapping crash with URL longer than wrapping margin
10570
10571 2002-12-08 [hoa]        0.7.0claws10
10572
10573         * src/matcher_parser_parse.y
10574                 fixed some bugs
10575
10576         * src/prefs_filtering.c
10577                 now, we can use bounce action in the dialog box.
10578
10579 2002-01-16 [carsten]    0.7.0claws9
10580         * src/gtkstext.c
10581                 removed the <control> and <alt> shortcuts because they're
10582                 not needed and interefered with the "normal" shortcuts
10583         * src/mainwindow.c
10584         * src/summaryview.c
10585                 removed most of the hardcoded shortcuts and assigned
10586                 them to menu entries making them easy customizable by
10587                 that
10588
10589 2002-01-16 |melvin]     0.7.0claws8
10590
10591         * src/gtkspell.c
10592                 fixed bug where using the mouse and when the compose
10593                 window is not on top may result in a crash.
10594
10595 2002-01-16 [melvin]     0.7.0claws7
10596
10597         * src/compose.c
10598                 fixed a long standingspell checker bug which could 
10599                 cause a crash after sending a message.
10600
10601 2002-01-16 [paul]       0.7.0claws6
10602
10603         * sync with sylpheed 0.7.0cvs7
10604                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10605                 2002-01-15, and 2002-01-16
10606
10607 2002-01-16 [melvin]     0.7.0claws5
10608
10609         * README.claws
10610         * src/compose.c
10611         * src/gtkspell.[ch]
10612         * src/main.c
10613                 Heavily modified spell checker code to work around
10614                 ispell bug, to add keyboard shortcuts and for future
10615                 enhancements. See README.claws for usage information.
10616
10617 2002-01-15 [alfons]     0.7.0claws4
10618         
10619         * src/summaryview.c
10620                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10621                 so sorting within threads reflects sort mode
10622
10623 2002-01-15 [christoph]  0.7.0claws3
10624
10625         * src/procmsg.c
10626                 added alertpanel if mail sending failed
10627
10628 2002-01-15 [alfons]     0.7.0claws2
10629         
10630         * src/prefs_filtering.c
10631                 don't stop timer when prefs filtering dialog is opened
10632
10633 2002-01-14 [alfons]     0.7.0claws1
10634
10635         * src/addr_compl.c
10636         * src/prefs.c
10637                 remove debug_print()s for privacy reasons
10638
10639 2002-01-14 [darko]      0.7.0claws
10640
10641         * README.claws
10642                 quotation wrapping is now also in the main branch
10643
10644 2002-01-14 [paul]
10645
10646         * tools/filter_conv.pl
10647                 allow for Boolean Op and case-sensitivity
10648                 this file is included in the release and tagged
10649                 'rel_0_7_0'
10650
10651 2002-01-13 [paul]       0.7.0claws
10652
10653         * release 0.7.0, with cvs tag 'rel_0_7_0'
10654
10655 2002-01-13 [paul]
10656
10657         * tools/filter_conv.pl
10658         * tools/README
10659                 rewritten to output to matcherrc instead of filteringrc
10660
10661         * po/es.po
10662                 updated Spanish translation by Ricardo Mones Lastra
10663
10664 2002-01-13 [alfons]
10665
10666         * po/nl.po
10667                 update dutch translation
10668
10669 2002-01-13 [paul]
10670
10671         * po/pt_BR.po
10672                 Updated by Fabio Junior Beneditto 
10673
10674 2002-01-13 [melvin]     0.6.6claws53
10675
10676         * po/fr.po
10677                 Updated french translation
10678
10679 2002-01-12 [alfons]     0.6.6claws52
10680
10681         * src/filtering.c
10682                 plug mem leak that has been sitting there for ages              
10683
10684 2002-01-12 [alfons]     0.6.6claws51
10685
10686         * src/summaryview.c
10687                 undo melvin's changes from 0.6.6claws48 because summary
10688                 view now refuses to select first unread message when
10689                 selecting a folder 
10690
10691 2002-01-11 [alfons]     0.6.6claws50
10692
10693         * src/import.c
10694                 use claws' semantics for getting folder item when
10695                 importing an mbox file into a folder 
10696                 (submitted by Dale P. Smith)
10697
10698 2002-01-11 [christoph]  0.6.6claws49
10699
10700         * src/prefs.h
10701                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10702                 toggle widget, because non static prefs can not use
10703                 prefs_set_* functions
10704         * src/prefs_account.c
10705                 toggle smtp auth password field sensitivity if
10706                 user id is empty and add descrition of usage for
10707                 these fields
10708         * src/prefs_folder_item.c
10709                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10710                 callbacks
10711
10712 2002-01-11 [melvin]     0.6.6claws48
10713
10714         * src/compose.c
10715                 fix the 'Ctrl-Enter' feature for sending and test really
10716                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10717                 editables which was not documented in Gtk)
10718
10719         * src/summaryview.c
10720                 Made summaryview refresh after sorting and not before.
10721
10722 2002-01-11 [christoph]  0.6.6claws47
10723
10724         * src/compose.c
10725                 select account from account ids if possible and
10726                 correctly set save folder for copy in reedit
10727
10728 2002-01-10 [paul]       0.6.6claws46
10729
10730         * sync with sylpheed 0.7.0 release
10731                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10732                 2002-01-09
10733
10734 2002-01-09 [alfons]
10735
10736         * src/summaryview.c
10737                 remove more dirt traces...
10738
10739 2002-01-09 [alfons]
10740         
10741         * src/summaryview.c
10742                 clean up some traces of my debugging stuff
10743
10744 2002-01-09 [alfons]     0.6.6claws45
10745
10746         * src/filtering.c
10747                 break up filteringprop_apply() in three separate pieces
10748                 so we can drop messages that failed processing in the
10749                 inbox
10750
10751         * src/summaryview.c
10752                 fix bug #469598 "no refresh of inbox after filter" which 
10753                 was introduced by the new summary view locking, and which 
10754                 prevented the summary view to update after a manual filter 
10755                 message. claw's filter message requires a summary_show().
10756                 (aargh, summary_show() again! :-)
10757                 
10758 2002-01-07 [alfons]     0.6.6claws44
10759
10760         * src/headerwindow.c
10761         * src/logwindow.c
10762         * src/messageview.c
10763         * src/sourcewindow.c
10764                 bring in Hiro's last 0.7.0 wm class fixes
10765
10766         * tools/sylprint.pl
10767                 bring in Ricardo's fix for sylprint script
10768
10769         * AUTHORS       
10770         * src/rfc2015.[ch]
10771         * src/prefs_common.[ch]
10772         * src/prefs_account.[ch]
10773         * src/compose.c
10774                 clean up account preference poison in rfc2015,
10775                 and preparation to fix double sign bug 
10776                 (patch submitted by Simon 'corecode' Schubert)
10777
10778 2002-01-07 [christoph]  0.6.6claws43
10779
10780         * src/mh.c
10781                 search for free message number, do not only rely
10782                 on last_num
10783         * src/send.c
10784                 fix smtp auth and use extra account information
10785                 if available, if not use pop3 data instead
10786                 (closes bug #500341)            
10787         * src/ssl.[ch]
10788                 match coding style
10789
10790 2002-01-06 [alfons]     0.6.6claws42
10791
10792         * src/mainwindow.c
10793                 try making the separate windows work again...
10794
10795 2002-01-06 [alfons]     0.6.6claws41
10796
10797         * src/mainwindow.c
10798                 adapt Hiro's separate window menu (to get rid of the funny
10799                 duplicate menu items), and make it work again
10800
10801 2002-01-06 [alfons]     0.6.6claws40
10802
10803         * tools/Makefile.am
10804         * tools/sylprint.rc
10805         * tools/sylprint.pl
10806         * tools/README.sylprint
10807                 add sylprint script for printing mails from Sylpheed
10808                 (contributed by Ricardo Mones Lastra)
10809
10810         * src/acount.c
10811                 clean up
10812
10813 2002-01-06 [melvin]     0.6.6claws39
10814
10815         * src/mainwindow.c
10816         * src/summaryview.c
10817                 Fixed crash introduced in 0.6.6claws38 by the menu
10818                 reorganisation (Hide read messages)
10819         
10820         * ChangeLog.claws 
10821                 Fixed typo (we are now in 2002, alfons ;) )
10822
10823 2002-01-05 [alfons]     0.6.6claws38
10824
10825         * sync with sylpheed 0.6.6cvs10-17
10826                 (last stuff marked as LAST_STABLE)
10827
10828 2002-01-04 [melvin]     0.6.6claws37
10829
10830         * src/account.c
10831                 Made account selection code use strcasestr again instead of
10832                 g_strcasecmp (fixes bug where reediting queued messages
10833                 did not select proper account reported by T. Link).
10834         
10835         * src/folderview.c
10836                 Fix bug where folder icons are not shown when 'hide read messages'
10837                 is on.
10838         
10839         * src/stock_pixmaps.[ch]
10840                 Added folder icons for 'hide read messages'.
10841         
10842         * src/compose.c
10843                 Fixed bug where 'Enter' in a header entry will send the message 
10844                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10845
10846 2002-01-03 [melvin]     0.6.6claws36
10847         
10848         * src/prefs.[ch]
10849                 Added popup menu for common preferences and
10850                 account preferences (right click on tab displays
10851                                 a menu of all tabs.)
10852
10853 2002-01-02 [melvin]     0.6.6claws35
10854
10855         * src/gtkspell.[ch]
10856                 Made spelling code compatible with undo/redo feature.
10857                 Added creation of suggestion mode menu for the general
10858                         preferences.
10859         
10860         * src/prefs_common.[ch]
10861                 Added option menu for the speller's suggestion mode.
10862                 Added missing spaces in "..." buttons and made a "..."
10863                         button non translatable!
10864         
10865         * src/compose.c
10866                 Made speller use the default suggestion mode.
10867                 Hack to make it possible to choose 'CTRL-Enter' as a
10868                         shortcut for sending (and only for sending).
10869
10870         * src/prefs_folder_item.c
10871                 Changing subject simplification does not update cache 
10872                         anymore (because it is unnecessary).
10873                 Fixed bug where changing subject simplification updated the 
10874                         summaryview even when the viewed folder is not the
10875                         folder which properties are being changed. (E.g. 
10876                                         viewing folder A and changing
10877                                         the subject simplification of 
10878                                         folder B -not being viewed- updated the 
10879                                         summaryview of folder A with data of
10880                                         folder B). (Hope this is clear... )
10881
10882 2001-12-31 [alfons]     0.6.6claws34
10883         
10884         * src/ldif.c
10885         * src/mutt.c
10886                 fgetc() returns a signed integer which doesn't
10887                 fit in a char. so c truncates this to a char
10888                 but we may lose significant bits. i.e. we may
10889                 comparing 0xFF which may not be equal to -1
10890                 unless properly casted to signed char which
10891                 we won't do because fgetc() returns a signed
10892                 integer which doesn't fit in a char. so c 
10893                 truncates this to a char but we may lose 
10894                 significat bits. (you got the idea, thanks
10895                 to Gustavo Noronha Silva <kov@debian.org>
10896                 and the Debian folks!)
10897
10898 2001-12-30 [alfons]     0.6.6claws33
10899
10900         * src/prefs_common.c
10901                 add #ifdef USE_PSPELLs that Melvin forgot               
10902
10903 2001-12-30 [melvin]     0.6.6claws32
10904         
10905         * src/prefs_common.[ch]
10906                 Added configurable color for misspelled words.
10907
10908         * src/gtkspell.[ch]
10909                 Fixed bug of foreground text color (reported by David
10910                                 Mehrmann)
10911                 Added configurable color for misspelled words.
10912
10913 2001-12-30 [alfons]     0.6.6claws31
10914
10915         * src/folder.c
10916                 remove unnecessary things someone put there
10917
10918         * src/mh.c
10919         * src/folder.[ch]
10920                 make folder properties (like threading and sorting) persistent
10921                 (closes bug #497424 "rescan folder tree resets proprieties")
10922                 currently this is only for MH folders. 
10923
10924 2001-12-29 [melvin]     0.6.6claws30
10925
10926         * src/string_match.[ch]
10927                 Optimized a bit: regexp pattern buffer compiled only once, and
10928                   one subroutine call removed. Fixed ^ regexp search: Now, 
10929                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10930         
10931         * src/summaryview.c
10932                 Subject filtering changed to filter summary columns and
10933                   not directly the messages subject cache. The loss in 
10934                   performance is balanced by the improvement of string_match.
10935                 Added an alert panel if there is an error in the regexp.
10936
10937         * src/src/prefs_folder_item.h
10938                 Added a regexp pattern buffer.
10939
10940 2001-12-28 [alfons]     0.6.6claws29
10941
10942         * src/string_match.[ch]
10943                 clean up name space
10944                 allow compilation *BSD
10945
10946 2001-12-27 [alfons]     0.6.6claws28
10947
10948         * src/filter.c
10949                 sync the Hiro's bug fix for BSD
10950
10951 2001-12-27 [melvin]     0.6.6claws27
10952         
10953         * src/compose.c
10954                 Simplify focus to subject entry code.
10955
10956 2001-12-27 [darko]      0.6.6claws26
10957
10958         * src/filtering.c
10959         * src/mbox_folder.c
10960         * src/messageview.c
10961         * src/mh.c
10962         * src/procheader.[ch]
10963         * src/procmsg.h
10964         * src/stock_pixmap.[ch]
10965         * src/summaryview.c
10966                 Show key icon for encrypted mails in summary view
10967
10968         * src/pixmaps/clip.xpm
10969         * src/pixmaps/clipkey.xpm
10970         * src/pixmaps/key.xpm
10971                 New/modified icons for the above
10972
10973 2001-12-27 [melvin]     0.6.6claws25
10974
10975         * src/prefs_common.c
10976                 Put spell checker options in a separate tab to decrease
10977                 the Common Preferences window height.
10978
10979         * README.claws  
10980                 Update spell checker usage instruction about its options
10981                 location.
10982
10983 2001-12-27 [melvin]     0.6.6claws24
10984
10985         * src/compose.c
10986                 Changed subject entry widget position. Initial focus is
10987                 on the To header instead of the subject entry.
10988                 Creating a new header scrolls the header list to make the
10989                 created one visible. Nevertheless, when automatically filling
10990                 headers, the first one is shown.
10991                 A Tab key press in the last empty header entry zips the 
10992                 focus to the subject entry.
10993                 (I did not change the combo boxes, yet)
10994
10995 2001-12-26 [alfons]     0.6.6claws23
10996
10997         * src/prefs_account.c
10998         * src/inc.c
10999                 allow default inbox to reside in another mailbox (only
11000                 works for POP3 accounts)
11001
11002 2001-12-26 [alfons]     0.6.6claws22
11003         
11004         * src/textview.c
11005                 make reply-on-click work with the account of the selected folder
11006         * src/compose.c
11007                 put a fixme here to remind me to fix finding correct default
11008                 account for nested folders
11009
11010 2001-12-25 [alfons]     0.6.6claws21
11011
11012         * src/summaryview.c
11013                 make column headers display locked and mark pixmaps (idea by Melvin) 
11014                 fix bug by adding score and locked column type to sort array
11015
11016 2001-12-25 [alfons]     0.6.6claws20
11017         
11018         * src/summaryview.c
11019                 catch a *potentially* inadvertent write back of  
11020                 the message cache(s) introduced by 0.6.5claws37
11021
11022 2001-12-25 [christoph]  0.6.6claws19
11023
11024         * src/stock_pixmap.[ch]
11025         * src/summaryview.c
11026                 add ignore thread pixmap
11027                 (can someone draw a better icon for this?)
11028
11029 2001-12-24 [alfons]     0.6.6claws18
11030
11031         * src/prefs_folder_item.c
11032                 make address completion actually work for the
11033                 Default To address in the Folder Property dialog.
11034
11035 2001-12-24 [alfons]     0.6.6claws17
11036         
11037         * src/summaryview.c
11038                 use new style regexp for subject stripping 
11039                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11040
11041 2001-12-24 [darko]      0.6.6claws16
11042
11043         * src/pgptext.c
11044         * src/rfc2015.c
11045                 move GPG related informational messages to debug mode
11046
11047 2001-12-23 [alfons]     0.6.6claws15
11048
11049         * src/stock_pixmap.[ch]
11050         * src/summaryview.c
11051                 add the forgotten Claws' locked pixmap
11052
11053 2001-12-23 [alfons]     0.6.6claws14
11054
11055         * src/filesel.c
11056                 accept file name typed in entry in multi file
11057                 selector (patch submitted by Gustavo Noronha Silva 
11058                 <kov@debian.org>)
11059
11060 2001-12-23 [alfons]     0.6.6claws13
11061
11062         * src/prefs_filter.c
11063         * src/prefs_filtering.c
11064         * src/matcher.c
11065         * src/importmutt.c
11066                 clean up a little bit
11067         
11068         * src/string_match.c
11069                 validate input strings a little bit more
11070
11071 2001-12-23 [alfons]     0.6.6claws12
11072
11073         * src/Makefile.am
11074         * src/summaryview.c
11075         * src/string_match.[ch]         ** NEW **
11076         * src/folderview.[ch]
11077         * src/headerview.h
11078         * src/folder.[ch]
11079         * src/prefs_folder_item.[ch]
11080                 add subject simplification to strip out strings from
11081                 a subject line (esp. handy for mailing lists). 
11082                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11083                 but slightly changed things for better integration.)
11084
11085 2001-12-23 [alfons]     0.6.6claws11
11086
11087         * src/mainwindow.c
11088                 fix bug introduced by submission included in 0.6.5claws52.
11089                 ideally this submission should clean the trash if any trash
11090                 folder has a message. however, the hasTrash variable was
11091                 set to false whenever a trash folder was empty (discarding
11092                 a previously found *filled* trash folder.)
11093
11094                 also edited the code a little bit and made it more safe.
11095
11096 2001-12-22 [alfons]     0.6.6claws10
11097
11098         * src/imap.c
11099                 quick fix for Martin Pool's omission of an account
11100                 specific SSL setting
11101
11102 2001-12-22 [alfons]     0.6.6claws9
11103
11104         * src/compose.c
11105         * src/messageview.c
11106         * src/mimeview.c
11107         * src/pgptext.c
11108         * src/procmime.[ch]
11109                 better support for multipart/digest (submitted
11110                 by Fredrik <e98fo@efd.lth.se>)
11111
11112 2001-12-22 [alfons]     0.6.6claws8
11113
11114         * src/addressbook.c
11115                 correct function signature
11116         * src/socket.[ch]
11117         * src/imap.[ch]
11118         * src/prefs_account.[ch]
11119                 allow IMAP over SSH tunnel (patch submitted by 
11120                 Martin Pool <mbp@samba.org>)
11121
11122 2001-12-21 [alfons]     0.6.6claws7
11123
11124         * sync with sylpheed 0.6.6cvs4-9
11125                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11126
11127 2001-12-21 [christoph]  0.6.6claws6
11128
11129         * src/compose.c
11130         * src/prefs_folder_item.[ch]
11131                 implement saving of outgoing messages to current folder.
11132                 fix segfault when no default outbox is available
11133                 (closes bug #495683)
11134
11135 2001-12-21 [carsten]    0.6.6claws5
11136         * src/folderview.c
11137         * src/summaryview.c
11138                 pressing CTRL while DND does now the expected thing and
11139                 copies the mail (moving is still the default, as this
11140                 seam more appropriate for handling mails by DND)
11141
11142 2001-12-18 [paul]       0.6.6claws4
11143
11144         * sync with sylpheed 0.6.6cvs3
11145                 see ChangeLog entries 2001-12-18
11146
11147 2001-12-18 [hiro]       0.6.6claws3
11148
11149         * src/undo.c
11150                 fix for multibyte characters (obtain the number of letters
11151                 instead of bytes).
11152
11153 2001-12-17 [paul]       0.6.6claws2
11154
11155         * sync with sylpheed 0.6.6cvs1
11156                 see ChangeLog entry 2001-12-16
11157
11158 2000-12-17 [alfons]     0.6.6claws1
11159
11160         * src/filtering.c
11161                 clean up
11162
11163 2001-12-16 [paul]       0.6.6claws
11164 2001-12-15
11165
11166         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11167
11168         * src/mimeview.c
11169                 last minute sync with main 0.6.6
11170
11171         * po/es.po
11172                 updated by Ricardo Mones Lastra
11173                 update for last minute sync
11174         * po/fr.po
11175         * po/nl.po
11176                 update for last minute sync
11177         * po/de.po
11178                 updated by Jens Oberender
11179         * po/pt_BR.po
11180                 updated by Fabio Junior Beneditto
11181
11182         * src/prefs_common.[ch]
11183         * src/undo.c
11184                 number of undo levels is user configurable
11185                 (squeeze it into the release in the dying
11186                 moments) Submitted by Jens Oberender    
11187
11188 2001-12-15 [melvin]
11189
11190         * po/fr.po
11191                 updated french translation
11192
11193 2001-12-15 [paul]       0.6.5claws92
11194
11195         * sync with sylpheed 0.6.5cvs28
11196                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11197
11198         * po/nl.po
11199                 update to allow for sync
11200
11201 2001-12-15 [alfons]
11202         
11203         * po/nl.po
11204                 update dutch translation
11205
11206 2001-12-14 [carsten]    0.6.5claws91
11207         * src/summaryview.c
11208                 fixed bug #473785; also after changing the column order
11209                 the same message will be selected and displayed as before
11210                 the reordering
11211
11212 2001-12-14 [carsten]    0.6.5claws90
11213         * src/folderview.c
11214                 probably found the bug reported by wwb opening or closing
11215                 a folder tree just before dnd (found the solution in the
11216                 balsa source -- thanks to them)
11217
11218 2001-12-14 [carsten]    0.6.5claws89
11219         * src/gtkutils.c
11220         * src/account.c
11221                 moved gtk_clist_moveto to the right place, so that
11222                 only the accounts dialog is effected on opening
11223
11224 2001-12-14 [carsten]    0.6.5claws88
11225         * src/gtkutils.c
11226                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11227                 now, so that the focused row will be seen in any case
11228                 (reported by wwp on sf-claws-user)
11229
11230 2001-12-14 [darko]      0.6.5claws87
11231
11232         * src/compose.c
11233                 remove unnecessary line
11234
11235 2001-12-14 [paul]       0.6.5claws86
11236
11237         * sync with sylpheed 0.6.5cvs27
11238                 see ChangeLog entries 2001-12-14
11239
11240 2001-12-14 [carsten]    0.6.5claws85
11241         * src/mainwindow.c
11242                 following a suggestion of Melvin the rcoabm pops up
11243                 right under the button now and the button is reliefed
11244                 while the popup is open
11245
11246 2001-12-14 [darko]      0.6.5claws84
11247
11248         * src/compose.c
11249                 fix crash when wrapping long lines if linewrap quotation
11250                 is disabled and wrapper encounters a word spanning more
11251                 than one line
11252
11253 2001-12-13 [paul]       0.6.5claws83
11254
11255         * src/compose.c
11256                 prefer 'Reply-To' header over mailing list header when
11257                 replying to a message. Finally prevent all those confirmation 
11258                 messages being sent to the list itself.
11259
11260         * src/summaryview.c
11261                 remove unused summary_set_menu_sensitive() entry
11262
11263 2001-12-13 [paul]       0.6.5claws82
11264
11265         * src/folderview.c
11266         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11267         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11268         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11269                 improvements to 'Hide read messages': Inbox, Outbox,
11270                 Trash, Queue, and Draft icons now reveal presence of hidden 
11271                 messages
11272
11273 2001-12-12 [alfons]     0.6.5claws81
11274
11275         0.6.5claws80 was tagged as LAST_STABLE
11276
11277         * src/filtering.[ch]
11278         * src/matcher.[ch]
11279         * src/matcher_parser_lex.c
11280                 fix the filtering; my last attempt to get it right, 
11281                 if it does not work, it's Hoa's turn. ;-)
11282
11283                 for my honourable peers:
11284                 
11285                 the code now makes a clear distinction between
11286                 rules as they are displayed (probably escaped),
11287                 and as they are executed (probably unescaped). the
11288                 parser does *NOT* do any unescaping, this is
11289                 the task of the matcher.c (which breaks up a
11290                 rule into condition) and the filtering.c (which
11291                 breaks up the rule's action). to make this
11292                 run happily we provide an unescaped copy of
11293                 crucial strings to the MatcherProp and 
11294                 FilteringAction structures. note that the only
11295                 exception to this is any REGEXP string. those
11296                 are directly passed to regcomp() and regexp()
11297                 (who have much more powerful unescape functions).
11298                 
11299                 for everyone else:
11300         
11301                 you can escape tab (\t), carriage return (\r),
11302                 linefeed (\n), form feed (\f), quote (\"), 
11303                 single quote (\'), bell (\b) in all the entry
11304                 lines in the scoring & filtering dialogs.
11305                 as an added bonus this should not affect
11306                 existing filtering rules.
11307
11308 2001-12-12 [carsten]    0.6.5claws80
11309
11310         * src/summaryview.c
11311         * po/de.po
11312                 "item(s) selected" is now sensitive to 1 or more
11313                 than one selected (nice for language where simple
11314                 adding of a "s" is not possible as German (Eintrag
11315                 ->Eintr"age)
11316                 
11317                 the "forward as attachment" entry from the right
11318                 click menu removed, "forward" acts following the
11319                 prefs
11320         
11321         * src/textview.c
11322                 reverted my former changes; so compiler warning again
11323                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11324                 nevertheless
11325
11326         * src/messageview.c
11327                 "search in message" does now *not* only work in MVIEW_TEXT
11328                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11329                 message
11330
11331         * src/mainwindow.c
11332                 removed "/File/_Close" as it was the same as "/File/E_xit"
11333                 and we don't need it two times
11334
11335                 the separate folder view and message view now get a distinct
11336                 WMCLASS, just in case someone is using sawfish ;-)
11337
11338                 as the menu entries "/View/Message view" and "/View/Folder tree"
11339                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11340                 make them sensitive accordingly and as these two are "shown"
11341                 after startup anytime check this menuitem at startup
11342
11343 2001-12-12 [paul]       0.6.5claws79
11344
11345         * src/folderview.c
11346                 fix sensitivity of 'Search folder...', broken in
11347                 0.6.5claws75
11348
11349         * src/mainwindow.c
11350                 fix dodgy English
11351
11352 2001-12-11 [carsten]    0.6.5claws78
11353         * src/filtering.c
11354                 fixed two typos returning a wrong FALSE/TRUE
11355         * src/mainwindow.[ch]
11356                 extra menu for email/news button removed
11357
11358 2001-12-11 [alfons]     0.6.5claws77
11359         
11360         * src/matcher.c                 (1.3)
11361         * src/matcher_parser_lex.l      (1.28)
11362                 revert for another attempt
11363                 mark 0.6.5claws77 as LAST_STABLE
11364
11365 2001-12-11 [christoph]  0.6.5claws76
11366
11367         * po/de.po
11368                 fixed wrong translation for prev. unread msg
11369
11370 2001-12-11 [paul]       0.6.5claws75
11371
11372         * src/folder.[ch]
11373         * src/folderview.c
11374         * src/mainwindow.c
11375         * src/summaryview.[ch]
11376         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11377                 enable ability to hide read messages on per folder basis via 
11378                 '/Summary/Hide read messages'; when selected, a folder will 
11379                 have a red open folder icon, instead of a blue icon, if the 
11380                 folder contains hidden messges
11381                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11382
11383         * src/mainwindow.c
11384                 remove '/Message/Forward as attachment' from 
11385                 main_window_set_menu_sensitive() to prevent debug warning
11386
11387         * src/folderview.c
11388         * src/mainwindow.c
11389                 Clean up some of the English
11390
11391         * tools/newscache_clean.pl
11392                 allow for new 'hidereadmsgs' entry in folderlist.xml
11393
11394         * po/es.po
11395                 updated translation, submitted by Ricardo Mones Lastra
11396
11397 2001-12-11 [paul]       0.6.5claws74
11398
11399         * sync with sylpheed 0.6.5cvs25
11400                 see ChangeLog entry 2001-12-11
11401
11402 2001-12-10 [alfons]     0.6.5claws73
11403
11404         * src/matcher.c
11405                 add more control characters
11406         * src/matcher_parser_lex.l
11407                 make escaping / unescaping work again
11408
11409 2001-12-10 [alfons]     0.6.5claws72
11410
11411         * src/imap.c
11412                 clean up warnings "returning value for void function" 
11413         * src/prefs_filtering.c
11414                 make info button for execute action sensitive
11415
11416 2001-12-10 [paul]       0.6.5claws71
11417
11418         * src/compose.c
11419         * src/imap.[ch]
11420         * src/summaryview.c
11421                 fix: imap server now gets informed of MARKED, UNMARKED
11422                 and REPLY events. Now people can use different IMAP-Mail
11423                 clients and have the exact same information about MARKED,
11424                 UNMARKED and REPLY status with all of them. Especially
11425                 useful for imap servers with a web-frontend.
11426                 submitted by Tobias Sandhaas <medlor@web.de>
11427
11428 2001-12-09 [melvin]     0.6.5claws70
11429         
11430         * src/textview.[ch]
11431                 fixed bug #490076 (hunted down by Alfons who implemented
11432                 a workaround in 0.6.5claws65)
11433
11434 2001-12-09 [christoph]  0.6.5claws69
11435
11436         * src/summaryview.c
11437                 set pointer to string in LOCKED column to NULL
11438                 (might fix bug #490800)
11439
11440 2001-12-09 [carsten]    0.6.5claws68
11441
11442         * po/de.po
11443                 resolved some cluttered menu shortcuts 
11444                 ('creating new email' and 'creating news message'
11445                 hade the same)
11446         * src/compose.c
11447                 wmclass now distinc from main window
11448         * src/mainwindow.c
11449           src/mainwindow.h
11450                 email/news and forward button functionality similar
11451                 to the reply buttons; removed the ugly dropdown arrows
11452                 and use instead the right mouse button
11453
11454 2001-12-09 [paul]       0.6.5claws67
11455
11456         * src/imap.c
11457         * src/utils.h
11458                 allow spaces in imap folder names
11459                 submitted by Willem van Engen <wvengen@stack.nl>
11460
11461 2001-12-09 [paul]       0.6.5claws66
11462
11463         * sync with sylpheed 0.6.5cvs24
11464                 see ChangeLog entry 2001-12-09
11465
11466 2001-12-08 [alfons]     0.6.5claws65
11467
11468         * src/textview.c
11469                 prevent secondary selection claim after "add to sender" dialog
11470                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11471                 we trick GTK by simulating a click at (0, 0) in the textview.
11472
11473 2001-12-08 [hoa]        0.6.5claws64
11474
11475         * src/folder.c
11476                 fixed a bug about the .processing folder name while filtering
11477
11478 2001-12-08 [alfons]     0.6.5claws63
11479
11480         * src/folderview.c 
11481                 work around problem of not correctly updating folder stats
11482                 when deleting messages. there's some folder scanning evil
11483                 going so the folderview_update_msg_num() does not work
11484                 correctly. need to investigate this.
11485
11486 2001-12-08 [paul]       0.6.5claws62
11487
11488         * sync with sylpheed 0.6.5cvs23
11489                 see ChangeLog entry 2001-12-08
11490
11491 2001-12-07 [christoph]  0.6.5claws61
11492
11493         * src/compose.c
11494                 fix another header translation problem
11495
11496 2001-12-07 [alfons]     0.6.5claws60
11497
11498         * src/mbox.c
11499                 make filtering also work on local spool mbox
11500
11501 2001-12-07 [carsten]    0.6.5claws59
11502         * src/addressbook.c
11503                 addressbook window gets a wmclass distinct from the main
11504                 sylpheed window
11505         * src/compose.h
11506         * src/mainwindow.[ch]
11507                   forward menu item will use mode selected in prefs, forward 
11508                 as attatchment in menu removed (will be substituted in the
11509                 toolbar similar to reply buttons)
11510                   create news message menu entry and news button is now 
11511                 sensitive to the existance of a news account
11512         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11513         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11514         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11515                 these are removed because the toolbar buttons don't show
11516                 the quoting modus any longer
11517
11518 2001-12-07 [paul]
11519
11520         * tools/newscache_clean.pl      ** NEW FILE **
11521                 perl script to do some tidying up in the newscache directory 
11522                 
11523         * tools/sylpheed-switcher       ** NEW FILE **
11524                 perl script to enable easy switching between main and claws
11525                 
11526         * tools/README
11527                 added descriptions of the two new perl scripts          
11528
11529
11530 2001-12-07 [melvin]     0.6.5claws58
11531
11532         * src/messageview.c
11533                 fixed a warning during compilation introduced in 0.6.5claws56
11534
11535 2001-12-07 [paul]       0.6.5claws57
11536
11537         * src/mainwindow.[ch]
11538         * src/menu.[ch]
11539                 further usability enhancements to replying with or without 
11540                 quoting via the toolbar, use of Ctrl key is replaced by 
11541                 drop down menu 
11542                 Submitted by Carsten Schurig            
11543
11544 2001-12-07 [melvin]     0.6.5claws56
11545
11546         * src/messageview.c
11547                 hack to fix bug that prevented to make/paste selections
11548                 after switching between MVIEW_TEXT and MVIEW_MIME views
11549                 without deselecting the selection first.
11550
11551 2001-12-06 [alfons]     0.6.5claws55
11552
11553         * src/filtering.[ch]
11554         * src/inc.c
11555                 revise filtering a little bit more, and make sure
11556                 messages are delivered to the appropriate inbox
11557                 (perhaps set per account)
11558
11559 2001-12-06 [paul]       0.6.5claws54
11560
11561         * sync with sylpheed 0.6.5cvs22
11562                 see ChangeLog entry 2001-12-06
11563
11564 2001-12-05 [alfons]     0.6.5claws53
11565
11566         * src/inc.c
11567         * src/folder.[ch]
11568         * src/procmsg.c
11569         * src/filtering.c
11570                 more revisions of filtering system
11571                 (last stable version is marked as LAST_STABLE)
11572                 
11573                 | NOTE 1): the filtering system now uses a local folder called
11574                 | .processing. if filtering fails, check this directory
11575                 | for missing messages.
11576                 |
11577                 | NOTE 2): help us find the filtering actions still missing
11578
11579 2001-12-05 [paul]       0.6.5claws52
11580
11581         * src/mainwindow.c
11582                 fix bug where 'Empty Trash?' pop-up window appears even
11583                 when Trash is empty, submitted by Jesse Skinner         
11584
11585 2001-12-05 [melvin]     0.6.5claws51
11586
11587         * src/compose.c
11588                 fixed bug #486106 to select correct account when reediting 
11589                 a queued message
11590         
11591 2001-12-04 [alfons]     0.6.5claws50
11592
11593         * src/mh.c
11594                 declare markfile in appropriate functions when
11595                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11596                 for spotting this)
11597
11598 2001-12-04 [paul]       0.6.5claws49
11599
11600         * sync with sylpheed 0.6.5cvs21
11601                 see ChangeLog entry 2001-12-04
11602
11603 2001-12-03 [christoph]  0.6.5claws48
11604
11605         * po/de.po
11606                 changed translation of undo
11607         * src/account.c
11608         * src/folder.c
11609                 don't reinvent the wheel to traverse a GNode
11610         * src/compose.[ch]
11611                 seperate code to create the compose gui into functions
11612                 add "Others" page with folder selection for saving copy
11613                 of the message.
11614                 the folder identifier is saved to queue header
11615         * src/procmsg.c
11616                 save message to folder in queue header
11617
11618 2001-12-03 [paul]       0.6.5claws47
11619
11620         * sync with sylpheed 0.6.5cvs20
11621                 see ChangeLog entry 2001-12-03
11622
11623 2001-12-01 [paul]
11624
11625         * more sync with sylpheed 0.6.5cvs19
11626                 see ChangeLog entry 2001-11-29
11627
11628 2001-11-30 [paul]       0.6.5claws46
11629         
11630         * src/compose.c
11631                 remove conflicts introduced by Hoa's last commit
11632          
11633         * src/mainwindow.c
11634                 make 'Message/Bounce' sensitive
11635
11636 2001-11-30 [hoa]        0.6.5claws45
11637
11638         * src/compose.c
11639                 slightly change bounce function to add
11640                 information about the user that bounced the mail
11641                 in the From header line.
11642
11643         * src/folderview.c
11644                 permit the use of processing in outbox folder.
11645
11646 2001-11-29 [paul]       0.6.5claws44
11647
11648         * src/mainwindow.[ch]
11649         * src/prefs_common.c
11650         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11651         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11652         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11653                 usability enhancements to the quoting, implements
11654                 use of Ctrl key to toggle quoting settings
11655                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11656
11657 2001-11-29 [paul]       0.6.5claws43
11658         
11659         * sync with sylpheed 0.6.5cvs19
11660                 see ChangeLog entry 2001-11-28
11661
11662 2001-11-29 [melvin]     0.6.5claws42
11663         * src/Makefile.am
11664                 added enriched.[ch] to the list of files
11665
11666         * src/textview.c
11667         * src/mimeview.c
11668         * src/procmime.[ch]
11669         * src/enriched.[ch]
11670                 added support to view text/enriched
11671                 added support to show headers in message view for text/enriched and text/html
11672                         in non multipart messages
11673
11674 2001-11-28 [paul]       0.6.5claws41
11675
11676         * more sync with sylpheed 0.6.5cvs18
11677                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11678
11679 2001-11-27 [paul]       0.6.5claws40
11680         
11681         * po/pt_BR.po
11682                 updated translation, submitted by Fabio Junior Beneditto
11683                 
11684         * sync with sylpheed 0.6.5cvs18
11685                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11686                 2001-11-27
11687
11688
11689 2001-11-26 [paul]
11690
11691         * po/es.po
11692                 updated translation, submitted by Ricardo Mones Lastra
11693
11694 2001-11-26 [alfons]
11695
11696         * src/matcher.c
11697                 add more translatable strings
11698
11699 2001-11-26 [christoph]  0.6.5claws39
11700
11701         * po/de.po      
11702                 fixed one more umlaut
11703         * src/compose.c
11704                 fix translated header when it should not be translated
11705
11706 2001-11-26 [paul]       0.6.5claws38
11707
11708         * src/mainwindow.c
11709                 remove '/Message/Add Sender to address book' from 
11710                 main_window_set_menu_sensitive(), prevent debug warning
11711                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11712
11713 2001-11-26 [paul]       0.6.5claws37
11714
11715         * src/summaryview.c
11716                 fix 'recurring unread state' bug 
11717
11718         * tools/README 
11719         * tools/filter_conv.pl
11720                 read name of top level mailbox from folderlist.xml
11721                 and presume nothing about its name              
11722
11723 2001-11-26 [darko]      0.6.5claws36
11724
11725         * src/gtkstext.[ch]
11726                 removed functions that are now in gtkutils.c
11727                 use gtkut_text_is_uri_string() from gtkutils.c
11728         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11729
11730 2001-11-26 [paul]       0.6.5claws35
11731
11732         * sync with sylpheed 0.6.5cvs16
11733                 see ChangeLog entries 2001-11-25 and 2001-11-26
11734
11735 2001-11-25 [alfons]     0.6.5claws34
11736
11737         EXPERIMENTAL!!! Please checkout the last stable version using: 
11738           
11739         % cvs update -r LAST_STABLE -dRAP
11740
11741         (Or help us testing this stuff.)
11742
11743         * src/filtering.c               (1.14)
11744         * src/filtering.h               (1.6)
11745         * src/inc.c                     (1.28)
11746         * src/matcher.c                 (1.20)
11747         * src/mbox.c                    (1.9)
11748         * src/procmsg.h                 (1.14)
11749         * src/summaryview.c             (1.59)
11750         * src/summaryview.h             (dunno)
11751                 revert/merge/sync to as it was before commit 
11752                 on Thu, 19 Jul 2001 10:15:51 -0700.
11753
11754 2001-11-25 [hoa]        0.6.5claws33
11755
11756         * src/main.c
11757                 processing mails at startup
11758
11759         * src/folderview.c
11760         * src/summaryview.[ch]
11761                 processing mails when entering folder
11762
11763         * src/prefs_filtering.c
11764                 fixed some UI bugs
11765
11766 2001-11-24 [alfons]     0.6.5claws32
11767
11768         * src/summaryview.[ch]
11769                 make summary sort headers work, and also make
11770                 sure the sort type is stored
11771
11772 2001-11-23 [alfons]     0.6.5claws31
11773
11774         * src/summaryview.[ch]
11775                 make lock work like mark
11776                 disallow deleting messages marked as locked
11777
11778 2001-11-23 [alfons]     0.6.5claws30
11779
11780         * src/gtkstext.c
11781         * src/compose.[ch]
11782         * src/Makefile.am
11783         * src/undo.[ch]
11784                 merge undo patch submitted by Jens
11785
11786 2001-11-23 [christoph]  0.6.5claws29
11787
11788         * src/.cvsignore
11789                 added ylwrap
11790         * src/compose.c
11791                 fixed gpg signing and encoding
11792         * src/folder.[ch]
11793         * src/main.c
11794                 added --status option to get new, unread and total
11795                 message count from a running sylpheed
11796         * src/prefs_common.c
11797                 temporary fix for reply_with_quote problem
11798                 (don't call functions for non existing widget)
11799         * src/procmsg.c
11800                 one more check for ignored threads but still not
11801                 always working correctly. probably a recursive
11802                 check for all parents is needed
11803
11804 2001-11-23 [darko]      0.6.5claws28
11805
11806         * src/compose.c
11807                 wrapping on send improvements
11808         * src/gtkutils.[ch]
11809                 fix for GtkSText after last sync with main branch
11810                 GTK_TEXT -> GTK_STEXT
11811
11812 2001-11-23 [paul]       0.6.5claws27
11813
11814         * sync with sylpheed 0.6.5cvs14
11815                 see ChangeLog entries 2001-11-22 and 2001-11-23
11816                 
11817         * po/de.po
11818                 fixed the scrambled umlauts 
11819                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11820
11821 2001-11-21 [paul]       0.6.5claws26
11822
11823         * sync with sylpheed 0.6.5cvs12
11824                 see 2nd ChangeLog entry dated 2001-11-20
11825
11826 2001-11-20 [paul]       0.6.5claws25
11827
11828         * sync with sylpheed 0.6.5cvs11
11829                 see ChangeLog entry 2001-11-19 (src/utils.c)
11830
11831 2001-11-20 [hiro]
11832
11833         * src/compose.c
11834                 GTK_TEXT -> GTK_STEXT
11835                 fix for wrong comment
11836
11837 2001-11-20 [hiro]       0.6.5claws24
11838
11839         * src/compose.[ch]
11840                 more merges from main branch
11841                 removed fatal warnings (uninitialized variables etc.)
11842                 some coding style fix
11843         * src/gtkutils.h
11844                 fixed typo.
11845         * src/addressbook.c
11846           src/addrindex.c
11847                 V-Card -> vCard
11848
11849 2001-11-19 [hoa]        0.6.5claws23
11850
11851         * src/filtering.c
11852         * src/prefs_scoring.c
11853         * src/matcher.[ch]
11854         * src/scoring.c
11855                 cleaning code
11856
11857         * src/matcher_parser_parse.y
11858         * src/prefs_filtering.c
11859                 bouncing
11860
11861 2001-11-19 [alfons]     0.6.5claws22
11862
11863         more of my old things into claws
11864
11865         * src/Makefile.am
11866         * src/prefs_common.c
11867         * src/procmsg.h
11868         * src/summaryview.[ch]
11869         * src/prefs_summary_column.c
11870         * src/pixmaps/locked.xpm
11871                 add indicators for locking of message in summary view
11872                 (does not work yet, only visual indicator)
11873
11874 2001-11-19 [paul]       0.6.5claws21
11875
11876         * sync with sylpheed 0.6.5cvs10
11877                 see ChangeLog entry 2001-11-19
11878
11879 2001-11-18 [alfons]     0.6.5claws20
11880         
11881         * src/filtering.c
11882                 remove an inadvertent free I forgot in previous clean up 
11883
11884 2001-11-18 [alfons]     0.6.5claws19
11885
11886         * src/filtering.[ch]
11887                 clean up & plug leaks
11888
11889 2001-11-18 [paul]       0.6.5claws18
11890
11891         * sync with sylpheed 0.6.5cvs9
11892                 see ChangeLog entries 2001-11-17 and 2001-11-18
11893
11894 2001-11-16 [paul]       0.6.5claws17
11895
11896         * sync with sylpheed 0.6.5cvs8
11897                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11898
11899 2001-11-16 [paul]       0.6.5claws16
11900
11901         * sync with sylpheed 0.6.5cvs7
11902                 see ChangeLog entries 2001-11-15 and 2001-11-16
11903
11904 2001-11-15 [hoa]        0.6.5claws15
11905
11906         * src/compose.c
11907                 fix bounce, mails we received couln't be bounced to ourself.
11908
11909         * src/defs.h
11910         * src/filtering.[ch]
11911         * src/matcher.[ch]
11912         * src/matcher_parser.h
11913         * src/matcher_parser_lex.l
11914         * src/matcher_parser_parse.y
11915         * src/inc.c
11916         * src/main.c
11917         * src/mbox.c
11918         * src/prefs_filtering.[ch]
11919         * src/mainwindow.c
11920         * src/prefs_matcher.c
11921         * src/prefs_scoring.c
11922         * src/scoring.[ch]
11923         * src/summaryview.c
11924                 new matcher/filter/score configuration file parser
11925                 one unique configuration file => ~/.sylpheed/matcherrc
11926                 import in currently automatic, then save are made
11927                 in this new file.
11928                 one filter per folder and one global filter
11929                 (filter of a folder will be used as folder processing)
11930
11931         * src/folder.c
11932                 fix a bug in folder_item_get_identifier
11933                 
11934         * src/messageview.c
11935                 receive receipt return are fixed.
11936
11937 2001-11-14 [alfons]     0.6.5claws14
11938
11939         * src/session.h
11940                 add things from main branch to make claws compile
11941
11942 2001-11-14 [paul]       0.6.5claws13
11943
11944         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11945                 see ChangeLog entries 2001-11-08 to 2001-11-14
11946
11947 2001-11-14 [hoa] 0.6.5claws12
11948
11949         * src/compose.[ch]
11950         * src/mainwindow.c
11951         * src/summaryview.c
11952                 add "bounce mail" option
11953
11954 2001-11-13 [christoph]  0.6.5claws11
11955
11956         * src/compose.c
11957                 Cleanup a mess i add before commiting
11958
11959 2001-11-13 [hoa]        0.6.5claws10
11960
11961         * src/compose.c
11962                 some fixes when mail are sent or
11963                 for crossposts
11964
11965 2001-11-13 [christoph]  0.6.5claws9
11966
11967         * po/de.po
11968                 Changed two string with the same translation
11969         * src/compose.c
11970         * src/procmsg.[ch]
11971         * src/send.[ch]
11972                 New mailsending process:
11973                   - Always queue message before sending
11974                     (message will be saved if sylpheed crashed or
11975                      freezes while sending)
11976                   - Allow queuing of newspostings
11977                   - No copy in outbox before sending
11978                     (closes bug #469501)
11979                   - No more redundant code for send and send_later
11980         * src/summaryview.c
11981                 Applied wwp <subscript@free.fr>'s patch that fixes
11982                 marks for multiple forwarded messages (+compose.c)
11983
11984 2001-11-12 [alfons]
11985
11986         * README.claws
11987                 remove things that are now in main branch
11988         
11989         * po/nl.po
11990                 update Dutch translation
11991
11992 2001-11-12 [mhadasht]   0.6.5.claws8
11993
11994         * src/prefs_common.c
11995                 re-enabled account autoselection feature for forward
11996                 and reedit lost during the branch point for SYNC-B4-REL
11997         * src/gtkspell.c
11998                 gtkpspell_get_dict(): more readable code (even if function is
11999                 not used yet)
12000         * ChangeLog.claws
12001                 added version number info to 2001-11-12 [hiro] comment.
12002
12003 2001-11-12 [hiro]       0.6.5.claws7
12004
12005         * src/compose.c
12006                 compose_forward(): fixed a bug that forward quote mark
12007                 wasn't used.
12008                 removed unnecessary code.
12009         * src/template_select.[ch]: removed.
12010
12011 2001-11-11 [alfons]
12012
12013         * src/compose.c
12014                 :%s/GTK_TEXT/GTK_STEXT/g
12015         
12016         * src/compose.[ch]
12017         * src/undo.[ch]
12018         * src/Makefile.am
12019                 revert the undo stuff (this is 0.6.6claws stuff)
12020
12021 2001-11-11 [hoa]        0.6.5.claws6
12022
12023         * src/compose.[ch]
12024                 Insert signature at the end of the text.
12025                 Added undo patch but currently disabled
12026
12027         * src/procmsg.c
12028                 Threading by subject improved.
12029
12030         * added src/undo.[ch]
12031                 Undo module for compose dialog box.
12032
12033 2001-11-11 [alfons]     0.6.5.claws5
12034
12035         * src/procmsg.c
12036                 prevent threading by subject on nodes that have already been
12037                 threaded by in-reply-to (as in "circular references in a tree
12038                 result in a dead branch")
12039
12040 2001-11-09 [hoa]        0.6.5.claws4
12041         
12042         * src/folderview.c
12043                 allows creation of mbox folder item from any files.
12044
12045 2001-11-09 [alfons]     0.6.5.claws3
12046         
12047         * src/utils.c
12048         * src/procmsg.c
12049                 do what I mean and correct threading by subject so it really
12050                 ignores attracting lines without "Re: "
12051
12052 2001-11-07 [alfons]     0.6.5.claws2
12053
12054         * src/procmsg.c
12055         * src/utils.[ch]
12056                 only attract by subject if a subject line starts with a "Re: "
12057         * src/syldap.c
12058                 remove warning
12059
12060 2001-11-07 [paul]       0.6.5claws1
12061
12062         * sync with sylpheed 0.6.5. release
12063                 see ChangeLog entry 2001-11-07
12064
12065 2001-11-07 [paul]       0.6.4claws31
12066
12067         * sync with sylpheed 0.6.4cvs18
12068                 see ChangeLog entries 2001-10-30 to 2001-11-07
12069                 prefs_templates.[ch] renamed prefs_template.[ch]
12070
12071 2001-11-06 [alfons]
12072         
12073         * src/utils.h
12074                 add semicolon Hoa forgot ;-)
12075                 
12076
12077 2001-11-06 [hoa]        0.6.4claws30
12078         
12079         * src/procmsg.c
12080         * src/summaryview.c
12081         * src/utils.c
12082         * src/utils.h
12083                 threading by subject - empty subject are ignored
12084
12085 2001-11-06 [christoph]  0.6.4claws29
12086
12087         * src/socket.c
12088                 use SSL_peek for sock_gets
12089         * src/utils.c
12090                 removed unneeded pointer in extracting quoted
12091                 names implementation
12092
12093 2001-11-06 [melvin]     0.6.4claws28
12094
12095         * src/gtkspell.c
12096                 fixed bug #476792 Selection overtyping with spell checker
12097                 fixed bug which could cause a buffer overflow
12098                 fixed a memory leak
12099
12100 2001-11-06 [hoa]        0.6.4claws27
12101         
12102         * src/procmsg.c
12103         * src/summaryview.c
12104                 threading by subject
12105
12106 2001-11-05 [alfons]     0.6.4claws26
12107         
12108         * README.claws
12109                 Claws -> Sylpheed (vice versa)
12110
12111         * src/compose.c
12112                 :%s/gtk_text/gtk_stext/g
12113                 :%s/GTK_TEXT/GTK_STEXT/g
12114                 (thanks to Jonathan Ware for spotting this)
12115
12116 2001-11-04 [christoph]  0.6.4claws25
12117
12118         * src/summaryview.c
12119                 replace Xalloca + strdup with Xstrdup_a
12120         * src/utils.c
12121                 better implementation of extracting quoted names
12122                 from addresses (remove backlashes and ignore
12123                 quotes after them)
12124
12125 2001-11-04 [alfons]     0.6.4claws24
12126
12127         * src/utils.[ch]
12128                 edit to comply more with coding style
12129
12130         * src/textview.c
12131                 fix bug reported by Kim Schulz. introduced by the patch integrated
12132                 in 0.6.4claws15. the code did not check the return value of
12133                 the html parser.
12134
12135         * AUTHORS
12136                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12137
12138 2001-11-04 [christoph]  0.6.4claws23
12139
12140         * src/main.c
12141         * src/prefs_common.[ch]
12142                 init some pointers that possibly caused a segfault
12143                 reported in the claws-users ML
12144
12145 2001-11-04 [hoa]        0.6.4claws22
12146
12147         * src/grouplistdialog.c
12148                 change the names of the nodes in the tree
12149
12150         * src/compose.c
12151                 enhanced mailto syntax as described in
12152                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12153                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12154
12155         * src/utils.c
12156                 encode and decode URI (useful when opening URL into
12157                 netscape).
12158
12159 2001-11-03 [hoa]        0.6.4claws21
12160
12161         * src/grouplistdialog.c
12162                 a new newsgroups list selection dialog box
12163                 with a CTree instead of a CList
12164
12165 2001-11-03 [hoa]        0.6.4claws20
12166
12167         * src/folderview.c
12168                 enable property and scoring options when right
12169                 click on "inbox"
12170
12171         * src/summaryview.c
12172                 fixed bug when nickname were displayed using
12173                 the address book.
12174
12175 2001-11-02 [darko]      0.6.4claws19
12176
12177         * src/compose.c
12178                 new wrap quotation and URL/long words wrapping implementation
12179         * src/compose.c src/gtkstext.[ch]
12180                 move gtkstext_strncmp() to gtkstext.c
12181
12182 2001-11-01 [christoph]  0.6.4claws18
12183
12184         * src/prefs_account.c
12185                 fixed mess in account settings dialog
12186         * src/prefs_folder_item.c
12187                 added label with folder path to dialog
12188
12189 2001-10-31 [match]      0.6.4claws17
12190
12191         * src/vcard.c
12192                 fix memory leak.
12193         * src/addrbook.c
12194                 fix generation of spurious address book file names.
12195                 remove redundant functions.
12196         * po/POTFILES.in
12197                 added missing file names.
12198
12199 2001-10-30 [paul]       0.6.4claws16
12200
12201         * sync with sylpheed 0.6.4cvs6
12202                 see ChangeLog entries 2001-10-26 to 2001-10-30
12203
12204         * tools/filter_conv.pl
12205                 read folderlist.xml to discover whether the top-level
12206                 folder is called 'Mailbox' or 'Mail' 
12207
12208 2001-10-29 [paul]       0.6.4claws15
12209
12210         * src/html.c, src/textview.c
12211                 activate links in html mail and fix clickable parts
12212                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12213
12214 2001-10-29 [paul]
12215
12216         * po/de.po, po/es.po, po/pt_BR/po
12217                 updated translations, submitted by Jens Oberender,
12218                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12219
12220 2001-10-29 [darko]      0.6.4claws14
12221
12222         * src/compose.c
12223                 fix wrapping for good
12224
12225 2001-10-29 [darko]
12226
12227         * src/compose.c
12228                 undo previous change as it broke the smart wrapping
12229
12230 2001-10-29 [darko]      0.6.4claws13
12231
12232         * src/compose.c
12233                 fix infinite loop when long URL is quoted
12234                 (closes bug #475122.
12235
12236 2001-10-28 [match]
12237
12238         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12239                 import Mutt address book
12240         * src/ldif.[ch] src/importldif.h
12241                 modified import LDIF handle user attributes
12242
12243 2001-10-28 [christoph]  0.6.4claws12
12244
12245         * src/summaryview.c
12246                 fixed that filtering did not work if there
12247                 were no filter rules
12248                 (closes bug #472003 and better implementation
12249                  of patch #474644)
12250
12251 2001-10-27 [christoph]  0.6.4claws11
12252
12253         * src/compose.c
12254                 make the folder's default account to be used when
12255                 replying. (patch by wwp <subscript@free.fr>)
12256         * src/compose.c
12257                 code cleanup, nearly killed all of wwp's patch
12258                 for folder's default account in compose
12259         * src/folderview.c
12260                 error panel when a folder could not be created
12261                 (closes bug #471080 new folder name & already
12262                  existing file)
12263
12264 2001-10-26 [alfons]
12265
12266         * src/utils.h
12267                 change prototype of strstr2() that Christoph forgot about
12268
12269 2001-10-26 [christoph]  0.6.4claws10
12270
12271         * src/account.c
12272                 made search for accounts by email address not case
12273                 sensitive
12274         * src/folder.c
12275                 fixed memory leak in folder_item_get_identifier
12276         * src/gtkspell.c
12277         * src/utils.c
12278                 fixed wrong strstr2 (should work like strstr)
12279
12280 2001-10-26 [darko]      0.6.4claws9
12281
12282         * src/compose.c src/gtkstext.[ch]
12283         * src/gtkstext.c
12284                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12285
12286 2001-10-26 [paul]       0.6.4claws8
12287
12288         * src/html.c
12289                 ignore css and javascript tags in html mail
12290                 case-insensitive, with or without double-quoted
12291                 strings
12292
12293 2001-10-26 [paul]       0.6.4claws7
12294
12295         * sync with sylpheed 0.6.4cvs1
12296                 see ChangeLog entry 2001-10-26
12297
12298         * src/prefs_account.c, src/prefs_common.c,
12299           src/prefs_summary_column.c
12300                 minor improvements to the English
12301
12302 2001-10-25 [alfons]     0.6.4claws6
12303
12304         * src/gtkstext.c
12305         
12306                 make GtkSText follow style of GtkText (closes bug 
12307                 #469211 "text selection while writing message")
12308                 
12309                 do sync with GTK 1.2.10
12310
12311 2001-10-25 [paul]       0.6.4claws5
12312
12313         * src/html.c
12314                 ignore css tags in html mail
12315
12316 2001-10-25 [darko]      0.6.4claws4
12317
12318         * src/compose.c
12319                 don't declare is_url_string as static function since
12320                 we need it in gtkstext.c
12321         * src/gtkstext.c
12322                 remove unused variable
12323                 don't wrap long URLs while composing a message
12324
12325 2001-10-24 [christoph]  0.6.4claws3
12326
12327         * src/socket.c
12328                 fix ssl deadlock, when peer closes connection
12329
12330 2001-10-24 [paul]       0.6.4claws2
12331
12332         * src/prefs_common.c
12333                 gettextize the gpg ascii-armored warning message
12334
12335         * src/compose.c
12336                 insert a DOS/MAC file into the composed message
12337                 (improvements)
12338
12339         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12340
12341 2001-10-22 [paul]       0.6.4claws1
12342
12343         * sync with sylpheed 0.6.4 release
12344                 see ChangeLog entries 2001-10-21
12345
12346         * po/fr.po, po/pt_BR.po
12347                 updated by Melvin Hadasht and Fabio Junior Beneditto
12348
12349 2001-10-21 [paul]       0.6.3claws30
12350
12351         * src/compose.c
12352                 insert a DOS text file from the compose window
12353                 into the composed message text (removes CRs characters)
12354                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12355
12356         * tools/filter_conv.pl, tools/README
12357                 automatically use ~/.sylpheed as working directory
12358                 print out confirmation message on completion
12359
12360         * correct Hoa's last ChangeLog.claws entry
12361
12362 2001-10-20 [hoa]        0.6.3claws29
12363
12364         * src/grouplistdialog.c
12365                 bugfix (another ?) to give the right
12366                 newsgroups list for each news server.
12367
12368         * src/news.c
12369         * src/news.h
12370                 improve the newsgroups list cache
12371
12372 2001-10-20 [paul]       0.6.3claws28
12373
12374         * sync with sylpheed 0.6.3cvs9
12375                 see ChangeLog entry 2001-10-19
12376
12377         * correct Alfons' last ChangeLog.claws entry
12378
12379 2001-10-19 [alfons]
12380
12381         * src/pgptext.[ch]
12382                 fix compilation problems (part of bug #472895)
12383
12384 2001-10-18 [hoa]        0.6.3claws27
12385
12386         * src/grouplistdialog.c
12387                 bugfix when we refresh was clicked (bug 472701)
12388
12389 2001-10-19 [christoph]  0.6.3claws26
12390
12391         * src/compose.c
12392                 last header entry should default to "To:" or
12393                 "Newsgroups:" and not copy the last entry line
12394                 in a new compose window
12395                 (closes bug #472686, #470792)
12396
12397 2001-10-19 [paul]       0.6.3claws25
12398
12399         * sync with Sylpheed 0.6.3cvs8
12400                 see ChangeLog entries 2001-10-18 and 2001-10-19
12401
12402 2001-10-18 [christoph]  0.6.3claws24
12403
12404         * src/procmsg.c
12405                 reimplement ignore thread
12406         
12407 2001-10-18 [hoa]        0.6.3claws23
12408
12409         * src/folderview.c
12410         * src/grouplistdialog.[ch]
12411                 enhanced news subscription interface (feature 469113)
12412
12413         * src/news.c
12414         * src/news.h
12415                 enchanced newsgroup listing,
12416                 now, we can get groups informations
12417                 (NNTPGroupInfo)
12418
12419 2001-10-18 [paul]       0.6.3claws22
12420
12421         * src/summaryview.c
12422                 remove comment (sync with main branch)
12423         * src/mainwindow.c
12424                 fix 'Re-edit' bug in 'Message' menu
12425
12426 2001-10-17 [christoph]  0.6.3claws21
12427
12428         * src/compose.c
12429                 ignore empty or whitespace only header lines
12430
12431 2001-10-17 [paul]       0.6.3claws20
12432
12433         * sync with sylpheed 0.6.3cvs7
12434                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12435                 2001-10-17
12436
12437 2001-10-17 [darko]
12438
12439         * src/compose.c
12440                 wrap long lines without spaces
12441                 don't wrap URLs
12442
12443 2001-10-16 [paul]
12444
12445         * po/es.po, po/nl.po, po/pt_BR.po
12446                 updated by Ricardo Mones Lastra, Alfons,
12447                 and Fabio Junior Beneditto
12448
12449         * sylpheed-0.6.3claws released
12450
12451 2001-10-15 [melvin] 0.6.3claws18
12452
12453         * README.claws
12454                 added summary and detailed installation instructions
12455                 for spell checker
12456         * po/fr.po
12457                 Updated, corrected and completed french translation
12458
12459 2001-10-15 [hoa] 0.6.3claws17
12460         * src/grouplistdialog.c
12461                 we can choose the newsgroups to display with wildcards
12462
12463 2001-10-15 [christoph]  0.6.3claws16
12464
12465         * src/account.c
12466         * src/compose.c
12467         * src/prefs_folder_item.[ch]
12468                 applied wwp <subscript@free.fr>'s folder
12469                 default account patch
12470         * po/de.po
12471                 Fixed wrong translation
12472
12473 2001-10-13 [alfons, christoph, melvin]  
12474                         0.6.3claws15
12475
12476         solution #2 to solve MT-safety problems defers all GUI related calls
12477         to the main thread using a gtk_idle_add() callback. discussed on
12478         ircnet #sylpheed, with christoph spotting some issues with the
12479         original code, and melvin allowing us to lobotomize his sylpheed.
12480
12481         * src/syldap.[ch], src/main.c
12482                 fix race problem in ldap search thread by deferring GUI 
12483                 stuff to main thread using gtk_idle_add()
12484
12485 2001-10-13 [paul]       0.6.3claws14
12486
12487         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12488                 add Sergey's smtpcred.patch
12489                 adds separate username/password setting for SMTP Auth
12490                 needed by some servers
12491                 (closes feature request #471659)
12492
12493 2001-10-13 [paul]       0.6.3claws13
12494
12495         * src/pgptext.[ch] **NEW FILES**
12496         * src/Makefile.am, src/messageview.c, src/mimeview.c
12497                 decrypt ascii-armored gpg text embedded in
12498                 the message body.
12499                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12500
12501 2001-10-13 [christoph]  0.6.3claws12
12502
12503         * README.claws
12504                 some more details on default to and
12505                 feature requests
12506         * src/main.c
12507                 init glib threading when ldap is used
12508         * src/syldap.c
12509                 threading fixes
12510         * po/de.po
12511                 fixed a typo
12512
12513 2001-10-12 [paul]       0.6.3claws11
12514
12515         * src/prefs_common.[ch], src/rfc2015.c
12516                 enable ascii-armored gpg text to be embedded in the
12517                 message body, selectable through the 'Privacy'
12518                 preferences. Supports encrypting only.
12519                 Submitted by Ravemax <ravemax@dextrose.com>
12520
12521 2001-10-12 [paul]       0.6.3claws10
12522
12523         * sync with sylpheed 0.6.3cvs6
12524                 see ChangeLog entries 2001-10-11 and 2001-11-12
12525
12526         * src/folderview.c
12527                 incorporated mbox folders, scoring, and folder
12528                 properties into the sync
12529
12530 2001-10-12 [darko]      0.6.3claws9
12531
12532         * README.claws
12533                 describe quotation wrapping
12534         * src/compose.c
12535                 don't treat tab as space to calculate line length properly
12536
12537 2001-10-11 [alfons]
12538
12539         * README.claws
12540                 correct description of how to make new filtering system work,
12541                 add some other things
12542                 
12543         * src/syldap.c
12544                 remove sched_yield() (not necessary / unportable)
12545
12546 2001-10-11 [paul]       0.6.3claws8
12547
12548         * sync with sylpheed 0.6.3cvs3
12549                 see ChangeLog entry 2001-10-10
12550
12551 2001-10-10 [christoph]  0.6.3claws7
12552
12553         * .cvsignore
12554                 ignore 2 files created by newer autotools
12555         * src/prefs_folder_item.c
12556                 using table for widget alignment
12557                 fixed memory leak and broken octal display
12558         * src/filesel.c
12559                 fixed segfault caused by lost filename
12560                 workaround (closes bug #469551)
12561
12562 2001-10-10 [paul]       0.6.3claws6
12563
12564         * sync with sylpheed 0.6.3cvs2
12565                 see ChangeLog entries 2001-10-09 and 2001-10-10
12566
12567 2001-10-10 [darko]      0.6.3.claws5
12568
12569         * src/gtkstext.c
12570                 proper calculation of right margin if smart wrapping is enabled
12571         * src/compose.c
12572                 automatically wrap long lines if wrap quotation is enabled
12573
12574 2001-10-09 [alfons]     0.6.3.claws4
12575
12576         * src/summaryview.c
12577                 select correct row when deleting last row in the summary view (and
12578                 close bug "[ #469104 ] select second last in list when deleting")
12579
12580 2001-10-09 [paul]       0.6.3claws3
12581
12582         * sync with sylpheed 0.6.3cvs1
12583                 updated some autotool scripts
12584
12585 2001-10-09 [darko]      0.6.3claws2
12586
12587         * src/gtkstext.[ch]
12588                 new name and mark with Sylpheed comment
12589         * src/compose.c
12590                 smart quotation wrapping a-la VIM
12591
12592 2001-10-08 [paul]       0.6.3claws1
12593
12594         * sync with sylpheed 0.6.3 release
12595                 see ChangeLog entry 2001-10-08
12596
12597 2001-10-08 [paul]       0.6.2claws24
12598
12599         * src/summaryview.c
12600                 more sync with sylpheed 0.6.2cvs12
12601                 Fixed the bug that didn't select the last row correctly
12602
12603
12604 2001-10-07 [paul]       0.6.2claws23
12605
12606         * sync with sylpheed 0.6.2cvs12
12607                 see ChangeLog entry 2001-10-07
12608
12609 2001-10-06 [match]
12610         * src/jpilot.[ch]
12611                 enable jpilot to read unsynch'ed addresses.
12612
12613         * src/editldap_basedn.c
12614                 fix segfault when opening dialog.
12615
12616 2001-10-06 [alfons]     0.6.2.claws22
12617
12618         * src/summaryview.c
12619                 fix bug with summary view selecting last *inserted*
12620                 node instead of last *visible* node. remember we
12621                 work with a tree
12622
12623 2001-10-06 [paul]       0.6.2claws21
12624
12625         * po/pt_BR.po
12626                 updated translation, contains some fixes and new
12627                 translations, submitted by Gustavo Noronha Silva
12628                 <kov@debian.org>
12629
12630         * src/prefs_common.c
12631                 change 'each' to 'every' - fix dubious English
12632
12633         * sync with sylpheed 0.6.2cvs11
12634
12635 2001-10-05 [alfons]     0.6.2claws20
12636
12637         * src/mainwindow.[ch], src/folderview.c
12638                 make composite tool button switch between "Compose News"
12639                 and "Compose Mail" depending on selected folder
12640                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12641
12642 2001-10-05 [paul]       0.6.2claws19
12643
12644         * src/mainwindow.c, src/summaryview.c
12645                 fix 'Message/Reply to all', broken in last commit
12646
12647         * src/compose.c
12648                 fix X_BEENTHERE seg fault, thanks to Alfons
12649
12650 2001-10-04 [paul]       0.6.2claws18
12651
12652         * src/compose.[ch], src/mainwindow.c
12653                 make "Message/Reply" reply to mailing lists; matches
12654                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12655                 based on portions of the patch submitted by
12656                 Junichi Uekawa <dancer@netfort.gr.jp>
12657
12658 2001-10-04 [darko]      0.6.2claws17
12659
12660         * src/compose.c
12661                 better smart wrapping
12662         * src/gtkstext.[hc]
12663                 a function to make text buffer contiguous
12664
12665 2001-10-03 [paul]       0.6.2claws16
12666
12667         * sync with sylpheed 0.6.2cvs10
12668
12669 2001-10-02 [alfons]
12670
12671         * configure.in
12672         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12673                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12674                 references to chinese translations (hope someone picks up
12675                 this)
12676
12677 2001-10-02 [christoph]  0.6.2claws15
12678
12679         * src/compose.c
12680                 fixed non translated header bug
12681         * ChangeLog.claws
12682                 fixed wrong date in alfons last entry ;)
12683
12684 2001-10-02 [alfons]     0.6.2claws14
12685
12686         * src/compose.c, src/prefs_common.[ch]
12687                 add block cursor option
12688
12689 2001-10-02 [paul]       0.6.2claws13
12690
12691         * sync with sylpheed 0.6.2cvs9
12692
12693 2001-09-30 [paul]       0.6.2claws12
12694
12695         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12696                 updated translations
12697
12698         * po/POTFILES.in
12699                 add 'src/importldif.c'
12700
12701         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12702                 added eudora-to-vCard conversion tool
12703                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12704
12705         * sync with sylpheed 0.6.2cvs8
12706
12707 2001-09-30 [paul]
12708
12709         * sylpheed-0.6.2claws released
12710
12711 2001-09-27 [melvin]     0.6.2claws11
12712
12713         * src/gtkspell.c
12714                 fixed crash when using default path (introduced 
12715                 in 0.6.2claws10)
12716                 fixed tiny bug for initial suggestion mode
12717
12718 2001-09-27 [melvin]     0.6.2claws10
12719         
12720         * src/gtkspell.c
12721                 fixed bug where gtkpspell didn't set the path correctly
12722
12723         * README.claws
12724                 added a paragraph about spell checking
12725                 
12726
12727
12728 2001-09-27 [paul]       0.6.2claws9
12729
12730         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12731                 replace '// comments' with '/* comments */' to prevent
12732                 some compiler warnings 
12733
12734         * sync with sylpheed 0.6.2cvs6
12735
12736 2001-09-26 [alfons]     0.6.2claws8
12737
12738         * src/messageview.c
12739                 introduce return receipt request notification again,
12740                 which was lost because of other semantics in 
12741                 procheader_parse() (???)
12742
12743 2001-09-26 [christoph]  0.6.2claws7
12744
12745         * src/compose.c
12746                 replace comments for old code with #if 0
12747                 readded auto cc, bcc and reply-to
12748         * src/prefs_matcher.c
12749         * src/prefs_scoring.c
12750                 removed some definition (was moved to
12751                 prefs.h)
12752
12753 2001-09-26 [paul]       0.6.2claws6
12754
12755         * src/mainwindow.c
12756                 make 'Follow-up and reply to' sensitive
12757
12758         * more sync with sylpheed 0.6.2cvs5
12759
12760 2001-09-25 [melvin]
12761
12762         * 0.6.2claws5
12763
12764         * src/gtkspell.c
12765                 fixed bug for "US-ASCII" introduced by the encoding code
12766
12767 2001-09-25 [paul]
12768
12769         * 0.6.2claws4
12770
12771         * src/prefs_common.[ch], src/summaryview.c
12772                 'next unread msg' 'go to next folder?' dialog can be
12773                 given default behaviour, either always show dialog,
12774                 or assume 'yes', or assume 'no'
12775                 Submitted by wwp <subscript@free.fr>
12776
12777 2001-09-25 [melvin]
12778                 
12779         * src/compose.c src/gtkspell.[ch]
12780                 added support for different encodings
12781
12782 2001-09-25 [paul]
12783
12784         * more sync with sylpheed 0.6.2cvs5
12785
12786 2001-09-24 [alfons]
12787         
12788         * src/prefs_folder_item.c
12789                 add check for item->prefs->default_to string is NULL and
12790                 add another check when freeing this string
12791
12792 2001-09-24 [paul]
12793
12794         * configure.in
12795                 change to version 0.6.2claws3
12796
12797         * sync with sylpheed 0.6.2cvs5 
12798
12799 2001-09-24 [match]
12800         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12801                 import LDIF files.
12802         * src/addrcache.[ch], addrindex.[ch]
12803                 small update for future
12804         * src/addrbook.c
12805                 fix test XML file.
12806
12807 2001-09-24 [melvin]
12808         * src/gtkspell.[ch]
12809                 added 'Learn from mistakes' option
12810                 better handling of quotes in checked words
12811                 sorted dict list
12812         * po/fr.po
12813                 small update for spell checking stuff
12814
12815 2001-09-23 [alfons]
12816         
12817         * src/gtkspell.c
12818                 edit a little bit so it complies more with main coding style
12819
12820 2001-09-23 [alfons]
12821
12822         * src/folder.[ch], prefs_folder_item.c, compose.c
12823                 migrate "request return receipt" folder property
12824                 to folderlist.xml
12825
12826 2001-09-22 [alfons]
12827
12828         * README.claws **NEW**
12829                 (add things of interest for users of main branch 
12830                 and claws here)
12831
12832         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12833                 re-implement threading per folder option, but store 
12834                 the setting in folderlist.xml (where it belongs)
12835
12836 2001-09-21 [melvin]
12837
12838         * src/gtkspell.[ch]
12839                 fixed bug when compose window is under another window
12840         * src/prefs_common.[ch] src/compose.c
12841                 changed 'dictionary_path' to 'dictionary' to be consistent
12842                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12843         * ac/pspell.m4 src/Makefile.am 
12844                 dropped PSPELL_PATH macro
12845         * po/fr.po
12846                 updated translations
12847
12848 2001-09-21 [christoph]
12849
12850         * src/compose.c
12851                 added border around header fields
12852                 keep header type when new field is added
12853
12854 2001-09-20 [christoph]
12855
12856         * src/utils.[ch]
12857                 more portable debug_print with source filename
12858                 and linenumber
12859         * src/procmsg.c
12860                 more newlines after debug messages
12861
12862 2001-09-20 [paul]
12863
12864         * configure.in
12865                 change to version 0.6.2claws2
12866
12867         * sync with sylpheed 0.6.2cvs3
12868
12869 2001-09-19 [melvin]
12870
12871         * src/gtkspell.c
12872                 fixed the post-right-click focus pb
12873                 fixed crash when 'Spell check all' after dict change 
12874                         and when cursor is at the end of the text
12875                 shift-right-click pops up config menu even on misspelled words.
12876         * po/POTFILES.in
12877                 added gtkspell.c
12878
12879 2001-09-19 [melvin]
12880
12881         * src/about.c
12882                 added pspell to compiled-in features list
12883
12884 2001-09-18 [melvin]
12885
12886         * switched to pspell and dropped ispell
12887         * ac/pspell.m4
12888                 new file. autoconf macro for pspell
12889         * ac/Makefile.am 
12890         * configure.in acconfig.h
12891                 added pspell support
12892         * src/Makefile.am
12893         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12894         * src/prefs_common.[ch] 
12895                 added pspell support
12896
12897 2001-09-18 [christoph]
12898
12899         * src/addr_compl.c
12900         * src/template.[ch]
12901                 replace LOG_MESSAGE with debug_print
12902         * src/compose.[ch]
12903                 gui improvements
12904         * src/menu.c
12905                 added newline after debug message
12906         * src/utils.h
12907                 using __VA_ARGS__ for debug_print macro
12908         * tools/.cvsignore
12909                 ignore Makefile and Makefile.in
12910
12911 2001-09-18 [paul]
12912
12913         * configure.in
12914                 change to version 0.6.2claws1
12915         * sync with sylpheed 0.6.2cvs1
12916
12917         * src/matcher.c 
12918         * src/prefs_matcher.c
12919                 add 'score equal to' option, submitted by
12920                 Paul Evans <nerd@freeuk.com>
12921
12922 2001-09-15 [christoph]
12923
12924         * src/mainwindow.c
12925                 comment out menu entry not existing in claws
12926         * src/menu.c
12927                 add debug output for non existing menu entries
12928         * src/summaryview.c
12929                 fix next/prev unread message for ignored threads
12930         * src/utils.[ch]
12931                 add sourcefile and line number to debug output
12932                 otherwise it is sometimes hard to find the
12933                 source code part if debug messages are translated
12934
12935 2001-09-14 [darko]
12936         
12937         * src/folderview.c
12938                 refresh target folder style after colour is changed
12939
12940 2001-09-13 [paul]
12941
12942         * configure.in
12943                 change to version 0.6.1claws3
12944
12945         * sync with sylpheed 0.6.1cvs6
12946
12947 2001-09-13 [darko]
12948         
12949         * src/folderview.c
12950                 fix target folder colourization to use user selected colour
12951
12952 2001-09-12 [darko]
12953         
12954         * src/summaryview.c
12955                 fix crash when message that is marked for copy/move is unmarked
12956
12957 2001-09-09 [paul]
12958
12959         * configure.in
12960                 change to version 0.6.1claws2
12961
12962         * sync with sylpheed 0.6.1cvs3
12963
12964 2001-09-09 [alfons]
12965         
12966         * src/folderview.c
12967                 fix bug with default font used for trash folder text
12968
12969 2001-09-06 [paul]
12970
12971         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12972                 updated translations
12973
12974         * configure.in
12975                 change to version 0.6.1claws1
12976
12977         * sync with sylpheed 0.6.1cvs2
12978
12979 2001-09-03 [paul]
12980
12981         * po/POTFILES.in
12982                 add Match's new addressbook
12983
12984         * po/de.po
12985                 updated translation submitted by Jens Oberender
12986
12987 2001-09-02 [paul]
12988
12989         * configure.in
12990                 change to 0.6.1claws
12991         * sync with sylpheed 0.6.1 release
12992
12993 2001-09-02 [paul]
12994
12995         * configure.in
12996                 change to 0.6.0claws2
12997
12998         * sync with sylpheed 0.6.0cvs4
12999
13000         * po/pt_BR.po
13001                 updated translation submitted by Fabio Junior Beneditto
13002
13003 2001-09-01 [match]
13004         * pixmaps/
13005                 interface.xpm
13006                 book.xpm
13007                 address.xpm
13008         * src/
13009                 Makefile.am
13010                 a ton of new files
13011
13012 2001-08-31 [paul]
13013
13014         * configure.in
13015                 change to version 0.6.0claws1
13016
13017         * sync with sylpheed 0.6.0cvs1
13018
13019         * po/es.po
13020                 updated translation submitted by Ricardo Mones Lastra
13021
13022         * po/POTFILES.in
13023                 add 'src/prefs_templates.c'
13024
13025         * src/compose.c, src/summaryview.c
13026                 fix segfault on 'Re_edit'               
13027
13028 2001-08-30 [alfons]
13029
13030         * configure.in, Makefile.am
13031         * tools/Makefile.am
13032                 add tools directory to source distribution
13033
13034 2001-08-30 [paul]
13035
13036         * configure.in
13037                 change to version 0.6.0claws
13038
13039         * sync with sylpheed 0.6.0 release
13040
13041 2001-08-30 [christoph]
13042
13043         * configure.in
13044                 removed autoconf version check
13045
13046 2001-08-30 [paul]
13047
13048         * src/account.c, src/compose.c, src/prefs_common.[ch]
13049         * src/procheader.[ch] src/utils.[ch]
13050                 Enhanced automatic account selection on replies
13051                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13052
13053         * configure.in
13054                 add LDAP and JPilot to the configuration results output.
13055
13056 2001-08-29 [christoph]
13057
13058         * src/summeryview.c
13059                 no bold font for ignored threads
13060
13061 2001-08-29 [paul]
13062
13063         * configure.in
13064                 change to version 0.5.3claws6
13065
13066         * sync with sylpheed 0.5.3cvs10
13067                 src/stringtable.[ch]: New Files
13068
13069         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13070         * src/pixmaps/sylpheed.xpm
13071                 add mini-icons to windows (by Alfons)
13072
13073 2001-08-27 [paul]
13074
13075         * src/mainwindow.c
13076                 new functions: next_labeled_cb(), prev_labeled_cb()
13077
13078         * src/summaryview.c
13079                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13080                 summary_select_next_labeled(), summary_select_prev_labeled()
13081
13082         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13083                 give claws blue folders and a blue trash can
13084
13085 2001-08-27 [paul]
13086
13087         * configure.in
13088                 change to version 0.5.3claws5
13089
13090         * sync with sylpheed 0.5.3cvs9
13091                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13092
13093 2001-08-24 [christoph]
13094
13095         * src/filesel.c
13096                 keep filename when browsing directories
13097                 (not working for user entered filename, but
13098                  for default name and selected filename from
13099                  file list)
13100         * src/mainwindow.c
13101                 fixed wrong spelling "Folllow-up"
13102         * src/mbox_folder.c
13103         * src/procmsg.c
13104         * src/summaryview.c
13105                 fixed new/unread message count with ignored
13106                 threads (2 commits, first didn't notice no
13107                 longer needed decreasing)
13108         * src/inc.c
13109                 readded scrolling of progress dialog
13110                 (lost in sync)
13111
13112 2001-08-24 [paul]
13113
13114         * configure.in
13115                 change to 0.5.3claws4
13116
13117         * sync with sylpheed 0.5.3cvs7
13118
13119 2001-08-24 [christoph]
13120
13121         * src/compose.c
13122                 set request return receipt when replying
13123                 if it is set is the folder prefs of the
13124                 message
13125         * src/inc.c
13126                 disable final error popup if popups are
13127                 disabled in config (again)
13128
13129 2001-08-23 [paul]
13130
13131         * configure.in
13132                 Change version number to 0.5.3claws3
13133
13134         * sync with sylpheed 0.5.3cvs5
13135
13136         * src/mimeview.c
13137                 double quote '%s' in 'gedit %s' to fix bug when
13138                 opening attachment with spaces in the name
13139
13140 2001-08-22 [alte]
13141         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13142           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13143                 initial message templates support
13144
13145
13146 2001-08-22 [paul]
13147
13148         * configure.in
13149                 change version number to 0.5.3claws2
13150
13151         * sync with sylpheed 0.5.3cvs4
13152
13153         * src/procmsg.h src/summaryview.c
13154                 re-implement (un)ignore thread
13155
13156 2001-08-21 [paul]
13157
13158         * src/summaryview.c
13159                 remove unnecessary code
13160         * src/compose.c
13161                 enable 'dynamic' signatures (submitted by
13162                 Eric Limpens <eric@hscg-internet.nl>)
13163
13164 2001-08-21 [paul]
13165
13166         clean up after sync with sylpheed 0.5.3 release
13167
13168         * src/folderview.c
13169                 fix re-introduced font mess, see Christoph's
13170                 entry 2001-06-24
13171
13172         * src/summaryview.c
13173                 remove prev_msgnum
13174                 use sylpheed's small font instead of
13175                 gtk default font for summary view
13176
13177
13178 2001-08-17 [paul]
13179
13180         * configure.in
13181                 add pl to ALL_LINGUAS - sync with main branch
13182
13183         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13184                 Updated. Translations by Jens Oberender, Ricardo Mones
13185                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13186
13187         * po/pl.po  ** NEW FILE **
13188                 sync with the main branch
13189
13190         * src/folderview.c
13191                 fix target folder colorizing and refresh problem
13192
13193
13194 2001-08-17 [christoph]
13195
13196         * src/mainwindow.c
13197                 claws uses 4 colors for target folder coloring.
13198                 arrays were not long enough and destroyed the
13199                 stack causing a segfault.
13200                 target folder colorizing does not work anymore
13201                 for me
13202
13203 2001-08-16 [paul]
13204
13205         * configure.in
13206                 change to version 0.5.3claws1
13207
13208         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13209           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13210           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13211
13212                 sync with sylpheed 0.5.3 release, but keep claws method of
13213                 configuring/saving fonts
13214
13215         * src/addressbook.[ch]
13216                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13217                 in line with a similar change in Hiroyuki's branch
13218
13219         * src/mainwindow.[ch]
13220                 disable main_window_set_thread_option()
13221         * src/prefs_folder_item.c
13222                 comment out &tmps_prefs.enable_thread,
13223         * src/mbox_folder.c, src/procmsg.[ch]
13224                 comment out MSG_IS_IGNORE_THREAD
13225         * src/summaryview.c
13226                 comment out summary_ignore_thread() and summary_unignore_thread()
13227                 comment out MSG_IS_IGNORE_THREAD
13228
13229                 use Hiroyuki's threading instead.
13230
13231
13232
13233 2001-08-15 [paul]
13234
13235         * src/account.c
13236                 use Hiroyuki's 0.5.3 column scheme but also
13237                 include the enable/disable button.
13238         * src/pixmaps/mark.xpm
13239                 add Hiroyuki's amended pixmap
13240
13241 2001-08-13 [christoph]
13242
13243         * src/account.c
13244                 receive at get all column showed wrong state for APOP
13245                 button should only work for POP3 and APOP accounts
13246         * src/prefs_account.c
13247                 added missing preprocessor statement for SSL
13248
13249 2001-08-12 [paul]
13250
13251         * src/account.[ch]
13252                 add 'receive at get all' column and enable/disable
13253                 button.
13254
13255 2001-08-06 [christoph]
13256
13257         * src/account.c
13258                 show usage of SSL in protocol column
13259
13260         * src/imap.c
13261         * src/inc.c
13262                 renamed ssl options
13263
13264         * src/prefs_account.[ch]
13265                 moved ssl options to a new page
13266
13267         * src/send.c
13268         * src/smtp.c
13269         * src/ssl.[ch]
13270                 renamed ssl options
13271                 added support for SMTP STARTTLS command
13272
13273 2001-08-05 [christoph]
13274
13275         * configure.in
13276                 debian autoconf needs version check to find
13277                 correct autoconf version. if the file is
13278                 named configure.in 2.13 is used, which does
13279                 not work with this configure.in script.
13280                 other solution would be to rename the script
13281                 to configure.ac as suggested in the autoconf
13282                 manual.
13283
13284         * src/inc.c
13285                 disable final error popup if popups are
13286                 diabled in config
13287
13288         * src/socket.c
13289                 bugfix in ssl_gets
13290                 fixes IMAP over SSL problem
13291
13292 2001-08-03 [paul]
13293
13294         * configure.in
13295                 change to 0.5.2claws1
13296
13297         * sync with sylpheed 0.5.2cvs1
13298
13299 2001-08-02 [alfons]
13300
13301         * configure.in
13302                 quick fix for ispell detection...
13303
13304 2001-08-01 [paul]
13305
13306         * configure.in
13307                 change to 0.5.1claws4
13308
13309         * sync with sylpheed 0.5.1cvs7
13310
13311 2001-07-31 [alfons]
13312
13313         * src/prefs_common.c, src/prefs_common.h, 
13314           src/gtkspell.c, src/gtkspell.h
13315                 add global spelling checker settings (compose tab) +
13316                 selection of dictionary 
13317           
13318         * configure.in  
13319                 guess valid ispell location
13320
13321 2001-07-31 [paul]
13322
13323         * po/POTFILES.in
13324                 removal of 'src/quote_fmt_parse.c'
13325         * po/de.po
13326                 Updated de.po
13327                 (submitted by Jens Oberender <didge@suse.de>)
13328
13329 2001-07-31 [darko]
13330
13331         * src/folder.[ch]
13332         * src/folderview.[ch]
13333         * src/mainwindow.c
13334         * src/mh.c
13335         * src/prefs_common.[ch]
13336         * src/summaryview.c
13337                 target folder colourization
13338
13339 2001-07-30 [paul]
13340
13341         more sync with Sylpheed 0.5.1cvs6 
13342
13343 2001-07-30 [darko]
13344
13345         * src/mh.c
13346         * src/prefs_folder_item.[hc]
13347         * src/summaryview.c
13348                 shared folders support with a GUI
13349
13350 2001-07-29 [paul]
13351
13352         0.5.1claws3
13353
13354         * sync with Sylpheed 0.5.1cvs6
13355
13356 2001-07-29 [paul]
13357
13358         * po/pt_BR.po
13359                 updated
13360                 (submitted by Fabio Junior Beneditto)
13361
13362 2001-07-28 [paul]
13363
13364         * src/procmime.c
13365         * AUTHORS
13366                 patch to correct bad image mime headers
13367                 (submitted by Don Quijote <dq@searchlores.org>)
13368
13369 2001-07-28 [paul]
13370
13371         * tools/gif2xface.pl   **NEW FILE**
13372         * tools/README
13373                 script to convert file.gif to file.xface for
13374                 use in a custom header.
13375                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13376
13377 2001-07-27 [alfons]
13378         
13379         * configure.in
13380                 change macros for detecting JPilot and LDAP
13381
13382 2001-07-27 [christoph]
13383
13384         * src/filtering.c
13385                 code cleanup (MIN / MAX warning, needed casting)
13386
13387 2001-07-27 [alfons]
13388
13389         * procheader.c
13390                 disallow setting flags when detecting certain headers
13391                 (X-Status, Status, Seen, X-Seen). 
13392         
13393         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13394
13395 2001-07-27 [christoph]
13396
13397         * src/prefs_filter.c
13398         * src/prefs_filtering.c
13399         * src/prefs_matcher.c
13400         * src/prefs_scoring.c
13401                 scroll list when moving rows up or down
13402
13403         * src/imap.c
13404         * src/imap.h
13405         * src/prefs_account.c
13406         * src/prefs_account.h
13407         * src/send.c
13408                 SMTP over SSL (untested, feedback requested)
13409                 IMAP over SSL
13410
13411         * src/ssl.c
13412                 code cleanup
13413
13414 2001-07-26 [alfons]
13415         
13416         * configure.in, acconfig.h
13417                 define CLAWS (need this for main / claws detection)
13418
13419 2001-07-25 [alfons]
13420
13421         * configure.in
13422                 Sylpheed 0.5.1claws2
13423                 
13424         * sync with Sylpheed 0.5.1cvs4
13425
13426 2001-07-25 [christoph]
13427
13428         * src/scoring.c
13429                 fixed segfault
13430                 item->prefs == NULL (don't know why)
13431
13432 2001-07-25 [alfons]
13433
13434         * configure.in
13435                 Sylpheed 0.5.1claws1
13436
13437         * sync with Sylpheed 0.5.1cvs1-3
13438
13439 2001-07-24 [christoph]
13440
13441         * src/folderview.c
13442         * src/prefs_folder_item.[ch]
13443                 added folderitem preferences dialog with
13444                 default To: and auto request return receipt
13445
13446         * src/compose.[ch]
13447         * src/menu.[ch]
13448                 changes to handle new folderitem preferences
13449
13450         * src/mainwindow.c
13451         * src/summaryview.c
13452                 call compose new mail with current folderitem
13453
13454 2001-07-24 [alfons]
13455
13456         Release Sylpheed 0.5.1claws
13457
13458         * configure.in
13459                 change to release version 0.5.1claws
13460
13461 2001-07-24 [christoph]
13462
13463         * src/summaryview.c
13464                 fixed segfault that happend when the selected
13465                 message was removed while retrieving new messages.
13466
13467         * po/es.po
13468                 updated translation
13469                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13470
13471 2001-07-22 [alfons]
13472
13473         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13474         this is a work in progress, for more information: http://nlpagan.net/sylman 
13475         
13476         * configure.in, src/mainwindow.c, manual/Makefile.am
13477                 add support for English manual
13478
13479         * AUTHORS
13480                 add authors of user manuals
13481
13482         * manual/en/sylpheed*.html
13483                 add English documentation
13484
13485 2001-07-22 [christoph]
13486
13487         * po/POTFILES.in
13488                 added src/ssl.c
13489         * src/ssl.c
13490                 changed a wrong debug message
13491
13492 2001-07-22 [alfons]
13493
13494         * po/nl.po
13495                 update Dutch translation
13496
13497         * src/prefs_filtering.c, 
13498           src/prefs_matcher.c
13499                 add more translatable strings           
13500
13501 2001-07-21 [alfons]
13502
13503         0.5.0claws7
13504
13505         * configure.in
13506                 change version
13507
13508         * src/inc.c, src/summaryview.[ch]
13509                 prevent update of mark file when filtering has done, by
13510                 using a variable; this affects two functions:
13511                         inc.c::inc_finished()
13512                         summaryview.c::summary_show()
13513
13514 2001-07-20 [alfons]
13515
13516         * src/filtering.[ch], src/prefs_filtering.c, 
13517           src/matcher.[ch]
13518                 add filtering action for label coloring 
13519
13520         * po/POTFILES.in
13521                 add labelcolors.c
13522
13523         * added src/labelcolors.c
13524         * added src/labelcolors.h
13525         * src/Makefile.am, src/summaryview.c
13526                 rearrange label coloring code
13527
13528         * src/procmsg.h
13529                 add more parentheses so label colouring works correctly
13530
13531         * src/filtering.c
13532                 don't really delete message, but move it to Trash
13533
13534         * src/prefs_matcher.c
13535                 add quote options to info dialog
13536
13537 2001-07-20 [christoph]
13538
13539         * src/Makefile.am
13540         * src/inc.c
13541         * src/main.[ch]
13542         * src/socket.h
13543         * src/ssl.[ch] (new)
13544                 moved ssl stuff to a seperate file
13545
13546 2001-07-20 [darko]
13547
13548         * src/summaryview.c
13549                 fix show sender using address book with no e-mail
13550                 address in From: field
13551
13552 2001-07-19 [alfons]
13553
13554         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13555                 fix messy handling of escaping... now at least the
13556                 execute command is useful. escape char is '\', we
13557                 accept \n and \r too. 
13558
13559                 Real life example:
13560                 
13561                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13562                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13563
13564 2001-07-18 [alfons]
13565
13566         0.5.0claws6
13567
13568         * src/summaryview.c
13569                 clean up
13570
13571         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13572           src/procmsg.[ch]
13573                 revise filtering; currently move, copy, marking have
13574                 been tested. if you like bleeding edge stuff, you
13575                 should definitely go for this version :)
13576
13577         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13578
13579 2001-07-17 [christoph]
13580
13581         * src/utils.c
13582                 timestamp log
13583
13584 2001-07-17 [alfons]
13585
13586         0.5.0claws5
13587
13588         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13589           bits in the mark file, without affecting either branch. Lots of
13590           files changed, also in claws branch.
13591
13592           UNTESTED: use of mbox folders
13593
13594         * src/summaryview.c
13595                 added mark all read; however this was a quick hack used for
13596                 cleaning up mess after initial merge with Hiroyuki
13597
13598         * configure.in
13599                 change claws version number back to 0.5.0claws5 to clear up 
13600                 confusion & pretension (recent release was technically 
13601                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13602
13603 2001-07-16 [alfons]
13604
13605         sync with Hiroyuki's 0.5.0cvs4
13606
13607 2001-07-16 [alfons]
13608
13609         0.5.1claws3
13610
13611         * src/filtering.[ch]
13612                 remove invalid updating of mark files for 
13613                 filter actions MATCHING_ACTION_MOVE and 
13614                 MATCHING_ACTION_DELETE; this should fix the
13615                 folder update bug
13616                 
13617         * src/procmsg.c
13618                 revert Christoph's stab at fixing the folder 
13619                 update bug
13620
13621         * po/POTFILES.in
13622                 add missing files with translatable strings
13623
13624         * src/summaryview.c
13625                 remove debug print
13626
13627 2001-07-15 [alfons]
13628
13629         * src/addr_compl.[ch], src/prefs_filtering.c
13630                 make "filtering pref dialog's destination entry" an
13631                 "address completable entry", if filter destination is 
13632                 an email address
13633
13634         0.5.1claws2
13635         
13636         sync with Hiroyuki's 0.5.0cvs2-3
13637
13638 2001-07-15 [christoph]
13639
13640         * src/procmsg.c
13641                 fixed folder stats update after incorporation
13642
13643 2001-07-15 [alfons]
13644
13645         * src/summaryview.c
13646                 * finish label colouring stuff (for now)
13647                 * fix incorrect colour bug (off by one) 
13648
13649 2001-07-14 [alfons]
13650
13651         * src/mainwindow.c
13652                 change text labels for news and mail message so there's
13653                 plenty of toolbar estate left
13654
13655         * configure.in
13656                 0.5.1claws1
13657
13658         * src/folderview.c
13659           src/folder.[ch]
13660                 sync with Hiroyuki's 0.5.0cvs1
13661
13662         * src/summaryview.c
13663                 more rewrite label colouring
13664
13665 2001-07-14 [alfons]
13666
13667         * src/summaryview.[ch]
13668                 * start rewrite label colouring 
13669                 * fix proper location "Add Sender To Addressbook" menu item
13670
13671 2001-07-13
13672
13673         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13674         (actually this is 0.5.0claws4)
13675
13676 2001-07-13 [alfons]
13677
13678         * po/pt_BR.po
13679                 * fix duplicate message
13680                 * add updated Portugese / Brazilian translation
13681                   submitted by Fabio Junior Beneditto
13682
13683 2001-07-12 [alfons]
13684
13685         * AUTHORS
13686                 add Jens
13687
13688         * po/nl.po
13689                 add updated Dutch translation
13690
13691         * po/de.po
13692                 add updated German translation submitted by Jens
13693
13694 2001-07-11 [alfons]
13695
13696         Prerelease before 0.5.0claws. Please test.
13697         This version is temporarily tagged as VERSION_0_5_0_TEST
13698
13699         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13700           src/prefs_scoring.c, src/prefs_matcher.c, 
13701           src/prefs_filtering.c, src/mbox.c, 
13702           src/main.c, src/inc.c, src/filtering.[ch]
13703                 revert new Hoa's new matcher (does not work yet)
13704
13705         * src/Makefile.am
13706                 clean up
13707
13708 2001-07-10
13709
13710         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13711
13712
13713 2001-07-10 [alfons]
13714
13715         * Makefile.am
13716                 add ChangeLog.claws to EXTRA_DIST
13717         * src/Makefile.am
13718                 add matcher_parser_parse.h to EXTRA_DIST
13719
13720 2001-07-10 [christoph]
13721
13722         * src/inc.c
13723                 add destination folder to table of
13724                 folders that need to be updated after
13725                 incorporation
13726
13727 2001-07-10 [alfons]
13728
13729         * folder.[ch]
13730           folderview.c
13731                 make collapse state of folders and folder items persistent, i.e.
13732                 if you collapse a folder tree, the next time sylpheed-claws starts 
13733                 up the folder tree remains collapsed.  
13734                 
13735 2001-07-10 [christoph]
13736
13737         * acconfig.h
13738         * configure.in
13739                 added --enable-ssl
13740         * src/md5.[ch]
13741                 renamed MD5_CTX to MD5_CTX_syl
13742                 conflicts with a struct in openssl
13743         * src/inc.c
13744         * src/main.[ch]
13745         * src/prefs_account.[ch]
13746         * src/socket.[ch]
13747                 SSL support for POP
13748         * src/mainwindow.c
13749                 fixed compose with current account
13750                 broken by new compose button stuff
13751
13752 2001-07-09 [hoa]
13753
13754         * AUTHORS
13755                 changed my email address
13756
13757         * src/matcher_parser_parse.y
13758                 clean the parser to remove conflicts
13759
13760 2001-07-09 [alfons]
13761
13762         * AUTHORS
13763                 add Match Grun
13764
13765         * configure.in
13766                 fix incorrect description of --enable-ldap parameter
13767
13768         * src/prefs_common.[ch]
13769           src/compose.c
13770                 add experimental option "smart wrapping" which makes the
13771                 compose editor auto wrap.
13772                 
13773                 | TODO: the problem with the buggy cursor handling is caused |
13774                 | by the GtkText. when deleting / backspacing text its       |
13775                 | wrapping algorithm does not take in account the previous   |
13776                 | line. should find a way to hack this in.                   |
13777                 | or should perhaps combine this with the word wrapping      |
13778                 | patch i wrote in january.                                  |
13779
13780         * src/about.c
13781                 show build parameters for LDAP and JPilot
13782
13783         * src/summaryview.c
13784                 revert Christoph's bugfix for selecting next unread message, 
13785                 because folder stats aren't updated correctly
13786
13787 2001-07-08 [hoa]
13788
13789         * src/filtering.c
13790         * src/mainwindow.c
13791         * src/matcher.c
13792         * src/matcher_parser_lex.l
13793         * src/matcher_parser_parse.y
13794         * src/prefs_filtering.c
13795         * src/prefs_scoring.c
13796         * src/scoring.c
13797                 bugfix of the config file parser
13798
13799 2001-07-08 [alfons]
13800
13801         * src/Makefile.am
13802                 added generated matcher sources to BUILT_SOURCES
13803
13804 2001-07-08 [hoa]
13805
13806         * src/Makefile.am
13807         * src/.cvsignore
13808                 added new config file parser
13809
13810         * src/scoring.[ch]
13811         * src/filtering.[ch]
13812         * src/matcher.[ch]
13813         * src/prefs_filtering.c
13814         * src/prefs_matcher.c
13815         * src/prefs_scoring.c
13816         * added src/matcher_parser.h
13817         * added src/matcher_parser_lex.h
13818         * added src/matcher_parser_lex.l
13819         * added src/matcher_parser_parse.y
13820                 lex & yacc config file parser
13821
13822         * src/mbox.c
13823         * src/inc.c
13824         * src/main.c
13825                 changes prefs_filtering into global_filtering           
13826
13827         * src/summaryview.c
13828                 build threads with subjects only if "Re: " is at the
13829                 beginning of the subject
13830
13831 2001-07-07 [paul]
13832
13833         0.5.0claws
13834
13835         sync with sylpheed 0.5.0
13836                 change of version number only
13837
13838 2001-07-06 [paul]
13839
13840         0.5.0claws5
13841
13842         sync with sylpheed 0.5.0pre5
13843
13844 2001-07-05 [paul]
13845
13846         sync with sylpheed 0.5.0pre4 release
13847                 /po and /manual/ja not sync'ed
13848
13849 2001-07-04 [paul]
13850
13851         more sync with sylpheed 0.5.0pre4
13852
13853 2001-07-03 [christoph]
13854
13855         * src/addressbook.c
13856                 fixed address book broken by address book
13857                 for VCard, JPilot, LDAP
13858
13859 2001-07-03 [alfons]
13860
13861         * src/matcher.c
13862         * src/textview.c
13863                 stopped memory leaks
13864
13865 2001-07-03 [paul]
13866
13867         more sync with sylpheed 0.5.0pre4
13868
13869 2001-07-02 [match]
13870
13871         * included address book patch for VCard, JPilot, LDAP
13872         * pref_common.c - fixed Font options on Display tab (cosmetic)
13873         * alertpanel.c - fixed truncated message
13874
13875 2001-07-02 [christoph]
13876
13877         * src/mbox_folder.c
13878         * src/procmsg.[ch]
13879         * src/summaryview.c
13880                 mark threads for ignoring
13881
13882 2001-07-02 [paul]
13883
13884         0.5.0claws4
13885
13886         * sync with sylpheed 0.5.0pre4
13887                 updated gettext to 0.10.38.
13888
13889 2001-07-01 [paul]
13890
13891         * src/ mainwindow.c
13892         * src/procmsg.h
13893         * src/summaryview.[ch]
13894                 new right-click option: Label.
13895                 substitute for 'Mark-->Mark/Unmark', colours the line.
13896                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13897
13898 2001-07-01 [christoph]
13899
13900         * src/folderview.c
13901                 fixed font for trash
13902         * src/summaryview.c
13903                 move ctree to unread message
13904
13905 2001-07-01 [paul]
13906
13907         * sync with sylpheed 0.5.0pre3 release
13908
13909 2001-06-30 [alfons]
13910
13911         * src/filesel.[ch]
13912         * src/compose.c
13913                 allow inserting / attaching multiple files in
13914                 the composer window
13915
13916 2001-06-30 [paul]
13917
13918         * src/codeconv.c
13919                 small change to Alfons' previous stuff so that it
13920                 actually makes
13921
13922 2001-06-30 [alfons]
13923
13924         * lots of files changed; first attempt to merge the changes
13925           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13926
13927 2001-06-30 [paul]
13928
13929         * po/pt_BR.po
13930                 updated and completed, translations by Fabio
13931                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13932
13933 2001-06-29 [alfons]
13934
13935         * src/compose.c
13936         * src/mimeproc.[ch]
13937                 allow selecting an attached files' mime type from a 
13938                 list of types.
13939
13940 2001-06-29 [paul]
13941
13942         * more sync with sylpheed 0.5.0pre3
13943
13944 2001-06-29 [paul]
13945
13946         * po/pt_BR.po
13947                 merge with sylpheed.pot and pt_BR.po provided by
13948                 Fabio Junior Beneditto.
13949
13950 2001-06-29 [darko]
13951
13952         * src/procmime.c
13953                 make MIME types case insensitive
13954
13955 2001-06-28 [alfons]
13956
13957         * po/nl.po
13958                 merge with sylpheed.pot and old nl.po; translations added.
13959
13960 2001-06-28 [paul]
13961
13962         * more sync with sylpheed 0.5.0pre3
13963
13964 2001-06-27 [alfons]
13965
13966         * src/summaryview.c
13967                 don't crash when removing parent node of messages
13968                 attracted by subject. this was caused by not deleting
13969                 the parent node from the subject line hash table.
13970
13971 2001-06-27 [alfons]
13972
13973         * src/summaryview.c
13974         * src/compose.[ch]
13975         * src/mainwindow.c
13976                 if there are multiple messages selected, allow forwarding
13977                 them as attachments.
13978
13979 2001-06-27 [paul]
13980
13981         * more sync with sylpheed 0.5.0pre3
13982
13983 2001-06-26 [paul]
13984
13985         0.5.0claws3
13986
13987         * sync with sylpheed 0.5.0pre3
13988
13989 2001-06-25 [paul]
13990
13991         * src/mainwindow.c
13992                 fixed 'compose news article' bug
13993                 from icon-and-text toolbar
13994
13995 2001-06-25 [paul]
13996
13997         * sync with sylpheed 0.5.0pre2 release
13998
13999 2001-06-24 [christoph]
14000
14001         * src/prefs_common.c
14002                 bug fix in font selection
14003         * src/folderview.c
14004                 use sylpheed's normal font instead of
14005                 gtk default font for folders without
14006                 new messages
14007
14008 2001-06-24 [alfons]
14009
14010         * src/mainwindow.[ch]
14011                 added composite compose mail / news button (an idea by Leandro
14012                 Pereira <leandro@linuxmag.com.br>)
14013
14014 2001-06-24 [paul]
14015
14016         Added instructions for ldif-to-xml.py
14017
14018         * tools/README
14019
14020 2001-06-23 [alfons]
14021
14022         Some minor things.
14023
14024         * src/pixmaps/stock_news_compose.xpm
14025                 added pixmap by Leandro
14026         * src/prefs_common.c
14027                 tested built-in spelling checker of GCC 3.0 :)
14028         * po/nl.po
14029                 merged dutch translation of sylpheed-main with
14030                 sylpheed.pot
14031
14032 2001-06-23 [paul]
14033
14034         Added tools directory and files.
14035
14036         * tools/filter_conv.pl
14037                 converts old filter system to new filtering system
14038         * tools/ldif-to-xml.py
14039                 converts netscape addressbook to sylpheed addressbook
14040         * tools/README
14041                 descriptions/instructions for above two files
14042
14043 2001-06-23 [christoph]
14044
14045         * src/inc.c
14046         * src/manage_window.[ch]
14047         * src/prefs_common.[ch]
14048                 mail retrieval dialog can be enabled, disabled
14049                 or hidden if non of sylpheed's windows is active
14050
14051 2001-06-22 [paul]
14052
14053         0.5.0claws2
14054
14055         * sync with sylpheed 0.5.0pre2
14056
14057 2001-06-21 [christoph]
14058
14059         * src/summaryview.c
14060                 show recipient on 'from' for all accounts
14061                 
14062         * src/inc.c
14063         * src/prefs_common.[ch]
14064                 disable error popup on mail receive errors
14065
14066 2001-06-21 [alfons]
14067
14068         * src/compose.c
14069                 made the ruler correctly appear and disappear.
14070
14071         * src/Makefile.am
14072                 removed Hoa's work-in-progress-stuff (interesting!) so 
14073                 claws compiles ok.
14074
14075 2001-06-20 [christoph]
14076
14077         * src/inc.c
14078         * src/progressdialog.c
14079                 added scrolled window for list in progressdialog
14080
14081 2001-06-20 [paul]
14082
14083         sync with sylpheed 0.5.0pre1 release
14084
14085 2001-06-20 [christoph]
14086
14087         * src/summeryview.c
14088                 make building threads by subject work when
14089                 thread view is enabled
14090                 
14091         * src/compose.c
14092         * src/prefs_common.[ch]
14093                 automatically select account for mail replys
14094
14095 2001-06-19 [sergey]
14096
14097         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14098         they are filled in from the account settings.
14099
14100 2001-06-19 [paul]
14101
14102         * more sync with sylpheed 0.5.0pre1
14103
14104 2001-06-18 [alfons]
14105
14106         * src/Makefile.am,
14107           src/procmime.c
14108                 added --sysconfdir to CPPFLAGS for pointing to the correct
14109                 location of mime.types. 
14110
14111                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14112                 or ./configure!
14113
14114 2001-06-18 [hoa]
14115
14116         * src/summaryview.c
14117                 fixed some bug when building threads
14118
14119 2001-06-18 [pau]l
14120
14121         * src/prefs_account.c
14122                 UI stuff: More changes to the English
14123
14124 2001-06-18 [paul]
14125
14126         * src/pixmaps/stock_news_compose.xpm: new file
14127         * src/Makefile.am
14128         * src/mainwindow.c
14129         * src/summaryview.c
14130                 Added new icon for Hoa's 'compose a news
14131                 message', plus minor improvements to the
14132                 English
14133
14134         * po/ja.po
14135         * ChangeLog
14136         * ChangeLog.jp
14137                 more sync with sylpheed 0.5.0pre1
14138
14139 2001-06-18 [hoa]
14140
14141         * src/compose.[ch]
14142         * src/mainwindow.c
14143                 Follow-up and reply to
14144
14145         * src/summaryview.[ch]
14146                 Build threads also with subjects
14147
14148 2001-06-17 [hoa]
14149
14150         * src/compose.c
14151                 forwarding use the current account.
14152
14153         * src/mainwindow.c
14154                 the "compose message" button has been replaced with
14155                 "new mail" and "new news" buttons
14156
14157         * src/prefs_common.[ch]
14158                 added a configuration option to use the forward button
14159                 as "forward as attachment"
14160                 changed reply and forward format description
14161
14162         * src/quote_fmt_lex.l
14163         * src/quote_fmt_parse.y
14164                 added message with no signature in format for reply
14165                 and forward.
14166
14167 2001-06-17 [paul]
14168
14169         Minor UI stuff
14170
14171         * src/mainwindow.c
14172         * src/summaryview.c
14173                 Improvements to the English
14174
14175         * src/prefs_common.c
14176                 Improvements to the English and some
14177                 clarity/continuity improvements in the
14178                 description of Quote symbols.
14179
14180 2001-06-17 [paul]
14181
14182         0.5.0claws1
14183
14184         * sync with sylpheed 0.5.0pre1
14185
14186 2001-06-17 [hoa]
14187
14188         * src/compose.c
14189                 Better interface for compose, displayed fields
14190                 are updated whenever we change account.
14191                 Newsgroups field is automatically filled.
14192
14193         * src/mainwindow.c
14194                 Newsgroups field is automatically filled.
14195
14196         * src/prefs_account.c
14197                 Some interface stuff when fields appear and
14198                 disappear.
14199
14200 2001-06-16 [paul]
14201
14202         0.4.99claws
14203
14204         * sync with sylpheed 0.4.99
14205
14206 2001-06-16 [sergey]
14207
14208         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14209         base64_decoder_free, base64_decoder_decode): new object and
14210         functions for decoding base64 streams.
14211         * src/procmime.c (procmime_decode_content): modified to use the
14212         new base64 decoder.
14213
14214 2001-06-15 [paul]
14215
14216         0.4.99claws10
14217
14218         * sync with sylpheed 0.4.99cvs11
14219
14220 2001-06-13 [paul]
14221
14222         0.4.99claws9
14223
14224         * sync with sylpheed 0.4.99cvs9
14225
14226 2001-06-13 [hoa]
14227
14228         * src/compose.c
14229         * src/prefs_account.c
14230
14231                 SMTP server can be defined in the news account
14232                 mime type of attachment are kept.
14233
14234         * src/summaryview.c
14235
14236                 now choose the highest important score between default
14237                 and important score of folder.
14238
14239 2001-06-09 [alfons]
14240         
14241         * src/prefs_common.c: 
14242
14243                 (prefs_quote_description_create): corrected description of 
14244                 quote format characters
14245
14246 2001-06-09 [paul]
14247
14248         0.4.99claws8
14249
14250         * sync with sylpheed 0.4.99cvs8
14251
14252 2001-06-08 [sergey]
14253
14254         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14255         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14256
14257 2001-06-08 [paul]
14258
14259         0.4.99claws7
14260
14261         * sync with sylpheed 0.4.99cvs7
14262
14263 2001-06-06 [sergey]
14264
14265         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14266         clashes with autogenerated header).
14267         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14268         * src/Makefile.am: added quote_fmt.h.
14269         * src/.cvsignore: added lex/yacc autogenerated files
14270         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14271
14272 2001-06-06 [paul]
14273
14274         0.4.99claws6
14275
14276         * sync with sylpheed 0.4.99cvs6
14277
14278 2001-06-06 [hoa]
14279
14280         * added src/quote_fmt_parse.h
14281         * src/compose.c
14282                 removed warnings
14283
14284         * src/prefs.[ch]
14285                 don't modify readonly configuration files
14286
14287         * src/prefs_account.c
14288         * src/prefs_common.c
14289         * src/prefs_customheader.c
14290         * src/prefs_display_header.c
14291         * src/prefs_filter.c
14292         * src/prefs_filtering.c
14293         * src/prefs_scoring.c
14294                 don't open dialog box when configuration files
14295                 are readonly
14296
14297 2001-06-05 [sergey]
14298
14299         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14300
14301         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14302         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14303         BUILT_SOURCES to make all files rebuild properly.
14304
14305         * src/compose.c: removed #include "quote_fmt.tab.h".
14306
14307         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14308         CHARACTER value in yylval.
14309
14310         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14311         receive CHARACTER value by documented means (yylval).
14312
14313         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14314
14315 2001-06-05 [hoa]
14316
14317         * src/Makefile.am
14318                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14319
14320         * src/filtering.c
14321         * src/matcher.c
14322         * src/matcher.h
14323         * src/prefs_filtering.c
14324                 now keep the configuration for execute action
14325
14326         * src/mbox_folder.c
14327                 fixed a warning
14328
14329 2001-06-05 [paul]
14330
14331         * sync with sylpheed 0.4.99cvs5
14332
14333 2001-06-05 [hoa]
14334
14335         * src/Makefile.am
14336                 added quote_fmt.[ch]
14337
14338         * added src/quote_fmt.y
14339         * added src/quote_fmt.l
14340         * added src/quote_fmt.tab.h
14341         * added src/quote_fmt.tab.c
14342         * added src/lex.quote_fmt.c
14343                 parsing configuration for replying
14344                 and forwarding
14345
14346         * src/prefs_common.[ch]
14347                 added configuration UI for replying
14348                 and forwarding
14349
14350         * src/compose.c
14351                 using configuration for replying
14352                 and forwarding
14353
14354 2001-06-04 [hoa]
14355
14356         * src/filtering.c
14357         * src/matcher.c
14358         * src/matcher.h
14359         * src/prefs_filtering.c
14360         * src/prefs_matcher.c
14361         * src/prefs_matcher.h
14362                 action "run a command" for filtering
14363                 and matching with a command.
14364                 fixed the "whole message" matching
14365
14366         * src/mbox_folder.c
14367                 changed temporary filename for security
14368
14369         * src/messageview.c
14370                 queue the notification if it fails to send.
14371
14372         * src/prefs_common.c
14373         * src/prefs_folder_item.c
14374                 changed the default important score             
14375
14376         * src/prefs_scoring.c
14377         * src/scoring.c
14378                 hide kill score input when the folder is not
14379                 a newsgroup
14380
14381 2001-06-03 [alfons]
14382
14383         * src/prefs_common.c:
14384
14385                 (prefs_font_select): pass font name in font entry box to font
14386                 selection dialog.
14387
14388 2001-06-03 [sergey]
14389
14390         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14391
14392 2001-06-03 [paul]
14393
14394         * sync with sylpheed 0.4.99cvs4
14395
14396 2001-06-03 [alfons]
14397
14398         * src/headerwindow.c:
14399
14400                 (headerwindow_show_cb): use the selected summary view item, not
14401                 the displayed item.
14402
14403 2001-06-02 [alfons]
14404
14405         * src/headerwindow.c:
14406
14407                 (headerwindow_show_cb): always try to show msginfo
14408
14409 2001-06-02 [hoa]
14410
14411         * src/compose.c
14412                 keep attached parts when reediting or forwarding.
14413
14414 2001-06-01 [hoa]
14415
14416         * src/folderview.c
14417         * src/prefs_folder_item.[ch]
14418         * src/prefs_scoring.[ch]
14419         * src/scoring.[ch]
14420         * src/summaryview.[ch]
14421         * src/main.c
14422         * src/mainwindow.c
14423         * src/prefs_common.[ch]
14424                 support for folder scoring
14425                 kill score and important score for messages
14426         
14427         * src/prefs_account.c
14428                 some display bug fixed for local account
14429                 preferences
14430
14431 2001-05-31 [alfons]
14432
14433         * src/summaryview.c:
14434
14435                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14436                 sender to address book menu item is disabled.
14437
14438 2001-05-30 [hoa]
14439
14440         * src/filtering.[ch]
14441         * src/summaryview.c
14442                 handling summary menu / filter messages
14443
14444         * src/folder.[ch]
14445                 add some stuff
14446
14447         * src/foldersel.c
14448                 imap folders now appears in list
14449
14450         * src/mbox_folder.c
14451                 doesn't crash if destination mail is not writeable
14452
14453 2001-05-29 [hoa]
14454
14455         * src/compose.c
14456                 removed some warnings
14457
14458         * src/filtering.c
14459         * src/folder.[ch]
14460         * src/prefs_filtering.c
14461                 global string to identify any folders           
14462                 removed some debug info
14463                 filtering to mbox folders is now possible
14464
14465         * src/mainwindow.c
14466                 removed some warnings
14467
14468         * src/mbox_folder.c
14469                 permission on files are changed to read/write for user only,
14470                 nothing for other.
14471                 creation of subfolder is handled better.
14472
14473 2001-05-28 [alfons]
14474
14475         Verified the sync for src/prefs_common.[ch] and
14476         src/prefs_account.[ch]. I believe there were some
14477         minor indentation differences.
14478
14479 2001-05-28 [paul]
14480
14481         0.4.99claws3
14482
14483         * sync with 0.4.99cvs3
14484
14485 2001-05-28 [hoa]
14486
14487         * src/compose.c
14488                 handling flags for mbox format
14489
14490         * src/filtering.c
14491                 use of mark file only for MH format
14492                 handling flags for mbox format
14493                 filtering cannot yet move or copy mails to mbox folders.
14494
14495         * src/folder.[ch]
14496                 changed move_msg, copy_msg,
14497                 move_msgs_with_dest, copy_msgs_with_dest functions
14498                 uses only folder->copy_msg() function
14499                 uses folder->finished_copy() to handle the destination
14500                 folder at the end of the copy or move operation.
14501
14502         * src/foldersel.c
14503                 included mbox directories.
14504
14505         * src/folderview.[ch]
14506         * src/mainwindow.c
14507                 handle folders operation for mbox format
14508
14509         * src/mbox.c
14510                 disable conversion of "From " header
14511
14512         * src/mbox_folder.[ch]
14513                 completion of mbox format handling
14514
14515         * src/mh.c
14516                 changed mh_copy_msg() function and
14517                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14518                 mh_copy_msgs_with_dest()
14519
14520         * src/prefs_filtering.c
14521                 removed some warnings
14522
14523         * src/prefs_matcher.c
14524                 default boolean operation is AND
14525
14526         * src/procheader.c
14527                 handling flags for mbox format
14528                 handling of "From " header
14529
14530         * src/procmsg.[ch]
14531                 removed data field
14532                 added MSG_REALLY_DELETED flags to handle deletion of
14533                 messages in mbox format.
14534
14535         * src/summaryview.c
14536                 handling flags for mbox format
14537                 disable the MSG_DELETED flags when messages
14538                 are deleted in mbox format
14539
14540         * src/textview.c
14541                 "From " headers display fixed.
14542
14543 2001-05-27 [alfons]
14544
14545         * src/textview.c:
14546                 
14547                 (get_email_part): skip quoted email addresses, like in e.g.
14548                 "'alfons@proteus.demon.nl'".
14549
14550 2001-05-26 [alfons]
14551
14552         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14553         and fixing the persistence troubles when using separate windows.
14554
14555         * src/mainwindow.c:
14556         
14557             Added #define SEPARATE_ACTION used in the gtk item factory for 
14558             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14559                 use gtk_item_factory_get_widget_by_action() to get the items.
14560                 
14561             Removed separate_widget_cb from the gtk item factory data   
14562           
14563             (mainwindow_create): connect separate_widget_cb() to check
14564             menu item "toggled" signal. also passing a MainWindow pointer
14565                 as object data for both check menu items.
14566                 
14567             (separate_widget_cb): definition of separate_widget_cb() to match
14568             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14569                 window using gtk_object_get_data(). The type of window separation 
14570                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14571         
14572         * src/prefs_filtering.c,
14573           src/prefs_matcher.c: added horizontal scrollbars
14574
14575 2001-05-25 [darko]
14576
14577         * src/headerview.c
14578                 fix segfault with invalid bold font
14579         * src/summaryview.c
14580                 correctly display summary stats after row is marked
14581
14582 2001-05-23 [sergey]
14583
14584         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14585         encodings with libjconv.
14586
14587 2001-05-23 [hoa]
14588
14589         * src/Makefile.am
14590                 added mbox_folder.[ch]
14591         * src/defs.h
14592                 mbox temporary folder
14593         * src/folder.[ch]
14594         * added src/mbox_folder.[ch]
14595         * src/folderview.c
14596         * src/procheader.[ch]
14597                 added mbox support
14598         * src/mbox.c
14599                 bugfix for file incorporation filtering
14600         * src/imap.c
14601                 enable creation of MBOX
14602         * src/prefs_display_header.c
14603                 enable use of headers like "From "
14604                 something that should be fixed :
14605                         displaying of such headers add an extra space
14606         * src/prefs_folder_item.c
14607                 don't create folders because it is not necessary
14608         * src/procmsg.h
14609                 added data field to MsgInfo for mbox internal use
14610         * src/summaryview.c
14611                 added some support for mbox
14612         * src/utils.[ch]
14613                 added get_mbox_cache_dir() function
14614
14615 2001-05-23 [hiroyuki]
14616
14617         * src/headerwindow.c
14618           src/inc.c
14619           src/main.c
14620           src/mh.c
14621           src/nntp.c
14622           src/procmsg.h
14623           src/session.h
14624           src/socket.[ch]
14625           src/summaryview.c
14626           src/textview.c
14627           src/automaton.c
14628           src/folderview.c: more sync with 0.4.99cvs2.
14629
14630         * src/headerwindow.c: reverted.
14631
14632 2001-05-22 [paul]
14633
14634         0.4.99claws2
14635
14636         * sync with sylpheed 0.4.99cvs2
14637                 * src/news.[ch]
14638                 * src/nntp.[ch]
14639                 * INSTALL
14640                 * INSTALL.jp
14641
14642 2001-05-22 [alfons]
14643
14644         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14645
14646 2001-05-21 [alfons]
14647
14648         Minor things:
14649
14650         * configure.in: if gnome-config not found, "no" is displayed
14651         
14652         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14653
14654         * src/textview.c: now also possible to add mail addresses by right
14655           clicking in the text view
14656
14657         * src/codeconv.c: merged patch which fixes endless loop when encountering
14658           invalid wide characters; from Alte <010@imis.ru>  
14659
14660 2001-05-20 [alfons]
14661
14662         Added installation of gnome specific things:
14663
14664         * Makefile.am: gnome conditional
14665
14666         * configure.in: check for installed gnome
14667
14668         * added sylpheed.png, sylpheed.desktop
14669
14670 2001-05-20 [sergey]
14671
14672         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14673
14674         * src/mainwindow.h (main_window_toolbar_create): created a button
14675         for "Reply to all".
14676         (main_window_set_toolbar_sensitive): enable/disable the new button
14677         appropriately.
14678         (toolbar_reply_to_author_cb): handle the new button.
14679
14680         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14681         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14682         failure).
14683
14684 2001-05-19 [sergey]
14685
14686         * src/compose.h (ComposeReplyMode): new modes
14687         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14688         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14689
14690         * src/compose.c
14691         (compose_send): move some code into a new function:
14692         (compose_current_mail_account): new function.
14693         (compose_reply): new argument to_author, all callers changed; if
14694         to_author==TRUE and account->protocol==A_NNTP, find and use an
14695         appropriate mail account for replying.
14696         (compose_reply_set_entry): new argument to_author; ignore
14697         compose->replyto if to_author==TRUE.
14698
14699         * src/mainwindow.c: new command "Message/Reply to author".
14700         (main_window_set_menu_sensitive): enable/disable it.
14701         (reply_cb): handle it.
14702
14703         * src/summaryview.c: new command "Reply to author".
14704         (summary_set_menu_sensitive): enable/disable it.
14705         (summary_reply_cb): handle it.
14706
14707         * src/account.c (account_find_mail_from_address): new function.
14708
14709 2001-05-18 [paul]
14710
14711         0.4.99claws1
14712
14713         * sync with sylpheed 0.4.99cvs1
14714
14715 2001-05-18 [hoa]
14716
14717         * src/compose.[ch]
14718         * src/filtering.c
14719         * src/summaryview.c
14720                 new filtering action : forward and forward as attachment
14721
14722         * src/main.c
14723                 no need for $DISPLAY when we run sylpheed --help
14724                 call to parse_cmd_opt() is moved
14725
14726         * src/mainwindow.[ch]
14727                 execute button is hidden when immediate execute
14728                 is chosen
14729
14730         * src/mh.c
14731         * src/news.c
14732         * src/prefs_folder_item.c
14733         * src/procmsg.c
14734                 better handling of missing directories
14735
14736         * src/summaryview.c
14737                 reedit is enabled in outbox
14738                 reedit is enabled in queue
14739
14740 2001-05-17 [hoa]
14741
14742         * src/filtering.c
14743         * src/matcher.[ch]
14744         * src/prefs_filtering.c
14745                 changed attachement into attachment
14746
14747 2001-05-17 [alfons]
14748
14749         0.4.67claws4    
14750
14751         * sync with sylpheed 0.4.67cvs9
14752         * sync with sylpheed 0.4.67cvs7-8
14753
14754 2001-05-17 [hoa]
14755
14756         * src/Makefile.am
14757                 added prefs_filtering.c
14758
14759         * src/filtering.[ch]
14760         * src/matcher.[ch]
14761                 removed action : forward_news and forward_news_as_attachement
14762                 (forward and forward_as_attachement can be used instead)
14763
14764         * src/mainwindow.c
14765                 added menu option to access filtering configuration
14766
14767         * src/prefs_account.c
14768                 changed mail_command default to /usr/sbin/sendmail
14769
14770         * added src/prefs_filtering.[ch]
14771                 dialog box for filtering configuration
14772
14773         * src/prefs_matcher.c
14774                 added function prefs_matcher_get_criteria_from_matching()
14775
14776         * src/prefs_scoring.c
14777                 reset the dialog when register or substitute is clicked
14778
14779 2001-05-15 [hoa]
14780
14781         * src/Makefile.am
14782                 added filtering.[ch]
14783         * src/inc.c
14784                 using filering.[ch] instead of filter.[ch]
14785         * src/main.c
14786                 reading new filtering configuration
14787         * src/matcher.[ch]
14788                 added some filtering actions
14789                 and fixed a bug for headers and mail body matching
14790         * src/mbox.c
14791                 using filering.[ch] instead of filter.[ch]
14792         * src/mh.c
14793                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14794         * src/summaryview.c
14795                 some fixes for filtering
14796
14797 2001-05-14 [hiroyuki]
14798
14799         * src/send.c: fixed some weird indentations.
14800           send_message_with_command(): call pclose() only if p != NULL.
14801         * src/textview.c: get_email_part(): modified the code for readability.
14802
14803 2001-05-14 [hiroyuki]
14804
14805         * src/md5global.h
14806           src/md5ify.c
14807           src/md5ify.h: removed from the cvs.
14808
14809 2001-05-13 [sergey]
14810
14811         * src/main.c: include rfc2015.h to avoid compiler warnings.
14812         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14813         the panel is already on screen.
14814         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14815         closing the alert window by ESC as "No".
14816         * src/prefs_common.c (prefs_interface_create): moved return
14817         receipt check button to the correct place.
14818
14819 2001-03-13 [alfons]
14820
14821         * src/prefs_common.c: 
14822                 moved return receipt check button to the Send tab. (prefs_send_create)
14823                 removed the date format ui related globals. (prefs_display_create)
14824
14825         0.4.67claws3
14826         
14827         * sync with sylpheed 0.4.67cvs5-6
14828
14829 2001-05-13 [paul]
14830
14831         * added Alfons' font selection patch
14832
14833         * src/defs.h
14834         * src/headerwindow.c
14835         * src/prefs_common.c
14836         * src/prefs_common.h
14837
14838 2001-05-13 [hoa]
14839         * src/defs.h
14840                 changed version of cache
14841         * src/matcher.[ch]
14842         * src/prefs_matcher.c
14843                 added additionnal matching criteria
14844         * src/procheader.c
14845         * src/procmsg.[ch]
14846         * src/news.c
14847                 added references in MsgInfo
14848
14849 2001-05-12 [hoa]
14850
14851         * src/defs.h
14852                 prepared some things for new filtering
14853         * src/matcher.[ch]
14854                 added some matching properties
14855                 inreplyto need to be enhanced
14856                 prepared some things for new filtering
14857         * src/messageview.c
14858                 added Return-Receipt-To handling
14859         * src/prefs_folder_item.c
14860                 changed default value to TRUE
14861         * src/prefs_matcher.c
14862                 added some matching properties
14863         * src/prefs_scoring.[ch]
14864                 the scoring dialog is finished
14865         * src/procheader.c
14866                 added Return-Receipt-To handling
14867                 Reference need to be added
14868         * src/procmsg.[ch]
14869                 added Return-Receipt-To handling
14870                 added threadscore to get a better score sorting when
14871                 threads are enabled
14872         * src/summaryview.c
14873                 suppressed a bug when we sort the list
14874                 when no folder is opened.
14875                 better score sorting when threads are enabled
14876
14877 2001-05-12 [alfons]
14878
14879         * reverted previous patch because of potential errors 
14880
14881         0.4.67claws2
14882         
14883         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14884                 applied "toggle mail-retrieval dialog window" patch submitted 
14885                 by Eric Limpens <eric@qnt.net>
14886
14887         * sync with sylpheed 0.4.67cvs4
14888
14889 2001-05-12 [sergey]
14890
14891         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14892         some picky compilers.
14893         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14894         * src/grouplist_dialog.c: include alertpanel.h.
14895         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14896         fix compile warning.
14897         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14898         #include "defs.h" before others to prevent the warning of `MIN'
14899         and `MAX' redefinition.
14900
14901 2001-05-11 [hoa]
14902
14903         * src/main.c
14904         * src/messageview.c
14905         * src/prefs_account.c
14906         * src/prefs_display_header.c
14907                 removed warning
14908         * src/Makefile.am
14909                 added prefs_scoring.[ch]
14910         * src/grouplist_dialog.c
14911                 display an error dialog box if the group list
14912                 cannot be fetched.
14913         * src/mainwindow.[ch]
14914                 added main_window_set_thread_option() function
14915                 scoring dialog box enabled
14916         * src/matcher.[ch]
14917                 added flags matching unread /new / marked
14918                 / deleted / replied / forwarded
14919         * src/news.c
14920                 newsgroups are now finally in newscache
14921         * src/prefs_matcher.[ch]
14922                 finished preferences for matching dialog
14923         * added src/prefs_scoring.[ch]
14924                 scoring dialog box completed
14925         * src/scoring.[ch]
14926                 conversion to string : added scoringprop_to_string()
14927                 write config for preferences :
14928                 added prefs_scoring_write_config()
14929         * src/summaryview.c
14930                 threads can be enabled/disabled independently
14931                 for each folder
14932
14933 2001-05-10 [alfons]
14934
14935         0.4.67claws1
14936         
14937         * AUTHORS: 
14938                 thought it would be nice to have a list of all
14939                 contributors (used Changelog as a reference)
14940         
14941         * configure.in: 
14942                 messed up version numbering...
14943
14944         0.4.66claws1
14945
14946         * sync with sylpheed 0.4.67cvs1-3
14947
14948 2001-05-10 [darko]
14949
14950         * src/prefs_common.c:
14951                 better UI for strftime format, double clicking
14952                 on format now inserts the format in text entry
14953                 replaced close button with standard OK/Cancel
14954                 moved date format button to the right of the
14955                 text entry field
14956
14957 2001-05-09 [alfons]
14958
14959         * src/gtkstext.c:
14960                 Ctrl-Home / Ctrl-End have proper cursor navigation
14961
14962 2001-05-09 [hoa]
14963
14964         * src/prefs_matcher.c
14965                 finished UI to define matching properties
14966                 added ok and cancel button
14967         * src/prefs_filter.c
14968                 added ok and cancel button
14969         * src/news.c
14970                 fixed some bug in xhdr parsing
14971
14972 2001-05-08 [alfons]
14973
14974         * src/textview.c: 
14975                 fixed a bug in textview_show_header(), which displayed two colons (':');
14976                 cleaned up some warnings
14977
14978 2001-05-08 [hoa]
14979
14980         * src/Makefile.am
14981                 added prefs_matcher.[ch]
14982                 compilation with -W -Wall
14983         * src/alertpanel.c
14984                 ungrab the mouse events if grabbed - does it
14985                 fix the bug for disposition notification ?
14986         * src/mainwindow.c
14987                 added a menu option to open the matching dialog.
14988         * src/matcher.[ch]
14989                 added matcherprop_to_string() and matcherlist_to_string()
14990                 fixed some bugs, changed the name of some options
14991                 age_sup and age_inf becomes age_greater and age_lower,
14992                 body and messageheaders becomes body_part and headers_part,
14993                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14994         * src/prefs_display_header.c
14995         * src/prefs_headers.c
14996                 fixed a bug that accidentally destroyed dialogs
14997                 when closed them with delete_event
14998                 Added *_deleted() which handle delete_event signal correctly.
14999         * src/prefs_folder_item.[ch]
15000                 added "enable_thread" field for future customization
15001         * added src/prefs_matcher.[ch]
15002                 sample of the UI to define matching properties
15003         * src/procheader.c
15004                 using procheader_headername_equal instead of str*cmp functions
15005                 using procheader_parse_header() function
15006         * src/scoring.c
15007                 using MATCHING_XXX instead of SCORING_XXX
15008         * src/summaryview.c
15009                 display the sender of the news even if this is ourself
15010                 when this is a news message.
15011         * src/textview.c
15012                 using headername_equal() instead of str*cmp functions
15013
15014 2001-05-08 [alfons]
15015
15016         0.4.66claws
15017
15018         * sync with sylpheed 0.4.66
15019         * src/gtkstext.c: trace logs added 
15020
15021 2001-05-08 [sergey]
15022
15023         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15024         signature check popup.
15025         * src/rfc2015.c (check_signature): show signature check popup only
15026         if it is enabled in preferences.
15027
15028 2001-05-07 [alfons]
15029
15030         0.4.66claws4
15031         
15032         * sync with sylpheed 0.4.66cvs6
15033
15034 2001-05-07 [darko]
15035
15036         * src/prefs_common.[ch]: added option to enable/disable
15037           looking up sender name in address book for summary pane
15038         * src/summaryview.c: look up sender in the address book
15039           by using Alfons' address completion code
15040
15041 2001-05-07 [hiroyuki]
15042
15043         * src/inc.h
15044           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15045           member of Pop3State.
15046         * src/news.c: brought #include "defs.h" before #include <glib.h>
15047           to prevent the warning of `MIN' and `MAX' redefinition.
15048
15049 2001-05-06 [hoa]
15050
15051         * removed src/headers_display.[ch]
15052         * removed src/prefs_display_headers.[ch]
15053         * src/inc.c
15054                 use a temporary file in the user directory for mbox import
15055         * src/news.c
15056                 added XHDR support to get "To" and "Cc" headers
15057                 (in order to match news with to or cc field for
15058                 scoring)
15059                 added function news_parse_xhdr() to get XHDR response
15060         * src/nntp.[ch]
15061                 added function nntp_xhdr()
15062         * src/matcher.c
15063                 fetch the message if necessary
15064
15065 2001-05-06 [alfons]
15066
15067         0.4.66claws3
15068
15069         * sync with sylpheed 0.4.66cvs3-5
15070
15071 2001-05-06 [hoa]
15072
15073         * src/utils.[ch]
15074                 added function itos_buf() to enable use of several buffers
15075         * src/summaryview.c
15076                 use of itos_buf() instead of itos() in summary list
15077                 to fix the broken display of message number.
15078
15079 2001-05-06 [alfons]
15080
15081         * src/gtkstext.c: bug in cursor up navigation fixed,
15082                 fixed another unsigned / signed comparison (we're getting there :-)
15083
15084 2001-05-06 [hoa]
15085
15086         * src/Makefile.am
15087                 added scoring.c scoring.h
15088                 prefs_folder_item.c prefs_folder_item.h
15089                 matcher.c matcher.h
15090         * src/defs.h
15091                 added FOLDERITEM_RC SCORING_RC
15092         * src/folder.[ch]
15093                 added prefs field in FolderItem :
15094                 properties for each folder (PrefsFolderItem),
15095                 sorting type and mode were added as the first properties.
15096         * src/main.c
15097                 read config for scoring
15098         * added src/matcher.[ch]
15099                 gives functions to parse configuration file to do
15100                 matching on mails with a list of conditions.
15101         * src/mainwindow.c
15102                 add option to sort by score
15103         * src/prefs_common.[ch]
15104                 added preference option to show score and for
15105                 the score column size
15106         * added src/prefs_folder_item.[ch]
15107                 properties for each folder (PrefsFolderItem),
15108                 sorting type and mode were added as the first properties.
15109         * src/procheader.[ch]
15110                 added procheader_parse_header()
15111                 added procheader_header_free()
15112                 added procheader_headername_equal()
15113                 and made modification to use them.
15114         * src/procmsg.[ch]
15115                 added score field to MsgInfo structure
15116         * added src/scoring.[ch]
15117                 gives functions to parse configuration file to do
15118                 scoring on mails with a list of conditions.
15119         * src/summaryview.[ch]
15120                 save the sorting type and mode for the folder
15121                 added column to display the score of the mail
15122                 added function summary_score_clicked()
15123                 sorting type and mode are restored to the folder
15124                 when it is reopen
15125         * src/textview.c
15126                 use procheader_parse_header(), procheader_headername_equal()
15127                 removed memory leak in text_scan_header when freeing headers
15128         * src/filter.c
15129                 changed the function to match names of headers
15130                 using procheader_headername_equal()
15131
15132         Scoring functions are implemented, an interface is needed
15133         to configure that.
15134
15135 2001-05-04 [alfons]
15136
15137         * src/gtkstext.c: 
15138                 hopefully fixed the row up navigation bug,
15139                 removed adding back / forward lines to cache
15140
15141 2001-05-04 [sergey]
15142
15143         * src/prefs_display_headers.c: user interface changes:
15144         (prefs_display_headers_create): remove unused "Show" check button;
15145         allow reordering of headers by dragging.
15146         (prefs_display_headers_write_config): remove unused variables.
15147         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15148         of lists (not needed with the new UI).
15149         (prefs_display_headers_set_list): scan lists starting from row 0,
15150         not 1 (do not skip "(New)").
15151         (prefs_display_headers_find_header): new function.
15152         (prefs_display_headers_clist_set_row): do not allow duplicates.
15153         (prefs_display_headers_delete_cb): do not skip row 0; treat
15154         closing the alert window by ESC as "No".
15155         (prefs_display_headers_up): do not protect row 0.
15156         (prefs_display_headers_down): do not protect row 0.
15157
15158 2001-05-04 [sergey]
15159
15160         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15161         functions.
15162
15163         * src/summaryview.c
15164         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15165         summary_select_next_marked, summary_select_prev_marked): new
15166         functions.
15167
15168 2001-05-03 [sergey]
15169
15170         * src/news.c: fixed a bug when no article can be fetched after
15171         server timeout if the connection was restored by news_post():
15172         (news_select_group): new function.
15173         (news_fetch_msg): call news_select_group() before fetching
15174         article.
15175         (news_get_uncached_articles): set session->group after successful
15176         GROUP command.
15177
15178 2001-05-03 [hoa]
15179
15180         * src/defs.h
15181         * src/procmsg.[ch]
15182         * src/procheader.c
15183                  changed version of cache, added cc field
15184
15185         * src/prefs_display_headers.c
15186                 the interface was changed
15187
15188         * src/prefs_headers.c
15189                 added cancel button
15190
15191 2001-05-03 [alfons]
15192
15193         * completed sync of sylpheed cvs2
15194         * src/gtkstext.c: updated row up / down cursor navigation
15195         * src/textview.c: re-edited, prepared for fixing the email address
15196                 scanner.
15197
15198 2001-05-03 [darko]
15199
15200         * src/prefs_common.c: use alfons' strftime ui code
15201         entry_datefmt and datefmt_sample widgets have to be
15202         global in this module because of this change
15203
15204 2001-05-03 [hoa]
15205
15206         * src/messageview.c
15207         * src/prefs_common.[ch] added option to activate the return receipt
15208                 feature.
15209
15210 2001-05-02 [alfons]
15211
15212         * src/gtkstext.c: fix for row up/down cursor navigation. 
15213
15214         0.4.66claws2
15215         
15216         * sync with 0.4.66cvs2
15217
15218 2001-05-02 [paul]
15219
15220         added add-sender-to-addressbook patch
15221
15222         * src/addressbook.c
15223         * src/addressbook.h
15224         * src/summaryview.c
15225
15226 2001-05-02 [sergey]
15227
15228         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15229         G_ALERTDISABLE.
15230
15231         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15232         all existing callers changed to pass FALSE; create a check button
15233         to disable the message.
15234         (alertpanel_message_with_disable): new function.
15235         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15236         (alertpanel_button_toggled): new function.
15237         (alertpanel_button_clicked, alertpanel_close): set value using
15238         G_ALERT_VALUE_MASK.
15239
15240         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15241
15242         * src/prefs_common.c (prefs_privacy_create): new check button
15243         checkbtn_gpgme_warning.
15244
15245         * src/main.c (main): moved preferences reading before gpgme
15246         initialization; check prefs_common.gpgme_warning before giving the
15247         GnuPG warning and set it to FALSE if the user wants to disable the
15248         warning.
15249
15250 2001-05-02 [hiroyuki]
15251
15252         * src/prefs_display_headers.c: modified the layout and some labels.
15253
15254 2001-05-02 [sergey]
15255
15256         * src/prefs_account.c (prefs_account_fix_size): new function.
15257         (prefs_account_create): call prefs_account_fix_size(); use
15258         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15259         size when the window is shown for the first time).
15260         (prefs_account_basic_create): changed layout of serv_table; moved
15261         localmbox_entry above smtpserv_entry (logically it replaces
15262         POP3/IMAP server).
15263         (prefs_account_protocol_activated): set sensitivity of
15264         nntpauth_chkbtn according to the protocol (in addition to
15265         hide/show); commented out gtk_table_set_row_spacing() calls.
15266         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15267         not sensitive (fixes a bug with disabled username/password boxes
15268         when editing POP3 account after NNTP with authentication).
15269
15270 2001-05-02 [hoa]
15271
15272         * src/account.c
15273         * src/inc.c
15274         * src/prefs_account.[ch]
15275         * src/send.c
15276                 removed local account without SMTP server
15277                 added option to use mail command instead of a connexion
15278                 to SMTP server when a local account is used
15279         * src/prefs_headers.c
15280                 fixed a bug
15281         * src/news.c
15282                 fixed a bug when connexion immediately closed
15283
15284 2001-05-01 [alfons]
15285
15286         0.4.66claws1
15287         
15288         * sync with 0.4.65
15289
15290 2001-05-01 [sergey]
15291
15292         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15293         widget nntpauth_chkbtn.
15294         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15295         visibility.
15296         (prefs_account_nntpauth_toggled): new function.
15297
15298         * src/news.c (news_session_new_for_folder): use NNTP
15299         authentication only if ac->use_nntp_auth is set.
15300
15301 2001-05-01 [hoa]
15302
15303         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15304         * src/prefs_display_headers.c changed the UI
15305         * src/prefs_headers.c changed account_name to account_id
15306         * src/compose.c using customheader.h
15307
15308 2001-05-01 [hiroyuki]
15309
15310         * src/esmtp.c
15311           src/news.c
15312           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15313           unsynched.
15314
15315 2001-05-01 [hoa]
15316
15317         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15318         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15319                 for displaying of headers
15320         * src/grouplist_dialog.[ch] minor changes to remove warnings
15321         * src/prefs_display_headers.[ch] dialog to choose the
15322         headers to display in the mail viewer.
15323         * src/headers.h correction of #define
15324         * src/headers_display.[ch] configuration for displaying of headers.
15325         * src/main.c read config of displaying of headers
15326         * src/prefs_common.c add a button to access the config dialog
15327                 for displaying of headers
15328         * src/prefs_display_headers.[ch] dialog for configuration for
15329                 displaying of the headers.
15330         * src/prefs_headers.c cleaning of code
15331         * src/procheader.c comments added to code
15332         * src/textview.c changes to reorder the headers depending
15333                 on the config for displaying of headers
15334
15335 2001-04-30 [alfons]
15336
15337         0.4.65claws7
15338
15339         * sync with 0.4.65cvs12
15340
15341         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15342
15343 2001-04-30 [sergey]
15344
15345         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15346
15347         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15348         is set to force reconnection after authentication failure.
15349         (nntp_gen_command): set sock->auth_failed on authentication
15350         failure, or if sock->userid and sock->passwd are not set.
15351
15352         * src/news.c (news_session_new_for_folder): set userid=NULL if
15353         password dialog is cancelled.
15354
15355 2001-04-30 [sergey]
15356
15357         * src/nntp.h (NNTPSockInfo): new type.
15358
15359         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15360         SockInfo.
15361         (nntp_open_auth, nntp_close): new functions.
15362         (nntp_gen_command): new function to handle authentication; all
15363         NNTP command functions updated to use it.
15364         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15365         (nntp_list): removed old useless code.
15366
15367         * src/news.h (NNTPSession): new field nntp_sock.
15368
15369         * src/news.c: all functions updated to use NNTPSockInfo instead of
15370         SockInfo.
15371         (news_session_new): new arguments (userid, passwd); made static;
15372         use nntp_open_auth() if needed.
15373         (news_session_destroy): use nntp_close() instead of sock_close().
15374         (news_query_password): changed arguments.
15375         (news_session_new_for_folder): new function.
15376         (news_session_get): use news_session_new_for_folder().
15377         (news_authenticate): deleted.
15378         (news_get_uncached_articles): removed old authentication code.
15379
15380 2001-04-30 [sergey]
15381
15382         * src/news.c: reverted my previous changes (need to do NNTP
15383         authentication in a cleaner way).
15384         
15385 2001-04-29 [sergey]
15386
15387         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15388         news_nntp_post, news_nntp_mode): new functions (wrappers with
15389         authentication support).
15390         (news_get_article_cmd, news_get_article, news_get_header): new
15391         argument "folder"; all callers changed.
15392         (news_get_article_cmd): added authentication support.
15393         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15394         (news_post): use news_nntp_post() instead of nntp_post().
15395         (news_get_uncached_articles): use news_nntp_group() instead of
15396         nntp_group() and news_nntp_xover() instead of nntp_xover();
15397         removed old authentication code.
15398         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15399
15400         * src/nntp.c (nntp_list): return real error code instead of
15401         hardcoded NN_ERROR.
15402
15403 2001-04-29 [sergey]
15404
15405         * configure.in: fixed wint_t typedef detection again
15406
15407 2001-04-28 [hoa]
15408
15409         * src/prefs_account.[ch], added A_LOCAL_CMD
15410                 (send mail with mail command)
15411         * src/send.c added function send_message_with_command()
15412         * src/inc.c made a more secure get_spool() function with
15413                 mktemp() but maybe mkstemp() or something more
15414                 secure can be used.
15415
15416 2001-04-28 [alfons]
15417
15418         * src/textview.c, colorization of email addresses in headers
15419
15420         0.4.65claws6
15421
15422         * bug sync with sylpheed
15423         * prefs_common.c: created date format ui for darko
15424         * sync with 0.4.65cvs11
15425         * configure.in: corrected to have the new gpg checks
15426
15427 2001-04-27 [alfons]
15428
15429         * completed sync with 0.4.65cvs10
15430         * minor debug things added to gtkstext.c
15431
15432 2001-04-27 [darko]
15433
15434         * configure.in: remove check for availability of
15435           strftime() as advised by Hiroyuki
15436         * src/prefs_common.[ch], src/procheader.c:
15437           synch strftime() code with Hiroyki's main branch
15438
15439 2001-04-26 [sergey]
15440
15441         * src/news.c: news_query_password(), news_authenticate(): new
15442           functions.
15443           news_get_uncached_articles(): added NNTP authentication
15444           handling.
15445         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15446           new functions.
15447         * src/prefs_account.c: prefs_account_protocol_activated():
15448           enable userid and password fields for NNTP.
15449
15450 2001-04-26
15451
15452         * configure.in: check for availability of strftime()
15453           [darko]
15454         * src/prefs_common.[ch], src/procheader.c: use
15455           strftime() for displaying date in summary pane if it
15456           is available
15457
15458 2001-04-25
15459
15460         * more .cvsignore cleanups [alfons]
15461
15462 2001-04-25
15463
15464         * ac/sv-check-type.m4: new autoconf macro.
15465         * configure.in: fixed wint_t typedef detection (did not work
15466           with gcc-2.96).
15467
15468 2001-04-25
15469
15470         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15471           [hiroyuki]
15472
15473 2001-04-24
15474         * modified gtkstext.c : buggy cursor navigation fixed, 
15475           and font descent also taken in account when drawing
15476           cursor. [alfons]
15477
15478 2001-04-24 [hoa]
15479         * added comments in src/news.c src/nntp.c
15480         * added src/prefs_headers.[ch]
15481         * added src/headers.[ch]
15482         * modified compose.c to activate custom headers
15483                 added function is_in_custom_headers
15484         * modified prefs_account.[ch]
15485                 added function prefs_account_customhdr_edit
15486         * modified src/defs.h :
15487                 added HEADERS_RC : name of the config file
15488                 for the custom headers
15489
15490 2001-04-24
15491
15492     0.4.65claws5
15493
15494         * configure.in
15495           src/gtkstext.[ch]
15496           src/compose.c
15497           src/Makefile.am
15498           
15499           added gtkstext with configure.in patch by Hiroyuki which
15500           should fix the XIM detection [alfons]
15501
15502         * more clean up of cvs [alfons]
15503
15504                  * removed all Makefile.in files to attic.
15505
15506                  * updated all .cvsignores to really ignore things that could
15507                    be unintentionally committed by a recursive commit.
15508
15509 2001-04-23 [hoa]
15510         * added src/grouplist_dialog.[ch]
15511         * changed src/folderview.c to call grouplist_dialog instead
15512                 of inputdialog
15513         * src/news.c :
15514                 added functions news_reset_group_list
15515                 and news_get_group_list
15516         * src/nntp.c :
15517                 added function nntp_list
15518         * src/defs.h :
15519                 added GROUPLIST_FILE : name of the newsgroup list cache file
15520
15521 2001-04-21
15522
15523         * added option to warn about queued messages on exit [sergey]:
15524
15525           * src/compose.c: compose_queue(): call folder_item_scan()
15526             and folderview_update_item() after queueing.
15527           * src/folderview.c: folderview_update_node(): draw the queue
15528             folder in bold font if there are queued messages.
15529           * src/mainwindow.c: queued_messages(): new function.
15530             app_exit_cb(): display warning if there are queued messages
15531             if warn_queued_on_exit is set.
15532           * prefs_common.[ch]: add warn_queued_on_exit option.
15533
15534         * enhanced GnuPG key selection support [sergey]:
15535
15536           * src/select-keys.c: updated to newer version from Win32
15537             branch with support for selecting arbitrary keys.
15538           * src/prefs_account.c: added the Privacy tab to the account
15539             options window.
15540             prefs_account_privacy_create(),
15541             prefs_account_sign_key_set_data_from_radiobtn(),
15542             prefs_account_sign_key_set_radiobtn(): new functions.
15543           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15544           * src/rfc2015.c: set_signers(): new function.
15545             pgp_sign(): add the account parameter, call set_signers().
15546             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15547           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15548           * src/compose.c: pass the current account to rfc2015_sign().
15549
15550         * tag name claws added to prevent confusion with main branch [alfons]
15551
15552         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15553
15554         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15555
15556         * sync with recent sylpheed cvs. Untested though. [alfons]
15557