9318e6b406fa7629a2ff56661e95eeccd962c483
[claws.git] / ChangeLog.claws
1 2003-04-06 [christoph]  0.8.11claws75
2
3         * src/imap.c
4                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
5
6 2003-04-06 [christoph]  0.8.11claws74
7
8         * src/common/utils.[ch]
9                 add g_int_compare() function for slist sorting
10
11         * src/imap.c
12                 fetch all MsgInfos with one command in imap_get_msginfos()
13                 using an imap set with a list of ranges
14
15         * src/news.c
16                 use new g_int_compare() function
17
18 2003-04-06 [thorsten]   0.8.11claws73
19
20         * src/mh.c
21                 corrected implementation of mh_folder_destroy()
22
23 2003-04-05 [christoph]  0.8.11claws72
24
25         * src/account.c
26         * src/folder.[ch]
27         * src/folderview.c
28         * src/imap.c
29         * src/inc.c
30         * src/main.c
31         * src/mainwindow.c
32         * src/mbox_folder.c
33         * src/mh.c
34         * src/mimeview.h
35         * src/msgcache.[ch]
36         * src/news.c
37         * src/procmime.h
38         * src/procmsg.[ch]
39         * src/setup.c
40         * src/gtk/gtkutils.c
41                 o rename structure field names class and new to klass and
42                   new_msgs, to allow including files in C++
43                 o add 'extern "C"' block to some header files
44                 o add MsgInfoList and MsgNumberList as alias for GSList for
45                   developers to know what type of list is expected
46
47         * src/plugins/image_viewer/plugin.c
48         * src/plugins/image_viewer/viewer.[ch]
49         * src/plugins/image_viewer/viewerprefs.[ch]
50                 rename function names to prevent conflicts
51
52 2003-04-05 [paul]       0.8.11claws71
53
54         * sync with 0.8.11cvs18
55                 see ChangeLog 2003-04-03 and 2003-04-04
56
57 2003-04-02 [christoph]  0.8.11claws70
58
59         * src/folder.[ch]
60         * src/imap.[ch]
61         * src/mbox_folder.[ch]
62         * src/mh.[ch]
63         * src/news.[ch]
64                 o Make all virtual folder functions private
65                 o remove unused folder code
66
67         * src/common/socket.[ch]
68         * src/summaryview.c
69                 fix warnings
70
71 2003-03-30 [alfons]     0.8.11claws69
72
73         * src/send_message.c
74                 remove two debug traces and see if people still report
75                 errors
76
77 2003-03-30 [alfons]     0.8.11claws68
78
79         * src/send_message.c
80         * src/commons/session.c
81                 add more debug traces
82
83 2003-03-30 [christoph]  0.8.11claws67
84
85         * src/folder.c
86                 change processing folder name from .processing to processing
87
88         * src/common/ssl.c
89                 disable SSL certificate check because it causes Xlib error
90                 when the child process want's to open an GTK window
91
92 2003-03-30 [christoph]  0.8.11claws66
93
94         * src/folder.c
95                 don't use default folder for processing folder item because
96                 it can be a non local folder
97
98         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
99
100 2003-03-30 [alfons]     0.8.11claws65
101
102         * src/send_message.c
103                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
104                 to generate bad code for 'send_send_data_progressive': When
105                 called from 'send_send_data_finished', the 'data' pointer is
106                 cleared just before the assignment to the dialog pointer
107
108 2003-03-29 [christoph]  0.8.11claws64
109
110         * src/common/prefs.h
111         * src/plugins/image_viewer/Makefile.am
112         * src/plugins/image_viewer/plugin.c
113         * src/plugins/image_viewer/viewer.[ch]
114         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
115                 add PrefsPage for ImageViewer
116
117 2003-03-28 [thorsten]   0.8.11claws63
118
119         * src/common/session.c
120                 added some comments
121
122 2003-03-28 [paul]       0.8.11claws62
123
124         * sync with 0.8.11cvs16
125                 see ChangeLog 2003-03-28
126
127 2003-03-28 [paul]       0.8.11claws61
128
129         * sync with 0.8.11cvs15
130                 see ChangeLog 2003-03-28
131
132 2003-03-27 [christoph]  0.8.11claws60
133
134         * src/folder.c
135         * src/imap.c
136         * src/common/socket.[ch]
137                 set socket state to DISCONNECTED when any operation
138                 fails to allow reconnecting in IMAP code without
139                 checking the return code of all calls to the command
140                 functions
141
142         * src/folderview.c
143         * src/summaryview.c
144                 remove some more stuff that depends on specific
145                 folder types
146
147 2003-03-27 [paul]       0.8.11claws59
148
149         * sync with 0.8.11cvs14
150                 see ChangeLog 2003-03-27
151                 
152         * src/selective_download.[ch]   ** REMOVED **
153                 really removed
154
155 2003-03-27 [christoph]  0.8.11claws58
156
157         * src/folder.c
158                 fix handling of tmp_flags in flag copy function
159
160 2003-03-27 [paul]       0.8.11claws57
161
162         * sync with 0.8.11cvs13
163                 see ChangeLog 2003-03-27
164
165 2003-03-27 [oliver]     0.8.11claws56
166
167         * src/maiwindow.c
168                 remove sel_download_cb
169
170 2003-03-27 [oliver]     0.8.11claws55
171         
172         * src/inc.c
173                 remove POP3_TOP
174         
175 2003-03-26 [oliver]     0.8.11claws54
176
177         *src/pop.h
178                 remove POP3_TOP*
179         * README.claws
180                 remove selective donwload readme
181
182 2003-03-26 [oliver]     0.8.11claws53
183         * src/matcher.[ch]
184         * src/matcher_parser_parse.y 
185         * src/pop.c 
186         * src/prefs_account.[ch]
187         * src/prefs_filtering.c
188                 remove selective donwload
189
190 2003-03-26 [oliver]     0.8.11claws52
191
192         * src/inc.[ch] 
193         * src/filtering.c 
194         * src/mainwindow.c 
195                 remove selective donwload
196
197 2003-03-26 [oliver]     0.8.11claws51
198         
199         * src/Makefile.am
200         * src/selective_download.[ch]   ** REMOVE **    
201
202 2003-03-26 [christoph]  0.8.11claws50
203
204         * src/news.c
205                 fix NEWS that got broken by a sync with sylpheed-main
206
207 2003-03-26 [christoph]  0.8.11claws49
208
209         * src/mimeview.c
210                 fix mime type guessing when no mime type is found for a file
211
212 2003-03-25 [christoph]  0.8.11claws48
213
214         * src/mimeview.c
215         * src/procmime.c
216                 remove mime type guessing from mime parser and use
217                 name based mime types in viewer lookup for mime type
218                 application/octet-stream
219
220 2003-03-25 [christoph]  0.8.11claws47
221
222         * doc-src/readme.txt
223         * doc-src/rfc2554.txt
224                 add RFC about SMTP AUTH
225
226         * src/send_message.c
227         * src/common/smtp.[ch]
228                 add extra error code for authentication errors and
229                 clear temporary password when this error occurs
230
231         (closes Bug 84 authentication failure while sending should
232          prompt for password again)
233
234 2003-03-25 [christoph]  0.8.11claws46
235
236         * configure.ac
237         * src/Makefile.am
238         * src/imageview.[ch]                            ** REMOVE **
239         * src/messageview.[ch]
240         * src/mimeview.[ch]
241         * src/prefs_common.[ch]
242         * src/textview.c
243         * src/plugins/Makefile.am
244         * src/plugins/image_viewer/.cvsignore           ** NEW **
245         * src/plugins/image_viewer/Makefile.am          ** NEW **
246         * src/plugins/image_viewer/plugin.c             ** NEW **
247         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
248                 move image viewer into a plugin (building is enabled by default)
249                 [ToDo: Prefs for resize and autoview]
250
251 2003-03-25 [paul]       0.8.11claws45
252
253         * sync with 0.8.11cvs12
254                 see ChangeLog 2003-03-26
255
256 2003-03-25 [paul]       0.8.11claws44
257
258         * sync with 0.8.11cvs11
259                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
260                 
261         Note: Selective Download is broken.
262                 
263 2003-03-22 [christoph]  0.8.11claws43
264
265         * src/folder.c
266                 code cleanup for flags copying
267
268 2003-03-22 [christoph]  0.8.11claws42
269
270         * src/plugins/trayicon/trayicon.c
271                 fix setting the transparent area when the window size
272                 is forced by the system tray
273
274 2003-03-22 [christoph]  0.8.11claws41
275
276         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
277         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
278         * src/plugins/trayicon/newmail.xpm              ** NEW **
279         * src/plugins/trayicon/nomail.xpm               ** NEW **
280         * src/plugins/trayicon/trayicon.c
281         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
282                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
283                 o add icon for unread mails
284                 o set transparency for window
285
286 2003-03-22 [christoph]  0.8.11claws40
287
288         * src/news.c
289                 init news session to prevent crash when session is closed
290
291 2003-03-22 [christoph]  0.8.11claws39
292
293         * src/imap.c
294         * src/common/session.[ch]
295                 Init session data to make sure we don't have invalid pointers
296                 for read_ch and write_ch when new multi process sessions are
297                 not used
298
299         * src/main.c
300         * src/common/plugin.c
301         * src/common/sylpheed.c
302         * src/plugins/demo/demo.c
303         * src/plugins/dillo_viewer/dillo_viewer.c
304         * src/plugins/mathml_viewer/mathml_viewer.c
305         * src/plugins/spamassassin/spamassassin.c
306         * src/plugins/spamassassin/spamassassin_gtk.c
307                 add plugin types to allow loading plugins at different times
308                 (and maybe for different frontends), because it's not good to
309                 load GTK-Plugins gefore gtk_init was called
310
311         * configure.ac
312         * src/plugins/Makefile.am
313         * src/plugins/trayicon/.cvsignore               ** NEW **
314         * src/plugins/trayicon/Makefile.am              ** NEW **
315         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
316         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
317         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
318         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
319         * src/plugins/trayicon/trayicon.c               ** NEW **
320                 New Trayicon plugin that shows an icon in a systray that uses
321                 XEMBED protocol like Gnome's systray. Icon shows if there
322                 are new mails and a tooltip shows information about new,
323                 unread and total messages.
324
325 2003-03-22 [paul]       0.8.11claws38
326
327         * src/common/smtp.c
328                 fix ESMTP AUTH CRAM-MD5
329                 [sync with main (still version 0.8.11cvs6), see
330                  ChangeLog 2003-03-22]
331
332 2003-03-21 [colin]      0.8.11claws37
333
334         * src/send_message.c
335                 Fix USE_SSL => USE_OPENSSL
336
337 2003-03-21 [colin]      0.8.11claws36
338
339         * src/folderview.c
340                 Fix counts in drag and dropped subfolders
341
342 2003-03-21 [colin]      0.8.11claws35
343
344         * src/folder.c 
345         * src/folderview.c
346                 speed up a bit folder dnd
347
348 2003-03-20 [alfons]     0.8.11claws34
349
350         * src/main.c
351         * src/toolbar.c
352         * src/procmsg.c
353                 don't send locked queue messages
354                 (feature request "[ 705245 ] Locking message in outbox 
355                  should prevent sending")
356
357 2003-03-20 [christoph]  0.8.11claws33
358
359         * src/folder.c
360                 remove NEW and UNREAD flag in special folders when scanning
361                 
362         * src/common/smtp.c
363                 fix ESMTP AUTH CRAM-MD5
364
365 2003-03-20 [paul]       0.8.11claws32
366
367         * src/prefs_account.c
368                 Re-write 'Tunnel command to open connection' as
369                 'Use command to communicate with server', and disable
370                 it for all except IMAP accounts
371
372 2003-03-20 [paul]       0.8.11claws31
373
374         * sync with 0.8.11cvs6
375                 see ChangeLog 2003-03-20
376
377 2003-03-19 [match]      0.8.11claws30
378
379         * src/addritem.[ch]
380                 include documentation. minor refactoring.
381         * src/addr_compl.[ch]
382         * src/addrindex.[ch]
383         * src/addresbook.[ch]
384         * src/summaryview.c
385                 re-enable address lookup (was disabled in
386                 0.8.11claws20).
387
388 2003-03-19 [christoph]  0.8.11claws29
389
390         * src/procmsg.c
391                 add temp flag handling, will make moving and copying
392                 messages possible again
393
394         * src/folder.c
395                 correct calulation of folder stats
396
397 2003-03-18 [match]      0.8.11claws28
398
399         * src/editgroup.h
400                 remove case sensitive comparison (closes bug 80).
401
402 2003-03-18 [christoph]  0.8.11claws27
403
404         * src/imap.c
405                 fix imap using a tunnel command
406
407         (closes bug 87)
408
409 2003-03-18 [christoph]  0.8.11claws26
410
411         * src/folder.[ch]
412         * src/imap.c
413         * src/procmsg.[ch]
414                 rewrite flag handling for folders
415
416 2003-03-18 [christoph]  0.8.11claws25
417
418         * src/folder.c
419         * src/procmsg.c
420         * src/summaryview.c
421                 unset NEW and UNREAD flags when message is ignored, to make
422                 sure messages don't show up as unread on other IMAP clients,
423                 because the IGNORE_THREAD flag can not be syncronized through
424                 the IMAP folder
425
426 2003-03-17 [christoph]  0.8.11claws24
427
428         * src/imap.c
429                 don't use recursion to fetch uids when the number of messages
430                 does not match. Moved code into subfunction that is used
431                 again when needed, to prevent an endless loop.
432
433 2003-03-17 [thorsten]   0.8.11claws23
434
435         * src/imageview.[ch]
436                 export imageview_get_resized_size() (for plugins)
437         * src/prefs_common.[ch]
438                 added prefs_common_get() (for plugins)
439
440 2003-03-17 [christoph]  0.8.11claws22
441
442         * src/imap.c
443                 o remove UID guessing from copy code
444                 o support UIDPLUS extension for APPEND command
445
446 2003-03-17 [paul]       0.8.11claws21
447
448         * src/gtk/about.c
449                 remove 'Compiled-plugins' section.
450                 
451         * src/plugins/dillo_viewer/dillo_viewer.c
452                 slight change to description text
453
454 2003-03-16 [match]      0.8.11claws20
455         * src/ldapserver.[ch]           ** NEW **
456         * src/ldapctrl.[ch]             ** NEW **
457         * src/ldapquery.[ch]            ** NEW **
458         * src/ldaputil.[ch]             ** NEW **
459         * src/addrcindex.[ch]           ** NEW **
460         * src/addrquery.h               ** NEW **
461         * src/addritem.[ch]
462         * src/addrcache.[ch]
463         * src/addrindex.[ch]
464         * src/addr_compl.[ch]
465         * src/addressbook.[ch]
466         * src/addrbook.[ch]
467         * src/editgroup.c
468         * src/editaddress.c
469         * src/editldap.c
470         * src/editldap_basedn.c
471         * src/vcard.c
472         * src/jpilot.c
473         * src/Makefile.am
474                 included dynamic LDAP queries. improved address
475                 completion.
476
477 2003-03-16 [paul]       0.8.11claws19
478
479         * tools/multiwebsearch.pl
480                 fix a fatal typo
481
482 2003-03-16 [christoph]  0.8.11claws18
483
484         * src/mimeview.c
485         * src/plugins/dillo_viewer/dillo_viewer.c
486         * src/plugins/mathml_viewer/mathml_viewer.c
487                 make unregistering of MimeViewerFactorys possible
488
489 2003-03-16 [alfons]     0.8.11claws17
490
491         * configure.ac
492                 correct typo
493
494 2003-03-16 [melvin]     0.8.11claws16
495
496         * src/plugins/dillo_viewer.c
497                 Fixed bug where it was not possible to view more than
498                 one text/html attachment per message (bug discovered
499                 by Christoph Hohmann).
500
501 2003-03-15 [melvin]     0.8.11claws15
502
503         * src/prefs_actions.c
504                 Fixed compilation warnings.
505
506 2003-03-15 [melvin]     0.8.11claws14
507
508         * src/plugins/Makefile.am
509         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
510         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
511         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
512                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
513                 newer (http://dillo.auriga.wearlab.de/).
514
515 2003-03-15 [christoph]  0.8.11claws13
516
517         * src/imap.c
518                 don't query imap folder for attributes because we already
519                 for them from imap_status
520
521         * src/mimeview.[ch]
522                 add support for plugable MimeViewers (unloading Viewers
523                 not yet complete)
524
525         * src/plugins/Makefile.am
526         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
527         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
528         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
529                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
530                 widget from http://helm.cs.unibo.it/mml-widget/
531
532 2003-03-14 [christoph]  0.8.11claws12
533
534         * src/folder.[ch]
535                 o error return code's should better be negative
536                 o replace printf with debug_print
537
538         * src/imap.c
539                 improve IMAP folder scan by checking UID-NEXT
540
541         * src/summaryview.c
542                 remove check that are unnecessary in my opinion
543
544 2003-03-13 [christoph]  0.8.11claws11
545
546         * src/folder.[ch]
547         * src/foldersel.c
548         * src/folderview.c
549         * src/imap.c
550         * src/mbox_folder.c
551         * src/mh.c
552         * src/news.c
553         * src/prefs_scoring.c
554         * src/summaryview.c
555                 use a common function to get a displayable name
556                 for a FolderItem
557
558 2003-03-13 [paul]       0.8.11claws10
559
560         * tools/Makefile.am
561           tools/README
562           tools/multiwebsearch.conf     ** NEW FILE **
563           tools/multiwebsearch.pl       ** NEW FILE **
564                 add multiwebsearch Actions script
565
566 2003-03-13 [colin]      0.8.11claws9
567
568         * src/compose.c
569                 Remove leading emtpy lines from quoted text
570                 before quoting it
571
572 2003-03-13 [melvin]     0.8.11claws8
573
574         * src/prefs_actions.c
575                 Fixed a memory leak
576                 Code clean ups
577                 Added Cancel and OK buttons
578                 Corrected help text
579
580 2003-03-13 [christoph]  0.8.11claws7
581
582         * src/account.c
583         * src/folder.[ch]
584         * src/imap.c
585         * src/mainwindow.c
586         * src/mbox_folder.c
587         * src/mh.c
588         * src/news.c
589         * src/setup.c
590                 replace more folder type stuff with folder class stuff
591
592 2003-03-13 [melvin]     0.8.11claws6
593
594         * src/prefs_actions.c
595                 Added new tokens:
596                 %u: user provided argument
597                 %h: user provided argument (hidden on input)
598                 %s: current text selection in the message view 
599
600 2003-03-13 [paul]       0.8.11claws5
601
602         * sync with 0.8.11cvs5
603                 see ChangeLog 2003-03-11, 2003-03-12
604
605 2003-03-12 [christoph]  0.8.11claws4
606
607         * src/folder.c
608                 use folder class idstr when writing folderlist.xml
609
610         * src/folder.h
611         * src/imap.c
612         * src/news.c
613                 replace folder type checks with folder class checks
614
615 2003-03-12 [christoph]  0.8.11claws3
616
617         * src/folder.[ch]
618         * src/imap.[ch]
619         * src/main.c
620         * src/mbox_folder.[ch]
621         * src/mh.[ch]
622         * src/news.[ch]
623                 o create a list of known folder classes in the folder system
624                 o use folder class id strings for folder item identifiers
625
626 2003-03-12 [christoph]  0.8.11claws2
627
628         * src/imap.c
629                 fix imap uid validity check
630
631 2003-03-12 [christoph]  0.8.11claws1
632
633         * src/account.c
634         * src/folder.[ch]
635         * src/foldersel.c
636         * src/folderview.c
637         * src/imap.c
638         * src/mainwindow.c
639         * src/mbox_folder.c
640         * src/mh.c
641         * src/news.c
642         * src/prefs_scoring.c
643         * src/procmsg.c
644         * src/setup.c
645         * src/summaryview.c
646                 initial restructuring of folder system, seperating
647                 folders and folder classes
648
649 2003-03-12 [paul]       0.8.11claws
650
651         0.8.11claws release
652
653 2003-03-12 [christoph]
654
655         * src/gtk/prefswindow.c
656                 fix translation of "Page Index"
657
658 2003-03-12 [paul]       0.8.10claws110
659
660         a sync from 0.8.11cvs4 before the release
661
662         * src/common/utils.c
663                 subject_compare_for_sort(): allow null strings (fixes
664                 summary sorting).
665
666 2003-03-11 [paul]       0.8.10claws109
667
668         * po/es.po
669                 update Spanish translation, submitted by
670                 Ricardo Mones Lastra
671
672 2003-03-11 [melvin]     0.8.10claws108
673
674         * po/fr.po
675                 Updated French translations
676
677 2003-03-11 [paul]       0.8.10claws107
678
679         * manual/en/Makefile.am
680           manual/en/*.html
681                 update English manual, add a new page
682                 updated by Francois Barriere <fbarriere@atmel.fr>
683                 
684         * po/bg.po
685           po/it.po
686           po/sr.po
687                 update Bulgarian, Italian, and Serbian translations
688                 submitted by George Danchev, Alessandro Maestri, and
689                 Urke MMI
690
691 2003-03-10 [paul]       0.8.10claws106
692
693         * src/gtk/about.c
694           src/gtk/prefswindow.c
695                 make some strings translatable
696
697 2003-03-10 [darko]      0.8.10claws105
698
699         * src/compose.c
700                 code cleanup to make Hiro happy
701
702 2003-03-10 [paul]       0.8.10claws104
703
704         * sync with 0.8.11cvs2
705                 see ChangeLog 2003-03-10
706
707 2003-03-09 [melvin]     0.8.10claws103
708
709         * src/textview.c
710                 textview_set_font(): fix for message display in
711                 UTF-8 locales (thanks to Sergey Vlasov).
712                 (was unintentionnaly reverted in 0.8.6claws6)   
713
714 2003-03-08 [darko]      0.8.10claws102
715
716         * src/compose.c
717                 fix infinite loop in wrapping as reported
718                 by happycactus
719                 obsoletes patch #696482
720
721 2003-03-08 [christoph]  0.8.10claws101
722
723         * src/imap.c
724                 add workaround for IMAP servers that do not
725                 support the "UID SEARCH UID" command
726
727 2003-03-07 [christoph]  0.8.10claws100
728
729         * src/plugins/spamassassin/spamassassin.[ch]
730         * src/plugins/spamassassin/spamassassin_gtk.c
731                 code cleanup
732
733 2003-03-07 [paul]       0.8.10claws99
734
735         * po/es.po
736                 updated Spanish translation, submitted by
737                 Ricardo Mones Lastra
738
739 2003-03-07 [christoph]  0.8.10claws98
740
741         * src/send.c
742                 fix in 0.8.10claws94 was wrong
743                 local delivery does not require escaping, remove escaping
744                 code to make signatures of mails with "." lines valid
745                 
746                 NOTE: requires that sendmail is executed with "-i" option,
747                       what is the default now, but has to be changed in all
748                       exsiting accounts)
749
750 2003-03-07 [paul]       0.8.10claws97
751
752         * sync with 0.8.11 release
753                 see ChangeLog 2003-03-07
754
755 2003-03-06 [paul]       0.8.10claws96
756
757         * src/compose.c
758                 revert commit 0.8.10claws92
759
760 2003-03-06 [paul]       0.8.10claws95
761
762         * src/folderview.c
763                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
764
765         * src/gtkaspell.c
766                 fix bug 74, 'Crash opening editor window with pseudo-color
767                 display'
768                 
769         Patches submitted by Kevin Vigor <kevin@vigor.nu>
770
771 2003-03-06 [christoph]  0.8.10claws94
772
773         * src/send.c
774                 fix rfc2821 (4.5.2) violation in SMTP data sending,
775                 all lines starting with a period get an extra period
776                 inserted
777                 (found by Simon 'corecode' Schubert)
778
779 2003-03-06 [paul]       0.8.10claws93
780
781         * src/folderview.c
782                 if configured font can't be loaded fall back to gtk
783                 default. (with thanks to Christoph)
784                 
785                 closes long-standing bug 15 'Crashes on startup'
786
787 2003-03-06 [paul]       0.8.10claws92
788
789         * src/compose.c
790                 freeze text before autosave and thaw afterwards
791                 fixes bug 67 'autosave make re-rediting message crazy'
792
793 2003-03-06 [christoph]  0.8.10claws91
794
795         * src/compose.c
796                 ignore address comment in dupe check for Cc-list
797
798         (closes reopened bug 47 Replying to message strips name part of
799          e-mail addresses of Cc: lines)
800
801 2003-03-06 [paul]       0.8.10claws90
802
803         * src/Makefile.am
804                 remove reference to gtkxtext.h as its no longer in
805                 the repository
806
807 2003-03-06 [paul]       0.8.10claws89
808
809         * sync with 0.8.10cvs25
810                 see ChangeLog 2003-03-06
811
812 2003-03-06 [oliver]     0.8.10claws88
813         
814         * src/messageview.c
815                 remove include
816
817 2003-03-06 [oliver]     0.8.10claws87
818         
819         * src/folderview.c 
820                 remove changes introduced inclaws74
821         * src/messageview.c
822                 another attempt to sanely delete and update
823                 messages deleted in separate messageview
824
825 2003-03-05 [christoph]  0.8.10claws86
826
827         * src/summaryview.c
828                 check if "From" matches any account's address if
829                 addressbook completion of addresses is disabled too
830
831         (closes Bug 70 "Display recipient in from" doesn't check
832          folder's default account)
833
834 2003-03-05 [christoph]  0.8.10claws85
835
836         * src/compose.c
837         * src/common/utils.[ch]
838                 don't strip address comments when building Cc lists
839
840         (closes Bug 47 Replying to message strips name part of e-mail addresses
841          of Cc: lines)
842
843         * src/folder.c
844                 fix return value of copy function
845
846 2003-03-05 [christoph]  0.8.10claws84
847
848         * src/imap.c
849                 don't ask imap server for non rfc822 headers
850
851         (closes bug 71 IMAP FETCH asks for FROM header field twice)
852
853         * src/imap.c
854                 destroy session on socket error to allow reconnecting
855
856 2003-03-05 [christoph]  0.8.10claws83
857
858         * configure.ac
859                 fix building with gnome when no prefix is set
860
861         (closes bug 66 Gnome directory is set to NONE)
862
863 2003-03-05 [paul]       0.8.10claws82
864
865         * sync with 0.8.10cvs23
866                 see ChangeLog 2003-03-05
867
868 2003-03-04 [christoph]  0.8.10claws81
869
870         * src/folder.c
871                 o fix moving and copying when folder returns 0 for new
872                   message number
873                 o remove some code for single message copy and move
874                   operations and use functions for multiple messages
875
876         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
877
878         * src/news.c
879                 remove unused include
880
881 2003-03-04 [paul]       0.8.10claws80
882
883         * src/gtk/about.c
884                 list 'Compiled plugins'
885
886 2003-03-03 [christoph]  0.8.10claws79
887
888         * src/news.[ch]
889                 have to multiply the percentage of the current fetch with
890                 the percentage that it has of the total fetch operation
891                 for correct values
892
893 2003-03-03 [christoph]  0.8.10claws78
894
895         * src/news.c
896                 fix calculation of expected lines for progress indicator
897
898 2003-03-03 [christoph]  0.8.10claws77
899
900         * src/summaryview.c
901         * src/common/utils.c
902                 fix segfault when opening the root news folder
903
904 2003-03-03 [christoph]  0.8.10claws76
905
906         * src/mainwindow.[ch]
907         * src/common/Makefile.am
908         * src/common/progressindicator.[ch]
909                 add UI independent progress indicator handling
910
911         * src/news.[ch]
912                 use new progress indicator for message info fetching
913
914         * src/common/hooks.h
915                 code cleanup
916
917 2003-03-03 [oliver]     0.8.10claws75
918
919         * src/toolbar.c
920         * src/compose.c
921                 removed commented code
922
923 2003-03-03 [oliver]     0.8.10claws74
924
925         * src/toolbar.[ch]
926                 cleanups and refactoring
927         * src/compose.[ch]
928                 compose_reply_mode reply & forwarding interface for
929                 toolbar buttons
930         * src/folderview.c
931                 act on messages marked for deletion in folderview_selected
932                 based on prefs_common.immediate_exec since a message might 
933                 have been deleted by messageview in a folder we are changing 
934                 to (does anybody understand what I'm on about ?)
935
936 2003-03-03 [oliver]     0.8.10claws73
937         
938         * src/messageview.[ch]
939                 new functions
940                 - messageview_delete: delete message shown in messagview
941                 - messageview_update_view: update messageview to currently 
942                   selected summaryview message
943                 - add separate messageview to msgview_list in order to update 
944                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
945         * src/summaryview.[ch]
946                 summary_get_selection returns a list of selected msgs
947                 in summaryview
948         * src/mainwindow.c
949                 toolbar reply refactoring
950
951 2003-03-03 [paul]       0.8.10claws72
952
953         * sync with 0.8.10cvs21
954                 see ChangeLog 2003-03-03
955
956 2003-03-02 [christoph]  0.8.10claws71
957
958         * src/common/passcrypt.c
959                 use POSIX includes
960
961 2003-03-02 [christoph]  0.8.10claws70
962
963         * configure.ac
964         * src/prefs_account.c
965         * src/prefs_gtk.[ch]
966         * src/common/.cvsignore
967         * src/common/Makefile.am
968         * src/common/passcrypt.c                ** NEW **
969         * src/common/passcrypt.h.in             ** NEW **
970                 Implement password encryption in config files
971                 using unix encrypt and setkey functions. The crypt
972                 key can be set as a configure parameter. Old
973                 passwords will be converted if they do not begin
974                 with '!'
975
976 2003-03-02 [paul]       0.8.10claws69
977
978         * src/prefs_account.c
979                 fix compile error
980
981 2003-03-01 [thorsten]   0.8.10claws68
982
983         * po/el.po
984           po/hr.po
985           po/it.po
986           po/nl.po
987           po/sr.po
988           po/sv.po
989                 corrected format strings
990         * po/en_GB.po
991                 corrected headers
992                 (fix compile errors with GNU gettext-0.11.5)
993
994 2003-03-01 [oliver]     0.8.10claws67
995
996         * src/summaryview.c
997                 menu callbacks call toolbar_menu_reply
998
999 2003-03-01 [oliver]     0.8.10claws66
1000
1001         * src/mainwindow.c
1002         * src/messageview.c
1003                 menu callbacks call toolbar_menu_reply
1004         * src/toolbar.[ch]
1005                 callbacks from menu handled by toolbar_menu_reply
1006
1007 2003-03-01 [paul]       0.8.10claws65
1008
1009         * src/addressbook.c
1010                 revert commit 0.8.10claws54 - breaks editing of
1011                 addressbook.
1012                 
1013         * po/bg.po
1014                 update Bulgarian translation, submitted by
1015                 George Danchev
1016
1017 2003-02-28 [christoph]  0.8.10claws64
1018
1019         * src/account.c
1020         * src/addressadd.c
1021         * src/compose.c
1022         * src/gtkaspell.c
1023         * src/gtkxtext.h                ** REMOVE **
1024         * src/imap.c
1025         * src/matcher.[ch]
1026         * src/mh.c
1027         * src/news.c
1028         * src/pine.c
1029         * src/prefs_common.c
1030         * src/prefs_matcher.c
1031         * src/procheader.[ch]
1032         * src/procmsg.[ch]
1033         * src/toolbar.c
1034         * src/common/ssl_certificate.c
1035         * src/gtk/colorlabel.c
1036         * src/gtk/menu.c
1037                 o fix warnings
1038                 o remove code obsoleted by new cache and folder system rework
1039
1040 2003-02-28 [oliver]     0.8.10claws63
1041         
1042         * src/toolbar.[ch]
1043                 * fix bug where reply in Messageview replied to 
1044                 Message displayed in summaryview
1045                 (reportedd via ML by chinatinte at gmx dot ch)
1046                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1047                 didn't work in separate MessageView Toolbar
1048                 (wondering if anybody uses this at all ?)
1049         * src/summaryview.[ch]
1050                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1051                 (generalize reply and forward code);
1052         * src/messageview.c 
1053                 remove focus_in event which updated summaryview to messageview
1054
1055 2003-02-28 [paul]       0.8.10claws62
1056
1057         * po/Makefile.in.in
1058                 add the --check option
1059                 Patch submitted by Ricardo Mones Lastra
1060
1061 2003-02-28 [paul]       0.8.10claws61
1062
1063         * src/prefs_account.c
1064                 re-order 'Signature' items
1065
1066 2003-02-28 [paul]       0.8.10claws60
1067
1068         * sync with 0.8.10cvs20
1069                 see ChangeLog 2003-02-28
1070
1071 2003-02-28 [paul]       0.8.10claws59
1072
1073         * po/POTFILES.in
1074                 update to reflect recent movement of files
1075
1076 2003-02-28 [paul]       0.8.10claws58
1077
1078         * sync with 0.8.10cvs19
1079                 see ChangeLog 2003-02-28
1080
1081 2003-02-27 [martin]     0.8.10claws57
1082
1083         * src/prefs_matcher.c 
1084                 fix segfault in prefs_matcher_ok() when the
1085                 last entry is deleted and prevents that the
1086                 message "entry not saved" comes up after deleting
1087                 an entry
1088
1089 2003-02-27 [martin]     0.8.10claws56
1090
1091         * src/prefs_filtering.c 
1092                 fix segfault in prefs_filtering_ok() when the
1093                 last entry is deleted and prevents that the
1094                 message "entry not saved" comes up after deleting
1095                 an entry
1096
1097 2003-02-27 [paul]       0.8.10claws55
1098
1099         * sync with 0.8.10cvs18
1100                 see ChangeLog 2003-02-27
1101
1102 2003-02-27 [paul]       0.8.10claws54
1103
1104         * src/addressbook.c
1105                 fix bug where the address book crashes with 
1106                 multiple lookups.
1107                 Patch [687729] submitted by David Frager 
1108                 <dbfrager@users.sourceforge.net>
1109
1110 2003-02-25 [christoph]  0.8.10claws53
1111
1112         * src/Makefile.am
1113         * src/colorlabel.[ch]           ** REMOVE **
1114         * src/gtk/Makefile.am
1115         * src/gtk/colorlabel.[ch]       ** NEW **
1116                 move colorlabel files to gtk directory
1117
1118         * src/esmtp.[ch]                ** REMOVE **
1119                 has been merged into smtp.[ch] in 0.7.5
1120
1121 2003-02-25 [christoph]  0.8.10claws52
1122
1123         * src/Makefile.am
1124         * src/about.[ch]                ** REMOVE **
1125         * src/gtk/Makefile.am
1126         * src/gtk/about.[ch]            ** NEW **
1127                 move about files to gtk directory
1128
1129 2003-02-25 [christoph]  0.8.10claws51
1130
1131         * src/folder.c
1132                 some code optimization of folder scanning code
1133
1134         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1135
1136 2003-02-25 [christoph]  0.8.10claws50
1137
1138         * src/main.c
1139         * src/common/sylpheed.c
1140                 add command line parameter parsing to common code
1141
1142 2003-02-24 [christoph]
1143
1144         * Makefile.am
1145         * configure.ac
1146                 fix gnome prefix problems, the configure script now removed
1147                 `gnome-config --prefix` from `gnome-config --datadir`
1148                 and adds $(prefix} instead
1149
1150         (closes Bug 24 Makefile does not respect prefix when installing
1151          GNOME data)
1152
1153 2003-02-24 [christoph]  0.8.10claws49
1154
1155         * src/news.c
1156                 check for valid session before trying to authenticate
1157
1158         (closes Bug 60 crash if "authenticate on logon" is activated
1159          and newsserver-hostname is not valid)
1160
1161 2003-02-24 [melvin]     0.8.10claws48
1162
1163         * src/prefs_actions.c
1164                 Make sure all user's input is sent to the action and then
1165                 close the socket..
1166
1167 2003-02-23 [alfons]     0.8.10claws46
1168
1169         * src/summaryview.c
1170                 also wait cursor when deleting files
1171
1172 2003-02-23 [paul]
1173
1174         * tools/freshmeat_search.pl
1175           tools/google_search.pl
1176                 scripts should now work for any browser/browser command line
1177
1178 2003-02-22 [christoph]  0.8.10claws45
1179
1180         * src/procmsg.c
1181                 fix IMAP flag setting, IMAP flag is not handled correctly
1182                 anymore by the folder system and information about the
1183                 folder should not be saved in the MsgInfo (in my opinion)
1184
1185         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1186
1187 2003-02-22 [christoph]  0.8.10claws44
1188
1189         * src/summaryview.c
1190                 fix spelling of "label" ;-)
1191
1192 2003-02-22 [thorsten]   0.8.10claws43
1193
1194         * src/mimeview.c
1195           src/prefs_common.[ch]
1196           src/procmime.[ch]
1197                 do not use description as attachment name
1198
1199 2003-02-22 [alfons]     0.8.10claws42
1200
1201         * src/summaryview.c
1202                 freeze/thaw folder item updates when changing color labels,
1203                 and put a wait cursors on
1204
1205 2003-02-22 [thorsten]   0.8.10claws41
1206
1207         * src/mimeview.c
1208                 save-all fixes: crash if invoked on multipart container,
1209                 mimeinfo access, pathseparators, error dialog
1210
1211 2003-02-21 [alfons]     0.8.10claws40
1212
1213         * src/prefs_gtk.c
1214                 remove unused var
1215
1216 2003-02-21 [colin]      0.8.10claws39
1217
1218         * src/send.c
1219                 Fix smtp logging
1220
1221 2003-02-21 [colin]      0.8.10claws38
1222
1223         * src/summaryview.c
1224                 Freeze/thaw folderItem updates when filtering messages 
1225                 via Tools/Filter messages
1226
1227 2003-02-21 [paul]       0.8.10claws37
1228
1229         * src/compose.c
1230                 revert commit 0.8.10claws26, there are ulterior motives
1231                 for users to set a Reply-To header when posting to
1232                 newsgroups
1233
1234 2003-02-21 [paul]       0.8.10claws36
1235
1236         * sync with 0.8.10cvs17
1237                 see ChangeLog 2003-02-21
1238
1239 2003-02-20 [christoph]  0.8.10claws35
1240
1241         * src/imap.c
1242                 IMAP UID fetch speedup using SEARCH
1243
1244         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1245
1246         * src/imap.c
1247                 fix problem with UIDs in IMAP UID cache that no longer existed
1248
1249 2003-02-20 [christoph]  0.8.10claws34
1250
1251         * src/imap.c
1252         * src/procheader.c
1253         * src/procheader.h
1254                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1255
1256         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1257
1258         * src/imap.c
1259                 Rewrite imap_cmd_gen_recv use sock_getline instead
1260                 of sock_gets to avoid problems with too long reply
1261                 lines
1262     
1263 2003-02-20 [colin]      0.8.10claws33
1264         
1265         * src/prefs_account.c
1266                 Better wording
1267
1268 2003-02-20 [colin]      0.8.10claws32
1269
1270         * src/compose.c
1271                 Remove useless '&& !to_sender' 
1272
1273 2003-02-20 [darko]
1274
1275         * AUTHORS
1276                 change my e-mail address
1277
1278 2003-02-19 [colin]      0.8.10claws31
1279
1280         * src/prefs_common.c
1281                 X11 style colors for every configurable color
1282
1283 2003-02-19 [alfons]     0.8.10claws30
1284
1285         * src/prefs_gtk.[ch]
1286         * src/prefs_common.c
1287                 for color_new accept both plain integers and X11 style color
1288                 names (as found in /usr/lib/X11/rgb.txt)
1289
1290 2003-02-19 [paul]       0.8.10claws29
1291
1292         * src/mainwindow.c
1293                 add tooltips to online/offline button and account selector
1294                 button
1295
1296 2003-02-19 [paul]       0.8.10claws28
1297
1298         * src/folder.c
1299           src/news.c
1300           src/prefs_account.[ch]
1301           src/prefs_common.[ch]
1302                 move 'Maximum number of articles to download' to
1303                 account prefs.
1304                 clean up account prefs gui a little by hiding entries
1305                 rather then greying out entries
1306
1307 2003-02-19 [hiro]       0.8.10claws27
1308
1309         * src/common/utils.c
1310                 fix bug #54 'yesterdays date is displayed in the message 
1311                 summary window'
1312
1313 2003-02-19 [paul]       0.8.10claws26
1314
1315         * src/compose.c
1316                 fix bug reported in Feature Request [688596] 
1317                 'Reply-to header in news'
1318
1319 2003-02-18 [paul]       0.8.10claws25
1320
1321         * src/select-keys.c
1322                 add a 'List all keys' button to key selection dialog
1323
1324 2003-02-18 [colin]      0.8.10claws24
1325         
1326         * src/stock_pixmap.c
1327                 fix compile error
1328
1329 2003-02-18 [colin]      0.8.10claws23
1330
1331         * src/common/smtp.[ch]
1332           src/prefs_account.c
1333                 Try to starttls if it seems to be the only
1334                 way to authenticate a user
1335
1336 2003-02-18 [paul]       0.8.10claws22
1337
1338         * src/Makefile.am
1339           src/folderview.c
1340           src/stock_pixmap.[ch]
1341           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1342           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1343                 as a Drafts folder is a special folder allow it to have
1344                 its own unique icons
1345
1346 2003-02-18 [colin]      0.8.10claws21
1347
1348         * src/imap.c
1349                 Fix port selection when using starttls
1350
1351 2003-02-18 [paul]       0.8.10claws20
1352
1353         * src/mainwindow.c
1354           src/prefs_common.[ch]
1355                 make blue the default new mail colour
1356
1357 2003-02-18 [paul]       0.8.10claws19
1358
1359         * sync with 0.8.10cvs14
1360                 see ChangeLog 2003-02-18
1361
1362 2003-02-17 [jens]       0.8.10claws18
1363
1364         * src/common/md5.c
1365                 fixed a compile problem with gcc 3.3
1366                 works on 2.95.3 too (testet on PPC as it is big endian)
1367
1368 2003-02-17 [paul]       0.8.10claws17
1369
1370         * sync with 0.8.10cvs13
1371                 see ChangeLog 2003-02-17
1372
1373 2003-02-17 [paul]       0.8.10claws16
1374
1375         * sync with 0.8.10cvs12
1376                 see ChangeLog 2003-02-17
1377
1378 2003-02-16 [match]      0.8.10claws15
1379
1380         * src/addressbook.c
1381                 Eliminates reloading of address data when items
1382                 deleted or added. Applied submitted by
1383                 Luke Plant <lukeplant@softhome.net>
1384
1385 2003-02-16 [paul]       0.8.10claws14
1386
1387         * src/news.c
1388                 when a 'protocol error' is encountered disconnect from
1389                 the server. This means that the user can carry on viewing
1390                 other articles and doesn't have to either wait until the
1391                 server timesout or quit sylpheed.
1392                 Fixes bug #53 'Unable to read messages in newsgroups, 
1393                 displayed message doesn't change'
1394
1395 2003-02-15 [christoph]  0.8.10claws13
1396
1397         * src/imap.c
1398                 fix bug that stopped scanning of folders when an
1399                 IMAP folder was empty
1400
1401         (closes bug 46 stop scan messages in folders after empty folder)
1402
1403 2003-02-15 [paul]
1404
1405         * tools/Makefile.am
1406           tools/README
1407           tools/freshmeat_search.pl     ** NEW FILE **
1408           tools/google_search.pl        ** NEW FILE **
1409                 Add 2 Actions scripts which search freshmeat/google
1410                 for the selected text using the browser configured
1411                 in sylpheedrc.
1412                 
1413         Note: These scripts are very dependent on the format of the
1414         browser command and may not work on every occasion. Testing
1415         is welcome. 
1416
1417 2003-02-14 [alfons]     0.8.10claws12
1418
1419         * src/compose.c
1420                 fix breakage because of uninitialized account pointer.
1421                 please verify.
1422
1423 2003-02-14 [paul]       0.8.10claws11
1424
1425         * src/compose.c
1426           src/prefs_account.[ch]
1427           src/prefs_common.[ch]
1428                 move signature settings to Account Prefs
1429
1430 2003-02-14 [paul]       0.8.10claws10
1431
1432         * sync with 0.8.10cvs11
1433                 see ChangeLog 2003-02-14
1434
1435 2003-02-13 [thorsten]   0.8.10claws9
1436
1437         * src/news.c
1438                 revert news progressbar (GUI separation)
1439
1440 2003-02-13 [paul]       0.8.10claws8
1441
1442         * src/compose.c
1443                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1444                 paragraph 1
1445
1446 2003-02-13 [paul]       0.8.10claws7
1447
1448         * src/compose.[ch]
1449           src/summaryview.c
1450                 fix 'Follow-up and Reply-to' so that it creates a reply to
1451                 the newsgroup and the sender. If the message has the keyword
1452                 'poster' in the Followup-To header, all replies go to the
1453                 sender, re: RFC 1036, Section 2.2.3
1454                 rename all instances of 'ignore_replyto' to 'to_sender', both
1455                 were previously used, now we use just one.
1456
1457 2003-02-13 [paul]       0.8.10claws6
1458
1459         * sync with 0.8.10cvs9
1460                 see ChangeLog 2003-02-13
1461
1462 2003-02-13 [paul]       0.8.10claws5
1463
1464         * configure.ac
1465                 show which plugins are configured in the configure
1466                 output.
1467
1468 2003-02-12 [thorsten]   0.8.10claws4
1469
1470         * src/news.c
1471                 show progress while fetching news headers
1472
1473 2003-02-12 [christoph]  0.8.10claws3
1474
1475         * configure.ac
1476         * src/plugins/Makefile.am
1477                 use AM_CONDITIONAL to enable plugins, automake correctly
1478                 manages this when creating distdir
1479
1480 2003-02-12 [christoph]  0.8.10claws2
1481
1482         * ac/spamassassin.m4
1483         * src/plugins/spamassassin/Makefile.am
1484                 fix building SpamAssassin plugin without OpenSSL
1485
1486 2003-02-12 [paul]       0.8.10claws1
1487
1488         * ac/Makefile.am
1489           src/Makefile.am
1490           src/plugins/Makefile.am
1491                 fix failure of 'make release'
1492
1493 2003-02-12 [paul]       0.8.10claws
1494
1495         * 0.8.10claws released
1496
1497 2003-02-12 [paul]       0.8.9claws56
1498
1499         * po/bg.po
1500           po/es.po
1501           po/it.po
1502           po/ru.po
1503           po/sr.po
1504                 updated translations by George Danchev, Ricardo Mones Lastra,
1505                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1506                 
1507         * sylpheed.spec.in
1508                 Allow the building of RPMs by a regular user. Submitted
1509                 by Sergei Astanin
1510
1511 2003-02-11 [alfons]     0.8.9claws55
1512
1513         * src/colorlabel.c
1514                 don't use pixmaps for label color rect but draw rectangles
1515                 so we can respect the color map of palette based visuals
1516                 (fixes the long time crashes on Suns - thanks to Andreas
1517                 Engel and Steve O'Hara-Smith for testing)
1518
1519 2003-02-11 [christoph]  0.8.9claws54
1520
1521         * src/matcher_parser_parse.y
1522                 correct bug where filering rules of not existing folders in
1523                 matcherrc were added to global filtering
1524                 
1525         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1526          main filter-rules after removing directory, http://bugs.debian.org/180253)
1527         
1528 2003-02-11 [paul]       0.8.9claws53
1529
1530         * sync with 0.8.10cvs7
1531                 see ChangeLog 2003-02-09
1532
1533 2003-02-11 [melvin]     0.8.9claws52
1534
1535         * po/fr.po
1536                 Updated French tranlsations
1537
1538 2003-02-10 [paul]       0.8.9claws51
1539
1540         * sylpheed.spec.in
1541                 correct --enable-openssl
1542                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1543
1544 2003-02-09 [martin]     0.8.9claws50
1545
1546         * src/prefs_matcher.c
1547                 fix segfault in prefs_matcher_substitute_cb() when
1548                 no row is selected
1549
1550 2003-02-09 [paul]       0.8.9claws49
1551
1552         * src/folderview.c
1553                 fix bug where a newsgroup folder's processing rules were
1554                 merged with the global filtering rules when the newsgroup
1555                 folder was deleted, causing some seriously bad results,
1556                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1557
1558 2003-02-08 [melvin]     0.8.9claws48
1559
1560         * src/compose.c
1561                 Corrected and modified an alert message.
1562
1563 2003-02-07 [paul]       0.8.9claws47
1564
1565         * src/folderview.c
1566                 fix bug where both an 'Account properties' window and a
1567                 'Folder properties' window were opened when clicking on
1568                 'Properties' in an NNTP or IMAP folder's popup menu.
1569
1570 2003-02-07 [paul]       0.8.9claws46
1571
1572         * sync with 0.8.10cvs6
1573                 see ChangeLog 2003-02-06
1574
1575 2003-02-06 [christoph]  0.8.9claws45
1576
1577         * src/mbox.c
1578                 freeze folder updates while importing mbox files
1579                 (closes bug 43 importing mbox took hours)
1580                 
1581         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1582
1583 2003-02-06 [thorsten]   0.8.9claws44
1584
1585         * po/de.po
1586                 Updated german translations
1587
1588 2003-02-06 [thorsten]   0.8.9claws43
1589
1590         * src/news.h
1591                 use guint for message numbers (fix count in grouplist dialog)
1592
1593 2003-02-05 [paul]       0.8.9claws42
1594
1595         * sync with 0.8.10cvs2
1596                 see ChangeLog 2003-02-05
1597
1598 2003-02-04 [colin]      0.8.9claws41
1599
1600         * src/prefs_common.[ch]
1601           src/procmsg.c
1602           src/summaryview.c
1603                 Add an option to disable threading by subject
1604
1605 2003-02-04 [christoph]  0.8.9claws40
1606
1607         * src/inc.c
1608                 only abort fetching mails from multiple accounts when the
1609                 error is fatal and does not allow to check any more accounts
1610                 (currently only disk full error)
1611
1612         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1613          receive mails for other accouts)
1614
1615 2003-02-04 [christoph]  0.8.9claws39
1616
1617         * src/folder.c
1618                 first add the new message to the cache, then
1619                 send the update notification
1620
1621         (closes bug 39 after sending message folderview doesnt get updated)
1622
1623 2003-02-04 [colin]      0.8.9claws38
1624
1625         * src/inc.c
1626                 _really_ fix this Connecting... status
1627
1628 2003-02-04 [paul]       0.8.9claws37
1629
1630         * sync with 0.8.10
1631                 see ChangeLog 2003-02-04
1632
1633 2003-02-04 [paul]       0.8.9claws36
1634
1635         * sync with 0.8.9cvs6
1636                 see ChangeLog 2003-02-03
1637
1638 2003-02-04 [paul]       0.8.9claws35
1639
1640         * po/pt_BR.po
1641                 updated by André Filipe de Assunção e Brito 
1642                 <bedecko@netsite.com.br>
1643
1644 2003-02-03 [thorsten]   0.8.9claws34
1645
1646         * po/de.po
1647                 Updated german translations
1648
1649 2003-02-02 [paul]       0.8.9claws33
1650
1651         * po/es.po
1652                 updated by Ricardo Mones Lastra
1653
1654 2003-02-02 [thorsten]   0.8.9claws32
1655
1656         * src/mh.c
1657                 Fix mh_get_msginfo() segfault if file is inaccessible
1658
1659 2003-01-31 [colin]      0.8.9claws31
1660
1661         * src/procheader.c
1662                 Fix last commit's bug
1663
1664 2003-01-31 [colin]      0.8.9claws30
1665
1666         * src/procheader.c
1667                 Missing a change for gpg-signed messages
1668
1669 2003-01-31 [paul]       0.8.9claws29
1670
1671         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1672           src/procheader.c
1673           src/stock_pixmap.[ch]
1674           src/summaryview.c
1675                 indicate GnuPG signed messages by displaying an icon
1676                 in the Attachment column.
1677
1678 2003-01-31 [paul]       0.8.9claws28
1679
1680         * sync with 0.8.9cvs4
1681                 see ChangeLog 2003-01-31
1682
1683 2003-01-31 [alfons]     0.8.9claws27
1684
1685         * src/textview.c
1686                 tune URI parser to accept mailto URLs with a '?'
1687                 (patch from Ruslan Balkin)
1688
1689 2003-01-31 [colin]      0.8.9claws26
1690
1691         * src/summaryview.c
1692                 Fix a leak introduced in claws24
1693
1694 2003-01-31 [colin]      0.8.9claws25
1695
1696         * src/summaryview.c
1697                 Freeze/Thaw folder updates when deleting dups
1698
1699 2003-01-31 [colin]      0.8.9claws24
1700         
1701         * src/addr_compl.c
1702           src/summaryview.c
1703           src/msgcache.c
1704                 little speed improvements
1705
1706 2003-01-31 [colin]      0.8.9claws23
1707
1708         * src/summaryview.c
1709                 Fix segfault when forwarding nothing
1710                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1711                 
1712 2003-01-30 [paul]       0.8.9claws22
1713
1714         * sync with 0.8.9cvs3
1715                 see ChangeLog 2003-01-30
1716
1717 2003-01-30 [paul]       0.8.9claws21
1718
1719         * sync with 0.8.9cvs2
1720                 see ChangeLog 2003-01-30
1721
1722 2003-01-29 [paul]       0.8.9claws20
1723
1724         * sync with 0.8.9cvs1
1725                 see ChangeLog 2003-01-29
1726
1727 2003-01-28 [paul]       0.8.9claws19
1728
1729         * po/POTFILES.in
1730                 update to reflect changes. 
1731                 thanks to Ricardo Mones Lastra
1732
1733 2003-01-27 [christoph]  0.8.9claws18
1734
1735         * ac/openssl.m4
1736         * ac/spamassassin.m4
1737         * src/plugins/spamassassin/README
1738         * src/plugins/spamassassin/libspamc.[ch]
1739         * src/plugins/spamassassin/utils.[ch]
1740                 updated to latest libspamc
1741
1742 2003-01-27 [christoph]  0.8.9claws17
1743
1744         * src/folder.c
1745                 fix wrong use of procheader_get_header_fields
1746
1747 2003-01-27 [christoph]  0.8.9claws16
1748
1749         * src/news.c
1750         * src/prefs_account.[ch]
1751         * src/common/nntp.[ch]
1752                 allow to force authentication for NNTP servers
1753
1754         Patch submitted by Florian Mickler <dmk@d-labs.de>
1755
1756 2003-01-26 [paul]       0.8.9claws15
1757
1758         * src/summaryview.c
1759                 speed up of marking messages as read
1760                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1761
1762 2003-01-26 [christoph]  0.8.9claws14
1763
1764         * src/Makefile.am
1765         * src/mgutils.[ch]              ** REMOVE **
1766         * src/xml.[ch]                  ** REMOVE **
1767         * src/xmlprops.[ch]             ** REMOVE **
1768         * src/common/Makefile.am
1769         * src/common/mgutils.[ch]       ** NEW **
1770         * src/common/xml.[ch]           ** NEW **
1771         * src/common/xmlprops.[ch]      ** NEW **
1772                 move xml files to common directory
1773
1774 2003-01-26 [christoph]  0.8.9claws13
1775
1776         * src/plugins/spamassassin/spamassassin_gtk.c
1777                 only set gtk entry text if string is available
1778
1779 2003-01-26 [melvin]     0.8.9claws12
1780
1781         * src/description_window.c
1782                 Allow resizing of the window
1783                 Allow automatic horizontal scroll bar
1784                 Do not vertically expand and fill
1785
1786 2003-01-26 [christoph]  0.8.9claws11
1787
1788         * src/Makefile.am
1789         * src/gtkutils.[ch]             ** REMOVE **
1790         * src/common/sylpheed.c
1791         * src/gtk/Makefile.am
1792         * src/gtk/description_window.c
1793         * src/gtk/gtkutils.[ch]         ** NEW **
1794         * src/gtk/prefswindow.c
1795                 move gtkutils to gtk directory
1796
1797 2003-01-26 [paul]       0.8.9claws10
1798
1799         * src/summaryview.c
1800                 rename summary_unread_clicked() to summary_status_clicked()
1801
1802 2003-01-26 [melvin]     0.8.9claws9
1803
1804         * src/prefs_actions.c
1805                 Cosmetical changes to the help text
1806
1807 2003-01-26 [paul]       0.8.9claws8
1808
1809         * src/folder.[ch]
1810           src/mainwindow.c
1811           src/prefs_common.c
1812           src/prefs_sumamry_column.c
1813           summaryview.[ch]
1814                 rename the 'Unread' column to 'Status'
1815
1816 2003-01-25 [match]      0.8.9claws7
1817
1818         * src/mgutils.[ch]
1819                 removed reference to LDAP constants. removed error2string.
1820                 included functions to support LDAP dynamic queries.
1821         * src/syldap.h
1822                 moved LDAP constants here.
1823         * src/addressbook.c
1824         * src/addrindex.c
1825         * src/importldif.c
1826                 removed references to LDAP constants and references to
1827                 error2string.
1828
1829 2003-01-25 [paul]       0.8.9claws6
1830
1831         * src/summaryview.c
1832                 summary_thread_build(), summary_thread_init(): remove 
1833                 unneeded reference to summaryview->folder_item
1834
1835 2003-01-25 [christoph]  0.8.9claws5
1836
1837         * src/gtk/description_window.c
1838                 o allow description texts to expand over multiple columns
1839                 o translate all columns
1840         * src/prefs_actions.c
1841                 change syntax description to use new multi column feature
1842
1843         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1844
1845 2003-01-25 [match]      0.8.9claws4
1846
1847         * src/vcard.c
1848                 fixed bug with Quoted-Printable
1849
1850 2003-01-25 [paul]       0.8.9claws3
1851
1852         * src/folder.[ch]
1853           src/summaryview.[ch]
1854                 implement per-folder collapsed/expanded threads setting
1855                 
1856         * src/prefs_common.c
1857                 remove global collapsed/expanded threads option
1858
1859 2003-01-25 [christoph]  0.8.9claws2
1860
1861         * po/POTFILES.in
1862                 add pluginwindow and prefswindow
1863         * src/compose.c
1864                 make send respond correctly to messages that could be added
1865                 to the queue folder, but the UID of the message is unknown
1866         * src/folder.c
1867         * src/imap.c
1868                 don't return guessed UIDs in imap_add_msg anymore. We return
1869                 0 to tell the folder system it was appened but the UID is
1870                 unknown. Folder system now get's the UID by scaning the folder
1871                 and searching the cache for the Message-ID
1872                 (closes bug #29 Messages queued, but not sent)
1873
1874 2003-01-25 [paul]       0.8.9claws1
1875
1876         * src/codeconv.c
1877                 conv_encode_header():  fix bug when long headers with 8-bit
1878                 characters are used, so that the encoded words are wrapped.
1879                 If the space in the original text falls on the wrap boundary,
1880                 it can be lost.
1881                 Patch by Sergey Vlasov.
1882                 
1883         * src/folderview.c
1884                  fix bug where a change to the sorting method or thread view
1885                  of a folder's messages is lost if simpify-subject is set and
1886                  toggled on or off.
1887                  Patch by Luke Plant.
1888
1889 2003-01-24 [paul]       0.8.9claws
1890
1891         * sylpheed-0.8.9claws released
1892         
1893         * Makefile.am
1894           sylpheed.spec.in
1895                 remove reference to 'INSTALL.jp'
1896
1897 2003-01-23 [paul]       0.8.8claws128
1898
1899         * po/es.po
1900           po/it.po
1901           po/ru.po
1902           po/sr.po
1903                 updated translations. submitted by Ricardo Mones Lastra,
1904                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1905
1906 2003-01-23 [colin]      0.8.8claws127
1907
1908         * src/compose.c
1909                 Fix drafted and queued news articles re-edition
1910
1911 2003-01-23 [melvin]     0.8.8claws126
1912
1913         * po/fr.po
1914                 Updated French translations
1915
1916 2003-01-23 [colin]      0.8.8claws125
1917
1918         * src/inc.c
1919                 Fix "Connecting to..." status message
1920
1921 2003-01-22 [paul]       0.8.8claws124
1922
1923         * po/bg.po
1924                 updated by George Danchev
1925                 
1926         * src/folder.c
1927                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1928                 and folder deletion
1929
1930 2003-01-21 [paul]       0.8.8claws123
1931
1932         * po/bg.po
1933                 updated by George Danchev
1934                 
1935         * src/about.c
1936                 its now 2003
1937                 
1938         * src/toolbar.c
1939                 don't translate 'Separator'
1940                 
1941         * src/plugins/spamassassin/Makefile.am
1942                 add aspell to CPPFLAGS
1943                 
1944         * src/plugins/spamassassin/spamassassin.c
1945           src/plugins/spamassassin/spamassassin_gtk.c
1946                 set correct default for spamassassin_receive_spam
1947                 slightly re-word descriptions and some
1948                 other minor changes
1949
1950 2003-01-19 [alfons]     0.8.8claws122
1951                 
1952         * src/mimeview.c
1953                 mimeview_save_as(): we might as well show the file name for
1954                 the single case "Save As" too
1955
1956 2003-01-19 [alfons]     0.8.8claws121
1957
1958         * src/crash.c
1959                 change bug tracker URL to bugzilla URL
1960
1961 2003-01-19 [alfons]     0.8.8claws120
1962
1963         * src/mimeview.c
1964                 mimeview_save_all(): display name of file before overwriting;
1965                 continue saving all, even when one overwrite was cancelled
1966
1967 2003-01-19 [christoph]  0.8.8claws119
1968
1969         * src/summaryview.c
1970         * src/procmsg.[ch]
1971                 fix wrong usage of procmsg_find_children in summaryview
1972                 by using procmsg_update_unread_children instead of
1973                 summaryview_update_unread_children
1974
1975 2003-01-19 [christoph]  0.8.8claws118
1976
1977         * src/procmsg.c
1978                 fix infinite loop in procmsg_find_children
1979                  (closes bug #25 sylpheed crashes on delete.)
1980
1981         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1982
1983 2003-01-19 [paul]       0.8.8claws117
1984
1985         * po/pt_BR.po
1986                 updated by Ivan Francolin Martinez
1987
1988 2003-01-18 [melvin]     0.8.8claws116
1989
1990         * src/prefs_actions.c
1991                 Removed syntax limitation of only one '&' at the end of command.
1992                         Now actions that contain '>/dev/null 2>&1' are possible.
1993
1994 2003-01-18 [melvin]     0.8.8claws115
1995
1996         * src/prefs_actions.c
1997                 Actions IO dialog: when the action ends
1998                 the "Close" button now has focus and [Escape] closes the
1999                 window.
2000
2001 2003-01-18 [christoph]  0.8.8claws114
2002
2003         * src/procmsg.c
2004                 o add debug output when MsgInfos are really freed
2005                 o free GSLists in procmsg_find_children and
2006                   procmsg_update_unread_children
2007
2008 2003-01-18 [christoph]  0.8.8claws113
2009
2010         * src/mainwindow.c
2011                 reorder Configuration menu
2012
2013 2003-01-18 [christoph]  0.8.8claws112
2014
2015         * src/compose.c
2016                 fix applying templates to forwarded messages
2017
2018         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2019
2020 2003-01-17 [christoph]  0.8.8claws111
2021
2022         * src/folder.c
2023                 destroy folder items, when a folder item is removed
2024
2025 2003-01-17 [christoph]  0.8.8claws110
2026
2027         * src/folder.c
2028                 fix wrong folder stats update when ignored message is
2029                 deleted
2030
2031 2003-01-17 [colin]      0.8.8claws109
2032         
2033         * src/mainwindow.c
2034         * src/summaryview.c
2035                 Quicksearch bugfixes: 
2036                 - hide help button at startup if not extended
2037                 - switch to extended when looking for replies
2038
2039 2003-01-17 [paul]
2040
2041         * sync with 0.8.9 release
2042
2043 2003-01-17 [paul]       0.8.8claws108
2044
2045         * sync with 0.8.8cvs11
2046                 see ChangeLog 2003-01-17
2047
2048 2003-01-16 [colin]      0.8.8claws107
2049
2050         * src/procmsg.c
2051                 Changed encryption test to re-ask passphrase
2052                 if an encrypted message hasn't been decrypted
2053                 Fixes bug #5
2054
2055 2003-01-16 [christoph]  0.8.8claws106
2056
2057         * src/prefs_gtk.c
2058         * src/prefs_toolbar.c
2059         * src/gtk/prefswindow.h
2060         * src/plugins/spamassassin/spamassassin_gtk.c
2061                 remove page destroy function that is not used anymore
2062
2063 2003-01-16 [paul]       0.8.8claws105
2064
2065         * sync with 0.8.8cvs9
2066                 see ChangeLog 2002-01-16
2067
2068 2003-01-16 [colin]      0.8.8claws104
2069
2070         * src/compose.[ch]
2071                 Fix bug with autosaved drafts for IMAP, when draft
2072                 folder is specified - fixes bugzilla bug #20
2073
2074 2003-01-15 [paul]       0.8.8claws103
2075
2076         * src/compose.[ch]
2077           src/procmsg.c
2078                 store folder and message-id of message forwarding
2079                 in queue header and set forward flag after sending
2080
2081 2003-01-15 [paul]       0.8.8claws102
2082
2083         * sync with 0.8.8cvs8
2084                 see ChangeLog 2002-01-15
2085
2086 2003-01-15 [colin]      0.8.8claws101
2087
2088         * src/Makefile.am
2089                 Fix linking with GNU libiconv
2090
2091 2003-01-15 [darko]      0.8.8claws100
2092
2093         * src/pine.c
2094                 fix crash when importing pine address book
2095                 entry with an empty name (reported by DY
2096                 <dybulk at tri8.net>)
2097
2098 2003-01-14 [paul]       0.8.8claws99
2099
2100         * configure.in  ** REMOVED **
2101           configure.ac  ** NEW FILE **
2102                 rename configure.in to configure.ac, as it is now
2103                 preferred
2104
2105 2003-01-14 [melvin]     0.8.8claws98
2106
2107         * src/folderview.c
2108                 folderview_check_new(): More precise function description
2109
2110 2003-01-14 [melvin]     0.8.8claws97
2111
2112         * src/folderview.c
2113                 folderview_check_new(): return the number of new messages 
2114                         since last check.
2115         * src/inc.c
2116                 inc_account_mail(): Disable counting of new messages for IMAP
2117                         and NNTP until bug [19] and [14] are fixed.
2118
2119 2003-01-14 [paul]       0.8.8claws96
2120
2121         * sync with 0.8.8cvs6
2122                 see ChangeLog 2003-01-14
2123
2124 2003-01-13 [alfons]     0.8.8claws95
2125
2126         * src/textview.c
2127                 tune email address validation (c. 0.8.8claws89): if . is 
2128                 just one char away from @, the address is invalid too 
2129                 (correctly rejects addresses like foo@.com)
2130
2131 2003-01-13 [paul]       0.8.8claws94
2132
2133         * src/messageview.c
2134           src/toolbar.c
2135                 fixes to the Message View toolbar and menu:
2136                 fix non-functioning Forward button
2137                 make Reply button consider default_reply_list
2138                 remove 'Follow-up...' menu entry
2139                 add 'Forward' and 'Redirect' menu entries
2140
2141 2003-01-13 [melvin]     0.8.8claws93
2142
2143         * src/inc.c
2144                 Fixed typo that could make new messages count incorrect.
2145
2146 2003-01-13 [melvin]     0.8.8claws92
2147
2148         * src/folderview.[ch]
2149                 folderview_check_new(): return the number of new messages.
2150         * src/inc.c
2151                 Should fix bug [14] where new mail notification worked 
2152                         incorrectly with IMAP accounts.
2153                 inc_spool_account(): return number of new msgs, or -1 on error
2154                 inc_all_spool(): return number of new msgs
2155                 
2156 2003-01-13 [melvin]     0.8.8claws91
2157
2158         * src/prefs_actions.c
2159                 Justify help text.
2160
2161 2003-01-12 [thorsten]   0.8.8claws90
2162
2163         * src/common/prefs.c
2164                 close file before rename
2165
2166 2003-01-12 [alfons]     0.8.8claws89
2167
2168         * AUTHORS
2169                 add Christian Mertes
2170         * src/common/utils.[ch]
2171                 g_stricase_hash(), g_stricase_equal(): functions for 
2172                 case insensitive hash tables
2173         * src/textview.c
2174                 use top level domain names to validate email address, based
2175                 on a patch by Christian Mertes (thanks!), but changed 
2176                 implementation to use a hash table 
2177
2178 2003-01-12 [paul]       0.8.8claws88
2179
2180         * po/bg.po
2181                 updated by George Danchev
2182
2183 2003-01-12 [alfons]     0.8.8claws87
2184
2185         * src/summaryview.c
2186                 delete / execute performance: use new style folder update
2187
2188 2003-01-12 [paul]       0.8.8claws86
2189
2190         * sync with 0.8.8cvs5
2191                 see ChangeLog 2003-01-13 (!)
2192
2193 2003-01-12 [alfons]     0.8.8claws85
2194
2195         * src/filtering.c
2196         * src/matcher_parser_parse.y
2197                 prepare change_score filtering action
2198         * src/matcher.[ch]
2199                 give up const-correctness on functions that call non-const-correct functions;
2200                 several casts to gpointer in g_free();
2201                 add change_score;
2202
2203 2003-01-12 [christoph]  0.8.8claws84
2204
2205         * src/compose.c
2206                 fix 2 warnings
2207
2208         * src/gtk/prefswindow.[ch]
2209         * src/plugins/spamassassin/spamassassin_gtk.c
2210                 changed the call of the widget create function
2211                 for PrefsPages, because sometimes the widget
2212                 create function needs a widget that already has
2213                 been attached to a window (to create GDK pixmaps
2214                 for exmaple). So we simply pass the GtkWindow as
2215                 the second parameter now.
2216
2217         * src/main.c
2218         * src/mainwindow.c
2219         * src/prefs_toolbar.[ch]
2220                 rewrite Toolbar Preferences using the new
2221                 prefs window
2222
2223 2003-01-11 [alfons]     0.8.8claws83
2224
2225         * src/addressadd.c
2226                 fix crash when adding sender to addressbook because status bar
2227                 isn't there (the status bar doesn't seem to be used though,
2228                 but I'll let Match decide what to do with it)
2229
2230 2003-01-11 [colin]      0.8.8claws82
2231
2232         * src/main.c
2233           src/toolbar.c
2234                 Two useless changes reversed
2235
2236 2003-01-11 [colin]      0.8.8claws81
2237
2238         * src/mainwindow.c
2239           src/mainwindow.h
2240                 Add mainwindow_get_mainwindow()
2241         * src/alertpanel.c
2242           src/alertpanel.h
2243                 Add alertpanel_error_log() 
2244         * src/compose.c
2245           src/inc.c
2246           src/messageview.c
2247           src/toolbar.c
2248           src/main.c
2249           src/procmsg.c
2250                 Network errors get a View Log button
2251
2252 2003-01-10 [alfons]     0.8.8claws80
2253
2254         * src/prefs_toolbar.c
2255         * src/toolbar.c
2256                 use the translatable string for "Separator" as file name for
2257                 separator toolbar items (probably make this uppercase?)
2258
2259 2003-01-10 [alfons]     0.8.8claws79
2260
2261         * src/prefs_toolbar.c
2262                 put right A_SEPARATOR description string in "displayed
2263                 toolbar items list" so manually added separators are
2264                 saved correctly (bug #10, "Adding a separator to the main 
2265                 toolbar fails, entry in xml file is wrong")
2266
2267 2003-01-10 [christoph]  0.8.8claws78
2268
2269         * src/imap.c
2270                 o fix warnings
2271                 o use CAPABILITY to check if NAMESPACE is available
2272
2273 2003-01-10 [christoph]  0.8.8claws77
2274
2275         * src/imap.[ch]
2276                 apply UIDPLUS IMAP extension support patch
2277
2278         Patch submitted by Simon 'corecode' Schubert
2279
2280 2003-01-10 [paul]       0.8.8claws76
2281
2282         * src/folderview.c
2283                 a sync from main which fixes the news account folders'
2284                 Properties bug
2285
2286 2003-01-10 [christoph]  0.8.8claws75
2287
2288         * src/folder.c
2289                 don't accept 0 as a valid uid returned by copy and move
2290                 functions. 0 means the message was copied or moved but the
2291                 new uid could not be fetched. It is not an error condition
2292                 for the copy or move operation.
2293
2294 2003-01-10 [paul]       0.8.8claws74
2295
2296         * src/prefs_filtering.c
2297                 change English used in Alert when entry is not
2298                 saved.
2299                 
2300         * sync with 0.8.8cvs4
2301                 see ChangeLog 2003-01-10
2302
2303 2003-01-10 [darko]      0.8.8claws73
2304
2305         * src/pine.c
2306                 fix crash when importing address book entry
2307                 without a valid address
2308
2309 2003-01-09 [alfons]     0.8.8claws72
2310
2311         * src/inc.c
2312                 filtering performance: use new style folder update
2313
2314 2003-01-09 [christoph]  0.8.8claws71
2315
2316         * src/compose.c
2317         * src/gtk/menu.[ch]
2318                 fix wrong selecting of mime encoding type, when
2319                 opening property dialog of attachments in the
2320                 compose window. 7bit was always selected and that
2321                 destoryed files with 8bit data.
2322                 (closes bug #9 Sylpheed-claws destroys attachments when
2323                  changing MIME-types)
2324
2325 2003-01-09 [paul]       0.8.8claws70
2326
2327         * sync with 0.8.8cvs3
2328                 see ChangeLog 2003-01-09
2329
2330 2003-01-08 [alfons]     0.8.8claws69
2331         
2332         * src/addressadd.c
2333                 apply patch by Kim Schulz to fix build breakage
2334                 because of missing variable
2335
2336 2003-01-08 [paul]       0.8.8claws68
2337
2338         * sync with 0.8.8cvs2
2339                 see ChangeLog 2002-01-08
2340
2341 2003-01-08 [paul]       0.8.8claws67
2342
2343         * po/it.po
2344                 updated by Alessandro Maestri
2345                 
2346         * src/addressadd.c
2347                 when using 'Add sender to addressbook' allow
2348                 name to be edited and remarks to be entered
2349                 Patch submitted by Luke Plant
2350
2351 2003-01-08 [darko]      0.8.8claws66
2352
2353         * README.claws, src/summaryview.c
2354                 fix description for marked messages
2355
2356 2003-01-08 [paul]
2357
2358         * tools/Makefile.am
2359           tools/launch_phoenix  ** NEW FILE **
2360                 add script that enables using Phoenix as the default
2361                 web browser. 
2362                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2363                 
2364         * tools/OOo2sylpheed.pl
2365                 remove full path to sylpheed executable, just 'sylpheed'
2366                 will do
2367                 
2368         * tools/README
2369                 add launch_phoenix informtion and re-arrange and compress
2370                 the data a little
2371
2372 2003-01-07 [christoph]  0.8.8claws65
2373
2374         * src/folder.c
2375                 fix update for source folder when moving messages
2376         * src/procmsg.[ch]
2377         * src/summaryview.c
2378                 use function to set to_folder for message infos and
2379                 automatically update the op_count for old and new
2380                 folder
2381
2382 2003-01-07 [melvin]     0.8.8claws64
2383
2384         * src/prefs_actions.c
2385                 Fixed bug where an '%p' Action on a displayed image crashed 
2386                         Sylpheed
2387                 Code clean up (get rid of duplicated code and removed unnecessary 
2388                                 structure member)
2389
2390 2003-01-07 [christoph]  0.8.8claws63
2391
2392         * src/compose.c
2393         * src/folder.[ch]
2394         * src/folderview.c
2395         * src/import.c
2396         * src/inc.c
2397         * src/main.c
2398         * src/mainwindow.c
2399         * src/messageview.c
2400         * src/prefs_folder_item.c
2401         * src/procmsg.c
2402         * src/summaryview.c
2403         * src/toolbar.c
2404                 o remove all folder update triggering from the UI code. The folder
2405                   system should know much better when a folder needs an update.
2406                 o to prevent multiple updates in a row the folder updates can be
2407                   frozen for some time.
2408
2409                 Note: - Please verify that no updates are missing
2410                       - Check where freeze/thaws should be added
2411
2412 2003-01-07 [christoph]  0.8.8claws62
2413
2414         * src/prefs_actions.c
2415                 don't translate empty strings
2416
2417         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2418
2419 2003-01-06 [christoph]  0.8.8claws61
2420
2421         * src/prefs_actions.c
2422                 mark strings for gettext
2423         * src/prefs_matcher.c
2424                 use new description window for Execute action and
2425                 match condition in Filtering
2426
2427         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2428
2429 2003-01-06 [alfons]     0.8.8claws60
2430
2431         keep myself inspired to re-organize matcher part 8; 
2432         yes, more to come (I need to move out the descriptive
2433         text for actions to matcher.c, or at least make it not
2434         depend on the wicked ordering)
2435
2436         * src/prefs_matcher.c
2437                 add documentation so others may comprehend the
2438                 UI part of the conditions
2439                 
2440 2003-01-06 [christoph]  0.8.8claws59
2441
2442         * src/prefs_actions.c
2443                 use new description window for syntax help
2444         * src/gtk/description_window.c
2445                 fix display of descriptions with column count != 2
2446
2447         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2448
2449 2003-01-06 [christoph]  0.8.8claws58
2450
2451         * src/quote_fmt.c
2452         * src/summaryview.[ch]
2453         * src/gtk/Makefile.am
2454         * src/gtk/description_window.[ch]       ** NEW **
2455                 use a generic window to display syntax descriptions
2456                 currently used in quote_fmt and summaryview (new description
2457                 for extended quick search)
2458
2459         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2460
2461 2003-01-06 [paul]       0.8.8claws57
2462
2463         * sync with 0.8.8cvs1
2464                 see ChangeLog 2003-01-06
2465
2466 2003-01-06 [christoph]  0.8.8claws56
2467
2468         * src/mainwindow.c
2469         * src/prefs_gtk.[ch]
2470         * src/gtk/prefswindow.[ch]
2471         * src/plugins/spamassassin/spamassassin_gtk.c
2472                 o remove page management from prefswindow, pages
2473                   will be an argument to prefswindow_open
2474                 o prefswindow_open gets a datapointer that is
2475                   passed to the widget_create function to allow
2476                   creation of prefswindow for specific items
2477
2478 2003-01-06 [colin]      0.8.8claws55
2479         
2480         * src/summaryview.c
2481                 We don't want regexp in the reply-finder, 
2482                 because MIDs can contain !,$,. and so on
2483
2484 2003-01-06 [jens]       0.8.8claws54
2485
2486         * src/jpilot.c
2487                 fixed a wrong free in jpilot_read_db_files
2488
2489 2003-01-06 [alfons]     0.8.8claws53
2490
2491         re-organize matcher part 8; more to come
2492        
2493         * src/matcher.c
2494                 matcherprop_to_string(): put g_free()s before the
2495                 switch-case break to fix memleaks                
2496
2497 2003-01-06 [colin]      0.8.8claws52
2498
2499         * src/summaryview.c
2500                 cleanup & reply-finder now displays the first 
2501                 matching message
2502
2503 2003-01-05 [alfons]     0.8.8claws51
2504
2505         re-organize matcher part 7; more to come
2506
2507         * src/matcher.[ch]
2508                 fixes for constant correctness;
2509                 more documentation;
2510
2511 2003-01-05 [alfons]     0.8.8claws50
2512
2513         re-organize matcher part 6; more to come
2514         
2515         * src/matcher.[ch]
2516                 fixes for constant correctness;
2517                 more documentation;
2518         * src/filtering.c
2519                 fix for constant correctness
2520
2521 2003-01-05 [colin]      0.8.8claws49
2522
2523         * src/account.[ch]
2524                 Add account_get_reply_account function
2525         * src/compose.c
2526                 Use account_get_reply_account function 
2527         * src/summaryview.c
2528                 Basic reply-finder - click on the replied
2529                 icon gets you to the outbox using quick-search
2530
2531 2003-01-05 [paul]       0.8.8claws48
2532
2533         * src/prefs_common.c
2534                 small change to English
2535                 
2536         * src/prefs_filtering.c
2537                 prefs_filtering_action_select(): improve logic and uniformity
2538                 of gui
2539
2540 2003-01-05 [alfons]     0.8.8claws47
2541
2542         fine tune solution to focus problems (bug #7)
2543
2544         * src/mainwindow.c
2545                 mainwindow_focus_in_event(): remove grab event check
2546         * src/summaryview.c
2547                 summary_button_pressed(): move selection on right-click
2548                 too. we can't possibly move the selection back after
2549                 canceling a dialog, because gtk's incomplete focus 
2550                 management. whether this is a good solution, only time
2551                 will tell.
2552
2553 2003-01-05 [christoph]  0.8.8claws46
2554
2555         * src/imap.c
2556                 fix crash when no imap connection could be established
2557
2558 2003-01-05 [paul]       0.8.8claws45
2559
2560         * src/mainwindow.c
2561           src/sumamryview.c
2562           src/gtk/menu.[ch]
2563                 fix bug 605957 'shortcuts in popup-menu'
2564                 make user-defined shortcuts work
2565                 show shortcuts that are already defined
2566                 in the main menu
2567                 Patch submitted by Luke Plant
2568
2569 2003-01-05 [alfons]     0.8.8claws44
2570
2571         * src/mainwindow.c
2572                 focus_in_event handler should not select summary view row 
2573                 when another window (menu, dialog) grabbed for events 
2574                 (bug #7, "[0.8.8claws42] Message summary focus") 
2575
2576 2003-01-04 [christoph]  0.8.8claws43
2577
2578         * src/procmsg.c
2579                 update save folder after adding the sent message
2580                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2581
2582 2003-01-02 [christoph]  0.8.8claws42
2583
2584         * src/common/plugin.c
2585                 fix unloading of all plugins and unload
2586                 plugins in reverse order
2587                 
2588         * src/gtk/pluginwindow.c
2589                 implement function of load and unload button
2590
2591         * src/gtk/prefswindow.c
2592         * src/gtk/prefswindow.h
2593                 rename register function and add new unregister
2594                 function
2595
2596         * src/plugins/spamassassin/spamassassin_gtk.c
2597                 unregister prefs page and update for changes in
2598                 src/gtk/prefswindow.c
2599
2600 2003-01-02 [paul]       0.8.8claws41
2601
2602         * po/es.po
2603                 updated by Ricardo Mones Lastra
2604
2605 2003-01-02 [paul]
2606
2607         * tools/tb2sylpheed
2608                 fixes and improvements by Urke MMI
2609
2610 2003-01-02 [thorsten]   0.8.8claws40
2611
2612         * src/procmsg.c
2613                 fixed wrong return value
2614
2615 2003-01-02 [thorsten]   0.8.8claws39
2616
2617         * src/prefs.c
2618                 fixed printing wrong variable
2619
2620 2003-01-02 [thorsten]   0.8.8claws38
2621
2622         * src/prefs.c
2623                 fixed acessing members of freed pfile struct
2624
2625 2003-01-02 [thorsten]   0.8.8claws37
2626
2627         * src/procmsg.c
2628                 detect loops across several messages
2629                 as suggested by Christoph Hohmann
2630
2631 2003-01-01 [match]      0.8.8claws36
2632
2633         * src/addrindex.c
2634                 fixed another memory leak.
2635
2636 2003-01-01 [match]      0.8.8claws35
2637
2638         * src/jpilot.[ch]
2639                 fixed memory leaks. applied Doxygen comments.
2640
2641 2003-01-01 [thorsten]   0.8.8claws34
2642
2643         * src/procmsg.c
2644                 inhibit endless loop if msg references itself
2645                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2646
2647 2003-01-01 [christoph]  0.8.8claws33
2648
2649         * src/mainwindow.c
2650         * src/gtk/Makefile.am
2651         * src/gtk/pluginwindow.c                ** NEW **
2652         * src/gtk/pluginwindow.h                ** NEW **
2653                 add plugin window
2654
2655         * src/plugins/demo/demo.c
2656         * src/plugins/spamassassin/spamassassin.c
2657         * src/plugins/spamassassin/spamassassin_gtk.c
2658                 write better plugin descriptions
2659
2660 2002-12-31 [christoph]  0.8.8claws32
2661
2662         * src/gtk/prefswindow.c
2663         * src/plugins/spamassassin/spamassassin_gtk.c
2664                 some small improvements to GTK code
2665
2666 2002-12-31 [christoph]  0.8.8claws31
2667
2668         * src/plugins/spamassassin/spamassassin_gtk.c
2669                 enable folder select button
2670
2671 2002-12-31 [christoph]  0.8.8claws30
2672
2673         * src/mainwindow.c
2674         * src/gtk/Makefile.am
2675         * src/gtk/prefswindow.c                         ** NEW **
2676         * src/gtk/prefswindow.h                         ** NEW **
2677                 add new prefs window
2678
2679         * src/common/plugin.c
2680                 don't try to load empty config lines
2681         
2682         * src/plugins/spamassassin/Makefile.am
2683         * src/plugins/spamassassin/spamassassin.c
2684         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2685         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2686                 GTK config for SpamAssassin Plugin using
2687                 the new prefs window
2688
2689 2002-12-31 [paul]       0.8.8claws29
2690
2691         * po/POTFILES.in
2692                 remove obsolete entry 'src/menu.c'
2693
2694 2002-12-31 [alfons]     0.8.8claws28
2695
2696         * src/matcher.[ch]
2697         * src/matcher_parser_parse.y
2698         * src/prefs_matcher.c
2699                 add "ignore_thread" and "~ignore_thread" condition so it's
2700                 possible to make the actions / scoring operate on the ignore
2701                 thread flag
2702
2703 2002-12-31 [christoph]  0.8.8claws27
2704
2705         * src/addrbook.c
2706         * src/addrindex.c
2707         * src/folder.c
2708         * src/matcher.c
2709         * src/prefs_account.c
2710         * src/prefs_actions.c
2711         * src/prefs_customheader.c
2712         * src/prefs_display_header.c
2713         * src/prefs_gtk.c
2714         * src/procmime.c
2715         * src/toolbar.c
2716         * src/xmlprops.c
2717         * src/common/prefs.[ch]
2718                 extend prefs file handling for reading and automatic handling
2719                 of blocks. When reading prefs_set_block_label will automatically
2720                 move on to the block. When writing it will copy all other blocks
2721                 automatically
2722
2723         * src/common/plugin.c
2724                 Now loading plugin filenames from [Plugins] block in
2725                 sylpheed rc file
2726
2727 2002-12-30 [christoph]  0.8.8claws26
2728
2729         * src/common/hooks.[ch]
2730                 return abort status to caller of hooks_invoke
2731                 
2732         * src/inc.[ch]
2733                 invoke message filtering hook and stop
2734                 default handling when filter returns abort
2735
2736         * src/common/plugin.[ch]
2737         * src/plugins/demo/demo.c
2738                 modify plugin loader, because resolving symbols for strings
2739                 does not work correctly
2740         
2741         * configure.in
2742         * ac/spamassassin.m4                            ** NEW **
2743         * src/plugins/spamassassin/.cvsignore           ** NEW **
2744         * src/plugins/spamassassin/Makefile.am          ** NEW **
2745         * src/plugins/spamassassin/README               ** NEW **
2746         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2747         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2748         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2749                 add spamassassin plugin, see src/plugins/spamassassin/README
2750                 for details
2751
2752 2002-12-29 [alfons]     0.8.8claws25
2753
2754         * src/mainwindow.c
2755                 when moving focus from a message view to the main 
2756                 window, don't forget to select the summary node
2757                 of the displayed message. should fix "[ 659103 ] 
2758                 focus-follows-mouse confuses sylpheed"
2759
2760 2002-12-29 [christoph]  0.8.8claws24
2761
2762         * src/Makefile.am
2763         * src/stringtable.[ch]          ** REMOVE **
2764         * src/common/Makefile.am
2765         * src/common/stringtable.[ch]   ** NEW **
2766                 move stringtable files to common directory
2767
2768 2002-12-29 [christoph]  0.8.8claws23
2769
2770         * src/Makefile.am
2771         * src/menu.[ch]                 ** REMOVE **
2772         * src/gtk/Makefile.am
2773         * src/gtk/menu.[ch]             ** NEW **
2774                 move menu files to gtk directory
2775
2776 2002-12-29 [match]      0.8.8claws22
2777
2778         * src/addressbook.c
2779         * src/syldap.c
2780                 moved UI specific code out of LDAP code into addressbook
2781                 UI code. fixed memory leak.
2782
2783 2002-12-29 [christoph]  0.8.8claws21
2784
2785         * src/folder.c
2786                 only check for IGNORED parent message when message is
2787                 not IGNORED itself
2788
2789 2002-12-29 [alfons]     0.8.8claws20
2790
2791         * src/summaryview.c
2792                 set gtksctree's anchor correct (immediate execute
2793                 changes the tree's layout, and anchor points at 
2794                 the incorrect row). fixes "[ 657233 ] multiple msg 
2795                 delete sometimes off by 1".
2796                 we probably have to look for more tree layout /
2797                 anchor glitches.
2798
2799 2002-12-29 [paul]       0.8.8claws19
2800
2801         * src/summaryview.c
2802                 fix bug [ 659054 ] incorrect sorting of 'From' column
2803                 when using 'display sender using address book'
2804                 thanks to Alfons and Luke Plant
2805
2806 2002-12-29 [christoph]  0.8.8claws18
2807
2808         * src/folder.c
2809         * src/procmsg.[ch]
2810                 check parent messages for IGNORE THREAD flag, when adding,
2811                 moving or copying messages to a folder
2812
2813 2002-12-27 [alfons]     0.8.8claws17
2814
2815         re-organize matcher part 5; more to come
2816
2817         * src/matcher.c
2818                 hash keywords in matchparser_tab 
2819
2820 2002-12-27 [alfons]     0.8.8claws16
2821
2822         re-organize matcher part 4; more to come
2823
2824         * src/matcher_parser.h
2825         * src/matcher_parser_lex.l
2826         * src/matcher_parser_parse.y
2827                 cleanup
2828
2829 2002-12-27 [alfons]     0.8.8claws15
2830
2831         re-organize matcher part 3; more to come
2832
2833         * src/matcher.[ch]
2834                 cleanup
2835
2836 2002-12-27 [alfons]     0.8.8claws14
2837
2838         re-organize matcher part 2; more to come but this should
2839         work. cc me if there are any regressions.
2840
2841         * src/matcher.h
2842                 add prototype for get_matchparser_tab_id()
2843         * src/matcher_parser_lex.l
2844                 look up keywords using matchparser_tab_id();
2845
2846 2002-12-27 [alfons]     0.8.8claws12
2847
2848         re-organize matcher part 1
2849
2850         * src/matcher.h
2851                 map yacc generated constants to sylpheed matcher constants
2852         * src/matcher.c
2853                 add function to find a matcher constant from a string
2854
2855 2002-12-27 [christoph]  0.8.8claws11
2856
2857         * src/compose.c
2858                 MENUITEM_ADD casts the 4th argument from integer to pointer
2859                 so it probably should not be a pointer, this means we
2860                 should use account id for it and not the account's pointer
2861
2862 2002-12-27 [paul]       0.8.8claws10
2863
2864         * src/mainwindow.c
2865                 remove unneeded 'GtkWidget *vbox'
2866                 
2867         * src/summaryview.c
2868                 further sync with 0.8.8 - make sort
2869                 by recipient work as expected
2870                 
2871         * NEWS
2872                 sync with 0.8.8
2873
2874 2002-12-27 [paul]       0.8.8claws9
2875
2876         * po/pt_BR.po
2877                 updated by Ivan F. Martinez
2878                 
2879 2002-12-27 [darko]      0.8.8claws8
2880
2881         * src/common/utils.c
2882                 added locked pattern to extended search
2883
2884 2002-12-27 [alfons]     0.8.8claws7
2885
2886         * src/prefs_matcher.[ch]
2887                 clean up
2888
2889 2002-12-26 [alfons]     0.8.8claws6
2890
2891         * src/matcher.[ch]
2892         * src/matcher_parser_lex.l
2893         * src/matcher_parser_parse.y
2894         * src/prefs_matcher.c
2895                 allow color label as a condition in the matcher
2896
2897 2002-12-26 [oliver]     0.8.8claws5
2898         
2899         * src/toolbar.c 
2900                 enable Addressbook for Main and Messageview
2901         * src/prefs_actions.c
2902                 enable actions in Messageview
2903
2904 2002-12-26 [christoph]  0.8.8claws4
2905
2906         * src/common/plugin.c
2907                 add a little debug output
2908         * configure.in
2909         * src/plugins/demo/Makefile.am
2910                 better use of automake
2911
2912 2002-12-26 [christoph]  0.8.8claws3
2913
2914         * src/Makefile.am
2915         * src/common/Makefile.am
2916                 fix "make distdir"
2917
2918 2002-12-26 [christoph]  0.8.8claws2
2919
2920         * configure.in
2921                 sort configure checks into common / gtk / plugins
2922         * po/POTFILES.in
2923                 add src/prefs_gtk.c
2924         * src/Makefile.am
2925                 add plugins SUBDIR
2926         * src/main.c
2927         * src/common/sylpheed.[ch]
2928                 added now sylpheed_done function for shutdown
2929         * src/common/Makefile.am
2930         * src/common/plugin.[ch]                ** NEW **
2931                 plugin loader and unloader
2932         * src/plugins/.cvsignore                ** NEW **
2933         * src/plugins/Makefile.am               ** NEW **
2934                 build plugins
2935         * src/plugins/demo/.cvsignore           ** NEW **
2936         * src/plugins/demo/Makefile.am          ** NEW **
2937         * src/plugins/demo/demo.c               ** NEW **
2938                 small demo plugin that installs a logtext hook and
2939                 outputs the log text to stdout
2940
2941 2002-12-26 [paul]       0.8.8claws1
2942
2943         * po/es.po
2944                 updated by Ricardo Mones Lastra
2945
2946 2002-12-26 [paul]       0.8.8claws
2947
2948         * 0.8.8claws released
2949
2950 2002-12-26 [paul]       0.8.7claws12
2951
2952         * po/bg.po
2953                 updated by George Danchev
2954
2955 2002-12-26 [paul]       0.8.7claws11
2956
2957         * po/POTFILES.in
2958                 remove unneeded 'src/prefs.c' entry 
2959
2960 2002-12-26 [paul]       0.8.7claws10
2961
2962         * src/codeconv.c
2963           src/mainwindow.c
2964                 sync with 0.8.8 release
2965         
2966         * src/folder.[ch]
2967           src/mh.c
2968           src/summaryview.c
2969                 partial sync with 0.8.8 release
2970         
2971
2972 2002-12-25 [alfons]     0.8.7claws9
2973
2974         * src/matcher.[ch]
2975         * src/matcher_parser_lex.l
2976         * src/matcher_parser_parse.y
2977         * src/prefs_matcher.c
2978                 add locked flag to possible filtering / matcher 
2979                 conditions (also a good example what should be
2980                 done to add a simple boolean condition)
2981
2982 2002-12-25 [christoph]  0.8.7claws8
2983
2984         * src/Makefile.am
2985         * src/account.[ch]
2986         * src/addrbook.c
2987         * src/addressbook.c
2988         * src/addrindex.c
2989         * src/filtering.c
2990         * src/folder.c
2991         * src/matcher.c
2992         * src/prefs.[ch]                ** REMOVE **
2993         * src/prefs_account.c
2994         * src/prefs_actions.c
2995         * src/prefs_common.c
2996         * src/prefs_customheader.c
2997         * src/prefs_display_header.c
2998         * src/prefs_filtering.c
2999         * src/prefs_folder_item.c
3000         * src/prefs_gtk.[ch]            ** NEW **
3001         * src/prefs_matcher.c
3002         * src/prefs_scoring.c
3003         * src/prefs_summary_column.c
3004         * src/procmime.c
3005         * src/selective_download.c
3006         * src/toolbar.c
3007         * src/common/Makefile.am
3008         * src/common/prefs.[ch]         ** NEW **
3009                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3010
3011 2002-12-24 [alfons]     0.8.7claws7
3012
3013         * src/summaryview.c
3014                 summary_thread_build(): fix real cause of the crash mentioned in
3015                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3016                 this way we get meaningful ctree nodes 
3017
3018 2002-12-24 [oliver]     0.8.7claws6
3019
3020         * src/mainwindow.[ch]
3021         * src/messageview.[ch]
3022         * src/compose.[ch]
3023         * src/inc.c
3024         * src/summaryview.c
3025                 changes to use updated toolbar handling
3026                 
3027 2002-12-24 [oliver]     0.8.7claws5
3028
3029         * src/toolbar.[ch]
3030                 generic toolbar handling
3031                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3032         * src/prefs_toolbar.[ch]
3033                 adjust to handling
3034         
3035 2002-12-24 [oliver]     0.8.7claws4
3036         
3037         * src/stock_pixmap.[ch]
3038                 move SYLPHEED_LOGO to end of list in order 
3039                 to remove it from Custom Toolbar`s Icon View
3040
3041 2002-12-24 [alfons]     0.8.7claws3
3042
3043         * src/summaryview.c
3044                 summary_thread_build(): fix crash because of focus != selection 
3045                 after threading. when deleting the selection, gtk tries but fails 
3046                 to find the correct focusable element. we now force the selection
3047                 to be focused. this should solve the infamous bug reported by 
3048                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3049                 a test case is available. 
3050
3051 2002-12-24 [darko]      0.8.7claws2
3052
3053         * src/summaryview.c
3054                 don't crash when unmarking message with unread children
3055
3056 2002-12-23 [christoph]  0.8.7claws1
3057
3058         * src/Makefile.am
3059         * src/common/Makefile.am
3060                 update Makefiles for moved intl.h, version.h and defs.h
3061         * src/imap.c
3062                 rewrite imap_session_get to avoid duplicate code
3063
3064 2002-12-23 [paul]       0.8.7claws
3065
3066         * Santa-Claws released
3067         
3068         * po/hu.po
3069           po/ru.po
3070                 squeeze in updated Hungarian and Russian translations.
3071                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3072
3073 2002-12-23 [paul]       0.8.6claws129
3074
3075         * po/pl.po
3076                 updated by Witold Wladyslaw Wojciech Wilk
3077
3078 2002-12-23 [paul]       0.8.6claws128
3079
3080         * src/quote_fmt_parse.y
3081                 fix typo and add licence header
3082
3083 2002-12-23 [paul]       0.8.6claws127
3084
3085         * po/en_GB.po
3086                 updated
3087
3088 2002-12-23 [paul]       0.8.6claws126
3089
3090         * po/it.po
3091                 updated translation, submitted by Alessandro Maestri
3092                 
3093 2002-12-23 [paul]       0.8.6claws125
3094
3095         * src/quote_fmt_parse.y
3096                 fix signature-stripping on replies bug. match
3097                 '-- \n' and not '-- '.
3098
3099 2002-12-22 [paul]       0.8.6claws124
3100
3101         * po/bg.po
3102           po/es.po
3103           po/sr.po
3104                 updated translations. submitted by George Danchev,
3105                 Ricardo Mones Lastra, and Urke MMI respectively
3106
3107 2002-12-21 [paul]       0.8.6claws123
3108
3109         * src/addrbook.c
3110                 fix coding style
3111
3112 2002-12-21 [paul]       0.8.6claws122
3113
3114         * src/addrbook.c
3115                 fix bug [643638] where if a person is in one or more
3116                 addressbook groups editing that person's email 
3117                 address results in removal from those groups.
3118                 Patch submitted by Luke Plant.
3119
3120 2002-12-20 [christoph]  0.8.6claws121
3121
3122         * src/common/utils.c
3123         * src/summaryview.c
3124                 reimplement expand_search_string using GString to
3125                 prevent crashs caused by miscalculated string
3126                 lengths reported by Paul
3127
3128 2002-12-20 [christoph]  0.8.6claws120
3129
3130         * src/summaryview.c
3131                 don't use "changed" to check if op_count has to be changed as it
3132                 is also set when the message has unread children
3133                 (closes bug [ 653221 ] crash while deleting duplicates)
3134
3135 2002-12-20 [paul]       0.8.6claws119
3136
3137         * sync with 0.8.6cvs27
3138                 see ChangeLog 2002-12-20
3139
3140 2002-12-20 [paul]       0.8.6claws118
3141
3142         * sync with 0.8.6cvs26
3143                 see ChangeLog 2002-12-19 and 2002-12-20
3144
3145 2002-12-19 [alfons]     0.8.6claws117
3146
3147         * src/textview.c
3148                 fix incorrect parsing of email addresses, submitted by 
3149                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3150                 name display if it contains @".
3151
3152 2002-12-18 [paul]       0.8.6claws116
3153
3154         * sync with 0.8.6cvs23
3155                 see ChangeLog 2002-12-18
3156
3157 2002-12-18 [paul]       0.8.6claws115
3158
3159         * src/Makefile.am
3160         * src/account.c
3161         * src/codeconv.c
3162         * src/gtkutils.[ch]
3163         * src/imap.c
3164                 sync with 0.8.6cvs22.
3165                 see ChangeLog 2002-12-17 and 2002-12-18
3166
3167 2002-12-17 [christoph]  0.8.6claws114
3168
3169         * src/imap.c
3170                 o don't create a session if imap greeting fails
3171                 o don't close socket when authentication fails
3172                   this is done by imap_session_destroy
3173
3174 2002-12-17 [thorsten]   0.8.6claws113
3175
3176         * tools/Makefile.am
3177           tools/README
3178           tools/google_msgid.pl ** NEW FILE **
3179                 Added "search for message-id" script and doc
3180
3181 2002-12-17 [thorsten]   0.8.6claws112
3182
3183         * po/hu.po
3184                 Updated hungarian translation
3185                 (updated by Gal Zoltan)
3186
3187 2002-12-16 [christoph]  0.8.6claws111
3188
3189         * src/addr_compl.c
3190                 remove stupid addressbook dump to debug output
3191         * src/mh.c
3192                 fix memory leak found by Hiro
3193
3194 2002-12-14 [paul]       0.8.6claws110
3195
3196         * src/compose.c
3197                 fix menubar sensitivity on send
3198                 
3199         * src/prefs_filtering.c
3200         * src/prefs_matcher.c
3201         * src/prefs_scoring.c
3202                 Fix english ;)
3203                 
3204         * src/common/quoted-printable.h
3205                 sync: fix typo
3206         
3207 2002-12-13 [christoph]  0.8.6claws109
3208
3209         * src/Makefile.am
3210         * src/manage_window.[ch]        ** REMOVE **
3211         * src/gtk/Makefile.am
3212         * src/gtk/manage_window.[ch]    ** NEW **
3213                 move manage_window files to gtk directory
3214
3215 2002-12-13 [christoph]  0.8.6claws108
3216
3217         * src/Makefile.am
3218         * src/gtkshruler.[ch]           ** REMOVE **
3219         * src/gtk/Makefile.am
3220         * src/gtk/gtkshruler.[ch]       ** NEW **
3221                 move gtkshruler files to gtk directory
3222
3223 2002-12-13 [christoph]  0.8.6claws107
3224
3225         * src/Makefile.am
3226         * src/compose.c
3227         * src/gtkstext.[ch]             ** REMOVE **
3228         * src/gtkutils.[ch]
3229         * src/textview.c
3230         * src/gtk/gtkstext.[ch]         ** NEW **
3231         * src/gtk/Makefile.am
3232                 o move stext functions to gtkstext.c to remove
3233                   dependency of gtkutils
3234                 o move gtkstext files to gtk directory
3235
3236         * src/gtk/Makefile.am
3237         * src/gtk/sslcertwindow.[ch]
3238                 UI stuff can always depend on common code so
3239                 it's ok to add ../common to include path
3240
3241 2002-12-13 [colin]      0.8.6claws106
3242
3243         * src/summaryview.c
3244                 Disconnect sighandlers for mainwindow when
3245                 quicksearch has the focus
3246                 Fix bug #653231
3247         * src/mainwindow.[ch]
3248                 Make key_pressed callback public, to be able
3249                 to disconnect it
3250
3251 2002-12-13 [christoph]  0.8.6claws105
3252
3253         * src/mh.c
3254                 create .mh_sequences file in new MH folders
3255                 (closes feature request [ 523162 ] MH folders should
3256                  get a .mh_sequences)
3257
3258 2002-12-13 [colin]      0.8.6claws104
3259
3260         * src/summaryview.c
3261                 Better handling of quicksearch show/hide
3262                 (basically the button stays under the mouse 
3263                  when toggled)
3264
3265 2002-12-13 [paul]       0.8.6claws103
3266
3267         * sync with 0.8.6cvs17
3268                 see ChangeLog 2002-12-13
3269
3270 2002-12-13 [paul]       0.8.6claws102
3271
3272         * po/es.po
3273                 updated by Ricardo Mones Lastra
3274
3275 2002-12-11 [colin]       0.8.6claws101
3276
3277         * src/folder.c
3278                 remove statusbar stuff
3279           src/folderview.c
3280                 set statusbar verbosity when moving folders
3281
3282 2002-12-11 [colin]       0.8.6claws100
3283         * src/prefs_filtering.c
3284         * src/prefs_matcher.c
3285         * src/prefs_scoring.c
3286                 Fix english ;)
3287
3288 2002-12-11 [colin]       0.8.6claws99
3289
3290         * src/prefs_common.[ch]
3291                 Add summary_quicksearch_type
3292         * src/summaryview.c
3293                 Save last used quicksearch type
3294
3295 2002-12-11 [jens]       0.8.6claws98
3296         * src/prefs_filtering.c
3297         * src/prefs_matcher.c
3298         * src/prefs_scoring.c
3299                 added dialog for incomplete rules in scoring, filtering and
3300                 matcher to ask wheather really close
3301
3302 2002-12-11 [colin]      0.8.6claws97
3303
3304         * src/folder.c
3305                 Fix folder dnd statusbar logging
3306
3307 2002-12-10 [christoph]  0.8.6claws96
3308
3309         * src/compose.c
3310         * src/folder.c
3311         * src/imap.c
3312         * src/inc.c
3313         * src/main.c
3314         * src/mainwindow.c
3315         * src/news.c
3316         * src/send.c
3317         * src/statusbar.[ch]
3318         * src/common/hooks.c
3319         * src/common/log.[ch]
3320                 o handle verbose logging in statusbar directly in statusbar code
3321                   and common code does not need any knowledge about a statusbar
3322                 o remove direct calls to statusbar_(puts|pop)_all functions
3323
3324 2002-12-10 [jens]       0.8.6claws95
3325
3326         * src/*.c
3327                 removed gettext from g_warnings
3328         * po/POTFILES.in
3329                 cleaned and updated
3330         * po/de.po
3331                 updated
3332
3333 2002-12-10 [colin]      0.8.6claws94
3334
3335         * src/main.c
3336                 finish crash dialog fix
3337
3338 2002-12-10 [colin]      0.8.6claws93
3339
3340         * src/main.c
3341                 "Fix" "sylpheed already running" instead of
3342                 crash dialog appearing after a crash
3343
3344 2002-12-10 [colin]      0.8.6claws92
3345
3346         * po/POTFILES.in
3347                 add src/gtk/sslcertwindow.c
3348
3349 2002-12-10 [paul]       0.8.6claws91
3350
3351         * po/POTFILES.in
3352                 updated to reflect recent changes
3353                 submitted by Alessandro Maestri
3354
3355 2002-12-09 [christoph]  0.8.6claws90
3356
3357         * src/Makefile.am
3358         * src/smtp.[ch]                 ** REMOVE **
3359         * src/common/Makefile.am
3360         * src/common/smtp.[ch]          ** NEW **
3361                 move smtp files to common directory
3362
3363 2002-12-09 [christoph]  0.8.6claws89
3364
3365         * src/Makefile.am
3366         * src/session.[ch]              ** REMOVE **
3367         * src/common/Makefile.am
3368         * src/common/session.[ch]       ** NEW **
3369                 move session files to common directory
3370
3371 2002-12-09 [paul]       0.8.6claws88
3372
3373         * src/account.c
3374                 fix bug [649746] edit accounts: move account reverted
3375                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3376
3377 2002-12-09 [colin]      0.8.6claws87
3378
3379         * src/ssl_certificate.c
3380                 cleanup
3381
3382 2002-12-09 [colin]      0.8.6claws86
3383
3384         * src/ssl.c
3385                 Try to open the cert.pem database and 
3386                 issue a warning if it isn't there
3387
3388 2002-12-09 [colin]      0.8.6claws85
3389
3390         * src/common/ssl_certificate.c
3391         * src/gtk/sslcertwindow.c
3392                 Warning fixes
3393
3394 2002-12-09 [colin]      0.8.6claws84
3395
3396         * src/ssl_certificate.[ch] ** REMOVED **
3397         * src/common/ssl_certificate.[ch] ** NEW **
3398         * src/Makefile.am
3399         * src/common/Makefile.am
3400                 Moved ssl_certificate.[ch] to common
3401         * src/common/ssl.c 
3402                 Put back needed include
3403         * src/gtk/sslcertwindow.[ch]
3404                 Changed ssl_certificate.h include
3405         
3406 2002-12-09 [colin]      0.8.6claws83
3407
3408         * src/gtk/sslcertwindow.[ch]
3409                 Implement hook for certificate acception
3410         * src/ssl_certificate.[ch]
3411                 Implement hook for certificate acception
3412         * src/common/ssl.c
3413                 Reenable certificate acception check
3414         * src/mainwindow.c
3415                 Register sslcertwindow's hook
3416         
3417 2002-12-08 [christoph]  0.8.6claws82
3418
3419         * src/about.c
3420         * src/addr_compl.c
3421         * src/codeconv.c
3422         * src/manual.c
3423         * src/undo.c
3424         * src/common/utils.c
3425                 o add missing includes
3426                 o fix warnings
3427         * src/.cvsignore
3428         * src/common/.cvsignore
3429         * src/common/version.h          ** REMOVE **
3430                 remove autogenerated file
3431
3432 2002-12-08 [paul]       0.8.6claws81
3433
3434         * src/stringtable.c
3435                 put back needed include
3436
3437 2002-12-08 [colin]      0.8.6claws80
3438         
3439         * src/gtk/sslcertwindow.c
3440                 Cleaner popups when asking
3441         * src/ssl_certificate.c
3442         * src/prefs_common.[ch]
3443                 remove ssl certificate pref
3444                 put back needed include
3445         * src/undo.c
3446                 put back needed include
3447
3448 2002-12-08 [christoph]  0.8.6claws79
3449
3450         * src/folderview.c
3451         * src/logwindow.c
3452         * src/statusbar.c
3453         * src/summaryview.c
3454                 only abort hook invokation if required data is missing not
3455                 if our own data pointer is NULL, update hookfunction for
3456                 log window
3457
3458 2002-12-08 [paul]       0.8.6claws78
3459
3460         * src/about.c
3461         * src/addrcache.c
3462         * src/addrclip.c
3463         * src/addr_compl.c
3464         * src/addrselect.c
3465         * src/codeconv.c
3466         * src/colorlabel.c
3467         * src/enriched.c
3468         * src/esmtp.c
3469         * src/exporthtml.c
3470         * src/headerview.c
3471         * src/imageview.c
3472         * src/manual.c
3473         * src/noticeview.c
3474         * src/pgptext.c
3475         * src/scoring.c
3476         * src/sourcewindow.c
3477         * src/stringtable.c
3478         * src/undo.c
3479                 clean up: remove unneccesary includes
3480
3481 2002-12-08 [christoph]  0.8.6claws77
3482
3483         * src/folderview.c
3484         * src/statusbar.c
3485         * src/summaryview.c
3486         * src/common/hooks.[ch]
3487                 hook functions now have a gboolean return value, if a hook
3488                 returns TRUE it will stop executing of any more hooks in
3489                 the same hooklist for this invokation
3490
3491 2002-12-08 [colin]      0.8.6claws76
3492         
3493         * src/main.c
3494                 put back argv0 for CRASH_DIALOG
3495
3496 2002-12-08 [christoph]  0.8.6claws75
3497
3498         * src/Makefile.am
3499         * src/about.c
3500         * src/account.c
3501         * src/crash.c
3502         * src/esmtp.h
3503         * src/imap.[ch]
3504         * src/inc.c
3505         * src/main.c
3506         * src/mainwindow.c
3507         * src/news.c
3508         * src/pop.[ch]
3509         * src/prefs_account.[ch]
3510         * src/prefs_common.[ch]
3511         * src/send.[ch]
3512         * src/smtp.[ch]
3513         * src/ssl_certificate.[ch]
3514         * src/ssl_manager.[ch]
3515         * src/common/Makefile.am
3516         * src/common/log.c
3517         * src/common/nntp.[ch]
3518         * src/common/socket.[ch]
3519         * src/common/ssl.[ch]
3520         * src/gtk/sslcertwindow.[ch]
3521         * ac/openssl.m4
3522                 use new autoconf script to detect OpenSSL with extra parameters
3523                 to specify the location of libs and includes, also remove USE_SSL
3524                 to USE_OPENSSL
3525
3526         * src/common/sylpheed.[ch]
3527         * src/common/version.h.in
3528                 start seperation of common code initialization seperated from gui
3529
3530         * src/summaryview.c
3531                 The function that is called when a color label changes
3532                 should not change the color lable again
3533
3534 2002-12-08 [colin]      0.8.6claws74
3535
3536         * src/gtk/sslcertwindow.c
3537                 warning fixes
3538
3539 2002-12-08 [colin]      0.8.6claws73
3540
3541         * src/statusbar.c
3542           src/common/log.h
3543                 Register a hook for statusbar_puts_all
3544         * src/common/log.c
3545                 invoke statusbar_puts_all's hook
3546         
3547 2002-12-08 [colin]      0.8.6claws72
3548
3549         * src/ssl_certificate.c
3550                 Put back a badly-removed include
3551
3552 2002-12-08 [colin]      0.8.6claws71
3553
3554         * src/gtk/sslcertwindow.[ch]    ** NEW **
3555                 new certificate presentation
3556         * src/gtk/Makefile.am
3557                 add new files
3558         * src/ssl_certificate.[ch]
3559                 gtk cleanup, made utility functions public
3560         * src/ssl_manager.c
3561                 use new cert presentation
3562
3563 2002-12-07 [christoph]  0.8.6claws70
3564
3565         * src/Makefile.am
3566         * src/nntp.[ch]                 ** REMOVE **
3567         * src/common/Makefile.am
3568         * src/common/nntp.[ch]          ** NEW **
3569                 move nntp files to common directory
3570
3571 2002-12-07 [christoph]  0.8.6claws69
3572
3573         * src/procmsg.[ch]
3574         * src/summaryview.c
3575                 implement msginfo update callback using sylpheed's new
3576                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3577
3578 2002-12-06 [christoph]  0.8.6claws68
3579
3580         * src/editgroup.c
3581                 This patch changes the 'Edit Group Details' dialog to
3582                 allow extended selections in either pane, so that
3583                 addresses can be added or removed from a group more
3584                 quickly and easily. (it actually is a net decrease in
3585                 file size, as some unnecessary functions have been
3586                 removed). 
3587                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3588
3589 2002-12-06 [christoph]  0.8.6claws67
3590
3591         * src/Makefile.am
3592         * src/template.[ch]             ** REMOVE **
3593         * src/common/Makefile.am
3594         * src/common/template.[ch]      ** NEW **
3595                 move template files to common directory
3596
3597         * src/nntp.c
3598                 add missing log.h include
3599
3600 2002-12-06 [melvin]     0.8.6claws66
3601
3602         * src/prefs_actions.c
3603                 Added the trailing ">" syntax to insert command's output
3604                 without replacing old text (in contrast to trailing "|").
3605
3606 2002-12-05 [colin]      0.8.6claws65
3607         
3608         * src/common/utils.c
3609                 Don't modify original search_string or it'll change
3610                 the next iterations in the for()
3611
3612 2002-12-05 [darko]      0.8.6claws64
3613
3614         * src/common/utils.c
3615                 proper check for filtering commands, found by Colin
3616
3617 2002-12-05 [darko]      0.8.6claws63
3618
3619         * src/common/utils.c
3620                 check proper string for NULL pointer, found by Colin
3621
3622 2002-12-05 [darko]      0.8.6claws62
3623
3624         * src/common/utils.[ch]
3625                 expand_search_string(): new function
3626                 converts Mutt-like patterns to Sylpheed's
3627                 filtering engine
3628         * src/summaryview.c
3629                 use expand_search_string() to allow Mutt-like
3630                 patterns in extended search
3631         * README.claws
3632                 document extended option in quick search
3633
3634 2002-12-05 [paul]       0.8.6claws61
3635
3636         * sync with 0.8.6cvs16
3637                 see ChangeLog 2002-12-05
3638                 
3639         * po/POTFILES.in
3640                 clean up
3641
3642 2002-12-04 [christoph]  0.8.6claws60
3643
3644         * src/imap.[ch]
3645                 put imap authentication code into a new function and
3646                 remove it from imap_session_new that will allow to
3647                 send other commands before authentication
3648
3649 2002-12-04 [christoph]  0.8.6claws59
3650
3651         * src/imap.[ch]
3652                 use already existing method to prevent unneeded IMAP
3653                 folder selects. Set imap_select parameters to NULL
3654                 in some functions if the values are not required.
3655
3656         * src/xml.h
3657                 remove no longer required include
3658
3659 2002-12-04 [paul]       0.8.6claws58
3660
3661         * po/es.po
3662                 updated by Ricardo Mones Lastra
3663                 
3664         * configure.in
3665           po/hu.po      ** NEW FILE **
3666                 initial Hungarian translation, submitted
3667                 by Gál Zoltán <galzoli@hu.inter.net>
3668
3669 2002-12-03 [christoph]  0.8.6claws57
3670
3671         * src/Makefile.am
3672         * src/gtksctree.[ch]            ** REMOVE **
3673         * src/gtk/Makefile.am
3674         * src/gtk/gtksctree.[ch]        ** NEW **
3675                 move gtksctree files to gtk directory
3676
3677 2002-12-03 [christoph]  0.8.6claws56
3678
3679         * src/Makefile.am
3680         * src/md5.[ch]                  ** REMOVE **
3681         * srm/common/Makefile.am
3682         * src/common/md5.[ch]           ** NEW **
3683                 move md5 files to common directory
3684
3685         * src/gtkstext.c
3686                 remove not required #include
3687
3688 2002-12-03 [sergey]     0.8.6claws55
3689
3690         * src/gtkutils.c
3691         * src/gtkutils.h
3692                 gtkut_window_popup(): new function.
3693         * src/mainwindow.c
3694                 main_window_popup(): use gtkut_window_popup() to raise
3695                 window without changing its position.
3696                 (see sylpheed-main ML message [sylpheed:17247])
3697
3698 2002-12-03 [sergey]     0.8.6claws54
3699
3700         * src/send.c
3701                 send_message_local(): removed first-dot escaping
3702                 (SMTP-only, not needed for sending through pipe)
3703
3704 2002-12-03 [paul]       0.8.6claws53
3705
3706         * po/POTFILES.in
3707                 update to reflect recent changes (thanks
3708                 to Ricardo Mones Lastra)
3709                 
3710         * tools/filter_conv.pl
3711                  fix problem with quoted strings. Patch submitted
3712                  by Luke Plant <lukeplant@softhome.net>
3713
3714 2002-12-03 [paul]       0.8.6claws52
3715
3716         * sync with 0.8.6cvs15
3717                 see ChangeLog 2002-12-03
3718
3719 2002-12-02 [christoph]  0.8.6claws51
3720
3721         * src/logwindow.[ch]
3722         * src/common/log.[ch]
3723                 implement logging using a hook function
3724
3725         * src/folderview.c
3726         * src/folder.[ch]
3727                 define hooklist name in header file to avoid
3728                 errors caused by wrong spelling of hooklist names
3729
3730         * src/toolbar.c
3731                 fix warnings
3732
3733 2002-12-02 [christoph]  0.8.6claws50
3734
3735         * src/common/Makefile.am
3736                 add src/common/hooks.[ch]
3737
3738         * src/common/hooks.[ch]
3739                 implement a simple hook system using glib's hook functions
3740
3741         * src/folder.[ch]
3742         * src/folderview.c
3743                 use new hook system for folder item updates
3744
3745 2002-12-02 [christoph]  0.8.6claws49
3746
3747         * doc-src/ui_seperation.txt     ** NEW **
3748                 information for ui seperation
3749
3750         * src/Makefile.am
3751                 remove files that were moved to common
3752                 include common directory by default for the header files
3753
3754         * src/inc.c
3755         * src/common/socket.c
3756         * src/automaton.[ch]
3757                 implement automaton using g_io_*-functions instead of
3758                 gdk_input_add to make it ui independent
3759
3760         * src/codeconv.c
3761         * src/compose.c
3762         * src/ldif.c
3763         * src/pgptext.c
3764         * src/procmime.c
3765         * src/rfc2015.c
3766         * src/smtp.c
3767         * src/unmime.c
3768                 remove common/ prefix because directory is now in
3769                 include path
3770
3771         * src/compose.c
3772         * src/folder.c
3773         * src/folderview.c
3774         * src/mainwindow.c
3775         * src/messageview.c
3776         * src/prefs_common.c
3777         * src/procmsg.c
3778         * src/rfc2015.c
3779                 fix warnings
3780
3781         * src/imap.c
3782         * src/inc.c
3783         * src/news.c
3784         * src/pop.c
3785         * src/send.c
3786         * src/smtp.c
3787         * src/ssl_certificate.c
3788                 add log.h header file for logging functions
3789
3790         * src/main.c
3791         * src/common/utils.c
3792         * src/summaryview.c
3793         * src/xml.c
3794                 o move debug_mode to common/utils.c
3795                 o add functions to set and get debug_mode
3796
3797         * src/defs.h                    ** REMOVE **
3798         * src/intl.h                    ** REMOVE **
3799         * src/socket.[ch]               ** REMOVE **
3800         * src/ssl.[ch]                  ** REMOVE **
3801         * src/utils.[ch]                ** REMOVE **
3802                 replaced by new files in src/common/
3803         
3804         * src/common/Makefile.am
3805                 add new files in src/common/
3806
3807         * src/common/defs.h             ** NEW **
3808         * src/common/intl.h             ** NEW **
3809         * src/common/log.[ch]           ** NEW **
3810         * src/common/socket.[ch]        ** NEW **
3811         * src/common/ssl.[ch]           ** NEW **
3812         * src/common/utils.[ch]         ** NEW **
3813                 replacement for files in src/
3814
3815 2002-12-02 [colin]      0.8.6claws48
3816
3817         * src/folderview.c
3818                 Scroll folderview if necessary during dnd
3819
3820 2002-12-02 [colin]      0.8.6claws47
3821
3822         * src/folder.[ch]
3823                 Add check to verify a move is within a single mailbox
3824         * src/folderview.c
3825                 Add specific error string for this check
3826
3827 2002-12-02 [colin]      0.8.6claws46
3828
3829         * src/folder.c
3830                 Add a test to folder moving, remove a statusbar_print
3831         * src/folderview.c
3832                 Add Move folder... context-menu item
3833                 Factorize folder moving code
3834                 Enable folder DND for mbox
3835
3836 2002-12-01 [christoph]  0.8.6claws45
3837
3838         * ac/aspell.m4
3839                 remove conf.aspelltest if the version check fails
3840
3841 2002-11-30 [christoph]  0.8.6claws44
3842
3843         * autogen.sh
3844                 run libtoolize --force in autogen to create missing
3845                 libtool scripts
3846
3847 2002-11-30 [christoph]  0.8.6claws43
3848
3849         * src/Makefile.am
3850         * src/pgptext.c
3851         * src/procmime.c
3852         * src/rfc2015.c
3853         * src/uuencode.[ch]             ** REMOVED **
3854         * src/common/Makefile.am
3855         * src/common/uuencode.[ch]      ** NEW **
3856                 move uuen/decoder to common directory
3857
3858 2002-11-30 [christoph]  0.8.6claws42
3859
3860         * src/Makefile.am
3861         * src/base64.[ch]               ** REMOVED **
3862         * src/codeconv.c
3863         * src/compose.c
3864         * src/ldif.c
3865         * src/pgptext.c
3866         * src/procmime.c
3867         * src/rfc2015.c
3868         * src/smtp.c
3869         * src/unmime.c
3870         * src/common/Makefile.am
3871         * src/common/base64.[ch]        ** NEW **
3872                 move base64 en/decoder to common directory
3873
3874 2002-11-30 [christoph]  0.8.6claws41
3875
3876         * src/common                    ** NEW **
3877                 new directory for UI independent code
3878         * src/gtk                       ** NEW **
3879                 new directory for GTK frontend
3880         * src/common/.cvsignore         ** NEW **
3881         * src/gtk/.cvsignore            ** NEW **
3882                 ignore build files
3883         * src/common/Makefile.am        ** NEW **
3884         * src/gtk/Makefile.am           ** NEW **
3885                 automake files to build new seperated stuff
3886         * src/Makefile.am
3887                 the binary will currently still be build with the
3888                 files in src, so we include the code from the
3889                 subdirs for now after building the libs there
3890
3891 2002-11-30 [paul]       0.8.6claws40
3892
3893         * src/compose.c
3894                 fix bug [642731] 'Wrong selected account with drafted mail'
3895
3896 2002-11-29 [oliver]     0.8.6claws39
3897         
3898         * src/messageview.c
3899                 o update summaryview when switching between different
3900                   messageviews          
3901         * src/toolbar.c  
3902                 o check if messageview holds already removed msg
3903                   from summaryview
3904                 
3905
3906 2002-11-29 [oliver]     0.8.6claws38
3907
3908         * src/toolbar.c 
3909                 remove not needed variables and includes
3910                 make messageview stay opened and move to next when msgs are deleted 
3911
3912 2002-11-29 [oliver]     0.8.6claws37
3913         
3914         * src/toolbar.c 
3915                 disable compose button (messageview toolbar) by default
3916                 deleted msgs are moved to trash
3917         
3918 2002-11-29 [melvin]     0.8.6claws36
3919
3920         * configure.in
3921                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3922                 and to detect signatures expirations (gpgme 0.3.6)
3923
3924         * src/main.c
3925                 Use non obsolescent function for Gpgme engine checking.
3926
3927         * src/rfc2015.c
3928                 Inform about expired signatures or signatures which key
3929                 has expired. Expiration date is displayed.
3930
3931         * src/sigstatus.c
3932                 Inform about expired signatures or signatures which key
3933                 has expired.
3934
3935 2002-11-28 [paul]       0.8.6claws35
3936
3937         * src/folderview.c
3938                 re-instate 'Check for new messages' in Newsgroup
3939                 folders right-click menu, after a suggestion from
3940                 Tim Mann <timmann@users.sourceforge.net>
3941
3942         * src/main.c
3943                 after a crash check only local folders for new
3944                 messages
3945
3946 2002-11-28 [paul]       0.8.6claws34
3947
3948         * configure.in
3949                 apply patch that fixes the checking of GTK with XIM 
3950                 support on different OSs, such as FreeBSD. Patch 
3951                 submitted by Topia <topia@users.sourceforge.net>
3952                 
3953 2002-11-28 [paul]       0.8.6claws33
3954
3955         * src/mainwindow.c
3956           src/prefs_common.c
3957           src/prefs_toolbar.c
3958                 more changes to the English
3959
3960 2002-11-28 [paul]       0.8.6claws32
3961
3962         * sync with 0.8.6cvs13
3963                 see ChangeLog 2002-11-28 (no sync needed
3964                 for src/compose.c)
3965
3966 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3967         
3968         * src/mainwindow.[ch]
3969                 add patch by Ivan F. Martinez introducing messageview Toolbar
3970                 some changes and committed by oliver    
3971
3972 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3973
3974         * src/messageview.[ch]
3975                 add patch by Ivan F. Martinez introducing messageview Toolbar
3976                 some changes and committed by oliver    
3977
3978 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3979
3980         * src/compose.[ch]
3981                 add patch by Ivan F. Martinez introducing messageview Toolbar
3982                 some changes and committed by oliver    
3983
3984 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3985         
3986         * src/toolbar.[ch]
3987                 add patch by Ivan F. Martinez introducing messageview Toolbar
3988                 some changes and committed by oliver
3989
3990 2002-11-28 [oliver]     0.8.6claws27
3991         
3992         * src/prefs_toolbar.[ch]
3993                 getting ready for messageview toolbar
3994                 free mem allocated by gettext
3995                 change prefs_toolbar to prefs_toolbar_open
3996  
3997 2002-11-28 [thorsten]   0.8.6claws26
3998
3999         * src/imageview.[ch]
4000                 cleaned up conflicting declarations of
4001                 imageview_show_image()
4002
4003 2002-11-28 [paul]       0.8.6claws25
4004
4005         * src/grouplistdialog.c
4006           src/prefs_common.c
4007           src/prefs_summary_column.c
4008                 a few more improvements to the English
4009
4010 2002-11-28 [colin]      0.8.6claws24
4011
4012         * man/sylpheed.1
4013                 A few updates to command-line parameters
4014
4015 2002-11-28 [colin]      0.8.6claws23
4016
4017         * src/prefs_filtering.c
4018                 Fix problems with prefs_filtering_delete_path:
4019                 a) if the first rule is removed, original pointers
4020                    weren't updated (leading to segfaults)
4021                 b) it was always global_processing updated in case
4022                    of removed path was parent of rule path
4023
4024 2002-11-27 [paul]       0.8.6claws22
4025
4026         * src/mainwindow.c
4027           src/prefs_account.c
4028           src/prefs_actions.c
4029           src/prefs_common.c
4030           src/prefs_customheader.c
4031           src/prefs_display_header.c
4032           src/prefs_filtering.c
4033           src/prefs_folder_item.c
4034           src/prefs_matcher.c
4035           src/prefs_scoring.c
4036           src/prefs_summary_column.c
4037           src/prefs_template.c
4038           src/prefs_toolbar.c
4039                  improve the English in the GUI
4040
4041 2002-11-27 [colin]      0.8.6claws21
4042
4043         * src/folder.c
4044                 Fix processing renaming problems happening after
4045                 last commit
4046
4047 2002-11-27 [colin]      0.8.6claws20
4048
4049         * src/folder.c
4050                 recursive move now deletes src each subfolder after 
4051                 having moved it
4052         * src/folderview.c
4053                 Use identifier instead of path during dnd (enables
4054                 IMAP folder dnd)
4055
4056 2002-11-27 [paul]       0.8.6claws19
4057
4058         * src/main.c
4059                 apply patch that does command-line processing 
4060                 BEFORE gtk_init, allowing claws to run from 
4061                 shell-scripts in non-X environment (e.g. crontab 
4062                 or ip-up, ip-down scripts). Patch submitted by
4063                 Ruslan N. Balkin <baron@dartel.ru>
4064                 
4065         * po/it.po
4066                 updated by Alessandro Maestri
4067
4068 2002-11-27 [paul]       0.8.6claws18
4069
4070         * sync with 0.8.6cvs12
4071           src/prefs_common.c
4072                 Differences are that main uses a 'Receive dialog'
4073                 frame on the Interface tab, whereas claws groups all 
4074                 the dialogs together in a 'Dialogs' frame.
4075
4076 2002-11-27 [colin]      0.8.6claws17
4077
4078         * src/prefs_matcher.c
4079                 Fix Execute criteria's NOT flag
4080
4081
4082 2002-11-26 [christoph]  0.8.6claws16
4083
4084         * src/ssl.c
4085                 rewrite the ssl code a little bit, only use one
4086                 SSL context, set default certificates' file/path
4087
4088 2002-11-26 [thorsten]   0.8.6claws15
4089
4090         * src/compose.c
4091                 default-reply-to didn't work for ml-reply
4092
4093 2002-11-26 [melvin]     0.8.6claws14
4094
4095         * src/prefs_actions.c
4096                 Made pipe-actions ignore short headers in message view
4097                 Made trailing-pipe-actions write in the message view with
4098                 the same font as the original message
4099
4100 2002-11-26 [paul]       0.8.6claws13
4101
4102         * src/compose.c
4103                 this time commit the correct file
4104
4105 2002-11-26 [paul]       0.8.6claws12
4106
4107         * sync with 0.8.6cvs11
4108           src/quote_fmt_parse.y  
4109                 no sync needed
4110           src/account.[ch]       
4111                 not sync'ed
4112           src/compose.c
4113                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4114                 on draft mode.
4115                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4116                 header
4117                 
4118         see ChangeLog 2002-11-25 and 2002-11-26
4119
4120 2002-11-26 [colin]      0.8.6claws11
4121
4122         * src/folderview.c
4123                 Fix collapsed folder not auto-expanding during
4124                 mail dnd, if it was the source folder.
4125
4126 2002-11-25 [colin]      0.8.6claws10
4127
4128         * src/folderview.[ch]
4129                 Variable renaming and cleaning (slist of nodes 
4130                 to be re-collapsed is stored in FolderView)
4131
4132 2002-11-25 [paul]       0.8.6claws9
4133
4134         * src/prefs_common.[ch]
4135                 fix breakage caused by last commit
4136
4137 2002-11-25 [paul]       0.8.6claws8
4138
4139         * sync with 0.8.6cvs4
4140                 see ChangeLog 2002-11-21
4141
4142 2002-11-25 [paul]       0.8.6claws7
4143
4144         * sync with 0.8.6cvs4
4145                 see ChangeLog 2002-11-20
4146
4147 2002-11-25 [paul]       0.8.6claws6
4148
4149         * sync with 0.8.6cvs3
4150                 see ChangeLog 2002-11-18
4151
4152 2002-11-25 [colin]      0.8.6claws5
4153
4154         * src/gtkutils.[ch]
4155                 Add gtkut_ctree_node_is_parent()
4156         * src/folderview.c
4157                 Spring-loaded folders
4158
4159 2002-11-25 [colin]      0.8.6claws4
4160
4161         * src/utils.[ch]
4162                 Add slist_concat_unique(), function to merge
4163                 two GSList filtering dups
4164         * src/folder.[ch]
4165         * src/summaryview.[ch]
4166         * src/folderview.c
4167         * src/main.c
4168                 Add detection/update/display of unread answers
4169                 to marked mails
4170         * src/procmsg.[ch]
4171                 Add procmsg_find_children()
4172                 Add procmsg_msg_has_marked_parent()
4173
4174 2002-11-25 [colin]      0.8.6claws3
4175
4176         * src/ssl_certificate.[ch]
4177                 Allow checking a certificate without a DNS
4178                 lookup
4179                 Allow to forget a cert (by deleting it)
4180                 Make ssl_certificate_destroy_public
4181         * src/ssl_manager.[ch] ** NEW FILES **
4182                 Gui to manage (display/remove) certificates
4183         * src/prefs_common.[ch]
4184                 Add a pref to allow silent acceptation of
4185                 trusted certificates or not (based on the
4186                 "I want to know what's going on" principle)
4187         * src/mainwindow.c
4188                 Add SSL manager in Tools menu
4189         * src/Makefile.am
4190                 Add the new files to the build
4191         * po/POTFILES.in
4192                 Add ssl_manager.c to translations
4193
4194 2002-11-25 [colin]      0.8.6claws2
4195
4196         * src/summaryview.[ch]
4197                 Add S_SEARCH_EXTENDED to the quick search, which 
4198                 allows to search using filtering syntax.
4199
4200 2002-11-25 [colin]      0.8.6claws1
4201
4202         * src/summaryview.c
4203                 Deletion of duplicates now prefer deleting
4204                 the unread dup (fixes feature-request 638989).
4205
4206 2002-11-24 [paul]       0.8.6claws
4207
4208         * po/es.po
4209           po/pl.po
4210           po/ru.po
4211           po/sr.po
4212                 updated by Ricardo Mones Lastra,
4213                 Witold Wladyslaw Wojciech Wilk,
4214                 Ruslan N. Balkin, and  Urke MMI 
4215                 respectively
4216
4217 2002-11-24 [paul]       0.8.5claws182
4218
4219         * po/bg.po
4220                 updated by George Danchev
4221
4222 2002-11-23 [alfons]     0.8.5claws181
4223
4224         * src/imap.c
4225                 tiny memory leak found by browsing Dimitar's 
4226                 valgrind report
4227
4228 2002-11-23 [paul]       0.8.5claws180
4229
4230         * po/it.po
4231                 updated by Alessandro Maestri
4232
4233 2002-11-22 [christoph]  0.8.5claws179
4234
4235         * src/compose.c
4236         * src/inc.c
4237         * src/prefs_filtering.c
4238         * src/summaryview.c
4239                 more warning fixes
4240
4241 2002-11-22 [alfons]     0.8.5claws178
4242
4243         * src/summaryview.c
4244                 summary_execute_delete_func(): if message is deleted, make 
4245                 sure to also remove its entry in the subject hash table. 
4246                 fixes a corner case bug.
4247
4248 2002-11-22 [paul]       0.8.5claws177
4249
4250         * .cvsignore
4251                 add 'autom4te.cache'
4252                 
4253         * ltconfig      ** REMOVED **
4254                 not needed
4255
4256 2002-11-22 [paul]       0.8.5claws176
4257
4258         * src/textview.c
4259                 textview_set_font(): fix for message display in
4260                 UTF-8 locales (thanks to Sergey Vlasov).
4261                 
4262         * AUTHORS
4263                 add new team members and contributors
4264
4265
4266 2002-11-21 [colin]      0.8.5claws175
4267
4268         * src/procmsg.[ch]
4269                 Add procmsg_remove_special_headers()
4270         * src/mh.c
4271                 Use procmsg_remove_special_headers() for 
4272                 previous fix
4273
4274 2002-11-21 [colin]      0.8.5claws174
4275
4276         * src/mh.c
4277                 Fix moving/copying from queue/draft folders
4278                 for MH folders
4279
4280 2002-11-21 [christoph]  0.8.5claws173
4281
4282         * src/crash.c
4283         * src/filtering.c
4284         * src/logwindow.c
4285         * src/main.c
4286         * src/matcher_parser_lex.[hl]
4287         * src/mbox.c
4288         * src/mbox_folder.[ch]
4289         * src/prefs_filtering.c
4290         * src/procheader.c
4291         * src/quote_fmt_lex.l
4292         * src/ssl.c
4293                 fix all warnings except the warnings in lex and yacc files
4294
4295 2002-11-20 [christoph]  0.8.5claws172
4296
4297         * src/imap.c
4298                 fix MsgInfo retrieval for IMAP draft and queue folders
4299                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4300
4301 2002-11-19 [christoph]  0.8.5claws171
4302
4303         * src/compose.c
4304                 fix segfault, when draft saving does not get
4305                 the MsgInfo of the new message
4306                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4307
4308 2002-11-19 [christoph]  0.8.5claws170
4309
4310         * src/procmsg.c
4311                 add parameter check for flag setting function
4312                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4313
4314 2002-11-18 [paul]       0.8.5claws169
4315
4316         * src/compose.c
4317                 more sensitivity fixes to redirect mode:
4318                 * disable toolbar draft button
4319                 * allow only Address book in the Tools menu
4320                 * disable editing of message by the spell
4321                   checker
4322
4323 2002-11-18 [paul]       0.8.5claws168
4324
4325         * src/compose.c
4326                 fix sensitivity of menu items in compose_redirect():
4327                 allow only the necessary items 
4328
4329 2002-11-18 [paul]       0.8.5claws167
4330
4331         * src/compose.c
4332                 fix bug [ 603259 ] 'attachment got lost on bounce'
4333
4334 2002-11-18 [paul]       0.8.5claws166
4335
4336         * po/ru.po
4337                 updated by Ruslan N. Balkin <baron@dartel.ru>
4338
4339 2002-11-18 [colin]      0.8.5claws165
4340
4341         * src/main.c
4342           src/defs.h
4343                 Remove old filtering stuff
4344
4345
4346 2002-11-17 [oliver]     0.8.5claws164
4347
4348         * src/toolbar.h
4349                 remove not needed typedef 
4350
4351 2002-11-17 [oliver]     0.8.5claws163
4352
4353         * src/toolbar.c
4354                 make toolbar's on click events translatable
4355
4356 2002-11-15 [colin]      0.8.5claws162
4357
4358         * src/summaryview.c
4359                 Revert too-soon integration of a feature
4360
4361 2002-11-15 [christoph]  0.8.5claws161
4362
4363         * src/imap.c
4364                 use main's implementation of imap_get_msginfo
4365
4366 2002-11-15 [christoph]  0.8.5claws160
4367
4368         * src/compose.c
4369         * src/folder.[ch]
4370         * src/imap.c
4371         * src/mbox_folder.c
4372         * src/mh.c
4373         * src/news.c
4374         * src/procmsg.c
4375         * src/summaryview.c
4376                 replace claws' fetch_msginfo with main's get_msginfo
4377                 (use main's implementation where possible)
4378
4379 2002-11-15 [colin]      0.8.5claws159
4380
4381         * src/ssl_certificate.c
4382                 Missed a check
4383
4384 2002-11-16 [melvin]     0.8.5claws158
4385
4386         * po/fr.po
4387                 Updated French translations.
4388
4389 2002-11-16 [colin]      0.8.5claws157
4390
4391         * src/ssl_certificate.c
4392                 Check for missing parts in the certificates
4393
4394 2002-11-15 [colin]      0.8.5claws156
4395
4396         * src/folderview.c
4397                 Preventive fix (missing check) found by
4398                 Alfons
4399
4400 2002-11-15 [paul]
4401
4402         * NEWS
4403                 sync with 0.8.6 release
4404
4405 2002-11-15 [colin]      0.8.5claws155
4406
4407         * src/folder.[ch]
4408           src/folderview.c
4409                 Fix error handling of folder_item_move_to()
4410                 (thanks to Alfons!)
4411
4412 2002-11-15 [colin]      0.8.5claws154
4413
4414         * src/folder.[ch]
4415           src/folderview.c
4416                 folder_item_move_to() sets an error message instead
4417                 of having GUI stuff in folder.c
4418
4419 2002-11-15 [colin]      0.8.5claws153
4420
4421         * src/procmsg.[ch]
4422                 Implemented a callback for MsgInfo updates, 
4423                 heavily copy/pasted from Christoph's folder 
4424                 callback system
4425         * src/summaryview.[ch]
4426                 Register summary_update_msg as callback
4427
4428 2002-11-14 [colin]      0.8.5claws152
4429         
4430         * src/procmsg.c
4431                 Update the FolderItem after sending (fixes 617593)
4432
4433 2002-11-14 [christoph]  0.8.5claws151
4434
4435         * src/folder.c
4436                 fix wrong position of NULL pointer check found
4437                 by Sergey
4438
4439 2002-11-14 [christoph]  0.8.5claws150
4440
4441         * src/folder.c
4442                 fix segfault when deleting messages from IMAP folders
4443                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4444
4445 2002-11-14 [colin]      0.8.5claws149
4446
4447         * src/compose.c
4448                 Forwarding was also ignoring the folder's default account.
4449
4450 2002-11-14 [colin]      0.8.5claws148
4451
4452         * src/compose.c
4453                 Fix sent folder not set to folder properties when 
4454                 forwarding.
4455
4456 2002-11-14 [thorsten]   0.8.5claws147
4457
4458         * src/inc.c
4459                 inc_start(): Files were not moved from .processing to inbox,
4460                 if no global processing rule existed
4461
4462 2002-11-14 [colin]      0.8.5claws146
4463
4464         * src/ssl_certificate
4465                 Fix file operations
4466
4467 2002-11-14 [paul]       0.8.5claws145
4468
4469         * po/it.po
4470                 updated by Alessandro Maestri
4471
4472 2002-11-13 [alfons]     0.8.5claws144
4473
4474         * src/folder.c
4475                 folder_item_close(): only mark messages unread
4476                 when a folder has new messages 
4477
4478 2002-11-13 [keith]      0.8.5claws143
4479
4480         * src/imap.c
4481                 Fix problem moving or copying between
4482                 IMAP folders
4483
4484 2002-11-13 [colin]      0.8.5claws142
4485
4486         * src/matcher_parser_parse.y
4487                 Fix rule problem when " don't match
4488
4489 2002-11-13 [christoph]  0.8.5claws141
4490
4491         * src/folder.c
4492         * src/folderview.c
4493                 moved cache saving to folder_item_close
4494                 the folderview should not have to deal with
4495                 this things
4496
4497 2002-11-13 [christoph]  0.8.5claws140
4498
4499         * src/summaryview.c
4500                 moved setting of important score to
4501                 summary_set_prefs_from_folderitem
4502
4503 2002-11-13 [colin]      0.8.5claws139
4504
4505         * src/matcher_parser_parse.y
4506                 Fix a segfault in the parser (happening when
4507                 a good expression had been tested and a bad 
4508                 one arrives)
4509
4510 2002-11-13 [paul]       0.8.5claws138
4511
4512         * sync with 0.8.5cvs24
4513                 see ChangeLog 2002-11-13
4514                 
4515         * po/pt_BR.po
4516                 updated by Fabio Jr. Beneditto
4517
4518 2002-11-13 [colin]      0.8.5claws137
4519         
4520         * src/msgcache.c
4521           src/defs.h
4522           src/procmsg.[ch]
4523                 Revert last commit, problem
4524
4525 2002-11-13 [colin]      0.8.5claws136
4526
4527         * src/msgcache.c
4528                 Remove duplicated code
4529         * src/defs.h
4530                 Bumped CACHE_VERSION and MARK_VERSION
4531         * src/procmsg.[ch]
4532                 Network endian for cache and mark files
4533
4534 2002-11-12 [colin]      0.8.5claws135
4535
4536         * src/inc.c
4537                 Fix the "socket error" dialog which disappeared
4538
4539 2002-11-12 [colin]      0.8.5claws134
4540
4541         * src/msgcache.c
4542                 Reverse last commit which had performance 
4543                 problems, but still reverse the list
4544
4545 2002-11-12 [colin]      0.8.5claws133
4546
4547         * src/msgcache.c
4548                 Reverse list order
4549
4550 2002-11-12 [melvin]     0.8.5claws132
4551
4552         * src/compose.c
4553                 Added a check for a NULL prefs_common.dictionary
4554
4555 2002-11-12 [colin]      0.8.5claws131
4556
4557         * src/ssl_certificate.[ch]
4558                 Use FQDN hostname
4559
4560 2002-11-12 [colin]      0.8.5claws130
4561
4562         * src/ssl_certificate.[ch]
4563                 Take connection port into account for 
4564                 checking certificates (a single hostname
4565                 could have multiple servers with multiple
4566                 certificates)
4567         * src/ssl.c
4568                 Pass the port to ssl_certificate_check
4569
4570 2002-11-12 [paul]       0.8.5claws129
4571
4572         * src/folder.c
4573                 fix a typo in last commit
4574
4575 2002-11-12 [paul]       0.8.5claws128
4576
4577         * sync with 0.8.5cvs23
4578                 see ChangeLog entry 2002-11-12
4579
4580 2002-11-11 [colin]      0.8.5claws127
4581
4582         * src/ssl_certificate.c
4583                 Cleaner messages
4584                 Don't popup, instead log error, if the 
4585                 corresponding pref is checked
4586         * src/ssl_certificate.h
4587                 include <openssl/objects/h>
4588
4589 2002-11-11 [colin]      0.8.5claws126
4590
4591         * src/ssl_certificate.h
4592                 _Really_ clean it
4593
4594 2002-11-11 [colin]      0.8.5claws125
4595         
4596         * src/ssl_certificate.c
4597                 Fixed leak
4598
4599 2002-11-11 [colin]      0.8.5claws124
4600
4601         * src/ssl.c
4602                 Cleaned a bit
4603         * src/ssl_certificate.[ch]
4604                 Cleaned a bit (better use of SSL API)
4605                 (This will cause non-recognition of saved 
4606                  certificates of claws12[23]...)
4607
4608 2002-11-11 [paul]       0.8.5claws123
4609         
4610         * po/es.po
4611                 updated by Ricardo Mones Lastra
4612
4613 2002-11-11 [colin]      0.8.5claws122
4614
4615         * src/ssl.c
4616                 Fix a typo
4617
4618 2002-11-11 [colin]      0.8.5claws121
4619
4620         * src/ssl_certificate.[ch] ** NEW FILES **
4621         * src/ssl.[ch]
4622                 Check SSL certificates presented to us
4623         * src/Makefile.am
4624                 Add ssl_certificate.[ch]
4625         * po/POTFILES.in
4626                 Add ssl_certificate.c
4627
4628 2002-11-11 [paul]       0.8.5claws120
4629
4630         * sync with 0.8.5cvs22
4631                 see ChangeLog 2002-11-11
4632
4633 2002-11-11 [paul]       0.8.5claws119
4634
4635         * sync with 0.8.5cvs21
4636                 see ChangeLog 2002-11-11
4637
4638 2002-11-10 [jens]       0.8.5claws118
4639
4640         * src/folder.c
4641         * src/folderview.c
4642                 corrected some typing
4643         * po/de.po
4644                 updated german translation
4645         * sylpheed.spec.in
4646                 cleaned up specfile and adjusted it for claws
4647
4648 2002-11-10 [colin]      0.8.5claws117
4649
4650         * src/summaryview.c
4651                 a STATUSBAR_PUSH/POP fix
4652
4653 2002-11-10 [colin]      0.8.5claws116
4654
4655         * src/prefs_folder_item.c
4656                 Fix hanging after opening folder properties
4657
4658 2002-11-10 [hoa]        0.8.5claws115
4659
4660         * src/matcher_parser_lex.l
4661         * src/matcher_parser_parse.y
4662                 config file for scoring and filtering is no more trashed
4663                 when there is a syntax error in a filtering rule when
4664                 editing it in a dialog.
4665
4666 2002-11-09 [colin]      0.8.5claws114
4667
4668         * src/mbox_folder.c
4669                 Added missing initialisation of folder->destroy()
4670
4671 2002-11-09 [colin]      0.8.5claws113
4672
4673         * src/folder.c
4674           src/folderview.c
4675                 Fix the status bar messages
4676
4677 2002-11-09 [colin]      0.8.5claws112
4678
4679         * src/folderview.c
4680                 Fix hangs after folder dnd, happening after 
4681                 claws109.
4682
4683 2002-11-09 [christoph]  0.8.5claws111
4684
4685         * src/folderview.c
4686                 just changed order of calls (reverse order of
4687                 associated calls)
4688         * src/inc.c
4689                 lock inc when checking only one account, otherwise
4690                 inc all could be executed at the same time
4691
4692 2002-11-09 [christoph]  0.8.5claws110
4693
4694         * src/folderview.c
4695                 better unlock the mouse cursor before calling
4696                 summary_show because it changes the cursor too
4697
4698 2002-11-09 [christoph]  0.8.5claws109
4699
4700         * src/folder.[ch]
4701         * src/folderview.c
4702                 add functions to open and close a folder
4703                 o opending will execute scanning for remote folders
4704                   and processing
4705                 o closing will unset new flag for messages
4706
4707 2002-11-09 [colin]      0.8.5claws108
4708
4709         * src/folder.c
4710                 Add a call to prefs_matcher_write_config to 
4711                 avoid non-leaf folders filtering settings to be
4712                 lost
4713
4714 2002-11-09 [paul]       0.8.5claws107
4715
4716         * src/prefs_account.c
4717                 re-word a label
4718
4719 2002-11-09 [colin]      0.8.5claws106
4720
4721         * src/folderview.c
4722                 Minor esthetic fix
4723
4724 2002-11-09 [colin]      0.8.5claws105
4725
4726         * src/folderview.c
4727                 Fix prefs_filtering deletion for MH folders (same
4728                 reason as below)
4729         * src/prefs_filtering.c
4730                 Fix prefs_filtering renaming and deletion for 
4731                 folder-based processing rules.  
4732
4733 2002-11-09 [christoph]  0.8.5claws104
4734
4735         * src/compose.c
4736         * src/folder.[ch]
4737         * src/folderview.[ch]
4738         * src/import.c
4739         * src/inc.c
4740         * src/main.c
4741         * src/mainwindow.c
4742         * src/messageview.c
4743         * src/prefs_folder_item.c
4744         * src/procmsg.c
4745         * src/summaryview.c
4746                 implement a callback system for folder item updates
4747
4748 2002-11-09 [colin]      0.8.5claws103
4749
4750         * src/folderview.c
4751                 Fix prefs_filtering renaming for MH folders (we
4752                 shouldn't rename by path as another folder could
4753                 have the same hierarchy).
4754
4755 2002-11-09 [colin]      0.8.5claws102
4756
4757         * src/folder.c
4758                 Fix a leak found by Christoph, use better variable
4759                 names
4760
4761 2002-11-09 [colin]      0.8.5claws101
4762
4763         * src/folder.c
4764                 One more fix for processing rules
4765
4766 2002-11-08 [colin]      0.8.5claws100
4767         
4768         * src/matcher.c
4769                 Don't copy the compiled regexp (will be reevaluated)
4770         * src/folderview.c
4771                 Lock folderview while moving
4772         * src/folder.c
4773                 Provide info on what's happening to the user
4774
4775 2002-11-08 [colin]      0.8.5claws99
4776
4777         * src/folderview.c
4778                 Fix folder reordering after a move if parent is 
4779                 root
4780         * src/scoring.[ch]
4781                 Add function to copy a ScoringProp
4782         * src/prefs_folder_item.c
4783                 Copy scoring rules when copying a folder prefs
4784
4785 2002-11-08 [colin]      0.8.5claws98
4786
4787         * src/folderview.c
4788                 Fixes in case of failure
4789         * src/filtering.[ch]    
4790                 Add function to duplicate a FilteringProp
4791         * src/matcher.[ch]
4792                 Add function to duplicate a MatcherProp
4793         * src/prefs_folder_item.c
4794                 Save folder's processing rules when copying 
4795                 its prefs
4796
4797 2002-11-08 [colin]      0.8.5claws97
4798         
4799         * src/folderview.c
4800                 Sort after move
4801         * src/folder.c 
4802                 Change a printf to debug_print
4803
4804 2002-11-08 [colin]      0.8.5claws96
4805
4806         * src/folder.c
4807           src/folderview.c
4808                 Fix segfaults, call me stupido
4809         
4810
4811 2002-11-08 [colin]      0.8.5claws95
4812
4813         *src/folder.c
4814                 Added forgotten prefs to save when moving folders
4815
4816 2002-11-08 [colin]      0.8.5claws94
4817
4818         * src/folder.c
4819                 Fixes to folder DND (prefs copy)
4820         * src/folderview.c
4821                 Optimization for folder DND (don't rescan whole tree)
4822                 Added folderview_create_folder_node() for this 
4823                 optimization, so de-duped a bit the code
4824         * src/prefs_folder_item.[ch]
4825                 Added prefs_folder_item_copy_prefs()    
4826           
4827 2002-11-08 [paul]       0.8.5claws93
4828
4829         * src/prefs_account.c
4830           tools/README
4831           tools/kmail2sylpheed_v2.pl
4832                 correct some typos
4833
4834 2002-11-08 [paul]       0.8.5claws92
4835
4836         * src/compose.c
4837           src/prefs_account.[ch]
4838                 remove account options 'clearsign' and 'ascii_armored',
4839                 replace with 'default_gnupg_mode' to prevent mixed-mode
4840                 Privacy settings
4841
4842 2002-11-08 [paul]       0.8.5claws91
4843
4844         * src/compose.[ch]
4845                 re-implement GnuPG 'on-the-fly' mode selection,
4846                 disallow mixed-mode
4847
4848 2002-11-08 [colin]      0.8.5claws90
4849
4850         * src/folderview.c
4851           src/prefs_folder_item.c
4852                 Change "Property" to "Properties"
4853
4854 2002-11-07 [colin]      0.8.5claws89
4855
4856         * src/folderview.c
4857           src/folder.c
4858                 Allow folder dropping to a root folder
4859
4860 2002-11-07 [paul]       0.8.5claws88
4861
4862         * src/compose.c
4863                 revert last commit
4864
4865 2002-11-07 [paul]       0.8.5claws87
4866
4867         * src/compose.c
4868                 fix reply-to-list bug. closes bug report
4869                 "[633382] reply-to-list broken in recent cvs"
4870
4871 2002-11-07 [paul]       0.8.5claws86
4872
4873         * src/compose.c
4874                 add a forgotten '#if USE_GPGME ... #endif'
4875
4876 2002-11-07 [paul]       0.8.5claws85
4877
4878         * sync with 0.8.5cvs20
4879                 see ChangeLog 2002-11-07
4880
4881 2002-11-07 [colin]      0.8.5claws84
4882
4883         * src/folder.[ch]
4884                 Change folder_item_move_to to return the newly 
4885                 created folderitem.
4886         * src/folderview.c
4887                 Select the new folderitem after moving.
4888
4889 2002-11-07 [colin]      0.8.5claws83
4890
4891         * src/prefs_filtering.c
4892                 Fix rule rewriting when moving a leaf folder to a 
4893                 shorter path
4894
4895 2002-11-07 [colin]      0.8.5claws82
4896
4897         * src/prefs_filtering.c
4898                 fix a leak
4899
4900 2002-11-07 [colin]      0.8.5claws81
4901
4902         * src/folder.[ch]
4903                 Add folder_item_move_to() function to move a 
4904                 folderitem into another one (updates matcher etc)
4905         * src/folderview.c
4906                 Add folder drag'n drop (context menu to come)
4907                 [Should be dataloss free, but Please backup before 
4908                  trying !]
4909
4910 2002-11-06 [colin]      0.8.5claws80
4911
4912         * src/mh.c
4913                 mh_create_folder() returns NULL if can't create
4914                 directory hierarchy
4915
4916 2002-11-06 [paul]       0.8.5claws79
4917
4918         * src/compose.[ch]
4919                 allow 'on-the-fly' changing of the type of encryption 
4920                 and/or signing used (mime/ascii) via the compose window
4921
4922 2002-11-06 [paul]       0.8.5claws78
4923
4924         * sync with 0.8.5cvs19
4925                 see ChangeLog 2002-11-06 for src/account.c: 
4926                 account_get_special_folder()
4927                 
4928 2002-11-05 [alfons]     0.8.5claws77
4929
4930         * src/crash.c
4931                 very minor cleanups: nothing to see here, move on. :-)
4932
4933 2002-11-05 [colin]      0.8.5claws76
4934
4935         * src/main.c
4936                 Changes choices if compose windows are opened to
4937                 Discard, Draft, Don't quit
4938
4939 2002-11-05 [thorsten]   0.8.5claws75
4940
4941         * src/compose.c
4942                 reenabled default_reply_to folder option
4943
4944 2002-11-05 [colin]      0.8.5claws74
4945
4946         * src/compose.[ch] 
4947                 add compose_draft()
4948         * src/crash.c
4949                 add SIGTERM handler
4950         * src/main.[ch]
4951                 add clean_quit() for the SIGTERM handler
4952
4953 2002-11-05 [paul]       0.8.5claws73
4954         
4955         * po/es.po
4956                 updated by Ricardo Mones Lastra
4957
4958 2002-11-05 [melvin]     0.8.5claws72
4959
4960         * src/logwindow.c
4961                 Fixed log-clipping bug #616795.
4962                 To stop logging in the log window use 0 length.
4963         * src/prefs_common.c
4964                 Added a label to inform about the 0 log length behaviour.
4965
4966 2002-11-05 [paul]       0.8.5claws71
4967
4968         * sync with 0.8.5cvs17
4969                 see ChangeLog 2002-11-05
4970
4971 2002-11-04 [paul]       0.8.5claws70
4972
4973         * sylpheed-128x128.png
4974           sylpheed-64x64.png
4975           sylpheed.png
4976                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4977                 <nikai@users.sourceforge.net>
4978                 
4979         * po/bg.po
4980                 updated by George Danchev
4981
4982 2002-11-03 [thorsten]   0.8.5claws69
4983
4984         * src/main.c
4985           src/mimeview.c
4986           src/rfc2015.h
4987                 add check if gpg is active
4988
4989 2002-11-03 [thorsten]   0.8.5claws68
4990
4991         * src/toolbar.h
4992                 removed GSList declaration causing trouble on MacOS-X
4993                 (submitted by alfons, reported by xfesty)
4994
4995 2002-11-01 [paul]       0.8.5claws67
4996
4997         * src/mainwindow.c
4998                 remove last remnants of main's filter code
4999
5000 2002-11-01 [paul]       0.8.5claws66
5001
5002         * tools/filter_conv.pl
5003                 fix bug where user-defined headers were ignored
5004
5005 2002-11-01 [paul]       0.8.5claws65
5006
5007         * src/logwindow.c
5008                 make a debug_print() not translatable
5009
5010 2002-10-31 [melvin]     0.8.5claws64
5011
5012         * ac/aspell.m4
5013                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5014                 not run any GNU/aspell test.  The dictionary path will
5015                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5016                 was given, in which case, it will be $prefix/lib/aspell/
5017         * configure.in
5018                 Fixed typo in commentary (Aspell code).
5019
5020 2002-10-31 [paul]       0.8.5claws63
5021
5022         * po/POTFILES.in
5023                 remove src/filter.c and src/prefs_filter.c
5024                 thanks to Ricardo for reminding me
5025
5026 2002-10-31 [colin]      0.8.5claws62
5027
5028         * src/mbox_folder.c
5029                 Plug some leaks
5030
5031 2002-10-31 [paul]       0.8.5claws61
5032
5033         * src/prefs_filter.[ch] ** REMOVED **
5034           src/filter.[ch]       ** REMOVED **
5035           
5036         * src/Makefile.am
5037           src/folderview.c
5038           src/inc.c
5039           src/main.c
5040           src/mainwindow.c
5041           src/mbox.c
5042           src/prefs_common.c
5043           src/prefs_filtering.c
5044           src/summaryview.[ch]
5045                 remove main's 'filter' code
5046                 
5047         README.claws
5048                 update to reflect removal of main's filter
5049
5050 2002-10-31 [paul]       0.8.5claws60
5051
5052         * src/summaryview.c
5053                 remove check for global_processing in summary_filter_open(). 
5054                 This fixes the bug where if the user uses the right-click 
5055                 'Create filter rule...' and doesn't have any filter rules 
5056                 already defined in claws' advanced filtering, the newly 
5057                 created filter rule goes to main's filtering which is 
5058                 inaccessible through the gui. Now the filter rule gets added
5059                 to claws' filtering by default.
5060
5061 2002-10-28 [melvin]     0.8.5claws59
5062
5063         * src/prefs_actions.c
5064                 Fixed bug #627322 where MIME parts were not always
5065                 correctly passed to a %p action
5066                 Display an error dialog when message filename is not found.
5067
5068 2002-10-28 [melvin]     0.8.5claws58
5069
5070         * src/prefs_common.c
5071                 Readded a missing function declaration lost in 0.8.3claws34
5072
5073 2002-10-28 [paul]       0.8.5claws57
5074
5075         * sync with 0.8.5cvs15
5076                 see ChangeLog 2002-10-28 and 2002-10-25
5077                 
5078         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5079
5080 2002-10-27 [oliver]     0.8.5claws56
5081
5082         * src/pop.c
5083                 plug leak in pop3_top_recv
5084
5085 2002-10-26 [christoph]  0.8.5claws55
5086
5087         * src/folder.c
5088                 set need_update folder flag when messages are added
5089                 (closes bug [ 626922 ] folder not updated after receiving)
5090
5091 2002-10-25 [melvin]     0.8.5claws54
5092
5093         * src/imageview.c
5094                 Fixed a memleak introduced in the scaling code.
5095
5096 2002-10-24 [alfons]     0.8.5claws53
5097
5098         * src/filtering.c
5099                 make filtering's forward message action forward from the 
5100                 correct account
5101                 (closes bug [628089 ] Filter -> Forward from address problem
5102                 reported by Oktay)
5103
5104 2002-10-24 [christoph]  0.8.5claws52
5105
5106         * src/mainwindow.c
5107         * src/manual.[ch]
5108                 o use manual of current locale or english if current
5109                   locale is not available (and english is available)
5110                 o also link to sylpheed doc project manuals
5111
5112 2002-10-23 [paul]       0.8.5claws51
5113
5114         * tools/README
5115           tools/kmail2sylpheed_v2.pl
5116                 add new version of kmail addressbook importer script.
5117                 works with newer versions of Kmail/KAddressBook which
5118                 have new and rearranged data.
5119
5120 2002-10-23 [martin]     0.8.5claws50
5121
5122         * src/folderview.c
5123         * src/summaryview.c
5124         * src/utils.h
5125         * src/utils.c
5126                 added length parameter to get_abbrev_newsgroup_name()
5127                 changed this function so that it abbreviates the newsgroup
5128                 names only so long it is smaller than the length parameter
5129                 (for better reading of some newsgroup names and space efficiency)
5130
5131 2002-10-22 [colin]      0.8.5claws49
5132
5133         *src/foldersel.c
5134                 Revert Alfons' last modification (after voting ;-))
5135
5136 2002-10-21 [alfons]     0.8.5claws48
5137
5138         * src/foldersel.c
5139                 folder view in folder selection dialog reflects state of
5140                 folder view in main window
5141
5142 2002-10-18 [alfons]     0.8.5claws47
5143
5144         * src/mbox.c
5145                 drop imported messages in folder selected by user,
5146                 and not in the inbox
5147                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5148
5149 2002-10-18 [alfons]     0.8.5claws46
5150
5151         * src/compose.c
5152                 make automagic reply work correctly for email accounts 
5153                 (whether it's viable to do a full sync with Hiro's 
5154                 compose.c is still under discussion)
5155
5156 2002-10-18 [melvin]     0.8.5claws45
5157
5158         * src/prefs_actions.c
5159                 Fixed bug #622275 where asynchroneous actions left 
5160                 zombies processes
5161                 Made (synchroneous) actions' input be displayed live.
5162
5163 2002-10-18 [christoph]  0.8.5claws44
5164
5165         * src/textview.c
5166                 don't add a newline in the textview in front of the
5167                 first textpart if header display is disabled
5168                 (closes bug [ 603385 ] disabled header display leaves blank
5169                  lin)
5170
5171 2002-10-18 [christoph]  0.8.5claws43
5172
5173         * src/folder.[ch]
5174         * src/imap.c
5175         * src/mbox_folder.c
5176         * src/mh.c
5177         * src/news.c
5178                 folder->get_num_list now returns an error code
5179                 (closes bug [ 609424 ] News cache cleared on failure)
5180                 
5181 2002-10-17 [colin]      0.8.5claws42
5182         
5183         * src/news.c
5184                 Changed a printf by debug_print
5185
5186 2002-10-16 [paul]       
5187
5188         * tools/OOo2sylpheed.pl
5189                 allow for spaces in the name of the
5190                 file to be attached.
5191
5192 2002-10-16 [colin]      0.8.5claws41
5193
5194         * src/main.c
5195                 Use a tristate to change online mode
5196
5197 2002-10-16 [paul]       0.8.5claws40
5198
5199         * po/es.po
5200                 updated by Ricardo Mones Lastra
5201
5202 2002-10-16 [colin]      0.8.5claws39
5203
5204         * src/main.c
5205           src/mainwindow.[ch]
5206                 Added --online and --offline command-line
5207                 switches
5208
5209 2002-10-15 [christoph]  0.8.5claws38
5210
5211         * src/procmime.c
5212                 set mimeinfo->name to NULL after g_free to
5213                 avoid double freeing with g_free
5214
5215 2002-10-14 [christoph]  0.8.5claws37
5216
5217         * src/compose.c
5218         * src/filtering.c
5219         * src/summaryview.c
5220                 remove calls to folder->change_flags that are now
5221                 done by procmsg flag functions (seems it is not
5222                 used by any foldertype anyway)
5223         * src/folder.c
5224                 init folder->change_flags with NULL
5225
5226 2002-10-14 [christoph]  0.8.5claws36
5227
5228         * src/folder.[ch]
5229         * src/imap.[ch]
5230                 use virtual functions for folder item new and destroy
5231                 functions
5232
5233 2002-10-14 [melvin]     0.8.5claws35
5234
5235         * src/compose.c
5236                 Added a test to not run the spell checker if no default
5237                 dictionary is available. No dialog is displayed though.
5238
5239 2002-10-14 [melvin]     0.8.5claws34
5240
5241         * src/gtkaspell.c
5242                 Fixed bug in dictionary list context menu where
5243                 "More..." pointed to an emtpy submenu if the
5244                 number of dictionaries is a multiple of 15
5245                 Removed unneeded code in suggestions list creation
5246
5247 2002-10-14 [paul]       0.8.5claws33
5248
5249         * po/bg.po
5250                 updated by George Danchev
5251
5252 2002-10-13 [hoa]        0.8.5claws32
5253
5254         * src/matcher.[ch]
5255           src/matcher_parser_parser.y
5256                 removed the escaped string from internal structure
5257                 of matcher.
5258
5259 2002-10-12 [colin]      0.8.5claws31
5260
5261         * src/gtksctree.[ch]
5262           src/summaryview.c
5263                 Removed useless function gtksctree_reanchor
5264
5265 2002-10-12 [alfons]     0.8.5claws30
5266         
5267         * sync with remaining main changes 2002-10-09 - 2002-10-11
5268         - drop changes to src/compose.c (requires claws specific changes)
5269         
5270 2002-10-12 [alfons]     0.8.5claws29
5271         
5272         * sync with main changes of 2002-10-08
5273         - drop changes to src/compose.c (requires claws specific changes)
5274         - drop changes to src/summaryview.c (requires changes to compose.c)     
5275
5276 2002-10-12 [alfons]     0.8.5claws28
5277         
5278         * sync with main changes of 2002-10-07
5279
5280 2002-10-12 [alfons]     0.8.5claws27
5281
5282         * sync with main changes of 2002-10-04
5283         - drop changes to src/compose.c (requires claws specific changes)
5284         - drop changes to src/prefs_folder_item.c (claws implementation
5285           seems to be working)
5286
5287 2002-10-12 [colin]      0.8.5claws26
5288
5289         * src/mainwindow.c
5290                 Fix folder-flicker when space-reading, introduced 
5291                 in claws22.
5292
5293 2002-10-12 [colin]      0.8.5claws25
5294
5295         * src/compose.c
5296                 Save account address when saving as draft.
5297                 (closes bug 621838)
5298
5299 2002-10-12 [colin]      0.8.5claws24
5300
5301         * src/summaryview.c
5302                 Fix the problem consisting of no message selected
5303                 after the last message in a folder has been moved.
5304
5305 2002-10-12 [paul]       0.8.5claws23
5306
5307         * src/compose.c
5308           src/prefs_template.c
5309           src/template.[ch]
5310                 add Cc and Bcc to templates. Patch submitted by
5311                 John L. Males.
5312
5313 2002-10-12 [colin]      0.8.5claws22
5314
5315         * src/folderview.c
5316                 Fix a bug after "Check for new messages":
5317                 If a folder was opened, it was still selected at
5318                 the end of the check, but displayed empty.
5319         * src/mainwindow.c
5320                 Remove unnecessary check
5321
5322 2002-10-12 [paul]
5323
5324         * tools/README
5325                 be more verbose in the description of
5326                 OOo2sylpheed.pl
5327                 
5328
5329 2002-10-11 [colin]      0.8.5claws21
5330
5331         * src/mainwindow.c
5332                 Make space work (better) when no mail is selected
5333
5334 2002-10-11 [colin]      0.8.5claws20
5335
5336         * src/inc.c
5337           src/news.c
5338                 fix warnings
5339
5340 2002-10-11 [colin]      0.8.5claws19
5341
5342         * src/mainwindow.c
5343                 revert 0.8.5claws6 changes as i couldn't get to
5344                 anything satisfying
5345
5346 2002-10-11 [melvin]     0.8.5claws18
5347
5348         * src/compose.c
5349                 Removed buggy and unused macro (should have been committed in
5350                 0.8.5claws17)
5351
5352 2002-10-11 [melvin]     0.8.5claws17
5353
5354         * src/compose.c
5355                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5356
5357 2002-10-11 [thorsten]   0.8.5claws16 
5358
5359         * src/folderview.c
5360                 remove rescan warning
5361
5362 2002-10-11 [colin]      0.8.5claws15 
5363
5364         * src/procheader.c
5365                 fix a segfault that happens if conv_unmime_header
5366                 fails (should be better to find out why it fails)
5367
5368 2002-10-11 [christoph]  0.8.5claws14
5369
5370         * src/summaryview.c
5371                 update folderview stats after ignore/unignore thread
5372
5373 2002-10-11 [hoa]        0.8.5claws13
5374
5375         * src/quote_fmt_parse.y
5376                 Fixed a yacc/bison syntax error
5377         * src/matcher.c
5378                 Escaping of string is fixed.
5379
5380 2002-10-11 [colin]      0.8.5claws12
5381
5382         * src/imageview.c
5383                 Resize images to fit
5384
5385 2002-10-11 [paul]       0.8.5claws11
5386
5387         * po/es.po
5388                 updated by Ricardo Mones Lastra
5389
5390 2002-10-10 [alfons]     0.8.5claws10
5391
5392         * src/compose.c
5393                 allow dropping files by "moving" files from a file manager,
5394                 not only by the more cumbersome "copying". the latter 
5395                 mostly implies holding down the Control button
5396
5397 2002-10-10 [christoph]  0.8.5claws9
5398
5399         * src/summaryview.c
5400                 update folders after thread building for ignored threads
5401
5402 2002-10-10 [christoph]  0.8.5claws8
5403
5404         * config/.cvsignore
5405                 added Makefile
5406         * src/filtering.[ch]
5407         * src/folder.[ch]
5408         * src/folderview.[ch]
5409         * src/import.c
5410         * src/inc.[ch]
5411         * src/mbox.[ch]
5412         * src/procmsg.c
5413         * src/summaryview.[ch]
5414                 o added new flag need_update to FolderItem
5415                 o removed folder_table from various functions from tracking
5416                   folder updates
5417                 o set need_update flags in folder.c's move, copy and delete
5418                   functions and procmsg's flags functions
5419                 o added function folderview_update_items_when_required that
5420                   updates all folders with need_update set
5421                 o call folderview_update_items_when_required instead of
5422                   folderview_update_item_foreach
5423
5424 2002-10-09 [sergey]     0.8.5claws7
5425
5426         * src/compose.c
5427                 Strip CRs whel loading the text into editor in reedit mode.
5428
5429 2002-10-09 [colin]      0.8.5claws6
5430
5431         * src/mainwindow.c
5432                 Make Space work when no mail is selected
5433
5434 2002-10-09 [colin]      0.8.5claws5
5435
5436         * src/gtksctree.[ch]
5437                 Fix range_select
5438                 Add gtk_sctree_reanchor() 
5439         * src/summaryview.c
5440                 Use gtk_sctree_reanchor() - better fix for 
5441                 bug 60413
5442
5443 2002-10-09 [colin]      0.8.5claws4
5444
5445         * src/summaryview.c
5446                 Fix shift-click select after delete problem
5447                 (closes bug 60413)
5448
5449 2002-10-08 [thorsten]   0.8.5claws3
5450
5451         * src/summaryview.c
5452                 exclude current msg from -hide read messages-
5453
5454 2002-10-08 [colin]      0.8.5claws2
5455
5456         * src/inc.[ch]
5457           src/pop.c
5458           src/recv.c
5459                 Differentiate socket errors from disk full
5460                 errors
5461
5462 2002-10-08 [christoph]  0.8.5claws1
5463
5464         * Makefile.am
5465         * configure.in
5466                 modifications for new config directory
5467
5468         * config.guess  ** REMOVED **
5469         * config.sub    ** REMOVED **
5470         * install-sh    ** REMOVED **
5471         * ltmain.sh     ** REMOVED **
5472         * missing       ** REMOVED **
5473         * mkinstalldirs ** REMOVED **
5474                 these files are autogenerated by automake
5475                 when you run autogen.sh
5476
5477         * config/.cvsignore     ** NEW FILE **
5478         * config/Makefile.am    ** NEW FILE **
5479                 ignore autogenerated files
5480                 create a Makefile in this directory
5481
5482 2002-10-08 [paul]       0.8.5claws
5483
5484         * 0.8.5claws release
5485         
5486         * src/compose.c
5487           src/procheader.c
5488           src/procmsg.c
5489                 fix quote reply format for newsgroups reply bug
5490                 (thanks to Hoa)
5491                 
5492         * po/en_GB.po
5493           po/pl.po
5494                 updated by me and Witold Wladyslaw Wojciech Wilk
5495                 repectively
5496
5497 2002-10-07 [paul]       0.8.3claws53
5498
5499         * po/it.po
5500           po/pt_BR.po
5501           po/sr.po
5502                 updated messages catalogs, submitted by
5503                 Alessandro Maestri, Fabio Jr.Beneditto 
5504                 and Urke MMI, respectively.
5505
5506 2002-10-07 [christoph]  0.8.3claws52
5507
5508         * src/folder.[ch]
5509         * src/folderview.c
5510         * src/mainwindow.c
5511                 fix new folder ghost message bug
5512                 (closes bug [ 619722 ] wrong count for newly created folders)
5513
5514 2002-10-07 [christoph]  0.8.3claws51
5515
5516         * src/compose.c
5517                 fix news posting problem
5518
5519 2002-10-07 [melvin]     0.8.3claws50
5520
5521         * po/fr.po
5522                 Updated French translation
5523
5524 2002-10-05 [christoph]  0.8.3claws49
5525
5526         * src/gtkstext.c
5527                 check if line_start_cache is set in gtk_stext_update_text
5528                 (closes bug [ 618119 ] crash while doing search in folder)
5529
5530 2002-10-05 [christoph]  0.8.3claws48
5531
5532         * src/imap.c
5533         * src/news.c
5534         * src/utils.c
5535         * src/utils.h
5536                 implement cache cleanups for claws' folder system
5537                 (closes bug [ 595916 ] imapcache not cleaned up)
5538
5539 2002-10-05 [melvin]     0.8.3claws47
5540
5541         * src/prefs_actions.c
5542                 Made the help text more clear for the %p token
5543
5544 2002-10-04 [paul]       0.8.3claws46
5545
5546         * sync with 0.8.5
5547                 see ChangeLog 2002-10-02 and 2002-10-03
5548
5549 2002-10-04 [christoph]  0.8.3claws45
5550
5551         * src/inc.c
5552                 fix segfault caused by pop before smtp
5553                 call to inc_account_mail with NULL
5554                 pointer for mainwin
5555
5556 2002-10-04 [paul]       0.8.3claws44
5557
5558         * configure.in
5559                 sync the LDAP detection from 0.8.5cvs1
5560
5561 2002-10-02 [christoph]  0.8.3claws43
5562
5563         * po/de.po
5564                 fix small spelling error
5565
5566 2002-10-02 [melvin]     0.8.3claws42
5567
5568         * ac/aspell.m4
5569                 Behave better and say "no" when test program cannot be run.
5570
5571 2002-10-02 [paul]       0.8.3claws41
5572
5573         * sync with 0.8.4cvs1
5574                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5575                 
5576         * src/summaryview.c
5577                 toggle the behavior of Reply menuitem between
5578                 normal reply and reply-to-list
5579
5580 2002-10-01 [sergey]     0.8.3claws40
5581
5582         * src/compose.c
5583                 Convert newlines in the message text to the canonical form
5584                 before base64 encoding (RFC2045 compliance, fixes some
5585                 interoperability issues with Evolution 1.0.3)
5586
5587 2002-09-29 [colin]      0.8.3claws39
5588
5589         * src/summaryview.c
5590                 Fix an unwanted copy/paste
5591
5592 2002-09-29 [colin]      0.8.3claws38
5593
5594         * src/mainwindow.c
5595                 Renamed "Custom toolbar" to "Customize toolbar"
5596                 Renamed "Show all header" to "Show all headers"
5597                 Renamed "Set diplay item" to "Set displayed items"
5598         * src/prefs_common.c
5599                 Renamed "Show all header" to "Show all headers"
5600         * src/prefs_summary_column.c
5601                 Renamed "diplay item" to "displayed items"
5602
5603 2002-09-29 [colin]      0.8.3claws37
5604
5605         * src/mainwindow.[ch]
5606                 online/offline status pixmaps follow theme
5607                 changes
5608         * src/summaryview.[ch]
5609                 quicksearch pixmap follows theme changes
5610
5611 2002-09-29 [thorsten]   0.8.3claws36
5612
5613         * src/compose.c
5614           src/prefs_folder_item.[ch]
5615                 add default_reply_to folder option (closes patch 581044)
5616
5617 2002-09-29 [christoph]  0.8.3claws35
5618
5619         * acconfig.h    ** REMOVED **
5620         * configure.in
5621         * ac/aspell.m4
5622         * ac/check-type.m4
5623         * ac/gnupg-check-typedef.m4
5624                 fix autoheader 2.50 warning
5625
5626 2002-09-29 [christoph]  0.8.3claws34
5627
5628         * major code cleanup (part 2)
5629         
5630                 - unused variables removed
5631                 - unused functions removed
5632                 - uninitialized variables checked
5633                 - missing return statements added
5634                 - missing function return types added
5635                 - added parentheses around assignment
5636                   when suggested by gcc
5637
5638 2002-09-29 [alfons]     0.8.3claws33
5639
5640         * src/logwindow.c
5641                 log_window_clear(): only bracket gtk_text_forward_delete() 
5642                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5643                 works around GTK text bug)
5644
5645 2002-09-29 [paul]       0.8.3claws32
5646
5647         * po/bg.po
5648           po/sr.po
5649                 updated by George Danchev and Urke MMI
5650                 respectively
5651
5652 2002-09-27 [christoph]  0.8.3claws31
5653
5654         * doc-src/readme.txt
5655         * doc-src/rfc1806.txt   ** REMOVED **
5656         * doc-src/rfc2183.txt   ** NEW FILE **
5657         * doc-src/rfc2980.txt   ** NEW FILE **
5658                 update rfcs
5659
5660 2002-09-27 [melvin]     0.8.3claws30
5661
5662         * ac/aspell.m4
5663                 Fixed typo which could break linking
5664
5665 2002-09-27 [melvin]     0.8.3claws29
5666
5667         * ac/aspell.m4
5668                 Improved GNU/aspell checking. 
5669                 Fixed bug #614490
5670
5671 2002-09-27 [paul]       0.8.3claws28
5672
5673         * sync with 0.8.3cvs8
5674                 see ChangeLog 2002-09-27
5675
5676 2002-09-26 [colin]      0.8.3claws27
5677
5678         * src/toolbar.[ch]
5679           src/mainwindow.[ch]
5680                 Add "Reply to Mailing-list" to the toolbar
5681
5682 2002-09-26 [christoph]  0.8.3claws26
5683
5684         * src/summaryview.c
5685                 Fix wrong message counts in summaryview status
5686
5687 2002-09-26 [paul]       0.8.3claws25
5688
5689         * sync with 0.8.3cvs7
5690                 see ChangeLog 2002-09-26
5691
5692 2002-09-26 [paul]       0.8.3claws24
5693
5694         * sync with 0.8.3cvs6
5695                 see ChangeLog 2002-09-25
5696
5697 2002-09-25 [christoph]  0.8.3claws23
5698
5699         * src/prefs_common.c
5700         * src/prefs_folder_item.c
5701         * src/prefs_scoring.c
5702                 Renamed "kill score" to "hide score" in GUI
5703                 and prefs files
5704
5705 2002-09-25 [paul]       0.8.3claws22
5706
5707         * sync with 0.8.3cvs5
5708                 see ChangeLog 2002-09-24
5709
5710 2002-09-24 [alfons]     0.8.3claws21
5711
5712         patch by Satoshi Nagayasu: allows appending / saving multiple 
5713         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5714         'Save as ...'")
5715
5716         * AUTHORS
5717                 add Satoshi Nagayasu
5718         * src/summaryview.c
5719                 summary_save_as(): allow saving selected files to
5720                 one file
5721                 summary_set_menu_sensitive: enable "Save As..." when
5722                 multiple files are selected
5723         * src/utils.[ch]
5724                 append_file(): new function
5725
5726 2002-09-24 [colin]      0.8.3claws20
5727
5728         * src/procmime.c
5729                 Fix segfault when mimeinfo doesn't have a 
5730                 content_type. 
5731
5732 2002-09-24 [colin]      0.8.3claws19
5733
5734         * src/prefs_common.[ch]
5735                 Add a preference to display send dialog or not
5736         * src/send.c
5737                 Display send dialog according to preference
5738
5739 2002-09-24 [colin]      0.8.3claws18
5740
5741         * src/compose.[ch]
5742                 Disable user actions when sending
5743
5744 2002-09-24 [colin]      0.8.3claws17
5745
5746         * src/procmime.c
5747                 Do not display name or filename for attachments
5748                 with an application/pgp-signature type
5749                 (security flaw, see bug 537413)
5750
5751 2002-09-23 [colin]      0.8.3claws16
5752
5753         * src/editaddress.c
5754                 Initialize entry_email, entry_alias and 
5755                 entry_remarks to first email address of the list
5756
5757 2002-09-23 [colin]      0.83claws15
5758
5759         * src/compose.c
5760                 Drop pgp-signature when reediting a signed queued
5761                 message
5762
5763 2002-09-23 [melvin]     0.8.3claws14
5764
5765         * po/fr.po
5766                 Updated French translation
5767
5768 2002-09-23 [melvin]     0.8.3claws13
5769
5770         * src/mainwindow.c
5771                 Made custom toolbar menu labels more consistent
5772         * src/prefs_toolbar.c
5773                 Made custom toolbar window title more consistent
5774
5775 2002-09-22 [colin]      0.8.3claws12
5776
5777         * src/inc.c
5778                 Initialize session type to normal before getting 
5779                 mail (fixes strange Get behaviour)
5780         * src/prefs_account.h
5781                 Move STYPE_POP_BEFORE_SMTP to last position to 
5782                 avoid other side-effects
5783
5784 2002-09-22 [colin]      0.8.3claws11
5785
5786         * src/prefs_account.c
5787                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5788                 from pop3 to apop or vice-versa
5789
5790 2002-09-22 [colin]      0.8.3claws10
5791         
5792         * src/prefs_account.[ch]
5793                 Add an option for the POP before SMTP timeout
5794         * src/inc.c
5795                 Remember time of last POP connection
5796         * src/send.c
5797                 Do POP before SMTP only if timeout reached
5798
5799 2002-09-22 [oliver]     0.8.3claws9
5800         
5801         * README.claws
5802                 explain custom toolbar
5803
5804 2002-09-22 [oliver]     0.8.3claws8
5805
5806         * src/prefs_actions.[ch]
5807         custom toolbar for compose      
5808                 actions callback from compose toolbar
5809         * src/folderview.c
5810                 remove include toolbar.h
5811
5812 2002-09-22 [oliver]     0.8.3claws7
5813         
5814         * src/prefs_toolbar.[ch]
5815                 custom toolbar for compose
5816                 - generic prefs_toolbar handles both
5817                   Mainwin's toolbar as well as Compose toolbar          
5818
5819 2002-09-22 [oliver]     0.8.3claws6
5820         
5821         * src/toolbar.[ch]
5822                 custom toolbar for compose
5823                 restructure toolbar.[ch]
5824
5825 2002-09-22 [oliver]     0.8.3claws5
5826
5827         * src/compose.[ch]
5828                 custom toolbar for compose
5829
5830 2002-09-22 [oliver]     0.8.3claws4
5831         
5832         * src/mainwindow.[ch]
5833                 custom toolbar for compose 
5834                 move mainwin toolbar back to mainwindow
5835
5836 2002-09-22 [alfons]     0.8.3claws3
5837
5838         * src/procmsg.c
5839                 :%sno/if(/if (/gc
5840                 :%sno/for(/for (/gc
5841                 (beautify)
5842
5843 2002-09-22 [alfons]     0.8.3claws2
5844         
5845         * src/procmsg.c
5846                 procmsg_save_to_outbox(): don't unlink message file from queue;
5847                 callers should do it using folder_item_remove_msg()
5848
5849 2002-09-22 [colin]      0.8.3claws1
5850
5851         * src/mimeview.[ch]
5852                 Made mimeview_check_signature() public
5853         * src/textview.c
5854                 Made GPG signatures verifiable by clicking
5855                 the [application/pgp-signature] in the Text
5856                 view
5857
5858 2002-09-22 [paul]       0.8.3claws
5859
5860         * po/bg.po
5861           po/en_GB.po
5862           po/es.po
5863           po/it.po
5864           po/pl.po
5865           po/pt_BR.po
5866           po/sr.po
5867                 updated translations, submitted by George Danchev,
5868                 me, Ricardo Mones Lastra, Alessandro Maestri,
5869                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5870                 and Urke MMI, respectively.     
5871
5872 2002-09-22 [alfons]     0.8.2claws65
5873
5874         * src/procmsg.c
5875         * src/pgptext.c
5876                 no furry valgrinds have been used to plug these memleaks
5877
5878 2002-09-20 [paul]       0.8.2claws64
5879
5880         * sync with 0.8.3cvs4
5881                 'Select thread' re-implemented 
5882                 see ChangeLog 2002-09-20
5883
5884 2002-09-21 [alfons]     0.8.2claws63
5885
5886         * src/compose.c
5887                 compose_send(): plug unnoticed memleak
5888
5889 2002-09-20 [alfons]     0.8.2claws62
5890
5891         * src/addr_compl.c
5892                 replace_address_in_edit(): strict check for NULL address to
5893                 fix "[ 607348 ] Segfault in address completion". My guess is
5894                 that this happens with an empty address book, but it's good
5895                 to have this check here anyway
5896                 
5897                 completion_window_button_press(): free string returned 
5898                 from the internal cache
5899
5900 2002-09-20 [christoph]  0.8.2claws61
5901
5902         * src/procmime.h
5903                 added ENC_BINARY to EncodingType
5904         * src/procmime.c
5905                 the string returned by procmime_get_encoding_str
5906                 should not depend on the order of values in the
5907                 EncodingType definition
5908         * doc-src/rfc1806.txt   ** NEW FILE **
5909                 Added rfc1806 about MIME Content-Disposition
5910                 Extension
5911
5912 2002-09-19 [paul]       0.8.2claws60
5913
5914         * sync with 0.8.2cvs3
5915                 see ChangeLog 2002-09-19
5916
5917 2002-09-19 [paul]       0.8.2claws59
5918
5919         * src/prefs_folder_item.c
5920                 revert to Darko's original alignment of colour
5921                 selector button
5922                 add a colon to folder_color label
5923                 
5924         * src/compose.c
5925                 add Colin's patch (with Hiro's modifications) to 
5926                 force BASE64 encoding for 8-bit text when signing
5927                 (sync with 0.8.3cvs2)
5928
5929 2002-09-18 [alfons]     0.8.2claws58
5930
5931         * src/compose.c
5932                 :%sno/if(/if (/gc
5933                 :%sno/for(/for (/gc
5934                 (beautify a little bit)
5935
5936 2002-09-18 [christoph]  0.8.2claws57
5937
5938         * src/pine.c
5939                 fix handling of fgetc return value
5940
5941 2002-09-17 [alfons]     0.8.2claws56
5942         
5943         * src/summaryview.c
5944                 summary_sort(): check non-NULL summaryview->folder_item when no 
5945                 folder is selected at all
5946                 (closes "[ 610344 ] sort label make syl Crash")
5947
5948 2002-09-17 [alfons]     0.8.2claws55
5949         
5950         * src/compose.c
5951                 beautify a little bit
5952
5953 2002-09-17 [christoph]  0.8.2claws54
5954
5955         * src/folder.c
5956                 initialize max values for cache and folder
5957                 when cache or folder is empty
5958
5959 2002-09-15 [colin]      0.8.2claws53
5960
5961         * src/compose.c
5962                 Fix a leak (thanks Alfons!) and cleaned
5963                 variables names for custom headers
5964
5965 2002-09-15 [colin]      0.8.2claws52
5966
5967         * src/compose.c
5968                 Fix custom headers recognition when
5969                 prefs_common.trans_hdr is on
5970
5971 2002-09-15 [colin]      0.8.2claws51
5972
5973         * src/compose.c
5974                 Allow dynamically-added custom headers
5975                 Yet not reparsed if reedited
5976
5977 2002-09-15 [alfons]     0.8.2claws50
5978
5979         * src/prefs_account.c
5980                 fix warnings
5981
5982 2002-09-15 [colin]      0.8.2claws49
5983         
5984         * src/prefs_account.c
5985                 fix pop_before_smtp sensitivity
5986
5987 2002-09-15 [colin]      0.8.2claws48
5988
5989         * src/inc.[ch]
5990                 add inc_pop_before_smtp()
5991                 allow MainWindow to be undefined in 
5992                 inc_account_mail() and inc_start()
5993         * src/pop.c
5994           src/prefs_account.h
5995                 add STYPE_POP_BEFORE_SMTP session type
5996         * src/prefs_account.c
5997                 activated pop before smtp option
5998         * src/send.c
5999                 do pop before smtp if the relevant option 
6000                 is set
6001
6002 2002-09-15 [paul]       0.8.2claws47
6003
6004         * sync with 0.8.3
6005                 see ChangeLog 2002-09-15
6006
6007 2002-09-14 [paul]       0.8.2claws46
6008
6009         * po/bg.po
6010                 updated Bulgarian translation, submitted by
6011                 George Danchev
6012
6013 2002-09-13 [paul]       0.8.2claws45
6014
6015         * src/compose.c
6016                 merge claws' select_account() with main's
6017                 (new) compose_select_account(). [sync with
6018                 0.8.2cvs15, see ChangeLog 2002-09-11]
6019
6020 2002-09-12 [christoph]  0.8.2claws44
6021
6022         * src/filter.c
6023                 allocate 1 elements of FolderItem not 0
6024
6025 2002-09-12 [colin]      0.8.2claws43
6026
6027         * src/compose.c
6028                 Fix bug #590825 (obey Follow-up: poster)
6029
6030 2002-09-12 [colin]      0.8.2claws42
6031
6032         * src/procmime.c
6033                 Fix bug #557009 (wrong headers for messages 
6034                 forwarded as attachments)
6035
6036 2002-09-11 [colin]      0.8.2claws41
6037         
6038         * src/compose.c
6039                 Put SCF: pseudo-header on top of message
6040                 Set draft tmp_flag when saved as draft
6041
6042         * src/procmsg.c
6043           src/procheader.c
6044                 Skip after first \n\n for beginning of real message
6045                 for drafts too
6046
6047 2002-09-11 [christoph]  0.8.2claws40
6048
6049         * src/filtering.c
6050                 use procmsg flag functions in filtering or processing
6051                 will cause incorrect folder message counts
6052
6053 2002-09-11 [colin]      0.8.2claws39
6054
6055         * src/compose.c
6056                 Fix bug #550175 - wrong save folder when reediting
6057                 drafts
6058
6059 2002-09-11 [paul]       0.8.2claws38
6060
6061         * sync with 0.8.2cvs14
6062                 see ChangeLog 2002-09-11
6063
6064 2002-09-11 [colin]      0.8.2claws37
6065
6066         * src/folder.c
6067                 Fix a typo (seeming to cause new/unread status to
6068                 be lost)
6069
6070 2002-09-10 [christoph]  0.8.2claws36
6071
6072         * src/compose.c
6073                 compose_redirect should not use compose_generic_new
6074                 because that does more stuff than expected including
6075                 opening the external editor
6076                 (closes bug "[ 526608 ] bounced messages appear blank
6077                  in editor")
6078
6079 2002-09-10 [christoph]  0.8.2claws35
6080
6081         * src/folder.c
6082                 fix problem with too large message number range
6083                 causing a crash in folder_item_scan
6084
6085 2002-09-10 [paul]       0.8.2claws34
6086
6087         * sync with 0.8.2cvs13
6088                 see ChangeLog 2002-09-10
6089
6090 2002-09-10 [christoph]  0.8.2claws33
6091
6092         * src/msgcache.c
6093                 set MsgInfo TmpFlags for queue and draft folders
6094                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6095
6096 2002-09-10 [paul]       0.8.2claws32
6097
6098         * AUTHORS
6099           po/bg.po      ** NEW FILE **
6100                 new Bulgarian translation submitted by
6101                 George Danchev <danchev@spnet.net>
6102                 
6103         * tools/Makefile.am
6104           tools/README
6105           tools/tb2sylpheed     ** NEW FILE **
6106                 add script that converts an addressbook exported
6107                 from The Bat! into a Sylpheed addressbook. Submitted
6108                 by Urke MMI <urke-kg@eunet.yu>
6109
6110 2002-09-10 [paul]       0.8.2claws31
6111
6112         * sync with 0.8.2cvs12
6113                 see ChangeLog 2002-09-10
6114
6115 2002-09-06 [paul]       0.8.2claws30
6116
6117         * src/prefs_common.c
6118                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6119                 
6120         * tools/Makefile.am
6121           tools/README
6122           tools/ldif-to-xml.py  ** REMOVED **
6123                 remove obsolete python script
6124
6125 2002-09-06 [paul]       0.8.2claws29
6126
6127         * sync with 0.8.2cvs10
6128                 see ChangeLog 2002-09-06
6129
6130 2002-09-04 [paul]       0.8.2claws28
6131
6132         * sync with 0.8.2cvs9
6133                 see ChangeLog 2002-08-04
6134
6135 2002-09-04 [colin]      0.8.2claws27 
6136
6137         * src/prefs_common.[ch]
6138                 Added signature color configuration
6139         * src/textview.c
6140                 Use user-specified signature color
6141
6142 2002-09-03 [colin]      0.8.2claws26
6143
6144         * src/prefs_common.[ch]
6145                 Added autosave and autosave_length prefs
6146         * src/compose.c
6147                 Added compose_remove_draft()
6148                 Auto-save drafts according to the prefs
6149         * src/main.c
6150                 Added a crash-indicator file, allowing to check
6151                 for new messages on startup if Sylpheed crashed
6152                 (makes saved drafts "reappear")
6153
6154 2002-09-03 [colin]      0.8.2claws25
6155
6156         * src/textview.[ch]
6157                 Grey the signature
6158
6159 2002-09-03 [paul]       0.8.2claws24
6160
6161         * sync with 0.8.2cvs8
6162                 see ChangeLog 2002-09-02 and 2002-09-03
6163
6164 2002-09-03 [darko]      0.8.2claws23
6165
6166         * src/folderview.c
6167                 use normal style when creating new folder to pick
6168                 proper font size 
6169
6170 2002-09-02 [melvin]     0.8.2claws22
6171
6172         * src/gtkaspell.m4
6173                 removed some obsolete code
6174
6175 2002-09-02 [melvin]     0.8.2claws21
6176
6177         * ac/aspell.m4
6178                 fixed test's equality sign (== to =)
6179
6180 2002-09-02 [alfons]     0.8.2claws20
6181
6182         * src/folder.c
6183         * src/mh.c
6184                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6185                 as folder->destroy virtual as suggested by Hiro
6186                 (the mh.c code seems to have been lost around mh.c.1.21)
6187
6188 2002-09-02 [paul]       0.8.2claws19
6189
6190         * po/pt_BR.po
6191                 updated by Fabio Jr. Beneditto
6192                 
6193         * src/defs.h
6194                 use 'http://claws.sylpheed.org' for homepage link. 
6195                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6196
6197 2002-09-01 [alfons]     0.8.2claws18
6198
6199         * src/mh.c
6200                 plug memleak related to one Martin Kluge found
6201
6202 2002-08-31 [paul]       0.8.2claws17
6203
6204         * sync with 0.8.2cvs6
6205                 see ChangeLog 2002-08-30
6206
6207 2002-08-31 [alfons]     0.8.2claws16
6208
6209         * src/folder.c
6210                 folder_destroy(): remove mailbox from folderlist even if it has
6211                 no destroy virtual
6212
6213 2002-08-31 [alfons]     0.8.2claws15
6214
6215         * src/folder.c
6216                 :%sno/if(/if (/gc
6217                 :%sno/for(/for (/gc
6218                 (being pedantic I know)
6219
6220 2002-08-31 [alfons]     0.8.2claws14
6221
6222         * src/folder.c
6223                 check for NULL pointers returned from folder->fetch_msginfo virtual
6224                 (should solve some reported crashes)
6225
6226 2002-08-30 [alfons]     0.8.2claws13
6227
6228         * acconfig.h
6229         * configure.in
6230         * src/crash.c
6231                 enable crash dialog on compilation time
6232                 (--enable-crash-dialog configure option)
6233
6234 2002-08-30 [alfons]     0.8.2claws12
6235
6236         * AUTHORS
6237                 add Martin Kluge
6238         * src/mh.c
6239                 apply memory leak plug patch by Martin Kluge
6240                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6241                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6242                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6243
6244 2002-08-30 [darko]      0.8.2claws11
6245
6246         * src/folderview.c
6247                 copy Gtk style from normal style to match
6248                 font size for coloured folders
6249
6250 2002-08-29 [alfons]     0.8.2claws10
6251
6252         * sylpheed.desktop
6253                 Type=Internet <- Type=Application
6254                 (reported by Michael Schwendt, see:
6255                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6256                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6257
6258 2002-08-29 [paul]       0.8.2claws9
6259
6260         * sync with 0.8.2cvs5
6261                 see ChangeLog 2002-08-29
6262
6263 2002-08-29 [colin]      0.8.2claws8
6264
6265         * src/summaryview.c
6266                 Added a sanity check in summary_select_thread
6267                 Should fix bug 601605
6268
6269 2002-08-29 [colin]      0.8.2claws7
6270
6271         * src/main.c
6272                 Revert claws6 changes regarding bug #591676
6273
6274 2002-08-28 [colin]      0.8.2claws6
6275         
6276         * src/main.c
6277                 Ignore cache for queue folderitems
6278                 Fix bug #591676
6279
6280 2002-08-28 [melvin]     0.8.2claws5
6281
6282         * README.claws
6283                 Fixed typos.
6284
6285 2002-08-28 [melvin]     0.8.2claws4
6286
6287         * README.claws
6288                 Updated a bit the text concerning the spell checker
6289
6290 2002-08-28 [melvin]     0.8.2claws3
6291
6292         Merged the GNU_aspell_branch:
6293                 Support of new GNU/aspell is now included and the old pspell
6294                 is not supported anymore.
6295                 See README.claws
6296
6297         * README.claws
6298                 Updated spell checker text to reflect the switch to GNU/aspell
6299
6300         * ac/aspell.m4          *** NEW ***
6301         * src/gtkaspell.[ch]    *** NEW *** 
6302         * ac/pspell.m4          *** DELETED *** 
6303         * src/gtkspell.[ch]     *** DELETED ***
6304
6305         * ac/Makefile.am
6306                 Updated for GNU/aspell support
6307
6308         * po/POTFILES.in
6309                 Replaced gtkspell.c by gtkaspell.c
6310
6311         * acconfig.h
6312         * src/Makefile.am
6313         * src/about.c
6314         * src/compose.[ch]
6315         * src/crash.c
6316         * src/main.c
6317         * src/prefs_common.[ch]
6318                 Updated for GNU/aspell support
6319
6320 2002-08-28 [paul]       0.8.2claws2
6321
6322         * sync with 0.8.2cvs4
6323                 see ChangeLog 2002-08-27 and 2002-08-28
6324
6325 2002-08-28 [colin]      0.8.2claws1
6326
6327         * src/summary_search.c
6328                 Added "AND search"
6329
6330 2002-08-28 [jens]       0.8.2claws
6331
6332         *po/de.po
6333                 Updated German translations
6334
6335 2002-08-27 [melvin]     0.8.2claws
6336
6337         * po/fr.po
6338                 Updated French translations
6339
6340 2002-08-27 [paul]       0.8.2claws
6341
6342         * sync with 0.8.2 main release
6343
6344         * po/en_GB.po
6345           po/es.po
6346           po/it.po
6347           po/pl.po
6348           po/pt_BR.po
6349           po/sr.po
6350                 updated message catalogs submitted by
6351                 Ricardo Mones Lastra, Alessandro Maestri,
6352                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6353                 Beneditto and Urke MMI  
6354
6355 2002-08-27 [hoa]        0.8.1claws123
6356
6357         * src/mainwindow.[ch]
6358         * src/summaryview.[ch]
6359                 removed the "filter setting" menu option.
6360                 add a "cancel a news message" menu option.
6361
6362 2002-08-26 [martin]     0.8.1claws122
6363
6364         * ChangeLog.claws
6365                 changed string under 0.8.1claws79 changed by myself
6366                 i'm sorry alfons :(
6367
6368 2002-08-26 [martin]     0.8.1claws121
6369
6370         * src/crash.c
6371                 added kill command to debuggerrc to start crash dialog
6372
6373 2002-08-26 [paul]       0.8.1claws120
6374
6375         * sync with 0.8.1cvs31
6376                 see ChangeLog 2002-08-26
6377
6378 2002-08-25 [alfons]     0.8.1claws119
6379
6380         * src/procmsg.c
6381                 fix bug that didn't send out correct headers to news server
6382                 when sending news article and email from queue (bug reported
6383                 and patch provided by Tim Mann; closes bug 
6384                 "[ 583196 ] 0.7.8claws can't post news")
6385
6386 2002-08-25 [alfons]     0.8.1claws118
6387
6388         * src/selective_download.c
6389                 mark two strings as translatable
6390                 (thanks to Urke MMI for pointing this out)
6391
6392 2002-08-25 [alfons]     0.8.1claws117
6393
6394         * src/summaryview.c
6395                 treat sent boxes as special and allow sorting them by addressee
6396                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6397                 submitted by Steve Lamb)
6398
6399 2002-08-24 [alfons]     0.8.1claws116
6400
6401         * src/matcher.c
6402                 fix memleak reported by Martin Kluge
6403                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6404
6405 2002-08-24 [oliver]     0.8.1claws115
6406
6407         * src/prefs_toolbar.c
6408                 o code cleanup as suggested by Alfons
6409                 o memleak fix
6410
6411 2002-08-24 [alfons]     0.8.1claws114
6412
6413         * src/summaryview.c
6414                 o fix another memory leak reported by Martin Kluge
6415                   (see "[ 599568 ] Small Memory Leak")
6416                 o remove 'from' variable from 'summary_set_header()'; we can
6417                   do with just 'to' 
6418
6419 2002-08-24 [paul]       0.8.1claws113
6420
6421         * sync with 0.8.1cvs30
6422                 see ChangeLog 2002-08-23
6423
6424 2002-08-24 [alfons]     0.8.1claws112
6425
6426         * src/summaryview.c
6427                 remove unnecessary allocations for search bar fixing leaks
6428                 reported by Martin Kluge
6429                 (see "[ 599451 ] Further memory leaks?")
6430
6431 2002-08-24 [alfons]     0.8.1claws111
6432
6433         * src/main.c
6434                 make get_socket_name() public for crash.c
6435         * src/crash.c
6436                 o make report bug button work (goes to claws' 
6437                   bug tracker at sf.net)
6438                 o introduce function for doing important stuff just
6439                   before claws goes down
6440                 o clean up code 
6441
6442 2002-08-24 [alfons]     0.8.1claws110
6443
6444         * src/compose.c
6445                 move cursor to "To" entry when forwarding as attachment
6446                 (reported and solved by Steve Lamb, closes bug report
6447                 "[ 592880 ] Forward as attachment; cursor not in to")
6448
6449 2002-08-24 [colin]      0.8.1claws109
6450
6451         * src/mainwindow.c
6452                 fix quick search visibility after GUI (de)separations.
6453
6454 2002-08-23 [colin]      0.8.1claws108
6455
6456         * src/mainwindow.c
6457                 fix header pane visibility after folderview or
6458                 messageview (de)separation
6459
6460 2002-08-23 [paul]       0.8.1claws107
6461
6462         * src/mainwindow.[ch]
6463           src/toolbar.c
6464                 give full control of display or non-display 
6465                 of the Execute icon to Custom toolbar settings.
6466                 add new sensitivity condition to maninwindow.h: 
6467                 M_DELAY_EXEC
6468
6469         * ChangeLog
6470           ChangeLog.jp
6471           NEWS
6472                 more sync with 0.8.1cvs29
6473
6474 2002-08-23 [melvin]     0.8.1claws106
6475
6476         * src/alertpanel.c
6477                 Readded support for custom widget in alertpanel lost in last
6478                 sync.
6479
6480 2002-08-23 [paul]       0.8.1claws105
6481
6482         * sync with 0.8.1cvs29
6483                 see ChangeLog 2002-08-23
6484
6485 2002-08-23 [colin]      0.8.1claws104
6486
6487         * src/summaryview.c
6488                 Fix folder and search pixmaps exchanging positions
6489                 after theme or toolbar changes. Thank to Oliver for 
6490                 reporting this.
6491
6492 2002-08-23 [colin]      0.8.1claws103
6493
6494         * src/mainwindow.c
6495           src/messageview.[ch]
6496           src/noticeview.[ch]
6497           src/summaryview.c
6498                 Changed messageview_create() and noticeview_create()
6499                 to avoid the last gdk_warning
6500
6501 2002-08-22 [colin]      0.8.1claws102
6502
6503         * src/summaryview.c
6504                 Fix my new `Creating pixmap from xpm' warning
6505
6506 2002-08-22 [colin]      0.8.1claws101
6507
6508         * src/mainwindow.c
6509                 Fix some of the gdk warnings
6510
6511 2002-08-22 [colin]      0.8.1claws100
6512
6513         * src/Makefile.am
6514         * src/stock_pixmap.c
6515         * src/stock_pixmap.h
6516         * src/pixmaps/quicksearch.xpm *ADDED*
6517                 Add the quicksearch pixmap
6518         * src/mainwindow.c
6519         * src/summaryview.c
6520         * src/summaryview.h
6521                 Make quicksearch bar visible/hidden via a button
6522
6523 2002-08-22 [christoph]  0.8.1claws99
6524
6525         * src/folder.c
6526                 fix folder update for newsgroups with message
6527                 numbers below minimum number of articles to fetch
6528                 (closes bug #598445)
6529
6530 2002-08-22 [paul]       0.8.1claws98
6531
6532         * sync with 0.8.1cvs28
6533                 see ChangeLog 2002-08-22
6534
6535 2002-08-21 [alfons]     0.8.1claws97
6536
6537         * src/crash.c
6538                 use bt instead of bt full which seems to work 
6539                 better, and bt full doesn't give a great deal 
6540                 of information anyway
6541
6542 2002-08-21 [colin]      0.8.1claws96
6543
6544         * src/summaryview.c
6545                 fix summaryview_searchtype_changed prototype
6546
6547 2002-08-21 [christoph]  0.8.1claws95
6548
6549         * src/mainwindow.c
6550                 o fix broken menu update for sorting type, we have to
6551                   get this info from the summaryview now
6552                 o removed setting of threaded state in menu callback
6553         * src/summaryview.[ch]
6554                 more summaryview/folderitem seperation for
6555                 threading option
6556         * configure.in
6557                 removed not required --with-compiler-flags option
6558
6559 2002-08-21 [oliver]     0.8.1claws94
6560         
6561         * src/toolbar.h 
6562                 o rename toolbar.xml to toolbar_main.xml
6563                   since toolbar_compose.xml might come up 
6564                   any time soon
6565         * README.claws
6566                 add custom toolbar              
6567
6568 2002-08-21 [darko]      0.8.1claws93
6569
6570         * src/procmsg.c
6571                 don't reset tmp flags for messages copied
6572                 to sent folder
6573
6574 2002-08-21 [colin]      0.8.1claws92
6575         
6576         * src/prefs_filtering.c
6577                 fix renaming rules on folder rename 
6578                 when folder is not a leaf folder
6579
6580 2002-08-21 [paul]       0.8.1claws91
6581
6582         * src/prefs_folder_item.c
6583                 fix alignment of colour selector
6584
6585 2002-08-21 [paul]       0.8.1claws90
6586
6587         * sync with 0.8.1cvs27
6588                 see ChangeLog 2002-08-21
6589
6590 2002-08-21 [paul]       0.8.1claws89
6591
6592         * src/summaryview.c
6593                 fix crash when changing field type in
6594                 Quick search bar
6595
6596 2002-08-21 [colin]      0.8.1claws88
6597
6598         * src/summaryview.c
6599                 Made quick search case-insensitive
6600
6601 2002-08-21 [paul]       0.8.1claws87
6602
6603         * sync with 0.8.1cvs26
6604                 see ChangeLog 2002-08-21
6605
6606 2002-08-20 [christoph]  0.8.1claws86
6607
6608         * src/folderview.c
6609         * src/main.c
6610         * src/summaryview.[ch]
6611                 more summaryview/folderitem seperation for
6612                 sort_key and sort_type
6613         * src/procmsg.c
6614                 added missing return statement
6615
6616 2002-08-20 [colin]      0.8.1claws85
6617
6618         * src/summaryview.[ch]
6619                 Added a quick search box
6620         * src/mainwindow.c
6621         * src/prefs_common.[ch]
6622                 Added a show/hide option for the quick search
6623
6624 2002-08-20 [oliver]     0.8.1claws84
6625         
6626         * src/mainwindow.c
6627                 remove toolbar_create_popups
6628         * src/toolbar.[ch]
6629                 o remove toolbar_create_popups
6630                 o fix toolbar_set_sensitive 
6631                   (Bug reports #596834 and #596832)     
6632         * src/prefs_toolbar.c
6633                 o add "Set default" button
6634                 o align label and text + combo widgets
6635
6636 2002-08-20 [hoa]        0.8.1claws83bis
6637
6638         * src/imap.c
6639                 fixed a bug in imap_fetch_msginfo() in case there is no
6640                 current folder.
6641
6642 2002-08-20 [darko]      0.8.1claws83
6643
6644         * src/folderview.c
6645                 copy the color style of folder view so it
6646                 works with GTK themes
6647
6648 2002-08-20 [darko]      0.8.1claws82
6649
6650         * src/folder.h
6651         * src/folderview.c
6652         * src/prefs_folder_item.[hc]
6653                 don't use UI stuff in folder.h
6654
6655 2002-08-20 [darko]      0.8.1claws81
6656
6657         * src/folder.h
6658         * src/prefs_folder_item.h
6659         * src/folderview.c
6660         * src/prefs_folder_item.c
6661                 ability to set folder color in folderview
6662
6663 2002-08-19 [alfons]     0.8.1claws80
6664
6665         * src/summaryview.c
6666                 fix one of the earlier memleaks reported by Martin Kluge
6667
6668 2002-08-19 [alfons]     0.8.1claws79
6669
6670         * src/mainwindow.c
6671                 hide notice view when selecting seperate folder
6672                 view (reported by Urke MMI)
6673
6674 2002-08-19 [christoph]  0.8.1claws78
6675
6676         * src/folderview.c
6677         * src/prefs_folder_item.h
6678         * src/summaryview.[ch]
6679                 o add summary_set_prefs_from_folderitem to set
6680                   summaryview prefs (first step to remove all
6681                   references to the folderitem in summaryview)
6682                 o moved compiled regex stuff from folderitem prefs
6683                   to summaryview code
6684
6685 2002-08-19 [paul]       0.8.1claws77
6686
6687         * src/compose.c
6688                 add check for '.' to QUOTE_IF_REQUIRED
6689
6690 2002-08-19 [paul]       0.8.1claws76
6691
6692         * src/inc.c
6693                 sync with 0.8.1cvs25 (plug memory leak)
6694
6695         * src/prefs_toolbar.c
6696                 re-order prefs_toolbar_cancel()
6697
6698 2002-08-18 [alfons]     0.8.1claws75
6699
6700         * src/inc.c
6701         * src/matcher.c
6702                 plug other memleaks reported by Martin Kluge
6703
6704 2002-08-18 [paul]       0.8.1claws74
6705
6706         * po/pt_BR.po
6707                 updated by Fabio Jr. Beneditto
6708
6709 2002-08-18 [paul]       0.8.1claws73
6710
6711         * src/toolbar.[ch]
6712                 fix bug where tooltips were displayed untranslated              
6713
6714         * src/prefs_toolbar.c
6715                 fix bug where clicking 'Cancel' creates an icon & text
6716                 toolbar regardless of prefs
6717         
6718
6719 2002-08-17 [oliver]     0.8.1claws72
6720
6721         * src/prefs_toolbar.c
6722                 update toolbar on CANCEL
6723                 bug reported by Martin Kluge
6724         * src/toolbar.c
6725                 toolbar_destroy memleak fixed           
6726
6727 2002-08-17 [alfons]     0.8.1claws71
6728
6729         * src/toolbar.c
6730                 plug another memleak reported by Martin Kluge
6731
6732 2002-08-16 [alfons]     0.8.1claws70
6733
6734         * src/crash.c
6735                 use execvp() correctly (suggested by wwp; thanks!)
6736
6737 2002-08-16 [alfons]     0.8.1claws69
6738
6739         * src/gtksctree.c
6740                 plug memory leak reported by Kim Schultz & Martin Kluge
6741
6742 2002-08-16 [paul]       0.8.1claws68
6743
6744         * po/es.po
6745                 updated by Ricardo Mones Lastra
6746
6747 2002-08-16 [paul]       0.8.1claws67
6748
6749         * src/toolbar.h
6750                 fix bug where 'Compose News' icon showed wrong
6751                 tooltip
6752
6753 2002-08-16 [paul]       0.8.1claws66
6754
6755         * sync with 0.8.1cvs24
6756                 see ChangeLog 2002-08-16
6757
6758         * po/it.po
6759                 updated by Alessandro Maestri
6760
6761 2002-08-15 [paul]       0.8.1claws65
6762
6763         * po/sr.po
6764                 updated by Urke MMI
6765
6766 2002-08-15 [paul]       0.8.1claws64
6767
6768         * src/*.c
6769                 don't translate debug info
6770
6771         * src/matcher.[ch]
6772                 add copyright info
6773
6774 2002-08-15 [paul]       0.8.1claws63
6775
6776         * src/prefs_toolbar.c
6777                 fix bug where clicking 'OK' creates an icon & text
6778                 toolbar regardless of prefs
6779
6780 2002-08-14 [alfons]     0.8.1claws62
6781
6782         * src/main.c
6783                 add global var that has the full argv[0]
6784         * src/crash.c
6785                 o execvp the correct sylpheed by using argv0
6786                   and setting the correct work dir
6787                 o other tweaks  
6788
6789 2002-08-14 [oliver]     0.8.1claws61
6790         
6791         * enable/disable Toolbar Action Buttons 
6792         * code cleanups
6793         * src/mainwindow.c
6794         * src/toolbar.[ch]      
6795         * src/prefs_toolbar.c   
6796
6797 2002-08-14 [melvin]     0.8.1claws60
6798
6799         * po/fr.po
6800                 Updated French translations
6801
6802 2002-08-14 [melvin]     0.8.1claws59
6803
6804         * src/crash.c
6805                 Made bug report not translatable
6806         * src/exporthtml.c
6807                 Fixed exporthtml_build_filespec() return value
6808         * src/foldersel.c
6809                 Fixed incorrect include file
6810         * src/gtkspell.c
6811         * src/prefs_actions.c
6812         * src/prefs_toolbar.c
6813                 Made debug info not translatable
6814         * src/mutt.c
6815         * src/quote_fmt.c
6816                 Added missing includes
6817         * src/prefs_common.c
6818                 Fixed typo
6819
6820 2002-08-14 [paul]       0.8.1claws58
6821
6822         * faq/es/sylpheed-faq.html
6823           faq/es/sylpheed-faq-[1-3].html
6824           faq/es/sylpheed-faq-4.html     **NEW FILE **
6825                 update Spanish FAQ
6826
6827 2002-08-13 [christoph]  0.8.1claws57
6828
6829         * src/procmsg.c
6830                 ignore thread fix that did not mark all
6831                 child nodes of a ignored thread as
6832                 ignored. Does not work perfectly yet,
6833                 but it is better now
6834
6835 2002-08-13 [alfons]     0.8.1claws56
6836
6837         * src/crash.c
6838                 o implement 'save crash log'
6839                 o some tweaks
6840
6841 2002-08-13 [melvin]     0.8.1claws55
6842
6843         * src/main.c
6844                 removed unrequired "execinfo.h" header
6845
6846 2002-08-12 [paul]       0.8.1claws54
6847
6848         * faq/en/sylpheed-faq.html
6849           faq/en/sylpheed-faq-[1-3].html
6850           faq/en/sylpheed-faq-4.html     **NEW FILE **
6851                 update English FAQ
6852
6853 2002-08-12 [alfons]     0.8.1claws53
6854
6855         * po/POTFILES.in
6856                 add crash.c to translatables
6857         * src/crash.c
6858                 bring in Leandro's crash dialog
6859
6860 2002-08-11 [alfons]     0.8.1claws52
6861
6862         * src/crash.c
6863                 clean up some warnings
6864
6865 2002-08-11 [alfons]     0.8.1claws51
6866
6867         * acconfig.h
6868         * configure.in
6869         * src/crash.[ch]        ** NEW FILES **
6870         * src/main.c            
6871                 initial gdb crash handler
6872
6873 2002-08-11 [paul]       0.8.1claws50
6874
6875         * src/prefs_toolbar.c
6876                 replace Up/Down arrow pixmaps with text to be
6877                 consistent across icon themes
6878
6879 2002-08-11 [paul]       0.8.1claws49
6880
6881         * src/prefs_common.c
6882           src/prefs_toolbar.c
6883                 rename 'Pixmap' -> 'Icon'
6884
6885         * src/toolbar.[ch]
6886                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6887
6888 2002-08-10 [paul]       0.8.1claws48
6889
6890         * src/prefs_toolbar.c
6891                 re-work the UI
6892
6893 2002-08-10 [paul]       0.8.1claws47
6894
6895         * src/main.c
6896                 don't write Processing progress to status bar
6897                 patch submitted by Alexander Evseev
6898
6899         * src/prefs_toolbar.c
6900                 re-position and resize window
6901                 make window assume correct size on first call
6902
6903 2002-08-10 [paul]       0.8.1claws46
6904
6905         * src/mainwindow.c
6906           src/prefs_toolbar.c
6907           src/toolbar.c
6908           src/toolbar.h
6909                 obey coding style
6910                 follow UI text conventions
6911
6912 2002-08-10 [alfons]     0.8.1claws45
6913
6914         * src/toolbar.c
6915                 correct pixmap for delete action
6916
6917 2002-08-10 [paul]       0.8.1claws44
6918
6919         * po/pt_BR.po
6920                 updated by Fabio Jr. Beneditto
6921
6922 2002-08-10 [paul]       0.8.1claws43
6923
6924         * po/POTFILES.in
6925                 add custom toolbar files
6926
6927 2002-08-10 [paul]       0.8.1claws42
6928
6929         * sync with 0.8.1cvs22
6930                 see ChangeLog 2002-08-09
6931
6932 2002-08-09 [paul]       0.8.1claws41
6933
6934         * tools/Makefile.am
6935           tools/README
6936           tools/outlook2sylpheed.pl     ** NEW FILE **
6937                 add script to convert exported Outlook
6938                 contacts list to a Sylpheed addressbook.
6939                 Submitted by Ricardo Mones Lastra.
6940
6941 2002-08-09 [paul]       0.8.1claws40
6942
6943         * AUTHORS
6944           configure.in
6945           po/sr.po      ** NEW FILE **
6946                 add Serbian message catalog. Submitted by
6947                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6948
6949 2002-08-09 [paul]       0.8.1claws39
6950
6951         * sync with 0.8.1cvs21
6952                 see ChangeLog 2002-08-08
6953
6954 2002-08-08 [oliver]     0.8.1claws38
6955
6956         * src/mainwindow.c
6957                 move Custom Toolbar to Configuration menu
6958
6959 2002-08-08 [oliver]     0.8.1claws37
6960
6961         * src/prefs_toolbar.c
6962                 fix substitute pixmap bug
6963
6964 2002-08-08 [paul]       0.8.1claws36
6965
6966         * sync with 0.8.1cvs19
6967                 see ChangeLog 2002-08-08
6968
6969 2002-08-07 [christoph]  0.8.1claws35
6970
6971         * src/utils.c
6972                 fixed a memory leak in new canonicalize_file_replace
6973
6974 2002-08-07 [christoph]  0.8.1claws34
6975
6976         * src/utils.[ch]
6977                 o canonicalize_file_replace should create the temporary
6978                   file in the same directory as the original file.
6979                 o added get_tmpfile_in_dir that creates a temorary file
6980                   in a specified directory.
6981
6982 2002-08-07 [melvin]     0.8.1claws33
6983
6984         * src/toolbar.c
6985                 fixed bug where 'Article' button acted as 'Email' button.
6986
6987 2002-08-07 [paul]       0.8.1claws32
6988
6989         * sync with 0.8.1.cvs17
6990                 see ChangeLog 2002-08-07
6991
6992 2002-08-07 [colin]      0.8.1claws31
6993         
6994         * src/news.c
6995                 fix mass-cancel problem
6996
6997 2002-08-07 [thorsten]   0.8.1claws30
6998
6999         * src/prefs_toolbar.c
7000                 fix: crash on replace or add new button
7001         * src/toolbar.c
7002                 fix: close xmlfile after reading
7003         * src/utils.c
7004                 fix: unlink() file before rename()
7005
7006 2002-08-06 [paul]       0.8.1claws29
7007
7008         * sync with 0.8.cvs15
7009                 see ChangeLog 2002-08-06
7010
7011 2002-08-06 [oliver]     0.8.1claws28
7012
7013         * src/toolbar.c
7014         * src/prefs_toolbar.c
7015                 fixed empty toolbar issue
7016
7017 2002-08-06 [oliver]     0.8.1claws27
7018
7019         * Custom Toolbar Final 
7020         * src/folderview.c
7021         * src/inc.c
7022         * src/summaryview.c
7023                 o toolbar stuff now lives in src/toolbar.[ch]
7024                 o main_window_toolbar_* functions are renamed to
7025                   toolbar_* reflecting their new source file
7026         * src/mainwindow.[ch]
7027                 o remove toolbar stuff  
7028
7029 2002-08-06 [oliver]     0.8.1claws26
7030         
7031         * src/Makefile.am
7032         * src/prefs_toolbar.[ch]        **New File**
7033         * src/toolbar.[ch]              **New File**
7034                 o prefs_toolbar.[ch] custom toolbar frontend
7035                 o toolbar.[ch]       backend 
7036
7037 2002-08-06 [oliver]     0.8.1claws25
7038
7039         * src/prefs_actions.[ch]
7040                 o new exported function actions_execute
7041
7042 2002-08-06 [paul]       0.8.1claws24
7043
7044         * sync with 0.8.1cvs4
7045                 see ChangeLog 2002-08-06
7046
7047 2002-08-06 [paul]       0.8.1claws23
7048
7049         * sync with 0.8.1cvs13
7050                 see ChangeLog 2002-08-06
7051
7052 2002-08-06 [paul]       0.8.1claws22
7053
7054         * sync with 0.8.1cvs12
7055                 see ChangeLog 2002-08-05 and 2002-08-06
7056
7057 2002-08-06 [match]      0.8.1claws21
7058
7059         * src/addrclip.c
7060                 improvements to cut/copy/paste address
7061
7062 2002-08-05 [match]      0.8.1claws20
7063
7064         * src/addritem.[ch]
7065         * src/addrcache.c
7066         * src/addrbook.c
7067         * src/editaddress.c
7068         * src/addressbook.c
7069                 fixes to improve cut/copy/paste
7070
7071 2002-08-06 [melvin]     0.8.1claws19
7072
7073         * src/account.[ch]
7074                 account_find_all_from_address(): new function that returns the
7075                 list of all accounts that are matched in an address.
7076         * src/alertpanel.[ch]
7077                 alertpanel() now accepts a custom widget
7078                 alertpanel_with_widget(): new function that pops up a panel with
7079                 a custom widget in it 
7080         * src/gtkutils.[ch]
7081                 gtkut_account_menu_new(): new function that allows the selection
7082                 of an account from a list of accounts.
7083         * src/messageview.c
7084                 Extended Return Receipt notification to select the correct 
7085                 account and to make a security test on the Delivery-Notification
7086                 address which should be the same as the Return-Path.
7087
7088 2002-08-06 [thorsten]   0.8.1claws18
7089
7090         * src/mimeview.c
7091                 attach_all: save unnamed as "noname.%d",
7092                 dont free static dirname
7093
7094 2002-08-05 [alfons]     0.8.1claws17
7095
7096         * configure.in
7097                 detect XIM by trying to link rather than compile a XIM program
7098
7099 2002-08-05 [oliver]     0.8.1claws16
7100                 
7101         * src/stock_pixmap.[ch]
7102                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7103                 o new func to retrieve pixmaps
7104
7105 2002-08-05 [paul]       0.8.1claws15
7106
7107         * sync with 0.8.1cvs10
7108                 see ChangeLog 2002-08-05
7109
7110 2002-08-04 [alfons]     0.8.1claws14
7111
7112         * src/textview.c
7113                 see if this plugs memleak
7114
7115 2002-08-04 [melvin]     0.8.1claws13
7116
7117         * src/gtkspell.c
7118                 fixed bug that could crash Sylpheed when highlighting
7119                 all misspelled words.
7120
7121 2002-08-03 [melvin]     0.8.1claws12
7122
7123         * src/prefs_actions.c
7124                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7125         * src/messageview.c
7126                 fixed bug where the Return Receipt was sent to
7127                 Delivery-Notification-To address even if it was not present
7128
7129 2002-08-02 [alfons]     0.8.1claws11
7130
7131         * src/prefs_actions.c
7132                 o more check for NULLs
7133                 o put create_io_dialog() in right conditional block
7134
7135 2002-08-02 [paul]       0.8.1claws10
7136
7137         * po/es.po
7138                 updated by Ricardo Mones Lastra
7139
7140 2002-08-01 [christoph]  0.8.1claws9
7141
7142         * src/folder.c
7143                 don't free the cache of the opened
7144                 folder in the summaryview
7145         * src/summaryview.c
7146                 don't unset flags, if it is not required
7147
7148 2002-08-01 [paul]       0.8.1claws8
7149
7150         * sync with 0.8.1cvs8
7151                 see ChangeLog entry 2002-08-01
7152
7153 2002-08-01 [paul]       0.8.1claws7
7154
7155         * sync with 0.8.1cvs7
7156                 see ChangeLog 2002-07-31 and 2002-08-01
7157
7158 2002-07-31 [christoph]  0.8.1claws6
7159
7160         * src/mainwindow.c
7161                 forgot to update menu sensitivity
7162                 function for new menu entry
7163
7164 2002-07-31 [alfons]     0.8.1claws5
7165
7166         * src/main.c
7167                 check folder item and its path for NULL on
7168                 initial processing
7169
7170 2002-07-31 [christoph]  0.8.1claws4
7171
7172         * src/folder.c
7173                 check if folder_item_get_msginfo in
7174                 folder_item_remove_msg returned NULL
7175         * src/imap.c
7176                 better clear the uid cache in the
7177                 uid validity check function and delete
7178                 cached messages
7179
7180 2002-07-31 [paul]       0.8.1claws3
7181
7182         * man/sylpheed.1
7183                 add the '--attach' option and a few other
7184                 minor changes
7185
7186 2002-07-31 [paul]       0.8.1claws2
7187
7188         * sync with 0.8.1cvs5
7189                 see ChangeLog 2002-07-31
7190
7191 2002-07-31 [christoph]  0.8.1claws1
7192
7193         * src/folderview.[ch]
7194         * src/mainwindow.c
7195                 replace "Rescan all folders..." with
7196                 "Check all folders for new messages..."
7197
7198 2002-07-30 [paul]       0.8.1claws
7199
7200         * version 0.8.1claws released
7201
7202 2002-07-30 [paul]       0.8.0claws29
7203
7204         * tools/OOo2sylpheed.pl ** NEW FILE **
7205           tools/README
7206                 add script to enable sending documents as
7207                 attachments from OpenOffice.org
7208
7209 2002-07-30 [melvin]     0.8.0claws28
7210
7211         * src/prefs_actions.c
7212                 Made the actions' input/output dialog display
7213                 without delay.
7214
7215 2002-07-30 [christoph]  0.8.0claws27
7216
7217         * src/procmsg.c
7218                 check if folder_item_get_msginfo in
7219                 procmsg_save_to_outbox returned NULL
7220
7221 2002-07-30 [paul]       0.8.0claws26
7222
7223         * sync with 0.8.1cvs4
7224                 see ChangeLog 2002-07-29
7225
7226 2002-07-29 [thorsten]   0.8.0claws25
7227
7228         * README.claws
7229                 added selective download, delete on server
7230
7231 2002-07-29 [paul]       0.8.0claws24
7232
7233         * sync with 0.8.1cvs3
7234                 see ChangeLog 2002-07-29
7235
7236 2002-07-27 [christoph]  0.8.0claws23
7237
7238         * src/folder.c
7239                 add extra check if fetching the msginfo
7240                 returned NULL
7241
7242 2002-07-27 [paul]       0.8.0claws22
7243
7244         * sync with 0.8.1cvs2
7245                 see ChangeLog 2002-07-26
7246
7247 2002-07-27 [christoph]  0.8.0claws21
7248
7249         * src/imap.c
7250                 add another check if a valid msginfo
7251                 was returned
7252
7253 2002-07-26 [hoa]        0.8.0claws20
7254
7255         * src/folder.c
7256                 Fixed a condition in folder_item_destroy()
7257
7258         * src/imap.c
7259                 Fixed an error in IMAP protocol
7260
7261 2002-07-26 [alfons]     0.8.0claws19
7262
7263         * src/folder.c
7264                 ofcourse compare with identifier, not the path
7265
7266 2002-07-26 [alfons]     0.8.0claws18
7267
7268         * src/folder.c
7269                 use folder item identifier for saving / restoring
7270                 preferences because folder->path might not be unique
7271
7272 2002-07-26 [melvin]     0.8.0claws17
7273
7274         * src/logwindow.c
7275                 Fixed a crash introduced in 0.8.0claws5 when log is 
7276                 cut under 80 characters.
7277
7278 2002-07-26 [paul]       0.8.0claws16
7279
7280         * sync with 0.8.1cvs1
7281                 see ChangeLog 2002-07-26
7282
7283 2002-07-26 [christoph]  0.8.0claws15
7284
7285         * src/imap.[ch]
7286                 imap folder now remembers the last selected
7287                 folder and imap_fetch_msginfo skips selecting
7288                 the folder if it is already selected
7289
7290 2002-07-26 [christoph]  0.8.0claws14
7291
7292         * src/folder.c
7293         * src/folderview.c
7294         * src/imap.c
7295                 fix imap folder rescanning
7296
7297 2002-07-25 [christoph]  0.8.0claws13
7298
7299         * src/filter.c
7300         * src/folder.[ch]
7301         * src/folderview.c
7302         * src/imap.[ch]
7303         * src/mainwindow.c
7304         * src/mbox_folder.c
7305         * src/mh.c
7306         * src/news.c
7307                 implement imap uid cache and uid validity check
7308
7309 2002-07-25 [alfons]     0.8.0claws12
7310
7311         * src/summaryview.c
7312                 fix a brown paper bag bug, and also add some more
7313                 checks
7314
7315 2002-07-25 [christoph]  0.8.0claws11
7316
7317         * src/folder.c
7318                 don't mix copy, fetch_msginfo and remove
7319                 operations in folder item copy and move
7320                 operations
7321
7322 2002-07-25 [christoph]  0.8.0claws10
7323
7324         * src/folderview.c
7325         * src/mainwindow.c
7326         * src/prefs_folder_item.c
7327         * src/summaryview.[ch]
7328                 remove no longer required parameter update_cache from
7329                 summary_show
7330
7331 2002-07-25 [paul]       0.8.0claws9
7332
7333         * sync with 0.8.1
7334         
7335         * AUTHORS
7336                 a few corrections
7337
7338 2002-07-24 [alfons]     0.8.0claws8
7339
7340         * src/summaryview.c
7341                 sort correctly when using simplified subject line
7342                 (closes feature request "[ 585141 ] applying regexp to subject 
7343                 before sort" submitted by Alexandra Walford)
7344
7345 2002-07-24 [paul]       0.8.0claws7
7346
7347         * sync with 0.8.0cvs3
7348                 see ChangeLog 2002-07-24
7349
7350 2002-07-23 [christoph]  0.8.0claws6
7351
7352         * src/folder.c
7353         * src/folder.h
7354         * src/summaryview.c
7355         * src/summaryview.h
7356         * src/main.c
7357                 o separate processing and summaryview
7358                 o removed summary_write_cache from summaryview
7359                 o removed summaryview->killed_messages, because we don't have
7360                   to keep a list of killed messages anymore. New cache will
7361                   keep the hidden messages in cache anyway
7362         * src/folderview.c
7363         * src/inc.c
7364         * src/selective_download.c
7365                 o removed unnecessary summary_write_cache calls
7366         * src/procmsg.c
7367                 o don't set ignore thread flag in procmsg_get_thread_tree
7368                   if it is already set
7369         * src/mainwindow.c
7370         * src/statusbar.h
7371                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7372                   they are used in different files
7373
7374 2002-07-23 [melvin]     0.8.0claws5
7375
7376         * src/addressbook.c
7377         * src/addrgather.c
7378         * src/editaddress.c
7379         * src/editgroup.c
7380         * src/editldap_basedn.c
7381         * src/importldif.c
7382         * src/prefs_common.c
7383                 Fixed few memory leak (gtk_editable_get_chars returns
7384                 an allocated string)
7385         * src/logwindow.c
7386                 Fixed few memory leak (gtk_editable_get_chars returns
7387                 an allocated string) and modified a little the log cutting
7388                 loop.
7389         * src/compose.c
7390                 Replaced a call to an obsolete function gtk_entry_get_text()
7391                 by gtk_editable_get_chars()
7392         * src/send.c
7393                 Removed a debug printf
7394
7395 2002-07-23 [christoph]  0.8.0claws4
7396
7397         * src/filesel.c
7398                 fix another g_dirname memory leak
7399
7400 2002-07-23 [christoph]  0.8.0claws3
7401
7402         * src/mh.c
7403                 fixed a memory leak in mh_fetch_msginfo
7404                 fixed crash when message header could not be
7405                 parsed
7406
7407 2002-07-23 [paul]       0.8.0claws2
7408
7409         * sync with 0.8.0cvs2
7410                 see ChangeLog 2002-07-23
7411
7412 2002-07-23 [paul]       0.8.0claws1
7413
7414         * sync with 0.8.0cvs1
7415                 see ChangeLog 2002-07-23
7416
7417 2002-07-23 [paul]       0.8.0claws
7418
7419         * release of 0.8.0claws
7420
7421 2002-07-23 [paul]       0.7.8claws99
7422
7423         * po/ru.po
7424                 new Russian translation, submitted by
7425                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7426
7427 2002-07-22 [jens]       0.7.8claws98
7428
7429         * po/de.po
7430                 Updated German translations.
7431
7432 2002-07-22 [paul]       0.7.8claws97
7433
7434         * po/es.po
7435           po/it.po
7436           po/nl.po
7437           po/pt_BR.po
7438                 updated translations by Ricardo Mones Lastra,
7439                 Alessandro Maestri, Wilbert Berendsen and 
7440                 Fabio Jr. Beneditto respectively
7441
7442 2002-07-22 [christoph]  0.7.8claws96
7443
7444         * src/mimeview.c
7445                 fix memory leak caused by wrong g_dirname usage
7446
7447 2002-07-22 [christoph]  0.7.8claws95
7448
7449         * src/summaryview.c
7450                 update new and unread message counts for summaryview
7451                 summaryview does not get it from the folder anymore
7452                 and has to update the values itself
7453
7454 2002-07-22 [melvin]     0.7.8claws94
7455
7456         * po/fr.po
7457                 Updated French translations.
7458
7459 2002-07-22 [christoph]  0.7.8claws93
7460
7461         * src/matcher.c
7462                 set prop->preg pointer to NULL or following check
7463                 will not fail and regexec will be called with
7464                 invalid pointer
7465
7466 2002-07-21 [alfons]     0.7.8claws92
7467         
7468         * src/prefs_common.[ch]
7469                 remove option "Send return receipt on request"
7470
7471 2002-07-21 [thorsten]   0.7.8claws91
7472
7473         * src/mimeview.c
7474                 fixed memleaks, coding style as pointed out by alfons
7475
7476 2002-07-21 [alfons]     0.7.8claws90
7477
7478         * src/messageview.c
7479         * src/noticeview.[ch]
7480                 o fix bug notice view being displayed when going to empty folder 
7481                   (noticed by Christoph)
7482                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7483                   (noticed by Thorsten)
7484
7485 2002-07-21 [thorsten]   0.7.8claws89
7486
7487         * src/mimeview.c
7488                 Included save_all patch from Xaview FACQ
7489                 added support for pathnames
7490
7491 2002-07-21 [alfons]     0.7.8claws88
7492
7493         * po/POTFILES.in
7494         * src/Makefile.am
7495         * src/mainwindow.c
7496         * src/messageview.[ch]
7497         * src/noticeview.c      ** NEW FILE **
7498         * src/noticeview.h      ** NEW FILE **
7499                 make return receipts work again
7500                 (UI idea by Leandro Pereira)
7501
7502 2002-07-21 [paul]       0.7.8claws87
7503
7504         * src/summaryview.c
7505                 fix sensitivity of 'Select thread'
7506
7507 2002-07-21 [paul]       0.7.8claws86
7508
7509         * src/prefs_common.c
7510                 add browser command line for Galeon
7511
7512 2002-07-21 [paul]       0.7.8claws85
7513
7514         * Makefile.am
7515                 fix 'EXTRA_DIST': remove README.README, add TODO
7516                 and TODO.claws
7517
7518 2002-07-21 [alfons]     0.7.8claws84
7519
7520         * src/gtkstext.c
7521                 make enter clear selection
7522                 (closes "[ 579888 ] Editor selection/entry error"
7523                 reported by Steve Lamb)
7524
7525 2002-07-21 [alfons]     0.7.8claws83
7526         
7527         * src/summaryview.c
7528                 sort message list when selecting unthread messages
7529                 (closes "[ 501593 ] switching threaded view doesn't sort"
7530                 reported by Simon Schubert)
7531
7532 2002-07-20 [alfons]     0.7.8claws82
7533         
7534         * src/matcher.c
7535                 const-correctness
7536
7537 2002-07-20 [thorsten]   0.7.8claws81
7538
7539         * src/matcher.c
7540                 Fixed expansion of empty fields in matchactions
7541
7542 2002-07-19 [melvin]     0.7.8claws80
7543
7544         * src/gtkspell.c
7545                 Removed a duplicate menu entry (fast mode) introduced during
7546                 the new cache merge
7547                 Added a menu separator between 'Use alternate' and 'Fast mode'
7548
7549 2002-07-19 [paul]       0.7.8claws79
7550
7551         * tools/Makefile.am
7552           tools/README
7553                 correct typos
7554
7555 2002-07-19 [thorsten]   0.7.8claws78
7556
7557         * tools/calypso_convert.pl      ** NEW FILE **
7558           tools/README
7559           tools/Makefile.am
7560                 script to import mbox files exported
7561                 by calypso
7562                 o generates folder structure
7563                 o includes attachments
7564
7565 2002-07-19 [melvin]     0.7.8claws77
7566
7567         * src/selective_download.[ch]
7568                 Fixed bug where closing the dialog with the window manager's
7569                 close button will not unlock the summary
7570                 Corrected some function declarations that missed a return value
7571                 Made the source code comply better with coding style.
7572         * src/prefs_common.c
7573                 Added new browser command line for Mozilla.
7574
7575 2002-07-18 [paul]       0.7.8claws76
7576
7577         * src/mainwindow.c
7578           src/selective_download.[ch]
7579                 reflect theme changes, fix Gdk Warning when creating 
7580                 pixmap from NULL window, and minor clean up.
7581                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7582
7583         * po/en_GB.po
7584                 updated
7585
7586 2002-07-17 [paul]       0.7.8claws75
7587
7588         * INSTALL[.jp]
7589                 sync with 0.8.0
7590         
7591         * po/en_GB.po
7592                 updated
7593
7594 2002-07-16 [paul]       0.7.8claws74
7595
7596         * tools/filter_conv.pl
7597           tools/README
7598                 replace conversion script with reimplemented version, 
7599                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7600
7601 2002-07-16 [colin]      0.7.8claws73
7602
7603         * src/summaryview.c
7604                 remove forgotten debug messages - sorry ;-)
7605
7606 2002-07-16 [colin]      0.7.8claws72
7607
7608         * src/mimeview.c
7609           src/summaryview.c
7610           src/textview.c
7611           src/textview.h
7612                 add the ability to select part of a text mime-part 
7613                 to reply.
7614
7615 2002-07-15 [christoph]  0.7.8claws71
7616
7617         * src/folder.c
7618                 fix folder message count for folders without
7619                 msg_is_changed (includes news folders)
7620
7621 2002-07-15 [martin]     0.7.8claws70
7622
7623         * src/summaryview.c
7624                 option "display recipient on 'From'..." now works
7625                 without the need of enabling the option
7626                 "display  sender  using  address  book".
7627
7628 2002-07-15 [christoph]  0.7.8claws69
7629
7630         * src/summaryview.c
7631                 removed setting folder status from summaryview.
7632                 folder.c should update all message counts correctly.
7633
7634 2002-07-15 [paul]       0.7.8claws68
7635
7636         * po/pt_BR.po
7637                 updated by Fabio Junior Beneditto
7638
7639 2002-07-15 [darko]      0.7.8claws67
7640
7641         * src/mh.c
7642                 Fixed target folder colorization, don't decrease op
7643                 number twice
7644
7645 2002-07-14 [paul]       0.7.8claws66
7646
7647         * sync with main 0.8.0
7648                 see ChangeLog 2002-07-14
7649
7650 2002-07-13 [melvin]     0.7.8claws65
7651         
7652         * src/addrbook.c
7653         * src/addressbook.c
7654         * src/addrindex.c
7655                 Replaced sprintf by g_snprintf to prevent possible buffer
7656                 overflow.
7657         * src/news.c
7658                 Corrected a log message output format.
7659                 Added a missing "done" debug output.
7660         * src/compose.c
7661                 Added keyboard accelerator for Priority menu items
7662                 Added missing \n in debug output
7663         * src/logwindow.c
7664         * src/gtkspell.c
7665         * src/rfc2015.c
7666                 Added missing \n in debug output
7667
7668 2002-07-13 [paul]       0.7.8claws64
7669
7670         * man/sylpheed.1
7671                 change Sergey's email address to the sf address
7672
7673         * src/textview.c
7674                 increase show_url_timeout (more useful for long
7675                 urls)
7676
7677 2002-07-12 [sergey]     0.7.8claws63
7678
7679         * src/rfc2015.c
7680                 applied (with some modifications) patch to set the
7681                 micalg parameter for signatures
7682                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7683
7684 2002-07-12 [sergey]     0.7.8claws62
7685
7686         * man/Makefile.am
7687         * configure.in
7688                 fixed man page installation
7689
7690 2002-07-12 [paul]       0.7.8claws61
7691
7692         * sync with 0.7.8cvs26
7693                 see ChangeLog 2002-07-11 and 2002-07-12
7694
7695 2002-07-11 [christoph]  0.7.8claws60
7696
7697         * src/compose.c
7698         * src/procmsg.c
7699                 first use the message number to find the message
7700                 to mark with a reply flag but check the
7701                 message-id if we got the correct message, if not
7702                 try to find it by message-id.
7703                 use new string seperator that is not allowed
7704                 in message-ids.
7705
7706 2002-07-11 [paul]       0.7.8claws59
7707
7708         * sync with 0.7.8cvs23
7709                 see ChangeLog 2002-07-10
7710
7711 2002-07-10 [christoph]  0.7.8claws58
7712
7713         * src/folder.[ch]
7714         * src/msgcache.[ch]
7715                 Added message-id table to the cache in memory
7716                 and functions to msgcache.c and folder.c to
7717                 fetch MsgInfos by message id
7718         * src/compose.c
7719         * src/procmsg.c
7720                 store folder and message-id of message replying
7721                 to in queue header and set reply flag after sending
7722                 (Closes bug #469498)
7723
7724 2002-07-10 [paul]       0.7.8claws57
7725
7726         * AUTHORS
7727           man/sylpheed.1.gz
7728                 add Martin to the list of authors
7729
7730 2002-07-09 [martin]     0.7.8claws56
7731         * src/gtksctree.c
7732                 Added gtk_ctree_last_visible(), tree_update_level(),
7733                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7734                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7735                 from gtk+ to gtksctree.c for the new sorting code
7736                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7737                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7738         * src/gtksctree.h
7739                 Added declaration for gtk_sctree_sort_recursive() and
7740                 gtk_sctree_sort_node
7741         * src/addressbook.c
7742         * src/foldersel.c
7743         * src/folderview.c
7744         * src/summaryview.c
7745                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7746                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7747
7748 2002-07-08 [paul]       0.7.8claws55
7749
7750         * more sync with 0.7.8cvs21
7751                 see ChangeLog 2002-07-08
7752
7753 2002-07-08 [paul]       0.7.8claws54
7754
7755         * sync with 0.7.8cvs21
7756                 see ChangeLog 2002-07-08
7757
7758 2002-07-07 [alfons]     0.7.8claws53
7759
7760         * src/Makefile.am
7761         * src/stock_pixmap.[ch]
7762         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7763         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7764         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7765                 add new pixmaps for upcoming notice pane
7766
7767 2002-07-06 [melvin]     0.7.8claws52
7768
7769         * src/gtkspell.[ch]
7770                 Made them a bit closer to Sylpheed's coding style.
7771                 Removed old code.
7772                 Removed possible memory leaks when some errors occurs.
7773
7774 2002-07-06 [melvin]     0.7.8claws51
7775
7776         * po/Makefile.in.in
7777                 Removed --no-location in xgettext command line to help
7778                 translators that use Emacs' po-mode
7779         * src/quote_fmt.c
7780                 Removed unnecessary comments that messed up sylpheed.pot
7781
7782 2002-07-06 [paul]       0.7.8claws50
7783
7784         * sync with 0.7.8cvs19
7785                 see ChangeLog 2002-07-05
7786
7787 2002-07-06 [christoph]  0.7.8claws49
7788
7789         * src/folder.c
7790         * src/mainwindow.c
7791                 fix folder_item_remove_all_msg and folderview
7792                 status for trash folders after emptying trash
7793
7794 2002-07-05 [paul]       0.7.8claws48
7795
7796         * sync with 0.7.8cvs16
7797                 see ChangeLog 2002-07-04 and 2002-07-05
7798
7799 2002-07-04 [paul]       0.7.8claws47
7800
7801         * sync with 0.7.8cvs14
7802                 see  ChangeLog 2002-07-04
7803
7804 2002-07-03 [alfons]     0.7.8claws46
7805
7806         * src/folder.c
7807                 dupe folder item's path because it's being reallocated
7808                 by new folder scanning code
7809
7810 2002-07-03 [christoph]  0.7.8claws45
7811
7812         * src/imap.c
7813                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7814         * src/msgcache.c
7815                 add missing return in msgcache_write
7816
7817 2002-07-02 [thorsten]   0.7.8claws44
7818
7819         * src/jpilot.c
7820         * src/msgcache.c
7821         * src/rfc2015.c
7822                 use binary mode for file access
7823
7824 2002-07-02 [christoph]  0.7.8claws43
7825
7826         * major code cleanup (part 1)
7827         
7828                 - unused variables removed
7829                 - unused functions removed
7830                 - uninitialized variables checked
7831                 - missing return statements added
7832                 - missing function return types added
7833                 - added parentheses around assignment and
7834                   && in || when suggested by gcc
7835               
7836         * src/mh.c
7837         * src/folder.c
7838                 replaced direct calls to folder->scan_tree
7839                 with folder_scan_tree and restore folder
7840                 prefs in this function. The folder should
7841                 not have to deal with them.
7842                 ( Should now work for all folder types )
7843
7844 2002-07-02 [paul]       0.7.8claws42
7845
7846         * sync with 0.7.8cvs13
7847                 see ChangeLog 2002-07-01 and 2002-07-02
7848
7849 2002-07-01 [christoph]  0.7.8claws41
7850
7851         * src/summaryview.c
7852                 fix "goto next/prev unread message" with
7853                 ignored threads
7854
7855 2002-07-01 [paul]       0.7.8claws40
7856
7857         * po/es.po
7858                 updated by Ricardo Mones Lastra
7859
7860 2002-06-30 [match]      0.7.8claws39
7861
7862         * src/jpilot.c
7863                 applied variation of leonerd's patch (566661) to
7864                 allow multiple email addresses per JPilot entry.
7865                 addresses may be separated by space, comma, pipe,
7866                 semi-colon, new-line.
7867
7868 2002-06-30 [alfons]     0.7.8claws38
7869
7870         * src/procmsg.c
7871                 simple fix for putting older nodes before
7872                 newer nodes when threading by subject
7873
7874 2002-06-30 [christoph]  0.7.8claws37
7875
7876         * src/folder.c
7877         * src/folderview.c
7878         * src/mh.c
7879         * src/news.c
7880         * src/procmsg.c
7881                 fix broken folder tree rescaning
7882                 and don't use procmsg_get_mark_sum
7883                 anymore
7884
7885 2002-06-30 [christoph]  0.7.8claws36
7886
7887         * merge new cache branch
7888         * src/imap.c
7889                 fix new cache imap copy bug
7890         * src/folder.c
7891                 improved folder_item_scan
7892                 it should now always set the correct
7893                 new, unread and total message counts
7894
7895 2002-06-29 [paul]       0.7.8claws35
7896
7897         * configure.in
7898                 correct syntax error
7899
7900 2002-06-29 [paul]       0.7.8claws34
7901
7902         * configure.in
7903           Makefile.am
7904           man/Makefile.am       ** NEW FILE **
7905           man/sylpheed.1.gz     ** NEW FILE **
7906                 add Sylpheed man page
7907
7908 2002-06-29 [paul]       0.7.8claws33
7909
7910         * po/pt_BR.po
7911                 updated by Fabio Junior Beneditto
7912
7913 2002-06-28 [jens]       0.7.8claws32
7914
7915         * po/de.po
7916                 translation updated
7917
7918         * src/selective_download.c
7919                 removed gettext for space " "
7920
7921         * src/imap.c
7922                 removed wrong space
7923
7924 2002-06-28 [paul]       0.7.8claws31
7925
7926         * sync with 0.7.8cvs11
7927                 see ChangeLog 2002-06-28
7928
7929 2002-06-28 [paul]       0.7.8claws30
7930
7931         * sync with 0.7.8cvs10
7932                 see ChangeLog 2002-06-27 and 2002-06-28
7933
7934 2002-06-26 [paul]       0.7.8claws29
7935
7936         * src/addrgather.c
7937           src/selective_download.c
7938                 don't gettextise empty strings.
7939                 reserved by gettext. gettext("") returns 
7940                 the header entry with meta information, 
7941                 not the empty string
7942
7943         * po/en_GB.po
7944                 updated
7945
7946 2002-06-26 [paul]       0.7.8claws28
7947
7948         * sync with 0.7.8cvs7
7949                 see ChangeLog 2002-06-25
7950
7951         * src/prefs_common.c
7952                 ...and in the process, tweak the gui a little
7953
7954 2002-06-25 [alfons]     0.7.8claws27
7955         
7956         * configure.in
7957         * src/Makefile.am
7958                 fine tune ldap library detection
7959
7960 2002-06-25 [alfons]     0.7.8claws26
7961
7962         * src/compose.c
7963                 don't allow return receipts when composing a news article
7964
7965 2002-06-25 [paul]       0.7.8claws25
7966
7967         * Makefile.am
7968                 add '$(AMTAR)' to 'release' section to allow for
7969                 new and older autotools
7970
7971 2002-06-25 [paul]       0.7.8claws24
7972
7973         * src/summaryview.c
7974                 fix "No more unread messages" persistant pop-up
7975                 window bug
7976
7977 2002-06-25 [paul]       0.7.8claws23
7978
7979         * po/it.po
7980                 updated by Alessandro Maestri
7981
7982 2002-06-25 [paul]       0.7.8claws22
7983
7984         * sync with 0.7.8cvs6
7985                 see ChangeLog 2002-06-25
7986
7987 2002-06-24 [paul]       0.7.8claws21
7988
7989         * tools/update-po
7990                 add GPL copyright information
7991
7992 2002-06-24 [paul]       0.7.8claws20
7993
7994         * tools/Makefile.am
7995           tools/README
7996           tools/update-po       ** NEW FILE **
7997                 add script that eases the creation of *.po files
7998                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7999
8000 2002-06-23 [alfons]     0.7.8claws19
8001
8002         * src/messageview.c
8003                 make notification_convert_header obey const correctness
8004                 (next step will be fixing the broken return receipt)
8005
8006 2002-06-23 [paul]       0.7.8claws18
8007
8008         * src/messageview.c
8009                 fix bug introduced in last commit:
8010                 removed too much code in last commit - put back what's
8011                 needed
8012
8013 2002-06-23 [paul]       0.7.8claws17
8014
8015         * src/messageview.[ch]
8016                 remove code committed in error from locally patched
8017                 source
8018
8019 2002-06-23 [colin]      0.7.8claws16
8020
8021         * src/compose.[ch]
8022                 add compose_entry_select(), used to select the default_to
8023                 email address - hopefully avoiding people sending mails to
8024                 wrong recipients.
8025
8026 2002-06-22 [alfons]     0.7.8claws15
8027
8028         * AUTHORS
8029                 add Bram Metsch & Stanislav Karchebny
8030         * src/smtp.[ch]
8031         * src/prefs_account.[ch]
8032         * src/send.c
8033                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8034                   options.  (see <http://sourceforge.net/tracker/index.php
8035                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8036
8037                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8038                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8039
8040 2002-06-22 [paul]       0.7.8claws14
8041
8042         * sync with 0.7.8cvs5
8043                 see ChangeLog 2002-06-19 and 2002-06-20
8044
8045 2002-06-22 [alfons]     0.7.8claws13
8046
8047         * src/selective_download.c
8048                 fix a stupid mistake I made
8049
8050 2002-06-22 [alfons]     0.7.8claws12
8051
8052         * src/selective_download.[ch]
8053                 fix another unnoticed leak; cleanup code
8054
8055 2002-06-21 [alfons]
8056
8057         * tools/Makefile.am
8058                 gpg-sign <-- gpg-sign-syl
8059
8060 2002-06-21 [alfons]     0.7.8claws11
8061
8062         * src/selective_download.c
8063         * src/selective_download.h
8064                 fix assorted mix of allocation errors (should solve
8065                 problem reported by Philippe Gramoullé, see:
8066                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8067
8068 2002-06-20 [melvin]     0.7.8claws10
8069
8070         * tools/gpg-sign *REMOVED*
8071           tools/gpg-sign-syl *ADDED*
8072                 Replaced the gpg clearsigning script with the version using
8073                 xterm instead of ssh-askpass and changed its name.
8074
8075         * README.claws
8076                 Updated actions example to reflect the renaming of the
8077                 gpg clearsigning script.
8078
8079 2002-06-19 [paul]       0.7.8claws9
8080
8081         * sync with 0.7.8claws9
8082                 see ChangeLog 2002-06-18 and 2002-06-19
8083
8084 2002-06-19 [paul]       0.7.8claws8
8085
8086         * sync with 0.7.8cvs1
8087                 see ChangeLog 2002-06-18
8088
8089 2002-06-18 [alfons]     0.7.8claws7
8090
8091         * src/mainwindow.h
8092                 add omitted prototype
8093
8094 2002-06-17 [paul]       0.7.8claws6
8095
8096         * src/mainwindow.c
8097                 fix hiding of exec_btn
8098
8099 2002-06-17 [paul]       0.7.8claws5
8100
8101         * src/pop.c
8102                 remove unneeded code: should_delete() 
8103                 and Pop3State::uidl_todelete_list
8104
8105 2002-06-17 [paul]       0.7.8claws4
8106
8107         * sync with 0.7.8
8108                 see ChangeLog 2002-06-11 and 2002-06-13
8109
8110 2002-06-16 [alfons]     0.7.8claws3
8111         
8112         * src/folder.c
8113                 make sure lock sort mode (claws specific) is
8114                 also persists after a tree rescan
8115
8116 2002-06-16 [alfons]     0.7.8claws2
8117
8118         * src/prefs_folder_item.c
8119         * src/folder.[ch]
8120                 fix persistence of folder sort mode (broken
8121                 by adapting Hiro's new folder persistence code)
8122
8123 2002-06-16 [alfons]     0.7.8claws1
8124
8125         * AUTHORS
8126         * src/logwindow.c
8127         * src/prefscommon.[ch]
8128                 control size of log text in log window; 
8129                 closes patch #569155 submitted by Mitko Haralanov.
8130
8131 2002-06-15 [paul]       0.7.8claws
8132
8133         * release of 0.7.8claws
8134
8135 2002-06-15 [paul]       0.7.7claws
8136
8137         * po/pt_BR.po
8138                 updated by Fabio Junior Beneditto
8139
8140 2002-06-14 [paul]       0.7.6claws49
8141
8142         * po/es.po
8143                 updated by Ricardo Mones Lastra
8144
8145 2002-06-14 [paul]       0.7.6claws48
8146
8147         * po/nl.po
8148                 updated translation by Wilbert Berendsen
8149
8150 2002-06-14 [melvin]     0.7.6claws47
8151
8152         * po/fr.po
8153                 Updated French translation
8154
8155 2002-06-13 [paul]       0.7.6claws46
8156
8157         * src/filesel.c
8158                 allow filename to be typed in, rather than just
8159                 selected by the mouse. Patch by Gustavo Noronha Silva.
8160
8161 2002-06-13 [alfons]     0.7.6claws45
8162
8163         * src/mainwindow.[ch]
8164                 more cleanups (removing unnecessary menu items Expand 
8165                 summary / message view)
8166
8167 2002-06-13 [melvin]     0.7.6claws44
8168
8169         * po/POTFILES.in
8170                 Added src/string_match.c
8171         * src/string_match.c
8172                 Fixed possible buffer overflow.
8173                 Corrected typo.
8174                 Added missing config.h header.
8175         * src/prefs_common.c
8176           src/prefs_matcher.c
8177           src/prefs_scoring.c
8178                 Made some strings translatable (missing _(..)).
8179
8180 2002-06-13 [melvin]     0.7.6claws43
8181
8182         * README.claws
8183                 Corrected action example (verifying clearsigned mail).
8184         * src/prefs_account.c
8185                 Corrected typo.
8186         * src/prefs_common.c
8187                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8188
8189 2002-06-12 [alfons]     0.7.6claws42
8190
8191         * src/summaryview.c
8192                 add init of score column lost in 0.7.6claws42
8193
8194 2002-06-12 [paul]       0.7.6claws41
8195
8196         * src/prefs_account.c
8197                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8198                 behavior of the radio buttons, (from 0.7.7cvs2)
8199
8200 2002-06-11 [alfons]     0.7.6claws40
8201
8202         * src/messageview.[ch]
8203         * src/summaryview.[ch]
8204         * src/summary_search.c
8205         * src/mainwindow.c
8206                 perform a sync to bring in Hiro's separate view implementation 
8207
8208                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8209
8210 2002-06-11 [paul]       0.7.6claws39
8211         
8212         * src/prefs_account.c
8213                 correct a typo on the Receive tab
8214
8215 2002-06-10 [match]      0.7.6claws38
8216
8217         * src/addressbook.c
8218                 Included address completion patch from Gustavo Noronha.
8219
8220 2002-06-10 [paul]       0.7.6claws37
8221
8222         * src/inc.[ch]
8223           src/pop.c
8224           src/prefs_account.[ch]
8225           src/selective_download.[ch]
8226                 apply PATCH #561712
8227                  NEW:
8228                 - check if POP Account
8229                 - Receive Button renamed to Preview
8230                 - Preview Button Popup: preview new/all messages
8231                 - Download Button
8232                 - Account Preferences-->Receive tab checkbutton if you
8233                   want to remove Mail after Download
8234                 -: default YES
8235                 - Account Preferences-->Receive tab checkbutton use
8236                   filtering rules on preview
8237                   (think of delete_on_server)
8238                 -: default YES
8239                 - Account selectable from SD dialog
8240                 - checkbutton to show already downloaded messages if
8241                   all messages are previewed
8242                 - new clist column showing Date
8243                 - ESC KEY close
8244                 FIXES:
8245                 - play ball with UIDL
8246                 - fault tolerant (?) 
8247                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8248
8249 2002-06-10 [melvin]     0.7.6claws36
8250
8251         * README.claws
8252                 Added a hint to ac/README in cvs instructions.
8253
8254         * src/prefs_actions.c
8255                 Made it possible to use a more elaborate command line
8256                 for asynchronous actions, too.
8257
8258 2002-06-10 [melvin]     0.7.6claws35
8259         
8260         * src/prefs_actions.c
8261                 Make it possible to use a more elaborate command line
8262                 (e.g. |foo|bar|cat>there;echo Done|)
8263                 Corrected error message when calling %f, %F and %p commands
8264                 from the compose window.
8265
8266 2002-06-09 [colin]      0.7.6claws34
8267
8268         * src/summaryview.c
8269                 Automatically find unread messages in current folder
8270                 before annoying the user.
8271
8272 2002-06-08 [alfons]     0.7.6claws33
8273
8274         * po/it.po
8275                 remove bad formatting string in it.po translation
8276                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8277
8278 2002-06-08 [paul]       0.7.6claws32
8279
8280         * sync with 0.7.6cvs25
8281                 see ChangeLog 2002-06-07
8282
8283 2002-06-05 [paul]       0.7.6claws31
8284
8285         * src/mainwindow.c
8286                 add 'Sort by locked' and 'Sort by score'
8287
8288 2002-06-05 [paul]       0.7.6claws30
8289
8290         * sync with 0.7.6cvs24
8291                 see ChangeLog 2002-06-04
8292
8293 2002-06-04 [paul]       0.7.6claws29
8294
8295         * po/pt_BR.po
8296                 updated by Fabio Junior Beneditto
8297
8298 2002-06-03 [thorsten]   0.7.6claws28
8299
8300         * src/matcher.c
8301                 fclose() matcherrc after reading
8302
8303 2002-06-03 [paul]       0.7.6claws27
8304
8305         * sync with 0.7.6cvs21
8306                 see ChangeLog 2002-05-31
8307
8308 2002-05-31 [paul]       0.7.6claws26
8309
8310         * sync with 0.7.6cvs20
8311                 see ChangeLog 2002-05-29 and 2002-05-30
8312
8313 2002-05-31 [paul]       0.7.6claws25
8314
8315         * src/imap.c
8316                 hopefully fix last buggy sync
8317
8318         * README.claws
8319                 correct typo in 'Actions' examples
8320
8321 2002-05-29 [paul]       0.7.6claws24
8322
8323         * sync with 0.7.6cvs18
8324                 see ChangeLog 2002-05-28 and 2002-05-29
8325
8326         * src/news.c
8327           src/nntp.[ch]
8328                 sync with above 
8329
8330 2002-05-28 [paul]       0.7.6claws23
8331
8332         * sync with 0.7.6cvs16
8333                 see ChangeLog 2002-05-28
8334
8335 2002-05-27 [thorsten]   0.7.6claws22 
8336
8337         * faq/it/sylpheed-faq-1.html
8338           faq/it/sylpheed-faq-2.html
8339           faq/it/sylpheed-faq-3.html
8340           faq/it/sylpheed-faq.html
8341                 corrected DOS lineendings
8342         * faq/de/sylpheed-faq-1.html
8343           faq/de/sylpheed-faq-2.html
8344           faq/en/sylpheed-faq-1.html
8345           faq/en/sylpheed-faq-2.html
8346           faq/en/sylpheed-faq-3.html
8347           faq/es/sylpheed-faq-1.html
8348           faq/es/sylpheed-faq-2.html
8349           faq/es/sylpheed-faq-3.html
8350           faq/fr/sylpheed-faq-1.html
8351           faq/it/sylpheed-faq-1.html
8352           faq/it/sylpheed-faq-2.html
8353           faq/it/sylpheed-faq-3.html
8354           faq/it/sylpheed-faq.html
8355                 changed ">" to &quot;
8356
8357 2002-05-27 [paul]       0.7.6claws21
8358         
8359         * sync with 0.7.6cvs15
8360                 see ChangeLog 2002-05-27
8361
8362 2002-05-27 [paul]       0.7.6claws20
8363
8364         * src/prefs_account.c
8365                 correct a typo
8366
8367 2002-05-26 [paul]       0.7.6claws19
8368
8369         * tools/README
8370                 correct a typo
8371
8372 2002-05-25 [paul]       0.7.6claws18
8373
8374         * tools/README
8375                 add description of kmail2sylpheed.pl
8376
8377 2002-05-25 [paul]       0.7.6claws17
8378
8379         * tools/kmail2sylpheed.pl       ** NEW FILE **
8380                 perl script that converts an exported Kmail address
8381                 book, converts it to sylpheed addressbook file,
8382                 writes the file to .sylpheed, and updates
8383                 addrbook--index.xml 
8384
8385 2002-05-25 [paul]       0.7.6claws16
8386
8387         * sync with 0.7.6cvs14
8388                 see ChangeLog 2002-05-23
8389
8390 2002-05-24 [paul]       0.7.6claws15
8391
8392         * README.claws
8393                 make a correction and add some more info
8394
8395 2002-05-24 [paul]       0.7.6claws14
8396
8397         * src/compose.c
8398                 fix memory leak in 
8399                 compose_redirect_write_headers_from_headerlist()
8400                 add Subject and Resent-Message-ID to
8401                 compose_redirect_write_headers()
8402                 Received, Subject, and X-UIDL are filtered out in 
8403                 compose_redirect_write_to_file()
8404
8405 2002-05-23 [paul]       0.7.6claws13
8406
8407         * src/compose.[ch]
8408           src/filtering.c
8409           src/mainwindow.c
8410           src/matcher.[ch]
8411           src/matcher_parser_lex.l
8412           src/matcher_parser_parse.y
8413           src/prefs_common.[ch]
8414           src/prefs_filtering.c
8415           src/summaryview.c
8416                 rename 'Bounce' to 'Redirect'
8417
8418 2002-05-23 [paul]       0.7.6claws12
8419
8420         * more sync with 0.7.6cvs13
8421           src/compose.c
8422                 see ChangeLog 2002-05-22
8423
8424 2002-05-22 [paul]       0.7.6claws11
8425
8426         * sync with 0.7.6cvs13
8427           src/codeconv.c
8428                 see ChangeLog 2002-05-20
8429           src/prefs_common.c
8430                 see ChangeLog 2002-05-22
8431
8432 2002-05-21 [melvin]     0.7.6claws10
8433
8434         * src/folderview.c
8435                 Added missing filtering and scoring headers
8436                 Fixed bad function call that showed garbage 
8437                 in Folder->Processing
8438
8439 2002-05-21 [paul]       0.7.6claws9
8440
8441         * tools/Makefile.am
8442                 make all tools executable, (patch by Alfons).
8443
8444 2002-05-20 [alfons]     0.7.6claws8
8445
8446         * src/procheader.c
8447                 don't forget to call mktime() so we have a valid week 
8448                 and year day
8449                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8450
8451 2002-05-20 [paul]       0.7.6claws7
8452
8453         * src/html.c
8454                 fix broken parsing of urls
8455         * src/textview.c
8456                 fix displaying of urls
8457
8458                 both fixes from the patch [547855] by Eugene 
8459                 Brevdo (zonem)
8460
8461 2002-05-19 [alfons]     0.7.6claws6
8462
8463         * configure.in
8464                 make sylpheed configure correctly with the latest
8465                 and greatest of automake / autoconf / gettext
8466
8467 2002-05-19 [alfons]     0.7.6claws5
8468
8469         * src/procheader.c
8470         * src/procheader.h
8471                 add function for returning ime zone offset
8472         * src/quote_fmt.c
8473         * src/quote_fmt_parse.y
8474                 better quotation formatting - does not convert
8475                 to local time, but uses the original date string.
8476                 
8477                 Note: %z inserts the timezone offset (should 
8478                 work also on platforms where strftime does not
8479                 support %z).
8480
8481 2002-05-18 [christoph]  0.7.6claws4
8482
8483         * src/summaryview.c
8484                 fix indentation of some code
8485         * tools/Makefile.am
8486                 fix spaces after \
8487         * src/Makefile.am
8488                 add missing \
8489                 correct path for ignorethread.xpm
8490                 incorrect filename for sylpheed_logo.xpm
8491                 add missing include matcher_parser_parse.h
8492
8493 2002-05-18 [paul]       0.7.6claws3
8494
8495         * sync with 0.7.6cvs8
8496                 see ChangeLog 2002-05-16 and 2002-05-17
8497
8498 2002-05-18 [melvin]     0.7.6claws2
8499
8500         * README.claws
8501                 Corrected an action's definition and fixed some misspellings.
8502
8503 2002-05-18 [paul]       0.7.6claws1
8504
8505         * tools/Makefile.am
8506           tools/gpg-sign        ** new file **
8507           tools/uudec           ** new file **
8508                 add Melvin's Actions scripts
8509
8510         * README.claws
8511                 add Melvin's descriptions for Actions
8512
8513 2002-05-18 [paul]       0.7.6claws
8514
8515         * Version 0.7.6claws released
8516
8517 2002-05-17 [paul]       0.7.5claws32
8518
8519         * po/es.po
8520                 updated by Ricardo Mones Lastra
8521
8522 2002-05-17 [paul]       0.7.5claws31
8523
8524         * src/compose.c
8525                 fix Account prefs default folder for sent/draft/deleted
8526                 messages bug
8527
8528         * po/it.po
8529           po/nl.po
8530                 updated translation by Alessandro Maestri and
8531                 Wilbert Berendsen
8532
8533 2002-05-17 [melvin]     0.7.5claws30
8534
8535         * src/prefs_actions.c
8536                 Fixed bug where using %F not at the end of the command 
8537                 resulted in an additional empty argument being created.
8538                 Thanks to Darko Koruga for reporting the bug.
8539
8540 2002-05-17 [melvin]     0.7.5claws29
8541
8542         * po/fr.po
8543                 Updated French translations.
8544
8545 2002-05-15 [paul]       0.7.5claws28
8546         
8547         * po/es.po
8548                 updated by Ricardo Mones Lastra
8549
8550 2002-05-15 [paul]       0.7.5claws27
8551
8552         * sync with 0.7.6cvs4
8553                 see ChangeLog 2002-05-14 and 2002-05-15
8554
8555 2002-05-14 [paul]       0.7.5claws26
8556
8557         * sync with 0.7.6cvs1
8558                 see ChangeLog 2002-05-13
8559
8560 2002-05-13 [thorsten]   0.7.5claws25
8561
8562         * src/messageview.c
8563                 fix select_all and copy in multipart messages
8564         * src/mainwindow.c
8565                 fix select_all and copy in multipart messages
8566
8567 2002-05-12 [paul]       0.7.5claws24
8568
8569         * src/summaryview.c
8570                 reverse last commit, bug already fixed in 0.7.5claws3
8571
8572 2002-05-12 [netztorte]  0.7.5claws23
8573
8574         * src/summaryview.c
8575                 dont parse empty addressbook (checked in before claws20)
8576
8577 2002-05-12 [melvin]     0.7.5claws22
8578
8579         * src/procmsg.[ch]
8580                 Removed unneeded priority code introduced by the previous 
8581                 commit.
8582
8583 2002-05-12 [melvin]     0.7.5claws21
8584
8585         * src/compose.[ch]
8586                 Added possibility to set message's priority.
8587         * src/procmsg.[ch]
8588                 Added possibility to set message's priority.
8589                 Added missing headers
8590
8591 2002-05-12 [melvin]     0.7.5claws20
8592
8593         * src/prefs_actions.c
8594                 Removed implicitely added quotes around the name
8595                 of the temporary files of mime parts.
8596
8597 2002-05-12 [paul]       0.7.5claws19
8598
8599         * sync with 0.7.5cvs20
8600                 see ChangeLog 2002-05-11
8601
8602 2002-05-12 [alfons]     0.7.5claws18
8603
8604         * src/quote_fmt_lex.l
8605         * src/quote_fmt_parse.y
8606                 allow quote / reply date & time format to be set using
8607                 %D{format}. format is a format string you'd pass to
8608                 strftime() (see man strftime, or the Display tab |
8609                 Date format setting).
8610
8611                 Currently %D converts the date to local time. 
8612
8613 2002-05-11 [paul]       0.7.5claws17
8614
8615         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8616                 see ChangeLog 2002-05-10 and 2002-05-11
8617
8618 2002-05-10 [paul]       0.7.5claws16
8619
8620         * sync with 0.7.5cvs16
8621                 see ChangeLog entries 2002-05-09 and 
8622                 2002-05-10
8623
8624 2002-05-10 [colin]      0.7.5claws15
8625
8626         * src/textview.c
8627                 Corrected a bug that prevented sylpheed to open
8628                 double-clicked URIs.
8629
8630 2002-05-09 [paul]       0.7.5claws14
8631
8632         * sync with 0.7.5cvs14
8633                 see ChangeLog 2002-05-08 and 2002-05-09
8634
8635 2002-05-08 [paul]       0.7.5claws13
8636
8637         * sync with 0.7.5cvs11
8638                 see ChangeLog entry 2002-05-08
8639
8640 2002-05-08 [paul]       0.7.5claws12
8641
8642         * src/mainwindow.c
8643           src/textview.[ch]
8644                 fix segfault on View->Open in new window
8645                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8646
8647 2002-05-07 [paul]       0.7.5claws11
8648
8649         * sync with 0.7.5cvs9
8650                 see ChangeLog entry 2002-05-07
8651
8652 2002-05-06 [paul]       0.7.5claws10
8653
8654         * src/messageview.c
8655           src/textview.c
8656                 display url in statusbar on single-click
8657                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8658
8659 2002-05-06 [match]      0.7.5claws9
8660
8661         * src/addritem.[ch]
8662                 new functions.
8663         * src/addrcache.c
8664                 tidy up.
8665         * src/xmlprops.[ch]
8666                 XML implementation of properties file.
8667         * src/exporthtml.[ch]
8668         * src/expthtmldlg.[ch]
8669         * src/addressbook.c
8670                 export to HTML.
8671
8672 2002-05-02 [sergey]     0.7.5claws8
8673
8674         * src/mainwindow.c (mainwin_entries),
8675           src/prefs_common.c (prefs_send_create()),
8676           src/codeconv.c (locale_table):
8677                 use charset name "Windows-1251" instead of "CP1251".
8678
8679 2002-05-02 [colin]      0.7.5claws7
8680         
8681         * src/compose.c
8682           src/prefs_common.c
8683           src/prefs_folder_item.c
8684                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8685
8686 2002-05-02 [hiro]       0.7.5claws6
8687
8688         * src/imap.c
8689                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8690
8691 2002-05-02 [paul]       0.7.5claws5
8692
8693         * src/compose.c
8694                 more sync with 0.7.5cvs7, see ChangeLog entry
8695                 2002-05-02
8696
8697 2002-05-02 [hiro]       0.7.5claws4
8698
8699         * src/compose.c
8700                 compose_queue_sub():
8701                 check if queue folder exists (closes #550397).
8702                 removed directory creation since it should be handled
8703                 transparently.
8704         * src/imap.c
8705                 imap_add_msg(): return UID for appended message
8706                 (closes #548842).
8707
8708 2002-04-30 [paul]       0.7.5claws3
8709
8710         * src/summaryview.c
8711                 fix account_find_from_address() bug
8712
8713 2002-04-28 [colin]      0.7.5claws2
8714
8715         * src/compose.c
8716           src/textview.c
8717           src/prefs_common.[ch]
8718           src/utils.[ch]
8719                 Added user-definable quotation characters recognition.
8720
8721 2002-04-28 [paul]       0.7.5claws1
8722
8723         * sync with 0.7.5cvs4
8724                 see ChangeLog entry  2002-04-25
8725
8726 2002-04-28 [paul]       0.7.5claws
8727
8728         * po/es.po
8729           po/nl.po
8730           po/pt_BR.po
8731                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8732                 Fabio Junior Beneditto
8733
8734 2002-04-27 [jens]       0.7.4claws103
8735
8736         * po/de.po
8737                 updated German translation.
8738
8739 2002-04-27 [hiro]       0.7.4claws102
8740
8741         * src/summaryview.c
8742                 summary_write_cache(): fixed the mark loss of hidden messages.
8743
8744 2002-04-26 [melvin]     0.7.4claws101
8745
8746         * src/procmsg.c
8747                 fixed a second typo (same one)
8748         * po/fr.po
8749           po/it.po
8750           po/pt_BR.po
8751                 fixed the type again...
8752
8753 2002-04-26 [melvin]     0.7.4claws100
8754
8755         * src/procmsg.c
8756                 fixed a typo in an alert message ("temorary").
8757         * po/it.po
8758         * po/pt_BR.po
8759                 corrected the typo  described above.
8760         * po/fr.po
8761                 updated French translation.
8762
8763 2002-04-26 [darko]      0.7.4claws99
8764
8765         * src/summaryview.c
8766                 fix target folder colorization
8767
8768 2002-04-25 [paul]       0.7.4claws98
8769
8770         * po/it.po
8771                 updated by Alessandro Maestri
8772
8773 2002-04-24 [colin]      0.7.4claws97
8774         
8775         * src/compose.c
8776                 Fixed double "subject is empty" question.
8777
8778 2002-04-23 [colin]      0.7.4claws96
8779         
8780         * src/mimeview.c
8781                 Corrected issue when "automatically display images" was
8782                 not set : first image remained after selecting second.
8783
8784 2002-04-23 [melvin]     0.7.4claws95
8785
8786         * src/prefs_actions.c
8787                 Don't display in/out dialog if there is nothing to show.
8788
8789 2002-04-23 [paul]       0.7.4claws94
8790
8791         * sync with 0.7.5cvs3
8792                 bug fixes: see ChangeLog entry 2002-04-23
8793
8794 2002-04-22 [darko]      0.7.4claws93
8795
8796         * src/compose.c
8797                 fix previous check-in which changed code after
8798                 merge from main
8799
8800 2002-04-22 [paul]       0.7.4claws92
8801
8802         * faq/de/*
8803                 add German FAQ
8804         * faq/en/*
8805           faq/es/*
8806           faq/fr/*
8807                 update English, Spanish and French FAQs
8808         * manual/de/*
8809           manual/es/*
8810                 add German and Spanish manuals
8811         * manual/en/*
8812           manual/fr/*
8813                 update English and French manuals
8814
8815         * src/Makefile.am
8816                 add to and re-arrange the pixmap entries
8817
8818 2002-04-22 [darko]      0.7.4claws91
8819
8820         * src/compose.c
8821                 fix sender initials recognition to only allow
8822                 '>' after the initials
8823
8824 2002-04-21 [paul]       0.7.4claws90
8825
8826         * sync with 0.7.5 release
8827                 see ChangeLog entry 2002-04-21
8828
8829 2002-04-21 [alfons]
8830
8831         * src/Makefile.am
8832                 add colin's new pixmaps to EXTRA_DIST
8833
8834 2002-04-21 [colin]      0.7.4claws89
8835         * src/compose.c
8836         * src/inc.c
8837         * src/mainwindow.[ch]
8838         * src/prefs_common.[ch]
8839         * src/stock_pixmap.[ch]
8840                 Added "Work offline" ability.
8841
8842 2002-04-21 [colin]      0.7.4claws88
8843         
8844         * src/mimeview.c
8845         * src/prefs_common.c
8846         * src/prefs_common.h
8847         * src/textview.c : Added an option to common preferences -> display
8848           to allow user not to automatically display images.
8849
8850 2002-04-21 [paul]       0.7.4claws87
8851
8852         * sync with 0.7.4cvs52
8853                 see ChangeLog entry 2002-04-21 (src/imap.c)
8854
8855 2002-04-21 [paul]       0.7.4claws86
8856
8857         * sync with 0.7.4cvs51
8858                 see ChangeLog entry 2002-04-21
8859
8860 2002-04-21 [paul]       0.7.4claws85
8861
8862         * sync with 0.7.4cvs49
8863                 see ChangeLog entries 2002-04-20 and 2002-04-21
8864
8865         * src/Makefile.am
8866                 clean up: remove old 'stock_' element from xpm 
8867                 filenames.
8868
8869 2002-04-21 [alfons]     0.7.4claws84
8870
8871         apply sync patch from Paul
8872
8873         * src/folderview.c
8874                 use old claws prefs_folder_item_create() for now
8875
8876 2002-04-19 [match]      0.7.4claws83
8877
8878         * src/addressbook.[ch]
8879         * src/addrharvest.[ch]
8880         * src/addrgather.[ch]
8881                 recurse folders.
8882         * src/mainwindow.c
8883         * src/summaryview.[ch]
8884                 change menu option.
8885
8886 2002-04-19 [paul]       0.7.4claws82
8887
8888         * po/pt_BR.po
8889                 updated by Fabio Junior Beneditto
8890
8891 2002-04-14 [alfons]     0.7.4claws81
8892
8893         * src/passphrase.c
8894                 add #include <sys/types.h> for mode_t and off_t 
8895
8896 2002-04-13 [paul]       0.7.4claws80
8897         
8898         * src/main.c
8899           src/passphrase.[ch]
8900           src/pgptext.c
8901           src/prefs_common.[ch]
8902           src/rfc2015.c
8903                 enable storing of GnuPG passphrase for the whole 
8904                 session or a user-defined number of minutes. patch 
8905                 submitted by Ravemax <ravemax@dextrose.com>
8906
8907 2002-04-13 [alfons]     0.7.4claws79
8908
8909         * src/textview.c
8910                 make email parser also stop scanning when encountering separators
8911                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8912
8913 2002-04-13 [paul]       0.7.4claws78
8914
8915         * sync with 0.7.4cvs39
8916                 see ChangeLog entry 2002-04-12
8917
8918 2002-04-11 [paul]       0.7.4claws77
8919
8920         * sync with 0.7.4cvs37
8921                 see ChangeLog entry 2002-04-11
8922
8923 2002-04-11 [paul]       0.7.4claws76
8924
8925         * COPYING 
8926                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8927                 the clause for OpenSSL). sync with sylpheed main
8928
8929 2002-04-09 [melvin]     0.7.4claws75
8930
8931         * src/compose.c
8932                 Made 'Ctrl-Enter' on send ignore some modifiers 
8933                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8934                 to bind other *-Enter (but not Alt-Enter).
8935
8936 2002-04-09 [paul]       0.7.4claws74
8937
8938         * sync with 0.7.4cvs35
8939                 see ChangeLog entries 2002-04-09
8940
8941 2002-04-08 [paul]       0.7.4claws73
8942
8943         * sync with 0.7.4cvs33
8944                 see ChangeLog entry 200-04-08
8945
8946 2002-04-07 [match]      0.7.4claws72
8947
8948         * src/addrharvest.[ch]
8949                 fixed to read all addresses in header, regardless
8950                 of header size. improved name parsing. accommodate
8951                 harvest from folders and selected message.
8952         * src/addritem.[ch]
8953                 included new address parsing function.
8954         * src/addrgather.[ch]
8955         * src/addressbook.[ch]
8956         * src/summaryview.[ch]
8957         * src/mainwindow.c
8958                 allow address harvest of folder as well as selected
8959                 messages.
8960
8961 2002-04-07 [paul]       0.7.4claws71
8962
8963         * src/esmtp.[ch]
8964           src/smtp.c
8965                 don't try to authenticate with CRAM-MD5 in SMTP when 
8966                 SMTP-AUTH enabled if MTA doesn't issue this 
8967                 auth-method in it's ehlo-response. bug item #531364,
8968                 patch item #938910. patch submitted by Colin Leroy 
8969                 <colin@colino.net>
8970
8971 2002-04-07 [paul]       0.7.4claws70
8972
8973         * src/nntp.c
8974                 fix missing MODE_READER bug. patch submitted by
8975                 Colin Leroy <colin@colino.net>
8976
8977 2002-04-07 [alfons]     0.7.4claws69
8978
8979         * src/matcher.[ch]
8980         * src/prefs_filtering.c
8981         * src/summaryview.c
8982                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8983                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8984
8985 2002-04-07 [paul]       0.7.4claws68
8986
8987         * sync with 0.7.4cvs32
8988                 see ChangeLog entry 2002-04-06
8989
8990         * tools/filter_conv.pl
8991                 more bug fixes
8992
8993 2002-04-06 [paul]       0.7.4claws67
8994
8995         * tools/filter_conv.pl
8996                 modify to be able to find the name of the first
8997                 mailbox and use that. main's filter does not
8998                 record the full path to the mailbox and therefore
8999                 can only filter to the first mailbox.
9000
9001 2002-04-05 [paul]       0.7.4claws66
9002
9003         * tools/filter_conv.pl
9004                 attempt to make the script all-encompassing and
9005                 be able to convert any main 'filter' rule thrown
9006                 at it
9007
9008 2002-04-05 [paul]       0.7.4claws65
9009
9010         * tools/filter_conv.pl
9011                 allow for collapsed folder trees
9012
9013 2002-04-05 [paul]       0.7.4claws64
9014
9015         * sync with 0.7.4cvs31
9016                 see ChangeLog entries 2002-04-05
9017
9018 2002-04-03 [paul]       0.7.4claws63
9019
9020         * sync with 0.7.4cvs29
9021                 see ChangeLog entries 2002-04-02 and 2002-04-03
9022
9023 2002-04-02 [paul]       0.7.4claws62
9024
9025         * sync with 0.7.4cvs26
9026                 see ChangeLog entry 2002-04-01
9027
9028 2002-04-02 [match]      0.7.4claws61
9029
9030         * src/pine.[ch]
9031         * src/importpine.[ch]
9032         * src/addressbook.c
9033                 import Pine address book.
9034
9035 2002-04-02 [match]      0.7.4claws60
9036
9037         * src/addrharvest.[ch]
9038                 improve address parsing of funky addresses.
9039
9040 2002-04-02 [darko]      0.7.4claws59
9041
9042         * src/compose.c
9043                 wrap on send improvements, it now recognizes quoted
9044                 initials as part of the quotation string, and it
9045                 does not join lines separated by CR
9046
9047 2002-04-01 [match]      0.7.4claws58
9048
9049         * src/mgutils.[ch]
9050                 added new functions.
9051         * src/mutt.[ch]
9052                 remove excessive duplicate address generation
9053                 on import.
9054
9055 2002-04-01 [alfons]     0.7.4claws57
9056         
9057         * src/summaryview.c
9058                 put back g_free() 
9059
9060 2002-04-01 [paul]       0.7.4claws56
9061
9062         * sync with 0.7.4cvs25
9063                 see ChangeLog entry 2002-04-01
9064
9065 2002-04-01 [alfons]     0.7.4aprilfool55
9066
9067         * src/summaryview.c
9068                 honour feature request item #537427 to allow for
9069                 displaying names from address book for sent mail also
9070
9071 2002-03-29 [paul]       0.7.4claws54
9072
9073         * src/mainwindow.c
9074           src/prefs_filtering.[ch]
9075           src/prefs_matcher.c
9076           src/summaryview.c
9077                 add 'fast filter' for claws' filtering,
9078                 /Tools/Create filter rule/... patch submitted
9079                 by Neill Miller <neillm@thecodefactory.org>
9080
9081 2002-03-29 [paul]       0.7.4claws53
9082
9083         * sync with 0.7.4cvs24
9084                 see ChangeLog entry 2002-03-29
9085
9086 2002-03-28 [paul]       0.7.4claws52
9087
9088         * sync with 0.7.4cvs23
9089                 see ChangeLog entry 2002-03-28
9090
9091 2002-03-27 [melvin]     0.7.4claws51
9092
9093         * src/prefs_actions.c
9094                 Added support to pass only one message part (as a
9095                 file) to the command using '%p'. No quotes are needed
9096                 because doubles quotes are automatically added.
9097                 Fixed bug where Sylpheed could block when waiting for
9098                 a child process to finish.
9099                 Changed the help menu to remove quotes around symbols to 
9100                 avoid misinterpretation (they must not be used).
9101
9102 2002-03-27 [melvin]     0.7.4claws50
9103
9104         * src/inc.c
9105                 Made the new mail notification command always 
9106                 execute asynchronously.
9107
9108 2002-03-27 [paul]       0.7.4claws49
9109
9110         * src/compose.c
9111                 fix bug introduced in last commit
9112
9113 2002-03-27 [paul]       0.7.4claws48
9114
9115         * sync with 0.7.4cvs21
9116                 see ChangeLog 2002-03-26 and 2002-03-27
9117
9118 2002-03-26 [hoa]        0.7.4claws47
9119
9120         * src/prefs_folder_item.c
9121                 really fixed the bug #516442 with folder rescan.
9122
9123 2002-03-26 [paul]       0.7.4claws46
9124
9125         * sync with 0.7.4cvs19
9126                 see ChangeLog entries 2002-03-25 and 2002-03-26
9127
9128 2002-03-25 [hoa]        0.7.4claws45
9129
9130         * src/matcher.c
9131         * src/mh.c
9132                 fix the bug #516442 with folder rescan.
9133
9134         * src/prefs_common.[ch]
9135         * src/compose.c
9136                 added an option to enable two different behaviours
9137                 for bounce.
9138
9139
9140 2002-03-25 [paul]       0.7.4claws44
9141
9142         * src/mainwindow.c
9143           src/selective_download.c
9144                 correct a few menuitem labels
9145
9146 2002-03-25 [christoph]  0.7.4claws43
9147
9148         * src/procmsg.c
9149                 fix non deleted tmp message in
9150                 procmsg_save_to_outbox
9151                 fix problems caused by sync with
9152                 main branch's procmsg_send_queue
9153
9154 2002-03-25 [paul]       0.7.4claws42
9155
9156         * src/quote_fmt.c
9157           src/quote_fmt_lex.l
9158           src/quote_fmt_parse.y
9159                 add Last name (%L) placeholder for quoting. 
9160                 patch submitted by Thorsten Thielen 
9161                 <thth@users.sourceforge.net>
9162
9163 2002-03-25 [paul]       0.7.4claws41
9164
9165         * src/utils.c
9166                 get full hostname. patch submitted by
9167                 Bob Woodside <rwoodside1@comcast.net>
9168
9169 2002-03-25 [paul]       0.7.4claws40
9170
9171         * src/account.c
9172           src/news.c
9173           src/nntp.[ch]
9174           src/prefs_account.[ch]
9175                 enable NNTP over SSL. patch submitted by
9176                 Pascal Jermini <pascal@infinity.hn.org>
9177
9178 2002-03-24 [paul]       0.7.4claws39
9179
9180         * src/prefs_common.c
9181                 make the arrangement of the Compose tab more
9182                 coherent
9183
9184         * src/mainwindow.c
9185                 fix some irregularities of style
9186
9187         * po/de.po
9188                 updated by Kilian Krause
9189
9190 2002-03-23 [paul]       0.7.4claws38
9191
9192         * po/pt_BR.po
9193                 updated by Fabio Junior Beneditto
9194
9195 2002-03-23 [paul]       0.7.4claws37
9196
9197         * src/mainwindow.c
9198                 move 'Gather addresses' to 'Tools' menu
9199                 make 'Selective download' sensitive
9200
9201 2002-03-23 [paul]       0.7.4claws36
9202
9203         * sync with 0.7.4cvs16
9204                 see ChangeLog entries 2002-03-23
9205
9206 2002-03-22 [christoph]  0.7.4claws35
9207
9208         * src/quote_fmt_parse.y
9209                 fix include program output
9210
9211 2002-03-22 [alfons]     0.7.4claws34
9212
9213         * src/pop.c
9214                 initialize GDate stack variable correctly (sorry!)
9215
9216 2002-03-22 [paul]       0.7.4claws33
9217
9218         * src/compose.c
9219           src/mainwindow.c
9220           src/prefs_actions.c
9221           src/prefs_common.c
9222                 rename 'Tool' to 'Tools'
9223
9224         * src/mainwindow.c
9225                 move 'Delete duplicated messages' from
9226                 'Message/' to 'Tools/'
9227                 re-arrange the order of 'Tools/' items
9228
9229 2002-03-22 [paul]       0.7.4claws32
9230
9231         * src/addr_compl.c
9232           src/addressbook.[ch]
9233                 auto-address completion now also matches on
9234                 Nickname. patch submitted by Bob Forsman 
9235                 <hammor@users.sourceforge.net>
9236
9237         * src/editaddress.c
9238                 correct a spelling mistake
9239
9240 2002-03-22 [alfons]     0.7.4claws31
9241
9242         * src/pop.c
9243                 fix getting uidl from incorrect string 
9244                 (spotted by Colin)
9245
9246 2002-03-21 [alfons]     0.7.4claws30
9247
9248         * src/pop.c
9249                 more code refactoring
9250                 plug mem leak introduced by delete on server
9251
9252 2002-03-21 [paul]       0.7.4claws29
9253
9254         * sync with 0.7.4cvs11
9255                 see ChangeLog entries 2002-03-20
9256
9257 2002-03-20 [alfons]     0.7.4claws28
9258
9259         * src/inc.c
9260                 apply Colin's patch and refactor
9261
9262 2002-03-20 [paul]       0.7.4claws27
9263
9264         * sync with sylpheed 0.7.4cvs9
9265                 see ChangeLog entry 2002-03-20
9266
9267 2002-03-19 [christoph]  0.7.4claws26
9268
9269         * src/mh.c
9270         * src/procmsg.[ch]
9271         * src/summaryview.c
9272                 revert changes for flag updates
9273                 (does not work correctly and no time to debug)
9274
9275 2002-03-20 [alfons]     0.7.4claws25
9276
9277         * src/pop.c
9278                 refactor should_delete() a little bit 
9279
9280 2002-03-19 [paul]       0.7.4claws24
9281
9282         * src/inc.[ch]
9283           src/pop.c
9284           src/prefs_account.[ch]
9285                 allow the user to leave downloaded mail on the 
9286                 server for n days. Patch submitted by Colin Leroy 
9287                 <colin@colino.net>
9288
9289 2002-02-19 [paul]       0.7.4claws23
9290
9291         * sync with sylpheed 0.7.4cvs8
9292                 see ChangeLog entries 2002-03-19
9293
9294 2002-03-18 [paul]       0.7.4claws22
9295
9296         * sync with sylpheed 0.7.4cvs6
9297                 see ChangeLog entry 2002-03-18
9298
9299 2002-03-18 [paul]       0.7.4claws21
9300
9301         * po/en_GB.po
9302                 add en_GB message catalogue
9303
9304         * src/mbox_folder.c
9305           src/prefs_account.c
9306           src/prefs_actions.c
9307                 correct a few spelling mistakes
9308
9309 2002-03-17 [alfons]     0.7.4claws20
9310
9311         * src/matcher.c
9312                 more stringent checks for NULL params when writing
9313                 filtering actions to a file
9314                 
9315 2002-03-17 [hoa]        0.7.3claws20
9316
9317         * src/news.c
9318                 fixed the count of new messages
9319
9320         * src/compose.c
9321                 fixed the "attachment properties" window
9322
9323 2002-03-17 [paul]       0.7.4claws19
9324
9325         * src/defs.h
9326           src/folder.h
9327           src/news.c
9328           src/prefs_account.[ch]
9329           src/procmsg.[ch]
9330           src/summaryview.c
9331                 automatically mark cross-posted messages as read 
9332                 and (optionally) give them a colour label
9333                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9334                 
9335
9336 2002-03-17 [paul]       0.7.4claws18
9337
9338         * sync with sylpheed 0.7.4cvs5
9339                 see ChangeLog entry 2002-03-17
9340
9341 2002-03-17 [melvin]     0.7.4claws17
9342         
9343         * src/textview.c
9344                 Worked around a gtktext 'bug': when searching for 
9345                 a text in a long message it was scrolling slowly
9346                 line by line until it hit the searched text.
9347         * po/fr.po
9348                 Updated French translation
9349
9350 2002-03-17 [melvin]     0.7.4claws16
9351
9352         * src/mainwindow.c
9353         * src/compose.c
9354         * src/prefs_actions.c
9355                 Moved "Edit/Actions" to "Tool/Actions"
9356                 Made mainwindow/compose window sensitive as soon as
9357                 no child process is running anymore even if the io dialog
9358                 is open.
9359                 Fixed a struct being initialized with a non constant char*
9360
9361 2002-03-16 [christoph]  0.7.4claws15
9362
9363         * configure.in
9364                 add --with-compiler-flags option
9365                 (only for developer hacking)
9366         * src/mh.c
9367         * src/procmsg.[ch]
9368         * src/summaryview.c
9369                 try to make folder-stats and flag handling more
9370                 independent from the summaryview. msgcounts
9371                 are only set when the folder is opened and
9372                 procmsg_msginfo_(un)set_flags will handle it
9373                 later and summaryview will get the values
9374                 from the folder.
9375
9376 2002-03-16 [paul]       0.7.4claws14
9377
9378         * src/messageview.c
9379                 fix Return-receipt. Patch submitted by Bob
9380                 Woodside <rwoodside1@comcast.net>
9381
9382 2002-03-16 [paul]       0.7.4claws13
9383
9384         * src/compose.c
9385                 fix 'dynamic' signatures, make it work again
9386                 broken during sync on 2002-03-14 (0.7.4claws2)
9387
9388 2002-03-15 [match]      0.7.4claws12
9389
9390         * src/addrharvest.[ch]
9391         * src/addrgather.[ch]
9392         * src/addressbook.[ch]
9393         * src/mainwindow.c
9394                 included address harvester feature. still some
9395                 issues with address parsing that I will fix.
9396
9397 2002-03-15 [match]      0.7.4claws11
9398
9399         * src/addrbook.[ch]
9400         * src/addrcache.[ch]
9401         * src/addressbook.[ch]
9402         * src/addrindex.c
9403         * src/editbook.c
9404         * src/importldif.c
9405         * src/importmutt.c
9406         * src/jpilot.[ch]
9407         * src/main.c
9408         * src/syldap.[ch]
9409         * src/vcard.[ch]
9410                 tidy up. fix memory leaks. moved attribs and methods
9411                 from individual interfaces to addrcache object. prep
9412                 for new stuff to come in.
9413
9414 2002-03-15 [alfons]     0.7.4claws10
9415
9416         * src/matcher.[ch]
9417         * src/matcher_parser_parse.y
9418         * src/matcher_parser_lex.l
9419         * src/prefs_matcher.c
9420                 add filtering conditions message greater than, smaller 
9421                 than, and exactly matching a size in bytes
9422                 (does not work with delete from POP3 server yet)
9423
9424                 this should also give others an idea what you should
9425                 do to add new criterions to claws filtering system
9426                 
9427
9428 2002-03-15 [paul]       0.7.4claws9
9429
9430         * tools/filter_conv.pl
9431                 exit if there are no filter rules to convert
9432                 rename filterrc to filterrc.old after completion
9433
9434 2002-03-15 [paul]       0.7.4claws8
9435
9436         * sync with sylpheed 0.7.4cvs3
9437                 see ChangeLog entry 2002-03-14
9438
9439 2002-03-14 [paul]       0.7.4claws7
9440
9441         * src/compose.c
9442                 clean up the last commit (ahem)
9443
9444 2002-03-14 [paul]       0.7.4claws6
9445
9446         * src/compose.c
9447                 fix bug #515655. honour account preferences
9448                 regarding gpg default signing/encryption when 
9449                 changing account from the compose window.
9450
9451 2002-03-14 [paul]       0.7.4claws5
9452
9453         * src/folderview.c
9454                 remove unnecessary curly brackets
9455
9456 2002-03-14 [paul]       0.7.4claws4
9457
9458         * src/folderview.c
9459           src/prefs_filtering.[ch]
9460                 add filter rename on folder rename and filter
9461                 delete on folder delete. Patch submitted by
9462                 Neill Miller <neillm@thecodefactory.org> 
9463
9464 2002-03-14 [christoph]  0.7.4claws3
9465
9466         * src/procmsg.c
9467         * src/send.c
9468                 fix local delivery
9469                 (patch submitted by "Simon 'corecode' Schubert")
9470         * src/prefs_common.c
9471         * src/procmsg.c
9472                 fix gcc 3.0 warning
9473
9474 2002-03-14 [paul]       0.7.4claws2
9475
9476         * sync with sylpheed 0.7.4cvs2
9477                 see ChangeLog entry 2002-03-13
9478
9479 2002-03-12 [darko]      0.7.4claws1
9480
9481         * src/mainwindow.c
9482                 fix what seems to be a copy and paste error
9483                 when setting color for important messages
9484                 (reported by wwp)
9485
9486 2002-03-11 [paul]       version 0.7.4claws released
9487
9488 2002-03-11 [paul]       0.7.4claws
9489
9490         * po/es.po
9491           po/it.po
9492           po/nl.po
9493           po/pt_BR.po
9494                 update message catalogs. Submitted by Ricardo Mones 
9495                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9496                 Fabio Junior Beneditto
9497
9498         * configure.in
9499           faq/Makefile.am
9500           faq/it/Makefile
9501           faq/it/sylpheed-faq*
9502           src/mainwindow.c
9503           src/manual.[ch]
9504                 add FAQ in Italian
9505         
9506
9507 2002-03-11 [jens]       0.7.3claws7
9508
9509         * po/de.po
9510                 updated German translation
9511
9512 2002-03-11 [melvin]     0.7.3claws6
9513
9514         * po/fr.po
9515                 updated and corrected French translation
9516
9517 2002-03-10 [hoa]        0.7.3claws5
9518
9519         * src/account.c
9520         * src/inc.c
9521         * src/prefs_account.c
9522         * src/procmsg.c
9523         * src/send.[ch]
9524                 fixed the local account.
9525                 you have to change the default "/usr/sbin/sendmail"
9526                 to "/usr/sbin/sendmail -t" in the preferences of
9527                 the local account.
9528
9529         * src/procmime.c
9530                 removed some debug display for renderer
9531
9532 2002-03-10 [paul]       0.7.3claws4
9533
9534         * faq/en/sylpheed-faq-1.html
9535           faq/en/sylpheed-faq-2.html
9536                 update
9537
9538 2002-03-09 [paul]       0.7.3claws3
9539
9540         * sync with sylpheed 0.7.4
9541                 see ChangeLog entry 2002-03-09
9542
9543 2002-03-08 [paul]       0.7.3claws2
9544
9545         * faq/en/sylpheed-faq*
9546           faq/es/sylpheed-faq*
9547           faq/fr/sylpheed-faq*
9548                 update the FAQs
9549
9550         * manual/fr/.cvsignore
9551           manual/fr/Makefilea.am
9552           manual/fr/sylpheed*
9553           src/mainwindow.c
9554           src/manual.[ch]
9555                 add the French manual
9556
9557 2002-03-07 [paul]       0.7.3claws1
9558
9559         * sync with sylpheed 0.7.3cvs4
9560                 see ChangeLog entries  2002-03-06 and 2002-03-07
9561         
9562         * po/nl.po
9563                 updated by Wilbert Berendsen
9564
9565 2002-03-07 [melvin]     0.7.2claws34
9566
9567         * src/selective_download.c
9568                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9569
9570 2002-03-06 [paul]       0.7.2claws33
9571
9572         * sync with sylpheed 0.7.3cvs1
9573                 bug fix, see ChangeLog entry 2002-03-05
9574
9575 2002-03-05 [paul]       0.7.2claws32
9576
9577         * src/mimeview.c
9578           src/pgptext.[ch]
9579           src/procmsg.c
9580                 reverse the pgp ascii-armored code implemented in 
9581                 0.7.2claws16. removal of this code until it matures.
9582                 this means that verifying ascii-armored pgp sigs and
9583                 automatic decryption of ascii-armored encrypted
9584                 messages no longer works.
9585
9586 2002-03-05 [paul]       0.7.2claws31
9587
9588         * configure.in
9589           Makefile.am
9590         * faq/Makefile.am
9591         * faq/en/Makefile.am
9592           faq/en/sylpheed-faq.html
9593           faq/en/sylpheed-faq-1.html
9594           faq/en/sylpheed-faq-2.html
9595           faq/en/sylpheed-faq-3.html
9596         * faq/es/Makefile.am
9597           faq/es/sylpheed-faq.html
9598           faq/es/sylpheed-faq-1.html
9599           faq/es/sylpheed-faq-2.html
9600           faq/es/sylpheed-faq-3.html
9601           faq/es/sylpheed-faq-4.html
9602         * faq/fr/Makefile.am
9603           faq/fr/sylpheed-faq.html
9604           faq/fr/sylpheed-faq-1.html
9605           faq/fr/sylpheed-faq-2.html
9606           faq/fr/sylpheed-faq-3.html
9607         * src/Makefile.am
9608           src/defs.h
9609           src/mainwindow.c
9610           src/manual.[ch]
9611                 add FAQs in English, Spanish and French
9612
9613
9614 2002-03-05 [paul]       0.7.2claws30
9615
9616         * manual/en/sylpheed.html
9617           manual/en/sylpheed-XX.html
9618                 updated the English manual
9619
9620 2002-03-05 [hoa]        
9621
9622         * src/summaryview.c
9623                 dialog box pops up if the article can't be deleted.
9624
9625 2002-03-04 [paul]       
9626         
9627         * po/pt_BR.po
9628                 updated by Fabio Junior Benedito
9629
9630 2002-03-04 [hoa]
9631
9632         * removed ac/gpgme.m4
9633                 to avoid autogen common problem
9634                 developers have to install gpgme development package now
9635
9636         * src/compose.c
9637                 encoding to 7bit or 8bit is enabled.
9638
9639 2002-03-03 [alfons]     0.7.2claws29
9640
9641         * src/pop.c
9642                 merge fix by Oliver Haertel for selective
9643                 download buglet
9644
9645 2002-03-03 [paul]       0.7.2claws28
9646         
9647         * sync with sylpheed 0.7.3
9648
9649 2002-03-03 [paul]       0.7.2claws27
9650
9651         * sync with sylpheed 0.7.2cvs24
9652                 see ChangeLog entries 2002-03-02 and 2002-03-03
9653
9654 2002-03-02 [melvin]     0.7.2claws26
9655
9656         * src/inc.[ch]
9657         * src/main.c
9658         * src/mainwindow.c
9659         * src/prefs_common.[ch]
9660                 Added user definable notification on new mail arrival.
9661                 Removed unused variables in spell checker prefs code.
9662
9663 2002-03-02 [melvin]     0.7.2claws25
9664
9665         * src/quote_fmt.c
9666                 Removed unnecessary escape sequences.
9667                 Changed 'Initial...' to 'Initials of Sender'
9668
9669 2002-03-02 [paul]       0.7.2claws24
9670
9671         * sync with sylpheed 0.7.2cvs22
9672                 see ChangeLog entry 2002-03-01
9673
9674 2002-03-01 [hoa]        0.7.2claws23
9675
9676         * src/mainwindow.c
9677                 Set sensitivity of delete actions to active
9678                 even if the folder is a newsgroup.
9679
9680         * src/summaryview.c
9681                 - Set sensitivity of delete actions
9682                 - Added function check_permission() that will check if the
9683                   user is authorized to delete a message. For news, it
9684                   will check if the author is the same.
9685                 - Enabled deletion when there is no trash folder.
9686
9687         * src/news.[ch]
9688                 - Added news_cancel_article() to cancel articles
9689                 - Implemented news_remove_message() (public function)
9690
9691 2002-03-01 [paul]       0.7.2claws22
9692
9693         * src/gtkutils.c
9694           src/textview.c
9695                 recognise urls that that don't include 'http://' and
9696                 simply begin 'www.' 
9697
9698         * AUTHORS
9699                 remove duplicated name
9700
9701 2002-02-28 [paul]       0.7.2claws21
9702
9703         * src/mainwindow.c
9704           src/summaryview.[ch]
9705                 add ability to 'Select thread'
9706                 combines Melvin's "Select thread's head" patch (#510907)
9707                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9708                 patch (#518514) 
9709
9710 2002-02-28 [paul]       0.7.2claws20
9711
9712         * src/mimeview.c
9713                 hopefully fix segfault on right-clicking a mime part
9714                 that some people have experienced.      
9715                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9716
9717 2002-02-28 [paul]       0.7.2claws19
9718
9719         * sync with sylpheed 0.7.2cvs21
9720                 see ChangeLog entries 2002-02-27 and 2002-02-28
9721
9722 2002-02-27 [paul]       0.7.2claws18
9723
9724         * sync with sylpheed 0.7.2cvs18
9725                 see ChangeLog entries 2002-02-26 and 2002-02-27
9726
9727 2002-02-26 [alfons]     0.7.2claws17
9728
9729         * src/procheader.c
9730                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9731                 (spotted by Chris Hessman <idatech@gmx.net>)
9732
9733 2002-02-26 [paul]       0.7.2claws16
9734
9735         * src/mimeview.c
9736           src/pgptext.[ch]
9737           src/procmsg.c
9738                 make decryption of ascii-armored pgp encrypted messages
9739                 and verification of ascii-armored signatures work again.
9740                 slightly altered from the patch by Jens Jahnke 
9741                 <jan0sch@gmx.net>
9742
9743                 ##FIX ME##
9744                 * the checking of plaintext signatures always comes up in 
9745                   a popup box
9746                 * it doesn't work for multipart messages 
9747                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9748                   including the msg headers and these 2 line themselves, are 
9749                   not displayed
9750
9751         * src/mainwindow.c
9752                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9753                 "View/Message View" becomes "View/Separate Message View"
9754                 because its less ambiguous.
9755
9756         * po/es.po
9757                 updated by Ricardo Mones Lastra
9758
9759 2002-02-26 [paul]       0.7.2claws15
9760
9761         * sync with sylpheed 0.7.2cvs17
9762                 see ChangeLog entries 2002-02-25 and 2002-02-26
9763
9764 2002-02-25 [christoph]  0.7.2claws14
9765
9766         * src/filtering.[ch]
9767         * src/inc.c
9768                 do filtering stuff after all messages have been received
9769                   1. drop all messages to .processing
9770                   2. scan processing folder for messages
9771                   3. filter messages or move to inbox
9772                 this will also find old messages left in processing after
9773                 a crash or something like that and we get a real msginfo
9774                 from folder->get_msg_list and do not have to create our
9775                 own in filter_message
9776         * src/matcher_parser_parse.y
9777                 remove MIX/MAX warning (reordered includes)
9778
9779 2002-02-25 [paul]       0.7.2claws13
9780
9781         * sync with sylpheed 0.7.2cvs15
9782                 see ChangeLog entry 2002-02-24
9783
9784 2002-02-24 [alfons]     0.7.2claws12
9785
9786         * src/filtering.c
9787                 clear old color flags first when applying a new color to
9788                 a message info. 
9789                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9790
9791 2002-02-24 [alfons]     0.7.2.claws11
9792         
9793         * AUTHORS
9794         * src/prefs_common.c
9795                 add presets for Opera and Konqueror, closes patch #517261,
9796                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9797
9798 2002-02-24 [alfons]     0.7.2.claws10
9799
9800         * AUTHORS
9801         * src/summaryview.c
9802                 fix threading for null message ids, closes patch #521601,
9803                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9804
9805 2002-02-24 [alfons]     0.7.2claws9
9806
9807         * src/summaryview.c
9808         * src/filtering.c
9809                 make Tool | Filter Message work with filtering system so
9810                 setting flags also works
9811
9812                 TODO:
9813
9814                 - Processing uses the same function as Tool | Filter
9815                   Message, but doesn't use the same update proc yet
9816
9817 2002-02-23 [paul]       0.7.2claws8
9818
9819         * sync with sylpheed 0.7.2cvs14
9820                 see ChangeLog entries 2002-02-22 and 2002-02-23
9821
9822 2002-02-22 [christoph]  0.7.2claws7
9823
9824         * src/quote_fmt.c
9825                 Add column space to table
9826         * src/quote_fmt_parse.y
9827                 Close files
9828
9829 2002-02-22 [paul]       0.7.2claws6
9830
9831         * src/Makefile.am
9832           src/defs.h
9833           src/filtering.c
9834           src/inc.[ch]
9835           src/mainwindow.c
9836           src/matcher.[ch]
9837           src/matcher_parser_lex.l
9838           src/matcher_parser_parse.y
9839           src/pop.[ch]
9840           src/prefs_account.h
9841           src/prefs_filtering.c
9842           src/selective_download.[ch]   *** NEW FILES ***
9843           src/utils.[ch]
9844           po/POTFILES.in
9845                 Selective Download added to 'Tool' menu. 
9846                 Retrieves email headers of the currently selected pop3 
9847                 account and allows the user to mark emails for deletion 
9848                 right on the pop3 server. Patch submitted by Oliver Haertel 
9849                 <oha@users.sourceforge.net>.
9850         
9851         * po/POTFILES.in
9852                 add 'src/quote_fmt.c'           
9853
9854 2002-02-22 [christoph]  0.7.2claws5
9855
9856         * src/Makefile.am
9857                 added quote_fmt.c
9858         * src/prefs_common.[ch]
9859         * src/prefs_template.c
9860         * src/quote_fmt.c               *** NEW FILE ***
9861         * src/quote_fmt.h
9862                 move quote format symbol description code
9863                 to it's own file because it is used from
9864                 differnent code parts
9865                 Rewrote symbol description GUI
9866                   + use table
9867                   + add separators
9868                   + get data from array (no more long constant strings)
9869         * src/quote_fmt_lex.l
9870         * src/quote_fmt_parse.y
9871                 Symbol for Literal % changed to \% instead of %%
9872                 (More logical as \ is used for quoting for other symbols)
9873                 Add |f and |p to include files and program output
9874                 Examples:
9875                     |f{/home/.../.signature}
9876                     |p{date}
9877         * po/de.po
9878                 Correct wrong spelling for "Referenzen"
9879
9880 2002-02-21 [paul]       0.7.2claws4
9881
9882         * src/procmsg.c
9883                 forgotten during sync
9884
9885 2002-02-21 [paul]       0.7.2claws3
9886
9887         * sync with sylpheed 0.7.2cvs11
9888                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9889                 2002-02-20 and 2002-02-21
9890
9891 2002-02-20 [melvin]     0.7.2claws2
9892
9893         * src/prefs_actions.c
9894                 Added error report when child cannot fork or when execvp 
9895                 returns with an error.
9896
9897 2002-02-19 [christoph]  0.7.2claws1
9898
9899         * src/codeconv.c
9900                 return unconverted text if conde conversion is not possible
9901                 when libjconv is used.
9902                 (patch submitted by "Simon 'corecode' Schubert")
9903
9904 2002-02-19 [paul]       
9905
9906         * version 0.7.2claws release
9907
9908 2002-02-19 [paul]       0.7.2claws
9909
9910         * po/nl.po
9911                 updated by Wilbert Berendsen
9912
9913
9914 2002-02-18 [alfons]     0.7.1claws13
9915
9916         * src/syldap.c
9917         * src/jpilot.c
9918                 remove references to dlfcn and explicitly loading functions
9919                 from dynalink libs, because libs linked anyway, and functions
9920                 are loaded explicitly
9921
9922 2002-02-17 [melvin]     0.7.1claws12
9923
9924         * src/prefs_actions.c
9925                 Replaced children wait loop with double fork technique.
9926                 Now, input/output window updated at each new output.
9927                 free_children(): Fixed a memory leak.
9928                 Made input/output window non closable if running children
9929                 still exist.
9930                 Added missing <unistd.h> include.
9931                 Added some --debug outputs.
9932
9933 2002-02-17 [melvin]     0.7.1claws11
9934
9935         * src/summaryview.c
9936                 Fixed bug where descending sort order did not select top
9937                 message.
9938
9939 2002-02-17 [melvin]     0.7.1claws10
9940
9941         * acconfig.h
9942                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9943         * src/prefs_common.c
9944                 Pspell data package directory no more hard coded but
9945                 set during configuration (PSPELL_PATH). (Thanks to 
9946                                 Gustavo Noronha Silva.)
9947
9948 2002-02-17 [melvin]     0.7.1claws9
9949
9950         * configure.in
9951                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9952         * src/gtkspell.c
9953                 Fixed compile-time warnings.
9954
9955 2002-02-16 [alfons]     0.7.1claws8
9956
9957         * src/filesel.c
9958                 fix inadvertent free of NULL pointer which caused
9959                 sylpheed to crash when closing the save-as dialog
9960                 using the window close button
9961
9962 2002-02-16 [carsten]    0.7.1claws7
9963         * src/mainwindow.[ch]
9964           src/summaryview.c
9965           src/prefs_common.c
9966                 fixes for pixmap theming code:
9967                         - recently changed mail attributes shouldn't get
9968                           lost any longer
9969                         - theme is only reloaded iff another theme was
9970                           selected
9971
9972 2002-02-16 [paul]       0.7.1claws6
9973
9974         * sync with sylpheed 0.7.2 release
9975                 see ChangeLog entry 2002-02-15 and 2002-02-16
9976
9977 2002-02-15 [paul]       0.7.1claws5
9978
9979         * sync with sylpheed 0.7.1cvs9
9980                 see ChangeLog entry 2002-02-15
9981
9982         * po/POTFILES.in
9983                 remove unneeded headerwindow.c entry
9984
9985 2002-02-14 [carsten]    0.7.1claws4
9986         * src/summaryview.c
9987                 fixed a bug for "Go to next unread message": there was
9988                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9989                 in the prefs, because of doing "Search again" instead
9990                 "No"
9991
9992 2002-02-14 [carsten]    0.7.1claws3
9993         * src/stock_pixmap.c
9994                 removed 2 more mem leaks; following memprof,
9995                 this code is "leak free" now :)
9996
9997 2002-02-14 [carsten]    0.7.1claws2
9998         * src/stock_pixmap.c
9999                 used opendir/readdir/closedir instead of scandir
10000                 -> code should work now on Solaris
10001
10002 2002-02-14 [paul]       0.7.1claws1
10003
10004         * sync with sylpheed 0.7.1cvs8
10005                 see ChangeLog entries 2002-02-13 and 2002-02-14
10006
10007         * README.claws
10008                 add some description of Actions and Pixmap Themes
10009
10010 2002-02-13 [paul]       
10011
10012         * version 0.7.1claws release
10013
10014 2002-02-13 [paul]       0.7.1claws
10015
10016         * po/es.po
10017           po/it.po
10018           po/pt_BR.po
10019                 updated translations, submitted by Ricardo Mones Lastra,
10020                 Alessandro Maestri and Fabio Junior Beneditto
10021
10022 2002-02-13 [melvin]     0.7.0claws75
10023
10024         * src/prefs_actions.c
10025                 Added missing "signal.h" include
10026
10027 2002-02-13 [melvin]     0.7.0claws74
10028
10029         * src/prefs_folder_item.c
10030                 Added missing "config.h" include
10031         * po/fr.po
10032                 Updated French translation for folder propriety.
10033
10034 2002-02-13 [jens]       0.7.0claws73
10035
10036         * po/POTFILES.in
10037                 Added missing src/prefs_folder_item.c [log added by melvin]
10038         * po/de.po
10039                 Updated German translation.
10040
10041 2002-02-13 [melvin]     0.7.0claws72
10042
10043         * po/fr.po
10044                 Updated French translation.
10045
10046 2002-02-13 [melvin]     0.7.0claws71
10047
10048         * src/gtkutils.c
10049                 Made gtkut_editable_get_selection return NULL if selection
10050                 is of length zero.
10051                 This fixes a bug where selecting part of message A then
10052                 switching to message B and replying to it will not
10053                 quote the message's body.
10054
10055 2002-02-12 [paul]       0.7.0claws70
10056
10057         * src/mainwindow.c
10058                 cosmetic, relating to pixmap themes: on toolbar make 
10059                 updating of 'Exec' and 'Compose news/Compose email'
10060                 icons faster.
10061
10062 2002-02-12 [carsten]    0.7.0claws69
10063         * src/folderview.c
10064           src/mainwindow.[ch]
10065           src/stock_pixmap.c
10066           src/summaryview.c
10067           src/prefs_common.c
10068                 - refreshing after changing pixmap theme better
10069                   now (thanks Paul)
10070                 - wanted to remove some mem leaks, but alfons was
10071                   faster (and had the better solution ;)
10072
10073 2002-02-12 [alfons]     0.7.0claws68
10074
10075         * src/prefs_common.c
10076         * src/stock_pixmap.[ch]
10077                 plug mem leaks, refactor code a little bit
10078
10079
10080 2002-02-12 [sergey]     0.7.0claws67
10081
10082         * src/imap.c
10083                 Fixed problem with copying messages to IMAP folders when the
10084                 server uses something other than '/' as a namespace separator
10085                 (cyrus-imapd uses '.').
10086
10087 2002-02-12 [jens]       0.7.0claws66
10088
10089         * po/de.po
10090                 Updated German Translation
10091
10092 2002-02-12 [paul]       0.7.0claws65
10093
10094         * sync with sylpheed 0.7.1cvs1
10095                 see ChangeLog entry 2002-02-12
10096
10097 2002-02-12 [melvin]     0.7.0claws64
10098
10099         * src/prefs_actions.c
10100                 Fixed "feature" where children's output was duplicated 
10101                 instead of refreshed while monitoring.
10102                 Removed some debug code.
10103
10104 2002-02-12 [christoph]  0.7.0claws63
10105
10106         * src/compose.c
10107                 always delete message from queue after sending/send error
10108                 (closes bug #509601)
10109
10110 2002-02-12 [melvin]     0.7.0claws62
10111
10112         * src/prefs_actions.c
10113                 Children wait loop is now triggered with a timeout of 1s
10114                 Added %F which is replaced with the list of filenames 
10115                 of all selected messages (as suggested by Ricardo Mones Lestra)
10116                 Pipe syntax changed. Prefix with | to send selection, postfix
10117                 with | to retrieve output. Prefix with > or * to send
10118                 user definable input to the command (*: input is hidden)
10119                 Old pipe action should now be postfixed with |, too.
10120
10121 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10122         * src/stock_pixmap.c
10123                 fixed a bug: if there's no theme directory don't
10124                 throw an error, just do "nothing" (thanks Alfons)
10125
10126 2002-02-12 [carsten]    0.7.0claws60
10127         * src/folderview.c
10128           src/summaryview.c
10129                 had to write the cache twice (nasty!); some marks would 
10130                 get lost if not
10131
10132 2002-02-11 [carsten]    0.7.0claws59
10133         * acconfig.h
10134           configure.in
10135           doc-src/maintainer_guide.txt
10136           src/compose.[ch]
10137           src/defs.h
10138           src/folderview.[ch]
10139           src/gtkutils.[ch]
10140           src/mainwindow.[ch]
10141           src/prefs_common.[ch]
10142           src/stock_pixmap.[ch]
10143           src/summaryview.[ch]
10144                 pixmap theming and related work on pixmap
10145                 handling on some other places
10146                 (e.g. hrm features for all folder)
10147           src/pixmap/stock_*.xpm -> the stock_ was removed
10148         
10149 2002-02-11 [paul]       0.7.0claws58
10150
10151         * sync with sylpheed 0.7.1 release
10152                 see ChangeLog entries 2002-02-11
10153
10154 2002-02-08 [paul]       0.7.0claws57
10155
10156         * sync with sylpheed 0.7.0cvs39
10157                 see ChangeLog entry 2002-02-07 (last entry) 
10158
10159         * src/prefs_actions.c
10160           src/prefs_filtering.c
10161           src/prefs_matcher.c
10162           src/prefs_scoring.c
10163                 sync: made it compile with C compilers other than gcc
10164
10165 2002-02-07 [paul]       0.7.0claws56
10166
10167         * sync with sylpheed 0.7.0cvs38
10168                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10169                 2002-02-07
10170
10171 2002-02-07 [darko]      0.7.0claws55
10172
10173         * src/gtkutils.[ch]
10174         * src/summaryview.c
10175                 Fix const gchar */gchar * issue (thanks Hiro)
10176
10177 2002-02-07 [darko]      0.7.0claws54
10178
10179         * src/compose.[ch]
10180         * src/filtering.c
10181         * src/gtkutils.[ch]
10182         * src/prefs_template.c
10183         * src/quote_fmt.h
10184         * src/quote_fmt_parse.y
10185         * src/summaryview.c
10186         * src/utils.[ch]
10187                 When replying or forwarding an email don't quote the entire
10188                 mail body but use the part of the message text that is selected
10189
10190 2002-02-06 [melvin]     0.7.0claws53
10191
10192         * src/prefs_common.[ch]
10193         * src/gtkspell.[ch]
10194         * src/compose.c
10195                 Made possible to switch quickly to last used dictionary
10196                 which makes checking bilingual documents easier.
10197
10198 2002-02-06 [melvin]     0.7.0claws52
10199         
10200         * po/POTFILES.in
10201                 Added forgotten new file src/prefs_actions.c
10202
10203 2002-02-06 [melvin]     0.7.0claws51
10204
10205         * src/prefs_actions.c   ** NEW FILE **
10206         * src/prefs_actions.h   ** NEW FILE **
10207                 Added actions to execute on message text view, or on the
10208                         message's file.
10209         * src/Makefile.am
10210                 Added src/prefs_actions.[ch]
10211         * src/compose.c
10212                 Added new menu "Edit/Actions"
10213         * src/defs.h
10214                 Added new actionsrc file.
10215         * src/main.c
10216                 Added actionsrc reading.
10217         * src/mainwindow.c
10218                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10219         * src/prefs_common.h
10220                 Added new element actionslst element to prefs_common.
10221
10222 2002-02-06 [paul]       0.7.0claws50
10223
10224         * sync with sylpheed 0.7.0cvs36
10225                 see ChangeLog entry 2002-02-06
10226
10227 2002-02-05 [paul]
10228
10229         * po/es.po
10230                 updated by Ricardo Mones Lastra
10231
10232 2002-02-05 [paul]       0.7.0claws49
10233
10234         * sync with sylpheed 0.7.0cvs33
10235                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10236
10237 2002-02-05 [paul]       0.7.0claws48
10238
10239         * src/compose.c
10240                 re-add 'Edit/Advanced/Delete entire line', previously named
10241                 'Delete Line+'
10242
10243 2002-02-04 [paul]       0.7.0claws47
10244
10245         * src/compose.c
10246           src/summaryview.c
10247                 fix bug #494993 (Reply All not taking Reply-To into consi)
10248                 eliminate differences in behaviour of right-click 'Reply to all' 
10249                 in summary view and 'Reply to all' on the toolbar. 
10250                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10251                 view and From gets ignored by 'Reply to all' on toolbar.
10252                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10253                 From when no Reply-To header is present.
10254
10255 2002-02-04 [paul]       0.7.0claws46
10256
10257         * sync with sylpheed 0.7.0cvs30
10258                 see ChangeLog entries 2002-02-03 and 2002-02-04
10259
10260 2002-02-03 [melvin]     0.7.0claws45
10261
10262         * src/gtkspell.[ch]
10263                 Readded function to highlight all misspelled words.
10264                 Fixed bug where user-provided-words did not replace
10265                         correctly the misspelled word when using the mouse.
10266                 Fixed bug where checking a region selected from right to left did
10267                         not check the region at all.
10268                 Fixed bug where 'Check backwards' may not check at all. 
10269                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10270                 Fixed possible buffer overflow when checking for long strings (>1k).
10271                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10272                 Accelerators code uses now gtk_widget_add_accel.
10273                 Removed and disabled obsolete and unfinished code.
10274                 Cleaning up.
10275
10276         * src/compose.c
10277                 Added menu item to Highlight all misspelled words.
10278
10279 2002-02-01 [paul]       0.7.0claws44
10280
10281         * src/mainwindow.c
10282                 fix '/View/Hide read messages' sensitivity when all
10283                 messages in a folder are hidden
10284
10285 2002-02-01 [paul]       0.7.0claws43
10286
10287         * src/main.c
10288                 add --send option to command line interface, sends all
10289                 queued mail. Patch submitted by Ricardo Mones Lastra.
10290
10291 2002-01-31 [paul]       0.7.0claws42
10292
10293         * src/mainwindow.c
10294                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10295
10296 2002-01-31 [paul]       0.7.0claws41
10297
10298         * sync with sylpheed 0.7.0cvs27
10299                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10300                 and 2002-01-31
10301
10302         * src/textview.c
10303                 comment out elements of textview_show_part() as temporary
10304                 workaround for attachment 'Display as text' bug 
10305
10306         * po/pt_BR.po
10307                 updated by Fabio Junior Beneditto
10308
10309 2002-01-30 [paul]       0.7.0claws40
10310
10311         * sync with sylpheed 0.7.0cvs24
10312                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10313                 and 2002-01-30
10314
10315         * src/compose.c
10316                 add {N_("/_Spelling"), ... "<Branch>"} to 
10317                 GtkItemFactoryEntry compose_entries[]
10318
10319         * src/prefs_common.c
10320                 add claws menu items to prefs_keybind_apply_clicked()
10321                 and remove non-claws menu items
10322
10323 2002-01-29 [paul]       0.7.0claws39
10324
10325         * sync with sylpheed 0.7.0cvs22
10326                 see ChangeLog entries 2002-01-28 and 2002-01-29
10327
10328 2002-01-28 [melvin]     0.7.0claws38
10329
10330         * src/compose.c
10331                 Added the declartion of compose_send_control_enter.
10332
10333         * src/compose.c
10334         * src/gtkspell.[ch]
10335                 Added in a 'Spelling' menu which includes the configuration menu. 
10336                 Added a real 'Check all' and got rid from the old one which only
10337                 highlited misspelled word.
10338                 Made 'Check while typing' a disableable option.
10339                 Added a dialog when there are no more misspelled word.
10340                 Added a dialog if error occurs when switching to a dictionary.
10341         
10342         * src/prefs_common.[ch]
10343                 Added option for the default 'Check while typing' option.
10344
10345
10346 2002-01-28 [alfons]     0.7.0claws37
10347
10348         * src/compose.c
10349                 fix buglet and make code comply with sylpheed code style
10350
10351 2002-01-28 [paul]       0.7.0claws36
10352
10353         * sync with sylpheed 0.7.0cvs19
10354                 see ChangeLog entries for 2002-01-28
10355
10356 2002-01-28 [hoa]        0.7.0claws35
10357
10358         * src/defs.h
10359                 added rendererrc
10360
10361         * src/main.c
10362                 read the renderer config
10363
10364         * src/procmime.[ch]
10365                 use the renderer config to convert mime attachments
10366
10367         * src/textview.c
10368                 don't use textview_show_html/ertf,
10369                 use get_text_content instead
10370
10371 2002-01-27 [alfons]     0.7.0claws34
10372         
10373         * src/news.c
10374                 make sylpheed believe it can delete a news message...
10375                 (messages are NOT deleted, maybe we should remove
10376                 processing from the folder properties after all.)
10377
10378 2002-01-27 [alfons]     0.7.0claws33
10379
10380         * src/folder.c
10381                 add extra checks
10382         * src/news.c
10383                 implement remove_msg() 
10384
10385 2002-01-27 [alfons]     0.7.0claws32
10386
10387         * src/procmsg.h
10388         * src/procheader.c
10389         * src/messageview.c
10390                 fix return receipt / disposition notification again. this
10391                 stuff seems to break on _every_ major summary UI change, so
10392                 it's now implemented using a flag which is saved in the
10393                 marks cache
10394                 
10395 2002-01-26 [alfons]     0.7.0claws31
10396
10397         * src/import.c
10398                 let import dialog show the destination folder identifier
10399
10400 2002-01-26 [melvin]     0.7.0claws30
10401
10402         * src/folderview.c
10403         * src/summaryview.c
10404                 Readded 'Mark all read' into summary view popup menu
10405                 Added 'Mark all read' in folder view popup menu for IMAP
10406                 and NNTP.
10407                 Made it insensitive if the selected folder is not the shown
10408                 one to avoid 'Mark all read' on the wrong folder.
10409                 
10410 2002-01-26 [paul]       0.7.0claws29
10411
10412         * src/folderview.c
10413           src/summaryview.c
10414                 move 'Mark all read' from summary view to folder view
10415                 menu. (adapted from) patch submitted by Jeremy Andrews,
10416                 <lists@kerneltrap.com>
10417
10418 2002-01-25 [alfons]     0.7.0claws28
10419
10420         * src/gtkstext.c
10421                 put the gtk class name back so GtkSText adapts the 
10422                 settings of GtkText
10423
10424 2002-01-25 [alfons]     0.7.0claws27
10425
10426         * src/folderview.c 
10427                 assimilate Ricardo's patch that shows pixmaps instead of
10428                 plain "new" and "unread" texts in the folder view column
10429                 headers 
10430
10431 2002-01-25 [paul]       0.7.0claws26
10432
10433         * src/Makefile.am
10434                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10435                 be found in non-standard locations. 
10436                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10437
10438 2002-01-25 [paul]       0.7.0claws25
10439
10440         * sync with sylpheed 0.7.0cvs16
10441                 see ChangeLog entry 2002-01-25
10442
10443 2002-01-24 [paul]       0.7.0claws24
10444
10445         * more sync with sylpheed 0.7.0cvs15
10446                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10447
10448 2002-01-23 [sergey]     0.7.0claws23
10449
10450         * src/importldif.c
10451                 Fixed segfault when closing LDIF import wizard with
10452                 the window manager.
10453         * src/imageview.c
10454         * src/imageview.h
10455         * src/messageview.c
10456         * src/mimeview.c
10457                 Fixed wrong scrolling position after switching between
10458                 text and image parts.
10459
10460 2002-01-23 [paul]       0.7.0claws22
10461
10462         * sync with sylpheed 0.7.0cvs15
10463                 see ChangeLog entries 2002-01-22 and 2002-01-23
10464
10465 2002-01-21 [melvin]     0.7.0claws21
10466
10467         * src/prefs_scoring.c
10468         * src/prefs_filtering.c
10469                 Fixed bug where scoring and filtering windows stopped
10470                 autochecking.
10471
10472 2002-01-21 [paul]       0.7.0claws20
10473
10474         * sync with sylpheed 0.7.0cvs12
10475                 see ChangeLog entries 2002-01-20 and 2002-01-21
10476
10477 2002-01-21 [carsten]    0.7.0claws19
10478         * src/mainwindow.c
10479         * src/menu.[ch]
10480         * src/messageview.[ch]
10481         * src/summaryview.[ch]
10482                 changes to shortcuts handling again:
10483                         + "Q" now controled by mainwin
10484                         + v/V are now customizable and have slightly
10485                           different meanings
10486                 the "button" to minimize the messageview (and maximize
10487                 the summary view) is a real button now
10488         * src/compose.c
10489                 "Delete Line+" added to Edit/Advanced (this will also
10490                 delete the '\n')
10491
10492 2002-01-20 [melvin] 0.7.0claws18
10493
10494         * src/addressbook.c
10495                 Made "Bcc" sensitive when addressbook is called from
10496                 compose window (it was a Claws only bug).
10497
10498 2002-01-19 [alfons] 0.7.0claws17
10499
10500         * src/inc.c
10501                 prevent unnecessary updates when currently selected folder has
10502                 no new messages 
10503
10504 2002-01-19 [alfons] 0.7.0claws16
10505         
10506         * src/summaryview.c
10507                 prevent writing the cache based on current message list in summary 
10508                 view when filtering also put messages in currently selected folder
10509
10510 2002-01-19 [paul]
10511
10512         * po/it.po
10513                 Italian translation submitted by Alessandro Maestri
10514                 <a.maestri@cs.tin.it>
10515
10516 2002-01-18 [melvin]     0.7.0claws15
10517
10518         * src/prefs_filters.c
10519                 fixed bug where 'cancel' from 'filters' window stops autochecking
10520                 if the timer timed out  when the window was open.
10521
10522 2002-01-18 [match]      0.7.0claws14
10523
10524         * src/addrclip.[ch]     ** NEW FILE **
10525         * src/addrselect.[ch]   ** NEW FILE **
10526         * src/adbookbase.h      ** NEW FILE **
10527                 addressbook cut, copy and paste
10528         * src/addrbook.[ch]
10529         * src/addrcache.[ch]
10530         * src/addressitem.h
10531         * src/addrindex.[ch]
10532         * src/addritem.[ch]
10533         * src/importldif.c
10534         * src/importmutt.c
10535         * src/jpilot.[ch]
10536         * src/syldap.[ch]
10537         * src/vcard.[ch]
10538         * src/jpilot.[ch]
10539         * src/editbook.c
10540         * src/editjpilot.c
10541         * src/editldap.c
10542         * src/editvcard.c
10543                 support for copy/paste
10544         * src/addressbook.c
10545                 support for copy/paste
10546                 tidy up menu option processing
10547                 correct address list function arguments
10548         * src/editaddress.c
10549                 sort user attributes
10550         * src/ldif.h
10551         * src/mutt.h
10552                 tidy up
10553
10554         * src/addrbook.[ch]
10555         * src/addrbook.[ch]
10556         * src/addrbook.[ch]
10557                 
10558
10559 2002-01-18 [paul]       0.7.0claws13
10560
10561         * sync with sylpheed 0.7.0cvs8
10562                 configure.in: support Mac OS X (Darwin)
10563
10564 2002-01-18 [carsten]    0.7.0claws12
10565         * src/html.c
10566                 small hack to fix a segfault with an empty href
10567                 (reported by Alexandra Walford <deeni@altern.org>)
10568         * src/mainwindow.c
10569         * src/summaryview.c
10570                 the shortcuts for Mark und Mark as unread are hardcoded
10571                 again
10572         * src/compose.c
10573         * src/gtkstext.[ch]
10574                 readded the shortcuts in gtkstext but made them
10575                 customizeable (simply by adding a menu plus a wrapper
10576                 to compose.c)
10577
10578 2002-01-17 [melvin]     0.7.0claws11
10579
10580         * src/gtkspell.c
10581                 fix default dictionary not being saved.
10582
10583 2002-01-16 [darko]      0.7.0claws10
10584
10585         * src/compose.c
10586                 fix wrapping crash with URL longer than wrapping margin
10587
10588 2002-12-08 [hoa]        0.7.0claws10
10589
10590         * src/matcher_parser_parse.y
10591                 fixed some bugs
10592
10593         * src/prefs_filtering.c
10594                 now, we can use bounce action in the dialog box.
10595
10596 2002-01-16 [carsten]    0.7.0claws9
10597         * src/gtkstext.c
10598                 removed the <control> and <alt> shortcuts because they're
10599                 not needed and interefered with the "normal" shortcuts
10600         * src/mainwindow.c
10601         * src/summaryview.c
10602                 removed most of the hardcoded shortcuts and assigned
10603                 them to menu entries making them easy customizable by
10604                 that
10605
10606 2002-01-16 |melvin]     0.7.0claws8
10607
10608         * src/gtkspell.c
10609                 fixed bug where using the mouse and when the compose
10610                 window is not on top may result in a crash.
10611
10612 2002-01-16 [melvin]     0.7.0claws7
10613
10614         * src/compose.c
10615                 fixed a long standingspell checker bug which could 
10616                 cause a crash after sending a message.
10617
10618 2002-01-16 [paul]       0.7.0claws6
10619
10620         * sync with sylpheed 0.7.0cvs7
10621                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10622                 2002-01-15, and 2002-01-16
10623
10624 2002-01-16 [melvin]     0.7.0claws5
10625
10626         * README.claws
10627         * src/compose.c
10628         * src/gtkspell.[ch]
10629         * src/main.c
10630                 Heavily modified spell checker code to work around
10631                 ispell bug, to add keyboard shortcuts and for future
10632                 enhancements. See README.claws for usage information.
10633
10634 2002-01-15 [alfons]     0.7.0claws4
10635         
10636         * src/summaryview.c
10637                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10638                 so sorting within threads reflects sort mode
10639
10640 2002-01-15 [christoph]  0.7.0claws3
10641
10642         * src/procmsg.c
10643                 added alertpanel if mail sending failed
10644
10645 2002-01-15 [alfons]     0.7.0claws2
10646         
10647         * src/prefs_filtering.c
10648                 don't stop timer when prefs filtering dialog is opened
10649
10650 2002-01-14 [alfons]     0.7.0claws1
10651
10652         * src/addr_compl.c
10653         * src/prefs.c
10654                 remove debug_print()s for privacy reasons
10655
10656 2002-01-14 [darko]      0.7.0claws
10657
10658         * README.claws
10659                 quotation wrapping is now also in the main branch
10660
10661 2002-01-14 [paul]
10662
10663         * tools/filter_conv.pl
10664                 allow for Boolean Op and case-sensitivity
10665                 this file is included in the release and tagged
10666                 'rel_0_7_0'
10667
10668 2002-01-13 [paul]       0.7.0claws
10669
10670         * release 0.7.0, with cvs tag 'rel_0_7_0'
10671
10672 2002-01-13 [paul]
10673
10674         * tools/filter_conv.pl
10675         * tools/README
10676                 rewritten to output to matcherrc instead of filteringrc
10677
10678         * po/es.po
10679                 updated Spanish translation by Ricardo Mones Lastra
10680
10681 2002-01-13 [alfons]
10682
10683         * po/nl.po
10684                 update dutch translation
10685
10686 2002-01-13 [paul]
10687
10688         * po/pt_BR.po
10689                 Updated by Fabio Junior Beneditto 
10690
10691 2002-01-13 [melvin]     0.6.6claws53
10692
10693         * po/fr.po
10694                 Updated french translation
10695
10696 2002-01-12 [alfons]     0.6.6claws52
10697
10698         * src/filtering.c
10699                 plug mem leak that has been sitting there for ages              
10700
10701 2002-01-12 [alfons]     0.6.6claws51
10702
10703         * src/summaryview.c
10704                 undo melvin's changes from 0.6.6claws48 because summary
10705                 view now refuses to select first unread message when
10706                 selecting a folder 
10707
10708 2002-01-11 [alfons]     0.6.6claws50
10709
10710         * src/import.c
10711                 use claws' semantics for getting folder item when
10712                 importing an mbox file into a folder 
10713                 (submitted by Dale P. Smith)
10714
10715 2002-01-11 [christoph]  0.6.6claws49
10716
10717         * src/prefs.h
10718                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10719                 toggle widget, because non static prefs can not use
10720                 prefs_set_* functions
10721         * src/prefs_account.c
10722                 toggle smtp auth password field sensitivity if
10723                 user id is empty and add descrition of usage for
10724                 these fields
10725         * src/prefs_folder_item.c
10726                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10727                 callbacks
10728
10729 2002-01-11 [melvin]     0.6.6claws48
10730
10731         * src/compose.c
10732                 fix the 'Ctrl-Enter' feature for sending and test really
10733                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10734                 editables which was not documented in Gtk)
10735
10736         * src/summaryview.c
10737                 Made summaryview refresh after sorting and not before.
10738
10739 2002-01-11 [christoph]  0.6.6claws47
10740
10741         * src/compose.c
10742                 select account from account ids if possible and
10743                 correctly set save folder for copy in reedit
10744
10745 2002-01-10 [paul]       0.6.6claws46
10746
10747         * sync with sylpheed 0.7.0 release
10748                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10749                 2002-01-09
10750
10751 2002-01-09 [alfons]
10752
10753         * src/summaryview.c
10754                 remove more dirt traces...
10755
10756 2002-01-09 [alfons]
10757         
10758         * src/summaryview.c
10759                 clean up some traces of my debugging stuff
10760
10761 2002-01-09 [alfons]     0.6.6claws45
10762
10763         * src/filtering.c
10764                 break up filteringprop_apply() in three separate pieces
10765                 so we can drop messages that failed processing in the
10766                 inbox
10767
10768         * src/summaryview.c
10769                 fix bug #469598 "no refresh of inbox after filter" which 
10770                 was introduced by the new summary view locking, and which 
10771                 prevented the summary view to update after a manual filter 
10772                 message. claw's filter message requires a summary_show().
10773                 (aargh, summary_show() again! :-)
10774                 
10775 2002-01-07 [alfons]     0.6.6claws44
10776
10777         * src/headerwindow.c
10778         * src/logwindow.c
10779         * src/messageview.c
10780         * src/sourcewindow.c
10781                 bring in Hiro's last 0.7.0 wm class fixes
10782
10783         * tools/sylprint.pl
10784                 bring in Ricardo's fix for sylprint script
10785
10786         * AUTHORS       
10787         * src/rfc2015.[ch]
10788         * src/prefs_common.[ch]
10789         * src/prefs_account.[ch]
10790         * src/compose.c
10791                 clean up account preference poison in rfc2015,
10792                 and preparation to fix double sign bug 
10793                 (patch submitted by Simon 'corecode' Schubert)
10794
10795 2002-01-07 [christoph]  0.6.6claws43
10796
10797         * src/mh.c
10798                 search for free message number, do not only rely
10799                 on last_num
10800         * src/send.c
10801                 fix smtp auth and use extra account information
10802                 if available, if not use pop3 data instead
10803                 (closes bug #500341)            
10804         * src/ssl.[ch]
10805                 match coding style
10806
10807 2002-01-06 [alfons]     0.6.6claws42
10808
10809         * src/mainwindow.c
10810                 try making the separate windows work again...
10811
10812 2002-01-06 [alfons]     0.6.6claws41
10813
10814         * src/mainwindow.c
10815                 adapt Hiro's separate window menu (to get rid of the funny
10816                 duplicate menu items), and make it work again
10817
10818 2002-01-06 [alfons]     0.6.6claws40
10819
10820         * tools/Makefile.am
10821         * tools/sylprint.rc
10822         * tools/sylprint.pl
10823         * tools/README.sylprint
10824                 add sylprint script for printing mails from Sylpheed
10825                 (contributed by Ricardo Mones Lastra)
10826
10827         * src/acount.c
10828                 clean up
10829
10830 2002-01-06 [melvin]     0.6.6claws39
10831
10832         * src/mainwindow.c
10833         * src/summaryview.c
10834                 Fixed crash introduced in 0.6.6claws38 by the menu
10835                 reorganisation (Hide read messages)
10836         
10837         * ChangeLog.claws 
10838                 Fixed typo (we are now in 2002, alfons ;) )
10839
10840 2002-01-05 [alfons]     0.6.6claws38
10841
10842         * sync with sylpheed 0.6.6cvs10-17
10843                 (last stuff marked as LAST_STABLE)
10844
10845 2002-01-04 [melvin]     0.6.6claws37
10846
10847         * src/account.c
10848                 Made account selection code use strcasestr again instead of
10849                 g_strcasecmp (fixes bug where reediting queued messages
10850                 did not select proper account reported by T. Link).
10851         
10852         * src/folderview.c
10853                 Fix bug where folder icons are not shown when 'hide read messages'
10854                 is on.
10855         
10856         * src/stock_pixmaps.[ch]
10857                 Added folder icons for 'hide read messages'.
10858         
10859         * src/compose.c
10860                 Fixed bug where 'Enter' in a header entry will send the message 
10861                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10862
10863 2002-01-03 [melvin]     0.6.6claws36
10864         
10865         * src/prefs.[ch]
10866                 Added popup menu for common preferences and
10867                 account preferences (right click on tab displays
10868                                 a menu of all tabs.)
10869
10870 2002-01-02 [melvin]     0.6.6claws35
10871
10872         * src/gtkspell.[ch]
10873                 Made spelling code compatible with undo/redo feature.
10874                 Added creation of suggestion mode menu for the general
10875                         preferences.
10876         
10877         * src/prefs_common.[ch]
10878                 Added option menu for the speller's suggestion mode.
10879                 Added missing spaces in "..." buttons and made a "..."
10880                         button non translatable!
10881         
10882         * src/compose.c
10883                 Made speller use the default suggestion mode.
10884                 Hack to make it possible to choose 'CTRL-Enter' as a
10885                         shortcut for sending (and only for sending).
10886
10887         * src/prefs_folder_item.c
10888                 Changing subject simplification does not update cache 
10889                         anymore (because it is unnecessary).
10890                 Fixed bug where changing subject simplification updated the 
10891                         summaryview even when the viewed folder is not the
10892                         folder which properties are being changed. (E.g. 
10893                                         viewing folder A and changing
10894                                         the subject simplification of 
10895                                         folder B -not being viewed- updated the 
10896                                         summaryview of folder A with data of
10897                                         folder B). (Hope this is clear... )
10898
10899 2001-12-31 [alfons]     0.6.6claws34
10900         
10901         * src/ldif.c
10902         * src/mutt.c
10903                 fgetc() returns a signed integer which doesn't
10904                 fit in a char. so c truncates this to a char
10905                 but we may lose significant bits. i.e. we may
10906                 comparing 0xFF which may not be equal to -1
10907                 unless properly casted to signed char which
10908                 we won't do because fgetc() returns a signed
10909                 integer which doesn't fit in a char. so c 
10910                 truncates this to a char but we may lose 
10911                 significat bits. (you got the idea, thanks
10912                 to Gustavo Noronha Silva <kov@debian.org>
10913                 and the Debian folks!)
10914
10915 2001-12-30 [alfons]     0.6.6claws33
10916
10917         * src/prefs_common.c
10918                 add #ifdef USE_PSPELLs that Melvin forgot               
10919
10920 2001-12-30 [melvin]     0.6.6claws32
10921         
10922         * src/prefs_common.[ch]
10923                 Added configurable color for misspelled words.
10924
10925         * src/gtkspell.[ch]
10926                 Fixed bug of foreground text color (reported by David
10927                                 Mehrmann)
10928                 Added configurable color for misspelled words.
10929
10930 2001-12-30 [alfons]     0.6.6claws31
10931
10932         * src/folder.c
10933                 remove unnecessary things someone put there
10934
10935         * src/mh.c
10936         * src/folder.[ch]
10937                 make folder properties (like threading and sorting) persistent
10938                 (closes bug #497424 "rescan folder tree resets proprieties")
10939                 currently this is only for MH folders. 
10940
10941 2001-12-29 [melvin]     0.6.6claws30
10942
10943         * src/string_match.[ch]
10944                 Optimized a bit: regexp pattern buffer compiled only once, and
10945                   one subroutine call removed. Fixed ^ regexp search: Now, 
10946                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10947         
10948         * src/summaryview.c
10949                 Subject filtering changed to filter summary columns and
10950                   not directly the messages subject cache. The loss in 
10951                   performance is balanced by the improvement of string_match.
10952                 Added an alert panel if there is an error in the regexp.
10953
10954         * src/src/prefs_folder_item.h
10955                 Added a regexp pattern buffer.
10956
10957 2001-12-28 [alfons]     0.6.6claws29
10958
10959         * src/string_match.[ch]
10960                 clean up name space
10961                 allow compilation *BSD
10962
10963 2001-12-27 [alfons]     0.6.6claws28
10964
10965         * src/filter.c
10966                 sync the Hiro's bug fix for BSD
10967
10968 2001-12-27 [melvin]     0.6.6claws27
10969         
10970         * src/compose.c
10971                 Simplify focus to subject entry code.
10972
10973 2001-12-27 [darko]      0.6.6claws26
10974
10975         * src/filtering.c
10976         * src/mbox_folder.c
10977         * src/messageview.c
10978         * src/mh.c
10979         * src/procheader.[ch]
10980         * src/procmsg.h
10981         * src/stock_pixmap.[ch]
10982         * src/summaryview.c
10983                 Show key icon for encrypted mails in summary view
10984
10985         * src/pixmaps/clip.xpm
10986         * src/pixmaps/clipkey.xpm
10987         * src/pixmaps/key.xpm
10988                 New/modified icons for the above
10989
10990 2001-12-27 [melvin]     0.6.6claws25
10991
10992         * src/prefs_common.c
10993                 Put spell checker options in a separate tab to decrease
10994                 the Common Preferences window height.
10995
10996         * README.claws  
10997                 Update spell checker usage instruction about its options
10998                 location.
10999
11000 2001-12-27 [melvin]     0.6.6claws24
11001
11002         * src/compose.c
11003                 Changed subject entry widget position. Initial focus is
11004                 on the To header instead of the subject entry.
11005                 Creating a new header scrolls the header list to make the
11006                 created one visible. Nevertheless, when automatically filling
11007                 headers, the first one is shown.
11008                 A Tab key press in the last empty header entry zips the 
11009                 focus to the subject entry.
11010                 (I did not change the combo boxes, yet)
11011
11012 2001-12-26 [alfons]     0.6.6claws23
11013
11014         * src/prefs_account.c
11015         * src/inc.c
11016                 allow default inbox to reside in another mailbox (only
11017                 works for POP3 accounts)
11018
11019 2001-12-26 [alfons]     0.6.6claws22
11020         
11021         * src/textview.c
11022                 make reply-on-click work with the account of the selected folder
11023         * src/compose.c
11024                 put a fixme here to remind me to fix finding correct default
11025                 account for nested folders
11026
11027 2001-12-25 [alfons]     0.6.6claws21
11028
11029         * src/summaryview.c
11030                 make column headers display locked and mark pixmaps (idea by Melvin) 
11031                 fix bug by adding score and locked column type to sort array
11032
11033 2001-12-25 [alfons]     0.6.6claws20
11034         
11035         * src/summaryview.c
11036                 catch a *potentially* inadvertent write back of  
11037                 the message cache(s) introduced by 0.6.5claws37
11038
11039 2001-12-25 [christoph]  0.6.6claws19
11040
11041         * src/stock_pixmap.[ch]
11042         * src/summaryview.c
11043                 add ignore thread pixmap
11044                 (can someone draw a better icon for this?)
11045
11046 2001-12-24 [alfons]     0.6.6claws18
11047
11048         * src/prefs_folder_item.c
11049                 make address completion actually work for the
11050                 Default To address in the Folder Property dialog.
11051
11052 2001-12-24 [alfons]     0.6.6claws17
11053         
11054         * src/summaryview.c
11055                 use new style regexp for subject stripping 
11056                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11057
11058 2001-12-24 [darko]      0.6.6claws16
11059
11060         * src/pgptext.c
11061         * src/rfc2015.c
11062                 move GPG related informational messages to debug mode
11063
11064 2001-12-23 [alfons]     0.6.6claws15
11065
11066         * src/stock_pixmap.[ch]
11067         * src/summaryview.c
11068                 add the forgotten Claws' locked pixmap
11069
11070 2001-12-23 [alfons]     0.6.6claws14
11071
11072         * src/filesel.c
11073                 accept file name typed in entry in multi file
11074                 selector (patch submitted by Gustavo Noronha Silva 
11075                 <kov@debian.org>)
11076
11077 2001-12-23 [alfons]     0.6.6claws13
11078
11079         * src/prefs_filter.c
11080         * src/prefs_filtering.c
11081         * src/matcher.c
11082         * src/importmutt.c
11083                 clean up a little bit
11084         
11085         * src/string_match.c
11086                 validate input strings a little bit more
11087
11088 2001-12-23 [alfons]     0.6.6claws12
11089
11090         * src/Makefile.am
11091         * src/summaryview.c
11092         * src/string_match.[ch]         ** NEW **
11093         * src/folderview.[ch]
11094         * src/headerview.h
11095         * src/folder.[ch]
11096         * src/prefs_folder_item.[ch]
11097                 add subject simplification to strip out strings from
11098                 a subject line (esp. handy for mailing lists). 
11099                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11100                 but slightly changed things for better integration.)
11101
11102 2001-12-23 [alfons]     0.6.6claws11
11103
11104         * src/mainwindow.c
11105                 fix bug introduced by submission included in 0.6.5claws52.
11106                 ideally this submission should clean the trash if any trash
11107                 folder has a message. however, the hasTrash variable was
11108                 set to false whenever a trash folder was empty (discarding
11109                 a previously found *filled* trash folder.)
11110
11111                 also edited the code a little bit and made it more safe.
11112
11113 2001-12-22 [alfons]     0.6.6claws10
11114
11115         * src/imap.c
11116                 quick fix for Martin Pool's omission of an account
11117                 specific SSL setting
11118
11119 2001-12-22 [alfons]     0.6.6claws9
11120
11121         * src/compose.c
11122         * src/messageview.c
11123         * src/mimeview.c
11124         * src/pgptext.c
11125         * src/procmime.[ch]
11126                 better support for multipart/digest (submitted
11127                 by Fredrik <e98fo@efd.lth.se>)
11128
11129 2001-12-22 [alfons]     0.6.6claws8
11130
11131         * src/addressbook.c
11132                 correct function signature
11133         * src/socket.[ch]
11134         * src/imap.[ch]
11135         * src/prefs_account.[ch]
11136                 allow IMAP over SSH tunnel (patch submitted by 
11137                 Martin Pool <mbp@samba.org>)
11138
11139 2001-12-21 [alfons]     0.6.6claws7
11140
11141         * sync with sylpheed 0.6.6cvs4-9
11142                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11143
11144 2001-12-21 [christoph]  0.6.6claws6
11145
11146         * src/compose.c
11147         * src/prefs_folder_item.[ch]
11148                 implement saving of outgoing messages to current folder.
11149                 fix segfault when no default outbox is available
11150                 (closes bug #495683)
11151
11152 2001-12-21 [carsten]    0.6.6claws5
11153         * src/folderview.c
11154         * src/summaryview.c
11155                 pressing CTRL while DND does now the expected thing and
11156                 copies the mail (moving is still the default, as this
11157                 seam more appropriate for handling mails by DND)
11158
11159 2001-12-18 [paul]       0.6.6claws4
11160
11161         * sync with sylpheed 0.6.6cvs3
11162                 see ChangeLog entries 2001-12-18
11163
11164 2001-12-18 [hiro]       0.6.6claws3
11165
11166         * src/undo.c
11167                 fix for multibyte characters (obtain the number of letters
11168                 instead of bytes).
11169
11170 2001-12-17 [paul]       0.6.6claws2
11171
11172         * sync with sylpheed 0.6.6cvs1
11173                 see ChangeLog entry 2001-12-16
11174
11175 2000-12-17 [alfons]     0.6.6claws1
11176
11177         * src/filtering.c
11178                 clean up
11179
11180 2001-12-16 [paul]       0.6.6claws
11181 2001-12-15
11182
11183         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11184
11185         * src/mimeview.c
11186                 last minute sync with main 0.6.6
11187
11188         * po/es.po
11189                 updated by Ricardo Mones Lastra
11190                 update for last minute sync
11191         * po/fr.po
11192         * po/nl.po
11193                 update for last minute sync
11194         * po/de.po
11195                 updated by Jens Oberender
11196         * po/pt_BR.po
11197                 updated by Fabio Junior Beneditto
11198
11199         * src/prefs_common.[ch]
11200         * src/undo.c
11201                 number of undo levels is user configurable
11202                 (squeeze it into the release in the dying
11203                 moments) Submitted by Jens Oberender    
11204
11205 2001-12-15 [melvin]
11206
11207         * po/fr.po
11208                 updated french translation
11209
11210 2001-12-15 [paul]       0.6.5claws92
11211
11212         * sync with sylpheed 0.6.5cvs28
11213                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11214
11215         * po/nl.po
11216                 update to allow for sync
11217
11218 2001-12-15 [alfons]
11219         
11220         * po/nl.po
11221                 update dutch translation
11222
11223 2001-12-14 [carsten]    0.6.5claws91
11224         * src/summaryview.c
11225                 fixed bug #473785; also after changing the column order
11226                 the same message will be selected and displayed as before
11227                 the reordering
11228
11229 2001-12-14 [carsten]    0.6.5claws90
11230         * src/folderview.c
11231                 probably found the bug reported by wwb opening or closing
11232                 a folder tree just before dnd (found the solution in the
11233                 balsa source -- thanks to them)
11234
11235 2001-12-14 [carsten]    0.6.5claws89
11236         * src/gtkutils.c
11237         * src/account.c
11238                 moved gtk_clist_moveto to the right place, so that
11239                 only the accounts dialog is effected on opening
11240
11241 2001-12-14 [carsten]    0.6.5claws88
11242         * src/gtkutils.c
11243                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11244                 now, so that the focused row will be seen in any case
11245                 (reported by wwp on sf-claws-user)
11246
11247 2001-12-14 [darko]      0.6.5claws87
11248
11249         * src/compose.c
11250                 remove unnecessary line
11251
11252 2001-12-14 [paul]       0.6.5claws86
11253
11254         * sync with sylpheed 0.6.5cvs27
11255                 see ChangeLog entries 2001-12-14
11256
11257 2001-12-14 [carsten]    0.6.5claws85
11258         * src/mainwindow.c
11259                 following a suggestion of Melvin the rcoabm pops up
11260                 right under the button now and the button is reliefed
11261                 while the popup is open
11262
11263 2001-12-14 [darko]      0.6.5claws84
11264
11265         * src/compose.c
11266                 fix crash when wrapping long lines if linewrap quotation
11267                 is disabled and wrapper encounters a word spanning more
11268                 than one line
11269
11270 2001-12-13 [paul]       0.6.5claws83
11271
11272         * src/compose.c
11273                 prefer 'Reply-To' header over mailing list header when
11274                 replying to a message. Finally prevent all those confirmation 
11275                 messages being sent to the list itself.
11276
11277         * src/summaryview.c
11278                 remove unused summary_set_menu_sensitive() entry
11279
11280 2001-12-13 [paul]       0.6.5claws82
11281
11282         * src/folderview.c
11283         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11284         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11285         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11286                 improvements to 'Hide read messages': Inbox, Outbox,
11287                 Trash, Queue, and Draft icons now reveal presence of hidden 
11288                 messages
11289
11290 2001-12-12 [alfons]     0.6.5claws81
11291
11292         0.6.5claws80 was tagged as LAST_STABLE
11293
11294         * src/filtering.[ch]
11295         * src/matcher.[ch]
11296         * src/matcher_parser_lex.c
11297                 fix the filtering; my last attempt to get it right, 
11298                 if it does not work, it's Hoa's turn. ;-)
11299
11300                 for my honourable peers:
11301                 
11302                 the code now makes a clear distinction between
11303                 rules as they are displayed (probably escaped),
11304                 and as they are executed (probably unescaped). the
11305                 parser does *NOT* do any unescaping, this is
11306                 the task of the matcher.c (which breaks up a
11307                 rule into condition) and the filtering.c (which
11308                 breaks up the rule's action). to make this
11309                 run happily we provide an unescaped copy of
11310                 crucial strings to the MatcherProp and 
11311                 FilteringAction structures. note that the only
11312                 exception to this is any REGEXP string. those
11313                 are directly passed to regcomp() and regexp()
11314                 (who have much more powerful unescape functions).
11315                 
11316                 for everyone else:
11317         
11318                 you can escape tab (\t), carriage return (\r),
11319                 linefeed (\n), form feed (\f), quote (\"), 
11320                 single quote (\'), bell (\b) in all the entry
11321                 lines in the scoring & filtering dialogs.
11322                 as an added bonus this should not affect
11323                 existing filtering rules.
11324
11325 2001-12-12 [carsten]    0.6.5claws80
11326
11327         * src/summaryview.c
11328         * po/de.po
11329                 "item(s) selected" is now sensitive to 1 or more
11330                 than one selected (nice for language where simple
11331                 adding of a "s" is not possible as German (Eintrag
11332                 ->Eintr"age)
11333                 
11334                 the "forward as attachment" entry from the right
11335                 click menu removed, "forward" acts following the
11336                 prefs
11337         
11338         * src/textview.c
11339                 reverted my former changes; so compiler warning again
11340                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11341                 nevertheless
11342
11343         * src/messageview.c
11344                 "search in message" does now *not* only work in MVIEW_TEXT
11345                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11346                 message
11347
11348         * src/mainwindow.c
11349                 removed "/File/_Close" as it was the same as "/File/E_xit"
11350                 and we don't need it two times
11351
11352                 the separate folder view and message view now get a distinct
11353                 WMCLASS, just in case someone is using sawfish ;-)
11354
11355                 as the menu entries "/View/Message view" and "/View/Folder tree"
11356                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11357                 make them sensitive accordingly and as these two are "shown"
11358                 after startup anytime check this menuitem at startup
11359
11360 2001-12-12 [paul]       0.6.5claws79
11361
11362         * src/folderview.c
11363                 fix sensitivity of 'Search folder...', broken in
11364                 0.6.5claws75
11365
11366         * src/mainwindow.c
11367                 fix dodgy English
11368
11369 2001-12-11 [carsten]    0.6.5claws78
11370         * src/filtering.c
11371                 fixed two typos returning a wrong FALSE/TRUE
11372         * src/mainwindow.[ch]
11373                 extra menu for email/news button removed
11374
11375 2001-12-11 [alfons]     0.6.5claws77
11376         
11377         * src/matcher.c                 (1.3)
11378         * src/matcher_parser_lex.l      (1.28)
11379                 revert for another attempt
11380                 mark 0.6.5claws77 as LAST_STABLE
11381
11382 2001-12-11 [christoph]  0.6.5claws76
11383
11384         * po/de.po
11385                 fixed wrong translation for prev. unread msg
11386
11387 2001-12-11 [paul]       0.6.5claws75
11388
11389         * src/folder.[ch]
11390         * src/folderview.c
11391         * src/mainwindow.c
11392         * src/summaryview.[ch]
11393         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11394                 enable ability to hide read messages on per folder basis via 
11395                 '/Summary/Hide read messages'; when selected, a folder will 
11396                 have a red open folder icon, instead of a blue icon, if the 
11397                 folder contains hidden messges
11398                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11399
11400         * src/mainwindow.c
11401                 remove '/Message/Forward as attachment' from 
11402                 main_window_set_menu_sensitive() to prevent debug warning
11403
11404         * src/folderview.c
11405         * src/mainwindow.c
11406                 Clean up some of the English
11407
11408         * tools/newscache_clean.pl
11409                 allow for new 'hidereadmsgs' entry in folderlist.xml
11410
11411         * po/es.po
11412                 updated translation, submitted by Ricardo Mones Lastra
11413
11414 2001-12-11 [paul]       0.6.5claws74
11415
11416         * sync with sylpheed 0.6.5cvs25
11417                 see ChangeLog entry 2001-12-11
11418
11419 2001-12-10 [alfons]     0.6.5claws73
11420
11421         * src/matcher.c
11422                 add more control characters
11423         * src/matcher_parser_lex.l
11424                 make escaping / unescaping work again
11425
11426 2001-12-10 [alfons]     0.6.5claws72
11427
11428         * src/imap.c
11429                 clean up warnings "returning value for void function" 
11430         * src/prefs_filtering.c
11431                 make info button for execute action sensitive
11432
11433 2001-12-10 [paul]       0.6.5claws71
11434
11435         * src/compose.c
11436         * src/imap.[ch]
11437         * src/summaryview.c
11438                 fix: imap server now gets informed of MARKED, UNMARKED
11439                 and REPLY events. Now people can use different IMAP-Mail
11440                 clients and have the exact same information about MARKED,
11441                 UNMARKED and REPLY status with all of them. Especially
11442                 useful for imap servers with a web-frontend.
11443                 submitted by Tobias Sandhaas <medlor@web.de>
11444
11445 2001-12-09 [melvin]     0.6.5claws70
11446         
11447         * src/textview.[ch]
11448                 fixed bug #490076 (hunted down by Alfons who implemented
11449                 a workaround in 0.6.5claws65)
11450
11451 2001-12-09 [christoph]  0.6.5claws69
11452
11453         * src/summaryview.c
11454                 set pointer to string in LOCKED column to NULL
11455                 (might fix bug #490800)
11456
11457 2001-12-09 [carsten]    0.6.5claws68
11458
11459         * po/de.po
11460                 resolved some cluttered menu shortcuts 
11461                 ('creating new email' and 'creating news message'
11462                 hade the same)
11463         * src/compose.c
11464                 wmclass now distinc from main window
11465         * src/mainwindow.c
11466           src/mainwindow.h
11467                 email/news and forward button functionality similar
11468                 to the reply buttons; removed the ugly dropdown arrows
11469                 and use instead the right mouse button
11470
11471 2001-12-09 [paul]       0.6.5claws67
11472
11473         * src/imap.c
11474         * src/utils.h
11475                 allow spaces in imap folder names
11476                 submitted by Willem van Engen <wvengen@stack.nl>
11477
11478 2001-12-09 [paul]       0.6.5claws66
11479
11480         * sync with sylpheed 0.6.5cvs24
11481                 see ChangeLog entry 2001-12-09
11482
11483 2001-12-08 [alfons]     0.6.5claws65
11484
11485         * src/textview.c
11486                 prevent secondary selection claim after "add to sender" dialog
11487                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11488                 we trick GTK by simulating a click at (0, 0) in the textview.
11489
11490 2001-12-08 [hoa]        0.6.5claws64
11491
11492         * src/folder.c
11493                 fixed a bug about the .processing folder name while filtering
11494
11495 2001-12-08 [alfons]     0.6.5claws63
11496
11497         * src/folderview.c 
11498                 work around problem of not correctly updating folder stats
11499                 when deleting messages. there's some folder scanning evil
11500                 going so the folderview_update_msg_num() does not work
11501                 correctly. need to investigate this.
11502
11503 2001-12-08 [paul]       0.6.5claws62
11504
11505         * sync with sylpheed 0.6.5cvs23
11506                 see ChangeLog entry 2001-12-08
11507
11508 2001-12-07 [christoph]  0.6.5claws61
11509
11510         * src/compose.c
11511                 fix another header translation problem
11512
11513 2001-12-07 [alfons]     0.6.5claws60
11514
11515         * src/mbox.c
11516                 make filtering also work on local spool mbox
11517
11518 2001-12-07 [carsten]    0.6.5claws59
11519         * src/addressbook.c
11520                 addressbook window gets a wmclass distinct from the main
11521                 sylpheed window
11522         * src/compose.h
11523         * src/mainwindow.[ch]
11524                   forward menu item will use mode selected in prefs, forward 
11525                 as attatchment in menu removed (will be substituted in the
11526                 toolbar similar to reply buttons)
11527                   create news message menu entry and news button is now 
11528                 sensitive to the existance of a news account
11529         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11530         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11531         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11532                 these are removed because the toolbar buttons don't show
11533                 the quoting modus any longer
11534
11535 2001-12-07 [paul]
11536
11537         * tools/newscache_clean.pl      ** NEW FILE **
11538                 perl script to do some tidying up in the newscache directory 
11539                 
11540         * tools/sylpheed-switcher       ** NEW FILE **
11541                 perl script to enable easy switching between main and claws
11542                 
11543         * tools/README
11544                 added descriptions of the two new perl scripts          
11545
11546
11547 2001-12-07 [melvin]     0.6.5claws58
11548
11549         * src/messageview.c
11550                 fixed a warning during compilation introduced in 0.6.5claws56
11551
11552 2001-12-07 [paul]       0.6.5claws57
11553
11554         * src/mainwindow.[ch]
11555         * src/menu.[ch]
11556                 further usability enhancements to replying with or without 
11557                 quoting via the toolbar, use of Ctrl key is replaced by 
11558                 drop down menu 
11559                 Submitted by Carsten Schurig            
11560
11561 2001-12-07 [melvin]     0.6.5claws56
11562
11563         * src/messageview.c
11564                 hack to fix bug that prevented to make/paste selections
11565                 after switching between MVIEW_TEXT and MVIEW_MIME views
11566                 without deselecting the selection first.
11567
11568 2001-12-06 [alfons]     0.6.5claws55
11569
11570         * src/filtering.[ch]
11571         * src/inc.c
11572                 revise filtering a little bit more, and make sure
11573                 messages are delivered to the appropriate inbox
11574                 (perhaps set per account)
11575
11576 2001-12-06 [paul]       0.6.5claws54
11577
11578         * sync with sylpheed 0.6.5cvs22
11579                 see ChangeLog entry 2001-12-06
11580
11581 2001-12-05 [alfons]     0.6.5claws53
11582
11583         * src/inc.c
11584         * src/folder.[ch]
11585         * src/procmsg.c
11586         * src/filtering.c
11587                 more revisions of filtering system
11588                 (last stable version is marked as LAST_STABLE)
11589                 
11590                 | NOTE 1): the filtering system now uses a local folder called
11591                 | .processing. if filtering fails, check this directory
11592                 | for missing messages.
11593                 |
11594                 | NOTE 2): help us find the filtering actions still missing
11595
11596 2001-12-05 [paul]       0.6.5claws52
11597
11598         * src/mainwindow.c
11599                 fix bug where 'Empty Trash?' pop-up window appears even
11600                 when Trash is empty, submitted by Jesse Skinner         
11601
11602 2001-12-05 [melvin]     0.6.5claws51
11603
11604         * src/compose.c
11605                 fixed bug #486106 to select correct account when reediting 
11606                 a queued message
11607         
11608 2001-12-04 [alfons]     0.6.5claws50
11609
11610         * src/mh.c
11611                 declare markfile in appropriate functions when
11612                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11613                 for spotting this)
11614
11615 2001-12-04 [paul]       0.6.5claws49
11616
11617         * sync with sylpheed 0.6.5cvs21
11618                 see ChangeLog entry 2001-12-04
11619
11620 2001-12-03 [christoph]  0.6.5claws48
11621
11622         * po/de.po
11623                 changed translation of undo
11624         * src/account.c
11625         * src/folder.c
11626                 don't reinvent the wheel to traverse a GNode
11627         * src/compose.[ch]
11628                 seperate code to create the compose gui into functions
11629                 add "Others" page with folder selection for saving copy
11630                 of the message.
11631                 the folder identifier is saved to queue header
11632         * src/procmsg.c
11633                 save message to folder in queue header
11634
11635 2001-12-03 [paul]       0.6.5claws47
11636
11637         * sync with sylpheed 0.6.5cvs20
11638                 see ChangeLog entry 2001-12-03
11639
11640 2001-12-01 [paul]
11641
11642         * more sync with sylpheed 0.6.5cvs19
11643                 see ChangeLog entry 2001-11-29
11644
11645 2001-11-30 [paul]       0.6.5claws46
11646         
11647         * src/compose.c
11648                 remove conflicts introduced by Hoa's last commit
11649          
11650         * src/mainwindow.c
11651                 make 'Message/Bounce' sensitive
11652
11653 2001-11-30 [hoa]        0.6.5claws45
11654
11655         * src/compose.c
11656                 slightly change bounce function to add
11657                 information about the user that bounced the mail
11658                 in the From header line.
11659
11660         * src/folderview.c
11661                 permit the use of processing in outbox folder.
11662
11663 2001-11-29 [paul]       0.6.5claws44
11664
11665         * src/mainwindow.[ch]
11666         * src/prefs_common.c
11667         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11668         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11669         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11670                 usability enhancements to the quoting, implements
11671                 use of Ctrl key to toggle quoting settings
11672                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11673
11674 2001-11-29 [paul]       0.6.5claws43
11675         
11676         * sync with sylpheed 0.6.5cvs19
11677                 see ChangeLog entry 2001-11-28
11678
11679 2001-11-29 [melvin]     0.6.5claws42
11680         * src/Makefile.am
11681                 added enriched.[ch] to the list of files
11682
11683         * src/textview.c
11684         * src/mimeview.c
11685         * src/procmime.[ch]
11686         * src/enriched.[ch]
11687                 added support to view text/enriched
11688                 added support to show headers in message view for text/enriched and text/html
11689                         in non multipart messages
11690
11691 2001-11-28 [paul]       0.6.5claws41
11692
11693         * more sync with sylpheed 0.6.5cvs18
11694                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11695
11696 2001-11-27 [paul]       0.6.5claws40
11697         
11698         * po/pt_BR.po
11699                 updated translation, submitted by Fabio Junior Beneditto
11700                 
11701         * sync with sylpheed 0.6.5cvs18
11702                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11703                 2001-11-27
11704
11705
11706 2001-11-26 [paul]
11707
11708         * po/es.po
11709                 updated translation, submitted by Ricardo Mones Lastra
11710
11711 2001-11-26 [alfons]
11712
11713         * src/matcher.c
11714                 add more translatable strings
11715
11716 2001-11-26 [christoph]  0.6.5claws39
11717
11718         * po/de.po      
11719                 fixed one more umlaut
11720         * src/compose.c
11721                 fix translated header when it should not be translated
11722
11723 2001-11-26 [paul]       0.6.5claws38
11724
11725         * src/mainwindow.c
11726                 remove '/Message/Add Sender to address book' from 
11727                 main_window_set_menu_sensitive(), prevent debug warning
11728                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11729
11730 2001-11-26 [paul]       0.6.5claws37
11731
11732         * src/summaryview.c
11733                 fix 'recurring unread state' bug 
11734
11735         * tools/README 
11736         * tools/filter_conv.pl
11737                 read name of top level mailbox from folderlist.xml
11738                 and presume nothing about its name              
11739
11740 2001-11-26 [darko]      0.6.5claws36
11741
11742         * src/gtkstext.[ch]
11743                 removed functions that are now in gtkutils.c
11744                 use gtkut_text_is_uri_string() from gtkutils.c
11745         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11746
11747 2001-11-26 [paul]       0.6.5claws35
11748
11749         * sync with sylpheed 0.6.5cvs16
11750                 see ChangeLog entries 2001-11-25 and 2001-11-26
11751
11752 2001-11-25 [alfons]     0.6.5claws34
11753
11754         EXPERIMENTAL!!! Please checkout the last stable version using: 
11755           
11756         % cvs update -r LAST_STABLE -dRAP
11757
11758         (Or help us testing this stuff.)
11759
11760         * src/filtering.c               (1.14)
11761         * src/filtering.h               (1.6)
11762         * src/inc.c                     (1.28)
11763         * src/matcher.c                 (1.20)
11764         * src/mbox.c                    (1.9)
11765         * src/procmsg.h                 (1.14)
11766         * src/summaryview.c             (1.59)
11767         * src/summaryview.h             (dunno)
11768                 revert/merge/sync to as it was before commit 
11769                 on Thu, 19 Jul 2001 10:15:51 -0700.
11770
11771 2001-11-25 [hoa]        0.6.5claws33
11772
11773         * src/main.c
11774                 processing mails at startup
11775
11776         * src/folderview.c
11777         * src/summaryview.[ch]
11778                 processing mails when entering folder
11779
11780         * src/prefs_filtering.c
11781                 fixed some UI bugs
11782
11783 2001-11-24 [alfons]     0.6.5claws32
11784
11785         * src/summaryview.[ch]
11786                 make summary sort headers work, and also make
11787                 sure the sort type is stored
11788
11789 2001-11-23 [alfons]     0.6.5claws31
11790
11791         * src/summaryview.[ch]
11792                 make lock work like mark
11793                 disallow deleting messages marked as locked
11794
11795 2001-11-23 [alfons]     0.6.5claws30
11796
11797         * src/gtkstext.c
11798         * src/compose.[ch]
11799         * src/Makefile.am
11800         * src/undo.[ch]
11801                 merge undo patch submitted by Jens
11802
11803 2001-11-23 [christoph]  0.6.5claws29
11804
11805         * src/.cvsignore
11806                 added ylwrap
11807         * src/compose.c
11808                 fixed gpg signing and encoding
11809         * src/folder.[ch]
11810         * src/main.c
11811                 added --status option to get new, unread and total
11812                 message count from a running sylpheed
11813         * src/prefs_common.c
11814                 temporary fix for reply_with_quote problem
11815                 (don't call functions for non existing widget)
11816         * src/procmsg.c
11817                 one more check for ignored threads but still not
11818                 always working correctly. probably a recursive
11819                 check for all parents is needed
11820
11821 2001-11-23 [darko]      0.6.5claws28
11822
11823         * src/compose.c
11824                 wrapping on send improvements
11825         * src/gtkutils.[ch]
11826                 fix for GtkSText after last sync with main branch
11827                 GTK_TEXT -> GTK_STEXT
11828
11829 2001-11-23 [paul]       0.6.5claws27
11830
11831         * sync with sylpheed 0.6.5cvs14
11832                 see ChangeLog entries 2001-11-22 and 2001-11-23
11833                 
11834         * po/de.po
11835                 fixed the scrambled umlauts 
11836                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11837
11838 2001-11-21 [paul]       0.6.5claws26
11839
11840         * sync with sylpheed 0.6.5cvs12
11841                 see 2nd ChangeLog entry dated 2001-11-20
11842
11843 2001-11-20 [paul]       0.6.5claws25
11844
11845         * sync with sylpheed 0.6.5cvs11
11846                 see ChangeLog entry 2001-11-19 (src/utils.c)
11847
11848 2001-11-20 [hiro]
11849
11850         * src/compose.c
11851                 GTK_TEXT -> GTK_STEXT
11852                 fix for wrong comment
11853
11854 2001-11-20 [hiro]       0.6.5claws24
11855
11856         * src/compose.[ch]
11857                 more merges from main branch
11858                 removed fatal warnings (uninitialized variables etc.)
11859                 some coding style fix
11860         * src/gtkutils.h
11861                 fixed typo.
11862         * src/addressbook.c
11863           src/addrindex.c
11864                 V-Card -> vCard
11865
11866 2001-11-19 [hoa]        0.6.5claws23
11867
11868         * src/filtering.c
11869         * src/prefs_scoring.c
11870         * src/matcher.[ch]
11871         * src/scoring.c
11872                 cleaning code
11873
11874         * src/matcher_parser_parse.y
11875         * src/prefs_filtering.c
11876                 bouncing
11877
11878 2001-11-19 [alfons]     0.6.5claws22
11879
11880         more of my old things into claws
11881
11882         * src/Makefile.am
11883         * src/prefs_common.c
11884         * src/procmsg.h
11885         * src/summaryview.[ch]
11886         * src/prefs_summary_column.c
11887         * src/pixmaps/locked.xpm
11888                 add indicators for locking of message in summary view
11889                 (does not work yet, only visual indicator)
11890
11891 2001-11-19 [paul]       0.6.5claws21
11892
11893         * sync with sylpheed 0.6.5cvs10
11894                 see ChangeLog entry 2001-11-19
11895
11896 2001-11-18 [alfons]     0.6.5claws20
11897         
11898         * src/filtering.c
11899                 remove an inadvertent free I forgot in previous clean up 
11900
11901 2001-11-18 [alfons]     0.6.5claws19
11902
11903         * src/filtering.[ch]
11904                 clean up & plug leaks
11905
11906 2001-11-18 [paul]       0.6.5claws18
11907
11908         * sync with sylpheed 0.6.5cvs9
11909                 see ChangeLog entries 2001-11-17 and 2001-11-18
11910
11911 2001-11-16 [paul]       0.6.5claws17
11912
11913         * sync with sylpheed 0.6.5cvs8
11914                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11915
11916 2001-11-16 [paul]       0.6.5claws16
11917
11918         * sync with sylpheed 0.6.5cvs7
11919                 see ChangeLog entries 2001-11-15 and 2001-11-16
11920
11921 2001-11-15 [hoa]        0.6.5claws15
11922
11923         * src/compose.c
11924                 fix bounce, mails we received couln't be bounced to ourself.
11925
11926         * src/defs.h
11927         * src/filtering.[ch]
11928         * src/matcher.[ch]
11929         * src/matcher_parser.h
11930         * src/matcher_parser_lex.l
11931         * src/matcher_parser_parse.y
11932         * src/inc.c
11933         * src/main.c
11934         * src/mbox.c
11935         * src/prefs_filtering.[ch]
11936         * src/mainwindow.c
11937         * src/prefs_matcher.c
11938         * src/prefs_scoring.c
11939         * src/scoring.[ch]
11940         * src/summaryview.c
11941                 new matcher/filter/score configuration file parser
11942                 one unique configuration file => ~/.sylpheed/matcherrc
11943                 import in currently automatic, then save are made
11944                 in this new file.
11945                 one filter per folder and one global filter
11946                 (filter of a folder will be used as folder processing)
11947
11948         * src/folder.c
11949                 fix a bug in folder_item_get_identifier
11950                 
11951         * src/messageview.c
11952                 receive receipt return are fixed.
11953
11954 2001-11-14 [alfons]     0.6.5claws14
11955
11956         * src/session.h
11957                 add things from main branch to make claws compile
11958
11959 2001-11-14 [paul]       0.6.5claws13
11960
11961         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11962                 see ChangeLog entries 2001-11-08 to 2001-11-14
11963
11964 2001-11-14 [hoa] 0.6.5claws12
11965
11966         * src/compose.[ch]
11967         * src/mainwindow.c
11968         * src/summaryview.c
11969                 add "bounce mail" option
11970
11971 2001-11-13 [christoph]  0.6.5claws11
11972
11973         * src/compose.c
11974                 Cleanup a mess i add before commiting
11975
11976 2001-11-13 [hoa]        0.6.5claws10
11977
11978         * src/compose.c
11979                 some fixes when mail are sent or
11980                 for crossposts
11981
11982 2001-11-13 [christoph]  0.6.5claws9
11983
11984         * po/de.po
11985                 Changed two string with the same translation
11986         * src/compose.c
11987         * src/procmsg.[ch]
11988         * src/send.[ch]
11989                 New mailsending process:
11990                   - Always queue message before sending
11991                     (message will be saved if sylpheed crashed or
11992                      freezes while sending)
11993                   - Allow queuing of newspostings
11994                   - No copy in outbox before sending
11995                     (closes bug #469501)
11996                   - No more redundant code for send and send_later
11997         * src/summaryview.c
11998                 Applied wwp <subscript@free.fr>'s patch that fixes
11999                 marks for multiple forwarded messages (+compose.c)
12000
12001 2001-11-12 [alfons]
12002
12003         * README.claws
12004                 remove things that are now in main branch
12005         
12006         * po/nl.po
12007                 update Dutch translation
12008
12009 2001-11-12 [mhadasht]   0.6.5.claws8
12010
12011         * src/prefs_common.c
12012                 re-enabled account autoselection feature for forward
12013                 and reedit lost during the branch point for SYNC-B4-REL
12014         * src/gtkspell.c
12015                 gtkpspell_get_dict(): more readable code (even if function is
12016                 not used yet)
12017         * ChangeLog.claws
12018                 added version number info to 2001-11-12 [hiro] comment.
12019
12020 2001-11-12 [hiro]       0.6.5.claws7
12021
12022         * src/compose.c
12023                 compose_forward(): fixed a bug that forward quote mark
12024                 wasn't used.
12025                 removed unnecessary code.
12026         * src/template_select.[ch]: removed.
12027
12028 2001-11-11 [alfons]
12029
12030         * src/compose.c
12031                 :%s/GTK_TEXT/GTK_STEXT/g
12032         
12033         * src/compose.[ch]
12034         * src/undo.[ch]
12035         * src/Makefile.am
12036                 revert the undo stuff (this is 0.6.6claws stuff)
12037
12038 2001-11-11 [hoa]        0.6.5.claws6
12039
12040         * src/compose.[ch]
12041                 Insert signature at the end of the text.
12042                 Added undo patch but currently disabled
12043
12044         * src/procmsg.c
12045                 Threading by subject improved.
12046
12047         * added src/undo.[ch]
12048                 Undo module for compose dialog box.
12049
12050 2001-11-11 [alfons]     0.6.5.claws5
12051
12052         * src/procmsg.c
12053                 prevent threading by subject on nodes that have already been
12054                 threaded by in-reply-to (as in "circular references in a tree
12055                 result in a dead branch")
12056
12057 2001-11-09 [hoa]        0.6.5.claws4
12058         
12059         * src/folderview.c
12060                 allows creation of mbox folder item from any files.
12061
12062 2001-11-09 [alfons]     0.6.5.claws3
12063         
12064         * src/utils.c
12065         * src/procmsg.c
12066                 do what I mean and correct threading by subject so it really
12067                 ignores attracting lines without "Re: "
12068
12069 2001-11-07 [alfons]     0.6.5.claws2
12070
12071         * src/procmsg.c
12072         * src/utils.[ch]
12073                 only attract by subject if a subject line starts with a "Re: "
12074         * src/syldap.c
12075                 remove warning
12076
12077 2001-11-07 [paul]       0.6.5claws1
12078
12079         * sync with sylpheed 0.6.5. release
12080                 see ChangeLog entry 2001-11-07
12081
12082 2001-11-07 [paul]       0.6.4claws31
12083
12084         * sync with sylpheed 0.6.4cvs18
12085                 see ChangeLog entries 2001-10-30 to 2001-11-07
12086                 prefs_templates.[ch] renamed prefs_template.[ch]
12087
12088 2001-11-06 [alfons]
12089         
12090         * src/utils.h
12091                 add semicolon Hoa forgot ;-)
12092                 
12093
12094 2001-11-06 [hoa]        0.6.4claws30
12095         
12096         * src/procmsg.c
12097         * src/summaryview.c
12098         * src/utils.c
12099         * src/utils.h
12100                 threading by subject - empty subject are ignored
12101
12102 2001-11-06 [christoph]  0.6.4claws29
12103
12104         * src/socket.c
12105                 use SSL_peek for sock_gets
12106         * src/utils.c
12107                 removed unneeded pointer in extracting quoted
12108                 names implementation
12109
12110 2001-11-06 [melvin]     0.6.4claws28
12111
12112         * src/gtkspell.c
12113                 fixed bug #476792 Selection overtyping with spell checker
12114                 fixed bug which could cause a buffer overflow
12115                 fixed a memory leak
12116
12117 2001-11-06 [hoa]        0.6.4claws27
12118         
12119         * src/procmsg.c
12120         * src/summaryview.c
12121                 threading by subject
12122
12123 2001-11-05 [alfons]     0.6.4claws26
12124         
12125         * README.claws
12126                 Claws -> Sylpheed (vice versa)
12127
12128         * src/compose.c
12129                 :%s/gtk_text/gtk_stext/g
12130                 :%s/GTK_TEXT/GTK_STEXT/g
12131                 (thanks to Jonathan Ware for spotting this)
12132
12133 2001-11-04 [christoph]  0.6.4claws25
12134
12135         * src/summaryview.c
12136                 replace Xalloca + strdup with Xstrdup_a
12137         * src/utils.c
12138                 better implementation of extracting quoted names
12139                 from addresses (remove backlashes and ignore
12140                 quotes after them)
12141
12142 2001-11-04 [alfons]     0.6.4claws24
12143
12144         * src/utils.[ch]
12145                 edit to comply more with coding style
12146
12147         * src/textview.c
12148                 fix bug reported by Kim Schulz. introduced by the patch integrated
12149                 in 0.6.4claws15. the code did not check the return value of
12150                 the html parser.
12151
12152         * AUTHORS
12153                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12154
12155 2001-11-04 [christoph]  0.6.4claws23
12156
12157         * src/main.c
12158         * src/prefs_common.[ch]
12159                 init some pointers that possibly caused a segfault
12160                 reported in the claws-users ML
12161
12162 2001-11-04 [hoa]        0.6.4claws22
12163
12164         * src/grouplistdialog.c
12165                 change the names of the nodes in the tree
12166
12167         * src/compose.c
12168                 enhanced mailto syntax as described in
12169                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12170                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12171
12172         * src/utils.c
12173                 encode and decode URI (useful when opening URL into
12174                 netscape).
12175
12176 2001-11-03 [hoa]        0.6.4claws21
12177
12178         * src/grouplistdialog.c
12179                 a new newsgroups list selection dialog box
12180                 with a CTree instead of a CList
12181
12182 2001-11-03 [hoa]        0.6.4claws20
12183
12184         * src/folderview.c
12185                 enable property and scoring options when right
12186                 click on "inbox"
12187
12188         * src/summaryview.c
12189                 fixed bug when nickname were displayed using
12190                 the address book.
12191
12192 2001-11-02 [darko]      0.6.4claws19
12193
12194         * src/compose.c
12195                 new wrap quotation and URL/long words wrapping implementation
12196         * src/compose.c src/gtkstext.[ch]
12197                 move gtkstext_strncmp() to gtkstext.c
12198
12199 2001-11-01 [christoph]  0.6.4claws18
12200
12201         * src/prefs_account.c
12202                 fixed mess in account settings dialog
12203         * src/prefs_folder_item.c
12204                 added label with folder path to dialog
12205
12206 2001-10-31 [match]      0.6.4claws17
12207
12208         * src/vcard.c
12209                 fix memory leak.
12210         * src/addrbook.c
12211                 fix generation of spurious address book file names.
12212                 remove redundant functions.
12213         * po/POTFILES.in
12214                 added missing file names.
12215
12216 2001-10-30 [paul]       0.6.4claws16
12217
12218         * sync with sylpheed 0.6.4cvs6
12219                 see ChangeLog entries 2001-10-26 to 2001-10-30
12220
12221         * tools/filter_conv.pl
12222                 read folderlist.xml to discover whether the top-level
12223                 folder is called 'Mailbox' or 'Mail' 
12224
12225 2001-10-29 [paul]       0.6.4claws15
12226
12227         * src/html.c, src/textview.c
12228                 activate links in html mail and fix clickable parts
12229                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12230
12231 2001-10-29 [paul]
12232
12233         * po/de.po, po/es.po, po/pt_BR/po
12234                 updated translations, submitted by Jens Oberender,
12235                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12236
12237 2001-10-29 [darko]      0.6.4claws14
12238
12239         * src/compose.c
12240                 fix wrapping for good
12241
12242 2001-10-29 [darko]
12243
12244         * src/compose.c
12245                 undo previous change as it broke the smart wrapping
12246
12247 2001-10-29 [darko]      0.6.4claws13
12248
12249         * src/compose.c
12250                 fix infinite loop when long URL is quoted
12251                 (closes bug #475122.
12252
12253 2001-10-28 [match]
12254
12255         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12256                 import Mutt address book
12257         * src/ldif.[ch] src/importldif.h
12258                 modified import LDIF handle user attributes
12259
12260 2001-10-28 [christoph]  0.6.4claws12
12261
12262         * src/summaryview.c
12263                 fixed that filtering did not work if there
12264                 were no filter rules
12265                 (closes bug #472003 and better implementation
12266                  of patch #474644)
12267
12268 2001-10-27 [christoph]  0.6.4claws11
12269
12270         * src/compose.c
12271                 make the folder's default account to be used when
12272                 replying. (patch by wwp <subscript@free.fr>)
12273         * src/compose.c
12274                 code cleanup, nearly killed all of wwp's patch
12275                 for folder's default account in compose
12276         * src/folderview.c
12277                 error panel when a folder could not be created
12278                 (closes bug #471080 new folder name & already
12279                  existing file)
12280
12281 2001-10-26 [alfons]
12282
12283         * src/utils.h
12284                 change prototype of strstr2() that Christoph forgot about
12285
12286 2001-10-26 [christoph]  0.6.4claws10
12287
12288         * src/account.c
12289                 made search for accounts by email address not case
12290                 sensitive
12291         * src/folder.c
12292                 fixed memory leak in folder_item_get_identifier
12293         * src/gtkspell.c
12294         * src/utils.c
12295                 fixed wrong strstr2 (should work like strstr)
12296
12297 2001-10-26 [darko]      0.6.4claws9
12298
12299         * src/compose.c src/gtkstext.[ch]
12300         * src/gtkstext.c
12301                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12302
12303 2001-10-26 [paul]       0.6.4claws8
12304
12305         * src/html.c
12306                 ignore css and javascript tags in html mail
12307                 case-insensitive, with or without double-quoted
12308                 strings
12309
12310 2001-10-26 [paul]       0.6.4claws7
12311
12312         * sync with sylpheed 0.6.4cvs1
12313                 see ChangeLog entry 2001-10-26
12314
12315         * src/prefs_account.c, src/prefs_common.c,
12316           src/prefs_summary_column.c
12317                 minor improvements to the English
12318
12319 2001-10-25 [alfons]     0.6.4claws6
12320
12321         * src/gtkstext.c
12322         
12323                 make GtkSText follow style of GtkText (closes bug 
12324                 #469211 "text selection while writing message")
12325                 
12326                 do sync with GTK 1.2.10
12327
12328 2001-10-25 [paul]       0.6.4claws5
12329
12330         * src/html.c
12331                 ignore css tags in html mail
12332
12333 2001-10-25 [darko]      0.6.4claws4
12334
12335         * src/compose.c
12336                 don't declare is_url_string as static function since
12337                 we need it in gtkstext.c
12338         * src/gtkstext.c
12339                 remove unused variable
12340                 don't wrap long URLs while composing a message
12341
12342 2001-10-24 [christoph]  0.6.4claws3
12343
12344         * src/socket.c
12345                 fix ssl deadlock, when peer closes connection
12346
12347 2001-10-24 [paul]       0.6.4claws2
12348
12349         * src/prefs_common.c
12350                 gettextize the gpg ascii-armored warning message
12351
12352         * src/compose.c
12353                 insert a DOS/MAC file into the composed message
12354                 (improvements)
12355
12356         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12357
12358 2001-10-22 [paul]       0.6.4claws1
12359
12360         * sync with sylpheed 0.6.4 release
12361                 see ChangeLog entries 2001-10-21
12362
12363         * po/fr.po, po/pt_BR.po
12364                 updated by Melvin Hadasht and Fabio Junior Beneditto
12365
12366 2001-10-21 [paul]       0.6.3claws30
12367
12368         * src/compose.c
12369                 insert a DOS text file from the compose window
12370                 into the composed message text (removes CRs characters)
12371                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12372
12373         * tools/filter_conv.pl, tools/README
12374                 automatically use ~/.sylpheed as working directory
12375                 print out confirmation message on completion
12376
12377         * correct Hoa's last ChangeLog.claws entry
12378
12379 2001-10-20 [hoa]        0.6.3claws29
12380
12381         * src/grouplistdialog.c
12382                 bugfix (another ?) to give the right
12383                 newsgroups list for each news server.
12384
12385         * src/news.c
12386         * src/news.h
12387                 improve the newsgroups list cache
12388
12389 2001-10-20 [paul]       0.6.3claws28
12390
12391         * sync with sylpheed 0.6.3cvs9
12392                 see ChangeLog entry 2001-10-19
12393
12394         * correct Alfons' last ChangeLog.claws entry
12395
12396 2001-10-19 [alfons]
12397
12398         * src/pgptext.[ch]
12399                 fix compilation problems (part of bug #472895)
12400
12401 2001-10-18 [hoa]        0.6.3claws27
12402
12403         * src/grouplistdialog.c
12404                 bugfix when we refresh was clicked (bug 472701)
12405
12406 2001-10-19 [christoph]  0.6.3claws26
12407
12408         * src/compose.c
12409                 last header entry should default to "To:" or
12410                 "Newsgroups:" and not copy the last entry line
12411                 in a new compose window
12412                 (closes bug #472686, #470792)
12413
12414 2001-10-19 [paul]       0.6.3claws25
12415
12416         * sync with Sylpheed 0.6.3cvs8
12417                 see ChangeLog entries 2001-10-18 and 2001-10-19
12418
12419 2001-10-18 [christoph]  0.6.3claws24
12420
12421         * src/procmsg.c
12422                 reimplement ignore thread
12423         
12424 2001-10-18 [hoa]        0.6.3claws23
12425
12426         * src/folderview.c
12427         * src/grouplistdialog.[ch]
12428                 enhanced news subscription interface (feature 469113)
12429
12430         * src/news.c
12431         * src/news.h
12432                 enchanced newsgroup listing,
12433                 now, we can get groups informations
12434                 (NNTPGroupInfo)
12435
12436 2001-10-18 [paul]       0.6.3claws22
12437
12438         * src/summaryview.c
12439                 remove comment (sync with main branch)
12440         * src/mainwindow.c
12441                 fix 'Re-edit' bug in 'Message' menu
12442
12443 2001-10-17 [christoph]  0.6.3claws21
12444
12445         * src/compose.c
12446                 ignore empty or whitespace only header lines
12447
12448 2001-10-17 [paul]       0.6.3claws20
12449
12450         * sync with sylpheed 0.6.3cvs7
12451                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12452                 2001-10-17
12453
12454 2001-10-17 [darko]
12455
12456         * src/compose.c
12457                 wrap long lines without spaces
12458                 don't wrap URLs
12459
12460 2001-10-16 [paul]
12461
12462         * po/es.po, po/nl.po, po/pt_BR.po
12463                 updated by Ricardo Mones Lastra, Alfons,
12464                 and Fabio Junior Beneditto
12465
12466         * sylpheed-0.6.3claws released
12467
12468 2001-10-15 [melvin] 0.6.3claws18
12469
12470         * README.claws
12471                 added summary and detailed installation instructions
12472                 for spell checker
12473         * po/fr.po
12474                 Updated, corrected and completed french translation
12475
12476 2001-10-15 [hoa] 0.6.3claws17
12477         * src/grouplistdialog.c
12478                 we can choose the newsgroups to display with wildcards
12479
12480 2001-10-15 [christoph]  0.6.3claws16
12481
12482         * src/account.c
12483         * src/compose.c
12484         * src/prefs_folder_item.[ch]
12485                 applied wwp <subscript@free.fr>'s folder
12486                 default account patch
12487         * po/de.po
12488                 Fixed wrong translation
12489
12490 2001-10-13 [alfons, christoph, melvin]  
12491                         0.6.3claws15
12492
12493         solution #2 to solve MT-safety problems defers all GUI related calls
12494         to the main thread using a gtk_idle_add() callback. discussed on
12495         ircnet #sylpheed, with christoph spotting some issues with the
12496         original code, and melvin allowing us to lobotomize his sylpheed.
12497
12498         * src/syldap.[ch], src/main.c
12499                 fix race problem in ldap search thread by deferring GUI 
12500                 stuff to main thread using gtk_idle_add()
12501
12502 2001-10-13 [paul]       0.6.3claws14
12503
12504         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12505                 add Sergey's smtpcred.patch
12506                 adds separate username/password setting for SMTP Auth
12507                 needed by some servers
12508                 (closes feature request #471659)
12509
12510 2001-10-13 [paul]       0.6.3claws13
12511
12512         * src/pgptext.[ch] **NEW FILES**
12513         * src/Makefile.am, src/messageview.c, src/mimeview.c
12514                 decrypt ascii-armored gpg text embedded in
12515                 the message body.
12516                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12517
12518 2001-10-13 [christoph]  0.6.3claws12
12519
12520         * README.claws
12521                 some more details on default to and
12522                 feature requests
12523         * src/main.c
12524                 init glib threading when ldap is used
12525         * src/syldap.c
12526                 threading fixes
12527         * po/de.po
12528                 fixed a typo
12529
12530 2001-10-12 [paul]       0.6.3claws11
12531
12532         * src/prefs_common.[ch], src/rfc2015.c
12533                 enable ascii-armored gpg text to be embedded in the
12534                 message body, selectable through the 'Privacy'
12535                 preferences. Supports encrypting only.
12536                 Submitted by Ravemax <ravemax@dextrose.com>
12537
12538 2001-10-12 [paul]       0.6.3claws10
12539
12540         * sync with sylpheed 0.6.3cvs6
12541                 see ChangeLog entries 2001-10-11 and 2001-11-12
12542
12543         * src/folderview.c
12544                 incorporated mbox folders, scoring, and folder
12545                 properties into the sync
12546
12547 2001-10-12 [darko]      0.6.3claws9
12548
12549         * README.claws
12550                 describe quotation wrapping
12551         * src/compose.c
12552                 don't treat tab as space to calculate line length properly
12553
12554 2001-10-11 [alfons]
12555
12556         * README.claws
12557                 correct description of how to make new filtering system work,
12558                 add some other things
12559                 
12560         * src/syldap.c
12561                 remove sched_yield() (not necessary / unportable)
12562
12563 2001-10-11 [paul]       0.6.3claws8
12564
12565         * sync with sylpheed 0.6.3cvs3
12566                 see ChangeLog entry 2001-10-10
12567
12568 2001-10-10 [christoph]  0.6.3claws7
12569
12570         * .cvsignore
12571                 ignore 2 files created by newer autotools
12572         * src/prefs_folder_item.c
12573                 using table for widget alignment
12574                 fixed memory leak and broken octal display
12575         * src/filesel.c
12576                 fixed segfault caused by lost filename
12577                 workaround (closes bug #469551)
12578
12579 2001-10-10 [paul]       0.6.3claws6
12580
12581         * sync with sylpheed 0.6.3cvs2
12582                 see ChangeLog entries 2001-10-09 and 2001-10-10
12583
12584 2001-10-10 [darko]      0.6.3.claws5
12585
12586         * src/gtkstext.c
12587                 proper calculation of right margin if smart wrapping is enabled
12588         * src/compose.c
12589                 automatically wrap long lines if wrap quotation is enabled
12590
12591 2001-10-09 [alfons]     0.6.3.claws4
12592
12593         * src/summaryview.c
12594                 select correct row when deleting last row in the summary view (and
12595                 close bug "[ #469104 ] select second last in list when deleting")
12596
12597 2001-10-09 [paul]       0.6.3claws3
12598
12599         * sync with sylpheed 0.6.3cvs1
12600                 updated some autotool scripts
12601
12602 2001-10-09 [darko]      0.6.3claws2
12603
12604         * src/gtkstext.[ch]
12605                 new name and mark with Sylpheed comment
12606         * src/compose.c
12607                 smart quotation wrapping a-la VIM
12608
12609 2001-10-08 [paul]       0.6.3claws1
12610
12611         * sync with sylpheed 0.6.3 release
12612                 see ChangeLog entry 2001-10-08
12613
12614 2001-10-08 [paul]       0.6.2claws24
12615
12616         * src/summaryview.c
12617                 more sync with sylpheed 0.6.2cvs12
12618                 Fixed the bug that didn't select the last row correctly
12619
12620
12621 2001-10-07 [paul]       0.6.2claws23
12622
12623         * sync with sylpheed 0.6.2cvs12
12624                 see ChangeLog entry 2001-10-07
12625
12626 2001-10-06 [match]
12627         * src/jpilot.[ch]
12628                 enable jpilot to read unsynch'ed addresses.
12629
12630         * src/editldap_basedn.c
12631                 fix segfault when opening dialog.
12632
12633 2001-10-06 [alfons]     0.6.2.claws22
12634
12635         * src/summaryview.c
12636                 fix bug with summary view selecting last *inserted*
12637                 node instead of last *visible* node. remember we
12638                 work with a tree
12639
12640 2001-10-06 [paul]       0.6.2claws21
12641
12642         * po/pt_BR.po
12643                 updated translation, contains some fixes and new
12644                 translations, submitted by Gustavo Noronha Silva
12645                 <kov@debian.org>
12646
12647         * src/prefs_common.c
12648                 change 'each' to 'every' - fix dubious English
12649
12650         * sync with sylpheed 0.6.2cvs11
12651
12652 2001-10-05 [alfons]     0.6.2claws20
12653
12654         * src/mainwindow.[ch], src/folderview.c
12655                 make composite tool button switch between "Compose News"
12656                 and "Compose Mail" depending on selected folder
12657                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12658
12659 2001-10-05 [paul]       0.6.2claws19
12660
12661         * src/mainwindow.c, src/summaryview.c
12662                 fix 'Message/Reply to all', broken in last commit
12663
12664         * src/compose.c
12665                 fix X_BEENTHERE seg fault, thanks to Alfons
12666
12667 2001-10-04 [paul]       0.6.2claws18
12668
12669         * src/compose.[ch], src/mainwindow.c
12670                 make "Message/Reply" reply to mailing lists; matches
12671                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12672                 based on portions of the patch submitted by
12673                 Junichi Uekawa <dancer@netfort.gr.jp>
12674
12675 2001-10-04 [darko]      0.6.2claws17
12676
12677         * src/compose.c
12678                 better smart wrapping
12679         * src/gtkstext.[hc]
12680                 a function to make text buffer contiguous
12681
12682 2001-10-03 [paul]       0.6.2claws16
12683
12684         * sync with sylpheed 0.6.2cvs10
12685
12686 2001-10-02 [alfons]
12687
12688         * configure.in
12689         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12690                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12691                 references to chinese translations (hope someone picks up
12692                 this)
12693
12694 2001-10-02 [christoph]  0.6.2claws15
12695
12696         * src/compose.c
12697                 fixed non translated header bug
12698         * ChangeLog.claws
12699                 fixed wrong date in alfons last entry ;)
12700
12701 2001-10-02 [alfons]     0.6.2claws14
12702
12703         * src/compose.c, src/prefs_common.[ch]
12704                 add block cursor option
12705
12706 2001-10-02 [paul]       0.6.2claws13
12707
12708         * sync with sylpheed 0.6.2cvs9
12709
12710 2001-09-30 [paul]       0.6.2claws12
12711
12712         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12713                 updated translations
12714
12715         * po/POTFILES.in
12716                 add 'src/importldif.c'
12717
12718         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12719                 added eudora-to-vCard conversion tool
12720                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12721
12722         * sync with sylpheed 0.6.2cvs8
12723
12724 2001-09-30 [paul]
12725
12726         * sylpheed-0.6.2claws released
12727
12728 2001-09-27 [melvin]     0.6.2claws11
12729
12730         * src/gtkspell.c
12731                 fixed crash when using default path (introduced 
12732                 in 0.6.2claws10)
12733                 fixed tiny bug for initial suggestion mode
12734
12735 2001-09-27 [melvin]     0.6.2claws10
12736         
12737         * src/gtkspell.c
12738                 fixed bug where gtkpspell didn't set the path correctly
12739
12740         * README.claws
12741                 added a paragraph about spell checking
12742                 
12743
12744
12745 2001-09-27 [paul]       0.6.2claws9
12746
12747         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12748                 replace '// comments' with '/* comments */' to prevent
12749                 some compiler warnings 
12750
12751         * sync with sylpheed 0.6.2cvs6
12752
12753 2001-09-26 [alfons]     0.6.2claws8
12754
12755         * src/messageview.c
12756                 introduce return receipt request notification again,
12757                 which was lost because of other semantics in 
12758                 procheader_parse() (???)
12759
12760 2001-09-26 [christoph]  0.6.2claws7
12761
12762         * src/compose.c
12763                 replace comments for old code with #if 0
12764                 readded auto cc, bcc and reply-to
12765         * src/prefs_matcher.c
12766         * src/prefs_scoring.c
12767                 removed some definition (was moved to
12768                 prefs.h)
12769
12770 2001-09-26 [paul]       0.6.2claws6
12771
12772         * src/mainwindow.c
12773                 make 'Follow-up and reply to' sensitive
12774
12775         * more sync with sylpheed 0.6.2cvs5
12776
12777 2001-09-25 [melvin]
12778
12779         * 0.6.2claws5
12780
12781         * src/gtkspell.c
12782                 fixed bug for "US-ASCII" introduced by the encoding code
12783
12784 2001-09-25 [paul]
12785
12786         * 0.6.2claws4
12787
12788         * src/prefs_common.[ch], src/summaryview.c
12789                 'next unread msg' 'go to next folder?' dialog can be
12790                 given default behaviour, either always show dialog,
12791                 or assume 'yes', or assume 'no'
12792                 Submitted by wwp <subscript@free.fr>
12793
12794 2001-09-25 [melvin]
12795                 
12796         * src/compose.c src/gtkspell.[ch]
12797                 added support for different encodings
12798
12799 2001-09-25 [paul]
12800
12801         * more sync with sylpheed 0.6.2cvs5
12802
12803 2001-09-24 [alfons]
12804         
12805         * src/prefs_folder_item.c
12806                 add check for item->prefs->default_to string is NULL and
12807                 add another check when freeing this string
12808
12809 2001-09-24 [paul]
12810
12811         * configure.in
12812                 change to version 0.6.2claws3
12813
12814         * sync with sylpheed 0.6.2cvs5 
12815
12816 2001-09-24 [match]
12817         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12818                 import LDIF files.
12819         * src/addrcache.[ch], addrindex.[ch]
12820                 small update for future
12821         * src/addrbook.c
12822                 fix test XML file.
12823
12824 2001-09-24 [melvin]
12825         * src/gtkspell.[ch]
12826                 added 'Learn from mistakes' option
12827                 better handling of quotes in checked words
12828                 sorted dict list
12829         * po/fr.po
12830                 small update for spell checking stuff
12831
12832 2001-09-23 [alfons]
12833         
12834         * src/gtkspell.c
12835                 edit a little bit so it complies more with main coding style
12836
12837 2001-09-23 [alfons]
12838
12839         * src/folder.[ch], prefs_folder_item.c, compose.c
12840                 migrate "request return receipt" folder property
12841                 to folderlist.xml
12842
12843 2001-09-22 [alfons]
12844
12845         * README.claws **NEW**
12846                 (add things of interest for users of main branch 
12847                 and claws here)
12848
12849         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12850                 re-implement threading per folder option, but store 
12851                 the setting in folderlist.xml (where it belongs)
12852
12853 2001-09-21 [melvin]
12854
12855         * src/gtkspell.[ch]
12856                 fixed bug when compose window is under another window
12857         * src/prefs_common.[ch] src/compose.c
12858                 changed 'dictionary_path' to 'dictionary' to be consistent
12859                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12860         * ac/pspell.m4 src/Makefile.am 
12861                 dropped PSPELL_PATH macro
12862         * po/fr.po
12863                 updated translations
12864
12865 2001-09-21 [christoph]
12866
12867         * src/compose.c
12868                 added border around header fields
12869                 keep header type when new field is added
12870
12871 2001-09-20 [christoph]
12872
12873         * src/utils.[ch]
12874                 more portable debug_print with source filename
12875                 and linenumber
12876         * src/procmsg.c
12877                 more newlines after debug messages
12878
12879 2001-09-20 [paul]
12880
12881         * configure.in
12882                 change to version 0.6.2claws2
12883
12884         * sync with sylpheed 0.6.2cvs3
12885
12886 2001-09-19 [melvin]
12887
12888         * src/gtkspell.c
12889                 fixed the post-right-click focus pb
12890                 fixed crash when 'Spell check all' after dict change 
12891                         and when cursor is at the end of the text
12892                 shift-right-click pops up config menu even on misspelled words.
12893         * po/POTFILES.in
12894                 added gtkspell.c
12895
12896 2001-09-19 [melvin]
12897
12898         * src/about.c
12899                 added pspell to compiled-in features list
12900
12901 2001-09-18 [melvin]
12902
12903         * switched to pspell and dropped ispell
12904         * ac/pspell.m4
12905                 new file. autoconf macro for pspell
12906         * ac/Makefile.am 
12907         * configure.in acconfig.h
12908                 added pspell support
12909         * src/Makefile.am
12910         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12911         * src/prefs_common.[ch] 
12912                 added pspell support
12913
12914 2001-09-18 [christoph]
12915
12916         * src/addr_compl.c
12917         * src/template.[ch]
12918                 replace LOG_MESSAGE with debug_print
12919         * src/compose.[ch]
12920                 gui improvements
12921         * src/menu.c
12922                 added newline after debug message
12923         * src/utils.h
12924                 using __VA_ARGS__ for debug_print macro
12925         * tools/.cvsignore
12926                 ignore Makefile and Makefile.in
12927
12928 2001-09-18 [paul]
12929
12930         * configure.in
12931                 change to version 0.6.2claws1
12932         * sync with sylpheed 0.6.2cvs1
12933
12934         * src/matcher.c 
12935         * src/prefs_matcher.c
12936                 add 'score equal to' option, submitted by
12937                 Paul Evans <nerd@freeuk.com>
12938
12939 2001-09-15 [christoph]
12940
12941         * src/mainwindow.c
12942                 comment out menu entry not existing in claws
12943         * src/menu.c
12944                 add debug output for non existing menu entries
12945         * src/summaryview.c
12946                 fix next/prev unread message for ignored threads
12947         * src/utils.[ch]
12948                 add sourcefile and line number to debug output
12949                 otherwise it is sometimes hard to find the
12950                 source code part if debug messages are translated
12951
12952 2001-09-14 [darko]
12953         
12954         * src/folderview.c
12955                 refresh target folder style after colour is changed
12956
12957 2001-09-13 [paul]
12958
12959         * configure.in
12960                 change to version 0.6.1claws3
12961
12962         * sync with sylpheed 0.6.1cvs6
12963
12964 2001-09-13 [darko]
12965         
12966         * src/folderview.c
12967                 fix target folder colourization to use user selected colour
12968
12969 2001-09-12 [darko]
12970         
12971         * src/summaryview.c
12972                 fix crash when message that is marked for copy/move is unmarked
12973
12974 2001-09-09 [paul]
12975
12976         * configure.in
12977                 change to version 0.6.1claws2
12978
12979         * sync with sylpheed 0.6.1cvs3
12980
12981 2001-09-09 [alfons]
12982         
12983         * src/folderview.c
12984                 fix bug with default font used for trash folder text
12985
12986 2001-09-06 [paul]
12987
12988         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12989                 updated translations
12990
12991         * configure.in
12992                 change to version 0.6.1claws1
12993
12994         * sync with sylpheed 0.6.1cvs2
12995
12996 2001-09-03 [paul]
12997
12998         * po/POTFILES.in
12999                 add Match's new addressbook
13000
13001         * po/de.po
13002                 updated translation submitted by Jens Oberender
13003
13004 2001-09-02 [paul]
13005
13006         * configure.in
13007                 change to 0.6.1claws
13008         * sync with sylpheed 0.6.1 release
13009
13010 2001-09-02 [paul]
13011
13012         * configure.in
13013                 change to 0.6.0claws2
13014
13015         * sync with sylpheed 0.6.0cvs4
13016
13017         * po/pt_BR.po
13018                 updated translation submitted by Fabio Junior Beneditto
13019
13020 2001-09-01 [match]
13021         * pixmaps/
13022                 interface.xpm
13023                 book.xpm
13024                 address.xpm
13025         * src/
13026                 Makefile.am
13027                 a ton of new files
13028
13029 2001-08-31 [paul]
13030
13031         * configure.in
13032                 change to version 0.6.0claws1
13033
13034         * sync with sylpheed 0.6.0cvs1
13035
13036         * po/es.po
13037                 updated translation submitted by Ricardo Mones Lastra
13038
13039         * po/POTFILES.in
13040                 add 'src/prefs_templates.c'
13041
13042         * src/compose.c, src/summaryview.c
13043                 fix segfault on 'Re_edit'               
13044
13045 2001-08-30 [alfons]
13046
13047         * configure.in, Makefile.am
13048         * tools/Makefile.am
13049                 add tools directory to source distribution
13050
13051 2001-08-30 [paul]
13052
13053         * configure.in
13054                 change to version 0.6.0claws
13055
13056         * sync with sylpheed 0.6.0 release
13057
13058 2001-08-30 [christoph]
13059
13060         * configure.in
13061                 removed autoconf version check
13062
13063 2001-08-30 [paul]
13064
13065         * src/account.c, src/compose.c, src/prefs_common.[ch]
13066         * src/procheader.[ch] src/utils.[ch]
13067                 Enhanced automatic account selection on replies
13068                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13069
13070         * configure.in
13071                 add LDAP and JPilot to the configuration results output.
13072
13073 2001-08-29 [christoph]
13074
13075         * src/summeryview.c
13076                 no bold font for ignored threads
13077
13078 2001-08-29 [paul]
13079
13080         * configure.in
13081                 change to version 0.5.3claws6
13082
13083         * sync with sylpheed 0.5.3cvs10
13084                 src/stringtable.[ch]: New Files
13085
13086         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13087         * src/pixmaps/sylpheed.xpm
13088                 add mini-icons to windows (by Alfons)
13089
13090 2001-08-27 [paul]
13091
13092         * src/mainwindow.c
13093                 new functions: next_labeled_cb(), prev_labeled_cb()
13094
13095         * src/summaryview.c
13096                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13097                 summary_select_next_labeled(), summary_select_prev_labeled()
13098
13099         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13100                 give claws blue folders and a blue trash can
13101
13102 2001-08-27 [paul]
13103
13104         * configure.in
13105                 change to version 0.5.3claws5
13106
13107         * sync with sylpheed 0.5.3cvs9
13108                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13109
13110 2001-08-24 [christoph]
13111
13112         * src/filesel.c
13113                 keep filename when browsing directories
13114                 (not working for user entered filename, but
13115                  for default name and selected filename from
13116                  file list)
13117         * src/mainwindow.c
13118                 fixed wrong spelling "Folllow-up"
13119         * src/mbox_folder.c
13120         * src/procmsg.c
13121         * src/summaryview.c
13122                 fixed new/unread message count with ignored
13123                 threads (2 commits, first didn't notice no
13124                 longer needed decreasing)
13125         * src/inc.c
13126                 readded scrolling of progress dialog
13127                 (lost in sync)
13128
13129 2001-08-24 [paul]
13130
13131         * configure.in
13132                 change to 0.5.3claws4
13133
13134         * sync with sylpheed 0.5.3cvs7
13135
13136 2001-08-24 [christoph]
13137
13138         * src/compose.c
13139                 set request return receipt when replying
13140                 if it is set is the folder prefs of the
13141                 message
13142         * src/inc.c
13143                 disable final error popup if popups are
13144                 disabled in config (again)
13145
13146 2001-08-23 [paul]
13147
13148         * configure.in
13149                 Change version number to 0.5.3claws3
13150
13151         * sync with sylpheed 0.5.3cvs5
13152
13153         * src/mimeview.c
13154                 double quote '%s' in 'gedit %s' to fix bug when
13155                 opening attachment with spaces in the name
13156
13157 2001-08-22 [alte]
13158         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13159           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13160                 initial message templates support
13161
13162
13163 2001-08-22 [paul]
13164
13165         * configure.in
13166                 change version number to 0.5.3claws2
13167
13168         * sync with sylpheed 0.5.3cvs4
13169
13170         * src/procmsg.h src/summaryview.c
13171                 re-implement (un)ignore thread
13172
13173 2001-08-21 [paul]
13174
13175         * src/summaryview.c
13176                 remove unnecessary code
13177         * src/compose.c
13178                 enable 'dynamic' signatures (submitted by
13179                 Eric Limpens <eric@hscg-internet.nl>)
13180
13181 2001-08-21 [paul]
13182
13183         clean up after sync with sylpheed 0.5.3 release
13184
13185         * src/folderview.c
13186                 fix re-introduced font mess, see Christoph's
13187                 entry 2001-06-24
13188
13189         * src/summaryview.c
13190                 remove prev_msgnum
13191                 use sylpheed's small font instead of
13192                 gtk default font for summary view
13193
13194
13195 2001-08-17 [paul]
13196
13197         * configure.in
13198                 add pl to ALL_LINGUAS - sync with main branch
13199
13200         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13201                 Updated. Translations by Jens Oberender, Ricardo Mones
13202                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13203
13204         * po/pl.po  ** NEW FILE **
13205                 sync with the main branch
13206
13207         * src/folderview.c
13208                 fix target folder colorizing and refresh problem
13209
13210
13211 2001-08-17 [christoph]
13212
13213         * src/mainwindow.c
13214                 claws uses 4 colors for target folder coloring.
13215                 arrays were not long enough and destroyed the
13216                 stack causing a segfault.
13217                 target folder colorizing does not work anymore
13218                 for me
13219
13220 2001-08-16 [paul]
13221
13222         * configure.in
13223                 change to version 0.5.3claws1
13224
13225         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13226           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13227           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13228
13229                 sync with sylpheed 0.5.3 release, but keep claws method of
13230                 configuring/saving fonts
13231
13232         * src/addressbook.[ch]
13233                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13234                 in line with a similar change in Hiroyuki's branch
13235
13236         * src/mainwindow.[ch]
13237                 disable main_window_set_thread_option()
13238         * src/prefs_folder_item.c
13239                 comment out &tmps_prefs.enable_thread,
13240         * src/mbox_folder.c, src/procmsg.[ch]
13241                 comment out MSG_IS_IGNORE_THREAD
13242         * src/summaryview.c
13243                 comment out summary_ignore_thread() and summary_unignore_thread()
13244                 comment out MSG_IS_IGNORE_THREAD
13245
13246                 use Hiroyuki's threading instead.
13247
13248
13249
13250 2001-08-15 [paul]
13251
13252         * src/account.c
13253                 use Hiroyuki's 0.5.3 column scheme but also
13254                 include the enable/disable button.
13255         * src/pixmaps/mark.xpm
13256                 add Hiroyuki's amended pixmap
13257
13258 2001-08-13 [christoph]
13259
13260         * src/account.c
13261                 receive at get all column showed wrong state for APOP
13262                 button should only work for POP3 and APOP accounts
13263         * src/prefs_account.c
13264                 added missing preprocessor statement for SSL
13265
13266 2001-08-12 [paul]
13267
13268         * src/account.[ch]
13269                 add 'receive at get all' column and enable/disable
13270                 button.
13271
13272 2001-08-06 [christoph]
13273
13274         * src/account.c
13275                 show usage of SSL in protocol column
13276
13277         * src/imap.c
13278         * src/inc.c
13279                 renamed ssl options
13280
13281         * src/prefs_account.[ch]
13282                 moved ssl options to a new page
13283
13284         * src/send.c
13285         * src/smtp.c
13286         * src/ssl.[ch]
13287                 renamed ssl options
13288                 added support for SMTP STARTTLS command
13289
13290 2001-08-05 [christoph]
13291
13292         * configure.in
13293                 debian autoconf needs version check to find
13294                 correct autoconf version. if the file is
13295                 named configure.in 2.13 is used, which does
13296                 not work with this configure.in script.
13297                 other solution would be to rename the script
13298                 to configure.ac as suggested in the autoconf
13299                 manual.
13300
13301         * src/inc.c
13302                 disable final error popup if popups are
13303                 diabled in config
13304
13305         * src/socket.c
13306                 bugfix in ssl_gets
13307                 fixes IMAP over SSL problem
13308
13309 2001-08-03 [paul]
13310
13311         * configure.in
13312                 change to 0.5.2claws1
13313
13314         * sync with sylpheed 0.5.2cvs1
13315
13316 2001-08-02 [alfons]
13317
13318         * configure.in
13319                 quick fix for ispell detection...
13320
13321 2001-08-01 [paul]
13322
13323         * configure.in
13324                 change to 0.5.1claws4
13325
13326         * sync with sylpheed 0.5.1cvs7
13327
13328 2001-07-31 [alfons]
13329
13330         * src/prefs_common.c, src/prefs_common.h, 
13331           src/gtkspell.c, src/gtkspell.h
13332                 add global spelling checker settings (compose tab) +
13333                 selection of dictionary 
13334           
13335         * configure.in  
13336                 guess valid ispell location
13337
13338 2001-07-31 [paul]
13339
13340         * po/POTFILES.in
13341                 removal of 'src/quote_fmt_parse.c'
13342         * po/de.po
13343                 Updated de.po
13344                 (submitted by Jens Oberender <didge@suse.de>)
13345
13346 2001-07-31 [darko]
13347
13348         * src/folder.[ch]
13349         * src/folderview.[ch]
13350         * src/mainwindow.c
13351         * src/mh.c
13352         * src/prefs_common.[ch]
13353         * src/summaryview.c
13354                 target folder colourization
13355
13356 2001-07-30 [paul]
13357
13358         more sync with Sylpheed 0.5.1cvs6 
13359
13360 2001-07-30 [darko]
13361
13362         * src/mh.c
13363         * src/prefs_folder_item.[hc]
13364         * src/summaryview.c
13365                 shared folders support with a GUI
13366
13367 2001-07-29 [paul]
13368
13369         0.5.1claws3
13370
13371         * sync with Sylpheed 0.5.1cvs6
13372
13373 2001-07-29 [paul]
13374
13375         * po/pt_BR.po
13376                 updated
13377                 (submitted by Fabio Junior Beneditto)
13378
13379 2001-07-28 [paul]
13380
13381         * src/procmime.c
13382         * AUTHORS
13383                 patch to correct bad image mime headers
13384                 (submitted by Don Quijote <dq@searchlores.org>)
13385
13386 2001-07-28 [paul]
13387
13388         * tools/gif2xface.pl   **NEW FILE**
13389         * tools/README
13390                 script to convert file.gif to file.xface for
13391                 use in a custom header.
13392                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13393
13394 2001-07-27 [alfons]
13395         
13396         * configure.in
13397                 change macros for detecting JPilot and LDAP
13398
13399 2001-07-27 [christoph]
13400
13401         * src/filtering.c
13402                 code cleanup (MIN / MAX warning, needed casting)
13403
13404 2001-07-27 [alfons]
13405
13406         * procheader.c
13407                 disallow setting flags when detecting certain headers
13408                 (X-Status, Status, Seen, X-Seen). 
13409         
13410         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13411
13412 2001-07-27 [christoph]
13413
13414         * src/prefs_filter.c
13415         * src/prefs_filtering.c
13416         * src/prefs_matcher.c
13417         * src/prefs_scoring.c
13418                 scroll list when moving rows up or down
13419
13420         * src/imap.c
13421         * src/imap.h
13422         * src/prefs_account.c
13423         * src/prefs_account.h
13424         * src/send.c
13425                 SMTP over SSL (untested, feedback requested)
13426                 IMAP over SSL
13427
13428         * src/ssl.c
13429                 code cleanup
13430
13431 2001-07-26 [alfons]
13432         
13433         * configure.in, acconfig.h
13434                 define CLAWS (need this for main / claws detection)
13435
13436 2001-07-25 [alfons]
13437
13438         * configure.in
13439                 Sylpheed 0.5.1claws2
13440                 
13441         * sync with Sylpheed 0.5.1cvs4
13442
13443 2001-07-25 [christoph]
13444
13445         * src/scoring.c
13446                 fixed segfault
13447                 item->prefs == NULL (don't know why)
13448
13449 2001-07-25 [alfons]
13450
13451         * configure.in
13452                 Sylpheed 0.5.1claws1
13453
13454         * sync with Sylpheed 0.5.1cvs1-3
13455
13456 2001-07-24 [christoph]
13457
13458         * src/folderview.c
13459         * src/prefs_folder_item.[ch]
13460                 added folderitem preferences dialog with
13461                 default To: and auto request return receipt
13462
13463         * src/compose.[ch]
13464         * src/menu.[ch]
13465                 changes to handle new folderitem preferences
13466
13467         * src/mainwindow.c
13468         * src/summaryview.c
13469                 call compose new mail with current folderitem
13470
13471 2001-07-24 [alfons]
13472
13473         Release Sylpheed 0.5.1claws
13474
13475         * configure.in
13476                 change to release version 0.5.1claws
13477
13478 2001-07-24 [christoph]
13479
13480         * src/summaryview.c
13481                 fixed segfault that happend when the selected
13482                 message was removed while retrieving new messages.
13483
13484         * po/es.po
13485                 updated translation
13486                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13487
13488 2001-07-22 [alfons]
13489
13490         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13491         this is a work in progress, for more information: http://nlpagan.net/sylman 
13492         
13493         * configure.in, src/mainwindow.c, manual/Makefile.am
13494                 add support for English manual
13495
13496         * AUTHORS
13497                 add authors of user manuals
13498
13499         * manual/en/sylpheed*.html
13500                 add English documentation
13501
13502 2001-07-22 [christoph]
13503
13504         * po/POTFILES.in
13505                 added src/ssl.c
13506         * src/ssl.c
13507                 changed a wrong debug message
13508
13509 2001-07-22 [alfons]
13510
13511         * po/nl.po
13512                 update Dutch translation
13513
13514         * src/prefs_filtering.c, 
13515           src/prefs_matcher.c
13516                 add more translatable strings           
13517
13518 2001-07-21 [alfons]
13519
13520         0.5.0claws7
13521
13522         * configure.in
13523                 change version
13524
13525         * src/inc.c, src/summaryview.[ch]
13526                 prevent update of mark file when filtering has done, by
13527                 using a variable; this affects two functions:
13528                         inc.c::inc_finished()
13529                         summaryview.c::summary_show()
13530
13531 2001-07-20 [alfons]
13532
13533         * src/filtering.[ch], src/prefs_filtering.c, 
13534           src/matcher.[ch]
13535                 add filtering action for label coloring 
13536
13537         * po/POTFILES.in
13538                 add labelcolors.c
13539
13540         * added src/labelcolors.c
13541         * added src/labelcolors.h
13542         * src/Makefile.am, src/summaryview.c
13543                 rearrange label coloring code
13544
13545         * src/procmsg.h
13546                 add more parentheses so label colouring works correctly
13547
13548         * src/filtering.c
13549                 don't really delete message, but move it to Trash
13550
13551         * src/prefs_matcher.c
13552                 add quote options to info dialog
13553
13554 2001-07-20 [christoph]
13555
13556         * src/Makefile.am
13557         * src/inc.c
13558         * src/main.[ch]
13559         * src/socket.h
13560         * src/ssl.[ch] (new)
13561                 moved ssl stuff to a seperate file
13562
13563 2001-07-20 [darko]
13564
13565         * src/summaryview.c
13566                 fix show sender using address book with no e-mail
13567                 address in From: field
13568
13569 2001-07-19 [alfons]
13570
13571         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13572                 fix messy handling of escaping... now at least the
13573                 execute command is useful. escape char is '\', we
13574                 accept \n and \r too. 
13575
13576                 Real life example:
13577                 
13578                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13579                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13580
13581 2001-07-18 [alfons]
13582
13583         0.5.0claws6
13584
13585         * src/summaryview.c
13586                 clean up
13587
13588         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13589           src/procmsg.[ch]
13590                 revise filtering; currently move, copy, marking have
13591                 been tested. if you like bleeding edge stuff, you
13592                 should definitely go for this version :)
13593
13594         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13595
13596 2001-07-17 [christoph]
13597
13598         * src/utils.c
13599                 timestamp log
13600
13601 2001-07-17 [alfons]
13602
13603         0.5.0claws5
13604
13605         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13606           bits in the mark file, without affecting either branch. Lots of
13607           files changed, also in claws branch.
13608
13609           UNTESTED: use of mbox folders
13610
13611         * src/summaryview.c
13612                 added mark all read; however this was a quick hack used for
13613                 cleaning up mess after initial merge with Hiroyuki
13614
13615         * configure.in
13616                 change claws version number back to 0.5.0claws5 to clear up 
13617                 confusion & pretension (recent release was technically 
13618                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13619
13620 2001-07-16 [alfons]
13621
13622         sync with Hiroyuki's 0.5.0cvs4
13623
13624 2001-07-16 [alfons]
13625
13626         0.5.1claws3
13627
13628         * src/filtering.[ch]
13629                 remove invalid updating of mark files for 
13630                 filter actions MATCHING_ACTION_MOVE and 
13631                 MATCHING_ACTION_DELETE; this should fix the
13632                 folder update bug
13633                 
13634         * src/procmsg.c
13635                 revert Christoph's stab at fixing the folder 
13636                 update bug
13637
13638         * po/POTFILES.in
13639                 add missing files with translatable strings
13640
13641         * src/summaryview.c
13642                 remove debug print
13643
13644 2001-07-15 [alfons]
13645
13646         * src/addr_compl.[ch], src/prefs_filtering.c
13647                 make "filtering pref dialog's destination entry" an
13648                 "address completable entry", if filter destination is 
13649                 an email address
13650
13651         0.5.1claws2
13652         
13653         sync with Hiroyuki's 0.5.0cvs2-3
13654
13655 2001-07-15 [christoph]
13656
13657         * src/procmsg.c
13658                 fixed folder stats update after incorporation
13659
13660 2001-07-15 [alfons]
13661
13662         * src/summaryview.c
13663                 * finish label colouring stuff (for now)
13664                 * fix incorrect colour bug (off by one) 
13665
13666 2001-07-14 [alfons]
13667
13668         * src/mainwindow.c
13669                 change text labels for news and mail message so there's
13670                 plenty of toolbar estate left
13671
13672         * configure.in
13673                 0.5.1claws1
13674
13675         * src/folderview.c
13676           src/folder.[ch]
13677                 sync with Hiroyuki's 0.5.0cvs1
13678
13679         * src/summaryview.c
13680                 more rewrite label colouring
13681
13682 2001-07-14 [alfons]
13683
13684         * src/summaryview.[ch]
13685                 * start rewrite label colouring 
13686                 * fix proper location "Add Sender To Addressbook" menu item
13687
13688 2001-07-13
13689
13690         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13691         (actually this is 0.5.0claws4)
13692
13693 2001-07-13 [alfons]
13694
13695         * po/pt_BR.po
13696                 * fix duplicate message
13697                 * add updated Portugese / Brazilian translation
13698                   submitted by Fabio Junior Beneditto
13699
13700 2001-07-12 [alfons]
13701
13702         * AUTHORS
13703                 add Jens
13704
13705         * po/nl.po
13706                 add updated Dutch translation
13707
13708         * po/de.po
13709                 add updated German translation submitted by Jens
13710
13711 2001-07-11 [alfons]
13712
13713         Prerelease before 0.5.0claws. Please test.
13714         This version is temporarily tagged as VERSION_0_5_0_TEST
13715
13716         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13717           src/prefs_scoring.c, src/prefs_matcher.c, 
13718           src/prefs_filtering.c, src/mbox.c, 
13719           src/main.c, src/inc.c, src/filtering.[ch]
13720                 revert new Hoa's new matcher (does not work yet)
13721
13722         * src/Makefile.am
13723                 clean up
13724
13725 2001-07-10
13726
13727         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13728
13729
13730 2001-07-10 [alfons]
13731
13732         * Makefile.am
13733                 add ChangeLog.claws to EXTRA_DIST
13734         * src/Makefile.am
13735                 add matcher_parser_parse.h to EXTRA_DIST
13736
13737 2001-07-10 [christoph]
13738
13739         * src/inc.c
13740                 add destination folder to table of
13741                 folders that need to be updated after
13742                 incorporation
13743
13744 2001-07-10 [alfons]
13745
13746         * folder.[ch]
13747           folderview.c
13748                 make collapse state of folders and folder items persistent, i.e.
13749                 if you collapse a folder tree, the next time sylpheed-claws starts 
13750                 up the folder tree remains collapsed.  
13751                 
13752 2001-07-10 [christoph]
13753
13754         * acconfig.h
13755         * configure.in
13756                 added --enable-ssl
13757         * src/md5.[ch]
13758                 renamed MD5_CTX to MD5_CTX_syl
13759                 conflicts with a struct in openssl
13760         * src/inc.c
13761         * src/main.[ch]
13762         * src/prefs_account.[ch]
13763         * src/socket.[ch]
13764                 SSL support for POP
13765         * src/mainwindow.c
13766                 fixed compose with current account
13767                 broken by new compose button stuff
13768
13769 2001-07-09 [hoa]
13770
13771         * AUTHORS
13772                 changed my email address
13773
13774         * src/matcher_parser_parse.y
13775                 clean the parser to remove conflicts
13776
13777 2001-07-09 [alfons]
13778
13779         * AUTHORS
13780                 add Match Grun
13781
13782         * configure.in
13783                 fix incorrect description of --enable-ldap parameter
13784
13785         * src/prefs_common.[ch]
13786           src/compose.c
13787                 add experimental option "smart wrapping" which makes the
13788                 compose editor auto wrap.
13789                 
13790                 | TODO: the problem with the buggy cursor handling is caused |
13791                 | by the GtkText. when deleting / backspacing text its       |
13792                 | wrapping algorithm does not take in account the previous   |
13793                 | line. should find a way to hack this in.                   |
13794                 | or should perhaps combine this with the word wrapping      |
13795                 | patch i wrote in january.                                  |
13796
13797         * src/about.c
13798                 show build parameters for LDAP and JPilot
13799
13800         * src/summaryview.c
13801                 revert Christoph's bugfix for selecting next unread message, 
13802                 because folder stats aren't updated correctly
13803
13804 2001-07-08 [hoa]
13805
13806         * src/filtering.c
13807         * src/mainwindow.c
13808         * src/matcher.c
13809         * src/matcher_parser_lex.l
13810         * src/matcher_parser_parse.y
13811         * src/prefs_filtering.c
13812         * src/prefs_scoring.c
13813         * src/scoring.c
13814                 bugfix of the config file parser
13815
13816 2001-07-08 [alfons]
13817
13818         * src/Makefile.am
13819                 added generated matcher sources to BUILT_SOURCES
13820
13821 2001-07-08 [hoa]
13822
13823         * src/Makefile.am
13824         * src/.cvsignore
13825                 added new config file parser
13826
13827         * src/scoring.[ch]
13828         * src/filtering.[ch]
13829         * src/matcher.[ch]
13830         * src/prefs_filtering.c
13831         * src/prefs_matcher.c
13832         * src/prefs_scoring.c
13833         * added src/matcher_parser.h
13834         * added src/matcher_parser_lex.h
13835         * added src/matcher_parser_lex.l
13836         * added src/matcher_parser_parse.y
13837                 lex & yacc config file parser
13838
13839         * src/mbox.c
13840         * src/inc.c
13841         * src/main.c
13842                 changes prefs_filtering into global_filtering           
13843
13844         * src/summaryview.c
13845                 build threads with subjects only if "Re: " is at the
13846                 beginning of the subject
13847
13848 2001-07-07 [paul]
13849
13850         0.5.0claws
13851
13852         sync with sylpheed 0.5.0
13853                 change of version number only
13854
13855 2001-07-06 [paul]
13856
13857         0.5.0claws5
13858
13859         sync with sylpheed 0.5.0pre5
13860
13861 2001-07-05 [paul]
13862
13863         sync with sylpheed 0.5.0pre4 release
13864                 /po and /manual/ja not sync'ed
13865
13866 2001-07-04 [paul]
13867
13868         more sync with sylpheed 0.5.0pre4
13869
13870 2001-07-03 [christoph]
13871
13872         * src/addressbook.c
13873                 fixed address book broken by address book
13874                 for VCard, JPilot, LDAP
13875
13876 2001-07-03 [alfons]
13877
13878         * src/matcher.c
13879         * src/textview.c
13880                 stopped memory leaks
13881
13882 2001-07-03 [paul]
13883
13884         more sync with sylpheed 0.5.0pre4
13885
13886 2001-07-02 [match]
13887
13888         * included address book patch for VCard, JPilot, LDAP
13889         * pref_common.c - fixed Font options on Display tab (cosmetic)
13890         * alertpanel.c - fixed truncated message
13891
13892 2001-07-02 [christoph]
13893
13894         * src/mbox_folder.c
13895         * src/procmsg.[ch]
13896         * src/summaryview.c
13897                 mark threads for ignoring
13898
13899 2001-07-02 [paul]
13900
13901         0.5.0claws4
13902
13903         * sync with sylpheed 0.5.0pre4
13904                 updated gettext to 0.10.38.
13905
13906 2001-07-01 [paul]
13907
13908         * src/ mainwindow.c
13909         * src/procmsg.h
13910         * src/summaryview.[ch]
13911                 new right-click option: Label.
13912                 substitute for 'Mark-->Mark/Unmark', colours the line.
13913                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13914
13915 2001-07-01 [christoph]
13916
13917         * src/folderview.c
13918                 fixed font for trash
13919         * src/summaryview.c
13920                 move ctree to unread message
13921
13922 2001-07-01 [paul]
13923
13924         * sync with sylpheed 0.5.0pre3 release
13925
13926 2001-06-30 [alfons]
13927
13928         * src/filesel.[ch]
13929         * src/compose.c
13930                 allow inserting / attaching multiple files in
13931                 the composer window
13932
13933 2001-06-30 [paul]
13934
13935         * src/codeconv.c
13936                 small change to Alfons' previous stuff so that it
13937                 actually makes
13938
13939 2001-06-30 [alfons]
13940
13941         * lots of files changed; first attempt to merge the changes
13942           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13943
13944 2001-06-30 [paul]
13945
13946         * po/pt_BR.po
13947                 updated and completed, translations by Fabio
13948                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13949
13950 2001-06-29 [alfons]
13951
13952         * src/compose.c
13953         * src/mimeproc.[ch]
13954                 allow selecting an attached files' mime type from a 
13955                 list of types.
13956
13957 2001-06-29 [paul]
13958
13959         * more sync with sylpheed 0.5.0pre3
13960
13961 2001-06-29 [paul]
13962
13963         * po/pt_BR.po
13964                 merge with sylpheed.pot and pt_BR.po provided by
13965                 Fabio Junior Beneditto.
13966
13967 2001-06-29 [darko]
13968
13969         * src/procmime.c
13970                 make MIME types case insensitive
13971
13972 2001-06-28 [alfons]
13973
13974         * po/nl.po
13975                 merge with sylpheed.pot and old nl.po; translations added.
13976
13977 2001-06-28 [paul]
13978
13979         * more sync with sylpheed 0.5.0pre3
13980
13981 2001-06-27 [alfons]
13982
13983         * src/summaryview.c
13984                 don't crash when removing parent node of messages
13985                 attracted by subject. this was caused by not deleting
13986                 the parent node from the subject line hash table.
13987
13988 2001-06-27 [alfons]
13989
13990         * src/summaryview.c
13991         * src/compose.[ch]
13992         * src/mainwindow.c
13993                 if there are multiple messages selected, allow forwarding
13994                 them as attachments.
13995
13996 2001-06-27 [paul]
13997
13998         * more sync with sylpheed 0.5.0pre3
13999
14000 2001-06-26 [paul]
14001
14002         0.5.0claws3
14003
14004         * sync with sylpheed 0.5.0pre3
14005
14006 2001-06-25 [paul]
14007
14008         * src/mainwindow.c
14009                 fixed 'compose news article' bug
14010                 from icon-and-text toolbar
14011
14012 2001-06-25 [paul]
14013
14014         * sync with sylpheed 0.5.0pre2 release
14015
14016 2001-06-24 [christoph]
14017
14018         * src/prefs_common.c
14019                 bug fix in font selection
14020         * src/folderview.c
14021                 use sylpheed's normal font instead of
14022                 gtk default font for folders without
14023                 new messages
14024
14025 2001-06-24 [alfons]
14026
14027         * src/mainwindow.[ch]
14028                 added composite compose mail / news button (an idea by Leandro
14029                 Pereira <leandro@linuxmag.com.br>)
14030
14031 2001-06-24 [paul]
14032
14033         Added instructions for ldif-to-xml.py
14034
14035         * tools/README
14036
14037 2001-06-23 [alfons]
14038
14039         Some minor things.
14040
14041         * src/pixmaps/stock_news_compose.xpm
14042                 added pixmap by Leandro
14043         * src/prefs_common.c
14044                 tested built-in spelling checker of GCC 3.0 :)
14045         * po/nl.po
14046                 merged dutch translation of sylpheed-main with
14047                 sylpheed.pot
14048
14049 2001-06-23 [paul]
14050
14051         Added tools directory and files.
14052
14053         * tools/filter_conv.pl
14054                 converts old filter system to new filtering system
14055         * tools/ldif-to-xml.py
14056                 converts netscape addressbook to sylpheed addressbook
14057         * tools/README
14058                 descriptions/instructions for above two files
14059
14060 2001-06-23 [christoph]
14061
14062         * src/inc.c
14063         * src/manage_window.[ch]
14064         * src/prefs_common.[ch]
14065                 mail retrieval dialog can be enabled, disabled
14066                 or hidden if non of sylpheed's windows is active
14067
14068 2001-06-22 [paul]
14069
14070         0.5.0claws2
14071
14072         * sync with sylpheed 0.5.0pre2
14073
14074 2001-06-21 [christoph]
14075
14076         * src/summaryview.c
14077                 show recipient on 'from' for all accounts
14078                 
14079         * src/inc.c
14080         * src/prefs_common.[ch]
14081                 disable error popup on mail receive errors
14082
14083 2001-06-21 [alfons]
14084
14085         * src/compose.c
14086                 made the ruler correctly appear and disappear.
14087
14088         * src/Makefile.am
14089                 removed Hoa's work-in-progress-stuff (interesting!) so 
14090                 claws compiles ok.
14091
14092 2001-06-20 [christoph]
14093
14094         * src/inc.c
14095         * src/progressdialog.c
14096                 added scrolled window for list in progressdialog
14097
14098 2001-06-20 [paul]
14099
14100         sync with sylpheed 0.5.0pre1 release
14101
14102 2001-06-20 [christoph]
14103
14104         * src/summeryview.c
14105                 make building threads by subject work when
14106                 thread view is enabled
14107                 
14108         * src/compose.c
14109         * src/prefs_common.[ch]
14110                 automatically select account for mail replys
14111
14112 2001-06-19 [sergey]
14113
14114         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14115         they are filled in from the account settings.
14116
14117 2001-06-19 [paul]
14118
14119         * more sync with sylpheed 0.5.0pre1
14120
14121 2001-06-18 [alfons]
14122
14123         * src/Makefile.am,
14124           src/procmime.c
14125                 added --sysconfdir to CPPFLAGS for pointing to the correct
14126                 location of mime.types. 
14127
14128                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14129                 or ./configure!
14130
14131 2001-06-18 [hoa]
14132
14133         * src/summaryview.c
14134                 fixed some bug when building threads
14135
14136 2001-06-18 [pau]l
14137
14138         * src/prefs_account.c
14139                 UI stuff: More changes to the English
14140
14141 2001-06-18 [paul]
14142
14143         * src/pixmaps/stock_news_compose.xpm: new file
14144         * src/Makefile.am
14145         * src/mainwindow.c
14146         * src/summaryview.c
14147                 Added new icon for Hoa's 'compose a news
14148                 message', plus minor improvements to the
14149                 English
14150
14151         * po/ja.po
14152         * ChangeLog
14153         * ChangeLog.jp
14154                 more sync with sylpheed 0.5.0pre1
14155
14156 2001-06-18 [hoa]
14157
14158         * src/compose.[ch]
14159         * src/mainwindow.c
14160                 Follow-up and reply to
14161
14162         * src/summaryview.[ch]
14163                 Build threads also with subjects
14164
14165 2001-06-17 [hoa]
14166
14167         * src/compose.c
14168                 forwarding use the current account.
14169
14170         * src/mainwindow.c
14171                 the "compose message" button has been replaced with
14172                 "new mail" and "new news" buttons
14173
14174         * src/prefs_common.[ch]
14175                 added a configuration option to use the forward button
14176                 as "forward as attachment"
14177                 changed reply and forward format description
14178
14179         * src/quote_fmt_lex.l
14180         * src/quote_fmt_parse.y
14181                 added message with no signature in format for reply
14182                 and forward.
14183
14184 2001-06-17 [paul]
14185
14186         Minor UI stuff
14187
14188         * src/mainwindow.c
14189         * src/summaryview.c
14190                 Improvements to the English
14191
14192         * src/prefs_common.c
14193                 Improvements to the English and some
14194                 clarity/continuity improvements in the
14195                 description of Quote symbols.
14196
14197 2001-06-17 [paul]
14198
14199         0.5.0claws1
14200
14201         * sync with sylpheed 0.5.0pre1
14202
14203 2001-06-17 [hoa]
14204
14205         * src/compose.c
14206                 Better interface for compose, displayed fields
14207                 are updated whenever we change account.
14208                 Newsgroups field is automatically filled.
14209
14210         * src/mainwindow.c
14211                 Newsgroups field is automatically filled.
14212
14213         * src/prefs_account.c
14214                 Some interface stuff when fields appear and
14215                 disappear.
14216
14217 2001-06-16 [paul]
14218
14219         0.4.99claws
14220
14221         * sync with sylpheed 0.4.99
14222
14223 2001-06-16 [sergey]
14224
14225         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14226         base64_decoder_free, base64_decoder_decode): new object and
14227         functions for decoding base64 streams.
14228         * src/procmime.c (procmime_decode_content): modified to use the
14229         new base64 decoder.
14230
14231 2001-06-15 [paul]
14232
14233         0.4.99claws10
14234
14235         * sync with sylpheed 0.4.99cvs11
14236
14237 2001-06-13 [paul]
14238
14239         0.4.99claws9
14240
14241         * sync with sylpheed 0.4.99cvs9
14242
14243 2001-06-13 [hoa]
14244
14245         * src/compose.c
14246         * src/prefs_account.c
14247
14248                 SMTP server can be defined in the news account
14249                 mime type of attachment are kept.
14250
14251         * src/summaryview.c
14252
14253                 now choose the highest important score between default
14254                 and important score of folder.
14255
14256 2001-06-09 [alfons]
14257         
14258         * src/prefs_common.c: 
14259
14260                 (prefs_quote_description_create): corrected description of 
14261                 quote format characters
14262
14263 2001-06-09 [paul]
14264
14265         0.4.99claws8
14266
14267         * sync with sylpheed 0.4.99cvs8
14268
14269 2001-06-08 [sergey]
14270
14271         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14272         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14273
14274 2001-06-08 [paul]
14275
14276         0.4.99claws7
14277
14278         * sync with sylpheed 0.4.99cvs7
14279
14280 2001-06-06 [sergey]
14281
14282         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14283         clashes with autogenerated header).
14284         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14285         * src/Makefile.am: added quote_fmt.h.
14286         * src/.cvsignore: added lex/yacc autogenerated files
14287         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14288
14289 2001-06-06 [paul]
14290
14291         0.4.99claws6
14292
14293         * sync with sylpheed 0.4.99cvs6
14294
14295 2001-06-06 [hoa]
14296
14297         * added src/quote_fmt_parse.h
14298         * src/compose.c
14299                 removed warnings
14300
14301         * src/prefs.[ch]
14302                 don't modify readonly configuration files
14303
14304         * src/prefs_account.c
14305         * src/prefs_common.c
14306         * src/prefs_customheader.c
14307         * src/prefs_display_header.c
14308         * src/prefs_filter.c
14309         * src/prefs_filtering.c
14310         * src/prefs_scoring.c
14311                 don't open dialog box when configuration files
14312                 are readonly
14313
14314 2001-06-05 [sergey]
14315
14316         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14317
14318         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14319         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14320         BUILT_SOURCES to make all files rebuild properly.
14321
14322         * src/compose.c: removed #include "quote_fmt.tab.h".
14323
14324         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14325         CHARACTER value in yylval.
14326
14327         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14328         receive CHARACTER value by documented means (yylval).
14329
14330         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14331
14332 2001-06-05 [hoa]
14333
14334         * src/Makefile.am
14335                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14336
14337         * src/filtering.c
14338         * src/matcher.c
14339         * src/matcher.h
14340         * src/prefs_filtering.c
14341                 now keep the configuration for execute action
14342
14343         * src/mbox_folder.c
14344                 fixed a warning
14345
14346 2001-06-05 [paul]
14347
14348         * sync with sylpheed 0.4.99cvs5
14349
14350 2001-06-05 [hoa]
14351
14352         * src/Makefile.am
14353                 added quote_fmt.[ch]
14354
14355         * added src/quote_fmt.y
14356         * added src/quote_fmt.l
14357         * added src/quote_fmt.tab.h
14358         * added src/quote_fmt.tab.c
14359         * added src/lex.quote_fmt.c
14360                 parsing configuration for replying
14361                 and forwarding
14362
14363         * src/prefs_common.[ch]
14364                 added configuration UI for replying
14365                 and forwarding
14366
14367         * src/compose.c
14368                 using configuration for replying
14369                 and forwarding
14370
14371 2001-06-04 [hoa]
14372
14373         * src/filtering.c
14374         * src/matcher.c
14375         * src/matcher.h
14376         * src/prefs_filtering.c
14377         * src/prefs_matcher.c
14378         * src/prefs_matcher.h
14379                 action "run a command" for filtering
14380                 and matching with a command.
14381                 fixed the "whole message" matching
14382
14383         * src/mbox_folder.c
14384                 changed temporary filename for security
14385
14386         * src/messageview.c
14387                 queue the notification if it fails to send.
14388
14389         * src/prefs_common.c
14390         * src/prefs_folder_item.c
14391                 changed the default important score             
14392
14393         * src/prefs_scoring.c
14394         * src/scoring.c
14395                 hide kill score input when the folder is not
14396                 a newsgroup
14397
14398 2001-06-03 [alfons]
14399
14400         * src/prefs_common.c:
14401
14402                 (prefs_font_select): pass font name in font entry box to font
14403                 selection dialog.
14404
14405 2001-06-03 [sergey]
14406
14407         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14408
14409 2001-06-03 [paul]
14410
14411         * sync with sylpheed 0.4.99cvs4
14412
14413 2001-06-03 [alfons]
14414
14415         * src/headerwindow.c:
14416
14417                 (headerwindow_show_cb): use the selected summary view item, not
14418                 the displayed item.
14419
14420 2001-06-02 [alfons]
14421
14422         * src/headerwindow.c:
14423
14424                 (headerwindow_show_cb): always try to show msginfo
14425
14426 2001-06-02 [hoa]
14427
14428         * src/compose.c
14429                 keep attached parts when reediting or forwarding.
14430
14431 2001-06-01 [hoa]
14432
14433         * src/folderview.c
14434         * src/prefs_folder_item.[ch]
14435         * src/prefs_scoring.[ch]
14436         * src/scoring.[ch]
14437         * src/summaryview.[ch]
14438         * src/main.c
14439         * src/mainwindow.c
14440         * src/prefs_common.[ch]
14441                 support for folder scoring
14442                 kill score and important score for messages
14443         
14444         * src/prefs_account.c
14445                 some display bug fixed for local account
14446                 preferences
14447
14448 2001-05-31 [alfons]
14449
14450         * src/summaryview.c:
14451
14452                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14453                 sender to address book menu item is disabled.
14454
14455 2001-05-30 [hoa]
14456
14457         * src/filtering.[ch]
14458         * src/summaryview.c
14459                 handling summary menu / filter messages
14460
14461         * src/folder.[ch]
14462                 add some stuff
14463
14464         * src/foldersel.c
14465                 imap folders now appears in list
14466
14467         * src/mbox_folder.c
14468                 doesn't crash if destination mail is not writeable
14469
14470 2001-05-29 [hoa]
14471
14472         * src/compose.c
14473                 removed some warnings
14474
14475         * src/filtering.c
14476         * src/folder.[ch]
14477         * src/prefs_filtering.c
14478                 global string to identify any folders           
14479                 removed some debug info
14480                 filtering to mbox folders is now possible
14481
14482         * src/mainwindow.c
14483                 removed some warnings
14484
14485         * src/mbox_folder.c
14486                 permission on files are changed to read/write for user only,
14487                 nothing for other.
14488                 creation of subfolder is handled better.
14489
14490 2001-05-28 [alfons]
14491
14492         Verified the sync for src/prefs_common.[ch] and
14493         src/prefs_account.[ch]. I believe there were some
14494         minor indentation differences.
14495
14496 2001-05-28 [paul]
14497
14498         0.4.99claws3
14499
14500         * sync with 0.4.99cvs3
14501
14502 2001-05-28 [hoa]
14503
14504         * src/compose.c
14505                 handling flags for mbox format
14506
14507         * src/filtering.c
14508                 use of mark file only for MH format
14509                 handling flags for mbox format
14510                 filtering cannot yet move or copy mails to mbox folders.
14511
14512         * src/folder.[ch]
14513                 changed move_msg, copy_msg,
14514                 move_msgs_with_dest, copy_msgs_with_dest functions
14515                 uses only folder->copy_msg() function
14516                 uses folder->finished_copy() to handle the destination
14517                 folder at the end of the copy or move operation.
14518
14519         * src/foldersel.c
14520                 included mbox directories.
14521
14522         * src/folderview.[ch]
14523         * src/mainwindow.c
14524                 handle folders operation for mbox format
14525
14526         * src/mbox.c
14527                 disable conversion of "From " header
14528
14529         * src/mbox_folder.[ch]
14530                 completion of mbox format handling
14531
14532         * src/mh.c
14533                 changed mh_copy_msg() function and
14534                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14535                 mh_copy_msgs_with_dest()
14536
14537         * src/prefs_filtering.c
14538                 removed some warnings
14539
14540         * src/prefs_matcher.c
14541                 default boolean operation is AND
14542
14543         * src/procheader.c
14544                 handling flags for mbox format
14545                 handling of "From " header
14546
14547         * src/procmsg.[ch]
14548                 removed data field
14549                 added MSG_REALLY_DELETED flags to handle deletion of
14550                 messages in mbox format.
14551
14552         * src/summaryview.c
14553                 handling flags for mbox format
14554                 disable the MSG_DELETED flags when messages
14555                 are deleted in mbox format
14556
14557         * src/textview.c
14558                 "From " headers display fixed.
14559
14560 2001-05-27 [alfons]
14561
14562         * src/textview.c:
14563                 
14564                 (get_email_part): skip quoted email addresses, like in e.g.
14565                 "'alfons@proteus.demon.nl'".
14566
14567 2001-05-26 [alfons]
14568
14569         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14570         and fixing the persistence troubles when using separate windows.
14571
14572         * src/mainwindow.c:
14573         
14574             Added #define SEPARATE_ACTION used in the gtk item factory for 
14575             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14576                 use gtk_item_factory_get_widget_by_action() to get the items.
14577                 
14578             Removed separate_widget_cb from the gtk item factory data   
14579           
14580             (mainwindow_create): connect separate_widget_cb() to check
14581             menu item "toggled" signal. also passing a MainWindow pointer
14582                 as object data for both check menu items.
14583                 
14584             (separate_widget_cb): definition of separate_widget_cb() to match
14585             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14586                 window using gtk_object_get_data(). The type of window separation 
14587                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14588         
14589         * src/prefs_filtering.c,
14590           src/prefs_matcher.c: added horizontal scrollbars
14591
14592 2001-05-25 [darko]
14593
14594         * src/headerview.c
14595                 fix segfault with invalid bold font
14596         * src/summaryview.c
14597                 correctly display summary stats after row is marked
14598
14599 2001-05-23 [sergey]
14600
14601         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14602         encodings with libjconv.
14603
14604 2001-05-23 [hoa]
14605
14606         * src/Makefile.am
14607                 added mbox_folder.[ch]
14608         * src/defs.h
14609                 mbox temporary folder
14610         * src/folder.[ch]
14611         * added src/mbox_folder.[ch]
14612         * src/folderview.c
14613         * src/procheader.[ch]
14614                 added mbox support
14615         * src/mbox.c
14616                 bugfix for file incorporation filtering
14617         * src/imap.c
14618                 enable creation of MBOX
14619         * src/prefs_display_header.c
14620                 enable use of headers like "From "
14621                 something that should be fixed :
14622                         displaying of such headers add an extra space
14623         * src/prefs_folder_item.c
14624                 don't create folders because it is not necessary
14625         * src/procmsg.h
14626                 added data field to MsgInfo for mbox internal use
14627         * src/summaryview.c
14628                 added some support for mbox
14629         * src/utils.[ch]
14630                 added get_mbox_cache_dir() function
14631
14632 2001-05-23 [hiroyuki]
14633
14634         * src/headerwindow.c
14635           src/inc.c
14636           src/main.c
14637           src/mh.c
14638           src/nntp.c
14639           src/procmsg.h
14640           src/session.h
14641           src/socket.[ch]
14642           src/summaryview.c
14643           src/textview.c
14644           src/automaton.c
14645           src/folderview.c: more sync with 0.4.99cvs2.
14646
14647         * src/headerwindow.c: reverted.
14648
14649 2001-05-22 [paul]
14650
14651         0.4.99claws2
14652
14653         * sync with sylpheed 0.4.99cvs2
14654                 * src/news.[ch]
14655                 * src/nntp.[ch]
14656                 * INSTALL
14657                 * INSTALL.jp
14658
14659 2001-05-22 [alfons]
14660
14661         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14662
14663 2001-05-21 [alfons]
14664
14665         Minor things:
14666
14667         * configure.in: if gnome-config not found, "no" is displayed
14668         
14669         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14670
14671         * src/textview.c: now also possible to add mail addresses by right
14672           clicking in the text view
14673
14674         * src/codeconv.c: merged patch which fixes endless loop when encountering
14675           invalid wide characters; from Alte <010@imis.ru>  
14676
14677 2001-05-20 [alfons]
14678
14679         Added installation of gnome specific things:
14680
14681         * Makefile.am: gnome conditional
14682
14683         * configure.in: check for installed gnome
14684
14685         * added sylpheed.png, sylpheed.desktop
14686
14687 2001-05-20 [sergey]
14688
14689         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14690
14691         * src/mainwindow.h (main_window_toolbar_create): created a button
14692         for "Reply to all".
14693         (main_window_set_toolbar_sensitive): enable/disable the new button
14694         appropriately.
14695         (toolbar_reply_to_author_cb): handle the new button.
14696
14697         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14698         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14699         failure).
14700
14701 2001-05-19 [sergey]
14702
14703         * src/compose.h (ComposeReplyMode): new modes
14704         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14705         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14706
14707         * src/compose.c
14708         (compose_send): move some code into a new function:
14709         (compose_current_mail_account): new function.
14710         (compose_reply): new argument to_author, all callers changed; if
14711         to_author==TRUE and account->protocol==A_NNTP, find and use an
14712         appropriate mail account for replying.
14713         (compose_reply_set_entry): new argument to_author; ignore
14714         compose->replyto if to_author==TRUE.
14715
14716         * src/mainwindow.c: new command "Message/Reply to author".
14717         (main_window_set_menu_sensitive): enable/disable it.
14718         (reply_cb): handle it.
14719
14720         * src/summaryview.c: new command "Reply to author".
14721         (summary_set_menu_sensitive): enable/disable it.
14722         (summary_reply_cb): handle it.
14723
14724         * src/account.c (account_find_mail_from_address): new function.
14725
14726 2001-05-18 [paul]
14727
14728         0.4.99claws1
14729
14730         * sync with sylpheed 0.4.99cvs1
14731
14732 2001-05-18 [hoa]
14733
14734         * src/compose.[ch]
14735         * src/filtering.c
14736         * src/summaryview.c
14737                 new filtering action : forward and forward as attachment
14738
14739         * src/main.c
14740                 no need for $DISPLAY when we run sylpheed --help
14741                 call to parse_cmd_opt() is moved
14742
14743         * src/mainwindow.[ch]
14744                 execute button is hidden when immediate execute
14745                 is chosen
14746
14747         * src/mh.c
14748         * src/news.c
14749         * src/prefs_folder_item.c
14750         * src/procmsg.c
14751                 better handling of missing directories
14752
14753         * src/summaryview.c
14754                 reedit is enabled in outbox
14755                 reedit is enabled in queue
14756
14757 2001-05-17 [hoa]
14758
14759         * src/filtering.c
14760         * src/matcher.[ch]
14761         * src/prefs_filtering.c
14762                 changed attachement into attachment
14763
14764 2001-05-17 [alfons]
14765
14766         0.4.67claws4    
14767
14768         * sync with sylpheed 0.4.67cvs9
14769         * sync with sylpheed 0.4.67cvs7-8
14770
14771 2001-05-17 [hoa]
14772
14773         * src/Makefile.am
14774                 added prefs_filtering.c
14775
14776         * src/filtering.[ch]
14777         * src/matcher.[ch]
14778                 removed action : forward_news and forward_news_as_attachement
14779                 (forward and forward_as_attachement can be used instead)
14780
14781         * src/mainwindow.c
14782                 added menu option to access filtering configuration
14783
14784         * src/prefs_account.c
14785                 changed mail_command default to /usr/sbin/sendmail
14786
14787         * added src/prefs_filtering.[ch]
14788                 dialog box for filtering configuration
14789
14790         * src/prefs_matcher.c
14791                 added function prefs_matcher_get_criteria_from_matching()
14792
14793         * src/prefs_scoring.c
14794                 reset the dialog when register or substitute is clicked
14795
14796 2001-05-15 [hoa]
14797
14798         * src/Makefile.am
14799                 added filtering.[ch]
14800         * src/inc.c
14801                 using filering.[ch] instead of filter.[ch]
14802         * src/main.c
14803                 reading new filtering configuration
14804         * src/matcher.[ch]
14805                 added some filtering actions
14806                 and fixed a bug for headers and mail body matching
14807         * src/mbox.c
14808                 using filering.[ch] instead of filter.[ch]
14809         * src/mh.c
14810                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14811         * src/summaryview.c
14812                 some fixes for filtering
14813
14814 2001-05-14 [hiroyuki]
14815
14816         * src/send.c: fixed some weird indentations.
14817           send_message_with_command(): call pclose() only if p != NULL.
14818         * src/textview.c: get_email_part(): modified the code for readability.
14819
14820 2001-05-14 [hiroyuki]
14821
14822         * src/md5global.h
14823           src/md5ify.c
14824           src/md5ify.h: removed from the cvs.
14825
14826 2001-05-13 [sergey]
14827
14828         * src/main.c: include rfc2015.h to avoid compiler warnings.
14829         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14830         the panel is already on screen.
14831         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14832         closing the alert window by ESC as "No".
14833         * src/prefs_common.c (prefs_interface_create): moved return
14834         receipt check button to the correct place.
14835
14836 2001-03-13 [alfons]
14837
14838         * src/prefs_common.c: 
14839                 moved return receipt check button to the Send tab. (prefs_send_create)
14840                 removed the date format ui related globals. (prefs_display_create)
14841
14842         0.4.67claws3
14843         
14844         * sync with sylpheed 0.4.67cvs5-6
14845
14846 2001-05-13 [paul]
14847
14848         * added Alfons' font selection patch
14849
14850         * src/defs.h
14851         * src/headerwindow.c
14852         * src/prefs_common.c
14853         * src/prefs_common.h
14854
14855 2001-05-13 [hoa]
14856         * src/defs.h
14857                 changed version of cache
14858         * src/matcher.[ch]
14859         * src/prefs_matcher.c
14860                 added additionnal matching criteria
14861         * src/procheader.c
14862         * src/procmsg.[ch]
14863         * src/news.c
14864                 added references in MsgInfo
14865
14866 2001-05-12 [hoa]
14867
14868         * src/defs.h
14869                 prepared some things for new filtering
14870         * src/matcher.[ch]
14871                 added some matching properties
14872                 inreplyto need to be enhanced
14873                 prepared some things for new filtering
14874         * src/messageview.c
14875                 added Return-Receipt-To handling
14876         * src/prefs_folder_item.c
14877                 changed default value to TRUE
14878         * src/prefs_matcher.c
14879                 added some matching properties
14880         * src/prefs_scoring.[ch]
14881                 the scoring dialog is finished
14882         * src/procheader.c
14883                 added Return-Receipt-To handling
14884                 Reference need to be added
14885         * src/procmsg.[ch]
14886                 added Return-Receipt-To handling
14887                 added threadscore to get a better score sorting when
14888                 threads are enabled
14889         * src/summaryview.c
14890                 suppressed a bug when we sort the list
14891                 when no folder is opened.
14892                 better score sorting when threads are enabled
14893
14894 2001-05-12 [alfons]
14895
14896         * reverted previous patch because of potential errors 
14897
14898         0.4.67claws2
14899         
14900         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14901                 applied "toggle mail-retrieval dialog window" patch submitted 
14902                 by Eric Limpens <eric@qnt.net>
14903
14904         * sync with sylpheed 0.4.67cvs4
14905
14906 2001-05-12 [sergey]
14907
14908         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14909         some picky compilers.
14910         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14911         * src/grouplist_dialog.c: include alertpanel.h.
14912         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14913         fix compile warning.
14914         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14915         #include "defs.h" before others to prevent the warning of `MIN'
14916         and `MAX' redefinition.
14917
14918 2001-05-11 [hoa]
14919
14920         * src/main.c
14921         * src/messageview.c
14922         * src/prefs_account.c
14923         * src/prefs_display_header.c
14924                 removed warning
14925         * src/Makefile.am
14926                 added prefs_scoring.[ch]
14927         * src/grouplist_dialog.c
14928                 display an error dialog box if the group list
14929                 cannot be fetched.
14930         * src/mainwindow.[ch]
14931                 added main_window_set_thread_option() function
14932                 scoring dialog box enabled
14933         * src/matcher.[ch]
14934                 added flags matching unread /new / marked
14935                 / deleted / replied / forwarded
14936         * src/news.c
14937                 newsgroups are now finally in newscache
14938         * src/prefs_matcher.[ch]
14939                 finished preferences for matching dialog
14940         * added src/prefs_scoring.[ch]
14941                 scoring dialog box completed
14942         * src/scoring.[ch]
14943                 conversion to string : added scoringprop_to_string()
14944                 write config for preferences :
14945                 added prefs_scoring_write_config()
14946         * src/summaryview.c
14947                 threads can be enabled/disabled independently
14948                 for each folder
14949
14950 2001-05-10 [alfons]
14951
14952         0.4.67claws1
14953         
14954         * AUTHORS: 
14955                 thought it would be nice to have a list of all
14956                 contributors (used Changelog as a reference)
14957         
14958         * configure.in: 
14959                 messed up version numbering...
14960
14961         0.4.66claws1
14962
14963         * sync with sylpheed 0.4.67cvs1-3
14964
14965 2001-05-10 [darko]
14966
14967         * src/prefs_common.c:
14968                 better UI for strftime format, double clicking
14969                 on format now inserts the format in text entry
14970                 replaced close button with standard OK/Cancel
14971                 moved date format button to the right of the
14972                 text entry field
14973
14974 2001-05-09 [alfons]
14975
14976         * src/gtkstext.c:
14977                 Ctrl-Home / Ctrl-End have proper cursor navigation
14978
14979 2001-05-09 [hoa]
14980
14981         * src/prefs_matcher.c
14982                 finished UI to define matching properties
14983                 added ok and cancel button
14984         * src/prefs_filter.c
14985                 added ok and cancel button
14986         * src/news.c
14987                 fixed some bug in xhdr parsing
14988
14989 2001-05-08 [alfons]
14990
14991         * src/textview.c: 
14992                 fixed a bug in textview_show_header(), which displayed two colons (':');
14993                 cleaned up some warnings
14994
14995 2001-05-08 [hoa]
14996
14997         * src/Makefile.am
14998                 added prefs_matcher.[ch]
14999                 compilation with -W -Wall
15000         * src/alertpanel.c
15001                 ungrab the mouse events if grabbed - does it
15002                 fix the bug for disposition notification ?
15003         * src/mainwindow.c
15004                 added a menu option to open the matching dialog.
15005         * src/matcher.[ch]
15006                 added matcherprop_to_string() and matcherlist_to_string()
15007                 fixed some bugs, changed the name of some options
15008                 age_sup and age_inf becomes age_greater and age_lower,
15009                 body and messageheaders becomes body_part and headers_part,
15010                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15011         * src/prefs_display_header.c
15012         * src/prefs_headers.c
15013                 fixed a bug that accidentally destroyed dialogs
15014                 when closed them with delete_event
15015                 Added *_deleted() which handle delete_event signal correctly.
15016         * src/prefs_folder_item.[ch]
15017                 added "enable_thread" field for future customization
15018         * added src/prefs_matcher.[ch]
15019                 sample of the UI to define matching properties
15020         * src/procheader.c
15021                 using procheader_headername_equal instead of str*cmp functions
15022                 using procheader_parse_header() function
15023         * src/scoring.c
15024                 using MATCHING_XXX instead of SCORING_XXX
15025         * src/summaryview.c
15026                 display the sender of the news even if this is ourself
15027                 when this is a news message.
15028         * src/textview.c
15029                 using headername_equal() instead of str*cmp functions
15030
15031 2001-05-08 [alfons]
15032
15033         0.4.66claws
15034
15035         * sync with sylpheed 0.4.66
15036         * src/gtkstext.c: trace logs added 
15037
15038 2001-05-08 [sergey]
15039
15040         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15041         signature check popup.
15042         * src/rfc2015.c (check_signature): show signature check popup only
15043         if it is enabled in preferences.
15044
15045 2001-05-07 [alfons]
15046
15047         0.4.66claws4
15048         
15049         * sync with sylpheed 0.4.66cvs6
15050
15051 2001-05-07 [darko]
15052
15053         * src/prefs_common.[ch]: added option to enable/disable
15054           looking up sender name in address book for summary pane
15055         * src/summaryview.c: look up sender in the address book
15056           by using Alfons' address completion code
15057
15058 2001-05-07 [hiroyuki]
15059
15060         * src/inc.h
15061           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15062           member of Pop3State.
15063         * src/news.c: brought #include "defs.h" before #include <glib.h>
15064           to prevent the warning of `MIN' and `MAX' redefinition.
15065
15066 2001-05-06 [hoa]
15067
15068         * removed src/headers_display.[ch]
15069         * removed src/prefs_display_headers.[ch]
15070         * src/inc.c
15071                 use a temporary file in the user directory for mbox import
15072         * src/news.c
15073                 added XHDR support to get "To" and "Cc" headers
15074                 (in order to match news with to or cc field for
15075                 scoring)
15076                 added function news_parse_xhdr() to get XHDR response
15077         * src/nntp.[ch]
15078                 added function nntp_xhdr()
15079         * src/matcher.c
15080                 fetch the message if necessary
15081
15082 2001-05-06 [alfons]
15083
15084         0.4.66claws3
15085
15086         * sync with sylpheed 0.4.66cvs3-5
15087
15088 2001-05-06 [hoa]
15089
15090         * src/utils.[ch]
15091                 added function itos_buf() to enable use of several buffers
15092         * src/summaryview.c
15093                 use of itos_buf() instead of itos() in summary list
15094                 to fix the broken display of message number.
15095
15096 2001-05-06 [alfons]
15097
15098         * src/gtkstext.c: bug in cursor up navigation fixed,
15099                 fixed another unsigned / signed comparison (we're getting there :-)
15100
15101 2001-05-06 [hoa]
15102
15103         * src/Makefile.am
15104                 added scoring.c scoring.h
15105                 prefs_folder_item.c prefs_folder_item.h
15106                 matcher.c matcher.h
15107         * src/defs.h
15108                 added FOLDERITEM_RC SCORING_RC
15109         * src/folder.[ch]
15110                 added prefs field in FolderItem :
15111                 properties for each folder (PrefsFolderItem),
15112                 sorting type and mode were added as the first properties.
15113         * src/main.c
15114                 read config for scoring
15115         * added src/matcher.[ch]
15116                 gives functions to parse configuration file to do
15117                 matching on mails with a list of conditions.
15118         * src/mainwindow.c
15119                 add option to sort by score
15120         * src/prefs_common.[ch]
15121                 added preference option to show score and for
15122                 the score column size
15123         * added src/prefs_folder_item.[ch]
15124                 properties for each folder (PrefsFolderItem),
15125                 sorting type and mode were added as the first properties.
15126         * src/procheader.[ch]
15127                 added procheader_parse_header()
15128                 added procheader_header_free()
15129                 added procheader_headername_equal()
15130                 and made modification to use them.
15131         * src/procmsg.[ch]
15132                 added score field to MsgInfo structure
15133         * added src/scoring.[ch]
15134                 gives functions to parse configuration file to do
15135                 scoring on mails with a list of conditions.
15136         * src/summaryview.[ch]
15137                 save the sorting type and mode for the folder
15138                 added column to display the score of the mail
15139                 added function summary_score_clicked()
15140                 sorting type and mode are restored to the folder
15141                 when it is reopen
15142         * src/textview.c
15143                 use procheader_parse_header(), procheader_headername_equal()
15144                 removed memory leak in text_scan_header when freeing headers
15145         * src/filter.c
15146                 changed the function to match names of headers
15147                 using procheader_headername_equal()
15148
15149         Scoring functions are implemented, an interface is needed
15150         to configure that.
15151
15152 2001-05-04 [alfons]
15153
15154         * src/gtkstext.c: 
15155                 hopefully fixed the row up navigation bug,
15156                 removed adding back / forward lines to cache
15157
15158 2001-05-04 [sergey]
15159
15160         * src/prefs_display_headers.c: user interface changes:
15161         (prefs_display_headers_create): remove unused "Show" check button;
15162         allow reordering of headers by dragging.
15163         (prefs_display_headers_write_config): remove unused variables.
15164         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15165         of lists (not needed with the new UI).
15166         (prefs_display_headers_set_list): scan lists starting from row 0,
15167         not 1 (do not skip "(New)").
15168         (prefs_display_headers_find_header): new function.
15169         (prefs_display_headers_clist_set_row): do not allow duplicates.
15170         (prefs_display_headers_delete_cb): do not skip row 0; treat
15171         closing the alert window by ESC as "No".
15172         (prefs_display_headers_up): do not protect row 0.
15173         (prefs_display_headers_down): do not protect row 0.
15174
15175 2001-05-04 [sergey]
15176
15177         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15178         functions.
15179
15180         * src/summaryview.c
15181         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15182         summary_select_next_marked, summary_select_prev_marked): new
15183         functions.
15184
15185 2001-05-03 [sergey]
15186
15187         * src/news.c: fixed a bug when no article can be fetched after
15188         server timeout if the connection was restored by news_post():
15189         (news_select_group): new function.
15190         (news_fetch_msg): call news_select_group() before fetching
15191         article.
15192         (news_get_uncached_articles): set session->group after successful
15193         GROUP command.
15194
15195 2001-05-03 [hoa]
15196
15197         * src/defs.h
15198         * src/procmsg.[ch]
15199         * src/procheader.c
15200                  changed version of cache, added cc field
15201
15202         * src/prefs_display_headers.c
15203                 the interface was changed
15204
15205         * src/prefs_headers.c
15206                 added cancel button
15207
15208 2001-05-03 [alfons]
15209
15210         * completed sync of sylpheed cvs2
15211         * src/gtkstext.c: updated row up / down cursor navigation
15212         * src/textview.c: re-edited, prepared for fixing the email address
15213                 scanner.
15214
15215 2001-05-03 [darko]
15216
15217         * src/prefs_common.c: use alfons' strftime ui code
15218         entry_datefmt and datefmt_sample widgets have to be
15219         global in this module because of this change
15220
15221 2001-05-03 [hoa]
15222
15223         * src/messageview.c
15224         * src/prefs_common.[ch] added option to activate the return receipt
15225                 feature.
15226
15227 2001-05-02 [alfons]
15228
15229         * src/gtkstext.c: fix for row up/down cursor navigation. 
15230
15231         0.4.66claws2
15232         
15233         * sync with 0.4.66cvs2
15234
15235 2001-05-02 [paul]
15236
15237         added add-sender-to-addressbook patch
15238
15239         * src/addressbook.c
15240         * src/addressbook.h
15241         * src/summaryview.c
15242
15243 2001-05-02 [sergey]
15244
15245         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15246         G_ALERTDISABLE.
15247
15248         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15249         all existing callers changed to pass FALSE; create a check button
15250         to disable the message.
15251         (alertpanel_message_with_disable): new function.
15252         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15253         (alertpanel_button_toggled): new function.
15254         (alertpanel_button_clicked, alertpanel_close): set value using
15255         G_ALERT_VALUE_MASK.
15256
15257         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15258
15259         * src/prefs_common.c (prefs_privacy_create): new check button
15260         checkbtn_gpgme_warning.
15261
15262         * src/main.c (main): moved preferences reading before gpgme
15263         initialization; check prefs_common.gpgme_warning before giving the
15264         GnuPG warning and set it to FALSE if the user wants to disable the
15265         warning.
15266
15267 2001-05-02 [hiroyuki]
15268
15269         * src/prefs_display_headers.c: modified the layout and some labels.
15270
15271 2001-05-02 [sergey]
15272
15273         * src/prefs_account.c (prefs_account_fix_size): new function.
15274         (prefs_account_create): call prefs_account_fix_size(); use
15275         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15276         size when the window is shown for the first time).
15277         (prefs_account_basic_create): changed layout of serv_table; moved
15278         localmbox_entry above smtpserv_entry (logically it replaces
15279         POP3/IMAP server).
15280         (prefs_account_protocol_activated): set sensitivity of
15281         nntpauth_chkbtn according to the protocol (in addition to
15282         hide/show); commented out gtk_table_set_row_spacing() calls.
15283         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15284         not sensitive (fixes a bug with disabled username/password boxes
15285         when editing POP3 account after NNTP with authentication).
15286
15287 2001-05-02 [hoa]
15288
15289         * src/account.c
15290         * src/inc.c
15291         * src/prefs_account.[ch]
15292         * src/send.c
15293                 removed local account without SMTP server
15294                 added option to use mail command instead of a connexion
15295                 to SMTP server when a local account is used
15296         * src/prefs_headers.c
15297                 fixed a bug
15298         * src/news.c
15299                 fixed a bug when connexion immediately closed
15300
15301 2001-05-01 [alfons]
15302
15303         0.4.66claws1
15304         
15305         * sync with 0.4.65
15306
15307 2001-05-01 [sergey]
15308
15309         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15310         widget nntpauth_chkbtn.
15311         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15312         visibility.
15313         (prefs_account_nntpauth_toggled): new function.
15314
15315         * src/news.c (news_session_new_for_folder): use NNTP
15316         authentication only if ac->use_nntp_auth is set.
15317
15318 2001-05-01 [hoa]
15319
15320         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15321         * src/prefs_display_headers.c changed the UI
15322         * src/prefs_headers.c changed account_name to account_id
15323         * src/compose.c using customheader.h
15324
15325 2001-05-01 [hiroyuki]
15326
15327         * src/esmtp.c
15328           src/news.c
15329           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15330           unsynched.
15331
15332 2001-05-01 [hoa]
15333
15334         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15335         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15336                 for displaying of headers
15337         * src/grouplist_dialog.[ch] minor changes to remove warnings
15338         * src/prefs_display_headers.[ch] dialog to choose the
15339         headers to display in the mail viewer.
15340         * src/headers.h correction of #define
15341         * src/headers_display.[ch] configuration for displaying of headers.
15342         * src/main.c read config of displaying of headers
15343         * src/prefs_common.c add a button to access the config dialog
15344                 for displaying of headers
15345         * src/prefs_display_headers.[ch] dialog for configuration for
15346                 displaying of the headers.
15347         * src/prefs_headers.c cleaning of code
15348         * src/procheader.c comments added to code
15349         * src/textview.c changes to reorder the headers depending
15350                 on the config for displaying of headers
15351
15352 2001-04-30 [alfons]
15353
15354         0.4.65claws7
15355
15356         * sync with 0.4.65cvs12
15357
15358         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15359
15360 2001-04-30 [sergey]
15361
15362         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15363
15364         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15365         is set to force reconnection after authentication failure.
15366         (nntp_gen_command): set sock->auth_failed on authentication
15367         failure, or if sock->userid and sock->passwd are not set.
15368
15369         * src/news.c (news_session_new_for_folder): set userid=NULL if
15370         password dialog is cancelled.
15371
15372 2001-04-30 [sergey]
15373
15374         * src/nntp.h (NNTPSockInfo): new type.
15375
15376         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15377         SockInfo.
15378         (nntp_open_auth, nntp_close): new functions.
15379         (nntp_gen_command): new function to handle authentication; all
15380         NNTP command functions updated to use it.
15381         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15382         (nntp_list): removed old useless code.
15383
15384         * src/news.h (NNTPSession): new field nntp_sock.
15385
15386         * src/news.c: all functions updated to use NNTPSockInfo instead of
15387         SockInfo.
15388         (news_session_new): new arguments (userid, passwd); made static;
15389         use nntp_open_auth() if needed.
15390         (news_session_destroy): use nntp_close() instead of sock_close().
15391         (news_query_password): changed arguments.
15392         (news_session_new_for_folder): new function.
15393         (news_session_get): use news_session_new_for_folder().
15394         (news_authenticate): deleted.
15395         (news_get_uncached_articles): removed old authentication code.
15396
15397 2001-04-30 [sergey]
15398
15399         * src/news.c: reverted my previous changes (need to do NNTP
15400         authentication in a cleaner way).
15401         
15402 2001-04-29 [sergey]
15403
15404         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15405         news_nntp_post, news_nntp_mode): new functions (wrappers with
15406         authentication support).
15407         (news_get_article_cmd, news_get_article, news_get_header): new
15408         argument "folder"; all callers changed.
15409         (news_get_article_cmd): added authentication support.
15410         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15411         (news_post): use news_nntp_post() instead of nntp_post().
15412         (news_get_uncached_articles): use news_nntp_group() instead of
15413         nntp_group() and news_nntp_xover() instead of nntp_xover();
15414         removed old authentication code.
15415         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15416
15417         * src/nntp.c (nntp_list): return real error code instead of
15418         hardcoded NN_ERROR.
15419
15420 2001-04-29 [sergey]
15421
15422         * configure.in: fixed wint_t typedef detection again
15423
15424 2001-04-28 [hoa]
15425
15426         * src/prefs_account.[ch], added A_LOCAL_CMD
15427                 (send mail with mail command)
15428         * src/send.c added function send_message_with_command()
15429         * src/inc.c made a more secure get_spool() function with
15430                 mktemp() but maybe mkstemp() or something more
15431                 secure can be used.
15432
15433 2001-04-28 [alfons]
15434
15435         * src/textview.c, colorization of email addresses in headers
15436
15437         0.4.65claws6
15438
15439         * bug sync with sylpheed
15440         * prefs_common.c: created date format ui for darko
15441         * sync with 0.4.65cvs11
15442         * configure.in: corrected to have the new gpg checks
15443
15444 2001-04-27 [alfons]
15445
15446         * completed sync with 0.4.65cvs10
15447         * minor debug things added to gtkstext.c
15448
15449 2001-04-27 [darko]
15450
15451         * configure.in: remove check for availability of
15452           strftime() as advised by Hiroyuki
15453         * src/prefs_common.[ch], src/procheader.c:
15454           synch strftime() code with Hiroyki's main branch
15455
15456 2001-04-26 [sergey]
15457
15458         * src/news.c: news_query_password(), news_authenticate(): new
15459           functions.
15460           news_get_uncached_articles(): added NNTP authentication
15461           handling.
15462         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15463           new functions.
15464         * src/prefs_account.c: prefs_account_protocol_activated():
15465           enable userid and password fields for NNTP.
15466
15467 2001-04-26
15468
15469         * configure.in: check for availability of strftime()
15470           [darko]
15471         * src/prefs_common.[ch], src/procheader.c: use
15472           strftime() for displaying date in summary pane if it
15473           is available
15474
15475 2001-04-25
15476
15477         * more .cvsignore cleanups [alfons]
15478
15479 2001-04-25
15480
15481         * ac/sv-check-type.m4: new autoconf macro.
15482         * configure.in: fixed wint_t typedef detection (did not work
15483           with gcc-2.96).
15484
15485 2001-04-25
15486
15487         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15488           [hiroyuki]
15489
15490 2001-04-24
15491         * modified gtkstext.c : buggy cursor navigation fixed, 
15492           and font descent also taken in account when drawing
15493           cursor. [alfons]
15494
15495 2001-04-24 [hoa]
15496         * added comments in src/news.c src/nntp.c
15497         * added src/prefs_headers.[ch]
15498         * added src/headers.[ch]
15499         * modified compose.c to activate custom headers
15500                 added function is_in_custom_headers
15501         * modified prefs_account.[ch]
15502                 added function prefs_account_customhdr_edit
15503         * modified src/defs.h :
15504                 added HEADERS_RC : name of the config file
15505                 for the custom headers
15506
15507 2001-04-24
15508
15509     0.4.65claws5
15510
15511         * configure.in
15512           src/gtkstext.[ch]
15513           src/compose.c
15514           src/Makefile.am
15515           
15516           added gtkstext with configure.in patch by Hiroyuki which
15517           should fix the XIM detection [alfons]
15518
15519         * more clean up of cvs [alfons]
15520
15521                  * removed all Makefile.in files to attic.
15522
15523                  * updated all .cvsignores to really ignore things that could
15524                    be unintentionally committed by a recursive commit.
15525
15526 2001-04-23 [hoa]
15527         * added src/grouplist_dialog.[ch]
15528         * changed src/folderview.c to call grouplist_dialog instead
15529                 of inputdialog
15530         * src/news.c :
15531                 added functions news_reset_group_list
15532                 and news_get_group_list
15533         * src/nntp.c :
15534                 added function nntp_list
15535         * src/defs.h :
15536                 added GROUPLIST_FILE : name of the newsgroup list cache file
15537
15538 2001-04-21
15539
15540         * added option to warn about queued messages on exit [sergey]:
15541
15542           * src/compose.c: compose_queue(): call folder_item_scan()
15543             and folderview_update_item() after queueing.
15544           * src/folderview.c: folderview_update_node(): draw the queue
15545             folder in bold font if there are queued messages.
15546           * src/mainwindow.c: queued_messages(): new function.
15547             app_exit_cb(): display warning if there are queued messages
15548             if warn_queued_on_exit is set.
15549           * prefs_common.[ch]: add warn_queued_on_exit option.
15550
15551         * enhanced GnuPG key selection support [sergey]:
15552
15553           * src/select-keys.c: updated to newer version from Win32
15554             branch with support for selecting arbitrary keys.
15555           * src/prefs_account.c: added the Privacy tab to the account
15556             options window.
15557             prefs_account_privacy_create(),
15558             prefs_account_sign_key_set_data_from_radiobtn(),
15559             prefs_account_sign_key_set_radiobtn(): new functions.
15560           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15561           * src/rfc2015.c: set_signers(): new function.
15562             pgp_sign(): add the account parameter, call set_signers().
15563             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15564           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15565           * src/compose.c: pass the current account to rfc2015_sign().
15566
15567         * tag name claws added to prevent confusion with main branch [alfons]
15568
15569         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15570
15571         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15572
15573         * sync with recent sylpheed cvs. Untested though. [alfons]
15574